Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-73566 (GCVE-0-2026-73566)
Vulnerability from cvelistv5 – Published: 2026-08-13 17:39 – Updated: 2026-08-21 19:08| URL | Tags |
|---|---|
| https://github.com/isaacs/node-tar/security/advis… | x_refsource_CONFIRM |
| https://github.com/isaacs/node-tar/commit/631ae59… | x_refsource_MISC |
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-73566",
"options": [
{
"Exploitation": "poc"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-08-18T01:27:38.757239Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-08-18T01:28:02.561Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"references": [
{
"tags": [
"exploit"
],
"url": "https://github.com/isaacs/node-tar/security/advisories/GHSA-r292-9mhp-454m"
}
],
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "node-tar",
"vendor": "isaacs",
"versions": [
{
"status": "affected",
"version": "\u003c 7.5.21"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "node-tar is a tar archive manipulation library for Node.js. Prior to 7.5.21, node-tar\u0027s filesFilter in src/list.ts uses the recursive mapHas helper to walk an archive entry path upward with path.dirname() and no segment cap when tar.t(...) or tar.x(...) receives a non-empty member-selection list. A crafted GNU L or PAX x long-path header with thousands of slash-separated segments reaches this.filter(entry.path, entry) in Parser[CONSUMEHEADER] in src/parse.ts before Unpack[CHECKPATH] applies maxDepth, causing an uncatchable RangeError stack overflow that terminates asynchronous and streaming Node.js consumers. This issue is fixed in version 7.5.21."
}
],
"metrics": [
{
"cvssV3_1": {
"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"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-400",
"description": "CWE-400: Uncontrolled Resource Consumption",
"lang": "en",
"type": "CWE"
}
]
},
{
"descriptions": [
{
"cweId": "CWE-674",
"description": "CWE-674: Uncontrolled Recursion",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-08-21T19:08:31.345Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/isaacs/node-tar/security/advisories/GHSA-r292-9mhp-454m",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/isaacs/node-tar/security/advisories/GHSA-r292-9mhp-454m"
},
{
"name": "https://github.com/isaacs/node-tar/commit/631ae59121bf8fc8a22bbae35f074cb9b789cd4a",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/isaacs/node-tar/commit/631ae59121bf8fc8a22bbae35f074cb9b789cd4a"
}
],
"source": {
"advisory": "GHSA-r292-9mhp-454m",
"discovery": "UNKNOWN"
},
"title": "node-tar: Uncontrolled recursion in mapHas/filesFilter allows uncatchable stack-overflow DoS via crafted long-path tar with member selection"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-73566",
"datePublished": "2026-08-13T17:39:05.796Z",
"dateReserved": "2026-08-12T20:53:46.381Z",
"dateUpdated": "2026-08-21T19:08:31.345Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-73566",
"date": "2026-09-06",
"epss": "0.0038",
"percentile": "0.31119"
},
"microsoft_vex": {
"current_release_date": "2026-08-21T14:02:15.000Z",
"cve": "CVE-2026-73566",
"id": "msrc_CVE-2026-73566",
"initial_release_date": "2026-08-21T14:02:15.000Z",
"product_status:known_affected": "1",
"source": "Microsoft CSAF VEX",
"status": "final",
"title": "node-tar: Uncontrolled recursion in mapHas/filesFilter allows uncatchable stack-overflow DoS via crafted long-path tar with member selection",
"url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-73566.json",
"version": "1"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-73566\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2026-08-13T18:18:19.250\",\"lastModified\":\"2026-08-18T02:17:29.253\",\"vulnStatus\":\"Received\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"node-tar is a tar archive manipulation library for Node.js. Prior to 7.5.21, node-tar\u0027s filesFilter in src/list.ts uses the recursive mapHas helper to walk an archive entry path upward with path.dirname() and no segment cap when tar.t(...) or tar.x(...) receives a non-empty member-selection list. A crafted GNU L or PAX x long-path header with thousands of slash-separated segments reaches this.filter(entry.path, entry) in Parser[CONSUMEHEADER] in src/parse.ts before Unpack[CHECKPATH] applies maxDepth, causing an uncatchable RangeError stack overflow that terminates asynchronous and streaming Node.js consumers. This issue is fixed in version 7.5.21.\"}],\"affected\":[{\"source\":\"security-advisories@github.com\",\"affectedData\":[{\"vendor\":\"isaacs\",\"product\":\"node-tar\",\"versions\":[{\"version\":\"\u003c 7.5.21\",\"status\":\"affected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2026-08-18T01:27:38.757239Z\",\"id\":\"CVE-2026-73566\",\"options\":[{\"exploitation\":\"poc\"},{\"automatable\":\"yes\"},{\"technicalImpact\":\"partial\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-400\"},{\"lang\":\"en\",\"value\":\"CWE-674\"}]}],\"references\":[{\"url\":\"https://github.com/isaacs/node-tar/commit/631ae59121bf8fc8a22bbae35f074cb9b789cd4a\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/isaacs/node-tar/security/advisories/GHSA-r292-9mhp-454m\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/isaacs/node-tar/security/advisories/GHSA-r292-9mhp-454m\",\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\"}]}}",
"redhat_vex": {
"aggregate_severity": "Important",
"current_release_date": "2026-09-06T16:44:08+00:00",
"cve": "CVE-2026-73566",
"id": "CVE-2026-73566",
"initial_release_date": "2026-08-13T17:39:05.796000+00:00",
"product_status:fixed": "6",
"product_status:known_affected": "81",
"product_status:known_not_affected": "1483",
"source": "Red Hat CSAF VEX",
"status": "final",
"title": "tar: node-tar: Denial of Service via crafted long-path tar archive",
"url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-73566.json",
"version": "3"
},
"suse_vex": {
"aggregate_severity": "important",
"current_release_date": "2026-08-31T16:25:07Z",
"cve": "CVE-2026-73566",
"id": "CVE-2026-73566",
"initial_release_date": "2026-08-21T00:41:35Z",
"product_status:known_affected": "220",
"product_status:known_not_affected": "328",
"source": "SUSE CSAF VEX",
"status": "interim",
"title": "SUSE CVE CVE-2026-73566",
"url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-73566.json",
"version": "4"
},
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-73566\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"poc\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-08-18T01:27:38.757239Z\"}}}], \"references\": [{\"url\": \"https://github.com/isaacs/node-tar/security/advisories/GHSA-r292-9mhp-454m\", \"tags\": [\"exploit\"]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-08-18T01:27:54.012Z\"}}], \"cna\": {\"title\": \"node-tar: Uncontrolled recursion in mapHas/filesFilter allows uncatchable stack-overflow DoS via crafted long-path tar with member selection\", \"source\": {\"advisory\": \"GHSA-r292-9mhp-454m\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.5, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}], \"affected\": [{\"vendor\": \"isaacs\", \"product\": \"node-tar\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003c 7.5.21\"}]}], \"references\": [{\"url\": \"https://github.com/isaacs/node-tar/security/advisories/GHSA-r292-9mhp-454m\", \"name\": \"https://github.com/isaacs/node-tar/security/advisories/GHSA-r292-9mhp-454m\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/isaacs/node-tar/commit/631ae59121bf8fc8a22bbae35f074cb9b789cd4a\", \"name\": \"https://github.com/isaacs/node-tar/commit/631ae59121bf8fc8a22bbae35f074cb9b789cd4a\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"node-tar is a tar archive manipulation library for Node.js. Prior to 7.5.21, node-tar\u0027s filesFilter in src/list.ts uses the recursive mapHas helper to walk an archive entry path upward with path.dirname() and no segment cap when tar.t(...) or tar.x(...) receives a non-empty member-selection list. A crafted GNU L or PAX x long-path header with thousands of slash-separated segments reaches this.filter(entry.path, entry) in Parser[CONSUMEHEADER] in src/parse.ts before Unpack[CHECKPATH] applies maxDepth, causing an uncatchable RangeError stack overflow that terminates asynchronous and streaming Node.js consumers. This issue is fixed in version 7.5.21.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-400\", \"description\": \"CWE-400: Uncontrolled Resource Consumption\"}]}, {\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-674\", \"description\": \"CWE-674: Uncontrolled Recursion\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2026-08-21T19:08:31.345Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-73566\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-08-21T19:08:31.345Z\", \"dateReserved\": \"2026-08-12T20:53:46.381Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2026-08-13T17:39:05.796Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
FKIE_CVE-2026-73566
Vulnerability from fkie_nvd - Published: 2026-08-13 18:18 - Updated: 2026-08-18 02:17| Vendor | Product | Version |
|---|
{
"affected": [
{
"affectedData": [
{
"product": "node-tar",
"vendor": "isaacs",
"versions": [
{
"status": "affected",
"version": "\u003c 7.5.21"
}
]
}
],
"source": "security-advisories@github.com"
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "node-tar is a tar archive manipulation library for Node.js. Prior to 7.5.21, node-tar\u0027s filesFilter in src/list.ts uses the recursive mapHas helper to walk an archive entry path upward with path.dirname() and no segment cap when tar.t(...) or tar.x(...) receives a non-empty member-selection list. A crafted GNU L or PAX x long-path header with thousands of slash-separated segments reaches this.filter(entry.path, entry) in Parser[CONSUMEHEADER] in src/parse.ts before Unpack[CHECKPATH] applies maxDepth, causing an uncatchable RangeError stack overflow that terminates asynchronous and streaming Node.js consumers. This issue is fixed in version 7.5.21."
}
],
"id": "CVE-2026-73566",
"lastModified": "2026-08-18T02:17:29.253",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"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"
},
"exploitabilityScore": 3.9,
"impactScore": 3.6,
"source": "security-advisories@github.com",
"type": "Secondary"
}
],
"ssvcV203": [
{
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"ssvcData": {
"id": "CVE-2026-73566",
"options": [
{
"exploitation": "poc"
},
{
"automatable": "yes"
},
{
"technicalImpact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-08-18T01:27:38.757239Z",
"version": "2.0.3"
}
}
]
},
"published": "2026-08-13T18:18:19.250",
"references": [
{
"source": "security-advisories@github.com",
"url": "https://github.com/isaacs/node-tar/commit/631ae59121bf8fc8a22bbae35f074cb9b789cd4a"
},
{
"source": "security-advisories@github.com",
"url": "https://github.com/isaacs/node-tar/security/advisories/GHSA-r292-9mhp-454m"
},
{
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"url": "https://github.com/isaacs/node-tar/security/advisories/GHSA-r292-9mhp-454m"
}
],
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Received",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-400"
},
{
"lang": "en",
"value": "CWE-674"
}
],
"source": "security-advisories@github.com",
"type": "Secondary"
}
]
}
GHSA-R292-9MHP-454M
Vulnerability from github – Published: 2026-07-24 16:26 – Updated: 2026-08-21 19:08Summary
node-tar (npm tar) contains an uncontrolled-recursion stack-exhaustion DoS in the internal mapHas helper used by filesFilter. When a consumer calls tar.t(...) or tar.x(...) with a non-empty member-selection list, node-tar installs a filter that closes over the recursive mapHas (src/list.ts:33-44). mapHas walks an entry path upward one path.dirname() call per recursion with no segment cap. A single crafted tar with a GNU-L (or PAX-x) long-path header can deliver a path of tens of thousands of /-separated segments (up to maxMetaEntrySize = 1 MiB). The recursion overflows the call stack, throwing an uncatchable RangeError that terminates the Node process on async/streaming consumers.
Root Cause
filesFilter (src/list.ts:27-51) is installed whenever a caller passes a member-selection list (src/list.ts:119-122, src/extract.ts:55-57). Its filter is invoked at src/parse.ts:253 (entry.ignore = entry.ignore || !this.filter(entry.path, entry)) inside Parser[CONSUMEHEADER] — and crucially outside the only try/catch in that method (which wraps new Header at src/parse.ts:179-183). mapHas recurses once per path segment with no depth limit. The Unpack maxDepth guard (src/unpack.ts:342, in [CHECKPATH]) only runs on the 'entry' event, which fires after CONSUMEHEADER has already invoked the filter — so the stack overflows before any depth guard executes. tar.t (list) has no maxDepth at all.
Impact
Unauthenticated, remotely-triggerable denial of service: a ~188-byte gzip (≈26 KB tar) crashes any service that lists or extracts selected members from an untrusted archive (package registries, CI artifact/cache restore, upload processors). On async (await tar.t(...)/tar.x(...)) and streaming/pipe consumers the RangeError escapes the promise as an uncaughtException and terminates the process — standard defensive try/catch around the async call does NOT prevent it. (The synchronous API is catchable; the async/stream paths — the dominant server pattern — are not.)
Proof of Concept
// Build a tar whose single entry has a GNU-L long path of ~12,000 "a/" segments (~26 KB),
// gzip it (≈188 bytes), then have a consumer list/extract with member selection:
const tar = require('tar');
await tar.t({ file: 'evil.tar.gz', gzip: true }, ['some-member']); // -> RangeError, process exit
Empirically reproduced on Node v24.18.0 against built dist/commonjs of node-tar 7.5.20: 188-byte gzip → 26,112-byte tar (12,000 segments) → uncaught RangeError: Maximum call stack size exceeded → process exit. A control run with no member-selection list (filter not installed) parses cleanly (exit 0), isolating mapHas as the sole cause.
Attack Chain
- Entry. Attacker crafts a tar with a GNU
L(or PAXx) long-path header whose body is"a/"×~12000 (~26 KB), followed by a normal file entry. - Guard:
maxMetaEntrySizecaps the meta body at 1 MiB (src/parse.ts:241). - Bypass proof: 26 KB ≪ 1 MiB → accepted (verified: 26 KB archive parsed up to the filter).
- Trigger. Victim service calls
tar.t({file},[sel])ortar.x({file,cwd},[sel])(member selection — a documented, common API). - Guard:
Unpack.maxDepth(default 1024) atsrc/unpack.ts:342; decompression-ratio guard. - Bypass proof:
maxDepthlives in[CHECKPATH]on the'entry'event, which fires afterCONSUMEHEADER's filter call — the crash occurs before it (extract exits 1 with default maxDepth).tar.thas no maxDepth. Ratio is ~139× (trivial); no total-bytes cap applies to the uncompressed meta body. - Sink.
this.filter(entry.path)→mapHasrecurses once per/segment (src/list.ts:39). - Guard: try/catch in
CONSUMEHEADER. - Bypass proof: the only try/catch wraps
new Header(src/parse.ts:179-183); thethis.filter(...)call atsrc/parse.ts:253is outside it. TheRangeErrorpropagates out of the stream write/'data'path → uncaught exception (verified:process.on('uncaughtException')fires; asyncawait+try/catchdoes NOT intercept). - Impact. Node process termination; a 188-byte gzip crashes any consumer that lists/extracts selected members from untrusted archives.
Bypass Evidence
mapHasrecursion is member-name-independent: the crash fires even when the requested members do not match the malicious entry path — the attacker only needs the consumer to use member selection.- Standalone
mapHasoverflows at 20k–30k segments; on the real streaming path (atopwrite → CONSUMECHUNK → CONSUMEHEADER → filter) it crashes at ≤8k segments (finder's ~12k estimate is accurate for the reachable path). - Control (no member list → no filter) parses cleanly (exit 0), isolating
mapHas.
Affected Versions
<= 7.5.20 (npm tar). mapHas present verbatim on tag v7.5.20 (latest GitHub release and npm dist-tag latest); no segment/depth cap in src/list.ts or the CONSUMEHEADER filter path; HEAD == 7.5.20, no unreleased fix.
Suggested Fix
Rewrite mapHas iteratively (walk dirname in a while loop with a segment/visited cap), or enforce a hard path-segment limit in Header/Parser independent of maxMetaEntrySize, applied before any per-entry filter runs.
Dedup Note
Distinct from CVE-2024-28863 / GHSA-f5x3-32g6-qm9j "lack of folders depth validation" (that bounds mkdir recursion during extraction via maxDepth in Unpack[CHECKPATH] on the 'entry' event — a different sink, code path, and fix; runs after the filter and does not apply to tar.t). Also distinct from the PAX NUL/numeric-path crash advisories (improper-input-to-fs / type confusion, not recursion) and the gzip-bomb advisory (resource exhaustion on disk writes). None touch list.ts/filesFilter/mapHas or require member selection.
Reported by zx (Jace) — GitHub: @manus-use
{
"affected": [
{
"database_specific": {
"last_known_affected_version_range": "\u003c= 7.5.20"
},
"package": {
"ecosystem": "npm",
"name": "tar"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "7.5.21"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"aliases": [
"CVE-2026-73566"
],
"database_specific": {
"cwe_ids": [
"CWE-400",
"CWE-674"
],
"github_reviewed": true,
"github_reviewed_at": "2026-07-24T16:26:16Z",
"nvd_published_at": "2026-08-13T18:18:19Z",
"severity": "HIGH"
},
"details": "## Summary\n`node-tar` (npm `tar`) contains an uncontrolled-recursion stack-exhaustion DoS in the internal `mapHas` helper used by `filesFilter`. When a consumer calls `tar.t(...)` or `tar.x(...)` with a non-empty member-selection list, node-tar installs a filter that closes over the recursive `mapHas` (`src/list.ts:33-44`). `mapHas` walks an entry path upward one `path.dirname()` call per recursion **with no segment cap**. A single crafted tar with a GNU-`L` (or PAX-`x`) long-path header can deliver a path of tens of thousands of `/`-separated segments (up to `maxMetaEntrySize` = 1 MiB). The recursion overflows the call stack, throwing an uncatchable `RangeError` that terminates the Node process on async/streaming consumers.\n\n## Root Cause\n`filesFilter` (`src/list.ts:27-51`) is installed whenever a caller passes a member-selection list (`src/list.ts:119-122`, `src/extract.ts:55-57`). Its filter is invoked at `src/parse.ts:253` (`entry.ignore = entry.ignore || !this.filter(entry.path, entry)`) inside `Parser[CONSUMEHEADER]` \u2014 and crucially **outside** the only try/catch in that method (which wraps `new Header` at `src/parse.ts:179-183`). `mapHas` recurses once per path segment with no depth limit. The `Unpack` `maxDepth` guard (`src/unpack.ts:342`, in `[CHECKPATH]`) only runs on the `\u0027entry\u0027` event, which fires *after* `CONSUMEHEADER` has already invoked the filter \u2014 so the stack overflows before any depth guard executes. `tar.t` (list) has no `maxDepth` at all.\n\n## Impact\nUnauthenticated, remotely-triggerable denial of service: a ~188-byte gzip (\u224826 KB tar) crashes any service that lists or extracts *selected members* from an untrusted archive (package registries, CI artifact/cache restore, upload processors). On async (`await tar.t(...)`/`tar.x(...)`) and streaming/`pipe` consumers the `RangeError` escapes the promise as an `uncaughtException` and terminates the process \u2014 standard defensive `try/catch` around the async call does NOT prevent it. (The synchronous API is catchable; the async/stream paths \u2014 the dominant server pattern \u2014 are not.)\n\n## Proof of Concept\n```js\n// Build a tar whose single entry has a GNU-L long path of ~12,000 \"a/\" segments (~26 KB),\n// gzip it (\u2248188 bytes), then have a consumer list/extract with member selection:\nconst tar = require(\u0027tar\u0027);\nawait tar.t({ file: \u0027evil.tar.gz\u0027, gzip: true }, [\u0027some-member\u0027]); // -\u003e RangeError, process exit\n```\nEmpirically reproduced on Node v24.18.0 against built `dist/commonjs` of node-tar 7.5.20: 188-byte gzip \u2192 26,112-byte tar (12,000 segments) \u2192 uncaught `RangeError: Maximum call stack size exceeded` \u2192 process exit. A control run with no member-selection list (filter not installed) parses cleanly (exit 0), isolating `mapHas` as the sole cause.\n\n## Attack Chain\n1. **Entry.** Attacker crafts a tar with a GNU `L` (or PAX `x`) long-path header whose body is `\"a/\"`\u00d7~12000 (~26 KB), followed by a normal file entry.\n - **Guard:** `maxMetaEntrySize` caps the meta body at 1 MiB (`src/parse.ts:241`).\n - **Bypass proof:** 26 KB \u226a 1 MiB \u2192 accepted (verified: 26 KB archive parsed up to the filter).\n2. **Trigger.** Victim service calls `tar.t({file},[sel])` or `tar.x({file,cwd},[sel])` (member selection \u2014 a documented, common API).\n - **Guard:** `Unpack.maxDepth` (default 1024) at `src/unpack.ts:342`; decompression-ratio guard.\n - **Bypass proof:** `maxDepth` lives in `[CHECKPATH]` on the `\u0027entry\u0027` event, which fires *after* `CONSUMEHEADER`\u0027s filter call \u2014 the crash occurs before it (extract exits 1 with default maxDepth). `tar.t` has no maxDepth. Ratio is ~139\u00d7 (trivial); no total-bytes cap applies to the uncompressed meta body.\n3. **Sink.** `this.filter(entry.path)` \u2192 `mapHas` recurses once per `/` segment (`src/list.ts:39`).\n - **Guard:** try/catch in `CONSUMEHEADER`.\n - **Bypass proof:** the only try/catch wraps `new Header` (`src/parse.ts:179-183`); the `this.filter(...)` call at `src/parse.ts:253` is outside it. The `RangeError` propagates out of the stream write/`\u0027data\u0027` path \u2192 uncaught exception (verified: `process.on(\u0027uncaughtException\u0027)` fires; async `await`+`try/catch` does NOT intercept).\n4. **Impact.** Node process termination; a 188-byte gzip crashes any consumer that lists/extracts selected members from untrusted archives.\n\n## Bypass Evidence\n- `mapHas` recursion is member-name-independent: the crash fires even when the requested members do not match the malicious entry path \u2014 the attacker only needs the consumer to *use* member selection.\n- Standalone `mapHas` overflows at 20k\u201330k segments; on the real streaming path (atop `write \u2192 CONSUMECHUNK \u2192 CONSUMEHEADER \u2192 filter`) it crashes at \u22648k segments (finder\u0027s ~12k estimate is accurate for the reachable path).\n- Control (no member list \u2192 no filter) parses cleanly (exit 0), isolating `mapHas`.\n\n## Affected Versions\n`\u003c= 7.5.20` (npm `tar`). `mapHas` present verbatim on tag `v7.5.20` (latest GitHub release and npm `dist-tag latest`); no segment/depth cap in `src/list.ts` or the `CONSUMEHEADER` filter path; HEAD == 7.5.20, no unreleased fix.\n\n## Suggested Fix\nRewrite `mapHas` iteratively (walk `dirname` in a `while` loop with a segment/visited cap), or enforce a hard path-segment limit in `Header`/`Parser` independent of `maxMetaEntrySize`, applied before any per-entry filter runs.\n\n## Dedup Note\nDistinct from CVE-2024-28863 / GHSA-f5x3-32g6-qm9j \"lack of folders depth validation\" (that bounds `mkdir` recursion during *extraction* via `maxDepth` in `Unpack[CHECKPATH]` on the `\u0027entry\u0027` event \u2014 a different sink, code path, and fix; runs after the filter and does not apply to `tar.t`). Also distinct from the PAX NUL/numeric-path crash advisories (improper-input-to-fs / type confusion, not recursion) and the gzip-bomb advisory (resource exhaustion on disk writes). None touch `list.ts`/`filesFilter`/`mapHas` or require member selection.\n\n---\nReported by **zx (Jace)** \u2014 GitHub: @manus-use",
"id": "GHSA-r292-9mhp-454m",
"modified": "2026-08-21T19:08:22Z",
"published": "2026-07-24T16:26:16Z",
"references": [
{
"type": "WEB",
"url": "https://github.com/isaacs/node-tar/security/advisories/GHSA-r292-9mhp-454m"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-73566"
},
{
"type": "WEB",
"url": "https://github.com/isaacs/node-tar/commit/631ae59121bf8fc8a22bbae35f074cb9b789cd4a"
},
{
"type": "PACKAGE",
"url": "https://github.com/isaacs/node-tar"
},
{
"type": "WEB",
"url": "https://github.com/isaacs/node-tar/releases/tag/v7.5.21"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"type": "CVSS_V3"
}
],
"summary": "node-tar: Uncontrolled recursion in mapHas/filesFilter allows uncatchable stack-overflow DoS via crafted long-path tar with member selection"
}
RHSA-2026:60441
Vulnerability from csaf_redhat - Published: 2026-09-01 09:56 - Updated: 2026-09-06 22:08A flaw was found in golang.org/x/net/html. When arbitrary HTML is parsed and then rendered, it can result in an unexpected HTML tree. This allows an attacker to bypass HTML sanitization mechanisms, leading to Cross-Site Scripting (XSS) attacks in applications. Such attacks can result in information disclosure or arbitrary code execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0b41f824ade401523c3ff06e2dace98c8dda246f40e6a01a588dab6fcad09683_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4954d67caa517e2e2edec0e5d4b95610a31b82d5a86f9058cbe55193987da9d2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d1a37ce3fce40a5d5e3065b5a4be81a18fe2a6b81bd5d16ada65f2647fd8fd0a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d395f05c26536703d44d06525efc0ac6203440e6576e8a1513c7e4ed8563ae62_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:07716873e44d49ad177f8c572fe54cec7ddb819a70492e6bddf36ef2ea5e6449_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:288bb644cbb5e14b00d80e0b409c83644a59cbcb513d19025f8b97de61f2cbea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a27a41e1a167568dc9bcd1f125ac624897d73bb6dca7be80d256432b35e4c6aa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fe9b92e8a052208c6eeac2ba816959ee8129cc0f68bc93bb0a1a2f940a49f4d8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:44ba1190dc20c3a99259ef0723be3c9e1c2d4f339ec4eb4f38a9375cefd60d2f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:48a700617f0d4ab9dd6b40cc27e9f602892037c10872c19c60f62a2a848e451e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9319978cb44eb1f26a7d82709c4ba7d9b6b0bdad78c6c6080bafb0933103bda2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e734fcb9ca41744ac9213327a775aeb0e01ea9974036908721b532ed2dfef923_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:10097712385ddd416b15237d2af20f86a0370f1d97125f1e8a0d25a7215f6751_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:40f8f7e1d72a0e70d96c1ff028cff7125ead621e89cf2f3c1cc5262a3aab65fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:50ff72eded21d210ea9c57c9f9b192cb6ca5efe781c5c5a9d2e1129e2eb7a248_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:f77b14655ac6137b53212c8ed526d6baf86d6d6332513416daa73a6dc468c832_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:76042ef2dea9a9316a7bb2a38923d0b670663803c75f5b8351b5e71d344b479c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a645a364226f6768df30645c15ffb8b7feb1932a96c3666cd2d8bbf71786fe88_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:afc4fea57ea3217712f10421cdc7ded66093dfd0d5cdf09120ec1200d696f332_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f70b291b3be37bcef36e4cd282cbd88f917dcc5e61e0ad6228b33b770656b8ca_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4cad4e954d5e9fce7e93ce3a81da34d58e01c38a5d6140cefa7eeeffa13e1431_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5c1598ad56e3f9cf5801a990b2d5d007632cadc69118dd15b771d8104893b722_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d18a7d5884e709f2440b7f85999c2351c0f74ba09b876a7c915a974ccfa3dea0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:ede11c7678a732b9ef9a763632c13e616a95cbabdb36baf0c5c48ca0d476c260_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:208703e1b4c8fd82b6cffc790affc4bb8966f6d95e5b5631d9fc7cd429d82242_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:40be47b6d5dedb587c54ea5f6ee763dc3007284e85cf75d9f48f4de83bff4f0c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bfe783bcda48a7678e776f99ab08f9d6cdf882432ae03c46593326bf8b57e714_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e43bd0884f4c1993cd516c3ea52d1f878a783f6a998a6dd3fe4a98ab11bd3e87_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0492b621d90ebddbab300b3bcb6979598f11380da79b32531f8978b26fe5edfa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2f4ffb0abe2bcc7b801658bb46ad9f397d7a3d11e8b2060859f5dee1625d7ea2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:30b0e4f82db1f3e39379b7aa792514aa726a0c485680b67351c593542c1b1127_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f0f3b27621a9276b1f4f9601b1b399eabbc165d74a4b4a20ebbccf6a36a8f98d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2d56871f80eb82c502cec2b901d3510ab482eea981f50cba4fea729c83f1897c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c169319f15a3e6ac9086e21438dac78a6b30f142c6d96d63c259e45f4b98c2ad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cbb1706913eb430b86212f941bb32b066af04b431126af872899134a9e111ca2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:de56a4d37e6686cafc8591eb1f7520942036037ba5af21c286aea2d2fab95b2b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3e35e96ed5607d7229629ee64a3a7c942fb12da93a75e989f1fd9aa028e8fdcd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c045d9282bb2e3ccfdc19d09b76e81d622ad5c41750c960a066f9a735ce47a3a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d3c7bcca57a84397fa1932919a750ed7a002fd7f7be976152dd7c14d60feacd0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fc479e1b1d14c548ed9a783109fd978efba5363537b835a5d09fa8d0fa9f9068_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:0e22ab8f884e0095c3cb3efcb63f9f37d55b72cff37962f271fdf534deb469c1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:ab518543ee2455263fe748f1d2ab5fd1fcb87e03bdb241a1fe657c748e220e3d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:cf25049921f441dee72daf95b707da269c5ea7af7026674c42a7e3c8cc682e59_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:d5350fca926c7cabd8fa4e7749f0c2bd9bf90069a11ed96342cbaa0ccc16f889_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:41ec41da1569234037cfc2b9cefeadbdb4c1e45363dcc0b5f2acce2453ba3dd2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:bf2513f4ea2df4a781fa74ddc02c207133387318444f7027e6b62565e8af505d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb3cc6f050ccd3fae295639dd627bdf3ff5f08f66ef0fdefe24ab8260cfba983_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:efe54dbb00c22c7e9e4a6d7c40e52665823c5f94d4b7b03236edeb1d7a304f94_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:073ed3fb3dfb009b6ba476883da5421996c5c4f4119375c0c83b072571d935f6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:14b74e5080c191fe32bdd2a416c80cd94a0f30ea6d5f18faf7396c120c5907ea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3c86e67143d2caced55d2dc470df15cd1659c5e16c7eb8af22183de1a3222901_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a6de5df300008dde127b655f67ba1c8e637bd6e67bc2c811c0d9e0ecfc3cb08b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05ef13e75b41891cd2774cf5243b11da290ae75f12ecd07239e580a5238036a5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7c5f6b71b68331d1cdff8b3273fc7cebb945d9c037fae5c2fe0666f84cafc928_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:c221dffd999b01fe10c83c1cf3e93ed9d49beb5f0f13e8e23261f44a07fd9342_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ea42eecab8a62b7896ffb697f402857a31807834a102986b3967faa70f63775f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:0123a42a6d10e21067ef4ed5ad7a39541529ff0157cb27443a95b0e5d88efc7b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:61e542fb10dc0e083f8889b0b94c3525f3882e5da701b8db31cc9be68d803ec9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:69eb532db9fac5d796148a421f1c0a95f03a84604fe40d5e5a3719c995b8d3c2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7bfdc577bd856e0cc690c86a8fc9928ed3d034d4d1455378c95293376a74b9c3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:023e336977c9e6f23a82083ada96020a26cfea384189b765e89d6acf7112957c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a0734ecbae0ba4ef8a6cf77d42383afe04fdf33eed2c0d1e34782f147c675581_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c64a9e77bb865dd5475a4022629d394ced47bfd9adb137f69e2dd7bfca2c5a29_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e90910e06037ec13a10bc176da5a516287ddc34ccdfcb36432f386f7b3895136_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2052fdaecd2f3807694fa17f35f03f84b5d8116ca56926b6d657f0594adcc4af_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:274df573eeb1919286472cfde2006716aaa62c65ad1a6fb82bc351e7292a51a6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5f81d0322afa70edfd932cf1f80dc5a14ebb30f3f4cb0a4b9943859c3ef8a741_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c5f86407af14e6c3741e75068ebe79aea7c7d1a73ca87fc97128c53139dc8748_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:11009d76f2fc73fb88ad8650914948e04e30d4096420d00a4e6b1f2f82bb2a48_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:464e2bac04048cdd010a9625e6657c9f823ebadd624fd71191ee978520874528_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:4a6beae013e9de12cd8b0a39e9e7488f51b97b3f295e14d773eb28c5df9d6743_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a2f765f47a9fbb2acbbf3b00c2d62d7df283546b7485e7631116fe824cb589a5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:82953c91b88971066d4d605174664863cb062a6f7da286754aa4f05c11a69bc4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8adf05874d8cc6284cb4566506787161305d95ba4c318f070e01960939526d59_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b0127947224f18d500d967398c5008737df32168d2db50f1f87554e149328d71_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:c25b7a4bba9a988a6b7daa4eaa8608df78b927d1d454aac7757f18e3b6c78d86_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1f6a0d8476232a85b5d18ef9ce148135b69a4abdc45952f6ad0eaf41604e05f8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2989730daa53d788a9e1be03bf922a07c1111ee8559bdef63d058be6fd5f3fc7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c0cac6ae1322cdf12df3c55948bcfead52641aa95a57dcdea97401ae01c1860_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:adf166a8095fd21a818265c01776b94e25cea102a98de6875352cdc47fba933b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:67f12e5ce45f173e79229f506b92915943d263ca0adaa31a027cb7245d7a076e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6b91bbe18861c83c79693a155979f3cc56162624412eef4c57c52cfedfb38475_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b2bb582913e9dedea9f2eb41f1568fa8f0fccce2e56be4f666ff41f3698dc147_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d35f97d205f82d6ffa260582fc6dce2fe0fcc3719ae0e19e85e06e7ab629021e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:03ce535e7bb582ca85793c8155f38ff9f73231e7cf5af4ce223ea89d4d2eeb89_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:605dbca994f47b04da902ae4b76744eaebe0d716a7a5fd3cb8e617db5dabb8c7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6b2582a7f534bb2716acaa72598b40f593897124fe03a5e6b2bea1e4c1a26d15_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d88f52e765c3f5fd4ad80f7364efe49e98ae927d82601d27105eb6ad0b484264_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:1305fefe98602549511b835fd1302eee6a4494c690d76964d89189c90f39627a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:325af02386526656111c663e6a206e755f2f30db00059078a0391d4af6cd95d2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6dcb4d60294895ba062bed0e9612ad7fecd7fd8d8cffdeee9bd65ffec1b20a63_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f492d67b16384267b9f65d20b769f93e3122f0957cec290a88a1b244c80e4b54_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:56cd8314cc9791e043cb4e5ace324013f4ce4c825fb5f9119b1a6c6871b76a3b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d6ff019bc8333893d6d5799927ffd9dbd02d0d388752a1ead6b8f85928fff4f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d7e525584c9b7492d8b989d2ad0b8ccdc4f244987f26b4aedfa7ab1097aa8ac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:598dbc32cda4219d6a0442aee99096b77ddbea0148ac3260c9c37e00b13cba23_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e223d745233c048714d3ff7a04f8ee565aebeb0f5aead03e55dd9f305fe60cb2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:05fe3c8332c4626e356a2b8b33b235d605b8cfdf8b49a68475db687789a766e7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:64ea7652aa2f9f9ba58d56765ee0ffd7224d6534860d118c059c2c066bbf2142_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8673853d611d162bc12d1791bef2acdd4131a97b8a6e46961736724b69332db7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ee04f343f0bc1c58b1e016295990225bafab7b39a9c1a572b10cdc19076150ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:4771678b9e18450e8e2a6ab991e844fb064749a0b09b089e54a802a7109c1ae7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:68c90482505c592a6393640c16467c1416f3175ba1273a284c3d0a9417e879ae_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:234bf4abb67f86a27d549a2d368d080a3671ab34786e26c6abbcdf58baccb034_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f330b931299e7c97298212e0514c55f9e086e2f33ab7e522d40d8e9df843ea11_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:123e1027c857bf3a084e45755736871b220117eb70d774a3b450f7d877e7d1a6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:61d9a3fb3114cc2252a8ecb5b0339a5fcdef87cf962f285be72b164933afb857_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9426eef8c79d6e2c9cf5efb340257ef7dc7936b3369050776f4b45ed6603de37_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b693182419b2287a69a8bcb3bd3ef8d6e799b5e7aa9b5f25cca855995588e104_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cde3a4deb285f4ffb38be4443b3c09f33a44d8f2007bfde6f8766d371487bb80_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cfa458375e07e80969d9a9b3521c5983fd20f384b74f1080b865b618afd35f32_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:30a0f7d083fbf57d19fdebcba31bf52d257fda3eab13e1c8b856291f40278c4d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:7078670a28f19c15b118e3ff8d70afcd5e329a22eb6a44d3827f9554dbbee812_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:6d60dfdba0f6368f23bdb554da68f81e3d088677ce9748d2850ba8f2ecb0cbcd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b71a8dd592d2646c7b085b06edefe64be96e38113c3547a111a8d0201992b98c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d906f3f6f4740b50fd6266205b0b3f986b35ca7a64ac7b6c52cd7167d0cdab23_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e4969f9764190a2b46dc5c9c7375213c28518935d80c4e4570d122d231f53663_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:331e8f309349114252acd7fe42067ab2b7bc03abb6619f1df59c8fe907513d3e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fefc2125429189eb85f3c807ad8ba8896a48518f3dd7d93f94a091ec925e23f1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:8687825da05aa3fbdbf32fa82a739f58585d8d2564501deb0d3b97d67a4c431f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e5886c91ae307b14a848b0a571918a57a9d2d85805af6c6ac7a2404dc0308337_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:260b87efa1dfc71726aefc2feb8dfa83495aedfa6e95b0e86dd1ce0d246233cf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:49a1a91122fc6cc34cb21b6de67b8249f154aa8e2bfade0e50457c224fc3ca70_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:cdc02821294c7bd8b4de75b356ec0ec8b0745b0b409ae9481dc08c4d967b53ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:e52b5054a3c11b34c3bc3450d9be2628816575531a1435ce44652324ec020dc3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:64e73e3f7bc1f37f40ae235a7866ea7c881d67afe29b398edc6f15befa7f06cc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b4f0c23d7fadc3a15840607d9aa13327a3eda6272565f88be3691b74f16fa13b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9b5eda1037248996bff10033108d1dec27b8417730bd721d980b778e1cb4585f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c397e51c6d4de14ea1b6a41957a3fe5ae54115c1cbaf414c013035333824eca2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c72d9616c2bf94661a156840d39e3a42d4023598c5d647562874c453b44b72e9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fef61b2df388d1e5714b0f3293bb7878f1ff9ac64b0353284576fa0413000ce2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:267a8525fce7dcfc460052b97dc07532c927fcb27257b29f5e43e5475376bc42_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:886cef96ae99502afa35aa5cbe5a16a30d873e8c9c92d6bb3c748bb68877935c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9a68ca065607df1a4fd1a351041d799b2166b76ebbdf2c92a0fdbccd47015036_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c7a8842568f7ed4d4b1ceb0f507aa5a56d80ab213877507be04ab55f8fcb3a5b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1567f1a6c1a596e22674ad45cd1975c8667fb2317c84dd5944ccef58326239b2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:40dad16e2777a64a836355627be3aae4572a7ed6417ac39e0dca5f019eeaf471_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:800ffbe7a0007398e44945b2f3772d657995ebd902918ecb410e5d373de06263_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9720a885c669964be135fbcc55bfd5e9766841f6b11bb2c279ac030de9618ece_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02440d8ce569f4318b2110f8975fc4d0a93e6da6c5012882df9cbe77559a0a81_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02594f4e3bd44cf7d378a7fa0533d54b4365eb5317c282cf8295cdfb0ae5ddf8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3e5753abdfee794bd09cd51eda1c7634aa7630ea3f2a72ff40c3fcf5661e58c1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ea8145a89efceb27b579a5f79c37c7457d141a0eb38b2de5c82ced07879539d1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a1aa9421f9d52c8bb918e1b3c9daac3e1a076e70e003a58462b62f0a91fbf795_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d4dd77443d486829650aaee412b58df2c5fcd995bf2c493a22dc1cc705d270a1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d689dbabc1df0ca42e7eceba17ff474f9e6a30474f7cca15970a5ee7fb870a72_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fea791f1b353cb84039498653a7b7daadebd460631446fae5f05d1ca8e85dace_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:100ffa84c55a87981f50fa5fcdfb5a5daad0eea01d0bc14abdbc959ca0a1ff92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2e646fe351c1dfb3650d0b67694f5cb89fb7aae85c9b8edd356f54f40b9e9fb3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4a45ec0f50d9cec050f1c99dd33d288ba8f9e8dd1a71c2870eb5e799a42e411e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:60be3446f54ba3c5f93c5c4bf1de44d7e9ca3049abb6ab910f8e62e671a80d44_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:90b36fe8a88dddddcd584cf06ddbde8b74e9d7a78f9f51b77d7d2480ed45ed79_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d69ebc6a9d6bd6f8f75d933ee0f7893b285fb24e994bffc35514ff5211ce68b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:da6ed87ee2d899e3fe9c6e8b08bcd44cf11e1b1563972ca4aeb3e8bc806a1d2c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fdea5b85efe39b635685d506a4416115d546a9f56e87903650b5e51bec6a10bd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:47ded0bc14992d79c073e4cd541279def7e44d8ff586a5cc1676edabdd86c13b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:642eb8c1bf4631b969d0ebf3a0755f566236ce7b5534fab78d531c76d5e802ad_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7189cc475748ddba6ff3f306320d55a840baa8f1da8a934d4500c49e6f675ea5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bc10db6a9f9c1a60744f49c1ed737bbbb8454eeff9fd00175b98872a1af17936_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:017359024215cf5a7b00bd31b8b797ca7f5f456d66a34ac12c44e53c1ab77fff_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2635b651e023c9d4dd92d1897b4513947985256607f9d2dd8043cd7f5de3a765_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:542b1a4bf2fafae85c50eae7a182ffd3a3a07b2c234a00e4e6c639b1143b4b55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9b3b5510e4cf6b4cb86bae86fbf36c1fccbdeaecfe009cf2e67cb9c1d7924ef4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:048f5dc4b9176a86e0d82447e036ddad890e58e49c8508cd74f8c297272c800f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:0a7e3fc4b1f892ea2e77c1f5d961507f0fcec7740f33d3e308904cdea1d3ce21_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:44db7037b872b0164497a603e99b7c5bf2bd9aaf31158e8a4e8bd03559584155_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:a8ffa384c6770ffe1bb9b7b8729501ef2c06199e0005b16e5dc432dd8d23c66f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:176081efde0e44254215af3f5091e64748c81d2bb29a1e7a64ed2879c6a7fbe3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:42ea798731bcee8b868ae15f9d45b8f0aaa91d1a4f7660c53ee08b070fe4c9f5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:85fd9925886227b53c26a3ed09604c408c49b8ddb9cf7efa2057335bec94803c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8b7b592c5ae05773897351d97fc9925e6904ed02a6ed49e4737f0f649b7eabe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0d8537a8b89a087f59b9f0c413d9c8d6c77002ff0d9d8579d179291d3b6caee0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:14cc3a54f1ddd57ce5b80b6d111f0ca27f74b4321c9915d5ec1960318c71d752_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7dc1bda89f2fe70041f850dbb5dd3804e853961d2026c3880fd7255dd6e57b0e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:aac4600f524660e2351490cc7aa719ac2dc93193f64bff1178a04376bda57cee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5449067a980b2d50b360b1aa1164fba67693402210111708ebaa00f0f93bfb55_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c8486459e2b80ee2706409e888070c9100938357621746215ad7871ab9ddb990_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d748caca6496019c594ae5aca825845658e1e8c5a1c062a02830aecd677ea1af_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dac9a4617348551eaefdf01ebf1770442c0bc07033fcbff203750ecaaef1161b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5143aae8d524363878300902b89dfb5f3420ce897bc36064fd021d23993432f1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:6fa81971ac5bc843a536eaf167cf5147e879c5447d7c1ec17cebe7ab85692317_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:bfa79bf705669231df1e59e373712f0b04ef2c0676ebfd901bd9879cef16236e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:cad2e37531b2ba165087ddbcbccf9cf167c4eaca5a3fba5f5f4bd943b8298678_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3538795f3effdfe84442141d83d0292447b4c43e3d68871afcd453f80e11fbff_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:7da313ec91e1a9ff08a16ea2b0af0ed1ac73e40c4b629402bff19f183d45aef6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d9279ac3cea7e1e400e244624bd7ce53cbb6343d10872873e71dee20263d0e62_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e89a5c92caae6b72646e17535787d06f7640a47c59b0b4f418c7e48918736d60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0ec6c9197060bf068f358283d64b9b877e97f072466244f9d147552a193fdae3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a5aa2eb87a3fc9c5160f5c37c50cb88cc0a77bbf4eebb298ee7883ecf47b456_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc1512a1ca871d5e21162430f028d7b7f2391e19cee9b3d6e253b6b6d03cc8e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e8c2baac5dee142c4e84d01c731abbc200cf24a04201fd8690f0d47035958830_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9b45bdc374e248769add4b772aca63e25ff0baf8d490e64066bfa78405cf609e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bcb4f4b45a7d62927ee6589db9d31e9bfc87a13f3b0239649c9701b10d3dbd75_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c1c72b9d00d45dc90f97bd9c5263e6d385ee34f3a3f834909dd8b8eb28c3b15f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e15057d2878011a1142587df35dac65182dd4ec4c0f3c61055a73a23dfbd615c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3bef4d599101ae4c2162f47e89f5fbac89903db3f007bb425eed38e1d9b4d9cc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aee0556c560d2ef9f2ccf501302a373f15cdccc83ec2c6935c4ae6a2f25b63e0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ddc3c05d5daa3aeffe5629b7e2fedd5df301a3030f8f8c6acc3204b8fd7e0995_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f463811c1b1e6fc34934bb5a8151fa946acf321ab57f9901b3ee1b7f75546beb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2abfe62de89fdd0697da63674373b1c8a2695846d8acab5f17a35fb38fbc23a4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7701f38b6702b4a9e6b49b3db83073475c33528d2529e63b1b98664bb7191906_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a23cd4945d2e1f9e1c194179fab9c388677fa1317e02a99eebc575e227064b79_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f2f194cdb1a14fe59e05455df10ebfe70edabd37ad605346b6258c5bda79d96e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9b04b0a1047813b35f6ef09e1fcf1e06b63946e0a3b3feaee3e081b0deed689b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bb521f2f97477b5b9851f6655f1738b620aefccaaa81cd303d17eb74ade7adb4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c8a1f9ce2dea4947e6cb460bb4b4ae7ab6bc5f816ca25f3405799d56c6ca48f3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d8f67c5b7b8903633485f67a76f88ea13855bbf95e92b651bddd15fa91458ebc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2c84af74e0937a0f3451054240ab7ae2d44c1b566339012ebec9e5b75d7a627c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:41ab25be6eb002ee921bf74c1049e07547328632d576e78fc45245177fe9ab84_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5b389b9b0acddd8ffe5e5c3f9d54321d061253f3f45b5b66b6dfa0181b73b87a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9afa17f9f4e4551369e891d405098219c071231ddab921dd32bb7bc66bb0b6a7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:0bd76e62d162ae823a34a766fccd9d339e3f550720d863b477273734ed1fdc39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:dd17b1ffce727d9a74c3f64d65b72b03a5c8fed96e773665a078dfab33bd64c7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e8ed2c9324c2f5594f90b049e92f2fb3141dedcd99165e80e8bfe147c738adff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f7f45f6d562bf699e0e45e134c7ab71701dc3994882cb82edce9356be7627ce0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:22dee3c01cf1deff68d73d76735e420d223ba0e75dba1e7ae224ac4e7b14ae79_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7134aa51e11a7d6b826068d03b9c90a518cd3cfccec0e3f06e57f5ed77daf6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7cdf9e85bfc54e4562176d63e1f2be56775dd761c6c0cbb80fbf888dd1ab43_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b72954ed888ded15f443784fe6a684b6e0d7782921efb788e242d987fcbf5388_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:63bf84966169bf2dcd8b8bfee3c478d9e61881ca007fdf3a8be4ba5cb1118211_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:697ada7f8e4bc8a881e2f1fa3a8402a2e96448f948befd465c59e03ced12c9d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:85ed053619e39778d5a986255af37802ac46a26899c8a448abb139736db5e075_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:abe01f65affd92347d8097b3922e587548364d9680b74f767e9cbf139c996802_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:55102797bf884eef2d8b842ba8a5f2538f711622eab1c82b06941ec574b8f266_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9cca1a2d1a6f5a33257e8f790d180274f24a01c125a717ff79da8fa301e2f270_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a1f1be1027b54388f762951ab7983f18cfe37140efcf2c778a5d11d4740e8e9a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d65990c0adf148e94c1c0ec0730ac2a285b38eff128cdb2fac7f61af1514fd14_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2db5ea10de47829d4643fc525d9efe3815db59d5689c0febecf4fd722ad0528d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5dcf0a7d3c0b2062ea11867f5fd2a4ad56fe786b11c3095d76eeb4c844240a6f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:73b76f141fea3db7cf7df4e9b70443b37fc67790cc6986efdf53a32ea7360bbe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:be3286f36b4c80969594af159ede49ee20ab5dfbbd890649c2c4249335714466_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2cb748becce8d80bfbb66e84f63e0f0a3cdee6d9bef3833eccca24132e9d0699_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:374211b6e69093447e90462693c45bcdf2ece57b033a419f13585d9a46df62a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6047837c63bd707f994797af79267ec8bb5075b3fdd88c069b3acaa04ee2cb5c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d8c4afb75de3b6d432d4929f4d4fb6938617a794ca2ef2060b83a02588a1d0a3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3287f57d83e7becbcd3997ff2ade6e6b5a664fd08610464002229e0a116dfec8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8a58a72e372b4235b4751e08f10c97ef0798519e6b91595c234fc14089d7495b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9654a0a2b4549ab06e5422dc69872961c892e97032b18d913cc197dd3aa39f3d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9e9ecf8cb43e1819159bb8fc0eb5641b71663e110ff757e26d5549cf41075084_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4aa3e0ca4b5398fcaedd212506e222fd435f7a46c2eaeb7a49dc50f789cf13a3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5d094c8e18e42d662ac2f5ba16602c1513094c7dc547fbe3de562463c4096bce_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:67f85bffdf2db08fb27d52c6a0a8b615a4b9cd748d9a7e6126851d1bb27844ed_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7d4b6b9e67875889c95a5d126bcad0f6b98c148b85433180573f439a867d9e25_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3c0791290db50c5a925a80b371ba8bdf91f4fccce56397d12a989263a972bd02_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:654aece866efed516d69db0e47668dc85d3936e901aeabd098e07538aa3dc617_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7637a44a01d6c56f002120cf96228b6c68e92b4391d4b6efa1c81ff8e40eac0a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dbc636494f53ee38eae00f243bdb92d187ec84654c280cc454f2b4febd7c22f0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:08f46b1d2114a3ab80bc7cd277859a4f84e870c2421b9e13370774deca0aebe3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0ea69bf7a80cc8c0810acf8c7aaf2cc1374d3b034065f1119ca33af3d1794cbf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:17e61f4a9148bc2e0fcea85c19c98eb8c2efb701bd21f8b63547dad13fc256ec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:8b81413ad0f567583ebe4782344c22834c1781c5f7493c8a05b827f3f2a5e409_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6b348a4fae63bad66acacb5f0d03b8155246733e758f14208956c38c2bedaac0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96eb6b75d6a8ce22b199b8150e628a2a00c427ffc79b2fee2e24af1bf584bbcf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e0b17d193af2fd7e981c9908e01f2d840cc939e24bf1be19977beb85fa1159ad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ed56ff21aa465143bc0d1c4f20803873dd07999229739b84ef7861683476b22f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0654b81d996d73c5b5b03310f314bf3bd6871b3bd4d1abe791cec9b7a3339719_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e294ee6e92049316f91ecad5987a24d7d3c06809d3db2ee3f9a41bb461bc220_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e3afa0bbd3ab3ed4acd6d0059765116e9ab56090313932bd063098d94f1c3b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:929f235d156df0f59479d60379dab0d83d6fc662d9acf7ff050a520850ee0125_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:14b5ec9622b1a177ffe69a7c87b7797c06b283b26d5547828d3177f823074b5e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:52a47ec0685655243dfa60738842ba038719f2454b85024084de270736d06529_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5fea5bf035692313badd286c7d13564d48c34e3195bac3c74ae669607b5b5875_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fca2b0ceeb7e301640de2604932cfb2c386441e0d3b3b0e4a525f0a6b00f7cee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2b85420da837c90d984c5945fae12321c8e6b6fa270768da6270f382194f2d4f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5e5a715049a34055fca9a4b36dab839573238385890678734f96d7ba776dadf9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6982d2c27206f15366ece47b40f4a6a2994c7acf5dbb94aa274c55a2216d0063_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a38c23c37dbf421c77c4f36758a105b790123d654f1c8b3419becfefedadd0e7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:021e3ef983d0ca18800e0fc390ad96f4b6f6b9c3ab784c6e74ebe2e7fd7b31d5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1076cff5268f9fec09a760da243efbb72eb96645f838a746c4c4e28ae4feba33_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3eabe7ed8651b8dedc3a2c38a83527f224ba3b50088b3238e158048bb2ddd85c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c29274bf105ffdd07bb78270a6dc497fbfb699acce48c7c6b7b6ef32416eb20f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:71bae3f7d9ec2a469c8d69b9f67d27a0a98a26bc842cc8733442cabd43fe3c06_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b67943ce9e26423e0bf84f411d50f394a67a0f3368ff289e695f8819c4fa8c02_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d4c9ea28e8a716d6a46a42cd3b5efc82f42d456e21791c32369527ae82f643e0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e4c222d813696b8b3d4cef6982cc88ba3d4581ad6842b10510fb4c8130a82684_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4d789598c5dc7be91f05a8766dffccc377a71db2ea8c5cc563f396cae02326dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:70267df26127761958bacff38fbeece08995608c2a24c7a3724495128ef2bef6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:84ea38804ec003ae82375c83ed4549163a2c932d6264eb64476e0ad175b4a4de_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:bfcf2ab8d6586fd6a8f08ec2fcc71f997800b8f459577c31e654f8ef9325fc42_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:49a412244c4d6b547d5b0ca9bcb041b1e3cabbc78f5234ce52b678207d83b3e3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:4d2e1fee9a43f8faf39b05a7d82ceac50094ebe972fd1fd85b1528961cf49478_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:564e888a319fcd9b1af19b18a4281c5a2c41bedfc3186fb3bb587a1e28954c0a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecb2d59766a1aaaf7cfbdf1e0b92ed025a18fd54acd41fbc63026b350c98a953_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:296a9379ce17e07df7008f1d35004477297a7ebdf9e3d51a50d71628d6ac68af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:67f272ef9abe83f9cd959ce97e3d5c46ed6e118ca30f65fbad733384d228ebce_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c8b5246ba51213bb183e07d862b6d1f9b156e1d16b7656bd6ea061f9016e8ad5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ed375d4341175bfe6945ea8aab5208f375034307f6753cc726230629ab97a71f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:29e41d78f04e683ecb12ff2335b7205383670e7bcd2b1beec736261a93abd406_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8ac74d64736ed4788497e0d4d10226bfa212f6c0cc97ee63d7c61676698bc022_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:94a303f0dd0822b5d82509e3ff8af5887949ddaa0e3a91b9f94d0bdf4e1e267b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:95c3aff27109694e511c9e45d1132bc4de0fd636cde0855c9ef45f1a17f5ce7a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:16e2953831f686cd68012c8cdaea2b404c54c91050145b716ee8b0ffc5cf11bf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:91e3e3d331d92b90ea49a78531cd366201c5de278f56597d9dcbeae40f114754_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bb1ec078ef82180a6019d6e174c16a5a846e4cb8995753628db25a4ca0071474_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c33a11f1aa2fe38738663eb291e25503e2e6fc3cb5bd964e1a6f8db0475e29a8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2606e2856430c12efdf947977a070de13c3f93d3f304608c411ed57b6de0c6c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4dda7a5132b638230470f86622d84a7f0117280726ea52e3769c15f11b1dbbbe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f3b4137b1beff722b9c1ec2e451577a22f44c47a6196139a39d4aff3a0386daa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f688b554b17808b3aca13b4e6bb8a240401db6f6cc5805e98ebe71ff43dbf1a7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:07163bdf6c27b8066a5f1e8674a2120054c3daab1e8a0db8cd728f2b1ca0fa57_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:32956c0bb79239db914454aa82f94222c6f7a90be718e22bb80c4e75a45127f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d877387429f09cf5fdf779e73200069c418e561f20a21815bd56fce1c1c4c73_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:9a64cc9623e5639b0e8ec8f5ad63a5ab83f92598abe541be09fceb37ba2fab23_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6d8e4146a7965b0a81984df7d0a2fc094c50e7010acb93e58510cedc8a42e687_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:764c1081056df81f61d6965869f9ba66d67f132d6c768c13f1b2c1c81d45ec6b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a27762ca5025270235002c90eed00d6d029d4b7103b5bd108eb527fc8e797f1d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f473c0c439be12fc83e9ebcef48a1a067a5f4a9cd581ca19ca34a3dd0b9fb79b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:6e95c6d3ba75f0655680a4e46b703aeceb57cc9ad072733bed1aeeca0e9b3508_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:ba23af1b9437640698b924bb0645013d7c08fd6121489b01b63f66156faa6588_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:01c4ac10b7061c77ef54bf337b8488722506d2a572d9da7d9a689b4c9ff7c225_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:67c19e36b3f264978073841b06d940efc3fe0546baabffdfb35c2e5a1989e96c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:add880787ab5dc1af04cbed51e2da0f6f630ee85387617987ec6d6d8e3a28009_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:d6acbf09fd11d29d0d715b96e60355a23deba955fb3ac6ebbcbdc29e6923d508_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:474e02e9e121dfe39458bdbee1f434d32fa29347f55386a4abcd3825c9235456_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a0e6d2e5adb8d9c223824f623bd7d391e33241fcbe281c54af8e3925af5781b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c3fffbd0e1e6db3256029c6cff61bb64ba56625041ff86a9d46a895076877fff_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d253f116a2d1e2f033f47422230a0a4e8a9fce255d71e9140a0bcb6f255c09b6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2224a1bb7f39feb0ee922a54a94d8dfa66e676caffc681f99227eafc0082b50c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:339b51d602e6c798949da55fc36b4e83d4b07909c97f004f8aebb5bb6f43268d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a7bc2291024185f39cde4d43057b17968cad18451fe8447b0ace526ee11bbcb4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c171ac27f2bfd7846db274c1d2be8b39cdfed3afe59ab4fb01f903b5be3af443_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:45c70f4c6f15a25e1982efd6eee6930f16317ef4cebd11ffe2b5994b9ad8b200_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:938dfb864f0a9dd0116c5969eb1ca94f2e04b914c3ee56bc26ac33f90e2535c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a4f095b9251baba737421c47566ac7329258b8ff22b0f131c5a941ad1b6caed5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:f7a4c6ab4dc050efd81ff5d7dee7569a55dd0cf96e6413c47770699f5fa02b6d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3a4f76a56b75c54966a76307c4fd647d854812bd22e55cb228c1e9b5aea67037_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:98110bc940b974dcbb8b0ea21c6b52bd96ecea62779f9665d3ac8dd03223905f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a7e47a89156ad39c7e5820cbc98a0b295ca1a3aaf6b72be3961c6d4eb0225831_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b6a273a6d68b36cd939b6bba836f657168526125327fb784c436c99848f49f7e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:26b6bffa3e11fabf11ec8176bb39ab3e301b3c5a85c1aec37142860ffac1fe5a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:301f5a73d9d839a999dbd3c9a7741ed3458ffb87426b7499364e6460850deeb5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:57eee4fc78405492c9a665c228d1f25c75f0390f75a73d5819aea7ebc2da6b4d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b10b625aa3fe5011c7fa9db3c95ba6d36c569fd6f6aa4ac3ff2431cbc103d362_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:11b59cdae58f57a02a4c8479266a50a1a5691f2e8e4382ea7ce96bc913ad4afc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1f11609dbe46602b2c11ea6c776cffc87ebf3fe2a1204f25bda85d9793d5cd60_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:28ca9310e14799c080a07935267ab4ecaf6fd1abadcb1e165deb46c81f2e731b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:56a619fe929b8a18bf1526bde6c9a86f12a1c0a43739d1a0d04c58920d3ac5d0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3bd696b964b694ec219c5776593bf4772dafcc3f43b973355913801929462557_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:4142674147742cf0ecad7223e02e88efb53e5a34ab820df5ea2f645a04219da8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7c59a7997fa95d2895620378a7e18f0074929b630c329ba3f03c72e43415364d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ff35fdf6dd3714c214394ff6f203815f23921af529bad0dc22abfa1d1680b333_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:15198ffc1a039f56e9cfe7ab35037c34a3864a83163576b65fb3e9f5aa8f1f3f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:4ab1c5859c4f54f225fe4d5555f3c2d1aafc520ce7a9197b040e06084da9a43b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7be609c48462446f215d9ae0326f1c76bc0b779cd08db391163c796106e7aeef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f04c27be87ea23869192754c00d08badd40a106c2f66b86bf493455b3e3ceb09_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:42ce515a9496a89b6abef7a94b6fcea6880b2a9833900d54e1dd4044c9e2872e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5ab9133d7b6aa46227bca8a1c6ec2ec9233ebed8e62e41ff122dda627d4a7fcf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:94f82ddff9d44dfdce03af24a851c05cec4ceb161c5631ce6ce88dc8a9481271_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a7879d59a73d16ad9c237a597dfdbdbe06fd6d3e3de0c9396e342250778dbe08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2f370ec13f448fc82d3f142cc8b6a559a4d62044631f4b394742652c4672f536_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:38471fb10545f0fd1f879ff8ded337bdb6919a929043727936d28c2153a78fb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8e6c8d7186bfcc49c6ec64bf8bbaaee511f62cb5d14aec29bea364f90129d36e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e35c02d8101af5150e038572081ef775816f97c77ae24fec3826bef8c24837b4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:123714413da1487c02d182f1d355688d2f0fd63e0f82865dd962567bb9c81039_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:675b6754ba7e231a1725cf8338d536551497ed05e7f40435a2a3c98e411af84f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9eced45114ad75c3ca56d06028c836adaa713433bc49f6196533276f9645c58c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b203bacc4238f6cc6afaa7dcad119d126484235694dcc33a46edc4d002dc7f5b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4e68102ebe684da4477f443e32d69865b6fa28d398fbb76463c67d85739e3c2d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:6dd5107b14c1abce011367145d859456aeb03052ab831b4c548fa4fba0b269fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8e6d6d3162ace273c1312c383de4e1f6ffe2d8e6d7b553b64e6ac460ac040c20_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:061699fecaf30d68ae3d41b89d812ea8144627d9ca9de83173fb33fa06e6b8f3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:33b4bb5c331675703e19ef96f3185b2d3cbcf4d0e37a6fabbeb5a8dc1f46df10_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b7e15475952a147e7d6d506ee9686c6c594d529b27e4086f49b0dfc1e237d640_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0465b162143273b73d2d1af7ea6f9654116a9b1cba8169028273185f2dfa1191_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5d1720d8067c33064ccfa16d47931fd18bdd3590f53023c2ec268ed9405d0983_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e99c8d382c503a7b1e25e6f72ef293496beab285d0a3453d09ca73fb58247163_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4e09db0d6efc9289a85cf5d4ced1d6a6a7f52168e44c366907a5d4ebd3e7d75d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:585c75fc909525ac0332764b66db33e6646e5e0b0a4d01d176be6dad70a7447f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:85df50114baa307e2b4192a46f80a292500401eaf41f45b071b23bc278562135_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:3ad0b56893a8ad865ef9de637c1f21a358aae5ed4adadae02db3c6d37db93422_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:56925cf35430409d4a59b4de3ea74d8e3779acf505872bcefa26e97418f7bc9b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:a928a27d2775d702a7b4888f87e770c93049b645b5878173d87d893288c0701a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c83836428568394e500de29f5e4b44fa4881f5b5813a8dcd42a5bd16b6bd2bae_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3fa694c3f2b9c05fcf2cb69f97d791fa46600ba1eebd67608b109586dac15e3c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:44006268f8f00b5dcc4737ce787d9221b50ad7af3e678ea6dea817a797512b4b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:6b7d13c5daddfeda27cc815f3fa02affd699ed626cc41775f78070cb8cab4f4f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bdd058e218fb99204c479f5cc33383634b184b1153a74c3333926e84f3e4bae1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:174dd5140764fb73bc002166fefbf8f897be7b295e10527410fee19338fe65d3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3f5a73689320e820972a39a40077926550f7864e2d1969a9352d3b833191086f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:df97ec11ed1fbf6397b6a62c85014c255b60c652c98ea439d1f47e62c6a0e4bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dff5a115ecbd046f3a1a60ce8d8518edd570922528a7ba56cb17716831eb6b09_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:11f56bb6bdf0069b7bea04e5051874cf879bff0ed36676dc521975eae8cf1bb5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1eb4aa5666fec327b24c011e1b7e726ecde7ba1942e0b8d9af38a65baa052985_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:77da9199e0922972da775122d60efaeeb4cb2cc464ff6855099fde770cfc01a6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c56c801a4a9e11f7b9ee071dc9634fd6c43aaf04cdd6b048dd4ea1a623ba16a7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:5332d1051a8774d9d3ebd2f6df71f2ae36ff23fd32b28edb418c028dfa6be128_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ae444a4f4274431a8dfa075bb9c91fda502cbdbe971856f54ffb6a0d5deb08a3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:4148a39c8311d7050050debedbfa7454b53c3e00ae4d63cee7bc6da688af744b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:699c1abe44686141c985a530a8b3b864b3a1bf2c5c6645d68f7920b8f752c684_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:608159f89bf52fbe18bbdb1c48b679346ddac7d3ace7883c84494615a4ab7adc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:d26f0f1adde0599a01c90d8b9e1e8690e6e532a380e7852e83cacc1e439b5424_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1ef42800334a0b6d395e1b1bc8e517e232713a4ee0e4591415c5347ea1352fb1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:23d11514c82b817c95564de1f0252dfcf753ca40cb154054c051b6bef078a960_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f5311dc740529f4f4c444fe33bd5731b0ff5d213620207f039af546a3c521226_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:14f9b0d4497da98ffed111c1266fd4e0b4a812f6b7ec37b95e5702438602ce33_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:4e6b6f1636a4300955a587155ee9063979e47cb387dfc1a85f3738b1cf25589f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:2cb5be04fd1145f054e994500608d1463f35a0fb87305e559ff71c972795d978_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:664dd8b515ac89b33051c38e00fabc4f2bd8c902f9fdd8df263b6cd6d0a0bc25_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:28e1a2e9d3850462c628b0bfaafac15d68def97b8c1c9387de58b1fb6d877f19_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5c60f40d38ebe6f95cfc0fa78fed9aa265fdf3aced888bf232445c2e76e4ed55_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d36d045c32e335933939150b36fd2f86599add415385560d3e10d4b74a704d89_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fa556b78fcc306b456576053e522d93e0c578807e220d3c562ea54cdbc2d1a92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f9ea746b7bc2eb6cf1d82644d42d363d9343506f9091e8bc67740a06b382081_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:909ff0827690342dce5b4cf713327f3a8887a056951953c9aa639e916129e1ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a8705dd5df6abd3d6931b298fe8e53cff0f8259547fa85446503b413b0ba19da_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:cabf1a3d4e2aab9e2273afa75bac084e93eb36a2801b91ea0d79982e9e7e5f2a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0b5cac582cea2ea2dee7d515f05bfedf2a5beff46ae6d5ca9626bbb36c94b865_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b920409f5635d704145bb8e1107a7c6f951976c44226a2083982443f67ce619b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d658355babb92069a73c35353c2fc0be4450517b3445d2387b4b0e3bd2b873d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f8036fe71f651189dda062ede40268c843ab07ad5b32e010250f9b6fe9234bb6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c5361be369c8e0194275ab97d18d52a095a5206888bc82d592f9f9ba28a34e91_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f6427aa92071d20df4e412376886d9831bb0cbb15c10216ebf2ac78de096b051_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5d5edceedc72d2ec62b24b6a60c278e4836829c78a0bcfeb20d87fefe501a39c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cd23e978bf90a7180245b04b5b0df939ba57e30ea13a2a759a5d04953eaafda0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:bccd28236b901759b08d5106786d262e482cbd1e3798c1392c9c6eda9956a5d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c096101efdd0dab71581c6e6506b9a6560c96979e2d439ca888d2c67860c1337_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7cf38584dd1c5c269f86d85b0488e9224ac989f985989b00ba718ccd5c1cda56_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b2a85daa27b4a10282c1365dfbb48a3224df6c2a47d6f5ed59c3c01f6035d443_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3643a11084c5df88b8dd9c8d7693b228f3a9d94f74aaeb4620aa458516c14e18_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:a6a1152188a6d2cab12133e497a5c29549fa0103dcde8f1bb530ce7a033033b5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b6f91ba9a89207a2f84a8bb1343179bd74948644a8b1608c2a2d84dee9ad39b5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c21ea57e4b38cb47e5aacc58b218ed97cd4e6ef353d86442236cbe8852c6f648_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:56c61752133f5574587fefec75502e2a132871ed033a824f62519117ad0c4620_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5eee9a534fd647002e246ccc70b47a79737cbf604c5fa4519d10a8c66865e5a7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b1428b294b7752d6d56fa95d6630aad0b6d205991537ddc3274a7062c13df3dc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c363dd15dc780181855ed7e8af09bf148d9e38d562cc54d90842f95ccecce36f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3978c02a12f2469999e833a2cd001a08741c4d9bd22ebe211bfdbac17563ddf0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8d20d5c213a86a2d9cf1d4e8ea351a70e2bc1e8864e7435baa701aef3b22441b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ad84f2d6f695c6c999a82e33cee9938544352a648c0e72adeaee0803289077c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d872bcf33f5d4d6f1a074bef0091e74de82b3b1a883b9004aa1f6193b84904fb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:027641f0d532c5d06663e838ddee798513282838efa12811ede36e1b8669949e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:198fbdb0d6d4bf699a9186c06c310e4eca0c3252ae8e0d64ea1c68d7b67c2bfe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1a3fb2aa3ceac5c827d7cde1cc0296d6974663d3f5b4139390cb29dee2bbcc20_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:51a53812eecfb69e77afa538400463c7eb51710777e9d9573804d2d9eab5d307_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:19cdd4cd8546c53530e098641c6c83e2f38f05f2d046c6a9fddc3c8002a01fa1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:27b826d0ac202a4321d2d28bfe26376b405458781f04acd607c3a27bebe83651_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b1c377c3a99dc0a9a6a39dfccae28c7e5a11674342530a05b237a33117c980f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b230c7f6c243ccfc43e6b50809f916d3247f8daad3c750220020ec4337b126a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:42cfb65c46f9f63ae3227c0dd5ca2a0a11729ecfb2865f3a4443821a85f7c8d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6ca3200ace5f9b6c36c20185dfbac37ef4cfb171f3a99eb9c746e52031bf380e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a9edb90a7efaeaada322b051c1b4cda47df859fad20ed42574fbe0fa00d15324_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bf0602fddb6c09c5c20a33abf72b947cf7ec8de6ef68144d2f4b1a1a9ad906ba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:13df2c323a0db01668777fb495bc342806443b5c0992fe7f9ede76a0e731e2b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:8e564be7535e32f63ff7a84bb61b3586b16b07f4ab6db20b42340dd998f2e919_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:29b338177ad61fbe618240d520eb180c1faa54fcd4be63c0d2d16f5221c4d7c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:97b5466389d9b1e4c54dce29bfb42e901ac2c4aa39edaf99c35f30a766d38b78_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:989cd4643516ba83c661cff6bb217cc25d502febc80344e08e90c6eef8d24088_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:adec59d5a5ca059167c1dab49e6e1e6363c1788833f2cbc2381cb7d88a98864b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f821e1e8479c74d1a672e049e187d68cc4845e7efb417e9e4e4fa99628f3ea99_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:4eef2a136a4fc3a9deb0c5999546aa8d498c3553107d1e0eda9d394b2f412169_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b31560936594f27a81750c2d73f97385d7b3ac87cfa7c75e1a4fc224243eb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:bb3bda07b0ab9cc97889a530b1da6d7eb3f7f9c8a98f9b867bb3a93da7694625_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d50f44b5a5797797b9595f99e3b24684908cc28d317ca00791bb6a7406e15636_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ec2e637888e698016d6df6cbf4be6d44e5a2f544e7b81884982e06ee632a9ed_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3c569b4e1ed989074b129cb91b307cfa10c8305b037b284b23bde4981f551238_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:4ddb2823de8624d7d45aa16adabddb92faed392e71c2d1a0b3e640be91b731f6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d3b7e9f39e5238f011f9328467c72a8cb8cf99d4bed7ac0593edb9ec5bbc90fd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:24e49f3b5ed9df72849a33dd7fbd4a0b01b8c3be79705d6e23ae48e3fd164133_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a9ce73e1f17b21b9bf2ecfa7e35f5d8e9c72620076bed594e217b870057185ca_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bc2fc4c0e55023974c90506cc14c51cf73741e9490632453687edf404b3c485c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ee9af4af02c40524e182fb1893b8bd59785be7d508111c5b0415f0caaadefcc3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:971256d54a4e10a29080f656d5de3b6281f27c77a40c0dc7352f1f05ab83eb11_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d4fc699ea35d0f1e96e825d2db3f21628e25589ba57c40ce771ed210aac5d588_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e3d0f624ec4e265daaed3072e9f9dc85668a917d49c96ebaa1c7bc05ca636197_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e47600e5f91aad639de386e422056d431450e5dc3560d30ad16b0b0bd240e371_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1cba0b4f393f1927ff5386a9b2ed74fed87a58e4b2d4a38f34fffedd30da14a0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3b8bfd739f87585230904007f0b438b4bc9d79337f0e9038887bb7f297b681b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9c7b3d916bac7900ed009cf82a03607fe68fb924805ea37e9950ff3fd6c73b44_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c0fe58445dbc3f94bb9a041ee4ac81d6e1ebef0eef6b2468c288be51d947555c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9c772d8d7af17818a38e2004fbdd7673bdaddea0c36daf239dfe65a49f78c212_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:acdda550e575dc7add42439a856726b3833c5d6d98dd9976f30be4b781a11a82_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b5be0c8ab080114879aafc5d2526924d32306ff545c06dba64c947ca68736f91_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bc413067c8cc3e6c40a9be4ea896d911cf6b3adbbbe4c8e85fcb243bbc7bc2ea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4b39c2a3d10a1e059c3f52bbbad6df20e52e47a422119d51806b59bda8e7e97a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5f0f4b8edf205f47a263878372c0fc80e1531f3d197d882a83cc6a2bf980c277_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:78987fc04ce330fd8ffb8a96e1f25e8ece8360680bbbf4c8854f1ba1f598f2f6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a43046599cdb529aa9a2672b628a7495690b03379c7dd4ec7bd744b01793943d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:25b8603f08442f61b433250cb6f4839cf2cff118df56d1d7e12b3b09e859a278_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:912bcfa64c2dc40a0f8573e595001fdf9dd3280e4babb503198aa019c4c94dcb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9f84034243c6dc1341a059730c81b05bc6626b913524f8d854e7d13c59eb4d45_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d9683ec09f7d3d0c73eb626fa7132ea0d7f731893506437d76db27bef51ae518_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:13573ab2e748690c65900137ee67fa558a1938fc2c4d92deb6b308809a77dbc7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:279fef1862c07ed7b949895843d80c54180a704411df4bd4059135dab63900d9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7c527388a78edbc77d6a9db9ba9d5c8ddb302220d69734f4e0bfc26b63b3dcb1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e601bc25408a2eb5735db7d2595f969a59da9560516715ad781cff5e4a57f2cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:264fff5b66ca49266cfadcee9765ba0b34bccff8dfdb12e5444db97af4913095_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8f14a597769b040fed9d1c1d610b6023734dadee91cc28588b65efb25f6308ae_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:bf78d9a4afa92e68d8018283114bbc7fd11fe0a9b357b75a00395ad630ddde75_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dd57cd8ba112502a28c74d7f9e021035a061e1f51377ac0510dd02a303f14f37_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1e3163b559a137ca99141d0913759b5a92cf30e063f6ee2485983a486d97a066_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3038ed29c6dd5d46bf8d593c154537615b8d218bc43eb89dc099a546308c5b33_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6f5d8e50b9cf127af5334e0b1e97aa1bc466bb1ad8a1dcb2b6c3e7494bf5a1e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fa6736bee0e8806b00bf3b6d971e2de5ea49f3f2a89e8cc404d55a70e6f73720_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:09157be733606534b4788e13e47f647c427adb2d36031df979628d1e3d93b096_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2c52bc991f789cb2582b4fcd0fabd20b86b5893d9fcfbf6e9ebbb372cffecbe9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:611ab0d9521d88b9676bcf873b8aaa2fd385087814de0ab05c7c853fe98da20e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c6226a0f343e69d720fbc83ad01daedb925fc39d272df78fdacbd847fb075bcf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:19425f8d71d7b67b74e76c5b770a5e3d918dfde9a9eb3e181c767b4489db01d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:39f0f3baf0bf65713633aeb91a80cd35779cce2b43e6faa70838e0a87bdb12cd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:804965e59e0147de822be6cc464daa137e45c991e4ff00c7184b6fd8105eb781_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b9b4777d271c5ea81505111d169134181bd46169ccc05dc65f3b6e59f736d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1a6e143562b0618b3f5afb6d488e8bcca48d9b0b4f68dc70d77279643325ac52_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:22230fd972b50ad12367aa043fef070d0e580b71e874a0e3fc2f5aaf52839773_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3abe2be596ec79e32806af4d66a7350835433c11e8b053385ee6463e65f31d30_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bb8fb8cebadac019a3d8c7fb2338a56918ff39aeedd55318fcc7e7c6d60648a7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:28dc48f706edfe382aef8370f464836e99a307136561dff65f7e7e8b5dcf9a5e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:533846b923d36de2b953fd071f6f7ad38e60548e9ef1d3f704039bb69b59530f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:68d5b77732cb2c0b0cb9a7e6f4201570dd8134dcbb21019dfec4bfe1fadbad1a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6d20fc820b2b684137df0fe673dd4e98135ee6a8c39a660db8435be44160c4b5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:48568238316d40eaae138ec218e4d0fb6119c94d9014683bc25934210792500f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:1d1ba67b2ebee648e679f886122e649880437bed73cc62901f26e77087d1f72f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:627e8fa2665e8d19aea0b746867ce31b58cef207d6dea85228b175b96cc95dca_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7431114311d645b44e0f98c9a0e92e62a2c412a2b57dc47b52f1e4c5ae0baea7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a88a9aa0807380263b476e1e7491c9a4f36def3c403b43fdd30bab55f06e673f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e38292df09d0b5589b58f31c39ca74147011aafc1a51be00112856a7242cb80d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:67f16f35ae8e95b90d758bf617c953ffbd0f31d685b9f023c34e5de5c02d1d13_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ae42289a9ddca85918d07f71db7415d099e8544ead8ae73a0d79e600c1c0f067_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfcee1078c7f5425c41f8d3398ae512f2a07d156de7d6e92d24d7f5eb1eecff3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:eb851650658c10b1a102258af7b72aac6db36647d07ec4eac2bfce099ae68e67_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:74efd49cd2880e07cee9aa16b7615504fcd276e8606b7422ffe6a253636462c1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7ff9273c653a511408a49a0778e9584605b9d24e1069da8a77049f70e2bd5616_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ad02d1ed96a39fedea9588756c548817e8672b8fa6d3e16f1f53221e3e7d9157_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b10f0eaa64d49ea5763131b8ddd134da6771b835333a4f5ac9ffdaa13cbd08f9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6c75dc3551d30161fe15ddb87170bd7ac33cb19b242907e99a9f2b003659efc4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7cc7c37a8ce0bc5a1de200fa97525c35943d5fe789787d642c4a3079c251c4eb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dd8dfd22f1e93168de72dae9a266654563fd41d605c65b4bb15f20ec65fd53f6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:e651483d73deaf4125ae3c2729bd8a42b277df79a6ff056a99ee3e78e2164877_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6590ef2d757e5ac11ffacdf6de04ac112e96f4bc058b97aae1facfbc9bfb9317_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8bc45cb12c534a1dcaeef41b7ad0a4cd8ac0e3b0041aaa0cc3a9b917602ba5df_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:92e18d38fe9dfbf0e50933d15f4178cc149b3e4eb535ccf0fc0da030d758f435_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:9a77e03eab2a1992fcd1c0a1f1c978755e236843ee4472bb551968fb16568334_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:686e7784cda9016a460c9196a522f1fb510546cad343e26f510bea264ab9b515_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:77d58cca07f50ed35b30a97c24f66abf5fd5482be3c2a86df38b5d0e4b41e4b5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:a553758f4aecd97de2202ffc5d96370765e1f92a11fa4ca464ad13037d7c1a70_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d09813fbb679d41aece1f097ecf3797adf142242feb12769a604c37df1b6d80a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3a967546fc93fbe58afe72caa5892b712c5b96072d3cfccc1c7d9b27cc6fd6fd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4d09ecbb6bc7010c93d65d8bae5a368326d1b52bb7f7410d30dd068b4b9c1aff_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:78a9ba8fadeb516fb48a37ad2abef78f57a09b5e701a31ca41e4bfefe493d781_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b44e2dd5cd2daac1ef6849feb0b313950e0616586fdcc843a051788fa071a4ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5d94083e84fbdaa57cd8723c20bfa1bf0d2eaa0cef52c662975b286785db8cb5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7662aeec067c8b3bd0203da4d87e0837eb624acc7dffab9c0eda8081d992fc55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c95e0922aa74f51030c35cdf1ee704f01ece7b4ec53f361055f4cfc58e464bb9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e4ae1090a43cdf4a540f1a2cb376a93d2f74449ac44ba6d0484e4612579b3d43_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:48c47a452810fe65a21fa858b102a2e7d9469e1143c51857844a0a74ebf03661_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5ccd0d2687e836eea86fcdcfbc73c7bdced8bfe2050c466860306d246375f0b2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7fd64ebc835133fcf6fe9d286f18f790b12295dcd904d61cd255c97e49f216b5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e862f18a4bdd246891a49434389e8dae5d73a68aec6d548dd282f3c56396be98_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0772170993a9fc0531aa948ee3f4c83a8e530802f7d6fe246a0688026c050d27_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c1b6b3c81c49bd764dce7fcb732f14f378aad992c953cdac86872b4113e8168_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:307efea31da6d72e50def18e1c08bae9e05ac8991d90379280c15f69c93be375_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f366a95bf18554cb9b48af250be89970e4c6b1fadbb97543db8bc202eefe282a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:09b9a909358f49dc84cf863e418fa79a72c5f23ce05cbd4045b2c966147b4edb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1ce1ac2cafe2162c4070a5b60087ecdc520db1e90a433183157c554f86a8bdcf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2c984681915470552c6cf4dbd2c900d14f29d9a6632d7d937d2fbdf1cf16a5d6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b3809b2f792a8b57efc13591b88232ca2b83fd116ea1a6ce9c05ec39733bcfaa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c37ef0e5d795a727e79d2749570d7c42876e2884561857149a17793543b9fad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:45b239b4328e73574050498d8a59fae10b1788642bfd3fdfd487a59654f2395f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d0eac8a6dea99105af2917f089cc423a7c21820cdb7ea4a3f793381cd07f43f7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e9625244e5cf3f4fd7e6d69a8076069e24079672e2c4bc4df7733ef31c3aad9b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:25939a8eacf00a315bfaecb90901a20f2d314f186c1a23ee0814ca611866ed5e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3b3fe898a633924c2e0f803ca944cc63d99359966004c6aba6a05c446a0539dd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:55a048f1d9ac836497f7783369b5b582727df86cc64fe7df91c463db1fc0ff30_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:88990b2047d4ab9055afba0c6f8895f30a132c361722a1524bed1671527d99f9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4bab889d5262b3f891b99f0a521f6d4511641313cc1d3a5970cc2182c52e0fc2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4ddc6ce50e06c258b4f24827f1fe5577c4ceb5d68ad925a185dfac5b2b3a661e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7883c26d4640f30a8fbd635f5442fdb46625d727a1b2382220c454aeac081fe8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:955419c1ead9dbc1c2545f367907dd4b1e8133ea23ef65407341e9a505b1cd17_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:206e503ccabc3f5a01f11ea5026cb64ad6ae62adf2eb9044386efac6586cf332_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c2d2155a6d299536662cff9c5a8474680dc8d9c514b152e87421feac7cdcc22f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:e62baadcd61bdc045c205ce81a3b2b650be73e7b3a5dd5cb53ea4c2f8a181f0a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fab5b1965457ca46faaf5d1e6882c17ac2f0e1db5017cc81ff4da8a9083cc838_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3e9733932088db40e1d1dc25250b68d83aae6fdaa33923c2593ffc6f10b84984_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:62ff6e225c6c72f9c9b0bb33014544d1e02a30ff9092c25fddf72d9ebc8782dd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:70259c080741f045c19c2dfb1fcd5069e9eb7e413294d855262975ae03e60b6a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a974b10609ceb50c391abab36ecaffb9c6ba62f66b246f529d8f7d1f038165a1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2a8daff0897cef178c43b00d43b3468a3ff9389ebf337533c771210ffc608bc3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4c7da9adb32c409132dfefa7ae79fe99d41b6f59c592eea234970279694951ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a54253ba850cb357befc0173748523a1762858066023e04388c94c2d5caacfc9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d49affc20c2c397c1ed17de7d3a7fb98a3f66efe9f9bd4f4234c0832393df9b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2321dd8c9cc505a677622c5cc680e4f3461c6bf1fa4267cdf7f39383967a0b3a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:582d0856a394c73d8faf8d1792a80ccd8c66d80cf65b9dfea344351d767132d3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:938cea3b81e1b74629b0bee65183b0800518b4b757175d34669fb25f6e5d802b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d8e3f695418674002c1dd252757415372d95b38f813a3d432abab774c7427b2e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:8fadf40fe968046de41a4a4c6f643d9077f4908a1e456d7da29e0b0c79f8431e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b7b73c5b17ad867eaf4066be6b2fb9a322677ec3265c0d1bde2e317f54f7accf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dd6c4a3b961b608a71122ddef308287483d90f3a153df4ebd00b4f85b46bd551_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f5e86e560d2dd575aa814329ad50a38ad4c7f3c111353e652e55aa5b58033f18_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:10015b131c57580e5edf1fa90b05b19482ea67ae3b588efb30da1cfb2061deda_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:99060fe9572cab596228b61e892ca9b571e3b740c4872ab55e3276d4ad65260b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5127b9d0570329e12a37d1c7e38a3ad9a1c990b7b0e1d3f3b31f5ae1146a518a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8403b335a511bc219b98b899e2cf4458347dfc67c8e15440801b1434f03ab555_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:8bd350665dfcfcd29e64a93a9c1b700817a99560dcc927a75c13cf22924a557d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b47afa8cdfbab90e0852af59ab14d95b430a2e94245aa9d1c65d1a592f44a90e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:15c698a4b3293ec372e1ceffaba0fb9360499514271d26c22cfb6cb39852f598_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:43344ef6148d5c76a10961d19b3bd83e219764cb53ac4f310a513bbe694fef6c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:084a185169e09b57b07073bc5c82bc741aeba187cd9cb33149c830af00cc6582_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:171aabed219e2a837afd87ec9dda95bd32b6f780a8c7116a6dba18533c07605d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:33926bd728bf4ecfa8146f2d55c05f151150d249b965ac4338cfa8a9acf642f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c0709bc4da1e5574cf296180cfa6abce28c2b7ac105abd95535422abb090207b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4ef4397e1a1aa5b377ecab2fceb5c2eb15b526ae39bcd9299b45d9abe4bbbf31_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:852e6be5031cc90ccd9d02fcc66b59baa692d594e7ae95e68b8923732fa77b49_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bd9e30cdd5958003b7db73e8d871b448d208c099f3dc7e9df3ba56e6d476ea66_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fc61ea57eef9eb7f0bb091cc0815a81844d60c78f5824640e40096e8de8a02c6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2020b01fe0c8555a2cf070d5a9bf75691de4d8b775b4ac91032c92972ae6a424_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6c3b876e5fa5594ed92ed3d333ad1edd228611d67b060024511f8c6a53eeec92_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cb279e6a6181c4ab8025c6ee74497cd95e990aa02a03aa01c8e4ecb81718d231_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f6562421b9828dea833fc82160705ba8c0349531dca39eea94da4bb31b8d3468_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:44b8d7704e559a8fbde7bcd2d7b51cc025eb2b898c74497149f818473d6b7237_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6b3db54da066eff7abd8e8f58ae42163364355fb1fb5a166c3f90ef42024e24a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7bccca2d8db4038ed90d7c5d995bb2daf880b3d6aed320c6d6dc89c73c38170c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:afc464bfe9fb581e22275814fb3263ada3383b571ac4765507d2640470a8fa3a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:353292bd26a33c9a68fbb8351005fc3b65d1f0dc02c82887cdeb5d28beda1404_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:af382c36059c0c0d6e76b41eda8ae2055bf5717205754272edf126fe15737cc1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ebd113dd73707e7e234669c4b52e7ad90c5aaa95d062fe7b2ec18ad63b942920_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f0b91324c63bdd9b1603e0bcd2e554e1d595168f9337a7c26d3834093b24f6e4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:23a74b9b847094d230ca89e8d43c924098aa5a8ad67bc02c4b11833c4620aba2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3a9adb54f0e11beb7e2f393c00ef6014f9c18796c36e47ff1f08807dee8a9e0b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:558cbb955c8d4de727f010f3fe97f285b6922f4845357cd979c22e9d6afda4dc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:64f0e85f122f8cef1a5b444095fb16f95b255865ab116cd59a4a541bb61cd09e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2b93d36104e2c99c09823ed5c6d12e25abf3dd07e20683640f99b687a45e9b6a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2bb2c4706037910e8045bf0127ddd9087d2c8ab9eeb09ceabe97b18dfe873c1a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3e5d6fe6f1f7a495efdb0a61dfde0d20def80759a215bc7097265c816e07919a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:efe7886379624399e04e4f213bf1f8b2baf1acf989823caa93ed8ba76ccf9372_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1b152d3df7256fa1d16dbc4edc991503bd90432e1c8408149603306e62a28a89_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a7c3fd07837a9c03ab834a0b46ba51b50c73037203ca4d12d8cb2a45f690e62a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c9aa9a181ad76c715b410ec6866d86f28923d2becc8438f3b56a381d7c668897_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e96b65f0caa9f23429318080d5812ddd5c233b881b6f460d944990000a6d7018_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37569639de1f8c36904366fe21657db1df3c26c03b8f9f974e0a87abe862c7b8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8d27603330319790b463eba638816fec38ce5ce81e7cc2c113636939d713051b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9e9598797558cb0767f9bba75faaece26aadb56163f94ae2cc2c137645b5babd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:cf8f8b11a984107f035ff28ba24ff3f6e1d10cd764ac472b94bb9e74d435a459_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:70e6484048faddf5f59bc7399fb22731d4134b6a6e2c2ad3b1e92bf26e5ca902_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:93c6c010543791ed57e08cd0630a7dc7903d7455d61686cdb0865b13fc52f44e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:cf50871759b51c4fd1f164c53ec8503379de265ff95b5f6bfcb15d3820722c78_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f296becb22727fbcfc0a2a4a91139dc782688f43f63396d645b03bf698b81ecb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:227f6cfcbd9f361dac87776c3b625a4ae91a7054a29a48c0aec491a786f81380_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4063848bcd02040ab2a26a1e77d643a8cc01373bc6467070f72f8cae62ad8bf7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7315ff02d1adefaf5e52dc2b87903cbeaa1ad7c30719ff6afd130d068ebcb429_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:c33effb47bad5780e4e0ed220647bd0741276ef5c19eea05014b528b91765efb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2883dc4d23d0c4ec9551a0818f5d5edfc708454b48333db179232b6f7bafb4cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2909be49bc0471a0e2ab4e9172e4ce490b305b8e1fb86729b45af106f1ad5ac2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3b91df98133ad62ab43372695b3953c54d58e70c15eb7ae201b68d73088c0bb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ea31f2ac734ef3cec4337ec6025a1cc01a2452ec124f102e5b1400a9ccfb05a6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:2aaf1b270a589b2e9c907bc35b4a3706cca1508a06142dd3086411e046d7cd00_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:32b91a8b6cf6278fde2c8d33666748a905a8dcf290b6e16ef266857d4838d3c0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:fe8f645cd130c489a3454252abd64c554d583cbf984aa3e568ae9c4073fa0f03_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:9885e38ff9be6d7ae070a00b851232a29e739a870d32b2508ab9f34e56177bd5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2b7476cab5336d76457b1915e734ab8702c461af8ca4d9e474557ad8354f7065_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:4890f971ad6077addd93d4c7fd1e9ee46ef3634bf89ff5adee2a95ad7b7b3f12_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:afc7f162c9c1c3033316a984254b8a477d8eae5bbed9cb25257d54a54e1bb866_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:e9bc1798e5283c65ff1487ae78c1175395e051a6c13426d3e8d1b898469a3493_amd64 | — |
Workaround
|
A flaw was found in the HTTP/2 protocol implementation within the Go standard library (golang.org/x/net and net/http/internal/http2). A remote attacker can exploit this vulnerability by sending a specially crafted HTTP/2 SETTINGS frame with the SETTINGS_MAX_FRAME_SIZE parameter set to zero. This malicious frame causes the transport layer to enter an infinite loop of writing CONTINUATION frames, leading to resource exhaustion and a Denial of Service (DoS) condition.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3e35e96ed5607d7229629ee64a3a7c942fb12da93a75e989f1fd9aa028e8fdcd_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c045d9282bb2e3ccfdc19d09b76e81d622ad5c41750c960a066f9a735ce47a3a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d3c7bcca57a84397fa1932919a750ed7a002fd7f7be976152dd7c14d60feacd0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fc479e1b1d14c548ed9a783109fd978efba5363537b835a5d09fa8d0fa9f9068_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:123e1027c857bf3a084e45755736871b220117eb70d774a3b450f7d877e7d1a6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:61d9a3fb3114cc2252a8ecb5b0339a5fcdef87cf962f285be72b164933afb857_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:331e8f309349114252acd7fe42067ab2b7bc03abb6619f1df59c8fe907513d3e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fefc2125429189eb85f3c807ad8ba8896a48518f3dd7d93f94a091ec925e23f1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9b5eda1037248996bff10033108d1dec27b8417730bd721d980b778e1cb4585f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c397e51c6d4de14ea1b6a41957a3fe5ae54115c1cbaf414c013035333824eca2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c72d9616c2bf94661a156840d39e3a42d4023598c5d647562874c453b44b72e9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fef61b2df388d1e5714b0f3293bb7878f1ff9ac64b0353284576fa0413000ce2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:100ffa84c55a87981f50fa5fcdfb5a5daad0eea01d0bc14abdbc959ca0a1ff92_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2e646fe351c1dfb3650d0b67694f5cb89fb7aae85c9b8edd356f54f40b9e9fb3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4a45ec0f50d9cec050f1c99dd33d288ba8f9e8dd1a71c2870eb5e799a42e411e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:60be3446f54ba3c5f93c5c4bf1de44d7e9ca3049abb6ab910f8e62e671a80d44_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:176081efde0e44254215af3f5091e64748c81d2bb29a1e7a64ed2879c6a7fbe3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:42ea798731bcee8b868ae15f9d45b8f0aaa91d1a4f7660c53ee08b070fe4c9f5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:85fd9925886227b53c26a3ed09604c408c49b8ddb9cf7efa2057335bec94803c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8b7b592c5ae05773897351d97fc9925e6904ed02a6ed49e4737f0f649b7eabe_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2cb748becce8d80bfbb66e84f63e0f0a3cdee6d9bef3833eccca24132e9d0699_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:374211b6e69093447e90462693c45bcdf2ece57b033a419f13585d9a46df62a0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6047837c63bd707f994797af79267ec8bb5075b3fdd88c069b3acaa04ee2cb5c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d8c4afb75de3b6d432d4929f4d4fb6938617a794ca2ef2060b83a02588a1d0a3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2b85420da837c90d984c5945fae12321c8e6b6fa270768da6270f382194f2d4f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5e5a715049a34055fca9a4b36dab839573238385890678734f96d7ba776dadf9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6982d2c27206f15366ece47b40f4a6a2994c7acf5dbb94aa274c55a2216d0063_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a38c23c37dbf421c77c4f36758a105b790123d654f1c8b3419becfefedadd0e7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2f370ec13f448fc82d3f142cc8b6a559a4d62044631f4b394742652c4672f536_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:38471fb10545f0fd1f879ff8ded337bdb6919a929043727936d28c2153a78fb9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8e6c8d7186bfcc49c6ec64bf8bbaaee511f62cb5d14aec29bea364f90129d36e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e35c02d8101af5150e038572081ef775816f97c77ae24fec3826bef8c24837b4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3fa694c3f2b9c05fcf2cb69f97d791fa46600ba1eebd67608b109586dac15e3c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:44006268f8f00b5dcc4737ce787d9221b50ad7af3e678ea6dea817a797512b4b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:6b7d13c5daddfeda27cc815f3fa02affd699ed626cc41775f78070cb8cab4f4f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bdd058e218fb99204c479f5cc33383634b184b1153a74c3333926e84f3e4bae1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4b39c2a3d10a1e059c3f52bbbad6df20e52e47a422119d51806b59bda8e7e97a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5f0f4b8edf205f47a263878372c0fc80e1531f3d197d882a83cc6a2bf980c277_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:78987fc04ce330fd8ffb8a96e1f25e8ece8360680bbbf4c8854f1ba1f598f2f6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a43046599cdb529aa9a2672b628a7495690b03379c7dd4ec7bd744b01793943d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:13573ab2e748690c65900137ee67fa558a1938fc2c4d92deb6b308809a77dbc7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:279fef1862c07ed7b949895843d80c54180a704411df4bd4059135dab63900d9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7c527388a78edbc77d6a9db9ba9d5c8ddb302220d69734f4e0bfc26b63b3dcb1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e601bc25408a2eb5735db7d2595f969a59da9560516715ad781cff5e4a57f2cb_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6c75dc3551d30161fe15ddb87170bd7ac33cb19b242907e99a9f2b003659efc4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7cc7c37a8ce0bc5a1de200fa97525c35943d5fe789787d642c4a3079c251c4eb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dd8dfd22f1e93168de72dae9a266654563fd41d605c65b4bb15f20ec65fd53f6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:e651483d73deaf4125ae3c2729bd8a42b277df79a6ff056a99ee3e78e2164877_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6590ef2d757e5ac11ffacdf6de04ac112e96f4bc058b97aae1facfbc9bfb9317_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8bc45cb12c534a1dcaeef41b7ad0a4cd8ac0e3b0041aaa0cc3a9b917602ba5df_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:92e18d38fe9dfbf0e50933d15f4178cc149b3e4eb535ccf0fc0da030d758f435_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:9a77e03eab2a1992fcd1c0a1f1c978755e236843ee4472bb551968fb16568334_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5d94083e84fbdaa57cd8723c20bfa1bf0d2eaa0cef52c662975b286785db8cb5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7662aeec067c8b3bd0203da4d87e0837eb624acc7dffab9c0eda8081d992fc55_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c95e0922aa74f51030c35cdf1ee704f01ece7b4ec53f361055f4cfc58e464bb9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e4ae1090a43cdf4a540f1a2cb376a93d2f74449ac44ba6d0484e4612579b3d43_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:48c47a452810fe65a21fa858b102a2e7d9469e1143c51857844a0a74ebf03661_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5ccd0d2687e836eea86fcdcfbc73c7bdced8bfe2050c466860306d246375f0b2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7fd64ebc835133fcf6fe9d286f18f790b12295dcd904d61cd255c97e49f216b5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e862f18a4bdd246891a49434389e8dae5d73a68aec6d548dd282f3c56396be98_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4bab889d5262b3f891b99f0a521f6d4511641313cc1d3a5970cc2182c52e0fc2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4ddc6ce50e06c258b4f24827f1fe5577c4ceb5d68ad925a185dfac5b2b3a661e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7883c26d4640f30a8fbd635f5442fdb46625d727a1b2382220c454aeac081fe8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:955419c1ead9dbc1c2545f367907dd4b1e8133ea23ef65407341e9a505b1cd17_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:353292bd26a33c9a68fbb8351005fc3b65d1f0dc02c82887cdeb5d28beda1404_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:af382c36059c0c0d6e76b41eda8ae2055bf5717205754272edf126fe15737cc1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ebd113dd73707e7e234669c4b52e7ad90c5aaa95d062fe7b2ec18ad63b942920_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f0b91324c63bdd9b1603e0bcd2e554e1d595168f9337a7c26d3834093b24f6e4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2b93d36104e2c99c09823ed5c6d12e25abf3dd07e20683640f99b687a45e9b6a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2bb2c4706037910e8045bf0127ddd9087d2c8ab9eeb09ceabe97b18dfe873c1a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3e5d6fe6f1f7a495efdb0a61dfde0d20def80759a215bc7097265c816e07919a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:efe7886379624399e04e4f213bf1f8b2baf1acf989823caa93ed8ba76ccf9372_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2883dc4d23d0c4ec9551a0818f5d5edfc708454b48333db179232b6f7bafb4cf_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2909be49bc0471a0e2ab4e9172e4ce490b305b8e1fb86729b45af106f1ad5ac2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3b91df98133ad62ab43372695b3953c54d58e70c15eb7ae201b68d73088c0bb9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ea31f2ac734ef3cec4337ec6025a1cc01a2452ec124f102e5b1400a9ccfb05a6_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:07716873e44d49ad177f8c572fe54cec7ddb819a70492e6bddf36ef2ea5e6449_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:288bb644cbb5e14b00d80e0b409c83644a59cbcb513d19025f8b97de61f2cbea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a27a41e1a167568dc9bcd1f125ac624897d73bb6dca7be80d256432b35e4c6aa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fe9b92e8a052208c6eeac2ba816959ee8129cc0f68bc93bb0a1a2f940a49f4d8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:44ba1190dc20c3a99259ef0723be3c9e1c2d4f339ec4eb4f38a9375cefd60d2f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:48a700617f0d4ab9dd6b40cc27e9f602892037c10872c19c60f62a2a848e451e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9319978cb44eb1f26a7d82709c4ba7d9b6b0bdad78c6c6080bafb0933103bda2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e734fcb9ca41744ac9213327a775aeb0e01ea9974036908721b532ed2dfef923_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:10097712385ddd416b15237d2af20f86a0370f1d97125f1e8a0d25a7215f6751_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:40f8f7e1d72a0e70d96c1ff028cff7125ead621e89cf2f3c1cc5262a3aab65fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:50ff72eded21d210ea9c57c9f9b192cb6ca5efe781c5c5a9d2e1129e2eb7a248_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:f77b14655ac6137b53212c8ed526d6baf86d6d6332513416daa73a6dc468c832_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:76042ef2dea9a9316a7bb2a38923d0b670663803c75f5b8351b5e71d344b479c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a645a364226f6768df30645c15ffb8b7feb1932a96c3666cd2d8bbf71786fe88_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:afc4fea57ea3217712f10421cdc7ded66093dfd0d5cdf09120ec1200d696f332_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f70b291b3be37bcef36e4cd282cbd88f917dcc5e61e0ad6228b33b770656b8ca_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4cad4e954d5e9fce7e93ce3a81da34d58e01c38a5d6140cefa7eeeffa13e1431_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5c1598ad56e3f9cf5801a990b2d5d007632cadc69118dd15b771d8104893b722_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d18a7d5884e709f2440b7f85999c2351c0f74ba09b876a7c915a974ccfa3dea0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:ede11c7678a732b9ef9a763632c13e616a95cbabdb36baf0c5c48ca0d476c260_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:208703e1b4c8fd82b6cffc790affc4bb8966f6d95e5b5631d9fc7cd429d82242_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:40be47b6d5dedb587c54ea5f6ee763dc3007284e85cf75d9f48f4de83bff4f0c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bfe783bcda48a7678e776f99ab08f9d6cdf882432ae03c46593326bf8b57e714_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e43bd0884f4c1993cd516c3ea52d1f878a783f6a998a6dd3fe4a98ab11bd3e87_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0492b621d90ebddbab300b3bcb6979598f11380da79b32531f8978b26fe5edfa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2f4ffb0abe2bcc7b801658bb46ad9f397d7a3d11e8b2060859f5dee1625d7ea2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:30b0e4f82db1f3e39379b7aa792514aa726a0c485680b67351c593542c1b1127_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f0f3b27621a9276b1f4f9601b1b399eabbc165d74a4b4a20ebbccf6a36a8f98d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2d56871f80eb82c502cec2b901d3510ab482eea981f50cba4fea729c83f1897c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c169319f15a3e6ac9086e21438dac78a6b30f142c6d96d63c259e45f4b98c2ad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cbb1706913eb430b86212f941bb32b066af04b431126af872899134a9e111ca2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:de56a4d37e6686cafc8591eb1f7520942036037ba5af21c286aea2d2fab95b2b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:0e22ab8f884e0095c3cb3efcb63f9f37d55b72cff37962f271fdf534deb469c1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:ab518543ee2455263fe748f1d2ab5fd1fcb87e03bdb241a1fe657c748e220e3d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:cf25049921f441dee72daf95b707da269c5ea7af7026674c42a7e3c8cc682e59_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:d5350fca926c7cabd8fa4e7749f0c2bd9bf90069a11ed96342cbaa0ccc16f889_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:41ec41da1569234037cfc2b9cefeadbdb4c1e45363dcc0b5f2acce2453ba3dd2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:bf2513f4ea2df4a781fa74ddc02c207133387318444f7027e6b62565e8af505d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb3cc6f050ccd3fae295639dd627bdf3ff5f08f66ef0fdefe24ab8260cfba983_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:efe54dbb00c22c7e9e4a6d7c40e52665823c5f94d4b7b03236edeb1d7a304f94_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:073ed3fb3dfb009b6ba476883da5421996c5c4f4119375c0c83b072571d935f6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:14b74e5080c191fe32bdd2a416c80cd94a0f30ea6d5f18faf7396c120c5907ea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3c86e67143d2caced55d2dc470df15cd1659c5e16c7eb8af22183de1a3222901_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a6de5df300008dde127b655f67ba1c8e637bd6e67bc2c811c0d9e0ecfc3cb08b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05ef13e75b41891cd2774cf5243b11da290ae75f12ecd07239e580a5238036a5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7c5f6b71b68331d1cdff8b3273fc7cebb945d9c037fae5c2fe0666f84cafc928_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:c221dffd999b01fe10c83c1cf3e93ed9d49beb5f0f13e8e23261f44a07fd9342_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ea42eecab8a62b7896ffb697f402857a31807834a102986b3967faa70f63775f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:0123a42a6d10e21067ef4ed5ad7a39541529ff0157cb27443a95b0e5d88efc7b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:61e542fb10dc0e083f8889b0b94c3525f3882e5da701b8db31cc9be68d803ec9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:69eb532db9fac5d796148a421f1c0a95f03a84604fe40d5e5a3719c995b8d3c2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7bfdc577bd856e0cc690c86a8fc9928ed3d034d4d1455378c95293376a74b9c3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:023e336977c9e6f23a82083ada96020a26cfea384189b765e89d6acf7112957c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a0734ecbae0ba4ef8a6cf77d42383afe04fdf33eed2c0d1e34782f147c675581_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c64a9e77bb865dd5475a4022629d394ced47bfd9adb137f69e2dd7bfca2c5a29_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e90910e06037ec13a10bc176da5a516287ddc34ccdfcb36432f386f7b3895136_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2052fdaecd2f3807694fa17f35f03f84b5d8116ca56926b6d657f0594adcc4af_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:274df573eeb1919286472cfde2006716aaa62c65ad1a6fb82bc351e7292a51a6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5f81d0322afa70edfd932cf1f80dc5a14ebb30f3f4cb0a4b9943859c3ef8a741_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c5f86407af14e6c3741e75068ebe79aea7c7d1a73ca87fc97128c53139dc8748_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:11009d76f2fc73fb88ad8650914948e04e30d4096420d00a4e6b1f2f82bb2a48_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:464e2bac04048cdd010a9625e6657c9f823ebadd624fd71191ee978520874528_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:4a6beae013e9de12cd8b0a39e9e7488f51b97b3f295e14d773eb28c5df9d6743_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a2f765f47a9fbb2acbbf3b00c2d62d7df283546b7485e7631116fe824cb589a5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:82953c91b88971066d4d605174664863cb062a6f7da286754aa4f05c11a69bc4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8adf05874d8cc6284cb4566506787161305d95ba4c318f070e01960939526d59_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b0127947224f18d500d967398c5008737df32168d2db50f1f87554e149328d71_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:c25b7a4bba9a988a6b7daa4eaa8608df78b927d1d454aac7757f18e3b6c78d86_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1f6a0d8476232a85b5d18ef9ce148135b69a4abdc45952f6ad0eaf41604e05f8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2989730daa53d788a9e1be03bf922a07c1111ee8559bdef63d058be6fd5f3fc7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c0cac6ae1322cdf12df3c55948bcfead52641aa95a57dcdea97401ae01c1860_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:adf166a8095fd21a818265c01776b94e25cea102a98de6875352cdc47fba933b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:67f12e5ce45f173e79229f506b92915943d263ca0adaa31a027cb7245d7a076e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6b91bbe18861c83c79693a155979f3cc56162624412eef4c57c52cfedfb38475_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b2bb582913e9dedea9f2eb41f1568fa8f0fccce2e56be4f666ff41f3698dc147_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d35f97d205f82d6ffa260582fc6dce2fe0fcc3719ae0e19e85e06e7ab629021e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:03ce535e7bb582ca85793c8155f38ff9f73231e7cf5af4ce223ea89d4d2eeb89_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:605dbca994f47b04da902ae4b76744eaebe0d716a7a5fd3cb8e617db5dabb8c7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6b2582a7f534bb2716acaa72598b40f593897124fe03a5e6b2bea1e4c1a26d15_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d88f52e765c3f5fd4ad80f7364efe49e98ae927d82601d27105eb6ad0b484264_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:1305fefe98602549511b835fd1302eee6a4494c690d76964d89189c90f39627a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:325af02386526656111c663e6a206e755f2f30db00059078a0391d4af6cd95d2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6dcb4d60294895ba062bed0e9612ad7fecd7fd8d8cffdeee9bd65ffec1b20a63_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f492d67b16384267b9f65d20b769f93e3122f0957cec290a88a1b244c80e4b54_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:56cd8314cc9791e043cb4e5ace324013f4ce4c825fb5f9119b1a6c6871b76a3b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d6ff019bc8333893d6d5799927ffd9dbd02d0d388752a1ead6b8f85928fff4f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d7e525584c9b7492d8b989d2ad0b8ccdc4f244987f26b4aedfa7ab1097aa8ac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:598dbc32cda4219d6a0442aee99096b77ddbea0148ac3260c9c37e00b13cba23_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e223d745233c048714d3ff7a04f8ee565aebeb0f5aead03e55dd9f305fe60cb2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:05fe3c8332c4626e356a2b8b33b235d605b8cfdf8b49a68475db687789a766e7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:64ea7652aa2f9f9ba58d56765ee0ffd7224d6534860d118c059c2c066bbf2142_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8673853d611d162bc12d1791bef2acdd4131a97b8a6e46961736724b69332db7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ee04f343f0bc1c58b1e016295990225bafab7b39a9c1a572b10cdc19076150ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:4771678b9e18450e8e2a6ab991e844fb064749a0b09b089e54a802a7109c1ae7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:68c90482505c592a6393640c16467c1416f3175ba1273a284c3d0a9417e879ae_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:234bf4abb67f86a27d549a2d368d080a3671ab34786e26c6abbcdf58baccb034_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f330b931299e7c97298212e0514c55f9e086e2f33ab7e522d40d8e9df843ea11_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9426eef8c79d6e2c9cf5efb340257ef7dc7936b3369050776f4b45ed6603de37_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b693182419b2287a69a8bcb3bd3ef8d6e799b5e7aa9b5f25cca855995588e104_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cde3a4deb285f4ffb38be4443b3c09f33a44d8f2007bfde6f8766d371487bb80_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cfa458375e07e80969d9a9b3521c5983fd20f384b74f1080b865b618afd35f32_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:30a0f7d083fbf57d19fdebcba31bf52d257fda3eab13e1c8b856291f40278c4d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:7078670a28f19c15b118e3ff8d70afcd5e329a22eb6a44d3827f9554dbbee812_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:6d60dfdba0f6368f23bdb554da68f81e3d088677ce9748d2850ba8f2ecb0cbcd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b71a8dd592d2646c7b085b06edefe64be96e38113c3547a111a8d0201992b98c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d906f3f6f4740b50fd6266205b0b3f986b35ca7a64ac7b6c52cd7167d0cdab23_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e4969f9764190a2b46dc5c9c7375213c28518935d80c4e4570d122d231f53663_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:8687825da05aa3fbdbf32fa82a739f58585d8d2564501deb0d3b97d67a4c431f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e5886c91ae307b14a848b0a571918a57a9d2d85805af6c6ac7a2404dc0308337_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:260b87efa1dfc71726aefc2feb8dfa83495aedfa6e95b0e86dd1ce0d246233cf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:49a1a91122fc6cc34cb21b6de67b8249f154aa8e2bfade0e50457c224fc3ca70_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:cdc02821294c7bd8b4de75b356ec0ec8b0745b0b409ae9481dc08c4d967b53ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:e52b5054a3c11b34c3bc3450d9be2628816575531a1435ce44652324ec020dc3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:64e73e3f7bc1f37f40ae235a7866ea7c881d67afe29b398edc6f15befa7f06cc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b4f0c23d7fadc3a15840607d9aa13327a3eda6272565f88be3691b74f16fa13b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:267a8525fce7dcfc460052b97dc07532c927fcb27257b29f5e43e5475376bc42_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:886cef96ae99502afa35aa5cbe5a16a30d873e8c9c92d6bb3c748bb68877935c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9a68ca065607df1a4fd1a351041d799b2166b76ebbdf2c92a0fdbccd47015036_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c7a8842568f7ed4d4b1ceb0f507aa5a56d80ab213877507be04ab55f8fcb3a5b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1567f1a6c1a596e22674ad45cd1975c8667fb2317c84dd5944ccef58326239b2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:40dad16e2777a64a836355627be3aae4572a7ed6417ac39e0dca5f019eeaf471_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:800ffbe7a0007398e44945b2f3772d657995ebd902918ecb410e5d373de06263_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9720a885c669964be135fbcc55bfd5e9766841f6b11bb2c279ac030de9618ece_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02440d8ce569f4318b2110f8975fc4d0a93e6da6c5012882df9cbe77559a0a81_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02594f4e3bd44cf7d378a7fa0533d54b4365eb5317c282cf8295cdfb0ae5ddf8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3e5753abdfee794bd09cd51eda1c7634aa7630ea3f2a72ff40c3fcf5661e58c1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ea8145a89efceb27b579a5f79c37c7457d141a0eb38b2de5c82ced07879539d1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a1aa9421f9d52c8bb918e1b3c9daac3e1a076e70e003a58462b62f0a91fbf795_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d4dd77443d486829650aaee412b58df2c5fcd995bf2c493a22dc1cc705d270a1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d689dbabc1df0ca42e7eceba17ff474f9e6a30474f7cca15970a5ee7fb870a72_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fea791f1b353cb84039498653a7b7daadebd460631446fae5f05d1ca8e85dace_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:90b36fe8a88dddddcd584cf06ddbde8b74e9d7a78f9f51b77d7d2480ed45ed79_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d69ebc6a9d6bd6f8f75d933ee0f7893b285fb24e994bffc35514ff5211ce68b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:da6ed87ee2d899e3fe9c6e8b08bcd44cf11e1b1563972ca4aeb3e8bc806a1d2c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fdea5b85efe39b635685d506a4416115d546a9f56e87903650b5e51bec6a10bd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:47ded0bc14992d79c073e4cd541279def7e44d8ff586a5cc1676edabdd86c13b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:642eb8c1bf4631b969d0ebf3a0755f566236ce7b5534fab78d531c76d5e802ad_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7189cc475748ddba6ff3f306320d55a840baa8f1da8a934d4500c49e6f675ea5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bc10db6a9f9c1a60744f49c1ed737bbbb8454eeff9fd00175b98872a1af17936_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:017359024215cf5a7b00bd31b8b797ca7f5f456d66a34ac12c44e53c1ab77fff_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2635b651e023c9d4dd92d1897b4513947985256607f9d2dd8043cd7f5de3a765_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:542b1a4bf2fafae85c50eae7a182ffd3a3a07b2c234a00e4e6c639b1143b4b55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9b3b5510e4cf6b4cb86bae86fbf36c1fccbdeaecfe009cf2e67cb9c1d7924ef4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:048f5dc4b9176a86e0d82447e036ddad890e58e49c8508cd74f8c297272c800f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:0a7e3fc4b1f892ea2e77c1f5d961507f0fcec7740f33d3e308904cdea1d3ce21_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:44db7037b872b0164497a603e99b7c5bf2bd9aaf31158e8a4e8bd03559584155_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:a8ffa384c6770ffe1bb9b7b8729501ef2c06199e0005b16e5dc432dd8d23c66f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0d8537a8b89a087f59b9f0c413d9c8d6c77002ff0d9d8579d179291d3b6caee0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:14cc3a54f1ddd57ce5b80b6d111f0ca27f74b4321c9915d5ec1960318c71d752_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7dc1bda89f2fe70041f850dbb5dd3804e853961d2026c3880fd7255dd6e57b0e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:aac4600f524660e2351490cc7aa719ac2dc93193f64bff1178a04376bda57cee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5449067a980b2d50b360b1aa1164fba67693402210111708ebaa00f0f93bfb55_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c8486459e2b80ee2706409e888070c9100938357621746215ad7871ab9ddb990_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d748caca6496019c594ae5aca825845658e1e8c5a1c062a02830aecd677ea1af_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dac9a4617348551eaefdf01ebf1770442c0bc07033fcbff203750ecaaef1161b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5143aae8d524363878300902b89dfb5f3420ce897bc36064fd021d23993432f1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:6fa81971ac5bc843a536eaf167cf5147e879c5447d7c1ec17cebe7ab85692317_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:bfa79bf705669231df1e59e373712f0b04ef2c0676ebfd901bd9879cef16236e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:cad2e37531b2ba165087ddbcbccf9cf167c4eaca5a3fba5f5f4bd943b8298678_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3538795f3effdfe84442141d83d0292447b4c43e3d68871afcd453f80e11fbff_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:7da313ec91e1a9ff08a16ea2b0af0ed1ac73e40c4b629402bff19f183d45aef6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d9279ac3cea7e1e400e244624bd7ce53cbb6343d10872873e71dee20263d0e62_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e89a5c92caae6b72646e17535787d06f7640a47c59b0b4f418c7e48918736d60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0ec6c9197060bf068f358283d64b9b877e97f072466244f9d147552a193fdae3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a5aa2eb87a3fc9c5160f5c37c50cb88cc0a77bbf4eebb298ee7883ecf47b456_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc1512a1ca871d5e21162430f028d7b7f2391e19cee9b3d6e253b6b6d03cc8e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e8c2baac5dee142c4e84d01c731abbc200cf24a04201fd8690f0d47035958830_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9b45bdc374e248769add4b772aca63e25ff0baf8d490e64066bfa78405cf609e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bcb4f4b45a7d62927ee6589db9d31e9bfc87a13f3b0239649c9701b10d3dbd75_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c1c72b9d00d45dc90f97bd9c5263e6d385ee34f3a3f834909dd8b8eb28c3b15f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e15057d2878011a1142587df35dac65182dd4ec4c0f3c61055a73a23dfbd615c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3bef4d599101ae4c2162f47e89f5fbac89903db3f007bb425eed38e1d9b4d9cc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aee0556c560d2ef9f2ccf501302a373f15cdccc83ec2c6935c4ae6a2f25b63e0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ddc3c05d5daa3aeffe5629b7e2fedd5df301a3030f8f8c6acc3204b8fd7e0995_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f463811c1b1e6fc34934bb5a8151fa946acf321ab57f9901b3ee1b7f75546beb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2abfe62de89fdd0697da63674373b1c8a2695846d8acab5f17a35fb38fbc23a4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7701f38b6702b4a9e6b49b3db83073475c33528d2529e63b1b98664bb7191906_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a23cd4945d2e1f9e1c194179fab9c388677fa1317e02a99eebc575e227064b79_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f2f194cdb1a14fe59e05455df10ebfe70edabd37ad605346b6258c5bda79d96e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9b04b0a1047813b35f6ef09e1fcf1e06b63946e0a3b3feaee3e081b0deed689b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bb521f2f97477b5b9851f6655f1738b620aefccaaa81cd303d17eb74ade7adb4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c8a1f9ce2dea4947e6cb460bb4b4ae7ab6bc5f816ca25f3405799d56c6ca48f3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d8f67c5b7b8903633485f67a76f88ea13855bbf95e92b651bddd15fa91458ebc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2c84af74e0937a0f3451054240ab7ae2d44c1b566339012ebec9e5b75d7a627c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:41ab25be6eb002ee921bf74c1049e07547328632d576e78fc45245177fe9ab84_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5b389b9b0acddd8ffe5e5c3f9d54321d061253f3f45b5b66b6dfa0181b73b87a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9afa17f9f4e4551369e891d405098219c071231ddab921dd32bb7bc66bb0b6a7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:0bd76e62d162ae823a34a766fccd9d339e3f550720d863b477273734ed1fdc39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:dd17b1ffce727d9a74c3f64d65b72b03a5c8fed96e773665a078dfab33bd64c7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e8ed2c9324c2f5594f90b049e92f2fb3141dedcd99165e80e8bfe147c738adff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f7f45f6d562bf699e0e45e134c7ab71701dc3994882cb82edce9356be7627ce0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:22dee3c01cf1deff68d73d76735e420d223ba0e75dba1e7ae224ac4e7b14ae79_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7134aa51e11a7d6b826068d03b9c90a518cd3cfccec0e3f06e57f5ed77daf6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7cdf9e85bfc54e4562176d63e1f2be56775dd761c6c0cbb80fbf888dd1ab43_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b72954ed888ded15f443784fe6a684b6e0d7782921efb788e242d987fcbf5388_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:63bf84966169bf2dcd8b8bfee3c478d9e61881ca007fdf3a8be4ba5cb1118211_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:697ada7f8e4bc8a881e2f1fa3a8402a2e96448f948befd465c59e03ced12c9d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:85ed053619e39778d5a986255af37802ac46a26899c8a448abb139736db5e075_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:abe01f65affd92347d8097b3922e587548364d9680b74f767e9cbf139c996802_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:55102797bf884eef2d8b842ba8a5f2538f711622eab1c82b06941ec574b8f266_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9cca1a2d1a6f5a33257e8f790d180274f24a01c125a717ff79da8fa301e2f270_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a1f1be1027b54388f762951ab7983f18cfe37140efcf2c778a5d11d4740e8e9a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d65990c0adf148e94c1c0ec0730ac2a285b38eff128cdb2fac7f61af1514fd14_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2db5ea10de47829d4643fc525d9efe3815db59d5689c0febecf4fd722ad0528d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5dcf0a7d3c0b2062ea11867f5fd2a4ad56fe786b11c3095d76eeb4c844240a6f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:73b76f141fea3db7cf7df4e9b70443b37fc67790cc6986efdf53a32ea7360bbe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:be3286f36b4c80969594af159ede49ee20ab5dfbbd890649c2c4249335714466_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3287f57d83e7becbcd3997ff2ade6e6b5a664fd08610464002229e0a116dfec8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8a58a72e372b4235b4751e08f10c97ef0798519e6b91595c234fc14089d7495b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9654a0a2b4549ab06e5422dc69872961c892e97032b18d913cc197dd3aa39f3d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9e9ecf8cb43e1819159bb8fc0eb5641b71663e110ff757e26d5549cf41075084_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4aa3e0ca4b5398fcaedd212506e222fd435f7a46c2eaeb7a49dc50f789cf13a3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5d094c8e18e42d662ac2f5ba16602c1513094c7dc547fbe3de562463c4096bce_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:67f85bffdf2db08fb27d52c6a0a8b615a4b9cd748d9a7e6126851d1bb27844ed_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7d4b6b9e67875889c95a5d126bcad0f6b98c148b85433180573f439a867d9e25_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3c0791290db50c5a925a80b371ba8bdf91f4fccce56397d12a989263a972bd02_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:654aece866efed516d69db0e47668dc85d3936e901aeabd098e07538aa3dc617_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7637a44a01d6c56f002120cf96228b6c68e92b4391d4b6efa1c81ff8e40eac0a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dbc636494f53ee38eae00f243bdb92d187ec84654c280cc454f2b4febd7c22f0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:08f46b1d2114a3ab80bc7cd277859a4f84e870c2421b9e13370774deca0aebe3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0ea69bf7a80cc8c0810acf8c7aaf2cc1374d3b034065f1119ca33af3d1794cbf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:17e61f4a9148bc2e0fcea85c19c98eb8c2efb701bd21f8b63547dad13fc256ec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:8b81413ad0f567583ebe4782344c22834c1781c5f7493c8a05b827f3f2a5e409_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6b348a4fae63bad66acacb5f0d03b8155246733e758f14208956c38c2bedaac0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96eb6b75d6a8ce22b199b8150e628a2a00c427ffc79b2fee2e24af1bf584bbcf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e0b17d193af2fd7e981c9908e01f2d840cc939e24bf1be19977beb85fa1159ad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ed56ff21aa465143bc0d1c4f20803873dd07999229739b84ef7861683476b22f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0654b81d996d73c5b5b03310f314bf3bd6871b3bd4d1abe791cec9b7a3339719_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e294ee6e92049316f91ecad5987a24d7d3c06809d3db2ee3f9a41bb461bc220_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e3afa0bbd3ab3ed4acd6d0059765116e9ab56090313932bd063098d94f1c3b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:929f235d156df0f59479d60379dab0d83d6fc662d9acf7ff050a520850ee0125_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:14b5ec9622b1a177ffe69a7c87b7797c06b283b26d5547828d3177f823074b5e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:52a47ec0685655243dfa60738842ba038719f2454b85024084de270736d06529_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5fea5bf035692313badd286c7d13564d48c34e3195bac3c74ae669607b5b5875_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fca2b0ceeb7e301640de2604932cfb2c386441e0d3b3b0e4a525f0a6b00f7cee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:021e3ef983d0ca18800e0fc390ad96f4b6f6b9c3ab784c6e74ebe2e7fd7b31d5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1076cff5268f9fec09a760da243efbb72eb96645f838a746c4c4e28ae4feba33_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3eabe7ed8651b8dedc3a2c38a83527f224ba3b50088b3238e158048bb2ddd85c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c29274bf105ffdd07bb78270a6dc497fbfb699acce48c7c6b7b6ef32416eb20f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:71bae3f7d9ec2a469c8d69b9f67d27a0a98a26bc842cc8733442cabd43fe3c06_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b67943ce9e26423e0bf84f411d50f394a67a0f3368ff289e695f8819c4fa8c02_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d4c9ea28e8a716d6a46a42cd3b5efc82f42d456e21791c32369527ae82f643e0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e4c222d813696b8b3d4cef6982cc88ba3d4581ad6842b10510fb4c8130a82684_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4d789598c5dc7be91f05a8766dffccc377a71db2ea8c5cc563f396cae02326dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:70267df26127761958bacff38fbeece08995608c2a24c7a3724495128ef2bef6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:84ea38804ec003ae82375c83ed4549163a2c932d6264eb64476e0ad175b4a4de_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:bfcf2ab8d6586fd6a8f08ec2fcc71f997800b8f459577c31e654f8ef9325fc42_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:49a412244c4d6b547d5b0ca9bcb041b1e3cabbc78f5234ce52b678207d83b3e3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:4d2e1fee9a43f8faf39b05a7d82ceac50094ebe972fd1fd85b1528961cf49478_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:564e888a319fcd9b1af19b18a4281c5a2c41bedfc3186fb3bb587a1e28954c0a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecb2d59766a1aaaf7cfbdf1e0b92ed025a18fd54acd41fbc63026b350c98a953_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:296a9379ce17e07df7008f1d35004477297a7ebdf9e3d51a50d71628d6ac68af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:67f272ef9abe83f9cd959ce97e3d5c46ed6e118ca30f65fbad733384d228ebce_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c8b5246ba51213bb183e07d862b6d1f9b156e1d16b7656bd6ea061f9016e8ad5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ed375d4341175bfe6945ea8aab5208f375034307f6753cc726230629ab97a71f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:29e41d78f04e683ecb12ff2335b7205383670e7bcd2b1beec736261a93abd406_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8ac74d64736ed4788497e0d4d10226bfa212f6c0cc97ee63d7c61676698bc022_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:94a303f0dd0822b5d82509e3ff8af5887949ddaa0e3a91b9f94d0bdf4e1e267b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:95c3aff27109694e511c9e45d1132bc4de0fd636cde0855c9ef45f1a17f5ce7a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:16e2953831f686cd68012c8cdaea2b404c54c91050145b716ee8b0ffc5cf11bf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:91e3e3d331d92b90ea49a78531cd366201c5de278f56597d9dcbeae40f114754_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bb1ec078ef82180a6019d6e174c16a5a846e4cb8995753628db25a4ca0071474_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c33a11f1aa2fe38738663eb291e25503e2e6fc3cb5bd964e1a6f8db0475e29a8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2606e2856430c12efdf947977a070de13c3f93d3f304608c411ed57b6de0c6c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4dda7a5132b638230470f86622d84a7f0117280726ea52e3769c15f11b1dbbbe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f3b4137b1beff722b9c1ec2e451577a22f44c47a6196139a39d4aff3a0386daa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f688b554b17808b3aca13b4e6bb8a240401db6f6cc5805e98ebe71ff43dbf1a7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:07163bdf6c27b8066a5f1e8674a2120054c3daab1e8a0db8cd728f2b1ca0fa57_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:32956c0bb79239db914454aa82f94222c6f7a90be718e22bb80c4e75a45127f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d877387429f09cf5fdf779e73200069c418e561f20a21815bd56fce1c1c4c73_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:9a64cc9623e5639b0e8ec8f5ad63a5ab83f92598abe541be09fceb37ba2fab23_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6d8e4146a7965b0a81984df7d0a2fc094c50e7010acb93e58510cedc8a42e687_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:764c1081056df81f61d6965869f9ba66d67f132d6c768c13f1b2c1c81d45ec6b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a27762ca5025270235002c90eed00d6d029d4b7103b5bd108eb527fc8e797f1d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f473c0c439be12fc83e9ebcef48a1a067a5f4a9cd581ca19ca34a3dd0b9fb79b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:6e95c6d3ba75f0655680a4e46b703aeceb57cc9ad072733bed1aeeca0e9b3508_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:ba23af1b9437640698b924bb0645013d7c08fd6121489b01b63f66156faa6588_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:01c4ac10b7061c77ef54bf337b8488722506d2a572d9da7d9a689b4c9ff7c225_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:67c19e36b3f264978073841b06d940efc3fe0546baabffdfb35c2e5a1989e96c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:add880787ab5dc1af04cbed51e2da0f6f630ee85387617987ec6d6d8e3a28009_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:d6acbf09fd11d29d0d715b96e60355a23deba955fb3ac6ebbcbdc29e6923d508_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:474e02e9e121dfe39458bdbee1f434d32fa29347f55386a4abcd3825c9235456_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a0e6d2e5adb8d9c223824f623bd7d391e33241fcbe281c54af8e3925af5781b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c3fffbd0e1e6db3256029c6cff61bb64ba56625041ff86a9d46a895076877fff_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d253f116a2d1e2f033f47422230a0a4e8a9fce255d71e9140a0bcb6f255c09b6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0b41f824ade401523c3ff06e2dace98c8dda246f40e6a01a588dab6fcad09683_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4954d67caa517e2e2edec0e5d4b95610a31b82d5a86f9058cbe55193987da9d2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d1a37ce3fce40a5d5e3065b5a4be81a18fe2a6b81bd5d16ada65f2647fd8fd0a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d395f05c26536703d44d06525efc0ac6203440e6576e8a1513c7e4ed8563ae62_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2224a1bb7f39feb0ee922a54a94d8dfa66e676caffc681f99227eafc0082b50c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:339b51d602e6c798949da55fc36b4e83d4b07909c97f004f8aebb5bb6f43268d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a7bc2291024185f39cde4d43057b17968cad18451fe8447b0ace526ee11bbcb4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c171ac27f2bfd7846db274c1d2be8b39cdfed3afe59ab4fb01f903b5be3af443_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:45c70f4c6f15a25e1982efd6eee6930f16317ef4cebd11ffe2b5994b9ad8b200_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:938dfb864f0a9dd0116c5969eb1ca94f2e04b914c3ee56bc26ac33f90e2535c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a4f095b9251baba737421c47566ac7329258b8ff22b0f131c5a941ad1b6caed5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:f7a4c6ab4dc050efd81ff5d7dee7569a55dd0cf96e6413c47770699f5fa02b6d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3a4f76a56b75c54966a76307c4fd647d854812bd22e55cb228c1e9b5aea67037_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:98110bc940b974dcbb8b0ea21c6b52bd96ecea62779f9665d3ac8dd03223905f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a7e47a89156ad39c7e5820cbc98a0b295ca1a3aaf6b72be3961c6d4eb0225831_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b6a273a6d68b36cd939b6bba836f657168526125327fb784c436c99848f49f7e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:26b6bffa3e11fabf11ec8176bb39ab3e301b3c5a85c1aec37142860ffac1fe5a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:301f5a73d9d839a999dbd3c9a7741ed3458ffb87426b7499364e6460850deeb5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:57eee4fc78405492c9a665c228d1f25c75f0390f75a73d5819aea7ebc2da6b4d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b10b625aa3fe5011c7fa9db3c95ba6d36c569fd6f6aa4ac3ff2431cbc103d362_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:11b59cdae58f57a02a4c8479266a50a1a5691f2e8e4382ea7ce96bc913ad4afc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1f11609dbe46602b2c11ea6c776cffc87ebf3fe2a1204f25bda85d9793d5cd60_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:28ca9310e14799c080a07935267ab4ecaf6fd1abadcb1e165deb46c81f2e731b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:56a619fe929b8a18bf1526bde6c9a86f12a1c0a43739d1a0d04c58920d3ac5d0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3bd696b964b694ec219c5776593bf4772dafcc3f43b973355913801929462557_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:4142674147742cf0ecad7223e02e88efb53e5a34ab820df5ea2f645a04219da8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7c59a7997fa95d2895620378a7e18f0074929b630c329ba3f03c72e43415364d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ff35fdf6dd3714c214394ff6f203815f23921af529bad0dc22abfa1d1680b333_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:15198ffc1a039f56e9cfe7ab35037c34a3864a83163576b65fb3e9f5aa8f1f3f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:4ab1c5859c4f54f225fe4d5555f3c2d1aafc520ce7a9197b040e06084da9a43b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7be609c48462446f215d9ae0326f1c76bc0b779cd08db391163c796106e7aeef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f04c27be87ea23869192754c00d08badd40a106c2f66b86bf493455b3e3ceb09_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:42ce515a9496a89b6abef7a94b6fcea6880b2a9833900d54e1dd4044c9e2872e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5ab9133d7b6aa46227bca8a1c6ec2ec9233ebed8e62e41ff122dda627d4a7fcf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:94f82ddff9d44dfdce03af24a851c05cec4ceb161c5631ce6ce88dc8a9481271_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a7879d59a73d16ad9c237a597dfdbdbe06fd6d3e3de0c9396e342250778dbe08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:123714413da1487c02d182f1d355688d2f0fd63e0f82865dd962567bb9c81039_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:675b6754ba7e231a1725cf8338d536551497ed05e7f40435a2a3c98e411af84f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9eced45114ad75c3ca56d06028c836adaa713433bc49f6196533276f9645c58c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b203bacc4238f6cc6afaa7dcad119d126484235694dcc33a46edc4d002dc7f5b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4e68102ebe684da4477f443e32d69865b6fa28d398fbb76463c67d85739e3c2d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:6dd5107b14c1abce011367145d859456aeb03052ab831b4c548fa4fba0b269fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8e6d6d3162ace273c1312c383de4e1f6ffe2d8e6d7b553b64e6ac460ac040c20_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:061699fecaf30d68ae3d41b89d812ea8144627d9ca9de83173fb33fa06e6b8f3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:33b4bb5c331675703e19ef96f3185b2d3cbcf4d0e37a6fabbeb5a8dc1f46df10_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b7e15475952a147e7d6d506ee9686c6c594d529b27e4086f49b0dfc1e237d640_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0465b162143273b73d2d1af7ea6f9654116a9b1cba8169028273185f2dfa1191_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5d1720d8067c33064ccfa16d47931fd18bdd3590f53023c2ec268ed9405d0983_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e99c8d382c503a7b1e25e6f72ef293496beab285d0a3453d09ca73fb58247163_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4e09db0d6efc9289a85cf5d4ced1d6a6a7f52168e44c366907a5d4ebd3e7d75d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:585c75fc909525ac0332764b66db33e6646e5e0b0a4d01d176be6dad70a7447f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:85df50114baa307e2b4192a46f80a292500401eaf41f45b071b23bc278562135_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:3ad0b56893a8ad865ef9de637c1f21a358aae5ed4adadae02db3c6d37db93422_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:56925cf35430409d4a59b4de3ea74d8e3779acf505872bcefa26e97418f7bc9b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:a928a27d2775d702a7b4888f87e770c93049b645b5878173d87d893288c0701a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c83836428568394e500de29f5e4b44fa4881f5b5813a8dcd42a5bd16b6bd2bae_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:174dd5140764fb73bc002166fefbf8f897be7b295e10527410fee19338fe65d3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3f5a73689320e820972a39a40077926550f7864e2d1969a9352d3b833191086f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:df97ec11ed1fbf6397b6a62c85014c255b60c652c98ea439d1f47e62c6a0e4bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dff5a115ecbd046f3a1a60ce8d8518edd570922528a7ba56cb17716831eb6b09_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:11f56bb6bdf0069b7bea04e5051874cf879bff0ed36676dc521975eae8cf1bb5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1eb4aa5666fec327b24c011e1b7e726ecde7ba1942e0b8d9af38a65baa052985_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:77da9199e0922972da775122d60efaeeb4cb2cc464ff6855099fde770cfc01a6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c56c801a4a9e11f7b9ee071dc9634fd6c43aaf04cdd6b048dd4ea1a623ba16a7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:5332d1051a8774d9d3ebd2f6df71f2ae36ff23fd32b28edb418c028dfa6be128_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ae444a4f4274431a8dfa075bb9c91fda502cbdbe971856f54ffb6a0d5deb08a3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:4148a39c8311d7050050debedbfa7454b53c3e00ae4d63cee7bc6da688af744b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:699c1abe44686141c985a530a8b3b864b3a1bf2c5c6645d68f7920b8f752c684_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:608159f89bf52fbe18bbdb1c48b679346ddac7d3ace7883c84494615a4ab7adc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:d26f0f1adde0599a01c90d8b9e1e8690e6e532a380e7852e83cacc1e439b5424_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1ef42800334a0b6d395e1b1bc8e517e232713a4ee0e4591415c5347ea1352fb1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:23d11514c82b817c95564de1f0252dfcf753ca40cb154054c051b6bef078a960_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f5311dc740529f4f4c444fe33bd5731b0ff5d213620207f039af546a3c521226_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:14f9b0d4497da98ffed111c1266fd4e0b4a812f6b7ec37b95e5702438602ce33_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:4e6b6f1636a4300955a587155ee9063979e47cb387dfc1a85f3738b1cf25589f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:2cb5be04fd1145f054e994500608d1463f35a0fb87305e559ff71c972795d978_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:664dd8b515ac89b33051c38e00fabc4f2bd8c902f9fdd8df263b6cd6d0a0bc25_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:28e1a2e9d3850462c628b0bfaafac15d68def97b8c1c9387de58b1fb6d877f19_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5c60f40d38ebe6f95cfc0fa78fed9aa265fdf3aced888bf232445c2e76e4ed55_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d36d045c32e335933939150b36fd2f86599add415385560d3e10d4b74a704d89_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fa556b78fcc306b456576053e522d93e0c578807e220d3c562ea54cdbc2d1a92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f9ea746b7bc2eb6cf1d82644d42d363d9343506f9091e8bc67740a06b382081_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:909ff0827690342dce5b4cf713327f3a8887a056951953c9aa639e916129e1ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a8705dd5df6abd3d6931b298fe8e53cff0f8259547fa85446503b413b0ba19da_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:cabf1a3d4e2aab9e2273afa75bac084e93eb36a2801b91ea0d79982e9e7e5f2a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0b5cac582cea2ea2dee7d515f05bfedf2a5beff46ae6d5ca9626bbb36c94b865_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b920409f5635d704145bb8e1107a7c6f951976c44226a2083982443f67ce619b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d658355babb92069a73c35353c2fc0be4450517b3445d2387b4b0e3bd2b873d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f8036fe71f651189dda062ede40268c843ab07ad5b32e010250f9b6fe9234bb6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c5361be369c8e0194275ab97d18d52a095a5206888bc82d592f9f9ba28a34e91_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f6427aa92071d20df4e412376886d9831bb0cbb15c10216ebf2ac78de096b051_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5d5edceedc72d2ec62b24b6a60c278e4836829c78a0bcfeb20d87fefe501a39c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cd23e978bf90a7180245b04b5b0df939ba57e30ea13a2a759a5d04953eaafda0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:bccd28236b901759b08d5106786d262e482cbd1e3798c1392c9c6eda9956a5d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c096101efdd0dab71581c6e6506b9a6560c96979e2d439ca888d2c67860c1337_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7cf38584dd1c5c269f86d85b0488e9224ac989f985989b00ba718ccd5c1cda56_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b2a85daa27b4a10282c1365dfbb48a3224df6c2a47d6f5ed59c3c01f6035d443_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3643a11084c5df88b8dd9c8d7693b228f3a9d94f74aaeb4620aa458516c14e18_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:a6a1152188a6d2cab12133e497a5c29549fa0103dcde8f1bb530ce7a033033b5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b6f91ba9a89207a2f84a8bb1343179bd74948644a8b1608c2a2d84dee9ad39b5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c21ea57e4b38cb47e5aacc58b218ed97cd4e6ef353d86442236cbe8852c6f648_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:56c61752133f5574587fefec75502e2a132871ed033a824f62519117ad0c4620_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5eee9a534fd647002e246ccc70b47a79737cbf604c5fa4519d10a8c66865e5a7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b1428b294b7752d6d56fa95d6630aad0b6d205991537ddc3274a7062c13df3dc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c363dd15dc780181855ed7e8af09bf148d9e38d562cc54d90842f95ccecce36f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3978c02a12f2469999e833a2cd001a08741c4d9bd22ebe211bfdbac17563ddf0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8d20d5c213a86a2d9cf1d4e8ea351a70e2bc1e8864e7435baa701aef3b22441b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ad84f2d6f695c6c999a82e33cee9938544352a648c0e72adeaee0803289077c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d872bcf33f5d4d6f1a074bef0091e74de82b3b1a883b9004aa1f6193b84904fb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:027641f0d532c5d06663e838ddee798513282838efa12811ede36e1b8669949e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:198fbdb0d6d4bf699a9186c06c310e4eca0c3252ae8e0d64ea1c68d7b67c2bfe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1a3fb2aa3ceac5c827d7cde1cc0296d6974663d3f5b4139390cb29dee2bbcc20_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:51a53812eecfb69e77afa538400463c7eb51710777e9d9573804d2d9eab5d307_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:19cdd4cd8546c53530e098641c6c83e2f38f05f2d046c6a9fddc3c8002a01fa1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:27b826d0ac202a4321d2d28bfe26376b405458781f04acd607c3a27bebe83651_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b1c377c3a99dc0a9a6a39dfccae28c7e5a11674342530a05b237a33117c980f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b230c7f6c243ccfc43e6b50809f916d3247f8daad3c750220020ec4337b126a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:42cfb65c46f9f63ae3227c0dd5ca2a0a11729ecfb2865f3a4443821a85f7c8d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6ca3200ace5f9b6c36c20185dfbac37ef4cfb171f3a99eb9c746e52031bf380e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a9edb90a7efaeaada322b051c1b4cda47df859fad20ed42574fbe0fa00d15324_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bf0602fddb6c09c5c20a33abf72b947cf7ec8de6ef68144d2f4b1a1a9ad906ba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:13df2c323a0db01668777fb495bc342806443b5c0992fe7f9ede76a0e731e2b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:8e564be7535e32f63ff7a84bb61b3586b16b07f4ab6db20b42340dd998f2e919_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:29b338177ad61fbe618240d520eb180c1faa54fcd4be63c0d2d16f5221c4d7c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:97b5466389d9b1e4c54dce29bfb42e901ac2c4aa39edaf99c35f30a766d38b78_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:989cd4643516ba83c661cff6bb217cc25d502febc80344e08e90c6eef8d24088_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:adec59d5a5ca059167c1dab49e6e1e6363c1788833f2cbc2381cb7d88a98864b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f821e1e8479c74d1a672e049e187d68cc4845e7efb417e9e4e4fa99628f3ea99_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:4eef2a136a4fc3a9deb0c5999546aa8d498c3553107d1e0eda9d394b2f412169_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b31560936594f27a81750c2d73f97385d7b3ac87cfa7c75e1a4fc224243eb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:bb3bda07b0ab9cc97889a530b1da6d7eb3f7f9c8a98f9b867bb3a93da7694625_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d50f44b5a5797797b9595f99e3b24684908cc28d317ca00791bb6a7406e15636_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ec2e637888e698016d6df6cbf4be6d44e5a2f544e7b81884982e06ee632a9ed_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3c569b4e1ed989074b129cb91b307cfa10c8305b037b284b23bde4981f551238_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:4ddb2823de8624d7d45aa16adabddb92faed392e71c2d1a0b3e640be91b731f6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d3b7e9f39e5238f011f9328467c72a8cb8cf99d4bed7ac0593edb9ec5bbc90fd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:24e49f3b5ed9df72849a33dd7fbd4a0b01b8c3be79705d6e23ae48e3fd164133_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a9ce73e1f17b21b9bf2ecfa7e35f5d8e9c72620076bed594e217b870057185ca_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bc2fc4c0e55023974c90506cc14c51cf73741e9490632453687edf404b3c485c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ee9af4af02c40524e182fb1893b8bd59785be7d508111c5b0415f0caaadefcc3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:971256d54a4e10a29080f656d5de3b6281f27c77a40c0dc7352f1f05ab83eb11_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d4fc699ea35d0f1e96e825d2db3f21628e25589ba57c40ce771ed210aac5d588_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e3d0f624ec4e265daaed3072e9f9dc85668a917d49c96ebaa1c7bc05ca636197_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e47600e5f91aad639de386e422056d431450e5dc3560d30ad16b0b0bd240e371_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1cba0b4f393f1927ff5386a9b2ed74fed87a58e4b2d4a38f34fffedd30da14a0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3b8bfd739f87585230904007f0b438b4bc9d79337f0e9038887bb7f297b681b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9c7b3d916bac7900ed009cf82a03607fe68fb924805ea37e9950ff3fd6c73b44_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c0fe58445dbc3f94bb9a041ee4ac81d6e1ebef0eef6b2468c288be51d947555c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9c772d8d7af17818a38e2004fbdd7673bdaddea0c36daf239dfe65a49f78c212_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:acdda550e575dc7add42439a856726b3833c5d6d98dd9976f30be4b781a11a82_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b5be0c8ab080114879aafc5d2526924d32306ff545c06dba64c947ca68736f91_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bc413067c8cc3e6c40a9be4ea896d911cf6b3adbbbe4c8e85fcb243bbc7bc2ea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:25b8603f08442f61b433250cb6f4839cf2cff118df56d1d7e12b3b09e859a278_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:912bcfa64c2dc40a0f8573e595001fdf9dd3280e4babb503198aa019c4c94dcb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9f84034243c6dc1341a059730c81b05bc6626b913524f8d854e7d13c59eb4d45_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d9683ec09f7d3d0c73eb626fa7132ea0d7f731893506437d76db27bef51ae518_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:264fff5b66ca49266cfadcee9765ba0b34bccff8dfdb12e5444db97af4913095_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8f14a597769b040fed9d1c1d610b6023734dadee91cc28588b65efb25f6308ae_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:bf78d9a4afa92e68d8018283114bbc7fd11fe0a9b357b75a00395ad630ddde75_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dd57cd8ba112502a28c74d7f9e021035a061e1f51377ac0510dd02a303f14f37_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1e3163b559a137ca99141d0913759b5a92cf30e063f6ee2485983a486d97a066_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3038ed29c6dd5d46bf8d593c154537615b8d218bc43eb89dc099a546308c5b33_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6f5d8e50b9cf127af5334e0b1e97aa1bc466bb1ad8a1dcb2b6c3e7494bf5a1e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fa6736bee0e8806b00bf3b6d971e2de5ea49f3f2a89e8cc404d55a70e6f73720_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:09157be733606534b4788e13e47f647c427adb2d36031df979628d1e3d93b096_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2c52bc991f789cb2582b4fcd0fabd20b86b5893d9fcfbf6e9ebbb372cffecbe9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:611ab0d9521d88b9676bcf873b8aaa2fd385087814de0ab05c7c853fe98da20e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c6226a0f343e69d720fbc83ad01daedb925fc39d272df78fdacbd847fb075bcf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:19425f8d71d7b67b74e76c5b770a5e3d918dfde9a9eb3e181c767b4489db01d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:39f0f3baf0bf65713633aeb91a80cd35779cce2b43e6faa70838e0a87bdb12cd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:804965e59e0147de822be6cc464daa137e45c991e4ff00c7184b6fd8105eb781_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b9b4777d271c5ea81505111d169134181bd46169ccc05dc65f3b6e59f736d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1a6e143562b0618b3f5afb6d488e8bcca48d9b0b4f68dc70d77279643325ac52_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:22230fd972b50ad12367aa043fef070d0e580b71e874a0e3fc2f5aaf52839773_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3abe2be596ec79e32806af4d66a7350835433c11e8b053385ee6463e65f31d30_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bb8fb8cebadac019a3d8c7fb2338a56918ff39aeedd55318fcc7e7c6d60648a7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:28dc48f706edfe382aef8370f464836e99a307136561dff65f7e7e8b5dcf9a5e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:533846b923d36de2b953fd071f6f7ad38e60548e9ef1d3f704039bb69b59530f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:68d5b77732cb2c0b0cb9a7e6f4201570dd8134dcbb21019dfec4bfe1fadbad1a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6d20fc820b2b684137df0fe673dd4e98135ee6a8c39a660db8435be44160c4b5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:48568238316d40eaae138ec218e4d0fb6119c94d9014683bc25934210792500f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:1d1ba67b2ebee648e679f886122e649880437bed73cc62901f26e77087d1f72f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:627e8fa2665e8d19aea0b746867ce31b58cef207d6dea85228b175b96cc95dca_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7431114311d645b44e0f98c9a0e92e62a2c412a2b57dc47b52f1e4c5ae0baea7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a88a9aa0807380263b476e1e7491c9a4f36def3c403b43fdd30bab55f06e673f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e38292df09d0b5589b58f31c39ca74147011aafc1a51be00112856a7242cb80d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:67f16f35ae8e95b90d758bf617c953ffbd0f31d685b9f023c34e5de5c02d1d13_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ae42289a9ddca85918d07f71db7415d099e8544ead8ae73a0d79e600c1c0f067_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfcee1078c7f5425c41f8d3398ae512f2a07d156de7d6e92d24d7f5eb1eecff3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:eb851650658c10b1a102258af7b72aac6db36647d07ec4eac2bfce099ae68e67_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:74efd49cd2880e07cee9aa16b7615504fcd276e8606b7422ffe6a253636462c1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7ff9273c653a511408a49a0778e9584605b9d24e1069da8a77049f70e2bd5616_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ad02d1ed96a39fedea9588756c548817e8672b8fa6d3e16f1f53221e3e7d9157_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b10f0eaa64d49ea5763131b8ddd134da6771b835333a4f5ac9ffdaa13cbd08f9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:686e7784cda9016a460c9196a522f1fb510546cad343e26f510bea264ab9b515_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:77d58cca07f50ed35b30a97c24f66abf5fd5482be3c2a86df38b5d0e4b41e4b5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:a553758f4aecd97de2202ffc5d96370765e1f92a11fa4ca464ad13037d7c1a70_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d09813fbb679d41aece1f097ecf3797adf142242feb12769a604c37df1b6d80a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3a967546fc93fbe58afe72caa5892b712c5b96072d3cfccc1c7d9b27cc6fd6fd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4d09ecbb6bc7010c93d65d8bae5a368326d1b52bb7f7410d30dd068b4b9c1aff_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:78a9ba8fadeb516fb48a37ad2abef78f57a09b5e701a31ca41e4bfefe493d781_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b44e2dd5cd2daac1ef6849feb0b313950e0616586fdcc843a051788fa071a4ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0772170993a9fc0531aa948ee3f4c83a8e530802f7d6fe246a0688026c050d27_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c1b6b3c81c49bd764dce7fcb732f14f378aad992c953cdac86872b4113e8168_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:307efea31da6d72e50def18e1c08bae9e05ac8991d90379280c15f69c93be375_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f366a95bf18554cb9b48af250be89970e4c6b1fadbb97543db8bc202eefe282a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:09b9a909358f49dc84cf863e418fa79a72c5f23ce05cbd4045b2c966147b4edb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1ce1ac2cafe2162c4070a5b60087ecdc520db1e90a433183157c554f86a8bdcf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2c984681915470552c6cf4dbd2c900d14f29d9a6632d7d937d2fbdf1cf16a5d6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b3809b2f792a8b57efc13591b88232ca2b83fd116ea1a6ce9c05ec39733bcfaa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c37ef0e5d795a727e79d2749570d7c42876e2884561857149a17793543b9fad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:45b239b4328e73574050498d8a59fae10b1788642bfd3fdfd487a59654f2395f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d0eac8a6dea99105af2917f089cc423a7c21820cdb7ea4a3f793381cd07f43f7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e9625244e5cf3f4fd7e6d69a8076069e24079672e2c4bc4df7733ef31c3aad9b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:25939a8eacf00a315bfaecb90901a20f2d314f186c1a23ee0814ca611866ed5e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3b3fe898a633924c2e0f803ca944cc63d99359966004c6aba6a05c446a0539dd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:55a048f1d9ac836497f7783369b5b582727df86cc64fe7df91c463db1fc0ff30_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:88990b2047d4ab9055afba0c6f8895f30a132c361722a1524bed1671527d99f9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:206e503ccabc3f5a01f11ea5026cb64ad6ae62adf2eb9044386efac6586cf332_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c2d2155a6d299536662cff9c5a8474680dc8d9c514b152e87421feac7cdcc22f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:e62baadcd61bdc045c205ce81a3b2b650be73e7b3a5dd5cb53ea4c2f8a181f0a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fab5b1965457ca46faaf5d1e6882c17ac2f0e1db5017cc81ff4da8a9083cc838_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3e9733932088db40e1d1dc25250b68d83aae6fdaa33923c2593ffc6f10b84984_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:62ff6e225c6c72f9c9b0bb33014544d1e02a30ff9092c25fddf72d9ebc8782dd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:70259c080741f045c19c2dfb1fcd5069e9eb7e413294d855262975ae03e60b6a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a974b10609ceb50c391abab36ecaffb9c6ba62f66b246f529d8f7d1f038165a1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2a8daff0897cef178c43b00d43b3468a3ff9389ebf337533c771210ffc608bc3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4c7da9adb32c409132dfefa7ae79fe99d41b6f59c592eea234970279694951ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a54253ba850cb357befc0173748523a1762858066023e04388c94c2d5caacfc9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d49affc20c2c397c1ed17de7d3a7fb98a3f66efe9f9bd4f4234c0832393df9b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2321dd8c9cc505a677622c5cc680e4f3461c6bf1fa4267cdf7f39383967a0b3a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:582d0856a394c73d8faf8d1792a80ccd8c66d80cf65b9dfea344351d767132d3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:938cea3b81e1b74629b0bee65183b0800518b4b757175d34669fb25f6e5d802b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d8e3f695418674002c1dd252757415372d95b38f813a3d432abab774c7427b2e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:8fadf40fe968046de41a4a4c6f643d9077f4908a1e456d7da29e0b0c79f8431e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b7b73c5b17ad867eaf4066be6b2fb9a322677ec3265c0d1bde2e317f54f7accf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dd6c4a3b961b608a71122ddef308287483d90f3a153df4ebd00b4f85b46bd551_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f5e86e560d2dd575aa814329ad50a38ad4c7f3c111353e652e55aa5b58033f18_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:10015b131c57580e5edf1fa90b05b19482ea67ae3b588efb30da1cfb2061deda_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:99060fe9572cab596228b61e892ca9b571e3b740c4872ab55e3276d4ad65260b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5127b9d0570329e12a37d1c7e38a3ad9a1c990b7b0e1d3f3b31f5ae1146a518a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8403b335a511bc219b98b899e2cf4458347dfc67c8e15440801b1434f03ab555_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:8bd350665dfcfcd29e64a93a9c1b700817a99560dcc927a75c13cf22924a557d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b47afa8cdfbab90e0852af59ab14d95b430a2e94245aa9d1c65d1a592f44a90e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:15c698a4b3293ec372e1ceffaba0fb9360499514271d26c22cfb6cb39852f598_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:43344ef6148d5c76a10961d19b3bd83e219764cb53ac4f310a513bbe694fef6c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:084a185169e09b57b07073bc5c82bc741aeba187cd9cb33149c830af00cc6582_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:171aabed219e2a837afd87ec9dda95bd32b6f780a8c7116a6dba18533c07605d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:33926bd728bf4ecfa8146f2d55c05f151150d249b965ac4338cfa8a9acf642f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c0709bc4da1e5574cf296180cfa6abce28c2b7ac105abd95535422abb090207b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4ef4397e1a1aa5b377ecab2fceb5c2eb15b526ae39bcd9299b45d9abe4bbbf31_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:852e6be5031cc90ccd9d02fcc66b59baa692d594e7ae95e68b8923732fa77b49_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bd9e30cdd5958003b7db73e8d871b448d208c099f3dc7e9df3ba56e6d476ea66_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fc61ea57eef9eb7f0bb091cc0815a81844d60c78f5824640e40096e8de8a02c6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2020b01fe0c8555a2cf070d5a9bf75691de4d8b775b4ac91032c92972ae6a424_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6c3b876e5fa5594ed92ed3d333ad1edd228611d67b060024511f8c6a53eeec92_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cb279e6a6181c4ab8025c6ee74497cd95e990aa02a03aa01c8e4ecb81718d231_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f6562421b9828dea833fc82160705ba8c0349531dca39eea94da4bb31b8d3468_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:44b8d7704e559a8fbde7bcd2d7b51cc025eb2b898c74497149f818473d6b7237_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6b3db54da066eff7abd8e8f58ae42163364355fb1fb5a166c3f90ef42024e24a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7bccca2d8db4038ed90d7c5d995bb2daf880b3d6aed320c6d6dc89c73c38170c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:afc464bfe9fb581e22275814fb3263ada3383b571ac4765507d2640470a8fa3a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:23a74b9b847094d230ca89e8d43c924098aa5a8ad67bc02c4b11833c4620aba2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3a9adb54f0e11beb7e2f393c00ef6014f9c18796c36e47ff1f08807dee8a9e0b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:558cbb955c8d4de727f010f3fe97f285b6922f4845357cd979c22e9d6afda4dc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:64f0e85f122f8cef1a5b444095fb16f95b255865ab116cd59a4a541bb61cd09e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1b152d3df7256fa1d16dbc4edc991503bd90432e1c8408149603306e62a28a89_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a7c3fd07837a9c03ab834a0b46ba51b50c73037203ca4d12d8cb2a45f690e62a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c9aa9a181ad76c715b410ec6866d86f28923d2becc8438f3b56a381d7c668897_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e96b65f0caa9f23429318080d5812ddd5c233b881b6f460d944990000a6d7018_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37569639de1f8c36904366fe21657db1df3c26c03b8f9f974e0a87abe862c7b8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8d27603330319790b463eba638816fec38ce5ce81e7cc2c113636939d713051b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9e9598797558cb0767f9bba75faaece26aadb56163f94ae2cc2c137645b5babd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:cf8f8b11a984107f035ff28ba24ff3f6e1d10cd764ac472b94bb9e74d435a459_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:70e6484048faddf5f59bc7399fb22731d4134b6a6e2c2ad3b1e92bf26e5ca902_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:93c6c010543791ed57e08cd0630a7dc7903d7455d61686cdb0865b13fc52f44e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:cf50871759b51c4fd1f164c53ec8503379de265ff95b5f6bfcb15d3820722c78_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f296becb22727fbcfc0a2a4a91139dc782688f43f63396d645b03bf698b81ecb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:227f6cfcbd9f361dac87776c3b625a4ae91a7054a29a48c0aec491a786f81380_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4063848bcd02040ab2a26a1e77d643a8cc01373bc6467070f72f8cae62ad8bf7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7315ff02d1adefaf5e52dc2b87903cbeaa1ad7c30719ff6afd130d068ebcb429_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:c33effb47bad5780e4e0ed220647bd0741276ef5c19eea05014b528b91765efb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:2aaf1b270a589b2e9c907bc35b4a3706cca1508a06142dd3086411e046d7cd00_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:32b91a8b6cf6278fde2c8d33666748a905a8dcf290b6e16ef266857d4838d3c0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:fe8f645cd130c489a3454252abd64c554d583cbf984aa3e568ae9c4073fa0f03_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:9885e38ff9be6d7ae070a00b851232a29e739a870d32b2508ab9f34e56177bd5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2b7476cab5336d76457b1915e734ab8702c461af8ca4d9e474557ad8354f7065_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:4890f971ad6077addd93d4c7fd1e9ee46ef3634bf89ff5adee2a95ad7b7b3f12_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:afc7f162c9c1c3033316a984254b8a477d8eae5bbed9cb25257d54a54e1bb866_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:e9bc1798e5283c65ff1487ae78c1175395e051a6c13426d3e8d1b898469a3493_amd64 | — |
Workaround
|
A flaw was found in Prometheus, an open-source monitoring system. The `client_secret` field within the Azure Active Directory (AD) remote write OAuth configuration was incorrectly handled as a plain string instead of a secure Secret type. This misconfiguration allowed any user or process with access to the `/-/config` HTTP API endpoint to view the Azure OAuth client secret in plaintext. This vulnerability leads to information disclosure, potentially compromising the security of integrated Azure AD services.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2b93d36104e2c99c09823ed5c6d12e25abf3dd07e20683640f99b687a45e9b6a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2bb2c4706037910e8045bf0127ddd9087d2c8ab9eeb09ceabe97b18dfe873c1a_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3e5d6fe6f1f7a495efdb0a61dfde0d20def80759a215bc7097265c816e07919a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:efe7886379624399e04e4f213bf1f8b2baf1acf989823caa93ed8ba76ccf9372_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:07716873e44d49ad177f8c572fe54cec7ddb819a70492e6bddf36ef2ea5e6449_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:288bb644cbb5e14b00d80e0b409c83644a59cbcb513d19025f8b97de61f2cbea_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a27a41e1a167568dc9bcd1f125ac624897d73bb6dca7be80d256432b35e4c6aa_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fe9b92e8a052208c6eeac2ba816959ee8129cc0f68bc93bb0a1a2f940a49f4d8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:44ba1190dc20c3a99259ef0723be3c9e1c2d4f339ec4eb4f38a9375cefd60d2f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:48a700617f0d4ab9dd6b40cc27e9f602892037c10872c19c60f62a2a848e451e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9319978cb44eb1f26a7d82709c4ba7d9b6b0bdad78c6c6080bafb0933103bda2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e734fcb9ca41744ac9213327a775aeb0e01ea9974036908721b532ed2dfef923_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:10097712385ddd416b15237d2af20f86a0370f1d97125f1e8a0d25a7215f6751_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:40f8f7e1d72a0e70d96c1ff028cff7125ead621e89cf2f3c1cc5262a3aab65fe_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:50ff72eded21d210ea9c57c9f9b192cb6ca5efe781c5c5a9d2e1129e2eb7a248_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:f77b14655ac6137b53212c8ed526d6baf86d6d6332513416daa73a6dc468c832_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:76042ef2dea9a9316a7bb2a38923d0b670663803c75f5b8351b5e71d344b479c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a645a364226f6768df30645c15ffb8b7feb1932a96c3666cd2d8bbf71786fe88_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:afc4fea57ea3217712f10421cdc7ded66093dfd0d5cdf09120ec1200d696f332_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f70b291b3be37bcef36e4cd282cbd88f917dcc5e61e0ad6228b33b770656b8ca_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4cad4e954d5e9fce7e93ce3a81da34d58e01c38a5d6140cefa7eeeffa13e1431_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5c1598ad56e3f9cf5801a990b2d5d007632cadc69118dd15b771d8104893b722_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d18a7d5884e709f2440b7f85999c2351c0f74ba09b876a7c915a974ccfa3dea0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:ede11c7678a732b9ef9a763632c13e616a95cbabdb36baf0c5c48ca0d476c260_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:208703e1b4c8fd82b6cffc790affc4bb8966f6d95e5b5631d9fc7cd429d82242_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:40be47b6d5dedb587c54ea5f6ee763dc3007284e85cf75d9f48f4de83bff4f0c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bfe783bcda48a7678e776f99ab08f9d6cdf882432ae03c46593326bf8b57e714_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e43bd0884f4c1993cd516c3ea52d1f878a783f6a998a6dd3fe4a98ab11bd3e87_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0492b621d90ebddbab300b3bcb6979598f11380da79b32531f8978b26fe5edfa_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2f4ffb0abe2bcc7b801658bb46ad9f397d7a3d11e8b2060859f5dee1625d7ea2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:30b0e4f82db1f3e39379b7aa792514aa726a0c485680b67351c593542c1b1127_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f0f3b27621a9276b1f4f9601b1b399eabbc165d74a4b4a20ebbccf6a36a8f98d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2d56871f80eb82c502cec2b901d3510ab482eea981f50cba4fea729c83f1897c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c169319f15a3e6ac9086e21438dac78a6b30f142c6d96d63c259e45f4b98c2ad_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cbb1706913eb430b86212f941bb32b066af04b431126af872899134a9e111ca2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:de56a4d37e6686cafc8591eb1f7520942036037ba5af21c286aea2d2fab95b2b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3e35e96ed5607d7229629ee64a3a7c942fb12da93a75e989f1fd9aa028e8fdcd_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c045d9282bb2e3ccfdc19d09b76e81d622ad5c41750c960a066f9a735ce47a3a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d3c7bcca57a84397fa1932919a750ed7a002fd7f7be976152dd7c14d60feacd0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fc479e1b1d14c548ed9a783109fd978efba5363537b835a5d09fa8d0fa9f9068_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:0e22ab8f884e0095c3cb3efcb63f9f37d55b72cff37962f271fdf534deb469c1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:ab518543ee2455263fe748f1d2ab5fd1fcb87e03bdb241a1fe657c748e220e3d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:cf25049921f441dee72daf95b707da269c5ea7af7026674c42a7e3c8cc682e59_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:d5350fca926c7cabd8fa4e7749f0c2bd9bf90069a11ed96342cbaa0ccc16f889_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:41ec41da1569234037cfc2b9cefeadbdb4c1e45363dcc0b5f2acce2453ba3dd2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:bf2513f4ea2df4a781fa74ddc02c207133387318444f7027e6b62565e8af505d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb3cc6f050ccd3fae295639dd627bdf3ff5f08f66ef0fdefe24ab8260cfba983_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:efe54dbb00c22c7e9e4a6d7c40e52665823c5f94d4b7b03236edeb1d7a304f94_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:073ed3fb3dfb009b6ba476883da5421996c5c4f4119375c0c83b072571d935f6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:14b74e5080c191fe32bdd2a416c80cd94a0f30ea6d5f18faf7396c120c5907ea_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3c86e67143d2caced55d2dc470df15cd1659c5e16c7eb8af22183de1a3222901_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a6de5df300008dde127b655f67ba1c8e637bd6e67bc2c811c0d9e0ecfc3cb08b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05ef13e75b41891cd2774cf5243b11da290ae75f12ecd07239e580a5238036a5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7c5f6b71b68331d1cdff8b3273fc7cebb945d9c037fae5c2fe0666f84cafc928_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:c221dffd999b01fe10c83c1cf3e93ed9d49beb5f0f13e8e23261f44a07fd9342_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ea42eecab8a62b7896ffb697f402857a31807834a102986b3967faa70f63775f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:0123a42a6d10e21067ef4ed5ad7a39541529ff0157cb27443a95b0e5d88efc7b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:61e542fb10dc0e083f8889b0b94c3525f3882e5da701b8db31cc9be68d803ec9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:69eb532db9fac5d796148a421f1c0a95f03a84604fe40d5e5a3719c995b8d3c2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7bfdc577bd856e0cc690c86a8fc9928ed3d034d4d1455378c95293376a74b9c3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:023e336977c9e6f23a82083ada96020a26cfea384189b765e89d6acf7112957c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a0734ecbae0ba4ef8a6cf77d42383afe04fdf33eed2c0d1e34782f147c675581_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c64a9e77bb865dd5475a4022629d394ced47bfd9adb137f69e2dd7bfca2c5a29_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e90910e06037ec13a10bc176da5a516287ddc34ccdfcb36432f386f7b3895136_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2052fdaecd2f3807694fa17f35f03f84b5d8116ca56926b6d657f0594adcc4af_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:274df573eeb1919286472cfde2006716aaa62c65ad1a6fb82bc351e7292a51a6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5f81d0322afa70edfd932cf1f80dc5a14ebb30f3f4cb0a4b9943859c3ef8a741_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c5f86407af14e6c3741e75068ebe79aea7c7d1a73ca87fc97128c53139dc8748_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:11009d76f2fc73fb88ad8650914948e04e30d4096420d00a4e6b1f2f82bb2a48_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:464e2bac04048cdd010a9625e6657c9f823ebadd624fd71191ee978520874528_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:4a6beae013e9de12cd8b0a39e9e7488f51b97b3f295e14d773eb28c5df9d6743_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a2f765f47a9fbb2acbbf3b00c2d62d7df283546b7485e7631116fe824cb589a5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:82953c91b88971066d4d605174664863cb062a6f7da286754aa4f05c11a69bc4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8adf05874d8cc6284cb4566506787161305d95ba4c318f070e01960939526d59_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b0127947224f18d500d967398c5008737df32168d2db50f1f87554e149328d71_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:c25b7a4bba9a988a6b7daa4eaa8608df78b927d1d454aac7757f18e3b6c78d86_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1f6a0d8476232a85b5d18ef9ce148135b69a4abdc45952f6ad0eaf41604e05f8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2989730daa53d788a9e1be03bf922a07c1111ee8559bdef63d058be6fd5f3fc7_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c0cac6ae1322cdf12df3c55948bcfead52641aa95a57dcdea97401ae01c1860_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:adf166a8095fd21a818265c01776b94e25cea102a98de6875352cdc47fba933b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:67f12e5ce45f173e79229f506b92915943d263ca0adaa31a027cb7245d7a076e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6b91bbe18861c83c79693a155979f3cc56162624412eef4c57c52cfedfb38475_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b2bb582913e9dedea9f2eb41f1568fa8f0fccce2e56be4f666ff41f3698dc147_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d35f97d205f82d6ffa260582fc6dce2fe0fcc3719ae0e19e85e06e7ab629021e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:03ce535e7bb582ca85793c8155f38ff9f73231e7cf5af4ce223ea89d4d2eeb89_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:605dbca994f47b04da902ae4b76744eaebe0d716a7a5fd3cb8e617db5dabb8c7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6b2582a7f534bb2716acaa72598b40f593897124fe03a5e6b2bea1e4c1a26d15_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d88f52e765c3f5fd4ad80f7364efe49e98ae927d82601d27105eb6ad0b484264_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:1305fefe98602549511b835fd1302eee6a4494c690d76964d89189c90f39627a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:325af02386526656111c663e6a206e755f2f30db00059078a0391d4af6cd95d2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6dcb4d60294895ba062bed0e9612ad7fecd7fd8d8cffdeee9bd65ffec1b20a63_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f492d67b16384267b9f65d20b769f93e3122f0957cec290a88a1b244c80e4b54_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:56cd8314cc9791e043cb4e5ace324013f4ce4c825fb5f9119b1a6c6871b76a3b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d6ff019bc8333893d6d5799927ffd9dbd02d0d388752a1ead6b8f85928fff4f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d7e525584c9b7492d8b989d2ad0b8ccdc4f244987f26b4aedfa7ab1097aa8ac_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:598dbc32cda4219d6a0442aee99096b77ddbea0148ac3260c9c37e00b13cba23_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e223d745233c048714d3ff7a04f8ee565aebeb0f5aead03e55dd9f305fe60cb2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:05fe3c8332c4626e356a2b8b33b235d605b8cfdf8b49a68475db687789a766e7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:64ea7652aa2f9f9ba58d56765ee0ffd7224d6534860d118c059c2c066bbf2142_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8673853d611d162bc12d1791bef2acdd4131a97b8a6e46961736724b69332db7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ee04f343f0bc1c58b1e016295990225bafab7b39a9c1a572b10cdc19076150ad_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:4771678b9e18450e8e2a6ab991e844fb064749a0b09b089e54a802a7109c1ae7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:68c90482505c592a6393640c16467c1416f3175ba1273a284c3d0a9417e879ae_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:234bf4abb67f86a27d549a2d368d080a3671ab34786e26c6abbcdf58baccb034_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f330b931299e7c97298212e0514c55f9e086e2f33ab7e522d40d8e9df843ea11_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:123e1027c857bf3a084e45755736871b220117eb70d774a3b450f7d877e7d1a6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:61d9a3fb3114cc2252a8ecb5b0339a5fcdef87cf962f285be72b164933afb857_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9426eef8c79d6e2c9cf5efb340257ef7dc7936b3369050776f4b45ed6603de37_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b693182419b2287a69a8bcb3bd3ef8d6e799b5e7aa9b5f25cca855995588e104_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cde3a4deb285f4ffb38be4443b3c09f33a44d8f2007bfde6f8766d371487bb80_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cfa458375e07e80969d9a9b3521c5983fd20f384b74f1080b865b618afd35f32_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:30a0f7d083fbf57d19fdebcba31bf52d257fda3eab13e1c8b856291f40278c4d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:7078670a28f19c15b118e3ff8d70afcd5e329a22eb6a44d3827f9554dbbee812_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:6d60dfdba0f6368f23bdb554da68f81e3d088677ce9748d2850ba8f2ecb0cbcd_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b71a8dd592d2646c7b085b06edefe64be96e38113c3547a111a8d0201992b98c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d906f3f6f4740b50fd6266205b0b3f986b35ca7a64ac7b6c52cd7167d0cdab23_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e4969f9764190a2b46dc5c9c7375213c28518935d80c4e4570d122d231f53663_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:331e8f309349114252acd7fe42067ab2b7bc03abb6619f1df59c8fe907513d3e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fefc2125429189eb85f3c807ad8ba8896a48518f3dd7d93f94a091ec925e23f1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:8687825da05aa3fbdbf32fa82a739f58585d8d2564501deb0d3b97d67a4c431f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e5886c91ae307b14a848b0a571918a57a9d2d85805af6c6ac7a2404dc0308337_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:260b87efa1dfc71726aefc2feb8dfa83495aedfa6e95b0e86dd1ce0d246233cf_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:49a1a91122fc6cc34cb21b6de67b8249f154aa8e2bfade0e50457c224fc3ca70_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:cdc02821294c7bd8b4de75b356ec0ec8b0745b0b409ae9481dc08c4d967b53ef_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:e52b5054a3c11b34c3bc3450d9be2628816575531a1435ce44652324ec020dc3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:64e73e3f7bc1f37f40ae235a7866ea7c881d67afe29b398edc6f15befa7f06cc_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b4f0c23d7fadc3a15840607d9aa13327a3eda6272565f88be3691b74f16fa13b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9b5eda1037248996bff10033108d1dec27b8417730bd721d980b778e1cb4585f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c397e51c6d4de14ea1b6a41957a3fe5ae54115c1cbaf414c013035333824eca2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c72d9616c2bf94661a156840d39e3a42d4023598c5d647562874c453b44b72e9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fef61b2df388d1e5714b0f3293bb7878f1ff9ac64b0353284576fa0413000ce2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:267a8525fce7dcfc460052b97dc07532c927fcb27257b29f5e43e5475376bc42_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:886cef96ae99502afa35aa5cbe5a16a30d873e8c9c92d6bb3c748bb68877935c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9a68ca065607df1a4fd1a351041d799b2166b76ebbdf2c92a0fdbccd47015036_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c7a8842568f7ed4d4b1ceb0f507aa5a56d80ab213877507be04ab55f8fcb3a5b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1567f1a6c1a596e22674ad45cd1975c8667fb2317c84dd5944ccef58326239b2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:40dad16e2777a64a836355627be3aae4572a7ed6417ac39e0dca5f019eeaf471_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:800ffbe7a0007398e44945b2f3772d657995ebd902918ecb410e5d373de06263_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9720a885c669964be135fbcc55bfd5e9766841f6b11bb2c279ac030de9618ece_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02440d8ce569f4318b2110f8975fc4d0a93e6da6c5012882df9cbe77559a0a81_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02594f4e3bd44cf7d378a7fa0533d54b4365eb5317c282cf8295cdfb0ae5ddf8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3e5753abdfee794bd09cd51eda1c7634aa7630ea3f2a72ff40c3fcf5661e58c1_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ea8145a89efceb27b579a5f79c37c7457d141a0eb38b2de5c82ced07879539d1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a1aa9421f9d52c8bb918e1b3c9daac3e1a076e70e003a58462b62f0a91fbf795_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d4dd77443d486829650aaee412b58df2c5fcd995bf2c493a22dc1cc705d270a1_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d689dbabc1df0ca42e7eceba17ff474f9e6a30474f7cca15970a5ee7fb870a72_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fea791f1b353cb84039498653a7b7daadebd460631446fae5f05d1ca8e85dace_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:100ffa84c55a87981f50fa5fcdfb5a5daad0eea01d0bc14abdbc959ca0a1ff92_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2e646fe351c1dfb3650d0b67694f5cb89fb7aae85c9b8edd356f54f40b9e9fb3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4a45ec0f50d9cec050f1c99dd33d288ba8f9e8dd1a71c2870eb5e799a42e411e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:60be3446f54ba3c5f93c5c4bf1de44d7e9ca3049abb6ab910f8e62e671a80d44_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:90b36fe8a88dddddcd584cf06ddbde8b74e9d7a78f9f51b77d7d2480ed45ed79_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d69ebc6a9d6bd6f8f75d933ee0f7893b285fb24e994bffc35514ff5211ce68b1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:da6ed87ee2d899e3fe9c6e8b08bcd44cf11e1b1563972ca4aeb3e8bc806a1d2c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fdea5b85efe39b635685d506a4416115d546a9f56e87903650b5e51bec6a10bd_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:47ded0bc14992d79c073e4cd541279def7e44d8ff586a5cc1676edabdd86c13b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:642eb8c1bf4631b969d0ebf3a0755f566236ce7b5534fab78d531c76d5e802ad_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7189cc475748ddba6ff3f306320d55a840baa8f1da8a934d4500c49e6f675ea5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bc10db6a9f9c1a60744f49c1ed737bbbb8454eeff9fd00175b98872a1af17936_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:017359024215cf5a7b00bd31b8b797ca7f5f456d66a34ac12c44e53c1ab77fff_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2635b651e023c9d4dd92d1897b4513947985256607f9d2dd8043cd7f5de3a765_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:542b1a4bf2fafae85c50eae7a182ffd3a3a07b2c234a00e4e6c639b1143b4b55_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9b3b5510e4cf6b4cb86bae86fbf36c1fccbdeaecfe009cf2e67cb9c1d7924ef4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:048f5dc4b9176a86e0d82447e036ddad890e58e49c8508cd74f8c297272c800f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:0a7e3fc4b1f892ea2e77c1f5d961507f0fcec7740f33d3e308904cdea1d3ce21_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:44db7037b872b0164497a603e99b7c5bf2bd9aaf31158e8a4e8bd03559584155_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:a8ffa384c6770ffe1bb9b7b8729501ef2c06199e0005b16e5dc432dd8d23c66f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:176081efde0e44254215af3f5091e64748c81d2bb29a1e7a64ed2879c6a7fbe3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:42ea798731bcee8b868ae15f9d45b8f0aaa91d1a4f7660c53ee08b070fe4c9f5_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:85fd9925886227b53c26a3ed09604c408c49b8ddb9cf7efa2057335bec94803c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8b7b592c5ae05773897351d97fc9925e6904ed02a6ed49e4737f0f649b7eabe_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0d8537a8b89a087f59b9f0c413d9c8d6c77002ff0d9d8579d179291d3b6caee0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:14cc3a54f1ddd57ce5b80b6d111f0ca27f74b4321c9915d5ec1960318c71d752_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7dc1bda89f2fe70041f850dbb5dd3804e853961d2026c3880fd7255dd6e57b0e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:aac4600f524660e2351490cc7aa719ac2dc93193f64bff1178a04376bda57cee_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5449067a980b2d50b360b1aa1164fba67693402210111708ebaa00f0f93bfb55_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c8486459e2b80ee2706409e888070c9100938357621746215ad7871ab9ddb990_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d748caca6496019c594ae5aca825845658e1e8c5a1c062a02830aecd677ea1af_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dac9a4617348551eaefdf01ebf1770442c0bc07033fcbff203750ecaaef1161b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5143aae8d524363878300902b89dfb5f3420ce897bc36064fd021d23993432f1_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:6fa81971ac5bc843a536eaf167cf5147e879c5447d7c1ec17cebe7ab85692317_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:bfa79bf705669231df1e59e373712f0b04ef2c0676ebfd901bd9879cef16236e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:cad2e37531b2ba165087ddbcbccf9cf167c4eaca5a3fba5f5f4bd943b8298678_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3538795f3effdfe84442141d83d0292447b4c43e3d68871afcd453f80e11fbff_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:7da313ec91e1a9ff08a16ea2b0af0ed1ac73e40c4b629402bff19f183d45aef6_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d9279ac3cea7e1e400e244624bd7ce53cbb6343d10872873e71dee20263d0e62_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e89a5c92caae6b72646e17535787d06f7640a47c59b0b4f418c7e48918736d60_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0ec6c9197060bf068f358283d64b9b877e97f072466244f9d147552a193fdae3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a5aa2eb87a3fc9c5160f5c37c50cb88cc0a77bbf4eebb298ee7883ecf47b456_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc1512a1ca871d5e21162430f028d7b7f2391e19cee9b3d6e253b6b6d03cc8e2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e8c2baac5dee142c4e84d01c731abbc200cf24a04201fd8690f0d47035958830_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9b45bdc374e248769add4b772aca63e25ff0baf8d490e64066bfa78405cf609e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bcb4f4b45a7d62927ee6589db9d31e9bfc87a13f3b0239649c9701b10d3dbd75_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c1c72b9d00d45dc90f97bd9c5263e6d385ee34f3a3f834909dd8b8eb28c3b15f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e15057d2878011a1142587df35dac65182dd4ec4c0f3c61055a73a23dfbd615c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3bef4d599101ae4c2162f47e89f5fbac89903db3f007bb425eed38e1d9b4d9cc_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aee0556c560d2ef9f2ccf501302a373f15cdccc83ec2c6935c4ae6a2f25b63e0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ddc3c05d5daa3aeffe5629b7e2fedd5df301a3030f8f8c6acc3204b8fd7e0995_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f463811c1b1e6fc34934bb5a8151fa946acf321ab57f9901b3ee1b7f75546beb_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2abfe62de89fdd0697da63674373b1c8a2695846d8acab5f17a35fb38fbc23a4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7701f38b6702b4a9e6b49b3db83073475c33528d2529e63b1b98664bb7191906_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a23cd4945d2e1f9e1c194179fab9c388677fa1317e02a99eebc575e227064b79_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f2f194cdb1a14fe59e05455df10ebfe70edabd37ad605346b6258c5bda79d96e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9b04b0a1047813b35f6ef09e1fcf1e06b63946e0a3b3feaee3e081b0deed689b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bb521f2f97477b5b9851f6655f1738b620aefccaaa81cd303d17eb74ade7adb4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c8a1f9ce2dea4947e6cb460bb4b4ae7ab6bc5f816ca25f3405799d56c6ca48f3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d8f67c5b7b8903633485f67a76f88ea13855bbf95e92b651bddd15fa91458ebc_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2c84af74e0937a0f3451054240ab7ae2d44c1b566339012ebec9e5b75d7a627c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:41ab25be6eb002ee921bf74c1049e07547328632d576e78fc45245177fe9ab84_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5b389b9b0acddd8ffe5e5c3f9d54321d061253f3f45b5b66b6dfa0181b73b87a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9afa17f9f4e4551369e891d405098219c071231ddab921dd32bb7bc66bb0b6a7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:0bd76e62d162ae823a34a766fccd9d339e3f550720d863b477273734ed1fdc39_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:dd17b1ffce727d9a74c3f64d65b72b03a5c8fed96e773665a078dfab33bd64c7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e8ed2c9324c2f5594f90b049e92f2fb3141dedcd99165e80e8bfe147c738adff_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f7f45f6d562bf699e0e45e134c7ab71701dc3994882cb82edce9356be7627ce0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:22dee3c01cf1deff68d73d76735e420d223ba0e75dba1e7ae224ac4e7b14ae79_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7134aa51e11a7d6b826068d03b9c90a518cd3cfccec0e3f06e57f5ed77daf6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7cdf9e85bfc54e4562176d63e1f2be56775dd761c6c0cbb80fbf888dd1ab43_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b72954ed888ded15f443784fe6a684b6e0d7782921efb788e242d987fcbf5388_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:63bf84966169bf2dcd8b8bfee3c478d9e61881ca007fdf3a8be4ba5cb1118211_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:697ada7f8e4bc8a881e2f1fa3a8402a2e96448f948befd465c59e03ced12c9d9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:85ed053619e39778d5a986255af37802ac46a26899c8a448abb139736db5e075_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:abe01f65affd92347d8097b3922e587548364d9680b74f767e9cbf139c996802_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:55102797bf884eef2d8b842ba8a5f2538f711622eab1c82b06941ec574b8f266_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9cca1a2d1a6f5a33257e8f790d180274f24a01c125a717ff79da8fa301e2f270_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a1f1be1027b54388f762951ab7983f18cfe37140efcf2c778a5d11d4740e8e9a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d65990c0adf148e94c1c0ec0730ac2a285b38eff128cdb2fac7f61af1514fd14_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2db5ea10de47829d4643fc525d9efe3815db59d5689c0febecf4fd722ad0528d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5dcf0a7d3c0b2062ea11867f5fd2a4ad56fe786b11c3095d76eeb4c844240a6f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:73b76f141fea3db7cf7df4e9b70443b37fc67790cc6986efdf53a32ea7360bbe_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:be3286f36b4c80969594af159ede49ee20ab5dfbbd890649c2c4249335714466_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2cb748becce8d80bfbb66e84f63e0f0a3cdee6d9bef3833eccca24132e9d0699_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:374211b6e69093447e90462693c45bcdf2ece57b033a419f13585d9a46df62a0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6047837c63bd707f994797af79267ec8bb5075b3fdd88c069b3acaa04ee2cb5c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d8c4afb75de3b6d432d4929f4d4fb6938617a794ca2ef2060b83a02588a1d0a3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3287f57d83e7becbcd3997ff2ade6e6b5a664fd08610464002229e0a116dfec8_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8a58a72e372b4235b4751e08f10c97ef0798519e6b91595c234fc14089d7495b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9654a0a2b4549ab06e5422dc69872961c892e97032b18d913cc197dd3aa39f3d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9e9ecf8cb43e1819159bb8fc0eb5641b71663e110ff757e26d5549cf41075084_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4aa3e0ca4b5398fcaedd212506e222fd435f7a46c2eaeb7a49dc50f789cf13a3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5d094c8e18e42d662ac2f5ba16602c1513094c7dc547fbe3de562463c4096bce_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:67f85bffdf2db08fb27d52c6a0a8b615a4b9cd748d9a7e6126851d1bb27844ed_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7d4b6b9e67875889c95a5d126bcad0f6b98c148b85433180573f439a867d9e25_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3c0791290db50c5a925a80b371ba8bdf91f4fccce56397d12a989263a972bd02_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:654aece866efed516d69db0e47668dc85d3936e901aeabd098e07538aa3dc617_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7637a44a01d6c56f002120cf96228b6c68e92b4391d4b6efa1c81ff8e40eac0a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dbc636494f53ee38eae00f243bdb92d187ec84654c280cc454f2b4febd7c22f0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:08f46b1d2114a3ab80bc7cd277859a4f84e870c2421b9e13370774deca0aebe3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0ea69bf7a80cc8c0810acf8c7aaf2cc1374d3b034065f1119ca33af3d1794cbf_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:17e61f4a9148bc2e0fcea85c19c98eb8c2efb701bd21f8b63547dad13fc256ec_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:8b81413ad0f567583ebe4782344c22834c1781c5f7493c8a05b827f3f2a5e409_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6b348a4fae63bad66acacb5f0d03b8155246733e758f14208956c38c2bedaac0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96eb6b75d6a8ce22b199b8150e628a2a00c427ffc79b2fee2e24af1bf584bbcf_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e0b17d193af2fd7e981c9908e01f2d840cc939e24bf1be19977beb85fa1159ad_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ed56ff21aa465143bc0d1c4f20803873dd07999229739b84ef7861683476b22f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0654b81d996d73c5b5b03310f314bf3bd6871b3bd4d1abe791cec9b7a3339719_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e294ee6e92049316f91ecad5987a24d7d3c06809d3db2ee3f9a41bb461bc220_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e3afa0bbd3ab3ed4acd6d0059765116e9ab56090313932bd063098d94f1c3b1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:929f235d156df0f59479d60379dab0d83d6fc662d9acf7ff050a520850ee0125_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:14b5ec9622b1a177ffe69a7c87b7797c06b283b26d5547828d3177f823074b5e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:52a47ec0685655243dfa60738842ba038719f2454b85024084de270736d06529_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5fea5bf035692313badd286c7d13564d48c34e3195bac3c74ae669607b5b5875_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fca2b0ceeb7e301640de2604932cfb2c386441e0d3b3b0e4a525f0a6b00f7cee_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2b85420da837c90d984c5945fae12321c8e6b6fa270768da6270f382194f2d4f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5e5a715049a34055fca9a4b36dab839573238385890678734f96d7ba776dadf9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6982d2c27206f15366ece47b40f4a6a2994c7acf5dbb94aa274c55a2216d0063_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a38c23c37dbf421c77c4f36758a105b790123d654f1c8b3419becfefedadd0e7_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:021e3ef983d0ca18800e0fc390ad96f4b6f6b9c3ab784c6e74ebe2e7fd7b31d5_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1076cff5268f9fec09a760da243efbb72eb96645f838a746c4c4e28ae4feba33_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3eabe7ed8651b8dedc3a2c38a83527f224ba3b50088b3238e158048bb2ddd85c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c29274bf105ffdd07bb78270a6dc497fbfb699acce48c7c6b7b6ef32416eb20f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:71bae3f7d9ec2a469c8d69b9f67d27a0a98a26bc842cc8733442cabd43fe3c06_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b67943ce9e26423e0bf84f411d50f394a67a0f3368ff289e695f8819c4fa8c02_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d4c9ea28e8a716d6a46a42cd3b5efc82f42d456e21791c32369527ae82f643e0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e4c222d813696b8b3d4cef6982cc88ba3d4581ad6842b10510fb4c8130a82684_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4d789598c5dc7be91f05a8766dffccc377a71db2ea8c5cc563f396cae02326dc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:70267df26127761958bacff38fbeece08995608c2a24c7a3724495128ef2bef6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:84ea38804ec003ae82375c83ed4549163a2c932d6264eb64476e0ad175b4a4de_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:bfcf2ab8d6586fd6a8f08ec2fcc71f997800b8f459577c31e654f8ef9325fc42_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:49a412244c4d6b547d5b0ca9bcb041b1e3cabbc78f5234ce52b678207d83b3e3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:4d2e1fee9a43f8faf39b05a7d82ceac50094ebe972fd1fd85b1528961cf49478_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:564e888a319fcd9b1af19b18a4281c5a2c41bedfc3186fb3bb587a1e28954c0a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecb2d59766a1aaaf7cfbdf1e0b92ed025a18fd54acd41fbc63026b350c98a953_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:296a9379ce17e07df7008f1d35004477297a7ebdf9e3d51a50d71628d6ac68af_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:67f272ef9abe83f9cd959ce97e3d5c46ed6e118ca30f65fbad733384d228ebce_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c8b5246ba51213bb183e07d862b6d1f9b156e1d16b7656bd6ea061f9016e8ad5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ed375d4341175bfe6945ea8aab5208f375034307f6753cc726230629ab97a71f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:29e41d78f04e683ecb12ff2335b7205383670e7bcd2b1beec736261a93abd406_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8ac74d64736ed4788497e0d4d10226bfa212f6c0cc97ee63d7c61676698bc022_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:94a303f0dd0822b5d82509e3ff8af5887949ddaa0e3a91b9f94d0bdf4e1e267b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:95c3aff27109694e511c9e45d1132bc4de0fd636cde0855c9ef45f1a17f5ce7a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:16e2953831f686cd68012c8cdaea2b404c54c91050145b716ee8b0ffc5cf11bf_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:91e3e3d331d92b90ea49a78531cd366201c5de278f56597d9dcbeae40f114754_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bb1ec078ef82180a6019d6e174c16a5a846e4cb8995753628db25a4ca0071474_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c33a11f1aa2fe38738663eb291e25503e2e6fc3cb5bd964e1a6f8db0475e29a8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2606e2856430c12efdf947977a070de13c3f93d3f304608c411ed57b6de0c6c7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4dda7a5132b638230470f86622d84a7f0117280726ea52e3769c15f11b1dbbbe_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f3b4137b1beff722b9c1ec2e451577a22f44c47a6196139a39d4aff3a0386daa_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f688b554b17808b3aca13b4e6bb8a240401db6f6cc5805e98ebe71ff43dbf1a7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:07163bdf6c27b8066a5f1e8674a2120054c3daab1e8a0db8cd728f2b1ca0fa57_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:32956c0bb79239db914454aa82f94222c6f7a90be718e22bb80c4e75a45127f1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d877387429f09cf5fdf779e73200069c418e561f20a21815bd56fce1c1c4c73_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:9a64cc9623e5639b0e8ec8f5ad63a5ab83f92598abe541be09fceb37ba2fab23_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6d8e4146a7965b0a81984df7d0a2fc094c50e7010acb93e58510cedc8a42e687_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:764c1081056df81f61d6965869f9ba66d67f132d6c768c13f1b2c1c81d45ec6b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a27762ca5025270235002c90eed00d6d029d4b7103b5bd108eb527fc8e797f1d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f473c0c439be12fc83e9ebcef48a1a067a5f4a9cd581ca19ca34a3dd0b9fb79b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:6e95c6d3ba75f0655680a4e46b703aeceb57cc9ad072733bed1aeeca0e9b3508_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:ba23af1b9437640698b924bb0645013d7c08fd6121489b01b63f66156faa6588_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:01c4ac10b7061c77ef54bf337b8488722506d2a572d9da7d9a689b4c9ff7c225_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:67c19e36b3f264978073841b06d940efc3fe0546baabffdfb35c2e5a1989e96c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:add880787ab5dc1af04cbed51e2da0f6f630ee85387617987ec6d6d8e3a28009_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:d6acbf09fd11d29d0d715b96e60355a23deba955fb3ac6ebbcbdc29e6923d508_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:474e02e9e121dfe39458bdbee1f434d32fa29347f55386a4abcd3825c9235456_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a0e6d2e5adb8d9c223824f623bd7d391e33241fcbe281c54af8e3925af5781b6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c3fffbd0e1e6db3256029c6cff61bb64ba56625041ff86a9d46a895076877fff_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d253f116a2d1e2f033f47422230a0a4e8a9fce255d71e9140a0bcb6f255c09b6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0b41f824ade401523c3ff06e2dace98c8dda246f40e6a01a588dab6fcad09683_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4954d67caa517e2e2edec0e5d4b95610a31b82d5a86f9058cbe55193987da9d2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d1a37ce3fce40a5d5e3065b5a4be81a18fe2a6b81bd5d16ada65f2647fd8fd0a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d395f05c26536703d44d06525efc0ac6203440e6576e8a1513c7e4ed8563ae62_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2224a1bb7f39feb0ee922a54a94d8dfa66e676caffc681f99227eafc0082b50c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:339b51d602e6c798949da55fc36b4e83d4b07909c97f004f8aebb5bb6f43268d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a7bc2291024185f39cde4d43057b17968cad18451fe8447b0ace526ee11bbcb4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c171ac27f2bfd7846db274c1d2be8b39cdfed3afe59ab4fb01f903b5be3af443_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:45c70f4c6f15a25e1982efd6eee6930f16317ef4cebd11ffe2b5994b9ad8b200_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:938dfb864f0a9dd0116c5969eb1ca94f2e04b914c3ee56bc26ac33f90e2535c6_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a4f095b9251baba737421c47566ac7329258b8ff22b0f131c5a941ad1b6caed5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:f7a4c6ab4dc050efd81ff5d7dee7569a55dd0cf96e6413c47770699f5fa02b6d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3a4f76a56b75c54966a76307c4fd647d854812bd22e55cb228c1e9b5aea67037_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:98110bc940b974dcbb8b0ea21c6b52bd96ecea62779f9665d3ac8dd03223905f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a7e47a89156ad39c7e5820cbc98a0b295ca1a3aaf6b72be3961c6d4eb0225831_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b6a273a6d68b36cd939b6bba836f657168526125327fb784c436c99848f49f7e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:26b6bffa3e11fabf11ec8176bb39ab3e301b3c5a85c1aec37142860ffac1fe5a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:301f5a73d9d839a999dbd3c9a7741ed3458ffb87426b7499364e6460850deeb5_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:57eee4fc78405492c9a665c228d1f25c75f0390f75a73d5819aea7ebc2da6b4d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b10b625aa3fe5011c7fa9db3c95ba6d36c569fd6f6aa4ac3ff2431cbc103d362_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:11b59cdae58f57a02a4c8479266a50a1a5691f2e8e4382ea7ce96bc913ad4afc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1f11609dbe46602b2c11ea6c776cffc87ebf3fe2a1204f25bda85d9793d5cd60_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:28ca9310e14799c080a07935267ab4ecaf6fd1abadcb1e165deb46c81f2e731b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:56a619fe929b8a18bf1526bde6c9a86f12a1c0a43739d1a0d04c58920d3ac5d0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3bd696b964b694ec219c5776593bf4772dafcc3f43b973355913801929462557_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:4142674147742cf0ecad7223e02e88efb53e5a34ab820df5ea2f645a04219da8_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7c59a7997fa95d2895620378a7e18f0074929b630c329ba3f03c72e43415364d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ff35fdf6dd3714c214394ff6f203815f23921af529bad0dc22abfa1d1680b333_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:15198ffc1a039f56e9cfe7ab35037c34a3864a83163576b65fb3e9f5aa8f1f3f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:4ab1c5859c4f54f225fe4d5555f3c2d1aafc520ce7a9197b040e06084da9a43b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7be609c48462446f215d9ae0326f1c76bc0b779cd08db391163c796106e7aeef_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f04c27be87ea23869192754c00d08badd40a106c2f66b86bf493455b3e3ceb09_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:42ce515a9496a89b6abef7a94b6fcea6880b2a9833900d54e1dd4044c9e2872e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5ab9133d7b6aa46227bca8a1c6ec2ec9233ebed8e62e41ff122dda627d4a7fcf_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:94f82ddff9d44dfdce03af24a851c05cec4ceb161c5631ce6ce88dc8a9481271_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a7879d59a73d16ad9c237a597dfdbdbe06fd6d3e3de0c9396e342250778dbe08_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2f370ec13f448fc82d3f142cc8b6a559a4d62044631f4b394742652c4672f536_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:38471fb10545f0fd1f879ff8ded337bdb6919a929043727936d28c2153a78fb9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8e6c8d7186bfcc49c6ec64bf8bbaaee511f62cb5d14aec29bea364f90129d36e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e35c02d8101af5150e038572081ef775816f97c77ae24fec3826bef8c24837b4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:123714413da1487c02d182f1d355688d2f0fd63e0f82865dd962567bb9c81039_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:675b6754ba7e231a1725cf8338d536551497ed05e7f40435a2a3c98e411af84f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9eced45114ad75c3ca56d06028c836adaa713433bc49f6196533276f9645c58c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b203bacc4238f6cc6afaa7dcad119d126484235694dcc33a46edc4d002dc7f5b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4e68102ebe684da4477f443e32d69865b6fa28d398fbb76463c67d85739e3c2d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:6dd5107b14c1abce011367145d859456aeb03052ab831b4c548fa4fba0b269fb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8e6d6d3162ace273c1312c383de4e1f6ffe2d8e6d7b553b64e6ac460ac040c20_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:061699fecaf30d68ae3d41b89d812ea8144627d9ca9de83173fb33fa06e6b8f3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:33b4bb5c331675703e19ef96f3185b2d3cbcf4d0e37a6fabbeb5a8dc1f46df10_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b7e15475952a147e7d6d506ee9686c6c594d529b27e4086f49b0dfc1e237d640_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0465b162143273b73d2d1af7ea6f9654116a9b1cba8169028273185f2dfa1191_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5d1720d8067c33064ccfa16d47931fd18bdd3590f53023c2ec268ed9405d0983_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e99c8d382c503a7b1e25e6f72ef293496beab285d0a3453d09ca73fb58247163_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4e09db0d6efc9289a85cf5d4ced1d6a6a7f52168e44c366907a5d4ebd3e7d75d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:585c75fc909525ac0332764b66db33e6646e5e0b0a4d01d176be6dad70a7447f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:85df50114baa307e2b4192a46f80a292500401eaf41f45b071b23bc278562135_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:3ad0b56893a8ad865ef9de637c1f21a358aae5ed4adadae02db3c6d37db93422_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:56925cf35430409d4a59b4de3ea74d8e3779acf505872bcefa26e97418f7bc9b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:a928a27d2775d702a7b4888f87e770c93049b645b5878173d87d893288c0701a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c83836428568394e500de29f5e4b44fa4881f5b5813a8dcd42a5bd16b6bd2bae_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3fa694c3f2b9c05fcf2cb69f97d791fa46600ba1eebd67608b109586dac15e3c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:44006268f8f00b5dcc4737ce787d9221b50ad7af3e678ea6dea817a797512b4b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:6b7d13c5daddfeda27cc815f3fa02affd699ed626cc41775f78070cb8cab4f4f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bdd058e218fb99204c479f5cc33383634b184b1153a74c3333926e84f3e4bae1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:174dd5140764fb73bc002166fefbf8f897be7b295e10527410fee19338fe65d3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3f5a73689320e820972a39a40077926550f7864e2d1969a9352d3b833191086f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:df97ec11ed1fbf6397b6a62c85014c255b60c652c98ea439d1f47e62c6a0e4bd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dff5a115ecbd046f3a1a60ce8d8518edd570922528a7ba56cb17716831eb6b09_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:11f56bb6bdf0069b7bea04e5051874cf879bff0ed36676dc521975eae8cf1bb5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1eb4aa5666fec327b24c011e1b7e726ecde7ba1942e0b8d9af38a65baa052985_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:77da9199e0922972da775122d60efaeeb4cb2cc464ff6855099fde770cfc01a6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c56c801a4a9e11f7b9ee071dc9634fd6c43aaf04cdd6b048dd4ea1a623ba16a7_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:5332d1051a8774d9d3ebd2f6df71f2ae36ff23fd32b28edb418c028dfa6be128_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ae444a4f4274431a8dfa075bb9c91fda502cbdbe971856f54ffb6a0d5deb08a3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:4148a39c8311d7050050debedbfa7454b53c3e00ae4d63cee7bc6da688af744b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:699c1abe44686141c985a530a8b3b864b3a1bf2c5c6645d68f7920b8f752c684_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:608159f89bf52fbe18bbdb1c48b679346ddac7d3ace7883c84494615a4ab7adc_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:d26f0f1adde0599a01c90d8b9e1e8690e6e532a380e7852e83cacc1e439b5424_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1ef42800334a0b6d395e1b1bc8e517e232713a4ee0e4591415c5347ea1352fb1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:23d11514c82b817c95564de1f0252dfcf753ca40cb154054c051b6bef078a960_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f5311dc740529f4f4c444fe33bd5731b0ff5d213620207f039af546a3c521226_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:14f9b0d4497da98ffed111c1266fd4e0b4a812f6b7ec37b95e5702438602ce33_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:4e6b6f1636a4300955a587155ee9063979e47cb387dfc1a85f3738b1cf25589f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:2cb5be04fd1145f054e994500608d1463f35a0fb87305e559ff71c972795d978_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:664dd8b515ac89b33051c38e00fabc4f2bd8c902f9fdd8df263b6cd6d0a0bc25_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:28e1a2e9d3850462c628b0bfaafac15d68def97b8c1c9387de58b1fb6d877f19_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5c60f40d38ebe6f95cfc0fa78fed9aa265fdf3aced888bf232445c2e76e4ed55_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d36d045c32e335933939150b36fd2f86599add415385560d3e10d4b74a704d89_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fa556b78fcc306b456576053e522d93e0c578807e220d3c562ea54cdbc2d1a92_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f9ea746b7bc2eb6cf1d82644d42d363d9343506f9091e8bc67740a06b382081_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:909ff0827690342dce5b4cf713327f3a8887a056951953c9aa639e916129e1ad_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a8705dd5df6abd3d6931b298fe8e53cff0f8259547fa85446503b413b0ba19da_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:cabf1a3d4e2aab9e2273afa75bac084e93eb36a2801b91ea0d79982e9e7e5f2a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0b5cac582cea2ea2dee7d515f05bfedf2a5beff46ae6d5ca9626bbb36c94b865_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b920409f5635d704145bb8e1107a7c6f951976c44226a2083982443f67ce619b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d658355babb92069a73c35353c2fc0be4450517b3445d2387b4b0e3bd2b873d6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f8036fe71f651189dda062ede40268c843ab07ad5b32e010250f9b6fe9234bb6_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c5361be369c8e0194275ab97d18d52a095a5206888bc82d592f9f9ba28a34e91_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f6427aa92071d20df4e412376886d9831bb0cbb15c10216ebf2ac78de096b051_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5d5edceedc72d2ec62b24b6a60c278e4836829c78a0bcfeb20d87fefe501a39c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cd23e978bf90a7180245b04b5b0df939ba57e30ea13a2a759a5d04953eaafda0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:bccd28236b901759b08d5106786d262e482cbd1e3798c1392c9c6eda9956a5d6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c096101efdd0dab71581c6e6506b9a6560c96979e2d439ca888d2c67860c1337_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7cf38584dd1c5c269f86d85b0488e9224ac989f985989b00ba718ccd5c1cda56_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b2a85daa27b4a10282c1365dfbb48a3224df6c2a47d6f5ed59c3c01f6035d443_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3643a11084c5df88b8dd9c8d7693b228f3a9d94f74aaeb4620aa458516c14e18_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:a6a1152188a6d2cab12133e497a5c29549fa0103dcde8f1bb530ce7a033033b5_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b6f91ba9a89207a2f84a8bb1343179bd74948644a8b1608c2a2d84dee9ad39b5_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c21ea57e4b38cb47e5aacc58b218ed97cd4e6ef353d86442236cbe8852c6f648_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:56c61752133f5574587fefec75502e2a132871ed033a824f62519117ad0c4620_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5eee9a534fd647002e246ccc70b47a79737cbf604c5fa4519d10a8c66865e5a7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b1428b294b7752d6d56fa95d6630aad0b6d205991537ddc3274a7062c13df3dc_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c363dd15dc780181855ed7e8af09bf148d9e38d562cc54d90842f95ccecce36f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3978c02a12f2469999e833a2cd001a08741c4d9bd22ebe211bfdbac17563ddf0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8d20d5c213a86a2d9cf1d4e8ea351a70e2bc1e8864e7435baa701aef3b22441b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ad84f2d6f695c6c999a82e33cee9938544352a648c0e72adeaee0803289077c9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d872bcf33f5d4d6f1a074bef0091e74de82b3b1a883b9004aa1f6193b84904fb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:027641f0d532c5d06663e838ddee798513282838efa12811ede36e1b8669949e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:198fbdb0d6d4bf699a9186c06c310e4eca0c3252ae8e0d64ea1c68d7b67c2bfe_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1a3fb2aa3ceac5c827d7cde1cc0296d6974663d3f5b4139390cb29dee2bbcc20_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:51a53812eecfb69e77afa538400463c7eb51710777e9d9573804d2d9eab5d307_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:19cdd4cd8546c53530e098641c6c83e2f38f05f2d046c6a9fddc3c8002a01fa1_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:27b826d0ac202a4321d2d28bfe26376b405458781f04acd607c3a27bebe83651_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b1c377c3a99dc0a9a6a39dfccae28c7e5a11674342530a05b237a33117c980f4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b230c7f6c243ccfc43e6b50809f916d3247f8daad3c750220020ec4337b126a6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:42cfb65c46f9f63ae3227c0dd5ca2a0a11729ecfb2865f3a4443821a85f7c8d6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6ca3200ace5f9b6c36c20185dfbac37ef4cfb171f3a99eb9c746e52031bf380e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a9edb90a7efaeaada322b051c1b4cda47df859fad20ed42574fbe0fa00d15324_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bf0602fddb6c09c5c20a33abf72b947cf7ec8de6ef68144d2f4b1a1a9ad906ba_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:13df2c323a0db01668777fb495bc342806443b5c0992fe7f9ede76a0e731e2b2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:8e564be7535e32f63ff7a84bb61b3586b16b07f4ab6db20b42340dd998f2e919_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:29b338177ad61fbe618240d520eb180c1faa54fcd4be63c0d2d16f5221c4d7c9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:97b5466389d9b1e4c54dce29bfb42e901ac2c4aa39edaf99c35f30a766d38b78_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:989cd4643516ba83c661cff6bb217cc25d502febc80344e08e90c6eef8d24088_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:adec59d5a5ca059167c1dab49e6e1e6363c1788833f2cbc2381cb7d88a98864b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f821e1e8479c74d1a672e049e187d68cc4845e7efb417e9e4e4fa99628f3ea99_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:4eef2a136a4fc3a9deb0c5999546aa8d498c3553107d1e0eda9d394b2f412169_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b31560936594f27a81750c2d73f97385d7b3ac87cfa7c75e1a4fc224243eb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:bb3bda07b0ab9cc97889a530b1da6d7eb3f7f9c8a98f9b867bb3a93da7694625_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d50f44b5a5797797b9595f99e3b24684908cc28d317ca00791bb6a7406e15636_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ec2e637888e698016d6df6cbf4be6d44e5a2f544e7b81884982e06ee632a9ed_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3c569b4e1ed989074b129cb91b307cfa10c8305b037b284b23bde4981f551238_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:4ddb2823de8624d7d45aa16adabddb92faed392e71c2d1a0b3e640be91b731f6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d3b7e9f39e5238f011f9328467c72a8cb8cf99d4bed7ac0593edb9ec5bbc90fd_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:24e49f3b5ed9df72849a33dd7fbd4a0b01b8c3be79705d6e23ae48e3fd164133_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a9ce73e1f17b21b9bf2ecfa7e35f5d8e9c72620076bed594e217b870057185ca_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bc2fc4c0e55023974c90506cc14c51cf73741e9490632453687edf404b3c485c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ee9af4af02c40524e182fb1893b8bd59785be7d508111c5b0415f0caaadefcc3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:971256d54a4e10a29080f656d5de3b6281f27c77a40c0dc7352f1f05ab83eb11_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d4fc699ea35d0f1e96e825d2db3f21628e25589ba57c40ce771ed210aac5d588_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e3d0f624ec4e265daaed3072e9f9dc85668a917d49c96ebaa1c7bc05ca636197_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e47600e5f91aad639de386e422056d431450e5dc3560d30ad16b0b0bd240e371_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1cba0b4f393f1927ff5386a9b2ed74fed87a58e4b2d4a38f34fffedd30da14a0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3b8bfd739f87585230904007f0b438b4bc9d79337f0e9038887bb7f297b681b6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9c7b3d916bac7900ed009cf82a03607fe68fb924805ea37e9950ff3fd6c73b44_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c0fe58445dbc3f94bb9a041ee4ac81d6e1ebef0eef6b2468c288be51d947555c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9c772d8d7af17818a38e2004fbdd7673bdaddea0c36daf239dfe65a49f78c212_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:acdda550e575dc7add42439a856726b3833c5d6d98dd9976f30be4b781a11a82_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b5be0c8ab080114879aafc5d2526924d32306ff545c06dba64c947ca68736f91_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bc413067c8cc3e6c40a9be4ea896d911cf6b3adbbbe4c8e85fcb243bbc7bc2ea_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4b39c2a3d10a1e059c3f52bbbad6df20e52e47a422119d51806b59bda8e7e97a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5f0f4b8edf205f47a263878372c0fc80e1531f3d197d882a83cc6a2bf980c277_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:78987fc04ce330fd8ffb8a96e1f25e8ece8360680bbbf4c8854f1ba1f598f2f6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a43046599cdb529aa9a2672b628a7495690b03379c7dd4ec7bd744b01793943d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:25b8603f08442f61b433250cb6f4839cf2cff118df56d1d7e12b3b09e859a278_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:912bcfa64c2dc40a0f8573e595001fdf9dd3280e4babb503198aa019c4c94dcb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9f84034243c6dc1341a059730c81b05bc6626b913524f8d854e7d13c59eb4d45_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d9683ec09f7d3d0c73eb626fa7132ea0d7f731893506437d76db27bef51ae518_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:13573ab2e748690c65900137ee67fa558a1938fc2c4d92deb6b308809a77dbc7_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:279fef1862c07ed7b949895843d80c54180a704411df4bd4059135dab63900d9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7c527388a78edbc77d6a9db9ba9d5c8ddb302220d69734f4e0bfc26b63b3dcb1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e601bc25408a2eb5735db7d2595f969a59da9560516715ad781cff5e4a57f2cb_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:264fff5b66ca49266cfadcee9765ba0b34bccff8dfdb12e5444db97af4913095_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8f14a597769b040fed9d1c1d610b6023734dadee91cc28588b65efb25f6308ae_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:bf78d9a4afa92e68d8018283114bbc7fd11fe0a9b357b75a00395ad630ddde75_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dd57cd8ba112502a28c74d7f9e021035a061e1f51377ac0510dd02a303f14f37_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1e3163b559a137ca99141d0913759b5a92cf30e063f6ee2485983a486d97a066_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3038ed29c6dd5d46bf8d593c154537615b8d218bc43eb89dc099a546308c5b33_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6f5d8e50b9cf127af5334e0b1e97aa1bc466bb1ad8a1dcb2b6c3e7494bf5a1e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fa6736bee0e8806b00bf3b6d971e2de5ea49f3f2a89e8cc404d55a70e6f73720_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:09157be733606534b4788e13e47f647c427adb2d36031df979628d1e3d93b096_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2c52bc991f789cb2582b4fcd0fabd20b86b5893d9fcfbf6e9ebbb372cffecbe9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:611ab0d9521d88b9676bcf873b8aaa2fd385087814de0ab05c7c853fe98da20e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c6226a0f343e69d720fbc83ad01daedb925fc39d272df78fdacbd847fb075bcf_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:19425f8d71d7b67b74e76c5b770a5e3d918dfde9a9eb3e181c767b4489db01d6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:39f0f3baf0bf65713633aeb91a80cd35779cce2b43e6faa70838e0a87bdb12cd_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:804965e59e0147de822be6cc464daa137e45c991e4ff00c7184b6fd8105eb781_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b9b4777d271c5ea81505111d169134181bd46169ccc05dc65f3b6e59f736d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1a6e143562b0618b3f5afb6d488e8bcca48d9b0b4f68dc70d77279643325ac52_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:22230fd972b50ad12367aa043fef070d0e580b71e874a0e3fc2f5aaf52839773_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3abe2be596ec79e32806af4d66a7350835433c11e8b053385ee6463e65f31d30_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bb8fb8cebadac019a3d8c7fb2338a56918ff39aeedd55318fcc7e7c6d60648a7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:28dc48f706edfe382aef8370f464836e99a307136561dff65f7e7e8b5dcf9a5e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:533846b923d36de2b953fd071f6f7ad38e60548e9ef1d3f704039bb69b59530f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:68d5b77732cb2c0b0cb9a7e6f4201570dd8134dcbb21019dfec4bfe1fadbad1a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6d20fc820b2b684137df0fe673dd4e98135ee6a8c39a660db8435be44160c4b5_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:48568238316d40eaae138ec218e4d0fb6119c94d9014683bc25934210792500f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:1d1ba67b2ebee648e679f886122e649880437bed73cc62901f26e77087d1f72f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:627e8fa2665e8d19aea0b746867ce31b58cef207d6dea85228b175b96cc95dca_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7431114311d645b44e0f98c9a0e92e62a2c412a2b57dc47b52f1e4c5ae0baea7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a88a9aa0807380263b476e1e7491c9a4f36def3c403b43fdd30bab55f06e673f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e38292df09d0b5589b58f31c39ca74147011aafc1a51be00112856a7242cb80d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:67f16f35ae8e95b90d758bf617c953ffbd0f31d685b9f023c34e5de5c02d1d13_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ae42289a9ddca85918d07f71db7415d099e8544ead8ae73a0d79e600c1c0f067_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfcee1078c7f5425c41f8d3398ae512f2a07d156de7d6e92d24d7f5eb1eecff3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:eb851650658c10b1a102258af7b72aac6db36647d07ec4eac2bfce099ae68e67_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:74efd49cd2880e07cee9aa16b7615504fcd276e8606b7422ffe6a253636462c1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7ff9273c653a511408a49a0778e9584605b9d24e1069da8a77049f70e2bd5616_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ad02d1ed96a39fedea9588756c548817e8672b8fa6d3e16f1f53221e3e7d9157_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b10f0eaa64d49ea5763131b8ddd134da6771b835333a4f5ac9ffdaa13cbd08f9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6c75dc3551d30161fe15ddb87170bd7ac33cb19b242907e99a9f2b003659efc4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7cc7c37a8ce0bc5a1de200fa97525c35943d5fe789787d642c4a3079c251c4eb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dd8dfd22f1e93168de72dae9a266654563fd41d605c65b4bb15f20ec65fd53f6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:e651483d73deaf4125ae3c2729bd8a42b277df79a6ff056a99ee3e78e2164877_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6590ef2d757e5ac11ffacdf6de04ac112e96f4bc058b97aae1facfbc9bfb9317_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8bc45cb12c534a1dcaeef41b7ad0a4cd8ac0e3b0041aaa0cc3a9b917602ba5df_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:92e18d38fe9dfbf0e50933d15f4178cc149b3e4eb535ccf0fc0da030d758f435_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:9a77e03eab2a1992fcd1c0a1f1c978755e236843ee4472bb551968fb16568334_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:686e7784cda9016a460c9196a522f1fb510546cad343e26f510bea264ab9b515_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:77d58cca07f50ed35b30a97c24f66abf5fd5482be3c2a86df38b5d0e4b41e4b5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:a553758f4aecd97de2202ffc5d96370765e1f92a11fa4ca464ad13037d7c1a70_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d09813fbb679d41aece1f097ecf3797adf142242feb12769a604c37df1b6d80a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3a967546fc93fbe58afe72caa5892b712c5b96072d3cfccc1c7d9b27cc6fd6fd_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4d09ecbb6bc7010c93d65d8bae5a368326d1b52bb7f7410d30dd068b4b9c1aff_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:78a9ba8fadeb516fb48a37ad2abef78f57a09b5e701a31ca41e4bfefe493d781_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b44e2dd5cd2daac1ef6849feb0b313950e0616586fdcc843a051788fa071a4ff_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5d94083e84fbdaa57cd8723c20bfa1bf0d2eaa0cef52c662975b286785db8cb5_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7662aeec067c8b3bd0203da4d87e0837eb624acc7dffab9c0eda8081d992fc55_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c95e0922aa74f51030c35cdf1ee704f01ece7b4ec53f361055f4cfc58e464bb9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e4ae1090a43cdf4a540f1a2cb376a93d2f74449ac44ba6d0484e4612579b3d43_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:48c47a452810fe65a21fa858b102a2e7d9469e1143c51857844a0a74ebf03661_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5ccd0d2687e836eea86fcdcfbc73c7bdced8bfe2050c466860306d246375f0b2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7fd64ebc835133fcf6fe9d286f18f790b12295dcd904d61cd255c97e49f216b5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e862f18a4bdd246891a49434389e8dae5d73a68aec6d548dd282f3c56396be98_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0772170993a9fc0531aa948ee3f4c83a8e530802f7d6fe246a0688026c050d27_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c1b6b3c81c49bd764dce7fcb732f14f378aad992c953cdac86872b4113e8168_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:307efea31da6d72e50def18e1c08bae9e05ac8991d90379280c15f69c93be375_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f366a95bf18554cb9b48af250be89970e4c6b1fadbb97543db8bc202eefe282a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:09b9a909358f49dc84cf863e418fa79a72c5f23ce05cbd4045b2c966147b4edb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1ce1ac2cafe2162c4070a5b60087ecdc520db1e90a433183157c554f86a8bdcf_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2c984681915470552c6cf4dbd2c900d14f29d9a6632d7d937d2fbdf1cf16a5d6_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b3809b2f792a8b57efc13591b88232ca2b83fd116ea1a6ce9c05ec39733bcfaa_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c37ef0e5d795a727e79d2749570d7c42876e2884561857149a17793543b9fad_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:45b239b4328e73574050498d8a59fae10b1788642bfd3fdfd487a59654f2395f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d0eac8a6dea99105af2917f089cc423a7c21820cdb7ea4a3f793381cd07f43f7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e9625244e5cf3f4fd7e6d69a8076069e24079672e2c4bc4df7733ef31c3aad9b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:25939a8eacf00a315bfaecb90901a20f2d314f186c1a23ee0814ca611866ed5e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3b3fe898a633924c2e0f803ca944cc63d99359966004c6aba6a05c446a0539dd_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:55a048f1d9ac836497f7783369b5b582727df86cc64fe7df91c463db1fc0ff30_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:88990b2047d4ab9055afba0c6f8895f30a132c361722a1524bed1671527d99f9_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4bab889d5262b3f891b99f0a521f6d4511641313cc1d3a5970cc2182c52e0fc2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4ddc6ce50e06c258b4f24827f1fe5577c4ceb5d68ad925a185dfac5b2b3a661e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7883c26d4640f30a8fbd635f5442fdb46625d727a1b2382220c454aeac081fe8_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:955419c1ead9dbc1c2545f367907dd4b1e8133ea23ef65407341e9a505b1cd17_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:206e503ccabc3f5a01f11ea5026cb64ad6ae62adf2eb9044386efac6586cf332_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c2d2155a6d299536662cff9c5a8474680dc8d9c514b152e87421feac7cdcc22f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:e62baadcd61bdc045c205ce81a3b2b650be73e7b3a5dd5cb53ea4c2f8a181f0a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fab5b1965457ca46faaf5d1e6882c17ac2f0e1db5017cc81ff4da8a9083cc838_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3e9733932088db40e1d1dc25250b68d83aae6fdaa33923c2593ffc6f10b84984_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:62ff6e225c6c72f9c9b0bb33014544d1e02a30ff9092c25fddf72d9ebc8782dd_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:70259c080741f045c19c2dfb1fcd5069e9eb7e413294d855262975ae03e60b6a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a974b10609ceb50c391abab36ecaffb9c6ba62f66b246f529d8f7d1f038165a1_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2a8daff0897cef178c43b00d43b3468a3ff9389ebf337533c771210ffc608bc3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4c7da9adb32c409132dfefa7ae79fe99d41b6f59c592eea234970279694951ff_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a54253ba850cb357befc0173748523a1762858066023e04388c94c2d5caacfc9_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d49affc20c2c397c1ed17de7d3a7fb98a3f66efe9f9bd4f4234c0832393df9b2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2321dd8c9cc505a677622c5cc680e4f3461c6bf1fa4267cdf7f39383967a0b3a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:582d0856a394c73d8faf8d1792a80ccd8c66d80cf65b9dfea344351d767132d3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:938cea3b81e1b74629b0bee65183b0800518b4b757175d34669fb25f6e5d802b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d8e3f695418674002c1dd252757415372d95b38f813a3d432abab774c7427b2e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:8fadf40fe968046de41a4a4c6f643d9077f4908a1e456d7da29e0b0c79f8431e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b7b73c5b17ad867eaf4066be6b2fb9a322677ec3265c0d1bde2e317f54f7accf_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dd6c4a3b961b608a71122ddef308287483d90f3a153df4ebd00b4f85b46bd551_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f5e86e560d2dd575aa814329ad50a38ad4c7f3c111353e652e55aa5b58033f18_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:10015b131c57580e5edf1fa90b05b19482ea67ae3b588efb30da1cfb2061deda_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:99060fe9572cab596228b61e892ca9b571e3b740c4872ab55e3276d4ad65260b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5127b9d0570329e12a37d1c7e38a3ad9a1c990b7b0e1d3f3b31f5ae1146a518a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8403b335a511bc219b98b899e2cf4458347dfc67c8e15440801b1434f03ab555_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:8bd350665dfcfcd29e64a93a9c1b700817a99560dcc927a75c13cf22924a557d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b47afa8cdfbab90e0852af59ab14d95b430a2e94245aa9d1c65d1a592f44a90e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:15c698a4b3293ec372e1ceffaba0fb9360499514271d26c22cfb6cb39852f598_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:43344ef6148d5c76a10961d19b3bd83e219764cb53ac4f310a513bbe694fef6c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:084a185169e09b57b07073bc5c82bc741aeba187cd9cb33149c830af00cc6582_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:171aabed219e2a837afd87ec9dda95bd32b6f780a8c7116a6dba18533c07605d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:33926bd728bf4ecfa8146f2d55c05f151150d249b965ac4338cfa8a9acf642f4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c0709bc4da1e5574cf296180cfa6abce28c2b7ac105abd95535422abb090207b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4ef4397e1a1aa5b377ecab2fceb5c2eb15b526ae39bcd9299b45d9abe4bbbf31_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:852e6be5031cc90ccd9d02fcc66b59baa692d594e7ae95e68b8923732fa77b49_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bd9e30cdd5958003b7db73e8d871b448d208c099f3dc7e9df3ba56e6d476ea66_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fc61ea57eef9eb7f0bb091cc0815a81844d60c78f5824640e40096e8de8a02c6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2020b01fe0c8555a2cf070d5a9bf75691de4d8b775b4ac91032c92972ae6a424_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6c3b876e5fa5594ed92ed3d333ad1edd228611d67b060024511f8c6a53eeec92_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cb279e6a6181c4ab8025c6ee74497cd95e990aa02a03aa01c8e4ecb81718d231_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f6562421b9828dea833fc82160705ba8c0349531dca39eea94da4bb31b8d3468_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:44b8d7704e559a8fbde7bcd2d7b51cc025eb2b898c74497149f818473d6b7237_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6b3db54da066eff7abd8e8f58ae42163364355fb1fb5a166c3f90ef42024e24a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7bccca2d8db4038ed90d7c5d995bb2daf880b3d6aed320c6d6dc89c73c38170c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:afc464bfe9fb581e22275814fb3263ada3383b571ac4765507d2640470a8fa3a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:353292bd26a33c9a68fbb8351005fc3b65d1f0dc02c82887cdeb5d28beda1404_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:af382c36059c0c0d6e76b41eda8ae2055bf5717205754272edf126fe15737cc1_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ebd113dd73707e7e234669c4b52e7ad90c5aaa95d062fe7b2ec18ad63b942920_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f0b91324c63bdd9b1603e0bcd2e554e1d595168f9337a7c26d3834093b24f6e4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:23a74b9b847094d230ca89e8d43c924098aa5a8ad67bc02c4b11833c4620aba2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3a9adb54f0e11beb7e2f393c00ef6014f9c18796c36e47ff1f08807dee8a9e0b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:558cbb955c8d4de727f010f3fe97f285b6922f4845357cd979c22e9d6afda4dc_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:64f0e85f122f8cef1a5b444095fb16f95b255865ab116cd59a4a541bb61cd09e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1b152d3df7256fa1d16dbc4edc991503bd90432e1c8408149603306e62a28a89_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a7c3fd07837a9c03ab834a0b46ba51b50c73037203ca4d12d8cb2a45f690e62a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c9aa9a181ad76c715b410ec6866d86f28923d2becc8438f3b56a381d7c668897_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e96b65f0caa9f23429318080d5812ddd5c233b881b6f460d944990000a6d7018_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37569639de1f8c36904366fe21657db1df3c26c03b8f9f974e0a87abe862c7b8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8d27603330319790b463eba638816fec38ce5ce81e7cc2c113636939d713051b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9e9598797558cb0767f9bba75faaece26aadb56163f94ae2cc2c137645b5babd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:cf8f8b11a984107f035ff28ba24ff3f6e1d10cd764ac472b94bb9e74d435a459_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:70e6484048faddf5f59bc7399fb22731d4134b6a6e2c2ad3b1e92bf26e5ca902_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:93c6c010543791ed57e08cd0630a7dc7903d7455d61686cdb0865b13fc52f44e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:cf50871759b51c4fd1f164c53ec8503379de265ff95b5f6bfcb15d3820722c78_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f296becb22727fbcfc0a2a4a91139dc782688f43f63396d645b03bf698b81ecb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:227f6cfcbd9f361dac87776c3b625a4ae91a7054a29a48c0aec491a786f81380_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4063848bcd02040ab2a26a1e77d643a8cc01373bc6467070f72f8cae62ad8bf7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7315ff02d1adefaf5e52dc2b87903cbeaa1ad7c30719ff6afd130d068ebcb429_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:c33effb47bad5780e4e0ed220647bd0741276ef5c19eea05014b528b91765efb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2883dc4d23d0c4ec9551a0818f5d5edfc708454b48333db179232b6f7bafb4cf_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2909be49bc0471a0e2ab4e9172e4ce490b305b8e1fb86729b45af106f1ad5ac2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3b91df98133ad62ab43372695b3953c54d58e70c15eb7ae201b68d73088c0bb9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ea31f2ac734ef3cec4337ec6025a1cc01a2452ec124f102e5b1400a9ccfb05a6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:2aaf1b270a589b2e9c907bc35b4a3706cca1508a06142dd3086411e046d7cd00_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:32b91a8b6cf6278fde2c8d33666748a905a8dcf290b6e16ef266857d4838d3c0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:fe8f645cd130c489a3454252abd64c554d583cbf984aa3e568ae9c4073fa0f03_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:9885e38ff9be6d7ae070a00b851232a29e739a870d32b2508ab9f34e56177bd5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2b7476cab5336d76457b1915e734ab8702c461af8ca4d9e474557ad8354f7065_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:4890f971ad6077addd93d4c7fd1e9ee46ef3634bf89ff5adee2a95ad7b7b3f12_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:afc7f162c9c1c3033316a984254b8a477d8eae5bbed9cb25257d54a54e1bb866_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:e9bc1798e5283c65ff1487ae78c1175395e051a6c13426d3e8d1b898469a3493_amd64 | — |
A flaw was found in the `sanitize-html` library. Under its default configuration, an attacker can embed malicious content within a disallowed `xmp` element. This vulnerability allows the attacker to bypass the HTML sanitization process, leading to stored Cross-Site Scripting (XSS). Successful exploitation can result in arbitrary code execution or information disclosure when a user views the affected content.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2606e2856430c12efdf947977a070de13c3f93d3f304608c411ed57b6de0c6c7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4dda7a5132b638230470f86622d84a7f0117280726ea52e3769c15f11b1dbbbe_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f3b4137b1beff722b9c1ec2e451577a22f44c47a6196139a39d4aff3a0386daa_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f688b554b17808b3aca13b4e6bb8a240401db6f6cc5805e98ebe71ff43dbf1a7_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:07716873e44d49ad177f8c572fe54cec7ddb819a70492e6bddf36ef2ea5e6449_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:288bb644cbb5e14b00d80e0b409c83644a59cbcb513d19025f8b97de61f2cbea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a27a41e1a167568dc9bcd1f125ac624897d73bb6dca7be80d256432b35e4c6aa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fe9b92e8a052208c6eeac2ba816959ee8129cc0f68bc93bb0a1a2f940a49f4d8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:44ba1190dc20c3a99259ef0723be3c9e1c2d4f339ec4eb4f38a9375cefd60d2f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:48a700617f0d4ab9dd6b40cc27e9f602892037c10872c19c60f62a2a848e451e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9319978cb44eb1f26a7d82709c4ba7d9b6b0bdad78c6c6080bafb0933103bda2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e734fcb9ca41744ac9213327a775aeb0e01ea9974036908721b532ed2dfef923_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:10097712385ddd416b15237d2af20f86a0370f1d97125f1e8a0d25a7215f6751_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:40f8f7e1d72a0e70d96c1ff028cff7125ead621e89cf2f3c1cc5262a3aab65fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:50ff72eded21d210ea9c57c9f9b192cb6ca5efe781c5c5a9d2e1129e2eb7a248_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:f77b14655ac6137b53212c8ed526d6baf86d6d6332513416daa73a6dc468c832_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:76042ef2dea9a9316a7bb2a38923d0b670663803c75f5b8351b5e71d344b479c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a645a364226f6768df30645c15ffb8b7feb1932a96c3666cd2d8bbf71786fe88_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:afc4fea57ea3217712f10421cdc7ded66093dfd0d5cdf09120ec1200d696f332_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f70b291b3be37bcef36e4cd282cbd88f917dcc5e61e0ad6228b33b770656b8ca_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4cad4e954d5e9fce7e93ce3a81da34d58e01c38a5d6140cefa7eeeffa13e1431_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5c1598ad56e3f9cf5801a990b2d5d007632cadc69118dd15b771d8104893b722_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d18a7d5884e709f2440b7f85999c2351c0f74ba09b876a7c915a974ccfa3dea0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:ede11c7678a732b9ef9a763632c13e616a95cbabdb36baf0c5c48ca0d476c260_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:208703e1b4c8fd82b6cffc790affc4bb8966f6d95e5b5631d9fc7cd429d82242_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:40be47b6d5dedb587c54ea5f6ee763dc3007284e85cf75d9f48f4de83bff4f0c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bfe783bcda48a7678e776f99ab08f9d6cdf882432ae03c46593326bf8b57e714_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e43bd0884f4c1993cd516c3ea52d1f878a783f6a998a6dd3fe4a98ab11bd3e87_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0492b621d90ebddbab300b3bcb6979598f11380da79b32531f8978b26fe5edfa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2f4ffb0abe2bcc7b801658bb46ad9f397d7a3d11e8b2060859f5dee1625d7ea2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:30b0e4f82db1f3e39379b7aa792514aa726a0c485680b67351c593542c1b1127_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f0f3b27621a9276b1f4f9601b1b399eabbc165d74a4b4a20ebbccf6a36a8f98d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2d56871f80eb82c502cec2b901d3510ab482eea981f50cba4fea729c83f1897c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c169319f15a3e6ac9086e21438dac78a6b30f142c6d96d63c259e45f4b98c2ad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cbb1706913eb430b86212f941bb32b066af04b431126af872899134a9e111ca2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:de56a4d37e6686cafc8591eb1f7520942036037ba5af21c286aea2d2fab95b2b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3e35e96ed5607d7229629ee64a3a7c942fb12da93a75e989f1fd9aa028e8fdcd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c045d9282bb2e3ccfdc19d09b76e81d622ad5c41750c960a066f9a735ce47a3a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d3c7bcca57a84397fa1932919a750ed7a002fd7f7be976152dd7c14d60feacd0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fc479e1b1d14c548ed9a783109fd978efba5363537b835a5d09fa8d0fa9f9068_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:0e22ab8f884e0095c3cb3efcb63f9f37d55b72cff37962f271fdf534deb469c1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:ab518543ee2455263fe748f1d2ab5fd1fcb87e03bdb241a1fe657c748e220e3d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:cf25049921f441dee72daf95b707da269c5ea7af7026674c42a7e3c8cc682e59_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:d5350fca926c7cabd8fa4e7749f0c2bd9bf90069a11ed96342cbaa0ccc16f889_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:41ec41da1569234037cfc2b9cefeadbdb4c1e45363dcc0b5f2acce2453ba3dd2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:bf2513f4ea2df4a781fa74ddc02c207133387318444f7027e6b62565e8af505d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb3cc6f050ccd3fae295639dd627bdf3ff5f08f66ef0fdefe24ab8260cfba983_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:efe54dbb00c22c7e9e4a6d7c40e52665823c5f94d4b7b03236edeb1d7a304f94_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:073ed3fb3dfb009b6ba476883da5421996c5c4f4119375c0c83b072571d935f6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:14b74e5080c191fe32bdd2a416c80cd94a0f30ea6d5f18faf7396c120c5907ea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3c86e67143d2caced55d2dc470df15cd1659c5e16c7eb8af22183de1a3222901_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a6de5df300008dde127b655f67ba1c8e637bd6e67bc2c811c0d9e0ecfc3cb08b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05ef13e75b41891cd2774cf5243b11da290ae75f12ecd07239e580a5238036a5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7c5f6b71b68331d1cdff8b3273fc7cebb945d9c037fae5c2fe0666f84cafc928_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:c221dffd999b01fe10c83c1cf3e93ed9d49beb5f0f13e8e23261f44a07fd9342_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ea42eecab8a62b7896ffb697f402857a31807834a102986b3967faa70f63775f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:0123a42a6d10e21067ef4ed5ad7a39541529ff0157cb27443a95b0e5d88efc7b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:61e542fb10dc0e083f8889b0b94c3525f3882e5da701b8db31cc9be68d803ec9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:69eb532db9fac5d796148a421f1c0a95f03a84604fe40d5e5a3719c995b8d3c2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7bfdc577bd856e0cc690c86a8fc9928ed3d034d4d1455378c95293376a74b9c3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:023e336977c9e6f23a82083ada96020a26cfea384189b765e89d6acf7112957c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a0734ecbae0ba4ef8a6cf77d42383afe04fdf33eed2c0d1e34782f147c675581_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c64a9e77bb865dd5475a4022629d394ced47bfd9adb137f69e2dd7bfca2c5a29_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e90910e06037ec13a10bc176da5a516287ddc34ccdfcb36432f386f7b3895136_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2052fdaecd2f3807694fa17f35f03f84b5d8116ca56926b6d657f0594adcc4af_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:274df573eeb1919286472cfde2006716aaa62c65ad1a6fb82bc351e7292a51a6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5f81d0322afa70edfd932cf1f80dc5a14ebb30f3f4cb0a4b9943859c3ef8a741_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c5f86407af14e6c3741e75068ebe79aea7c7d1a73ca87fc97128c53139dc8748_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:11009d76f2fc73fb88ad8650914948e04e30d4096420d00a4e6b1f2f82bb2a48_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:464e2bac04048cdd010a9625e6657c9f823ebadd624fd71191ee978520874528_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:4a6beae013e9de12cd8b0a39e9e7488f51b97b3f295e14d773eb28c5df9d6743_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a2f765f47a9fbb2acbbf3b00c2d62d7df283546b7485e7631116fe824cb589a5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:82953c91b88971066d4d605174664863cb062a6f7da286754aa4f05c11a69bc4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8adf05874d8cc6284cb4566506787161305d95ba4c318f070e01960939526d59_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b0127947224f18d500d967398c5008737df32168d2db50f1f87554e149328d71_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:c25b7a4bba9a988a6b7daa4eaa8608df78b927d1d454aac7757f18e3b6c78d86_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1f6a0d8476232a85b5d18ef9ce148135b69a4abdc45952f6ad0eaf41604e05f8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2989730daa53d788a9e1be03bf922a07c1111ee8559bdef63d058be6fd5f3fc7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c0cac6ae1322cdf12df3c55948bcfead52641aa95a57dcdea97401ae01c1860_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:adf166a8095fd21a818265c01776b94e25cea102a98de6875352cdc47fba933b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:67f12e5ce45f173e79229f506b92915943d263ca0adaa31a027cb7245d7a076e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6b91bbe18861c83c79693a155979f3cc56162624412eef4c57c52cfedfb38475_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b2bb582913e9dedea9f2eb41f1568fa8f0fccce2e56be4f666ff41f3698dc147_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d35f97d205f82d6ffa260582fc6dce2fe0fcc3719ae0e19e85e06e7ab629021e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:03ce535e7bb582ca85793c8155f38ff9f73231e7cf5af4ce223ea89d4d2eeb89_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:605dbca994f47b04da902ae4b76744eaebe0d716a7a5fd3cb8e617db5dabb8c7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6b2582a7f534bb2716acaa72598b40f593897124fe03a5e6b2bea1e4c1a26d15_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d88f52e765c3f5fd4ad80f7364efe49e98ae927d82601d27105eb6ad0b484264_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:1305fefe98602549511b835fd1302eee6a4494c690d76964d89189c90f39627a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:325af02386526656111c663e6a206e755f2f30db00059078a0391d4af6cd95d2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6dcb4d60294895ba062bed0e9612ad7fecd7fd8d8cffdeee9bd65ffec1b20a63_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f492d67b16384267b9f65d20b769f93e3122f0957cec290a88a1b244c80e4b54_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:56cd8314cc9791e043cb4e5ace324013f4ce4c825fb5f9119b1a6c6871b76a3b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d6ff019bc8333893d6d5799927ffd9dbd02d0d388752a1ead6b8f85928fff4f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d7e525584c9b7492d8b989d2ad0b8ccdc4f244987f26b4aedfa7ab1097aa8ac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:598dbc32cda4219d6a0442aee99096b77ddbea0148ac3260c9c37e00b13cba23_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e223d745233c048714d3ff7a04f8ee565aebeb0f5aead03e55dd9f305fe60cb2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:05fe3c8332c4626e356a2b8b33b235d605b8cfdf8b49a68475db687789a766e7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:64ea7652aa2f9f9ba58d56765ee0ffd7224d6534860d118c059c2c066bbf2142_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8673853d611d162bc12d1791bef2acdd4131a97b8a6e46961736724b69332db7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ee04f343f0bc1c58b1e016295990225bafab7b39a9c1a572b10cdc19076150ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:4771678b9e18450e8e2a6ab991e844fb064749a0b09b089e54a802a7109c1ae7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:68c90482505c592a6393640c16467c1416f3175ba1273a284c3d0a9417e879ae_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:234bf4abb67f86a27d549a2d368d080a3671ab34786e26c6abbcdf58baccb034_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f330b931299e7c97298212e0514c55f9e086e2f33ab7e522d40d8e9df843ea11_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:123e1027c857bf3a084e45755736871b220117eb70d774a3b450f7d877e7d1a6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:61d9a3fb3114cc2252a8ecb5b0339a5fcdef87cf962f285be72b164933afb857_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9426eef8c79d6e2c9cf5efb340257ef7dc7936b3369050776f4b45ed6603de37_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b693182419b2287a69a8bcb3bd3ef8d6e799b5e7aa9b5f25cca855995588e104_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cde3a4deb285f4ffb38be4443b3c09f33a44d8f2007bfde6f8766d371487bb80_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cfa458375e07e80969d9a9b3521c5983fd20f384b74f1080b865b618afd35f32_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:30a0f7d083fbf57d19fdebcba31bf52d257fda3eab13e1c8b856291f40278c4d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:7078670a28f19c15b118e3ff8d70afcd5e329a22eb6a44d3827f9554dbbee812_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:6d60dfdba0f6368f23bdb554da68f81e3d088677ce9748d2850ba8f2ecb0cbcd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b71a8dd592d2646c7b085b06edefe64be96e38113c3547a111a8d0201992b98c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d906f3f6f4740b50fd6266205b0b3f986b35ca7a64ac7b6c52cd7167d0cdab23_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e4969f9764190a2b46dc5c9c7375213c28518935d80c4e4570d122d231f53663_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:331e8f309349114252acd7fe42067ab2b7bc03abb6619f1df59c8fe907513d3e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fefc2125429189eb85f3c807ad8ba8896a48518f3dd7d93f94a091ec925e23f1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:8687825da05aa3fbdbf32fa82a739f58585d8d2564501deb0d3b97d67a4c431f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e5886c91ae307b14a848b0a571918a57a9d2d85805af6c6ac7a2404dc0308337_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:260b87efa1dfc71726aefc2feb8dfa83495aedfa6e95b0e86dd1ce0d246233cf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:49a1a91122fc6cc34cb21b6de67b8249f154aa8e2bfade0e50457c224fc3ca70_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:cdc02821294c7bd8b4de75b356ec0ec8b0745b0b409ae9481dc08c4d967b53ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:e52b5054a3c11b34c3bc3450d9be2628816575531a1435ce44652324ec020dc3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:64e73e3f7bc1f37f40ae235a7866ea7c881d67afe29b398edc6f15befa7f06cc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b4f0c23d7fadc3a15840607d9aa13327a3eda6272565f88be3691b74f16fa13b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9b5eda1037248996bff10033108d1dec27b8417730bd721d980b778e1cb4585f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c397e51c6d4de14ea1b6a41957a3fe5ae54115c1cbaf414c013035333824eca2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c72d9616c2bf94661a156840d39e3a42d4023598c5d647562874c453b44b72e9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fef61b2df388d1e5714b0f3293bb7878f1ff9ac64b0353284576fa0413000ce2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:267a8525fce7dcfc460052b97dc07532c927fcb27257b29f5e43e5475376bc42_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:886cef96ae99502afa35aa5cbe5a16a30d873e8c9c92d6bb3c748bb68877935c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9a68ca065607df1a4fd1a351041d799b2166b76ebbdf2c92a0fdbccd47015036_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c7a8842568f7ed4d4b1ceb0f507aa5a56d80ab213877507be04ab55f8fcb3a5b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1567f1a6c1a596e22674ad45cd1975c8667fb2317c84dd5944ccef58326239b2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:40dad16e2777a64a836355627be3aae4572a7ed6417ac39e0dca5f019eeaf471_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:800ffbe7a0007398e44945b2f3772d657995ebd902918ecb410e5d373de06263_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9720a885c669964be135fbcc55bfd5e9766841f6b11bb2c279ac030de9618ece_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02440d8ce569f4318b2110f8975fc4d0a93e6da6c5012882df9cbe77559a0a81_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02594f4e3bd44cf7d378a7fa0533d54b4365eb5317c282cf8295cdfb0ae5ddf8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3e5753abdfee794bd09cd51eda1c7634aa7630ea3f2a72ff40c3fcf5661e58c1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ea8145a89efceb27b579a5f79c37c7457d141a0eb38b2de5c82ced07879539d1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a1aa9421f9d52c8bb918e1b3c9daac3e1a076e70e003a58462b62f0a91fbf795_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d4dd77443d486829650aaee412b58df2c5fcd995bf2c493a22dc1cc705d270a1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d689dbabc1df0ca42e7eceba17ff474f9e6a30474f7cca15970a5ee7fb870a72_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fea791f1b353cb84039498653a7b7daadebd460631446fae5f05d1ca8e85dace_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:100ffa84c55a87981f50fa5fcdfb5a5daad0eea01d0bc14abdbc959ca0a1ff92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2e646fe351c1dfb3650d0b67694f5cb89fb7aae85c9b8edd356f54f40b9e9fb3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4a45ec0f50d9cec050f1c99dd33d288ba8f9e8dd1a71c2870eb5e799a42e411e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:60be3446f54ba3c5f93c5c4bf1de44d7e9ca3049abb6ab910f8e62e671a80d44_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:90b36fe8a88dddddcd584cf06ddbde8b74e9d7a78f9f51b77d7d2480ed45ed79_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d69ebc6a9d6bd6f8f75d933ee0f7893b285fb24e994bffc35514ff5211ce68b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:da6ed87ee2d899e3fe9c6e8b08bcd44cf11e1b1563972ca4aeb3e8bc806a1d2c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fdea5b85efe39b635685d506a4416115d546a9f56e87903650b5e51bec6a10bd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:47ded0bc14992d79c073e4cd541279def7e44d8ff586a5cc1676edabdd86c13b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:642eb8c1bf4631b969d0ebf3a0755f566236ce7b5534fab78d531c76d5e802ad_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7189cc475748ddba6ff3f306320d55a840baa8f1da8a934d4500c49e6f675ea5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bc10db6a9f9c1a60744f49c1ed737bbbb8454eeff9fd00175b98872a1af17936_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:017359024215cf5a7b00bd31b8b797ca7f5f456d66a34ac12c44e53c1ab77fff_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2635b651e023c9d4dd92d1897b4513947985256607f9d2dd8043cd7f5de3a765_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:542b1a4bf2fafae85c50eae7a182ffd3a3a07b2c234a00e4e6c639b1143b4b55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9b3b5510e4cf6b4cb86bae86fbf36c1fccbdeaecfe009cf2e67cb9c1d7924ef4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:048f5dc4b9176a86e0d82447e036ddad890e58e49c8508cd74f8c297272c800f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:0a7e3fc4b1f892ea2e77c1f5d961507f0fcec7740f33d3e308904cdea1d3ce21_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:44db7037b872b0164497a603e99b7c5bf2bd9aaf31158e8a4e8bd03559584155_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:a8ffa384c6770ffe1bb9b7b8729501ef2c06199e0005b16e5dc432dd8d23c66f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:176081efde0e44254215af3f5091e64748c81d2bb29a1e7a64ed2879c6a7fbe3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:42ea798731bcee8b868ae15f9d45b8f0aaa91d1a4f7660c53ee08b070fe4c9f5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:85fd9925886227b53c26a3ed09604c408c49b8ddb9cf7efa2057335bec94803c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8b7b592c5ae05773897351d97fc9925e6904ed02a6ed49e4737f0f649b7eabe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0d8537a8b89a087f59b9f0c413d9c8d6c77002ff0d9d8579d179291d3b6caee0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:14cc3a54f1ddd57ce5b80b6d111f0ca27f74b4321c9915d5ec1960318c71d752_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7dc1bda89f2fe70041f850dbb5dd3804e853961d2026c3880fd7255dd6e57b0e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:aac4600f524660e2351490cc7aa719ac2dc93193f64bff1178a04376bda57cee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5449067a980b2d50b360b1aa1164fba67693402210111708ebaa00f0f93bfb55_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c8486459e2b80ee2706409e888070c9100938357621746215ad7871ab9ddb990_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d748caca6496019c594ae5aca825845658e1e8c5a1c062a02830aecd677ea1af_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dac9a4617348551eaefdf01ebf1770442c0bc07033fcbff203750ecaaef1161b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5143aae8d524363878300902b89dfb5f3420ce897bc36064fd021d23993432f1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:6fa81971ac5bc843a536eaf167cf5147e879c5447d7c1ec17cebe7ab85692317_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:bfa79bf705669231df1e59e373712f0b04ef2c0676ebfd901bd9879cef16236e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:cad2e37531b2ba165087ddbcbccf9cf167c4eaca5a3fba5f5f4bd943b8298678_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3538795f3effdfe84442141d83d0292447b4c43e3d68871afcd453f80e11fbff_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:7da313ec91e1a9ff08a16ea2b0af0ed1ac73e40c4b629402bff19f183d45aef6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d9279ac3cea7e1e400e244624bd7ce53cbb6343d10872873e71dee20263d0e62_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e89a5c92caae6b72646e17535787d06f7640a47c59b0b4f418c7e48918736d60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0ec6c9197060bf068f358283d64b9b877e97f072466244f9d147552a193fdae3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a5aa2eb87a3fc9c5160f5c37c50cb88cc0a77bbf4eebb298ee7883ecf47b456_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc1512a1ca871d5e21162430f028d7b7f2391e19cee9b3d6e253b6b6d03cc8e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e8c2baac5dee142c4e84d01c731abbc200cf24a04201fd8690f0d47035958830_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9b45bdc374e248769add4b772aca63e25ff0baf8d490e64066bfa78405cf609e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bcb4f4b45a7d62927ee6589db9d31e9bfc87a13f3b0239649c9701b10d3dbd75_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c1c72b9d00d45dc90f97bd9c5263e6d385ee34f3a3f834909dd8b8eb28c3b15f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e15057d2878011a1142587df35dac65182dd4ec4c0f3c61055a73a23dfbd615c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3bef4d599101ae4c2162f47e89f5fbac89903db3f007bb425eed38e1d9b4d9cc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aee0556c560d2ef9f2ccf501302a373f15cdccc83ec2c6935c4ae6a2f25b63e0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ddc3c05d5daa3aeffe5629b7e2fedd5df301a3030f8f8c6acc3204b8fd7e0995_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f463811c1b1e6fc34934bb5a8151fa946acf321ab57f9901b3ee1b7f75546beb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2abfe62de89fdd0697da63674373b1c8a2695846d8acab5f17a35fb38fbc23a4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7701f38b6702b4a9e6b49b3db83073475c33528d2529e63b1b98664bb7191906_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a23cd4945d2e1f9e1c194179fab9c388677fa1317e02a99eebc575e227064b79_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f2f194cdb1a14fe59e05455df10ebfe70edabd37ad605346b6258c5bda79d96e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9b04b0a1047813b35f6ef09e1fcf1e06b63946e0a3b3feaee3e081b0deed689b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bb521f2f97477b5b9851f6655f1738b620aefccaaa81cd303d17eb74ade7adb4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c8a1f9ce2dea4947e6cb460bb4b4ae7ab6bc5f816ca25f3405799d56c6ca48f3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d8f67c5b7b8903633485f67a76f88ea13855bbf95e92b651bddd15fa91458ebc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2c84af74e0937a0f3451054240ab7ae2d44c1b566339012ebec9e5b75d7a627c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:41ab25be6eb002ee921bf74c1049e07547328632d576e78fc45245177fe9ab84_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5b389b9b0acddd8ffe5e5c3f9d54321d061253f3f45b5b66b6dfa0181b73b87a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9afa17f9f4e4551369e891d405098219c071231ddab921dd32bb7bc66bb0b6a7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:0bd76e62d162ae823a34a766fccd9d339e3f550720d863b477273734ed1fdc39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:dd17b1ffce727d9a74c3f64d65b72b03a5c8fed96e773665a078dfab33bd64c7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e8ed2c9324c2f5594f90b049e92f2fb3141dedcd99165e80e8bfe147c738adff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f7f45f6d562bf699e0e45e134c7ab71701dc3994882cb82edce9356be7627ce0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:22dee3c01cf1deff68d73d76735e420d223ba0e75dba1e7ae224ac4e7b14ae79_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7134aa51e11a7d6b826068d03b9c90a518cd3cfccec0e3f06e57f5ed77daf6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7cdf9e85bfc54e4562176d63e1f2be56775dd761c6c0cbb80fbf888dd1ab43_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b72954ed888ded15f443784fe6a684b6e0d7782921efb788e242d987fcbf5388_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:63bf84966169bf2dcd8b8bfee3c478d9e61881ca007fdf3a8be4ba5cb1118211_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:697ada7f8e4bc8a881e2f1fa3a8402a2e96448f948befd465c59e03ced12c9d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:85ed053619e39778d5a986255af37802ac46a26899c8a448abb139736db5e075_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:abe01f65affd92347d8097b3922e587548364d9680b74f767e9cbf139c996802_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:55102797bf884eef2d8b842ba8a5f2538f711622eab1c82b06941ec574b8f266_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9cca1a2d1a6f5a33257e8f790d180274f24a01c125a717ff79da8fa301e2f270_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a1f1be1027b54388f762951ab7983f18cfe37140efcf2c778a5d11d4740e8e9a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d65990c0adf148e94c1c0ec0730ac2a285b38eff128cdb2fac7f61af1514fd14_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2db5ea10de47829d4643fc525d9efe3815db59d5689c0febecf4fd722ad0528d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5dcf0a7d3c0b2062ea11867f5fd2a4ad56fe786b11c3095d76eeb4c844240a6f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:73b76f141fea3db7cf7df4e9b70443b37fc67790cc6986efdf53a32ea7360bbe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:be3286f36b4c80969594af159ede49ee20ab5dfbbd890649c2c4249335714466_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2cb748becce8d80bfbb66e84f63e0f0a3cdee6d9bef3833eccca24132e9d0699_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:374211b6e69093447e90462693c45bcdf2ece57b033a419f13585d9a46df62a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6047837c63bd707f994797af79267ec8bb5075b3fdd88c069b3acaa04ee2cb5c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d8c4afb75de3b6d432d4929f4d4fb6938617a794ca2ef2060b83a02588a1d0a3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3287f57d83e7becbcd3997ff2ade6e6b5a664fd08610464002229e0a116dfec8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8a58a72e372b4235b4751e08f10c97ef0798519e6b91595c234fc14089d7495b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9654a0a2b4549ab06e5422dc69872961c892e97032b18d913cc197dd3aa39f3d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9e9ecf8cb43e1819159bb8fc0eb5641b71663e110ff757e26d5549cf41075084_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4aa3e0ca4b5398fcaedd212506e222fd435f7a46c2eaeb7a49dc50f789cf13a3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5d094c8e18e42d662ac2f5ba16602c1513094c7dc547fbe3de562463c4096bce_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:67f85bffdf2db08fb27d52c6a0a8b615a4b9cd748d9a7e6126851d1bb27844ed_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7d4b6b9e67875889c95a5d126bcad0f6b98c148b85433180573f439a867d9e25_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3c0791290db50c5a925a80b371ba8bdf91f4fccce56397d12a989263a972bd02_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:654aece866efed516d69db0e47668dc85d3936e901aeabd098e07538aa3dc617_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7637a44a01d6c56f002120cf96228b6c68e92b4391d4b6efa1c81ff8e40eac0a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dbc636494f53ee38eae00f243bdb92d187ec84654c280cc454f2b4febd7c22f0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:08f46b1d2114a3ab80bc7cd277859a4f84e870c2421b9e13370774deca0aebe3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0ea69bf7a80cc8c0810acf8c7aaf2cc1374d3b034065f1119ca33af3d1794cbf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:17e61f4a9148bc2e0fcea85c19c98eb8c2efb701bd21f8b63547dad13fc256ec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:8b81413ad0f567583ebe4782344c22834c1781c5f7493c8a05b827f3f2a5e409_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6b348a4fae63bad66acacb5f0d03b8155246733e758f14208956c38c2bedaac0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96eb6b75d6a8ce22b199b8150e628a2a00c427ffc79b2fee2e24af1bf584bbcf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e0b17d193af2fd7e981c9908e01f2d840cc939e24bf1be19977beb85fa1159ad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ed56ff21aa465143bc0d1c4f20803873dd07999229739b84ef7861683476b22f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0654b81d996d73c5b5b03310f314bf3bd6871b3bd4d1abe791cec9b7a3339719_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e294ee6e92049316f91ecad5987a24d7d3c06809d3db2ee3f9a41bb461bc220_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e3afa0bbd3ab3ed4acd6d0059765116e9ab56090313932bd063098d94f1c3b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:929f235d156df0f59479d60379dab0d83d6fc662d9acf7ff050a520850ee0125_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:14b5ec9622b1a177ffe69a7c87b7797c06b283b26d5547828d3177f823074b5e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:52a47ec0685655243dfa60738842ba038719f2454b85024084de270736d06529_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5fea5bf035692313badd286c7d13564d48c34e3195bac3c74ae669607b5b5875_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fca2b0ceeb7e301640de2604932cfb2c386441e0d3b3b0e4a525f0a6b00f7cee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2b85420da837c90d984c5945fae12321c8e6b6fa270768da6270f382194f2d4f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5e5a715049a34055fca9a4b36dab839573238385890678734f96d7ba776dadf9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6982d2c27206f15366ece47b40f4a6a2994c7acf5dbb94aa274c55a2216d0063_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a38c23c37dbf421c77c4f36758a105b790123d654f1c8b3419becfefedadd0e7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:021e3ef983d0ca18800e0fc390ad96f4b6f6b9c3ab784c6e74ebe2e7fd7b31d5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1076cff5268f9fec09a760da243efbb72eb96645f838a746c4c4e28ae4feba33_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3eabe7ed8651b8dedc3a2c38a83527f224ba3b50088b3238e158048bb2ddd85c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c29274bf105ffdd07bb78270a6dc497fbfb699acce48c7c6b7b6ef32416eb20f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:71bae3f7d9ec2a469c8d69b9f67d27a0a98a26bc842cc8733442cabd43fe3c06_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b67943ce9e26423e0bf84f411d50f394a67a0f3368ff289e695f8819c4fa8c02_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d4c9ea28e8a716d6a46a42cd3b5efc82f42d456e21791c32369527ae82f643e0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e4c222d813696b8b3d4cef6982cc88ba3d4581ad6842b10510fb4c8130a82684_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4d789598c5dc7be91f05a8766dffccc377a71db2ea8c5cc563f396cae02326dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:70267df26127761958bacff38fbeece08995608c2a24c7a3724495128ef2bef6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:84ea38804ec003ae82375c83ed4549163a2c932d6264eb64476e0ad175b4a4de_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:bfcf2ab8d6586fd6a8f08ec2fcc71f997800b8f459577c31e654f8ef9325fc42_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:49a412244c4d6b547d5b0ca9bcb041b1e3cabbc78f5234ce52b678207d83b3e3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:4d2e1fee9a43f8faf39b05a7d82ceac50094ebe972fd1fd85b1528961cf49478_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:564e888a319fcd9b1af19b18a4281c5a2c41bedfc3186fb3bb587a1e28954c0a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecb2d59766a1aaaf7cfbdf1e0b92ed025a18fd54acd41fbc63026b350c98a953_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:296a9379ce17e07df7008f1d35004477297a7ebdf9e3d51a50d71628d6ac68af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:67f272ef9abe83f9cd959ce97e3d5c46ed6e118ca30f65fbad733384d228ebce_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c8b5246ba51213bb183e07d862b6d1f9b156e1d16b7656bd6ea061f9016e8ad5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ed375d4341175bfe6945ea8aab5208f375034307f6753cc726230629ab97a71f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:29e41d78f04e683ecb12ff2335b7205383670e7bcd2b1beec736261a93abd406_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8ac74d64736ed4788497e0d4d10226bfa212f6c0cc97ee63d7c61676698bc022_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:94a303f0dd0822b5d82509e3ff8af5887949ddaa0e3a91b9f94d0bdf4e1e267b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:95c3aff27109694e511c9e45d1132bc4de0fd636cde0855c9ef45f1a17f5ce7a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:16e2953831f686cd68012c8cdaea2b404c54c91050145b716ee8b0ffc5cf11bf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:91e3e3d331d92b90ea49a78531cd366201c5de278f56597d9dcbeae40f114754_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bb1ec078ef82180a6019d6e174c16a5a846e4cb8995753628db25a4ca0071474_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c33a11f1aa2fe38738663eb291e25503e2e6fc3cb5bd964e1a6f8db0475e29a8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:07163bdf6c27b8066a5f1e8674a2120054c3daab1e8a0db8cd728f2b1ca0fa57_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:32956c0bb79239db914454aa82f94222c6f7a90be718e22bb80c4e75a45127f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d877387429f09cf5fdf779e73200069c418e561f20a21815bd56fce1c1c4c73_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:9a64cc9623e5639b0e8ec8f5ad63a5ab83f92598abe541be09fceb37ba2fab23_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6d8e4146a7965b0a81984df7d0a2fc094c50e7010acb93e58510cedc8a42e687_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:764c1081056df81f61d6965869f9ba66d67f132d6c768c13f1b2c1c81d45ec6b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a27762ca5025270235002c90eed00d6d029d4b7103b5bd108eb527fc8e797f1d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f473c0c439be12fc83e9ebcef48a1a067a5f4a9cd581ca19ca34a3dd0b9fb79b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:6e95c6d3ba75f0655680a4e46b703aeceb57cc9ad072733bed1aeeca0e9b3508_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:ba23af1b9437640698b924bb0645013d7c08fd6121489b01b63f66156faa6588_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:01c4ac10b7061c77ef54bf337b8488722506d2a572d9da7d9a689b4c9ff7c225_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:67c19e36b3f264978073841b06d940efc3fe0546baabffdfb35c2e5a1989e96c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:add880787ab5dc1af04cbed51e2da0f6f630ee85387617987ec6d6d8e3a28009_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:d6acbf09fd11d29d0d715b96e60355a23deba955fb3ac6ebbcbdc29e6923d508_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:474e02e9e121dfe39458bdbee1f434d32fa29347f55386a4abcd3825c9235456_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a0e6d2e5adb8d9c223824f623bd7d391e33241fcbe281c54af8e3925af5781b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c3fffbd0e1e6db3256029c6cff61bb64ba56625041ff86a9d46a895076877fff_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d253f116a2d1e2f033f47422230a0a4e8a9fce255d71e9140a0bcb6f255c09b6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0b41f824ade401523c3ff06e2dace98c8dda246f40e6a01a588dab6fcad09683_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4954d67caa517e2e2edec0e5d4b95610a31b82d5a86f9058cbe55193987da9d2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d1a37ce3fce40a5d5e3065b5a4be81a18fe2a6b81bd5d16ada65f2647fd8fd0a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d395f05c26536703d44d06525efc0ac6203440e6576e8a1513c7e4ed8563ae62_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2224a1bb7f39feb0ee922a54a94d8dfa66e676caffc681f99227eafc0082b50c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:339b51d602e6c798949da55fc36b4e83d4b07909c97f004f8aebb5bb6f43268d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a7bc2291024185f39cde4d43057b17968cad18451fe8447b0ace526ee11bbcb4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c171ac27f2bfd7846db274c1d2be8b39cdfed3afe59ab4fb01f903b5be3af443_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:45c70f4c6f15a25e1982efd6eee6930f16317ef4cebd11ffe2b5994b9ad8b200_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:938dfb864f0a9dd0116c5969eb1ca94f2e04b914c3ee56bc26ac33f90e2535c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a4f095b9251baba737421c47566ac7329258b8ff22b0f131c5a941ad1b6caed5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:f7a4c6ab4dc050efd81ff5d7dee7569a55dd0cf96e6413c47770699f5fa02b6d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3a4f76a56b75c54966a76307c4fd647d854812bd22e55cb228c1e9b5aea67037_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:98110bc940b974dcbb8b0ea21c6b52bd96ecea62779f9665d3ac8dd03223905f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a7e47a89156ad39c7e5820cbc98a0b295ca1a3aaf6b72be3961c6d4eb0225831_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b6a273a6d68b36cd939b6bba836f657168526125327fb784c436c99848f49f7e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:26b6bffa3e11fabf11ec8176bb39ab3e301b3c5a85c1aec37142860ffac1fe5a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:301f5a73d9d839a999dbd3c9a7741ed3458ffb87426b7499364e6460850deeb5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:57eee4fc78405492c9a665c228d1f25c75f0390f75a73d5819aea7ebc2da6b4d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b10b625aa3fe5011c7fa9db3c95ba6d36c569fd6f6aa4ac3ff2431cbc103d362_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:11b59cdae58f57a02a4c8479266a50a1a5691f2e8e4382ea7ce96bc913ad4afc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1f11609dbe46602b2c11ea6c776cffc87ebf3fe2a1204f25bda85d9793d5cd60_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:28ca9310e14799c080a07935267ab4ecaf6fd1abadcb1e165deb46c81f2e731b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:56a619fe929b8a18bf1526bde6c9a86f12a1c0a43739d1a0d04c58920d3ac5d0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3bd696b964b694ec219c5776593bf4772dafcc3f43b973355913801929462557_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:4142674147742cf0ecad7223e02e88efb53e5a34ab820df5ea2f645a04219da8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7c59a7997fa95d2895620378a7e18f0074929b630c329ba3f03c72e43415364d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ff35fdf6dd3714c214394ff6f203815f23921af529bad0dc22abfa1d1680b333_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:15198ffc1a039f56e9cfe7ab35037c34a3864a83163576b65fb3e9f5aa8f1f3f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:4ab1c5859c4f54f225fe4d5555f3c2d1aafc520ce7a9197b040e06084da9a43b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7be609c48462446f215d9ae0326f1c76bc0b779cd08db391163c796106e7aeef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f04c27be87ea23869192754c00d08badd40a106c2f66b86bf493455b3e3ceb09_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:42ce515a9496a89b6abef7a94b6fcea6880b2a9833900d54e1dd4044c9e2872e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5ab9133d7b6aa46227bca8a1c6ec2ec9233ebed8e62e41ff122dda627d4a7fcf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:94f82ddff9d44dfdce03af24a851c05cec4ceb161c5631ce6ce88dc8a9481271_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a7879d59a73d16ad9c237a597dfdbdbe06fd6d3e3de0c9396e342250778dbe08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2f370ec13f448fc82d3f142cc8b6a559a4d62044631f4b394742652c4672f536_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:38471fb10545f0fd1f879ff8ded337bdb6919a929043727936d28c2153a78fb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8e6c8d7186bfcc49c6ec64bf8bbaaee511f62cb5d14aec29bea364f90129d36e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e35c02d8101af5150e038572081ef775816f97c77ae24fec3826bef8c24837b4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:123714413da1487c02d182f1d355688d2f0fd63e0f82865dd962567bb9c81039_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:675b6754ba7e231a1725cf8338d536551497ed05e7f40435a2a3c98e411af84f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9eced45114ad75c3ca56d06028c836adaa713433bc49f6196533276f9645c58c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b203bacc4238f6cc6afaa7dcad119d126484235694dcc33a46edc4d002dc7f5b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4e68102ebe684da4477f443e32d69865b6fa28d398fbb76463c67d85739e3c2d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:6dd5107b14c1abce011367145d859456aeb03052ab831b4c548fa4fba0b269fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8e6d6d3162ace273c1312c383de4e1f6ffe2d8e6d7b553b64e6ac460ac040c20_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:061699fecaf30d68ae3d41b89d812ea8144627d9ca9de83173fb33fa06e6b8f3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:33b4bb5c331675703e19ef96f3185b2d3cbcf4d0e37a6fabbeb5a8dc1f46df10_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b7e15475952a147e7d6d506ee9686c6c594d529b27e4086f49b0dfc1e237d640_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0465b162143273b73d2d1af7ea6f9654116a9b1cba8169028273185f2dfa1191_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5d1720d8067c33064ccfa16d47931fd18bdd3590f53023c2ec268ed9405d0983_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e99c8d382c503a7b1e25e6f72ef293496beab285d0a3453d09ca73fb58247163_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4e09db0d6efc9289a85cf5d4ced1d6a6a7f52168e44c366907a5d4ebd3e7d75d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:585c75fc909525ac0332764b66db33e6646e5e0b0a4d01d176be6dad70a7447f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:85df50114baa307e2b4192a46f80a292500401eaf41f45b071b23bc278562135_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:3ad0b56893a8ad865ef9de637c1f21a358aae5ed4adadae02db3c6d37db93422_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:56925cf35430409d4a59b4de3ea74d8e3779acf505872bcefa26e97418f7bc9b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:a928a27d2775d702a7b4888f87e770c93049b645b5878173d87d893288c0701a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c83836428568394e500de29f5e4b44fa4881f5b5813a8dcd42a5bd16b6bd2bae_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3fa694c3f2b9c05fcf2cb69f97d791fa46600ba1eebd67608b109586dac15e3c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:44006268f8f00b5dcc4737ce787d9221b50ad7af3e678ea6dea817a797512b4b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:6b7d13c5daddfeda27cc815f3fa02affd699ed626cc41775f78070cb8cab4f4f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bdd058e218fb99204c479f5cc33383634b184b1153a74c3333926e84f3e4bae1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:174dd5140764fb73bc002166fefbf8f897be7b295e10527410fee19338fe65d3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3f5a73689320e820972a39a40077926550f7864e2d1969a9352d3b833191086f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:df97ec11ed1fbf6397b6a62c85014c255b60c652c98ea439d1f47e62c6a0e4bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dff5a115ecbd046f3a1a60ce8d8518edd570922528a7ba56cb17716831eb6b09_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:11f56bb6bdf0069b7bea04e5051874cf879bff0ed36676dc521975eae8cf1bb5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1eb4aa5666fec327b24c011e1b7e726ecde7ba1942e0b8d9af38a65baa052985_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:77da9199e0922972da775122d60efaeeb4cb2cc464ff6855099fde770cfc01a6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c56c801a4a9e11f7b9ee071dc9634fd6c43aaf04cdd6b048dd4ea1a623ba16a7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:5332d1051a8774d9d3ebd2f6df71f2ae36ff23fd32b28edb418c028dfa6be128_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ae444a4f4274431a8dfa075bb9c91fda502cbdbe971856f54ffb6a0d5deb08a3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:4148a39c8311d7050050debedbfa7454b53c3e00ae4d63cee7bc6da688af744b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:699c1abe44686141c985a530a8b3b864b3a1bf2c5c6645d68f7920b8f752c684_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:608159f89bf52fbe18bbdb1c48b679346ddac7d3ace7883c84494615a4ab7adc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:d26f0f1adde0599a01c90d8b9e1e8690e6e532a380e7852e83cacc1e439b5424_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1ef42800334a0b6d395e1b1bc8e517e232713a4ee0e4591415c5347ea1352fb1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:23d11514c82b817c95564de1f0252dfcf753ca40cb154054c051b6bef078a960_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f5311dc740529f4f4c444fe33bd5731b0ff5d213620207f039af546a3c521226_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:14f9b0d4497da98ffed111c1266fd4e0b4a812f6b7ec37b95e5702438602ce33_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:4e6b6f1636a4300955a587155ee9063979e47cb387dfc1a85f3738b1cf25589f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:2cb5be04fd1145f054e994500608d1463f35a0fb87305e559ff71c972795d978_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:664dd8b515ac89b33051c38e00fabc4f2bd8c902f9fdd8df263b6cd6d0a0bc25_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:28e1a2e9d3850462c628b0bfaafac15d68def97b8c1c9387de58b1fb6d877f19_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5c60f40d38ebe6f95cfc0fa78fed9aa265fdf3aced888bf232445c2e76e4ed55_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d36d045c32e335933939150b36fd2f86599add415385560d3e10d4b74a704d89_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fa556b78fcc306b456576053e522d93e0c578807e220d3c562ea54cdbc2d1a92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f9ea746b7bc2eb6cf1d82644d42d363d9343506f9091e8bc67740a06b382081_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:909ff0827690342dce5b4cf713327f3a8887a056951953c9aa639e916129e1ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a8705dd5df6abd3d6931b298fe8e53cff0f8259547fa85446503b413b0ba19da_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:cabf1a3d4e2aab9e2273afa75bac084e93eb36a2801b91ea0d79982e9e7e5f2a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0b5cac582cea2ea2dee7d515f05bfedf2a5beff46ae6d5ca9626bbb36c94b865_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b920409f5635d704145bb8e1107a7c6f951976c44226a2083982443f67ce619b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d658355babb92069a73c35353c2fc0be4450517b3445d2387b4b0e3bd2b873d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f8036fe71f651189dda062ede40268c843ab07ad5b32e010250f9b6fe9234bb6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c5361be369c8e0194275ab97d18d52a095a5206888bc82d592f9f9ba28a34e91_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f6427aa92071d20df4e412376886d9831bb0cbb15c10216ebf2ac78de096b051_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5d5edceedc72d2ec62b24b6a60c278e4836829c78a0bcfeb20d87fefe501a39c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cd23e978bf90a7180245b04b5b0df939ba57e30ea13a2a759a5d04953eaafda0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:bccd28236b901759b08d5106786d262e482cbd1e3798c1392c9c6eda9956a5d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c096101efdd0dab71581c6e6506b9a6560c96979e2d439ca888d2c67860c1337_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7cf38584dd1c5c269f86d85b0488e9224ac989f985989b00ba718ccd5c1cda56_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b2a85daa27b4a10282c1365dfbb48a3224df6c2a47d6f5ed59c3c01f6035d443_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3643a11084c5df88b8dd9c8d7693b228f3a9d94f74aaeb4620aa458516c14e18_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:a6a1152188a6d2cab12133e497a5c29549fa0103dcde8f1bb530ce7a033033b5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b6f91ba9a89207a2f84a8bb1343179bd74948644a8b1608c2a2d84dee9ad39b5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c21ea57e4b38cb47e5aacc58b218ed97cd4e6ef353d86442236cbe8852c6f648_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:56c61752133f5574587fefec75502e2a132871ed033a824f62519117ad0c4620_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5eee9a534fd647002e246ccc70b47a79737cbf604c5fa4519d10a8c66865e5a7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b1428b294b7752d6d56fa95d6630aad0b6d205991537ddc3274a7062c13df3dc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c363dd15dc780181855ed7e8af09bf148d9e38d562cc54d90842f95ccecce36f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3978c02a12f2469999e833a2cd001a08741c4d9bd22ebe211bfdbac17563ddf0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8d20d5c213a86a2d9cf1d4e8ea351a70e2bc1e8864e7435baa701aef3b22441b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ad84f2d6f695c6c999a82e33cee9938544352a648c0e72adeaee0803289077c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d872bcf33f5d4d6f1a074bef0091e74de82b3b1a883b9004aa1f6193b84904fb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:027641f0d532c5d06663e838ddee798513282838efa12811ede36e1b8669949e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:198fbdb0d6d4bf699a9186c06c310e4eca0c3252ae8e0d64ea1c68d7b67c2bfe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1a3fb2aa3ceac5c827d7cde1cc0296d6974663d3f5b4139390cb29dee2bbcc20_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:51a53812eecfb69e77afa538400463c7eb51710777e9d9573804d2d9eab5d307_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:19cdd4cd8546c53530e098641c6c83e2f38f05f2d046c6a9fddc3c8002a01fa1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:27b826d0ac202a4321d2d28bfe26376b405458781f04acd607c3a27bebe83651_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b1c377c3a99dc0a9a6a39dfccae28c7e5a11674342530a05b237a33117c980f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b230c7f6c243ccfc43e6b50809f916d3247f8daad3c750220020ec4337b126a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:42cfb65c46f9f63ae3227c0dd5ca2a0a11729ecfb2865f3a4443821a85f7c8d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6ca3200ace5f9b6c36c20185dfbac37ef4cfb171f3a99eb9c746e52031bf380e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a9edb90a7efaeaada322b051c1b4cda47df859fad20ed42574fbe0fa00d15324_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bf0602fddb6c09c5c20a33abf72b947cf7ec8de6ef68144d2f4b1a1a9ad906ba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:13df2c323a0db01668777fb495bc342806443b5c0992fe7f9ede76a0e731e2b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:8e564be7535e32f63ff7a84bb61b3586b16b07f4ab6db20b42340dd998f2e919_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:29b338177ad61fbe618240d520eb180c1faa54fcd4be63c0d2d16f5221c4d7c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:97b5466389d9b1e4c54dce29bfb42e901ac2c4aa39edaf99c35f30a766d38b78_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:989cd4643516ba83c661cff6bb217cc25d502febc80344e08e90c6eef8d24088_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:adec59d5a5ca059167c1dab49e6e1e6363c1788833f2cbc2381cb7d88a98864b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f821e1e8479c74d1a672e049e187d68cc4845e7efb417e9e4e4fa99628f3ea99_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:4eef2a136a4fc3a9deb0c5999546aa8d498c3553107d1e0eda9d394b2f412169_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b31560936594f27a81750c2d73f97385d7b3ac87cfa7c75e1a4fc224243eb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:bb3bda07b0ab9cc97889a530b1da6d7eb3f7f9c8a98f9b867bb3a93da7694625_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d50f44b5a5797797b9595f99e3b24684908cc28d317ca00791bb6a7406e15636_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ec2e637888e698016d6df6cbf4be6d44e5a2f544e7b81884982e06ee632a9ed_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3c569b4e1ed989074b129cb91b307cfa10c8305b037b284b23bde4981f551238_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:4ddb2823de8624d7d45aa16adabddb92faed392e71c2d1a0b3e640be91b731f6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d3b7e9f39e5238f011f9328467c72a8cb8cf99d4bed7ac0593edb9ec5bbc90fd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:24e49f3b5ed9df72849a33dd7fbd4a0b01b8c3be79705d6e23ae48e3fd164133_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a9ce73e1f17b21b9bf2ecfa7e35f5d8e9c72620076bed594e217b870057185ca_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bc2fc4c0e55023974c90506cc14c51cf73741e9490632453687edf404b3c485c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ee9af4af02c40524e182fb1893b8bd59785be7d508111c5b0415f0caaadefcc3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:971256d54a4e10a29080f656d5de3b6281f27c77a40c0dc7352f1f05ab83eb11_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d4fc699ea35d0f1e96e825d2db3f21628e25589ba57c40ce771ed210aac5d588_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e3d0f624ec4e265daaed3072e9f9dc85668a917d49c96ebaa1c7bc05ca636197_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e47600e5f91aad639de386e422056d431450e5dc3560d30ad16b0b0bd240e371_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1cba0b4f393f1927ff5386a9b2ed74fed87a58e4b2d4a38f34fffedd30da14a0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3b8bfd739f87585230904007f0b438b4bc9d79337f0e9038887bb7f297b681b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9c7b3d916bac7900ed009cf82a03607fe68fb924805ea37e9950ff3fd6c73b44_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c0fe58445dbc3f94bb9a041ee4ac81d6e1ebef0eef6b2468c288be51d947555c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9c772d8d7af17818a38e2004fbdd7673bdaddea0c36daf239dfe65a49f78c212_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:acdda550e575dc7add42439a856726b3833c5d6d98dd9976f30be4b781a11a82_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b5be0c8ab080114879aafc5d2526924d32306ff545c06dba64c947ca68736f91_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bc413067c8cc3e6c40a9be4ea896d911cf6b3adbbbe4c8e85fcb243bbc7bc2ea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4b39c2a3d10a1e059c3f52bbbad6df20e52e47a422119d51806b59bda8e7e97a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5f0f4b8edf205f47a263878372c0fc80e1531f3d197d882a83cc6a2bf980c277_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:78987fc04ce330fd8ffb8a96e1f25e8ece8360680bbbf4c8854f1ba1f598f2f6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a43046599cdb529aa9a2672b628a7495690b03379c7dd4ec7bd744b01793943d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:25b8603f08442f61b433250cb6f4839cf2cff118df56d1d7e12b3b09e859a278_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:912bcfa64c2dc40a0f8573e595001fdf9dd3280e4babb503198aa019c4c94dcb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9f84034243c6dc1341a059730c81b05bc6626b913524f8d854e7d13c59eb4d45_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d9683ec09f7d3d0c73eb626fa7132ea0d7f731893506437d76db27bef51ae518_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:13573ab2e748690c65900137ee67fa558a1938fc2c4d92deb6b308809a77dbc7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:279fef1862c07ed7b949895843d80c54180a704411df4bd4059135dab63900d9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7c527388a78edbc77d6a9db9ba9d5c8ddb302220d69734f4e0bfc26b63b3dcb1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e601bc25408a2eb5735db7d2595f969a59da9560516715ad781cff5e4a57f2cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:264fff5b66ca49266cfadcee9765ba0b34bccff8dfdb12e5444db97af4913095_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8f14a597769b040fed9d1c1d610b6023734dadee91cc28588b65efb25f6308ae_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:bf78d9a4afa92e68d8018283114bbc7fd11fe0a9b357b75a00395ad630ddde75_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dd57cd8ba112502a28c74d7f9e021035a061e1f51377ac0510dd02a303f14f37_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1e3163b559a137ca99141d0913759b5a92cf30e063f6ee2485983a486d97a066_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3038ed29c6dd5d46bf8d593c154537615b8d218bc43eb89dc099a546308c5b33_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6f5d8e50b9cf127af5334e0b1e97aa1bc466bb1ad8a1dcb2b6c3e7494bf5a1e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fa6736bee0e8806b00bf3b6d971e2de5ea49f3f2a89e8cc404d55a70e6f73720_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:09157be733606534b4788e13e47f647c427adb2d36031df979628d1e3d93b096_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2c52bc991f789cb2582b4fcd0fabd20b86b5893d9fcfbf6e9ebbb372cffecbe9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:611ab0d9521d88b9676bcf873b8aaa2fd385087814de0ab05c7c853fe98da20e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c6226a0f343e69d720fbc83ad01daedb925fc39d272df78fdacbd847fb075bcf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:19425f8d71d7b67b74e76c5b770a5e3d918dfde9a9eb3e181c767b4489db01d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:39f0f3baf0bf65713633aeb91a80cd35779cce2b43e6faa70838e0a87bdb12cd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:804965e59e0147de822be6cc464daa137e45c991e4ff00c7184b6fd8105eb781_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b9b4777d271c5ea81505111d169134181bd46169ccc05dc65f3b6e59f736d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1a6e143562b0618b3f5afb6d488e8bcca48d9b0b4f68dc70d77279643325ac52_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:22230fd972b50ad12367aa043fef070d0e580b71e874a0e3fc2f5aaf52839773_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3abe2be596ec79e32806af4d66a7350835433c11e8b053385ee6463e65f31d30_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bb8fb8cebadac019a3d8c7fb2338a56918ff39aeedd55318fcc7e7c6d60648a7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:28dc48f706edfe382aef8370f464836e99a307136561dff65f7e7e8b5dcf9a5e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:533846b923d36de2b953fd071f6f7ad38e60548e9ef1d3f704039bb69b59530f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:68d5b77732cb2c0b0cb9a7e6f4201570dd8134dcbb21019dfec4bfe1fadbad1a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6d20fc820b2b684137df0fe673dd4e98135ee6a8c39a660db8435be44160c4b5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:48568238316d40eaae138ec218e4d0fb6119c94d9014683bc25934210792500f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:1d1ba67b2ebee648e679f886122e649880437bed73cc62901f26e77087d1f72f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:627e8fa2665e8d19aea0b746867ce31b58cef207d6dea85228b175b96cc95dca_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7431114311d645b44e0f98c9a0e92e62a2c412a2b57dc47b52f1e4c5ae0baea7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a88a9aa0807380263b476e1e7491c9a4f36def3c403b43fdd30bab55f06e673f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e38292df09d0b5589b58f31c39ca74147011aafc1a51be00112856a7242cb80d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:67f16f35ae8e95b90d758bf617c953ffbd0f31d685b9f023c34e5de5c02d1d13_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ae42289a9ddca85918d07f71db7415d099e8544ead8ae73a0d79e600c1c0f067_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfcee1078c7f5425c41f8d3398ae512f2a07d156de7d6e92d24d7f5eb1eecff3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:eb851650658c10b1a102258af7b72aac6db36647d07ec4eac2bfce099ae68e67_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:74efd49cd2880e07cee9aa16b7615504fcd276e8606b7422ffe6a253636462c1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7ff9273c653a511408a49a0778e9584605b9d24e1069da8a77049f70e2bd5616_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ad02d1ed96a39fedea9588756c548817e8672b8fa6d3e16f1f53221e3e7d9157_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b10f0eaa64d49ea5763131b8ddd134da6771b835333a4f5ac9ffdaa13cbd08f9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6c75dc3551d30161fe15ddb87170bd7ac33cb19b242907e99a9f2b003659efc4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7cc7c37a8ce0bc5a1de200fa97525c35943d5fe789787d642c4a3079c251c4eb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dd8dfd22f1e93168de72dae9a266654563fd41d605c65b4bb15f20ec65fd53f6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:e651483d73deaf4125ae3c2729bd8a42b277df79a6ff056a99ee3e78e2164877_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6590ef2d757e5ac11ffacdf6de04ac112e96f4bc058b97aae1facfbc9bfb9317_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8bc45cb12c534a1dcaeef41b7ad0a4cd8ac0e3b0041aaa0cc3a9b917602ba5df_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:92e18d38fe9dfbf0e50933d15f4178cc149b3e4eb535ccf0fc0da030d758f435_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:9a77e03eab2a1992fcd1c0a1f1c978755e236843ee4472bb551968fb16568334_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:686e7784cda9016a460c9196a522f1fb510546cad343e26f510bea264ab9b515_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:77d58cca07f50ed35b30a97c24f66abf5fd5482be3c2a86df38b5d0e4b41e4b5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:a553758f4aecd97de2202ffc5d96370765e1f92a11fa4ca464ad13037d7c1a70_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d09813fbb679d41aece1f097ecf3797adf142242feb12769a604c37df1b6d80a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3a967546fc93fbe58afe72caa5892b712c5b96072d3cfccc1c7d9b27cc6fd6fd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4d09ecbb6bc7010c93d65d8bae5a368326d1b52bb7f7410d30dd068b4b9c1aff_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:78a9ba8fadeb516fb48a37ad2abef78f57a09b5e701a31ca41e4bfefe493d781_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b44e2dd5cd2daac1ef6849feb0b313950e0616586fdcc843a051788fa071a4ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5d94083e84fbdaa57cd8723c20bfa1bf0d2eaa0cef52c662975b286785db8cb5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7662aeec067c8b3bd0203da4d87e0837eb624acc7dffab9c0eda8081d992fc55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c95e0922aa74f51030c35cdf1ee704f01ece7b4ec53f361055f4cfc58e464bb9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e4ae1090a43cdf4a540f1a2cb376a93d2f74449ac44ba6d0484e4612579b3d43_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:48c47a452810fe65a21fa858b102a2e7d9469e1143c51857844a0a74ebf03661_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5ccd0d2687e836eea86fcdcfbc73c7bdced8bfe2050c466860306d246375f0b2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7fd64ebc835133fcf6fe9d286f18f790b12295dcd904d61cd255c97e49f216b5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e862f18a4bdd246891a49434389e8dae5d73a68aec6d548dd282f3c56396be98_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0772170993a9fc0531aa948ee3f4c83a8e530802f7d6fe246a0688026c050d27_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c1b6b3c81c49bd764dce7fcb732f14f378aad992c953cdac86872b4113e8168_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:307efea31da6d72e50def18e1c08bae9e05ac8991d90379280c15f69c93be375_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f366a95bf18554cb9b48af250be89970e4c6b1fadbb97543db8bc202eefe282a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:09b9a909358f49dc84cf863e418fa79a72c5f23ce05cbd4045b2c966147b4edb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1ce1ac2cafe2162c4070a5b60087ecdc520db1e90a433183157c554f86a8bdcf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2c984681915470552c6cf4dbd2c900d14f29d9a6632d7d937d2fbdf1cf16a5d6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b3809b2f792a8b57efc13591b88232ca2b83fd116ea1a6ce9c05ec39733bcfaa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c37ef0e5d795a727e79d2749570d7c42876e2884561857149a17793543b9fad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:45b239b4328e73574050498d8a59fae10b1788642bfd3fdfd487a59654f2395f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d0eac8a6dea99105af2917f089cc423a7c21820cdb7ea4a3f793381cd07f43f7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e9625244e5cf3f4fd7e6d69a8076069e24079672e2c4bc4df7733ef31c3aad9b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:25939a8eacf00a315bfaecb90901a20f2d314f186c1a23ee0814ca611866ed5e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3b3fe898a633924c2e0f803ca944cc63d99359966004c6aba6a05c446a0539dd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:55a048f1d9ac836497f7783369b5b582727df86cc64fe7df91c463db1fc0ff30_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:88990b2047d4ab9055afba0c6f8895f30a132c361722a1524bed1671527d99f9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4bab889d5262b3f891b99f0a521f6d4511641313cc1d3a5970cc2182c52e0fc2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4ddc6ce50e06c258b4f24827f1fe5577c4ceb5d68ad925a185dfac5b2b3a661e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7883c26d4640f30a8fbd635f5442fdb46625d727a1b2382220c454aeac081fe8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:955419c1ead9dbc1c2545f367907dd4b1e8133ea23ef65407341e9a505b1cd17_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:206e503ccabc3f5a01f11ea5026cb64ad6ae62adf2eb9044386efac6586cf332_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c2d2155a6d299536662cff9c5a8474680dc8d9c514b152e87421feac7cdcc22f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:e62baadcd61bdc045c205ce81a3b2b650be73e7b3a5dd5cb53ea4c2f8a181f0a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fab5b1965457ca46faaf5d1e6882c17ac2f0e1db5017cc81ff4da8a9083cc838_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3e9733932088db40e1d1dc25250b68d83aae6fdaa33923c2593ffc6f10b84984_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:62ff6e225c6c72f9c9b0bb33014544d1e02a30ff9092c25fddf72d9ebc8782dd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:70259c080741f045c19c2dfb1fcd5069e9eb7e413294d855262975ae03e60b6a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a974b10609ceb50c391abab36ecaffb9c6ba62f66b246f529d8f7d1f038165a1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2a8daff0897cef178c43b00d43b3468a3ff9389ebf337533c771210ffc608bc3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4c7da9adb32c409132dfefa7ae79fe99d41b6f59c592eea234970279694951ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a54253ba850cb357befc0173748523a1762858066023e04388c94c2d5caacfc9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d49affc20c2c397c1ed17de7d3a7fb98a3f66efe9f9bd4f4234c0832393df9b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2321dd8c9cc505a677622c5cc680e4f3461c6bf1fa4267cdf7f39383967a0b3a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:582d0856a394c73d8faf8d1792a80ccd8c66d80cf65b9dfea344351d767132d3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:938cea3b81e1b74629b0bee65183b0800518b4b757175d34669fb25f6e5d802b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d8e3f695418674002c1dd252757415372d95b38f813a3d432abab774c7427b2e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:8fadf40fe968046de41a4a4c6f643d9077f4908a1e456d7da29e0b0c79f8431e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b7b73c5b17ad867eaf4066be6b2fb9a322677ec3265c0d1bde2e317f54f7accf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dd6c4a3b961b608a71122ddef308287483d90f3a153df4ebd00b4f85b46bd551_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f5e86e560d2dd575aa814329ad50a38ad4c7f3c111353e652e55aa5b58033f18_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:10015b131c57580e5edf1fa90b05b19482ea67ae3b588efb30da1cfb2061deda_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:99060fe9572cab596228b61e892ca9b571e3b740c4872ab55e3276d4ad65260b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5127b9d0570329e12a37d1c7e38a3ad9a1c990b7b0e1d3f3b31f5ae1146a518a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8403b335a511bc219b98b899e2cf4458347dfc67c8e15440801b1434f03ab555_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:8bd350665dfcfcd29e64a93a9c1b700817a99560dcc927a75c13cf22924a557d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b47afa8cdfbab90e0852af59ab14d95b430a2e94245aa9d1c65d1a592f44a90e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:15c698a4b3293ec372e1ceffaba0fb9360499514271d26c22cfb6cb39852f598_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:43344ef6148d5c76a10961d19b3bd83e219764cb53ac4f310a513bbe694fef6c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:084a185169e09b57b07073bc5c82bc741aeba187cd9cb33149c830af00cc6582_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:171aabed219e2a837afd87ec9dda95bd32b6f780a8c7116a6dba18533c07605d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:33926bd728bf4ecfa8146f2d55c05f151150d249b965ac4338cfa8a9acf642f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c0709bc4da1e5574cf296180cfa6abce28c2b7ac105abd95535422abb090207b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4ef4397e1a1aa5b377ecab2fceb5c2eb15b526ae39bcd9299b45d9abe4bbbf31_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:852e6be5031cc90ccd9d02fcc66b59baa692d594e7ae95e68b8923732fa77b49_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bd9e30cdd5958003b7db73e8d871b448d208c099f3dc7e9df3ba56e6d476ea66_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fc61ea57eef9eb7f0bb091cc0815a81844d60c78f5824640e40096e8de8a02c6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2020b01fe0c8555a2cf070d5a9bf75691de4d8b775b4ac91032c92972ae6a424_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6c3b876e5fa5594ed92ed3d333ad1edd228611d67b060024511f8c6a53eeec92_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cb279e6a6181c4ab8025c6ee74497cd95e990aa02a03aa01c8e4ecb81718d231_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f6562421b9828dea833fc82160705ba8c0349531dca39eea94da4bb31b8d3468_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:44b8d7704e559a8fbde7bcd2d7b51cc025eb2b898c74497149f818473d6b7237_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6b3db54da066eff7abd8e8f58ae42163364355fb1fb5a166c3f90ef42024e24a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7bccca2d8db4038ed90d7c5d995bb2daf880b3d6aed320c6d6dc89c73c38170c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:afc464bfe9fb581e22275814fb3263ada3383b571ac4765507d2640470a8fa3a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:353292bd26a33c9a68fbb8351005fc3b65d1f0dc02c82887cdeb5d28beda1404_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:af382c36059c0c0d6e76b41eda8ae2055bf5717205754272edf126fe15737cc1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ebd113dd73707e7e234669c4b52e7ad90c5aaa95d062fe7b2ec18ad63b942920_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f0b91324c63bdd9b1603e0bcd2e554e1d595168f9337a7c26d3834093b24f6e4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:23a74b9b847094d230ca89e8d43c924098aa5a8ad67bc02c4b11833c4620aba2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3a9adb54f0e11beb7e2f393c00ef6014f9c18796c36e47ff1f08807dee8a9e0b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:558cbb955c8d4de727f010f3fe97f285b6922f4845357cd979c22e9d6afda4dc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:64f0e85f122f8cef1a5b444095fb16f95b255865ab116cd59a4a541bb61cd09e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2b93d36104e2c99c09823ed5c6d12e25abf3dd07e20683640f99b687a45e9b6a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2bb2c4706037910e8045bf0127ddd9087d2c8ab9eeb09ceabe97b18dfe873c1a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3e5d6fe6f1f7a495efdb0a61dfde0d20def80759a215bc7097265c816e07919a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:efe7886379624399e04e4f213bf1f8b2baf1acf989823caa93ed8ba76ccf9372_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1b152d3df7256fa1d16dbc4edc991503bd90432e1c8408149603306e62a28a89_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a7c3fd07837a9c03ab834a0b46ba51b50c73037203ca4d12d8cb2a45f690e62a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c9aa9a181ad76c715b410ec6866d86f28923d2becc8438f3b56a381d7c668897_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e96b65f0caa9f23429318080d5812ddd5c233b881b6f460d944990000a6d7018_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37569639de1f8c36904366fe21657db1df3c26c03b8f9f974e0a87abe862c7b8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8d27603330319790b463eba638816fec38ce5ce81e7cc2c113636939d713051b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9e9598797558cb0767f9bba75faaece26aadb56163f94ae2cc2c137645b5babd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:cf8f8b11a984107f035ff28ba24ff3f6e1d10cd764ac472b94bb9e74d435a459_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:70e6484048faddf5f59bc7399fb22731d4134b6a6e2c2ad3b1e92bf26e5ca902_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:93c6c010543791ed57e08cd0630a7dc7903d7455d61686cdb0865b13fc52f44e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:cf50871759b51c4fd1f164c53ec8503379de265ff95b5f6bfcb15d3820722c78_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f296becb22727fbcfc0a2a4a91139dc782688f43f63396d645b03bf698b81ecb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:227f6cfcbd9f361dac87776c3b625a4ae91a7054a29a48c0aec491a786f81380_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4063848bcd02040ab2a26a1e77d643a8cc01373bc6467070f72f8cae62ad8bf7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7315ff02d1adefaf5e52dc2b87903cbeaa1ad7c30719ff6afd130d068ebcb429_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:c33effb47bad5780e4e0ed220647bd0741276ef5c19eea05014b528b91765efb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2883dc4d23d0c4ec9551a0818f5d5edfc708454b48333db179232b6f7bafb4cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2909be49bc0471a0e2ab4e9172e4ce490b305b8e1fb86729b45af106f1ad5ac2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3b91df98133ad62ab43372695b3953c54d58e70c15eb7ae201b68d73088c0bb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ea31f2ac734ef3cec4337ec6025a1cc01a2452ec124f102e5b1400a9ccfb05a6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:2aaf1b270a589b2e9c907bc35b4a3706cca1508a06142dd3086411e046d7cd00_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:32b91a8b6cf6278fde2c8d33666748a905a8dcf290b6e16ef266857d4838d3c0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:fe8f645cd130c489a3454252abd64c554d583cbf984aa3e568ae9c4073fa0f03_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:9885e38ff9be6d7ae070a00b851232a29e739a870d32b2508ab9f34e56177bd5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2b7476cab5336d76457b1915e734ab8702c461af8ca4d9e474557ad8354f7065_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:4890f971ad6077addd93d4c7fd1e9ee46ef3634bf89ff5adee2a95ad7b7b3f12_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:afc7f162c9c1c3033316a984254b8a477d8eae5bbed9cb25257d54a54e1bb866_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:e9bc1798e5283c65ff1487ae78c1175395e051a6c13426d3e8d1b898469a3493_amd64 | — |
Workaround
|
A flaw was found in PostCSS, a tool that processes CSS files. An attacker who provides specially crafted CSS input containing a malicious source map comment can cause the system to read arbitrary files from the local filesystem. This can lead to the disclosure of sensitive information, specifically the first few bytes of file content. Additionally, this vulnerability may be exploited to cause a Denial of Service (DoS) by targeting large files, making the system unavailable.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2606e2856430c12efdf947977a070de13c3f93d3f304608c411ed57b6de0c6c7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4dda7a5132b638230470f86622d84a7f0117280726ea52e3769c15f11b1dbbbe_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f3b4137b1beff722b9c1ec2e451577a22f44c47a6196139a39d4aff3a0386daa_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f688b554b17808b3aca13b4e6bb8a240401db6f6cc5805e98ebe71ff43dbf1a7_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:07716873e44d49ad177f8c572fe54cec7ddb819a70492e6bddf36ef2ea5e6449_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:288bb644cbb5e14b00d80e0b409c83644a59cbcb513d19025f8b97de61f2cbea_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a27a41e1a167568dc9bcd1f125ac624897d73bb6dca7be80d256432b35e4c6aa_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fe9b92e8a052208c6eeac2ba816959ee8129cc0f68bc93bb0a1a2f940a49f4d8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:44ba1190dc20c3a99259ef0723be3c9e1c2d4f339ec4eb4f38a9375cefd60d2f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:48a700617f0d4ab9dd6b40cc27e9f602892037c10872c19c60f62a2a848e451e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9319978cb44eb1f26a7d82709c4ba7d9b6b0bdad78c6c6080bafb0933103bda2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e734fcb9ca41744ac9213327a775aeb0e01ea9974036908721b532ed2dfef923_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:10097712385ddd416b15237d2af20f86a0370f1d97125f1e8a0d25a7215f6751_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:40f8f7e1d72a0e70d96c1ff028cff7125ead621e89cf2f3c1cc5262a3aab65fe_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:50ff72eded21d210ea9c57c9f9b192cb6ca5efe781c5c5a9d2e1129e2eb7a248_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:f77b14655ac6137b53212c8ed526d6baf86d6d6332513416daa73a6dc468c832_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:76042ef2dea9a9316a7bb2a38923d0b670663803c75f5b8351b5e71d344b479c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a645a364226f6768df30645c15ffb8b7feb1932a96c3666cd2d8bbf71786fe88_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:afc4fea57ea3217712f10421cdc7ded66093dfd0d5cdf09120ec1200d696f332_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f70b291b3be37bcef36e4cd282cbd88f917dcc5e61e0ad6228b33b770656b8ca_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4cad4e954d5e9fce7e93ce3a81da34d58e01c38a5d6140cefa7eeeffa13e1431_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5c1598ad56e3f9cf5801a990b2d5d007632cadc69118dd15b771d8104893b722_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d18a7d5884e709f2440b7f85999c2351c0f74ba09b876a7c915a974ccfa3dea0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:ede11c7678a732b9ef9a763632c13e616a95cbabdb36baf0c5c48ca0d476c260_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:208703e1b4c8fd82b6cffc790affc4bb8966f6d95e5b5631d9fc7cd429d82242_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:40be47b6d5dedb587c54ea5f6ee763dc3007284e85cf75d9f48f4de83bff4f0c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bfe783bcda48a7678e776f99ab08f9d6cdf882432ae03c46593326bf8b57e714_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e43bd0884f4c1993cd516c3ea52d1f878a783f6a998a6dd3fe4a98ab11bd3e87_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0492b621d90ebddbab300b3bcb6979598f11380da79b32531f8978b26fe5edfa_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2f4ffb0abe2bcc7b801658bb46ad9f397d7a3d11e8b2060859f5dee1625d7ea2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:30b0e4f82db1f3e39379b7aa792514aa726a0c485680b67351c593542c1b1127_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f0f3b27621a9276b1f4f9601b1b399eabbc165d74a4b4a20ebbccf6a36a8f98d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2d56871f80eb82c502cec2b901d3510ab482eea981f50cba4fea729c83f1897c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c169319f15a3e6ac9086e21438dac78a6b30f142c6d96d63c259e45f4b98c2ad_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cbb1706913eb430b86212f941bb32b066af04b431126af872899134a9e111ca2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:de56a4d37e6686cafc8591eb1f7520942036037ba5af21c286aea2d2fab95b2b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3e35e96ed5607d7229629ee64a3a7c942fb12da93a75e989f1fd9aa028e8fdcd_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c045d9282bb2e3ccfdc19d09b76e81d622ad5c41750c960a066f9a735ce47a3a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d3c7bcca57a84397fa1932919a750ed7a002fd7f7be976152dd7c14d60feacd0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fc479e1b1d14c548ed9a783109fd978efba5363537b835a5d09fa8d0fa9f9068_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:0e22ab8f884e0095c3cb3efcb63f9f37d55b72cff37962f271fdf534deb469c1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:ab518543ee2455263fe748f1d2ab5fd1fcb87e03bdb241a1fe657c748e220e3d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:cf25049921f441dee72daf95b707da269c5ea7af7026674c42a7e3c8cc682e59_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:d5350fca926c7cabd8fa4e7749f0c2bd9bf90069a11ed96342cbaa0ccc16f889_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:41ec41da1569234037cfc2b9cefeadbdb4c1e45363dcc0b5f2acce2453ba3dd2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:bf2513f4ea2df4a781fa74ddc02c207133387318444f7027e6b62565e8af505d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb3cc6f050ccd3fae295639dd627bdf3ff5f08f66ef0fdefe24ab8260cfba983_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:efe54dbb00c22c7e9e4a6d7c40e52665823c5f94d4b7b03236edeb1d7a304f94_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:073ed3fb3dfb009b6ba476883da5421996c5c4f4119375c0c83b072571d935f6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:14b74e5080c191fe32bdd2a416c80cd94a0f30ea6d5f18faf7396c120c5907ea_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3c86e67143d2caced55d2dc470df15cd1659c5e16c7eb8af22183de1a3222901_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a6de5df300008dde127b655f67ba1c8e637bd6e67bc2c811c0d9e0ecfc3cb08b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05ef13e75b41891cd2774cf5243b11da290ae75f12ecd07239e580a5238036a5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7c5f6b71b68331d1cdff8b3273fc7cebb945d9c037fae5c2fe0666f84cafc928_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:c221dffd999b01fe10c83c1cf3e93ed9d49beb5f0f13e8e23261f44a07fd9342_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ea42eecab8a62b7896ffb697f402857a31807834a102986b3967faa70f63775f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:0123a42a6d10e21067ef4ed5ad7a39541529ff0157cb27443a95b0e5d88efc7b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:61e542fb10dc0e083f8889b0b94c3525f3882e5da701b8db31cc9be68d803ec9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:69eb532db9fac5d796148a421f1c0a95f03a84604fe40d5e5a3719c995b8d3c2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7bfdc577bd856e0cc690c86a8fc9928ed3d034d4d1455378c95293376a74b9c3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:023e336977c9e6f23a82083ada96020a26cfea384189b765e89d6acf7112957c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a0734ecbae0ba4ef8a6cf77d42383afe04fdf33eed2c0d1e34782f147c675581_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c64a9e77bb865dd5475a4022629d394ced47bfd9adb137f69e2dd7bfca2c5a29_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e90910e06037ec13a10bc176da5a516287ddc34ccdfcb36432f386f7b3895136_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2052fdaecd2f3807694fa17f35f03f84b5d8116ca56926b6d657f0594adcc4af_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:274df573eeb1919286472cfde2006716aaa62c65ad1a6fb82bc351e7292a51a6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5f81d0322afa70edfd932cf1f80dc5a14ebb30f3f4cb0a4b9943859c3ef8a741_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c5f86407af14e6c3741e75068ebe79aea7c7d1a73ca87fc97128c53139dc8748_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:11009d76f2fc73fb88ad8650914948e04e30d4096420d00a4e6b1f2f82bb2a48_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:464e2bac04048cdd010a9625e6657c9f823ebadd624fd71191ee978520874528_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:4a6beae013e9de12cd8b0a39e9e7488f51b97b3f295e14d773eb28c5df9d6743_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a2f765f47a9fbb2acbbf3b00c2d62d7df283546b7485e7631116fe824cb589a5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:82953c91b88971066d4d605174664863cb062a6f7da286754aa4f05c11a69bc4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8adf05874d8cc6284cb4566506787161305d95ba4c318f070e01960939526d59_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b0127947224f18d500d967398c5008737df32168d2db50f1f87554e149328d71_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:c25b7a4bba9a988a6b7daa4eaa8608df78b927d1d454aac7757f18e3b6c78d86_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1f6a0d8476232a85b5d18ef9ce148135b69a4abdc45952f6ad0eaf41604e05f8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2989730daa53d788a9e1be03bf922a07c1111ee8559bdef63d058be6fd5f3fc7_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c0cac6ae1322cdf12df3c55948bcfead52641aa95a57dcdea97401ae01c1860_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:adf166a8095fd21a818265c01776b94e25cea102a98de6875352cdc47fba933b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:67f12e5ce45f173e79229f506b92915943d263ca0adaa31a027cb7245d7a076e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6b91bbe18861c83c79693a155979f3cc56162624412eef4c57c52cfedfb38475_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b2bb582913e9dedea9f2eb41f1568fa8f0fccce2e56be4f666ff41f3698dc147_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d35f97d205f82d6ffa260582fc6dce2fe0fcc3719ae0e19e85e06e7ab629021e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:03ce535e7bb582ca85793c8155f38ff9f73231e7cf5af4ce223ea89d4d2eeb89_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:605dbca994f47b04da902ae4b76744eaebe0d716a7a5fd3cb8e617db5dabb8c7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6b2582a7f534bb2716acaa72598b40f593897124fe03a5e6b2bea1e4c1a26d15_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d88f52e765c3f5fd4ad80f7364efe49e98ae927d82601d27105eb6ad0b484264_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:1305fefe98602549511b835fd1302eee6a4494c690d76964d89189c90f39627a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:325af02386526656111c663e6a206e755f2f30db00059078a0391d4af6cd95d2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6dcb4d60294895ba062bed0e9612ad7fecd7fd8d8cffdeee9bd65ffec1b20a63_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f492d67b16384267b9f65d20b769f93e3122f0957cec290a88a1b244c80e4b54_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:56cd8314cc9791e043cb4e5ace324013f4ce4c825fb5f9119b1a6c6871b76a3b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d6ff019bc8333893d6d5799927ffd9dbd02d0d388752a1ead6b8f85928fff4f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d7e525584c9b7492d8b989d2ad0b8ccdc4f244987f26b4aedfa7ab1097aa8ac_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:598dbc32cda4219d6a0442aee99096b77ddbea0148ac3260c9c37e00b13cba23_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e223d745233c048714d3ff7a04f8ee565aebeb0f5aead03e55dd9f305fe60cb2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:05fe3c8332c4626e356a2b8b33b235d605b8cfdf8b49a68475db687789a766e7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:64ea7652aa2f9f9ba58d56765ee0ffd7224d6534860d118c059c2c066bbf2142_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8673853d611d162bc12d1791bef2acdd4131a97b8a6e46961736724b69332db7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ee04f343f0bc1c58b1e016295990225bafab7b39a9c1a572b10cdc19076150ad_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:4771678b9e18450e8e2a6ab991e844fb064749a0b09b089e54a802a7109c1ae7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:68c90482505c592a6393640c16467c1416f3175ba1273a284c3d0a9417e879ae_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:234bf4abb67f86a27d549a2d368d080a3671ab34786e26c6abbcdf58baccb034_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f330b931299e7c97298212e0514c55f9e086e2f33ab7e522d40d8e9df843ea11_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:123e1027c857bf3a084e45755736871b220117eb70d774a3b450f7d877e7d1a6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:61d9a3fb3114cc2252a8ecb5b0339a5fcdef87cf962f285be72b164933afb857_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9426eef8c79d6e2c9cf5efb340257ef7dc7936b3369050776f4b45ed6603de37_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b693182419b2287a69a8bcb3bd3ef8d6e799b5e7aa9b5f25cca855995588e104_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cde3a4deb285f4ffb38be4443b3c09f33a44d8f2007bfde6f8766d371487bb80_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cfa458375e07e80969d9a9b3521c5983fd20f384b74f1080b865b618afd35f32_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:30a0f7d083fbf57d19fdebcba31bf52d257fda3eab13e1c8b856291f40278c4d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:7078670a28f19c15b118e3ff8d70afcd5e329a22eb6a44d3827f9554dbbee812_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:6d60dfdba0f6368f23bdb554da68f81e3d088677ce9748d2850ba8f2ecb0cbcd_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b71a8dd592d2646c7b085b06edefe64be96e38113c3547a111a8d0201992b98c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d906f3f6f4740b50fd6266205b0b3f986b35ca7a64ac7b6c52cd7167d0cdab23_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e4969f9764190a2b46dc5c9c7375213c28518935d80c4e4570d122d231f53663_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:331e8f309349114252acd7fe42067ab2b7bc03abb6619f1df59c8fe907513d3e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fefc2125429189eb85f3c807ad8ba8896a48518f3dd7d93f94a091ec925e23f1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:8687825da05aa3fbdbf32fa82a739f58585d8d2564501deb0d3b97d67a4c431f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e5886c91ae307b14a848b0a571918a57a9d2d85805af6c6ac7a2404dc0308337_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:260b87efa1dfc71726aefc2feb8dfa83495aedfa6e95b0e86dd1ce0d246233cf_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:49a1a91122fc6cc34cb21b6de67b8249f154aa8e2bfade0e50457c224fc3ca70_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:cdc02821294c7bd8b4de75b356ec0ec8b0745b0b409ae9481dc08c4d967b53ef_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:e52b5054a3c11b34c3bc3450d9be2628816575531a1435ce44652324ec020dc3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:64e73e3f7bc1f37f40ae235a7866ea7c881d67afe29b398edc6f15befa7f06cc_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b4f0c23d7fadc3a15840607d9aa13327a3eda6272565f88be3691b74f16fa13b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9b5eda1037248996bff10033108d1dec27b8417730bd721d980b778e1cb4585f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c397e51c6d4de14ea1b6a41957a3fe5ae54115c1cbaf414c013035333824eca2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c72d9616c2bf94661a156840d39e3a42d4023598c5d647562874c453b44b72e9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fef61b2df388d1e5714b0f3293bb7878f1ff9ac64b0353284576fa0413000ce2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:267a8525fce7dcfc460052b97dc07532c927fcb27257b29f5e43e5475376bc42_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:886cef96ae99502afa35aa5cbe5a16a30d873e8c9c92d6bb3c748bb68877935c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9a68ca065607df1a4fd1a351041d799b2166b76ebbdf2c92a0fdbccd47015036_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c7a8842568f7ed4d4b1ceb0f507aa5a56d80ab213877507be04ab55f8fcb3a5b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1567f1a6c1a596e22674ad45cd1975c8667fb2317c84dd5944ccef58326239b2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:40dad16e2777a64a836355627be3aae4572a7ed6417ac39e0dca5f019eeaf471_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:800ffbe7a0007398e44945b2f3772d657995ebd902918ecb410e5d373de06263_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9720a885c669964be135fbcc55bfd5e9766841f6b11bb2c279ac030de9618ece_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02440d8ce569f4318b2110f8975fc4d0a93e6da6c5012882df9cbe77559a0a81_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02594f4e3bd44cf7d378a7fa0533d54b4365eb5317c282cf8295cdfb0ae5ddf8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3e5753abdfee794bd09cd51eda1c7634aa7630ea3f2a72ff40c3fcf5661e58c1_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ea8145a89efceb27b579a5f79c37c7457d141a0eb38b2de5c82ced07879539d1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a1aa9421f9d52c8bb918e1b3c9daac3e1a076e70e003a58462b62f0a91fbf795_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d4dd77443d486829650aaee412b58df2c5fcd995bf2c493a22dc1cc705d270a1_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d689dbabc1df0ca42e7eceba17ff474f9e6a30474f7cca15970a5ee7fb870a72_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fea791f1b353cb84039498653a7b7daadebd460631446fae5f05d1ca8e85dace_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:100ffa84c55a87981f50fa5fcdfb5a5daad0eea01d0bc14abdbc959ca0a1ff92_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2e646fe351c1dfb3650d0b67694f5cb89fb7aae85c9b8edd356f54f40b9e9fb3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4a45ec0f50d9cec050f1c99dd33d288ba8f9e8dd1a71c2870eb5e799a42e411e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:60be3446f54ba3c5f93c5c4bf1de44d7e9ca3049abb6ab910f8e62e671a80d44_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:90b36fe8a88dddddcd584cf06ddbde8b74e9d7a78f9f51b77d7d2480ed45ed79_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d69ebc6a9d6bd6f8f75d933ee0f7893b285fb24e994bffc35514ff5211ce68b1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:da6ed87ee2d899e3fe9c6e8b08bcd44cf11e1b1563972ca4aeb3e8bc806a1d2c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fdea5b85efe39b635685d506a4416115d546a9f56e87903650b5e51bec6a10bd_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:47ded0bc14992d79c073e4cd541279def7e44d8ff586a5cc1676edabdd86c13b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:642eb8c1bf4631b969d0ebf3a0755f566236ce7b5534fab78d531c76d5e802ad_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7189cc475748ddba6ff3f306320d55a840baa8f1da8a934d4500c49e6f675ea5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bc10db6a9f9c1a60744f49c1ed737bbbb8454eeff9fd00175b98872a1af17936_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:017359024215cf5a7b00bd31b8b797ca7f5f456d66a34ac12c44e53c1ab77fff_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2635b651e023c9d4dd92d1897b4513947985256607f9d2dd8043cd7f5de3a765_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:542b1a4bf2fafae85c50eae7a182ffd3a3a07b2c234a00e4e6c639b1143b4b55_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9b3b5510e4cf6b4cb86bae86fbf36c1fccbdeaecfe009cf2e67cb9c1d7924ef4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:048f5dc4b9176a86e0d82447e036ddad890e58e49c8508cd74f8c297272c800f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:0a7e3fc4b1f892ea2e77c1f5d961507f0fcec7740f33d3e308904cdea1d3ce21_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:44db7037b872b0164497a603e99b7c5bf2bd9aaf31158e8a4e8bd03559584155_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:a8ffa384c6770ffe1bb9b7b8729501ef2c06199e0005b16e5dc432dd8d23c66f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:176081efde0e44254215af3f5091e64748c81d2bb29a1e7a64ed2879c6a7fbe3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:42ea798731bcee8b868ae15f9d45b8f0aaa91d1a4f7660c53ee08b070fe4c9f5_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:85fd9925886227b53c26a3ed09604c408c49b8ddb9cf7efa2057335bec94803c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8b7b592c5ae05773897351d97fc9925e6904ed02a6ed49e4737f0f649b7eabe_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0d8537a8b89a087f59b9f0c413d9c8d6c77002ff0d9d8579d179291d3b6caee0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:14cc3a54f1ddd57ce5b80b6d111f0ca27f74b4321c9915d5ec1960318c71d752_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7dc1bda89f2fe70041f850dbb5dd3804e853961d2026c3880fd7255dd6e57b0e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:aac4600f524660e2351490cc7aa719ac2dc93193f64bff1178a04376bda57cee_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5449067a980b2d50b360b1aa1164fba67693402210111708ebaa00f0f93bfb55_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c8486459e2b80ee2706409e888070c9100938357621746215ad7871ab9ddb990_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d748caca6496019c594ae5aca825845658e1e8c5a1c062a02830aecd677ea1af_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dac9a4617348551eaefdf01ebf1770442c0bc07033fcbff203750ecaaef1161b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5143aae8d524363878300902b89dfb5f3420ce897bc36064fd021d23993432f1_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:6fa81971ac5bc843a536eaf167cf5147e879c5447d7c1ec17cebe7ab85692317_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:bfa79bf705669231df1e59e373712f0b04ef2c0676ebfd901bd9879cef16236e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:cad2e37531b2ba165087ddbcbccf9cf167c4eaca5a3fba5f5f4bd943b8298678_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3538795f3effdfe84442141d83d0292447b4c43e3d68871afcd453f80e11fbff_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:7da313ec91e1a9ff08a16ea2b0af0ed1ac73e40c4b629402bff19f183d45aef6_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d9279ac3cea7e1e400e244624bd7ce53cbb6343d10872873e71dee20263d0e62_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e89a5c92caae6b72646e17535787d06f7640a47c59b0b4f418c7e48918736d60_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0ec6c9197060bf068f358283d64b9b877e97f072466244f9d147552a193fdae3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a5aa2eb87a3fc9c5160f5c37c50cb88cc0a77bbf4eebb298ee7883ecf47b456_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc1512a1ca871d5e21162430f028d7b7f2391e19cee9b3d6e253b6b6d03cc8e2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e8c2baac5dee142c4e84d01c731abbc200cf24a04201fd8690f0d47035958830_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9b45bdc374e248769add4b772aca63e25ff0baf8d490e64066bfa78405cf609e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bcb4f4b45a7d62927ee6589db9d31e9bfc87a13f3b0239649c9701b10d3dbd75_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c1c72b9d00d45dc90f97bd9c5263e6d385ee34f3a3f834909dd8b8eb28c3b15f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e15057d2878011a1142587df35dac65182dd4ec4c0f3c61055a73a23dfbd615c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3bef4d599101ae4c2162f47e89f5fbac89903db3f007bb425eed38e1d9b4d9cc_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aee0556c560d2ef9f2ccf501302a373f15cdccc83ec2c6935c4ae6a2f25b63e0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ddc3c05d5daa3aeffe5629b7e2fedd5df301a3030f8f8c6acc3204b8fd7e0995_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f463811c1b1e6fc34934bb5a8151fa946acf321ab57f9901b3ee1b7f75546beb_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2abfe62de89fdd0697da63674373b1c8a2695846d8acab5f17a35fb38fbc23a4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7701f38b6702b4a9e6b49b3db83073475c33528d2529e63b1b98664bb7191906_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a23cd4945d2e1f9e1c194179fab9c388677fa1317e02a99eebc575e227064b79_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f2f194cdb1a14fe59e05455df10ebfe70edabd37ad605346b6258c5bda79d96e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9b04b0a1047813b35f6ef09e1fcf1e06b63946e0a3b3feaee3e081b0deed689b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bb521f2f97477b5b9851f6655f1738b620aefccaaa81cd303d17eb74ade7adb4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c8a1f9ce2dea4947e6cb460bb4b4ae7ab6bc5f816ca25f3405799d56c6ca48f3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d8f67c5b7b8903633485f67a76f88ea13855bbf95e92b651bddd15fa91458ebc_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2c84af74e0937a0f3451054240ab7ae2d44c1b566339012ebec9e5b75d7a627c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:41ab25be6eb002ee921bf74c1049e07547328632d576e78fc45245177fe9ab84_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5b389b9b0acddd8ffe5e5c3f9d54321d061253f3f45b5b66b6dfa0181b73b87a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9afa17f9f4e4551369e891d405098219c071231ddab921dd32bb7bc66bb0b6a7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:0bd76e62d162ae823a34a766fccd9d339e3f550720d863b477273734ed1fdc39_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:dd17b1ffce727d9a74c3f64d65b72b03a5c8fed96e773665a078dfab33bd64c7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e8ed2c9324c2f5594f90b049e92f2fb3141dedcd99165e80e8bfe147c738adff_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f7f45f6d562bf699e0e45e134c7ab71701dc3994882cb82edce9356be7627ce0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:22dee3c01cf1deff68d73d76735e420d223ba0e75dba1e7ae224ac4e7b14ae79_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7134aa51e11a7d6b826068d03b9c90a518cd3cfccec0e3f06e57f5ed77daf6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7cdf9e85bfc54e4562176d63e1f2be56775dd761c6c0cbb80fbf888dd1ab43_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b72954ed888ded15f443784fe6a684b6e0d7782921efb788e242d987fcbf5388_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:63bf84966169bf2dcd8b8bfee3c478d9e61881ca007fdf3a8be4ba5cb1118211_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:697ada7f8e4bc8a881e2f1fa3a8402a2e96448f948befd465c59e03ced12c9d9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:85ed053619e39778d5a986255af37802ac46a26899c8a448abb139736db5e075_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:abe01f65affd92347d8097b3922e587548364d9680b74f767e9cbf139c996802_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:55102797bf884eef2d8b842ba8a5f2538f711622eab1c82b06941ec574b8f266_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9cca1a2d1a6f5a33257e8f790d180274f24a01c125a717ff79da8fa301e2f270_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a1f1be1027b54388f762951ab7983f18cfe37140efcf2c778a5d11d4740e8e9a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d65990c0adf148e94c1c0ec0730ac2a285b38eff128cdb2fac7f61af1514fd14_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2db5ea10de47829d4643fc525d9efe3815db59d5689c0febecf4fd722ad0528d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5dcf0a7d3c0b2062ea11867f5fd2a4ad56fe786b11c3095d76eeb4c844240a6f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:73b76f141fea3db7cf7df4e9b70443b37fc67790cc6986efdf53a32ea7360bbe_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:be3286f36b4c80969594af159ede49ee20ab5dfbbd890649c2c4249335714466_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2cb748becce8d80bfbb66e84f63e0f0a3cdee6d9bef3833eccca24132e9d0699_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:374211b6e69093447e90462693c45bcdf2ece57b033a419f13585d9a46df62a0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6047837c63bd707f994797af79267ec8bb5075b3fdd88c069b3acaa04ee2cb5c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d8c4afb75de3b6d432d4929f4d4fb6938617a794ca2ef2060b83a02588a1d0a3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3287f57d83e7becbcd3997ff2ade6e6b5a664fd08610464002229e0a116dfec8_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8a58a72e372b4235b4751e08f10c97ef0798519e6b91595c234fc14089d7495b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9654a0a2b4549ab06e5422dc69872961c892e97032b18d913cc197dd3aa39f3d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9e9ecf8cb43e1819159bb8fc0eb5641b71663e110ff757e26d5549cf41075084_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4aa3e0ca4b5398fcaedd212506e222fd435f7a46c2eaeb7a49dc50f789cf13a3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5d094c8e18e42d662ac2f5ba16602c1513094c7dc547fbe3de562463c4096bce_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:67f85bffdf2db08fb27d52c6a0a8b615a4b9cd748d9a7e6126851d1bb27844ed_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7d4b6b9e67875889c95a5d126bcad0f6b98c148b85433180573f439a867d9e25_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3c0791290db50c5a925a80b371ba8bdf91f4fccce56397d12a989263a972bd02_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:654aece866efed516d69db0e47668dc85d3936e901aeabd098e07538aa3dc617_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7637a44a01d6c56f002120cf96228b6c68e92b4391d4b6efa1c81ff8e40eac0a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dbc636494f53ee38eae00f243bdb92d187ec84654c280cc454f2b4febd7c22f0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:08f46b1d2114a3ab80bc7cd277859a4f84e870c2421b9e13370774deca0aebe3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0ea69bf7a80cc8c0810acf8c7aaf2cc1374d3b034065f1119ca33af3d1794cbf_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:17e61f4a9148bc2e0fcea85c19c98eb8c2efb701bd21f8b63547dad13fc256ec_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:8b81413ad0f567583ebe4782344c22834c1781c5f7493c8a05b827f3f2a5e409_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6b348a4fae63bad66acacb5f0d03b8155246733e758f14208956c38c2bedaac0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96eb6b75d6a8ce22b199b8150e628a2a00c427ffc79b2fee2e24af1bf584bbcf_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e0b17d193af2fd7e981c9908e01f2d840cc939e24bf1be19977beb85fa1159ad_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ed56ff21aa465143bc0d1c4f20803873dd07999229739b84ef7861683476b22f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0654b81d996d73c5b5b03310f314bf3bd6871b3bd4d1abe791cec9b7a3339719_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e294ee6e92049316f91ecad5987a24d7d3c06809d3db2ee3f9a41bb461bc220_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e3afa0bbd3ab3ed4acd6d0059765116e9ab56090313932bd063098d94f1c3b1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:929f235d156df0f59479d60379dab0d83d6fc662d9acf7ff050a520850ee0125_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:14b5ec9622b1a177ffe69a7c87b7797c06b283b26d5547828d3177f823074b5e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:52a47ec0685655243dfa60738842ba038719f2454b85024084de270736d06529_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5fea5bf035692313badd286c7d13564d48c34e3195bac3c74ae669607b5b5875_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fca2b0ceeb7e301640de2604932cfb2c386441e0d3b3b0e4a525f0a6b00f7cee_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2b85420da837c90d984c5945fae12321c8e6b6fa270768da6270f382194f2d4f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5e5a715049a34055fca9a4b36dab839573238385890678734f96d7ba776dadf9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6982d2c27206f15366ece47b40f4a6a2994c7acf5dbb94aa274c55a2216d0063_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a38c23c37dbf421c77c4f36758a105b790123d654f1c8b3419becfefedadd0e7_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:021e3ef983d0ca18800e0fc390ad96f4b6f6b9c3ab784c6e74ebe2e7fd7b31d5_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1076cff5268f9fec09a760da243efbb72eb96645f838a746c4c4e28ae4feba33_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3eabe7ed8651b8dedc3a2c38a83527f224ba3b50088b3238e158048bb2ddd85c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c29274bf105ffdd07bb78270a6dc497fbfb699acce48c7c6b7b6ef32416eb20f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:71bae3f7d9ec2a469c8d69b9f67d27a0a98a26bc842cc8733442cabd43fe3c06_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b67943ce9e26423e0bf84f411d50f394a67a0f3368ff289e695f8819c4fa8c02_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d4c9ea28e8a716d6a46a42cd3b5efc82f42d456e21791c32369527ae82f643e0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e4c222d813696b8b3d4cef6982cc88ba3d4581ad6842b10510fb4c8130a82684_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4d789598c5dc7be91f05a8766dffccc377a71db2ea8c5cc563f396cae02326dc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:70267df26127761958bacff38fbeece08995608c2a24c7a3724495128ef2bef6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:84ea38804ec003ae82375c83ed4549163a2c932d6264eb64476e0ad175b4a4de_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:bfcf2ab8d6586fd6a8f08ec2fcc71f997800b8f459577c31e654f8ef9325fc42_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:49a412244c4d6b547d5b0ca9bcb041b1e3cabbc78f5234ce52b678207d83b3e3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:4d2e1fee9a43f8faf39b05a7d82ceac50094ebe972fd1fd85b1528961cf49478_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:564e888a319fcd9b1af19b18a4281c5a2c41bedfc3186fb3bb587a1e28954c0a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecb2d59766a1aaaf7cfbdf1e0b92ed025a18fd54acd41fbc63026b350c98a953_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:296a9379ce17e07df7008f1d35004477297a7ebdf9e3d51a50d71628d6ac68af_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:67f272ef9abe83f9cd959ce97e3d5c46ed6e118ca30f65fbad733384d228ebce_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c8b5246ba51213bb183e07d862b6d1f9b156e1d16b7656bd6ea061f9016e8ad5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ed375d4341175bfe6945ea8aab5208f375034307f6753cc726230629ab97a71f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:29e41d78f04e683ecb12ff2335b7205383670e7bcd2b1beec736261a93abd406_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8ac74d64736ed4788497e0d4d10226bfa212f6c0cc97ee63d7c61676698bc022_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:94a303f0dd0822b5d82509e3ff8af5887949ddaa0e3a91b9f94d0bdf4e1e267b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:95c3aff27109694e511c9e45d1132bc4de0fd636cde0855c9ef45f1a17f5ce7a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:16e2953831f686cd68012c8cdaea2b404c54c91050145b716ee8b0ffc5cf11bf_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:91e3e3d331d92b90ea49a78531cd366201c5de278f56597d9dcbeae40f114754_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bb1ec078ef82180a6019d6e174c16a5a846e4cb8995753628db25a4ca0071474_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c33a11f1aa2fe38738663eb291e25503e2e6fc3cb5bd964e1a6f8db0475e29a8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:07163bdf6c27b8066a5f1e8674a2120054c3daab1e8a0db8cd728f2b1ca0fa57_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:32956c0bb79239db914454aa82f94222c6f7a90be718e22bb80c4e75a45127f1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d877387429f09cf5fdf779e73200069c418e561f20a21815bd56fce1c1c4c73_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:9a64cc9623e5639b0e8ec8f5ad63a5ab83f92598abe541be09fceb37ba2fab23_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6d8e4146a7965b0a81984df7d0a2fc094c50e7010acb93e58510cedc8a42e687_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:764c1081056df81f61d6965869f9ba66d67f132d6c768c13f1b2c1c81d45ec6b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a27762ca5025270235002c90eed00d6d029d4b7103b5bd108eb527fc8e797f1d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f473c0c439be12fc83e9ebcef48a1a067a5f4a9cd581ca19ca34a3dd0b9fb79b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:6e95c6d3ba75f0655680a4e46b703aeceb57cc9ad072733bed1aeeca0e9b3508_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:ba23af1b9437640698b924bb0645013d7c08fd6121489b01b63f66156faa6588_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:01c4ac10b7061c77ef54bf337b8488722506d2a572d9da7d9a689b4c9ff7c225_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:67c19e36b3f264978073841b06d940efc3fe0546baabffdfb35c2e5a1989e96c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:add880787ab5dc1af04cbed51e2da0f6f630ee85387617987ec6d6d8e3a28009_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:d6acbf09fd11d29d0d715b96e60355a23deba955fb3ac6ebbcbdc29e6923d508_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:474e02e9e121dfe39458bdbee1f434d32fa29347f55386a4abcd3825c9235456_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a0e6d2e5adb8d9c223824f623bd7d391e33241fcbe281c54af8e3925af5781b6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c3fffbd0e1e6db3256029c6cff61bb64ba56625041ff86a9d46a895076877fff_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d253f116a2d1e2f033f47422230a0a4e8a9fce255d71e9140a0bcb6f255c09b6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0b41f824ade401523c3ff06e2dace98c8dda246f40e6a01a588dab6fcad09683_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4954d67caa517e2e2edec0e5d4b95610a31b82d5a86f9058cbe55193987da9d2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d1a37ce3fce40a5d5e3065b5a4be81a18fe2a6b81bd5d16ada65f2647fd8fd0a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d395f05c26536703d44d06525efc0ac6203440e6576e8a1513c7e4ed8563ae62_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2224a1bb7f39feb0ee922a54a94d8dfa66e676caffc681f99227eafc0082b50c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:339b51d602e6c798949da55fc36b4e83d4b07909c97f004f8aebb5bb6f43268d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a7bc2291024185f39cde4d43057b17968cad18451fe8447b0ace526ee11bbcb4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c171ac27f2bfd7846db274c1d2be8b39cdfed3afe59ab4fb01f903b5be3af443_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:45c70f4c6f15a25e1982efd6eee6930f16317ef4cebd11ffe2b5994b9ad8b200_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:938dfb864f0a9dd0116c5969eb1ca94f2e04b914c3ee56bc26ac33f90e2535c6_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a4f095b9251baba737421c47566ac7329258b8ff22b0f131c5a941ad1b6caed5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:f7a4c6ab4dc050efd81ff5d7dee7569a55dd0cf96e6413c47770699f5fa02b6d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3a4f76a56b75c54966a76307c4fd647d854812bd22e55cb228c1e9b5aea67037_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:98110bc940b974dcbb8b0ea21c6b52bd96ecea62779f9665d3ac8dd03223905f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a7e47a89156ad39c7e5820cbc98a0b295ca1a3aaf6b72be3961c6d4eb0225831_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b6a273a6d68b36cd939b6bba836f657168526125327fb784c436c99848f49f7e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:26b6bffa3e11fabf11ec8176bb39ab3e301b3c5a85c1aec37142860ffac1fe5a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:301f5a73d9d839a999dbd3c9a7741ed3458ffb87426b7499364e6460850deeb5_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:57eee4fc78405492c9a665c228d1f25c75f0390f75a73d5819aea7ebc2da6b4d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b10b625aa3fe5011c7fa9db3c95ba6d36c569fd6f6aa4ac3ff2431cbc103d362_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:11b59cdae58f57a02a4c8479266a50a1a5691f2e8e4382ea7ce96bc913ad4afc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1f11609dbe46602b2c11ea6c776cffc87ebf3fe2a1204f25bda85d9793d5cd60_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:28ca9310e14799c080a07935267ab4ecaf6fd1abadcb1e165deb46c81f2e731b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:56a619fe929b8a18bf1526bde6c9a86f12a1c0a43739d1a0d04c58920d3ac5d0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3bd696b964b694ec219c5776593bf4772dafcc3f43b973355913801929462557_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:4142674147742cf0ecad7223e02e88efb53e5a34ab820df5ea2f645a04219da8_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7c59a7997fa95d2895620378a7e18f0074929b630c329ba3f03c72e43415364d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ff35fdf6dd3714c214394ff6f203815f23921af529bad0dc22abfa1d1680b333_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:15198ffc1a039f56e9cfe7ab35037c34a3864a83163576b65fb3e9f5aa8f1f3f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:4ab1c5859c4f54f225fe4d5555f3c2d1aafc520ce7a9197b040e06084da9a43b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7be609c48462446f215d9ae0326f1c76bc0b779cd08db391163c796106e7aeef_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f04c27be87ea23869192754c00d08badd40a106c2f66b86bf493455b3e3ceb09_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:42ce515a9496a89b6abef7a94b6fcea6880b2a9833900d54e1dd4044c9e2872e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5ab9133d7b6aa46227bca8a1c6ec2ec9233ebed8e62e41ff122dda627d4a7fcf_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:94f82ddff9d44dfdce03af24a851c05cec4ceb161c5631ce6ce88dc8a9481271_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a7879d59a73d16ad9c237a597dfdbdbe06fd6d3e3de0c9396e342250778dbe08_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2f370ec13f448fc82d3f142cc8b6a559a4d62044631f4b394742652c4672f536_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:38471fb10545f0fd1f879ff8ded337bdb6919a929043727936d28c2153a78fb9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8e6c8d7186bfcc49c6ec64bf8bbaaee511f62cb5d14aec29bea364f90129d36e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e35c02d8101af5150e038572081ef775816f97c77ae24fec3826bef8c24837b4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:123714413da1487c02d182f1d355688d2f0fd63e0f82865dd962567bb9c81039_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:675b6754ba7e231a1725cf8338d536551497ed05e7f40435a2a3c98e411af84f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9eced45114ad75c3ca56d06028c836adaa713433bc49f6196533276f9645c58c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b203bacc4238f6cc6afaa7dcad119d126484235694dcc33a46edc4d002dc7f5b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4e68102ebe684da4477f443e32d69865b6fa28d398fbb76463c67d85739e3c2d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:6dd5107b14c1abce011367145d859456aeb03052ab831b4c548fa4fba0b269fb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8e6d6d3162ace273c1312c383de4e1f6ffe2d8e6d7b553b64e6ac460ac040c20_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:061699fecaf30d68ae3d41b89d812ea8144627d9ca9de83173fb33fa06e6b8f3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:33b4bb5c331675703e19ef96f3185b2d3cbcf4d0e37a6fabbeb5a8dc1f46df10_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b7e15475952a147e7d6d506ee9686c6c594d529b27e4086f49b0dfc1e237d640_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0465b162143273b73d2d1af7ea6f9654116a9b1cba8169028273185f2dfa1191_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5d1720d8067c33064ccfa16d47931fd18bdd3590f53023c2ec268ed9405d0983_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e99c8d382c503a7b1e25e6f72ef293496beab285d0a3453d09ca73fb58247163_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4e09db0d6efc9289a85cf5d4ced1d6a6a7f52168e44c366907a5d4ebd3e7d75d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:585c75fc909525ac0332764b66db33e6646e5e0b0a4d01d176be6dad70a7447f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:85df50114baa307e2b4192a46f80a292500401eaf41f45b071b23bc278562135_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:3ad0b56893a8ad865ef9de637c1f21a358aae5ed4adadae02db3c6d37db93422_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:56925cf35430409d4a59b4de3ea74d8e3779acf505872bcefa26e97418f7bc9b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:a928a27d2775d702a7b4888f87e770c93049b645b5878173d87d893288c0701a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c83836428568394e500de29f5e4b44fa4881f5b5813a8dcd42a5bd16b6bd2bae_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3fa694c3f2b9c05fcf2cb69f97d791fa46600ba1eebd67608b109586dac15e3c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:44006268f8f00b5dcc4737ce787d9221b50ad7af3e678ea6dea817a797512b4b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:6b7d13c5daddfeda27cc815f3fa02affd699ed626cc41775f78070cb8cab4f4f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bdd058e218fb99204c479f5cc33383634b184b1153a74c3333926e84f3e4bae1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:174dd5140764fb73bc002166fefbf8f897be7b295e10527410fee19338fe65d3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3f5a73689320e820972a39a40077926550f7864e2d1969a9352d3b833191086f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:df97ec11ed1fbf6397b6a62c85014c255b60c652c98ea439d1f47e62c6a0e4bd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dff5a115ecbd046f3a1a60ce8d8518edd570922528a7ba56cb17716831eb6b09_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:11f56bb6bdf0069b7bea04e5051874cf879bff0ed36676dc521975eae8cf1bb5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1eb4aa5666fec327b24c011e1b7e726ecde7ba1942e0b8d9af38a65baa052985_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:77da9199e0922972da775122d60efaeeb4cb2cc464ff6855099fde770cfc01a6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c56c801a4a9e11f7b9ee071dc9634fd6c43aaf04cdd6b048dd4ea1a623ba16a7_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:5332d1051a8774d9d3ebd2f6df71f2ae36ff23fd32b28edb418c028dfa6be128_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ae444a4f4274431a8dfa075bb9c91fda502cbdbe971856f54ffb6a0d5deb08a3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:4148a39c8311d7050050debedbfa7454b53c3e00ae4d63cee7bc6da688af744b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:699c1abe44686141c985a530a8b3b864b3a1bf2c5c6645d68f7920b8f752c684_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:608159f89bf52fbe18bbdb1c48b679346ddac7d3ace7883c84494615a4ab7adc_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:d26f0f1adde0599a01c90d8b9e1e8690e6e532a380e7852e83cacc1e439b5424_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1ef42800334a0b6d395e1b1bc8e517e232713a4ee0e4591415c5347ea1352fb1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:23d11514c82b817c95564de1f0252dfcf753ca40cb154054c051b6bef078a960_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f5311dc740529f4f4c444fe33bd5731b0ff5d213620207f039af546a3c521226_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:14f9b0d4497da98ffed111c1266fd4e0b4a812f6b7ec37b95e5702438602ce33_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:4e6b6f1636a4300955a587155ee9063979e47cb387dfc1a85f3738b1cf25589f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:2cb5be04fd1145f054e994500608d1463f35a0fb87305e559ff71c972795d978_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:664dd8b515ac89b33051c38e00fabc4f2bd8c902f9fdd8df263b6cd6d0a0bc25_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:28e1a2e9d3850462c628b0bfaafac15d68def97b8c1c9387de58b1fb6d877f19_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5c60f40d38ebe6f95cfc0fa78fed9aa265fdf3aced888bf232445c2e76e4ed55_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d36d045c32e335933939150b36fd2f86599add415385560d3e10d4b74a704d89_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fa556b78fcc306b456576053e522d93e0c578807e220d3c562ea54cdbc2d1a92_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f9ea746b7bc2eb6cf1d82644d42d363d9343506f9091e8bc67740a06b382081_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:909ff0827690342dce5b4cf713327f3a8887a056951953c9aa639e916129e1ad_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a8705dd5df6abd3d6931b298fe8e53cff0f8259547fa85446503b413b0ba19da_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:cabf1a3d4e2aab9e2273afa75bac084e93eb36a2801b91ea0d79982e9e7e5f2a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0b5cac582cea2ea2dee7d515f05bfedf2a5beff46ae6d5ca9626bbb36c94b865_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b920409f5635d704145bb8e1107a7c6f951976c44226a2083982443f67ce619b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d658355babb92069a73c35353c2fc0be4450517b3445d2387b4b0e3bd2b873d6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f8036fe71f651189dda062ede40268c843ab07ad5b32e010250f9b6fe9234bb6_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c5361be369c8e0194275ab97d18d52a095a5206888bc82d592f9f9ba28a34e91_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f6427aa92071d20df4e412376886d9831bb0cbb15c10216ebf2ac78de096b051_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5d5edceedc72d2ec62b24b6a60c278e4836829c78a0bcfeb20d87fefe501a39c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cd23e978bf90a7180245b04b5b0df939ba57e30ea13a2a759a5d04953eaafda0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:bccd28236b901759b08d5106786d262e482cbd1e3798c1392c9c6eda9956a5d6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c096101efdd0dab71581c6e6506b9a6560c96979e2d439ca888d2c67860c1337_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7cf38584dd1c5c269f86d85b0488e9224ac989f985989b00ba718ccd5c1cda56_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b2a85daa27b4a10282c1365dfbb48a3224df6c2a47d6f5ed59c3c01f6035d443_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3643a11084c5df88b8dd9c8d7693b228f3a9d94f74aaeb4620aa458516c14e18_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:a6a1152188a6d2cab12133e497a5c29549fa0103dcde8f1bb530ce7a033033b5_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b6f91ba9a89207a2f84a8bb1343179bd74948644a8b1608c2a2d84dee9ad39b5_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c21ea57e4b38cb47e5aacc58b218ed97cd4e6ef353d86442236cbe8852c6f648_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:56c61752133f5574587fefec75502e2a132871ed033a824f62519117ad0c4620_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5eee9a534fd647002e246ccc70b47a79737cbf604c5fa4519d10a8c66865e5a7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b1428b294b7752d6d56fa95d6630aad0b6d205991537ddc3274a7062c13df3dc_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c363dd15dc780181855ed7e8af09bf148d9e38d562cc54d90842f95ccecce36f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3978c02a12f2469999e833a2cd001a08741c4d9bd22ebe211bfdbac17563ddf0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8d20d5c213a86a2d9cf1d4e8ea351a70e2bc1e8864e7435baa701aef3b22441b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ad84f2d6f695c6c999a82e33cee9938544352a648c0e72adeaee0803289077c9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d872bcf33f5d4d6f1a074bef0091e74de82b3b1a883b9004aa1f6193b84904fb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:027641f0d532c5d06663e838ddee798513282838efa12811ede36e1b8669949e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:198fbdb0d6d4bf699a9186c06c310e4eca0c3252ae8e0d64ea1c68d7b67c2bfe_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1a3fb2aa3ceac5c827d7cde1cc0296d6974663d3f5b4139390cb29dee2bbcc20_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:51a53812eecfb69e77afa538400463c7eb51710777e9d9573804d2d9eab5d307_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:19cdd4cd8546c53530e098641c6c83e2f38f05f2d046c6a9fddc3c8002a01fa1_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:27b826d0ac202a4321d2d28bfe26376b405458781f04acd607c3a27bebe83651_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b1c377c3a99dc0a9a6a39dfccae28c7e5a11674342530a05b237a33117c980f4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b230c7f6c243ccfc43e6b50809f916d3247f8daad3c750220020ec4337b126a6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:42cfb65c46f9f63ae3227c0dd5ca2a0a11729ecfb2865f3a4443821a85f7c8d6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6ca3200ace5f9b6c36c20185dfbac37ef4cfb171f3a99eb9c746e52031bf380e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a9edb90a7efaeaada322b051c1b4cda47df859fad20ed42574fbe0fa00d15324_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bf0602fddb6c09c5c20a33abf72b947cf7ec8de6ef68144d2f4b1a1a9ad906ba_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:13df2c323a0db01668777fb495bc342806443b5c0992fe7f9ede76a0e731e2b2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:8e564be7535e32f63ff7a84bb61b3586b16b07f4ab6db20b42340dd998f2e919_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:29b338177ad61fbe618240d520eb180c1faa54fcd4be63c0d2d16f5221c4d7c9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:97b5466389d9b1e4c54dce29bfb42e901ac2c4aa39edaf99c35f30a766d38b78_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:989cd4643516ba83c661cff6bb217cc25d502febc80344e08e90c6eef8d24088_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:adec59d5a5ca059167c1dab49e6e1e6363c1788833f2cbc2381cb7d88a98864b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f821e1e8479c74d1a672e049e187d68cc4845e7efb417e9e4e4fa99628f3ea99_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:4eef2a136a4fc3a9deb0c5999546aa8d498c3553107d1e0eda9d394b2f412169_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b31560936594f27a81750c2d73f97385d7b3ac87cfa7c75e1a4fc224243eb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:bb3bda07b0ab9cc97889a530b1da6d7eb3f7f9c8a98f9b867bb3a93da7694625_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d50f44b5a5797797b9595f99e3b24684908cc28d317ca00791bb6a7406e15636_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ec2e637888e698016d6df6cbf4be6d44e5a2f544e7b81884982e06ee632a9ed_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3c569b4e1ed989074b129cb91b307cfa10c8305b037b284b23bde4981f551238_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:4ddb2823de8624d7d45aa16adabddb92faed392e71c2d1a0b3e640be91b731f6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d3b7e9f39e5238f011f9328467c72a8cb8cf99d4bed7ac0593edb9ec5bbc90fd_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:24e49f3b5ed9df72849a33dd7fbd4a0b01b8c3be79705d6e23ae48e3fd164133_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a9ce73e1f17b21b9bf2ecfa7e35f5d8e9c72620076bed594e217b870057185ca_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bc2fc4c0e55023974c90506cc14c51cf73741e9490632453687edf404b3c485c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ee9af4af02c40524e182fb1893b8bd59785be7d508111c5b0415f0caaadefcc3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:971256d54a4e10a29080f656d5de3b6281f27c77a40c0dc7352f1f05ab83eb11_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d4fc699ea35d0f1e96e825d2db3f21628e25589ba57c40ce771ed210aac5d588_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e3d0f624ec4e265daaed3072e9f9dc85668a917d49c96ebaa1c7bc05ca636197_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e47600e5f91aad639de386e422056d431450e5dc3560d30ad16b0b0bd240e371_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1cba0b4f393f1927ff5386a9b2ed74fed87a58e4b2d4a38f34fffedd30da14a0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3b8bfd739f87585230904007f0b438b4bc9d79337f0e9038887bb7f297b681b6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9c7b3d916bac7900ed009cf82a03607fe68fb924805ea37e9950ff3fd6c73b44_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c0fe58445dbc3f94bb9a041ee4ac81d6e1ebef0eef6b2468c288be51d947555c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9c772d8d7af17818a38e2004fbdd7673bdaddea0c36daf239dfe65a49f78c212_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:acdda550e575dc7add42439a856726b3833c5d6d98dd9976f30be4b781a11a82_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b5be0c8ab080114879aafc5d2526924d32306ff545c06dba64c947ca68736f91_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bc413067c8cc3e6c40a9be4ea896d911cf6b3adbbbe4c8e85fcb243bbc7bc2ea_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4b39c2a3d10a1e059c3f52bbbad6df20e52e47a422119d51806b59bda8e7e97a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5f0f4b8edf205f47a263878372c0fc80e1531f3d197d882a83cc6a2bf980c277_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:78987fc04ce330fd8ffb8a96e1f25e8ece8360680bbbf4c8854f1ba1f598f2f6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a43046599cdb529aa9a2672b628a7495690b03379c7dd4ec7bd744b01793943d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:25b8603f08442f61b433250cb6f4839cf2cff118df56d1d7e12b3b09e859a278_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:912bcfa64c2dc40a0f8573e595001fdf9dd3280e4babb503198aa019c4c94dcb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9f84034243c6dc1341a059730c81b05bc6626b913524f8d854e7d13c59eb4d45_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d9683ec09f7d3d0c73eb626fa7132ea0d7f731893506437d76db27bef51ae518_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:13573ab2e748690c65900137ee67fa558a1938fc2c4d92deb6b308809a77dbc7_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:279fef1862c07ed7b949895843d80c54180a704411df4bd4059135dab63900d9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7c527388a78edbc77d6a9db9ba9d5c8ddb302220d69734f4e0bfc26b63b3dcb1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e601bc25408a2eb5735db7d2595f969a59da9560516715ad781cff5e4a57f2cb_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:264fff5b66ca49266cfadcee9765ba0b34bccff8dfdb12e5444db97af4913095_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8f14a597769b040fed9d1c1d610b6023734dadee91cc28588b65efb25f6308ae_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:bf78d9a4afa92e68d8018283114bbc7fd11fe0a9b357b75a00395ad630ddde75_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dd57cd8ba112502a28c74d7f9e021035a061e1f51377ac0510dd02a303f14f37_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1e3163b559a137ca99141d0913759b5a92cf30e063f6ee2485983a486d97a066_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3038ed29c6dd5d46bf8d593c154537615b8d218bc43eb89dc099a546308c5b33_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6f5d8e50b9cf127af5334e0b1e97aa1bc466bb1ad8a1dcb2b6c3e7494bf5a1e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fa6736bee0e8806b00bf3b6d971e2de5ea49f3f2a89e8cc404d55a70e6f73720_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:09157be733606534b4788e13e47f647c427adb2d36031df979628d1e3d93b096_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2c52bc991f789cb2582b4fcd0fabd20b86b5893d9fcfbf6e9ebbb372cffecbe9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:611ab0d9521d88b9676bcf873b8aaa2fd385087814de0ab05c7c853fe98da20e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c6226a0f343e69d720fbc83ad01daedb925fc39d272df78fdacbd847fb075bcf_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:19425f8d71d7b67b74e76c5b770a5e3d918dfde9a9eb3e181c767b4489db01d6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:39f0f3baf0bf65713633aeb91a80cd35779cce2b43e6faa70838e0a87bdb12cd_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:804965e59e0147de822be6cc464daa137e45c991e4ff00c7184b6fd8105eb781_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b9b4777d271c5ea81505111d169134181bd46169ccc05dc65f3b6e59f736d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1a6e143562b0618b3f5afb6d488e8bcca48d9b0b4f68dc70d77279643325ac52_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:22230fd972b50ad12367aa043fef070d0e580b71e874a0e3fc2f5aaf52839773_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3abe2be596ec79e32806af4d66a7350835433c11e8b053385ee6463e65f31d30_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bb8fb8cebadac019a3d8c7fb2338a56918ff39aeedd55318fcc7e7c6d60648a7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:28dc48f706edfe382aef8370f464836e99a307136561dff65f7e7e8b5dcf9a5e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:533846b923d36de2b953fd071f6f7ad38e60548e9ef1d3f704039bb69b59530f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:68d5b77732cb2c0b0cb9a7e6f4201570dd8134dcbb21019dfec4bfe1fadbad1a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6d20fc820b2b684137df0fe673dd4e98135ee6a8c39a660db8435be44160c4b5_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:48568238316d40eaae138ec218e4d0fb6119c94d9014683bc25934210792500f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:1d1ba67b2ebee648e679f886122e649880437bed73cc62901f26e77087d1f72f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:627e8fa2665e8d19aea0b746867ce31b58cef207d6dea85228b175b96cc95dca_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7431114311d645b44e0f98c9a0e92e62a2c412a2b57dc47b52f1e4c5ae0baea7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a88a9aa0807380263b476e1e7491c9a4f36def3c403b43fdd30bab55f06e673f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e38292df09d0b5589b58f31c39ca74147011aafc1a51be00112856a7242cb80d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:67f16f35ae8e95b90d758bf617c953ffbd0f31d685b9f023c34e5de5c02d1d13_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ae42289a9ddca85918d07f71db7415d099e8544ead8ae73a0d79e600c1c0f067_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfcee1078c7f5425c41f8d3398ae512f2a07d156de7d6e92d24d7f5eb1eecff3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:eb851650658c10b1a102258af7b72aac6db36647d07ec4eac2bfce099ae68e67_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:74efd49cd2880e07cee9aa16b7615504fcd276e8606b7422ffe6a253636462c1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7ff9273c653a511408a49a0778e9584605b9d24e1069da8a77049f70e2bd5616_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ad02d1ed96a39fedea9588756c548817e8672b8fa6d3e16f1f53221e3e7d9157_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b10f0eaa64d49ea5763131b8ddd134da6771b835333a4f5ac9ffdaa13cbd08f9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6c75dc3551d30161fe15ddb87170bd7ac33cb19b242907e99a9f2b003659efc4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7cc7c37a8ce0bc5a1de200fa97525c35943d5fe789787d642c4a3079c251c4eb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dd8dfd22f1e93168de72dae9a266654563fd41d605c65b4bb15f20ec65fd53f6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:e651483d73deaf4125ae3c2729bd8a42b277df79a6ff056a99ee3e78e2164877_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6590ef2d757e5ac11ffacdf6de04ac112e96f4bc058b97aae1facfbc9bfb9317_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8bc45cb12c534a1dcaeef41b7ad0a4cd8ac0e3b0041aaa0cc3a9b917602ba5df_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:92e18d38fe9dfbf0e50933d15f4178cc149b3e4eb535ccf0fc0da030d758f435_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:9a77e03eab2a1992fcd1c0a1f1c978755e236843ee4472bb551968fb16568334_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:686e7784cda9016a460c9196a522f1fb510546cad343e26f510bea264ab9b515_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:77d58cca07f50ed35b30a97c24f66abf5fd5482be3c2a86df38b5d0e4b41e4b5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:a553758f4aecd97de2202ffc5d96370765e1f92a11fa4ca464ad13037d7c1a70_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d09813fbb679d41aece1f097ecf3797adf142242feb12769a604c37df1b6d80a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3a967546fc93fbe58afe72caa5892b712c5b96072d3cfccc1c7d9b27cc6fd6fd_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4d09ecbb6bc7010c93d65d8bae5a368326d1b52bb7f7410d30dd068b4b9c1aff_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:78a9ba8fadeb516fb48a37ad2abef78f57a09b5e701a31ca41e4bfefe493d781_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b44e2dd5cd2daac1ef6849feb0b313950e0616586fdcc843a051788fa071a4ff_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5d94083e84fbdaa57cd8723c20bfa1bf0d2eaa0cef52c662975b286785db8cb5_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7662aeec067c8b3bd0203da4d87e0837eb624acc7dffab9c0eda8081d992fc55_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c95e0922aa74f51030c35cdf1ee704f01ece7b4ec53f361055f4cfc58e464bb9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e4ae1090a43cdf4a540f1a2cb376a93d2f74449ac44ba6d0484e4612579b3d43_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:48c47a452810fe65a21fa858b102a2e7d9469e1143c51857844a0a74ebf03661_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5ccd0d2687e836eea86fcdcfbc73c7bdced8bfe2050c466860306d246375f0b2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7fd64ebc835133fcf6fe9d286f18f790b12295dcd904d61cd255c97e49f216b5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e862f18a4bdd246891a49434389e8dae5d73a68aec6d548dd282f3c56396be98_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0772170993a9fc0531aa948ee3f4c83a8e530802f7d6fe246a0688026c050d27_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c1b6b3c81c49bd764dce7fcb732f14f378aad992c953cdac86872b4113e8168_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:307efea31da6d72e50def18e1c08bae9e05ac8991d90379280c15f69c93be375_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f366a95bf18554cb9b48af250be89970e4c6b1fadbb97543db8bc202eefe282a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:09b9a909358f49dc84cf863e418fa79a72c5f23ce05cbd4045b2c966147b4edb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1ce1ac2cafe2162c4070a5b60087ecdc520db1e90a433183157c554f86a8bdcf_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2c984681915470552c6cf4dbd2c900d14f29d9a6632d7d937d2fbdf1cf16a5d6_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b3809b2f792a8b57efc13591b88232ca2b83fd116ea1a6ce9c05ec39733bcfaa_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c37ef0e5d795a727e79d2749570d7c42876e2884561857149a17793543b9fad_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:45b239b4328e73574050498d8a59fae10b1788642bfd3fdfd487a59654f2395f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d0eac8a6dea99105af2917f089cc423a7c21820cdb7ea4a3f793381cd07f43f7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e9625244e5cf3f4fd7e6d69a8076069e24079672e2c4bc4df7733ef31c3aad9b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:25939a8eacf00a315bfaecb90901a20f2d314f186c1a23ee0814ca611866ed5e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3b3fe898a633924c2e0f803ca944cc63d99359966004c6aba6a05c446a0539dd_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:55a048f1d9ac836497f7783369b5b582727df86cc64fe7df91c463db1fc0ff30_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:88990b2047d4ab9055afba0c6f8895f30a132c361722a1524bed1671527d99f9_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4bab889d5262b3f891b99f0a521f6d4511641313cc1d3a5970cc2182c52e0fc2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4ddc6ce50e06c258b4f24827f1fe5577c4ceb5d68ad925a185dfac5b2b3a661e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7883c26d4640f30a8fbd635f5442fdb46625d727a1b2382220c454aeac081fe8_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:955419c1ead9dbc1c2545f367907dd4b1e8133ea23ef65407341e9a505b1cd17_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:206e503ccabc3f5a01f11ea5026cb64ad6ae62adf2eb9044386efac6586cf332_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c2d2155a6d299536662cff9c5a8474680dc8d9c514b152e87421feac7cdcc22f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:e62baadcd61bdc045c205ce81a3b2b650be73e7b3a5dd5cb53ea4c2f8a181f0a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fab5b1965457ca46faaf5d1e6882c17ac2f0e1db5017cc81ff4da8a9083cc838_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3e9733932088db40e1d1dc25250b68d83aae6fdaa33923c2593ffc6f10b84984_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:62ff6e225c6c72f9c9b0bb33014544d1e02a30ff9092c25fddf72d9ebc8782dd_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:70259c080741f045c19c2dfb1fcd5069e9eb7e413294d855262975ae03e60b6a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a974b10609ceb50c391abab36ecaffb9c6ba62f66b246f529d8f7d1f038165a1_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2a8daff0897cef178c43b00d43b3468a3ff9389ebf337533c771210ffc608bc3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4c7da9adb32c409132dfefa7ae79fe99d41b6f59c592eea234970279694951ff_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a54253ba850cb357befc0173748523a1762858066023e04388c94c2d5caacfc9_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d49affc20c2c397c1ed17de7d3a7fb98a3f66efe9f9bd4f4234c0832393df9b2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2321dd8c9cc505a677622c5cc680e4f3461c6bf1fa4267cdf7f39383967a0b3a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:582d0856a394c73d8faf8d1792a80ccd8c66d80cf65b9dfea344351d767132d3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:938cea3b81e1b74629b0bee65183b0800518b4b757175d34669fb25f6e5d802b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d8e3f695418674002c1dd252757415372d95b38f813a3d432abab774c7427b2e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:8fadf40fe968046de41a4a4c6f643d9077f4908a1e456d7da29e0b0c79f8431e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b7b73c5b17ad867eaf4066be6b2fb9a322677ec3265c0d1bde2e317f54f7accf_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dd6c4a3b961b608a71122ddef308287483d90f3a153df4ebd00b4f85b46bd551_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f5e86e560d2dd575aa814329ad50a38ad4c7f3c111353e652e55aa5b58033f18_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:10015b131c57580e5edf1fa90b05b19482ea67ae3b588efb30da1cfb2061deda_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:99060fe9572cab596228b61e892ca9b571e3b740c4872ab55e3276d4ad65260b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5127b9d0570329e12a37d1c7e38a3ad9a1c990b7b0e1d3f3b31f5ae1146a518a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8403b335a511bc219b98b899e2cf4458347dfc67c8e15440801b1434f03ab555_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:8bd350665dfcfcd29e64a93a9c1b700817a99560dcc927a75c13cf22924a557d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b47afa8cdfbab90e0852af59ab14d95b430a2e94245aa9d1c65d1a592f44a90e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:15c698a4b3293ec372e1ceffaba0fb9360499514271d26c22cfb6cb39852f598_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:43344ef6148d5c76a10961d19b3bd83e219764cb53ac4f310a513bbe694fef6c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:084a185169e09b57b07073bc5c82bc741aeba187cd9cb33149c830af00cc6582_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:171aabed219e2a837afd87ec9dda95bd32b6f780a8c7116a6dba18533c07605d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:33926bd728bf4ecfa8146f2d55c05f151150d249b965ac4338cfa8a9acf642f4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c0709bc4da1e5574cf296180cfa6abce28c2b7ac105abd95535422abb090207b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4ef4397e1a1aa5b377ecab2fceb5c2eb15b526ae39bcd9299b45d9abe4bbbf31_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:852e6be5031cc90ccd9d02fcc66b59baa692d594e7ae95e68b8923732fa77b49_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bd9e30cdd5958003b7db73e8d871b448d208c099f3dc7e9df3ba56e6d476ea66_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fc61ea57eef9eb7f0bb091cc0815a81844d60c78f5824640e40096e8de8a02c6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2020b01fe0c8555a2cf070d5a9bf75691de4d8b775b4ac91032c92972ae6a424_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6c3b876e5fa5594ed92ed3d333ad1edd228611d67b060024511f8c6a53eeec92_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cb279e6a6181c4ab8025c6ee74497cd95e990aa02a03aa01c8e4ecb81718d231_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f6562421b9828dea833fc82160705ba8c0349531dca39eea94da4bb31b8d3468_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:44b8d7704e559a8fbde7bcd2d7b51cc025eb2b898c74497149f818473d6b7237_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6b3db54da066eff7abd8e8f58ae42163364355fb1fb5a166c3f90ef42024e24a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7bccca2d8db4038ed90d7c5d995bb2daf880b3d6aed320c6d6dc89c73c38170c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:afc464bfe9fb581e22275814fb3263ada3383b571ac4765507d2640470a8fa3a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:353292bd26a33c9a68fbb8351005fc3b65d1f0dc02c82887cdeb5d28beda1404_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:af382c36059c0c0d6e76b41eda8ae2055bf5717205754272edf126fe15737cc1_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ebd113dd73707e7e234669c4b52e7ad90c5aaa95d062fe7b2ec18ad63b942920_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f0b91324c63bdd9b1603e0bcd2e554e1d595168f9337a7c26d3834093b24f6e4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:23a74b9b847094d230ca89e8d43c924098aa5a8ad67bc02c4b11833c4620aba2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3a9adb54f0e11beb7e2f393c00ef6014f9c18796c36e47ff1f08807dee8a9e0b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:558cbb955c8d4de727f010f3fe97f285b6922f4845357cd979c22e9d6afda4dc_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:64f0e85f122f8cef1a5b444095fb16f95b255865ab116cd59a4a541bb61cd09e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2b93d36104e2c99c09823ed5c6d12e25abf3dd07e20683640f99b687a45e9b6a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2bb2c4706037910e8045bf0127ddd9087d2c8ab9eeb09ceabe97b18dfe873c1a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3e5d6fe6f1f7a495efdb0a61dfde0d20def80759a215bc7097265c816e07919a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:efe7886379624399e04e4f213bf1f8b2baf1acf989823caa93ed8ba76ccf9372_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1b152d3df7256fa1d16dbc4edc991503bd90432e1c8408149603306e62a28a89_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a7c3fd07837a9c03ab834a0b46ba51b50c73037203ca4d12d8cb2a45f690e62a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c9aa9a181ad76c715b410ec6866d86f28923d2becc8438f3b56a381d7c668897_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e96b65f0caa9f23429318080d5812ddd5c233b881b6f460d944990000a6d7018_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37569639de1f8c36904366fe21657db1df3c26c03b8f9f974e0a87abe862c7b8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8d27603330319790b463eba638816fec38ce5ce81e7cc2c113636939d713051b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9e9598797558cb0767f9bba75faaece26aadb56163f94ae2cc2c137645b5babd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:cf8f8b11a984107f035ff28ba24ff3f6e1d10cd764ac472b94bb9e74d435a459_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:70e6484048faddf5f59bc7399fb22731d4134b6a6e2c2ad3b1e92bf26e5ca902_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:93c6c010543791ed57e08cd0630a7dc7903d7455d61686cdb0865b13fc52f44e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:cf50871759b51c4fd1f164c53ec8503379de265ff95b5f6bfcb15d3820722c78_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f296becb22727fbcfc0a2a4a91139dc782688f43f63396d645b03bf698b81ecb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:227f6cfcbd9f361dac87776c3b625a4ae91a7054a29a48c0aec491a786f81380_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4063848bcd02040ab2a26a1e77d643a8cc01373bc6467070f72f8cae62ad8bf7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7315ff02d1adefaf5e52dc2b87903cbeaa1ad7c30719ff6afd130d068ebcb429_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:c33effb47bad5780e4e0ed220647bd0741276ef5c19eea05014b528b91765efb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2883dc4d23d0c4ec9551a0818f5d5edfc708454b48333db179232b6f7bafb4cf_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2909be49bc0471a0e2ab4e9172e4ce490b305b8e1fb86729b45af106f1ad5ac2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3b91df98133ad62ab43372695b3953c54d58e70c15eb7ae201b68d73088c0bb9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ea31f2ac734ef3cec4337ec6025a1cc01a2452ec124f102e5b1400a9ccfb05a6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:2aaf1b270a589b2e9c907bc35b4a3706cca1508a06142dd3086411e046d7cd00_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:32b91a8b6cf6278fde2c8d33666748a905a8dcf290b6e16ef266857d4838d3c0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:fe8f645cd130c489a3454252abd64c554d583cbf984aa3e568ae9c4073fa0f03_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:9885e38ff9be6d7ae070a00b851232a29e739a870d32b2508ab9f34e56177bd5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2b7476cab5336d76457b1915e734ab8702c461af8ca4d9e474557ad8354f7065_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:4890f971ad6077addd93d4c7fd1e9ee46ef3634bf89ff5adee2a95ad7b7b3f12_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:afc7f162c9c1c3033316a984254b8a477d8eae5bbed9cb25257d54a54e1bb866_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:e9bc1798e5283c65ff1487ae78c1175395e051a6c13426d3e8d1b898469a3493_amd64 | — |
A flaw was found in linkify-it, a library for recognizing links with full Unicode support. The LinkifyIt.prototype.match function, the package's primary public API, has an algorithmic complexity of O(N²) for inputs containing many fuzzy links or emails. This can be exploited by a remote attacker sending a specially crafted request body, leading to a worker-process denial of service (DoS) due to excessive CPU usage when synchronously rendering untrusted Markdown with linkify enabled.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1cba0b4f393f1927ff5386a9b2ed74fed87a58e4b2d4a38f34fffedd30da14a0_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3b8bfd739f87585230904007f0b438b4bc9d79337f0e9038887bb7f297b681b6_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9c7b3d916bac7900ed009cf82a03607fe68fb924805ea37e9950ff3fd6c73b44_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c0fe58445dbc3f94bb9a041ee4ac81d6e1ebef0eef6b2468c288be51d947555c_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:28dc48f706edfe382aef8370f464836e99a307136561dff65f7e7e8b5dcf9a5e_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:533846b923d36de2b953fd071f6f7ad38e60548e9ef1d3f704039bb69b59530f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:68d5b77732cb2c0b0cb9a7e6f4201570dd8134dcbb21019dfec4bfe1fadbad1a_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6d20fc820b2b684137df0fe673dd4e98135ee6a8c39a660db8435be44160c4b5_s390x | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:07716873e44d49ad177f8c572fe54cec7ddb819a70492e6bddf36ef2ea5e6449_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:288bb644cbb5e14b00d80e0b409c83644a59cbcb513d19025f8b97de61f2cbea_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a27a41e1a167568dc9bcd1f125ac624897d73bb6dca7be80d256432b35e4c6aa_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fe9b92e8a052208c6eeac2ba816959ee8129cc0f68bc93bb0a1a2f940a49f4d8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:44ba1190dc20c3a99259ef0723be3c9e1c2d4f339ec4eb4f38a9375cefd60d2f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:48a700617f0d4ab9dd6b40cc27e9f602892037c10872c19c60f62a2a848e451e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9319978cb44eb1f26a7d82709c4ba7d9b6b0bdad78c6c6080bafb0933103bda2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e734fcb9ca41744ac9213327a775aeb0e01ea9974036908721b532ed2dfef923_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:10097712385ddd416b15237d2af20f86a0370f1d97125f1e8a0d25a7215f6751_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:40f8f7e1d72a0e70d96c1ff028cff7125ead621e89cf2f3c1cc5262a3aab65fe_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:50ff72eded21d210ea9c57c9f9b192cb6ca5efe781c5c5a9d2e1129e2eb7a248_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:f77b14655ac6137b53212c8ed526d6baf86d6d6332513416daa73a6dc468c832_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:76042ef2dea9a9316a7bb2a38923d0b670663803c75f5b8351b5e71d344b479c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a645a364226f6768df30645c15ffb8b7feb1932a96c3666cd2d8bbf71786fe88_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:afc4fea57ea3217712f10421cdc7ded66093dfd0d5cdf09120ec1200d696f332_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f70b291b3be37bcef36e4cd282cbd88f917dcc5e61e0ad6228b33b770656b8ca_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4cad4e954d5e9fce7e93ce3a81da34d58e01c38a5d6140cefa7eeeffa13e1431_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5c1598ad56e3f9cf5801a990b2d5d007632cadc69118dd15b771d8104893b722_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d18a7d5884e709f2440b7f85999c2351c0f74ba09b876a7c915a974ccfa3dea0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:ede11c7678a732b9ef9a763632c13e616a95cbabdb36baf0c5c48ca0d476c260_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:208703e1b4c8fd82b6cffc790affc4bb8966f6d95e5b5631d9fc7cd429d82242_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:40be47b6d5dedb587c54ea5f6ee763dc3007284e85cf75d9f48f4de83bff4f0c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bfe783bcda48a7678e776f99ab08f9d6cdf882432ae03c46593326bf8b57e714_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e43bd0884f4c1993cd516c3ea52d1f878a783f6a998a6dd3fe4a98ab11bd3e87_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0492b621d90ebddbab300b3bcb6979598f11380da79b32531f8978b26fe5edfa_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2f4ffb0abe2bcc7b801658bb46ad9f397d7a3d11e8b2060859f5dee1625d7ea2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:30b0e4f82db1f3e39379b7aa792514aa726a0c485680b67351c593542c1b1127_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f0f3b27621a9276b1f4f9601b1b399eabbc165d74a4b4a20ebbccf6a36a8f98d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2d56871f80eb82c502cec2b901d3510ab482eea981f50cba4fea729c83f1897c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c169319f15a3e6ac9086e21438dac78a6b30f142c6d96d63c259e45f4b98c2ad_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cbb1706913eb430b86212f941bb32b066af04b431126af872899134a9e111ca2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:de56a4d37e6686cafc8591eb1f7520942036037ba5af21c286aea2d2fab95b2b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3e35e96ed5607d7229629ee64a3a7c942fb12da93a75e989f1fd9aa028e8fdcd_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c045d9282bb2e3ccfdc19d09b76e81d622ad5c41750c960a066f9a735ce47a3a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d3c7bcca57a84397fa1932919a750ed7a002fd7f7be976152dd7c14d60feacd0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fc479e1b1d14c548ed9a783109fd978efba5363537b835a5d09fa8d0fa9f9068_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:0e22ab8f884e0095c3cb3efcb63f9f37d55b72cff37962f271fdf534deb469c1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:ab518543ee2455263fe748f1d2ab5fd1fcb87e03bdb241a1fe657c748e220e3d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:cf25049921f441dee72daf95b707da269c5ea7af7026674c42a7e3c8cc682e59_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:d5350fca926c7cabd8fa4e7749f0c2bd9bf90069a11ed96342cbaa0ccc16f889_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:41ec41da1569234037cfc2b9cefeadbdb4c1e45363dcc0b5f2acce2453ba3dd2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:bf2513f4ea2df4a781fa74ddc02c207133387318444f7027e6b62565e8af505d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb3cc6f050ccd3fae295639dd627bdf3ff5f08f66ef0fdefe24ab8260cfba983_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:efe54dbb00c22c7e9e4a6d7c40e52665823c5f94d4b7b03236edeb1d7a304f94_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:073ed3fb3dfb009b6ba476883da5421996c5c4f4119375c0c83b072571d935f6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:14b74e5080c191fe32bdd2a416c80cd94a0f30ea6d5f18faf7396c120c5907ea_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3c86e67143d2caced55d2dc470df15cd1659c5e16c7eb8af22183de1a3222901_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a6de5df300008dde127b655f67ba1c8e637bd6e67bc2c811c0d9e0ecfc3cb08b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05ef13e75b41891cd2774cf5243b11da290ae75f12ecd07239e580a5238036a5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7c5f6b71b68331d1cdff8b3273fc7cebb945d9c037fae5c2fe0666f84cafc928_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:c221dffd999b01fe10c83c1cf3e93ed9d49beb5f0f13e8e23261f44a07fd9342_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ea42eecab8a62b7896ffb697f402857a31807834a102986b3967faa70f63775f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:0123a42a6d10e21067ef4ed5ad7a39541529ff0157cb27443a95b0e5d88efc7b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:61e542fb10dc0e083f8889b0b94c3525f3882e5da701b8db31cc9be68d803ec9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:69eb532db9fac5d796148a421f1c0a95f03a84604fe40d5e5a3719c995b8d3c2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7bfdc577bd856e0cc690c86a8fc9928ed3d034d4d1455378c95293376a74b9c3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:023e336977c9e6f23a82083ada96020a26cfea384189b765e89d6acf7112957c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a0734ecbae0ba4ef8a6cf77d42383afe04fdf33eed2c0d1e34782f147c675581_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c64a9e77bb865dd5475a4022629d394ced47bfd9adb137f69e2dd7bfca2c5a29_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e90910e06037ec13a10bc176da5a516287ddc34ccdfcb36432f386f7b3895136_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2052fdaecd2f3807694fa17f35f03f84b5d8116ca56926b6d657f0594adcc4af_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:274df573eeb1919286472cfde2006716aaa62c65ad1a6fb82bc351e7292a51a6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5f81d0322afa70edfd932cf1f80dc5a14ebb30f3f4cb0a4b9943859c3ef8a741_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c5f86407af14e6c3741e75068ebe79aea7c7d1a73ca87fc97128c53139dc8748_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:11009d76f2fc73fb88ad8650914948e04e30d4096420d00a4e6b1f2f82bb2a48_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:464e2bac04048cdd010a9625e6657c9f823ebadd624fd71191ee978520874528_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:4a6beae013e9de12cd8b0a39e9e7488f51b97b3f295e14d773eb28c5df9d6743_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a2f765f47a9fbb2acbbf3b00c2d62d7df283546b7485e7631116fe824cb589a5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:82953c91b88971066d4d605174664863cb062a6f7da286754aa4f05c11a69bc4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8adf05874d8cc6284cb4566506787161305d95ba4c318f070e01960939526d59_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b0127947224f18d500d967398c5008737df32168d2db50f1f87554e149328d71_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:c25b7a4bba9a988a6b7daa4eaa8608df78b927d1d454aac7757f18e3b6c78d86_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1f6a0d8476232a85b5d18ef9ce148135b69a4abdc45952f6ad0eaf41604e05f8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2989730daa53d788a9e1be03bf922a07c1111ee8559bdef63d058be6fd5f3fc7_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c0cac6ae1322cdf12df3c55948bcfead52641aa95a57dcdea97401ae01c1860_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:adf166a8095fd21a818265c01776b94e25cea102a98de6875352cdc47fba933b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:67f12e5ce45f173e79229f506b92915943d263ca0adaa31a027cb7245d7a076e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6b91bbe18861c83c79693a155979f3cc56162624412eef4c57c52cfedfb38475_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b2bb582913e9dedea9f2eb41f1568fa8f0fccce2e56be4f666ff41f3698dc147_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d35f97d205f82d6ffa260582fc6dce2fe0fcc3719ae0e19e85e06e7ab629021e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:03ce535e7bb582ca85793c8155f38ff9f73231e7cf5af4ce223ea89d4d2eeb89_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:605dbca994f47b04da902ae4b76744eaebe0d716a7a5fd3cb8e617db5dabb8c7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6b2582a7f534bb2716acaa72598b40f593897124fe03a5e6b2bea1e4c1a26d15_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d88f52e765c3f5fd4ad80f7364efe49e98ae927d82601d27105eb6ad0b484264_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:1305fefe98602549511b835fd1302eee6a4494c690d76964d89189c90f39627a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:325af02386526656111c663e6a206e755f2f30db00059078a0391d4af6cd95d2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6dcb4d60294895ba062bed0e9612ad7fecd7fd8d8cffdeee9bd65ffec1b20a63_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f492d67b16384267b9f65d20b769f93e3122f0957cec290a88a1b244c80e4b54_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:56cd8314cc9791e043cb4e5ace324013f4ce4c825fb5f9119b1a6c6871b76a3b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d6ff019bc8333893d6d5799927ffd9dbd02d0d388752a1ead6b8f85928fff4f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d7e525584c9b7492d8b989d2ad0b8ccdc4f244987f26b4aedfa7ab1097aa8ac_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:598dbc32cda4219d6a0442aee99096b77ddbea0148ac3260c9c37e00b13cba23_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e223d745233c048714d3ff7a04f8ee565aebeb0f5aead03e55dd9f305fe60cb2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:05fe3c8332c4626e356a2b8b33b235d605b8cfdf8b49a68475db687789a766e7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:64ea7652aa2f9f9ba58d56765ee0ffd7224d6534860d118c059c2c066bbf2142_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8673853d611d162bc12d1791bef2acdd4131a97b8a6e46961736724b69332db7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ee04f343f0bc1c58b1e016295990225bafab7b39a9c1a572b10cdc19076150ad_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:4771678b9e18450e8e2a6ab991e844fb064749a0b09b089e54a802a7109c1ae7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:68c90482505c592a6393640c16467c1416f3175ba1273a284c3d0a9417e879ae_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:234bf4abb67f86a27d549a2d368d080a3671ab34786e26c6abbcdf58baccb034_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f330b931299e7c97298212e0514c55f9e086e2f33ab7e522d40d8e9df843ea11_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:123e1027c857bf3a084e45755736871b220117eb70d774a3b450f7d877e7d1a6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:61d9a3fb3114cc2252a8ecb5b0339a5fcdef87cf962f285be72b164933afb857_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9426eef8c79d6e2c9cf5efb340257ef7dc7936b3369050776f4b45ed6603de37_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b693182419b2287a69a8bcb3bd3ef8d6e799b5e7aa9b5f25cca855995588e104_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cde3a4deb285f4ffb38be4443b3c09f33a44d8f2007bfde6f8766d371487bb80_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cfa458375e07e80969d9a9b3521c5983fd20f384b74f1080b865b618afd35f32_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:30a0f7d083fbf57d19fdebcba31bf52d257fda3eab13e1c8b856291f40278c4d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:7078670a28f19c15b118e3ff8d70afcd5e329a22eb6a44d3827f9554dbbee812_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:6d60dfdba0f6368f23bdb554da68f81e3d088677ce9748d2850ba8f2ecb0cbcd_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b71a8dd592d2646c7b085b06edefe64be96e38113c3547a111a8d0201992b98c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d906f3f6f4740b50fd6266205b0b3f986b35ca7a64ac7b6c52cd7167d0cdab23_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e4969f9764190a2b46dc5c9c7375213c28518935d80c4e4570d122d231f53663_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:331e8f309349114252acd7fe42067ab2b7bc03abb6619f1df59c8fe907513d3e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fefc2125429189eb85f3c807ad8ba8896a48518f3dd7d93f94a091ec925e23f1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:8687825da05aa3fbdbf32fa82a739f58585d8d2564501deb0d3b97d67a4c431f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e5886c91ae307b14a848b0a571918a57a9d2d85805af6c6ac7a2404dc0308337_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:260b87efa1dfc71726aefc2feb8dfa83495aedfa6e95b0e86dd1ce0d246233cf_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:49a1a91122fc6cc34cb21b6de67b8249f154aa8e2bfade0e50457c224fc3ca70_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:cdc02821294c7bd8b4de75b356ec0ec8b0745b0b409ae9481dc08c4d967b53ef_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:e52b5054a3c11b34c3bc3450d9be2628816575531a1435ce44652324ec020dc3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:64e73e3f7bc1f37f40ae235a7866ea7c881d67afe29b398edc6f15befa7f06cc_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b4f0c23d7fadc3a15840607d9aa13327a3eda6272565f88be3691b74f16fa13b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9b5eda1037248996bff10033108d1dec27b8417730bd721d980b778e1cb4585f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c397e51c6d4de14ea1b6a41957a3fe5ae54115c1cbaf414c013035333824eca2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c72d9616c2bf94661a156840d39e3a42d4023598c5d647562874c453b44b72e9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fef61b2df388d1e5714b0f3293bb7878f1ff9ac64b0353284576fa0413000ce2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:267a8525fce7dcfc460052b97dc07532c927fcb27257b29f5e43e5475376bc42_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:886cef96ae99502afa35aa5cbe5a16a30d873e8c9c92d6bb3c748bb68877935c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9a68ca065607df1a4fd1a351041d799b2166b76ebbdf2c92a0fdbccd47015036_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c7a8842568f7ed4d4b1ceb0f507aa5a56d80ab213877507be04ab55f8fcb3a5b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1567f1a6c1a596e22674ad45cd1975c8667fb2317c84dd5944ccef58326239b2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:40dad16e2777a64a836355627be3aae4572a7ed6417ac39e0dca5f019eeaf471_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:800ffbe7a0007398e44945b2f3772d657995ebd902918ecb410e5d373de06263_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9720a885c669964be135fbcc55bfd5e9766841f6b11bb2c279ac030de9618ece_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02440d8ce569f4318b2110f8975fc4d0a93e6da6c5012882df9cbe77559a0a81_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02594f4e3bd44cf7d378a7fa0533d54b4365eb5317c282cf8295cdfb0ae5ddf8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3e5753abdfee794bd09cd51eda1c7634aa7630ea3f2a72ff40c3fcf5661e58c1_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ea8145a89efceb27b579a5f79c37c7457d141a0eb38b2de5c82ced07879539d1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a1aa9421f9d52c8bb918e1b3c9daac3e1a076e70e003a58462b62f0a91fbf795_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d4dd77443d486829650aaee412b58df2c5fcd995bf2c493a22dc1cc705d270a1_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d689dbabc1df0ca42e7eceba17ff474f9e6a30474f7cca15970a5ee7fb870a72_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fea791f1b353cb84039498653a7b7daadebd460631446fae5f05d1ca8e85dace_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:100ffa84c55a87981f50fa5fcdfb5a5daad0eea01d0bc14abdbc959ca0a1ff92_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2e646fe351c1dfb3650d0b67694f5cb89fb7aae85c9b8edd356f54f40b9e9fb3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4a45ec0f50d9cec050f1c99dd33d288ba8f9e8dd1a71c2870eb5e799a42e411e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:60be3446f54ba3c5f93c5c4bf1de44d7e9ca3049abb6ab910f8e62e671a80d44_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:90b36fe8a88dddddcd584cf06ddbde8b74e9d7a78f9f51b77d7d2480ed45ed79_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d69ebc6a9d6bd6f8f75d933ee0f7893b285fb24e994bffc35514ff5211ce68b1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:da6ed87ee2d899e3fe9c6e8b08bcd44cf11e1b1563972ca4aeb3e8bc806a1d2c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fdea5b85efe39b635685d506a4416115d546a9f56e87903650b5e51bec6a10bd_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:47ded0bc14992d79c073e4cd541279def7e44d8ff586a5cc1676edabdd86c13b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:642eb8c1bf4631b969d0ebf3a0755f566236ce7b5534fab78d531c76d5e802ad_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7189cc475748ddba6ff3f306320d55a840baa8f1da8a934d4500c49e6f675ea5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bc10db6a9f9c1a60744f49c1ed737bbbb8454eeff9fd00175b98872a1af17936_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:017359024215cf5a7b00bd31b8b797ca7f5f456d66a34ac12c44e53c1ab77fff_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2635b651e023c9d4dd92d1897b4513947985256607f9d2dd8043cd7f5de3a765_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:542b1a4bf2fafae85c50eae7a182ffd3a3a07b2c234a00e4e6c639b1143b4b55_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9b3b5510e4cf6b4cb86bae86fbf36c1fccbdeaecfe009cf2e67cb9c1d7924ef4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:048f5dc4b9176a86e0d82447e036ddad890e58e49c8508cd74f8c297272c800f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:0a7e3fc4b1f892ea2e77c1f5d961507f0fcec7740f33d3e308904cdea1d3ce21_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:44db7037b872b0164497a603e99b7c5bf2bd9aaf31158e8a4e8bd03559584155_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:a8ffa384c6770ffe1bb9b7b8729501ef2c06199e0005b16e5dc432dd8d23c66f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:176081efde0e44254215af3f5091e64748c81d2bb29a1e7a64ed2879c6a7fbe3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:42ea798731bcee8b868ae15f9d45b8f0aaa91d1a4f7660c53ee08b070fe4c9f5_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:85fd9925886227b53c26a3ed09604c408c49b8ddb9cf7efa2057335bec94803c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8b7b592c5ae05773897351d97fc9925e6904ed02a6ed49e4737f0f649b7eabe_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0d8537a8b89a087f59b9f0c413d9c8d6c77002ff0d9d8579d179291d3b6caee0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:14cc3a54f1ddd57ce5b80b6d111f0ca27f74b4321c9915d5ec1960318c71d752_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7dc1bda89f2fe70041f850dbb5dd3804e853961d2026c3880fd7255dd6e57b0e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:aac4600f524660e2351490cc7aa719ac2dc93193f64bff1178a04376bda57cee_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5449067a980b2d50b360b1aa1164fba67693402210111708ebaa00f0f93bfb55_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c8486459e2b80ee2706409e888070c9100938357621746215ad7871ab9ddb990_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d748caca6496019c594ae5aca825845658e1e8c5a1c062a02830aecd677ea1af_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dac9a4617348551eaefdf01ebf1770442c0bc07033fcbff203750ecaaef1161b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5143aae8d524363878300902b89dfb5f3420ce897bc36064fd021d23993432f1_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:6fa81971ac5bc843a536eaf167cf5147e879c5447d7c1ec17cebe7ab85692317_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:bfa79bf705669231df1e59e373712f0b04ef2c0676ebfd901bd9879cef16236e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:cad2e37531b2ba165087ddbcbccf9cf167c4eaca5a3fba5f5f4bd943b8298678_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3538795f3effdfe84442141d83d0292447b4c43e3d68871afcd453f80e11fbff_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:7da313ec91e1a9ff08a16ea2b0af0ed1ac73e40c4b629402bff19f183d45aef6_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d9279ac3cea7e1e400e244624bd7ce53cbb6343d10872873e71dee20263d0e62_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e89a5c92caae6b72646e17535787d06f7640a47c59b0b4f418c7e48918736d60_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0ec6c9197060bf068f358283d64b9b877e97f072466244f9d147552a193fdae3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a5aa2eb87a3fc9c5160f5c37c50cb88cc0a77bbf4eebb298ee7883ecf47b456_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc1512a1ca871d5e21162430f028d7b7f2391e19cee9b3d6e253b6b6d03cc8e2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e8c2baac5dee142c4e84d01c731abbc200cf24a04201fd8690f0d47035958830_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9b45bdc374e248769add4b772aca63e25ff0baf8d490e64066bfa78405cf609e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bcb4f4b45a7d62927ee6589db9d31e9bfc87a13f3b0239649c9701b10d3dbd75_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c1c72b9d00d45dc90f97bd9c5263e6d385ee34f3a3f834909dd8b8eb28c3b15f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e15057d2878011a1142587df35dac65182dd4ec4c0f3c61055a73a23dfbd615c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3bef4d599101ae4c2162f47e89f5fbac89903db3f007bb425eed38e1d9b4d9cc_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aee0556c560d2ef9f2ccf501302a373f15cdccc83ec2c6935c4ae6a2f25b63e0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ddc3c05d5daa3aeffe5629b7e2fedd5df301a3030f8f8c6acc3204b8fd7e0995_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f463811c1b1e6fc34934bb5a8151fa946acf321ab57f9901b3ee1b7f75546beb_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2abfe62de89fdd0697da63674373b1c8a2695846d8acab5f17a35fb38fbc23a4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7701f38b6702b4a9e6b49b3db83073475c33528d2529e63b1b98664bb7191906_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a23cd4945d2e1f9e1c194179fab9c388677fa1317e02a99eebc575e227064b79_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f2f194cdb1a14fe59e05455df10ebfe70edabd37ad605346b6258c5bda79d96e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9b04b0a1047813b35f6ef09e1fcf1e06b63946e0a3b3feaee3e081b0deed689b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bb521f2f97477b5b9851f6655f1738b620aefccaaa81cd303d17eb74ade7adb4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c8a1f9ce2dea4947e6cb460bb4b4ae7ab6bc5f816ca25f3405799d56c6ca48f3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d8f67c5b7b8903633485f67a76f88ea13855bbf95e92b651bddd15fa91458ebc_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2c84af74e0937a0f3451054240ab7ae2d44c1b566339012ebec9e5b75d7a627c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:41ab25be6eb002ee921bf74c1049e07547328632d576e78fc45245177fe9ab84_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5b389b9b0acddd8ffe5e5c3f9d54321d061253f3f45b5b66b6dfa0181b73b87a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9afa17f9f4e4551369e891d405098219c071231ddab921dd32bb7bc66bb0b6a7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:0bd76e62d162ae823a34a766fccd9d339e3f550720d863b477273734ed1fdc39_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:dd17b1ffce727d9a74c3f64d65b72b03a5c8fed96e773665a078dfab33bd64c7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e8ed2c9324c2f5594f90b049e92f2fb3141dedcd99165e80e8bfe147c738adff_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f7f45f6d562bf699e0e45e134c7ab71701dc3994882cb82edce9356be7627ce0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:22dee3c01cf1deff68d73d76735e420d223ba0e75dba1e7ae224ac4e7b14ae79_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7134aa51e11a7d6b826068d03b9c90a518cd3cfccec0e3f06e57f5ed77daf6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7cdf9e85bfc54e4562176d63e1f2be56775dd761c6c0cbb80fbf888dd1ab43_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b72954ed888ded15f443784fe6a684b6e0d7782921efb788e242d987fcbf5388_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:63bf84966169bf2dcd8b8bfee3c478d9e61881ca007fdf3a8be4ba5cb1118211_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:697ada7f8e4bc8a881e2f1fa3a8402a2e96448f948befd465c59e03ced12c9d9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:85ed053619e39778d5a986255af37802ac46a26899c8a448abb139736db5e075_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:abe01f65affd92347d8097b3922e587548364d9680b74f767e9cbf139c996802_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:55102797bf884eef2d8b842ba8a5f2538f711622eab1c82b06941ec574b8f266_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9cca1a2d1a6f5a33257e8f790d180274f24a01c125a717ff79da8fa301e2f270_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a1f1be1027b54388f762951ab7983f18cfe37140efcf2c778a5d11d4740e8e9a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d65990c0adf148e94c1c0ec0730ac2a285b38eff128cdb2fac7f61af1514fd14_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2db5ea10de47829d4643fc525d9efe3815db59d5689c0febecf4fd722ad0528d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5dcf0a7d3c0b2062ea11867f5fd2a4ad56fe786b11c3095d76eeb4c844240a6f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:73b76f141fea3db7cf7df4e9b70443b37fc67790cc6986efdf53a32ea7360bbe_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:be3286f36b4c80969594af159ede49ee20ab5dfbbd890649c2c4249335714466_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2cb748becce8d80bfbb66e84f63e0f0a3cdee6d9bef3833eccca24132e9d0699_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:374211b6e69093447e90462693c45bcdf2ece57b033a419f13585d9a46df62a0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6047837c63bd707f994797af79267ec8bb5075b3fdd88c069b3acaa04ee2cb5c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d8c4afb75de3b6d432d4929f4d4fb6938617a794ca2ef2060b83a02588a1d0a3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3287f57d83e7becbcd3997ff2ade6e6b5a664fd08610464002229e0a116dfec8_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8a58a72e372b4235b4751e08f10c97ef0798519e6b91595c234fc14089d7495b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9654a0a2b4549ab06e5422dc69872961c892e97032b18d913cc197dd3aa39f3d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9e9ecf8cb43e1819159bb8fc0eb5641b71663e110ff757e26d5549cf41075084_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4aa3e0ca4b5398fcaedd212506e222fd435f7a46c2eaeb7a49dc50f789cf13a3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5d094c8e18e42d662ac2f5ba16602c1513094c7dc547fbe3de562463c4096bce_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:67f85bffdf2db08fb27d52c6a0a8b615a4b9cd748d9a7e6126851d1bb27844ed_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7d4b6b9e67875889c95a5d126bcad0f6b98c148b85433180573f439a867d9e25_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3c0791290db50c5a925a80b371ba8bdf91f4fccce56397d12a989263a972bd02_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:654aece866efed516d69db0e47668dc85d3936e901aeabd098e07538aa3dc617_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7637a44a01d6c56f002120cf96228b6c68e92b4391d4b6efa1c81ff8e40eac0a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dbc636494f53ee38eae00f243bdb92d187ec84654c280cc454f2b4febd7c22f0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:08f46b1d2114a3ab80bc7cd277859a4f84e870c2421b9e13370774deca0aebe3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0ea69bf7a80cc8c0810acf8c7aaf2cc1374d3b034065f1119ca33af3d1794cbf_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:17e61f4a9148bc2e0fcea85c19c98eb8c2efb701bd21f8b63547dad13fc256ec_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:8b81413ad0f567583ebe4782344c22834c1781c5f7493c8a05b827f3f2a5e409_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6b348a4fae63bad66acacb5f0d03b8155246733e758f14208956c38c2bedaac0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96eb6b75d6a8ce22b199b8150e628a2a00c427ffc79b2fee2e24af1bf584bbcf_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e0b17d193af2fd7e981c9908e01f2d840cc939e24bf1be19977beb85fa1159ad_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ed56ff21aa465143bc0d1c4f20803873dd07999229739b84ef7861683476b22f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0654b81d996d73c5b5b03310f314bf3bd6871b3bd4d1abe791cec9b7a3339719_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e294ee6e92049316f91ecad5987a24d7d3c06809d3db2ee3f9a41bb461bc220_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e3afa0bbd3ab3ed4acd6d0059765116e9ab56090313932bd063098d94f1c3b1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:929f235d156df0f59479d60379dab0d83d6fc662d9acf7ff050a520850ee0125_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:14b5ec9622b1a177ffe69a7c87b7797c06b283b26d5547828d3177f823074b5e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:52a47ec0685655243dfa60738842ba038719f2454b85024084de270736d06529_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5fea5bf035692313badd286c7d13564d48c34e3195bac3c74ae669607b5b5875_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fca2b0ceeb7e301640de2604932cfb2c386441e0d3b3b0e4a525f0a6b00f7cee_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2b85420da837c90d984c5945fae12321c8e6b6fa270768da6270f382194f2d4f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5e5a715049a34055fca9a4b36dab839573238385890678734f96d7ba776dadf9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6982d2c27206f15366ece47b40f4a6a2994c7acf5dbb94aa274c55a2216d0063_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a38c23c37dbf421c77c4f36758a105b790123d654f1c8b3419becfefedadd0e7_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:021e3ef983d0ca18800e0fc390ad96f4b6f6b9c3ab784c6e74ebe2e7fd7b31d5_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1076cff5268f9fec09a760da243efbb72eb96645f838a746c4c4e28ae4feba33_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3eabe7ed8651b8dedc3a2c38a83527f224ba3b50088b3238e158048bb2ddd85c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c29274bf105ffdd07bb78270a6dc497fbfb699acce48c7c6b7b6ef32416eb20f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:71bae3f7d9ec2a469c8d69b9f67d27a0a98a26bc842cc8733442cabd43fe3c06_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b67943ce9e26423e0bf84f411d50f394a67a0f3368ff289e695f8819c4fa8c02_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d4c9ea28e8a716d6a46a42cd3b5efc82f42d456e21791c32369527ae82f643e0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e4c222d813696b8b3d4cef6982cc88ba3d4581ad6842b10510fb4c8130a82684_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4d789598c5dc7be91f05a8766dffccc377a71db2ea8c5cc563f396cae02326dc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:70267df26127761958bacff38fbeece08995608c2a24c7a3724495128ef2bef6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:84ea38804ec003ae82375c83ed4549163a2c932d6264eb64476e0ad175b4a4de_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:bfcf2ab8d6586fd6a8f08ec2fcc71f997800b8f459577c31e654f8ef9325fc42_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:49a412244c4d6b547d5b0ca9bcb041b1e3cabbc78f5234ce52b678207d83b3e3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:4d2e1fee9a43f8faf39b05a7d82ceac50094ebe972fd1fd85b1528961cf49478_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:564e888a319fcd9b1af19b18a4281c5a2c41bedfc3186fb3bb587a1e28954c0a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecb2d59766a1aaaf7cfbdf1e0b92ed025a18fd54acd41fbc63026b350c98a953_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:296a9379ce17e07df7008f1d35004477297a7ebdf9e3d51a50d71628d6ac68af_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:67f272ef9abe83f9cd959ce97e3d5c46ed6e118ca30f65fbad733384d228ebce_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c8b5246ba51213bb183e07d862b6d1f9b156e1d16b7656bd6ea061f9016e8ad5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ed375d4341175bfe6945ea8aab5208f375034307f6753cc726230629ab97a71f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:29e41d78f04e683ecb12ff2335b7205383670e7bcd2b1beec736261a93abd406_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8ac74d64736ed4788497e0d4d10226bfa212f6c0cc97ee63d7c61676698bc022_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:94a303f0dd0822b5d82509e3ff8af5887949ddaa0e3a91b9f94d0bdf4e1e267b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:95c3aff27109694e511c9e45d1132bc4de0fd636cde0855c9ef45f1a17f5ce7a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:16e2953831f686cd68012c8cdaea2b404c54c91050145b716ee8b0ffc5cf11bf_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:91e3e3d331d92b90ea49a78531cd366201c5de278f56597d9dcbeae40f114754_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bb1ec078ef82180a6019d6e174c16a5a846e4cb8995753628db25a4ca0071474_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c33a11f1aa2fe38738663eb291e25503e2e6fc3cb5bd964e1a6f8db0475e29a8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2606e2856430c12efdf947977a070de13c3f93d3f304608c411ed57b6de0c6c7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4dda7a5132b638230470f86622d84a7f0117280726ea52e3769c15f11b1dbbbe_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f3b4137b1beff722b9c1ec2e451577a22f44c47a6196139a39d4aff3a0386daa_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f688b554b17808b3aca13b4e6bb8a240401db6f6cc5805e98ebe71ff43dbf1a7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:07163bdf6c27b8066a5f1e8674a2120054c3daab1e8a0db8cd728f2b1ca0fa57_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:32956c0bb79239db914454aa82f94222c6f7a90be718e22bb80c4e75a45127f1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d877387429f09cf5fdf779e73200069c418e561f20a21815bd56fce1c1c4c73_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:9a64cc9623e5639b0e8ec8f5ad63a5ab83f92598abe541be09fceb37ba2fab23_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6d8e4146a7965b0a81984df7d0a2fc094c50e7010acb93e58510cedc8a42e687_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:764c1081056df81f61d6965869f9ba66d67f132d6c768c13f1b2c1c81d45ec6b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a27762ca5025270235002c90eed00d6d029d4b7103b5bd108eb527fc8e797f1d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f473c0c439be12fc83e9ebcef48a1a067a5f4a9cd581ca19ca34a3dd0b9fb79b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:6e95c6d3ba75f0655680a4e46b703aeceb57cc9ad072733bed1aeeca0e9b3508_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:ba23af1b9437640698b924bb0645013d7c08fd6121489b01b63f66156faa6588_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:01c4ac10b7061c77ef54bf337b8488722506d2a572d9da7d9a689b4c9ff7c225_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:67c19e36b3f264978073841b06d940efc3fe0546baabffdfb35c2e5a1989e96c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:add880787ab5dc1af04cbed51e2da0f6f630ee85387617987ec6d6d8e3a28009_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:d6acbf09fd11d29d0d715b96e60355a23deba955fb3ac6ebbcbdc29e6923d508_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:474e02e9e121dfe39458bdbee1f434d32fa29347f55386a4abcd3825c9235456_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a0e6d2e5adb8d9c223824f623bd7d391e33241fcbe281c54af8e3925af5781b6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c3fffbd0e1e6db3256029c6cff61bb64ba56625041ff86a9d46a895076877fff_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d253f116a2d1e2f033f47422230a0a4e8a9fce255d71e9140a0bcb6f255c09b6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0b41f824ade401523c3ff06e2dace98c8dda246f40e6a01a588dab6fcad09683_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4954d67caa517e2e2edec0e5d4b95610a31b82d5a86f9058cbe55193987da9d2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d1a37ce3fce40a5d5e3065b5a4be81a18fe2a6b81bd5d16ada65f2647fd8fd0a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d395f05c26536703d44d06525efc0ac6203440e6576e8a1513c7e4ed8563ae62_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2224a1bb7f39feb0ee922a54a94d8dfa66e676caffc681f99227eafc0082b50c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:339b51d602e6c798949da55fc36b4e83d4b07909c97f004f8aebb5bb6f43268d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a7bc2291024185f39cde4d43057b17968cad18451fe8447b0ace526ee11bbcb4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c171ac27f2bfd7846db274c1d2be8b39cdfed3afe59ab4fb01f903b5be3af443_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:45c70f4c6f15a25e1982efd6eee6930f16317ef4cebd11ffe2b5994b9ad8b200_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:938dfb864f0a9dd0116c5969eb1ca94f2e04b914c3ee56bc26ac33f90e2535c6_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a4f095b9251baba737421c47566ac7329258b8ff22b0f131c5a941ad1b6caed5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:f7a4c6ab4dc050efd81ff5d7dee7569a55dd0cf96e6413c47770699f5fa02b6d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3a4f76a56b75c54966a76307c4fd647d854812bd22e55cb228c1e9b5aea67037_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:98110bc940b974dcbb8b0ea21c6b52bd96ecea62779f9665d3ac8dd03223905f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a7e47a89156ad39c7e5820cbc98a0b295ca1a3aaf6b72be3961c6d4eb0225831_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b6a273a6d68b36cd939b6bba836f657168526125327fb784c436c99848f49f7e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:26b6bffa3e11fabf11ec8176bb39ab3e301b3c5a85c1aec37142860ffac1fe5a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:301f5a73d9d839a999dbd3c9a7741ed3458ffb87426b7499364e6460850deeb5_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:57eee4fc78405492c9a665c228d1f25c75f0390f75a73d5819aea7ebc2da6b4d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b10b625aa3fe5011c7fa9db3c95ba6d36c569fd6f6aa4ac3ff2431cbc103d362_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:11b59cdae58f57a02a4c8479266a50a1a5691f2e8e4382ea7ce96bc913ad4afc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1f11609dbe46602b2c11ea6c776cffc87ebf3fe2a1204f25bda85d9793d5cd60_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:28ca9310e14799c080a07935267ab4ecaf6fd1abadcb1e165deb46c81f2e731b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:56a619fe929b8a18bf1526bde6c9a86f12a1c0a43739d1a0d04c58920d3ac5d0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3bd696b964b694ec219c5776593bf4772dafcc3f43b973355913801929462557_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:4142674147742cf0ecad7223e02e88efb53e5a34ab820df5ea2f645a04219da8_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7c59a7997fa95d2895620378a7e18f0074929b630c329ba3f03c72e43415364d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ff35fdf6dd3714c214394ff6f203815f23921af529bad0dc22abfa1d1680b333_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:15198ffc1a039f56e9cfe7ab35037c34a3864a83163576b65fb3e9f5aa8f1f3f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:4ab1c5859c4f54f225fe4d5555f3c2d1aafc520ce7a9197b040e06084da9a43b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7be609c48462446f215d9ae0326f1c76bc0b779cd08db391163c796106e7aeef_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f04c27be87ea23869192754c00d08badd40a106c2f66b86bf493455b3e3ceb09_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:42ce515a9496a89b6abef7a94b6fcea6880b2a9833900d54e1dd4044c9e2872e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5ab9133d7b6aa46227bca8a1c6ec2ec9233ebed8e62e41ff122dda627d4a7fcf_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:94f82ddff9d44dfdce03af24a851c05cec4ceb161c5631ce6ce88dc8a9481271_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a7879d59a73d16ad9c237a597dfdbdbe06fd6d3e3de0c9396e342250778dbe08_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2f370ec13f448fc82d3f142cc8b6a559a4d62044631f4b394742652c4672f536_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:38471fb10545f0fd1f879ff8ded337bdb6919a929043727936d28c2153a78fb9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8e6c8d7186bfcc49c6ec64bf8bbaaee511f62cb5d14aec29bea364f90129d36e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e35c02d8101af5150e038572081ef775816f97c77ae24fec3826bef8c24837b4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:123714413da1487c02d182f1d355688d2f0fd63e0f82865dd962567bb9c81039_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:675b6754ba7e231a1725cf8338d536551497ed05e7f40435a2a3c98e411af84f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9eced45114ad75c3ca56d06028c836adaa713433bc49f6196533276f9645c58c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b203bacc4238f6cc6afaa7dcad119d126484235694dcc33a46edc4d002dc7f5b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4e68102ebe684da4477f443e32d69865b6fa28d398fbb76463c67d85739e3c2d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:6dd5107b14c1abce011367145d859456aeb03052ab831b4c548fa4fba0b269fb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8e6d6d3162ace273c1312c383de4e1f6ffe2d8e6d7b553b64e6ac460ac040c20_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:061699fecaf30d68ae3d41b89d812ea8144627d9ca9de83173fb33fa06e6b8f3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:33b4bb5c331675703e19ef96f3185b2d3cbcf4d0e37a6fabbeb5a8dc1f46df10_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b7e15475952a147e7d6d506ee9686c6c594d529b27e4086f49b0dfc1e237d640_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0465b162143273b73d2d1af7ea6f9654116a9b1cba8169028273185f2dfa1191_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5d1720d8067c33064ccfa16d47931fd18bdd3590f53023c2ec268ed9405d0983_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e99c8d382c503a7b1e25e6f72ef293496beab285d0a3453d09ca73fb58247163_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4e09db0d6efc9289a85cf5d4ced1d6a6a7f52168e44c366907a5d4ebd3e7d75d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:585c75fc909525ac0332764b66db33e6646e5e0b0a4d01d176be6dad70a7447f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:85df50114baa307e2b4192a46f80a292500401eaf41f45b071b23bc278562135_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:3ad0b56893a8ad865ef9de637c1f21a358aae5ed4adadae02db3c6d37db93422_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:56925cf35430409d4a59b4de3ea74d8e3779acf505872bcefa26e97418f7bc9b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:a928a27d2775d702a7b4888f87e770c93049b645b5878173d87d893288c0701a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c83836428568394e500de29f5e4b44fa4881f5b5813a8dcd42a5bd16b6bd2bae_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3fa694c3f2b9c05fcf2cb69f97d791fa46600ba1eebd67608b109586dac15e3c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:44006268f8f00b5dcc4737ce787d9221b50ad7af3e678ea6dea817a797512b4b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:6b7d13c5daddfeda27cc815f3fa02affd699ed626cc41775f78070cb8cab4f4f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bdd058e218fb99204c479f5cc33383634b184b1153a74c3333926e84f3e4bae1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:174dd5140764fb73bc002166fefbf8f897be7b295e10527410fee19338fe65d3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3f5a73689320e820972a39a40077926550f7864e2d1969a9352d3b833191086f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:df97ec11ed1fbf6397b6a62c85014c255b60c652c98ea439d1f47e62c6a0e4bd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dff5a115ecbd046f3a1a60ce8d8518edd570922528a7ba56cb17716831eb6b09_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:11f56bb6bdf0069b7bea04e5051874cf879bff0ed36676dc521975eae8cf1bb5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1eb4aa5666fec327b24c011e1b7e726ecde7ba1942e0b8d9af38a65baa052985_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:77da9199e0922972da775122d60efaeeb4cb2cc464ff6855099fde770cfc01a6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c56c801a4a9e11f7b9ee071dc9634fd6c43aaf04cdd6b048dd4ea1a623ba16a7_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:5332d1051a8774d9d3ebd2f6df71f2ae36ff23fd32b28edb418c028dfa6be128_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ae444a4f4274431a8dfa075bb9c91fda502cbdbe971856f54ffb6a0d5deb08a3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:4148a39c8311d7050050debedbfa7454b53c3e00ae4d63cee7bc6da688af744b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:699c1abe44686141c985a530a8b3b864b3a1bf2c5c6645d68f7920b8f752c684_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:608159f89bf52fbe18bbdb1c48b679346ddac7d3ace7883c84494615a4ab7adc_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:d26f0f1adde0599a01c90d8b9e1e8690e6e532a380e7852e83cacc1e439b5424_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1ef42800334a0b6d395e1b1bc8e517e232713a4ee0e4591415c5347ea1352fb1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:23d11514c82b817c95564de1f0252dfcf753ca40cb154054c051b6bef078a960_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f5311dc740529f4f4c444fe33bd5731b0ff5d213620207f039af546a3c521226_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:14f9b0d4497da98ffed111c1266fd4e0b4a812f6b7ec37b95e5702438602ce33_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:4e6b6f1636a4300955a587155ee9063979e47cb387dfc1a85f3738b1cf25589f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:2cb5be04fd1145f054e994500608d1463f35a0fb87305e559ff71c972795d978_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:664dd8b515ac89b33051c38e00fabc4f2bd8c902f9fdd8df263b6cd6d0a0bc25_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:28e1a2e9d3850462c628b0bfaafac15d68def97b8c1c9387de58b1fb6d877f19_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5c60f40d38ebe6f95cfc0fa78fed9aa265fdf3aced888bf232445c2e76e4ed55_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d36d045c32e335933939150b36fd2f86599add415385560d3e10d4b74a704d89_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fa556b78fcc306b456576053e522d93e0c578807e220d3c562ea54cdbc2d1a92_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f9ea746b7bc2eb6cf1d82644d42d363d9343506f9091e8bc67740a06b382081_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:909ff0827690342dce5b4cf713327f3a8887a056951953c9aa639e916129e1ad_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a8705dd5df6abd3d6931b298fe8e53cff0f8259547fa85446503b413b0ba19da_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:cabf1a3d4e2aab9e2273afa75bac084e93eb36a2801b91ea0d79982e9e7e5f2a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0b5cac582cea2ea2dee7d515f05bfedf2a5beff46ae6d5ca9626bbb36c94b865_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b920409f5635d704145bb8e1107a7c6f951976c44226a2083982443f67ce619b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d658355babb92069a73c35353c2fc0be4450517b3445d2387b4b0e3bd2b873d6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f8036fe71f651189dda062ede40268c843ab07ad5b32e010250f9b6fe9234bb6_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c5361be369c8e0194275ab97d18d52a095a5206888bc82d592f9f9ba28a34e91_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f6427aa92071d20df4e412376886d9831bb0cbb15c10216ebf2ac78de096b051_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5d5edceedc72d2ec62b24b6a60c278e4836829c78a0bcfeb20d87fefe501a39c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cd23e978bf90a7180245b04b5b0df939ba57e30ea13a2a759a5d04953eaafda0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:bccd28236b901759b08d5106786d262e482cbd1e3798c1392c9c6eda9956a5d6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c096101efdd0dab71581c6e6506b9a6560c96979e2d439ca888d2c67860c1337_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7cf38584dd1c5c269f86d85b0488e9224ac989f985989b00ba718ccd5c1cda56_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b2a85daa27b4a10282c1365dfbb48a3224df6c2a47d6f5ed59c3c01f6035d443_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3643a11084c5df88b8dd9c8d7693b228f3a9d94f74aaeb4620aa458516c14e18_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:a6a1152188a6d2cab12133e497a5c29549fa0103dcde8f1bb530ce7a033033b5_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b6f91ba9a89207a2f84a8bb1343179bd74948644a8b1608c2a2d84dee9ad39b5_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c21ea57e4b38cb47e5aacc58b218ed97cd4e6ef353d86442236cbe8852c6f648_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:56c61752133f5574587fefec75502e2a132871ed033a824f62519117ad0c4620_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5eee9a534fd647002e246ccc70b47a79737cbf604c5fa4519d10a8c66865e5a7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b1428b294b7752d6d56fa95d6630aad0b6d205991537ddc3274a7062c13df3dc_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c363dd15dc780181855ed7e8af09bf148d9e38d562cc54d90842f95ccecce36f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3978c02a12f2469999e833a2cd001a08741c4d9bd22ebe211bfdbac17563ddf0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8d20d5c213a86a2d9cf1d4e8ea351a70e2bc1e8864e7435baa701aef3b22441b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ad84f2d6f695c6c999a82e33cee9938544352a648c0e72adeaee0803289077c9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d872bcf33f5d4d6f1a074bef0091e74de82b3b1a883b9004aa1f6193b84904fb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:027641f0d532c5d06663e838ddee798513282838efa12811ede36e1b8669949e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:198fbdb0d6d4bf699a9186c06c310e4eca0c3252ae8e0d64ea1c68d7b67c2bfe_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1a3fb2aa3ceac5c827d7cde1cc0296d6974663d3f5b4139390cb29dee2bbcc20_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:51a53812eecfb69e77afa538400463c7eb51710777e9d9573804d2d9eab5d307_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:19cdd4cd8546c53530e098641c6c83e2f38f05f2d046c6a9fddc3c8002a01fa1_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:27b826d0ac202a4321d2d28bfe26376b405458781f04acd607c3a27bebe83651_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b1c377c3a99dc0a9a6a39dfccae28c7e5a11674342530a05b237a33117c980f4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b230c7f6c243ccfc43e6b50809f916d3247f8daad3c750220020ec4337b126a6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:42cfb65c46f9f63ae3227c0dd5ca2a0a11729ecfb2865f3a4443821a85f7c8d6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6ca3200ace5f9b6c36c20185dfbac37ef4cfb171f3a99eb9c746e52031bf380e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a9edb90a7efaeaada322b051c1b4cda47df859fad20ed42574fbe0fa00d15324_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bf0602fddb6c09c5c20a33abf72b947cf7ec8de6ef68144d2f4b1a1a9ad906ba_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:13df2c323a0db01668777fb495bc342806443b5c0992fe7f9ede76a0e731e2b2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:8e564be7535e32f63ff7a84bb61b3586b16b07f4ab6db20b42340dd998f2e919_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:29b338177ad61fbe618240d520eb180c1faa54fcd4be63c0d2d16f5221c4d7c9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:97b5466389d9b1e4c54dce29bfb42e901ac2c4aa39edaf99c35f30a766d38b78_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:989cd4643516ba83c661cff6bb217cc25d502febc80344e08e90c6eef8d24088_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:adec59d5a5ca059167c1dab49e6e1e6363c1788833f2cbc2381cb7d88a98864b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f821e1e8479c74d1a672e049e187d68cc4845e7efb417e9e4e4fa99628f3ea99_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:4eef2a136a4fc3a9deb0c5999546aa8d498c3553107d1e0eda9d394b2f412169_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b31560936594f27a81750c2d73f97385d7b3ac87cfa7c75e1a4fc224243eb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:bb3bda07b0ab9cc97889a530b1da6d7eb3f7f9c8a98f9b867bb3a93da7694625_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d50f44b5a5797797b9595f99e3b24684908cc28d317ca00791bb6a7406e15636_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ec2e637888e698016d6df6cbf4be6d44e5a2f544e7b81884982e06ee632a9ed_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3c569b4e1ed989074b129cb91b307cfa10c8305b037b284b23bde4981f551238_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:4ddb2823de8624d7d45aa16adabddb92faed392e71c2d1a0b3e640be91b731f6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d3b7e9f39e5238f011f9328467c72a8cb8cf99d4bed7ac0593edb9ec5bbc90fd_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:24e49f3b5ed9df72849a33dd7fbd4a0b01b8c3be79705d6e23ae48e3fd164133_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a9ce73e1f17b21b9bf2ecfa7e35f5d8e9c72620076bed594e217b870057185ca_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bc2fc4c0e55023974c90506cc14c51cf73741e9490632453687edf404b3c485c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ee9af4af02c40524e182fb1893b8bd59785be7d508111c5b0415f0caaadefcc3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:971256d54a4e10a29080f656d5de3b6281f27c77a40c0dc7352f1f05ab83eb11_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d4fc699ea35d0f1e96e825d2db3f21628e25589ba57c40ce771ed210aac5d588_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e3d0f624ec4e265daaed3072e9f9dc85668a917d49c96ebaa1c7bc05ca636197_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e47600e5f91aad639de386e422056d431450e5dc3560d30ad16b0b0bd240e371_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9c772d8d7af17818a38e2004fbdd7673bdaddea0c36daf239dfe65a49f78c212_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:acdda550e575dc7add42439a856726b3833c5d6d98dd9976f30be4b781a11a82_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b5be0c8ab080114879aafc5d2526924d32306ff545c06dba64c947ca68736f91_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bc413067c8cc3e6c40a9be4ea896d911cf6b3adbbbe4c8e85fcb243bbc7bc2ea_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4b39c2a3d10a1e059c3f52bbbad6df20e52e47a422119d51806b59bda8e7e97a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5f0f4b8edf205f47a263878372c0fc80e1531f3d197d882a83cc6a2bf980c277_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:78987fc04ce330fd8ffb8a96e1f25e8ece8360680bbbf4c8854f1ba1f598f2f6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a43046599cdb529aa9a2672b628a7495690b03379c7dd4ec7bd744b01793943d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:25b8603f08442f61b433250cb6f4839cf2cff118df56d1d7e12b3b09e859a278_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:912bcfa64c2dc40a0f8573e595001fdf9dd3280e4babb503198aa019c4c94dcb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9f84034243c6dc1341a059730c81b05bc6626b913524f8d854e7d13c59eb4d45_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d9683ec09f7d3d0c73eb626fa7132ea0d7f731893506437d76db27bef51ae518_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:13573ab2e748690c65900137ee67fa558a1938fc2c4d92deb6b308809a77dbc7_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:279fef1862c07ed7b949895843d80c54180a704411df4bd4059135dab63900d9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7c527388a78edbc77d6a9db9ba9d5c8ddb302220d69734f4e0bfc26b63b3dcb1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e601bc25408a2eb5735db7d2595f969a59da9560516715ad781cff5e4a57f2cb_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:264fff5b66ca49266cfadcee9765ba0b34bccff8dfdb12e5444db97af4913095_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8f14a597769b040fed9d1c1d610b6023734dadee91cc28588b65efb25f6308ae_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:bf78d9a4afa92e68d8018283114bbc7fd11fe0a9b357b75a00395ad630ddde75_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dd57cd8ba112502a28c74d7f9e021035a061e1f51377ac0510dd02a303f14f37_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1e3163b559a137ca99141d0913759b5a92cf30e063f6ee2485983a486d97a066_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3038ed29c6dd5d46bf8d593c154537615b8d218bc43eb89dc099a546308c5b33_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6f5d8e50b9cf127af5334e0b1e97aa1bc466bb1ad8a1dcb2b6c3e7494bf5a1e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fa6736bee0e8806b00bf3b6d971e2de5ea49f3f2a89e8cc404d55a70e6f73720_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:09157be733606534b4788e13e47f647c427adb2d36031df979628d1e3d93b096_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2c52bc991f789cb2582b4fcd0fabd20b86b5893d9fcfbf6e9ebbb372cffecbe9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:611ab0d9521d88b9676bcf873b8aaa2fd385087814de0ab05c7c853fe98da20e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c6226a0f343e69d720fbc83ad01daedb925fc39d272df78fdacbd847fb075bcf_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:19425f8d71d7b67b74e76c5b770a5e3d918dfde9a9eb3e181c767b4489db01d6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:39f0f3baf0bf65713633aeb91a80cd35779cce2b43e6faa70838e0a87bdb12cd_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:804965e59e0147de822be6cc464daa137e45c991e4ff00c7184b6fd8105eb781_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b9b4777d271c5ea81505111d169134181bd46169ccc05dc65f3b6e59f736d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1a6e143562b0618b3f5afb6d488e8bcca48d9b0b4f68dc70d77279643325ac52_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:22230fd972b50ad12367aa043fef070d0e580b71e874a0e3fc2f5aaf52839773_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3abe2be596ec79e32806af4d66a7350835433c11e8b053385ee6463e65f31d30_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bb8fb8cebadac019a3d8c7fb2338a56918ff39aeedd55318fcc7e7c6d60648a7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:48568238316d40eaae138ec218e4d0fb6119c94d9014683bc25934210792500f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:1d1ba67b2ebee648e679f886122e649880437bed73cc62901f26e77087d1f72f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:627e8fa2665e8d19aea0b746867ce31b58cef207d6dea85228b175b96cc95dca_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7431114311d645b44e0f98c9a0e92e62a2c412a2b57dc47b52f1e4c5ae0baea7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a88a9aa0807380263b476e1e7491c9a4f36def3c403b43fdd30bab55f06e673f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e38292df09d0b5589b58f31c39ca74147011aafc1a51be00112856a7242cb80d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:67f16f35ae8e95b90d758bf617c953ffbd0f31d685b9f023c34e5de5c02d1d13_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ae42289a9ddca85918d07f71db7415d099e8544ead8ae73a0d79e600c1c0f067_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfcee1078c7f5425c41f8d3398ae512f2a07d156de7d6e92d24d7f5eb1eecff3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:eb851650658c10b1a102258af7b72aac6db36647d07ec4eac2bfce099ae68e67_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:74efd49cd2880e07cee9aa16b7615504fcd276e8606b7422ffe6a253636462c1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7ff9273c653a511408a49a0778e9584605b9d24e1069da8a77049f70e2bd5616_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ad02d1ed96a39fedea9588756c548817e8672b8fa6d3e16f1f53221e3e7d9157_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b10f0eaa64d49ea5763131b8ddd134da6771b835333a4f5ac9ffdaa13cbd08f9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6c75dc3551d30161fe15ddb87170bd7ac33cb19b242907e99a9f2b003659efc4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7cc7c37a8ce0bc5a1de200fa97525c35943d5fe789787d642c4a3079c251c4eb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dd8dfd22f1e93168de72dae9a266654563fd41d605c65b4bb15f20ec65fd53f6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:e651483d73deaf4125ae3c2729bd8a42b277df79a6ff056a99ee3e78e2164877_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6590ef2d757e5ac11ffacdf6de04ac112e96f4bc058b97aae1facfbc9bfb9317_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8bc45cb12c534a1dcaeef41b7ad0a4cd8ac0e3b0041aaa0cc3a9b917602ba5df_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:92e18d38fe9dfbf0e50933d15f4178cc149b3e4eb535ccf0fc0da030d758f435_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:9a77e03eab2a1992fcd1c0a1f1c978755e236843ee4472bb551968fb16568334_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:686e7784cda9016a460c9196a522f1fb510546cad343e26f510bea264ab9b515_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:77d58cca07f50ed35b30a97c24f66abf5fd5482be3c2a86df38b5d0e4b41e4b5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:a553758f4aecd97de2202ffc5d96370765e1f92a11fa4ca464ad13037d7c1a70_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d09813fbb679d41aece1f097ecf3797adf142242feb12769a604c37df1b6d80a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3a967546fc93fbe58afe72caa5892b712c5b96072d3cfccc1c7d9b27cc6fd6fd_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4d09ecbb6bc7010c93d65d8bae5a368326d1b52bb7f7410d30dd068b4b9c1aff_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:78a9ba8fadeb516fb48a37ad2abef78f57a09b5e701a31ca41e4bfefe493d781_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b44e2dd5cd2daac1ef6849feb0b313950e0616586fdcc843a051788fa071a4ff_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5d94083e84fbdaa57cd8723c20bfa1bf0d2eaa0cef52c662975b286785db8cb5_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7662aeec067c8b3bd0203da4d87e0837eb624acc7dffab9c0eda8081d992fc55_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c95e0922aa74f51030c35cdf1ee704f01ece7b4ec53f361055f4cfc58e464bb9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e4ae1090a43cdf4a540f1a2cb376a93d2f74449ac44ba6d0484e4612579b3d43_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:48c47a452810fe65a21fa858b102a2e7d9469e1143c51857844a0a74ebf03661_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5ccd0d2687e836eea86fcdcfbc73c7bdced8bfe2050c466860306d246375f0b2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7fd64ebc835133fcf6fe9d286f18f790b12295dcd904d61cd255c97e49f216b5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e862f18a4bdd246891a49434389e8dae5d73a68aec6d548dd282f3c56396be98_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0772170993a9fc0531aa948ee3f4c83a8e530802f7d6fe246a0688026c050d27_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c1b6b3c81c49bd764dce7fcb732f14f378aad992c953cdac86872b4113e8168_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:307efea31da6d72e50def18e1c08bae9e05ac8991d90379280c15f69c93be375_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f366a95bf18554cb9b48af250be89970e4c6b1fadbb97543db8bc202eefe282a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:09b9a909358f49dc84cf863e418fa79a72c5f23ce05cbd4045b2c966147b4edb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1ce1ac2cafe2162c4070a5b60087ecdc520db1e90a433183157c554f86a8bdcf_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2c984681915470552c6cf4dbd2c900d14f29d9a6632d7d937d2fbdf1cf16a5d6_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b3809b2f792a8b57efc13591b88232ca2b83fd116ea1a6ce9c05ec39733bcfaa_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c37ef0e5d795a727e79d2749570d7c42876e2884561857149a17793543b9fad_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:45b239b4328e73574050498d8a59fae10b1788642bfd3fdfd487a59654f2395f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d0eac8a6dea99105af2917f089cc423a7c21820cdb7ea4a3f793381cd07f43f7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e9625244e5cf3f4fd7e6d69a8076069e24079672e2c4bc4df7733ef31c3aad9b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:25939a8eacf00a315bfaecb90901a20f2d314f186c1a23ee0814ca611866ed5e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3b3fe898a633924c2e0f803ca944cc63d99359966004c6aba6a05c446a0539dd_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:55a048f1d9ac836497f7783369b5b582727df86cc64fe7df91c463db1fc0ff30_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:88990b2047d4ab9055afba0c6f8895f30a132c361722a1524bed1671527d99f9_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4bab889d5262b3f891b99f0a521f6d4511641313cc1d3a5970cc2182c52e0fc2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4ddc6ce50e06c258b4f24827f1fe5577c4ceb5d68ad925a185dfac5b2b3a661e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7883c26d4640f30a8fbd635f5442fdb46625d727a1b2382220c454aeac081fe8_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:955419c1ead9dbc1c2545f367907dd4b1e8133ea23ef65407341e9a505b1cd17_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:206e503ccabc3f5a01f11ea5026cb64ad6ae62adf2eb9044386efac6586cf332_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c2d2155a6d299536662cff9c5a8474680dc8d9c514b152e87421feac7cdcc22f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:e62baadcd61bdc045c205ce81a3b2b650be73e7b3a5dd5cb53ea4c2f8a181f0a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fab5b1965457ca46faaf5d1e6882c17ac2f0e1db5017cc81ff4da8a9083cc838_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3e9733932088db40e1d1dc25250b68d83aae6fdaa33923c2593ffc6f10b84984_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:62ff6e225c6c72f9c9b0bb33014544d1e02a30ff9092c25fddf72d9ebc8782dd_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:70259c080741f045c19c2dfb1fcd5069e9eb7e413294d855262975ae03e60b6a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a974b10609ceb50c391abab36ecaffb9c6ba62f66b246f529d8f7d1f038165a1_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2a8daff0897cef178c43b00d43b3468a3ff9389ebf337533c771210ffc608bc3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4c7da9adb32c409132dfefa7ae79fe99d41b6f59c592eea234970279694951ff_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a54253ba850cb357befc0173748523a1762858066023e04388c94c2d5caacfc9_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d49affc20c2c397c1ed17de7d3a7fb98a3f66efe9f9bd4f4234c0832393df9b2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2321dd8c9cc505a677622c5cc680e4f3461c6bf1fa4267cdf7f39383967a0b3a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:582d0856a394c73d8faf8d1792a80ccd8c66d80cf65b9dfea344351d767132d3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:938cea3b81e1b74629b0bee65183b0800518b4b757175d34669fb25f6e5d802b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d8e3f695418674002c1dd252757415372d95b38f813a3d432abab774c7427b2e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:8fadf40fe968046de41a4a4c6f643d9077f4908a1e456d7da29e0b0c79f8431e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b7b73c5b17ad867eaf4066be6b2fb9a322677ec3265c0d1bde2e317f54f7accf_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dd6c4a3b961b608a71122ddef308287483d90f3a153df4ebd00b4f85b46bd551_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f5e86e560d2dd575aa814329ad50a38ad4c7f3c111353e652e55aa5b58033f18_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:10015b131c57580e5edf1fa90b05b19482ea67ae3b588efb30da1cfb2061deda_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:99060fe9572cab596228b61e892ca9b571e3b740c4872ab55e3276d4ad65260b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5127b9d0570329e12a37d1c7e38a3ad9a1c990b7b0e1d3f3b31f5ae1146a518a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8403b335a511bc219b98b899e2cf4458347dfc67c8e15440801b1434f03ab555_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:8bd350665dfcfcd29e64a93a9c1b700817a99560dcc927a75c13cf22924a557d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b47afa8cdfbab90e0852af59ab14d95b430a2e94245aa9d1c65d1a592f44a90e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:15c698a4b3293ec372e1ceffaba0fb9360499514271d26c22cfb6cb39852f598_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:43344ef6148d5c76a10961d19b3bd83e219764cb53ac4f310a513bbe694fef6c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:084a185169e09b57b07073bc5c82bc741aeba187cd9cb33149c830af00cc6582_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:171aabed219e2a837afd87ec9dda95bd32b6f780a8c7116a6dba18533c07605d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:33926bd728bf4ecfa8146f2d55c05f151150d249b965ac4338cfa8a9acf642f4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c0709bc4da1e5574cf296180cfa6abce28c2b7ac105abd95535422abb090207b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4ef4397e1a1aa5b377ecab2fceb5c2eb15b526ae39bcd9299b45d9abe4bbbf31_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:852e6be5031cc90ccd9d02fcc66b59baa692d594e7ae95e68b8923732fa77b49_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bd9e30cdd5958003b7db73e8d871b448d208c099f3dc7e9df3ba56e6d476ea66_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fc61ea57eef9eb7f0bb091cc0815a81844d60c78f5824640e40096e8de8a02c6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2020b01fe0c8555a2cf070d5a9bf75691de4d8b775b4ac91032c92972ae6a424_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6c3b876e5fa5594ed92ed3d333ad1edd228611d67b060024511f8c6a53eeec92_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cb279e6a6181c4ab8025c6ee74497cd95e990aa02a03aa01c8e4ecb81718d231_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f6562421b9828dea833fc82160705ba8c0349531dca39eea94da4bb31b8d3468_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:44b8d7704e559a8fbde7bcd2d7b51cc025eb2b898c74497149f818473d6b7237_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6b3db54da066eff7abd8e8f58ae42163364355fb1fb5a166c3f90ef42024e24a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7bccca2d8db4038ed90d7c5d995bb2daf880b3d6aed320c6d6dc89c73c38170c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:afc464bfe9fb581e22275814fb3263ada3383b571ac4765507d2640470a8fa3a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:353292bd26a33c9a68fbb8351005fc3b65d1f0dc02c82887cdeb5d28beda1404_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:af382c36059c0c0d6e76b41eda8ae2055bf5717205754272edf126fe15737cc1_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ebd113dd73707e7e234669c4b52e7ad90c5aaa95d062fe7b2ec18ad63b942920_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f0b91324c63bdd9b1603e0bcd2e554e1d595168f9337a7c26d3834093b24f6e4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:23a74b9b847094d230ca89e8d43c924098aa5a8ad67bc02c4b11833c4620aba2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3a9adb54f0e11beb7e2f393c00ef6014f9c18796c36e47ff1f08807dee8a9e0b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:558cbb955c8d4de727f010f3fe97f285b6922f4845357cd979c22e9d6afda4dc_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:64f0e85f122f8cef1a5b444095fb16f95b255865ab116cd59a4a541bb61cd09e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2b93d36104e2c99c09823ed5c6d12e25abf3dd07e20683640f99b687a45e9b6a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2bb2c4706037910e8045bf0127ddd9087d2c8ab9eeb09ceabe97b18dfe873c1a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3e5d6fe6f1f7a495efdb0a61dfde0d20def80759a215bc7097265c816e07919a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:efe7886379624399e04e4f213bf1f8b2baf1acf989823caa93ed8ba76ccf9372_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1b152d3df7256fa1d16dbc4edc991503bd90432e1c8408149603306e62a28a89_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a7c3fd07837a9c03ab834a0b46ba51b50c73037203ca4d12d8cb2a45f690e62a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c9aa9a181ad76c715b410ec6866d86f28923d2becc8438f3b56a381d7c668897_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e96b65f0caa9f23429318080d5812ddd5c233b881b6f460d944990000a6d7018_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37569639de1f8c36904366fe21657db1df3c26c03b8f9f974e0a87abe862c7b8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8d27603330319790b463eba638816fec38ce5ce81e7cc2c113636939d713051b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9e9598797558cb0767f9bba75faaece26aadb56163f94ae2cc2c137645b5babd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:cf8f8b11a984107f035ff28ba24ff3f6e1d10cd764ac472b94bb9e74d435a459_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:70e6484048faddf5f59bc7399fb22731d4134b6a6e2c2ad3b1e92bf26e5ca902_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:93c6c010543791ed57e08cd0630a7dc7903d7455d61686cdb0865b13fc52f44e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:cf50871759b51c4fd1f164c53ec8503379de265ff95b5f6bfcb15d3820722c78_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f296becb22727fbcfc0a2a4a91139dc782688f43f63396d645b03bf698b81ecb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:227f6cfcbd9f361dac87776c3b625a4ae91a7054a29a48c0aec491a786f81380_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4063848bcd02040ab2a26a1e77d643a8cc01373bc6467070f72f8cae62ad8bf7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7315ff02d1adefaf5e52dc2b87903cbeaa1ad7c30719ff6afd130d068ebcb429_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:c33effb47bad5780e4e0ed220647bd0741276ef5c19eea05014b528b91765efb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2883dc4d23d0c4ec9551a0818f5d5edfc708454b48333db179232b6f7bafb4cf_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2909be49bc0471a0e2ab4e9172e4ce490b305b8e1fb86729b45af106f1ad5ac2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3b91df98133ad62ab43372695b3953c54d58e70c15eb7ae201b68d73088c0bb9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ea31f2ac734ef3cec4337ec6025a1cc01a2452ec124f102e5b1400a9ccfb05a6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:2aaf1b270a589b2e9c907bc35b4a3706cca1508a06142dd3086411e046d7cd00_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:32b91a8b6cf6278fde2c8d33666748a905a8dcf290b6e16ef266857d4838d3c0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:fe8f645cd130c489a3454252abd64c554d583cbf984aa3e568ae9c4073fa0f03_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:9885e38ff9be6d7ae070a00b851232a29e739a870d32b2508ab9f34e56177bd5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2b7476cab5336d76457b1915e734ab8702c461af8ca4d9e474557ad8354f7065_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:4890f971ad6077addd93d4c7fd1e9ee46ef3634bf89ff5adee2a95ad7b7b3f12_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:afc7f162c9c1c3033316a984254b8a477d8eae5bbed9cb25257d54a54e1bb866_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:e9bc1798e5283c65ff1487ae78c1175395e051a6c13426d3e8d1b898469a3493_amd64 | — |
A malicious user with access to deploy a node directly via Ironic can specify the IPMI send_raw deployment step with a malicious payload and send commands to that nodes' BMC. IPMI send_raw capability is exposed multiple ways, including via VendorPassthru interfaces (restricted to system admin) and other step based flows such as cleaning or servicing. This also means any malicious user with the ability to initiate manual cleaning and servicing flows with arbitrary steps can also execute this vulnerability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:bccd28236b901759b08d5106786d262e482cbd1e3798c1392c9c6eda9956a5d6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c096101efdd0dab71581c6e6506b9a6560c96979e2d439ca888d2c67860c1337_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:07716873e44d49ad177f8c572fe54cec7ddb819a70492e6bddf36ef2ea5e6449_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:288bb644cbb5e14b00d80e0b409c83644a59cbcb513d19025f8b97de61f2cbea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a27a41e1a167568dc9bcd1f125ac624897d73bb6dca7be80d256432b35e4c6aa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fe9b92e8a052208c6eeac2ba816959ee8129cc0f68bc93bb0a1a2f940a49f4d8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:44ba1190dc20c3a99259ef0723be3c9e1c2d4f339ec4eb4f38a9375cefd60d2f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:48a700617f0d4ab9dd6b40cc27e9f602892037c10872c19c60f62a2a848e451e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9319978cb44eb1f26a7d82709c4ba7d9b6b0bdad78c6c6080bafb0933103bda2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e734fcb9ca41744ac9213327a775aeb0e01ea9974036908721b532ed2dfef923_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:10097712385ddd416b15237d2af20f86a0370f1d97125f1e8a0d25a7215f6751_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:40f8f7e1d72a0e70d96c1ff028cff7125ead621e89cf2f3c1cc5262a3aab65fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:50ff72eded21d210ea9c57c9f9b192cb6ca5efe781c5c5a9d2e1129e2eb7a248_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:f77b14655ac6137b53212c8ed526d6baf86d6d6332513416daa73a6dc468c832_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:76042ef2dea9a9316a7bb2a38923d0b670663803c75f5b8351b5e71d344b479c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a645a364226f6768df30645c15ffb8b7feb1932a96c3666cd2d8bbf71786fe88_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:afc4fea57ea3217712f10421cdc7ded66093dfd0d5cdf09120ec1200d696f332_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f70b291b3be37bcef36e4cd282cbd88f917dcc5e61e0ad6228b33b770656b8ca_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4cad4e954d5e9fce7e93ce3a81da34d58e01c38a5d6140cefa7eeeffa13e1431_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5c1598ad56e3f9cf5801a990b2d5d007632cadc69118dd15b771d8104893b722_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d18a7d5884e709f2440b7f85999c2351c0f74ba09b876a7c915a974ccfa3dea0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:ede11c7678a732b9ef9a763632c13e616a95cbabdb36baf0c5c48ca0d476c260_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:208703e1b4c8fd82b6cffc790affc4bb8966f6d95e5b5631d9fc7cd429d82242_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:40be47b6d5dedb587c54ea5f6ee763dc3007284e85cf75d9f48f4de83bff4f0c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bfe783bcda48a7678e776f99ab08f9d6cdf882432ae03c46593326bf8b57e714_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e43bd0884f4c1993cd516c3ea52d1f878a783f6a998a6dd3fe4a98ab11bd3e87_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0492b621d90ebddbab300b3bcb6979598f11380da79b32531f8978b26fe5edfa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2f4ffb0abe2bcc7b801658bb46ad9f397d7a3d11e8b2060859f5dee1625d7ea2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:30b0e4f82db1f3e39379b7aa792514aa726a0c485680b67351c593542c1b1127_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f0f3b27621a9276b1f4f9601b1b399eabbc165d74a4b4a20ebbccf6a36a8f98d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2d56871f80eb82c502cec2b901d3510ab482eea981f50cba4fea729c83f1897c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c169319f15a3e6ac9086e21438dac78a6b30f142c6d96d63c259e45f4b98c2ad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cbb1706913eb430b86212f941bb32b066af04b431126af872899134a9e111ca2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:de56a4d37e6686cafc8591eb1f7520942036037ba5af21c286aea2d2fab95b2b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3e35e96ed5607d7229629ee64a3a7c942fb12da93a75e989f1fd9aa028e8fdcd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c045d9282bb2e3ccfdc19d09b76e81d622ad5c41750c960a066f9a735ce47a3a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d3c7bcca57a84397fa1932919a750ed7a002fd7f7be976152dd7c14d60feacd0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fc479e1b1d14c548ed9a783109fd978efba5363537b835a5d09fa8d0fa9f9068_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:0e22ab8f884e0095c3cb3efcb63f9f37d55b72cff37962f271fdf534deb469c1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:ab518543ee2455263fe748f1d2ab5fd1fcb87e03bdb241a1fe657c748e220e3d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:cf25049921f441dee72daf95b707da269c5ea7af7026674c42a7e3c8cc682e59_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:d5350fca926c7cabd8fa4e7749f0c2bd9bf90069a11ed96342cbaa0ccc16f889_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:41ec41da1569234037cfc2b9cefeadbdb4c1e45363dcc0b5f2acce2453ba3dd2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:bf2513f4ea2df4a781fa74ddc02c207133387318444f7027e6b62565e8af505d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb3cc6f050ccd3fae295639dd627bdf3ff5f08f66ef0fdefe24ab8260cfba983_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:efe54dbb00c22c7e9e4a6d7c40e52665823c5f94d4b7b03236edeb1d7a304f94_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:073ed3fb3dfb009b6ba476883da5421996c5c4f4119375c0c83b072571d935f6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:14b74e5080c191fe32bdd2a416c80cd94a0f30ea6d5f18faf7396c120c5907ea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3c86e67143d2caced55d2dc470df15cd1659c5e16c7eb8af22183de1a3222901_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a6de5df300008dde127b655f67ba1c8e637bd6e67bc2c811c0d9e0ecfc3cb08b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05ef13e75b41891cd2774cf5243b11da290ae75f12ecd07239e580a5238036a5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7c5f6b71b68331d1cdff8b3273fc7cebb945d9c037fae5c2fe0666f84cafc928_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:c221dffd999b01fe10c83c1cf3e93ed9d49beb5f0f13e8e23261f44a07fd9342_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ea42eecab8a62b7896ffb697f402857a31807834a102986b3967faa70f63775f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:0123a42a6d10e21067ef4ed5ad7a39541529ff0157cb27443a95b0e5d88efc7b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:61e542fb10dc0e083f8889b0b94c3525f3882e5da701b8db31cc9be68d803ec9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:69eb532db9fac5d796148a421f1c0a95f03a84604fe40d5e5a3719c995b8d3c2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7bfdc577bd856e0cc690c86a8fc9928ed3d034d4d1455378c95293376a74b9c3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:023e336977c9e6f23a82083ada96020a26cfea384189b765e89d6acf7112957c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a0734ecbae0ba4ef8a6cf77d42383afe04fdf33eed2c0d1e34782f147c675581_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c64a9e77bb865dd5475a4022629d394ced47bfd9adb137f69e2dd7bfca2c5a29_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e90910e06037ec13a10bc176da5a516287ddc34ccdfcb36432f386f7b3895136_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2052fdaecd2f3807694fa17f35f03f84b5d8116ca56926b6d657f0594adcc4af_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:274df573eeb1919286472cfde2006716aaa62c65ad1a6fb82bc351e7292a51a6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5f81d0322afa70edfd932cf1f80dc5a14ebb30f3f4cb0a4b9943859c3ef8a741_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c5f86407af14e6c3741e75068ebe79aea7c7d1a73ca87fc97128c53139dc8748_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:11009d76f2fc73fb88ad8650914948e04e30d4096420d00a4e6b1f2f82bb2a48_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:464e2bac04048cdd010a9625e6657c9f823ebadd624fd71191ee978520874528_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:4a6beae013e9de12cd8b0a39e9e7488f51b97b3f295e14d773eb28c5df9d6743_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a2f765f47a9fbb2acbbf3b00c2d62d7df283546b7485e7631116fe824cb589a5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:82953c91b88971066d4d605174664863cb062a6f7da286754aa4f05c11a69bc4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8adf05874d8cc6284cb4566506787161305d95ba4c318f070e01960939526d59_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b0127947224f18d500d967398c5008737df32168d2db50f1f87554e149328d71_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:c25b7a4bba9a988a6b7daa4eaa8608df78b927d1d454aac7757f18e3b6c78d86_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1f6a0d8476232a85b5d18ef9ce148135b69a4abdc45952f6ad0eaf41604e05f8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2989730daa53d788a9e1be03bf922a07c1111ee8559bdef63d058be6fd5f3fc7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c0cac6ae1322cdf12df3c55948bcfead52641aa95a57dcdea97401ae01c1860_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:adf166a8095fd21a818265c01776b94e25cea102a98de6875352cdc47fba933b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:67f12e5ce45f173e79229f506b92915943d263ca0adaa31a027cb7245d7a076e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6b91bbe18861c83c79693a155979f3cc56162624412eef4c57c52cfedfb38475_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b2bb582913e9dedea9f2eb41f1568fa8f0fccce2e56be4f666ff41f3698dc147_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d35f97d205f82d6ffa260582fc6dce2fe0fcc3719ae0e19e85e06e7ab629021e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:03ce535e7bb582ca85793c8155f38ff9f73231e7cf5af4ce223ea89d4d2eeb89_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:605dbca994f47b04da902ae4b76744eaebe0d716a7a5fd3cb8e617db5dabb8c7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6b2582a7f534bb2716acaa72598b40f593897124fe03a5e6b2bea1e4c1a26d15_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d88f52e765c3f5fd4ad80f7364efe49e98ae927d82601d27105eb6ad0b484264_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:1305fefe98602549511b835fd1302eee6a4494c690d76964d89189c90f39627a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:325af02386526656111c663e6a206e755f2f30db00059078a0391d4af6cd95d2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6dcb4d60294895ba062bed0e9612ad7fecd7fd8d8cffdeee9bd65ffec1b20a63_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f492d67b16384267b9f65d20b769f93e3122f0957cec290a88a1b244c80e4b54_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:56cd8314cc9791e043cb4e5ace324013f4ce4c825fb5f9119b1a6c6871b76a3b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d6ff019bc8333893d6d5799927ffd9dbd02d0d388752a1ead6b8f85928fff4f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d7e525584c9b7492d8b989d2ad0b8ccdc4f244987f26b4aedfa7ab1097aa8ac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:598dbc32cda4219d6a0442aee99096b77ddbea0148ac3260c9c37e00b13cba23_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e223d745233c048714d3ff7a04f8ee565aebeb0f5aead03e55dd9f305fe60cb2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:05fe3c8332c4626e356a2b8b33b235d605b8cfdf8b49a68475db687789a766e7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:64ea7652aa2f9f9ba58d56765ee0ffd7224d6534860d118c059c2c066bbf2142_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8673853d611d162bc12d1791bef2acdd4131a97b8a6e46961736724b69332db7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ee04f343f0bc1c58b1e016295990225bafab7b39a9c1a572b10cdc19076150ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:4771678b9e18450e8e2a6ab991e844fb064749a0b09b089e54a802a7109c1ae7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:68c90482505c592a6393640c16467c1416f3175ba1273a284c3d0a9417e879ae_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:234bf4abb67f86a27d549a2d368d080a3671ab34786e26c6abbcdf58baccb034_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f330b931299e7c97298212e0514c55f9e086e2f33ab7e522d40d8e9df843ea11_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:123e1027c857bf3a084e45755736871b220117eb70d774a3b450f7d877e7d1a6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:61d9a3fb3114cc2252a8ecb5b0339a5fcdef87cf962f285be72b164933afb857_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9426eef8c79d6e2c9cf5efb340257ef7dc7936b3369050776f4b45ed6603de37_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b693182419b2287a69a8bcb3bd3ef8d6e799b5e7aa9b5f25cca855995588e104_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cde3a4deb285f4ffb38be4443b3c09f33a44d8f2007bfde6f8766d371487bb80_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cfa458375e07e80969d9a9b3521c5983fd20f384b74f1080b865b618afd35f32_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:30a0f7d083fbf57d19fdebcba31bf52d257fda3eab13e1c8b856291f40278c4d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:7078670a28f19c15b118e3ff8d70afcd5e329a22eb6a44d3827f9554dbbee812_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:6d60dfdba0f6368f23bdb554da68f81e3d088677ce9748d2850ba8f2ecb0cbcd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b71a8dd592d2646c7b085b06edefe64be96e38113c3547a111a8d0201992b98c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d906f3f6f4740b50fd6266205b0b3f986b35ca7a64ac7b6c52cd7167d0cdab23_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e4969f9764190a2b46dc5c9c7375213c28518935d80c4e4570d122d231f53663_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:331e8f309349114252acd7fe42067ab2b7bc03abb6619f1df59c8fe907513d3e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fefc2125429189eb85f3c807ad8ba8896a48518f3dd7d93f94a091ec925e23f1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:8687825da05aa3fbdbf32fa82a739f58585d8d2564501deb0d3b97d67a4c431f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e5886c91ae307b14a848b0a571918a57a9d2d85805af6c6ac7a2404dc0308337_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:260b87efa1dfc71726aefc2feb8dfa83495aedfa6e95b0e86dd1ce0d246233cf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:49a1a91122fc6cc34cb21b6de67b8249f154aa8e2bfade0e50457c224fc3ca70_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:cdc02821294c7bd8b4de75b356ec0ec8b0745b0b409ae9481dc08c4d967b53ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:e52b5054a3c11b34c3bc3450d9be2628816575531a1435ce44652324ec020dc3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:64e73e3f7bc1f37f40ae235a7866ea7c881d67afe29b398edc6f15befa7f06cc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b4f0c23d7fadc3a15840607d9aa13327a3eda6272565f88be3691b74f16fa13b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9b5eda1037248996bff10033108d1dec27b8417730bd721d980b778e1cb4585f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c397e51c6d4de14ea1b6a41957a3fe5ae54115c1cbaf414c013035333824eca2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c72d9616c2bf94661a156840d39e3a42d4023598c5d647562874c453b44b72e9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fef61b2df388d1e5714b0f3293bb7878f1ff9ac64b0353284576fa0413000ce2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:267a8525fce7dcfc460052b97dc07532c927fcb27257b29f5e43e5475376bc42_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:886cef96ae99502afa35aa5cbe5a16a30d873e8c9c92d6bb3c748bb68877935c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9a68ca065607df1a4fd1a351041d799b2166b76ebbdf2c92a0fdbccd47015036_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c7a8842568f7ed4d4b1ceb0f507aa5a56d80ab213877507be04ab55f8fcb3a5b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1567f1a6c1a596e22674ad45cd1975c8667fb2317c84dd5944ccef58326239b2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:40dad16e2777a64a836355627be3aae4572a7ed6417ac39e0dca5f019eeaf471_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:800ffbe7a0007398e44945b2f3772d657995ebd902918ecb410e5d373de06263_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9720a885c669964be135fbcc55bfd5e9766841f6b11bb2c279ac030de9618ece_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02440d8ce569f4318b2110f8975fc4d0a93e6da6c5012882df9cbe77559a0a81_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02594f4e3bd44cf7d378a7fa0533d54b4365eb5317c282cf8295cdfb0ae5ddf8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3e5753abdfee794bd09cd51eda1c7634aa7630ea3f2a72ff40c3fcf5661e58c1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ea8145a89efceb27b579a5f79c37c7457d141a0eb38b2de5c82ced07879539d1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a1aa9421f9d52c8bb918e1b3c9daac3e1a076e70e003a58462b62f0a91fbf795_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d4dd77443d486829650aaee412b58df2c5fcd995bf2c493a22dc1cc705d270a1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d689dbabc1df0ca42e7eceba17ff474f9e6a30474f7cca15970a5ee7fb870a72_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fea791f1b353cb84039498653a7b7daadebd460631446fae5f05d1ca8e85dace_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:100ffa84c55a87981f50fa5fcdfb5a5daad0eea01d0bc14abdbc959ca0a1ff92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2e646fe351c1dfb3650d0b67694f5cb89fb7aae85c9b8edd356f54f40b9e9fb3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4a45ec0f50d9cec050f1c99dd33d288ba8f9e8dd1a71c2870eb5e799a42e411e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:60be3446f54ba3c5f93c5c4bf1de44d7e9ca3049abb6ab910f8e62e671a80d44_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:90b36fe8a88dddddcd584cf06ddbde8b74e9d7a78f9f51b77d7d2480ed45ed79_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d69ebc6a9d6bd6f8f75d933ee0f7893b285fb24e994bffc35514ff5211ce68b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:da6ed87ee2d899e3fe9c6e8b08bcd44cf11e1b1563972ca4aeb3e8bc806a1d2c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fdea5b85efe39b635685d506a4416115d546a9f56e87903650b5e51bec6a10bd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:47ded0bc14992d79c073e4cd541279def7e44d8ff586a5cc1676edabdd86c13b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:642eb8c1bf4631b969d0ebf3a0755f566236ce7b5534fab78d531c76d5e802ad_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7189cc475748ddba6ff3f306320d55a840baa8f1da8a934d4500c49e6f675ea5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bc10db6a9f9c1a60744f49c1ed737bbbb8454eeff9fd00175b98872a1af17936_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:017359024215cf5a7b00bd31b8b797ca7f5f456d66a34ac12c44e53c1ab77fff_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2635b651e023c9d4dd92d1897b4513947985256607f9d2dd8043cd7f5de3a765_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:542b1a4bf2fafae85c50eae7a182ffd3a3a07b2c234a00e4e6c639b1143b4b55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9b3b5510e4cf6b4cb86bae86fbf36c1fccbdeaecfe009cf2e67cb9c1d7924ef4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:048f5dc4b9176a86e0d82447e036ddad890e58e49c8508cd74f8c297272c800f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:0a7e3fc4b1f892ea2e77c1f5d961507f0fcec7740f33d3e308904cdea1d3ce21_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:44db7037b872b0164497a603e99b7c5bf2bd9aaf31158e8a4e8bd03559584155_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:a8ffa384c6770ffe1bb9b7b8729501ef2c06199e0005b16e5dc432dd8d23c66f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:176081efde0e44254215af3f5091e64748c81d2bb29a1e7a64ed2879c6a7fbe3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:42ea798731bcee8b868ae15f9d45b8f0aaa91d1a4f7660c53ee08b070fe4c9f5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:85fd9925886227b53c26a3ed09604c408c49b8ddb9cf7efa2057335bec94803c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8b7b592c5ae05773897351d97fc9925e6904ed02a6ed49e4737f0f649b7eabe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0d8537a8b89a087f59b9f0c413d9c8d6c77002ff0d9d8579d179291d3b6caee0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:14cc3a54f1ddd57ce5b80b6d111f0ca27f74b4321c9915d5ec1960318c71d752_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7dc1bda89f2fe70041f850dbb5dd3804e853961d2026c3880fd7255dd6e57b0e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:aac4600f524660e2351490cc7aa719ac2dc93193f64bff1178a04376bda57cee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5449067a980b2d50b360b1aa1164fba67693402210111708ebaa00f0f93bfb55_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c8486459e2b80ee2706409e888070c9100938357621746215ad7871ab9ddb990_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d748caca6496019c594ae5aca825845658e1e8c5a1c062a02830aecd677ea1af_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dac9a4617348551eaefdf01ebf1770442c0bc07033fcbff203750ecaaef1161b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5143aae8d524363878300902b89dfb5f3420ce897bc36064fd021d23993432f1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:6fa81971ac5bc843a536eaf167cf5147e879c5447d7c1ec17cebe7ab85692317_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:bfa79bf705669231df1e59e373712f0b04ef2c0676ebfd901bd9879cef16236e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:cad2e37531b2ba165087ddbcbccf9cf167c4eaca5a3fba5f5f4bd943b8298678_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3538795f3effdfe84442141d83d0292447b4c43e3d68871afcd453f80e11fbff_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:7da313ec91e1a9ff08a16ea2b0af0ed1ac73e40c4b629402bff19f183d45aef6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d9279ac3cea7e1e400e244624bd7ce53cbb6343d10872873e71dee20263d0e62_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e89a5c92caae6b72646e17535787d06f7640a47c59b0b4f418c7e48918736d60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0ec6c9197060bf068f358283d64b9b877e97f072466244f9d147552a193fdae3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a5aa2eb87a3fc9c5160f5c37c50cb88cc0a77bbf4eebb298ee7883ecf47b456_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc1512a1ca871d5e21162430f028d7b7f2391e19cee9b3d6e253b6b6d03cc8e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e8c2baac5dee142c4e84d01c731abbc200cf24a04201fd8690f0d47035958830_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9b45bdc374e248769add4b772aca63e25ff0baf8d490e64066bfa78405cf609e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bcb4f4b45a7d62927ee6589db9d31e9bfc87a13f3b0239649c9701b10d3dbd75_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c1c72b9d00d45dc90f97bd9c5263e6d385ee34f3a3f834909dd8b8eb28c3b15f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e15057d2878011a1142587df35dac65182dd4ec4c0f3c61055a73a23dfbd615c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3bef4d599101ae4c2162f47e89f5fbac89903db3f007bb425eed38e1d9b4d9cc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aee0556c560d2ef9f2ccf501302a373f15cdccc83ec2c6935c4ae6a2f25b63e0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ddc3c05d5daa3aeffe5629b7e2fedd5df301a3030f8f8c6acc3204b8fd7e0995_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f463811c1b1e6fc34934bb5a8151fa946acf321ab57f9901b3ee1b7f75546beb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2abfe62de89fdd0697da63674373b1c8a2695846d8acab5f17a35fb38fbc23a4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7701f38b6702b4a9e6b49b3db83073475c33528d2529e63b1b98664bb7191906_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a23cd4945d2e1f9e1c194179fab9c388677fa1317e02a99eebc575e227064b79_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f2f194cdb1a14fe59e05455df10ebfe70edabd37ad605346b6258c5bda79d96e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9b04b0a1047813b35f6ef09e1fcf1e06b63946e0a3b3feaee3e081b0deed689b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bb521f2f97477b5b9851f6655f1738b620aefccaaa81cd303d17eb74ade7adb4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c8a1f9ce2dea4947e6cb460bb4b4ae7ab6bc5f816ca25f3405799d56c6ca48f3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d8f67c5b7b8903633485f67a76f88ea13855bbf95e92b651bddd15fa91458ebc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2c84af74e0937a0f3451054240ab7ae2d44c1b566339012ebec9e5b75d7a627c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:41ab25be6eb002ee921bf74c1049e07547328632d576e78fc45245177fe9ab84_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5b389b9b0acddd8ffe5e5c3f9d54321d061253f3f45b5b66b6dfa0181b73b87a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9afa17f9f4e4551369e891d405098219c071231ddab921dd32bb7bc66bb0b6a7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:0bd76e62d162ae823a34a766fccd9d339e3f550720d863b477273734ed1fdc39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:dd17b1ffce727d9a74c3f64d65b72b03a5c8fed96e773665a078dfab33bd64c7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e8ed2c9324c2f5594f90b049e92f2fb3141dedcd99165e80e8bfe147c738adff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f7f45f6d562bf699e0e45e134c7ab71701dc3994882cb82edce9356be7627ce0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:22dee3c01cf1deff68d73d76735e420d223ba0e75dba1e7ae224ac4e7b14ae79_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7134aa51e11a7d6b826068d03b9c90a518cd3cfccec0e3f06e57f5ed77daf6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7cdf9e85bfc54e4562176d63e1f2be56775dd761c6c0cbb80fbf888dd1ab43_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b72954ed888ded15f443784fe6a684b6e0d7782921efb788e242d987fcbf5388_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:63bf84966169bf2dcd8b8bfee3c478d9e61881ca007fdf3a8be4ba5cb1118211_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:697ada7f8e4bc8a881e2f1fa3a8402a2e96448f948befd465c59e03ced12c9d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:85ed053619e39778d5a986255af37802ac46a26899c8a448abb139736db5e075_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:abe01f65affd92347d8097b3922e587548364d9680b74f767e9cbf139c996802_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:55102797bf884eef2d8b842ba8a5f2538f711622eab1c82b06941ec574b8f266_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9cca1a2d1a6f5a33257e8f790d180274f24a01c125a717ff79da8fa301e2f270_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a1f1be1027b54388f762951ab7983f18cfe37140efcf2c778a5d11d4740e8e9a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d65990c0adf148e94c1c0ec0730ac2a285b38eff128cdb2fac7f61af1514fd14_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2db5ea10de47829d4643fc525d9efe3815db59d5689c0febecf4fd722ad0528d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5dcf0a7d3c0b2062ea11867f5fd2a4ad56fe786b11c3095d76eeb4c844240a6f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:73b76f141fea3db7cf7df4e9b70443b37fc67790cc6986efdf53a32ea7360bbe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:be3286f36b4c80969594af159ede49ee20ab5dfbbd890649c2c4249335714466_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2cb748becce8d80bfbb66e84f63e0f0a3cdee6d9bef3833eccca24132e9d0699_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:374211b6e69093447e90462693c45bcdf2ece57b033a419f13585d9a46df62a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6047837c63bd707f994797af79267ec8bb5075b3fdd88c069b3acaa04ee2cb5c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d8c4afb75de3b6d432d4929f4d4fb6938617a794ca2ef2060b83a02588a1d0a3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3287f57d83e7becbcd3997ff2ade6e6b5a664fd08610464002229e0a116dfec8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8a58a72e372b4235b4751e08f10c97ef0798519e6b91595c234fc14089d7495b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9654a0a2b4549ab06e5422dc69872961c892e97032b18d913cc197dd3aa39f3d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9e9ecf8cb43e1819159bb8fc0eb5641b71663e110ff757e26d5549cf41075084_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4aa3e0ca4b5398fcaedd212506e222fd435f7a46c2eaeb7a49dc50f789cf13a3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5d094c8e18e42d662ac2f5ba16602c1513094c7dc547fbe3de562463c4096bce_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:67f85bffdf2db08fb27d52c6a0a8b615a4b9cd748d9a7e6126851d1bb27844ed_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7d4b6b9e67875889c95a5d126bcad0f6b98c148b85433180573f439a867d9e25_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3c0791290db50c5a925a80b371ba8bdf91f4fccce56397d12a989263a972bd02_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:654aece866efed516d69db0e47668dc85d3936e901aeabd098e07538aa3dc617_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7637a44a01d6c56f002120cf96228b6c68e92b4391d4b6efa1c81ff8e40eac0a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dbc636494f53ee38eae00f243bdb92d187ec84654c280cc454f2b4febd7c22f0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:08f46b1d2114a3ab80bc7cd277859a4f84e870c2421b9e13370774deca0aebe3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0ea69bf7a80cc8c0810acf8c7aaf2cc1374d3b034065f1119ca33af3d1794cbf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:17e61f4a9148bc2e0fcea85c19c98eb8c2efb701bd21f8b63547dad13fc256ec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:8b81413ad0f567583ebe4782344c22834c1781c5f7493c8a05b827f3f2a5e409_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6b348a4fae63bad66acacb5f0d03b8155246733e758f14208956c38c2bedaac0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96eb6b75d6a8ce22b199b8150e628a2a00c427ffc79b2fee2e24af1bf584bbcf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e0b17d193af2fd7e981c9908e01f2d840cc939e24bf1be19977beb85fa1159ad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ed56ff21aa465143bc0d1c4f20803873dd07999229739b84ef7861683476b22f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0654b81d996d73c5b5b03310f314bf3bd6871b3bd4d1abe791cec9b7a3339719_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e294ee6e92049316f91ecad5987a24d7d3c06809d3db2ee3f9a41bb461bc220_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e3afa0bbd3ab3ed4acd6d0059765116e9ab56090313932bd063098d94f1c3b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:929f235d156df0f59479d60379dab0d83d6fc662d9acf7ff050a520850ee0125_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:14b5ec9622b1a177ffe69a7c87b7797c06b283b26d5547828d3177f823074b5e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:52a47ec0685655243dfa60738842ba038719f2454b85024084de270736d06529_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5fea5bf035692313badd286c7d13564d48c34e3195bac3c74ae669607b5b5875_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fca2b0ceeb7e301640de2604932cfb2c386441e0d3b3b0e4a525f0a6b00f7cee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2b85420da837c90d984c5945fae12321c8e6b6fa270768da6270f382194f2d4f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5e5a715049a34055fca9a4b36dab839573238385890678734f96d7ba776dadf9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6982d2c27206f15366ece47b40f4a6a2994c7acf5dbb94aa274c55a2216d0063_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a38c23c37dbf421c77c4f36758a105b790123d654f1c8b3419becfefedadd0e7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:021e3ef983d0ca18800e0fc390ad96f4b6f6b9c3ab784c6e74ebe2e7fd7b31d5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1076cff5268f9fec09a760da243efbb72eb96645f838a746c4c4e28ae4feba33_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3eabe7ed8651b8dedc3a2c38a83527f224ba3b50088b3238e158048bb2ddd85c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c29274bf105ffdd07bb78270a6dc497fbfb699acce48c7c6b7b6ef32416eb20f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:71bae3f7d9ec2a469c8d69b9f67d27a0a98a26bc842cc8733442cabd43fe3c06_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b67943ce9e26423e0bf84f411d50f394a67a0f3368ff289e695f8819c4fa8c02_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d4c9ea28e8a716d6a46a42cd3b5efc82f42d456e21791c32369527ae82f643e0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e4c222d813696b8b3d4cef6982cc88ba3d4581ad6842b10510fb4c8130a82684_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4d789598c5dc7be91f05a8766dffccc377a71db2ea8c5cc563f396cae02326dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:70267df26127761958bacff38fbeece08995608c2a24c7a3724495128ef2bef6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:84ea38804ec003ae82375c83ed4549163a2c932d6264eb64476e0ad175b4a4de_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:bfcf2ab8d6586fd6a8f08ec2fcc71f997800b8f459577c31e654f8ef9325fc42_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:49a412244c4d6b547d5b0ca9bcb041b1e3cabbc78f5234ce52b678207d83b3e3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:4d2e1fee9a43f8faf39b05a7d82ceac50094ebe972fd1fd85b1528961cf49478_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:564e888a319fcd9b1af19b18a4281c5a2c41bedfc3186fb3bb587a1e28954c0a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecb2d59766a1aaaf7cfbdf1e0b92ed025a18fd54acd41fbc63026b350c98a953_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:296a9379ce17e07df7008f1d35004477297a7ebdf9e3d51a50d71628d6ac68af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:67f272ef9abe83f9cd959ce97e3d5c46ed6e118ca30f65fbad733384d228ebce_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c8b5246ba51213bb183e07d862b6d1f9b156e1d16b7656bd6ea061f9016e8ad5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ed375d4341175bfe6945ea8aab5208f375034307f6753cc726230629ab97a71f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:29e41d78f04e683ecb12ff2335b7205383670e7bcd2b1beec736261a93abd406_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8ac74d64736ed4788497e0d4d10226bfa212f6c0cc97ee63d7c61676698bc022_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:94a303f0dd0822b5d82509e3ff8af5887949ddaa0e3a91b9f94d0bdf4e1e267b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:95c3aff27109694e511c9e45d1132bc4de0fd636cde0855c9ef45f1a17f5ce7a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:16e2953831f686cd68012c8cdaea2b404c54c91050145b716ee8b0ffc5cf11bf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:91e3e3d331d92b90ea49a78531cd366201c5de278f56597d9dcbeae40f114754_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bb1ec078ef82180a6019d6e174c16a5a846e4cb8995753628db25a4ca0071474_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c33a11f1aa2fe38738663eb291e25503e2e6fc3cb5bd964e1a6f8db0475e29a8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2606e2856430c12efdf947977a070de13c3f93d3f304608c411ed57b6de0c6c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4dda7a5132b638230470f86622d84a7f0117280726ea52e3769c15f11b1dbbbe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f3b4137b1beff722b9c1ec2e451577a22f44c47a6196139a39d4aff3a0386daa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f688b554b17808b3aca13b4e6bb8a240401db6f6cc5805e98ebe71ff43dbf1a7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:07163bdf6c27b8066a5f1e8674a2120054c3daab1e8a0db8cd728f2b1ca0fa57_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:32956c0bb79239db914454aa82f94222c6f7a90be718e22bb80c4e75a45127f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d877387429f09cf5fdf779e73200069c418e561f20a21815bd56fce1c1c4c73_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:9a64cc9623e5639b0e8ec8f5ad63a5ab83f92598abe541be09fceb37ba2fab23_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6d8e4146a7965b0a81984df7d0a2fc094c50e7010acb93e58510cedc8a42e687_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:764c1081056df81f61d6965869f9ba66d67f132d6c768c13f1b2c1c81d45ec6b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a27762ca5025270235002c90eed00d6d029d4b7103b5bd108eb527fc8e797f1d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f473c0c439be12fc83e9ebcef48a1a067a5f4a9cd581ca19ca34a3dd0b9fb79b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:6e95c6d3ba75f0655680a4e46b703aeceb57cc9ad072733bed1aeeca0e9b3508_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:ba23af1b9437640698b924bb0645013d7c08fd6121489b01b63f66156faa6588_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:01c4ac10b7061c77ef54bf337b8488722506d2a572d9da7d9a689b4c9ff7c225_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:67c19e36b3f264978073841b06d940efc3fe0546baabffdfb35c2e5a1989e96c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:add880787ab5dc1af04cbed51e2da0f6f630ee85387617987ec6d6d8e3a28009_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:d6acbf09fd11d29d0d715b96e60355a23deba955fb3ac6ebbcbdc29e6923d508_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:474e02e9e121dfe39458bdbee1f434d32fa29347f55386a4abcd3825c9235456_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a0e6d2e5adb8d9c223824f623bd7d391e33241fcbe281c54af8e3925af5781b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c3fffbd0e1e6db3256029c6cff61bb64ba56625041ff86a9d46a895076877fff_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d253f116a2d1e2f033f47422230a0a4e8a9fce255d71e9140a0bcb6f255c09b6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0b41f824ade401523c3ff06e2dace98c8dda246f40e6a01a588dab6fcad09683_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4954d67caa517e2e2edec0e5d4b95610a31b82d5a86f9058cbe55193987da9d2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d1a37ce3fce40a5d5e3065b5a4be81a18fe2a6b81bd5d16ada65f2647fd8fd0a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d395f05c26536703d44d06525efc0ac6203440e6576e8a1513c7e4ed8563ae62_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2224a1bb7f39feb0ee922a54a94d8dfa66e676caffc681f99227eafc0082b50c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:339b51d602e6c798949da55fc36b4e83d4b07909c97f004f8aebb5bb6f43268d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a7bc2291024185f39cde4d43057b17968cad18451fe8447b0ace526ee11bbcb4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c171ac27f2bfd7846db274c1d2be8b39cdfed3afe59ab4fb01f903b5be3af443_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:45c70f4c6f15a25e1982efd6eee6930f16317ef4cebd11ffe2b5994b9ad8b200_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:938dfb864f0a9dd0116c5969eb1ca94f2e04b914c3ee56bc26ac33f90e2535c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a4f095b9251baba737421c47566ac7329258b8ff22b0f131c5a941ad1b6caed5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:f7a4c6ab4dc050efd81ff5d7dee7569a55dd0cf96e6413c47770699f5fa02b6d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3a4f76a56b75c54966a76307c4fd647d854812bd22e55cb228c1e9b5aea67037_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:98110bc940b974dcbb8b0ea21c6b52bd96ecea62779f9665d3ac8dd03223905f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a7e47a89156ad39c7e5820cbc98a0b295ca1a3aaf6b72be3961c6d4eb0225831_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b6a273a6d68b36cd939b6bba836f657168526125327fb784c436c99848f49f7e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:26b6bffa3e11fabf11ec8176bb39ab3e301b3c5a85c1aec37142860ffac1fe5a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:301f5a73d9d839a999dbd3c9a7741ed3458ffb87426b7499364e6460850deeb5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:57eee4fc78405492c9a665c228d1f25c75f0390f75a73d5819aea7ebc2da6b4d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b10b625aa3fe5011c7fa9db3c95ba6d36c569fd6f6aa4ac3ff2431cbc103d362_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:11b59cdae58f57a02a4c8479266a50a1a5691f2e8e4382ea7ce96bc913ad4afc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1f11609dbe46602b2c11ea6c776cffc87ebf3fe2a1204f25bda85d9793d5cd60_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:28ca9310e14799c080a07935267ab4ecaf6fd1abadcb1e165deb46c81f2e731b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:56a619fe929b8a18bf1526bde6c9a86f12a1c0a43739d1a0d04c58920d3ac5d0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3bd696b964b694ec219c5776593bf4772dafcc3f43b973355913801929462557_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:4142674147742cf0ecad7223e02e88efb53e5a34ab820df5ea2f645a04219da8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7c59a7997fa95d2895620378a7e18f0074929b630c329ba3f03c72e43415364d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ff35fdf6dd3714c214394ff6f203815f23921af529bad0dc22abfa1d1680b333_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:15198ffc1a039f56e9cfe7ab35037c34a3864a83163576b65fb3e9f5aa8f1f3f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:4ab1c5859c4f54f225fe4d5555f3c2d1aafc520ce7a9197b040e06084da9a43b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7be609c48462446f215d9ae0326f1c76bc0b779cd08db391163c796106e7aeef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f04c27be87ea23869192754c00d08badd40a106c2f66b86bf493455b3e3ceb09_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:42ce515a9496a89b6abef7a94b6fcea6880b2a9833900d54e1dd4044c9e2872e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5ab9133d7b6aa46227bca8a1c6ec2ec9233ebed8e62e41ff122dda627d4a7fcf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:94f82ddff9d44dfdce03af24a851c05cec4ceb161c5631ce6ce88dc8a9481271_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a7879d59a73d16ad9c237a597dfdbdbe06fd6d3e3de0c9396e342250778dbe08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2f370ec13f448fc82d3f142cc8b6a559a4d62044631f4b394742652c4672f536_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:38471fb10545f0fd1f879ff8ded337bdb6919a929043727936d28c2153a78fb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8e6c8d7186bfcc49c6ec64bf8bbaaee511f62cb5d14aec29bea364f90129d36e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e35c02d8101af5150e038572081ef775816f97c77ae24fec3826bef8c24837b4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:123714413da1487c02d182f1d355688d2f0fd63e0f82865dd962567bb9c81039_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:675b6754ba7e231a1725cf8338d536551497ed05e7f40435a2a3c98e411af84f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9eced45114ad75c3ca56d06028c836adaa713433bc49f6196533276f9645c58c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b203bacc4238f6cc6afaa7dcad119d126484235694dcc33a46edc4d002dc7f5b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4e68102ebe684da4477f443e32d69865b6fa28d398fbb76463c67d85739e3c2d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:6dd5107b14c1abce011367145d859456aeb03052ab831b4c548fa4fba0b269fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8e6d6d3162ace273c1312c383de4e1f6ffe2d8e6d7b553b64e6ac460ac040c20_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:061699fecaf30d68ae3d41b89d812ea8144627d9ca9de83173fb33fa06e6b8f3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:33b4bb5c331675703e19ef96f3185b2d3cbcf4d0e37a6fabbeb5a8dc1f46df10_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b7e15475952a147e7d6d506ee9686c6c594d529b27e4086f49b0dfc1e237d640_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0465b162143273b73d2d1af7ea6f9654116a9b1cba8169028273185f2dfa1191_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5d1720d8067c33064ccfa16d47931fd18bdd3590f53023c2ec268ed9405d0983_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e99c8d382c503a7b1e25e6f72ef293496beab285d0a3453d09ca73fb58247163_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4e09db0d6efc9289a85cf5d4ced1d6a6a7f52168e44c366907a5d4ebd3e7d75d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:585c75fc909525ac0332764b66db33e6646e5e0b0a4d01d176be6dad70a7447f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:85df50114baa307e2b4192a46f80a292500401eaf41f45b071b23bc278562135_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:3ad0b56893a8ad865ef9de637c1f21a358aae5ed4adadae02db3c6d37db93422_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:56925cf35430409d4a59b4de3ea74d8e3779acf505872bcefa26e97418f7bc9b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:a928a27d2775d702a7b4888f87e770c93049b645b5878173d87d893288c0701a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c83836428568394e500de29f5e4b44fa4881f5b5813a8dcd42a5bd16b6bd2bae_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3fa694c3f2b9c05fcf2cb69f97d791fa46600ba1eebd67608b109586dac15e3c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:44006268f8f00b5dcc4737ce787d9221b50ad7af3e678ea6dea817a797512b4b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:6b7d13c5daddfeda27cc815f3fa02affd699ed626cc41775f78070cb8cab4f4f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bdd058e218fb99204c479f5cc33383634b184b1153a74c3333926e84f3e4bae1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:174dd5140764fb73bc002166fefbf8f897be7b295e10527410fee19338fe65d3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3f5a73689320e820972a39a40077926550f7864e2d1969a9352d3b833191086f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:df97ec11ed1fbf6397b6a62c85014c255b60c652c98ea439d1f47e62c6a0e4bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dff5a115ecbd046f3a1a60ce8d8518edd570922528a7ba56cb17716831eb6b09_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:11f56bb6bdf0069b7bea04e5051874cf879bff0ed36676dc521975eae8cf1bb5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1eb4aa5666fec327b24c011e1b7e726ecde7ba1942e0b8d9af38a65baa052985_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:77da9199e0922972da775122d60efaeeb4cb2cc464ff6855099fde770cfc01a6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c56c801a4a9e11f7b9ee071dc9634fd6c43aaf04cdd6b048dd4ea1a623ba16a7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:5332d1051a8774d9d3ebd2f6df71f2ae36ff23fd32b28edb418c028dfa6be128_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ae444a4f4274431a8dfa075bb9c91fda502cbdbe971856f54ffb6a0d5deb08a3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:4148a39c8311d7050050debedbfa7454b53c3e00ae4d63cee7bc6da688af744b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:699c1abe44686141c985a530a8b3b864b3a1bf2c5c6645d68f7920b8f752c684_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:608159f89bf52fbe18bbdb1c48b679346ddac7d3ace7883c84494615a4ab7adc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:d26f0f1adde0599a01c90d8b9e1e8690e6e532a380e7852e83cacc1e439b5424_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1ef42800334a0b6d395e1b1bc8e517e232713a4ee0e4591415c5347ea1352fb1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:23d11514c82b817c95564de1f0252dfcf753ca40cb154054c051b6bef078a960_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f5311dc740529f4f4c444fe33bd5731b0ff5d213620207f039af546a3c521226_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:14f9b0d4497da98ffed111c1266fd4e0b4a812f6b7ec37b95e5702438602ce33_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:4e6b6f1636a4300955a587155ee9063979e47cb387dfc1a85f3738b1cf25589f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:2cb5be04fd1145f054e994500608d1463f35a0fb87305e559ff71c972795d978_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:664dd8b515ac89b33051c38e00fabc4f2bd8c902f9fdd8df263b6cd6d0a0bc25_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:28e1a2e9d3850462c628b0bfaafac15d68def97b8c1c9387de58b1fb6d877f19_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5c60f40d38ebe6f95cfc0fa78fed9aa265fdf3aced888bf232445c2e76e4ed55_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d36d045c32e335933939150b36fd2f86599add415385560d3e10d4b74a704d89_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fa556b78fcc306b456576053e522d93e0c578807e220d3c562ea54cdbc2d1a92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f9ea746b7bc2eb6cf1d82644d42d363d9343506f9091e8bc67740a06b382081_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:909ff0827690342dce5b4cf713327f3a8887a056951953c9aa639e916129e1ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a8705dd5df6abd3d6931b298fe8e53cff0f8259547fa85446503b413b0ba19da_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:cabf1a3d4e2aab9e2273afa75bac084e93eb36a2801b91ea0d79982e9e7e5f2a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0b5cac582cea2ea2dee7d515f05bfedf2a5beff46ae6d5ca9626bbb36c94b865_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b920409f5635d704145bb8e1107a7c6f951976c44226a2083982443f67ce619b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d658355babb92069a73c35353c2fc0be4450517b3445d2387b4b0e3bd2b873d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f8036fe71f651189dda062ede40268c843ab07ad5b32e010250f9b6fe9234bb6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c5361be369c8e0194275ab97d18d52a095a5206888bc82d592f9f9ba28a34e91_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f6427aa92071d20df4e412376886d9831bb0cbb15c10216ebf2ac78de096b051_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5d5edceedc72d2ec62b24b6a60c278e4836829c78a0bcfeb20d87fefe501a39c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cd23e978bf90a7180245b04b5b0df939ba57e30ea13a2a759a5d04953eaafda0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7cf38584dd1c5c269f86d85b0488e9224ac989f985989b00ba718ccd5c1cda56_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b2a85daa27b4a10282c1365dfbb48a3224df6c2a47d6f5ed59c3c01f6035d443_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3643a11084c5df88b8dd9c8d7693b228f3a9d94f74aaeb4620aa458516c14e18_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:a6a1152188a6d2cab12133e497a5c29549fa0103dcde8f1bb530ce7a033033b5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b6f91ba9a89207a2f84a8bb1343179bd74948644a8b1608c2a2d84dee9ad39b5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c21ea57e4b38cb47e5aacc58b218ed97cd4e6ef353d86442236cbe8852c6f648_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:56c61752133f5574587fefec75502e2a132871ed033a824f62519117ad0c4620_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5eee9a534fd647002e246ccc70b47a79737cbf604c5fa4519d10a8c66865e5a7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b1428b294b7752d6d56fa95d6630aad0b6d205991537ddc3274a7062c13df3dc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c363dd15dc780181855ed7e8af09bf148d9e38d562cc54d90842f95ccecce36f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3978c02a12f2469999e833a2cd001a08741c4d9bd22ebe211bfdbac17563ddf0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8d20d5c213a86a2d9cf1d4e8ea351a70e2bc1e8864e7435baa701aef3b22441b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ad84f2d6f695c6c999a82e33cee9938544352a648c0e72adeaee0803289077c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d872bcf33f5d4d6f1a074bef0091e74de82b3b1a883b9004aa1f6193b84904fb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:027641f0d532c5d06663e838ddee798513282838efa12811ede36e1b8669949e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:198fbdb0d6d4bf699a9186c06c310e4eca0c3252ae8e0d64ea1c68d7b67c2bfe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1a3fb2aa3ceac5c827d7cde1cc0296d6974663d3f5b4139390cb29dee2bbcc20_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:51a53812eecfb69e77afa538400463c7eb51710777e9d9573804d2d9eab5d307_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:19cdd4cd8546c53530e098641c6c83e2f38f05f2d046c6a9fddc3c8002a01fa1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:27b826d0ac202a4321d2d28bfe26376b405458781f04acd607c3a27bebe83651_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b1c377c3a99dc0a9a6a39dfccae28c7e5a11674342530a05b237a33117c980f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b230c7f6c243ccfc43e6b50809f916d3247f8daad3c750220020ec4337b126a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:42cfb65c46f9f63ae3227c0dd5ca2a0a11729ecfb2865f3a4443821a85f7c8d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6ca3200ace5f9b6c36c20185dfbac37ef4cfb171f3a99eb9c746e52031bf380e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a9edb90a7efaeaada322b051c1b4cda47df859fad20ed42574fbe0fa00d15324_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bf0602fddb6c09c5c20a33abf72b947cf7ec8de6ef68144d2f4b1a1a9ad906ba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:13df2c323a0db01668777fb495bc342806443b5c0992fe7f9ede76a0e731e2b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:8e564be7535e32f63ff7a84bb61b3586b16b07f4ab6db20b42340dd998f2e919_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:29b338177ad61fbe618240d520eb180c1faa54fcd4be63c0d2d16f5221c4d7c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:97b5466389d9b1e4c54dce29bfb42e901ac2c4aa39edaf99c35f30a766d38b78_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:989cd4643516ba83c661cff6bb217cc25d502febc80344e08e90c6eef8d24088_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:adec59d5a5ca059167c1dab49e6e1e6363c1788833f2cbc2381cb7d88a98864b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f821e1e8479c74d1a672e049e187d68cc4845e7efb417e9e4e4fa99628f3ea99_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:4eef2a136a4fc3a9deb0c5999546aa8d498c3553107d1e0eda9d394b2f412169_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b31560936594f27a81750c2d73f97385d7b3ac87cfa7c75e1a4fc224243eb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:bb3bda07b0ab9cc97889a530b1da6d7eb3f7f9c8a98f9b867bb3a93da7694625_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d50f44b5a5797797b9595f99e3b24684908cc28d317ca00791bb6a7406e15636_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ec2e637888e698016d6df6cbf4be6d44e5a2f544e7b81884982e06ee632a9ed_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3c569b4e1ed989074b129cb91b307cfa10c8305b037b284b23bde4981f551238_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:4ddb2823de8624d7d45aa16adabddb92faed392e71c2d1a0b3e640be91b731f6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d3b7e9f39e5238f011f9328467c72a8cb8cf99d4bed7ac0593edb9ec5bbc90fd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:24e49f3b5ed9df72849a33dd7fbd4a0b01b8c3be79705d6e23ae48e3fd164133_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a9ce73e1f17b21b9bf2ecfa7e35f5d8e9c72620076bed594e217b870057185ca_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bc2fc4c0e55023974c90506cc14c51cf73741e9490632453687edf404b3c485c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ee9af4af02c40524e182fb1893b8bd59785be7d508111c5b0415f0caaadefcc3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:971256d54a4e10a29080f656d5de3b6281f27c77a40c0dc7352f1f05ab83eb11_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d4fc699ea35d0f1e96e825d2db3f21628e25589ba57c40ce771ed210aac5d588_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e3d0f624ec4e265daaed3072e9f9dc85668a917d49c96ebaa1c7bc05ca636197_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e47600e5f91aad639de386e422056d431450e5dc3560d30ad16b0b0bd240e371_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1cba0b4f393f1927ff5386a9b2ed74fed87a58e4b2d4a38f34fffedd30da14a0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3b8bfd739f87585230904007f0b438b4bc9d79337f0e9038887bb7f297b681b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9c7b3d916bac7900ed009cf82a03607fe68fb924805ea37e9950ff3fd6c73b44_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c0fe58445dbc3f94bb9a041ee4ac81d6e1ebef0eef6b2468c288be51d947555c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9c772d8d7af17818a38e2004fbdd7673bdaddea0c36daf239dfe65a49f78c212_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:acdda550e575dc7add42439a856726b3833c5d6d98dd9976f30be4b781a11a82_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b5be0c8ab080114879aafc5d2526924d32306ff545c06dba64c947ca68736f91_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bc413067c8cc3e6c40a9be4ea896d911cf6b3adbbbe4c8e85fcb243bbc7bc2ea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4b39c2a3d10a1e059c3f52bbbad6df20e52e47a422119d51806b59bda8e7e97a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5f0f4b8edf205f47a263878372c0fc80e1531f3d197d882a83cc6a2bf980c277_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:78987fc04ce330fd8ffb8a96e1f25e8ece8360680bbbf4c8854f1ba1f598f2f6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a43046599cdb529aa9a2672b628a7495690b03379c7dd4ec7bd744b01793943d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:25b8603f08442f61b433250cb6f4839cf2cff118df56d1d7e12b3b09e859a278_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:912bcfa64c2dc40a0f8573e595001fdf9dd3280e4babb503198aa019c4c94dcb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9f84034243c6dc1341a059730c81b05bc6626b913524f8d854e7d13c59eb4d45_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d9683ec09f7d3d0c73eb626fa7132ea0d7f731893506437d76db27bef51ae518_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:13573ab2e748690c65900137ee67fa558a1938fc2c4d92deb6b308809a77dbc7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:279fef1862c07ed7b949895843d80c54180a704411df4bd4059135dab63900d9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7c527388a78edbc77d6a9db9ba9d5c8ddb302220d69734f4e0bfc26b63b3dcb1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e601bc25408a2eb5735db7d2595f969a59da9560516715ad781cff5e4a57f2cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:264fff5b66ca49266cfadcee9765ba0b34bccff8dfdb12e5444db97af4913095_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8f14a597769b040fed9d1c1d610b6023734dadee91cc28588b65efb25f6308ae_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:bf78d9a4afa92e68d8018283114bbc7fd11fe0a9b357b75a00395ad630ddde75_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dd57cd8ba112502a28c74d7f9e021035a061e1f51377ac0510dd02a303f14f37_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1e3163b559a137ca99141d0913759b5a92cf30e063f6ee2485983a486d97a066_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3038ed29c6dd5d46bf8d593c154537615b8d218bc43eb89dc099a546308c5b33_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6f5d8e50b9cf127af5334e0b1e97aa1bc466bb1ad8a1dcb2b6c3e7494bf5a1e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fa6736bee0e8806b00bf3b6d971e2de5ea49f3f2a89e8cc404d55a70e6f73720_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:09157be733606534b4788e13e47f647c427adb2d36031df979628d1e3d93b096_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2c52bc991f789cb2582b4fcd0fabd20b86b5893d9fcfbf6e9ebbb372cffecbe9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:611ab0d9521d88b9676bcf873b8aaa2fd385087814de0ab05c7c853fe98da20e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c6226a0f343e69d720fbc83ad01daedb925fc39d272df78fdacbd847fb075bcf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:19425f8d71d7b67b74e76c5b770a5e3d918dfde9a9eb3e181c767b4489db01d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:39f0f3baf0bf65713633aeb91a80cd35779cce2b43e6faa70838e0a87bdb12cd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:804965e59e0147de822be6cc464daa137e45c991e4ff00c7184b6fd8105eb781_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b9b4777d271c5ea81505111d169134181bd46169ccc05dc65f3b6e59f736d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1a6e143562b0618b3f5afb6d488e8bcca48d9b0b4f68dc70d77279643325ac52_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:22230fd972b50ad12367aa043fef070d0e580b71e874a0e3fc2f5aaf52839773_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3abe2be596ec79e32806af4d66a7350835433c11e8b053385ee6463e65f31d30_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bb8fb8cebadac019a3d8c7fb2338a56918ff39aeedd55318fcc7e7c6d60648a7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:28dc48f706edfe382aef8370f464836e99a307136561dff65f7e7e8b5dcf9a5e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:533846b923d36de2b953fd071f6f7ad38e60548e9ef1d3f704039bb69b59530f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:68d5b77732cb2c0b0cb9a7e6f4201570dd8134dcbb21019dfec4bfe1fadbad1a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6d20fc820b2b684137df0fe673dd4e98135ee6a8c39a660db8435be44160c4b5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:48568238316d40eaae138ec218e4d0fb6119c94d9014683bc25934210792500f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:1d1ba67b2ebee648e679f886122e649880437bed73cc62901f26e77087d1f72f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:627e8fa2665e8d19aea0b746867ce31b58cef207d6dea85228b175b96cc95dca_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7431114311d645b44e0f98c9a0e92e62a2c412a2b57dc47b52f1e4c5ae0baea7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a88a9aa0807380263b476e1e7491c9a4f36def3c403b43fdd30bab55f06e673f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e38292df09d0b5589b58f31c39ca74147011aafc1a51be00112856a7242cb80d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:67f16f35ae8e95b90d758bf617c953ffbd0f31d685b9f023c34e5de5c02d1d13_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ae42289a9ddca85918d07f71db7415d099e8544ead8ae73a0d79e600c1c0f067_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfcee1078c7f5425c41f8d3398ae512f2a07d156de7d6e92d24d7f5eb1eecff3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:eb851650658c10b1a102258af7b72aac6db36647d07ec4eac2bfce099ae68e67_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:74efd49cd2880e07cee9aa16b7615504fcd276e8606b7422ffe6a253636462c1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7ff9273c653a511408a49a0778e9584605b9d24e1069da8a77049f70e2bd5616_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ad02d1ed96a39fedea9588756c548817e8672b8fa6d3e16f1f53221e3e7d9157_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b10f0eaa64d49ea5763131b8ddd134da6771b835333a4f5ac9ffdaa13cbd08f9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6c75dc3551d30161fe15ddb87170bd7ac33cb19b242907e99a9f2b003659efc4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7cc7c37a8ce0bc5a1de200fa97525c35943d5fe789787d642c4a3079c251c4eb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dd8dfd22f1e93168de72dae9a266654563fd41d605c65b4bb15f20ec65fd53f6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:e651483d73deaf4125ae3c2729bd8a42b277df79a6ff056a99ee3e78e2164877_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6590ef2d757e5ac11ffacdf6de04ac112e96f4bc058b97aae1facfbc9bfb9317_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8bc45cb12c534a1dcaeef41b7ad0a4cd8ac0e3b0041aaa0cc3a9b917602ba5df_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:92e18d38fe9dfbf0e50933d15f4178cc149b3e4eb535ccf0fc0da030d758f435_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:9a77e03eab2a1992fcd1c0a1f1c978755e236843ee4472bb551968fb16568334_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:686e7784cda9016a460c9196a522f1fb510546cad343e26f510bea264ab9b515_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:77d58cca07f50ed35b30a97c24f66abf5fd5482be3c2a86df38b5d0e4b41e4b5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:a553758f4aecd97de2202ffc5d96370765e1f92a11fa4ca464ad13037d7c1a70_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d09813fbb679d41aece1f097ecf3797adf142242feb12769a604c37df1b6d80a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3a967546fc93fbe58afe72caa5892b712c5b96072d3cfccc1c7d9b27cc6fd6fd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4d09ecbb6bc7010c93d65d8bae5a368326d1b52bb7f7410d30dd068b4b9c1aff_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:78a9ba8fadeb516fb48a37ad2abef78f57a09b5e701a31ca41e4bfefe493d781_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b44e2dd5cd2daac1ef6849feb0b313950e0616586fdcc843a051788fa071a4ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5d94083e84fbdaa57cd8723c20bfa1bf0d2eaa0cef52c662975b286785db8cb5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7662aeec067c8b3bd0203da4d87e0837eb624acc7dffab9c0eda8081d992fc55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c95e0922aa74f51030c35cdf1ee704f01ece7b4ec53f361055f4cfc58e464bb9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e4ae1090a43cdf4a540f1a2cb376a93d2f74449ac44ba6d0484e4612579b3d43_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:48c47a452810fe65a21fa858b102a2e7d9469e1143c51857844a0a74ebf03661_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5ccd0d2687e836eea86fcdcfbc73c7bdced8bfe2050c466860306d246375f0b2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7fd64ebc835133fcf6fe9d286f18f790b12295dcd904d61cd255c97e49f216b5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e862f18a4bdd246891a49434389e8dae5d73a68aec6d548dd282f3c56396be98_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0772170993a9fc0531aa948ee3f4c83a8e530802f7d6fe246a0688026c050d27_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c1b6b3c81c49bd764dce7fcb732f14f378aad992c953cdac86872b4113e8168_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:307efea31da6d72e50def18e1c08bae9e05ac8991d90379280c15f69c93be375_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f366a95bf18554cb9b48af250be89970e4c6b1fadbb97543db8bc202eefe282a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:09b9a909358f49dc84cf863e418fa79a72c5f23ce05cbd4045b2c966147b4edb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1ce1ac2cafe2162c4070a5b60087ecdc520db1e90a433183157c554f86a8bdcf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2c984681915470552c6cf4dbd2c900d14f29d9a6632d7d937d2fbdf1cf16a5d6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b3809b2f792a8b57efc13591b88232ca2b83fd116ea1a6ce9c05ec39733bcfaa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c37ef0e5d795a727e79d2749570d7c42876e2884561857149a17793543b9fad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:45b239b4328e73574050498d8a59fae10b1788642bfd3fdfd487a59654f2395f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d0eac8a6dea99105af2917f089cc423a7c21820cdb7ea4a3f793381cd07f43f7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e9625244e5cf3f4fd7e6d69a8076069e24079672e2c4bc4df7733ef31c3aad9b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:25939a8eacf00a315bfaecb90901a20f2d314f186c1a23ee0814ca611866ed5e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3b3fe898a633924c2e0f803ca944cc63d99359966004c6aba6a05c446a0539dd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:55a048f1d9ac836497f7783369b5b582727df86cc64fe7df91c463db1fc0ff30_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:88990b2047d4ab9055afba0c6f8895f30a132c361722a1524bed1671527d99f9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4bab889d5262b3f891b99f0a521f6d4511641313cc1d3a5970cc2182c52e0fc2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4ddc6ce50e06c258b4f24827f1fe5577c4ceb5d68ad925a185dfac5b2b3a661e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7883c26d4640f30a8fbd635f5442fdb46625d727a1b2382220c454aeac081fe8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:955419c1ead9dbc1c2545f367907dd4b1e8133ea23ef65407341e9a505b1cd17_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:206e503ccabc3f5a01f11ea5026cb64ad6ae62adf2eb9044386efac6586cf332_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c2d2155a6d299536662cff9c5a8474680dc8d9c514b152e87421feac7cdcc22f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:e62baadcd61bdc045c205ce81a3b2b650be73e7b3a5dd5cb53ea4c2f8a181f0a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fab5b1965457ca46faaf5d1e6882c17ac2f0e1db5017cc81ff4da8a9083cc838_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3e9733932088db40e1d1dc25250b68d83aae6fdaa33923c2593ffc6f10b84984_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:62ff6e225c6c72f9c9b0bb33014544d1e02a30ff9092c25fddf72d9ebc8782dd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:70259c080741f045c19c2dfb1fcd5069e9eb7e413294d855262975ae03e60b6a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a974b10609ceb50c391abab36ecaffb9c6ba62f66b246f529d8f7d1f038165a1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2a8daff0897cef178c43b00d43b3468a3ff9389ebf337533c771210ffc608bc3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4c7da9adb32c409132dfefa7ae79fe99d41b6f59c592eea234970279694951ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a54253ba850cb357befc0173748523a1762858066023e04388c94c2d5caacfc9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d49affc20c2c397c1ed17de7d3a7fb98a3f66efe9f9bd4f4234c0832393df9b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2321dd8c9cc505a677622c5cc680e4f3461c6bf1fa4267cdf7f39383967a0b3a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:582d0856a394c73d8faf8d1792a80ccd8c66d80cf65b9dfea344351d767132d3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:938cea3b81e1b74629b0bee65183b0800518b4b757175d34669fb25f6e5d802b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d8e3f695418674002c1dd252757415372d95b38f813a3d432abab774c7427b2e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:8fadf40fe968046de41a4a4c6f643d9077f4908a1e456d7da29e0b0c79f8431e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b7b73c5b17ad867eaf4066be6b2fb9a322677ec3265c0d1bde2e317f54f7accf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dd6c4a3b961b608a71122ddef308287483d90f3a153df4ebd00b4f85b46bd551_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f5e86e560d2dd575aa814329ad50a38ad4c7f3c111353e652e55aa5b58033f18_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:10015b131c57580e5edf1fa90b05b19482ea67ae3b588efb30da1cfb2061deda_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:99060fe9572cab596228b61e892ca9b571e3b740c4872ab55e3276d4ad65260b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5127b9d0570329e12a37d1c7e38a3ad9a1c990b7b0e1d3f3b31f5ae1146a518a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8403b335a511bc219b98b899e2cf4458347dfc67c8e15440801b1434f03ab555_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:8bd350665dfcfcd29e64a93a9c1b700817a99560dcc927a75c13cf22924a557d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b47afa8cdfbab90e0852af59ab14d95b430a2e94245aa9d1c65d1a592f44a90e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:15c698a4b3293ec372e1ceffaba0fb9360499514271d26c22cfb6cb39852f598_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:43344ef6148d5c76a10961d19b3bd83e219764cb53ac4f310a513bbe694fef6c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:084a185169e09b57b07073bc5c82bc741aeba187cd9cb33149c830af00cc6582_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:171aabed219e2a837afd87ec9dda95bd32b6f780a8c7116a6dba18533c07605d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:33926bd728bf4ecfa8146f2d55c05f151150d249b965ac4338cfa8a9acf642f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c0709bc4da1e5574cf296180cfa6abce28c2b7ac105abd95535422abb090207b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4ef4397e1a1aa5b377ecab2fceb5c2eb15b526ae39bcd9299b45d9abe4bbbf31_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:852e6be5031cc90ccd9d02fcc66b59baa692d594e7ae95e68b8923732fa77b49_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bd9e30cdd5958003b7db73e8d871b448d208c099f3dc7e9df3ba56e6d476ea66_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fc61ea57eef9eb7f0bb091cc0815a81844d60c78f5824640e40096e8de8a02c6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2020b01fe0c8555a2cf070d5a9bf75691de4d8b775b4ac91032c92972ae6a424_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6c3b876e5fa5594ed92ed3d333ad1edd228611d67b060024511f8c6a53eeec92_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cb279e6a6181c4ab8025c6ee74497cd95e990aa02a03aa01c8e4ecb81718d231_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f6562421b9828dea833fc82160705ba8c0349531dca39eea94da4bb31b8d3468_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:44b8d7704e559a8fbde7bcd2d7b51cc025eb2b898c74497149f818473d6b7237_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6b3db54da066eff7abd8e8f58ae42163364355fb1fb5a166c3f90ef42024e24a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7bccca2d8db4038ed90d7c5d995bb2daf880b3d6aed320c6d6dc89c73c38170c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:afc464bfe9fb581e22275814fb3263ada3383b571ac4765507d2640470a8fa3a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:353292bd26a33c9a68fbb8351005fc3b65d1f0dc02c82887cdeb5d28beda1404_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:af382c36059c0c0d6e76b41eda8ae2055bf5717205754272edf126fe15737cc1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ebd113dd73707e7e234669c4b52e7ad90c5aaa95d062fe7b2ec18ad63b942920_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f0b91324c63bdd9b1603e0bcd2e554e1d595168f9337a7c26d3834093b24f6e4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:23a74b9b847094d230ca89e8d43c924098aa5a8ad67bc02c4b11833c4620aba2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3a9adb54f0e11beb7e2f393c00ef6014f9c18796c36e47ff1f08807dee8a9e0b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:558cbb955c8d4de727f010f3fe97f285b6922f4845357cd979c22e9d6afda4dc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:64f0e85f122f8cef1a5b444095fb16f95b255865ab116cd59a4a541bb61cd09e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2b93d36104e2c99c09823ed5c6d12e25abf3dd07e20683640f99b687a45e9b6a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2bb2c4706037910e8045bf0127ddd9087d2c8ab9eeb09ceabe97b18dfe873c1a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3e5d6fe6f1f7a495efdb0a61dfde0d20def80759a215bc7097265c816e07919a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:efe7886379624399e04e4f213bf1f8b2baf1acf989823caa93ed8ba76ccf9372_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1b152d3df7256fa1d16dbc4edc991503bd90432e1c8408149603306e62a28a89_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a7c3fd07837a9c03ab834a0b46ba51b50c73037203ca4d12d8cb2a45f690e62a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c9aa9a181ad76c715b410ec6866d86f28923d2becc8438f3b56a381d7c668897_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e96b65f0caa9f23429318080d5812ddd5c233b881b6f460d944990000a6d7018_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37569639de1f8c36904366fe21657db1df3c26c03b8f9f974e0a87abe862c7b8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8d27603330319790b463eba638816fec38ce5ce81e7cc2c113636939d713051b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9e9598797558cb0767f9bba75faaece26aadb56163f94ae2cc2c137645b5babd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:cf8f8b11a984107f035ff28ba24ff3f6e1d10cd764ac472b94bb9e74d435a459_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:70e6484048faddf5f59bc7399fb22731d4134b6a6e2c2ad3b1e92bf26e5ca902_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:93c6c010543791ed57e08cd0630a7dc7903d7455d61686cdb0865b13fc52f44e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:cf50871759b51c4fd1f164c53ec8503379de265ff95b5f6bfcb15d3820722c78_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f296becb22727fbcfc0a2a4a91139dc782688f43f63396d645b03bf698b81ecb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:227f6cfcbd9f361dac87776c3b625a4ae91a7054a29a48c0aec491a786f81380_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4063848bcd02040ab2a26a1e77d643a8cc01373bc6467070f72f8cae62ad8bf7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7315ff02d1adefaf5e52dc2b87903cbeaa1ad7c30719ff6afd130d068ebcb429_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:c33effb47bad5780e4e0ed220647bd0741276ef5c19eea05014b528b91765efb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2883dc4d23d0c4ec9551a0818f5d5edfc708454b48333db179232b6f7bafb4cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2909be49bc0471a0e2ab4e9172e4ce490b305b8e1fb86729b45af106f1ad5ac2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3b91df98133ad62ab43372695b3953c54d58e70c15eb7ae201b68d73088c0bb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ea31f2ac734ef3cec4337ec6025a1cc01a2452ec124f102e5b1400a9ccfb05a6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:2aaf1b270a589b2e9c907bc35b4a3706cca1508a06142dd3086411e046d7cd00_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:32b91a8b6cf6278fde2c8d33666748a905a8dcf290b6e16ef266857d4838d3c0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:fe8f645cd130c489a3454252abd64c554d583cbf984aa3e568ae9c4073fa0f03_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:9885e38ff9be6d7ae070a00b851232a29e739a870d32b2508ab9f34e56177bd5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2b7476cab5336d76457b1915e734ab8702c461af8ca4d9e474557ad8354f7065_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:4890f971ad6077addd93d4c7fd1e9ee46ef3634bf89ff5adee2a95ad7b7b3f12_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:afc7f162c9c1c3033316a984254b8a477d8eae5bbed9cb25257d54a54e1bb866_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:e9bc1798e5283c65ff1487ae78c1175395e051a6c13426d3e8d1b898469a3493_amd64 | — |
Workaround
|
A flaw was found in PostCSS. A remote attacker can exploit this vulnerability by providing a specially crafted sourceMappingURL when a specific configuration (the 'from' parameter) is not set. This can cause the application to read and expose unintended source-map files, potentially revealing sensitive information about the application's source code.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2606e2856430c12efdf947977a070de13c3f93d3f304608c411ed57b6de0c6c7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4dda7a5132b638230470f86622d84a7f0117280726ea52e3769c15f11b1dbbbe_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f3b4137b1beff722b9c1ec2e451577a22f44c47a6196139a39d4aff3a0386daa_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f688b554b17808b3aca13b4e6bb8a240401db6f6cc5805e98ebe71ff43dbf1a7_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:07716873e44d49ad177f8c572fe54cec7ddb819a70492e6bddf36ef2ea5e6449_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:288bb644cbb5e14b00d80e0b409c83644a59cbcb513d19025f8b97de61f2cbea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a27a41e1a167568dc9bcd1f125ac624897d73bb6dca7be80d256432b35e4c6aa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fe9b92e8a052208c6eeac2ba816959ee8129cc0f68bc93bb0a1a2f940a49f4d8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:44ba1190dc20c3a99259ef0723be3c9e1c2d4f339ec4eb4f38a9375cefd60d2f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:48a700617f0d4ab9dd6b40cc27e9f602892037c10872c19c60f62a2a848e451e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9319978cb44eb1f26a7d82709c4ba7d9b6b0bdad78c6c6080bafb0933103bda2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e734fcb9ca41744ac9213327a775aeb0e01ea9974036908721b532ed2dfef923_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:10097712385ddd416b15237d2af20f86a0370f1d97125f1e8a0d25a7215f6751_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:40f8f7e1d72a0e70d96c1ff028cff7125ead621e89cf2f3c1cc5262a3aab65fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:50ff72eded21d210ea9c57c9f9b192cb6ca5efe781c5c5a9d2e1129e2eb7a248_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:f77b14655ac6137b53212c8ed526d6baf86d6d6332513416daa73a6dc468c832_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:76042ef2dea9a9316a7bb2a38923d0b670663803c75f5b8351b5e71d344b479c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a645a364226f6768df30645c15ffb8b7feb1932a96c3666cd2d8bbf71786fe88_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:afc4fea57ea3217712f10421cdc7ded66093dfd0d5cdf09120ec1200d696f332_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f70b291b3be37bcef36e4cd282cbd88f917dcc5e61e0ad6228b33b770656b8ca_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4cad4e954d5e9fce7e93ce3a81da34d58e01c38a5d6140cefa7eeeffa13e1431_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5c1598ad56e3f9cf5801a990b2d5d007632cadc69118dd15b771d8104893b722_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d18a7d5884e709f2440b7f85999c2351c0f74ba09b876a7c915a974ccfa3dea0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:ede11c7678a732b9ef9a763632c13e616a95cbabdb36baf0c5c48ca0d476c260_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:208703e1b4c8fd82b6cffc790affc4bb8966f6d95e5b5631d9fc7cd429d82242_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:40be47b6d5dedb587c54ea5f6ee763dc3007284e85cf75d9f48f4de83bff4f0c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bfe783bcda48a7678e776f99ab08f9d6cdf882432ae03c46593326bf8b57e714_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e43bd0884f4c1993cd516c3ea52d1f878a783f6a998a6dd3fe4a98ab11bd3e87_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0492b621d90ebddbab300b3bcb6979598f11380da79b32531f8978b26fe5edfa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2f4ffb0abe2bcc7b801658bb46ad9f397d7a3d11e8b2060859f5dee1625d7ea2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:30b0e4f82db1f3e39379b7aa792514aa726a0c485680b67351c593542c1b1127_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f0f3b27621a9276b1f4f9601b1b399eabbc165d74a4b4a20ebbccf6a36a8f98d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2d56871f80eb82c502cec2b901d3510ab482eea981f50cba4fea729c83f1897c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c169319f15a3e6ac9086e21438dac78a6b30f142c6d96d63c259e45f4b98c2ad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cbb1706913eb430b86212f941bb32b066af04b431126af872899134a9e111ca2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:de56a4d37e6686cafc8591eb1f7520942036037ba5af21c286aea2d2fab95b2b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3e35e96ed5607d7229629ee64a3a7c942fb12da93a75e989f1fd9aa028e8fdcd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c045d9282bb2e3ccfdc19d09b76e81d622ad5c41750c960a066f9a735ce47a3a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d3c7bcca57a84397fa1932919a750ed7a002fd7f7be976152dd7c14d60feacd0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fc479e1b1d14c548ed9a783109fd978efba5363537b835a5d09fa8d0fa9f9068_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:0e22ab8f884e0095c3cb3efcb63f9f37d55b72cff37962f271fdf534deb469c1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:ab518543ee2455263fe748f1d2ab5fd1fcb87e03bdb241a1fe657c748e220e3d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:cf25049921f441dee72daf95b707da269c5ea7af7026674c42a7e3c8cc682e59_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:d5350fca926c7cabd8fa4e7749f0c2bd9bf90069a11ed96342cbaa0ccc16f889_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:41ec41da1569234037cfc2b9cefeadbdb4c1e45363dcc0b5f2acce2453ba3dd2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:bf2513f4ea2df4a781fa74ddc02c207133387318444f7027e6b62565e8af505d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb3cc6f050ccd3fae295639dd627bdf3ff5f08f66ef0fdefe24ab8260cfba983_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:efe54dbb00c22c7e9e4a6d7c40e52665823c5f94d4b7b03236edeb1d7a304f94_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:073ed3fb3dfb009b6ba476883da5421996c5c4f4119375c0c83b072571d935f6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:14b74e5080c191fe32bdd2a416c80cd94a0f30ea6d5f18faf7396c120c5907ea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3c86e67143d2caced55d2dc470df15cd1659c5e16c7eb8af22183de1a3222901_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a6de5df300008dde127b655f67ba1c8e637bd6e67bc2c811c0d9e0ecfc3cb08b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05ef13e75b41891cd2774cf5243b11da290ae75f12ecd07239e580a5238036a5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7c5f6b71b68331d1cdff8b3273fc7cebb945d9c037fae5c2fe0666f84cafc928_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:c221dffd999b01fe10c83c1cf3e93ed9d49beb5f0f13e8e23261f44a07fd9342_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ea42eecab8a62b7896ffb697f402857a31807834a102986b3967faa70f63775f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:0123a42a6d10e21067ef4ed5ad7a39541529ff0157cb27443a95b0e5d88efc7b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:61e542fb10dc0e083f8889b0b94c3525f3882e5da701b8db31cc9be68d803ec9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:69eb532db9fac5d796148a421f1c0a95f03a84604fe40d5e5a3719c995b8d3c2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7bfdc577bd856e0cc690c86a8fc9928ed3d034d4d1455378c95293376a74b9c3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:023e336977c9e6f23a82083ada96020a26cfea384189b765e89d6acf7112957c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a0734ecbae0ba4ef8a6cf77d42383afe04fdf33eed2c0d1e34782f147c675581_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c64a9e77bb865dd5475a4022629d394ced47bfd9adb137f69e2dd7bfca2c5a29_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e90910e06037ec13a10bc176da5a516287ddc34ccdfcb36432f386f7b3895136_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2052fdaecd2f3807694fa17f35f03f84b5d8116ca56926b6d657f0594adcc4af_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:274df573eeb1919286472cfde2006716aaa62c65ad1a6fb82bc351e7292a51a6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5f81d0322afa70edfd932cf1f80dc5a14ebb30f3f4cb0a4b9943859c3ef8a741_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c5f86407af14e6c3741e75068ebe79aea7c7d1a73ca87fc97128c53139dc8748_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:11009d76f2fc73fb88ad8650914948e04e30d4096420d00a4e6b1f2f82bb2a48_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:464e2bac04048cdd010a9625e6657c9f823ebadd624fd71191ee978520874528_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:4a6beae013e9de12cd8b0a39e9e7488f51b97b3f295e14d773eb28c5df9d6743_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a2f765f47a9fbb2acbbf3b00c2d62d7df283546b7485e7631116fe824cb589a5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:82953c91b88971066d4d605174664863cb062a6f7da286754aa4f05c11a69bc4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8adf05874d8cc6284cb4566506787161305d95ba4c318f070e01960939526d59_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b0127947224f18d500d967398c5008737df32168d2db50f1f87554e149328d71_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:c25b7a4bba9a988a6b7daa4eaa8608df78b927d1d454aac7757f18e3b6c78d86_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1f6a0d8476232a85b5d18ef9ce148135b69a4abdc45952f6ad0eaf41604e05f8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2989730daa53d788a9e1be03bf922a07c1111ee8559bdef63d058be6fd5f3fc7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c0cac6ae1322cdf12df3c55948bcfead52641aa95a57dcdea97401ae01c1860_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:adf166a8095fd21a818265c01776b94e25cea102a98de6875352cdc47fba933b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:67f12e5ce45f173e79229f506b92915943d263ca0adaa31a027cb7245d7a076e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6b91bbe18861c83c79693a155979f3cc56162624412eef4c57c52cfedfb38475_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b2bb582913e9dedea9f2eb41f1568fa8f0fccce2e56be4f666ff41f3698dc147_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d35f97d205f82d6ffa260582fc6dce2fe0fcc3719ae0e19e85e06e7ab629021e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:03ce535e7bb582ca85793c8155f38ff9f73231e7cf5af4ce223ea89d4d2eeb89_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:605dbca994f47b04da902ae4b76744eaebe0d716a7a5fd3cb8e617db5dabb8c7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6b2582a7f534bb2716acaa72598b40f593897124fe03a5e6b2bea1e4c1a26d15_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d88f52e765c3f5fd4ad80f7364efe49e98ae927d82601d27105eb6ad0b484264_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:1305fefe98602549511b835fd1302eee6a4494c690d76964d89189c90f39627a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:325af02386526656111c663e6a206e755f2f30db00059078a0391d4af6cd95d2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6dcb4d60294895ba062bed0e9612ad7fecd7fd8d8cffdeee9bd65ffec1b20a63_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f492d67b16384267b9f65d20b769f93e3122f0957cec290a88a1b244c80e4b54_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:56cd8314cc9791e043cb4e5ace324013f4ce4c825fb5f9119b1a6c6871b76a3b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d6ff019bc8333893d6d5799927ffd9dbd02d0d388752a1ead6b8f85928fff4f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d7e525584c9b7492d8b989d2ad0b8ccdc4f244987f26b4aedfa7ab1097aa8ac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:598dbc32cda4219d6a0442aee99096b77ddbea0148ac3260c9c37e00b13cba23_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e223d745233c048714d3ff7a04f8ee565aebeb0f5aead03e55dd9f305fe60cb2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:05fe3c8332c4626e356a2b8b33b235d605b8cfdf8b49a68475db687789a766e7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:64ea7652aa2f9f9ba58d56765ee0ffd7224d6534860d118c059c2c066bbf2142_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8673853d611d162bc12d1791bef2acdd4131a97b8a6e46961736724b69332db7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ee04f343f0bc1c58b1e016295990225bafab7b39a9c1a572b10cdc19076150ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:4771678b9e18450e8e2a6ab991e844fb064749a0b09b089e54a802a7109c1ae7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:68c90482505c592a6393640c16467c1416f3175ba1273a284c3d0a9417e879ae_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:234bf4abb67f86a27d549a2d368d080a3671ab34786e26c6abbcdf58baccb034_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f330b931299e7c97298212e0514c55f9e086e2f33ab7e522d40d8e9df843ea11_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:123e1027c857bf3a084e45755736871b220117eb70d774a3b450f7d877e7d1a6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:61d9a3fb3114cc2252a8ecb5b0339a5fcdef87cf962f285be72b164933afb857_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9426eef8c79d6e2c9cf5efb340257ef7dc7936b3369050776f4b45ed6603de37_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b693182419b2287a69a8bcb3bd3ef8d6e799b5e7aa9b5f25cca855995588e104_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cde3a4deb285f4ffb38be4443b3c09f33a44d8f2007bfde6f8766d371487bb80_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cfa458375e07e80969d9a9b3521c5983fd20f384b74f1080b865b618afd35f32_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:30a0f7d083fbf57d19fdebcba31bf52d257fda3eab13e1c8b856291f40278c4d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:7078670a28f19c15b118e3ff8d70afcd5e329a22eb6a44d3827f9554dbbee812_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:6d60dfdba0f6368f23bdb554da68f81e3d088677ce9748d2850ba8f2ecb0cbcd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b71a8dd592d2646c7b085b06edefe64be96e38113c3547a111a8d0201992b98c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d906f3f6f4740b50fd6266205b0b3f986b35ca7a64ac7b6c52cd7167d0cdab23_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e4969f9764190a2b46dc5c9c7375213c28518935d80c4e4570d122d231f53663_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:331e8f309349114252acd7fe42067ab2b7bc03abb6619f1df59c8fe907513d3e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fefc2125429189eb85f3c807ad8ba8896a48518f3dd7d93f94a091ec925e23f1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:8687825da05aa3fbdbf32fa82a739f58585d8d2564501deb0d3b97d67a4c431f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e5886c91ae307b14a848b0a571918a57a9d2d85805af6c6ac7a2404dc0308337_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:260b87efa1dfc71726aefc2feb8dfa83495aedfa6e95b0e86dd1ce0d246233cf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:49a1a91122fc6cc34cb21b6de67b8249f154aa8e2bfade0e50457c224fc3ca70_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:cdc02821294c7bd8b4de75b356ec0ec8b0745b0b409ae9481dc08c4d967b53ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:e52b5054a3c11b34c3bc3450d9be2628816575531a1435ce44652324ec020dc3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:64e73e3f7bc1f37f40ae235a7866ea7c881d67afe29b398edc6f15befa7f06cc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b4f0c23d7fadc3a15840607d9aa13327a3eda6272565f88be3691b74f16fa13b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9b5eda1037248996bff10033108d1dec27b8417730bd721d980b778e1cb4585f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c397e51c6d4de14ea1b6a41957a3fe5ae54115c1cbaf414c013035333824eca2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c72d9616c2bf94661a156840d39e3a42d4023598c5d647562874c453b44b72e9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fef61b2df388d1e5714b0f3293bb7878f1ff9ac64b0353284576fa0413000ce2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:267a8525fce7dcfc460052b97dc07532c927fcb27257b29f5e43e5475376bc42_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:886cef96ae99502afa35aa5cbe5a16a30d873e8c9c92d6bb3c748bb68877935c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9a68ca065607df1a4fd1a351041d799b2166b76ebbdf2c92a0fdbccd47015036_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c7a8842568f7ed4d4b1ceb0f507aa5a56d80ab213877507be04ab55f8fcb3a5b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1567f1a6c1a596e22674ad45cd1975c8667fb2317c84dd5944ccef58326239b2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:40dad16e2777a64a836355627be3aae4572a7ed6417ac39e0dca5f019eeaf471_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:800ffbe7a0007398e44945b2f3772d657995ebd902918ecb410e5d373de06263_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9720a885c669964be135fbcc55bfd5e9766841f6b11bb2c279ac030de9618ece_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02440d8ce569f4318b2110f8975fc4d0a93e6da6c5012882df9cbe77559a0a81_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02594f4e3bd44cf7d378a7fa0533d54b4365eb5317c282cf8295cdfb0ae5ddf8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3e5753abdfee794bd09cd51eda1c7634aa7630ea3f2a72ff40c3fcf5661e58c1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ea8145a89efceb27b579a5f79c37c7457d141a0eb38b2de5c82ced07879539d1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a1aa9421f9d52c8bb918e1b3c9daac3e1a076e70e003a58462b62f0a91fbf795_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d4dd77443d486829650aaee412b58df2c5fcd995bf2c493a22dc1cc705d270a1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d689dbabc1df0ca42e7eceba17ff474f9e6a30474f7cca15970a5ee7fb870a72_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fea791f1b353cb84039498653a7b7daadebd460631446fae5f05d1ca8e85dace_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:100ffa84c55a87981f50fa5fcdfb5a5daad0eea01d0bc14abdbc959ca0a1ff92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2e646fe351c1dfb3650d0b67694f5cb89fb7aae85c9b8edd356f54f40b9e9fb3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4a45ec0f50d9cec050f1c99dd33d288ba8f9e8dd1a71c2870eb5e799a42e411e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:60be3446f54ba3c5f93c5c4bf1de44d7e9ca3049abb6ab910f8e62e671a80d44_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:90b36fe8a88dddddcd584cf06ddbde8b74e9d7a78f9f51b77d7d2480ed45ed79_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d69ebc6a9d6bd6f8f75d933ee0f7893b285fb24e994bffc35514ff5211ce68b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:da6ed87ee2d899e3fe9c6e8b08bcd44cf11e1b1563972ca4aeb3e8bc806a1d2c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fdea5b85efe39b635685d506a4416115d546a9f56e87903650b5e51bec6a10bd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:47ded0bc14992d79c073e4cd541279def7e44d8ff586a5cc1676edabdd86c13b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:642eb8c1bf4631b969d0ebf3a0755f566236ce7b5534fab78d531c76d5e802ad_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7189cc475748ddba6ff3f306320d55a840baa8f1da8a934d4500c49e6f675ea5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bc10db6a9f9c1a60744f49c1ed737bbbb8454eeff9fd00175b98872a1af17936_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:017359024215cf5a7b00bd31b8b797ca7f5f456d66a34ac12c44e53c1ab77fff_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2635b651e023c9d4dd92d1897b4513947985256607f9d2dd8043cd7f5de3a765_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:542b1a4bf2fafae85c50eae7a182ffd3a3a07b2c234a00e4e6c639b1143b4b55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9b3b5510e4cf6b4cb86bae86fbf36c1fccbdeaecfe009cf2e67cb9c1d7924ef4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:048f5dc4b9176a86e0d82447e036ddad890e58e49c8508cd74f8c297272c800f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:0a7e3fc4b1f892ea2e77c1f5d961507f0fcec7740f33d3e308904cdea1d3ce21_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:44db7037b872b0164497a603e99b7c5bf2bd9aaf31158e8a4e8bd03559584155_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:a8ffa384c6770ffe1bb9b7b8729501ef2c06199e0005b16e5dc432dd8d23c66f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:176081efde0e44254215af3f5091e64748c81d2bb29a1e7a64ed2879c6a7fbe3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:42ea798731bcee8b868ae15f9d45b8f0aaa91d1a4f7660c53ee08b070fe4c9f5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:85fd9925886227b53c26a3ed09604c408c49b8ddb9cf7efa2057335bec94803c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8b7b592c5ae05773897351d97fc9925e6904ed02a6ed49e4737f0f649b7eabe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0d8537a8b89a087f59b9f0c413d9c8d6c77002ff0d9d8579d179291d3b6caee0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:14cc3a54f1ddd57ce5b80b6d111f0ca27f74b4321c9915d5ec1960318c71d752_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7dc1bda89f2fe70041f850dbb5dd3804e853961d2026c3880fd7255dd6e57b0e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:aac4600f524660e2351490cc7aa719ac2dc93193f64bff1178a04376bda57cee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5449067a980b2d50b360b1aa1164fba67693402210111708ebaa00f0f93bfb55_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c8486459e2b80ee2706409e888070c9100938357621746215ad7871ab9ddb990_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d748caca6496019c594ae5aca825845658e1e8c5a1c062a02830aecd677ea1af_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dac9a4617348551eaefdf01ebf1770442c0bc07033fcbff203750ecaaef1161b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5143aae8d524363878300902b89dfb5f3420ce897bc36064fd021d23993432f1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:6fa81971ac5bc843a536eaf167cf5147e879c5447d7c1ec17cebe7ab85692317_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:bfa79bf705669231df1e59e373712f0b04ef2c0676ebfd901bd9879cef16236e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:cad2e37531b2ba165087ddbcbccf9cf167c4eaca5a3fba5f5f4bd943b8298678_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3538795f3effdfe84442141d83d0292447b4c43e3d68871afcd453f80e11fbff_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:7da313ec91e1a9ff08a16ea2b0af0ed1ac73e40c4b629402bff19f183d45aef6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d9279ac3cea7e1e400e244624bd7ce53cbb6343d10872873e71dee20263d0e62_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e89a5c92caae6b72646e17535787d06f7640a47c59b0b4f418c7e48918736d60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0ec6c9197060bf068f358283d64b9b877e97f072466244f9d147552a193fdae3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a5aa2eb87a3fc9c5160f5c37c50cb88cc0a77bbf4eebb298ee7883ecf47b456_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc1512a1ca871d5e21162430f028d7b7f2391e19cee9b3d6e253b6b6d03cc8e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e8c2baac5dee142c4e84d01c731abbc200cf24a04201fd8690f0d47035958830_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9b45bdc374e248769add4b772aca63e25ff0baf8d490e64066bfa78405cf609e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bcb4f4b45a7d62927ee6589db9d31e9bfc87a13f3b0239649c9701b10d3dbd75_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c1c72b9d00d45dc90f97bd9c5263e6d385ee34f3a3f834909dd8b8eb28c3b15f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e15057d2878011a1142587df35dac65182dd4ec4c0f3c61055a73a23dfbd615c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3bef4d599101ae4c2162f47e89f5fbac89903db3f007bb425eed38e1d9b4d9cc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aee0556c560d2ef9f2ccf501302a373f15cdccc83ec2c6935c4ae6a2f25b63e0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ddc3c05d5daa3aeffe5629b7e2fedd5df301a3030f8f8c6acc3204b8fd7e0995_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f463811c1b1e6fc34934bb5a8151fa946acf321ab57f9901b3ee1b7f75546beb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2abfe62de89fdd0697da63674373b1c8a2695846d8acab5f17a35fb38fbc23a4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7701f38b6702b4a9e6b49b3db83073475c33528d2529e63b1b98664bb7191906_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a23cd4945d2e1f9e1c194179fab9c388677fa1317e02a99eebc575e227064b79_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f2f194cdb1a14fe59e05455df10ebfe70edabd37ad605346b6258c5bda79d96e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9b04b0a1047813b35f6ef09e1fcf1e06b63946e0a3b3feaee3e081b0deed689b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bb521f2f97477b5b9851f6655f1738b620aefccaaa81cd303d17eb74ade7adb4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c8a1f9ce2dea4947e6cb460bb4b4ae7ab6bc5f816ca25f3405799d56c6ca48f3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d8f67c5b7b8903633485f67a76f88ea13855bbf95e92b651bddd15fa91458ebc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2c84af74e0937a0f3451054240ab7ae2d44c1b566339012ebec9e5b75d7a627c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:41ab25be6eb002ee921bf74c1049e07547328632d576e78fc45245177fe9ab84_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5b389b9b0acddd8ffe5e5c3f9d54321d061253f3f45b5b66b6dfa0181b73b87a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9afa17f9f4e4551369e891d405098219c071231ddab921dd32bb7bc66bb0b6a7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:0bd76e62d162ae823a34a766fccd9d339e3f550720d863b477273734ed1fdc39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:dd17b1ffce727d9a74c3f64d65b72b03a5c8fed96e773665a078dfab33bd64c7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e8ed2c9324c2f5594f90b049e92f2fb3141dedcd99165e80e8bfe147c738adff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f7f45f6d562bf699e0e45e134c7ab71701dc3994882cb82edce9356be7627ce0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:22dee3c01cf1deff68d73d76735e420d223ba0e75dba1e7ae224ac4e7b14ae79_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7134aa51e11a7d6b826068d03b9c90a518cd3cfccec0e3f06e57f5ed77daf6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7cdf9e85bfc54e4562176d63e1f2be56775dd761c6c0cbb80fbf888dd1ab43_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b72954ed888ded15f443784fe6a684b6e0d7782921efb788e242d987fcbf5388_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:63bf84966169bf2dcd8b8bfee3c478d9e61881ca007fdf3a8be4ba5cb1118211_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:697ada7f8e4bc8a881e2f1fa3a8402a2e96448f948befd465c59e03ced12c9d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:85ed053619e39778d5a986255af37802ac46a26899c8a448abb139736db5e075_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:abe01f65affd92347d8097b3922e587548364d9680b74f767e9cbf139c996802_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:55102797bf884eef2d8b842ba8a5f2538f711622eab1c82b06941ec574b8f266_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9cca1a2d1a6f5a33257e8f790d180274f24a01c125a717ff79da8fa301e2f270_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a1f1be1027b54388f762951ab7983f18cfe37140efcf2c778a5d11d4740e8e9a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d65990c0adf148e94c1c0ec0730ac2a285b38eff128cdb2fac7f61af1514fd14_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2db5ea10de47829d4643fc525d9efe3815db59d5689c0febecf4fd722ad0528d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5dcf0a7d3c0b2062ea11867f5fd2a4ad56fe786b11c3095d76eeb4c844240a6f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:73b76f141fea3db7cf7df4e9b70443b37fc67790cc6986efdf53a32ea7360bbe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:be3286f36b4c80969594af159ede49ee20ab5dfbbd890649c2c4249335714466_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2cb748becce8d80bfbb66e84f63e0f0a3cdee6d9bef3833eccca24132e9d0699_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:374211b6e69093447e90462693c45bcdf2ece57b033a419f13585d9a46df62a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6047837c63bd707f994797af79267ec8bb5075b3fdd88c069b3acaa04ee2cb5c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d8c4afb75de3b6d432d4929f4d4fb6938617a794ca2ef2060b83a02588a1d0a3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3287f57d83e7becbcd3997ff2ade6e6b5a664fd08610464002229e0a116dfec8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8a58a72e372b4235b4751e08f10c97ef0798519e6b91595c234fc14089d7495b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9654a0a2b4549ab06e5422dc69872961c892e97032b18d913cc197dd3aa39f3d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9e9ecf8cb43e1819159bb8fc0eb5641b71663e110ff757e26d5549cf41075084_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4aa3e0ca4b5398fcaedd212506e222fd435f7a46c2eaeb7a49dc50f789cf13a3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5d094c8e18e42d662ac2f5ba16602c1513094c7dc547fbe3de562463c4096bce_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:67f85bffdf2db08fb27d52c6a0a8b615a4b9cd748d9a7e6126851d1bb27844ed_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7d4b6b9e67875889c95a5d126bcad0f6b98c148b85433180573f439a867d9e25_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3c0791290db50c5a925a80b371ba8bdf91f4fccce56397d12a989263a972bd02_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:654aece866efed516d69db0e47668dc85d3936e901aeabd098e07538aa3dc617_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7637a44a01d6c56f002120cf96228b6c68e92b4391d4b6efa1c81ff8e40eac0a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dbc636494f53ee38eae00f243bdb92d187ec84654c280cc454f2b4febd7c22f0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:08f46b1d2114a3ab80bc7cd277859a4f84e870c2421b9e13370774deca0aebe3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0ea69bf7a80cc8c0810acf8c7aaf2cc1374d3b034065f1119ca33af3d1794cbf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:17e61f4a9148bc2e0fcea85c19c98eb8c2efb701bd21f8b63547dad13fc256ec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:8b81413ad0f567583ebe4782344c22834c1781c5f7493c8a05b827f3f2a5e409_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6b348a4fae63bad66acacb5f0d03b8155246733e758f14208956c38c2bedaac0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96eb6b75d6a8ce22b199b8150e628a2a00c427ffc79b2fee2e24af1bf584bbcf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e0b17d193af2fd7e981c9908e01f2d840cc939e24bf1be19977beb85fa1159ad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ed56ff21aa465143bc0d1c4f20803873dd07999229739b84ef7861683476b22f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0654b81d996d73c5b5b03310f314bf3bd6871b3bd4d1abe791cec9b7a3339719_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e294ee6e92049316f91ecad5987a24d7d3c06809d3db2ee3f9a41bb461bc220_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e3afa0bbd3ab3ed4acd6d0059765116e9ab56090313932bd063098d94f1c3b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:929f235d156df0f59479d60379dab0d83d6fc662d9acf7ff050a520850ee0125_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:14b5ec9622b1a177ffe69a7c87b7797c06b283b26d5547828d3177f823074b5e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:52a47ec0685655243dfa60738842ba038719f2454b85024084de270736d06529_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5fea5bf035692313badd286c7d13564d48c34e3195bac3c74ae669607b5b5875_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fca2b0ceeb7e301640de2604932cfb2c386441e0d3b3b0e4a525f0a6b00f7cee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2b85420da837c90d984c5945fae12321c8e6b6fa270768da6270f382194f2d4f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5e5a715049a34055fca9a4b36dab839573238385890678734f96d7ba776dadf9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6982d2c27206f15366ece47b40f4a6a2994c7acf5dbb94aa274c55a2216d0063_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a38c23c37dbf421c77c4f36758a105b790123d654f1c8b3419becfefedadd0e7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:021e3ef983d0ca18800e0fc390ad96f4b6f6b9c3ab784c6e74ebe2e7fd7b31d5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1076cff5268f9fec09a760da243efbb72eb96645f838a746c4c4e28ae4feba33_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3eabe7ed8651b8dedc3a2c38a83527f224ba3b50088b3238e158048bb2ddd85c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c29274bf105ffdd07bb78270a6dc497fbfb699acce48c7c6b7b6ef32416eb20f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:71bae3f7d9ec2a469c8d69b9f67d27a0a98a26bc842cc8733442cabd43fe3c06_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b67943ce9e26423e0bf84f411d50f394a67a0f3368ff289e695f8819c4fa8c02_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d4c9ea28e8a716d6a46a42cd3b5efc82f42d456e21791c32369527ae82f643e0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e4c222d813696b8b3d4cef6982cc88ba3d4581ad6842b10510fb4c8130a82684_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4d789598c5dc7be91f05a8766dffccc377a71db2ea8c5cc563f396cae02326dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:70267df26127761958bacff38fbeece08995608c2a24c7a3724495128ef2bef6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:84ea38804ec003ae82375c83ed4549163a2c932d6264eb64476e0ad175b4a4de_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:bfcf2ab8d6586fd6a8f08ec2fcc71f997800b8f459577c31e654f8ef9325fc42_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:49a412244c4d6b547d5b0ca9bcb041b1e3cabbc78f5234ce52b678207d83b3e3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:4d2e1fee9a43f8faf39b05a7d82ceac50094ebe972fd1fd85b1528961cf49478_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:564e888a319fcd9b1af19b18a4281c5a2c41bedfc3186fb3bb587a1e28954c0a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecb2d59766a1aaaf7cfbdf1e0b92ed025a18fd54acd41fbc63026b350c98a953_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:296a9379ce17e07df7008f1d35004477297a7ebdf9e3d51a50d71628d6ac68af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:67f272ef9abe83f9cd959ce97e3d5c46ed6e118ca30f65fbad733384d228ebce_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c8b5246ba51213bb183e07d862b6d1f9b156e1d16b7656bd6ea061f9016e8ad5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ed375d4341175bfe6945ea8aab5208f375034307f6753cc726230629ab97a71f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:29e41d78f04e683ecb12ff2335b7205383670e7bcd2b1beec736261a93abd406_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8ac74d64736ed4788497e0d4d10226bfa212f6c0cc97ee63d7c61676698bc022_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:94a303f0dd0822b5d82509e3ff8af5887949ddaa0e3a91b9f94d0bdf4e1e267b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:95c3aff27109694e511c9e45d1132bc4de0fd636cde0855c9ef45f1a17f5ce7a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:16e2953831f686cd68012c8cdaea2b404c54c91050145b716ee8b0ffc5cf11bf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:91e3e3d331d92b90ea49a78531cd366201c5de278f56597d9dcbeae40f114754_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bb1ec078ef82180a6019d6e174c16a5a846e4cb8995753628db25a4ca0071474_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c33a11f1aa2fe38738663eb291e25503e2e6fc3cb5bd964e1a6f8db0475e29a8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:07163bdf6c27b8066a5f1e8674a2120054c3daab1e8a0db8cd728f2b1ca0fa57_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:32956c0bb79239db914454aa82f94222c6f7a90be718e22bb80c4e75a45127f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d877387429f09cf5fdf779e73200069c418e561f20a21815bd56fce1c1c4c73_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:9a64cc9623e5639b0e8ec8f5ad63a5ab83f92598abe541be09fceb37ba2fab23_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6d8e4146a7965b0a81984df7d0a2fc094c50e7010acb93e58510cedc8a42e687_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:764c1081056df81f61d6965869f9ba66d67f132d6c768c13f1b2c1c81d45ec6b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a27762ca5025270235002c90eed00d6d029d4b7103b5bd108eb527fc8e797f1d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f473c0c439be12fc83e9ebcef48a1a067a5f4a9cd581ca19ca34a3dd0b9fb79b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:6e95c6d3ba75f0655680a4e46b703aeceb57cc9ad072733bed1aeeca0e9b3508_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:ba23af1b9437640698b924bb0645013d7c08fd6121489b01b63f66156faa6588_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:01c4ac10b7061c77ef54bf337b8488722506d2a572d9da7d9a689b4c9ff7c225_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:67c19e36b3f264978073841b06d940efc3fe0546baabffdfb35c2e5a1989e96c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:add880787ab5dc1af04cbed51e2da0f6f630ee85387617987ec6d6d8e3a28009_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:d6acbf09fd11d29d0d715b96e60355a23deba955fb3ac6ebbcbdc29e6923d508_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:474e02e9e121dfe39458bdbee1f434d32fa29347f55386a4abcd3825c9235456_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a0e6d2e5adb8d9c223824f623bd7d391e33241fcbe281c54af8e3925af5781b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c3fffbd0e1e6db3256029c6cff61bb64ba56625041ff86a9d46a895076877fff_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d253f116a2d1e2f033f47422230a0a4e8a9fce255d71e9140a0bcb6f255c09b6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0b41f824ade401523c3ff06e2dace98c8dda246f40e6a01a588dab6fcad09683_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4954d67caa517e2e2edec0e5d4b95610a31b82d5a86f9058cbe55193987da9d2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d1a37ce3fce40a5d5e3065b5a4be81a18fe2a6b81bd5d16ada65f2647fd8fd0a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d395f05c26536703d44d06525efc0ac6203440e6576e8a1513c7e4ed8563ae62_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2224a1bb7f39feb0ee922a54a94d8dfa66e676caffc681f99227eafc0082b50c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:339b51d602e6c798949da55fc36b4e83d4b07909c97f004f8aebb5bb6f43268d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a7bc2291024185f39cde4d43057b17968cad18451fe8447b0ace526ee11bbcb4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c171ac27f2bfd7846db274c1d2be8b39cdfed3afe59ab4fb01f903b5be3af443_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:45c70f4c6f15a25e1982efd6eee6930f16317ef4cebd11ffe2b5994b9ad8b200_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:938dfb864f0a9dd0116c5969eb1ca94f2e04b914c3ee56bc26ac33f90e2535c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a4f095b9251baba737421c47566ac7329258b8ff22b0f131c5a941ad1b6caed5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:f7a4c6ab4dc050efd81ff5d7dee7569a55dd0cf96e6413c47770699f5fa02b6d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3a4f76a56b75c54966a76307c4fd647d854812bd22e55cb228c1e9b5aea67037_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:98110bc940b974dcbb8b0ea21c6b52bd96ecea62779f9665d3ac8dd03223905f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a7e47a89156ad39c7e5820cbc98a0b295ca1a3aaf6b72be3961c6d4eb0225831_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b6a273a6d68b36cd939b6bba836f657168526125327fb784c436c99848f49f7e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:26b6bffa3e11fabf11ec8176bb39ab3e301b3c5a85c1aec37142860ffac1fe5a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:301f5a73d9d839a999dbd3c9a7741ed3458ffb87426b7499364e6460850deeb5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:57eee4fc78405492c9a665c228d1f25c75f0390f75a73d5819aea7ebc2da6b4d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b10b625aa3fe5011c7fa9db3c95ba6d36c569fd6f6aa4ac3ff2431cbc103d362_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:11b59cdae58f57a02a4c8479266a50a1a5691f2e8e4382ea7ce96bc913ad4afc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1f11609dbe46602b2c11ea6c776cffc87ebf3fe2a1204f25bda85d9793d5cd60_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:28ca9310e14799c080a07935267ab4ecaf6fd1abadcb1e165deb46c81f2e731b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:56a619fe929b8a18bf1526bde6c9a86f12a1c0a43739d1a0d04c58920d3ac5d0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3bd696b964b694ec219c5776593bf4772dafcc3f43b973355913801929462557_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:4142674147742cf0ecad7223e02e88efb53e5a34ab820df5ea2f645a04219da8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7c59a7997fa95d2895620378a7e18f0074929b630c329ba3f03c72e43415364d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ff35fdf6dd3714c214394ff6f203815f23921af529bad0dc22abfa1d1680b333_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:15198ffc1a039f56e9cfe7ab35037c34a3864a83163576b65fb3e9f5aa8f1f3f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:4ab1c5859c4f54f225fe4d5555f3c2d1aafc520ce7a9197b040e06084da9a43b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7be609c48462446f215d9ae0326f1c76bc0b779cd08db391163c796106e7aeef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f04c27be87ea23869192754c00d08badd40a106c2f66b86bf493455b3e3ceb09_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:42ce515a9496a89b6abef7a94b6fcea6880b2a9833900d54e1dd4044c9e2872e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5ab9133d7b6aa46227bca8a1c6ec2ec9233ebed8e62e41ff122dda627d4a7fcf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:94f82ddff9d44dfdce03af24a851c05cec4ceb161c5631ce6ce88dc8a9481271_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a7879d59a73d16ad9c237a597dfdbdbe06fd6d3e3de0c9396e342250778dbe08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2f370ec13f448fc82d3f142cc8b6a559a4d62044631f4b394742652c4672f536_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:38471fb10545f0fd1f879ff8ded337bdb6919a929043727936d28c2153a78fb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8e6c8d7186bfcc49c6ec64bf8bbaaee511f62cb5d14aec29bea364f90129d36e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e35c02d8101af5150e038572081ef775816f97c77ae24fec3826bef8c24837b4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:123714413da1487c02d182f1d355688d2f0fd63e0f82865dd962567bb9c81039_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:675b6754ba7e231a1725cf8338d536551497ed05e7f40435a2a3c98e411af84f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9eced45114ad75c3ca56d06028c836adaa713433bc49f6196533276f9645c58c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b203bacc4238f6cc6afaa7dcad119d126484235694dcc33a46edc4d002dc7f5b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4e68102ebe684da4477f443e32d69865b6fa28d398fbb76463c67d85739e3c2d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:6dd5107b14c1abce011367145d859456aeb03052ab831b4c548fa4fba0b269fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8e6d6d3162ace273c1312c383de4e1f6ffe2d8e6d7b553b64e6ac460ac040c20_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:061699fecaf30d68ae3d41b89d812ea8144627d9ca9de83173fb33fa06e6b8f3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:33b4bb5c331675703e19ef96f3185b2d3cbcf4d0e37a6fabbeb5a8dc1f46df10_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b7e15475952a147e7d6d506ee9686c6c594d529b27e4086f49b0dfc1e237d640_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0465b162143273b73d2d1af7ea6f9654116a9b1cba8169028273185f2dfa1191_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5d1720d8067c33064ccfa16d47931fd18bdd3590f53023c2ec268ed9405d0983_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e99c8d382c503a7b1e25e6f72ef293496beab285d0a3453d09ca73fb58247163_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4e09db0d6efc9289a85cf5d4ced1d6a6a7f52168e44c366907a5d4ebd3e7d75d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:585c75fc909525ac0332764b66db33e6646e5e0b0a4d01d176be6dad70a7447f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:85df50114baa307e2b4192a46f80a292500401eaf41f45b071b23bc278562135_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:3ad0b56893a8ad865ef9de637c1f21a358aae5ed4adadae02db3c6d37db93422_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:56925cf35430409d4a59b4de3ea74d8e3779acf505872bcefa26e97418f7bc9b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:a928a27d2775d702a7b4888f87e770c93049b645b5878173d87d893288c0701a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c83836428568394e500de29f5e4b44fa4881f5b5813a8dcd42a5bd16b6bd2bae_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3fa694c3f2b9c05fcf2cb69f97d791fa46600ba1eebd67608b109586dac15e3c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:44006268f8f00b5dcc4737ce787d9221b50ad7af3e678ea6dea817a797512b4b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:6b7d13c5daddfeda27cc815f3fa02affd699ed626cc41775f78070cb8cab4f4f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bdd058e218fb99204c479f5cc33383634b184b1153a74c3333926e84f3e4bae1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:174dd5140764fb73bc002166fefbf8f897be7b295e10527410fee19338fe65d3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3f5a73689320e820972a39a40077926550f7864e2d1969a9352d3b833191086f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:df97ec11ed1fbf6397b6a62c85014c255b60c652c98ea439d1f47e62c6a0e4bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dff5a115ecbd046f3a1a60ce8d8518edd570922528a7ba56cb17716831eb6b09_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:11f56bb6bdf0069b7bea04e5051874cf879bff0ed36676dc521975eae8cf1bb5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1eb4aa5666fec327b24c011e1b7e726ecde7ba1942e0b8d9af38a65baa052985_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:77da9199e0922972da775122d60efaeeb4cb2cc464ff6855099fde770cfc01a6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c56c801a4a9e11f7b9ee071dc9634fd6c43aaf04cdd6b048dd4ea1a623ba16a7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:5332d1051a8774d9d3ebd2f6df71f2ae36ff23fd32b28edb418c028dfa6be128_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ae444a4f4274431a8dfa075bb9c91fda502cbdbe971856f54ffb6a0d5deb08a3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:4148a39c8311d7050050debedbfa7454b53c3e00ae4d63cee7bc6da688af744b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:699c1abe44686141c985a530a8b3b864b3a1bf2c5c6645d68f7920b8f752c684_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:608159f89bf52fbe18bbdb1c48b679346ddac7d3ace7883c84494615a4ab7adc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:d26f0f1adde0599a01c90d8b9e1e8690e6e532a380e7852e83cacc1e439b5424_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1ef42800334a0b6d395e1b1bc8e517e232713a4ee0e4591415c5347ea1352fb1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:23d11514c82b817c95564de1f0252dfcf753ca40cb154054c051b6bef078a960_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f5311dc740529f4f4c444fe33bd5731b0ff5d213620207f039af546a3c521226_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:14f9b0d4497da98ffed111c1266fd4e0b4a812f6b7ec37b95e5702438602ce33_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:4e6b6f1636a4300955a587155ee9063979e47cb387dfc1a85f3738b1cf25589f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:2cb5be04fd1145f054e994500608d1463f35a0fb87305e559ff71c972795d978_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:664dd8b515ac89b33051c38e00fabc4f2bd8c902f9fdd8df263b6cd6d0a0bc25_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:28e1a2e9d3850462c628b0bfaafac15d68def97b8c1c9387de58b1fb6d877f19_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5c60f40d38ebe6f95cfc0fa78fed9aa265fdf3aced888bf232445c2e76e4ed55_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d36d045c32e335933939150b36fd2f86599add415385560d3e10d4b74a704d89_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fa556b78fcc306b456576053e522d93e0c578807e220d3c562ea54cdbc2d1a92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f9ea746b7bc2eb6cf1d82644d42d363d9343506f9091e8bc67740a06b382081_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:909ff0827690342dce5b4cf713327f3a8887a056951953c9aa639e916129e1ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a8705dd5df6abd3d6931b298fe8e53cff0f8259547fa85446503b413b0ba19da_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:cabf1a3d4e2aab9e2273afa75bac084e93eb36a2801b91ea0d79982e9e7e5f2a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0b5cac582cea2ea2dee7d515f05bfedf2a5beff46ae6d5ca9626bbb36c94b865_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b920409f5635d704145bb8e1107a7c6f951976c44226a2083982443f67ce619b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d658355babb92069a73c35353c2fc0be4450517b3445d2387b4b0e3bd2b873d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f8036fe71f651189dda062ede40268c843ab07ad5b32e010250f9b6fe9234bb6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c5361be369c8e0194275ab97d18d52a095a5206888bc82d592f9f9ba28a34e91_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f6427aa92071d20df4e412376886d9831bb0cbb15c10216ebf2ac78de096b051_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5d5edceedc72d2ec62b24b6a60c278e4836829c78a0bcfeb20d87fefe501a39c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cd23e978bf90a7180245b04b5b0df939ba57e30ea13a2a759a5d04953eaafda0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:bccd28236b901759b08d5106786d262e482cbd1e3798c1392c9c6eda9956a5d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c096101efdd0dab71581c6e6506b9a6560c96979e2d439ca888d2c67860c1337_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7cf38584dd1c5c269f86d85b0488e9224ac989f985989b00ba718ccd5c1cda56_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b2a85daa27b4a10282c1365dfbb48a3224df6c2a47d6f5ed59c3c01f6035d443_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3643a11084c5df88b8dd9c8d7693b228f3a9d94f74aaeb4620aa458516c14e18_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:a6a1152188a6d2cab12133e497a5c29549fa0103dcde8f1bb530ce7a033033b5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b6f91ba9a89207a2f84a8bb1343179bd74948644a8b1608c2a2d84dee9ad39b5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c21ea57e4b38cb47e5aacc58b218ed97cd4e6ef353d86442236cbe8852c6f648_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:56c61752133f5574587fefec75502e2a132871ed033a824f62519117ad0c4620_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5eee9a534fd647002e246ccc70b47a79737cbf604c5fa4519d10a8c66865e5a7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b1428b294b7752d6d56fa95d6630aad0b6d205991537ddc3274a7062c13df3dc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c363dd15dc780181855ed7e8af09bf148d9e38d562cc54d90842f95ccecce36f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3978c02a12f2469999e833a2cd001a08741c4d9bd22ebe211bfdbac17563ddf0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8d20d5c213a86a2d9cf1d4e8ea351a70e2bc1e8864e7435baa701aef3b22441b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ad84f2d6f695c6c999a82e33cee9938544352a648c0e72adeaee0803289077c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d872bcf33f5d4d6f1a074bef0091e74de82b3b1a883b9004aa1f6193b84904fb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:027641f0d532c5d06663e838ddee798513282838efa12811ede36e1b8669949e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:198fbdb0d6d4bf699a9186c06c310e4eca0c3252ae8e0d64ea1c68d7b67c2bfe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1a3fb2aa3ceac5c827d7cde1cc0296d6974663d3f5b4139390cb29dee2bbcc20_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:51a53812eecfb69e77afa538400463c7eb51710777e9d9573804d2d9eab5d307_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:19cdd4cd8546c53530e098641c6c83e2f38f05f2d046c6a9fddc3c8002a01fa1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:27b826d0ac202a4321d2d28bfe26376b405458781f04acd607c3a27bebe83651_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b1c377c3a99dc0a9a6a39dfccae28c7e5a11674342530a05b237a33117c980f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b230c7f6c243ccfc43e6b50809f916d3247f8daad3c750220020ec4337b126a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:42cfb65c46f9f63ae3227c0dd5ca2a0a11729ecfb2865f3a4443821a85f7c8d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6ca3200ace5f9b6c36c20185dfbac37ef4cfb171f3a99eb9c746e52031bf380e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a9edb90a7efaeaada322b051c1b4cda47df859fad20ed42574fbe0fa00d15324_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bf0602fddb6c09c5c20a33abf72b947cf7ec8de6ef68144d2f4b1a1a9ad906ba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:13df2c323a0db01668777fb495bc342806443b5c0992fe7f9ede76a0e731e2b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:8e564be7535e32f63ff7a84bb61b3586b16b07f4ab6db20b42340dd998f2e919_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:29b338177ad61fbe618240d520eb180c1faa54fcd4be63c0d2d16f5221c4d7c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:97b5466389d9b1e4c54dce29bfb42e901ac2c4aa39edaf99c35f30a766d38b78_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:989cd4643516ba83c661cff6bb217cc25d502febc80344e08e90c6eef8d24088_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:adec59d5a5ca059167c1dab49e6e1e6363c1788833f2cbc2381cb7d88a98864b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f821e1e8479c74d1a672e049e187d68cc4845e7efb417e9e4e4fa99628f3ea99_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:4eef2a136a4fc3a9deb0c5999546aa8d498c3553107d1e0eda9d394b2f412169_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b31560936594f27a81750c2d73f97385d7b3ac87cfa7c75e1a4fc224243eb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:bb3bda07b0ab9cc97889a530b1da6d7eb3f7f9c8a98f9b867bb3a93da7694625_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d50f44b5a5797797b9595f99e3b24684908cc28d317ca00791bb6a7406e15636_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ec2e637888e698016d6df6cbf4be6d44e5a2f544e7b81884982e06ee632a9ed_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3c569b4e1ed989074b129cb91b307cfa10c8305b037b284b23bde4981f551238_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:4ddb2823de8624d7d45aa16adabddb92faed392e71c2d1a0b3e640be91b731f6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d3b7e9f39e5238f011f9328467c72a8cb8cf99d4bed7ac0593edb9ec5bbc90fd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:24e49f3b5ed9df72849a33dd7fbd4a0b01b8c3be79705d6e23ae48e3fd164133_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a9ce73e1f17b21b9bf2ecfa7e35f5d8e9c72620076bed594e217b870057185ca_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bc2fc4c0e55023974c90506cc14c51cf73741e9490632453687edf404b3c485c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ee9af4af02c40524e182fb1893b8bd59785be7d508111c5b0415f0caaadefcc3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:971256d54a4e10a29080f656d5de3b6281f27c77a40c0dc7352f1f05ab83eb11_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d4fc699ea35d0f1e96e825d2db3f21628e25589ba57c40ce771ed210aac5d588_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e3d0f624ec4e265daaed3072e9f9dc85668a917d49c96ebaa1c7bc05ca636197_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e47600e5f91aad639de386e422056d431450e5dc3560d30ad16b0b0bd240e371_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1cba0b4f393f1927ff5386a9b2ed74fed87a58e4b2d4a38f34fffedd30da14a0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3b8bfd739f87585230904007f0b438b4bc9d79337f0e9038887bb7f297b681b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9c7b3d916bac7900ed009cf82a03607fe68fb924805ea37e9950ff3fd6c73b44_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c0fe58445dbc3f94bb9a041ee4ac81d6e1ebef0eef6b2468c288be51d947555c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9c772d8d7af17818a38e2004fbdd7673bdaddea0c36daf239dfe65a49f78c212_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:acdda550e575dc7add42439a856726b3833c5d6d98dd9976f30be4b781a11a82_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b5be0c8ab080114879aafc5d2526924d32306ff545c06dba64c947ca68736f91_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bc413067c8cc3e6c40a9be4ea896d911cf6b3adbbbe4c8e85fcb243bbc7bc2ea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4b39c2a3d10a1e059c3f52bbbad6df20e52e47a422119d51806b59bda8e7e97a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5f0f4b8edf205f47a263878372c0fc80e1531f3d197d882a83cc6a2bf980c277_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:78987fc04ce330fd8ffb8a96e1f25e8ece8360680bbbf4c8854f1ba1f598f2f6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a43046599cdb529aa9a2672b628a7495690b03379c7dd4ec7bd744b01793943d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:25b8603f08442f61b433250cb6f4839cf2cff118df56d1d7e12b3b09e859a278_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:912bcfa64c2dc40a0f8573e595001fdf9dd3280e4babb503198aa019c4c94dcb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9f84034243c6dc1341a059730c81b05bc6626b913524f8d854e7d13c59eb4d45_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d9683ec09f7d3d0c73eb626fa7132ea0d7f731893506437d76db27bef51ae518_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:13573ab2e748690c65900137ee67fa558a1938fc2c4d92deb6b308809a77dbc7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:279fef1862c07ed7b949895843d80c54180a704411df4bd4059135dab63900d9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7c527388a78edbc77d6a9db9ba9d5c8ddb302220d69734f4e0bfc26b63b3dcb1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e601bc25408a2eb5735db7d2595f969a59da9560516715ad781cff5e4a57f2cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:264fff5b66ca49266cfadcee9765ba0b34bccff8dfdb12e5444db97af4913095_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8f14a597769b040fed9d1c1d610b6023734dadee91cc28588b65efb25f6308ae_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:bf78d9a4afa92e68d8018283114bbc7fd11fe0a9b357b75a00395ad630ddde75_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dd57cd8ba112502a28c74d7f9e021035a061e1f51377ac0510dd02a303f14f37_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1e3163b559a137ca99141d0913759b5a92cf30e063f6ee2485983a486d97a066_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3038ed29c6dd5d46bf8d593c154537615b8d218bc43eb89dc099a546308c5b33_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6f5d8e50b9cf127af5334e0b1e97aa1bc466bb1ad8a1dcb2b6c3e7494bf5a1e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fa6736bee0e8806b00bf3b6d971e2de5ea49f3f2a89e8cc404d55a70e6f73720_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:09157be733606534b4788e13e47f647c427adb2d36031df979628d1e3d93b096_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2c52bc991f789cb2582b4fcd0fabd20b86b5893d9fcfbf6e9ebbb372cffecbe9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:611ab0d9521d88b9676bcf873b8aaa2fd385087814de0ab05c7c853fe98da20e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c6226a0f343e69d720fbc83ad01daedb925fc39d272df78fdacbd847fb075bcf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:19425f8d71d7b67b74e76c5b770a5e3d918dfde9a9eb3e181c767b4489db01d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:39f0f3baf0bf65713633aeb91a80cd35779cce2b43e6faa70838e0a87bdb12cd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:804965e59e0147de822be6cc464daa137e45c991e4ff00c7184b6fd8105eb781_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b9b4777d271c5ea81505111d169134181bd46169ccc05dc65f3b6e59f736d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1a6e143562b0618b3f5afb6d488e8bcca48d9b0b4f68dc70d77279643325ac52_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:22230fd972b50ad12367aa043fef070d0e580b71e874a0e3fc2f5aaf52839773_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3abe2be596ec79e32806af4d66a7350835433c11e8b053385ee6463e65f31d30_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bb8fb8cebadac019a3d8c7fb2338a56918ff39aeedd55318fcc7e7c6d60648a7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:28dc48f706edfe382aef8370f464836e99a307136561dff65f7e7e8b5dcf9a5e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:533846b923d36de2b953fd071f6f7ad38e60548e9ef1d3f704039bb69b59530f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:68d5b77732cb2c0b0cb9a7e6f4201570dd8134dcbb21019dfec4bfe1fadbad1a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6d20fc820b2b684137df0fe673dd4e98135ee6a8c39a660db8435be44160c4b5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:48568238316d40eaae138ec218e4d0fb6119c94d9014683bc25934210792500f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:1d1ba67b2ebee648e679f886122e649880437bed73cc62901f26e77087d1f72f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:627e8fa2665e8d19aea0b746867ce31b58cef207d6dea85228b175b96cc95dca_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7431114311d645b44e0f98c9a0e92e62a2c412a2b57dc47b52f1e4c5ae0baea7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a88a9aa0807380263b476e1e7491c9a4f36def3c403b43fdd30bab55f06e673f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e38292df09d0b5589b58f31c39ca74147011aafc1a51be00112856a7242cb80d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:67f16f35ae8e95b90d758bf617c953ffbd0f31d685b9f023c34e5de5c02d1d13_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ae42289a9ddca85918d07f71db7415d099e8544ead8ae73a0d79e600c1c0f067_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfcee1078c7f5425c41f8d3398ae512f2a07d156de7d6e92d24d7f5eb1eecff3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:eb851650658c10b1a102258af7b72aac6db36647d07ec4eac2bfce099ae68e67_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:74efd49cd2880e07cee9aa16b7615504fcd276e8606b7422ffe6a253636462c1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7ff9273c653a511408a49a0778e9584605b9d24e1069da8a77049f70e2bd5616_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ad02d1ed96a39fedea9588756c548817e8672b8fa6d3e16f1f53221e3e7d9157_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b10f0eaa64d49ea5763131b8ddd134da6771b835333a4f5ac9ffdaa13cbd08f9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6c75dc3551d30161fe15ddb87170bd7ac33cb19b242907e99a9f2b003659efc4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7cc7c37a8ce0bc5a1de200fa97525c35943d5fe789787d642c4a3079c251c4eb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dd8dfd22f1e93168de72dae9a266654563fd41d605c65b4bb15f20ec65fd53f6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:e651483d73deaf4125ae3c2729bd8a42b277df79a6ff056a99ee3e78e2164877_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6590ef2d757e5ac11ffacdf6de04ac112e96f4bc058b97aae1facfbc9bfb9317_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8bc45cb12c534a1dcaeef41b7ad0a4cd8ac0e3b0041aaa0cc3a9b917602ba5df_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:92e18d38fe9dfbf0e50933d15f4178cc149b3e4eb535ccf0fc0da030d758f435_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:9a77e03eab2a1992fcd1c0a1f1c978755e236843ee4472bb551968fb16568334_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:686e7784cda9016a460c9196a522f1fb510546cad343e26f510bea264ab9b515_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:77d58cca07f50ed35b30a97c24f66abf5fd5482be3c2a86df38b5d0e4b41e4b5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:a553758f4aecd97de2202ffc5d96370765e1f92a11fa4ca464ad13037d7c1a70_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d09813fbb679d41aece1f097ecf3797adf142242feb12769a604c37df1b6d80a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3a967546fc93fbe58afe72caa5892b712c5b96072d3cfccc1c7d9b27cc6fd6fd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4d09ecbb6bc7010c93d65d8bae5a368326d1b52bb7f7410d30dd068b4b9c1aff_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:78a9ba8fadeb516fb48a37ad2abef78f57a09b5e701a31ca41e4bfefe493d781_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b44e2dd5cd2daac1ef6849feb0b313950e0616586fdcc843a051788fa071a4ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5d94083e84fbdaa57cd8723c20bfa1bf0d2eaa0cef52c662975b286785db8cb5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7662aeec067c8b3bd0203da4d87e0837eb624acc7dffab9c0eda8081d992fc55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c95e0922aa74f51030c35cdf1ee704f01ece7b4ec53f361055f4cfc58e464bb9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e4ae1090a43cdf4a540f1a2cb376a93d2f74449ac44ba6d0484e4612579b3d43_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:48c47a452810fe65a21fa858b102a2e7d9469e1143c51857844a0a74ebf03661_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5ccd0d2687e836eea86fcdcfbc73c7bdced8bfe2050c466860306d246375f0b2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7fd64ebc835133fcf6fe9d286f18f790b12295dcd904d61cd255c97e49f216b5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e862f18a4bdd246891a49434389e8dae5d73a68aec6d548dd282f3c56396be98_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0772170993a9fc0531aa948ee3f4c83a8e530802f7d6fe246a0688026c050d27_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c1b6b3c81c49bd764dce7fcb732f14f378aad992c953cdac86872b4113e8168_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:307efea31da6d72e50def18e1c08bae9e05ac8991d90379280c15f69c93be375_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f366a95bf18554cb9b48af250be89970e4c6b1fadbb97543db8bc202eefe282a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:09b9a909358f49dc84cf863e418fa79a72c5f23ce05cbd4045b2c966147b4edb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1ce1ac2cafe2162c4070a5b60087ecdc520db1e90a433183157c554f86a8bdcf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2c984681915470552c6cf4dbd2c900d14f29d9a6632d7d937d2fbdf1cf16a5d6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b3809b2f792a8b57efc13591b88232ca2b83fd116ea1a6ce9c05ec39733bcfaa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c37ef0e5d795a727e79d2749570d7c42876e2884561857149a17793543b9fad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:45b239b4328e73574050498d8a59fae10b1788642bfd3fdfd487a59654f2395f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d0eac8a6dea99105af2917f089cc423a7c21820cdb7ea4a3f793381cd07f43f7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e9625244e5cf3f4fd7e6d69a8076069e24079672e2c4bc4df7733ef31c3aad9b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:25939a8eacf00a315bfaecb90901a20f2d314f186c1a23ee0814ca611866ed5e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3b3fe898a633924c2e0f803ca944cc63d99359966004c6aba6a05c446a0539dd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:55a048f1d9ac836497f7783369b5b582727df86cc64fe7df91c463db1fc0ff30_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:88990b2047d4ab9055afba0c6f8895f30a132c361722a1524bed1671527d99f9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4bab889d5262b3f891b99f0a521f6d4511641313cc1d3a5970cc2182c52e0fc2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4ddc6ce50e06c258b4f24827f1fe5577c4ceb5d68ad925a185dfac5b2b3a661e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7883c26d4640f30a8fbd635f5442fdb46625d727a1b2382220c454aeac081fe8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:955419c1ead9dbc1c2545f367907dd4b1e8133ea23ef65407341e9a505b1cd17_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:206e503ccabc3f5a01f11ea5026cb64ad6ae62adf2eb9044386efac6586cf332_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c2d2155a6d299536662cff9c5a8474680dc8d9c514b152e87421feac7cdcc22f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:e62baadcd61bdc045c205ce81a3b2b650be73e7b3a5dd5cb53ea4c2f8a181f0a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fab5b1965457ca46faaf5d1e6882c17ac2f0e1db5017cc81ff4da8a9083cc838_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3e9733932088db40e1d1dc25250b68d83aae6fdaa33923c2593ffc6f10b84984_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:62ff6e225c6c72f9c9b0bb33014544d1e02a30ff9092c25fddf72d9ebc8782dd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:70259c080741f045c19c2dfb1fcd5069e9eb7e413294d855262975ae03e60b6a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a974b10609ceb50c391abab36ecaffb9c6ba62f66b246f529d8f7d1f038165a1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2a8daff0897cef178c43b00d43b3468a3ff9389ebf337533c771210ffc608bc3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4c7da9adb32c409132dfefa7ae79fe99d41b6f59c592eea234970279694951ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a54253ba850cb357befc0173748523a1762858066023e04388c94c2d5caacfc9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d49affc20c2c397c1ed17de7d3a7fb98a3f66efe9f9bd4f4234c0832393df9b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2321dd8c9cc505a677622c5cc680e4f3461c6bf1fa4267cdf7f39383967a0b3a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:582d0856a394c73d8faf8d1792a80ccd8c66d80cf65b9dfea344351d767132d3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:938cea3b81e1b74629b0bee65183b0800518b4b757175d34669fb25f6e5d802b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d8e3f695418674002c1dd252757415372d95b38f813a3d432abab774c7427b2e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:8fadf40fe968046de41a4a4c6f643d9077f4908a1e456d7da29e0b0c79f8431e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b7b73c5b17ad867eaf4066be6b2fb9a322677ec3265c0d1bde2e317f54f7accf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dd6c4a3b961b608a71122ddef308287483d90f3a153df4ebd00b4f85b46bd551_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f5e86e560d2dd575aa814329ad50a38ad4c7f3c111353e652e55aa5b58033f18_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:10015b131c57580e5edf1fa90b05b19482ea67ae3b588efb30da1cfb2061deda_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:99060fe9572cab596228b61e892ca9b571e3b740c4872ab55e3276d4ad65260b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5127b9d0570329e12a37d1c7e38a3ad9a1c990b7b0e1d3f3b31f5ae1146a518a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8403b335a511bc219b98b899e2cf4458347dfc67c8e15440801b1434f03ab555_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:8bd350665dfcfcd29e64a93a9c1b700817a99560dcc927a75c13cf22924a557d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b47afa8cdfbab90e0852af59ab14d95b430a2e94245aa9d1c65d1a592f44a90e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:15c698a4b3293ec372e1ceffaba0fb9360499514271d26c22cfb6cb39852f598_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:43344ef6148d5c76a10961d19b3bd83e219764cb53ac4f310a513bbe694fef6c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:084a185169e09b57b07073bc5c82bc741aeba187cd9cb33149c830af00cc6582_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:171aabed219e2a837afd87ec9dda95bd32b6f780a8c7116a6dba18533c07605d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:33926bd728bf4ecfa8146f2d55c05f151150d249b965ac4338cfa8a9acf642f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c0709bc4da1e5574cf296180cfa6abce28c2b7ac105abd95535422abb090207b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4ef4397e1a1aa5b377ecab2fceb5c2eb15b526ae39bcd9299b45d9abe4bbbf31_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:852e6be5031cc90ccd9d02fcc66b59baa692d594e7ae95e68b8923732fa77b49_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bd9e30cdd5958003b7db73e8d871b448d208c099f3dc7e9df3ba56e6d476ea66_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fc61ea57eef9eb7f0bb091cc0815a81844d60c78f5824640e40096e8de8a02c6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2020b01fe0c8555a2cf070d5a9bf75691de4d8b775b4ac91032c92972ae6a424_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6c3b876e5fa5594ed92ed3d333ad1edd228611d67b060024511f8c6a53eeec92_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cb279e6a6181c4ab8025c6ee74497cd95e990aa02a03aa01c8e4ecb81718d231_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f6562421b9828dea833fc82160705ba8c0349531dca39eea94da4bb31b8d3468_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:44b8d7704e559a8fbde7bcd2d7b51cc025eb2b898c74497149f818473d6b7237_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6b3db54da066eff7abd8e8f58ae42163364355fb1fb5a166c3f90ef42024e24a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7bccca2d8db4038ed90d7c5d995bb2daf880b3d6aed320c6d6dc89c73c38170c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:afc464bfe9fb581e22275814fb3263ada3383b571ac4765507d2640470a8fa3a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:353292bd26a33c9a68fbb8351005fc3b65d1f0dc02c82887cdeb5d28beda1404_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:af382c36059c0c0d6e76b41eda8ae2055bf5717205754272edf126fe15737cc1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ebd113dd73707e7e234669c4b52e7ad90c5aaa95d062fe7b2ec18ad63b942920_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f0b91324c63bdd9b1603e0bcd2e554e1d595168f9337a7c26d3834093b24f6e4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:23a74b9b847094d230ca89e8d43c924098aa5a8ad67bc02c4b11833c4620aba2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3a9adb54f0e11beb7e2f393c00ef6014f9c18796c36e47ff1f08807dee8a9e0b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:558cbb955c8d4de727f010f3fe97f285b6922f4845357cd979c22e9d6afda4dc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:64f0e85f122f8cef1a5b444095fb16f95b255865ab116cd59a4a541bb61cd09e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2b93d36104e2c99c09823ed5c6d12e25abf3dd07e20683640f99b687a45e9b6a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2bb2c4706037910e8045bf0127ddd9087d2c8ab9eeb09ceabe97b18dfe873c1a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3e5d6fe6f1f7a495efdb0a61dfde0d20def80759a215bc7097265c816e07919a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:efe7886379624399e04e4f213bf1f8b2baf1acf989823caa93ed8ba76ccf9372_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1b152d3df7256fa1d16dbc4edc991503bd90432e1c8408149603306e62a28a89_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a7c3fd07837a9c03ab834a0b46ba51b50c73037203ca4d12d8cb2a45f690e62a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c9aa9a181ad76c715b410ec6866d86f28923d2becc8438f3b56a381d7c668897_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e96b65f0caa9f23429318080d5812ddd5c233b881b6f460d944990000a6d7018_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37569639de1f8c36904366fe21657db1df3c26c03b8f9f974e0a87abe862c7b8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8d27603330319790b463eba638816fec38ce5ce81e7cc2c113636939d713051b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9e9598797558cb0767f9bba75faaece26aadb56163f94ae2cc2c137645b5babd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:cf8f8b11a984107f035ff28ba24ff3f6e1d10cd764ac472b94bb9e74d435a459_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:70e6484048faddf5f59bc7399fb22731d4134b6a6e2c2ad3b1e92bf26e5ca902_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:93c6c010543791ed57e08cd0630a7dc7903d7455d61686cdb0865b13fc52f44e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:cf50871759b51c4fd1f164c53ec8503379de265ff95b5f6bfcb15d3820722c78_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f296becb22727fbcfc0a2a4a91139dc782688f43f63396d645b03bf698b81ecb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:227f6cfcbd9f361dac87776c3b625a4ae91a7054a29a48c0aec491a786f81380_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4063848bcd02040ab2a26a1e77d643a8cc01373bc6467070f72f8cae62ad8bf7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7315ff02d1adefaf5e52dc2b87903cbeaa1ad7c30719ff6afd130d068ebcb429_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:c33effb47bad5780e4e0ed220647bd0741276ef5c19eea05014b528b91765efb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2883dc4d23d0c4ec9551a0818f5d5edfc708454b48333db179232b6f7bafb4cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2909be49bc0471a0e2ab4e9172e4ce490b305b8e1fb86729b45af106f1ad5ac2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3b91df98133ad62ab43372695b3953c54d58e70c15eb7ae201b68d73088c0bb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ea31f2ac734ef3cec4337ec6025a1cc01a2452ec124f102e5b1400a9ccfb05a6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:2aaf1b270a589b2e9c907bc35b4a3706cca1508a06142dd3086411e046d7cd00_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:32b91a8b6cf6278fde2c8d33666748a905a8dcf290b6e16ef266857d4838d3c0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:fe8f645cd130c489a3454252abd64c554d583cbf984aa3e568ae9c4073fa0f03_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:9885e38ff9be6d7ae070a00b851232a29e739a870d32b2508ab9f34e56177bd5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2b7476cab5336d76457b1915e734ab8702c461af8ca4d9e474557ad8354f7065_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:4890f971ad6077addd93d4c7fd1e9ee46ef3634bf89ff5adee2a95ad7b7b3f12_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:afc7f162c9c1c3033316a984254b8a477d8eae5bbed9cb25257d54a54e1bb866_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:e9bc1798e5283c65ff1487ae78c1175395e051a6c13426d3e8d1b898469a3493_amd64 | — |
Workaround
|
A flaw was found in node-tar, a tar archive manipulation library for Node.js. A remote attacker could provide a specially crafted tar archive with a long-path header. When processing this archive with a non-empty member-selection list, an uncontrolled recursion in the `filesFilter` function can lead to a stack overflow. This issue results in a denial of service (DoS) by terminating Node.js applications that consume these archives.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:56cd8314cc9791e043cb4e5ace324013f4ce4c825fb5f9119b1a6c6871b76a3b_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:07716873e44d49ad177f8c572fe54cec7ddb819a70492e6bddf36ef2ea5e6449_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:288bb644cbb5e14b00d80e0b409c83644a59cbcb513d19025f8b97de61f2cbea_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a27a41e1a167568dc9bcd1f125ac624897d73bb6dca7be80d256432b35e4c6aa_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fe9b92e8a052208c6eeac2ba816959ee8129cc0f68bc93bb0a1a2f940a49f4d8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:44ba1190dc20c3a99259ef0723be3c9e1c2d4f339ec4eb4f38a9375cefd60d2f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:48a700617f0d4ab9dd6b40cc27e9f602892037c10872c19c60f62a2a848e451e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9319978cb44eb1f26a7d82709c4ba7d9b6b0bdad78c6c6080bafb0933103bda2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e734fcb9ca41744ac9213327a775aeb0e01ea9974036908721b532ed2dfef923_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:10097712385ddd416b15237d2af20f86a0370f1d97125f1e8a0d25a7215f6751_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:40f8f7e1d72a0e70d96c1ff028cff7125ead621e89cf2f3c1cc5262a3aab65fe_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:50ff72eded21d210ea9c57c9f9b192cb6ca5efe781c5c5a9d2e1129e2eb7a248_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:f77b14655ac6137b53212c8ed526d6baf86d6d6332513416daa73a6dc468c832_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:76042ef2dea9a9316a7bb2a38923d0b670663803c75f5b8351b5e71d344b479c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a645a364226f6768df30645c15ffb8b7feb1932a96c3666cd2d8bbf71786fe88_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:afc4fea57ea3217712f10421cdc7ded66093dfd0d5cdf09120ec1200d696f332_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f70b291b3be37bcef36e4cd282cbd88f917dcc5e61e0ad6228b33b770656b8ca_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4cad4e954d5e9fce7e93ce3a81da34d58e01c38a5d6140cefa7eeeffa13e1431_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5c1598ad56e3f9cf5801a990b2d5d007632cadc69118dd15b771d8104893b722_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d18a7d5884e709f2440b7f85999c2351c0f74ba09b876a7c915a974ccfa3dea0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:ede11c7678a732b9ef9a763632c13e616a95cbabdb36baf0c5c48ca0d476c260_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:208703e1b4c8fd82b6cffc790affc4bb8966f6d95e5b5631d9fc7cd429d82242_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:40be47b6d5dedb587c54ea5f6ee763dc3007284e85cf75d9f48f4de83bff4f0c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bfe783bcda48a7678e776f99ab08f9d6cdf882432ae03c46593326bf8b57e714_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e43bd0884f4c1993cd516c3ea52d1f878a783f6a998a6dd3fe4a98ab11bd3e87_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0492b621d90ebddbab300b3bcb6979598f11380da79b32531f8978b26fe5edfa_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2f4ffb0abe2bcc7b801658bb46ad9f397d7a3d11e8b2060859f5dee1625d7ea2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:30b0e4f82db1f3e39379b7aa792514aa726a0c485680b67351c593542c1b1127_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f0f3b27621a9276b1f4f9601b1b399eabbc165d74a4b4a20ebbccf6a36a8f98d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2d56871f80eb82c502cec2b901d3510ab482eea981f50cba4fea729c83f1897c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c169319f15a3e6ac9086e21438dac78a6b30f142c6d96d63c259e45f4b98c2ad_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cbb1706913eb430b86212f941bb32b066af04b431126af872899134a9e111ca2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:de56a4d37e6686cafc8591eb1f7520942036037ba5af21c286aea2d2fab95b2b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3e35e96ed5607d7229629ee64a3a7c942fb12da93a75e989f1fd9aa028e8fdcd_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c045d9282bb2e3ccfdc19d09b76e81d622ad5c41750c960a066f9a735ce47a3a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d3c7bcca57a84397fa1932919a750ed7a002fd7f7be976152dd7c14d60feacd0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fc479e1b1d14c548ed9a783109fd978efba5363537b835a5d09fa8d0fa9f9068_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:0e22ab8f884e0095c3cb3efcb63f9f37d55b72cff37962f271fdf534deb469c1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:ab518543ee2455263fe748f1d2ab5fd1fcb87e03bdb241a1fe657c748e220e3d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:cf25049921f441dee72daf95b707da269c5ea7af7026674c42a7e3c8cc682e59_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:d5350fca926c7cabd8fa4e7749f0c2bd9bf90069a11ed96342cbaa0ccc16f889_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:41ec41da1569234037cfc2b9cefeadbdb4c1e45363dcc0b5f2acce2453ba3dd2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:bf2513f4ea2df4a781fa74ddc02c207133387318444f7027e6b62565e8af505d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb3cc6f050ccd3fae295639dd627bdf3ff5f08f66ef0fdefe24ab8260cfba983_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:efe54dbb00c22c7e9e4a6d7c40e52665823c5f94d4b7b03236edeb1d7a304f94_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:073ed3fb3dfb009b6ba476883da5421996c5c4f4119375c0c83b072571d935f6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:14b74e5080c191fe32bdd2a416c80cd94a0f30ea6d5f18faf7396c120c5907ea_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3c86e67143d2caced55d2dc470df15cd1659c5e16c7eb8af22183de1a3222901_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a6de5df300008dde127b655f67ba1c8e637bd6e67bc2c811c0d9e0ecfc3cb08b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05ef13e75b41891cd2774cf5243b11da290ae75f12ecd07239e580a5238036a5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7c5f6b71b68331d1cdff8b3273fc7cebb945d9c037fae5c2fe0666f84cafc928_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:c221dffd999b01fe10c83c1cf3e93ed9d49beb5f0f13e8e23261f44a07fd9342_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ea42eecab8a62b7896ffb697f402857a31807834a102986b3967faa70f63775f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:0123a42a6d10e21067ef4ed5ad7a39541529ff0157cb27443a95b0e5d88efc7b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:61e542fb10dc0e083f8889b0b94c3525f3882e5da701b8db31cc9be68d803ec9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:69eb532db9fac5d796148a421f1c0a95f03a84604fe40d5e5a3719c995b8d3c2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7bfdc577bd856e0cc690c86a8fc9928ed3d034d4d1455378c95293376a74b9c3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:023e336977c9e6f23a82083ada96020a26cfea384189b765e89d6acf7112957c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a0734ecbae0ba4ef8a6cf77d42383afe04fdf33eed2c0d1e34782f147c675581_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c64a9e77bb865dd5475a4022629d394ced47bfd9adb137f69e2dd7bfca2c5a29_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e90910e06037ec13a10bc176da5a516287ddc34ccdfcb36432f386f7b3895136_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2052fdaecd2f3807694fa17f35f03f84b5d8116ca56926b6d657f0594adcc4af_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:274df573eeb1919286472cfde2006716aaa62c65ad1a6fb82bc351e7292a51a6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5f81d0322afa70edfd932cf1f80dc5a14ebb30f3f4cb0a4b9943859c3ef8a741_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c5f86407af14e6c3741e75068ebe79aea7c7d1a73ca87fc97128c53139dc8748_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:11009d76f2fc73fb88ad8650914948e04e30d4096420d00a4e6b1f2f82bb2a48_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:464e2bac04048cdd010a9625e6657c9f823ebadd624fd71191ee978520874528_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:4a6beae013e9de12cd8b0a39e9e7488f51b97b3f295e14d773eb28c5df9d6743_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a2f765f47a9fbb2acbbf3b00c2d62d7df283546b7485e7631116fe824cb589a5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:82953c91b88971066d4d605174664863cb062a6f7da286754aa4f05c11a69bc4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8adf05874d8cc6284cb4566506787161305d95ba4c318f070e01960939526d59_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b0127947224f18d500d967398c5008737df32168d2db50f1f87554e149328d71_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:c25b7a4bba9a988a6b7daa4eaa8608df78b927d1d454aac7757f18e3b6c78d86_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1f6a0d8476232a85b5d18ef9ce148135b69a4abdc45952f6ad0eaf41604e05f8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2989730daa53d788a9e1be03bf922a07c1111ee8559bdef63d058be6fd5f3fc7_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c0cac6ae1322cdf12df3c55948bcfead52641aa95a57dcdea97401ae01c1860_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:adf166a8095fd21a818265c01776b94e25cea102a98de6875352cdc47fba933b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:67f12e5ce45f173e79229f506b92915943d263ca0adaa31a027cb7245d7a076e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6b91bbe18861c83c79693a155979f3cc56162624412eef4c57c52cfedfb38475_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b2bb582913e9dedea9f2eb41f1568fa8f0fccce2e56be4f666ff41f3698dc147_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d35f97d205f82d6ffa260582fc6dce2fe0fcc3719ae0e19e85e06e7ab629021e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:03ce535e7bb582ca85793c8155f38ff9f73231e7cf5af4ce223ea89d4d2eeb89_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:605dbca994f47b04da902ae4b76744eaebe0d716a7a5fd3cb8e617db5dabb8c7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6b2582a7f534bb2716acaa72598b40f593897124fe03a5e6b2bea1e4c1a26d15_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d88f52e765c3f5fd4ad80f7364efe49e98ae927d82601d27105eb6ad0b484264_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:1305fefe98602549511b835fd1302eee6a4494c690d76964d89189c90f39627a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:325af02386526656111c663e6a206e755f2f30db00059078a0391d4af6cd95d2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6dcb4d60294895ba062bed0e9612ad7fecd7fd8d8cffdeee9bd65ffec1b20a63_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f492d67b16384267b9f65d20b769f93e3122f0957cec290a88a1b244c80e4b54_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d6ff019bc8333893d6d5799927ffd9dbd02d0d388752a1ead6b8f85928fff4f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d7e525584c9b7492d8b989d2ad0b8ccdc4f244987f26b4aedfa7ab1097aa8ac_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:598dbc32cda4219d6a0442aee99096b77ddbea0148ac3260c9c37e00b13cba23_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e223d745233c048714d3ff7a04f8ee565aebeb0f5aead03e55dd9f305fe60cb2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:05fe3c8332c4626e356a2b8b33b235d605b8cfdf8b49a68475db687789a766e7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:64ea7652aa2f9f9ba58d56765ee0ffd7224d6534860d118c059c2c066bbf2142_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8673853d611d162bc12d1791bef2acdd4131a97b8a6e46961736724b69332db7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ee04f343f0bc1c58b1e016295990225bafab7b39a9c1a572b10cdc19076150ad_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:4771678b9e18450e8e2a6ab991e844fb064749a0b09b089e54a802a7109c1ae7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:68c90482505c592a6393640c16467c1416f3175ba1273a284c3d0a9417e879ae_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:234bf4abb67f86a27d549a2d368d080a3671ab34786e26c6abbcdf58baccb034_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f330b931299e7c97298212e0514c55f9e086e2f33ab7e522d40d8e9df843ea11_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:123e1027c857bf3a084e45755736871b220117eb70d774a3b450f7d877e7d1a6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:61d9a3fb3114cc2252a8ecb5b0339a5fcdef87cf962f285be72b164933afb857_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9426eef8c79d6e2c9cf5efb340257ef7dc7936b3369050776f4b45ed6603de37_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b693182419b2287a69a8bcb3bd3ef8d6e799b5e7aa9b5f25cca855995588e104_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cde3a4deb285f4ffb38be4443b3c09f33a44d8f2007bfde6f8766d371487bb80_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cfa458375e07e80969d9a9b3521c5983fd20f384b74f1080b865b618afd35f32_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:30a0f7d083fbf57d19fdebcba31bf52d257fda3eab13e1c8b856291f40278c4d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:7078670a28f19c15b118e3ff8d70afcd5e329a22eb6a44d3827f9554dbbee812_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:6d60dfdba0f6368f23bdb554da68f81e3d088677ce9748d2850ba8f2ecb0cbcd_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b71a8dd592d2646c7b085b06edefe64be96e38113c3547a111a8d0201992b98c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d906f3f6f4740b50fd6266205b0b3f986b35ca7a64ac7b6c52cd7167d0cdab23_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e4969f9764190a2b46dc5c9c7375213c28518935d80c4e4570d122d231f53663_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:331e8f309349114252acd7fe42067ab2b7bc03abb6619f1df59c8fe907513d3e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fefc2125429189eb85f3c807ad8ba8896a48518f3dd7d93f94a091ec925e23f1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:8687825da05aa3fbdbf32fa82a739f58585d8d2564501deb0d3b97d67a4c431f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e5886c91ae307b14a848b0a571918a57a9d2d85805af6c6ac7a2404dc0308337_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:260b87efa1dfc71726aefc2feb8dfa83495aedfa6e95b0e86dd1ce0d246233cf_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:49a1a91122fc6cc34cb21b6de67b8249f154aa8e2bfade0e50457c224fc3ca70_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:cdc02821294c7bd8b4de75b356ec0ec8b0745b0b409ae9481dc08c4d967b53ef_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:e52b5054a3c11b34c3bc3450d9be2628816575531a1435ce44652324ec020dc3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:64e73e3f7bc1f37f40ae235a7866ea7c881d67afe29b398edc6f15befa7f06cc_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b4f0c23d7fadc3a15840607d9aa13327a3eda6272565f88be3691b74f16fa13b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9b5eda1037248996bff10033108d1dec27b8417730bd721d980b778e1cb4585f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c397e51c6d4de14ea1b6a41957a3fe5ae54115c1cbaf414c013035333824eca2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c72d9616c2bf94661a156840d39e3a42d4023598c5d647562874c453b44b72e9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fef61b2df388d1e5714b0f3293bb7878f1ff9ac64b0353284576fa0413000ce2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:267a8525fce7dcfc460052b97dc07532c927fcb27257b29f5e43e5475376bc42_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:886cef96ae99502afa35aa5cbe5a16a30d873e8c9c92d6bb3c748bb68877935c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9a68ca065607df1a4fd1a351041d799b2166b76ebbdf2c92a0fdbccd47015036_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c7a8842568f7ed4d4b1ceb0f507aa5a56d80ab213877507be04ab55f8fcb3a5b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1567f1a6c1a596e22674ad45cd1975c8667fb2317c84dd5944ccef58326239b2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:40dad16e2777a64a836355627be3aae4572a7ed6417ac39e0dca5f019eeaf471_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:800ffbe7a0007398e44945b2f3772d657995ebd902918ecb410e5d373de06263_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9720a885c669964be135fbcc55bfd5e9766841f6b11bb2c279ac030de9618ece_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02440d8ce569f4318b2110f8975fc4d0a93e6da6c5012882df9cbe77559a0a81_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02594f4e3bd44cf7d378a7fa0533d54b4365eb5317c282cf8295cdfb0ae5ddf8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3e5753abdfee794bd09cd51eda1c7634aa7630ea3f2a72ff40c3fcf5661e58c1_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ea8145a89efceb27b579a5f79c37c7457d141a0eb38b2de5c82ced07879539d1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a1aa9421f9d52c8bb918e1b3c9daac3e1a076e70e003a58462b62f0a91fbf795_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d4dd77443d486829650aaee412b58df2c5fcd995bf2c493a22dc1cc705d270a1_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d689dbabc1df0ca42e7eceba17ff474f9e6a30474f7cca15970a5ee7fb870a72_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fea791f1b353cb84039498653a7b7daadebd460631446fae5f05d1ca8e85dace_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:100ffa84c55a87981f50fa5fcdfb5a5daad0eea01d0bc14abdbc959ca0a1ff92_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2e646fe351c1dfb3650d0b67694f5cb89fb7aae85c9b8edd356f54f40b9e9fb3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4a45ec0f50d9cec050f1c99dd33d288ba8f9e8dd1a71c2870eb5e799a42e411e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:60be3446f54ba3c5f93c5c4bf1de44d7e9ca3049abb6ab910f8e62e671a80d44_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:90b36fe8a88dddddcd584cf06ddbde8b74e9d7a78f9f51b77d7d2480ed45ed79_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d69ebc6a9d6bd6f8f75d933ee0f7893b285fb24e994bffc35514ff5211ce68b1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:da6ed87ee2d899e3fe9c6e8b08bcd44cf11e1b1563972ca4aeb3e8bc806a1d2c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fdea5b85efe39b635685d506a4416115d546a9f56e87903650b5e51bec6a10bd_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:47ded0bc14992d79c073e4cd541279def7e44d8ff586a5cc1676edabdd86c13b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:642eb8c1bf4631b969d0ebf3a0755f566236ce7b5534fab78d531c76d5e802ad_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7189cc475748ddba6ff3f306320d55a840baa8f1da8a934d4500c49e6f675ea5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bc10db6a9f9c1a60744f49c1ed737bbbb8454eeff9fd00175b98872a1af17936_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:017359024215cf5a7b00bd31b8b797ca7f5f456d66a34ac12c44e53c1ab77fff_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2635b651e023c9d4dd92d1897b4513947985256607f9d2dd8043cd7f5de3a765_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:542b1a4bf2fafae85c50eae7a182ffd3a3a07b2c234a00e4e6c639b1143b4b55_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9b3b5510e4cf6b4cb86bae86fbf36c1fccbdeaecfe009cf2e67cb9c1d7924ef4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:048f5dc4b9176a86e0d82447e036ddad890e58e49c8508cd74f8c297272c800f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:0a7e3fc4b1f892ea2e77c1f5d961507f0fcec7740f33d3e308904cdea1d3ce21_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:44db7037b872b0164497a603e99b7c5bf2bd9aaf31158e8a4e8bd03559584155_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:a8ffa384c6770ffe1bb9b7b8729501ef2c06199e0005b16e5dc432dd8d23c66f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:176081efde0e44254215af3f5091e64748c81d2bb29a1e7a64ed2879c6a7fbe3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:42ea798731bcee8b868ae15f9d45b8f0aaa91d1a4f7660c53ee08b070fe4c9f5_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:85fd9925886227b53c26a3ed09604c408c49b8ddb9cf7efa2057335bec94803c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8b7b592c5ae05773897351d97fc9925e6904ed02a6ed49e4737f0f649b7eabe_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0d8537a8b89a087f59b9f0c413d9c8d6c77002ff0d9d8579d179291d3b6caee0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:14cc3a54f1ddd57ce5b80b6d111f0ca27f74b4321c9915d5ec1960318c71d752_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7dc1bda89f2fe70041f850dbb5dd3804e853961d2026c3880fd7255dd6e57b0e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:aac4600f524660e2351490cc7aa719ac2dc93193f64bff1178a04376bda57cee_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5449067a980b2d50b360b1aa1164fba67693402210111708ebaa00f0f93bfb55_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c8486459e2b80ee2706409e888070c9100938357621746215ad7871ab9ddb990_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d748caca6496019c594ae5aca825845658e1e8c5a1c062a02830aecd677ea1af_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dac9a4617348551eaefdf01ebf1770442c0bc07033fcbff203750ecaaef1161b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5143aae8d524363878300902b89dfb5f3420ce897bc36064fd021d23993432f1_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:6fa81971ac5bc843a536eaf167cf5147e879c5447d7c1ec17cebe7ab85692317_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:bfa79bf705669231df1e59e373712f0b04ef2c0676ebfd901bd9879cef16236e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:cad2e37531b2ba165087ddbcbccf9cf167c4eaca5a3fba5f5f4bd943b8298678_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3538795f3effdfe84442141d83d0292447b4c43e3d68871afcd453f80e11fbff_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:7da313ec91e1a9ff08a16ea2b0af0ed1ac73e40c4b629402bff19f183d45aef6_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d9279ac3cea7e1e400e244624bd7ce53cbb6343d10872873e71dee20263d0e62_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e89a5c92caae6b72646e17535787d06f7640a47c59b0b4f418c7e48918736d60_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0ec6c9197060bf068f358283d64b9b877e97f072466244f9d147552a193fdae3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a5aa2eb87a3fc9c5160f5c37c50cb88cc0a77bbf4eebb298ee7883ecf47b456_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc1512a1ca871d5e21162430f028d7b7f2391e19cee9b3d6e253b6b6d03cc8e2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e8c2baac5dee142c4e84d01c731abbc200cf24a04201fd8690f0d47035958830_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9b45bdc374e248769add4b772aca63e25ff0baf8d490e64066bfa78405cf609e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bcb4f4b45a7d62927ee6589db9d31e9bfc87a13f3b0239649c9701b10d3dbd75_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c1c72b9d00d45dc90f97bd9c5263e6d385ee34f3a3f834909dd8b8eb28c3b15f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e15057d2878011a1142587df35dac65182dd4ec4c0f3c61055a73a23dfbd615c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3bef4d599101ae4c2162f47e89f5fbac89903db3f007bb425eed38e1d9b4d9cc_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aee0556c560d2ef9f2ccf501302a373f15cdccc83ec2c6935c4ae6a2f25b63e0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ddc3c05d5daa3aeffe5629b7e2fedd5df301a3030f8f8c6acc3204b8fd7e0995_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f463811c1b1e6fc34934bb5a8151fa946acf321ab57f9901b3ee1b7f75546beb_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2abfe62de89fdd0697da63674373b1c8a2695846d8acab5f17a35fb38fbc23a4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7701f38b6702b4a9e6b49b3db83073475c33528d2529e63b1b98664bb7191906_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a23cd4945d2e1f9e1c194179fab9c388677fa1317e02a99eebc575e227064b79_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f2f194cdb1a14fe59e05455df10ebfe70edabd37ad605346b6258c5bda79d96e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9b04b0a1047813b35f6ef09e1fcf1e06b63946e0a3b3feaee3e081b0deed689b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bb521f2f97477b5b9851f6655f1738b620aefccaaa81cd303d17eb74ade7adb4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c8a1f9ce2dea4947e6cb460bb4b4ae7ab6bc5f816ca25f3405799d56c6ca48f3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d8f67c5b7b8903633485f67a76f88ea13855bbf95e92b651bddd15fa91458ebc_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2c84af74e0937a0f3451054240ab7ae2d44c1b566339012ebec9e5b75d7a627c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:41ab25be6eb002ee921bf74c1049e07547328632d576e78fc45245177fe9ab84_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5b389b9b0acddd8ffe5e5c3f9d54321d061253f3f45b5b66b6dfa0181b73b87a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9afa17f9f4e4551369e891d405098219c071231ddab921dd32bb7bc66bb0b6a7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:0bd76e62d162ae823a34a766fccd9d339e3f550720d863b477273734ed1fdc39_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:dd17b1ffce727d9a74c3f64d65b72b03a5c8fed96e773665a078dfab33bd64c7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e8ed2c9324c2f5594f90b049e92f2fb3141dedcd99165e80e8bfe147c738adff_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f7f45f6d562bf699e0e45e134c7ab71701dc3994882cb82edce9356be7627ce0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:22dee3c01cf1deff68d73d76735e420d223ba0e75dba1e7ae224ac4e7b14ae79_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7134aa51e11a7d6b826068d03b9c90a518cd3cfccec0e3f06e57f5ed77daf6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7cdf9e85bfc54e4562176d63e1f2be56775dd761c6c0cbb80fbf888dd1ab43_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b72954ed888ded15f443784fe6a684b6e0d7782921efb788e242d987fcbf5388_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:63bf84966169bf2dcd8b8bfee3c478d9e61881ca007fdf3a8be4ba5cb1118211_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:697ada7f8e4bc8a881e2f1fa3a8402a2e96448f948befd465c59e03ced12c9d9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:85ed053619e39778d5a986255af37802ac46a26899c8a448abb139736db5e075_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:abe01f65affd92347d8097b3922e587548364d9680b74f767e9cbf139c996802_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:55102797bf884eef2d8b842ba8a5f2538f711622eab1c82b06941ec574b8f266_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9cca1a2d1a6f5a33257e8f790d180274f24a01c125a717ff79da8fa301e2f270_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a1f1be1027b54388f762951ab7983f18cfe37140efcf2c778a5d11d4740e8e9a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d65990c0adf148e94c1c0ec0730ac2a285b38eff128cdb2fac7f61af1514fd14_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2db5ea10de47829d4643fc525d9efe3815db59d5689c0febecf4fd722ad0528d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5dcf0a7d3c0b2062ea11867f5fd2a4ad56fe786b11c3095d76eeb4c844240a6f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:73b76f141fea3db7cf7df4e9b70443b37fc67790cc6986efdf53a32ea7360bbe_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:be3286f36b4c80969594af159ede49ee20ab5dfbbd890649c2c4249335714466_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2cb748becce8d80bfbb66e84f63e0f0a3cdee6d9bef3833eccca24132e9d0699_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:374211b6e69093447e90462693c45bcdf2ece57b033a419f13585d9a46df62a0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6047837c63bd707f994797af79267ec8bb5075b3fdd88c069b3acaa04ee2cb5c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d8c4afb75de3b6d432d4929f4d4fb6938617a794ca2ef2060b83a02588a1d0a3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3287f57d83e7becbcd3997ff2ade6e6b5a664fd08610464002229e0a116dfec8_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8a58a72e372b4235b4751e08f10c97ef0798519e6b91595c234fc14089d7495b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9654a0a2b4549ab06e5422dc69872961c892e97032b18d913cc197dd3aa39f3d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9e9ecf8cb43e1819159bb8fc0eb5641b71663e110ff757e26d5549cf41075084_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4aa3e0ca4b5398fcaedd212506e222fd435f7a46c2eaeb7a49dc50f789cf13a3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5d094c8e18e42d662ac2f5ba16602c1513094c7dc547fbe3de562463c4096bce_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:67f85bffdf2db08fb27d52c6a0a8b615a4b9cd748d9a7e6126851d1bb27844ed_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7d4b6b9e67875889c95a5d126bcad0f6b98c148b85433180573f439a867d9e25_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3c0791290db50c5a925a80b371ba8bdf91f4fccce56397d12a989263a972bd02_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:654aece866efed516d69db0e47668dc85d3936e901aeabd098e07538aa3dc617_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7637a44a01d6c56f002120cf96228b6c68e92b4391d4b6efa1c81ff8e40eac0a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dbc636494f53ee38eae00f243bdb92d187ec84654c280cc454f2b4febd7c22f0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:08f46b1d2114a3ab80bc7cd277859a4f84e870c2421b9e13370774deca0aebe3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0ea69bf7a80cc8c0810acf8c7aaf2cc1374d3b034065f1119ca33af3d1794cbf_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:17e61f4a9148bc2e0fcea85c19c98eb8c2efb701bd21f8b63547dad13fc256ec_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:8b81413ad0f567583ebe4782344c22834c1781c5f7493c8a05b827f3f2a5e409_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6b348a4fae63bad66acacb5f0d03b8155246733e758f14208956c38c2bedaac0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96eb6b75d6a8ce22b199b8150e628a2a00c427ffc79b2fee2e24af1bf584bbcf_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e0b17d193af2fd7e981c9908e01f2d840cc939e24bf1be19977beb85fa1159ad_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ed56ff21aa465143bc0d1c4f20803873dd07999229739b84ef7861683476b22f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0654b81d996d73c5b5b03310f314bf3bd6871b3bd4d1abe791cec9b7a3339719_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e294ee6e92049316f91ecad5987a24d7d3c06809d3db2ee3f9a41bb461bc220_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e3afa0bbd3ab3ed4acd6d0059765116e9ab56090313932bd063098d94f1c3b1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:929f235d156df0f59479d60379dab0d83d6fc662d9acf7ff050a520850ee0125_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:14b5ec9622b1a177ffe69a7c87b7797c06b283b26d5547828d3177f823074b5e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:52a47ec0685655243dfa60738842ba038719f2454b85024084de270736d06529_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5fea5bf035692313badd286c7d13564d48c34e3195bac3c74ae669607b5b5875_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fca2b0ceeb7e301640de2604932cfb2c386441e0d3b3b0e4a525f0a6b00f7cee_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2b85420da837c90d984c5945fae12321c8e6b6fa270768da6270f382194f2d4f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5e5a715049a34055fca9a4b36dab839573238385890678734f96d7ba776dadf9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6982d2c27206f15366ece47b40f4a6a2994c7acf5dbb94aa274c55a2216d0063_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a38c23c37dbf421c77c4f36758a105b790123d654f1c8b3419becfefedadd0e7_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:021e3ef983d0ca18800e0fc390ad96f4b6f6b9c3ab784c6e74ebe2e7fd7b31d5_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1076cff5268f9fec09a760da243efbb72eb96645f838a746c4c4e28ae4feba33_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3eabe7ed8651b8dedc3a2c38a83527f224ba3b50088b3238e158048bb2ddd85c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c29274bf105ffdd07bb78270a6dc497fbfb699acce48c7c6b7b6ef32416eb20f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:71bae3f7d9ec2a469c8d69b9f67d27a0a98a26bc842cc8733442cabd43fe3c06_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b67943ce9e26423e0bf84f411d50f394a67a0f3368ff289e695f8819c4fa8c02_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d4c9ea28e8a716d6a46a42cd3b5efc82f42d456e21791c32369527ae82f643e0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e4c222d813696b8b3d4cef6982cc88ba3d4581ad6842b10510fb4c8130a82684_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4d789598c5dc7be91f05a8766dffccc377a71db2ea8c5cc563f396cae02326dc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:70267df26127761958bacff38fbeece08995608c2a24c7a3724495128ef2bef6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:84ea38804ec003ae82375c83ed4549163a2c932d6264eb64476e0ad175b4a4de_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:bfcf2ab8d6586fd6a8f08ec2fcc71f997800b8f459577c31e654f8ef9325fc42_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:49a412244c4d6b547d5b0ca9bcb041b1e3cabbc78f5234ce52b678207d83b3e3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:4d2e1fee9a43f8faf39b05a7d82ceac50094ebe972fd1fd85b1528961cf49478_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:564e888a319fcd9b1af19b18a4281c5a2c41bedfc3186fb3bb587a1e28954c0a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecb2d59766a1aaaf7cfbdf1e0b92ed025a18fd54acd41fbc63026b350c98a953_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:296a9379ce17e07df7008f1d35004477297a7ebdf9e3d51a50d71628d6ac68af_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:67f272ef9abe83f9cd959ce97e3d5c46ed6e118ca30f65fbad733384d228ebce_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c8b5246ba51213bb183e07d862b6d1f9b156e1d16b7656bd6ea061f9016e8ad5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ed375d4341175bfe6945ea8aab5208f375034307f6753cc726230629ab97a71f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:29e41d78f04e683ecb12ff2335b7205383670e7bcd2b1beec736261a93abd406_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8ac74d64736ed4788497e0d4d10226bfa212f6c0cc97ee63d7c61676698bc022_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:94a303f0dd0822b5d82509e3ff8af5887949ddaa0e3a91b9f94d0bdf4e1e267b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:95c3aff27109694e511c9e45d1132bc4de0fd636cde0855c9ef45f1a17f5ce7a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:16e2953831f686cd68012c8cdaea2b404c54c91050145b716ee8b0ffc5cf11bf_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:91e3e3d331d92b90ea49a78531cd366201c5de278f56597d9dcbeae40f114754_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bb1ec078ef82180a6019d6e174c16a5a846e4cb8995753628db25a4ca0071474_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c33a11f1aa2fe38738663eb291e25503e2e6fc3cb5bd964e1a6f8db0475e29a8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2606e2856430c12efdf947977a070de13c3f93d3f304608c411ed57b6de0c6c7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4dda7a5132b638230470f86622d84a7f0117280726ea52e3769c15f11b1dbbbe_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f3b4137b1beff722b9c1ec2e451577a22f44c47a6196139a39d4aff3a0386daa_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f688b554b17808b3aca13b4e6bb8a240401db6f6cc5805e98ebe71ff43dbf1a7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:07163bdf6c27b8066a5f1e8674a2120054c3daab1e8a0db8cd728f2b1ca0fa57_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:32956c0bb79239db914454aa82f94222c6f7a90be718e22bb80c4e75a45127f1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d877387429f09cf5fdf779e73200069c418e561f20a21815bd56fce1c1c4c73_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:9a64cc9623e5639b0e8ec8f5ad63a5ab83f92598abe541be09fceb37ba2fab23_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6d8e4146a7965b0a81984df7d0a2fc094c50e7010acb93e58510cedc8a42e687_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:764c1081056df81f61d6965869f9ba66d67f132d6c768c13f1b2c1c81d45ec6b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a27762ca5025270235002c90eed00d6d029d4b7103b5bd108eb527fc8e797f1d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f473c0c439be12fc83e9ebcef48a1a067a5f4a9cd581ca19ca34a3dd0b9fb79b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:6e95c6d3ba75f0655680a4e46b703aeceb57cc9ad072733bed1aeeca0e9b3508_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:ba23af1b9437640698b924bb0645013d7c08fd6121489b01b63f66156faa6588_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:01c4ac10b7061c77ef54bf337b8488722506d2a572d9da7d9a689b4c9ff7c225_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:67c19e36b3f264978073841b06d940efc3fe0546baabffdfb35c2e5a1989e96c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:add880787ab5dc1af04cbed51e2da0f6f630ee85387617987ec6d6d8e3a28009_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:d6acbf09fd11d29d0d715b96e60355a23deba955fb3ac6ebbcbdc29e6923d508_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:474e02e9e121dfe39458bdbee1f434d32fa29347f55386a4abcd3825c9235456_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a0e6d2e5adb8d9c223824f623bd7d391e33241fcbe281c54af8e3925af5781b6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c3fffbd0e1e6db3256029c6cff61bb64ba56625041ff86a9d46a895076877fff_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d253f116a2d1e2f033f47422230a0a4e8a9fce255d71e9140a0bcb6f255c09b6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0b41f824ade401523c3ff06e2dace98c8dda246f40e6a01a588dab6fcad09683_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4954d67caa517e2e2edec0e5d4b95610a31b82d5a86f9058cbe55193987da9d2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d1a37ce3fce40a5d5e3065b5a4be81a18fe2a6b81bd5d16ada65f2647fd8fd0a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d395f05c26536703d44d06525efc0ac6203440e6576e8a1513c7e4ed8563ae62_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2224a1bb7f39feb0ee922a54a94d8dfa66e676caffc681f99227eafc0082b50c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:339b51d602e6c798949da55fc36b4e83d4b07909c97f004f8aebb5bb6f43268d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a7bc2291024185f39cde4d43057b17968cad18451fe8447b0ace526ee11bbcb4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c171ac27f2bfd7846db274c1d2be8b39cdfed3afe59ab4fb01f903b5be3af443_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:45c70f4c6f15a25e1982efd6eee6930f16317ef4cebd11ffe2b5994b9ad8b200_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:938dfb864f0a9dd0116c5969eb1ca94f2e04b914c3ee56bc26ac33f90e2535c6_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a4f095b9251baba737421c47566ac7329258b8ff22b0f131c5a941ad1b6caed5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:f7a4c6ab4dc050efd81ff5d7dee7569a55dd0cf96e6413c47770699f5fa02b6d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3a4f76a56b75c54966a76307c4fd647d854812bd22e55cb228c1e9b5aea67037_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:98110bc940b974dcbb8b0ea21c6b52bd96ecea62779f9665d3ac8dd03223905f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a7e47a89156ad39c7e5820cbc98a0b295ca1a3aaf6b72be3961c6d4eb0225831_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b6a273a6d68b36cd939b6bba836f657168526125327fb784c436c99848f49f7e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:26b6bffa3e11fabf11ec8176bb39ab3e301b3c5a85c1aec37142860ffac1fe5a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:301f5a73d9d839a999dbd3c9a7741ed3458ffb87426b7499364e6460850deeb5_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:57eee4fc78405492c9a665c228d1f25c75f0390f75a73d5819aea7ebc2da6b4d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b10b625aa3fe5011c7fa9db3c95ba6d36c569fd6f6aa4ac3ff2431cbc103d362_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:11b59cdae58f57a02a4c8479266a50a1a5691f2e8e4382ea7ce96bc913ad4afc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1f11609dbe46602b2c11ea6c776cffc87ebf3fe2a1204f25bda85d9793d5cd60_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:28ca9310e14799c080a07935267ab4ecaf6fd1abadcb1e165deb46c81f2e731b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:56a619fe929b8a18bf1526bde6c9a86f12a1c0a43739d1a0d04c58920d3ac5d0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3bd696b964b694ec219c5776593bf4772dafcc3f43b973355913801929462557_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:4142674147742cf0ecad7223e02e88efb53e5a34ab820df5ea2f645a04219da8_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7c59a7997fa95d2895620378a7e18f0074929b630c329ba3f03c72e43415364d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ff35fdf6dd3714c214394ff6f203815f23921af529bad0dc22abfa1d1680b333_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:15198ffc1a039f56e9cfe7ab35037c34a3864a83163576b65fb3e9f5aa8f1f3f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:4ab1c5859c4f54f225fe4d5555f3c2d1aafc520ce7a9197b040e06084da9a43b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7be609c48462446f215d9ae0326f1c76bc0b779cd08db391163c796106e7aeef_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f04c27be87ea23869192754c00d08badd40a106c2f66b86bf493455b3e3ceb09_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:42ce515a9496a89b6abef7a94b6fcea6880b2a9833900d54e1dd4044c9e2872e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5ab9133d7b6aa46227bca8a1c6ec2ec9233ebed8e62e41ff122dda627d4a7fcf_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:94f82ddff9d44dfdce03af24a851c05cec4ceb161c5631ce6ce88dc8a9481271_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a7879d59a73d16ad9c237a597dfdbdbe06fd6d3e3de0c9396e342250778dbe08_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2f370ec13f448fc82d3f142cc8b6a559a4d62044631f4b394742652c4672f536_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:38471fb10545f0fd1f879ff8ded337bdb6919a929043727936d28c2153a78fb9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8e6c8d7186bfcc49c6ec64bf8bbaaee511f62cb5d14aec29bea364f90129d36e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e35c02d8101af5150e038572081ef775816f97c77ae24fec3826bef8c24837b4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:123714413da1487c02d182f1d355688d2f0fd63e0f82865dd962567bb9c81039_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:675b6754ba7e231a1725cf8338d536551497ed05e7f40435a2a3c98e411af84f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9eced45114ad75c3ca56d06028c836adaa713433bc49f6196533276f9645c58c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b203bacc4238f6cc6afaa7dcad119d126484235694dcc33a46edc4d002dc7f5b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4e68102ebe684da4477f443e32d69865b6fa28d398fbb76463c67d85739e3c2d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:6dd5107b14c1abce011367145d859456aeb03052ab831b4c548fa4fba0b269fb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8e6d6d3162ace273c1312c383de4e1f6ffe2d8e6d7b553b64e6ac460ac040c20_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:061699fecaf30d68ae3d41b89d812ea8144627d9ca9de83173fb33fa06e6b8f3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:33b4bb5c331675703e19ef96f3185b2d3cbcf4d0e37a6fabbeb5a8dc1f46df10_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b7e15475952a147e7d6d506ee9686c6c594d529b27e4086f49b0dfc1e237d640_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0465b162143273b73d2d1af7ea6f9654116a9b1cba8169028273185f2dfa1191_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5d1720d8067c33064ccfa16d47931fd18bdd3590f53023c2ec268ed9405d0983_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e99c8d382c503a7b1e25e6f72ef293496beab285d0a3453d09ca73fb58247163_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4e09db0d6efc9289a85cf5d4ced1d6a6a7f52168e44c366907a5d4ebd3e7d75d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:585c75fc909525ac0332764b66db33e6646e5e0b0a4d01d176be6dad70a7447f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:85df50114baa307e2b4192a46f80a292500401eaf41f45b071b23bc278562135_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:3ad0b56893a8ad865ef9de637c1f21a358aae5ed4adadae02db3c6d37db93422_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:56925cf35430409d4a59b4de3ea74d8e3779acf505872bcefa26e97418f7bc9b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:a928a27d2775d702a7b4888f87e770c93049b645b5878173d87d893288c0701a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c83836428568394e500de29f5e4b44fa4881f5b5813a8dcd42a5bd16b6bd2bae_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3fa694c3f2b9c05fcf2cb69f97d791fa46600ba1eebd67608b109586dac15e3c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:44006268f8f00b5dcc4737ce787d9221b50ad7af3e678ea6dea817a797512b4b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:6b7d13c5daddfeda27cc815f3fa02affd699ed626cc41775f78070cb8cab4f4f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bdd058e218fb99204c479f5cc33383634b184b1153a74c3333926e84f3e4bae1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:174dd5140764fb73bc002166fefbf8f897be7b295e10527410fee19338fe65d3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3f5a73689320e820972a39a40077926550f7864e2d1969a9352d3b833191086f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:df97ec11ed1fbf6397b6a62c85014c255b60c652c98ea439d1f47e62c6a0e4bd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dff5a115ecbd046f3a1a60ce8d8518edd570922528a7ba56cb17716831eb6b09_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:11f56bb6bdf0069b7bea04e5051874cf879bff0ed36676dc521975eae8cf1bb5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1eb4aa5666fec327b24c011e1b7e726ecde7ba1942e0b8d9af38a65baa052985_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:77da9199e0922972da775122d60efaeeb4cb2cc464ff6855099fde770cfc01a6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c56c801a4a9e11f7b9ee071dc9634fd6c43aaf04cdd6b048dd4ea1a623ba16a7_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:5332d1051a8774d9d3ebd2f6df71f2ae36ff23fd32b28edb418c028dfa6be128_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ae444a4f4274431a8dfa075bb9c91fda502cbdbe971856f54ffb6a0d5deb08a3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:4148a39c8311d7050050debedbfa7454b53c3e00ae4d63cee7bc6da688af744b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:699c1abe44686141c985a530a8b3b864b3a1bf2c5c6645d68f7920b8f752c684_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:608159f89bf52fbe18bbdb1c48b679346ddac7d3ace7883c84494615a4ab7adc_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:d26f0f1adde0599a01c90d8b9e1e8690e6e532a380e7852e83cacc1e439b5424_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1ef42800334a0b6d395e1b1bc8e517e232713a4ee0e4591415c5347ea1352fb1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:23d11514c82b817c95564de1f0252dfcf753ca40cb154054c051b6bef078a960_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f5311dc740529f4f4c444fe33bd5731b0ff5d213620207f039af546a3c521226_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:14f9b0d4497da98ffed111c1266fd4e0b4a812f6b7ec37b95e5702438602ce33_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:4e6b6f1636a4300955a587155ee9063979e47cb387dfc1a85f3738b1cf25589f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:2cb5be04fd1145f054e994500608d1463f35a0fb87305e559ff71c972795d978_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:664dd8b515ac89b33051c38e00fabc4f2bd8c902f9fdd8df263b6cd6d0a0bc25_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:28e1a2e9d3850462c628b0bfaafac15d68def97b8c1c9387de58b1fb6d877f19_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5c60f40d38ebe6f95cfc0fa78fed9aa265fdf3aced888bf232445c2e76e4ed55_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d36d045c32e335933939150b36fd2f86599add415385560d3e10d4b74a704d89_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fa556b78fcc306b456576053e522d93e0c578807e220d3c562ea54cdbc2d1a92_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f9ea746b7bc2eb6cf1d82644d42d363d9343506f9091e8bc67740a06b382081_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:909ff0827690342dce5b4cf713327f3a8887a056951953c9aa639e916129e1ad_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a8705dd5df6abd3d6931b298fe8e53cff0f8259547fa85446503b413b0ba19da_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:cabf1a3d4e2aab9e2273afa75bac084e93eb36a2801b91ea0d79982e9e7e5f2a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0b5cac582cea2ea2dee7d515f05bfedf2a5beff46ae6d5ca9626bbb36c94b865_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b920409f5635d704145bb8e1107a7c6f951976c44226a2083982443f67ce619b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d658355babb92069a73c35353c2fc0be4450517b3445d2387b4b0e3bd2b873d6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f8036fe71f651189dda062ede40268c843ab07ad5b32e010250f9b6fe9234bb6_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c5361be369c8e0194275ab97d18d52a095a5206888bc82d592f9f9ba28a34e91_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f6427aa92071d20df4e412376886d9831bb0cbb15c10216ebf2ac78de096b051_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5d5edceedc72d2ec62b24b6a60c278e4836829c78a0bcfeb20d87fefe501a39c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cd23e978bf90a7180245b04b5b0df939ba57e30ea13a2a759a5d04953eaafda0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:bccd28236b901759b08d5106786d262e482cbd1e3798c1392c9c6eda9956a5d6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c096101efdd0dab71581c6e6506b9a6560c96979e2d439ca888d2c67860c1337_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7cf38584dd1c5c269f86d85b0488e9224ac989f985989b00ba718ccd5c1cda56_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b2a85daa27b4a10282c1365dfbb48a3224df6c2a47d6f5ed59c3c01f6035d443_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3643a11084c5df88b8dd9c8d7693b228f3a9d94f74aaeb4620aa458516c14e18_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:a6a1152188a6d2cab12133e497a5c29549fa0103dcde8f1bb530ce7a033033b5_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b6f91ba9a89207a2f84a8bb1343179bd74948644a8b1608c2a2d84dee9ad39b5_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c21ea57e4b38cb47e5aacc58b218ed97cd4e6ef353d86442236cbe8852c6f648_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:56c61752133f5574587fefec75502e2a132871ed033a824f62519117ad0c4620_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5eee9a534fd647002e246ccc70b47a79737cbf604c5fa4519d10a8c66865e5a7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b1428b294b7752d6d56fa95d6630aad0b6d205991537ddc3274a7062c13df3dc_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c363dd15dc780181855ed7e8af09bf148d9e38d562cc54d90842f95ccecce36f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3978c02a12f2469999e833a2cd001a08741c4d9bd22ebe211bfdbac17563ddf0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8d20d5c213a86a2d9cf1d4e8ea351a70e2bc1e8864e7435baa701aef3b22441b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ad84f2d6f695c6c999a82e33cee9938544352a648c0e72adeaee0803289077c9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d872bcf33f5d4d6f1a074bef0091e74de82b3b1a883b9004aa1f6193b84904fb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:027641f0d532c5d06663e838ddee798513282838efa12811ede36e1b8669949e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:198fbdb0d6d4bf699a9186c06c310e4eca0c3252ae8e0d64ea1c68d7b67c2bfe_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1a3fb2aa3ceac5c827d7cde1cc0296d6974663d3f5b4139390cb29dee2bbcc20_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:51a53812eecfb69e77afa538400463c7eb51710777e9d9573804d2d9eab5d307_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:19cdd4cd8546c53530e098641c6c83e2f38f05f2d046c6a9fddc3c8002a01fa1_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:27b826d0ac202a4321d2d28bfe26376b405458781f04acd607c3a27bebe83651_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b1c377c3a99dc0a9a6a39dfccae28c7e5a11674342530a05b237a33117c980f4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b230c7f6c243ccfc43e6b50809f916d3247f8daad3c750220020ec4337b126a6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:42cfb65c46f9f63ae3227c0dd5ca2a0a11729ecfb2865f3a4443821a85f7c8d6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6ca3200ace5f9b6c36c20185dfbac37ef4cfb171f3a99eb9c746e52031bf380e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a9edb90a7efaeaada322b051c1b4cda47df859fad20ed42574fbe0fa00d15324_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bf0602fddb6c09c5c20a33abf72b947cf7ec8de6ef68144d2f4b1a1a9ad906ba_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:13df2c323a0db01668777fb495bc342806443b5c0992fe7f9ede76a0e731e2b2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:8e564be7535e32f63ff7a84bb61b3586b16b07f4ab6db20b42340dd998f2e919_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:29b338177ad61fbe618240d520eb180c1faa54fcd4be63c0d2d16f5221c4d7c9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:97b5466389d9b1e4c54dce29bfb42e901ac2c4aa39edaf99c35f30a766d38b78_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:989cd4643516ba83c661cff6bb217cc25d502febc80344e08e90c6eef8d24088_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:adec59d5a5ca059167c1dab49e6e1e6363c1788833f2cbc2381cb7d88a98864b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f821e1e8479c74d1a672e049e187d68cc4845e7efb417e9e4e4fa99628f3ea99_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:4eef2a136a4fc3a9deb0c5999546aa8d498c3553107d1e0eda9d394b2f412169_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b31560936594f27a81750c2d73f97385d7b3ac87cfa7c75e1a4fc224243eb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:bb3bda07b0ab9cc97889a530b1da6d7eb3f7f9c8a98f9b867bb3a93da7694625_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d50f44b5a5797797b9595f99e3b24684908cc28d317ca00791bb6a7406e15636_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ec2e637888e698016d6df6cbf4be6d44e5a2f544e7b81884982e06ee632a9ed_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3c569b4e1ed989074b129cb91b307cfa10c8305b037b284b23bde4981f551238_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:4ddb2823de8624d7d45aa16adabddb92faed392e71c2d1a0b3e640be91b731f6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d3b7e9f39e5238f011f9328467c72a8cb8cf99d4bed7ac0593edb9ec5bbc90fd_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:24e49f3b5ed9df72849a33dd7fbd4a0b01b8c3be79705d6e23ae48e3fd164133_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a9ce73e1f17b21b9bf2ecfa7e35f5d8e9c72620076bed594e217b870057185ca_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bc2fc4c0e55023974c90506cc14c51cf73741e9490632453687edf404b3c485c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ee9af4af02c40524e182fb1893b8bd59785be7d508111c5b0415f0caaadefcc3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:971256d54a4e10a29080f656d5de3b6281f27c77a40c0dc7352f1f05ab83eb11_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d4fc699ea35d0f1e96e825d2db3f21628e25589ba57c40ce771ed210aac5d588_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e3d0f624ec4e265daaed3072e9f9dc85668a917d49c96ebaa1c7bc05ca636197_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e47600e5f91aad639de386e422056d431450e5dc3560d30ad16b0b0bd240e371_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1cba0b4f393f1927ff5386a9b2ed74fed87a58e4b2d4a38f34fffedd30da14a0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3b8bfd739f87585230904007f0b438b4bc9d79337f0e9038887bb7f297b681b6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9c7b3d916bac7900ed009cf82a03607fe68fb924805ea37e9950ff3fd6c73b44_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c0fe58445dbc3f94bb9a041ee4ac81d6e1ebef0eef6b2468c288be51d947555c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9c772d8d7af17818a38e2004fbdd7673bdaddea0c36daf239dfe65a49f78c212_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:acdda550e575dc7add42439a856726b3833c5d6d98dd9976f30be4b781a11a82_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b5be0c8ab080114879aafc5d2526924d32306ff545c06dba64c947ca68736f91_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bc413067c8cc3e6c40a9be4ea896d911cf6b3adbbbe4c8e85fcb243bbc7bc2ea_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4b39c2a3d10a1e059c3f52bbbad6df20e52e47a422119d51806b59bda8e7e97a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5f0f4b8edf205f47a263878372c0fc80e1531f3d197d882a83cc6a2bf980c277_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:78987fc04ce330fd8ffb8a96e1f25e8ece8360680bbbf4c8854f1ba1f598f2f6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a43046599cdb529aa9a2672b628a7495690b03379c7dd4ec7bd744b01793943d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:25b8603f08442f61b433250cb6f4839cf2cff118df56d1d7e12b3b09e859a278_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:912bcfa64c2dc40a0f8573e595001fdf9dd3280e4babb503198aa019c4c94dcb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9f84034243c6dc1341a059730c81b05bc6626b913524f8d854e7d13c59eb4d45_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d9683ec09f7d3d0c73eb626fa7132ea0d7f731893506437d76db27bef51ae518_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:13573ab2e748690c65900137ee67fa558a1938fc2c4d92deb6b308809a77dbc7_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:279fef1862c07ed7b949895843d80c54180a704411df4bd4059135dab63900d9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7c527388a78edbc77d6a9db9ba9d5c8ddb302220d69734f4e0bfc26b63b3dcb1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e601bc25408a2eb5735db7d2595f969a59da9560516715ad781cff5e4a57f2cb_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:264fff5b66ca49266cfadcee9765ba0b34bccff8dfdb12e5444db97af4913095_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8f14a597769b040fed9d1c1d610b6023734dadee91cc28588b65efb25f6308ae_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:bf78d9a4afa92e68d8018283114bbc7fd11fe0a9b357b75a00395ad630ddde75_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dd57cd8ba112502a28c74d7f9e021035a061e1f51377ac0510dd02a303f14f37_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1e3163b559a137ca99141d0913759b5a92cf30e063f6ee2485983a486d97a066_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3038ed29c6dd5d46bf8d593c154537615b8d218bc43eb89dc099a546308c5b33_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6f5d8e50b9cf127af5334e0b1e97aa1bc466bb1ad8a1dcb2b6c3e7494bf5a1e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fa6736bee0e8806b00bf3b6d971e2de5ea49f3f2a89e8cc404d55a70e6f73720_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:09157be733606534b4788e13e47f647c427adb2d36031df979628d1e3d93b096_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2c52bc991f789cb2582b4fcd0fabd20b86b5893d9fcfbf6e9ebbb372cffecbe9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:611ab0d9521d88b9676bcf873b8aaa2fd385087814de0ab05c7c853fe98da20e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c6226a0f343e69d720fbc83ad01daedb925fc39d272df78fdacbd847fb075bcf_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:19425f8d71d7b67b74e76c5b770a5e3d918dfde9a9eb3e181c767b4489db01d6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:39f0f3baf0bf65713633aeb91a80cd35779cce2b43e6faa70838e0a87bdb12cd_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:804965e59e0147de822be6cc464daa137e45c991e4ff00c7184b6fd8105eb781_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b9b4777d271c5ea81505111d169134181bd46169ccc05dc65f3b6e59f736d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1a6e143562b0618b3f5afb6d488e8bcca48d9b0b4f68dc70d77279643325ac52_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:22230fd972b50ad12367aa043fef070d0e580b71e874a0e3fc2f5aaf52839773_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3abe2be596ec79e32806af4d66a7350835433c11e8b053385ee6463e65f31d30_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bb8fb8cebadac019a3d8c7fb2338a56918ff39aeedd55318fcc7e7c6d60648a7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:28dc48f706edfe382aef8370f464836e99a307136561dff65f7e7e8b5dcf9a5e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:533846b923d36de2b953fd071f6f7ad38e60548e9ef1d3f704039bb69b59530f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:68d5b77732cb2c0b0cb9a7e6f4201570dd8134dcbb21019dfec4bfe1fadbad1a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6d20fc820b2b684137df0fe673dd4e98135ee6a8c39a660db8435be44160c4b5_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:48568238316d40eaae138ec218e4d0fb6119c94d9014683bc25934210792500f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:1d1ba67b2ebee648e679f886122e649880437bed73cc62901f26e77087d1f72f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:627e8fa2665e8d19aea0b746867ce31b58cef207d6dea85228b175b96cc95dca_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7431114311d645b44e0f98c9a0e92e62a2c412a2b57dc47b52f1e4c5ae0baea7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a88a9aa0807380263b476e1e7491c9a4f36def3c403b43fdd30bab55f06e673f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e38292df09d0b5589b58f31c39ca74147011aafc1a51be00112856a7242cb80d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:67f16f35ae8e95b90d758bf617c953ffbd0f31d685b9f023c34e5de5c02d1d13_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ae42289a9ddca85918d07f71db7415d099e8544ead8ae73a0d79e600c1c0f067_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfcee1078c7f5425c41f8d3398ae512f2a07d156de7d6e92d24d7f5eb1eecff3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:eb851650658c10b1a102258af7b72aac6db36647d07ec4eac2bfce099ae68e67_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:74efd49cd2880e07cee9aa16b7615504fcd276e8606b7422ffe6a253636462c1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7ff9273c653a511408a49a0778e9584605b9d24e1069da8a77049f70e2bd5616_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ad02d1ed96a39fedea9588756c548817e8672b8fa6d3e16f1f53221e3e7d9157_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b10f0eaa64d49ea5763131b8ddd134da6771b835333a4f5ac9ffdaa13cbd08f9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6c75dc3551d30161fe15ddb87170bd7ac33cb19b242907e99a9f2b003659efc4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7cc7c37a8ce0bc5a1de200fa97525c35943d5fe789787d642c4a3079c251c4eb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dd8dfd22f1e93168de72dae9a266654563fd41d605c65b4bb15f20ec65fd53f6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:e651483d73deaf4125ae3c2729bd8a42b277df79a6ff056a99ee3e78e2164877_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6590ef2d757e5ac11ffacdf6de04ac112e96f4bc058b97aae1facfbc9bfb9317_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8bc45cb12c534a1dcaeef41b7ad0a4cd8ac0e3b0041aaa0cc3a9b917602ba5df_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:92e18d38fe9dfbf0e50933d15f4178cc149b3e4eb535ccf0fc0da030d758f435_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:9a77e03eab2a1992fcd1c0a1f1c978755e236843ee4472bb551968fb16568334_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:686e7784cda9016a460c9196a522f1fb510546cad343e26f510bea264ab9b515_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:77d58cca07f50ed35b30a97c24f66abf5fd5482be3c2a86df38b5d0e4b41e4b5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:a553758f4aecd97de2202ffc5d96370765e1f92a11fa4ca464ad13037d7c1a70_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d09813fbb679d41aece1f097ecf3797adf142242feb12769a604c37df1b6d80a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3a967546fc93fbe58afe72caa5892b712c5b96072d3cfccc1c7d9b27cc6fd6fd_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4d09ecbb6bc7010c93d65d8bae5a368326d1b52bb7f7410d30dd068b4b9c1aff_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:78a9ba8fadeb516fb48a37ad2abef78f57a09b5e701a31ca41e4bfefe493d781_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b44e2dd5cd2daac1ef6849feb0b313950e0616586fdcc843a051788fa071a4ff_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5d94083e84fbdaa57cd8723c20bfa1bf0d2eaa0cef52c662975b286785db8cb5_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7662aeec067c8b3bd0203da4d87e0837eb624acc7dffab9c0eda8081d992fc55_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c95e0922aa74f51030c35cdf1ee704f01ece7b4ec53f361055f4cfc58e464bb9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e4ae1090a43cdf4a540f1a2cb376a93d2f74449ac44ba6d0484e4612579b3d43_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:48c47a452810fe65a21fa858b102a2e7d9469e1143c51857844a0a74ebf03661_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5ccd0d2687e836eea86fcdcfbc73c7bdced8bfe2050c466860306d246375f0b2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7fd64ebc835133fcf6fe9d286f18f790b12295dcd904d61cd255c97e49f216b5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e862f18a4bdd246891a49434389e8dae5d73a68aec6d548dd282f3c56396be98_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0772170993a9fc0531aa948ee3f4c83a8e530802f7d6fe246a0688026c050d27_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c1b6b3c81c49bd764dce7fcb732f14f378aad992c953cdac86872b4113e8168_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:307efea31da6d72e50def18e1c08bae9e05ac8991d90379280c15f69c93be375_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f366a95bf18554cb9b48af250be89970e4c6b1fadbb97543db8bc202eefe282a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:09b9a909358f49dc84cf863e418fa79a72c5f23ce05cbd4045b2c966147b4edb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1ce1ac2cafe2162c4070a5b60087ecdc520db1e90a433183157c554f86a8bdcf_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2c984681915470552c6cf4dbd2c900d14f29d9a6632d7d937d2fbdf1cf16a5d6_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b3809b2f792a8b57efc13591b88232ca2b83fd116ea1a6ce9c05ec39733bcfaa_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c37ef0e5d795a727e79d2749570d7c42876e2884561857149a17793543b9fad_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:45b239b4328e73574050498d8a59fae10b1788642bfd3fdfd487a59654f2395f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d0eac8a6dea99105af2917f089cc423a7c21820cdb7ea4a3f793381cd07f43f7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e9625244e5cf3f4fd7e6d69a8076069e24079672e2c4bc4df7733ef31c3aad9b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:25939a8eacf00a315bfaecb90901a20f2d314f186c1a23ee0814ca611866ed5e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3b3fe898a633924c2e0f803ca944cc63d99359966004c6aba6a05c446a0539dd_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:55a048f1d9ac836497f7783369b5b582727df86cc64fe7df91c463db1fc0ff30_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:88990b2047d4ab9055afba0c6f8895f30a132c361722a1524bed1671527d99f9_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4bab889d5262b3f891b99f0a521f6d4511641313cc1d3a5970cc2182c52e0fc2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4ddc6ce50e06c258b4f24827f1fe5577c4ceb5d68ad925a185dfac5b2b3a661e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7883c26d4640f30a8fbd635f5442fdb46625d727a1b2382220c454aeac081fe8_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:955419c1ead9dbc1c2545f367907dd4b1e8133ea23ef65407341e9a505b1cd17_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:206e503ccabc3f5a01f11ea5026cb64ad6ae62adf2eb9044386efac6586cf332_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c2d2155a6d299536662cff9c5a8474680dc8d9c514b152e87421feac7cdcc22f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:e62baadcd61bdc045c205ce81a3b2b650be73e7b3a5dd5cb53ea4c2f8a181f0a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fab5b1965457ca46faaf5d1e6882c17ac2f0e1db5017cc81ff4da8a9083cc838_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3e9733932088db40e1d1dc25250b68d83aae6fdaa33923c2593ffc6f10b84984_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:62ff6e225c6c72f9c9b0bb33014544d1e02a30ff9092c25fddf72d9ebc8782dd_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:70259c080741f045c19c2dfb1fcd5069e9eb7e413294d855262975ae03e60b6a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a974b10609ceb50c391abab36ecaffb9c6ba62f66b246f529d8f7d1f038165a1_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2a8daff0897cef178c43b00d43b3468a3ff9389ebf337533c771210ffc608bc3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4c7da9adb32c409132dfefa7ae79fe99d41b6f59c592eea234970279694951ff_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a54253ba850cb357befc0173748523a1762858066023e04388c94c2d5caacfc9_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d49affc20c2c397c1ed17de7d3a7fb98a3f66efe9f9bd4f4234c0832393df9b2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2321dd8c9cc505a677622c5cc680e4f3461c6bf1fa4267cdf7f39383967a0b3a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:582d0856a394c73d8faf8d1792a80ccd8c66d80cf65b9dfea344351d767132d3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:938cea3b81e1b74629b0bee65183b0800518b4b757175d34669fb25f6e5d802b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d8e3f695418674002c1dd252757415372d95b38f813a3d432abab774c7427b2e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:8fadf40fe968046de41a4a4c6f643d9077f4908a1e456d7da29e0b0c79f8431e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b7b73c5b17ad867eaf4066be6b2fb9a322677ec3265c0d1bde2e317f54f7accf_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dd6c4a3b961b608a71122ddef308287483d90f3a153df4ebd00b4f85b46bd551_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f5e86e560d2dd575aa814329ad50a38ad4c7f3c111353e652e55aa5b58033f18_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:10015b131c57580e5edf1fa90b05b19482ea67ae3b588efb30da1cfb2061deda_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:99060fe9572cab596228b61e892ca9b571e3b740c4872ab55e3276d4ad65260b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5127b9d0570329e12a37d1c7e38a3ad9a1c990b7b0e1d3f3b31f5ae1146a518a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8403b335a511bc219b98b899e2cf4458347dfc67c8e15440801b1434f03ab555_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:8bd350665dfcfcd29e64a93a9c1b700817a99560dcc927a75c13cf22924a557d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b47afa8cdfbab90e0852af59ab14d95b430a2e94245aa9d1c65d1a592f44a90e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:15c698a4b3293ec372e1ceffaba0fb9360499514271d26c22cfb6cb39852f598_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:43344ef6148d5c76a10961d19b3bd83e219764cb53ac4f310a513bbe694fef6c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:084a185169e09b57b07073bc5c82bc741aeba187cd9cb33149c830af00cc6582_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:171aabed219e2a837afd87ec9dda95bd32b6f780a8c7116a6dba18533c07605d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:33926bd728bf4ecfa8146f2d55c05f151150d249b965ac4338cfa8a9acf642f4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c0709bc4da1e5574cf296180cfa6abce28c2b7ac105abd95535422abb090207b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4ef4397e1a1aa5b377ecab2fceb5c2eb15b526ae39bcd9299b45d9abe4bbbf31_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:852e6be5031cc90ccd9d02fcc66b59baa692d594e7ae95e68b8923732fa77b49_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bd9e30cdd5958003b7db73e8d871b448d208c099f3dc7e9df3ba56e6d476ea66_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fc61ea57eef9eb7f0bb091cc0815a81844d60c78f5824640e40096e8de8a02c6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2020b01fe0c8555a2cf070d5a9bf75691de4d8b775b4ac91032c92972ae6a424_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6c3b876e5fa5594ed92ed3d333ad1edd228611d67b060024511f8c6a53eeec92_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cb279e6a6181c4ab8025c6ee74497cd95e990aa02a03aa01c8e4ecb81718d231_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f6562421b9828dea833fc82160705ba8c0349531dca39eea94da4bb31b8d3468_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:44b8d7704e559a8fbde7bcd2d7b51cc025eb2b898c74497149f818473d6b7237_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6b3db54da066eff7abd8e8f58ae42163364355fb1fb5a166c3f90ef42024e24a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7bccca2d8db4038ed90d7c5d995bb2daf880b3d6aed320c6d6dc89c73c38170c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:afc464bfe9fb581e22275814fb3263ada3383b571ac4765507d2640470a8fa3a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:353292bd26a33c9a68fbb8351005fc3b65d1f0dc02c82887cdeb5d28beda1404_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:af382c36059c0c0d6e76b41eda8ae2055bf5717205754272edf126fe15737cc1_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ebd113dd73707e7e234669c4b52e7ad90c5aaa95d062fe7b2ec18ad63b942920_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f0b91324c63bdd9b1603e0bcd2e554e1d595168f9337a7c26d3834093b24f6e4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:23a74b9b847094d230ca89e8d43c924098aa5a8ad67bc02c4b11833c4620aba2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3a9adb54f0e11beb7e2f393c00ef6014f9c18796c36e47ff1f08807dee8a9e0b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:558cbb955c8d4de727f010f3fe97f285b6922f4845357cd979c22e9d6afda4dc_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:64f0e85f122f8cef1a5b444095fb16f95b255865ab116cd59a4a541bb61cd09e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2b93d36104e2c99c09823ed5c6d12e25abf3dd07e20683640f99b687a45e9b6a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2bb2c4706037910e8045bf0127ddd9087d2c8ab9eeb09ceabe97b18dfe873c1a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3e5d6fe6f1f7a495efdb0a61dfde0d20def80759a215bc7097265c816e07919a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:efe7886379624399e04e4f213bf1f8b2baf1acf989823caa93ed8ba76ccf9372_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1b152d3df7256fa1d16dbc4edc991503bd90432e1c8408149603306e62a28a89_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a7c3fd07837a9c03ab834a0b46ba51b50c73037203ca4d12d8cb2a45f690e62a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c9aa9a181ad76c715b410ec6866d86f28923d2becc8438f3b56a381d7c668897_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e96b65f0caa9f23429318080d5812ddd5c233b881b6f460d944990000a6d7018_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37569639de1f8c36904366fe21657db1df3c26c03b8f9f974e0a87abe862c7b8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8d27603330319790b463eba638816fec38ce5ce81e7cc2c113636939d713051b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9e9598797558cb0767f9bba75faaece26aadb56163f94ae2cc2c137645b5babd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:cf8f8b11a984107f035ff28ba24ff3f6e1d10cd764ac472b94bb9e74d435a459_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:70e6484048faddf5f59bc7399fb22731d4134b6a6e2c2ad3b1e92bf26e5ca902_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:93c6c010543791ed57e08cd0630a7dc7903d7455d61686cdb0865b13fc52f44e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:cf50871759b51c4fd1f164c53ec8503379de265ff95b5f6bfcb15d3820722c78_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f296becb22727fbcfc0a2a4a91139dc782688f43f63396d645b03bf698b81ecb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:227f6cfcbd9f361dac87776c3b625a4ae91a7054a29a48c0aec491a786f81380_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4063848bcd02040ab2a26a1e77d643a8cc01373bc6467070f72f8cae62ad8bf7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7315ff02d1adefaf5e52dc2b87903cbeaa1ad7c30719ff6afd130d068ebcb429_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:c33effb47bad5780e4e0ed220647bd0741276ef5c19eea05014b528b91765efb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2883dc4d23d0c4ec9551a0818f5d5edfc708454b48333db179232b6f7bafb4cf_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2909be49bc0471a0e2ab4e9172e4ce490b305b8e1fb86729b45af106f1ad5ac2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3b91df98133ad62ab43372695b3953c54d58e70c15eb7ae201b68d73088c0bb9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ea31f2ac734ef3cec4337ec6025a1cc01a2452ec124f102e5b1400a9ccfb05a6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:2aaf1b270a589b2e9c907bc35b4a3706cca1508a06142dd3086411e046d7cd00_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:32b91a8b6cf6278fde2c8d33666748a905a8dcf290b6e16ef266857d4838d3c0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:fe8f645cd130c489a3454252abd64c554d583cbf984aa3e568ae9c4073fa0f03_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:9885e38ff9be6d7ae070a00b851232a29e739a870d32b2508ab9f34e56177bd5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2b7476cab5336d76457b1915e734ab8702c461af8ca4d9e474557ad8354f7065_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:4890f971ad6077addd93d4c7fd1e9ee46ef3634bf89ff5adee2a95ad7b7b3f12_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:afc7f162c9c1c3033316a984254b8a477d8eae5bbed9cb25257d54a54e1bb866_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:e9bc1798e5283c65ff1487ae78c1175395e051a6c13426d3e8d1b898469a3493_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.22.12 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.22.\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.22.12. See the following advisory for the RPM packages for this release:\n\nhttps://access.redhat.com/errata/RHBA-2026:60439\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.22/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:60441",
"url": "https://access.redhat.com/errata/RHSA-2026:60441"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27136",
"url": "https://access.redhat.com/security/cve/CVE-2026-27136"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33814",
"url": "https://access.redhat.com/security/cve/CVE-2026-33814"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-42151",
"url": "https://access.redhat.com/security/cve/CVE-2026-42151"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-44990",
"url": "https://access.redhat.com/security/cve/CVE-2026-44990"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-45623",
"url": "https://access.redhat.com/security/cve/CVE-2026-45623"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-48801",
"url": "https://access.redhat.com/security/cve/CVE-2026-48801"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-54423",
"url": "https://access.redhat.com/security/cve/CVE-2026-54423"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-69153",
"url": "https://access.redhat.com/security/cve/CVE-2026-69153"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-73566",
"url": "https://access.redhat.com/security/cve/CVE-2026-73566"
},
{
"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_60441.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.22.12 bug fix and security update",
"tracking": {
"current_release_date": "2026-09-06T22:08:55+00:00",
"generator": {
"date": "2026-09-06T22:08:55+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"id": "RHSA-2026:60441",
"initial_release_date": "2026-09-01T09:56:49+00:00",
"revision_history": [
{
"date": "2026-09-01T09:56:49+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-09-04T00:36:24+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-09-06T22:08:55+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.22",
"product": {
"name": "Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.22::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Container Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a9edb90a7efaeaada322b051c1b4cda47df859fad20ed42574fbe0fa00d15324_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a9edb90a7efaeaada322b051c1b4cda47df859fad20ed42574fbe0fa00d15324_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a9edb90a7efaeaada322b051c1b4cda47df859fad20ed42574fbe0fa00d15324_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3Aa9edb90a7efaeaada322b051c1b4cda47df859fad20ed42574fbe0fa00d15324?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9\u0026tag=1787573200"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:0123a42a6d10e21067ef4ed5ad7a39541529ff0157cb27443a95b0e5d88efc7b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:0123a42a6d10e21067ef4ed5ad7a39541529ff0157cb27443a95b0e5d88efc7b_ppc64le",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:0123a42a6d10e21067ef4ed5ad7a39541529ff0157cb27443a95b0e5d88efc7b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel9@sha256%3A0123a42a6d10e21067ef4ed5ad7a39541529ff0157cb27443a95b0e5d88efc7b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9\u0026tag=1787573396"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d3b7e9f39e5238f011f9328467c72a8cb8cf99d4bed7ac0593edb9ec5bbc90fd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d3b7e9f39e5238f011f9328467c72a8cb8cf99d4bed7ac0593edb9ec5bbc90fd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d3b7e9f39e5238f011f9328467c72a8cb8cf99d4bed7ac0593edb9ec5bbc90fd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-rhel9-operator@sha256%3Ad3b7e9f39e5238f011f9328467c72a8cb8cf99d4bed7ac0593edb9ec5bbc90fd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-rhel9-operator\u0026tag=1787571673"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f821e1e8479c74d1a672e049e187d68cc4845e7efb417e9e4e4fa99628f3ea99_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f821e1e8479c74d1a672e049e187d68cc4845e7efb417e9e4e4fa99628f3ea99_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f821e1e8479c74d1a672e049e187d68cc4845e7efb417e9e4e4fa99628f3ea99_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-gcp-rhel9@sha256%3Af821e1e8479c74d1a672e049e187d68cc4845e7efb417e9e4e4fa99628f3ea99?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9\u0026tag=1787571181"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d50f44b5a5797797b9595f99e3b24684908cc28d317ca00791bb6a7406e15636_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d50f44b5a5797797b9595f99e3b24684908cc28d317ca00791bb6a7406e15636_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d50f44b5a5797797b9595f99e3b24684908cc28d317ca00791bb6a7406e15636_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel9@sha256%3Ad50f44b5a5797797b9595f99e3b24684908cc28d317ca00791bb6a7406e15636?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9\u0026tag=1787572646"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ee9af4af02c40524e182fb1893b8bd59785be7d508111c5b0415f0caaadefcc3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ee9af4af02c40524e182fb1893b8bd59785be7d508111c5b0415f0caaadefcc3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ee9af4af02c40524e182fb1893b8bd59785be7d508111c5b0415f0caaadefcc3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-rhel9-operator@sha256%3Aee9af4af02c40524e182fb1893b8bd59785be7d508111c5b0415f0caaadefcc3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-rhel9-operator\u0026tag=1787610868"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d4fc699ea35d0f1e96e825d2db3f21628e25589ba57c40ce771ed210aac5d588_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d4fc699ea35d0f1e96e825d2db3f21628e25589ba57c40ce771ed210aac5d588_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d4fc699ea35d0f1e96e825d2db3f21628e25589ba57c40ce771ed210aac5d588_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel9@sha256%3Ad4fc699ea35d0f1e96e825d2db3f21628e25589ba57c40ce771ed210aac5d588?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel9\u0026tag=1787580878"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bc413067c8cc3e6c40a9be4ea896d911cf6b3adbbbe4c8e85fcb243bbc7bc2ea_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bc413067c8cc3e6c40a9be4ea896d911cf6b3adbbbe4c8e85fcb243bbc7bc2ea_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bc413067c8cc3e6c40a9be4ea896d911cf6b3adbbbe4c8e85fcb243bbc7bc2ea_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-admission-controller-rhel9@sha256%3Abc413067c8cc3e6c40a9be4ea896d911cf6b3adbbbe4c8e85fcb243bbc7bc2ea?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9\u0026tag=1787574145"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8f14a597769b040fed9d1c1d610b6023734dadee91cc28588b65efb25f6308ae_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8f14a597769b040fed9d1c1d610b6023734dadee91cc28588b65efb25f6308ae_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8f14a597769b040fed9d1c1d610b6023734dadee91cc28588b65efb25f6308ae_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-route-override-cni-rhel9@sha256%3A8f14a597769b040fed9d1c1d610b6023734dadee91cc28588b65efb25f6308ae?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9\u0026tag=1787571882"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3038ed29c6dd5d46bf8d593c154537615b8d218bc43eb89dc099a546308c5b33_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3038ed29c6dd5d46bf8d593c154537615b8d218bc43eb89dc099a546308c5b33_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3038ed29c6dd5d46bf8d593c154537615b8d218bc43eb89dc099a546308c5b33_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A3038ed29c6dd5d46bf8d593c154537615b8d218bc43eb89dc099a546308c5b33?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9\u0026tag=1787573332"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c6226a0f343e69d720fbc83ad01daedb925fc39d272df78fdacbd847fb075bcf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c6226a0f343e69d720fbc83ad01daedb925fc39d272df78fdacbd847fb075bcf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c6226a0f343e69d720fbc83ad01daedb925fc39d272df78fdacbd847fb075bcf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-must-gather-rhel9@sha256%3Ac6226a0f343e69d720fbc83ad01daedb925fc39d272df78fdacbd847fb075bcf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather-rhel9\u0026tag=1787574346"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:804965e59e0147de822be6cc464daa137e45c991e4ff00c7184b6fd8105eb781_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:804965e59e0147de822be6cc464daa137e45c991e4ff00c7184b6fd8105eb781_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:804965e59e0147de822be6cc464daa137e45c991e4ff00c7184b6fd8105eb781_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-interface-bond-cni-rhel9@sha256%3A804965e59e0147de822be6cc464daa137e45c991e4ff00c7184b6fd8105eb781?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9\u0026tag=1787574110"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:22230fd972b50ad12367aa043fef070d0e580b71e874a0e3fc2f5aaf52839773_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:22230fd972b50ad12367aa043fef070d0e580b71e874a0e3fc2f5aaf52839773_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:22230fd972b50ad12367aa043fef070d0e580b71e874a0e3fc2f5aaf52839773_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-metrics-daemon-rhel9@sha256%3A22230fd972b50ad12367aa043fef070d0e580b71e874a0e3fc2f5aaf52839773?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9\u0026tag=1787573526"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:a0734ecbae0ba4ef8a6cf77d42383afe04fdf33eed2c0d1e34782f147c675581_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:a0734ecbae0ba4ef8a6cf77d42383afe04fdf33eed2c0d1e34782f147c675581_ppc64le",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:a0734ecbae0ba4ef8a6cf77d42383afe04fdf33eed2c0d1e34782f147c675581_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3Aa0734ecbae0ba4ef8a6cf77d42383afe04fdf33eed2c0d1e34782f147c675581?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel9\u0026tag=1787723826"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7431114311d645b44e0f98c9a0e92e62a2c412a2b57dc47b52f1e4c5ae0baea7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7431114311d645b44e0f98c9a0e92e62a2c412a2b57dc47b52f1e4c5ae0baea7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7431114311d645b44e0f98c9a0e92e62a2c412a2b57dc47b52f1e4c5ae0baea7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-apiserver-rhel9@sha256%3A7431114311d645b44e0f98c9a0e92e62a2c412a2b57dc47b52f1e4c5ae0baea7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9\u0026tag=1787573330"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dd8dfd22f1e93168de72dae9a266654563fd41d605c65b4bb15f20ec65fd53f6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dd8dfd22f1e93168de72dae9a266654563fd41d605c65b4bb15f20ec65fd53f6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dd8dfd22f1e93168de72dae9a266654563fd41d605c65b4bb15f20ec65fd53f6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-catalogd-rhel9@sha256%3Add8dfd22f1e93168de72dae9a266654563fd41d605c65b4bb15f20ec65fd53f6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-olm-catalogd-rhel9\u0026tag=1787572161"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:9a77e03eab2a1992fcd1c0a1f1c978755e236843ee4472bb551968fb16568334_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:9a77e03eab2a1992fcd1c0a1f1c978755e236843ee4472bb551968fb16568334_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:9a77e03eab2a1992fcd1c0a1f1c978755e236843ee4472bb551968fb16568334_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-operator-controller-rhel9@sha256%3A9a77e03eab2a1992fcd1c0a1f1c978755e236843ee4472bb551968fb16568334?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9\u0026tag=1787573732"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d09813fbb679d41aece1f097ecf3797adf142242feb12769a604c37df1b6d80a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d09813fbb679d41aece1f097ecf3797adf142242feb12769a604c37df1b6d80a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d09813fbb679d41aece1f097ecf3797adf142242feb12769a604c37df1b6d80a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel9@sha256%3Ad09813fbb679d41aece1f097ecf3797adf142242feb12769a604c37df1b6d80a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9\u0026tag=1787572323"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:78a9ba8fadeb516fb48a37ad2abef78f57a09b5e701a31ca41e4bfefe493d781_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:78a9ba8fadeb516fb48a37ad2abef78f57a09b5e701a31ca41e4bfefe493d781_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:78a9ba8fadeb516fb48a37ad2abef78f57a09b5e701a31ca41e4bfefe493d781_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-controller-manager-rhel9@sha256%3A78a9ba8fadeb516fb48a37ad2abef78f57a09b5e701a31ca41e4bfefe493d781?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9\u0026tag=1787573662"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0772170993a9fc0531aa948ee3f4c83a8e530802f7d6fe246a0688026c050d27_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0772170993a9fc0531aa948ee3f4c83a8e530802f7d6fe246a0688026c050d27_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0772170993a9fc0531aa948ee3f4c83a8e530802f7d6fe246a0688026c050d27_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9@sha256%3A0772170993a9fc0531aa948ee3f4c83a8e530802f7d6fe246a0688026c050d27?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9\u0026tag=1787574195"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:48c47a452810fe65a21fa858b102a2e7d9469e1143c51857844a0a74ebf03661_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:48c47a452810fe65a21fa858b102a2e7d9469e1143c51857844a0a74ebf03661_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:48c47a452810fe65a21fa858b102a2e7d9469e1143c51857844a0a74ebf03661_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A48c47a452810fe65a21fa858b102a2e7d9469e1143c51857844a0a74ebf03661?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator\u0026tag=1787573690"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1ce1ac2cafe2162c4070a5b60087ecdc520db1e90a433183157c554f86a8bdcf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1ce1ac2cafe2162c4070a5b60087ecdc520db1e90a433183157c554f86a8bdcf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1ce1ac2cafe2162c4070a5b60087ecdc520db1e90a433183157c554f86a8bdcf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cloud-controller-manager-rhel9@sha256%3A1ce1ac2cafe2162c4070a5b60087ecdc520db1e90a433183157c554f86a8bdcf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9\u0026tag=1787572670"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:55a048f1d9ac836497f7783369b5b582727df86cc64fe7df91c463db1fc0ff30_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:55a048f1d9ac836497f7783369b5b582727df86cc64fe7df91c463db1fc0ff30_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:55a048f1d9ac836497f7783369b5b582727df86cc64fe7df91c463db1fc0ff30_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-framework-tools-rhel9@sha256%3A55a048f1d9ac836497f7783369b5b582727df86cc64fe7df91c463db1fc0ff30?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9\u0026tag=1787572568"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:938cea3b81e1b74629b0bee65183b0800518b4b757175d34669fb25f6e5d802b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:938cea3b81e1b74629b0bee65183b0800518b4b757175d34669fb25f6e5d802b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:938cea3b81e1b74629b0bee65183b0800518b4b757175d34669fb25f6e5d802b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3A938cea3b81e1b74629b0bee65183b0800518b4b757175d34669fb25f6e5d802b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9\u0026tag=1787574007"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8403b335a511bc219b98b899e2cf4458347dfc67c8e15440801b1434f03ab555_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8403b335a511bc219b98b899e2cf4458347dfc67c8e15440801b1434f03ab555_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8403b335a511bc219b98b899e2cf4458347dfc67c8e15440801b1434f03ab555_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-rhel9@sha256%3A8403b335a511bc219b98b899e2cf4458347dfc67c8e15440801b1434f03ab555?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9\u0026tag=1787571156"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:99060fe9572cab596228b61e892ca9b571e3b740c4872ab55e3276d4ad65260b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:99060fe9572cab596228b61e892ca9b571e3b740c4872ab55e3276d4ad65260b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:99060fe9572cab596228b61e892ca9b571e3b740c4872ab55e3276d4ad65260b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-rhel9-operator@sha256%3A99060fe9572cab596228b61e892ca9b571e3b740c4872ab55e3276d4ad65260b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator\u0026tag=1787571384"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b47afa8cdfbab90e0852af59ab14d95b430a2e94245aa9d1c65d1a592f44a90e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b47afa8cdfbab90e0852af59ab14d95b430a2e94245aa9d1c65d1a592f44a90e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b47afa8cdfbab90e0852af59ab14d95b430a2e94245aa9d1c65d1a592f44a90e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-cloud-controller-manager-rhel9@sha256%3Ab47afa8cdfbab90e0852af59ab14d95b430a2e94245aa9d1c65d1a592f44a90e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9\u0026tag=1787571729"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:43344ef6148d5c76a10961d19b3bd83e219764cb53ac4f310a513bbe694fef6c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:43344ef6148d5c76a10961d19b3bd83e219764cb53ac4f310a513bbe694fef6c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:43344ef6148d5c76a10961d19b3bd83e219764cb53ac4f310a513bbe694fef6c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-machine-controllers-rhel9@sha256%3A43344ef6148d5c76a10961d19b3bd83e219764cb53ac4f310a513bbe694fef6c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9\u0026tag=1787570836"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a2f765f47a9fbb2acbbf3b00c2d62d7df283546b7485e7631116fe824cb589a5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a2f765f47a9fbb2acbbf3b00c2d62d7df283546b7485e7631116fe824cb589a5_ppc64le",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a2f765f47a9fbb2acbbf3b00c2d62d7df283546b7485e7631116fe824cb589a5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openshift-route-controller-manager-rhel9@sha256%3Aa2f765f47a9fbb2acbbf3b00c2d62d7df283546b7485e7631116fe824cb589a5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9\u0026tag=1787570798"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e96b65f0caa9f23429318080d5812ddd5c233b881b6f460d944990000a6d7018_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e96b65f0caa9f23429318080d5812ddd5c233b881b6f460d944990000a6d7018_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e96b65f0caa9f23429318080d5812ddd5c233b881b6f460d944990000a6d7018_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-service-ca-rhel9-operator@sha256%3Ae96b65f0caa9f23429318080d5812ddd5c233b881b6f460d944990000a6d7018?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-service-ca-rhel9-operator\u0026tag=1787570812"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2909be49bc0471a0e2ab4e9172e4ce490b305b8e1fb86729b45af106f1ad5ac2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2909be49bc0471a0e2ab4e9172e4ce490b305b8e1fb86729b45af106f1ad5ac2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2909be49bc0471a0e2ab4e9172e4ce490b305b8e1fb86729b45af106f1ad5ac2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3A2909be49bc0471a0e2ab4e9172e4ce490b305b8e1fb86729b45af106f1ad5ac2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel9\u0026tag=1787722489"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4c7da9adb32c409132dfefa7ae79fe99d41b6f59c592eea234970279694951ff_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4c7da9adb32c409132dfefa7ae79fe99d41b6f59c592eea234970279694951ff_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4c7da9adb32c409132dfefa7ae79fe99d41b6f59c592eea234970279694951ff_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3A4c7da9adb32c409132dfefa7ae79fe99d41b6f59c592eea234970279694951ff?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9\u0026tag=1787574118"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c0709bc4da1e5574cf296180cfa6abce28c2b7ac105abd95535422abb090207b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c0709bc4da1e5574cf296180cfa6abce28c2b7ac105abd95535422abb090207b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c0709bc4da1e5574cf296180cfa6abce28c2b7ac105abd95535422abb090207b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prom-label-proxy-rhel9@sha256%3Ac0709bc4da1e5574cf296180cfa6abce28c2b7ac105abd95535422abb090207b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9\u0026tag=1787574191"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cb279e6a6181c4ab8025c6ee74497cd95e990aa02a03aa01c8e4ecb81718d231_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cb279e6a6181c4ab8025c6ee74497cd95e990aa02a03aa01c8e4ecb81718d231_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cb279e6a6181c4ab8025c6ee74497cd95e990aa02a03aa01c8e4ecb81718d231_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader-rhel9@sha256%3Acb279e6a6181c4ab8025c6ee74497cd95e990aa02a03aa01c8e4ecb81718d231?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9\u0026tag=1787573450"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:64f0e85f122f8cef1a5b444095fb16f95b255865ab116cd59a4a541bb61cd09e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:64f0e85f122f8cef1a5b444095fb16f95b255865ab116cd59a4a541bb61cd09e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:64f0e85f122f8cef1a5b444095fb16f95b255865ab116cd59a4a541bb61cd09e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9-operator@sha256%3A64f0e85f122f8cef1a5b444095fb16f95b255865ab116cd59a4a541bb61cd09e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-rhel9-operator\u0026tag=1787572682"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:af382c36059c0c0d6e76b41eda8ae2055bf5717205754272edf126fe15737cc1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:af382c36059c0c0d6e76b41eda8ae2055bf5717205754272edf126fe15737cc1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:af382c36059c0c0d6e76b41eda8ae2055bf5717205754272edf126fe15737cc1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel9@sha256%3Aaf382c36059c0c0d6e76b41eda8ae2055bf5717205754272edf126fe15737cc1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9\u0026tag=1787570832"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:cf8f8b11a984107f035ff28ba24ff3f6e1d10cd764ac472b94bb9e74d435a459_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:cf8f8b11a984107f035ff28ba24ff3f6e1d10cd764ac472b94bb9e74d435a459_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:cf8f8b11a984107f035ff28ba24ff3f6e1d10cd764ac472b94bb9e74d435a459_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter-rhel9@sha256%3Acf8f8b11a984107f035ff28ba24ff3f6e1d10cd764ac472b94bb9e74d435a459?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-telemeter-rhel9\u0026tag=1787573303"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:227f6cfcbd9f361dac87776c3b625a4ae91a7054a29a48c0aec491a786f81380_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:227f6cfcbd9f361dac87776c3b625a4ae91a7054a29a48c0aec491a786f81380_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:227f6cfcbd9f361dac87776c3b625a4ae91a7054a29a48c0aec491a786f81380_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-thanos-rhel9@sha256%3A227f6cfcbd9f361dac87776c3b625a4ae91a7054a29a48c0aec491a786f81380?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-thanos-rhel9\u0026tag=1787571659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:afc7f162c9c1c3033316a984254b8a477d8eae5bbed9cb25257d54a54e1bb866_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:afc7f162c9c1c3033316a984254b8a477d8eae5bbed9cb25257d54a54e1bb866_ppc64le",
"product_id": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:afc7f162c9c1c3033316a984254b8a477d8eae5bbed9cb25257d54a54e1bb866_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/volume-data-source-validator-rhel9@sha256%3Aafc7f162c9c1c3033316a984254b8a477d8eae5bbed9cb25257d54a54e1bb866?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/volume-data-source-validator-rhel9\u0026tag=1787572927"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7dc1bda89f2fe70041f850dbb5dd3804e853961d2026c3880fd7255dd6e57b0e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7dc1bda89f2fe70041f850dbb5dd3804e853961d2026c3880fd7255dd6e57b0e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7dc1bda89f2fe70041f850dbb5dd3804e853961d2026c3880fd7255dd6e57b0e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9@sha256%3A7dc1bda89f2fe70041f850dbb5dd3804e853961d2026c3880fd7255dd6e57b0e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9\u0026tag=1787571962"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fe9b92e8a052208c6eeac2ba816959ee8129cc0f68bc93bb0a1a2f940a49f4d8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fe9b92e8a052208c6eeac2ba816959ee8129cc0f68bc93bb0a1a2f940a49f4d8_ppc64le",
"product_id": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fe9b92e8a052208c6eeac2ba816959ee8129cc0f68bc93bb0a1a2f940a49f4d8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-karpenter-provider-aws-rhel9@sha256%3Afe9b92e8a052208c6eeac2ba816959ee8129cc0f68bc93bb0a1a2f940a49f4d8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9\u0026tag=1787572055"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e734fcb9ca41744ac9213327a775aeb0e01ea9974036908721b532ed2dfef923_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e734fcb9ca41744ac9213327a775aeb0e01ea9974036908721b532ed2dfef923_ppc64le",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e734fcb9ca41744ac9213327a775aeb0e01ea9974036908721b532ed2dfef923_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-kms-encryption-provider-rhel9@sha256%3Ae734fcb9ca41744ac9213327a775aeb0e01ea9974036908721b532ed2dfef923?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9\u0026tag=1787571963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:10097712385ddd416b15237d2af20f86a0370f1d97125f1e8a0d25a7215f6751_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:10097712385ddd416b15237d2af20f86a0370f1d97125f1e8a0d25a7215f6751_ppc64le",
"product_id": "registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:10097712385ddd416b15237d2af20f86a0370f1d97125f1e8a0d25a7215f6751_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-node-termination-handler-rhel9@sha256%3A10097712385ddd416b15237d2af20f86a0370f1d97125f1e8a0d25a7215f6751?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/aws-node-termination-handler-rhel9\u0026tag=1787573509"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a645a364226f6768df30645c15ffb8b7feb1932a96c3666cd2d8bbf71786fe88_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a645a364226f6768df30645c15ffb8b7feb1932a96c3666cd2d8bbf71786fe88_ppc64le",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a645a364226f6768df30645c15ffb8b7feb1932a96c3666cd2d8bbf71786fe88_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-kms-encryption-provider-rhel9@sha256%3Aa645a364226f6768df30645c15ffb8b7feb1932a96c3666cd2d8bbf71786fe88?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9\u0026tag=1787574100"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:800ffbe7a0007398e44945b2f3772d657995ebd902918ecb410e5d373de06263_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:800ffbe7a0007398e44945b2f3772d657995ebd902918ecb410e5d373de06263_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:800ffbe7a0007398e44945b2f3772d657995ebd902918ecb410e5d373de06263_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-machine-controllers-rhel9@sha256%3A800ffbe7a0007398e44945b2f3772d657995ebd902918ecb410e5d373de06263?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9\u0026tag=1787573558"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d4dd77443d486829650aaee412b58df2c5fcd995bf2c493a22dc1cc705d270a1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d4dd77443d486829650aaee412b58df2c5fcd995bf2c493a22dc1cc705d270a1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d4dd77443d486829650aaee412b58df2c5fcd995bf2c493a22dc1cc705d270a1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel9@sha256%3Ad4dd77443d486829650aaee412b58df2c5fcd995bf2c493a22dc1cc705d270a1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9\u0026tag=1787572982"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:dd17b1ffce727d9a74c3f64d65b72b03a5c8fed96e773665a078dfab33bd64c7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:dd17b1ffce727d9a74c3f64d65b72b03a5c8fed96e773665a078dfab33bd64c7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:dd17b1ffce727d9a74c3f64d65b72b03a5c8fed96e773665a078dfab33bd64c7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel9-operator@sha256%3Add17b1ffce727d9a74c3f64d65b72b03a5c8fed96e773665a078dfab33bd64c7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator\u0026tag=1787572631"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7637a44a01d6c56f002120cf96228b6c68e92b4391d4b6efa1c81ff8e40eac0a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7637a44a01d6c56f002120cf96228b6c68e92b4391d4b6efa1c81ff8e40eac0a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7637a44a01d6c56f002120cf96228b6c68e92b4391d4b6efa1c81ff8e40eac0a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-rhel9-operator@sha256%3A7637a44a01d6c56f002120cf96228b6c68e92b4391d4b6efa1c81ff8e40eac0a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator\u0026tag=1787589362"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:08f46b1d2114a3ab80bc7cd277859a4f84e870c2421b9e13370774deca0aebe3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:08f46b1d2114a3ab80bc7cd277859a4f84e870c2421b9e13370774deca0aebe3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:08f46b1d2114a3ab80bc7cd277859a4f84e870c2421b9e13370774deca0aebe3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-rhel9-operator@sha256%3A08f46b1d2114a3ab80bc7cd277859a4f84e870c2421b9e13370774deca0aebe3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator\u0026tag=1787572741"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e0b17d193af2fd7e981c9908e01f2d840cc939e24bf1be19977beb85fa1159ad_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e0b17d193af2fd7e981c9908e01f2d840cc939e24bf1be19977beb85fa1159ad_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e0b17d193af2fd7e981c9908e01f2d840cc939e24bf1be19977beb85fa1159ad_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3Ae0b17d193af2fd7e981c9908e01f2d840cc939e24bf1be19977beb85fa1159ad?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=1787722477"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3eabe7ed8651b8dedc3a2c38a83527f224ba3b50088b3238e158048bb2ddd85c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3eabe7ed8651b8dedc3a2c38a83527f224ba3b50088b3238e158048bb2ddd85c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3eabe7ed8651b8dedc3a2c38a83527f224ba3b50088b3238e158048bb2ddd85c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-policy-controller-rhel9@sha256%3A3eabe7ed8651b8dedc3a2c38a83527f224ba3b50088b3238e158048bb2ddd85c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9\u0026tag=1787571133"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:70267df26127761958bacff38fbeece08995608c2a24c7a3724495128ef2bef6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:70267df26127761958bacff38fbeece08995608c2a24c7a3724495128ef2bef6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:70267df26127761958bacff38fbeece08995608c2a24c7a3724495128ef2bef6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-storage-rhel9-operator@sha256%3A70267df26127761958bacff38fbeece08995608c2a24c7a3724495128ef2bef6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator\u0026tag=1787589222"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c8b5246ba51213bb183e07d862b6d1f9b156e1d16b7656bd6ea061f9016e8ad5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c8b5246ba51213bb183e07d862b6d1f9b156e1d16b7656bd6ea061f9016e8ad5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c8b5246ba51213bb183e07d862b6d1f9b156e1d16b7656bd6ea061f9016e8ad5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-rhel9-operator@sha256%3Ac8b5246ba51213bb183e07d862b6d1f9b156e1d16b7656bd6ea061f9016e8ad5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator\u0026tag=1787574165"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8ac74d64736ed4788497e0d4d10226bfa212f6c0cc97ee63d7c61676698bc022_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8ac74d64736ed4788497e0d4d10226bfa212f6c0cc97ee63d7c61676698bc022_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8ac74d64736ed4788497e0d4d10226bfa212f6c0cc97ee63d7c61676698bc022_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-configmap-reloader-rhel9@sha256%3A8ac74d64736ed4788497e0d4d10226bfa212f6c0cc97ee63d7c61676698bc022?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-configmap-reloader-rhel9\u0026tag=1787571910"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2f4ffb0abe2bcc7b801658bb46ad9f397d7a3d11e8b2060859f5dee1625d7ea2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2f4ffb0abe2bcc7b801658bb46ad9f397d7a3d11e8b2060859f5dee1625d7ea2_ppc64le",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2f4ffb0abe2bcc7b801658bb46ad9f397d7a3d11e8b2060859f5dee1625d7ea2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/container-networking-plugins-microshift-rhel9@sha256%3A2f4ffb0abe2bcc7b801658bb46ad9f397d7a3d11e8b2060859f5dee1625d7ea2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9\u0026tag=1787573515"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6d8e4146a7965b0a81984df7d0a2fc094c50e7010acb93e58510cedc8a42e687_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6d8e4146a7965b0a81984df7d0a2fc094c50e7010acb93e58510cedc8a42e687_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6d8e4146a7965b0a81984df7d0a2fc094c50e7010acb93e58510cedc8a42e687_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-coredns-rhel9@sha256%3A6d8e4146a7965b0a81984df7d0a2fc094c50e7010acb93e58510cedc8a42e687?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-coredns-rhel9\u0026tag=1787571765"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d253f116a2d1e2f033f47422230a0a4e8a9fce255d71e9140a0bcb6f255c09b6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d253f116a2d1e2f033f47422230a0a4e8a9fce255d71e9140a0bcb6f255c09b6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d253f116a2d1e2f033f47422230a0a4e8a9fce255d71e9140a0bcb6f255c09b6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher-rhel9@sha256%3Ad253f116a2d1e2f033f47422230a0a4e8a9fce255d71e9140a0bcb6f255c09b6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9\u0026tag=1787573564"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:01c4ac10b7061c77ef54bf337b8488722506d2a572d9da7d9a689b4c9ff7c225_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:01c4ac10b7061c77ef54bf337b8488722506d2a572d9da7d9a689b4c9ff7c225_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:01c4ac10b7061c77ef54bf337b8488722506d2a572d9da7d9a689b4c9ff7c225_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel9@sha256%3A01c4ac10b7061c77ef54bf337b8488722506d2a572d9da7d9a689b4c9ff7c225?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9\u0026tag=1787570826"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:6e95c6d3ba75f0655680a4e46b703aeceb57cc9ad072733bed1aeeca0e9b3508_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:6e95c6d3ba75f0655680a4e46b703aeceb57cc9ad072733bed1aeeca0e9b3508_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:6e95c6d3ba75f0655680a4e46b703aeceb57cc9ad072733bed1aeeca0e9b3508_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel9-operator@sha256%3A6e95c6d3ba75f0655680a4e46b703aeceb57cc9ad072733bed1aeeca0e9b3508?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator\u0026tag=1787570843"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:add880787ab5dc1af04cbed51e2da0f6f630ee85387617987ec6d6d8e3a28009_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:add880787ab5dc1af04cbed51e2da0f6f630ee85387617987ec6d6d8e3a28009_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:add880787ab5dc1af04cbed51e2da0f6f630ee85387617987ec6d6d8e3a28009_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-nfs-rhel9@sha256%3Aadd880787ab5dc1af04cbed51e2da0f6f630ee85387617987ec6d6d8e3a28009?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9\u0026tag=1787571034"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:f7a4c6ab4dc050efd81ff5d7dee7569a55dd0cf96e6413c47770699f5fa02b6d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:f7a4c6ab4dc050efd81ff5d7dee7569a55dd0cf96e6413c47770699f5fa02b6d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:f7a4c6ab4dc050efd81ff5d7dee7569a55dd0cf96e6413c47770699f5fa02b6d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshot-metadata-rhel9@sha256%3Af7a4c6ab4dc050efd81ff5d7dee7569a55dd0cf96e6413c47770699f5fa02b6d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9\u0026tag=1787574123"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b10b625aa3fe5011c7fa9db3c95ba6d36c569fd6f6aa4ac3ff2431cbc103d362_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b10b625aa3fe5011c7fa9db3c95ba6d36c569fd6f6aa4ac3ff2431cbc103d362_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b10b625aa3fe5011c7fa9db3c95ba6d36c569fd6f6aa4ac3ff2431cbc103d362_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3Ab10b625aa3fe5011c7fa9db3c95ba6d36c569fd6f6aa4ac3ff2431cbc103d362?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9\u0026tag=1787589210"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1f11609dbe46602b2c11ea6c776cffc87ebf3fe2a1204f25bda85d9793d5cd60_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1f11609dbe46602b2c11ea6c776cffc87ebf3fe2a1204f25bda85d9793d5cd60_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1f11609dbe46602b2c11ea6c776cffc87ebf3fe2a1204f25bda85d9793d5cd60_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3A1f11609dbe46602b2c11ea6c776cffc87ebf3fe2a1204f25bda85d9793d5cd60?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9\u0026tag=1787572050"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d1a37ce3fce40a5d5e3065b5a4be81a18fe2a6b81bd5d16ada65f2647fd8fd0a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d1a37ce3fce40a5d5e3065b5a4be81a18fe2a6b81bd5d16ada65f2647fd8fd0a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d1a37ce3fce40a5d5e3065b5a4be81a18fe2a6b81bd5d16ada65f2647fd8fd0a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3Ad1a37ce3fce40a5d5e3065b5a4be81a18fe2a6b81bd5d16ada65f2647fd8fd0a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9\u0026tag=1787572897"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c169319f15a3e6ac9086e21438dac78a6b30f142c6d96d63c259e45f4b98c2ad_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c169319f15a3e6ac9086e21438dac78a6b30f142c6d96d63c259e45f4b98c2ad_ppc64le",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c169319f15a3e6ac9086e21438dac78a6b30f142c6d96d63c259e45f4b98c2ad_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3Ac169319f15a3e6ac9086e21438dac78a6b30f142c6d96d63c259e45f4b98c2ad?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=1787649219"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3e35e96ed5607d7229629ee64a3a7c942fb12da93a75e989f1fd9aa028e8fdcd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3e35e96ed5607d7229629ee64a3a7c942fb12da93a75e989f1fd9aa028e8fdcd_ppc64le",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3e35e96ed5607d7229629ee64a3a7c942fb12da93a75e989f1fd9aa028e8fdcd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/egress-router-cni-rhel9@sha256%3A3e35e96ed5607d7229629ee64a3a7c942fb12da93a75e989f1fd9aa028e8fdcd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/egress-router-cni-rhel9\u0026tag=1787573434"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:3ad0b56893a8ad865ef9de637c1f21a358aae5ed4adadae02db3c6d37db93422_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:3ad0b56893a8ad865ef9de637c1f21a358aae5ed4adadae02db3c6d37db93422_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:3ad0b56893a8ad865ef9de637c1f21a358aae5ed4adadae02db3c6d37db93422_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3A3ad0b56893a8ad865ef9de637c1f21a358aae5ed4adadae02db3c6d37db93422?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9\u0026tag=1787571339"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ae42289a9ddca85918d07f71db7415d099e8544ead8ae73a0d79e600c1c0f067_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ae42289a9ddca85918d07f71db7415d099e8544ead8ae73a0d79e600c1c0f067_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ae42289a9ddca85918d07f71db7415d099e8544ead8ae73a0d79e600c1c0f067_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-proxy-rhel9@sha256%3Aae42289a9ddca85918d07f71db7415d099e8544ead8ae73a0d79e600c1c0f067?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-proxy-rhel9\u0026tag=1787571884"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bd9e30cdd5958003b7db73e8d871b448d208c099f3dc7e9df3ba56e6d476ea66_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bd9e30cdd5958003b7db73e8d871b448d208c099f3dc7e9df3ba56e6d476ea66_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bd9e30cdd5958003b7db73e8d871b448d208c099f3dc7e9df3ba56e6d476ea66_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-alertmanager-rhel9@sha256%3Abd9e30cdd5958003b7db73e8d871b448d208c099f3dc7e9df3ba56e6d476ea66?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9\u0026tag=1787571562"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7bccca2d8db4038ed90d7c5d995bb2daf880b3d6aed320c6d6dc89c73c38170c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7bccca2d8db4038ed90d7c5d995bb2daf880b3d6aed320c6d6dc89c73c38170c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7bccca2d8db4038ed90d7c5d995bb2daf880b3d6aed320c6d6dc89c73c38170c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-node-exporter-rhel9@sha256%3A7bccca2d8db4038ed90d7c5d995bb2daf880b3d6aed320c6d6dc89c73c38170c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9\u0026tag=1787572822"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3e5d6fe6f1f7a495efdb0a61dfde0d20def80759a215bc7097265c816e07919a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3e5d6fe6f1f7a495efdb0a61dfde0d20def80759a215bc7097265c816e07919a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3e5d6fe6f1f7a495efdb0a61dfde0d20def80759a215bc7097265c816e07919a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9@sha256%3A3e5d6fe6f1f7a495efdb0a61dfde0d20def80759a215bc7097265c816e07919a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-rhel9\u0026tag=1787573491"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:11f56bb6bdf0069b7bea04e5051874cf879bff0ed36676dc521975eae8cf1bb5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:11f56bb6bdf0069b7bea04e5051874cf879bff0ed36676dc521975eae8cf1bb5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:11f56bb6bdf0069b7bea04e5051874cf879bff0ed36676dc521975eae8cf1bb5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3A11f56bb6bdf0069b7bea04e5051874cf879bff0ed36676dc521975eae8cf1bb5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel9\u0026tag=1787573179"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b1428b294b7752d6d56fa95d6630aad0b6d205991537ddc3274a7062c13df3dc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b1428b294b7752d6d56fa95d6630aad0b6d205991537ddc3274a7062c13df3dc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b1428b294b7752d6d56fa95d6630aad0b6d205991537ddc3274a7062c13df3dc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy-rhel9@sha256%3Ab1428b294b7752d6d56fa95d6630aad0b6d205991537ddc3274a7062c13df3dc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kube-proxy-rhel9\u0026tag=1787572539"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ad84f2d6f695c6c999a82e33cee9938544352a648c0e72adeaee0803289077c9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ad84f2d6f695c6c999a82e33cee9938544352a648c0e72adeaee0803289077c9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ad84f2d6f695c6c999a82e33cee9938544352a648c0e72adeaee0803289077c9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-rbac-proxy-rhel9@sha256%3Aad84f2d6f695c6c999a82e33cee9938544352a648c0e72adeaee0803289077c9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9\u0026tag=1787676781"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:027641f0d532c5d06663e838ddee798513282838efa12811ede36e1b8669949e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:027641f0d532c5d06663e838ddee798513282838efa12811ede36e1b8669949e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:027641f0d532c5d06663e838ddee798513282838efa12811ede36e1b8669949e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-state-metrics-rhel9@sha256%3A027641f0d532c5d06663e838ddee798513282838efa12811ede36e1b8669949e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9\u0026tag=1787573495"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:e62baadcd61bdc045c205ce81a3b2b650be73e7b3a5dd5cb53ea4c2f8a181f0a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:e62baadcd61bdc045c205ce81a3b2b650be73e7b3a5dd5cb53ea4c2f8a181f0a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:e62baadcd61bdc045c205ce81a3b2b650be73e7b3a5dd5cb53ea4c2f8a181f0a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-marketplace-rhel9@sha256%3Ae62baadcd61bdc045c205ce81a3b2b650be73e7b3a5dd5cb53ea4c2f8a181f0a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-marketplace-rhel9\u0026tag=1787572258"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1cba0b4f393f1927ff5386a9b2ed74fed87a58e4b2d4a38f34fffedd30da14a0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1cba0b4f393f1927ff5386a9b2ed74fed87a58e4b2d4a38f34fffedd30da14a0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1cba0b4f393f1927ff5386a9b2ed74fed87a58e4b2d4a38f34fffedd30da14a0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3A1cba0b4f393f1927ff5386a9b2ed74fed87a58e4b2d4a38f34fffedd30da14a0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9\u0026tag=1787730804"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9f84034243c6dc1341a059730c81b05bc6626b913524f8d854e7d13c59eb4d45_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9f84034243c6dc1341a059730c81b05bc6626b913524f8d854e7d13c59eb4d45_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9f84034243c6dc1341a059730c81b05bc6626b913524f8d854e7d13c59eb4d45_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-rhel9@sha256%3A9f84034243c6dc1341a059730c81b05bc6626b913524f8d854e7d13c59eb4d45?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni-rhel9\u0026tag=1787572974"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a43046599cdb529aa9a2672b628a7495690b03379c7dd4ec7bd744b01793943d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a43046599cdb529aa9a2672b628a7495690b03379c7dd4ec7bd744b01793943d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a43046599cdb529aa9a2672b628a7495690b03379c7dd4ec7bd744b01793943d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-microshift-rhel9@sha256%3Aa43046599cdb529aa9a2672b628a7495690b03379c7dd4ec7bd744b01793943d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9\u0026tag=1787571889"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e601bc25408a2eb5735db7d2595f969a59da9560516715ad781cff5e4a57f2cb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e601bc25408a2eb5735db7d2595f969a59da9560516715ad781cff5e4a57f2cb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e601bc25408a2eb5735db7d2595f969a59da9560516715ad781cff5e4a57f2cb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-networkpolicy-rhel9@sha256%3Ae601bc25408a2eb5735db7d2595f969a59da9560516715ad781cff5e4a57f2cb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9\u0026tag=1787573349"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:28dc48f706edfe382aef8370f464836e99a307136561dff65f7e7e8b5dcf9a5e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:28dc48f706edfe382aef8370f464836e99a307136561dff65f7e7e8b5dcf9a5e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:28dc48f706edfe382aef8370f464836e99a307136561dff65f7e7e8b5dcf9a5e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-networking-console-plugin-rhel9@sha256%3A28dc48f706edfe382aef8370f464836e99a307136561dff65f7e7e8b5dcf9a5e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9\u0026tag=1787745534"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7ff9273c653a511408a49a0778e9584605b9d24e1069da8a77049f70e2bd5616_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7ff9273c653a511408a49a0778e9584605b9d24e1069da8a77049f70e2bd5616_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7ff9273c653a511408a49a0778e9584605b9d24e1069da8a77049f70e2bd5616_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-server-rhel9@sha256%3A7ff9273c653a511408a49a0778e9584605b9d24e1069da8a77049f70e2bd5616?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-server-rhel9\u0026tag=1787572486"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5f81d0322afa70edfd932cf1f80dc5a14ebb30f3f4cb0a4b9943859c3ef8a741_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5f81d0322afa70edfd932cf1f80dc5a14ebb30f3f4cb0a4b9943859c3ef8a741_ppc64le",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5f81d0322afa70edfd932cf1f80dc5a14ebb30f3f4cb0a4b9943859c3ef8a741_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel9@sha256%3A5f81d0322afa70edfd932cf1f80dc5a14ebb30f3f4cb0a4b9943859c3ef8a741?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/oc-mirror-plugin-rhel9\u0026tag=1787574223"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:42ce515a9496a89b6abef7a94b6fcea6880b2a9833900d54e1dd4044c9e2872e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:42ce515a9496a89b6abef7a94b6fcea6880b2a9833900d54e1dd4044c9e2872e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:42ce515a9496a89b6abef7a94b6fcea6880b2a9833900d54e1dd4044c9e2872e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder-rhel9@sha256%3A42ce515a9496a89b6abef7a94b6fcea6880b2a9833900d54e1dd4044c9e2872e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder-rhel9\u0026tag=1787571057"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fdea5b85efe39b635685d506a4416115d546a9f56e87903650b5e51bec6a10bd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fdea5b85efe39b635685d506a4416115d546a9f56e87903650b5e51bec6a10bd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fdea5b85efe39b635685d506a4416115d546a9f56e87903650b5e51bec6a10bd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-rhel9@sha256%3Afdea5b85efe39b635685d506a4416115d546a9f56e87903650b5e51bec6a10bd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cli-rhel9\u0026tag=1787572868"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:f688b554b17808b3aca13b4e6bb8a240401db6f6cc5805e98ebe71ff43dbf1a7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:f688b554b17808b3aca13b4e6bb8a240401db6f6cc5805e98ebe71ff43dbf1a7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:f688b554b17808b3aca13b4e6bb8a240401db6f6cc5805e98ebe71ff43dbf1a7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3Af688b554b17808b3aca13b4e6bb8a240401db6f6cc5805e98ebe71ff43dbf1a7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9\u0026tag=1787746382"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:91e3e3d331d92b90ea49a78531cd366201c5de278f56597d9dcbeae40f114754_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:91e3e3d331d92b90ea49a78531cd366201c5de278f56597d9dcbeae40f114754_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:91e3e3d331d92b90ea49a78531cd366201c5de278f56597d9dcbeae40f114754_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9-operator@sha256%3A91e3e3d331d92b90ea49a78531cd366201c5de278f56597d9dcbeae40f114754?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9-operator\u0026tag=1787571787"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f04c27be87ea23869192754c00d08badd40a106c2f66b86bf493455b3e3ceb09_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f04c27be87ea23869192754c00d08badd40a106c2f66b86bf493455b3e3ceb09_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f04c27be87ea23869192754c00d08badd40a106c2f66b86bf493455b3e3ceb09_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-deployer-rhel9@sha256%3Af04c27be87ea23869192754c00d08badd40a106c2f66b86bf493455b3e3ceb09?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-deployer-rhel9\u0026tag=1787574338"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:44006268f8f00b5dcc4737ce787d9221b50ad7af3e678ea6dea817a797512b4b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:44006268f8f00b5dcc4737ce787d9221b50ad7af3e678ea6dea817a797512b4b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:44006268f8f00b5dcc4737ce787d9221b50ad7af3e678ea6dea817a797512b4b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-haproxy-router-rhel9@sha256%3A44006268f8f00b5dcc4737ce787d9221b50ad7af3e678ea6dea817a797512b4b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-haproxy-router-rhel9\u0026tag=1787669416"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3f5a73689320e820972a39a40077926550f7864e2d1969a9352d3b833191086f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3f5a73689320e820972a39a40077926550f7864e2d1969a9352d3b833191086f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3f5a73689320e820972a39a40077926550f7864e2d1969a9352d3b833191086f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube-rhel9@sha256%3A3f5a73689320e820972a39a40077926550f7864e2d1969a9352d3b833191086f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube-rhel9\u0026tag=1787573753"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c21ea57e4b38cb47e5aacc58b218ed97cd4e6ef353d86442236cbe8852c6f648_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c21ea57e4b38cb47e5aacc58b218ed97cd4e6ef353d86442236cbe8852c6f648_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c21ea57e4b38cb47e5aacc58b218ed97cd4e6ef353d86442236cbe8852c6f648_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover-rhel9@sha256%3Ac21ea57e4b38cb47e5aacc58b218ed97cd4e6ef353d86442236cbe8852c6f648?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9\u0026tag=1787573631"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f5e86e560d2dd575aa814329ad50a38ad4c7f3c111353e652e55aa5b58033f18_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f5e86e560d2dd575aa814329ad50a38ad4c7f3c111353e652e55aa5b58033f18_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f5e86e560d2dd575aa814329ad50a38ad4c7f3c111353e652e55aa5b58033f18_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod-rhel9@sha256%3Af5e86e560d2dd575aa814329ad50a38ad4c7f3c111353e652e55aa5b58033f18?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-pod-rhel9\u0026tag=1787573725"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2f370ec13f448fc82d3f142cc8b6a559a4d62044631f4b394742652c4672f536_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2f370ec13f448fc82d3f142cc8b6a559a4d62044631f4b394742652c4672f536_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2f370ec13f448fc82d3f142cc8b6a559a4d62044631f4b394742652c4672f536_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry-rhel9@sha256%3A2f370ec13f448fc82d3f142cc8b6a559a4d62044631f4b394742652c4672f536?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-docker-registry-rhel9\u0026tag=1787574298"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:70e6484048faddf5f59bc7399fb22731d4134b6a6e2c2ad3b1e92bf26e5ca902_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:70e6484048faddf5f59bc7399fb22731d4134b6a6e2c2ad3b1e92bf26e5ca902_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:70e6484048faddf5f59bc7399fb22731d4134b6a6e2c2ad3b1e92bf26e5ca902_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests-rhel9@sha256%3A70e6484048faddf5f59bc7399fb22731d4134b6a6e2c2ad3b1e92bf26e5ca902?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-tests-rhel9\u0026tag=1787743885"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e4ae1090a43cdf4a540f1a2cb376a93d2f74449ac44ba6d0484e4612579b3d43_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e4ae1090a43cdf4a540f1a2cb376a93d2f74449ac44ba6d0484e4612579b3d43_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e4ae1090a43cdf4a540f1a2cb376a93d2f74449ac44ba6d0484e4612579b3d43_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-state-metrics-rhel9@sha256%3Ae4ae1090a43cdf4a540f1a2cb376a93d2f74449ac44ba6d0484e4612579b3d43?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9\u0026tag=1787573185"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:45b239b4328e73574050498d8a59fae10b1788642bfd3fdfd487a59654f2395f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:45b239b4328e73574050498d8a59fae10b1788642bfd3fdfd487a59654f2395f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:45b239b4328e73574050498d8a59fae10b1788642bfd3fdfd487a59654f2395f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cluster-api-controllers-rhel9@sha256%3A45b239b4328e73574050498d8a59fae10b1788642bfd3fdfd487a59654f2395f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9\u0026tag=1787573492"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b0127947224f18d500d967398c5008737df32168d2db50f1f87554e149328d71_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b0127947224f18d500d967398c5008737df32168d2db50f1f87554e149328d71_ppc64le",
"product_id": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b0127947224f18d500d967398c5008737df32168d2db50f1f87554e149328d71_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openstack-resource-controller-rhel9@sha256%3Ab0127947224f18d500d967398c5008737df32168d2db50f1f87554e149328d71?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/openstack-resource-controller-rhel9\u0026tag=1787573623"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4bab889d5262b3f891b99f0a521f6d4511641313cc1d3a5970cc2182c52e0fc2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4bab889d5262b3f891b99f0a521f6d4511641313cc1d3a5970cc2182c52e0fc2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4bab889d5262b3f891b99f0a521f6d4511641313cc1d3a5970cc2182c52e0fc2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager-rhel9@sha256%3A4bab889d5262b3f891b99f0a521f6d4511641313cc1d3a5970cc2182c52e0fc2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9\u0026tag=1787571247"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3e9733932088db40e1d1dc25250b68d83aae6fdaa33923c2593ffc6f10b84984_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3e9733932088db40e1d1dc25250b68d83aae6fdaa33923c2593ffc6f10b84984_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3e9733932088db40e1d1dc25250b68d83aae6fdaa33923c2593ffc6f10b84984_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry-rhel9@sha256%3A3e9733932088db40e1d1dc25250b68d83aae6fdaa33923c2593ffc6f10b84984?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry-rhel9\u0026tag=1787571922"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1f6a0d8476232a85b5d18ef9ce148135b69a4abdc45952f6ad0eaf41604e05f8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1f6a0d8476232a85b5d18ef9ce148135b69a4abdc45952f6ad0eaf41604e05f8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1f6a0d8476232a85b5d18ef9ce148135b69a4abdc45952f6ad0eaf41604e05f8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel9@sha256%3A1f6a0d8476232a85b5d18ef9ce148135b69a4abdc45952f6ad0eaf41604e05f8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9\u0026tag=1787571509"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d35f97d205f82d6ffa260582fc6dce2fe0fcc3719ae0e19e85e06e7ab629021e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d35f97d205f82d6ffa260582fc6dce2fe0fcc3719ae0e19e85e06e7ab629021e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d35f97d205f82d6ffa260582fc6dce2fe0fcc3719ae0e19e85e06e7ab629021e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-csr-approver-rhel9@sha256%3Ad35f97d205f82d6ffa260582fc6dce2fe0fcc3719ae0e19e85e06e7ab629021e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9\u0026tag=1787571131"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:605dbca994f47b04da902ae4b76744eaebe0d716a7a5fd3cb8e617db5dabb8c7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:605dbca994f47b04da902ae4b76744eaebe0d716a7a5fd3cb8e617db5dabb8c7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:605dbca994f47b04da902ae4b76744eaebe0d716a7a5fd3cb8e617db5dabb8c7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel9@sha256%3A605dbca994f47b04da902ae4b76744eaebe0d716a7a5fd3cb8e617db5dabb8c7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9\u0026tag=1787573370"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6dcb4d60294895ba062bed0e9612ad7fecd7fd8d8cffdeee9bd65ffec1b20a63_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6dcb4d60294895ba062bed0e9612ad7fecd7fd8d8cffdeee9bd65ffec1b20a63_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6dcb4d60294895ba062bed0e9612ad7fecd7fd8d8cffdeee9bd65ffec1b20a63_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-orchestrator-rhel9@sha256%3A6dcb4d60294895ba062bed0e9612ad7fecd7fd8d8cffdeee9bd65ffec1b20a63?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9\u0026tag=1787572128"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d6ff019bc8333893d6d5799927ffd9dbd02d0d388752a1ead6b8f85928fff4f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d6ff019bc8333893d6d5799927ffd9dbd02d0d388752a1ead6b8f85928fff4f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d6ff019bc8333893d6d5799927ffd9dbd02d0d388752a1ead6b8f85928fff4f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-utils-rhel9@sha256%3A2d6ff019bc8333893d6d5799927ffd9dbd02d0d388752a1ead6b8f85928fff4f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9\u0026tag=1787572467"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8673853d611d162bc12d1791bef2acdd4131a97b8a6e46961736724b69332db7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8673853d611d162bc12d1791bef2acdd4131a97b8a6e46961736724b69332db7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8673853d611d162bc12d1791bef2acdd4131a97b8a6e46961736724b69332db7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-apiserver-network-proxy-rhel9@sha256%3A8673853d611d162bc12d1791bef2acdd4131a97b8a6e46961736724b69332db7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9\u0026tag=1787573687"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5c1598ad56e3f9cf5801a990b2d5d007632cadc69118dd15b771d8104893b722_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5c1598ad56e3f9cf5801a990b2d5d007632cadc69118dd15b771d8104893b722_ppc64le",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5c1598ad56e3f9cf5801a990b2d5d007632cadc69118dd15b771d8104893b722_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-service-rhel9-operator@sha256%3A5c1598ad56e3f9cf5801a990b2d5d007632cadc69118dd15b771d8104893b722?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/azure-service-rhel9-operator\u0026tag=1787573700"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9b5eda1037248996bff10033108d1dec27b8417730bd721d980b778e1cb4585f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9b5eda1037248996bff10033108d1dec27b8417730bd721d980b778e1cb4585f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9b5eda1037248996bff10033108d1dec27b8417730bd721d980b778e1cb4585f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A9b5eda1037248996bff10033108d1dec27b8417730bd721d980b778e1cb4585f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9\u0026tag=1787571898"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c7a8842568f7ed4d4b1ceb0f507aa5a56d80ab213877507be04ab55f8fcb3a5b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c7a8842568f7ed4d4b1ceb0f507aa5a56d80ab213877507be04ab55f8fcb3a5b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c7a8842568f7ed4d4b1ceb0f507aa5a56d80ab213877507be04ab55f8fcb3a5b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel9@sha256%3Ac7a8842568f7ed4d4b1ceb0f507aa5a56d80ab213877507be04ab55f8fcb3a5b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel9\u0026tag=1787576010"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02594f4e3bd44cf7d378a7fa0533d54b4365eb5317c282cf8295cdfb0ae5ddf8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02594f4e3bd44cf7d378a7fa0533d54b4365eb5317c282cf8295cdfb0ae5ddf8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02594f4e3bd44cf7d378a7fa0533d54b4365eb5317c282cf8295cdfb0ae5ddf8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-rhel9-operator@sha256%3A02594f4e3bd44cf7d378a7fa0533d54b4365eb5317c282cf8295cdfb0ae5ddf8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-rhel9-operator\u0026tag=1787571859"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:60be3446f54ba3c5f93c5c4bf1de44d7e9ca3049abb6ab910f8e62e671a80d44_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:60be3446f54ba3c5f93c5c4bf1de44d7e9ca3049abb6ab910f8e62e671a80d44_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:60be3446f54ba3c5f93c5c4bf1de44d7e9ca3049abb6ab910f8e62e671a80d44_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-artifacts-rhel9@sha256%3A60be3446f54ba3c5f93c5c4bf1de44d7e9ca3049abb6ab910f8e62e671a80d44?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9\u0026tag=1787574496"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bc10db6a9f9c1a60744f49c1ed737bbbb8454eeff9fd00175b98872a1af17936_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bc10db6a9f9c1a60744f49c1ed737bbbb8454eeff9fd00175b98872a1af17936_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bc10db6a9f9c1a60744f49c1ed737bbbb8454eeff9fd00175b98872a1af17936_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-credential-rhel9-operator@sha256%3Abc10db6a9f9c1a60744f49c1ed737bbbb8454eeff9fd00175b98872a1af17936?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator\u0026tag=1787571020"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:208703e1b4c8fd82b6cffc790affc4bb8966f6d95e5b5631d9fc7cd429d82242_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:208703e1b4c8fd82b6cffc790affc4bb8966f6d95e5b5631d9fc7cd429d82242_ppc64le",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:208703e1b4c8fd82b6cffc790affc4bb8966f6d95e5b5631d9fc7cd429d82242_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-network-config-controller-rhel9@sha256%3A208703e1b4c8fd82b6cffc790affc4bb8966f6d95e5b5631d9fc7cd429d82242?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/cloud-network-config-controller-rhel9\u0026tag=1787573372"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:017359024215cf5a7b00bd31b8b797ca7f5f456d66a34ac12c44e53c1ab77fff_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:017359024215cf5a7b00bd31b8b797ca7f5f456d66a34ac12c44e53c1ab77fff_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:017359024215cf5a7b00bd31b8b797ca7f5f456d66a34ac12c44e53c1ab77fff_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-api-rhel9@sha256%3A017359024215cf5a7b00bd31b8b797ca7f5f456d66a34ac12c44e53c1ab77fff?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-api-rhel9\u0026tag=1787574231"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:0a7e3fc4b1f892ea2e77c1f5d961507f0fcec7740f33d3e308904cdea1d3ce21_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:0a7e3fc4b1f892ea2e77c1f5d961507f0fcec7740f33d3e308904cdea1d3ce21_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:0a7e3fc4b1f892ea2e77c1f5d961507f0fcec7740f33d3e308904cdea1d3ce21_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-rhel9-operator@sha256%3A0a7e3fc4b1f892ea2e77c1f5d961507f0fcec7740f33d3e308904cdea1d3ce21?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator\u0026tag=1787573628"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:85fd9925886227b53c26a3ed09604c408c49b8ddb9cf7efa2057335bec94803c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:85fd9925886227b53c26a3ed09604c408c49b8ddb9cf7efa2057335bec94803c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:85fd9925886227b53c26a3ed09604c408c49b8ddb9cf7efa2057335bec94803c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9-operator@sha256%3A85fd9925886227b53c26a3ed09604c408c49b8ddb9cf7efa2057335bec94803c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator\u0026tag=1787613033"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dac9a4617348551eaefdf01ebf1770442c0bc07033fcbff203750ecaaef1161b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dac9a4617348551eaefdf01ebf1770442c0bc07033fcbff203750ecaaef1161b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dac9a4617348551eaefdf01ebf1770442c0bc07033fcbff203750ecaaef1161b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel9@sha256%3Adac9a4617348551eaefdf01ebf1770442c0bc07033fcbff203750ecaaef1161b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9\u0026tag=1787570872"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:6fa81971ac5bc843a536eaf167cf5147e879c5447d7c1ec17cebe7ab85692317_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:6fa81971ac5bc843a536eaf167cf5147e879c5447d7c1ec17cebe7ab85692317_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:6fa81971ac5bc843a536eaf167cf5147e879c5447d7c1ec17cebe7ab85692317_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-bootstrap-rhel9@sha256%3A6fa81971ac5bc843a536eaf167cf5147e879c5447d7c1ec17cebe7ab85692317?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9\u0026tag=1787573535"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3538795f3effdfe84442141d83d0292447b4c43e3d68871afcd453f80e11fbff_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3538795f3effdfe84442141d83d0292447b4c43e3d68871afcd453f80e11fbff_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3538795f3effdfe84442141d83d0292447b4c43e3d68871afcd453f80e11fbff_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-rhel9-operator@sha256%3A3538795f3effdfe84442141d83d0292447b4c43e3d68871afcd453f80e11fbff?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator\u0026tag=1787574133"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a5aa2eb87a3fc9c5160f5c37c50cb88cc0a77bbf4eebb298ee7883ecf47b456_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a5aa2eb87a3fc9c5160f5c37c50cb88cc0a77bbf4eebb298ee7883ecf47b456_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a5aa2eb87a3fc9c5160f5c37c50cb88cc0a77bbf4eebb298ee7883ecf47b456_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A4a5aa2eb87a3fc9c5160f5c37c50cb88cc0a77bbf4eebb298ee7883ecf47b456?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator\u0026tag=1787598256"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9b45bdc374e248769add4b772aca63e25ff0baf8d490e64066bfa78405cf609e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9b45bdc374e248769add4b772aca63e25ff0baf8d490e64066bfa78405cf609e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9b45bdc374e248769add4b772aca63e25ff0baf8d490e64066bfa78405cf609e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-api-rhel9@sha256%3A9b45bdc374e248769add4b772aca63e25ff0baf8d490e64066bfa78405cf609e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-api-rhel9\u0026tag=1787668452"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f463811c1b1e6fc34934bb5a8151fa946acf321ab57f9901b3ee1b7f75546beb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f463811c1b1e6fc34934bb5a8151fa946acf321ab57f9901b3ee1b7f75546beb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f463811c1b1e6fc34934bb5a8151fa946acf321ab57f9901b3ee1b7f75546beb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-rhel9-operator@sha256%3Af463811c1b1e6fc34934bb5a8151fa946acf321ab57f9901b3ee1b7f75546beb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator\u0026tag=1787574159"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7701f38b6702b4a9e6b49b3db83073475c33528d2529e63b1b98664bb7191906_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7701f38b6702b4a9e6b49b3db83073475c33528d2529e63b1b98664bb7191906_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7701f38b6702b4a9e6b49b3db83073475c33528d2529e63b1b98664bb7191906_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A7701f38b6702b4a9e6b49b3db83073475c33528d2529e63b1b98664bb7191906?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator\u0026tag=1787571520"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c8a1f9ce2dea4947e6cb460bb4b4ae7ab6bc5f816ca25f3405799d56c6ca48f3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c8a1f9ce2dea4947e6cb460bb4b4ae7ab6bc5f816ca25f3405799d56c6ca48f3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c8a1f9ce2dea4947e6cb460bb4b4ae7ab6bc5f816ca25f3405799d56c6ca48f3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3Ac8a1f9ce2dea4947e6cb460bb4b4ae7ab6bc5f816ca25f3405799d56c6ca48f3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator\u0026tag=1787571467"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9afa17f9f4e4551369e891d405098219c071231ddab921dd32bb7bc66bb0b6a7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9afa17f9f4e4551369e891d405098219c071231ddab921dd32bb7bc66bb0b6a7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9afa17f9f4e4551369e891d405098219c071231ddab921dd32bb7bc66bb0b6a7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-dns-rhel9-operator@sha256%3A9afa17f9f4e4551369e891d405098219c071231ddab921dd32bb7bc66bb0b6a7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator\u0026tag=1787573419"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7134aa51e11a7d6b826068d03b9c90a518cd3cfccec0e3f06e57f5ed77daf6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7134aa51e11a7d6b826068d03b9c90a518cd3cfccec0e3f06e57f5ed77daf6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7134aa51e11a7d6b826068d03b9c90a518cd3cfccec0e3f06e57f5ed77daf6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-image-registry-rhel9-operator@sha256%3A6c7134aa51e11a7d6b826068d03b9c90a518cd3cfccec0e3f06e57f5ed77daf6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator\u0026tag=1787573406"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:85ed053619e39778d5a986255af37802ac46a26899c8a448abb139736db5e075_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:85ed053619e39778d5a986255af37802ac46a26899c8a448abb139736db5e075_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:85ed053619e39778d5a986255af37802ac46a26899c8a448abb139736db5e075_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-rhel9-operator@sha256%3A85ed053619e39778d5a986255af37802ac46a26899c8a448abb139736db5e075?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator\u0026tag=1787571628"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d65990c0adf148e94c1c0ec0730ac2a285b38eff128cdb2fac7f61af1514fd14_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d65990c0adf148e94c1c0ec0730ac2a285b38eff128cdb2fac7f61af1514fd14_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d65990c0adf148e94c1c0ec0730ac2a285b38eff128cdb2fac7f61af1514fd14_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-rhel9-operator@sha256%3Ad65990c0adf148e94c1c0ec0730ac2a285b38eff128cdb2fac7f61af1514fd14?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator\u0026tag=1787573542"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2db5ea10de47829d4643fc525d9efe3815db59d5689c0febecf4fd722ad0528d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2db5ea10de47829d4643fc525d9efe3815db59d5689c0febecf4fd722ad0528d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2db5ea10de47829d4643fc525d9efe3815db59d5689c0febecf4fd722ad0528d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A2db5ea10de47829d4643fc525d9efe3815db59d5689c0febecf4fd722ad0528d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator\u0026tag=1787574157"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2cb748becce8d80bfbb66e84f63e0f0a3cdee6d9bef3833eccca24132e9d0699_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2cb748becce8d80bfbb66e84f63e0f0a3cdee6d9bef3833eccca24132e9d0699_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2cb748becce8d80bfbb66e84f63e0f0a3cdee6d9bef3833eccca24132e9d0699_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A2cb748becce8d80bfbb66e84f63e0f0a3cdee6d9bef3833eccca24132e9d0699?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator\u0026tag=1787571297"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9e9ecf8cb43e1819159bb8fc0eb5641b71663e110ff757e26d5549cf41075084_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9e9ecf8cb43e1819159bb8fc0eb5641b71663e110ff757e26d5549cf41075084_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9e9ecf8cb43e1819159bb8fc0eb5641b71663e110ff757e26d5549cf41075084_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A9e9ecf8cb43e1819159bb8fc0eb5641b71663e110ff757e26d5549cf41075084?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator\u0026tag=1787573522"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5d094c8e18e42d662ac2f5ba16602c1513094c7dc547fbe3de562463c4096bce_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5d094c8e18e42d662ac2f5ba16602c1513094c7dc547fbe3de562463c4096bce_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5d094c8e18e42d662ac2f5ba16602c1513094c7dc547fbe3de562463c4096bce_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-machine-approver-rhel9@sha256%3A5d094c8e18e42d662ac2f5ba16602c1513094c7dc547fbe3de562463c4096bce?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9\u0026tag=1787572448"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0654b81d996d73c5b5b03310f314bf3bd6871b3bd4d1abe791cec9b7a3339719_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0654b81d996d73c5b5b03310f314bf3bd6871b3bd4d1abe791cec9b7a3339719_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0654b81d996d73c5b5b03310f314bf3bd6871b3bd4d1abe791cec9b7a3339719_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-olm-rhel9-operator@sha256%3A0654b81d996d73c5b5b03310f314bf3bd6871b3bd4d1abe791cec9b7a3339719?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator\u0026tag=1787570808"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fca2b0ceeb7e301640de2604932cfb2c386441e0d3b3b0e4a525f0a6b00f7cee_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fca2b0ceeb7e301640de2604932cfb2c386441e0d3b3b0e4a525f0a6b00f7cee_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fca2b0ceeb7e301640de2604932cfb2c386441e0d3b3b0e4a525f0a6b00f7cee_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3Afca2b0ceeb7e301640de2604932cfb2c386441e0d3b3b0e4a525f0a6b00f7cee?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator\u0026tag=1787572259"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6982d2c27206f15366ece47b40f4a6a2994c7acf5dbb94aa274c55a2216d0063_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6982d2c27206f15366ece47b40f4a6a2994c7acf5dbb94aa274c55a2216d0063_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6982d2c27206f15366ece47b40f4a6a2994c7acf5dbb94aa274c55a2216d0063_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A6982d2c27206f15366ece47b40f4a6a2994c7acf5dbb94aa274c55a2216d0063?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator\u0026tag=1787571243"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e4c222d813696b8b3d4cef6982cc88ba3d4581ad6842b10510fb4c8130a82684_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e4c222d813696b8b3d4cef6982cc88ba3d4581ad6842b10510fb4c8130a82684_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e4c222d813696b8b3d4cef6982cc88ba3d4581ad6842b10510fb4c8130a82684_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-samples-rhel9-operator@sha256%3Ae4c222d813696b8b3d4cef6982cc88ba3d4581ad6842b10510fb4c8130a82684?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator\u0026tag=1787572374"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:4d2e1fee9a43f8faf39b05a7d82ceac50094ebe972fd1fd85b1528961cf49478_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:4d2e1fee9a43f8faf39b05a7d82ceac50094ebe972fd1fd85b1528961cf49478_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:4d2e1fee9a43f8faf39b05a7d82ceac50094ebe972fd1fd85b1528961cf49478_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-update-keys-rhel9@sha256%3A4d2e1fee9a43f8faf39b05a7d82ceac50094ebe972fd1fd85b1528961cf49478?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9\u0026tag=1787573412"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d877387429f09cf5fdf779e73200069c418e561f20a21815bd56fce1c1c4c73_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d877387429f09cf5fdf779e73200069c418e561f20a21815bd56fce1c1c4c73_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d877387429f09cf5fdf779e73200069c418e561f20a21815bd56fce1c1c4c73_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-container-networking-plugins-rhel9@sha256%3A4d877387429f09cf5fdf779e73200069c418e561f20a21815bd56fce1c1c4c73?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9\u0026tag=1787573409"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a7bc2291024185f39cde4d43057b17968cad18451fe8447b0ace526ee11bbcb4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a7bc2291024185f39cde4d43057b17968cad18451fe8447b0ace526ee11bbcb4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a7bc2291024185f39cde4d43057b17968cad18451fe8447b0ace526ee11bbcb4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer-rhel9@sha256%3Aa7bc2291024185f39cde4d43057b17968cad18451fe8447b0ace526ee11bbcb4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9\u0026tag=1787572150"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:98110bc940b974dcbb8b0ea21c6b52bd96ecea62779f9665d3ac8dd03223905f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:98110bc940b974dcbb8b0ea21c6b52bd96ecea62779f9665d3ac8dd03223905f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:98110bc940b974dcbb8b0ea21c6b52bd96ecea62779f9665d3ac8dd03223905f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter-rhel9@sha256%3A98110bc940b974dcbb8b0ea21c6b52bd96ecea62779f9665d3ac8dd03223905f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9\u0026tag=1787570827"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7c59a7997fa95d2895620378a7e18f0074929b630c329ba3f03c72e43415364d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7c59a7997fa95d2895620378a7e18f0074929b630c329ba3f03c72e43415364d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7c59a7997fa95d2895620378a7e18f0074929b630c329ba3f03c72e43415364d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller-rhel9@sha256%3A7c59a7997fa95d2895620378a7e18f0074929b630c329ba3f03c72e43415364d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9\u0026tag=1787571379"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9eced45114ad75c3ca56d06028c836adaa713433bc49f6196533276f9645c58c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9eced45114ad75c3ca56d06028c836adaa713433bc49f6196533276f9645c58c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9eced45114ad75c3ca56d06028c836adaa713433bc49f6196533276f9645c58c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-etcd-rhel9@sha256%3A9eced45114ad75c3ca56d06028c836adaa713433bc49f6196533276f9645c58c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-etcd-rhel9\u0026tag=1787573317"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:cf25049921f441dee72daf95b707da269c5ea7af7026674c42a7e3c8cc682e59_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:cf25049921f441dee72daf95b707da269c5ea7af7026674c42a7e3c8cc682e59_ppc64le",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:cf25049921f441dee72daf95b707da269c5ea7af7026674c42a7e3c8cc682e59_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel9@sha256%3Acf25049921f441dee72daf95b707da269c5ea7af7026674c42a7e3c8cc682e59?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/frr-rhel9\u0026tag=1787570998"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8e6d6d3162ace273c1312c383de4e1f6ffe2d8e6d7b553b64e6ac460ac040c20_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8e6d6d3162ace273c1312c383de4e1f6ffe2d8e6d7b553b64e6ac460ac040c20_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8e6d6d3162ace273c1312c383de4e1f6ffe2d8e6d7b553b64e6ac460ac040c20_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cloud-controller-manager-rhel9@sha256%3A8e6d6d3162ace273c1312c383de4e1f6ffe2d8e6d7b553b64e6ac460ac040c20?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9\u0026tag=1787570868"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b7e15475952a147e7d6d506ee9686c6c594d529b27e4086f49b0dfc1e237d640_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b7e15475952a147e7d6d506ee9686c6c594d529b27e4086f49b0dfc1e237d640_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b7e15475952a147e7d6d506ee9686c6c594d529b27e4086f49b0dfc1e237d640_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cluster-api-controllers-rhel9@sha256%3Ab7e15475952a147e7d6d506ee9686c6c594d529b27e4086f49b0dfc1e237d640?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9\u0026tag=1787571817"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:585c75fc909525ac0332764b66db33e6646e5e0b0a4d01d176be6dad70a7447f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:585c75fc909525ac0332764b66db33e6646e5e0b0a4d01d176be6dad70a7447f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:585c75fc909525ac0332764b66db33e6646e5e0b0a4d01d176be6dad70a7447f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-rhel9@sha256%3A585c75fc909525ac0332764b66db33e6646e5e0b0a4d01d176be6dad70a7447f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9\u0026tag=1787571485"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0465b162143273b73d2d1af7ea6f9654116a9b1cba8169028273185f2dfa1191_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0465b162143273b73d2d1af7ea6f9654116a9b1cba8169028273185f2dfa1191_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0465b162143273b73d2d1af7ea6f9654116a9b1cba8169028273185f2dfa1191_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3A0465b162143273b73d2d1af7ea6f9654116a9b1cba8169028273185f2dfa1191?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9\u0026tag=1787571578"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f5311dc740529f4f4c444fe33bd5731b0ff5d213620207f039af546a3c521226_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f5311dc740529f4f4c444fe33bd5731b0ff5d213620207f039af546a3c521226_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f5311dc740529f4f4c444fe33bd5731b0ff5d213620207f039af546a3c521226_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3Af5311dc740529f4f4c444fe33bd5731b0ff5d213620207f039af546a3c521226?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9\u0026tag=1787572893"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d36d045c32e335933939150b36fd2f86599add415385560d3e10d4b74a704d89_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d36d045c32e335933939150b36fd2f86599add415385560d3e10d4b74a704d89_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d36d045c32e335933939150b36fd2f86599add415385560d3e10d4b74a704d89_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel9-operator@sha256%3Ad36d045c32e335933939150b36fd2f86599add415385560d3e10d4b74a704d89?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel9-operator\u0026tag=1787572682"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb3cc6f050ccd3fae295639dd627bdf3ff5f08f66ef0fdefe24ab8260cfba983_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb3cc6f050ccd3fae295639dd627bdf3ff5f08f66ef0fdefe24ab8260cfba983_ppc64le",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb3cc6f050ccd3fae295639dd627bdf3ff5f08f66ef0fdefe24ab8260cfba983_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-exporter-rhel9@sha256%3Aeb3cc6f050ccd3fae295639dd627bdf3ff5f08f66ef0fdefe24ab8260cfba983?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/insights-runtime-exporter-rhel9\u0026tag=1787572957"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:073ed3fb3dfb009b6ba476883da5421996c5c4f4119375c0c83b072571d935f6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:073ed3fb3dfb009b6ba476883da5421996c5c4f4119375c0c83b072571d935f6_ppc64le",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:073ed3fb3dfb009b6ba476883da5421996c5c4f4119375c0c83b072571d935f6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-extractor-rhel9@sha256%3A073ed3fb3dfb009b6ba476883da5421996c5c4f4119375c0c83b072571d935f6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/insights-runtime-extractor-rhel9\u0026tag=1787648857"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0b5cac582cea2ea2dee7d515f05bfedf2a5beff46ae6d5ca9626bbb36c94b865_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0b5cac582cea2ea2dee7d515f05bfedf2a5beff46ae6d5ca9626bbb36c94b865_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0b5cac582cea2ea2dee7d515f05bfedf2a5beff46ae6d5ca9626bbb36c94b865_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-rhel9@sha256%3A0b5cac582cea2ea2dee7d515f05bfedf2a5beff46ae6d5ca9626bbb36c94b865?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-installer-rhel9\u0026tag=1787577293"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f9ea746b7bc2eb6cf1d82644d42d363d9343506f9091e8bc67740a06b382081_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f9ea746b7bc2eb6cf1d82644d42d363d9343506f9091e8bc67740a06b382081_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f9ea746b7bc2eb6cf1d82644d42d363d9343506f9091e8bc67740a06b382081_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts-rhel9@sha256%3A4f9ea746b7bc2eb6cf1d82644d42d363d9343506f9091e8bc67740a06b382081?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts-rhel9\u0026tag=1787577287"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7c5f6b71b68331d1cdff8b3273fc7cebb945d9c037fae5c2fe0666f84cafc928_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7c5f6b71b68331d1cdff8b3273fc7cebb945d9c037fae5c2fe0666f84cafc928_ppc64le",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7c5f6b71b68331d1cdff8b3273fc7cebb945d9c037fae5c2fe0666f84cafc928_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-metrics-server-rhel9@sha256%3A7c5f6b71b68331d1cdff8b3273fc7cebb945d9c037fae5c2fe0666f84cafc928?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/kube-metrics-server-rhel9\u0026tag=1787570821"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b230c7f6c243ccfc43e6b50809f916d3247f8daad3c750220020ec4337b126a6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b230c7f6c243ccfc43e6b50809f916d3247f8daad3c750220020ec4337b126a6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b230c7f6c243ccfc43e6b50809f916d3247f8daad3c750220020ec4337b126a6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel9@sha256%3Ab230c7f6c243ccfc43e6b50809f916d3247f8daad3c750220020ec4337b126a6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9\u0026tag=1787574073"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7bfdc577bd856e0cc690c86a8fc9928ed3d034d4d1455378c95293376a74b9c3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7bfdc577bd856e0cc690c86a8fc9928ed3d034d4d1455378c95293376a74b9c3_amd64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7bfdc577bd856e0cc690c86a8fc9928ed3d034d4d1455378c95293376a74b9c3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel9@sha256%3A7bfdc577bd856e0cc690c86a8fc9928ed3d034d4d1455378c95293376a74b9c3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9\u0026tag=1787573396"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:4ddb2823de8624d7d45aa16adabddb92faed392e71c2d1a0b3e640be91b731f6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:4ddb2823de8624d7d45aa16adabddb92faed392e71c2d1a0b3e640be91b731f6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:4ddb2823de8624d7d45aa16adabddb92faed392e71c2d1a0b3e640be91b731f6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-rhel9-operator@sha256%3A4ddb2823de8624d7d45aa16adabddb92faed392e71c2d1a0b3e640be91b731f6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-rhel9-operator\u0026tag=1787571673"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:13df2c323a0db01668777fb495bc342806443b5c0992fe7f9ede76a0e731e2b2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:13df2c323a0db01668777fb495bc342806443b5c0992fe7f9ede76a0e731e2b2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:13df2c323a0db01668777fb495bc342806443b5c0992fe7f9ede76a0e731e2b2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-aws-rhel9@sha256%3A13df2c323a0db01668777fb495bc342806443b5c0992fe7f9ede76a0e731e2b2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9\u0026tag=1787571146"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:29b338177ad61fbe618240d520eb180c1faa54fcd4be63c0d2d16f5221c4d7c9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:29b338177ad61fbe618240d520eb180c1faa54fcd4be63c0d2d16f5221c4d7c9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:29b338177ad61fbe618240d520eb180c1faa54fcd4be63c0d2d16f5221c4d7c9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-azure-rhel9@sha256%3A29b338177ad61fbe618240d520eb180c1faa54fcd4be63c0d2d16f5221c4d7c9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9\u0026tag=1787570839"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:989cd4643516ba83c661cff6bb217cc25d502febc80344e08e90c6eef8d24088_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:989cd4643516ba83c661cff6bb217cc25d502febc80344e08e90c6eef8d24088_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:989cd4643516ba83c661cff6bb217cc25d502febc80344e08e90c6eef8d24088_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-gcp-rhel9@sha256%3A989cd4643516ba83c661cff6bb217cc25d502febc80344e08e90c6eef8d24088?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9\u0026tag=1787571181"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:4eef2a136a4fc3a9deb0c5999546aa8d498c3553107d1e0eda9d394b2f412169_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:4eef2a136a4fc3a9deb0c5999546aa8d498c3553107d1e0eda9d394b2f412169_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:4eef2a136a4fc3a9deb0c5999546aa8d498c3553107d1e0eda9d394b2f412169_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel9@sha256%3A4eef2a136a4fc3a9deb0c5999546aa8d498c3553107d1e0eda9d394b2f412169?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9\u0026tag=1787572646"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bc2fc4c0e55023974c90506cc14c51cf73741e9490632453687edf404b3c485c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bc2fc4c0e55023974c90506cc14c51cf73741e9490632453687edf404b3c485c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bc2fc4c0e55023974c90506cc14c51cf73741e9490632453687edf404b3c485c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-rhel9-operator@sha256%3Abc2fc4c0e55023974c90506cc14c51cf73741e9490632453687edf404b3c485c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-rhel9-operator\u0026tag=1787610868"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e3d0f624ec4e265daaed3072e9f9dc85668a917d49c96ebaa1c7bc05ca636197_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e3d0f624ec4e265daaed3072e9f9dc85668a917d49c96ebaa1c7bc05ca636197_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e3d0f624ec4e265daaed3072e9f9dc85668a917d49c96ebaa1c7bc05ca636197_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel9@sha256%3Ae3d0f624ec4e265daaed3072e9f9dc85668a917d49c96ebaa1c7bc05ca636197?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel9\u0026tag=1787580878"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:acdda550e575dc7add42439a856726b3833c5d6d98dd9976f30be4b781a11a82_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:acdda550e575dc7add42439a856726b3833c5d6d98dd9976f30be4b781a11a82_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:acdda550e575dc7add42439a856726b3833c5d6d98dd9976f30be4b781a11a82_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-admission-controller-rhel9@sha256%3Aacdda550e575dc7add42439a856726b3833c5d6d98dd9976f30be4b781a11a82?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9\u0026tag=1787574145"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dd57cd8ba112502a28c74d7f9e021035a061e1f51377ac0510dd02a303f14f37_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dd57cd8ba112502a28c74d7f9e021035a061e1f51377ac0510dd02a303f14f37_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dd57cd8ba112502a28c74d7f9e021035a061e1f51377ac0510dd02a303f14f37_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-route-override-cni-rhel9@sha256%3Add57cd8ba112502a28c74d7f9e021035a061e1f51377ac0510dd02a303f14f37?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9\u0026tag=1787571882"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fa6736bee0e8806b00bf3b6d971e2de5ea49f3f2a89e8cc404d55a70e6f73720_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fa6736bee0e8806b00bf3b6d971e2de5ea49f3f2a89e8cc404d55a70e6f73720_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fa6736bee0e8806b00bf3b6d971e2de5ea49f3f2a89e8cc404d55a70e6f73720_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3Afa6736bee0e8806b00bf3b6d971e2de5ea49f3f2a89e8cc404d55a70e6f73720?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9\u0026tag=1787573332"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2c52bc991f789cb2582b4fcd0fabd20b86b5893d9fcfbf6e9ebbb372cffecbe9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2c52bc991f789cb2582b4fcd0fabd20b86b5893d9fcfbf6e9ebbb372cffecbe9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2c52bc991f789cb2582b4fcd0fabd20b86b5893d9fcfbf6e9ebbb372cffecbe9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-must-gather-rhel9@sha256%3A2c52bc991f789cb2582b4fcd0fabd20b86b5893d9fcfbf6e9ebbb372cffecbe9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather-rhel9\u0026tag=1787574346"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:19425f8d71d7b67b74e76c5b770a5e3d918dfde9a9eb3e181c767b4489db01d6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:19425f8d71d7b67b74e76c5b770a5e3d918dfde9a9eb3e181c767b4489db01d6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:19425f8d71d7b67b74e76c5b770a5e3d918dfde9a9eb3e181c767b4489db01d6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-interface-bond-cni-rhel9@sha256%3A19425f8d71d7b67b74e76c5b770a5e3d918dfde9a9eb3e181c767b4489db01d6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9\u0026tag=1787574110"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1a6e143562b0618b3f5afb6d488e8bcca48d9b0b4f68dc70d77279643325ac52_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1a6e143562b0618b3f5afb6d488e8bcca48d9b0b4f68dc70d77279643325ac52_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1a6e143562b0618b3f5afb6d488e8bcca48d9b0b4f68dc70d77279643325ac52_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-metrics-daemon-rhel9@sha256%3A1a6e143562b0618b3f5afb6d488e8bcca48d9b0b4f68dc70d77279643325ac52?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9\u0026tag=1787573526"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:e90910e06037ec13a10bc176da5a516287ddc34ccdfcb36432f386f7b3895136_amd64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:e90910e06037ec13a10bc176da5a516287ddc34ccdfcb36432f386f7b3895136_amd64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:e90910e06037ec13a10bc176da5a516287ddc34ccdfcb36432f386f7b3895136_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3Ae90910e06037ec13a10bc176da5a516287ddc34ccdfcb36432f386f7b3895136?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel9\u0026tag=1787723826"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:48568238316d40eaae138ec218e4d0fb6119c94d9014683bc25934210792500f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:48568238316d40eaae138ec218e4d0fb6119c94d9014683bc25934210792500f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:48568238316d40eaae138ec218e4d0fb6119c94d9014683bc25934210792500f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-nutanix-cloud-controller-manager-rhel9@sha256%3A48568238316d40eaae138ec218e4d0fb6119c94d9014683bc25934210792500f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9\u0026tag=1787570799"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:1d1ba67b2ebee648e679f886122e649880437bed73cc62901f26e77087d1f72f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:1d1ba67b2ebee648e679f886122e649880437bed73cc62901f26e77087d1f72f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:1d1ba67b2ebee648e679f886122e649880437bed73cc62901f26e77087d1f72f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-nutanix-machine-controllers-rhel9@sha256%3A1d1ba67b2ebee648e679f886122e649880437bed73cc62901f26e77087d1f72f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9\u0026tag=1787570845"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e38292df09d0b5589b58f31c39ca74147011aafc1a51be00112856a7242cb80d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e38292df09d0b5589b58f31c39ca74147011aafc1a51be00112856a7242cb80d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e38292df09d0b5589b58f31c39ca74147011aafc1a51be00112856a7242cb80d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-apiserver-rhel9@sha256%3Ae38292df09d0b5589b58f31c39ca74147011aafc1a51be00112856a7242cb80d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9\u0026tag=1787573330"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7cc7c37a8ce0bc5a1de200fa97525c35943d5fe789787d642c4a3079c251c4eb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7cc7c37a8ce0bc5a1de200fa97525c35943d5fe789787d642c4a3079c251c4eb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7cc7c37a8ce0bc5a1de200fa97525c35943d5fe789787d642c4a3079c251c4eb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-catalogd-rhel9@sha256%3A7cc7c37a8ce0bc5a1de200fa97525c35943d5fe789787d642c4a3079c251c4eb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-olm-catalogd-rhel9\u0026tag=1787572161"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8bc45cb12c534a1dcaeef41b7ad0a4cd8ac0e3b0041aaa0cc3a9b917602ba5df_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8bc45cb12c534a1dcaeef41b7ad0a4cd8ac0e3b0041aaa0cc3a9b917602ba5df_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8bc45cb12c534a1dcaeef41b7ad0a4cd8ac0e3b0041aaa0cc3a9b917602ba5df_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-operator-controller-rhel9@sha256%3A8bc45cb12c534a1dcaeef41b7ad0a4cd8ac0e3b0041aaa0cc3a9b917602ba5df?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9\u0026tag=1787573732"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:77d58cca07f50ed35b30a97c24f66abf5fd5482be3c2a86df38b5d0e4b41e4b5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:77d58cca07f50ed35b30a97c24f66abf5fd5482be3c2a86df38b5d0e4b41e4b5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:77d58cca07f50ed35b30a97c24f66abf5fd5482be3c2a86df38b5d0e4b41e4b5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel9@sha256%3A77d58cca07f50ed35b30a97c24f66abf5fd5482be3c2a86df38b5d0e4b41e4b5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9\u0026tag=1787572323"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b44e2dd5cd2daac1ef6849feb0b313950e0616586fdcc843a051788fa071a4ff_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b44e2dd5cd2daac1ef6849feb0b313950e0616586fdcc843a051788fa071a4ff_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b44e2dd5cd2daac1ef6849feb0b313950e0616586fdcc843a051788fa071a4ff_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-controller-manager-rhel9@sha256%3Ab44e2dd5cd2daac1ef6849feb0b313950e0616586fdcc843a051788fa071a4ff?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9\u0026tag=1787573662"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f366a95bf18554cb9b48af250be89970e4c6b1fadbb97543db8bc202eefe282a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f366a95bf18554cb9b48af250be89970e4c6b1fadbb97543db8bc202eefe282a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f366a95bf18554cb9b48af250be89970e4c6b1fadbb97543db8bc202eefe282a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9@sha256%3Af366a95bf18554cb9b48af250be89970e4c6b1fadbb97543db8bc202eefe282a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9\u0026tag=1787574195"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7fd64ebc835133fcf6fe9d286f18f790b12295dcd904d61cd255c97e49f216b5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7fd64ebc835133fcf6fe9d286f18f790b12295dcd904d61cd255c97e49f216b5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7fd64ebc835133fcf6fe9d286f18f790b12295dcd904d61cd255c97e49f216b5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A7fd64ebc835133fcf6fe9d286f18f790b12295dcd904d61cd255c97e49f216b5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator\u0026tag=1787573690"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b3809b2f792a8b57efc13591b88232ca2b83fd116ea1a6ce9c05ec39733bcfaa_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b3809b2f792a8b57efc13591b88232ca2b83fd116ea1a6ce9c05ec39733bcfaa_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b3809b2f792a8b57efc13591b88232ca2b83fd116ea1a6ce9c05ec39733bcfaa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cloud-controller-manager-rhel9@sha256%3Ab3809b2f792a8b57efc13591b88232ca2b83fd116ea1a6ce9c05ec39733bcfaa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9\u0026tag=1787572670"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:25939a8eacf00a315bfaecb90901a20f2d314f186c1a23ee0814ca611866ed5e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:25939a8eacf00a315bfaecb90901a20f2d314f186c1a23ee0814ca611866ed5e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:25939a8eacf00a315bfaecb90901a20f2d314f186c1a23ee0814ca611866ed5e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-framework-tools-rhel9@sha256%3A25939a8eacf00a315bfaecb90901a20f2d314f186c1a23ee0814ca611866ed5e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9\u0026tag=1787572568"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d8e3f695418674002c1dd252757415372d95b38f813a3d432abab774c7427b2e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d8e3f695418674002c1dd252757415372d95b38f813a3d432abab774c7427b2e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d8e3f695418674002c1dd252757415372d95b38f813a3d432abab774c7427b2e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3Ad8e3f695418674002c1dd252757415372d95b38f813a3d432abab774c7427b2e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9\u0026tag=1787574007"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5127b9d0570329e12a37d1c7e38a3ad9a1c990b7b0e1d3f3b31f5ae1146a518a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5127b9d0570329e12a37d1c7e38a3ad9a1c990b7b0e1d3f3b31f5ae1146a518a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5127b9d0570329e12a37d1c7e38a3ad9a1c990b7b0e1d3f3b31f5ae1146a518a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-rhel9@sha256%3A5127b9d0570329e12a37d1c7e38a3ad9a1c990b7b0e1d3f3b31f5ae1146a518a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9\u0026tag=1787571156"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:10015b131c57580e5edf1fa90b05b19482ea67ae3b588efb30da1cfb2061deda_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:10015b131c57580e5edf1fa90b05b19482ea67ae3b588efb30da1cfb2061deda_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:10015b131c57580e5edf1fa90b05b19482ea67ae3b588efb30da1cfb2061deda_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-rhel9-operator@sha256%3A10015b131c57580e5edf1fa90b05b19482ea67ae3b588efb30da1cfb2061deda?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator\u0026tag=1787571384"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:8bd350665dfcfcd29e64a93a9c1b700817a99560dcc927a75c13cf22924a557d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:8bd350665dfcfcd29e64a93a9c1b700817a99560dcc927a75c13cf22924a557d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:8bd350665dfcfcd29e64a93a9c1b700817a99560dcc927a75c13cf22924a557d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-cloud-controller-manager-rhel9@sha256%3A8bd350665dfcfcd29e64a93a9c1b700817a99560dcc927a75c13cf22924a557d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9\u0026tag=1787571729"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:15c698a4b3293ec372e1ceffaba0fb9360499514271d26c22cfb6cb39852f598_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:15c698a4b3293ec372e1ceffaba0fb9360499514271d26c22cfb6cb39852f598_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:15c698a4b3293ec372e1ceffaba0fb9360499514271d26c22cfb6cb39852f598_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-machine-controllers-rhel9@sha256%3A15c698a4b3293ec372e1ceffaba0fb9360499514271d26c22cfb6cb39852f598?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9\u0026tag=1787570836"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:4a6beae013e9de12cd8b0a39e9e7488f51b97b3f295e14d773eb28c5df9d6743_amd64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:4a6beae013e9de12cd8b0a39e9e7488f51b97b3f295e14d773eb28c5df9d6743_amd64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:4a6beae013e9de12cd8b0a39e9e7488f51b97b3f295e14d773eb28c5df9d6743_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openshift-route-controller-manager-rhel9@sha256%3A4a6beae013e9de12cd8b0a39e9e7488f51b97b3f295e14d773eb28c5df9d6743?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9\u0026tag=1787570798"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a7c3fd07837a9c03ab834a0b46ba51b50c73037203ca4d12d8cb2a45f690e62a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a7c3fd07837a9c03ab834a0b46ba51b50c73037203ca4d12d8cb2a45f690e62a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a7c3fd07837a9c03ab834a0b46ba51b50c73037203ca4d12d8cb2a45f690e62a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-service-ca-rhel9-operator@sha256%3Aa7c3fd07837a9c03ab834a0b46ba51b50c73037203ca4d12d8cb2a45f690e62a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-service-ca-rhel9-operator\u0026tag=1787570812"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3b91df98133ad62ab43372695b3953c54d58e70c15eb7ae201b68d73088c0bb9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3b91df98133ad62ab43372695b3953c54d58e70c15eb7ae201b68d73088c0bb9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3b91df98133ad62ab43372695b3953c54d58e70c15eb7ae201b68d73088c0bb9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3A3b91df98133ad62ab43372695b3953c54d58e70c15eb7ae201b68d73088c0bb9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel9\u0026tag=1787722489"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-csi-driver-rhel9@sha256%3A179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9\u0026tag=1787570823"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-csi-driver-rhel9@sha256%3A179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9\u0026tag=1787570823"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-csi-driver-rhel9-operator@sha256%3Ac0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator\u0026tag=1787570804"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-csi-driver-rhel9-operator@sha256%3Ac0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator\u0026tag=1787570804"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:2aaf1b270a589b2e9c907bc35b4a3706cca1508a06142dd3086411e046d7cd00_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:2aaf1b270a589b2e9c907bc35b4a3706cca1508a06142dd3086411e046d7cd00_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:2aaf1b270a589b2e9c907bc35b4a3706cca1508a06142dd3086411e046d7cd00_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-cloud-controller-manager-rhel9@sha256%3A2aaf1b270a589b2e9c907bc35b4a3706cca1508a06142dd3086411e046d7cd00?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9\u0026tag=1787570843"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:32b91a8b6cf6278fde2c8d33666748a905a8dcf290b6e16ef266857d4838d3c0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:32b91a8b6cf6278fde2c8d33666748a905a8dcf290b6e16ef266857d4838d3c0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:32b91a8b6cf6278fde2c8d33666748a905a8dcf290b6e16ef266857d4838d3c0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-cluster-api-controllers-rhel9@sha256%3A32b91a8b6cf6278fde2c8d33666748a905a8dcf290b6e16ef266857d4838d3c0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9\u0026tag=1787570840"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d49affc20c2c397c1ed17de7d3a7fb98a3f66efe9f9bd4f4234c0832393df9b2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d49affc20c2c397c1ed17de7d3a7fb98a3f66efe9f9bd4f4234c0832393df9b2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d49affc20c2c397c1ed17de7d3a7fb98a3f66efe9f9bd4f4234c0832393df9b2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3Ad49affc20c2c397c1ed17de7d3a7fb98a3f66efe9f9bd4f4234c0832393df9b2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9\u0026tag=1787574118"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:171aabed219e2a837afd87ec9dda95bd32b6f780a8c7116a6dba18533c07605d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:171aabed219e2a837afd87ec9dda95bd32b6f780a8c7116a6dba18533c07605d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:171aabed219e2a837afd87ec9dda95bd32b6f780a8c7116a6dba18533c07605d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prom-label-proxy-rhel9@sha256%3A171aabed219e2a837afd87ec9dda95bd32b6f780a8c7116a6dba18533c07605d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9\u0026tag=1787574191"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f6562421b9828dea833fc82160705ba8c0349531dca39eea94da4bb31b8d3468_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f6562421b9828dea833fc82160705ba8c0349531dca39eea94da4bb31b8d3468_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f6562421b9828dea833fc82160705ba8c0349531dca39eea94da4bb31b8d3468_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader-rhel9@sha256%3Af6562421b9828dea833fc82160705ba8c0349531dca39eea94da4bb31b8d3468?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9\u0026tag=1787573450"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3a9adb54f0e11beb7e2f393c00ef6014f9c18796c36e47ff1f08807dee8a9e0b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3a9adb54f0e11beb7e2f393c00ef6014f9c18796c36e47ff1f08807dee8a9e0b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3a9adb54f0e11beb7e2f393c00ef6014f9c18796c36e47ff1f08807dee8a9e0b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9-operator@sha256%3A3a9adb54f0e11beb7e2f393c00ef6014f9c18796c36e47ff1f08807dee8a9e0b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-rhel9-operator\u0026tag=1787572682"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ebd113dd73707e7e234669c4b52e7ad90c5aaa95d062fe7b2ec18ad63b942920_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ebd113dd73707e7e234669c4b52e7ad90c5aaa95d062fe7b2ec18ad63b942920_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ebd113dd73707e7e234669c4b52e7ad90c5aaa95d062fe7b2ec18ad63b942920_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel9@sha256%3Aebd113dd73707e7e234669c4b52e7ad90c5aaa95d062fe7b2ec18ad63b942920?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9\u0026tag=1787570832"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9e9598797558cb0767f9bba75faaece26aadb56163f94ae2cc2c137645b5babd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9e9598797558cb0767f9bba75faaece26aadb56163f94ae2cc2c137645b5babd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9e9598797558cb0767f9bba75faaece26aadb56163f94ae2cc2c137645b5babd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter-rhel9@sha256%3A9e9598797558cb0767f9bba75faaece26aadb56163f94ae2cc2c137645b5babd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-telemeter-rhel9\u0026tag=1787573303"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7315ff02d1adefaf5e52dc2b87903cbeaa1ad7c30719ff6afd130d068ebcb429_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7315ff02d1adefaf5e52dc2b87903cbeaa1ad7c30719ff6afd130d068ebcb429_amd64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7315ff02d1adefaf5e52dc2b87903cbeaa1ad7c30719ff6afd130d068ebcb429_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-thanos-rhel9@sha256%3A7315ff02d1adefaf5e52dc2b87903cbeaa1ad7c30719ff6afd130d068ebcb429?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-thanos-rhel9\u0026tag=1787571659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:fe8f645cd130c489a3454252abd64c554d583cbf984aa3e568ae9c4073fa0f03_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:fe8f645cd130c489a3454252abd64c554d583cbf984aa3e568ae9c4073fa0f03_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:fe8f645cd130c489a3454252abd64c554d583cbf984aa3e568ae9c4073fa0f03_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-csi-driver-syncer-rhel9@sha256%3Afe8f645cd130c489a3454252abd64c554d583cbf984aa3e568ae9c4073fa0f03?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9\u0026tag=1787570861"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:e9bc1798e5283c65ff1487ae78c1175395e051a6c13426d3e8d1b898469a3493_amd64",
"product": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:e9bc1798e5283c65ff1487ae78c1175395e051a6c13426d3e8d1b898469a3493_amd64",
"product_id": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:e9bc1798e5283c65ff1487ae78c1175395e051a6c13426d3e8d1b898469a3493_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/volume-data-source-validator-rhel9@sha256%3Ae9bc1798e5283c65ff1487ae78c1175395e051a6c13426d3e8d1b898469a3493?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/volume-data-source-validator-rhel9\u0026tag=1787572927"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:9885e38ff9be6d7ae070a00b851232a29e739a870d32b2508ab9f34e56177bd5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:9885e38ff9be6d7ae070a00b851232a29e739a870d32b2508ab9f34e56177bd5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:9885e38ff9be6d7ae070a00b851232a29e739a870d32b2508ab9f34e56177bd5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-problem-detector-rhel9@sha256%3A9885e38ff9be6d7ae070a00b851232a29e739a870d32b2508ab9f34e56177bd5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9\u0026tag=1787571142"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:56cd8314cc9791e043cb4e5ace324013f4ce4c825fb5f9119b1a6c6871b76a3b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:56cd8314cc9791e043cb4e5ace324013f4ce4c825fb5f9119b1a6c6871b76a3b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:56cd8314cc9791e043cb4e5ace324013f4ce4c825fb5f9119b1a6c6871b76a3b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/assisted-installer-ui-rhel9@sha256%3A56cd8314cc9791e043cb4e5ace324013f4ce4c825fb5f9119b1a6c6871b76a3b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9\u0026tag=1787744594"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:aac4600f524660e2351490cc7aa719ac2dc93193f64bff1178a04376bda57cee_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:aac4600f524660e2351490cc7aa719ac2dc93193f64bff1178a04376bda57cee_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:aac4600f524660e2351490cc7aa719ac2dc93193f64bff1178a04376bda57cee_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9@sha256%3Aaac4600f524660e2351490cc7aa719ac2dc93193f64bff1178a04376bda57cee?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9\u0026tag=1787571962"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a27a41e1a167568dc9bcd1f125ac624897d73bb6dca7be80d256432b35e4c6aa_amd64",
"product": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a27a41e1a167568dc9bcd1f125ac624897d73bb6dca7be80d256432b35e4c6aa_amd64",
"product_id": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a27a41e1a167568dc9bcd1f125ac624897d73bb6dca7be80d256432b35e4c6aa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-karpenter-provider-aws-rhel9@sha256%3Aa27a41e1a167568dc9bcd1f125ac624897d73bb6dca7be80d256432b35e4c6aa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9\u0026tag=1787572055"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9319978cb44eb1f26a7d82709c4ba7d9b6b0bdad78c6c6080bafb0933103bda2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9319978cb44eb1f26a7d82709c4ba7d9b6b0bdad78c6c6080bafb0933103bda2_amd64",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9319978cb44eb1f26a7d82709c4ba7d9b6b0bdad78c6c6080bafb0933103bda2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-kms-encryption-provider-rhel9@sha256%3A9319978cb44eb1f26a7d82709c4ba7d9b6b0bdad78c6c6080bafb0933103bda2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9\u0026tag=1787571963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:40f8f7e1d72a0e70d96c1ff028cff7125ead621e89cf2f3c1cc5262a3aab65fe_amd64",
"product": {
"name": "registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:40f8f7e1d72a0e70d96c1ff028cff7125ead621e89cf2f3c1cc5262a3aab65fe_amd64",
"product_id": "registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:40f8f7e1d72a0e70d96c1ff028cff7125ead621e89cf2f3c1cc5262a3aab65fe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-node-termination-handler-rhel9@sha256%3A40f8f7e1d72a0e70d96c1ff028cff7125ead621e89cf2f3c1cc5262a3aab65fe?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/aws-node-termination-handler-rhel9\u0026tag=1787573509"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:e52b5054a3c11b34c3bc3450d9be2628816575531a1435ce44652324ec020dc3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:e52b5054a3c11b34c3bc3450d9be2628816575531a1435ce44652324ec020dc3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:e52b5054a3c11b34c3bc3450d9be2628816575531a1435ce44652324ec020dc3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-rhel9@sha256%3Ae52b5054a3c11b34c3bc3450d9be2628816575531a1435ce44652324ec020dc3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9\u0026tag=1787572114"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:49a1a91122fc6cc34cb21b6de67b8249f154aa8e2bfade0e50457c224fc3ca70_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:49a1a91122fc6cc34cb21b6de67b8249f154aa8e2bfade0e50457c224fc3ca70_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:49a1a91122fc6cc34cb21b6de67b8249f154aa8e2bfade0e50457c224fc3ca70_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-operator-rhel9@sha256%3A49a1a91122fc6cc34cb21b6de67b8249f154aa8e2bfade0e50457c224fc3ca70?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9\u0026tag=1787570817"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:76042ef2dea9a9316a7bb2a38923d0b670663803c75f5b8351b5e71d344b479c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:76042ef2dea9a9316a7bb2a38923d0b670663803c75f5b8351b5e71d344b479c_amd64",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:76042ef2dea9a9316a7bb2a38923d0b670663803c75f5b8351b5e71d344b479c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-kms-encryption-provider-rhel9@sha256%3A76042ef2dea9a9316a7bb2a38923d0b670663803c75f5b8351b5e71d344b479c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9\u0026tag=1787574100"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9720a885c669964be135fbcc55bfd5e9766841f6b11bb2c279ac030de9618ece_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9720a885c669964be135fbcc55bfd5e9766841f6b11bb2c279ac030de9618ece_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9720a885c669964be135fbcc55bfd5e9766841f6b11bb2c279ac030de9618ece_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-machine-controllers-rhel9@sha256%3A9720a885c669964be135fbcc55bfd5e9766841f6b11bb2c279ac030de9618ece?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9\u0026tag=1787573558"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a1aa9421f9d52c8bb918e1b3c9daac3e1a076e70e003a58462b62f0a91fbf795_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a1aa9421f9d52c8bb918e1b3c9daac3e1a076e70e003a58462b62f0a91fbf795_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a1aa9421f9d52c8bb918e1b3c9daac3e1a076e70e003a58462b62f0a91fbf795_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel9@sha256%3Aa1aa9421f9d52c8bb918e1b3c9daac3e1a076e70e003a58462b62f0a91fbf795?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9\u0026tag=1787572982"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e8ed2c9324c2f5594f90b049e92f2fb3141dedcd99165e80e8bfe147c738adff_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e8ed2c9324c2f5594f90b049e92f2fb3141dedcd99165e80e8bfe147c738adff_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e8ed2c9324c2f5594f90b049e92f2fb3141dedcd99165e80e8bfe147c738adff_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel9-operator@sha256%3Ae8ed2c9324c2f5594f90b049e92f2fb3141dedcd99165e80e8bfe147c738adff?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator\u0026tag=1787572631"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3c0791290db50c5a925a80b371ba8bdf91f4fccce56397d12a989263a972bd02_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3c0791290db50c5a925a80b371ba8bdf91f4fccce56397d12a989263a972bd02_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3c0791290db50c5a925a80b371ba8bdf91f4fccce56397d12a989263a972bd02_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-rhel9-operator@sha256%3A3c0791290db50c5a925a80b371ba8bdf91f4fccce56397d12a989263a972bd02?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator\u0026tag=1787589362"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:17e61f4a9148bc2e0fcea85c19c98eb8c2efb701bd21f8b63547dad13fc256ec_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:17e61f4a9148bc2e0fcea85c19c98eb8c2efb701bd21f8b63547dad13fc256ec_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:17e61f4a9148bc2e0fcea85c19c98eb8c2efb701bd21f8b63547dad13fc256ec_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-rhel9-operator@sha256%3A17e61f4a9148bc2e0fcea85c19c98eb8c2efb701bd21f8b63547dad13fc256ec?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator\u0026tag=1787572741"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6b348a4fae63bad66acacb5f0d03b8155246733e758f14208956c38c2bedaac0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6b348a4fae63bad66acacb5f0d03b8155246733e758f14208956c38c2bedaac0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6b348a4fae63bad66acacb5f0d03b8155246733e758f14208956c38c2bedaac0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3A6b348a4fae63bad66acacb5f0d03b8155246733e758f14208956c38c2bedaac0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=1787722477"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1076cff5268f9fec09a760da243efbb72eb96645f838a746c4c4e28ae4feba33_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1076cff5268f9fec09a760da243efbb72eb96645f838a746c4c4e28ae4feba33_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1076cff5268f9fec09a760da243efbb72eb96645f838a746c4c4e28ae4feba33_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-policy-controller-rhel9@sha256%3A1076cff5268f9fec09a760da243efbb72eb96645f838a746c4c4e28ae4feba33?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9\u0026tag=1787571133"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4d789598c5dc7be91f05a8766dffccc377a71db2ea8c5cc563f396cae02326dc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4d789598c5dc7be91f05a8766dffccc377a71db2ea8c5cc563f396cae02326dc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4d789598c5dc7be91f05a8766dffccc377a71db2ea8c5cc563f396cae02326dc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-storage-rhel9-operator@sha256%3A4d789598c5dc7be91f05a8766dffccc377a71db2ea8c5cc563f396cae02326dc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator\u0026tag=1787589222"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:296a9379ce17e07df7008f1d35004477297a7ebdf9e3d51a50d71628d6ac68af_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:296a9379ce17e07df7008f1d35004477297a7ebdf9e3d51a50d71628d6ac68af_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:296a9379ce17e07df7008f1d35004477297a7ebdf9e3d51a50d71628d6ac68af_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-rhel9-operator@sha256%3A296a9379ce17e07df7008f1d35004477297a7ebdf9e3d51a50d71628d6ac68af?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator\u0026tag=1787574165"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:95c3aff27109694e511c9e45d1132bc4de0fd636cde0855c9ef45f1a17f5ce7a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:95c3aff27109694e511c9e45d1132bc4de0fd636cde0855c9ef45f1a17f5ce7a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:95c3aff27109694e511c9e45d1132bc4de0fd636cde0855c9ef45f1a17f5ce7a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-configmap-reloader-rhel9@sha256%3A95c3aff27109694e511c9e45d1132bc4de0fd636cde0855c9ef45f1a17f5ce7a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-configmap-reloader-rhel9\u0026tag=1787571910"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0492b621d90ebddbab300b3bcb6979598f11380da79b32531f8978b26fe5edfa_amd64",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0492b621d90ebddbab300b3bcb6979598f11380da79b32531f8978b26fe5edfa_amd64",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0492b621d90ebddbab300b3bcb6979598f11380da79b32531f8978b26fe5edfa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/container-networking-plugins-microshift-rhel9@sha256%3A0492b621d90ebddbab300b3bcb6979598f11380da79b32531f8978b26fe5edfa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9\u0026tag=1787573515"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f473c0c439be12fc83e9ebcef48a1a067a5f4a9cd581ca19ca34a3dd0b9fb79b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f473c0c439be12fc83e9ebcef48a1a067a5f4a9cd581ca19ca34a3dd0b9fb79b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f473c0c439be12fc83e9ebcef48a1a067a5f4a9cd581ca19ca34a3dd0b9fb79b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-coredns-rhel9@sha256%3Af473c0c439be12fc83e9ebcef48a1a067a5f4a9cd581ca19ca34a3dd0b9fb79b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-coredns-rhel9\u0026tag=1787571765"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a0e6d2e5adb8d9c223824f623bd7d391e33241fcbe281c54af8e3925af5781b6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a0e6d2e5adb8d9c223824f623bd7d391e33241fcbe281c54af8e3925af5781b6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a0e6d2e5adb8d9c223824f623bd7d391e33241fcbe281c54af8e3925af5781b6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher-rhel9@sha256%3Aa0e6d2e5adb8d9c223824f623bd7d391e33241fcbe281c54af8e3925af5781b6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9\u0026tag=1787573564"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:67c19e36b3f264978073841b06d940efc3fe0546baabffdfb35c2e5a1989e96c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:67c19e36b3f264978073841b06d940efc3fe0546baabffdfb35c2e5a1989e96c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:67c19e36b3f264978073841b06d940efc3fe0546baabffdfb35c2e5a1989e96c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel9@sha256%3A67c19e36b3f264978073841b06d940efc3fe0546baabffdfb35c2e5a1989e96c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9\u0026tag=1787570826"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:ba23af1b9437640698b924bb0645013d7c08fd6121489b01b63f66156faa6588_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:ba23af1b9437640698b924bb0645013d7c08fd6121489b01b63f66156faa6588_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:ba23af1b9437640698b924bb0645013d7c08fd6121489b01b63f66156faa6588_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel9-operator@sha256%3Aba23af1b9437640698b924bb0645013d7c08fd6121489b01b63f66156faa6588?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator\u0026tag=1787570843"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:d6acbf09fd11d29d0d715b96e60355a23deba955fb3ac6ebbcbdc29e6923d508_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:d6acbf09fd11d29d0d715b96e60355a23deba955fb3ac6ebbcbdc29e6923d508_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:d6acbf09fd11d29d0d715b96e60355a23deba955fb3ac6ebbcbdc29e6923d508_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-nfs-rhel9@sha256%3Ad6acbf09fd11d29d0d715b96e60355a23deba955fb3ac6ebbcbdc29e6923d508?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9\u0026tag=1787571034"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a4f095b9251baba737421c47566ac7329258b8ff22b0f131c5a941ad1b6caed5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a4f095b9251baba737421c47566ac7329258b8ff22b0f131c5a941ad1b6caed5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a4f095b9251baba737421c47566ac7329258b8ff22b0f131c5a941ad1b6caed5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshot-metadata-rhel9@sha256%3Aa4f095b9251baba737421c47566ac7329258b8ff22b0f131c5a941ad1b6caed5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9\u0026tag=1787574123"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:57eee4fc78405492c9a665c228d1f25c75f0390f75a73d5819aea7ebc2da6b4d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:57eee4fc78405492c9a665c228d1f25c75f0390f75a73d5819aea7ebc2da6b4d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:57eee4fc78405492c9a665c228d1f25c75f0390f75a73d5819aea7ebc2da6b4d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3A57eee4fc78405492c9a665c228d1f25c75f0390f75a73d5819aea7ebc2da6b4d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9\u0026tag=1787589210"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:11b59cdae58f57a02a4c8479266a50a1a5691f2e8e4382ea7ce96bc913ad4afc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:11b59cdae58f57a02a4c8479266a50a1a5691f2e8e4382ea7ce96bc913ad4afc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:11b59cdae58f57a02a4c8479266a50a1a5691f2e8e4382ea7ce96bc913ad4afc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3A11b59cdae58f57a02a4c8479266a50a1a5691f2e8e4382ea7ce96bc913ad4afc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9\u0026tag=1787572050"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0b41f824ade401523c3ff06e2dace98c8dda246f40e6a01a588dab6fcad09683_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0b41f824ade401523c3ff06e2dace98c8dda246f40e6a01a588dab6fcad09683_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0b41f824ade401523c3ff06e2dace98c8dda246f40e6a01a588dab6fcad09683_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3A0b41f824ade401523c3ff06e2dace98c8dda246f40e6a01a588dab6fcad09683?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9\u0026tag=1787572897"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2d56871f80eb82c502cec2b901d3510ab482eea981f50cba4fea729c83f1897c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2d56871f80eb82c502cec2b901d3510ab482eea981f50cba4fea729c83f1897c_amd64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2d56871f80eb82c502cec2b901d3510ab482eea981f50cba4fea729c83f1897c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3A2d56871f80eb82c502cec2b901d3510ab482eea981f50cba4fea729c83f1897c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=1787649219"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c045d9282bb2e3ccfdc19d09b76e81d622ad5c41750c960a066f9a735ce47a3a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c045d9282bb2e3ccfdc19d09b76e81d622ad5c41750c960a066f9a735ce47a3a_amd64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c045d9282bb2e3ccfdc19d09b76e81d622ad5c41750c960a066f9a735ce47a3a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/egress-router-cni-rhel9@sha256%3Ac045d9282bb2e3ccfdc19d09b76e81d622ad5c41750c960a066f9a735ce47a3a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/egress-router-cni-rhel9\u0026tag=1787573434"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:56925cf35430409d4a59b4de3ea74d8e3779acf505872bcefa26e97418f7bc9b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:56925cf35430409d4a59b4de3ea74d8e3779acf505872bcefa26e97418f7bc9b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:56925cf35430409d4a59b4de3ea74d8e3779acf505872bcefa26e97418f7bc9b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3A56925cf35430409d4a59b4de3ea74d8e3779acf505872bcefa26e97418f7bc9b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9\u0026tag=1787571339"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfcee1078c7f5425c41f8d3398ae512f2a07d156de7d6e92d24d7f5eb1eecff3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfcee1078c7f5425c41f8d3398ae512f2a07d156de7d6e92d24d7f5eb1eecff3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfcee1078c7f5425c41f8d3398ae512f2a07d156de7d6e92d24d7f5eb1eecff3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-proxy-rhel9@sha256%3Adfcee1078c7f5425c41f8d3398ae512f2a07d156de7d6e92d24d7f5eb1eecff3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-proxy-rhel9\u0026tag=1787571884"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fc61ea57eef9eb7f0bb091cc0815a81844d60c78f5824640e40096e8de8a02c6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fc61ea57eef9eb7f0bb091cc0815a81844d60c78f5824640e40096e8de8a02c6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fc61ea57eef9eb7f0bb091cc0815a81844d60c78f5824640e40096e8de8a02c6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-alertmanager-rhel9@sha256%3Afc61ea57eef9eb7f0bb091cc0815a81844d60c78f5824640e40096e8de8a02c6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9\u0026tag=1787571562"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6b3db54da066eff7abd8e8f58ae42163364355fb1fb5a166c3f90ef42024e24a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6b3db54da066eff7abd8e8f58ae42163364355fb1fb5a166c3f90ef42024e24a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6b3db54da066eff7abd8e8f58ae42163364355fb1fb5a166c3f90ef42024e24a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-node-exporter-rhel9@sha256%3A6b3db54da066eff7abd8e8f58ae42163364355fb1fb5a166c3f90ef42024e24a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9\u0026tag=1787572822"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:efe7886379624399e04e4f213bf1f8b2baf1acf989823caa93ed8ba76ccf9372_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:efe7886379624399e04e4f213bf1f8b2baf1acf989823caa93ed8ba76ccf9372_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:efe7886379624399e04e4f213bf1f8b2baf1acf989823caa93ed8ba76ccf9372_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9@sha256%3Aefe7886379624399e04e4f213bf1f8b2baf1acf989823caa93ed8ba76ccf9372?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-rhel9\u0026tag=1787573491"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:77da9199e0922972da775122d60efaeeb4cb2cc464ff6855099fde770cfc01a6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:77da9199e0922972da775122d60efaeeb4cb2cc464ff6855099fde770cfc01a6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:77da9199e0922972da775122d60efaeeb4cb2cc464ff6855099fde770cfc01a6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3A77da9199e0922972da775122d60efaeeb4cb2cc464ff6855099fde770cfc01a6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel9\u0026tag=1787573179"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c096101efdd0dab71581c6e6506b9a6560c96979e2d439ca888d2c67860c1337_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c096101efdd0dab71581c6e6506b9a6560c96979e2d439ca888d2c67860c1337_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c096101efdd0dab71581c6e6506b9a6560c96979e2d439ca888d2c67860c1337_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-rhel9@sha256%3Ac096101efdd0dab71581c6e6506b9a6560c96979e2d439ca888d2c67860c1337?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-rhel9\u0026tag=1787676828"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c5361be369c8e0194275ab97d18d52a095a5206888bc82d592f9f9ba28a34e91_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c5361be369c8e0194275ab97d18d52a095a5206888bc82d592f9f9ba28a34e91_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c5361be369c8e0194275ab97d18d52a095a5206888bc82d592f9f9ba28a34e91_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-agent-rhel9@sha256%3Ac5361be369c8e0194275ab97d18d52a095a5206888bc82d592f9f9ba28a34e91?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-agent-rhel9\u0026tag=1787722533"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cd23e978bf90a7180245b04b5b0df939ba57e30ea13a2a759a5d04953eaafda0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cd23e978bf90a7180245b04b5b0df939ba57e30ea13a2a759a5d04953eaafda0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cd23e978bf90a7180245b04b5b0df939ba57e30ea13a2a759a5d04953eaafda0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-machine-os-downloader-rhel9@sha256%3Acd23e978bf90a7180245b04b5b0df939ba57e30ea13a2a759a5d04953eaafda0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9\u0026tag=1787649017"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7cf38584dd1c5c269f86d85b0488e9224ac989f985989b00ba718ccd5c1cda56_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7cf38584dd1c5c269f86d85b0488e9224ac989f985989b00ba718ccd5c1cda56_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7cf38584dd1c5c269f86d85b0488e9224ac989f985989b00ba718ccd5c1cda56_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-static-ip-manager-rhel9@sha256%3A7cf38584dd1c5c269f86d85b0488e9224ac989f985989b00ba718ccd5c1cda56?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9\u0026tag=1787570832"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c363dd15dc780181855ed7e8af09bf148d9e38d562cc54d90842f95ccecce36f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c363dd15dc780181855ed7e8af09bf148d9e38d562cc54d90842f95ccecce36f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c363dd15dc780181855ed7e8af09bf148d9e38d562cc54d90842f95ccecce36f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy-rhel9@sha256%3Ac363dd15dc780181855ed7e8af09bf148d9e38d562cc54d90842f95ccecce36f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-proxy-rhel9\u0026tag=1787572539"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8d20d5c213a86a2d9cf1d4e8ea351a70e2bc1e8864e7435baa701aef3b22441b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8d20d5c213a86a2d9cf1d4e8ea351a70e2bc1e8864e7435baa701aef3b22441b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8d20d5c213a86a2d9cf1d4e8ea351a70e2bc1e8864e7435baa701aef3b22441b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-rbac-proxy-rhel9@sha256%3A8d20d5c213a86a2d9cf1d4e8ea351a70e2bc1e8864e7435baa701aef3b22441b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9\u0026tag=1787676781"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1a3fb2aa3ceac5c827d7cde1cc0296d6974663d3f5b4139390cb29dee2bbcc20_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1a3fb2aa3ceac5c827d7cde1cc0296d6974663d3f5b4139390cb29dee2bbcc20_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1a3fb2aa3ceac5c827d7cde1cc0296d6974663d3f5b4139390cb29dee2bbcc20_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-state-metrics-rhel9@sha256%3A1a3fb2aa3ceac5c827d7cde1cc0296d6974663d3f5b4139390cb29dee2bbcc20?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9\u0026tag=1787573495"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fab5b1965457ca46faaf5d1e6882c17ac2f0e1db5017cc81ff4da8a9083cc838_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fab5b1965457ca46faaf5d1e6882c17ac2f0e1db5017cc81ff4da8a9083cc838_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fab5b1965457ca46faaf5d1e6882c17ac2f0e1db5017cc81ff4da8a9083cc838_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-marketplace-rhel9@sha256%3Afab5b1965457ca46faaf5d1e6882c17ac2f0e1db5017cc81ff4da8a9083cc838?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-marketplace-rhel9\u0026tag=1787572258"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3b8bfd739f87585230904007f0b438b4bc9d79337f0e9038887bb7f297b681b6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3b8bfd739f87585230904007f0b438b4bc9d79337f0e9038887bb7f297b681b6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3b8bfd739f87585230904007f0b438b4bc9d79337f0e9038887bb7f297b681b6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3A3b8bfd739f87585230904007f0b438b4bc9d79337f0e9038887bb7f297b681b6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9\u0026tag=1787730804"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:912bcfa64c2dc40a0f8573e595001fdf9dd3280e4babb503198aa019c4c94dcb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:912bcfa64c2dc40a0f8573e595001fdf9dd3280e4babb503198aa019c4c94dcb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:912bcfa64c2dc40a0f8573e595001fdf9dd3280e4babb503198aa019c4c94dcb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-rhel9@sha256%3A912bcfa64c2dc40a0f8573e595001fdf9dd3280e4babb503198aa019c4c94dcb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni-rhel9\u0026tag=1787572974"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:78987fc04ce330fd8ffb8a96e1f25e8ece8360680bbbf4c8854f1ba1f598f2f6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:78987fc04ce330fd8ffb8a96e1f25e8ece8360680bbbf4c8854f1ba1f598f2f6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:78987fc04ce330fd8ffb8a96e1f25e8ece8360680bbbf4c8854f1ba1f598f2f6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-microshift-rhel9@sha256%3A78987fc04ce330fd8ffb8a96e1f25e8ece8360680bbbf4c8854f1ba1f598f2f6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9\u0026tag=1787571889"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:279fef1862c07ed7b949895843d80c54180a704411df4bd4059135dab63900d9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:279fef1862c07ed7b949895843d80c54180a704411df4bd4059135dab63900d9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:279fef1862c07ed7b949895843d80c54180a704411df4bd4059135dab63900d9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-networkpolicy-rhel9@sha256%3A279fef1862c07ed7b949895843d80c54180a704411df4bd4059135dab63900d9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9\u0026tag=1787573349"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:533846b923d36de2b953fd071f6f7ad38e60548e9ef1d3f704039bb69b59530f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:533846b923d36de2b953fd071f6f7ad38e60548e9ef1d3f704039bb69b59530f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:533846b923d36de2b953fd071f6f7ad38e60548e9ef1d3f704039bb69b59530f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-networking-console-plugin-rhel9@sha256%3A533846b923d36de2b953fd071f6f7ad38e60548e9ef1d3f704039bb69b59530f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9\u0026tag=1787745534"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:74efd49cd2880e07cee9aa16b7615504fcd276e8606b7422ffe6a253636462c1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:74efd49cd2880e07cee9aa16b7615504fcd276e8606b7422ffe6a253636462c1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:74efd49cd2880e07cee9aa16b7615504fcd276e8606b7422ffe6a253636462c1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-server-rhel9@sha256%3A74efd49cd2880e07cee9aa16b7615504fcd276e8606b7422ffe6a253636462c1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-server-rhel9\u0026tag=1787572486"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:274df573eeb1919286472cfde2006716aaa62c65ad1a6fb82bc351e7292a51a6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:274df573eeb1919286472cfde2006716aaa62c65ad1a6fb82bc351e7292a51a6_amd64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:274df573eeb1919286472cfde2006716aaa62c65ad1a6fb82bc351e7292a51a6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel9@sha256%3A274df573eeb1919286472cfde2006716aaa62c65ad1a6fb82bc351e7292a51a6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/oc-mirror-plugin-rhel9\u0026tag=1787574223"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a7879d59a73d16ad9c237a597dfdbdbe06fd6d3e3de0c9396e342250778dbe08_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a7879d59a73d16ad9c237a597dfdbdbe06fd6d3e3de0c9396e342250778dbe08_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a7879d59a73d16ad9c237a597dfdbdbe06fd6d3e3de0c9396e342250778dbe08_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder-rhel9@sha256%3Aa7879d59a73d16ad9c237a597dfdbdbe06fd6d3e3de0c9396e342250778dbe08?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder-rhel9\u0026tag=1787571057"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d69ebc6a9d6bd6f8f75d933ee0f7893b285fb24e994bffc35514ff5211ce68b1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d69ebc6a9d6bd6f8f75d933ee0f7893b285fb24e994bffc35514ff5211ce68b1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d69ebc6a9d6bd6f8f75d933ee0f7893b285fb24e994bffc35514ff5211ce68b1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-rhel9@sha256%3Ad69ebc6a9d6bd6f8f75d933ee0f7893b285fb24e994bffc35514ff5211ce68b1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cli-rhel9\u0026tag=1787572868"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:2606e2856430c12efdf947977a070de13c3f93d3f304608c411ed57b6de0c6c7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:2606e2856430c12efdf947977a070de13c3f93d3f304608c411ed57b6de0c6c7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:2606e2856430c12efdf947977a070de13c3f93d3f304608c411ed57b6de0c6c7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3A2606e2856430c12efdf947977a070de13c3f93d3f304608c411ed57b6de0c6c7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9\u0026tag=1787746382"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bb1ec078ef82180a6019d6e174c16a5a846e4cb8995753628db25a4ca0071474_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bb1ec078ef82180a6019d6e174c16a5a846e4cb8995753628db25a4ca0071474_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bb1ec078ef82180a6019d6e174c16a5a846e4cb8995753628db25a4ca0071474_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9-operator@sha256%3Abb1ec078ef82180a6019d6e174c16a5a846e4cb8995753628db25a4ca0071474?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9-operator\u0026tag=1787571787"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:15198ffc1a039f56e9cfe7ab35037c34a3864a83163576b65fb3e9f5aa8f1f3f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:15198ffc1a039f56e9cfe7ab35037c34a3864a83163576b65fb3e9f5aa8f1f3f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:15198ffc1a039f56e9cfe7ab35037c34a3864a83163576b65fb3e9f5aa8f1f3f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-deployer-rhel9@sha256%3A15198ffc1a039f56e9cfe7ab35037c34a3864a83163576b65fb3e9f5aa8f1f3f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-deployer-rhel9\u0026tag=1787574338"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:6b7d13c5daddfeda27cc815f3fa02affd699ed626cc41775f78070cb8cab4f4f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:6b7d13c5daddfeda27cc815f3fa02affd699ed626cc41775f78070cb8cab4f4f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:6b7d13c5daddfeda27cc815f3fa02affd699ed626cc41775f78070cb8cab4f4f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-haproxy-router-rhel9@sha256%3A6b7d13c5daddfeda27cc815f3fa02affd699ed626cc41775f78070cb8cab4f4f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-haproxy-router-rhel9\u0026tag=1787669416"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:df97ec11ed1fbf6397b6a62c85014c255b60c652c98ea439d1f47e62c6a0e4bd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:df97ec11ed1fbf6397b6a62c85014c255b60c652c98ea439d1f47e62c6a0e4bd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:df97ec11ed1fbf6397b6a62c85014c255b60c652c98ea439d1f47e62c6a0e4bd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube-rhel9@sha256%3Adf97ec11ed1fbf6397b6a62c85014c255b60c652c98ea439d1f47e62c6a0e4bd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube-rhel9\u0026tag=1787573753"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3643a11084c5df88b8dd9c8d7693b228f3a9d94f74aaeb4620aa458516c14e18_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3643a11084c5df88b8dd9c8d7693b228f3a9d94f74aaeb4620aa458516c14e18_amd64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3643a11084c5df88b8dd9c8d7693b228f3a9d94f74aaeb4620aa458516c14e18_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover-rhel9@sha256%3A3643a11084c5df88b8dd9c8d7693b228f3a9d94f74aaeb4620aa458516c14e18?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9\u0026tag=1787573631"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dd6c4a3b961b608a71122ddef308287483d90f3a153df4ebd00b4f85b46bd551_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dd6c4a3b961b608a71122ddef308287483d90f3a153df4ebd00b4f85b46bd551_amd64",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dd6c4a3b961b608a71122ddef308287483d90f3a153df4ebd00b4f85b46bd551_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod-rhel9@sha256%3Add6c4a3b961b608a71122ddef308287483d90f3a153df4ebd00b4f85b46bd551?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-pod-rhel9\u0026tag=1787573725"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:38471fb10545f0fd1f879ff8ded337bdb6919a929043727936d28c2153a78fb9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:38471fb10545f0fd1f879ff8ded337bdb6919a929043727936d28c2153a78fb9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:38471fb10545f0fd1f879ff8ded337bdb6919a929043727936d28c2153a78fb9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry-rhel9@sha256%3A38471fb10545f0fd1f879ff8ded337bdb6919a929043727936d28c2153a78fb9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-registry-rhel9\u0026tag=1787574298"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:cf50871759b51c4fd1f164c53ec8503379de265ff95b5f6bfcb15d3820722c78_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:cf50871759b51c4fd1f164c53ec8503379de265ff95b5f6bfcb15d3820722c78_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:cf50871759b51c4fd1f164c53ec8503379de265ff95b5f6bfcb15d3820722c78_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests-rhel9@sha256%3Acf50871759b51c4fd1f164c53ec8503379de265ff95b5f6bfcb15d3820722c78?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-tests-rhel9\u0026tag=1787743885"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7662aeec067c8b3bd0203da4d87e0837eb624acc7dffab9c0eda8081d992fc55_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7662aeec067c8b3bd0203da4d87e0837eb624acc7dffab9c0eda8081d992fc55_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7662aeec067c8b3bd0203da4d87e0837eb624acc7dffab9c0eda8081d992fc55_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-state-metrics-rhel9@sha256%3A7662aeec067c8b3bd0203da4d87e0837eb624acc7dffab9c0eda8081d992fc55?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9\u0026tag=1787573185"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d0eac8a6dea99105af2917f089cc423a7c21820cdb7ea4a3f793381cd07f43f7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d0eac8a6dea99105af2917f089cc423a7c21820cdb7ea4a3f793381cd07f43f7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d0eac8a6dea99105af2917f089cc423a7c21820cdb7ea4a3f793381cd07f43f7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cluster-api-controllers-rhel9@sha256%3Ad0eac8a6dea99105af2917f089cc423a7c21820cdb7ea4a3f793381cd07f43f7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9\u0026tag=1787573492"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8adf05874d8cc6284cb4566506787161305d95ba4c318f070e01960939526d59_amd64",
"product": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8adf05874d8cc6284cb4566506787161305d95ba4c318f070e01960939526d59_amd64",
"product_id": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8adf05874d8cc6284cb4566506787161305d95ba4c318f070e01960939526d59_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openstack-resource-controller-rhel9@sha256%3A8adf05874d8cc6284cb4566506787161305d95ba4c318f070e01960939526d59?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/openstack-resource-controller-rhel9\u0026tag=1787573623"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:955419c1ead9dbc1c2545f367907dd4b1e8133ea23ef65407341e9a505b1cd17_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:955419c1ead9dbc1c2545f367907dd4b1e8133ea23ef65407341e9a505b1cd17_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:955419c1ead9dbc1c2545f367907dd4b1e8133ea23ef65407341e9a505b1cd17_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager-rhel9@sha256%3A955419c1ead9dbc1c2545f367907dd4b1e8133ea23ef65407341e9a505b1cd17?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9\u0026tag=1787571247"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:70259c080741f045c19c2dfb1fcd5069e9eb7e413294d855262975ae03e60b6a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:70259c080741f045c19c2dfb1fcd5069e9eb7e413294d855262975ae03e60b6a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:70259c080741f045c19c2dfb1fcd5069e9eb7e413294d855262975ae03e60b6a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry-rhel9@sha256%3A70259c080741f045c19c2dfb1fcd5069e9eb7e413294d855262975ae03e60b6a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry-rhel9\u0026tag=1787571922"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:adf166a8095fd21a818265c01776b94e25cea102a98de6875352cdc47fba933b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:adf166a8095fd21a818265c01776b94e25cea102a98de6875352cdc47fba933b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:adf166a8095fd21a818265c01776b94e25cea102a98de6875352cdc47fba933b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel9@sha256%3Aadf166a8095fd21a818265c01776b94e25cea102a98de6875352cdc47fba933b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9\u0026tag=1787571509"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:67f12e5ce45f173e79229f506b92915943d263ca0adaa31a027cb7245d7a076e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:67f12e5ce45f173e79229f506b92915943d263ca0adaa31a027cb7245d7a076e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:67f12e5ce45f173e79229f506b92915943d263ca0adaa31a027cb7245d7a076e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-csr-approver-rhel9@sha256%3A67f12e5ce45f173e79229f506b92915943d263ca0adaa31a027cb7245d7a076e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9\u0026tag=1787571131"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d88f52e765c3f5fd4ad80f7364efe49e98ae927d82601d27105eb6ad0b484264_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d88f52e765c3f5fd4ad80f7364efe49e98ae927d82601d27105eb6ad0b484264_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d88f52e765c3f5fd4ad80f7364efe49e98ae927d82601d27105eb6ad0b484264_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel9@sha256%3Ad88f52e765c3f5fd4ad80f7364efe49e98ae927d82601d27105eb6ad0b484264?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9\u0026tag=1787573370"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:1305fefe98602549511b835fd1302eee6a4494c690d76964d89189c90f39627a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:1305fefe98602549511b835fd1302eee6a4494c690d76964d89189c90f39627a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:1305fefe98602549511b835fd1302eee6a4494c690d76964d89189c90f39627a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-orchestrator-rhel9@sha256%3A1305fefe98602549511b835fd1302eee6a4494c690d76964d89189c90f39627a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9\u0026tag=1787572128"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d7e525584c9b7492d8b989d2ad0b8ccdc4f244987f26b4aedfa7ab1097aa8ac_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d7e525584c9b7492d8b989d2ad0b8ccdc4f244987f26b4aedfa7ab1097aa8ac_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d7e525584c9b7492d8b989d2ad0b8ccdc4f244987f26b4aedfa7ab1097aa8ac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-utils-rhel9@sha256%3A2d7e525584c9b7492d8b989d2ad0b8ccdc4f244987f26b4aedfa7ab1097aa8ac?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9\u0026tag=1787572467"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:05fe3c8332c4626e356a2b8b33b235d605b8cfdf8b49a68475db687789a766e7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:05fe3c8332c4626e356a2b8b33b235d605b8cfdf8b49a68475db687789a766e7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:05fe3c8332c4626e356a2b8b33b235d605b8cfdf8b49a68475db687789a766e7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-apiserver-network-proxy-rhel9@sha256%3A05fe3c8332c4626e356a2b8b33b235d605b8cfdf8b49a68475db687789a766e7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9\u0026tag=1787573687"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:4771678b9e18450e8e2a6ab991e844fb064749a0b09b089e54a802a7109c1ae7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:4771678b9e18450e8e2a6ab991e844fb064749a0b09b089e54a802a7109c1ae7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:4771678b9e18450e8e2a6ab991e844fb064749a0b09b089e54a802a7109c1ae7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cloud-controller-manager-rhel9@sha256%3A4771678b9e18450e8e2a6ab991e844fb064749a0b09b089e54a802a7109c1ae7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9\u0026tag=1787571082"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:234bf4abb67f86a27d549a2d368d080a3671ab34786e26c6abbcdf58baccb034_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:234bf4abb67f86a27d549a2d368d080a3671ab34786e26c6abbcdf58baccb034_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:234bf4abb67f86a27d549a2d368d080a3671ab34786e26c6abbcdf58baccb034_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cluster-api-controllers-rhel9@sha256%3A234bf4abb67f86a27d549a2d368d080a3671ab34786e26c6abbcdf58baccb034?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9\u0026tag=1787571125"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9426eef8c79d6e2c9cf5efb340257ef7dc7936b3369050776f4b45ed6603de37_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9426eef8c79d6e2c9cf5efb340257ef7dc7936b3369050776f4b45ed6603de37_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9426eef8c79d6e2c9cf5efb340257ef7dc7936b3369050776f4b45ed6603de37_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel9@sha256%3A9426eef8c79d6e2c9cf5efb340257ef7dc7936b3369050776f4b45ed6603de37?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9\u0026tag=1787570846"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:123e1027c857bf3a084e45755736871b220117eb70d774a3b450f7d877e7d1a6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:123e1027c857bf3a084e45755736871b220117eb70d774a3b450f7d877e7d1a6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:123e1027c857bf3a084e45755736871b220117eb70d774a3b450f7d877e7d1a6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3A123e1027c857bf3a084e45755736871b220117eb70d774a3b450f7d877e7d1a6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator\u0026tag=1787571053"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cfa458375e07e80969d9a9b3521c5983fd20f384b74f1080b865b618afd35f32_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cfa458375e07e80969d9a9b3521c5983fd20f384b74f1080b865b618afd35f32_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cfa458375e07e80969d9a9b3521c5983fd20f384b74f1080b865b618afd35f32_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-pod-identity-webhook-rhel9@sha256%3Acfa458375e07e80969d9a9b3521c5983fd20f384b74f1080b865b618afd35f32?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9\u0026tag=1787570829"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:7078670a28f19c15b118e3ff8d70afcd5e329a22eb6a44d3827f9554dbbee812_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:7078670a28f19c15b118e3ff8d70afcd5e329a22eb6a44d3827f9554dbbee812_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:7078670a28f19c15b118e3ff8d70afcd5e329a22eb6a44d3827f9554dbbee812_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cloud-controller-manager-rhel9@sha256%3A7078670a28f19c15b118e3ff8d70afcd5e329a22eb6a44d3827f9554dbbee812?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9\u0026tag=1787570867"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b71a8dd592d2646c7b085b06edefe64be96e38113c3547a111a8d0201992b98c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b71a8dd592d2646c7b085b06edefe64be96e38113c3547a111a8d0201992b98c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b71a8dd592d2646c7b085b06edefe64be96e38113c3547a111a8d0201992b98c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cloud-node-manager-rhel9@sha256%3Ab71a8dd592d2646c7b085b06edefe64be96e38113c3547a111a8d0201992b98c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9\u0026tag=1787570971"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d906f3f6f4740b50fd6266205b0b3f986b35ca7a64ac7b6c52cd7167d0cdab23_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d906f3f6f4740b50fd6266205b0b3f986b35ca7a64ac7b6c52cd7167d0cdab23_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d906f3f6f4740b50fd6266205b0b3f986b35ca7a64ac7b6c52cd7167d0cdab23_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cluster-api-controllers-rhel9@sha256%3Ad906f3f6f4740b50fd6266205b0b3f986b35ca7a64ac7b6c52cd7167d0cdab23?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9\u0026tag=1787571051"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e5886c91ae307b14a848b0a571918a57a9d2d85805af6c6ac7a2404dc0308337_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e5886c91ae307b14a848b0a571918a57a9d2d85805af6c6ac7a2404dc0308337_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e5886c91ae307b14a848b0a571918a57a9d2d85805af6c6ac7a2404dc0308337_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel9@sha256%3Ae5886c91ae307b14a848b0a571918a57a9d2d85805af6c6ac7a2404dc0308337?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9\u0026tag=1787571007"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fefc2125429189eb85f3c807ad8ba8896a48518f3dd7d93f94a091ec925e23f1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fefc2125429189eb85f3c807ad8ba8896a48518f3dd7d93f94a091ec925e23f1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fefc2125429189eb85f3c807ad8ba8896a48518f3dd7d93f94a091ec925e23f1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel9-operator@sha256%3Afefc2125429189eb85f3c807ad8ba8896a48518f3dd7d93f94a091ec925e23f1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator\u0026tag=1787571164"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:ede11c7678a732b9ef9a763632c13e616a95cbabdb36baf0c5c48ca0d476c260_amd64",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:ede11c7678a732b9ef9a763632c13e616a95cbabdb36baf0c5c48ca0d476c260_amd64",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:ede11c7678a732b9ef9a763632c13e616a95cbabdb36baf0c5c48ca0d476c260_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-service-rhel9-operator@sha256%3Aede11c7678a732b9ef9a763632c13e616a95cbabdb36baf0c5c48ca0d476c260?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/azure-service-rhel9-operator\u0026tag=1787573700"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b4f0c23d7fadc3a15840607d9aa13327a3eda6272565f88be3691b74f16fa13b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b4f0c23d7fadc3a15840607d9aa13327a3eda6272565f88be3691b74f16fa13b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b4f0c23d7fadc3a15840607d9aa13327a3eda6272565f88be3691b74f16fa13b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-workload-identity-webhook-rhel9@sha256%3Ab4f0c23d7fadc3a15840607d9aa13327a3eda6272565f88be3691b74f16fa13b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9\u0026tag=1787571143"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c397e51c6d4de14ea1b6a41957a3fe5ae54115c1cbaf414c013035333824eca2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c397e51c6d4de14ea1b6a41957a3fe5ae54115c1cbaf414c013035333824eca2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c397e51c6d4de14ea1b6a41957a3fe5ae54115c1cbaf414c013035333824eca2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-cluster-api-controllers-rhel9@sha256%3Ac397e51c6d4de14ea1b6a41957a3fe5ae54115c1cbaf414c013035333824eca2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9\u0026tag=1787571898"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:886cef96ae99502afa35aa5cbe5a16a30d873e8c9c92d6bb3c748bb68877935c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:886cef96ae99502afa35aa5cbe5a16a30d873e8c9c92d6bb3c748bb68877935c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:886cef96ae99502afa35aa5cbe5a16a30d873e8c9c92d6bb3c748bb68877935c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel9@sha256%3A886cef96ae99502afa35aa5cbe5a16a30d873e8c9c92d6bb3c748bb68877935c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel9\u0026tag=1787576010"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02440d8ce569f4318b2110f8975fc4d0a93e6da6c5012882df9cbe77559a0a81_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02440d8ce569f4318b2110f8975fc4d0a93e6da6c5012882df9cbe77559a0a81_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02440d8ce569f4318b2110f8975fc4d0a93e6da6c5012882df9cbe77559a0a81_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-rhel9-operator@sha256%3A02440d8ce569f4318b2110f8975fc4d0a93e6da6c5012882df9cbe77559a0a81?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-rhel9-operator\u0026tag=1787571859"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4a45ec0f50d9cec050f1c99dd33d288ba8f9e8dd1a71c2870eb5e799a42e411e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4a45ec0f50d9cec050f1c99dd33d288ba8f9e8dd1a71c2870eb5e799a42e411e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4a45ec0f50d9cec050f1c99dd33d288ba8f9e8dd1a71c2870eb5e799a42e411e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-artifacts-rhel9@sha256%3A4a45ec0f50d9cec050f1c99dd33d288ba8f9e8dd1a71c2870eb5e799a42e411e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9\u0026tag=1787574496"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7189cc475748ddba6ff3f306320d55a840baa8f1da8a934d4500c49e6f675ea5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7189cc475748ddba6ff3f306320d55a840baa8f1da8a934d4500c49e6f675ea5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7189cc475748ddba6ff3f306320d55a840baa8f1da8a934d4500c49e6f675ea5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-credential-rhel9-operator@sha256%3A7189cc475748ddba6ff3f306320d55a840baa8f1da8a934d4500c49e6f675ea5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator\u0026tag=1787571020"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e43bd0884f4c1993cd516c3ea52d1f878a783f6a998a6dd3fe4a98ab11bd3e87_amd64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e43bd0884f4c1993cd516c3ea52d1f878a783f6a998a6dd3fe4a98ab11bd3e87_amd64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e43bd0884f4c1993cd516c3ea52d1f878a783f6a998a6dd3fe4a98ab11bd3e87_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-network-config-controller-rhel9@sha256%3Ae43bd0884f4c1993cd516c3ea52d1f878a783f6a998a6dd3fe4a98ab11bd3e87?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/cloud-network-config-controller-rhel9\u0026tag=1787573372"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:542b1a4bf2fafae85c50eae7a182ffd3a3a07b2c234a00e4e6c639b1143b4b55_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:542b1a4bf2fafae85c50eae7a182ffd3a3a07b2c234a00e4e6c639b1143b4b55_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:542b1a4bf2fafae85c50eae7a182ffd3a3a07b2c234a00e4e6c639b1143b4b55_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-api-rhel9@sha256%3A542b1a4bf2fafae85c50eae7a182ffd3a3a07b2c234a00e4e6c639b1143b4b55?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-api-rhel9\u0026tag=1787574231"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:048f5dc4b9176a86e0d82447e036ddad890e58e49c8508cd74f8c297272c800f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:048f5dc4b9176a86e0d82447e036ddad890e58e49c8508cd74f8c297272c800f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:048f5dc4b9176a86e0d82447e036ddad890e58e49c8508cd74f8c297272c800f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-rhel9-operator@sha256%3A048f5dc4b9176a86e0d82447e036ddad890e58e49c8508cd74f8c297272c800f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator\u0026tag=1787573628"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8b7b592c5ae05773897351d97fc9925e6904ed02a6ed49e4737f0f649b7eabe_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8b7b592c5ae05773897351d97fc9925e6904ed02a6ed49e4737f0f649b7eabe_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8b7b592c5ae05773897351d97fc9925e6904ed02a6ed49e4737f0f649b7eabe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9-operator@sha256%3Af8b7b592c5ae05773897351d97fc9925e6904ed02a6ed49e4737f0f649b7eabe?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator\u0026tag=1787613033"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c8486459e2b80ee2706409e888070c9100938357621746215ad7871ab9ddb990_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c8486459e2b80ee2706409e888070c9100938357621746215ad7871ab9ddb990_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c8486459e2b80ee2706409e888070c9100938357621746215ad7871ab9ddb990_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel9@sha256%3Ac8486459e2b80ee2706409e888070c9100938357621746215ad7871ab9ddb990?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9\u0026tag=1787570872"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:cad2e37531b2ba165087ddbcbccf9cf167c4eaca5a3fba5f5f4bd943b8298678_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:cad2e37531b2ba165087ddbcbccf9cf167c4eaca5a3fba5f5f4bd943b8298678_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:cad2e37531b2ba165087ddbcbccf9cf167c4eaca5a3fba5f5f4bd943b8298678_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-bootstrap-rhel9@sha256%3Acad2e37531b2ba165087ddbcbccf9cf167c4eaca5a3fba5f5f4bd943b8298678?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9\u0026tag=1787573535"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e89a5c92caae6b72646e17535787d06f7640a47c59b0b4f418c7e48918736d60_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e89a5c92caae6b72646e17535787d06f7640a47c59b0b4f418c7e48918736d60_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e89a5c92caae6b72646e17535787d06f7640a47c59b0b4f418c7e48918736d60_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-rhel9-operator@sha256%3Ae89a5c92caae6b72646e17535787d06f7640a47c59b0b4f418c7e48918736d60?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator\u0026tag=1787574133"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e8c2baac5dee142c4e84d01c731abbc200cf24a04201fd8690f0d47035958830_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e8c2baac5dee142c4e84d01c731abbc200cf24a04201fd8690f0d47035958830_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e8c2baac5dee142c4e84d01c731abbc200cf24a04201fd8690f0d47035958830_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3Ae8c2baac5dee142c4e84d01c731abbc200cf24a04201fd8690f0d47035958830?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator\u0026tag=1787598256"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e15057d2878011a1142587df35dac65182dd4ec4c0f3c61055a73a23dfbd615c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e15057d2878011a1142587df35dac65182dd4ec4c0f3c61055a73a23dfbd615c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e15057d2878011a1142587df35dac65182dd4ec4c0f3c61055a73a23dfbd615c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-api-rhel9@sha256%3Ae15057d2878011a1142587df35dac65182dd4ec4c0f3c61055a73a23dfbd615c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-api-rhel9\u0026tag=1787668452"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aee0556c560d2ef9f2ccf501302a373f15cdccc83ec2c6935c4ae6a2f25b63e0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aee0556c560d2ef9f2ccf501302a373f15cdccc83ec2c6935c4ae6a2f25b63e0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aee0556c560d2ef9f2ccf501302a373f15cdccc83ec2c6935c4ae6a2f25b63e0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-rhel9-operator@sha256%3Aaee0556c560d2ef9f2ccf501302a373f15cdccc83ec2c6935c4ae6a2f25b63e0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator\u0026tag=1787574159"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2abfe62de89fdd0697da63674373b1c8a2695846d8acab5f17a35fb38fbc23a4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2abfe62de89fdd0697da63674373b1c8a2695846d8acab5f17a35fb38fbc23a4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2abfe62de89fdd0697da63674373b1c8a2695846d8acab5f17a35fb38fbc23a4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A2abfe62de89fdd0697da63674373b1c8a2695846d8acab5f17a35fb38fbc23a4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator\u0026tag=1787571520"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9b04b0a1047813b35f6ef09e1fcf1e06b63946e0a3b3feaee3e081b0deed689b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9b04b0a1047813b35f6ef09e1fcf1e06b63946e0a3b3feaee3e081b0deed689b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9b04b0a1047813b35f6ef09e1fcf1e06b63946e0a3b3feaee3e081b0deed689b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A9b04b0a1047813b35f6ef09e1fcf1e06b63946e0a3b3feaee3e081b0deed689b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator\u0026tag=1787571467"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2c84af74e0937a0f3451054240ab7ae2d44c1b566339012ebec9e5b75d7a627c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2c84af74e0937a0f3451054240ab7ae2d44c1b566339012ebec9e5b75d7a627c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2c84af74e0937a0f3451054240ab7ae2d44c1b566339012ebec9e5b75d7a627c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-dns-rhel9-operator@sha256%3A2c84af74e0937a0f3451054240ab7ae2d44c1b566339012ebec9e5b75d7a627c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator\u0026tag=1787573419"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7cdf9e85bfc54e4562176d63e1f2be56775dd761c6c0cbb80fbf888dd1ab43_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7cdf9e85bfc54e4562176d63e1f2be56775dd761c6c0cbb80fbf888dd1ab43_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7cdf9e85bfc54e4562176d63e1f2be56775dd761c6c0cbb80fbf888dd1ab43_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-image-registry-rhel9-operator@sha256%3A6c7cdf9e85bfc54e4562176d63e1f2be56775dd761c6c0cbb80fbf888dd1ab43?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator\u0026tag=1787573406"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:63bf84966169bf2dcd8b8bfee3c478d9e61881ca007fdf3a8be4ba5cb1118211_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:63bf84966169bf2dcd8b8bfee3c478d9e61881ca007fdf3a8be4ba5cb1118211_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:63bf84966169bf2dcd8b8bfee3c478d9e61881ca007fdf3a8be4ba5cb1118211_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-rhel9-operator@sha256%3A63bf84966169bf2dcd8b8bfee3c478d9e61881ca007fdf3a8be4ba5cb1118211?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator\u0026tag=1787571628"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9cca1a2d1a6f5a33257e8f790d180274f24a01c125a717ff79da8fa301e2f270_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9cca1a2d1a6f5a33257e8f790d180274f24a01c125a717ff79da8fa301e2f270_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9cca1a2d1a6f5a33257e8f790d180274f24a01c125a717ff79da8fa301e2f270_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A9cca1a2d1a6f5a33257e8f790d180274f24a01c125a717ff79da8fa301e2f270?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator\u0026tag=1787573542"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5dcf0a7d3c0b2062ea11867f5fd2a4ad56fe786b11c3095d76eeb4c844240a6f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5dcf0a7d3c0b2062ea11867f5fd2a4ad56fe786b11c3095d76eeb4c844240a6f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5dcf0a7d3c0b2062ea11867f5fd2a4ad56fe786b11c3095d76eeb4c844240a6f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A5dcf0a7d3c0b2062ea11867f5fd2a4ad56fe786b11c3095d76eeb4c844240a6f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator\u0026tag=1787574157"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:374211b6e69093447e90462693c45bcdf2ece57b033a419f13585d9a46df62a0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:374211b6e69093447e90462693c45bcdf2ece57b033a419f13585d9a46df62a0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:374211b6e69093447e90462693c45bcdf2ece57b033a419f13585d9a46df62a0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A374211b6e69093447e90462693c45bcdf2ece57b033a419f13585d9a46df62a0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator\u0026tag=1787571297"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8a58a72e372b4235b4751e08f10c97ef0798519e6b91595c234fc14089d7495b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8a58a72e372b4235b4751e08f10c97ef0798519e6b91595c234fc14089d7495b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8a58a72e372b4235b4751e08f10c97ef0798519e6b91595c234fc14089d7495b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A8a58a72e372b4235b4751e08f10c97ef0798519e6b91595c234fc14089d7495b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator\u0026tag=1787573522"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7d4b6b9e67875889c95a5d126bcad0f6b98c148b85433180573f439a867d9e25_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7d4b6b9e67875889c95a5d126bcad0f6b98c148b85433180573f439a867d9e25_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7d4b6b9e67875889c95a5d126bcad0f6b98c148b85433180573f439a867d9e25_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-machine-approver-rhel9@sha256%3A7d4b6b9e67875889c95a5d126bcad0f6b98c148b85433180573f439a867d9e25?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9\u0026tag=1787572448"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e3afa0bbd3ab3ed4acd6d0059765116e9ab56090313932bd063098d94f1c3b1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e3afa0bbd3ab3ed4acd6d0059765116e9ab56090313932bd063098d94f1c3b1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e3afa0bbd3ab3ed4acd6d0059765116e9ab56090313932bd063098d94f1c3b1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-olm-rhel9-operator@sha256%3A2e3afa0bbd3ab3ed4acd6d0059765116e9ab56090313932bd063098d94f1c3b1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator\u0026tag=1787570808"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5fea5bf035692313badd286c7d13564d48c34e3195bac3c74ae669607b5b5875_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5fea5bf035692313badd286c7d13564d48c34e3195bac3c74ae669607b5b5875_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5fea5bf035692313badd286c7d13564d48c34e3195bac3c74ae669607b5b5875_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A5fea5bf035692313badd286c7d13564d48c34e3195bac3c74ae669607b5b5875?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator\u0026tag=1787572259"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2b85420da837c90d984c5945fae12321c8e6b6fa270768da6270f382194f2d4f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2b85420da837c90d984c5945fae12321c8e6b6fa270768da6270f382194f2d4f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2b85420da837c90d984c5945fae12321c8e6b6fa270768da6270f382194f2d4f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A2b85420da837c90d984c5945fae12321c8e6b6fa270768da6270f382194f2d4f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator\u0026tag=1787571243"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d4c9ea28e8a716d6a46a42cd3b5efc82f42d456e21791c32369527ae82f643e0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d4c9ea28e8a716d6a46a42cd3b5efc82f42d456e21791c32369527ae82f643e0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d4c9ea28e8a716d6a46a42cd3b5efc82f42d456e21791c32369527ae82f643e0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-samples-rhel9-operator@sha256%3Ad4c9ea28e8a716d6a46a42cd3b5efc82f42d456e21791c32369527ae82f643e0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator\u0026tag=1787572374"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:564e888a319fcd9b1af19b18a4281c5a2c41bedfc3186fb3bb587a1e28954c0a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:564e888a319fcd9b1af19b18a4281c5a2c41bedfc3186fb3bb587a1e28954c0a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:564e888a319fcd9b1af19b18a4281c5a2c41bedfc3186fb3bb587a1e28954c0a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-update-keys-rhel9@sha256%3A564e888a319fcd9b1af19b18a4281c5a2c41bedfc3186fb3bb587a1e28954c0a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9\u0026tag=1787573412"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:07163bdf6c27b8066a5f1e8674a2120054c3daab1e8a0db8cd728f2b1ca0fa57_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:07163bdf6c27b8066a5f1e8674a2120054c3daab1e8a0db8cd728f2b1ca0fa57_amd64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:07163bdf6c27b8066a5f1e8674a2120054c3daab1e8a0db8cd728f2b1ca0fa57_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-container-networking-plugins-rhel9@sha256%3A07163bdf6c27b8066a5f1e8674a2120054c3daab1e8a0db8cd728f2b1ca0fa57?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9\u0026tag=1787573409"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c171ac27f2bfd7846db274c1d2be8b39cdfed3afe59ab4fb01f903b5be3af443_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c171ac27f2bfd7846db274c1d2be8b39cdfed3afe59ab4fb01f903b5be3af443_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c171ac27f2bfd7846db274c1d2be8b39cdfed3afe59ab4fb01f903b5be3af443_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer-rhel9@sha256%3Ac171ac27f2bfd7846db274c1d2be8b39cdfed3afe59ab4fb01f903b5be3af443?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9\u0026tag=1787572150"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a7e47a89156ad39c7e5820cbc98a0b295ca1a3aaf6b72be3961c6d4eb0225831_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a7e47a89156ad39c7e5820cbc98a0b295ca1a3aaf6b72be3961c6d4eb0225831_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a7e47a89156ad39c7e5820cbc98a0b295ca1a3aaf6b72be3961c6d4eb0225831_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter-rhel9@sha256%3Aa7e47a89156ad39c7e5820cbc98a0b295ca1a3aaf6b72be3961c6d4eb0225831?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9\u0026tag=1787570827"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ff35fdf6dd3714c214394ff6f203815f23921af529bad0dc22abfa1d1680b333_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ff35fdf6dd3714c214394ff6f203815f23921af529bad0dc22abfa1d1680b333_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ff35fdf6dd3714c214394ff6f203815f23921af529bad0dc22abfa1d1680b333_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller-rhel9@sha256%3Aff35fdf6dd3714c214394ff6f203815f23921af529bad0dc22abfa1d1680b333?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9\u0026tag=1787571379"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:675b6754ba7e231a1725cf8338d536551497ed05e7f40435a2a3c98e411af84f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:675b6754ba7e231a1725cf8338d536551497ed05e7f40435a2a3c98e411af84f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:675b6754ba7e231a1725cf8338d536551497ed05e7f40435a2a3c98e411af84f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-etcd-rhel9@sha256%3A675b6754ba7e231a1725cf8338d536551497ed05e7f40435a2a3c98e411af84f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-etcd-rhel9\u0026tag=1787573317"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:d5350fca926c7cabd8fa4e7749f0c2bd9bf90069a11ed96342cbaa0ccc16f889_amd64",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:d5350fca926c7cabd8fa4e7749f0c2bd9bf90069a11ed96342cbaa0ccc16f889_amd64",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:d5350fca926c7cabd8fa4e7749f0c2bd9bf90069a11ed96342cbaa0ccc16f889_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel9@sha256%3Ad5350fca926c7cabd8fa4e7749f0c2bd9bf90069a11ed96342cbaa0ccc16f889?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/frr-rhel9\u0026tag=1787570998"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:6dd5107b14c1abce011367145d859456aeb03052ab831b4c548fa4fba0b269fb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:6dd5107b14c1abce011367145d859456aeb03052ab831b4c548fa4fba0b269fb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:6dd5107b14c1abce011367145d859456aeb03052ab831b4c548fa4fba0b269fb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cloud-controller-manager-rhel9@sha256%3A6dd5107b14c1abce011367145d859456aeb03052ab831b4c548fa4fba0b269fb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9\u0026tag=1787570868"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:33b4bb5c331675703e19ef96f3185b2d3cbcf4d0e37a6fabbeb5a8dc1f46df10_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:33b4bb5c331675703e19ef96f3185b2d3cbcf4d0e37a6fabbeb5a8dc1f46df10_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:33b4bb5c331675703e19ef96f3185b2d3cbcf4d0e37a6fabbeb5a8dc1f46df10_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cluster-api-controllers-rhel9@sha256%3A33b4bb5c331675703e19ef96f3185b2d3cbcf4d0e37a6fabbeb5a8dc1f46df10?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9\u0026tag=1787571817"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:85df50114baa307e2b4192a46f80a292500401eaf41f45b071b23bc278562135_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:85df50114baa307e2b4192a46f80a292500401eaf41f45b071b23bc278562135_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:85df50114baa307e2b4192a46f80a292500401eaf41f45b071b23bc278562135_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-rhel9@sha256%3A85df50114baa307e2b4192a46f80a292500401eaf41f45b071b23bc278562135?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9\u0026tag=1787571485"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e99c8d382c503a7b1e25e6f72ef293496beab285d0a3453d09ca73fb58247163_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e99c8d382c503a7b1e25e6f72ef293496beab285d0a3453d09ca73fb58247163_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e99c8d382c503a7b1e25e6f72ef293496beab285d0a3453d09ca73fb58247163_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3Ae99c8d382c503a7b1e25e6f72ef293496beab285d0a3453d09ca73fb58247163?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9\u0026tag=1787571578"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:5332d1051a8774d9d3ebd2f6df71f2ae36ff23fd32b28edb418c028dfa6be128_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:5332d1051a8774d9d3ebd2f6df71f2ae36ff23fd32b28edb418c028dfa6be128_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:5332d1051a8774d9d3ebd2f6df71f2ae36ff23fd32b28edb418c028dfa6be128_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-cloud-controller-manager-rhel9@sha256%3A5332d1051a8774d9d3ebd2f6df71f2ae36ff23fd32b28edb418c028dfa6be128?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9\u0026tag=1787571101"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:d26f0f1adde0599a01c90d8b9e1e8690e6e532a380e7852e83cacc1e439b5424_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:d26f0f1adde0599a01c90d8b9e1e8690e6e532a380e7852e83cacc1e439b5424_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:d26f0f1adde0599a01c90d8b9e1e8690e6e532a380e7852e83cacc1e439b5424_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3Ad26f0f1adde0599a01c90d8b9e1e8690e6e532a380e7852e83cacc1e439b5424?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9\u0026tag=1787571765"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:699c1abe44686141c985a530a8b3b864b3a1bf2c5c6645d68f7920b8f752c684_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:699c1abe44686141c985a530a8b3b864b3a1bf2c5c6645d68f7920b8f752c684_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:699c1abe44686141c985a530a8b3b864b3a1bf2c5c6645d68f7920b8f752c684_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256%3A699c1abe44686141c985a530a8b3b864b3a1bf2c5c6645d68f7920b8f752c684?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator\u0026tag=1787571745"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1ef42800334a0b6d395e1b1bc8e517e232713a4ee0e4591415c5347ea1352fb1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1ef42800334a0b6d395e1b1bc8e517e232713a4ee0e4591415c5347ea1352fb1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1ef42800334a0b6d395e1b1bc8e517e232713a4ee0e4591415c5347ea1352fb1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3A1ef42800334a0b6d395e1b1bc8e517e232713a4ee0e4591415c5347ea1352fb1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9\u0026tag=1787572893"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:14f9b0d4497da98ffed111c1266fd4e0b4a812f6b7ec37b95e5702438602ce33_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:14f9b0d4497da98ffed111c1266fd4e0b4a812f6b7ec37b95e5702438602ce33_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:14f9b0d4497da98ffed111c1266fd4e0b4a812f6b7ec37b95e5702438602ce33_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-machine-controllers-rhel9@sha256%3A14f9b0d4497da98ffed111c1266fd4e0b4a812f6b7ec37b95e5702438602ce33?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9\u0026tag=1787571183"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:664dd8b515ac89b33051c38e00fabc4f2bd8c902f9fdd8df263b6cd6d0a0bc25_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:664dd8b515ac89b33051c38e00fabc4f2bd8c902f9fdd8df263b6cd6d0a0bc25_amd64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:664dd8b515ac89b33051c38e00fabc4f2bd8c902f9fdd8df263b6cd6d0a0bc25_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-image-customization-controller-rhel9@sha256%3A664dd8b515ac89b33051c38e00fabc4f2bd8c902f9fdd8df263b6cd6d0a0bc25?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-image-customization-controller-rhel9\u0026tag=1787571167"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fa556b78fcc306b456576053e522d93e0c578807e220d3c562ea54cdbc2d1a92_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fa556b78fcc306b456576053e522d93e0c578807e220d3c562ea54cdbc2d1a92_amd64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fa556b78fcc306b456576053e522d93e0c578807e220d3c562ea54cdbc2d1a92_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel9-operator@sha256%3Afa556b78fcc306b456576053e522d93e0c578807e220d3c562ea54cdbc2d1a92?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel9-operator\u0026tag=1787572682"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:efe54dbb00c22c7e9e4a6d7c40e52665823c5f94d4b7b03236edeb1d7a304f94_amd64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:efe54dbb00c22c7e9e4a6d7c40e52665823c5f94d4b7b03236edeb1d7a304f94_amd64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:efe54dbb00c22c7e9e4a6d7c40e52665823c5f94d4b7b03236edeb1d7a304f94_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-exporter-rhel9@sha256%3Aefe54dbb00c22c7e9e4a6d7c40e52665823c5f94d4b7b03236edeb1d7a304f94?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/insights-runtime-exporter-rhel9\u0026tag=1787572957"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3c86e67143d2caced55d2dc470df15cd1659c5e16c7eb8af22183de1a3222901_amd64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3c86e67143d2caced55d2dc470df15cd1659c5e16c7eb8af22183de1a3222901_amd64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3c86e67143d2caced55d2dc470df15cd1659c5e16c7eb8af22183de1a3222901_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-extractor-rhel9@sha256%3A3c86e67143d2caced55d2dc470df15cd1659c5e16c7eb8af22183de1a3222901?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/insights-runtime-extractor-rhel9\u0026tag=1787648857"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d658355babb92069a73c35353c2fc0be4450517b3445d2387b4b0e3bd2b873d6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d658355babb92069a73c35353c2fc0be4450517b3445d2387b4b0e3bd2b873d6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d658355babb92069a73c35353c2fc0be4450517b3445d2387b4b0e3bd2b873d6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-rhel9@sha256%3Ad658355babb92069a73c35353c2fc0be4450517b3445d2387b4b0e3bd2b873d6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-rhel9\u0026tag=1787577293"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:cabf1a3d4e2aab9e2273afa75bac084e93eb36a2801b91ea0d79982e9e7e5f2a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:cabf1a3d4e2aab9e2273afa75bac084e93eb36a2801b91ea0d79982e9e7e5f2a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:cabf1a3d4e2aab9e2273afa75bac084e93eb36a2801b91ea0d79982e9e7e5f2a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts-rhel9@sha256%3Acabf1a3d4e2aab9e2273afa75bac084e93eb36a2801b91ea0d79982e9e7e5f2a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts-rhel9\u0026tag=1787577287"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05ef13e75b41891cd2774cf5243b11da290ae75f12ecd07239e580a5238036a5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05ef13e75b41891cd2774cf5243b11da290ae75f12ecd07239e580a5238036a5_amd64",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05ef13e75b41891cd2774cf5243b11da290ae75f12ecd07239e580a5238036a5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-metrics-server-rhel9@sha256%3A05ef13e75b41891cd2774cf5243b11da290ae75f12ecd07239e580a5238036a5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/kube-metrics-server-rhel9\u0026tag=1787570821"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b1c377c3a99dc0a9a6a39dfccae28c7e5a11674342530a05b237a33117c980f4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b1c377c3a99dc0a9a6a39dfccae28c7e5a11674342530a05b237a33117c980f4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b1c377c3a99dc0a9a6a39dfccae28c7e5a11674342530a05b237a33117c980f4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel9@sha256%3Ab1c377c3a99dc0a9a6a39dfccae28c7e5a11674342530a05b237a33117c980f4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9\u0026tag=1787574073"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:42cfb65c46f9f63ae3227c0dd5ca2a0a11729ecfb2865f3a4443821a85f7c8d6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:42cfb65c46f9f63ae3227c0dd5ca2a0a11729ecfb2865f3a4443821a85f7c8d6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:42cfb65c46f9f63ae3227c0dd5ca2a0a11729ecfb2865f3a4443821a85f7c8d6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A42cfb65c46f9f63ae3227c0dd5ca2a0a11729ecfb2865f3a4443821a85f7c8d6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9\u0026tag=1787573200"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:61e542fb10dc0e083f8889b0b94c3525f3882e5da701b8db31cc9be68d803ec9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:61e542fb10dc0e083f8889b0b94c3525f3882e5da701b8db31cc9be68d803ec9_arm64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:61e542fb10dc0e083f8889b0b94c3525f3882e5da701b8db31cc9be68d803ec9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel9@sha256%3A61e542fb10dc0e083f8889b0b94c3525f3882e5da701b8db31cc9be68d803ec9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9\u0026tag=1787573396"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3c569b4e1ed989074b129cb91b307cfa10c8305b037b284b23bde4981f551238_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3c569b4e1ed989074b129cb91b307cfa10c8305b037b284b23bde4981f551238_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3c569b4e1ed989074b129cb91b307cfa10c8305b037b284b23bde4981f551238_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-rhel9-operator@sha256%3A3c569b4e1ed989074b129cb91b307cfa10c8305b037b284b23bde4981f551238?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-rhel9-operator\u0026tag=1787571673"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:8e564be7535e32f63ff7a84bb61b3586b16b07f4ab6db20b42340dd998f2e919_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:8e564be7535e32f63ff7a84bb61b3586b16b07f4ab6db20b42340dd998f2e919_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:8e564be7535e32f63ff7a84bb61b3586b16b07f4ab6db20b42340dd998f2e919_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-aws-rhel9@sha256%3A8e564be7535e32f63ff7a84bb61b3586b16b07f4ab6db20b42340dd998f2e919?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9\u0026tag=1787571146"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:97b5466389d9b1e4c54dce29bfb42e901ac2c4aa39edaf99c35f30a766d38b78_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:97b5466389d9b1e4c54dce29bfb42e901ac2c4aa39edaf99c35f30a766d38b78_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:97b5466389d9b1e4c54dce29bfb42e901ac2c4aa39edaf99c35f30a766d38b78_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-azure-rhel9@sha256%3A97b5466389d9b1e4c54dce29bfb42e901ac2c4aa39edaf99c35f30a766d38b78?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9\u0026tag=1787570839"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:adec59d5a5ca059167c1dab49e6e1e6363c1788833f2cbc2381cb7d88a98864b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:adec59d5a5ca059167c1dab49e6e1e6363c1788833f2cbc2381cb7d88a98864b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:adec59d5a5ca059167c1dab49e6e1e6363c1788833f2cbc2381cb7d88a98864b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-gcp-rhel9@sha256%3Aadec59d5a5ca059167c1dab49e6e1e6363c1788833f2cbc2381cb7d88a98864b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9\u0026tag=1787571181"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:bb3bda07b0ab9cc97889a530b1da6d7eb3f7f9c8a98f9b867bb3a93da7694625_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:bb3bda07b0ab9cc97889a530b1da6d7eb3f7f9c8a98f9b867bb3a93da7694625_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:bb3bda07b0ab9cc97889a530b1da6d7eb3f7f9c8a98f9b867bb3a93da7694625_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel9@sha256%3Abb3bda07b0ab9cc97889a530b1da6d7eb3f7f9c8a98f9b867bb3a93da7694625?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9\u0026tag=1787572646"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a9ce73e1f17b21b9bf2ecfa7e35f5d8e9c72620076bed594e217b870057185ca_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a9ce73e1f17b21b9bf2ecfa7e35f5d8e9c72620076bed594e217b870057185ca_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a9ce73e1f17b21b9bf2ecfa7e35f5d8e9c72620076bed594e217b870057185ca_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-rhel9-operator@sha256%3Aa9ce73e1f17b21b9bf2ecfa7e35f5d8e9c72620076bed594e217b870057185ca?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-rhel9-operator\u0026tag=1787610868"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:971256d54a4e10a29080f656d5de3b6281f27c77a40c0dc7352f1f05ab83eb11_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:971256d54a4e10a29080f656d5de3b6281f27c77a40c0dc7352f1f05ab83eb11_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:971256d54a4e10a29080f656d5de3b6281f27c77a40c0dc7352f1f05ab83eb11_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel9@sha256%3A971256d54a4e10a29080f656d5de3b6281f27c77a40c0dc7352f1f05ab83eb11?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel9\u0026tag=1787580878"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9c772d8d7af17818a38e2004fbdd7673bdaddea0c36daf239dfe65a49f78c212_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9c772d8d7af17818a38e2004fbdd7673bdaddea0c36daf239dfe65a49f78c212_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9c772d8d7af17818a38e2004fbdd7673bdaddea0c36daf239dfe65a49f78c212_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-admission-controller-rhel9@sha256%3A9c772d8d7af17818a38e2004fbdd7673bdaddea0c36daf239dfe65a49f78c212?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9\u0026tag=1787574145"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:264fff5b66ca49266cfadcee9765ba0b34bccff8dfdb12e5444db97af4913095_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:264fff5b66ca49266cfadcee9765ba0b34bccff8dfdb12e5444db97af4913095_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:264fff5b66ca49266cfadcee9765ba0b34bccff8dfdb12e5444db97af4913095_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-route-override-cni-rhel9@sha256%3A264fff5b66ca49266cfadcee9765ba0b34bccff8dfdb12e5444db97af4913095?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9\u0026tag=1787571882"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6f5d8e50b9cf127af5334e0b1e97aa1bc466bb1ad8a1dcb2b6c3e7494bf5a1e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6f5d8e50b9cf127af5334e0b1e97aa1bc466bb1ad8a1dcb2b6c3e7494bf5a1e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6f5d8e50b9cf127af5334e0b1e97aa1bc466bb1ad8a1dcb2b6c3e7494bf5a1e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3Aa6f5d8e50b9cf127af5334e0b1e97aa1bc466bb1ad8a1dcb2b6c3e7494bf5a1e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9\u0026tag=1787573332"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:09157be733606534b4788e13e47f647c427adb2d36031df979628d1e3d93b096_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:09157be733606534b4788e13e47f647c427adb2d36031df979628d1e3d93b096_arm64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:09157be733606534b4788e13e47f647c427adb2d36031df979628d1e3d93b096_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-must-gather-rhel9@sha256%3A09157be733606534b4788e13e47f647c427adb2d36031df979628d1e3d93b096?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather-rhel9\u0026tag=1787574346"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b9b4777d271c5ea81505111d169134181bd46169ccc05dc65f3b6e59f736d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b9b4777d271c5ea81505111d169134181bd46169ccc05dc65f3b6e59f736d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b9b4777d271c5ea81505111d169134181bd46169ccc05dc65f3b6e59f736d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-interface-bond-cni-rhel9@sha256%3Aad2b9b4777d271c5ea81505111d169134181bd46169ccc05dc65f3b6e59f736d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9\u0026tag=1787574110"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bb8fb8cebadac019a3d8c7fb2338a56918ff39aeedd55318fcc7e7c6d60648a7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bb8fb8cebadac019a3d8c7fb2338a56918ff39aeedd55318fcc7e7c6d60648a7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bb8fb8cebadac019a3d8c7fb2338a56918ff39aeedd55318fcc7e7c6d60648a7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-metrics-daemon-rhel9@sha256%3Abb8fb8cebadac019a3d8c7fb2338a56918ff39aeedd55318fcc7e7c6d60648a7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9\u0026tag=1787573526"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:c64a9e77bb865dd5475a4022629d394ced47bfd9adb137f69e2dd7bfca2c5a29_arm64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:c64a9e77bb865dd5475a4022629d394ced47bfd9adb137f69e2dd7bfca2c5a29_arm64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:c64a9e77bb865dd5475a4022629d394ced47bfd9adb137f69e2dd7bfca2c5a29_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3Ac64a9e77bb865dd5475a4022629d394ced47bfd9adb137f69e2dd7bfca2c5a29?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel9\u0026tag=1787723826"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a88a9aa0807380263b476e1e7491c9a4f36def3c403b43fdd30bab55f06e673f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a88a9aa0807380263b476e1e7491c9a4f36def3c403b43fdd30bab55f06e673f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a88a9aa0807380263b476e1e7491c9a4f36def3c403b43fdd30bab55f06e673f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-apiserver-rhel9@sha256%3Aa88a9aa0807380263b476e1e7491c9a4f36def3c403b43fdd30bab55f06e673f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9\u0026tag=1787573330"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6c75dc3551d30161fe15ddb87170bd7ac33cb19b242907e99a9f2b003659efc4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6c75dc3551d30161fe15ddb87170bd7ac33cb19b242907e99a9f2b003659efc4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6c75dc3551d30161fe15ddb87170bd7ac33cb19b242907e99a9f2b003659efc4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-catalogd-rhel9@sha256%3A6c75dc3551d30161fe15ddb87170bd7ac33cb19b242907e99a9f2b003659efc4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-olm-catalogd-rhel9\u0026tag=1787572161"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6590ef2d757e5ac11ffacdf6de04ac112e96f4bc058b97aae1facfbc9bfb9317_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6590ef2d757e5ac11ffacdf6de04ac112e96f4bc058b97aae1facfbc9bfb9317_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6590ef2d757e5ac11ffacdf6de04ac112e96f4bc058b97aae1facfbc9bfb9317_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-operator-controller-rhel9@sha256%3A6590ef2d757e5ac11ffacdf6de04ac112e96f4bc058b97aae1facfbc9bfb9317?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9\u0026tag=1787573732"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:686e7784cda9016a460c9196a522f1fb510546cad343e26f510bea264ab9b515_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:686e7784cda9016a460c9196a522f1fb510546cad343e26f510bea264ab9b515_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:686e7784cda9016a460c9196a522f1fb510546cad343e26f510bea264ab9b515_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel9@sha256%3A686e7784cda9016a460c9196a522f1fb510546cad343e26f510bea264ab9b515?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9\u0026tag=1787572323"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4d09ecbb6bc7010c93d65d8bae5a368326d1b52bb7f7410d30dd068b4b9c1aff_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4d09ecbb6bc7010c93d65d8bae5a368326d1b52bb7f7410d30dd068b4b9c1aff_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4d09ecbb6bc7010c93d65d8bae5a368326d1b52bb7f7410d30dd068b4b9c1aff_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-controller-manager-rhel9@sha256%3A4d09ecbb6bc7010c93d65d8bae5a368326d1b52bb7f7410d30dd068b4b9c1aff?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9\u0026tag=1787573662"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:307efea31da6d72e50def18e1c08bae9e05ac8991d90379280c15f69c93be375_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:307efea31da6d72e50def18e1c08bae9e05ac8991d90379280c15f69c93be375_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:307efea31da6d72e50def18e1c08bae9e05ac8991d90379280c15f69c93be375_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9@sha256%3A307efea31da6d72e50def18e1c08bae9e05ac8991d90379280c15f69c93be375?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9\u0026tag=1787574195"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e862f18a4bdd246891a49434389e8dae5d73a68aec6d548dd282f3c56396be98_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e862f18a4bdd246891a49434389e8dae5d73a68aec6d548dd282f3c56396be98_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e862f18a4bdd246891a49434389e8dae5d73a68aec6d548dd282f3c56396be98_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3Ae862f18a4bdd246891a49434389e8dae5d73a68aec6d548dd282f3c56396be98?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator\u0026tag=1787573690"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:09b9a909358f49dc84cf863e418fa79a72c5f23ce05cbd4045b2c966147b4edb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:09b9a909358f49dc84cf863e418fa79a72c5f23ce05cbd4045b2c966147b4edb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:09b9a909358f49dc84cf863e418fa79a72c5f23ce05cbd4045b2c966147b4edb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cloud-controller-manager-rhel9@sha256%3A09b9a909358f49dc84cf863e418fa79a72c5f23ce05cbd4045b2c966147b4edb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9\u0026tag=1787572670"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3b3fe898a633924c2e0f803ca944cc63d99359966004c6aba6a05c446a0539dd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3b3fe898a633924c2e0f803ca944cc63d99359966004c6aba6a05c446a0539dd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3b3fe898a633924c2e0f803ca944cc63d99359966004c6aba6a05c446a0539dd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-framework-tools-rhel9@sha256%3A3b3fe898a633924c2e0f803ca944cc63d99359966004c6aba6a05c446a0539dd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9\u0026tag=1787572568"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2321dd8c9cc505a677622c5cc680e4f3461c6bf1fa4267cdf7f39383967a0b3a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2321dd8c9cc505a677622c5cc680e4f3461c6bf1fa4267cdf7f39383967a0b3a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2321dd8c9cc505a677622c5cc680e4f3461c6bf1fa4267cdf7f39383967a0b3a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3A2321dd8c9cc505a677622c5cc680e4f3461c6bf1fa4267cdf7f39383967a0b3a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9\u0026tag=1787574007"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:11009d76f2fc73fb88ad8650914948e04e30d4096420d00a4e6b1f2f82bb2a48_arm64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:11009d76f2fc73fb88ad8650914948e04e30d4096420d00a4e6b1f2f82bb2a48_arm64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:11009d76f2fc73fb88ad8650914948e04e30d4096420d00a4e6b1f2f82bb2a48_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openshift-route-controller-manager-rhel9@sha256%3A11009d76f2fc73fb88ad8650914948e04e30d4096420d00a4e6b1f2f82bb2a48?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9\u0026tag=1787570798"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c9aa9a181ad76c715b410ec6866d86f28923d2becc8438f3b56a381d7c668897_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c9aa9a181ad76c715b410ec6866d86f28923d2becc8438f3b56a381d7c668897_arm64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c9aa9a181ad76c715b410ec6866d86f28923d2becc8438f3b56a381d7c668897_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-service-ca-rhel9-operator@sha256%3Ac9aa9a181ad76c715b410ec6866d86f28923d2becc8438f3b56a381d7c668897?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-service-ca-rhel9-operator\u0026tag=1787570812"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ea31f2ac734ef3cec4337ec6025a1cc01a2452ec124f102e5b1400a9ccfb05a6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ea31f2ac734ef3cec4337ec6025a1cc01a2452ec124f102e5b1400a9ccfb05a6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ea31f2ac734ef3cec4337ec6025a1cc01a2452ec124f102e5b1400a9ccfb05a6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3Aea31f2ac734ef3cec4337ec6025a1cc01a2452ec124f102e5b1400a9ccfb05a6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel9\u0026tag=1787722489"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2a8daff0897cef178c43b00d43b3468a3ff9389ebf337533c771210ffc608bc3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2a8daff0897cef178c43b00d43b3468a3ff9389ebf337533c771210ffc608bc3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2a8daff0897cef178c43b00d43b3468a3ff9389ebf337533c771210ffc608bc3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3A2a8daff0897cef178c43b00d43b3468a3ff9389ebf337533c771210ffc608bc3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9\u0026tag=1787574118"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:33926bd728bf4ecfa8146f2d55c05f151150d249b965ac4338cfa8a9acf642f4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:33926bd728bf4ecfa8146f2d55c05f151150d249b965ac4338cfa8a9acf642f4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:33926bd728bf4ecfa8146f2d55c05f151150d249b965ac4338cfa8a9acf642f4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prom-label-proxy-rhel9@sha256%3A33926bd728bf4ecfa8146f2d55c05f151150d249b965ac4338cfa8a9acf642f4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9\u0026tag=1787574191"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6c3b876e5fa5594ed92ed3d333ad1edd228611d67b060024511f8c6a53eeec92_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6c3b876e5fa5594ed92ed3d333ad1edd228611d67b060024511f8c6a53eeec92_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6c3b876e5fa5594ed92ed3d333ad1edd228611d67b060024511f8c6a53eeec92_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader-rhel9@sha256%3A6c3b876e5fa5594ed92ed3d333ad1edd228611d67b060024511f8c6a53eeec92?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9\u0026tag=1787573450"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:558cbb955c8d4de727f010f3fe97f285b6922f4845357cd979c22e9d6afda4dc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:558cbb955c8d4de727f010f3fe97f285b6922f4845357cd979c22e9d6afda4dc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:558cbb955c8d4de727f010f3fe97f285b6922f4845357cd979c22e9d6afda4dc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9-operator@sha256%3A558cbb955c8d4de727f010f3fe97f285b6922f4845357cd979c22e9d6afda4dc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-rhel9-operator\u0026tag=1787572682"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:353292bd26a33c9a68fbb8351005fc3b65d1f0dc02c82887cdeb5d28beda1404_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:353292bd26a33c9a68fbb8351005fc3b65d1f0dc02c82887cdeb5d28beda1404_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:353292bd26a33c9a68fbb8351005fc3b65d1f0dc02c82887cdeb5d28beda1404_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A353292bd26a33c9a68fbb8351005fc3b65d1f0dc02c82887cdeb5d28beda1404?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9\u0026tag=1787570832"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37569639de1f8c36904366fe21657db1df3c26c03b8f9f974e0a87abe862c7b8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37569639de1f8c36904366fe21657db1df3c26c03b8f9f974e0a87abe862c7b8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37569639de1f8c36904366fe21657db1df3c26c03b8f9f974e0a87abe862c7b8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter-rhel9@sha256%3A37569639de1f8c36904366fe21657db1df3c26c03b8f9f974e0a87abe862c7b8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-telemeter-rhel9\u0026tag=1787573303"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4063848bcd02040ab2a26a1e77d643a8cc01373bc6467070f72f8cae62ad8bf7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4063848bcd02040ab2a26a1e77d643a8cc01373bc6467070f72f8cae62ad8bf7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4063848bcd02040ab2a26a1e77d643a8cc01373bc6467070f72f8cae62ad8bf7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-thanos-rhel9@sha256%3A4063848bcd02040ab2a26a1e77d643a8cc01373bc6467070f72f8cae62ad8bf7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-thanos-rhel9\u0026tag=1787571659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:4890f971ad6077addd93d4c7fd1e9ee46ef3634bf89ff5adee2a95ad7b7b3f12_arm64",
"product": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:4890f971ad6077addd93d4c7fd1e9ee46ef3634bf89ff5adee2a95ad7b7b3f12_arm64",
"product_id": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:4890f971ad6077addd93d4c7fd1e9ee46ef3634bf89ff5adee2a95ad7b7b3f12_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/volume-data-source-validator-rhel9@sha256%3A4890f971ad6077addd93d4c7fd1e9ee46ef3634bf89ff5adee2a95ad7b7b3f12?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/volume-data-source-validator-rhel9\u0026tag=1787572927"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0d8537a8b89a087f59b9f0c413d9c8d6c77002ff0d9d8579d179291d3b6caee0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0d8537a8b89a087f59b9f0c413d9c8d6c77002ff0d9d8579d179291d3b6caee0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0d8537a8b89a087f59b9f0c413d9c8d6c77002ff0d9d8579d179291d3b6caee0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9@sha256%3A0d8537a8b89a087f59b9f0c413d9c8d6c77002ff0d9d8579d179291d3b6caee0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9\u0026tag=1787571962"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:07716873e44d49ad177f8c572fe54cec7ddb819a70492e6bddf36ef2ea5e6449_arm64",
"product": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:07716873e44d49ad177f8c572fe54cec7ddb819a70492e6bddf36ef2ea5e6449_arm64",
"product_id": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:07716873e44d49ad177f8c572fe54cec7ddb819a70492e6bddf36ef2ea5e6449_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-karpenter-provider-aws-rhel9@sha256%3A07716873e44d49ad177f8c572fe54cec7ddb819a70492e6bddf36ef2ea5e6449?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9\u0026tag=1787572055"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:44ba1190dc20c3a99259ef0723be3c9e1c2d4f339ec4eb4f38a9375cefd60d2f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:44ba1190dc20c3a99259ef0723be3c9e1c2d4f339ec4eb4f38a9375cefd60d2f_arm64",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:44ba1190dc20c3a99259ef0723be3c9e1c2d4f339ec4eb4f38a9375cefd60d2f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-kms-encryption-provider-rhel9@sha256%3A44ba1190dc20c3a99259ef0723be3c9e1c2d4f339ec4eb4f38a9375cefd60d2f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9\u0026tag=1787571963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:f77b14655ac6137b53212c8ed526d6baf86d6d6332513416daa73a6dc468c832_arm64",
"product": {
"name": "registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:f77b14655ac6137b53212c8ed526d6baf86d6d6332513416daa73a6dc468c832_arm64",
"product_id": "registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:f77b14655ac6137b53212c8ed526d6baf86d6d6332513416daa73a6dc468c832_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-node-termination-handler-rhel9@sha256%3Af77b14655ac6137b53212c8ed526d6baf86d6d6332513416daa73a6dc468c832?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/aws-node-termination-handler-rhel9\u0026tag=1787573509"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:cdc02821294c7bd8b4de75b356ec0ec8b0745b0b409ae9481dc08c4d967b53ef_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:cdc02821294c7bd8b4de75b356ec0ec8b0745b0b409ae9481dc08c4d967b53ef_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:cdc02821294c7bd8b4de75b356ec0ec8b0745b0b409ae9481dc08c4d967b53ef_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-rhel9@sha256%3Acdc02821294c7bd8b4de75b356ec0ec8b0745b0b409ae9481dc08c4d967b53ef?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9\u0026tag=1787572114"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:260b87efa1dfc71726aefc2feb8dfa83495aedfa6e95b0e86dd1ce0d246233cf_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:260b87efa1dfc71726aefc2feb8dfa83495aedfa6e95b0e86dd1ce0d246233cf_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:260b87efa1dfc71726aefc2feb8dfa83495aedfa6e95b0e86dd1ce0d246233cf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-operator-rhel9@sha256%3A260b87efa1dfc71726aefc2feb8dfa83495aedfa6e95b0e86dd1ce0d246233cf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9\u0026tag=1787570817"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f70b291b3be37bcef36e4cd282cbd88f917dcc5e61e0ad6228b33b770656b8ca_arm64",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f70b291b3be37bcef36e4cd282cbd88f917dcc5e61e0ad6228b33b770656b8ca_arm64",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f70b291b3be37bcef36e4cd282cbd88f917dcc5e61e0ad6228b33b770656b8ca_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-kms-encryption-provider-rhel9@sha256%3Af70b291b3be37bcef36e4cd282cbd88f917dcc5e61e0ad6228b33b770656b8ca?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9\u0026tag=1787574100"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1567f1a6c1a596e22674ad45cd1975c8667fb2317c84dd5944ccef58326239b2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1567f1a6c1a596e22674ad45cd1975c8667fb2317c84dd5944ccef58326239b2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1567f1a6c1a596e22674ad45cd1975c8667fb2317c84dd5944ccef58326239b2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-machine-controllers-rhel9@sha256%3A1567f1a6c1a596e22674ad45cd1975c8667fb2317c84dd5944ccef58326239b2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9\u0026tag=1787573558"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fea791f1b353cb84039498653a7b7daadebd460631446fae5f05d1ca8e85dace_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fea791f1b353cb84039498653a7b7daadebd460631446fae5f05d1ca8e85dace_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fea791f1b353cb84039498653a7b7daadebd460631446fae5f05d1ca8e85dace_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel9@sha256%3Afea791f1b353cb84039498653a7b7daadebd460631446fae5f05d1ca8e85dace?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9\u0026tag=1787572982"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:0bd76e62d162ae823a34a766fccd9d339e3f550720d863b477273734ed1fdc39_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:0bd76e62d162ae823a34a766fccd9d339e3f550720d863b477273734ed1fdc39_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:0bd76e62d162ae823a34a766fccd9d339e3f550720d863b477273734ed1fdc39_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel9-operator@sha256%3A0bd76e62d162ae823a34a766fccd9d339e3f550720d863b477273734ed1fdc39?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator\u0026tag=1787572631"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:654aece866efed516d69db0e47668dc85d3936e901aeabd098e07538aa3dc617_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:654aece866efed516d69db0e47668dc85d3936e901aeabd098e07538aa3dc617_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:654aece866efed516d69db0e47668dc85d3936e901aeabd098e07538aa3dc617_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-rhel9-operator@sha256%3A654aece866efed516d69db0e47668dc85d3936e901aeabd098e07538aa3dc617?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator\u0026tag=1787589362"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0ea69bf7a80cc8c0810acf8c7aaf2cc1374d3b034065f1119ca33af3d1794cbf_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0ea69bf7a80cc8c0810acf8c7aaf2cc1374d3b034065f1119ca33af3d1794cbf_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0ea69bf7a80cc8c0810acf8c7aaf2cc1374d3b034065f1119ca33af3d1794cbf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-rhel9-operator@sha256%3A0ea69bf7a80cc8c0810acf8c7aaf2cc1374d3b034065f1119ca33af3d1794cbf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator\u0026tag=1787572741"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96eb6b75d6a8ce22b199b8150e628a2a00c427ffc79b2fee2e24af1bf584bbcf_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96eb6b75d6a8ce22b199b8150e628a2a00c427ffc79b2fee2e24af1bf584bbcf_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96eb6b75d6a8ce22b199b8150e628a2a00c427ffc79b2fee2e24af1bf584bbcf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3A96eb6b75d6a8ce22b199b8150e628a2a00c427ffc79b2fee2e24af1bf584bbcf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=1787722477"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:021e3ef983d0ca18800e0fc390ad96f4b6f6b9c3ab784c6e74ebe2e7fd7b31d5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:021e3ef983d0ca18800e0fc390ad96f4b6f6b9c3ab784c6e74ebe2e7fd7b31d5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:021e3ef983d0ca18800e0fc390ad96f4b6f6b9c3ab784c6e74ebe2e7fd7b31d5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-policy-controller-rhel9@sha256%3A021e3ef983d0ca18800e0fc390ad96f4b6f6b9c3ab784c6e74ebe2e7fd7b31d5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9\u0026tag=1787571133"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:bfcf2ab8d6586fd6a8f08ec2fcc71f997800b8f459577c31e654f8ef9325fc42_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:bfcf2ab8d6586fd6a8f08ec2fcc71f997800b8f459577c31e654f8ef9325fc42_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:bfcf2ab8d6586fd6a8f08ec2fcc71f997800b8f459577c31e654f8ef9325fc42_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-storage-rhel9-operator@sha256%3Abfcf2ab8d6586fd6a8f08ec2fcc71f997800b8f459577c31e654f8ef9325fc42?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator\u0026tag=1787589222"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ed375d4341175bfe6945ea8aab5208f375034307f6753cc726230629ab97a71f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ed375d4341175bfe6945ea8aab5208f375034307f6753cc726230629ab97a71f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ed375d4341175bfe6945ea8aab5208f375034307f6753cc726230629ab97a71f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-rhel9-operator@sha256%3Aed375d4341175bfe6945ea8aab5208f375034307f6753cc726230629ab97a71f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator\u0026tag=1787574165"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:29e41d78f04e683ecb12ff2335b7205383670e7bcd2b1beec736261a93abd406_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:29e41d78f04e683ecb12ff2335b7205383670e7bcd2b1beec736261a93abd406_arm64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:29e41d78f04e683ecb12ff2335b7205383670e7bcd2b1beec736261a93abd406_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-configmap-reloader-rhel9@sha256%3A29e41d78f04e683ecb12ff2335b7205383670e7bcd2b1beec736261a93abd406?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-configmap-reloader-rhel9\u0026tag=1787571910"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f0f3b27621a9276b1f4f9601b1b399eabbc165d74a4b4a20ebbccf6a36a8f98d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f0f3b27621a9276b1f4f9601b1b399eabbc165d74a4b4a20ebbccf6a36a8f98d_arm64",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f0f3b27621a9276b1f4f9601b1b399eabbc165d74a4b4a20ebbccf6a36a8f98d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/container-networking-plugins-microshift-rhel9@sha256%3Af0f3b27621a9276b1f4f9601b1b399eabbc165d74a4b4a20ebbccf6a36a8f98d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9\u0026tag=1787573515"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:764c1081056df81f61d6965869f9ba66d67f132d6c768c13f1b2c1c81d45ec6b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:764c1081056df81f61d6965869f9ba66d67f132d6c768c13f1b2c1c81d45ec6b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:764c1081056df81f61d6965869f9ba66d67f132d6c768c13f1b2c1c81d45ec6b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-coredns-rhel9@sha256%3A764c1081056df81f61d6965869f9ba66d67f132d6c768c13f1b2c1c81d45ec6b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-coredns-rhel9\u0026tag=1787571765"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c3fffbd0e1e6db3256029c6cff61bb64ba56625041ff86a9d46a895076877fff_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c3fffbd0e1e6db3256029c6cff61bb64ba56625041ff86a9d46a895076877fff_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c3fffbd0e1e6db3256029c6cff61bb64ba56625041ff86a9d46a895076877fff_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher-rhel9@sha256%3Ac3fffbd0e1e6db3256029c6cff61bb64ba56625041ff86a9d46a895076877fff?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9\u0026tag=1787573564"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:45c70f4c6f15a25e1982efd6eee6930f16317ef4cebd11ffe2b5994b9ad8b200_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:45c70f4c6f15a25e1982efd6eee6930f16317ef4cebd11ffe2b5994b9ad8b200_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:45c70f4c6f15a25e1982efd6eee6930f16317ef4cebd11ffe2b5994b9ad8b200_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshot-metadata-rhel9@sha256%3A45c70f4c6f15a25e1982efd6eee6930f16317ef4cebd11ffe2b5994b9ad8b200?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9\u0026tag=1787574123"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:26b6bffa3e11fabf11ec8176bb39ab3e301b3c5a85c1aec37142860ffac1fe5a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:26b6bffa3e11fabf11ec8176bb39ab3e301b3c5a85c1aec37142860ffac1fe5a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:26b6bffa3e11fabf11ec8176bb39ab3e301b3c5a85c1aec37142860ffac1fe5a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3A26b6bffa3e11fabf11ec8176bb39ab3e301b3c5a85c1aec37142860ffac1fe5a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9\u0026tag=1787589210"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:56a619fe929b8a18bf1526bde6c9a86f12a1c0a43739d1a0d04c58920d3ac5d0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:56a619fe929b8a18bf1526bde6c9a86f12a1c0a43739d1a0d04c58920d3ac5d0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:56a619fe929b8a18bf1526bde6c9a86f12a1c0a43739d1a0d04c58920d3ac5d0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3A56a619fe929b8a18bf1526bde6c9a86f12a1c0a43739d1a0d04c58920d3ac5d0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9\u0026tag=1787572050"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d395f05c26536703d44d06525efc0ac6203440e6576e8a1513c7e4ed8563ae62_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d395f05c26536703d44d06525efc0ac6203440e6576e8a1513c7e4ed8563ae62_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d395f05c26536703d44d06525efc0ac6203440e6576e8a1513c7e4ed8563ae62_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3Ad395f05c26536703d44d06525efc0ac6203440e6576e8a1513c7e4ed8563ae62?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9\u0026tag=1787572897"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cbb1706913eb430b86212f941bb32b066af04b431126af872899134a9e111ca2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cbb1706913eb430b86212f941bb32b066af04b431126af872899134a9e111ca2_arm64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cbb1706913eb430b86212f941bb32b066af04b431126af872899134a9e111ca2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3Acbb1706913eb430b86212f941bb32b066af04b431126af872899134a9e111ca2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=1787649219"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fc479e1b1d14c548ed9a783109fd978efba5363537b835a5d09fa8d0fa9f9068_arm64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fc479e1b1d14c548ed9a783109fd978efba5363537b835a5d09fa8d0fa9f9068_arm64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fc479e1b1d14c548ed9a783109fd978efba5363537b835a5d09fa8d0fa9f9068_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/egress-router-cni-rhel9@sha256%3Afc479e1b1d14c548ed9a783109fd978efba5363537b835a5d09fa8d0fa9f9068?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/egress-router-cni-rhel9\u0026tag=1787573434"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c83836428568394e500de29f5e4b44fa4881f5b5813a8dcd42a5bd16b6bd2bae_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c83836428568394e500de29f5e4b44fa4881f5b5813a8dcd42a5bd16b6bd2bae_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c83836428568394e500de29f5e4b44fa4881f5b5813a8dcd42a5bd16b6bd2bae_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3Ac83836428568394e500de29f5e4b44fa4881f5b5813a8dcd42a5bd16b6bd2bae?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9\u0026tag=1787571339"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:67f16f35ae8e95b90d758bf617c953ffbd0f31d685b9f023c34e5de5c02d1d13_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:67f16f35ae8e95b90d758bf617c953ffbd0f31d685b9f023c34e5de5c02d1d13_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:67f16f35ae8e95b90d758bf617c953ffbd0f31d685b9f023c34e5de5c02d1d13_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-proxy-rhel9@sha256%3A67f16f35ae8e95b90d758bf617c953ffbd0f31d685b9f023c34e5de5c02d1d13?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-proxy-rhel9\u0026tag=1787571884"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4ef4397e1a1aa5b377ecab2fceb5c2eb15b526ae39bcd9299b45d9abe4bbbf31_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4ef4397e1a1aa5b377ecab2fceb5c2eb15b526ae39bcd9299b45d9abe4bbbf31_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4ef4397e1a1aa5b377ecab2fceb5c2eb15b526ae39bcd9299b45d9abe4bbbf31_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-alertmanager-rhel9@sha256%3A4ef4397e1a1aa5b377ecab2fceb5c2eb15b526ae39bcd9299b45d9abe4bbbf31?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9\u0026tag=1787571562"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:afc464bfe9fb581e22275814fb3263ada3383b571ac4765507d2640470a8fa3a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:afc464bfe9fb581e22275814fb3263ada3383b571ac4765507d2640470a8fa3a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:afc464bfe9fb581e22275814fb3263ada3383b571ac4765507d2640470a8fa3a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-node-exporter-rhel9@sha256%3Aafc464bfe9fb581e22275814fb3263ada3383b571ac4765507d2640470a8fa3a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9\u0026tag=1787572822"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2bb2c4706037910e8045bf0127ddd9087d2c8ab9eeb09ceabe97b18dfe873c1a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2bb2c4706037910e8045bf0127ddd9087d2c8ab9eeb09ceabe97b18dfe873c1a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2bb2c4706037910e8045bf0127ddd9087d2c8ab9eeb09ceabe97b18dfe873c1a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9@sha256%3A2bb2c4706037910e8045bf0127ddd9087d2c8ab9eeb09ceabe97b18dfe873c1a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-rhel9\u0026tag=1787573491"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1eb4aa5666fec327b24c011e1b7e726ecde7ba1942e0b8d9af38a65baa052985_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1eb4aa5666fec327b24c011e1b7e726ecde7ba1942e0b8d9af38a65baa052985_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1eb4aa5666fec327b24c011e1b7e726ecde7ba1942e0b8d9af38a65baa052985_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3A1eb4aa5666fec327b24c011e1b7e726ecde7ba1942e0b8d9af38a65baa052985?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel9\u0026tag=1787573179"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:bccd28236b901759b08d5106786d262e482cbd1e3798c1392c9c6eda9956a5d6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:bccd28236b901759b08d5106786d262e482cbd1e3798c1392c9c6eda9956a5d6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:bccd28236b901759b08d5106786d262e482cbd1e3798c1392c9c6eda9956a5d6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-rhel9@sha256%3Abccd28236b901759b08d5106786d262e482cbd1e3798c1392c9c6eda9956a5d6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-rhel9\u0026tag=1787676828"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f6427aa92071d20df4e412376886d9831bb0cbb15c10216ebf2ac78de096b051_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f6427aa92071d20df4e412376886d9831bb0cbb15c10216ebf2ac78de096b051_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f6427aa92071d20df4e412376886d9831bb0cbb15c10216ebf2ac78de096b051_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-agent-rhel9@sha256%3Af6427aa92071d20df4e412376886d9831bb0cbb15c10216ebf2ac78de096b051?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-agent-rhel9\u0026tag=1787722533"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5d5edceedc72d2ec62b24b6a60c278e4836829c78a0bcfeb20d87fefe501a39c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5d5edceedc72d2ec62b24b6a60c278e4836829c78a0bcfeb20d87fefe501a39c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5d5edceedc72d2ec62b24b6a60c278e4836829c78a0bcfeb20d87fefe501a39c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-machine-os-downloader-rhel9@sha256%3A5d5edceedc72d2ec62b24b6a60c278e4836829c78a0bcfeb20d87fefe501a39c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9\u0026tag=1787649017"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b2a85daa27b4a10282c1365dfbb48a3224df6c2a47d6f5ed59c3c01f6035d443_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b2a85daa27b4a10282c1365dfbb48a3224df6c2a47d6f5ed59c3c01f6035d443_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b2a85daa27b4a10282c1365dfbb48a3224df6c2a47d6f5ed59c3c01f6035d443_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-static-ip-manager-rhel9@sha256%3Ab2a85daa27b4a10282c1365dfbb48a3224df6c2a47d6f5ed59c3c01f6035d443?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9\u0026tag=1787570832"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5eee9a534fd647002e246ccc70b47a79737cbf604c5fa4519d10a8c66865e5a7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5eee9a534fd647002e246ccc70b47a79737cbf604c5fa4519d10a8c66865e5a7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5eee9a534fd647002e246ccc70b47a79737cbf604c5fa4519d10a8c66865e5a7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy-rhel9@sha256%3A5eee9a534fd647002e246ccc70b47a79737cbf604c5fa4519d10a8c66865e5a7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-proxy-rhel9\u0026tag=1787572539"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3978c02a12f2469999e833a2cd001a08741c4d9bd22ebe211bfdbac17563ddf0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3978c02a12f2469999e833a2cd001a08741c4d9bd22ebe211bfdbac17563ddf0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3978c02a12f2469999e833a2cd001a08741c4d9bd22ebe211bfdbac17563ddf0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-rbac-proxy-rhel9@sha256%3A3978c02a12f2469999e833a2cd001a08741c4d9bd22ebe211bfdbac17563ddf0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9\u0026tag=1787676781"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:198fbdb0d6d4bf699a9186c06c310e4eca0c3252ae8e0d64ea1c68d7b67c2bfe_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:198fbdb0d6d4bf699a9186c06c310e4eca0c3252ae8e0d64ea1c68d7b67c2bfe_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:198fbdb0d6d4bf699a9186c06c310e4eca0c3252ae8e0d64ea1c68d7b67c2bfe_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-state-metrics-rhel9@sha256%3A198fbdb0d6d4bf699a9186c06c310e4eca0c3252ae8e0d64ea1c68d7b67c2bfe?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9\u0026tag=1787573495"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c2d2155a6d299536662cff9c5a8474680dc8d9c514b152e87421feac7cdcc22f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c2d2155a6d299536662cff9c5a8474680dc8d9c514b152e87421feac7cdcc22f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c2d2155a6d299536662cff9c5a8474680dc8d9c514b152e87421feac7cdcc22f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-marketplace-rhel9@sha256%3Ac2d2155a6d299536662cff9c5a8474680dc8d9c514b152e87421feac7cdcc22f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-marketplace-rhel9\u0026tag=1787572258"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c0fe58445dbc3f94bb9a041ee4ac81d6e1ebef0eef6b2468c288be51d947555c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c0fe58445dbc3f94bb9a041ee4ac81d6e1ebef0eef6b2468c288be51d947555c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c0fe58445dbc3f94bb9a041ee4ac81d6e1ebef0eef6b2468c288be51d947555c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3Ac0fe58445dbc3f94bb9a041ee4ac81d6e1ebef0eef6b2468c288be51d947555c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9\u0026tag=1787730804"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:25b8603f08442f61b433250cb6f4839cf2cff118df56d1d7e12b3b09e859a278_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:25b8603f08442f61b433250cb6f4839cf2cff118df56d1d7e12b3b09e859a278_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:25b8603f08442f61b433250cb6f4839cf2cff118df56d1d7e12b3b09e859a278_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-rhel9@sha256%3A25b8603f08442f61b433250cb6f4839cf2cff118df56d1d7e12b3b09e859a278?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni-rhel9\u0026tag=1787572974"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5f0f4b8edf205f47a263878372c0fc80e1531f3d197d882a83cc6a2bf980c277_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5f0f4b8edf205f47a263878372c0fc80e1531f3d197d882a83cc6a2bf980c277_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5f0f4b8edf205f47a263878372c0fc80e1531f3d197d882a83cc6a2bf980c277_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-microshift-rhel9@sha256%3A5f0f4b8edf205f47a263878372c0fc80e1531f3d197d882a83cc6a2bf980c277?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9\u0026tag=1787571889"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7c527388a78edbc77d6a9db9ba9d5c8ddb302220d69734f4e0bfc26b63b3dcb1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7c527388a78edbc77d6a9db9ba9d5c8ddb302220d69734f4e0bfc26b63b3dcb1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7c527388a78edbc77d6a9db9ba9d5c8ddb302220d69734f4e0bfc26b63b3dcb1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-networkpolicy-rhel9@sha256%3A7c527388a78edbc77d6a9db9ba9d5c8ddb302220d69734f4e0bfc26b63b3dcb1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9\u0026tag=1787573349"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:68d5b77732cb2c0b0cb9a7e6f4201570dd8134dcbb21019dfec4bfe1fadbad1a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:68d5b77732cb2c0b0cb9a7e6f4201570dd8134dcbb21019dfec4bfe1fadbad1a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:68d5b77732cb2c0b0cb9a7e6f4201570dd8134dcbb21019dfec4bfe1fadbad1a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-networking-console-plugin-rhel9@sha256%3A68d5b77732cb2c0b0cb9a7e6f4201570dd8134dcbb21019dfec4bfe1fadbad1a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9\u0026tag=1787745534"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b10f0eaa64d49ea5763131b8ddd134da6771b835333a4f5ac9ffdaa13cbd08f9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b10f0eaa64d49ea5763131b8ddd134da6771b835333a4f5ac9ffdaa13cbd08f9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b10f0eaa64d49ea5763131b8ddd134da6771b835333a4f5ac9ffdaa13cbd08f9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-server-rhel9@sha256%3Ab10f0eaa64d49ea5763131b8ddd134da6771b835333a4f5ac9ffdaa13cbd08f9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-server-rhel9\u0026tag=1787572486"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c5f86407af14e6c3741e75068ebe79aea7c7d1a73ca87fc97128c53139dc8748_arm64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c5f86407af14e6c3741e75068ebe79aea7c7d1a73ca87fc97128c53139dc8748_arm64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c5f86407af14e6c3741e75068ebe79aea7c7d1a73ca87fc97128c53139dc8748_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel9@sha256%3Ac5f86407af14e6c3741e75068ebe79aea7c7d1a73ca87fc97128c53139dc8748?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/oc-mirror-plugin-rhel9\u0026tag=1787574223"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:94f82ddff9d44dfdce03af24a851c05cec4ceb161c5631ce6ce88dc8a9481271_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:94f82ddff9d44dfdce03af24a851c05cec4ceb161c5631ce6ce88dc8a9481271_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:94f82ddff9d44dfdce03af24a851c05cec4ceb161c5631ce6ce88dc8a9481271_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder-rhel9@sha256%3A94f82ddff9d44dfdce03af24a851c05cec4ceb161c5631ce6ce88dc8a9481271?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder-rhel9\u0026tag=1787571057"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:90b36fe8a88dddddcd584cf06ddbde8b74e9d7a78f9f51b77d7d2480ed45ed79_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:90b36fe8a88dddddcd584cf06ddbde8b74e9d7a78f9f51b77d7d2480ed45ed79_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:90b36fe8a88dddddcd584cf06ddbde8b74e9d7a78f9f51b77d7d2480ed45ed79_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-rhel9@sha256%3A90b36fe8a88dddddcd584cf06ddbde8b74e9d7a78f9f51b77d7d2480ed45ed79?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cli-rhel9\u0026tag=1787572868"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:f3b4137b1beff722b9c1ec2e451577a22f44c47a6196139a39d4aff3a0386daa_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:f3b4137b1beff722b9c1ec2e451577a22f44c47a6196139a39d4aff3a0386daa_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:f3b4137b1beff722b9c1ec2e451577a22f44c47a6196139a39d4aff3a0386daa_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3Af3b4137b1beff722b9c1ec2e451577a22f44c47a6196139a39d4aff3a0386daa?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9\u0026tag=1787746382"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c33a11f1aa2fe38738663eb291e25503e2e6fc3cb5bd964e1a6f8db0475e29a8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c33a11f1aa2fe38738663eb291e25503e2e6fc3cb5bd964e1a6f8db0475e29a8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c33a11f1aa2fe38738663eb291e25503e2e6fc3cb5bd964e1a6f8db0475e29a8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9-operator@sha256%3Ac33a11f1aa2fe38738663eb291e25503e2e6fc3cb5bd964e1a6f8db0475e29a8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9-operator\u0026tag=1787571787"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7be609c48462446f215d9ae0326f1c76bc0b779cd08db391163c796106e7aeef_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7be609c48462446f215d9ae0326f1c76bc0b779cd08db391163c796106e7aeef_arm64",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7be609c48462446f215d9ae0326f1c76bc0b779cd08db391163c796106e7aeef_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-deployer-rhel9@sha256%3A7be609c48462446f215d9ae0326f1c76bc0b779cd08db391163c796106e7aeef?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-deployer-rhel9\u0026tag=1787574338"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bdd058e218fb99204c479f5cc33383634b184b1153a74c3333926e84f3e4bae1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bdd058e218fb99204c479f5cc33383634b184b1153a74c3333926e84f3e4bae1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bdd058e218fb99204c479f5cc33383634b184b1153a74c3333926e84f3e4bae1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-haproxy-router-rhel9@sha256%3Abdd058e218fb99204c479f5cc33383634b184b1153a74c3333926e84f3e4bae1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-haproxy-router-rhel9\u0026tag=1787669416"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:174dd5140764fb73bc002166fefbf8f897be7b295e10527410fee19338fe65d3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:174dd5140764fb73bc002166fefbf8f897be7b295e10527410fee19338fe65d3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:174dd5140764fb73bc002166fefbf8f897be7b295e10527410fee19338fe65d3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube-rhel9@sha256%3A174dd5140764fb73bc002166fefbf8f897be7b295e10527410fee19338fe65d3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube-rhel9\u0026tag=1787573753"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:a6a1152188a6d2cab12133e497a5c29549fa0103dcde8f1bb530ce7a033033b5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:a6a1152188a6d2cab12133e497a5c29549fa0103dcde8f1bb530ce7a033033b5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:a6a1152188a6d2cab12133e497a5c29549fa0103dcde8f1bb530ce7a033033b5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover-rhel9@sha256%3Aa6a1152188a6d2cab12133e497a5c29549fa0103dcde8f1bb530ce7a033033b5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9\u0026tag=1787573631"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:8fadf40fe968046de41a4a4c6f643d9077f4908a1e456d7da29e0b0c79f8431e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:8fadf40fe968046de41a4a4c6f643d9077f4908a1e456d7da29e0b0c79f8431e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:8fadf40fe968046de41a4a4c6f643d9077f4908a1e456d7da29e0b0c79f8431e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod-rhel9@sha256%3A8fadf40fe968046de41a4a4c6f643d9077f4908a1e456d7da29e0b0c79f8431e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-pod-rhel9\u0026tag=1787573725"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e35c02d8101af5150e038572081ef775816f97c77ae24fec3826bef8c24837b4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e35c02d8101af5150e038572081ef775816f97c77ae24fec3826bef8c24837b4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e35c02d8101af5150e038572081ef775816f97c77ae24fec3826bef8c24837b4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry-rhel9@sha256%3Ae35c02d8101af5150e038572081ef775816f97c77ae24fec3826bef8c24837b4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-registry-rhel9\u0026tag=1787574298"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:93c6c010543791ed57e08cd0630a7dc7903d7455d61686cdb0865b13fc52f44e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:93c6c010543791ed57e08cd0630a7dc7903d7455d61686cdb0865b13fc52f44e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:93c6c010543791ed57e08cd0630a7dc7903d7455d61686cdb0865b13fc52f44e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests-rhel9@sha256%3A93c6c010543791ed57e08cd0630a7dc7903d7455d61686cdb0865b13fc52f44e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-tests-rhel9\u0026tag=1787743885"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c95e0922aa74f51030c35cdf1ee704f01ece7b4ec53f361055f4cfc58e464bb9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c95e0922aa74f51030c35cdf1ee704f01ece7b4ec53f361055f4cfc58e464bb9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c95e0922aa74f51030c35cdf1ee704f01ece7b4ec53f361055f4cfc58e464bb9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-state-metrics-rhel9@sha256%3Ac95e0922aa74f51030c35cdf1ee704f01ece7b4ec53f361055f4cfc58e464bb9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9\u0026tag=1787573185"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e9625244e5cf3f4fd7e6d69a8076069e24079672e2c4bc4df7733ef31c3aad9b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e9625244e5cf3f4fd7e6d69a8076069e24079672e2c4bc4df7733ef31c3aad9b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e9625244e5cf3f4fd7e6d69a8076069e24079672e2c4bc4df7733ef31c3aad9b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cluster-api-controllers-rhel9@sha256%3Ae9625244e5cf3f4fd7e6d69a8076069e24079672e2c4bc4df7733ef31c3aad9b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9\u0026tag=1787573492"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:82953c91b88971066d4d605174664863cb062a6f7da286754aa4f05c11a69bc4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:82953c91b88971066d4d605174664863cb062a6f7da286754aa4f05c11a69bc4_arm64",
"product_id": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:82953c91b88971066d4d605174664863cb062a6f7da286754aa4f05c11a69bc4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openstack-resource-controller-rhel9@sha256%3A82953c91b88971066d4d605174664863cb062a6f7da286754aa4f05c11a69bc4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/openstack-resource-controller-rhel9\u0026tag=1787573623"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4ddc6ce50e06c258b4f24827f1fe5577c4ceb5d68ad925a185dfac5b2b3a661e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4ddc6ce50e06c258b4f24827f1fe5577c4ceb5d68ad925a185dfac5b2b3a661e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4ddc6ce50e06c258b4f24827f1fe5577c4ceb5d68ad925a185dfac5b2b3a661e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager-rhel9@sha256%3A4ddc6ce50e06c258b4f24827f1fe5577c4ceb5d68ad925a185dfac5b2b3a661e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9\u0026tag=1787571247"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:62ff6e225c6c72f9c9b0bb33014544d1e02a30ff9092c25fddf72d9ebc8782dd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:62ff6e225c6c72f9c9b0bb33014544d1e02a30ff9092c25fddf72d9ebc8782dd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:62ff6e225c6c72f9c9b0bb33014544d1e02a30ff9092c25fddf72d9ebc8782dd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry-rhel9@sha256%3A62ff6e225c6c72f9c9b0bb33014544d1e02a30ff9092c25fddf72d9ebc8782dd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry-rhel9\u0026tag=1787571922"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c0cac6ae1322cdf12df3c55948bcfead52641aa95a57dcdea97401ae01c1860_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c0cac6ae1322cdf12df3c55948bcfead52641aa95a57dcdea97401ae01c1860_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c0cac6ae1322cdf12df3c55948bcfead52641aa95a57dcdea97401ae01c1860_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel9@sha256%3A8c0cac6ae1322cdf12df3c55948bcfead52641aa95a57dcdea97401ae01c1860?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9\u0026tag=1787571509"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6b91bbe18861c83c79693a155979f3cc56162624412eef4c57c52cfedfb38475_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6b91bbe18861c83c79693a155979f3cc56162624412eef4c57c52cfedfb38475_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6b91bbe18861c83c79693a155979f3cc56162624412eef4c57c52cfedfb38475_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-csr-approver-rhel9@sha256%3A6b91bbe18861c83c79693a155979f3cc56162624412eef4c57c52cfedfb38475?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9\u0026tag=1787571131"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6b2582a7f534bb2716acaa72598b40f593897124fe03a5e6b2bea1e4c1a26d15_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6b2582a7f534bb2716acaa72598b40f593897124fe03a5e6b2bea1e4c1a26d15_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6b2582a7f534bb2716acaa72598b40f593897124fe03a5e6b2bea1e4c1a26d15_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel9@sha256%3A6b2582a7f534bb2716acaa72598b40f593897124fe03a5e6b2bea1e4c1a26d15?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9\u0026tag=1787573370"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f492d67b16384267b9f65d20b769f93e3122f0957cec290a88a1b244c80e4b54_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f492d67b16384267b9f65d20b769f93e3122f0957cec290a88a1b244c80e4b54_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f492d67b16384267b9f65d20b769f93e3122f0957cec290a88a1b244c80e4b54_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-orchestrator-rhel9@sha256%3Af492d67b16384267b9f65d20b769f93e3122f0957cec290a88a1b244c80e4b54?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9\u0026tag=1787572128"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e223d745233c048714d3ff7a04f8ee565aebeb0f5aead03e55dd9f305fe60cb2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e223d745233c048714d3ff7a04f8ee565aebeb0f5aead03e55dd9f305fe60cb2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e223d745233c048714d3ff7a04f8ee565aebeb0f5aead03e55dd9f305fe60cb2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-utils-rhel9@sha256%3Ae223d745233c048714d3ff7a04f8ee565aebeb0f5aead03e55dd9f305fe60cb2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9\u0026tag=1787572467"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:64ea7652aa2f9f9ba58d56765ee0ffd7224d6534860d118c059c2c066bbf2142_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:64ea7652aa2f9f9ba58d56765ee0ffd7224d6534860d118c059c2c066bbf2142_arm64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:64ea7652aa2f9f9ba58d56765ee0ffd7224d6534860d118c059c2c066bbf2142_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-apiserver-network-proxy-rhel9@sha256%3A64ea7652aa2f9f9ba58d56765ee0ffd7224d6534860d118c059c2c066bbf2142?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9\u0026tag=1787573687"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:68c90482505c592a6393640c16467c1416f3175ba1273a284c3d0a9417e879ae_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:68c90482505c592a6393640c16467c1416f3175ba1273a284c3d0a9417e879ae_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:68c90482505c592a6393640c16467c1416f3175ba1273a284c3d0a9417e879ae_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cloud-controller-manager-rhel9@sha256%3A68c90482505c592a6393640c16467c1416f3175ba1273a284c3d0a9417e879ae?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9\u0026tag=1787571082"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f330b931299e7c97298212e0514c55f9e086e2f33ab7e522d40d8e9df843ea11_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f330b931299e7c97298212e0514c55f9e086e2f33ab7e522d40d8e9df843ea11_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f330b931299e7c97298212e0514c55f9e086e2f33ab7e522d40d8e9df843ea11_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cluster-api-controllers-rhel9@sha256%3Af330b931299e7c97298212e0514c55f9e086e2f33ab7e522d40d8e9df843ea11?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9\u0026tag=1787571125"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b693182419b2287a69a8bcb3bd3ef8d6e799b5e7aa9b5f25cca855995588e104_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b693182419b2287a69a8bcb3bd3ef8d6e799b5e7aa9b5f25cca855995588e104_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b693182419b2287a69a8bcb3bd3ef8d6e799b5e7aa9b5f25cca855995588e104_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel9@sha256%3Ab693182419b2287a69a8bcb3bd3ef8d6e799b5e7aa9b5f25cca855995588e104?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9\u0026tag=1787570846"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:61d9a3fb3114cc2252a8ecb5b0339a5fcdef87cf962f285be72b164933afb857_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:61d9a3fb3114cc2252a8ecb5b0339a5fcdef87cf962f285be72b164933afb857_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:61d9a3fb3114cc2252a8ecb5b0339a5fcdef87cf962f285be72b164933afb857_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3A61d9a3fb3114cc2252a8ecb5b0339a5fcdef87cf962f285be72b164933afb857?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator\u0026tag=1787571053"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cde3a4deb285f4ffb38be4443b3c09f33a44d8f2007bfde6f8766d371487bb80_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cde3a4deb285f4ffb38be4443b3c09f33a44d8f2007bfde6f8766d371487bb80_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cde3a4deb285f4ffb38be4443b3c09f33a44d8f2007bfde6f8766d371487bb80_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-pod-identity-webhook-rhel9@sha256%3Acde3a4deb285f4ffb38be4443b3c09f33a44d8f2007bfde6f8766d371487bb80?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9\u0026tag=1787570829"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:30a0f7d083fbf57d19fdebcba31bf52d257fda3eab13e1c8b856291f40278c4d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:30a0f7d083fbf57d19fdebcba31bf52d257fda3eab13e1c8b856291f40278c4d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:30a0f7d083fbf57d19fdebcba31bf52d257fda3eab13e1c8b856291f40278c4d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cloud-controller-manager-rhel9@sha256%3A30a0f7d083fbf57d19fdebcba31bf52d257fda3eab13e1c8b856291f40278c4d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9\u0026tag=1787570867"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:6d60dfdba0f6368f23bdb554da68f81e3d088677ce9748d2850ba8f2ecb0cbcd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:6d60dfdba0f6368f23bdb554da68f81e3d088677ce9748d2850ba8f2ecb0cbcd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:6d60dfdba0f6368f23bdb554da68f81e3d088677ce9748d2850ba8f2ecb0cbcd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cloud-node-manager-rhel9@sha256%3A6d60dfdba0f6368f23bdb554da68f81e3d088677ce9748d2850ba8f2ecb0cbcd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9\u0026tag=1787570971"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e4969f9764190a2b46dc5c9c7375213c28518935d80c4e4570d122d231f53663_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e4969f9764190a2b46dc5c9c7375213c28518935d80c4e4570d122d231f53663_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e4969f9764190a2b46dc5c9c7375213c28518935d80c4e4570d122d231f53663_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cluster-api-controllers-rhel9@sha256%3Ae4969f9764190a2b46dc5c9c7375213c28518935d80c4e4570d122d231f53663?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9\u0026tag=1787571051"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:8687825da05aa3fbdbf32fa82a739f58585d8d2564501deb0d3b97d67a4c431f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:8687825da05aa3fbdbf32fa82a739f58585d8d2564501deb0d3b97d67a4c431f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:8687825da05aa3fbdbf32fa82a739f58585d8d2564501deb0d3b97d67a4c431f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel9@sha256%3A8687825da05aa3fbdbf32fa82a739f58585d8d2564501deb0d3b97d67a4c431f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9\u0026tag=1787571007"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:331e8f309349114252acd7fe42067ab2b7bc03abb6619f1df59c8fe907513d3e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:331e8f309349114252acd7fe42067ab2b7bc03abb6619f1df59c8fe907513d3e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:331e8f309349114252acd7fe42067ab2b7bc03abb6619f1df59c8fe907513d3e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel9-operator@sha256%3A331e8f309349114252acd7fe42067ab2b7bc03abb6619f1df59c8fe907513d3e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator\u0026tag=1787571164"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d18a7d5884e709f2440b7f85999c2351c0f74ba09b876a7c915a974ccfa3dea0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d18a7d5884e709f2440b7f85999c2351c0f74ba09b876a7c915a974ccfa3dea0_arm64",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d18a7d5884e709f2440b7f85999c2351c0f74ba09b876a7c915a974ccfa3dea0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-service-rhel9-operator@sha256%3Ad18a7d5884e709f2440b7f85999c2351c0f74ba09b876a7c915a974ccfa3dea0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/azure-service-rhel9-operator\u0026tag=1787573700"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:64e73e3f7bc1f37f40ae235a7866ea7c881d67afe29b398edc6f15befa7f06cc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:64e73e3f7bc1f37f40ae235a7866ea7c881d67afe29b398edc6f15befa7f06cc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:64e73e3f7bc1f37f40ae235a7866ea7c881d67afe29b398edc6f15befa7f06cc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-workload-identity-webhook-rhel9@sha256%3A64e73e3f7bc1f37f40ae235a7866ea7c881d67afe29b398edc6f15befa7f06cc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9\u0026tag=1787571143"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c72d9616c2bf94661a156840d39e3a42d4023598c5d647562874c453b44b72e9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c72d9616c2bf94661a156840d39e3a42d4023598c5d647562874c453b44b72e9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c72d9616c2bf94661a156840d39e3a42d4023598c5d647562874c453b44b72e9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-cluster-api-controllers-rhel9@sha256%3Ac72d9616c2bf94661a156840d39e3a42d4023598c5d647562874c453b44b72e9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9\u0026tag=1787571898"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9a68ca065607df1a4fd1a351041d799b2166b76ebbdf2c92a0fdbccd47015036_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9a68ca065607df1a4fd1a351041d799b2166b76ebbdf2c92a0fdbccd47015036_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9a68ca065607df1a4fd1a351041d799b2166b76ebbdf2c92a0fdbccd47015036_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel9@sha256%3A9a68ca065607df1a4fd1a351041d799b2166b76ebbdf2c92a0fdbccd47015036?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel9\u0026tag=1787576010"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ea8145a89efceb27b579a5f79c37c7457d141a0eb38b2de5c82ced07879539d1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ea8145a89efceb27b579a5f79c37c7457d141a0eb38b2de5c82ced07879539d1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ea8145a89efceb27b579a5f79c37c7457d141a0eb38b2de5c82ced07879539d1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-rhel9-operator@sha256%3Aea8145a89efceb27b579a5f79c37c7457d141a0eb38b2de5c82ced07879539d1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-rhel9-operator\u0026tag=1787571859"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2e646fe351c1dfb3650d0b67694f5cb89fb7aae85c9b8edd356f54f40b9e9fb3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2e646fe351c1dfb3650d0b67694f5cb89fb7aae85c9b8edd356f54f40b9e9fb3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2e646fe351c1dfb3650d0b67694f5cb89fb7aae85c9b8edd356f54f40b9e9fb3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-artifacts-rhel9@sha256%3A2e646fe351c1dfb3650d0b67694f5cb89fb7aae85c9b8edd356f54f40b9e9fb3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9\u0026tag=1787574496"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:642eb8c1bf4631b969d0ebf3a0755f566236ce7b5534fab78d531c76d5e802ad_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:642eb8c1bf4631b969d0ebf3a0755f566236ce7b5534fab78d531c76d5e802ad_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:642eb8c1bf4631b969d0ebf3a0755f566236ce7b5534fab78d531c76d5e802ad_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-credential-rhel9-operator@sha256%3A642eb8c1bf4631b969d0ebf3a0755f566236ce7b5534fab78d531c76d5e802ad?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator\u0026tag=1787571020"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:40be47b6d5dedb587c54ea5f6ee763dc3007284e85cf75d9f48f4de83bff4f0c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:40be47b6d5dedb587c54ea5f6ee763dc3007284e85cf75d9f48f4de83bff4f0c_arm64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:40be47b6d5dedb587c54ea5f6ee763dc3007284e85cf75d9f48f4de83bff4f0c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-network-config-controller-rhel9@sha256%3A40be47b6d5dedb587c54ea5f6ee763dc3007284e85cf75d9f48f4de83bff4f0c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/cloud-network-config-controller-rhel9\u0026tag=1787573372"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9b3b5510e4cf6b4cb86bae86fbf36c1fccbdeaecfe009cf2e67cb9c1d7924ef4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9b3b5510e4cf6b4cb86bae86fbf36c1fccbdeaecfe009cf2e67cb9c1d7924ef4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9b3b5510e4cf6b4cb86bae86fbf36c1fccbdeaecfe009cf2e67cb9c1d7924ef4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-api-rhel9@sha256%3A9b3b5510e4cf6b4cb86bae86fbf36c1fccbdeaecfe009cf2e67cb9c1d7924ef4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-api-rhel9\u0026tag=1787574231"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:44db7037b872b0164497a603e99b7c5bf2bd9aaf31158e8a4e8bd03559584155_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:44db7037b872b0164497a603e99b7c5bf2bd9aaf31158e8a4e8bd03559584155_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:44db7037b872b0164497a603e99b7c5bf2bd9aaf31158e8a4e8bd03559584155_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-rhel9-operator@sha256%3A44db7037b872b0164497a603e99b7c5bf2bd9aaf31158e8a4e8bd03559584155?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator\u0026tag=1787573628"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:176081efde0e44254215af3f5091e64748c81d2bb29a1e7a64ed2879c6a7fbe3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:176081efde0e44254215af3f5091e64748c81d2bb29a1e7a64ed2879c6a7fbe3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:176081efde0e44254215af3f5091e64748c81d2bb29a1e7a64ed2879c6a7fbe3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9-operator@sha256%3A176081efde0e44254215af3f5091e64748c81d2bb29a1e7a64ed2879c6a7fbe3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator\u0026tag=1787613033"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d748caca6496019c594ae5aca825845658e1e8c5a1c062a02830aecd677ea1af_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d748caca6496019c594ae5aca825845658e1e8c5a1c062a02830aecd677ea1af_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d748caca6496019c594ae5aca825845658e1e8c5a1c062a02830aecd677ea1af_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel9@sha256%3Ad748caca6496019c594ae5aca825845658e1e8c5a1c062a02830aecd677ea1af?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9\u0026tag=1787570872"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:bfa79bf705669231df1e59e373712f0b04ef2c0676ebfd901bd9879cef16236e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:bfa79bf705669231df1e59e373712f0b04ef2c0676ebfd901bd9879cef16236e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:bfa79bf705669231df1e59e373712f0b04ef2c0676ebfd901bd9879cef16236e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-bootstrap-rhel9@sha256%3Abfa79bf705669231df1e59e373712f0b04ef2c0676ebfd901bd9879cef16236e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9\u0026tag=1787573535"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d9279ac3cea7e1e400e244624bd7ce53cbb6343d10872873e71dee20263d0e62_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d9279ac3cea7e1e400e244624bd7ce53cbb6343d10872873e71dee20263d0e62_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d9279ac3cea7e1e400e244624bd7ce53cbb6343d10872873e71dee20263d0e62_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-rhel9-operator@sha256%3Ad9279ac3cea7e1e400e244624bd7ce53cbb6343d10872873e71dee20263d0e62?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator\u0026tag=1787574133"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0ec6c9197060bf068f358283d64b9b877e97f072466244f9d147552a193fdae3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0ec6c9197060bf068f358283d64b9b877e97f072466244f9d147552a193fdae3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0ec6c9197060bf068f358283d64b9b877e97f072466244f9d147552a193fdae3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A0ec6c9197060bf068f358283d64b9b877e97f072466244f9d147552a193fdae3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator\u0026tag=1787598256"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c1c72b9d00d45dc90f97bd9c5263e6d385ee34f3a3f834909dd8b8eb28c3b15f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c1c72b9d00d45dc90f97bd9c5263e6d385ee34f3a3f834909dd8b8eb28c3b15f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c1c72b9d00d45dc90f97bd9c5263e6d385ee34f3a3f834909dd8b8eb28c3b15f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-api-rhel9@sha256%3Ac1c72b9d00d45dc90f97bd9c5263e6d385ee34f3a3f834909dd8b8eb28c3b15f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-api-rhel9\u0026tag=1787668452"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3bef4d599101ae4c2162f47e89f5fbac89903db3f007bb425eed38e1d9b4d9cc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3bef4d599101ae4c2162f47e89f5fbac89903db3f007bb425eed38e1d9b4d9cc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3bef4d599101ae4c2162f47e89f5fbac89903db3f007bb425eed38e1d9b4d9cc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-rhel9-operator@sha256%3A3bef4d599101ae4c2162f47e89f5fbac89903db3f007bb425eed38e1d9b4d9cc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator\u0026tag=1787574159"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f2f194cdb1a14fe59e05455df10ebfe70edabd37ad605346b6258c5bda79d96e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f2f194cdb1a14fe59e05455df10ebfe70edabd37ad605346b6258c5bda79d96e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f2f194cdb1a14fe59e05455df10ebfe70edabd37ad605346b6258c5bda79d96e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3Af2f194cdb1a14fe59e05455df10ebfe70edabd37ad605346b6258c5bda79d96e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator\u0026tag=1787571520"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d8f67c5b7b8903633485f67a76f88ea13855bbf95e92b651bddd15fa91458ebc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d8f67c5b7b8903633485f67a76f88ea13855bbf95e92b651bddd15fa91458ebc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d8f67c5b7b8903633485f67a76f88ea13855bbf95e92b651bddd15fa91458ebc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3Ad8f67c5b7b8903633485f67a76f88ea13855bbf95e92b651bddd15fa91458ebc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator\u0026tag=1787571467"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:41ab25be6eb002ee921bf74c1049e07547328632d576e78fc45245177fe9ab84_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:41ab25be6eb002ee921bf74c1049e07547328632d576e78fc45245177fe9ab84_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:41ab25be6eb002ee921bf74c1049e07547328632d576e78fc45245177fe9ab84_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-dns-rhel9-operator@sha256%3A41ab25be6eb002ee921bf74c1049e07547328632d576e78fc45245177fe9ab84?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator\u0026tag=1787573419"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b72954ed888ded15f443784fe6a684b6e0d7782921efb788e242d987fcbf5388_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b72954ed888ded15f443784fe6a684b6e0d7782921efb788e242d987fcbf5388_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b72954ed888ded15f443784fe6a684b6e0d7782921efb788e242d987fcbf5388_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-image-registry-rhel9-operator@sha256%3Ab72954ed888ded15f443784fe6a684b6e0d7782921efb788e242d987fcbf5388?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator\u0026tag=1787573406"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:697ada7f8e4bc8a881e2f1fa3a8402a2e96448f948befd465c59e03ced12c9d9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:697ada7f8e4bc8a881e2f1fa3a8402a2e96448f948befd465c59e03ced12c9d9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:697ada7f8e4bc8a881e2f1fa3a8402a2e96448f948befd465c59e03ced12c9d9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-rhel9-operator@sha256%3A697ada7f8e4bc8a881e2f1fa3a8402a2e96448f948befd465c59e03ced12c9d9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator\u0026tag=1787571628"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:55102797bf884eef2d8b842ba8a5f2538f711622eab1c82b06941ec574b8f266_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:55102797bf884eef2d8b842ba8a5f2538f711622eab1c82b06941ec574b8f266_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:55102797bf884eef2d8b842ba8a5f2538f711622eab1c82b06941ec574b8f266_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A55102797bf884eef2d8b842ba8a5f2538f711622eab1c82b06941ec574b8f266?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator\u0026tag=1787573542"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:73b76f141fea3db7cf7df4e9b70443b37fc67790cc6986efdf53a32ea7360bbe_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:73b76f141fea3db7cf7df4e9b70443b37fc67790cc6986efdf53a32ea7360bbe_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:73b76f141fea3db7cf7df4e9b70443b37fc67790cc6986efdf53a32ea7360bbe_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A73b76f141fea3db7cf7df4e9b70443b37fc67790cc6986efdf53a32ea7360bbe?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator\u0026tag=1787574157"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d8c4afb75de3b6d432d4929f4d4fb6938617a794ca2ef2060b83a02588a1d0a3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d8c4afb75de3b6d432d4929f4d4fb6938617a794ca2ef2060b83a02588a1d0a3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d8c4afb75de3b6d432d4929f4d4fb6938617a794ca2ef2060b83a02588a1d0a3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-scheduler-rhel9-operator@sha256%3Ad8c4afb75de3b6d432d4929f4d4fb6938617a794ca2ef2060b83a02588a1d0a3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator\u0026tag=1787571297"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9654a0a2b4549ab06e5422dc69872961c892e97032b18d913cc197dd3aa39f3d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9654a0a2b4549ab06e5422dc69872961c892e97032b18d913cc197dd3aa39f3d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9654a0a2b4549ab06e5422dc69872961c892e97032b18d913cc197dd3aa39f3d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A9654a0a2b4549ab06e5422dc69872961c892e97032b18d913cc197dd3aa39f3d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator\u0026tag=1787573522"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:67f85bffdf2db08fb27d52c6a0a8b615a4b9cd748d9a7e6126851d1bb27844ed_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:67f85bffdf2db08fb27d52c6a0a8b615a4b9cd748d9a7e6126851d1bb27844ed_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:67f85bffdf2db08fb27d52c6a0a8b615a4b9cd748d9a7e6126851d1bb27844ed_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-machine-approver-rhel9@sha256%3A67f85bffdf2db08fb27d52c6a0a8b615a4b9cd748d9a7e6126851d1bb27844ed?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9\u0026tag=1787572448"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e294ee6e92049316f91ecad5987a24d7d3c06809d3db2ee3f9a41bb461bc220_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e294ee6e92049316f91ecad5987a24d7d3c06809d3db2ee3f9a41bb461bc220_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e294ee6e92049316f91ecad5987a24d7d3c06809d3db2ee3f9a41bb461bc220_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-olm-rhel9-operator@sha256%3A2e294ee6e92049316f91ecad5987a24d7d3c06809d3db2ee3f9a41bb461bc220?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator\u0026tag=1787570808"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:14b5ec9622b1a177ffe69a7c87b7797c06b283b26d5547828d3177f823074b5e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:14b5ec9622b1a177ffe69a7c87b7797c06b283b26d5547828d3177f823074b5e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:14b5ec9622b1a177ffe69a7c87b7797c06b283b26d5547828d3177f823074b5e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A14b5ec9622b1a177ffe69a7c87b7797c06b283b26d5547828d3177f823074b5e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator\u0026tag=1787572259"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5e5a715049a34055fca9a4b36dab839573238385890678734f96d7ba776dadf9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5e5a715049a34055fca9a4b36dab839573238385890678734f96d7ba776dadf9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5e5a715049a34055fca9a4b36dab839573238385890678734f96d7ba776dadf9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A5e5a715049a34055fca9a4b36dab839573238385890678734f96d7ba776dadf9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator\u0026tag=1787571243"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b67943ce9e26423e0bf84f411d50f394a67a0f3368ff289e695f8819c4fa8c02_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b67943ce9e26423e0bf84f411d50f394a67a0f3368ff289e695f8819c4fa8c02_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b67943ce9e26423e0bf84f411d50f394a67a0f3368ff289e695f8819c4fa8c02_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-samples-rhel9-operator@sha256%3Ab67943ce9e26423e0bf84f411d50f394a67a0f3368ff289e695f8819c4fa8c02?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator\u0026tag=1787572374"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:49a412244c4d6b547d5b0ca9bcb041b1e3cabbc78f5234ce52b678207d83b3e3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:49a412244c4d6b547d5b0ca9bcb041b1e3cabbc78f5234ce52b678207d83b3e3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:49a412244c4d6b547d5b0ca9bcb041b1e3cabbc78f5234ce52b678207d83b3e3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-update-keys-rhel9@sha256%3A49a412244c4d6b547d5b0ca9bcb041b1e3cabbc78f5234ce52b678207d83b3e3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9\u0026tag=1787573412"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:32956c0bb79239db914454aa82f94222c6f7a90be718e22bb80c4e75a45127f1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:32956c0bb79239db914454aa82f94222c6f7a90be718e22bb80c4e75a45127f1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:32956c0bb79239db914454aa82f94222c6f7a90be718e22bb80c4e75a45127f1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-container-networking-plugins-rhel9@sha256%3A32956c0bb79239db914454aa82f94222c6f7a90be718e22bb80c4e75a45127f1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9\u0026tag=1787573409"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:339b51d602e6c798949da55fc36b4e83d4b07909c97f004f8aebb5bb6f43268d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:339b51d602e6c798949da55fc36b4e83d4b07909c97f004f8aebb5bb6f43268d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:339b51d602e6c798949da55fc36b4e83d4b07909c97f004f8aebb5bb6f43268d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer-rhel9@sha256%3A339b51d602e6c798949da55fc36b4e83d4b07909c97f004f8aebb5bb6f43268d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9\u0026tag=1787572150"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3a4f76a56b75c54966a76307c4fd647d854812bd22e55cb228c1e9b5aea67037_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3a4f76a56b75c54966a76307c4fd647d854812bd22e55cb228c1e9b5aea67037_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3a4f76a56b75c54966a76307c4fd647d854812bd22e55cb228c1e9b5aea67037_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter-rhel9@sha256%3A3a4f76a56b75c54966a76307c4fd647d854812bd22e55cb228c1e9b5aea67037?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9\u0026tag=1787570827"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3bd696b964b694ec219c5776593bf4772dafcc3f43b973355913801929462557_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3bd696b964b694ec219c5776593bf4772dafcc3f43b973355913801929462557_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3bd696b964b694ec219c5776593bf4772dafcc3f43b973355913801929462557_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller-rhel9@sha256%3A3bd696b964b694ec219c5776593bf4772dafcc3f43b973355913801929462557?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9\u0026tag=1787571379"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:123714413da1487c02d182f1d355688d2f0fd63e0f82865dd962567bb9c81039_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:123714413da1487c02d182f1d355688d2f0fd63e0f82865dd962567bb9c81039_arm64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:123714413da1487c02d182f1d355688d2f0fd63e0f82865dd962567bb9c81039_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-etcd-rhel9@sha256%3A123714413da1487c02d182f1d355688d2f0fd63e0f82865dd962567bb9c81039?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-etcd-rhel9\u0026tag=1787573317"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:0e22ab8f884e0095c3cb3efcb63f9f37d55b72cff37962f271fdf534deb469c1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:0e22ab8f884e0095c3cb3efcb63f9f37d55b72cff37962f271fdf534deb469c1_arm64",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:0e22ab8f884e0095c3cb3efcb63f9f37d55b72cff37962f271fdf534deb469c1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel9@sha256%3A0e22ab8f884e0095c3cb3efcb63f9f37d55b72cff37962f271fdf534deb469c1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/frr-rhel9\u0026tag=1787570998"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4e68102ebe684da4477f443e32d69865b6fa28d398fbb76463c67d85739e3c2d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4e68102ebe684da4477f443e32d69865b6fa28d398fbb76463c67d85739e3c2d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4e68102ebe684da4477f443e32d69865b6fa28d398fbb76463c67d85739e3c2d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cloud-controller-manager-rhel9@sha256%3A4e68102ebe684da4477f443e32d69865b6fa28d398fbb76463c67d85739e3c2d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9\u0026tag=1787570868"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:061699fecaf30d68ae3d41b89d812ea8144627d9ca9de83173fb33fa06e6b8f3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:061699fecaf30d68ae3d41b89d812ea8144627d9ca9de83173fb33fa06e6b8f3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:061699fecaf30d68ae3d41b89d812ea8144627d9ca9de83173fb33fa06e6b8f3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cluster-api-controllers-rhel9@sha256%3A061699fecaf30d68ae3d41b89d812ea8144627d9ca9de83173fb33fa06e6b8f3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9\u0026tag=1787571817"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4e09db0d6efc9289a85cf5d4ced1d6a6a7f52168e44c366907a5d4ebd3e7d75d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4e09db0d6efc9289a85cf5d4ced1d6a6a7f52168e44c366907a5d4ebd3e7d75d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4e09db0d6efc9289a85cf5d4ced1d6a6a7f52168e44c366907a5d4ebd3e7d75d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-rhel9@sha256%3A4e09db0d6efc9289a85cf5d4ced1d6a6a7f52168e44c366907a5d4ebd3e7d75d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9\u0026tag=1787571485"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5d1720d8067c33064ccfa16d47931fd18bdd3590f53023c2ec268ed9405d0983_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5d1720d8067c33064ccfa16d47931fd18bdd3590f53023c2ec268ed9405d0983_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5d1720d8067c33064ccfa16d47931fd18bdd3590f53023c2ec268ed9405d0983_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3A5d1720d8067c33064ccfa16d47931fd18bdd3590f53023c2ec268ed9405d0983?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9\u0026tag=1787571578"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:2cb5be04fd1145f054e994500608d1463f35a0fb87305e559ff71c972795d978_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:2cb5be04fd1145f054e994500608d1463f35a0fb87305e559ff71c972795d978_arm64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:2cb5be04fd1145f054e994500608d1463f35a0fb87305e559ff71c972795d978_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-image-customization-controller-rhel9@sha256%3A2cb5be04fd1145f054e994500608d1463f35a0fb87305e559ff71c972795d978?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-image-customization-controller-rhel9\u0026tag=1787571167"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:28e1a2e9d3850462c628b0bfaafac15d68def97b8c1c9387de58b1fb6d877f19_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:28e1a2e9d3850462c628b0bfaafac15d68def97b8c1c9387de58b1fb6d877f19_arm64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:28e1a2e9d3850462c628b0bfaafac15d68def97b8c1c9387de58b1fb6d877f19_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel9-operator@sha256%3A28e1a2e9d3850462c628b0bfaafac15d68def97b8c1c9387de58b1fb6d877f19?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel9-operator\u0026tag=1787572682"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:bf2513f4ea2df4a781fa74ddc02c207133387318444f7027e6b62565e8af505d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:bf2513f4ea2df4a781fa74ddc02c207133387318444f7027e6b62565e8af505d_arm64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:bf2513f4ea2df4a781fa74ddc02c207133387318444f7027e6b62565e8af505d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-exporter-rhel9@sha256%3Abf2513f4ea2df4a781fa74ddc02c207133387318444f7027e6b62565e8af505d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/insights-runtime-exporter-rhel9\u0026tag=1787572957"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:14b74e5080c191fe32bdd2a416c80cd94a0f30ea6d5f18faf7396c120c5907ea_arm64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:14b74e5080c191fe32bdd2a416c80cd94a0f30ea6d5f18faf7396c120c5907ea_arm64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:14b74e5080c191fe32bdd2a416c80cd94a0f30ea6d5f18faf7396c120c5907ea_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-extractor-rhel9@sha256%3A14b74e5080c191fe32bdd2a416c80cd94a0f30ea6d5f18faf7396c120c5907ea?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/insights-runtime-extractor-rhel9\u0026tag=1787648857"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b920409f5635d704145bb8e1107a7c6f951976c44226a2083982443f67ce619b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b920409f5635d704145bb8e1107a7c6f951976c44226a2083982443f67ce619b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b920409f5635d704145bb8e1107a7c6f951976c44226a2083982443f67ce619b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-rhel9@sha256%3Ab920409f5635d704145bb8e1107a7c6f951976c44226a2083982443f67ce619b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-rhel9\u0026tag=1787577293"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a8705dd5df6abd3d6931b298fe8e53cff0f8259547fa85446503b413b0ba19da_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a8705dd5df6abd3d6931b298fe8e53cff0f8259547fa85446503b413b0ba19da_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a8705dd5df6abd3d6931b298fe8e53cff0f8259547fa85446503b413b0ba19da_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts-rhel9@sha256%3Aa8705dd5df6abd3d6931b298fe8e53cff0f8259547fa85446503b413b0ba19da?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts-rhel9\u0026tag=1787577287"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ea42eecab8a62b7896ffb697f402857a31807834a102986b3967faa70f63775f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ea42eecab8a62b7896ffb697f402857a31807834a102986b3967faa70f63775f_arm64",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ea42eecab8a62b7896ffb697f402857a31807834a102986b3967faa70f63775f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-metrics-server-rhel9@sha256%3Aea42eecab8a62b7896ffb697f402857a31807834a102986b3967faa70f63775f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/kube-metrics-server-rhel9\u0026tag=1787570821"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:27b826d0ac202a4321d2d28bfe26376b405458781f04acd607c3a27bebe83651_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:27b826d0ac202a4321d2d28bfe26376b405458781f04acd607c3a27bebe83651_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:27b826d0ac202a4321d2d28bfe26376b405458781f04acd607c3a27bebe83651_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel9@sha256%3A27b826d0ac202a4321d2d28bfe26376b405458781f04acd607c3a27bebe83651?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9\u0026tag=1787574073"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6ca3200ace5f9b6c36c20185dfbac37ef4cfb171f3a99eb9c746e52031bf380e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6ca3200ace5f9b6c36c20185dfbac37ef4cfb171f3a99eb9c746e52031bf380e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6ca3200ace5f9b6c36c20185dfbac37ef4cfb171f3a99eb9c746e52031bf380e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A6ca3200ace5f9b6c36c20185dfbac37ef4cfb171f3a99eb9c746e52031bf380e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9\u0026tag=1787573200"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:69eb532db9fac5d796148a421f1c0a95f03a84604fe40d5e5a3719c995b8d3c2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:69eb532db9fac5d796148a421f1c0a95f03a84604fe40d5e5a3719c995b8d3c2_s390x",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:69eb532db9fac5d796148a421f1c0a95f03a84604fe40d5e5a3719c995b8d3c2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel9@sha256%3A69eb532db9fac5d796148a421f1c0a95f03a84604fe40d5e5a3719c995b8d3c2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9\u0026tag=1787573396"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ec2e637888e698016d6df6cbf4be6d44e5a2f544e7b81884982e06ee632a9ed_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ec2e637888e698016d6df6cbf4be6d44e5a2f544e7b81884982e06ee632a9ed_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ec2e637888e698016d6df6cbf4be6d44e5a2f544e7b81884982e06ee632a9ed_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-rhel9-operator@sha256%3A0ec2e637888e698016d6df6cbf4be6d44e5a2f544e7b81884982e06ee632a9ed?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-rhel9-operator\u0026tag=1787571673"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b31560936594f27a81750c2d73f97385d7b3ac87cfa7c75e1a4fc224243eb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b31560936594f27a81750c2d73f97385d7b3ac87cfa7c75e1a4fc224243eb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b31560936594f27a81750c2d73f97385d7b3ac87cfa7c75e1a4fc224243eb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel9@sha256%3A953b31560936594f27a81750c2d73f97385d7b3ac87cfa7c75e1a4fc224243eb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9\u0026tag=1787572646"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:24e49f3b5ed9df72849a33dd7fbd4a0b01b8c3be79705d6e23ae48e3fd164133_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:24e49f3b5ed9df72849a33dd7fbd4a0b01b8c3be79705d6e23ae48e3fd164133_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:24e49f3b5ed9df72849a33dd7fbd4a0b01b8c3be79705d6e23ae48e3fd164133_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-rhel9-operator@sha256%3A24e49f3b5ed9df72849a33dd7fbd4a0b01b8c3be79705d6e23ae48e3fd164133?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-rhel9-operator\u0026tag=1787610868"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e47600e5f91aad639de386e422056d431450e5dc3560d30ad16b0b0bd240e371_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e47600e5f91aad639de386e422056d431450e5dc3560d30ad16b0b0bd240e371_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e47600e5f91aad639de386e422056d431450e5dc3560d30ad16b0b0bd240e371_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel9@sha256%3Ae47600e5f91aad639de386e422056d431450e5dc3560d30ad16b0b0bd240e371?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel9\u0026tag=1787580878"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b5be0c8ab080114879aafc5d2526924d32306ff545c06dba64c947ca68736f91_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b5be0c8ab080114879aafc5d2526924d32306ff545c06dba64c947ca68736f91_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b5be0c8ab080114879aafc5d2526924d32306ff545c06dba64c947ca68736f91_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-admission-controller-rhel9@sha256%3Ab5be0c8ab080114879aafc5d2526924d32306ff545c06dba64c947ca68736f91?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9\u0026tag=1787574145"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:bf78d9a4afa92e68d8018283114bbc7fd11fe0a9b357b75a00395ad630ddde75_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:bf78d9a4afa92e68d8018283114bbc7fd11fe0a9b357b75a00395ad630ddde75_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:bf78d9a4afa92e68d8018283114bbc7fd11fe0a9b357b75a00395ad630ddde75_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-route-override-cni-rhel9@sha256%3Abf78d9a4afa92e68d8018283114bbc7fd11fe0a9b357b75a00395ad630ddde75?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9\u0026tag=1787571882"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1e3163b559a137ca99141d0913759b5a92cf30e063f6ee2485983a486d97a066_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1e3163b559a137ca99141d0913759b5a92cf30e063f6ee2485983a486d97a066_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1e3163b559a137ca99141d0913759b5a92cf30e063f6ee2485983a486d97a066_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A1e3163b559a137ca99141d0913759b5a92cf30e063f6ee2485983a486d97a066?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9\u0026tag=1787573332"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:611ab0d9521d88b9676bcf873b8aaa2fd385087814de0ab05c7c853fe98da20e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:611ab0d9521d88b9676bcf873b8aaa2fd385087814de0ab05c7c853fe98da20e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:611ab0d9521d88b9676bcf873b8aaa2fd385087814de0ab05c7c853fe98da20e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-must-gather-rhel9@sha256%3A611ab0d9521d88b9676bcf873b8aaa2fd385087814de0ab05c7c853fe98da20e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather-rhel9\u0026tag=1787574346"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:39f0f3baf0bf65713633aeb91a80cd35779cce2b43e6faa70838e0a87bdb12cd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:39f0f3baf0bf65713633aeb91a80cd35779cce2b43e6faa70838e0a87bdb12cd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:39f0f3baf0bf65713633aeb91a80cd35779cce2b43e6faa70838e0a87bdb12cd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-interface-bond-cni-rhel9@sha256%3A39f0f3baf0bf65713633aeb91a80cd35779cce2b43e6faa70838e0a87bdb12cd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9\u0026tag=1787574110"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3abe2be596ec79e32806af4d66a7350835433c11e8b053385ee6463e65f31d30_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3abe2be596ec79e32806af4d66a7350835433c11e8b053385ee6463e65f31d30_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3abe2be596ec79e32806af4d66a7350835433c11e8b053385ee6463e65f31d30_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-metrics-daemon-rhel9@sha256%3A3abe2be596ec79e32806af4d66a7350835433c11e8b053385ee6463e65f31d30?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9\u0026tag=1787573526"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:023e336977c9e6f23a82083ada96020a26cfea384189b765e89d6acf7112957c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:023e336977c9e6f23a82083ada96020a26cfea384189b765e89d6acf7112957c_s390x",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:023e336977c9e6f23a82083ada96020a26cfea384189b765e89d6acf7112957c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3A023e336977c9e6f23a82083ada96020a26cfea384189b765e89d6acf7112957c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel9\u0026tag=1787723826"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:627e8fa2665e8d19aea0b746867ce31b58cef207d6dea85228b175b96cc95dca_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:627e8fa2665e8d19aea0b746867ce31b58cef207d6dea85228b175b96cc95dca_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:627e8fa2665e8d19aea0b746867ce31b58cef207d6dea85228b175b96cc95dca_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-apiserver-rhel9@sha256%3A627e8fa2665e8d19aea0b746867ce31b58cef207d6dea85228b175b96cc95dca?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9\u0026tag=1787573330"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:e651483d73deaf4125ae3c2729bd8a42b277df79a6ff056a99ee3e78e2164877_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:e651483d73deaf4125ae3c2729bd8a42b277df79a6ff056a99ee3e78e2164877_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:e651483d73deaf4125ae3c2729bd8a42b277df79a6ff056a99ee3e78e2164877_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-catalogd-rhel9@sha256%3Ae651483d73deaf4125ae3c2729bd8a42b277df79a6ff056a99ee3e78e2164877?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-olm-catalogd-rhel9\u0026tag=1787572161"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:92e18d38fe9dfbf0e50933d15f4178cc149b3e4eb535ccf0fc0da030d758f435_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:92e18d38fe9dfbf0e50933d15f4178cc149b3e4eb535ccf0fc0da030d758f435_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:92e18d38fe9dfbf0e50933d15f4178cc149b3e4eb535ccf0fc0da030d758f435_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-operator-controller-rhel9@sha256%3A92e18d38fe9dfbf0e50933d15f4178cc149b3e4eb535ccf0fc0da030d758f435?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9\u0026tag=1787573732"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:a553758f4aecd97de2202ffc5d96370765e1f92a11fa4ca464ad13037d7c1a70_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:a553758f4aecd97de2202ffc5d96370765e1f92a11fa4ca464ad13037d7c1a70_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:a553758f4aecd97de2202ffc5d96370765e1f92a11fa4ca464ad13037d7c1a70_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel9@sha256%3Aa553758f4aecd97de2202ffc5d96370765e1f92a11fa4ca464ad13037d7c1a70?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9\u0026tag=1787572323"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3a967546fc93fbe58afe72caa5892b712c5b96072d3cfccc1c7d9b27cc6fd6fd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3a967546fc93fbe58afe72caa5892b712c5b96072d3cfccc1c7d9b27cc6fd6fd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3a967546fc93fbe58afe72caa5892b712c5b96072d3cfccc1c7d9b27cc6fd6fd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-controller-manager-rhel9@sha256%3A3a967546fc93fbe58afe72caa5892b712c5b96072d3cfccc1c7d9b27cc6fd6fd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9\u0026tag=1787573662"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c1b6b3c81c49bd764dce7fcb732f14f378aad992c953cdac86872b4113e8168_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c1b6b3c81c49bd764dce7fcb732f14f378aad992c953cdac86872b4113e8168_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c1b6b3c81c49bd764dce7fcb732f14f378aad992c953cdac86872b4113e8168_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9@sha256%3A2c1b6b3c81c49bd764dce7fcb732f14f378aad992c953cdac86872b4113e8168?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9\u0026tag=1787574195"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5ccd0d2687e836eea86fcdcfbc73c7bdced8bfe2050c466860306d246375f0b2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5ccd0d2687e836eea86fcdcfbc73c7bdced8bfe2050c466860306d246375f0b2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5ccd0d2687e836eea86fcdcfbc73c7bdced8bfe2050c466860306d246375f0b2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A5ccd0d2687e836eea86fcdcfbc73c7bdced8bfe2050c466860306d246375f0b2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator\u0026tag=1787573690"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2c984681915470552c6cf4dbd2c900d14f29d9a6632d7d937d2fbdf1cf16a5d6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2c984681915470552c6cf4dbd2c900d14f29d9a6632d7d937d2fbdf1cf16a5d6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2c984681915470552c6cf4dbd2c900d14f29d9a6632d7d937d2fbdf1cf16a5d6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cloud-controller-manager-rhel9@sha256%3A2c984681915470552c6cf4dbd2c900d14f29d9a6632d7d937d2fbdf1cf16a5d6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9\u0026tag=1787572670"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:88990b2047d4ab9055afba0c6f8895f30a132c361722a1524bed1671527d99f9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:88990b2047d4ab9055afba0c6f8895f30a132c361722a1524bed1671527d99f9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:88990b2047d4ab9055afba0c6f8895f30a132c361722a1524bed1671527d99f9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-framework-tools-rhel9@sha256%3A88990b2047d4ab9055afba0c6f8895f30a132c361722a1524bed1671527d99f9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9\u0026tag=1787572568"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:582d0856a394c73d8faf8d1792a80ccd8c66d80cf65b9dfea344351d767132d3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:582d0856a394c73d8faf8d1792a80ccd8c66d80cf65b9dfea344351d767132d3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:582d0856a394c73d8faf8d1792a80ccd8c66d80cf65b9dfea344351d767132d3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3A582d0856a394c73d8faf8d1792a80ccd8c66d80cf65b9dfea344351d767132d3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9\u0026tag=1787574007"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:464e2bac04048cdd010a9625e6657c9f823ebadd624fd71191ee978520874528_s390x",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:464e2bac04048cdd010a9625e6657c9f823ebadd624fd71191ee978520874528_s390x",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:464e2bac04048cdd010a9625e6657c9f823ebadd624fd71191ee978520874528_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openshift-route-controller-manager-rhel9@sha256%3A464e2bac04048cdd010a9625e6657c9f823ebadd624fd71191ee978520874528?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9\u0026tag=1787570798"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1b152d3df7256fa1d16dbc4edc991503bd90432e1c8408149603306e62a28a89_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1b152d3df7256fa1d16dbc4edc991503bd90432e1c8408149603306e62a28a89_s390x",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1b152d3df7256fa1d16dbc4edc991503bd90432e1c8408149603306e62a28a89_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-service-ca-rhel9-operator@sha256%3A1b152d3df7256fa1d16dbc4edc991503bd90432e1c8408149603306e62a28a89?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-service-ca-rhel9-operator\u0026tag=1787570812"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2883dc4d23d0c4ec9551a0818f5d5edfc708454b48333db179232b6f7bafb4cf_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2883dc4d23d0c4ec9551a0818f5d5edfc708454b48333db179232b6f7bafb4cf_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2883dc4d23d0c4ec9551a0818f5d5edfc708454b48333db179232b6f7bafb4cf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3A2883dc4d23d0c4ec9551a0818f5d5edfc708454b48333db179232b6f7bafb4cf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel9\u0026tag=1787722489"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a54253ba850cb357befc0173748523a1762858066023e04388c94c2d5caacfc9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a54253ba850cb357befc0173748523a1762858066023e04388c94c2d5caacfc9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a54253ba850cb357befc0173748523a1762858066023e04388c94c2d5caacfc9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3Aa54253ba850cb357befc0173748523a1762858066023e04388c94c2d5caacfc9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9\u0026tag=1787574118"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:084a185169e09b57b07073bc5c82bc741aeba187cd9cb33149c830af00cc6582_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:084a185169e09b57b07073bc5c82bc741aeba187cd9cb33149c830af00cc6582_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:084a185169e09b57b07073bc5c82bc741aeba187cd9cb33149c830af00cc6582_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prom-label-proxy-rhel9@sha256%3A084a185169e09b57b07073bc5c82bc741aeba187cd9cb33149c830af00cc6582?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9\u0026tag=1787574191"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2020b01fe0c8555a2cf070d5a9bf75691de4d8b775b4ac91032c92972ae6a424_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2020b01fe0c8555a2cf070d5a9bf75691de4d8b775b4ac91032c92972ae6a424_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2020b01fe0c8555a2cf070d5a9bf75691de4d8b775b4ac91032c92972ae6a424_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader-rhel9@sha256%3A2020b01fe0c8555a2cf070d5a9bf75691de4d8b775b4ac91032c92972ae6a424?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9\u0026tag=1787573450"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:23a74b9b847094d230ca89e8d43c924098aa5a8ad67bc02c4b11833c4620aba2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:23a74b9b847094d230ca89e8d43c924098aa5a8ad67bc02c4b11833c4620aba2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:23a74b9b847094d230ca89e8d43c924098aa5a8ad67bc02c4b11833c4620aba2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9-operator@sha256%3A23a74b9b847094d230ca89e8d43c924098aa5a8ad67bc02c4b11833c4620aba2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-rhel9-operator\u0026tag=1787572682"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f0b91324c63bdd9b1603e0bcd2e554e1d595168f9337a7c26d3834093b24f6e4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f0b91324c63bdd9b1603e0bcd2e554e1d595168f9337a7c26d3834093b24f6e4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f0b91324c63bdd9b1603e0bcd2e554e1d595168f9337a7c26d3834093b24f6e4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel9@sha256%3Af0b91324c63bdd9b1603e0bcd2e554e1d595168f9337a7c26d3834093b24f6e4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9\u0026tag=1787570832"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8d27603330319790b463eba638816fec38ce5ce81e7cc2c113636939d713051b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8d27603330319790b463eba638816fec38ce5ce81e7cc2c113636939d713051b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8d27603330319790b463eba638816fec38ce5ce81e7cc2c113636939d713051b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter-rhel9@sha256%3A8d27603330319790b463eba638816fec38ce5ce81e7cc2c113636939d713051b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-telemeter-rhel9\u0026tag=1787573303"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:c33effb47bad5780e4e0ed220647bd0741276ef5c19eea05014b528b91765efb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:c33effb47bad5780e4e0ed220647bd0741276ef5c19eea05014b528b91765efb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:c33effb47bad5780e4e0ed220647bd0741276ef5c19eea05014b528b91765efb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-thanos-rhel9@sha256%3Ac33effb47bad5780e4e0ed220647bd0741276ef5c19eea05014b528b91765efb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-thanos-rhel9\u0026tag=1787571659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2b7476cab5336d76457b1915e734ab8702c461af8ca4d9e474557ad8354f7065_s390x",
"product": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2b7476cab5336d76457b1915e734ab8702c461af8ca4d9e474557ad8354f7065_s390x",
"product_id": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2b7476cab5336d76457b1915e734ab8702c461af8ca4d9e474557ad8354f7065_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/volume-data-source-validator-rhel9@sha256%3A2b7476cab5336d76457b1915e734ab8702c461af8ca4d9e474557ad8354f7065?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/volume-data-source-validator-rhel9\u0026tag=1787572927"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:14cc3a54f1ddd57ce5b80b6d111f0ca27f74b4321c9915d5ec1960318c71d752_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:14cc3a54f1ddd57ce5b80b6d111f0ca27f74b4321c9915d5ec1960318c71d752_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:14cc3a54f1ddd57ce5b80b6d111f0ca27f74b4321c9915d5ec1960318c71d752_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9@sha256%3A14cc3a54f1ddd57ce5b80b6d111f0ca27f74b4321c9915d5ec1960318c71d752?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9\u0026tag=1787571962"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:288bb644cbb5e14b00d80e0b409c83644a59cbcb513d19025f8b97de61f2cbea_s390x",
"product": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:288bb644cbb5e14b00d80e0b409c83644a59cbcb513d19025f8b97de61f2cbea_s390x",
"product_id": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:288bb644cbb5e14b00d80e0b409c83644a59cbcb513d19025f8b97de61f2cbea_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-karpenter-provider-aws-rhel9@sha256%3A288bb644cbb5e14b00d80e0b409c83644a59cbcb513d19025f8b97de61f2cbea?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9\u0026tag=1787572055"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:48a700617f0d4ab9dd6b40cc27e9f602892037c10872c19c60f62a2a848e451e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:48a700617f0d4ab9dd6b40cc27e9f602892037c10872c19c60f62a2a848e451e_s390x",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:48a700617f0d4ab9dd6b40cc27e9f602892037c10872c19c60f62a2a848e451e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-kms-encryption-provider-rhel9@sha256%3A48a700617f0d4ab9dd6b40cc27e9f602892037c10872c19c60f62a2a848e451e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9\u0026tag=1787571963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:50ff72eded21d210ea9c57c9f9b192cb6ca5efe781c5c5a9d2e1129e2eb7a248_s390x",
"product": {
"name": "registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:50ff72eded21d210ea9c57c9f9b192cb6ca5efe781c5c5a9d2e1129e2eb7a248_s390x",
"product_id": "registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:50ff72eded21d210ea9c57c9f9b192cb6ca5efe781c5c5a9d2e1129e2eb7a248_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-node-termination-handler-rhel9@sha256%3A50ff72eded21d210ea9c57c9f9b192cb6ca5efe781c5c5a9d2e1129e2eb7a248?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/aws-node-termination-handler-rhel9\u0026tag=1787573509"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:afc4fea57ea3217712f10421cdc7ded66093dfd0d5cdf09120ec1200d696f332_s390x",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:afc4fea57ea3217712f10421cdc7ded66093dfd0d5cdf09120ec1200d696f332_s390x",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:afc4fea57ea3217712f10421cdc7ded66093dfd0d5cdf09120ec1200d696f332_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-kms-encryption-provider-rhel9@sha256%3Aafc4fea57ea3217712f10421cdc7ded66093dfd0d5cdf09120ec1200d696f332?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9\u0026tag=1787574100"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:40dad16e2777a64a836355627be3aae4572a7ed6417ac39e0dca5f019eeaf471_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:40dad16e2777a64a836355627be3aae4572a7ed6417ac39e0dca5f019eeaf471_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:40dad16e2777a64a836355627be3aae4572a7ed6417ac39e0dca5f019eeaf471_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-machine-controllers-rhel9@sha256%3A40dad16e2777a64a836355627be3aae4572a7ed6417ac39e0dca5f019eeaf471?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9\u0026tag=1787573558"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d689dbabc1df0ca42e7eceba17ff474f9e6a30474f7cca15970a5ee7fb870a72_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d689dbabc1df0ca42e7eceba17ff474f9e6a30474f7cca15970a5ee7fb870a72_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d689dbabc1df0ca42e7eceba17ff474f9e6a30474f7cca15970a5ee7fb870a72_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel9@sha256%3Ad689dbabc1df0ca42e7eceba17ff474f9e6a30474f7cca15970a5ee7fb870a72?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9\u0026tag=1787572982"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f7f45f6d562bf699e0e45e134c7ab71701dc3994882cb82edce9356be7627ce0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f7f45f6d562bf699e0e45e134c7ab71701dc3994882cb82edce9356be7627ce0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f7f45f6d562bf699e0e45e134c7ab71701dc3994882cb82edce9356be7627ce0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel9-operator@sha256%3Af7f45f6d562bf699e0e45e134c7ab71701dc3994882cb82edce9356be7627ce0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator\u0026tag=1787572631"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dbc636494f53ee38eae00f243bdb92d187ec84654c280cc454f2b4febd7c22f0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dbc636494f53ee38eae00f243bdb92d187ec84654c280cc454f2b4febd7c22f0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dbc636494f53ee38eae00f243bdb92d187ec84654c280cc454f2b4febd7c22f0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-rhel9-operator@sha256%3Adbc636494f53ee38eae00f243bdb92d187ec84654c280cc454f2b4febd7c22f0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator\u0026tag=1787589362"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:8b81413ad0f567583ebe4782344c22834c1781c5f7493c8a05b827f3f2a5e409_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:8b81413ad0f567583ebe4782344c22834c1781c5f7493c8a05b827f3f2a5e409_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:8b81413ad0f567583ebe4782344c22834c1781c5f7493c8a05b827f3f2a5e409_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-rhel9-operator@sha256%3A8b81413ad0f567583ebe4782344c22834c1781c5f7493c8a05b827f3f2a5e409?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator\u0026tag=1787572741"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ed56ff21aa465143bc0d1c4f20803873dd07999229739b84ef7861683476b22f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ed56ff21aa465143bc0d1c4f20803873dd07999229739b84ef7861683476b22f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ed56ff21aa465143bc0d1c4f20803873dd07999229739b84ef7861683476b22f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3Aed56ff21aa465143bc0d1c4f20803873dd07999229739b84ef7861683476b22f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=1787722477"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c29274bf105ffdd07bb78270a6dc497fbfb699acce48c7c6b7b6ef32416eb20f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c29274bf105ffdd07bb78270a6dc497fbfb699acce48c7c6b7b6ef32416eb20f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c29274bf105ffdd07bb78270a6dc497fbfb699acce48c7c6b7b6ef32416eb20f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-policy-controller-rhel9@sha256%3Ac29274bf105ffdd07bb78270a6dc497fbfb699acce48c7c6b7b6ef32416eb20f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9\u0026tag=1787571133"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:84ea38804ec003ae82375c83ed4549163a2c932d6264eb64476e0ad175b4a4de_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:84ea38804ec003ae82375c83ed4549163a2c932d6264eb64476e0ad175b4a4de_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:84ea38804ec003ae82375c83ed4549163a2c932d6264eb64476e0ad175b4a4de_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-storage-rhel9-operator@sha256%3A84ea38804ec003ae82375c83ed4549163a2c932d6264eb64476e0ad175b4a4de?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator\u0026tag=1787589222"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:67f272ef9abe83f9cd959ce97e3d5c46ed6e118ca30f65fbad733384d228ebce_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:67f272ef9abe83f9cd959ce97e3d5c46ed6e118ca30f65fbad733384d228ebce_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:67f272ef9abe83f9cd959ce97e3d5c46ed6e118ca30f65fbad733384d228ebce_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-rhel9-operator@sha256%3A67f272ef9abe83f9cd959ce97e3d5c46ed6e118ca30f65fbad733384d228ebce?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator\u0026tag=1787574165"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:94a303f0dd0822b5d82509e3ff8af5887949ddaa0e3a91b9f94d0bdf4e1e267b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:94a303f0dd0822b5d82509e3ff8af5887949ddaa0e3a91b9f94d0bdf4e1e267b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:94a303f0dd0822b5d82509e3ff8af5887949ddaa0e3a91b9f94d0bdf4e1e267b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-configmap-reloader-rhel9@sha256%3A94a303f0dd0822b5d82509e3ff8af5887949ddaa0e3a91b9f94d0bdf4e1e267b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-configmap-reloader-rhel9\u0026tag=1787571910"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:30b0e4f82db1f3e39379b7aa792514aa726a0c485680b67351c593542c1b1127_s390x",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:30b0e4f82db1f3e39379b7aa792514aa726a0c485680b67351c593542c1b1127_s390x",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:30b0e4f82db1f3e39379b7aa792514aa726a0c485680b67351c593542c1b1127_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/container-networking-plugins-microshift-rhel9@sha256%3A30b0e4f82db1f3e39379b7aa792514aa726a0c485680b67351c593542c1b1127?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9\u0026tag=1787573515"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a27762ca5025270235002c90eed00d6d029d4b7103b5bd108eb527fc8e797f1d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a27762ca5025270235002c90eed00d6d029d4b7103b5bd108eb527fc8e797f1d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a27762ca5025270235002c90eed00d6d029d4b7103b5bd108eb527fc8e797f1d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-coredns-rhel9@sha256%3Aa27762ca5025270235002c90eed00d6d029d4b7103b5bd108eb527fc8e797f1d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-coredns-rhel9\u0026tag=1787571765"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:474e02e9e121dfe39458bdbee1f434d32fa29347f55386a4abcd3825c9235456_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:474e02e9e121dfe39458bdbee1f434d32fa29347f55386a4abcd3825c9235456_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:474e02e9e121dfe39458bdbee1f434d32fa29347f55386a4abcd3825c9235456_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher-rhel9@sha256%3A474e02e9e121dfe39458bdbee1f434d32fa29347f55386a4abcd3825c9235456?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9\u0026tag=1787573564"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:938dfb864f0a9dd0116c5969eb1ca94f2e04b914c3ee56bc26ac33f90e2535c6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:938dfb864f0a9dd0116c5969eb1ca94f2e04b914c3ee56bc26ac33f90e2535c6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:938dfb864f0a9dd0116c5969eb1ca94f2e04b914c3ee56bc26ac33f90e2535c6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshot-metadata-rhel9@sha256%3A938dfb864f0a9dd0116c5969eb1ca94f2e04b914c3ee56bc26ac33f90e2535c6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9\u0026tag=1787574123"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:301f5a73d9d839a999dbd3c9a7741ed3458ffb87426b7499364e6460850deeb5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:301f5a73d9d839a999dbd3c9a7741ed3458ffb87426b7499364e6460850deeb5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:301f5a73d9d839a999dbd3c9a7741ed3458ffb87426b7499364e6460850deeb5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3A301f5a73d9d839a999dbd3c9a7741ed3458ffb87426b7499364e6460850deeb5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9\u0026tag=1787589210"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:28ca9310e14799c080a07935267ab4ecaf6fd1abadcb1e165deb46c81f2e731b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:28ca9310e14799c080a07935267ab4ecaf6fd1abadcb1e165deb46c81f2e731b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:28ca9310e14799c080a07935267ab4ecaf6fd1abadcb1e165deb46c81f2e731b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3A28ca9310e14799c080a07935267ab4ecaf6fd1abadcb1e165deb46c81f2e731b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9\u0026tag=1787572050"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4954d67caa517e2e2edec0e5d4b95610a31b82d5a86f9058cbe55193987da9d2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4954d67caa517e2e2edec0e5d4b95610a31b82d5a86f9058cbe55193987da9d2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4954d67caa517e2e2edec0e5d4b95610a31b82d5a86f9058cbe55193987da9d2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3A4954d67caa517e2e2edec0e5d4b95610a31b82d5a86f9058cbe55193987da9d2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9\u0026tag=1787572897"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:de56a4d37e6686cafc8591eb1f7520942036037ba5af21c286aea2d2fab95b2b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:de56a4d37e6686cafc8591eb1f7520942036037ba5af21c286aea2d2fab95b2b_s390x",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:de56a4d37e6686cafc8591eb1f7520942036037ba5af21c286aea2d2fab95b2b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3Ade56a4d37e6686cafc8591eb1f7520942036037ba5af21c286aea2d2fab95b2b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=1787649219"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d3c7bcca57a84397fa1932919a750ed7a002fd7f7be976152dd7c14d60feacd0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d3c7bcca57a84397fa1932919a750ed7a002fd7f7be976152dd7c14d60feacd0_s390x",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d3c7bcca57a84397fa1932919a750ed7a002fd7f7be976152dd7c14d60feacd0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/egress-router-cni-rhel9@sha256%3Ad3c7bcca57a84397fa1932919a750ed7a002fd7f7be976152dd7c14d60feacd0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/egress-router-cni-rhel9\u0026tag=1787573434"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:a928a27d2775d702a7b4888f87e770c93049b645b5878173d87d893288c0701a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:a928a27d2775d702a7b4888f87e770c93049b645b5878173d87d893288c0701a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:a928a27d2775d702a7b4888f87e770c93049b645b5878173d87d893288c0701a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3Aa928a27d2775d702a7b4888f87e770c93049b645b5878173d87d893288c0701a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9\u0026tag=1787571339"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:eb851650658c10b1a102258af7b72aac6db36647d07ec4eac2bfce099ae68e67_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:eb851650658c10b1a102258af7b72aac6db36647d07ec4eac2bfce099ae68e67_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:eb851650658c10b1a102258af7b72aac6db36647d07ec4eac2bfce099ae68e67_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-proxy-rhel9@sha256%3Aeb851650658c10b1a102258af7b72aac6db36647d07ec4eac2bfce099ae68e67?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-proxy-rhel9\u0026tag=1787571884"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:852e6be5031cc90ccd9d02fcc66b59baa692d594e7ae95e68b8923732fa77b49_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:852e6be5031cc90ccd9d02fcc66b59baa692d594e7ae95e68b8923732fa77b49_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:852e6be5031cc90ccd9d02fcc66b59baa692d594e7ae95e68b8923732fa77b49_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-alertmanager-rhel9@sha256%3A852e6be5031cc90ccd9d02fcc66b59baa692d594e7ae95e68b8923732fa77b49?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9\u0026tag=1787571562"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:44b8d7704e559a8fbde7bcd2d7b51cc025eb2b898c74497149f818473d6b7237_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:44b8d7704e559a8fbde7bcd2d7b51cc025eb2b898c74497149f818473d6b7237_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:44b8d7704e559a8fbde7bcd2d7b51cc025eb2b898c74497149f818473d6b7237_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-node-exporter-rhel9@sha256%3A44b8d7704e559a8fbde7bcd2d7b51cc025eb2b898c74497149f818473d6b7237?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9\u0026tag=1787572822"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2b93d36104e2c99c09823ed5c6d12e25abf3dd07e20683640f99b687a45e9b6a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2b93d36104e2c99c09823ed5c6d12e25abf3dd07e20683640f99b687a45e9b6a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2b93d36104e2c99c09823ed5c6d12e25abf3dd07e20683640f99b687a45e9b6a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9@sha256%3A2b93d36104e2c99c09823ed5c6d12e25abf3dd07e20683640f99b687a45e9b6a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-rhel9\u0026tag=1787573491"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c56c801a4a9e11f7b9ee071dc9634fd6c43aaf04cdd6b048dd4ea1a623ba16a7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c56c801a4a9e11f7b9ee071dc9634fd6c43aaf04cdd6b048dd4ea1a623ba16a7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c56c801a4a9e11f7b9ee071dc9634fd6c43aaf04cdd6b048dd4ea1a623ba16a7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3Ac56c801a4a9e11f7b9ee071dc9634fd6c43aaf04cdd6b048dd4ea1a623ba16a7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel9\u0026tag=1787573179"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:56c61752133f5574587fefec75502e2a132871ed033a824f62519117ad0c4620_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:56c61752133f5574587fefec75502e2a132871ed033a824f62519117ad0c4620_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:56c61752133f5574587fefec75502e2a132871ed033a824f62519117ad0c4620_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy-rhel9@sha256%3A56c61752133f5574587fefec75502e2a132871ed033a824f62519117ad0c4620?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kube-proxy-rhel9\u0026tag=1787572539"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d872bcf33f5d4d6f1a074bef0091e74de82b3b1a883b9004aa1f6193b84904fb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d872bcf33f5d4d6f1a074bef0091e74de82b3b1a883b9004aa1f6193b84904fb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d872bcf33f5d4d6f1a074bef0091e74de82b3b1a883b9004aa1f6193b84904fb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-rbac-proxy-rhel9@sha256%3Ad872bcf33f5d4d6f1a074bef0091e74de82b3b1a883b9004aa1f6193b84904fb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9\u0026tag=1787676781"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:51a53812eecfb69e77afa538400463c7eb51710777e9d9573804d2d9eab5d307_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:51a53812eecfb69e77afa538400463c7eb51710777e9d9573804d2d9eab5d307_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:51a53812eecfb69e77afa538400463c7eb51710777e9d9573804d2d9eab5d307_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-state-metrics-rhel9@sha256%3A51a53812eecfb69e77afa538400463c7eb51710777e9d9573804d2d9eab5d307?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9\u0026tag=1787573495"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:206e503ccabc3f5a01f11ea5026cb64ad6ae62adf2eb9044386efac6586cf332_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:206e503ccabc3f5a01f11ea5026cb64ad6ae62adf2eb9044386efac6586cf332_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:206e503ccabc3f5a01f11ea5026cb64ad6ae62adf2eb9044386efac6586cf332_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-marketplace-rhel9@sha256%3A206e503ccabc3f5a01f11ea5026cb64ad6ae62adf2eb9044386efac6586cf332?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-marketplace-rhel9\u0026tag=1787572258"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9c7b3d916bac7900ed009cf82a03607fe68fb924805ea37e9950ff3fd6c73b44_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9c7b3d916bac7900ed009cf82a03607fe68fb924805ea37e9950ff3fd6c73b44_s390x",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9c7b3d916bac7900ed009cf82a03607fe68fb924805ea37e9950ff3fd6c73b44_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3A9c7b3d916bac7900ed009cf82a03607fe68fb924805ea37e9950ff3fd6c73b44?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9\u0026tag=1787730804"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d9683ec09f7d3d0c73eb626fa7132ea0d7f731893506437d76db27bef51ae518_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d9683ec09f7d3d0c73eb626fa7132ea0d7f731893506437d76db27bef51ae518_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d9683ec09f7d3d0c73eb626fa7132ea0d7f731893506437d76db27bef51ae518_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-rhel9@sha256%3Ad9683ec09f7d3d0c73eb626fa7132ea0d7f731893506437d76db27bef51ae518?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni-rhel9\u0026tag=1787572974"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4b39c2a3d10a1e059c3f52bbbad6df20e52e47a422119d51806b59bda8e7e97a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4b39c2a3d10a1e059c3f52bbbad6df20e52e47a422119d51806b59bda8e7e97a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4b39c2a3d10a1e059c3f52bbbad6df20e52e47a422119d51806b59bda8e7e97a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-microshift-rhel9@sha256%3A4b39c2a3d10a1e059c3f52bbbad6df20e52e47a422119d51806b59bda8e7e97a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9\u0026tag=1787571889"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:13573ab2e748690c65900137ee67fa558a1938fc2c4d92deb6b308809a77dbc7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:13573ab2e748690c65900137ee67fa558a1938fc2c4d92deb6b308809a77dbc7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:13573ab2e748690c65900137ee67fa558a1938fc2c4d92deb6b308809a77dbc7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-networkpolicy-rhel9@sha256%3A13573ab2e748690c65900137ee67fa558a1938fc2c4d92deb6b308809a77dbc7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9\u0026tag=1787573349"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6d20fc820b2b684137df0fe673dd4e98135ee6a8c39a660db8435be44160c4b5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6d20fc820b2b684137df0fe673dd4e98135ee6a8c39a660db8435be44160c4b5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6d20fc820b2b684137df0fe673dd4e98135ee6a8c39a660db8435be44160c4b5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-networking-console-plugin-rhel9@sha256%3A6d20fc820b2b684137df0fe673dd4e98135ee6a8c39a660db8435be44160c4b5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9\u0026tag=1787745534"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ad02d1ed96a39fedea9588756c548817e8672b8fa6d3e16f1f53221e3e7d9157_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ad02d1ed96a39fedea9588756c548817e8672b8fa6d3e16f1f53221e3e7d9157_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ad02d1ed96a39fedea9588756c548817e8672b8fa6d3e16f1f53221e3e7d9157_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-server-rhel9@sha256%3Aad02d1ed96a39fedea9588756c548817e8672b8fa6d3e16f1f53221e3e7d9157?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-server-rhel9\u0026tag=1787572486"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2052fdaecd2f3807694fa17f35f03f84b5d8116ca56926b6d657f0594adcc4af_s390x",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2052fdaecd2f3807694fa17f35f03f84b5d8116ca56926b6d657f0594adcc4af_s390x",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2052fdaecd2f3807694fa17f35f03f84b5d8116ca56926b6d657f0594adcc4af_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel9@sha256%3A2052fdaecd2f3807694fa17f35f03f84b5d8116ca56926b6d657f0594adcc4af?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/oc-mirror-plugin-rhel9\u0026tag=1787574223"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5ab9133d7b6aa46227bca8a1c6ec2ec9233ebed8e62e41ff122dda627d4a7fcf_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5ab9133d7b6aa46227bca8a1c6ec2ec9233ebed8e62e41ff122dda627d4a7fcf_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5ab9133d7b6aa46227bca8a1c6ec2ec9233ebed8e62e41ff122dda627d4a7fcf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder-rhel9@sha256%3A5ab9133d7b6aa46227bca8a1c6ec2ec9233ebed8e62e41ff122dda627d4a7fcf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder-rhel9\u0026tag=1787571057"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:da6ed87ee2d899e3fe9c6e8b08bcd44cf11e1b1563972ca4aeb3e8bc806a1d2c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:da6ed87ee2d899e3fe9c6e8b08bcd44cf11e1b1563972ca4aeb3e8bc806a1d2c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:da6ed87ee2d899e3fe9c6e8b08bcd44cf11e1b1563972ca4aeb3e8bc806a1d2c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-rhel9@sha256%3Ada6ed87ee2d899e3fe9c6e8b08bcd44cf11e1b1563972ca4aeb3e8bc806a1d2c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cli-rhel9\u0026tag=1787572868"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:4dda7a5132b638230470f86622d84a7f0117280726ea52e3769c15f11b1dbbbe_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:4dda7a5132b638230470f86622d84a7f0117280726ea52e3769c15f11b1dbbbe_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:4dda7a5132b638230470f86622d84a7f0117280726ea52e3769c15f11b1dbbbe_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3A4dda7a5132b638230470f86622d84a7f0117280726ea52e3769c15f11b1dbbbe?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9\u0026tag=1787746382"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:16e2953831f686cd68012c8cdaea2b404c54c91050145b716ee8b0ffc5cf11bf_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:16e2953831f686cd68012c8cdaea2b404c54c91050145b716ee8b0ffc5cf11bf_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:16e2953831f686cd68012c8cdaea2b404c54c91050145b716ee8b0ffc5cf11bf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9-operator@sha256%3A16e2953831f686cd68012c8cdaea2b404c54c91050145b716ee8b0ffc5cf11bf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9-operator\u0026tag=1787571787"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:4ab1c5859c4f54f225fe4d5555f3c2d1aafc520ce7a9197b040e06084da9a43b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:4ab1c5859c4f54f225fe4d5555f3c2d1aafc520ce7a9197b040e06084da9a43b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:4ab1c5859c4f54f225fe4d5555f3c2d1aafc520ce7a9197b040e06084da9a43b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-deployer-rhel9@sha256%3A4ab1c5859c4f54f225fe4d5555f3c2d1aafc520ce7a9197b040e06084da9a43b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-deployer-rhel9\u0026tag=1787574338"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3fa694c3f2b9c05fcf2cb69f97d791fa46600ba1eebd67608b109586dac15e3c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3fa694c3f2b9c05fcf2cb69f97d791fa46600ba1eebd67608b109586dac15e3c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3fa694c3f2b9c05fcf2cb69f97d791fa46600ba1eebd67608b109586dac15e3c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-haproxy-router-rhel9@sha256%3A3fa694c3f2b9c05fcf2cb69f97d791fa46600ba1eebd67608b109586dac15e3c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-haproxy-router-rhel9\u0026tag=1787669416"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dff5a115ecbd046f3a1a60ce8d8518edd570922528a7ba56cb17716831eb6b09_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dff5a115ecbd046f3a1a60ce8d8518edd570922528a7ba56cb17716831eb6b09_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dff5a115ecbd046f3a1a60ce8d8518edd570922528a7ba56cb17716831eb6b09_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube-rhel9@sha256%3Adff5a115ecbd046f3a1a60ce8d8518edd570922528a7ba56cb17716831eb6b09?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube-rhel9\u0026tag=1787573753"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b6f91ba9a89207a2f84a8bb1343179bd74948644a8b1608c2a2d84dee9ad39b5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b6f91ba9a89207a2f84a8bb1343179bd74948644a8b1608c2a2d84dee9ad39b5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b6f91ba9a89207a2f84a8bb1343179bd74948644a8b1608c2a2d84dee9ad39b5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover-rhel9@sha256%3Ab6f91ba9a89207a2f84a8bb1343179bd74948644a8b1608c2a2d84dee9ad39b5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9\u0026tag=1787573631"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b7b73c5b17ad867eaf4066be6b2fb9a322677ec3265c0d1bde2e317f54f7accf_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b7b73c5b17ad867eaf4066be6b2fb9a322677ec3265c0d1bde2e317f54f7accf_s390x",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b7b73c5b17ad867eaf4066be6b2fb9a322677ec3265c0d1bde2e317f54f7accf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod-rhel9@sha256%3Ab7b73c5b17ad867eaf4066be6b2fb9a322677ec3265c0d1bde2e317f54f7accf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-pod-rhel9\u0026tag=1787573725"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8e6c8d7186bfcc49c6ec64bf8bbaaee511f62cb5d14aec29bea364f90129d36e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8e6c8d7186bfcc49c6ec64bf8bbaaee511f62cb5d14aec29bea364f90129d36e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8e6c8d7186bfcc49c6ec64bf8bbaaee511f62cb5d14aec29bea364f90129d36e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry-rhel9@sha256%3A8e6c8d7186bfcc49c6ec64bf8bbaaee511f62cb5d14aec29bea364f90129d36e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-docker-registry-rhel9\u0026tag=1787574298"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f296becb22727fbcfc0a2a4a91139dc782688f43f63396d645b03bf698b81ecb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f296becb22727fbcfc0a2a4a91139dc782688f43f63396d645b03bf698b81ecb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f296becb22727fbcfc0a2a4a91139dc782688f43f63396d645b03bf698b81ecb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests-rhel9@sha256%3Af296becb22727fbcfc0a2a4a91139dc782688f43f63396d645b03bf698b81ecb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-tests-rhel9\u0026tag=1787743885"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5d94083e84fbdaa57cd8723c20bfa1bf0d2eaa0cef52c662975b286785db8cb5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5d94083e84fbdaa57cd8723c20bfa1bf0d2eaa0cef52c662975b286785db8cb5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5d94083e84fbdaa57cd8723c20bfa1bf0d2eaa0cef52c662975b286785db8cb5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-state-metrics-rhel9@sha256%3A5d94083e84fbdaa57cd8723c20bfa1bf0d2eaa0cef52c662975b286785db8cb5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9\u0026tag=1787573185"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c37ef0e5d795a727e79d2749570d7c42876e2884561857149a17793543b9fad_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c37ef0e5d795a727e79d2749570d7c42876e2884561857149a17793543b9fad_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c37ef0e5d795a727e79d2749570d7c42876e2884561857149a17793543b9fad_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cluster-api-controllers-rhel9@sha256%3A2c37ef0e5d795a727e79d2749570d7c42876e2884561857149a17793543b9fad?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9\u0026tag=1787573492"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:c25b7a4bba9a988a6b7daa4eaa8608df78b927d1d454aac7757f18e3b6c78d86_s390x",
"product": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:c25b7a4bba9a988a6b7daa4eaa8608df78b927d1d454aac7757f18e3b6c78d86_s390x",
"product_id": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:c25b7a4bba9a988a6b7daa4eaa8608df78b927d1d454aac7757f18e3b6c78d86_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openstack-resource-controller-rhel9@sha256%3Ac25b7a4bba9a988a6b7daa4eaa8608df78b927d1d454aac7757f18e3b6c78d86?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/openstack-resource-controller-rhel9\u0026tag=1787573623"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7883c26d4640f30a8fbd635f5442fdb46625d727a1b2382220c454aeac081fe8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7883c26d4640f30a8fbd635f5442fdb46625d727a1b2382220c454aeac081fe8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7883c26d4640f30a8fbd635f5442fdb46625d727a1b2382220c454aeac081fe8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager-rhel9@sha256%3A7883c26d4640f30a8fbd635f5442fdb46625d727a1b2382220c454aeac081fe8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9\u0026tag=1787571247"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a974b10609ceb50c391abab36ecaffb9c6ba62f66b246f529d8f7d1f038165a1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a974b10609ceb50c391abab36ecaffb9c6ba62f66b246f529d8f7d1f038165a1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a974b10609ceb50c391abab36ecaffb9c6ba62f66b246f529d8f7d1f038165a1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry-rhel9@sha256%3Aa974b10609ceb50c391abab36ecaffb9c6ba62f66b246f529d8f7d1f038165a1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry-rhel9\u0026tag=1787571922"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2989730daa53d788a9e1be03bf922a07c1111ee8559bdef63d058be6fd5f3fc7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2989730daa53d788a9e1be03bf922a07c1111ee8559bdef63d058be6fd5f3fc7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2989730daa53d788a9e1be03bf922a07c1111ee8559bdef63d058be6fd5f3fc7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel9@sha256%3A2989730daa53d788a9e1be03bf922a07c1111ee8559bdef63d058be6fd5f3fc7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9\u0026tag=1787571509"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b2bb582913e9dedea9f2eb41f1568fa8f0fccce2e56be4f666ff41f3698dc147_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b2bb582913e9dedea9f2eb41f1568fa8f0fccce2e56be4f666ff41f3698dc147_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b2bb582913e9dedea9f2eb41f1568fa8f0fccce2e56be4f666ff41f3698dc147_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-csr-approver-rhel9@sha256%3Ab2bb582913e9dedea9f2eb41f1568fa8f0fccce2e56be4f666ff41f3698dc147?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9\u0026tag=1787571131"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:03ce535e7bb582ca85793c8155f38ff9f73231e7cf5af4ce223ea89d4d2eeb89_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:03ce535e7bb582ca85793c8155f38ff9f73231e7cf5af4ce223ea89d4d2eeb89_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:03ce535e7bb582ca85793c8155f38ff9f73231e7cf5af4ce223ea89d4d2eeb89_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel9@sha256%3A03ce535e7bb582ca85793c8155f38ff9f73231e7cf5af4ce223ea89d4d2eeb89?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9\u0026tag=1787573370"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:325af02386526656111c663e6a206e755f2f30db00059078a0391d4af6cd95d2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:325af02386526656111c663e6a206e755f2f30db00059078a0391d4af6cd95d2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:325af02386526656111c663e6a206e755f2f30db00059078a0391d4af6cd95d2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-orchestrator-rhel9@sha256%3A325af02386526656111c663e6a206e755f2f30db00059078a0391d4af6cd95d2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9\u0026tag=1787572128"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:598dbc32cda4219d6a0442aee99096b77ddbea0148ac3260c9c37e00b13cba23_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:598dbc32cda4219d6a0442aee99096b77ddbea0148ac3260c9c37e00b13cba23_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:598dbc32cda4219d6a0442aee99096b77ddbea0148ac3260c9c37e00b13cba23_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-utils-rhel9@sha256%3A598dbc32cda4219d6a0442aee99096b77ddbea0148ac3260c9c37e00b13cba23?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9\u0026tag=1787572467"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ee04f343f0bc1c58b1e016295990225bafab7b39a9c1a572b10cdc19076150ad_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ee04f343f0bc1c58b1e016295990225bafab7b39a9c1a572b10cdc19076150ad_s390x",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ee04f343f0bc1c58b1e016295990225bafab7b39a9c1a572b10cdc19076150ad_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-apiserver-network-proxy-rhel9@sha256%3Aee04f343f0bc1c58b1e016295990225bafab7b39a9c1a572b10cdc19076150ad?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9\u0026tag=1787573687"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4cad4e954d5e9fce7e93ce3a81da34d58e01c38a5d6140cefa7eeeffa13e1431_s390x",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4cad4e954d5e9fce7e93ce3a81da34d58e01c38a5d6140cefa7eeeffa13e1431_s390x",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4cad4e954d5e9fce7e93ce3a81da34d58e01c38a5d6140cefa7eeeffa13e1431_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-service-rhel9-operator@sha256%3A4cad4e954d5e9fce7e93ce3a81da34d58e01c38a5d6140cefa7eeeffa13e1431?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/azure-service-rhel9-operator\u0026tag=1787573700"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fef61b2df388d1e5714b0f3293bb7878f1ff9ac64b0353284576fa0413000ce2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fef61b2df388d1e5714b0f3293bb7878f1ff9ac64b0353284576fa0413000ce2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fef61b2df388d1e5714b0f3293bb7878f1ff9ac64b0353284576fa0413000ce2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-cluster-api-controllers-rhel9@sha256%3Afef61b2df388d1e5714b0f3293bb7878f1ff9ac64b0353284576fa0413000ce2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9\u0026tag=1787571898"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:267a8525fce7dcfc460052b97dc07532c927fcb27257b29f5e43e5475376bc42_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:267a8525fce7dcfc460052b97dc07532c927fcb27257b29f5e43e5475376bc42_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:267a8525fce7dcfc460052b97dc07532c927fcb27257b29f5e43e5475376bc42_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel9@sha256%3A267a8525fce7dcfc460052b97dc07532c927fcb27257b29f5e43e5475376bc42?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel9\u0026tag=1787576010"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3e5753abdfee794bd09cd51eda1c7634aa7630ea3f2a72ff40c3fcf5661e58c1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3e5753abdfee794bd09cd51eda1c7634aa7630ea3f2a72ff40c3fcf5661e58c1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3e5753abdfee794bd09cd51eda1c7634aa7630ea3f2a72ff40c3fcf5661e58c1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-rhel9-operator@sha256%3A3e5753abdfee794bd09cd51eda1c7634aa7630ea3f2a72ff40c3fcf5661e58c1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-rhel9-operator\u0026tag=1787571859"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:100ffa84c55a87981f50fa5fcdfb5a5daad0eea01d0bc14abdbc959ca0a1ff92_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:100ffa84c55a87981f50fa5fcdfb5a5daad0eea01d0bc14abdbc959ca0a1ff92_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:100ffa84c55a87981f50fa5fcdfb5a5daad0eea01d0bc14abdbc959ca0a1ff92_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-artifacts-rhel9@sha256%3A100ffa84c55a87981f50fa5fcdfb5a5daad0eea01d0bc14abdbc959ca0a1ff92?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9\u0026tag=1787574496"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:47ded0bc14992d79c073e4cd541279def7e44d8ff586a5cc1676edabdd86c13b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:47ded0bc14992d79c073e4cd541279def7e44d8ff586a5cc1676edabdd86c13b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:47ded0bc14992d79c073e4cd541279def7e44d8ff586a5cc1676edabdd86c13b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-credential-rhel9-operator@sha256%3A47ded0bc14992d79c073e4cd541279def7e44d8ff586a5cc1676edabdd86c13b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator\u0026tag=1787571020"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bfe783bcda48a7678e776f99ab08f9d6cdf882432ae03c46593326bf8b57e714_s390x",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bfe783bcda48a7678e776f99ab08f9d6cdf882432ae03c46593326bf8b57e714_s390x",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bfe783bcda48a7678e776f99ab08f9d6cdf882432ae03c46593326bf8b57e714_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-network-config-controller-rhel9@sha256%3Abfe783bcda48a7678e776f99ab08f9d6cdf882432ae03c46593326bf8b57e714?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/cloud-network-config-controller-rhel9\u0026tag=1787573372"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2635b651e023c9d4dd92d1897b4513947985256607f9d2dd8043cd7f5de3a765_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2635b651e023c9d4dd92d1897b4513947985256607f9d2dd8043cd7f5de3a765_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2635b651e023c9d4dd92d1897b4513947985256607f9d2dd8043cd7f5de3a765_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-api-rhel9@sha256%3A2635b651e023c9d4dd92d1897b4513947985256607f9d2dd8043cd7f5de3a765?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-api-rhel9\u0026tag=1787574231"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:a8ffa384c6770ffe1bb9b7b8729501ef2c06199e0005b16e5dc432dd8d23c66f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:a8ffa384c6770ffe1bb9b7b8729501ef2c06199e0005b16e5dc432dd8d23c66f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:a8ffa384c6770ffe1bb9b7b8729501ef2c06199e0005b16e5dc432dd8d23c66f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-rhel9-operator@sha256%3Aa8ffa384c6770ffe1bb9b7b8729501ef2c06199e0005b16e5dc432dd8d23c66f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator\u0026tag=1787573628"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:42ea798731bcee8b868ae15f9d45b8f0aaa91d1a4f7660c53ee08b070fe4c9f5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:42ea798731bcee8b868ae15f9d45b8f0aaa91d1a4f7660c53ee08b070fe4c9f5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:42ea798731bcee8b868ae15f9d45b8f0aaa91d1a4f7660c53ee08b070fe4c9f5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9-operator@sha256%3A42ea798731bcee8b868ae15f9d45b8f0aaa91d1a4f7660c53ee08b070fe4c9f5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator\u0026tag=1787613033"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5449067a980b2d50b360b1aa1164fba67693402210111708ebaa00f0f93bfb55_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5449067a980b2d50b360b1aa1164fba67693402210111708ebaa00f0f93bfb55_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5449067a980b2d50b360b1aa1164fba67693402210111708ebaa00f0f93bfb55_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel9@sha256%3A5449067a980b2d50b360b1aa1164fba67693402210111708ebaa00f0f93bfb55?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9\u0026tag=1787570872"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5143aae8d524363878300902b89dfb5f3420ce897bc36064fd021d23993432f1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5143aae8d524363878300902b89dfb5f3420ce897bc36064fd021d23993432f1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5143aae8d524363878300902b89dfb5f3420ce897bc36064fd021d23993432f1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-bootstrap-rhel9@sha256%3A5143aae8d524363878300902b89dfb5f3420ce897bc36064fd021d23993432f1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9\u0026tag=1787573535"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:7da313ec91e1a9ff08a16ea2b0af0ed1ac73e40c4b629402bff19f183d45aef6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:7da313ec91e1a9ff08a16ea2b0af0ed1ac73e40c4b629402bff19f183d45aef6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:7da313ec91e1a9ff08a16ea2b0af0ed1ac73e40c4b629402bff19f183d45aef6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-rhel9-operator@sha256%3A7da313ec91e1a9ff08a16ea2b0af0ed1ac73e40c4b629402bff19f183d45aef6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator\u0026tag=1787574133"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc1512a1ca871d5e21162430f028d7b7f2391e19cee9b3d6e253b6b6d03cc8e2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc1512a1ca871d5e21162430f028d7b7f2391e19cee9b3d6e253b6b6d03cc8e2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc1512a1ca871d5e21162430f028d7b7f2391e19cee9b3d6e253b6b6d03cc8e2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3Abc1512a1ca871d5e21162430f028d7b7f2391e19cee9b3d6e253b6b6d03cc8e2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator\u0026tag=1787598256"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bcb4f4b45a7d62927ee6589db9d31e9bfc87a13f3b0239649c9701b10d3dbd75_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bcb4f4b45a7d62927ee6589db9d31e9bfc87a13f3b0239649c9701b10d3dbd75_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bcb4f4b45a7d62927ee6589db9d31e9bfc87a13f3b0239649c9701b10d3dbd75_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-api-rhel9@sha256%3Abcb4f4b45a7d62927ee6589db9d31e9bfc87a13f3b0239649c9701b10d3dbd75?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-api-rhel9\u0026tag=1787668452"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ddc3c05d5daa3aeffe5629b7e2fedd5df301a3030f8f8c6acc3204b8fd7e0995_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ddc3c05d5daa3aeffe5629b7e2fedd5df301a3030f8f8c6acc3204b8fd7e0995_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ddc3c05d5daa3aeffe5629b7e2fedd5df301a3030f8f8c6acc3204b8fd7e0995_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-rhel9-operator@sha256%3Addc3c05d5daa3aeffe5629b7e2fedd5df301a3030f8f8c6acc3204b8fd7e0995?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator\u0026tag=1787574159"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a23cd4945d2e1f9e1c194179fab9c388677fa1317e02a99eebc575e227064b79_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a23cd4945d2e1f9e1c194179fab9c388677fa1317e02a99eebc575e227064b79_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a23cd4945d2e1f9e1c194179fab9c388677fa1317e02a99eebc575e227064b79_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3Aa23cd4945d2e1f9e1c194179fab9c388677fa1317e02a99eebc575e227064b79?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator\u0026tag=1787571520"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bb521f2f97477b5b9851f6655f1738b620aefccaaa81cd303d17eb74ade7adb4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bb521f2f97477b5b9851f6655f1738b620aefccaaa81cd303d17eb74ade7adb4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bb521f2f97477b5b9851f6655f1738b620aefccaaa81cd303d17eb74ade7adb4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3Abb521f2f97477b5b9851f6655f1738b620aefccaaa81cd303d17eb74ade7adb4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator\u0026tag=1787571467"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5b389b9b0acddd8ffe5e5c3f9d54321d061253f3f45b5b66b6dfa0181b73b87a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5b389b9b0acddd8ffe5e5c3f9d54321d061253f3f45b5b66b6dfa0181b73b87a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5b389b9b0acddd8ffe5e5c3f9d54321d061253f3f45b5b66b6dfa0181b73b87a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-dns-rhel9-operator@sha256%3A5b389b9b0acddd8ffe5e5c3f9d54321d061253f3f45b5b66b6dfa0181b73b87a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator\u0026tag=1787573419"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:22dee3c01cf1deff68d73d76735e420d223ba0e75dba1e7ae224ac4e7b14ae79_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:22dee3c01cf1deff68d73d76735e420d223ba0e75dba1e7ae224ac4e7b14ae79_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:22dee3c01cf1deff68d73d76735e420d223ba0e75dba1e7ae224ac4e7b14ae79_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-image-registry-rhel9-operator@sha256%3A22dee3c01cf1deff68d73d76735e420d223ba0e75dba1e7ae224ac4e7b14ae79?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator\u0026tag=1787573406"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:abe01f65affd92347d8097b3922e587548364d9680b74f767e9cbf139c996802_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:abe01f65affd92347d8097b3922e587548364d9680b74f767e9cbf139c996802_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:abe01f65affd92347d8097b3922e587548364d9680b74f767e9cbf139c996802_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-rhel9-operator@sha256%3Aabe01f65affd92347d8097b3922e587548364d9680b74f767e9cbf139c996802?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator\u0026tag=1787571628"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a1f1be1027b54388f762951ab7983f18cfe37140efcf2c778a5d11d4740e8e9a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a1f1be1027b54388f762951ab7983f18cfe37140efcf2c778a5d11d4740e8e9a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a1f1be1027b54388f762951ab7983f18cfe37140efcf2c778a5d11d4740e8e9a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-rhel9-operator@sha256%3Aa1f1be1027b54388f762951ab7983f18cfe37140efcf2c778a5d11d4740e8e9a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator\u0026tag=1787573542"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:be3286f36b4c80969594af159ede49ee20ab5dfbbd890649c2c4249335714466_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:be3286f36b4c80969594af159ede49ee20ab5dfbbd890649c2c4249335714466_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:be3286f36b4c80969594af159ede49ee20ab5dfbbd890649c2c4249335714466_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3Abe3286f36b4c80969594af159ede49ee20ab5dfbbd890649c2c4249335714466?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator\u0026tag=1787574157"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6047837c63bd707f994797af79267ec8bb5075b3fdd88c069b3acaa04ee2cb5c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6047837c63bd707f994797af79267ec8bb5075b3fdd88c069b3acaa04ee2cb5c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6047837c63bd707f994797af79267ec8bb5075b3fdd88c069b3acaa04ee2cb5c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A6047837c63bd707f994797af79267ec8bb5075b3fdd88c069b3acaa04ee2cb5c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator\u0026tag=1787571297"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3287f57d83e7becbcd3997ff2ade6e6b5a664fd08610464002229e0a116dfec8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3287f57d83e7becbcd3997ff2ade6e6b5a664fd08610464002229e0a116dfec8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3287f57d83e7becbcd3997ff2ade6e6b5a664fd08610464002229e0a116dfec8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A3287f57d83e7becbcd3997ff2ade6e6b5a664fd08610464002229e0a116dfec8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator\u0026tag=1787573522"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4aa3e0ca4b5398fcaedd212506e222fd435f7a46c2eaeb7a49dc50f789cf13a3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4aa3e0ca4b5398fcaedd212506e222fd435f7a46c2eaeb7a49dc50f789cf13a3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4aa3e0ca4b5398fcaedd212506e222fd435f7a46c2eaeb7a49dc50f789cf13a3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-machine-approver-rhel9@sha256%3A4aa3e0ca4b5398fcaedd212506e222fd435f7a46c2eaeb7a49dc50f789cf13a3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9\u0026tag=1787572448"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:929f235d156df0f59479d60379dab0d83d6fc662d9acf7ff050a520850ee0125_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:929f235d156df0f59479d60379dab0d83d6fc662d9acf7ff050a520850ee0125_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:929f235d156df0f59479d60379dab0d83d6fc662d9acf7ff050a520850ee0125_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-olm-rhel9-operator@sha256%3A929f235d156df0f59479d60379dab0d83d6fc662d9acf7ff050a520850ee0125?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator\u0026tag=1787570808"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:52a47ec0685655243dfa60738842ba038719f2454b85024084de270736d06529_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:52a47ec0685655243dfa60738842ba038719f2454b85024084de270736d06529_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:52a47ec0685655243dfa60738842ba038719f2454b85024084de270736d06529_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A52a47ec0685655243dfa60738842ba038719f2454b85024084de270736d06529?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator\u0026tag=1787572259"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a38c23c37dbf421c77c4f36758a105b790123d654f1c8b3419becfefedadd0e7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a38c23c37dbf421c77c4f36758a105b790123d654f1c8b3419becfefedadd0e7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a38c23c37dbf421c77c4f36758a105b790123d654f1c8b3419becfefedadd0e7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3Aa38c23c37dbf421c77c4f36758a105b790123d654f1c8b3419becfefedadd0e7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator\u0026tag=1787571243"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:71bae3f7d9ec2a469c8d69b9f67d27a0a98a26bc842cc8733442cabd43fe3c06_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:71bae3f7d9ec2a469c8d69b9f67d27a0a98a26bc842cc8733442cabd43fe3c06_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:71bae3f7d9ec2a469c8d69b9f67d27a0a98a26bc842cc8733442cabd43fe3c06_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-samples-rhel9-operator@sha256%3A71bae3f7d9ec2a469c8d69b9f67d27a0a98a26bc842cc8733442cabd43fe3c06?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator\u0026tag=1787572374"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecb2d59766a1aaaf7cfbdf1e0b92ed025a18fd54acd41fbc63026b350c98a953_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecb2d59766a1aaaf7cfbdf1e0b92ed025a18fd54acd41fbc63026b350c98a953_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecb2d59766a1aaaf7cfbdf1e0b92ed025a18fd54acd41fbc63026b350c98a953_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-update-keys-rhel9@sha256%3Aecb2d59766a1aaaf7cfbdf1e0b92ed025a18fd54acd41fbc63026b350c98a953?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9\u0026tag=1787573412"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:9a64cc9623e5639b0e8ec8f5ad63a5ab83f92598abe541be09fceb37ba2fab23_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:9a64cc9623e5639b0e8ec8f5ad63a5ab83f92598abe541be09fceb37ba2fab23_s390x",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:9a64cc9623e5639b0e8ec8f5ad63a5ab83f92598abe541be09fceb37ba2fab23_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-container-networking-plugins-rhel9@sha256%3A9a64cc9623e5639b0e8ec8f5ad63a5ab83f92598abe541be09fceb37ba2fab23?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9\u0026tag=1787573409"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2224a1bb7f39feb0ee922a54a94d8dfa66e676caffc681f99227eafc0082b50c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2224a1bb7f39feb0ee922a54a94d8dfa66e676caffc681f99227eafc0082b50c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2224a1bb7f39feb0ee922a54a94d8dfa66e676caffc681f99227eafc0082b50c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer-rhel9@sha256%3A2224a1bb7f39feb0ee922a54a94d8dfa66e676caffc681f99227eafc0082b50c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9\u0026tag=1787572150"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b6a273a6d68b36cd939b6bba836f657168526125327fb784c436c99848f49f7e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b6a273a6d68b36cd939b6bba836f657168526125327fb784c436c99848f49f7e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b6a273a6d68b36cd939b6bba836f657168526125327fb784c436c99848f49f7e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter-rhel9@sha256%3Ab6a273a6d68b36cd939b6bba836f657168526125327fb784c436c99848f49f7e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9\u0026tag=1787570827"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:4142674147742cf0ecad7223e02e88efb53e5a34ab820df5ea2f645a04219da8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:4142674147742cf0ecad7223e02e88efb53e5a34ab820df5ea2f645a04219da8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:4142674147742cf0ecad7223e02e88efb53e5a34ab820df5ea2f645a04219da8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller-rhel9@sha256%3A4142674147742cf0ecad7223e02e88efb53e5a34ab820df5ea2f645a04219da8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9\u0026tag=1787571379"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b203bacc4238f6cc6afaa7dcad119d126484235694dcc33a46edc4d002dc7f5b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b203bacc4238f6cc6afaa7dcad119d126484235694dcc33a46edc4d002dc7f5b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b203bacc4238f6cc6afaa7dcad119d126484235694dcc33a46edc4d002dc7f5b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-etcd-rhel9@sha256%3Ab203bacc4238f6cc6afaa7dcad119d126484235694dcc33a46edc4d002dc7f5b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-etcd-rhel9\u0026tag=1787573317"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:ab518543ee2455263fe748f1d2ab5fd1fcb87e03bdb241a1fe657c748e220e3d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:ab518543ee2455263fe748f1d2ab5fd1fcb87e03bdb241a1fe657c748e220e3d_s390x",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:ab518543ee2455263fe748f1d2ab5fd1fcb87e03bdb241a1fe657c748e220e3d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel9@sha256%3Aab518543ee2455263fe748f1d2ab5fd1fcb87e03bdb241a1fe657c748e220e3d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/frr-rhel9\u0026tag=1787570998"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ae444a4f4274431a8dfa075bb9c91fda502cbdbe971856f54ffb6a0d5deb08a3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ae444a4f4274431a8dfa075bb9c91fda502cbdbe971856f54ffb6a0d5deb08a3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ae444a4f4274431a8dfa075bb9c91fda502cbdbe971856f54ffb6a0d5deb08a3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-cloud-controller-manager-rhel9@sha256%3Aae444a4f4274431a8dfa075bb9c91fda502cbdbe971856f54ffb6a0d5deb08a3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9\u0026tag=1787571101"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:608159f89bf52fbe18bbdb1c48b679346ddac7d3ace7883c84494615a4ab7adc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:608159f89bf52fbe18bbdb1c48b679346ddac7d3ace7883c84494615a4ab7adc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:608159f89bf52fbe18bbdb1c48b679346ddac7d3ace7883c84494615a4ab7adc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3A608159f89bf52fbe18bbdb1c48b679346ddac7d3ace7883c84494615a4ab7adc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9\u0026tag=1787571765"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:4148a39c8311d7050050debedbfa7454b53c3e00ae4d63cee7bc6da688af744b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:4148a39c8311d7050050debedbfa7454b53c3e00ae4d63cee7bc6da688af744b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:4148a39c8311d7050050debedbfa7454b53c3e00ae4d63cee7bc6da688af744b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256%3A4148a39c8311d7050050debedbfa7454b53c3e00ae4d63cee7bc6da688af744b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator\u0026tag=1787571745"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:23d11514c82b817c95564de1f0252dfcf753ca40cb154054c051b6bef078a960_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:23d11514c82b817c95564de1f0252dfcf753ca40cb154054c051b6bef078a960_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:23d11514c82b817c95564de1f0252dfcf753ca40cb154054c051b6bef078a960_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3A23d11514c82b817c95564de1f0252dfcf753ca40cb154054c051b6bef078a960?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9\u0026tag=1787572893"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:4e6b6f1636a4300955a587155ee9063979e47cb387dfc1a85f3738b1cf25589f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:4e6b6f1636a4300955a587155ee9063979e47cb387dfc1a85f3738b1cf25589f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:4e6b6f1636a4300955a587155ee9063979e47cb387dfc1a85f3738b1cf25589f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-machine-controllers-rhel9@sha256%3A4e6b6f1636a4300955a587155ee9063979e47cb387dfc1a85f3738b1cf25589f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9\u0026tag=1787571183"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5c60f40d38ebe6f95cfc0fa78fed9aa265fdf3aced888bf232445c2e76e4ed55_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5c60f40d38ebe6f95cfc0fa78fed9aa265fdf3aced888bf232445c2e76e4ed55_s390x",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5c60f40d38ebe6f95cfc0fa78fed9aa265fdf3aced888bf232445c2e76e4ed55_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel9-operator@sha256%3A5c60f40d38ebe6f95cfc0fa78fed9aa265fdf3aced888bf232445c2e76e4ed55?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel9-operator\u0026tag=1787572682"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:41ec41da1569234037cfc2b9cefeadbdb4c1e45363dcc0b5f2acce2453ba3dd2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:41ec41da1569234037cfc2b9cefeadbdb4c1e45363dcc0b5f2acce2453ba3dd2_s390x",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:41ec41da1569234037cfc2b9cefeadbdb4c1e45363dcc0b5f2acce2453ba3dd2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-exporter-rhel9@sha256%3A41ec41da1569234037cfc2b9cefeadbdb4c1e45363dcc0b5f2acce2453ba3dd2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/insights-runtime-exporter-rhel9\u0026tag=1787572957"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a6de5df300008dde127b655f67ba1c8e637bd6e67bc2c811c0d9e0ecfc3cb08b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a6de5df300008dde127b655f67ba1c8e637bd6e67bc2c811c0d9e0ecfc3cb08b_s390x",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a6de5df300008dde127b655f67ba1c8e637bd6e67bc2c811c0d9e0ecfc3cb08b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-extractor-rhel9@sha256%3Aa6de5df300008dde127b655f67ba1c8e637bd6e67bc2c811c0d9e0ecfc3cb08b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/insights-runtime-extractor-rhel9\u0026tag=1787648857"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f8036fe71f651189dda062ede40268c843ab07ad5b32e010250f9b6fe9234bb6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f8036fe71f651189dda062ede40268c843ab07ad5b32e010250f9b6fe9234bb6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f8036fe71f651189dda062ede40268c843ab07ad5b32e010250f9b6fe9234bb6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-rhel9@sha256%3Af8036fe71f651189dda062ede40268c843ab07ad5b32e010250f9b6fe9234bb6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-installer-rhel9\u0026tag=1787577293"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:909ff0827690342dce5b4cf713327f3a8887a056951953c9aa639e916129e1ad_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:909ff0827690342dce5b4cf713327f3a8887a056951953c9aa639e916129e1ad_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:909ff0827690342dce5b4cf713327f3a8887a056951953c9aa639e916129e1ad_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts-rhel9@sha256%3A909ff0827690342dce5b4cf713327f3a8887a056951953c9aa639e916129e1ad?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts-rhel9\u0026tag=1787577287"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:c221dffd999b01fe10c83c1cf3e93ed9d49beb5f0f13e8e23261f44a07fd9342_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:c221dffd999b01fe10c83c1cf3e93ed9d49beb5f0f13e8e23261f44a07fd9342_s390x",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:c221dffd999b01fe10c83c1cf3e93ed9d49beb5f0f13e8e23261f44a07fd9342_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-metrics-server-rhel9@sha256%3Ac221dffd999b01fe10c83c1cf3e93ed9d49beb5f0f13e8e23261f44a07fd9342?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/kube-metrics-server-rhel9\u0026tag=1787570821"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:19cdd4cd8546c53530e098641c6c83e2f38f05f2d046c6a9fddc3c8002a01fa1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:19cdd4cd8546c53530e098641c6c83e2f38f05f2d046c6a9fddc3c8002a01fa1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:19cdd4cd8546c53530e098641c6c83e2f38f05f2d046c6a9fddc3c8002a01fa1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel9@sha256%3A19cdd4cd8546c53530e098641c6c83e2f38f05f2d046c6a9fddc3c8002a01fa1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9\u0026tag=1787574073"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bf0602fddb6c09c5c20a33abf72b947cf7ec8de6ef68144d2f4b1a1a9ad906ba_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bf0602fddb6c09c5c20a33abf72b947cf7ec8de6ef68144d2f4b1a1a9ad906ba_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bf0602fddb6c09c5c20a33abf72b947cf7ec8de6ef68144d2f4b1a1a9ad906ba_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3Abf0602fddb6c09c5c20a33abf72b947cf7ec8de6ef68144d2f4b1a1a9ad906ba?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9\u0026tag=1787573200"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:07716873e44d49ad177f8c572fe54cec7ddb819a70492e6bddf36ef2ea5e6449_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:07716873e44d49ad177f8c572fe54cec7ddb819a70492e6bddf36ef2ea5e6449_arm64"
},
"product_reference": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:07716873e44d49ad177f8c572fe54cec7ddb819a70492e6bddf36ef2ea5e6449_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:288bb644cbb5e14b00d80e0b409c83644a59cbcb513d19025f8b97de61f2cbea_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:288bb644cbb5e14b00d80e0b409c83644a59cbcb513d19025f8b97de61f2cbea_s390x"
},
"product_reference": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:288bb644cbb5e14b00d80e0b409c83644a59cbcb513d19025f8b97de61f2cbea_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a27a41e1a167568dc9bcd1f125ac624897d73bb6dca7be80d256432b35e4c6aa_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a27a41e1a167568dc9bcd1f125ac624897d73bb6dca7be80d256432b35e4c6aa_amd64"
},
"product_reference": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a27a41e1a167568dc9bcd1f125ac624897d73bb6dca7be80d256432b35e4c6aa_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fe9b92e8a052208c6eeac2ba816959ee8129cc0f68bc93bb0a1a2f940a49f4d8_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fe9b92e8a052208c6eeac2ba816959ee8129cc0f68bc93bb0a1a2f940a49f4d8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fe9b92e8a052208c6eeac2ba816959ee8129cc0f68bc93bb0a1a2f940a49f4d8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:44ba1190dc20c3a99259ef0723be3c9e1c2d4f339ec4eb4f38a9375cefd60d2f_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:44ba1190dc20c3a99259ef0723be3c9e1c2d4f339ec4eb4f38a9375cefd60d2f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:44ba1190dc20c3a99259ef0723be3c9e1c2d4f339ec4eb4f38a9375cefd60d2f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:48a700617f0d4ab9dd6b40cc27e9f602892037c10872c19c60f62a2a848e451e_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:48a700617f0d4ab9dd6b40cc27e9f602892037c10872c19c60f62a2a848e451e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:48a700617f0d4ab9dd6b40cc27e9f602892037c10872c19c60f62a2a848e451e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9319978cb44eb1f26a7d82709c4ba7d9b6b0bdad78c6c6080bafb0933103bda2_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9319978cb44eb1f26a7d82709c4ba7d9b6b0bdad78c6c6080bafb0933103bda2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9319978cb44eb1f26a7d82709c4ba7d9b6b0bdad78c6c6080bafb0933103bda2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e734fcb9ca41744ac9213327a775aeb0e01ea9974036908721b532ed2dfef923_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e734fcb9ca41744ac9213327a775aeb0e01ea9974036908721b532ed2dfef923_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e734fcb9ca41744ac9213327a775aeb0e01ea9974036908721b532ed2dfef923_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:10097712385ddd416b15237d2af20f86a0370f1d97125f1e8a0d25a7215f6751_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:10097712385ddd416b15237d2af20f86a0370f1d97125f1e8a0d25a7215f6751_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:10097712385ddd416b15237d2af20f86a0370f1d97125f1e8a0d25a7215f6751_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:40f8f7e1d72a0e70d96c1ff028cff7125ead621e89cf2f3c1cc5262a3aab65fe_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:40f8f7e1d72a0e70d96c1ff028cff7125ead621e89cf2f3c1cc5262a3aab65fe_amd64"
},
"product_reference": "registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:40f8f7e1d72a0e70d96c1ff028cff7125ead621e89cf2f3c1cc5262a3aab65fe_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:50ff72eded21d210ea9c57c9f9b192cb6ca5efe781c5c5a9d2e1129e2eb7a248_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:50ff72eded21d210ea9c57c9f9b192cb6ca5efe781c5c5a9d2e1129e2eb7a248_s390x"
},
"product_reference": "registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:50ff72eded21d210ea9c57c9f9b192cb6ca5efe781c5c5a9d2e1129e2eb7a248_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:f77b14655ac6137b53212c8ed526d6baf86d6d6332513416daa73a6dc468c832_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:f77b14655ac6137b53212c8ed526d6baf86d6d6332513416daa73a6dc468c832_arm64"
},
"product_reference": "registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:f77b14655ac6137b53212c8ed526d6baf86d6d6332513416daa73a6dc468c832_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:76042ef2dea9a9316a7bb2a38923d0b670663803c75f5b8351b5e71d344b479c_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:76042ef2dea9a9316a7bb2a38923d0b670663803c75f5b8351b5e71d344b479c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:76042ef2dea9a9316a7bb2a38923d0b670663803c75f5b8351b5e71d344b479c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a645a364226f6768df30645c15ffb8b7feb1932a96c3666cd2d8bbf71786fe88_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a645a364226f6768df30645c15ffb8b7feb1932a96c3666cd2d8bbf71786fe88_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a645a364226f6768df30645c15ffb8b7feb1932a96c3666cd2d8bbf71786fe88_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:afc4fea57ea3217712f10421cdc7ded66093dfd0d5cdf09120ec1200d696f332_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:afc4fea57ea3217712f10421cdc7ded66093dfd0d5cdf09120ec1200d696f332_s390x"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:afc4fea57ea3217712f10421cdc7ded66093dfd0d5cdf09120ec1200d696f332_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f70b291b3be37bcef36e4cd282cbd88f917dcc5e61e0ad6228b33b770656b8ca_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f70b291b3be37bcef36e4cd282cbd88f917dcc5e61e0ad6228b33b770656b8ca_arm64"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f70b291b3be37bcef36e4cd282cbd88f917dcc5e61e0ad6228b33b770656b8ca_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4cad4e954d5e9fce7e93ce3a81da34d58e01c38a5d6140cefa7eeeffa13e1431_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4cad4e954d5e9fce7e93ce3a81da34d58e01c38a5d6140cefa7eeeffa13e1431_s390x"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4cad4e954d5e9fce7e93ce3a81da34d58e01c38a5d6140cefa7eeeffa13e1431_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5c1598ad56e3f9cf5801a990b2d5d007632cadc69118dd15b771d8104893b722_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5c1598ad56e3f9cf5801a990b2d5d007632cadc69118dd15b771d8104893b722_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5c1598ad56e3f9cf5801a990b2d5d007632cadc69118dd15b771d8104893b722_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d18a7d5884e709f2440b7f85999c2351c0f74ba09b876a7c915a974ccfa3dea0_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d18a7d5884e709f2440b7f85999c2351c0f74ba09b876a7c915a974ccfa3dea0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d18a7d5884e709f2440b7f85999c2351c0f74ba09b876a7c915a974ccfa3dea0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:ede11c7678a732b9ef9a763632c13e616a95cbabdb36baf0c5c48ca0d476c260_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:ede11c7678a732b9ef9a763632c13e616a95cbabdb36baf0c5c48ca0d476c260_amd64"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:ede11c7678a732b9ef9a763632c13e616a95cbabdb36baf0c5c48ca0d476c260_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:208703e1b4c8fd82b6cffc790affc4bb8966f6d95e5b5631d9fc7cd429d82242_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:208703e1b4c8fd82b6cffc790affc4bb8966f6d95e5b5631d9fc7cd429d82242_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:208703e1b4c8fd82b6cffc790affc4bb8966f6d95e5b5631d9fc7cd429d82242_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:40be47b6d5dedb587c54ea5f6ee763dc3007284e85cf75d9f48f4de83bff4f0c_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:40be47b6d5dedb587c54ea5f6ee763dc3007284e85cf75d9f48f4de83bff4f0c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:40be47b6d5dedb587c54ea5f6ee763dc3007284e85cf75d9f48f4de83bff4f0c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bfe783bcda48a7678e776f99ab08f9d6cdf882432ae03c46593326bf8b57e714_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bfe783bcda48a7678e776f99ab08f9d6cdf882432ae03c46593326bf8b57e714_s390x"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bfe783bcda48a7678e776f99ab08f9d6cdf882432ae03c46593326bf8b57e714_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e43bd0884f4c1993cd516c3ea52d1f878a783f6a998a6dd3fe4a98ab11bd3e87_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e43bd0884f4c1993cd516c3ea52d1f878a783f6a998a6dd3fe4a98ab11bd3e87_amd64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e43bd0884f4c1993cd516c3ea52d1f878a783f6a998a6dd3fe4a98ab11bd3e87_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0492b621d90ebddbab300b3bcb6979598f11380da79b32531f8978b26fe5edfa_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0492b621d90ebddbab300b3bcb6979598f11380da79b32531f8978b26fe5edfa_amd64"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0492b621d90ebddbab300b3bcb6979598f11380da79b32531f8978b26fe5edfa_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2f4ffb0abe2bcc7b801658bb46ad9f397d7a3d11e8b2060859f5dee1625d7ea2_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2f4ffb0abe2bcc7b801658bb46ad9f397d7a3d11e8b2060859f5dee1625d7ea2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2f4ffb0abe2bcc7b801658bb46ad9f397d7a3d11e8b2060859f5dee1625d7ea2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:30b0e4f82db1f3e39379b7aa792514aa726a0c485680b67351c593542c1b1127_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:30b0e4f82db1f3e39379b7aa792514aa726a0c485680b67351c593542c1b1127_s390x"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:30b0e4f82db1f3e39379b7aa792514aa726a0c485680b67351c593542c1b1127_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f0f3b27621a9276b1f4f9601b1b399eabbc165d74a4b4a20ebbccf6a36a8f98d_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f0f3b27621a9276b1f4f9601b1b399eabbc165d74a4b4a20ebbccf6a36a8f98d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f0f3b27621a9276b1f4f9601b1b399eabbc165d74a4b4a20ebbccf6a36a8f98d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2d56871f80eb82c502cec2b901d3510ab482eea981f50cba4fea729c83f1897c_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2d56871f80eb82c502cec2b901d3510ab482eea981f50cba4fea729c83f1897c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2d56871f80eb82c502cec2b901d3510ab482eea981f50cba4fea729c83f1897c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c169319f15a3e6ac9086e21438dac78a6b30f142c6d96d63c259e45f4b98c2ad_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c169319f15a3e6ac9086e21438dac78a6b30f142c6d96d63c259e45f4b98c2ad_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c169319f15a3e6ac9086e21438dac78a6b30f142c6d96d63c259e45f4b98c2ad_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cbb1706913eb430b86212f941bb32b066af04b431126af872899134a9e111ca2_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cbb1706913eb430b86212f941bb32b066af04b431126af872899134a9e111ca2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cbb1706913eb430b86212f941bb32b066af04b431126af872899134a9e111ca2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:de56a4d37e6686cafc8591eb1f7520942036037ba5af21c286aea2d2fab95b2b_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:de56a4d37e6686cafc8591eb1f7520942036037ba5af21c286aea2d2fab95b2b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:de56a4d37e6686cafc8591eb1f7520942036037ba5af21c286aea2d2fab95b2b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3e35e96ed5607d7229629ee64a3a7c942fb12da93a75e989f1fd9aa028e8fdcd_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3e35e96ed5607d7229629ee64a3a7c942fb12da93a75e989f1fd9aa028e8fdcd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3e35e96ed5607d7229629ee64a3a7c942fb12da93a75e989f1fd9aa028e8fdcd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c045d9282bb2e3ccfdc19d09b76e81d622ad5c41750c960a066f9a735ce47a3a_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c045d9282bb2e3ccfdc19d09b76e81d622ad5c41750c960a066f9a735ce47a3a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c045d9282bb2e3ccfdc19d09b76e81d622ad5c41750c960a066f9a735ce47a3a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d3c7bcca57a84397fa1932919a750ed7a002fd7f7be976152dd7c14d60feacd0_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d3c7bcca57a84397fa1932919a750ed7a002fd7f7be976152dd7c14d60feacd0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d3c7bcca57a84397fa1932919a750ed7a002fd7f7be976152dd7c14d60feacd0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fc479e1b1d14c548ed9a783109fd978efba5363537b835a5d09fa8d0fa9f9068_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fc479e1b1d14c548ed9a783109fd978efba5363537b835a5d09fa8d0fa9f9068_arm64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fc479e1b1d14c548ed9a783109fd978efba5363537b835a5d09fa8d0fa9f9068_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:0e22ab8f884e0095c3cb3efcb63f9f37d55b72cff37962f271fdf534deb469c1_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:0e22ab8f884e0095c3cb3efcb63f9f37d55b72cff37962f271fdf534deb469c1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:0e22ab8f884e0095c3cb3efcb63f9f37d55b72cff37962f271fdf534deb469c1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:ab518543ee2455263fe748f1d2ab5fd1fcb87e03bdb241a1fe657c748e220e3d_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:ab518543ee2455263fe748f1d2ab5fd1fcb87e03bdb241a1fe657c748e220e3d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:ab518543ee2455263fe748f1d2ab5fd1fcb87e03bdb241a1fe657c748e220e3d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:cf25049921f441dee72daf95b707da269c5ea7af7026674c42a7e3c8cc682e59_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:cf25049921f441dee72daf95b707da269c5ea7af7026674c42a7e3c8cc682e59_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:cf25049921f441dee72daf95b707da269c5ea7af7026674c42a7e3c8cc682e59_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:d5350fca926c7cabd8fa4e7749f0c2bd9bf90069a11ed96342cbaa0ccc16f889_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:d5350fca926c7cabd8fa4e7749f0c2bd9bf90069a11ed96342cbaa0ccc16f889_amd64"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:d5350fca926c7cabd8fa4e7749f0c2bd9bf90069a11ed96342cbaa0ccc16f889_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:41ec41da1569234037cfc2b9cefeadbdb4c1e45363dcc0b5f2acce2453ba3dd2_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:41ec41da1569234037cfc2b9cefeadbdb4c1e45363dcc0b5f2acce2453ba3dd2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:41ec41da1569234037cfc2b9cefeadbdb4c1e45363dcc0b5f2acce2453ba3dd2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:bf2513f4ea2df4a781fa74ddc02c207133387318444f7027e6b62565e8af505d_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:bf2513f4ea2df4a781fa74ddc02c207133387318444f7027e6b62565e8af505d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:bf2513f4ea2df4a781fa74ddc02c207133387318444f7027e6b62565e8af505d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb3cc6f050ccd3fae295639dd627bdf3ff5f08f66ef0fdefe24ab8260cfba983_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb3cc6f050ccd3fae295639dd627bdf3ff5f08f66ef0fdefe24ab8260cfba983_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb3cc6f050ccd3fae295639dd627bdf3ff5f08f66ef0fdefe24ab8260cfba983_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:efe54dbb00c22c7e9e4a6d7c40e52665823c5f94d4b7b03236edeb1d7a304f94_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:efe54dbb00c22c7e9e4a6d7c40e52665823c5f94d4b7b03236edeb1d7a304f94_amd64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:efe54dbb00c22c7e9e4a6d7c40e52665823c5f94d4b7b03236edeb1d7a304f94_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:073ed3fb3dfb009b6ba476883da5421996c5c4f4119375c0c83b072571d935f6_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:073ed3fb3dfb009b6ba476883da5421996c5c4f4119375c0c83b072571d935f6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:073ed3fb3dfb009b6ba476883da5421996c5c4f4119375c0c83b072571d935f6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:14b74e5080c191fe32bdd2a416c80cd94a0f30ea6d5f18faf7396c120c5907ea_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:14b74e5080c191fe32bdd2a416c80cd94a0f30ea6d5f18faf7396c120c5907ea_arm64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:14b74e5080c191fe32bdd2a416c80cd94a0f30ea6d5f18faf7396c120c5907ea_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3c86e67143d2caced55d2dc470df15cd1659c5e16c7eb8af22183de1a3222901_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3c86e67143d2caced55d2dc470df15cd1659c5e16c7eb8af22183de1a3222901_amd64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3c86e67143d2caced55d2dc470df15cd1659c5e16c7eb8af22183de1a3222901_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a6de5df300008dde127b655f67ba1c8e637bd6e67bc2c811c0d9e0ecfc3cb08b_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a6de5df300008dde127b655f67ba1c8e637bd6e67bc2c811c0d9e0ecfc3cb08b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a6de5df300008dde127b655f67ba1c8e637bd6e67bc2c811c0d9e0ecfc3cb08b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05ef13e75b41891cd2774cf5243b11da290ae75f12ecd07239e580a5238036a5_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05ef13e75b41891cd2774cf5243b11da290ae75f12ecd07239e580a5238036a5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05ef13e75b41891cd2774cf5243b11da290ae75f12ecd07239e580a5238036a5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7c5f6b71b68331d1cdff8b3273fc7cebb945d9c037fae5c2fe0666f84cafc928_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7c5f6b71b68331d1cdff8b3273fc7cebb945d9c037fae5c2fe0666f84cafc928_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7c5f6b71b68331d1cdff8b3273fc7cebb945d9c037fae5c2fe0666f84cafc928_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:c221dffd999b01fe10c83c1cf3e93ed9d49beb5f0f13e8e23261f44a07fd9342_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:c221dffd999b01fe10c83c1cf3e93ed9d49beb5f0f13e8e23261f44a07fd9342_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:c221dffd999b01fe10c83c1cf3e93ed9d49beb5f0f13e8e23261f44a07fd9342_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ea42eecab8a62b7896ffb697f402857a31807834a102986b3967faa70f63775f_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ea42eecab8a62b7896ffb697f402857a31807834a102986b3967faa70f63775f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ea42eecab8a62b7896ffb697f402857a31807834a102986b3967faa70f63775f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:0123a42a6d10e21067ef4ed5ad7a39541529ff0157cb27443a95b0e5d88efc7b_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:0123a42a6d10e21067ef4ed5ad7a39541529ff0157cb27443a95b0e5d88efc7b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:0123a42a6d10e21067ef4ed5ad7a39541529ff0157cb27443a95b0e5d88efc7b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:61e542fb10dc0e083f8889b0b94c3525f3882e5da701b8db31cc9be68d803ec9_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:61e542fb10dc0e083f8889b0b94c3525f3882e5da701b8db31cc9be68d803ec9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:61e542fb10dc0e083f8889b0b94c3525f3882e5da701b8db31cc9be68d803ec9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:69eb532db9fac5d796148a421f1c0a95f03a84604fe40d5e5a3719c995b8d3c2_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:69eb532db9fac5d796148a421f1c0a95f03a84604fe40d5e5a3719c995b8d3c2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:69eb532db9fac5d796148a421f1c0a95f03a84604fe40d5e5a3719c995b8d3c2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7bfdc577bd856e0cc690c86a8fc9928ed3d034d4d1455378c95293376a74b9c3_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7bfdc577bd856e0cc690c86a8fc9928ed3d034d4d1455378c95293376a74b9c3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7bfdc577bd856e0cc690c86a8fc9928ed3d034d4d1455378c95293376a74b9c3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:023e336977c9e6f23a82083ada96020a26cfea384189b765e89d6acf7112957c_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:023e336977c9e6f23a82083ada96020a26cfea384189b765e89d6acf7112957c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:023e336977c9e6f23a82083ada96020a26cfea384189b765e89d6acf7112957c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:a0734ecbae0ba4ef8a6cf77d42383afe04fdf33eed2c0d1e34782f147c675581_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a0734ecbae0ba4ef8a6cf77d42383afe04fdf33eed2c0d1e34782f147c675581_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:a0734ecbae0ba4ef8a6cf77d42383afe04fdf33eed2c0d1e34782f147c675581_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:c64a9e77bb865dd5475a4022629d394ced47bfd9adb137f69e2dd7bfca2c5a29_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c64a9e77bb865dd5475a4022629d394ced47bfd9adb137f69e2dd7bfca2c5a29_arm64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:c64a9e77bb865dd5475a4022629d394ced47bfd9adb137f69e2dd7bfca2c5a29_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:e90910e06037ec13a10bc176da5a516287ddc34ccdfcb36432f386f7b3895136_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e90910e06037ec13a10bc176da5a516287ddc34ccdfcb36432f386f7b3895136_amd64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:e90910e06037ec13a10bc176da5a516287ddc34ccdfcb36432f386f7b3895136_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2052fdaecd2f3807694fa17f35f03f84b5d8116ca56926b6d657f0594adcc4af_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2052fdaecd2f3807694fa17f35f03f84b5d8116ca56926b6d657f0594adcc4af_s390x"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2052fdaecd2f3807694fa17f35f03f84b5d8116ca56926b6d657f0594adcc4af_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:274df573eeb1919286472cfde2006716aaa62c65ad1a6fb82bc351e7292a51a6_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:274df573eeb1919286472cfde2006716aaa62c65ad1a6fb82bc351e7292a51a6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:274df573eeb1919286472cfde2006716aaa62c65ad1a6fb82bc351e7292a51a6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5f81d0322afa70edfd932cf1f80dc5a14ebb30f3f4cb0a4b9943859c3ef8a741_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5f81d0322afa70edfd932cf1f80dc5a14ebb30f3f4cb0a4b9943859c3ef8a741_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5f81d0322afa70edfd932cf1f80dc5a14ebb30f3f4cb0a4b9943859c3ef8a741_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c5f86407af14e6c3741e75068ebe79aea7c7d1a73ca87fc97128c53139dc8748_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c5f86407af14e6c3741e75068ebe79aea7c7d1a73ca87fc97128c53139dc8748_arm64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c5f86407af14e6c3741e75068ebe79aea7c7d1a73ca87fc97128c53139dc8748_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:11009d76f2fc73fb88ad8650914948e04e30d4096420d00a4e6b1f2f82bb2a48_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:11009d76f2fc73fb88ad8650914948e04e30d4096420d00a4e6b1f2f82bb2a48_arm64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:11009d76f2fc73fb88ad8650914948e04e30d4096420d00a4e6b1f2f82bb2a48_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:464e2bac04048cdd010a9625e6657c9f823ebadd624fd71191ee978520874528_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:464e2bac04048cdd010a9625e6657c9f823ebadd624fd71191ee978520874528_s390x"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:464e2bac04048cdd010a9625e6657c9f823ebadd624fd71191ee978520874528_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:4a6beae013e9de12cd8b0a39e9e7488f51b97b3f295e14d773eb28c5df9d6743_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:4a6beae013e9de12cd8b0a39e9e7488f51b97b3f295e14d773eb28c5df9d6743_amd64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:4a6beae013e9de12cd8b0a39e9e7488f51b97b3f295e14d773eb28c5df9d6743_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a2f765f47a9fbb2acbbf3b00c2d62d7df283546b7485e7631116fe824cb589a5_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a2f765f47a9fbb2acbbf3b00c2d62d7df283546b7485e7631116fe824cb589a5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a2f765f47a9fbb2acbbf3b00c2d62d7df283546b7485e7631116fe824cb589a5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:82953c91b88971066d4d605174664863cb062a6f7da286754aa4f05c11a69bc4_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:82953c91b88971066d4d605174664863cb062a6f7da286754aa4f05c11a69bc4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:82953c91b88971066d4d605174664863cb062a6f7da286754aa4f05c11a69bc4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8adf05874d8cc6284cb4566506787161305d95ba4c318f070e01960939526d59_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8adf05874d8cc6284cb4566506787161305d95ba4c318f070e01960939526d59_amd64"
},
"product_reference": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8adf05874d8cc6284cb4566506787161305d95ba4c318f070e01960939526d59_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b0127947224f18d500d967398c5008737df32168d2db50f1f87554e149328d71_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b0127947224f18d500d967398c5008737df32168d2db50f1f87554e149328d71_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b0127947224f18d500d967398c5008737df32168d2db50f1f87554e149328d71_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:c25b7a4bba9a988a6b7daa4eaa8608df78b927d1d454aac7757f18e3b6c78d86_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:c25b7a4bba9a988a6b7daa4eaa8608df78b927d1d454aac7757f18e3b6c78d86_s390x"
},
"product_reference": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:c25b7a4bba9a988a6b7daa4eaa8608df78b927d1d454aac7757f18e3b6c78d86_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1f6a0d8476232a85b5d18ef9ce148135b69a4abdc45952f6ad0eaf41604e05f8_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1f6a0d8476232a85b5d18ef9ce148135b69a4abdc45952f6ad0eaf41604e05f8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1f6a0d8476232a85b5d18ef9ce148135b69a4abdc45952f6ad0eaf41604e05f8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2989730daa53d788a9e1be03bf922a07c1111ee8559bdef63d058be6fd5f3fc7_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2989730daa53d788a9e1be03bf922a07c1111ee8559bdef63d058be6fd5f3fc7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2989730daa53d788a9e1be03bf922a07c1111ee8559bdef63d058be6fd5f3fc7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c0cac6ae1322cdf12df3c55948bcfead52641aa95a57dcdea97401ae01c1860_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c0cac6ae1322cdf12df3c55948bcfead52641aa95a57dcdea97401ae01c1860_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c0cac6ae1322cdf12df3c55948bcfead52641aa95a57dcdea97401ae01c1860_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:adf166a8095fd21a818265c01776b94e25cea102a98de6875352cdc47fba933b_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:adf166a8095fd21a818265c01776b94e25cea102a98de6875352cdc47fba933b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:adf166a8095fd21a818265c01776b94e25cea102a98de6875352cdc47fba933b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:67f12e5ce45f173e79229f506b92915943d263ca0adaa31a027cb7245d7a076e_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:67f12e5ce45f173e79229f506b92915943d263ca0adaa31a027cb7245d7a076e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:67f12e5ce45f173e79229f506b92915943d263ca0adaa31a027cb7245d7a076e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6b91bbe18861c83c79693a155979f3cc56162624412eef4c57c52cfedfb38475_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6b91bbe18861c83c79693a155979f3cc56162624412eef4c57c52cfedfb38475_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6b91bbe18861c83c79693a155979f3cc56162624412eef4c57c52cfedfb38475_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b2bb582913e9dedea9f2eb41f1568fa8f0fccce2e56be4f666ff41f3698dc147_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b2bb582913e9dedea9f2eb41f1568fa8f0fccce2e56be4f666ff41f3698dc147_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b2bb582913e9dedea9f2eb41f1568fa8f0fccce2e56be4f666ff41f3698dc147_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d35f97d205f82d6ffa260582fc6dce2fe0fcc3719ae0e19e85e06e7ab629021e_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d35f97d205f82d6ffa260582fc6dce2fe0fcc3719ae0e19e85e06e7ab629021e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d35f97d205f82d6ffa260582fc6dce2fe0fcc3719ae0e19e85e06e7ab629021e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:03ce535e7bb582ca85793c8155f38ff9f73231e7cf5af4ce223ea89d4d2eeb89_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:03ce535e7bb582ca85793c8155f38ff9f73231e7cf5af4ce223ea89d4d2eeb89_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:03ce535e7bb582ca85793c8155f38ff9f73231e7cf5af4ce223ea89d4d2eeb89_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:605dbca994f47b04da902ae4b76744eaebe0d716a7a5fd3cb8e617db5dabb8c7_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:605dbca994f47b04da902ae4b76744eaebe0d716a7a5fd3cb8e617db5dabb8c7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:605dbca994f47b04da902ae4b76744eaebe0d716a7a5fd3cb8e617db5dabb8c7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6b2582a7f534bb2716acaa72598b40f593897124fe03a5e6b2bea1e4c1a26d15_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6b2582a7f534bb2716acaa72598b40f593897124fe03a5e6b2bea1e4c1a26d15_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6b2582a7f534bb2716acaa72598b40f593897124fe03a5e6b2bea1e4c1a26d15_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d88f52e765c3f5fd4ad80f7364efe49e98ae927d82601d27105eb6ad0b484264_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d88f52e765c3f5fd4ad80f7364efe49e98ae927d82601d27105eb6ad0b484264_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d88f52e765c3f5fd4ad80f7364efe49e98ae927d82601d27105eb6ad0b484264_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:1305fefe98602549511b835fd1302eee6a4494c690d76964d89189c90f39627a_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:1305fefe98602549511b835fd1302eee6a4494c690d76964d89189c90f39627a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:1305fefe98602549511b835fd1302eee6a4494c690d76964d89189c90f39627a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:325af02386526656111c663e6a206e755f2f30db00059078a0391d4af6cd95d2_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:325af02386526656111c663e6a206e755f2f30db00059078a0391d4af6cd95d2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:325af02386526656111c663e6a206e755f2f30db00059078a0391d4af6cd95d2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6dcb4d60294895ba062bed0e9612ad7fecd7fd8d8cffdeee9bd65ffec1b20a63_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6dcb4d60294895ba062bed0e9612ad7fecd7fd8d8cffdeee9bd65ffec1b20a63_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6dcb4d60294895ba062bed0e9612ad7fecd7fd8d8cffdeee9bd65ffec1b20a63_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f492d67b16384267b9f65d20b769f93e3122f0957cec290a88a1b244c80e4b54_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f492d67b16384267b9f65d20b769f93e3122f0957cec290a88a1b244c80e4b54_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f492d67b16384267b9f65d20b769f93e3122f0957cec290a88a1b244c80e4b54_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:56cd8314cc9791e043cb4e5ace324013f4ce4c825fb5f9119b1a6c6871b76a3b_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:56cd8314cc9791e043cb4e5ace324013f4ce4c825fb5f9119b1a6c6871b76a3b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:56cd8314cc9791e043cb4e5ace324013f4ce4c825fb5f9119b1a6c6871b76a3b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d6ff019bc8333893d6d5799927ffd9dbd02d0d388752a1ead6b8f85928fff4f_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d6ff019bc8333893d6d5799927ffd9dbd02d0d388752a1ead6b8f85928fff4f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d6ff019bc8333893d6d5799927ffd9dbd02d0d388752a1ead6b8f85928fff4f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d7e525584c9b7492d8b989d2ad0b8ccdc4f244987f26b4aedfa7ab1097aa8ac_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d7e525584c9b7492d8b989d2ad0b8ccdc4f244987f26b4aedfa7ab1097aa8ac_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d7e525584c9b7492d8b989d2ad0b8ccdc4f244987f26b4aedfa7ab1097aa8ac_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:598dbc32cda4219d6a0442aee99096b77ddbea0148ac3260c9c37e00b13cba23_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:598dbc32cda4219d6a0442aee99096b77ddbea0148ac3260c9c37e00b13cba23_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:598dbc32cda4219d6a0442aee99096b77ddbea0148ac3260c9c37e00b13cba23_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e223d745233c048714d3ff7a04f8ee565aebeb0f5aead03e55dd9f305fe60cb2_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e223d745233c048714d3ff7a04f8ee565aebeb0f5aead03e55dd9f305fe60cb2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e223d745233c048714d3ff7a04f8ee565aebeb0f5aead03e55dd9f305fe60cb2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:05fe3c8332c4626e356a2b8b33b235d605b8cfdf8b49a68475db687789a766e7_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:05fe3c8332c4626e356a2b8b33b235d605b8cfdf8b49a68475db687789a766e7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:05fe3c8332c4626e356a2b8b33b235d605b8cfdf8b49a68475db687789a766e7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:64ea7652aa2f9f9ba58d56765ee0ffd7224d6534860d118c059c2c066bbf2142_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:64ea7652aa2f9f9ba58d56765ee0ffd7224d6534860d118c059c2c066bbf2142_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:64ea7652aa2f9f9ba58d56765ee0ffd7224d6534860d118c059c2c066bbf2142_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8673853d611d162bc12d1791bef2acdd4131a97b8a6e46961736724b69332db7_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8673853d611d162bc12d1791bef2acdd4131a97b8a6e46961736724b69332db7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8673853d611d162bc12d1791bef2acdd4131a97b8a6e46961736724b69332db7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ee04f343f0bc1c58b1e016295990225bafab7b39a9c1a572b10cdc19076150ad_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ee04f343f0bc1c58b1e016295990225bafab7b39a9c1a572b10cdc19076150ad_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ee04f343f0bc1c58b1e016295990225bafab7b39a9c1a572b10cdc19076150ad_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:4771678b9e18450e8e2a6ab991e844fb064749a0b09b089e54a802a7109c1ae7_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:4771678b9e18450e8e2a6ab991e844fb064749a0b09b089e54a802a7109c1ae7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:4771678b9e18450e8e2a6ab991e844fb064749a0b09b089e54a802a7109c1ae7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:68c90482505c592a6393640c16467c1416f3175ba1273a284c3d0a9417e879ae_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:68c90482505c592a6393640c16467c1416f3175ba1273a284c3d0a9417e879ae_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:68c90482505c592a6393640c16467c1416f3175ba1273a284c3d0a9417e879ae_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:234bf4abb67f86a27d549a2d368d080a3671ab34786e26c6abbcdf58baccb034_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:234bf4abb67f86a27d549a2d368d080a3671ab34786e26c6abbcdf58baccb034_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:234bf4abb67f86a27d549a2d368d080a3671ab34786e26c6abbcdf58baccb034_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f330b931299e7c97298212e0514c55f9e086e2f33ab7e522d40d8e9df843ea11_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f330b931299e7c97298212e0514c55f9e086e2f33ab7e522d40d8e9df843ea11_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f330b931299e7c97298212e0514c55f9e086e2f33ab7e522d40d8e9df843ea11_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:123e1027c857bf3a084e45755736871b220117eb70d774a3b450f7d877e7d1a6_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:123e1027c857bf3a084e45755736871b220117eb70d774a3b450f7d877e7d1a6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:123e1027c857bf3a084e45755736871b220117eb70d774a3b450f7d877e7d1a6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:61d9a3fb3114cc2252a8ecb5b0339a5fcdef87cf962f285be72b164933afb857_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:61d9a3fb3114cc2252a8ecb5b0339a5fcdef87cf962f285be72b164933afb857_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:61d9a3fb3114cc2252a8ecb5b0339a5fcdef87cf962f285be72b164933afb857_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9426eef8c79d6e2c9cf5efb340257ef7dc7936b3369050776f4b45ed6603de37_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9426eef8c79d6e2c9cf5efb340257ef7dc7936b3369050776f4b45ed6603de37_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9426eef8c79d6e2c9cf5efb340257ef7dc7936b3369050776f4b45ed6603de37_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b693182419b2287a69a8bcb3bd3ef8d6e799b5e7aa9b5f25cca855995588e104_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b693182419b2287a69a8bcb3bd3ef8d6e799b5e7aa9b5f25cca855995588e104_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b693182419b2287a69a8bcb3bd3ef8d6e799b5e7aa9b5f25cca855995588e104_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cde3a4deb285f4ffb38be4443b3c09f33a44d8f2007bfde6f8766d371487bb80_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cde3a4deb285f4ffb38be4443b3c09f33a44d8f2007bfde6f8766d371487bb80_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cde3a4deb285f4ffb38be4443b3c09f33a44d8f2007bfde6f8766d371487bb80_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cfa458375e07e80969d9a9b3521c5983fd20f384b74f1080b865b618afd35f32_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cfa458375e07e80969d9a9b3521c5983fd20f384b74f1080b865b618afd35f32_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cfa458375e07e80969d9a9b3521c5983fd20f384b74f1080b865b618afd35f32_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:30a0f7d083fbf57d19fdebcba31bf52d257fda3eab13e1c8b856291f40278c4d_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:30a0f7d083fbf57d19fdebcba31bf52d257fda3eab13e1c8b856291f40278c4d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:30a0f7d083fbf57d19fdebcba31bf52d257fda3eab13e1c8b856291f40278c4d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:7078670a28f19c15b118e3ff8d70afcd5e329a22eb6a44d3827f9554dbbee812_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:7078670a28f19c15b118e3ff8d70afcd5e329a22eb6a44d3827f9554dbbee812_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:7078670a28f19c15b118e3ff8d70afcd5e329a22eb6a44d3827f9554dbbee812_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:6d60dfdba0f6368f23bdb554da68f81e3d088677ce9748d2850ba8f2ecb0cbcd_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:6d60dfdba0f6368f23bdb554da68f81e3d088677ce9748d2850ba8f2ecb0cbcd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:6d60dfdba0f6368f23bdb554da68f81e3d088677ce9748d2850ba8f2ecb0cbcd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b71a8dd592d2646c7b085b06edefe64be96e38113c3547a111a8d0201992b98c_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b71a8dd592d2646c7b085b06edefe64be96e38113c3547a111a8d0201992b98c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b71a8dd592d2646c7b085b06edefe64be96e38113c3547a111a8d0201992b98c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d906f3f6f4740b50fd6266205b0b3f986b35ca7a64ac7b6c52cd7167d0cdab23_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d906f3f6f4740b50fd6266205b0b3f986b35ca7a64ac7b6c52cd7167d0cdab23_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d906f3f6f4740b50fd6266205b0b3f986b35ca7a64ac7b6c52cd7167d0cdab23_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e4969f9764190a2b46dc5c9c7375213c28518935d80c4e4570d122d231f53663_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e4969f9764190a2b46dc5c9c7375213c28518935d80c4e4570d122d231f53663_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e4969f9764190a2b46dc5c9c7375213c28518935d80c4e4570d122d231f53663_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:331e8f309349114252acd7fe42067ab2b7bc03abb6619f1df59c8fe907513d3e_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:331e8f309349114252acd7fe42067ab2b7bc03abb6619f1df59c8fe907513d3e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:331e8f309349114252acd7fe42067ab2b7bc03abb6619f1df59c8fe907513d3e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fefc2125429189eb85f3c807ad8ba8896a48518f3dd7d93f94a091ec925e23f1_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fefc2125429189eb85f3c807ad8ba8896a48518f3dd7d93f94a091ec925e23f1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fefc2125429189eb85f3c807ad8ba8896a48518f3dd7d93f94a091ec925e23f1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:8687825da05aa3fbdbf32fa82a739f58585d8d2564501deb0d3b97d67a4c431f_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:8687825da05aa3fbdbf32fa82a739f58585d8d2564501deb0d3b97d67a4c431f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:8687825da05aa3fbdbf32fa82a739f58585d8d2564501deb0d3b97d67a4c431f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e5886c91ae307b14a848b0a571918a57a9d2d85805af6c6ac7a2404dc0308337_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e5886c91ae307b14a848b0a571918a57a9d2d85805af6c6ac7a2404dc0308337_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e5886c91ae307b14a848b0a571918a57a9d2d85805af6c6ac7a2404dc0308337_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:260b87efa1dfc71726aefc2feb8dfa83495aedfa6e95b0e86dd1ce0d246233cf_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:260b87efa1dfc71726aefc2feb8dfa83495aedfa6e95b0e86dd1ce0d246233cf_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:260b87efa1dfc71726aefc2feb8dfa83495aedfa6e95b0e86dd1ce0d246233cf_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:49a1a91122fc6cc34cb21b6de67b8249f154aa8e2bfade0e50457c224fc3ca70_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:49a1a91122fc6cc34cb21b6de67b8249f154aa8e2bfade0e50457c224fc3ca70_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:49a1a91122fc6cc34cb21b6de67b8249f154aa8e2bfade0e50457c224fc3ca70_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:cdc02821294c7bd8b4de75b356ec0ec8b0745b0b409ae9481dc08c4d967b53ef_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:cdc02821294c7bd8b4de75b356ec0ec8b0745b0b409ae9481dc08c4d967b53ef_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:cdc02821294c7bd8b4de75b356ec0ec8b0745b0b409ae9481dc08c4d967b53ef_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:e52b5054a3c11b34c3bc3450d9be2628816575531a1435ce44652324ec020dc3_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:e52b5054a3c11b34c3bc3450d9be2628816575531a1435ce44652324ec020dc3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:e52b5054a3c11b34c3bc3450d9be2628816575531a1435ce44652324ec020dc3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:64e73e3f7bc1f37f40ae235a7866ea7c881d67afe29b398edc6f15befa7f06cc_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:64e73e3f7bc1f37f40ae235a7866ea7c881d67afe29b398edc6f15befa7f06cc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:64e73e3f7bc1f37f40ae235a7866ea7c881d67afe29b398edc6f15befa7f06cc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b4f0c23d7fadc3a15840607d9aa13327a3eda6272565f88be3691b74f16fa13b_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b4f0c23d7fadc3a15840607d9aa13327a3eda6272565f88be3691b74f16fa13b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b4f0c23d7fadc3a15840607d9aa13327a3eda6272565f88be3691b74f16fa13b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9b5eda1037248996bff10033108d1dec27b8417730bd721d980b778e1cb4585f_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9b5eda1037248996bff10033108d1dec27b8417730bd721d980b778e1cb4585f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9b5eda1037248996bff10033108d1dec27b8417730bd721d980b778e1cb4585f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c397e51c6d4de14ea1b6a41957a3fe5ae54115c1cbaf414c013035333824eca2_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c397e51c6d4de14ea1b6a41957a3fe5ae54115c1cbaf414c013035333824eca2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c397e51c6d4de14ea1b6a41957a3fe5ae54115c1cbaf414c013035333824eca2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c72d9616c2bf94661a156840d39e3a42d4023598c5d647562874c453b44b72e9_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c72d9616c2bf94661a156840d39e3a42d4023598c5d647562874c453b44b72e9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c72d9616c2bf94661a156840d39e3a42d4023598c5d647562874c453b44b72e9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fef61b2df388d1e5714b0f3293bb7878f1ff9ac64b0353284576fa0413000ce2_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fef61b2df388d1e5714b0f3293bb7878f1ff9ac64b0353284576fa0413000ce2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fef61b2df388d1e5714b0f3293bb7878f1ff9ac64b0353284576fa0413000ce2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:267a8525fce7dcfc460052b97dc07532c927fcb27257b29f5e43e5475376bc42_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:267a8525fce7dcfc460052b97dc07532c927fcb27257b29f5e43e5475376bc42_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:267a8525fce7dcfc460052b97dc07532c927fcb27257b29f5e43e5475376bc42_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:886cef96ae99502afa35aa5cbe5a16a30d873e8c9c92d6bb3c748bb68877935c_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:886cef96ae99502afa35aa5cbe5a16a30d873e8c9c92d6bb3c748bb68877935c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:886cef96ae99502afa35aa5cbe5a16a30d873e8c9c92d6bb3c748bb68877935c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9a68ca065607df1a4fd1a351041d799b2166b76ebbdf2c92a0fdbccd47015036_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9a68ca065607df1a4fd1a351041d799b2166b76ebbdf2c92a0fdbccd47015036_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9a68ca065607df1a4fd1a351041d799b2166b76ebbdf2c92a0fdbccd47015036_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c7a8842568f7ed4d4b1ceb0f507aa5a56d80ab213877507be04ab55f8fcb3a5b_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c7a8842568f7ed4d4b1ceb0f507aa5a56d80ab213877507be04ab55f8fcb3a5b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c7a8842568f7ed4d4b1ceb0f507aa5a56d80ab213877507be04ab55f8fcb3a5b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1567f1a6c1a596e22674ad45cd1975c8667fb2317c84dd5944ccef58326239b2_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1567f1a6c1a596e22674ad45cd1975c8667fb2317c84dd5944ccef58326239b2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1567f1a6c1a596e22674ad45cd1975c8667fb2317c84dd5944ccef58326239b2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:40dad16e2777a64a836355627be3aae4572a7ed6417ac39e0dca5f019eeaf471_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:40dad16e2777a64a836355627be3aae4572a7ed6417ac39e0dca5f019eeaf471_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:40dad16e2777a64a836355627be3aae4572a7ed6417ac39e0dca5f019eeaf471_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:800ffbe7a0007398e44945b2f3772d657995ebd902918ecb410e5d373de06263_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:800ffbe7a0007398e44945b2f3772d657995ebd902918ecb410e5d373de06263_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:800ffbe7a0007398e44945b2f3772d657995ebd902918ecb410e5d373de06263_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9720a885c669964be135fbcc55bfd5e9766841f6b11bb2c279ac030de9618ece_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9720a885c669964be135fbcc55bfd5e9766841f6b11bb2c279ac030de9618ece_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9720a885c669964be135fbcc55bfd5e9766841f6b11bb2c279ac030de9618ece_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02440d8ce569f4318b2110f8975fc4d0a93e6da6c5012882df9cbe77559a0a81_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02440d8ce569f4318b2110f8975fc4d0a93e6da6c5012882df9cbe77559a0a81_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02440d8ce569f4318b2110f8975fc4d0a93e6da6c5012882df9cbe77559a0a81_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02594f4e3bd44cf7d378a7fa0533d54b4365eb5317c282cf8295cdfb0ae5ddf8_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02594f4e3bd44cf7d378a7fa0533d54b4365eb5317c282cf8295cdfb0ae5ddf8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02594f4e3bd44cf7d378a7fa0533d54b4365eb5317c282cf8295cdfb0ae5ddf8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3e5753abdfee794bd09cd51eda1c7634aa7630ea3f2a72ff40c3fcf5661e58c1_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3e5753abdfee794bd09cd51eda1c7634aa7630ea3f2a72ff40c3fcf5661e58c1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3e5753abdfee794bd09cd51eda1c7634aa7630ea3f2a72ff40c3fcf5661e58c1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ea8145a89efceb27b579a5f79c37c7457d141a0eb38b2de5c82ced07879539d1_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ea8145a89efceb27b579a5f79c37c7457d141a0eb38b2de5c82ced07879539d1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ea8145a89efceb27b579a5f79c37c7457d141a0eb38b2de5c82ced07879539d1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a1aa9421f9d52c8bb918e1b3c9daac3e1a076e70e003a58462b62f0a91fbf795_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a1aa9421f9d52c8bb918e1b3c9daac3e1a076e70e003a58462b62f0a91fbf795_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a1aa9421f9d52c8bb918e1b3c9daac3e1a076e70e003a58462b62f0a91fbf795_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d4dd77443d486829650aaee412b58df2c5fcd995bf2c493a22dc1cc705d270a1_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d4dd77443d486829650aaee412b58df2c5fcd995bf2c493a22dc1cc705d270a1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d4dd77443d486829650aaee412b58df2c5fcd995bf2c493a22dc1cc705d270a1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d689dbabc1df0ca42e7eceba17ff474f9e6a30474f7cca15970a5ee7fb870a72_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d689dbabc1df0ca42e7eceba17ff474f9e6a30474f7cca15970a5ee7fb870a72_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d689dbabc1df0ca42e7eceba17ff474f9e6a30474f7cca15970a5ee7fb870a72_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fea791f1b353cb84039498653a7b7daadebd460631446fae5f05d1ca8e85dace_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fea791f1b353cb84039498653a7b7daadebd460631446fae5f05d1ca8e85dace_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fea791f1b353cb84039498653a7b7daadebd460631446fae5f05d1ca8e85dace_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:100ffa84c55a87981f50fa5fcdfb5a5daad0eea01d0bc14abdbc959ca0a1ff92_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:100ffa84c55a87981f50fa5fcdfb5a5daad0eea01d0bc14abdbc959ca0a1ff92_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:100ffa84c55a87981f50fa5fcdfb5a5daad0eea01d0bc14abdbc959ca0a1ff92_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2e646fe351c1dfb3650d0b67694f5cb89fb7aae85c9b8edd356f54f40b9e9fb3_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2e646fe351c1dfb3650d0b67694f5cb89fb7aae85c9b8edd356f54f40b9e9fb3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2e646fe351c1dfb3650d0b67694f5cb89fb7aae85c9b8edd356f54f40b9e9fb3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4a45ec0f50d9cec050f1c99dd33d288ba8f9e8dd1a71c2870eb5e799a42e411e_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4a45ec0f50d9cec050f1c99dd33d288ba8f9e8dd1a71c2870eb5e799a42e411e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4a45ec0f50d9cec050f1c99dd33d288ba8f9e8dd1a71c2870eb5e799a42e411e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:60be3446f54ba3c5f93c5c4bf1de44d7e9ca3049abb6ab910f8e62e671a80d44_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:60be3446f54ba3c5f93c5c4bf1de44d7e9ca3049abb6ab910f8e62e671a80d44_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:60be3446f54ba3c5f93c5c4bf1de44d7e9ca3049abb6ab910f8e62e671a80d44_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:90b36fe8a88dddddcd584cf06ddbde8b74e9d7a78f9f51b77d7d2480ed45ed79_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:90b36fe8a88dddddcd584cf06ddbde8b74e9d7a78f9f51b77d7d2480ed45ed79_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:90b36fe8a88dddddcd584cf06ddbde8b74e9d7a78f9f51b77d7d2480ed45ed79_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d69ebc6a9d6bd6f8f75d933ee0f7893b285fb24e994bffc35514ff5211ce68b1_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d69ebc6a9d6bd6f8f75d933ee0f7893b285fb24e994bffc35514ff5211ce68b1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d69ebc6a9d6bd6f8f75d933ee0f7893b285fb24e994bffc35514ff5211ce68b1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:da6ed87ee2d899e3fe9c6e8b08bcd44cf11e1b1563972ca4aeb3e8bc806a1d2c_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:da6ed87ee2d899e3fe9c6e8b08bcd44cf11e1b1563972ca4aeb3e8bc806a1d2c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:da6ed87ee2d899e3fe9c6e8b08bcd44cf11e1b1563972ca4aeb3e8bc806a1d2c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fdea5b85efe39b635685d506a4416115d546a9f56e87903650b5e51bec6a10bd_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fdea5b85efe39b635685d506a4416115d546a9f56e87903650b5e51bec6a10bd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fdea5b85efe39b635685d506a4416115d546a9f56e87903650b5e51bec6a10bd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:47ded0bc14992d79c073e4cd541279def7e44d8ff586a5cc1676edabdd86c13b_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:47ded0bc14992d79c073e4cd541279def7e44d8ff586a5cc1676edabdd86c13b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:47ded0bc14992d79c073e4cd541279def7e44d8ff586a5cc1676edabdd86c13b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:642eb8c1bf4631b969d0ebf3a0755f566236ce7b5534fab78d531c76d5e802ad_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:642eb8c1bf4631b969d0ebf3a0755f566236ce7b5534fab78d531c76d5e802ad_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:642eb8c1bf4631b969d0ebf3a0755f566236ce7b5534fab78d531c76d5e802ad_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7189cc475748ddba6ff3f306320d55a840baa8f1da8a934d4500c49e6f675ea5_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7189cc475748ddba6ff3f306320d55a840baa8f1da8a934d4500c49e6f675ea5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7189cc475748ddba6ff3f306320d55a840baa8f1da8a934d4500c49e6f675ea5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bc10db6a9f9c1a60744f49c1ed737bbbb8454eeff9fd00175b98872a1af17936_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bc10db6a9f9c1a60744f49c1ed737bbbb8454eeff9fd00175b98872a1af17936_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bc10db6a9f9c1a60744f49c1ed737bbbb8454eeff9fd00175b98872a1af17936_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:017359024215cf5a7b00bd31b8b797ca7f5f456d66a34ac12c44e53c1ab77fff_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:017359024215cf5a7b00bd31b8b797ca7f5f456d66a34ac12c44e53c1ab77fff_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:017359024215cf5a7b00bd31b8b797ca7f5f456d66a34ac12c44e53c1ab77fff_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2635b651e023c9d4dd92d1897b4513947985256607f9d2dd8043cd7f5de3a765_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2635b651e023c9d4dd92d1897b4513947985256607f9d2dd8043cd7f5de3a765_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2635b651e023c9d4dd92d1897b4513947985256607f9d2dd8043cd7f5de3a765_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:542b1a4bf2fafae85c50eae7a182ffd3a3a07b2c234a00e4e6c639b1143b4b55_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:542b1a4bf2fafae85c50eae7a182ffd3a3a07b2c234a00e4e6c639b1143b4b55_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:542b1a4bf2fafae85c50eae7a182ffd3a3a07b2c234a00e4e6c639b1143b4b55_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9b3b5510e4cf6b4cb86bae86fbf36c1fccbdeaecfe009cf2e67cb9c1d7924ef4_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9b3b5510e4cf6b4cb86bae86fbf36c1fccbdeaecfe009cf2e67cb9c1d7924ef4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9b3b5510e4cf6b4cb86bae86fbf36c1fccbdeaecfe009cf2e67cb9c1d7924ef4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:048f5dc4b9176a86e0d82447e036ddad890e58e49c8508cd74f8c297272c800f_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:048f5dc4b9176a86e0d82447e036ddad890e58e49c8508cd74f8c297272c800f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:048f5dc4b9176a86e0d82447e036ddad890e58e49c8508cd74f8c297272c800f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:0a7e3fc4b1f892ea2e77c1f5d961507f0fcec7740f33d3e308904cdea1d3ce21_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:0a7e3fc4b1f892ea2e77c1f5d961507f0fcec7740f33d3e308904cdea1d3ce21_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:0a7e3fc4b1f892ea2e77c1f5d961507f0fcec7740f33d3e308904cdea1d3ce21_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:44db7037b872b0164497a603e99b7c5bf2bd9aaf31158e8a4e8bd03559584155_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:44db7037b872b0164497a603e99b7c5bf2bd9aaf31158e8a4e8bd03559584155_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:44db7037b872b0164497a603e99b7c5bf2bd9aaf31158e8a4e8bd03559584155_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:a8ffa384c6770ffe1bb9b7b8729501ef2c06199e0005b16e5dc432dd8d23c66f_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:a8ffa384c6770ffe1bb9b7b8729501ef2c06199e0005b16e5dc432dd8d23c66f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:a8ffa384c6770ffe1bb9b7b8729501ef2c06199e0005b16e5dc432dd8d23c66f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:176081efde0e44254215af3f5091e64748c81d2bb29a1e7a64ed2879c6a7fbe3_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:176081efde0e44254215af3f5091e64748c81d2bb29a1e7a64ed2879c6a7fbe3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:176081efde0e44254215af3f5091e64748c81d2bb29a1e7a64ed2879c6a7fbe3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:42ea798731bcee8b868ae15f9d45b8f0aaa91d1a4f7660c53ee08b070fe4c9f5_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:42ea798731bcee8b868ae15f9d45b8f0aaa91d1a4f7660c53ee08b070fe4c9f5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:42ea798731bcee8b868ae15f9d45b8f0aaa91d1a4f7660c53ee08b070fe4c9f5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:85fd9925886227b53c26a3ed09604c408c49b8ddb9cf7efa2057335bec94803c_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:85fd9925886227b53c26a3ed09604c408c49b8ddb9cf7efa2057335bec94803c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:85fd9925886227b53c26a3ed09604c408c49b8ddb9cf7efa2057335bec94803c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8b7b592c5ae05773897351d97fc9925e6904ed02a6ed49e4737f0f649b7eabe_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8b7b592c5ae05773897351d97fc9925e6904ed02a6ed49e4737f0f649b7eabe_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8b7b592c5ae05773897351d97fc9925e6904ed02a6ed49e4737f0f649b7eabe_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0d8537a8b89a087f59b9f0c413d9c8d6c77002ff0d9d8579d179291d3b6caee0_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0d8537a8b89a087f59b9f0c413d9c8d6c77002ff0d9d8579d179291d3b6caee0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0d8537a8b89a087f59b9f0c413d9c8d6c77002ff0d9d8579d179291d3b6caee0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:14cc3a54f1ddd57ce5b80b6d111f0ca27f74b4321c9915d5ec1960318c71d752_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:14cc3a54f1ddd57ce5b80b6d111f0ca27f74b4321c9915d5ec1960318c71d752_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:14cc3a54f1ddd57ce5b80b6d111f0ca27f74b4321c9915d5ec1960318c71d752_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7dc1bda89f2fe70041f850dbb5dd3804e853961d2026c3880fd7255dd6e57b0e_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7dc1bda89f2fe70041f850dbb5dd3804e853961d2026c3880fd7255dd6e57b0e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7dc1bda89f2fe70041f850dbb5dd3804e853961d2026c3880fd7255dd6e57b0e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:aac4600f524660e2351490cc7aa719ac2dc93193f64bff1178a04376bda57cee_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:aac4600f524660e2351490cc7aa719ac2dc93193f64bff1178a04376bda57cee_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:aac4600f524660e2351490cc7aa719ac2dc93193f64bff1178a04376bda57cee_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5449067a980b2d50b360b1aa1164fba67693402210111708ebaa00f0f93bfb55_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5449067a980b2d50b360b1aa1164fba67693402210111708ebaa00f0f93bfb55_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5449067a980b2d50b360b1aa1164fba67693402210111708ebaa00f0f93bfb55_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c8486459e2b80ee2706409e888070c9100938357621746215ad7871ab9ddb990_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c8486459e2b80ee2706409e888070c9100938357621746215ad7871ab9ddb990_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c8486459e2b80ee2706409e888070c9100938357621746215ad7871ab9ddb990_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d748caca6496019c594ae5aca825845658e1e8c5a1c062a02830aecd677ea1af_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d748caca6496019c594ae5aca825845658e1e8c5a1c062a02830aecd677ea1af_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d748caca6496019c594ae5aca825845658e1e8c5a1c062a02830aecd677ea1af_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dac9a4617348551eaefdf01ebf1770442c0bc07033fcbff203750ecaaef1161b_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dac9a4617348551eaefdf01ebf1770442c0bc07033fcbff203750ecaaef1161b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dac9a4617348551eaefdf01ebf1770442c0bc07033fcbff203750ecaaef1161b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5143aae8d524363878300902b89dfb5f3420ce897bc36064fd021d23993432f1_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5143aae8d524363878300902b89dfb5f3420ce897bc36064fd021d23993432f1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5143aae8d524363878300902b89dfb5f3420ce897bc36064fd021d23993432f1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:6fa81971ac5bc843a536eaf167cf5147e879c5447d7c1ec17cebe7ab85692317_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:6fa81971ac5bc843a536eaf167cf5147e879c5447d7c1ec17cebe7ab85692317_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:6fa81971ac5bc843a536eaf167cf5147e879c5447d7c1ec17cebe7ab85692317_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:bfa79bf705669231df1e59e373712f0b04ef2c0676ebfd901bd9879cef16236e_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:bfa79bf705669231df1e59e373712f0b04ef2c0676ebfd901bd9879cef16236e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:bfa79bf705669231df1e59e373712f0b04ef2c0676ebfd901bd9879cef16236e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:cad2e37531b2ba165087ddbcbccf9cf167c4eaca5a3fba5f5f4bd943b8298678_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:cad2e37531b2ba165087ddbcbccf9cf167c4eaca5a3fba5f5f4bd943b8298678_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:cad2e37531b2ba165087ddbcbccf9cf167c4eaca5a3fba5f5f4bd943b8298678_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3538795f3effdfe84442141d83d0292447b4c43e3d68871afcd453f80e11fbff_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3538795f3effdfe84442141d83d0292447b4c43e3d68871afcd453f80e11fbff_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3538795f3effdfe84442141d83d0292447b4c43e3d68871afcd453f80e11fbff_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:7da313ec91e1a9ff08a16ea2b0af0ed1ac73e40c4b629402bff19f183d45aef6_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:7da313ec91e1a9ff08a16ea2b0af0ed1ac73e40c4b629402bff19f183d45aef6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:7da313ec91e1a9ff08a16ea2b0af0ed1ac73e40c4b629402bff19f183d45aef6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d9279ac3cea7e1e400e244624bd7ce53cbb6343d10872873e71dee20263d0e62_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d9279ac3cea7e1e400e244624bd7ce53cbb6343d10872873e71dee20263d0e62_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d9279ac3cea7e1e400e244624bd7ce53cbb6343d10872873e71dee20263d0e62_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e89a5c92caae6b72646e17535787d06f7640a47c59b0b4f418c7e48918736d60_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e89a5c92caae6b72646e17535787d06f7640a47c59b0b4f418c7e48918736d60_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e89a5c92caae6b72646e17535787d06f7640a47c59b0b4f418c7e48918736d60_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0ec6c9197060bf068f358283d64b9b877e97f072466244f9d147552a193fdae3_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0ec6c9197060bf068f358283d64b9b877e97f072466244f9d147552a193fdae3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0ec6c9197060bf068f358283d64b9b877e97f072466244f9d147552a193fdae3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a5aa2eb87a3fc9c5160f5c37c50cb88cc0a77bbf4eebb298ee7883ecf47b456_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a5aa2eb87a3fc9c5160f5c37c50cb88cc0a77bbf4eebb298ee7883ecf47b456_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a5aa2eb87a3fc9c5160f5c37c50cb88cc0a77bbf4eebb298ee7883ecf47b456_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc1512a1ca871d5e21162430f028d7b7f2391e19cee9b3d6e253b6b6d03cc8e2_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc1512a1ca871d5e21162430f028d7b7f2391e19cee9b3d6e253b6b6d03cc8e2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc1512a1ca871d5e21162430f028d7b7f2391e19cee9b3d6e253b6b6d03cc8e2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e8c2baac5dee142c4e84d01c731abbc200cf24a04201fd8690f0d47035958830_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e8c2baac5dee142c4e84d01c731abbc200cf24a04201fd8690f0d47035958830_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e8c2baac5dee142c4e84d01c731abbc200cf24a04201fd8690f0d47035958830_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9b45bdc374e248769add4b772aca63e25ff0baf8d490e64066bfa78405cf609e_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9b45bdc374e248769add4b772aca63e25ff0baf8d490e64066bfa78405cf609e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9b45bdc374e248769add4b772aca63e25ff0baf8d490e64066bfa78405cf609e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bcb4f4b45a7d62927ee6589db9d31e9bfc87a13f3b0239649c9701b10d3dbd75_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bcb4f4b45a7d62927ee6589db9d31e9bfc87a13f3b0239649c9701b10d3dbd75_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bcb4f4b45a7d62927ee6589db9d31e9bfc87a13f3b0239649c9701b10d3dbd75_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c1c72b9d00d45dc90f97bd9c5263e6d385ee34f3a3f834909dd8b8eb28c3b15f_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c1c72b9d00d45dc90f97bd9c5263e6d385ee34f3a3f834909dd8b8eb28c3b15f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c1c72b9d00d45dc90f97bd9c5263e6d385ee34f3a3f834909dd8b8eb28c3b15f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e15057d2878011a1142587df35dac65182dd4ec4c0f3c61055a73a23dfbd615c_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e15057d2878011a1142587df35dac65182dd4ec4c0f3c61055a73a23dfbd615c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e15057d2878011a1142587df35dac65182dd4ec4c0f3c61055a73a23dfbd615c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3bef4d599101ae4c2162f47e89f5fbac89903db3f007bb425eed38e1d9b4d9cc_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3bef4d599101ae4c2162f47e89f5fbac89903db3f007bb425eed38e1d9b4d9cc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3bef4d599101ae4c2162f47e89f5fbac89903db3f007bb425eed38e1d9b4d9cc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aee0556c560d2ef9f2ccf501302a373f15cdccc83ec2c6935c4ae6a2f25b63e0_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aee0556c560d2ef9f2ccf501302a373f15cdccc83ec2c6935c4ae6a2f25b63e0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aee0556c560d2ef9f2ccf501302a373f15cdccc83ec2c6935c4ae6a2f25b63e0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ddc3c05d5daa3aeffe5629b7e2fedd5df301a3030f8f8c6acc3204b8fd7e0995_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ddc3c05d5daa3aeffe5629b7e2fedd5df301a3030f8f8c6acc3204b8fd7e0995_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ddc3c05d5daa3aeffe5629b7e2fedd5df301a3030f8f8c6acc3204b8fd7e0995_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f463811c1b1e6fc34934bb5a8151fa946acf321ab57f9901b3ee1b7f75546beb_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f463811c1b1e6fc34934bb5a8151fa946acf321ab57f9901b3ee1b7f75546beb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f463811c1b1e6fc34934bb5a8151fa946acf321ab57f9901b3ee1b7f75546beb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2abfe62de89fdd0697da63674373b1c8a2695846d8acab5f17a35fb38fbc23a4_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2abfe62de89fdd0697da63674373b1c8a2695846d8acab5f17a35fb38fbc23a4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2abfe62de89fdd0697da63674373b1c8a2695846d8acab5f17a35fb38fbc23a4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7701f38b6702b4a9e6b49b3db83073475c33528d2529e63b1b98664bb7191906_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7701f38b6702b4a9e6b49b3db83073475c33528d2529e63b1b98664bb7191906_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7701f38b6702b4a9e6b49b3db83073475c33528d2529e63b1b98664bb7191906_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a23cd4945d2e1f9e1c194179fab9c388677fa1317e02a99eebc575e227064b79_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a23cd4945d2e1f9e1c194179fab9c388677fa1317e02a99eebc575e227064b79_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a23cd4945d2e1f9e1c194179fab9c388677fa1317e02a99eebc575e227064b79_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f2f194cdb1a14fe59e05455df10ebfe70edabd37ad605346b6258c5bda79d96e_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f2f194cdb1a14fe59e05455df10ebfe70edabd37ad605346b6258c5bda79d96e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f2f194cdb1a14fe59e05455df10ebfe70edabd37ad605346b6258c5bda79d96e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9b04b0a1047813b35f6ef09e1fcf1e06b63946e0a3b3feaee3e081b0deed689b_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9b04b0a1047813b35f6ef09e1fcf1e06b63946e0a3b3feaee3e081b0deed689b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9b04b0a1047813b35f6ef09e1fcf1e06b63946e0a3b3feaee3e081b0deed689b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bb521f2f97477b5b9851f6655f1738b620aefccaaa81cd303d17eb74ade7adb4_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bb521f2f97477b5b9851f6655f1738b620aefccaaa81cd303d17eb74ade7adb4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bb521f2f97477b5b9851f6655f1738b620aefccaaa81cd303d17eb74ade7adb4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c8a1f9ce2dea4947e6cb460bb4b4ae7ab6bc5f816ca25f3405799d56c6ca48f3_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c8a1f9ce2dea4947e6cb460bb4b4ae7ab6bc5f816ca25f3405799d56c6ca48f3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c8a1f9ce2dea4947e6cb460bb4b4ae7ab6bc5f816ca25f3405799d56c6ca48f3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d8f67c5b7b8903633485f67a76f88ea13855bbf95e92b651bddd15fa91458ebc_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d8f67c5b7b8903633485f67a76f88ea13855bbf95e92b651bddd15fa91458ebc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d8f67c5b7b8903633485f67a76f88ea13855bbf95e92b651bddd15fa91458ebc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2c84af74e0937a0f3451054240ab7ae2d44c1b566339012ebec9e5b75d7a627c_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2c84af74e0937a0f3451054240ab7ae2d44c1b566339012ebec9e5b75d7a627c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2c84af74e0937a0f3451054240ab7ae2d44c1b566339012ebec9e5b75d7a627c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:41ab25be6eb002ee921bf74c1049e07547328632d576e78fc45245177fe9ab84_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:41ab25be6eb002ee921bf74c1049e07547328632d576e78fc45245177fe9ab84_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:41ab25be6eb002ee921bf74c1049e07547328632d576e78fc45245177fe9ab84_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5b389b9b0acddd8ffe5e5c3f9d54321d061253f3f45b5b66b6dfa0181b73b87a_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5b389b9b0acddd8ffe5e5c3f9d54321d061253f3f45b5b66b6dfa0181b73b87a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5b389b9b0acddd8ffe5e5c3f9d54321d061253f3f45b5b66b6dfa0181b73b87a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9afa17f9f4e4551369e891d405098219c071231ddab921dd32bb7bc66bb0b6a7_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9afa17f9f4e4551369e891d405098219c071231ddab921dd32bb7bc66bb0b6a7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9afa17f9f4e4551369e891d405098219c071231ddab921dd32bb7bc66bb0b6a7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:0bd76e62d162ae823a34a766fccd9d339e3f550720d863b477273734ed1fdc39_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:0bd76e62d162ae823a34a766fccd9d339e3f550720d863b477273734ed1fdc39_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:0bd76e62d162ae823a34a766fccd9d339e3f550720d863b477273734ed1fdc39_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:dd17b1ffce727d9a74c3f64d65b72b03a5c8fed96e773665a078dfab33bd64c7_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:dd17b1ffce727d9a74c3f64d65b72b03a5c8fed96e773665a078dfab33bd64c7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:dd17b1ffce727d9a74c3f64d65b72b03a5c8fed96e773665a078dfab33bd64c7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e8ed2c9324c2f5594f90b049e92f2fb3141dedcd99165e80e8bfe147c738adff_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e8ed2c9324c2f5594f90b049e92f2fb3141dedcd99165e80e8bfe147c738adff_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e8ed2c9324c2f5594f90b049e92f2fb3141dedcd99165e80e8bfe147c738adff_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f7f45f6d562bf699e0e45e134c7ab71701dc3994882cb82edce9356be7627ce0_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f7f45f6d562bf699e0e45e134c7ab71701dc3994882cb82edce9356be7627ce0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f7f45f6d562bf699e0e45e134c7ab71701dc3994882cb82edce9356be7627ce0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:22dee3c01cf1deff68d73d76735e420d223ba0e75dba1e7ae224ac4e7b14ae79_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:22dee3c01cf1deff68d73d76735e420d223ba0e75dba1e7ae224ac4e7b14ae79_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:22dee3c01cf1deff68d73d76735e420d223ba0e75dba1e7ae224ac4e7b14ae79_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7134aa51e11a7d6b826068d03b9c90a518cd3cfccec0e3f06e57f5ed77daf6_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7134aa51e11a7d6b826068d03b9c90a518cd3cfccec0e3f06e57f5ed77daf6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7134aa51e11a7d6b826068d03b9c90a518cd3cfccec0e3f06e57f5ed77daf6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7cdf9e85bfc54e4562176d63e1f2be56775dd761c6c0cbb80fbf888dd1ab43_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7cdf9e85bfc54e4562176d63e1f2be56775dd761c6c0cbb80fbf888dd1ab43_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7cdf9e85bfc54e4562176d63e1f2be56775dd761c6c0cbb80fbf888dd1ab43_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b72954ed888ded15f443784fe6a684b6e0d7782921efb788e242d987fcbf5388_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b72954ed888ded15f443784fe6a684b6e0d7782921efb788e242d987fcbf5388_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b72954ed888ded15f443784fe6a684b6e0d7782921efb788e242d987fcbf5388_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:63bf84966169bf2dcd8b8bfee3c478d9e61881ca007fdf3a8be4ba5cb1118211_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:63bf84966169bf2dcd8b8bfee3c478d9e61881ca007fdf3a8be4ba5cb1118211_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:63bf84966169bf2dcd8b8bfee3c478d9e61881ca007fdf3a8be4ba5cb1118211_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:697ada7f8e4bc8a881e2f1fa3a8402a2e96448f948befd465c59e03ced12c9d9_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:697ada7f8e4bc8a881e2f1fa3a8402a2e96448f948befd465c59e03ced12c9d9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:697ada7f8e4bc8a881e2f1fa3a8402a2e96448f948befd465c59e03ced12c9d9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:85ed053619e39778d5a986255af37802ac46a26899c8a448abb139736db5e075_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:85ed053619e39778d5a986255af37802ac46a26899c8a448abb139736db5e075_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:85ed053619e39778d5a986255af37802ac46a26899c8a448abb139736db5e075_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:abe01f65affd92347d8097b3922e587548364d9680b74f767e9cbf139c996802_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:abe01f65affd92347d8097b3922e587548364d9680b74f767e9cbf139c996802_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:abe01f65affd92347d8097b3922e587548364d9680b74f767e9cbf139c996802_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:55102797bf884eef2d8b842ba8a5f2538f711622eab1c82b06941ec574b8f266_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:55102797bf884eef2d8b842ba8a5f2538f711622eab1c82b06941ec574b8f266_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:55102797bf884eef2d8b842ba8a5f2538f711622eab1c82b06941ec574b8f266_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9cca1a2d1a6f5a33257e8f790d180274f24a01c125a717ff79da8fa301e2f270_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9cca1a2d1a6f5a33257e8f790d180274f24a01c125a717ff79da8fa301e2f270_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9cca1a2d1a6f5a33257e8f790d180274f24a01c125a717ff79da8fa301e2f270_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a1f1be1027b54388f762951ab7983f18cfe37140efcf2c778a5d11d4740e8e9a_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a1f1be1027b54388f762951ab7983f18cfe37140efcf2c778a5d11d4740e8e9a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a1f1be1027b54388f762951ab7983f18cfe37140efcf2c778a5d11d4740e8e9a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d65990c0adf148e94c1c0ec0730ac2a285b38eff128cdb2fac7f61af1514fd14_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d65990c0adf148e94c1c0ec0730ac2a285b38eff128cdb2fac7f61af1514fd14_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d65990c0adf148e94c1c0ec0730ac2a285b38eff128cdb2fac7f61af1514fd14_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2db5ea10de47829d4643fc525d9efe3815db59d5689c0febecf4fd722ad0528d_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2db5ea10de47829d4643fc525d9efe3815db59d5689c0febecf4fd722ad0528d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2db5ea10de47829d4643fc525d9efe3815db59d5689c0febecf4fd722ad0528d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5dcf0a7d3c0b2062ea11867f5fd2a4ad56fe786b11c3095d76eeb4c844240a6f_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5dcf0a7d3c0b2062ea11867f5fd2a4ad56fe786b11c3095d76eeb4c844240a6f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5dcf0a7d3c0b2062ea11867f5fd2a4ad56fe786b11c3095d76eeb4c844240a6f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:73b76f141fea3db7cf7df4e9b70443b37fc67790cc6986efdf53a32ea7360bbe_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:73b76f141fea3db7cf7df4e9b70443b37fc67790cc6986efdf53a32ea7360bbe_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:73b76f141fea3db7cf7df4e9b70443b37fc67790cc6986efdf53a32ea7360bbe_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:be3286f36b4c80969594af159ede49ee20ab5dfbbd890649c2c4249335714466_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:be3286f36b4c80969594af159ede49ee20ab5dfbbd890649c2c4249335714466_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:be3286f36b4c80969594af159ede49ee20ab5dfbbd890649c2c4249335714466_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2cb748becce8d80bfbb66e84f63e0f0a3cdee6d9bef3833eccca24132e9d0699_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2cb748becce8d80bfbb66e84f63e0f0a3cdee6d9bef3833eccca24132e9d0699_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2cb748becce8d80bfbb66e84f63e0f0a3cdee6d9bef3833eccca24132e9d0699_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:374211b6e69093447e90462693c45bcdf2ece57b033a419f13585d9a46df62a0_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:374211b6e69093447e90462693c45bcdf2ece57b033a419f13585d9a46df62a0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:374211b6e69093447e90462693c45bcdf2ece57b033a419f13585d9a46df62a0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6047837c63bd707f994797af79267ec8bb5075b3fdd88c069b3acaa04ee2cb5c_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6047837c63bd707f994797af79267ec8bb5075b3fdd88c069b3acaa04ee2cb5c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6047837c63bd707f994797af79267ec8bb5075b3fdd88c069b3acaa04ee2cb5c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d8c4afb75de3b6d432d4929f4d4fb6938617a794ca2ef2060b83a02588a1d0a3_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d8c4afb75de3b6d432d4929f4d4fb6938617a794ca2ef2060b83a02588a1d0a3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d8c4afb75de3b6d432d4929f4d4fb6938617a794ca2ef2060b83a02588a1d0a3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3287f57d83e7becbcd3997ff2ade6e6b5a664fd08610464002229e0a116dfec8_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3287f57d83e7becbcd3997ff2ade6e6b5a664fd08610464002229e0a116dfec8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3287f57d83e7becbcd3997ff2ade6e6b5a664fd08610464002229e0a116dfec8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8a58a72e372b4235b4751e08f10c97ef0798519e6b91595c234fc14089d7495b_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8a58a72e372b4235b4751e08f10c97ef0798519e6b91595c234fc14089d7495b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8a58a72e372b4235b4751e08f10c97ef0798519e6b91595c234fc14089d7495b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9654a0a2b4549ab06e5422dc69872961c892e97032b18d913cc197dd3aa39f3d_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9654a0a2b4549ab06e5422dc69872961c892e97032b18d913cc197dd3aa39f3d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9654a0a2b4549ab06e5422dc69872961c892e97032b18d913cc197dd3aa39f3d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9e9ecf8cb43e1819159bb8fc0eb5641b71663e110ff757e26d5549cf41075084_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9e9ecf8cb43e1819159bb8fc0eb5641b71663e110ff757e26d5549cf41075084_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9e9ecf8cb43e1819159bb8fc0eb5641b71663e110ff757e26d5549cf41075084_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4aa3e0ca4b5398fcaedd212506e222fd435f7a46c2eaeb7a49dc50f789cf13a3_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4aa3e0ca4b5398fcaedd212506e222fd435f7a46c2eaeb7a49dc50f789cf13a3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4aa3e0ca4b5398fcaedd212506e222fd435f7a46c2eaeb7a49dc50f789cf13a3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5d094c8e18e42d662ac2f5ba16602c1513094c7dc547fbe3de562463c4096bce_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5d094c8e18e42d662ac2f5ba16602c1513094c7dc547fbe3de562463c4096bce_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5d094c8e18e42d662ac2f5ba16602c1513094c7dc547fbe3de562463c4096bce_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:67f85bffdf2db08fb27d52c6a0a8b615a4b9cd748d9a7e6126851d1bb27844ed_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:67f85bffdf2db08fb27d52c6a0a8b615a4b9cd748d9a7e6126851d1bb27844ed_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:67f85bffdf2db08fb27d52c6a0a8b615a4b9cd748d9a7e6126851d1bb27844ed_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7d4b6b9e67875889c95a5d126bcad0f6b98c148b85433180573f439a867d9e25_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7d4b6b9e67875889c95a5d126bcad0f6b98c148b85433180573f439a867d9e25_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7d4b6b9e67875889c95a5d126bcad0f6b98c148b85433180573f439a867d9e25_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3c0791290db50c5a925a80b371ba8bdf91f4fccce56397d12a989263a972bd02_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3c0791290db50c5a925a80b371ba8bdf91f4fccce56397d12a989263a972bd02_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3c0791290db50c5a925a80b371ba8bdf91f4fccce56397d12a989263a972bd02_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:654aece866efed516d69db0e47668dc85d3936e901aeabd098e07538aa3dc617_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:654aece866efed516d69db0e47668dc85d3936e901aeabd098e07538aa3dc617_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:654aece866efed516d69db0e47668dc85d3936e901aeabd098e07538aa3dc617_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7637a44a01d6c56f002120cf96228b6c68e92b4391d4b6efa1c81ff8e40eac0a_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7637a44a01d6c56f002120cf96228b6c68e92b4391d4b6efa1c81ff8e40eac0a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7637a44a01d6c56f002120cf96228b6c68e92b4391d4b6efa1c81ff8e40eac0a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dbc636494f53ee38eae00f243bdb92d187ec84654c280cc454f2b4febd7c22f0_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dbc636494f53ee38eae00f243bdb92d187ec84654c280cc454f2b4febd7c22f0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dbc636494f53ee38eae00f243bdb92d187ec84654c280cc454f2b4febd7c22f0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:08f46b1d2114a3ab80bc7cd277859a4f84e870c2421b9e13370774deca0aebe3_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:08f46b1d2114a3ab80bc7cd277859a4f84e870c2421b9e13370774deca0aebe3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:08f46b1d2114a3ab80bc7cd277859a4f84e870c2421b9e13370774deca0aebe3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0ea69bf7a80cc8c0810acf8c7aaf2cc1374d3b034065f1119ca33af3d1794cbf_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0ea69bf7a80cc8c0810acf8c7aaf2cc1374d3b034065f1119ca33af3d1794cbf_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0ea69bf7a80cc8c0810acf8c7aaf2cc1374d3b034065f1119ca33af3d1794cbf_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:17e61f4a9148bc2e0fcea85c19c98eb8c2efb701bd21f8b63547dad13fc256ec_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:17e61f4a9148bc2e0fcea85c19c98eb8c2efb701bd21f8b63547dad13fc256ec_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:17e61f4a9148bc2e0fcea85c19c98eb8c2efb701bd21f8b63547dad13fc256ec_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:8b81413ad0f567583ebe4782344c22834c1781c5f7493c8a05b827f3f2a5e409_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:8b81413ad0f567583ebe4782344c22834c1781c5f7493c8a05b827f3f2a5e409_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:8b81413ad0f567583ebe4782344c22834c1781c5f7493c8a05b827f3f2a5e409_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6b348a4fae63bad66acacb5f0d03b8155246733e758f14208956c38c2bedaac0_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6b348a4fae63bad66acacb5f0d03b8155246733e758f14208956c38c2bedaac0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6b348a4fae63bad66acacb5f0d03b8155246733e758f14208956c38c2bedaac0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96eb6b75d6a8ce22b199b8150e628a2a00c427ffc79b2fee2e24af1bf584bbcf_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96eb6b75d6a8ce22b199b8150e628a2a00c427ffc79b2fee2e24af1bf584bbcf_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96eb6b75d6a8ce22b199b8150e628a2a00c427ffc79b2fee2e24af1bf584bbcf_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e0b17d193af2fd7e981c9908e01f2d840cc939e24bf1be19977beb85fa1159ad_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e0b17d193af2fd7e981c9908e01f2d840cc939e24bf1be19977beb85fa1159ad_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e0b17d193af2fd7e981c9908e01f2d840cc939e24bf1be19977beb85fa1159ad_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ed56ff21aa465143bc0d1c4f20803873dd07999229739b84ef7861683476b22f_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ed56ff21aa465143bc0d1c4f20803873dd07999229739b84ef7861683476b22f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ed56ff21aa465143bc0d1c4f20803873dd07999229739b84ef7861683476b22f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0654b81d996d73c5b5b03310f314bf3bd6871b3bd4d1abe791cec9b7a3339719_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0654b81d996d73c5b5b03310f314bf3bd6871b3bd4d1abe791cec9b7a3339719_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0654b81d996d73c5b5b03310f314bf3bd6871b3bd4d1abe791cec9b7a3339719_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e294ee6e92049316f91ecad5987a24d7d3c06809d3db2ee3f9a41bb461bc220_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e294ee6e92049316f91ecad5987a24d7d3c06809d3db2ee3f9a41bb461bc220_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e294ee6e92049316f91ecad5987a24d7d3c06809d3db2ee3f9a41bb461bc220_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e3afa0bbd3ab3ed4acd6d0059765116e9ab56090313932bd063098d94f1c3b1_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e3afa0bbd3ab3ed4acd6d0059765116e9ab56090313932bd063098d94f1c3b1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e3afa0bbd3ab3ed4acd6d0059765116e9ab56090313932bd063098d94f1c3b1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:929f235d156df0f59479d60379dab0d83d6fc662d9acf7ff050a520850ee0125_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:929f235d156df0f59479d60379dab0d83d6fc662d9acf7ff050a520850ee0125_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:929f235d156df0f59479d60379dab0d83d6fc662d9acf7ff050a520850ee0125_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:14b5ec9622b1a177ffe69a7c87b7797c06b283b26d5547828d3177f823074b5e_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:14b5ec9622b1a177ffe69a7c87b7797c06b283b26d5547828d3177f823074b5e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:14b5ec9622b1a177ffe69a7c87b7797c06b283b26d5547828d3177f823074b5e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:52a47ec0685655243dfa60738842ba038719f2454b85024084de270736d06529_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:52a47ec0685655243dfa60738842ba038719f2454b85024084de270736d06529_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:52a47ec0685655243dfa60738842ba038719f2454b85024084de270736d06529_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5fea5bf035692313badd286c7d13564d48c34e3195bac3c74ae669607b5b5875_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5fea5bf035692313badd286c7d13564d48c34e3195bac3c74ae669607b5b5875_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5fea5bf035692313badd286c7d13564d48c34e3195bac3c74ae669607b5b5875_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fca2b0ceeb7e301640de2604932cfb2c386441e0d3b3b0e4a525f0a6b00f7cee_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fca2b0ceeb7e301640de2604932cfb2c386441e0d3b3b0e4a525f0a6b00f7cee_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fca2b0ceeb7e301640de2604932cfb2c386441e0d3b3b0e4a525f0a6b00f7cee_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2b85420da837c90d984c5945fae12321c8e6b6fa270768da6270f382194f2d4f_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2b85420da837c90d984c5945fae12321c8e6b6fa270768da6270f382194f2d4f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2b85420da837c90d984c5945fae12321c8e6b6fa270768da6270f382194f2d4f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5e5a715049a34055fca9a4b36dab839573238385890678734f96d7ba776dadf9_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5e5a715049a34055fca9a4b36dab839573238385890678734f96d7ba776dadf9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5e5a715049a34055fca9a4b36dab839573238385890678734f96d7ba776dadf9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6982d2c27206f15366ece47b40f4a6a2994c7acf5dbb94aa274c55a2216d0063_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6982d2c27206f15366ece47b40f4a6a2994c7acf5dbb94aa274c55a2216d0063_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6982d2c27206f15366ece47b40f4a6a2994c7acf5dbb94aa274c55a2216d0063_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a38c23c37dbf421c77c4f36758a105b790123d654f1c8b3419becfefedadd0e7_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a38c23c37dbf421c77c4f36758a105b790123d654f1c8b3419becfefedadd0e7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a38c23c37dbf421c77c4f36758a105b790123d654f1c8b3419becfefedadd0e7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:021e3ef983d0ca18800e0fc390ad96f4b6f6b9c3ab784c6e74ebe2e7fd7b31d5_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:021e3ef983d0ca18800e0fc390ad96f4b6f6b9c3ab784c6e74ebe2e7fd7b31d5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:021e3ef983d0ca18800e0fc390ad96f4b6f6b9c3ab784c6e74ebe2e7fd7b31d5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1076cff5268f9fec09a760da243efbb72eb96645f838a746c4c4e28ae4feba33_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1076cff5268f9fec09a760da243efbb72eb96645f838a746c4c4e28ae4feba33_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1076cff5268f9fec09a760da243efbb72eb96645f838a746c4c4e28ae4feba33_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3eabe7ed8651b8dedc3a2c38a83527f224ba3b50088b3238e158048bb2ddd85c_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3eabe7ed8651b8dedc3a2c38a83527f224ba3b50088b3238e158048bb2ddd85c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3eabe7ed8651b8dedc3a2c38a83527f224ba3b50088b3238e158048bb2ddd85c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c29274bf105ffdd07bb78270a6dc497fbfb699acce48c7c6b7b6ef32416eb20f_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c29274bf105ffdd07bb78270a6dc497fbfb699acce48c7c6b7b6ef32416eb20f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c29274bf105ffdd07bb78270a6dc497fbfb699acce48c7c6b7b6ef32416eb20f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:71bae3f7d9ec2a469c8d69b9f67d27a0a98a26bc842cc8733442cabd43fe3c06_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:71bae3f7d9ec2a469c8d69b9f67d27a0a98a26bc842cc8733442cabd43fe3c06_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:71bae3f7d9ec2a469c8d69b9f67d27a0a98a26bc842cc8733442cabd43fe3c06_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b67943ce9e26423e0bf84f411d50f394a67a0f3368ff289e695f8819c4fa8c02_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b67943ce9e26423e0bf84f411d50f394a67a0f3368ff289e695f8819c4fa8c02_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b67943ce9e26423e0bf84f411d50f394a67a0f3368ff289e695f8819c4fa8c02_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d4c9ea28e8a716d6a46a42cd3b5efc82f42d456e21791c32369527ae82f643e0_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d4c9ea28e8a716d6a46a42cd3b5efc82f42d456e21791c32369527ae82f643e0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d4c9ea28e8a716d6a46a42cd3b5efc82f42d456e21791c32369527ae82f643e0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e4c222d813696b8b3d4cef6982cc88ba3d4581ad6842b10510fb4c8130a82684_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e4c222d813696b8b3d4cef6982cc88ba3d4581ad6842b10510fb4c8130a82684_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e4c222d813696b8b3d4cef6982cc88ba3d4581ad6842b10510fb4c8130a82684_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4d789598c5dc7be91f05a8766dffccc377a71db2ea8c5cc563f396cae02326dc_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4d789598c5dc7be91f05a8766dffccc377a71db2ea8c5cc563f396cae02326dc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4d789598c5dc7be91f05a8766dffccc377a71db2ea8c5cc563f396cae02326dc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:70267df26127761958bacff38fbeece08995608c2a24c7a3724495128ef2bef6_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:70267df26127761958bacff38fbeece08995608c2a24c7a3724495128ef2bef6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:70267df26127761958bacff38fbeece08995608c2a24c7a3724495128ef2bef6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:84ea38804ec003ae82375c83ed4549163a2c932d6264eb64476e0ad175b4a4de_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:84ea38804ec003ae82375c83ed4549163a2c932d6264eb64476e0ad175b4a4de_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:84ea38804ec003ae82375c83ed4549163a2c932d6264eb64476e0ad175b4a4de_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:bfcf2ab8d6586fd6a8f08ec2fcc71f997800b8f459577c31e654f8ef9325fc42_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:bfcf2ab8d6586fd6a8f08ec2fcc71f997800b8f459577c31e654f8ef9325fc42_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:bfcf2ab8d6586fd6a8f08ec2fcc71f997800b8f459577c31e654f8ef9325fc42_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:49a412244c4d6b547d5b0ca9bcb041b1e3cabbc78f5234ce52b678207d83b3e3_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:49a412244c4d6b547d5b0ca9bcb041b1e3cabbc78f5234ce52b678207d83b3e3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:49a412244c4d6b547d5b0ca9bcb041b1e3cabbc78f5234ce52b678207d83b3e3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:4d2e1fee9a43f8faf39b05a7d82ceac50094ebe972fd1fd85b1528961cf49478_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:4d2e1fee9a43f8faf39b05a7d82ceac50094ebe972fd1fd85b1528961cf49478_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:4d2e1fee9a43f8faf39b05a7d82ceac50094ebe972fd1fd85b1528961cf49478_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:564e888a319fcd9b1af19b18a4281c5a2c41bedfc3186fb3bb587a1e28954c0a_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:564e888a319fcd9b1af19b18a4281c5a2c41bedfc3186fb3bb587a1e28954c0a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:564e888a319fcd9b1af19b18a4281c5a2c41bedfc3186fb3bb587a1e28954c0a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecb2d59766a1aaaf7cfbdf1e0b92ed025a18fd54acd41fbc63026b350c98a953_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecb2d59766a1aaaf7cfbdf1e0b92ed025a18fd54acd41fbc63026b350c98a953_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecb2d59766a1aaaf7cfbdf1e0b92ed025a18fd54acd41fbc63026b350c98a953_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:296a9379ce17e07df7008f1d35004477297a7ebdf9e3d51a50d71628d6ac68af_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:296a9379ce17e07df7008f1d35004477297a7ebdf9e3d51a50d71628d6ac68af_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:296a9379ce17e07df7008f1d35004477297a7ebdf9e3d51a50d71628d6ac68af_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:67f272ef9abe83f9cd959ce97e3d5c46ed6e118ca30f65fbad733384d228ebce_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:67f272ef9abe83f9cd959ce97e3d5c46ed6e118ca30f65fbad733384d228ebce_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:67f272ef9abe83f9cd959ce97e3d5c46ed6e118ca30f65fbad733384d228ebce_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c8b5246ba51213bb183e07d862b6d1f9b156e1d16b7656bd6ea061f9016e8ad5_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c8b5246ba51213bb183e07d862b6d1f9b156e1d16b7656bd6ea061f9016e8ad5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c8b5246ba51213bb183e07d862b6d1f9b156e1d16b7656bd6ea061f9016e8ad5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ed375d4341175bfe6945ea8aab5208f375034307f6753cc726230629ab97a71f_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ed375d4341175bfe6945ea8aab5208f375034307f6753cc726230629ab97a71f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ed375d4341175bfe6945ea8aab5208f375034307f6753cc726230629ab97a71f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:29e41d78f04e683ecb12ff2335b7205383670e7bcd2b1beec736261a93abd406_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:29e41d78f04e683ecb12ff2335b7205383670e7bcd2b1beec736261a93abd406_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:29e41d78f04e683ecb12ff2335b7205383670e7bcd2b1beec736261a93abd406_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8ac74d64736ed4788497e0d4d10226bfa212f6c0cc97ee63d7c61676698bc022_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8ac74d64736ed4788497e0d4d10226bfa212f6c0cc97ee63d7c61676698bc022_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8ac74d64736ed4788497e0d4d10226bfa212f6c0cc97ee63d7c61676698bc022_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:94a303f0dd0822b5d82509e3ff8af5887949ddaa0e3a91b9f94d0bdf4e1e267b_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:94a303f0dd0822b5d82509e3ff8af5887949ddaa0e3a91b9f94d0bdf4e1e267b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:94a303f0dd0822b5d82509e3ff8af5887949ddaa0e3a91b9f94d0bdf4e1e267b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:95c3aff27109694e511c9e45d1132bc4de0fd636cde0855c9ef45f1a17f5ce7a_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:95c3aff27109694e511c9e45d1132bc4de0fd636cde0855c9ef45f1a17f5ce7a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:95c3aff27109694e511c9e45d1132bc4de0fd636cde0855c9ef45f1a17f5ce7a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:16e2953831f686cd68012c8cdaea2b404c54c91050145b716ee8b0ffc5cf11bf_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:16e2953831f686cd68012c8cdaea2b404c54c91050145b716ee8b0ffc5cf11bf_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:16e2953831f686cd68012c8cdaea2b404c54c91050145b716ee8b0ffc5cf11bf_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:91e3e3d331d92b90ea49a78531cd366201c5de278f56597d9dcbeae40f114754_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:91e3e3d331d92b90ea49a78531cd366201c5de278f56597d9dcbeae40f114754_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:91e3e3d331d92b90ea49a78531cd366201c5de278f56597d9dcbeae40f114754_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bb1ec078ef82180a6019d6e174c16a5a846e4cb8995753628db25a4ca0071474_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bb1ec078ef82180a6019d6e174c16a5a846e4cb8995753628db25a4ca0071474_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bb1ec078ef82180a6019d6e174c16a5a846e4cb8995753628db25a4ca0071474_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c33a11f1aa2fe38738663eb291e25503e2e6fc3cb5bd964e1a6f8db0475e29a8_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c33a11f1aa2fe38738663eb291e25503e2e6fc3cb5bd964e1a6f8db0475e29a8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c33a11f1aa2fe38738663eb291e25503e2e6fc3cb5bd964e1a6f8db0475e29a8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:2606e2856430c12efdf947977a070de13c3f93d3f304608c411ed57b6de0c6c7_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2606e2856430c12efdf947977a070de13c3f93d3f304608c411ed57b6de0c6c7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:2606e2856430c12efdf947977a070de13c3f93d3f304608c411ed57b6de0c6c7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:4dda7a5132b638230470f86622d84a7f0117280726ea52e3769c15f11b1dbbbe_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4dda7a5132b638230470f86622d84a7f0117280726ea52e3769c15f11b1dbbbe_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:4dda7a5132b638230470f86622d84a7f0117280726ea52e3769c15f11b1dbbbe_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:f3b4137b1beff722b9c1ec2e451577a22f44c47a6196139a39d4aff3a0386daa_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f3b4137b1beff722b9c1ec2e451577a22f44c47a6196139a39d4aff3a0386daa_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:f3b4137b1beff722b9c1ec2e451577a22f44c47a6196139a39d4aff3a0386daa_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:f688b554b17808b3aca13b4e6bb8a240401db6f6cc5805e98ebe71ff43dbf1a7_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f688b554b17808b3aca13b4e6bb8a240401db6f6cc5805e98ebe71ff43dbf1a7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:f688b554b17808b3aca13b4e6bb8a240401db6f6cc5805e98ebe71ff43dbf1a7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:07163bdf6c27b8066a5f1e8674a2120054c3daab1e8a0db8cd728f2b1ca0fa57_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:07163bdf6c27b8066a5f1e8674a2120054c3daab1e8a0db8cd728f2b1ca0fa57_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:07163bdf6c27b8066a5f1e8674a2120054c3daab1e8a0db8cd728f2b1ca0fa57_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:32956c0bb79239db914454aa82f94222c6f7a90be718e22bb80c4e75a45127f1_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:32956c0bb79239db914454aa82f94222c6f7a90be718e22bb80c4e75a45127f1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:32956c0bb79239db914454aa82f94222c6f7a90be718e22bb80c4e75a45127f1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d877387429f09cf5fdf779e73200069c418e561f20a21815bd56fce1c1c4c73_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d877387429f09cf5fdf779e73200069c418e561f20a21815bd56fce1c1c4c73_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d877387429f09cf5fdf779e73200069c418e561f20a21815bd56fce1c1c4c73_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:9a64cc9623e5639b0e8ec8f5ad63a5ab83f92598abe541be09fceb37ba2fab23_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:9a64cc9623e5639b0e8ec8f5ad63a5ab83f92598abe541be09fceb37ba2fab23_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:9a64cc9623e5639b0e8ec8f5ad63a5ab83f92598abe541be09fceb37ba2fab23_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6d8e4146a7965b0a81984df7d0a2fc094c50e7010acb93e58510cedc8a42e687_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6d8e4146a7965b0a81984df7d0a2fc094c50e7010acb93e58510cedc8a42e687_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6d8e4146a7965b0a81984df7d0a2fc094c50e7010acb93e58510cedc8a42e687_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:764c1081056df81f61d6965869f9ba66d67f132d6c768c13f1b2c1c81d45ec6b_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:764c1081056df81f61d6965869f9ba66d67f132d6c768c13f1b2c1c81d45ec6b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:764c1081056df81f61d6965869f9ba66d67f132d6c768c13f1b2c1c81d45ec6b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a27762ca5025270235002c90eed00d6d029d4b7103b5bd108eb527fc8e797f1d_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a27762ca5025270235002c90eed00d6d029d4b7103b5bd108eb527fc8e797f1d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a27762ca5025270235002c90eed00d6d029d4b7103b5bd108eb527fc8e797f1d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f473c0c439be12fc83e9ebcef48a1a067a5f4a9cd581ca19ca34a3dd0b9fb79b_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f473c0c439be12fc83e9ebcef48a1a067a5f4a9cd581ca19ca34a3dd0b9fb79b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f473c0c439be12fc83e9ebcef48a1a067a5f4a9cd581ca19ca34a3dd0b9fb79b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:6e95c6d3ba75f0655680a4e46b703aeceb57cc9ad072733bed1aeeca0e9b3508_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:6e95c6d3ba75f0655680a4e46b703aeceb57cc9ad072733bed1aeeca0e9b3508_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:6e95c6d3ba75f0655680a4e46b703aeceb57cc9ad072733bed1aeeca0e9b3508_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:ba23af1b9437640698b924bb0645013d7c08fd6121489b01b63f66156faa6588_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:ba23af1b9437640698b924bb0645013d7c08fd6121489b01b63f66156faa6588_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:ba23af1b9437640698b924bb0645013d7c08fd6121489b01b63f66156faa6588_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:01c4ac10b7061c77ef54bf337b8488722506d2a572d9da7d9a689b4c9ff7c225_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:01c4ac10b7061c77ef54bf337b8488722506d2a572d9da7d9a689b4c9ff7c225_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:01c4ac10b7061c77ef54bf337b8488722506d2a572d9da7d9a689b4c9ff7c225_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:67c19e36b3f264978073841b06d940efc3fe0546baabffdfb35c2e5a1989e96c_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:67c19e36b3f264978073841b06d940efc3fe0546baabffdfb35c2e5a1989e96c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:67c19e36b3f264978073841b06d940efc3fe0546baabffdfb35c2e5a1989e96c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:add880787ab5dc1af04cbed51e2da0f6f630ee85387617987ec6d6d8e3a28009_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:add880787ab5dc1af04cbed51e2da0f6f630ee85387617987ec6d6d8e3a28009_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:add880787ab5dc1af04cbed51e2da0f6f630ee85387617987ec6d6d8e3a28009_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:d6acbf09fd11d29d0d715b96e60355a23deba955fb3ac6ebbcbdc29e6923d508_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:d6acbf09fd11d29d0d715b96e60355a23deba955fb3ac6ebbcbdc29e6923d508_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:d6acbf09fd11d29d0d715b96e60355a23deba955fb3ac6ebbcbdc29e6923d508_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:474e02e9e121dfe39458bdbee1f434d32fa29347f55386a4abcd3825c9235456_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:474e02e9e121dfe39458bdbee1f434d32fa29347f55386a4abcd3825c9235456_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:474e02e9e121dfe39458bdbee1f434d32fa29347f55386a4abcd3825c9235456_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a0e6d2e5adb8d9c223824f623bd7d391e33241fcbe281c54af8e3925af5781b6_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a0e6d2e5adb8d9c223824f623bd7d391e33241fcbe281c54af8e3925af5781b6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a0e6d2e5adb8d9c223824f623bd7d391e33241fcbe281c54af8e3925af5781b6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c3fffbd0e1e6db3256029c6cff61bb64ba56625041ff86a9d46a895076877fff_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c3fffbd0e1e6db3256029c6cff61bb64ba56625041ff86a9d46a895076877fff_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c3fffbd0e1e6db3256029c6cff61bb64ba56625041ff86a9d46a895076877fff_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d253f116a2d1e2f033f47422230a0a4e8a9fce255d71e9140a0bcb6f255c09b6_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d253f116a2d1e2f033f47422230a0a4e8a9fce255d71e9140a0bcb6f255c09b6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d253f116a2d1e2f033f47422230a0a4e8a9fce255d71e9140a0bcb6f255c09b6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0b41f824ade401523c3ff06e2dace98c8dda246f40e6a01a588dab6fcad09683_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0b41f824ade401523c3ff06e2dace98c8dda246f40e6a01a588dab6fcad09683_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0b41f824ade401523c3ff06e2dace98c8dda246f40e6a01a588dab6fcad09683_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4954d67caa517e2e2edec0e5d4b95610a31b82d5a86f9058cbe55193987da9d2_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4954d67caa517e2e2edec0e5d4b95610a31b82d5a86f9058cbe55193987da9d2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4954d67caa517e2e2edec0e5d4b95610a31b82d5a86f9058cbe55193987da9d2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d1a37ce3fce40a5d5e3065b5a4be81a18fe2a6b81bd5d16ada65f2647fd8fd0a_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d1a37ce3fce40a5d5e3065b5a4be81a18fe2a6b81bd5d16ada65f2647fd8fd0a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d1a37ce3fce40a5d5e3065b5a4be81a18fe2a6b81bd5d16ada65f2647fd8fd0a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d395f05c26536703d44d06525efc0ac6203440e6576e8a1513c7e4ed8563ae62_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d395f05c26536703d44d06525efc0ac6203440e6576e8a1513c7e4ed8563ae62_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d395f05c26536703d44d06525efc0ac6203440e6576e8a1513c7e4ed8563ae62_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2224a1bb7f39feb0ee922a54a94d8dfa66e676caffc681f99227eafc0082b50c_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2224a1bb7f39feb0ee922a54a94d8dfa66e676caffc681f99227eafc0082b50c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2224a1bb7f39feb0ee922a54a94d8dfa66e676caffc681f99227eafc0082b50c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:339b51d602e6c798949da55fc36b4e83d4b07909c97f004f8aebb5bb6f43268d_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:339b51d602e6c798949da55fc36b4e83d4b07909c97f004f8aebb5bb6f43268d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:339b51d602e6c798949da55fc36b4e83d4b07909c97f004f8aebb5bb6f43268d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a7bc2291024185f39cde4d43057b17968cad18451fe8447b0ace526ee11bbcb4_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a7bc2291024185f39cde4d43057b17968cad18451fe8447b0ace526ee11bbcb4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a7bc2291024185f39cde4d43057b17968cad18451fe8447b0ace526ee11bbcb4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c171ac27f2bfd7846db274c1d2be8b39cdfed3afe59ab4fb01f903b5be3af443_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c171ac27f2bfd7846db274c1d2be8b39cdfed3afe59ab4fb01f903b5be3af443_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c171ac27f2bfd7846db274c1d2be8b39cdfed3afe59ab4fb01f903b5be3af443_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:45c70f4c6f15a25e1982efd6eee6930f16317ef4cebd11ffe2b5994b9ad8b200_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:45c70f4c6f15a25e1982efd6eee6930f16317ef4cebd11ffe2b5994b9ad8b200_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:45c70f4c6f15a25e1982efd6eee6930f16317ef4cebd11ffe2b5994b9ad8b200_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:938dfb864f0a9dd0116c5969eb1ca94f2e04b914c3ee56bc26ac33f90e2535c6_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:938dfb864f0a9dd0116c5969eb1ca94f2e04b914c3ee56bc26ac33f90e2535c6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:938dfb864f0a9dd0116c5969eb1ca94f2e04b914c3ee56bc26ac33f90e2535c6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a4f095b9251baba737421c47566ac7329258b8ff22b0f131c5a941ad1b6caed5_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a4f095b9251baba737421c47566ac7329258b8ff22b0f131c5a941ad1b6caed5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a4f095b9251baba737421c47566ac7329258b8ff22b0f131c5a941ad1b6caed5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:f7a4c6ab4dc050efd81ff5d7dee7569a55dd0cf96e6413c47770699f5fa02b6d_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:f7a4c6ab4dc050efd81ff5d7dee7569a55dd0cf96e6413c47770699f5fa02b6d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:f7a4c6ab4dc050efd81ff5d7dee7569a55dd0cf96e6413c47770699f5fa02b6d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3a4f76a56b75c54966a76307c4fd647d854812bd22e55cb228c1e9b5aea67037_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3a4f76a56b75c54966a76307c4fd647d854812bd22e55cb228c1e9b5aea67037_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3a4f76a56b75c54966a76307c4fd647d854812bd22e55cb228c1e9b5aea67037_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:98110bc940b974dcbb8b0ea21c6b52bd96ecea62779f9665d3ac8dd03223905f_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:98110bc940b974dcbb8b0ea21c6b52bd96ecea62779f9665d3ac8dd03223905f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:98110bc940b974dcbb8b0ea21c6b52bd96ecea62779f9665d3ac8dd03223905f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a7e47a89156ad39c7e5820cbc98a0b295ca1a3aaf6b72be3961c6d4eb0225831_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a7e47a89156ad39c7e5820cbc98a0b295ca1a3aaf6b72be3961c6d4eb0225831_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a7e47a89156ad39c7e5820cbc98a0b295ca1a3aaf6b72be3961c6d4eb0225831_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b6a273a6d68b36cd939b6bba836f657168526125327fb784c436c99848f49f7e_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b6a273a6d68b36cd939b6bba836f657168526125327fb784c436c99848f49f7e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b6a273a6d68b36cd939b6bba836f657168526125327fb784c436c99848f49f7e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:26b6bffa3e11fabf11ec8176bb39ab3e301b3c5a85c1aec37142860ffac1fe5a_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:26b6bffa3e11fabf11ec8176bb39ab3e301b3c5a85c1aec37142860ffac1fe5a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:26b6bffa3e11fabf11ec8176bb39ab3e301b3c5a85c1aec37142860ffac1fe5a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:301f5a73d9d839a999dbd3c9a7741ed3458ffb87426b7499364e6460850deeb5_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:301f5a73d9d839a999dbd3c9a7741ed3458ffb87426b7499364e6460850deeb5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:301f5a73d9d839a999dbd3c9a7741ed3458ffb87426b7499364e6460850deeb5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:57eee4fc78405492c9a665c228d1f25c75f0390f75a73d5819aea7ebc2da6b4d_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:57eee4fc78405492c9a665c228d1f25c75f0390f75a73d5819aea7ebc2da6b4d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:57eee4fc78405492c9a665c228d1f25c75f0390f75a73d5819aea7ebc2da6b4d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b10b625aa3fe5011c7fa9db3c95ba6d36c569fd6f6aa4ac3ff2431cbc103d362_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b10b625aa3fe5011c7fa9db3c95ba6d36c569fd6f6aa4ac3ff2431cbc103d362_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b10b625aa3fe5011c7fa9db3c95ba6d36c569fd6f6aa4ac3ff2431cbc103d362_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:11b59cdae58f57a02a4c8479266a50a1a5691f2e8e4382ea7ce96bc913ad4afc_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:11b59cdae58f57a02a4c8479266a50a1a5691f2e8e4382ea7ce96bc913ad4afc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:11b59cdae58f57a02a4c8479266a50a1a5691f2e8e4382ea7ce96bc913ad4afc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1f11609dbe46602b2c11ea6c776cffc87ebf3fe2a1204f25bda85d9793d5cd60_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1f11609dbe46602b2c11ea6c776cffc87ebf3fe2a1204f25bda85d9793d5cd60_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1f11609dbe46602b2c11ea6c776cffc87ebf3fe2a1204f25bda85d9793d5cd60_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:28ca9310e14799c080a07935267ab4ecaf6fd1abadcb1e165deb46c81f2e731b_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:28ca9310e14799c080a07935267ab4ecaf6fd1abadcb1e165deb46c81f2e731b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:28ca9310e14799c080a07935267ab4ecaf6fd1abadcb1e165deb46c81f2e731b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:56a619fe929b8a18bf1526bde6c9a86f12a1c0a43739d1a0d04c58920d3ac5d0_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:56a619fe929b8a18bf1526bde6c9a86f12a1c0a43739d1a0d04c58920d3ac5d0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:56a619fe929b8a18bf1526bde6c9a86f12a1c0a43739d1a0d04c58920d3ac5d0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3bd696b964b694ec219c5776593bf4772dafcc3f43b973355913801929462557_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3bd696b964b694ec219c5776593bf4772dafcc3f43b973355913801929462557_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3bd696b964b694ec219c5776593bf4772dafcc3f43b973355913801929462557_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:4142674147742cf0ecad7223e02e88efb53e5a34ab820df5ea2f645a04219da8_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:4142674147742cf0ecad7223e02e88efb53e5a34ab820df5ea2f645a04219da8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:4142674147742cf0ecad7223e02e88efb53e5a34ab820df5ea2f645a04219da8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7c59a7997fa95d2895620378a7e18f0074929b630c329ba3f03c72e43415364d_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7c59a7997fa95d2895620378a7e18f0074929b630c329ba3f03c72e43415364d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7c59a7997fa95d2895620378a7e18f0074929b630c329ba3f03c72e43415364d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ff35fdf6dd3714c214394ff6f203815f23921af529bad0dc22abfa1d1680b333_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ff35fdf6dd3714c214394ff6f203815f23921af529bad0dc22abfa1d1680b333_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ff35fdf6dd3714c214394ff6f203815f23921af529bad0dc22abfa1d1680b333_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:15198ffc1a039f56e9cfe7ab35037c34a3864a83163576b65fb3e9f5aa8f1f3f_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:15198ffc1a039f56e9cfe7ab35037c34a3864a83163576b65fb3e9f5aa8f1f3f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:15198ffc1a039f56e9cfe7ab35037c34a3864a83163576b65fb3e9f5aa8f1f3f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:4ab1c5859c4f54f225fe4d5555f3c2d1aafc520ce7a9197b040e06084da9a43b_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:4ab1c5859c4f54f225fe4d5555f3c2d1aafc520ce7a9197b040e06084da9a43b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:4ab1c5859c4f54f225fe4d5555f3c2d1aafc520ce7a9197b040e06084da9a43b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7be609c48462446f215d9ae0326f1c76bc0b779cd08db391163c796106e7aeef_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7be609c48462446f215d9ae0326f1c76bc0b779cd08db391163c796106e7aeef_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7be609c48462446f215d9ae0326f1c76bc0b779cd08db391163c796106e7aeef_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f04c27be87ea23869192754c00d08badd40a106c2f66b86bf493455b3e3ceb09_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f04c27be87ea23869192754c00d08badd40a106c2f66b86bf493455b3e3ceb09_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f04c27be87ea23869192754c00d08badd40a106c2f66b86bf493455b3e3ceb09_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:42ce515a9496a89b6abef7a94b6fcea6880b2a9833900d54e1dd4044c9e2872e_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:42ce515a9496a89b6abef7a94b6fcea6880b2a9833900d54e1dd4044c9e2872e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:42ce515a9496a89b6abef7a94b6fcea6880b2a9833900d54e1dd4044c9e2872e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5ab9133d7b6aa46227bca8a1c6ec2ec9233ebed8e62e41ff122dda627d4a7fcf_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5ab9133d7b6aa46227bca8a1c6ec2ec9233ebed8e62e41ff122dda627d4a7fcf_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5ab9133d7b6aa46227bca8a1c6ec2ec9233ebed8e62e41ff122dda627d4a7fcf_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:94f82ddff9d44dfdce03af24a851c05cec4ceb161c5631ce6ce88dc8a9481271_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:94f82ddff9d44dfdce03af24a851c05cec4ceb161c5631ce6ce88dc8a9481271_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:94f82ddff9d44dfdce03af24a851c05cec4ceb161c5631ce6ce88dc8a9481271_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a7879d59a73d16ad9c237a597dfdbdbe06fd6d3e3de0c9396e342250778dbe08_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a7879d59a73d16ad9c237a597dfdbdbe06fd6d3e3de0c9396e342250778dbe08_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a7879d59a73d16ad9c237a597dfdbdbe06fd6d3e3de0c9396e342250778dbe08_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2f370ec13f448fc82d3f142cc8b6a559a4d62044631f4b394742652c4672f536_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2f370ec13f448fc82d3f142cc8b6a559a4d62044631f4b394742652c4672f536_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2f370ec13f448fc82d3f142cc8b6a559a4d62044631f4b394742652c4672f536_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:38471fb10545f0fd1f879ff8ded337bdb6919a929043727936d28c2153a78fb9_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:38471fb10545f0fd1f879ff8ded337bdb6919a929043727936d28c2153a78fb9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:38471fb10545f0fd1f879ff8ded337bdb6919a929043727936d28c2153a78fb9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8e6c8d7186bfcc49c6ec64bf8bbaaee511f62cb5d14aec29bea364f90129d36e_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8e6c8d7186bfcc49c6ec64bf8bbaaee511f62cb5d14aec29bea364f90129d36e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8e6c8d7186bfcc49c6ec64bf8bbaaee511f62cb5d14aec29bea364f90129d36e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e35c02d8101af5150e038572081ef775816f97c77ae24fec3826bef8c24837b4_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e35c02d8101af5150e038572081ef775816f97c77ae24fec3826bef8c24837b4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e35c02d8101af5150e038572081ef775816f97c77ae24fec3826bef8c24837b4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:123714413da1487c02d182f1d355688d2f0fd63e0f82865dd962567bb9c81039_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:123714413da1487c02d182f1d355688d2f0fd63e0f82865dd962567bb9c81039_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:123714413da1487c02d182f1d355688d2f0fd63e0f82865dd962567bb9c81039_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:675b6754ba7e231a1725cf8338d536551497ed05e7f40435a2a3c98e411af84f_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:675b6754ba7e231a1725cf8338d536551497ed05e7f40435a2a3c98e411af84f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:675b6754ba7e231a1725cf8338d536551497ed05e7f40435a2a3c98e411af84f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9eced45114ad75c3ca56d06028c836adaa713433bc49f6196533276f9645c58c_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9eced45114ad75c3ca56d06028c836adaa713433bc49f6196533276f9645c58c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9eced45114ad75c3ca56d06028c836adaa713433bc49f6196533276f9645c58c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b203bacc4238f6cc6afaa7dcad119d126484235694dcc33a46edc4d002dc7f5b_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b203bacc4238f6cc6afaa7dcad119d126484235694dcc33a46edc4d002dc7f5b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b203bacc4238f6cc6afaa7dcad119d126484235694dcc33a46edc4d002dc7f5b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4e68102ebe684da4477f443e32d69865b6fa28d398fbb76463c67d85739e3c2d_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4e68102ebe684da4477f443e32d69865b6fa28d398fbb76463c67d85739e3c2d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4e68102ebe684da4477f443e32d69865b6fa28d398fbb76463c67d85739e3c2d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:6dd5107b14c1abce011367145d859456aeb03052ab831b4c548fa4fba0b269fb_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:6dd5107b14c1abce011367145d859456aeb03052ab831b4c548fa4fba0b269fb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:6dd5107b14c1abce011367145d859456aeb03052ab831b4c548fa4fba0b269fb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8e6d6d3162ace273c1312c383de4e1f6ffe2d8e6d7b553b64e6ac460ac040c20_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8e6d6d3162ace273c1312c383de4e1f6ffe2d8e6d7b553b64e6ac460ac040c20_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8e6d6d3162ace273c1312c383de4e1f6ffe2d8e6d7b553b64e6ac460ac040c20_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:061699fecaf30d68ae3d41b89d812ea8144627d9ca9de83173fb33fa06e6b8f3_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:061699fecaf30d68ae3d41b89d812ea8144627d9ca9de83173fb33fa06e6b8f3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:061699fecaf30d68ae3d41b89d812ea8144627d9ca9de83173fb33fa06e6b8f3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:33b4bb5c331675703e19ef96f3185b2d3cbcf4d0e37a6fabbeb5a8dc1f46df10_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:33b4bb5c331675703e19ef96f3185b2d3cbcf4d0e37a6fabbeb5a8dc1f46df10_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:33b4bb5c331675703e19ef96f3185b2d3cbcf4d0e37a6fabbeb5a8dc1f46df10_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b7e15475952a147e7d6d506ee9686c6c594d529b27e4086f49b0dfc1e237d640_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b7e15475952a147e7d6d506ee9686c6c594d529b27e4086f49b0dfc1e237d640_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b7e15475952a147e7d6d506ee9686c6c594d529b27e4086f49b0dfc1e237d640_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0465b162143273b73d2d1af7ea6f9654116a9b1cba8169028273185f2dfa1191_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0465b162143273b73d2d1af7ea6f9654116a9b1cba8169028273185f2dfa1191_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0465b162143273b73d2d1af7ea6f9654116a9b1cba8169028273185f2dfa1191_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5d1720d8067c33064ccfa16d47931fd18bdd3590f53023c2ec268ed9405d0983_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5d1720d8067c33064ccfa16d47931fd18bdd3590f53023c2ec268ed9405d0983_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5d1720d8067c33064ccfa16d47931fd18bdd3590f53023c2ec268ed9405d0983_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e99c8d382c503a7b1e25e6f72ef293496beab285d0a3453d09ca73fb58247163_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e99c8d382c503a7b1e25e6f72ef293496beab285d0a3453d09ca73fb58247163_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e99c8d382c503a7b1e25e6f72ef293496beab285d0a3453d09ca73fb58247163_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4e09db0d6efc9289a85cf5d4ced1d6a6a7f52168e44c366907a5d4ebd3e7d75d_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4e09db0d6efc9289a85cf5d4ced1d6a6a7f52168e44c366907a5d4ebd3e7d75d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4e09db0d6efc9289a85cf5d4ced1d6a6a7f52168e44c366907a5d4ebd3e7d75d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:585c75fc909525ac0332764b66db33e6646e5e0b0a4d01d176be6dad70a7447f_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:585c75fc909525ac0332764b66db33e6646e5e0b0a4d01d176be6dad70a7447f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:585c75fc909525ac0332764b66db33e6646e5e0b0a4d01d176be6dad70a7447f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:85df50114baa307e2b4192a46f80a292500401eaf41f45b071b23bc278562135_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:85df50114baa307e2b4192a46f80a292500401eaf41f45b071b23bc278562135_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:85df50114baa307e2b4192a46f80a292500401eaf41f45b071b23bc278562135_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:3ad0b56893a8ad865ef9de637c1f21a358aae5ed4adadae02db3c6d37db93422_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:3ad0b56893a8ad865ef9de637c1f21a358aae5ed4adadae02db3c6d37db93422_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:3ad0b56893a8ad865ef9de637c1f21a358aae5ed4adadae02db3c6d37db93422_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:56925cf35430409d4a59b4de3ea74d8e3779acf505872bcefa26e97418f7bc9b_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:56925cf35430409d4a59b4de3ea74d8e3779acf505872bcefa26e97418f7bc9b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:56925cf35430409d4a59b4de3ea74d8e3779acf505872bcefa26e97418f7bc9b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:a928a27d2775d702a7b4888f87e770c93049b645b5878173d87d893288c0701a_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:a928a27d2775d702a7b4888f87e770c93049b645b5878173d87d893288c0701a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:a928a27d2775d702a7b4888f87e770c93049b645b5878173d87d893288c0701a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c83836428568394e500de29f5e4b44fa4881f5b5813a8dcd42a5bd16b6bd2bae_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c83836428568394e500de29f5e4b44fa4881f5b5813a8dcd42a5bd16b6bd2bae_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c83836428568394e500de29f5e4b44fa4881f5b5813a8dcd42a5bd16b6bd2bae_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3fa694c3f2b9c05fcf2cb69f97d791fa46600ba1eebd67608b109586dac15e3c_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3fa694c3f2b9c05fcf2cb69f97d791fa46600ba1eebd67608b109586dac15e3c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3fa694c3f2b9c05fcf2cb69f97d791fa46600ba1eebd67608b109586dac15e3c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:44006268f8f00b5dcc4737ce787d9221b50ad7af3e678ea6dea817a797512b4b_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:44006268f8f00b5dcc4737ce787d9221b50ad7af3e678ea6dea817a797512b4b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:44006268f8f00b5dcc4737ce787d9221b50ad7af3e678ea6dea817a797512b4b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:6b7d13c5daddfeda27cc815f3fa02affd699ed626cc41775f78070cb8cab4f4f_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:6b7d13c5daddfeda27cc815f3fa02affd699ed626cc41775f78070cb8cab4f4f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:6b7d13c5daddfeda27cc815f3fa02affd699ed626cc41775f78070cb8cab4f4f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bdd058e218fb99204c479f5cc33383634b184b1153a74c3333926e84f3e4bae1_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bdd058e218fb99204c479f5cc33383634b184b1153a74c3333926e84f3e4bae1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bdd058e218fb99204c479f5cc33383634b184b1153a74c3333926e84f3e4bae1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:174dd5140764fb73bc002166fefbf8f897be7b295e10527410fee19338fe65d3_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:174dd5140764fb73bc002166fefbf8f897be7b295e10527410fee19338fe65d3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:174dd5140764fb73bc002166fefbf8f897be7b295e10527410fee19338fe65d3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3f5a73689320e820972a39a40077926550f7864e2d1969a9352d3b833191086f_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3f5a73689320e820972a39a40077926550f7864e2d1969a9352d3b833191086f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3f5a73689320e820972a39a40077926550f7864e2d1969a9352d3b833191086f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:df97ec11ed1fbf6397b6a62c85014c255b60c652c98ea439d1f47e62c6a0e4bd_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:df97ec11ed1fbf6397b6a62c85014c255b60c652c98ea439d1f47e62c6a0e4bd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:df97ec11ed1fbf6397b6a62c85014c255b60c652c98ea439d1f47e62c6a0e4bd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dff5a115ecbd046f3a1a60ce8d8518edd570922528a7ba56cb17716831eb6b09_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dff5a115ecbd046f3a1a60ce8d8518edd570922528a7ba56cb17716831eb6b09_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dff5a115ecbd046f3a1a60ce8d8518edd570922528a7ba56cb17716831eb6b09_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:11f56bb6bdf0069b7bea04e5051874cf879bff0ed36676dc521975eae8cf1bb5_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:11f56bb6bdf0069b7bea04e5051874cf879bff0ed36676dc521975eae8cf1bb5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:11f56bb6bdf0069b7bea04e5051874cf879bff0ed36676dc521975eae8cf1bb5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1eb4aa5666fec327b24c011e1b7e726ecde7ba1942e0b8d9af38a65baa052985_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1eb4aa5666fec327b24c011e1b7e726ecde7ba1942e0b8d9af38a65baa052985_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1eb4aa5666fec327b24c011e1b7e726ecde7ba1942e0b8d9af38a65baa052985_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:77da9199e0922972da775122d60efaeeb4cb2cc464ff6855099fde770cfc01a6_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:77da9199e0922972da775122d60efaeeb4cb2cc464ff6855099fde770cfc01a6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:77da9199e0922972da775122d60efaeeb4cb2cc464ff6855099fde770cfc01a6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c56c801a4a9e11f7b9ee071dc9634fd6c43aaf04cdd6b048dd4ea1a623ba16a7_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c56c801a4a9e11f7b9ee071dc9634fd6c43aaf04cdd6b048dd4ea1a623ba16a7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c56c801a4a9e11f7b9ee071dc9634fd6c43aaf04cdd6b048dd4ea1a623ba16a7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:5332d1051a8774d9d3ebd2f6df71f2ae36ff23fd32b28edb418c028dfa6be128_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:5332d1051a8774d9d3ebd2f6df71f2ae36ff23fd32b28edb418c028dfa6be128_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:5332d1051a8774d9d3ebd2f6df71f2ae36ff23fd32b28edb418c028dfa6be128_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ae444a4f4274431a8dfa075bb9c91fda502cbdbe971856f54ffb6a0d5deb08a3_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ae444a4f4274431a8dfa075bb9c91fda502cbdbe971856f54ffb6a0d5deb08a3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ae444a4f4274431a8dfa075bb9c91fda502cbdbe971856f54ffb6a0d5deb08a3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:4148a39c8311d7050050debedbfa7454b53c3e00ae4d63cee7bc6da688af744b_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:4148a39c8311d7050050debedbfa7454b53c3e00ae4d63cee7bc6da688af744b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:4148a39c8311d7050050debedbfa7454b53c3e00ae4d63cee7bc6da688af744b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:699c1abe44686141c985a530a8b3b864b3a1bf2c5c6645d68f7920b8f752c684_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:699c1abe44686141c985a530a8b3b864b3a1bf2c5c6645d68f7920b8f752c684_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:699c1abe44686141c985a530a8b3b864b3a1bf2c5c6645d68f7920b8f752c684_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:608159f89bf52fbe18bbdb1c48b679346ddac7d3ace7883c84494615a4ab7adc_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:608159f89bf52fbe18bbdb1c48b679346ddac7d3ace7883c84494615a4ab7adc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:608159f89bf52fbe18bbdb1c48b679346ddac7d3ace7883c84494615a4ab7adc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:d26f0f1adde0599a01c90d8b9e1e8690e6e532a380e7852e83cacc1e439b5424_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:d26f0f1adde0599a01c90d8b9e1e8690e6e532a380e7852e83cacc1e439b5424_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:d26f0f1adde0599a01c90d8b9e1e8690e6e532a380e7852e83cacc1e439b5424_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1ef42800334a0b6d395e1b1bc8e517e232713a4ee0e4591415c5347ea1352fb1_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1ef42800334a0b6d395e1b1bc8e517e232713a4ee0e4591415c5347ea1352fb1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1ef42800334a0b6d395e1b1bc8e517e232713a4ee0e4591415c5347ea1352fb1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:23d11514c82b817c95564de1f0252dfcf753ca40cb154054c051b6bef078a960_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:23d11514c82b817c95564de1f0252dfcf753ca40cb154054c051b6bef078a960_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:23d11514c82b817c95564de1f0252dfcf753ca40cb154054c051b6bef078a960_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f5311dc740529f4f4c444fe33bd5731b0ff5d213620207f039af546a3c521226_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f5311dc740529f4f4c444fe33bd5731b0ff5d213620207f039af546a3c521226_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f5311dc740529f4f4c444fe33bd5731b0ff5d213620207f039af546a3c521226_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:14f9b0d4497da98ffed111c1266fd4e0b4a812f6b7ec37b95e5702438602ce33_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:14f9b0d4497da98ffed111c1266fd4e0b4a812f6b7ec37b95e5702438602ce33_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:14f9b0d4497da98ffed111c1266fd4e0b4a812f6b7ec37b95e5702438602ce33_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:4e6b6f1636a4300955a587155ee9063979e47cb387dfc1a85f3738b1cf25589f_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:4e6b6f1636a4300955a587155ee9063979e47cb387dfc1a85f3738b1cf25589f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:4e6b6f1636a4300955a587155ee9063979e47cb387dfc1a85f3738b1cf25589f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:2cb5be04fd1145f054e994500608d1463f35a0fb87305e559ff71c972795d978_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:2cb5be04fd1145f054e994500608d1463f35a0fb87305e559ff71c972795d978_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:2cb5be04fd1145f054e994500608d1463f35a0fb87305e559ff71c972795d978_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:664dd8b515ac89b33051c38e00fabc4f2bd8c902f9fdd8df263b6cd6d0a0bc25_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:664dd8b515ac89b33051c38e00fabc4f2bd8c902f9fdd8df263b6cd6d0a0bc25_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:664dd8b515ac89b33051c38e00fabc4f2bd8c902f9fdd8df263b6cd6d0a0bc25_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:28e1a2e9d3850462c628b0bfaafac15d68def97b8c1c9387de58b1fb6d877f19_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:28e1a2e9d3850462c628b0bfaafac15d68def97b8c1c9387de58b1fb6d877f19_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:28e1a2e9d3850462c628b0bfaafac15d68def97b8c1c9387de58b1fb6d877f19_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5c60f40d38ebe6f95cfc0fa78fed9aa265fdf3aced888bf232445c2e76e4ed55_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5c60f40d38ebe6f95cfc0fa78fed9aa265fdf3aced888bf232445c2e76e4ed55_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5c60f40d38ebe6f95cfc0fa78fed9aa265fdf3aced888bf232445c2e76e4ed55_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d36d045c32e335933939150b36fd2f86599add415385560d3e10d4b74a704d89_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d36d045c32e335933939150b36fd2f86599add415385560d3e10d4b74a704d89_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d36d045c32e335933939150b36fd2f86599add415385560d3e10d4b74a704d89_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fa556b78fcc306b456576053e522d93e0c578807e220d3c562ea54cdbc2d1a92_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fa556b78fcc306b456576053e522d93e0c578807e220d3c562ea54cdbc2d1a92_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fa556b78fcc306b456576053e522d93e0c578807e220d3c562ea54cdbc2d1a92_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f9ea746b7bc2eb6cf1d82644d42d363d9343506f9091e8bc67740a06b382081_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f9ea746b7bc2eb6cf1d82644d42d363d9343506f9091e8bc67740a06b382081_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f9ea746b7bc2eb6cf1d82644d42d363d9343506f9091e8bc67740a06b382081_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:909ff0827690342dce5b4cf713327f3a8887a056951953c9aa639e916129e1ad_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:909ff0827690342dce5b4cf713327f3a8887a056951953c9aa639e916129e1ad_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:909ff0827690342dce5b4cf713327f3a8887a056951953c9aa639e916129e1ad_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a8705dd5df6abd3d6931b298fe8e53cff0f8259547fa85446503b413b0ba19da_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a8705dd5df6abd3d6931b298fe8e53cff0f8259547fa85446503b413b0ba19da_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a8705dd5df6abd3d6931b298fe8e53cff0f8259547fa85446503b413b0ba19da_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:cabf1a3d4e2aab9e2273afa75bac084e93eb36a2801b91ea0d79982e9e7e5f2a_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:cabf1a3d4e2aab9e2273afa75bac084e93eb36a2801b91ea0d79982e9e7e5f2a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:cabf1a3d4e2aab9e2273afa75bac084e93eb36a2801b91ea0d79982e9e7e5f2a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0b5cac582cea2ea2dee7d515f05bfedf2a5beff46ae6d5ca9626bbb36c94b865_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0b5cac582cea2ea2dee7d515f05bfedf2a5beff46ae6d5ca9626bbb36c94b865_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0b5cac582cea2ea2dee7d515f05bfedf2a5beff46ae6d5ca9626bbb36c94b865_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b920409f5635d704145bb8e1107a7c6f951976c44226a2083982443f67ce619b_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b920409f5635d704145bb8e1107a7c6f951976c44226a2083982443f67ce619b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b920409f5635d704145bb8e1107a7c6f951976c44226a2083982443f67ce619b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d658355babb92069a73c35353c2fc0be4450517b3445d2387b4b0e3bd2b873d6_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d658355babb92069a73c35353c2fc0be4450517b3445d2387b4b0e3bd2b873d6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d658355babb92069a73c35353c2fc0be4450517b3445d2387b4b0e3bd2b873d6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f8036fe71f651189dda062ede40268c843ab07ad5b32e010250f9b6fe9234bb6_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f8036fe71f651189dda062ede40268c843ab07ad5b32e010250f9b6fe9234bb6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f8036fe71f651189dda062ede40268c843ab07ad5b32e010250f9b6fe9234bb6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c5361be369c8e0194275ab97d18d52a095a5206888bc82d592f9f9ba28a34e91_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c5361be369c8e0194275ab97d18d52a095a5206888bc82d592f9f9ba28a34e91_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c5361be369c8e0194275ab97d18d52a095a5206888bc82d592f9f9ba28a34e91_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f6427aa92071d20df4e412376886d9831bb0cbb15c10216ebf2ac78de096b051_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f6427aa92071d20df4e412376886d9831bb0cbb15c10216ebf2ac78de096b051_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f6427aa92071d20df4e412376886d9831bb0cbb15c10216ebf2ac78de096b051_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5d5edceedc72d2ec62b24b6a60c278e4836829c78a0bcfeb20d87fefe501a39c_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5d5edceedc72d2ec62b24b6a60c278e4836829c78a0bcfeb20d87fefe501a39c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5d5edceedc72d2ec62b24b6a60c278e4836829c78a0bcfeb20d87fefe501a39c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cd23e978bf90a7180245b04b5b0df939ba57e30ea13a2a759a5d04953eaafda0_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cd23e978bf90a7180245b04b5b0df939ba57e30ea13a2a759a5d04953eaafda0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cd23e978bf90a7180245b04b5b0df939ba57e30ea13a2a759a5d04953eaafda0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:bccd28236b901759b08d5106786d262e482cbd1e3798c1392c9c6eda9956a5d6_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:bccd28236b901759b08d5106786d262e482cbd1e3798c1392c9c6eda9956a5d6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:bccd28236b901759b08d5106786d262e482cbd1e3798c1392c9c6eda9956a5d6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c096101efdd0dab71581c6e6506b9a6560c96979e2d439ca888d2c67860c1337_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c096101efdd0dab71581c6e6506b9a6560c96979e2d439ca888d2c67860c1337_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c096101efdd0dab71581c6e6506b9a6560c96979e2d439ca888d2c67860c1337_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7cf38584dd1c5c269f86d85b0488e9224ac989f985989b00ba718ccd5c1cda56_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7cf38584dd1c5c269f86d85b0488e9224ac989f985989b00ba718ccd5c1cda56_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7cf38584dd1c5c269f86d85b0488e9224ac989f985989b00ba718ccd5c1cda56_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b2a85daa27b4a10282c1365dfbb48a3224df6c2a47d6f5ed59c3c01f6035d443_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b2a85daa27b4a10282c1365dfbb48a3224df6c2a47d6f5ed59c3c01f6035d443_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b2a85daa27b4a10282c1365dfbb48a3224df6c2a47d6f5ed59c3c01f6035d443_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3643a11084c5df88b8dd9c8d7693b228f3a9d94f74aaeb4620aa458516c14e18_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3643a11084c5df88b8dd9c8d7693b228f3a9d94f74aaeb4620aa458516c14e18_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3643a11084c5df88b8dd9c8d7693b228f3a9d94f74aaeb4620aa458516c14e18_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:a6a1152188a6d2cab12133e497a5c29549fa0103dcde8f1bb530ce7a033033b5_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:a6a1152188a6d2cab12133e497a5c29549fa0103dcde8f1bb530ce7a033033b5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:a6a1152188a6d2cab12133e497a5c29549fa0103dcde8f1bb530ce7a033033b5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b6f91ba9a89207a2f84a8bb1343179bd74948644a8b1608c2a2d84dee9ad39b5_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b6f91ba9a89207a2f84a8bb1343179bd74948644a8b1608c2a2d84dee9ad39b5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b6f91ba9a89207a2f84a8bb1343179bd74948644a8b1608c2a2d84dee9ad39b5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c21ea57e4b38cb47e5aacc58b218ed97cd4e6ef353d86442236cbe8852c6f648_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c21ea57e4b38cb47e5aacc58b218ed97cd4e6ef353d86442236cbe8852c6f648_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c21ea57e4b38cb47e5aacc58b218ed97cd4e6ef353d86442236cbe8852c6f648_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:56c61752133f5574587fefec75502e2a132871ed033a824f62519117ad0c4620_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:56c61752133f5574587fefec75502e2a132871ed033a824f62519117ad0c4620_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:56c61752133f5574587fefec75502e2a132871ed033a824f62519117ad0c4620_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5eee9a534fd647002e246ccc70b47a79737cbf604c5fa4519d10a8c66865e5a7_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5eee9a534fd647002e246ccc70b47a79737cbf604c5fa4519d10a8c66865e5a7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5eee9a534fd647002e246ccc70b47a79737cbf604c5fa4519d10a8c66865e5a7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b1428b294b7752d6d56fa95d6630aad0b6d205991537ddc3274a7062c13df3dc_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b1428b294b7752d6d56fa95d6630aad0b6d205991537ddc3274a7062c13df3dc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b1428b294b7752d6d56fa95d6630aad0b6d205991537ddc3274a7062c13df3dc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c363dd15dc780181855ed7e8af09bf148d9e38d562cc54d90842f95ccecce36f_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c363dd15dc780181855ed7e8af09bf148d9e38d562cc54d90842f95ccecce36f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c363dd15dc780181855ed7e8af09bf148d9e38d562cc54d90842f95ccecce36f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3978c02a12f2469999e833a2cd001a08741c4d9bd22ebe211bfdbac17563ddf0_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3978c02a12f2469999e833a2cd001a08741c4d9bd22ebe211bfdbac17563ddf0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3978c02a12f2469999e833a2cd001a08741c4d9bd22ebe211bfdbac17563ddf0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8d20d5c213a86a2d9cf1d4e8ea351a70e2bc1e8864e7435baa701aef3b22441b_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8d20d5c213a86a2d9cf1d4e8ea351a70e2bc1e8864e7435baa701aef3b22441b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8d20d5c213a86a2d9cf1d4e8ea351a70e2bc1e8864e7435baa701aef3b22441b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ad84f2d6f695c6c999a82e33cee9938544352a648c0e72adeaee0803289077c9_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ad84f2d6f695c6c999a82e33cee9938544352a648c0e72adeaee0803289077c9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ad84f2d6f695c6c999a82e33cee9938544352a648c0e72adeaee0803289077c9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d872bcf33f5d4d6f1a074bef0091e74de82b3b1a883b9004aa1f6193b84904fb_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d872bcf33f5d4d6f1a074bef0091e74de82b3b1a883b9004aa1f6193b84904fb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d872bcf33f5d4d6f1a074bef0091e74de82b3b1a883b9004aa1f6193b84904fb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:027641f0d532c5d06663e838ddee798513282838efa12811ede36e1b8669949e_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:027641f0d532c5d06663e838ddee798513282838efa12811ede36e1b8669949e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:027641f0d532c5d06663e838ddee798513282838efa12811ede36e1b8669949e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:198fbdb0d6d4bf699a9186c06c310e4eca0c3252ae8e0d64ea1c68d7b67c2bfe_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:198fbdb0d6d4bf699a9186c06c310e4eca0c3252ae8e0d64ea1c68d7b67c2bfe_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:198fbdb0d6d4bf699a9186c06c310e4eca0c3252ae8e0d64ea1c68d7b67c2bfe_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1a3fb2aa3ceac5c827d7cde1cc0296d6974663d3f5b4139390cb29dee2bbcc20_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1a3fb2aa3ceac5c827d7cde1cc0296d6974663d3f5b4139390cb29dee2bbcc20_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1a3fb2aa3ceac5c827d7cde1cc0296d6974663d3f5b4139390cb29dee2bbcc20_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:51a53812eecfb69e77afa538400463c7eb51710777e9d9573804d2d9eab5d307_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:51a53812eecfb69e77afa538400463c7eb51710777e9d9573804d2d9eab5d307_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:51a53812eecfb69e77afa538400463c7eb51710777e9d9573804d2d9eab5d307_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:19cdd4cd8546c53530e098641c6c83e2f38f05f2d046c6a9fddc3c8002a01fa1_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:19cdd4cd8546c53530e098641c6c83e2f38f05f2d046c6a9fddc3c8002a01fa1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:19cdd4cd8546c53530e098641c6c83e2f38f05f2d046c6a9fddc3c8002a01fa1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:27b826d0ac202a4321d2d28bfe26376b405458781f04acd607c3a27bebe83651_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:27b826d0ac202a4321d2d28bfe26376b405458781f04acd607c3a27bebe83651_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:27b826d0ac202a4321d2d28bfe26376b405458781f04acd607c3a27bebe83651_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b1c377c3a99dc0a9a6a39dfccae28c7e5a11674342530a05b237a33117c980f4_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b1c377c3a99dc0a9a6a39dfccae28c7e5a11674342530a05b237a33117c980f4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b1c377c3a99dc0a9a6a39dfccae28c7e5a11674342530a05b237a33117c980f4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b230c7f6c243ccfc43e6b50809f916d3247f8daad3c750220020ec4337b126a6_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b230c7f6c243ccfc43e6b50809f916d3247f8daad3c750220020ec4337b126a6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b230c7f6c243ccfc43e6b50809f916d3247f8daad3c750220020ec4337b126a6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:42cfb65c46f9f63ae3227c0dd5ca2a0a11729ecfb2865f3a4443821a85f7c8d6_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:42cfb65c46f9f63ae3227c0dd5ca2a0a11729ecfb2865f3a4443821a85f7c8d6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:42cfb65c46f9f63ae3227c0dd5ca2a0a11729ecfb2865f3a4443821a85f7c8d6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6ca3200ace5f9b6c36c20185dfbac37ef4cfb171f3a99eb9c746e52031bf380e_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6ca3200ace5f9b6c36c20185dfbac37ef4cfb171f3a99eb9c746e52031bf380e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6ca3200ace5f9b6c36c20185dfbac37ef4cfb171f3a99eb9c746e52031bf380e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a9edb90a7efaeaada322b051c1b4cda47df859fad20ed42574fbe0fa00d15324_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a9edb90a7efaeaada322b051c1b4cda47df859fad20ed42574fbe0fa00d15324_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a9edb90a7efaeaada322b051c1b4cda47df859fad20ed42574fbe0fa00d15324_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bf0602fddb6c09c5c20a33abf72b947cf7ec8de6ef68144d2f4b1a1a9ad906ba_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bf0602fddb6c09c5c20a33abf72b947cf7ec8de6ef68144d2f4b1a1a9ad906ba_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bf0602fddb6c09c5c20a33abf72b947cf7ec8de6ef68144d2f4b1a1a9ad906ba_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:13df2c323a0db01668777fb495bc342806443b5c0992fe7f9ede76a0e731e2b2_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:13df2c323a0db01668777fb495bc342806443b5c0992fe7f9ede76a0e731e2b2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:13df2c323a0db01668777fb495bc342806443b5c0992fe7f9ede76a0e731e2b2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:8e564be7535e32f63ff7a84bb61b3586b16b07f4ab6db20b42340dd998f2e919_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:8e564be7535e32f63ff7a84bb61b3586b16b07f4ab6db20b42340dd998f2e919_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:8e564be7535e32f63ff7a84bb61b3586b16b07f4ab6db20b42340dd998f2e919_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:29b338177ad61fbe618240d520eb180c1faa54fcd4be63c0d2d16f5221c4d7c9_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:29b338177ad61fbe618240d520eb180c1faa54fcd4be63c0d2d16f5221c4d7c9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:29b338177ad61fbe618240d520eb180c1faa54fcd4be63c0d2d16f5221c4d7c9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:97b5466389d9b1e4c54dce29bfb42e901ac2c4aa39edaf99c35f30a766d38b78_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:97b5466389d9b1e4c54dce29bfb42e901ac2c4aa39edaf99c35f30a766d38b78_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:97b5466389d9b1e4c54dce29bfb42e901ac2c4aa39edaf99c35f30a766d38b78_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:989cd4643516ba83c661cff6bb217cc25d502febc80344e08e90c6eef8d24088_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:989cd4643516ba83c661cff6bb217cc25d502febc80344e08e90c6eef8d24088_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:989cd4643516ba83c661cff6bb217cc25d502febc80344e08e90c6eef8d24088_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:adec59d5a5ca059167c1dab49e6e1e6363c1788833f2cbc2381cb7d88a98864b_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:adec59d5a5ca059167c1dab49e6e1e6363c1788833f2cbc2381cb7d88a98864b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:adec59d5a5ca059167c1dab49e6e1e6363c1788833f2cbc2381cb7d88a98864b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f821e1e8479c74d1a672e049e187d68cc4845e7efb417e9e4e4fa99628f3ea99_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f821e1e8479c74d1a672e049e187d68cc4845e7efb417e9e4e4fa99628f3ea99_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f821e1e8479c74d1a672e049e187d68cc4845e7efb417e9e4e4fa99628f3ea99_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:4eef2a136a4fc3a9deb0c5999546aa8d498c3553107d1e0eda9d394b2f412169_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:4eef2a136a4fc3a9deb0c5999546aa8d498c3553107d1e0eda9d394b2f412169_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:4eef2a136a4fc3a9deb0c5999546aa8d498c3553107d1e0eda9d394b2f412169_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b31560936594f27a81750c2d73f97385d7b3ac87cfa7c75e1a4fc224243eb_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b31560936594f27a81750c2d73f97385d7b3ac87cfa7c75e1a4fc224243eb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b31560936594f27a81750c2d73f97385d7b3ac87cfa7c75e1a4fc224243eb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:bb3bda07b0ab9cc97889a530b1da6d7eb3f7f9c8a98f9b867bb3a93da7694625_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:bb3bda07b0ab9cc97889a530b1da6d7eb3f7f9c8a98f9b867bb3a93da7694625_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:bb3bda07b0ab9cc97889a530b1da6d7eb3f7f9c8a98f9b867bb3a93da7694625_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d50f44b5a5797797b9595f99e3b24684908cc28d317ca00791bb6a7406e15636_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d50f44b5a5797797b9595f99e3b24684908cc28d317ca00791bb6a7406e15636_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d50f44b5a5797797b9595f99e3b24684908cc28d317ca00791bb6a7406e15636_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ec2e637888e698016d6df6cbf4be6d44e5a2f544e7b81884982e06ee632a9ed_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ec2e637888e698016d6df6cbf4be6d44e5a2f544e7b81884982e06ee632a9ed_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ec2e637888e698016d6df6cbf4be6d44e5a2f544e7b81884982e06ee632a9ed_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3c569b4e1ed989074b129cb91b307cfa10c8305b037b284b23bde4981f551238_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3c569b4e1ed989074b129cb91b307cfa10c8305b037b284b23bde4981f551238_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3c569b4e1ed989074b129cb91b307cfa10c8305b037b284b23bde4981f551238_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:4ddb2823de8624d7d45aa16adabddb92faed392e71c2d1a0b3e640be91b731f6_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:4ddb2823de8624d7d45aa16adabddb92faed392e71c2d1a0b3e640be91b731f6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:4ddb2823de8624d7d45aa16adabddb92faed392e71c2d1a0b3e640be91b731f6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d3b7e9f39e5238f011f9328467c72a8cb8cf99d4bed7ac0593edb9ec5bbc90fd_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d3b7e9f39e5238f011f9328467c72a8cb8cf99d4bed7ac0593edb9ec5bbc90fd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d3b7e9f39e5238f011f9328467c72a8cb8cf99d4bed7ac0593edb9ec5bbc90fd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:24e49f3b5ed9df72849a33dd7fbd4a0b01b8c3be79705d6e23ae48e3fd164133_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:24e49f3b5ed9df72849a33dd7fbd4a0b01b8c3be79705d6e23ae48e3fd164133_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:24e49f3b5ed9df72849a33dd7fbd4a0b01b8c3be79705d6e23ae48e3fd164133_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a9ce73e1f17b21b9bf2ecfa7e35f5d8e9c72620076bed594e217b870057185ca_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a9ce73e1f17b21b9bf2ecfa7e35f5d8e9c72620076bed594e217b870057185ca_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a9ce73e1f17b21b9bf2ecfa7e35f5d8e9c72620076bed594e217b870057185ca_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bc2fc4c0e55023974c90506cc14c51cf73741e9490632453687edf404b3c485c_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bc2fc4c0e55023974c90506cc14c51cf73741e9490632453687edf404b3c485c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bc2fc4c0e55023974c90506cc14c51cf73741e9490632453687edf404b3c485c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ee9af4af02c40524e182fb1893b8bd59785be7d508111c5b0415f0caaadefcc3_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ee9af4af02c40524e182fb1893b8bd59785be7d508111c5b0415f0caaadefcc3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ee9af4af02c40524e182fb1893b8bd59785be7d508111c5b0415f0caaadefcc3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:971256d54a4e10a29080f656d5de3b6281f27c77a40c0dc7352f1f05ab83eb11_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:971256d54a4e10a29080f656d5de3b6281f27c77a40c0dc7352f1f05ab83eb11_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:971256d54a4e10a29080f656d5de3b6281f27c77a40c0dc7352f1f05ab83eb11_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d4fc699ea35d0f1e96e825d2db3f21628e25589ba57c40ce771ed210aac5d588_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d4fc699ea35d0f1e96e825d2db3f21628e25589ba57c40ce771ed210aac5d588_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d4fc699ea35d0f1e96e825d2db3f21628e25589ba57c40ce771ed210aac5d588_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e3d0f624ec4e265daaed3072e9f9dc85668a917d49c96ebaa1c7bc05ca636197_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e3d0f624ec4e265daaed3072e9f9dc85668a917d49c96ebaa1c7bc05ca636197_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e3d0f624ec4e265daaed3072e9f9dc85668a917d49c96ebaa1c7bc05ca636197_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e47600e5f91aad639de386e422056d431450e5dc3560d30ad16b0b0bd240e371_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e47600e5f91aad639de386e422056d431450e5dc3560d30ad16b0b0bd240e371_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e47600e5f91aad639de386e422056d431450e5dc3560d30ad16b0b0bd240e371_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1cba0b4f393f1927ff5386a9b2ed74fed87a58e4b2d4a38f34fffedd30da14a0_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1cba0b4f393f1927ff5386a9b2ed74fed87a58e4b2d4a38f34fffedd30da14a0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1cba0b4f393f1927ff5386a9b2ed74fed87a58e4b2d4a38f34fffedd30da14a0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3b8bfd739f87585230904007f0b438b4bc9d79337f0e9038887bb7f297b681b6_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3b8bfd739f87585230904007f0b438b4bc9d79337f0e9038887bb7f297b681b6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3b8bfd739f87585230904007f0b438b4bc9d79337f0e9038887bb7f297b681b6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9c7b3d916bac7900ed009cf82a03607fe68fb924805ea37e9950ff3fd6c73b44_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9c7b3d916bac7900ed009cf82a03607fe68fb924805ea37e9950ff3fd6c73b44_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9c7b3d916bac7900ed009cf82a03607fe68fb924805ea37e9950ff3fd6c73b44_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c0fe58445dbc3f94bb9a041ee4ac81d6e1ebef0eef6b2468c288be51d947555c_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c0fe58445dbc3f94bb9a041ee4ac81d6e1ebef0eef6b2468c288be51d947555c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c0fe58445dbc3f94bb9a041ee4ac81d6e1ebef0eef6b2468c288be51d947555c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9c772d8d7af17818a38e2004fbdd7673bdaddea0c36daf239dfe65a49f78c212_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9c772d8d7af17818a38e2004fbdd7673bdaddea0c36daf239dfe65a49f78c212_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9c772d8d7af17818a38e2004fbdd7673bdaddea0c36daf239dfe65a49f78c212_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:acdda550e575dc7add42439a856726b3833c5d6d98dd9976f30be4b781a11a82_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:acdda550e575dc7add42439a856726b3833c5d6d98dd9976f30be4b781a11a82_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:acdda550e575dc7add42439a856726b3833c5d6d98dd9976f30be4b781a11a82_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b5be0c8ab080114879aafc5d2526924d32306ff545c06dba64c947ca68736f91_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b5be0c8ab080114879aafc5d2526924d32306ff545c06dba64c947ca68736f91_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b5be0c8ab080114879aafc5d2526924d32306ff545c06dba64c947ca68736f91_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bc413067c8cc3e6c40a9be4ea896d911cf6b3adbbbe4c8e85fcb243bbc7bc2ea_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bc413067c8cc3e6c40a9be4ea896d911cf6b3adbbbe4c8e85fcb243bbc7bc2ea_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bc413067c8cc3e6c40a9be4ea896d911cf6b3adbbbe4c8e85fcb243bbc7bc2ea_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4b39c2a3d10a1e059c3f52bbbad6df20e52e47a422119d51806b59bda8e7e97a_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4b39c2a3d10a1e059c3f52bbbad6df20e52e47a422119d51806b59bda8e7e97a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4b39c2a3d10a1e059c3f52bbbad6df20e52e47a422119d51806b59bda8e7e97a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5f0f4b8edf205f47a263878372c0fc80e1531f3d197d882a83cc6a2bf980c277_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5f0f4b8edf205f47a263878372c0fc80e1531f3d197d882a83cc6a2bf980c277_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5f0f4b8edf205f47a263878372c0fc80e1531f3d197d882a83cc6a2bf980c277_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:78987fc04ce330fd8ffb8a96e1f25e8ece8360680bbbf4c8854f1ba1f598f2f6_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:78987fc04ce330fd8ffb8a96e1f25e8ece8360680bbbf4c8854f1ba1f598f2f6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:78987fc04ce330fd8ffb8a96e1f25e8ece8360680bbbf4c8854f1ba1f598f2f6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a43046599cdb529aa9a2672b628a7495690b03379c7dd4ec7bd744b01793943d_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a43046599cdb529aa9a2672b628a7495690b03379c7dd4ec7bd744b01793943d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a43046599cdb529aa9a2672b628a7495690b03379c7dd4ec7bd744b01793943d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:25b8603f08442f61b433250cb6f4839cf2cff118df56d1d7e12b3b09e859a278_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:25b8603f08442f61b433250cb6f4839cf2cff118df56d1d7e12b3b09e859a278_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:25b8603f08442f61b433250cb6f4839cf2cff118df56d1d7e12b3b09e859a278_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:912bcfa64c2dc40a0f8573e595001fdf9dd3280e4babb503198aa019c4c94dcb_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:912bcfa64c2dc40a0f8573e595001fdf9dd3280e4babb503198aa019c4c94dcb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:912bcfa64c2dc40a0f8573e595001fdf9dd3280e4babb503198aa019c4c94dcb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9f84034243c6dc1341a059730c81b05bc6626b913524f8d854e7d13c59eb4d45_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9f84034243c6dc1341a059730c81b05bc6626b913524f8d854e7d13c59eb4d45_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9f84034243c6dc1341a059730c81b05bc6626b913524f8d854e7d13c59eb4d45_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d9683ec09f7d3d0c73eb626fa7132ea0d7f731893506437d76db27bef51ae518_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d9683ec09f7d3d0c73eb626fa7132ea0d7f731893506437d76db27bef51ae518_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d9683ec09f7d3d0c73eb626fa7132ea0d7f731893506437d76db27bef51ae518_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:13573ab2e748690c65900137ee67fa558a1938fc2c4d92deb6b308809a77dbc7_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:13573ab2e748690c65900137ee67fa558a1938fc2c4d92deb6b308809a77dbc7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:13573ab2e748690c65900137ee67fa558a1938fc2c4d92deb6b308809a77dbc7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:279fef1862c07ed7b949895843d80c54180a704411df4bd4059135dab63900d9_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:279fef1862c07ed7b949895843d80c54180a704411df4bd4059135dab63900d9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:279fef1862c07ed7b949895843d80c54180a704411df4bd4059135dab63900d9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7c527388a78edbc77d6a9db9ba9d5c8ddb302220d69734f4e0bfc26b63b3dcb1_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7c527388a78edbc77d6a9db9ba9d5c8ddb302220d69734f4e0bfc26b63b3dcb1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7c527388a78edbc77d6a9db9ba9d5c8ddb302220d69734f4e0bfc26b63b3dcb1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e601bc25408a2eb5735db7d2595f969a59da9560516715ad781cff5e4a57f2cb_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e601bc25408a2eb5735db7d2595f969a59da9560516715ad781cff5e4a57f2cb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e601bc25408a2eb5735db7d2595f969a59da9560516715ad781cff5e4a57f2cb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:264fff5b66ca49266cfadcee9765ba0b34bccff8dfdb12e5444db97af4913095_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:264fff5b66ca49266cfadcee9765ba0b34bccff8dfdb12e5444db97af4913095_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:264fff5b66ca49266cfadcee9765ba0b34bccff8dfdb12e5444db97af4913095_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8f14a597769b040fed9d1c1d610b6023734dadee91cc28588b65efb25f6308ae_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8f14a597769b040fed9d1c1d610b6023734dadee91cc28588b65efb25f6308ae_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8f14a597769b040fed9d1c1d610b6023734dadee91cc28588b65efb25f6308ae_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:bf78d9a4afa92e68d8018283114bbc7fd11fe0a9b357b75a00395ad630ddde75_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:bf78d9a4afa92e68d8018283114bbc7fd11fe0a9b357b75a00395ad630ddde75_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:bf78d9a4afa92e68d8018283114bbc7fd11fe0a9b357b75a00395ad630ddde75_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dd57cd8ba112502a28c74d7f9e021035a061e1f51377ac0510dd02a303f14f37_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dd57cd8ba112502a28c74d7f9e021035a061e1f51377ac0510dd02a303f14f37_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dd57cd8ba112502a28c74d7f9e021035a061e1f51377ac0510dd02a303f14f37_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1e3163b559a137ca99141d0913759b5a92cf30e063f6ee2485983a486d97a066_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1e3163b559a137ca99141d0913759b5a92cf30e063f6ee2485983a486d97a066_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1e3163b559a137ca99141d0913759b5a92cf30e063f6ee2485983a486d97a066_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3038ed29c6dd5d46bf8d593c154537615b8d218bc43eb89dc099a546308c5b33_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3038ed29c6dd5d46bf8d593c154537615b8d218bc43eb89dc099a546308c5b33_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3038ed29c6dd5d46bf8d593c154537615b8d218bc43eb89dc099a546308c5b33_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6f5d8e50b9cf127af5334e0b1e97aa1bc466bb1ad8a1dcb2b6c3e7494bf5a1e_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6f5d8e50b9cf127af5334e0b1e97aa1bc466bb1ad8a1dcb2b6c3e7494bf5a1e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6f5d8e50b9cf127af5334e0b1e97aa1bc466bb1ad8a1dcb2b6c3e7494bf5a1e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fa6736bee0e8806b00bf3b6d971e2de5ea49f3f2a89e8cc404d55a70e6f73720_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fa6736bee0e8806b00bf3b6d971e2de5ea49f3f2a89e8cc404d55a70e6f73720_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fa6736bee0e8806b00bf3b6d971e2de5ea49f3f2a89e8cc404d55a70e6f73720_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:09157be733606534b4788e13e47f647c427adb2d36031df979628d1e3d93b096_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:09157be733606534b4788e13e47f647c427adb2d36031df979628d1e3d93b096_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:09157be733606534b4788e13e47f647c427adb2d36031df979628d1e3d93b096_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2c52bc991f789cb2582b4fcd0fabd20b86b5893d9fcfbf6e9ebbb372cffecbe9_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2c52bc991f789cb2582b4fcd0fabd20b86b5893d9fcfbf6e9ebbb372cffecbe9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2c52bc991f789cb2582b4fcd0fabd20b86b5893d9fcfbf6e9ebbb372cffecbe9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:611ab0d9521d88b9676bcf873b8aaa2fd385087814de0ab05c7c853fe98da20e_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:611ab0d9521d88b9676bcf873b8aaa2fd385087814de0ab05c7c853fe98da20e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:611ab0d9521d88b9676bcf873b8aaa2fd385087814de0ab05c7c853fe98da20e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c6226a0f343e69d720fbc83ad01daedb925fc39d272df78fdacbd847fb075bcf_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c6226a0f343e69d720fbc83ad01daedb925fc39d272df78fdacbd847fb075bcf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c6226a0f343e69d720fbc83ad01daedb925fc39d272df78fdacbd847fb075bcf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:19425f8d71d7b67b74e76c5b770a5e3d918dfde9a9eb3e181c767b4489db01d6_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:19425f8d71d7b67b74e76c5b770a5e3d918dfde9a9eb3e181c767b4489db01d6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:19425f8d71d7b67b74e76c5b770a5e3d918dfde9a9eb3e181c767b4489db01d6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:39f0f3baf0bf65713633aeb91a80cd35779cce2b43e6faa70838e0a87bdb12cd_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:39f0f3baf0bf65713633aeb91a80cd35779cce2b43e6faa70838e0a87bdb12cd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:39f0f3baf0bf65713633aeb91a80cd35779cce2b43e6faa70838e0a87bdb12cd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:804965e59e0147de822be6cc464daa137e45c991e4ff00c7184b6fd8105eb781_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:804965e59e0147de822be6cc464daa137e45c991e4ff00c7184b6fd8105eb781_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:804965e59e0147de822be6cc464daa137e45c991e4ff00c7184b6fd8105eb781_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b9b4777d271c5ea81505111d169134181bd46169ccc05dc65f3b6e59f736d_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b9b4777d271c5ea81505111d169134181bd46169ccc05dc65f3b6e59f736d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b9b4777d271c5ea81505111d169134181bd46169ccc05dc65f3b6e59f736d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1a6e143562b0618b3f5afb6d488e8bcca48d9b0b4f68dc70d77279643325ac52_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1a6e143562b0618b3f5afb6d488e8bcca48d9b0b4f68dc70d77279643325ac52_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1a6e143562b0618b3f5afb6d488e8bcca48d9b0b4f68dc70d77279643325ac52_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:22230fd972b50ad12367aa043fef070d0e580b71e874a0e3fc2f5aaf52839773_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:22230fd972b50ad12367aa043fef070d0e580b71e874a0e3fc2f5aaf52839773_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:22230fd972b50ad12367aa043fef070d0e580b71e874a0e3fc2f5aaf52839773_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3abe2be596ec79e32806af4d66a7350835433c11e8b053385ee6463e65f31d30_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3abe2be596ec79e32806af4d66a7350835433c11e8b053385ee6463e65f31d30_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3abe2be596ec79e32806af4d66a7350835433c11e8b053385ee6463e65f31d30_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bb8fb8cebadac019a3d8c7fb2338a56918ff39aeedd55318fcc7e7c6d60648a7_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bb8fb8cebadac019a3d8c7fb2338a56918ff39aeedd55318fcc7e7c6d60648a7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bb8fb8cebadac019a3d8c7fb2338a56918ff39aeedd55318fcc7e7c6d60648a7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:28dc48f706edfe382aef8370f464836e99a307136561dff65f7e7e8b5dcf9a5e_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:28dc48f706edfe382aef8370f464836e99a307136561dff65f7e7e8b5dcf9a5e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:28dc48f706edfe382aef8370f464836e99a307136561dff65f7e7e8b5dcf9a5e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:533846b923d36de2b953fd071f6f7ad38e60548e9ef1d3f704039bb69b59530f_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:533846b923d36de2b953fd071f6f7ad38e60548e9ef1d3f704039bb69b59530f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:533846b923d36de2b953fd071f6f7ad38e60548e9ef1d3f704039bb69b59530f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:68d5b77732cb2c0b0cb9a7e6f4201570dd8134dcbb21019dfec4bfe1fadbad1a_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:68d5b77732cb2c0b0cb9a7e6f4201570dd8134dcbb21019dfec4bfe1fadbad1a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:68d5b77732cb2c0b0cb9a7e6f4201570dd8134dcbb21019dfec4bfe1fadbad1a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6d20fc820b2b684137df0fe673dd4e98135ee6a8c39a660db8435be44160c4b5_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6d20fc820b2b684137df0fe673dd4e98135ee6a8c39a660db8435be44160c4b5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6d20fc820b2b684137df0fe673dd4e98135ee6a8c39a660db8435be44160c4b5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:48568238316d40eaae138ec218e4d0fb6119c94d9014683bc25934210792500f_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:48568238316d40eaae138ec218e4d0fb6119c94d9014683bc25934210792500f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:48568238316d40eaae138ec218e4d0fb6119c94d9014683bc25934210792500f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:1d1ba67b2ebee648e679f886122e649880437bed73cc62901f26e77087d1f72f_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:1d1ba67b2ebee648e679f886122e649880437bed73cc62901f26e77087d1f72f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:1d1ba67b2ebee648e679f886122e649880437bed73cc62901f26e77087d1f72f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:627e8fa2665e8d19aea0b746867ce31b58cef207d6dea85228b175b96cc95dca_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:627e8fa2665e8d19aea0b746867ce31b58cef207d6dea85228b175b96cc95dca_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:627e8fa2665e8d19aea0b746867ce31b58cef207d6dea85228b175b96cc95dca_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7431114311d645b44e0f98c9a0e92e62a2c412a2b57dc47b52f1e4c5ae0baea7_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7431114311d645b44e0f98c9a0e92e62a2c412a2b57dc47b52f1e4c5ae0baea7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7431114311d645b44e0f98c9a0e92e62a2c412a2b57dc47b52f1e4c5ae0baea7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a88a9aa0807380263b476e1e7491c9a4f36def3c403b43fdd30bab55f06e673f_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a88a9aa0807380263b476e1e7491c9a4f36def3c403b43fdd30bab55f06e673f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a88a9aa0807380263b476e1e7491c9a4f36def3c403b43fdd30bab55f06e673f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e38292df09d0b5589b58f31c39ca74147011aafc1a51be00112856a7242cb80d_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e38292df09d0b5589b58f31c39ca74147011aafc1a51be00112856a7242cb80d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e38292df09d0b5589b58f31c39ca74147011aafc1a51be00112856a7242cb80d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:67f16f35ae8e95b90d758bf617c953ffbd0f31d685b9f023c34e5de5c02d1d13_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:67f16f35ae8e95b90d758bf617c953ffbd0f31d685b9f023c34e5de5c02d1d13_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:67f16f35ae8e95b90d758bf617c953ffbd0f31d685b9f023c34e5de5c02d1d13_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ae42289a9ddca85918d07f71db7415d099e8544ead8ae73a0d79e600c1c0f067_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ae42289a9ddca85918d07f71db7415d099e8544ead8ae73a0d79e600c1c0f067_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ae42289a9ddca85918d07f71db7415d099e8544ead8ae73a0d79e600c1c0f067_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfcee1078c7f5425c41f8d3398ae512f2a07d156de7d6e92d24d7f5eb1eecff3_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfcee1078c7f5425c41f8d3398ae512f2a07d156de7d6e92d24d7f5eb1eecff3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfcee1078c7f5425c41f8d3398ae512f2a07d156de7d6e92d24d7f5eb1eecff3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:eb851650658c10b1a102258af7b72aac6db36647d07ec4eac2bfce099ae68e67_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:eb851650658c10b1a102258af7b72aac6db36647d07ec4eac2bfce099ae68e67_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:eb851650658c10b1a102258af7b72aac6db36647d07ec4eac2bfce099ae68e67_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:74efd49cd2880e07cee9aa16b7615504fcd276e8606b7422ffe6a253636462c1_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:74efd49cd2880e07cee9aa16b7615504fcd276e8606b7422ffe6a253636462c1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:74efd49cd2880e07cee9aa16b7615504fcd276e8606b7422ffe6a253636462c1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7ff9273c653a511408a49a0778e9584605b9d24e1069da8a77049f70e2bd5616_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7ff9273c653a511408a49a0778e9584605b9d24e1069da8a77049f70e2bd5616_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7ff9273c653a511408a49a0778e9584605b9d24e1069da8a77049f70e2bd5616_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ad02d1ed96a39fedea9588756c548817e8672b8fa6d3e16f1f53221e3e7d9157_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ad02d1ed96a39fedea9588756c548817e8672b8fa6d3e16f1f53221e3e7d9157_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ad02d1ed96a39fedea9588756c548817e8672b8fa6d3e16f1f53221e3e7d9157_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b10f0eaa64d49ea5763131b8ddd134da6771b835333a4f5ac9ffdaa13cbd08f9_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b10f0eaa64d49ea5763131b8ddd134da6771b835333a4f5ac9ffdaa13cbd08f9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b10f0eaa64d49ea5763131b8ddd134da6771b835333a4f5ac9ffdaa13cbd08f9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6c75dc3551d30161fe15ddb87170bd7ac33cb19b242907e99a9f2b003659efc4_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6c75dc3551d30161fe15ddb87170bd7ac33cb19b242907e99a9f2b003659efc4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6c75dc3551d30161fe15ddb87170bd7ac33cb19b242907e99a9f2b003659efc4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7cc7c37a8ce0bc5a1de200fa97525c35943d5fe789787d642c4a3079c251c4eb_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7cc7c37a8ce0bc5a1de200fa97525c35943d5fe789787d642c4a3079c251c4eb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7cc7c37a8ce0bc5a1de200fa97525c35943d5fe789787d642c4a3079c251c4eb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dd8dfd22f1e93168de72dae9a266654563fd41d605c65b4bb15f20ec65fd53f6_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dd8dfd22f1e93168de72dae9a266654563fd41d605c65b4bb15f20ec65fd53f6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dd8dfd22f1e93168de72dae9a266654563fd41d605c65b4bb15f20ec65fd53f6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:e651483d73deaf4125ae3c2729bd8a42b277df79a6ff056a99ee3e78e2164877_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:e651483d73deaf4125ae3c2729bd8a42b277df79a6ff056a99ee3e78e2164877_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:e651483d73deaf4125ae3c2729bd8a42b277df79a6ff056a99ee3e78e2164877_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6590ef2d757e5ac11ffacdf6de04ac112e96f4bc058b97aae1facfbc9bfb9317_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6590ef2d757e5ac11ffacdf6de04ac112e96f4bc058b97aae1facfbc9bfb9317_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6590ef2d757e5ac11ffacdf6de04ac112e96f4bc058b97aae1facfbc9bfb9317_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8bc45cb12c534a1dcaeef41b7ad0a4cd8ac0e3b0041aaa0cc3a9b917602ba5df_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8bc45cb12c534a1dcaeef41b7ad0a4cd8ac0e3b0041aaa0cc3a9b917602ba5df_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8bc45cb12c534a1dcaeef41b7ad0a4cd8ac0e3b0041aaa0cc3a9b917602ba5df_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:92e18d38fe9dfbf0e50933d15f4178cc149b3e4eb535ccf0fc0da030d758f435_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:92e18d38fe9dfbf0e50933d15f4178cc149b3e4eb535ccf0fc0da030d758f435_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:92e18d38fe9dfbf0e50933d15f4178cc149b3e4eb535ccf0fc0da030d758f435_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:9a77e03eab2a1992fcd1c0a1f1c978755e236843ee4472bb551968fb16568334_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:9a77e03eab2a1992fcd1c0a1f1c978755e236843ee4472bb551968fb16568334_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:9a77e03eab2a1992fcd1c0a1f1c978755e236843ee4472bb551968fb16568334_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:686e7784cda9016a460c9196a522f1fb510546cad343e26f510bea264ab9b515_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:686e7784cda9016a460c9196a522f1fb510546cad343e26f510bea264ab9b515_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:686e7784cda9016a460c9196a522f1fb510546cad343e26f510bea264ab9b515_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:77d58cca07f50ed35b30a97c24f66abf5fd5482be3c2a86df38b5d0e4b41e4b5_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:77d58cca07f50ed35b30a97c24f66abf5fd5482be3c2a86df38b5d0e4b41e4b5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:77d58cca07f50ed35b30a97c24f66abf5fd5482be3c2a86df38b5d0e4b41e4b5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:a553758f4aecd97de2202ffc5d96370765e1f92a11fa4ca464ad13037d7c1a70_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:a553758f4aecd97de2202ffc5d96370765e1f92a11fa4ca464ad13037d7c1a70_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:a553758f4aecd97de2202ffc5d96370765e1f92a11fa4ca464ad13037d7c1a70_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d09813fbb679d41aece1f097ecf3797adf142242feb12769a604c37df1b6d80a_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d09813fbb679d41aece1f097ecf3797adf142242feb12769a604c37df1b6d80a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d09813fbb679d41aece1f097ecf3797adf142242feb12769a604c37df1b6d80a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3a967546fc93fbe58afe72caa5892b712c5b96072d3cfccc1c7d9b27cc6fd6fd_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3a967546fc93fbe58afe72caa5892b712c5b96072d3cfccc1c7d9b27cc6fd6fd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3a967546fc93fbe58afe72caa5892b712c5b96072d3cfccc1c7d9b27cc6fd6fd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4d09ecbb6bc7010c93d65d8bae5a368326d1b52bb7f7410d30dd068b4b9c1aff_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4d09ecbb6bc7010c93d65d8bae5a368326d1b52bb7f7410d30dd068b4b9c1aff_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4d09ecbb6bc7010c93d65d8bae5a368326d1b52bb7f7410d30dd068b4b9c1aff_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:78a9ba8fadeb516fb48a37ad2abef78f57a09b5e701a31ca41e4bfefe493d781_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:78a9ba8fadeb516fb48a37ad2abef78f57a09b5e701a31ca41e4bfefe493d781_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:78a9ba8fadeb516fb48a37ad2abef78f57a09b5e701a31ca41e4bfefe493d781_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b44e2dd5cd2daac1ef6849feb0b313950e0616586fdcc843a051788fa071a4ff_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b44e2dd5cd2daac1ef6849feb0b313950e0616586fdcc843a051788fa071a4ff_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b44e2dd5cd2daac1ef6849feb0b313950e0616586fdcc843a051788fa071a4ff_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5d94083e84fbdaa57cd8723c20bfa1bf0d2eaa0cef52c662975b286785db8cb5_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5d94083e84fbdaa57cd8723c20bfa1bf0d2eaa0cef52c662975b286785db8cb5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5d94083e84fbdaa57cd8723c20bfa1bf0d2eaa0cef52c662975b286785db8cb5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7662aeec067c8b3bd0203da4d87e0837eb624acc7dffab9c0eda8081d992fc55_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7662aeec067c8b3bd0203da4d87e0837eb624acc7dffab9c0eda8081d992fc55_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7662aeec067c8b3bd0203da4d87e0837eb624acc7dffab9c0eda8081d992fc55_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c95e0922aa74f51030c35cdf1ee704f01ece7b4ec53f361055f4cfc58e464bb9_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c95e0922aa74f51030c35cdf1ee704f01ece7b4ec53f361055f4cfc58e464bb9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c95e0922aa74f51030c35cdf1ee704f01ece7b4ec53f361055f4cfc58e464bb9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e4ae1090a43cdf4a540f1a2cb376a93d2f74449ac44ba6d0484e4612579b3d43_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e4ae1090a43cdf4a540f1a2cb376a93d2f74449ac44ba6d0484e4612579b3d43_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e4ae1090a43cdf4a540f1a2cb376a93d2f74449ac44ba6d0484e4612579b3d43_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:48c47a452810fe65a21fa858b102a2e7d9469e1143c51857844a0a74ebf03661_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:48c47a452810fe65a21fa858b102a2e7d9469e1143c51857844a0a74ebf03661_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:48c47a452810fe65a21fa858b102a2e7d9469e1143c51857844a0a74ebf03661_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5ccd0d2687e836eea86fcdcfbc73c7bdced8bfe2050c466860306d246375f0b2_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5ccd0d2687e836eea86fcdcfbc73c7bdced8bfe2050c466860306d246375f0b2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5ccd0d2687e836eea86fcdcfbc73c7bdced8bfe2050c466860306d246375f0b2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7fd64ebc835133fcf6fe9d286f18f790b12295dcd904d61cd255c97e49f216b5_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7fd64ebc835133fcf6fe9d286f18f790b12295dcd904d61cd255c97e49f216b5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7fd64ebc835133fcf6fe9d286f18f790b12295dcd904d61cd255c97e49f216b5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e862f18a4bdd246891a49434389e8dae5d73a68aec6d548dd282f3c56396be98_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e862f18a4bdd246891a49434389e8dae5d73a68aec6d548dd282f3c56396be98_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e862f18a4bdd246891a49434389e8dae5d73a68aec6d548dd282f3c56396be98_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0772170993a9fc0531aa948ee3f4c83a8e530802f7d6fe246a0688026c050d27_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0772170993a9fc0531aa948ee3f4c83a8e530802f7d6fe246a0688026c050d27_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0772170993a9fc0531aa948ee3f4c83a8e530802f7d6fe246a0688026c050d27_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c1b6b3c81c49bd764dce7fcb732f14f378aad992c953cdac86872b4113e8168_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c1b6b3c81c49bd764dce7fcb732f14f378aad992c953cdac86872b4113e8168_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c1b6b3c81c49bd764dce7fcb732f14f378aad992c953cdac86872b4113e8168_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:307efea31da6d72e50def18e1c08bae9e05ac8991d90379280c15f69c93be375_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:307efea31da6d72e50def18e1c08bae9e05ac8991d90379280c15f69c93be375_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:307efea31da6d72e50def18e1c08bae9e05ac8991d90379280c15f69c93be375_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f366a95bf18554cb9b48af250be89970e4c6b1fadbb97543db8bc202eefe282a_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f366a95bf18554cb9b48af250be89970e4c6b1fadbb97543db8bc202eefe282a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f366a95bf18554cb9b48af250be89970e4c6b1fadbb97543db8bc202eefe282a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:09b9a909358f49dc84cf863e418fa79a72c5f23ce05cbd4045b2c966147b4edb_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:09b9a909358f49dc84cf863e418fa79a72c5f23ce05cbd4045b2c966147b4edb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:09b9a909358f49dc84cf863e418fa79a72c5f23ce05cbd4045b2c966147b4edb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1ce1ac2cafe2162c4070a5b60087ecdc520db1e90a433183157c554f86a8bdcf_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1ce1ac2cafe2162c4070a5b60087ecdc520db1e90a433183157c554f86a8bdcf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1ce1ac2cafe2162c4070a5b60087ecdc520db1e90a433183157c554f86a8bdcf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2c984681915470552c6cf4dbd2c900d14f29d9a6632d7d937d2fbdf1cf16a5d6_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2c984681915470552c6cf4dbd2c900d14f29d9a6632d7d937d2fbdf1cf16a5d6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2c984681915470552c6cf4dbd2c900d14f29d9a6632d7d937d2fbdf1cf16a5d6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b3809b2f792a8b57efc13591b88232ca2b83fd116ea1a6ce9c05ec39733bcfaa_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b3809b2f792a8b57efc13591b88232ca2b83fd116ea1a6ce9c05ec39733bcfaa_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b3809b2f792a8b57efc13591b88232ca2b83fd116ea1a6ce9c05ec39733bcfaa_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c37ef0e5d795a727e79d2749570d7c42876e2884561857149a17793543b9fad_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c37ef0e5d795a727e79d2749570d7c42876e2884561857149a17793543b9fad_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c37ef0e5d795a727e79d2749570d7c42876e2884561857149a17793543b9fad_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:45b239b4328e73574050498d8a59fae10b1788642bfd3fdfd487a59654f2395f_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:45b239b4328e73574050498d8a59fae10b1788642bfd3fdfd487a59654f2395f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:45b239b4328e73574050498d8a59fae10b1788642bfd3fdfd487a59654f2395f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d0eac8a6dea99105af2917f089cc423a7c21820cdb7ea4a3f793381cd07f43f7_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d0eac8a6dea99105af2917f089cc423a7c21820cdb7ea4a3f793381cd07f43f7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d0eac8a6dea99105af2917f089cc423a7c21820cdb7ea4a3f793381cd07f43f7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e9625244e5cf3f4fd7e6d69a8076069e24079672e2c4bc4df7733ef31c3aad9b_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e9625244e5cf3f4fd7e6d69a8076069e24079672e2c4bc4df7733ef31c3aad9b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e9625244e5cf3f4fd7e6d69a8076069e24079672e2c4bc4df7733ef31c3aad9b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:25939a8eacf00a315bfaecb90901a20f2d314f186c1a23ee0814ca611866ed5e_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:25939a8eacf00a315bfaecb90901a20f2d314f186c1a23ee0814ca611866ed5e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:25939a8eacf00a315bfaecb90901a20f2d314f186c1a23ee0814ca611866ed5e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3b3fe898a633924c2e0f803ca944cc63d99359966004c6aba6a05c446a0539dd_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3b3fe898a633924c2e0f803ca944cc63d99359966004c6aba6a05c446a0539dd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3b3fe898a633924c2e0f803ca944cc63d99359966004c6aba6a05c446a0539dd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:55a048f1d9ac836497f7783369b5b582727df86cc64fe7df91c463db1fc0ff30_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:55a048f1d9ac836497f7783369b5b582727df86cc64fe7df91c463db1fc0ff30_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:55a048f1d9ac836497f7783369b5b582727df86cc64fe7df91c463db1fc0ff30_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:88990b2047d4ab9055afba0c6f8895f30a132c361722a1524bed1671527d99f9_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:88990b2047d4ab9055afba0c6f8895f30a132c361722a1524bed1671527d99f9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:88990b2047d4ab9055afba0c6f8895f30a132c361722a1524bed1671527d99f9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4bab889d5262b3f891b99f0a521f6d4511641313cc1d3a5970cc2182c52e0fc2_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4bab889d5262b3f891b99f0a521f6d4511641313cc1d3a5970cc2182c52e0fc2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4bab889d5262b3f891b99f0a521f6d4511641313cc1d3a5970cc2182c52e0fc2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4ddc6ce50e06c258b4f24827f1fe5577c4ceb5d68ad925a185dfac5b2b3a661e_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4ddc6ce50e06c258b4f24827f1fe5577c4ceb5d68ad925a185dfac5b2b3a661e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4ddc6ce50e06c258b4f24827f1fe5577c4ceb5d68ad925a185dfac5b2b3a661e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7883c26d4640f30a8fbd635f5442fdb46625d727a1b2382220c454aeac081fe8_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7883c26d4640f30a8fbd635f5442fdb46625d727a1b2382220c454aeac081fe8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7883c26d4640f30a8fbd635f5442fdb46625d727a1b2382220c454aeac081fe8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:955419c1ead9dbc1c2545f367907dd4b1e8133ea23ef65407341e9a505b1cd17_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:955419c1ead9dbc1c2545f367907dd4b1e8133ea23ef65407341e9a505b1cd17_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:955419c1ead9dbc1c2545f367907dd4b1e8133ea23ef65407341e9a505b1cd17_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:206e503ccabc3f5a01f11ea5026cb64ad6ae62adf2eb9044386efac6586cf332_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:206e503ccabc3f5a01f11ea5026cb64ad6ae62adf2eb9044386efac6586cf332_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:206e503ccabc3f5a01f11ea5026cb64ad6ae62adf2eb9044386efac6586cf332_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c2d2155a6d299536662cff9c5a8474680dc8d9c514b152e87421feac7cdcc22f_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c2d2155a6d299536662cff9c5a8474680dc8d9c514b152e87421feac7cdcc22f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c2d2155a6d299536662cff9c5a8474680dc8d9c514b152e87421feac7cdcc22f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:e62baadcd61bdc045c205ce81a3b2b650be73e7b3a5dd5cb53ea4c2f8a181f0a_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:e62baadcd61bdc045c205ce81a3b2b650be73e7b3a5dd5cb53ea4c2f8a181f0a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:e62baadcd61bdc045c205ce81a3b2b650be73e7b3a5dd5cb53ea4c2f8a181f0a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fab5b1965457ca46faaf5d1e6882c17ac2f0e1db5017cc81ff4da8a9083cc838_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fab5b1965457ca46faaf5d1e6882c17ac2f0e1db5017cc81ff4da8a9083cc838_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fab5b1965457ca46faaf5d1e6882c17ac2f0e1db5017cc81ff4da8a9083cc838_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3e9733932088db40e1d1dc25250b68d83aae6fdaa33923c2593ffc6f10b84984_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3e9733932088db40e1d1dc25250b68d83aae6fdaa33923c2593ffc6f10b84984_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3e9733932088db40e1d1dc25250b68d83aae6fdaa33923c2593ffc6f10b84984_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:62ff6e225c6c72f9c9b0bb33014544d1e02a30ff9092c25fddf72d9ebc8782dd_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:62ff6e225c6c72f9c9b0bb33014544d1e02a30ff9092c25fddf72d9ebc8782dd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:62ff6e225c6c72f9c9b0bb33014544d1e02a30ff9092c25fddf72d9ebc8782dd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:70259c080741f045c19c2dfb1fcd5069e9eb7e413294d855262975ae03e60b6a_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:70259c080741f045c19c2dfb1fcd5069e9eb7e413294d855262975ae03e60b6a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:70259c080741f045c19c2dfb1fcd5069e9eb7e413294d855262975ae03e60b6a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a974b10609ceb50c391abab36ecaffb9c6ba62f66b246f529d8f7d1f038165a1_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a974b10609ceb50c391abab36ecaffb9c6ba62f66b246f529d8f7d1f038165a1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a974b10609ceb50c391abab36ecaffb9c6ba62f66b246f529d8f7d1f038165a1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2a8daff0897cef178c43b00d43b3468a3ff9389ebf337533c771210ffc608bc3_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2a8daff0897cef178c43b00d43b3468a3ff9389ebf337533c771210ffc608bc3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2a8daff0897cef178c43b00d43b3468a3ff9389ebf337533c771210ffc608bc3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4c7da9adb32c409132dfefa7ae79fe99d41b6f59c592eea234970279694951ff_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4c7da9adb32c409132dfefa7ae79fe99d41b6f59c592eea234970279694951ff_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4c7da9adb32c409132dfefa7ae79fe99d41b6f59c592eea234970279694951ff_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a54253ba850cb357befc0173748523a1762858066023e04388c94c2d5caacfc9_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a54253ba850cb357befc0173748523a1762858066023e04388c94c2d5caacfc9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a54253ba850cb357befc0173748523a1762858066023e04388c94c2d5caacfc9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d49affc20c2c397c1ed17de7d3a7fb98a3f66efe9f9bd4f4234c0832393df9b2_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d49affc20c2c397c1ed17de7d3a7fb98a3f66efe9f9bd4f4234c0832393df9b2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d49affc20c2c397c1ed17de7d3a7fb98a3f66efe9f9bd4f4234c0832393df9b2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2321dd8c9cc505a677622c5cc680e4f3461c6bf1fa4267cdf7f39383967a0b3a_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2321dd8c9cc505a677622c5cc680e4f3461c6bf1fa4267cdf7f39383967a0b3a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2321dd8c9cc505a677622c5cc680e4f3461c6bf1fa4267cdf7f39383967a0b3a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:582d0856a394c73d8faf8d1792a80ccd8c66d80cf65b9dfea344351d767132d3_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:582d0856a394c73d8faf8d1792a80ccd8c66d80cf65b9dfea344351d767132d3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:582d0856a394c73d8faf8d1792a80ccd8c66d80cf65b9dfea344351d767132d3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:938cea3b81e1b74629b0bee65183b0800518b4b757175d34669fb25f6e5d802b_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:938cea3b81e1b74629b0bee65183b0800518b4b757175d34669fb25f6e5d802b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:938cea3b81e1b74629b0bee65183b0800518b4b757175d34669fb25f6e5d802b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d8e3f695418674002c1dd252757415372d95b38f813a3d432abab774c7427b2e_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d8e3f695418674002c1dd252757415372d95b38f813a3d432abab774c7427b2e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d8e3f695418674002c1dd252757415372d95b38f813a3d432abab774c7427b2e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:8fadf40fe968046de41a4a4c6f643d9077f4908a1e456d7da29e0b0c79f8431e_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:8fadf40fe968046de41a4a4c6f643d9077f4908a1e456d7da29e0b0c79f8431e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:8fadf40fe968046de41a4a4c6f643d9077f4908a1e456d7da29e0b0c79f8431e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b7b73c5b17ad867eaf4066be6b2fb9a322677ec3265c0d1bde2e317f54f7accf_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b7b73c5b17ad867eaf4066be6b2fb9a322677ec3265c0d1bde2e317f54f7accf_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b7b73c5b17ad867eaf4066be6b2fb9a322677ec3265c0d1bde2e317f54f7accf_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dd6c4a3b961b608a71122ddef308287483d90f3a153df4ebd00b4f85b46bd551_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dd6c4a3b961b608a71122ddef308287483d90f3a153df4ebd00b4f85b46bd551_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dd6c4a3b961b608a71122ddef308287483d90f3a153df4ebd00b4f85b46bd551_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f5e86e560d2dd575aa814329ad50a38ad4c7f3c111353e652e55aa5b58033f18_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f5e86e560d2dd575aa814329ad50a38ad4c7f3c111353e652e55aa5b58033f18_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f5e86e560d2dd575aa814329ad50a38ad4c7f3c111353e652e55aa5b58033f18_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:10015b131c57580e5edf1fa90b05b19482ea67ae3b588efb30da1cfb2061deda_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:10015b131c57580e5edf1fa90b05b19482ea67ae3b588efb30da1cfb2061deda_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:10015b131c57580e5edf1fa90b05b19482ea67ae3b588efb30da1cfb2061deda_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:99060fe9572cab596228b61e892ca9b571e3b740c4872ab55e3276d4ad65260b_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:99060fe9572cab596228b61e892ca9b571e3b740c4872ab55e3276d4ad65260b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:99060fe9572cab596228b61e892ca9b571e3b740c4872ab55e3276d4ad65260b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5127b9d0570329e12a37d1c7e38a3ad9a1c990b7b0e1d3f3b31f5ae1146a518a_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5127b9d0570329e12a37d1c7e38a3ad9a1c990b7b0e1d3f3b31f5ae1146a518a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5127b9d0570329e12a37d1c7e38a3ad9a1c990b7b0e1d3f3b31f5ae1146a518a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8403b335a511bc219b98b899e2cf4458347dfc67c8e15440801b1434f03ab555_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8403b335a511bc219b98b899e2cf4458347dfc67c8e15440801b1434f03ab555_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8403b335a511bc219b98b899e2cf4458347dfc67c8e15440801b1434f03ab555_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:8bd350665dfcfcd29e64a93a9c1b700817a99560dcc927a75c13cf22924a557d_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:8bd350665dfcfcd29e64a93a9c1b700817a99560dcc927a75c13cf22924a557d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:8bd350665dfcfcd29e64a93a9c1b700817a99560dcc927a75c13cf22924a557d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b47afa8cdfbab90e0852af59ab14d95b430a2e94245aa9d1c65d1a592f44a90e_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b47afa8cdfbab90e0852af59ab14d95b430a2e94245aa9d1c65d1a592f44a90e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b47afa8cdfbab90e0852af59ab14d95b430a2e94245aa9d1c65d1a592f44a90e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:15c698a4b3293ec372e1ceffaba0fb9360499514271d26c22cfb6cb39852f598_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:15c698a4b3293ec372e1ceffaba0fb9360499514271d26c22cfb6cb39852f598_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:15c698a4b3293ec372e1ceffaba0fb9360499514271d26c22cfb6cb39852f598_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:43344ef6148d5c76a10961d19b3bd83e219764cb53ac4f310a513bbe694fef6c_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:43344ef6148d5c76a10961d19b3bd83e219764cb53ac4f310a513bbe694fef6c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:43344ef6148d5c76a10961d19b3bd83e219764cb53ac4f310a513bbe694fef6c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:084a185169e09b57b07073bc5c82bc741aeba187cd9cb33149c830af00cc6582_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:084a185169e09b57b07073bc5c82bc741aeba187cd9cb33149c830af00cc6582_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:084a185169e09b57b07073bc5c82bc741aeba187cd9cb33149c830af00cc6582_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:171aabed219e2a837afd87ec9dda95bd32b6f780a8c7116a6dba18533c07605d_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:171aabed219e2a837afd87ec9dda95bd32b6f780a8c7116a6dba18533c07605d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:171aabed219e2a837afd87ec9dda95bd32b6f780a8c7116a6dba18533c07605d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:33926bd728bf4ecfa8146f2d55c05f151150d249b965ac4338cfa8a9acf642f4_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:33926bd728bf4ecfa8146f2d55c05f151150d249b965ac4338cfa8a9acf642f4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:33926bd728bf4ecfa8146f2d55c05f151150d249b965ac4338cfa8a9acf642f4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c0709bc4da1e5574cf296180cfa6abce28c2b7ac105abd95535422abb090207b_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c0709bc4da1e5574cf296180cfa6abce28c2b7ac105abd95535422abb090207b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c0709bc4da1e5574cf296180cfa6abce28c2b7ac105abd95535422abb090207b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4ef4397e1a1aa5b377ecab2fceb5c2eb15b526ae39bcd9299b45d9abe4bbbf31_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4ef4397e1a1aa5b377ecab2fceb5c2eb15b526ae39bcd9299b45d9abe4bbbf31_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4ef4397e1a1aa5b377ecab2fceb5c2eb15b526ae39bcd9299b45d9abe4bbbf31_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:852e6be5031cc90ccd9d02fcc66b59baa692d594e7ae95e68b8923732fa77b49_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:852e6be5031cc90ccd9d02fcc66b59baa692d594e7ae95e68b8923732fa77b49_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:852e6be5031cc90ccd9d02fcc66b59baa692d594e7ae95e68b8923732fa77b49_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bd9e30cdd5958003b7db73e8d871b448d208c099f3dc7e9df3ba56e6d476ea66_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bd9e30cdd5958003b7db73e8d871b448d208c099f3dc7e9df3ba56e6d476ea66_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bd9e30cdd5958003b7db73e8d871b448d208c099f3dc7e9df3ba56e6d476ea66_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fc61ea57eef9eb7f0bb091cc0815a81844d60c78f5824640e40096e8de8a02c6_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fc61ea57eef9eb7f0bb091cc0815a81844d60c78f5824640e40096e8de8a02c6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fc61ea57eef9eb7f0bb091cc0815a81844d60c78f5824640e40096e8de8a02c6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2020b01fe0c8555a2cf070d5a9bf75691de4d8b775b4ac91032c92972ae6a424_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2020b01fe0c8555a2cf070d5a9bf75691de4d8b775b4ac91032c92972ae6a424_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2020b01fe0c8555a2cf070d5a9bf75691de4d8b775b4ac91032c92972ae6a424_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6c3b876e5fa5594ed92ed3d333ad1edd228611d67b060024511f8c6a53eeec92_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6c3b876e5fa5594ed92ed3d333ad1edd228611d67b060024511f8c6a53eeec92_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6c3b876e5fa5594ed92ed3d333ad1edd228611d67b060024511f8c6a53eeec92_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cb279e6a6181c4ab8025c6ee74497cd95e990aa02a03aa01c8e4ecb81718d231_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cb279e6a6181c4ab8025c6ee74497cd95e990aa02a03aa01c8e4ecb81718d231_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cb279e6a6181c4ab8025c6ee74497cd95e990aa02a03aa01c8e4ecb81718d231_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f6562421b9828dea833fc82160705ba8c0349531dca39eea94da4bb31b8d3468_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f6562421b9828dea833fc82160705ba8c0349531dca39eea94da4bb31b8d3468_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f6562421b9828dea833fc82160705ba8c0349531dca39eea94da4bb31b8d3468_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:44b8d7704e559a8fbde7bcd2d7b51cc025eb2b898c74497149f818473d6b7237_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:44b8d7704e559a8fbde7bcd2d7b51cc025eb2b898c74497149f818473d6b7237_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:44b8d7704e559a8fbde7bcd2d7b51cc025eb2b898c74497149f818473d6b7237_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6b3db54da066eff7abd8e8f58ae42163364355fb1fb5a166c3f90ef42024e24a_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6b3db54da066eff7abd8e8f58ae42163364355fb1fb5a166c3f90ef42024e24a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6b3db54da066eff7abd8e8f58ae42163364355fb1fb5a166c3f90ef42024e24a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7bccca2d8db4038ed90d7c5d995bb2daf880b3d6aed320c6d6dc89c73c38170c_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7bccca2d8db4038ed90d7c5d995bb2daf880b3d6aed320c6d6dc89c73c38170c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7bccca2d8db4038ed90d7c5d995bb2daf880b3d6aed320c6d6dc89c73c38170c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:afc464bfe9fb581e22275814fb3263ada3383b571ac4765507d2640470a8fa3a_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:afc464bfe9fb581e22275814fb3263ada3383b571ac4765507d2640470a8fa3a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:afc464bfe9fb581e22275814fb3263ada3383b571ac4765507d2640470a8fa3a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:353292bd26a33c9a68fbb8351005fc3b65d1f0dc02c82887cdeb5d28beda1404_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:353292bd26a33c9a68fbb8351005fc3b65d1f0dc02c82887cdeb5d28beda1404_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:353292bd26a33c9a68fbb8351005fc3b65d1f0dc02c82887cdeb5d28beda1404_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:af382c36059c0c0d6e76b41eda8ae2055bf5717205754272edf126fe15737cc1_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:af382c36059c0c0d6e76b41eda8ae2055bf5717205754272edf126fe15737cc1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:af382c36059c0c0d6e76b41eda8ae2055bf5717205754272edf126fe15737cc1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ebd113dd73707e7e234669c4b52e7ad90c5aaa95d062fe7b2ec18ad63b942920_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ebd113dd73707e7e234669c4b52e7ad90c5aaa95d062fe7b2ec18ad63b942920_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ebd113dd73707e7e234669c4b52e7ad90c5aaa95d062fe7b2ec18ad63b942920_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f0b91324c63bdd9b1603e0bcd2e554e1d595168f9337a7c26d3834093b24f6e4_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f0b91324c63bdd9b1603e0bcd2e554e1d595168f9337a7c26d3834093b24f6e4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f0b91324c63bdd9b1603e0bcd2e554e1d595168f9337a7c26d3834093b24f6e4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:23a74b9b847094d230ca89e8d43c924098aa5a8ad67bc02c4b11833c4620aba2_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:23a74b9b847094d230ca89e8d43c924098aa5a8ad67bc02c4b11833c4620aba2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:23a74b9b847094d230ca89e8d43c924098aa5a8ad67bc02c4b11833c4620aba2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3a9adb54f0e11beb7e2f393c00ef6014f9c18796c36e47ff1f08807dee8a9e0b_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3a9adb54f0e11beb7e2f393c00ef6014f9c18796c36e47ff1f08807dee8a9e0b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3a9adb54f0e11beb7e2f393c00ef6014f9c18796c36e47ff1f08807dee8a9e0b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:558cbb955c8d4de727f010f3fe97f285b6922f4845357cd979c22e9d6afda4dc_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:558cbb955c8d4de727f010f3fe97f285b6922f4845357cd979c22e9d6afda4dc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:558cbb955c8d4de727f010f3fe97f285b6922f4845357cd979c22e9d6afda4dc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:64f0e85f122f8cef1a5b444095fb16f95b255865ab116cd59a4a541bb61cd09e_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:64f0e85f122f8cef1a5b444095fb16f95b255865ab116cd59a4a541bb61cd09e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:64f0e85f122f8cef1a5b444095fb16f95b255865ab116cd59a4a541bb61cd09e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2b93d36104e2c99c09823ed5c6d12e25abf3dd07e20683640f99b687a45e9b6a_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2b93d36104e2c99c09823ed5c6d12e25abf3dd07e20683640f99b687a45e9b6a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2b93d36104e2c99c09823ed5c6d12e25abf3dd07e20683640f99b687a45e9b6a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2bb2c4706037910e8045bf0127ddd9087d2c8ab9eeb09ceabe97b18dfe873c1a_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2bb2c4706037910e8045bf0127ddd9087d2c8ab9eeb09ceabe97b18dfe873c1a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2bb2c4706037910e8045bf0127ddd9087d2c8ab9eeb09ceabe97b18dfe873c1a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3e5d6fe6f1f7a495efdb0a61dfde0d20def80759a215bc7097265c816e07919a_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3e5d6fe6f1f7a495efdb0a61dfde0d20def80759a215bc7097265c816e07919a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3e5d6fe6f1f7a495efdb0a61dfde0d20def80759a215bc7097265c816e07919a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:efe7886379624399e04e4f213bf1f8b2baf1acf989823caa93ed8ba76ccf9372_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:efe7886379624399e04e4f213bf1f8b2baf1acf989823caa93ed8ba76ccf9372_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:efe7886379624399e04e4f213bf1f8b2baf1acf989823caa93ed8ba76ccf9372_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1b152d3df7256fa1d16dbc4edc991503bd90432e1c8408149603306e62a28a89_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1b152d3df7256fa1d16dbc4edc991503bd90432e1c8408149603306e62a28a89_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1b152d3df7256fa1d16dbc4edc991503bd90432e1c8408149603306e62a28a89_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a7c3fd07837a9c03ab834a0b46ba51b50c73037203ca4d12d8cb2a45f690e62a_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a7c3fd07837a9c03ab834a0b46ba51b50c73037203ca4d12d8cb2a45f690e62a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a7c3fd07837a9c03ab834a0b46ba51b50c73037203ca4d12d8cb2a45f690e62a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c9aa9a181ad76c715b410ec6866d86f28923d2becc8438f3b56a381d7c668897_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c9aa9a181ad76c715b410ec6866d86f28923d2becc8438f3b56a381d7c668897_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c9aa9a181ad76c715b410ec6866d86f28923d2becc8438f3b56a381d7c668897_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e96b65f0caa9f23429318080d5812ddd5c233b881b6f460d944990000a6d7018_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e96b65f0caa9f23429318080d5812ddd5c233b881b6f460d944990000a6d7018_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e96b65f0caa9f23429318080d5812ddd5c233b881b6f460d944990000a6d7018_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37569639de1f8c36904366fe21657db1df3c26c03b8f9f974e0a87abe862c7b8_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37569639de1f8c36904366fe21657db1df3c26c03b8f9f974e0a87abe862c7b8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37569639de1f8c36904366fe21657db1df3c26c03b8f9f974e0a87abe862c7b8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8d27603330319790b463eba638816fec38ce5ce81e7cc2c113636939d713051b_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8d27603330319790b463eba638816fec38ce5ce81e7cc2c113636939d713051b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8d27603330319790b463eba638816fec38ce5ce81e7cc2c113636939d713051b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9e9598797558cb0767f9bba75faaece26aadb56163f94ae2cc2c137645b5babd_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9e9598797558cb0767f9bba75faaece26aadb56163f94ae2cc2c137645b5babd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9e9598797558cb0767f9bba75faaece26aadb56163f94ae2cc2c137645b5babd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:cf8f8b11a984107f035ff28ba24ff3f6e1d10cd764ac472b94bb9e74d435a459_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:cf8f8b11a984107f035ff28ba24ff3f6e1d10cd764ac472b94bb9e74d435a459_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:cf8f8b11a984107f035ff28ba24ff3f6e1d10cd764ac472b94bb9e74d435a459_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:70e6484048faddf5f59bc7399fb22731d4134b6a6e2c2ad3b1e92bf26e5ca902_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:70e6484048faddf5f59bc7399fb22731d4134b6a6e2c2ad3b1e92bf26e5ca902_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:70e6484048faddf5f59bc7399fb22731d4134b6a6e2c2ad3b1e92bf26e5ca902_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:93c6c010543791ed57e08cd0630a7dc7903d7455d61686cdb0865b13fc52f44e_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:93c6c010543791ed57e08cd0630a7dc7903d7455d61686cdb0865b13fc52f44e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:93c6c010543791ed57e08cd0630a7dc7903d7455d61686cdb0865b13fc52f44e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:cf50871759b51c4fd1f164c53ec8503379de265ff95b5f6bfcb15d3820722c78_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:cf50871759b51c4fd1f164c53ec8503379de265ff95b5f6bfcb15d3820722c78_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:cf50871759b51c4fd1f164c53ec8503379de265ff95b5f6bfcb15d3820722c78_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f296becb22727fbcfc0a2a4a91139dc782688f43f63396d645b03bf698b81ecb_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f296becb22727fbcfc0a2a4a91139dc782688f43f63396d645b03bf698b81ecb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f296becb22727fbcfc0a2a4a91139dc782688f43f63396d645b03bf698b81ecb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:227f6cfcbd9f361dac87776c3b625a4ae91a7054a29a48c0aec491a786f81380_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:227f6cfcbd9f361dac87776c3b625a4ae91a7054a29a48c0aec491a786f81380_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:227f6cfcbd9f361dac87776c3b625a4ae91a7054a29a48c0aec491a786f81380_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4063848bcd02040ab2a26a1e77d643a8cc01373bc6467070f72f8cae62ad8bf7_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4063848bcd02040ab2a26a1e77d643a8cc01373bc6467070f72f8cae62ad8bf7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4063848bcd02040ab2a26a1e77d643a8cc01373bc6467070f72f8cae62ad8bf7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7315ff02d1adefaf5e52dc2b87903cbeaa1ad7c30719ff6afd130d068ebcb429_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7315ff02d1adefaf5e52dc2b87903cbeaa1ad7c30719ff6afd130d068ebcb429_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7315ff02d1adefaf5e52dc2b87903cbeaa1ad7c30719ff6afd130d068ebcb429_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:c33effb47bad5780e4e0ed220647bd0741276ef5c19eea05014b528b91765efb_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:c33effb47bad5780e4e0ed220647bd0741276ef5c19eea05014b528b91765efb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:c33effb47bad5780e4e0ed220647bd0741276ef5c19eea05014b528b91765efb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2883dc4d23d0c4ec9551a0818f5d5edfc708454b48333db179232b6f7bafb4cf_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2883dc4d23d0c4ec9551a0818f5d5edfc708454b48333db179232b6f7bafb4cf_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2883dc4d23d0c4ec9551a0818f5d5edfc708454b48333db179232b6f7bafb4cf_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2909be49bc0471a0e2ab4e9172e4ce490b305b8e1fb86729b45af106f1ad5ac2_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2909be49bc0471a0e2ab4e9172e4ce490b305b8e1fb86729b45af106f1ad5ac2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2909be49bc0471a0e2ab4e9172e4ce490b305b8e1fb86729b45af106f1ad5ac2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3b91df98133ad62ab43372695b3953c54d58e70c15eb7ae201b68d73088c0bb9_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3b91df98133ad62ab43372695b3953c54d58e70c15eb7ae201b68d73088c0bb9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3b91df98133ad62ab43372695b3953c54d58e70c15eb7ae201b68d73088c0bb9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ea31f2ac734ef3cec4337ec6025a1cc01a2452ec124f102e5b1400a9ccfb05a6_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ea31f2ac734ef3cec4337ec6025a1cc01a2452ec124f102e5b1400a9ccfb05a6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ea31f2ac734ef3cec4337ec6025a1cc01a2452ec124f102e5b1400a9ccfb05a6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:2aaf1b270a589b2e9c907bc35b4a3706cca1508a06142dd3086411e046d7cd00_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:2aaf1b270a589b2e9c907bc35b4a3706cca1508a06142dd3086411e046d7cd00_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:2aaf1b270a589b2e9c907bc35b4a3706cca1508a06142dd3086411e046d7cd00_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:32b91a8b6cf6278fde2c8d33666748a905a8dcf290b6e16ef266857d4838d3c0_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:32b91a8b6cf6278fde2c8d33666748a905a8dcf290b6e16ef266857d4838d3c0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:32b91a8b6cf6278fde2c8d33666748a905a8dcf290b6e16ef266857d4838d3c0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:fe8f645cd130c489a3454252abd64c554d583cbf984aa3e568ae9c4073fa0f03_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:fe8f645cd130c489a3454252abd64c554d583cbf984aa3e568ae9c4073fa0f03_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:fe8f645cd130c489a3454252abd64c554d583cbf984aa3e568ae9c4073fa0f03_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:9885e38ff9be6d7ae070a00b851232a29e739a870d32b2508ab9f34e56177bd5_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:9885e38ff9be6d7ae070a00b851232a29e739a870d32b2508ab9f34e56177bd5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:9885e38ff9be6d7ae070a00b851232a29e739a870d32b2508ab9f34e56177bd5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2b7476cab5336d76457b1915e734ab8702c461af8ca4d9e474557ad8354f7065_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2b7476cab5336d76457b1915e734ab8702c461af8ca4d9e474557ad8354f7065_s390x"
},
"product_reference": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2b7476cab5336d76457b1915e734ab8702c461af8ca4d9e474557ad8354f7065_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:4890f971ad6077addd93d4c7fd1e9ee46ef3634bf89ff5adee2a95ad7b7b3f12_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:4890f971ad6077addd93d4c7fd1e9ee46ef3634bf89ff5adee2a95ad7b7b3f12_arm64"
},
"product_reference": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:4890f971ad6077addd93d4c7fd1e9ee46ef3634bf89ff5adee2a95ad7b7b3f12_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:afc7f162c9c1c3033316a984254b8a477d8eae5bbed9cb25257d54a54e1bb866_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:afc7f162c9c1c3033316a984254b8a477d8eae5bbed9cb25257d54a54e1bb866_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:afc7f162c9c1c3033316a984254b8a477d8eae5bbed9cb25257d54a54e1bb866_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:e9bc1798e5283c65ff1487ae78c1175395e051a6c13426d3e8d1b898469a3493_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:e9bc1798e5283c65ff1487ae78c1175395e051a6c13426d3e8d1b898469a3493_amd64"
},
"product_reference": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:e9bc1798e5283c65ff1487ae78c1175395e051a6c13426d3e8d1b898469a3493_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-27136",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2026-05-22T16:00:56.609820+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:07716873e44d49ad177f8c572fe54cec7ddb819a70492e6bddf36ef2ea5e6449_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:288bb644cbb5e14b00d80e0b409c83644a59cbcb513d19025f8b97de61f2cbea_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a27a41e1a167568dc9bcd1f125ac624897d73bb6dca7be80d256432b35e4c6aa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fe9b92e8a052208c6eeac2ba816959ee8129cc0f68bc93bb0a1a2f940a49f4d8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:44ba1190dc20c3a99259ef0723be3c9e1c2d4f339ec4eb4f38a9375cefd60d2f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:48a700617f0d4ab9dd6b40cc27e9f602892037c10872c19c60f62a2a848e451e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9319978cb44eb1f26a7d82709c4ba7d9b6b0bdad78c6c6080bafb0933103bda2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e734fcb9ca41744ac9213327a775aeb0e01ea9974036908721b532ed2dfef923_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:10097712385ddd416b15237d2af20f86a0370f1d97125f1e8a0d25a7215f6751_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:40f8f7e1d72a0e70d96c1ff028cff7125ead621e89cf2f3c1cc5262a3aab65fe_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:50ff72eded21d210ea9c57c9f9b192cb6ca5efe781c5c5a9d2e1129e2eb7a248_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:f77b14655ac6137b53212c8ed526d6baf86d6d6332513416daa73a6dc468c832_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:76042ef2dea9a9316a7bb2a38923d0b670663803c75f5b8351b5e71d344b479c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a645a364226f6768df30645c15ffb8b7feb1932a96c3666cd2d8bbf71786fe88_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:afc4fea57ea3217712f10421cdc7ded66093dfd0d5cdf09120ec1200d696f332_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f70b291b3be37bcef36e4cd282cbd88f917dcc5e61e0ad6228b33b770656b8ca_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4cad4e954d5e9fce7e93ce3a81da34d58e01c38a5d6140cefa7eeeffa13e1431_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5c1598ad56e3f9cf5801a990b2d5d007632cadc69118dd15b771d8104893b722_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d18a7d5884e709f2440b7f85999c2351c0f74ba09b876a7c915a974ccfa3dea0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:ede11c7678a732b9ef9a763632c13e616a95cbabdb36baf0c5c48ca0d476c260_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:208703e1b4c8fd82b6cffc790affc4bb8966f6d95e5b5631d9fc7cd429d82242_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:40be47b6d5dedb587c54ea5f6ee763dc3007284e85cf75d9f48f4de83bff4f0c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bfe783bcda48a7678e776f99ab08f9d6cdf882432ae03c46593326bf8b57e714_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e43bd0884f4c1993cd516c3ea52d1f878a783f6a998a6dd3fe4a98ab11bd3e87_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0492b621d90ebddbab300b3bcb6979598f11380da79b32531f8978b26fe5edfa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2f4ffb0abe2bcc7b801658bb46ad9f397d7a3d11e8b2060859f5dee1625d7ea2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:30b0e4f82db1f3e39379b7aa792514aa726a0c485680b67351c593542c1b1127_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f0f3b27621a9276b1f4f9601b1b399eabbc165d74a4b4a20ebbccf6a36a8f98d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2d56871f80eb82c502cec2b901d3510ab482eea981f50cba4fea729c83f1897c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c169319f15a3e6ac9086e21438dac78a6b30f142c6d96d63c259e45f4b98c2ad_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cbb1706913eb430b86212f941bb32b066af04b431126af872899134a9e111ca2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:de56a4d37e6686cafc8591eb1f7520942036037ba5af21c286aea2d2fab95b2b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3e35e96ed5607d7229629ee64a3a7c942fb12da93a75e989f1fd9aa028e8fdcd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c045d9282bb2e3ccfdc19d09b76e81d622ad5c41750c960a066f9a735ce47a3a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d3c7bcca57a84397fa1932919a750ed7a002fd7f7be976152dd7c14d60feacd0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fc479e1b1d14c548ed9a783109fd978efba5363537b835a5d09fa8d0fa9f9068_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:0e22ab8f884e0095c3cb3efcb63f9f37d55b72cff37962f271fdf534deb469c1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:ab518543ee2455263fe748f1d2ab5fd1fcb87e03bdb241a1fe657c748e220e3d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:cf25049921f441dee72daf95b707da269c5ea7af7026674c42a7e3c8cc682e59_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:d5350fca926c7cabd8fa4e7749f0c2bd9bf90069a11ed96342cbaa0ccc16f889_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:41ec41da1569234037cfc2b9cefeadbdb4c1e45363dcc0b5f2acce2453ba3dd2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:bf2513f4ea2df4a781fa74ddc02c207133387318444f7027e6b62565e8af505d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb3cc6f050ccd3fae295639dd627bdf3ff5f08f66ef0fdefe24ab8260cfba983_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:efe54dbb00c22c7e9e4a6d7c40e52665823c5f94d4b7b03236edeb1d7a304f94_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:073ed3fb3dfb009b6ba476883da5421996c5c4f4119375c0c83b072571d935f6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:14b74e5080c191fe32bdd2a416c80cd94a0f30ea6d5f18faf7396c120c5907ea_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3c86e67143d2caced55d2dc470df15cd1659c5e16c7eb8af22183de1a3222901_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a6de5df300008dde127b655f67ba1c8e637bd6e67bc2c811c0d9e0ecfc3cb08b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05ef13e75b41891cd2774cf5243b11da290ae75f12ecd07239e580a5238036a5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7c5f6b71b68331d1cdff8b3273fc7cebb945d9c037fae5c2fe0666f84cafc928_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:c221dffd999b01fe10c83c1cf3e93ed9d49beb5f0f13e8e23261f44a07fd9342_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ea42eecab8a62b7896ffb697f402857a31807834a102986b3967faa70f63775f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:0123a42a6d10e21067ef4ed5ad7a39541529ff0157cb27443a95b0e5d88efc7b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:61e542fb10dc0e083f8889b0b94c3525f3882e5da701b8db31cc9be68d803ec9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:69eb532db9fac5d796148a421f1c0a95f03a84604fe40d5e5a3719c995b8d3c2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7bfdc577bd856e0cc690c86a8fc9928ed3d034d4d1455378c95293376a74b9c3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:023e336977c9e6f23a82083ada96020a26cfea384189b765e89d6acf7112957c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a0734ecbae0ba4ef8a6cf77d42383afe04fdf33eed2c0d1e34782f147c675581_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c64a9e77bb865dd5475a4022629d394ced47bfd9adb137f69e2dd7bfca2c5a29_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e90910e06037ec13a10bc176da5a516287ddc34ccdfcb36432f386f7b3895136_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2052fdaecd2f3807694fa17f35f03f84b5d8116ca56926b6d657f0594adcc4af_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:274df573eeb1919286472cfde2006716aaa62c65ad1a6fb82bc351e7292a51a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5f81d0322afa70edfd932cf1f80dc5a14ebb30f3f4cb0a4b9943859c3ef8a741_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c5f86407af14e6c3741e75068ebe79aea7c7d1a73ca87fc97128c53139dc8748_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:11009d76f2fc73fb88ad8650914948e04e30d4096420d00a4e6b1f2f82bb2a48_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:464e2bac04048cdd010a9625e6657c9f823ebadd624fd71191ee978520874528_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:4a6beae013e9de12cd8b0a39e9e7488f51b97b3f295e14d773eb28c5df9d6743_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a2f765f47a9fbb2acbbf3b00c2d62d7df283546b7485e7631116fe824cb589a5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:82953c91b88971066d4d605174664863cb062a6f7da286754aa4f05c11a69bc4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8adf05874d8cc6284cb4566506787161305d95ba4c318f070e01960939526d59_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b0127947224f18d500d967398c5008737df32168d2db50f1f87554e149328d71_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:c25b7a4bba9a988a6b7daa4eaa8608df78b927d1d454aac7757f18e3b6c78d86_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1f6a0d8476232a85b5d18ef9ce148135b69a4abdc45952f6ad0eaf41604e05f8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2989730daa53d788a9e1be03bf922a07c1111ee8559bdef63d058be6fd5f3fc7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c0cac6ae1322cdf12df3c55948bcfead52641aa95a57dcdea97401ae01c1860_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:adf166a8095fd21a818265c01776b94e25cea102a98de6875352cdc47fba933b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:67f12e5ce45f173e79229f506b92915943d263ca0adaa31a027cb7245d7a076e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6b91bbe18861c83c79693a155979f3cc56162624412eef4c57c52cfedfb38475_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b2bb582913e9dedea9f2eb41f1568fa8f0fccce2e56be4f666ff41f3698dc147_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d35f97d205f82d6ffa260582fc6dce2fe0fcc3719ae0e19e85e06e7ab629021e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:03ce535e7bb582ca85793c8155f38ff9f73231e7cf5af4ce223ea89d4d2eeb89_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:605dbca994f47b04da902ae4b76744eaebe0d716a7a5fd3cb8e617db5dabb8c7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6b2582a7f534bb2716acaa72598b40f593897124fe03a5e6b2bea1e4c1a26d15_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d88f52e765c3f5fd4ad80f7364efe49e98ae927d82601d27105eb6ad0b484264_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:1305fefe98602549511b835fd1302eee6a4494c690d76964d89189c90f39627a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:325af02386526656111c663e6a206e755f2f30db00059078a0391d4af6cd95d2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6dcb4d60294895ba062bed0e9612ad7fecd7fd8d8cffdeee9bd65ffec1b20a63_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f492d67b16384267b9f65d20b769f93e3122f0957cec290a88a1b244c80e4b54_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:56cd8314cc9791e043cb4e5ace324013f4ce4c825fb5f9119b1a6c6871b76a3b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d6ff019bc8333893d6d5799927ffd9dbd02d0d388752a1ead6b8f85928fff4f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d7e525584c9b7492d8b989d2ad0b8ccdc4f244987f26b4aedfa7ab1097aa8ac_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:598dbc32cda4219d6a0442aee99096b77ddbea0148ac3260c9c37e00b13cba23_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e223d745233c048714d3ff7a04f8ee565aebeb0f5aead03e55dd9f305fe60cb2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:05fe3c8332c4626e356a2b8b33b235d605b8cfdf8b49a68475db687789a766e7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:64ea7652aa2f9f9ba58d56765ee0ffd7224d6534860d118c059c2c066bbf2142_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8673853d611d162bc12d1791bef2acdd4131a97b8a6e46961736724b69332db7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ee04f343f0bc1c58b1e016295990225bafab7b39a9c1a572b10cdc19076150ad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:4771678b9e18450e8e2a6ab991e844fb064749a0b09b089e54a802a7109c1ae7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:68c90482505c592a6393640c16467c1416f3175ba1273a284c3d0a9417e879ae_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:234bf4abb67f86a27d549a2d368d080a3671ab34786e26c6abbcdf58baccb034_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f330b931299e7c97298212e0514c55f9e086e2f33ab7e522d40d8e9df843ea11_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:123e1027c857bf3a084e45755736871b220117eb70d774a3b450f7d877e7d1a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:61d9a3fb3114cc2252a8ecb5b0339a5fcdef87cf962f285be72b164933afb857_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9426eef8c79d6e2c9cf5efb340257ef7dc7936b3369050776f4b45ed6603de37_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b693182419b2287a69a8bcb3bd3ef8d6e799b5e7aa9b5f25cca855995588e104_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cde3a4deb285f4ffb38be4443b3c09f33a44d8f2007bfde6f8766d371487bb80_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cfa458375e07e80969d9a9b3521c5983fd20f384b74f1080b865b618afd35f32_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:30a0f7d083fbf57d19fdebcba31bf52d257fda3eab13e1c8b856291f40278c4d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:7078670a28f19c15b118e3ff8d70afcd5e329a22eb6a44d3827f9554dbbee812_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:6d60dfdba0f6368f23bdb554da68f81e3d088677ce9748d2850ba8f2ecb0cbcd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b71a8dd592d2646c7b085b06edefe64be96e38113c3547a111a8d0201992b98c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d906f3f6f4740b50fd6266205b0b3f986b35ca7a64ac7b6c52cd7167d0cdab23_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e4969f9764190a2b46dc5c9c7375213c28518935d80c4e4570d122d231f53663_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:331e8f309349114252acd7fe42067ab2b7bc03abb6619f1df59c8fe907513d3e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fefc2125429189eb85f3c807ad8ba8896a48518f3dd7d93f94a091ec925e23f1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:8687825da05aa3fbdbf32fa82a739f58585d8d2564501deb0d3b97d67a4c431f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e5886c91ae307b14a848b0a571918a57a9d2d85805af6c6ac7a2404dc0308337_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:260b87efa1dfc71726aefc2feb8dfa83495aedfa6e95b0e86dd1ce0d246233cf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:49a1a91122fc6cc34cb21b6de67b8249f154aa8e2bfade0e50457c224fc3ca70_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:cdc02821294c7bd8b4de75b356ec0ec8b0745b0b409ae9481dc08c4d967b53ef_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:e52b5054a3c11b34c3bc3450d9be2628816575531a1435ce44652324ec020dc3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:64e73e3f7bc1f37f40ae235a7866ea7c881d67afe29b398edc6f15befa7f06cc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b4f0c23d7fadc3a15840607d9aa13327a3eda6272565f88be3691b74f16fa13b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9b5eda1037248996bff10033108d1dec27b8417730bd721d980b778e1cb4585f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c397e51c6d4de14ea1b6a41957a3fe5ae54115c1cbaf414c013035333824eca2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c72d9616c2bf94661a156840d39e3a42d4023598c5d647562874c453b44b72e9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fef61b2df388d1e5714b0f3293bb7878f1ff9ac64b0353284576fa0413000ce2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:267a8525fce7dcfc460052b97dc07532c927fcb27257b29f5e43e5475376bc42_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:886cef96ae99502afa35aa5cbe5a16a30d873e8c9c92d6bb3c748bb68877935c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9a68ca065607df1a4fd1a351041d799b2166b76ebbdf2c92a0fdbccd47015036_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c7a8842568f7ed4d4b1ceb0f507aa5a56d80ab213877507be04ab55f8fcb3a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1567f1a6c1a596e22674ad45cd1975c8667fb2317c84dd5944ccef58326239b2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:40dad16e2777a64a836355627be3aae4572a7ed6417ac39e0dca5f019eeaf471_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:800ffbe7a0007398e44945b2f3772d657995ebd902918ecb410e5d373de06263_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9720a885c669964be135fbcc55bfd5e9766841f6b11bb2c279ac030de9618ece_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02440d8ce569f4318b2110f8975fc4d0a93e6da6c5012882df9cbe77559a0a81_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02594f4e3bd44cf7d378a7fa0533d54b4365eb5317c282cf8295cdfb0ae5ddf8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3e5753abdfee794bd09cd51eda1c7634aa7630ea3f2a72ff40c3fcf5661e58c1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ea8145a89efceb27b579a5f79c37c7457d141a0eb38b2de5c82ced07879539d1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a1aa9421f9d52c8bb918e1b3c9daac3e1a076e70e003a58462b62f0a91fbf795_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d4dd77443d486829650aaee412b58df2c5fcd995bf2c493a22dc1cc705d270a1_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d689dbabc1df0ca42e7eceba17ff474f9e6a30474f7cca15970a5ee7fb870a72_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fea791f1b353cb84039498653a7b7daadebd460631446fae5f05d1ca8e85dace_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:100ffa84c55a87981f50fa5fcdfb5a5daad0eea01d0bc14abdbc959ca0a1ff92_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2e646fe351c1dfb3650d0b67694f5cb89fb7aae85c9b8edd356f54f40b9e9fb3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4a45ec0f50d9cec050f1c99dd33d288ba8f9e8dd1a71c2870eb5e799a42e411e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:60be3446f54ba3c5f93c5c4bf1de44d7e9ca3049abb6ab910f8e62e671a80d44_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:90b36fe8a88dddddcd584cf06ddbde8b74e9d7a78f9f51b77d7d2480ed45ed79_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d69ebc6a9d6bd6f8f75d933ee0f7893b285fb24e994bffc35514ff5211ce68b1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:da6ed87ee2d899e3fe9c6e8b08bcd44cf11e1b1563972ca4aeb3e8bc806a1d2c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fdea5b85efe39b635685d506a4416115d546a9f56e87903650b5e51bec6a10bd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:47ded0bc14992d79c073e4cd541279def7e44d8ff586a5cc1676edabdd86c13b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:642eb8c1bf4631b969d0ebf3a0755f566236ce7b5534fab78d531c76d5e802ad_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7189cc475748ddba6ff3f306320d55a840baa8f1da8a934d4500c49e6f675ea5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bc10db6a9f9c1a60744f49c1ed737bbbb8454eeff9fd00175b98872a1af17936_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:017359024215cf5a7b00bd31b8b797ca7f5f456d66a34ac12c44e53c1ab77fff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2635b651e023c9d4dd92d1897b4513947985256607f9d2dd8043cd7f5de3a765_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:542b1a4bf2fafae85c50eae7a182ffd3a3a07b2c234a00e4e6c639b1143b4b55_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9b3b5510e4cf6b4cb86bae86fbf36c1fccbdeaecfe009cf2e67cb9c1d7924ef4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:048f5dc4b9176a86e0d82447e036ddad890e58e49c8508cd74f8c297272c800f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:0a7e3fc4b1f892ea2e77c1f5d961507f0fcec7740f33d3e308904cdea1d3ce21_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:44db7037b872b0164497a603e99b7c5bf2bd9aaf31158e8a4e8bd03559584155_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:a8ffa384c6770ffe1bb9b7b8729501ef2c06199e0005b16e5dc432dd8d23c66f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:176081efde0e44254215af3f5091e64748c81d2bb29a1e7a64ed2879c6a7fbe3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:42ea798731bcee8b868ae15f9d45b8f0aaa91d1a4f7660c53ee08b070fe4c9f5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:85fd9925886227b53c26a3ed09604c408c49b8ddb9cf7efa2057335bec94803c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8b7b592c5ae05773897351d97fc9925e6904ed02a6ed49e4737f0f649b7eabe_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0d8537a8b89a087f59b9f0c413d9c8d6c77002ff0d9d8579d179291d3b6caee0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:14cc3a54f1ddd57ce5b80b6d111f0ca27f74b4321c9915d5ec1960318c71d752_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7dc1bda89f2fe70041f850dbb5dd3804e853961d2026c3880fd7255dd6e57b0e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:aac4600f524660e2351490cc7aa719ac2dc93193f64bff1178a04376bda57cee_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5449067a980b2d50b360b1aa1164fba67693402210111708ebaa00f0f93bfb55_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c8486459e2b80ee2706409e888070c9100938357621746215ad7871ab9ddb990_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d748caca6496019c594ae5aca825845658e1e8c5a1c062a02830aecd677ea1af_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dac9a4617348551eaefdf01ebf1770442c0bc07033fcbff203750ecaaef1161b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5143aae8d524363878300902b89dfb5f3420ce897bc36064fd021d23993432f1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:6fa81971ac5bc843a536eaf167cf5147e879c5447d7c1ec17cebe7ab85692317_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:bfa79bf705669231df1e59e373712f0b04ef2c0676ebfd901bd9879cef16236e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:cad2e37531b2ba165087ddbcbccf9cf167c4eaca5a3fba5f5f4bd943b8298678_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3538795f3effdfe84442141d83d0292447b4c43e3d68871afcd453f80e11fbff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:7da313ec91e1a9ff08a16ea2b0af0ed1ac73e40c4b629402bff19f183d45aef6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d9279ac3cea7e1e400e244624bd7ce53cbb6343d10872873e71dee20263d0e62_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e89a5c92caae6b72646e17535787d06f7640a47c59b0b4f418c7e48918736d60_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0ec6c9197060bf068f358283d64b9b877e97f072466244f9d147552a193fdae3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a5aa2eb87a3fc9c5160f5c37c50cb88cc0a77bbf4eebb298ee7883ecf47b456_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc1512a1ca871d5e21162430f028d7b7f2391e19cee9b3d6e253b6b6d03cc8e2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e8c2baac5dee142c4e84d01c731abbc200cf24a04201fd8690f0d47035958830_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9b45bdc374e248769add4b772aca63e25ff0baf8d490e64066bfa78405cf609e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bcb4f4b45a7d62927ee6589db9d31e9bfc87a13f3b0239649c9701b10d3dbd75_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c1c72b9d00d45dc90f97bd9c5263e6d385ee34f3a3f834909dd8b8eb28c3b15f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e15057d2878011a1142587df35dac65182dd4ec4c0f3c61055a73a23dfbd615c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3bef4d599101ae4c2162f47e89f5fbac89903db3f007bb425eed38e1d9b4d9cc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aee0556c560d2ef9f2ccf501302a373f15cdccc83ec2c6935c4ae6a2f25b63e0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ddc3c05d5daa3aeffe5629b7e2fedd5df301a3030f8f8c6acc3204b8fd7e0995_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f463811c1b1e6fc34934bb5a8151fa946acf321ab57f9901b3ee1b7f75546beb_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2abfe62de89fdd0697da63674373b1c8a2695846d8acab5f17a35fb38fbc23a4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7701f38b6702b4a9e6b49b3db83073475c33528d2529e63b1b98664bb7191906_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a23cd4945d2e1f9e1c194179fab9c388677fa1317e02a99eebc575e227064b79_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f2f194cdb1a14fe59e05455df10ebfe70edabd37ad605346b6258c5bda79d96e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9b04b0a1047813b35f6ef09e1fcf1e06b63946e0a3b3feaee3e081b0deed689b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bb521f2f97477b5b9851f6655f1738b620aefccaaa81cd303d17eb74ade7adb4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c8a1f9ce2dea4947e6cb460bb4b4ae7ab6bc5f816ca25f3405799d56c6ca48f3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d8f67c5b7b8903633485f67a76f88ea13855bbf95e92b651bddd15fa91458ebc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2c84af74e0937a0f3451054240ab7ae2d44c1b566339012ebec9e5b75d7a627c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:41ab25be6eb002ee921bf74c1049e07547328632d576e78fc45245177fe9ab84_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5b389b9b0acddd8ffe5e5c3f9d54321d061253f3f45b5b66b6dfa0181b73b87a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9afa17f9f4e4551369e891d405098219c071231ddab921dd32bb7bc66bb0b6a7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:0bd76e62d162ae823a34a766fccd9d339e3f550720d863b477273734ed1fdc39_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:dd17b1ffce727d9a74c3f64d65b72b03a5c8fed96e773665a078dfab33bd64c7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e8ed2c9324c2f5594f90b049e92f2fb3141dedcd99165e80e8bfe147c738adff_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f7f45f6d562bf699e0e45e134c7ab71701dc3994882cb82edce9356be7627ce0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:22dee3c01cf1deff68d73d76735e420d223ba0e75dba1e7ae224ac4e7b14ae79_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7134aa51e11a7d6b826068d03b9c90a518cd3cfccec0e3f06e57f5ed77daf6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7cdf9e85bfc54e4562176d63e1f2be56775dd761c6c0cbb80fbf888dd1ab43_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b72954ed888ded15f443784fe6a684b6e0d7782921efb788e242d987fcbf5388_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:63bf84966169bf2dcd8b8bfee3c478d9e61881ca007fdf3a8be4ba5cb1118211_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:697ada7f8e4bc8a881e2f1fa3a8402a2e96448f948befd465c59e03ced12c9d9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:85ed053619e39778d5a986255af37802ac46a26899c8a448abb139736db5e075_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:abe01f65affd92347d8097b3922e587548364d9680b74f767e9cbf139c996802_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:55102797bf884eef2d8b842ba8a5f2538f711622eab1c82b06941ec574b8f266_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9cca1a2d1a6f5a33257e8f790d180274f24a01c125a717ff79da8fa301e2f270_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a1f1be1027b54388f762951ab7983f18cfe37140efcf2c778a5d11d4740e8e9a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d65990c0adf148e94c1c0ec0730ac2a285b38eff128cdb2fac7f61af1514fd14_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2db5ea10de47829d4643fc525d9efe3815db59d5689c0febecf4fd722ad0528d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5dcf0a7d3c0b2062ea11867f5fd2a4ad56fe786b11c3095d76eeb4c844240a6f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:73b76f141fea3db7cf7df4e9b70443b37fc67790cc6986efdf53a32ea7360bbe_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:be3286f36b4c80969594af159ede49ee20ab5dfbbd890649c2c4249335714466_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2cb748becce8d80bfbb66e84f63e0f0a3cdee6d9bef3833eccca24132e9d0699_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:374211b6e69093447e90462693c45bcdf2ece57b033a419f13585d9a46df62a0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6047837c63bd707f994797af79267ec8bb5075b3fdd88c069b3acaa04ee2cb5c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d8c4afb75de3b6d432d4929f4d4fb6938617a794ca2ef2060b83a02588a1d0a3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3287f57d83e7becbcd3997ff2ade6e6b5a664fd08610464002229e0a116dfec8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8a58a72e372b4235b4751e08f10c97ef0798519e6b91595c234fc14089d7495b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9654a0a2b4549ab06e5422dc69872961c892e97032b18d913cc197dd3aa39f3d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9e9ecf8cb43e1819159bb8fc0eb5641b71663e110ff757e26d5549cf41075084_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4aa3e0ca4b5398fcaedd212506e222fd435f7a46c2eaeb7a49dc50f789cf13a3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5d094c8e18e42d662ac2f5ba16602c1513094c7dc547fbe3de562463c4096bce_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:67f85bffdf2db08fb27d52c6a0a8b615a4b9cd748d9a7e6126851d1bb27844ed_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7d4b6b9e67875889c95a5d126bcad0f6b98c148b85433180573f439a867d9e25_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3c0791290db50c5a925a80b371ba8bdf91f4fccce56397d12a989263a972bd02_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:654aece866efed516d69db0e47668dc85d3936e901aeabd098e07538aa3dc617_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7637a44a01d6c56f002120cf96228b6c68e92b4391d4b6efa1c81ff8e40eac0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dbc636494f53ee38eae00f243bdb92d187ec84654c280cc454f2b4febd7c22f0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:08f46b1d2114a3ab80bc7cd277859a4f84e870c2421b9e13370774deca0aebe3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0ea69bf7a80cc8c0810acf8c7aaf2cc1374d3b034065f1119ca33af3d1794cbf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:17e61f4a9148bc2e0fcea85c19c98eb8c2efb701bd21f8b63547dad13fc256ec_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:8b81413ad0f567583ebe4782344c22834c1781c5f7493c8a05b827f3f2a5e409_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6b348a4fae63bad66acacb5f0d03b8155246733e758f14208956c38c2bedaac0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96eb6b75d6a8ce22b199b8150e628a2a00c427ffc79b2fee2e24af1bf584bbcf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e0b17d193af2fd7e981c9908e01f2d840cc939e24bf1be19977beb85fa1159ad_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ed56ff21aa465143bc0d1c4f20803873dd07999229739b84ef7861683476b22f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0654b81d996d73c5b5b03310f314bf3bd6871b3bd4d1abe791cec9b7a3339719_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e294ee6e92049316f91ecad5987a24d7d3c06809d3db2ee3f9a41bb461bc220_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e3afa0bbd3ab3ed4acd6d0059765116e9ab56090313932bd063098d94f1c3b1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:929f235d156df0f59479d60379dab0d83d6fc662d9acf7ff050a520850ee0125_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:14b5ec9622b1a177ffe69a7c87b7797c06b283b26d5547828d3177f823074b5e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:52a47ec0685655243dfa60738842ba038719f2454b85024084de270736d06529_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5fea5bf035692313badd286c7d13564d48c34e3195bac3c74ae669607b5b5875_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fca2b0ceeb7e301640de2604932cfb2c386441e0d3b3b0e4a525f0a6b00f7cee_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2b85420da837c90d984c5945fae12321c8e6b6fa270768da6270f382194f2d4f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5e5a715049a34055fca9a4b36dab839573238385890678734f96d7ba776dadf9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6982d2c27206f15366ece47b40f4a6a2994c7acf5dbb94aa274c55a2216d0063_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a38c23c37dbf421c77c4f36758a105b790123d654f1c8b3419becfefedadd0e7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:021e3ef983d0ca18800e0fc390ad96f4b6f6b9c3ab784c6e74ebe2e7fd7b31d5_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1076cff5268f9fec09a760da243efbb72eb96645f838a746c4c4e28ae4feba33_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3eabe7ed8651b8dedc3a2c38a83527f224ba3b50088b3238e158048bb2ddd85c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c29274bf105ffdd07bb78270a6dc497fbfb699acce48c7c6b7b6ef32416eb20f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:71bae3f7d9ec2a469c8d69b9f67d27a0a98a26bc842cc8733442cabd43fe3c06_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b67943ce9e26423e0bf84f411d50f394a67a0f3368ff289e695f8819c4fa8c02_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d4c9ea28e8a716d6a46a42cd3b5efc82f42d456e21791c32369527ae82f643e0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e4c222d813696b8b3d4cef6982cc88ba3d4581ad6842b10510fb4c8130a82684_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4d789598c5dc7be91f05a8766dffccc377a71db2ea8c5cc563f396cae02326dc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:70267df26127761958bacff38fbeece08995608c2a24c7a3724495128ef2bef6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:84ea38804ec003ae82375c83ed4549163a2c932d6264eb64476e0ad175b4a4de_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:bfcf2ab8d6586fd6a8f08ec2fcc71f997800b8f459577c31e654f8ef9325fc42_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:49a412244c4d6b547d5b0ca9bcb041b1e3cabbc78f5234ce52b678207d83b3e3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:4d2e1fee9a43f8faf39b05a7d82ceac50094ebe972fd1fd85b1528961cf49478_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:564e888a319fcd9b1af19b18a4281c5a2c41bedfc3186fb3bb587a1e28954c0a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecb2d59766a1aaaf7cfbdf1e0b92ed025a18fd54acd41fbc63026b350c98a953_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:296a9379ce17e07df7008f1d35004477297a7ebdf9e3d51a50d71628d6ac68af_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:67f272ef9abe83f9cd959ce97e3d5c46ed6e118ca30f65fbad733384d228ebce_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c8b5246ba51213bb183e07d862b6d1f9b156e1d16b7656bd6ea061f9016e8ad5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ed375d4341175bfe6945ea8aab5208f375034307f6753cc726230629ab97a71f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:29e41d78f04e683ecb12ff2335b7205383670e7bcd2b1beec736261a93abd406_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8ac74d64736ed4788497e0d4d10226bfa212f6c0cc97ee63d7c61676698bc022_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:94a303f0dd0822b5d82509e3ff8af5887949ddaa0e3a91b9f94d0bdf4e1e267b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:95c3aff27109694e511c9e45d1132bc4de0fd636cde0855c9ef45f1a17f5ce7a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:16e2953831f686cd68012c8cdaea2b404c54c91050145b716ee8b0ffc5cf11bf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:91e3e3d331d92b90ea49a78531cd366201c5de278f56597d9dcbeae40f114754_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bb1ec078ef82180a6019d6e174c16a5a846e4cb8995753628db25a4ca0071474_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c33a11f1aa2fe38738663eb291e25503e2e6fc3cb5bd964e1a6f8db0475e29a8_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2606e2856430c12efdf947977a070de13c3f93d3f304608c411ed57b6de0c6c7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4dda7a5132b638230470f86622d84a7f0117280726ea52e3769c15f11b1dbbbe_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f3b4137b1beff722b9c1ec2e451577a22f44c47a6196139a39d4aff3a0386daa_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f688b554b17808b3aca13b4e6bb8a240401db6f6cc5805e98ebe71ff43dbf1a7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:07163bdf6c27b8066a5f1e8674a2120054c3daab1e8a0db8cd728f2b1ca0fa57_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:32956c0bb79239db914454aa82f94222c6f7a90be718e22bb80c4e75a45127f1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d877387429f09cf5fdf779e73200069c418e561f20a21815bd56fce1c1c4c73_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:9a64cc9623e5639b0e8ec8f5ad63a5ab83f92598abe541be09fceb37ba2fab23_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6d8e4146a7965b0a81984df7d0a2fc094c50e7010acb93e58510cedc8a42e687_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:764c1081056df81f61d6965869f9ba66d67f132d6c768c13f1b2c1c81d45ec6b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a27762ca5025270235002c90eed00d6d029d4b7103b5bd108eb527fc8e797f1d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f473c0c439be12fc83e9ebcef48a1a067a5f4a9cd581ca19ca34a3dd0b9fb79b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:6e95c6d3ba75f0655680a4e46b703aeceb57cc9ad072733bed1aeeca0e9b3508_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:ba23af1b9437640698b924bb0645013d7c08fd6121489b01b63f66156faa6588_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:01c4ac10b7061c77ef54bf337b8488722506d2a572d9da7d9a689b4c9ff7c225_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:67c19e36b3f264978073841b06d940efc3fe0546baabffdfb35c2e5a1989e96c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:add880787ab5dc1af04cbed51e2da0f6f630ee85387617987ec6d6d8e3a28009_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:d6acbf09fd11d29d0d715b96e60355a23deba955fb3ac6ebbcbdc29e6923d508_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:474e02e9e121dfe39458bdbee1f434d32fa29347f55386a4abcd3825c9235456_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a0e6d2e5adb8d9c223824f623bd7d391e33241fcbe281c54af8e3925af5781b6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c3fffbd0e1e6db3256029c6cff61bb64ba56625041ff86a9d46a895076877fff_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d253f116a2d1e2f033f47422230a0a4e8a9fce255d71e9140a0bcb6f255c09b6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2224a1bb7f39feb0ee922a54a94d8dfa66e676caffc681f99227eafc0082b50c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:339b51d602e6c798949da55fc36b4e83d4b07909c97f004f8aebb5bb6f43268d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a7bc2291024185f39cde4d43057b17968cad18451fe8447b0ace526ee11bbcb4_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c171ac27f2bfd7846db274c1d2be8b39cdfed3afe59ab4fb01f903b5be3af443_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:45c70f4c6f15a25e1982efd6eee6930f16317ef4cebd11ffe2b5994b9ad8b200_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:938dfb864f0a9dd0116c5969eb1ca94f2e04b914c3ee56bc26ac33f90e2535c6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a4f095b9251baba737421c47566ac7329258b8ff22b0f131c5a941ad1b6caed5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:f7a4c6ab4dc050efd81ff5d7dee7569a55dd0cf96e6413c47770699f5fa02b6d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3a4f76a56b75c54966a76307c4fd647d854812bd22e55cb228c1e9b5aea67037_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:98110bc940b974dcbb8b0ea21c6b52bd96ecea62779f9665d3ac8dd03223905f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a7e47a89156ad39c7e5820cbc98a0b295ca1a3aaf6b72be3961c6d4eb0225831_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b6a273a6d68b36cd939b6bba836f657168526125327fb784c436c99848f49f7e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:26b6bffa3e11fabf11ec8176bb39ab3e301b3c5a85c1aec37142860ffac1fe5a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:301f5a73d9d839a999dbd3c9a7741ed3458ffb87426b7499364e6460850deeb5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:57eee4fc78405492c9a665c228d1f25c75f0390f75a73d5819aea7ebc2da6b4d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b10b625aa3fe5011c7fa9db3c95ba6d36c569fd6f6aa4ac3ff2431cbc103d362_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:11b59cdae58f57a02a4c8479266a50a1a5691f2e8e4382ea7ce96bc913ad4afc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1f11609dbe46602b2c11ea6c776cffc87ebf3fe2a1204f25bda85d9793d5cd60_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:28ca9310e14799c080a07935267ab4ecaf6fd1abadcb1e165deb46c81f2e731b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:56a619fe929b8a18bf1526bde6c9a86f12a1c0a43739d1a0d04c58920d3ac5d0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3bd696b964b694ec219c5776593bf4772dafcc3f43b973355913801929462557_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:4142674147742cf0ecad7223e02e88efb53e5a34ab820df5ea2f645a04219da8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7c59a7997fa95d2895620378a7e18f0074929b630c329ba3f03c72e43415364d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ff35fdf6dd3714c214394ff6f203815f23921af529bad0dc22abfa1d1680b333_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:15198ffc1a039f56e9cfe7ab35037c34a3864a83163576b65fb3e9f5aa8f1f3f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:4ab1c5859c4f54f225fe4d5555f3c2d1aafc520ce7a9197b040e06084da9a43b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7be609c48462446f215d9ae0326f1c76bc0b779cd08db391163c796106e7aeef_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f04c27be87ea23869192754c00d08badd40a106c2f66b86bf493455b3e3ceb09_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:42ce515a9496a89b6abef7a94b6fcea6880b2a9833900d54e1dd4044c9e2872e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5ab9133d7b6aa46227bca8a1c6ec2ec9233ebed8e62e41ff122dda627d4a7fcf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:94f82ddff9d44dfdce03af24a851c05cec4ceb161c5631ce6ce88dc8a9481271_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a7879d59a73d16ad9c237a597dfdbdbe06fd6d3e3de0c9396e342250778dbe08_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2f370ec13f448fc82d3f142cc8b6a559a4d62044631f4b394742652c4672f536_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:38471fb10545f0fd1f879ff8ded337bdb6919a929043727936d28c2153a78fb9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8e6c8d7186bfcc49c6ec64bf8bbaaee511f62cb5d14aec29bea364f90129d36e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e35c02d8101af5150e038572081ef775816f97c77ae24fec3826bef8c24837b4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:123714413da1487c02d182f1d355688d2f0fd63e0f82865dd962567bb9c81039_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:675b6754ba7e231a1725cf8338d536551497ed05e7f40435a2a3c98e411af84f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9eced45114ad75c3ca56d06028c836adaa713433bc49f6196533276f9645c58c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b203bacc4238f6cc6afaa7dcad119d126484235694dcc33a46edc4d002dc7f5b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4e68102ebe684da4477f443e32d69865b6fa28d398fbb76463c67d85739e3c2d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:6dd5107b14c1abce011367145d859456aeb03052ab831b4c548fa4fba0b269fb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8e6d6d3162ace273c1312c383de4e1f6ffe2d8e6d7b553b64e6ac460ac040c20_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:061699fecaf30d68ae3d41b89d812ea8144627d9ca9de83173fb33fa06e6b8f3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:33b4bb5c331675703e19ef96f3185b2d3cbcf4d0e37a6fabbeb5a8dc1f46df10_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b7e15475952a147e7d6d506ee9686c6c594d529b27e4086f49b0dfc1e237d640_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0465b162143273b73d2d1af7ea6f9654116a9b1cba8169028273185f2dfa1191_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5d1720d8067c33064ccfa16d47931fd18bdd3590f53023c2ec268ed9405d0983_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e99c8d382c503a7b1e25e6f72ef293496beab285d0a3453d09ca73fb58247163_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4e09db0d6efc9289a85cf5d4ced1d6a6a7f52168e44c366907a5d4ebd3e7d75d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:585c75fc909525ac0332764b66db33e6646e5e0b0a4d01d176be6dad70a7447f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:85df50114baa307e2b4192a46f80a292500401eaf41f45b071b23bc278562135_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:3ad0b56893a8ad865ef9de637c1f21a358aae5ed4adadae02db3c6d37db93422_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:56925cf35430409d4a59b4de3ea74d8e3779acf505872bcefa26e97418f7bc9b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:a928a27d2775d702a7b4888f87e770c93049b645b5878173d87d893288c0701a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c83836428568394e500de29f5e4b44fa4881f5b5813a8dcd42a5bd16b6bd2bae_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3fa694c3f2b9c05fcf2cb69f97d791fa46600ba1eebd67608b109586dac15e3c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:44006268f8f00b5dcc4737ce787d9221b50ad7af3e678ea6dea817a797512b4b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:6b7d13c5daddfeda27cc815f3fa02affd699ed626cc41775f78070cb8cab4f4f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bdd058e218fb99204c479f5cc33383634b184b1153a74c3333926e84f3e4bae1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:174dd5140764fb73bc002166fefbf8f897be7b295e10527410fee19338fe65d3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3f5a73689320e820972a39a40077926550f7864e2d1969a9352d3b833191086f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:df97ec11ed1fbf6397b6a62c85014c255b60c652c98ea439d1f47e62c6a0e4bd_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dff5a115ecbd046f3a1a60ce8d8518edd570922528a7ba56cb17716831eb6b09_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:11f56bb6bdf0069b7bea04e5051874cf879bff0ed36676dc521975eae8cf1bb5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1eb4aa5666fec327b24c011e1b7e726ecde7ba1942e0b8d9af38a65baa052985_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:77da9199e0922972da775122d60efaeeb4cb2cc464ff6855099fde770cfc01a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c56c801a4a9e11f7b9ee071dc9634fd6c43aaf04cdd6b048dd4ea1a623ba16a7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:5332d1051a8774d9d3ebd2f6df71f2ae36ff23fd32b28edb418c028dfa6be128_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ae444a4f4274431a8dfa075bb9c91fda502cbdbe971856f54ffb6a0d5deb08a3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:4148a39c8311d7050050debedbfa7454b53c3e00ae4d63cee7bc6da688af744b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:699c1abe44686141c985a530a8b3b864b3a1bf2c5c6645d68f7920b8f752c684_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:608159f89bf52fbe18bbdb1c48b679346ddac7d3ace7883c84494615a4ab7adc_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:d26f0f1adde0599a01c90d8b9e1e8690e6e532a380e7852e83cacc1e439b5424_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1ef42800334a0b6d395e1b1bc8e517e232713a4ee0e4591415c5347ea1352fb1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:23d11514c82b817c95564de1f0252dfcf753ca40cb154054c051b6bef078a960_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f5311dc740529f4f4c444fe33bd5731b0ff5d213620207f039af546a3c521226_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:14f9b0d4497da98ffed111c1266fd4e0b4a812f6b7ec37b95e5702438602ce33_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:4e6b6f1636a4300955a587155ee9063979e47cb387dfc1a85f3738b1cf25589f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:2cb5be04fd1145f054e994500608d1463f35a0fb87305e559ff71c972795d978_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:664dd8b515ac89b33051c38e00fabc4f2bd8c902f9fdd8df263b6cd6d0a0bc25_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:28e1a2e9d3850462c628b0bfaafac15d68def97b8c1c9387de58b1fb6d877f19_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5c60f40d38ebe6f95cfc0fa78fed9aa265fdf3aced888bf232445c2e76e4ed55_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d36d045c32e335933939150b36fd2f86599add415385560d3e10d4b74a704d89_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fa556b78fcc306b456576053e522d93e0c578807e220d3c562ea54cdbc2d1a92_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f9ea746b7bc2eb6cf1d82644d42d363d9343506f9091e8bc67740a06b382081_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:909ff0827690342dce5b4cf713327f3a8887a056951953c9aa639e916129e1ad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a8705dd5df6abd3d6931b298fe8e53cff0f8259547fa85446503b413b0ba19da_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:cabf1a3d4e2aab9e2273afa75bac084e93eb36a2801b91ea0d79982e9e7e5f2a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0b5cac582cea2ea2dee7d515f05bfedf2a5beff46ae6d5ca9626bbb36c94b865_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b920409f5635d704145bb8e1107a7c6f951976c44226a2083982443f67ce619b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d658355babb92069a73c35353c2fc0be4450517b3445d2387b4b0e3bd2b873d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f8036fe71f651189dda062ede40268c843ab07ad5b32e010250f9b6fe9234bb6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c5361be369c8e0194275ab97d18d52a095a5206888bc82d592f9f9ba28a34e91_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f6427aa92071d20df4e412376886d9831bb0cbb15c10216ebf2ac78de096b051_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5d5edceedc72d2ec62b24b6a60c278e4836829c78a0bcfeb20d87fefe501a39c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cd23e978bf90a7180245b04b5b0df939ba57e30ea13a2a759a5d04953eaafda0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:bccd28236b901759b08d5106786d262e482cbd1e3798c1392c9c6eda9956a5d6_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c096101efdd0dab71581c6e6506b9a6560c96979e2d439ca888d2c67860c1337_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7cf38584dd1c5c269f86d85b0488e9224ac989f985989b00ba718ccd5c1cda56_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b2a85daa27b4a10282c1365dfbb48a3224df6c2a47d6f5ed59c3c01f6035d443_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3643a11084c5df88b8dd9c8d7693b228f3a9d94f74aaeb4620aa458516c14e18_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:a6a1152188a6d2cab12133e497a5c29549fa0103dcde8f1bb530ce7a033033b5_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b6f91ba9a89207a2f84a8bb1343179bd74948644a8b1608c2a2d84dee9ad39b5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c21ea57e4b38cb47e5aacc58b218ed97cd4e6ef353d86442236cbe8852c6f648_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:56c61752133f5574587fefec75502e2a132871ed033a824f62519117ad0c4620_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5eee9a534fd647002e246ccc70b47a79737cbf604c5fa4519d10a8c66865e5a7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b1428b294b7752d6d56fa95d6630aad0b6d205991537ddc3274a7062c13df3dc_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c363dd15dc780181855ed7e8af09bf148d9e38d562cc54d90842f95ccecce36f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3978c02a12f2469999e833a2cd001a08741c4d9bd22ebe211bfdbac17563ddf0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8d20d5c213a86a2d9cf1d4e8ea351a70e2bc1e8864e7435baa701aef3b22441b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ad84f2d6f695c6c999a82e33cee9938544352a648c0e72adeaee0803289077c9_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d872bcf33f5d4d6f1a074bef0091e74de82b3b1a883b9004aa1f6193b84904fb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:027641f0d532c5d06663e838ddee798513282838efa12811ede36e1b8669949e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:198fbdb0d6d4bf699a9186c06c310e4eca0c3252ae8e0d64ea1c68d7b67c2bfe_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1a3fb2aa3ceac5c827d7cde1cc0296d6974663d3f5b4139390cb29dee2bbcc20_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:51a53812eecfb69e77afa538400463c7eb51710777e9d9573804d2d9eab5d307_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:19cdd4cd8546c53530e098641c6c83e2f38f05f2d046c6a9fddc3c8002a01fa1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:27b826d0ac202a4321d2d28bfe26376b405458781f04acd607c3a27bebe83651_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b1c377c3a99dc0a9a6a39dfccae28c7e5a11674342530a05b237a33117c980f4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b230c7f6c243ccfc43e6b50809f916d3247f8daad3c750220020ec4337b126a6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:42cfb65c46f9f63ae3227c0dd5ca2a0a11729ecfb2865f3a4443821a85f7c8d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6ca3200ace5f9b6c36c20185dfbac37ef4cfb171f3a99eb9c746e52031bf380e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a9edb90a7efaeaada322b051c1b4cda47df859fad20ed42574fbe0fa00d15324_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bf0602fddb6c09c5c20a33abf72b947cf7ec8de6ef68144d2f4b1a1a9ad906ba_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:13df2c323a0db01668777fb495bc342806443b5c0992fe7f9ede76a0e731e2b2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:8e564be7535e32f63ff7a84bb61b3586b16b07f4ab6db20b42340dd998f2e919_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:29b338177ad61fbe618240d520eb180c1faa54fcd4be63c0d2d16f5221c4d7c9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:97b5466389d9b1e4c54dce29bfb42e901ac2c4aa39edaf99c35f30a766d38b78_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:989cd4643516ba83c661cff6bb217cc25d502febc80344e08e90c6eef8d24088_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:adec59d5a5ca059167c1dab49e6e1e6363c1788833f2cbc2381cb7d88a98864b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f821e1e8479c74d1a672e049e187d68cc4845e7efb417e9e4e4fa99628f3ea99_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:4eef2a136a4fc3a9deb0c5999546aa8d498c3553107d1e0eda9d394b2f412169_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b31560936594f27a81750c2d73f97385d7b3ac87cfa7c75e1a4fc224243eb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:bb3bda07b0ab9cc97889a530b1da6d7eb3f7f9c8a98f9b867bb3a93da7694625_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d50f44b5a5797797b9595f99e3b24684908cc28d317ca00791bb6a7406e15636_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ec2e637888e698016d6df6cbf4be6d44e5a2f544e7b81884982e06ee632a9ed_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3c569b4e1ed989074b129cb91b307cfa10c8305b037b284b23bde4981f551238_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:4ddb2823de8624d7d45aa16adabddb92faed392e71c2d1a0b3e640be91b731f6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d3b7e9f39e5238f011f9328467c72a8cb8cf99d4bed7ac0593edb9ec5bbc90fd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:24e49f3b5ed9df72849a33dd7fbd4a0b01b8c3be79705d6e23ae48e3fd164133_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a9ce73e1f17b21b9bf2ecfa7e35f5d8e9c72620076bed594e217b870057185ca_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bc2fc4c0e55023974c90506cc14c51cf73741e9490632453687edf404b3c485c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ee9af4af02c40524e182fb1893b8bd59785be7d508111c5b0415f0caaadefcc3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:971256d54a4e10a29080f656d5de3b6281f27c77a40c0dc7352f1f05ab83eb11_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d4fc699ea35d0f1e96e825d2db3f21628e25589ba57c40ce771ed210aac5d588_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e3d0f624ec4e265daaed3072e9f9dc85668a917d49c96ebaa1c7bc05ca636197_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e47600e5f91aad639de386e422056d431450e5dc3560d30ad16b0b0bd240e371_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1cba0b4f393f1927ff5386a9b2ed74fed87a58e4b2d4a38f34fffedd30da14a0_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3b8bfd739f87585230904007f0b438b4bc9d79337f0e9038887bb7f297b681b6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9c7b3d916bac7900ed009cf82a03607fe68fb924805ea37e9950ff3fd6c73b44_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c0fe58445dbc3f94bb9a041ee4ac81d6e1ebef0eef6b2468c288be51d947555c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9c772d8d7af17818a38e2004fbdd7673bdaddea0c36daf239dfe65a49f78c212_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:acdda550e575dc7add42439a856726b3833c5d6d98dd9976f30be4b781a11a82_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b5be0c8ab080114879aafc5d2526924d32306ff545c06dba64c947ca68736f91_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bc413067c8cc3e6c40a9be4ea896d911cf6b3adbbbe4c8e85fcb243bbc7bc2ea_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4b39c2a3d10a1e059c3f52bbbad6df20e52e47a422119d51806b59bda8e7e97a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5f0f4b8edf205f47a263878372c0fc80e1531f3d197d882a83cc6a2bf980c277_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:78987fc04ce330fd8ffb8a96e1f25e8ece8360680bbbf4c8854f1ba1f598f2f6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a43046599cdb529aa9a2672b628a7495690b03379c7dd4ec7bd744b01793943d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:25b8603f08442f61b433250cb6f4839cf2cff118df56d1d7e12b3b09e859a278_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:912bcfa64c2dc40a0f8573e595001fdf9dd3280e4babb503198aa019c4c94dcb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9f84034243c6dc1341a059730c81b05bc6626b913524f8d854e7d13c59eb4d45_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d9683ec09f7d3d0c73eb626fa7132ea0d7f731893506437d76db27bef51ae518_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:13573ab2e748690c65900137ee67fa558a1938fc2c4d92deb6b308809a77dbc7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:279fef1862c07ed7b949895843d80c54180a704411df4bd4059135dab63900d9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7c527388a78edbc77d6a9db9ba9d5c8ddb302220d69734f4e0bfc26b63b3dcb1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e601bc25408a2eb5735db7d2595f969a59da9560516715ad781cff5e4a57f2cb_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:264fff5b66ca49266cfadcee9765ba0b34bccff8dfdb12e5444db97af4913095_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8f14a597769b040fed9d1c1d610b6023734dadee91cc28588b65efb25f6308ae_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:bf78d9a4afa92e68d8018283114bbc7fd11fe0a9b357b75a00395ad630ddde75_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dd57cd8ba112502a28c74d7f9e021035a061e1f51377ac0510dd02a303f14f37_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1e3163b559a137ca99141d0913759b5a92cf30e063f6ee2485983a486d97a066_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3038ed29c6dd5d46bf8d593c154537615b8d218bc43eb89dc099a546308c5b33_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6f5d8e50b9cf127af5334e0b1e97aa1bc466bb1ad8a1dcb2b6c3e7494bf5a1e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fa6736bee0e8806b00bf3b6d971e2de5ea49f3f2a89e8cc404d55a70e6f73720_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:09157be733606534b4788e13e47f647c427adb2d36031df979628d1e3d93b096_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2c52bc991f789cb2582b4fcd0fabd20b86b5893d9fcfbf6e9ebbb372cffecbe9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:611ab0d9521d88b9676bcf873b8aaa2fd385087814de0ab05c7c853fe98da20e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c6226a0f343e69d720fbc83ad01daedb925fc39d272df78fdacbd847fb075bcf_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:19425f8d71d7b67b74e76c5b770a5e3d918dfde9a9eb3e181c767b4489db01d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:39f0f3baf0bf65713633aeb91a80cd35779cce2b43e6faa70838e0a87bdb12cd_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:804965e59e0147de822be6cc464daa137e45c991e4ff00c7184b6fd8105eb781_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b9b4777d271c5ea81505111d169134181bd46169ccc05dc65f3b6e59f736d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1a6e143562b0618b3f5afb6d488e8bcca48d9b0b4f68dc70d77279643325ac52_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:22230fd972b50ad12367aa043fef070d0e580b71e874a0e3fc2f5aaf52839773_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3abe2be596ec79e32806af4d66a7350835433c11e8b053385ee6463e65f31d30_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bb8fb8cebadac019a3d8c7fb2338a56918ff39aeedd55318fcc7e7c6d60648a7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:28dc48f706edfe382aef8370f464836e99a307136561dff65f7e7e8b5dcf9a5e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:533846b923d36de2b953fd071f6f7ad38e60548e9ef1d3f704039bb69b59530f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:68d5b77732cb2c0b0cb9a7e6f4201570dd8134dcbb21019dfec4bfe1fadbad1a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6d20fc820b2b684137df0fe673dd4e98135ee6a8c39a660db8435be44160c4b5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:48568238316d40eaae138ec218e4d0fb6119c94d9014683bc25934210792500f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:1d1ba67b2ebee648e679f886122e649880437bed73cc62901f26e77087d1f72f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:627e8fa2665e8d19aea0b746867ce31b58cef207d6dea85228b175b96cc95dca_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7431114311d645b44e0f98c9a0e92e62a2c412a2b57dc47b52f1e4c5ae0baea7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a88a9aa0807380263b476e1e7491c9a4f36def3c403b43fdd30bab55f06e673f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e38292df09d0b5589b58f31c39ca74147011aafc1a51be00112856a7242cb80d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:67f16f35ae8e95b90d758bf617c953ffbd0f31d685b9f023c34e5de5c02d1d13_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ae42289a9ddca85918d07f71db7415d099e8544ead8ae73a0d79e600c1c0f067_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfcee1078c7f5425c41f8d3398ae512f2a07d156de7d6e92d24d7f5eb1eecff3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:eb851650658c10b1a102258af7b72aac6db36647d07ec4eac2bfce099ae68e67_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:74efd49cd2880e07cee9aa16b7615504fcd276e8606b7422ffe6a253636462c1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7ff9273c653a511408a49a0778e9584605b9d24e1069da8a77049f70e2bd5616_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ad02d1ed96a39fedea9588756c548817e8672b8fa6d3e16f1f53221e3e7d9157_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b10f0eaa64d49ea5763131b8ddd134da6771b835333a4f5ac9ffdaa13cbd08f9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6c75dc3551d30161fe15ddb87170bd7ac33cb19b242907e99a9f2b003659efc4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7cc7c37a8ce0bc5a1de200fa97525c35943d5fe789787d642c4a3079c251c4eb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dd8dfd22f1e93168de72dae9a266654563fd41d605c65b4bb15f20ec65fd53f6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:e651483d73deaf4125ae3c2729bd8a42b277df79a6ff056a99ee3e78e2164877_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6590ef2d757e5ac11ffacdf6de04ac112e96f4bc058b97aae1facfbc9bfb9317_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8bc45cb12c534a1dcaeef41b7ad0a4cd8ac0e3b0041aaa0cc3a9b917602ba5df_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:92e18d38fe9dfbf0e50933d15f4178cc149b3e4eb535ccf0fc0da030d758f435_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:9a77e03eab2a1992fcd1c0a1f1c978755e236843ee4472bb551968fb16568334_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:686e7784cda9016a460c9196a522f1fb510546cad343e26f510bea264ab9b515_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:77d58cca07f50ed35b30a97c24f66abf5fd5482be3c2a86df38b5d0e4b41e4b5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:a553758f4aecd97de2202ffc5d96370765e1f92a11fa4ca464ad13037d7c1a70_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d09813fbb679d41aece1f097ecf3797adf142242feb12769a604c37df1b6d80a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3a967546fc93fbe58afe72caa5892b712c5b96072d3cfccc1c7d9b27cc6fd6fd_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4d09ecbb6bc7010c93d65d8bae5a368326d1b52bb7f7410d30dd068b4b9c1aff_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:78a9ba8fadeb516fb48a37ad2abef78f57a09b5e701a31ca41e4bfefe493d781_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b44e2dd5cd2daac1ef6849feb0b313950e0616586fdcc843a051788fa071a4ff_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5d94083e84fbdaa57cd8723c20bfa1bf0d2eaa0cef52c662975b286785db8cb5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7662aeec067c8b3bd0203da4d87e0837eb624acc7dffab9c0eda8081d992fc55_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c95e0922aa74f51030c35cdf1ee704f01ece7b4ec53f361055f4cfc58e464bb9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e4ae1090a43cdf4a540f1a2cb376a93d2f74449ac44ba6d0484e4612579b3d43_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:48c47a452810fe65a21fa858b102a2e7d9469e1143c51857844a0a74ebf03661_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5ccd0d2687e836eea86fcdcfbc73c7bdced8bfe2050c466860306d246375f0b2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7fd64ebc835133fcf6fe9d286f18f790b12295dcd904d61cd255c97e49f216b5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e862f18a4bdd246891a49434389e8dae5d73a68aec6d548dd282f3c56396be98_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0772170993a9fc0531aa948ee3f4c83a8e530802f7d6fe246a0688026c050d27_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c1b6b3c81c49bd764dce7fcb732f14f378aad992c953cdac86872b4113e8168_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:307efea31da6d72e50def18e1c08bae9e05ac8991d90379280c15f69c93be375_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f366a95bf18554cb9b48af250be89970e4c6b1fadbb97543db8bc202eefe282a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:09b9a909358f49dc84cf863e418fa79a72c5f23ce05cbd4045b2c966147b4edb_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1ce1ac2cafe2162c4070a5b60087ecdc520db1e90a433183157c554f86a8bdcf_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2c984681915470552c6cf4dbd2c900d14f29d9a6632d7d937d2fbdf1cf16a5d6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b3809b2f792a8b57efc13591b88232ca2b83fd116ea1a6ce9c05ec39733bcfaa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c37ef0e5d795a727e79d2749570d7c42876e2884561857149a17793543b9fad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:45b239b4328e73574050498d8a59fae10b1788642bfd3fdfd487a59654f2395f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d0eac8a6dea99105af2917f089cc423a7c21820cdb7ea4a3f793381cd07f43f7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e9625244e5cf3f4fd7e6d69a8076069e24079672e2c4bc4df7733ef31c3aad9b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:25939a8eacf00a315bfaecb90901a20f2d314f186c1a23ee0814ca611866ed5e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3b3fe898a633924c2e0f803ca944cc63d99359966004c6aba6a05c446a0539dd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:55a048f1d9ac836497f7783369b5b582727df86cc64fe7df91c463db1fc0ff30_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:88990b2047d4ab9055afba0c6f8895f30a132c361722a1524bed1671527d99f9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4bab889d5262b3f891b99f0a521f6d4511641313cc1d3a5970cc2182c52e0fc2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4ddc6ce50e06c258b4f24827f1fe5577c4ceb5d68ad925a185dfac5b2b3a661e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7883c26d4640f30a8fbd635f5442fdb46625d727a1b2382220c454aeac081fe8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:955419c1ead9dbc1c2545f367907dd4b1e8133ea23ef65407341e9a505b1cd17_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:206e503ccabc3f5a01f11ea5026cb64ad6ae62adf2eb9044386efac6586cf332_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c2d2155a6d299536662cff9c5a8474680dc8d9c514b152e87421feac7cdcc22f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:e62baadcd61bdc045c205ce81a3b2b650be73e7b3a5dd5cb53ea4c2f8a181f0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fab5b1965457ca46faaf5d1e6882c17ac2f0e1db5017cc81ff4da8a9083cc838_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3e9733932088db40e1d1dc25250b68d83aae6fdaa33923c2593ffc6f10b84984_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:62ff6e225c6c72f9c9b0bb33014544d1e02a30ff9092c25fddf72d9ebc8782dd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:70259c080741f045c19c2dfb1fcd5069e9eb7e413294d855262975ae03e60b6a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a974b10609ceb50c391abab36ecaffb9c6ba62f66b246f529d8f7d1f038165a1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2a8daff0897cef178c43b00d43b3468a3ff9389ebf337533c771210ffc608bc3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4c7da9adb32c409132dfefa7ae79fe99d41b6f59c592eea234970279694951ff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a54253ba850cb357befc0173748523a1762858066023e04388c94c2d5caacfc9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d49affc20c2c397c1ed17de7d3a7fb98a3f66efe9f9bd4f4234c0832393df9b2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2321dd8c9cc505a677622c5cc680e4f3461c6bf1fa4267cdf7f39383967a0b3a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:582d0856a394c73d8faf8d1792a80ccd8c66d80cf65b9dfea344351d767132d3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:938cea3b81e1b74629b0bee65183b0800518b4b757175d34669fb25f6e5d802b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d8e3f695418674002c1dd252757415372d95b38f813a3d432abab774c7427b2e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:8fadf40fe968046de41a4a4c6f643d9077f4908a1e456d7da29e0b0c79f8431e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b7b73c5b17ad867eaf4066be6b2fb9a322677ec3265c0d1bde2e317f54f7accf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dd6c4a3b961b608a71122ddef308287483d90f3a153df4ebd00b4f85b46bd551_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f5e86e560d2dd575aa814329ad50a38ad4c7f3c111353e652e55aa5b58033f18_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:10015b131c57580e5edf1fa90b05b19482ea67ae3b588efb30da1cfb2061deda_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:99060fe9572cab596228b61e892ca9b571e3b740c4872ab55e3276d4ad65260b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5127b9d0570329e12a37d1c7e38a3ad9a1c990b7b0e1d3f3b31f5ae1146a518a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8403b335a511bc219b98b899e2cf4458347dfc67c8e15440801b1434f03ab555_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:8bd350665dfcfcd29e64a93a9c1b700817a99560dcc927a75c13cf22924a557d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b47afa8cdfbab90e0852af59ab14d95b430a2e94245aa9d1c65d1a592f44a90e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:15c698a4b3293ec372e1ceffaba0fb9360499514271d26c22cfb6cb39852f598_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:43344ef6148d5c76a10961d19b3bd83e219764cb53ac4f310a513bbe694fef6c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:084a185169e09b57b07073bc5c82bc741aeba187cd9cb33149c830af00cc6582_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:171aabed219e2a837afd87ec9dda95bd32b6f780a8c7116a6dba18533c07605d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:33926bd728bf4ecfa8146f2d55c05f151150d249b965ac4338cfa8a9acf642f4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c0709bc4da1e5574cf296180cfa6abce28c2b7ac105abd95535422abb090207b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4ef4397e1a1aa5b377ecab2fceb5c2eb15b526ae39bcd9299b45d9abe4bbbf31_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:852e6be5031cc90ccd9d02fcc66b59baa692d594e7ae95e68b8923732fa77b49_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bd9e30cdd5958003b7db73e8d871b448d208c099f3dc7e9df3ba56e6d476ea66_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fc61ea57eef9eb7f0bb091cc0815a81844d60c78f5824640e40096e8de8a02c6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2020b01fe0c8555a2cf070d5a9bf75691de4d8b775b4ac91032c92972ae6a424_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6c3b876e5fa5594ed92ed3d333ad1edd228611d67b060024511f8c6a53eeec92_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cb279e6a6181c4ab8025c6ee74497cd95e990aa02a03aa01c8e4ecb81718d231_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f6562421b9828dea833fc82160705ba8c0349531dca39eea94da4bb31b8d3468_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:44b8d7704e559a8fbde7bcd2d7b51cc025eb2b898c74497149f818473d6b7237_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6b3db54da066eff7abd8e8f58ae42163364355fb1fb5a166c3f90ef42024e24a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7bccca2d8db4038ed90d7c5d995bb2daf880b3d6aed320c6d6dc89c73c38170c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:afc464bfe9fb581e22275814fb3263ada3383b571ac4765507d2640470a8fa3a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:353292bd26a33c9a68fbb8351005fc3b65d1f0dc02c82887cdeb5d28beda1404_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:af382c36059c0c0d6e76b41eda8ae2055bf5717205754272edf126fe15737cc1_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ebd113dd73707e7e234669c4b52e7ad90c5aaa95d062fe7b2ec18ad63b942920_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f0b91324c63bdd9b1603e0bcd2e554e1d595168f9337a7c26d3834093b24f6e4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:23a74b9b847094d230ca89e8d43c924098aa5a8ad67bc02c4b11833c4620aba2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3a9adb54f0e11beb7e2f393c00ef6014f9c18796c36e47ff1f08807dee8a9e0b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:558cbb955c8d4de727f010f3fe97f285b6922f4845357cd979c22e9d6afda4dc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:64f0e85f122f8cef1a5b444095fb16f95b255865ab116cd59a4a541bb61cd09e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2b93d36104e2c99c09823ed5c6d12e25abf3dd07e20683640f99b687a45e9b6a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2bb2c4706037910e8045bf0127ddd9087d2c8ab9eeb09ceabe97b18dfe873c1a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3e5d6fe6f1f7a495efdb0a61dfde0d20def80759a215bc7097265c816e07919a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:efe7886379624399e04e4f213bf1f8b2baf1acf989823caa93ed8ba76ccf9372_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1b152d3df7256fa1d16dbc4edc991503bd90432e1c8408149603306e62a28a89_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a7c3fd07837a9c03ab834a0b46ba51b50c73037203ca4d12d8cb2a45f690e62a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c9aa9a181ad76c715b410ec6866d86f28923d2becc8438f3b56a381d7c668897_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e96b65f0caa9f23429318080d5812ddd5c233b881b6f460d944990000a6d7018_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37569639de1f8c36904366fe21657db1df3c26c03b8f9f974e0a87abe862c7b8_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8d27603330319790b463eba638816fec38ce5ce81e7cc2c113636939d713051b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9e9598797558cb0767f9bba75faaece26aadb56163f94ae2cc2c137645b5babd_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:cf8f8b11a984107f035ff28ba24ff3f6e1d10cd764ac472b94bb9e74d435a459_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:70e6484048faddf5f59bc7399fb22731d4134b6a6e2c2ad3b1e92bf26e5ca902_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:93c6c010543791ed57e08cd0630a7dc7903d7455d61686cdb0865b13fc52f44e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:cf50871759b51c4fd1f164c53ec8503379de265ff95b5f6bfcb15d3820722c78_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f296becb22727fbcfc0a2a4a91139dc782688f43f63396d645b03bf698b81ecb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:227f6cfcbd9f361dac87776c3b625a4ae91a7054a29a48c0aec491a786f81380_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4063848bcd02040ab2a26a1e77d643a8cc01373bc6467070f72f8cae62ad8bf7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7315ff02d1adefaf5e52dc2b87903cbeaa1ad7c30719ff6afd130d068ebcb429_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:c33effb47bad5780e4e0ed220647bd0741276ef5c19eea05014b528b91765efb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2883dc4d23d0c4ec9551a0818f5d5edfc708454b48333db179232b6f7bafb4cf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2909be49bc0471a0e2ab4e9172e4ce490b305b8e1fb86729b45af106f1ad5ac2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3b91df98133ad62ab43372695b3953c54d58e70c15eb7ae201b68d73088c0bb9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ea31f2ac734ef3cec4337ec6025a1cc01a2452ec124f102e5b1400a9ccfb05a6_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:2aaf1b270a589b2e9c907bc35b4a3706cca1508a06142dd3086411e046d7cd00_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:32b91a8b6cf6278fde2c8d33666748a905a8dcf290b6e16ef266857d4838d3c0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:fe8f645cd130c489a3454252abd64c554d583cbf984aa3e568ae9c4073fa0f03_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:9885e38ff9be6d7ae070a00b851232a29e739a870d32b2508ab9f34e56177bd5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2b7476cab5336d76457b1915e734ab8702c461af8ca4d9e474557ad8354f7065_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:4890f971ad6077addd93d4c7fd1e9ee46ef3634bf89ff5adee2a95ad7b7b3f12_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:afc7f162c9c1c3033316a984254b8a477d8eae5bbed9cb25257d54a54e1bb866_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:e9bc1798e5283c65ff1487ae78c1175395e051a6c13426d3e8d1b898469a3493_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2480757"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang.org/x/net/html. When arbitrary HTML is parsed and then rendered, it can result in an unexpected HTML tree. This allows an attacker to bypass HTML sanitization mechanisms, leading to Cross-Site Scripting (XSS) attacks in applications. Such attacks can result in information disclosure or arbitrary code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/net/html: golang: golang.org/x/net/html: Cross-Site Scripting via HTML parsing bypass",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability in `golang.org/x/net/html` is rated as Important. It allows for Cross-Site Scripting (XSS) attacks by enabling an attacker to bypass HTML sanitization mechanisms when arbitrary HTML is parsed and rendered. This can lead to information disclosure or arbitrary code execution in affected applications. Exploitation typically requires user interaction, where a user processes specially crafted malicious HTML content.",
"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.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0b41f824ade401523c3ff06e2dace98c8dda246f40e6a01a588dab6fcad09683_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4954d67caa517e2e2edec0e5d4b95610a31b82d5a86f9058cbe55193987da9d2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d1a37ce3fce40a5d5e3065b5a4be81a18fe2a6b81bd5d16ada65f2647fd8fd0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d395f05c26536703d44d06525efc0ac6203440e6576e8a1513c7e4ed8563ae62_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:07716873e44d49ad177f8c572fe54cec7ddb819a70492e6bddf36ef2ea5e6449_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:288bb644cbb5e14b00d80e0b409c83644a59cbcb513d19025f8b97de61f2cbea_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a27a41e1a167568dc9bcd1f125ac624897d73bb6dca7be80d256432b35e4c6aa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fe9b92e8a052208c6eeac2ba816959ee8129cc0f68bc93bb0a1a2f940a49f4d8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:44ba1190dc20c3a99259ef0723be3c9e1c2d4f339ec4eb4f38a9375cefd60d2f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:48a700617f0d4ab9dd6b40cc27e9f602892037c10872c19c60f62a2a848e451e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9319978cb44eb1f26a7d82709c4ba7d9b6b0bdad78c6c6080bafb0933103bda2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e734fcb9ca41744ac9213327a775aeb0e01ea9974036908721b532ed2dfef923_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:10097712385ddd416b15237d2af20f86a0370f1d97125f1e8a0d25a7215f6751_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:40f8f7e1d72a0e70d96c1ff028cff7125ead621e89cf2f3c1cc5262a3aab65fe_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:50ff72eded21d210ea9c57c9f9b192cb6ca5efe781c5c5a9d2e1129e2eb7a248_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:f77b14655ac6137b53212c8ed526d6baf86d6d6332513416daa73a6dc468c832_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:76042ef2dea9a9316a7bb2a38923d0b670663803c75f5b8351b5e71d344b479c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a645a364226f6768df30645c15ffb8b7feb1932a96c3666cd2d8bbf71786fe88_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:afc4fea57ea3217712f10421cdc7ded66093dfd0d5cdf09120ec1200d696f332_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f70b291b3be37bcef36e4cd282cbd88f917dcc5e61e0ad6228b33b770656b8ca_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4cad4e954d5e9fce7e93ce3a81da34d58e01c38a5d6140cefa7eeeffa13e1431_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5c1598ad56e3f9cf5801a990b2d5d007632cadc69118dd15b771d8104893b722_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d18a7d5884e709f2440b7f85999c2351c0f74ba09b876a7c915a974ccfa3dea0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:ede11c7678a732b9ef9a763632c13e616a95cbabdb36baf0c5c48ca0d476c260_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:208703e1b4c8fd82b6cffc790affc4bb8966f6d95e5b5631d9fc7cd429d82242_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:40be47b6d5dedb587c54ea5f6ee763dc3007284e85cf75d9f48f4de83bff4f0c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bfe783bcda48a7678e776f99ab08f9d6cdf882432ae03c46593326bf8b57e714_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e43bd0884f4c1993cd516c3ea52d1f878a783f6a998a6dd3fe4a98ab11bd3e87_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0492b621d90ebddbab300b3bcb6979598f11380da79b32531f8978b26fe5edfa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2f4ffb0abe2bcc7b801658bb46ad9f397d7a3d11e8b2060859f5dee1625d7ea2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:30b0e4f82db1f3e39379b7aa792514aa726a0c485680b67351c593542c1b1127_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f0f3b27621a9276b1f4f9601b1b399eabbc165d74a4b4a20ebbccf6a36a8f98d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2d56871f80eb82c502cec2b901d3510ab482eea981f50cba4fea729c83f1897c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c169319f15a3e6ac9086e21438dac78a6b30f142c6d96d63c259e45f4b98c2ad_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cbb1706913eb430b86212f941bb32b066af04b431126af872899134a9e111ca2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:de56a4d37e6686cafc8591eb1f7520942036037ba5af21c286aea2d2fab95b2b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3e35e96ed5607d7229629ee64a3a7c942fb12da93a75e989f1fd9aa028e8fdcd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c045d9282bb2e3ccfdc19d09b76e81d622ad5c41750c960a066f9a735ce47a3a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d3c7bcca57a84397fa1932919a750ed7a002fd7f7be976152dd7c14d60feacd0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fc479e1b1d14c548ed9a783109fd978efba5363537b835a5d09fa8d0fa9f9068_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:0e22ab8f884e0095c3cb3efcb63f9f37d55b72cff37962f271fdf534deb469c1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:ab518543ee2455263fe748f1d2ab5fd1fcb87e03bdb241a1fe657c748e220e3d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:cf25049921f441dee72daf95b707da269c5ea7af7026674c42a7e3c8cc682e59_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:d5350fca926c7cabd8fa4e7749f0c2bd9bf90069a11ed96342cbaa0ccc16f889_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:41ec41da1569234037cfc2b9cefeadbdb4c1e45363dcc0b5f2acce2453ba3dd2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:bf2513f4ea2df4a781fa74ddc02c207133387318444f7027e6b62565e8af505d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb3cc6f050ccd3fae295639dd627bdf3ff5f08f66ef0fdefe24ab8260cfba983_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:efe54dbb00c22c7e9e4a6d7c40e52665823c5f94d4b7b03236edeb1d7a304f94_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:073ed3fb3dfb009b6ba476883da5421996c5c4f4119375c0c83b072571d935f6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:14b74e5080c191fe32bdd2a416c80cd94a0f30ea6d5f18faf7396c120c5907ea_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3c86e67143d2caced55d2dc470df15cd1659c5e16c7eb8af22183de1a3222901_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a6de5df300008dde127b655f67ba1c8e637bd6e67bc2c811c0d9e0ecfc3cb08b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05ef13e75b41891cd2774cf5243b11da290ae75f12ecd07239e580a5238036a5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7c5f6b71b68331d1cdff8b3273fc7cebb945d9c037fae5c2fe0666f84cafc928_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:c221dffd999b01fe10c83c1cf3e93ed9d49beb5f0f13e8e23261f44a07fd9342_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ea42eecab8a62b7896ffb697f402857a31807834a102986b3967faa70f63775f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:0123a42a6d10e21067ef4ed5ad7a39541529ff0157cb27443a95b0e5d88efc7b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:61e542fb10dc0e083f8889b0b94c3525f3882e5da701b8db31cc9be68d803ec9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:69eb532db9fac5d796148a421f1c0a95f03a84604fe40d5e5a3719c995b8d3c2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7bfdc577bd856e0cc690c86a8fc9928ed3d034d4d1455378c95293376a74b9c3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:023e336977c9e6f23a82083ada96020a26cfea384189b765e89d6acf7112957c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a0734ecbae0ba4ef8a6cf77d42383afe04fdf33eed2c0d1e34782f147c675581_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c64a9e77bb865dd5475a4022629d394ced47bfd9adb137f69e2dd7bfca2c5a29_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e90910e06037ec13a10bc176da5a516287ddc34ccdfcb36432f386f7b3895136_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2052fdaecd2f3807694fa17f35f03f84b5d8116ca56926b6d657f0594adcc4af_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:274df573eeb1919286472cfde2006716aaa62c65ad1a6fb82bc351e7292a51a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5f81d0322afa70edfd932cf1f80dc5a14ebb30f3f4cb0a4b9943859c3ef8a741_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c5f86407af14e6c3741e75068ebe79aea7c7d1a73ca87fc97128c53139dc8748_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:11009d76f2fc73fb88ad8650914948e04e30d4096420d00a4e6b1f2f82bb2a48_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:464e2bac04048cdd010a9625e6657c9f823ebadd624fd71191ee978520874528_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:4a6beae013e9de12cd8b0a39e9e7488f51b97b3f295e14d773eb28c5df9d6743_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a2f765f47a9fbb2acbbf3b00c2d62d7df283546b7485e7631116fe824cb589a5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:82953c91b88971066d4d605174664863cb062a6f7da286754aa4f05c11a69bc4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8adf05874d8cc6284cb4566506787161305d95ba4c318f070e01960939526d59_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b0127947224f18d500d967398c5008737df32168d2db50f1f87554e149328d71_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:c25b7a4bba9a988a6b7daa4eaa8608df78b927d1d454aac7757f18e3b6c78d86_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1f6a0d8476232a85b5d18ef9ce148135b69a4abdc45952f6ad0eaf41604e05f8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2989730daa53d788a9e1be03bf922a07c1111ee8559bdef63d058be6fd5f3fc7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c0cac6ae1322cdf12df3c55948bcfead52641aa95a57dcdea97401ae01c1860_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:adf166a8095fd21a818265c01776b94e25cea102a98de6875352cdc47fba933b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:67f12e5ce45f173e79229f506b92915943d263ca0adaa31a027cb7245d7a076e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6b91bbe18861c83c79693a155979f3cc56162624412eef4c57c52cfedfb38475_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b2bb582913e9dedea9f2eb41f1568fa8f0fccce2e56be4f666ff41f3698dc147_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d35f97d205f82d6ffa260582fc6dce2fe0fcc3719ae0e19e85e06e7ab629021e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:03ce535e7bb582ca85793c8155f38ff9f73231e7cf5af4ce223ea89d4d2eeb89_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:605dbca994f47b04da902ae4b76744eaebe0d716a7a5fd3cb8e617db5dabb8c7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6b2582a7f534bb2716acaa72598b40f593897124fe03a5e6b2bea1e4c1a26d15_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d88f52e765c3f5fd4ad80f7364efe49e98ae927d82601d27105eb6ad0b484264_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:1305fefe98602549511b835fd1302eee6a4494c690d76964d89189c90f39627a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:325af02386526656111c663e6a206e755f2f30db00059078a0391d4af6cd95d2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6dcb4d60294895ba062bed0e9612ad7fecd7fd8d8cffdeee9bd65ffec1b20a63_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f492d67b16384267b9f65d20b769f93e3122f0957cec290a88a1b244c80e4b54_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:56cd8314cc9791e043cb4e5ace324013f4ce4c825fb5f9119b1a6c6871b76a3b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d6ff019bc8333893d6d5799927ffd9dbd02d0d388752a1ead6b8f85928fff4f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d7e525584c9b7492d8b989d2ad0b8ccdc4f244987f26b4aedfa7ab1097aa8ac_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:598dbc32cda4219d6a0442aee99096b77ddbea0148ac3260c9c37e00b13cba23_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e223d745233c048714d3ff7a04f8ee565aebeb0f5aead03e55dd9f305fe60cb2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:05fe3c8332c4626e356a2b8b33b235d605b8cfdf8b49a68475db687789a766e7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:64ea7652aa2f9f9ba58d56765ee0ffd7224d6534860d118c059c2c066bbf2142_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8673853d611d162bc12d1791bef2acdd4131a97b8a6e46961736724b69332db7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ee04f343f0bc1c58b1e016295990225bafab7b39a9c1a572b10cdc19076150ad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:4771678b9e18450e8e2a6ab991e844fb064749a0b09b089e54a802a7109c1ae7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:68c90482505c592a6393640c16467c1416f3175ba1273a284c3d0a9417e879ae_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:234bf4abb67f86a27d549a2d368d080a3671ab34786e26c6abbcdf58baccb034_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f330b931299e7c97298212e0514c55f9e086e2f33ab7e522d40d8e9df843ea11_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:123e1027c857bf3a084e45755736871b220117eb70d774a3b450f7d877e7d1a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:61d9a3fb3114cc2252a8ecb5b0339a5fcdef87cf962f285be72b164933afb857_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9426eef8c79d6e2c9cf5efb340257ef7dc7936b3369050776f4b45ed6603de37_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b693182419b2287a69a8bcb3bd3ef8d6e799b5e7aa9b5f25cca855995588e104_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cde3a4deb285f4ffb38be4443b3c09f33a44d8f2007bfde6f8766d371487bb80_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cfa458375e07e80969d9a9b3521c5983fd20f384b74f1080b865b618afd35f32_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:30a0f7d083fbf57d19fdebcba31bf52d257fda3eab13e1c8b856291f40278c4d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:7078670a28f19c15b118e3ff8d70afcd5e329a22eb6a44d3827f9554dbbee812_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:6d60dfdba0f6368f23bdb554da68f81e3d088677ce9748d2850ba8f2ecb0cbcd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b71a8dd592d2646c7b085b06edefe64be96e38113c3547a111a8d0201992b98c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d906f3f6f4740b50fd6266205b0b3f986b35ca7a64ac7b6c52cd7167d0cdab23_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e4969f9764190a2b46dc5c9c7375213c28518935d80c4e4570d122d231f53663_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:331e8f309349114252acd7fe42067ab2b7bc03abb6619f1df59c8fe907513d3e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fefc2125429189eb85f3c807ad8ba8896a48518f3dd7d93f94a091ec925e23f1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:8687825da05aa3fbdbf32fa82a739f58585d8d2564501deb0d3b97d67a4c431f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e5886c91ae307b14a848b0a571918a57a9d2d85805af6c6ac7a2404dc0308337_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:260b87efa1dfc71726aefc2feb8dfa83495aedfa6e95b0e86dd1ce0d246233cf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:49a1a91122fc6cc34cb21b6de67b8249f154aa8e2bfade0e50457c224fc3ca70_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:cdc02821294c7bd8b4de75b356ec0ec8b0745b0b409ae9481dc08c4d967b53ef_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:e52b5054a3c11b34c3bc3450d9be2628816575531a1435ce44652324ec020dc3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:64e73e3f7bc1f37f40ae235a7866ea7c881d67afe29b398edc6f15befa7f06cc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b4f0c23d7fadc3a15840607d9aa13327a3eda6272565f88be3691b74f16fa13b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9b5eda1037248996bff10033108d1dec27b8417730bd721d980b778e1cb4585f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c397e51c6d4de14ea1b6a41957a3fe5ae54115c1cbaf414c013035333824eca2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c72d9616c2bf94661a156840d39e3a42d4023598c5d647562874c453b44b72e9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fef61b2df388d1e5714b0f3293bb7878f1ff9ac64b0353284576fa0413000ce2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:267a8525fce7dcfc460052b97dc07532c927fcb27257b29f5e43e5475376bc42_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:886cef96ae99502afa35aa5cbe5a16a30d873e8c9c92d6bb3c748bb68877935c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9a68ca065607df1a4fd1a351041d799b2166b76ebbdf2c92a0fdbccd47015036_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c7a8842568f7ed4d4b1ceb0f507aa5a56d80ab213877507be04ab55f8fcb3a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1567f1a6c1a596e22674ad45cd1975c8667fb2317c84dd5944ccef58326239b2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:40dad16e2777a64a836355627be3aae4572a7ed6417ac39e0dca5f019eeaf471_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:800ffbe7a0007398e44945b2f3772d657995ebd902918ecb410e5d373de06263_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9720a885c669964be135fbcc55bfd5e9766841f6b11bb2c279ac030de9618ece_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02440d8ce569f4318b2110f8975fc4d0a93e6da6c5012882df9cbe77559a0a81_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02594f4e3bd44cf7d378a7fa0533d54b4365eb5317c282cf8295cdfb0ae5ddf8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3e5753abdfee794bd09cd51eda1c7634aa7630ea3f2a72ff40c3fcf5661e58c1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ea8145a89efceb27b579a5f79c37c7457d141a0eb38b2de5c82ced07879539d1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a1aa9421f9d52c8bb918e1b3c9daac3e1a076e70e003a58462b62f0a91fbf795_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d4dd77443d486829650aaee412b58df2c5fcd995bf2c493a22dc1cc705d270a1_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d689dbabc1df0ca42e7eceba17ff474f9e6a30474f7cca15970a5ee7fb870a72_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fea791f1b353cb84039498653a7b7daadebd460631446fae5f05d1ca8e85dace_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:100ffa84c55a87981f50fa5fcdfb5a5daad0eea01d0bc14abdbc959ca0a1ff92_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2e646fe351c1dfb3650d0b67694f5cb89fb7aae85c9b8edd356f54f40b9e9fb3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4a45ec0f50d9cec050f1c99dd33d288ba8f9e8dd1a71c2870eb5e799a42e411e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:60be3446f54ba3c5f93c5c4bf1de44d7e9ca3049abb6ab910f8e62e671a80d44_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:90b36fe8a88dddddcd584cf06ddbde8b74e9d7a78f9f51b77d7d2480ed45ed79_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d69ebc6a9d6bd6f8f75d933ee0f7893b285fb24e994bffc35514ff5211ce68b1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:da6ed87ee2d899e3fe9c6e8b08bcd44cf11e1b1563972ca4aeb3e8bc806a1d2c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fdea5b85efe39b635685d506a4416115d546a9f56e87903650b5e51bec6a10bd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:47ded0bc14992d79c073e4cd541279def7e44d8ff586a5cc1676edabdd86c13b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:642eb8c1bf4631b969d0ebf3a0755f566236ce7b5534fab78d531c76d5e802ad_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7189cc475748ddba6ff3f306320d55a840baa8f1da8a934d4500c49e6f675ea5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bc10db6a9f9c1a60744f49c1ed737bbbb8454eeff9fd00175b98872a1af17936_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:017359024215cf5a7b00bd31b8b797ca7f5f456d66a34ac12c44e53c1ab77fff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2635b651e023c9d4dd92d1897b4513947985256607f9d2dd8043cd7f5de3a765_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:542b1a4bf2fafae85c50eae7a182ffd3a3a07b2c234a00e4e6c639b1143b4b55_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9b3b5510e4cf6b4cb86bae86fbf36c1fccbdeaecfe009cf2e67cb9c1d7924ef4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:048f5dc4b9176a86e0d82447e036ddad890e58e49c8508cd74f8c297272c800f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:0a7e3fc4b1f892ea2e77c1f5d961507f0fcec7740f33d3e308904cdea1d3ce21_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:44db7037b872b0164497a603e99b7c5bf2bd9aaf31158e8a4e8bd03559584155_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:a8ffa384c6770ffe1bb9b7b8729501ef2c06199e0005b16e5dc432dd8d23c66f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:176081efde0e44254215af3f5091e64748c81d2bb29a1e7a64ed2879c6a7fbe3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:42ea798731bcee8b868ae15f9d45b8f0aaa91d1a4f7660c53ee08b070fe4c9f5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:85fd9925886227b53c26a3ed09604c408c49b8ddb9cf7efa2057335bec94803c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8b7b592c5ae05773897351d97fc9925e6904ed02a6ed49e4737f0f649b7eabe_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0d8537a8b89a087f59b9f0c413d9c8d6c77002ff0d9d8579d179291d3b6caee0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:14cc3a54f1ddd57ce5b80b6d111f0ca27f74b4321c9915d5ec1960318c71d752_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7dc1bda89f2fe70041f850dbb5dd3804e853961d2026c3880fd7255dd6e57b0e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:aac4600f524660e2351490cc7aa719ac2dc93193f64bff1178a04376bda57cee_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5449067a980b2d50b360b1aa1164fba67693402210111708ebaa00f0f93bfb55_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c8486459e2b80ee2706409e888070c9100938357621746215ad7871ab9ddb990_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d748caca6496019c594ae5aca825845658e1e8c5a1c062a02830aecd677ea1af_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dac9a4617348551eaefdf01ebf1770442c0bc07033fcbff203750ecaaef1161b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5143aae8d524363878300902b89dfb5f3420ce897bc36064fd021d23993432f1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:6fa81971ac5bc843a536eaf167cf5147e879c5447d7c1ec17cebe7ab85692317_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:bfa79bf705669231df1e59e373712f0b04ef2c0676ebfd901bd9879cef16236e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:cad2e37531b2ba165087ddbcbccf9cf167c4eaca5a3fba5f5f4bd943b8298678_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3538795f3effdfe84442141d83d0292447b4c43e3d68871afcd453f80e11fbff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:7da313ec91e1a9ff08a16ea2b0af0ed1ac73e40c4b629402bff19f183d45aef6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d9279ac3cea7e1e400e244624bd7ce53cbb6343d10872873e71dee20263d0e62_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e89a5c92caae6b72646e17535787d06f7640a47c59b0b4f418c7e48918736d60_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0ec6c9197060bf068f358283d64b9b877e97f072466244f9d147552a193fdae3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a5aa2eb87a3fc9c5160f5c37c50cb88cc0a77bbf4eebb298ee7883ecf47b456_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc1512a1ca871d5e21162430f028d7b7f2391e19cee9b3d6e253b6b6d03cc8e2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e8c2baac5dee142c4e84d01c731abbc200cf24a04201fd8690f0d47035958830_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9b45bdc374e248769add4b772aca63e25ff0baf8d490e64066bfa78405cf609e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bcb4f4b45a7d62927ee6589db9d31e9bfc87a13f3b0239649c9701b10d3dbd75_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c1c72b9d00d45dc90f97bd9c5263e6d385ee34f3a3f834909dd8b8eb28c3b15f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e15057d2878011a1142587df35dac65182dd4ec4c0f3c61055a73a23dfbd615c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3bef4d599101ae4c2162f47e89f5fbac89903db3f007bb425eed38e1d9b4d9cc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aee0556c560d2ef9f2ccf501302a373f15cdccc83ec2c6935c4ae6a2f25b63e0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ddc3c05d5daa3aeffe5629b7e2fedd5df301a3030f8f8c6acc3204b8fd7e0995_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f463811c1b1e6fc34934bb5a8151fa946acf321ab57f9901b3ee1b7f75546beb_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2abfe62de89fdd0697da63674373b1c8a2695846d8acab5f17a35fb38fbc23a4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7701f38b6702b4a9e6b49b3db83073475c33528d2529e63b1b98664bb7191906_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a23cd4945d2e1f9e1c194179fab9c388677fa1317e02a99eebc575e227064b79_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f2f194cdb1a14fe59e05455df10ebfe70edabd37ad605346b6258c5bda79d96e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9b04b0a1047813b35f6ef09e1fcf1e06b63946e0a3b3feaee3e081b0deed689b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bb521f2f97477b5b9851f6655f1738b620aefccaaa81cd303d17eb74ade7adb4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c8a1f9ce2dea4947e6cb460bb4b4ae7ab6bc5f816ca25f3405799d56c6ca48f3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d8f67c5b7b8903633485f67a76f88ea13855bbf95e92b651bddd15fa91458ebc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2c84af74e0937a0f3451054240ab7ae2d44c1b566339012ebec9e5b75d7a627c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:41ab25be6eb002ee921bf74c1049e07547328632d576e78fc45245177fe9ab84_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5b389b9b0acddd8ffe5e5c3f9d54321d061253f3f45b5b66b6dfa0181b73b87a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9afa17f9f4e4551369e891d405098219c071231ddab921dd32bb7bc66bb0b6a7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:0bd76e62d162ae823a34a766fccd9d339e3f550720d863b477273734ed1fdc39_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:dd17b1ffce727d9a74c3f64d65b72b03a5c8fed96e773665a078dfab33bd64c7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e8ed2c9324c2f5594f90b049e92f2fb3141dedcd99165e80e8bfe147c738adff_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f7f45f6d562bf699e0e45e134c7ab71701dc3994882cb82edce9356be7627ce0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:22dee3c01cf1deff68d73d76735e420d223ba0e75dba1e7ae224ac4e7b14ae79_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7134aa51e11a7d6b826068d03b9c90a518cd3cfccec0e3f06e57f5ed77daf6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7cdf9e85bfc54e4562176d63e1f2be56775dd761c6c0cbb80fbf888dd1ab43_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b72954ed888ded15f443784fe6a684b6e0d7782921efb788e242d987fcbf5388_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:63bf84966169bf2dcd8b8bfee3c478d9e61881ca007fdf3a8be4ba5cb1118211_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:697ada7f8e4bc8a881e2f1fa3a8402a2e96448f948befd465c59e03ced12c9d9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:85ed053619e39778d5a986255af37802ac46a26899c8a448abb139736db5e075_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:abe01f65affd92347d8097b3922e587548364d9680b74f767e9cbf139c996802_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:55102797bf884eef2d8b842ba8a5f2538f711622eab1c82b06941ec574b8f266_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9cca1a2d1a6f5a33257e8f790d180274f24a01c125a717ff79da8fa301e2f270_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a1f1be1027b54388f762951ab7983f18cfe37140efcf2c778a5d11d4740e8e9a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d65990c0adf148e94c1c0ec0730ac2a285b38eff128cdb2fac7f61af1514fd14_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2db5ea10de47829d4643fc525d9efe3815db59d5689c0febecf4fd722ad0528d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5dcf0a7d3c0b2062ea11867f5fd2a4ad56fe786b11c3095d76eeb4c844240a6f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:73b76f141fea3db7cf7df4e9b70443b37fc67790cc6986efdf53a32ea7360bbe_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:be3286f36b4c80969594af159ede49ee20ab5dfbbd890649c2c4249335714466_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2cb748becce8d80bfbb66e84f63e0f0a3cdee6d9bef3833eccca24132e9d0699_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:374211b6e69093447e90462693c45bcdf2ece57b033a419f13585d9a46df62a0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6047837c63bd707f994797af79267ec8bb5075b3fdd88c069b3acaa04ee2cb5c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d8c4afb75de3b6d432d4929f4d4fb6938617a794ca2ef2060b83a02588a1d0a3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3287f57d83e7becbcd3997ff2ade6e6b5a664fd08610464002229e0a116dfec8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8a58a72e372b4235b4751e08f10c97ef0798519e6b91595c234fc14089d7495b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9654a0a2b4549ab06e5422dc69872961c892e97032b18d913cc197dd3aa39f3d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9e9ecf8cb43e1819159bb8fc0eb5641b71663e110ff757e26d5549cf41075084_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4aa3e0ca4b5398fcaedd212506e222fd435f7a46c2eaeb7a49dc50f789cf13a3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5d094c8e18e42d662ac2f5ba16602c1513094c7dc547fbe3de562463c4096bce_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:67f85bffdf2db08fb27d52c6a0a8b615a4b9cd748d9a7e6126851d1bb27844ed_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7d4b6b9e67875889c95a5d126bcad0f6b98c148b85433180573f439a867d9e25_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3c0791290db50c5a925a80b371ba8bdf91f4fccce56397d12a989263a972bd02_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:654aece866efed516d69db0e47668dc85d3936e901aeabd098e07538aa3dc617_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7637a44a01d6c56f002120cf96228b6c68e92b4391d4b6efa1c81ff8e40eac0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dbc636494f53ee38eae00f243bdb92d187ec84654c280cc454f2b4febd7c22f0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:08f46b1d2114a3ab80bc7cd277859a4f84e870c2421b9e13370774deca0aebe3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0ea69bf7a80cc8c0810acf8c7aaf2cc1374d3b034065f1119ca33af3d1794cbf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:17e61f4a9148bc2e0fcea85c19c98eb8c2efb701bd21f8b63547dad13fc256ec_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:8b81413ad0f567583ebe4782344c22834c1781c5f7493c8a05b827f3f2a5e409_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6b348a4fae63bad66acacb5f0d03b8155246733e758f14208956c38c2bedaac0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96eb6b75d6a8ce22b199b8150e628a2a00c427ffc79b2fee2e24af1bf584bbcf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e0b17d193af2fd7e981c9908e01f2d840cc939e24bf1be19977beb85fa1159ad_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ed56ff21aa465143bc0d1c4f20803873dd07999229739b84ef7861683476b22f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0654b81d996d73c5b5b03310f314bf3bd6871b3bd4d1abe791cec9b7a3339719_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e294ee6e92049316f91ecad5987a24d7d3c06809d3db2ee3f9a41bb461bc220_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e3afa0bbd3ab3ed4acd6d0059765116e9ab56090313932bd063098d94f1c3b1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:929f235d156df0f59479d60379dab0d83d6fc662d9acf7ff050a520850ee0125_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:14b5ec9622b1a177ffe69a7c87b7797c06b283b26d5547828d3177f823074b5e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:52a47ec0685655243dfa60738842ba038719f2454b85024084de270736d06529_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5fea5bf035692313badd286c7d13564d48c34e3195bac3c74ae669607b5b5875_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fca2b0ceeb7e301640de2604932cfb2c386441e0d3b3b0e4a525f0a6b00f7cee_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2b85420da837c90d984c5945fae12321c8e6b6fa270768da6270f382194f2d4f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5e5a715049a34055fca9a4b36dab839573238385890678734f96d7ba776dadf9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6982d2c27206f15366ece47b40f4a6a2994c7acf5dbb94aa274c55a2216d0063_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a38c23c37dbf421c77c4f36758a105b790123d654f1c8b3419becfefedadd0e7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:021e3ef983d0ca18800e0fc390ad96f4b6f6b9c3ab784c6e74ebe2e7fd7b31d5_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1076cff5268f9fec09a760da243efbb72eb96645f838a746c4c4e28ae4feba33_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3eabe7ed8651b8dedc3a2c38a83527f224ba3b50088b3238e158048bb2ddd85c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c29274bf105ffdd07bb78270a6dc497fbfb699acce48c7c6b7b6ef32416eb20f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:71bae3f7d9ec2a469c8d69b9f67d27a0a98a26bc842cc8733442cabd43fe3c06_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b67943ce9e26423e0bf84f411d50f394a67a0f3368ff289e695f8819c4fa8c02_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d4c9ea28e8a716d6a46a42cd3b5efc82f42d456e21791c32369527ae82f643e0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e4c222d813696b8b3d4cef6982cc88ba3d4581ad6842b10510fb4c8130a82684_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4d789598c5dc7be91f05a8766dffccc377a71db2ea8c5cc563f396cae02326dc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:70267df26127761958bacff38fbeece08995608c2a24c7a3724495128ef2bef6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:84ea38804ec003ae82375c83ed4549163a2c932d6264eb64476e0ad175b4a4de_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:bfcf2ab8d6586fd6a8f08ec2fcc71f997800b8f459577c31e654f8ef9325fc42_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:49a412244c4d6b547d5b0ca9bcb041b1e3cabbc78f5234ce52b678207d83b3e3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:4d2e1fee9a43f8faf39b05a7d82ceac50094ebe972fd1fd85b1528961cf49478_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:564e888a319fcd9b1af19b18a4281c5a2c41bedfc3186fb3bb587a1e28954c0a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecb2d59766a1aaaf7cfbdf1e0b92ed025a18fd54acd41fbc63026b350c98a953_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:296a9379ce17e07df7008f1d35004477297a7ebdf9e3d51a50d71628d6ac68af_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:67f272ef9abe83f9cd959ce97e3d5c46ed6e118ca30f65fbad733384d228ebce_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c8b5246ba51213bb183e07d862b6d1f9b156e1d16b7656bd6ea061f9016e8ad5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ed375d4341175bfe6945ea8aab5208f375034307f6753cc726230629ab97a71f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:29e41d78f04e683ecb12ff2335b7205383670e7bcd2b1beec736261a93abd406_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8ac74d64736ed4788497e0d4d10226bfa212f6c0cc97ee63d7c61676698bc022_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:94a303f0dd0822b5d82509e3ff8af5887949ddaa0e3a91b9f94d0bdf4e1e267b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:95c3aff27109694e511c9e45d1132bc4de0fd636cde0855c9ef45f1a17f5ce7a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:16e2953831f686cd68012c8cdaea2b404c54c91050145b716ee8b0ffc5cf11bf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:91e3e3d331d92b90ea49a78531cd366201c5de278f56597d9dcbeae40f114754_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bb1ec078ef82180a6019d6e174c16a5a846e4cb8995753628db25a4ca0071474_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c33a11f1aa2fe38738663eb291e25503e2e6fc3cb5bd964e1a6f8db0475e29a8_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2606e2856430c12efdf947977a070de13c3f93d3f304608c411ed57b6de0c6c7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4dda7a5132b638230470f86622d84a7f0117280726ea52e3769c15f11b1dbbbe_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f3b4137b1beff722b9c1ec2e451577a22f44c47a6196139a39d4aff3a0386daa_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f688b554b17808b3aca13b4e6bb8a240401db6f6cc5805e98ebe71ff43dbf1a7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:07163bdf6c27b8066a5f1e8674a2120054c3daab1e8a0db8cd728f2b1ca0fa57_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:32956c0bb79239db914454aa82f94222c6f7a90be718e22bb80c4e75a45127f1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d877387429f09cf5fdf779e73200069c418e561f20a21815bd56fce1c1c4c73_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:9a64cc9623e5639b0e8ec8f5ad63a5ab83f92598abe541be09fceb37ba2fab23_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6d8e4146a7965b0a81984df7d0a2fc094c50e7010acb93e58510cedc8a42e687_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:764c1081056df81f61d6965869f9ba66d67f132d6c768c13f1b2c1c81d45ec6b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a27762ca5025270235002c90eed00d6d029d4b7103b5bd108eb527fc8e797f1d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f473c0c439be12fc83e9ebcef48a1a067a5f4a9cd581ca19ca34a3dd0b9fb79b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:6e95c6d3ba75f0655680a4e46b703aeceb57cc9ad072733bed1aeeca0e9b3508_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:ba23af1b9437640698b924bb0645013d7c08fd6121489b01b63f66156faa6588_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:01c4ac10b7061c77ef54bf337b8488722506d2a572d9da7d9a689b4c9ff7c225_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:67c19e36b3f264978073841b06d940efc3fe0546baabffdfb35c2e5a1989e96c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:add880787ab5dc1af04cbed51e2da0f6f630ee85387617987ec6d6d8e3a28009_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:d6acbf09fd11d29d0d715b96e60355a23deba955fb3ac6ebbcbdc29e6923d508_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:474e02e9e121dfe39458bdbee1f434d32fa29347f55386a4abcd3825c9235456_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a0e6d2e5adb8d9c223824f623bd7d391e33241fcbe281c54af8e3925af5781b6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c3fffbd0e1e6db3256029c6cff61bb64ba56625041ff86a9d46a895076877fff_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d253f116a2d1e2f033f47422230a0a4e8a9fce255d71e9140a0bcb6f255c09b6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2224a1bb7f39feb0ee922a54a94d8dfa66e676caffc681f99227eafc0082b50c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:339b51d602e6c798949da55fc36b4e83d4b07909c97f004f8aebb5bb6f43268d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a7bc2291024185f39cde4d43057b17968cad18451fe8447b0ace526ee11bbcb4_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c171ac27f2bfd7846db274c1d2be8b39cdfed3afe59ab4fb01f903b5be3af443_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:45c70f4c6f15a25e1982efd6eee6930f16317ef4cebd11ffe2b5994b9ad8b200_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:938dfb864f0a9dd0116c5969eb1ca94f2e04b914c3ee56bc26ac33f90e2535c6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a4f095b9251baba737421c47566ac7329258b8ff22b0f131c5a941ad1b6caed5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:f7a4c6ab4dc050efd81ff5d7dee7569a55dd0cf96e6413c47770699f5fa02b6d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3a4f76a56b75c54966a76307c4fd647d854812bd22e55cb228c1e9b5aea67037_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:98110bc940b974dcbb8b0ea21c6b52bd96ecea62779f9665d3ac8dd03223905f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a7e47a89156ad39c7e5820cbc98a0b295ca1a3aaf6b72be3961c6d4eb0225831_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b6a273a6d68b36cd939b6bba836f657168526125327fb784c436c99848f49f7e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:26b6bffa3e11fabf11ec8176bb39ab3e301b3c5a85c1aec37142860ffac1fe5a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:301f5a73d9d839a999dbd3c9a7741ed3458ffb87426b7499364e6460850deeb5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:57eee4fc78405492c9a665c228d1f25c75f0390f75a73d5819aea7ebc2da6b4d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b10b625aa3fe5011c7fa9db3c95ba6d36c569fd6f6aa4ac3ff2431cbc103d362_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:11b59cdae58f57a02a4c8479266a50a1a5691f2e8e4382ea7ce96bc913ad4afc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1f11609dbe46602b2c11ea6c776cffc87ebf3fe2a1204f25bda85d9793d5cd60_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:28ca9310e14799c080a07935267ab4ecaf6fd1abadcb1e165deb46c81f2e731b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:56a619fe929b8a18bf1526bde6c9a86f12a1c0a43739d1a0d04c58920d3ac5d0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3bd696b964b694ec219c5776593bf4772dafcc3f43b973355913801929462557_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:4142674147742cf0ecad7223e02e88efb53e5a34ab820df5ea2f645a04219da8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7c59a7997fa95d2895620378a7e18f0074929b630c329ba3f03c72e43415364d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ff35fdf6dd3714c214394ff6f203815f23921af529bad0dc22abfa1d1680b333_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:15198ffc1a039f56e9cfe7ab35037c34a3864a83163576b65fb3e9f5aa8f1f3f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:4ab1c5859c4f54f225fe4d5555f3c2d1aafc520ce7a9197b040e06084da9a43b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7be609c48462446f215d9ae0326f1c76bc0b779cd08db391163c796106e7aeef_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f04c27be87ea23869192754c00d08badd40a106c2f66b86bf493455b3e3ceb09_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:42ce515a9496a89b6abef7a94b6fcea6880b2a9833900d54e1dd4044c9e2872e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5ab9133d7b6aa46227bca8a1c6ec2ec9233ebed8e62e41ff122dda627d4a7fcf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:94f82ddff9d44dfdce03af24a851c05cec4ceb161c5631ce6ce88dc8a9481271_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a7879d59a73d16ad9c237a597dfdbdbe06fd6d3e3de0c9396e342250778dbe08_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2f370ec13f448fc82d3f142cc8b6a559a4d62044631f4b394742652c4672f536_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:38471fb10545f0fd1f879ff8ded337bdb6919a929043727936d28c2153a78fb9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8e6c8d7186bfcc49c6ec64bf8bbaaee511f62cb5d14aec29bea364f90129d36e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e35c02d8101af5150e038572081ef775816f97c77ae24fec3826bef8c24837b4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:123714413da1487c02d182f1d355688d2f0fd63e0f82865dd962567bb9c81039_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:675b6754ba7e231a1725cf8338d536551497ed05e7f40435a2a3c98e411af84f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9eced45114ad75c3ca56d06028c836adaa713433bc49f6196533276f9645c58c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b203bacc4238f6cc6afaa7dcad119d126484235694dcc33a46edc4d002dc7f5b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4e68102ebe684da4477f443e32d69865b6fa28d398fbb76463c67d85739e3c2d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:6dd5107b14c1abce011367145d859456aeb03052ab831b4c548fa4fba0b269fb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8e6d6d3162ace273c1312c383de4e1f6ffe2d8e6d7b553b64e6ac460ac040c20_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:061699fecaf30d68ae3d41b89d812ea8144627d9ca9de83173fb33fa06e6b8f3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:33b4bb5c331675703e19ef96f3185b2d3cbcf4d0e37a6fabbeb5a8dc1f46df10_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b7e15475952a147e7d6d506ee9686c6c594d529b27e4086f49b0dfc1e237d640_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0465b162143273b73d2d1af7ea6f9654116a9b1cba8169028273185f2dfa1191_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5d1720d8067c33064ccfa16d47931fd18bdd3590f53023c2ec268ed9405d0983_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e99c8d382c503a7b1e25e6f72ef293496beab285d0a3453d09ca73fb58247163_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4e09db0d6efc9289a85cf5d4ced1d6a6a7f52168e44c366907a5d4ebd3e7d75d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:585c75fc909525ac0332764b66db33e6646e5e0b0a4d01d176be6dad70a7447f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:85df50114baa307e2b4192a46f80a292500401eaf41f45b071b23bc278562135_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:3ad0b56893a8ad865ef9de637c1f21a358aae5ed4adadae02db3c6d37db93422_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:56925cf35430409d4a59b4de3ea74d8e3779acf505872bcefa26e97418f7bc9b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:a928a27d2775d702a7b4888f87e770c93049b645b5878173d87d893288c0701a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c83836428568394e500de29f5e4b44fa4881f5b5813a8dcd42a5bd16b6bd2bae_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3fa694c3f2b9c05fcf2cb69f97d791fa46600ba1eebd67608b109586dac15e3c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:44006268f8f00b5dcc4737ce787d9221b50ad7af3e678ea6dea817a797512b4b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:6b7d13c5daddfeda27cc815f3fa02affd699ed626cc41775f78070cb8cab4f4f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bdd058e218fb99204c479f5cc33383634b184b1153a74c3333926e84f3e4bae1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:174dd5140764fb73bc002166fefbf8f897be7b295e10527410fee19338fe65d3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3f5a73689320e820972a39a40077926550f7864e2d1969a9352d3b833191086f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:df97ec11ed1fbf6397b6a62c85014c255b60c652c98ea439d1f47e62c6a0e4bd_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dff5a115ecbd046f3a1a60ce8d8518edd570922528a7ba56cb17716831eb6b09_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:11f56bb6bdf0069b7bea04e5051874cf879bff0ed36676dc521975eae8cf1bb5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1eb4aa5666fec327b24c011e1b7e726ecde7ba1942e0b8d9af38a65baa052985_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:77da9199e0922972da775122d60efaeeb4cb2cc464ff6855099fde770cfc01a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c56c801a4a9e11f7b9ee071dc9634fd6c43aaf04cdd6b048dd4ea1a623ba16a7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:5332d1051a8774d9d3ebd2f6df71f2ae36ff23fd32b28edb418c028dfa6be128_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ae444a4f4274431a8dfa075bb9c91fda502cbdbe971856f54ffb6a0d5deb08a3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:4148a39c8311d7050050debedbfa7454b53c3e00ae4d63cee7bc6da688af744b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:699c1abe44686141c985a530a8b3b864b3a1bf2c5c6645d68f7920b8f752c684_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:608159f89bf52fbe18bbdb1c48b679346ddac7d3ace7883c84494615a4ab7adc_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:d26f0f1adde0599a01c90d8b9e1e8690e6e532a380e7852e83cacc1e439b5424_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1ef42800334a0b6d395e1b1bc8e517e232713a4ee0e4591415c5347ea1352fb1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:23d11514c82b817c95564de1f0252dfcf753ca40cb154054c051b6bef078a960_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f5311dc740529f4f4c444fe33bd5731b0ff5d213620207f039af546a3c521226_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:14f9b0d4497da98ffed111c1266fd4e0b4a812f6b7ec37b95e5702438602ce33_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:4e6b6f1636a4300955a587155ee9063979e47cb387dfc1a85f3738b1cf25589f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:2cb5be04fd1145f054e994500608d1463f35a0fb87305e559ff71c972795d978_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:664dd8b515ac89b33051c38e00fabc4f2bd8c902f9fdd8df263b6cd6d0a0bc25_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:28e1a2e9d3850462c628b0bfaafac15d68def97b8c1c9387de58b1fb6d877f19_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5c60f40d38ebe6f95cfc0fa78fed9aa265fdf3aced888bf232445c2e76e4ed55_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d36d045c32e335933939150b36fd2f86599add415385560d3e10d4b74a704d89_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fa556b78fcc306b456576053e522d93e0c578807e220d3c562ea54cdbc2d1a92_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f9ea746b7bc2eb6cf1d82644d42d363d9343506f9091e8bc67740a06b382081_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:909ff0827690342dce5b4cf713327f3a8887a056951953c9aa639e916129e1ad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a8705dd5df6abd3d6931b298fe8e53cff0f8259547fa85446503b413b0ba19da_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:cabf1a3d4e2aab9e2273afa75bac084e93eb36a2801b91ea0d79982e9e7e5f2a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0b5cac582cea2ea2dee7d515f05bfedf2a5beff46ae6d5ca9626bbb36c94b865_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b920409f5635d704145bb8e1107a7c6f951976c44226a2083982443f67ce619b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d658355babb92069a73c35353c2fc0be4450517b3445d2387b4b0e3bd2b873d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f8036fe71f651189dda062ede40268c843ab07ad5b32e010250f9b6fe9234bb6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c5361be369c8e0194275ab97d18d52a095a5206888bc82d592f9f9ba28a34e91_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f6427aa92071d20df4e412376886d9831bb0cbb15c10216ebf2ac78de096b051_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5d5edceedc72d2ec62b24b6a60c278e4836829c78a0bcfeb20d87fefe501a39c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cd23e978bf90a7180245b04b5b0df939ba57e30ea13a2a759a5d04953eaafda0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:bccd28236b901759b08d5106786d262e482cbd1e3798c1392c9c6eda9956a5d6_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c096101efdd0dab71581c6e6506b9a6560c96979e2d439ca888d2c67860c1337_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7cf38584dd1c5c269f86d85b0488e9224ac989f985989b00ba718ccd5c1cda56_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b2a85daa27b4a10282c1365dfbb48a3224df6c2a47d6f5ed59c3c01f6035d443_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3643a11084c5df88b8dd9c8d7693b228f3a9d94f74aaeb4620aa458516c14e18_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:a6a1152188a6d2cab12133e497a5c29549fa0103dcde8f1bb530ce7a033033b5_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b6f91ba9a89207a2f84a8bb1343179bd74948644a8b1608c2a2d84dee9ad39b5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c21ea57e4b38cb47e5aacc58b218ed97cd4e6ef353d86442236cbe8852c6f648_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:56c61752133f5574587fefec75502e2a132871ed033a824f62519117ad0c4620_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5eee9a534fd647002e246ccc70b47a79737cbf604c5fa4519d10a8c66865e5a7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b1428b294b7752d6d56fa95d6630aad0b6d205991537ddc3274a7062c13df3dc_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c363dd15dc780181855ed7e8af09bf148d9e38d562cc54d90842f95ccecce36f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3978c02a12f2469999e833a2cd001a08741c4d9bd22ebe211bfdbac17563ddf0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8d20d5c213a86a2d9cf1d4e8ea351a70e2bc1e8864e7435baa701aef3b22441b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ad84f2d6f695c6c999a82e33cee9938544352a648c0e72adeaee0803289077c9_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d872bcf33f5d4d6f1a074bef0091e74de82b3b1a883b9004aa1f6193b84904fb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:027641f0d532c5d06663e838ddee798513282838efa12811ede36e1b8669949e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:198fbdb0d6d4bf699a9186c06c310e4eca0c3252ae8e0d64ea1c68d7b67c2bfe_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1a3fb2aa3ceac5c827d7cde1cc0296d6974663d3f5b4139390cb29dee2bbcc20_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:51a53812eecfb69e77afa538400463c7eb51710777e9d9573804d2d9eab5d307_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:19cdd4cd8546c53530e098641c6c83e2f38f05f2d046c6a9fddc3c8002a01fa1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:27b826d0ac202a4321d2d28bfe26376b405458781f04acd607c3a27bebe83651_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b1c377c3a99dc0a9a6a39dfccae28c7e5a11674342530a05b237a33117c980f4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b230c7f6c243ccfc43e6b50809f916d3247f8daad3c750220020ec4337b126a6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:42cfb65c46f9f63ae3227c0dd5ca2a0a11729ecfb2865f3a4443821a85f7c8d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6ca3200ace5f9b6c36c20185dfbac37ef4cfb171f3a99eb9c746e52031bf380e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a9edb90a7efaeaada322b051c1b4cda47df859fad20ed42574fbe0fa00d15324_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bf0602fddb6c09c5c20a33abf72b947cf7ec8de6ef68144d2f4b1a1a9ad906ba_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:13df2c323a0db01668777fb495bc342806443b5c0992fe7f9ede76a0e731e2b2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:8e564be7535e32f63ff7a84bb61b3586b16b07f4ab6db20b42340dd998f2e919_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:29b338177ad61fbe618240d520eb180c1faa54fcd4be63c0d2d16f5221c4d7c9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:97b5466389d9b1e4c54dce29bfb42e901ac2c4aa39edaf99c35f30a766d38b78_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:989cd4643516ba83c661cff6bb217cc25d502febc80344e08e90c6eef8d24088_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:adec59d5a5ca059167c1dab49e6e1e6363c1788833f2cbc2381cb7d88a98864b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f821e1e8479c74d1a672e049e187d68cc4845e7efb417e9e4e4fa99628f3ea99_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:4eef2a136a4fc3a9deb0c5999546aa8d498c3553107d1e0eda9d394b2f412169_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b31560936594f27a81750c2d73f97385d7b3ac87cfa7c75e1a4fc224243eb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:bb3bda07b0ab9cc97889a530b1da6d7eb3f7f9c8a98f9b867bb3a93da7694625_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d50f44b5a5797797b9595f99e3b24684908cc28d317ca00791bb6a7406e15636_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ec2e637888e698016d6df6cbf4be6d44e5a2f544e7b81884982e06ee632a9ed_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3c569b4e1ed989074b129cb91b307cfa10c8305b037b284b23bde4981f551238_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:4ddb2823de8624d7d45aa16adabddb92faed392e71c2d1a0b3e640be91b731f6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d3b7e9f39e5238f011f9328467c72a8cb8cf99d4bed7ac0593edb9ec5bbc90fd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:24e49f3b5ed9df72849a33dd7fbd4a0b01b8c3be79705d6e23ae48e3fd164133_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a9ce73e1f17b21b9bf2ecfa7e35f5d8e9c72620076bed594e217b870057185ca_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bc2fc4c0e55023974c90506cc14c51cf73741e9490632453687edf404b3c485c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ee9af4af02c40524e182fb1893b8bd59785be7d508111c5b0415f0caaadefcc3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:971256d54a4e10a29080f656d5de3b6281f27c77a40c0dc7352f1f05ab83eb11_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d4fc699ea35d0f1e96e825d2db3f21628e25589ba57c40ce771ed210aac5d588_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e3d0f624ec4e265daaed3072e9f9dc85668a917d49c96ebaa1c7bc05ca636197_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e47600e5f91aad639de386e422056d431450e5dc3560d30ad16b0b0bd240e371_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1cba0b4f393f1927ff5386a9b2ed74fed87a58e4b2d4a38f34fffedd30da14a0_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3b8bfd739f87585230904007f0b438b4bc9d79337f0e9038887bb7f297b681b6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9c7b3d916bac7900ed009cf82a03607fe68fb924805ea37e9950ff3fd6c73b44_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c0fe58445dbc3f94bb9a041ee4ac81d6e1ebef0eef6b2468c288be51d947555c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9c772d8d7af17818a38e2004fbdd7673bdaddea0c36daf239dfe65a49f78c212_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:acdda550e575dc7add42439a856726b3833c5d6d98dd9976f30be4b781a11a82_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b5be0c8ab080114879aafc5d2526924d32306ff545c06dba64c947ca68736f91_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bc413067c8cc3e6c40a9be4ea896d911cf6b3adbbbe4c8e85fcb243bbc7bc2ea_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4b39c2a3d10a1e059c3f52bbbad6df20e52e47a422119d51806b59bda8e7e97a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5f0f4b8edf205f47a263878372c0fc80e1531f3d197d882a83cc6a2bf980c277_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:78987fc04ce330fd8ffb8a96e1f25e8ece8360680bbbf4c8854f1ba1f598f2f6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a43046599cdb529aa9a2672b628a7495690b03379c7dd4ec7bd744b01793943d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:25b8603f08442f61b433250cb6f4839cf2cff118df56d1d7e12b3b09e859a278_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:912bcfa64c2dc40a0f8573e595001fdf9dd3280e4babb503198aa019c4c94dcb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9f84034243c6dc1341a059730c81b05bc6626b913524f8d854e7d13c59eb4d45_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d9683ec09f7d3d0c73eb626fa7132ea0d7f731893506437d76db27bef51ae518_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:13573ab2e748690c65900137ee67fa558a1938fc2c4d92deb6b308809a77dbc7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:279fef1862c07ed7b949895843d80c54180a704411df4bd4059135dab63900d9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7c527388a78edbc77d6a9db9ba9d5c8ddb302220d69734f4e0bfc26b63b3dcb1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e601bc25408a2eb5735db7d2595f969a59da9560516715ad781cff5e4a57f2cb_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:264fff5b66ca49266cfadcee9765ba0b34bccff8dfdb12e5444db97af4913095_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8f14a597769b040fed9d1c1d610b6023734dadee91cc28588b65efb25f6308ae_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:bf78d9a4afa92e68d8018283114bbc7fd11fe0a9b357b75a00395ad630ddde75_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dd57cd8ba112502a28c74d7f9e021035a061e1f51377ac0510dd02a303f14f37_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1e3163b559a137ca99141d0913759b5a92cf30e063f6ee2485983a486d97a066_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3038ed29c6dd5d46bf8d593c154537615b8d218bc43eb89dc099a546308c5b33_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6f5d8e50b9cf127af5334e0b1e97aa1bc466bb1ad8a1dcb2b6c3e7494bf5a1e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fa6736bee0e8806b00bf3b6d971e2de5ea49f3f2a89e8cc404d55a70e6f73720_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:09157be733606534b4788e13e47f647c427adb2d36031df979628d1e3d93b096_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2c52bc991f789cb2582b4fcd0fabd20b86b5893d9fcfbf6e9ebbb372cffecbe9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:611ab0d9521d88b9676bcf873b8aaa2fd385087814de0ab05c7c853fe98da20e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c6226a0f343e69d720fbc83ad01daedb925fc39d272df78fdacbd847fb075bcf_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:19425f8d71d7b67b74e76c5b770a5e3d918dfde9a9eb3e181c767b4489db01d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:39f0f3baf0bf65713633aeb91a80cd35779cce2b43e6faa70838e0a87bdb12cd_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:804965e59e0147de822be6cc464daa137e45c991e4ff00c7184b6fd8105eb781_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b9b4777d271c5ea81505111d169134181bd46169ccc05dc65f3b6e59f736d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1a6e143562b0618b3f5afb6d488e8bcca48d9b0b4f68dc70d77279643325ac52_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:22230fd972b50ad12367aa043fef070d0e580b71e874a0e3fc2f5aaf52839773_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3abe2be596ec79e32806af4d66a7350835433c11e8b053385ee6463e65f31d30_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bb8fb8cebadac019a3d8c7fb2338a56918ff39aeedd55318fcc7e7c6d60648a7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:28dc48f706edfe382aef8370f464836e99a307136561dff65f7e7e8b5dcf9a5e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:533846b923d36de2b953fd071f6f7ad38e60548e9ef1d3f704039bb69b59530f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:68d5b77732cb2c0b0cb9a7e6f4201570dd8134dcbb21019dfec4bfe1fadbad1a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6d20fc820b2b684137df0fe673dd4e98135ee6a8c39a660db8435be44160c4b5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:48568238316d40eaae138ec218e4d0fb6119c94d9014683bc25934210792500f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:1d1ba67b2ebee648e679f886122e649880437bed73cc62901f26e77087d1f72f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:627e8fa2665e8d19aea0b746867ce31b58cef207d6dea85228b175b96cc95dca_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7431114311d645b44e0f98c9a0e92e62a2c412a2b57dc47b52f1e4c5ae0baea7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a88a9aa0807380263b476e1e7491c9a4f36def3c403b43fdd30bab55f06e673f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e38292df09d0b5589b58f31c39ca74147011aafc1a51be00112856a7242cb80d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:67f16f35ae8e95b90d758bf617c953ffbd0f31d685b9f023c34e5de5c02d1d13_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ae42289a9ddca85918d07f71db7415d099e8544ead8ae73a0d79e600c1c0f067_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfcee1078c7f5425c41f8d3398ae512f2a07d156de7d6e92d24d7f5eb1eecff3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:eb851650658c10b1a102258af7b72aac6db36647d07ec4eac2bfce099ae68e67_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:74efd49cd2880e07cee9aa16b7615504fcd276e8606b7422ffe6a253636462c1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7ff9273c653a511408a49a0778e9584605b9d24e1069da8a77049f70e2bd5616_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ad02d1ed96a39fedea9588756c548817e8672b8fa6d3e16f1f53221e3e7d9157_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b10f0eaa64d49ea5763131b8ddd134da6771b835333a4f5ac9ffdaa13cbd08f9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6c75dc3551d30161fe15ddb87170bd7ac33cb19b242907e99a9f2b003659efc4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7cc7c37a8ce0bc5a1de200fa97525c35943d5fe789787d642c4a3079c251c4eb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dd8dfd22f1e93168de72dae9a266654563fd41d605c65b4bb15f20ec65fd53f6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:e651483d73deaf4125ae3c2729bd8a42b277df79a6ff056a99ee3e78e2164877_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6590ef2d757e5ac11ffacdf6de04ac112e96f4bc058b97aae1facfbc9bfb9317_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8bc45cb12c534a1dcaeef41b7ad0a4cd8ac0e3b0041aaa0cc3a9b917602ba5df_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:92e18d38fe9dfbf0e50933d15f4178cc149b3e4eb535ccf0fc0da030d758f435_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:9a77e03eab2a1992fcd1c0a1f1c978755e236843ee4472bb551968fb16568334_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:686e7784cda9016a460c9196a522f1fb510546cad343e26f510bea264ab9b515_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:77d58cca07f50ed35b30a97c24f66abf5fd5482be3c2a86df38b5d0e4b41e4b5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:a553758f4aecd97de2202ffc5d96370765e1f92a11fa4ca464ad13037d7c1a70_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d09813fbb679d41aece1f097ecf3797adf142242feb12769a604c37df1b6d80a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3a967546fc93fbe58afe72caa5892b712c5b96072d3cfccc1c7d9b27cc6fd6fd_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4d09ecbb6bc7010c93d65d8bae5a368326d1b52bb7f7410d30dd068b4b9c1aff_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:78a9ba8fadeb516fb48a37ad2abef78f57a09b5e701a31ca41e4bfefe493d781_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b44e2dd5cd2daac1ef6849feb0b313950e0616586fdcc843a051788fa071a4ff_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5d94083e84fbdaa57cd8723c20bfa1bf0d2eaa0cef52c662975b286785db8cb5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7662aeec067c8b3bd0203da4d87e0837eb624acc7dffab9c0eda8081d992fc55_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c95e0922aa74f51030c35cdf1ee704f01ece7b4ec53f361055f4cfc58e464bb9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e4ae1090a43cdf4a540f1a2cb376a93d2f74449ac44ba6d0484e4612579b3d43_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:48c47a452810fe65a21fa858b102a2e7d9469e1143c51857844a0a74ebf03661_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5ccd0d2687e836eea86fcdcfbc73c7bdced8bfe2050c466860306d246375f0b2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7fd64ebc835133fcf6fe9d286f18f790b12295dcd904d61cd255c97e49f216b5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e862f18a4bdd246891a49434389e8dae5d73a68aec6d548dd282f3c56396be98_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0772170993a9fc0531aa948ee3f4c83a8e530802f7d6fe246a0688026c050d27_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c1b6b3c81c49bd764dce7fcb732f14f378aad992c953cdac86872b4113e8168_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:307efea31da6d72e50def18e1c08bae9e05ac8991d90379280c15f69c93be375_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f366a95bf18554cb9b48af250be89970e4c6b1fadbb97543db8bc202eefe282a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:09b9a909358f49dc84cf863e418fa79a72c5f23ce05cbd4045b2c966147b4edb_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1ce1ac2cafe2162c4070a5b60087ecdc520db1e90a433183157c554f86a8bdcf_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2c984681915470552c6cf4dbd2c900d14f29d9a6632d7d937d2fbdf1cf16a5d6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b3809b2f792a8b57efc13591b88232ca2b83fd116ea1a6ce9c05ec39733bcfaa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c37ef0e5d795a727e79d2749570d7c42876e2884561857149a17793543b9fad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:45b239b4328e73574050498d8a59fae10b1788642bfd3fdfd487a59654f2395f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d0eac8a6dea99105af2917f089cc423a7c21820cdb7ea4a3f793381cd07f43f7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e9625244e5cf3f4fd7e6d69a8076069e24079672e2c4bc4df7733ef31c3aad9b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:25939a8eacf00a315bfaecb90901a20f2d314f186c1a23ee0814ca611866ed5e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3b3fe898a633924c2e0f803ca944cc63d99359966004c6aba6a05c446a0539dd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:55a048f1d9ac836497f7783369b5b582727df86cc64fe7df91c463db1fc0ff30_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:88990b2047d4ab9055afba0c6f8895f30a132c361722a1524bed1671527d99f9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4bab889d5262b3f891b99f0a521f6d4511641313cc1d3a5970cc2182c52e0fc2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4ddc6ce50e06c258b4f24827f1fe5577c4ceb5d68ad925a185dfac5b2b3a661e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7883c26d4640f30a8fbd635f5442fdb46625d727a1b2382220c454aeac081fe8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:955419c1ead9dbc1c2545f367907dd4b1e8133ea23ef65407341e9a505b1cd17_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:206e503ccabc3f5a01f11ea5026cb64ad6ae62adf2eb9044386efac6586cf332_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c2d2155a6d299536662cff9c5a8474680dc8d9c514b152e87421feac7cdcc22f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:e62baadcd61bdc045c205ce81a3b2b650be73e7b3a5dd5cb53ea4c2f8a181f0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fab5b1965457ca46faaf5d1e6882c17ac2f0e1db5017cc81ff4da8a9083cc838_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3e9733932088db40e1d1dc25250b68d83aae6fdaa33923c2593ffc6f10b84984_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:62ff6e225c6c72f9c9b0bb33014544d1e02a30ff9092c25fddf72d9ebc8782dd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:70259c080741f045c19c2dfb1fcd5069e9eb7e413294d855262975ae03e60b6a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a974b10609ceb50c391abab36ecaffb9c6ba62f66b246f529d8f7d1f038165a1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2a8daff0897cef178c43b00d43b3468a3ff9389ebf337533c771210ffc608bc3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4c7da9adb32c409132dfefa7ae79fe99d41b6f59c592eea234970279694951ff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a54253ba850cb357befc0173748523a1762858066023e04388c94c2d5caacfc9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d49affc20c2c397c1ed17de7d3a7fb98a3f66efe9f9bd4f4234c0832393df9b2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2321dd8c9cc505a677622c5cc680e4f3461c6bf1fa4267cdf7f39383967a0b3a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:582d0856a394c73d8faf8d1792a80ccd8c66d80cf65b9dfea344351d767132d3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:938cea3b81e1b74629b0bee65183b0800518b4b757175d34669fb25f6e5d802b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d8e3f695418674002c1dd252757415372d95b38f813a3d432abab774c7427b2e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:8fadf40fe968046de41a4a4c6f643d9077f4908a1e456d7da29e0b0c79f8431e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b7b73c5b17ad867eaf4066be6b2fb9a322677ec3265c0d1bde2e317f54f7accf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dd6c4a3b961b608a71122ddef308287483d90f3a153df4ebd00b4f85b46bd551_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f5e86e560d2dd575aa814329ad50a38ad4c7f3c111353e652e55aa5b58033f18_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:10015b131c57580e5edf1fa90b05b19482ea67ae3b588efb30da1cfb2061deda_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:99060fe9572cab596228b61e892ca9b571e3b740c4872ab55e3276d4ad65260b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5127b9d0570329e12a37d1c7e38a3ad9a1c990b7b0e1d3f3b31f5ae1146a518a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8403b335a511bc219b98b899e2cf4458347dfc67c8e15440801b1434f03ab555_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:8bd350665dfcfcd29e64a93a9c1b700817a99560dcc927a75c13cf22924a557d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b47afa8cdfbab90e0852af59ab14d95b430a2e94245aa9d1c65d1a592f44a90e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:15c698a4b3293ec372e1ceffaba0fb9360499514271d26c22cfb6cb39852f598_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:43344ef6148d5c76a10961d19b3bd83e219764cb53ac4f310a513bbe694fef6c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:084a185169e09b57b07073bc5c82bc741aeba187cd9cb33149c830af00cc6582_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:171aabed219e2a837afd87ec9dda95bd32b6f780a8c7116a6dba18533c07605d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:33926bd728bf4ecfa8146f2d55c05f151150d249b965ac4338cfa8a9acf642f4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c0709bc4da1e5574cf296180cfa6abce28c2b7ac105abd95535422abb090207b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4ef4397e1a1aa5b377ecab2fceb5c2eb15b526ae39bcd9299b45d9abe4bbbf31_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:852e6be5031cc90ccd9d02fcc66b59baa692d594e7ae95e68b8923732fa77b49_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bd9e30cdd5958003b7db73e8d871b448d208c099f3dc7e9df3ba56e6d476ea66_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fc61ea57eef9eb7f0bb091cc0815a81844d60c78f5824640e40096e8de8a02c6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2020b01fe0c8555a2cf070d5a9bf75691de4d8b775b4ac91032c92972ae6a424_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6c3b876e5fa5594ed92ed3d333ad1edd228611d67b060024511f8c6a53eeec92_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cb279e6a6181c4ab8025c6ee74497cd95e990aa02a03aa01c8e4ecb81718d231_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f6562421b9828dea833fc82160705ba8c0349531dca39eea94da4bb31b8d3468_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:44b8d7704e559a8fbde7bcd2d7b51cc025eb2b898c74497149f818473d6b7237_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6b3db54da066eff7abd8e8f58ae42163364355fb1fb5a166c3f90ef42024e24a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7bccca2d8db4038ed90d7c5d995bb2daf880b3d6aed320c6d6dc89c73c38170c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:afc464bfe9fb581e22275814fb3263ada3383b571ac4765507d2640470a8fa3a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:353292bd26a33c9a68fbb8351005fc3b65d1f0dc02c82887cdeb5d28beda1404_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:af382c36059c0c0d6e76b41eda8ae2055bf5717205754272edf126fe15737cc1_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ebd113dd73707e7e234669c4b52e7ad90c5aaa95d062fe7b2ec18ad63b942920_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f0b91324c63bdd9b1603e0bcd2e554e1d595168f9337a7c26d3834093b24f6e4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:23a74b9b847094d230ca89e8d43c924098aa5a8ad67bc02c4b11833c4620aba2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3a9adb54f0e11beb7e2f393c00ef6014f9c18796c36e47ff1f08807dee8a9e0b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:558cbb955c8d4de727f010f3fe97f285b6922f4845357cd979c22e9d6afda4dc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:64f0e85f122f8cef1a5b444095fb16f95b255865ab116cd59a4a541bb61cd09e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2b93d36104e2c99c09823ed5c6d12e25abf3dd07e20683640f99b687a45e9b6a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2bb2c4706037910e8045bf0127ddd9087d2c8ab9eeb09ceabe97b18dfe873c1a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3e5d6fe6f1f7a495efdb0a61dfde0d20def80759a215bc7097265c816e07919a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:efe7886379624399e04e4f213bf1f8b2baf1acf989823caa93ed8ba76ccf9372_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1b152d3df7256fa1d16dbc4edc991503bd90432e1c8408149603306e62a28a89_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a7c3fd07837a9c03ab834a0b46ba51b50c73037203ca4d12d8cb2a45f690e62a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c9aa9a181ad76c715b410ec6866d86f28923d2becc8438f3b56a381d7c668897_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e96b65f0caa9f23429318080d5812ddd5c233b881b6f460d944990000a6d7018_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37569639de1f8c36904366fe21657db1df3c26c03b8f9f974e0a87abe862c7b8_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8d27603330319790b463eba638816fec38ce5ce81e7cc2c113636939d713051b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9e9598797558cb0767f9bba75faaece26aadb56163f94ae2cc2c137645b5babd_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:cf8f8b11a984107f035ff28ba24ff3f6e1d10cd764ac472b94bb9e74d435a459_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:70e6484048faddf5f59bc7399fb22731d4134b6a6e2c2ad3b1e92bf26e5ca902_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:93c6c010543791ed57e08cd0630a7dc7903d7455d61686cdb0865b13fc52f44e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:cf50871759b51c4fd1f164c53ec8503379de265ff95b5f6bfcb15d3820722c78_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f296becb22727fbcfc0a2a4a91139dc782688f43f63396d645b03bf698b81ecb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:227f6cfcbd9f361dac87776c3b625a4ae91a7054a29a48c0aec491a786f81380_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4063848bcd02040ab2a26a1e77d643a8cc01373bc6467070f72f8cae62ad8bf7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7315ff02d1adefaf5e52dc2b87903cbeaa1ad7c30719ff6afd130d068ebcb429_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:c33effb47bad5780e4e0ed220647bd0741276ef5c19eea05014b528b91765efb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2883dc4d23d0c4ec9551a0818f5d5edfc708454b48333db179232b6f7bafb4cf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2909be49bc0471a0e2ab4e9172e4ce490b305b8e1fb86729b45af106f1ad5ac2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3b91df98133ad62ab43372695b3953c54d58e70c15eb7ae201b68d73088c0bb9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ea31f2ac734ef3cec4337ec6025a1cc01a2452ec124f102e5b1400a9ccfb05a6_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:2aaf1b270a589b2e9c907bc35b4a3706cca1508a06142dd3086411e046d7cd00_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:32b91a8b6cf6278fde2c8d33666748a905a8dcf290b6e16ef266857d4838d3c0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:fe8f645cd130c489a3454252abd64c554d583cbf984aa3e568ae9c4073fa0f03_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:9885e38ff9be6d7ae070a00b851232a29e739a870d32b2508ab9f34e56177bd5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2b7476cab5336d76457b1915e734ab8702c461af8ca4d9e474557ad8354f7065_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:4890f971ad6077addd93d4c7fd1e9ee46ef3634bf89ff5adee2a95ad7b7b3f12_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:afc7f162c9c1c3033316a984254b8a477d8eae5bbed9cb25257d54a54e1bb866_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:e9bc1798e5283c65ff1487ae78c1175395e051a6c13426d3e8d1b898469a3493_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27136"
},
{
"category": "external",
"summary": "RHBZ#2480757",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2480757"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27136",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27136"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27136",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27136"
},
{
"category": "external",
"summary": "https://go.dev/cl/781685",
"url": "https://go.dev/cl/781685"
},
{
"category": "external",
"summary": "https://go.dev/issue/79575",
"url": "https://go.dev/issue/79575"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/iI-mYSI0lu8",
"url": "https://groups.google.com/g/golang-announce/c/iI-mYSI0lu8"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-5030",
"url": "https://pkg.go.dev/vuln/GO-2026-5030"
}
],
"release_date": "2026-05-22T15:01:22.111000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T09:56:49+00:00",
"details": "For OpenShift Container Platform 4.22 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.22/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:c987c0017b86a5aed02d5fa854b4649039e7221e14fca2e824dc37b2937ce7b2\n\n (For s390x architecture)\n The image digest is sha256:e38f225c850f6fdbdaf6ac3ef1f762b1e7068da19ef3cd57a00f72554e3d0a72\n\n (For ppc64le architecture)\n The image digest is sha256:ea726e65a0f5f8ae5b5fe4ce31f2aa75943c893c91bd75feb644c4042c88865d\n\n (For aarch64 architecture)\n The image digest is sha256:ab1d1b8e7b22fb2a6b3923e6e8fe77b8f0f774c762836a07542b7ed5ad52d86d\n\nAll OpenShift Container Platform 4.22 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.22/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0b41f824ade401523c3ff06e2dace98c8dda246f40e6a01a588dab6fcad09683_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4954d67caa517e2e2edec0e5d4b95610a31b82d5a86f9058cbe55193987da9d2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d1a37ce3fce40a5d5e3065b5a4be81a18fe2a6b81bd5d16ada65f2647fd8fd0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d395f05c26536703d44d06525efc0ac6203440e6576e8a1513c7e4ed8563ae62_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:60441"
},
{
"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.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:07716873e44d49ad177f8c572fe54cec7ddb819a70492e6bddf36ef2ea5e6449_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:288bb644cbb5e14b00d80e0b409c83644a59cbcb513d19025f8b97de61f2cbea_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a27a41e1a167568dc9bcd1f125ac624897d73bb6dca7be80d256432b35e4c6aa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fe9b92e8a052208c6eeac2ba816959ee8129cc0f68bc93bb0a1a2f940a49f4d8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:44ba1190dc20c3a99259ef0723be3c9e1c2d4f339ec4eb4f38a9375cefd60d2f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:48a700617f0d4ab9dd6b40cc27e9f602892037c10872c19c60f62a2a848e451e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9319978cb44eb1f26a7d82709c4ba7d9b6b0bdad78c6c6080bafb0933103bda2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e734fcb9ca41744ac9213327a775aeb0e01ea9974036908721b532ed2dfef923_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:10097712385ddd416b15237d2af20f86a0370f1d97125f1e8a0d25a7215f6751_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:40f8f7e1d72a0e70d96c1ff028cff7125ead621e89cf2f3c1cc5262a3aab65fe_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:50ff72eded21d210ea9c57c9f9b192cb6ca5efe781c5c5a9d2e1129e2eb7a248_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:f77b14655ac6137b53212c8ed526d6baf86d6d6332513416daa73a6dc468c832_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:76042ef2dea9a9316a7bb2a38923d0b670663803c75f5b8351b5e71d344b479c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a645a364226f6768df30645c15ffb8b7feb1932a96c3666cd2d8bbf71786fe88_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:afc4fea57ea3217712f10421cdc7ded66093dfd0d5cdf09120ec1200d696f332_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f70b291b3be37bcef36e4cd282cbd88f917dcc5e61e0ad6228b33b770656b8ca_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4cad4e954d5e9fce7e93ce3a81da34d58e01c38a5d6140cefa7eeeffa13e1431_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5c1598ad56e3f9cf5801a990b2d5d007632cadc69118dd15b771d8104893b722_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d18a7d5884e709f2440b7f85999c2351c0f74ba09b876a7c915a974ccfa3dea0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:ede11c7678a732b9ef9a763632c13e616a95cbabdb36baf0c5c48ca0d476c260_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:208703e1b4c8fd82b6cffc790affc4bb8966f6d95e5b5631d9fc7cd429d82242_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:40be47b6d5dedb587c54ea5f6ee763dc3007284e85cf75d9f48f4de83bff4f0c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bfe783bcda48a7678e776f99ab08f9d6cdf882432ae03c46593326bf8b57e714_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e43bd0884f4c1993cd516c3ea52d1f878a783f6a998a6dd3fe4a98ab11bd3e87_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0492b621d90ebddbab300b3bcb6979598f11380da79b32531f8978b26fe5edfa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2f4ffb0abe2bcc7b801658bb46ad9f397d7a3d11e8b2060859f5dee1625d7ea2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:30b0e4f82db1f3e39379b7aa792514aa726a0c485680b67351c593542c1b1127_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f0f3b27621a9276b1f4f9601b1b399eabbc165d74a4b4a20ebbccf6a36a8f98d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2d56871f80eb82c502cec2b901d3510ab482eea981f50cba4fea729c83f1897c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c169319f15a3e6ac9086e21438dac78a6b30f142c6d96d63c259e45f4b98c2ad_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cbb1706913eb430b86212f941bb32b066af04b431126af872899134a9e111ca2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:de56a4d37e6686cafc8591eb1f7520942036037ba5af21c286aea2d2fab95b2b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3e35e96ed5607d7229629ee64a3a7c942fb12da93a75e989f1fd9aa028e8fdcd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c045d9282bb2e3ccfdc19d09b76e81d622ad5c41750c960a066f9a735ce47a3a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d3c7bcca57a84397fa1932919a750ed7a002fd7f7be976152dd7c14d60feacd0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fc479e1b1d14c548ed9a783109fd978efba5363537b835a5d09fa8d0fa9f9068_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:0e22ab8f884e0095c3cb3efcb63f9f37d55b72cff37962f271fdf534deb469c1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:ab518543ee2455263fe748f1d2ab5fd1fcb87e03bdb241a1fe657c748e220e3d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:cf25049921f441dee72daf95b707da269c5ea7af7026674c42a7e3c8cc682e59_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:d5350fca926c7cabd8fa4e7749f0c2bd9bf90069a11ed96342cbaa0ccc16f889_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:41ec41da1569234037cfc2b9cefeadbdb4c1e45363dcc0b5f2acce2453ba3dd2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:bf2513f4ea2df4a781fa74ddc02c207133387318444f7027e6b62565e8af505d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb3cc6f050ccd3fae295639dd627bdf3ff5f08f66ef0fdefe24ab8260cfba983_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:efe54dbb00c22c7e9e4a6d7c40e52665823c5f94d4b7b03236edeb1d7a304f94_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:073ed3fb3dfb009b6ba476883da5421996c5c4f4119375c0c83b072571d935f6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:14b74e5080c191fe32bdd2a416c80cd94a0f30ea6d5f18faf7396c120c5907ea_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3c86e67143d2caced55d2dc470df15cd1659c5e16c7eb8af22183de1a3222901_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a6de5df300008dde127b655f67ba1c8e637bd6e67bc2c811c0d9e0ecfc3cb08b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05ef13e75b41891cd2774cf5243b11da290ae75f12ecd07239e580a5238036a5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7c5f6b71b68331d1cdff8b3273fc7cebb945d9c037fae5c2fe0666f84cafc928_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:c221dffd999b01fe10c83c1cf3e93ed9d49beb5f0f13e8e23261f44a07fd9342_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ea42eecab8a62b7896ffb697f402857a31807834a102986b3967faa70f63775f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:0123a42a6d10e21067ef4ed5ad7a39541529ff0157cb27443a95b0e5d88efc7b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:61e542fb10dc0e083f8889b0b94c3525f3882e5da701b8db31cc9be68d803ec9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:69eb532db9fac5d796148a421f1c0a95f03a84604fe40d5e5a3719c995b8d3c2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7bfdc577bd856e0cc690c86a8fc9928ed3d034d4d1455378c95293376a74b9c3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:023e336977c9e6f23a82083ada96020a26cfea384189b765e89d6acf7112957c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a0734ecbae0ba4ef8a6cf77d42383afe04fdf33eed2c0d1e34782f147c675581_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c64a9e77bb865dd5475a4022629d394ced47bfd9adb137f69e2dd7bfca2c5a29_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e90910e06037ec13a10bc176da5a516287ddc34ccdfcb36432f386f7b3895136_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2052fdaecd2f3807694fa17f35f03f84b5d8116ca56926b6d657f0594adcc4af_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:274df573eeb1919286472cfde2006716aaa62c65ad1a6fb82bc351e7292a51a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5f81d0322afa70edfd932cf1f80dc5a14ebb30f3f4cb0a4b9943859c3ef8a741_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c5f86407af14e6c3741e75068ebe79aea7c7d1a73ca87fc97128c53139dc8748_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:11009d76f2fc73fb88ad8650914948e04e30d4096420d00a4e6b1f2f82bb2a48_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:464e2bac04048cdd010a9625e6657c9f823ebadd624fd71191ee978520874528_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:4a6beae013e9de12cd8b0a39e9e7488f51b97b3f295e14d773eb28c5df9d6743_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a2f765f47a9fbb2acbbf3b00c2d62d7df283546b7485e7631116fe824cb589a5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:82953c91b88971066d4d605174664863cb062a6f7da286754aa4f05c11a69bc4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8adf05874d8cc6284cb4566506787161305d95ba4c318f070e01960939526d59_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b0127947224f18d500d967398c5008737df32168d2db50f1f87554e149328d71_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:c25b7a4bba9a988a6b7daa4eaa8608df78b927d1d454aac7757f18e3b6c78d86_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1f6a0d8476232a85b5d18ef9ce148135b69a4abdc45952f6ad0eaf41604e05f8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2989730daa53d788a9e1be03bf922a07c1111ee8559bdef63d058be6fd5f3fc7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c0cac6ae1322cdf12df3c55948bcfead52641aa95a57dcdea97401ae01c1860_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:adf166a8095fd21a818265c01776b94e25cea102a98de6875352cdc47fba933b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:67f12e5ce45f173e79229f506b92915943d263ca0adaa31a027cb7245d7a076e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6b91bbe18861c83c79693a155979f3cc56162624412eef4c57c52cfedfb38475_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b2bb582913e9dedea9f2eb41f1568fa8f0fccce2e56be4f666ff41f3698dc147_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d35f97d205f82d6ffa260582fc6dce2fe0fcc3719ae0e19e85e06e7ab629021e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:03ce535e7bb582ca85793c8155f38ff9f73231e7cf5af4ce223ea89d4d2eeb89_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:605dbca994f47b04da902ae4b76744eaebe0d716a7a5fd3cb8e617db5dabb8c7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6b2582a7f534bb2716acaa72598b40f593897124fe03a5e6b2bea1e4c1a26d15_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d88f52e765c3f5fd4ad80f7364efe49e98ae927d82601d27105eb6ad0b484264_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:1305fefe98602549511b835fd1302eee6a4494c690d76964d89189c90f39627a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:325af02386526656111c663e6a206e755f2f30db00059078a0391d4af6cd95d2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6dcb4d60294895ba062bed0e9612ad7fecd7fd8d8cffdeee9bd65ffec1b20a63_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f492d67b16384267b9f65d20b769f93e3122f0957cec290a88a1b244c80e4b54_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:56cd8314cc9791e043cb4e5ace324013f4ce4c825fb5f9119b1a6c6871b76a3b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d6ff019bc8333893d6d5799927ffd9dbd02d0d388752a1ead6b8f85928fff4f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d7e525584c9b7492d8b989d2ad0b8ccdc4f244987f26b4aedfa7ab1097aa8ac_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:598dbc32cda4219d6a0442aee99096b77ddbea0148ac3260c9c37e00b13cba23_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e223d745233c048714d3ff7a04f8ee565aebeb0f5aead03e55dd9f305fe60cb2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:05fe3c8332c4626e356a2b8b33b235d605b8cfdf8b49a68475db687789a766e7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:64ea7652aa2f9f9ba58d56765ee0ffd7224d6534860d118c059c2c066bbf2142_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8673853d611d162bc12d1791bef2acdd4131a97b8a6e46961736724b69332db7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ee04f343f0bc1c58b1e016295990225bafab7b39a9c1a572b10cdc19076150ad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:4771678b9e18450e8e2a6ab991e844fb064749a0b09b089e54a802a7109c1ae7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:68c90482505c592a6393640c16467c1416f3175ba1273a284c3d0a9417e879ae_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:234bf4abb67f86a27d549a2d368d080a3671ab34786e26c6abbcdf58baccb034_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f330b931299e7c97298212e0514c55f9e086e2f33ab7e522d40d8e9df843ea11_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:123e1027c857bf3a084e45755736871b220117eb70d774a3b450f7d877e7d1a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:61d9a3fb3114cc2252a8ecb5b0339a5fcdef87cf962f285be72b164933afb857_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9426eef8c79d6e2c9cf5efb340257ef7dc7936b3369050776f4b45ed6603de37_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b693182419b2287a69a8bcb3bd3ef8d6e799b5e7aa9b5f25cca855995588e104_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cde3a4deb285f4ffb38be4443b3c09f33a44d8f2007bfde6f8766d371487bb80_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cfa458375e07e80969d9a9b3521c5983fd20f384b74f1080b865b618afd35f32_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:30a0f7d083fbf57d19fdebcba31bf52d257fda3eab13e1c8b856291f40278c4d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:7078670a28f19c15b118e3ff8d70afcd5e329a22eb6a44d3827f9554dbbee812_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:6d60dfdba0f6368f23bdb554da68f81e3d088677ce9748d2850ba8f2ecb0cbcd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b71a8dd592d2646c7b085b06edefe64be96e38113c3547a111a8d0201992b98c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d906f3f6f4740b50fd6266205b0b3f986b35ca7a64ac7b6c52cd7167d0cdab23_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e4969f9764190a2b46dc5c9c7375213c28518935d80c4e4570d122d231f53663_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:331e8f309349114252acd7fe42067ab2b7bc03abb6619f1df59c8fe907513d3e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fefc2125429189eb85f3c807ad8ba8896a48518f3dd7d93f94a091ec925e23f1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:8687825da05aa3fbdbf32fa82a739f58585d8d2564501deb0d3b97d67a4c431f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e5886c91ae307b14a848b0a571918a57a9d2d85805af6c6ac7a2404dc0308337_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:260b87efa1dfc71726aefc2feb8dfa83495aedfa6e95b0e86dd1ce0d246233cf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:49a1a91122fc6cc34cb21b6de67b8249f154aa8e2bfade0e50457c224fc3ca70_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:cdc02821294c7bd8b4de75b356ec0ec8b0745b0b409ae9481dc08c4d967b53ef_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:e52b5054a3c11b34c3bc3450d9be2628816575531a1435ce44652324ec020dc3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:64e73e3f7bc1f37f40ae235a7866ea7c881d67afe29b398edc6f15befa7f06cc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b4f0c23d7fadc3a15840607d9aa13327a3eda6272565f88be3691b74f16fa13b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9b5eda1037248996bff10033108d1dec27b8417730bd721d980b778e1cb4585f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c397e51c6d4de14ea1b6a41957a3fe5ae54115c1cbaf414c013035333824eca2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c72d9616c2bf94661a156840d39e3a42d4023598c5d647562874c453b44b72e9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fef61b2df388d1e5714b0f3293bb7878f1ff9ac64b0353284576fa0413000ce2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:267a8525fce7dcfc460052b97dc07532c927fcb27257b29f5e43e5475376bc42_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:886cef96ae99502afa35aa5cbe5a16a30d873e8c9c92d6bb3c748bb68877935c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9a68ca065607df1a4fd1a351041d799b2166b76ebbdf2c92a0fdbccd47015036_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c7a8842568f7ed4d4b1ceb0f507aa5a56d80ab213877507be04ab55f8fcb3a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1567f1a6c1a596e22674ad45cd1975c8667fb2317c84dd5944ccef58326239b2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:40dad16e2777a64a836355627be3aae4572a7ed6417ac39e0dca5f019eeaf471_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:800ffbe7a0007398e44945b2f3772d657995ebd902918ecb410e5d373de06263_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9720a885c669964be135fbcc55bfd5e9766841f6b11bb2c279ac030de9618ece_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02440d8ce569f4318b2110f8975fc4d0a93e6da6c5012882df9cbe77559a0a81_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02594f4e3bd44cf7d378a7fa0533d54b4365eb5317c282cf8295cdfb0ae5ddf8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3e5753abdfee794bd09cd51eda1c7634aa7630ea3f2a72ff40c3fcf5661e58c1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ea8145a89efceb27b579a5f79c37c7457d141a0eb38b2de5c82ced07879539d1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a1aa9421f9d52c8bb918e1b3c9daac3e1a076e70e003a58462b62f0a91fbf795_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d4dd77443d486829650aaee412b58df2c5fcd995bf2c493a22dc1cc705d270a1_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d689dbabc1df0ca42e7eceba17ff474f9e6a30474f7cca15970a5ee7fb870a72_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fea791f1b353cb84039498653a7b7daadebd460631446fae5f05d1ca8e85dace_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:100ffa84c55a87981f50fa5fcdfb5a5daad0eea01d0bc14abdbc959ca0a1ff92_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2e646fe351c1dfb3650d0b67694f5cb89fb7aae85c9b8edd356f54f40b9e9fb3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4a45ec0f50d9cec050f1c99dd33d288ba8f9e8dd1a71c2870eb5e799a42e411e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:60be3446f54ba3c5f93c5c4bf1de44d7e9ca3049abb6ab910f8e62e671a80d44_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:90b36fe8a88dddddcd584cf06ddbde8b74e9d7a78f9f51b77d7d2480ed45ed79_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d69ebc6a9d6bd6f8f75d933ee0f7893b285fb24e994bffc35514ff5211ce68b1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:da6ed87ee2d899e3fe9c6e8b08bcd44cf11e1b1563972ca4aeb3e8bc806a1d2c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fdea5b85efe39b635685d506a4416115d546a9f56e87903650b5e51bec6a10bd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:47ded0bc14992d79c073e4cd541279def7e44d8ff586a5cc1676edabdd86c13b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:642eb8c1bf4631b969d0ebf3a0755f566236ce7b5534fab78d531c76d5e802ad_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7189cc475748ddba6ff3f306320d55a840baa8f1da8a934d4500c49e6f675ea5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bc10db6a9f9c1a60744f49c1ed737bbbb8454eeff9fd00175b98872a1af17936_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:017359024215cf5a7b00bd31b8b797ca7f5f456d66a34ac12c44e53c1ab77fff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2635b651e023c9d4dd92d1897b4513947985256607f9d2dd8043cd7f5de3a765_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:542b1a4bf2fafae85c50eae7a182ffd3a3a07b2c234a00e4e6c639b1143b4b55_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9b3b5510e4cf6b4cb86bae86fbf36c1fccbdeaecfe009cf2e67cb9c1d7924ef4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:048f5dc4b9176a86e0d82447e036ddad890e58e49c8508cd74f8c297272c800f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:0a7e3fc4b1f892ea2e77c1f5d961507f0fcec7740f33d3e308904cdea1d3ce21_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:44db7037b872b0164497a603e99b7c5bf2bd9aaf31158e8a4e8bd03559584155_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:a8ffa384c6770ffe1bb9b7b8729501ef2c06199e0005b16e5dc432dd8d23c66f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:176081efde0e44254215af3f5091e64748c81d2bb29a1e7a64ed2879c6a7fbe3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:42ea798731bcee8b868ae15f9d45b8f0aaa91d1a4f7660c53ee08b070fe4c9f5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:85fd9925886227b53c26a3ed09604c408c49b8ddb9cf7efa2057335bec94803c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8b7b592c5ae05773897351d97fc9925e6904ed02a6ed49e4737f0f649b7eabe_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0d8537a8b89a087f59b9f0c413d9c8d6c77002ff0d9d8579d179291d3b6caee0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:14cc3a54f1ddd57ce5b80b6d111f0ca27f74b4321c9915d5ec1960318c71d752_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7dc1bda89f2fe70041f850dbb5dd3804e853961d2026c3880fd7255dd6e57b0e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:aac4600f524660e2351490cc7aa719ac2dc93193f64bff1178a04376bda57cee_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5449067a980b2d50b360b1aa1164fba67693402210111708ebaa00f0f93bfb55_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c8486459e2b80ee2706409e888070c9100938357621746215ad7871ab9ddb990_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d748caca6496019c594ae5aca825845658e1e8c5a1c062a02830aecd677ea1af_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dac9a4617348551eaefdf01ebf1770442c0bc07033fcbff203750ecaaef1161b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5143aae8d524363878300902b89dfb5f3420ce897bc36064fd021d23993432f1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:6fa81971ac5bc843a536eaf167cf5147e879c5447d7c1ec17cebe7ab85692317_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:bfa79bf705669231df1e59e373712f0b04ef2c0676ebfd901bd9879cef16236e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:cad2e37531b2ba165087ddbcbccf9cf167c4eaca5a3fba5f5f4bd943b8298678_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3538795f3effdfe84442141d83d0292447b4c43e3d68871afcd453f80e11fbff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:7da313ec91e1a9ff08a16ea2b0af0ed1ac73e40c4b629402bff19f183d45aef6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d9279ac3cea7e1e400e244624bd7ce53cbb6343d10872873e71dee20263d0e62_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e89a5c92caae6b72646e17535787d06f7640a47c59b0b4f418c7e48918736d60_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0ec6c9197060bf068f358283d64b9b877e97f072466244f9d147552a193fdae3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a5aa2eb87a3fc9c5160f5c37c50cb88cc0a77bbf4eebb298ee7883ecf47b456_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc1512a1ca871d5e21162430f028d7b7f2391e19cee9b3d6e253b6b6d03cc8e2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e8c2baac5dee142c4e84d01c731abbc200cf24a04201fd8690f0d47035958830_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9b45bdc374e248769add4b772aca63e25ff0baf8d490e64066bfa78405cf609e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bcb4f4b45a7d62927ee6589db9d31e9bfc87a13f3b0239649c9701b10d3dbd75_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c1c72b9d00d45dc90f97bd9c5263e6d385ee34f3a3f834909dd8b8eb28c3b15f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e15057d2878011a1142587df35dac65182dd4ec4c0f3c61055a73a23dfbd615c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3bef4d599101ae4c2162f47e89f5fbac89903db3f007bb425eed38e1d9b4d9cc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aee0556c560d2ef9f2ccf501302a373f15cdccc83ec2c6935c4ae6a2f25b63e0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ddc3c05d5daa3aeffe5629b7e2fedd5df301a3030f8f8c6acc3204b8fd7e0995_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f463811c1b1e6fc34934bb5a8151fa946acf321ab57f9901b3ee1b7f75546beb_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2abfe62de89fdd0697da63674373b1c8a2695846d8acab5f17a35fb38fbc23a4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7701f38b6702b4a9e6b49b3db83073475c33528d2529e63b1b98664bb7191906_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a23cd4945d2e1f9e1c194179fab9c388677fa1317e02a99eebc575e227064b79_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f2f194cdb1a14fe59e05455df10ebfe70edabd37ad605346b6258c5bda79d96e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9b04b0a1047813b35f6ef09e1fcf1e06b63946e0a3b3feaee3e081b0deed689b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bb521f2f97477b5b9851f6655f1738b620aefccaaa81cd303d17eb74ade7adb4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c8a1f9ce2dea4947e6cb460bb4b4ae7ab6bc5f816ca25f3405799d56c6ca48f3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d8f67c5b7b8903633485f67a76f88ea13855bbf95e92b651bddd15fa91458ebc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2c84af74e0937a0f3451054240ab7ae2d44c1b566339012ebec9e5b75d7a627c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:41ab25be6eb002ee921bf74c1049e07547328632d576e78fc45245177fe9ab84_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5b389b9b0acddd8ffe5e5c3f9d54321d061253f3f45b5b66b6dfa0181b73b87a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9afa17f9f4e4551369e891d405098219c071231ddab921dd32bb7bc66bb0b6a7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:0bd76e62d162ae823a34a766fccd9d339e3f550720d863b477273734ed1fdc39_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:dd17b1ffce727d9a74c3f64d65b72b03a5c8fed96e773665a078dfab33bd64c7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e8ed2c9324c2f5594f90b049e92f2fb3141dedcd99165e80e8bfe147c738adff_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f7f45f6d562bf699e0e45e134c7ab71701dc3994882cb82edce9356be7627ce0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:22dee3c01cf1deff68d73d76735e420d223ba0e75dba1e7ae224ac4e7b14ae79_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7134aa51e11a7d6b826068d03b9c90a518cd3cfccec0e3f06e57f5ed77daf6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7cdf9e85bfc54e4562176d63e1f2be56775dd761c6c0cbb80fbf888dd1ab43_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b72954ed888ded15f443784fe6a684b6e0d7782921efb788e242d987fcbf5388_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:63bf84966169bf2dcd8b8bfee3c478d9e61881ca007fdf3a8be4ba5cb1118211_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:697ada7f8e4bc8a881e2f1fa3a8402a2e96448f948befd465c59e03ced12c9d9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:85ed053619e39778d5a986255af37802ac46a26899c8a448abb139736db5e075_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:abe01f65affd92347d8097b3922e587548364d9680b74f767e9cbf139c996802_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:55102797bf884eef2d8b842ba8a5f2538f711622eab1c82b06941ec574b8f266_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9cca1a2d1a6f5a33257e8f790d180274f24a01c125a717ff79da8fa301e2f270_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a1f1be1027b54388f762951ab7983f18cfe37140efcf2c778a5d11d4740e8e9a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d65990c0adf148e94c1c0ec0730ac2a285b38eff128cdb2fac7f61af1514fd14_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2db5ea10de47829d4643fc525d9efe3815db59d5689c0febecf4fd722ad0528d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5dcf0a7d3c0b2062ea11867f5fd2a4ad56fe786b11c3095d76eeb4c844240a6f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:73b76f141fea3db7cf7df4e9b70443b37fc67790cc6986efdf53a32ea7360bbe_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:be3286f36b4c80969594af159ede49ee20ab5dfbbd890649c2c4249335714466_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2cb748becce8d80bfbb66e84f63e0f0a3cdee6d9bef3833eccca24132e9d0699_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:374211b6e69093447e90462693c45bcdf2ece57b033a419f13585d9a46df62a0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6047837c63bd707f994797af79267ec8bb5075b3fdd88c069b3acaa04ee2cb5c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d8c4afb75de3b6d432d4929f4d4fb6938617a794ca2ef2060b83a02588a1d0a3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3287f57d83e7becbcd3997ff2ade6e6b5a664fd08610464002229e0a116dfec8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8a58a72e372b4235b4751e08f10c97ef0798519e6b91595c234fc14089d7495b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9654a0a2b4549ab06e5422dc69872961c892e97032b18d913cc197dd3aa39f3d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9e9ecf8cb43e1819159bb8fc0eb5641b71663e110ff757e26d5549cf41075084_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4aa3e0ca4b5398fcaedd212506e222fd435f7a46c2eaeb7a49dc50f789cf13a3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5d094c8e18e42d662ac2f5ba16602c1513094c7dc547fbe3de562463c4096bce_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:67f85bffdf2db08fb27d52c6a0a8b615a4b9cd748d9a7e6126851d1bb27844ed_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7d4b6b9e67875889c95a5d126bcad0f6b98c148b85433180573f439a867d9e25_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3c0791290db50c5a925a80b371ba8bdf91f4fccce56397d12a989263a972bd02_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:654aece866efed516d69db0e47668dc85d3936e901aeabd098e07538aa3dc617_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7637a44a01d6c56f002120cf96228b6c68e92b4391d4b6efa1c81ff8e40eac0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dbc636494f53ee38eae00f243bdb92d187ec84654c280cc454f2b4febd7c22f0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:08f46b1d2114a3ab80bc7cd277859a4f84e870c2421b9e13370774deca0aebe3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0ea69bf7a80cc8c0810acf8c7aaf2cc1374d3b034065f1119ca33af3d1794cbf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:17e61f4a9148bc2e0fcea85c19c98eb8c2efb701bd21f8b63547dad13fc256ec_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:8b81413ad0f567583ebe4782344c22834c1781c5f7493c8a05b827f3f2a5e409_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6b348a4fae63bad66acacb5f0d03b8155246733e758f14208956c38c2bedaac0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96eb6b75d6a8ce22b199b8150e628a2a00c427ffc79b2fee2e24af1bf584bbcf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e0b17d193af2fd7e981c9908e01f2d840cc939e24bf1be19977beb85fa1159ad_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ed56ff21aa465143bc0d1c4f20803873dd07999229739b84ef7861683476b22f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0654b81d996d73c5b5b03310f314bf3bd6871b3bd4d1abe791cec9b7a3339719_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e294ee6e92049316f91ecad5987a24d7d3c06809d3db2ee3f9a41bb461bc220_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e3afa0bbd3ab3ed4acd6d0059765116e9ab56090313932bd063098d94f1c3b1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:929f235d156df0f59479d60379dab0d83d6fc662d9acf7ff050a520850ee0125_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:14b5ec9622b1a177ffe69a7c87b7797c06b283b26d5547828d3177f823074b5e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:52a47ec0685655243dfa60738842ba038719f2454b85024084de270736d06529_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5fea5bf035692313badd286c7d13564d48c34e3195bac3c74ae669607b5b5875_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fca2b0ceeb7e301640de2604932cfb2c386441e0d3b3b0e4a525f0a6b00f7cee_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2b85420da837c90d984c5945fae12321c8e6b6fa270768da6270f382194f2d4f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5e5a715049a34055fca9a4b36dab839573238385890678734f96d7ba776dadf9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6982d2c27206f15366ece47b40f4a6a2994c7acf5dbb94aa274c55a2216d0063_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a38c23c37dbf421c77c4f36758a105b790123d654f1c8b3419becfefedadd0e7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:021e3ef983d0ca18800e0fc390ad96f4b6f6b9c3ab784c6e74ebe2e7fd7b31d5_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1076cff5268f9fec09a760da243efbb72eb96645f838a746c4c4e28ae4feba33_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3eabe7ed8651b8dedc3a2c38a83527f224ba3b50088b3238e158048bb2ddd85c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c29274bf105ffdd07bb78270a6dc497fbfb699acce48c7c6b7b6ef32416eb20f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:71bae3f7d9ec2a469c8d69b9f67d27a0a98a26bc842cc8733442cabd43fe3c06_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b67943ce9e26423e0bf84f411d50f394a67a0f3368ff289e695f8819c4fa8c02_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d4c9ea28e8a716d6a46a42cd3b5efc82f42d456e21791c32369527ae82f643e0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e4c222d813696b8b3d4cef6982cc88ba3d4581ad6842b10510fb4c8130a82684_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4d789598c5dc7be91f05a8766dffccc377a71db2ea8c5cc563f396cae02326dc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:70267df26127761958bacff38fbeece08995608c2a24c7a3724495128ef2bef6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:84ea38804ec003ae82375c83ed4549163a2c932d6264eb64476e0ad175b4a4de_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:bfcf2ab8d6586fd6a8f08ec2fcc71f997800b8f459577c31e654f8ef9325fc42_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:49a412244c4d6b547d5b0ca9bcb041b1e3cabbc78f5234ce52b678207d83b3e3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:4d2e1fee9a43f8faf39b05a7d82ceac50094ebe972fd1fd85b1528961cf49478_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:564e888a319fcd9b1af19b18a4281c5a2c41bedfc3186fb3bb587a1e28954c0a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecb2d59766a1aaaf7cfbdf1e0b92ed025a18fd54acd41fbc63026b350c98a953_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:296a9379ce17e07df7008f1d35004477297a7ebdf9e3d51a50d71628d6ac68af_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:67f272ef9abe83f9cd959ce97e3d5c46ed6e118ca30f65fbad733384d228ebce_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c8b5246ba51213bb183e07d862b6d1f9b156e1d16b7656bd6ea061f9016e8ad5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ed375d4341175bfe6945ea8aab5208f375034307f6753cc726230629ab97a71f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:29e41d78f04e683ecb12ff2335b7205383670e7bcd2b1beec736261a93abd406_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8ac74d64736ed4788497e0d4d10226bfa212f6c0cc97ee63d7c61676698bc022_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:94a303f0dd0822b5d82509e3ff8af5887949ddaa0e3a91b9f94d0bdf4e1e267b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:95c3aff27109694e511c9e45d1132bc4de0fd636cde0855c9ef45f1a17f5ce7a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:16e2953831f686cd68012c8cdaea2b404c54c91050145b716ee8b0ffc5cf11bf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:91e3e3d331d92b90ea49a78531cd366201c5de278f56597d9dcbeae40f114754_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bb1ec078ef82180a6019d6e174c16a5a846e4cb8995753628db25a4ca0071474_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c33a11f1aa2fe38738663eb291e25503e2e6fc3cb5bd964e1a6f8db0475e29a8_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2606e2856430c12efdf947977a070de13c3f93d3f304608c411ed57b6de0c6c7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4dda7a5132b638230470f86622d84a7f0117280726ea52e3769c15f11b1dbbbe_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f3b4137b1beff722b9c1ec2e451577a22f44c47a6196139a39d4aff3a0386daa_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f688b554b17808b3aca13b4e6bb8a240401db6f6cc5805e98ebe71ff43dbf1a7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:07163bdf6c27b8066a5f1e8674a2120054c3daab1e8a0db8cd728f2b1ca0fa57_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:32956c0bb79239db914454aa82f94222c6f7a90be718e22bb80c4e75a45127f1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d877387429f09cf5fdf779e73200069c418e561f20a21815bd56fce1c1c4c73_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:9a64cc9623e5639b0e8ec8f5ad63a5ab83f92598abe541be09fceb37ba2fab23_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6d8e4146a7965b0a81984df7d0a2fc094c50e7010acb93e58510cedc8a42e687_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:764c1081056df81f61d6965869f9ba66d67f132d6c768c13f1b2c1c81d45ec6b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a27762ca5025270235002c90eed00d6d029d4b7103b5bd108eb527fc8e797f1d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f473c0c439be12fc83e9ebcef48a1a067a5f4a9cd581ca19ca34a3dd0b9fb79b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:6e95c6d3ba75f0655680a4e46b703aeceb57cc9ad072733bed1aeeca0e9b3508_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:ba23af1b9437640698b924bb0645013d7c08fd6121489b01b63f66156faa6588_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:01c4ac10b7061c77ef54bf337b8488722506d2a572d9da7d9a689b4c9ff7c225_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:67c19e36b3f264978073841b06d940efc3fe0546baabffdfb35c2e5a1989e96c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:add880787ab5dc1af04cbed51e2da0f6f630ee85387617987ec6d6d8e3a28009_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:d6acbf09fd11d29d0d715b96e60355a23deba955fb3ac6ebbcbdc29e6923d508_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:474e02e9e121dfe39458bdbee1f434d32fa29347f55386a4abcd3825c9235456_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a0e6d2e5adb8d9c223824f623bd7d391e33241fcbe281c54af8e3925af5781b6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c3fffbd0e1e6db3256029c6cff61bb64ba56625041ff86a9d46a895076877fff_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d253f116a2d1e2f033f47422230a0a4e8a9fce255d71e9140a0bcb6f255c09b6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0b41f824ade401523c3ff06e2dace98c8dda246f40e6a01a588dab6fcad09683_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4954d67caa517e2e2edec0e5d4b95610a31b82d5a86f9058cbe55193987da9d2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d1a37ce3fce40a5d5e3065b5a4be81a18fe2a6b81bd5d16ada65f2647fd8fd0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d395f05c26536703d44d06525efc0ac6203440e6576e8a1513c7e4ed8563ae62_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2224a1bb7f39feb0ee922a54a94d8dfa66e676caffc681f99227eafc0082b50c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:339b51d602e6c798949da55fc36b4e83d4b07909c97f004f8aebb5bb6f43268d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a7bc2291024185f39cde4d43057b17968cad18451fe8447b0ace526ee11bbcb4_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c171ac27f2bfd7846db274c1d2be8b39cdfed3afe59ab4fb01f903b5be3af443_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:45c70f4c6f15a25e1982efd6eee6930f16317ef4cebd11ffe2b5994b9ad8b200_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:938dfb864f0a9dd0116c5969eb1ca94f2e04b914c3ee56bc26ac33f90e2535c6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a4f095b9251baba737421c47566ac7329258b8ff22b0f131c5a941ad1b6caed5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:f7a4c6ab4dc050efd81ff5d7dee7569a55dd0cf96e6413c47770699f5fa02b6d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3a4f76a56b75c54966a76307c4fd647d854812bd22e55cb228c1e9b5aea67037_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:98110bc940b974dcbb8b0ea21c6b52bd96ecea62779f9665d3ac8dd03223905f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a7e47a89156ad39c7e5820cbc98a0b295ca1a3aaf6b72be3961c6d4eb0225831_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b6a273a6d68b36cd939b6bba836f657168526125327fb784c436c99848f49f7e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:26b6bffa3e11fabf11ec8176bb39ab3e301b3c5a85c1aec37142860ffac1fe5a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:301f5a73d9d839a999dbd3c9a7741ed3458ffb87426b7499364e6460850deeb5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:57eee4fc78405492c9a665c228d1f25c75f0390f75a73d5819aea7ebc2da6b4d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b10b625aa3fe5011c7fa9db3c95ba6d36c569fd6f6aa4ac3ff2431cbc103d362_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:11b59cdae58f57a02a4c8479266a50a1a5691f2e8e4382ea7ce96bc913ad4afc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1f11609dbe46602b2c11ea6c776cffc87ebf3fe2a1204f25bda85d9793d5cd60_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:28ca9310e14799c080a07935267ab4ecaf6fd1abadcb1e165deb46c81f2e731b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:56a619fe929b8a18bf1526bde6c9a86f12a1c0a43739d1a0d04c58920d3ac5d0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3bd696b964b694ec219c5776593bf4772dafcc3f43b973355913801929462557_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:4142674147742cf0ecad7223e02e88efb53e5a34ab820df5ea2f645a04219da8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7c59a7997fa95d2895620378a7e18f0074929b630c329ba3f03c72e43415364d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ff35fdf6dd3714c214394ff6f203815f23921af529bad0dc22abfa1d1680b333_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:15198ffc1a039f56e9cfe7ab35037c34a3864a83163576b65fb3e9f5aa8f1f3f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:4ab1c5859c4f54f225fe4d5555f3c2d1aafc520ce7a9197b040e06084da9a43b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7be609c48462446f215d9ae0326f1c76bc0b779cd08db391163c796106e7aeef_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f04c27be87ea23869192754c00d08badd40a106c2f66b86bf493455b3e3ceb09_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:42ce515a9496a89b6abef7a94b6fcea6880b2a9833900d54e1dd4044c9e2872e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5ab9133d7b6aa46227bca8a1c6ec2ec9233ebed8e62e41ff122dda627d4a7fcf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:94f82ddff9d44dfdce03af24a851c05cec4ceb161c5631ce6ce88dc8a9481271_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a7879d59a73d16ad9c237a597dfdbdbe06fd6d3e3de0c9396e342250778dbe08_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2f370ec13f448fc82d3f142cc8b6a559a4d62044631f4b394742652c4672f536_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:38471fb10545f0fd1f879ff8ded337bdb6919a929043727936d28c2153a78fb9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8e6c8d7186bfcc49c6ec64bf8bbaaee511f62cb5d14aec29bea364f90129d36e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e35c02d8101af5150e038572081ef775816f97c77ae24fec3826bef8c24837b4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:123714413da1487c02d182f1d355688d2f0fd63e0f82865dd962567bb9c81039_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:675b6754ba7e231a1725cf8338d536551497ed05e7f40435a2a3c98e411af84f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9eced45114ad75c3ca56d06028c836adaa713433bc49f6196533276f9645c58c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b203bacc4238f6cc6afaa7dcad119d126484235694dcc33a46edc4d002dc7f5b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4e68102ebe684da4477f443e32d69865b6fa28d398fbb76463c67d85739e3c2d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:6dd5107b14c1abce011367145d859456aeb03052ab831b4c548fa4fba0b269fb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8e6d6d3162ace273c1312c383de4e1f6ffe2d8e6d7b553b64e6ac460ac040c20_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:061699fecaf30d68ae3d41b89d812ea8144627d9ca9de83173fb33fa06e6b8f3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:33b4bb5c331675703e19ef96f3185b2d3cbcf4d0e37a6fabbeb5a8dc1f46df10_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b7e15475952a147e7d6d506ee9686c6c594d529b27e4086f49b0dfc1e237d640_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0465b162143273b73d2d1af7ea6f9654116a9b1cba8169028273185f2dfa1191_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5d1720d8067c33064ccfa16d47931fd18bdd3590f53023c2ec268ed9405d0983_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e99c8d382c503a7b1e25e6f72ef293496beab285d0a3453d09ca73fb58247163_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4e09db0d6efc9289a85cf5d4ced1d6a6a7f52168e44c366907a5d4ebd3e7d75d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:585c75fc909525ac0332764b66db33e6646e5e0b0a4d01d176be6dad70a7447f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:85df50114baa307e2b4192a46f80a292500401eaf41f45b071b23bc278562135_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:3ad0b56893a8ad865ef9de637c1f21a358aae5ed4adadae02db3c6d37db93422_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:56925cf35430409d4a59b4de3ea74d8e3779acf505872bcefa26e97418f7bc9b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:a928a27d2775d702a7b4888f87e770c93049b645b5878173d87d893288c0701a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c83836428568394e500de29f5e4b44fa4881f5b5813a8dcd42a5bd16b6bd2bae_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3fa694c3f2b9c05fcf2cb69f97d791fa46600ba1eebd67608b109586dac15e3c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:44006268f8f00b5dcc4737ce787d9221b50ad7af3e678ea6dea817a797512b4b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:6b7d13c5daddfeda27cc815f3fa02affd699ed626cc41775f78070cb8cab4f4f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bdd058e218fb99204c479f5cc33383634b184b1153a74c3333926e84f3e4bae1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:174dd5140764fb73bc002166fefbf8f897be7b295e10527410fee19338fe65d3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3f5a73689320e820972a39a40077926550f7864e2d1969a9352d3b833191086f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:df97ec11ed1fbf6397b6a62c85014c255b60c652c98ea439d1f47e62c6a0e4bd_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dff5a115ecbd046f3a1a60ce8d8518edd570922528a7ba56cb17716831eb6b09_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:11f56bb6bdf0069b7bea04e5051874cf879bff0ed36676dc521975eae8cf1bb5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1eb4aa5666fec327b24c011e1b7e726ecde7ba1942e0b8d9af38a65baa052985_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:77da9199e0922972da775122d60efaeeb4cb2cc464ff6855099fde770cfc01a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c56c801a4a9e11f7b9ee071dc9634fd6c43aaf04cdd6b048dd4ea1a623ba16a7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:5332d1051a8774d9d3ebd2f6df71f2ae36ff23fd32b28edb418c028dfa6be128_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ae444a4f4274431a8dfa075bb9c91fda502cbdbe971856f54ffb6a0d5deb08a3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:4148a39c8311d7050050debedbfa7454b53c3e00ae4d63cee7bc6da688af744b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:699c1abe44686141c985a530a8b3b864b3a1bf2c5c6645d68f7920b8f752c684_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:608159f89bf52fbe18bbdb1c48b679346ddac7d3ace7883c84494615a4ab7adc_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:d26f0f1adde0599a01c90d8b9e1e8690e6e532a380e7852e83cacc1e439b5424_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1ef42800334a0b6d395e1b1bc8e517e232713a4ee0e4591415c5347ea1352fb1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:23d11514c82b817c95564de1f0252dfcf753ca40cb154054c051b6bef078a960_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f5311dc740529f4f4c444fe33bd5731b0ff5d213620207f039af546a3c521226_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:14f9b0d4497da98ffed111c1266fd4e0b4a812f6b7ec37b95e5702438602ce33_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:4e6b6f1636a4300955a587155ee9063979e47cb387dfc1a85f3738b1cf25589f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:2cb5be04fd1145f054e994500608d1463f35a0fb87305e559ff71c972795d978_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:664dd8b515ac89b33051c38e00fabc4f2bd8c902f9fdd8df263b6cd6d0a0bc25_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:28e1a2e9d3850462c628b0bfaafac15d68def97b8c1c9387de58b1fb6d877f19_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5c60f40d38ebe6f95cfc0fa78fed9aa265fdf3aced888bf232445c2e76e4ed55_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d36d045c32e335933939150b36fd2f86599add415385560d3e10d4b74a704d89_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fa556b78fcc306b456576053e522d93e0c578807e220d3c562ea54cdbc2d1a92_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f9ea746b7bc2eb6cf1d82644d42d363d9343506f9091e8bc67740a06b382081_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:909ff0827690342dce5b4cf713327f3a8887a056951953c9aa639e916129e1ad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a8705dd5df6abd3d6931b298fe8e53cff0f8259547fa85446503b413b0ba19da_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:cabf1a3d4e2aab9e2273afa75bac084e93eb36a2801b91ea0d79982e9e7e5f2a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0b5cac582cea2ea2dee7d515f05bfedf2a5beff46ae6d5ca9626bbb36c94b865_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b920409f5635d704145bb8e1107a7c6f951976c44226a2083982443f67ce619b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d658355babb92069a73c35353c2fc0be4450517b3445d2387b4b0e3bd2b873d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f8036fe71f651189dda062ede40268c843ab07ad5b32e010250f9b6fe9234bb6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c5361be369c8e0194275ab97d18d52a095a5206888bc82d592f9f9ba28a34e91_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f6427aa92071d20df4e412376886d9831bb0cbb15c10216ebf2ac78de096b051_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5d5edceedc72d2ec62b24b6a60c278e4836829c78a0bcfeb20d87fefe501a39c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cd23e978bf90a7180245b04b5b0df939ba57e30ea13a2a759a5d04953eaafda0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:bccd28236b901759b08d5106786d262e482cbd1e3798c1392c9c6eda9956a5d6_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c096101efdd0dab71581c6e6506b9a6560c96979e2d439ca888d2c67860c1337_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7cf38584dd1c5c269f86d85b0488e9224ac989f985989b00ba718ccd5c1cda56_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b2a85daa27b4a10282c1365dfbb48a3224df6c2a47d6f5ed59c3c01f6035d443_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3643a11084c5df88b8dd9c8d7693b228f3a9d94f74aaeb4620aa458516c14e18_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:a6a1152188a6d2cab12133e497a5c29549fa0103dcde8f1bb530ce7a033033b5_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b6f91ba9a89207a2f84a8bb1343179bd74948644a8b1608c2a2d84dee9ad39b5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c21ea57e4b38cb47e5aacc58b218ed97cd4e6ef353d86442236cbe8852c6f648_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:56c61752133f5574587fefec75502e2a132871ed033a824f62519117ad0c4620_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5eee9a534fd647002e246ccc70b47a79737cbf604c5fa4519d10a8c66865e5a7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b1428b294b7752d6d56fa95d6630aad0b6d205991537ddc3274a7062c13df3dc_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c363dd15dc780181855ed7e8af09bf148d9e38d562cc54d90842f95ccecce36f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3978c02a12f2469999e833a2cd001a08741c4d9bd22ebe211bfdbac17563ddf0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8d20d5c213a86a2d9cf1d4e8ea351a70e2bc1e8864e7435baa701aef3b22441b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ad84f2d6f695c6c999a82e33cee9938544352a648c0e72adeaee0803289077c9_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d872bcf33f5d4d6f1a074bef0091e74de82b3b1a883b9004aa1f6193b84904fb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:027641f0d532c5d06663e838ddee798513282838efa12811ede36e1b8669949e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:198fbdb0d6d4bf699a9186c06c310e4eca0c3252ae8e0d64ea1c68d7b67c2bfe_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1a3fb2aa3ceac5c827d7cde1cc0296d6974663d3f5b4139390cb29dee2bbcc20_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:51a53812eecfb69e77afa538400463c7eb51710777e9d9573804d2d9eab5d307_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:19cdd4cd8546c53530e098641c6c83e2f38f05f2d046c6a9fddc3c8002a01fa1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:27b826d0ac202a4321d2d28bfe26376b405458781f04acd607c3a27bebe83651_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b1c377c3a99dc0a9a6a39dfccae28c7e5a11674342530a05b237a33117c980f4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b230c7f6c243ccfc43e6b50809f916d3247f8daad3c750220020ec4337b126a6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:42cfb65c46f9f63ae3227c0dd5ca2a0a11729ecfb2865f3a4443821a85f7c8d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6ca3200ace5f9b6c36c20185dfbac37ef4cfb171f3a99eb9c746e52031bf380e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a9edb90a7efaeaada322b051c1b4cda47df859fad20ed42574fbe0fa00d15324_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bf0602fddb6c09c5c20a33abf72b947cf7ec8de6ef68144d2f4b1a1a9ad906ba_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:13df2c323a0db01668777fb495bc342806443b5c0992fe7f9ede76a0e731e2b2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:8e564be7535e32f63ff7a84bb61b3586b16b07f4ab6db20b42340dd998f2e919_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:29b338177ad61fbe618240d520eb180c1faa54fcd4be63c0d2d16f5221c4d7c9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:97b5466389d9b1e4c54dce29bfb42e901ac2c4aa39edaf99c35f30a766d38b78_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:989cd4643516ba83c661cff6bb217cc25d502febc80344e08e90c6eef8d24088_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:adec59d5a5ca059167c1dab49e6e1e6363c1788833f2cbc2381cb7d88a98864b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f821e1e8479c74d1a672e049e187d68cc4845e7efb417e9e4e4fa99628f3ea99_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:4eef2a136a4fc3a9deb0c5999546aa8d498c3553107d1e0eda9d394b2f412169_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b31560936594f27a81750c2d73f97385d7b3ac87cfa7c75e1a4fc224243eb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:bb3bda07b0ab9cc97889a530b1da6d7eb3f7f9c8a98f9b867bb3a93da7694625_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d50f44b5a5797797b9595f99e3b24684908cc28d317ca00791bb6a7406e15636_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ec2e637888e698016d6df6cbf4be6d44e5a2f544e7b81884982e06ee632a9ed_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3c569b4e1ed989074b129cb91b307cfa10c8305b037b284b23bde4981f551238_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:4ddb2823de8624d7d45aa16adabddb92faed392e71c2d1a0b3e640be91b731f6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d3b7e9f39e5238f011f9328467c72a8cb8cf99d4bed7ac0593edb9ec5bbc90fd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:24e49f3b5ed9df72849a33dd7fbd4a0b01b8c3be79705d6e23ae48e3fd164133_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a9ce73e1f17b21b9bf2ecfa7e35f5d8e9c72620076bed594e217b870057185ca_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bc2fc4c0e55023974c90506cc14c51cf73741e9490632453687edf404b3c485c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ee9af4af02c40524e182fb1893b8bd59785be7d508111c5b0415f0caaadefcc3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:971256d54a4e10a29080f656d5de3b6281f27c77a40c0dc7352f1f05ab83eb11_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d4fc699ea35d0f1e96e825d2db3f21628e25589ba57c40ce771ed210aac5d588_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e3d0f624ec4e265daaed3072e9f9dc85668a917d49c96ebaa1c7bc05ca636197_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e47600e5f91aad639de386e422056d431450e5dc3560d30ad16b0b0bd240e371_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1cba0b4f393f1927ff5386a9b2ed74fed87a58e4b2d4a38f34fffedd30da14a0_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3b8bfd739f87585230904007f0b438b4bc9d79337f0e9038887bb7f297b681b6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9c7b3d916bac7900ed009cf82a03607fe68fb924805ea37e9950ff3fd6c73b44_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c0fe58445dbc3f94bb9a041ee4ac81d6e1ebef0eef6b2468c288be51d947555c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9c772d8d7af17818a38e2004fbdd7673bdaddea0c36daf239dfe65a49f78c212_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:acdda550e575dc7add42439a856726b3833c5d6d98dd9976f30be4b781a11a82_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b5be0c8ab080114879aafc5d2526924d32306ff545c06dba64c947ca68736f91_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bc413067c8cc3e6c40a9be4ea896d911cf6b3adbbbe4c8e85fcb243bbc7bc2ea_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4b39c2a3d10a1e059c3f52bbbad6df20e52e47a422119d51806b59bda8e7e97a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5f0f4b8edf205f47a263878372c0fc80e1531f3d197d882a83cc6a2bf980c277_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:78987fc04ce330fd8ffb8a96e1f25e8ece8360680bbbf4c8854f1ba1f598f2f6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a43046599cdb529aa9a2672b628a7495690b03379c7dd4ec7bd744b01793943d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:25b8603f08442f61b433250cb6f4839cf2cff118df56d1d7e12b3b09e859a278_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:912bcfa64c2dc40a0f8573e595001fdf9dd3280e4babb503198aa019c4c94dcb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9f84034243c6dc1341a059730c81b05bc6626b913524f8d854e7d13c59eb4d45_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d9683ec09f7d3d0c73eb626fa7132ea0d7f731893506437d76db27bef51ae518_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:13573ab2e748690c65900137ee67fa558a1938fc2c4d92deb6b308809a77dbc7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:279fef1862c07ed7b949895843d80c54180a704411df4bd4059135dab63900d9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7c527388a78edbc77d6a9db9ba9d5c8ddb302220d69734f4e0bfc26b63b3dcb1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e601bc25408a2eb5735db7d2595f969a59da9560516715ad781cff5e4a57f2cb_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:264fff5b66ca49266cfadcee9765ba0b34bccff8dfdb12e5444db97af4913095_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8f14a597769b040fed9d1c1d610b6023734dadee91cc28588b65efb25f6308ae_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:bf78d9a4afa92e68d8018283114bbc7fd11fe0a9b357b75a00395ad630ddde75_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dd57cd8ba112502a28c74d7f9e021035a061e1f51377ac0510dd02a303f14f37_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1e3163b559a137ca99141d0913759b5a92cf30e063f6ee2485983a486d97a066_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3038ed29c6dd5d46bf8d593c154537615b8d218bc43eb89dc099a546308c5b33_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6f5d8e50b9cf127af5334e0b1e97aa1bc466bb1ad8a1dcb2b6c3e7494bf5a1e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fa6736bee0e8806b00bf3b6d971e2de5ea49f3f2a89e8cc404d55a70e6f73720_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:09157be733606534b4788e13e47f647c427adb2d36031df979628d1e3d93b096_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2c52bc991f789cb2582b4fcd0fabd20b86b5893d9fcfbf6e9ebbb372cffecbe9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:611ab0d9521d88b9676bcf873b8aaa2fd385087814de0ab05c7c853fe98da20e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c6226a0f343e69d720fbc83ad01daedb925fc39d272df78fdacbd847fb075bcf_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:19425f8d71d7b67b74e76c5b770a5e3d918dfde9a9eb3e181c767b4489db01d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:39f0f3baf0bf65713633aeb91a80cd35779cce2b43e6faa70838e0a87bdb12cd_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:804965e59e0147de822be6cc464daa137e45c991e4ff00c7184b6fd8105eb781_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b9b4777d271c5ea81505111d169134181bd46169ccc05dc65f3b6e59f736d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1a6e143562b0618b3f5afb6d488e8bcca48d9b0b4f68dc70d77279643325ac52_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:22230fd972b50ad12367aa043fef070d0e580b71e874a0e3fc2f5aaf52839773_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3abe2be596ec79e32806af4d66a7350835433c11e8b053385ee6463e65f31d30_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bb8fb8cebadac019a3d8c7fb2338a56918ff39aeedd55318fcc7e7c6d60648a7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:28dc48f706edfe382aef8370f464836e99a307136561dff65f7e7e8b5dcf9a5e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:533846b923d36de2b953fd071f6f7ad38e60548e9ef1d3f704039bb69b59530f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:68d5b77732cb2c0b0cb9a7e6f4201570dd8134dcbb21019dfec4bfe1fadbad1a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6d20fc820b2b684137df0fe673dd4e98135ee6a8c39a660db8435be44160c4b5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:48568238316d40eaae138ec218e4d0fb6119c94d9014683bc25934210792500f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:1d1ba67b2ebee648e679f886122e649880437bed73cc62901f26e77087d1f72f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:627e8fa2665e8d19aea0b746867ce31b58cef207d6dea85228b175b96cc95dca_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7431114311d645b44e0f98c9a0e92e62a2c412a2b57dc47b52f1e4c5ae0baea7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a88a9aa0807380263b476e1e7491c9a4f36def3c403b43fdd30bab55f06e673f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e38292df09d0b5589b58f31c39ca74147011aafc1a51be00112856a7242cb80d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:67f16f35ae8e95b90d758bf617c953ffbd0f31d685b9f023c34e5de5c02d1d13_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ae42289a9ddca85918d07f71db7415d099e8544ead8ae73a0d79e600c1c0f067_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfcee1078c7f5425c41f8d3398ae512f2a07d156de7d6e92d24d7f5eb1eecff3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:eb851650658c10b1a102258af7b72aac6db36647d07ec4eac2bfce099ae68e67_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:74efd49cd2880e07cee9aa16b7615504fcd276e8606b7422ffe6a253636462c1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7ff9273c653a511408a49a0778e9584605b9d24e1069da8a77049f70e2bd5616_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ad02d1ed96a39fedea9588756c548817e8672b8fa6d3e16f1f53221e3e7d9157_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b10f0eaa64d49ea5763131b8ddd134da6771b835333a4f5ac9ffdaa13cbd08f9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6c75dc3551d30161fe15ddb87170bd7ac33cb19b242907e99a9f2b003659efc4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7cc7c37a8ce0bc5a1de200fa97525c35943d5fe789787d642c4a3079c251c4eb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dd8dfd22f1e93168de72dae9a266654563fd41d605c65b4bb15f20ec65fd53f6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:e651483d73deaf4125ae3c2729bd8a42b277df79a6ff056a99ee3e78e2164877_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6590ef2d757e5ac11ffacdf6de04ac112e96f4bc058b97aae1facfbc9bfb9317_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8bc45cb12c534a1dcaeef41b7ad0a4cd8ac0e3b0041aaa0cc3a9b917602ba5df_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:92e18d38fe9dfbf0e50933d15f4178cc149b3e4eb535ccf0fc0da030d758f435_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:9a77e03eab2a1992fcd1c0a1f1c978755e236843ee4472bb551968fb16568334_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:686e7784cda9016a460c9196a522f1fb510546cad343e26f510bea264ab9b515_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:77d58cca07f50ed35b30a97c24f66abf5fd5482be3c2a86df38b5d0e4b41e4b5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:a553758f4aecd97de2202ffc5d96370765e1f92a11fa4ca464ad13037d7c1a70_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d09813fbb679d41aece1f097ecf3797adf142242feb12769a604c37df1b6d80a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3a967546fc93fbe58afe72caa5892b712c5b96072d3cfccc1c7d9b27cc6fd6fd_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4d09ecbb6bc7010c93d65d8bae5a368326d1b52bb7f7410d30dd068b4b9c1aff_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:78a9ba8fadeb516fb48a37ad2abef78f57a09b5e701a31ca41e4bfefe493d781_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b44e2dd5cd2daac1ef6849feb0b313950e0616586fdcc843a051788fa071a4ff_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5d94083e84fbdaa57cd8723c20bfa1bf0d2eaa0cef52c662975b286785db8cb5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7662aeec067c8b3bd0203da4d87e0837eb624acc7dffab9c0eda8081d992fc55_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c95e0922aa74f51030c35cdf1ee704f01ece7b4ec53f361055f4cfc58e464bb9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e4ae1090a43cdf4a540f1a2cb376a93d2f74449ac44ba6d0484e4612579b3d43_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:48c47a452810fe65a21fa858b102a2e7d9469e1143c51857844a0a74ebf03661_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5ccd0d2687e836eea86fcdcfbc73c7bdced8bfe2050c466860306d246375f0b2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7fd64ebc835133fcf6fe9d286f18f790b12295dcd904d61cd255c97e49f216b5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e862f18a4bdd246891a49434389e8dae5d73a68aec6d548dd282f3c56396be98_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0772170993a9fc0531aa948ee3f4c83a8e530802f7d6fe246a0688026c050d27_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c1b6b3c81c49bd764dce7fcb732f14f378aad992c953cdac86872b4113e8168_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:307efea31da6d72e50def18e1c08bae9e05ac8991d90379280c15f69c93be375_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f366a95bf18554cb9b48af250be89970e4c6b1fadbb97543db8bc202eefe282a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:09b9a909358f49dc84cf863e418fa79a72c5f23ce05cbd4045b2c966147b4edb_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1ce1ac2cafe2162c4070a5b60087ecdc520db1e90a433183157c554f86a8bdcf_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2c984681915470552c6cf4dbd2c900d14f29d9a6632d7d937d2fbdf1cf16a5d6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b3809b2f792a8b57efc13591b88232ca2b83fd116ea1a6ce9c05ec39733bcfaa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c37ef0e5d795a727e79d2749570d7c42876e2884561857149a17793543b9fad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:45b239b4328e73574050498d8a59fae10b1788642bfd3fdfd487a59654f2395f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d0eac8a6dea99105af2917f089cc423a7c21820cdb7ea4a3f793381cd07f43f7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e9625244e5cf3f4fd7e6d69a8076069e24079672e2c4bc4df7733ef31c3aad9b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:25939a8eacf00a315bfaecb90901a20f2d314f186c1a23ee0814ca611866ed5e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3b3fe898a633924c2e0f803ca944cc63d99359966004c6aba6a05c446a0539dd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:55a048f1d9ac836497f7783369b5b582727df86cc64fe7df91c463db1fc0ff30_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:88990b2047d4ab9055afba0c6f8895f30a132c361722a1524bed1671527d99f9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4bab889d5262b3f891b99f0a521f6d4511641313cc1d3a5970cc2182c52e0fc2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4ddc6ce50e06c258b4f24827f1fe5577c4ceb5d68ad925a185dfac5b2b3a661e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7883c26d4640f30a8fbd635f5442fdb46625d727a1b2382220c454aeac081fe8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:955419c1ead9dbc1c2545f367907dd4b1e8133ea23ef65407341e9a505b1cd17_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:206e503ccabc3f5a01f11ea5026cb64ad6ae62adf2eb9044386efac6586cf332_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c2d2155a6d299536662cff9c5a8474680dc8d9c514b152e87421feac7cdcc22f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:e62baadcd61bdc045c205ce81a3b2b650be73e7b3a5dd5cb53ea4c2f8a181f0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fab5b1965457ca46faaf5d1e6882c17ac2f0e1db5017cc81ff4da8a9083cc838_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3e9733932088db40e1d1dc25250b68d83aae6fdaa33923c2593ffc6f10b84984_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:62ff6e225c6c72f9c9b0bb33014544d1e02a30ff9092c25fddf72d9ebc8782dd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:70259c080741f045c19c2dfb1fcd5069e9eb7e413294d855262975ae03e60b6a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a974b10609ceb50c391abab36ecaffb9c6ba62f66b246f529d8f7d1f038165a1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2a8daff0897cef178c43b00d43b3468a3ff9389ebf337533c771210ffc608bc3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4c7da9adb32c409132dfefa7ae79fe99d41b6f59c592eea234970279694951ff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a54253ba850cb357befc0173748523a1762858066023e04388c94c2d5caacfc9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d49affc20c2c397c1ed17de7d3a7fb98a3f66efe9f9bd4f4234c0832393df9b2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2321dd8c9cc505a677622c5cc680e4f3461c6bf1fa4267cdf7f39383967a0b3a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:582d0856a394c73d8faf8d1792a80ccd8c66d80cf65b9dfea344351d767132d3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:938cea3b81e1b74629b0bee65183b0800518b4b757175d34669fb25f6e5d802b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d8e3f695418674002c1dd252757415372d95b38f813a3d432abab774c7427b2e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:8fadf40fe968046de41a4a4c6f643d9077f4908a1e456d7da29e0b0c79f8431e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b7b73c5b17ad867eaf4066be6b2fb9a322677ec3265c0d1bde2e317f54f7accf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dd6c4a3b961b608a71122ddef308287483d90f3a153df4ebd00b4f85b46bd551_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f5e86e560d2dd575aa814329ad50a38ad4c7f3c111353e652e55aa5b58033f18_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:10015b131c57580e5edf1fa90b05b19482ea67ae3b588efb30da1cfb2061deda_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:99060fe9572cab596228b61e892ca9b571e3b740c4872ab55e3276d4ad65260b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5127b9d0570329e12a37d1c7e38a3ad9a1c990b7b0e1d3f3b31f5ae1146a518a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8403b335a511bc219b98b899e2cf4458347dfc67c8e15440801b1434f03ab555_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:8bd350665dfcfcd29e64a93a9c1b700817a99560dcc927a75c13cf22924a557d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b47afa8cdfbab90e0852af59ab14d95b430a2e94245aa9d1c65d1a592f44a90e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:15c698a4b3293ec372e1ceffaba0fb9360499514271d26c22cfb6cb39852f598_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:43344ef6148d5c76a10961d19b3bd83e219764cb53ac4f310a513bbe694fef6c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:084a185169e09b57b07073bc5c82bc741aeba187cd9cb33149c830af00cc6582_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:171aabed219e2a837afd87ec9dda95bd32b6f780a8c7116a6dba18533c07605d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:33926bd728bf4ecfa8146f2d55c05f151150d249b965ac4338cfa8a9acf642f4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c0709bc4da1e5574cf296180cfa6abce28c2b7ac105abd95535422abb090207b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4ef4397e1a1aa5b377ecab2fceb5c2eb15b526ae39bcd9299b45d9abe4bbbf31_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:852e6be5031cc90ccd9d02fcc66b59baa692d594e7ae95e68b8923732fa77b49_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bd9e30cdd5958003b7db73e8d871b448d208c099f3dc7e9df3ba56e6d476ea66_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fc61ea57eef9eb7f0bb091cc0815a81844d60c78f5824640e40096e8de8a02c6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2020b01fe0c8555a2cf070d5a9bf75691de4d8b775b4ac91032c92972ae6a424_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6c3b876e5fa5594ed92ed3d333ad1edd228611d67b060024511f8c6a53eeec92_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cb279e6a6181c4ab8025c6ee74497cd95e990aa02a03aa01c8e4ecb81718d231_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f6562421b9828dea833fc82160705ba8c0349531dca39eea94da4bb31b8d3468_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:44b8d7704e559a8fbde7bcd2d7b51cc025eb2b898c74497149f818473d6b7237_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6b3db54da066eff7abd8e8f58ae42163364355fb1fb5a166c3f90ef42024e24a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7bccca2d8db4038ed90d7c5d995bb2daf880b3d6aed320c6d6dc89c73c38170c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:afc464bfe9fb581e22275814fb3263ada3383b571ac4765507d2640470a8fa3a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:353292bd26a33c9a68fbb8351005fc3b65d1f0dc02c82887cdeb5d28beda1404_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:af382c36059c0c0d6e76b41eda8ae2055bf5717205754272edf126fe15737cc1_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ebd113dd73707e7e234669c4b52e7ad90c5aaa95d062fe7b2ec18ad63b942920_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f0b91324c63bdd9b1603e0bcd2e554e1d595168f9337a7c26d3834093b24f6e4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:23a74b9b847094d230ca89e8d43c924098aa5a8ad67bc02c4b11833c4620aba2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3a9adb54f0e11beb7e2f393c00ef6014f9c18796c36e47ff1f08807dee8a9e0b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:558cbb955c8d4de727f010f3fe97f285b6922f4845357cd979c22e9d6afda4dc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:64f0e85f122f8cef1a5b444095fb16f95b255865ab116cd59a4a541bb61cd09e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2b93d36104e2c99c09823ed5c6d12e25abf3dd07e20683640f99b687a45e9b6a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2bb2c4706037910e8045bf0127ddd9087d2c8ab9eeb09ceabe97b18dfe873c1a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3e5d6fe6f1f7a495efdb0a61dfde0d20def80759a215bc7097265c816e07919a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:efe7886379624399e04e4f213bf1f8b2baf1acf989823caa93ed8ba76ccf9372_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1b152d3df7256fa1d16dbc4edc991503bd90432e1c8408149603306e62a28a89_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a7c3fd07837a9c03ab834a0b46ba51b50c73037203ca4d12d8cb2a45f690e62a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c9aa9a181ad76c715b410ec6866d86f28923d2becc8438f3b56a381d7c668897_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e96b65f0caa9f23429318080d5812ddd5c233b881b6f460d944990000a6d7018_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37569639de1f8c36904366fe21657db1df3c26c03b8f9f974e0a87abe862c7b8_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8d27603330319790b463eba638816fec38ce5ce81e7cc2c113636939d713051b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9e9598797558cb0767f9bba75faaece26aadb56163f94ae2cc2c137645b5babd_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:cf8f8b11a984107f035ff28ba24ff3f6e1d10cd764ac472b94bb9e74d435a459_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:70e6484048faddf5f59bc7399fb22731d4134b6a6e2c2ad3b1e92bf26e5ca902_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:93c6c010543791ed57e08cd0630a7dc7903d7455d61686cdb0865b13fc52f44e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:cf50871759b51c4fd1f164c53ec8503379de265ff95b5f6bfcb15d3820722c78_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f296becb22727fbcfc0a2a4a91139dc782688f43f63396d645b03bf698b81ecb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:227f6cfcbd9f361dac87776c3b625a4ae91a7054a29a48c0aec491a786f81380_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4063848bcd02040ab2a26a1e77d643a8cc01373bc6467070f72f8cae62ad8bf7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7315ff02d1adefaf5e52dc2b87903cbeaa1ad7c30719ff6afd130d068ebcb429_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:c33effb47bad5780e4e0ed220647bd0741276ef5c19eea05014b528b91765efb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2883dc4d23d0c4ec9551a0818f5d5edfc708454b48333db179232b6f7bafb4cf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2909be49bc0471a0e2ab4e9172e4ce490b305b8e1fb86729b45af106f1ad5ac2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3b91df98133ad62ab43372695b3953c54d58e70c15eb7ae201b68d73088c0bb9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ea31f2ac734ef3cec4337ec6025a1cc01a2452ec124f102e5b1400a9ccfb05a6_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:2aaf1b270a589b2e9c907bc35b4a3706cca1508a06142dd3086411e046d7cd00_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:32b91a8b6cf6278fde2c8d33666748a905a8dcf290b6e16ef266857d4838d3c0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:fe8f645cd130c489a3454252abd64c554d583cbf984aa3e568ae9c4073fa0f03_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:9885e38ff9be6d7ae070a00b851232a29e739a870d32b2508ab9f34e56177bd5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2b7476cab5336d76457b1915e734ab8702c461af8ca4d9e474557ad8354f7065_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:4890f971ad6077addd93d4c7fd1e9ee46ef3634bf89ff5adee2a95ad7b7b3f12_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:afc7f162c9c1c3033316a984254b8a477d8eae5bbed9cb25257d54a54e1bb866_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:e9bc1798e5283c65ff1487ae78c1175395e051a6c13426d3e8d1b898469a3493_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:07716873e44d49ad177f8c572fe54cec7ddb819a70492e6bddf36ef2ea5e6449_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:288bb644cbb5e14b00d80e0b409c83644a59cbcb513d19025f8b97de61f2cbea_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a27a41e1a167568dc9bcd1f125ac624897d73bb6dca7be80d256432b35e4c6aa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fe9b92e8a052208c6eeac2ba816959ee8129cc0f68bc93bb0a1a2f940a49f4d8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:44ba1190dc20c3a99259ef0723be3c9e1c2d4f339ec4eb4f38a9375cefd60d2f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:48a700617f0d4ab9dd6b40cc27e9f602892037c10872c19c60f62a2a848e451e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9319978cb44eb1f26a7d82709c4ba7d9b6b0bdad78c6c6080bafb0933103bda2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e734fcb9ca41744ac9213327a775aeb0e01ea9974036908721b532ed2dfef923_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:10097712385ddd416b15237d2af20f86a0370f1d97125f1e8a0d25a7215f6751_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:40f8f7e1d72a0e70d96c1ff028cff7125ead621e89cf2f3c1cc5262a3aab65fe_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:50ff72eded21d210ea9c57c9f9b192cb6ca5efe781c5c5a9d2e1129e2eb7a248_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:f77b14655ac6137b53212c8ed526d6baf86d6d6332513416daa73a6dc468c832_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:76042ef2dea9a9316a7bb2a38923d0b670663803c75f5b8351b5e71d344b479c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a645a364226f6768df30645c15ffb8b7feb1932a96c3666cd2d8bbf71786fe88_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:afc4fea57ea3217712f10421cdc7ded66093dfd0d5cdf09120ec1200d696f332_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f70b291b3be37bcef36e4cd282cbd88f917dcc5e61e0ad6228b33b770656b8ca_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4cad4e954d5e9fce7e93ce3a81da34d58e01c38a5d6140cefa7eeeffa13e1431_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5c1598ad56e3f9cf5801a990b2d5d007632cadc69118dd15b771d8104893b722_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d18a7d5884e709f2440b7f85999c2351c0f74ba09b876a7c915a974ccfa3dea0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:ede11c7678a732b9ef9a763632c13e616a95cbabdb36baf0c5c48ca0d476c260_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:208703e1b4c8fd82b6cffc790affc4bb8966f6d95e5b5631d9fc7cd429d82242_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:40be47b6d5dedb587c54ea5f6ee763dc3007284e85cf75d9f48f4de83bff4f0c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bfe783bcda48a7678e776f99ab08f9d6cdf882432ae03c46593326bf8b57e714_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e43bd0884f4c1993cd516c3ea52d1f878a783f6a998a6dd3fe4a98ab11bd3e87_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0492b621d90ebddbab300b3bcb6979598f11380da79b32531f8978b26fe5edfa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2f4ffb0abe2bcc7b801658bb46ad9f397d7a3d11e8b2060859f5dee1625d7ea2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:30b0e4f82db1f3e39379b7aa792514aa726a0c485680b67351c593542c1b1127_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f0f3b27621a9276b1f4f9601b1b399eabbc165d74a4b4a20ebbccf6a36a8f98d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2d56871f80eb82c502cec2b901d3510ab482eea981f50cba4fea729c83f1897c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c169319f15a3e6ac9086e21438dac78a6b30f142c6d96d63c259e45f4b98c2ad_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cbb1706913eb430b86212f941bb32b066af04b431126af872899134a9e111ca2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:de56a4d37e6686cafc8591eb1f7520942036037ba5af21c286aea2d2fab95b2b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3e35e96ed5607d7229629ee64a3a7c942fb12da93a75e989f1fd9aa028e8fdcd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c045d9282bb2e3ccfdc19d09b76e81d622ad5c41750c960a066f9a735ce47a3a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d3c7bcca57a84397fa1932919a750ed7a002fd7f7be976152dd7c14d60feacd0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fc479e1b1d14c548ed9a783109fd978efba5363537b835a5d09fa8d0fa9f9068_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:0e22ab8f884e0095c3cb3efcb63f9f37d55b72cff37962f271fdf534deb469c1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:ab518543ee2455263fe748f1d2ab5fd1fcb87e03bdb241a1fe657c748e220e3d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:cf25049921f441dee72daf95b707da269c5ea7af7026674c42a7e3c8cc682e59_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:d5350fca926c7cabd8fa4e7749f0c2bd9bf90069a11ed96342cbaa0ccc16f889_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:41ec41da1569234037cfc2b9cefeadbdb4c1e45363dcc0b5f2acce2453ba3dd2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:bf2513f4ea2df4a781fa74ddc02c207133387318444f7027e6b62565e8af505d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb3cc6f050ccd3fae295639dd627bdf3ff5f08f66ef0fdefe24ab8260cfba983_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:efe54dbb00c22c7e9e4a6d7c40e52665823c5f94d4b7b03236edeb1d7a304f94_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:073ed3fb3dfb009b6ba476883da5421996c5c4f4119375c0c83b072571d935f6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:14b74e5080c191fe32bdd2a416c80cd94a0f30ea6d5f18faf7396c120c5907ea_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3c86e67143d2caced55d2dc470df15cd1659c5e16c7eb8af22183de1a3222901_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a6de5df300008dde127b655f67ba1c8e637bd6e67bc2c811c0d9e0ecfc3cb08b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05ef13e75b41891cd2774cf5243b11da290ae75f12ecd07239e580a5238036a5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7c5f6b71b68331d1cdff8b3273fc7cebb945d9c037fae5c2fe0666f84cafc928_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:c221dffd999b01fe10c83c1cf3e93ed9d49beb5f0f13e8e23261f44a07fd9342_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ea42eecab8a62b7896ffb697f402857a31807834a102986b3967faa70f63775f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:0123a42a6d10e21067ef4ed5ad7a39541529ff0157cb27443a95b0e5d88efc7b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:61e542fb10dc0e083f8889b0b94c3525f3882e5da701b8db31cc9be68d803ec9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:69eb532db9fac5d796148a421f1c0a95f03a84604fe40d5e5a3719c995b8d3c2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7bfdc577bd856e0cc690c86a8fc9928ed3d034d4d1455378c95293376a74b9c3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:023e336977c9e6f23a82083ada96020a26cfea384189b765e89d6acf7112957c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a0734ecbae0ba4ef8a6cf77d42383afe04fdf33eed2c0d1e34782f147c675581_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c64a9e77bb865dd5475a4022629d394ced47bfd9adb137f69e2dd7bfca2c5a29_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e90910e06037ec13a10bc176da5a516287ddc34ccdfcb36432f386f7b3895136_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2052fdaecd2f3807694fa17f35f03f84b5d8116ca56926b6d657f0594adcc4af_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:274df573eeb1919286472cfde2006716aaa62c65ad1a6fb82bc351e7292a51a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5f81d0322afa70edfd932cf1f80dc5a14ebb30f3f4cb0a4b9943859c3ef8a741_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c5f86407af14e6c3741e75068ebe79aea7c7d1a73ca87fc97128c53139dc8748_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:11009d76f2fc73fb88ad8650914948e04e30d4096420d00a4e6b1f2f82bb2a48_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:464e2bac04048cdd010a9625e6657c9f823ebadd624fd71191ee978520874528_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:4a6beae013e9de12cd8b0a39e9e7488f51b97b3f295e14d773eb28c5df9d6743_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a2f765f47a9fbb2acbbf3b00c2d62d7df283546b7485e7631116fe824cb589a5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:82953c91b88971066d4d605174664863cb062a6f7da286754aa4f05c11a69bc4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8adf05874d8cc6284cb4566506787161305d95ba4c318f070e01960939526d59_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b0127947224f18d500d967398c5008737df32168d2db50f1f87554e149328d71_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:c25b7a4bba9a988a6b7daa4eaa8608df78b927d1d454aac7757f18e3b6c78d86_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1f6a0d8476232a85b5d18ef9ce148135b69a4abdc45952f6ad0eaf41604e05f8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2989730daa53d788a9e1be03bf922a07c1111ee8559bdef63d058be6fd5f3fc7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c0cac6ae1322cdf12df3c55948bcfead52641aa95a57dcdea97401ae01c1860_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:adf166a8095fd21a818265c01776b94e25cea102a98de6875352cdc47fba933b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:67f12e5ce45f173e79229f506b92915943d263ca0adaa31a027cb7245d7a076e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6b91bbe18861c83c79693a155979f3cc56162624412eef4c57c52cfedfb38475_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b2bb582913e9dedea9f2eb41f1568fa8f0fccce2e56be4f666ff41f3698dc147_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d35f97d205f82d6ffa260582fc6dce2fe0fcc3719ae0e19e85e06e7ab629021e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:03ce535e7bb582ca85793c8155f38ff9f73231e7cf5af4ce223ea89d4d2eeb89_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:605dbca994f47b04da902ae4b76744eaebe0d716a7a5fd3cb8e617db5dabb8c7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6b2582a7f534bb2716acaa72598b40f593897124fe03a5e6b2bea1e4c1a26d15_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d88f52e765c3f5fd4ad80f7364efe49e98ae927d82601d27105eb6ad0b484264_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:1305fefe98602549511b835fd1302eee6a4494c690d76964d89189c90f39627a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:325af02386526656111c663e6a206e755f2f30db00059078a0391d4af6cd95d2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6dcb4d60294895ba062bed0e9612ad7fecd7fd8d8cffdeee9bd65ffec1b20a63_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f492d67b16384267b9f65d20b769f93e3122f0957cec290a88a1b244c80e4b54_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:56cd8314cc9791e043cb4e5ace324013f4ce4c825fb5f9119b1a6c6871b76a3b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d6ff019bc8333893d6d5799927ffd9dbd02d0d388752a1ead6b8f85928fff4f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d7e525584c9b7492d8b989d2ad0b8ccdc4f244987f26b4aedfa7ab1097aa8ac_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:598dbc32cda4219d6a0442aee99096b77ddbea0148ac3260c9c37e00b13cba23_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e223d745233c048714d3ff7a04f8ee565aebeb0f5aead03e55dd9f305fe60cb2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:05fe3c8332c4626e356a2b8b33b235d605b8cfdf8b49a68475db687789a766e7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:64ea7652aa2f9f9ba58d56765ee0ffd7224d6534860d118c059c2c066bbf2142_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8673853d611d162bc12d1791bef2acdd4131a97b8a6e46961736724b69332db7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ee04f343f0bc1c58b1e016295990225bafab7b39a9c1a572b10cdc19076150ad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:4771678b9e18450e8e2a6ab991e844fb064749a0b09b089e54a802a7109c1ae7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:68c90482505c592a6393640c16467c1416f3175ba1273a284c3d0a9417e879ae_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:234bf4abb67f86a27d549a2d368d080a3671ab34786e26c6abbcdf58baccb034_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f330b931299e7c97298212e0514c55f9e086e2f33ab7e522d40d8e9df843ea11_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:123e1027c857bf3a084e45755736871b220117eb70d774a3b450f7d877e7d1a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:61d9a3fb3114cc2252a8ecb5b0339a5fcdef87cf962f285be72b164933afb857_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9426eef8c79d6e2c9cf5efb340257ef7dc7936b3369050776f4b45ed6603de37_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b693182419b2287a69a8bcb3bd3ef8d6e799b5e7aa9b5f25cca855995588e104_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cde3a4deb285f4ffb38be4443b3c09f33a44d8f2007bfde6f8766d371487bb80_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cfa458375e07e80969d9a9b3521c5983fd20f384b74f1080b865b618afd35f32_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:30a0f7d083fbf57d19fdebcba31bf52d257fda3eab13e1c8b856291f40278c4d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:7078670a28f19c15b118e3ff8d70afcd5e329a22eb6a44d3827f9554dbbee812_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:6d60dfdba0f6368f23bdb554da68f81e3d088677ce9748d2850ba8f2ecb0cbcd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b71a8dd592d2646c7b085b06edefe64be96e38113c3547a111a8d0201992b98c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d906f3f6f4740b50fd6266205b0b3f986b35ca7a64ac7b6c52cd7167d0cdab23_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e4969f9764190a2b46dc5c9c7375213c28518935d80c4e4570d122d231f53663_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:331e8f309349114252acd7fe42067ab2b7bc03abb6619f1df59c8fe907513d3e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fefc2125429189eb85f3c807ad8ba8896a48518f3dd7d93f94a091ec925e23f1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:8687825da05aa3fbdbf32fa82a739f58585d8d2564501deb0d3b97d67a4c431f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e5886c91ae307b14a848b0a571918a57a9d2d85805af6c6ac7a2404dc0308337_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:260b87efa1dfc71726aefc2feb8dfa83495aedfa6e95b0e86dd1ce0d246233cf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:49a1a91122fc6cc34cb21b6de67b8249f154aa8e2bfade0e50457c224fc3ca70_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:cdc02821294c7bd8b4de75b356ec0ec8b0745b0b409ae9481dc08c4d967b53ef_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:e52b5054a3c11b34c3bc3450d9be2628816575531a1435ce44652324ec020dc3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:64e73e3f7bc1f37f40ae235a7866ea7c881d67afe29b398edc6f15befa7f06cc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b4f0c23d7fadc3a15840607d9aa13327a3eda6272565f88be3691b74f16fa13b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9b5eda1037248996bff10033108d1dec27b8417730bd721d980b778e1cb4585f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c397e51c6d4de14ea1b6a41957a3fe5ae54115c1cbaf414c013035333824eca2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c72d9616c2bf94661a156840d39e3a42d4023598c5d647562874c453b44b72e9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fef61b2df388d1e5714b0f3293bb7878f1ff9ac64b0353284576fa0413000ce2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:267a8525fce7dcfc460052b97dc07532c927fcb27257b29f5e43e5475376bc42_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:886cef96ae99502afa35aa5cbe5a16a30d873e8c9c92d6bb3c748bb68877935c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9a68ca065607df1a4fd1a351041d799b2166b76ebbdf2c92a0fdbccd47015036_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c7a8842568f7ed4d4b1ceb0f507aa5a56d80ab213877507be04ab55f8fcb3a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1567f1a6c1a596e22674ad45cd1975c8667fb2317c84dd5944ccef58326239b2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:40dad16e2777a64a836355627be3aae4572a7ed6417ac39e0dca5f019eeaf471_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:800ffbe7a0007398e44945b2f3772d657995ebd902918ecb410e5d373de06263_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9720a885c669964be135fbcc55bfd5e9766841f6b11bb2c279ac030de9618ece_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02440d8ce569f4318b2110f8975fc4d0a93e6da6c5012882df9cbe77559a0a81_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02594f4e3bd44cf7d378a7fa0533d54b4365eb5317c282cf8295cdfb0ae5ddf8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3e5753abdfee794bd09cd51eda1c7634aa7630ea3f2a72ff40c3fcf5661e58c1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ea8145a89efceb27b579a5f79c37c7457d141a0eb38b2de5c82ced07879539d1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a1aa9421f9d52c8bb918e1b3c9daac3e1a076e70e003a58462b62f0a91fbf795_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d4dd77443d486829650aaee412b58df2c5fcd995bf2c493a22dc1cc705d270a1_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d689dbabc1df0ca42e7eceba17ff474f9e6a30474f7cca15970a5ee7fb870a72_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fea791f1b353cb84039498653a7b7daadebd460631446fae5f05d1ca8e85dace_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:100ffa84c55a87981f50fa5fcdfb5a5daad0eea01d0bc14abdbc959ca0a1ff92_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2e646fe351c1dfb3650d0b67694f5cb89fb7aae85c9b8edd356f54f40b9e9fb3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4a45ec0f50d9cec050f1c99dd33d288ba8f9e8dd1a71c2870eb5e799a42e411e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:60be3446f54ba3c5f93c5c4bf1de44d7e9ca3049abb6ab910f8e62e671a80d44_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:90b36fe8a88dddddcd584cf06ddbde8b74e9d7a78f9f51b77d7d2480ed45ed79_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d69ebc6a9d6bd6f8f75d933ee0f7893b285fb24e994bffc35514ff5211ce68b1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:da6ed87ee2d899e3fe9c6e8b08bcd44cf11e1b1563972ca4aeb3e8bc806a1d2c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fdea5b85efe39b635685d506a4416115d546a9f56e87903650b5e51bec6a10bd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:47ded0bc14992d79c073e4cd541279def7e44d8ff586a5cc1676edabdd86c13b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:642eb8c1bf4631b969d0ebf3a0755f566236ce7b5534fab78d531c76d5e802ad_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7189cc475748ddba6ff3f306320d55a840baa8f1da8a934d4500c49e6f675ea5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bc10db6a9f9c1a60744f49c1ed737bbbb8454eeff9fd00175b98872a1af17936_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:017359024215cf5a7b00bd31b8b797ca7f5f456d66a34ac12c44e53c1ab77fff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2635b651e023c9d4dd92d1897b4513947985256607f9d2dd8043cd7f5de3a765_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:542b1a4bf2fafae85c50eae7a182ffd3a3a07b2c234a00e4e6c639b1143b4b55_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9b3b5510e4cf6b4cb86bae86fbf36c1fccbdeaecfe009cf2e67cb9c1d7924ef4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:048f5dc4b9176a86e0d82447e036ddad890e58e49c8508cd74f8c297272c800f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:0a7e3fc4b1f892ea2e77c1f5d961507f0fcec7740f33d3e308904cdea1d3ce21_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:44db7037b872b0164497a603e99b7c5bf2bd9aaf31158e8a4e8bd03559584155_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:a8ffa384c6770ffe1bb9b7b8729501ef2c06199e0005b16e5dc432dd8d23c66f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:176081efde0e44254215af3f5091e64748c81d2bb29a1e7a64ed2879c6a7fbe3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:42ea798731bcee8b868ae15f9d45b8f0aaa91d1a4f7660c53ee08b070fe4c9f5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:85fd9925886227b53c26a3ed09604c408c49b8ddb9cf7efa2057335bec94803c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8b7b592c5ae05773897351d97fc9925e6904ed02a6ed49e4737f0f649b7eabe_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0d8537a8b89a087f59b9f0c413d9c8d6c77002ff0d9d8579d179291d3b6caee0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:14cc3a54f1ddd57ce5b80b6d111f0ca27f74b4321c9915d5ec1960318c71d752_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7dc1bda89f2fe70041f850dbb5dd3804e853961d2026c3880fd7255dd6e57b0e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:aac4600f524660e2351490cc7aa719ac2dc93193f64bff1178a04376bda57cee_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5449067a980b2d50b360b1aa1164fba67693402210111708ebaa00f0f93bfb55_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c8486459e2b80ee2706409e888070c9100938357621746215ad7871ab9ddb990_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d748caca6496019c594ae5aca825845658e1e8c5a1c062a02830aecd677ea1af_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dac9a4617348551eaefdf01ebf1770442c0bc07033fcbff203750ecaaef1161b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5143aae8d524363878300902b89dfb5f3420ce897bc36064fd021d23993432f1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:6fa81971ac5bc843a536eaf167cf5147e879c5447d7c1ec17cebe7ab85692317_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:bfa79bf705669231df1e59e373712f0b04ef2c0676ebfd901bd9879cef16236e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:cad2e37531b2ba165087ddbcbccf9cf167c4eaca5a3fba5f5f4bd943b8298678_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3538795f3effdfe84442141d83d0292447b4c43e3d68871afcd453f80e11fbff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:7da313ec91e1a9ff08a16ea2b0af0ed1ac73e40c4b629402bff19f183d45aef6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d9279ac3cea7e1e400e244624bd7ce53cbb6343d10872873e71dee20263d0e62_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e89a5c92caae6b72646e17535787d06f7640a47c59b0b4f418c7e48918736d60_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0ec6c9197060bf068f358283d64b9b877e97f072466244f9d147552a193fdae3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a5aa2eb87a3fc9c5160f5c37c50cb88cc0a77bbf4eebb298ee7883ecf47b456_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc1512a1ca871d5e21162430f028d7b7f2391e19cee9b3d6e253b6b6d03cc8e2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e8c2baac5dee142c4e84d01c731abbc200cf24a04201fd8690f0d47035958830_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9b45bdc374e248769add4b772aca63e25ff0baf8d490e64066bfa78405cf609e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bcb4f4b45a7d62927ee6589db9d31e9bfc87a13f3b0239649c9701b10d3dbd75_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c1c72b9d00d45dc90f97bd9c5263e6d385ee34f3a3f834909dd8b8eb28c3b15f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e15057d2878011a1142587df35dac65182dd4ec4c0f3c61055a73a23dfbd615c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3bef4d599101ae4c2162f47e89f5fbac89903db3f007bb425eed38e1d9b4d9cc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aee0556c560d2ef9f2ccf501302a373f15cdccc83ec2c6935c4ae6a2f25b63e0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ddc3c05d5daa3aeffe5629b7e2fedd5df301a3030f8f8c6acc3204b8fd7e0995_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f463811c1b1e6fc34934bb5a8151fa946acf321ab57f9901b3ee1b7f75546beb_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2abfe62de89fdd0697da63674373b1c8a2695846d8acab5f17a35fb38fbc23a4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7701f38b6702b4a9e6b49b3db83073475c33528d2529e63b1b98664bb7191906_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a23cd4945d2e1f9e1c194179fab9c388677fa1317e02a99eebc575e227064b79_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f2f194cdb1a14fe59e05455df10ebfe70edabd37ad605346b6258c5bda79d96e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9b04b0a1047813b35f6ef09e1fcf1e06b63946e0a3b3feaee3e081b0deed689b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bb521f2f97477b5b9851f6655f1738b620aefccaaa81cd303d17eb74ade7adb4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c8a1f9ce2dea4947e6cb460bb4b4ae7ab6bc5f816ca25f3405799d56c6ca48f3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d8f67c5b7b8903633485f67a76f88ea13855bbf95e92b651bddd15fa91458ebc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2c84af74e0937a0f3451054240ab7ae2d44c1b566339012ebec9e5b75d7a627c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:41ab25be6eb002ee921bf74c1049e07547328632d576e78fc45245177fe9ab84_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5b389b9b0acddd8ffe5e5c3f9d54321d061253f3f45b5b66b6dfa0181b73b87a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9afa17f9f4e4551369e891d405098219c071231ddab921dd32bb7bc66bb0b6a7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:0bd76e62d162ae823a34a766fccd9d339e3f550720d863b477273734ed1fdc39_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:dd17b1ffce727d9a74c3f64d65b72b03a5c8fed96e773665a078dfab33bd64c7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e8ed2c9324c2f5594f90b049e92f2fb3141dedcd99165e80e8bfe147c738adff_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f7f45f6d562bf699e0e45e134c7ab71701dc3994882cb82edce9356be7627ce0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:22dee3c01cf1deff68d73d76735e420d223ba0e75dba1e7ae224ac4e7b14ae79_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7134aa51e11a7d6b826068d03b9c90a518cd3cfccec0e3f06e57f5ed77daf6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7cdf9e85bfc54e4562176d63e1f2be56775dd761c6c0cbb80fbf888dd1ab43_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b72954ed888ded15f443784fe6a684b6e0d7782921efb788e242d987fcbf5388_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:63bf84966169bf2dcd8b8bfee3c478d9e61881ca007fdf3a8be4ba5cb1118211_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:697ada7f8e4bc8a881e2f1fa3a8402a2e96448f948befd465c59e03ced12c9d9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:85ed053619e39778d5a986255af37802ac46a26899c8a448abb139736db5e075_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:abe01f65affd92347d8097b3922e587548364d9680b74f767e9cbf139c996802_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:55102797bf884eef2d8b842ba8a5f2538f711622eab1c82b06941ec574b8f266_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9cca1a2d1a6f5a33257e8f790d180274f24a01c125a717ff79da8fa301e2f270_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a1f1be1027b54388f762951ab7983f18cfe37140efcf2c778a5d11d4740e8e9a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d65990c0adf148e94c1c0ec0730ac2a285b38eff128cdb2fac7f61af1514fd14_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2db5ea10de47829d4643fc525d9efe3815db59d5689c0febecf4fd722ad0528d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5dcf0a7d3c0b2062ea11867f5fd2a4ad56fe786b11c3095d76eeb4c844240a6f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:73b76f141fea3db7cf7df4e9b70443b37fc67790cc6986efdf53a32ea7360bbe_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:be3286f36b4c80969594af159ede49ee20ab5dfbbd890649c2c4249335714466_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2cb748becce8d80bfbb66e84f63e0f0a3cdee6d9bef3833eccca24132e9d0699_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:374211b6e69093447e90462693c45bcdf2ece57b033a419f13585d9a46df62a0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6047837c63bd707f994797af79267ec8bb5075b3fdd88c069b3acaa04ee2cb5c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d8c4afb75de3b6d432d4929f4d4fb6938617a794ca2ef2060b83a02588a1d0a3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3287f57d83e7becbcd3997ff2ade6e6b5a664fd08610464002229e0a116dfec8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8a58a72e372b4235b4751e08f10c97ef0798519e6b91595c234fc14089d7495b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9654a0a2b4549ab06e5422dc69872961c892e97032b18d913cc197dd3aa39f3d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9e9ecf8cb43e1819159bb8fc0eb5641b71663e110ff757e26d5549cf41075084_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4aa3e0ca4b5398fcaedd212506e222fd435f7a46c2eaeb7a49dc50f789cf13a3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5d094c8e18e42d662ac2f5ba16602c1513094c7dc547fbe3de562463c4096bce_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:67f85bffdf2db08fb27d52c6a0a8b615a4b9cd748d9a7e6126851d1bb27844ed_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7d4b6b9e67875889c95a5d126bcad0f6b98c148b85433180573f439a867d9e25_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3c0791290db50c5a925a80b371ba8bdf91f4fccce56397d12a989263a972bd02_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:654aece866efed516d69db0e47668dc85d3936e901aeabd098e07538aa3dc617_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7637a44a01d6c56f002120cf96228b6c68e92b4391d4b6efa1c81ff8e40eac0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dbc636494f53ee38eae00f243bdb92d187ec84654c280cc454f2b4febd7c22f0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:08f46b1d2114a3ab80bc7cd277859a4f84e870c2421b9e13370774deca0aebe3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0ea69bf7a80cc8c0810acf8c7aaf2cc1374d3b034065f1119ca33af3d1794cbf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:17e61f4a9148bc2e0fcea85c19c98eb8c2efb701bd21f8b63547dad13fc256ec_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:8b81413ad0f567583ebe4782344c22834c1781c5f7493c8a05b827f3f2a5e409_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6b348a4fae63bad66acacb5f0d03b8155246733e758f14208956c38c2bedaac0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96eb6b75d6a8ce22b199b8150e628a2a00c427ffc79b2fee2e24af1bf584bbcf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e0b17d193af2fd7e981c9908e01f2d840cc939e24bf1be19977beb85fa1159ad_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ed56ff21aa465143bc0d1c4f20803873dd07999229739b84ef7861683476b22f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0654b81d996d73c5b5b03310f314bf3bd6871b3bd4d1abe791cec9b7a3339719_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e294ee6e92049316f91ecad5987a24d7d3c06809d3db2ee3f9a41bb461bc220_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e3afa0bbd3ab3ed4acd6d0059765116e9ab56090313932bd063098d94f1c3b1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:929f235d156df0f59479d60379dab0d83d6fc662d9acf7ff050a520850ee0125_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:14b5ec9622b1a177ffe69a7c87b7797c06b283b26d5547828d3177f823074b5e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:52a47ec0685655243dfa60738842ba038719f2454b85024084de270736d06529_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5fea5bf035692313badd286c7d13564d48c34e3195bac3c74ae669607b5b5875_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fca2b0ceeb7e301640de2604932cfb2c386441e0d3b3b0e4a525f0a6b00f7cee_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2b85420da837c90d984c5945fae12321c8e6b6fa270768da6270f382194f2d4f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5e5a715049a34055fca9a4b36dab839573238385890678734f96d7ba776dadf9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6982d2c27206f15366ece47b40f4a6a2994c7acf5dbb94aa274c55a2216d0063_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a38c23c37dbf421c77c4f36758a105b790123d654f1c8b3419becfefedadd0e7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:021e3ef983d0ca18800e0fc390ad96f4b6f6b9c3ab784c6e74ebe2e7fd7b31d5_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1076cff5268f9fec09a760da243efbb72eb96645f838a746c4c4e28ae4feba33_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3eabe7ed8651b8dedc3a2c38a83527f224ba3b50088b3238e158048bb2ddd85c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c29274bf105ffdd07bb78270a6dc497fbfb699acce48c7c6b7b6ef32416eb20f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:71bae3f7d9ec2a469c8d69b9f67d27a0a98a26bc842cc8733442cabd43fe3c06_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b67943ce9e26423e0bf84f411d50f394a67a0f3368ff289e695f8819c4fa8c02_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d4c9ea28e8a716d6a46a42cd3b5efc82f42d456e21791c32369527ae82f643e0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e4c222d813696b8b3d4cef6982cc88ba3d4581ad6842b10510fb4c8130a82684_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4d789598c5dc7be91f05a8766dffccc377a71db2ea8c5cc563f396cae02326dc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:70267df26127761958bacff38fbeece08995608c2a24c7a3724495128ef2bef6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:84ea38804ec003ae82375c83ed4549163a2c932d6264eb64476e0ad175b4a4de_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:bfcf2ab8d6586fd6a8f08ec2fcc71f997800b8f459577c31e654f8ef9325fc42_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:49a412244c4d6b547d5b0ca9bcb041b1e3cabbc78f5234ce52b678207d83b3e3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:4d2e1fee9a43f8faf39b05a7d82ceac50094ebe972fd1fd85b1528961cf49478_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:564e888a319fcd9b1af19b18a4281c5a2c41bedfc3186fb3bb587a1e28954c0a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecb2d59766a1aaaf7cfbdf1e0b92ed025a18fd54acd41fbc63026b350c98a953_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:296a9379ce17e07df7008f1d35004477297a7ebdf9e3d51a50d71628d6ac68af_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:67f272ef9abe83f9cd959ce97e3d5c46ed6e118ca30f65fbad733384d228ebce_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c8b5246ba51213bb183e07d862b6d1f9b156e1d16b7656bd6ea061f9016e8ad5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ed375d4341175bfe6945ea8aab5208f375034307f6753cc726230629ab97a71f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:29e41d78f04e683ecb12ff2335b7205383670e7bcd2b1beec736261a93abd406_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8ac74d64736ed4788497e0d4d10226bfa212f6c0cc97ee63d7c61676698bc022_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:94a303f0dd0822b5d82509e3ff8af5887949ddaa0e3a91b9f94d0bdf4e1e267b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:95c3aff27109694e511c9e45d1132bc4de0fd636cde0855c9ef45f1a17f5ce7a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:16e2953831f686cd68012c8cdaea2b404c54c91050145b716ee8b0ffc5cf11bf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:91e3e3d331d92b90ea49a78531cd366201c5de278f56597d9dcbeae40f114754_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bb1ec078ef82180a6019d6e174c16a5a846e4cb8995753628db25a4ca0071474_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c33a11f1aa2fe38738663eb291e25503e2e6fc3cb5bd964e1a6f8db0475e29a8_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2606e2856430c12efdf947977a070de13c3f93d3f304608c411ed57b6de0c6c7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4dda7a5132b638230470f86622d84a7f0117280726ea52e3769c15f11b1dbbbe_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f3b4137b1beff722b9c1ec2e451577a22f44c47a6196139a39d4aff3a0386daa_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f688b554b17808b3aca13b4e6bb8a240401db6f6cc5805e98ebe71ff43dbf1a7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:07163bdf6c27b8066a5f1e8674a2120054c3daab1e8a0db8cd728f2b1ca0fa57_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:32956c0bb79239db914454aa82f94222c6f7a90be718e22bb80c4e75a45127f1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d877387429f09cf5fdf779e73200069c418e561f20a21815bd56fce1c1c4c73_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:9a64cc9623e5639b0e8ec8f5ad63a5ab83f92598abe541be09fceb37ba2fab23_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6d8e4146a7965b0a81984df7d0a2fc094c50e7010acb93e58510cedc8a42e687_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:764c1081056df81f61d6965869f9ba66d67f132d6c768c13f1b2c1c81d45ec6b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a27762ca5025270235002c90eed00d6d029d4b7103b5bd108eb527fc8e797f1d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f473c0c439be12fc83e9ebcef48a1a067a5f4a9cd581ca19ca34a3dd0b9fb79b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:6e95c6d3ba75f0655680a4e46b703aeceb57cc9ad072733bed1aeeca0e9b3508_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:ba23af1b9437640698b924bb0645013d7c08fd6121489b01b63f66156faa6588_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:01c4ac10b7061c77ef54bf337b8488722506d2a572d9da7d9a689b4c9ff7c225_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:67c19e36b3f264978073841b06d940efc3fe0546baabffdfb35c2e5a1989e96c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:add880787ab5dc1af04cbed51e2da0f6f630ee85387617987ec6d6d8e3a28009_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:d6acbf09fd11d29d0d715b96e60355a23deba955fb3ac6ebbcbdc29e6923d508_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:474e02e9e121dfe39458bdbee1f434d32fa29347f55386a4abcd3825c9235456_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a0e6d2e5adb8d9c223824f623bd7d391e33241fcbe281c54af8e3925af5781b6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c3fffbd0e1e6db3256029c6cff61bb64ba56625041ff86a9d46a895076877fff_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d253f116a2d1e2f033f47422230a0a4e8a9fce255d71e9140a0bcb6f255c09b6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0b41f824ade401523c3ff06e2dace98c8dda246f40e6a01a588dab6fcad09683_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4954d67caa517e2e2edec0e5d4b95610a31b82d5a86f9058cbe55193987da9d2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d1a37ce3fce40a5d5e3065b5a4be81a18fe2a6b81bd5d16ada65f2647fd8fd0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d395f05c26536703d44d06525efc0ac6203440e6576e8a1513c7e4ed8563ae62_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2224a1bb7f39feb0ee922a54a94d8dfa66e676caffc681f99227eafc0082b50c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:339b51d602e6c798949da55fc36b4e83d4b07909c97f004f8aebb5bb6f43268d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a7bc2291024185f39cde4d43057b17968cad18451fe8447b0ace526ee11bbcb4_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c171ac27f2bfd7846db274c1d2be8b39cdfed3afe59ab4fb01f903b5be3af443_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:45c70f4c6f15a25e1982efd6eee6930f16317ef4cebd11ffe2b5994b9ad8b200_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:938dfb864f0a9dd0116c5969eb1ca94f2e04b914c3ee56bc26ac33f90e2535c6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a4f095b9251baba737421c47566ac7329258b8ff22b0f131c5a941ad1b6caed5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:f7a4c6ab4dc050efd81ff5d7dee7569a55dd0cf96e6413c47770699f5fa02b6d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3a4f76a56b75c54966a76307c4fd647d854812bd22e55cb228c1e9b5aea67037_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:98110bc940b974dcbb8b0ea21c6b52bd96ecea62779f9665d3ac8dd03223905f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a7e47a89156ad39c7e5820cbc98a0b295ca1a3aaf6b72be3961c6d4eb0225831_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b6a273a6d68b36cd939b6bba836f657168526125327fb784c436c99848f49f7e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:26b6bffa3e11fabf11ec8176bb39ab3e301b3c5a85c1aec37142860ffac1fe5a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:301f5a73d9d839a999dbd3c9a7741ed3458ffb87426b7499364e6460850deeb5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:57eee4fc78405492c9a665c228d1f25c75f0390f75a73d5819aea7ebc2da6b4d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b10b625aa3fe5011c7fa9db3c95ba6d36c569fd6f6aa4ac3ff2431cbc103d362_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:11b59cdae58f57a02a4c8479266a50a1a5691f2e8e4382ea7ce96bc913ad4afc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1f11609dbe46602b2c11ea6c776cffc87ebf3fe2a1204f25bda85d9793d5cd60_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:28ca9310e14799c080a07935267ab4ecaf6fd1abadcb1e165deb46c81f2e731b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:56a619fe929b8a18bf1526bde6c9a86f12a1c0a43739d1a0d04c58920d3ac5d0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3bd696b964b694ec219c5776593bf4772dafcc3f43b973355913801929462557_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:4142674147742cf0ecad7223e02e88efb53e5a34ab820df5ea2f645a04219da8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7c59a7997fa95d2895620378a7e18f0074929b630c329ba3f03c72e43415364d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ff35fdf6dd3714c214394ff6f203815f23921af529bad0dc22abfa1d1680b333_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:15198ffc1a039f56e9cfe7ab35037c34a3864a83163576b65fb3e9f5aa8f1f3f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:4ab1c5859c4f54f225fe4d5555f3c2d1aafc520ce7a9197b040e06084da9a43b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7be609c48462446f215d9ae0326f1c76bc0b779cd08db391163c796106e7aeef_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f04c27be87ea23869192754c00d08badd40a106c2f66b86bf493455b3e3ceb09_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:42ce515a9496a89b6abef7a94b6fcea6880b2a9833900d54e1dd4044c9e2872e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5ab9133d7b6aa46227bca8a1c6ec2ec9233ebed8e62e41ff122dda627d4a7fcf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:94f82ddff9d44dfdce03af24a851c05cec4ceb161c5631ce6ce88dc8a9481271_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a7879d59a73d16ad9c237a597dfdbdbe06fd6d3e3de0c9396e342250778dbe08_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2f370ec13f448fc82d3f142cc8b6a559a4d62044631f4b394742652c4672f536_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:38471fb10545f0fd1f879ff8ded337bdb6919a929043727936d28c2153a78fb9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8e6c8d7186bfcc49c6ec64bf8bbaaee511f62cb5d14aec29bea364f90129d36e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e35c02d8101af5150e038572081ef775816f97c77ae24fec3826bef8c24837b4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:123714413da1487c02d182f1d355688d2f0fd63e0f82865dd962567bb9c81039_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:675b6754ba7e231a1725cf8338d536551497ed05e7f40435a2a3c98e411af84f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9eced45114ad75c3ca56d06028c836adaa713433bc49f6196533276f9645c58c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b203bacc4238f6cc6afaa7dcad119d126484235694dcc33a46edc4d002dc7f5b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4e68102ebe684da4477f443e32d69865b6fa28d398fbb76463c67d85739e3c2d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:6dd5107b14c1abce011367145d859456aeb03052ab831b4c548fa4fba0b269fb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8e6d6d3162ace273c1312c383de4e1f6ffe2d8e6d7b553b64e6ac460ac040c20_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:061699fecaf30d68ae3d41b89d812ea8144627d9ca9de83173fb33fa06e6b8f3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:33b4bb5c331675703e19ef96f3185b2d3cbcf4d0e37a6fabbeb5a8dc1f46df10_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b7e15475952a147e7d6d506ee9686c6c594d529b27e4086f49b0dfc1e237d640_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0465b162143273b73d2d1af7ea6f9654116a9b1cba8169028273185f2dfa1191_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5d1720d8067c33064ccfa16d47931fd18bdd3590f53023c2ec268ed9405d0983_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e99c8d382c503a7b1e25e6f72ef293496beab285d0a3453d09ca73fb58247163_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4e09db0d6efc9289a85cf5d4ced1d6a6a7f52168e44c366907a5d4ebd3e7d75d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:585c75fc909525ac0332764b66db33e6646e5e0b0a4d01d176be6dad70a7447f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:85df50114baa307e2b4192a46f80a292500401eaf41f45b071b23bc278562135_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:3ad0b56893a8ad865ef9de637c1f21a358aae5ed4adadae02db3c6d37db93422_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:56925cf35430409d4a59b4de3ea74d8e3779acf505872bcefa26e97418f7bc9b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:a928a27d2775d702a7b4888f87e770c93049b645b5878173d87d893288c0701a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c83836428568394e500de29f5e4b44fa4881f5b5813a8dcd42a5bd16b6bd2bae_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3fa694c3f2b9c05fcf2cb69f97d791fa46600ba1eebd67608b109586dac15e3c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:44006268f8f00b5dcc4737ce787d9221b50ad7af3e678ea6dea817a797512b4b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:6b7d13c5daddfeda27cc815f3fa02affd699ed626cc41775f78070cb8cab4f4f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bdd058e218fb99204c479f5cc33383634b184b1153a74c3333926e84f3e4bae1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:174dd5140764fb73bc002166fefbf8f897be7b295e10527410fee19338fe65d3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3f5a73689320e820972a39a40077926550f7864e2d1969a9352d3b833191086f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:df97ec11ed1fbf6397b6a62c85014c255b60c652c98ea439d1f47e62c6a0e4bd_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dff5a115ecbd046f3a1a60ce8d8518edd570922528a7ba56cb17716831eb6b09_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:11f56bb6bdf0069b7bea04e5051874cf879bff0ed36676dc521975eae8cf1bb5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1eb4aa5666fec327b24c011e1b7e726ecde7ba1942e0b8d9af38a65baa052985_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:77da9199e0922972da775122d60efaeeb4cb2cc464ff6855099fde770cfc01a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c56c801a4a9e11f7b9ee071dc9634fd6c43aaf04cdd6b048dd4ea1a623ba16a7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:5332d1051a8774d9d3ebd2f6df71f2ae36ff23fd32b28edb418c028dfa6be128_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ae444a4f4274431a8dfa075bb9c91fda502cbdbe971856f54ffb6a0d5deb08a3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:4148a39c8311d7050050debedbfa7454b53c3e00ae4d63cee7bc6da688af744b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:699c1abe44686141c985a530a8b3b864b3a1bf2c5c6645d68f7920b8f752c684_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:608159f89bf52fbe18bbdb1c48b679346ddac7d3ace7883c84494615a4ab7adc_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:d26f0f1adde0599a01c90d8b9e1e8690e6e532a380e7852e83cacc1e439b5424_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1ef42800334a0b6d395e1b1bc8e517e232713a4ee0e4591415c5347ea1352fb1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:23d11514c82b817c95564de1f0252dfcf753ca40cb154054c051b6bef078a960_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f5311dc740529f4f4c444fe33bd5731b0ff5d213620207f039af546a3c521226_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:14f9b0d4497da98ffed111c1266fd4e0b4a812f6b7ec37b95e5702438602ce33_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:4e6b6f1636a4300955a587155ee9063979e47cb387dfc1a85f3738b1cf25589f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:2cb5be04fd1145f054e994500608d1463f35a0fb87305e559ff71c972795d978_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:664dd8b515ac89b33051c38e00fabc4f2bd8c902f9fdd8df263b6cd6d0a0bc25_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:28e1a2e9d3850462c628b0bfaafac15d68def97b8c1c9387de58b1fb6d877f19_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5c60f40d38ebe6f95cfc0fa78fed9aa265fdf3aced888bf232445c2e76e4ed55_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d36d045c32e335933939150b36fd2f86599add415385560d3e10d4b74a704d89_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fa556b78fcc306b456576053e522d93e0c578807e220d3c562ea54cdbc2d1a92_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f9ea746b7bc2eb6cf1d82644d42d363d9343506f9091e8bc67740a06b382081_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:909ff0827690342dce5b4cf713327f3a8887a056951953c9aa639e916129e1ad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a8705dd5df6abd3d6931b298fe8e53cff0f8259547fa85446503b413b0ba19da_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:cabf1a3d4e2aab9e2273afa75bac084e93eb36a2801b91ea0d79982e9e7e5f2a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0b5cac582cea2ea2dee7d515f05bfedf2a5beff46ae6d5ca9626bbb36c94b865_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b920409f5635d704145bb8e1107a7c6f951976c44226a2083982443f67ce619b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d658355babb92069a73c35353c2fc0be4450517b3445d2387b4b0e3bd2b873d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f8036fe71f651189dda062ede40268c843ab07ad5b32e010250f9b6fe9234bb6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c5361be369c8e0194275ab97d18d52a095a5206888bc82d592f9f9ba28a34e91_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f6427aa92071d20df4e412376886d9831bb0cbb15c10216ebf2ac78de096b051_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5d5edceedc72d2ec62b24b6a60c278e4836829c78a0bcfeb20d87fefe501a39c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cd23e978bf90a7180245b04b5b0df939ba57e30ea13a2a759a5d04953eaafda0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:bccd28236b901759b08d5106786d262e482cbd1e3798c1392c9c6eda9956a5d6_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c096101efdd0dab71581c6e6506b9a6560c96979e2d439ca888d2c67860c1337_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7cf38584dd1c5c269f86d85b0488e9224ac989f985989b00ba718ccd5c1cda56_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b2a85daa27b4a10282c1365dfbb48a3224df6c2a47d6f5ed59c3c01f6035d443_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3643a11084c5df88b8dd9c8d7693b228f3a9d94f74aaeb4620aa458516c14e18_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:a6a1152188a6d2cab12133e497a5c29549fa0103dcde8f1bb530ce7a033033b5_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b6f91ba9a89207a2f84a8bb1343179bd74948644a8b1608c2a2d84dee9ad39b5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c21ea57e4b38cb47e5aacc58b218ed97cd4e6ef353d86442236cbe8852c6f648_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:56c61752133f5574587fefec75502e2a132871ed033a824f62519117ad0c4620_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5eee9a534fd647002e246ccc70b47a79737cbf604c5fa4519d10a8c66865e5a7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b1428b294b7752d6d56fa95d6630aad0b6d205991537ddc3274a7062c13df3dc_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c363dd15dc780181855ed7e8af09bf148d9e38d562cc54d90842f95ccecce36f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3978c02a12f2469999e833a2cd001a08741c4d9bd22ebe211bfdbac17563ddf0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8d20d5c213a86a2d9cf1d4e8ea351a70e2bc1e8864e7435baa701aef3b22441b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ad84f2d6f695c6c999a82e33cee9938544352a648c0e72adeaee0803289077c9_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d872bcf33f5d4d6f1a074bef0091e74de82b3b1a883b9004aa1f6193b84904fb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:027641f0d532c5d06663e838ddee798513282838efa12811ede36e1b8669949e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:198fbdb0d6d4bf699a9186c06c310e4eca0c3252ae8e0d64ea1c68d7b67c2bfe_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1a3fb2aa3ceac5c827d7cde1cc0296d6974663d3f5b4139390cb29dee2bbcc20_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:51a53812eecfb69e77afa538400463c7eb51710777e9d9573804d2d9eab5d307_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:19cdd4cd8546c53530e098641c6c83e2f38f05f2d046c6a9fddc3c8002a01fa1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:27b826d0ac202a4321d2d28bfe26376b405458781f04acd607c3a27bebe83651_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b1c377c3a99dc0a9a6a39dfccae28c7e5a11674342530a05b237a33117c980f4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b230c7f6c243ccfc43e6b50809f916d3247f8daad3c750220020ec4337b126a6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:42cfb65c46f9f63ae3227c0dd5ca2a0a11729ecfb2865f3a4443821a85f7c8d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6ca3200ace5f9b6c36c20185dfbac37ef4cfb171f3a99eb9c746e52031bf380e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a9edb90a7efaeaada322b051c1b4cda47df859fad20ed42574fbe0fa00d15324_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bf0602fddb6c09c5c20a33abf72b947cf7ec8de6ef68144d2f4b1a1a9ad906ba_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:13df2c323a0db01668777fb495bc342806443b5c0992fe7f9ede76a0e731e2b2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:8e564be7535e32f63ff7a84bb61b3586b16b07f4ab6db20b42340dd998f2e919_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:29b338177ad61fbe618240d520eb180c1faa54fcd4be63c0d2d16f5221c4d7c9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:97b5466389d9b1e4c54dce29bfb42e901ac2c4aa39edaf99c35f30a766d38b78_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:989cd4643516ba83c661cff6bb217cc25d502febc80344e08e90c6eef8d24088_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:adec59d5a5ca059167c1dab49e6e1e6363c1788833f2cbc2381cb7d88a98864b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f821e1e8479c74d1a672e049e187d68cc4845e7efb417e9e4e4fa99628f3ea99_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:4eef2a136a4fc3a9deb0c5999546aa8d498c3553107d1e0eda9d394b2f412169_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b31560936594f27a81750c2d73f97385d7b3ac87cfa7c75e1a4fc224243eb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:bb3bda07b0ab9cc97889a530b1da6d7eb3f7f9c8a98f9b867bb3a93da7694625_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d50f44b5a5797797b9595f99e3b24684908cc28d317ca00791bb6a7406e15636_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ec2e637888e698016d6df6cbf4be6d44e5a2f544e7b81884982e06ee632a9ed_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3c569b4e1ed989074b129cb91b307cfa10c8305b037b284b23bde4981f551238_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:4ddb2823de8624d7d45aa16adabddb92faed392e71c2d1a0b3e640be91b731f6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d3b7e9f39e5238f011f9328467c72a8cb8cf99d4bed7ac0593edb9ec5bbc90fd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:24e49f3b5ed9df72849a33dd7fbd4a0b01b8c3be79705d6e23ae48e3fd164133_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a9ce73e1f17b21b9bf2ecfa7e35f5d8e9c72620076bed594e217b870057185ca_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bc2fc4c0e55023974c90506cc14c51cf73741e9490632453687edf404b3c485c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ee9af4af02c40524e182fb1893b8bd59785be7d508111c5b0415f0caaadefcc3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:971256d54a4e10a29080f656d5de3b6281f27c77a40c0dc7352f1f05ab83eb11_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d4fc699ea35d0f1e96e825d2db3f21628e25589ba57c40ce771ed210aac5d588_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e3d0f624ec4e265daaed3072e9f9dc85668a917d49c96ebaa1c7bc05ca636197_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e47600e5f91aad639de386e422056d431450e5dc3560d30ad16b0b0bd240e371_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1cba0b4f393f1927ff5386a9b2ed74fed87a58e4b2d4a38f34fffedd30da14a0_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3b8bfd739f87585230904007f0b438b4bc9d79337f0e9038887bb7f297b681b6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9c7b3d916bac7900ed009cf82a03607fe68fb924805ea37e9950ff3fd6c73b44_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c0fe58445dbc3f94bb9a041ee4ac81d6e1ebef0eef6b2468c288be51d947555c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9c772d8d7af17818a38e2004fbdd7673bdaddea0c36daf239dfe65a49f78c212_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:acdda550e575dc7add42439a856726b3833c5d6d98dd9976f30be4b781a11a82_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b5be0c8ab080114879aafc5d2526924d32306ff545c06dba64c947ca68736f91_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bc413067c8cc3e6c40a9be4ea896d911cf6b3adbbbe4c8e85fcb243bbc7bc2ea_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4b39c2a3d10a1e059c3f52bbbad6df20e52e47a422119d51806b59bda8e7e97a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5f0f4b8edf205f47a263878372c0fc80e1531f3d197d882a83cc6a2bf980c277_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:78987fc04ce330fd8ffb8a96e1f25e8ece8360680bbbf4c8854f1ba1f598f2f6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a43046599cdb529aa9a2672b628a7495690b03379c7dd4ec7bd744b01793943d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:25b8603f08442f61b433250cb6f4839cf2cff118df56d1d7e12b3b09e859a278_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:912bcfa64c2dc40a0f8573e595001fdf9dd3280e4babb503198aa019c4c94dcb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9f84034243c6dc1341a059730c81b05bc6626b913524f8d854e7d13c59eb4d45_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d9683ec09f7d3d0c73eb626fa7132ea0d7f731893506437d76db27bef51ae518_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:13573ab2e748690c65900137ee67fa558a1938fc2c4d92deb6b308809a77dbc7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:279fef1862c07ed7b949895843d80c54180a704411df4bd4059135dab63900d9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7c527388a78edbc77d6a9db9ba9d5c8ddb302220d69734f4e0bfc26b63b3dcb1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e601bc25408a2eb5735db7d2595f969a59da9560516715ad781cff5e4a57f2cb_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:264fff5b66ca49266cfadcee9765ba0b34bccff8dfdb12e5444db97af4913095_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8f14a597769b040fed9d1c1d610b6023734dadee91cc28588b65efb25f6308ae_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:bf78d9a4afa92e68d8018283114bbc7fd11fe0a9b357b75a00395ad630ddde75_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dd57cd8ba112502a28c74d7f9e021035a061e1f51377ac0510dd02a303f14f37_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1e3163b559a137ca99141d0913759b5a92cf30e063f6ee2485983a486d97a066_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3038ed29c6dd5d46bf8d593c154537615b8d218bc43eb89dc099a546308c5b33_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6f5d8e50b9cf127af5334e0b1e97aa1bc466bb1ad8a1dcb2b6c3e7494bf5a1e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fa6736bee0e8806b00bf3b6d971e2de5ea49f3f2a89e8cc404d55a70e6f73720_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:09157be733606534b4788e13e47f647c427adb2d36031df979628d1e3d93b096_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2c52bc991f789cb2582b4fcd0fabd20b86b5893d9fcfbf6e9ebbb372cffecbe9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:611ab0d9521d88b9676bcf873b8aaa2fd385087814de0ab05c7c853fe98da20e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c6226a0f343e69d720fbc83ad01daedb925fc39d272df78fdacbd847fb075bcf_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:19425f8d71d7b67b74e76c5b770a5e3d918dfde9a9eb3e181c767b4489db01d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:39f0f3baf0bf65713633aeb91a80cd35779cce2b43e6faa70838e0a87bdb12cd_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:804965e59e0147de822be6cc464daa137e45c991e4ff00c7184b6fd8105eb781_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b9b4777d271c5ea81505111d169134181bd46169ccc05dc65f3b6e59f736d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1a6e143562b0618b3f5afb6d488e8bcca48d9b0b4f68dc70d77279643325ac52_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:22230fd972b50ad12367aa043fef070d0e580b71e874a0e3fc2f5aaf52839773_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3abe2be596ec79e32806af4d66a7350835433c11e8b053385ee6463e65f31d30_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bb8fb8cebadac019a3d8c7fb2338a56918ff39aeedd55318fcc7e7c6d60648a7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:28dc48f706edfe382aef8370f464836e99a307136561dff65f7e7e8b5dcf9a5e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:533846b923d36de2b953fd071f6f7ad38e60548e9ef1d3f704039bb69b59530f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:68d5b77732cb2c0b0cb9a7e6f4201570dd8134dcbb21019dfec4bfe1fadbad1a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6d20fc820b2b684137df0fe673dd4e98135ee6a8c39a660db8435be44160c4b5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:48568238316d40eaae138ec218e4d0fb6119c94d9014683bc25934210792500f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:1d1ba67b2ebee648e679f886122e649880437bed73cc62901f26e77087d1f72f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:627e8fa2665e8d19aea0b746867ce31b58cef207d6dea85228b175b96cc95dca_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7431114311d645b44e0f98c9a0e92e62a2c412a2b57dc47b52f1e4c5ae0baea7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a88a9aa0807380263b476e1e7491c9a4f36def3c403b43fdd30bab55f06e673f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e38292df09d0b5589b58f31c39ca74147011aafc1a51be00112856a7242cb80d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:67f16f35ae8e95b90d758bf617c953ffbd0f31d685b9f023c34e5de5c02d1d13_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ae42289a9ddca85918d07f71db7415d099e8544ead8ae73a0d79e600c1c0f067_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfcee1078c7f5425c41f8d3398ae512f2a07d156de7d6e92d24d7f5eb1eecff3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:eb851650658c10b1a102258af7b72aac6db36647d07ec4eac2bfce099ae68e67_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:74efd49cd2880e07cee9aa16b7615504fcd276e8606b7422ffe6a253636462c1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7ff9273c653a511408a49a0778e9584605b9d24e1069da8a77049f70e2bd5616_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ad02d1ed96a39fedea9588756c548817e8672b8fa6d3e16f1f53221e3e7d9157_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b10f0eaa64d49ea5763131b8ddd134da6771b835333a4f5ac9ffdaa13cbd08f9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6c75dc3551d30161fe15ddb87170bd7ac33cb19b242907e99a9f2b003659efc4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7cc7c37a8ce0bc5a1de200fa97525c35943d5fe789787d642c4a3079c251c4eb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dd8dfd22f1e93168de72dae9a266654563fd41d605c65b4bb15f20ec65fd53f6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:e651483d73deaf4125ae3c2729bd8a42b277df79a6ff056a99ee3e78e2164877_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6590ef2d757e5ac11ffacdf6de04ac112e96f4bc058b97aae1facfbc9bfb9317_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8bc45cb12c534a1dcaeef41b7ad0a4cd8ac0e3b0041aaa0cc3a9b917602ba5df_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:92e18d38fe9dfbf0e50933d15f4178cc149b3e4eb535ccf0fc0da030d758f435_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:9a77e03eab2a1992fcd1c0a1f1c978755e236843ee4472bb551968fb16568334_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:686e7784cda9016a460c9196a522f1fb510546cad343e26f510bea264ab9b515_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:77d58cca07f50ed35b30a97c24f66abf5fd5482be3c2a86df38b5d0e4b41e4b5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:a553758f4aecd97de2202ffc5d96370765e1f92a11fa4ca464ad13037d7c1a70_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d09813fbb679d41aece1f097ecf3797adf142242feb12769a604c37df1b6d80a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3a967546fc93fbe58afe72caa5892b712c5b96072d3cfccc1c7d9b27cc6fd6fd_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4d09ecbb6bc7010c93d65d8bae5a368326d1b52bb7f7410d30dd068b4b9c1aff_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:78a9ba8fadeb516fb48a37ad2abef78f57a09b5e701a31ca41e4bfefe493d781_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b44e2dd5cd2daac1ef6849feb0b313950e0616586fdcc843a051788fa071a4ff_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5d94083e84fbdaa57cd8723c20bfa1bf0d2eaa0cef52c662975b286785db8cb5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7662aeec067c8b3bd0203da4d87e0837eb624acc7dffab9c0eda8081d992fc55_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c95e0922aa74f51030c35cdf1ee704f01ece7b4ec53f361055f4cfc58e464bb9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e4ae1090a43cdf4a540f1a2cb376a93d2f74449ac44ba6d0484e4612579b3d43_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:48c47a452810fe65a21fa858b102a2e7d9469e1143c51857844a0a74ebf03661_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5ccd0d2687e836eea86fcdcfbc73c7bdced8bfe2050c466860306d246375f0b2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7fd64ebc835133fcf6fe9d286f18f790b12295dcd904d61cd255c97e49f216b5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e862f18a4bdd246891a49434389e8dae5d73a68aec6d548dd282f3c56396be98_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0772170993a9fc0531aa948ee3f4c83a8e530802f7d6fe246a0688026c050d27_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c1b6b3c81c49bd764dce7fcb732f14f378aad992c953cdac86872b4113e8168_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:307efea31da6d72e50def18e1c08bae9e05ac8991d90379280c15f69c93be375_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f366a95bf18554cb9b48af250be89970e4c6b1fadbb97543db8bc202eefe282a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:09b9a909358f49dc84cf863e418fa79a72c5f23ce05cbd4045b2c966147b4edb_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1ce1ac2cafe2162c4070a5b60087ecdc520db1e90a433183157c554f86a8bdcf_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2c984681915470552c6cf4dbd2c900d14f29d9a6632d7d937d2fbdf1cf16a5d6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b3809b2f792a8b57efc13591b88232ca2b83fd116ea1a6ce9c05ec39733bcfaa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c37ef0e5d795a727e79d2749570d7c42876e2884561857149a17793543b9fad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:45b239b4328e73574050498d8a59fae10b1788642bfd3fdfd487a59654f2395f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d0eac8a6dea99105af2917f089cc423a7c21820cdb7ea4a3f793381cd07f43f7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e9625244e5cf3f4fd7e6d69a8076069e24079672e2c4bc4df7733ef31c3aad9b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:25939a8eacf00a315bfaecb90901a20f2d314f186c1a23ee0814ca611866ed5e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3b3fe898a633924c2e0f803ca944cc63d99359966004c6aba6a05c446a0539dd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:55a048f1d9ac836497f7783369b5b582727df86cc64fe7df91c463db1fc0ff30_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:88990b2047d4ab9055afba0c6f8895f30a132c361722a1524bed1671527d99f9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4bab889d5262b3f891b99f0a521f6d4511641313cc1d3a5970cc2182c52e0fc2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4ddc6ce50e06c258b4f24827f1fe5577c4ceb5d68ad925a185dfac5b2b3a661e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7883c26d4640f30a8fbd635f5442fdb46625d727a1b2382220c454aeac081fe8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:955419c1ead9dbc1c2545f367907dd4b1e8133ea23ef65407341e9a505b1cd17_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:206e503ccabc3f5a01f11ea5026cb64ad6ae62adf2eb9044386efac6586cf332_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c2d2155a6d299536662cff9c5a8474680dc8d9c514b152e87421feac7cdcc22f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:e62baadcd61bdc045c205ce81a3b2b650be73e7b3a5dd5cb53ea4c2f8a181f0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fab5b1965457ca46faaf5d1e6882c17ac2f0e1db5017cc81ff4da8a9083cc838_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3e9733932088db40e1d1dc25250b68d83aae6fdaa33923c2593ffc6f10b84984_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:62ff6e225c6c72f9c9b0bb33014544d1e02a30ff9092c25fddf72d9ebc8782dd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:70259c080741f045c19c2dfb1fcd5069e9eb7e413294d855262975ae03e60b6a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a974b10609ceb50c391abab36ecaffb9c6ba62f66b246f529d8f7d1f038165a1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2a8daff0897cef178c43b00d43b3468a3ff9389ebf337533c771210ffc608bc3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4c7da9adb32c409132dfefa7ae79fe99d41b6f59c592eea234970279694951ff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a54253ba850cb357befc0173748523a1762858066023e04388c94c2d5caacfc9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d49affc20c2c397c1ed17de7d3a7fb98a3f66efe9f9bd4f4234c0832393df9b2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2321dd8c9cc505a677622c5cc680e4f3461c6bf1fa4267cdf7f39383967a0b3a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:582d0856a394c73d8faf8d1792a80ccd8c66d80cf65b9dfea344351d767132d3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:938cea3b81e1b74629b0bee65183b0800518b4b757175d34669fb25f6e5d802b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d8e3f695418674002c1dd252757415372d95b38f813a3d432abab774c7427b2e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:8fadf40fe968046de41a4a4c6f643d9077f4908a1e456d7da29e0b0c79f8431e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b7b73c5b17ad867eaf4066be6b2fb9a322677ec3265c0d1bde2e317f54f7accf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dd6c4a3b961b608a71122ddef308287483d90f3a153df4ebd00b4f85b46bd551_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f5e86e560d2dd575aa814329ad50a38ad4c7f3c111353e652e55aa5b58033f18_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:10015b131c57580e5edf1fa90b05b19482ea67ae3b588efb30da1cfb2061deda_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:99060fe9572cab596228b61e892ca9b571e3b740c4872ab55e3276d4ad65260b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5127b9d0570329e12a37d1c7e38a3ad9a1c990b7b0e1d3f3b31f5ae1146a518a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8403b335a511bc219b98b899e2cf4458347dfc67c8e15440801b1434f03ab555_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:8bd350665dfcfcd29e64a93a9c1b700817a99560dcc927a75c13cf22924a557d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b47afa8cdfbab90e0852af59ab14d95b430a2e94245aa9d1c65d1a592f44a90e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:15c698a4b3293ec372e1ceffaba0fb9360499514271d26c22cfb6cb39852f598_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:43344ef6148d5c76a10961d19b3bd83e219764cb53ac4f310a513bbe694fef6c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:084a185169e09b57b07073bc5c82bc741aeba187cd9cb33149c830af00cc6582_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:171aabed219e2a837afd87ec9dda95bd32b6f780a8c7116a6dba18533c07605d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:33926bd728bf4ecfa8146f2d55c05f151150d249b965ac4338cfa8a9acf642f4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c0709bc4da1e5574cf296180cfa6abce28c2b7ac105abd95535422abb090207b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4ef4397e1a1aa5b377ecab2fceb5c2eb15b526ae39bcd9299b45d9abe4bbbf31_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:852e6be5031cc90ccd9d02fcc66b59baa692d594e7ae95e68b8923732fa77b49_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bd9e30cdd5958003b7db73e8d871b448d208c099f3dc7e9df3ba56e6d476ea66_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fc61ea57eef9eb7f0bb091cc0815a81844d60c78f5824640e40096e8de8a02c6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2020b01fe0c8555a2cf070d5a9bf75691de4d8b775b4ac91032c92972ae6a424_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6c3b876e5fa5594ed92ed3d333ad1edd228611d67b060024511f8c6a53eeec92_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cb279e6a6181c4ab8025c6ee74497cd95e990aa02a03aa01c8e4ecb81718d231_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f6562421b9828dea833fc82160705ba8c0349531dca39eea94da4bb31b8d3468_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:44b8d7704e559a8fbde7bcd2d7b51cc025eb2b898c74497149f818473d6b7237_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6b3db54da066eff7abd8e8f58ae42163364355fb1fb5a166c3f90ef42024e24a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7bccca2d8db4038ed90d7c5d995bb2daf880b3d6aed320c6d6dc89c73c38170c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:afc464bfe9fb581e22275814fb3263ada3383b571ac4765507d2640470a8fa3a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:353292bd26a33c9a68fbb8351005fc3b65d1f0dc02c82887cdeb5d28beda1404_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:af382c36059c0c0d6e76b41eda8ae2055bf5717205754272edf126fe15737cc1_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ebd113dd73707e7e234669c4b52e7ad90c5aaa95d062fe7b2ec18ad63b942920_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f0b91324c63bdd9b1603e0bcd2e554e1d595168f9337a7c26d3834093b24f6e4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:23a74b9b847094d230ca89e8d43c924098aa5a8ad67bc02c4b11833c4620aba2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3a9adb54f0e11beb7e2f393c00ef6014f9c18796c36e47ff1f08807dee8a9e0b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:558cbb955c8d4de727f010f3fe97f285b6922f4845357cd979c22e9d6afda4dc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:64f0e85f122f8cef1a5b444095fb16f95b255865ab116cd59a4a541bb61cd09e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2b93d36104e2c99c09823ed5c6d12e25abf3dd07e20683640f99b687a45e9b6a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2bb2c4706037910e8045bf0127ddd9087d2c8ab9eeb09ceabe97b18dfe873c1a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3e5d6fe6f1f7a495efdb0a61dfde0d20def80759a215bc7097265c816e07919a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:efe7886379624399e04e4f213bf1f8b2baf1acf989823caa93ed8ba76ccf9372_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1b152d3df7256fa1d16dbc4edc991503bd90432e1c8408149603306e62a28a89_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a7c3fd07837a9c03ab834a0b46ba51b50c73037203ca4d12d8cb2a45f690e62a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c9aa9a181ad76c715b410ec6866d86f28923d2becc8438f3b56a381d7c668897_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e96b65f0caa9f23429318080d5812ddd5c233b881b6f460d944990000a6d7018_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37569639de1f8c36904366fe21657db1df3c26c03b8f9f974e0a87abe862c7b8_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8d27603330319790b463eba638816fec38ce5ce81e7cc2c113636939d713051b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9e9598797558cb0767f9bba75faaece26aadb56163f94ae2cc2c137645b5babd_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:cf8f8b11a984107f035ff28ba24ff3f6e1d10cd764ac472b94bb9e74d435a459_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:70e6484048faddf5f59bc7399fb22731d4134b6a6e2c2ad3b1e92bf26e5ca902_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:93c6c010543791ed57e08cd0630a7dc7903d7455d61686cdb0865b13fc52f44e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:cf50871759b51c4fd1f164c53ec8503379de265ff95b5f6bfcb15d3820722c78_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f296becb22727fbcfc0a2a4a91139dc782688f43f63396d645b03bf698b81ecb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:227f6cfcbd9f361dac87776c3b625a4ae91a7054a29a48c0aec491a786f81380_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4063848bcd02040ab2a26a1e77d643a8cc01373bc6467070f72f8cae62ad8bf7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7315ff02d1adefaf5e52dc2b87903cbeaa1ad7c30719ff6afd130d068ebcb429_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:c33effb47bad5780e4e0ed220647bd0741276ef5c19eea05014b528b91765efb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2883dc4d23d0c4ec9551a0818f5d5edfc708454b48333db179232b6f7bafb4cf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2909be49bc0471a0e2ab4e9172e4ce490b305b8e1fb86729b45af106f1ad5ac2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3b91df98133ad62ab43372695b3953c54d58e70c15eb7ae201b68d73088c0bb9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ea31f2ac734ef3cec4337ec6025a1cc01a2452ec124f102e5b1400a9ccfb05a6_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:2aaf1b270a589b2e9c907bc35b4a3706cca1508a06142dd3086411e046d7cd00_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:32b91a8b6cf6278fde2c8d33666748a905a8dcf290b6e16ef266857d4838d3c0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:fe8f645cd130c489a3454252abd64c554d583cbf984aa3e568ae9c4073fa0f03_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:9885e38ff9be6d7ae070a00b851232a29e739a870d32b2508ab9f34e56177bd5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2b7476cab5336d76457b1915e734ab8702c461af8ca4d9e474557ad8354f7065_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:4890f971ad6077addd93d4c7fd1e9ee46ef3634bf89ff5adee2a95ad7b7b3f12_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:afc7f162c9c1c3033316a984254b8a477d8eae5bbed9cb25257d54a54e1bb866_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:e9bc1798e5283c65ff1487ae78c1175395e051a6c13426d3e8d1b898469a3493_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/net/html: golang: golang.org/x/net/html: Cross-Site Scripting via HTML parsing bypass"
},
{
"cve": "CVE-2026-33814",
"cwe": {
"id": "CWE-606",
"name": "Unchecked Input for Loop Condition"
},
"discovery_date": "2026-05-07T20:01:11.324941+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:07716873e44d49ad177f8c572fe54cec7ddb819a70492e6bddf36ef2ea5e6449_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:288bb644cbb5e14b00d80e0b409c83644a59cbcb513d19025f8b97de61f2cbea_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a27a41e1a167568dc9bcd1f125ac624897d73bb6dca7be80d256432b35e4c6aa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fe9b92e8a052208c6eeac2ba816959ee8129cc0f68bc93bb0a1a2f940a49f4d8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:44ba1190dc20c3a99259ef0723be3c9e1c2d4f339ec4eb4f38a9375cefd60d2f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:48a700617f0d4ab9dd6b40cc27e9f602892037c10872c19c60f62a2a848e451e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9319978cb44eb1f26a7d82709c4ba7d9b6b0bdad78c6c6080bafb0933103bda2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e734fcb9ca41744ac9213327a775aeb0e01ea9974036908721b532ed2dfef923_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:10097712385ddd416b15237d2af20f86a0370f1d97125f1e8a0d25a7215f6751_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:40f8f7e1d72a0e70d96c1ff028cff7125ead621e89cf2f3c1cc5262a3aab65fe_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:50ff72eded21d210ea9c57c9f9b192cb6ca5efe781c5c5a9d2e1129e2eb7a248_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:f77b14655ac6137b53212c8ed526d6baf86d6d6332513416daa73a6dc468c832_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:76042ef2dea9a9316a7bb2a38923d0b670663803c75f5b8351b5e71d344b479c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a645a364226f6768df30645c15ffb8b7feb1932a96c3666cd2d8bbf71786fe88_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:afc4fea57ea3217712f10421cdc7ded66093dfd0d5cdf09120ec1200d696f332_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f70b291b3be37bcef36e4cd282cbd88f917dcc5e61e0ad6228b33b770656b8ca_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4cad4e954d5e9fce7e93ce3a81da34d58e01c38a5d6140cefa7eeeffa13e1431_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5c1598ad56e3f9cf5801a990b2d5d007632cadc69118dd15b771d8104893b722_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d18a7d5884e709f2440b7f85999c2351c0f74ba09b876a7c915a974ccfa3dea0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:ede11c7678a732b9ef9a763632c13e616a95cbabdb36baf0c5c48ca0d476c260_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:208703e1b4c8fd82b6cffc790affc4bb8966f6d95e5b5631d9fc7cd429d82242_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:40be47b6d5dedb587c54ea5f6ee763dc3007284e85cf75d9f48f4de83bff4f0c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bfe783bcda48a7678e776f99ab08f9d6cdf882432ae03c46593326bf8b57e714_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e43bd0884f4c1993cd516c3ea52d1f878a783f6a998a6dd3fe4a98ab11bd3e87_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0492b621d90ebddbab300b3bcb6979598f11380da79b32531f8978b26fe5edfa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2f4ffb0abe2bcc7b801658bb46ad9f397d7a3d11e8b2060859f5dee1625d7ea2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:30b0e4f82db1f3e39379b7aa792514aa726a0c485680b67351c593542c1b1127_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f0f3b27621a9276b1f4f9601b1b399eabbc165d74a4b4a20ebbccf6a36a8f98d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2d56871f80eb82c502cec2b901d3510ab482eea981f50cba4fea729c83f1897c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c169319f15a3e6ac9086e21438dac78a6b30f142c6d96d63c259e45f4b98c2ad_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cbb1706913eb430b86212f941bb32b066af04b431126af872899134a9e111ca2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:de56a4d37e6686cafc8591eb1f7520942036037ba5af21c286aea2d2fab95b2b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:0e22ab8f884e0095c3cb3efcb63f9f37d55b72cff37962f271fdf534deb469c1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:ab518543ee2455263fe748f1d2ab5fd1fcb87e03bdb241a1fe657c748e220e3d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:cf25049921f441dee72daf95b707da269c5ea7af7026674c42a7e3c8cc682e59_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:d5350fca926c7cabd8fa4e7749f0c2bd9bf90069a11ed96342cbaa0ccc16f889_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:41ec41da1569234037cfc2b9cefeadbdb4c1e45363dcc0b5f2acce2453ba3dd2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:bf2513f4ea2df4a781fa74ddc02c207133387318444f7027e6b62565e8af505d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb3cc6f050ccd3fae295639dd627bdf3ff5f08f66ef0fdefe24ab8260cfba983_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:efe54dbb00c22c7e9e4a6d7c40e52665823c5f94d4b7b03236edeb1d7a304f94_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:073ed3fb3dfb009b6ba476883da5421996c5c4f4119375c0c83b072571d935f6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:14b74e5080c191fe32bdd2a416c80cd94a0f30ea6d5f18faf7396c120c5907ea_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3c86e67143d2caced55d2dc470df15cd1659c5e16c7eb8af22183de1a3222901_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a6de5df300008dde127b655f67ba1c8e637bd6e67bc2c811c0d9e0ecfc3cb08b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05ef13e75b41891cd2774cf5243b11da290ae75f12ecd07239e580a5238036a5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7c5f6b71b68331d1cdff8b3273fc7cebb945d9c037fae5c2fe0666f84cafc928_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:c221dffd999b01fe10c83c1cf3e93ed9d49beb5f0f13e8e23261f44a07fd9342_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ea42eecab8a62b7896ffb697f402857a31807834a102986b3967faa70f63775f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:0123a42a6d10e21067ef4ed5ad7a39541529ff0157cb27443a95b0e5d88efc7b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:61e542fb10dc0e083f8889b0b94c3525f3882e5da701b8db31cc9be68d803ec9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:69eb532db9fac5d796148a421f1c0a95f03a84604fe40d5e5a3719c995b8d3c2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7bfdc577bd856e0cc690c86a8fc9928ed3d034d4d1455378c95293376a74b9c3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:023e336977c9e6f23a82083ada96020a26cfea384189b765e89d6acf7112957c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a0734ecbae0ba4ef8a6cf77d42383afe04fdf33eed2c0d1e34782f147c675581_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c64a9e77bb865dd5475a4022629d394ced47bfd9adb137f69e2dd7bfca2c5a29_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e90910e06037ec13a10bc176da5a516287ddc34ccdfcb36432f386f7b3895136_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2052fdaecd2f3807694fa17f35f03f84b5d8116ca56926b6d657f0594adcc4af_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:274df573eeb1919286472cfde2006716aaa62c65ad1a6fb82bc351e7292a51a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5f81d0322afa70edfd932cf1f80dc5a14ebb30f3f4cb0a4b9943859c3ef8a741_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c5f86407af14e6c3741e75068ebe79aea7c7d1a73ca87fc97128c53139dc8748_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:11009d76f2fc73fb88ad8650914948e04e30d4096420d00a4e6b1f2f82bb2a48_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:464e2bac04048cdd010a9625e6657c9f823ebadd624fd71191ee978520874528_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:4a6beae013e9de12cd8b0a39e9e7488f51b97b3f295e14d773eb28c5df9d6743_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a2f765f47a9fbb2acbbf3b00c2d62d7df283546b7485e7631116fe824cb589a5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:82953c91b88971066d4d605174664863cb062a6f7da286754aa4f05c11a69bc4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8adf05874d8cc6284cb4566506787161305d95ba4c318f070e01960939526d59_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b0127947224f18d500d967398c5008737df32168d2db50f1f87554e149328d71_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:c25b7a4bba9a988a6b7daa4eaa8608df78b927d1d454aac7757f18e3b6c78d86_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1f6a0d8476232a85b5d18ef9ce148135b69a4abdc45952f6ad0eaf41604e05f8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2989730daa53d788a9e1be03bf922a07c1111ee8559bdef63d058be6fd5f3fc7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c0cac6ae1322cdf12df3c55948bcfead52641aa95a57dcdea97401ae01c1860_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:adf166a8095fd21a818265c01776b94e25cea102a98de6875352cdc47fba933b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:67f12e5ce45f173e79229f506b92915943d263ca0adaa31a027cb7245d7a076e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6b91bbe18861c83c79693a155979f3cc56162624412eef4c57c52cfedfb38475_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b2bb582913e9dedea9f2eb41f1568fa8f0fccce2e56be4f666ff41f3698dc147_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d35f97d205f82d6ffa260582fc6dce2fe0fcc3719ae0e19e85e06e7ab629021e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:03ce535e7bb582ca85793c8155f38ff9f73231e7cf5af4ce223ea89d4d2eeb89_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:605dbca994f47b04da902ae4b76744eaebe0d716a7a5fd3cb8e617db5dabb8c7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6b2582a7f534bb2716acaa72598b40f593897124fe03a5e6b2bea1e4c1a26d15_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d88f52e765c3f5fd4ad80f7364efe49e98ae927d82601d27105eb6ad0b484264_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:1305fefe98602549511b835fd1302eee6a4494c690d76964d89189c90f39627a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:325af02386526656111c663e6a206e755f2f30db00059078a0391d4af6cd95d2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6dcb4d60294895ba062bed0e9612ad7fecd7fd8d8cffdeee9bd65ffec1b20a63_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f492d67b16384267b9f65d20b769f93e3122f0957cec290a88a1b244c80e4b54_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:56cd8314cc9791e043cb4e5ace324013f4ce4c825fb5f9119b1a6c6871b76a3b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d6ff019bc8333893d6d5799927ffd9dbd02d0d388752a1ead6b8f85928fff4f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d7e525584c9b7492d8b989d2ad0b8ccdc4f244987f26b4aedfa7ab1097aa8ac_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:598dbc32cda4219d6a0442aee99096b77ddbea0148ac3260c9c37e00b13cba23_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e223d745233c048714d3ff7a04f8ee565aebeb0f5aead03e55dd9f305fe60cb2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:05fe3c8332c4626e356a2b8b33b235d605b8cfdf8b49a68475db687789a766e7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:64ea7652aa2f9f9ba58d56765ee0ffd7224d6534860d118c059c2c066bbf2142_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8673853d611d162bc12d1791bef2acdd4131a97b8a6e46961736724b69332db7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ee04f343f0bc1c58b1e016295990225bafab7b39a9c1a572b10cdc19076150ad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:4771678b9e18450e8e2a6ab991e844fb064749a0b09b089e54a802a7109c1ae7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:68c90482505c592a6393640c16467c1416f3175ba1273a284c3d0a9417e879ae_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:234bf4abb67f86a27d549a2d368d080a3671ab34786e26c6abbcdf58baccb034_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f330b931299e7c97298212e0514c55f9e086e2f33ab7e522d40d8e9df843ea11_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9426eef8c79d6e2c9cf5efb340257ef7dc7936b3369050776f4b45ed6603de37_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b693182419b2287a69a8bcb3bd3ef8d6e799b5e7aa9b5f25cca855995588e104_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cde3a4deb285f4ffb38be4443b3c09f33a44d8f2007bfde6f8766d371487bb80_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cfa458375e07e80969d9a9b3521c5983fd20f384b74f1080b865b618afd35f32_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:30a0f7d083fbf57d19fdebcba31bf52d257fda3eab13e1c8b856291f40278c4d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:7078670a28f19c15b118e3ff8d70afcd5e329a22eb6a44d3827f9554dbbee812_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:6d60dfdba0f6368f23bdb554da68f81e3d088677ce9748d2850ba8f2ecb0cbcd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b71a8dd592d2646c7b085b06edefe64be96e38113c3547a111a8d0201992b98c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d906f3f6f4740b50fd6266205b0b3f986b35ca7a64ac7b6c52cd7167d0cdab23_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e4969f9764190a2b46dc5c9c7375213c28518935d80c4e4570d122d231f53663_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:8687825da05aa3fbdbf32fa82a739f58585d8d2564501deb0d3b97d67a4c431f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e5886c91ae307b14a848b0a571918a57a9d2d85805af6c6ac7a2404dc0308337_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:260b87efa1dfc71726aefc2feb8dfa83495aedfa6e95b0e86dd1ce0d246233cf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:49a1a91122fc6cc34cb21b6de67b8249f154aa8e2bfade0e50457c224fc3ca70_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:cdc02821294c7bd8b4de75b356ec0ec8b0745b0b409ae9481dc08c4d967b53ef_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:e52b5054a3c11b34c3bc3450d9be2628816575531a1435ce44652324ec020dc3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:64e73e3f7bc1f37f40ae235a7866ea7c881d67afe29b398edc6f15befa7f06cc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b4f0c23d7fadc3a15840607d9aa13327a3eda6272565f88be3691b74f16fa13b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:267a8525fce7dcfc460052b97dc07532c927fcb27257b29f5e43e5475376bc42_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:886cef96ae99502afa35aa5cbe5a16a30d873e8c9c92d6bb3c748bb68877935c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9a68ca065607df1a4fd1a351041d799b2166b76ebbdf2c92a0fdbccd47015036_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c7a8842568f7ed4d4b1ceb0f507aa5a56d80ab213877507be04ab55f8fcb3a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1567f1a6c1a596e22674ad45cd1975c8667fb2317c84dd5944ccef58326239b2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:40dad16e2777a64a836355627be3aae4572a7ed6417ac39e0dca5f019eeaf471_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:800ffbe7a0007398e44945b2f3772d657995ebd902918ecb410e5d373de06263_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9720a885c669964be135fbcc55bfd5e9766841f6b11bb2c279ac030de9618ece_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02440d8ce569f4318b2110f8975fc4d0a93e6da6c5012882df9cbe77559a0a81_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02594f4e3bd44cf7d378a7fa0533d54b4365eb5317c282cf8295cdfb0ae5ddf8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3e5753abdfee794bd09cd51eda1c7634aa7630ea3f2a72ff40c3fcf5661e58c1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ea8145a89efceb27b579a5f79c37c7457d141a0eb38b2de5c82ced07879539d1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a1aa9421f9d52c8bb918e1b3c9daac3e1a076e70e003a58462b62f0a91fbf795_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d4dd77443d486829650aaee412b58df2c5fcd995bf2c493a22dc1cc705d270a1_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d689dbabc1df0ca42e7eceba17ff474f9e6a30474f7cca15970a5ee7fb870a72_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fea791f1b353cb84039498653a7b7daadebd460631446fae5f05d1ca8e85dace_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:90b36fe8a88dddddcd584cf06ddbde8b74e9d7a78f9f51b77d7d2480ed45ed79_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d69ebc6a9d6bd6f8f75d933ee0f7893b285fb24e994bffc35514ff5211ce68b1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:da6ed87ee2d899e3fe9c6e8b08bcd44cf11e1b1563972ca4aeb3e8bc806a1d2c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fdea5b85efe39b635685d506a4416115d546a9f56e87903650b5e51bec6a10bd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:47ded0bc14992d79c073e4cd541279def7e44d8ff586a5cc1676edabdd86c13b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:642eb8c1bf4631b969d0ebf3a0755f566236ce7b5534fab78d531c76d5e802ad_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7189cc475748ddba6ff3f306320d55a840baa8f1da8a934d4500c49e6f675ea5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bc10db6a9f9c1a60744f49c1ed737bbbb8454eeff9fd00175b98872a1af17936_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:017359024215cf5a7b00bd31b8b797ca7f5f456d66a34ac12c44e53c1ab77fff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2635b651e023c9d4dd92d1897b4513947985256607f9d2dd8043cd7f5de3a765_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:542b1a4bf2fafae85c50eae7a182ffd3a3a07b2c234a00e4e6c639b1143b4b55_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9b3b5510e4cf6b4cb86bae86fbf36c1fccbdeaecfe009cf2e67cb9c1d7924ef4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:048f5dc4b9176a86e0d82447e036ddad890e58e49c8508cd74f8c297272c800f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:0a7e3fc4b1f892ea2e77c1f5d961507f0fcec7740f33d3e308904cdea1d3ce21_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:44db7037b872b0164497a603e99b7c5bf2bd9aaf31158e8a4e8bd03559584155_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:a8ffa384c6770ffe1bb9b7b8729501ef2c06199e0005b16e5dc432dd8d23c66f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0d8537a8b89a087f59b9f0c413d9c8d6c77002ff0d9d8579d179291d3b6caee0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:14cc3a54f1ddd57ce5b80b6d111f0ca27f74b4321c9915d5ec1960318c71d752_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7dc1bda89f2fe70041f850dbb5dd3804e853961d2026c3880fd7255dd6e57b0e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:aac4600f524660e2351490cc7aa719ac2dc93193f64bff1178a04376bda57cee_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5449067a980b2d50b360b1aa1164fba67693402210111708ebaa00f0f93bfb55_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c8486459e2b80ee2706409e888070c9100938357621746215ad7871ab9ddb990_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d748caca6496019c594ae5aca825845658e1e8c5a1c062a02830aecd677ea1af_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dac9a4617348551eaefdf01ebf1770442c0bc07033fcbff203750ecaaef1161b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5143aae8d524363878300902b89dfb5f3420ce897bc36064fd021d23993432f1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:6fa81971ac5bc843a536eaf167cf5147e879c5447d7c1ec17cebe7ab85692317_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:bfa79bf705669231df1e59e373712f0b04ef2c0676ebfd901bd9879cef16236e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:cad2e37531b2ba165087ddbcbccf9cf167c4eaca5a3fba5f5f4bd943b8298678_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3538795f3effdfe84442141d83d0292447b4c43e3d68871afcd453f80e11fbff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:7da313ec91e1a9ff08a16ea2b0af0ed1ac73e40c4b629402bff19f183d45aef6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d9279ac3cea7e1e400e244624bd7ce53cbb6343d10872873e71dee20263d0e62_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e89a5c92caae6b72646e17535787d06f7640a47c59b0b4f418c7e48918736d60_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0ec6c9197060bf068f358283d64b9b877e97f072466244f9d147552a193fdae3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a5aa2eb87a3fc9c5160f5c37c50cb88cc0a77bbf4eebb298ee7883ecf47b456_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc1512a1ca871d5e21162430f028d7b7f2391e19cee9b3d6e253b6b6d03cc8e2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e8c2baac5dee142c4e84d01c731abbc200cf24a04201fd8690f0d47035958830_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9b45bdc374e248769add4b772aca63e25ff0baf8d490e64066bfa78405cf609e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bcb4f4b45a7d62927ee6589db9d31e9bfc87a13f3b0239649c9701b10d3dbd75_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c1c72b9d00d45dc90f97bd9c5263e6d385ee34f3a3f834909dd8b8eb28c3b15f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e15057d2878011a1142587df35dac65182dd4ec4c0f3c61055a73a23dfbd615c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3bef4d599101ae4c2162f47e89f5fbac89903db3f007bb425eed38e1d9b4d9cc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aee0556c560d2ef9f2ccf501302a373f15cdccc83ec2c6935c4ae6a2f25b63e0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ddc3c05d5daa3aeffe5629b7e2fedd5df301a3030f8f8c6acc3204b8fd7e0995_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f463811c1b1e6fc34934bb5a8151fa946acf321ab57f9901b3ee1b7f75546beb_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2abfe62de89fdd0697da63674373b1c8a2695846d8acab5f17a35fb38fbc23a4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7701f38b6702b4a9e6b49b3db83073475c33528d2529e63b1b98664bb7191906_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a23cd4945d2e1f9e1c194179fab9c388677fa1317e02a99eebc575e227064b79_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f2f194cdb1a14fe59e05455df10ebfe70edabd37ad605346b6258c5bda79d96e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9b04b0a1047813b35f6ef09e1fcf1e06b63946e0a3b3feaee3e081b0deed689b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bb521f2f97477b5b9851f6655f1738b620aefccaaa81cd303d17eb74ade7adb4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c8a1f9ce2dea4947e6cb460bb4b4ae7ab6bc5f816ca25f3405799d56c6ca48f3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d8f67c5b7b8903633485f67a76f88ea13855bbf95e92b651bddd15fa91458ebc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2c84af74e0937a0f3451054240ab7ae2d44c1b566339012ebec9e5b75d7a627c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:41ab25be6eb002ee921bf74c1049e07547328632d576e78fc45245177fe9ab84_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5b389b9b0acddd8ffe5e5c3f9d54321d061253f3f45b5b66b6dfa0181b73b87a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9afa17f9f4e4551369e891d405098219c071231ddab921dd32bb7bc66bb0b6a7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:0bd76e62d162ae823a34a766fccd9d339e3f550720d863b477273734ed1fdc39_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:dd17b1ffce727d9a74c3f64d65b72b03a5c8fed96e773665a078dfab33bd64c7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e8ed2c9324c2f5594f90b049e92f2fb3141dedcd99165e80e8bfe147c738adff_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f7f45f6d562bf699e0e45e134c7ab71701dc3994882cb82edce9356be7627ce0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:22dee3c01cf1deff68d73d76735e420d223ba0e75dba1e7ae224ac4e7b14ae79_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7134aa51e11a7d6b826068d03b9c90a518cd3cfccec0e3f06e57f5ed77daf6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7cdf9e85bfc54e4562176d63e1f2be56775dd761c6c0cbb80fbf888dd1ab43_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b72954ed888ded15f443784fe6a684b6e0d7782921efb788e242d987fcbf5388_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:63bf84966169bf2dcd8b8bfee3c478d9e61881ca007fdf3a8be4ba5cb1118211_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:697ada7f8e4bc8a881e2f1fa3a8402a2e96448f948befd465c59e03ced12c9d9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:85ed053619e39778d5a986255af37802ac46a26899c8a448abb139736db5e075_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:abe01f65affd92347d8097b3922e587548364d9680b74f767e9cbf139c996802_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:55102797bf884eef2d8b842ba8a5f2538f711622eab1c82b06941ec574b8f266_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9cca1a2d1a6f5a33257e8f790d180274f24a01c125a717ff79da8fa301e2f270_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a1f1be1027b54388f762951ab7983f18cfe37140efcf2c778a5d11d4740e8e9a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d65990c0adf148e94c1c0ec0730ac2a285b38eff128cdb2fac7f61af1514fd14_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2db5ea10de47829d4643fc525d9efe3815db59d5689c0febecf4fd722ad0528d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5dcf0a7d3c0b2062ea11867f5fd2a4ad56fe786b11c3095d76eeb4c844240a6f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:73b76f141fea3db7cf7df4e9b70443b37fc67790cc6986efdf53a32ea7360bbe_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:be3286f36b4c80969594af159ede49ee20ab5dfbbd890649c2c4249335714466_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3287f57d83e7becbcd3997ff2ade6e6b5a664fd08610464002229e0a116dfec8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8a58a72e372b4235b4751e08f10c97ef0798519e6b91595c234fc14089d7495b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9654a0a2b4549ab06e5422dc69872961c892e97032b18d913cc197dd3aa39f3d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9e9ecf8cb43e1819159bb8fc0eb5641b71663e110ff757e26d5549cf41075084_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4aa3e0ca4b5398fcaedd212506e222fd435f7a46c2eaeb7a49dc50f789cf13a3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5d094c8e18e42d662ac2f5ba16602c1513094c7dc547fbe3de562463c4096bce_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:67f85bffdf2db08fb27d52c6a0a8b615a4b9cd748d9a7e6126851d1bb27844ed_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7d4b6b9e67875889c95a5d126bcad0f6b98c148b85433180573f439a867d9e25_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3c0791290db50c5a925a80b371ba8bdf91f4fccce56397d12a989263a972bd02_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:654aece866efed516d69db0e47668dc85d3936e901aeabd098e07538aa3dc617_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7637a44a01d6c56f002120cf96228b6c68e92b4391d4b6efa1c81ff8e40eac0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dbc636494f53ee38eae00f243bdb92d187ec84654c280cc454f2b4febd7c22f0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:08f46b1d2114a3ab80bc7cd277859a4f84e870c2421b9e13370774deca0aebe3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0ea69bf7a80cc8c0810acf8c7aaf2cc1374d3b034065f1119ca33af3d1794cbf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:17e61f4a9148bc2e0fcea85c19c98eb8c2efb701bd21f8b63547dad13fc256ec_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:8b81413ad0f567583ebe4782344c22834c1781c5f7493c8a05b827f3f2a5e409_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6b348a4fae63bad66acacb5f0d03b8155246733e758f14208956c38c2bedaac0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96eb6b75d6a8ce22b199b8150e628a2a00c427ffc79b2fee2e24af1bf584bbcf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e0b17d193af2fd7e981c9908e01f2d840cc939e24bf1be19977beb85fa1159ad_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ed56ff21aa465143bc0d1c4f20803873dd07999229739b84ef7861683476b22f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0654b81d996d73c5b5b03310f314bf3bd6871b3bd4d1abe791cec9b7a3339719_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e294ee6e92049316f91ecad5987a24d7d3c06809d3db2ee3f9a41bb461bc220_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e3afa0bbd3ab3ed4acd6d0059765116e9ab56090313932bd063098d94f1c3b1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:929f235d156df0f59479d60379dab0d83d6fc662d9acf7ff050a520850ee0125_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:14b5ec9622b1a177ffe69a7c87b7797c06b283b26d5547828d3177f823074b5e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:52a47ec0685655243dfa60738842ba038719f2454b85024084de270736d06529_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5fea5bf035692313badd286c7d13564d48c34e3195bac3c74ae669607b5b5875_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fca2b0ceeb7e301640de2604932cfb2c386441e0d3b3b0e4a525f0a6b00f7cee_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:021e3ef983d0ca18800e0fc390ad96f4b6f6b9c3ab784c6e74ebe2e7fd7b31d5_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1076cff5268f9fec09a760da243efbb72eb96645f838a746c4c4e28ae4feba33_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3eabe7ed8651b8dedc3a2c38a83527f224ba3b50088b3238e158048bb2ddd85c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c29274bf105ffdd07bb78270a6dc497fbfb699acce48c7c6b7b6ef32416eb20f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:71bae3f7d9ec2a469c8d69b9f67d27a0a98a26bc842cc8733442cabd43fe3c06_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b67943ce9e26423e0bf84f411d50f394a67a0f3368ff289e695f8819c4fa8c02_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d4c9ea28e8a716d6a46a42cd3b5efc82f42d456e21791c32369527ae82f643e0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e4c222d813696b8b3d4cef6982cc88ba3d4581ad6842b10510fb4c8130a82684_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4d789598c5dc7be91f05a8766dffccc377a71db2ea8c5cc563f396cae02326dc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:70267df26127761958bacff38fbeece08995608c2a24c7a3724495128ef2bef6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:84ea38804ec003ae82375c83ed4549163a2c932d6264eb64476e0ad175b4a4de_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:bfcf2ab8d6586fd6a8f08ec2fcc71f997800b8f459577c31e654f8ef9325fc42_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:49a412244c4d6b547d5b0ca9bcb041b1e3cabbc78f5234ce52b678207d83b3e3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:4d2e1fee9a43f8faf39b05a7d82ceac50094ebe972fd1fd85b1528961cf49478_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:564e888a319fcd9b1af19b18a4281c5a2c41bedfc3186fb3bb587a1e28954c0a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecb2d59766a1aaaf7cfbdf1e0b92ed025a18fd54acd41fbc63026b350c98a953_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:296a9379ce17e07df7008f1d35004477297a7ebdf9e3d51a50d71628d6ac68af_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:67f272ef9abe83f9cd959ce97e3d5c46ed6e118ca30f65fbad733384d228ebce_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c8b5246ba51213bb183e07d862b6d1f9b156e1d16b7656bd6ea061f9016e8ad5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ed375d4341175bfe6945ea8aab5208f375034307f6753cc726230629ab97a71f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:29e41d78f04e683ecb12ff2335b7205383670e7bcd2b1beec736261a93abd406_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8ac74d64736ed4788497e0d4d10226bfa212f6c0cc97ee63d7c61676698bc022_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:94a303f0dd0822b5d82509e3ff8af5887949ddaa0e3a91b9f94d0bdf4e1e267b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:95c3aff27109694e511c9e45d1132bc4de0fd636cde0855c9ef45f1a17f5ce7a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:16e2953831f686cd68012c8cdaea2b404c54c91050145b716ee8b0ffc5cf11bf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:91e3e3d331d92b90ea49a78531cd366201c5de278f56597d9dcbeae40f114754_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bb1ec078ef82180a6019d6e174c16a5a846e4cb8995753628db25a4ca0071474_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c33a11f1aa2fe38738663eb291e25503e2e6fc3cb5bd964e1a6f8db0475e29a8_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2606e2856430c12efdf947977a070de13c3f93d3f304608c411ed57b6de0c6c7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4dda7a5132b638230470f86622d84a7f0117280726ea52e3769c15f11b1dbbbe_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f3b4137b1beff722b9c1ec2e451577a22f44c47a6196139a39d4aff3a0386daa_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f688b554b17808b3aca13b4e6bb8a240401db6f6cc5805e98ebe71ff43dbf1a7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:07163bdf6c27b8066a5f1e8674a2120054c3daab1e8a0db8cd728f2b1ca0fa57_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:32956c0bb79239db914454aa82f94222c6f7a90be718e22bb80c4e75a45127f1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d877387429f09cf5fdf779e73200069c418e561f20a21815bd56fce1c1c4c73_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:9a64cc9623e5639b0e8ec8f5ad63a5ab83f92598abe541be09fceb37ba2fab23_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6d8e4146a7965b0a81984df7d0a2fc094c50e7010acb93e58510cedc8a42e687_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:764c1081056df81f61d6965869f9ba66d67f132d6c768c13f1b2c1c81d45ec6b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a27762ca5025270235002c90eed00d6d029d4b7103b5bd108eb527fc8e797f1d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f473c0c439be12fc83e9ebcef48a1a067a5f4a9cd581ca19ca34a3dd0b9fb79b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:6e95c6d3ba75f0655680a4e46b703aeceb57cc9ad072733bed1aeeca0e9b3508_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:ba23af1b9437640698b924bb0645013d7c08fd6121489b01b63f66156faa6588_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:01c4ac10b7061c77ef54bf337b8488722506d2a572d9da7d9a689b4c9ff7c225_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:67c19e36b3f264978073841b06d940efc3fe0546baabffdfb35c2e5a1989e96c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:add880787ab5dc1af04cbed51e2da0f6f630ee85387617987ec6d6d8e3a28009_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:d6acbf09fd11d29d0d715b96e60355a23deba955fb3ac6ebbcbdc29e6923d508_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:474e02e9e121dfe39458bdbee1f434d32fa29347f55386a4abcd3825c9235456_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a0e6d2e5adb8d9c223824f623bd7d391e33241fcbe281c54af8e3925af5781b6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c3fffbd0e1e6db3256029c6cff61bb64ba56625041ff86a9d46a895076877fff_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d253f116a2d1e2f033f47422230a0a4e8a9fce255d71e9140a0bcb6f255c09b6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0b41f824ade401523c3ff06e2dace98c8dda246f40e6a01a588dab6fcad09683_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4954d67caa517e2e2edec0e5d4b95610a31b82d5a86f9058cbe55193987da9d2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d1a37ce3fce40a5d5e3065b5a4be81a18fe2a6b81bd5d16ada65f2647fd8fd0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d395f05c26536703d44d06525efc0ac6203440e6576e8a1513c7e4ed8563ae62_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2224a1bb7f39feb0ee922a54a94d8dfa66e676caffc681f99227eafc0082b50c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:339b51d602e6c798949da55fc36b4e83d4b07909c97f004f8aebb5bb6f43268d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a7bc2291024185f39cde4d43057b17968cad18451fe8447b0ace526ee11bbcb4_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c171ac27f2bfd7846db274c1d2be8b39cdfed3afe59ab4fb01f903b5be3af443_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:45c70f4c6f15a25e1982efd6eee6930f16317ef4cebd11ffe2b5994b9ad8b200_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:938dfb864f0a9dd0116c5969eb1ca94f2e04b914c3ee56bc26ac33f90e2535c6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a4f095b9251baba737421c47566ac7329258b8ff22b0f131c5a941ad1b6caed5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:f7a4c6ab4dc050efd81ff5d7dee7569a55dd0cf96e6413c47770699f5fa02b6d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3a4f76a56b75c54966a76307c4fd647d854812bd22e55cb228c1e9b5aea67037_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:98110bc940b974dcbb8b0ea21c6b52bd96ecea62779f9665d3ac8dd03223905f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a7e47a89156ad39c7e5820cbc98a0b295ca1a3aaf6b72be3961c6d4eb0225831_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b6a273a6d68b36cd939b6bba836f657168526125327fb784c436c99848f49f7e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:26b6bffa3e11fabf11ec8176bb39ab3e301b3c5a85c1aec37142860ffac1fe5a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:301f5a73d9d839a999dbd3c9a7741ed3458ffb87426b7499364e6460850deeb5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:57eee4fc78405492c9a665c228d1f25c75f0390f75a73d5819aea7ebc2da6b4d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b10b625aa3fe5011c7fa9db3c95ba6d36c569fd6f6aa4ac3ff2431cbc103d362_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:11b59cdae58f57a02a4c8479266a50a1a5691f2e8e4382ea7ce96bc913ad4afc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1f11609dbe46602b2c11ea6c776cffc87ebf3fe2a1204f25bda85d9793d5cd60_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:28ca9310e14799c080a07935267ab4ecaf6fd1abadcb1e165deb46c81f2e731b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:56a619fe929b8a18bf1526bde6c9a86f12a1c0a43739d1a0d04c58920d3ac5d0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3bd696b964b694ec219c5776593bf4772dafcc3f43b973355913801929462557_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:4142674147742cf0ecad7223e02e88efb53e5a34ab820df5ea2f645a04219da8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7c59a7997fa95d2895620378a7e18f0074929b630c329ba3f03c72e43415364d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ff35fdf6dd3714c214394ff6f203815f23921af529bad0dc22abfa1d1680b333_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:15198ffc1a039f56e9cfe7ab35037c34a3864a83163576b65fb3e9f5aa8f1f3f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:4ab1c5859c4f54f225fe4d5555f3c2d1aafc520ce7a9197b040e06084da9a43b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7be609c48462446f215d9ae0326f1c76bc0b779cd08db391163c796106e7aeef_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f04c27be87ea23869192754c00d08badd40a106c2f66b86bf493455b3e3ceb09_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:42ce515a9496a89b6abef7a94b6fcea6880b2a9833900d54e1dd4044c9e2872e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5ab9133d7b6aa46227bca8a1c6ec2ec9233ebed8e62e41ff122dda627d4a7fcf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:94f82ddff9d44dfdce03af24a851c05cec4ceb161c5631ce6ce88dc8a9481271_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a7879d59a73d16ad9c237a597dfdbdbe06fd6d3e3de0c9396e342250778dbe08_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:123714413da1487c02d182f1d355688d2f0fd63e0f82865dd962567bb9c81039_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:675b6754ba7e231a1725cf8338d536551497ed05e7f40435a2a3c98e411af84f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9eced45114ad75c3ca56d06028c836adaa713433bc49f6196533276f9645c58c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b203bacc4238f6cc6afaa7dcad119d126484235694dcc33a46edc4d002dc7f5b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4e68102ebe684da4477f443e32d69865b6fa28d398fbb76463c67d85739e3c2d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:6dd5107b14c1abce011367145d859456aeb03052ab831b4c548fa4fba0b269fb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8e6d6d3162ace273c1312c383de4e1f6ffe2d8e6d7b553b64e6ac460ac040c20_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:061699fecaf30d68ae3d41b89d812ea8144627d9ca9de83173fb33fa06e6b8f3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:33b4bb5c331675703e19ef96f3185b2d3cbcf4d0e37a6fabbeb5a8dc1f46df10_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b7e15475952a147e7d6d506ee9686c6c594d529b27e4086f49b0dfc1e237d640_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0465b162143273b73d2d1af7ea6f9654116a9b1cba8169028273185f2dfa1191_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5d1720d8067c33064ccfa16d47931fd18bdd3590f53023c2ec268ed9405d0983_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e99c8d382c503a7b1e25e6f72ef293496beab285d0a3453d09ca73fb58247163_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4e09db0d6efc9289a85cf5d4ced1d6a6a7f52168e44c366907a5d4ebd3e7d75d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:585c75fc909525ac0332764b66db33e6646e5e0b0a4d01d176be6dad70a7447f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:85df50114baa307e2b4192a46f80a292500401eaf41f45b071b23bc278562135_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:3ad0b56893a8ad865ef9de637c1f21a358aae5ed4adadae02db3c6d37db93422_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:56925cf35430409d4a59b4de3ea74d8e3779acf505872bcefa26e97418f7bc9b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:a928a27d2775d702a7b4888f87e770c93049b645b5878173d87d893288c0701a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c83836428568394e500de29f5e4b44fa4881f5b5813a8dcd42a5bd16b6bd2bae_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:174dd5140764fb73bc002166fefbf8f897be7b295e10527410fee19338fe65d3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3f5a73689320e820972a39a40077926550f7864e2d1969a9352d3b833191086f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:df97ec11ed1fbf6397b6a62c85014c255b60c652c98ea439d1f47e62c6a0e4bd_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dff5a115ecbd046f3a1a60ce8d8518edd570922528a7ba56cb17716831eb6b09_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:11f56bb6bdf0069b7bea04e5051874cf879bff0ed36676dc521975eae8cf1bb5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1eb4aa5666fec327b24c011e1b7e726ecde7ba1942e0b8d9af38a65baa052985_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:77da9199e0922972da775122d60efaeeb4cb2cc464ff6855099fde770cfc01a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c56c801a4a9e11f7b9ee071dc9634fd6c43aaf04cdd6b048dd4ea1a623ba16a7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:5332d1051a8774d9d3ebd2f6df71f2ae36ff23fd32b28edb418c028dfa6be128_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ae444a4f4274431a8dfa075bb9c91fda502cbdbe971856f54ffb6a0d5deb08a3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:4148a39c8311d7050050debedbfa7454b53c3e00ae4d63cee7bc6da688af744b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:699c1abe44686141c985a530a8b3b864b3a1bf2c5c6645d68f7920b8f752c684_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:608159f89bf52fbe18bbdb1c48b679346ddac7d3ace7883c84494615a4ab7adc_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:d26f0f1adde0599a01c90d8b9e1e8690e6e532a380e7852e83cacc1e439b5424_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1ef42800334a0b6d395e1b1bc8e517e232713a4ee0e4591415c5347ea1352fb1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:23d11514c82b817c95564de1f0252dfcf753ca40cb154054c051b6bef078a960_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f5311dc740529f4f4c444fe33bd5731b0ff5d213620207f039af546a3c521226_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:14f9b0d4497da98ffed111c1266fd4e0b4a812f6b7ec37b95e5702438602ce33_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:4e6b6f1636a4300955a587155ee9063979e47cb387dfc1a85f3738b1cf25589f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:2cb5be04fd1145f054e994500608d1463f35a0fb87305e559ff71c972795d978_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:664dd8b515ac89b33051c38e00fabc4f2bd8c902f9fdd8df263b6cd6d0a0bc25_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:28e1a2e9d3850462c628b0bfaafac15d68def97b8c1c9387de58b1fb6d877f19_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5c60f40d38ebe6f95cfc0fa78fed9aa265fdf3aced888bf232445c2e76e4ed55_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d36d045c32e335933939150b36fd2f86599add415385560d3e10d4b74a704d89_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fa556b78fcc306b456576053e522d93e0c578807e220d3c562ea54cdbc2d1a92_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f9ea746b7bc2eb6cf1d82644d42d363d9343506f9091e8bc67740a06b382081_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:909ff0827690342dce5b4cf713327f3a8887a056951953c9aa639e916129e1ad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a8705dd5df6abd3d6931b298fe8e53cff0f8259547fa85446503b413b0ba19da_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:cabf1a3d4e2aab9e2273afa75bac084e93eb36a2801b91ea0d79982e9e7e5f2a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0b5cac582cea2ea2dee7d515f05bfedf2a5beff46ae6d5ca9626bbb36c94b865_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b920409f5635d704145bb8e1107a7c6f951976c44226a2083982443f67ce619b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d658355babb92069a73c35353c2fc0be4450517b3445d2387b4b0e3bd2b873d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f8036fe71f651189dda062ede40268c843ab07ad5b32e010250f9b6fe9234bb6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c5361be369c8e0194275ab97d18d52a095a5206888bc82d592f9f9ba28a34e91_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f6427aa92071d20df4e412376886d9831bb0cbb15c10216ebf2ac78de096b051_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5d5edceedc72d2ec62b24b6a60c278e4836829c78a0bcfeb20d87fefe501a39c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cd23e978bf90a7180245b04b5b0df939ba57e30ea13a2a759a5d04953eaafda0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:bccd28236b901759b08d5106786d262e482cbd1e3798c1392c9c6eda9956a5d6_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c096101efdd0dab71581c6e6506b9a6560c96979e2d439ca888d2c67860c1337_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7cf38584dd1c5c269f86d85b0488e9224ac989f985989b00ba718ccd5c1cda56_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b2a85daa27b4a10282c1365dfbb48a3224df6c2a47d6f5ed59c3c01f6035d443_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3643a11084c5df88b8dd9c8d7693b228f3a9d94f74aaeb4620aa458516c14e18_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:a6a1152188a6d2cab12133e497a5c29549fa0103dcde8f1bb530ce7a033033b5_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b6f91ba9a89207a2f84a8bb1343179bd74948644a8b1608c2a2d84dee9ad39b5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c21ea57e4b38cb47e5aacc58b218ed97cd4e6ef353d86442236cbe8852c6f648_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:56c61752133f5574587fefec75502e2a132871ed033a824f62519117ad0c4620_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5eee9a534fd647002e246ccc70b47a79737cbf604c5fa4519d10a8c66865e5a7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b1428b294b7752d6d56fa95d6630aad0b6d205991537ddc3274a7062c13df3dc_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c363dd15dc780181855ed7e8af09bf148d9e38d562cc54d90842f95ccecce36f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3978c02a12f2469999e833a2cd001a08741c4d9bd22ebe211bfdbac17563ddf0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8d20d5c213a86a2d9cf1d4e8ea351a70e2bc1e8864e7435baa701aef3b22441b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ad84f2d6f695c6c999a82e33cee9938544352a648c0e72adeaee0803289077c9_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d872bcf33f5d4d6f1a074bef0091e74de82b3b1a883b9004aa1f6193b84904fb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:027641f0d532c5d06663e838ddee798513282838efa12811ede36e1b8669949e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:198fbdb0d6d4bf699a9186c06c310e4eca0c3252ae8e0d64ea1c68d7b67c2bfe_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1a3fb2aa3ceac5c827d7cde1cc0296d6974663d3f5b4139390cb29dee2bbcc20_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:51a53812eecfb69e77afa538400463c7eb51710777e9d9573804d2d9eab5d307_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:19cdd4cd8546c53530e098641c6c83e2f38f05f2d046c6a9fddc3c8002a01fa1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:27b826d0ac202a4321d2d28bfe26376b405458781f04acd607c3a27bebe83651_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b1c377c3a99dc0a9a6a39dfccae28c7e5a11674342530a05b237a33117c980f4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b230c7f6c243ccfc43e6b50809f916d3247f8daad3c750220020ec4337b126a6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:42cfb65c46f9f63ae3227c0dd5ca2a0a11729ecfb2865f3a4443821a85f7c8d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6ca3200ace5f9b6c36c20185dfbac37ef4cfb171f3a99eb9c746e52031bf380e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a9edb90a7efaeaada322b051c1b4cda47df859fad20ed42574fbe0fa00d15324_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bf0602fddb6c09c5c20a33abf72b947cf7ec8de6ef68144d2f4b1a1a9ad906ba_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:13df2c323a0db01668777fb495bc342806443b5c0992fe7f9ede76a0e731e2b2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:8e564be7535e32f63ff7a84bb61b3586b16b07f4ab6db20b42340dd998f2e919_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:29b338177ad61fbe618240d520eb180c1faa54fcd4be63c0d2d16f5221c4d7c9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:97b5466389d9b1e4c54dce29bfb42e901ac2c4aa39edaf99c35f30a766d38b78_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:989cd4643516ba83c661cff6bb217cc25d502febc80344e08e90c6eef8d24088_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:adec59d5a5ca059167c1dab49e6e1e6363c1788833f2cbc2381cb7d88a98864b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f821e1e8479c74d1a672e049e187d68cc4845e7efb417e9e4e4fa99628f3ea99_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:4eef2a136a4fc3a9deb0c5999546aa8d498c3553107d1e0eda9d394b2f412169_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b31560936594f27a81750c2d73f97385d7b3ac87cfa7c75e1a4fc224243eb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:bb3bda07b0ab9cc97889a530b1da6d7eb3f7f9c8a98f9b867bb3a93da7694625_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d50f44b5a5797797b9595f99e3b24684908cc28d317ca00791bb6a7406e15636_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ec2e637888e698016d6df6cbf4be6d44e5a2f544e7b81884982e06ee632a9ed_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3c569b4e1ed989074b129cb91b307cfa10c8305b037b284b23bde4981f551238_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:4ddb2823de8624d7d45aa16adabddb92faed392e71c2d1a0b3e640be91b731f6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d3b7e9f39e5238f011f9328467c72a8cb8cf99d4bed7ac0593edb9ec5bbc90fd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:24e49f3b5ed9df72849a33dd7fbd4a0b01b8c3be79705d6e23ae48e3fd164133_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a9ce73e1f17b21b9bf2ecfa7e35f5d8e9c72620076bed594e217b870057185ca_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bc2fc4c0e55023974c90506cc14c51cf73741e9490632453687edf404b3c485c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ee9af4af02c40524e182fb1893b8bd59785be7d508111c5b0415f0caaadefcc3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:971256d54a4e10a29080f656d5de3b6281f27c77a40c0dc7352f1f05ab83eb11_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d4fc699ea35d0f1e96e825d2db3f21628e25589ba57c40ce771ed210aac5d588_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e3d0f624ec4e265daaed3072e9f9dc85668a917d49c96ebaa1c7bc05ca636197_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e47600e5f91aad639de386e422056d431450e5dc3560d30ad16b0b0bd240e371_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1cba0b4f393f1927ff5386a9b2ed74fed87a58e4b2d4a38f34fffedd30da14a0_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3b8bfd739f87585230904007f0b438b4bc9d79337f0e9038887bb7f297b681b6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9c7b3d916bac7900ed009cf82a03607fe68fb924805ea37e9950ff3fd6c73b44_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c0fe58445dbc3f94bb9a041ee4ac81d6e1ebef0eef6b2468c288be51d947555c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9c772d8d7af17818a38e2004fbdd7673bdaddea0c36daf239dfe65a49f78c212_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:acdda550e575dc7add42439a856726b3833c5d6d98dd9976f30be4b781a11a82_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b5be0c8ab080114879aafc5d2526924d32306ff545c06dba64c947ca68736f91_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bc413067c8cc3e6c40a9be4ea896d911cf6b3adbbbe4c8e85fcb243bbc7bc2ea_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:25b8603f08442f61b433250cb6f4839cf2cff118df56d1d7e12b3b09e859a278_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:912bcfa64c2dc40a0f8573e595001fdf9dd3280e4babb503198aa019c4c94dcb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9f84034243c6dc1341a059730c81b05bc6626b913524f8d854e7d13c59eb4d45_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d9683ec09f7d3d0c73eb626fa7132ea0d7f731893506437d76db27bef51ae518_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:264fff5b66ca49266cfadcee9765ba0b34bccff8dfdb12e5444db97af4913095_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8f14a597769b040fed9d1c1d610b6023734dadee91cc28588b65efb25f6308ae_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:bf78d9a4afa92e68d8018283114bbc7fd11fe0a9b357b75a00395ad630ddde75_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dd57cd8ba112502a28c74d7f9e021035a061e1f51377ac0510dd02a303f14f37_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1e3163b559a137ca99141d0913759b5a92cf30e063f6ee2485983a486d97a066_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3038ed29c6dd5d46bf8d593c154537615b8d218bc43eb89dc099a546308c5b33_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6f5d8e50b9cf127af5334e0b1e97aa1bc466bb1ad8a1dcb2b6c3e7494bf5a1e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fa6736bee0e8806b00bf3b6d971e2de5ea49f3f2a89e8cc404d55a70e6f73720_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:09157be733606534b4788e13e47f647c427adb2d36031df979628d1e3d93b096_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2c52bc991f789cb2582b4fcd0fabd20b86b5893d9fcfbf6e9ebbb372cffecbe9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:611ab0d9521d88b9676bcf873b8aaa2fd385087814de0ab05c7c853fe98da20e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c6226a0f343e69d720fbc83ad01daedb925fc39d272df78fdacbd847fb075bcf_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:19425f8d71d7b67b74e76c5b770a5e3d918dfde9a9eb3e181c767b4489db01d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:39f0f3baf0bf65713633aeb91a80cd35779cce2b43e6faa70838e0a87bdb12cd_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:804965e59e0147de822be6cc464daa137e45c991e4ff00c7184b6fd8105eb781_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b9b4777d271c5ea81505111d169134181bd46169ccc05dc65f3b6e59f736d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1a6e143562b0618b3f5afb6d488e8bcca48d9b0b4f68dc70d77279643325ac52_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:22230fd972b50ad12367aa043fef070d0e580b71e874a0e3fc2f5aaf52839773_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3abe2be596ec79e32806af4d66a7350835433c11e8b053385ee6463e65f31d30_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bb8fb8cebadac019a3d8c7fb2338a56918ff39aeedd55318fcc7e7c6d60648a7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:28dc48f706edfe382aef8370f464836e99a307136561dff65f7e7e8b5dcf9a5e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:533846b923d36de2b953fd071f6f7ad38e60548e9ef1d3f704039bb69b59530f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:68d5b77732cb2c0b0cb9a7e6f4201570dd8134dcbb21019dfec4bfe1fadbad1a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6d20fc820b2b684137df0fe673dd4e98135ee6a8c39a660db8435be44160c4b5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:48568238316d40eaae138ec218e4d0fb6119c94d9014683bc25934210792500f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:1d1ba67b2ebee648e679f886122e649880437bed73cc62901f26e77087d1f72f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:627e8fa2665e8d19aea0b746867ce31b58cef207d6dea85228b175b96cc95dca_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7431114311d645b44e0f98c9a0e92e62a2c412a2b57dc47b52f1e4c5ae0baea7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a88a9aa0807380263b476e1e7491c9a4f36def3c403b43fdd30bab55f06e673f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e38292df09d0b5589b58f31c39ca74147011aafc1a51be00112856a7242cb80d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:67f16f35ae8e95b90d758bf617c953ffbd0f31d685b9f023c34e5de5c02d1d13_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ae42289a9ddca85918d07f71db7415d099e8544ead8ae73a0d79e600c1c0f067_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfcee1078c7f5425c41f8d3398ae512f2a07d156de7d6e92d24d7f5eb1eecff3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:eb851650658c10b1a102258af7b72aac6db36647d07ec4eac2bfce099ae68e67_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:74efd49cd2880e07cee9aa16b7615504fcd276e8606b7422ffe6a253636462c1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7ff9273c653a511408a49a0778e9584605b9d24e1069da8a77049f70e2bd5616_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ad02d1ed96a39fedea9588756c548817e8672b8fa6d3e16f1f53221e3e7d9157_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b10f0eaa64d49ea5763131b8ddd134da6771b835333a4f5ac9ffdaa13cbd08f9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:686e7784cda9016a460c9196a522f1fb510546cad343e26f510bea264ab9b515_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:77d58cca07f50ed35b30a97c24f66abf5fd5482be3c2a86df38b5d0e4b41e4b5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:a553758f4aecd97de2202ffc5d96370765e1f92a11fa4ca464ad13037d7c1a70_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d09813fbb679d41aece1f097ecf3797adf142242feb12769a604c37df1b6d80a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3a967546fc93fbe58afe72caa5892b712c5b96072d3cfccc1c7d9b27cc6fd6fd_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4d09ecbb6bc7010c93d65d8bae5a368326d1b52bb7f7410d30dd068b4b9c1aff_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:78a9ba8fadeb516fb48a37ad2abef78f57a09b5e701a31ca41e4bfefe493d781_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b44e2dd5cd2daac1ef6849feb0b313950e0616586fdcc843a051788fa071a4ff_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0772170993a9fc0531aa948ee3f4c83a8e530802f7d6fe246a0688026c050d27_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c1b6b3c81c49bd764dce7fcb732f14f378aad992c953cdac86872b4113e8168_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:307efea31da6d72e50def18e1c08bae9e05ac8991d90379280c15f69c93be375_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f366a95bf18554cb9b48af250be89970e4c6b1fadbb97543db8bc202eefe282a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:09b9a909358f49dc84cf863e418fa79a72c5f23ce05cbd4045b2c966147b4edb_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1ce1ac2cafe2162c4070a5b60087ecdc520db1e90a433183157c554f86a8bdcf_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2c984681915470552c6cf4dbd2c900d14f29d9a6632d7d937d2fbdf1cf16a5d6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b3809b2f792a8b57efc13591b88232ca2b83fd116ea1a6ce9c05ec39733bcfaa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c37ef0e5d795a727e79d2749570d7c42876e2884561857149a17793543b9fad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:45b239b4328e73574050498d8a59fae10b1788642bfd3fdfd487a59654f2395f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d0eac8a6dea99105af2917f089cc423a7c21820cdb7ea4a3f793381cd07f43f7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e9625244e5cf3f4fd7e6d69a8076069e24079672e2c4bc4df7733ef31c3aad9b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:25939a8eacf00a315bfaecb90901a20f2d314f186c1a23ee0814ca611866ed5e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3b3fe898a633924c2e0f803ca944cc63d99359966004c6aba6a05c446a0539dd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:55a048f1d9ac836497f7783369b5b582727df86cc64fe7df91c463db1fc0ff30_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:88990b2047d4ab9055afba0c6f8895f30a132c361722a1524bed1671527d99f9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:206e503ccabc3f5a01f11ea5026cb64ad6ae62adf2eb9044386efac6586cf332_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c2d2155a6d299536662cff9c5a8474680dc8d9c514b152e87421feac7cdcc22f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:e62baadcd61bdc045c205ce81a3b2b650be73e7b3a5dd5cb53ea4c2f8a181f0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fab5b1965457ca46faaf5d1e6882c17ac2f0e1db5017cc81ff4da8a9083cc838_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3e9733932088db40e1d1dc25250b68d83aae6fdaa33923c2593ffc6f10b84984_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:62ff6e225c6c72f9c9b0bb33014544d1e02a30ff9092c25fddf72d9ebc8782dd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:70259c080741f045c19c2dfb1fcd5069e9eb7e413294d855262975ae03e60b6a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a974b10609ceb50c391abab36ecaffb9c6ba62f66b246f529d8f7d1f038165a1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2a8daff0897cef178c43b00d43b3468a3ff9389ebf337533c771210ffc608bc3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4c7da9adb32c409132dfefa7ae79fe99d41b6f59c592eea234970279694951ff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a54253ba850cb357befc0173748523a1762858066023e04388c94c2d5caacfc9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d49affc20c2c397c1ed17de7d3a7fb98a3f66efe9f9bd4f4234c0832393df9b2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2321dd8c9cc505a677622c5cc680e4f3461c6bf1fa4267cdf7f39383967a0b3a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:582d0856a394c73d8faf8d1792a80ccd8c66d80cf65b9dfea344351d767132d3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:938cea3b81e1b74629b0bee65183b0800518b4b757175d34669fb25f6e5d802b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d8e3f695418674002c1dd252757415372d95b38f813a3d432abab774c7427b2e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:8fadf40fe968046de41a4a4c6f643d9077f4908a1e456d7da29e0b0c79f8431e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b7b73c5b17ad867eaf4066be6b2fb9a322677ec3265c0d1bde2e317f54f7accf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dd6c4a3b961b608a71122ddef308287483d90f3a153df4ebd00b4f85b46bd551_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f5e86e560d2dd575aa814329ad50a38ad4c7f3c111353e652e55aa5b58033f18_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:10015b131c57580e5edf1fa90b05b19482ea67ae3b588efb30da1cfb2061deda_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:99060fe9572cab596228b61e892ca9b571e3b740c4872ab55e3276d4ad65260b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5127b9d0570329e12a37d1c7e38a3ad9a1c990b7b0e1d3f3b31f5ae1146a518a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8403b335a511bc219b98b899e2cf4458347dfc67c8e15440801b1434f03ab555_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:8bd350665dfcfcd29e64a93a9c1b700817a99560dcc927a75c13cf22924a557d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b47afa8cdfbab90e0852af59ab14d95b430a2e94245aa9d1c65d1a592f44a90e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:15c698a4b3293ec372e1ceffaba0fb9360499514271d26c22cfb6cb39852f598_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:43344ef6148d5c76a10961d19b3bd83e219764cb53ac4f310a513bbe694fef6c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:084a185169e09b57b07073bc5c82bc741aeba187cd9cb33149c830af00cc6582_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:171aabed219e2a837afd87ec9dda95bd32b6f780a8c7116a6dba18533c07605d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:33926bd728bf4ecfa8146f2d55c05f151150d249b965ac4338cfa8a9acf642f4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c0709bc4da1e5574cf296180cfa6abce28c2b7ac105abd95535422abb090207b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4ef4397e1a1aa5b377ecab2fceb5c2eb15b526ae39bcd9299b45d9abe4bbbf31_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:852e6be5031cc90ccd9d02fcc66b59baa692d594e7ae95e68b8923732fa77b49_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bd9e30cdd5958003b7db73e8d871b448d208c099f3dc7e9df3ba56e6d476ea66_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fc61ea57eef9eb7f0bb091cc0815a81844d60c78f5824640e40096e8de8a02c6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2020b01fe0c8555a2cf070d5a9bf75691de4d8b775b4ac91032c92972ae6a424_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6c3b876e5fa5594ed92ed3d333ad1edd228611d67b060024511f8c6a53eeec92_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cb279e6a6181c4ab8025c6ee74497cd95e990aa02a03aa01c8e4ecb81718d231_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f6562421b9828dea833fc82160705ba8c0349531dca39eea94da4bb31b8d3468_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:44b8d7704e559a8fbde7bcd2d7b51cc025eb2b898c74497149f818473d6b7237_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6b3db54da066eff7abd8e8f58ae42163364355fb1fb5a166c3f90ef42024e24a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7bccca2d8db4038ed90d7c5d995bb2daf880b3d6aed320c6d6dc89c73c38170c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:afc464bfe9fb581e22275814fb3263ada3383b571ac4765507d2640470a8fa3a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:23a74b9b847094d230ca89e8d43c924098aa5a8ad67bc02c4b11833c4620aba2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3a9adb54f0e11beb7e2f393c00ef6014f9c18796c36e47ff1f08807dee8a9e0b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:558cbb955c8d4de727f010f3fe97f285b6922f4845357cd979c22e9d6afda4dc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:64f0e85f122f8cef1a5b444095fb16f95b255865ab116cd59a4a541bb61cd09e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1b152d3df7256fa1d16dbc4edc991503bd90432e1c8408149603306e62a28a89_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a7c3fd07837a9c03ab834a0b46ba51b50c73037203ca4d12d8cb2a45f690e62a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c9aa9a181ad76c715b410ec6866d86f28923d2becc8438f3b56a381d7c668897_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e96b65f0caa9f23429318080d5812ddd5c233b881b6f460d944990000a6d7018_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37569639de1f8c36904366fe21657db1df3c26c03b8f9f974e0a87abe862c7b8_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8d27603330319790b463eba638816fec38ce5ce81e7cc2c113636939d713051b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9e9598797558cb0767f9bba75faaece26aadb56163f94ae2cc2c137645b5babd_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:cf8f8b11a984107f035ff28ba24ff3f6e1d10cd764ac472b94bb9e74d435a459_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:70e6484048faddf5f59bc7399fb22731d4134b6a6e2c2ad3b1e92bf26e5ca902_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:93c6c010543791ed57e08cd0630a7dc7903d7455d61686cdb0865b13fc52f44e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:cf50871759b51c4fd1f164c53ec8503379de265ff95b5f6bfcb15d3820722c78_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f296becb22727fbcfc0a2a4a91139dc782688f43f63396d645b03bf698b81ecb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:227f6cfcbd9f361dac87776c3b625a4ae91a7054a29a48c0aec491a786f81380_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4063848bcd02040ab2a26a1e77d643a8cc01373bc6467070f72f8cae62ad8bf7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7315ff02d1adefaf5e52dc2b87903cbeaa1ad7c30719ff6afd130d068ebcb429_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:c33effb47bad5780e4e0ed220647bd0741276ef5c19eea05014b528b91765efb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:2aaf1b270a589b2e9c907bc35b4a3706cca1508a06142dd3086411e046d7cd00_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:32b91a8b6cf6278fde2c8d33666748a905a8dcf290b6e16ef266857d4838d3c0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:fe8f645cd130c489a3454252abd64c554d583cbf984aa3e568ae9c4073fa0f03_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:9885e38ff9be6d7ae070a00b851232a29e739a870d32b2508ab9f34e56177bd5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2b7476cab5336d76457b1915e734ab8702c461af8ca4d9e474557ad8354f7065_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:4890f971ad6077addd93d4c7fd1e9ee46ef3634bf89ff5adee2a95ad7b7b3f12_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:afc7f162c9c1c3033316a984254b8a477d8eae5bbed9cb25257d54a54e1bb866_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:e9bc1798e5283c65ff1487ae78c1175395e051a6c13426d3e8d1b898469a3493_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2467815"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the HTTP/2 protocol implementation within the Go standard library (golang.org/x/net and net/http/internal/http2). A remote attacker can exploit this vulnerability by sending a specially crafted HTTP/2 SETTINGS frame with the SETTINGS_MAX_FRAME_SIZE parameter set to zero. This malicious frame causes the transport layer to enter an infinite loop of writing CONTINUATION frames, leading to resource exhaustion and a Denial of Service (DoS) condition.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/http/internal/http2: golang: golang.org/x/net: Go HTTP/2: Denial of Service via malformed SETTINGS_MAX_FRAME_SIZE frame",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Important denial of service flaw in the Go HTTP/2 protocol implementation allows a remote, unauthenticated attacker to exhaust system resources. By sending a specially crafted HTTP/2 SETTINGS frame with a zero-value SETTINGS_MAX_FRAME_SIZE, the vulnerable Go library enters an infinite loop, impacting the availability of services utilizing 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": [
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3e35e96ed5607d7229629ee64a3a7c942fb12da93a75e989f1fd9aa028e8fdcd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c045d9282bb2e3ccfdc19d09b76e81d622ad5c41750c960a066f9a735ce47a3a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d3c7bcca57a84397fa1932919a750ed7a002fd7f7be976152dd7c14d60feacd0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fc479e1b1d14c548ed9a783109fd978efba5363537b835a5d09fa8d0fa9f9068_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:123e1027c857bf3a084e45755736871b220117eb70d774a3b450f7d877e7d1a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:61d9a3fb3114cc2252a8ecb5b0339a5fcdef87cf962f285be72b164933afb857_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:331e8f309349114252acd7fe42067ab2b7bc03abb6619f1df59c8fe907513d3e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fefc2125429189eb85f3c807ad8ba8896a48518f3dd7d93f94a091ec925e23f1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9b5eda1037248996bff10033108d1dec27b8417730bd721d980b778e1cb4585f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c397e51c6d4de14ea1b6a41957a3fe5ae54115c1cbaf414c013035333824eca2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c72d9616c2bf94661a156840d39e3a42d4023598c5d647562874c453b44b72e9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fef61b2df388d1e5714b0f3293bb7878f1ff9ac64b0353284576fa0413000ce2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:100ffa84c55a87981f50fa5fcdfb5a5daad0eea01d0bc14abdbc959ca0a1ff92_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2e646fe351c1dfb3650d0b67694f5cb89fb7aae85c9b8edd356f54f40b9e9fb3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4a45ec0f50d9cec050f1c99dd33d288ba8f9e8dd1a71c2870eb5e799a42e411e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:60be3446f54ba3c5f93c5c4bf1de44d7e9ca3049abb6ab910f8e62e671a80d44_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:176081efde0e44254215af3f5091e64748c81d2bb29a1e7a64ed2879c6a7fbe3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:42ea798731bcee8b868ae15f9d45b8f0aaa91d1a4f7660c53ee08b070fe4c9f5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:85fd9925886227b53c26a3ed09604c408c49b8ddb9cf7efa2057335bec94803c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8b7b592c5ae05773897351d97fc9925e6904ed02a6ed49e4737f0f649b7eabe_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2cb748becce8d80bfbb66e84f63e0f0a3cdee6d9bef3833eccca24132e9d0699_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:374211b6e69093447e90462693c45bcdf2ece57b033a419f13585d9a46df62a0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6047837c63bd707f994797af79267ec8bb5075b3fdd88c069b3acaa04ee2cb5c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d8c4afb75de3b6d432d4929f4d4fb6938617a794ca2ef2060b83a02588a1d0a3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2b85420da837c90d984c5945fae12321c8e6b6fa270768da6270f382194f2d4f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5e5a715049a34055fca9a4b36dab839573238385890678734f96d7ba776dadf9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6982d2c27206f15366ece47b40f4a6a2994c7acf5dbb94aa274c55a2216d0063_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a38c23c37dbf421c77c4f36758a105b790123d654f1c8b3419becfefedadd0e7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2f370ec13f448fc82d3f142cc8b6a559a4d62044631f4b394742652c4672f536_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:38471fb10545f0fd1f879ff8ded337bdb6919a929043727936d28c2153a78fb9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8e6c8d7186bfcc49c6ec64bf8bbaaee511f62cb5d14aec29bea364f90129d36e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e35c02d8101af5150e038572081ef775816f97c77ae24fec3826bef8c24837b4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3fa694c3f2b9c05fcf2cb69f97d791fa46600ba1eebd67608b109586dac15e3c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:44006268f8f00b5dcc4737ce787d9221b50ad7af3e678ea6dea817a797512b4b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:6b7d13c5daddfeda27cc815f3fa02affd699ed626cc41775f78070cb8cab4f4f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bdd058e218fb99204c479f5cc33383634b184b1153a74c3333926e84f3e4bae1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4b39c2a3d10a1e059c3f52bbbad6df20e52e47a422119d51806b59bda8e7e97a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5f0f4b8edf205f47a263878372c0fc80e1531f3d197d882a83cc6a2bf980c277_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:78987fc04ce330fd8ffb8a96e1f25e8ece8360680bbbf4c8854f1ba1f598f2f6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a43046599cdb529aa9a2672b628a7495690b03379c7dd4ec7bd744b01793943d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:13573ab2e748690c65900137ee67fa558a1938fc2c4d92deb6b308809a77dbc7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:279fef1862c07ed7b949895843d80c54180a704411df4bd4059135dab63900d9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7c527388a78edbc77d6a9db9ba9d5c8ddb302220d69734f4e0bfc26b63b3dcb1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e601bc25408a2eb5735db7d2595f969a59da9560516715ad781cff5e4a57f2cb_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6c75dc3551d30161fe15ddb87170bd7ac33cb19b242907e99a9f2b003659efc4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7cc7c37a8ce0bc5a1de200fa97525c35943d5fe789787d642c4a3079c251c4eb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dd8dfd22f1e93168de72dae9a266654563fd41d605c65b4bb15f20ec65fd53f6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:e651483d73deaf4125ae3c2729bd8a42b277df79a6ff056a99ee3e78e2164877_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6590ef2d757e5ac11ffacdf6de04ac112e96f4bc058b97aae1facfbc9bfb9317_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8bc45cb12c534a1dcaeef41b7ad0a4cd8ac0e3b0041aaa0cc3a9b917602ba5df_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:92e18d38fe9dfbf0e50933d15f4178cc149b3e4eb535ccf0fc0da030d758f435_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:9a77e03eab2a1992fcd1c0a1f1c978755e236843ee4472bb551968fb16568334_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5d94083e84fbdaa57cd8723c20bfa1bf0d2eaa0cef52c662975b286785db8cb5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7662aeec067c8b3bd0203da4d87e0837eb624acc7dffab9c0eda8081d992fc55_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c95e0922aa74f51030c35cdf1ee704f01ece7b4ec53f361055f4cfc58e464bb9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e4ae1090a43cdf4a540f1a2cb376a93d2f74449ac44ba6d0484e4612579b3d43_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:48c47a452810fe65a21fa858b102a2e7d9469e1143c51857844a0a74ebf03661_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5ccd0d2687e836eea86fcdcfbc73c7bdced8bfe2050c466860306d246375f0b2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7fd64ebc835133fcf6fe9d286f18f790b12295dcd904d61cd255c97e49f216b5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e862f18a4bdd246891a49434389e8dae5d73a68aec6d548dd282f3c56396be98_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4bab889d5262b3f891b99f0a521f6d4511641313cc1d3a5970cc2182c52e0fc2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4ddc6ce50e06c258b4f24827f1fe5577c4ceb5d68ad925a185dfac5b2b3a661e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7883c26d4640f30a8fbd635f5442fdb46625d727a1b2382220c454aeac081fe8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:955419c1ead9dbc1c2545f367907dd4b1e8133ea23ef65407341e9a505b1cd17_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:353292bd26a33c9a68fbb8351005fc3b65d1f0dc02c82887cdeb5d28beda1404_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:af382c36059c0c0d6e76b41eda8ae2055bf5717205754272edf126fe15737cc1_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ebd113dd73707e7e234669c4b52e7ad90c5aaa95d062fe7b2ec18ad63b942920_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f0b91324c63bdd9b1603e0bcd2e554e1d595168f9337a7c26d3834093b24f6e4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2b93d36104e2c99c09823ed5c6d12e25abf3dd07e20683640f99b687a45e9b6a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2bb2c4706037910e8045bf0127ddd9087d2c8ab9eeb09ceabe97b18dfe873c1a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3e5d6fe6f1f7a495efdb0a61dfde0d20def80759a215bc7097265c816e07919a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:efe7886379624399e04e4f213bf1f8b2baf1acf989823caa93ed8ba76ccf9372_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2883dc4d23d0c4ec9551a0818f5d5edfc708454b48333db179232b6f7bafb4cf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2909be49bc0471a0e2ab4e9172e4ce490b305b8e1fb86729b45af106f1ad5ac2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3b91df98133ad62ab43372695b3953c54d58e70c15eb7ae201b68d73088c0bb9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ea31f2ac734ef3cec4337ec6025a1cc01a2452ec124f102e5b1400a9ccfb05a6_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:07716873e44d49ad177f8c572fe54cec7ddb819a70492e6bddf36ef2ea5e6449_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:288bb644cbb5e14b00d80e0b409c83644a59cbcb513d19025f8b97de61f2cbea_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a27a41e1a167568dc9bcd1f125ac624897d73bb6dca7be80d256432b35e4c6aa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fe9b92e8a052208c6eeac2ba816959ee8129cc0f68bc93bb0a1a2f940a49f4d8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:44ba1190dc20c3a99259ef0723be3c9e1c2d4f339ec4eb4f38a9375cefd60d2f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:48a700617f0d4ab9dd6b40cc27e9f602892037c10872c19c60f62a2a848e451e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9319978cb44eb1f26a7d82709c4ba7d9b6b0bdad78c6c6080bafb0933103bda2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e734fcb9ca41744ac9213327a775aeb0e01ea9974036908721b532ed2dfef923_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:10097712385ddd416b15237d2af20f86a0370f1d97125f1e8a0d25a7215f6751_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:40f8f7e1d72a0e70d96c1ff028cff7125ead621e89cf2f3c1cc5262a3aab65fe_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:50ff72eded21d210ea9c57c9f9b192cb6ca5efe781c5c5a9d2e1129e2eb7a248_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:f77b14655ac6137b53212c8ed526d6baf86d6d6332513416daa73a6dc468c832_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:76042ef2dea9a9316a7bb2a38923d0b670663803c75f5b8351b5e71d344b479c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a645a364226f6768df30645c15ffb8b7feb1932a96c3666cd2d8bbf71786fe88_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:afc4fea57ea3217712f10421cdc7ded66093dfd0d5cdf09120ec1200d696f332_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f70b291b3be37bcef36e4cd282cbd88f917dcc5e61e0ad6228b33b770656b8ca_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4cad4e954d5e9fce7e93ce3a81da34d58e01c38a5d6140cefa7eeeffa13e1431_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5c1598ad56e3f9cf5801a990b2d5d007632cadc69118dd15b771d8104893b722_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d18a7d5884e709f2440b7f85999c2351c0f74ba09b876a7c915a974ccfa3dea0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:ede11c7678a732b9ef9a763632c13e616a95cbabdb36baf0c5c48ca0d476c260_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:208703e1b4c8fd82b6cffc790affc4bb8966f6d95e5b5631d9fc7cd429d82242_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:40be47b6d5dedb587c54ea5f6ee763dc3007284e85cf75d9f48f4de83bff4f0c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bfe783bcda48a7678e776f99ab08f9d6cdf882432ae03c46593326bf8b57e714_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e43bd0884f4c1993cd516c3ea52d1f878a783f6a998a6dd3fe4a98ab11bd3e87_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0492b621d90ebddbab300b3bcb6979598f11380da79b32531f8978b26fe5edfa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2f4ffb0abe2bcc7b801658bb46ad9f397d7a3d11e8b2060859f5dee1625d7ea2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:30b0e4f82db1f3e39379b7aa792514aa726a0c485680b67351c593542c1b1127_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f0f3b27621a9276b1f4f9601b1b399eabbc165d74a4b4a20ebbccf6a36a8f98d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2d56871f80eb82c502cec2b901d3510ab482eea981f50cba4fea729c83f1897c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c169319f15a3e6ac9086e21438dac78a6b30f142c6d96d63c259e45f4b98c2ad_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cbb1706913eb430b86212f941bb32b066af04b431126af872899134a9e111ca2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:de56a4d37e6686cafc8591eb1f7520942036037ba5af21c286aea2d2fab95b2b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:0e22ab8f884e0095c3cb3efcb63f9f37d55b72cff37962f271fdf534deb469c1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:ab518543ee2455263fe748f1d2ab5fd1fcb87e03bdb241a1fe657c748e220e3d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:cf25049921f441dee72daf95b707da269c5ea7af7026674c42a7e3c8cc682e59_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:d5350fca926c7cabd8fa4e7749f0c2bd9bf90069a11ed96342cbaa0ccc16f889_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:41ec41da1569234037cfc2b9cefeadbdb4c1e45363dcc0b5f2acce2453ba3dd2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:bf2513f4ea2df4a781fa74ddc02c207133387318444f7027e6b62565e8af505d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb3cc6f050ccd3fae295639dd627bdf3ff5f08f66ef0fdefe24ab8260cfba983_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:efe54dbb00c22c7e9e4a6d7c40e52665823c5f94d4b7b03236edeb1d7a304f94_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:073ed3fb3dfb009b6ba476883da5421996c5c4f4119375c0c83b072571d935f6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:14b74e5080c191fe32bdd2a416c80cd94a0f30ea6d5f18faf7396c120c5907ea_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3c86e67143d2caced55d2dc470df15cd1659c5e16c7eb8af22183de1a3222901_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a6de5df300008dde127b655f67ba1c8e637bd6e67bc2c811c0d9e0ecfc3cb08b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05ef13e75b41891cd2774cf5243b11da290ae75f12ecd07239e580a5238036a5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7c5f6b71b68331d1cdff8b3273fc7cebb945d9c037fae5c2fe0666f84cafc928_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:c221dffd999b01fe10c83c1cf3e93ed9d49beb5f0f13e8e23261f44a07fd9342_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ea42eecab8a62b7896ffb697f402857a31807834a102986b3967faa70f63775f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:0123a42a6d10e21067ef4ed5ad7a39541529ff0157cb27443a95b0e5d88efc7b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:61e542fb10dc0e083f8889b0b94c3525f3882e5da701b8db31cc9be68d803ec9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:69eb532db9fac5d796148a421f1c0a95f03a84604fe40d5e5a3719c995b8d3c2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7bfdc577bd856e0cc690c86a8fc9928ed3d034d4d1455378c95293376a74b9c3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:023e336977c9e6f23a82083ada96020a26cfea384189b765e89d6acf7112957c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a0734ecbae0ba4ef8a6cf77d42383afe04fdf33eed2c0d1e34782f147c675581_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c64a9e77bb865dd5475a4022629d394ced47bfd9adb137f69e2dd7bfca2c5a29_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e90910e06037ec13a10bc176da5a516287ddc34ccdfcb36432f386f7b3895136_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2052fdaecd2f3807694fa17f35f03f84b5d8116ca56926b6d657f0594adcc4af_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:274df573eeb1919286472cfde2006716aaa62c65ad1a6fb82bc351e7292a51a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5f81d0322afa70edfd932cf1f80dc5a14ebb30f3f4cb0a4b9943859c3ef8a741_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c5f86407af14e6c3741e75068ebe79aea7c7d1a73ca87fc97128c53139dc8748_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:11009d76f2fc73fb88ad8650914948e04e30d4096420d00a4e6b1f2f82bb2a48_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:464e2bac04048cdd010a9625e6657c9f823ebadd624fd71191ee978520874528_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:4a6beae013e9de12cd8b0a39e9e7488f51b97b3f295e14d773eb28c5df9d6743_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a2f765f47a9fbb2acbbf3b00c2d62d7df283546b7485e7631116fe824cb589a5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:82953c91b88971066d4d605174664863cb062a6f7da286754aa4f05c11a69bc4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8adf05874d8cc6284cb4566506787161305d95ba4c318f070e01960939526d59_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b0127947224f18d500d967398c5008737df32168d2db50f1f87554e149328d71_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:c25b7a4bba9a988a6b7daa4eaa8608df78b927d1d454aac7757f18e3b6c78d86_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1f6a0d8476232a85b5d18ef9ce148135b69a4abdc45952f6ad0eaf41604e05f8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2989730daa53d788a9e1be03bf922a07c1111ee8559bdef63d058be6fd5f3fc7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c0cac6ae1322cdf12df3c55948bcfead52641aa95a57dcdea97401ae01c1860_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:adf166a8095fd21a818265c01776b94e25cea102a98de6875352cdc47fba933b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:67f12e5ce45f173e79229f506b92915943d263ca0adaa31a027cb7245d7a076e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6b91bbe18861c83c79693a155979f3cc56162624412eef4c57c52cfedfb38475_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b2bb582913e9dedea9f2eb41f1568fa8f0fccce2e56be4f666ff41f3698dc147_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d35f97d205f82d6ffa260582fc6dce2fe0fcc3719ae0e19e85e06e7ab629021e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:03ce535e7bb582ca85793c8155f38ff9f73231e7cf5af4ce223ea89d4d2eeb89_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:605dbca994f47b04da902ae4b76744eaebe0d716a7a5fd3cb8e617db5dabb8c7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6b2582a7f534bb2716acaa72598b40f593897124fe03a5e6b2bea1e4c1a26d15_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d88f52e765c3f5fd4ad80f7364efe49e98ae927d82601d27105eb6ad0b484264_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:1305fefe98602549511b835fd1302eee6a4494c690d76964d89189c90f39627a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:325af02386526656111c663e6a206e755f2f30db00059078a0391d4af6cd95d2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6dcb4d60294895ba062bed0e9612ad7fecd7fd8d8cffdeee9bd65ffec1b20a63_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f492d67b16384267b9f65d20b769f93e3122f0957cec290a88a1b244c80e4b54_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:56cd8314cc9791e043cb4e5ace324013f4ce4c825fb5f9119b1a6c6871b76a3b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d6ff019bc8333893d6d5799927ffd9dbd02d0d388752a1ead6b8f85928fff4f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d7e525584c9b7492d8b989d2ad0b8ccdc4f244987f26b4aedfa7ab1097aa8ac_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:598dbc32cda4219d6a0442aee99096b77ddbea0148ac3260c9c37e00b13cba23_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e223d745233c048714d3ff7a04f8ee565aebeb0f5aead03e55dd9f305fe60cb2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:05fe3c8332c4626e356a2b8b33b235d605b8cfdf8b49a68475db687789a766e7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:64ea7652aa2f9f9ba58d56765ee0ffd7224d6534860d118c059c2c066bbf2142_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8673853d611d162bc12d1791bef2acdd4131a97b8a6e46961736724b69332db7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ee04f343f0bc1c58b1e016295990225bafab7b39a9c1a572b10cdc19076150ad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:4771678b9e18450e8e2a6ab991e844fb064749a0b09b089e54a802a7109c1ae7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:68c90482505c592a6393640c16467c1416f3175ba1273a284c3d0a9417e879ae_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:234bf4abb67f86a27d549a2d368d080a3671ab34786e26c6abbcdf58baccb034_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f330b931299e7c97298212e0514c55f9e086e2f33ab7e522d40d8e9df843ea11_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9426eef8c79d6e2c9cf5efb340257ef7dc7936b3369050776f4b45ed6603de37_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b693182419b2287a69a8bcb3bd3ef8d6e799b5e7aa9b5f25cca855995588e104_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cde3a4deb285f4ffb38be4443b3c09f33a44d8f2007bfde6f8766d371487bb80_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cfa458375e07e80969d9a9b3521c5983fd20f384b74f1080b865b618afd35f32_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:30a0f7d083fbf57d19fdebcba31bf52d257fda3eab13e1c8b856291f40278c4d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:7078670a28f19c15b118e3ff8d70afcd5e329a22eb6a44d3827f9554dbbee812_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:6d60dfdba0f6368f23bdb554da68f81e3d088677ce9748d2850ba8f2ecb0cbcd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b71a8dd592d2646c7b085b06edefe64be96e38113c3547a111a8d0201992b98c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d906f3f6f4740b50fd6266205b0b3f986b35ca7a64ac7b6c52cd7167d0cdab23_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e4969f9764190a2b46dc5c9c7375213c28518935d80c4e4570d122d231f53663_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:8687825da05aa3fbdbf32fa82a739f58585d8d2564501deb0d3b97d67a4c431f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e5886c91ae307b14a848b0a571918a57a9d2d85805af6c6ac7a2404dc0308337_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:260b87efa1dfc71726aefc2feb8dfa83495aedfa6e95b0e86dd1ce0d246233cf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:49a1a91122fc6cc34cb21b6de67b8249f154aa8e2bfade0e50457c224fc3ca70_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:cdc02821294c7bd8b4de75b356ec0ec8b0745b0b409ae9481dc08c4d967b53ef_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:e52b5054a3c11b34c3bc3450d9be2628816575531a1435ce44652324ec020dc3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:64e73e3f7bc1f37f40ae235a7866ea7c881d67afe29b398edc6f15befa7f06cc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b4f0c23d7fadc3a15840607d9aa13327a3eda6272565f88be3691b74f16fa13b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:267a8525fce7dcfc460052b97dc07532c927fcb27257b29f5e43e5475376bc42_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:886cef96ae99502afa35aa5cbe5a16a30d873e8c9c92d6bb3c748bb68877935c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9a68ca065607df1a4fd1a351041d799b2166b76ebbdf2c92a0fdbccd47015036_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c7a8842568f7ed4d4b1ceb0f507aa5a56d80ab213877507be04ab55f8fcb3a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1567f1a6c1a596e22674ad45cd1975c8667fb2317c84dd5944ccef58326239b2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:40dad16e2777a64a836355627be3aae4572a7ed6417ac39e0dca5f019eeaf471_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:800ffbe7a0007398e44945b2f3772d657995ebd902918ecb410e5d373de06263_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9720a885c669964be135fbcc55bfd5e9766841f6b11bb2c279ac030de9618ece_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02440d8ce569f4318b2110f8975fc4d0a93e6da6c5012882df9cbe77559a0a81_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02594f4e3bd44cf7d378a7fa0533d54b4365eb5317c282cf8295cdfb0ae5ddf8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3e5753abdfee794bd09cd51eda1c7634aa7630ea3f2a72ff40c3fcf5661e58c1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ea8145a89efceb27b579a5f79c37c7457d141a0eb38b2de5c82ced07879539d1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a1aa9421f9d52c8bb918e1b3c9daac3e1a076e70e003a58462b62f0a91fbf795_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d4dd77443d486829650aaee412b58df2c5fcd995bf2c493a22dc1cc705d270a1_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d689dbabc1df0ca42e7eceba17ff474f9e6a30474f7cca15970a5ee7fb870a72_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fea791f1b353cb84039498653a7b7daadebd460631446fae5f05d1ca8e85dace_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:90b36fe8a88dddddcd584cf06ddbde8b74e9d7a78f9f51b77d7d2480ed45ed79_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d69ebc6a9d6bd6f8f75d933ee0f7893b285fb24e994bffc35514ff5211ce68b1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:da6ed87ee2d899e3fe9c6e8b08bcd44cf11e1b1563972ca4aeb3e8bc806a1d2c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fdea5b85efe39b635685d506a4416115d546a9f56e87903650b5e51bec6a10bd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:47ded0bc14992d79c073e4cd541279def7e44d8ff586a5cc1676edabdd86c13b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:642eb8c1bf4631b969d0ebf3a0755f566236ce7b5534fab78d531c76d5e802ad_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7189cc475748ddba6ff3f306320d55a840baa8f1da8a934d4500c49e6f675ea5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bc10db6a9f9c1a60744f49c1ed737bbbb8454eeff9fd00175b98872a1af17936_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:017359024215cf5a7b00bd31b8b797ca7f5f456d66a34ac12c44e53c1ab77fff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2635b651e023c9d4dd92d1897b4513947985256607f9d2dd8043cd7f5de3a765_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:542b1a4bf2fafae85c50eae7a182ffd3a3a07b2c234a00e4e6c639b1143b4b55_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9b3b5510e4cf6b4cb86bae86fbf36c1fccbdeaecfe009cf2e67cb9c1d7924ef4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:048f5dc4b9176a86e0d82447e036ddad890e58e49c8508cd74f8c297272c800f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:0a7e3fc4b1f892ea2e77c1f5d961507f0fcec7740f33d3e308904cdea1d3ce21_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:44db7037b872b0164497a603e99b7c5bf2bd9aaf31158e8a4e8bd03559584155_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:a8ffa384c6770ffe1bb9b7b8729501ef2c06199e0005b16e5dc432dd8d23c66f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0d8537a8b89a087f59b9f0c413d9c8d6c77002ff0d9d8579d179291d3b6caee0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:14cc3a54f1ddd57ce5b80b6d111f0ca27f74b4321c9915d5ec1960318c71d752_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7dc1bda89f2fe70041f850dbb5dd3804e853961d2026c3880fd7255dd6e57b0e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:aac4600f524660e2351490cc7aa719ac2dc93193f64bff1178a04376bda57cee_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5449067a980b2d50b360b1aa1164fba67693402210111708ebaa00f0f93bfb55_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c8486459e2b80ee2706409e888070c9100938357621746215ad7871ab9ddb990_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d748caca6496019c594ae5aca825845658e1e8c5a1c062a02830aecd677ea1af_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dac9a4617348551eaefdf01ebf1770442c0bc07033fcbff203750ecaaef1161b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5143aae8d524363878300902b89dfb5f3420ce897bc36064fd021d23993432f1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:6fa81971ac5bc843a536eaf167cf5147e879c5447d7c1ec17cebe7ab85692317_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:bfa79bf705669231df1e59e373712f0b04ef2c0676ebfd901bd9879cef16236e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:cad2e37531b2ba165087ddbcbccf9cf167c4eaca5a3fba5f5f4bd943b8298678_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3538795f3effdfe84442141d83d0292447b4c43e3d68871afcd453f80e11fbff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:7da313ec91e1a9ff08a16ea2b0af0ed1ac73e40c4b629402bff19f183d45aef6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d9279ac3cea7e1e400e244624bd7ce53cbb6343d10872873e71dee20263d0e62_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e89a5c92caae6b72646e17535787d06f7640a47c59b0b4f418c7e48918736d60_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0ec6c9197060bf068f358283d64b9b877e97f072466244f9d147552a193fdae3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a5aa2eb87a3fc9c5160f5c37c50cb88cc0a77bbf4eebb298ee7883ecf47b456_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc1512a1ca871d5e21162430f028d7b7f2391e19cee9b3d6e253b6b6d03cc8e2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e8c2baac5dee142c4e84d01c731abbc200cf24a04201fd8690f0d47035958830_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9b45bdc374e248769add4b772aca63e25ff0baf8d490e64066bfa78405cf609e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bcb4f4b45a7d62927ee6589db9d31e9bfc87a13f3b0239649c9701b10d3dbd75_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c1c72b9d00d45dc90f97bd9c5263e6d385ee34f3a3f834909dd8b8eb28c3b15f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e15057d2878011a1142587df35dac65182dd4ec4c0f3c61055a73a23dfbd615c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3bef4d599101ae4c2162f47e89f5fbac89903db3f007bb425eed38e1d9b4d9cc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aee0556c560d2ef9f2ccf501302a373f15cdccc83ec2c6935c4ae6a2f25b63e0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ddc3c05d5daa3aeffe5629b7e2fedd5df301a3030f8f8c6acc3204b8fd7e0995_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f463811c1b1e6fc34934bb5a8151fa946acf321ab57f9901b3ee1b7f75546beb_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2abfe62de89fdd0697da63674373b1c8a2695846d8acab5f17a35fb38fbc23a4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7701f38b6702b4a9e6b49b3db83073475c33528d2529e63b1b98664bb7191906_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a23cd4945d2e1f9e1c194179fab9c388677fa1317e02a99eebc575e227064b79_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f2f194cdb1a14fe59e05455df10ebfe70edabd37ad605346b6258c5bda79d96e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9b04b0a1047813b35f6ef09e1fcf1e06b63946e0a3b3feaee3e081b0deed689b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bb521f2f97477b5b9851f6655f1738b620aefccaaa81cd303d17eb74ade7adb4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c8a1f9ce2dea4947e6cb460bb4b4ae7ab6bc5f816ca25f3405799d56c6ca48f3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d8f67c5b7b8903633485f67a76f88ea13855bbf95e92b651bddd15fa91458ebc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2c84af74e0937a0f3451054240ab7ae2d44c1b566339012ebec9e5b75d7a627c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:41ab25be6eb002ee921bf74c1049e07547328632d576e78fc45245177fe9ab84_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5b389b9b0acddd8ffe5e5c3f9d54321d061253f3f45b5b66b6dfa0181b73b87a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9afa17f9f4e4551369e891d405098219c071231ddab921dd32bb7bc66bb0b6a7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:0bd76e62d162ae823a34a766fccd9d339e3f550720d863b477273734ed1fdc39_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:dd17b1ffce727d9a74c3f64d65b72b03a5c8fed96e773665a078dfab33bd64c7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e8ed2c9324c2f5594f90b049e92f2fb3141dedcd99165e80e8bfe147c738adff_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f7f45f6d562bf699e0e45e134c7ab71701dc3994882cb82edce9356be7627ce0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:22dee3c01cf1deff68d73d76735e420d223ba0e75dba1e7ae224ac4e7b14ae79_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7134aa51e11a7d6b826068d03b9c90a518cd3cfccec0e3f06e57f5ed77daf6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7cdf9e85bfc54e4562176d63e1f2be56775dd761c6c0cbb80fbf888dd1ab43_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b72954ed888ded15f443784fe6a684b6e0d7782921efb788e242d987fcbf5388_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:63bf84966169bf2dcd8b8bfee3c478d9e61881ca007fdf3a8be4ba5cb1118211_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:697ada7f8e4bc8a881e2f1fa3a8402a2e96448f948befd465c59e03ced12c9d9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:85ed053619e39778d5a986255af37802ac46a26899c8a448abb139736db5e075_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:abe01f65affd92347d8097b3922e587548364d9680b74f767e9cbf139c996802_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:55102797bf884eef2d8b842ba8a5f2538f711622eab1c82b06941ec574b8f266_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9cca1a2d1a6f5a33257e8f790d180274f24a01c125a717ff79da8fa301e2f270_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a1f1be1027b54388f762951ab7983f18cfe37140efcf2c778a5d11d4740e8e9a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d65990c0adf148e94c1c0ec0730ac2a285b38eff128cdb2fac7f61af1514fd14_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2db5ea10de47829d4643fc525d9efe3815db59d5689c0febecf4fd722ad0528d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5dcf0a7d3c0b2062ea11867f5fd2a4ad56fe786b11c3095d76eeb4c844240a6f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:73b76f141fea3db7cf7df4e9b70443b37fc67790cc6986efdf53a32ea7360bbe_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:be3286f36b4c80969594af159ede49ee20ab5dfbbd890649c2c4249335714466_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3287f57d83e7becbcd3997ff2ade6e6b5a664fd08610464002229e0a116dfec8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8a58a72e372b4235b4751e08f10c97ef0798519e6b91595c234fc14089d7495b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9654a0a2b4549ab06e5422dc69872961c892e97032b18d913cc197dd3aa39f3d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9e9ecf8cb43e1819159bb8fc0eb5641b71663e110ff757e26d5549cf41075084_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4aa3e0ca4b5398fcaedd212506e222fd435f7a46c2eaeb7a49dc50f789cf13a3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5d094c8e18e42d662ac2f5ba16602c1513094c7dc547fbe3de562463c4096bce_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:67f85bffdf2db08fb27d52c6a0a8b615a4b9cd748d9a7e6126851d1bb27844ed_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7d4b6b9e67875889c95a5d126bcad0f6b98c148b85433180573f439a867d9e25_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3c0791290db50c5a925a80b371ba8bdf91f4fccce56397d12a989263a972bd02_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:654aece866efed516d69db0e47668dc85d3936e901aeabd098e07538aa3dc617_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7637a44a01d6c56f002120cf96228b6c68e92b4391d4b6efa1c81ff8e40eac0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dbc636494f53ee38eae00f243bdb92d187ec84654c280cc454f2b4febd7c22f0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:08f46b1d2114a3ab80bc7cd277859a4f84e870c2421b9e13370774deca0aebe3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0ea69bf7a80cc8c0810acf8c7aaf2cc1374d3b034065f1119ca33af3d1794cbf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:17e61f4a9148bc2e0fcea85c19c98eb8c2efb701bd21f8b63547dad13fc256ec_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:8b81413ad0f567583ebe4782344c22834c1781c5f7493c8a05b827f3f2a5e409_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6b348a4fae63bad66acacb5f0d03b8155246733e758f14208956c38c2bedaac0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96eb6b75d6a8ce22b199b8150e628a2a00c427ffc79b2fee2e24af1bf584bbcf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e0b17d193af2fd7e981c9908e01f2d840cc939e24bf1be19977beb85fa1159ad_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ed56ff21aa465143bc0d1c4f20803873dd07999229739b84ef7861683476b22f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0654b81d996d73c5b5b03310f314bf3bd6871b3bd4d1abe791cec9b7a3339719_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e294ee6e92049316f91ecad5987a24d7d3c06809d3db2ee3f9a41bb461bc220_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e3afa0bbd3ab3ed4acd6d0059765116e9ab56090313932bd063098d94f1c3b1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:929f235d156df0f59479d60379dab0d83d6fc662d9acf7ff050a520850ee0125_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:14b5ec9622b1a177ffe69a7c87b7797c06b283b26d5547828d3177f823074b5e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:52a47ec0685655243dfa60738842ba038719f2454b85024084de270736d06529_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5fea5bf035692313badd286c7d13564d48c34e3195bac3c74ae669607b5b5875_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fca2b0ceeb7e301640de2604932cfb2c386441e0d3b3b0e4a525f0a6b00f7cee_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:021e3ef983d0ca18800e0fc390ad96f4b6f6b9c3ab784c6e74ebe2e7fd7b31d5_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1076cff5268f9fec09a760da243efbb72eb96645f838a746c4c4e28ae4feba33_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3eabe7ed8651b8dedc3a2c38a83527f224ba3b50088b3238e158048bb2ddd85c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c29274bf105ffdd07bb78270a6dc497fbfb699acce48c7c6b7b6ef32416eb20f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:71bae3f7d9ec2a469c8d69b9f67d27a0a98a26bc842cc8733442cabd43fe3c06_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b67943ce9e26423e0bf84f411d50f394a67a0f3368ff289e695f8819c4fa8c02_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d4c9ea28e8a716d6a46a42cd3b5efc82f42d456e21791c32369527ae82f643e0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e4c222d813696b8b3d4cef6982cc88ba3d4581ad6842b10510fb4c8130a82684_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4d789598c5dc7be91f05a8766dffccc377a71db2ea8c5cc563f396cae02326dc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:70267df26127761958bacff38fbeece08995608c2a24c7a3724495128ef2bef6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:84ea38804ec003ae82375c83ed4549163a2c932d6264eb64476e0ad175b4a4de_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:bfcf2ab8d6586fd6a8f08ec2fcc71f997800b8f459577c31e654f8ef9325fc42_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:49a412244c4d6b547d5b0ca9bcb041b1e3cabbc78f5234ce52b678207d83b3e3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:4d2e1fee9a43f8faf39b05a7d82ceac50094ebe972fd1fd85b1528961cf49478_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:564e888a319fcd9b1af19b18a4281c5a2c41bedfc3186fb3bb587a1e28954c0a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecb2d59766a1aaaf7cfbdf1e0b92ed025a18fd54acd41fbc63026b350c98a953_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:296a9379ce17e07df7008f1d35004477297a7ebdf9e3d51a50d71628d6ac68af_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:67f272ef9abe83f9cd959ce97e3d5c46ed6e118ca30f65fbad733384d228ebce_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c8b5246ba51213bb183e07d862b6d1f9b156e1d16b7656bd6ea061f9016e8ad5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ed375d4341175bfe6945ea8aab5208f375034307f6753cc726230629ab97a71f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:29e41d78f04e683ecb12ff2335b7205383670e7bcd2b1beec736261a93abd406_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8ac74d64736ed4788497e0d4d10226bfa212f6c0cc97ee63d7c61676698bc022_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:94a303f0dd0822b5d82509e3ff8af5887949ddaa0e3a91b9f94d0bdf4e1e267b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:95c3aff27109694e511c9e45d1132bc4de0fd636cde0855c9ef45f1a17f5ce7a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:16e2953831f686cd68012c8cdaea2b404c54c91050145b716ee8b0ffc5cf11bf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:91e3e3d331d92b90ea49a78531cd366201c5de278f56597d9dcbeae40f114754_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bb1ec078ef82180a6019d6e174c16a5a846e4cb8995753628db25a4ca0071474_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c33a11f1aa2fe38738663eb291e25503e2e6fc3cb5bd964e1a6f8db0475e29a8_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2606e2856430c12efdf947977a070de13c3f93d3f304608c411ed57b6de0c6c7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4dda7a5132b638230470f86622d84a7f0117280726ea52e3769c15f11b1dbbbe_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f3b4137b1beff722b9c1ec2e451577a22f44c47a6196139a39d4aff3a0386daa_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f688b554b17808b3aca13b4e6bb8a240401db6f6cc5805e98ebe71ff43dbf1a7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:07163bdf6c27b8066a5f1e8674a2120054c3daab1e8a0db8cd728f2b1ca0fa57_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:32956c0bb79239db914454aa82f94222c6f7a90be718e22bb80c4e75a45127f1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d877387429f09cf5fdf779e73200069c418e561f20a21815bd56fce1c1c4c73_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:9a64cc9623e5639b0e8ec8f5ad63a5ab83f92598abe541be09fceb37ba2fab23_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6d8e4146a7965b0a81984df7d0a2fc094c50e7010acb93e58510cedc8a42e687_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:764c1081056df81f61d6965869f9ba66d67f132d6c768c13f1b2c1c81d45ec6b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a27762ca5025270235002c90eed00d6d029d4b7103b5bd108eb527fc8e797f1d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f473c0c439be12fc83e9ebcef48a1a067a5f4a9cd581ca19ca34a3dd0b9fb79b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:6e95c6d3ba75f0655680a4e46b703aeceb57cc9ad072733bed1aeeca0e9b3508_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:ba23af1b9437640698b924bb0645013d7c08fd6121489b01b63f66156faa6588_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:01c4ac10b7061c77ef54bf337b8488722506d2a572d9da7d9a689b4c9ff7c225_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:67c19e36b3f264978073841b06d940efc3fe0546baabffdfb35c2e5a1989e96c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:add880787ab5dc1af04cbed51e2da0f6f630ee85387617987ec6d6d8e3a28009_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:d6acbf09fd11d29d0d715b96e60355a23deba955fb3ac6ebbcbdc29e6923d508_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:474e02e9e121dfe39458bdbee1f434d32fa29347f55386a4abcd3825c9235456_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a0e6d2e5adb8d9c223824f623bd7d391e33241fcbe281c54af8e3925af5781b6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c3fffbd0e1e6db3256029c6cff61bb64ba56625041ff86a9d46a895076877fff_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d253f116a2d1e2f033f47422230a0a4e8a9fce255d71e9140a0bcb6f255c09b6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0b41f824ade401523c3ff06e2dace98c8dda246f40e6a01a588dab6fcad09683_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4954d67caa517e2e2edec0e5d4b95610a31b82d5a86f9058cbe55193987da9d2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d1a37ce3fce40a5d5e3065b5a4be81a18fe2a6b81bd5d16ada65f2647fd8fd0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d395f05c26536703d44d06525efc0ac6203440e6576e8a1513c7e4ed8563ae62_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2224a1bb7f39feb0ee922a54a94d8dfa66e676caffc681f99227eafc0082b50c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:339b51d602e6c798949da55fc36b4e83d4b07909c97f004f8aebb5bb6f43268d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a7bc2291024185f39cde4d43057b17968cad18451fe8447b0ace526ee11bbcb4_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c171ac27f2bfd7846db274c1d2be8b39cdfed3afe59ab4fb01f903b5be3af443_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:45c70f4c6f15a25e1982efd6eee6930f16317ef4cebd11ffe2b5994b9ad8b200_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:938dfb864f0a9dd0116c5969eb1ca94f2e04b914c3ee56bc26ac33f90e2535c6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a4f095b9251baba737421c47566ac7329258b8ff22b0f131c5a941ad1b6caed5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:f7a4c6ab4dc050efd81ff5d7dee7569a55dd0cf96e6413c47770699f5fa02b6d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3a4f76a56b75c54966a76307c4fd647d854812bd22e55cb228c1e9b5aea67037_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:98110bc940b974dcbb8b0ea21c6b52bd96ecea62779f9665d3ac8dd03223905f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a7e47a89156ad39c7e5820cbc98a0b295ca1a3aaf6b72be3961c6d4eb0225831_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b6a273a6d68b36cd939b6bba836f657168526125327fb784c436c99848f49f7e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:26b6bffa3e11fabf11ec8176bb39ab3e301b3c5a85c1aec37142860ffac1fe5a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:301f5a73d9d839a999dbd3c9a7741ed3458ffb87426b7499364e6460850deeb5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:57eee4fc78405492c9a665c228d1f25c75f0390f75a73d5819aea7ebc2da6b4d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b10b625aa3fe5011c7fa9db3c95ba6d36c569fd6f6aa4ac3ff2431cbc103d362_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:11b59cdae58f57a02a4c8479266a50a1a5691f2e8e4382ea7ce96bc913ad4afc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1f11609dbe46602b2c11ea6c776cffc87ebf3fe2a1204f25bda85d9793d5cd60_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:28ca9310e14799c080a07935267ab4ecaf6fd1abadcb1e165deb46c81f2e731b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:56a619fe929b8a18bf1526bde6c9a86f12a1c0a43739d1a0d04c58920d3ac5d0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3bd696b964b694ec219c5776593bf4772dafcc3f43b973355913801929462557_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:4142674147742cf0ecad7223e02e88efb53e5a34ab820df5ea2f645a04219da8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7c59a7997fa95d2895620378a7e18f0074929b630c329ba3f03c72e43415364d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ff35fdf6dd3714c214394ff6f203815f23921af529bad0dc22abfa1d1680b333_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:15198ffc1a039f56e9cfe7ab35037c34a3864a83163576b65fb3e9f5aa8f1f3f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:4ab1c5859c4f54f225fe4d5555f3c2d1aafc520ce7a9197b040e06084da9a43b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7be609c48462446f215d9ae0326f1c76bc0b779cd08db391163c796106e7aeef_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f04c27be87ea23869192754c00d08badd40a106c2f66b86bf493455b3e3ceb09_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:42ce515a9496a89b6abef7a94b6fcea6880b2a9833900d54e1dd4044c9e2872e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5ab9133d7b6aa46227bca8a1c6ec2ec9233ebed8e62e41ff122dda627d4a7fcf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:94f82ddff9d44dfdce03af24a851c05cec4ceb161c5631ce6ce88dc8a9481271_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a7879d59a73d16ad9c237a597dfdbdbe06fd6d3e3de0c9396e342250778dbe08_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:123714413da1487c02d182f1d355688d2f0fd63e0f82865dd962567bb9c81039_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:675b6754ba7e231a1725cf8338d536551497ed05e7f40435a2a3c98e411af84f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9eced45114ad75c3ca56d06028c836adaa713433bc49f6196533276f9645c58c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b203bacc4238f6cc6afaa7dcad119d126484235694dcc33a46edc4d002dc7f5b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4e68102ebe684da4477f443e32d69865b6fa28d398fbb76463c67d85739e3c2d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:6dd5107b14c1abce011367145d859456aeb03052ab831b4c548fa4fba0b269fb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8e6d6d3162ace273c1312c383de4e1f6ffe2d8e6d7b553b64e6ac460ac040c20_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:061699fecaf30d68ae3d41b89d812ea8144627d9ca9de83173fb33fa06e6b8f3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:33b4bb5c331675703e19ef96f3185b2d3cbcf4d0e37a6fabbeb5a8dc1f46df10_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b7e15475952a147e7d6d506ee9686c6c594d529b27e4086f49b0dfc1e237d640_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0465b162143273b73d2d1af7ea6f9654116a9b1cba8169028273185f2dfa1191_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5d1720d8067c33064ccfa16d47931fd18bdd3590f53023c2ec268ed9405d0983_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e99c8d382c503a7b1e25e6f72ef293496beab285d0a3453d09ca73fb58247163_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4e09db0d6efc9289a85cf5d4ced1d6a6a7f52168e44c366907a5d4ebd3e7d75d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:585c75fc909525ac0332764b66db33e6646e5e0b0a4d01d176be6dad70a7447f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:85df50114baa307e2b4192a46f80a292500401eaf41f45b071b23bc278562135_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:3ad0b56893a8ad865ef9de637c1f21a358aae5ed4adadae02db3c6d37db93422_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:56925cf35430409d4a59b4de3ea74d8e3779acf505872bcefa26e97418f7bc9b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:a928a27d2775d702a7b4888f87e770c93049b645b5878173d87d893288c0701a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c83836428568394e500de29f5e4b44fa4881f5b5813a8dcd42a5bd16b6bd2bae_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:174dd5140764fb73bc002166fefbf8f897be7b295e10527410fee19338fe65d3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3f5a73689320e820972a39a40077926550f7864e2d1969a9352d3b833191086f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:df97ec11ed1fbf6397b6a62c85014c255b60c652c98ea439d1f47e62c6a0e4bd_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dff5a115ecbd046f3a1a60ce8d8518edd570922528a7ba56cb17716831eb6b09_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:11f56bb6bdf0069b7bea04e5051874cf879bff0ed36676dc521975eae8cf1bb5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1eb4aa5666fec327b24c011e1b7e726ecde7ba1942e0b8d9af38a65baa052985_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:77da9199e0922972da775122d60efaeeb4cb2cc464ff6855099fde770cfc01a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c56c801a4a9e11f7b9ee071dc9634fd6c43aaf04cdd6b048dd4ea1a623ba16a7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:5332d1051a8774d9d3ebd2f6df71f2ae36ff23fd32b28edb418c028dfa6be128_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ae444a4f4274431a8dfa075bb9c91fda502cbdbe971856f54ffb6a0d5deb08a3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:4148a39c8311d7050050debedbfa7454b53c3e00ae4d63cee7bc6da688af744b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:699c1abe44686141c985a530a8b3b864b3a1bf2c5c6645d68f7920b8f752c684_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:608159f89bf52fbe18bbdb1c48b679346ddac7d3ace7883c84494615a4ab7adc_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:d26f0f1adde0599a01c90d8b9e1e8690e6e532a380e7852e83cacc1e439b5424_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1ef42800334a0b6d395e1b1bc8e517e232713a4ee0e4591415c5347ea1352fb1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:23d11514c82b817c95564de1f0252dfcf753ca40cb154054c051b6bef078a960_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f5311dc740529f4f4c444fe33bd5731b0ff5d213620207f039af546a3c521226_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:14f9b0d4497da98ffed111c1266fd4e0b4a812f6b7ec37b95e5702438602ce33_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:4e6b6f1636a4300955a587155ee9063979e47cb387dfc1a85f3738b1cf25589f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:2cb5be04fd1145f054e994500608d1463f35a0fb87305e559ff71c972795d978_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:664dd8b515ac89b33051c38e00fabc4f2bd8c902f9fdd8df263b6cd6d0a0bc25_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:28e1a2e9d3850462c628b0bfaafac15d68def97b8c1c9387de58b1fb6d877f19_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5c60f40d38ebe6f95cfc0fa78fed9aa265fdf3aced888bf232445c2e76e4ed55_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d36d045c32e335933939150b36fd2f86599add415385560d3e10d4b74a704d89_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fa556b78fcc306b456576053e522d93e0c578807e220d3c562ea54cdbc2d1a92_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f9ea746b7bc2eb6cf1d82644d42d363d9343506f9091e8bc67740a06b382081_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:909ff0827690342dce5b4cf713327f3a8887a056951953c9aa639e916129e1ad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a8705dd5df6abd3d6931b298fe8e53cff0f8259547fa85446503b413b0ba19da_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:cabf1a3d4e2aab9e2273afa75bac084e93eb36a2801b91ea0d79982e9e7e5f2a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0b5cac582cea2ea2dee7d515f05bfedf2a5beff46ae6d5ca9626bbb36c94b865_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b920409f5635d704145bb8e1107a7c6f951976c44226a2083982443f67ce619b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d658355babb92069a73c35353c2fc0be4450517b3445d2387b4b0e3bd2b873d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f8036fe71f651189dda062ede40268c843ab07ad5b32e010250f9b6fe9234bb6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c5361be369c8e0194275ab97d18d52a095a5206888bc82d592f9f9ba28a34e91_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f6427aa92071d20df4e412376886d9831bb0cbb15c10216ebf2ac78de096b051_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5d5edceedc72d2ec62b24b6a60c278e4836829c78a0bcfeb20d87fefe501a39c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cd23e978bf90a7180245b04b5b0df939ba57e30ea13a2a759a5d04953eaafda0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:bccd28236b901759b08d5106786d262e482cbd1e3798c1392c9c6eda9956a5d6_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c096101efdd0dab71581c6e6506b9a6560c96979e2d439ca888d2c67860c1337_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7cf38584dd1c5c269f86d85b0488e9224ac989f985989b00ba718ccd5c1cda56_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b2a85daa27b4a10282c1365dfbb48a3224df6c2a47d6f5ed59c3c01f6035d443_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3643a11084c5df88b8dd9c8d7693b228f3a9d94f74aaeb4620aa458516c14e18_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:a6a1152188a6d2cab12133e497a5c29549fa0103dcde8f1bb530ce7a033033b5_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b6f91ba9a89207a2f84a8bb1343179bd74948644a8b1608c2a2d84dee9ad39b5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c21ea57e4b38cb47e5aacc58b218ed97cd4e6ef353d86442236cbe8852c6f648_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:56c61752133f5574587fefec75502e2a132871ed033a824f62519117ad0c4620_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5eee9a534fd647002e246ccc70b47a79737cbf604c5fa4519d10a8c66865e5a7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b1428b294b7752d6d56fa95d6630aad0b6d205991537ddc3274a7062c13df3dc_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c363dd15dc780181855ed7e8af09bf148d9e38d562cc54d90842f95ccecce36f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3978c02a12f2469999e833a2cd001a08741c4d9bd22ebe211bfdbac17563ddf0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8d20d5c213a86a2d9cf1d4e8ea351a70e2bc1e8864e7435baa701aef3b22441b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ad84f2d6f695c6c999a82e33cee9938544352a648c0e72adeaee0803289077c9_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d872bcf33f5d4d6f1a074bef0091e74de82b3b1a883b9004aa1f6193b84904fb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:027641f0d532c5d06663e838ddee798513282838efa12811ede36e1b8669949e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:198fbdb0d6d4bf699a9186c06c310e4eca0c3252ae8e0d64ea1c68d7b67c2bfe_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1a3fb2aa3ceac5c827d7cde1cc0296d6974663d3f5b4139390cb29dee2bbcc20_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:51a53812eecfb69e77afa538400463c7eb51710777e9d9573804d2d9eab5d307_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:19cdd4cd8546c53530e098641c6c83e2f38f05f2d046c6a9fddc3c8002a01fa1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:27b826d0ac202a4321d2d28bfe26376b405458781f04acd607c3a27bebe83651_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b1c377c3a99dc0a9a6a39dfccae28c7e5a11674342530a05b237a33117c980f4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b230c7f6c243ccfc43e6b50809f916d3247f8daad3c750220020ec4337b126a6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:42cfb65c46f9f63ae3227c0dd5ca2a0a11729ecfb2865f3a4443821a85f7c8d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6ca3200ace5f9b6c36c20185dfbac37ef4cfb171f3a99eb9c746e52031bf380e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a9edb90a7efaeaada322b051c1b4cda47df859fad20ed42574fbe0fa00d15324_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bf0602fddb6c09c5c20a33abf72b947cf7ec8de6ef68144d2f4b1a1a9ad906ba_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:13df2c323a0db01668777fb495bc342806443b5c0992fe7f9ede76a0e731e2b2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:8e564be7535e32f63ff7a84bb61b3586b16b07f4ab6db20b42340dd998f2e919_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:29b338177ad61fbe618240d520eb180c1faa54fcd4be63c0d2d16f5221c4d7c9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:97b5466389d9b1e4c54dce29bfb42e901ac2c4aa39edaf99c35f30a766d38b78_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:989cd4643516ba83c661cff6bb217cc25d502febc80344e08e90c6eef8d24088_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:adec59d5a5ca059167c1dab49e6e1e6363c1788833f2cbc2381cb7d88a98864b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f821e1e8479c74d1a672e049e187d68cc4845e7efb417e9e4e4fa99628f3ea99_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:4eef2a136a4fc3a9deb0c5999546aa8d498c3553107d1e0eda9d394b2f412169_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b31560936594f27a81750c2d73f97385d7b3ac87cfa7c75e1a4fc224243eb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:bb3bda07b0ab9cc97889a530b1da6d7eb3f7f9c8a98f9b867bb3a93da7694625_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d50f44b5a5797797b9595f99e3b24684908cc28d317ca00791bb6a7406e15636_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ec2e637888e698016d6df6cbf4be6d44e5a2f544e7b81884982e06ee632a9ed_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3c569b4e1ed989074b129cb91b307cfa10c8305b037b284b23bde4981f551238_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:4ddb2823de8624d7d45aa16adabddb92faed392e71c2d1a0b3e640be91b731f6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d3b7e9f39e5238f011f9328467c72a8cb8cf99d4bed7ac0593edb9ec5bbc90fd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:24e49f3b5ed9df72849a33dd7fbd4a0b01b8c3be79705d6e23ae48e3fd164133_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a9ce73e1f17b21b9bf2ecfa7e35f5d8e9c72620076bed594e217b870057185ca_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bc2fc4c0e55023974c90506cc14c51cf73741e9490632453687edf404b3c485c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ee9af4af02c40524e182fb1893b8bd59785be7d508111c5b0415f0caaadefcc3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:971256d54a4e10a29080f656d5de3b6281f27c77a40c0dc7352f1f05ab83eb11_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d4fc699ea35d0f1e96e825d2db3f21628e25589ba57c40ce771ed210aac5d588_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e3d0f624ec4e265daaed3072e9f9dc85668a917d49c96ebaa1c7bc05ca636197_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e47600e5f91aad639de386e422056d431450e5dc3560d30ad16b0b0bd240e371_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1cba0b4f393f1927ff5386a9b2ed74fed87a58e4b2d4a38f34fffedd30da14a0_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3b8bfd739f87585230904007f0b438b4bc9d79337f0e9038887bb7f297b681b6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9c7b3d916bac7900ed009cf82a03607fe68fb924805ea37e9950ff3fd6c73b44_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c0fe58445dbc3f94bb9a041ee4ac81d6e1ebef0eef6b2468c288be51d947555c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9c772d8d7af17818a38e2004fbdd7673bdaddea0c36daf239dfe65a49f78c212_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:acdda550e575dc7add42439a856726b3833c5d6d98dd9976f30be4b781a11a82_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b5be0c8ab080114879aafc5d2526924d32306ff545c06dba64c947ca68736f91_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bc413067c8cc3e6c40a9be4ea896d911cf6b3adbbbe4c8e85fcb243bbc7bc2ea_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:25b8603f08442f61b433250cb6f4839cf2cff118df56d1d7e12b3b09e859a278_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:912bcfa64c2dc40a0f8573e595001fdf9dd3280e4babb503198aa019c4c94dcb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9f84034243c6dc1341a059730c81b05bc6626b913524f8d854e7d13c59eb4d45_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d9683ec09f7d3d0c73eb626fa7132ea0d7f731893506437d76db27bef51ae518_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:264fff5b66ca49266cfadcee9765ba0b34bccff8dfdb12e5444db97af4913095_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8f14a597769b040fed9d1c1d610b6023734dadee91cc28588b65efb25f6308ae_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:bf78d9a4afa92e68d8018283114bbc7fd11fe0a9b357b75a00395ad630ddde75_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dd57cd8ba112502a28c74d7f9e021035a061e1f51377ac0510dd02a303f14f37_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1e3163b559a137ca99141d0913759b5a92cf30e063f6ee2485983a486d97a066_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3038ed29c6dd5d46bf8d593c154537615b8d218bc43eb89dc099a546308c5b33_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6f5d8e50b9cf127af5334e0b1e97aa1bc466bb1ad8a1dcb2b6c3e7494bf5a1e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fa6736bee0e8806b00bf3b6d971e2de5ea49f3f2a89e8cc404d55a70e6f73720_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:09157be733606534b4788e13e47f647c427adb2d36031df979628d1e3d93b096_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2c52bc991f789cb2582b4fcd0fabd20b86b5893d9fcfbf6e9ebbb372cffecbe9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:611ab0d9521d88b9676bcf873b8aaa2fd385087814de0ab05c7c853fe98da20e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c6226a0f343e69d720fbc83ad01daedb925fc39d272df78fdacbd847fb075bcf_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:19425f8d71d7b67b74e76c5b770a5e3d918dfde9a9eb3e181c767b4489db01d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:39f0f3baf0bf65713633aeb91a80cd35779cce2b43e6faa70838e0a87bdb12cd_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:804965e59e0147de822be6cc464daa137e45c991e4ff00c7184b6fd8105eb781_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b9b4777d271c5ea81505111d169134181bd46169ccc05dc65f3b6e59f736d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1a6e143562b0618b3f5afb6d488e8bcca48d9b0b4f68dc70d77279643325ac52_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:22230fd972b50ad12367aa043fef070d0e580b71e874a0e3fc2f5aaf52839773_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3abe2be596ec79e32806af4d66a7350835433c11e8b053385ee6463e65f31d30_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bb8fb8cebadac019a3d8c7fb2338a56918ff39aeedd55318fcc7e7c6d60648a7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:28dc48f706edfe382aef8370f464836e99a307136561dff65f7e7e8b5dcf9a5e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:533846b923d36de2b953fd071f6f7ad38e60548e9ef1d3f704039bb69b59530f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:68d5b77732cb2c0b0cb9a7e6f4201570dd8134dcbb21019dfec4bfe1fadbad1a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6d20fc820b2b684137df0fe673dd4e98135ee6a8c39a660db8435be44160c4b5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:48568238316d40eaae138ec218e4d0fb6119c94d9014683bc25934210792500f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:1d1ba67b2ebee648e679f886122e649880437bed73cc62901f26e77087d1f72f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:627e8fa2665e8d19aea0b746867ce31b58cef207d6dea85228b175b96cc95dca_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7431114311d645b44e0f98c9a0e92e62a2c412a2b57dc47b52f1e4c5ae0baea7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a88a9aa0807380263b476e1e7491c9a4f36def3c403b43fdd30bab55f06e673f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e38292df09d0b5589b58f31c39ca74147011aafc1a51be00112856a7242cb80d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:67f16f35ae8e95b90d758bf617c953ffbd0f31d685b9f023c34e5de5c02d1d13_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ae42289a9ddca85918d07f71db7415d099e8544ead8ae73a0d79e600c1c0f067_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfcee1078c7f5425c41f8d3398ae512f2a07d156de7d6e92d24d7f5eb1eecff3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:eb851650658c10b1a102258af7b72aac6db36647d07ec4eac2bfce099ae68e67_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:74efd49cd2880e07cee9aa16b7615504fcd276e8606b7422ffe6a253636462c1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7ff9273c653a511408a49a0778e9584605b9d24e1069da8a77049f70e2bd5616_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ad02d1ed96a39fedea9588756c548817e8672b8fa6d3e16f1f53221e3e7d9157_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b10f0eaa64d49ea5763131b8ddd134da6771b835333a4f5ac9ffdaa13cbd08f9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:686e7784cda9016a460c9196a522f1fb510546cad343e26f510bea264ab9b515_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:77d58cca07f50ed35b30a97c24f66abf5fd5482be3c2a86df38b5d0e4b41e4b5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:a553758f4aecd97de2202ffc5d96370765e1f92a11fa4ca464ad13037d7c1a70_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d09813fbb679d41aece1f097ecf3797adf142242feb12769a604c37df1b6d80a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3a967546fc93fbe58afe72caa5892b712c5b96072d3cfccc1c7d9b27cc6fd6fd_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4d09ecbb6bc7010c93d65d8bae5a368326d1b52bb7f7410d30dd068b4b9c1aff_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:78a9ba8fadeb516fb48a37ad2abef78f57a09b5e701a31ca41e4bfefe493d781_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b44e2dd5cd2daac1ef6849feb0b313950e0616586fdcc843a051788fa071a4ff_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0772170993a9fc0531aa948ee3f4c83a8e530802f7d6fe246a0688026c050d27_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c1b6b3c81c49bd764dce7fcb732f14f378aad992c953cdac86872b4113e8168_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:307efea31da6d72e50def18e1c08bae9e05ac8991d90379280c15f69c93be375_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f366a95bf18554cb9b48af250be89970e4c6b1fadbb97543db8bc202eefe282a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:09b9a909358f49dc84cf863e418fa79a72c5f23ce05cbd4045b2c966147b4edb_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1ce1ac2cafe2162c4070a5b60087ecdc520db1e90a433183157c554f86a8bdcf_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2c984681915470552c6cf4dbd2c900d14f29d9a6632d7d937d2fbdf1cf16a5d6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b3809b2f792a8b57efc13591b88232ca2b83fd116ea1a6ce9c05ec39733bcfaa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c37ef0e5d795a727e79d2749570d7c42876e2884561857149a17793543b9fad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:45b239b4328e73574050498d8a59fae10b1788642bfd3fdfd487a59654f2395f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d0eac8a6dea99105af2917f089cc423a7c21820cdb7ea4a3f793381cd07f43f7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e9625244e5cf3f4fd7e6d69a8076069e24079672e2c4bc4df7733ef31c3aad9b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:25939a8eacf00a315bfaecb90901a20f2d314f186c1a23ee0814ca611866ed5e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3b3fe898a633924c2e0f803ca944cc63d99359966004c6aba6a05c446a0539dd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:55a048f1d9ac836497f7783369b5b582727df86cc64fe7df91c463db1fc0ff30_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:88990b2047d4ab9055afba0c6f8895f30a132c361722a1524bed1671527d99f9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:206e503ccabc3f5a01f11ea5026cb64ad6ae62adf2eb9044386efac6586cf332_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c2d2155a6d299536662cff9c5a8474680dc8d9c514b152e87421feac7cdcc22f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:e62baadcd61bdc045c205ce81a3b2b650be73e7b3a5dd5cb53ea4c2f8a181f0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fab5b1965457ca46faaf5d1e6882c17ac2f0e1db5017cc81ff4da8a9083cc838_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3e9733932088db40e1d1dc25250b68d83aae6fdaa33923c2593ffc6f10b84984_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:62ff6e225c6c72f9c9b0bb33014544d1e02a30ff9092c25fddf72d9ebc8782dd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:70259c080741f045c19c2dfb1fcd5069e9eb7e413294d855262975ae03e60b6a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a974b10609ceb50c391abab36ecaffb9c6ba62f66b246f529d8f7d1f038165a1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2a8daff0897cef178c43b00d43b3468a3ff9389ebf337533c771210ffc608bc3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4c7da9adb32c409132dfefa7ae79fe99d41b6f59c592eea234970279694951ff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a54253ba850cb357befc0173748523a1762858066023e04388c94c2d5caacfc9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d49affc20c2c397c1ed17de7d3a7fb98a3f66efe9f9bd4f4234c0832393df9b2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2321dd8c9cc505a677622c5cc680e4f3461c6bf1fa4267cdf7f39383967a0b3a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:582d0856a394c73d8faf8d1792a80ccd8c66d80cf65b9dfea344351d767132d3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:938cea3b81e1b74629b0bee65183b0800518b4b757175d34669fb25f6e5d802b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d8e3f695418674002c1dd252757415372d95b38f813a3d432abab774c7427b2e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:8fadf40fe968046de41a4a4c6f643d9077f4908a1e456d7da29e0b0c79f8431e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b7b73c5b17ad867eaf4066be6b2fb9a322677ec3265c0d1bde2e317f54f7accf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dd6c4a3b961b608a71122ddef308287483d90f3a153df4ebd00b4f85b46bd551_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f5e86e560d2dd575aa814329ad50a38ad4c7f3c111353e652e55aa5b58033f18_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:10015b131c57580e5edf1fa90b05b19482ea67ae3b588efb30da1cfb2061deda_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:99060fe9572cab596228b61e892ca9b571e3b740c4872ab55e3276d4ad65260b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5127b9d0570329e12a37d1c7e38a3ad9a1c990b7b0e1d3f3b31f5ae1146a518a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8403b335a511bc219b98b899e2cf4458347dfc67c8e15440801b1434f03ab555_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:8bd350665dfcfcd29e64a93a9c1b700817a99560dcc927a75c13cf22924a557d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b47afa8cdfbab90e0852af59ab14d95b430a2e94245aa9d1c65d1a592f44a90e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:15c698a4b3293ec372e1ceffaba0fb9360499514271d26c22cfb6cb39852f598_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:43344ef6148d5c76a10961d19b3bd83e219764cb53ac4f310a513bbe694fef6c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:084a185169e09b57b07073bc5c82bc741aeba187cd9cb33149c830af00cc6582_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:171aabed219e2a837afd87ec9dda95bd32b6f780a8c7116a6dba18533c07605d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:33926bd728bf4ecfa8146f2d55c05f151150d249b965ac4338cfa8a9acf642f4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c0709bc4da1e5574cf296180cfa6abce28c2b7ac105abd95535422abb090207b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4ef4397e1a1aa5b377ecab2fceb5c2eb15b526ae39bcd9299b45d9abe4bbbf31_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:852e6be5031cc90ccd9d02fcc66b59baa692d594e7ae95e68b8923732fa77b49_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bd9e30cdd5958003b7db73e8d871b448d208c099f3dc7e9df3ba56e6d476ea66_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fc61ea57eef9eb7f0bb091cc0815a81844d60c78f5824640e40096e8de8a02c6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2020b01fe0c8555a2cf070d5a9bf75691de4d8b775b4ac91032c92972ae6a424_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6c3b876e5fa5594ed92ed3d333ad1edd228611d67b060024511f8c6a53eeec92_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cb279e6a6181c4ab8025c6ee74497cd95e990aa02a03aa01c8e4ecb81718d231_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f6562421b9828dea833fc82160705ba8c0349531dca39eea94da4bb31b8d3468_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:44b8d7704e559a8fbde7bcd2d7b51cc025eb2b898c74497149f818473d6b7237_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6b3db54da066eff7abd8e8f58ae42163364355fb1fb5a166c3f90ef42024e24a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7bccca2d8db4038ed90d7c5d995bb2daf880b3d6aed320c6d6dc89c73c38170c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:afc464bfe9fb581e22275814fb3263ada3383b571ac4765507d2640470a8fa3a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:23a74b9b847094d230ca89e8d43c924098aa5a8ad67bc02c4b11833c4620aba2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3a9adb54f0e11beb7e2f393c00ef6014f9c18796c36e47ff1f08807dee8a9e0b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:558cbb955c8d4de727f010f3fe97f285b6922f4845357cd979c22e9d6afda4dc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:64f0e85f122f8cef1a5b444095fb16f95b255865ab116cd59a4a541bb61cd09e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1b152d3df7256fa1d16dbc4edc991503bd90432e1c8408149603306e62a28a89_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a7c3fd07837a9c03ab834a0b46ba51b50c73037203ca4d12d8cb2a45f690e62a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c9aa9a181ad76c715b410ec6866d86f28923d2becc8438f3b56a381d7c668897_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e96b65f0caa9f23429318080d5812ddd5c233b881b6f460d944990000a6d7018_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37569639de1f8c36904366fe21657db1df3c26c03b8f9f974e0a87abe862c7b8_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8d27603330319790b463eba638816fec38ce5ce81e7cc2c113636939d713051b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9e9598797558cb0767f9bba75faaece26aadb56163f94ae2cc2c137645b5babd_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:cf8f8b11a984107f035ff28ba24ff3f6e1d10cd764ac472b94bb9e74d435a459_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:70e6484048faddf5f59bc7399fb22731d4134b6a6e2c2ad3b1e92bf26e5ca902_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:93c6c010543791ed57e08cd0630a7dc7903d7455d61686cdb0865b13fc52f44e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:cf50871759b51c4fd1f164c53ec8503379de265ff95b5f6bfcb15d3820722c78_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f296becb22727fbcfc0a2a4a91139dc782688f43f63396d645b03bf698b81ecb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:227f6cfcbd9f361dac87776c3b625a4ae91a7054a29a48c0aec491a786f81380_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4063848bcd02040ab2a26a1e77d643a8cc01373bc6467070f72f8cae62ad8bf7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7315ff02d1adefaf5e52dc2b87903cbeaa1ad7c30719ff6afd130d068ebcb429_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:c33effb47bad5780e4e0ed220647bd0741276ef5c19eea05014b528b91765efb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:2aaf1b270a589b2e9c907bc35b4a3706cca1508a06142dd3086411e046d7cd00_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:32b91a8b6cf6278fde2c8d33666748a905a8dcf290b6e16ef266857d4838d3c0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:fe8f645cd130c489a3454252abd64c554d583cbf984aa3e568ae9c4073fa0f03_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:9885e38ff9be6d7ae070a00b851232a29e739a870d32b2508ab9f34e56177bd5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2b7476cab5336d76457b1915e734ab8702c461af8ca4d9e474557ad8354f7065_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:4890f971ad6077addd93d4c7fd1e9ee46ef3634bf89ff5adee2a95ad7b7b3f12_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:afc7f162c9c1c3033316a984254b8a477d8eae5bbed9cb25257d54a54e1bb866_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:e9bc1798e5283c65ff1487ae78c1175395e051a6c13426d3e8d1b898469a3493_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33814"
},
{
"category": "external",
"summary": "RHBZ#2467815",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2467815"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33814",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33814"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33814",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33814"
},
{
"category": "external",
"summary": "https://go.dev/cl/761581",
"url": "https://go.dev/cl/761581"
},
{
"category": "external",
"summary": "https://go.dev/cl/761640",
"url": "https://go.dev/cl/761640"
},
{
"category": "external",
"summary": "https://go.dev/issue/78476",
"url": "https://go.dev/issue/78476"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/qcCIEXso47M",
"url": "https://groups.google.com/g/golang-announce/c/qcCIEXso47M"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4918",
"url": "https://pkg.go.dev/vuln/GO-2026-4918"
}
],
"release_date": "2026-05-07T19:41:17.631000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T09:56:49+00:00",
"details": "For OpenShift Container Platform 4.22 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.22/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:c987c0017b86a5aed02d5fa854b4649039e7221e14fca2e824dc37b2937ce7b2\n\n (For s390x architecture)\n The image digest is sha256:e38f225c850f6fdbdaf6ac3ef1f762b1e7068da19ef3cd57a00f72554e3d0a72\n\n (For ppc64le architecture)\n The image digest is sha256:ea726e65a0f5f8ae5b5fe4ce31f2aa75943c893c91bd75feb644c4042c88865d\n\n (For aarch64 architecture)\n The image digest is sha256:ab1d1b8e7b22fb2a6b3923e6e8fe77b8f0f774c762836a07542b7ed5ad52d86d\n\nAll OpenShift Container Platform 4.22 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.22/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3e35e96ed5607d7229629ee64a3a7c942fb12da93a75e989f1fd9aa028e8fdcd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c045d9282bb2e3ccfdc19d09b76e81d622ad5c41750c960a066f9a735ce47a3a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d3c7bcca57a84397fa1932919a750ed7a002fd7f7be976152dd7c14d60feacd0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fc479e1b1d14c548ed9a783109fd978efba5363537b835a5d09fa8d0fa9f9068_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:123e1027c857bf3a084e45755736871b220117eb70d774a3b450f7d877e7d1a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:61d9a3fb3114cc2252a8ecb5b0339a5fcdef87cf962f285be72b164933afb857_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:331e8f309349114252acd7fe42067ab2b7bc03abb6619f1df59c8fe907513d3e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fefc2125429189eb85f3c807ad8ba8896a48518f3dd7d93f94a091ec925e23f1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9b5eda1037248996bff10033108d1dec27b8417730bd721d980b778e1cb4585f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c397e51c6d4de14ea1b6a41957a3fe5ae54115c1cbaf414c013035333824eca2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c72d9616c2bf94661a156840d39e3a42d4023598c5d647562874c453b44b72e9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fef61b2df388d1e5714b0f3293bb7878f1ff9ac64b0353284576fa0413000ce2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:100ffa84c55a87981f50fa5fcdfb5a5daad0eea01d0bc14abdbc959ca0a1ff92_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2e646fe351c1dfb3650d0b67694f5cb89fb7aae85c9b8edd356f54f40b9e9fb3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4a45ec0f50d9cec050f1c99dd33d288ba8f9e8dd1a71c2870eb5e799a42e411e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:60be3446f54ba3c5f93c5c4bf1de44d7e9ca3049abb6ab910f8e62e671a80d44_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:176081efde0e44254215af3f5091e64748c81d2bb29a1e7a64ed2879c6a7fbe3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:42ea798731bcee8b868ae15f9d45b8f0aaa91d1a4f7660c53ee08b070fe4c9f5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:85fd9925886227b53c26a3ed09604c408c49b8ddb9cf7efa2057335bec94803c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8b7b592c5ae05773897351d97fc9925e6904ed02a6ed49e4737f0f649b7eabe_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2cb748becce8d80bfbb66e84f63e0f0a3cdee6d9bef3833eccca24132e9d0699_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:374211b6e69093447e90462693c45bcdf2ece57b033a419f13585d9a46df62a0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6047837c63bd707f994797af79267ec8bb5075b3fdd88c069b3acaa04ee2cb5c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d8c4afb75de3b6d432d4929f4d4fb6938617a794ca2ef2060b83a02588a1d0a3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2b85420da837c90d984c5945fae12321c8e6b6fa270768da6270f382194f2d4f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5e5a715049a34055fca9a4b36dab839573238385890678734f96d7ba776dadf9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6982d2c27206f15366ece47b40f4a6a2994c7acf5dbb94aa274c55a2216d0063_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a38c23c37dbf421c77c4f36758a105b790123d654f1c8b3419becfefedadd0e7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2f370ec13f448fc82d3f142cc8b6a559a4d62044631f4b394742652c4672f536_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:38471fb10545f0fd1f879ff8ded337bdb6919a929043727936d28c2153a78fb9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8e6c8d7186bfcc49c6ec64bf8bbaaee511f62cb5d14aec29bea364f90129d36e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e35c02d8101af5150e038572081ef775816f97c77ae24fec3826bef8c24837b4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3fa694c3f2b9c05fcf2cb69f97d791fa46600ba1eebd67608b109586dac15e3c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:44006268f8f00b5dcc4737ce787d9221b50ad7af3e678ea6dea817a797512b4b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:6b7d13c5daddfeda27cc815f3fa02affd699ed626cc41775f78070cb8cab4f4f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bdd058e218fb99204c479f5cc33383634b184b1153a74c3333926e84f3e4bae1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4b39c2a3d10a1e059c3f52bbbad6df20e52e47a422119d51806b59bda8e7e97a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5f0f4b8edf205f47a263878372c0fc80e1531f3d197d882a83cc6a2bf980c277_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:78987fc04ce330fd8ffb8a96e1f25e8ece8360680bbbf4c8854f1ba1f598f2f6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a43046599cdb529aa9a2672b628a7495690b03379c7dd4ec7bd744b01793943d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:13573ab2e748690c65900137ee67fa558a1938fc2c4d92deb6b308809a77dbc7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:279fef1862c07ed7b949895843d80c54180a704411df4bd4059135dab63900d9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7c527388a78edbc77d6a9db9ba9d5c8ddb302220d69734f4e0bfc26b63b3dcb1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e601bc25408a2eb5735db7d2595f969a59da9560516715ad781cff5e4a57f2cb_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6c75dc3551d30161fe15ddb87170bd7ac33cb19b242907e99a9f2b003659efc4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7cc7c37a8ce0bc5a1de200fa97525c35943d5fe789787d642c4a3079c251c4eb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dd8dfd22f1e93168de72dae9a266654563fd41d605c65b4bb15f20ec65fd53f6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:e651483d73deaf4125ae3c2729bd8a42b277df79a6ff056a99ee3e78e2164877_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6590ef2d757e5ac11ffacdf6de04ac112e96f4bc058b97aae1facfbc9bfb9317_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8bc45cb12c534a1dcaeef41b7ad0a4cd8ac0e3b0041aaa0cc3a9b917602ba5df_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:92e18d38fe9dfbf0e50933d15f4178cc149b3e4eb535ccf0fc0da030d758f435_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:9a77e03eab2a1992fcd1c0a1f1c978755e236843ee4472bb551968fb16568334_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5d94083e84fbdaa57cd8723c20bfa1bf0d2eaa0cef52c662975b286785db8cb5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7662aeec067c8b3bd0203da4d87e0837eb624acc7dffab9c0eda8081d992fc55_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c95e0922aa74f51030c35cdf1ee704f01ece7b4ec53f361055f4cfc58e464bb9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e4ae1090a43cdf4a540f1a2cb376a93d2f74449ac44ba6d0484e4612579b3d43_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:48c47a452810fe65a21fa858b102a2e7d9469e1143c51857844a0a74ebf03661_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5ccd0d2687e836eea86fcdcfbc73c7bdced8bfe2050c466860306d246375f0b2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7fd64ebc835133fcf6fe9d286f18f790b12295dcd904d61cd255c97e49f216b5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e862f18a4bdd246891a49434389e8dae5d73a68aec6d548dd282f3c56396be98_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4bab889d5262b3f891b99f0a521f6d4511641313cc1d3a5970cc2182c52e0fc2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4ddc6ce50e06c258b4f24827f1fe5577c4ceb5d68ad925a185dfac5b2b3a661e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7883c26d4640f30a8fbd635f5442fdb46625d727a1b2382220c454aeac081fe8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:955419c1ead9dbc1c2545f367907dd4b1e8133ea23ef65407341e9a505b1cd17_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:353292bd26a33c9a68fbb8351005fc3b65d1f0dc02c82887cdeb5d28beda1404_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:af382c36059c0c0d6e76b41eda8ae2055bf5717205754272edf126fe15737cc1_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ebd113dd73707e7e234669c4b52e7ad90c5aaa95d062fe7b2ec18ad63b942920_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f0b91324c63bdd9b1603e0bcd2e554e1d595168f9337a7c26d3834093b24f6e4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2b93d36104e2c99c09823ed5c6d12e25abf3dd07e20683640f99b687a45e9b6a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2bb2c4706037910e8045bf0127ddd9087d2c8ab9eeb09ceabe97b18dfe873c1a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3e5d6fe6f1f7a495efdb0a61dfde0d20def80759a215bc7097265c816e07919a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:efe7886379624399e04e4f213bf1f8b2baf1acf989823caa93ed8ba76ccf9372_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2883dc4d23d0c4ec9551a0818f5d5edfc708454b48333db179232b6f7bafb4cf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2909be49bc0471a0e2ab4e9172e4ce490b305b8e1fb86729b45af106f1ad5ac2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3b91df98133ad62ab43372695b3953c54d58e70c15eb7ae201b68d73088c0bb9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ea31f2ac734ef3cec4337ec6025a1cc01a2452ec124f102e5b1400a9ccfb05a6_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:60441"
},
{
"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.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:07716873e44d49ad177f8c572fe54cec7ddb819a70492e6bddf36ef2ea5e6449_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:288bb644cbb5e14b00d80e0b409c83644a59cbcb513d19025f8b97de61f2cbea_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a27a41e1a167568dc9bcd1f125ac624897d73bb6dca7be80d256432b35e4c6aa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fe9b92e8a052208c6eeac2ba816959ee8129cc0f68bc93bb0a1a2f940a49f4d8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:44ba1190dc20c3a99259ef0723be3c9e1c2d4f339ec4eb4f38a9375cefd60d2f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:48a700617f0d4ab9dd6b40cc27e9f602892037c10872c19c60f62a2a848e451e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9319978cb44eb1f26a7d82709c4ba7d9b6b0bdad78c6c6080bafb0933103bda2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e734fcb9ca41744ac9213327a775aeb0e01ea9974036908721b532ed2dfef923_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:10097712385ddd416b15237d2af20f86a0370f1d97125f1e8a0d25a7215f6751_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:40f8f7e1d72a0e70d96c1ff028cff7125ead621e89cf2f3c1cc5262a3aab65fe_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:50ff72eded21d210ea9c57c9f9b192cb6ca5efe781c5c5a9d2e1129e2eb7a248_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:f77b14655ac6137b53212c8ed526d6baf86d6d6332513416daa73a6dc468c832_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:76042ef2dea9a9316a7bb2a38923d0b670663803c75f5b8351b5e71d344b479c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a645a364226f6768df30645c15ffb8b7feb1932a96c3666cd2d8bbf71786fe88_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:afc4fea57ea3217712f10421cdc7ded66093dfd0d5cdf09120ec1200d696f332_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f70b291b3be37bcef36e4cd282cbd88f917dcc5e61e0ad6228b33b770656b8ca_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4cad4e954d5e9fce7e93ce3a81da34d58e01c38a5d6140cefa7eeeffa13e1431_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5c1598ad56e3f9cf5801a990b2d5d007632cadc69118dd15b771d8104893b722_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d18a7d5884e709f2440b7f85999c2351c0f74ba09b876a7c915a974ccfa3dea0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:ede11c7678a732b9ef9a763632c13e616a95cbabdb36baf0c5c48ca0d476c260_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:208703e1b4c8fd82b6cffc790affc4bb8966f6d95e5b5631d9fc7cd429d82242_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:40be47b6d5dedb587c54ea5f6ee763dc3007284e85cf75d9f48f4de83bff4f0c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bfe783bcda48a7678e776f99ab08f9d6cdf882432ae03c46593326bf8b57e714_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e43bd0884f4c1993cd516c3ea52d1f878a783f6a998a6dd3fe4a98ab11bd3e87_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0492b621d90ebddbab300b3bcb6979598f11380da79b32531f8978b26fe5edfa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2f4ffb0abe2bcc7b801658bb46ad9f397d7a3d11e8b2060859f5dee1625d7ea2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:30b0e4f82db1f3e39379b7aa792514aa726a0c485680b67351c593542c1b1127_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f0f3b27621a9276b1f4f9601b1b399eabbc165d74a4b4a20ebbccf6a36a8f98d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2d56871f80eb82c502cec2b901d3510ab482eea981f50cba4fea729c83f1897c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c169319f15a3e6ac9086e21438dac78a6b30f142c6d96d63c259e45f4b98c2ad_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cbb1706913eb430b86212f941bb32b066af04b431126af872899134a9e111ca2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:de56a4d37e6686cafc8591eb1f7520942036037ba5af21c286aea2d2fab95b2b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3e35e96ed5607d7229629ee64a3a7c942fb12da93a75e989f1fd9aa028e8fdcd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c045d9282bb2e3ccfdc19d09b76e81d622ad5c41750c960a066f9a735ce47a3a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d3c7bcca57a84397fa1932919a750ed7a002fd7f7be976152dd7c14d60feacd0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fc479e1b1d14c548ed9a783109fd978efba5363537b835a5d09fa8d0fa9f9068_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:0e22ab8f884e0095c3cb3efcb63f9f37d55b72cff37962f271fdf534deb469c1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:ab518543ee2455263fe748f1d2ab5fd1fcb87e03bdb241a1fe657c748e220e3d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:cf25049921f441dee72daf95b707da269c5ea7af7026674c42a7e3c8cc682e59_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:d5350fca926c7cabd8fa4e7749f0c2bd9bf90069a11ed96342cbaa0ccc16f889_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:41ec41da1569234037cfc2b9cefeadbdb4c1e45363dcc0b5f2acce2453ba3dd2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:bf2513f4ea2df4a781fa74ddc02c207133387318444f7027e6b62565e8af505d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb3cc6f050ccd3fae295639dd627bdf3ff5f08f66ef0fdefe24ab8260cfba983_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:efe54dbb00c22c7e9e4a6d7c40e52665823c5f94d4b7b03236edeb1d7a304f94_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:073ed3fb3dfb009b6ba476883da5421996c5c4f4119375c0c83b072571d935f6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:14b74e5080c191fe32bdd2a416c80cd94a0f30ea6d5f18faf7396c120c5907ea_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3c86e67143d2caced55d2dc470df15cd1659c5e16c7eb8af22183de1a3222901_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a6de5df300008dde127b655f67ba1c8e637bd6e67bc2c811c0d9e0ecfc3cb08b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05ef13e75b41891cd2774cf5243b11da290ae75f12ecd07239e580a5238036a5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7c5f6b71b68331d1cdff8b3273fc7cebb945d9c037fae5c2fe0666f84cafc928_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:c221dffd999b01fe10c83c1cf3e93ed9d49beb5f0f13e8e23261f44a07fd9342_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ea42eecab8a62b7896ffb697f402857a31807834a102986b3967faa70f63775f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:0123a42a6d10e21067ef4ed5ad7a39541529ff0157cb27443a95b0e5d88efc7b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:61e542fb10dc0e083f8889b0b94c3525f3882e5da701b8db31cc9be68d803ec9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:69eb532db9fac5d796148a421f1c0a95f03a84604fe40d5e5a3719c995b8d3c2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7bfdc577bd856e0cc690c86a8fc9928ed3d034d4d1455378c95293376a74b9c3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:023e336977c9e6f23a82083ada96020a26cfea384189b765e89d6acf7112957c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a0734ecbae0ba4ef8a6cf77d42383afe04fdf33eed2c0d1e34782f147c675581_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c64a9e77bb865dd5475a4022629d394ced47bfd9adb137f69e2dd7bfca2c5a29_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e90910e06037ec13a10bc176da5a516287ddc34ccdfcb36432f386f7b3895136_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2052fdaecd2f3807694fa17f35f03f84b5d8116ca56926b6d657f0594adcc4af_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:274df573eeb1919286472cfde2006716aaa62c65ad1a6fb82bc351e7292a51a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5f81d0322afa70edfd932cf1f80dc5a14ebb30f3f4cb0a4b9943859c3ef8a741_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c5f86407af14e6c3741e75068ebe79aea7c7d1a73ca87fc97128c53139dc8748_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:11009d76f2fc73fb88ad8650914948e04e30d4096420d00a4e6b1f2f82bb2a48_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:464e2bac04048cdd010a9625e6657c9f823ebadd624fd71191ee978520874528_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:4a6beae013e9de12cd8b0a39e9e7488f51b97b3f295e14d773eb28c5df9d6743_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a2f765f47a9fbb2acbbf3b00c2d62d7df283546b7485e7631116fe824cb589a5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:82953c91b88971066d4d605174664863cb062a6f7da286754aa4f05c11a69bc4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8adf05874d8cc6284cb4566506787161305d95ba4c318f070e01960939526d59_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b0127947224f18d500d967398c5008737df32168d2db50f1f87554e149328d71_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:c25b7a4bba9a988a6b7daa4eaa8608df78b927d1d454aac7757f18e3b6c78d86_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1f6a0d8476232a85b5d18ef9ce148135b69a4abdc45952f6ad0eaf41604e05f8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2989730daa53d788a9e1be03bf922a07c1111ee8559bdef63d058be6fd5f3fc7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c0cac6ae1322cdf12df3c55948bcfead52641aa95a57dcdea97401ae01c1860_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:adf166a8095fd21a818265c01776b94e25cea102a98de6875352cdc47fba933b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:67f12e5ce45f173e79229f506b92915943d263ca0adaa31a027cb7245d7a076e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6b91bbe18861c83c79693a155979f3cc56162624412eef4c57c52cfedfb38475_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b2bb582913e9dedea9f2eb41f1568fa8f0fccce2e56be4f666ff41f3698dc147_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d35f97d205f82d6ffa260582fc6dce2fe0fcc3719ae0e19e85e06e7ab629021e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:03ce535e7bb582ca85793c8155f38ff9f73231e7cf5af4ce223ea89d4d2eeb89_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:605dbca994f47b04da902ae4b76744eaebe0d716a7a5fd3cb8e617db5dabb8c7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6b2582a7f534bb2716acaa72598b40f593897124fe03a5e6b2bea1e4c1a26d15_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d88f52e765c3f5fd4ad80f7364efe49e98ae927d82601d27105eb6ad0b484264_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:1305fefe98602549511b835fd1302eee6a4494c690d76964d89189c90f39627a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:325af02386526656111c663e6a206e755f2f30db00059078a0391d4af6cd95d2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6dcb4d60294895ba062bed0e9612ad7fecd7fd8d8cffdeee9bd65ffec1b20a63_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f492d67b16384267b9f65d20b769f93e3122f0957cec290a88a1b244c80e4b54_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:56cd8314cc9791e043cb4e5ace324013f4ce4c825fb5f9119b1a6c6871b76a3b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d6ff019bc8333893d6d5799927ffd9dbd02d0d388752a1ead6b8f85928fff4f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d7e525584c9b7492d8b989d2ad0b8ccdc4f244987f26b4aedfa7ab1097aa8ac_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:598dbc32cda4219d6a0442aee99096b77ddbea0148ac3260c9c37e00b13cba23_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e223d745233c048714d3ff7a04f8ee565aebeb0f5aead03e55dd9f305fe60cb2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:05fe3c8332c4626e356a2b8b33b235d605b8cfdf8b49a68475db687789a766e7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:64ea7652aa2f9f9ba58d56765ee0ffd7224d6534860d118c059c2c066bbf2142_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8673853d611d162bc12d1791bef2acdd4131a97b8a6e46961736724b69332db7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ee04f343f0bc1c58b1e016295990225bafab7b39a9c1a572b10cdc19076150ad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:4771678b9e18450e8e2a6ab991e844fb064749a0b09b089e54a802a7109c1ae7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:68c90482505c592a6393640c16467c1416f3175ba1273a284c3d0a9417e879ae_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:234bf4abb67f86a27d549a2d368d080a3671ab34786e26c6abbcdf58baccb034_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f330b931299e7c97298212e0514c55f9e086e2f33ab7e522d40d8e9df843ea11_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:123e1027c857bf3a084e45755736871b220117eb70d774a3b450f7d877e7d1a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:61d9a3fb3114cc2252a8ecb5b0339a5fcdef87cf962f285be72b164933afb857_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9426eef8c79d6e2c9cf5efb340257ef7dc7936b3369050776f4b45ed6603de37_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b693182419b2287a69a8bcb3bd3ef8d6e799b5e7aa9b5f25cca855995588e104_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cde3a4deb285f4ffb38be4443b3c09f33a44d8f2007bfde6f8766d371487bb80_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cfa458375e07e80969d9a9b3521c5983fd20f384b74f1080b865b618afd35f32_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:30a0f7d083fbf57d19fdebcba31bf52d257fda3eab13e1c8b856291f40278c4d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:7078670a28f19c15b118e3ff8d70afcd5e329a22eb6a44d3827f9554dbbee812_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:6d60dfdba0f6368f23bdb554da68f81e3d088677ce9748d2850ba8f2ecb0cbcd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b71a8dd592d2646c7b085b06edefe64be96e38113c3547a111a8d0201992b98c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d906f3f6f4740b50fd6266205b0b3f986b35ca7a64ac7b6c52cd7167d0cdab23_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e4969f9764190a2b46dc5c9c7375213c28518935d80c4e4570d122d231f53663_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:331e8f309349114252acd7fe42067ab2b7bc03abb6619f1df59c8fe907513d3e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fefc2125429189eb85f3c807ad8ba8896a48518f3dd7d93f94a091ec925e23f1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:8687825da05aa3fbdbf32fa82a739f58585d8d2564501deb0d3b97d67a4c431f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e5886c91ae307b14a848b0a571918a57a9d2d85805af6c6ac7a2404dc0308337_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:260b87efa1dfc71726aefc2feb8dfa83495aedfa6e95b0e86dd1ce0d246233cf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:49a1a91122fc6cc34cb21b6de67b8249f154aa8e2bfade0e50457c224fc3ca70_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:cdc02821294c7bd8b4de75b356ec0ec8b0745b0b409ae9481dc08c4d967b53ef_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:e52b5054a3c11b34c3bc3450d9be2628816575531a1435ce44652324ec020dc3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:64e73e3f7bc1f37f40ae235a7866ea7c881d67afe29b398edc6f15befa7f06cc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b4f0c23d7fadc3a15840607d9aa13327a3eda6272565f88be3691b74f16fa13b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9b5eda1037248996bff10033108d1dec27b8417730bd721d980b778e1cb4585f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c397e51c6d4de14ea1b6a41957a3fe5ae54115c1cbaf414c013035333824eca2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c72d9616c2bf94661a156840d39e3a42d4023598c5d647562874c453b44b72e9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fef61b2df388d1e5714b0f3293bb7878f1ff9ac64b0353284576fa0413000ce2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:267a8525fce7dcfc460052b97dc07532c927fcb27257b29f5e43e5475376bc42_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:886cef96ae99502afa35aa5cbe5a16a30d873e8c9c92d6bb3c748bb68877935c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9a68ca065607df1a4fd1a351041d799b2166b76ebbdf2c92a0fdbccd47015036_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c7a8842568f7ed4d4b1ceb0f507aa5a56d80ab213877507be04ab55f8fcb3a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1567f1a6c1a596e22674ad45cd1975c8667fb2317c84dd5944ccef58326239b2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:40dad16e2777a64a836355627be3aae4572a7ed6417ac39e0dca5f019eeaf471_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:800ffbe7a0007398e44945b2f3772d657995ebd902918ecb410e5d373de06263_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9720a885c669964be135fbcc55bfd5e9766841f6b11bb2c279ac030de9618ece_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02440d8ce569f4318b2110f8975fc4d0a93e6da6c5012882df9cbe77559a0a81_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02594f4e3bd44cf7d378a7fa0533d54b4365eb5317c282cf8295cdfb0ae5ddf8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3e5753abdfee794bd09cd51eda1c7634aa7630ea3f2a72ff40c3fcf5661e58c1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ea8145a89efceb27b579a5f79c37c7457d141a0eb38b2de5c82ced07879539d1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a1aa9421f9d52c8bb918e1b3c9daac3e1a076e70e003a58462b62f0a91fbf795_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d4dd77443d486829650aaee412b58df2c5fcd995bf2c493a22dc1cc705d270a1_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d689dbabc1df0ca42e7eceba17ff474f9e6a30474f7cca15970a5ee7fb870a72_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fea791f1b353cb84039498653a7b7daadebd460631446fae5f05d1ca8e85dace_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:100ffa84c55a87981f50fa5fcdfb5a5daad0eea01d0bc14abdbc959ca0a1ff92_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2e646fe351c1dfb3650d0b67694f5cb89fb7aae85c9b8edd356f54f40b9e9fb3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4a45ec0f50d9cec050f1c99dd33d288ba8f9e8dd1a71c2870eb5e799a42e411e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:60be3446f54ba3c5f93c5c4bf1de44d7e9ca3049abb6ab910f8e62e671a80d44_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:90b36fe8a88dddddcd584cf06ddbde8b74e9d7a78f9f51b77d7d2480ed45ed79_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d69ebc6a9d6bd6f8f75d933ee0f7893b285fb24e994bffc35514ff5211ce68b1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:da6ed87ee2d899e3fe9c6e8b08bcd44cf11e1b1563972ca4aeb3e8bc806a1d2c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fdea5b85efe39b635685d506a4416115d546a9f56e87903650b5e51bec6a10bd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:47ded0bc14992d79c073e4cd541279def7e44d8ff586a5cc1676edabdd86c13b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:642eb8c1bf4631b969d0ebf3a0755f566236ce7b5534fab78d531c76d5e802ad_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7189cc475748ddba6ff3f306320d55a840baa8f1da8a934d4500c49e6f675ea5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bc10db6a9f9c1a60744f49c1ed737bbbb8454eeff9fd00175b98872a1af17936_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:017359024215cf5a7b00bd31b8b797ca7f5f456d66a34ac12c44e53c1ab77fff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2635b651e023c9d4dd92d1897b4513947985256607f9d2dd8043cd7f5de3a765_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:542b1a4bf2fafae85c50eae7a182ffd3a3a07b2c234a00e4e6c639b1143b4b55_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9b3b5510e4cf6b4cb86bae86fbf36c1fccbdeaecfe009cf2e67cb9c1d7924ef4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:048f5dc4b9176a86e0d82447e036ddad890e58e49c8508cd74f8c297272c800f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:0a7e3fc4b1f892ea2e77c1f5d961507f0fcec7740f33d3e308904cdea1d3ce21_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:44db7037b872b0164497a603e99b7c5bf2bd9aaf31158e8a4e8bd03559584155_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:a8ffa384c6770ffe1bb9b7b8729501ef2c06199e0005b16e5dc432dd8d23c66f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:176081efde0e44254215af3f5091e64748c81d2bb29a1e7a64ed2879c6a7fbe3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:42ea798731bcee8b868ae15f9d45b8f0aaa91d1a4f7660c53ee08b070fe4c9f5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:85fd9925886227b53c26a3ed09604c408c49b8ddb9cf7efa2057335bec94803c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8b7b592c5ae05773897351d97fc9925e6904ed02a6ed49e4737f0f649b7eabe_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0d8537a8b89a087f59b9f0c413d9c8d6c77002ff0d9d8579d179291d3b6caee0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:14cc3a54f1ddd57ce5b80b6d111f0ca27f74b4321c9915d5ec1960318c71d752_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7dc1bda89f2fe70041f850dbb5dd3804e853961d2026c3880fd7255dd6e57b0e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:aac4600f524660e2351490cc7aa719ac2dc93193f64bff1178a04376bda57cee_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5449067a980b2d50b360b1aa1164fba67693402210111708ebaa00f0f93bfb55_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c8486459e2b80ee2706409e888070c9100938357621746215ad7871ab9ddb990_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d748caca6496019c594ae5aca825845658e1e8c5a1c062a02830aecd677ea1af_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dac9a4617348551eaefdf01ebf1770442c0bc07033fcbff203750ecaaef1161b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5143aae8d524363878300902b89dfb5f3420ce897bc36064fd021d23993432f1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:6fa81971ac5bc843a536eaf167cf5147e879c5447d7c1ec17cebe7ab85692317_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:bfa79bf705669231df1e59e373712f0b04ef2c0676ebfd901bd9879cef16236e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:cad2e37531b2ba165087ddbcbccf9cf167c4eaca5a3fba5f5f4bd943b8298678_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3538795f3effdfe84442141d83d0292447b4c43e3d68871afcd453f80e11fbff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:7da313ec91e1a9ff08a16ea2b0af0ed1ac73e40c4b629402bff19f183d45aef6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d9279ac3cea7e1e400e244624bd7ce53cbb6343d10872873e71dee20263d0e62_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e89a5c92caae6b72646e17535787d06f7640a47c59b0b4f418c7e48918736d60_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0ec6c9197060bf068f358283d64b9b877e97f072466244f9d147552a193fdae3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a5aa2eb87a3fc9c5160f5c37c50cb88cc0a77bbf4eebb298ee7883ecf47b456_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc1512a1ca871d5e21162430f028d7b7f2391e19cee9b3d6e253b6b6d03cc8e2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e8c2baac5dee142c4e84d01c731abbc200cf24a04201fd8690f0d47035958830_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9b45bdc374e248769add4b772aca63e25ff0baf8d490e64066bfa78405cf609e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bcb4f4b45a7d62927ee6589db9d31e9bfc87a13f3b0239649c9701b10d3dbd75_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c1c72b9d00d45dc90f97bd9c5263e6d385ee34f3a3f834909dd8b8eb28c3b15f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e15057d2878011a1142587df35dac65182dd4ec4c0f3c61055a73a23dfbd615c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3bef4d599101ae4c2162f47e89f5fbac89903db3f007bb425eed38e1d9b4d9cc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aee0556c560d2ef9f2ccf501302a373f15cdccc83ec2c6935c4ae6a2f25b63e0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ddc3c05d5daa3aeffe5629b7e2fedd5df301a3030f8f8c6acc3204b8fd7e0995_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f463811c1b1e6fc34934bb5a8151fa946acf321ab57f9901b3ee1b7f75546beb_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2abfe62de89fdd0697da63674373b1c8a2695846d8acab5f17a35fb38fbc23a4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7701f38b6702b4a9e6b49b3db83073475c33528d2529e63b1b98664bb7191906_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a23cd4945d2e1f9e1c194179fab9c388677fa1317e02a99eebc575e227064b79_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f2f194cdb1a14fe59e05455df10ebfe70edabd37ad605346b6258c5bda79d96e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9b04b0a1047813b35f6ef09e1fcf1e06b63946e0a3b3feaee3e081b0deed689b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bb521f2f97477b5b9851f6655f1738b620aefccaaa81cd303d17eb74ade7adb4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c8a1f9ce2dea4947e6cb460bb4b4ae7ab6bc5f816ca25f3405799d56c6ca48f3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d8f67c5b7b8903633485f67a76f88ea13855bbf95e92b651bddd15fa91458ebc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2c84af74e0937a0f3451054240ab7ae2d44c1b566339012ebec9e5b75d7a627c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:41ab25be6eb002ee921bf74c1049e07547328632d576e78fc45245177fe9ab84_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5b389b9b0acddd8ffe5e5c3f9d54321d061253f3f45b5b66b6dfa0181b73b87a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9afa17f9f4e4551369e891d405098219c071231ddab921dd32bb7bc66bb0b6a7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:0bd76e62d162ae823a34a766fccd9d339e3f550720d863b477273734ed1fdc39_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:dd17b1ffce727d9a74c3f64d65b72b03a5c8fed96e773665a078dfab33bd64c7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e8ed2c9324c2f5594f90b049e92f2fb3141dedcd99165e80e8bfe147c738adff_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f7f45f6d562bf699e0e45e134c7ab71701dc3994882cb82edce9356be7627ce0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:22dee3c01cf1deff68d73d76735e420d223ba0e75dba1e7ae224ac4e7b14ae79_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7134aa51e11a7d6b826068d03b9c90a518cd3cfccec0e3f06e57f5ed77daf6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7cdf9e85bfc54e4562176d63e1f2be56775dd761c6c0cbb80fbf888dd1ab43_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b72954ed888ded15f443784fe6a684b6e0d7782921efb788e242d987fcbf5388_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:63bf84966169bf2dcd8b8bfee3c478d9e61881ca007fdf3a8be4ba5cb1118211_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:697ada7f8e4bc8a881e2f1fa3a8402a2e96448f948befd465c59e03ced12c9d9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:85ed053619e39778d5a986255af37802ac46a26899c8a448abb139736db5e075_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:abe01f65affd92347d8097b3922e587548364d9680b74f767e9cbf139c996802_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:55102797bf884eef2d8b842ba8a5f2538f711622eab1c82b06941ec574b8f266_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9cca1a2d1a6f5a33257e8f790d180274f24a01c125a717ff79da8fa301e2f270_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a1f1be1027b54388f762951ab7983f18cfe37140efcf2c778a5d11d4740e8e9a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d65990c0adf148e94c1c0ec0730ac2a285b38eff128cdb2fac7f61af1514fd14_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2db5ea10de47829d4643fc525d9efe3815db59d5689c0febecf4fd722ad0528d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5dcf0a7d3c0b2062ea11867f5fd2a4ad56fe786b11c3095d76eeb4c844240a6f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:73b76f141fea3db7cf7df4e9b70443b37fc67790cc6986efdf53a32ea7360bbe_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:be3286f36b4c80969594af159ede49ee20ab5dfbbd890649c2c4249335714466_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2cb748becce8d80bfbb66e84f63e0f0a3cdee6d9bef3833eccca24132e9d0699_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:374211b6e69093447e90462693c45bcdf2ece57b033a419f13585d9a46df62a0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6047837c63bd707f994797af79267ec8bb5075b3fdd88c069b3acaa04ee2cb5c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d8c4afb75de3b6d432d4929f4d4fb6938617a794ca2ef2060b83a02588a1d0a3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3287f57d83e7becbcd3997ff2ade6e6b5a664fd08610464002229e0a116dfec8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8a58a72e372b4235b4751e08f10c97ef0798519e6b91595c234fc14089d7495b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9654a0a2b4549ab06e5422dc69872961c892e97032b18d913cc197dd3aa39f3d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9e9ecf8cb43e1819159bb8fc0eb5641b71663e110ff757e26d5549cf41075084_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4aa3e0ca4b5398fcaedd212506e222fd435f7a46c2eaeb7a49dc50f789cf13a3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5d094c8e18e42d662ac2f5ba16602c1513094c7dc547fbe3de562463c4096bce_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:67f85bffdf2db08fb27d52c6a0a8b615a4b9cd748d9a7e6126851d1bb27844ed_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7d4b6b9e67875889c95a5d126bcad0f6b98c148b85433180573f439a867d9e25_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3c0791290db50c5a925a80b371ba8bdf91f4fccce56397d12a989263a972bd02_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:654aece866efed516d69db0e47668dc85d3936e901aeabd098e07538aa3dc617_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7637a44a01d6c56f002120cf96228b6c68e92b4391d4b6efa1c81ff8e40eac0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dbc636494f53ee38eae00f243bdb92d187ec84654c280cc454f2b4febd7c22f0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:08f46b1d2114a3ab80bc7cd277859a4f84e870c2421b9e13370774deca0aebe3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0ea69bf7a80cc8c0810acf8c7aaf2cc1374d3b034065f1119ca33af3d1794cbf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:17e61f4a9148bc2e0fcea85c19c98eb8c2efb701bd21f8b63547dad13fc256ec_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:8b81413ad0f567583ebe4782344c22834c1781c5f7493c8a05b827f3f2a5e409_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6b348a4fae63bad66acacb5f0d03b8155246733e758f14208956c38c2bedaac0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96eb6b75d6a8ce22b199b8150e628a2a00c427ffc79b2fee2e24af1bf584bbcf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e0b17d193af2fd7e981c9908e01f2d840cc939e24bf1be19977beb85fa1159ad_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ed56ff21aa465143bc0d1c4f20803873dd07999229739b84ef7861683476b22f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0654b81d996d73c5b5b03310f314bf3bd6871b3bd4d1abe791cec9b7a3339719_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e294ee6e92049316f91ecad5987a24d7d3c06809d3db2ee3f9a41bb461bc220_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e3afa0bbd3ab3ed4acd6d0059765116e9ab56090313932bd063098d94f1c3b1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:929f235d156df0f59479d60379dab0d83d6fc662d9acf7ff050a520850ee0125_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:14b5ec9622b1a177ffe69a7c87b7797c06b283b26d5547828d3177f823074b5e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:52a47ec0685655243dfa60738842ba038719f2454b85024084de270736d06529_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5fea5bf035692313badd286c7d13564d48c34e3195bac3c74ae669607b5b5875_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fca2b0ceeb7e301640de2604932cfb2c386441e0d3b3b0e4a525f0a6b00f7cee_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2b85420da837c90d984c5945fae12321c8e6b6fa270768da6270f382194f2d4f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5e5a715049a34055fca9a4b36dab839573238385890678734f96d7ba776dadf9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6982d2c27206f15366ece47b40f4a6a2994c7acf5dbb94aa274c55a2216d0063_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a38c23c37dbf421c77c4f36758a105b790123d654f1c8b3419becfefedadd0e7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:021e3ef983d0ca18800e0fc390ad96f4b6f6b9c3ab784c6e74ebe2e7fd7b31d5_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1076cff5268f9fec09a760da243efbb72eb96645f838a746c4c4e28ae4feba33_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3eabe7ed8651b8dedc3a2c38a83527f224ba3b50088b3238e158048bb2ddd85c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c29274bf105ffdd07bb78270a6dc497fbfb699acce48c7c6b7b6ef32416eb20f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:71bae3f7d9ec2a469c8d69b9f67d27a0a98a26bc842cc8733442cabd43fe3c06_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b67943ce9e26423e0bf84f411d50f394a67a0f3368ff289e695f8819c4fa8c02_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d4c9ea28e8a716d6a46a42cd3b5efc82f42d456e21791c32369527ae82f643e0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e4c222d813696b8b3d4cef6982cc88ba3d4581ad6842b10510fb4c8130a82684_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4d789598c5dc7be91f05a8766dffccc377a71db2ea8c5cc563f396cae02326dc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:70267df26127761958bacff38fbeece08995608c2a24c7a3724495128ef2bef6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:84ea38804ec003ae82375c83ed4549163a2c932d6264eb64476e0ad175b4a4de_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:bfcf2ab8d6586fd6a8f08ec2fcc71f997800b8f459577c31e654f8ef9325fc42_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:49a412244c4d6b547d5b0ca9bcb041b1e3cabbc78f5234ce52b678207d83b3e3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:4d2e1fee9a43f8faf39b05a7d82ceac50094ebe972fd1fd85b1528961cf49478_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:564e888a319fcd9b1af19b18a4281c5a2c41bedfc3186fb3bb587a1e28954c0a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecb2d59766a1aaaf7cfbdf1e0b92ed025a18fd54acd41fbc63026b350c98a953_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:296a9379ce17e07df7008f1d35004477297a7ebdf9e3d51a50d71628d6ac68af_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:67f272ef9abe83f9cd959ce97e3d5c46ed6e118ca30f65fbad733384d228ebce_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c8b5246ba51213bb183e07d862b6d1f9b156e1d16b7656bd6ea061f9016e8ad5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ed375d4341175bfe6945ea8aab5208f375034307f6753cc726230629ab97a71f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:29e41d78f04e683ecb12ff2335b7205383670e7bcd2b1beec736261a93abd406_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8ac74d64736ed4788497e0d4d10226bfa212f6c0cc97ee63d7c61676698bc022_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:94a303f0dd0822b5d82509e3ff8af5887949ddaa0e3a91b9f94d0bdf4e1e267b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:95c3aff27109694e511c9e45d1132bc4de0fd636cde0855c9ef45f1a17f5ce7a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:16e2953831f686cd68012c8cdaea2b404c54c91050145b716ee8b0ffc5cf11bf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:91e3e3d331d92b90ea49a78531cd366201c5de278f56597d9dcbeae40f114754_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bb1ec078ef82180a6019d6e174c16a5a846e4cb8995753628db25a4ca0071474_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c33a11f1aa2fe38738663eb291e25503e2e6fc3cb5bd964e1a6f8db0475e29a8_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2606e2856430c12efdf947977a070de13c3f93d3f304608c411ed57b6de0c6c7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4dda7a5132b638230470f86622d84a7f0117280726ea52e3769c15f11b1dbbbe_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f3b4137b1beff722b9c1ec2e451577a22f44c47a6196139a39d4aff3a0386daa_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f688b554b17808b3aca13b4e6bb8a240401db6f6cc5805e98ebe71ff43dbf1a7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:07163bdf6c27b8066a5f1e8674a2120054c3daab1e8a0db8cd728f2b1ca0fa57_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:32956c0bb79239db914454aa82f94222c6f7a90be718e22bb80c4e75a45127f1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d877387429f09cf5fdf779e73200069c418e561f20a21815bd56fce1c1c4c73_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:9a64cc9623e5639b0e8ec8f5ad63a5ab83f92598abe541be09fceb37ba2fab23_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6d8e4146a7965b0a81984df7d0a2fc094c50e7010acb93e58510cedc8a42e687_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:764c1081056df81f61d6965869f9ba66d67f132d6c768c13f1b2c1c81d45ec6b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a27762ca5025270235002c90eed00d6d029d4b7103b5bd108eb527fc8e797f1d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f473c0c439be12fc83e9ebcef48a1a067a5f4a9cd581ca19ca34a3dd0b9fb79b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:6e95c6d3ba75f0655680a4e46b703aeceb57cc9ad072733bed1aeeca0e9b3508_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:ba23af1b9437640698b924bb0645013d7c08fd6121489b01b63f66156faa6588_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:01c4ac10b7061c77ef54bf337b8488722506d2a572d9da7d9a689b4c9ff7c225_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:67c19e36b3f264978073841b06d940efc3fe0546baabffdfb35c2e5a1989e96c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:add880787ab5dc1af04cbed51e2da0f6f630ee85387617987ec6d6d8e3a28009_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:d6acbf09fd11d29d0d715b96e60355a23deba955fb3ac6ebbcbdc29e6923d508_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:474e02e9e121dfe39458bdbee1f434d32fa29347f55386a4abcd3825c9235456_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a0e6d2e5adb8d9c223824f623bd7d391e33241fcbe281c54af8e3925af5781b6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c3fffbd0e1e6db3256029c6cff61bb64ba56625041ff86a9d46a895076877fff_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d253f116a2d1e2f033f47422230a0a4e8a9fce255d71e9140a0bcb6f255c09b6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0b41f824ade401523c3ff06e2dace98c8dda246f40e6a01a588dab6fcad09683_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4954d67caa517e2e2edec0e5d4b95610a31b82d5a86f9058cbe55193987da9d2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d1a37ce3fce40a5d5e3065b5a4be81a18fe2a6b81bd5d16ada65f2647fd8fd0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d395f05c26536703d44d06525efc0ac6203440e6576e8a1513c7e4ed8563ae62_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2224a1bb7f39feb0ee922a54a94d8dfa66e676caffc681f99227eafc0082b50c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:339b51d602e6c798949da55fc36b4e83d4b07909c97f004f8aebb5bb6f43268d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a7bc2291024185f39cde4d43057b17968cad18451fe8447b0ace526ee11bbcb4_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c171ac27f2bfd7846db274c1d2be8b39cdfed3afe59ab4fb01f903b5be3af443_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:45c70f4c6f15a25e1982efd6eee6930f16317ef4cebd11ffe2b5994b9ad8b200_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:938dfb864f0a9dd0116c5969eb1ca94f2e04b914c3ee56bc26ac33f90e2535c6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a4f095b9251baba737421c47566ac7329258b8ff22b0f131c5a941ad1b6caed5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:f7a4c6ab4dc050efd81ff5d7dee7569a55dd0cf96e6413c47770699f5fa02b6d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3a4f76a56b75c54966a76307c4fd647d854812bd22e55cb228c1e9b5aea67037_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:98110bc940b974dcbb8b0ea21c6b52bd96ecea62779f9665d3ac8dd03223905f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a7e47a89156ad39c7e5820cbc98a0b295ca1a3aaf6b72be3961c6d4eb0225831_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b6a273a6d68b36cd939b6bba836f657168526125327fb784c436c99848f49f7e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:26b6bffa3e11fabf11ec8176bb39ab3e301b3c5a85c1aec37142860ffac1fe5a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:301f5a73d9d839a999dbd3c9a7741ed3458ffb87426b7499364e6460850deeb5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:57eee4fc78405492c9a665c228d1f25c75f0390f75a73d5819aea7ebc2da6b4d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b10b625aa3fe5011c7fa9db3c95ba6d36c569fd6f6aa4ac3ff2431cbc103d362_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:11b59cdae58f57a02a4c8479266a50a1a5691f2e8e4382ea7ce96bc913ad4afc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1f11609dbe46602b2c11ea6c776cffc87ebf3fe2a1204f25bda85d9793d5cd60_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:28ca9310e14799c080a07935267ab4ecaf6fd1abadcb1e165deb46c81f2e731b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:56a619fe929b8a18bf1526bde6c9a86f12a1c0a43739d1a0d04c58920d3ac5d0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3bd696b964b694ec219c5776593bf4772dafcc3f43b973355913801929462557_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:4142674147742cf0ecad7223e02e88efb53e5a34ab820df5ea2f645a04219da8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7c59a7997fa95d2895620378a7e18f0074929b630c329ba3f03c72e43415364d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ff35fdf6dd3714c214394ff6f203815f23921af529bad0dc22abfa1d1680b333_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:15198ffc1a039f56e9cfe7ab35037c34a3864a83163576b65fb3e9f5aa8f1f3f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:4ab1c5859c4f54f225fe4d5555f3c2d1aafc520ce7a9197b040e06084da9a43b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7be609c48462446f215d9ae0326f1c76bc0b779cd08db391163c796106e7aeef_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f04c27be87ea23869192754c00d08badd40a106c2f66b86bf493455b3e3ceb09_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:42ce515a9496a89b6abef7a94b6fcea6880b2a9833900d54e1dd4044c9e2872e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5ab9133d7b6aa46227bca8a1c6ec2ec9233ebed8e62e41ff122dda627d4a7fcf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:94f82ddff9d44dfdce03af24a851c05cec4ceb161c5631ce6ce88dc8a9481271_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a7879d59a73d16ad9c237a597dfdbdbe06fd6d3e3de0c9396e342250778dbe08_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2f370ec13f448fc82d3f142cc8b6a559a4d62044631f4b394742652c4672f536_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:38471fb10545f0fd1f879ff8ded337bdb6919a929043727936d28c2153a78fb9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8e6c8d7186bfcc49c6ec64bf8bbaaee511f62cb5d14aec29bea364f90129d36e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e35c02d8101af5150e038572081ef775816f97c77ae24fec3826bef8c24837b4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:123714413da1487c02d182f1d355688d2f0fd63e0f82865dd962567bb9c81039_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:675b6754ba7e231a1725cf8338d536551497ed05e7f40435a2a3c98e411af84f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9eced45114ad75c3ca56d06028c836adaa713433bc49f6196533276f9645c58c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b203bacc4238f6cc6afaa7dcad119d126484235694dcc33a46edc4d002dc7f5b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4e68102ebe684da4477f443e32d69865b6fa28d398fbb76463c67d85739e3c2d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:6dd5107b14c1abce011367145d859456aeb03052ab831b4c548fa4fba0b269fb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8e6d6d3162ace273c1312c383de4e1f6ffe2d8e6d7b553b64e6ac460ac040c20_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:061699fecaf30d68ae3d41b89d812ea8144627d9ca9de83173fb33fa06e6b8f3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:33b4bb5c331675703e19ef96f3185b2d3cbcf4d0e37a6fabbeb5a8dc1f46df10_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b7e15475952a147e7d6d506ee9686c6c594d529b27e4086f49b0dfc1e237d640_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0465b162143273b73d2d1af7ea6f9654116a9b1cba8169028273185f2dfa1191_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5d1720d8067c33064ccfa16d47931fd18bdd3590f53023c2ec268ed9405d0983_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e99c8d382c503a7b1e25e6f72ef293496beab285d0a3453d09ca73fb58247163_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4e09db0d6efc9289a85cf5d4ced1d6a6a7f52168e44c366907a5d4ebd3e7d75d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:585c75fc909525ac0332764b66db33e6646e5e0b0a4d01d176be6dad70a7447f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:85df50114baa307e2b4192a46f80a292500401eaf41f45b071b23bc278562135_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:3ad0b56893a8ad865ef9de637c1f21a358aae5ed4adadae02db3c6d37db93422_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:56925cf35430409d4a59b4de3ea74d8e3779acf505872bcefa26e97418f7bc9b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:a928a27d2775d702a7b4888f87e770c93049b645b5878173d87d893288c0701a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c83836428568394e500de29f5e4b44fa4881f5b5813a8dcd42a5bd16b6bd2bae_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3fa694c3f2b9c05fcf2cb69f97d791fa46600ba1eebd67608b109586dac15e3c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:44006268f8f00b5dcc4737ce787d9221b50ad7af3e678ea6dea817a797512b4b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:6b7d13c5daddfeda27cc815f3fa02affd699ed626cc41775f78070cb8cab4f4f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bdd058e218fb99204c479f5cc33383634b184b1153a74c3333926e84f3e4bae1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:174dd5140764fb73bc002166fefbf8f897be7b295e10527410fee19338fe65d3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3f5a73689320e820972a39a40077926550f7864e2d1969a9352d3b833191086f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:df97ec11ed1fbf6397b6a62c85014c255b60c652c98ea439d1f47e62c6a0e4bd_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dff5a115ecbd046f3a1a60ce8d8518edd570922528a7ba56cb17716831eb6b09_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:11f56bb6bdf0069b7bea04e5051874cf879bff0ed36676dc521975eae8cf1bb5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1eb4aa5666fec327b24c011e1b7e726ecde7ba1942e0b8d9af38a65baa052985_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:77da9199e0922972da775122d60efaeeb4cb2cc464ff6855099fde770cfc01a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c56c801a4a9e11f7b9ee071dc9634fd6c43aaf04cdd6b048dd4ea1a623ba16a7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:5332d1051a8774d9d3ebd2f6df71f2ae36ff23fd32b28edb418c028dfa6be128_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ae444a4f4274431a8dfa075bb9c91fda502cbdbe971856f54ffb6a0d5deb08a3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:4148a39c8311d7050050debedbfa7454b53c3e00ae4d63cee7bc6da688af744b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:699c1abe44686141c985a530a8b3b864b3a1bf2c5c6645d68f7920b8f752c684_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:608159f89bf52fbe18bbdb1c48b679346ddac7d3ace7883c84494615a4ab7adc_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:d26f0f1adde0599a01c90d8b9e1e8690e6e532a380e7852e83cacc1e439b5424_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1ef42800334a0b6d395e1b1bc8e517e232713a4ee0e4591415c5347ea1352fb1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:23d11514c82b817c95564de1f0252dfcf753ca40cb154054c051b6bef078a960_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f5311dc740529f4f4c444fe33bd5731b0ff5d213620207f039af546a3c521226_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:14f9b0d4497da98ffed111c1266fd4e0b4a812f6b7ec37b95e5702438602ce33_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:4e6b6f1636a4300955a587155ee9063979e47cb387dfc1a85f3738b1cf25589f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:2cb5be04fd1145f054e994500608d1463f35a0fb87305e559ff71c972795d978_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:664dd8b515ac89b33051c38e00fabc4f2bd8c902f9fdd8df263b6cd6d0a0bc25_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:28e1a2e9d3850462c628b0bfaafac15d68def97b8c1c9387de58b1fb6d877f19_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5c60f40d38ebe6f95cfc0fa78fed9aa265fdf3aced888bf232445c2e76e4ed55_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d36d045c32e335933939150b36fd2f86599add415385560d3e10d4b74a704d89_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fa556b78fcc306b456576053e522d93e0c578807e220d3c562ea54cdbc2d1a92_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f9ea746b7bc2eb6cf1d82644d42d363d9343506f9091e8bc67740a06b382081_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:909ff0827690342dce5b4cf713327f3a8887a056951953c9aa639e916129e1ad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a8705dd5df6abd3d6931b298fe8e53cff0f8259547fa85446503b413b0ba19da_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:cabf1a3d4e2aab9e2273afa75bac084e93eb36a2801b91ea0d79982e9e7e5f2a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0b5cac582cea2ea2dee7d515f05bfedf2a5beff46ae6d5ca9626bbb36c94b865_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b920409f5635d704145bb8e1107a7c6f951976c44226a2083982443f67ce619b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d658355babb92069a73c35353c2fc0be4450517b3445d2387b4b0e3bd2b873d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f8036fe71f651189dda062ede40268c843ab07ad5b32e010250f9b6fe9234bb6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c5361be369c8e0194275ab97d18d52a095a5206888bc82d592f9f9ba28a34e91_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f6427aa92071d20df4e412376886d9831bb0cbb15c10216ebf2ac78de096b051_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5d5edceedc72d2ec62b24b6a60c278e4836829c78a0bcfeb20d87fefe501a39c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cd23e978bf90a7180245b04b5b0df939ba57e30ea13a2a759a5d04953eaafda0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:bccd28236b901759b08d5106786d262e482cbd1e3798c1392c9c6eda9956a5d6_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c096101efdd0dab71581c6e6506b9a6560c96979e2d439ca888d2c67860c1337_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7cf38584dd1c5c269f86d85b0488e9224ac989f985989b00ba718ccd5c1cda56_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b2a85daa27b4a10282c1365dfbb48a3224df6c2a47d6f5ed59c3c01f6035d443_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3643a11084c5df88b8dd9c8d7693b228f3a9d94f74aaeb4620aa458516c14e18_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:a6a1152188a6d2cab12133e497a5c29549fa0103dcde8f1bb530ce7a033033b5_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b6f91ba9a89207a2f84a8bb1343179bd74948644a8b1608c2a2d84dee9ad39b5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c21ea57e4b38cb47e5aacc58b218ed97cd4e6ef353d86442236cbe8852c6f648_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:56c61752133f5574587fefec75502e2a132871ed033a824f62519117ad0c4620_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5eee9a534fd647002e246ccc70b47a79737cbf604c5fa4519d10a8c66865e5a7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b1428b294b7752d6d56fa95d6630aad0b6d205991537ddc3274a7062c13df3dc_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c363dd15dc780181855ed7e8af09bf148d9e38d562cc54d90842f95ccecce36f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3978c02a12f2469999e833a2cd001a08741c4d9bd22ebe211bfdbac17563ddf0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8d20d5c213a86a2d9cf1d4e8ea351a70e2bc1e8864e7435baa701aef3b22441b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ad84f2d6f695c6c999a82e33cee9938544352a648c0e72adeaee0803289077c9_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d872bcf33f5d4d6f1a074bef0091e74de82b3b1a883b9004aa1f6193b84904fb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:027641f0d532c5d06663e838ddee798513282838efa12811ede36e1b8669949e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:198fbdb0d6d4bf699a9186c06c310e4eca0c3252ae8e0d64ea1c68d7b67c2bfe_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1a3fb2aa3ceac5c827d7cde1cc0296d6974663d3f5b4139390cb29dee2bbcc20_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:51a53812eecfb69e77afa538400463c7eb51710777e9d9573804d2d9eab5d307_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:19cdd4cd8546c53530e098641c6c83e2f38f05f2d046c6a9fddc3c8002a01fa1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:27b826d0ac202a4321d2d28bfe26376b405458781f04acd607c3a27bebe83651_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b1c377c3a99dc0a9a6a39dfccae28c7e5a11674342530a05b237a33117c980f4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b230c7f6c243ccfc43e6b50809f916d3247f8daad3c750220020ec4337b126a6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:42cfb65c46f9f63ae3227c0dd5ca2a0a11729ecfb2865f3a4443821a85f7c8d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6ca3200ace5f9b6c36c20185dfbac37ef4cfb171f3a99eb9c746e52031bf380e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a9edb90a7efaeaada322b051c1b4cda47df859fad20ed42574fbe0fa00d15324_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bf0602fddb6c09c5c20a33abf72b947cf7ec8de6ef68144d2f4b1a1a9ad906ba_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:13df2c323a0db01668777fb495bc342806443b5c0992fe7f9ede76a0e731e2b2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:8e564be7535e32f63ff7a84bb61b3586b16b07f4ab6db20b42340dd998f2e919_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:29b338177ad61fbe618240d520eb180c1faa54fcd4be63c0d2d16f5221c4d7c9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:97b5466389d9b1e4c54dce29bfb42e901ac2c4aa39edaf99c35f30a766d38b78_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:989cd4643516ba83c661cff6bb217cc25d502febc80344e08e90c6eef8d24088_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:adec59d5a5ca059167c1dab49e6e1e6363c1788833f2cbc2381cb7d88a98864b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f821e1e8479c74d1a672e049e187d68cc4845e7efb417e9e4e4fa99628f3ea99_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:4eef2a136a4fc3a9deb0c5999546aa8d498c3553107d1e0eda9d394b2f412169_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b31560936594f27a81750c2d73f97385d7b3ac87cfa7c75e1a4fc224243eb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:bb3bda07b0ab9cc97889a530b1da6d7eb3f7f9c8a98f9b867bb3a93da7694625_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d50f44b5a5797797b9595f99e3b24684908cc28d317ca00791bb6a7406e15636_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ec2e637888e698016d6df6cbf4be6d44e5a2f544e7b81884982e06ee632a9ed_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3c569b4e1ed989074b129cb91b307cfa10c8305b037b284b23bde4981f551238_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:4ddb2823de8624d7d45aa16adabddb92faed392e71c2d1a0b3e640be91b731f6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d3b7e9f39e5238f011f9328467c72a8cb8cf99d4bed7ac0593edb9ec5bbc90fd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:24e49f3b5ed9df72849a33dd7fbd4a0b01b8c3be79705d6e23ae48e3fd164133_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a9ce73e1f17b21b9bf2ecfa7e35f5d8e9c72620076bed594e217b870057185ca_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bc2fc4c0e55023974c90506cc14c51cf73741e9490632453687edf404b3c485c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ee9af4af02c40524e182fb1893b8bd59785be7d508111c5b0415f0caaadefcc3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:971256d54a4e10a29080f656d5de3b6281f27c77a40c0dc7352f1f05ab83eb11_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d4fc699ea35d0f1e96e825d2db3f21628e25589ba57c40ce771ed210aac5d588_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e3d0f624ec4e265daaed3072e9f9dc85668a917d49c96ebaa1c7bc05ca636197_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e47600e5f91aad639de386e422056d431450e5dc3560d30ad16b0b0bd240e371_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1cba0b4f393f1927ff5386a9b2ed74fed87a58e4b2d4a38f34fffedd30da14a0_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3b8bfd739f87585230904007f0b438b4bc9d79337f0e9038887bb7f297b681b6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9c7b3d916bac7900ed009cf82a03607fe68fb924805ea37e9950ff3fd6c73b44_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c0fe58445dbc3f94bb9a041ee4ac81d6e1ebef0eef6b2468c288be51d947555c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9c772d8d7af17818a38e2004fbdd7673bdaddea0c36daf239dfe65a49f78c212_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:acdda550e575dc7add42439a856726b3833c5d6d98dd9976f30be4b781a11a82_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b5be0c8ab080114879aafc5d2526924d32306ff545c06dba64c947ca68736f91_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bc413067c8cc3e6c40a9be4ea896d911cf6b3adbbbe4c8e85fcb243bbc7bc2ea_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4b39c2a3d10a1e059c3f52bbbad6df20e52e47a422119d51806b59bda8e7e97a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5f0f4b8edf205f47a263878372c0fc80e1531f3d197d882a83cc6a2bf980c277_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:78987fc04ce330fd8ffb8a96e1f25e8ece8360680bbbf4c8854f1ba1f598f2f6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a43046599cdb529aa9a2672b628a7495690b03379c7dd4ec7bd744b01793943d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:25b8603f08442f61b433250cb6f4839cf2cff118df56d1d7e12b3b09e859a278_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:912bcfa64c2dc40a0f8573e595001fdf9dd3280e4babb503198aa019c4c94dcb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9f84034243c6dc1341a059730c81b05bc6626b913524f8d854e7d13c59eb4d45_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d9683ec09f7d3d0c73eb626fa7132ea0d7f731893506437d76db27bef51ae518_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:13573ab2e748690c65900137ee67fa558a1938fc2c4d92deb6b308809a77dbc7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:279fef1862c07ed7b949895843d80c54180a704411df4bd4059135dab63900d9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7c527388a78edbc77d6a9db9ba9d5c8ddb302220d69734f4e0bfc26b63b3dcb1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e601bc25408a2eb5735db7d2595f969a59da9560516715ad781cff5e4a57f2cb_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:264fff5b66ca49266cfadcee9765ba0b34bccff8dfdb12e5444db97af4913095_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8f14a597769b040fed9d1c1d610b6023734dadee91cc28588b65efb25f6308ae_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:bf78d9a4afa92e68d8018283114bbc7fd11fe0a9b357b75a00395ad630ddde75_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dd57cd8ba112502a28c74d7f9e021035a061e1f51377ac0510dd02a303f14f37_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1e3163b559a137ca99141d0913759b5a92cf30e063f6ee2485983a486d97a066_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3038ed29c6dd5d46bf8d593c154537615b8d218bc43eb89dc099a546308c5b33_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6f5d8e50b9cf127af5334e0b1e97aa1bc466bb1ad8a1dcb2b6c3e7494bf5a1e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fa6736bee0e8806b00bf3b6d971e2de5ea49f3f2a89e8cc404d55a70e6f73720_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:09157be733606534b4788e13e47f647c427adb2d36031df979628d1e3d93b096_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2c52bc991f789cb2582b4fcd0fabd20b86b5893d9fcfbf6e9ebbb372cffecbe9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:611ab0d9521d88b9676bcf873b8aaa2fd385087814de0ab05c7c853fe98da20e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c6226a0f343e69d720fbc83ad01daedb925fc39d272df78fdacbd847fb075bcf_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:19425f8d71d7b67b74e76c5b770a5e3d918dfde9a9eb3e181c767b4489db01d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:39f0f3baf0bf65713633aeb91a80cd35779cce2b43e6faa70838e0a87bdb12cd_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:804965e59e0147de822be6cc464daa137e45c991e4ff00c7184b6fd8105eb781_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b9b4777d271c5ea81505111d169134181bd46169ccc05dc65f3b6e59f736d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1a6e143562b0618b3f5afb6d488e8bcca48d9b0b4f68dc70d77279643325ac52_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:22230fd972b50ad12367aa043fef070d0e580b71e874a0e3fc2f5aaf52839773_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3abe2be596ec79e32806af4d66a7350835433c11e8b053385ee6463e65f31d30_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bb8fb8cebadac019a3d8c7fb2338a56918ff39aeedd55318fcc7e7c6d60648a7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:28dc48f706edfe382aef8370f464836e99a307136561dff65f7e7e8b5dcf9a5e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:533846b923d36de2b953fd071f6f7ad38e60548e9ef1d3f704039bb69b59530f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:68d5b77732cb2c0b0cb9a7e6f4201570dd8134dcbb21019dfec4bfe1fadbad1a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6d20fc820b2b684137df0fe673dd4e98135ee6a8c39a660db8435be44160c4b5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:48568238316d40eaae138ec218e4d0fb6119c94d9014683bc25934210792500f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:1d1ba67b2ebee648e679f886122e649880437bed73cc62901f26e77087d1f72f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:627e8fa2665e8d19aea0b746867ce31b58cef207d6dea85228b175b96cc95dca_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7431114311d645b44e0f98c9a0e92e62a2c412a2b57dc47b52f1e4c5ae0baea7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a88a9aa0807380263b476e1e7491c9a4f36def3c403b43fdd30bab55f06e673f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e38292df09d0b5589b58f31c39ca74147011aafc1a51be00112856a7242cb80d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:67f16f35ae8e95b90d758bf617c953ffbd0f31d685b9f023c34e5de5c02d1d13_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ae42289a9ddca85918d07f71db7415d099e8544ead8ae73a0d79e600c1c0f067_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfcee1078c7f5425c41f8d3398ae512f2a07d156de7d6e92d24d7f5eb1eecff3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:eb851650658c10b1a102258af7b72aac6db36647d07ec4eac2bfce099ae68e67_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:74efd49cd2880e07cee9aa16b7615504fcd276e8606b7422ffe6a253636462c1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7ff9273c653a511408a49a0778e9584605b9d24e1069da8a77049f70e2bd5616_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ad02d1ed96a39fedea9588756c548817e8672b8fa6d3e16f1f53221e3e7d9157_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b10f0eaa64d49ea5763131b8ddd134da6771b835333a4f5ac9ffdaa13cbd08f9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6c75dc3551d30161fe15ddb87170bd7ac33cb19b242907e99a9f2b003659efc4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7cc7c37a8ce0bc5a1de200fa97525c35943d5fe789787d642c4a3079c251c4eb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dd8dfd22f1e93168de72dae9a266654563fd41d605c65b4bb15f20ec65fd53f6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:e651483d73deaf4125ae3c2729bd8a42b277df79a6ff056a99ee3e78e2164877_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6590ef2d757e5ac11ffacdf6de04ac112e96f4bc058b97aae1facfbc9bfb9317_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8bc45cb12c534a1dcaeef41b7ad0a4cd8ac0e3b0041aaa0cc3a9b917602ba5df_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:92e18d38fe9dfbf0e50933d15f4178cc149b3e4eb535ccf0fc0da030d758f435_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:9a77e03eab2a1992fcd1c0a1f1c978755e236843ee4472bb551968fb16568334_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:686e7784cda9016a460c9196a522f1fb510546cad343e26f510bea264ab9b515_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:77d58cca07f50ed35b30a97c24f66abf5fd5482be3c2a86df38b5d0e4b41e4b5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:a553758f4aecd97de2202ffc5d96370765e1f92a11fa4ca464ad13037d7c1a70_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d09813fbb679d41aece1f097ecf3797adf142242feb12769a604c37df1b6d80a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3a967546fc93fbe58afe72caa5892b712c5b96072d3cfccc1c7d9b27cc6fd6fd_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4d09ecbb6bc7010c93d65d8bae5a368326d1b52bb7f7410d30dd068b4b9c1aff_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:78a9ba8fadeb516fb48a37ad2abef78f57a09b5e701a31ca41e4bfefe493d781_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b44e2dd5cd2daac1ef6849feb0b313950e0616586fdcc843a051788fa071a4ff_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5d94083e84fbdaa57cd8723c20bfa1bf0d2eaa0cef52c662975b286785db8cb5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7662aeec067c8b3bd0203da4d87e0837eb624acc7dffab9c0eda8081d992fc55_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c95e0922aa74f51030c35cdf1ee704f01ece7b4ec53f361055f4cfc58e464bb9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e4ae1090a43cdf4a540f1a2cb376a93d2f74449ac44ba6d0484e4612579b3d43_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:48c47a452810fe65a21fa858b102a2e7d9469e1143c51857844a0a74ebf03661_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5ccd0d2687e836eea86fcdcfbc73c7bdced8bfe2050c466860306d246375f0b2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7fd64ebc835133fcf6fe9d286f18f790b12295dcd904d61cd255c97e49f216b5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e862f18a4bdd246891a49434389e8dae5d73a68aec6d548dd282f3c56396be98_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0772170993a9fc0531aa948ee3f4c83a8e530802f7d6fe246a0688026c050d27_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c1b6b3c81c49bd764dce7fcb732f14f378aad992c953cdac86872b4113e8168_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:307efea31da6d72e50def18e1c08bae9e05ac8991d90379280c15f69c93be375_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f366a95bf18554cb9b48af250be89970e4c6b1fadbb97543db8bc202eefe282a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:09b9a909358f49dc84cf863e418fa79a72c5f23ce05cbd4045b2c966147b4edb_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1ce1ac2cafe2162c4070a5b60087ecdc520db1e90a433183157c554f86a8bdcf_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2c984681915470552c6cf4dbd2c900d14f29d9a6632d7d937d2fbdf1cf16a5d6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b3809b2f792a8b57efc13591b88232ca2b83fd116ea1a6ce9c05ec39733bcfaa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c37ef0e5d795a727e79d2749570d7c42876e2884561857149a17793543b9fad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:45b239b4328e73574050498d8a59fae10b1788642bfd3fdfd487a59654f2395f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d0eac8a6dea99105af2917f089cc423a7c21820cdb7ea4a3f793381cd07f43f7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e9625244e5cf3f4fd7e6d69a8076069e24079672e2c4bc4df7733ef31c3aad9b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:25939a8eacf00a315bfaecb90901a20f2d314f186c1a23ee0814ca611866ed5e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3b3fe898a633924c2e0f803ca944cc63d99359966004c6aba6a05c446a0539dd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:55a048f1d9ac836497f7783369b5b582727df86cc64fe7df91c463db1fc0ff30_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:88990b2047d4ab9055afba0c6f8895f30a132c361722a1524bed1671527d99f9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4bab889d5262b3f891b99f0a521f6d4511641313cc1d3a5970cc2182c52e0fc2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4ddc6ce50e06c258b4f24827f1fe5577c4ceb5d68ad925a185dfac5b2b3a661e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7883c26d4640f30a8fbd635f5442fdb46625d727a1b2382220c454aeac081fe8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:955419c1ead9dbc1c2545f367907dd4b1e8133ea23ef65407341e9a505b1cd17_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:206e503ccabc3f5a01f11ea5026cb64ad6ae62adf2eb9044386efac6586cf332_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c2d2155a6d299536662cff9c5a8474680dc8d9c514b152e87421feac7cdcc22f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:e62baadcd61bdc045c205ce81a3b2b650be73e7b3a5dd5cb53ea4c2f8a181f0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fab5b1965457ca46faaf5d1e6882c17ac2f0e1db5017cc81ff4da8a9083cc838_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3e9733932088db40e1d1dc25250b68d83aae6fdaa33923c2593ffc6f10b84984_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:62ff6e225c6c72f9c9b0bb33014544d1e02a30ff9092c25fddf72d9ebc8782dd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:70259c080741f045c19c2dfb1fcd5069e9eb7e413294d855262975ae03e60b6a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a974b10609ceb50c391abab36ecaffb9c6ba62f66b246f529d8f7d1f038165a1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2a8daff0897cef178c43b00d43b3468a3ff9389ebf337533c771210ffc608bc3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4c7da9adb32c409132dfefa7ae79fe99d41b6f59c592eea234970279694951ff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a54253ba850cb357befc0173748523a1762858066023e04388c94c2d5caacfc9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d49affc20c2c397c1ed17de7d3a7fb98a3f66efe9f9bd4f4234c0832393df9b2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2321dd8c9cc505a677622c5cc680e4f3461c6bf1fa4267cdf7f39383967a0b3a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:582d0856a394c73d8faf8d1792a80ccd8c66d80cf65b9dfea344351d767132d3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:938cea3b81e1b74629b0bee65183b0800518b4b757175d34669fb25f6e5d802b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d8e3f695418674002c1dd252757415372d95b38f813a3d432abab774c7427b2e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:8fadf40fe968046de41a4a4c6f643d9077f4908a1e456d7da29e0b0c79f8431e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b7b73c5b17ad867eaf4066be6b2fb9a322677ec3265c0d1bde2e317f54f7accf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dd6c4a3b961b608a71122ddef308287483d90f3a153df4ebd00b4f85b46bd551_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f5e86e560d2dd575aa814329ad50a38ad4c7f3c111353e652e55aa5b58033f18_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:10015b131c57580e5edf1fa90b05b19482ea67ae3b588efb30da1cfb2061deda_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:99060fe9572cab596228b61e892ca9b571e3b740c4872ab55e3276d4ad65260b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5127b9d0570329e12a37d1c7e38a3ad9a1c990b7b0e1d3f3b31f5ae1146a518a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8403b335a511bc219b98b899e2cf4458347dfc67c8e15440801b1434f03ab555_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:8bd350665dfcfcd29e64a93a9c1b700817a99560dcc927a75c13cf22924a557d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b47afa8cdfbab90e0852af59ab14d95b430a2e94245aa9d1c65d1a592f44a90e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:15c698a4b3293ec372e1ceffaba0fb9360499514271d26c22cfb6cb39852f598_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:43344ef6148d5c76a10961d19b3bd83e219764cb53ac4f310a513bbe694fef6c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:084a185169e09b57b07073bc5c82bc741aeba187cd9cb33149c830af00cc6582_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:171aabed219e2a837afd87ec9dda95bd32b6f780a8c7116a6dba18533c07605d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:33926bd728bf4ecfa8146f2d55c05f151150d249b965ac4338cfa8a9acf642f4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c0709bc4da1e5574cf296180cfa6abce28c2b7ac105abd95535422abb090207b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4ef4397e1a1aa5b377ecab2fceb5c2eb15b526ae39bcd9299b45d9abe4bbbf31_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:852e6be5031cc90ccd9d02fcc66b59baa692d594e7ae95e68b8923732fa77b49_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bd9e30cdd5958003b7db73e8d871b448d208c099f3dc7e9df3ba56e6d476ea66_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fc61ea57eef9eb7f0bb091cc0815a81844d60c78f5824640e40096e8de8a02c6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2020b01fe0c8555a2cf070d5a9bf75691de4d8b775b4ac91032c92972ae6a424_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6c3b876e5fa5594ed92ed3d333ad1edd228611d67b060024511f8c6a53eeec92_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cb279e6a6181c4ab8025c6ee74497cd95e990aa02a03aa01c8e4ecb81718d231_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f6562421b9828dea833fc82160705ba8c0349531dca39eea94da4bb31b8d3468_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:44b8d7704e559a8fbde7bcd2d7b51cc025eb2b898c74497149f818473d6b7237_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6b3db54da066eff7abd8e8f58ae42163364355fb1fb5a166c3f90ef42024e24a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7bccca2d8db4038ed90d7c5d995bb2daf880b3d6aed320c6d6dc89c73c38170c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:afc464bfe9fb581e22275814fb3263ada3383b571ac4765507d2640470a8fa3a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:353292bd26a33c9a68fbb8351005fc3b65d1f0dc02c82887cdeb5d28beda1404_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:af382c36059c0c0d6e76b41eda8ae2055bf5717205754272edf126fe15737cc1_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ebd113dd73707e7e234669c4b52e7ad90c5aaa95d062fe7b2ec18ad63b942920_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f0b91324c63bdd9b1603e0bcd2e554e1d595168f9337a7c26d3834093b24f6e4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:23a74b9b847094d230ca89e8d43c924098aa5a8ad67bc02c4b11833c4620aba2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3a9adb54f0e11beb7e2f393c00ef6014f9c18796c36e47ff1f08807dee8a9e0b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:558cbb955c8d4de727f010f3fe97f285b6922f4845357cd979c22e9d6afda4dc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:64f0e85f122f8cef1a5b444095fb16f95b255865ab116cd59a4a541bb61cd09e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2b93d36104e2c99c09823ed5c6d12e25abf3dd07e20683640f99b687a45e9b6a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2bb2c4706037910e8045bf0127ddd9087d2c8ab9eeb09ceabe97b18dfe873c1a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3e5d6fe6f1f7a495efdb0a61dfde0d20def80759a215bc7097265c816e07919a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:efe7886379624399e04e4f213bf1f8b2baf1acf989823caa93ed8ba76ccf9372_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1b152d3df7256fa1d16dbc4edc991503bd90432e1c8408149603306e62a28a89_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a7c3fd07837a9c03ab834a0b46ba51b50c73037203ca4d12d8cb2a45f690e62a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c9aa9a181ad76c715b410ec6866d86f28923d2becc8438f3b56a381d7c668897_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e96b65f0caa9f23429318080d5812ddd5c233b881b6f460d944990000a6d7018_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37569639de1f8c36904366fe21657db1df3c26c03b8f9f974e0a87abe862c7b8_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8d27603330319790b463eba638816fec38ce5ce81e7cc2c113636939d713051b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9e9598797558cb0767f9bba75faaece26aadb56163f94ae2cc2c137645b5babd_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:cf8f8b11a984107f035ff28ba24ff3f6e1d10cd764ac472b94bb9e74d435a459_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:70e6484048faddf5f59bc7399fb22731d4134b6a6e2c2ad3b1e92bf26e5ca902_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:93c6c010543791ed57e08cd0630a7dc7903d7455d61686cdb0865b13fc52f44e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:cf50871759b51c4fd1f164c53ec8503379de265ff95b5f6bfcb15d3820722c78_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f296becb22727fbcfc0a2a4a91139dc782688f43f63396d645b03bf698b81ecb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:227f6cfcbd9f361dac87776c3b625a4ae91a7054a29a48c0aec491a786f81380_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4063848bcd02040ab2a26a1e77d643a8cc01373bc6467070f72f8cae62ad8bf7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7315ff02d1adefaf5e52dc2b87903cbeaa1ad7c30719ff6afd130d068ebcb429_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:c33effb47bad5780e4e0ed220647bd0741276ef5c19eea05014b528b91765efb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2883dc4d23d0c4ec9551a0818f5d5edfc708454b48333db179232b6f7bafb4cf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2909be49bc0471a0e2ab4e9172e4ce490b305b8e1fb86729b45af106f1ad5ac2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3b91df98133ad62ab43372695b3953c54d58e70c15eb7ae201b68d73088c0bb9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ea31f2ac734ef3cec4337ec6025a1cc01a2452ec124f102e5b1400a9ccfb05a6_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:2aaf1b270a589b2e9c907bc35b4a3706cca1508a06142dd3086411e046d7cd00_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:32b91a8b6cf6278fde2c8d33666748a905a8dcf290b6e16ef266857d4838d3c0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:fe8f645cd130c489a3454252abd64c554d583cbf984aa3e568ae9c4073fa0f03_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:9885e38ff9be6d7ae070a00b851232a29e739a870d32b2508ab9f34e56177bd5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2b7476cab5336d76457b1915e734ab8702c461af8ca4d9e474557ad8354f7065_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:4890f971ad6077addd93d4c7fd1e9ee46ef3634bf89ff5adee2a95ad7b7b3f12_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:afc7f162c9c1c3033316a984254b8a477d8eae5bbed9cb25257d54a54e1bb866_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:e9bc1798e5283c65ff1487ae78c1175395e051a6c13426d3e8d1b898469a3493_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.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:07716873e44d49ad177f8c572fe54cec7ddb819a70492e6bddf36ef2ea5e6449_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:288bb644cbb5e14b00d80e0b409c83644a59cbcb513d19025f8b97de61f2cbea_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a27a41e1a167568dc9bcd1f125ac624897d73bb6dca7be80d256432b35e4c6aa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fe9b92e8a052208c6eeac2ba816959ee8129cc0f68bc93bb0a1a2f940a49f4d8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:44ba1190dc20c3a99259ef0723be3c9e1c2d4f339ec4eb4f38a9375cefd60d2f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:48a700617f0d4ab9dd6b40cc27e9f602892037c10872c19c60f62a2a848e451e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9319978cb44eb1f26a7d82709c4ba7d9b6b0bdad78c6c6080bafb0933103bda2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e734fcb9ca41744ac9213327a775aeb0e01ea9974036908721b532ed2dfef923_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:10097712385ddd416b15237d2af20f86a0370f1d97125f1e8a0d25a7215f6751_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:40f8f7e1d72a0e70d96c1ff028cff7125ead621e89cf2f3c1cc5262a3aab65fe_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:50ff72eded21d210ea9c57c9f9b192cb6ca5efe781c5c5a9d2e1129e2eb7a248_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:f77b14655ac6137b53212c8ed526d6baf86d6d6332513416daa73a6dc468c832_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:76042ef2dea9a9316a7bb2a38923d0b670663803c75f5b8351b5e71d344b479c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a645a364226f6768df30645c15ffb8b7feb1932a96c3666cd2d8bbf71786fe88_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:afc4fea57ea3217712f10421cdc7ded66093dfd0d5cdf09120ec1200d696f332_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f70b291b3be37bcef36e4cd282cbd88f917dcc5e61e0ad6228b33b770656b8ca_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4cad4e954d5e9fce7e93ce3a81da34d58e01c38a5d6140cefa7eeeffa13e1431_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5c1598ad56e3f9cf5801a990b2d5d007632cadc69118dd15b771d8104893b722_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d18a7d5884e709f2440b7f85999c2351c0f74ba09b876a7c915a974ccfa3dea0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:ede11c7678a732b9ef9a763632c13e616a95cbabdb36baf0c5c48ca0d476c260_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:208703e1b4c8fd82b6cffc790affc4bb8966f6d95e5b5631d9fc7cd429d82242_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:40be47b6d5dedb587c54ea5f6ee763dc3007284e85cf75d9f48f4de83bff4f0c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bfe783bcda48a7678e776f99ab08f9d6cdf882432ae03c46593326bf8b57e714_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e43bd0884f4c1993cd516c3ea52d1f878a783f6a998a6dd3fe4a98ab11bd3e87_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0492b621d90ebddbab300b3bcb6979598f11380da79b32531f8978b26fe5edfa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2f4ffb0abe2bcc7b801658bb46ad9f397d7a3d11e8b2060859f5dee1625d7ea2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:30b0e4f82db1f3e39379b7aa792514aa726a0c485680b67351c593542c1b1127_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f0f3b27621a9276b1f4f9601b1b399eabbc165d74a4b4a20ebbccf6a36a8f98d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2d56871f80eb82c502cec2b901d3510ab482eea981f50cba4fea729c83f1897c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c169319f15a3e6ac9086e21438dac78a6b30f142c6d96d63c259e45f4b98c2ad_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cbb1706913eb430b86212f941bb32b066af04b431126af872899134a9e111ca2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:de56a4d37e6686cafc8591eb1f7520942036037ba5af21c286aea2d2fab95b2b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3e35e96ed5607d7229629ee64a3a7c942fb12da93a75e989f1fd9aa028e8fdcd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c045d9282bb2e3ccfdc19d09b76e81d622ad5c41750c960a066f9a735ce47a3a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d3c7bcca57a84397fa1932919a750ed7a002fd7f7be976152dd7c14d60feacd0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fc479e1b1d14c548ed9a783109fd978efba5363537b835a5d09fa8d0fa9f9068_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:0e22ab8f884e0095c3cb3efcb63f9f37d55b72cff37962f271fdf534deb469c1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:ab518543ee2455263fe748f1d2ab5fd1fcb87e03bdb241a1fe657c748e220e3d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:cf25049921f441dee72daf95b707da269c5ea7af7026674c42a7e3c8cc682e59_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:d5350fca926c7cabd8fa4e7749f0c2bd9bf90069a11ed96342cbaa0ccc16f889_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:41ec41da1569234037cfc2b9cefeadbdb4c1e45363dcc0b5f2acce2453ba3dd2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:bf2513f4ea2df4a781fa74ddc02c207133387318444f7027e6b62565e8af505d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb3cc6f050ccd3fae295639dd627bdf3ff5f08f66ef0fdefe24ab8260cfba983_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:efe54dbb00c22c7e9e4a6d7c40e52665823c5f94d4b7b03236edeb1d7a304f94_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:073ed3fb3dfb009b6ba476883da5421996c5c4f4119375c0c83b072571d935f6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:14b74e5080c191fe32bdd2a416c80cd94a0f30ea6d5f18faf7396c120c5907ea_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3c86e67143d2caced55d2dc470df15cd1659c5e16c7eb8af22183de1a3222901_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a6de5df300008dde127b655f67ba1c8e637bd6e67bc2c811c0d9e0ecfc3cb08b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05ef13e75b41891cd2774cf5243b11da290ae75f12ecd07239e580a5238036a5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7c5f6b71b68331d1cdff8b3273fc7cebb945d9c037fae5c2fe0666f84cafc928_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:c221dffd999b01fe10c83c1cf3e93ed9d49beb5f0f13e8e23261f44a07fd9342_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ea42eecab8a62b7896ffb697f402857a31807834a102986b3967faa70f63775f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:0123a42a6d10e21067ef4ed5ad7a39541529ff0157cb27443a95b0e5d88efc7b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:61e542fb10dc0e083f8889b0b94c3525f3882e5da701b8db31cc9be68d803ec9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:69eb532db9fac5d796148a421f1c0a95f03a84604fe40d5e5a3719c995b8d3c2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7bfdc577bd856e0cc690c86a8fc9928ed3d034d4d1455378c95293376a74b9c3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:023e336977c9e6f23a82083ada96020a26cfea384189b765e89d6acf7112957c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a0734ecbae0ba4ef8a6cf77d42383afe04fdf33eed2c0d1e34782f147c675581_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c64a9e77bb865dd5475a4022629d394ced47bfd9adb137f69e2dd7bfca2c5a29_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e90910e06037ec13a10bc176da5a516287ddc34ccdfcb36432f386f7b3895136_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2052fdaecd2f3807694fa17f35f03f84b5d8116ca56926b6d657f0594adcc4af_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:274df573eeb1919286472cfde2006716aaa62c65ad1a6fb82bc351e7292a51a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5f81d0322afa70edfd932cf1f80dc5a14ebb30f3f4cb0a4b9943859c3ef8a741_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c5f86407af14e6c3741e75068ebe79aea7c7d1a73ca87fc97128c53139dc8748_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:11009d76f2fc73fb88ad8650914948e04e30d4096420d00a4e6b1f2f82bb2a48_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:464e2bac04048cdd010a9625e6657c9f823ebadd624fd71191ee978520874528_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:4a6beae013e9de12cd8b0a39e9e7488f51b97b3f295e14d773eb28c5df9d6743_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a2f765f47a9fbb2acbbf3b00c2d62d7df283546b7485e7631116fe824cb589a5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:82953c91b88971066d4d605174664863cb062a6f7da286754aa4f05c11a69bc4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8adf05874d8cc6284cb4566506787161305d95ba4c318f070e01960939526d59_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b0127947224f18d500d967398c5008737df32168d2db50f1f87554e149328d71_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:c25b7a4bba9a988a6b7daa4eaa8608df78b927d1d454aac7757f18e3b6c78d86_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1f6a0d8476232a85b5d18ef9ce148135b69a4abdc45952f6ad0eaf41604e05f8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2989730daa53d788a9e1be03bf922a07c1111ee8559bdef63d058be6fd5f3fc7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c0cac6ae1322cdf12df3c55948bcfead52641aa95a57dcdea97401ae01c1860_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:adf166a8095fd21a818265c01776b94e25cea102a98de6875352cdc47fba933b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:67f12e5ce45f173e79229f506b92915943d263ca0adaa31a027cb7245d7a076e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6b91bbe18861c83c79693a155979f3cc56162624412eef4c57c52cfedfb38475_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b2bb582913e9dedea9f2eb41f1568fa8f0fccce2e56be4f666ff41f3698dc147_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d35f97d205f82d6ffa260582fc6dce2fe0fcc3719ae0e19e85e06e7ab629021e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:03ce535e7bb582ca85793c8155f38ff9f73231e7cf5af4ce223ea89d4d2eeb89_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:605dbca994f47b04da902ae4b76744eaebe0d716a7a5fd3cb8e617db5dabb8c7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6b2582a7f534bb2716acaa72598b40f593897124fe03a5e6b2bea1e4c1a26d15_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d88f52e765c3f5fd4ad80f7364efe49e98ae927d82601d27105eb6ad0b484264_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:1305fefe98602549511b835fd1302eee6a4494c690d76964d89189c90f39627a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:325af02386526656111c663e6a206e755f2f30db00059078a0391d4af6cd95d2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6dcb4d60294895ba062bed0e9612ad7fecd7fd8d8cffdeee9bd65ffec1b20a63_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f492d67b16384267b9f65d20b769f93e3122f0957cec290a88a1b244c80e4b54_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:56cd8314cc9791e043cb4e5ace324013f4ce4c825fb5f9119b1a6c6871b76a3b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d6ff019bc8333893d6d5799927ffd9dbd02d0d388752a1ead6b8f85928fff4f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d7e525584c9b7492d8b989d2ad0b8ccdc4f244987f26b4aedfa7ab1097aa8ac_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:598dbc32cda4219d6a0442aee99096b77ddbea0148ac3260c9c37e00b13cba23_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e223d745233c048714d3ff7a04f8ee565aebeb0f5aead03e55dd9f305fe60cb2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:05fe3c8332c4626e356a2b8b33b235d605b8cfdf8b49a68475db687789a766e7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:64ea7652aa2f9f9ba58d56765ee0ffd7224d6534860d118c059c2c066bbf2142_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8673853d611d162bc12d1791bef2acdd4131a97b8a6e46961736724b69332db7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ee04f343f0bc1c58b1e016295990225bafab7b39a9c1a572b10cdc19076150ad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:4771678b9e18450e8e2a6ab991e844fb064749a0b09b089e54a802a7109c1ae7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:68c90482505c592a6393640c16467c1416f3175ba1273a284c3d0a9417e879ae_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:234bf4abb67f86a27d549a2d368d080a3671ab34786e26c6abbcdf58baccb034_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f330b931299e7c97298212e0514c55f9e086e2f33ab7e522d40d8e9df843ea11_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:123e1027c857bf3a084e45755736871b220117eb70d774a3b450f7d877e7d1a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:61d9a3fb3114cc2252a8ecb5b0339a5fcdef87cf962f285be72b164933afb857_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9426eef8c79d6e2c9cf5efb340257ef7dc7936b3369050776f4b45ed6603de37_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b693182419b2287a69a8bcb3bd3ef8d6e799b5e7aa9b5f25cca855995588e104_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cde3a4deb285f4ffb38be4443b3c09f33a44d8f2007bfde6f8766d371487bb80_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cfa458375e07e80969d9a9b3521c5983fd20f384b74f1080b865b618afd35f32_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:30a0f7d083fbf57d19fdebcba31bf52d257fda3eab13e1c8b856291f40278c4d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:7078670a28f19c15b118e3ff8d70afcd5e329a22eb6a44d3827f9554dbbee812_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:6d60dfdba0f6368f23bdb554da68f81e3d088677ce9748d2850ba8f2ecb0cbcd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b71a8dd592d2646c7b085b06edefe64be96e38113c3547a111a8d0201992b98c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d906f3f6f4740b50fd6266205b0b3f986b35ca7a64ac7b6c52cd7167d0cdab23_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e4969f9764190a2b46dc5c9c7375213c28518935d80c4e4570d122d231f53663_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:331e8f309349114252acd7fe42067ab2b7bc03abb6619f1df59c8fe907513d3e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fefc2125429189eb85f3c807ad8ba8896a48518f3dd7d93f94a091ec925e23f1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:8687825da05aa3fbdbf32fa82a739f58585d8d2564501deb0d3b97d67a4c431f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e5886c91ae307b14a848b0a571918a57a9d2d85805af6c6ac7a2404dc0308337_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:260b87efa1dfc71726aefc2feb8dfa83495aedfa6e95b0e86dd1ce0d246233cf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:49a1a91122fc6cc34cb21b6de67b8249f154aa8e2bfade0e50457c224fc3ca70_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:cdc02821294c7bd8b4de75b356ec0ec8b0745b0b409ae9481dc08c4d967b53ef_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:e52b5054a3c11b34c3bc3450d9be2628816575531a1435ce44652324ec020dc3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:64e73e3f7bc1f37f40ae235a7866ea7c881d67afe29b398edc6f15befa7f06cc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b4f0c23d7fadc3a15840607d9aa13327a3eda6272565f88be3691b74f16fa13b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9b5eda1037248996bff10033108d1dec27b8417730bd721d980b778e1cb4585f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c397e51c6d4de14ea1b6a41957a3fe5ae54115c1cbaf414c013035333824eca2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c72d9616c2bf94661a156840d39e3a42d4023598c5d647562874c453b44b72e9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fef61b2df388d1e5714b0f3293bb7878f1ff9ac64b0353284576fa0413000ce2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:267a8525fce7dcfc460052b97dc07532c927fcb27257b29f5e43e5475376bc42_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:886cef96ae99502afa35aa5cbe5a16a30d873e8c9c92d6bb3c748bb68877935c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9a68ca065607df1a4fd1a351041d799b2166b76ebbdf2c92a0fdbccd47015036_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c7a8842568f7ed4d4b1ceb0f507aa5a56d80ab213877507be04ab55f8fcb3a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1567f1a6c1a596e22674ad45cd1975c8667fb2317c84dd5944ccef58326239b2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:40dad16e2777a64a836355627be3aae4572a7ed6417ac39e0dca5f019eeaf471_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:800ffbe7a0007398e44945b2f3772d657995ebd902918ecb410e5d373de06263_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9720a885c669964be135fbcc55bfd5e9766841f6b11bb2c279ac030de9618ece_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02440d8ce569f4318b2110f8975fc4d0a93e6da6c5012882df9cbe77559a0a81_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02594f4e3bd44cf7d378a7fa0533d54b4365eb5317c282cf8295cdfb0ae5ddf8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3e5753abdfee794bd09cd51eda1c7634aa7630ea3f2a72ff40c3fcf5661e58c1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ea8145a89efceb27b579a5f79c37c7457d141a0eb38b2de5c82ced07879539d1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a1aa9421f9d52c8bb918e1b3c9daac3e1a076e70e003a58462b62f0a91fbf795_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d4dd77443d486829650aaee412b58df2c5fcd995bf2c493a22dc1cc705d270a1_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d689dbabc1df0ca42e7eceba17ff474f9e6a30474f7cca15970a5ee7fb870a72_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fea791f1b353cb84039498653a7b7daadebd460631446fae5f05d1ca8e85dace_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:100ffa84c55a87981f50fa5fcdfb5a5daad0eea01d0bc14abdbc959ca0a1ff92_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2e646fe351c1dfb3650d0b67694f5cb89fb7aae85c9b8edd356f54f40b9e9fb3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4a45ec0f50d9cec050f1c99dd33d288ba8f9e8dd1a71c2870eb5e799a42e411e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:60be3446f54ba3c5f93c5c4bf1de44d7e9ca3049abb6ab910f8e62e671a80d44_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:90b36fe8a88dddddcd584cf06ddbde8b74e9d7a78f9f51b77d7d2480ed45ed79_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d69ebc6a9d6bd6f8f75d933ee0f7893b285fb24e994bffc35514ff5211ce68b1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:da6ed87ee2d899e3fe9c6e8b08bcd44cf11e1b1563972ca4aeb3e8bc806a1d2c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fdea5b85efe39b635685d506a4416115d546a9f56e87903650b5e51bec6a10bd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:47ded0bc14992d79c073e4cd541279def7e44d8ff586a5cc1676edabdd86c13b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:642eb8c1bf4631b969d0ebf3a0755f566236ce7b5534fab78d531c76d5e802ad_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7189cc475748ddba6ff3f306320d55a840baa8f1da8a934d4500c49e6f675ea5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bc10db6a9f9c1a60744f49c1ed737bbbb8454eeff9fd00175b98872a1af17936_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:017359024215cf5a7b00bd31b8b797ca7f5f456d66a34ac12c44e53c1ab77fff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2635b651e023c9d4dd92d1897b4513947985256607f9d2dd8043cd7f5de3a765_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:542b1a4bf2fafae85c50eae7a182ffd3a3a07b2c234a00e4e6c639b1143b4b55_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9b3b5510e4cf6b4cb86bae86fbf36c1fccbdeaecfe009cf2e67cb9c1d7924ef4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:048f5dc4b9176a86e0d82447e036ddad890e58e49c8508cd74f8c297272c800f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:0a7e3fc4b1f892ea2e77c1f5d961507f0fcec7740f33d3e308904cdea1d3ce21_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:44db7037b872b0164497a603e99b7c5bf2bd9aaf31158e8a4e8bd03559584155_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:a8ffa384c6770ffe1bb9b7b8729501ef2c06199e0005b16e5dc432dd8d23c66f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:176081efde0e44254215af3f5091e64748c81d2bb29a1e7a64ed2879c6a7fbe3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:42ea798731bcee8b868ae15f9d45b8f0aaa91d1a4f7660c53ee08b070fe4c9f5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:85fd9925886227b53c26a3ed09604c408c49b8ddb9cf7efa2057335bec94803c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8b7b592c5ae05773897351d97fc9925e6904ed02a6ed49e4737f0f649b7eabe_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0d8537a8b89a087f59b9f0c413d9c8d6c77002ff0d9d8579d179291d3b6caee0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:14cc3a54f1ddd57ce5b80b6d111f0ca27f74b4321c9915d5ec1960318c71d752_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7dc1bda89f2fe70041f850dbb5dd3804e853961d2026c3880fd7255dd6e57b0e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:aac4600f524660e2351490cc7aa719ac2dc93193f64bff1178a04376bda57cee_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5449067a980b2d50b360b1aa1164fba67693402210111708ebaa00f0f93bfb55_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c8486459e2b80ee2706409e888070c9100938357621746215ad7871ab9ddb990_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d748caca6496019c594ae5aca825845658e1e8c5a1c062a02830aecd677ea1af_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dac9a4617348551eaefdf01ebf1770442c0bc07033fcbff203750ecaaef1161b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5143aae8d524363878300902b89dfb5f3420ce897bc36064fd021d23993432f1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:6fa81971ac5bc843a536eaf167cf5147e879c5447d7c1ec17cebe7ab85692317_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:bfa79bf705669231df1e59e373712f0b04ef2c0676ebfd901bd9879cef16236e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:cad2e37531b2ba165087ddbcbccf9cf167c4eaca5a3fba5f5f4bd943b8298678_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3538795f3effdfe84442141d83d0292447b4c43e3d68871afcd453f80e11fbff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:7da313ec91e1a9ff08a16ea2b0af0ed1ac73e40c4b629402bff19f183d45aef6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d9279ac3cea7e1e400e244624bd7ce53cbb6343d10872873e71dee20263d0e62_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e89a5c92caae6b72646e17535787d06f7640a47c59b0b4f418c7e48918736d60_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0ec6c9197060bf068f358283d64b9b877e97f072466244f9d147552a193fdae3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a5aa2eb87a3fc9c5160f5c37c50cb88cc0a77bbf4eebb298ee7883ecf47b456_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc1512a1ca871d5e21162430f028d7b7f2391e19cee9b3d6e253b6b6d03cc8e2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e8c2baac5dee142c4e84d01c731abbc200cf24a04201fd8690f0d47035958830_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9b45bdc374e248769add4b772aca63e25ff0baf8d490e64066bfa78405cf609e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bcb4f4b45a7d62927ee6589db9d31e9bfc87a13f3b0239649c9701b10d3dbd75_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c1c72b9d00d45dc90f97bd9c5263e6d385ee34f3a3f834909dd8b8eb28c3b15f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e15057d2878011a1142587df35dac65182dd4ec4c0f3c61055a73a23dfbd615c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3bef4d599101ae4c2162f47e89f5fbac89903db3f007bb425eed38e1d9b4d9cc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aee0556c560d2ef9f2ccf501302a373f15cdccc83ec2c6935c4ae6a2f25b63e0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ddc3c05d5daa3aeffe5629b7e2fedd5df301a3030f8f8c6acc3204b8fd7e0995_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f463811c1b1e6fc34934bb5a8151fa946acf321ab57f9901b3ee1b7f75546beb_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2abfe62de89fdd0697da63674373b1c8a2695846d8acab5f17a35fb38fbc23a4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7701f38b6702b4a9e6b49b3db83073475c33528d2529e63b1b98664bb7191906_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a23cd4945d2e1f9e1c194179fab9c388677fa1317e02a99eebc575e227064b79_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f2f194cdb1a14fe59e05455df10ebfe70edabd37ad605346b6258c5bda79d96e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9b04b0a1047813b35f6ef09e1fcf1e06b63946e0a3b3feaee3e081b0deed689b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bb521f2f97477b5b9851f6655f1738b620aefccaaa81cd303d17eb74ade7adb4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c8a1f9ce2dea4947e6cb460bb4b4ae7ab6bc5f816ca25f3405799d56c6ca48f3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d8f67c5b7b8903633485f67a76f88ea13855bbf95e92b651bddd15fa91458ebc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2c84af74e0937a0f3451054240ab7ae2d44c1b566339012ebec9e5b75d7a627c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:41ab25be6eb002ee921bf74c1049e07547328632d576e78fc45245177fe9ab84_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5b389b9b0acddd8ffe5e5c3f9d54321d061253f3f45b5b66b6dfa0181b73b87a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9afa17f9f4e4551369e891d405098219c071231ddab921dd32bb7bc66bb0b6a7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:0bd76e62d162ae823a34a766fccd9d339e3f550720d863b477273734ed1fdc39_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:dd17b1ffce727d9a74c3f64d65b72b03a5c8fed96e773665a078dfab33bd64c7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e8ed2c9324c2f5594f90b049e92f2fb3141dedcd99165e80e8bfe147c738adff_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f7f45f6d562bf699e0e45e134c7ab71701dc3994882cb82edce9356be7627ce0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:22dee3c01cf1deff68d73d76735e420d223ba0e75dba1e7ae224ac4e7b14ae79_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7134aa51e11a7d6b826068d03b9c90a518cd3cfccec0e3f06e57f5ed77daf6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7cdf9e85bfc54e4562176d63e1f2be56775dd761c6c0cbb80fbf888dd1ab43_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b72954ed888ded15f443784fe6a684b6e0d7782921efb788e242d987fcbf5388_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:63bf84966169bf2dcd8b8bfee3c478d9e61881ca007fdf3a8be4ba5cb1118211_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:697ada7f8e4bc8a881e2f1fa3a8402a2e96448f948befd465c59e03ced12c9d9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:85ed053619e39778d5a986255af37802ac46a26899c8a448abb139736db5e075_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:abe01f65affd92347d8097b3922e587548364d9680b74f767e9cbf139c996802_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:55102797bf884eef2d8b842ba8a5f2538f711622eab1c82b06941ec574b8f266_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9cca1a2d1a6f5a33257e8f790d180274f24a01c125a717ff79da8fa301e2f270_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a1f1be1027b54388f762951ab7983f18cfe37140efcf2c778a5d11d4740e8e9a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d65990c0adf148e94c1c0ec0730ac2a285b38eff128cdb2fac7f61af1514fd14_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2db5ea10de47829d4643fc525d9efe3815db59d5689c0febecf4fd722ad0528d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5dcf0a7d3c0b2062ea11867f5fd2a4ad56fe786b11c3095d76eeb4c844240a6f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:73b76f141fea3db7cf7df4e9b70443b37fc67790cc6986efdf53a32ea7360bbe_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:be3286f36b4c80969594af159ede49ee20ab5dfbbd890649c2c4249335714466_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2cb748becce8d80bfbb66e84f63e0f0a3cdee6d9bef3833eccca24132e9d0699_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:374211b6e69093447e90462693c45bcdf2ece57b033a419f13585d9a46df62a0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6047837c63bd707f994797af79267ec8bb5075b3fdd88c069b3acaa04ee2cb5c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d8c4afb75de3b6d432d4929f4d4fb6938617a794ca2ef2060b83a02588a1d0a3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3287f57d83e7becbcd3997ff2ade6e6b5a664fd08610464002229e0a116dfec8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8a58a72e372b4235b4751e08f10c97ef0798519e6b91595c234fc14089d7495b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9654a0a2b4549ab06e5422dc69872961c892e97032b18d913cc197dd3aa39f3d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9e9ecf8cb43e1819159bb8fc0eb5641b71663e110ff757e26d5549cf41075084_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4aa3e0ca4b5398fcaedd212506e222fd435f7a46c2eaeb7a49dc50f789cf13a3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5d094c8e18e42d662ac2f5ba16602c1513094c7dc547fbe3de562463c4096bce_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:67f85bffdf2db08fb27d52c6a0a8b615a4b9cd748d9a7e6126851d1bb27844ed_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7d4b6b9e67875889c95a5d126bcad0f6b98c148b85433180573f439a867d9e25_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3c0791290db50c5a925a80b371ba8bdf91f4fccce56397d12a989263a972bd02_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:654aece866efed516d69db0e47668dc85d3936e901aeabd098e07538aa3dc617_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7637a44a01d6c56f002120cf96228b6c68e92b4391d4b6efa1c81ff8e40eac0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dbc636494f53ee38eae00f243bdb92d187ec84654c280cc454f2b4febd7c22f0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:08f46b1d2114a3ab80bc7cd277859a4f84e870c2421b9e13370774deca0aebe3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0ea69bf7a80cc8c0810acf8c7aaf2cc1374d3b034065f1119ca33af3d1794cbf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:17e61f4a9148bc2e0fcea85c19c98eb8c2efb701bd21f8b63547dad13fc256ec_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:8b81413ad0f567583ebe4782344c22834c1781c5f7493c8a05b827f3f2a5e409_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6b348a4fae63bad66acacb5f0d03b8155246733e758f14208956c38c2bedaac0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96eb6b75d6a8ce22b199b8150e628a2a00c427ffc79b2fee2e24af1bf584bbcf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e0b17d193af2fd7e981c9908e01f2d840cc939e24bf1be19977beb85fa1159ad_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ed56ff21aa465143bc0d1c4f20803873dd07999229739b84ef7861683476b22f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0654b81d996d73c5b5b03310f314bf3bd6871b3bd4d1abe791cec9b7a3339719_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e294ee6e92049316f91ecad5987a24d7d3c06809d3db2ee3f9a41bb461bc220_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e3afa0bbd3ab3ed4acd6d0059765116e9ab56090313932bd063098d94f1c3b1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:929f235d156df0f59479d60379dab0d83d6fc662d9acf7ff050a520850ee0125_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:14b5ec9622b1a177ffe69a7c87b7797c06b283b26d5547828d3177f823074b5e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:52a47ec0685655243dfa60738842ba038719f2454b85024084de270736d06529_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5fea5bf035692313badd286c7d13564d48c34e3195bac3c74ae669607b5b5875_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fca2b0ceeb7e301640de2604932cfb2c386441e0d3b3b0e4a525f0a6b00f7cee_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2b85420da837c90d984c5945fae12321c8e6b6fa270768da6270f382194f2d4f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5e5a715049a34055fca9a4b36dab839573238385890678734f96d7ba776dadf9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6982d2c27206f15366ece47b40f4a6a2994c7acf5dbb94aa274c55a2216d0063_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a38c23c37dbf421c77c4f36758a105b790123d654f1c8b3419becfefedadd0e7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:021e3ef983d0ca18800e0fc390ad96f4b6f6b9c3ab784c6e74ebe2e7fd7b31d5_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1076cff5268f9fec09a760da243efbb72eb96645f838a746c4c4e28ae4feba33_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3eabe7ed8651b8dedc3a2c38a83527f224ba3b50088b3238e158048bb2ddd85c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c29274bf105ffdd07bb78270a6dc497fbfb699acce48c7c6b7b6ef32416eb20f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:71bae3f7d9ec2a469c8d69b9f67d27a0a98a26bc842cc8733442cabd43fe3c06_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b67943ce9e26423e0bf84f411d50f394a67a0f3368ff289e695f8819c4fa8c02_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d4c9ea28e8a716d6a46a42cd3b5efc82f42d456e21791c32369527ae82f643e0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e4c222d813696b8b3d4cef6982cc88ba3d4581ad6842b10510fb4c8130a82684_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4d789598c5dc7be91f05a8766dffccc377a71db2ea8c5cc563f396cae02326dc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:70267df26127761958bacff38fbeece08995608c2a24c7a3724495128ef2bef6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:84ea38804ec003ae82375c83ed4549163a2c932d6264eb64476e0ad175b4a4de_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:bfcf2ab8d6586fd6a8f08ec2fcc71f997800b8f459577c31e654f8ef9325fc42_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:49a412244c4d6b547d5b0ca9bcb041b1e3cabbc78f5234ce52b678207d83b3e3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:4d2e1fee9a43f8faf39b05a7d82ceac50094ebe972fd1fd85b1528961cf49478_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:564e888a319fcd9b1af19b18a4281c5a2c41bedfc3186fb3bb587a1e28954c0a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecb2d59766a1aaaf7cfbdf1e0b92ed025a18fd54acd41fbc63026b350c98a953_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:296a9379ce17e07df7008f1d35004477297a7ebdf9e3d51a50d71628d6ac68af_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:67f272ef9abe83f9cd959ce97e3d5c46ed6e118ca30f65fbad733384d228ebce_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c8b5246ba51213bb183e07d862b6d1f9b156e1d16b7656bd6ea061f9016e8ad5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ed375d4341175bfe6945ea8aab5208f375034307f6753cc726230629ab97a71f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:29e41d78f04e683ecb12ff2335b7205383670e7bcd2b1beec736261a93abd406_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8ac74d64736ed4788497e0d4d10226bfa212f6c0cc97ee63d7c61676698bc022_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:94a303f0dd0822b5d82509e3ff8af5887949ddaa0e3a91b9f94d0bdf4e1e267b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:95c3aff27109694e511c9e45d1132bc4de0fd636cde0855c9ef45f1a17f5ce7a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:16e2953831f686cd68012c8cdaea2b404c54c91050145b716ee8b0ffc5cf11bf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:91e3e3d331d92b90ea49a78531cd366201c5de278f56597d9dcbeae40f114754_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bb1ec078ef82180a6019d6e174c16a5a846e4cb8995753628db25a4ca0071474_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c33a11f1aa2fe38738663eb291e25503e2e6fc3cb5bd964e1a6f8db0475e29a8_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2606e2856430c12efdf947977a070de13c3f93d3f304608c411ed57b6de0c6c7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4dda7a5132b638230470f86622d84a7f0117280726ea52e3769c15f11b1dbbbe_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f3b4137b1beff722b9c1ec2e451577a22f44c47a6196139a39d4aff3a0386daa_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f688b554b17808b3aca13b4e6bb8a240401db6f6cc5805e98ebe71ff43dbf1a7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:07163bdf6c27b8066a5f1e8674a2120054c3daab1e8a0db8cd728f2b1ca0fa57_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:32956c0bb79239db914454aa82f94222c6f7a90be718e22bb80c4e75a45127f1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d877387429f09cf5fdf779e73200069c418e561f20a21815bd56fce1c1c4c73_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:9a64cc9623e5639b0e8ec8f5ad63a5ab83f92598abe541be09fceb37ba2fab23_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6d8e4146a7965b0a81984df7d0a2fc094c50e7010acb93e58510cedc8a42e687_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:764c1081056df81f61d6965869f9ba66d67f132d6c768c13f1b2c1c81d45ec6b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a27762ca5025270235002c90eed00d6d029d4b7103b5bd108eb527fc8e797f1d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f473c0c439be12fc83e9ebcef48a1a067a5f4a9cd581ca19ca34a3dd0b9fb79b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:6e95c6d3ba75f0655680a4e46b703aeceb57cc9ad072733bed1aeeca0e9b3508_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:ba23af1b9437640698b924bb0645013d7c08fd6121489b01b63f66156faa6588_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:01c4ac10b7061c77ef54bf337b8488722506d2a572d9da7d9a689b4c9ff7c225_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:67c19e36b3f264978073841b06d940efc3fe0546baabffdfb35c2e5a1989e96c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:add880787ab5dc1af04cbed51e2da0f6f630ee85387617987ec6d6d8e3a28009_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:d6acbf09fd11d29d0d715b96e60355a23deba955fb3ac6ebbcbdc29e6923d508_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:474e02e9e121dfe39458bdbee1f434d32fa29347f55386a4abcd3825c9235456_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a0e6d2e5adb8d9c223824f623bd7d391e33241fcbe281c54af8e3925af5781b6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c3fffbd0e1e6db3256029c6cff61bb64ba56625041ff86a9d46a895076877fff_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d253f116a2d1e2f033f47422230a0a4e8a9fce255d71e9140a0bcb6f255c09b6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0b41f824ade401523c3ff06e2dace98c8dda246f40e6a01a588dab6fcad09683_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4954d67caa517e2e2edec0e5d4b95610a31b82d5a86f9058cbe55193987da9d2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d1a37ce3fce40a5d5e3065b5a4be81a18fe2a6b81bd5d16ada65f2647fd8fd0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d395f05c26536703d44d06525efc0ac6203440e6576e8a1513c7e4ed8563ae62_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2224a1bb7f39feb0ee922a54a94d8dfa66e676caffc681f99227eafc0082b50c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:339b51d602e6c798949da55fc36b4e83d4b07909c97f004f8aebb5bb6f43268d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a7bc2291024185f39cde4d43057b17968cad18451fe8447b0ace526ee11bbcb4_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c171ac27f2bfd7846db274c1d2be8b39cdfed3afe59ab4fb01f903b5be3af443_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:45c70f4c6f15a25e1982efd6eee6930f16317ef4cebd11ffe2b5994b9ad8b200_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:938dfb864f0a9dd0116c5969eb1ca94f2e04b914c3ee56bc26ac33f90e2535c6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a4f095b9251baba737421c47566ac7329258b8ff22b0f131c5a941ad1b6caed5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:f7a4c6ab4dc050efd81ff5d7dee7569a55dd0cf96e6413c47770699f5fa02b6d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3a4f76a56b75c54966a76307c4fd647d854812bd22e55cb228c1e9b5aea67037_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:98110bc940b974dcbb8b0ea21c6b52bd96ecea62779f9665d3ac8dd03223905f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a7e47a89156ad39c7e5820cbc98a0b295ca1a3aaf6b72be3961c6d4eb0225831_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b6a273a6d68b36cd939b6bba836f657168526125327fb784c436c99848f49f7e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:26b6bffa3e11fabf11ec8176bb39ab3e301b3c5a85c1aec37142860ffac1fe5a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:301f5a73d9d839a999dbd3c9a7741ed3458ffb87426b7499364e6460850deeb5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:57eee4fc78405492c9a665c228d1f25c75f0390f75a73d5819aea7ebc2da6b4d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b10b625aa3fe5011c7fa9db3c95ba6d36c569fd6f6aa4ac3ff2431cbc103d362_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:11b59cdae58f57a02a4c8479266a50a1a5691f2e8e4382ea7ce96bc913ad4afc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1f11609dbe46602b2c11ea6c776cffc87ebf3fe2a1204f25bda85d9793d5cd60_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:28ca9310e14799c080a07935267ab4ecaf6fd1abadcb1e165deb46c81f2e731b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:56a619fe929b8a18bf1526bde6c9a86f12a1c0a43739d1a0d04c58920d3ac5d0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3bd696b964b694ec219c5776593bf4772dafcc3f43b973355913801929462557_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:4142674147742cf0ecad7223e02e88efb53e5a34ab820df5ea2f645a04219da8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7c59a7997fa95d2895620378a7e18f0074929b630c329ba3f03c72e43415364d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ff35fdf6dd3714c214394ff6f203815f23921af529bad0dc22abfa1d1680b333_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:15198ffc1a039f56e9cfe7ab35037c34a3864a83163576b65fb3e9f5aa8f1f3f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:4ab1c5859c4f54f225fe4d5555f3c2d1aafc520ce7a9197b040e06084da9a43b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7be609c48462446f215d9ae0326f1c76bc0b779cd08db391163c796106e7aeef_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f04c27be87ea23869192754c00d08badd40a106c2f66b86bf493455b3e3ceb09_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:42ce515a9496a89b6abef7a94b6fcea6880b2a9833900d54e1dd4044c9e2872e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5ab9133d7b6aa46227bca8a1c6ec2ec9233ebed8e62e41ff122dda627d4a7fcf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:94f82ddff9d44dfdce03af24a851c05cec4ceb161c5631ce6ce88dc8a9481271_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a7879d59a73d16ad9c237a597dfdbdbe06fd6d3e3de0c9396e342250778dbe08_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2f370ec13f448fc82d3f142cc8b6a559a4d62044631f4b394742652c4672f536_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:38471fb10545f0fd1f879ff8ded337bdb6919a929043727936d28c2153a78fb9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8e6c8d7186bfcc49c6ec64bf8bbaaee511f62cb5d14aec29bea364f90129d36e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e35c02d8101af5150e038572081ef775816f97c77ae24fec3826bef8c24837b4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:123714413da1487c02d182f1d355688d2f0fd63e0f82865dd962567bb9c81039_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:675b6754ba7e231a1725cf8338d536551497ed05e7f40435a2a3c98e411af84f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9eced45114ad75c3ca56d06028c836adaa713433bc49f6196533276f9645c58c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b203bacc4238f6cc6afaa7dcad119d126484235694dcc33a46edc4d002dc7f5b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4e68102ebe684da4477f443e32d69865b6fa28d398fbb76463c67d85739e3c2d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:6dd5107b14c1abce011367145d859456aeb03052ab831b4c548fa4fba0b269fb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8e6d6d3162ace273c1312c383de4e1f6ffe2d8e6d7b553b64e6ac460ac040c20_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:061699fecaf30d68ae3d41b89d812ea8144627d9ca9de83173fb33fa06e6b8f3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:33b4bb5c331675703e19ef96f3185b2d3cbcf4d0e37a6fabbeb5a8dc1f46df10_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b7e15475952a147e7d6d506ee9686c6c594d529b27e4086f49b0dfc1e237d640_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0465b162143273b73d2d1af7ea6f9654116a9b1cba8169028273185f2dfa1191_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5d1720d8067c33064ccfa16d47931fd18bdd3590f53023c2ec268ed9405d0983_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e99c8d382c503a7b1e25e6f72ef293496beab285d0a3453d09ca73fb58247163_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4e09db0d6efc9289a85cf5d4ced1d6a6a7f52168e44c366907a5d4ebd3e7d75d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:585c75fc909525ac0332764b66db33e6646e5e0b0a4d01d176be6dad70a7447f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:85df50114baa307e2b4192a46f80a292500401eaf41f45b071b23bc278562135_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:3ad0b56893a8ad865ef9de637c1f21a358aae5ed4adadae02db3c6d37db93422_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:56925cf35430409d4a59b4de3ea74d8e3779acf505872bcefa26e97418f7bc9b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:a928a27d2775d702a7b4888f87e770c93049b645b5878173d87d893288c0701a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c83836428568394e500de29f5e4b44fa4881f5b5813a8dcd42a5bd16b6bd2bae_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3fa694c3f2b9c05fcf2cb69f97d791fa46600ba1eebd67608b109586dac15e3c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:44006268f8f00b5dcc4737ce787d9221b50ad7af3e678ea6dea817a797512b4b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:6b7d13c5daddfeda27cc815f3fa02affd699ed626cc41775f78070cb8cab4f4f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bdd058e218fb99204c479f5cc33383634b184b1153a74c3333926e84f3e4bae1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:174dd5140764fb73bc002166fefbf8f897be7b295e10527410fee19338fe65d3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3f5a73689320e820972a39a40077926550f7864e2d1969a9352d3b833191086f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:df97ec11ed1fbf6397b6a62c85014c255b60c652c98ea439d1f47e62c6a0e4bd_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dff5a115ecbd046f3a1a60ce8d8518edd570922528a7ba56cb17716831eb6b09_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:11f56bb6bdf0069b7bea04e5051874cf879bff0ed36676dc521975eae8cf1bb5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1eb4aa5666fec327b24c011e1b7e726ecde7ba1942e0b8d9af38a65baa052985_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:77da9199e0922972da775122d60efaeeb4cb2cc464ff6855099fde770cfc01a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c56c801a4a9e11f7b9ee071dc9634fd6c43aaf04cdd6b048dd4ea1a623ba16a7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:5332d1051a8774d9d3ebd2f6df71f2ae36ff23fd32b28edb418c028dfa6be128_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ae444a4f4274431a8dfa075bb9c91fda502cbdbe971856f54ffb6a0d5deb08a3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:4148a39c8311d7050050debedbfa7454b53c3e00ae4d63cee7bc6da688af744b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:699c1abe44686141c985a530a8b3b864b3a1bf2c5c6645d68f7920b8f752c684_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:608159f89bf52fbe18bbdb1c48b679346ddac7d3ace7883c84494615a4ab7adc_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:d26f0f1adde0599a01c90d8b9e1e8690e6e532a380e7852e83cacc1e439b5424_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1ef42800334a0b6d395e1b1bc8e517e232713a4ee0e4591415c5347ea1352fb1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:23d11514c82b817c95564de1f0252dfcf753ca40cb154054c051b6bef078a960_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f5311dc740529f4f4c444fe33bd5731b0ff5d213620207f039af546a3c521226_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:14f9b0d4497da98ffed111c1266fd4e0b4a812f6b7ec37b95e5702438602ce33_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:4e6b6f1636a4300955a587155ee9063979e47cb387dfc1a85f3738b1cf25589f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:2cb5be04fd1145f054e994500608d1463f35a0fb87305e559ff71c972795d978_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:664dd8b515ac89b33051c38e00fabc4f2bd8c902f9fdd8df263b6cd6d0a0bc25_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:28e1a2e9d3850462c628b0bfaafac15d68def97b8c1c9387de58b1fb6d877f19_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5c60f40d38ebe6f95cfc0fa78fed9aa265fdf3aced888bf232445c2e76e4ed55_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d36d045c32e335933939150b36fd2f86599add415385560d3e10d4b74a704d89_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fa556b78fcc306b456576053e522d93e0c578807e220d3c562ea54cdbc2d1a92_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f9ea746b7bc2eb6cf1d82644d42d363d9343506f9091e8bc67740a06b382081_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:909ff0827690342dce5b4cf713327f3a8887a056951953c9aa639e916129e1ad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a8705dd5df6abd3d6931b298fe8e53cff0f8259547fa85446503b413b0ba19da_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:cabf1a3d4e2aab9e2273afa75bac084e93eb36a2801b91ea0d79982e9e7e5f2a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0b5cac582cea2ea2dee7d515f05bfedf2a5beff46ae6d5ca9626bbb36c94b865_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b920409f5635d704145bb8e1107a7c6f951976c44226a2083982443f67ce619b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d658355babb92069a73c35353c2fc0be4450517b3445d2387b4b0e3bd2b873d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f8036fe71f651189dda062ede40268c843ab07ad5b32e010250f9b6fe9234bb6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c5361be369c8e0194275ab97d18d52a095a5206888bc82d592f9f9ba28a34e91_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f6427aa92071d20df4e412376886d9831bb0cbb15c10216ebf2ac78de096b051_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5d5edceedc72d2ec62b24b6a60c278e4836829c78a0bcfeb20d87fefe501a39c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cd23e978bf90a7180245b04b5b0df939ba57e30ea13a2a759a5d04953eaafda0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:bccd28236b901759b08d5106786d262e482cbd1e3798c1392c9c6eda9956a5d6_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c096101efdd0dab71581c6e6506b9a6560c96979e2d439ca888d2c67860c1337_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7cf38584dd1c5c269f86d85b0488e9224ac989f985989b00ba718ccd5c1cda56_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b2a85daa27b4a10282c1365dfbb48a3224df6c2a47d6f5ed59c3c01f6035d443_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3643a11084c5df88b8dd9c8d7693b228f3a9d94f74aaeb4620aa458516c14e18_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:a6a1152188a6d2cab12133e497a5c29549fa0103dcde8f1bb530ce7a033033b5_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b6f91ba9a89207a2f84a8bb1343179bd74948644a8b1608c2a2d84dee9ad39b5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c21ea57e4b38cb47e5aacc58b218ed97cd4e6ef353d86442236cbe8852c6f648_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:56c61752133f5574587fefec75502e2a132871ed033a824f62519117ad0c4620_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5eee9a534fd647002e246ccc70b47a79737cbf604c5fa4519d10a8c66865e5a7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b1428b294b7752d6d56fa95d6630aad0b6d205991537ddc3274a7062c13df3dc_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c363dd15dc780181855ed7e8af09bf148d9e38d562cc54d90842f95ccecce36f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3978c02a12f2469999e833a2cd001a08741c4d9bd22ebe211bfdbac17563ddf0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8d20d5c213a86a2d9cf1d4e8ea351a70e2bc1e8864e7435baa701aef3b22441b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ad84f2d6f695c6c999a82e33cee9938544352a648c0e72adeaee0803289077c9_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d872bcf33f5d4d6f1a074bef0091e74de82b3b1a883b9004aa1f6193b84904fb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:027641f0d532c5d06663e838ddee798513282838efa12811ede36e1b8669949e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:198fbdb0d6d4bf699a9186c06c310e4eca0c3252ae8e0d64ea1c68d7b67c2bfe_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1a3fb2aa3ceac5c827d7cde1cc0296d6974663d3f5b4139390cb29dee2bbcc20_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:51a53812eecfb69e77afa538400463c7eb51710777e9d9573804d2d9eab5d307_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:19cdd4cd8546c53530e098641c6c83e2f38f05f2d046c6a9fddc3c8002a01fa1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:27b826d0ac202a4321d2d28bfe26376b405458781f04acd607c3a27bebe83651_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b1c377c3a99dc0a9a6a39dfccae28c7e5a11674342530a05b237a33117c980f4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b230c7f6c243ccfc43e6b50809f916d3247f8daad3c750220020ec4337b126a6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:42cfb65c46f9f63ae3227c0dd5ca2a0a11729ecfb2865f3a4443821a85f7c8d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6ca3200ace5f9b6c36c20185dfbac37ef4cfb171f3a99eb9c746e52031bf380e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a9edb90a7efaeaada322b051c1b4cda47df859fad20ed42574fbe0fa00d15324_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bf0602fddb6c09c5c20a33abf72b947cf7ec8de6ef68144d2f4b1a1a9ad906ba_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:13df2c323a0db01668777fb495bc342806443b5c0992fe7f9ede76a0e731e2b2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:8e564be7535e32f63ff7a84bb61b3586b16b07f4ab6db20b42340dd998f2e919_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:29b338177ad61fbe618240d520eb180c1faa54fcd4be63c0d2d16f5221c4d7c9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:97b5466389d9b1e4c54dce29bfb42e901ac2c4aa39edaf99c35f30a766d38b78_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:989cd4643516ba83c661cff6bb217cc25d502febc80344e08e90c6eef8d24088_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:adec59d5a5ca059167c1dab49e6e1e6363c1788833f2cbc2381cb7d88a98864b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f821e1e8479c74d1a672e049e187d68cc4845e7efb417e9e4e4fa99628f3ea99_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:4eef2a136a4fc3a9deb0c5999546aa8d498c3553107d1e0eda9d394b2f412169_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b31560936594f27a81750c2d73f97385d7b3ac87cfa7c75e1a4fc224243eb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:bb3bda07b0ab9cc97889a530b1da6d7eb3f7f9c8a98f9b867bb3a93da7694625_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d50f44b5a5797797b9595f99e3b24684908cc28d317ca00791bb6a7406e15636_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ec2e637888e698016d6df6cbf4be6d44e5a2f544e7b81884982e06ee632a9ed_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3c569b4e1ed989074b129cb91b307cfa10c8305b037b284b23bde4981f551238_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:4ddb2823de8624d7d45aa16adabddb92faed392e71c2d1a0b3e640be91b731f6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d3b7e9f39e5238f011f9328467c72a8cb8cf99d4bed7ac0593edb9ec5bbc90fd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:24e49f3b5ed9df72849a33dd7fbd4a0b01b8c3be79705d6e23ae48e3fd164133_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a9ce73e1f17b21b9bf2ecfa7e35f5d8e9c72620076bed594e217b870057185ca_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bc2fc4c0e55023974c90506cc14c51cf73741e9490632453687edf404b3c485c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ee9af4af02c40524e182fb1893b8bd59785be7d508111c5b0415f0caaadefcc3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:971256d54a4e10a29080f656d5de3b6281f27c77a40c0dc7352f1f05ab83eb11_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d4fc699ea35d0f1e96e825d2db3f21628e25589ba57c40ce771ed210aac5d588_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e3d0f624ec4e265daaed3072e9f9dc85668a917d49c96ebaa1c7bc05ca636197_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e47600e5f91aad639de386e422056d431450e5dc3560d30ad16b0b0bd240e371_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1cba0b4f393f1927ff5386a9b2ed74fed87a58e4b2d4a38f34fffedd30da14a0_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3b8bfd739f87585230904007f0b438b4bc9d79337f0e9038887bb7f297b681b6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9c7b3d916bac7900ed009cf82a03607fe68fb924805ea37e9950ff3fd6c73b44_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c0fe58445dbc3f94bb9a041ee4ac81d6e1ebef0eef6b2468c288be51d947555c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9c772d8d7af17818a38e2004fbdd7673bdaddea0c36daf239dfe65a49f78c212_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:acdda550e575dc7add42439a856726b3833c5d6d98dd9976f30be4b781a11a82_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b5be0c8ab080114879aafc5d2526924d32306ff545c06dba64c947ca68736f91_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bc413067c8cc3e6c40a9be4ea896d911cf6b3adbbbe4c8e85fcb243bbc7bc2ea_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4b39c2a3d10a1e059c3f52bbbad6df20e52e47a422119d51806b59bda8e7e97a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5f0f4b8edf205f47a263878372c0fc80e1531f3d197d882a83cc6a2bf980c277_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:78987fc04ce330fd8ffb8a96e1f25e8ece8360680bbbf4c8854f1ba1f598f2f6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a43046599cdb529aa9a2672b628a7495690b03379c7dd4ec7bd744b01793943d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:25b8603f08442f61b433250cb6f4839cf2cff118df56d1d7e12b3b09e859a278_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:912bcfa64c2dc40a0f8573e595001fdf9dd3280e4babb503198aa019c4c94dcb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9f84034243c6dc1341a059730c81b05bc6626b913524f8d854e7d13c59eb4d45_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d9683ec09f7d3d0c73eb626fa7132ea0d7f731893506437d76db27bef51ae518_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:13573ab2e748690c65900137ee67fa558a1938fc2c4d92deb6b308809a77dbc7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:279fef1862c07ed7b949895843d80c54180a704411df4bd4059135dab63900d9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7c527388a78edbc77d6a9db9ba9d5c8ddb302220d69734f4e0bfc26b63b3dcb1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e601bc25408a2eb5735db7d2595f969a59da9560516715ad781cff5e4a57f2cb_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:264fff5b66ca49266cfadcee9765ba0b34bccff8dfdb12e5444db97af4913095_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8f14a597769b040fed9d1c1d610b6023734dadee91cc28588b65efb25f6308ae_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:bf78d9a4afa92e68d8018283114bbc7fd11fe0a9b357b75a00395ad630ddde75_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dd57cd8ba112502a28c74d7f9e021035a061e1f51377ac0510dd02a303f14f37_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1e3163b559a137ca99141d0913759b5a92cf30e063f6ee2485983a486d97a066_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3038ed29c6dd5d46bf8d593c154537615b8d218bc43eb89dc099a546308c5b33_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6f5d8e50b9cf127af5334e0b1e97aa1bc466bb1ad8a1dcb2b6c3e7494bf5a1e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fa6736bee0e8806b00bf3b6d971e2de5ea49f3f2a89e8cc404d55a70e6f73720_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:09157be733606534b4788e13e47f647c427adb2d36031df979628d1e3d93b096_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2c52bc991f789cb2582b4fcd0fabd20b86b5893d9fcfbf6e9ebbb372cffecbe9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:611ab0d9521d88b9676bcf873b8aaa2fd385087814de0ab05c7c853fe98da20e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c6226a0f343e69d720fbc83ad01daedb925fc39d272df78fdacbd847fb075bcf_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:19425f8d71d7b67b74e76c5b770a5e3d918dfde9a9eb3e181c767b4489db01d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:39f0f3baf0bf65713633aeb91a80cd35779cce2b43e6faa70838e0a87bdb12cd_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:804965e59e0147de822be6cc464daa137e45c991e4ff00c7184b6fd8105eb781_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b9b4777d271c5ea81505111d169134181bd46169ccc05dc65f3b6e59f736d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1a6e143562b0618b3f5afb6d488e8bcca48d9b0b4f68dc70d77279643325ac52_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:22230fd972b50ad12367aa043fef070d0e580b71e874a0e3fc2f5aaf52839773_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3abe2be596ec79e32806af4d66a7350835433c11e8b053385ee6463e65f31d30_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bb8fb8cebadac019a3d8c7fb2338a56918ff39aeedd55318fcc7e7c6d60648a7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:28dc48f706edfe382aef8370f464836e99a307136561dff65f7e7e8b5dcf9a5e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:533846b923d36de2b953fd071f6f7ad38e60548e9ef1d3f704039bb69b59530f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:68d5b77732cb2c0b0cb9a7e6f4201570dd8134dcbb21019dfec4bfe1fadbad1a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6d20fc820b2b684137df0fe673dd4e98135ee6a8c39a660db8435be44160c4b5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:48568238316d40eaae138ec218e4d0fb6119c94d9014683bc25934210792500f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:1d1ba67b2ebee648e679f886122e649880437bed73cc62901f26e77087d1f72f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:627e8fa2665e8d19aea0b746867ce31b58cef207d6dea85228b175b96cc95dca_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7431114311d645b44e0f98c9a0e92e62a2c412a2b57dc47b52f1e4c5ae0baea7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a88a9aa0807380263b476e1e7491c9a4f36def3c403b43fdd30bab55f06e673f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e38292df09d0b5589b58f31c39ca74147011aafc1a51be00112856a7242cb80d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:67f16f35ae8e95b90d758bf617c953ffbd0f31d685b9f023c34e5de5c02d1d13_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ae42289a9ddca85918d07f71db7415d099e8544ead8ae73a0d79e600c1c0f067_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfcee1078c7f5425c41f8d3398ae512f2a07d156de7d6e92d24d7f5eb1eecff3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:eb851650658c10b1a102258af7b72aac6db36647d07ec4eac2bfce099ae68e67_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:74efd49cd2880e07cee9aa16b7615504fcd276e8606b7422ffe6a253636462c1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7ff9273c653a511408a49a0778e9584605b9d24e1069da8a77049f70e2bd5616_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ad02d1ed96a39fedea9588756c548817e8672b8fa6d3e16f1f53221e3e7d9157_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b10f0eaa64d49ea5763131b8ddd134da6771b835333a4f5ac9ffdaa13cbd08f9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6c75dc3551d30161fe15ddb87170bd7ac33cb19b242907e99a9f2b003659efc4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7cc7c37a8ce0bc5a1de200fa97525c35943d5fe789787d642c4a3079c251c4eb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dd8dfd22f1e93168de72dae9a266654563fd41d605c65b4bb15f20ec65fd53f6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:e651483d73deaf4125ae3c2729bd8a42b277df79a6ff056a99ee3e78e2164877_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6590ef2d757e5ac11ffacdf6de04ac112e96f4bc058b97aae1facfbc9bfb9317_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8bc45cb12c534a1dcaeef41b7ad0a4cd8ac0e3b0041aaa0cc3a9b917602ba5df_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:92e18d38fe9dfbf0e50933d15f4178cc149b3e4eb535ccf0fc0da030d758f435_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:9a77e03eab2a1992fcd1c0a1f1c978755e236843ee4472bb551968fb16568334_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:686e7784cda9016a460c9196a522f1fb510546cad343e26f510bea264ab9b515_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:77d58cca07f50ed35b30a97c24f66abf5fd5482be3c2a86df38b5d0e4b41e4b5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:a553758f4aecd97de2202ffc5d96370765e1f92a11fa4ca464ad13037d7c1a70_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d09813fbb679d41aece1f097ecf3797adf142242feb12769a604c37df1b6d80a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3a967546fc93fbe58afe72caa5892b712c5b96072d3cfccc1c7d9b27cc6fd6fd_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4d09ecbb6bc7010c93d65d8bae5a368326d1b52bb7f7410d30dd068b4b9c1aff_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:78a9ba8fadeb516fb48a37ad2abef78f57a09b5e701a31ca41e4bfefe493d781_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b44e2dd5cd2daac1ef6849feb0b313950e0616586fdcc843a051788fa071a4ff_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5d94083e84fbdaa57cd8723c20bfa1bf0d2eaa0cef52c662975b286785db8cb5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7662aeec067c8b3bd0203da4d87e0837eb624acc7dffab9c0eda8081d992fc55_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c95e0922aa74f51030c35cdf1ee704f01ece7b4ec53f361055f4cfc58e464bb9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e4ae1090a43cdf4a540f1a2cb376a93d2f74449ac44ba6d0484e4612579b3d43_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:48c47a452810fe65a21fa858b102a2e7d9469e1143c51857844a0a74ebf03661_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5ccd0d2687e836eea86fcdcfbc73c7bdced8bfe2050c466860306d246375f0b2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7fd64ebc835133fcf6fe9d286f18f790b12295dcd904d61cd255c97e49f216b5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e862f18a4bdd246891a49434389e8dae5d73a68aec6d548dd282f3c56396be98_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0772170993a9fc0531aa948ee3f4c83a8e530802f7d6fe246a0688026c050d27_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c1b6b3c81c49bd764dce7fcb732f14f378aad992c953cdac86872b4113e8168_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:307efea31da6d72e50def18e1c08bae9e05ac8991d90379280c15f69c93be375_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f366a95bf18554cb9b48af250be89970e4c6b1fadbb97543db8bc202eefe282a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:09b9a909358f49dc84cf863e418fa79a72c5f23ce05cbd4045b2c966147b4edb_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1ce1ac2cafe2162c4070a5b60087ecdc520db1e90a433183157c554f86a8bdcf_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2c984681915470552c6cf4dbd2c900d14f29d9a6632d7d937d2fbdf1cf16a5d6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b3809b2f792a8b57efc13591b88232ca2b83fd116ea1a6ce9c05ec39733bcfaa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c37ef0e5d795a727e79d2749570d7c42876e2884561857149a17793543b9fad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:45b239b4328e73574050498d8a59fae10b1788642bfd3fdfd487a59654f2395f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d0eac8a6dea99105af2917f089cc423a7c21820cdb7ea4a3f793381cd07f43f7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e9625244e5cf3f4fd7e6d69a8076069e24079672e2c4bc4df7733ef31c3aad9b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:25939a8eacf00a315bfaecb90901a20f2d314f186c1a23ee0814ca611866ed5e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3b3fe898a633924c2e0f803ca944cc63d99359966004c6aba6a05c446a0539dd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:55a048f1d9ac836497f7783369b5b582727df86cc64fe7df91c463db1fc0ff30_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:88990b2047d4ab9055afba0c6f8895f30a132c361722a1524bed1671527d99f9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4bab889d5262b3f891b99f0a521f6d4511641313cc1d3a5970cc2182c52e0fc2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4ddc6ce50e06c258b4f24827f1fe5577c4ceb5d68ad925a185dfac5b2b3a661e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7883c26d4640f30a8fbd635f5442fdb46625d727a1b2382220c454aeac081fe8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:955419c1ead9dbc1c2545f367907dd4b1e8133ea23ef65407341e9a505b1cd17_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:206e503ccabc3f5a01f11ea5026cb64ad6ae62adf2eb9044386efac6586cf332_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c2d2155a6d299536662cff9c5a8474680dc8d9c514b152e87421feac7cdcc22f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:e62baadcd61bdc045c205ce81a3b2b650be73e7b3a5dd5cb53ea4c2f8a181f0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fab5b1965457ca46faaf5d1e6882c17ac2f0e1db5017cc81ff4da8a9083cc838_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3e9733932088db40e1d1dc25250b68d83aae6fdaa33923c2593ffc6f10b84984_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:62ff6e225c6c72f9c9b0bb33014544d1e02a30ff9092c25fddf72d9ebc8782dd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:70259c080741f045c19c2dfb1fcd5069e9eb7e413294d855262975ae03e60b6a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a974b10609ceb50c391abab36ecaffb9c6ba62f66b246f529d8f7d1f038165a1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2a8daff0897cef178c43b00d43b3468a3ff9389ebf337533c771210ffc608bc3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4c7da9adb32c409132dfefa7ae79fe99d41b6f59c592eea234970279694951ff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a54253ba850cb357befc0173748523a1762858066023e04388c94c2d5caacfc9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d49affc20c2c397c1ed17de7d3a7fb98a3f66efe9f9bd4f4234c0832393df9b2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2321dd8c9cc505a677622c5cc680e4f3461c6bf1fa4267cdf7f39383967a0b3a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:582d0856a394c73d8faf8d1792a80ccd8c66d80cf65b9dfea344351d767132d3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:938cea3b81e1b74629b0bee65183b0800518b4b757175d34669fb25f6e5d802b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d8e3f695418674002c1dd252757415372d95b38f813a3d432abab774c7427b2e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:8fadf40fe968046de41a4a4c6f643d9077f4908a1e456d7da29e0b0c79f8431e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b7b73c5b17ad867eaf4066be6b2fb9a322677ec3265c0d1bde2e317f54f7accf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dd6c4a3b961b608a71122ddef308287483d90f3a153df4ebd00b4f85b46bd551_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f5e86e560d2dd575aa814329ad50a38ad4c7f3c111353e652e55aa5b58033f18_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:10015b131c57580e5edf1fa90b05b19482ea67ae3b588efb30da1cfb2061deda_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:99060fe9572cab596228b61e892ca9b571e3b740c4872ab55e3276d4ad65260b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5127b9d0570329e12a37d1c7e38a3ad9a1c990b7b0e1d3f3b31f5ae1146a518a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8403b335a511bc219b98b899e2cf4458347dfc67c8e15440801b1434f03ab555_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:8bd350665dfcfcd29e64a93a9c1b700817a99560dcc927a75c13cf22924a557d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b47afa8cdfbab90e0852af59ab14d95b430a2e94245aa9d1c65d1a592f44a90e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:15c698a4b3293ec372e1ceffaba0fb9360499514271d26c22cfb6cb39852f598_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:43344ef6148d5c76a10961d19b3bd83e219764cb53ac4f310a513bbe694fef6c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:084a185169e09b57b07073bc5c82bc741aeba187cd9cb33149c830af00cc6582_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:171aabed219e2a837afd87ec9dda95bd32b6f780a8c7116a6dba18533c07605d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:33926bd728bf4ecfa8146f2d55c05f151150d249b965ac4338cfa8a9acf642f4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c0709bc4da1e5574cf296180cfa6abce28c2b7ac105abd95535422abb090207b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4ef4397e1a1aa5b377ecab2fceb5c2eb15b526ae39bcd9299b45d9abe4bbbf31_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:852e6be5031cc90ccd9d02fcc66b59baa692d594e7ae95e68b8923732fa77b49_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bd9e30cdd5958003b7db73e8d871b448d208c099f3dc7e9df3ba56e6d476ea66_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fc61ea57eef9eb7f0bb091cc0815a81844d60c78f5824640e40096e8de8a02c6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2020b01fe0c8555a2cf070d5a9bf75691de4d8b775b4ac91032c92972ae6a424_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6c3b876e5fa5594ed92ed3d333ad1edd228611d67b060024511f8c6a53eeec92_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cb279e6a6181c4ab8025c6ee74497cd95e990aa02a03aa01c8e4ecb81718d231_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f6562421b9828dea833fc82160705ba8c0349531dca39eea94da4bb31b8d3468_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:44b8d7704e559a8fbde7bcd2d7b51cc025eb2b898c74497149f818473d6b7237_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6b3db54da066eff7abd8e8f58ae42163364355fb1fb5a166c3f90ef42024e24a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7bccca2d8db4038ed90d7c5d995bb2daf880b3d6aed320c6d6dc89c73c38170c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:afc464bfe9fb581e22275814fb3263ada3383b571ac4765507d2640470a8fa3a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:353292bd26a33c9a68fbb8351005fc3b65d1f0dc02c82887cdeb5d28beda1404_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:af382c36059c0c0d6e76b41eda8ae2055bf5717205754272edf126fe15737cc1_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ebd113dd73707e7e234669c4b52e7ad90c5aaa95d062fe7b2ec18ad63b942920_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f0b91324c63bdd9b1603e0bcd2e554e1d595168f9337a7c26d3834093b24f6e4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:23a74b9b847094d230ca89e8d43c924098aa5a8ad67bc02c4b11833c4620aba2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3a9adb54f0e11beb7e2f393c00ef6014f9c18796c36e47ff1f08807dee8a9e0b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:558cbb955c8d4de727f010f3fe97f285b6922f4845357cd979c22e9d6afda4dc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:64f0e85f122f8cef1a5b444095fb16f95b255865ab116cd59a4a541bb61cd09e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2b93d36104e2c99c09823ed5c6d12e25abf3dd07e20683640f99b687a45e9b6a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2bb2c4706037910e8045bf0127ddd9087d2c8ab9eeb09ceabe97b18dfe873c1a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3e5d6fe6f1f7a495efdb0a61dfde0d20def80759a215bc7097265c816e07919a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:efe7886379624399e04e4f213bf1f8b2baf1acf989823caa93ed8ba76ccf9372_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1b152d3df7256fa1d16dbc4edc991503bd90432e1c8408149603306e62a28a89_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a7c3fd07837a9c03ab834a0b46ba51b50c73037203ca4d12d8cb2a45f690e62a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c9aa9a181ad76c715b410ec6866d86f28923d2becc8438f3b56a381d7c668897_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e96b65f0caa9f23429318080d5812ddd5c233b881b6f460d944990000a6d7018_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37569639de1f8c36904366fe21657db1df3c26c03b8f9f974e0a87abe862c7b8_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8d27603330319790b463eba638816fec38ce5ce81e7cc2c113636939d713051b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9e9598797558cb0767f9bba75faaece26aadb56163f94ae2cc2c137645b5babd_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:cf8f8b11a984107f035ff28ba24ff3f6e1d10cd764ac472b94bb9e74d435a459_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:70e6484048faddf5f59bc7399fb22731d4134b6a6e2c2ad3b1e92bf26e5ca902_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:93c6c010543791ed57e08cd0630a7dc7903d7455d61686cdb0865b13fc52f44e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:cf50871759b51c4fd1f164c53ec8503379de265ff95b5f6bfcb15d3820722c78_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f296becb22727fbcfc0a2a4a91139dc782688f43f63396d645b03bf698b81ecb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:227f6cfcbd9f361dac87776c3b625a4ae91a7054a29a48c0aec491a786f81380_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4063848bcd02040ab2a26a1e77d643a8cc01373bc6467070f72f8cae62ad8bf7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7315ff02d1adefaf5e52dc2b87903cbeaa1ad7c30719ff6afd130d068ebcb429_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:c33effb47bad5780e4e0ed220647bd0741276ef5c19eea05014b528b91765efb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2883dc4d23d0c4ec9551a0818f5d5edfc708454b48333db179232b6f7bafb4cf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2909be49bc0471a0e2ab4e9172e4ce490b305b8e1fb86729b45af106f1ad5ac2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3b91df98133ad62ab43372695b3953c54d58e70c15eb7ae201b68d73088c0bb9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ea31f2ac734ef3cec4337ec6025a1cc01a2452ec124f102e5b1400a9ccfb05a6_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:2aaf1b270a589b2e9c907bc35b4a3706cca1508a06142dd3086411e046d7cd00_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:32b91a8b6cf6278fde2c8d33666748a905a8dcf290b6e16ef266857d4838d3c0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:fe8f645cd130c489a3454252abd64c554d583cbf984aa3e568ae9c4073fa0f03_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:9885e38ff9be6d7ae070a00b851232a29e739a870d32b2508ab9f34e56177bd5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2b7476cab5336d76457b1915e734ab8702c461af8ca4d9e474557ad8354f7065_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:4890f971ad6077addd93d4c7fd1e9ee46ef3634bf89ff5adee2a95ad7b7b3f12_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:afc7f162c9c1c3033316a984254b8a477d8eae5bbed9cb25257d54a54e1bb866_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:e9bc1798e5283c65ff1487ae78c1175395e051a6c13426d3e8d1b898469a3493_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "net/http/internal/http2: golang: golang.org/x/net: Go HTTP/2: Denial of Service via malformed SETTINGS_MAX_FRAME_SIZE frame"
},
{
"cve": "CVE-2026-42151",
"cwe": {
"id": "CWE-256",
"name": "Plaintext Storage of a Password"
},
"discovery_date": "2026-05-04T19:02:26.983660+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:07716873e44d49ad177f8c572fe54cec7ddb819a70492e6bddf36ef2ea5e6449_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:288bb644cbb5e14b00d80e0b409c83644a59cbcb513d19025f8b97de61f2cbea_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a27a41e1a167568dc9bcd1f125ac624897d73bb6dca7be80d256432b35e4c6aa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fe9b92e8a052208c6eeac2ba816959ee8129cc0f68bc93bb0a1a2f940a49f4d8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:44ba1190dc20c3a99259ef0723be3c9e1c2d4f339ec4eb4f38a9375cefd60d2f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:48a700617f0d4ab9dd6b40cc27e9f602892037c10872c19c60f62a2a848e451e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9319978cb44eb1f26a7d82709c4ba7d9b6b0bdad78c6c6080bafb0933103bda2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e734fcb9ca41744ac9213327a775aeb0e01ea9974036908721b532ed2dfef923_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:10097712385ddd416b15237d2af20f86a0370f1d97125f1e8a0d25a7215f6751_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:40f8f7e1d72a0e70d96c1ff028cff7125ead621e89cf2f3c1cc5262a3aab65fe_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:50ff72eded21d210ea9c57c9f9b192cb6ca5efe781c5c5a9d2e1129e2eb7a248_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:f77b14655ac6137b53212c8ed526d6baf86d6d6332513416daa73a6dc468c832_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:76042ef2dea9a9316a7bb2a38923d0b670663803c75f5b8351b5e71d344b479c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a645a364226f6768df30645c15ffb8b7feb1932a96c3666cd2d8bbf71786fe88_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:afc4fea57ea3217712f10421cdc7ded66093dfd0d5cdf09120ec1200d696f332_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f70b291b3be37bcef36e4cd282cbd88f917dcc5e61e0ad6228b33b770656b8ca_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4cad4e954d5e9fce7e93ce3a81da34d58e01c38a5d6140cefa7eeeffa13e1431_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5c1598ad56e3f9cf5801a990b2d5d007632cadc69118dd15b771d8104893b722_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d18a7d5884e709f2440b7f85999c2351c0f74ba09b876a7c915a974ccfa3dea0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:ede11c7678a732b9ef9a763632c13e616a95cbabdb36baf0c5c48ca0d476c260_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:208703e1b4c8fd82b6cffc790affc4bb8966f6d95e5b5631d9fc7cd429d82242_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:40be47b6d5dedb587c54ea5f6ee763dc3007284e85cf75d9f48f4de83bff4f0c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bfe783bcda48a7678e776f99ab08f9d6cdf882432ae03c46593326bf8b57e714_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e43bd0884f4c1993cd516c3ea52d1f878a783f6a998a6dd3fe4a98ab11bd3e87_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0492b621d90ebddbab300b3bcb6979598f11380da79b32531f8978b26fe5edfa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2f4ffb0abe2bcc7b801658bb46ad9f397d7a3d11e8b2060859f5dee1625d7ea2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:30b0e4f82db1f3e39379b7aa792514aa726a0c485680b67351c593542c1b1127_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f0f3b27621a9276b1f4f9601b1b399eabbc165d74a4b4a20ebbccf6a36a8f98d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2d56871f80eb82c502cec2b901d3510ab482eea981f50cba4fea729c83f1897c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c169319f15a3e6ac9086e21438dac78a6b30f142c6d96d63c259e45f4b98c2ad_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cbb1706913eb430b86212f941bb32b066af04b431126af872899134a9e111ca2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:de56a4d37e6686cafc8591eb1f7520942036037ba5af21c286aea2d2fab95b2b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3e35e96ed5607d7229629ee64a3a7c942fb12da93a75e989f1fd9aa028e8fdcd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c045d9282bb2e3ccfdc19d09b76e81d622ad5c41750c960a066f9a735ce47a3a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d3c7bcca57a84397fa1932919a750ed7a002fd7f7be976152dd7c14d60feacd0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fc479e1b1d14c548ed9a783109fd978efba5363537b835a5d09fa8d0fa9f9068_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:0e22ab8f884e0095c3cb3efcb63f9f37d55b72cff37962f271fdf534deb469c1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:ab518543ee2455263fe748f1d2ab5fd1fcb87e03bdb241a1fe657c748e220e3d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:cf25049921f441dee72daf95b707da269c5ea7af7026674c42a7e3c8cc682e59_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:d5350fca926c7cabd8fa4e7749f0c2bd9bf90069a11ed96342cbaa0ccc16f889_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:41ec41da1569234037cfc2b9cefeadbdb4c1e45363dcc0b5f2acce2453ba3dd2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:bf2513f4ea2df4a781fa74ddc02c207133387318444f7027e6b62565e8af505d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb3cc6f050ccd3fae295639dd627bdf3ff5f08f66ef0fdefe24ab8260cfba983_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:efe54dbb00c22c7e9e4a6d7c40e52665823c5f94d4b7b03236edeb1d7a304f94_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:073ed3fb3dfb009b6ba476883da5421996c5c4f4119375c0c83b072571d935f6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:14b74e5080c191fe32bdd2a416c80cd94a0f30ea6d5f18faf7396c120c5907ea_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3c86e67143d2caced55d2dc470df15cd1659c5e16c7eb8af22183de1a3222901_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a6de5df300008dde127b655f67ba1c8e637bd6e67bc2c811c0d9e0ecfc3cb08b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05ef13e75b41891cd2774cf5243b11da290ae75f12ecd07239e580a5238036a5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7c5f6b71b68331d1cdff8b3273fc7cebb945d9c037fae5c2fe0666f84cafc928_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:c221dffd999b01fe10c83c1cf3e93ed9d49beb5f0f13e8e23261f44a07fd9342_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ea42eecab8a62b7896ffb697f402857a31807834a102986b3967faa70f63775f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:0123a42a6d10e21067ef4ed5ad7a39541529ff0157cb27443a95b0e5d88efc7b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:61e542fb10dc0e083f8889b0b94c3525f3882e5da701b8db31cc9be68d803ec9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:69eb532db9fac5d796148a421f1c0a95f03a84604fe40d5e5a3719c995b8d3c2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7bfdc577bd856e0cc690c86a8fc9928ed3d034d4d1455378c95293376a74b9c3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:023e336977c9e6f23a82083ada96020a26cfea384189b765e89d6acf7112957c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a0734ecbae0ba4ef8a6cf77d42383afe04fdf33eed2c0d1e34782f147c675581_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c64a9e77bb865dd5475a4022629d394ced47bfd9adb137f69e2dd7bfca2c5a29_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e90910e06037ec13a10bc176da5a516287ddc34ccdfcb36432f386f7b3895136_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2052fdaecd2f3807694fa17f35f03f84b5d8116ca56926b6d657f0594adcc4af_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:274df573eeb1919286472cfde2006716aaa62c65ad1a6fb82bc351e7292a51a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5f81d0322afa70edfd932cf1f80dc5a14ebb30f3f4cb0a4b9943859c3ef8a741_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c5f86407af14e6c3741e75068ebe79aea7c7d1a73ca87fc97128c53139dc8748_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:11009d76f2fc73fb88ad8650914948e04e30d4096420d00a4e6b1f2f82bb2a48_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:464e2bac04048cdd010a9625e6657c9f823ebadd624fd71191ee978520874528_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:4a6beae013e9de12cd8b0a39e9e7488f51b97b3f295e14d773eb28c5df9d6743_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a2f765f47a9fbb2acbbf3b00c2d62d7df283546b7485e7631116fe824cb589a5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:82953c91b88971066d4d605174664863cb062a6f7da286754aa4f05c11a69bc4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8adf05874d8cc6284cb4566506787161305d95ba4c318f070e01960939526d59_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b0127947224f18d500d967398c5008737df32168d2db50f1f87554e149328d71_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:c25b7a4bba9a988a6b7daa4eaa8608df78b927d1d454aac7757f18e3b6c78d86_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1f6a0d8476232a85b5d18ef9ce148135b69a4abdc45952f6ad0eaf41604e05f8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2989730daa53d788a9e1be03bf922a07c1111ee8559bdef63d058be6fd5f3fc7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c0cac6ae1322cdf12df3c55948bcfead52641aa95a57dcdea97401ae01c1860_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:adf166a8095fd21a818265c01776b94e25cea102a98de6875352cdc47fba933b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:67f12e5ce45f173e79229f506b92915943d263ca0adaa31a027cb7245d7a076e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6b91bbe18861c83c79693a155979f3cc56162624412eef4c57c52cfedfb38475_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b2bb582913e9dedea9f2eb41f1568fa8f0fccce2e56be4f666ff41f3698dc147_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d35f97d205f82d6ffa260582fc6dce2fe0fcc3719ae0e19e85e06e7ab629021e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:03ce535e7bb582ca85793c8155f38ff9f73231e7cf5af4ce223ea89d4d2eeb89_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:605dbca994f47b04da902ae4b76744eaebe0d716a7a5fd3cb8e617db5dabb8c7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6b2582a7f534bb2716acaa72598b40f593897124fe03a5e6b2bea1e4c1a26d15_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d88f52e765c3f5fd4ad80f7364efe49e98ae927d82601d27105eb6ad0b484264_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:1305fefe98602549511b835fd1302eee6a4494c690d76964d89189c90f39627a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:325af02386526656111c663e6a206e755f2f30db00059078a0391d4af6cd95d2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6dcb4d60294895ba062bed0e9612ad7fecd7fd8d8cffdeee9bd65ffec1b20a63_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f492d67b16384267b9f65d20b769f93e3122f0957cec290a88a1b244c80e4b54_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:56cd8314cc9791e043cb4e5ace324013f4ce4c825fb5f9119b1a6c6871b76a3b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d6ff019bc8333893d6d5799927ffd9dbd02d0d388752a1ead6b8f85928fff4f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d7e525584c9b7492d8b989d2ad0b8ccdc4f244987f26b4aedfa7ab1097aa8ac_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:598dbc32cda4219d6a0442aee99096b77ddbea0148ac3260c9c37e00b13cba23_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e223d745233c048714d3ff7a04f8ee565aebeb0f5aead03e55dd9f305fe60cb2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:05fe3c8332c4626e356a2b8b33b235d605b8cfdf8b49a68475db687789a766e7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:64ea7652aa2f9f9ba58d56765ee0ffd7224d6534860d118c059c2c066bbf2142_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8673853d611d162bc12d1791bef2acdd4131a97b8a6e46961736724b69332db7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ee04f343f0bc1c58b1e016295990225bafab7b39a9c1a572b10cdc19076150ad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:4771678b9e18450e8e2a6ab991e844fb064749a0b09b089e54a802a7109c1ae7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:68c90482505c592a6393640c16467c1416f3175ba1273a284c3d0a9417e879ae_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:234bf4abb67f86a27d549a2d368d080a3671ab34786e26c6abbcdf58baccb034_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f330b931299e7c97298212e0514c55f9e086e2f33ab7e522d40d8e9df843ea11_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:123e1027c857bf3a084e45755736871b220117eb70d774a3b450f7d877e7d1a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:61d9a3fb3114cc2252a8ecb5b0339a5fcdef87cf962f285be72b164933afb857_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9426eef8c79d6e2c9cf5efb340257ef7dc7936b3369050776f4b45ed6603de37_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b693182419b2287a69a8bcb3bd3ef8d6e799b5e7aa9b5f25cca855995588e104_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cde3a4deb285f4ffb38be4443b3c09f33a44d8f2007bfde6f8766d371487bb80_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cfa458375e07e80969d9a9b3521c5983fd20f384b74f1080b865b618afd35f32_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:30a0f7d083fbf57d19fdebcba31bf52d257fda3eab13e1c8b856291f40278c4d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:7078670a28f19c15b118e3ff8d70afcd5e329a22eb6a44d3827f9554dbbee812_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:6d60dfdba0f6368f23bdb554da68f81e3d088677ce9748d2850ba8f2ecb0cbcd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b71a8dd592d2646c7b085b06edefe64be96e38113c3547a111a8d0201992b98c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d906f3f6f4740b50fd6266205b0b3f986b35ca7a64ac7b6c52cd7167d0cdab23_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e4969f9764190a2b46dc5c9c7375213c28518935d80c4e4570d122d231f53663_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:331e8f309349114252acd7fe42067ab2b7bc03abb6619f1df59c8fe907513d3e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fefc2125429189eb85f3c807ad8ba8896a48518f3dd7d93f94a091ec925e23f1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:8687825da05aa3fbdbf32fa82a739f58585d8d2564501deb0d3b97d67a4c431f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e5886c91ae307b14a848b0a571918a57a9d2d85805af6c6ac7a2404dc0308337_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:260b87efa1dfc71726aefc2feb8dfa83495aedfa6e95b0e86dd1ce0d246233cf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:49a1a91122fc6cc34cb21b6de67b8249f154aa8e2bfade0e50457c224fc3ca70_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:cdc02821294c7bd8b4de75b356ec0ec8b0745b0b409ae9481dc08c4d967b53ef_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:e52b5054a3c11b34c3bc3450d9be2628816575531a1435ce44652324ec020dc3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:64e73e3f7bc1f37f40ae235a7866ea7c881d67afe29b398edc6f15befa7f06cc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b4f0c23d7fadc3a15840607d9aa13327a3eda6272565f88be3691b74f16fa13b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9b5eda1037248996bff10033108d1dec27b8417730bd721d980b778e1cb4585f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c397e51c6d4de14ea1b6a41957a3fe5ae54115c1cbaf414c013035333824eca2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c72d9616c2bf94661a156840d39e3a42d4023598c5d647562874c453b44b72e9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fef61b2df388d1e5714b0f3293bb7878f1ff9ac64b0353284576fa0413000ce2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:267a8525fce7dcfc460052b97dc07532c927fcb27257b29f5e43e5475376bc42_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:886cef96ae99502afa35aa5cbe5a16a30d873e8c9c92d6bb3c748bb68877935c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9a68ca065607df1a4fd1a351041d799b2166b76ebbdf2c92a0fdbccd47015036_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c7a8842568f7ed4d4b1ceb0f507aa5a56d80ab213877507be04ab55f8fcb3a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1567f1a6c1a596e22674ad45cd1975c8667fb2317c84dd5944ccef58326239b2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:40dad16e2777a64a836355627be3aae4572a7ed6417ac39e0dca5f019eeaf471_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:800ffbe7a0007398e44945b2f3772d657995ebd902918ecb410e5d373de06263_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9720a885c669964be135fbcc55bfd5e9766841f6b11bb2c279ac030de9618ece_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02440d8ce569f4318b2110f8975fc4d0a93e6da6c5012882df9cbe77559a0a81_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02594f4e3bd44cf7d378a7fa0533d54b4365eb5317c282cf8295cdfb0ae5ddf8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3e5753abdfee794bd09cd51eda1c7634aa7630ea3f2a72ff40c3fcf5661e58c1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ea8145a89efceb27b579a5f79c37c7457d141a0eb38b2de5c82ced07879539d1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a1aa9421f9d52c8bb918e1b3c9daac3e1a076e70e003a58462b62f0a91fbf795_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d4dd77443d486829650aaee412b58df2c5fcd995bf2c493a22dc1cc705d270a1_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d689dbabc1df0ca42e7eceba17ff474f9e6a30474f7cca15970a5ee7fb870a72_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fea791f1b353cb84039498653a7b7daadebd460631446fae5f05d1ca8e85dace_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:100ffa84c55a87981f50fa5fcdfb5a5daad0eea01d0bc14abdbc959ca0a1ff92_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2e646fe351c1dfb3650d0b67694f5cb89fb7aae85c9b8edd356f54f40b9e9fb3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4a45ec0f50d9cec050f1c99dd33d288ba8f9e8dd1a71c2870eb5e799a42e411e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:60be3446f54ba3c5f93c5c4bf1de44d7e9ca3049abb6ab910f8e62e671a80d44_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:90b36fe8a88dddddcd584cf06ddbde8b74e9d7a78f9f51b77d7d2480ed45ed79_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d69ebc6a9d6bd6f8f75d933ee0f7893b285fb24e994bffc35514ff5211ce68b1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:da6ed87ee2d899e3fe9c6e8b08bcd44cf11e1b1563972ca4aeb3e8bc806a1d2c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fdea5b85efe39b635685d506a4416115d546a9f56e87903650b5e51bec6a10bd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:47ded0bc14992d79c073e4cd541279def7e44d8ff586a5cc1676edabdd86c13b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:642eb8c1bf4631b969d0ebf3a0755f566236ce7b5534fab78d531c76d5e802ad_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7189cc475748ddba6ff3f306320d55a840baa8f1da8a934d4500c49e6f675ea5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bc10db6a9f9c1a60744f49c1ed737bbbb8454eeff9fd00175b98872a1af17936_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:017359024215cf5a7b00bd31b8b797ca7f5f456d66a34ac12c44e53c1ab77fff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2635b651e023c9d4dd92d1897b4513947985256607f9d2dd8043cd7f5de3a765_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:542b1a4bf2fafae85c50eae7a182ffd3a3a07b2c234a00e4e6c639b1143b4b55_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9b3b5510e4cf6b4cb86bae86fbf36c1fccbdeaecfe009cf2e67cb9c1d7924ef4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:048f5dc4b9176a86e0d82447e036ddad890e58e49c8508cd74f8c297272c800f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:0a7e3fc4b1f892ea2e77c1f5d961507f0fcec7740f33d3e308904cdea1d3ce21_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:44db7037b872b0164497a603e99b7c5bf2bd9aaf31158e8a4e8bd03559584155_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:a8ffa384c6770ffe1bb9b7b8729501ef2c06199e0005b16e5dc432dd8d23c66f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:176081efde0e44254215af3f5091e64748c81d2bb29a1e7a64ed2879c6a7fbe3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:42ea798731bcee8b868ae15f9d45b8f0aaa91d1a4f7660c53ee08b070fe4c9f5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:85fd9925886227b53c26a3ed09604c408c49b8ddb9cf7efa2057335bec94803c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8b7b592c5ae05773897351d97fc9925e6904ed02a6ed49e4737f0f649b7eabe_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0d8537a8b89a087f59b9f0c413d9c8d6c77002ff0d9d8579d179291d3b6caee0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:14cc3a54f1ddd57ce5b80b6d111f0ca27f74b4321c9915d5ec1960318c71d752_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7dc1bda89f2fe70041f850dbb5dd3804e853961d2026c3880fd7255dd6e57b0e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:aac4600f524660e2351490cc7aa719ac2dc93193f64bff1178a04376bda57cee_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5449067a980b2d50b360b1aa1164fba67693402210111708ebaa00f0f93bfb55_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c8486459e2b80ee2706409e888070c9100938357621746215ad7871ab9ddb990_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d748caca6496019c594ae5aca825845658e1e8c5a1c062a02830aecd677ea1af_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dac9a4617348551eaefdf01ebf1770442c0bc07033fcbff203750ecaaef1161b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5143aae8d524363878300902b89dfb5f3420ce897bc36064fd021d23993432f1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:6fa81971ac5bc843a536eaf167cf5147e879c5447d7c1ec17cebe7ab85692317_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:bfa79bf705669231df1e59e373712f0b04ef2c0676ebfd901bd9879cef16236e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:cad2e37531b2ba165087ddbcbccf9cf167c4eaca5a3fba5f5f4bd943b8298678_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3538795f3effdfe84442141d83d0292447b4c43e3d68871afcd453f80e11fbff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:7da313ec91e1a9ff08a16ea2b0af0ed1ac73e40c4b629402bff19f183d45aef6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d9279ac3cea7e1e400e244624bd7ce53cbb6343d10872873e71dee20263d0e62_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e89a5c92caae6b72646e17535787d06f7640a47c59b0b4f418c7e48918736d60_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0ec6c9197060bf068f358283d64b9b877e97f072466244f9d147552a193fdae3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a5aa2eb87a3fc9c5160f5c37c50cb88cc0a77bbf4eebb298ee7883ecf47b456_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc1512a1ca871d5e21162430f028d7b7f2391e19cee9b3d6e253b6b6d03cc8e2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e8c2baac5dee142c4e84d01c731abbc200cf24a04201fd8690f0d47035958830_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9b45bdc374e248769add4b772aca63e25ff0baf8d490e64066bfa78405cf609e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bcb4f4b45a7d62927ee6589db9d31e9bfc87a13f3b0239649c9701b10d3dbd75_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c1c72b9d00d45dc90f97bd9c5263e6d385ee34f3a3f834909dd8b8eb28c3b15f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e15057d2878011a1142587df35dac65182dd4ec4c0f3c61055a73a23dfbd615c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3bef4d599101ae4c2162f47e89f5fbac89903db3f007bb425eed38e1d9b4d9cc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aee0556c560d2ef9f2ccf501302a373f15cdccc83ec2c6935c4ae6a2f25b63e0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ddc3c05d5daa3aeffe5629b7e2fedd5df301a3030f8f8c6acc3204b8fd7e0995_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f463811c1b1e6fc34934bb5a8151fa946acf321ab57f9901b3ee1b7f75546beb_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2abfe62de89fdd0697da63674373b1c8a2695846d8acab5f17a35fb38fbc23a4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7701f38b6702b4a9e6b49b3db83073475c33528d2529e63b1b98664bb7191906_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a23cd4945d2e1f9e1c194179fab9c388677fa1317e02a99eebc575e227064b79_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f2f194cdb1a14fe59e05455df10ebfe70edabd37ad605346b6258c5bda79d96e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9b04b0a1047813b35f6ef09e1fcf1e06b63946e0a3b3feaee3e081b0deed689b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bb521f2f97477b5b9851f6655f1738b620aefccaaa81cd303d17eb74ade7adb4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c8a1f9ce2dea4947e6cb460bb4b4ae7ab6bc5f816ca25f3405799d56c6ca48f3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d8f67c5b7b8903633485f67a76f88ea13855bbf95e92b651bddd15fa91458ebc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2c84af74e0937a0f3451054240ab7ae2d44c1b566339012ebec9e5b75d7a627c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:41ab25be6eb002ee921bf74c1049e07547328632d576e78fc45245177fe9ab84_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5b389b9b0acddd8ffe5e5c3f9d54321d061253f3f45b5b66b6dfa0181b73b87a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9afa17f9f4e4551369e891d405098219c071231ddab921dd32bb7bc66bb0b6a7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:0bd76e62d162ae823a34a766fccd9d339e3f550720d863b477273734ed1fdc39_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:dd17b1ffce727d9a74c3f64d65b72b03a5c8fed96e773665a078dfab33bd64c7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e8ed2c9324c2f5594f90b049e92f2fb3141dedcd99165e80e8bfe147c738adff_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f7f45f6d562bf699e0e45e134c7ab71701dc3994882cb82edce9356be7627ce0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:22dee3c01cf1deff68d73d76735e420d223ba0e75dba1e7ae224ac4e7b14ae79_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7134aa51e11a7d6b826068d03b9c90a518cd3cfccec0e3f06e57f5ed77daf6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7cdf9e85bfc54e4562176d63e1f2be56775dd761c6c0cbb80fbf888dd1ab43_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b72954ed888ded15f443784fe6a684b6e0d7782921efb788e242d987fcbf5388_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:63bf84966169bf2dcd8b8bfee3c478d9e61881ca007fdf3a8be4ba5cb1118211_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:697ada7f8e4bc8a881e2f1fa3a8402a2e96448f948befd465c59e03ced12c9d9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:85ed053619e39778d5a986255af37802ac46a26899c8a448abb139736db5e075_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:abe01f65affd92347d8097b3922e587548364d9680b74f767e9cbf139c996802_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:55102797bf884eef2d8b842ba8a5f2538f711622eab1c82b06941ec574b8f266_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9cca1a2d1a6f5a33257e8f790d180274f24a01c125a717ff79da8fa301e2f270_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a1f1be1027b54388f762951ab7983f18cfe37140efcf2c778a5d11d4740e8e9a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d65990c0adf148e94c1c0ec0730ac2a285b38eff128cdb2fac7f61af1514fd14_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2db5ea10de47829d4643fc525d9efe3815db59d5689c0febecf4fd722ad0528d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5dcf0a7d3c0b2062ea11867f5fd2a4ad56fe786b11c3095d76eeb4c844240a6f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:73b76f141fea3db7cf7df4e9b70443b37fc67790cc6986efdf53a32ea7360bbe_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:be3286f36b4c80969594af159ede49ee20ab5dfbbd890649c2c4249335714466_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2cb748becce8d80bfbb66e84f63e0f0a3cdee6d9bef3833eccca24132e9d0699_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:374211b6e69093447e90462693c45bcdf2ece57b033a419f13585d9a46df62a0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6047837c63bd707f994797af79267ec8bb5075b3fdd88c069b3acaa04ee2cb5c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d8c4afb75de3b6d432d4929f4d4fb6938617a794ca2ef2060b83a02588a1d0a3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3287f57d83e7becbcd3997ff2ade6e6b5a664fd08610464002229e0a116dfec8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8a58a72e372b4235b4751e08f10c97ef0798519e6b91595c234fc14089d7495b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9654a0a2b4549ab06e5422dc69872961c892e97032b18d913cc197dd3aa39f3d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9e9ecf8cb43e1819159bb8fc0eb5641b71663e110ff757e26d5549cf41075084_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4aa3e0ca4b5398fcaedd212506e222fd435f7a46c2eaeb7a49dc50f789cf13a3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5d094c8e18e42d662ac2f5ba16602c1513094c7dc547fbe3de562463c4096bce_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:67f85bffdf2db08fb27d52c6a0a8b615a4b9cd748d9a7e6126851d1bb27844ed_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7d4b6b9e67875889c95a5d126bcad0f6b98c148b85433180573f439a867d9e25_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3c0791290db50c5a925a80b371ba8bdf91f4fccce56397d12a989263a972bd02_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:654aece866efed516d69db0e47668dc85d3936e901aeabd098e07538aa3dc617_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7637a44a01d6c56f002120cf96228b6c68e92b4391d4b6efa1c81ff8e40eac0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dbc636494f53ee38eae00f243bdb92d187ec84654c280cc454f2b4febd7c22f0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:08f46b1d2114a3ab80bc7cd277859a4f84e870c2421b9e13370774deca0aebe3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0ea69bf7a80cc8c0810acf8c7aaf2cc1374d3b034065f1119ca33af3d1794cbf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:17e61f4a9148bc2e0fcea85c19c98eb8c2efb701bd21f8b63547dad13fc256ec_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:8b81413ad0f567583ebe4782344c22834c1781c5f7493c8a05b827f3f2a5e409_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6b348a4fae63bad66acacb5f0d03b8155246733e758f14208956c38c2bedaac0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96eb6b75d6a8ce22b199b8150e628a2a00c427ffc79b2fee2e24af1bf584bbcf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e0b17d193af2fd7e981c9908e01f2d840cc939e24bf1be19977beb85fa1159ad_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ed56ff21aa465143bc0d1c4f20803873dd07999229739b84ef7861683476b22f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0654b81d996d73c5b5b03310f314bf3bd6871b3bd4d1abe791cec9b7a3339719_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e294ee6e92049316f91ecad5987a24d7d3c06809d3db2ee3f9a41bb461bc220_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e3afa0bbd3ab3ed4acd6d0059765116e9ab56090313932bd063098d94f1c3b1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:929f235d156df0f59479d60379dab0d83d6fc662d9acf7ff050a520850ee0125_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:14b5ec9622b1a177ffe69a7c87b7797c06b283b26d5547828d3177f823074b5e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:52a47ec0685655243dfa60738842ba038719f2454b85024084de270736d06529_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5fea5bf035692313badd286c7d13564d48c34e3195bac3c74ae669607b5b5875_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fca2b0ceeb7e301640de2604932cfb2c386441e0d3b3b0e4a525f0a6b00f7cee_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2b85420da837c90d984c5945fae12321c8e6b6fa270768da6270f382194f2d4f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5e5a715049a34055fca9a4b36dab839573238385890678734f96d7ba776dadf9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6982d2c27206f15366ece47b40f4a6a2994c7acf5dbb94aa274c55a2216d0063_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a38c23c37dbf421c77c4f36758a105b790123d654f1c8b3419becfefedadd0e7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:021e3ef983d0ca18800e0fc390ad96f4b6f6b9c3ab784c6e74ebe2e7fd7b31d5_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1076cff5268f9fec09a760da243efbb72eb96645f838a746c4c4e28ae4feba33_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3eabe7ed8651b8dedc3a2c38a83527f224ba3b50088b3238e158048bb2ddd85c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c29274bf105ffdd07bb78270a6dc497fbfb699acce48c7c6b7b6ef32416eb20f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:71bae3f7d9ec2a469c8d69b9f67d27a0a98a26bc842cc8733442cabd43fe3c06_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b67943ce9e26423e0bf84f411d50f394a67a0f3368ff289e695f8819c4fa8c02_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d4c9ea28e8a716d6a46a42cd3b5efc82f42d456e21791c32369527ae82f643e0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e4c222d813696b8b3d4cef6982cc88ba3d4581ad6842b10510fb4c8130a82684_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4d789598c5dc7be91f05a8766dffccc377a71db2ea8c5cc563f396cae02326dc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:70267df26127761958bacff38fbeece08995608c2a24c7a3724495128ef2bef6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:84ea38804ec003ae82375c83ed4549163a2c932d6264eb64476e0ad175b4a4de_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:bfcf2ab8d6586fd6a8f08ec2fcc71f997800b8f459577c31e654f8ef9325fc42_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:49a412244c4d6b547d5b0ca9bcb041b1e3cabbc78f5234ce52b678207d83b3e3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:4d2e1fee9a43f8faf39b05a7d82ceac50094ebe972fd1fd85b1528961cf49478_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:564e888a319fcd9b1af19b18a4281c5a2c41bedfc3186fb3bb587a1e28954c0a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecb2d59766a1aaaf7cfbdf1e0b92ed025a18fd54acd41fbc63026b350c98a953_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:296a9379ce17e07df7008f1d35004477297a7ebdf9e3d51a50d71628d6ac68af_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:67f272ef9abe83f9cd959ce97e3d5c46ed6e118ca30f65fbad733384d228ebce_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c8b5246ba51213bb183e07d862b6d1f9b156e1d16b7656bd6ea061f9016e8ad5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ed375d4341175bfe6945ea8aab5208f375034307f6753cc726230629ab97a71f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:29e41d78f04e683ecb12ff2335b7205383670e7bcd2b1beec736261a93abd406_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8ac74d64736ed4788497e0d4d10226bfa212f6c0cc97ee63d7c61676698bc022_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:94a303f0dd0822b5d82509e3ff8af5887949ddaa0e3a91b9f94d0bdf4e1e267b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:95c3aff27109694e511c9e45d1132bc4de0fd636cde0855c9ef45f1a17f5ce7a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:16e2953831f686cd68012c8cdaea2b404c54c91050145b716ee8b0ffc5cf11bf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:91e3e3d331d92b90ea49a78531cd366201c5de278f56597d9dcbeae40f114754_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bb1ec078ef82180a6019d6e174c16a5a846e4cb8995753628db25a4ca0071474_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c33a11f1aa2fe38738663eb291e25503e2e6fc3cb5bd964e1a6f8db0475e29a8_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2606e2856430c12efdf947977a070de13c3f93d3f304608c411ed57b6de0c6c7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4dda7a5132b638230470f86622d84a7f0117280726ea52e3769c15f11b1dbbbe_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f3b4137b1beff722b9c1ec2e451577a22f44c47a6196139a39d4aff3a0386daa_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f688b554b17808b3aca13b4e6bb8a240401db6f6cc5805e98ebe71ff43dbf1a7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:07163bdf6c27b8066a5f1e8674a2120054c3daab1e8a0db8cd728f2b1ca0fa57_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:32956c0bb79239db914454aa82f94222c6f7a90be718e22bb80c4e75a45127f1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d877387429f09cf5fdf779e73200069c418e561f20a21815bd56fce1c1c4c73_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:9a64cc9623e5639b0e8ec8f5ad63a5ab83f92598abe541be09fceb37ba2fab23_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6d8e4146a7965b0a81984df7d0a2fc094c50e7010acb93e58510cedc8a42e687_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:764c1081056df81f61d6965869f9ba66d67f132d6c768c13f1b2c1c81d45ec6b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a27762ca5025270235002c90eed00d6d029d4b7103b5bd108eb527fc8e797f1d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f473c0c439be12fc83e9ebcef48a1a067a5f4a9cd581ca19ca34a3dd0b9fb79b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:6e95c6d3ba75f0655680a4e46b703aeceb57cc9ad072733bed1aeeca0e9b3508_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:ba23af1b9437640698b924bb0645013d7c08fd6121489b01b63f66156faa6588_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:01c4ac10b7061c77ef54bf337b8488722506d2a572d9da7d9a689b4c9ff7c225_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:67c19e36b3f264978073841b06d940efc3fe0546baabffdfb35c2e5a1989e96c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:add880787ab5dc1af04cbed51e2da0f6f630ee85387617987ec6d6d8e3a28009_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:d6acbf09fd11d29d0d715b96e60355a23deba955fb3ac6ebbcbdc29e6923d508_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:474e02e9e121dfe39458bdbee1f434d32fa29347f55386a4abcd3825c9235456_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a0e6d2e5adb8d9c223824f623bd7d391e33241fcbe281c54af8e3925af5781b6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c3fffbd0e1e6db3256029c6cff61bb64ba56625041ff86a9d46a895076877fff_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d253f116a2d1e2f033f47422230a0a4e8a9fce255d71e9140a0bcb6f255c09b6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0b41f824ade401523c3ff06e2dace98c8dda246f40e6a01a588dab6fcad09683_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4954d67caa517e2e2edec0e5d4b95610a31b82d5a86f9058cbe55193987da9d2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d1a37ce3fce40a5d5e3065b5a4be81a18fe2a6b81bd5d16ada65f2647fd8fd0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d395f05c26536703d44d06525efc0ac6203440e6576e8a1513c7e4ed8563ae62_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2224a1bb7f39feb0ee922a54a94d8dfa66e676caffc681f99227eafc0082b50c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:339b51d602e6c798949da55fc36b4e83d4b07909c97f004f8aebb5bb6f43268d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a7bc2291024185f39cde4d43057b17968cad18451fe8447b0ace526ee11bbcb4_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c171ac27f2bfd7846db274c1d2be8b39cdfed3afe59ab4fb01f903b5be3af443_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:45c70f4c6f15a25e1982efd6eee6930f16317ef4cebd11ffe2b5994b9ad8b200_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:938dfb864f0a9dd0116c5969eb1ca94f2e04b914c3ee56bc26ac33f90e2535c6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a4f095b9251baba737421c47566ac7329258b8ff22b0f131c5a941ad1b6caed5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:f7a4c6ab4dc050efd81ff5d7dee7569a55dd0cf96e6413c47770699f5fa02b6d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3a4f76a56b75c54966a76307c4fd647d854812bd22e55cb228c1e9b5aea67037_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:98110bc940b974dcbb8b0ea21c6b52bd96ecea62779f9665d3ac8dd03223905f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a7e47a89156ad39c7e5820cbc98a0b295ca1a3aaf6b72be3961c6d4eb0225831_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b6a273a6d68b36cd939b6bba836f657168526125327fb784c436c99848f49f7e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:26b6bffa3e11fabf11ec8176bb39ab3e301b3c5a85c1aec37142860ffac1fe5a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:301f5a73d9d839a999dbd3c9a7741ed3458ffb87426b7499364e6460850deeb5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:57eee4fc78405492c9a665c228d1f25c75f0390f75a73d5819aea7ebc2da6b4d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b10b625aa3fe5011c7fa9db3c95ba6d36c569fd6f6aa4ac3ff2431cbc103d362_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:11b59cdae58f57a02a4c8479266a50a1a5691f2e8e4382ea7ce96bc913ad4afc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1f11609dbe46602b2c11ea6c776cffc87ebf3fe2a1204f25bda85d9793d5cd60_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:28ca9310e14799c080a07935267ab4ecaf6fd1abadcb1e165deb46c81f2e731b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:56a619fe929b8a18bf1526bde6c9a86f12a1c0a43739d1a0d04c58920d3ac5d0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3bd696b964b694ec219c5776593bf4772dafcc3f43b973355913801929462557_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:4142674147742cf0ecad7223e02e88efb53e5a34ab820df5ea2f645a04219da8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7c59a7997fa95d2895620378a7e18f0074929b630c329ba3f03c72e43415364d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ff35fdf6dd3714c214394ff6f203815f23921af529bad0dc22abfa1d1680b333_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:15198ffc1a039f56e9cfe7ab35037c34a3864a83163576b65fb3e9f5aa8f1f3f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:4ab1c5859c4f54f225fe4d5555f3c2d1aafc520ce7a9197b040e06084da9a43b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7be609c48462446f215d9ae0326f1c76bc0b779cd08db391163c796106e7aeef_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f04c27be87ea23869192754c00d08badd40a106c2f66b86bf493455b3e3ceb09_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:42ce515a9496a89b6abef7a94b6fcea6880b2a9833900d54e1dd4044c9e2872e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5ab9133d7b6aa46227bca8a1c6ec2ec9233ebed8e62e41ff122dda627d4a7fcf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:94f82ddff9d44dfdce03af24a851c05cec4ceb161c5631ce6ce88dc8a9481271_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a7879d59a73d16ad9c237a597dfdbdbe06fd6d3e3de0c9396e342250778dbe08_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2f370ec13f448fc82d3f142cc8b6a559a4d62044631f4b394742652c4672f536_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:38471fb10545f0fd1f879ff8ded337bdb6919a929043727936d28c2153a78fb9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8e6c8d7186bfcc49c6ec64bf8bbaaee511f62cb5d14aec29bea364f90129d36e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e35c02d8101af5150e038572081ef775816f97c77ae24fec3826bef8c24837b4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:123714413da1487c02d182f1d355688d2f0fd63e0f82865dd962567bb9c81039_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:675b6754ba7e231a1725cf8338d536551497ed05e7f40435a2a3c98e411af84f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9eced45114ad75c3ca56d06028c836adaa713433bc49f6196533276f9645c58c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b203bacc4238f6cc6afaa7dcad119d126484235694dcc33a46edc4d002dc7f5b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4e68102ebe684da4477f443e32d69865b6fa28d398fbb76463c67d85739e3c2d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:6dd5107b14c1abce011367145d859456aeb03052ab831b4c548fa4fba0b269fb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8e6d6d3162ace273c1312c383de4e1f6ffe2d8e6d7b553b64e6ac460ac040c20_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:061699fecaf30d68ae3d41b89d812ea8144627d9ca9de83173fb33fa06e6b8f3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:33b4bb5c331675703e19ef96f3185b2d3cbcf4d0e37a6fabbeb5a8dc1f46df10_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b7e15475952a147e7d6d506ee9686c6c594d529b27e4086f49b0dfc1e237d640_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0465b162143273b73d2d1af7ea6f9654116a9b1cba8169028273185f2dfa1191_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5d1720d8067c33064ccfa16d47931fd18bdd3590f53023c2ec268ed9405d0983_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e99c8d382c503a7b1e25e6f72ef293496beab285d0a3453d09ca73fb58247163_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4e09db0d6efc9289a85cf5d4ced1d6a6a7f52168e44c366907a5d4ebd3e7d75d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:585c75fc909525ac0332764b66db33e6646e5e0b0a4d01d176be6dad70a7447f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:85df50114baa307e2b4192a46f80a292500401eaf41f45b071b23bc278562135_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:3ad0b56893a8ad865ef9de637c1f21a358aae5ed4adadae02db3c6d37db93422_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:56925cf35430409d4a59b4de3ea74d8e3779acf505872bcefa26e97418f7bc9b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:a928a27d2775d702a7b4888f87e770c93049b645b5878173d87d893288c0701a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c83836428568394e500de29f5e4b44fa4881f5b5813a8dcd42a5bd16b6bd2bae_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3fa694c3f2b9c05fcf2cb69f97d791fa46600ba1eebd67608b109586dac15e3c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:44006268f8f00b5dcc4737ce787d9221b50ad7af3e678ea6dea817a797512b4b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:6b7d13c5daddfeda27cc815f3fa02affd699ed626cc41775f78070cb8cab4f4f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bdd058e218fb99204c479f5cc33383634b184b1153a74c3333926e84f3e4bae1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:174dd5140764fb73bc002166fefbf8f897be7b295e10527410fee19338fe65d3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3f5a73689320e820972a39a40077926550f7864e2d1969a9352d3b833191086f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:df97ec11ed1fbf6397b6a62c85014c255b60c652c98ea439d1f47e62c6a0e4bd_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dff5a115ecbd046f3a1a60ce8d8518edd570922528a7ba56cb17716831eb6b09_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:11f56bb6bdf0069b7bea04e5051874cf879bff0ed36676dc521975eae8cf1bb5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1eb4aa5666fec327b24c011e1b7e726ecde7ba1942e0b8d9af38a65baa052985_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:77da9199e0922972da775122d60efaeeb4cb2cc464ff6855099fde770cfc01a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c56c801a4a9e11f7b9ee071dc9634fd6c43aaf04cdd6b048dd4ea1a623ba16a7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:5332d1051a8774d9d3ebd2f6df71f2ae36ff23fd32b28edb418c028dfa6be128_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ae444a4f4274431a8dfa075bb9c91fda502cbdbe971856f54ffb6a0d5deb08a3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:4148a39c8311d7050050debedbfa7454b53c3e00ae4d63cee7bc6da688af744b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:699c1abe44686141c985a530a8b3b864b3a1bf2c5c6645d68f7920b8f752c684_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:608159f89bf52fbe18bbdb1c48b679346ddac7d3ace7883c84494615a4ab7adc_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:d26f0f1adde0599a01c90d8b9e1e8690e6e532a380e7852e83cacc1e439b5424_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1ef42800334a0b6d395e1b1bc8e517e232713a4ee0e4591415c5347ea1352fb1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:23d11514c82b817c95564de1f0252dfcf753ca40cb154054c051b6bef078a960_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f5311dc740529f4f4c444fe33bd5731b0ff5d213620207f039af546a3c521226_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:14f9b0d4497da98ffed111c1266fd4e0b4a812f6b7ec37b95e5702438602ce33_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:4e6b6f1636a4300955a587155ee9063979e47cb387dfc1a85f3738b1cf25589f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:2cb5be04fd1145f054e994500608d1463f35a0fb87305e559ff71c972795d978_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:664dd8b515ac89b33051c38e00fabc4f2bd8c902f9fdd8df263b6cd6d0a0bc25_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:28e1a2e9d3850462c628b0bfaafac15d68def97b8c1c9387de58b1fb6d877f19_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5c60f40d38ebe6f95cfc0fa78fed9aa265fdf3aced888bf232445c2e76e4ed55_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d36d045c32e335933939150b36fd2f86599add415385560d3e10d4b74a704d89_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fa556b78fcc306b456576053e522d93e0c578807e220d3c562ea54cdbc2d1a92_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f9ea746b7bc2eb6cf1d82644d42d363d9343506f9091e8bc67740a06b382081_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:909ff0827690342dce5b4cf713327f3a8887a056951953c9aa639e916129e1ad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a8705dd5df6abd3d6931b298fe8e53cff0f8259547fa85446503b413b0ba19da_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:cabf1a3d4e2aab9e2273afa75bac084e93eb36a2801b91ea0d79982e9e7e5f2a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0b5cac582cea2ea2dee7d515f05bfedf2a5beff46ae6d5ca9626bbb36c94b865_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b920409f5635d704145bb8e1107a7c6f951976c44226a2083982443f67ce619b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d658355babb92069a73c35353c2fc0be4450517b3445d2387b4b0e3bd2b873d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f8036fe71f651189dda062ede40268c843ab07ad5b32e010250f9b6fe9234bb6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c5361be369c8e0194275ab97d18d52a095a5206888bc82d592f9f9ba28a34e91_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f6427aa92071d20df4e412376886d9831bb0cbb15c10216ebf2ac78de096b051_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5d5edceedc72d2ec62b24b6a60c278e4836829c78a0bcfeb20d87fefe501a39c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cd23e978bf90a7180245b04b5b0df939ba57e30ea13a2a759a5d04953eaafda0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:bccd28236b901759b08d5106786d262e482cbd1e3798c1392c9c6eda9956a5d6_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c096101efdd0dab71581c6e6506b9a6560c96979e2d439ca888d2c67860c1337_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7cf38584dd1c5c269f86d85b0488e9224ac989f985989b00ba718ccd5c1cda56_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b2a85daa27b4a10282c1365dfbb48a3224df6c2a47d6f5ed59c3c01f6035d443_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3643a11084c5df88b8dd9c8d7693b228f3a9d94f74aaeb4620aa458516c14e18_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:a6a1152188a6d2cab12133e497a5c29549fa0103dcde8f1bb530ce7a033033b5_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b6f91ba9a89207a2f84a8bb1343179bd74948644a8b1608c2a2d84dee9ad39b5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c21ea57e4b38cb47e5aacc58b218ed97cd4e6ef353d86442236cbe8852c6f648_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:56c61752133f5574587fefec75502e2a132871ed033a824f62519117ad0c4620_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5eee9a534fd647002e246ccc70b47a79737cbf604c5fa4519d10a8c66865e5a7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b1428b294b7752d6d56fa95d6630aad0b6d205991537ddc3274a7062c13df3dc_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c363dd15dc780181855ed7e8af09bf148d9e38d562cc54d90842f95ccecce36f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3978c02a12f2469999e833a2cd001a08741c4d9bd22ebe211bfdbac17563ddf0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8d20d5c213a86a2d9cf1d4e8ea351a70e2bc1e8864e7435baa701aef3b22441b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ad84f2d6f695c6c999a82e33cee9938544352a648c0e72adeaee0803289077c9_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d872bcf33f5d4d6f1a074bef0091e74de82b3b1a883b9004aa1f6193b84904fb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:027641f0d532c5d06663e838ddee798513282838efa12811ede36e1b8669949e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:198fbdb0d6d4bf699a9186c06c310e4eca0c3252ae8e0d64ea1c68d7b67c2bfe_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1a3fb2aa3ceac5c827d7cde1cc0296d6974663d3f5b4139390cb29dee2bbcc20_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:51a53812eecfb69e77afa538400463c7eb51710777e9d9573804d2d9eab5d307_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:19cdd4cd8546c53530e098641c6c83e2f38f05f2d046c6a9fddc3c8002a01fa1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:27b826d0ac202a4321d2d28bfe26376b405458781f04acd607c3a27bebe83651_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b1c377c3a99dc0a9a6a39dfccae28c7e5a11674342530a05b237a33117c980f4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b230c7f6c243ccfc43e6b50809f916d3247f8daad3c750220020ec4337b126a6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:42cfb65c46f9f63ae3227c0dd5ca2a0a11729ecfb2865f3a4443821a85f7c8d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6ca3200ace5f9b6c36c20185dfbac37ef4cfb171f3a99eb9c746e52031bf380e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a9edb90a7efaeaada322b051c1b4cda47df859fad20ed42574fbe0fa00d15324_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bf0602fddb6c09c5c20a33abf72b947cf7ec8de6ef68144d2f4b1a1a9ad906ba_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:13df2c323a0db01668777fb495bc342806443b5c0992fe7f9ede76a0e731e2b2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:8e564be7535e32f63ff7a84bb61b3586b16b07f4ab6db20b42340dd998f2e919_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:29b338177ad61fbe618240d520eb180c1faa54fcd4be63c0d2d16f5221c4d7c9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:97b5466389d9b1e4c54dce29bfb42e901ac2c4aa39edaf99c35f30a766d38b78_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:989cd4643516ba83c661cff6bb217cc25d502febc80344e08e90c6eef8d24088_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:adec59d5a5ca059167c1dab49e6e1e6363c1788833f2cbc2381cb7d88a98864b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f821e1e8479c74d1a672e049e187d68cc4845e7efb417e9e4e4fa99628f3ea99_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:4eef2a136a4fc3a9deb0c5999546aa8d498c3553107d1e0eda9d394b2f412169_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b31560936594f27a81750c2d73f97385d7b3ac87cfa7c75e1a4fc224243eb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:bb3bda07b0ab9cc97889a530b1da6d7eb3f7f9c8a98f9b867bb3a93da7694625_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d50f44b5a5797797b9595f99e3b24684908cc28d317ca00791bb6a7406e15636_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ec2e637888e698016d6df6cbf4be6d44e5a2f544e7b81884982e06ee632a9ed_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3c569b4e1ed989074b129cb91b307cfa10c8305b037b284b23bde4981f551238_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:4ddb2823de8624d7d45aa16adabddb92faed392e71c2d1a0b3e640be91b731f6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d3b7e9f39e5238f011f9328467c72a8cb8cf99d4bed7ac0593edb9ec5bbc90fd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:24e49f3b5ed9df72849a33dd7fbd4a0b01b8c3be79705d6e23ae48e3fd164133_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a9ce73e1f17b21b9bf2ecfa7e35f5d8e9c72620076bed594e217b870057185ca_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bc2fc4c0e55023974c90506cc14c51cf73741e9490632453687edf404b3c485c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ee9af4af02c40524e182fb1893b8bd59785be7d508111c5b0415f0caaadefcc3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:971256d54a4e10a29080f656d5de3b6281f27c77a40c0dc7352f1f05ab83eb11_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d4fc699ea35d0f1e96e825d2db3f21628e25589ba57c40ce771ed210aac5d588_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e3d0f624ec4e265daaed3072e9f9dc85668a917d49c96ebaa1c7bc05ca636197_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e47600e5f91aad639de386e422056d431450e5dc3560d30ad16b0b0bd240e371_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1cba0b4f393f1927ff5386a9b2ed74fed87a58e4b2d4a38f34fffedd30da14a0_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3b8bfd739f87585230904007f0b438b4bc9d79337f0e9038887bb7f297b681b6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9c7b3d916bac7900ed009cf82a03607fe68fb924805ea37e9950ff3fd6c73b44_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c0fe58445dbc3f94bb9a041ee4ac81d6e1ebef0eef6b2468c288be51d947555c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9c772d8d7af17818a38e2004fbdd7673bdaddea0c36daf239dfe65a49f78c212_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:acdda550e575dc7add42439a856726b3833c5d6d98dd9976f30be4b781a11a82_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b5be0c8ab080114879aafc5d2526924d32306ff545c06dba64c947ca68736f91_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bc413067c8cc3e6c40a9be4ea896d911cf6b3adbbbe4c8e85fcb243bbc7bc2ea_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4b39c2a3d10a1e059c3f52bbbad6df20e52e47a422119d51806b59bda8e7e97a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5f0f4b8edf205f47a263878372c0fc80e1531f3d197d882a83cc6a2bf980c277_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:78987fc04ce330fd8ffb8a96e1f25e8ece8360680bbbf4c8854f1ba1f598f2f6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a43046599cdb529aa9a2672b628a7495690b03379c7dd4ec7bd744b01793943d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:25b8603f08442f61b433250cb6f4839cf2cff118df56d1d7e12b3b09e859a278_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:912bcfa64c2dc40a0f8573e595001fdf9dd3280e4babb503198aa019c4c94dcb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9f84034243c6dc1341a059730c81b05bc6626b913524f8d854e7d13c59eb4d45_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d9683ec09f7d3d0c73eb626fa7132ea0d7f731893506437d76db27bef51ae518_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:13573ab2e748690c65900137ee67fa558a1938fc2c4d92deb6b308809a77dbc7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:279fef1862c07ed7b949895843d80c54180a704411df4bd4059135dab63900d9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7c527388a78edbc77d6a9db9ba9d5c8ddb302220d69734f4e0bfc26b63b3dcb1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e601bc25408a2eb5735db7d2595f969a59da9560516715ad781cff5e4a57f2cb_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:264fff5b66ca49266cfadcee9765ba0b34bccff8dfdb12e5444db97af4913095_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8f14a597769b040fed9d1c1d610b6023734dadee91cc28588b65efb25f6308ae_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:bf78d9a4afa92e68d8018283114bbc7fd11fe0a9b357b75a00395ad630ddde75_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dd57cd8ba112502a28c74d7f9e021035a061e1f51377ac0510dd02a303f14f37_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1e3163b559a137ca99141d0913759b5a92cf30e063f6ee2485983a486d97a066_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3038ed29c6dd5d46bf8d593c154537615b8d218bc43eb89dc099a546308c5b33_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6f5d8e50b9cf127af5334e0b1e97aa1bc466bb1ad8a1dcb2b6c3e7494bf5a1e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fa6736bee0e8806b00bf3b6d971e2de5ea49f3f2a89e8cc404d55a70e6f73720_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:09157be733606534b4788e13e47f647c427adb2d36031df979628d1e3d93b096_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2c52bc991f789cb2582b4fcd0fabd20b86b5893d9fcfbf6e9ebbb372cffecbe9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:611ab0d9521d88b9676bcf873b8aaa2fd385087814de0ab05c7c853fe98da20e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c6226a0f343e69d720fbc83ad01daedb925fc39d272df78fdacbd847fb075bcf_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:19425f8d71d7b67b74e76c5b770a5e3d918dfde9a9eb3e181c767b4489db01d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:39f0f3baf0bf65713633aeb91a80cd35779cce2b43e6faa70838e0a87bdb12cd_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:804965e59e0147de822be6cc464daa137e45c991e4ff00c7184b6fd8105eb781_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b9b4777d271c5ea81505111d169134181bd46169ccc05dc65f3b6e59f736d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1a6e143562b0618b3f5afb6d488e8bcca48d9b0b4f68dc70d77279643325ac52_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:22230fd972b50ad12367aa043fef070d0e580b71e874a0e3fc2f5aaf52839773_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3abe2be596ec79e32806af4d66a7350835433c11e8b053385ee6463e65f31d30_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bb8fb8cebadac019a3d8c7fb2338a56918ff39aeedd55318fcc7e7c6d60648a7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:28dc48f706edfe382aef8370f464836e99a307136561dff65f7e7e8b5dcf9a5e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:533846b923d36de2b953fd071f6f7ad38e60548e9ef1d3f704039bb69b59530f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:68d5b77732cb2c0b0cb9a7e6f4201570dd8134dcbb21019dfec4bfe1fadbad1a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6d20fc820b2b684137df0fe673dd4e98135ee6a8c39a660db8435be44160c4b5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:48568238316d40eaae138ec218e4d0fb6119c94d9014683bc25934210792500f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:1d1ba67b2ebee648e679f886122e649880437bed73cc62901f26e77087d1f72f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:627e8fa2665e8d19aea0b746867ce31b58cef207d6dea85228b175b96cc95dca_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7431114311d645b44e0f98c9a0e92e62a2c412a2b57dc47b52f1e4c5ae0baea7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a88a9aa0807380263b476e1e7491c9a4f36def3c403b43fdd30bab55f06e673f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e38292df09d0b5589b58f31c39ca74147011aafc1a51be00112856a7242cb80d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:67f16f35ae8e95b90d758bf617c953ffbd0f31d685b9f023c34e5de5c02d1d13_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ae42289a9ddca85918d07f71db7415d099e8544ead8ae73a0d79e600c1c0f067_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfcee1078c7f5425c41f8d3398ae512f2a07d156de7d6e92d24d7f5eb1eecff3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:eb851650658c10b1a102258af7b72aac6db36647d07ec4eac2bfce099ae68e67_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:74efd49cd2880e07cee9aa16b7615504fcd276e8606b7422ffe6a253636462c1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7ff9273c653a511408a49a0778e9584605b9d24e1069da8a77049f70e2bd5616_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ad02d1ed96a39fedea9588756c548817e8672b8fa6d3e16f1f53221e3e7d9157_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b10f0eaa64d49ea5763131b8ddd134da6771b835333a4f5ac9ffdaa13cbd08f9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6c75dc3551d30161fe15ddb87170bd7ac33cb19b242907e99a9f2b003659efc4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7cc7c37a8ce0bc5a1de200fa97525c35943d5fe789787d642c4a3079c251c4eb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dd8dfd22f1e93168de72dae9a266654563fd41d605c65b4bb15f20ec65fd53f6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:e651483d73deaf4125ae3c2729bd8a42b277df79a6ff056a99ee3e78e2164877_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6590ef2d757e5ac11ffacdf6de04ac112e96f4bc058b97aae1facfbc9bfb9317_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8bc45cb12c534a1dcaeef41b7ad0a4cd8ac0e3b0041aaa0cc3a9b917602ba5df_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:92e18d38fe9dfbf0e50933d15f4178cc149b3e4eb535ccf0fc0da030d758f435_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:9a77e03eab2a1992fcd1c0a1f1c978755e236843ee4472bb551968fb16568334_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:686e7784cda9016a460c9196a522f1fb510546cad343e26f510bea264ab9b515_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:77d58cca07f50ed35b30a97c24f66abf5fd5482be3c2a86df38b5d0e4b41e4b5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:a553758f4aecd97de2202ffc5d96370765e1f92a11fa4ca464ad13037d7c1a70_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d09813fbb679d41aece1f097ecf3797adf142242feb12769a604c37df1b6d80a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3a967546fc93fbe58afe72caa5892b712c5b96072d3cfccc1c7d9b27cc6fd6fd_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4d09ecbb6bc7010c93d65d8bae5a368326d1b52bb7f7410d30dd068b4b9c1aff_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:78a9ba8fadeb516fb48a37ad2abef78f57a09b5e701a31ca41e4bfefe493d781_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b44e2dd5cd2daac1ef6849feb0b313950e0616586fdcc843a051788fa071a4ff_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5d94083e84fbdaa57cd8723c20bfa1bf0d2eaa0cef52c662975b286785db8cb5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7662aeec067c8b3bd0203da4d87e0837eb624acc7dffab9c0eda8081d992fc55_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c95e0922aa74f51030c35cdf1ee704f01ece7b4ec53f361055f4cfc58e464bb9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e4ae1090a43cdf4a540f1a2cb376a93d2f74449ac44ba6d0484e4612579b3d43_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:48c47a452810fe65a21fa858b102a2e7d9469e1143c51857844a0a74ebf03661_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5ccd0d2687e836eea86fcdcfbc73c7bdced8bfe2050c466860306d246375f0b2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7fd64ebc835133fcf6fe9d286f18f790b12295dcd904d61cd255c97e49f216b5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e862f18a4bdd246891a49434389e8dae5d73a68aec6d548dd282f3c56396be98_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0772170993a9fc0531aa948ee3f4c83a8e530802f7d6fe246a0688026c050d27_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c1b6b3c81c49bd764dce7fcb732f14f378aad992c953cdac86872b4113e8168_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:307efea31da6d72e50def18e1c08bae9e05ac8991d90379280c15f69c93be375_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f366a95bf18554cb9b48af250be89970e4c6b1fadbb97543db8bc202eefe282a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:09b9a909358f49dc84cf863e418fa79a72c5f23ce05cbd4045b2c966147b4edb_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1ce1ac2cafe2162c4070a5b60087ecdc520db1e90a433183157c554f86a8bdcf_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2c984681915470552c6cf4dbd2c900d14f29d9a6632d7d937d2fbdf1cf16a5d6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b3809b2f792a8b57efc13591b88232ca2b83fd116ea1a6ce9c05ec39733bcfaa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c37ef0e5d795a727e79d2749570d7c42876e2884561857149a17793543b9fad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:45b239b4328e73574050498d8a59fae10b1788642bfd3fdfd487a59654f2395f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d0eac8a6dea99105af2917f089cc423a7c21820cdb7ea4a3f793381cd07f43f7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e9625244e5cf3f4fd7e6d69a8076069e24079672e2c4bc4df7733ef31c3aad9b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:25939a8eacf00a315bfaecb90901a20f2d314f186c1a23ee0814ca611866ed5e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3b3fe898a633924c2e0f803ca944cc63d99359966004c6aba6a05c446a0539dd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:55a048f1d9ac836497f7783369b5b582727df86cc64fe7df91c463db1fc0ff30_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:88990b2047d4ab9055afba0c6f8895f30a132c361722a1524bed1671527d99f9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4bab889d5262b3f891b99f0a521f6d4511641313cc1d3a5970cc2182c52e0fc2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4ddc6ce50e06c258b4f24827f1fe5577c4ceb5d68ad925a185dfac5b2b3a661e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7883c26d4640f30a8fbd635f5442fdb46625d727a1b2382220c454aeac081fe8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:955419c1ead9dbc1c2545f367907dd4b1e8133ea23ef65407341e9a505b1cd17_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:206e503ccabc3f5a01f11ea5026cb64ad6ae62adf2eb9044386efac6586cf332_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c2d2155a6d299536662cff9c5a8474680dc8d9c514b152e87421feac7cdcc22f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:e62baadcd61bdc045c205ce81a3b2b650be73e7b3a5dd5cb53ea4c2f8a181f0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fab5b1965457ca46faaf5d1e6882c17ac2f0e1db5017cc81ff4da8a9083cc838_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3e9733932088db40e1d1dc25250b68d83aae6fdaa33923c2593ffc6f10b84984_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:62ff6e225c6c72f9c9b0bb33014544d1e02a30ff9092c25fddf72d9ebc8782dd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:70259c080741f045c19c2dfb1fcd5069e9eb7e413294d855262975ae03e60b6a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a974b10609ceb50c391abab36ecaffb9c6ba62f66b246f529d8f7d1f038165a1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2a8daff0897cef178c43b00d43b3468a3ff9389ebf337533c771210ffc608bc3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4c7da9adb32c409132dfefa7ae79fe99d41b6f59c592eea234970279694951ff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a54253ba850cb357befc0173748523a1762858066023e04388c94c2d5caacfc9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d49affc20c2c397c1ed17de7d3a7fb98a3f66efe9f9bd4f4234c0832393df9b2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2321dd8c9cc505a677622c5cc680e4f3461c6bf1fa4267cdf7f39383967a0b3a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:582d0856a394c73d8faf8d1792a80ccd8c66d80cf65b9dfea344351d767132d3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:938cea3b81e1b74629b0bee65183b0800518b4b757175d34669fb25f6e5d802b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d8e3f695418674002c1dd252757415372d95b38f813a3d432abab774c7427b2e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:8fadf40fe968046de41a4a4c6f643d9077f4908a1e456d7da29e0b0c79f8431e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b7b73c5b17ad867eaf4066be6b2fb9a322677ec3265c0d1bde2e317f54f7accf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dd6c4a3b961b608a71122ddef308287483d90f3a153df4ebd00b4f85b46bd551_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f5e86e560d2dd575aa814329ad50a38ad4c7f3c111353e652e55aa5b58033f18_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:10015b131c57580e5edf1fa90b05b19482ea67ae3b588efb30da1cfb2061deda_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:99060fe9572cab596228b61e892ca9b571e3b740c4872ab55e3276d4ad65260b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5127b9d0570329e12a37d1c7e38a3ad9a1c990b7b0e1d3f3b31f5ae1146a518a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8403b335a511bc219b98b899e2cf4458347dfc67c8e15440801b1434f03ab555_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:8bd350665dfcfcd29e64a93a9c1b700817a99560dcc927a75c13cf22924a557d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b47afa8cdfbab90e0852af59ab14d95b430a2e94245aa9d1c65d1a592f44a90e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:15c698a4b3293ec372e1ceffaba0fb9360499514271d26c22cfb6cb39852f598_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:43344ef6148d5c76a10961d19b3bd83e219764cb53ac4f310a513bbe694fef6c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:084a185169e09b57b07073bc5c82bc741aeba187cd9cb33149c830af00cc6582_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:171aabed219e2a837afd87ec9dda95bd32b6f780a8c7116a6dba18533c07605d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:33926bd728bf4ecfa8146f2d55c05f151150d249b965ac4338cfa8a9acf642f4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c0709bc4da1e5574cf296180cfa6abce28c2b7ac105abd95535422abb090207b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4ef4397e1a1aa5b377ecab2fceb5c2eb15b526ae39bcd9299b45d9abe4bbbf31_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:852e6be5031cc90ccd9d02fcc66b59baa692d594e7ae95e68b8923732fa77b49_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bd9e30cdd5958003b7db73e8d871b448d208c099f3dc7e9df3ba56e6d476ea66_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fc61ea57eef9eb7f0bb091cc0815a81844d60c78f5824640e40096e8de8a02c6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2020b01fe0c8555a2cf070d5a9bf75691de4d8b775b4ac91032c92972ae6a424_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6c3b876e5fa5594ed92ed3d333ad1edd228611d67b060024511f8c6a53eeec92_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cb279e6a6181c4ab8025c6ee74497cd95e990aa02a03aa01c8e4ecb81718d231_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f6562421b9828dea833fc82160705ba8c0349531dca39eea94da4bb31b8d3468_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:44b8d7704e559a8fbde7bcd2d7b51cc025eb2b898c74497149f818473d6b7237_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6b3db54da066eff7abd8e8f58ae42163364355fb1fb5a166c3f90ef42024e24a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7bccca2d8db4038ed90d7c5d995bb2daf880b3d6aed320c6d6dc89c73c38170c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:afc464bfe9fb581e22275814fb3263ada3383b571ac4765507d2640470a8fa3a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:353292bd26a33c9a68fbb8351005fc3b65d1f0dc02c82887cdeb5d28beda1404_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:af382c36059c0c0d6e76b41eda8ae2055bf5717205754272edf126fe15737cc1_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ebd113dd73707e7e234669c4b52e7ad90c5aaa95d062fe7b2ec18ad63b942920_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f0b91324c63bdd9b1603e0bcd2e554e1d595168f9337a7c26d3834093b24f6e4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:23a74b9b847094d230ca89e8d43c924098aa5a8ad67bc02c4b11833c4620aba2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3a9adb54f0e11beb7e2f393c00ef6014f9c18796c36e47ff1f08807dee8a9e0b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:558cbb955c8d4de727f010f3fe97f285b6922f4845357cd979c22e9d6afda4dc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:64f0e85f122f8cef1a5b444095fb16f95b255865ab116cd59a4a541bb61cd09e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1b152d3df7256fa1d16dbc4edc991503bd90432e1c8408149603306e62a28a89_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a7c3fd07837a9c03ab834a0b46ba51b50c73037203ca4d12d8cb2a45f690e62a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c9aa9a181ad76c715b410ec6866d86f28923d2becc8438f3b56a381d7c668897_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e96b65f0caa9f23429318080d5812ddd5c233b881b6f460d944990000a6d7018_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37569639de1f8c36904366fe21657db1df3c26c03b8f9f974e0a87abe862c7b8_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8d27603330319790b463eba638816fec38ce5ce81e7cc2c113636939d713051b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9e9598797558cb0767f9bba75faaece26aadb56163f94ae2cc2c137645b5babd_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:cf8f8b11a984107f035ff28ba24ff3f6e1d10cd764ac472b94bb9e74d435a459_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:70e6484048faddf5f59bc7399fb22731d4134b6a6e2c2ad3b1e92bf26e5ca902_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:93c6c010543791ed57e08cd0630a7dc7903d7455d61686cdb0865b13fc52f44e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:cf50871759b51c4fd1f164c53ec8503379de265ff95b5f6bfcb15d3820722c78_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f296becb22727fbcfc0a2a4a91139dc782688f43f63396d645b03bf698b81ecb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:227f6cfcbd9f361dac87776c3b625a4ae91a7054a29a48c0aec491a786f81380_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4063848bcd02040ab2a26a1e77d643a8cc01373bc6467070f72f8cae62ad8bf7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7315ff02d1adefaf5e52dc2b87903cbeaa1ad7c30719ff6afd130d068ebcb429_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:c33effb47bad5780e4e0ed220647bd0741276ef5c19eea05014b528b91765efb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2883dc4d23d0c4ec9551a0818f5d5edfc708454b48333db179232b6f7bafb4cf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2909be49bc0471a0e2ab4e9172e4ce490b305b8e1fb86729b45af106f1ad5ac2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3b91df98133ad62ab43372695b3953c54d58e70c15eb7ae201b68d73088c0bb9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ea31f2ac734ef3cec4337ec6025a1cc01a2452ec124f102e5b1400a9ccfb05a6_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:2aaf1b270a589b2e9c907bc35b4a3706cca1508a06142dd3086411e046d7cd00_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:32b91a8b6cf6278fde2c8d33666748a905a8dcf290b6e16ef266857d4838d3c0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:fe8f645cd130c489a3454252abd64c554d583cbf984aa3e568ae9c4073fa0f03_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:9885e38ff9be6d7ae070a00b851232a29e739a870d32b2508ab9f34e56177bd5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2b7476cab5336d76457b1915e734ab8702c461af8ca4d9e474557ad8354f7065_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:4890f971ad6077addd93d4c7fd1e9ee46ef3634bf89ff5adee2a95ad7b7b3f12_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:afc7f162c9c1c3033316a984254b8a477d8eae5bbed9cb25257d54a54e1bb866_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:e9bc1798e5283c65ff1487ae78c1175395e051a6c13426d3e8d1b898469a3493_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2466507"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Prometheus, an open-source monitoring system. The `client_secret` field within the Azure Active Directory (AD) remote write OAuth configuration was incorrectly handled as a plain string instead of a secure Secret type. This misconfiguration allowed any user or process with access to the `/-/config` HTTP API endpoint to view the Azure OAuth client secret in plaintext. This vulnerability leads to information disclosure, potentially compromising the security of integrated Azure AD services.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/prometheus/prometheus: Prometheus: Information disclosure of Azure OAuth client secret via config API",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Important information disclosure flaw in Prometheus affects instances configured to use Azure AD remote write with OAuth authentication. The client secret, intended to be a secure credential, is exposed in plaintext through the `/-/config` HTTP API endpoint. This could allow an attacker with access to this endpoint to retrieve the secret, potentially compromising integrated Azure AD services.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2b93d36104e2c99c09823ed5c6d12e25abf3dd07e20683640f99b687a45e9b6a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2bb2c4706037910e8045bf0127ddd9087d2c8ab9eeb09ceabe97b18dfe873c1a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3e5d6fe6f1f7a495efdb0a61dfde0d20def80759a215bc7097265c816e07919a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:efe7886379624399e04e4f213bf1f8b2baf1acf989823caa93ed8ba76ccf9372_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:07716873e44d49ad177f8c572fe54cec7ddb819a70492e6bddf36ef2ea5e6449_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:288bb644cbb5e14b00d80e0b409c83644a59cbcb513d19025f8b97de61f2cbea_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a27a41e1a167568dc9bcd1f125ac624897d73bb6dca7be80d256432b35e4c6aa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fe9b92e8a052208c6eeac2ba816959ee8129cc0f68bc93bb0a1a2f940a49f4d8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:44ba1190dc20c3a99259ef0723be3c9e1c2d4f339ec4eb4f38a9375cefd60d2f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:48a700617f0d4ab9dd6b40cc27e9f602892037c10872c19c60f62a2a848e451e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9319978cb44eb1f26a7d82709c4ba7d9b6b0bdad78c6c6080bafb0933103bda2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e734fcb9ca41744ac9213327a775aeb0e01ea9974036908721b532ed2dfef923_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:10097712385ddd416b15237d2af20f86a0370f1d97125f1e8a0d25a7215f6751_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:40f8f7e1d72a0e70d96c1ff028cff7125ead621e89cf2f3c1cc5262a3aab65fe_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:50ff72eded21d210ea9c57c9f9b192cb6ca5efe781c5c5a9d2e1129e2eb7a248_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:f77b14655ac6137b53212c8ed526d6baf86d6d6332513416daa73a6dc468c832_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:76042ef2dea9a9316a7bb2a38923d0b670663803c75f5b8351b5e71d344b479c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a645a364226f6768df30645c15ffb8b7feb1932a96c3666cd2d8bbf71786fe88_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:afc4fea57ea3217712f10421cdc7ded66093dfd0d5cdf09120ec1200d696f332_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f70b291b3be37bcef36e4cd282cbd88f917dcc5e61e0ad6228b33b770656b8ca_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4cad4e954d5e9fce7e93ce3a81da34d58e01c38a5d6140cefa7eeeffa13e1431_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5c1598ad56e3f9cf5801a990b2d5d007632cadc69118dd15b771d8104893b722_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d18a7d5884e709f2440b7f85999c2351c0f74ba09b876a7c915a974ccfa3dea0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:ede11c7678a732b9ef9a763632c13e616a95cbabdb36baf0c5c48ca0d476c260_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:208703e1b4c8fd82b6cffc790affc4bb8966f6d95e5b5631d9fc7cd429d82242_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:40be47b6d5dedb587c54ea5f6ee763dc3007284e85cf75d9f48f4de83bff4f0c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bfe783bcda48a7678e776f99ab08f9d6cdf882432ae03c46593326bf8b57e714_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e43bd0884f4c1993cd516c3ea52d1f878a783f6a998a6dd3fe4a98ab11bd3e87_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0492b621d90ebddbab300b3bcb6979598f11380da79b32531f8978b26fe5edfa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2f4ffb0abe2bcc7b801658bb46ad9f397d7a3d11e8b2060859f5dee1625d7ea2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:30b0e4f82db1f3e39379b7aa792514aa726a0c485680b67351c593542c1b1127_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f0f3b27621a9276b1f4f9601b1b399eabbc165d74a4b4a20ebbccf6a36a8f98d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2d56871f80eb82c502cec2b901d3510ab482eea981f50cba4fea729c83f1897c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c169319f15a3e6ac9086e21438dac78a6b30f142c6d96d63c259e45f4b98c2ad_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cbb1706913eb430b86212f941bb32b066af04b431126af872899134a9e111ca2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:de56a4d37e6686cafc8591eb1f7520942036037ba5af21c286aea2d2fab95b2b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3e35e96ed5607d7229629ee64a3a7c942fb12da93a75e989f1fd9aa028e8fdcd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c045d9282bb2e3ccfdc19d09b76e81d622ad5c41750c960a066f9a735ce47a3a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d3c7bcca57a84397fa1932919a750ed7a002fd7f7be976152dd7c14d60feacd0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fc479e1b1d14c548ed9a783109fd978efba5363537b835a5d09fa8d0fa9f9068_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:0e22ab8f884e0095c3cb3efcb63f9f37d55b72cff37962f271fdf534deb469c1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:ab518543ee2455263fe748f1d2ab5fd1fcb87e03bdb241a1fe657c748e220e3d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:cf25049921f441dee72daf95b707da269c5ea7af7026674c42a7e3c8cc682e59_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:d5350fca926c7cabd8fa4e7749f0c2bd9bf90069a11ed96342cbaa0ccc16f889_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:41ec41da1569234037cfc2b9cefeadbdb4c1e45363dcc0b5f2acce2453ba3dd2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:bf2513f4ea2df4a781fa74ddc02c207133387318444f7027e6b62565e8af505d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb3cc6f050ccd3fae295639dd627bdf3ff5f08f66ef0fdefe24ab8260cfba983_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:efe54dbb00c22c7e9e4a6d7c40e52665823c5f94d4b7b03236edeb1d7a304f94_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:073ed3fb3dfb009b6ba476883da5421996c5c4f4119375c0c83b072571d935f6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:14b74e5080c191fe32bdd2a416c80cd94a0f30ea6d5f18faf7396c120c5907ea_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3c86e67143d2caced55d2dc470df15cd1659c5e16c7eb8af22183de1a3222901_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a6de5df300008dde127b655f67ba1c8e637bd6e67bc2c811c0d9e0ecfc3cb08b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05ef13e75b41891cd2774cf5243b11da290ae75f12ecd07239e580a5238036a5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7c5f6b71b68331d1cdff8b3273fc7cebb945d9c037fae5c2fe0666f84cafc928_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:c221dffd999b01fe10c83c1cf3e93ed9d49beb5f0f13e8e23261f44a07fd9342_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ea42eecab8a62b7896ffb697f402857a31807834a102986b3967faa70f63775f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:0123a42a6d10e21067ef4ed5ad7a39541529ff0157cb27443a95b0e5d88efc7b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:61e542fb10dc0e083f8889b0b94c3525f3882e5da701b8db31cc9be68d803ec9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:69eb532db9fac5d796148a421f1c0a95f03a84604fe40d5e5a3719c995b8d3c2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7bfdc577bd856e0cc690c86a8fc9928ed3d034d4d1455378c95293376a74b9c3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:023e336977c9e6f23a82083ada96020a26cfea384189b765e89d6acf7112957c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a0734ecbae0ba4ef8a6cf77d42383afe04fdf33eed2c0d1e34782f147c675581_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c64a9e77bb865dd5475a4022629d394ced47bfd9adb137f69e2dd7bfca2c5a29_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e90910e06037ec13a10bc176da5a516287ddc34ccdfcb36432f386f7b3895136_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2052fdaecd2f3807694fa17f35f03f84b5d8116ca56926b6d657f0594adcc4af_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:274df573eeb1919286472cfde2006716aaa62c65ad1a6fb82bc351e7292a51a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5f81d0322afa70edfd932cf1f80dc5a14ebb30f3f4cb0a4b9943859c3ef8a741_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c5f86407af14e6c3741e75068ebe79aea7c7d1a73ca87fc97128c53139dc8748_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:11009d76f2fc73fb88ad8650914948e04e30d4096420d00a4e6b1f2f82bb2a48_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:464e2bac04048cdd010a9625e6657c9f823ebadd624fd71191ee978520874528_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:4a6beae013e9de12cd8b0a39e9e7488f51b97b3f295e14d773eb28c5df9d6743_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a2f765f47a9fbb2acbbf3b00c2d62d7df283546b7485e7631116fe824cb589a5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:82953c91b88971066d4d605174664863cb062a6f7da286754aa4f05c11a69bc4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8adf05874d8cc6284cb4566506787161305d95ba4c318f070e01960939526d59_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b0127947224f18d500d967398c5008737df32168d2db50f1f87554e149328d71_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:c25b7a4bba9a988a6b7daa4eaa8608df78b927d1d454aac7757f18e3b6c78d86_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1f6a0d8476232a85b5d18ef9ce148135b69a4abdc45952f6ad0eaf41604e05f8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2989730daa53d788a9e1be03bf922a07c1111ee8559bdef63d058be6fd5f3fc7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c0cac6ae1322cdf12df3c55948bcfead52641aa95a57dcdea97401ae01c1860_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:adf166a8095fd21a818265c01776b94e25cea102a98de6875352cdc47fba933b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:67f12e5ce45f173e79229f506b92915943d263ca0adaa31a027cb7245d7a076e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6b91bbe18861c83c79693a155979f3cc56162624412eef4c57c52cfedfb38475_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b2bb582913e9dedea9f2eb41f1568fa8f0fccce2e56be4f666ff41f3698dc147_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d35f97d205f82d6ffa260582fc6dce2fe0fcc3719ae0e19e85e06e7ab629021e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:03ce535e7bb582ca85793c8155f38ff9f73231e7cf5af4ce223ea89d4d2eeb89_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:605dbca994f47b04da902ae4b76744eaebe0d716a7a5fd3cb8e617db5dabb8c7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6b2582a7f534bb2716acaa72598b40f593897124fe03a5e6b2bea1e4c1a26d15_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d88f52e765c3f5fd4ad80f7364efe49e98ae927d82601d27105eb6ad0b484264_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:1305fefe98602549511b835fd1302eee6a4494c690d76964d89189c90f39627a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:325af02386526656111c663e6a206e755f2f30db00059078a0391d4af6cd95d2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6dcb4d60294895ba062bed0e9612ad7fecd7fd8d8cffdeee9bd65ffec1b20a63_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f492d67b16384267b9f65d20b769f93e3122f0957cec290a88a1b244c80e4b54_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:56cd8314cc9791e043cb4e5ace324013f4ce4c825fb5f9119b1a6c6871b76a3b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d6ff019bc8333893d6d5799927ffd9dbd02d0d388752a1ead6b8f85928fff4f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d7e525584c9b7492d8b989d2ad0b8ccdc4f244987f26b4aedfa7ab1097aa8ac_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:598dbc32cda4219d6a0442aee99096b77ddbea0148ac3260c9c37e00b13cba23_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e223d745233c048714d3ff7a04f8ee565aebeb0f5aead03e55dd9f305fe60cb2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:05fe3c8332c4626e356a2b8b33b235d605b8cfdf8b49a68475db687789a766e7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:64ea7652aa2f9f9ba58d56765ee0ffd7224d6534860d118c059c2c066bbf2142_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8673853d611d162bc12d1791bef2acdd4131a97b8a6e46961736724b69332db7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ee04f343f0bc1c58b1e016295990225bafab7b39a9c1a572b10cdc19076150ad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:4771678b9e18450e8e2a6ab991e844fb064749a0b09b089e54a802a7109c1ae7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:68c90482505c592a6393640c16467c1416f3175ba1273a284c3d0a9417e879ae_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:234bf4abb67f86a27d549a2d368d080a3671ab34786e26c6abbcdf58baccb034_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f330b931299e7c97298212e0514c55f9e086e2f33ab7e522d40d8e9df843ea11_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:123e1027c857bf3a084e45755736871b220117eb70d774a3b450f7d877e7d1a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:61d9a3fb3114cc2252a8ecb5b0339a5fcdef87cf962f285be72b164933afb857_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9426eef8c79d6e2c9cf5efb340257ef7dc7936b3369050776f4b45ed6603de37_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b693182419b2287a69a8bcb3bd3ef8d6e799b5e7aa9b5f25cca855995588e104_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cde3a4deb285f4ffb38be4443b3c09f33a44d8f2007bfde6f8766d371487bb80_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cfa458375e07e80969d9a9b3521c5983fd20f384b74f1080b865b618afd35f32_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:30a0f7d083fbf57d19fdebcba31bf52d257fda3eab13e1c8b856291f40278c4d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:7078670a28f19c15b118e3ff8d70afcd5e329a22eb6a44d3827f9554dbbee812_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:6d60dfdba0f6368f23bdb554da68f81e3d088677ce9748d2850ba8f2ecb0cbcd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b71a8dd592d2646c7b085b06edefe64be96e38113c3547a111a8d0201992b98c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d906f3f6f4740b50fd6266205b0b3f986b35ca7a64ac7b6c52cd7167d0cdab23_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e4969f9764190a2b46dc5c9c7375213c28518935d80c4e4570d122d231f53663_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:331e8f309349114252acd7fe42067ab2b7bc03abb6619f1df59c8fe907513d3e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fefc2125429189eb85f3c807ad8ba8896a48518f3dd7d93f94a091ec925e23f1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:8687825da05aa3fbdbf32fa82a739f58585d8d2564501deb0d3b97d67a4c431f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e5886c91ae307b14a848b0a571918a57a9d2d85805af6c6ac7a2404dc0308337_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:260b87efa1dfc71726aefc2feb8dfa83495aedfa6e95b0e86dd1ce0d246233cf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:49a1a91122fc6cc34cb21b6de67b8249f154aa8e2bfade0e50457c224fc3ca70_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:cdc02821294c7bd8b4de75b356ec0ec8b0745b0b409ae9481dc08c4d967b53ef_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:e52b5054a3c11b34c3bc3450d9be2628816575531a1435ce44652324ec020dc3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:64e73e3f7bc1f37f40ae235a7866ea7c881d67afe29b398edc6f15befa7f06cc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b4f0c23d7fadc3a15840607d9aa13327a3eda6272565f88be3691b74f16fa13b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9b5eda1037248996bff10033108d1dec27b8417730bd721d980b778e1cb4585f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c397e51c6d4de14ea1b6a41957a3fe5ae54115c1cbaf414c013035333824eca2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c72d9616c2bf94661a156840d39e3a42d4023598c5d647562874c453b44b72e9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fef61b2df388d1e5714b0f3293bb7878f1ff9ac64b0353284576fa0413000ce2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:267a8525fce7dcfc460052b97dc07532c927fcb27257b29f5e43e5475376bc42_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:886cef96ae99502afa35aa5cbe5a16a30d873e8c9c92d6bb3c748bb68877935c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9a68ca065607df1a4fd1a351041d799b2166b76ebbdf2c92a0fdbccd47015036_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c7a8842568f7ed4d4b1ceb0f507aa5a56d80ab213877507be04ab55f8fcb3a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1567f1a6c1a596e22674ad45cd1975c8667fb2317c84dd5944ccef58326239b2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:40dad16e2777a64a836355627be3aae4572a7ed6417ac39e0dca5f019eeaf471_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:800ffbe7a0007398e44945b2f3772d657995ebd902918ecb410e5d373de06263_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9720a885c669964be135fbcc55bfd5e9766841f6b11bb2c279ac030de9618ece_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02440d8ce569f4318b2110f8975fc4d0a93e6da6c5012882df9cbe77559a0a81_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02594f4e3bd44cf7d378a7fa0533d54b4365eb5317c282cf8295cdfb0ae5ddf8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3e5753abdfee794bd09cd51eda1c7634aa7630ea3f2a72ff40c3fcf5661e58c1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ea8145a89efceb27b579a5f79c37c7457d141a0eb38b2de5c82ced07879539d1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a1aa9421f9d52c8bb918e1b3c9daac3e1a076e70e003a58462b62f0a91fbf795_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d4dd77443d486829650aaee412b58df2c5fcd995bf2c493a22dc1cc705d270a1_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d689dbabc1df0ca42e7eceba17ff474f9e6a30474f7cca15970a5ee7fb870a72_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fea791f1b353cb84039498653a7b7daadebd460631446fae5f05d1ca8e85dace_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:100ffa84c55a87981f50fa5fcdfb5a5daad0eea01d0bc14abdbc959ca0a1ff92_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2e646fe351c1dfb3650d0b67694f5cb89fb7aae85c9b8edd356f54f40b9e9fb3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4a45ec0f50d9cec050f1c99dd33d288ba8f9e8dd1a71c2870eb5e799a42e411e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:60be3446f54ba3c5f93c5c4bf1de44d7e9ca3049abb6ab910f8e62e671a80d44_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:90b36fe8a88dddddcd584cf06ddbde8b74e9d7a78f9f51b77d7d2480ed45ed79_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d69ebc6a9d6bd6f8f75d933ee0f7893b285fb24e994bffc35514ff5211ce68b1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:da6ed87ee2d899e3fe9c6e8b08bcd44cf11e1b1563972ca4aeb3e8bc806a1d2c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fdea5b85efe39b635685d506a4416115d546a9f56e87903650b5e51bec6a10bd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:47ded0bc14992d79c073e4cd541279def7e44d8ff586a5cc1676edabdd86c13b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:642eb8c1bf4631b969d0ebf3a0755f566236ce7b5534fab78d531c76d5e802ad_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7189cc475748ddba6ff3f306320d55a840baa8f1da8a934d4500c49e6f675ea5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bc10db6a9f9c1a60744f49c1ed737bbbb8454eeff9fd00175b98872a1af17936_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:017359024215cf5a7b00bd31b8b797ca7f5f456d66a34ac12c44e53c1ab77fff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2635b651e023c9d4dd92d1897b4513947985256607f9d2dd8043cd7f5de3a765_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:542b1a4bf2fafae85c50eae7a182ffd3a3a07b2c234a00e4e6c639b1143b4b55_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9b3b5510e4cf6b4cb86bae86fbf36c1fccbdeaecfe009cf2e67cb9c1d7924ef4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:048f5dc4b9176a86e0d82447e036ddad890e58e49c8508cd74f8c297272c800f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:0a7e3fc4b1f892ea2e77c1f5d961507f0fcec7740f33d3e308904cdea1d3ce21_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:44db7037b872b0164497a603e99b7c5bf2bd9aaf31158e8a4e8bd03559584155_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:a8ffa384c6770ffe1bb9b7b8729501ef2c06199e0005b16e5dc432dd8d23c66f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:176081efde0e44254215af3f5091e64748c81d2bb29a1e7a64ed2879c6a7fbe3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:42ea798731bcee8b868ae15f9d45b8f0aaa91d1a4f7660c53ee08b070fe4c9f5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:85fd9925886227b53c26a3ed09604c408c49b8ddb9cf7efa2057335bec94803c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8b7b592c5ae05773897351d97fc9925e6904ed02a6ed49e4737f0f649b7eabe_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0d8537a8b89a087f59b9f0c413d9c8d6c77002ff0d9d8579d179291d3b6caee0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:14cc3a54f1ddd57ce5b80b6d111f0ca27f74b4321c9915d5ec1960318c71d752_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7dc1bda89f2fe70041f850dbb5dd3804e853961d2026c3880fd7255dd6e57b0e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:aac4600f524660e2351490cc7aa719ac2dc93193f64bff1178a04376bda57cee_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5449067a980b2d50b360b1aa1164fba67693402210111708ebaa00f0f93bfb55_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c8486459e2b80ee2706409e888070c9100938357621746215ad7871ab9ddb990_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d748caca6496019c594ae5aca825845658e1e8c5a1c062a02830aecd677ea1af_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dac9a4617348551eaefdf01ebf1770442c0bc07033fcbff203750ecaaef1161b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5143aae8d524363878300902b89dfb5f3420ce897bc36064fd021d23993432f1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:6fa81971ac5bc843a536eaf167cf5147e879c5447d7c1ec17cebe7ab85692317_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:bfa79bf705669231df1e59e373712f0b04ef2c0676ebfd901bd9879cef16236e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:cad2e37531b2ba165087ddbcbccf9cf167c4eaca5a3fba5f5f4bd943b8298678_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3538795f3effdfe84442141d83d0292447b4c43e3d68871afcd453f80e11fbff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:7da313ec91e1a9ff08a16ea2b0af0ed1ac73e40c4b629402bff19f183d45aef6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d9279ac3cea7e1e400e244624bd7ce53cbb6343d10872873e71dee20263d0e62_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e89a5c92caae6b72646e17535787d06f7640a47c59b0b4f418c7e48918736d60_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0ec6c9197060bf068f358283d64b9b877e97f072466244f9d147552a193fdae3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a5aa2eb87a3fc9c5160f5c37c50cb88cc0a77bbf4eebb298ee7883ecf47b456_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc1512a1ca871d5e21162430f028d7b7f2391e19cee9b3d6e253b6b6d03cc8e2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e8c2baac5dee142c4e84d01c731abbc200cf24a04201fd8690f0d47035958830_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9b45bdc374e248769add4b772aca63e25ff0baf8d490e64066bfa78405cf609e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bcb4f4b45a7d62927ee6589db9d31e9bfc87a13f3b0239649c9701b10d3dbd75_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c1c72b9d00d45dc90f97bd9c5263e6d385ee34f3a3f834909dd8b8eb28c3b15f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e15057d2878011a1142587df35dac65182dd4ec4c0f3c61055a73a23dfbd615c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3bef4d599101ae4c2162f47e89f5fbac89903db3f007bb425eed38e1d9b4d9cc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aee0556c560d2ef9f2ccf501302a373f15cdccc83ec2c6935c4ae6a2f25b63e0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ddc3c05d5daa3aeffe5629b7e2fedd5df301a3030f8f8c6acc3204b8fd7e0995_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f463811c1b1e6fc34934bb5a8151fa946acf321ab57f9901b3ee1b7f75546beb_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2abfe62de89fdd0697da63674373b1c8a2695846d8acab5f17a35fb38fbc23a4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7701f38b6702b4a9e6b49b3db83073475c33528d2529e63b1b98664bb7191906_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a23cd4945d2e1f9e1c194179fab9c388677fa1317e02a99eebc575e227064b79_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f2f194cdb1a14fe59e05455df10ebfe70edabd37ad605346b6258c5bda79d96e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9b04b0a1047813b35f6ef09e1fcf1e06b63946e0a3b3feaee3e081b0deed689b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bb521f2f97477b5b9851f6655f1738b620aefccaaa81cd303d17eb74ade7adb4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c8a1f9ce2dea4947e6cb460bb4b4ae7ab6bc5f816ca25f3405799d56c6ca48f3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d8f67c5b7b8903633485f67a76f88ea13855bbf95e92b651bddd15fa91458ebc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2c84af74e0937a0f3451054240ab7ae2d44c1b566339012ebec9e5b75d7a627c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:41ab25be6eb002ee921bf74c1049e07547328632d576e78fc45245177fe9ab84_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5b389b9b0acddd8ffe5e5c3f9d54321d061253f3f45b5b66b6dfa0181b73b87a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9afa17f9f4e4551369e891d405098219c071231ddab921dd32bb7bc66bb0b6a7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:0bd76e62d162ae823a34a766fccd9d339e3f550720d863b477273734ed1fdc39_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:dd17b1ffce727d9a74c3f64d65b72b03a5c8fed96e773665a078dfab33bd64c7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e8ed2c9324c2f5594f90b049e92f2fb3141dedcd99165e80e8bfe147c738adff_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f7f45f6d562bf699e0e45e134c7ab71701dc3994882cb82edce9356be7627ce0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:22dee3c01cf1deff68d73d76735e420d223ba0e75dba1e7ae224ac4e7b14ae79_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7134aa51e11a7d6b826068d03b9c90a518cd3cfccec0e3f06e57f5ed77daf6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7cdf9e85bfc54e4562176d63e1f2be56775dd761c6c0cbb80fbf888dd1ab43_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b72954ed888ded15f443784fe6a684b6e0d7782921efb788e242d987fcbf5388_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:63bf84966169bf2dcd8b8bfee3c478d9e61881ca007fdf3a8be4ba5cb1118211_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:697ada7f8e4bc8a881e2f1fa3a8402a2e96448f948befd465c59e03ced12c9d9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:85ed053619e39778d5a986255af37802ac46a26899c8a448abb139736db5e075_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:abe01f65affd92347d8097b3922e587548364d9680b74f767e9cbf139c996802_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:55102797bf884eef2d8b842ba8a5f2538f711622eab1c82b06941ec574b8f266_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9cca1a2d1a6f5a33257e8f790d180274f24a01c125a717ff79da8fa301e2f270_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a1f1be1027b54388f762951ab7983f18cfe37140efcf2c778a5d11d4740e8e9a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d65990c0adf148e94c1c0ec0730ac2a285b38eff128cdb2fac7f61af1514fd14_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2db5ea10de47829d4643fc525d9efe3815db59d5689c0febecf4fd722ad0528d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5dcf0a7d3c0b2062ea11867f5fd2a4ad56fe786b11c3095d76eeb4c844240a6f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:73b76f141fea3db7cf7df4e9b70443b37fc67790cc6986efdf53a32ea7360bbe_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:be3286f36b4c80969594af159ede49ee20ab5dfbbd890649c2c4249335714466_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2cb748becce8d80bfbb66e84f63e0f0a3cdee6d9bef3833eccca24132e9d0699_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:374211b6e69093447e90462693c45bcdf2ece57b033a419f13585d9a46df62a0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6047837c63bd707f994797af79267ec8bb5075b3fdd88c069b3acaa04ee2cb5c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d8c4afb75de3b6d432d4929f4d4fb6938617a794ca2ef2060b83a02588a1d0a3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3287f57d83e7becbcd3997ff2ade6e6b5a664fd08610464002229e0a116dfec8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8a58a72e372b4235b4751e08f10c97ef0798519e6b91595c234fc14089d7495b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9654a0a2b4549ab06e5422dc69872961c892e97032b18d913cc197dd3aa39f3d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9e9ecf8cb43e1819159bb8fc0eb5641b71663e110ff757e26d5549cf41075084_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4aa3e0ca4b5398fcaedd212506e222fd435f7a46c2eaeb7a49dc50f789cf13a3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5d094c8e18e42d662ac2f5ba16602c1513094c7dc547fbe3de562463c4096bce_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:67f85bffdf2db08fb27d52c6a0a8b615a4b9cd748d9a7e6126851d1bb27844ed_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7d4b6b9e67875889c95a5d126bcad0f6b98c148b85433180573f439a867d9e25_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3c0791290db50c5a925a80b371ba8bdf91f4fccce56397d12a989263a972bd02_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:654aece866efed516d69db0e47668dc85d3936e901aeabd098e07538aa3dc617_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7637a44a01d6c56f002120cf96228b6c68e92b4391d4b6efa1c81ff8e40eac0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dbc636494f53ee38eae00f243bdb92d187ec84654c280cc454f2b4febd7c22f0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:08f46b1d2114a3ab80bc7cd277859a4f84e870c2421b9e13370774deca0aebe3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0ea69bf7a80cc8c0810acf8c7aaf2cc1374d3b034065f1119ca33af3d1794cbf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:17e61f4a9148bc2e0fcea85c19c98eb8c2efb701bd21f8b63547dad13fc256ec_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:8b81413ad0f567583ebe4782344c22834c1781c5f7493c8a05b827f3f2a5e409_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6b348a4fae63bad66acacb5f0d03b8155246733e758f14208956c38c2bedaac0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96eb6b75d6a8ce22b199b8150e628a2a00c427ffc79b2fee2e24af1bf584bbcf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e0b17d193af2fd7e981c9908e01f2d840cc939e24bf1be19977beb85fa1159ad_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ed56ff21aa465143bc0d1c4f20803873dd07999229739b84ef7861683476b22f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0654b81d996d73c5b5b03310f314bf3bd6871b3bd4d1abe791cec9b7a3339719_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e294ee6e92049316f91ecad5987a24d7d3c06809d3db2ee3f9a41bb461bc220_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e3afa0bbd3ab3ed4acd6d0059765116e9ab56090313932bd063098d94f1c3b1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:929f235d156df0f59479d60379dab0d83d6fc662d9acf7ff050a520850ee0125_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:14b5ec9622b1a177ffe69a7c87b7797c06b283b26d5547828d3177f823074b5e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:52a47ec0685655243dfa60738842ba038719f2454b85024084de270736d06529_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5fea5bf035692313badd286c7d13564d48c34e3195bac3c74ae669607b5b5875_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fca2b0ceeb7e301640de2604932cfb2c386441e0d3b3b0e4a525f0a6b00f7cee_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2b85420da837c90d984c5945fae12321c8e6b6fa270768da6270f382194f2d4f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5e5a715049a34055fca9a4b36dab839573238385890678734f96d7ba776dadf9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6982d2c27206f15366ece47b40f4a6a2994c7acf5dbb94aa274c55a2216d0063_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a38c23c37dbf421c77c4f36758a105b790123d654f1c8b3419becfefedadd0e7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:021e3ef983d0ca18800e0fc390ad96f4b6f6b9c3ab784c6e74ebe2e7fd7b31d5_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1076cff5268f9fec09a760da243efbb72eb96645f838a746c4c4e28ae4feba33_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3eabe7ed8651b8dedc3a2c38a83527f224ba3b50088b3238e158048bb2ddd85c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c29274bf105ffdd07bb78270a6dc497fbfb699acce48c7c6b7b6ef32416eb20f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:71bae3f7d9ec2a469c8d69b9f67d27a0a98a26bc842cc8733442cabd43fe3c06_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b67943ce9e26423e0bf84f411d50f394a67a0f3368ff289e695f8819c4fa8c02_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d4c9ea28e8a716d6a46a42cd3b5efc82f42d456e21791c32369527ae82f643e0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e4c222d813696b8b3d4cef6982cc88ba3d4581ad6842b10510fb4c8130a82684_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4d789598c5dc7be91f05a8766dffccc377a71db2ea8c5cc563f396cae02326dc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:70267df26127761958bacff38fbeece08995608c2a24c7a3724495128ef2bef6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:84ea38804ec003ae82375c83ed4549163a2c932d6264eb64476e0ad175b4a4de_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:bfcf2ab8d6586fd6a8f08ec2fcc71f997800b8f459577c31e654f8ef9325fc42_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:49a412244c4d6b547d5b0ca9bcb041b1e3cabbc78f5234ce52b678207d83b3e3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:4d2e1fee9a43f8faf39b05a7d82ceac50094ebe972fd1fd85b1528961cf49478_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:564e888a319fcd9b1af19b18a4281c5a2c41bedfc3186fb3bb587a1e28954c0a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecb2d59766a1aaaf7cfbdf1e0b92ed025a18fd54acd41fbc63026b350c98a953_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:296a9379ce17e07df7008f1d35004477297a7ebdf9e3d51a50d71628d6ac68af_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:67f272ef9abe83f9cd959ce97e3d5c46ed6e118ca30f65fbad733384d228ebce_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c8b5246ba51213bb183e07d862b6d1f9b156e1d16b7656bd6ea061f9016e8ad5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ed375d4341175bfe6945ea8aab5208f375034307f6753cc726230629ab97a71f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:29e41d78f04e683ecb12ff2335b7205383670e7bcd2b1beec736261a93abd406_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8ac74d64736ed4788497e0d4d10226bfa212f6c0cc97ee63d7c61676698bc022_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:94a303f0dd0822b5d82509e3ff8af5887949ddaa0e3a91b9f94d0bdf4e1e267b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:95c3aff27109694e511c9e45d1132bc4de0fd636cde0855c9ef45f1a17f5ce7a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:16e2953831f686cd68012c8cdaea2b404c54c91050145b716ee8b0ffc5cf11bf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:91e3e3d331d92b90ea49a78531cd366201c5de278f56597d9dcbeae40f114754_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bb1ec078ef82180a6019d6e174c16a5a846e4cb8995753628db25a4ca0071474_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c33a11f1aa2fe38738663eb291e25503e2e6fc3cb5bd964e1a6f8db0475e29a8_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2606e2856430c12efdf947977a070de13c3f93d3f304608c411ed57b6de0c6c7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4dda7a5132b638230470f86622d84a7f0117280726ea52e3769c15f11b1dbbbe_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f3b4137b1beff722b9c1ec2e451577a22f44c47a6196139a39d4aff3a0386daa_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f688b554b17808b3aca13b4e6bb8a240401db6f6cc5805e98ebe71ff43dbf1a7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:07163bdf6c27b8066a5f1e8674a2120054c3daab1e8a0db8cd728f2b1ca0fa57_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:32956c0bb79239db914454aa82f94222c6f7a90be718e22bb80c4e75a45127f1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d877387429f09cf5fdf779e73200069c418e561f20a21815bd56fce1c1c4c73_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:9a64cc9623e5639b0e8ec8f5ad63a5ab83f92598abe541be09fceb37ba2fab23_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6d8e4146a7965b0a81984df7d0a2fc094c50e7010acb93e58510cedc8a42e687_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:764c1081056df81f61d6965869f9ba66d67f132d6c768c13f1b2c1c81d45ec6b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a27762ca5025270235002c90eed00d6d029d4b7103b5bd108eb527fc8e797f1d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f473c0c439be12fc83e9ebcef48a1a067a5f4a9cd581ca19ca34a3dd0b9fb79b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:6e95c6d3ba75f0655680a4e46b703aeceb57cc9ad072733bed1aeeca0e9b3508_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:ba23af1b9437640698b924bb0645013d7c08fd6121489b01b63f66156faa6588_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:01c4ac10b7061c77ef54bf337b8488722506d2a572d9da7d9a689b4c9ff7c225_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:67c19e36b3f264978073841b06d940efc3fe0546baabffdfb35c2e5a1989e96c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:add880787ab5dc1af04cbed51e2da0f6f630ee85387617987ec6d6d8e3a28009_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:d6acbf09fd11d29d0d715b96e60355a23deba955fb3ac6ebbcbdc29e6923d508_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:474e02e9e121dfe39458bdbee1f434d32fa29347f55386a4abcd3825c9235456_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a0e6d2e5adb8d9c223824f623bd7d391e33241fcbe281c54af8e3925af5781b6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c3fffbd0e1e6db3256029c6cff61bb64ba56625041ff86a9d46a895076877fff_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d253f116a2d1e2f033f47422230a0a4e8a9fce255d71e9140a0bcb6f255c09b6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0b41f824ade401523c3ff06e2dace98c8dda246f40e6a01a588dab6fcad09683_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4954d67caa517e2e2edec0e5d4b95610a31b82d5a86f9058cbe55193987da9d2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d1a37ce3fce40a5d5e3065b5a4be81a18fe2a6b81bd5d16ada65f2647fd8fd0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d395f05c26536703d44d06525efc0ac6203440e6576e8a1513c7e4ed8563ae62_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2224a1bb7f39feb0ee922a54a94d8dfa66e676caffc681f99227eafc0082b50c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:339b51d602e6c798949da55fc36b4e83d4b07909c97f004f8aebb5bb6f43268d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a7bc2291024185f39cde4d43057b17968cad18451fe8447b0ace526ee11bbcb4_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c171ac27f2bfd7846db274c1d2be8b39cdfed3afe59ab4fb01f903b5be3af443_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:45c70f4c6f15a25e1982efd6eee6930f16317ef4cebd11ffe2b5994b9ad8b200_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:938dfb864f0a9dd0116c5969eb1ca94f2e04b914c3ee56bc26ac33f90e2535c6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a4f095b9251baba737421c47566ac7329258b8ff22b0f131c5a941ad1b6caed5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:f7a4c6ab4dc050efd81ff5d7dee7569a55dd0cf96e6413c47770699f5fa02b6d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3a4f76a56b75c54966a76307c4fd647d854812bd22e55cb228c1e9b5aea67037_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:98110bc940b974dcbb8b0ea21c6b52bd96ecea62779f9665d3ac8dd03223905f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a7e47a89156ad39c7e5820cbc98a0b295ca1a3aaf6b72be3961c6d4eb0225831_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b6a273a6d68b36cd939b6bba836f657168526125327fb784c436c99848f49f7e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:26b6bffa3e11fabf11ec8176bb39ab3e301b3c5a85c1aec37142860ffac1fe5a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:301f5a73d9d839a999dbd3c9a7741ed3458ffb87426b7499364e6460850deeb5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:57eee4fc78405492c9a665c228d1f25c75f0390f75a73d5819aea7ebc2da6b4d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b10b625aa3fe5011c7fa9db3c95ba6d36c569fd6f6aa4ac3ff2431cbc103d362_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:11b59cdae58f57a02a4c8479266a50a1a5691f2e8e4382ea7ce96bc913ad4afc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1f11609dbe46602b2c11ea6c776cffc87ebf3fe2a1204f25bda85d9793d5cd60_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:28ca9310e14799c080a07935267ab4ecaf6fd1abadcb1e165deb46c81f2e731b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:56a619fe929b8a18bf1526bde6c9a86f12a1c0a43739d1a0d04c58920d3ac5d0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3bd696b964b694ec219c5776593bf4772dafcc3f43b973355913801929462557_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:4142674147742cf0ecad7223e02e88efb53e5a34ab820df5ea2f645a04219da8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7c59a7997fa95d2895620378a7e18f0074929b630c329ba3f03c72e43415364d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ff35fdf6dd3714c214394ff6f203815f23921af529bad0dc22abfa1d1680b333_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:15198ffc1a039f56e9cfe7ab35037c34a3864a83163576b65fb3e9f5aa8f1f3f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:4ab1c5859c4f54f225fe4d5555f3c2d1aafc520ce7a9197b040e06084da9a43b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7be609c48462446f215d9ae0326f1c76bc0b779cd08db391163c796106e7aeef_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f04c27be87ea23869192754c00d08badd40a106c2f66b86bf493455b3e3ceb09_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:42ce515a9496a89b6abef7a94b6fcea6880b2a9833900d54e1dd4044c9e2872e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5ab9133d7b6aa46227bca8a1c6ec2ec9233ebed8e62e41ff122dda627d4a7fcf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:94f82ddff9d44dfdce03af24a851c05cec4ceb161c5631ce6ce88dc8a9481271_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a7879d59a73d16ad9c237a597dfdbdbe06fd6d3e3de0c9396e342250778dbe08_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2f370ec13f448fc82d3f142cc8b6a559a4d62044631f4b394742652c4672f536_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:38471fb10545f0fd1f879ff8ded337bdb6919a929043727936d28c2153a78fb9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8e6c8d7186bfcc49c6ec64bf8bbaaee511f62cb5d14aec29bea364f90129d36e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e35c02d8101af5150e038572081ef775816f97c77ae24fec3826bef8c24837b4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:123714413da1487c02d182f1d355688d2f0fd63e0f82865dd962567bb9c81039_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:675b6754ba7e231a1725cf8338d536551497ed05e7f40435a2a3c98e411af84f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9eced45114ad75c3ca56d06028c836adaa713433bc49f6196533276f9645c58c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b203bacc4238f6cc6afaa7dcad119d126484235694dcc33a46edc4d002dc7f5b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4e68102ebe684da4477f443e32d69865b6fa28d398fbb76463c67d85739e3c2d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:6dd5107b14c1abce011367145d859456aeb03052ab831b4c548fa4fba0b269fb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8e6d6d3162ace273c1312c383de4e1f6ffe2d8e6d7b553b64e6ac460ac040c20_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:061699fecaf30d68ae3d41b89d812ea8144627d9ca9de83173fb33fa06e6b8f3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:33b4bb5c331675703e19ef96f3185b2d3cbcf4d0e37a6fabbeb5a8dc1f46df10_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b7e15475952a147e7d6d506ee9686c6c594d529b27e4086f49b0dfc1e237d640_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0465b162143273b73d2d1af7ea6f9654116a9b1cba8169028273185f2dfa1191_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5d1720d8067c33064ccfa16d47931fd18bdd3590f53023c2ec268ed9405d0983_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e99c8d382c503a7b1e25e6f72ef293496beab285d0a3453d09ca73fb58247163_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4e09db0d6efc9289a85cf5d4ced1d6a6a7f52168e44c366907a5d4ebd3e7d75d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:585c75fc909525ac0332764b66db33e6646e5e0b0a4d01d176be6dad70a7447f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:85df50114baa307e2b4192a46f80a292500401eaf41f45b071b23bc278562135_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:3ad0b56893a8ad865ef9de637c1f21a358aae5ed4adadae02db3c6d37db93422_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:56925cf35430409d4a59b4de3ea74d8e3779acf505872bcefa26e97418f7bc9b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:a928a27d2775d702a7b4888f87e770c93049b645b5878173d87d893288c0701a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c83836428568394e500de29f5e4b44fa4881f5b5813a8dcd42a5bd16b6bd2bae_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3fa694c3f2b9c05fcf2cb69f97d791fa46600ba1eebd67608b109586dac15e3c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:44006268f8f00b5dcc4737ce787d9221b50ad7af3e678ea6dea817a797512b4b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:6b7d13c5daddfeda27cc815f3fa02affd699ed626cc41775f78070cb8cab4f4f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bdd058e218fb99204c479f5cc33383634b184b1153a74c3333926e84f3e4bae1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:174dd5140764fb73bc002166fefbf8f897be7b295e10527410fee19338fe65d3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3f5a73689320e820972a39a40077926550f7864e2d1969a9352d3b833191086f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:df97ec11ed1fbf6397b6a62c85014c255b60c652c98ea439d1f47e62c6a0e4bd_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dff5a115ecbd046f3a1a60ce8d8518edd570922528a7ba56cb17716831eb6b09_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:11f56bb6bdf0069b7bea04e5051874cf879bff0ed36676dc521975eae8cf1bb5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1eb4aa5666fec327b24c011e1b7e726ecde7ba1942e0b8d9af38a65baa052985_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:77da9199e0922972da775122d60efaeeb4cb2cc464ff6855099fde770cfc01a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c56c801a4a9e11f7b9ee071dc9634fd6c43aaf04cdd6b048dd4ea1a623ba16a7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:5332d1051a8774d9d3ebd2f6df71f2ae36ff23fd32b28edb418c028dfa6be128_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ae444a4f4274431a8dfa075bb9c91fda502cbdbe971856f54ffb6a0d5deb08a3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:4148a39c8311d7050050debedbfa7454b53c3e00ae4d63cee7bc6da688af744b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:699c1abe44686141c985a530a8b3b864b3a1bf2c5c6645d68f7920b8f752c684_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:608159f89bf52fbe18bbdb1c48b679346ddac7d3ace7883c84494615a4ab7adc_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:d26f0f1adde0599a01c90d8b9e1e8690e6e532a380e7852e83cacc1e439b5424_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1ef42800334a0b6d395e1b1bc8e517e232713a4ee0e4591415c5347ea1352fb1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:23d11514c82b817c95564de1f0252dfcf753ca40cb154054c051b6bef078a960_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f5311dc740529f4f4c444fe33bd5731b0ff5d213620207f039af546a3c521226_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:14f9b0d4497da98ffed111c1266fd4e0b4a812f6b7ec37b95e5702438602ce33_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:4e6b6f1636a4300955a587155ee9063979e47cb387dfc1a85f3738b1cf25589f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:2cb5be04fd1145f054e994500608d1463f35a0fb87305e559ff71c972795d978_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:664dd8b515ac89b33051c38e00fabc4f2bd8c902f9fdd8df263b6cd6d0a0bc25_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:28e1a2e9d3850462c628b0bfaafac15d68def97b8c1c9387de58b1fb6d877f19_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5c60f40d38ebe6f95cfc0fa78fed9aa265fdf3aced888bf232445c2e76e4ed55_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d36d045c32e335933939150b36fd2f86599add415385560d3e10d4b74a704d89_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fa556b78fcc306b456576053e522d93e0c578807e220d3c562ea54cdbc2d1a92_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f9ea746b7bc2eb6cf1d82644d42d363d9343506f9091e8bc67740a06b382081_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:909ff0827690342dce5b4cf713327f3a8887a056951953c9aa639e916129e1ad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a8705dd5df6abd3d6931b298fe8e53cff0f8259547fa85446503b413b0ba19da_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:cabf1a3d4e2aab9e2273afa75bac084e93eb36a2801b91ea0d79982e9e7e5f2a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0b5cac582cea2ea2dee7d515f05bfedf2a5beff46ae6d5ca9626bbb36c94b865_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b920409f5635d704145bb8e1107a7c6f951976c44226a2083982443f67ce619b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d658355babb92069a73c35353c2fc0be4450517b3445d2387b4b0e3bd2b873d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f8036fe71f651189dda062ede40268c843ab07ad5b32e010250f9b6fe9234bb6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c5361be369c8e0194275ab97d18d52a095a5206888bc82d592f9f9ba28a34e91_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f6427aa92071d20df4e412376886d9831bb0cbb15c10216ebf2ac78de096b051_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5d5edceedc72d2ec62b24b6a60c278e4836829c78a0bcfeb20d87fefe501a39c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cd23e978bf90a7180245b04b5b0df939ba57e30ea13a2a759a5d04953eaafda0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:bccd28236b901759b08d5106786d262e482cbd1e3798c1392c9c6eda9956a5d6_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c096101efdd0dab71581c6e6506b9a6560c96979e2d439ca888d2c67860c1337_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7cf38584dd1c5c269f86d85b0488e9224ac989f985989b00ba718ccd5c1cda56_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b2a85daa27b4a10282c1365dfbb48a3224df6c2a47d6f5ed59c3c01f6035d443_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3643a11084c5df88b8dd9c8d7693b228f3a9d94f74aaeb4620aa458516c14e18_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:a6a1152188a6d2cab12133e497a5c29549fa0103dcde8f1bb530ce7a033033b5_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b6f91ba9a89207a2f84a8bb1343179bd74948644a8b1608c2a2d84dee9ad39b5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c21ea57e4b38cb47e5aacc58b218ed97cd4e6ef353d86442236cbe8852c6f648_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:56c61752133f5574587fefec75502e2a132871ed033a824f62519117ad0c4620_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5eee9a534fd647002e246ccc70b47a79737cbf604c5fa4519d10a8c66865e5a7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b1428b294b7752d6d56fa95d6630aad0b6d205991537ddc3274a7062c13df3dc_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c363dd15dc780181855ed7e8af09bf148d9e38d562cc54d90842f95ccecce36f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3978c02a12f2469999e833a2cd001a08741c4d9bd22ebe211bfdbac17563ddf0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8d20d5c213a86a2d9cf1d4e8ea351a70e2bc1e8864e7435baa701aef3b22441b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ad84f2d6f695c6c999a82e33cee9938544352a648c0e72adeaee0803289077c9_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d872bcf33f5d4d6f1a074bef0091e74de82b3b1a883b9004aa1f6193b84904fb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:027641f0d532c5d06663e838ddee798513282838efa12811ede36e1b8669949e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:198fbdb0d6d4bf699a9186c06c310e4eca0c3252ae8e0d64ea1c68d7b67c2bfe_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1a3fb2aa3ceac5c827d7cde1cc0296d6974663d3f5b4139390cb29dee2bbcc20_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:51a53812eecfb69e77afa538400463c7eb51710777e9d9573804d2d9eab5d307_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:19cdd4cd8546c53530e098641c6c83e2f38f05f2d046c6a9fddc3c8002a01fa1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:27b826d0ac202a4321d2d28bfe26376b405458781f04acd607c3a27bebe83651_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b1c377c3a99dc0a9a6a39dfccae28c7e5a11674342530a05b237a33117c980f4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b230c7f6c243ccfc43e6b50809f916d3247f8daad3c750220020ec4337b126a6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:42cfb65c46f9f63ae3227c0dd5ca2a0a11729ecfb2865f3a4443821a85f7c8d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6ca3200ace5f9b6c36c20185dfbac37ef4cfb171f3a99eb9c746e52031bf380e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a9edb90a7efaeaada322b051c1b4cda47df859fad20ed42574fbe0fa00d15324_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bf0602fddb6c09c5c20a33abf72b947cf7ec8de6ef68144d2f4b1a1a9ad906ba_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:13df2c323a0db01668777fb495bc342806443b5c0992fe7f9ede76a0e731e2b2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:8e564be7535e32f63ff7a84bb61b3586b16b07f4ab6db20b42340dd998f2e919_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:29b338177ad61fbe618240d520eb180c1faa54fcd4be63c0d2d16f5221c4d7c9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:97b5466389d9b1e4c54dce29bfb42e901ac2c4aa39edaf99c35f30a766d38b78_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:989cd4643516ba83c661cff6bb217cc25d502febc80344e08e90c6eef8d24088_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:adec59d5a5ca059167c1dab49e6e1e6363c1788833f2cbc2381cb7d88a98864b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f821e1e8479c74d1a672e049e187d68cc4845e7efb417e9e4e4fa99628f3ea99_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:4eef2a136a4fc3a9deb0c5999546aa8d498c3553107d1e0eda9d394b2f412169_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b31560936594f27a81750c2d73f97385d7b3ac87cfa7c75e1a4fc224243eb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:bb3bda07b0ab9cc97889a530b1da6d7eb3f7f9c8a98f9b867bb3a93da7694625_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d50f44b5a5797797b9595f99e3b24684908cc28d317ca00791bb6a7406e15636_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ec2e637888e698016d6df6cbf4be6d44e5a2f544e7b81884982e06ee632a9ed_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3c569b4e1ed989074b129cb91b307cfa10c8305b037b284b23bde4981f551238_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:4ddb2823de8624d7d45aa16adabddb92faed392e71c2d1a0b3e640be91b731f6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d3b7e9f39e5238f011f9328467c72a8cb8cf99d4bed7ac0593edb9ec5bbc90fd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:24e49f3b5ed9df72849a33dd7fbd4a0b01b8c3be79705d6e23ae48e3fd164133_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a9ce73e1f17b21b9bf2ecfa7e35f5d8e9c72620076bed594e217b870057185ca_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bc2fc4c0e55023974c90506cc14c51cf73741e9490632453687edf404b3c485c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ee9af4af02c40524e182fb1893b8bd59785be7d508111c5b0415f0caaadefcc3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:971256d54a4e10a29080f656d5de3b6281f27c77a40c0dc7352f1f05ab83eb11_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d4fc699ea35d0f1e96e825d2db3f21628e25589ba57c40ce771ed210aac5d588_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e3d0f624ec4e265daaed3072e9f9dc85668a917d49c96ebaa1c7bc05ca636197_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e47600e5f91aad639de386e422056d431450e5dc3560d30ad16b0b0bd240e371_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1cba0b4f393f1927ff5386a9b2ed74fed87a58e4b2d4a38f34fffedd30da14a0_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3b8bfd739f87585230904007f0b438b4bc9d79337f0e9038887bb7f297b681b6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9c7b3d916bac7900ed009cf82a03607fe68fb924805ea37e9950ff3fd6c73b44_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c0fe58445dbc3f94bb9a041ee4ac81d6e1ebef0eef6b2468c288be51d947555c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9c772d8d7af17818a38e2004fbdd7673bdaddea0c36daf239dfe65a49f78c212_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:acdda550e575dc7add42439a856726b3833c5d6d98dd9976f30be4b781a11a82_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b5be0c8ab080114879aafc5d2526924d32306ff545c06dba64c947ca68736f91_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bc413067c8cc3e6c40a9be4ea896d911cf6b3adbbbe4c8e85fcb243bbc7bc2ea_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4b39c2a3d10a1e059c3f52bbbad6df20e52e47a422119d51806b59bda8e7e97a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5f0f4b8edf205f47a263878372c0fc80e1531f3d197d882a83cc6a2bf980c277_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:78987fc04ce330fd8ffb8a96e1f25e8ece8360680bbbf4c8854f1ba1f598f2f6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a43046599cdb529aa9a2672b628a7495690b03379c7dd4ec7bd744b01793943d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:25b8603f08442f61b433250cb6f4839cf2cff118df56d1d7e12b3b09e859a278_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:912bcfa64c2dc40a0f8573e595001fdf9dd3280e4babb503198aa019c4c94dcb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9f84034243c6dc1341a059730c81b05bc6626b913524f8d854e7d13c59eb4d45_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d9683ec09f7d3d0c73eb626fa7132ea0d7f731893506437d76db27bef51ae518_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:13573ab2e748690c65900137ee67fa558a1938fc2c4d92deb6b308809a77dbc7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:279fef1862c07ed7b949895843d80c54180a704411df4bd4059135dab63900d9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7c527388a78edbc77d6a9db9ba9d5c8ddb302220d69734f4e0bfc26b63b3dcb1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e601bc25408a2eb5735db7d2595f969a59da9560516715ad781cff5e4a57f2cb_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:264fff5b66ca49266cfadcee9765ba0b34bccff8dfdb12e5444db97af4913095_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8f14a597769b040fed9d1c1d610b6023734dadee91cc28588b65efb25f6308ae_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:bf78d9a4afa92e68d8018283114bbc7fd11fe0a9b357b75a00395ad630ddde75_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dd57cd8ba112502a28c74d7f9e021035a061e1f51377ac0510dd02a303f14f37_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1e3163b559a137ca99141d0913759b5a92cf30e063f6ee2485983a486d97a066_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3038ed29c6dd5d46bf8d593c154537615b8d218bc43eb89dc099a546308c5b33_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6f5d8e50b9cf127af5334e0b1e97aa1bc466bb1ad8a1dcb2b6c3e7494bf5a1e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fa6736bee0e8806b00bf3b6d971e2de5ea49f3f2a89e8cc404d55a70e6f73720_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:09157be733606534b4788e13e47f647c427adb2d36031df979628d1e3d93b096_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2c52bc991f789cb2582b4fcd0fabd20b86b5893d9fcfbf6e9ebbb372cffecbe9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:611ab0d9521d88b9676bcf873b8aaa2fd385087814de0ab05c7c853fe98da20e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c6226a0f343e69d720fbc83ad01daedb925fc39d272df78fdacbd847fb075bcf_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:19425f8d71d7b67b74e76c5b770a5e3d918dfde9a9eb3e181c767b4489db01d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:39f0f3baf0bf65713633aeb91a80cd35779cce2b43e6faa70838e0a87bdb12cd_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:804965e59e0147de822be6cc464daa137e45c991e4ff00c7184b6fd8105eb781_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b9b4777d271c5ea81505111d169134181bd46169ccc05dc65f3b6e59f736d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1a6e143562b0618b3f5afb6d488e8bcca48d9b0b4f68dc70d77279643325ac52_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:22230fd972b50ad12367aa043fef070d0e580b71e874a0e3fc2f5aaf52839773_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3abe2be596ec79e32806af4d66a7350835433c11e8b053385ee6463e65f31d30_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bb8fb8cebadac019a3d8c7fb2338a56918ff39aeedd55318fcc7e7c6d60648a7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:28dc48f706edfe382aef8370f464836e99a307136561dff65f7e7e8b5dcf9a5e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:533846b923d36de2b953fd071f6f7ad38e60548e9ef1d3f704039bb69b59530f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:68d5b77732cb2c0b0cb9a7e6f4201570dd8134dcbb21019dfec4bfe1fadbad1a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6d20fc820b2b684137df0fe673dd4e98135ee6a8c39a660db8435be44160c4b5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:48568238316d40eaae138ec218e4d0fb6119c94d9014683bc25934210792500f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:1d1ba67b2ebee648e679f886122e649880437bed73cc62901f26e77087d1f72f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:627e8fa2665e8d19aea0b746867ce31b58cef207d6dea85228b175b96cc95dca_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7431114311d645b44e0f98c9a0e92e62a2c412a2b57dc47b52f1e4c5ae0baea7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a88a9aa0807380263b476e1e7491c9a4f36def3c403b43fdd30bab55f06e673f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e38292df09d0b5589b58f31c39ca74147011aafc1a51be00112856a7242cb80d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:67f16f35ae8e95b90d758bf617c953ffbd0f31d685b9f023c34e5de5c02d1d13_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ae42289a9ddca85918d07f71db7415d099e8544ead8ae73a0d79e600c1c0f067_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfcee1078c7f5425c41f8d3398ae512f2a07d156de7d6e92d24d7f5eb1eecff3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:eb851650658c10b1a102258af7b72aac6db36647d07ec4eac2bfce099ae68e67_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:74efd49cd2880e07cee9aa16b7615504fcd276e8606b7422ffe6a253636462c1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7ff9273c653a511408a49a0778e9584605b9d24e1069da8a77049f70e2bd5616_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ad02d1ed96a39fedea9588756c548817e8672b8fa6d3e16f1f53221e3e7d9157_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b10f0eaa64d49ea5763131b8ddd134da6771b835333a4f5ac9ffdaa13cbd08f9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6c75dc3551d30161fe15ddb87170bd7ac33cb19b242907e99a9f2b003659efc4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7cc7c37a8ce0bc5a1de200fa97525c35943d5fe789787d642c4a3079c251c4eb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dd8dfd22f1e93168de72dae9a266654563fd41d605c65b4bb15f20ec65fd53f6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:e651483d73deaf4125ae3c2729bd8a42b277df79a6ff056a99ee3e78e2164877_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6590ef2d757e5ac11ffacdf6de04ac112e96f4bc058b97aae1facfbc9bfb9317_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8bc45cb12c534a1dcaeef41b7ad0a4cd8ac0e3b0041aaa0cc3a9b917602ba5df_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:92e18d38fe9dfbf0e50933d15f4178cc149b3e4eb535ccf0fc0da030d758f435_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:9a77e03eab2a1992fcd1c0a1f1c978755e236843ee4472bb551968fb16568334_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:686e7784cda9016a460c9196a522f1fb510546cad343e26f510bea264ab9b515_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:77d58cca07f50ed35b30a97c24f66abf5fd5482be3c2a86df38b5d0e4b41e4b5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:a553758f4aecd97de2202ffc5d96370765e1f92a11fa4ca464ad13037d7c1a70_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d09813fbb679d41aece1f097ecf3797adf142242feb12769a604c37df1b6d80a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3a967546fc93fbe58afe72caa5892b712c5b96072d3cfccc1c7d9b27cc6fd6fd_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4d09ecbb6bc7010c93d65d8bae5a368326d1b52bb7f7410d30dd068b4b9c1aff_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:78a9ba8fadeb516fb48a37ad2abef78f57a09b5e701a31ca41e4bfefe493d781_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b44e2dd5cd2daac1ef6849feb0b313950e0616586fdcc843a051788fa071a4ff_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5d94083e84fbdaa57cd8723c20bfa1bf0d2eaa0cef52c662975b286785db8cb5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7662aeec067c8b3bd0203da4d87e0837eb624acc7dffab9c0eda8081d992fc55_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c95e0922aa74f51030c35cdf1ee704f01ece7b4ec53f361055f4cfc58e464bb9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e4ae1090a43cdf4a540f1a2cb376a93d2f74449ac44ba6d0484e4612579b3d43_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:48c47a452810fe65a21fa858b102a2e7d9469e1143c51857844a0a74ebf03661_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5ccd0d2687e836eea86fcdcfbc73c7bdced8bfe2050c466860306d246375f0b2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7fd64ebc835133fcf6fe9d286f18f790b12295dcd904d61cd255c97e49f216b5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e862f18a4bdd246891a49434389e8dae5d73a68aec6d548dd282f3c56396be98_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0772170993a9fc0531aa948ee3f4c83a8e530802f7d6fe246a0688026c050d27_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c1b6b3c81c49bd764dce7fcb732f14f378aad992c953cdac86872b4113e8168_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:307efea31da6d72e50def18e1c08bae9e05ac8991d90379280c15f69c93be375_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f366a95bf18554cb9b48af250be89970e4c6b1fadbb97543db8bc202eefe282a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:09b9a909358f49dc84cf863e418fa79a72c5f23ce05cbd4045b2c966147b4edb_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1ce1ac2cafe2162c4070a5b60087ecdc520db1e90a433183157c554f86a8bdcf_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2c984681915470552c6cf4dbd2c900d14f29d9a6632d7d937d2fbdf1cf16a5d6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b3809b2f792a8b57efc13591b88232ca2b83fd116ea1a6ce9c05ec39733bcfaa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c37ef0e5d795a727e79d2749570d7c42876e2884561857149a17793543b9fad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:45b239b4328e73574050498d8a59fae10b1788642bfd3fdfd487a59654f2395f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d0eac8a6dea99105af2917f089cc423a7c21820cdb7ea4a3f793381cd07f43f7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e9625244e5cf3f4fd7e6d69a8076069e24079672e2c4bc4df7733ef31c3aad9b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:25939a8eacf00a315bfaecb90901a20f2d314f186c1a23ee0814ca611866ed5e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3b3fe898a633924c2e0f803ca944cc63d99359966004c6aba6a05c446a0539dd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:55a048f1d9ac836497f7783369b5b582727df86cc64fe7df91c463db1fc0ff30_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:88990b2047d4ab9055afba0c6f8895f30a132c361722a1524bed1671527d99f9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4bab889d5262b3f891b99f0a521f6d4511641313cc1d3a5970cc2182c52e0fc2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4ddc6ce50e06c258b4f24827f1fe5577c4ceb5d68ad925a185dfac5b2b3a661e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7883c26d4640f30a8fbd635f5442fdb46625d727a1b2382220c454aeac081fe8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:955419c1ead9dbc1c2545f367907dd4b1e8133ea23ef65407341e9a505b1cd17_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:206e503ccabc3f5a01f11ea5026cb64ad6ae62adf2eb9044386efac6586cf332_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c2d2155a6d299536662cff9c5a8474680dc8d9c514b152e87421feac7cdcc22f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:e62baadcd61bdc045c205ce81a3b2b650be73e7b3a5dd5cb53ea4c2f8a181f0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fab5b1965457ca46faaf5d1e6882c17ac2f0e1db5017cc81ff4da8a9083cc838_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3e9733932088db40e1d1dc25250b68d83aae6fdaa33923c2593ffc6f10b84984_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:62ff6e225c6c72f9c9b0bb33014544d1e02a30ff9092c25fddf72d9ebc8782dd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:70259c080741f045c19c2dfb1fcd5069e9eb7e413294d855262975ae03e60b6a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a974b10609ceb50c391abab36ecaffb9c6ba62f66b246f529d8f7d1f038165a1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2a8daff0897cef178c43b00d43b3468a3ff9389ebf337533c771210ffc608bc3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4c7da9adb32c409132dfefa7ae79fe99d41b6f59c592eea234970279694951ff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a54253ba850cb357befc0173748523a1762858066023e04388c94c2d5caacfc9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d49affc20c2c397c1ed17de7d3a7fb98a3f66efe9f9bd4f4234c0832393df9b2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2321dd8c9cc505a677622c5cc680e4f3461c6bf1fa4267cdf7f39383967a0b3a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:582d0856a394c73d8faf8d1792a80ccd8c66d80cf65b9dfea344351d767132d3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:938cea3b81e1b74629b0bee65183b0800518b4b757175d34669fb25f6e5d802b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d8e3f695418674002c1dd252757415372d95b38f813a3d432abab774c7427b2e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:8fadf40fe968046de41a4a4c6f643d9077f4908a1e456d7da29e0b0c79f8431e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b7b73c5b17ad867eaf4066be6b2fb9a322677ec3265c0d1bde2e317f54f7accf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dd6c4a3b961b608a71122ddef308287483d90f3a153df4ebd00b4f85b46bd551_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f5e86e560d2dd575aa814329ad50a38ad4c7f3c111353e652e55aa5b58033f18_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:10015b131c57580e5edf1fa90b05b19482ea67ae3b588efb30da1cfb2061deda_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:99060fe9572cab596228b61e892ca9b571e3b740c4872ab55e3276d4ad65260b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5127b9d0570329e12a37d1c7e38a3ad9a1c990b7b0e1d3f3b31f5ae1146a518a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8403b335a511bc219b98b899e2cf4458347dfc67c8e15440801b1434f03ab555_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:8bd350665dfcfcd29e64a93a9c1b700817a99560dcc927a75c13cf22924a557d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b47afa8cdfbab90e0852af59ab14d95b430a2e94245aa9d1c65d1a592f44a90e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:15c698a4b3293ec372e1ceffaba0fb9360499514271d26c22cfb6cb39852f598_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:43344ef6148d5c76a10961d19b3bd83e219764cb53ac4f310a513bbe694fef6c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:084a185169e09b57b07073bc5c82bc741aeba187cd9cb33149c830af00cc6582_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:171aabed219e2a837afd87ec9dda95bd32b6f780a8c7116a6dba18533c07605d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:33926bd728bf4ecfa8146f2d55c05f151150d249b965ac4338cfa8a9acf642f4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c0709bc4da1e5574cf296180cfa6abce28c2b7ac105abd95535422abb090207b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4ef4397e1a1aa5b377ecab2fceb5c2eb15b526ae39bcd9299b45d9abe4bbbf31_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:852e6be5031cc90ccd9d02fcc66b59baa692d594e7ae95e68b8923732fa77b49_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bd9e30cdd5958003b7db73e8d871b448d208c099f3dc7e9df3ba56e6d476ea66_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fc61ea57eef9eb7f0bb091cc0815a81844d60c78f5824640e40096e8de8a02c6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2020b01fe0c8555a2cf070d5a9bf75691de4d8b775b4ac91032c92972ae6a424_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6c3b876e5fa5594ed92ed3d333ad1edd228611d67b060024511f8c6a53eeec92_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cb279e6a6181c4ab8025c6ee74497cd95e990aa02a03aa01c8e4ecb81718d231_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f6562421b9828dea833fc82160705ba8c0349531dca39eea94da4bb31b8d3468_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:44b8d7704e559a8fbde7bcd2d7b51cc025eb2b898c74497149f818473d6b7237_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6b3db54da066eff7abd8e8f58ae42163364355fb1fb5a166c3f90ef42024e24a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7bccca2d8db4038ed90d7c5d995bb2daf880b3d6aed320c6d6dc89c73c38170c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:afc464bfe9fb581e22275814fb3263ada3383b571ac4765507d2640470a8fa3a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:353292bd26a33c9a68fbb8351005fc3b65d1f0dc02c82887cdeb5d28beda1404_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:af382c36059c0c0d6e76b41eda8ae2055bf5717205754272edf126fe15737cc1_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ebd113dd73707e7e234669c4b52e7ad90c5aaa95d062fe7b2ec18ad63b942920_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f0b91324c63bdd9b1603e0bcd2e554e1d595168f9337a7c26d3834093b24f6e4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:23a74b9b847094d230ca89e8d43c924098aa5a8ad67bc02c4b11833c4620aba2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3a9adb54f0e11beb7e2f393c00ef6014f9c18796c36e47ff1f08807dee8a9e0b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:558cbb955c8d4de727f010f3fe97f285b6922f4845357cd979c22e9d6afda4dc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:64f0e85f122f8cef1a5b444095fb16f95b255865ab116cd59a4a541bb61cd09e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1b152d3df7256fa1d16dbc4edc991503bd90432e1c8408149603306e62a28a89_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a7c3fd07837a9c03ab834a0b46ba51b50c73037203ca4d12d8cb2a45f690e62a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c9aa9a181ad76c715b410ec6866d86f28923d2becc8438f3b56a381d7c668897_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e96b65f0caa9f23429318080d5812ddd5c233b881b6f460d944990000a6d7018_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37569639de1f8c36904366fe21657db1df3c26c03b8f9f974e0a87abe862c7b8_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8d27603330319790b463eba638816fec38ce5ce81e7cc2c113636939d713051b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9e9598797558cb0767f9bba75faaece26aadb56163f94ae2cc2c137645b5babd_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:cf8f8b11a984107f035ff28ba24ff3f6e1d10cd764ac472b94bb9e74d435a459_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:70e6484048faddf5f59bc7399fb22731d4134b6a6e2c2ad3b1e92bf26e5ca902_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:93c6c010543791ed57e08cd0630a7dc7903d7455d61686cdb0865b13fc52f44e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:cf50871759b51c4fd1f164c53ec8503379de265ff95b5f6bfcb15d3820722c78_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f296becb22727fbcfc0a2a4a91139dc782688f43f63396d645b03bf698b81ecb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:227f6cfcbd9f361dac87776c3b625a4ae91a7054a29a48c0aec491a786f81380_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4063848bcd02040ab2a26a1e77d643a8cc01373bc6467070f72f8cae62ad8bf7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7315ff02d1adefaf5e52dc2b87903cbeaa1ad7c30719ff6afd130d068ebcb429_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:c33effb47bad5780e4e0ed220647bd0741276ef5c19eea05014b528b91765efb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2883dc4d23d0c4ec9551a0818f5d5edfc708454b48333db179232b6f7bafb4cf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2909be49bc0471a0e2ab4e9172e4ce490b305b8e1fb86729b45af106f1ad5ac2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3b91df98133ad62ab43372695b3953c54d58e70c15eb7ae201b68d73088c0bb9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ea31f2ac734ef3cec4337ec6025a1cc01a2452ec124f102e5b1400a9ccfb05a6_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:2aaf1b270a589b2e9c907bc35b4a3706cca1508a06142dd3086411e046d7cd00_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:32b91a8b6cf6278fde2c8d33666748a905a8dcf290b6e16ef266857d4838d3c0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:fe8f645cd130c489a3454252abd64c554d583cbf984aa3e568ae9c4073fa0f03_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:9885e38ff9be6d7ae070a00b851232a29e739a870d32b2508ab9f34e56177bd5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2b7476cab5336d76457b1915e734ab8702c461af8ca4d9e474557ad8354f7065_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:4890f971ad6077addd93d4c7fd1e9ee46ef3634bf89ff5adee2a95ad7b7b3f12_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:afc7f162c9c1c3033316a984254b8a477d8eae5bbed9cb25257d54a54e1bb866_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:e9bc1798e5283c65ff1487ae78c1175395e051a6c13426d3e8d1b898469a3493_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42151"
},
{
"category": "external",
"summary": "RHBZ#2466507",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2466507"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42151",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42151"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42151",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42151"
},
{
"category": "external",
"summary": "https://github.com/prometheus/prometheus/pull/18587",
"url": "https://github.com/prometheus/prometheus/pull/18587"
},
{
"category": "external",
"summary": "https://github.com/prometheus/prometheus/pull/18590",
"url": "https://github.com/prometheus/prometheus/pull/18590"
},
{
"category": "external",
"summary": "https://github.com/prometheus/prometheus/releases/tag/v3.11.3",
"url": "https://github.com/prometheus/prometheus/releases/tag/v3.11.3"
},
{
"category": "external",
"summary": "https://github.com/prometheus/prometheus/releases/tag/v3.5.3",
"url": "https://github.com/prometheus/prometheus/releases/tag/v3.5.3"
},
{
"category": "external",
"summary": "https://github.com/prometheus/prometheus/security/advisories/GHSA-wg65-39gg-5wfj",
"url": "https://github.com/prometheus/prometheus/security/advisories/GHSA-wg65-39gg-5wfj"
}
],
"release_date": "2026-05-04T18:12:16.917000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T09:56:49+00:00",
"details": "For OpenShift Container Platform 4.22 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.22/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:c987c0017b86a5aed02d5fa854b4649039e7221e14fca2e824dc37b2937ce7b2\n\n (For s390x architecture)\n The image digest is sha256:e38f225c850f6fdbdaf6ac3ef1f762b1e7068da19ef3cd57a00f72554e3d0a72\n\n (For ppc64le architecture)\n The image digest is sha256:ea726e65a0f5f8ae5b5fe4ce31f2aa75943c893c91bd75feb644c4042c88865d\n\n (For aarch64 architecture)\n The image digest is sha256:ab1d1b8e7b22fb2a6b3923e6e8fe77b8f0f774c762836a07542b7ed5ad52d86d\n\nAll OpenShift Container Platform 4.22 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.22/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2b93d36104e2c99c09823ed5c6d12e25abf3dd07e20683640f99b687a45e9b6a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2bb2c4706037910e8045bf0127ddd9087d2c8ab9eeb09ceabe97b18dfe873c1a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3e5d6fe6f1f7a495efdb0a61dfde0d20def80759a215bc7097265c816e07919a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:efe7886379624399e04e4f213bf1f8b2baf1acf989823caa93ed8ba76ccf9372_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:60441"
}
],
"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 OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:07716873e44d49ad177f8c572fe54cec7ddb819a70492e6bddf36ef2ea5e6449_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:288bb644cbb5e14b00d80e0b409c83644a59cbcb513d19025f8b97de61f2cbea_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a27a41e1a167568dc9bcd1f125ac624897d73bb6dca7be80d256432b35e4c6aa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fe9b92e8a052208c6eeac2ba816959ee8129cc0f68bc93bb0a1a2f940a49f4d8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:44ba1190dc20c3a99259ef0723be3c9e1c2d4f339ec4eb4f38a9375cefd60d2f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:48a700617f0d4ab9dd6b40cc27e9f602892037c10872c19c60f62a2a848e451e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9319978cb44eb1f26a7d82709c4ba7d9b6b0bdad78c6c6080bafb0933103bda2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e734fcb9ca41744ac9213327a775aeb0e01ea9974036908721b532ed2dfef923_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:10097712385ddd416b15237d2af20f86a0370f1d97125f1e8a0d25a7215f6751_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:40f8f7e1d72a0e70d96c1ff028cff7125ead621e89cf2f3c1cc5262a3aab65fe_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:50ff72eded21d210ea9c57c9f9b192cb6ca5efe781c5c5a9d2e1129e2eb7a248_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:f77b14655ac6137b53212c8ed526d6baf86d6d6332513416daa73a6dc468c832_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:76042ef2dea9a9316a7bb2a38923d0b670663803c75f5b8351b5e71d344b479c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a645a364226f6768df30645c15ffb8b7feb1932a96c3666cd2d8bbf71786fe88_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:afc4fea57ea3217712f10421cdc7ded66093dfd0d5cdf09120ec1200d696f332_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f70b291b3be37bcef36e4cd282cbd88f917dcc5e61e0ad6228b33b770656b8ca_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4cad4e954d5e9fce7e93ce3a81da34d58e01c38a5d6140cefa7eeeffa13e1431_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5c1598ad56e3f9cf5801a990b2d5d007632cadc69118dd15b771d8104893b722_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d18a7d5884e709f2440b7f85999c2351c0f74ba09b876a7c915a974ccfa3dea0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:ede11c7678a732b9ef9a763632c13e616a95cbabdb36baf0c5c48ca0d476c260_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:208703e1b4c8fd82b6cffc790affc4bb8966f6d95e5b5631d9fc7cd429d82242_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:40be47b6d5dedb587c54ea5f6ee763dc3007284e85cf75d9f48f4de83bff4f0c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bfe783bcda48a7678e776f99ab08f9d6cdf882432ae03c46593326bf8b57e714_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e43bd0884f4c1993cd516c3ea52d1f878a783f6a998a6dd3fe4a98ab11bd3e87_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0492b621d90ebddbab300b3bcb6979598f11380da79b32531f8978b26fe5edfa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2f4ffb0abe2bcc7b801658bb46ad9f397d7a3d11e8b2060859f5dee1625d7ea2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:30b0e4f82db1f3e39379b7aa792514aa726a0c485680b67351c593542c1b1127_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f0f3b27621a9276b1f4f9601b1b399eabbc165d74a4b4a20ebbccf6a36a8f98d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2d56871f80eb82c502cec2b901d3510ab482eea981f50cba4fea729c83f1897c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c169319f15a3e6ac9086e21438dac78a6b30f142c6d96d63c259e45f4b98c2ad_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cbb1706913eb430b86212f941bb32b066af04b431126af872899134a9e111ca2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:de56a4d37e6686cafc8591eb1f7520942036037ba5af21c286aea2d2fab95b2b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3e35e96ed5607d7229629ee64a3a7c942fb12da93a75e989f1fd9aa028e8fdcd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c045d9282bb2e3ccfdc19d09b76e81d622ad5c41750c960a066f9a735ce47a3a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d3c7bcca57a84397fa1932919a750ed7a002fd7f7be976152dd7c14d60feacd0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fc479e1b1d14c548ed9a783109fd978efba5363537b835a5d09fa8d0fa9f9068_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:0e22ab8f884e0095c3cb3efcb63f9f37d55b72cff37962f271fdf534deb469c1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:ab518543ee2455263fe748f1d2ab5fd1fcb87e03bdb241a1fe657c748e220e3d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:cf25049921f441dee72daf95b707da269c5ea7af7026674c42a7e3c8cc682e59_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:d5350fca926c7cabd8fa4e7749f0c2bd9bf90069a11ed96342cbaa0ccc16f889_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:41ec41da1569234037cfc2b9cefeadbdb4c1e45363dcc0b5f2acce2453ba3dd2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:bf2513f4ea2df4a781fa74ddc02c207133387318444f7027e6b62565e8af505d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb3cc6f050ccd3fae295639dd627bdf3ff5f08f66ef0fdefe24ab8260cfba983_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:efe54dbb00c22c7e9e4a6d7c40e52665823c5f94d4b7b03236edeb1d7a304f94_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:073ed3fb3dfb009b6ba476883da5421996c5c4f4119375c0c83b072571d935f6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:14b74e5080c191fe32bdd2a416c80cd94a0f30ea6d5f18faf7396c120c5907ea_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3c86e67143d2caced55d2dc470df15cd1659c5e16c7eb8af22183de1a3222901_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a6de5df300008dde127b655f67ba1c8e637bd6e67bc2c811c0d9e0ecfc3cb08b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05ef13e75b41891cd2774cf5243b11da290ae75f12ecd07239e580a5238036a5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7c5f6b71b68331d1cdff8b3273fc7cebb945d9c037fae5c2fe0666f84cafc928_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:c221dffd999b01fe10c83c1cf3e93ed9d49beb5f0f13e8e23261f44a07fd9342_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ea42eecab8a62b7896ffb697f402857a31807834a102986b3967faa70f63775f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:0123a42a6d10e21067ef4ed5ad7a39541529ff0157cb27443a95b0e5d88efc7b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:61e542fb10dc0e083f8889b0b94c3525f3882e5da701b8db31cc9be68d803ec9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:69eb532db9fac5d796148a421f1c0a95f03a84604fe40d5e5a3719c995b8d3c2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7bfdc577bd856e0cc690c86a8fc9928ed3d034d4d1455378c95293376a74b9c3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:023e336977c9e6f23a82083ada96020a26cfea384189b765e89d6acf7112957c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a0734ecbae0ba4ef8a6cf77d42383afe04fdf33eed2c0d1e34782f147c675581_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c64a9e77bb865dd5475a4022629d394ced47bfd9adb137f69e2dd7bfca2c5a29_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e90910e06037ec13a10bc176da5a516287ddc34ccdfcb36432f386f7b3895136_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2052fdaecd2f3807694fa17f35f03f84b5d8116ca56926b6d657f0594adcc4af_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:274df573eeb1919286472cfde2006716aaa62c65ad1a6fb82bc351e7292a51a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5f81d0322afa70edfd932cf1f80dc5a14ebb30f3f4cb0a4b9943859c3ef8a741_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c5f86407af14e6c3741e75068ebe79aea7c7d1a73ca87fc97128c53139dc8748_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:11009d76f2fc73fb88ad8650914948e04e30d4096420d00a4e6b1f2f82bb2a48_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:464e2bac04048cdd010a9625e6657c9f823ebadd624fd71191ee978520874528_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:4a6beae013e9de12cd8b0a39e9e7488f51b97b3f295e14d773eb28c5df9d6743_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a2f765f47a9fbb2acbbf3b00c2d62d7df283546b7485e7631116fe824cb589a5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:82953c91b88971066d4d605174664863cb062a6f7da286754aa4f05c11a69bc4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8adf05874d8cc6284cb4566506787161305d95ba4c318f070e01960939526d59_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b0127947224f18d500d967398c5008737df32168d2db50f1f87554e149328d71_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:c25b7a4bba9a988a6b7daa4eaa8608df78b927d1d454aac7757f18e3b6c78d86_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1f6a0d8476232a85b5d18ef9ce148135b69a4abdc45952f6ad0eaf41604e05f8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2989730daa53d788a9e1be03bf922a07c1111ee8559bdef63d058be6fd5f3fc7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c0cac6ae1322cdf12df3c55948bcfead52641aa95a57dcdea97401ae01c1860_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:adf166a8095fd21a818265c01776b94e25cea102a98de6875352cdc47fba933b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:67f12e5ce45f173e79229f506b92915943d263ca0adaa31a027cb7245d7a076e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6b91bbe18861c83c79693a155979f3cc56162624412eef4c57c52cfedfb38475_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b2bb582913e9dedea9f2eb41f1568fa8f0fccce2e56be4f666ff41f3698dc147_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d35f97d205f82d6ffa260582fc6dce2fe0fcc3719ae0e19e85e06e7ab629021e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:03ce535e7bb582ca85793c8155f38ff9f73231e7cf5af4ce223ea89d4d2eeb89_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:605dbca994f47b04da902ae4b76744eaebe0d716a7a5fd3cb8e617db5dabb8c7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6b2582a7f534bb2716acaa72598b40f593897124fe03a5e6b2bea1e4c1a26d15_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d88f52e765c3f5fd4ad80f7364efe49e98ae927d82601d27105eb6ad0b484264_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:1305fefe98602549511b835fd1302eee6a4494c690d76964d89189c90f39627a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:325af02386526656111c663e6a206e755f2f30db00059078a0391d4af6cd95d2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6dcb4d60294895ba062bed0e9612ad7fecd7fd8d8cffdeee9bd65ffec1b20a63_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f492d67b16384267b9f65d20b769f93e3122f0957cec290a88a1b244c80e4b54_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:56cd8314cc9791e043cb4e5ace324013f4ce4c825fb5f9119b1a6c6871b76a3b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d6ff019bc8333893d6d5799927ffd9dbd02d0d388752a1ead6b8f85928fff4f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d7e525584c9b7492d8b989d2ad0b8ccdc4f244987f26b4aedfa7ab1097aa8ac_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:598dbc32cda4219d6a0442aee99096b77ddbea0148ac3260c9c37e00b13cba23_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e223d745233c048714d3ff7a04f8ee565aebeb0f5aead03e55dd9f305fe60cb2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:05fe3c8332c4626e356a2b8b33b235d605b8cfdf8b49a68475db687789a766e7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:64ea7652aa2f9f9ba58d56765ee0ffd7224d6534860d118c059c2c066bbf2142_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8673853d611d162bc12d1791bef2acdd4131a97b8a6e46961736724b69332db7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ee04f343f0bc1c58b1e016295990225bafab7b39a9c1a572b10cdc19076150ad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:4771678b9e18450e8e2a6ab991e844fb064749a0b09b089e54a802a7109c1ae7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:68c90482505c592a6393640c16467c1416f3175ba1273a284c3d0a9417e879ae_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:234bf4abb67f86a27d549a2d368d080a3671ab34786e26c6abbcdf58baccb034_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f330b931299e7c97298212e0514c55f9e086e2f33ab7e522d40d8e9df843ea11_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:123e1027c857bf3a084e45755736871b220117eb70d774a3b450f7d877e7d1a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:61d9a3fb3114cc2252a8ecb5b0339a5fcdef87cf962f285be72b164933afb857_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9426eef8c79d6e2c9cf5efb340257ef7dc7936b3369050776f4b45ed6603de37_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b693182419b2287a69a8bcb3bd3ef8d6e799b5e7aa9b5f25cca855995588e104_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cde3a4deb285f4ffb38be4443b3c09f33a44d8f2007bfde6f8766d371487bb80_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cfa458375e07e80969d9a9b3521c5983fd20f384b74f1080b865b618afd35f32_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:30a0f7d083fbf57d19fdebcba31bf52d257fda3eab13e1c8b856291f40278c4d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:7078670a28f19c15b118e3ff8d70afcd5e329a22eb6a44d3827f9554dbbee812_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:6d60dfdba0f6368f23bdb554da68f81e3d088677ce9748d2850ba8f2ecb0cbcd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b71a8dd592d2646c7b085b06edefe64be96e38113c3547a111a8d0201992b98c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d906f3f6f4740b50fd6266205b0b3f986b35ca7a64ac7b6c52cd7167d0cdab23_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e4969f9764190a2b46dc5c9c7375213c28518935d80c4e4570d122d231f53663_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:331e8f309349114252acd7fe42067ab2b7bc03abb6619f1df59c8fe907513d3e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fefc2125429189eb85f3c807ad8ba8896a48518f3dd7d93f94a091ec925e23f1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:8687825da05aa3fbdbf32fa82a739f58585d8d2564501deb0d3b97d67a4c431f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e5886c91ae307b14a848b0a571918a57a9d2d85805af6c6ac7a2404dc0308337_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:260b87efa1dfc71726aefc2feb8dfa83495aedfa6e95b0e86dd1ce0d246233cf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:49a1a91122fc6cc34cb21b6de67b8249f154aa8e2bfade0e50457c224fc3ca70_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:cdc02821294c7bd8b4de75b356ec0ec8b0745b0b409ae9481dc08c4d967b53ef_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:e52b5054a3c11b34c3bc3450d9be2628816575531a1435ce44652324ec020dc3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:64e73e3f7bc1f37f40ae235a7866ea7c881d67afe29b398edc6f15befa7f06cc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b4f0c23d7fadc3a15840607d9aa13327a3eda6272565f88be3691b74f16fa13b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9b5eda1037248996bff10033108d1dec27b8417730bd721d980b778e1cb4585f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c397e51c6d4de14ea1b6a41957a3fe5ae54115c1cbaf414c013035333824eca2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c72d9616c2bf94661a156840d39e3a42d4023598c5d647562874c453b44b72e9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fef61b2df388d1e5714b0f3293bb7878f1ff9ac64b0353284576fa0413000ce2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:267a8525fce7dcfc460052b97dc07532c927fcb27257b29f5e43e5475376bc42_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:886cef96ae99502afa35aa5cbe5a16a30d873e8c9c92d6bb3c748bb68877935c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9a68ca065607df1a4fd1a351041d799b2166b76ebbdf2c92a0fdbccd47015036_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c7a8842568f7ed4d4b1ceb0f507aa5a56d80ab213877507be04ab55f8fcb3a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1567f1a6c1a596e22674ad45cd1975c8667fb2317c84dd5944ccef58326239b2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:40dad16e2777a64a836355627be3aae4572a7ed6417ac39e0dca5f019eeaf471_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:800ffbe7a0007398e44945b2f3772d657995ebd902918ecb410e5d373de06263_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9720a885c669964be135fbcc55bfd5e9766841f6b11bb2c279ac030de9618ece_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02440d8ce569f4318b2110f8975fc4d0a93e6da6c5012882df9cbe77559a0a81_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02594f4e3bd44cf7d378a7fa0533d54b4365eb5317c282cf8295cdfb0ae5ddf8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3e5753abdfee794bd09cd51eda1c7634aa7630ea3f2a72ff40c3fcf5661e58c1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ea8145a89efceb27b579a5f79c37c7457d141a0eb38b2de5c82ced07879539d1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a1aa9421f9d52c8bb918e1b3c9daac3e1a076e70e003a58462b62f0a91fbf795_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d4dd77443d486829650aaee412b58df2c5fcd995bf2c493a22dc1cc705d270a1_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d689dbabc1df0ca42e7eceba17ff474f9e6a30474f7cca15970a5ee7fb870a72_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fea791f1b353cb84039498653a7b7daadebd460631446fae5f05d1ca8e85dace_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:100ffa84c55a87981f50fa5fcdfb5a5daad0eea01d0bc14abdbc959ca0a1ff92_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2e646fe351c1dfb3650d0b67694f5cb89fb7aae85c9b8edd356f54f40b9e9fb3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4a45ec0f50d9cec050f1c99dd33d288ba8f9e8dd1a71c2870eb5e799a42e411e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:60be3446f54ba3c5f93c5c4bf1de44d7e9ca3049abb6ab910f8e62e671a80d44_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:90b36fe8a88dddddcd584cf06ddbde8b74e9d7a78f9f51b77d7d2480ed45ed79_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d69ebc6a9d6bd6f8f75d933ee0f7893b285fb24e994bffc35514ff5211ce68b1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:da6ed87ee2d899e3fe9c6e8b08bcd44cf11e1b1563972ca4aeb3e8bc806a1d2c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fdea5b85efe39b635685d506a4416115d546a9f56e87903650b5e51bec6a10bd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:47ded0bc14992d79c073e4cd541279def7e44d8ff586a5cc1676edabdd86c13b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:642eb8c1bf4631b969d0ebf3a0755f566236ce7b5534fab78d531c76d5e802ad_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7189cc475748ddba6ff3f306320d55a840baa8f1da8a934d4500c49e6f675ea5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bc10db6a9f9c1a60744f49c1ed737bbbb8454eeff9fd00175b98872a1af17936_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:017359024215cf5a7b00bd31b8b797ca7f5f456d66a34ac12c44e53c1ab77fff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2635b651e023c9d4dd92d1897b4513947985256607f9d2dd8043cd7f5de3a765_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:542b1a4bf2fafae85c50eae7a182ffd3a3a07b2c234a00e4e6c639b1143b4b55_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9b3b5510e4cf6b4cb86bae86fbf36c1fccbdeaecfe009cf2e67cb9c1d7924ef4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:048f5dc4b9176a86e0d82447e036ddad890e58e49c8508cd74f8c297272c800f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:0a7e3fc4b1f892ea2e77c1f5d961507f0fcec7740f33d3e308904cdea1d3ce21_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:44db7037b872b0164497a603e99b7c5bf2bd9aaf31158e8a4e8bd03559584155_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:a8ffa384c6770ffe1bb9b7b8729501ef2c06199e0005b16e5dc432dd8d23c66f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:176081efde0e44254215af3f5091e64748c81d2bb29a1e7a64ed2879c6a7fbe3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:42ea798731bcee8b868ae15f9d45b8f0aaa91d1a4f7660c53ee08b070fe4c9f5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:85fd9925886227b53c26a3ed09604c408c49b8ddb9cf7efa2057335bec94803c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8b7b592c5ae05773897351d97fc9925e6904ed02a6ed49e4737f0f649b7eabe_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0d8537a8b89a087f59b9f0c413d9c8d6c77002ff0d9d8579d179291d3b6caee0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:14cc3a54f1ddd57ce5b80b6d111f0ca27f74b4321c9915d5ec1960318c71d752_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7dc1bda89f2fe70041f850dbb5dd3804e853961d2026c3880fd7255dd6e57b0e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:aac4600f524660e2351490cc7aa719ac2dc93193f64bff1178a04376bda57cee_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5449067a980b2d50b360b1aa1164fba67693402210111708ebaa00f0f93bfb55_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c8486459e2b80ee2706409e888070c9100938357621746215ad7871ab9ddb990_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d748caca6496019c594ae5aca825845658e1e8c5a1c062a02830aecd677ea1af_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dac9a4617348551eaefdf01ebf1770442c0bc07033fcbff203750ecaaef1161b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5143aae8d524363878300902b89dfb5f3420ce897bc36064fd021d23993432f1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:6fa81971ac5bc843a536eaf167cf5147e879c5447d7c1ec17cebe7ab85692317_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:bfa79bf705669231df1e59e373712f0b04ef2c0676ebfd901bd9879cef16236e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:cad2e37531b2ba165087ddbcbccf9cf167c4eaca5a3fba5f5f4bd943b8298678_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3538795f3effdfe84442141d83d0292447b4c43e3d68871afcd453f80e11fbff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:7da313ec91e1a9ff08a16ea2b0af0ed1ac73e40c4b629402bff19f183d45aef6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d9279ac3cea7e1e400e244624bd7ce53cbb6343d10872873e71dee20263d0e62_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e89a5c92caae6b72646e17535787d06f7640a47c59b0b4f418c7e48918736d60_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0ec6c9197060bf068f358283d64b9b877e97f072466244f9d147552a193fdae3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a5aa2eb87a3fc9c5160f5c37c50cb88cc0a77bbf4eebb298ee7883ecf47b456_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc1512a1ca871d5e21162430f028d7b7f2391e19cee9b3d6e253b6b6d03cc8e2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e8c2baac5dee142c4e84d01c731abbc200cf24a04201fd8690f0d47035958830_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9b45bdc374e248769add4b772aca63e25ff0baf8d490e64066bfa78405cf609e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bcb4f4b45a7d62927ee6589db9d31e9bfc87a13f3b0239649c9701b10d3dbd75_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c1c72b9d00d45dc90f97bd9c5263e6d385ee34f3a3f834909dd8b8eb28c3b15f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e15057d2878011a1142587df35dac65182dd4ec4c0f3c61055a73a23dfbd615c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3bef4d599101ae4c2162f47e89f5fbac89903db3f007bb425eed38e1d9b4d9cc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aee0556c560d2ef9f2ccf501302a373f15cdccc83ec2c6935c4ae6a2f25b63e0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ddc3c05d5daa3aeffe5629b7e2fedd5df301a3030f8f8c6acc3204b8fd7e0995_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f463811c1b1e6fc34934bb5a8151fa946acf321ab57f9901b3ee1b7f75546beb_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2abfe62de89fdd0697da63674373b1c8a2695846d8acab5f17a35fb38fbc23a4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7701f38b6702b4a9e6b49b3db83073475c33528d2529e63b1b98664bb7191906_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a23cd4945d2e1f9e1c194179fab9c388677fa1317e02a99eebc575e227064b79_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f2f194cdb1a14fe59e05455df10ebfe70edabd37ad605346b6258c5bda79d96e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9b04b0a1047813b35f6ef09e1fcf1e06b63946e0a3b3feaee3e081b0deed689b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bb521f2f97477b5b9851f6655f1738b620aefccaaa81cd303d17eb74ade7adb4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c8a1f9ce2dea4947e6cb460bb4b4ae7ab6bc5f816ca25f3405799d56c6ca48f3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d8f67c5b7b8903633485f67a76f88ea13855bbf95e92b651bddd15fa91458ebc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2c84af74e0937a0f3451054240ab7ae2d44c1b566339012ebec9e5b75d7a627c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:41ab25be6eb002ee921bf74c1049e07547328632d576e78fc45245177fe9ab84_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5b389b9b0acddd8ffe5e5c3f9d54321d061253f3f45b5b66b6dfa0181b73b87a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9afa17f9f4e4551369e891d405098219c071231ddab921dd32bb7bc66bb0b6a7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:0bd76e62d162ae823a34a766fccd9d339e3f550720d863b477273734ed1fdc39_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:dd17b1ffce727d9a74c3f64d65b72b03a5c8fed96e773665a078dfab33bd64c7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e8ed2c9324c2f5594f90b049e92f2fb3141dedcd99165e80e8bfe147c738adff_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f7f45f6d562bf699e0e45e134c7ab71701dc3994882cb82edce9356be7627ce0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:22dee3c01cf1deff68d73d76735e420d223ba0e75dba1e7ae224ac4e7b14ae79_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7134aa51e11a7d6b826068d03b9c90a518cd3cfccec0e3f06e57f5ed77daf6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7cdf9e85bfc54e4562176d63e1f2be56775dd761c6c0cbb80fbf888dd1ab43_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b72954ed888ded15f443784fe6a684b6e0d7782921efb788e242d987fcbf5388_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:63bf84966169bf2dcd8b8bfee3c478d9e61881ca007fdf3a8be4ba5cb1118211_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:697ada7f8e4bc8a881e2f1fa3a8402a2e96448f948befd465c59e03ced12c9d9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:85ed053619e39778d5a986255af37802ac46a26899c8a448abb139736db5e075_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:abe01f65affd92347d8097b3922e587548364d9680b74f767e9cbf139c996802_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:55102797bf884eef2d8b842ba8a5f2538f711622eab1c82b06941ec574b8f266_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9cca1a2d1a6f5a33257e8f790d180274f24a01c125a717ff79da8fa301e2f270_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a1f1be1027b54388f762951ab7983f18cfe37140efcf2c778a5d11d4740e8e9a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d65990c0adf148e94c1c0ec0730ac2a285b38eff128cdb2fac7f61af1514fd14_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2db5ea10de47829d4643fc525d9efe3815db59d5689c0febecf4fd722ad0528d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5dcf0a7d3c0b2062ea11867f5fd2a4ad56fe786b11c3095d76eeb4c844240a6f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:73b76f141fea3db7cf7df4e9b70443b37fc67790cc6986efdf53a32ea7360bbe_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:be3286f36b4c80969594af159ede49ee20ab5dfbbd890649c2c4249335714466_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2cb748becce8d80bfbb66e84f63e0f0a3cdee6d9bef3833eccca24132e9d0699_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:374211b6e69093447e90462693c45bcdf2ece57b033a419f13585d9a46df62a0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6047837c63bd707f994797af79267ec8bb5075b3fdd88c069b3acaa04ee2cb5c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d8c4afb75de3b6d432d4929f4d4fb6938617a794ca2ef2060b83a02588a1d0a3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3287f57d83e7becbcd3997ff2ade6e6b5a664fd08610464002229e0a116dfec8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8a58a72e372b4235b4751e08f10c97ef0798519e6b91595c234fc14089d7495b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9654a0a2b4549ab06e5422dc69872961c892e97032b18d913cc197dd3aa39f3d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9e9ecf8cb43e1819159bb8fc0eb5641b71663e110ff757e26d5549cf41075084_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4aa3e0ca4b5398fcaedd212506e222fd435f7a46c2eaeb7a49dc50f789cf13a3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5d094c8e18e42d662ac2f5ba16602c1513094c7dc547fbe3de562463c4096bce_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:67f85bffdf2db08fb27d52c6a0a8b615a4b9cd748d9a7e6126851d1bb27844ed_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7d4b6b9e67875889c95a5d126bcad0f6b98c148b85433180573f439a867d9e25_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3c0791290db50c5a925a80b371ba8bdf91f4fccce56397d12a989263a972bd02_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:654aece866efed516d69db0e47668dc85d3936e901aeabd098e07538aa3dc617_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7637a44a01d6c56f002120cf96228b6c68e92b4391d4b6efa1c81ff8e40eac0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dbc636494f53ee38eae00f243bdb92d187ec84654c280cc454f2b4febd7c22f0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:08f46b1d2114a3ab80bc7cd277859a4f84e870c2421b9e13370774deca0aebe3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0ea69bf7a80cc8c0810acf8c7aaf2cc1374d3b034065f1119ca33af3d1794cbf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:17e61f4a9148bc2e0fcea85c19c98eb8c2efb701bd21f8b63547dad13fc256ec_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:8b81413ad0f567583ebe4782344c22834c1781c5f7493c8a05b827f3f2a5e409_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6b348a4fae63bad66acacb5f0d03b8155246733e758f14208956c38c2bedaac0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96eb6b75d6a8ce22b199b8150e628a2a00c427ffc79b2fee2e24af1bf584bbcf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e0b17d193af2fd7e981c9908e01f2d840cc939e24bf1be19977beb85fa1159ad_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ed56ff21aa465143bc0d1c4f20803873dd07999229739b84ef7861683476b22f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0654b81d996d73c5b5b03310f314bf3bd6871b3bd4d1abe791cec9b7a3339719_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e294ee6e92049316f91ecad5987a24d7d3c06809d3db2ee3f9a41bb461bc220_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e3afa0bbd3ab3ed4acd6d0059765116e9ab56090313932bd063098d94f1c3b1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:929f235d156df0f59479d60379dab0d83d6fc662d9acf7ff050a520850ee0125_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:14b5ec9622b1a177ffe69a7c87b7797c06b283b26d5547828d3177f823074b5e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:52a47ec0685655243dfa60738842ba038719f2454b85024084de270736d06529_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5fea5bf035692313badd286c7d13564d48c34e3195bac3c74ae669607b5b5875_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fca2b0ceeb7e301640de2604932cfb2c386441e0d3b3b0e4a525f0a6b00f7cee_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2b85420da837c90d984c5945fae12321c8e6b6fa270768da6270f382194f2d4f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5e5a715049a34055fca9a4b36dab839573238385890678734f96d7ba776dadf9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6982d2c27206f15366ece47b40f4a6a2994c7acf5dbb94aa274c55a2216d0063_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a38c23c37dbf421c77c4f36758a105b790123d654f1c8b3419becfefedadd0e7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:021e3ef983d0ca18800e0fc390ad96f4b6f6b9c3ab784c6e74ebe2e7fd7b31d5_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1076cff5268f9fec09a760da243efbb72eb96645f838a746c4c4e28ae4feba33_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3eabe7ed8651b8dedc3a2c38a83527f224ba3b50088b3238e158048bb2ddd85c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c29274bf105ffdd07bb78270a6dc497fbfb699acce48c7c6b7b6ef32416eb20f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:71bae3f7d9ec2a469c8d69b9f67d27a0a98a26bc842cc8733442cabd43fe3c06_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b67943ce9e26423e0bf84f411d50f394a67a0f3368ff289e695f8819c4fa8c02_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d4c9ea28e8a716d6a46a42cd3b5efc82f42d456e21791c32369527ae82f643e0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e4c222d813696b8b3d4cef6982cc88ba3d4581ad6842b10510fb4c8130a82684_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4d789598c5dc7be91f05a8766dffccc377a71db2ea8c5cc563f396cae02326dc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:70267df26127761958bacff38fbeece08995608c2a24c7a3724495128ef2bef6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:84ea38804ec003ae82375c83ed4549163a2c932d6264eb64476e0ad175b4a4de_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:bfcf2ab8d6586fd6a8f08ec2fcc71f997800b8f459577c31e654f8ef9325fc42_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:49a412244c4d6b547d5b0ca9bcb041b1e3cabbc78f5234ce52b678207d83b3e3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:4d2e1fee9a43f8faf39b05a7d82ceac50094ebe972fd1fd85b1528961cf49478_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:564e888a319fcd9b1af19b18a4281c5a2c41bedfc3186fb3bb587a1e28954c0a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecb2d59766a1aaaf7cfbdf1e0b92ed025a18fd54acd41fbc63026b350c98a953_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:296a9379ce17e07df7008f1d35004477297a7ebdf9e3d51a50d71628d6ac68af_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:67f272ef9abe83f9cd959ce97e3d5c46ed6e118ca30f65fbad733384d228ebce_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c8b5246ba51213bb183e07d862b6d1f9b156e1d16b7656bd6ea061f9016e8ad5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ed375d4341175bfe6945ea8aab5208f375034307f6753cc726230629ab97a71f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:29e41d78f04e683ecb12ff2335b7205383670e7bcd2b1beec736261a93abd406_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8ac74d64736ed4788497e0d4d10226bfa212f6c0cc97ee63d7c61676698bc022_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:94a303f0dd0822b5d82509e3ff8af5887949ddaa0e3a91b9f94d0bdf4e1e267b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:95c3aff27109694e511c9e45d1132bc4de0fd636cde0855c9ef45f1a17f5ce7a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:16e2953831f686cd68012c8cdaea2b404c54c91050145b716ee8b0ffc5cf11bf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:91e3e3d331d92b90ea49a78531cd366201c5de278f56597d9dcbeae40f114754_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bb1ec078ef82180a6019d6e174c16a5a846e4cb8995753628db25a4ca0071474_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c33a11f1aa2fe38738663eb291e25503e2e6fc3cb5bd964e1a6f8db0475e29a8_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2606e2856430c12efdf947977a070de13c3f93d3f304608c411ed57b6de0c6c7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4dda7a5132b638230470f86622d84a7f0117280726ea52e3769c15f11b1dbbbe_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f3b4137b1beff722b9c1ec2e451577a22f44c47a6196139a39d4aff3a0386daa_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f688b554b17808b3aca13b4e6bb8a240401db6f6cc5805e98ebe71ff43dbf1a7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:07163bdf6c27b8066a5f1e8674a2120054c3daab1e8a0db8cd728f2b1ca0fa57_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:32956c0bb79239db914454aa82f94222c6f7a90be718e22bb80c4e75a45127f1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d877387429f09cf5fdf779e73200069c418e561f20a21815bd56fce1c1c4c73_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:9a64cc9623e5639b0e8ec8f5ad63a5ab83f92598abe541be09fceb37ba2fab23_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6d8e4146a7965b0a81984df7d0a2fc094c50e7010acb93e58510cedc8a42e687_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:764c1081056df81f61d6965869f9ba66d67f132d6c768c13f1b2c1c81d45ec6b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a27762ca5025270235002c90eed00d6d029d4b7103b5bd108eb527fc8e797f1d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f473c0c439be12fc83e9ebcef48a1a067a5f4a9cd581ca19ca34a3dd0b9fb79b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:6e95c6d3ba75f0655680a4e46b703aeceb57cc9ad072733bed1aeeca0e9b3508_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:ba23af1b9437640698b924bb0645013d7c08fd6121489b01b63f66156faa6588_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:01c4ac10b7061c77ef54bf337b8488722506d2a572d9da7d9a689b4c9ff7c225_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:67c19e36b3f264978073841b06d940efc3fe0546baabffdfb35c2e5a1989e96c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:add880787ab5dc1af04cbed51e2da0f6f630ee85387617987ec6d6d8e3a28009_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:d6acbf09fd11d29d0d715b96e60355a23deba955fb3ac6ebbcbdc29e6923d508_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:474e02e9e121dfe39458bdbee1f434d32fa29347f55386a4abcd3825c9235456_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a0e6d2e5adb8d9c223824f623bd7d391e33241fcbe281c54af8e3925af5781b6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c3fffbd0e1e6db3256029c6cff61bb64ba56625041ff86a9d46a895076877fff_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d253f116a2d1e2f033f47422230a0a4e8a9fce255d71e9140a0bcb6f255c09b6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0b41f824ade401523c3ff06e2dace98c8dda246f40e6a01a588dab6fcad09683_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4954d67caa517e2e2edec0e5d4b95610a31b82d5a86f9058cbe55193987da9d2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d1a37ce3fce40a5d5e3065b5a4be81a18fe2a6b81bd5d16ada65f2647fd8fd0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d395f05c26536703d44d06525efc0ac6203440e6576e8a1513c7e4ed8563ae62_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2224a1bb7f39feb0ee922a54a94d8dfa66e676caffc681f99227eafc0082b50c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:339b51d602e6c798949da55fc36b4e83d4b07909c97f004f8aebb5bb6f43268d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a7bc2291024185f39cde4d43057b17968cad18451fe8447b0ace526ee11bbcb4_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c171ac27f2bfd7846db274c1d2be8b39cdfed3afe59ab4fb01f903b5be3af443_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:45c70f4c6f15a25e1982efd6eee6930f16317ef4cebd11ffe2b5994b9ad8b200_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:938dfb864f0a9dd0116c5969eb1ca94f2e04b914c3ee56bc26ac33f90e2535c6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a4f095b9251baba737421c47566ac7329258b8ff22b0f131c5a941ad1b6caed5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:f7a4c6ab4dc050efd81ff5d7dee7569a55dd0cf96e6413c47770699f5fa02b6d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3a4f76a56b75c54966a76307c4fd647d854812bd22e55cb228c1e9b5aea67037_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:98110bc940b974dcbb8b0ea21c6b52bd96ecea62779f9665d3ac8dd03223905f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a7e47a89156ad39c7e5820cbc98a0b295ca1a3aaf6b72be3961c6d4eb0225831_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b6a273a6d68b36cd939b6bba836f657168526125327fb784c436c99848f49f7e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:26b6bffa3e11fabf11ec8176bb39ab3e301b3c5a85c1aec37142860ffac1fe5a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:301f5a73d9d839a999dbd3c9a7741ed3458ffb87426b7499364e6460850deeb5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:57eee4fc78405492c9a665c228d1f25c75f0390f75a73d5819aea7ebc2da6b4d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b10b625aa3fe5011c7fa9db3c95ba6d36c569fd6f6aa4ac3ff2431cbc103d362_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:11b59cdae58f57a02a4c8479266a50a1a5691f2e8e4382ea7ce96bc913ad4afc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1f11609dbe46602b2c11ea6c776cffc87ebf3fe2a1204f25bda85d9793d5cd60_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:28ca9310e14799c080a07935267ab4ecaf6fd1abadcb1e165deb46c81f2e731b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:56a619fe929b8a18bf1526bde6c9a86f12a1c0a43739d1a0d04c58920d3ac5d0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3bd696b964b694ec219c5776593bf4772dafcc3f43b973355913801929462557_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:4142674147742cf0ecad7223e02e88efb53e5a34ab820df5ea2f645a04219da8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7c59a7997fa95d2895620378a7e18f0074929b630c329ba3f03c72e43415364d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ff35fdf6dd3714c214394ff6f203815f23921af529bad0dc22abfa1d1680b333_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:15198ffc1a039f56e9cfe7ab35037c34a3864a83163576b65fb3e9f5aa8f1f3f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:4ab1c5859c4f54f225fe4d5555f3c2d1aafc520ce7a9197b040e06084da9a43b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7be609c48462446f215d9ae0326f1c76bc0b779cd08db391163c796106e7aeef_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f04c27be87ea23869192754c00d08badd40a106c2f66b86bf493455b3e3ceb09_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:42ce515a9496a89b6abef7a94b6fcea6880b2a9833900d54e1dd4044c9e2872e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5ab9133d7b6aa46227bca8a1c6ec2ec9233ebed8e62e41ff122dda627d4a7fcf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:94f82ddff9d44dfdce03af24a851c05cec4ceb161c5631ce6ce88dc8a9481271_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a7879d59a73d16ad9c237a597dfdbdbe06fd6d3e3de0c9396e342250778dbe08_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2f370ec13f448fc82d3f142cc8b6a559a4d62044631f4b394742652c4672f536_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:38471fb10545f0fd1f879ff8ded337bdb6919a929043727936d28c2153a78fb9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8e6c8d7186bfcc49c6ec64bf8bbaaee511f62cb5d14aec29bea364f90129d36e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e35c02d8101af5150e038572081ef775816f97c77ae24fec3826bef8c24837b4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:123714413da1487c02d182f1d355688d2f0fd63e0f82865dd962567bb9c81039_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:675b6754ba7e231a1725cf8338d536551497ed05e7f40435a2a3c98e411af84f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9eced45114ad75c3ca56d06028c836adaa713433bc49f6196533276f9645c58c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b203bacc4238f6cc6afaa7dcad119d126484235694dcc33a46edc4d002dc7f5b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4e68102ebe684da4477f443e32d69865b6fa28d398fbb76463c67d85739e3c2d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:6dd5107b14c1abce011367145d859456aeb03052ab831b4c548fa4fba0b269fb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8e6d6d3162ace273c1312c383de4e1f6ffe2d8e6d7b553b64e6ac460ac040c20_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:061699fecaf30d68ae3d41b89d812ea8144627d9ca9de83173fb33fa06e6b8f3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:33b4bb5c331675703e19ef96f3185b2d3cbcf4d0e37a6fabbeb5a8dc1f46df10_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b7e15475952a147e7d6d506ee9686c6c594d529b27e4086f49b0dfc1e237d640_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0465b162143273b73d2d1af7ea6f9654116a9b1cba8169028273185f2dfa1191_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5d1720d8067c33064ccfa16d47931fd18bdd3590f53023c2ec268ed9405d0983_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e99c8d382c503a7b1e25e6f72ef293496beab285d0a3453d09ca73fb58247163_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4e09db0d6efc9289a85cf5d4ced1d6a6a7f52168e44c366907a5d4ebd3e7d75d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:585c75fc909525ac0332764b66db33e6646e5e0b0a4d01d176be6dad70a7447f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:85df50114baa307e2b4192a46f80a292500401eaf41f45b071b23bc278562135_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:3ad0b56893a8ad865ef9de637c1f21a358aae5ed4adadae02db3c6d37db93422_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:56925cf35430409d4a59b4de3ea74d8e3779acf505872bcefa26e97418f7bc9b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:a928a27d2775d702a7b4888f87e770c93049b645b5878173d87d893288c0701a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c83836428568394e500de29f5e4b44fa4881f5b5813a8dcd42a5bd16b6bd2bae_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3fa694c3f2b9c05fcf2cb69f97d791fa46600ba1eebd67608b109586dac15e3c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:44006268f8f00b5dcc4737ce787d9221b50ad7af3e678ea6dea817a797512b4b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:6b7d13c5daddfeda27cc815f3fa02affd699ed626cc41775f78070cb8cab4f4f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bdd058e218fb99204c479f5cc33383634b184b1153a74c3333926e84f3e4bae1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:174dd5140764fb73bc002166fefbf8f897be7b295e10527410fee19338fe65d3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3f5a73689320e820972a39a40077926550f7864e2d1969a9352d3b833191086f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:df97ec11ed1fbf6397b6a62c85014c255b60c652c98ea439d1f47e62c6a0e4bd_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dff5a115ecbd046f3a1a60ce8d8518edd570922528a7ba56cb17716831eb6b09_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:11f56bb6bdf0069b7bea04e5051874cf879bff0ed36676dc521975eae8cf1bb5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1eb4aa5666fec327b24c011e1b7e726ecde7ba1942e0b8d9af38a65baa052985_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:77da9199e0922972da775122d60efaeeb4cb2cc464ff6855099fde770cfc01a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c56c801a4a9e11f7b9ee071dc9634fd6c43aaf04cdd6b048dd4ea1a623ba16a7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:5332d1051a8774d9d3ebd2f6df71f2ae36ff23fd32b28edb418c028dfa6be128_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ae444a4f4274431a8dfa075bb9c91fda502cbdbe971856f54ffb6a0d5deb08a3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:4148a39c8311d7050050debedbfa7454b53c3e00ae4d63cee7bc6da688af744b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:699c1abe44686141c985a530a8b3b864b3a1bf2c5c6645d68f7920b8f752c684_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:608159f89bf52fbe18bbdb1c48b679346ddac7d3ace7883c84494615a4ab7adc_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:d26f0f1adde0599a01c90d8b9e1e8690e6e532a380e7852e83cacc1e439b5424_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1ef42800334a0b6d395e1b1bc8e517e232713a4ee0e4591415c5347ea1352fb1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:23d11514c82b817c95564de1f0252dfcf753ca40cb154054c051b6bef078a960_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f5311dc740529f4f4c444fe33bd5731b0ff5d213620207f039af546a3c521226_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:14f9b0d4497da98ffed111c1266fd4e0b4a812f6b7ec37b95e5702438602ce33_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:4e6b6f1636a4300955a587155ee9063979e47cb387dfc1a85f3738b1cf25589f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:2cb5be04fd1145f054e994500608d1463f35a0fb87305e559ff71c972795d978_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:664dd8b515ac89b33051c38e00fabc4f2bd8c902f9fdd8df263b6cd6d0a0bc25_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:28e1a2e9d3850462c628b0bfaafac15d68def97b8c1c9387de58b1fb6d877f19_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5c60f40d38ebe6f95cfc0fa78fed9aa265fdf3aced888bf232445c2e76e4ed55_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d36d045c32e335933939150b36fd2f86599add415385560d3e10d4b74a704d89_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fa556b78fcc306b456576053e522d93e0c578807e220d3c562ea54cdbc2d1a92_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f9ea746b7bc2eb6cf1d82644d42d363d9343506f9091e8bc67740a06b382081_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:909ff0827690342dce5b4cf713327f3a8887a056951953c9aa639e916129e1ad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a8705dd5df6abd3d6931b298fe8e53cff0f8259547fa85446503b413b0ba19da_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:cabf1a3d4e2aab9e2273afa75bac084e93eb36a2801b91ea0d79982e9e7e5f2a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0b5cac582cea2ea2dee7d515f05bfedf2a5beff46ae6d5ca9626bbb36c94b865_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b920409f5635d704145bb8e1107a7c6f951976c44226a2083982443f67ce619b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d658355babb92069a73c35353c2fc0be4450517b3445d2387b4b0e3bd2b873d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f8036fe71f651189dda062ede40268c843ab07ad5b32e010250f9b6fe9234bb6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c5361be369c8e0194275ab97d18d52a095a5206888bc82d592f9f9ba28a34e91_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f6427aa92071d20df4e412376886d9831bb0cbb15c10216ebf2ac78de096b051_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5d5edceedc72d2ec62b24b6a60c278e4836829c78a0bcfeb20d87fefe501a39c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cd23e978bf90a7180245b04b5b0df939ba57e30ea13a2a759a5d04953eaafda0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:bccd28236b901759b08d5106786d262e482cbd1e3798c1392c9c6eda9956a5d6_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c096101efdd0dab71581c6e6506b9a6560c96979e2d439ca888d2c67860c1337_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7cf38584dd1c5c269f86d85b0488e9224ac989f985989b00ba718ccd5c1cda56_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b2a85daa27b4a10282c1365dfbb48a3224df6c2a47d6f5ed59c3c01f6035d443_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3643a11084c5df88b8dd9c8d7693b228f3a9d94f74aaeb4620aa458516c14e18_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:a6a1152188a6d2cab12133e497a5c29549fa0103dcde8f1bb530ce7a033033b5_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b6f91ba9a89207a2f84a8bb1343179bd74948644a8b1608c2a2d84dee9ad39b5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c21ea57e4b38cb47e5aacc58b218ed97cd4e6ef353d86442236cbe8852c6f648_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:56c61752133f5574587fefec75502e2a132871ed033a824f62519117ad0c4620_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5eee9a534fd647002e246ccc70b47a79737cbf604c5fa4519d10a8c66865e5a7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b1428b294b7752d6d56fa95d6630aad0b6d205991537ddc3274a7062c13df3dc_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c363dd15dc780181855ed7e8af09bf148d9e38d562cc54d90842f95ccecce36f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3978c02a12f2469999e833a2cd001a08741c4d9bd22ebe211bfdbac17563ddf0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8d20d5c213a86a2d9cf1d4e8ea351a70e2bc1e8864e7435baa701aef3b22441b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ad84f2d6f695c6c999a82e33cee9938544352a648c0e72adeaee0803289077c9_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d872bcf33f5d4d6f1a074bef0091e74de82b3b1a883b9004aa1f6193b84904fb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:027641f0d532c5d06663e838ddee798513282838efa12811ede36e1b8669949e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:198fbdb0d6d4bf699a9186c06c310e4eca0c3252ae8e0d64ea1c68d7b67c2bfe_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1a3fb2aa3ceac5c827d7cde1cc0296d6974663d3f5b4139390cb29dee2bbcc20_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:51a53812eecfb69e77afa538400463c7eb51710777e9d9573804d2d9eab5d307_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:19cdd4cd8546c53530e098641c6c83e2f38f05f2d046c6a9fddc3c8002a01fa1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:27b826d0ac202a4321d2d28bfe26376b405458781f04acd607c3a27bebe83651_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b1c377c3a99dc0a9a6a39dfccae28c7e5a11674342530a05b237a33117c980f4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b230c7f6c243ccfc43e6b50809f916d3247f8daad3c750220020ec4337b126a6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:42cfb65c46f9f63ae3227c0dd5ca2a0a11729ecfb2865f3a4443821a85f7c8d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6ca3200ace5f9b6c36c20185dfbac37ef4cfb171f3a99eb9c746e52031bf380e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a9edb90a7efaeaada322b051c1b4cda47df859fad20ed42574fbe0fa00d15324_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bf0602fddb6c09c5c20a33abf72b947cf7ec8de6ef68144d2f4b1a1a9ad906ba_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:13df2c323a0db01668777fb495bc342806443b5c0992fe7f9ede76a0e731e2b2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:8e564be7535e32f63ff7a84bb61b3586b16b07f4ab6db20b42340dd998f2e919_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:29b338177ad61fbe618240d520eb180c1faa54fcd4be63c0d2d16f5221c4d7c9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:97b5466389d9b1e4c54dce29bfb42e901ac2c4aa39edaf99c35f30a766d38b78_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:989cd4643516ba83c661cff6bb217cc25d502febc80344e08e90c6eef8d24088_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:adec59d5a5ca059167c1dab49e6e1e6363c1788833f2cbc2381cb7d88a98864b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f821e1e8479c74d1a672e049e187d68cc4845e7efb417e9e4e4fa99628f3ea99_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:4eef2a136a4fc3a9deb0c5999546aa8d498c3553107d1e0eda9d394b2f412169_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b31560936594f27a81750c2d73f97385d7b3ac87cfa7c75e1a4fc224243eb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:bb3bda07b0ab9cc97889a530b1da6d7eb3f7f9c8a98f9b867bb3a93da7694625_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d50f44b5a5797797b9595f99e3b24684908cc28d317ca00791bb6a7406e15636_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ec2e637888e698016d6df6cbf4be6d44e5a2f544e7b81884982e06ee632a9ed_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3c569b4e1ed989074b129cb91b307cfa10c8305b037b284b23bde4981f551238_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:4ddb2823de8624d7d45aa16adabddb92faed392e71c2d1a0b3e640be91b731f6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d3b7e9f39e5238f011f9328467c72a8cb8cf99d4bed7ac0593edb9ec5bbc90fd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:24e49f3b5ed9df72849a33dd7fbd4a0b01b8c3be79705d6e23ae48e3fd164133_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a9ce73e1f17b21b9bf2ecfa7e35f5d8e9c72620076bed594e217b870057185ca_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bc2fc4c0e55023974c90506cc14c51cf73741e9490632453687edf404b3c485c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ee9af4af02c40524e182fb1893b8bd59785be7d508111c5b0415f0caaadefcc3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:971256d54a4e10a29080f656d5de3b6281f27c77a40c0dc7352f1f05ab83eb11_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d4fc699ea35d0f1e96e825d2db3f21628e25589ba57c40ce771ed210aac5d588_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e3d0f624ec4e265daaed3072e9f9dc85668a917d49c96ebaa1c7bc05ca636197_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e47600e5f91aad639de386e422056d431450e5dc3560d30ad16b0b0bd240e371_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1cba0b4f393f1927ff5386a9b2ed74fed87a58e4b2d4a38f34fffedd30da14a0_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3b8bfd739f87585230904007f0b438b4bc9d79337f0e9038887bb7f297b681b6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9c7b3d916bac7900ed009cf82a03607fe68fb924805ea37e9950ff3fd6c73b44_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c0fe58445dbc3f94bb9a041ee4ac81d6e1ebef0eef6b2468c288be51d947555c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9c772d8d7af17818a38e2004fbdd7673bdaddea0c36daf239dfe65a49f78c212_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:acdda550e575dc7add42439a856726b3833c5d6d98dd9976f30be4b781a11a82_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b5be0c8ab080114879aafc5d2526924d32306ff545c06dba64c947ca68736f91_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bc413067c8cc3e6c40a9be4ea896d911cf6b3adbbbe4c8e85fcb243bbc7bc2ea_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4b39c2a3d10a1e059c3f52bbbad6df20e52e47a422119d51806b59bda8e7e97a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5f0f4b8edf205f47a263878372c0fc80e1531f3d197d882a83cc6a2bf980c277_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:78987fc04ce330fd8ffb8a96e1f25e8ece8360680bbbf4c8854f1ba1f598f2f6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a43046599cdb529aa9a2672b628a7495690b03379c7dd4ec7bd744b01793943d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:25b8603f08442f61b433250cb6f4839cf2cff118df56d1d7e12b3b09e859a278_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:912bcfa64c2dc40a0f8573e595001fdf9dd3280e4babb503198aa019c4c94dcb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9f84034243c6dc1341a059730c81b05bc6626b913524f8d854e7d13c59eb4d45_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d9683ec09f7d3d0c73eb626fa7132ea0d7f731893506437d76db27bef51ae518_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:13573ab2e748690c65900137ee67fa558a1938fc2c4d92deb6b308809a77dbc7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:279fef1862c07ed7b949895843d80c54180a704411df4bd4059135dab63900d9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7c527388a78edbc77d6a9db9ba9d5c8ddb302220d69734f4e0bfc26b63b3dcb1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e601bc25408a2eb5735db7d2595f969a59da9560516715ad781cff5e4a57f2cb_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:264fff5b66ca49266cfadcee9765ba0b34bccff8dfdb12e5444db97af4913095_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8f14a597769b040fed9d1c1d610b6023734dadee91cc28588b65efb25f6308ae_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:bf78d9a4afa92e68d8018283114bbc7fd11fe0a9b357b75a00395ad630ddde75_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dd57cd8ba112502a28c74d7f9e021035a061e1f51377ac0510dd02a303f14f37_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1e3163b559a137ca99141d0913759b5a92cf30e063f6ee2485983a486d97a066_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3038ed29c6dd5d46bf8d593c154537615b8d218bc43eb89dc099a546308c5b33_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6f5d8e50b9cf127af5334e0b1e97aa1bc466bb1ad8a1dcb2b6c3e7494bf5a1e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fa6736bee0e8806b00bf3b6d971e2de5ea49f3f2a89e8cc404d55a70e6f73720_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:09157be733606534b4788e13e47f647c427adb2d36031df979628d1e3d93b096_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2c52bc991f789cb2582b4fcd0fabd20b86b5893d9fcfbf6e9ebbb372cffecbe9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:611ab0d9521d88b9676bcf873b8aaa2fd385087814de0ab05c7c853fe98da20e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c6226a0f343e69d720fbc83ad01daedb925fc39d272df78fdacbd847fb075bcf_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:19425f8d71d7b67b74e76c5b770a5e3d918dfde9a9eb3e181c767b4489db01d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:39f0f3baf0bf65713633aeb91a80cd35779cce2b43e6faa70838e0a87bdb12cd_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:804965e59e0147de822be6cc464daa137e45c991e4ff00c7184b6fd8105eb781_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b9b4777d271c5ea81505111d169134181bd46169ccc05dc65f3b6e59f736d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1a6e143562b0618b3f5afb6d488e8bcca48d9b0b4f68dc70d77279643325ac52_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:22230fd972b50ad12367aa043fef070d0e580b71e874a0e3fc2f5aaf52839773_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3abe2be596ec79e32806af4d66a7350835433c11e8b053385ee6463e65f31d30_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bb8fb8cebadac019a3d8c7fb2338a56918ff39aeedd55318fcc7e7c6d60648a7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:28dc48f706edfe382aef8370f464836e99a307136561dff65f7e7e8b5dcf9a5e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:533846b923d36de2b953fd071f6f7ad38e60548e9ef1d3f704039bb69b59530f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:68d5b77732cb2c0b0cb9a7e6f4201570dd8134dcbb21019dfec4bfe1fadbad1a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6d20fc820b2b684137df0fe673dd4e98135ee6a8c39a660db8435be44160c4b5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:48568238316d40eaae138ec218e4d0fb6119c94d9014683bc25934210792500f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:1d1ba67b2ebee648e679f886122e649880437bed73cc62901f26e77087d1f72f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:627e8fa2665e8d19aea0b746867ce31b58cef207d6dea85228b175b96cc95dca_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7431114311d645b44e0f98c9a0e92e62a2c412a2b57dc47b52f1e4c5ae0baea7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a88a9aa0807380263b476e1e7491c9a4f36def3c403b43fdd30bab55f06e673f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e38292df09d0b5589b58f31c39ca74147011aafc1a51be00112856a7242cb80d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:67f16f35ae8e95b90d758bf617c953ffbd0f31d685b9f023c34e5de5c02d1d13_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ae42289a9ddca85918d07f71db7415d099e8544ead8ae73a0d79e600c1c0f067_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfcee1078c7f5425c41f8d3398ae512f2a07d156de7d6e92d24d7f5eb1eecff3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:eb851650658c10b1a102258af7b72aac6db36647d07ec4eac2bfce099ae68e67_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:74efd49cd2880e07cee9aa16b7615504fcd276e8606b7422ffe6a253636462c1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7ff9273c653a511408a49a0778e9584605b9d24e1069da8a77049f70e2bd5616_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ad02d1ed96a39fedea9588756c548817e8672b8fa6d3e16f1f53221e3e7d9157_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b10f0eaa64d49ea5763131b8ddd134da6771b835333a4f5ac9ffdaa13cbd08f9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6c75dc3551d30161fe15ddb87170bd7ac33cb19b242907e99a9f2b003659efc4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7cc7c37a8ce0bc5a1de200fa97525c35943d5fe789787d642c4a3079c251c4eb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dd8dfd22f1e93168de72dae9a266654563fd41d605c65b4bb15f20ec65fd53f6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:e651483d73deaf4125ae3c2729bd8a42b277df79a6ff056a99ee3e78e2164877_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6590ef2d757e5ac11ffacdf6de04ac112e96f4bc058b97aae1facfbc9bfb9317_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8bc45cb12c534a1dcaeef41b7ad0a4cd8ac0e3b0041aaa0cc3a9b917602ba5df_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:92e18d38fe9dfbf0e50933d15f4178cc149b3e4eb535ccf0fc0da030d758f435_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:9a77e03eab2a1992fcd1c0a1f1c978755e236843ee4472bb551968fb16568334_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:686e7784cda9016a460c9196a522f1fb510546cad343e26f510bea264ab9b515_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:77d58cca07f50ed35b30a97c24f66abf5fd5482be3c2a86df38b5d0e4b41e4b5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:a553758f4aecd97de2202ffc5d96370765e1f92a11fa4ca464ad13037d7c1a70_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d09813fbb679d41aece1f097ecf3797adf142242feb12769a604c37df1b6d80a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3a967546fc93fbe58afe72caa5892b712c5b96072d3cfccc1c7d9b27cc6fd6fd_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4d09ecbb6bc7010c93d65d8bae5a368326d1b52bb7f7410d30dd068b4b9c1aff_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:78a9ba8fadeb516fb48a37ad2abef78f57a09b5e701a31ca41e4bfefe493d781_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b44e2dd5cd2daac1ef6849feb0b313950e0616586fdcc843a051788fa071a4ff_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5d94083e84fbdaa57cd8723c20bfa1bf0d2eaa0cef52c662975b286785db8cb5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7662aeec067c8b3bd0203da4d87e0837eb624acc7dffab9c0eda8081d992fc55_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c95e0922aa74f51030c35cdf1ee704f01ece7b4ec53f361055f4cfc58e464bb9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e4ae1090a43cdf4a540f1a2cb376a93d2f74449ac44ba6d0484e4612579b3d43_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:48c47a452810fe65a21fa858b102a2e7d9469e1143c51857844a0a74ebf03661_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5ccd0d2687e836eea86fcdcfbc73c7bdced8bfe2050c466860306d246375f0b2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7fd64ebc835133fcf6fe9d286f18f790b12295dcd904d61cd255c97e49f216b5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e862f18a4bdd246891a49434389e8dae5d73a68aec6d548dd282f3c56396be98_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0772170993a9fc0531aa948ee3f4c83a8e530802f7d6fe246a0688026c050d27_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c1b6b3c81c49bd764dce7fcb732f14f378aad992c953cdac86872b4113e8168_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:307efea31da6d72e50def18e1c08bae9e05ac8991d90379280c15f69c93be375_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f366a95bf18554cb9b48af250be89970e4c6b1fadbb97543db8bc202eefe282a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:09b9a909358f49dc84cf863e418fa79a72c5f23ce05cbd4045b2c966147b4edb_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1ce1ac2cafe2162c4070a5b60087ecdc520db1e90a433183157c554f86a8bdcf_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2c984681915470552c6cf4dbd2c900d14f29d9a6632d7d937d2fbdf1cf16a5d6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b3809b2f792a8b57efc13591b88232ca2b83fd116ea1a6ce9c05ec39733bcfaa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c37ef0e5d795a727e79d2749570d7c42876e2884561857149a17793543b9fad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:45b239b4328e73574050498d8a59fae10b1788642bfd3fdfd487a59654f2395f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d0eac8a6dea99105af2917f089cc423a7c21820cdb7ea4a3f793381cd07f43f7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e9625244e5cf3f4fd7e6d69a8076069e24079672e2c4bc4df7733ef31c3aad9b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:25939a8eacf00a315bfaecb90901a20f2d314f186c1a23ee0814ca611866ed5e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3b3fe898a633924c2e0f803ca944cc63d99359966004c6aba6a05c446a0539dd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:55a048f1d9ac836497f7783369b5b582727df86cc64fe7df91c463db1fc0ff30_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:88990b2047d4ab9055afba0c6f8895f30a132c361722a1524bed1671527d99f9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4bab889d5262b3f891b99f0a521f6d4511641313cc1d3a5970cc2182c52e0fc2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4ddc6ce50e06c258b4f24827f1fe5577c4ceb5d68ad925a185dfac5b2b3a661e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7883c26d4640f30a8fbd635f5442fdb46625d727a1b2382220c454aeac081fe8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:955419c1ead9dbc1c2545f367907dd4b1e8133ea23ef65407341e9a505b1cd17_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:206e503ccabc3f5a01f11ea5026cb64ad6ae62adf2eb9044386efac6586cf332_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c2d2155a6d299536662cff9c5a8474680dc8d9c514b152e87421feac7cdcc22f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:e62baadcd61bdc045c205ce81a3b2b650be73e7b3a5dd5cb53ea4c2f8a181f0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fab5b1965457ca46faaf5d1e6882c17ac2f0e1db5017cc81ff4da8a9083cc838_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3e9733932088db40e1d1dc25250b68d83aae6fdaa33923c2593ffc6f10b84984_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:62ff6e225c6c72f9c9b0bb33014544d1e02a30ff9092c25fddf72d9ebc8782dd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:70259c080741f045c19c2dfb1fcd5069e9eb7e413294d855262975ae03e60b6a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a974b10609ceb50c391abab36ecaffb9c6ba62f66b246f529d8f7d1f038165a1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2a8daff0897cef178c43b00d43b3468a3ff9389ebf337533c771210ffc608bc3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4c7da9adb32c409132dfefa7ae79fe99d41b6f59c592eea234970279694951ff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a54253ba850cb357befc0173748523a1762858066023e04388c94c2d5caacfc9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d49affc20c2c397c1ed17de7d3a7fb98a3f66efe9f9bd4f4234c0832393df9b2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2321dd8c9cc505a677622c5cc680e4f3461c6bf1fa4267cdf7f39383967a0b3a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:582d0856a394c73d8faf8d1792a80ccd8c66d80cf65b9dfea344351d767132d3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:938cea3b81e1b74629b0bee65183b0800518b4b757175d34669fb25f6e5d802b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d8e3f695418674002c1dd252757415372d95b38f813a3d432abab774c7427b2e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:8fadf40fe968046de41a4a4c6f643d9077f4908a1e456d7da29e0b0c79f8431e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b7b73c5b17ad867eaf4066be6b2fb9a322677ec3265c0d1bde2e317f54f7accf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dd6c4a3b961b608a71122ddef308287483d90f3a153df4ebd00b4f85b46bd551_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f5e86e560d2dd575aa814329ad50a38ad4c7f3c111353e652e55aa5b58033f18_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:10015b131c57580e5edf1fa90b05b19482ea67ae3b588efb30da1cfb2061deda_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:99060fe9572cab596228b61e892ca9b571e3b740c4872ab55e3276d4ad65260b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5127b9d0570329e12a37d1c7e38a3ad9a1c990b7b0e1d3f3b31f5ae1146a518a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8403b335a511bc219b98b899e2cf4458347dfc67c8e15440801b1434f03ab555_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:8bd350665dfcfcd29e64a93a9c1b700817a99560dcc927a75c13cf22924a557d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b47afa8cdfbab90e0852af59ab14d95b430a2e94245aa9d1c65d1a592f44a90e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:15c698a4b3293ec372e1ceffaba0fb9360499514271d26c22cfb6cb39852f598_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:43344ef6148d5c76a10961d19b3bd83e219764cb53ac4f310a513bbe694fef6c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:084a185169e09b57b07073bc5c82bc741aeba187cd9cb33149c830af00cc6582_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:171aabed219e2a837afd87ec9dda95bd32b6f780a8c7116a6dba18533c07605d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:33926bd728bf4ecfa8146f2d55c05f151150d249b965ac4338cfa8a9acf642f4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c0709bc4da1e5574cf296180cfa6abce28c2b7ac105abd95535422abb090207b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4ef4397e1a1aa5b377ecab2fceb5c2eb15b526ae39bcd9299b45d9abe4bbbf31_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:852e6be5031cc90ccd9d02fcc66b59baa692d594e7ae95e68b8923732fa77b49_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bd9e30cdd5958003b7db73e8d871b448d208c099f3dc7e9df3ba56e6d476ea66_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fc61ea57eef9eb7f0bb091cc0815a81844d60c78f5824640e40096e8de8a02c6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2020b01fe0c8555a2cf070d5a9bf75691de4d8b775b4ac91032c92972ae6a424_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6c3b876e5fa5594ed92ed3d333ad1edd228611d67b060024511f8c6a53eeec92_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cb279e6a6181c4ab8025c6ee74497cd95e990aa02a03aa01c8e4ecb81718d231_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f6562421b9828dea833fc82160705ba8c0349531dca39eea94da4bb31b8d3468_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:44b8d7704e559a8fbde7bcd2d7b51cc025eb2b898c74497149f818473d6b7237_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6b3db54da066eff7abd8e8f58ae42163364355fb1fb5a166c3f90ef42024e24a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7bccca2d8db4038ed90d7c5d995bb2daf880b3d6aed320c6d6dc89c73c38170c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:afc464bfe9fb581e22275814fb3263ada3383b571ac4765507d2640470a8fa3a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:353292bd26a33c9a68fbb8351005fc3b65d1f0dc02c82887cdeb5d28beda1404_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:af382c36059c0c0d6e76b41eda8ae2055bf5717205754272edf126fe15737cc1_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ebd113dd73707e7e234669c4b52e7ad90c5aaa95d062fe7b2ec18ad63b942920_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f0b91324c63bdd9b1603e0bcd2e554e1d595168f9337a7c26d3834093b24f6e4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:23a74b9b847094d230ca89e8d43c924098aa5a8ad67bc02c4b11833c4620aba2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3a9adb54f0e11beb7e2f393c00ef6014f9c18796c36e47ff1f08807dee8a9e0b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:558cbb955c8d4de727f010f3fe97f285b6922f4845357cd979c22e9d6afda4dc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:64f0e85f122f8cef1a5b444095fb16f95b255865ab116cd59a4a541bb61cd09e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2b93d36104e2c99c09823ed5c6d12e25abf3dd07e20683640f99b687a45e9b6a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2bb2c4706037910e8045bf0127ddd9087d2c8ab9eeb09ceabe97b18dfe873c1a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3e5d6fe6f1f7a495efdb0a61dfde0d20def80759a215bc7097265c816e07919a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:efe7886379624399e04e4f213bf1f8b2baf1acf989823caa93ed8ba76ccf9372_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1b152d3df7256fa1d16dbc4edc991503bd90432e1c8408149603306e62a28a89_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a7c3fd07837a9c03ab834a0b46ba51b50c73037203ca4d12d8cb2a45f690e62a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c9aa9a181ad76c715b410ec6866d86f28923d2becc8438f3b56a381d7c668897_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e96b65f0caa9f23429318080d5812ddd5c233b881b6f460d944990000a6d7018_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37569639de1f8c36904366fe21657db1df3c26c03b8f9f974e0a87abe862c7b8_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8d27603330319790b463eba638816fec38ce5ce81e7cc2c113636939d713051b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9e9598797558cb0767f9bba75faaece26aadb56163f94ae2cc2c137645b5babd_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:cf8f8b11a984107f035ff28ba24ff3f6e1d10cd764ac472b94bb9e74d435a459_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:70e6484048faddf5f59bc7399fb22731d4134b6a6e2c2ad3b1e92bf26e5ca902_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:93c6c010543791ed57e08cd0630a7dc7903d7455d61686cdb0865b13fc52f44e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:cf50871759b51c4fd1f164c53ec8503379de265ff95b5f6bfcb15d3820722c78_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f296becb22727fbcfc0a2a4a91139dc782688f43f63396d645b03bf698b81ecb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:227f6cfcbd9f361dac87776c3b625a4ae91a7054a29a48c0aec491a786f81380_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4063848bcd02040ab2a26a1e77d643a8cc01373bc6467070f72f8cae62ad8bf7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7315ff02d1adefaf5e52dc2b87903cbeaa1ad7c30719ff6afd130d068ebcb429_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:c33effb47bad5780e4e0ed220647bd0741276ef5c19eea05014b528b91765efb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2883dc4d23d0c4ec9551a0818f5d5edfc708454b48333db179232b6f7bafb4cf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2909be49bc0471a0e2ab4e9172e4ce490b305b8e1fb86729b45af106f1ad5ac2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3b91df98133ad62ab43372695b3953c54d58e70c15eb7ae201b68d73088c0bb9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ea31f2ac734ef3cec4337ec6025a1cc01a2452ec124f102e5b1400a9ccfb05a6_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:2aaf1b270a589b2e9c907bc35b4a3706cca1508a06142dd3086411e046d7cd00_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:32b91a8b6cf6278fde2c8d33666748a905a8dcf290b6e16ef266857d4838d3c0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:fe8f645cd130c489a3454252abd64c554d583cbf984aa3e568ae9c4073fa0f03_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:9885e38ff9be6d7ae070a00b851232a29e739a870d32b2508ab9f34e56177bd5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2b7476cab5336d76457b1915e734ab8702c461af8ca4d9e474557ad8354f7065_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:4890f971ad6077addd93d4c7fd1e9ee46ef3634bf89ff5adee2a95ad7b7b3f12_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:afc7f162c9c1c3033316a984254b8a477d8eae5bbed9cb25257d54a54e1bb866_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:e9bc1798e5283c65ff1487ae78c1175395e051a6c13426d3e8d1b898469a3493_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/prometheus/prometheus: Prometheus: Information disclosure of Azure OAuth client secret via config API"
},
{
"cve": "CVE-2026-44990",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2026-06-12T21:02:24.911971+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:07716873e44d49ad177f8c572fe54cec7ddb819a70492e6bddf36ef2ea5e6449_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:288bb644cbb5e14b00d80e0b409c83644a59cbcb513d19025f8b97de61f2cbea_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a27a41e1a167568dc9bcd1f125ac624897d73bb6dca7be80d256432b35e4c6aa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fe9b92e8a052208c6eeac2ba816959ee8129cc0f68bc93bb0a1a2f940a49f4d8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:44ba1190dc20c3a99259ef0723be3c9e1c2d4f339ec4eb4f38a9375cefd60d2f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:48a700617f0d4ab9dd6b40cc27e9f602892037c10872c19c60f62a2a848e451e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9319978cb44eb1f26a7d82709c4ba7d9b6b0bdad78c6c6080bafb0933103bda2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e734fcb9ca41744ac9213327a775aeb0e01ea9974036908721b532ed2dfef923_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:10097712385ddd416b15237d2af20f86a0370f1d97125f1e8a0d25a7215f6751_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:40f8f7e1d72a0e70d96c1ff028cff7125ead621e89cf2f3c1cc5262a3aab65fe_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:50ff72eded21d210ea9c57c9f9b192cb6ca5efe781c5c5a9d2e1129e2eb7a248_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:f77b14655ac6137b53212c8ed526d6baf86d6d6332513416daa73a6dc468c832_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:76042ef2dea9a9316a7bb2a38923d0b670663803c75f5b8351b5e71d344b479c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a645a364226f6768df30645c15ffb8b7feb1932a96c3666cd2d8bbf71786fe88_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:afc4fea57ea3217712f10421cdc7ded66093dfd0d5cdf09120ec1200d696f332_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f70b291b3be37bcef36e4cd282cbd88f917dcc5e61e0ad6228b33b770656b8ca_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4cad4e954d5e9fce7e93ce3a81da34d58e01c38a5d6140cefa7eeeffa13e1431_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5c1598ad56e3f9cf5801a990b2d5d007632cadc69118dd15b771d8104893b722_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d18a7d5884e709f2440b7f85999c2351c0f74ba09b876a7c915a974ccfa3dea0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:ede11c7678a732b9ef9a763632c13e616a95cbabdb36baf0c5c48ca0d476c260_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:208703e1b4c8fd82b6cffc790affc4bb8966f6d95e5b5631d9fc7cd429d82242_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:40be47b6d5dedb587c54ea5f6ee763dc3007284e85cf75d9f48f4de83bff4f0c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bfe783bcda48a7678e776f99ab08f9d6cdf882432ae03c46593326bf8b57e714_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e43bd0884f4c1993cd516c3ea52d1f878a783f6a998a6dd3fe4a98ab11bd3e87_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0492b621d90ebddbab300b3bcb6979598f11380da79b32531f8978b26fe5edfa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2f4ffb0abe2bcc7b801658bb46ad9f397d7a3d11e8b2060859f5dee1625d7ea2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:30b0e4f82db1f3e39379b7aa792514aa726a0c485680b67351c593542c1b1127_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f0f3b27621a9276b1f4f9601b1b399eabbc165d74a4b4a20ebbccf6a36a8f98d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2d56871f80eb82c502cec2b901d3510ab482eea981f50cba4fea729c83f1897c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c169319f15a3e6ac9086e21438dac78a6b30f142c6d96d63c259e45f4b98c2ad_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cbb1706913eb430b86212f941bb32b066af04b431126af872899134a9e111ca2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:de56a4d37e6686cafc8591eb1f7520942036037ba5af21c286aea2d2fab95b2b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3e35e96ed5607d7229629ee64a3a7c942fb12da93a75e989f1fd9aa028e8fdcd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c045d9282bb2e3ccfdc19d09b76e81d622ad5c41750c960a066f9a735ce47a3a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d3c7bcca57a84397fa1932919a750ed7a002fd7f7be976152dd7c14d60feacd0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fc479e1b1d14c548ed9a783109fd978efba5363537b835a5d09fa8d0fa9f9068_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:0e22ab8f884e0095c3cb3efcb63f9f37d55b72cff37962f271fdf534deb469c1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:ab518543ee2455263fe748f1d2ab5fd1fcb87e03bdb241a1fe657c748e220e3d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:cf25049921f441dee72daf95b707da269c5ea7af7026674c42a7e3c8cc682e59_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:d5350fca926c7cabd8fa4e7749f0c2bd9bf90069a11ed96342cbaa0ccc16f889_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:41ec41da1569234037cfc2b9cefeadbdb4c1e45363dcc0b5f2acce2453ba3dd2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:bf2513f4ea2df4a781fa74ddc02c207133387318444f7027e6b62565e8af505d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb3cc6f050ccd3fae295639dd627bdf3ff5f08f66ef0fdefe24ab8260cfba983_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:efe54dbb00c22c7e9e4a6d7c40e52665823c5f94d4b7b03236edeb1d7a304f94_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:073ed3fb3dfb009b6ba476883da5421996c5c4f4119375c0c83b072571d935f6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:14b74e5080c191fe32bdd2a416c80cd94a0f30ea6d5f18faf7396c120c5907ea_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3c86e67143d2caced55d2dc470df15cd1659c5e16c7eb8af22183de1a3222901_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a6de5df300008dde127b655f67ba1c8e637bd6e67bc2c811c0d9e0ecfc3cb08b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05ef13e75b41891cd2774cf5243b11da290ae75f12ecd07239e580a5238036a5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7c5f6b71b68331d1cdff8b3273fc7cebb945d9c037fae5c2fe0666f84cafc928_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:c221dffd999b01fe10c83c1cf3e93ed9d49beb5f0f13e8e23261f44a07fd9342_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ea42eecab8a62b7896ffb697f402857a31807834a102986b3967faa70f63775f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:0123a42a6d10e21067ef4ed5ad7a39541529ff0157cb27443a95b0e5d88efc7b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:61e542fb10dc0e083f8889b0b94c3525f3882e5da701b8db31cc9be68d803ec9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:69eb532db9fac5d796148a421f1c0a95f03a84604fe40d5e5a3719c995b8d3c2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7bfdc577bd856e0cc690c86a8fc9928ed3d034d4d1455378c95293376a74b9c3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:023e336977c9e6f23a82083ada96020a26cfea384189b765e89d6acf7112957c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a0734ecbae0ba4ef8a6cf77d42383afe04fdf33eed2c0d1e34782f147c675581_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c64a9e77bb865dd5475a4022629d394ced47bfd9adb137f69e2dd7bfca2c5a29_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e90910e06037ec13a10bc176da5a516287ddc34ccdfcb36432f386f7b3895136_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2052fdaecd2f3807694fa17f35f03f84b5d8116ca56926b6d657f0594adcc4af_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:274df573eeb1919286472cfde2006716aaa62c65ad1a6fb82bc351e7292a51a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5f81d0322afa70edfd932cf1f80dc5a14ebb30f3f4cb0a4b9943859c3ef8a741_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c5f86407af14e6c3741e75068ebe79aea7c7d1a73ca87fc97128c53139dc8748_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:11009d76f2fc73fb88ad8650914948e04e30d4096420d00a4e6b1f2f82bb2a48_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:464e2bac04048cdd010a9625e6657c9f823ebadd624fd71191ee978520874528_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:4a6beae013e9de12cd8b0a39e9e7488f51b97b3f295e14d773eb28c5df9d6743_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a2f765f47a9fbb2acbbf3b00c2d62d7df283546b7485e7631116fe824cb589a5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:82953c91b88971066d4d605174664863cb062a6f7da286754aa4f05c11a69bc4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8adf05874d8cc6284cb4566506787161305d95ba4c318f070e01960939526d59_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b0127947224f18d500d967398c5008737df32168d2db50f1f87554e149328d71_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:c25b7a4bba9a988a6b7daa4eaa8608df78b927d1d454aac7757f18e3b6c78d86_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1f6a0d8476232a85b5d18ef9ce148135b69a4abdc45952f6ad0eaf41604e05f8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2989730daa53d788a9e1be03bf922a07c1111ee8559bdef63d058be6fd5f3fc7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c0cac6ae1322cdf12df3c55948bcfead52641aa95a57dcdea97401ae01c1860_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:adf166a8095fd21a818265c01776b94e25cea102a98de6875352cdc47fba933b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:67f12e5ce45f173e79229f506b92915943d263ca0adaa31a027cb7245d7a076e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6b91bbe18861c83c79693a155979f3cc56162624412eef4c57c52cfedfb38475_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b2bb582913e9dedea9f2eb41f1568fa8f0fccce2e56be4f666ff41f3698dc147_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d35f97d205f82d6ffa260582fc6dce2fe0fcc3719ae0e19e85e06e7ab629021e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:03ce535e7bb582ca85793c8155f38ff9f73231e7cf5af4ce223ea89d4d2eeb89_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:605dbca994f47b04da902ae4b76744eaebe0d716a7a5fd3cb8e617db5dabb8c7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6b2582a7f534bb2716acaa72598b40f593897124fe03a5e6b2bea1e4c1a26d15_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d88f52e765c3f5fd4ad80f7364efe49e98ae927d82601d27105eb6ad0b484264_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:1305fefe98602549511b835fd1302eee6a4494c690d76964d89189c90f39627a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:325af02386526656111c663e6a206e755f2f30db00059078a0391d4af6cd95d2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6dcb4d60294895ba062bed0e9612ad7fecd7fd8d8cffdeee9bd65ffec1b20a63_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f492d67b16384267b9f65d20b769f93e3122f0957cec290a88a1b244c80e4b54_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:56cd8314cc9791e043cb4e5ace324013f4ce4c825fb5f9119b1a6c6871b76a3b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d6ff019bc8333893d6d5799927ffd9dbd02d0d388752a1ead6b8f85928fff4f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d7e525584c9b7492d8b989d2ad0b8ccdc4f244987f26b4aedfa7ab1097aa8ac_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:598dbc32cda4219d6a0442aee99096b77ddbea0148ac3260c9c37e00b13cba23_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e223d745233c048714d3ff7a04f8ee565aebeb0f5aead03e55dd9f305fe60cb2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:05fe3c8332c4626e356a2b8b33b235d605b8cfdf8b49a68475db687789a766e7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:64ea7652aa2f9f9ba58d56765ee0ffd7224d6534860d118c059c2c066bbf2142_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8673853d611d162bc12d1791bef2acdd4131a97b8a6e46961736724b69332db7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ee04f343f0bc1c58b1e016295990225bafab7b39a9c1a572b10cdc19076150ad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:4771678b9e18450e8e2a6ab991e844fb064749a0b09b089e54a802a7109c1ae7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:68c90482505c592a6393640c16467c1416f3175ba1273a284c3d0a9417e879ae_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:234bf4abb67f86a27d549a2d368d080a3671ab34786e26c6abbcdf58baccb034_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f330b931299e7c97298212e0514c55f9e086e2f33ab7e522d40d8e9df843ea11_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:123e1027c857bf3a084e45755736871b220117eb70d774a3b450f7d877e7d1a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:61d9a3fb3114cc2252a8ecb5b0339a5fcdef87cf962f285be72b164933afb857_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9426eef8c79d6e2c9cf5efb340257ef7dc7936b3369050776f4b45ed6603de37_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b693182419b2287a69a8bcb3bd3ef8d6e799b5e7aa9b5f25cca855995588e104_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cde3a4deb285f4ffb38be4443b3c09f33a44d8f2007bfde6f8766d371487bb80_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cfa458375e07e80969d9a9b3521c5983fd20f384b74f1080b865b618afd35f32_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:30a0f7d083fbf57d19fdebcba31bf52d257fda3eab13e1c8b856291f40278c4d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:7078670a28f19c15b118e3ff8d70afcd5e329a22eb6a44d3827f9554dbbee812_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:6d60dfdba0f6368f23bdb554da68f81e3d088677ce9748d2850ba8f2ecb0cbcd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b71a8dd592d2646c7b085b06edefe64be96e38113c3547a111a8d0201992b98c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d906f3f6f4740b50fd6266205b0b3f986b35ca7a64ac7b6c52cd7167d0cdab23_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e4969f9764190a2b46dc5c9c7375213c28518935d80c4e4570d122d231f53663_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:331e8f309349114252acd7fe42067ab2b7bc03abb6619f1df59c8fe907513d3e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fefc2125429189eb85f3c807ad8ba8896a48518f3dd7d93f94a091ec925e23f1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:8687825da05aa3fbdbf32fa82a739f58585d8d2564501deb0d3b97d67a4c431f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e5886c91ae307b14a848b0a571918a57a9d2d85805af6c6ac7a2404dc0308337_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:260b87efa1dfc71726aefc2feb8dfa83495aedfa6e95b0e86dd1ce0d246233cf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:49a1a91122fc6cc34cb21b6de67b8249f154aa8e2bfade0e50457c224fc3ca70_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:cdc02821294c7bd8b4de75b356ec0ec8b0745b0b409ae9481dc08c4d967b53ef_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:e52b5054a3c11b34c3bc3450d9be2628816575531a1435ce44652324ec020dc3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:64e73e3f7bc1f37f40ae235a7866ea7c881d67afe29b398edc6f15befa7f06cc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b4f0c23d7fadc3a15840607d9aa13327a3eda6272565f88be3691b74f16fa13b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9b5eda1037248996bff10033108d1dec27b8417730bd721d980b778e1cb4585f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c397e51c6d4de14ea1b6a41957a3fe5ae54115c1cbaf414c013035333824eca2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c72d9616c2bf94661a156840d39e3a42d4023598c5d647562874c453b44b72e9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fef61b2df388d1e5714b0f3293bb7878f1ff9ac64b0353284576fa0413000ce2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:267a8525fce7dcfc460052b97dc07532c927fcb27257b29f5e43e5475376bc42_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:886cef96ae99502afa35aa5cbe5a16a30d873e8c9c92d6bb3c748bb68877935c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9a68ca065607df1a4fd1a351041d799b2166b76ebbdf2c92a0fdbccd47015036_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c7a8842568f7ed4d4b1ceb0f507aa5a56d80ab213877507be04ab55f8fcb3a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1567f1a6c1a596e22674ad45cd1975c8667fb2317c84dd5944ccef58326239b2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:40dad16e2777a64a836355627be3aae4572a7ed6417ac39e0dca5f019eeaf471_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:800ffbe7a0007398e44945b2f3772d657995ebd902918ecb410e5d373de06263_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9720a885c669964be135fbcc55bfd5e9766841f6b11bb2c279ac030de9618ece_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02440d8ce569f4318b2110f8975fc4d0a93e6da6c5012882df9cbe77559a0a81_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02594f4e3bd44cf7d378a7fa0533d54b4365eb5317c282cf8295cdfb0ae5ddf8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3e5753abdfee794bd09cd51eda1c7634aa7630ea3f2a72ff40c3fcf5661e58c1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ea8145a89efceb27b579a5f79c37c7457d141a0eb38b2de5c82ced07879539d1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a1aa9421f9d52c8bb918e1b3c9daac3e1a076e70e003a58462b62f0a91fbf795_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d4dd77443d486829650aaee412b58df2c5fcd995bf2c493a22dc1cc705d270a1_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d689dbabc1df0ca42e7eceba17ff474f9e6a30474f7cca15970a5ee7fb870a72_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fea791f1b353cb84039498653a7b7daadebd460631446fae5f05d1ca8e85dace_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:100ffa84c55a87981f50fa5fcdfb5a5daad0eea01d0bc14abdbc959ca0a1ff92_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2e646fe351c1dfb3650d0b67694f5cb89fb7aae85c9b8edd356f54f40b9e9fb3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4a45ec0f50d9cec050f1c99dd33d288ba8f9e8dd1a71c2870eb5e799a42e411e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:60be3446f54ba3c5f93c5c4bf1de44d7e9ca3049abb6ab910f8e62e671a80d44_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:90b36fe8a88dddddcd584cf06ddbde8b74e9d7a78f9f51b77d7d2480ed45ed79_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d69ebc6a9d6bd6f8f75d933ee0f7893b285fb24e994bffc35514ff5211ce68b1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:da6ed87ee2d899e3fe9c6e8b08bcd44cf11e1b1563972ca4aeb3e8bc806a1d2c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fdea5b85efe39b635685d506a4416115d546a9f56e87903650b5e51bec6a10bd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:47ded0bc14992d79c073e4cd541279def7e44d8ff586a5cc1676edabdd86c13b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:642eb8c1bf4631b969d0ebf3a0755f566236ce7b5534fab78d531c76d5e802ad_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7189cc475748ddba6ff3f306320d55a840baa8f1da8a934d4500c49e6f675ea5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bc10db6a9f9c1a60744f49c1ed737bbbb8454eeff9fd00175b98872a1af17936_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:017359024215cf5a7b00bd31b8b797ca7f5f456d66a34ac12c44e53c1ab77fff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2635b651e023c9d4dd92d1897b4513947985256607f9d2dd8043cd7f5de3a765_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:542b1a4bf2fafae85c50eae7a182ffd3a3a07b2c234a00e4e6c639b1143b4b55_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9b3b5510e4cf6b4cb86bae86fbf36c1fccbdeaecfe009cf2e67cb9c1d7924ef4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:048f5dc4b9176a86e0d82447e036ddad890e58e49c8508cd74f8c297272c800f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:0a7e3fc4b1f892ea2e77c1f5d961507f0fcec7740f33d3e308904cdea1d3ce21_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:44db7037b872b0164497a603e99b7c5bf2bd9aaf31158e8a4e8bd03559584155_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:a8ffa384c6770ffe1bb9b7b8729501ef2c06199e0005b16e5dc432dd8d23c66f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:176081efde0e44254215af3f5091e64748c81d2bb29a1e7a64ed2879c6a7fbe3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:42ea798731bcee8b868ae15f9d45b8f0aaa91d1a4f7660c53ee08b070fe4c9f5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:85fd9925886227b53c26a3ed09604c408c49b8ddb9cf7efa2057335bec94803c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8b7b592c5ae05773897351d97fc9925e6904ed02a6ed49e4737f0f649b7eabe_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0d8537a8b89a087f59b9f0c413d9c8d6c77002ff0d9d8579d179291d3b6caee0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:14cc3a54f1ddd57ce5b80b6d111f0ca27f74b4321c9915d5ec1960318c71d752_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7dc1bda89f2fe70041f850dbb5dd3804e853961d2026c3880fd7255dd6e57b0e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:aac4600f524660e2351490cc7aa719ac2dc93193f64bff1178a04376bda57cee_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5449067a980b2d50b360b1aa1164fba67693402210111708ebaa00f0f93bfb55_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c8486459e2b80ee2706409e888070c9100938357621746215ad7871ab9ddb990_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d748caca6496019c594ae5aca825845658e1e8c5a1c062a02830aecd677ea1af_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dac9a4617348551eaefdf01ebf1770442c0bc07033fcbff203750ecaaef1161b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5143aae8d524363878300902b89dfb5f3420ce897bc36064fd021d23993432f1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:6fa81971ac5bc843a536eaf167cf5147e879c5447d7c1ec17cebe7ab85692317_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:bfa79bf705669231df1e59e373712f0b04ef2c0676ebfd901bd9879cef16236e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:cad2e37531b2ba165087ddbcbccf9cf167c4eaca5a3fba5f5f4bd943b8298678_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3538795f3effdfe84442141d83d0292447b4c43e3d68871afcd453f80e11fbff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:7da313ec91e1a9ff08a16ea2b0af0ed1ac73e40c4b629402bff19f183d45aef6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d9279ac3cea7e1e400e244624bd7ce53cbb6343d10872873e71dee20263d0e62_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e89a5c92caae6b72646e17535787d06f7640a47c59b0b4f418c7e48918736d60_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0ec6c9197060bf068f358283d64b9b877e97f072466244f9d147552a193fdae3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a5aa2eb87a3fc9c5160f5c37c50cb88cc0a77bbf4eebb298ee7883ecf47b456_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc1512a1ca871d5e21162430f028d7b7f2391e19cee9b3d6e253b6b6d03cc8e2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e8c2baac5dee142c4e84d01c731abbc200cf24a04201fd8690f0d47035958830_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9b45bdc374e248769add4b772aca63e25ff0baf8d490e64066bfa78405cf609e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bcb4f4b45a7d62927ee6589db9d31e9bfc87a13f3b0239649c9701b10d3dbd75_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c1c72b9d00d45dc90f97bd9c5263e6d385ee34f3a3f834909dd8b8eb28c3b15f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e15057d2878011a1142587df35dac65182dd4ec4c0f3c61055a73a23dfbd615c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3bef4d599101ae4c2162f47e89f5fbac89903db3f007bb425eed38e1d9b4d9cc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aee0556c560d2ef9f2ccf501302a373f15cdccc83ec2c6935c4ae6a2f25b63e0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ddc3c05d5daa3aeffe5629b7e2fedd5df301a3030f8f8c6acc3204b8fd7e0995_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f463811c1b1e6fc34934bb5a8151fa946acf321ab57f9901b3ee1b7f75546beb_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2abfe62de89fdd0697da63674373b1c8a2695846d8acab5f17a35fb38fbc23a4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7701f38b6702b4a9e6b49b3db83073475c33528d2529e63b1b98664bb7191906_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a23cd4945d2e1f9e1c194179fab9c388677fa1317e02a99eebc575e227064b79_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f2f194cdb1a14fe59e05455df10ebfe70edabd37ad605346b6258c5bda79d96e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9b04b0a1047813b35f6ef09e1fcf1e06b63946e0a3b3feaee3e081b0deed689b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bb521f2f97477b5b9851f6655f1738b620aefccaaa81cd303d17eb74ade7adb4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c8a1f9ce2dea4947e6cb460bb4b4ae7ab6bc5f816ca25f3405799d56c6ca48f3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d8f67c5b7b8903633485f67a76f88ea13855bbf95e92b651bddd15fa91458ebc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2c84af74e0937a0f3451054240ab7ae2d44c1b566339012ebec9e5b75d7a627c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:41ab25be6eb002ee921bf74c1049e07547328632d576e78fc45245177fe9ab84_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5b389b9b0acddd8ffe5e5c3f9d54321d061253f3f45b5b66b6dfa0181b73b87a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9afa17f9f4e4551369e891d405098219c071231ddab921dd32bb7bc66bb0b6a7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:0bd76e62d162ae823a34a766fccd9d339e3f550720d863b477273734ed1fdc39_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:dd17b1ffce727d9a74c3f64d65b72b03a5c8fed96e773665a078dfab33bd64c7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e8ed2c9324c2f5594f90b049e92f2fb3141dedcd99165e80e8bfe147c738adff_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f7f45f6d562bf699e0e45e134c7ab71701dc3994882cb82edce9356be7627ce0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:22dee3c01cf1deff68d73d76735e420d223ba0e75dba1e7ae224ac4e7b14ae79_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7134aa51e11a7d6b826068d03b9c90a518cd3cfccec0e3f06e57f5ed77daf6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7cdf9e85bfc54e4562176d63e1f2be56775dd761c6c0cbb80fbf888dd1ab43_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b72954ed888ded15f443784fe6a684b6e0d7782921efb788e242d987fcbf5388_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:63bf84966169bf2dcd8b8bfee3c478d9e61881ca007fdf3a8be4ba5cb1118211_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:697ada7f8e4bc8a881e2f1fa3a8402a2e96448f948befd465c59e03ced12c9d9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:85ed053619e39778d5a986255af37802ac46a26899c8a448abb139736db5e075_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:abe01f65affd92347d8097b3922e587548364d9680b74f767e9cbf139c996802_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:55102797bf884eef2d8b842ba8a5f2538f711622eab1c82b06941ec574b8f266_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9cca1a2d1a6f5a33257e8f790d180274f24a01c125a717ff79da8fa301e2f270_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a1f1be1027b54388f762951ab7983f18cfe37140efcf2c778a5d11d4740e8e9a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d65990c0adf148e94c1c0ec0730ac2a285b38eff128cdb2fac7f61af1514fd14_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2db5ea10de47829d4643fc525d9efe3815db59d5689c0febecf4fd722ad0528d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5dcf0a7d3c0b2062ea11867f5fd2a4ad56fe786b11c3095d76eeb4c844240a6f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:73b76f141fea3db7cf7df4e9b70443b37fc67790cc6986efdf53a32ea7360bbe_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:be3286f36b4c80969594af159ede49ee20ab5dfbbd890649c2c4249335714466_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2cb748becce8d80bfbb66e84f63e0f0a3cdee6d9bef3833eccca24132e9d0699_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:374211b6e69093447e90462693c45bcdf2ece57b033a419f13585d9a46df62a0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6047837c63bd707f994797af79267ec8bb5075b3fdd88c069b3acaa04ee2cb5c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d8c4afb75de3b6d432d4929f4d4fb6938617a794ca2ef2060b83a02588a1d0a3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3287f57d83e7becbcd3997ff2ade6e6b5a664fd08610464002229e0a116dfec8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8a58a72e372b4235b4751e08f10c97ef0798519e6b91595c234fc14089d7495b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9654a0a2b4549ab06e5422dc69872961c892e97032b18d913cc197dd3aa39f3d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9e9ecf8cb43e1819159bb8fc0eb5641b71663e110ff757e26d5549cf41075084_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4aa3e0ca4b5398fcaedd212506e222fd435f7a46c2eaeb7a49dc50f789cf13a3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5d094c8e18e42d662ac2f5ba16602c1513094c7dc547fbe3de562463c4096bce_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:67f85bffdf2db08fb27d52c6a0a8b615a4b9cd748d9a7e6126851d1bb27844ed_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7d4b6b9e67875889c95a5d126bcad0f6b98c148b85433180573f439a867d9e25_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3c0791290db50c5a925a80b371ba8bdf91f4fccce56397d12a989263a972bd02_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:654aece866efed516d69db0e47668dc85d3936e901aeabd098e07538aa3dc617_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7637a44a01d6c56f002120cf96228b6c68e92b4391d4b6efa1c81ff8e40eac0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dbc636494f53ee38eae00f243bdb92d187ec84654c280cc454f2b4febd7c22f0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:08f46b1d2114a3ab80bc7cd277859a4f84e870c2421b9e13370774deca0aebe3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0ea69bf7a80cc8c0810acf8c7aaf2cc1374d3b034065f1119ca33af3d1794cbf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:17e61f4a9148bc2e0fcea85c19c98eb8c2efb701bd21f8b63547dad13fc256ec_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:8b81413ad0f567583ebe4782344c22834c1781c5f7493c8a05b827f3f2a5e409_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6b348a4fae63bad66acacb5f0d03b8155246733e758f14208956c38c2bedaac0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96eb6b75d6a8ce22b199b8150e628a2a00c427ffc79b2fee2e24af1bf584bbcf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e0b17d193af2fd7e981c9908e01f2d840cc939e24bf1be19977beb85fa1159ad_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ed56ff21aa465143bc0d1c4f20803873dd07999229739b84ef7861683476b22f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0654b81d996d73c5b5b03310f314bf3bd6871b3bd4d1abe791cec9b7a3339719_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e294ee6e92049316f91ecad5987a24d7d3c06809d3db2ee3f9a41bb461bc220_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e3afa0bbd3ab3ed4acd6d0059765116e9ab56090313932bd063098d94f1c3b1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:929f235d156df0f59479d60379dab0d83d6fc662d9acf7ff050a520850ee0125_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:14b5ec9622b1a177ffe69a7c87b7797c06b283b26d5547828d3177f823074b5e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:52a47ec0685655243dfa60738842ba038719f2454b85024084de270736d06529_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5fea5bf035692313badd286c7d13564d48c34e3195bac3c74ae669607b5b5875_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fca2b0ceeb7e301640de2604932cfb2c386441e0d3b3b0e4a525f0a6b00f7cee_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2b85420da837c90d984c5945fae12321c8e6b6fa270768da6270f382194f2d4f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5e5a715049a34055fca9a4b36dab839573238385890678734f96d7ba776dadf9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6982d2c27206f15366ece47b40f4a6a2994c7acf5dbb94aa274c55a2216d0063_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a38c23c37dbf421c77c4f36758a105b790123d654f1c8b3419becfefedadd0e7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:021e3ef983d0ca18800e0fc390ad96f4b6f6b9c3ab784c6e74ebe2e7fd7b31d5_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1076cff5268f9fec09a760da243efbb72eb96645f838a746c4c4e28ae4feba33_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3eabe7ed8651b8dedc3a2c38a83527f224ba3b50088b3238e158048bb2ddd85c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c29274bf105ffdd07bb78270a6dc497fbfb699acce48c7c6b7b6ef32416eb20f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:71bae3f7d9ec2a469c8d69b9f67d27a0a98a26bc842cc8733442cabd43fe3c06_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b67943ce9e26423e0bf84f411d50f394a67a0f3368ff289e695f8819c4fa8c02_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d4c9ea28e8a716d6a46a42cd3b5efc82f42d456e21791c32369527ae82f643e0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e4c222d813696b8b3d4cef6982cc88ba3d4581ad6842b10510fb4c8130a82684_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4d789598c5dc7be91f05a8766dffccc377a71db2ea8c5cc563f396cae02326dc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:70267df26127761958bacff38fbeece08995608c2a24c7a3724495128ef2bef6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:84ea38804ec003ae82375c83ed4549163a2c932d6264eb64476e0ad175b4a4de_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:bfcf2ab8d6586fd6a8f08ec2fcc71f997800b8f459577c31e654f8ef9325fc42_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:49a412244c4d6b547d5b0ca9bcb041b1e3cabbc78f5234ce52b678207d83b3e3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:4d2e1fee9a43f8faf39b05a7d82ceac50094ebe972fd1fd85b1528961cf49478_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:564e888a319fcd9b1af19b18a4281c5a2c41bedfc3186fb3bb587a1e28954c0a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecb2d59766a1aaaf7cfbdf1e0b92ed025a18fd54acd41fbc63026b350c98a953_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:296a9379ce17e07df7008f1d35004477297a7ebdf9e3d51a50d71628d6ac68af_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:67f272ef9abe83f9cd959ce97e3d5c46ed6e118ca30f65fbad733384d228ebce_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c8b5246ba51213bb183e07d862b6d1f9b156e1d16b7656bd6ea061f9016e8ad5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ed375d4341175bfe6945ea8aab5208f375034307f6753cc726230629ab97a71f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:29e41d78f04e683ecb12ff2335b7205383670e7bcd2b1beec736261a93abd406_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8ac74d64736ed4788497e0d4d10226bfa212f6c0cc97ee63d7c61676698bc022_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:94a303f0dd0822b5d82509e3ff8af5887949ddaa0e3a91b9f94d0bdf4e1e267b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:95c3aff27109694e511c9e45d1132bc4de0fd636cde0855c9ef45f1a17f5ce7a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:16e2953831f686cd68012c8cdaea2b404c54c91050145b716ee8b0ffc5cf11bf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:91e3e3d331d92b90ea49a78531cd366201c5de278f56597d9dcbeae40f114754_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bb1ec078ef82180a6019d6e174c16a5a846e4cb8995753628db25a4ca0071474_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c33a11f1aa2fe38738663eb291e25503e2e6fc3cb5bd964e1a6f8db0475e29a8_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:07163bdf6c27b8066a5f1e8674a2120054c3daab1e8a0db8cd728f2b1ca0fa57_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:32956c0bb79239db914454aa82f94222c6f7a90be718e22bb80c4e75a45127f1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d877387429f09cf5fdf779e73200069c418e561f20a21815bd56fce1c1c4c73_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:9a64cc9623e5639b0e8ec8f5ad63a5ab83f92598abe541be09fceb37ba2fab23_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6d8e4146a7965b0a81984df7d0a2fc094c50e7010acb93e58510cedc8a42e687_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:764c1081056df81f61d6965869f9ba66d67f132d6c768c13f1b2c1c81d45ec6b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a27762ca5025270235002c90eed00d6d029d4b7103b5bd108eb527fc8e797f1d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f473c0c439be12fc83e9ebcef48a1a067a5f4a9cd581ca19ca34a3dd0b9fb79b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:6e95c6d3ba75f0655680a4e46b703aeceb57cc9ad072733bed1aeeca0e9b3508_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:ba23af1b9437640698b924bb0645013d7c08fd6121489b01b63f66156faa6588_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:01c4ac10b7061c77ef54bf337b8488722506d2a572d9da7d9a689b4c9ff7c225_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:67c19e36b3f264978073841b06d940efc3fe0546baabffdfb35c2e5a1989e96c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:add880787ab5dc1af04cbed51e2da0f6f630ee85387617987ec6d6d8e3a28009_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:d6acbf09fd11d29d0d715b96e60355a23deba955fb3ac6ebbcbdc29e6923d508_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:474e02e9e121dfe39458bdbee1f434d32fa29347f55386a4abcd3825c9235456_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a0e6d2e5adb8d9c223824f623bd7d391e33241fcbe281c54af8e3925af5781b6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c3fffbd0e1e6db3256029c6cff61bb64ba56625041ff86a9d46a895076877fff_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d253f116a2d1e2f033f47422230a0a4e8a9fce255d71e9140a0bcb6f255c09b6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0b41f824ade401523c3ff06e2dace98c8dda246f40e6a01a588dab6fcad09683_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4954d67caa517e2e2edec0e5d4b95610a31b82d5a86f9058cbe55193987da9d2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d1a37ce3fce40a5d5e3065b5a4be81a18fe2a6b81bd5d16ada65f2647fd8fd0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d395f05c26536703d44d06525efc0ac6203440e6576e8a1513c7e4ed8563ae62_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2224a1bb7f39feb0ee922a54a94d8dfa66e676caffc681f99227eafc0082b50c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:339b51d602e6c798949da55fc36b4e83d4b07909c97f004f8aebb5bb6f43268d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a7bc2291024185f39cde4d43057b17968cad18451fe8447b0ace526ee11bbcb4_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c171ac27f2bfd7846db274c1d2be8b39cdfed3afe59ab4fb01f903b5be3af443_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:45c70f4c6f15a25e1982efd6eee6930f16317ef4cebd11ffe2b5994b9ad8b200_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:938dfb864f0a9dd0116c5969eb1ca94f2e04b914c3ee56bc26ac33f90e2535c6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a4f095b9251baba737421c47566ac7329258b8ff22b0f131c5a941ad1b6caed5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:f7a4c6ab4dc050efd81ff5d7dee7569a55dd0cf96e6413c47770699f5fa02b6d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3a4f76a56b75c54966a76307c4fd647d854812bd22e55cb228c1e9b5aea67037_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:98110bc940b974dcbb8b0ea21c6b52bd96ecea62779f9665d3ac8dd03223905f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a7e47a89156ad39c7e5820cbc98a0b295ca1a3aaf6b72be3961c6d4eb0225831_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b6a273a6d68b36cd939b6bba836f657168526125327fb784c436c99848f49f7e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:26b6bffa3e11fabf11ec8176bb39ab3e301b3c5a85c1aec37142860ffac1fe5a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:301f5a73d9d839a999dbd3c9a7741ed3458ffb87426b7499364e6460850deeb5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:57eee4fc78405492c9a665c228d1f25c75f0390f75a73d5819aea7ebc2da6b4d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b10b625aa3fe5011c7fa9db3c95ba6d36c569fd6f6aa4ac3ff2431cbc103d362_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:11b59cdae58f57a02a4c8479266a50a1a5691f2e8e4382ea7ce96bc913ad4afc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1f11609dbe46602b2c11ea6c776cffc87ebf3fe2a1204f25bda85d9793d5cd60_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:28ca9310e14799c080a07935267ab4ecaf6fd1abadcb1e165deb46c81f2e731b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:56a619fe929b8a18bf1526bde6c9a86f12a1c0a43739d1a0d04c58920d3ac5d0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3bd696b964b694ec219c5776593bf4772dafcc3f43b973355913801929462557_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:4142674147742cf0ecad7223e02e88efb53e5a34ab820df5ea2f645a04219da8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7c59a7997fa95d2895620378a7e18f0074929b630c329ba3f03c72e43415364d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ff35fdf6dd3714c214394ff6f203815f23921af529bad0dc22abfa1d1680b333_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:15198ffc1a039f56e9cfe7ab35037c34a3864a83163576b65fb3e9f5aa8f1f3f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:4ab1c5859c4f54f225fe4d5555f3c2d1aafc520ce7a9197b040e06084da9a43b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7be609c48462446f215d9ae0326f1c76bc0b779cd08db391163c796106e7aeef_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f04c27be87ea23869192754c00d08badd40a106c2f66b86bf493455b3e3ceb09_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:42ce515a9496a89b6abef7a94b6fcea6880b2a9833900d54e1dd4044c9e2872e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5ab9133d7b6aa46227bca8a1c6ec2ec9233ebed8e62e41ff122dda627d4a7fcf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:94f82ddff9d44dfdce03af24a851c05cec4ceb161c5631ce6ce88dc8a9481271_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a7879d59a73d16ad9c237a597dfdbdbe06fd6d3e3de0c9396e342250778dbe08_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2f370ec13f448fc82d3f142cc8b6a559a4d62044631f4b394742652c4672f536_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:38471fb10545f0fd1f879ff8ded337bdb6919a929043727936d28c2153a78fb9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8e6c8d7186bfcc49c6ec64bf8bbaaee511f62cb5d14aec29bea364f90129d36e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e35c02d8101af5150e038572081ef775816f97c77ae24fec3826bef8c24837b4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:123714413da1487c02d182f1d355688d2f0fd63e0f82865dd962567bb9c81039_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:675b6754ba7e231a1725cf8338d536551497ed05e7f40435a2a3c98e411af84f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9eced45114ad75c3ca56d06028c836adaa713433bc49f6196533276f9645c58c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b203bacc4238f6cc6afaa7dcad119d126484235694dcc33a46edc4d002dc7f5b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4e68102ebe684da4477f443e32d69865b6fa28d398fbb76463c67d85739e3c2d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:6dd5107b14c1abce011367145d859456aeb03052ab831b4c548fa4fba0b269fb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8e6d6d3162ace273c1312c383de4e1f6ffe2d8e6d7b553b64e6ac460ac040c20_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:061699fecaf30d68ae3d41b89d812ea8144627d9ca9de83173fb33fa06e6b8f3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:33b4bb5c331675703e19ef96f3185b2d3cbcf4d0e37a6fabbeb5a8dc1f46df10_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b7e15475952a147e7d6d506ee9686c6c594d529b27e4086f49b0dfc1e237d640_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0465b162143273b73d2d1af7ea6f9654116a9b1cba8169028273185f2dfa1191_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5d1720d8067c33064ccfa16d47931fd18bdd3590f53023c2ec268ed9405d0983_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e99c8d382c503a7b1e25e6f72ef293496beab285d0a3453d09ca73fb58247163_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4e09db0d6efc9289a85cf5d4ced1d6a6a7f52168e44c366907a5d4ebd3e7d75d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:585c75fc909525ac0332764b66db33e6646e5e0b0a4d01d176be6dad70a7447f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:85df50114baa307e2b4192a46f80a292500401eaf41f45b071b23bc278562135_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:3ad0b56893a8ad865ef9de637c1f21a358aae5ed4adadae02db3c6d37db93422_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:56925cf35430409d4a59b4de3ea74d8e3779acf505872bcefa26e97418f7bc9b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:a928a27d2775d702a7b4888f87e770c93049b645b5878173d87d893288c0701a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c83836428568394e500de29f5e4b44fa4881f5b5813a8dcd42a5bd16b6bd2bae_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3fa694c3f2b9c05fcf2cb69f97d791fa46600ba1eebd67608b109586dac15e3c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:44006268f8f00b5dcc4737ce787d9221b50ad7af3e678ea6dea817a797512b4b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:6b7d13c5daddfeda27cc815f3fa02affd699ed626cc41775f78070cb8cab4f4f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bdd058e218fb99204c479f5cc33383634b184b1153a74c3333926e84f3e4bae1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:174dd5140764fb73bc002166fefbf8f897be7b295e10527410fee19338fe65d3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3f5a73689320e820972a39a40077926550f7864e2d1969a9352d3b833191086f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:df97ec11ed1fbf6397b6a62c85014c255b60c652c98ea439d1f47e62c6a0e4bd_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dff5a115ecbd046f3a1a60ce8d8518edd570922528a7ba56cb17716831eb6b09_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:11f56bb6bdf0069b7bea04e5051874cf879bff0ed36676dc521975eae8cf1bb5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1eb4aa5666fec327b24c011e1b7e726ecde7ba1942e0b8d9af38a65baa052985_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:77da9199e0922972da775122d60efaeeb4cb2cc464ff6855099fde770cfc01a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c56c801a4a9e11f7b9ee071dc9634fd6c43aaf04cdd6b048dd4ea1a623ba16a7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:5332d1051a8774d9d3ebd2f6df71f2ae36ff23fd32b28edb418c028dfa6be128_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ae444a4f4274431a8dfa075bb9c91fda502cbdbe971856f54ffb6a0d5deb08a3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:4148a39c8311d7050050debedbfa7454b53c3e00ae4d63cee7bc6da688af744b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:699c1abe44686141c985a530a8b3b864b3a1bf2c5c6645d68f7920b8f752c684_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:608159f89bf52fbe18bbdb1c48b679346ddac7d3ace7883c84494615a4ab7adc_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:d26f0f1adde0599a01c90d8b9e1e8690e6e532a380e7852e83cacc1e439b5424_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1ef42800334a0b6d395e1b1bc8e517e232713a4ee0e4591415c5347ea1352fb1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:23d11514c82b817c95564de1f0252dfcf753ca40cb154054c051b6bef078a960_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f5311dc740529f4f4c444fe33bd5731b0ff5d213620207f039af546a3c521226_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:14f9b0d4497da98ffed111c1266fd4e0b4a812f6b7ec37b95e5702438602ce33_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:4e6b6f1636a4300955a587155ee9063979e47cb387dfc1a85f3738b1cf25589f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:2cb5be04fd1145f054e994500608d1463f35a0fb87305e559ff71c972795d978_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:664dd8b515ac89b33051c38e00fabc4f2bd8c902f9fdd8df263b6cd6d0a0bc25_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:28e1a2e9d3850462c628b0bfaafac15d68def97b8c1c9387de58b1fb6d877f19_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5c60f40d38ebe6f95cfc0fa78fed9aa265fdf3aced888bf232445c2e76e4ed55_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d36d045c32e335933939150b36fd2f86599add415385560d3e10d4b74a704d89_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fa556b78fcc306b456576053e522d93e0c578807e220d3c562ea54cdbc2d1a92_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f9ea746b7bc2eb6cf1d82644d42d363d9343506f9091e8bc67740a06b382081_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:909ff0827690342dce5b4cf713327f3a8887a056951953c9aa639e916129e1ad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a8705dd5df6abd3d6931b298fe8e53cff0f8259547fa85446503b413b0ba19da_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:cabf1a3d4e2aab9e2273afa75bac084e93eb36a2801b91ea0d79982e9e7e5f2a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0b5cac582cea2ea2dee7d515f05bfedf2a5beff46ae6d5ca9626bbb36c94b865_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b920409f5635d704145bb8e1107a7c6f951976c44226a2083982443f67ce619b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d658355babb92069a73c35353c2fc0be4450517b3445d2387b4b0e3bd2b873d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f8036fe71f651189dda062ede40268c843ab07ad5b32e010250f9b6fe9234bb6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c5361be369c8e0194275ab97d18d52a095a5206888bc82d592f9f9ba28a34e91_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f6427aa92071d20df4e412376886d9831bb0cbb15c10216ebf2ac78de096b051_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5d5edceedc72d2ec62b24b6a60c278e4836829c78a0bcfeb20d87fefe501a39c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cd23e978bf90a7180245b04b5b0df939ba57e30ea13a2a759a5d04953eaafda0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:bccd28236b901759b08d5106786d262e482cbd1e3798c1392c9c6eda9956a5d6_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c096101efdd0dab71581c6e6506b9a6560c96979e2d439ca888d2c67860c1337_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7cf38584dd1c5c269f86d85b0488e9224ac989f985989b00ba718ccd5c1cda56_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b2a85daa27b4a10282c1365dfbb48a3224df6c2a47d6f5ed59c3c01f6035d443_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3643a11084c5df88b8dd9c8d7693b228f3a9d94f74aaeb4620aa458516c14e18_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:a6a1152188a6d2cab12133e497a5c29549fa0103dcde8f1bb530ce7a033033b5_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b6f91ba9a89207a2f84a8bb1343179bd74948644a8b1608c2a2d84dee9ad39b5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c21ea57e4b38cb47e5aacc58b218ed97cd4e6ef353d86442236cbe8852c6f648_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:56c61752133f5574587fefec75502e2a132871ed033a824f62519117ad0c4620_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5eee9a534fd647002e246ccc70b47a79737cbf604c5fa4519d10a8c66865e5a7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b1428b294b7752d6d56fa95d6630aad0b6d205991537ddc3274a7062c13df3dc_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c363dd15dc780181855ed7e8af09bf148d9e38d562cc54d90842f95ccecce36f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3978c02a12f2469999e833a2cd001a08741c4d9bd22ebe211bfdbac17563ddf0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8d20d5c213a86a2d9cf1d4e8ea351a70e2bc1e8864e7435baa701aef3b22441b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ad84f2d6f695c6c999a82e33cee9938544352a648c0e72adeaee0803289077c9_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d872bcf33f5d4d6f1a074bef0091e74de82b3b1a883b9004aa1f6193b84904fb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:027641f0d532c5d06663e838ddee798513282838efa12811ede36e1b8669949e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:198fbdb0d6d4bf699a9186c06c310e4eca0c3252ae8e0d64ea1c68d7b67c2bfe_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1a3fb2aa3ceac5c827d7cde1cc0296d6974663d3f5b4139390cb29dee2bbcc20_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:51a53812eecfb69e77afa538400463c7eb51710777e9d9573804d2d9eab5d307_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:19cdd4cd8546c53530e098641c6c83e2f38f05f2d046c6a9fddc3c8002a01fa1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:27b826d0ac202a4321d2d28bfe26376b405458781f04acd607c3a27bebe83651_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b1c377c3a99dc0a9a6a39dfccae28c7e5a11674342530a05b237a33117c980f4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b230c7f6c243ccfc43e6b50809f916d3247f8daad3c750220020ec4337b126a6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:42cfb65c46f9f63ae3227c0dd5ca2a0a11729ecfb2865f3a4443821a85f7c8d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6ca3200ace5f9b6c36c20185dfbac37ef4cfb171f3a99eb9c746e52031bf380e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a9edb90a7efaeaada322b051c1b4cda47df859fad20ed42574fbe0fa00d15324_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bf0602fddb6c09c5c20a33abf72b947cf7ec8de6ef68144d2f4b1a1a9ad906ba_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:13df2c323a0db01668777fb495bc342806443b5c0992fe7f9ede76a0e731e2b2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:8e564be7535e32f63ff7a84bb61b3586b16b07f4ab6db20b42340dd998f2e919_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:29b338177ad61fbe618240d520eb180c1faa54fcd4be63c0d2d16f5221c4d7c9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:97b5466389d9b1e4c54dce29bfb42e901ac2c4aa39edaf99c35f30a766d38b78_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:989cd4643516ba83c661cff6bb217cc25d502febc80344e08e90c6eef8d24088_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:adec59d5a5ca059167c1dab49e6e1e6363c1788833f2cbc2381cb7d88a98864b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f821e1e8479c74d1a672e049e187d68cc4845e7efb417e9e4e4fa99628f3ea99_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:4eef2a136a4fc3a9deb0c5999546aa8d498c3553107d1e0eda9d394b2f412169_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b31560936594f27a81750c2d73f97385d7b3ac87cfa7c75e1a4fc224243eb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:bb3bda07b0ab9cc97889a530b1da6d7eb3f7f9c8a98f9b867bb3a93da7694625_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d50f44b5a5797797b9595f99e3b24684908cc28d317ca00791bb6a7406e15636_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ec2e637888e698016d6df6cbf4be6d44e5a2f544e7b81884982e06ee632a9ed_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3c569b4e1ed989074b129cb91b307cfa10c8305b037b284b23bde4981f551238_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:4ddb2823de8624d7d45aa16adabddb92faed392e71c2d1a0b3e640be91b731f6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d3b7e9f39e5238f011f9328467c72a8cb8cf99d4bed7ac0593edb9ec5bbc90fd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:24e49f3b5ed9df72849a33dd7fbd4a0b01b8c3be79705d6e23ae48e3fd164133_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a9ce73e1f17b21b9bf2ecfa7e35f5d8e9c72620076bed594e217b870057185ca_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bc2fc4c0e55023974c90506cc14c51cf73741e9490632453687edf404b3c485c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ee9af4af02c40524e182fb1893b8bd59785be7d508111c5b0415f0caaadefcc3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:971256d54a4e10a29080f656d5de3b6281f27c77a40c0dc7352f1f05ab83eb11_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d4fc699ea35d0f1e96e825d2db3f21628e25589ba57c40ce771ed210aac5d588_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e3d0f624ec4e265daaed3072e9f9dc85668a917d49c96ebaa1c7bc05ca636197_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e47600e5f91aad639de386e422056d431450e5dc3560d30ad16b0b0bd240e371_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1cba0b4f393f1927ff5386a9b2ed74fed87a58e4b2d4a38f34fffedd30da14a0_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3b8bfd739f87585230904007f0b438b4bc9d79337f0e9038887bb7f297b681b6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9c7b3d916bac7900ed009cf82a03607fe68fb924805ea37e9950ff3fd6c73b44_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c0fe58445dbc3f94bb9a041ee4ac81d6e1ebef0eef6b2468c288be51d947555c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9c772d8d7af17818a38e2004fbdd7673bdaddea0c36daf239dfe65a49f78c212_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:acdda550e575dc7add42439a856726b3833c5d6d98dd9976f30be4b781a11a82_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b5be0c8ab080114879aafc5d2526924d32306ff545c06dba64c947ca68736f91_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bc413067c8cc3e6c40a9be4ea896d911cf6b3adbbbe4c8e85fcb243bbc7bc2ea_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4b39c2a3d10a1e059c3f52bbbad6df20e52e47a422119d51806b59bda8e7e97a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5f0f4b8edf205f47a263878372c0fc80e1531f3d197d882a83cc6a2bf980c277_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:78987fc04ce330fd8ffb8a96e1f25e8ece8360680bbbf4c8854f1ba1f598f2f6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a43046599cdb529aa9a2672b628a7495690b03379c7dd4ec7bd744b01793943d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:25b8603f08442f61b433250cb6f4839cf2cff118df56d1d7e12b3b09e859a278_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:912bcfa64c2dc40a0f8573e595001fdf9dd3280e4babb503198aa019c4c94dcb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9f84034243c6dc1341a059730c81b05bc6626b913524f8d854e7d13c59eb4d45_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d9683ec09f7d3d0c73eb626fa7132ea0d7f731893506437d76db27bef51ae518_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:13573ab2e748690c65900137ee67fa558a1938fc2c4d92deb6b308809a77dbc7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:279fef1862c07ed7b949895843d80c54180a704411df4bd4059135dab63900d9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7c527388a78edbc77d6a9db9ba9d5c8ddb302220d69734f4e0bfc26b63b3dcb1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e601bc25408a2eb5735db7d2595f969a59da9560516715ad781cff5e4a57f2cb_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:264fff5b66ca49266cfadcee9765ba0b34bccff8dfdb12e5444db97af4913095_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8f14a597769b040fed9d1c1d610b6023734dadee91cc28588b65efb25f6308ae_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:bf78d9a4afa92e68d8018283114bbc7fd11fe0a9b357b75a00395ad630ddde75_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dd57cd8ba112502a28c74d7f9e021035a061e1f51377ac0510dd02a303f14f37_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1e3163b559a137ca99141d0913759b5a92cf30e063f6ee2485983a486d97a066_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3038ed29c6dd5d46bf8d593c154537615b8d218bc43eb89dc099a546308c5b33_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6f5d8e50b9cf127af5334e0b1e97aa1bc466bb1ad8a1dcb2b6c3e7494bf5a1e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fa6736bee0e8806b00bf3b6d971e2de5ea49f3f2a89e8cc404d55a70e6f73720_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:09157be733606534b4788e13e47f647c427adb2d36031df979628d1e3d93b096_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2c52bc991f789cb2582b4fcd0fabd20b86b5893d9fcfbf6e9ebbb372cffecbe9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:611ab0d9521d88b9676bcf873b8aaa2fd385087814de0ab05c7c853fe98da20e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c6226a0f343e69d720fbc83ad01daedb925fc39d272df78fdacbd847fb075bcf_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:19425f8d71d7b67b74e76c5b770a5e3d918dfde9a9eb3e181c767b4489db01d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:39f0f3baf0bf65713633aeb91a80cd35779cce2b43e6faa70838e0a87bdb12cd_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:804965e59e0147de822be6cc464daa137e45c991e4ff00c7184b6fd8105eb781_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b9b4777d271c5ea81505111d169134181bd46169ccc05dc65f3b6e59f736d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1a6e143562b0618b3f5afb6d488e8bcca48d9b0b4f68dc70d77279643325ac52_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:22230fd972b50ad12367aa043fef070d0e580b71e874a0e3fc2f5aaf52839773_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3abe2be596ec79e32806af4d66a7350835433c11e8b053385ee6463e65f31d30_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bb8fb8cebadac019a3d8c7fb2338a56918ff39aeedd55318fcc7e7c6d60648a7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:28dc48f706edfe382aef8370f464836e99a307136561dff65f7e7e8b5dcf9a5e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:533846b923d36de2b953fd071f6f7ad38e60548e9ef1d3f704039bb69b59530f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:68d5b77732cb2c0b0cb9a7e6f4201570dd8134dcbb21019dfec4bfe1fadbad1a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6d20fc820b2b684137df0fe673dd4e98135ee6a8c39a660db8435be44160c4b5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:48568238316d40eaae138ec218e4d0fb6119c94d9014683bc25934210792500f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:1d1ba67b2ebee648e679f886122e649880437bed73cc62901f26e77087d1f72f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:627e8fa2665e8d19aea0b746867ce31b58cef207d6dea85228b175b96cc95dca_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7431114311d645b44e0f98c9a0e92e62a2c412a2b57dc47b52f1e4c5ae0baea7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a88a9aa0807380263b476e1e7491c9a4f36def3c403b43fdd30bab55f06e673f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e38292df09d0b5589b58f31c39ca74147011aafc1a51be00112856a7242cb80d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:67f16f35ae8e95b90d758bf617c953ffbd0f31d685b9f023c34e5de5c02d1d13_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ae42289a9ddca85918d07f71db7415d099e8544ead8ae73a0d79e600c1c0f067_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfcee1078c7f5425c41f8d3398ae512f2a07d156de7d6e92d24d7f5eb1eecff3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:eb851650658c10b1a102258af7b72aac6db36647d07ec4eac2bfce099ae68e67_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:74efd49cd2880e07cee9aa16b7615504fcd276e8606b7422ffe6a253636462c1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7ff9273c653a511408a49a0778e9584605b9d24e1069da8a77049f70e2bd5616_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ad02d1ed96a39fedea9588756c548817e8672b8fa6d3e16f1f53221e3e7d9157_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b10f0eaa64d49ea5763131b8ddd134da6771b835333a4f5ac9ffdaa13cbd08f9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6c75dc3551d30161fe15ddb87170bd7ac33cb19b242907e99a9f2b003659efc4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7cc7c37a8ce0bc5a1de200fa97525c35943d5fe789787d642c4a3079c251c4eb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dd8dfd22f1e93168de72dae9a266654563fd41d605c65b4bb15f20ec65fd53f6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:e651483d73deaf4125ae3c2729bd8a42b277df79a6ff056a99ee3e78e2164877_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6590ef2d757e5ac11ffacdf6de04ac112e96f4bc058b97aae1facfbc9bfb9317_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8bc45cb12c534a1dcaeef41b7ad0a4cd8ac0e3b0041aaa0cc3a9b917602ba5df_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:92e18d38fe9dfbf0e50933d15f4178cc149b3e4eb535ccf0fc0da030d758f435_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:9a77e03eab2a1992fcd1c0a1f1c978755e236843ee4472bb551968fb16568334_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:686e7784cda9016a460c9196a522f1fb510546cad343e26f510bea264ab9b515_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:77d58cca07f50ed35b30a97c24f66abf5fd5482be3c2a86df38b5d0e4b41e4b5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:a553758f4aecd97de2202ffc5d96370765e1f92a11fa4ca464ad13037d7c1a70_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d09813fbb679d41aece1f097ecf3797adf142242feb12769a604c37df1b6d80a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3a967546fc93fbe58afe72caa5892b712c5b96072d3cfccc1c7d9b27cc6fd6fd_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4d09ecbb6bc7010c93d65d8bae5a368326d1b52bb7f7410d30dd068b4b9c1aff_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:78a9ba8fadeb516fb48a37ad2abef78f57a09b5e701a31ca41e4bfefe493d781_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b44e2dd5cd2daac1ef6849feb0b313950e0616586fdcc843a051788fa071a4ff_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5d94083e84fbdaa57cd8723c20bfa1bf0d2eaa0cef52c662975b286785db8cb5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7662aeec067c8b3bd0203da4d87e0837eb624acc7dffab9c0eda8081d992fc55_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c95e0922aa74f51030c35cdf1ee704f01ece7b4ec53f361055f4cfc58e464bb9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e4ae1090a43cdf4a540f1a2cb376a93d2f74449ac44ba6d0484e4612579b3d43_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:48c47a452810fe65a21fa858b102a2e7d9469e1143c51857844a0a74ebf03661_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5ccd0d2687e836eea86fcdcfbc73c7bdced8bfe2050c466860306d246375f0b2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7fd64ebc835133fcf6fe9d286f18f790b12295dcd904d61cd255c97e49f216b5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e862f18a4bdd246891a49434389e8dae5d73a68aec6d548dd282f3c56396be98_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0772170993a9fc0531aa948ee3f4c83a8e530802f7d6fe246a0688026c050d27_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c1b6b3c81c49bd764dce7fcb732f14f378aad992c953cdac86872b4113e8168_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:307efea31da6d72e50def18e1c08bae9e05ac8991d90379280c15f69c93be375_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f366a95bf18554cb9b48af250be89970e4c6b1fadbb97543db8bc202eefe282a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:09b9a909358f49dc84cf863e418fa79a72c5f23ce05cbd4045b2c966147b4edb_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1ce1ac2cafe2162c4070a5b60087ecdc520db1e90a433183157c554f86a8bdcf_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2c984681915470552c6cf4dbd2c900d14f29d9a6632d7d937d2fbdf1cf16a5d6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b3809b2f792a8b57efc13591b88232ca2b83fd116ea1a6ce9c05ec39733bcfaa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c37ef0e5d795a727e79d2749570d7c42876e2884561857149a17793543b9fad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:45b239b4328e73574050498d8a59fae10b1788642bfd3fdfd487a59654f2395f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d0eac8a6dea99105af2917f089cc423a7c21820cdb7ea4a3f793381cd07f43f7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e9625244e5cf3f4fd7e6d69a8076069e24079672e2c4bc4df7733ef31c3aad9b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:25939a8eacf00a315bfaecb90901a20f2d314f186c1a23ee0814ca611866ed5e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3b3fe898a633924c2e0f803ca944cc63d99359966004c6aba6a05c446a0539dd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:55a048f1d9ac836497f7783369b5b582727df86cc64fe7df91c463db1fc0ff30_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:88990b2047d4ab9055afba0c6f8895f30a132c361722a1524bed1671527d99f9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4bab889d5262b3f891b99f0a521f6d4511641313cc1d3a5970cc2182c52e0fc2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4ddc6ce50e06c258b4f24827f1fe5577c4ceb5d68ad925a185dfac5b2b3a661e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7883c26d4640f30a8fbd635f5442fdb46625d727a1b2382220c454aeac081fe8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:955419c1ead9dbc1c2545f367907dd4b1e8133ea23ef65407341e9a505b1cd17_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:206e503ccabc3f5a01f11ea5026cb64ad6ae62adf2eb9044386efac6586cf332_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c2d2155a6d299536662cff9c5a8474680dc8d9c514b152e87421feac7cdcc22f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:e62baadcd61bdc045c205ce81a3b2b650be73e7b3a5dd5cb53ea4c2f8a181f0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fab5b1965457ca46faaf5d1e6882c17ac2f0e1db5017cc81ff4da8a9083cc838_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3e9733932088db40e1d1dc25250b68d83aae6fdaa33923c2593ffc6f10b84984_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:62ff6e225c6c72f9c9b0bb33014544d1e02a30ff9092c25fddf72d9ebc8782dd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:70259c080741f045c19c2dfb1fcd5069e9eb7e413294d855262975ae03e60b6a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a974b10609ceb50c391abab36ecaffb9c6ba62f66b246f529d8f7d1f038165a1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2a8daff0897cef178c43b00d43b3468a3ff9389ebf337533c771210ffc608bc3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4c7da9adb32c409132dfefa7ae79fe99d41b6f59c592eea234970279694951ff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a54253ba850cb357befc0173748523a1762858066023e04388c94c2d5caacfc9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d49affc20c2c397c1ed17de7d3a7fb98a3f66efe9f9bd4f4234c0832393df9b2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2321dd8c9cc505a677622c5cc680e4f3461c6bf1fa4267cdf7f39383967a0b3a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:582d0856a394c73d8faf8d1792a80ccd8c66d80cf65b9dfea344351d767132d3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:938cea3b81e1b74629b0bee65183b0800518b4b757175d34669fb25f6e5d802b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d8e3f695418674002c1dd252757415372d95b38f813a3d432abab774c7427b2e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:8fadf40fe968046de41a4a4c6f643d9077f4908a1e456d7da29e0b0c79f8431e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b7b73c5b17ad867eaf4066be6b2fb9a322677ec3265c0d1bde2e317f54f7accf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dd6c4a3b961b608a71122ddef308287483d90f3a153df4ebd00b4f85b46bd551_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f5e86e560d2dd575aa814329ad50a38ad4c7f3c111353e652e55aa5b58033f18_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:10015b131c57580e5edf1fa90b05b19482ea67ae3b588efb30da1cfb2061deda_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:99060fe9572cab596228b61e892ca9b571e3b740c4872ab55e3276d4ad65260b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5127b9d0570329e12a37d1c7e38a3ad9a1c990b7b0e1d3f3b31f5ae1146a518a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8403b335a511bc219b98b899e2cf4458347dfc67c8e15440801b1434f03ab555_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:8bd350665dfcfcd29e64a93a9c1b700817a99560dcc927a75c13cf22924a557d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b47afa8cdfbab90e0852af59ab14d95b430a2e94245aa9d1c65d1a592f44a90e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:15c698a4b3293ec372e1ceffaba0fb9360499514271d26c22cfb6cb39852f598_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:43344ef6148d5c76a10961d19b3bd83e219764cb53ac4f310a513bbe694fef6c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:084a185169e09b57b07073bc5c82bc741aeba187cd9cb33149c830af00cc6582_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:171aabed219e2a837afd87ec9dda95bd32b6f780a8c7116a6dba18533c07605d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:33926bd728bf4ecfa8146f2d55c05f151150d249b965ac4338cfa8a9acf642f4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c0709bc4da1e5574cf296180cfa6abce28c2b7ac105abd95535422abb090207b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4ef4397e1a1aa5b377ecab2fceb5c2eb15b526ae39bcd9299b45d9abe4bbbf31_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:852e6be5031cc90ccd9d02fcc66b59baa692d594e7ae95e68b8923732fa77b49_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bd9e30cdd5958003b7db73e8d871b448d208c099f3dc7e9df3ba56e6d476ea66_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fc61ea57eef9eb7f0bb091cc0815a81844d60c78f5824640e40096e8de8a02c6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2020b01fe0c8555a2cf070d5a9bf75691de4d8b775b4ac91032c92972ae6a424_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6c3b876e5fa5594ed92ed3d333ad1edd228611d67b060024511f8c6a53eeec92_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cb279e6a6181c4ab8025c6ee74497cd95e990aa02a03aa01c8e4ecb81718d231_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f6562421b9828dea833fc82160705ba8c0349531dca39eea94da4bb31b8d3468_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:44b8d7704e559a8fbde7bcd2d7b51cc025eb2b898c74497149f818473d6b7237_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6b3db54da066eff7abd8e8f58ae42163364355fb1fb5a166c3f90ef42024e24a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7bccca2d8db4038ed90d7c5d995bb2daf880b3d6aed320c6d6dc89c73c38170c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:afc464bfe9fb581e22275814fb3263ada3383b571ac4765507d2640470a8fa3a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:353292bd26a33c9a68fbb8351005fc3b65d1f0dc02c82887cdeb5d28beda1404_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:af382c36059c0c0d6e76b41eda8ae2055bf5717205754272edf126fe15737cc1_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ebd113dd73707e7e234669c4b52e7ad90c5aaa95d062fe7b2ec18ad63b942920_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f0b91324c63bdd9b1603e0bcd2e554e1d595168f9337a7c26d3834093b24f6e4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:23a74b9b847094d230ca89e8d43c924098aa5a8ad67bc02c4b11833c4620aba2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3a9adb54f0e11beb7e2f393c00ef6014f9c18796c36e47ff1f08807dee8a9e0b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:558cbb955c8d4de727f010f3fe97f285b6922f4845357cd979c22e9d6afda4dc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:64f0e85f122f8cef1a5b444095fb16f95b255865ab116cd59a4a541bb61cd09e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2b93d36104e2c99c09823ed5c6d12e25abf3dd07e20683640f99b687a45e9b6a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2bb2c4706037910e8045bf0127ddd9087d2c8ab9eeb09ceabe97b18dfe873c1a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3e5d6fe6f1f7a495efdb0a61dfde0d20def80759a215bc7097265c816e07919a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:efe7886379624399e04e4f213bf1f8b2baf1acf989823caa93ed8ba76ccf9372_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1b152d3df7256fa1d16dbc4edc991503bd90432e1c8408149603306e62a28a89_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a7c3fd07837a9c03ab834a0b46ba51b50c73037203ca4d12d8cb2a45f690e62a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c9aa9a181ad76c715b410ec6866d86f28923d2becc8438f3b56a381d7c668897_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e96b65f0caa9f23429318080d5812ddd5c233b881b6f460d944990000a6d7018_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37569639de1f8c36904366fe21657db1df3c26c03b8f9f974e0a87abe862c7b8_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8d27603330319790b463eba638816fec38ce5ce81e7cc2c113636939d713051b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9e9598797558cb0767f9bba75faaece26aadb56163f94ae2cc2c137645b5babd_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:cf8f8b11a984107f035ff28ba24ff3f6e1d10cd764ac472b94bb9e74d435a459_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:70e6484048faddf5f59bc7399fb22731d4134b6a6e2c2ad3b1e92bf26e5ca902_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:93c6c010543791ed57e08cd0630a7dc7903d7455d61686cdb0865b13fc52f44e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:cf50871759b51c4fd1f164c53ec8503379de265ff95b5f6bfcb15d3820722c78_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f296becb22727fbcfc0a2a4a91139dc782688f43f63396d645b03bf698b81ecb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:227f6cfcbd9f361dac87776c3b625a4ae91a7054a29a48c0aec491a786f81380_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4063848bcd02040ab2a26a1e77d643a8cc01373bc6467070f72f8cae62ad8bf7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7315ff02d1adefaf5e52dc2b87903cbeaa1ad7c30719ff6afd130d068ebcb429_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:c33effb47bad5780e4e0ed220647bd0741276ef5c19eea05014b528b91765efb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2883dc4d23d0c4ec9551a0818f5d5edfc708454b48333db179232b6f7bafb4cf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2909be49bc0471a0e2ab4e9172e4ce490b305b8e1fb86729b45af106f1ad5ac2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3b91df98133ad62ab43372695b3953c54d58e70c15eb7ae201b68d73088c0bb9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ea31f2ac734ef3cec4337ec6025a1cc01a2452ec124f102e5b1400a9ccfb05a6_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:2aaf1b270a589b2e9c907bc35b4a3706cca1508a06142dd3086411e046d7cd00_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:32b91a8b6cf6278fde2c8d33666748a905a8dcf290b6e16ef266857d4838d3c0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:fe8f645cd130c489a3454252abd64c554d583cbf984aa3e568ae9c4073fa0f03_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:9885e38ff9be6d7ae070a00b851232a29e739a870d32b2508ab9f34e56177bd5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2b7476cab5336d76457b1915e734ab8702c461af8ca4d9e474557ad8354f7065_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:4890f971ad6077addd93d4c7fd1e9ee46ef3634bf89ff5adee2a95ad7b7b3f12_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:afc7f162c9c1c3033316a984254b8a477d8eae5bbed9cb25257d54a54e1bb866_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:e9bc1798e5283c65ff1487ae78c1175395e051a6c13426d3e8d1b898469a3493_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2488565"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `sanitize-html` library. Under its default configuration, an attacker can embed malicious content within a disallowed `xmp` element. This vulnerability allows the attacker to bypass the HTML sanitization process, leading to stored Cross-Site Scripting (XSS). Successful exploitation can result in arbitrary code execution or information disclosure when a user views the affected content.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "sanitize-html: `sanitize-html`: Stored Cross-Site Scripting via HTML sanitizer bypass",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important flaw. The `sanitize-html` library, used in Red Hat products, is susceptible to a stored Cross-Site Scripting (XSS) bypass. Malicious content within a disallowed `xmp` element can be rendered as live HTML or JavaScript due to a sanitizer bypass in the default configuration. This can lead to arbitrary code execution or information disclosure when affected content is viewed.",
"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.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2606e2856430c12efdf947977a070de13c3f93d3f304608c411ed57b6de0c6c7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4dda7a5132b638230470f86622d84a7f0117280726ea52e3769c15f11b1dbbbe_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f3b4137b1beff722b9c1ec2e451577a22f44c47a6196139a39d4aff3a0386daa_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f688b554b17808b3aca13b4e6bb8a240401db6f6cc5805e98ebe71ff43dbf1a7_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:07716873e44d49ad177f8c572fe54cec7ddb819a70492e6bddf36ef2ea5e6449_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:288bb644cbb5e14b00d80e0b409c83644a59cbcb513d19025f8b97de61f2cbea_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a27a41e1a167568dc9bcd1f125ac624897d73bb6dca7be80d256432b35e4c6aa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fe9b92e8a052208c6eeac2ba816959ee8129cc0f68bc93bb0a1a2f940a49f4d8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:44ba1190dc20c3a99259ef0723be3c9e1c2d4f339ec4eb4f38a9375cefd60d2f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:48a700617f0d4ab9dd6b40cc27e9f602892037c10872c19c60f62a2a848e451e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9319978cb44eb1f26a7d82709c4ba7d9b6b0bdad78c6c6080bafb0933103bda2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e734fcb9ca41744ac9213327a775aeb0e01ea9974036908721b532ed2dfef923_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:10097712385ddd416b15237d2af20f86a0370f1d97125f1e8a0d25a7215f6751_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:40f8f7e1d72a0e70d96c1ff028cff7125ead621e89cf2f3c1cc5262a3aab65fe_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:50ff72eded21d210ea9c57c9f9b192cb6ca5efe781c5c5a9d2e1129e2eb7a248_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:f77b14655ac6137b53212c8ed526d6baf86d6d6332513416daa73a6dc468c832_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:76042ef2dea9a9316a7bb2a38923d0b670663803c75f5b8351b5e71d344b479c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a645a364226f6768df30645c15ffb8b7feb1932a96c3666cd2d8bbf71786fe88_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:afc4fea57ea3217712f10421cdc7ded66093dfd0d5cdf09120ec1200d696f332_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f70b291b3be37bcef36e4cd282cbd88f917dcc5e61e0ad6228b33b770656b8ca_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4cad4e954d5e9fce7e93ce3a81da34d58e01c38a5d6140cefa7eeeffa13e1431_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5c1598ad56e3f9cf5801a990b2d5d007632cadc69118dd15b771d8104893b722_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d18a7d5884e709f2440b7f85999c2351c0f74ba09b876a7c915a974ccfa3dea0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:ede11c7678a732b9ef9a763632c13e616a95cbabdb36baf0c5c48ca0d476c260_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:208703e1b4c8fd82b6cffc790affc4bb8966f6d95e5b5631d9fc7cd429d82242_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:40be47b6d5dedb587c54ea5f6ee763dc3007284e85cf75d9f48f4de83bff4f0c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bfe783bcda48a7678e776f99ab08f9d6cdf882432ae03c46593326bf8b57e714_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e43bd0884f4c1993cd516c3ea52d1f878a783f6a998a6dd3fe4a98ab11bd3e87_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0492b621d90ebddbab300b3bcb6979598f11380da79b32531f8978b26fe5edfa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2f4ffb0abe2bcc7b801658bb46ad9f397d7a3d11e8b2060859f5dee1625d7ea2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:30b0e4f82db1f3e39379b7aa792514aa726a0c485680b67351c593542c1b1127_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f0f3b27621a9276b1f4f9601b1b399eabbc165d74a4b4a20ebbccf6a36a8f98d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2d56871f80eb82c502cec2b901d3510ab482eea981f50cba4fea729c83f1897c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c169319f15a3e6ac9086e21438dac78a6b30f142c6d96d63c259e45f4b98c2ad_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cbb1706913eb430b86212f941bb32b066af04b431126af872899134a9e111ca2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:de56a4d37e6686cafc8591eb1f7520942036037ba5af21c286aea2d2fab95b2b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3e35e96ed5607d7229629ee64a3a7c942fb12da93a75e989f1fd9aa028e8fdcd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c045d9282bb2e3ccfdc19d09b76e81d622ad5c41750c960a066f9a735ce47a3a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d3c7bcca57a84397fa1932919a750ed7a002fd7f7be976152dd7c14d60feacd0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fc479e1b1d14c548ed9a783109fd978efba5363537b835a5d09fa8d0fa9f9068_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:0e22ab8f884e0095c3cb3efcb63f9f37d55b72cff37962f271fdf534deb469c1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:ab518543ee2455263fe748f1d2ab5fd1fcb87e03bdb241a1fe657c748e220e3d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:cf25049921f441dee72daf95b707da269c5ea7af7026674c42a7e3c8cc682e59_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:d5350fca926c7cabd8fa4e7749f0c2bd9bf90069a11ed96342cbaa0ccc16f889_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:41ec41da1569234037cfc2b9cefeadbdb4c1e45363dcc0b5f2acce2453ba3dd2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:bf2513f4ea2df4a781fa74ddc02c207133387318444f7027e6b62565e8af505d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb3cc6f050ccd3fae295639dd627bdf3ff5f08f66ef0fdefe24ab8260cfba983_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:efe54dbb00c22c7e9e4a6d7c40e52665823c5f94d4b7b03236edeb1d7a304f94_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:073ed3fb3dfb009b6ba476883da5421996c5c4f4119375c0c83b072571d935f6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:14b74e5080c191fe32bdd2a416c80cd94a0f30ea6d5f18faf7396c120c5907ea_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3c86e67143d2caced55d2dc470df15cd1659c5e16c7eb8af22183de1a3222901_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a6de5df300008dde127b655f67ba1c8e637bd6e67bc2c811c0d9e0ecfc3cb08b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05ef13e75b41891cd2774cf5243b11da290ae75f12ecd07239e580a5238036a5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7c5f6b71b68331d1cdff8b3273fc7cebb945d9c037fae5c2fe0666f84cafc928_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:c221dffd999b01fe10c83c1cf3e93ed9d49beb5f0f13e8e23261f44a07fd9342_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ea42eecab8a62b7896ffb697f402857a31807834a102986b3967faa70f63775f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:0123a42a6d10e21067ef4ed5ad7a39541529ff0157cb27443a95b0e5d88efc7b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:61e542fb10dc0e083f8889b0b94c3525f3882e5da701b8db31cc9be68d803ec9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:69eb532db9fac5d796148a421f1c0a95f03a84604fe40d5e5a3719c995b8d3c2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7bfdc577bd856e0cc690c86a8fc9928ed3d034d4d1455378c95293376a74b9c3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:023e336977c9e6f23a82083ada96020a26cfea384189b765e89d6acf7112957c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a0734ecbae0ba4ef8a6cf77d42383afe04fdf33eed2c0d1e34782f147c675581_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c64a9e77bb865dd5475a4022629d394ced47bfd9adb137f69e2dd7bfca2c5a29_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e90910e06037ec13a10bc176da5a516287ddc34ccdfcb36432f386f7b3895136_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2052fdaecd2f3807694fa17f35f03f84b5d8116ca56926b6d657f0594adcc4af_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:274df573eeb1919286472cfde2006716aaa62c65ad1a6fb82bc351e7292a51a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5f81d0322afa70edfd932cf1f80dc5a14ebb30f3f4cb0a4b9943859c3ef8a741_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c5f86407af14e6c3741e75068ebe79aea7c7d1a73ca87fc97128c53139dc8748_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:11009d76f2fc73fb88ad8650914948e04e30d4096420d00a4e6b1f2f82bb2a48_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:464e2bac04048cdd010a9625e6657c9f823ebadd624fd71191ee978520874528_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:4a6beae013e9de12cd8b0a39e9e7488f51b97b3f295e14d773eb28c5df9d6743_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a2f765f47a9fbb2acbbf3b00c2d62d7df283546b7485e7631116fe824cb589a5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:82953c91b88971066d4d605174664863cb062a6f7da286754aa4f05c11a69bc4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8adf05874d8cc6284cb4566506787161305d95ba4c318f070e01960939526d59_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b0127947224f18d500d967398c5008737df32168d2db50f1f87554e149328d71_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:c25b7a4bba9a988a6b7daa4eaa8608df78b927d1d454aac7757f18e3b6c78d86_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1f6a0d8476232a85b5d18ef9ce148135b69a4abdc45952f6ad0eaf41604e05f8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2989730daa53d788a9e1be03bf922a07c1111ee8559bdef63d058be6fd5f3fc7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c0cac6ae1322cdf12df3c55948bcfead52641aa95a57dcdea97401ae01c1860_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:adf166a8095fd21a818265c01776b94e25cea102a98de6875352cdc47fba933b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:67f12e5ce45f173e79229f506b92915943d263ca0adaa31a027cb7245d7a076e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6b91bbe18861c83c79693a155979f3cc56162624412eef4c57c52cfedfb38475_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b2bb582913e9dedea9f2eb41f1568fa8f0fccce2e56be4f666ff41f3698dc147_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d35f97d205f82d6ffa260582fc6dce2fe0fcc3719ae0e19e85e06e7ab629021e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:03ce535e7bb582ca85793c8155f38ff9f73231e7cf5af4ce223ea89d4d2eeb89_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:605dbca994f47b04da902ae4b76744eaebe0d716a7a5fd3cb8e617db5dabb8c7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6b2582a7f534bb2716acaa72598b40f593897124fe03a5e6b2bea1e4c1a26d15_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d88f52e765c3f5fd4ad80f7364efe49e98ae927d82601d27105eb6ad0b484264_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:1305fefe98602549511b835fd1302eee6a4494c690d76964d89189c90f39627a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:325af02386526656111c663e6a206e755f2f30db00059078a0391d4af6cd95d2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6dcb4d60294895ba062bed0e9612ad7fecd7fd8d8cffdeee9bd65ffec1b20a63_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f492d67b16384267b9f65d20b769f93e3122f0957cec290a88a1b244c80e4b54_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:56cd8314cc9791e043cb4e5ace324013f4ce4c825fb5f9119b1a6c6871b76a3b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d6ff019bc8333893d6d5799927ffd9dbd02d0d388752a1ead6b8f85928fff4f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d7e525584c9b7492d8b989d2ad0b8ccdc4f244987f26b4aedfa7ab1097aa8ac_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:598dbc32cda4219d6a0442aee99096b77ddbea0148ac3260c9c37e00b13cba23_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e223d745233c048714d3ff7a04f8ee565aebeb0f5aead03e55dd9f305fe60cb2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:05fe3c8332c4626e356a2b8b33b235d605b8cfdf8b49a68475db687789a766e7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:64ea7652aa2f9f9ba58d56765ee0ffd7224d6534860d118c059c2c066bbf2142_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8673853d611d162bc12d1791bef2acdd4131a97b8a6e46961736724b69332db7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ee04f343f0bc1c58b1e016295990225bafab7b39a9c1a572b10cdc19076150ad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:4771678b9e18450e8e2a6ab991e844fb064749a0b09b089e54a802a7109c1ae7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:68c90482505c592a6393640c16467c1416f3175ba1273a284c3d0a9417e879ae_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:234bf4abb67f86a27d549a2d368d080a3671ab34786e26c6abbcdf58baccb034_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f330b931299e7c97298212e0514c55f9e086e2f33ab7e522d40d8e9df843ea11_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:123e1027c857bf3a084e45755736871b220117eb70d774a3b450f7d877e7d1a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:61d9a3fb3114cc2252a8ecb5b0339a5fcdef87cf962f285be72b164933afb857_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9426eef8c79d6e2c9cf5efb340257ef7dc7936b3369050776f4b45ed6603de37_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b693182419b2287a69a8bcb3bd3ef8d6e799b5e7aa9b5f25cca855995588e104_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cde3a4deb285f4ffb38be4443b3c09f33a44d8f2007bfde6f8766d371487bb80_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cfa458375e07e80969d9a9b3521c5983fd20f384b74f1080b865b618afd35f32_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:30a0f7d083fbf57d19fdebcba31bf52d257fda3eab13e1c8b856291f40278c4d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:7078670a28f19c15b118e3ff8d70afcd5e329a22eb6a44d3827f9554dbbee812_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:6d60dfdba0f6368f23bdb554da68f81e3d088677ce9748d2850ba8f2ecb0cbcd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b71a8dd592d2646c7b085b06edefe64be96e38113c3547a111a8d0201992b98c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d906f3f6f4740b50fd6266205b0b3f986b35ca7a64ac7b6c52cd7167d0cdab23_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e4969f9764190a2b46dc5c9c7375213c28518935d80c4e4570d122d231f53663_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:331e8f309349114252acd7fe42067ab2b7bc03abb6619f1df59c8fe907513d3e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fefc2125429189eb85f3c807ad8ba8896a48518f3dd7d93f94a091ec925e23f1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:8687825da05aa3fbdbf32fa82a739f58585d8d2564501deb0d3b97d67a4c431f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e5886c91ae307b14a848b0a571918a57a9d2d85805af6c6ac7a2404dc0308337_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:260b87efa1dfc71726aefc2feb8dfa83495aedfa6e95b0e86dd1ce0d246233cf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:49a1a91122fc6cc34cb21b6de67b8249f154aa8e2bfade0e50457c224fc3ca70_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:cdc02821294c7bd8b4de75b356ec0ec8b0745b0b409ae9481dc08c4d967b53ef_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:e52b5054a3c11b34c3bc3450d9be2628816575531a1435ce44652324ec020dc3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:64e73e3f7bc1f37f40ae235a7866ea7c881d67afe29b398edc6f15befa7f06cc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b4f0c23d7fadc3a15840607d9aa13327a3eda6272565f88be3691b74f16fa13b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9b5eda1037248996bff10033108d1dec27b8417730bd721d980b778e1cb4585f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c397e51c6d4de14ea1b6a41957a3fe5ae54115c1cbaf414c013035333824eca2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c72d9616c2bf94661a156840d39e3a42d4023598c5d647562874c453b44b72e9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fef61b2df388d1e5714b0f3293bb7878f1ff9ac64b0353284576fa0413000ce2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:267a8525fce7dcfc460052b97dc07532c927fcb27257b29f5e43e5475376bc42_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:886cef96ae99502afa35aa5cbe5a16a30d873e8c9c92d6bb3c748bb68877935c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9a68ca065607df1a4fd1a351041d799b2166b76ebbdf2c92a0fdbccd47015036_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c7a8842568f7ed4d4b1ceb0f507aa5a56d80ab213877507be04ab55f8fcb3a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1567f1a6c1a596e22674ad45cd1975c8667fb2317c84dd5944ccef58326239b2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:40dad16e2777a64a836355627be3aae4572a7ed6417ac39e0dca5f019eeaf471_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:800ffbe7a0007398e44945b2f3772d657995ebd902918ecb410e5d373de06263_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9720a885c669964be135fbcc55bfd5e9766841f6b11bb2c279ac030de9618ece_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02440d8ce569f4318b2110f8975fc4d0a93e6da6c5012882df9cbe77559a0a81_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02594f4e3bd44cf7d378a7fa0533d54b4365eb5317c282cf8295cdfb0ae5ddf8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3e5753abdfee794bd09cd51eda1c7634aa7630ea3f2a72ff40c3fcf5661e58c1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ea8145a89efceb27b579a5f79c37c7457d141a0eb38b2de5c82ced07879539d1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a1aa9421f9d52c8bb918e1b3c9daac3e1a076e70e003a58462b62f0a91fbf795_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d4dd77443d486829650aaee412b58df2c5fcd995bf2c493a22dc1cc705d270a1_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d689dbabc1df0ca42e7eceba17ff474f9e6a30474f7cca15970a5ee7fb870a72_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fea791f1b353cb84039498653a7b7daadebd460631446fae5f05d1ca8e85dace_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:100ffa84c55a87981f50fa5fcdfb5a5daad0eea01d0bc14abdbc959ca0a1ff92_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2e646fe351c1dfb3650d0b67694f5cb89fb7aae85c9b8edd356f54f40b9e9fb3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4a45ec0f50d9cec050f1c99dd33d288ba8f9e8dd1a71c2870eb5e799a42e411e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:60be3446f54ba3c5f93c5c4bf1de44d7e9ca3049abb6ab910f8e62e671a80d44_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:90b36fe8a88dddddcd584cf06ddbde8b74e9d7a78f9f51b77d7d2480ed45ed79_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d69ebc6a9d6bd6f8f75d933ee0f7893b285fb24e994bffc35514ff5211ce68b1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:da6ed87ee2d899e3fe9c6e8b08bcd44cf11e1b1563972ca4aeb3e8bc806a1d2c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fdea5b85efe39b635685d506a4416115d546a9f56e87903650b5e51bec6a10bd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:47ded0bc14992d79c073e4cd541279def7e44d8ff586a5cc1676edabdd86c13b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:642eb8c1bf4631b969d0ebf3a0755f566236ce7b5534fab78d531c76d5e802ad_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7189cc475748ddba6ff3f306320d55a840baa8f1da8a934d4500c49e6f675ea5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bc10db6a9f9c1a60744f49c1ed737bbbb8454eeff9fd00175b98872a1af17936_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:017359024215cf5a7b00bd31b8b797ca7f5f456d66a34ac12c44e53c1ab77fff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2635b651e023c9d4dd92d1897b4513947985256607f9d2dd8043cd7f5de3a765_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:542b1a4bf2fafae85c50eae7a182ffd3a3a07b2c234a00e4e6c639b1143b4b55_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9b3b5510e4cf6b4cb86bae86fbf36c1fccbdeaecfe009cf2e67cb9c1d7924ef4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:048f5dc4b9176a86e0d82447e036ddad890e58e49c8508cd74f8c297272c800f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:0a7e3fc4b1f892ea2e77c1f5d961507f0fcec7740f33d3e308904cdea1d3ce21_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:44db7037b872b0164497a603e99b7c5bf2bd9aaf31158e8a4e8bd03559584155_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:a8ffa384c6770ffe1bb9b7b8729501ef2c06199e0005b16e5dc432dd8d23c66f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:176081efde0e44254215af3f5091e64748c81d2bb29a1e7a64ed2879c6a7fbe3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:42ea798731bcee8b868ae15f9d45b8f0aaa91d1a4f7660c53ee08b070fe4c9f5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:85fd9925886227b53c26a3ed09604c408c49b8ddb9cf7efa2057335bec94803c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8b7b592c5ae05773897351d97fc9925e6904ed02a6ed49e4737f0f649b7eabe_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0d8537a8b89a087f59b9f0c413d9c8d6c77002ff0d9d8579d179291d3b6caee0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:14cc3a54f1ddd57ce5b80b6d111f0ca27f74b4321c9915d5ec1960318c71d752_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7dc1bda89f2fe70041f850dbb5dd3804e853961d2026c3880fd7255dd6e57b0e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:aac4600f524660e2351490cc7aa719ac2dc93193f64bff1178a04376bda57cee_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5449067a980b2d50b360b1aa1164fba67693402210111708ebaa00f0f93bfb55_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c8486459e2b80ee2706409e888070c9100938357621746215ad7871ab9ddb990_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d748caca6496019c594ae5aca825845658e1e8c5a1c062a02830aecd677ea1af_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dac9a4617348551eaefdf01ebf1770442c0bc07033fcbff203750ecaaef1161b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5143aae8d524363878300902b89dfb5f3420ce897bc36064fd021d23993432f1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:6fa81971ac5bc843a536eaf167cf5147e879c5447d7c1ec17cebe7ab85692317_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:bfa79bf705669231df1e59e373712f0b04ef2c0676ebfd901bd9879cef16236e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:cad2e37531b2ba165087ddbcbccf9cf167c4eaca5a3fba5f5f4bd943b8298678_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3538795f3effdfe84442141d83d0292447b4c43e3d68871afcd453f80e11fbff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:7da313ec91e1a9ff08a16ea2b0af0ed1ac73e40c4b629402bff19f183d45aef6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d9279ac3cea7e1e400e244624bd7ce53cbb6343d10872873e71dee20263d0e62_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e89a5c92caae6b72646e17535787d06f7640a47c59b0b4f418c7e48918736d60_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0ec6c9197060bf068f358283d64b9b877e97f072466244f9d147552a193fdae3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a5aa2eb87a3fc9c5160f5c37c50cb88cc0a77bbf4eebb298ee7883ecf47b456_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc1512a1ca871d5e21162430f028d7b7f2391e19cee9b3d6e253b6b6d03cc8e2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e8c2baac5dee142c4e84d01c731abbc200cf24a04201fd8690f0d47035958830_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9b45bdc374e248769add4b772aca63e25ff0baf8d490e64066bfa78405cf609e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bcb4f4b45a7d62927ee6589db9d31e9bfc87a13f3b0239649c9701b10d3dbd75_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c1c72b9d00d45dc90f97bd9c5263e6d385ee34f3a3f834909dd8b8eb28c3b15f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e15057d2878011a1142587df35dac65182dd4ec4c0f3c61055a73a23dfbd615c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3bef4d599101ae4c2162f47e89f5fbac89903db3f007bb425eed38e1d9b4d9cc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aee0556c560d2ef9f2ccf501302a373f15cdccc83ec2c6935c4ae6a2f25b63e0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ddc3c05d5daa3aeffe5629b7e2fedd5df301a3030f8f8c6acc3204b8fd7e0995_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f463811c1b1e6fc34934bb5a8151fa946acf321ab57f9901b3ee1b7f75546beb_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2abfe62de89fdd0697da63674373b1c8a2695846d8acab5f17a35fb38fbc23a4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7701f38b6702b4a9e6b49b3db83073475c33528d2529e63b1b98664bb7191906_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a23cd4945d2e1f9e1c194179fab9c388677fa1317e02a99eebc575e227064b79_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f2f194cdb1a14fe59e05455df10ebfe70edabd37ad605346b6258c5bda79d96e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9b04b0a1047813b35f6ef09e1fcf1e06b63946e0a3b3feaee3e081b0deed689b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bb521f2f97477b5b9851f6655f1738b620aefccaaa81cd303d17eb74ade7adb4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c8a1f9ce2dea4947e6cb460bb4b4ae7ab6bc5f816ca25f3405799d56c6ca48f3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d8f67c5b7b8903633485f67a76f88ea13855bbf95e92b651bddd15fa91458ebc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2c84af74e0937a0f3451054240ab7ae2d44c1b566339012ebec9e5b75d7a627c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:41ab25be6eb002ee921bf74c1049e07547328632d576e78fc45245177fe9ab84_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5b389b9b0acddd8ffe5e5c3f9d54321d061253f3f45b5b66b6dfa0181b73b87a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9afa17f9f4e4551369e891d405098219c071231ddab921dd32bb7bc66bb0b6a7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:0bd76e62d162ae823a34a766fccd9d339e3f550720d863b477273734ed1fdc39_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:dd17b1ffce727d9a74c3f64d65b72b03a5c8fed96e773665a078dfab33bd64c7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e8ed2c9324c2f5594f90b049e92f2fb3141dedcd99165e80e8bfe147c738adff_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f7f45f6d562bf699e0e45e134c7ab71701dc3994882cb82edce9356be7627ce0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:22dee3c01cf1deff68d73d76735e420d223ba0e75dba1e7ae224ac4e7b14ae79_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7134aa51e11a7d6b826068d03b9c90a518cd3cfccec0e3f06e57f5ed77daf6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7cdf9e85bfc54e4562176d63e1f2be56775dd761c6c0cbb80fbf888dd1ab43_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b72954ed888ded15f443784fe6a684b6e0d7782921efb788e242d987fcbf5388_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:63bf84966169bf2dcd8b8bfee3c478d9e61881ca007fdf3a8be4ba5cb1118211_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:697ada7f8e4bc8a881e2f1fa3a8402a2e96448f948befd465c59e03ced12c9d9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:85ed053619e39778d5a986255af37802ac46a26899c8a448abb139736db5e075_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:abe01f65affd92347d8097b3922e587548364d9680b74f767e9cbf139c996802_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:55102797bf884eef2d8b842ba8a5f2538f711622eab1c82b06941ec574b8f266_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9cca1a2d1a6f5a33257e8f790d180274f24a01c125a717ff79da8fa301e2f270_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a1f1be1027b54388f762951ab7983f18cfe37140efcf2c778a5d11d4740e8e9a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d65990c0adf148e94c1c0ec0730ac2a285b38eff128cdb2fac7f61af1514fd14_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2db5ea10de47829d4643fc525d9efe3815db59d5689c0febecf4fd722ad0528d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5dcf0a7d3c0b2062ea11867f5fd2a4ad56fe786b11c3095d76eeb4c844240a6f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:73b76f141fea3db7cf7df4e9b70443b37fc67790cc6986efdf53a32ea7360bbe_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:be3286f36b4c80969594af159ede49ee20ab5dfbbd890649c2c4249335714466_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2cb748becce8d80bfbb66e84f63e0f0a3cdee6d9bef3833eccca24132e9d0699_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:374211b6e69093447e90462693c45bcdf2ece57b033a419f13585d9a46df62a0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6047837c63bd707f994797af79267ec8bb5075b3fdd88c069b3acaa04ee2cb5c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d8c4afb75de3b6d432d4929f4d4fb6938617a794ca2ef2060b83a02588a1d0a3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3287f57d83e7becbcd3997ff2ade6e6b5a664fd08610464002229e0a116dfec8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8a58a72e372b4235b4751e08f10c97ef0798519e6b91595c234fc14089d7495b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9654a0a2b4549ab06e5422dc69872961c892e97032b18d913cc197dd3aa39f3d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9e9ecf8cb43e1819159bb8fc0eb5641b71663e110ff757e26d5549cf41075084_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4aa3e0ca4b5398fcaedd212506e222fd435f7a46c2eaeb7a49dc50f789cf13a3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5d094c8e18e42d662ac2f5ba16602c1513094c7dc547fbe3de562463c4096bce_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:67f85bffdf2db08fb27d52c6a0a8b615a4b9cd748d9a7e6126851d1bb27844ed_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7d4b6b9e67875889c95a5d126bcad0f6b98c148b85433180573f439a867d9e25_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3c0791290db50c5a925a80b371ba8bdf91f4fccce56397d12a989263a972bd02_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:654aece866efed516d69db0e47668dc85d3936e901aeabd098e07538aa3dc617_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7637a44a01d6c56f002120cf96228b6c68e92b4391d4b6efa1c81ff8e40eac0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dbc636494f53ee38eae00f243bdb92d187ec84654c280cc454f2b4febd7c22f0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:08f46b1d2114a3ab80bc7cd277859a4f84e870c2421b9e13370774deca0aebe3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0ea69bf7a80cc8c0810acf8c7aaf2cc1374d3b034065f1119ca33af3d1794cbf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:17e61f4a9148bc2e0fcea85c19c98eb8c2efb701bd21f8b63547dad13fc256ec_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:8b81413ad0f567583ebe4782344c22834c1781c5f7493c8a05b827f3f2a5e409_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6b348a4fae63bad66acacb5f0d03b8155246733e758f14208956c38c2bedaac0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96eb6b75d6a8ce22b199b8150e628a2a00c427ffc79b2fee2e24af1bf584bbcf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e0b17d193af2fd7e981c9908e01f2d840cc939e24bf1be19977beb85fa1159ad_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ed56ff21aa465143bc0d1c4f20803873dd07999229739b84ef7861683476b22f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0654b81d996d73c5b5b03310f314bf3bd6871b3bd4d1abe791cec9b7a3339719_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e294ee6e92049316f91ecad5987a24d7d3c06809d3db2ee3f9a41bb461bc220_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e3afa0bbd3ab3ed4acd6d0059765116e9ab56090313932bd063098d94f1c3b1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:929f235d156df0f59479d60379dab0d83d6fc662d9acf7ff050a520850ee0125_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:14b5ec9622b1a177ffe69a7c87b7797c06b283b26d5547828d3177f823074b5e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:52a47ec0685655243dfa60738842ba038719f2454b85024084de270736d06529_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5fea5bf035692313badd286c7d13564d48c34e3195bac3c74ae669607b5b5875_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fca2b0ceeb7e301640de2604932cfb2c386441e0d3b3b0e4a525f0a6b00f7cee_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2b85420da837c90d984c5945fae12321c8e6b6fa270768da6270f382194f2d4f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5e5a715049a34055fca9a4b36dab839573238385890678734f96d7ba776dadf9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6982d2c27206f15366ece47b40f4a6a2994c7acf5dbb94aa274c55a2216d0063_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a38c23c37dbf421c77c4f36758a105b790123d654f1c8b3419becfefedadd0e7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:021e3ef983d0ca18800e0fc390ad96f4b6f6b9c3ab784c6e74ebe2e7fd7b31d5_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1076cff5268f9fec09a760da243efbb72eb96645f838a746c4c4e28ae4feba33_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3eabe7ed8651b8dedc3a2c38a83527f224ba3b50088b3238e158048bb2ddd85c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c29274bf105ffdd07bb78270a6dc497fbfb699acce48c7c6b7b6ef32416eb20f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:71bae3f7d9ec2a469c8d69b9f67d27a0a98a26bc842cc8733442cabd43fe3c06_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b67943ce9e26423e0bf84f411d50f394a67a0f3368ff289e695f8819c4fa8c02_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d4c9ea28e8a716d6a46a42cd3b5efc82f42d456e21791c32369527ae82f643e0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e4c222d813696b8b3d4cef6982cc88ba3d4581ad6842b10510fb4c8130a82684_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4d789598c5dc7be91f05a8766dffccc377a71db2ea8c5cc563f396cae02326dc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:70267df26127761958bacff38fbeece08995608c2a24c7a3724495128ef2bef6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:84ea38804ec003ae82375c83ed4549163a2c932d6264eb64476e0ad175b4a4de_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:bfcf2ab8d6586fd6a8f08ec2fcc71f997800b8f459577c31e654f8ef9325fc42_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:49a412244c4d6b547d5b0ca9bcb041b1e3cabbc78f5234ce52b678207d83b3e3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:4d2e1fee9a43f8faf39b05a7d82ceac50094ebe972fd1fd85b1528961cf49478_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:564e888a319fcd9b1af19b18a4281c5a2c41bedfc3186fb3bb587a1e28954c0a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecb2d59766a1aaaf7cfbdf1e0b92ed025a18fd54acd41fbc63026b350c98a953_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:296a9379ce17e07df7008f1d35004477297a7ebdf9e3d51a50d71628d6ac68af_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:67f272ef9abe83f9cd959ce97e3d5c46ed6e118ca30f65fbad733384d228ebce_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c8b5246ba51213bb183e07d862b6d1f9b156e1d16b7656bd6ea061f9016e8ad5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ed375d4341175bfe6945ea8aab5208f375034307f6753cc726230629ab97a71f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:29e41d78f04e683ecb12ff2335b7205383670e7bcd2b1beec736261a93abd406_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8ac74d64736ed4788497e0d4d10226bfa212f6c0cc97ee63d7c61676698bc022_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:94a303f0dd0822b5d82509e3ff8af5887949ddaa0e3a91b9f94d0bdf4e1e267b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:95c3aff27109694e511c9e45d1132bc4de0fd636cde0855c9ef45f1a17f5ce7a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:16e2953831f686cd68012c8cdaea2b404c54c91050145b716ee8b0ffc5cf11bf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:91e3e3d331d92b90ea49a78531cd366201c5de278f56597d9dcbeae40f114754_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bb1ec078ef82180a6019d6e174c16a5a846e4cb8995753628db25a4ca0071474_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c33a11f1aa2fe38738663eb291e25503e2e6fc3cb5bd964e1a6f8db0475e29a8_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:07163bdf6c27b8066a5f1e8674a2120054c3daab1e8a0db8cd728f2b1ca0fa57_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:32956c0bb79239db914454aa82f94222c6f7a90be718e22bb80c4e75a45127f1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d877387429f09cf5fdf779e73200069c418e561f20a21815bd56fce1c1c4c73_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:9a64cc9623e5639b0e8ec8f5ad63a5ab83f92598abe541be09fceb37ba2fab23_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6d8e4146a7965b0a81984df7d0a2fc094c50e7010acb93e58510cedc8a42e687_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:764c1081056df81f61d6965869f9ba66d67f132d6c768c13f1b2c1c81d45ec6b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a27762ca5025270235002c90eed00d6d029d4b7103b5bd108eb527fc8e797f1d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f473c0c439be12fc83e9ebcef48a1a067a5f4a9cd581ca19ca34a3dd0b9fb79b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:6e95c6d3ba75f0655680a4e46b703aeceb57cc9ad072733bed1aeeca0e9b3508_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:ba23af1b9437640698b924bb0645013d7c08fd6121489b01b63f66156faa6588_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:01c4ac10b7061c77ef54bf337b8488722506d2a572d9da7d9a689b4c9ff7c225_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:67c19e36b3f264978073841b06d940efc3fe0546baabffdfb35c2e5a1989e96c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:add880787ab5dc1af04cbed51e2da0f6f630ee85387617987ec6d6d8e3a28009_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:d6acbf09fd11d29d0d715b96e60355a23deba955fb3ac6ebbcbdc29e6923d508_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:474e02e9e121dfe39458bdbee1f434d32fa29347f55386a4abcd3825c9235456_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a0e6d2e5adb8d9c223824f623bd7d391e33241fcbe281c54af8e3925af5781b6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c3fffbd0e1e6db3256029c6cff61bb64ba56625041ff86a9d46a895076877fff_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d253f116a2d1e2f033f47422230a0a4e8a9fce255d71e9140a0bcb6f255c09b6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0b41f824ade401523c3ff06e2dace98c8dda246f40e6a01a588dab6fcad09683_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4954d67caa517e2e2edec0e5d4b95610a31b82d5a86f9058cbe55193987da9d2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d1a37ce3fce40a5d5e3065b5a4be81a18fe2a6b81bd5d16ada65f2647fd8fd0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d395f05c26536703d44d06525efc0ac6203440e6576e8a1513c7e4ed8563ae62_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2224a1bb7f39feb0ee922a54a94d8dfa66e676caffc681f99227eafc0082b50c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:339b51d602e6c798949da55fc36b4e83d4b07909c97f004f8aebb5bb6f43268d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a7bc2291024185f39cde4d43057b17968cad18451fe8447b0ace526ee11bbcb4_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c171ac27f2bfd7846db274c1d2be8b39cdfed3afe59ab4fb01f903b5be3af443_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:45c70f4c6f15a25e1982efd6eee6930f16317ef4cebd11ffe2b5994b9ad8b200_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:938dfb864f0a9dd0116c5969eb1ca94f2e04b914c3ee56bc26ac33f90e2535c6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a4f095b9251baba737421c47566ac7329258b8ff22b0f131c5a941ad1b6caed5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:f7a4c6ab4dc050efd81ff5d7dee7569a55dd0cf96e6413c47770699f5fa02b6d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3a4f76a56b75c54966a76307c4fd647d854812bd22e55cb228c1e9b5aea67037_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:98110bc940b974dcbb8b0ea21c6b52bd96ecea62779f9665d3ac8dd03223905f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a7e47a89156ad39c7e5820cbc98a0b295ca1a3aaf6b72be3961c6d4eb0225831_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b6a273a6d68b36cd939b6bba836f657168526125327fb784c436c99848f49f7e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:26b6bffa3e11fabf11ec8176bb39ab3e301b3c5a85c1aec37142860ffac1fe5a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:301f5a73d9d839a999dbd3c9a7741ed3458ffb87426b7499364e6460850deeb5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:57eee4fc78405492c9a665c228d1f25c75f0390f75a73d5819aea7ebc2da6b4d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b10b625aa3fe5011c7fa9db3c95ba6d36c569fd6f6aa4ac3ff2431cbc103d362_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:11b59cdae58f57a02a4c8479266a50a1a5691f2e8e4382ea7ce96bc913ad4afc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1f11609dbe46602b2c11ea6c776cffc87ebf3fe2a1204f25bda85d9793d5cd60_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:28ca9310e14799c080a07935267ab4ecaf6fd1abadcb1e165deb46c81f2e731b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:56a619fe929b8a18bf1526bde6c9a86f12a1c0a43739d1a0d04c58920d3ac5d0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3bd696b964b694ec219c5776593bf4772dafcc3f43b973355913801929462557_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:4142674147742cf0ecad7223e02e88efb53e5a34ab820df5ea2f645a04219da8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7c59a7997fa95d2895620378a7e18f0074929b630c329ba3f03c72e43415364d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ff35fdf6dd3714c214394ff6f203815f23921af529bad0dc22abfa1d1680b333_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:15198ffc1a039f56e9cfe7ab35037c34a3864a83163576b65fb3e9f5aa8f1f3f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:4ab1c5859c4f54f225fe4d5555f3c2d1aafc520ce7a9197b040e06084da9a43b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7be609c48462446f215d9ae0326f1c76bc0b779cd08db391163c796106e7aeef_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f04c27be87ea23869192754c00d08badd40a106c2f66b86bf493455b3e3ceb09_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:42ce515a9496a89b6abef7a94b6fcea6880b2a9833900d54e1dd4044c9e2872e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5ab9133d7b6aa46227bca8a1c6ec2ec9233ebed8e62e41ff122dda627d4a7fcf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:94f82ddff9d44dfdce03af24a851c05cec4ceb161c5631ce6ce88dc8a9481271_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a7879d59a73d16ad9c237a597dfdbdbe06fd6d3e3de0c9396e342250778dbe08_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2f370ec13f448fc82d3f142cc8b6a559a4d62044631f4b394742652c4672f536_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:38471fb10545f0fd1f879ff8ded337bdb6919a929043727936d28c2153a78fb9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8e6c8d7186bfcc49c6ec64bf8bbaaee511f62cb5d14aec29bea364f90129d36e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e35c02d8101af5150e038572081ef775816f97c77ae24fec3826bef8c24837b4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:123714413da1487c02d182f1d355688d2f0fd63e0f82865dd962567bb9c81039_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:675b6754ba7e231a1725cf8338d536551497ed05e7f40435a2a3c98e411af84f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9eced45114ad75c3ca56d06028c836adaa713433bc49f6196533276f9645c58c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b203bacc4238f6cc6afaa7dcad119d126484235694dcc33a46edc4d002dc7f5b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4e68102ebe684da4477f443e32d69865b6fa28d398fbb76463c67d85739e3c2d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:6dd5107b14c1abce011367145d859456aeb03052ab831b4c548fa4fba0b269fb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8e6d6d3162ace273c1312c383de4e1f6ffe2d8e6d7b553b64e6ac460ac040c20_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:061699fecaf30d68ae3d41b89d812ea8144627d9ca9de83173fb33fa06e6b8f3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:33b4bb5c331675703e19ef96f3185b2d3cbcf4d0e37a6fabbeb5a8dc1f46df10_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b7e15475952a147e7d6d506ee9686c6c594d529b27e4086f49b0dfc1e237d640_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0465b162143273b73d2d1af7ea6f9654116a9b1cba8169028273185f2dfa1191_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5d1720d8067c33064ccfa16d47931fd18bdd3590f53023c2ec268ed9405d0983_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e99c8d382c503a7b1e25e6f72ef293496beab285d0a3453d09ca73fb58247163_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4e09db0d6efc9289a85cf5d4ced1d6a6a7f52168e44c366907a5d4ebd3e7d75d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:585c75fc909525ac0332764b66db33e6646e5e0b0a4d01d176be6dad70a7447f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:85df50114baa307e2b4192a46f80a292500401eaf41f45b071b23bc278562135_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:3ad0b56893a8ad865ef9de637c1f21a358aae5ed4adadae02db3c6d37db93422_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:56925cf35430409d4a59b4de3ea74d8e3779acf505872bcefa26e97418f7bc9b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:a928a27d2775d702a7b4888f87e770c93049b645b5878173d87d893288c0701a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c83836428568394e500de29f5e4b44fa4881f5b5813a8dcd42a5bd16b6bd2bae_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3fa694c3f2b9c05fcf2cb69f97d791fa46600ba1eebd67608b109586dac15e3c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:44006268f8f00b5dcc4737ce787d9221b50ad7af3e678ea6dea817a797512b4b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:6b7d13c5daddfeda27cc815f3fa02affd699ed626cc41775f78070cb8cab4f4f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bdd058e218fb99204c479f5cc33383634b184b1153a74c3333926e84f3e4bae1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:174dd5140764fb73bc002166fefbf8f897be7b295e10527410fee19338fe65d3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3f5a73689320e820972a39a40077926550f7864e2d1969a9352d3b833191086f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:df97ec11ed1fbf6397b6a62c85014c255b60c652c98ea439d1f47e62c6a0e4bd_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dff5a115ecbd046f3a1a60ce8d8518edd570922528a7ba56cb17716831eb6b09_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:11f56bb6bdf0069b7bea04e5051874cf879bff0ed36676dc521975eae8cf1bb5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1eb4aa5666fec327b24c011e1b7e726ecde7ba1942e0b8d9af38a65baa052985_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:77da9199e0922972da775122d60efaeeb4cb2cc464ff6855099fde770cfc01a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c56c801a4a9e11f7b9ee071dc9634fd6c43aaf04cdd6b048dd4ea1a623ba16a7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:5332d1051a8774d9d3ebd2f6df71f2ae36ff23fd32b28edb418c028dfa6be128_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ae444a4f4274431a8dfa075bb9c91fda502cbdbe971856f54ffb6a0d5deb08a3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:4148a39c8311d7050050debedbfa7454b53c3e00ae4d63cee7bc6da688af744b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:699c1abe44686141c985a530a8b3b864b3a1bf2c5c6645d68f7920b8f752c684_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:608159f89bf52fbe18bbdb1c48b679346ddac7d3ace7883c84494615a4ab7adc_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:d26f0f1adde0599a01c90d8b9e1e8690e6e532a380e7852e83cacc1e439b5424_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1ef42800334a0b6d395e1b1bc8e517e232713a4ee0e4591415c5347ea1352fb1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:23d11514c82b817c95564de1f0252dfcf753ca40cb154054c051b6bef078a960_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f5311dc740529f4f4c444fe33bd5731b0ff5d213620207f039af546a3c521226_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:14f9b0d4497da98ffed111c1266fd4e0b4a812f6b7ec37b95e5702438602ce33_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:4e6b6f1636a4300955a587155ee9063979e47cb387dfc1a85f3738b1cf25589f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:2cb5be04fd1145f054e994500608d1463f35a0fb87305e559ff71c972795d978_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:664dd8b515ac89b33051c38e00fabc4f2bd8c902f9fdd8df263b6cd6d0a0bc25_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:28e1a2e9d3850462c628b0bfaafac15d68def97b8c1c9387de58b1fb6d877f19_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5c60f40d38ebe6f95cfc0fa78fed9aa265fdf3aced888bf232445c2e76e4ed55_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d36d045c32e335933939150b36fd2f86599add415385560d3e10d4b74a704d89_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fa556b78fcc306b456576053e522d93e0c578807e220d3c562ea54cdbc2d1a92_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f9ea746b7bc2eb6cf1d82644d42d363d9343506f9091e8bc67740a06b382081_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:909ff0827690342dce5b4cf713327f3a8887a056951953c9aa639e916129e1ad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a8705dd5df6abd3d6931b298fe8e53cff0f8259547fa85446503b413b0ba19da_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:cabf1a3d4e2aab9e2273afa75bac084e93eb36a2801b91ea0d79982e9e7e5f2a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0b5cac582cea2ea2dee7d515f05bfedf2a5beff46ae6d5ca9626bbb36c94b865_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b920409f5635d704145bb8e1107a7c6f951976c44226a2083982443f67ce619b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d658355babb92069a73c35353c2fc0be4450517b3445d2387b4b0e3bd2b873d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f8036fe71f651189dda062ede40268c843ab07ad5b32e010250f9b6fe9234bb6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c5361be369c8e0194275ab97d18d52a095a5206888bc82d592f9f9ba28a34e91_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f6427aa92071d20df4e412376886d9831bb0cbb15c10216ebf2ac78de096b051_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5d5edceedc72d2ec62b24b6a60c278e4836829c78a0bcfeb20d87fefe501a39c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cd23e978bf90a7180245b04b5b0df939ba57e30ea13a2a759a5d04953eaafda0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:bccd28236b901759b08d5106786d262e482cbd1e3798c1392c9c6eda9956a5d6_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c096101efdd0dab71581c6e6506b9a6560c96979e2d439ca888d2c67860c1337_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7cf38584dd1c5c269f86d85b0488e9224ac989f985989b00ba718ccd5c1cda56_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b2a85daa27b4a10282c1365dfbb48a3224df6c2a47d6f5ed59c3c01f6035d443_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3643a11084c5df88b8dd9c8d7693b228f3a9d94f74aaeb4620aa458516c14e18_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:a6a1152188a6d2cab12133e497a5c29549fa0103dcde8f1bb530ce7a033033b5_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b6f91ba9a89207a2f84a8bb1343179bd74948644a8b1608c2a2d84dee9ad39b5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c21ea57e4b38cb47e5aacc58b218ed97cd4e6ef353d86442236cbe8852c6f648_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:56c61752133f5574587fefec75502e2a132871ed033a824f62519117ad0c4620_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5eee9a534fd647002e246ccc70b47a79737cbf604c5fa4519d10a8c66865e5a7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b1428b294b7752d6d56fa95d6630aad0b6d205991537ddc3274a7062c13df3dc_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c363dd15dc780181855ed7e8af09bf148d9e38d562cc54d90842f95ccecce36f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3978c02a12f2469999e833a2cd001a08741c4d9bd22ebe211bfdbac17563ddf0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8d20d5c213a86a2d9cf1d4e8ea351a70e2bc1e8864e7435baa701aef3b22441b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ad84f2d6f695c6c999a82e33cee9938544352a648c0e72adeaee0803289077c9_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d872bcf33f5d4d6f1a074bef0091e74de82b3b1a883b9004aa1f6193b84904fb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:027641f0d532c5d06663e838ddee798513282838efa12811ede36e1b8669949e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:198fbdb0d6d4bf699a9186c06c310e4eca0c3252ae8e0d64ea1c68d7b67c2bfe_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1a3fb2aa3ceac5c827d7cde1cc0296d6974663d3f5b4139390cb29dee2bbcc20_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:51a53812eecfb69e77afa538400463c7eb51710777e9d9573804d2d9eab5d307_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:19cdd4cd8546c53530e098641c6c83e2f38f05f2d046c6a9fddc3c8002a01fa1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:27b826d0ac202a4321d2d28bfe26376b405458781f04acd607c3a27bebe83651_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b1c377c3a99dc0a9a6a39dfccae28c7e5a11674342530a05b237a33117c980f4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b230c7f6c243ccfc43e6b50809f916d3247f8daad3c750220020ec4337b126a6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:42cfb65c46f9f63ae3227c0dd5ca2a0a11729ecfb2865f3a4443821a85f7c8d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6ca3200ace5f9b6c36c20185dfbac37ef4cfb171f3a99eb9c746e52031bf380e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a9edb90a7efaeaada322b051c1b4cda47df859fad20ed42574fbe0fa00d15324_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bf0602fddb6c09c5c20a33abf72b947cf7ec8de6ef68144d2f4b1a1a9ad906ba_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:13df2c323a0db01668777fb495bc342806443b5c0992fe7f9ede76a0e731e2b2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:8e564be7535e32f63ff7a84bb61b3586b16b07f4ab6db20b42340dd998f2e919_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:29b338177ad61fbe618240d520eb180c1faa54fcd4be63c0d2d16f5221c4d7c9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:97b5466389d9b1e4c54dce29bfb42e901ac2c4aa39edaf99c35f30a766d38b78_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:989cd4643516ba83c661cff6bb217cc25d502febc80344e08e90c6eef8d24088_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:adec59d5a5ca059167c1dab49e6e1e6363c1788833f2cbc2381cb7d88a98864b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f821e1e8479c74d1a672e049e187d68cc4845e7efb417e9e4e4fa99628f3ea99_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:4eef2a136a4fc3a9deb0c5999546aa8d498c3553107d1e0eda9d394b2f412169_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b31560936594f27a81750c2d73f97385d7b3ac87cfa7c75e1a4fc224243eb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:bb3bda07b0ab9cc97889a530b1da6d7eb3f7f9c8a98f9b867bb3a93da7694625_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d50f44b5a5797797b9595f99e3b24684908cc28d317ca00791bb6a7406e15636_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ec2e637888e698016d6df6cbf4be6d44e5a2f544e7b81884982e06ee632a9ed_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3c569b4e1ed989074b129cb91b307cfa10c8305b037b284b23bde4981f551238_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:4ddb2823de8624d7d45aa16adabddb92faed392e71c2d1a0b3e640be91b731f6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d3b7e9f39e5238f011f9328467c72a8cb8cf99d4bed7ac0593edb9ec5bbc90fd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:24e49f3b5ed9df72849a33dd7fbd4a0b01b8c3be79705d6e23ae48e3fd164133_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a9ce73e1f17b21b9bf2ecfa7e35f5d8e9c72620076bed594e217b870057185ca_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bc2fc4c0e55023974c90506cc14c51cf73741e9490632453687edf404b3c485c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ee9af4af02c40524e182fb1893b8bd59785be7d508111c5b0415f0caaadefcc3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:971256d54a4e10a29080f656d5de3b6281f27c77a40c0dc7352f1f05ab83eb11_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d4fc699ea35d0f1e96e825d2db3f21628e25589ba57c40ce771ed210aac5d588_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e3d0f624ec4e265daaed3072e9f9dc85668a917d49c96ebaa1c7bc05ca636197_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e47600e5f91aad639de386e422056d431450e5dc3560d30ad16b0b0bd240e371_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1cba0b4f393f1927ff5386a9b2ed74fed87a58e4b2d4a38f34fffedd30da14a0_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3b8bfd739f87585230904007f0b438b4bc9d79337f0e9038887bb7f297b681b6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9c7b3d916bac7900ed009cf82a03607fe68fb924805ea37e9950ff3fd6c73b44_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c0fe58445dbc3f94bb9a041ee4ac81d6e1ebef0eef6b2468c288be51d947555c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9c772d8d7af17818a38e2004fbdd7673bdaddea0c36daf239dfe65a49f78c212_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:acdda550e575dc7add42439a856726b3833c5d6d98dd9976f30be4b781a11a82_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b5be0c8ab080114879aafc5d2526924d32306ff545c06dba64c947ca68736f91_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bc413067c8cc3e6c40a9be4ea896d911cf6b3adbbbe4c8e85fcb243bbc7bc2ea_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4b39c2a3d10a1e059c3f52bbbad6df20e52e47a422119d51806b59bda8e7e97a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5f0f4b8edf205f47a263878372c0fc80e1531f3d197d882a83cc6a2bf980c277_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:78987fc04ce330fd8ffb8a96e1f25e8ece8360680bbbf4c8854f1ba1f598f2f6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a43046599cdb529aa9a2672b628a7495690b03379c7dd4ec7bd744b01793943d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:25b8603f08442f61b433250cb6f4839cf2cff118df56d1d7e12b3b09e859a278_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:912bcfa64c2dc40a0f8573e595001fdf9dd3280e4babb503198aa019c4c94dcb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9f84034243c6dc1341a059730c81b05bc6626b913524f8d854e7d13c59eb4d45_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d9683ec09f7d3d0c73eb626fa7132ea0d7f731893506437d76db27bef51ae518_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:13573ab2e748690c65900137ee67fa558a1938fc2c4d92deb6b308809a77dbc7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:279fef1862c07ed7b949895843d80c54180a704411df4bd4059135dab63900d9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7c527388a78edbc77d6a9db9ba9d5c8ddb302220d69734f4e0bfc26b63b3dcb1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e601bc25408a2eb5735db7d2595f969a59da9560516715ad781cff5e4a57f2cb_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:264fff5b66ca49266cfadcee9765ba0b34bccff8dfdb12e5444db97af4913095_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8f14a597769b040fed9d1c1d610b6023734dadee91cc28588b65efb25f6308ae_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:bf78d9a4afa92e68d8018283114bbc7fd11fe0a9b357b75a00395ad630ddde75_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dd57cd8ba112502a28c74d7f9e021035a061e1f51377ac0510dd02a303f14f37_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1e3163b559a137ca99141d0913759b5a92cf30e063f6ee2485983a486d97a066_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3038ed29c6dd5d46bf8d593c154537615b8d218bc43eb89dc099a546308c5b33_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6f5d8e50b9cf127af5334e0b1e97aa1bc466bb1ad8a1dcb2b6c3e7494bf5a1e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fa6736bee0e8806b00bf3b6d971e2de5ea49f3f2a89e8cc404d55a70e6f73720_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:09157be733606534b4788e13e47f647c427adb2d36031df979628d1e3d93b096_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2c52bc991f789cb2582b4fcd0fabd20b86b5893d9fcfbf6e9ebbb372cffecbe9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:611ab0d9521d88b9676bcf873b8aaa2fd385087814de0ab05c7c853fe98da20e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c6226a0f343e69d720fbc83ad01daedb925fc39d272df78fdacbd847fb075bcf_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:19425f8d71d7b67b74e76c5b770a5e3d918dfde9a9eb3e181c767b4489db01d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:39f0f3baf0bf65713633aeb91a80cd35779cce2b43e6faa70838e0a87bdb12cd_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:804965e59e0147de822be6cc464daa137e45c991e4ff00c7184b6fd8105eb781_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b9b4777d271c5ea81505111d169134181bd46169ccc05dc65f3b6e59f736d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1a6e143562b0618b3f5afb6d488e8bcca48d9b0b4f68dc70d77279643325ac52_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:22230fd972b50ad12367aa043fef070d0e580b71e874a0e3fc2f5aaf52839773_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3abe2be596ec79e32806af4d66a7350835433c11e8b053385ee6463e65f31d30_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bb8fb8cebadac019a3d8c7fb2338a56918ff39aeedd55318fcc7e7c6d60648a7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:28dc48f706edfe382aef8370f464836e99a307136561dff65f7e7e8b5dcf9a5e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:533846b923d36de2b953fd071f6f7ad38e60548e9ef1d3f704039bb69b59530f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:68d5b77732cb2c0b0cb9a7e6f4201570dd8134dcbb21019dfec4bfe1fadbad1a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6d20fc820b2b684137df0fe673dd4e98135ee6a8c39a660db8435be44160c4b5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:48568238316d40eaae138ec218e4d0fb6119c94d9014683bc25934210792500f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:1d1ba67b2ebee648e679f886122e649880437bed73cc62901f26e77087d1f72f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:627e8fa2665e8d19aea0b746867ce31b58cef207d6dea85228b175b96cc95dca_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7431114311d645b44e0f98c9a0e92e62a2c412a2b57dc47b52f1e4c5ae0baea7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a88a9aa0807380263b476e1e7491c9a4f36def3c403b43fdd30bab55f06e673f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e38292df09d0b5589b58f31c39ca74147011aafc1a51be00112856a7242cb80d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:67f16f35ae8e95b90d758bf617c953ffbd0f31d685b9f023c34e5de5c02d1d13_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ae42289a9ddca85918d07f71db7415d099e8544ead8ae73a0d79e600c1c0f067_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfcee1078c7f5425c41f8d3398ae512f2a07d156de7d6e92d24d7f5eb1eecff3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:eb851650658c10b1a102258af7b72aac6db36647d07ec4eac2bfce099ae68e67_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:74efd49cd2880e07cee9aa16b7615504fcd276e8606b7422ffe6a253636462c1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7ff9273c653a511408a49a0778e9584605b9d24e1069da8a77049f70e2bd5616_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ad02d1ed96a39fedea9588756c548817e8672b8fa6d3e16f1f53221e3e7d9157_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b10f0eaa64d49ea5763131b8ddd134da6771b835333a4f5ac9ffdaa13cbd08f9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6c75dc3551d30161fe15ddb87170bd7ac33cb19b242907e99a9f2b003659efc4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7cc7c37a8ce0bc5a1de200fa97525c35943d5fe789787d642c4a3079c251c4eb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dd8dfd22f1e93168de72dae9a266654563fd41d605c65b4bb15f20ec65fd53f6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:e651483d73deaf4125ae3c2729bd8a42b277df79a6ff056a99ee3e78e2164877_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6590ef2d757e5ac11ffacdf6de04ac112e96f4bc058b97aae1facfbc9bfb9317_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8bc45cb12c534a1dcaeef41b7ad0a4cd8ac0e3b0041aaa0cc3a9b917602ba5df_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:92e18d38fe9dfbf0e50933d15f4178cc149b3e4eb535ccf0fc0da030d758f435_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:9a77e03eab2a1992fcd1c0a1f1c978755e236843ee4472bb551968fb16568334_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:686e7784cda9016a460c9196a522f1fb510546cad343e26f510bea264ab9b515_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:77d58cca07f50ed35b30a97c24f66abf5fd5482be3c2a86df38b5d0e4b41e4b5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:a553758f4aecd97de2202ffc5d96370765e1f92a11fa4ca464ad13037d7c1a70_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d09813fbb679d41aece1f097ecf3797adf142242feb12769a604c37df1b6d80a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3a967546fc93fbe58afe72caa5892b712c5b96072d3cfccc1c7d9b27cc6fd6fd_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4d09ecbb6bc7010c93d65d8bae5a368326d1b52bb7f7410d30dd068b4b9c1aff_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:78a9ba8fadeb516fb48a37ad2abef78f57a09b5e701a31ca41e4bfefe493d781_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b44e2dd5cd2daac1ef6849feb0b313950e0616586fdcc843a051788fa071a4ff_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5d94083e84fbdaa57cd8723c20bfa1bf0d2eaa0cef52c662975b286785db8cb5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7662aeec067c8b3bd0203da4d87e0837eb624acc7dffab9c0eda8081d992fc55_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c95e0922aa74f51030c35cdf1ee704f01ece7b4ec53f361055f4cfc58e464bb9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e4ae1090a43cdf4a540f1a2cb376a93d2f74449ac44ba6d0484e4612579b3d43_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:48c47a452810fe65a21fa858b102a2e7d9469e1143c51857844a0a74ebf03661_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5ccd0d2687e836eea86fcdcfbc73c7bdced8bfe2050c466860306d246375f0b2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7fd64ebc835133fcf6fe9d286f18f790b12295dcd904d61cd255c97e49f216b5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e862f18a4bdd246891a49434389e8dae5d73a68aec6d548dd282f3c56396be98_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0772170993a9fc0531aa948ee3f4c83a8e530802f7d6fe246a0688026c050d27_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c1b6b3c81c49bd764dce7fcb732f14f378aad992c953cdac86872b4113e8168_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:307efea31da6d72e50def18e1c08bae9e05ac8991d90379280c15f69c93be375_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f366a95bf18554cb9b48af250be89970e4c6b1fadbb97543db8bc202eefe282a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:09b9a909358f49dc84cf863e418fa79a72c5f23ce05cbd4045b2c966147b4edb_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1ce1ac2cafe2162c4070a5b60087ecdc520db1e90a433183157c554f86a8bdcf_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2c984681915470552c6cf4dbd2c900d14f29d9a6632d7d937d2fbdf1cf16a5d6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b3809b2f792a8b57efc13591b88232ca2b83fd116ea1a6ce9c05ec39733bcfaa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c37ef0e5d795a727e79d2749570d7c42876e2884561857149a17793543b9fad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:45b239b4328e73574050498d8a59fae10b1788642bfd3fdfd487a59654f2395f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d0eac8a6dea99105af2917f089cc423a7c21820cdb7ea4a3f793381cd07f43f7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e9625244e5cf3f4fd7e6d69a8076069e24079672e2c4bc4df7733ef31c3aad9b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:25939a8eacf00a315bfaecb90901a20f2d314f186c1a23ee0814ca611866ed5e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3b3fe898a633924c2e0f803ca944cc63d99359966004c6aba6a05c446a0539dd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:55a048f1d9ac836497f7783369b5b582727df86cc64fe7df91c463db1fc0ff30_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:88990b2047d4ab9055afba0c6f8895f30a132c361722a1524bed1671527d99f9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4bab889d5262b3f891b99f0a521f6d4511641313cc1d3a5970cc2182c52e0fc2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4ddc6ce50e06c258b4f24827f1fe5577c4ceb5d68ad925a185dfac5b2b3a661e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7883c26d4640f30a8fbd635f5442fdb46625d727a1b2382220c454aeac081fe8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:955419c1ead9dbc1c2545f367907dd4b1e8133ea23ef65407341e9a505b1cd17_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:206e503ccabc3f5a01f11ea5026cb64ad6ae62adf2eb9044386efac6586cf332_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c2d2155a6d299536662cff9c5a8474680dc8d9c514b152e87421feac7cdcc22f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:e62baadcd61bdc045c205ce81a3b2b650be73e7b3a5dd5cb53ea4c2f8a181f0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fab5b1965457ca46faaf5d1e6882c17ac2f0e1db5017cc81ff4da8a9083cc838_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3e9733932088db40e1d1dc25250b68d83aae6fdaa33923c2593ffc6f10b84984_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:62ff6e225c6c72f9c9b0bb33014544d1e02a30ff9092c25fddf72d9ebc8782dd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:70259c080741f045c19c2dfb1fcd5069e9eb7e413294d855262975ae03e60b6a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a974b10609ceb50c391abab36ecaffb9c6ba62f66b246f529d8f7d1f038165a1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2a8daff0897cef178c43b00d43b3468a3ff9389ebf337533c771210ffc608bc3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4c7da9adb32c409132dfefa7ae79fe99d41b6f59c592eea234970279694951ff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a54253ba850cb357befc0173748523a1762858066023e04388c94c2d5caacfc9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d49affc20c2c397c1ed17de7d3a7fb98a3f66efe9f9bd4f4234c0832393df9b2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2321dd8c9cc505a677622c5cc680e4f3461c6bf1fa4267cdf7f39383967a0b3a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:582d0856a394c73d8faf8d1792a80ccd8c66d80cf65b9dfea344351d767132d3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:938cea3b81e1b74629b0bee65183b0800518b4b757175d34669fb25f6e5d802b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d8e3f695418674002c1dd252757415372d95b38f813a3d432abab774c7427b2e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:8fadf40fe968046de41a4a4c6f643d9077f4908a1e456d7da29e0b0c79f8431e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b7b73c5b17ad867eaf4066be6b2fb9a322677ec3265c0d1bde2e317f54f7accf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dd6c4a3b961b608a71122ddef308287483d90f3a153df4ebd00b4f85b46bd551_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f5e86e560d2dd575aa814329ad50a38ad4c7f3c111353e652e55aa5b58033f18_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:10015b131c57580e5edf1fa90b05b19482ea67ae3b588efb30da1cfb2061deda_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:99060fe9572cab596228b61e892ca9b571e3b740c4872ab55e3276d4ad65260b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5127b9d0570329e12a37d1c7e38a3ad9a1c990b7b0e1d3f3b31f5ae1146a518a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8403b335a511bc219b98b899e2cf4458347dfc67c8e15440801b1434f03ab555_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:8bd350665dfcfcd29e64a93a9c1b700817a99560dcc927a75c13cf22924a557d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b47afa8cdfbab90e0852af59ab14d95b430a2e94245aa9d1c65d1a592f44a90e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:15c698a4b3293ec372e1ceffaba0fb9360499514271d26c22cfb6cb39852f598_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:43344ef6148d5c76a10961d19b3bd83e219764cb53ac4f310a513bbe694fef6c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:084a185169e09b57b07073bc5c82bc741aeba187cd9cb33149c830af00cc6582_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:171aabed219e2a837afd87ec9dda95bd32b6f780a8c7116a6dba18533c07605d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:33926bd728bf4ecfa8146f2d55c05f151150d249b965ac4338cfa8a9acf642f4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c0709bc4da1e5574cf296180cfa6abce28c2b7ac105abd95535422abb090207b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4ef4397e1a1aa5b377ecab2fceb5c2eb15b526ae39bcd9299b45d9abe4bbbf31_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:852e6be5031cc90ccd9d02fcc66b59baa692d594e7ae95e68b8923732fa77b49_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bd9e30cdd5958003b7db73e8d871b448d208c099f3dc7e9df3ba56e6d476ea66_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fc61ea57eef9eb7f0bb091cc0815a81844d60c78f5824640e40096e8de8a02c6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2020b01fe0c8555a2cf070d5a9bf75691de4d8b775b4ac91032c92972ae6a424_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6c3b876e5fa5594ed92ed3d333ad1edd228611d67b060024511f8c6a53eeec92_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cb279e6a6181c4ab8025c6ee74497cd95e990aa02a03aa01c8e4ecb81718d231_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f6562421b9828dea833fc82160705ba8c0349531dca39eea94da4bb31b8d3468_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:44b8d7704e559a8fbde7bcd2d7b51cc025eb2b898c74497149f818473d6b7237_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6b3db54da066eff7abd8e8f58ae42163364355fb1fb5a166c3f90ef42024e24a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7bccca2d8db4038ed90d7c5d995bb2daf880b3d6aed320c6d6dc89c73c38170c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:afc464bfe9fb581e22275814fb3263ada3383b571ac4765507d2640470a8fa3a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:353292bd26a33c9a68fbb8351005fc3b65d1f0dc02c82887cdeb5d28beda1404_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:af382c36059c0c0d6e76b41eda8ae2055bf5717205754272edf126fe15737cc1_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ebd113dd73707e7e234669c4b52e7ad90c5aaa95d062fe7b2ec18ad63b942920_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f0b91324c63bdd9b1603e0bcd2e554e1d595168f9337a7c26d3834093b24f6e4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:23a74b9b847094d230ca89e8d43c924098aa5a8ad67bc02c4b11833c4620aba2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3a9adb54f0e11beb7e2f393c00ef6014f9c18796c36e47ff1f08807dee8a9e0b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:558cbb955c8d4de727f010f3fe97f285b6922f4845357cd979c22e9d6afda4dc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:64f0e85f122f8cef1a5b444095fb16f95b255865ab116cd59a4a541bb61cd09e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2b93d36104e2c99c09823ed5c6d12e25abf3dd07e20683640f99b687a45e9b6a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2bb2c4706037910e8045bf0127ddd9087d2c8ab9eeb09ceabe97b18dfe873c1a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3e5d6fe6f1f7a495efdb0a61dfde0d20def80759a215bc7097265c816e07919a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:efe7886379624399e04e4f213bf1f8b2baf1acf989823caa93ed8ba76ccf9372_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1b152d3df7256fa1d16dbc4edc991503bd90432e1c8408149603306e62a28a89_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a7c3fd07837a9c03ab834a0b46ba51b50c73037203ca4d12d8cb2a45f690e62a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c9aa9a181ad76c715b410ec6866d86f28923d2becc8438f3b56a381d7c668897_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e96b65f0caa9f23429318080d5812ddd5c233b881b6f460d944990000a6d7018_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37569639de1f8c36904366fe21657db1df3c26c03b8f9f974e0a87abe862c7b8_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8d27603330319790b463eba638816fec38ce5ce81e7cc2c113636939d713051b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9e9598797558cb0767f9bba75faaece26aadb56163f94ae2cc2c137645b5babd_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:cf8f8b11a984107f035ff28ba24ff3f6e1d10cd764ac472b94bb9e74d435a459_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:70e6484048faddf5f59bc7399fb22731d4134b6a6e2c2ad3b1e92bf26e5ca902_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:93c6c010543791ed57e08cd0630a7dc7903d7455d61686cdb0865b13fc52f44e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:cf50871759b51c4fd1f164c53ec8503379de265ff95b5f6bfcb15d3820722c78_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f296becb22727fbcfc0a2a4a91139dc782688f43f63396d645b03bf698b81ecb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:227f6cfcbd9f361dac87776c3b625a4ae91a7054a29a48c0aec491a786f81380_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4063848bcd02040ab2a26a1e77d643a8cc01373bc6467070f72f8cae62ad8bf7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7315ff02d1adefaf5e52dc2b87903cbeaa1ad7c30719ff6afd130d068ebcb429_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:c33effb47bad5780e4e0ed220647bd0741276ef5c19eea05014b528b91765efb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2883dc4d23d0c4ec9551a0818f5d5edfc708454b48333db179232b6f7bafb4cf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2909be49bc0471a0e2ab4e9172e4ce490b305b8e1fb86729b45af106f1ad5ac2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3b91df98133ad62ab43372695b3953c54d58e70c15eb7ae201b68d73088c0bb9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ea31f2ac734ef3cec4337ec6025a1cc01a2452ec124f102e5b1400a9ccfb05a6_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:2aaf1b270a589b2e9c907bc35b4a3706cca1508a06142dd3086411e046d7cd00_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:32b91a8b6cf6278fde2c8d33666748a905a8dcf290b6e16ef266857d4838d3c0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:fe8f645cd130c489a3454252abd64c554d583cbf984aa3e568ae9c4073fa0f03_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:9885e38ff9be6d7ae070a00b851232a29e739a870d32b2508ab9f34e56177bd5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2b7476cab5336d76457b1915e734ab8702c461af8ca4d9e474557ad8354f7065_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:4890f971ad6077addd93d4c7fd1e9ee46ef3634bf89ff5adee2a95ad7b7b3f12_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:afc7f162c9c1c3033316a984254b8a477d8eae5bbed9cb25257d54a54e1bb866_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:e9bc1798e5283c65ff1487ae78c1175395e051a6c13426d3e8d1b898469a3493_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-44990"
},
{
"category": "external",
"summary": "RHBZ#2488565",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2488565"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-44990",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44990"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-44990",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-44990"
},
{
"category": "external",
"summary": "https://github.com/apostrophecms/apostrophe/security/advisories/GHSA-rpr9-rxv7-x643",
"url": "https://github.com/apostrophecms/apostrophe/security/advisories/GHSA-rpr9-rxv7-x643"
}
],
"release_date": "2026-06-12T20:39:47.065000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T09:56:49+00:00",
"details": "For OpenShift Container Platform 4.22 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.22/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:c987c0017b86a5aed02d5fa854b4649039e7221e14fca2e824dc37b2937ce7b2\n\n (For s390x architecture)\n The image digest is sha256:e38f225c850f6fdbdaf6ac3ef1f762b1e7068da19ef3cd57a00f72554e3d0a72\n\n (For ppc64le architecture)\n The image digest is sha256:ea726e65a0f5f8ae5b5fe4ce31f2aa75943c893c91bd75feb644c4042c88865d\n\n (For aarch64 architecture)\n The image digest is sha256:ab1d1b8e7b22fb2a6b3923e6e8fe77b8f0f774c762836a07542b7ed5ad52d86d\n\nAll OpenShift Container Platform 4.22 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.22/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2606e2856430c12efdf947977a070de13c3f93d3f304608c411ed57b6de0c6c7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4dda7a5132b638230470f86622d84a7f0117280726ea52e3769c15f11b1dbbbe_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f3b4137b1beff722b9c1ec2e451577a22f44c47a6196139a39d4aff3a0386daa_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f688b554b17808b3aca13b4e6bb8a240401db6f6cc5805e98ebe71ff43dbf1a7_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:60441"
},
{
"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.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:07716873e44d49ad177f8c572fe54cec7ddb819a70492e6bddf36ef2ea5e6449_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:288bb644cbb5e14b00d80e0b409c83644a59cbcb513d19025f8b97de61f2cbea_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a27a41e1a167568dc9bcd1f125ac624897d73bb6dca7be80d256432b35e4c6aa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fe9b92e8a052208c6eeac2ba816959ee8129cc0f68bc93bb0a1a2f940a49f4d8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:44ba1190dc20c3a99259ef0723be3c9e1c2d4f339ec4eb4f38a9375cefd60d2f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:48a700617f0d4ab9dd6b40cc27e9f602892037c10872c19c60f62a2a848e451e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9319978cb44eb1f26a7d82709c4ba7d9b6b0bdad78c6c6080bafb0933103bda2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e734fcb9ca41744ac9213327a775aeb0e01ea9974036908721b532ed2dfef923_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:10097712385ddd416b15237d2af20f86a0370f1d97125f1e8a0d25a7215f6751_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:40f8f7e1d72a0e70d96c1ff028cff7125ead621e89cf2f3c1cc5262a3aab65fe_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:50ff72eded21d210ea9c57c9f9b192cb6ca5efe781c5c5a9d2e1129e2eb7a248_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:f77b14655ac6137b53212c8ed526d6baf86d6d6332513416daa73a6dc468c832_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:76042ef2dea9a9316a7bb2a38923d0b670663803c75f5b8351b5e71d344b479c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a645a364226f6768df30645c15ffb8b7feb1932a96c3666cd2d8bbf71786fe88_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:afc4fea57ea3217712f10421cdc7ded66093dfd0d5cdf09120ec1200d696f332_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f70b291b3be37bcef36e4cd282cbd88f917dcc5e61e0ad6228b33b770656b8ca_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4cad4e954d5e9fce7e93ce3a81da34d58e01c38a5d6140cefa7eeeffa13e1431_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5c1598ad56e3f9cf5801a990b2d5d007632cadc69118dd15b771d8104893b722_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d18a7d5884e709f2440b7f85999c2351c0f74ba09b876a7c915a974ccfa3dea0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:ede11c7678a732b9ef9a763632c13e616a95cbabdb36baf0c5c48ca0d476c260_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:208703e1b4c8fd82b6cffc790affc4bb8966f6d95e5b5631d9fc7cd429d82242_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:40be47b6d5dedb587c54ea5f6ee763dc3007284e85cf75d9f48f4de83bff4f0c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bfe783bcda48a7678e776f99ab08f9d6cdf882432ae03c46593326bf8b57e714_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e43bd0884f4c1993cd516c3ea52d1f878a783f6a998a6dd3fe4a98ab11bd3e87_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0492b621d90ebddbab300b3bcb6979598f11380da79b32531f8978b26fe5edfa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2f4ffb0abe2bcc7b801658bb46ad9f397d7a3d11e8b2060859f5dee1625d7ea2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:30b0e4f82db1f3e39379b7aa792514aa726a0c485680b67351c593542c1b1127_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f0f3b27621a9276b1f4f9601b1b399eabbc165d74a4b4a20ebbccf6a36a8f98d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2d56871f80eb82c502cec2b901d3510ab482eea981f50cba4fea729c83f1897c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c169319f15a3e6ac9086e21438dac78a6b30f142c6d96d63c259e45f4b98c2ad_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cbb1706913eb430b86212f941bb32b066af04b431126af872899134a9e111ca2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:de56a4d37e6686cafc8591eb1f7520942036037ba5af21c286aea2d2fab95b2b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3e35e96ed5607d7229629ee64a3a7c942fb12da93a75e989f1fd9aa028e8fdcd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c045d9282bb2e3ccfdc19d09b76e81d622ad5c41750c960a066f9a735ce47a3a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d3c7bcca57a84397fa1932919a750ed7a002fd7f7be976152dd7c14d60feacd0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fc479e1b1d14c548ed9a783109fd978efba5363537b835a5d09fa8d0fa9f9068_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:0e22ab8f884e0095c3cb3efcb63f9f37d55b72cff37962f271fdf534deb469c1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:ab518543ee2455263fe748f1d2ab5fd1fcb87e03bdb241a1fe657c748e220e3d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:cf25049921f441dee72daf95b707da269c5ea7af7026674c42a7e3c8cc682e59_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:d5350fca926c7cabd8fa4e7749f0c2bd9bf90069a11ed96342cbaa0ccc16f889_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:41ec41da1569234037cfc2b9cefeadbdb4c1e45363dcc0b5f2acce2453ba3dd2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:bf2513f4ea2df4a781fa74ddc02c207133387318444f7027e6b62565e8af505d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb3cc6f050ccd3fae295639dd627bdf3ff5f08f66ef0fdefe24ab8260cfba983_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:efe54dbb00c22c7e9e4a6d7c40e52665823c5f94d4b7b03236edeb1d7a304f94_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:073ed3fb3dfb009b6ba476883da5421996c5c4f4119375c0c83b072571d935f6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:14b74e5080c191fe32bdd2a416c80cd94a0f30ea6d5f18faf7396c120c5907ea_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3c86e67143d2caced55d2dc470df15cd1659c5e16c7eb8af22183de1a3222901_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a6de5df300008dde127b655f67ba1c8e637bd6e67bc2c811c0d9e0ecfc3cb08b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05ef13e75b41891cd2774cf5243b11da290ae75f12ecd07239e580a5238036a5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7c5f6b71b68331d1cdff8b3273fc7cebb945d9c037fae5c2fe0666f84cafc928_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:c221dffd999b01fe10c83c1cf3e93ed9d49beb5f0f13e8e23261f44a07fd9342_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ea42eecab8a62b7896ffb697f402857a31807834a102986b3967faa70f63775f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:0123a42a6d10e21067ef4ed5ad7a39541529ff0157cb27443a95b0e5d88efc7b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:61e542fb10dc0e083f8889b0b94c3525f3882e5da701b8db31cc9be68d803ec9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:69eb532db9fac5d796148a421f1c0a95f03a84604fe40d5e5a3719c995b8d3c2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7bfdc577bd856e0cc690c86a8fc9928ed3d034d4d1455378c95293376a74b9c3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:023e336977c9e6f23a82083ada96020a26cfea384189b765e89d6acf7112957c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a0734ecbae0ba4ef8a6cf77d42383afe04fdf33eed2c0d1e34782f147c675581_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c64a9e77bb865dd5475a4022629d394ced47bfd9adb137f69e2dd7bfca2c5a29_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e90910e06037ec13a10bc176da5a516287ddc34ccdfcb36432f386f7b3895136_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2052fdaecd2f3807694fa17f35f03f84b5d8116ca56926b6d657f0594adcc4af_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:274df573eeb1919286472cfde2006716aaa62c65ad1a6fb82bc351e7292a51a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5f81d0322afa70edfd932cf1f80dc5a14ebb30f3f4cb0a4b9943859c3ef8a741_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c5f86407af14e6c3741e75068ebe79aea7c7d1a73ca87fc97128c53139dc8748_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:11009d76f2fc73fb88ad8650914948e04e30d4096420d00a4e6b1f2f82bb2a48_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:464e2bac04048cdd010a9625e6657c9f823ebadd624fd71191ee978520874528_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:4a6beae013e9de12cd8b0a39e9e7488f51b97b3f295e14d773eb28c5df9d6743_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a2f765f47a9fbb2acbbf3b00c2d62d7df283546b7485e7631116fe824cb589a5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:82953c91b88971066d4d605174664863cb062a6f7da286754aa4f05c11a69bc4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8adf05874d8cc6284cb4566506787161305d95ba4c318f070e01960939526d59_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b0127947224f18d500d967398c5008737df32168d2db50f1f87554e149328d71_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:c25b7a4bba9a988a6b7daa4eaa8608df78b927d1d454aac7757f18e3b6c78d86_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1f6a0d8476232a85b5d18ef9ce148135b69a4abdc45952f6ad0eaf41604e05f8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2989730daa53d788a9e1be03bf922a07c1111ee8559bdef63d058be6fd5f3fc7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c0cac6ae1322cdf12df3c55948bcfead52641aa95a57dcdea97401ae01c1860_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:adf166a8095fd21a818265c01776b94e25cea102a98de6875352cdc47fba933b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:67f12e5ce45f173e79229f506b92915943d263ca0adaa31a027cb7245d7a076e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6b91bbe18861c83c79693a155979f3cc56162624412eef4c57c52cfedfb38475_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b2bb582913e9dedea9f2eb41f1568fa8f0fccce2e56be4f666ff41f3698dc147_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d35f97d205f82d6ffa260582fc6dce2fe0fcc3719ae0e19e85e06e7ab629021e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:03ce535e7bb582ca85793c8155f38ff9f73231e7cf5af4ce223ea89d4d2eeb89_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:605dbca994f47b04da902ae4b76744eaebe0d716a7a5fd3cb8e617db5dabb8c7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6b2582a7f534bb2716acaa72598b40f593897124fe03a5e6b2bea1e4c1a26d15_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d88f52e765c3f5fd4ad80f7364efe49e98ae927d82601d27105eb6ad0b484264_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:1305fefe98602549511b835fd1302eee6a4494c690d76964d89189c90f39627a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:325af02386526656111c663e6a206e755f2f30db00059078a0391d4af6cd95d2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6dcb4d60294895ba062bed0e9612ad7fecd7fd8d8cffdeee9bd65ffec1b20a63_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f492d67b16384267b9f65d20b769f93e3122f0957cec290a88a1b244c80e4b54_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:56cd8314cc9791e043cb4e5ace324013f4ce4c825fb5f9119b1a6c6871b76a3b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d6ff019bc8333893d6d5799927ffd9dbd02d0d388752a1ead6b8f85928fff4f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d7e525584c9b7492d8b989d2ad0b8ccdc4f244987f26b4aedfa7ab1097aa8ac_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:598dbc32cda4219d6a0442aee99096b77ddbea0148ac3260c9c37e00b13cba23_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e223d745233c048714d3ff7a04f8ee565aebeb0f5aead03e55dd9f305fe60cb2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:05fe3c8332c4626e356a2b8b33b235d605b8cfdf8b49a68475db687789a766e7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:64ea7652aa2f9f9ba58d56765ee0ffd7224d6534860d118c059c2c066bbf2142_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8673853d611d162bc12d1791bef2acdd4131a97b8a6e46961736724b69332db7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ee04f343f0bc1c58b1e016295990225bafab7b39a9c1a572b10cdc19076150ad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:4771678b9e18450e8e2a6ab991e844fb064749a0b09b089e54a802a7109c1ae7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:68c90482505c592a6393640c16467c1416f3175ba1273a284c3d0a9417e879ae_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:234bf4abb67f86a27d549a2d368d080a3671ab34786e26c6abbcdf58baccb034_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f330b931299e7c97298212e0514c55f9e086e2f33ab7e522d40d8e9df843ea11_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:123e1027c857bf3a084e45755736871b220117eb70d774a3b450f7d877e7d1a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:61d9a3fb3114cc2252a8ecb5b0339a5fcdef87cf962f285be72b164933afb857_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9426eef8c79d6e2c9cf5efb340257ef7dc7936b3369050776f4b45ed6603de37_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b693182419b2287a69a8bcb3bd3ef8d6e799b5e7aa9b5f25cca855995588e104_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cde3a4deb285f4ffb38be4443b3c09f33a44d8f2007bfde6f8766d371487bb80_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cfa458375e07e80969d9a9b3521c5983fd20f384b74f1080b865b618afd35f32_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:30a0f7d083fbf57d19fdebcba31bf52d257fda3eab13e1c8b856291f40278c4d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:7078670a28f19c15b118e3ff8d70afcd5e329a22eb6a44d3827f9554dbbee812_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:6d60dfdba0f6368f23bdb554da68f81e3d088677ce9748d2850ba8f2ecb0cbcd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b71a8dd592d2646c7b085b06edefe64be96e38113c3547a111a8d0201992b98c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d906f3f6f4740b50fd6266205b0b3f986b35ca7a64ac7b6c52cd7167d0cdab23_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e4969f9764190a2b46dc5c9c7375213c28518935d80c4e4570d122d231f53663_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:331e8f309349114252acd7fe42067ab2b7bc03abb6619f1df59c8fe907513d3e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fefc2125429189eb85f3c807ad8ba8896a48518f3dd7d93f94a091ec925e23f1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:8687825da05aa3fbdbf32fa82a739f58585d8d2564501deb0d3b97d67a4c431f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e5886c91ae307b14a848b0a571918a57a9d2d85805af6c6ac7a2404dc0308337_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:260b87efa1dfc71726aefc2feb8dfa83495aedfa6e95b0e86dd1ce0d246233cf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:49a1a91122fc6cc34cb21b6de67b8249f154aa8e2bfade0e50457c224fc3ca70_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:cdc02821294c7bd8b4de75b356ec0ec8b0745b0b409ae9481dc08c4d967b53ef_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:e52b5054a3c11b34c3bc3450d9be2628816575531a1435ce44652324ec020dc3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:64e73e3f7bc1f37f40ae235a7866ea7c881d67afe29b398edc6f15befa7f06cc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b4f0c23d7fadc3a15840607d9aa13327a3eda6272565f88be3691b74f16fa13b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9b5eda1037248996bff10033108d1dec27b8417730bd721d980b778e1cb4585f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c397e51c6d4de14ea1b6a41957a3fe5ae54115c1cbaf414c013035333824eca2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c72d9616c2bf94661a156840d39e3a42d4023598c5d647562874c453b44b72e9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fef61b2df388d1e5714b0f3293bb7878f1ff9ac64b0353284576fa0413000ce2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:267a8525fce7dcfc460052b97dc07532c927fcb27257b29f5e43e5475376bc42_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:886cef96ae99502afa35aa5cbe5a16a30d873e8c9c92d6bb3c748bb68877935c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9a68ca065607df1a4fd1a351041d799b2166b76ebbdf2c92a0fdbccd47015036_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c7a8842568f7ed4d4b1ceb0f507aa5a56d80ab213877507be04ab55f8fcb3a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1567f1a6c1a596e22674ad45cd1975c8667fb2317c84dd5944ccef58326239b2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:40dad16e2777a64a836355627be3aae4572a7ed6417ac39e0dca5f019eeaf471_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:800ffbe7a0007398e44945b2f3772d657995ebd902918ecb410e5d373de06263_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9720a885c669964be135fbcc55bfd5e9766841f6b11bb2c279ac030de9618ece_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02440d8ce569f4318b2110f8975fc4d0a93e6da6c5012882df9cbe77559a0a81_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02594f4e3bd44cf7d378a7fa0533d54b4365eb5317c282cf8295cdfb0ae5ddf8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3e5753abdfee794bd09cd51eda1c7634aa7630ea3f2a72ff40c3fcf5661e58c1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ea8145a89efceb27b579a5f79c37c7457d141a0eb38b2de5c82ced07879539d1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a1aa9421f9d52c8bb918e1b3c9daac3e1a076e70e003a58462b62f0a91fbf795_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d4dd77443d486829650aaee412b58df2c5fcd995bf2c493a22dc1cc705d270a1_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d689dbabc1df0ca42e7eceba17ff474f9e6a30474f7cca15970a5ee7fb870a72_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fea791f1b353cb84039498653a7b7daadebd460631446fae5f05d1ca8e85dace_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:100ffa84c55a87981f50fa5fcdfb5a5daad0eea01d0bc14abdbc959ca0a1ff92_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2e646fe351c1dfb3650d0b67694f5cb89fb7aae85c9b8edd356f54f40b9e9fb3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4a45ec0f50d9cec050f1c99dd33d288ba8f9e8dd1a71c2870eb5e799a42e411e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:60be3446f54ba3c5f93c5c4bf1de44d7e9ca3049abb6ab910f8e62e671a80d44_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:90b36fe8a88dddddcd584cf06ddbde8b74e9d7a78f9f51b77d7d2480ed45ed79_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d69ebc6a9d6bd6f8f75d933ee0f7893b285fb24e994bffc35514ff5211ce68b1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:da6ed87ee2d899e3fe9c6e8b08bcd44cf11e1b1563972ca4aeb3e8bc806a1d2c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fdea5b85efe39b635685d506a4416115d546a9f56e87903650b5e51bec6a10bd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:47ded0bc14992d79c073e4cd541279def7e44d8ff586a5cc1676edabdd86c13b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:642eb8c1bf4631b969d0ebf3a0755f566236ce7b5534fab78d531c76d5e802ad_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7189cc475748ddba6ff3f306320d55a840baa8f1da8a934d4500c49e6f675ea5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bc10db6a9f9c1a60744f49c1ed737bbbb8454eeff9fd00175b98872a1af17936_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:017359024215cf5a7b00bd31b8b797ca7f5f456d66a34ac12c44e53c1ab77fff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2635b651e023c9d4dd92d1897b4513947985256607f9d2dd8043cd7f5de3a765_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:542b1a4bf2fafae85c50eae7a182ffd3a3a07b2c234a00e4e6c639b1143b4b55_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9b3b5510e4cf6b4cb86bae86fbf36c1fccbdeaecfe009cf2e67cb9c1d7924ef4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:048f5dc4b9176a86e0d82447e036ddad890e58e49c8508cd74f8c297272c800f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:0a7e3fc4b1f892ea2e77c1f5d961507f0fcec7740f33d3e308904cdea1d3ce21_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:44db7037b872b0164497a603e99b7c5bf2bd9aaf31158e8a4e8bd03559584155_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:a8ffa384c6770ffe1bb9b7b8729501ef2c06199e0005b16e5dc432dd8d23c66f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:176081efde0e44254215af3f5091e64748c81d2bb29a1e7a64ed2879c6a7fbe3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:42ea798731bcee8b868ae15f9d45b8f0aaa91d1a4f7660c53ee08b070fe4c9f5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:85fd9925886227b53c26a3ed09604c408c49b8ddb9cf7efa2057335bec94803c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8b7b592c5ae05773897351d97fc9925e6904ed02a6ed49e4737f0f649b7eabe_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0d8537a8b89a087f59b9f0c413d9c8d6c77002ff0d9d8579d179291d3b6caee0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:14cc3a54f1ddd57ce5b80b6d111f0ca27f74b4321c9915d5ec1960318c71d752_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7dc1bda89f2fe70041f850dbb5dd3804e853961d2026c3880fd7255dd6e57b0e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:aac4600f524660e2351490cc7aa719ac2dc93193f64bff1178a04376bda57cee_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5449067a980b2d50b360b1aa1164fba67693402210111708ebaa00f0f93bfb55_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c8486459e2b80ee2706409e888070c9100938357621746215ad7871ab9ddb990_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d748caca6496019c594ae5aca825845658e1e8c5a1c062a02830aecd677ea1af_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dac9a4617348551eaefdf01ebf1770442c0bc07033fcbff203750ecaaef1161b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5143aae8d524363878300902b89dfb5f3420ce897bc36064fd021d23993432f1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:6fa81971ac5bc843a536eaf167cf5147e879c5447d7c1ec17cebe7ab85692317_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:bfa79bf705669231df1e59e373712f0b04ef2c0676ebfd901bd9879cef16236e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:cad2e37531b2ba165087ddbcbccf9cf167c4eaca5a3fba5f5f4bd943b8298678_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3538795f3effdfe84442141d83d0292447b4c43e3d68871afcd453f80e11fbff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:7da313ec91e1a9ff08a16ea2b0af0ed1ac73e40c4b629402bff19f183d45aef6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d9279ac3cea7e1e400e244624bd7ce53cbb6343d10872873e71dee20263d0e62_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e89a5c92caae6b72646e17535787d06f7640a47c59b0b4f418c7e48918736d60_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0ec6c9197060bf068f358283d64b9b877e97f072466244f9d147552a193fdae3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a5aa2eb87a3fc9c5160f5c37c50cb88cc0a77bbf4eebb298ee7883ecf47b456_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc1512a1ca871d5e21162430f028d7b7f2391e19cee9b3d6e253b6b6d03cc8e2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e8c2baac5dee142c4e84d01c731abbc200cf24a04201fd8690f0d47035958830_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9b45bdc374e248769add4b772aca63e25ff0baf8d490e64066bfa78405cf609e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bcb4f4b45a7d62927ee6589db9d31e9bfc87a13f3b0239649c9701b10d3dbd75_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c1c72b9d00d45dc90f97bd9c5263e6d385ee34f3a3f834909dd8b8eb28c3b15f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e15057d2878011a1142587df35dac65182dd4ec4c0f3c61055a73a23dfbd615c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3bef4d599101ae4c2162f47e89f5fbac89903db3f007bb425eed38e1d9b4d9cc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aee0556c560d2ef9f2ccf501302a373f15cdccc83ec2c6935c4ae6a2f25b63e0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ddc3c05d5daa3aeffe5629b7e2fedd5df301a3030f8f8c6acc3204b8fd7e0995_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f463811c1b1e6fc34934bb5a8151fa946acf321ab57f9901b3ee1b7f75546beb_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2abfe62de89fdd0697da63674373b1c8a2695846d8acab5f17a35fb38fbc23a4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7701f38b6702b4a9e6b49b3db83073475c33528d2529e63b1b98664bb7191906_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a23cd4945d2e1f9e1c194179fab9c388677fa1317e02a99eebc575e227064b79_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f2f194cdb1a14fe59e05455df10ebfe70edabd37ad605346b6258c5bda79d96e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9b04b0a1047813b35f6ef09e1fcf1e06b63946e0a3b3feaee3e081b0deed689b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bb521f2f97477b5b9851f6655f1738b620aefccaaa81cd303d17eb74ade7adb4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c8a1f9ce2dea4947e6cb460bb4b4ae7ab6bc5f816ca25f3405799d56c6ca48f3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d8f67c5b7b8903633485f67a76f88ea13855bbf95e92b651bddd15fa91458ebc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2c84af74e0937a0f3451054240ab7ae2d44c1b566339012ebec9e5b75d7a627c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:41ab25be6eb002ee921bf74c1049e07547328632d576e78fc45245177fe9ab84_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5b389b9b0acddd8ffe5e5c3f9d54321d061253f3f45b5b66b6dfa0181b73b87a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9afa17f9f4e4551369e891d405098219c071231ddab921dd32bb7bc66bb0b6a7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:0bd76e62d162ae823a34a766fccd9d339e3f550720d863b477273734ed1fdc39_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:dd17b1ffce727d9a74c3f64d65b72b03a5c8fed96e773665a078dfab33bd64c7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e8ed2c9324c2f5594f90b049e92f2fb3141dedcd99165e80e8bfe147c738adff_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f7f45f6d562bf699e0e45e134c7ab71701dc3994882cb82edce9356be7627ce0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:22dee3c01cf1deff68d73d76735e420d223ba0e75dba1e7ae224ac4e7b14ae79_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7134aa51e11a7d6b826068d03b9c90a518cd3cfccec0e3f06e57f5ed77daf6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7cdf9e85bfc54e4562176d63e1f2be56775dd761c6c0cbb80fbf888dd1ab43_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b72954ed888ded15f443784fe6a684b6e0d7782921efb788e242d987fcbf5388_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:63bf84966169bf2dcd8b8bfee3c478d9e61881ca007fdf3a8be4ba5cb1118211_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:697ada7f8e4bc8a881e2f1fa3a8402a2e96448f948befd465c59e03ced12c9d9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:85ed053619e39778d5a986255af37802ac46a26899c8a448abb139736db5e075_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:abe01f65affd92347d8097b3922e587548364d9680b74f767e9cbf139c996802_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:55102797bf884eef2d8b842ba8a5f2538f711622eab1c82b06941ec574b8f266_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9cca1a2d1a6f5a33257e8f790d180274f24a01c125a717ff79da8fa301e2f270_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a1f1be1027b54388f762951ab7983f18cfe37140efcf2c778a5d11d4740e8e9a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d65990c0adf148e94c1c0ec0730ac2a285b38eff128cdb2fac7f61af1514fd14_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2db5ea10de47829d4643fc525d9efe3815db59d5689c0febecf4fd722ad0528d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5dcf0a7d3c0b2062ea11867f5fd2a4ad56fe786b11c3095d76eeb4c844240a6f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:73b76f141fea3db7cf7df4e9b70443b37fc67790cc6986efdf53a32ea7360bbe_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:be3286f36b4c80969594af159ede49ee20ab5dfbbd890649c2c4249335714466_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2cb748becce8d80bfbb66e84f63e0f0a3cdee6d9bef3833eccca24132e9d0699_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:374211b6e69093447e90462693c45bcdf2ece57b033a419f13585d9a46df62a0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6047837c63bd707f994797af79267ec8bb5075b3fdd88c069b3acaa04ee2cb5c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d8c4afb75de3b6d432d4929f4d4fb6938617a794ca2ef2060b83a02588a1d0a3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3287f57d83e7becbcd3997ff2ade6e6b5a664fd08610464002229e0a116dfec8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8a58a72e372b4235b4751e08f10c97ef0798519e6b91595c234fc14089d7495b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9654a0a2b4549ab06e5422dc69872961c892e97032b18d913cc197dd3aa39f3d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9e9ecf8cb43e1819159bb8fc0eb5641b71663e110ff757e26d5549cf41075084_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4aa3e0ca4b5398fcaedd212506e222fd435f7a46c2eaeb7a49dc50f789cf13a3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5d094c8e18e42d662ac2f5ba16602c1513094c7dc547fbe3de562463c4096bce_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:67f85bffdf2db08fb27d52c6a0a8b615a4b9cd748d9a7e6126851d1bb27844ed_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7d4b6b9e67875889c95a5d126bcad0f6b98c148b85433180573f439a867d9e25_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3c0791290db50c5a925a80b371ba8bdf91f4fccce56397d12a989263a972bd02_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:654aece866efed516d69db0e47668dc85d3936e901aeabd098e07538aa3dc617_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7637a44a01d6c56f002120cf96228b6c68e92b4391d4b6efa1c81ff8e40eac0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dbc636494f53ee38eae00f243bdb92d187ec84654c280cc454f2b4febd7c22f0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:08f46b1d2114a3ab80bc7cd277859a4f84e870c2421b9e13370774deca0aebe3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0ea69bf7a80cc8c0810acf8c7aaf2cc1374d3b034065f1119ca33af3d1794cbf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:17e61f4a9148bc2e0fcea85c19c98eb8c2efb701bd21f8b63547dad13fc256ec_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:8b81413ad0f567583ebe4782344c22834c1781c5f7493c8a05b827f3f2a5e409_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6b348a4fae63bad66acacb5f0d03b8155246733e758f14208956c38c2bedaac0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96eb6b75d6a8ce22b199b8150e628a2a00c427ffc79b2fee2e24af1bf584bbcf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e0b17d193af2fd7e981c9908e01f2d840cc939e24bf1be19977beb85fa1159ad_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ed56ff21aa465143bc0d1c4f20803873dd07999229739b84ef7861683476b22f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0654b81d996d73c5b5b03310f314bf3bd6871b3bd4d1abe791cec9b7a3339719_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e294ee6e92049316f91ecad5987a24d7d3c06809d3db2ee3f9a41bb461bc220_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e3afa0bbd3ab3ed4acd6d0059765116e9ab56090313932bd063098d94f1c3b1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:929f235d156df0f59479d60379dab0d83d6fc662d9acf7ff050a520850ee0125_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:14b5ec9622b1a177ffe69a7c87b7797c06b283b26d5547828d3177f823074b5e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:52a47ec0685655243dfa60738842ba038719f2454b85024084de270736d06529_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5fea5bf035692313badd286c7d13564d48c34e3195bac3c74ae669607b5b5875_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fca2b0ceeb7e301640de2604932cfb2c386441e0d3b3b0e4a525f0a6b00f7cee_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2b85420da837c90d984c5945fae12321c8e6b6fa270768da6270f382194f2d4f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5e5a715049a34055fca9a4b36dab839573238385890678734f96d7ba776dadf9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6982d2c27206f15366ece47b40f4a6a2994c7acf5dbb94aa274c55a2216d0063_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a38c23c37dbf421c77c4f36758a105b790123d654f1c8b3419becfefedadd0e7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:021e3ef983d0ca18800e0fc390ad96f4b6f6b9c3ab784c6e74ebe2e7fd7b31d5_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1076cff5268f9fec09a760da243efbb72eb96645f838a746c4c4e28ae4feba33_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3eabe7ed8651b8dedc3a2c38a83527f224ba3b50088b3238e158048bb2ddd85c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c29274bf105ffdd07bb78270a6dc497fbfb699acce48c7c6b7b6ef32416eb20f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:71bae3f7d9ec2a469c8d69b9f67d27a0a98a26bc842cc8733442cabd43fe3c06_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b67943ce9e26423e0bf84f411d50f394a67a0f3368ff289e695f8819c4fa8c02_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d4c9ea28e8a716d6a46a42cd3b5efc82f42d456e21791c32369527ae82f643e0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e4c222d813696b8b3d4cef6982cc88ba3d4581ad6842b10510fb4c8130a82684_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4d789598c5dc7be91f05a8766dffccc377a71db2ea8c5cc563f396cae02326dc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:70267df26127761958bacff38fbeece08995608c2a24c7a3724495128ef2bef6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:84ea38804ec003ae82375c83ed4549163a2c932d6264eb64476e0ad175b4a4de_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:bfcf2ab8d6586fd6a8f08ec2fcc71f997800b8f459577c31e654f8ef9325fc42_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:49a412244c4d6b547d5b0ca9bcb041b1e3cabbc78f5234ce52b678207d83b3e3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:4d2e1fee9a43f8faf39b05a7d82ceac50094ebe972fd1fd85b1528961cf49478_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:564e888a319fcd9b1af19b18a4281c5a2c41bedfc3186fb3bb587a1e28954c0a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecb2d59766a1aaaf7cfbdf1e0b92ed025a18fd54acd41fbc63026b350c98a953_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:296a9379ce17e07df7008f1d35004477297a7ebdf9e3d51a50d71628d6ac68af_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:67f272ef9abe83f9cd959ce97e3d5c46ed6e118ca30f65fbad733384d228ebce_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c8b5246ba51213bb183e07d862b6d1f9b156e1d16b7656bd6ea061f9016e8ad5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ed375d4341175bfe6945ea8aab5208f375034307f6753cc726230629ab97a71f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:29e41d78f04e683ecb12ff2335b7205383670e7bcd2b1beec736261a93abd406_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8ac74d64736ed4788497e0d4d10226bfa212f6c0cc97ee63d7c61676698bc022_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:94a303f0dd0822b5d82509e3ff8af5887949ddaa0e3a91b9f94d0bdf4e1e267b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:95c3aff27109694e511c9e45d1132bc4de0fd636cde0855c9ef45f1a17f5ce7a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:16e2953831f686cd68012c8cdaea2b404c54c91050145b716ee8b0ffc5cf11bf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:91e3e3d331d92b90ea49a78531cd366201c5de278f56597d9dcbeae40f114754_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bb1ec078ef82180a6019d6e174c16a5a846e4cb8995753628db25a4ca0071474_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c33a11f1aa2fe38738663eb291e25503e2e6fc3cb5bd964e1a6f8db0475e29a8_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2606e2856430c12efdf947977a070de13c3f93d3f304608c411ed57b6de0c6c7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4dda7a5132b638230470f86622d84a7f0117280726ea52e3769c15f11b1dbbbe_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f3b4137b1beff722b9c1ec2e451577a22f44c47a6196139a39d4aff3a0386daa_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f688b554b17808b3aca13b4e6bb8a240401db6f6cc5805e98ebe71ff43dbf1a7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:07163bdf6c27b8066a5f1e8674a2120054c3daab1e8a0db8cd728f2b1ca0fa57_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:32956c0bb79239db914454aa82f94222c6f7a90be718e22bb80c4e75a45127f1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d877387429f09cf5fdf779e73200069c418e561f20a21815bd56fce1c1c4c73_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:9a64cc9623e5639b0e8ec8f5ad63a5ab83f92598abe541be09fceb37ba2fab23_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6d8e4146a7965b0a81984df7d0a2fc094c50e7010acb93e58510cedc8a42e687_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:764c1081056df81f61d6965869f9ba66d67f132d6c768c13f1b2c1c81d45ec6b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a27762ca5025270235002c90eed00d6d029d4b7103b5bd108eb527fc8e797f1d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f473c0c439be12fc83e9ebcef48a1a067a5f4a9cd581ca19ca34a3dd0b9fb79b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:6e95c6d3ba75f0655680a4e46b703aeceb57cc9ad072733bed1aeeca0e9b3508_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:ba23af1b9437640698b924bb0645013d7c08fd6121489b01b63f66156faa6588_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:01c4ac10b7061c77ef54bf337b8488722506d2a572d9da7d9a689b4c9ff7c225_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:67c19e36b3f264978073841b06d940efc3fe0546baabffdfb35c2e5a1989e96c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:add880787ab5dc1af04cbed51e2da0f6f630ee85387617987ec6d6d8e3a28009_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:d6acbf09fd11d29d0d715b96e60355a23deba955fb3ac6ebbcbdc29e6923d508_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:474e02e9e121dfe39458bdbee1f434d32fa29347f55386a4abcd3825c9235456_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a0e6d2e5adb8d9c223824f623bd7d391e33241fcbe281c54af8e3925af5781b6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c3fffbd0e1e6db3256029c6cff61bb64ba56625041ff86a9d46a895076877fff_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d253f116a2d1e2f033f47422230a0a4e8a9fce255d71e9140a0bcb6f255c09b6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0b41f824ade401523c3ff06e2dace98c8dda246f40e6a01a588dab6fcad09683_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4954d67caa517e2e2edec0e5d4b95610a31b82d5a86f9058cbe55193987da9d2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d1a37ce3fce40a5d5e3065b5a4be81a18fe2a6b81bd5d16ada65f2647fd8fd0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d395f05c26536703d44d06525efc0ac6203440e6576e8a1513c7e4ed8563ae62_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2224a1bb7f39feb0ee922a54a94d8dfa66e676caffc681f99227eafc0082b50c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:339b51d602e6c798949da55fc36b4e83d4b07909c97f004f8aebb5bb6f43268d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a7bc2291024185f39cde4d43057b17968cad18451fe8447b0ace526ee11bbcb4_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c171ac27f2bfd7846db274c1d2be8b39cdfed3afe59ab4fb01f903b5be3af443_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:45c70f4c6f15a25e1982efd6eee6930f16317ef4cebd11ffe2b5994b9ad8b200_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:938dfb864f0a9dd0116c5969eb1ca94f2e04b914c3ee56bc26ac33f90e2535c6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a4f095b9251baba737421c47566ac7329258b8ff22b0f131c5a941ad1b6caed5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:f7a4c6ab4dc050efd81ff5d7dee7569a55dd0cf96e6413c47770699f5fa02b6d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3a4f76a56b75c54966a76307c4fd647d854812bd22e55cb228c1e9b5aea67037_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:98110bc940b974dcbb8b0ea21c6b52bd96ecea62779f9665d3ac8dd03223905f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a7e47a89156ad39c7e5820cbc98a0b295ca1a3aaf6b72be3961c6d4eb0225831_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b6a273a6d68b36cd939b6bba836f657168526125327fb784c436c99848f49f7e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:26b6bffa3e11fabf11ec8176bb39ab3e301b3c5a85c1aec37142860ffac1fe5a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:301f5a73d9d839a999dbd3c9a7741ed3458ffb87426b7499364e6460850deeb5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:57eee4fc78405492c9a665c228d1f25c75f0390f75a73d5819aea7ebc2da6b4d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b10b625aa3fe5011c7fa9db3c95ba6d36c569fd6f6aa4ac3ff2431cbc103d362_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:11b59cdae58f57a02a4c8479266a50a1a5691f2e8e4382ea7ce96bc913ad4afc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1f11609dbe46602b2c11ea6c776cffc87ebf3fe2a1204f25bda85d9793d5cd60_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:28ca9310e14799c080a07935267ab4ecaf6fd1abadcb1e165deb46c81f2e731b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:56a619fe929b8a18bf1526bde6c9a86f12a1c0a43739d1a0d04c58920d3ac5d0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3bd696b964b694ec219c5776593bf4772dafcc3f43b973355913801929462557_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:4142674147742cf0ecad7223e02e88efb53e5a34ab820df5ea2f645a04219da8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7c59a7997fa95d2895620378a7e18f0074929b630c329ba3f03c72e43415364d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ff35fdf6dd3714c214394ff6f203815f23921af529bad0dc22abfa1d1680b333_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:15198ffc1a039f56e9cfe7ab35037c34a3864a83163576b65fb3e9f5aa8f1f3f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:4ab1c5859c4f54f225fe4d5555f3c2d1aafc520ce7a9197b040e06084da9a43b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7be609c48462446f215d9ae0326f1c76bc0b779cd08db391163c796106e7aeef_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f04c27be87ea23869192754c00d08badd40a106c2f66b86bf493455b3e3ceb09_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:42ce515a9496a89b6abef7a94b6fcea6880b2a9833900d54e1dd4044c9e2872e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5ab9133d7b6aa46227bca8a1c6ec2ec9233ebed8e62e41ff122dda627d4a7fcf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:94f82ddff9d44dfdce03af24a851c05cec4ceb161c5631ce6ce88dc8a9481271_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a7879d59a73d16ad9c237a597dfdbdbe06fd6d3e3de0c9396e342250778dbe08_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2f370ec13f448fc82d3f142cc8b6a559a4d62044631f4b394742652c4672f536_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:38471fb10545f0fd1f879ff8ded337bdb6919a929043727936d28c2153a78fb9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8e6c8d7186bfcc49c6ec64bf8bbaaee511f62cb5d14aec29bea364f90129d36e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e35c02d8101af5150e038572081ef775816f97c77ae24fec3826bef8c24837b4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:123714413da1487c02d182f1d355688d2f0fd63e0f82865dd962567bb9c81039_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:675b6754ba7e231a1725cf8338d536551497ed05e7f40435a2a3c98e411af84f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9eced45114ad75c3ca56d06028c836adaa713433bc49f6196533276f9645c58c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b203bacc4238f6cc6afaa7dcad119d126484235694dcc33a46edc4d002dc7f5b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4e68102ebe684da4477f443e32d69865b6fa28d398fbb76463c67d85739e3c2d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:6dd5107b14c1abce011367145d859456aeb03052ab831b4c548fa4fba0b269fb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8e6d6d3162ace273c1312c383de4e1f6ffe2d8e6d7b553b64e6ac460ac040c20_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:061699fecaf30d68ae3d41b89d812ea8144627d9ca9de83173fb33fa06e6b8f3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:33b4bb5c331675703e19ef96f3185b2d3cbcf4d0e37a6fabbeb5a8dc1f46df10_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b7e15475952a147e7d6d506ee9686c6c594d529b27e4086f49b0dfc1e237d640_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0465b162143273b73d2d1af7ea6f9654116a9b1cba8169028273185f2dfa1191_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5d1720d8067c33064ccfa16d47931fd18bdd3590f53023c2ec268ed9405d0983_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e99c8d382c503a7b1e25e6f72ef293496beab285d0a3453d09ca73fb58247163_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4e09db0d6efc9289a85cf5d4ced1d6a6a7f52168e44c366907a5d4ebd3e7d75d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:585c75fc909525ac0332764b66db33e6646e5e0b0a4d01d176be6dad70a7447f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:85df50114baa307e2b4192a46f80a292500401eaf41f45b071b23bc278562135_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:3ad0b56893a8ad865ef9de637c1f21a358aae5ed4adadae02db3c6d37db93422_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:56925cf35430409d4a59b4de3ea74d8e3779acf505872bcefa26e97418f7bc9b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:a928a27d2775d702a7b4888f87e770c93049b645b5878173d87d893288c0701a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c83836428568394e500de29f5e4b44fa4881f5b5813a8dcd42a5bd16b6bd2bae_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3fa694c3f2b9c05fcf2cb69f97d791fa46600ba1eebd67608b109586dac15e3c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:44006268f8f00b5dcc4737ce787d9221b50ad7af3e678ea6dea817a797512b4b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:6b7d13c5daddfeda27cc815f3fa02affd699ed626cc41775f78070cb8cab4f4f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bdd058e218fb99204c479f5cc33383634b184b1153a74c3333926e84f3e4bae1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:174dd5140764fb73bc002166fefbf8f897be7b295e10527410fee19338fe65d3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3f5a73689320e820972a39a40077926550f7864e2d1969a9352d3b833191086f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:df97ec11ed1fbf6397b6a62c85014c255b60c652c98ea439d1f47e62c6a0e4bd_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dff5a115ecbd046f3a1a60ce8d8518edd570922528a7ba56cb17716831eb6b09_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:11f56bb6bdf0069b7bea04e5051874cf879bff0ed36676dc521975eae8cf1bb5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1eb4aa5666fec327b24c011e1b7e726ecde7ba1942e0b8d9af38a65baa052985_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:77da9199e0922972da775122d60efaeeb4cb2cc464ff6855099fde770cfc01a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c56c801a4a9e11f7b9ee071dc9634fd6c43aaf04cdd6b048dd4ea1a623ba16a7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:5332d1051a8774d9d3ebd2f6df71f2ae36ff23fd32b28edb418c028dfa6be128_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ae444a4f4274431a8dfa075bb9c91fda502cbdbe971856f54ffb6a0d5deb08a3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:4148a39c8311d7050050debedbfa7454b53c3e00ae4d63cee7bc6da688af744b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:699c1abe44686141c985a530a8b3b864b3a1bf2c5c6645d68f7920b8f752c684_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:608159f89bf52fbe18bbdb1c48b679346ddac7d3ace7883c84494615a4ab7adc_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:d26f0f1adde0599a01c90d8b9e1e8690e6e532a380e7852e83cacc1e439b5424_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1ef42800334a0b6d395e1b1bc8e517e232713a4ee0e4591415c5347ea1352fb1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:23d11514c82b817c95564de1f0252dfcf753ca40cb154054c051b6bef078a960_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f5311dc740529f4f4c444fe33bd5731b0ff5d213620207f039af546a3c521226_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:14f9b0d4497da98ffed111c1266fd4e0b4a812f6b7ec37b95e5702438602ce33_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:4e6b6f1636a4300955a587155ee9063979e47cb387dfc1a85f3738b1cf25589f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:2cb5be04fd1145f054e994500608d1463f35a0fb87305e559ff71c972795d978_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:664dd8b515ac89b33051c38e00fabc4f2bd8c902f9fdd8df263b6cd6d0a0bc25_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:28e1a2e9d3850462c628b0bfaafac15d68def97b8c1c9387de58b1fb6d877f19_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5c60f40d38ebe6f95cfc0fa78fed9aa265fdf3aced888bf232445c2e76e4ed55_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d36d045c32e335933939150b36fd2f86599add415385560d3e10d4b74a704d89_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fa556b78fcc306b456576053e522d93e0c578807e220d3c562ea54cdbc2d1a92_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f9ea746b7bc2eb6cf1d82644d42d363d9343506f9091e8bc67740a06b382081_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:909ff0827690342dce5b4cf713327f3a8887a056951953c9aa639e916129e1ad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a8705dd5df6abd3d6931b298fe8e53cff0f8259547fa85446503b413b0ba19da_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:cabf1a3d4e2aab9e2273afa75bac084e93eb36a2801b91ea0d79982e9e7e5f2a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0b5cac582cea2ea2dee7d515f05bfedf2a5beff46ae6d5ca9626bbb36c94b865_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b920409f5635d704145bb8e1107a7c6f951976c44226a2083982443f67ce619b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d658355babb92069a73c35353c2fc0be4450517b3445d2387b4b0e3bd2b873d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f8036fe71f651189dda062ede40268c843ab07ad5b32e010250f9b6fe9234bb6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c5361be369c8e0194275ab97d18d52a095a5206888bc82d592f9f9ba28a34e91_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f6427aa92071d20df4e412376886d9831bb0cbb15c10216ebf2ac78de096b051_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5d5edceedc72d2ec62b24b6a60c278e4836829c78a0bcfeb20d87fefe501a39c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cd23e978bf90a7180245b04b5b0df939ba57e30ea13a2a759a5d04953eaafda0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:bccd28236b901759b08d5106786d262e482cbd1e3798c1392c9c6eda9956a5d6_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c096101efdd0dab71581c6e6506b9a6560c96979e2d439ca888d2c67860c1337_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7cf38584dd1c5c269f86d85b0488e9224ac989f985989b00ba718ccd5c1cda56_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b2a85daa27b4a10282c1365dfbb48a3224df6c2a47d6f5ed59c3c01f6035d443_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3643a11084c5df88b8dd9c8d7693b228f3a9d94f74aaeb4620aa458516c14e18_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:a6a1152188a6d2cab12133e497a5c29549fa0103dcde8f1bb530ce7a033033b5_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b6f91ba9a89207a2f84a8bb1343179bd74948644a8b1608c2a2d84dee9ad39b5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c21ea57e4b38cb47e5aacc58b218ed97cd4e6ef353d86442236cbe8852c6f648_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:56c61752133f5574587fefec75502e2a132871ed033a824f62519117ad0c4620_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5eee9a534fd647002e246ccc70b47a79737cbf604c5fa4519d10a8c66865e5a7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b1428b294b7752d6d56fa95d6630aad0b6d205991537ddc3274a7062c13df3dc_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c363dd15dc780181855ed7e8af09bf148d9e38d562cc54d90842f95ccecce36f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3978c02a12f2469999e833a2cd001a08741c4d9bd22ebe211bfdbac17563ddf0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8d20d5c213a86a2d9cf1d4e8ea351a70e2bc1e8864e7435baa701aef3b22441b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ad84f2d6f695c6c999a82e33cee9938544352a648c0e72adeaee0803289077c9_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d872bcf33f5d4d6f1a074bef0091e74de82b3b1a883b9004aa1f6193b84904fb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:027641f0d532c5d06663e838ddee798513282838efa12811ede36e1b8669949e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:198fbdb0d6d4bf699a9186c06c310e4eca0c3252ae8e0d64ea1c68d7b67c2bfe_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1a3fb2aa3ceac5c827d7cde1cc0296d6974663d3f5b4139390cb29dee2bbcc20_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:51a53812eecfb69e77afa538400463c7eb51710777e9d9573804d2d9eab5d307_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:19cdd4cd8546c53530e098641c6c83e2f38f05f2d046c6a9fddc3c8002a01fa1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:27b826d0ac202a4321d2d28bfe26376b405458781f04acd607c3a27bebe83651_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b1c377c3a99dc0a9a6a39dfccae28c7e5a11674342530a05b237a33117c980f4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b230c7f6c243ccfc43e6b50809f916d3247f8daad3c750220020ec4337b126a6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:42cfb65c46f9f63ae3227c0dd5ca2a0a11729ecfb2865f3a4443821a85f7c8d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6ca3200ace5f9b6c36c20185dfbac37ef4cfb171f3a99eb9c746e52031bf380e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a9edb90a7efaeaada322b051c1b4cda47df859fad20ed42574fbe0fa00d15324_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bf0602fddb6c09c5c20a33abf72b947cf7ec8de6ef68144d2f4b1a1a9ad906ba_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:13df2c323a0db01668777fb495bc342806443b5c0992fe7f9ede76a0e731e2b2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:8e564be7535e32f63ff7a84bb61b3586b16b07f4ab6db20b42340dd998f2e919_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:29b338177ad61fbe618240d520eb180c1faa54fcd4be63c0d2d16f5221c4d7c9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:97b5466389d9b1e4c54dce29bfb42e901ac2c4aa39edaf99c35f30a766d38b78_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:989cd4643516ba83c661cff6bb217cc25d502febc80344e08e90c6eef8d24088_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:adec59d5a5ca059167c1dab49e6e1e6363c1788833f2cbc2381cb7d88a98864b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f821e1e8479c74d1a672e049e187d68cc4845e7efb417e9e4e4fa99628f3ea99_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:4eef2a136a4fc3a9deb0c5999546aa8d498c3553107d1e0eda9d394b2f412169_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b31560936594f27a81750c2d73f97385d7b3ac87cfa7c75e1a4fc224243eb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:bb3bda07b0ab9cc97889a530b1da6d7eb3f7f9c8a98f9b867bb3a93da7694625_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d50f44b5a5797797b9595f99e3b24684908cc28d317ca00791bb6a7406e15636_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ec2e637888e698016d6df6cbf4be6d44e5a2f544e7b81884982e06ee632a9ed_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3c569b4e1ed989074b129cb91b307cfa10c8305b037b284b23bde4981f551238_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:4ddb2823de8624d7d45aa16adabddb92faed392e71c2d1a0b3e640be91b731f6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d3b7e9f39e5238f011f9328467c72a8cb8cf99d4bed7ac0593edb9ec5bbc90fd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:24e49f3b5ed9df72849a33dd7fbd4a0b01b8c3be79705d6e23ae48e3fd164133_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a9ce73e1f17b21b9bf2ecfa7e35f5d8e9c72620076bed594e217b870057185ca_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bc2fc4c0e55023974c90506cc14c51cf73741e9490632453687edf404b3c485c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ee9af4af02c40524e182fb1893b8bd59785be7d508111c5b0415f0caaadefcc3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:971256d54a4e10a29080f656d5de3b6281f27c77a40c0dc7352f1f05ab83eb11_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d4fc699ea35d0f1e96e825d2db3f21628e25589ba57c40ce771ed210aac5d588_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e3d0f624ec4e265daaed3072e9f9dc85668a917d49c96ebaa1c7bc05ca636197_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e47600e5f91aad639de386e422056d431450e5dc3560d30ad16b0b0bd240e371_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1cba0b4f393f1927ff5386a9b2ed74fed87a58e4b2d4a38f34fffedd30da14a0_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3b8bfd739f87585230904007f0b438b4bc9d79337f0e9038887bb7f297b681b6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9c7b3d916bac7900ed009cf82a03607fe68fb924805ea37e9950ff3fd6c73b44_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c0fe58445dbc3f94bb9a041ee4ac81d6e1ebef0eef6b2468c288be51d947555c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9c772d8d7af17818a38e2004fbdd7673bdaddea0c36daf239dfe65a49f78c212_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:acdda550e575dc7add42439a856726b3833c5d6d98dd9976f30be4b781a11a82_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b5be0c8ab080114879aafc5d2526924d32306ff545c06dba64c947ca68736f91_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bc413067c8cc3e6c40a9be4ea896d911cf6b3adbbbe4c8e85fcb243bbc7bc2ea_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4b39c2a3d10a1e059c3f52bbbad6df20e52e47a422119d51806b59bda8e7e97a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5f0f4b8edf205f47a263878372c0fc80e1531f3d197d882a83cc6a2bf980c277_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:78987fc04ce330fd8ffb8a96e1f25e8ece8360680bbbf4c8854f1ba1f598f2f6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a43046599cdb529aa9a2672b628a7495690b03379c7dd4ec7bd744b01793943d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:25b8603f08442f61b433250cb6f4839cf2cff118df56d1d7e12b3b09e859a278_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:912bcfa64c2dc40a0f8573e595001fdf9dd3280e4babb503198aa019c4c94dcb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9f84034243c6dc1341a059730c81b05bc6626b913524f8d854e7d13c59eb4d45_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d9683ec09f7d3d0c73eb626fa7132ea0d7f731893506437d76db27bef51ae518_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:13573ab2e748690c65900137ee67fa558a1938fc2c4d92deb6b308809a77dbc7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:279fef1862c07ed7b949895843d80c54180a704411df4bd4059135dab63900d9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7c527388a78edbc77d6a9db9ba9d5c8ddb302220d69734f4e0bfc26b63b3dcb1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e601bc25408a2eb5735db7d2595f969a59da9560516715ad781cff5e4a57f2cb_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:264fff5b66ca49266cfadcee9765ba0b34bccff8dfdb12e5444db97af4913095_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8f14a597769b040fed9d1c1d610b6023734dadee91cc28588b65efb25f6308ae_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:bf78d9a4afa92e68d8018283114bbc7fd11fe0a9b357b75a00395ad630ddde75_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dd57cd8ba112502a28c74d7f9e021035a061e1f51377ac0510dd02a303f14f37_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1e3163b559a137ca99141d0913759b5a92cf30e063f6ee2485983a486d97a066_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3038ed29c6dd5d46bf8d593c154537615b8d218bc43eb89dc099a546308c5b33_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6f5d8e50b9cf127af5334e0b1e97aa1bc466bb1ad8a1dcb2b6c3e7494bf5a1e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fa6736bee0e8806b00bf3b6d971e2de5ea49f3f2a89e8cc404d55a70e6f73720_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:09157be733606534b4788e13e47f647c427adb2d36031df979628d1e3d93b096_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2c52bc991f789cb2582b4fcd0fabd20b86b5893d9fcfbf6e9ebbb372cffecbe9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:611ab0d9521d88b9676bcf873b8aaa2fd385087814de0ab05c7c853fe98da20e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c6226a0f343e69d720fbc83ad01daedb925fc39d272df78fdacbd847fb075bcf_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:19425f8d71d7b67b74e76c5b770a5e3d918dfde9a9eb3e181c767b4489db01d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:39f0f3baf0bf65713633aeb91a80cd35779cce2b43e6faa70838e0a87bdb12cd_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:804965e59e0147de822be6cc464daa137e45c991e4ff00c7184b6fd8105eb781_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b9b4777d271c5ea81505111d169134181bd46169ccc05dc65f3b6e59f736d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1a6e143562b0618b3f5afb6d488e8bcca48d9b0b4f68dc70d77279643325ac52_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:22230fd972b50ad12367aa043fef070d0e580b71e874a0e3fc2f5aaf52839773_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3abe2be596ec79e32806af4d66a7350835433c11e8b053385ee6463e65f31d30_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bb8fb8cebadac019a3d8c7fb2338a56918ff39aeedd55318fcc7e7c6d60648a7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:28dc48f706edfe382aef8370f464836e99a307136561dff65f7e7e8b5dcf9a5e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:533846b923d36de2b953fd071f6f7ad38e60548e9ef1d3f704039bb69b59530f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:68d5b77732cb2c0b0cb9a7e6f4201570dd8134dcbb21019dfec4bfe1fadbad1a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6d20fc820b2b684137df0fe673dd4e98135ee6a8c39a660db8435be44160c4b5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:48568238316d40eaae138ec218e4d0fb6119c94d9014683bc25934210792500f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:1d1ba67b2ebee648e679f886122e649880437bed73cc62901f26e77087d1f72f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:627e8fa2665e8d19aea0b746867ce31b58cef207d6dea85228b175b96cc95dca_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7431114311d645b44e0f98c9a0e92e62a2c412a2b57dc47b52f1e4c5ae0baea7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a88a9aa0807380263b476e1e7491c9a4f36def3c403b43fdd30bab55f06e673f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e38292df09d0b5589b58f31c39ca74147011aafc1a51be00112856a7242cb80d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:67f16f35ae8e95b90d758bf617c953ffbd0f31d685b9f023c34e5de5c02d1d13_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ae42289a9ddca85918d07f71db7415d099e8544ead8ae73a0d79e600c1c0f067_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfcee1078c7f5425c41f8d3398ae512f2a07d156de7d6e92d24d7f5eb1eecff3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:eb851650658c10b1a102258af7b72aac6db36647d07ec4eac2bfce099ae68e67_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:74efd49cd2880e07cee9aa16b7615504fcd276e8606b7422ffe6a253636462c1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7ff9273c653a511408a49a0778e9584605b9d24e1069da8a77049f70e2bd5616_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ad02d1ed96a39fedea9588756c548817e8672b8fa6d3e16f1f53221e3e7d9157_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b10f0eaa64d49ea5763131b8ddd134da6771b835333a4f5ac9ffdaa13cbd08f9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6c75dc3551d30161fe15ddb87170bd7ac33cb19b242907e99a9f2b003659efc4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7cc7c37a8ce0bc5a1de200fa97525c35943d5fe789787d642c4a3079c251c4eb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dd8dfd22f1e93168de72dae9a266654563fd41d605c65b4bb15f20ec65fd53f6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:e651483d73deaf4125ae3c2729bd8a42b277df79a6ff056a99ee3e78e2164877_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6590ef2d757e5ac11ffacdf6de04ac112e96f4bc058b97aae1facfbc9bfb9317_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8bc45cb12c534a1dcaeef41b7ad0a4cd8ac0e3b0041aaa0cc3a9b917602ba5df_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:92e18d38fe9dfbf0e50933d15f4178cc149b3e4eb535ccf0fc0da030d758f435_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:9a77e03eab2a1992fcd1c0a1f1c978755e236843ee4472bb551968fb16568334_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:686e7784cda9016a460c9196a522f1fb510546cad343e26f510bea264ab9b515_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:77d58cca07f50ed35b30a97c24f66abf5fd5482be3c2a86df38b5d0e4b41e4b5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:a553758f4aecd97de2202ffc5d96370765e1f92a11fa4ca464ad13037d7c1a70_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d09813fbb679d41aece1f097ecf3797adf142242feb12769a604c37df1b6d80a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3a967546fc93fbe58afe72caa5892b712c5b96072d3cfccc1c7d9b27cc6fd6fd_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4d09ecbb6bc7010c93d65d8bae5a368326d1b52bb7f7410d30dd068b4b9c1aff_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:78a9ba8fadeb516fb48a37ad2abef78f57a09b5e701a31ca41e4bfefe493d781_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b44e2dd5cd2daac1ef6849feb0b313950e0616586fdcc843a051788fa071a4ff_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5d94083e84fbdaa57cd8723c20bfa1bf0d2eaa0cef52c662975b286785db8cb5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7662aeec067c8b3bd0203da4d87e0837eb624acc7dffab9c0eda8081d992fc55_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c95e0922aa74f51030c35cdf1ee704f01ece7b4ec53f361055f4cfc58e464bb9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e4ae1090a43cdf4a540f1a2cb376a93d2f74449ac44ba6d0484e4612579b3d43_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:48c47a452810fe65a21fa858b102a2e7d9469e1143c51857844a0a74ebf03661_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5ccd0d2687e836eea86fcdcfbc73c7bdced8bfe2050c466860306d246375f0b2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7fd64ebc835133fcf6fe9d286f18f790b12295dcd904d61cd255c97e49f216b5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e862f18a4bdd246891a49434389e8dae5d73a68aec6d548dd282f3c56396be98_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0772170993a9fc0531aa948ee3f4c83a8e530802f7d6fe246a0688026c050d27_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c1b6b3c81c49bd764dce7fcb732f14f378aad992c953cdac86872b4113e8168_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:307efea31da6d72e50def18e1c08bae9e05ac8991d90379280c15f69c93be375_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f366a95bf18554cb9b48af250be89970e4c6b1fadbb97543db8bc202eefe282a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:09b9a909358f49dc84cf863e418fa79a72c5f23ce05cbd4045b2c966147b4edb_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1ce1ac2cafe2162c4070a5b60087ecdc520db1e90a433183157c554f86a8bdcf_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2c984681915470552c6cf4dbd2c900d14f29d9a6632d7d937d2fbdf1cf16a5d6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b3809b2f792a8b57efc13591b88232ca2b83fd116ea1a6ce9c05ec39733bcfaa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c37ef0e5d795a727e79d2749570d7c42876e2884561857149a17793543b9fad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:45b239b4328e73574050498d8a59fae10b1788642bfd3fdfd487a59654f2395f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d0eac8a6dea99105af2917f089cc423a7c21820cdb7ea4a3f793381cd07f43f7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e9625244e5cf3f4fd7e6d69a8076069e24079672e2c4bc4df7733ef31c3aad9b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:25939a8eacf00a315bfaecb90901a20f2d314f186c1a23ee0814ca611866ed5e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3b3fe898a633924c2e0f803ca944cc63d99359966004c6aba6a05c446a0539dd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:55a048f1d9ac836497f7783369b5b582727df86cc64fe7df91c463db1fc0ff30_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:88990b2047d4ab9055afba0c6f8895f30a132c361722a1524bed1671527d99f9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4bab889d5262b3f891b99f0a521f6d4511641313cc1d3a5970cc2182c52e0fc2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4ddc6ce50e06c258b4f24827f1fe5577c4ceb5d68ad925a185dfac5b2b3a661e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7883c26d4640f30a8fbd635f5442fdb46625d727a1b2382220c454aeac081fe8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:955419c1ead9dbc1c2545f367907dd4b1e8133ea23ef65407341e9a505b1cd17_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:206e503ccabc3f5a01f11ea5026cb64ad6ae62adf2eb9044386efac6586cf332_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c2d2155a6d299536662cff9c5a8474680dc8d9c514b152e87421feac7cdcc22f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:e62baadcd61bdc045c205ce81a3b2b650be73e7b3a5dd5cb53ea4c2f8a181f0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fab5b1965457ca46faaf5d1e6882c17ac2f0e1db5017cc81ff4da8a9083cc838_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3e9733932088db40e1d1dc25250b68d83aae6fdaa33923c2593ffc6f10b84984_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:62ff6e225c6c72f9c9b0bb33014544d1e02a30ff9092c25fddf72d9ebc8782dd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:70259c080741f045c19c2dfb1fcd5069e9eb7e413294d855262975ae03e60b6a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a974b10609ceb50c391abab36ecaffb9c6ba62f66b246f529d8f7d1f038165a1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2a8daff0897cef178c43b00d43b3468a3ff9389ebf337533c771210ffc608bc3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4c7da9adb32c409132dfefa7ae79fe99d41b6f59c592eea234970279694951ff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a54253ba850cb357befc0173748523a1762858066023e04388c94c2d5caacfc9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d49affc20c2c397c1ed17de7d3a7fb98a3f66efe9f9bd4f4234c0832393df9b2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2321dd8c9cc505a677622c5cc680e4f3461c6bf1fa4267cdf7f39383967a0b3a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:582d0856a394c73d8faf8d1792a80ccd8c66d80cf65b9dfea344351d767132d3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:938cea3b81e1b74629b0bee65183b0800518b4b757175d34669fb25f6e5d802b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d8e3f695418674002c1dd252757415372d95b38f813a3d432abab774c7427b2e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:8fadf40fe968046de41a4a4c6f643d9077f4908a1e456d7da29e0b0c79f8431e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b7b73c5b17ad867eaf4066be6b2fb9a322677ec3265c0d1bde2e317f54f7accf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dd6c4a3b961b608a71122ddef308287483d90f3a153df4ebd00b4f85b46bd551_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f5e86e560d2dd575aa814329ad50a38ad4c7f3c111353e652e55aa5b58033f18_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:10015b131c57580e5edf1fa90b05b19482ea67ae3b588efb30da1cfb2061deda_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:99060fe9572cab596228b61e892ca9b571e3b740c4872ab55e3276d4ad65260b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5127b9d0570329e12a37d1c7e38a3ad9a1c990b7b0e1d3f3b31f5ae1146a518a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8403b335a511bc219b98b899e2cf4458347dfc67c8e15440801b1434f03ab555_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:8bd350665dfcfcd29e64a93a9c1b700817a99560dcc927a75c13cf22924a557d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b47afa8cdfbab90e0852af59ab14d95b430a2e94245aa9d1c65d1a592f44a90e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:15c698a4b3293ec372e1ceffaba0fb9360499514271d26c22cfb6cb39852f598_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:43344ef6148d5c76a10961d19b3bd83e219764cb53ac4f310a513bbe694fef6c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:084a185169e09b57b07073bc5c82bc741aeba187cd9cb33149c830af00cc6582_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:171aabed219e2a837afd87ec9dda95bd32b6f780a8c7116a6dba18533c07605d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:33926bd728bf4ecfa8146f2d55c05f151150d249b965ac4338cfa8a9acf642f4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c0709bc4da1e5574cf296180cfa6abce28c2b7ac105abd95535422abb090207b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4ef4397e1a1aa5b377ecab2fceb5c2eb15b526ae39bcd9299b45d9abe4bbbf31_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:852e6be5031cc90ccd9d02fcc66b59baa692d594e7ae95e68b8923732fa77b49_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bd9e30cdd5958003b7db73e8d871b448d208c099f3dc7e9df3ba56e6d476ea66_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fc61ea57eef9eb7f0bb091cc0815a81844d60c78f5824640e40096e8de8a02c6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2020b01fe0c8555a2cf070d5a9bf75691de4d8b775b4ac91032c92972ae6a424_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6c3b876e5fa5594ed92ed3d333ad1edd228611d67b060024511f8c6a53eeec92_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cb279e6a6181c4ab8025c6ee74497cd95e990aa02a03aa01c8e4ecb81718d231_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f6562421b9828dea833fc82160705ba8c0349531dca39eea94da4bb31b8d3468_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:44b8d7704e559a8fbde7bcd2d7b51cc025eb2b898c74497149f818473d6b7237_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6b3db54da066eff7abd8e8f58ae42163364355fb1fb5a166c3f90ef42024e24a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7bccca2d8db4038ed90d7c5d995bb2daf880b3d6aed320c6d6dc89c73c38170c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:afc464bfe9fb581e22275814fb3263ada3383b571ac4765507d2640470a8fa3a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:353292bd26a33c9a68fbb8351005fc3b65d1f0dc02c82887cdeb5d28beda1404_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:af382c36059c0c0d6e76b41eda8ae2055bf5717205754272edf126fe15737cc1_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ebd113dd73707e7e234669c4b52e7ad90c5aaa95d062fe7b2ec18ad63b942920_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f0b91324c63bdd9b1603e0bcd2e554e1d595168f9337a7c26d3834093b24f6e4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:23a74b9b847094d230ca89e8d43c924098aa5a8ad67bc02c4b11833c4620aba2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3a9adb54f0e11beb7e2f393c00ef6014f9c18796c36e47ff1f08807dee8a9e0b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:558cbb955c8d4de727f010f3fe97f285b6922f4845357cd979c22e9d6afda4dc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:64f0e85f122f8cef1a5b444095fb16f95b255865ab116cd59a4a541bb61cd09e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2b93d36104e2c99c09823ed5c6d12e25abf3dd07e20683640f99b687a45e9b6a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2bb2c4706037910e8045bf0127ddd9087d2c8ab9eeb09ceabe97b18dfe873c1a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3e5d6fe6f1f7a495efdb0a61dfde0d20def80759a215bc7097265c816e07919a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:efe7886379624399e04e4f213bf1f8b2baf1acf989823caa93ed8ba76ccf9372_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1b152d3df7256fa1d16dbc4edc991503bd90432e1c8408149603306e62a28a89_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a7c3fd07837a9c03ab834a0b46ba51b50c73037203ca4d12d8cb2a45f690e62a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c9aa9a181ad76c715b410ec6866d86f28923d2becc8438f3b56a381d7c668897_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e96b65f0caa9f23429318080d5812ddd5c233b881b6f460d944990000a6d7018_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37569639de1f8c36904366fe21657db1df3c26c03b8f9f974e0a87abe862c7b8_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8d27603330319790b463eba638816fec38ce5ce81e7cc2c113636939d713051b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9e9598797558cb0767f9bba75faaece26aadb56163f94ae2cc2c137645b5babd_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:cf8f8b11a984107f035ff28ba24ff3f6e1d10cd764ac472b94bb9e74d435a459_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:70e6484048faddf5f59bc7399fb22731d4134b6a6e2c2ad3b1e92bf26e5ca902_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:93c6c010543791ed57e08cd0630a7dc7903d7455d61686cdb0865b13fc52f44e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:cf50871759b51c4fd1f164c53ec8503379de265ff95b5f6bfcb15d3820722c78_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f296becb22727fbcfc0a2a4a91139dc782688f43f63396d645b03bf698b81ecb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:227f6cfcbd9f361dac87776c3b625a4ae91a7054a29a48c0aec491a786f81380_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4063848bcd02040ab2a26a1e77d643a8cc01373bc6467070f72f8cae62ad8bf7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7315ff02d1adefaf5e52dc2b87903cbeaa1ad7c30719ff6afd130d068ebcb429_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:c33effb47bad5780e4e0ed220647bd0741276ef5c19eea05014b528b91765efb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2883dc4d23d0c4ec9551a0818f5d5edfc708454b48333db179232b6f7bafb4cf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2909be49bc0471a0e2ab4e9172e4ce490b305b8e1fb86729b45af106f1ad5ac2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3b91df98133ad62ab43372695b3953c54d58e70c15eb7ae201b68d73088c0bb9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ea31f2ac734ef3cec4337ec6025a1cc01a2452ec124f102e5b1400a9ccfb05a6_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:2aaf1b270a589b2e9c907bc35b4a3706cca1508a06142dd3086411e046d7cd00_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:32b91a8b6cf6278fde2c8d33666748a905a8dcf290b6e16ef266857d4838d3c0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:fe8f645cd130c489a3454252abd64c554d583cbf984aa3e568ae9c4073fa0f03_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:9885e38ff9be6d7ae070a00b851232a29e739a870d32b2508ab9f34e56177bd5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2b7476cab5336d76457b1915e734ab8702c461af8ca4d9e474557ad8354f7065_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:4890f971ad6077addd93d4c7fd1e9ee46ef3634bf89ff5adee2a95ad7b7b3f12_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:afc7f162c9c1c3033316a984254b8a477d8eae5bbed9cb25257d54a54e1bb866_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:e9bc1798e5283c65ff1487ae78c1175395e051a6c13426d3e8d1b898469a3493_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:07716873e44d49ad177f8c572fe54cec7ddb819a70492e6bddf36ef2ea5e6449_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:288bb644cbb5e14b00d80e0b409c83644a59cbcb513d19025f8b97de61f2cbea_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a27a41e1a167568dc9bcd1f125ac624897d73bb6dca7be80d256432b35e4c6aa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fe9b92e8a052208c6eeac2ba816959ee8129cc0f68bc93bb0a1a2f940a49f4d8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:44ba1190dc20c3a99259ef0723be3c9e1c2d4f339ec4eb4f38a9375cefd60d2f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:48a700617f0d4ab9dd6b40cc27e9f602892037c10872c19c60f62a2a848e451e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9319978cb44eb1f26a7d82709c4ba7d9b6b0bdad78c6c6080bafb0933103bda2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e734fcb9ca41744ac9213327a775aeb0e01ea9974036908721b532ed2dfef923_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:10097712385ddd416b15237d2af20f86a0370f1d97125f1e8a0d25a7215f6751_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:40f8f7e1d72a0e70d96c1ff028cff7125ead621e89cf2f3c1cc5262a3aab65fe_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:50ff72eded21d210ea9c57c9f9b192cb6ca5efe781c5c5a9d2e1129e2eb7a248_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:f77b14655ac6137b53212c8ed526d6baf86d6d6332513416daa73a6dc468c832_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:76042ef2dea9a9316a7bb2a38923d0b670663803c75f5b8351b5e71d344b479c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a645a364226f6768df30645c15ffb8b7feb1932a96c3666cd2d8bbf71786fe88_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:afc4fea57ea3217712f10421cdc7ded66093dfd0d5cdf09120ec1200d696f332_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f70b291b3be37bcef36e4cd282cbd88f917dcc5e61e0ad6228b33b770656b8ca_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4cad4e954d5e9fce7e93ce3a81da34d58e01c38a5d6140cefa7eeeffa13e1431_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5c1598ad56e3f9cf5801a990b2d5d007632cadc69118dd15b771d8104893b722_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d18a7d5884e709f2440b7f85999c2351c0f74ba09b876a7c915a974ccfa3dea0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:ede11c7678a732b9ef9a763632c13e616a95cbabdb36baf0c5c48ca0d476c260_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:208703e1b4c8fd82b6cffc790affc4bb8966f6d95e5b5631d9fc7cd429d82242_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:40be47b6d5dedb587c54ea5f6ee763dc3007284e85cf75d9f48f4de83bff4f0c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bfe783bcda48a7678e776f99ab08f9d6cdf882432ae03c46593326bf8b57e714_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e43bd0884f4c1993cd516c3ea52d1f878a783f6a998a6dd3fe4a98ab11bd3e87_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0492b621d90ebddbab300b3bcb6979598f11380da79b32531f8978b26fe5edfa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2f4ffb0abe2bcc7b801658bb46ad9f397d7a3d11e8b2060859f5dee1625d7ea2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:30b0e4f82db1f3e39379b7aa792514aa726a0c485680b67351c593542c1b1127_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f0f3b27621a9276b1f4f9601b1b399eabbc165d74a4b4a20ebbccf6a36a8f98d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2d56871f80eb82c502cec2b901d3510ab482eea981f50cba4fea729c83f1897c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c169319f15a3e6ac9086e21438dac78a6b30f142c6d96d63c259e45f4b98c2ad_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cbb1706913eb430b86212f941bb32b066af04b431126af872899134a9e111ca2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:de56a4d37e6686cafc8591eb1f7520942036037ba5af21c286aea2d2fab95b2b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3e35e96ed5607d7229629ee64a3a7c942fb12da93a75e989f1fd9aa028e8fdcd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c045d9282bb2e3ccfdc19d09b76e81d622ad5c41750c960a066f9a735ce47a3a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d3c7bcca57a84397fa1932919a750ed7a002fd7f7be976152dd7c14d60feacd0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fc479e1b1d14c548ed9a783109fd978efba5363537b835a5d09fa8d0fa9f9068_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:0e22ab8f884e0095c3cb3efcb63f9f37d55b72cff37962f271fdf534deb469c1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:ab518543ee2455263fe748f1d2ab5fd1fcb87e03bdb241a1fe657c748e220e3d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:cf25049921f441dee72daf95b707da269c5ea7af7026674c42a7e3c8cc682e59_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:d5350fca926c7cabd8fa4e7749f0c2bd9bf90069a11ed96342cbaa0ccc16f889_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:41ec41da1569234037cfc2b9cefeadbdb4c1e45363dcc0b5f2acce2453ba3dd2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:bf2513f4ea2df4a781fa74ddc02c207133387318444f7027e6b62565e8af505d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb3cc6f050ccd3fae295639dd627bdf3ff5f08f66ef0fdefe24ab8260cfba983_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:efe54dbb00c22c7e9e4a6d7c40e52665823c5f94d4b7b03236edeb1d7a304f94_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:073ed3fb3dfb009b6ba476883da5421996c5c4f4119375c0c83b072571d935f6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:14b74e5080c191fe32bdd2a416c80cd94a0f30ea6d5f18faf7396c120c5907ea_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3c86e67143d2caced55d2dc470df15cd1659c5e16c7eb8af22183de1a3222901_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a6de5df300008dde127b655f67ba1c8e637bd6e67bc2c811c0d9e0ecfc3cb08b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05ef13e75b41891cd2774cf5243b11da290ae75f12ecd07239e580a5238036a5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7c5f6b71b68331d1cdff8b3273fc7cebb945d9c037fae5c2fe0666f84cafc928_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:c221dffd999b01fe10c83c1cf3e93ed9d49beb5f0f13e8e23261f44a07fd9342_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ea42eecab8a62b7896ffb697f402857a31807834a102986b3967faa70f63775f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:0123a42a6d10e21067ef4ed5ad7a39541529ff0157cb27443a95b0e5d88efc7b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:61e542fb10dc0e083f8889b0b94c3525f3882e5da701b8db31cc9be68d803ec9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:69eb532db9fac5d796148a421f1c0a95f03a84604fe40d5e5a3719c995b8d3c2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7bfdc577bd856e0cc690c86a8fc9928ed3d034d4d1455378c95293376a74b9c3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:023e336977c9e6f23a82083ada96020a26cfea384189b765e89d6acf7112957c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a0734ecbae0ba4ef8a6cf77d42383afe04fdf33eed2c0d1e34782f147c675581_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c64a9e77bb865dd5475a4022629d394ced47bfd9adb137f69e2dd7bfca2c5a29_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e90910e06037ec13a10bc176da5a516287ddc34ccdfcb36432f386f7b3895136_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2052fdaecd2f3807694fa17f35f03f84b5d8116ca56926b6d657f0594adcc4af_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:274df573eeb1919286472cfde2006716aaa62c65ad1a6fb82bc351e7292a51a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5f81d0322afa70edfd932cf1f80dc5a14ebb30f3f4cb0a4b9943859c3ef8a741_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c5f86407af14e6c3741e75068ebe79aea7c7d1a73ca87fc97128c53139dc8748_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:11009d76f2fc73fb88ad8650914948e04e30d4096420d00a4e6b1f2f82bb2a48_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:464e2bac04048cdd010a9625e6657c9f823ebadd624fd71191ee978520874528_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:4a6beae013e9de12cd8b0a39e9e7488f51b97b3f295e14d773eb28c5df9d6743_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a2f765f47a9fbb2acbbf3b00c2d62d7df283546b7485e7631116fe824cb589a5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:82953c91b88971066d4d605174664863cb062a6f7da286754aa4f05c11a69bc4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8adf05874d8cc6284cb4566506787161305d95ba4c318f070e01960939526d59_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b0127947224f18d500d967398c5008737df32168d2db50f1f87554e149328d71_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:c25b7a4bba9a988a6b7daa4eaa8608df78b927d1d454aac7757f18e3b6c78d86_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1f6a0d8476232a85b5d18ef9ce148135b69a4abdc45952f6ad0eaf41604e05f8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2989730daa53d788a9e1be03bf922a07c1111ee8559bdef63d058be6fd5f3fc7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c0cac6ae1322cdf12df3c55948bcfead52641aa95a57dcdea97401ae01c1860_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:adf166a8095fd21a818265c01776b94e25cea102a98de6875352cdc47fba933b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:67f12e5ce45f173e79229f506b92915943d263ca0adaa31a027cb7245d7a076e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6b91bbe18861c83c79693a155979f3cc56162624412eef4c57c52cfedfb38475_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b2bb582913e9dedea9f2eb41f1568fa8f0fccce2e56be4f666ff41f3698dc147_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d35f97d205f82d6ffa260582fc6dce2fe0fcc3719ae0e19e85e06e7ab629021e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:03ce535e7bb582ca85793c8155f38ff9f73231e7cf5af4ce223ea89d4d2eeb89_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:605dbca994f47b04da902ae4b76744eaebe0d716a7a5fd3cb8e617db5dabb8c7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6b2582a7f534bb2716acaa72598b40f593897124fe03a5e6b2bea1e4c1a26d15_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d88f52e765c3f5fd4ad80f7364efe49e98ae927d82601d27105eb6ad0b484264_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:1305fefe98602549511b835fd1302eee6a4494c690d76964d89189c90f39627a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:325af02386526656111c663e6a206e755f2f30db00059078a0391d4af6cd95d2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6dcb4d60294895ba062bed0e9612ad7fecd7fd8d8cffdeee9bd65ffec1b20a63_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f492d67b16384267b9f65d20b769f93e3122f0957cec290a88a1b244c80e4b54_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:56cd8314cc9791e043cb4e5ace324013f4ce4c825fb5f9119b1a6c6871b76a3b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d6ff019bc8333893d6d5799927ffd9dbd02d0d388752a1ead6b8f85928fff4f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d7e525584c9b7492d8b989d2ad0b8ccdc4f244987f26b4aedfa7ab1097aa8ac_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:598dbc32cda4219d6a0442aee99096b77ddbea0148ac3260c9c37e00b13cba23_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e223d745233c048714d3ff7a04f8ee565aebeb0f5aead03e55dd9f305fe60cb2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:05fe3c8332c4626e356a2b8b33b235d605b8cfdf8b49a68475db687789a766e7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:64ea7652aa2f9f9ba58d56765ee0ffd7224d6534860d118c059c2c066bbf2142_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8673853d611d162bc12d1791bef2acdd4131a97b8a6e46961736724b69332db7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ee04f343f0bc1c58b1e016295990225bafab7b39a9c1a572b10cdc19076150ad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:4771678b9e18450e8e2a6ab991e844fb064749a0b09b089e54a802a7109c1ae7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:68c90482505c592a6393640c16467c1416f3175ba1273a284c3d0a9417e879ae_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:234bf4abb67f86a27d549a2d368d080a3671ab34786e26c6abbcdf58baccb034_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f330b931299e7c97298212e0514c55f9e086e2f33ab7e522d40d8e9df843ea11_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:123e1027c857bf3a084e45755736871b220117eb70d774a3b450f7d877e7d1a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:61d9a3fb3114cc2252a8ecb5b0339a5fcdef87cf962f285be72b164933afb857_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9426eef8c79d6e2c9cf5efb340257ef7dc7936b3369050776f4b45ed6603de37_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b693182419b2287a69a8bcb3bd3ef8d6e799b5e7aa9b5f25cca855995588e104_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cde3a4deb285f4ffb38be4443b3c09f33a44d8f2007bfde6f8766d371487bb80_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cfa458375e07e80969d9a9b3521c5983fd20f384b74f1080b865b618afd35f32_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:30a0f7d083fbf57d19fdebcba31bf52d257fda3eab13e1c8b856291f40278c4d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:7078670a28f19c15b118e3ff8d70afcd5e329a22eb6a44d3827f9554dbbee812_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:6d60dfdba0f6368f23bdb554da68f81e3d088677ce9748d2850ba8f2ecb0cbcd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b71a8dd592d2646c7b085b06edefe64be96e38113c3547a111a8d0201992b98c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d906f3f6f4740b50fd6266205b0b3f986b35ca7a64ac7b6c52cd7167d0cdab23_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e4969f9764190a2b46dc5c9c7375213c28518935d80c4e4570d122d231f53663_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:331e8f309349114252acd7fe42067ab2b7bc03abb6619f1df59c8fe907513d3e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fefc2125429189eb85f3c807ad8ba8896a48518f3dd7d93f94a091ec925e23f1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:8687825da05aa3fbdbf32fa82a739f58585d8d2564501deb0d3b97d67a4c431f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e5886c91ae307b14a848b0a571918a57a9d2d85805af6c6ac7a2404dc0308337_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:260b87efa1dfc71726aefc2feb8dfa83495aedfa6e95b0e86dd1ce0d246233cf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:49a1a91122fc6cc34cb21b6de67b8249f154aa8e2bfade0e50457c224fc3ca70_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:cdc02821294c7bd8b4de75b356ec0ec8b0745b0b409ae9481dc08c4d967b53ef_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:e52b5054a3c11b34c3bc3450d9be2628816575531a1435ce44652324ec020dc3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:64e73e3f7bc1f37f40ae235a7866ea7c881d67afe29b398edc6f15befa7f06cc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b4f0c23d7fadc3a15840607d9aa13327a3eda6272565f88be3691b74f16fa13b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9b5eda1037248996bff10033108d1dec27b8417730bd721d980b778e1cb4585f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c397e51c6d4de14ea1b6a41957a3fe5ae54115c1cbaf414c013035333824eca2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c72d9616c2bf94661a156840d39e3a42d4023598c5d647562874c453b44b72e9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fef61b2df388d1e5714b0f3293bb7878f1ff9ac64b0353284576fa0413000ce2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:267a8525fce7dcfc460052b97dc07532c927fcb27257b29f5e43e5475376bc42_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:886cef96ae99502afa35aa5cbe5a16a30d873e8c9c92d6bb3c748bb68877935c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9a68ca065607df1a4fd1a351041d799b2166b76ebbdf2c92a0fdbccd47015036_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c7a8842568f7ed4d4b1ceb0f507aa5a56d80ab213877507be04ab55f8fcb3a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1567f1a6c1a596e22674ad45cd1975c8667fb2317c84dd5944ccef58326239b2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:40dad16e2777a64a836355627be3aae4572a7ed6417ac39e0dca5f019eeaf471_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:800ffbe7a0007398e44945b2f3772d657995ebd902918ecb410e5d373de06263_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9720a885c669964be135fbcc55bfd5e9766841f6b11bb2c279ac030de9618ece_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02440d8ce569f4318b2110f8975fc4d0a93e6da6c5012882df9cbe77559a0a81_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02594f4e3bd44cf7d378a7fa0533d54b4365eb5317c282cf8295cdfb0ae5ddf8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3e5753abdfee794bd09cd51eda1c7634aa7630ea3f2a72ff40c3fcf5661e58c1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ea8145a89efceb27b579a5f79c37c7457d141a0eb38b2de5c82ced07879539d1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a1aa9421f9d52c8bb918e1b3c9daac3e1a076e70e003a58462b62f0a91fbf795_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d4dd77443d486829650aaee412b58df2c5fcd995bf2c493a22dc1cc705d270a1_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d689dbabc1df0ca42e7eceba17ff474f9e6a30474f7cca15970a5ee7fb870a72_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fea791f1b353cb84039498653a7b7daadebd460631446fae5f05d1ca8e85dace_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:100ffa84c55a87981f50fa5fcdfb5a5daad0eea01d0bc14abdbc959ca0a1ff92_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2e646fe351c1dfb3650d0b67694f5cb89fb7aae85c9b8edd356f54f40b9e9fb3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4a45ec0f50d9cec050f1c99dd33d288ba8f9e8dd1a71c2870eb5e799a42e411e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:60be3446f54ba3c5f93c5c4bf1de44d7e9ca3049abb6ab910f8e62e671a80d44_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:90b36fe8a88dddddcd584cf06ddbde8b74e9d7a78f9f51b77d7d2480ed45ed79_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d69ebc6a9d6bd6f8f75d933ee0f7893b285fb24e994bffc35514ff5211ce68b1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:da6ed87ee2d899e3fe9c6e8b08bcd44cf11e1b1563972ca4aeb3e8bc806a1d2c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fdea5b85efe39b635685d506a4416115d546a9f56e87903650b5e51bec6a10bd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:47ded0bc14992d79c073e4cd541279def7e44d8ff586a5cc1676edabdd86c13b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:642eb8c1bf4631b969d0ebf3a0755f566236ce7b5534fab78d531c76d5e802ad_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7189cc475748ddba6ff3f306320d55a840baa8f1da8a934d4500c49e6f675ea5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bc10db6a9f9c1a60744f49c1ed737bbbb8454eeff9fd00175b98872a1af17936_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:017359024215cf5a7b00bd31b8b797ca7f5f456d66a34ac12c44e53c1ab77fff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2635b651e023c9d4dd92d1897b4513947985256607f9d2dd8043cd7f5de3a765_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:542b1a4bf2fafae85c50eae7a182ffd3a3a07b2c234a00e4e6c639b1143b4b55_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9b3b5510e4cf6b4cb86bae86fbf36c1fccbdeaecfe009cf2e67cb9c1d7924ef4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:048f5dc4b9176a86e0d82447e036ddad890e58e49c8508cd74f8c297272c800f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:0a7e3fc4b1f892ea2e77c1f5d961507f0fcec7740f33d3e308904cdea1d3ce21_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:44db7037b872b0164497a603e99b7c5bf2bd9aaf31158e8a4e8bd03559584155_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:a8ffa384c6770ffe1bb9b7b8729501ef2c06199e0005b16e5dc432dd8d23c66f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:176081efde0e44254215af3f5091e64748c81d2bb29a1e7a64ed2879c6a7fbe3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:42ea798731bcee8b868ae15f9d45b8f0aaa91d1a4f7660c53ee08b070fe4c9f5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:85fd9925886227b53c26a3ed09604c408c49b8ddb9cf7efa2057335bec94803c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8b7b592c5ae05773897351d97fc9925e6904ed02a6ed49e4737f0f649b7eabe_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0d8537a8b89a087f59b9f0c413d9c8d6c77002ff0d9d8579d179291d3b6caee0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:14cc3a54f1ddd57ce5b80b6d111f0ca27f74b4321c9915d5ec1960318c71d752_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7dc1bda89f2fe70041f850dbb5dd3804e853961d2026c3880fd7255dd6e57b0e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:aac4600f524660e2351490cc7aa719ac2dc93193f64bff1178a04376bda57cee_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5449067a980b2d50b360b1aa1164fba67693402210111708ebaa00f0f93bfb55_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c8486459e2b80ee2706409e888070c9100938357621746215ad7871ab9ddb990_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d748caca6496019c594ae5aca825845658e1e8c5a1c062a02830aecd677ea1af_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dac9a4617348551eaefdf01ebf1770442c0bc07033fcbff203750ecaaef1161b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5143aae8d524363878300902b89dfb5f3420ce897bc36064fd021d23993432f1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:6fa81971ac5bc843a536eaf167cf5147e879c5447d7c1ec17cebe7ab85692317_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:bfa79bf705669231df1e59e373712f0b04ef2c0676ebfd901bd9879cef16236e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:cad2e37531b2ba165087ddbcbccf9cf167c4eaca5a3fba5f5f4bd943b8298678_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3538795f3effdfe84442141d83d0292447b4c43e3d68871afcd453f80e11fbff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:7da313ec91e1a9ff08a16ea2b0af0ed1ac73e40c4b629402bff19f183d45aef6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d9279ac3cea7e1e400e244624bd7ce53cbb6343d10872873e71dee20263d0e62_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e89a5c92caae6b72646e17535787d06f7640a47c59b0b4f418c7e48918736d60_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0ec6c9197060bf068f358283d64b9b877e97f072466244f9d147552a193fdae3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a5aa2eb87a3fc9c5160f5c37c50cb88cc0a77bbf4eebb298ee7883ecf47b456_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc1512a1ca871d5e21162430f028d7b7f2391e19cee9b3d6e253b6b6d03cc8e2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e8c2baac5dee142c4e84d01c731abbc200cf24a04201fd8690f0d47035958830_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9b45bdc374e248769add4b772aca63e25ff0baf8d490e64066bfa78405cf609e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bcb4f4b45a7d62927ee6589db9d31e9bfc87a13f3b0239649c9701b10d3dbd75_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c1c72b9d00d45dc90f97bd9c5263e6d385ee34f3a3f834909dd8b8eb28c3b15f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e15057d2878011a1142587df35dac65182dd4ec4c0f3c61055a73a23dfbd615c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3bef4d599101ae4c2162f47e89f5fbac89903db3f007bb425eed38e1d9b4d9cc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aee0556c560d2ef9f2ccf501302a373f15cdccc83ec2c6935c4ae6a2f25b63e0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ddc3c05d5daa3aeffe5629b7e2fedd5df301a3030f8f8c6acc3204b8fd7e0995_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f463811c1b1e6fc34934bb5a8151fa946acf321ab57f9901b3ee1b7f75546beb_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2abfe62de89fdd0697da63674373b1c8a2695846d8acab5f17a35fb38fbc23a4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7701f38b6702b4a9e6b49b3db83073475c33528d2529e63b1b98664bb7191906_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a23cd4945d2e1f9e1c194179fab9c388677fa1317e02a99eebc575e227064b79_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f2f194cdb1a14fe59e05455df10ebfe70edabd37ad605346b6258c5bda79d96e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9b04b0a1047813b35f6ef09e1fcf1e06b63946e0a3b3feaee3e081b0deed689b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bb521f2f97477b5b9851f6655f1738b620aefccaaa81cd303d17eb74ade7adb4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c8a1f9ce2dea4947e6cb460bb4b4ae7ab6bc5f816ca25f3405799d56c6ca48f3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d8f67c5b7b8903633485f67a76f88ea13855bbf95e92b651bddd15fa91458ebc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2c84af74e0937a0f3451054240ab7ae2d44c1b566339012ebec9e5b75d7a627c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:41ab25be6eb002ee921bf74c1049e07547328632d576e78fc45245177fe9ab84_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5b389b9b0acddd8ffe5e5c3f9d54321d061253f3f45b5b66b6dfa0181b73b87a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9afa17f9f4e4551369e891d405098219c071231ddab921dd32bb7bc66bb0b6a7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:0bd76e62d162ae823a34a766fccd9d339e3f550720d863b477273734ed1fdc39_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:dd17b1ffce727d9a74c3f64d65b72b03a5c8fed96e773665a078dfab33bd64c7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e8ed2c9324c2f5594f90b049e92f2fb3141dedcd99165e80e8bfe147c738adff_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f7f45f6d562bf699e0e45e134c7ab71701dc3994882cb82edce9356be7627ce0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:22dee3c01cf1deff68d73d76735e420d223ba0e75dba1e7ae224ac4e7b14ae79_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7134aa51e11a7d6b826068d03b9c90a518cd3cfccec0e3f06e57f5ed77daf6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7cdf9e85bfc54e4562176d63e1f2be56775dd761c6c0cbb80fbf888dd1ab43_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b72954ed888ded15f443784fe6a684b6e0d7782921efb788e242d987fcbf5388_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:63bf84966169bf2dcd8b8bfee3c478d9e61881ca007fdf3a8be4ba5cb1118211_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:697ada7f8e4bc8a881e2f1fa3a8402a2e96448f948befd465c59e03ced12c9d9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:85ed053619e39778d5a986255af37802ac46a26899c8a448abb139736db5e075_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:abe01f65affd92347d8097b3922e587548364d9680b74f767e9cbf139c996802_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:55102797bf884eef2d8b842ba8a5f2538f711622eab1c82b06941ec574b8f266_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9cca1a2d1a6f5a33257e8f790d180274f24a01c125a717ff79da8fa301e2f270_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a1f1be1027b54388f762951ab7983f18cfe37140efcf2c778a5d11d4740e8e9a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d65990c0adf148e94c1c0ec0730ac2a285b38eff128cdb2fac7f61af1514fd14_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2db5ea10de47829d4643fc525d9efe3815db59d5689c0febecf4fd722ad0528d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5dcf0a7d3c0b2062ea11867f5fd2a4ad56fe786b11c3095d76eeb4c844240a6f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:73b76f141fea3db7cf7df4e9b70443b37fc67790cc6986efdf53a32ea7360bbe_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:be3286f36b4c80969594af159ede49ee20ab5dfbbd890649c2c4249335714466_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2cb748becce8d80bfbb66e84f63e0f0a3cdee6d9bef3833eccca24132e9d0699_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:374211b6e69093447e90462693c45bcdf2ece57b033a419f13585d9a46df62a0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6047837c63bd707f994797af79267ec8bb5075b3fdd88c069b3acaa04ee2cb5c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d8c4afb75de3b6d432d4929f4d4fb6938617a794ca2ef2060b83a02588a1d0a3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3287f57d83e7becbcd3997ff2ade6e6b5a664fd08610464002229e0a116dfec8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8a58a72e372b4235b4751e08f10c97ef0798519e6b91595c234fc14089d7495b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9654a0a2b4549ab06e5422dc69872961c892e97032b18d913cc197dd3aa39f3d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9e9ecf8cb43e1819159bb8fc0eb5641b71663e110ff757e26d5549cf41075084_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4aa3e0ca4b5398fcaedd212506e222fd435f7a46c2eaeb7a49dc50f789cf13a3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5d094c8e18e42d662ac2f5ba16602c1513094c7dc547fbe3de562463c4096bce_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:67f85bffdf2db08fb27d52c6a0a8b615a4b9cd748d9a7e6126851d1bb27844ed_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7d4b6b9e67875889c95a5d126bcad0f6b98c148b85433180573f439a867d9e25_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3c0791290db50c5a925a80b371ba8bdf91f4fccce56397d12a989263a972bd02_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:654aece866efed516d69db0e47668dc85d3936e901aeabd098e07538aa3dc617_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7637a44a01d6c56f002120cf96228b6c68e92b4391d4b6efa1c81ff8e40eac0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dbc636494f53ee38eae00f243bdb92d187ec84654c280cc454f2b4febd7c22f0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:08f46b1d2114a3ab80bc7cd277859a4f84e870c2421b9e13370774deca0aebe3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0ea69bf7a80cc8c0810acf8c7aaf2cc1374d3b034065f1119ca33af3d1794cbf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:17e61f4a9148bc2e0fcea85c19c98eb8c2efb701bd21f8b63547dad13fc256ec_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:8b81413ad0f567583ebe4782344c22834c1781c5f7493c8a05b827f3f2a5e409_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6b348a4fae63bad66acacb5f0d03b8155246733e758f14208956c38c2bedaac0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96eb6b75d6a8ce22b199b8150e628a2a00c427ffc79b2fee2e24af1bf584bbcf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e0b17d193af2fd7e981c9908e01f2d840cc939e24bf1be19977beb85fa1159ad_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ed56ff21aa465143bc0d1c4f20803873dd07999229739b84ef7861683476b22f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0654b81d996d73c5b5b03310f314bf3bd6871b3bd4d1abe791cec9b7a3339719_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e294ee6e92049316f91ecad5987a24d7d3c06809d3db2ee3f9a41bb461bc220_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e3afa0bbd3ab3ed4acd6d0059765116e9ab56090313932bd063098d94f1c3b1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:929f235d156df0f59479d60379dab0d83d6fc662d9acf7ff050a520850ee0125_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:14b5ec9622b1a177ffe69a7c87b7797c06b283b26d5547828d3177f823074b5e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:52a47ec0685655243dfa60738842ba038719f2454b85024084de270736d06529_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5fea5bf035692313badd286c7d13564d48c34e3195bac3c74ae669607b5b5875_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fca2b0ceeb7e301640de2604932cfb2c386441e0d3b3b0e4a525f0a6b00f7cee_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2b85420da837c90d984c5945fae12321c8e6b6fa270768da6270f382194f2d4f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5e5a715049a34055fca9a4b36dab839573238385890678734f96d7ba776dadf9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6982d2c27206f15366ece47b40f4a6a2994c7acf5dbb94aa274c55a2216d0063_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a38c23c37dbf421c77c4f36758a105b790123d654f1c8b3419becfefedadd0e7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:021e3ef983d0ca18800e0fc390ad96f4b6f6b9c3ab784c6e74ebe2e7fd7b31d5_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1076cff5268f9fec09a760da243efbb72eb96645f838a746c4c4e28ae4feba33_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3eabe7ed8651b8dedc3a2c38a83527f224ba3b50088b3238e158048bb2ddd85c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c29274bf105ffdd07bb78270a6dc497fbfb699acce48c7c6b7b6ef32416eb20f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:71bae3f7d9ec2a469c8d69b9f67d27a0a98a26bc842cc8733442cabd43fe3c06_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b67943ce9e26423e0bf84f411d50f394a67a0f3368ff289e695f8819c4fa8c02_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d4c9ea28e8a716d6a46a42cd3b5efc82f42d456e21791c32369527ae82f643e0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e4c222d813696b8b3d4cef6982cc88ba3d4581ad6842b10510fb4c8130a82684_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4d789598c5dc7be91f05a8766dffccc377a71db2ea8c5cc563f396cae02326dc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:70267df26127761958bacff38fbeece08995608c2a24c7a3724495128ef2bef6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:84ea38804ec003ae82375c83ed4549163a2c932d6264eb64476e0ad175b4a4de_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:bfcf2ab8d6586fd6a8f08ec2fcc71f997800b8f459577c31e654f8ef9325fc42_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:49a412244c4d6b547d5b0ca9bcb041b1e3cabbc78f5234ce52b678207d83b3e3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:4d2e1fee9a43f8faf39b05a7d82ceac50094ebe972fd1fd85b1528961cf49478_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:564e888a319fcd9b1af19b18a4281c5a2c41bedfc3186fb3bb587a1e28954c0a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecb2d59766a1aaaf7cfbdf1e0b92ed025a18fd54acd41fbc63026b350c98a953_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:296a9379ce17e07df7008f1d35004477297a7ebdf9e3d51a50d71628d6ac68af_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:67f272ef9abe83f9cd959ce97e3d5c46ed6e118ca30f65fbad733384d228ebce_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c8b5246ba51213bb183e07d862b6d1f9b156e1d16b7656bd6ea061f9016e8ad5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ed375d4341175bfe6945ea8aab5208f375034307f6753cc726230629ab97a71f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:29e41d78f04e683ecb12ff2335b7205383670e7bcd2b1beec736261a93abd406_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8ac74d64736ed4788497e0d4d10226bfa212f6c0cc97ee63d7c61676698bc022_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:94a303f0dd0822b5d82509e3ff8af5887949ddaa0e3a91b9f94d0bdf4e1e267b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:95c3aff27109694e511c9e45d1132bc4de0fd636cde0855c9ef45f1a17f5ce7a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:16e2953831f686cd68012c8cdaea2b404c54c91050145b716ee8b0ffc5cf11bf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:91e3e3d331d92b90ea49a78531cd366201c5de278f56597d9dcbeae40f114754_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bb1ec078ef82180a6019d6e174c16a5a846e4cb8995753628db25a4ca0071474_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c33a11f1aa2fe38738663eb291e25503e2e6fc3cb5bd964e1a6f8db0475e29a8_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2606e2856430c12efdf947977a070de13c3f93d3f304608c411ed57b6de0c6c7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4dda7a5132b638230470f86622d84a7f0117280726ea52e3769c15f11b1dbbbe_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f3b4137b1beff722b9c1ec2e451577a22f44c47a6196139a39d4aff3a0386daa_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f688b554b17808b3aca13b4e6bb8a240401db6f6cc5805e98ebe71ff43dbf1a7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:07163bdf6c27b8066a5f1e8674a2120054c3daab1e8a0db8cd728f2b1ca0fa57_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:32956c0bb79239db914454aa82f94222c6f7a90be718e22bb80c4e75a45127f1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d877387429f09cf5fdf779e73200069c418e561f20a21815bd56fce1c1c4c73_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:9a64cc9623e5639b0e8ec8f5ad63a5ab83f92598abe541be09fceb37ba2fab23_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6d8e4146a7965b0a81984df7d0a2fc094c50e7010acb93e58510cedc8a42e687_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:764c1081056df81f61d6965869f9ba66d67f132d6c768c13f1b2c1c81d45ec6b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a27762ca5025270235002c90eed00d6d029d4b7103b5bd108eb527fc8e797f1d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f473c0c439be12fc83e9ebcef48a1a067a5f4a9cd581ca19ca34a3dd0b9fb79b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:6e95c6d3ba75f0655680a4e46b703aeceb57cc9ad072733bed1aeeca0e9b3508_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:ba23af1b9437640698b924bb0645013d7c08fd6121489b01b63f66156faa6588_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:01c4ac10b7061c77ef54bf337b8488722506d2a572d9da7d9a689b4c9ff7c225_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:67c19e36b3f264978073841b06d940efc3fe0546baabffdfb35c2e5a1989e96c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:add880787ab5dc1af04cbed51e2da0f6f630ee85387617987ec6d6d8e3a28009_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:d6acbf09fd11d29d0d715b96e60355a23deba955fb3ac6ebbcbdc29e6923d508_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:474e02e9e121dfe39458bdbee1f434d32fa29347f55386a4abcd3825c9235456_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a0e6d2e5adb8d9c223824f623bd7d391e33241fcbe281c54af8e3925af5781b6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c3fffbd0e1e6db3256029c6cff61bb64ba56625041ff86a9d46a895076877fff_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d253f116a2d1e2f033f47422230a0a4e8a9fce255d71e9140a0bcb6f255c09b6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0b41f824ade401523c3ff06e2dace98c8dda246f40e6a01a588dab6fcad09683_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4954d67caa517e2e2edec0e5d4b95610a31b82d5a86f9058cbe55193987da9d2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d1a37ce3fce40a5d5e3065b5a4be81a18fe2a6b81bd5d16ada65f2647fd8fd0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d395f05c26536703d44d06525efc0ac6203440e6576e8a1513c7e4ed8563ae62_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2224a1bb7f39feb0ee922a54a94d8dfa66e676caffc681f99227eafc0082b50c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:339b51d602e6c798949da55fc36b4e83d4b07909c97f004f8aebb5bb6f43268d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a7bc2291024185f39cde4d43057b17968cad18451fe8447b0ace526ee11bbcb4_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c171ac27f2bfd7846db274c1d2be8b39cdfed3afe59ab4fb01f903b5be3af443_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:45c70f4c6f15a25e1982efd6eee6930f16317ef4cebd11ffe2b5994b9ad8b200_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:938dfb864f0a9dd0116c5969eb1ca94f2e04b914c3ee56bc26ac33f90e2535c6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a4f095b9251baba737421c47566ac7329258b8ff22b0f131c5a941ad1b6caed5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:f7a4c6ab4dc050efd81ff5d7dee7569a55dd0cf96e6413c47770699f5fa02b6d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3a4f76a56b75c54966a76307c4fd647d854812bd22e55cb228c1e9b5aea67037_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:98110bc940b974dcbb8b0ea21c6b52bd96ecea62779f9665d3ac8dd03223905f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a7e47a89156ad39c7e5820cbc98a0b295ca1a3aaf6b72be3961c6d4eb0225831_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b6a273a6d68b36cd939b6bba836f657168526125327fb784c436c99848f49f7e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:26b6bffa3e11fabf11ec8176bb39ab3e301b3c5a85c1aec37142860ffac1fe5a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:301f5a73d9d839a999dbd3c9a7741ed3458ffb87426b7499364e6460850deeb5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:57eee4fc78405492c9a665c228d1f25c75f0390f75a73d5819aea7ebc2da6b4d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b10b625aa3fe5011c7fa9db3c95ba6d36c569fd6f6aa4ac3ff2431cbc103d362_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:11b59cdae58f57a02a4c8479266a50a1a5691f2e8e4382ea7ce96bc913ad4afc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1f11609dbe46602b2c11ea6c776cffc87ebf3fe2a1204f25bda85d9793d5cd60_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:28ca9310e14799c080a07935267ab4ecaf6fd1abadcb1e165deb46c81f2e731b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:56a619fe929b8a18bf1526bde6c9a86f12a1c0a43739d1a0d04c58920d3ac5d0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3bd696b964b694ec219c5776593bf4772dafcc3f43b973355913801929462557_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:4142674147742cf0ecad7223e02e88efb53e5a34ab820df5ea2f645a04219da8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7c59a7997fa95d2895620378a7e18f0074929b630c329ba3f03c72e43415364d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ff35fdf6dd3714c214394ff6f203815f23921af529bad0dc22abfa1d1680b333_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:15198ffc1a039f56e9cfe7ab35037c34a3864a83163576b65fb3e9f5aa8f1f3f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:4ab1c5859c4f54f225fe4d5555f3c2d1aafc520ce7a9197b040e06084da9a43b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7be609c48462446f215d9ae0326f1c76bc0b779cd08db391163c796106e7aeef_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f04c27be87ea23869192754c00d08badd40a106c2f66b86bf493455b3e3ceb09_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:42ce515a9496a89b6abef7a94b6fcea6880b2a9833900d54e1dd4044c9e2872e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5ab9133d7b6aa46227bca8a1c6ec2ec9233ebed8e62e41ff122dda627d4a7fcf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:94f82ddff9d44dfdce03af24a851c05cec4ceb161c5631ce6ce88dc8a9481271_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a7879d59a73d16ad9c237a597dfdbdbe06fd6d3e3de0c9396e342250778dbe08_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2f370ec13f448fc82d3f142cc8b6a559a4d62044631f4b394742652c4672f536_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:38471fb10545f0fd1f879ff8ded337bdb6919a929043727936d28c2153a78fb9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8e6c8d7186bfcc49c6ec64bf8bbaaee511f62cb5d14aec29bea364f90129d36e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e35c02d8101af5150e038572081ef775816f97c77ae24fec3826bef8c24837b4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:123714413da1487c02d182f1d355688d2f0fd63e0f82865dd962567bb9c81039_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:675b6754ba7e231a1725cf8338d536551497ed05e7f40435a2a3c98e411af84f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9eced45114ad75c3ca56d06028c836adaa713433bc49f6196533276f9645c58c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b203bacc4238f6cc6afaa7dcad119d126484235694dcc33a46edc4d002dc7f5b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4e68102ebe684da4477f443e32d69865b6fa28d398fbb76463c67d85739e3c2d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:6dd5107b14c1abce011367145d859456aeb03052ab831b4c548fa4fba0b269fb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8e6d6d3162ace273c1312c383de4e1f6ffe2d8e6d7b553b64e6ac460ac040c20_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:061699fecaf30d68ae3d41b89d812ea8144627d9ca9de83173fb33fa06e6b8f3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:33b4bb5c331675703e19ef96f3185b2d3cbcf4d0e37a6fabbeb5a8dc1f46df10_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b7e15475952a147e7d6d506ee9686c6c594d529b27e4086f49b0dfc1e237d640_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0465b162143273b73d2d1af7ea6f9654116a9b1cba8169028273185f2dfa1191_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5d1720d8067c33064ccfa16d47931fd18bdd3590f53023c2ec268ed9405d0983_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e99c8d382c503a7b1e25e6f72ef293496beab285d0a3453d09ca73fb58247163_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4e09db0d6efc9289a85cf5d4ced1d6a6a7f52168e44c366907a5d4ebd3e7d75d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:585c75fc909525ac0332764b66db33e6646e5e0b0a4d01d176be6dad70a7447f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:85df50114baa307e2b4192a46f80a292500401eaf41f45b071b23bc278562135_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:3ad0b56893a8ad865ef9de637c1f21a358aae5ed4adadae02db3c6d37db93422_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:56925cf35430409d4a59b4de3ea74d8e3779acf505872bcefa26e97418f7bc9b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:a928a27d2775d702a7b4888f87e770c93049b645b5878173d87d893288c0701a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c83836428568394e500de29f5e4b44fa4881f5b5813a8dcd42a5bd16b6bd2bae_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3fa694c3f2b9c05fcf2cb69f97d791fa46600ba1eebd67608b109586dac15e3c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:44006268f8f00b5dcc4737ce787d9221b50ad7af3e678ea6dea817a797512b4b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:6b7d13c5daddfeda27cc815f3fa02affd699ed626cc41775f78070cb8cab4f4f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bdd058e218fb99204c479f5cc33383634b184b1153a74c3333926e84f3e4bae1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:174dd5140764fb73bc002166fefbf8f897be7b295e10527410fee19338fe65d3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3f5a73689320e820972a39a40077926550f7864e2d1969a9352d3b833191086f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:df97ec11ed1fbf6397b6a62c85014c255b60c652c98ea439d1f47e62c6a0e4bd_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dff5a115ecbd046f3a1a60ce8d8518edd570922528a7ba56cb17716831eb6b09_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:11f56bb6bdf0069b7bea04e5051874cf879bff0ed36676dc521975eae8cf1bb5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1eb4aa5666fec327b24c011e1b7e726ecde7ba1942e0b8d9af38a65baa052985_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:77da9199e0922972da775122d60efaeeb4cb2cc464ff6855099fde770cfc01a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c56c801a4a9e11f7b9ee071dc9634fd6c43aaf04cdd6b048dd4ea1a623ba16a7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:5332d1051a8774d9d3ebd2f6df71f2ae36ff23fd32b28edb418c028dfa6be128_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ae444a4f4274431a8dfa075bb9c91fda502cbdbe971856f54ffb6a0d5deb08a3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:4148a39c8311d7050050debedbfa7454b53c3e00ae4d63cee7bc6da688af744b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:699c1abe44686141c985a530a8b3b864b3a1bf2c5c6645d68f7920b8f752c684_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:608159f89bf52fbe18bbdb1c48b679346ddac7d3ace7883c84494615a4ab7adc_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:d26f0f1adde0599a01c90d8b9e1e8690e6e532a380e7852e83cacc1e439b5424_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1ef42800334a0b6d395e1b1bc8e517e232713a4ee0e4591415c5347ea1352fb1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:23d11514c82b817c95564de1f0252dfcf753ca40cb154054c051b6bef078a960_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f5311dc740529f4f4c444fe33bd5731b0ff5d213620207f039af546a3c521226_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:14f9b0d4497da98ffed111c1266fd4e0b4a812f6b7ec37b95e5702438602ce33_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:4e6b6f1636a4300955a587155ee9063979e47cb387dfc1a85f3738b1cf25589f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:2cb5be04fd1145f054e994500608d1463f35a0fb87305e559ff71c972795d978_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:664dd8b515ac89b33051c38e00fabc4f2bd8c902f9fdd8df263b6cd6d0a0bc25_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:28e1a2e9d3850462c628b0bfaafac15d68def97b8c1c9387de58b1fb6d877f19_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5c60f40d38ebe6f95cfc0fa78fed9aa265fdf3aced888bf232445c2e76e4ed55_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d36d045c32e335933939150b36fd2f86599add415385560d3e10d4b74a704d89_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fa556b78fcc306b456576053e522d93e0c578807e220d3c562ea54cdbc2d1a92_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f9ea746b7bc2eb6cf1d82644d42d363d9343506f9091e8bc67740a06b382081_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:909ff0827690342dce5b4cf713327f3a8887a056951953c9aa639e916129e1ad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a8705dd5df6abd3d6931b298fe8e53cff0f8259547fa85446503b413b0ba19da_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:cabf1a3d4e2aab9e2273afa75bac084e93eb36a2801b91ea0d79982e9e7e5f2a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0b5cac582cea2ea2dee7d515f05bfedf2a5beff46ae6d5ca9626bbb36c94b865_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b920409f5635d704145bb8e1107a7c6f951976c44226a2083982443f67ce619b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d658355babb92069a73c35353c2fc0be4450517b3445d2387b4b0e3bd2b873d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f8036fe71f651189dda062ede40268c843ab07ad5b32e010250f9b6fe9234bb6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c5361be369c8e0194275ab97d18d52a095a5206888bc82d592f9f9ba28a34e91_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f6427aa92071d20df4e412376886d9831bb0cbb15c10216ebf2ac78de096b051_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5d5edceedc72d2ec62b24b6a60c278e4836829c78a0bcfeb20d87fefe501a39c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cd23e978bf90a7180245b04b5b0df939ba57e30ea13a2a759a5d04953eaafda0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:bccd28236b901759b08d5106786d262e482cbd1e3798c1392c9c6eda9956a5d6_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c096101efdd0dab71581c6e6506b9a6560c96979e2d439ca888d2c67860c1337_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7cf38584dd1c5c269f86d85b0488e9224ac989f985989b00ba718ccd5c1cda56_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b2a85daa27b4a10282c1365dfbb48a3224df6c2a47d6f5ed59c3c01f6035d443_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3643a11084c5df88b8dd9c8d7693b228f3a9d94f74aaeb4620aa458516c14e18_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:a6a1152188a6d2cab12133e497a5c29549fa0103dcde8f1bb530ce7a033033b5_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b6f91ba9a89207a2f84a8bb1343179bd74948644a8b1608c2a2d84dee9ad39b5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c21ea57e4b38cb47e5aacc58b218ed97cd4e6ef353d86442236cbe8852c6f648_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:56c61752133f5574587fefec75502e2a132871ed033a824f62519117ad0c4620_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5eee9a534fd647002e246ccc70b47a79737cbf604c5fa4519d10a8c66865e5a7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b1428b294b7752d6d56fa95d6630aad0b6d205991537ddc3274a7062c13df3dc_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c363dd15dc780181855ed7e8af09bf148d9e38d562cc54d90842f95ccecce36f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3978c02a12f2469999e833a2cd001a08741c4d9bd22ebe211bfdbac17563ddf0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8d20d5c213a86a2d9cf1d4e8ea351a70e2bc1e8864e7435baa701aef3b22441b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ad84f2d6f695c6c999a82e33cee9938544352a648c0e72adeaee0803289077c9_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d872bcf33f5d4d6f1a074bef0091e74de82b3b1a883b9004aa1f6193b84904fb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:027641f0d532c5d06663e838ddee798513282838efa12811ede36e1b8669949e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:198fbdb0d6d4bf699a9186c06c310e4eca0c3252ae8e0d64ea1c68d7b67c2bfe_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1a3fb2aa3ceac5c827d7cde1cc0296d6974663d3f5b4139390cb29dee2bbcc20_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:51a53812eecfb69e77afa538400463c7eb51710777e9d9573804d2d9eab5d307_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:19cdd4cd8546c53530e098641c6c83e2f38f05f2d046c6a9fddc3c8002a01fa1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:27b826d0ac202a4321d2d28bfe26376b405458781f04acd607c3a27bebe83651_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b1c377c3a99dc0a9a6a39dfccae28c7e5a11674342530a05b237a33117c980f4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b230c7f6c243ccfc43e6b50809f916d3247f8daad3c750220020ec4337b126a6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:42cfb65c46f9f63ae3227c0dd5ca2a0a11729ecfb2865f3a4443821a85f7c8d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6ca3200ace5f9b6c36c20185dfbac37ef4cfb171f3a99eb9c746e52031bf380e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a9edb90a7efaeaada322b051c1b4cda47df859fad20ed42574fbe0fa00d15324_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bf0602fddb6c09c5c20a33abf72b947cf7ec8de6ef68144d2f4b1a1a9ad906ba_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:13df2c323a0db01668777fb495bc342806443b5c0992fe7f9ede76a0e731e2b2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:8e564be7535e32f63ff7a84bb61b3586b16b07f4ab6db20b42340dd998f2e919_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:29b338177ad61fbe618240d520eb180c1faa54fcd4be63c0d2d16f5221c4d7c9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:97b5466389d9b1e4c54dce29bfb42e901ac2c4aa39edaf99c35f30a766d38b78_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:989cd4643516ba83c661cff6bb217cc25d502febc80344e08e90c6eef8d24088_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:adec59d5a5ca059167c1dab49e6e1e6363c1788833f2cbc2381cb7d88a98864b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f821e1e8479c74d1a672e049e187d68cc4845e7efb417e9e4e4fa99628f3ea99_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:4eef2a136a4fc3a9deb0c5999546aa8d498c3553107d1e0eda9d394b2f412169_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b31560936594f27a81750c2d73f97385d7b3ac87cfa7c75e1a4fc224243eb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:bb3bda07b0ab9cc97889a530b1da6d7eb3f7f9c8a98f9b867bb3a93da7694625_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d50f44b5a5797797b9595f99e3b24684908cc28d317ca00791bb6a7406e15636_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ec2e637888e698016d6df6cbf4be6d44e5a2f544e7b81884982e06ee632a9ed_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3c569b4e1ed989074b129cb91b307cfa10c8305b037b284b23bde4981f551238_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:4ddb2823de8624d7d45aa16adabddb92faed392e71c2d1a0b3e640be91b731f6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d3b7e9f39e5238f011f9328467c72a8cb8cf99d4bed7ac0593edb9ec5bbc90fd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:24e49f3b5ed9df72849a33dd7fbd4a0b01b8c3be79705d6e23ae48e3fd164133_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a9ce73e1f17b21b9bf2ecfa7e35f5d8e9c72620076bed594e217b870057185ca_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bc2fc4c0e55023974c90506cc14c51cf73741e9490632453687edf404b3c485c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ee9af4af02c40524e182fb1893b8bd59785be7d508111c5b0415f0caaadefcc3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:971256d54a4e10a29080f656d5de3b6281f27c77a40c0dc7352f1f05ab83eb11_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d4fc699ea35d0f1e96e825d2db3f21628e25589ba57c40ce771ed210aac5d588_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e3d0f624ec4e265daaed3072e9f9dc85668a917d49c96ebaa1c7bc05ca636197_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e47600e5f91aad639de386e422056d431450e5dc3560d30ad16b0b0bd240e371_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1cba0b4f393f1927ff5386a9b2ed74fed87a58e4b2d4a38f34fffedd30da14a0_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3b8bfd739f87585230904007f0b438b4bc9d79337f0e9038887bb7f297b681b6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9c7b3d916bac7900ed009cf82a03607fe68fb924805ea37e9950ff3fd6c73b44_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c0fe58445dbc3f94bb9a041ee4ac81d6e1ebef0eef6b2468c288be51d947555c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9c772d8d7af17818a38e2004fbdd7673bdaddea0c36daf239dfe65a49f78c212_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:acdda550e575dc7add42439a856726b3833c5d6d98dd9976f30be4b781a11a82_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b5be0c8ab080114879aafc5d2526924d32306ff545c06dba64c947ca68736f91_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bc413067c8cc3e6c40a9be4ea896d911cf6b3adbbbe4c8e85fcb243bbc7bc2ea_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4b39c2a3d10a1e059c3f52bbbad6df20e52e47a422119d51806b59bda8e7e97a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5f0f4b8edf205f47a263878372c0fc80e1531f3d197d882a83cc6a2bf980c277_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:78987fc04ce330fd8ffb8a96e1f25e8ece8360680bbbf4c8854f1ba1f598f2f6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a43046599cdb529aa9a2672b628a7495690b03379c7dd4ec7bd744b01793943d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:25b8603f08442f61b433250cb6f4839cf2cff118df56d1d7e12b3b09e859a278_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:912bcfa64c2dc40a0f8573e595001fdf9dd3280e4babb503198aa019c4c94dcb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9f84034243c6dc1341a059730c81b05bc6626b913524f8d854e7d13c59eb4d45_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d9683ec09f7d3d0c73eb626fa7132ea0d7f731893506437d76db27bef51ae518_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:13573ab2e748690c65900137ee67fa558a1938fc2c4d92deb6b308809a77dbc7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:279fef1862c07ed7b949895843d80c54180a704411df4bd4059135dab63900d9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7c527388a78edbc77d6a9db9ba9d5c8ddb302220d69734f4e0bfc26b63b3dcb1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e601bc25408a2eb5735db7d2595f969a59da9560516715ad781cff5e4a57f2cb_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:264fff5b66ca49266cfadcee9765ba0b34bccff8dfdb12e5444db97af4913095_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8f14a597769b040fed9d1c1d610b6023734dadee91cc28588b65efb25f6308ae_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:bf78d9a4afa92e68d8018283114bbc7fd11fe0a9b357b75a00395ad630ddde75_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dd57cd8ba112502a28c74d7f9e021035a061e1f51377ac0510dd02a303f14f37_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1e3163b559a137ca99141d0913759b5a92cf30e063f6ee2485983a486d97a066_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3038ed29c6dd5d46bf8d593c154537615b8d218bc43eb89dc099a546308c5b33_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6f5d8e50b9cf127af5334e0b1e97aa1bc466bb1ad8a1dcb2b6c3e7494bf5a1e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fa6736bee0e8806b00bf3b6d971e2de5ea49f3f2a89e8cc404d55a70e6f73720_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:09157be733606534b4788e13e47f647c427adb2d36031df979628d1e3d93b096_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2c52bc991f789cb2582b4fcd0fabd20b86b5893d9fcfbf6e9ebbb372cffecbe9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:611ab0d9521d88b9676bcf873b8aaa2fd385087814de0ab05c7c853fe98da20e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c6226a0f343e69d720fbc83ad01daedb925fc39d272df78fdacbd847fb075bcf_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:19425f8d71d7b67b74e76c5b770a5e3d918dfde9a9eb3e181c767b4489db01d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:39f0f3baf0bf65713633aeb91a80cd35779cce2b43e6faa70838e0a87bdb12cd_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:804965e59e0147de822be6cc464daa137e45c991e4ff00c7184b6fd8105eb781_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b9b4777d271c5ea81505111d169134181bd46169ccc05dc65f3b6e59f736d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1a6e143562b0618b3f5afb6d488e8bcca48d9b0b4f68dc70d77279643325ac52_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:22230fd972b50ad12367aa043fef070d0e580b71e874a0e3fc2f5aaf52839773_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3abe2be596ec79e32806af4d66a7350835433c11e8b053385ee6463e65f31d30_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bb8fb8cebadac019a3d8c7fb2338a56918ff39aeedd55318fcc7e7c6d60648a7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:28dc48f706edfe382aef8370f464836e99a307136561dff65f7e7e8b5dcf9a5e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:533846b923d36de2b953fd071f6f7ad38e60548e9ef1d3f704039bb69b59530f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:68d5b77732cb2c0b0cb9a7e6f4201570dd8134dcbb21019dfec4bfe1fadbad1a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6d20fc820b2b684137df0fe673dd4e98135ee6a8c39a660db8435be44160c4b5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:48568238316d40eaae138ec218e4d0fb6119c94d9014683bc25934210792500f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:1d1ba67b2ebee648e679f886122e649880437bed73cc62901f26e77087d1f72f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:627e8fa2665e8d19aea0b746867ce31b58cef207d6dea85228b175b96cc95dca_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7431114311d645b44e0f98c9a0e92e62a2c412a2b57dc47b52f1e4c5ae0baea7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a88a9aa0807380263b476e1e7491c9a4f36def3c403b43fdd30bab55f06e673f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e38292df09d0b5589b58f31c39ca74147011aafc1a51be00112856a7242cb80d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:67f16f35ae8e95b90d758bf617c953ffbd0f31d685b9f023c34e5de5c02d1d13_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ae42289a9ddca85918d07f71db7415d099e8544ead8ae73a0d79e600c1c0f067_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfcee1078c7f5425c41f8d3398ae512f2a07d156de7d6e92d24d7f5eb1eecff3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:eb851650658c10b1a102258af7b72aac6db36647d07ec4eac2bfce099ae68e67_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:74efd49cd2880e07cee9aa16b7615504fcd276e8606b7422ffe6a253636462c1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7ff9273c653a511408a49a0778e9584605b9d24e1069da8a77049f70e2bd5616_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ad02d1ed96a39fedea9588756c548817e8672b8fa6d3e16f1f53221e3e7d9157_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b10f0eaa64d49ea5763131b8ddd134da6771b835333a4f5ac9ffdaa13cbd08f9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6c75dc3551d30161fe15ddb87170bd7ac33cb19b242907e99a9f2b003659efc4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7cc7c37a8ce0bc5a1de200fa97525c35943d5fe789787d642c4a3079c251c4eb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dd8dfd22f1e93168de72dae9a266654563fd41d605c65b4bb15f20ec65fd53f6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:e651483d73deaf4125ae3c2729bd8a42b277df79a6ff056a99ee3e78e2164877_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6590ef2d757e5ac11ffacdf6de04ac112e96f4bc058b97aae1facfbc9bfb9317_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8bc45cb12c534a1dcaeef41b7ad0a4cd8ac0e3b0041aaa0cc3a9b917602ba5df_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:92e18d38fe9dfbf0e50933d15f4178cc149b3e4eb535ccf0fc0da030d758f435_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:9a77e03eab2a1992fcd1c0a1f1c978755e236843ee4472bb551968fb16568334_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:686e7784cda9016a460c9196a522f1fb510546cad343e26f510bea264ab9b515_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:77d58cca07f50ed35b30a97c24f66abf5fd5482be3c2a86df38b5d0e4b41e4b5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:a553758f4aecd97de2202ffc5d96370765e1f92a11fa4ca464ad13037d7c1a70_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d09813fbb679d41aece1f097ecf3797adf142242feb12769a604c37df1b6d80a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3a967546fc93fbe58afe72caa5892b712c5b96072d3cfccc1c7d9b27cc6fd6fd_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4d09ecbb6bc7010c93d65d8bae5a368326d1b52bb7f7410d30dd068b4b9c1aff_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:78a9ba8fadeb516fb48a37ad2abef78f57a09b5e701a31ca41e4bfefe493d781_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b44e2dd5cd2daac1ef6849feb0b313950e0616586fdcc843a051788fa071a4ff_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5d94083e84fbdaa57cd8723c20bfa1bf0d2eaa0cef52c662975b286785db8cb5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7662aeec067c8b3bd0203da4d87e0837eb624acc7dffab9c0eda8081d992fc55_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c95e0922aa74f51030c35cdf1ee704f01ece7b4ec53f361055f4cfc58e464bb9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e4ae1090a43cdf4a540f1a2cb376a93d2f74449ac44ba6d0484e4612579b3d43_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:48c47a452810fe65a21fa858b102a2e7d9469e1143c51857844a0a74ebf03661_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5ccd0d2687e836eea86fcdcfbc73c7bdced8bfe2050c466860306d246375f0b2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7fd64ebc835133fcf6fe9d286f18f790b12295dcd904d61cd255c97e49f216b5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e862f18a4bdd246891a49434389e8dae5d73a68aec6d548dd282f3c56396be98_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0772170993a9fc0531aa948ee3f4c83a8e530802f7d6fe246a0688026c050d27_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c1b6b3c81c49bd764dce7fcb732f14f378aad992c953cdac86872b4113e8168_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:307efea31da6d72e50def18e1c08bae9e05ac8991d90379280c15f69c93be375_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f366a95bf18554cb9b48af250be89970e4c6b1fadbb97543db8bc202eefe282a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:09b9a909358f49dc84cf863e418fa79a72c5f23ce05cbd4045b2c966147b4edb_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1ce1ac2cafe2162c4070a5b60087ecdc520db1e90a433183157c554f86a8bdcf_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2c984681915470552c6cf4dbd2c900d14f29d9a6632d7d937d2fbdf1cf16a5d6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b3809b2f792a8b57efc13591b88232ca2b83fd116ea1a6ce9c05ec39733bcfaa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c37ef0e5d795a727e79d2749570d7c42876e2884561857149a17793543b9fad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:45b239b4328e73574050498d8a59fae10b1788642bfd3fdfd487a59654f2395f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d0eac8a6dea99105af2917f089cc423a7c21820cdb7ea4a3f793381cd07f43f7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e9625244e5cf3f4fd7e6d69a8076069e24079672e2c4bc4df7733ef31c3aad9b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:25939a8eacf00a315bfaecb90901a20f2d314f186c1a23ee0814ca611866ed5e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3b3fe898a633924c2e0f803ca944cc63d99359966004c6aba6a05c446a0539dd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:55a048f1d9ac836497f7783369b5b582727df86cc64fe7df91c463db1fc0ff30_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:88990b2047d4ab9055afba0c6f8895f30a132c361722a1524bed1671527d99f9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4bab889d5262b3f891b99f0a521f6d4511641313cc1d3a5970cc2182c52e0fc2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4ddc6ce50e06c258b4f24827f1fe5577c4ceb5d68ad925a185dfac5b2b3a661e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7883c26d4640f30a8fbd635f5442fdb46625d727a1b2382220c454aeac081fe8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:955419c1ead9dbc1c2545f367907dd4b1e8133ea23ef65407341e9a505b1cd17_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:206e503ccabc3f5a01f11ea5026cb64ad6ae62adf2eb9044386efac6586cf332_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c2d2155a6d299536662cff9c5a8474680dc8d9c514b152e87421feac7cdcc22f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:e62baadcd61bdc045c205ce81a3b2b650be73e7b3a5dd5cb53ea4c2f8a181f0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fab5b1965457ca46faaf5d1e6882c17ac2f0e1db5017cc81ff4da8a9083cc838_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3e9733932088db40e1d1dc25250b68d83aae6fdaa33923c2593ffc6f10b84984_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:62ff6e225c6c72f9c9b0bb33014544d1e02a30ff9092c25fddf72d9ebc8782dd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:70259c080741f045c19c2dfb1fcd5069e9eb7e413294d855262975ae03e60b6a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a974b10609ceb50c391abab36ecaffb9c6ba62f66b246f529d8f7d1f038165a1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2a8daff0897cef178c43b00d43b3468a3ff9389ebf337533c771210ffc608bc3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4c7da9adb32c409132dfefa7ae79fe99d41b6f59c592eea234970279694951ff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a54253ba850cb357befc0173748523a1762858066023e04388c94c2d5caacfc9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d49affc20c2c397c1ed17de7d3a7fb98a3f66efe9f9bd4f4234c0832393df9b2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2321dd8c9cc505a677622c5cc680e4f3461c6bf1fa4267cdf7f39383967a0b3a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:582d0856a394c73d8faf8d1792a80ccd8c66d80cf65b9dfea344351d767132d3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:938cea3b81e1b74629b0bee65183b0800518b4b757175d34669fb25f6e5d802b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d8e3f695418674002c1dd252757415372d95b38f813a3d432abab774c7427b2e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:8fadf40fe968046de41a4a4c6f643d9077f4908a1e456d7da29e0b0c79f8431e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b7b73c5b17ad867eaf4066be6b2fb9a322677ec3265c0d1bde2e317f54f7accf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dd6c4a3b961b608a71122ddef308287483d90f3a153df4ebd00b4f85b46bd551_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f5e86e560d2dd575aa814329ad50a38ad4c7f3c111353e652e55aa5b58033f18_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:10015b131c57580e5edf1fa90b05b19482ea67ae3b588efb30da1cfb2061deda_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:99060fe9572cab596228b61e892ca9b571e3b740c4872ab55e3276d4ad65260b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5127b9d0570329e12a37d1c7e38a3ad9a1c990b7b0e1d3f3b31f5ae1146a518a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8403b335a511bc219b98b899e2cf4458347dfc67c8e15440801b1434f03ab555_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:8bd350665dfcfcd29e64a93a9c1b700817a99560dcc927a75c13cf22924a557d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b47afa8cdfbab90e0852af59ab14d95b430a2e94245aa9d1c65d1a592f44a90e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:15c698a4b3293ec372e1ceffaba0fb9360499514271d26c22cfb6cb39852f598_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:43344ef6148d5c76a10961d19b3bd83e219764cb53ac4f310a513bbe694fef6c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:084a185169e09b57b07073bc5c82bc741aeba187cd9cb33149c830af00cc6582_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:171aabed219e2a837afd87ec9dda95bd32b6f780a8c7116a6dba18533c07605d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:33926bd728bf4ecfa8146f2d55c05f151150d249b965ac4338cfa8a9acf642f4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c0709bc4da1e5574cf296180cfa6abce28c2b7ac105abd95535422abb090207b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4ef4397e1a1aa5b377ecab2fceb5c2eb15b526ae39bcd9299b45d9abe4bbbf31_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:852e6be5031cc90ccd9d02fcc66b59baa692d594e7ae95e68b8923732fa77b49_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bd9e30cdd5958003b7db73e8d871b448d208c099f3dc7e9df3ba56e6d476ea66_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fc61ea57eef9eb7f0bb091cc0815a81844d60c78f5824640e40096e8de8a02c6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2020b01fe0c8555a2cf070d5a9bf75691de4d8b775b4ac91032c92972ae6a424_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6c3b876e5fa5594ed92ed3d333ad1edd228611d67b060024511f8c6a53eeec92_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cb279e6a6181c4ab8025c6ee74497cd95e990aa02a03aa01c8e4ecb81718d231_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f6562421b9828dea833fc82160705ba8c0349531dca39eea94da4bb31b8d3468_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:44b8d7704e559a8fbde7bcd2d7b51cc025eb2b898c74497149f818473d6b7237_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6b3db54da066eff7abd8e8f58ae42163364355fb1fb5a166c3f90ef42024e24a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7bccca2d8db4038ed90d7c5d995bb2daf880b3d6aed320c6d6dc89c73c38170c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:afc464bfe9fb581e22275814fb3263ada3383b571ac4765507d2640470a8fa3a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:353292bd26a33c9a68fbb8351005fc3b65d1f0dc02c82887cdeb5d28beda1404_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:af382c36059c0c0d6e76b41eda8ae2055bf5717205754272edf126fe15737cc1_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ebd113dd73707e7e234669c4b52e7ad90c5aaa95d062fe7b2ec18ad63b942920_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f0b91324c63bdd9b1603e0bcd2e554e1d595168f9337a7c26d3834093b24f6e4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:23a74b9b847094d230ca89e8d43c924098aa5a8ad67bc02c4b11833c4620aba2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3a9adb54f0e11beb7e2f393c00ef6014f9c18796c36e47ff1f08807dee8a9e0b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:558cbb955c8d4de727f010f3fe97f285b6922f4845357cd979c22e9d6afda4dc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:64f0e85f122f8cef1a5b444095fb16f95b255865ab116cd59a4a541bb61cd09e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2b93d36104e2c99c09823ed5c6d12e25abf3dd07e20683640f99b687a45e9b6a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2bb2c4706037910e8045bf0127ddd9087d2c8ab9eeb09ceabe97b18dfe873c1a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3e5d6fe6f1f7a495efdb0a61dfde0d20def80759a215bc7097265c816e07919a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:efe7886379624399e04e4f213bf1f8b2baf1acf989823caa93ed8ba76ccf9372_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1b152d3df7256fa1d16dbc4edc991503bd90432e1c8408149603306e62a28a89_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a7c3fd07837a9c03ab834a0b46ba51b50c73037203ca4d12d8cb2a45f690e62a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c9aa9a181ad76c715b410ec6866d86f28923d2becc8438f3b56a381d7c668897_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e96b65f0caa9f23429318080d5812ddd5c233b881b6f460d944990000a6d7018_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37569639de1f8c36904366fe21657db1df3c26c03b8f9f974e0a87abe862c7b8_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8d27603330319790b463eba638816fec38ce5ce81e7cc2c113636939d713051b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9e9598797558cb0767f9bba75faaece26aadb56163f94ae2cc2c137645b5babd_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:cf8f8b11a984107f035ff28ba24ff3f6e1d10cd764ac472b94bb9e74d435a459_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:70e6484048faddf5f59bc7399fb22731d4134b6a6e2c2ad3b1e92bf26e5ca902_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:93c6c010543791ed57e08cd0630a7dc7903d7455d61686cdb0865b13fc52f44e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:cf50871759b51c4fd1f164c53ec8503379de265ff95b5f6bfcb15d3820722c78_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f296becb22727fbcfc0a2a4a91139dc782688f43f63396d645b03bf698b81ecb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:227f6cfcbd9f361dac87776c3b625a4ae91a7054a29a48c0aec491a786f81380_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4063848bcd02040ab2a26a1e77d643a8cc01373bc6467070f72f8cae62ad8bf7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7315ff02d1adefaf5e52dc2b87903cbeaa1ad7c30719ff6afd130d068ebcb429_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:c33effb47bad5780e4e0ed220647bd0741276ef5c19eea05014b528b91765efb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2883dc4d23d0c4ec9551a0818f5d5edfc708454b48333db179232b6f7bafb4cf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2909be49bc0471a0e2ab4e9172e4ce490b305b8e1fb86729b45af106f1ad5ac2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3b91df98133ad62ab43372695b3953c54d58e70c15eb7ae201b68d73088c0bb9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ea31f2ac734ef3cec4337ec6025a1cc01a2452ec124f102e5b1400a9ccfb05a6_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:2aaf1b270a589b2e9c907bc35b4a3706cca1508a06142dd3086411e046d7cd00_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:32b91a8b6cf6278fde2c8d33666748a905a8dcf290b6e16ef266857d4838d3c0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:fe8f645cd130c489a3454252abd64c554d583cbf984aa3e568ae9c4073fa0f03_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:9885e38ff9be6d7ae070a00b851232a29e739a870d32b2508ab9f34e56177bd5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2b7476cab5336d76457b1915e734ab8702c461af8ca4d9e474557ad8354f7065_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:4890f971ad6077addd93d4c7fd1e9ee46ef3634bf89ff5adee2a95ad7b7b3f12_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:afc7f162c9c1c3033316a984254b8a477d8eae5bbed9cb25257d54a54e1bb866_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:e9bc1798e5283c65ff1487ae78c1175395e051a6c13426d3e8d1b898469a3493_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "sanitize-html: `sanitize-html`: Stored Cross-Site Scripting via HTML sanitizer bypass"
},
{
"cve": "CVE-2026-45623",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-07-27T18:01:09.671498+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:07716873e44d49ad177f8c572fe54cec7ddb819a70492e6bddf36ef2ea5e6449_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:288bb644cbb5e14b00d80e0b409c83644a59cbcb513d19025f8b97de61f2cbea_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a27a41e1a167568dc9bcd1f125ac624897d73bb6dca7be80d256432b35e4c6aa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fe9b92e8a052208c6eeac2ba816959ee8129cc0f68bc93bb0a1a2f940a49f4d8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:44ba1190dc20c3a99259ef0723be3c9e1c2d4f339ec4eb4f38a9375cefd60d2f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:48a700617f0d4ab9dd6b40cc27e9f602892037c10872c19c60f62a2a848e451e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9319978cb44eb1f26a7d82709c4ba7d9b6b0bdad78c6c6080bafb0933103bda2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e734fcb9ca41744ac9213327a775aeb0e01ea9974036908721b532ed2dfef923_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:10097712385ddd416b15237d2af20f86a0370f1d97125f1e8a0d25a7215f6751_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:40f8f7e1d72a0e70d96c1ff028cff7125ead621e89cf2f3c1cc5262a3aab65fe_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:50ff72eded21d210ea9c57c9f9b192cb6ca5efe781c5c5a9d2e1129e2eb7a248_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:f77b14655ac6137b53212c8ed526d6baf86d6d6332513416daa73a6dc468c832_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:76042ef2dea9a9316a7bb2a38923d0b670663803c75f5b8351b5e71d344b479c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a645a364226f6768df30645c15ffb8b7feb1932a96c3666cd2d8bbf71786fe88_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:afc4fea57ea3217712f10421cdc7ded66093dfd0d5cdf09120ec1200d696f332_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f70b291b3be37bcef36e4cd282cbd88f917dcc5e61e0ad6228b33b770656b8ca_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4cad4e954d5e9fce7e93ce3a81da34d58e01c38a5d6140cefa7eeeffa13e1431_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5c1598ad56e3f9cf5801a990b2d5d007632cadc69118dd15b771d8104893b722_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d18a7d5884e709f2440b7f85999c2351c0f74ba09b876a7c915a974ccfa3dea0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:ede11c7678a732b9ef9a763632c13e616a95cbabdb36baf0c5c48ca0d476c260_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:208703e1b4c8fd82b6cffc790affc4bb8966f6d95e5b5631d9fc7cd429d82242_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:40be47b6d5dedb587c54ea5f6ee763dc3007284e85cf75d9f48f4de83bff4f0c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bfe783bcda48a7678e776f99ab08f9d6cdf882432ae03c46593326bf8b57e714_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e43bd0884f4c1993cd516c3ea52d1f878a783f6a998a6dd3fe4a98ab11bd3e87_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0492b621d90ebddbab300b3bcb6979598f11380da79b32531f8978b26fe5edfa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2f4ffb0abe2bcc7b801658bb46ad9f397d7a3d11e8b2060859f5dee1625d7ea2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:30b0e4f82db1f3e39379b7aa792514aa726a0c485680b67351c593542c1b1127_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f0f3b27621a9276b1f4f9601b1b399eabbc165d74a4b4a20ebbccf6a36a8f98d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2d56871f80eb82c502cec2b901d3510ab482eea981f50cba4fea729c83f1897c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c169319f15a3e6ac9086e21438dac78a6b30f142c6d96d63c259e45f4b98c2ad_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cbb1706913eb430b86212f941bb32b066af04b431126af872899134a9e111ca2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:de56a4d37e6686cafc8591eb1f7520942036037ba5af21c286aea2d2fab95b2b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3e35e96ed5607d7229629ee64a3a7c942fb12da93a75e989f1fd9aa028e8fdcd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c045d9282bb2e3ccfdc19d09b76e81d622ad5c41750c960a066f9a735ce47a3a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d3c7bcca57a84397fa1932919a750ed7a002fd7f7be976152dd7c14d60feacd0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fc479e1b1d14c548ed9a783109fd978efba5363537b835a5d09fa8d0fa9f9068_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:0e22ab8f884e0095c3cb3efcb63f9f37d55b72cff37962f271fdf534deb469c1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:ab518543ee2455263fe748f1d2ab5fd1fcb87e03bdb241a1fe657c748e220e3d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:cf25049921f441dee72daf95b707da269c5ea7af7026674c42a7e3c8cc682e59_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:d5350fca926c7cabd8fa4e7749f0c2bd9bf90069a11ed96342cbaa0ccc16f889_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:41ec41da1569234037cfc2b9cefeadbdb4c1e45363dcc0b5f2acce2453ba3dd2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:bf2513f4ea2df4a781fa74ddc02c207133387318444f7027e6b62565e8af505d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb3cc6f050ccd3fae295639dd627bdf3ff5f08f66ef0fdefe24ab8260cfba983_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:efe54dbb00c22c7e9e4a6d7c40e52665823c5f94d4b7b03236edeb1d7a304f94_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:073ed3fb3dfb009b6ba476883da5421996c5c4f4119375c0c83b072571d935f6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:14b74e5080c191fe32bdd2a416c80cd94a0f30ea6d5f18faf7396c120c5907ea_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3c86e67143d2caced55d2dc470df15cd1659c5e16c7eb8af22183de1a3222901_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a6de5df300008dde127b655f67ba1c8e637bd6e67bc2c811c0d9e0ecfc3cb08b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05ef13e75b41891cd2774cf5243b11da290ae75f12ecd07239e580a5238036a5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7c5f6b71b68331d1cdff8b3273fc7cebb945d9c037fae5c2fe0666f84cafc928_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:c221dffd999b01fe10c83c1cf3e93ed9d49beb5f0f13e8e23261f44a07fd9342_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ea42eecab8a62b7896ffb697f402857a31807834a102986b3967faa70f63775f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:0123a42a6d10e21067ef4ed5ad7a39541529ff0157cb27443a95b0e5d88efc7b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:61e542fb10dc0e083f8889b0b94c3525f3882e5da701b8db31cc9be68d803ec9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:69eb532db9fac5d796148a421f1c0a95f03a84604fe40d5e5a3719c995b8d3c2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7bfdc577bd856e0cc690c86a8fc9928ed3d034d4d1455378c95293376a74b9c3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:023e336977c9e6f23a82083ada96020a26cfea384189b765e89d6acf7112957c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a0734ecbae0ba4ef8a6cf77d42383afe04fdf33eed2c0d1e34782f147c675581_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c64a9e77bb865dd5475a4022629d394ced47bfd9adb137f69e2dd7bfca2c5a29_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e90910e06037ec13a10bc176da5a516287ddc34ccdfcb36432f386f7b3895136_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2052fdaecd2f3807694fa17f35f03f84b5d8116ca56926b6d657f0594adcc4af_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:274df573eeb1919286472cfde2006716aaa62c65ad1a6fb82bc351e7292a51a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5f81d0322afa70edfd932cf1f80dc5a14ebb30f3f4cb0a4b9943859c3ef8a741_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c5f86407af14e6c3741e75068ebe79aea7c7d1a73ca87fc97128c53139dc8748_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:11009d76f2fc73fb88ad8650914948e04e30d4096420d00a4e6b1f2f82bb2a48_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:464e2bac04048cdd010a9625e6657c9f823ebadd624fd71191ee978520874528_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:4a6beae013e9de12cd8b0a39e9e7488f51b97b3f295e14d773eb28c5df9d6743_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a2f765f47a9fbb2acbbf3b00c2d62d7df283546b7485e7631116fe824cb589a5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:82953c91b88971066d4d605174664863cb062a6f7da286754aa4f05c11a69bc4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8adf05874d8cc6284cb4566506787161305d95ba4c318f070e01960939526d59_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b0127947224f18d500d967398c5008737df32168d2db50f1f87554e149328d71_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:c25b7a4bba9a988a6b7daa4eaa8608df78b927d1d454aac7757f18e3b6c78d86_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1f6a0d8476232a85b5d18ef9ce148135b69a4abdc45952f6ad0eaf41604e05f8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2989730daa53d788a9e1be03bf922a07c1111ee8559bdef63d058be6fd5f3fc7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c0cac6ae1322cdf12df3c55948bcfead52641aa95a57dcdea97401ae01c1860_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:adf166a8095fd21a818265c01776b94e25cea102a98de6875352cdc47fba933b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:67f12e5ce45f173e79229f506b92915943d263ca0adaa31a027cb7245d7a076e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6b91bbe18861c83c79693a155979f3cc56162624412eef4c57c52cfedfb38475_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b2bb582913e9dedea9f2eb41f1568fa8f0fccce2e56be4f666ff41f3698dc147_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d35f97d205f82d6ffa260582fc6dce2fe0fcc3719ae0e19e85e06e7ab629021e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:03ce535e7bb582ca85793c8155f38ff9f73231e7cf5af4ce223ea89d4d2eeb89_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:605dbca994f47b04da902ae4b76744eaebe0d716a7a5fd3cb8e617db5dabb8c7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6b2582a7f534bb2716acaa72598b40f593897124fe03a5e6b2bea1e4c1a26d15_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d88f52e765c3f5fd4ad80f7364efe49e98ae927d82601d27105eb6ad0b484264_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:1305fefe98602549511b835fd1302eee6a4494c690d76964d89189c90f39627a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:325af02386526656111c663e6a206e755f2f30db00059078a0391d4af6cd95d2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6dcb4d60294895ba062bed0e9612ad7fecd7fd8d8cffdeee9bd65ffec1b20a63_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f492d67b16384267b9f65d20b769f93e3122f0957cec290a88a1b244c80e4b54_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:56cd8314cc9791e043cb4e5ace324013f4ce4c825fb5f9119b1a6c6871b76a3b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d6ff019bc8333893d6d5799927ffd9dbd02d0d388752a1ead6b8f85928fff4f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d7e525584c9b7492d8b989d2ad0b8ccdc4f244987f26b4aedfa7ab1097aa8ac_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:598dbc32cda4219d6a0442aee99096b77ddbea0148ac3260c9c37e00b13cba23_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e223d745233c048714d3ff7a04f8ee565aebeb0f5aead03e55dd9f305fe60cb2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:05fe3c8332c4626e356a2b8b33b235d605b8cfdf8b49a68475db687789a766e7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:64ea7652aa2f9f9ba58d56765ee0ffd7224d6534860d118c059c2c066bbf2142_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8673853d611d162bc12d1791bef2acdd4131a97b8a6e46961736724b69332db7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ee04f343f0bc1c58b1e016295990225bafab7b39a9c1a572b10cdc19076150ad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:4771678b9e18450e8e2a6ab991e844fb064749a0b09b089e54a802a7109c1ae7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:68c90482505c592a6393640c16467c1416f3175ba1273a284c3d0a9417e879ae_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:234bf4abb67f86a27d549a2d368d080a3671ab34786e26c6abbcdf58baccb034_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f330b931299e7c97298212e0514c55f9e086e2f33ab7e522d40d8e9df843ea11_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:123e1027c857bf3a084e45755736871b220117eb70d774a3b450f7d877e7d1a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:61d9a3fb3114cc2252a8ecb5b0339a5fcdef87cf962f285be72b164933afb857_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9426eef8c79d6e2c9cf5efb340257ef7dc7936b3369050776f4b45ed6603de37_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b693182419b2287a69a8bcb3bd3ef8d6e799b5e7aa9b5f25cca855995588e104_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cde3a4deb285f4ffb38be4443b3c09f33a44d8f2007bfde6f8766d371487bb80_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cfa458375e07e80969d9a9b3521c5983fd20f384b74f1080b865b618afd35f32_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:30a0f7d083fbf57d19fdebcba31bf52d257fda3eab13e1c8b856291f40278c4d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:7078670a28f19c15b118e3ff8d70afcd5e329a22eb6a44d3827f9554dbbee812_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:6d60dfdba0f6368f23bdb554da68f81e3d088677ce9748d2850ba8f2ecb0cbcd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b71a8dd592d2646c7b085b06edefe64be96e38113c3547a111a8d0201992b98c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d906f3f6f4740b50fd6266205b0b3f986b35ca7a64ac7b6c52cd7167d0cdab23_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e4969f9764190a2b46dc5c9c7375213c28518935d80c4e4570d122d231f53663_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:331e8f309349114252acd7fe42067ab2b7bc03abb6619f1df59c8fe907513d3e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fefc2125429189eb85f3c807ad8ba8896a48518f3dd7d93f94a091ec925e23f1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:8687825da05aa3fbdbf32fa82a739f58585d8d2564501deb0d3b97d67a4c431f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e5886c91ae307b14a848b0a571918a57a9d2d85805af6c6ac7a2404dc0308337_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:260b87efa1dfc71726aefc2feb8dfa83495aedfa6e95b0e86dd1ce0d246233cf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:49a1a91122fc6cc34cb21b6de67b8249f154aa8e2bfade0e50457c224fc3ca70_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:cdc02821294c7bd8b4de75b356ec0ec8b0745b0b409ae9481dc08c4d967b53ef_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:e52b5054a3c11b34c3bc3450d9be2628816575531a1435ce44652324ec020dc3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:64e73e3f7bc1f37f40ae235a7866ea7c881d67afe29b398edc6f15befa7f06cc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b4f0c23d7fadc3a15840607d9aa13327a3eda6272565f88be3691b74f16fa13b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9b5eda1037248996bff10033108d1dec27b8417730bd721d980b778e1cb4585f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c397e51c6d4de14ea1b6a41957a3fe5ae54115c1cbaf414c013035333824eca2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c72d9616c2bf94661a156840d39e3a42d4023598c5d647562874c453b44b72e9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fef61b2df388d1e5714b0f3293bb7878f1ff9ac64b0353284576fa0413000ce2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:267a8525fce7dcfc460052b97dc07532c927fcb27257b29f5e43e5475376bc42_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:886cef96ae99502afa35aa5cbe5a16a30d873e8c9c92d6bb3c748bb68877935c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9a68ca065607df1a4fd1a351041d799b2166b76ebbdf2c92a0fdbccd47015036_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c7a8842568f7ed4d4b1ceb0f507aa5a56d80ab213877507be04ab55f8fcb3a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1567f1a6c1a596e22674ad45cd1975c8667fb2317c84dd5944ccef58326239b2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:40dad16e2777a64a836355627be3aae4572a7ed6417ac39e0dca5f019eeaf471_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:800ffbe7a0007398e44945b2f3772d657995ebd902918ecb410e5d373de06263_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9720a885c669964be135fbcc55bfd5e9766841f6b11bb2c279ac030de9618ece_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02440d8ce569f4318b2110f8975fc4d0a93e6da6c5012882df9cbe77559a0a81_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02594f4e3bd44cf7d378a7fa0533d54b4365eb5317c282cf8295cdfb0ae5ddf8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3e5753abdfee794bd09cd51eda1c7634aa7630ea3f2a72ff40c3fcf5661e58c1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ea8145a89efceb27b579a5f79c37c7457d141a0eb38b2de5c82ced07879539d1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a1aa9421f9d52c8bb918e1b3c9daac3e1a076e70e003a58462b62f0a91fbf795_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d4dd77443d486829650aaee412b58df2c5fcd995bf2c493a22dc1cc705d270a1_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d689dbabc1df0ca42e7eceba17ff474f9e6a30474f7cca15970a5ee7fb870a72_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fea791f1b353cb84039498653a7b7daadebd460631446fae5f05d1ca8e85dace_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:100ffa84c55a87981f50fa5fcdfb5a5daad0eea01d0bc14abdbc959ca0a1ff92_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2e646fe351c1dfb3650d0b67694f5cb89fb7aae85c9b8edd356f54f40b9e9fb3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4a45ec0f50d9cec050f1c99dd33d288ba8f9e8dd1a71c2870eb5e799a42e411e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:60be3446f54ba3c5f93c5c4bf1de44d7e9ca3049abb6ab910f8e62e671a80d44_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:90b36fe8a88dddddcd584cf06ddbde8b74e9d7a78f9f51b77d7d2480ed45ed79_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d69ebc6a9d6bd6f8f75d933ee0f7893b285fb24e994bffc35514ff5211ce68b1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:da6ed87ee2d899e3fe9c6e8b08bcd44cf11e1b1563972ca4aeb3e8bc806a1d2c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fdea5b85efe39b635685d506a4416115d546a9f56e87903650b5e51bec6a10bd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:47ded0bc14992d79c073e4cd541279def7e44d8ff586a5cc1676edabdd86c13b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:642eb8c1bf4631b969d0ebf3a0755f566236ce7b5534fab78d531c76d5e802ad_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7189cc475748ddba6ff3f306320d55a840baa8f1da8a934d4500c49e6f675ea5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bc10db6a9f9c1a60744f49c1ed737bbbb8454eeff9fd00175b98872a1af17936_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:017359024215cf5a7b00bd31b8b797ca7f5f456d66a34ac12c44e53c1ab77fff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2635b651e023c9d4dd92d1897b4513947985256607f9d2dd8043cd7f5de3a765_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:542b1a4bf2fafae85c50eae7a182ffd3a3a07b2c234a00e4e6c639b1143b4b55_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9b3b5510e4cf6b4cb86bae86fbf36c1fccbdeaecfe009cf2e67cb9c1d7924ef4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:048f5dc4b9176a86e0d82447e036ddad890e58e49c8508cd74f8c297272c800f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:0a7e3fc4b1f892ea2e77c1f5d961507f0fcec7740f33d3e308904cdea1d3ce21_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:44db7037b872b0164497a603e99b7c5bf2bd9aaf31158e8a4e8bd03559584155_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:a8ffa384c6770ffe1bb9b7b8729501ef2c06199e0005b16e5dc432dd8d23c66f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:176081efde0e44254215af3f5091e64748c81d2bb29a1e7a64ed2879c6a7fbe3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:42ea798731bcee8b868ae15f9d45b8f0aaa91d1a4f7660c53ee08b070fe4c9f5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:85fd9925886227b53c26a3ed09604c408c49b8ddb9cf7efa2057335bec94803c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8b7b592c5ae05773897351d97fc9925e6904ed02a6ed49e4737f0f649b7eabe_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0d8537a8b89a087f59b9f0c413d9c8d6c77002ff0d9d8579d179291d3b6caee0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:14cc3a54f1ddd57ce5b80b6d111f0ca27f74b4321c9915d5ec1960318c71d752_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7dc1bda89f2fe70041f850dbb5dd3804e853961d2026c3880fd7255dd6e57b0e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:aac4600f524660e2351490cc7aa719ac2dc93193f64bff1178a04376bda57cee_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5449067a980b2d50b360b1aa1164fba67693402210111708ebaa00f0f93bfb55_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c8486459e2b80ee2706409e888070c9100938357621746215ad7871ab9ddb990_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d748caca6496019c594ae5aca825845658e1e8c5a1c062a02830aecd677ea1af_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dac9a4617348551eaefdf01ebf1770442c0bc07033fcbff203750ecaaef1161b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5143aae8d524363878300902b89dfb5f3420ce897bc36064fd021d23993432f1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:6fa81971ac5bc843a536eaf167cf5147e879c5447d7c1ec17cebe7ab85692317_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:bfa79bf705669231df1e59e373712f0b04ef2c0676ebfd901bd9879cef16236e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:cad2e37531b2ba165087ddbcbccf9cf167c4eaca5a3fba5f5f4bd943b8298678_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3538795f3effdfe84442141d83d0292447b4c43e3d68871afcd453f80e11fbff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:7da313ec91e1a9ff08a16ea2b0af0ed1ac73e40c4b629402bff19f183d45aef6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d9279ac3cea7e1e400e244624bd7ce53cbb6343d10872873e71dee20263d0e62_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e89a5c92caae6b72646e17535787d06f7640a47c59b0b4f418c7e48918736d60_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0ec6c9197060bf068f358283d64b9b877e97f072466244f9d147552a193fdae3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a5aa2eb87a3fc9c5160f5c37c50cb88cc0a77bbf4eebb298ee7883ecf47b456_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc1512a1ca871d5e21162430f028d7b7f2391e19cee9b3d6e253b6b6d03cc8e2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e8c2baac5dee142c4e84d01c731abbc200cf24a04201fd8690f0d47035958830_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9b45bdc374e248769add4b772aca63e25ff0baf8d490e64066bfa78405cf609e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bcb4f4b45a7d62927ee6589db9d31e9bfc87a13f3b0239649c9701b10d3dbd75_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c1c72b9d00d45dc90f97bd9c5263e6d385ee34f3a3f834909dd8b8eb28c3b15f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e15057d2878011a1142587df35dac65182dd4ec4c0f3c61055a73a23dfbd615c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3bef4d599101ae4c2162f47e89f5fbac89903db3f007bb425eed38e1d9b4d9cc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aee0556c560d2ef9f2ccf501302a373f15cdccc83ec2c6935c4ae6a2f25b63e0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ddc3c05d5daa3aeffe5629b7e2fedd5df301a3030f8f8c6acc3204b8fd7e0995_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f463811c1b1e6fc34934bb5a8151fa946acf321ab57f9901b3ee1b7f75546beb_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2abfe62de89fdd0697da63674373b1c8a2695846d8acab5f17a35fb38fbc23a4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7701f38b6702b4a9e6b49b3db83073475c33528d2529e63b1b98664bb7191906_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a23cd4945d2e1f9e1c194179fab9c388677fa1317e02a99eebc575e227064b79_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f2f194cdb1a14fe59e05455df10ebfe70edabd37ad605346b6258c5bda79d96e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9b04b0a1047813b35f6ef09e1fcf1e06b63946e0a3b3feaee3e081b0deed689b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bb521f2f97477b5b9851f6655f1738b620aefccaaa81cd303d17eb74ade7adb4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c8a1f9ce2dea4947e6cb460bb4b4ae7ab6bc5f816ca25f3405799d56c6ca48f3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d8f67c5b7b8903633485f67a76f88ea13855bbf95e92b651bddd15fa91458ebc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2c84af74e0937a0f3451054240ab7ae2d44c1b566339012ebec9e5b75d7a627c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:41ab25be6eb002ee921bf74c1049e07547328632d576e78fc45245177fe9ab84_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5b389b9b0acddd8ffe5e5c3f9d54321d061253f3f45b5b66b6dfa0181b73b87a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9afa17f9f4e4551369e891d405098219c071231ddab921dd32bb7bc66bb0b6a7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:0bd76e62d162ae823a34a766fccd9d339e3f550720d863b477273734ed1fdc39_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:dd17b1ffce727d9a74c3f64d65b72b03a5c8fed96e773665a078dfab33bd64c7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e8ed2c9324c2f5594f90b049e92f2fb3141dedcd99165e80e8bfe147c738adff_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f7f45f6d562bf699e0e45e134c7ab71701dc3994882cb82edce9356be7627ce0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:22dee3c01cf1deff68d73d76735e420d223ba0e75dba1e7ae224ac4e7b14ae79_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7134aa51e11a7d6b826068d03b9c90a518cd3cfccec0e3f06e57f5ed77daf6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7cdf9e85bfc54e4562176d63e1f2be56775dd761c6c0cbb80fbf888dd1ab43_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b72954ed888ded15f443784fe6a684b6e0d7782921efb788e242d987fcbf5388_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:63bf84966169bf2dcd8b8bfee3c478d9e61881ca007fdf3a8be4ba5cb1118211_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:697ada7f8e4bc8a881e2f1fa3a8402a2e96448f948befd465c59e03ced12c9d9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:85ed053619e39778d5a986255af37802ac46a26899c8a448abb139736db5e075_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:abe01f65affd92347d8097b3922e587548364d9680b74f767e9cbf139c996802_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:55102797bf884eef2d8b842ba8a5f2538f711622eab1c82b06941ec574b8f266_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9cca1a2d1a6f5a33257e8f790d180274f24a01c125a717ff79da8fa301e2f270_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a1f1be1027b54388f762951ab7983f18cfe37140efcf2c778a5d11d4740e8e9a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d65990c0adf148e94c1c0ec0730ac2a285b38eff128cdb2fac7f61af1514fd14_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2db5ea10de47829d4643fc525d9efe3815db59d5689c0febecf4fd722ad0528d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5dcf0a7d3c0b2062ea11867f5fd2a4ad56fe786b11c3095d76eeb4c844240a6f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:73b76f141fea3db7cf7df4e9b70443b37fc67790cc6986efdf53a32ea7360bbe_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:be3286f36b4c80969594af159ede49ee20ab5dfbbd890649c2c4249335714466_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2cb748becce8d80bfbb66e84f63e0f0a3cdee6d9bef3833eccca24132e9d0699_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:374211b6e69093447e90462693c45bcdf2ece57b033a419f13585d9a46df62a0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6047837c63bd707f994797af79267ec8bb5075b3fdd88c069b3acaa04ee2cb5c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d8c4afb75de3b6d432d4929f4d4fb6938617a794ca2ef2060b83a02588a1d0a3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3287f57d83e7becbcd3997ff2ade6e6b5a664fd08610464002229e0a116dfec8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8a58a72e372b4235b4751e08f10c97ef0798519e6b91595c234fc14089d7495b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9654a0a2b4549ab06e5422dc69872961c892e97032b18d913cc197dd3aa39f3d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9e9ecf8cb43e1819159bb8fc0eb5641b71663e110ff757e26d5549cf41075084_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4aa3e0ca4b5398fcaedd212506e222fd435f7a46c2eaeb7a49dc50f789cf13a3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5d094c8e18e42d662ac2f5ba16602c1513094c7dc547fbe3de562463c4096bce_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:67f85bffdf2db08fb27d52c6a0a8b615a4b9cd748d9a7e6126851d1bb27844ed_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7d4b6b9e67875889c95a5d126bcad0f6b98c148b85433180573f439a867d9e25_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3c0791290db50c5a925a80b371ba8bdf91f4fccce56397d12a989263a972bd02_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:654aece866efed516d69db0e47668dc85d3936e901aeabd098e07538aa3dc617_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7637a44a01d6c56f002120cf96228b6c68e92b4391d4b6efa1c81ff8e40eac0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dbc636494f53ee38eae00f243bdb92d187ec84654c280cc454f2b4febd7c22f0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:08f46b1d2114a3ab80bc7cd277859a4f84e870c2421b9e13370774deca0aebe3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0ea69bf7a80cc8c0810acf8c7aaf2cc1374d3b034065f1119ca33af3d1794cbf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:17e61f4a9148bc2e0fcea85c19c98eb8c2efb701bd21f8b63547dad13fc256ec_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:8b81413ad0f567583ebe4782344c22834c1781c5f7493c8a05b827f3f2a5e409_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6b348a4fae63bad66acacb5f0d03b8155246733e758f14208956c38c2bedaac0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96eb6b75d6a8ce22b199b8150e628a2a00c427ffc79b2fee2e24af1bf584bbcf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e0b17d193af2fd7e981c9908e01f2d840cc939e24bf1be19977beb85fa1159ad_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ed56ff21aa465143bc0d1c4f20803873dd07999229739b84ef7861683476b22f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0654b81d996d73c5b5b03310f314bf3bd6871b3bd4d1abe791cec9b7a3339719_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e294ee6e92049316f91ecad5987a24d7d3c06809d3db2ee3f9a41bb461bc220_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e3afa0bbd3ab3ed4acd6d0059765116e9ab56090313932bd063098d94f1c3b1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:929f235d156df0f59479d60379dab0d83d6fc662d9acf7ff050a520850ee0125_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:14b5ec9622b1a177ffe69a7c87b7797c06b283b26d5547828d3177f823074b5e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:52a47ec0685655243dfa60738842ba038719f2454b85024084de270736d06529_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5fea5bf035692313badd286c7d13564d48c34e3195bac3c74ae669607b5b5875_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fca2b0ceeb7e301640de2604932cfb2c386441e0d3b3b0e4a525f0a6b00f7cee_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2b85420da837c90d984c5945fae12321c8e6b6fa270768da6270f382194f2d4f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5e5a715049a34055fca9a4b36dab839573238385890678734f96d7ba776dadf9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6982d2c27206f15366ece47b40f4a6a2994c7acf5dbb94aa274c55a2216d0063_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a38c23c37dbf421c77c4f36758a105b790123d654f1c8b3419becfefedadd0e7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:021e3ef983d0ca18800e0fc390ad96f4b6f6b9c3ab784c6e74ebe2e7fd7b31d5_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1076cff5268f9fec09a760da243efbb72eb96645f838a746c4c4e28ae4feba33_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3eabe7ed8651b8dedc3a2c38a83527f224ba3b50088b3238e158048bb2ddd85c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c29274bf105ffdd07bb78270a6dc497fbfb699acce48c7c6b7b6ef32416eb20f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:71bae3f7d9ec2a469c8d69b9f67d27a0a98a26bc842cc8733442cabd43fe3c06_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b67943ce9e26423e0bf84f411d50f394a67a0f3368ff289e695f8819c4fa8c02_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d4c9ea28e8a716d6a46a42cd3b5efc82f42d456e21791c32369527ae82f643e0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e4c222d813696b8b3d4cef6982cc88ba3d4581ad6842b10510fb4c8130a82684_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4d789598c5dc7be91f05a8766dffccc377a71db2ea8c5cc563f396cae02326dc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:70267df26127761958bacff38fbeece08995608c2a24c7a3724495128ef2bef6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:84ea38804ec003ae82375c83ed4549163a2c932d6264eb64476e0ad175b4a4de_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:bfcf2ab8d6586fd6a8f08ec2fcc71f997800b8f459577c31e654f8ef9325fc42_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:49a412244c4d6b547d5b0ca9bcb041b1e3cabbc78f5234ce52b678207d83b3e3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:4d2e1fee9a43f8faf39b05a7d82ceac50094ebe972fd1fd85b1528961cf49478_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:564e888a319fcd9b1af19b18a4281c5a2c41bedfc3186fb3bb587a1e28954c0a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecb2d59766a1aaaf7cfbdf1e0b92ed025a18fd54acd41fbc63026b350c98a953_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:296a9379ce17e07df7008f1d35004477297a7ebdf9e3d51a50d71628d6ac68af_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:67f272ef9abe83f9cd959ce97e3d5c46ed6e118ca30f65fbad733384d228ebce_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c8b5246ba51213bb183e07d862b6d1f9b156e1d16b7656bd6ea061f9016e8ad5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ed375d4341175bfe6945ea8aab5208f375034307f6753cc726230629ab97a71f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:29e41d78f04e683ecb12ff2335b7205383670e7bcd2b1beec736261a93abd406_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8ac74d64736ed4788497e0d4d10226bfa212f6c0cc97ee63d7c61676698bc022_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:94a303f0dd0822b5d82509e3ff8af5887949ddaa0e3a91b9f94d0bdf4e1e267b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:95c3aff27109694e511c9e45d1132bc4de0fd636cde0855c9ef45f1a17f5ce7a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:16e2953831f686cd68012c8cdaea2b404c54c91050145b716ee8b0ffc5cf11bf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:91e3e3d331d92b90ea49a78531cd366201c5de278f56597d9dcbeae40f114754_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bb1ec078ef82180a6019d6e174c16a5a846e4cb8995753628db25a4ca0071474_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c33a11f1aa2fe38738663eb291e25503e2e6fc3cb5bd964e1a6f8db0475e29a8_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:07163bdf6c27b8066a5f1e8674a2120054c3daab1e8a0db8cd728f2b1ca0fa57_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:32956c0bb79239db914454aa82f94222c6f7a90be718e22bb80c4e75a45127f1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d877387429f09cf5fdf779e73200069c418e561f20a21815bd56fce1c1c4c73_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:9a64cc9623e5639b0e8ec8f5ad63a5ab83f92598abe541be09fceb37ba2fab23_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6d8e4146a7965b0a81984df7d0a2fc094c50e7010acb93e58510cedc8a42e687_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:764c1081056df81f61d6965869f9ba66d67f132d6c768c13f1b2c1c81d45ec6b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a27762ca5025270235002c90eed00d6d029d4b7103b5bd108eb527fc8e797f1d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f473c0c439be12fc83e9ebcef48a1a067a5f4a9cd581ca19ca34a3dd0b9fb79b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:6e95c6d3ba75f0655680a4e46b703aeceb57cc9ad072733bed1aeeca0e9b3508_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:ba23af1b9437640698b924bb0645013d7c08fd6121489b01b63f66156faa6588_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:01c4ac10b7061c77ef54bf337b8488722506d2a572d9da7d9a689b4c9ff7c225_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:67c19e36b3f264978073841b06d940efc3fe0546baabffdfb35c2e5a1989e96c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:add880787ab5dc1af04cbed51e2da0f6f630ee85387617987ec6d6d8e3a28009_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:d6acbf09fd11d29d0d715b96e60355a23deba955fb3ac6ebbcbdc29e6923d508_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:474e02e9e121dfe39458bdbee1f434d32fa29347f55386a4abcd3825c9235456_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a0e6d2e5adb8d9c223824f623bd7d391e33241fcbe281c54af8e3925af5781b6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c3fffbd0e1e6db3256029c6cff61bb64ba56625041ff86a9d46a895076877fff_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d253f116a2d1e2f033f47422230a0a4e8a9fce255d71e9140a0bcb6f255c09b6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0b41f824ade401523c3ff06e2dace98c8dda246f40e6a01a588dab6fcad09683_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4954d67caa517e2e2edec0e5d4b95610a31b82d5a86f9058cbe55193987da9d2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d1a37ce3fce40a5d5e3065b5a4be81a18fe2a6b81bd5d16ada65f2647fd8fd0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d395f05c26536703d44d06525efc0ac6203440e6576e8a1513c7e4ed8563ae62_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2224a1bb7f39feb0ee922a54a94d8dfa66e676caffc681f99227eafc0082b50c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:339b51d602e6c798949da55fc36b4e83d4b07909c97f004f8aebb5bb6f43268d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a7bc2291024185f39cde4d43057b17968cad18451fe8447b0ace526ee11bbcb4_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c171ac27f2bfd7846db274c1d2be8b39cdfed3afe59ab4fb01f903b5be3af443_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:45c70f4c6f15a25e1982efd6eee6930f16317ef4cebd11ffe2b5994b9ad8b200_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:938dfb864f0a9dd0116c5969eb1ca94f2e04b914c3ee56bc26ac33f90e2535c6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a4f095b9251baba737421c47566ac7329258b8ff22b0f131c5a941ad1b6caed5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:f7a4c6ab4dc050efd81ff5d7dee7569a55dd0cf96e6413c47770699f5fa02b6d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3a4f76a56b75c54966a76307c4fd647d854812bd22e55cb228c1e9b5aea67037_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:98110bc940b974dcbb8b0ea21c6b52bd96ecea62779f9665d3ac8dd03223905f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a7e47a89156ad39c7e5820cbc98a0b295ca1a3aaf6b72be3961c6d4eb0225831_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b6a273a6d68b36cd939b6bba836f657168526125327fb784c436c99848f49f7e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:26b6bffa3e11fabf11ec8176bb39ab3e301b3c5a85c1aec37142860ffac1fe5a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:301f5a73d9d839a999dbd3c9a7741ed3458ffb87426b7499364e6460850deeb5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:57eee4fc78405492c9a665c228d1f25c75f0390f75a73d5819aea7ebc2da6b4d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b10b625aa3fe5011c7fa9db3c95ba6d36c569fd6f6aa4ac3ff2431cbc103d362_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:11b59cdae58f57a02a4c8479266a50a1a5691f2e8e4382ea7ce96bc913ad4afc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1f11609dbe46602b2c11ea6c776cffc87ebf3fe2a1204f25bda85d9793d5cd60_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:28ca9310e14799c080a07935267ab4ecaf6fd1abadcb1e165deb46c81f2e731b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:56a619fe929b8a18bf1526bde6c9a86f12a1c0a43739d1a0d04c58920d3ac5d0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3bd696b964b694ec219c5776593bf4772dafcc3f43b973355913801929462557_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:4142674147742cf0ecad7223e02e88efb53e5a34ab820df5ea2f645a04219da8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7c59a7997fa95d2895620378a7e18f0074929b630c329ba3f03c72e43415364d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ff35fdf6dd3714c214394ff6f203815f23921af529bad0dc22abfa1d1680b333_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:15198ffc1a039f56e9cfe7ab35037c34a3864a83163576b65fb3e9f5aa8f1f3f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:4ab1c5859c4f54f225fe4d5555f3c2d1aafc520ce7a9197b040e06084da9a43b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7be609c48462446f215d9ae0326f1c76bc0b779cd08db391163c796106e7aeef_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f04c27be87ea23869192754c00d08badd40a106c2f66b86bf493455b3e3ceb09_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:42ce515a9496a89b6abef7a94b6fcea6880b2a9833900d54e1dd4044c9e2872e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5ab9133d7b6aa46227bca8a1c6ec2ec9233ebed8e62e41ff122dda627d4a7fcf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:94f82ddff9d44dfdce03af24a851c05cec4ceb161c5631ce6ce88dc8a9481271_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a7879d59a73d16ad9c237a597dfdbdbe06fd6d3e3de0c9396e342250778dbe08_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2f370ec13f448fc82d3f142cc8b6a559a4d62044631f4b394742652c4672f536_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:38471fb10545f0fd1f879ff8ded337bdb6919a929043727936d28c2153a78fb9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8e6c8d7186bfcc49c6ec64bf8bbaaee511f62cb5d14aec29bea364f90129d36e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e35c02d8101af5150e038572081ef775816f97c77ae24fec3826bef8c24837b4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:123714413da1487c02d182f1d355688d2f0fd63e0f82865dd962567bb9c81039_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:675b6754ba7e231a1725cf8338d536551497ed05e7f40435a2a3c98e411af84f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9eced45114ad75c3ca56d06028c836adaa713433bc49f6196533276f9645c58c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b203bacc4238f6cc6afaa7dcad119d126484235694dcc33a46edc4d002dc7f5b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4e68102ebe684da4477f443e32d69865b6fa28d398fbb76463c67d85739e3c2d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:6dd5107b14c1abce011367145d859456aeb03052ab831b4c548fa4fba0b269fb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8e6d6d3162ace273c1312c383de4e1f6ffe2d8e6d7b553b64e6ac460ac040c20_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:061699fecaf30d68ae3d41b89d812ea8144627d9ca9de83173fb33fa06e6b8f3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:33b4bb5c331675703e19ef96f3185b2d3cbcf4d0e37a6fabbeb5a8dc1f46df10_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b7e15475952a147e7d6d506ee9686c6c594d529b27e4086f49b0dfc1e237d640_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0465b162143273b73d2d1af7ea6f9654116a9b1cba8169028273185f2dfa1191_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5d1720d8067c33064ccfa16d47931fd18bdd3590f53023c2ec268ed9405d0983_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e99c8d382c503a7b1e25e6f72ef293496beab285d0a3453d09ca73fb58247163_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4e09db0d6efc9289a85cf5d4ced1d6a6a7f52168e44c366907a5d4ebd3e7d75d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:585c75fc909525ac0332764b66db33e6646e5e0b0a4d01d176be6dad70a7447f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:85df50114baa307e2b4192a46f80a292500401eaf41f45b071b23bc278562135_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:3ad0b56893a8ad865ef9de637c1f21a358aae5ed4adadae02db3c6d37db93422_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:56925cf35430409d4a59b4de3ea74d8e3779acf505872bcefa26e97418f7bc9b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:a928a27d2775d702a7b4888f87e770c93049b645b5878173d87d893288c0701a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c83836428568394e500de29f5e4b44fa4881f5b5813a8dcd42a5bd16b6bd2bae_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3fa694c3f2b9c05fcf2cb69f97d791fa46600ba1eebd67608b109586dac15e3c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:44006268f8f00b5dcc4737ce787d9221b50ad7af3e678ea6dea817a797512b4b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:6b7d13c5daddfeda27cc815f3fa02affd699ed626cc41775f78070cb8cab4f4f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bdd058e218fb99204c479f5cc33383634b184b1153a74c3333926e84f3e4bae1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:174dd5140764fb73bc002166fefbf8f897be7b295e10527410fee19338fe65d3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3f5a73689320e820972a39a40077926550f7864e2d1969a9352d3b833191086f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:df97ec11ed1fbf6397b6a62c85014c255b60c652c98ea439d1f47e62c6a0e4bd_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dff5a115ecbd046f3a1a60ce8d8518edd570922528a7ba56cb17716831eb6b09_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:11f56bb6bdf0069b7bea04e5051874cf879bff0ed36676dc521975eae8cf1bb5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1eb4aa5666fec327b24c011e1b7e726ecde7ba1942e0b8d9af38a65baa052985_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:77da9199e0922972da775122d60efaeeb4cb2cc464ff6855099fde770cfc01a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c56c801a4a9e11f7b9ee071dc9634fd6c43aaf04cdd6b048dd4ea1a623ba16a7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:5332d1051a8774d9d3ebd2f6df71f2ae36ff23fd32b28edb418c028dfa6be128_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ae444a4f4274431a8dfa075bb9c91fda502cbdbe971856f54ffb6a0d5deb08a3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:4148a39c8311d7050050debedbfa7454b53c3e00ae4d63cee7bc6da688af744b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:699c1abe44686141c985a530a8b3b864b3a1bf2c5c6645d68f7920b8f752c684_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:608159f89bf52fbe18bbdb1c48b679346ddac7d3ace7883c84494615a4ab7adc_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:d26f0f1adde0599a01c90d8b9e1e8690e6e532a380e7852e83cacc1e439b5424_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1ef42800334a0b6d395e1b1bc8e517e232713a4ee0e4591415c5347ea1352fb1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:23d11514c82b817c95564de1f0252dfcf753ca40cb154054c051b6bef078a960_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f5311dc740529f4f4c444fe33bd5731b0ff5d213620207f039af546a3c521226_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:14f9b0d4497da98ffed111c1266fd4e0b4a812f6b7ec37b95e5702438602ce33_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:4e6b6f1636a4300955a587155ee9063979e47cb387dfc1a85f3738b1cf25589f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:2cb5be04fd1145f054e994500608d1463f35a0fb87305e559ff71c972795d978_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:664dd8b515ac89b33051c38e00fabc4f2bd8c902f9fdd8df263b6cd6d0a0bc25_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:28e1a2e9d3850462c628b0bfaafac15d68def97b8c1c9387de58b1fb6d877f19_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5c60f40d38ebe6f95cfc0fa78fed9aa265fdf3aced888bf232445c2e76e4ed55_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d36d045c32e335933939150b36fd2f86599add415385560d3e10d4b74a704d89_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fa556b78fcc306b456576053e522d93e0c578807e220d3c562ea54cdbc2d1a92_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f9ea746b7bc2eb6cf1d82644d42d363d9343506f9091e8bc67740a06b382081_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:909ff0827690342dce5b4cf713327f3a8887a056951953c9aa639e916129e1ad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a8705dd5df6abd3d6931b298fe8e53cff0f8259547fa85446503b413b0ba19da_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:cabf1a3d4e2aab9e2273afa75bac084e93eb36a2801b91ea0d79982e9e7e5f2a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0b5cac582cea2ea2dee7d515f05bfedf2a5beff46ae6d5ca9626bbb36c94b865_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b920409f5635d704145bb8e1107a7c6f951976c44226a2083982443f67ce619b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d658355babb92069a73c35353c2fc0be4450517b3445d2387b4b0e3bd2b873d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f8036fe71f651189dda062ede40268c843ab07ad5b32e010250f9b6fe9234bb6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c5361be369c8e0194275ab97d18d52a095a5206888bc82d592f9f9ba28a34e91_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f6427aa92071d20df4e412376886d9831bb0cbb15c10216ebf2ac78de096b051_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5d5edceedc72d2ec62b24b6a60c278e4836829c78a0bcfeb20d87fefe501a39c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cd23e978bf90a7180245b04b5b0df939ba57e30ea13a2a759a5d04953eaafda0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:bccd28236b901759b08d5106786d262e482cbd1e3798c1392c9c6eda9956a5d6_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c096101efdd0dab71581c6e6506b9a6560c96979e2d439ca888d2c67860c1337_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7cf38584dd1c5c269f86d85b0488e9224ac989f985989b00ba718ccd5c1cda56_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b2a85daa27b4a10282c1365dfbb48a3224df6c2a47d6f5ed59c3c01f6035d443_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3643a11084c5df88b8dd9c8d7693b228f3a9d94f74aaeb4620aa458516c14e18_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:a6a1152188a6d2cab12133e497a5c29549fa0103dcde8f1bb530ce7a033033b5_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b6f91ba9a89207a2f84a8bb1343179bd74948644a8b1608c2a2d84dee9ad39b5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c21ea57e4b38cb47e5aacc58b218ed97cd4e6ef353d86442236cbe8852c6f648_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:56c61752133f5574587fefec75502e2a132871ed033a824f62519117ad0c4620_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5eee9a534fd647002e246ccc70b47a79737cbf604c5fa4519d10a8c66865e5a7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b1428b294b7752d6d56fa95d6630aad0b6d205991537ddc3274a7062c13df3dc_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c363dd15dc780181855ed7e8af09bf148d9e38d562cc54d90842f95ccecce36f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3978c02a12f2469999e833a2cd001a08741c4d9bd22ebe211bfdbac17563ddf0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8d20d5c213a86a2d9cf1d4e8ea351a70e2bc1e8864e7435baa701aef3b22441b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ad84f2d6f695c6c999a82e33cee9938544352a648c0e72adeaee0803289077c9_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d872bcf33f5d4d6f1a074bef0091e74de82b3b1a883b9004aa1f6193b84904fb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:027641f0d532c5d06663e838ddee798513282838efa12811ede36e1b8669949e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:198fbdb0d6d4bf699a9186c06c310e4eca0c3252ae8e0d64ea1c68d7b67c2bfe_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1a3fb2aa3ceac5c827d7cde1cc0296d6974663d3f5b4139390cb29dee2bbcc20_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:51a53812eecfb69e77afa538400463c7eb51710777e9d9573804d2d9eab5d307_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:19cdd4cd8546c53530e098641c6c83e2f38f05f2d046c6a9fddc3c8002a01fa1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:27b826d0ac202a4321d2d28bfe26376b405458781f04acd607c3a27bebe83651_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b1c377c3a99dc0a9a6a39dfccae28c7e5a11674342530a05b237a33117c980f4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b230c7f6c243ccfc43e6b50809f916d3247f8daad3c750220020ec4337b126a6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:42cfb65c46f9f63ae3227c0dd5ca2a0a11729ecfb2865f3a4443821a85f7c8d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6ca3200ace5f9b6c36c20185dfbac37ef4cfb171f3a99eb9c746e52031bf380e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a9edb90a7efaeaada322b051c1b4cda47df859fad20ed42574fbe0fa00d15324_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bf0602fddb6c09c5c20a33abf72b947cf7ec8de6ef68144d2f4b1a1a9ad906ba_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:13df2c323a0db01668777fb495bc342806443b5c0992fe7f9ede76a0e731e2b2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:8e564be7535e32f63ff7a84bb61b3586b16b07f4ab6db20b42340dd998f2e919_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:29b338177ad61fbe618240d520eb180c1faa54fcd4be63c0d2d16f5221c4d7c9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:97b5466389d9b1e4c54dce29bfb42e901ac2c4aa39edaf99c35f30a766d38b78_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:989cd4643516ba83c661cff6bb217cc25d502febc80344e08e90c6eef8d24088_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:adec59d5a5ca059167c1dab49e6e1e6363c1788833f2cbc2381cb7d88a98864b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f821e1e8479c74d1a672e049e187d68cc4845e7efb417e9e4e4fa99628f3ea99_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:4eef2a136a4fc3a9deb0c5999546aa8d498c3553107d1e0eda9d394b2f412169_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b31560936594f27a81750c2d73f97385d7b3ac87cfa7c75e1a4fc224243eb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:bb3bda07b0ab9cc97889a530b1da6d7eb3f7f9c8a98f9b867bb3a93da7694625_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d50f44b5a5797797b9595f99e3b24684908cc28d317ca00791bb6a7406e15636_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ec2e637888e698016d6df6cbf4be6d44e5a2f544e7b81884982e06ee632a9ed_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3c569b4e1ed989074b129cb91b307cfa10c8305b037b284b23bde4981f551238_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:4ddb2823de8624d7d45aa16adabddb92faed392e71c2d1a0b3e640be91b731f6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d3b7e9f39e5238f011f9328467c72a8cb8cf99d4bed7ac0593edb9ec5bbc90fd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:24e49f3b5ed9df72849a33dd7fbd4a0b01b8c3be79705d6e23ae48e3fd164133_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a9ce73e1f17b21b9bf2ecfa7e35f5d8e9c72620076bed594e217b870057185ca_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bc2fc4c0e55023974c90506cc14c51cf73741e9490632453687edf404b3c485c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ee9af4af02c40524e182fb1893b8bd59785be7d508111c5b0415f0caaadefcc3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:971256d54a4e10a29080f656d5de3b6281f27c77a40c0dc7352f1f05ab83eb11_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d4fc699ea35d0f1e96e825d2db3f21628e25589ba57c40ce771ed210aac5d588_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e3d0f624ec4e265daaed3072e9f9dc85668a917d49c96ebaa1c7bc05ca636197_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e47600e5f91aad639de386e422056d431450e5dc3560d30ad16b0b0bd240e371_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1cba0b4f393f1927ff5386a9b2ed74fed87a58e4b2d4a38f34fffedd30da14a0_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3b8bfd739f87585230904007f0b438b4bc9d79337f0e9038887bb7f297b681b6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9c7b3d916bac7900ed009cf82a03607fe68fb924805ea37e9950ff3fd6c73b44_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c0fe58445dbc3f94bb9a041ee4ac81d6e1ebef0eef6b2468c288be51d947555c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9c772d8d7af17818a38e2004fbdd7673bdaddea0c36daf239dfe65a49f78c212_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:acdda550e575dc7add42439a856726b3833c5d6d98dd9976f30be4b781a11a82_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b5be0c8ab080114879aafc5d2526924d32306ff545c06dba64c947ca68736f91_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bc413067c8cc3e6c40a9be4ea896d911cf6b3adbbbe4c8e85fcb243bbc7bc2ea_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4b39c2a3d10a1e059c3f52bbbad6df20e52e47a422119d51806b59bda8e7e97a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5f0f4b8edf205f47a263878372c0fc80e1531f3d197d882a83cc6a2bf980c277_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:78987fc04ce330fd8ffb8a96e1f25e8ece8360680bbbf4c8854f1ba1f598f2f6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a43046599cdb529aa9a2672b628a7495690b03379c7dd4ec7bd744b01793943d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:25b8603f08442f61b433250cb6f4839cf2cff118df56d1d7e12b3b09e859a278_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:912bcfa64c2dc40a0f8573e595001fdf9dd3280e4babb503198aa019c4c94dcb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9f84034243c6dc1341a059730c81b05bc6626b913524f8d854e7d13c59eb4d45_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d9683ec09f7d3d0c73eb626fa7132ea0d7f731893506437d76db27bef51ae518_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:13573ab2e748690c65900137ee67fa558a1938fc2c4d92deb6b308809a77dbc7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:279fef1862c07ed7b949895843d80c54180a704411df4bd4059135dab63900d9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7c527388a78edbc77d6a9db9ba9d5c8ddb302220d69734f4e0bfc26b63b3dcb1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e601bc25408a2eb5735db7d2595f969a59da9560516715ad781cff5e4a57f2cb_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:264fff5b66ca49266cfadcee9765ba0b34bccff8dfdb12e5444db97af4913095_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8f14a597769b040fed9d1c1d610b6023734dadee91cc28588b65efb25f6308ae_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:bf78d9a4afa92e68d8018283114bbc7fd11fe0a9b357b75a00395ad630ddde75_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dd57cd8ba112502a28c74d7f9e021035a061e1f51377ac0510dd02a303f14f37_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1e3163b559a137ca99141d0913759b5a92cf30e063f6ee2485983a486d97a066_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3038ed29c6dd5d46bf8d593c154537615b8d218bc43eb89dc099a546308c5b33_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6f5d8e50b9cf127af5334e0b1e97aa1bc466bb1ad8a1dcb2b6c3e7494bf5a1e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fa6736bee0e8806b00bf3b6d971e2de5ea49f3f2a89e8cc404d55a70e6f73720_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:09157be733606534b4788e13e47f647c427adb2d36031df979628d1e3d93b096_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2c52bc991f789cb2582b4fcd0fabd20b86b5893d9fcfbf6e9ebbb372cffecbe9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:611ab0d9521d88b9676bcf873b8aaa2fd385087814de0ab05c7c853fe98da20e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c6226a0f343e69d720fbc83ad01daedb925fc39d272df78fdacbd847fb075bcf_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:19425f8d71d7b67b74e76c5b770a5e3d918dfde9a9eb3e181c767b4489db01d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:39f0f3baf0bf65713633aeb91a80cd35779cce2b43e6faa70838e0a87bdb12cd_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:804965e59e0147de822be6cc464daa137e45c991e4ff00c7184b6fd8105eb781_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b9b4777d271c5ea81505111d169134181bd46169ccc05dc65f3b6e59f736d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1a6e143562b0618b3f5afb6d488e8bcca48d9b0b4f68dc70d77279643325ac52_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:22230fd972b50ad12367aa043fef070d0e580b71e874a0e3fc2f5aaf52839773_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3abe2be596ec79e32806af4d66a7350835433c11e8b053385ee6463e65f31d30_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bb8fb8cebadac019a3d8c7fb2338a56918ff39aeedd55318fcc7e7c6d60648a7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:28dc48f706edfe382aef8370f464836e99a307136561dff65f7e7e8b5dcf9a5e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:533846b923d36de2b953fd071f6f7ad38e60548e9ef1d3f704039bb69b59530f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:68d5b77732cb2c0b0cb9a7e6f4201570dd8134dcbb21019dfec4bfe1fadbad1a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6d20fc820b2b684137df0fe673dd4e98135ee6a8c39a660db8435be44160c4b5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:48568238316d40eaae138ec218e4d0fb6119c94d9014683bc25934210792500f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:1d1ba67b2ebee648e679f886122e649880437bed73cc62901f26e77087d1f72f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:627e8fa2665e8d19aea0b746867ce31b58cef207d6dea85228b175b96cc95dca_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7431114311d645b44e0f98c9a0e92e62a2c412a2b57dc47b52f1e4c5ae0baea7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a88a9aa0807380263b476e1e7491c9a4f36def3c403b43fdd30bab55f06e673f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e38292df09d0b5589b58f31c39ca74147011aafc1a51be00112856a7242cb80d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:67f16f35ae8e95b90d758bf617c953ffbd0f31d685b9f023c34e5de5c02d1d13_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ae42289a9ddca85918d07f71db7415d099e8544ead8ae73a0d79e600c1c0f067_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfcee1078c7f5425c41f8d3398ae512f2a07d156de7d6e92d24d7f5eb1eecff3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:eb851650658c10b1a102258af7b72aac6db36647d07ec4eac2bfce099ae68e67_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:74efd49cd2880e07cee9aa16b7615504fcd276e8606b7422ffe6a253636462c1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7ff9273c653a511408a49a0778e9584605b9d24e1069da8a77049f70e2bd5616_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ad02d1ed96a39fedea9588756c548817e8672b8fa6d3e16f1f53221e3e7d9157_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b10f0eaa64d49ea5763131b8ddd134da6771b835333a4f5ac9ffdaa13cbd08f9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6c75dc3551d30161fe15ddb87170bd7ac33cb19b242907e99a9f2b003659efc4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7cc7c37a8ce0bc5a1de200fa97525c35943d5fe789787d642c4a3079c251c4eb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dd8dfd22f1e93168de72dae9a266654563fd41d605c65b4bb15f20ec65fd53f6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:e651483d73deaf4125ae3c2729bd8a42b277df79a6ff056a99ee3e78e2164877_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6590ef2d757e5ac11ffacdf6de04ac112e96f4bc058b97aae1facfbc9bfb9317_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8bc45cb12c534a1dcaeef41b7ad0a4cd8ac0e3b0041aaa0cc3a9b917602ba5df_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:92e18d38fe9dfbf0e50933d15f4178cc149b3e4eb535ccf0fc0da030d758f435_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:9a77e03eab2a1992fcd1c0a1f1c978755e236843ee4472bb551968fb16568334_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:686e7784cda9016a460c9196a522f1fb510546cad343e26f510bea264ab9b515_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:77d58cca07f50ed35b30a97c24f66abf5fd5482be3c2a86df38b5d0e4b41e4b5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:a553758f4aecd97de2202ffc5d96370765e1f92a11fa4ca464ad13037d7c1a70_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d09813fbb679d41aece1f097ecf3797adf142242feb12769a604c37df1b6d80a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3a967546fc93fbe58afe72caa5892b712c5b96072d3cfccc1c7d9b27cc6fd6fd_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4d09ecbb6bc7010c93d65d8bae5a368326d1b52bb7f7410d30dd068b4b9c1aff_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:78a9ba8fadeb516fb48a37ad2abef78f57a09b5e701a31ca41e4bfefe493d781_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b44e2dd5cd2daac1ef6849feb0b313950e0616586fdcc843a051788fa071a4ff_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5d94083e84fbdaa57cd8723c20bfa1bf0d2eaa0cef52c662975b286785db8cb5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7662aeec067c8b3bd0203da4d87e0837eb624acc7dffab9c0eda8081d992fc55_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c95e0922aa74f51030c35cdf1ee704f01ece7b4ec53f361055f4cfc58e464bb9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e4ae1090a43cdf4a540f1a2cb376a93d2f74449ac44ba6d0484e4612579b3d43_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:48c47a452810fe65a21fa858b102a2e7d9469e1143c51857844a0a74ebf03661_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5ccd0d2687e836eea86fcdcfbc73c7bdced8bfe2050c466860306d246375f0b2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7fd64ebc835133fcf6fe9d286f18f790b12295dcd904d61cd255c97e49f216b5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e862f18a4bdd246891a49434389e8dae5d73a68aec6d548dd282f3c56396be98_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0772170993a9fc0531aa948ee3f4c83a8e530802f7d6fe246a0688026c050d27_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c1b6b3c81c49bd764dce7fcb732f14f378aad992c953cdac86872b4113e8168_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:307efea31da6d72e50def18e1c08bae9e05ac8991d90379280c15f69c93be375_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f366a95bf18554cb9b48af250be89970e4c6b1fadbb97543db8bc202eefe282a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:09b9a909358f49dc84cf863e418fa79a72c5f23ce05cbd4045b2c966147b4edb_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1ce1ac2cafe2162c4070a5b60087ecdc520db1e90a433183157c554f86a8bdcf_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2c984681915470552c6cf4dbd2c900d14f29d9a6632d7d937d2fbdf1cf16a5d6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b3809b2f792a8b57efc13591b88232ca2b83fd116ea1a6ce9c05ec39733bcfaa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c37ef0e5d795a727e79d2749570d7c42876e2884561857149a17793543b9fad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:45b239b4328e73574050498d8a59fae10b1788642bfd3fdfd487a59654f2395f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d0eac8a6dea99105af2917f089cc423a7c21820cdb7ea4a3f793381cd07f43f7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e9625244e5cf3f4fd7e6d69a8076069e24079672e2c4bc4df7733ef31c3aad9b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:25939a8eacf00a315bfaecb90901a20f2d314f186c1a23ee0814ca611866ed5e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3b3fe898a633924c2e0f803ca944cc63d99359966004c6aba6a05c446a0539dd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:55a048f1d9ac836497f7783369b5b582727df86cc64fe7df91c463db1fc0ff30_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:88990b2047d4ab9055afba0c6f8895f30a132c361722a1524bed1671527d99f9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4bab889d5262b3f891b99f0a521f6d4511641313cc1d3a5970cc2182c52e0fc2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4ddc6ce50e06c258b4f24827f1fe5577c4ceb5d68ad925a185dfac5b2b3a661e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7883c26d4640f30a8fbd635f5442fdb46625d727a1b2382220c454aeac081fe8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:955419c1ead9dbc1c2545f367907dd4b1e8133ea23ef65407341e9a505b1cd17_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:206e503ccabc3f5a01f11ea5026cb64ad6ae62adf2eb9044386efac6586cf332_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c2d2155a6d299536662cff9c5a8474680dc8d9c514b152e87421feac7cdcc22f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:e62baadcd61bdc045c205ce81a3b2b650be73e7b3a5dd5cb53ea4c2f8a181f0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fab5b1965457ca46faaf5d1e6882c17ac2f0e1db5017cc81ff4da8a9083cc838_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3e9733932088db40e1d1dc25250b68d83aae6fdaa33923c2593ffc6f10b84984_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:62ff6e225c6c72f9c9b0bb33014544d1e02a30ff9092c25fddf72d9ebc8782dd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:70259c080741f045c19c2dfb1fcd5069e9eb7e413294d855262975ae03e60b6a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a974b10609ceb50c391abab36ecaffb9c6ba62f66b246f529d8f7d1f038165a1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2a8daff0897cef178c43b00d43b3468a3ff9389ebf337533c771210ffc608bc3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4c7da9adb32c409132dfefa7ae79fe99d41b6f59c592eea234970279694951ff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a54253ba850cb357befc0173748523a1762858066023e04388c94c2d5caacfc9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d49affc20c2c397c1ed17de7d3a7fb98a3f66efe9f9bd4f4234c0832393df9b2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2321dd8c9cc505a677622c5cc680e4f3461c6bf1fa4267cdf7f39383967a0b3a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:582d0856a394c73d8faf8d1792a80ccd8c66d80cf65b9dfea344351d767132d3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:938cea3b81e1b74629b0bee65183b0800518b4b757175d34669fb25f6e5d802b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d8e3f695418674002c1dd252757415372d95b38f813a3d432abab774c7427b2e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:8fadf40fe968046de41a4a4c6f643d9077f4908a1e456d7da29e0b0c79f8431e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b7b73c5b17ad867eaf4066be6b2fb9a322677ec3265c0d1bde2e317f54f7accf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dd6c4a3b961b608a71122ddef308287483d90f3a153df4ebd00b4f85b46bd551_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f5e86e560d2dd575aa814329ad50a38ad4c7f3c111353e652e55aa5b58033f18_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:10015b131c57580e5edf1fa90b05b19482ea67ae3b588efb30da1cfb2061deda_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:99060fe9572cab596228b61e892ca9b571e3b740c4872ab55e3276d4ad65260b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5127b9d0570329e12a37d1c7e38a3ad9a1c990b7b0e1d3f3b31f5ae1146a518a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8403b335a511bc219b98b899e2cf4458347dfc67c8e15440801b1434f03ab555_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:8bd350665dfcfcd29e64a93a9c1b700817a99560dcc927a75c13cf22924a557d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b47afa8cdfbab90e0852af59ab14d95b430a2e94245aa9d1c65d1a592f44a90e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:15c698a4b3293ec372e1ceffaba0fb9360499514271d26c22cfb6cb39852f598_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:43344ef6148d5c76a10961d19b3bd83e219764cb53ac4f310a513bbe694fef6c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:084a185169e09b57b07073bc5c82bc741aeba187cd9cb33149c830af00cc6582_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:171aabed219e2a837afd87ec9dda95bd32b6f780a8c7116a6dba18533c07605d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:33926bd728bf4ecfa8146f2d55c05f151150d249b965ac4338cfa8a9acf642f4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c0709bc4da1e5574cf296180cfa6abce28c2b7ac105abd95535422abb090207b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4ef4397e1a1aa5b377ecab2fceb5c2eb15b526ae39bcd9299b45d9abe4bbbf31_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:852e6be5031cc90ccd9d02fcc66b59baa692d594e7ae95e68b8923732fa77b49_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bd9e30cdd5958003b7db73e8d871b448d208c099f3dc7e9df3ba56e6d476ea66_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fc61ea57eef9eb7f0bb091cc0815a81844d60c78f5824640e40096e8de8a02c6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2020b01fe0c8555a2cf070d5a9bf75691de4d8b775b4ac91032c92972ae6a424_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6c3b876e5fa5594ed92ed3d333ad1edd228611d67b060024511f8c6a53eeec92_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cb279e6a6181c4ab8025c6ee74497cd95e990aa02a03aa01c8e4ecb81718d231_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f6562421b9828dea833fc82160705ba8c0349531dca39eea94da4bb31b8d3468_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:44b8d7704e559a8fbde7bcd2d7b51cc025eb2b898c74497149f818473d6b7237_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6b3db54da066eff7abd8e8f58ae42163364355fb1fb5a166c3f90ef42024e24a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7bccca2d8db4038ed90d7c5d995bb2daf880b3d6aed320c6d6dc89c73c38170c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:afc464bfe9fb581e22275814fb3263ada3383b571ac4765507d2640470a8fa3a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:353292bd26a33c9a68fbb8351005fc3b65d1f0dc02c82887cdeb5d28beda1404_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:af382c36059c0c0d6e76b41eda8ae2055bf5717205754272edf126fe15737cc1_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ebd113dd73707e7e234669c4b52e7ad90c5aaa95d062fe7b2ec18ad63b942920_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f0b91324c63bdd9b1603e0bcd2e554e1d595168f9337a7c26d3834093b24f6e4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:23a74b9b847094d230ca89e8d43c924098aa5a8ad67bc02c4b11833c4620aba2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3a9adb54f0e11beb7e2f393c00ef6014f9c18796c36e47ff1f08807dee8a9e0b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:558cbb955c8d4de727f010f3fe97f285b6922f4845357cd979c22e9d6afda4dc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:64f0e85f122f8cef1a5b444095fb16f95b255865ab116cd59a4a541bb61cd09e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2b93d36104e2c99c09823ed5c6d12e25abf3dd07e20683640f99b687a45e9b6a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2bb2c4706037910e8045bf0127ddd9087d2c8ab9eeb09ceabe97b18dfe873c1a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3e5d6fe6f1f7a495efdb0a61dfde0d20def80759a215bc7097265c816e07919a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:efe7886379624399e04e4f213bf1f8b2baf1acf989823caa93ed8ba76ccf9372_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1b152d3df7256fa1d16dbc4edc991503bd90432e1c8408149603306e62a28a89_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a7c3fd07837a9c03ab834a0b46ba51b50c73037203ca4d12d8cb2a45f690e62a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c9aa9a181ad76c715b410ec6866d86f28923d2becc8438f3b56a381d7c668897_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e96b65f0caa9f23429318080d5812ddd5c233b881b6f460d944990000a6d7018_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37569639de1f8c36904366fe21657db1df3c26c03b8f9f974e0a87abe862c7b8_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8d27603330319790b463eba638816fec38ce5ce81e7cc2c113636939d713051b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9e9598797558cb0767f9bba75faaece26aadb56163f94ae2cc2c137645b5babd_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:cf8f8b11a984107f035ff28ba24ff3f6e1d10cd764ac472b94bb9e74d435a459_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:70e6484048faddf5f59bc7399fb22731d4134b6a6e2c2ad3b1e92bf26e5ca902_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:93c6c010543791ed57e08cd0630a7dc7903d7455d61686cdb0865b13fc52f44e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:cf50871759b51c4fd1f164c53ec8503379de265ff95b5f6bfcb15d3820722c78_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f296becb22727fbcfc0a2a4a91139dc782688f43f63396d645b03bf698b81ecb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:227f6cfcbd9f361dac87776c3b625a4ae91a7054a29a48c0aec491a786f81380_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4063848bcd02040ab2a26a1e77d643a8cc01373bc6467070f72f8cae62ad8bf7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7315ff02d1adefaf5e52dc2b87903cbeaa1ad7c30719ff6afd130d068ebcb429_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:c33effb47bad5780e4e0ed220647bd0741276ef5c19eea05014b528b91765efb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2883dc4d23d0c4ec9551a0818f5d5edfc708454b48333db179232b6f7bafb4cf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2909be49bc0471a0e2ab4e9172e4ce490b305b8e1fb86729b45af106f1ad5ac2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3b91df98133ad62ab43372695b3953c54d58e70c15eb7ae201b68d73088c0bb9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ea31f2ac734ef3cec4337ec6025a1cc01a2452ec124f102e5b1400a9ccfb05a6_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:2aaf1b270a589b2e9c907bc35b4a3706cca1508a06142dd3086411e046d7cd00_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:32b91a8b6cf6278fde2c8d33666748a905a8dcf290b6e16ef266857d4838d3c0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:fe8f645cd130c489a3454252abd64c554d583cbf984aa3e568ae9c4073fa0f03_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:9885e38ff9be6d7ae070a00b851232a29e739a870d32b2508ab9f34e56177bd5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2b7476cab5336d76457b1915e734ab8702c461af8ca4d9e474557ad8354f7065_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:4890f971ad6077addd93d4c7fd1e9ee46ef3634bf89ff5adee2a95ad7b7b3f12_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:afc7f162c9c1c3033316a984254b8a477d8eae5bbed9cb25257d54a54e1bb866_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:e9bc1798e5283c65ff1487ae78c1175395e051a6c13426d3e8d1b898469a3493_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2507595"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in PostCSS, a tool that processes CSS files. An attacker who provides specially crafted CSS input containing a malicious source map comment can cause the system to read arbitrary files from the local filesystem. This can lead to the disclosure of sensitive information, specifically the first few bytes of file content. Additionally, this vulnerability may be exploited to cause a Denial of Service (DoS) by targeting large files, making the system unavailable.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "postcss: PostCSS: Information disclosure and denial of service via crafted CSS input",
"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.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2606e2856430c12efdf947977a070de13c3f93d3f304608c411ed57b6de0c6c7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4dda7a5132b638230470f86622d84a7f0117280726ea52e3769c15f11b1dbbbe_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f3b4137b1beff722b9c1ec2e451577a22f44c47a6196139a39d4aff3a0386daa_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f688b554b17808b3aca13b4e6bb8a240401db6f6cc5805e98ebe71ff43dbf1a7_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:07716873e44d49ad177f8c572fe54cec7ddb819a70492e6bddf36ef2ea5e6449_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:288bb644cbb5e14b00d80e0b409c83644a59cbcb513d19025f8b97de61f2cbea_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a27a41e1a167568dc9bcd1f125ac624897d73bb6dca7be80d256432b35e4c6aa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fe9b92e8a052208c6eeac2ba816959ee8129cc0f68bc93bb0a1a2f940a49f4d8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:44ba1190dc20c3a99259ef0723be3c9e1c2d4f339ec4eb4f38a9375cefd60d2f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:48a700617f0d4ab9dd6b40cc27e9f602892037c10872c19c60f62a2a848e451e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9319978cb44eb1f26a7d82709c4ba7d9b6b0bdad78c6c6080bafb0933103bda2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e734fcb9ca41744ac9213327a775aeb0e01ea9974036908721b532ed2dfef923_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:10097712385ddd416b15237d2af20f86a0370f1d97125f1e8a0d25a7215f6751_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:40f8f7e1d72a0e70d96c1ff028cff7125ead621e89cf2f3c1cc5262a3aab65fe_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:50ff72eded21d210ea9c57c9f9b192cb6ca5efe781c5c5a9d2e1129e2eb7a248_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:f77b14655ac6137b53212c8ed526d6baf86d6d6332513416daa73a6dc468c832_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:76042ef2dea9a9316a7bb2a38923d0b670663803c75f5b8351b5e71d344b479c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a645a364226f6768df30645c15ffb8b7feb1932a96c3666cd2d8bbf71786fe88_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:afc4fea57ea3217712f10421cdc7ded66093dfd0d5cdf09120ec1200d696f332_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f70b291b3be37bcef36e4cd282cbd88f917dcc5e61e0ad6228b33b770656b8ca_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4cad4e954d5e9fce7e93ce3a81da34d58e01c38a5d6140cefa7eeeffa13e1431_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5c1598ad56e3f9cf5801a990b2d5d007632cadc69118dd15b771d8104893b722_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d18a7d5884e709f2440b7f85999c2351c0f74ba09b876a7c915a974ccfa3dea0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:ede11c7678a732b9ef9a763632c13e616a95cbabdb36baf0c5c48ca0d476c260_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:208703e1b4c8fd82b6cffc790affc4bb8966f6d95e5b5631d9fc7cd429d82242_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:40be47b6d5dedb587c54ea5f6ee763dc3007284e85cf75d9f48f4de83bff4f0c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bfe783bcda48a7678e776f99ab08f9d6cdf882432ae03c46593326bf8b57e714_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e43bd0884f4c1993cd516c3ea52d1f878a783f6a998a6dd3fe4a98ab11bd3e87_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0492b621d90ebddbab300b3bcb6979598f11380da79b32531f8978b26fe5edfa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2f4ffb0abe2bcc7b801658bb46ad9f397d7a3d11e8b2060859f5dee1625d7ea2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:30b0e4f82db1f3e39379b7aa792514aa726a0c485680b67351c593542c1b1127_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f0f3b27621a9276b1f4f9601b1b399eabbc165d74a4b4a20ebbccf6a36a8f98d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2d56871f80eb82c502cec2b901d3510ab482eea981f50cba4fea729c83f1897c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c169319f15a3e6ac9086e21438dac78a6b30f142c6d96d63c259e45f4b98c2ad_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cbb1706913eb430b86212f941bb32b066af04b431126af872899134a9e111ca2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:de56a4d37e6686cafc8591eb1f7520942036037ba5af21c286aea2d2fab95b2b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3e35e96ed5607d7229629ee64a3a7c942fb12da93a75e989f1fd9aa028e8fdcd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c045d9282bb2e3ccfdc19d09b76e81d622ad5c41750c960a066f9a735ce47a3a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d3c7bcca57a84397fa1932919a750ed7a002fd7f7be976152dd7c14d60feacd0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fc479e1b1d14c548ed9a783109fd978efba5363537b835a5d09fa8d0fa9f9068_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:0e22ab8f884e0095c3cb3efcb63f9f37d55b72cff37962f271fdf534deb469c1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:ab518543ee2455263fe748f1d2ab5fd1fcb87e03bdb241a1fe657c748e220e3d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:cf25049921f441dee72daf95b707da269c5ea7af7026674c42a7e3c8cc682e59_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:d5350fca926c7cabd8fa4e7749f0c2bd9bf90069a11ed96342cbaa0ccc16f889_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:41ec41da1569234037cfc2b9cefeadbdb4c1e45363dcc0b5f2acce2453ba3dd2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:bf2513f4ea2df4a781fa74ddc02c207133387318444f7027e6b62565e8af505d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb3cc6f050ccd3fae295639dd627bdf3ff5f08f66ef0fdefe24ab8260cfba983_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:efe54dbb00c22c7e9e4a6d7c40e52665823c5f94d4b7b03236edeb1d7a304f94_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:073ed3fb3dfb009b6ba476883da5421996c5c4f4119375c0c83b072571d935f6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:14b74e5080c191fe32bdd2a416c80cd94a0f30ea6d5f18faf7396c120c5907ea_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3c86e67143d2caced55d2dc470df15cd1659c5e16c7eb8af22183de1a3222901_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a6de5df300008dde127b655f67ba1c8e637bd6e67bc2c811c0d9e0ecfc3cb08b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05ef13e75b41891cd2774cf5243b11da290ae75f12ecd07239e580a5238036a5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7c5f6b71b68331d1cdff8b3273fc7cebb945d9c037fae5c2fe0666f84cafc928_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:c221dffd999b01fe10c83c1cf3e93ed9d49beb5f0f13e8e23261f44a07fd9342_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ea42eecab8a62b7896ffb697f402857a31807834a102986b3967faa70f63775f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:0123a42a6d10e21067ef4ed5ad7a39541529ff0157cb27443a95b0e5d88efc7b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:61e542fb10dc0e083f8889b0b94c3525f3882e5da701b8db31cc9be68d803ec9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:69eb532db9fac5d796148a421f1c0a95f03a84604fe40d5e5a3719c995b8d3c2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7bfdc577bd856e0cc690c86a8fc9928ed3d034d4d1455378c95293376a74b9c3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:023e336977c9e6f23a82083ada96020a26cfea384189b765e89d6acf7112957c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a0734ecbae0ba4ef8a6cf77d42383afe04fdf33eed2c0d1e34782f147c675581_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c64a9e77bb865dd5475a4022629d394ced47bfd9adb137f69e2dd7bfca2c5a29_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e90910e06037ec13a10bc176da5a516287ddc34ccdfcb36432f386f7b3895136_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2052fdaecd2f3807694fa17f35f03f84b5d8116ca56926b6d657f0594adcc4af_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:274df573eeb1919286472cfde2006716aaa62c65ad1a6fb82bc351e7292a51a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5f81d0322afa70edfd932cf1f80dc5a14ebb30f3f4cb0a4b9943859c3ef8a741_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c5f86407af14e6c3741e75068ebe79aea7c7d1a73ca87fc97128c53139dc8748_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:11009d76f2fc73fb88ad8650914948e04e30d4096420d00a4e6b1f2f82bb2a48_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:464e2bac04048cdd010a9625e6657c9f823ebadd624fd71191ee978520874528_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:4a6beae013e9de12cd8b0a39e9e7488f51b97b3f295e14d773eb28c5df9d6743_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a2f765f47a9fbb2acbbf3b00c2d62d7df283546b7485e7631116fe824cb589a5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:82953c91b88971066d4d605174664863cb062a6f7da286754aa4f05c11a69bc4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8adf05874d8cc6284cb4566506787161305d95ba4c318f070e01960939526d59_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b0127947224f18d500d967398c5008737df32168d2db50f1f87554e149328d71_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:c25b7a4bba9a988a6b7daa4eaa8608df78b927d1d454aac7757f18e3b6c78d86_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1f6a0d8476232a85b5d18ef9ce148135b69a4abdc45952f6ad0eaf41604e05f8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2989730daa53d788a9e1be03bf922a07c1111ee8559bdef63d058be6fd5f3fc7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c0cac6ae1322cdf12df3c55948bcfead52641aa95a57dcdea97401ae01c1860_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:adf166a8095fd21a818265c01776b94e25cea102a98de6875352cdc47fba933b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:67f12e5ce45f173e79229f506b92915943d263ca0adaa31a027cb7245d7a076e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6b91bbe18861c83c79693a155979f3cc56162624412eef4c57c52cfedfb38475_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b2bb582913e9dedea9f2eb41f1568fa8f0fccce2e56be4f666ff41f3698dc147_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d35f97d205f82d6ffa260582fc6dce2fe0fcc3719ae0e19e85e06e7ab629021e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:03ce535e7bb582ca85793c8155f38ff9f73231e7cf5af4ce223ea89d4d2eeb89_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:605dbca994f47b04da902ae4b76744eaebe0d716a7a5fd3cb8e617db5dabb8c7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6b2582a7f534bb2716acaa72598b40f593897124fe03a5e6b2bea1e4c1a26d15_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d88f52e765c3f5fd4ad80f7364efe49e98ae927d82601d27105eb6ad0b484264_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:1305fefe98602549511b835fd1302eee6a4494c690d76964d89189c90f39627a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:325af02386526656111c663e6a206e755f2f30db00059078a0391d4af6cd95d2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6dcb4d60294895ba062bed0e9612ad7fecd7fd8d8cffdeee9bd65ffec1b20a63_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f492d67b16384267b9f65d20b769f93e3122f0957cec290a88a1b244c80e4b54_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:56cd8314cc9791e043cb4e5ace324013f4ce4c825fb5f9119b1a6c6871b76a3b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d6ff019bc8333893d6d5799927ffd9dbd02d0d388752a1ead6b8f85928fff4f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d7e525584c9b7492d8b989d2ad0b8ccdc4f244987f26b4aedfa7ab1097aa8ac_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:598dbc32cda4219d6a0442aee99096b77ddbea0148ac3260c9c37e00b13cba23_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e223d745233c048714d3ff7a04f8ee565aebeb0f5aead03e55dd9f305fe60cb2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:05fe3c8332c4626e356a2b8b33b235d605b8cfdf8b49a68475db687789a766e7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:64ea7652aa2f9f9ba58d56765ee0ffd7224d6534860d118c059c2c066bbf2142_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8673853d611d162bc12d1791bef2acdd4131a97b8a6e46961736724b69332db7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ee04f343f0bc1c58b1e016295990225bafab7b39a9c1a572b10cdc19076150ad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:4771678b9e18450e8e2a6ab991e844fb064749a0b09b089e54a802a7109c1ae7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:68c90482505c592a6393640c16467c1416f3175ba1273a284c3d0a9417e879ae_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:234bf4abb67f86a27d549a2d368d080a3671ab34786e26c6abbcdf58baccb034_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f330b931299e7c97298212e0514c55f9e086e2f33ab7e522d40d8e9df843ea11_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:123e1027c857bf3a084e45755736871b220117eb70d774a3b450f7d877e7d1a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:61d9a3fb3114cc2252a8ecb5b0339a5fcdef87cf962f285be72b164933afb857_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9426eef8c79d6e2c9cf5efb340257ef7dc7936b3369050776f4b45ed6603de37_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b693182419b2287a69a8bcb3bd3ef8d6e799b5e7aa9b5f25cca855995588e104_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cde3a4deb285f4ffb38be4443b3c09f33a44d8f2007bfde6f8766d371487bb80_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cfa458375e07e80969d9a9b3521c5983fd20f384b74f1080b865b618afd35f32_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:30a0f7d083fbf57d19fdebcba31bf52d257fda3eab13e1c8b856291f40278c4d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:7078670a28f19c15b118e3ff8d70afcd5e329a22eb6a44d3827f9554dbbee812_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:6d60dfdba0f6368f23bdb554da68f81e3d088677ce9748d2850ba8f2ecb0cbcd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b71a8dd592d2646c7b085b06edefe64be96e38113c3547a111a8d0201992b98c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d906f3f6f4740b50fd6266205b0b3f986b35ca7a64ac7b6c52cd7167d0cdab23_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e4969f9764190a2b46dc5c9c7375213c28518935d80c4e4570d122d231f53663_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:331e8f309349114252acd7fe42067ab2b7bc03abb6619f1df59c8fe907513d3e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fefc2125429189eb85f3c807ad8ba8896a48518f3dd7d93f94a091ec925e23f1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:8687825da05aa3fbdbf32fa82a739f58585d8d2564501deb0d3b97d67a4c431f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e5886c91ae307b14a848b0a571918a57a9d2d85805af6c6ac7a2404dc0308337_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:260b87efa1dfc71726aefc2feb8dfa83495aedfa6e95b0e86dd1ce0d246233cf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:49a1a91122fc6cc34cb21b6de67b8249f154aa8e2bfade0e50457c224fc3ca70_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:cdc02821294c7bd8b4de75b356ec0ec8b0745b0b409ae9481dc08c4d967b53ef_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:e52b5054a3c11b34c3bc3450d9be2628816575531a1435ce44652324ec020dc3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:64e73e3f7bc1f37f40ae235a7866ea7c881d67afe29b398edc6f15befa7f06cc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b4f0c23d7fadc3a15840607d9aa13327a3eda6272565f88be3691b74f16fa13b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9b5eda1037248996bff10033108d1dec27b8417730bd721d980b778e1cb4585f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c397e51c6d4de14ea1b6a41957a3fe5ae54115c1cbaf414c013035333824eca2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c72d9616c2bf94661a156840d39e3a42d4023598c5d647562874c453b44b72e9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fef61b2df388d1e5714b0f3293bb7878f1ff9ac64b0353284576fa0413000ce2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:267a8525fce7dcfc460052b97dc07532c927fcb27257b29f5e43e5475376bc42_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:886cef96ae99502afa35aa5cbe5a16a30d873e8c9c92d6bb3c748bb68877935c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9a68ca065607df1a4fd1a351041d799b2166b76ebbdf2c92a0fdbccd47015036_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c7a8842568f7ed4d4b1ceb0f507aa5a56d80ab213877507be04ab55f8fcb3a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1567f1a6c1a596e22674ad45cd1975c8667fb2317c84dd5944ccef58326239b2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:40dad16e2777a64a836355627be3aae4572a7ed6417ac39e0dca5f019eeaf471_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:800ffbe7a0007398e44945b2f3772d657995ebd902918ecb410e5d373de06263_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9720a885c669964be135fbcc55bfd5e9766841f6b11bb2c279ac030de9618ece_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02440d8ce569f4318b2110f8975fc4d0a93e6da6c5012882df9cbe77559a0a81_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02594f4e3bd44cf7d378a7fa0533d54b4365eb5317c282cf8295cdfb0ae5ddf8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3e5753abdfee794bd09cd51eda1c7634aa7630ea3f2a72ff40c3fcf5661e58c1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ea8145a89efceb27b579a5f79c37c7457d141a0eb38b2de5c82ced07879539d1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a1aa9421f9d52c8bb918e1b3c9daac3e1a076e70e003a58462b62f0a91fbf795_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d4dd77443d486829650aaee412b58df2c5fcd995bf2c493a22dc1cc705d270a1_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d689dbabc1df0ca42e7eceba17ff474f9e6a30474f7cca15970a5ee7fb870a72_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fea791f1b353cb84039498653a7b7daadebd460631446fae5f05d1ca8e85dace_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:100ffa84c55a87981f50fa5fcdfb5a5daad0eea01d0bc14abdbc959ca0a1ff92_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2e646fe351c1dfb3650d0b67694f5cb89fb7aae85c9b8edd356f54f40b9e9fb3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4a45ec0f50d9cec050f1c99dd33d288ba8f9e8dd1a71c2870eb5e799a42e411e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:60be3446f54ba3c5f93c5c4bf1de44d7e9ca3049abb6ab910f8e62e671a80d44_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:90b36fe8a88dddddcd584cf06ddbde8b74e9d7a78f9f51b77d7d2480ed45ed79_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d69ebc6a9d6bd6f8f75d933ee0f7893b285fb24e994bffc35514ff5211ce68b1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:da6ed87ee2d899e3fe9c6e8b08bcd44cf11e1b1563972ca4aeb3e8bc806a1d2c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fdea5b85efe39b635685d506a4416115d546a9f56e87903650b5e51bec6a10bd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:47ded0bc14992d79c073e4cd541279def7e44d8ff586a5cc1676edabdd86c13b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:642eb8c1bf4631b969d0ebf3a0755f566236ce7b5534fab78d531c76d5e802ad_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7189cc475748ddba6ff3f306320d55a840baa8f1da8a934d4500c49e6f675ea5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bc10db6a9f9c1a60744f49c1ed737bbbb8454eeff9fd00175b98872a1af17936_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:017359024215cf5a7b00bd31b8b797ca7f5f456d66a34ac12c44e53c1ab77fff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2635b651e023c9d4dd92d1897b4513947985256607f9d2dd8043cd7f5de3a765_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:542b1a4bf2fafae85c50eae7a182ffd3a3a07b2c234a00e4e6c639b1143b4b55_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9b3b5510e4cf6b4cb86bae86fbf36c1fccbdeaecfe009cf2e67cb9c1d7924ef4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:048f5dc4b9176a86e0d82447e036ddad890e58e49c8508cd74f8c297272c800f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:0a7e3fc4b1f892ea2e77c1f5d961507f0fcec7740f33d3e308904cdea1d3ce21_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:44db7037b872b0164497a603e99b7c5bf2bd9aaf31158e8a4e8bd03559584155_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:a8ffa384c6770ffe1bb9b7b8729501ef2c06199e0005b16e5dc432dd8d23c66f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:176081efde0e44254215af3f5091e64748c81d2bb29a1e7a64ed2879c6a7fbe3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:42ea798731bcee8b868ae15f9d45b8f0aaa91d1a4f7660c53ee08b070fe4c9f5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:85fd9925886227b53c26a3ed09604c408c49b8ddb9cf7efa2057335bec94803c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8b7b592c5ae05773897351d97fc9925e6904ed02a6ed49e4737f0f649b7eabe_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0d8537a8b89a087f59b9f0c413d9c8d6c77002ff0d9d8579d179291d3b6caee0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:14cc3a54f1ddd57ce5b80b6d111f0ca27f74b4321c9915d5ec1960318c71d752_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7dc1bda89f2fe70041f850dbb5dd3804e853961d2026c3880fd7255dd6e57b0e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:aac4600f524660e2351490cc7aa719ac2dc93193f64bff1178a04376bda57cee_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5449067a980b2d50b360b1aa1164fba67693402210111708ebaa00f0f93bfb55_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c8486459e2b80ee2706409e888070c9100938357621746215ad7871ab9ddb990_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d748caca6496019c594ae5aca825845658e1e8c5a1c062a02830aecd677ea1af_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dac9a4617348551eaefdf01ebf1770442c0bc07033fcbff203750ecaaef1161b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5143aae8d524363878300902b89dfb5f3420ce897bc36064fd021d23993432f1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:6fa81971ac5bc843a536eaf167cf5147e879c5447d7c1ec17cebe7ab85692317_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:bfa79bf705669231df1e59e373712f0b04ef2c0676ebfd901bd9879cef16236e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:cad2e37531b2ba165087ddbcbccf9cf167c4eaca5a3fba5f5f4bd943b8298678_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3538795f3effdfe84442141d83d0292447b4c43e3d68871afcd453f80e11fbff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:7da313ec91e1a9ff08a16ea2b0af0ed1ac73e40c4b629402bff19f183d45aef6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d9279ac3cea7e1e400e244624bd7ce53cbb6343d10872873e71dee20263d0e62_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e89a5c92caae6b72646e17535787d06f7640a47c59b0b4f418c7e48918736d60_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0ec6c9197060bf068f358283d64b9b877e97f072466244f9d147552a193fdae3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a5aa2eb87a3fc9c5160f5c37c50cb88cc0a77bbf4eebb298ee7883ecf47b456_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc1512a1ca871d5e21162430f028d7b7f2391e19cee9b3d6e253b6b6d03cc8e2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e8c2baac5dee142c4e84d01c731abbc200cf24a04201fd8690f0d47035958830_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9b45bdc374e248769add4b772aca63e25ff0baf8d490e64066bfa78405cf609e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bcb4f4b45a7d62927ee6589db9d31e9bfc87a13f3b0239649c9701b10d3dbd75_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c1c72b9d00d45dc90f97bd9c5263e6d385ee34f3a3f834909dd8b8eb28c3b15f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e15057d2878011a1142587df35dac65182dd4ec4c0f3c61055a73a23dfbd615c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3bef4d599101ae4c2162f47e89f5fbac89903db3f007bb425eed38e1d9b4d9cc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aee0556c560d2ef9f2ccf501302a373f15cdccc83ec2c6935c4ae6a2f25b63e0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ddc3c05d5daa3aeffe5629b7e2fedd5df301a3030f8f8c6acc3204b8fd7e0995_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f463811c1b1e6fc34934bb5a8151fa946acf321ab57f9901b3ee1b7f75546beb_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2abfe62de89fdd0697da63674373b1c8a2695846d8acab5f17a35fb38fbc23a4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7701f38b6702b4a9e6b49b3db83073475c33528d2529e63b1b98664bb7191906_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a23cd4945d2e1f9e1c194179fab9c388677fa1317e02a99eebc575e227064b79_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f2f194cdb1a14fe59e05455df10ebfe70edabd37ad605346b6258c5bda79d96e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9b04b0a1047813b35f6ef09e1fcf1e06b63946e0a3b3feaee3e081b0deed689b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bb521f2f97477b5b9851f6655f1738b620aefccaaa81cd303d17eb74ade7adb4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c8a1f9ce2dea4947e6cb460bb4b4ae7ab6bc5f816ca25f3405799d56c6ca48f3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d8f67c5b7b8903633485f67a76f88ea13855bbf95e92b651bddd15fa91458ebc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2c84af74e0937a0f3451054240ab7ae2d44c1b566339012ebec9e5b75d7a627c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:41ab25be6eb002ee921bf74c1049e07547328632d576e78fc45245177fe9ab84_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5b389b9b0acddd8ffe5e5c3f9d54321d061253f3f45b5b66b6dfa0181b73b87a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9afa17f9f4e4551369e891d405098219c071231ddab921dd32bb7bc66bb0b6a7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:0bd76e62d162ae823a34a766fccd9d339e3f550720d863b477273734ed1fdc39_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:dd17b1ffce727d9a74c3f64d65b72b03a5c8fed96e773665a078dfab33bd64c7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e8ed2c9324c2f5594f90b049e92f2fb3141dedcd99165e80e8bfe147c738adff_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f7f45f6d562bf699e0e45e134c7ab71701dc3994882cb82edce9356be7627ce0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:22dee3c01cf1deff68d73d76735e420d223ba0e75dba1e7ae224ac4e7b14ae79_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7134aa51e11a7d6b826068d03b9c90a518cd3cfccec0e3f06e57f5ed77daf6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7cdf9e85bfc54e4562176d63e1f2be56775dd761c6c0cbb80fbf888dd1ab43_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b72954ed888ded15f443784fe6a684b6e0d7782921efb788e242d987fcbf5388_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:63bf84966169bf2dcd8b8bfee3c478d9e61881ca007fdf3a8be4ba5cb1118211_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:697ada7f8e4bc8a881e2f1fa3a8402a2e96448f948befd465c59e03ced12c9d9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:85ed053619e39778d5a986255af37802ac46a26899c8a448abb139736db5e075_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:abe01f65affd92347d8097b3922e587548364d9680b74f767e9cbf139c996802_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:55102797bf884eef2d8b842ba8a5f2538f711622eab1c82b06941ec574b8f266_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9cca1a2d1a6f5a33257e8f790d180274f24a01c125a717ff79da8fa301e2f270_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a1f1be1027b54388f762951ab7983f18cfe37140efcf2c778a5d11d4740e8e9a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d65990c0adf148e94c1c0ec0730ac2a285b38eff128cdb2fac7f61af1514fd14_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2db5ea10de47829d4643fc525d9efe3815db59d5689c0febecf4fd722ad0528d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5dcf0a7d3c0b2062ea11867f5fd2a4ad56fe786b11c3095d76eeb4c844240a6f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:73b76f141fea3db7cf7df4e9b70443b37fc67790cc6986efdf53a32ea7360bbe_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:be3286f36b4c80969594af159ede49ee20ab5dfbbd890649c2c4249335714466_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2cb748becce8d80bfbb66e84f63e0f0a3cdee6d9bef3833eccca24132e9d0699_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:374211b6e69093447e90462693c45bcdf2ece57b033a419f13585d9a46df62a0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6047837c63bd707f994797af79267ec8bb5075b3fdd88c069b3acaa04ee2cb5c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d8c4afb75de3b6d432d4929f4d4fb6938617a794ca2ef2060b83a02588a1d0a3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3287f57d83e7becbcd3997ff2ade6e6b5a664fd08610464002229e0a116dfec8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8a58a72e372b4235b4751e08f10c97ef0798519e6b91595c234fc14089d7495b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9654a0a2b4549ab06e5422dc69872961c892e97032b18d913cc197dd3aa39f3d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9e9ecf8cb43e1819159bb8fc0eb5641b71663e110ff757e26d5549cf41075084_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4aa3e0ca4b5398fcaedd212506e222fd435f7a46c2eaeb7a49dc50f789cf13a3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5d094c8e18e42d662ac2f5ba16602c1513094c7dc547fbe3de562463c4096bce_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:67f85bffdf2db08fb27d52c6a0a8b615a4b9cd748d9a7e6126851d1bb27844ed_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7d4b6b9e67875889c95a5d126bcad0f6b98c148b85433180573f439a867d9e25_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3c0791290db50c5a925a80b371ba8bdf91f4fccce56397d12a989263a972bd02_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:654aece866efed516d69db0e47668dc85d3936e901aeabd098e07538aa3dc617_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7637a44a01d6c56f002120cf96228b6c68e92b4391d4b6efa1c81ff8e40eac0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dbc636494f53ee38eae00f243bdb92d187ec84654c280cc454f2b4febd7c22f0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:08f46b1d2114a3ab80bc7cd277859a4f84e870c2421b9e13370774deca0aebe3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0ea69bf7a80cc8c0810acf8c7aaf2cc1374d3b034065f1119ca33af3d1794cbf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:17e61f4a9148bc2e0fcea85c19c98eb8c2efb701bd21f8b63547dad13fc256ec_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:8b81413ad0f567583ebe4782344c22834c1781c5f7493c8a05b827f3f2a5e409_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6b348a4fae63bad66acacb5f0d03b8155246733e758f14208956c38c2bedaac0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96eb6b75d6a8ce22b199b8150e628a2a00c427ffc79b2fee2e24af1bf584bbcf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e0b17d193af2fd7e981c9908e01f2d840cc939e24bf1be19977beb85fa1159ad_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ed56ff21aa465143bc0d1c4f20803873dd07999229739b84ef7861683476b22f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0654b81d996d73c5b5b03310f314bf3bd6871b3bd4d1abe791cec9b7a3339719_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e294ee6e92049316f91ecad5987a24d7d3c06809d3db2ee3f9a41bb461bc220_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e3afa0bbd3ab3ed4acd6d0059765116e9ab56090313932bd063098d94f1c3b1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:929f235d156df0f59479d60379dab0d83d6fc662d9acf7ff050a520850ee0125_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:14b5ec9622b1a177ffe69a7c87b7797c06b283b26d5547828d3177f823074b5e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:52a47ec0685655243dfa60738842ba038719f2454b85024084de270736d06529_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5fea5bf035692313badd286c7d13564d48c34e3195bac3c74ae669607b5b5875_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fca2b0ceeb7e301640de2604932cfb2c386441e0d3b3b0e4a525f0a6b00f7cee_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2b85420da837c90d984c5945fae12321c8e6b6fa270768da6270f382194f2d4f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5e5a715049a34055fca9a4b36dab839573238385890678734f96d7ba776dadf9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6982d2c27206f15366ece47b40f4a6a2994c7acf5dbb94aa274c55a2216d0063_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a38c23c37dbf421c77c4f36758a105b790123d654f1c8b3419becfefedadd0e7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:021e3ef983d0ca18800e0fc390ad96f4b6f6b9c3ab784c6e74ebe2e7fd7b31d5_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1076cff5268f9fec09a760da243efbb72eb96645f838a746c4c4e28ae4feba33_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3eabe7ed8651b8dedc3a2c38a83527f224ba3b50088b3238e158048bb2ddd85c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c29274bf105ffdd07bb78270a6dc497fbfb699acce48c7c6b7b6ef32416eb20f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:71bae3f7d9ec2a469c8d69b9f67d27a0a98a26bc842cc8733442cabd43fe3c06_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b67943ce9e26423e0bf84f411d50f394a67a0f3368ff289e695f8819c4fa8c02_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d4c9ea28e8a716d6a46a42cd3b5efc82f42d456e21791c32369527ae82f643e0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e4c222d813696b8b3d4cef6982cc88ba3d4581ad6842b10510fb4c8130a82684_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4d789598c5dc7be91f05a8766dffccc377a71db2ea8c5cc563f396cae02326dc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:70267df26127761958bacff38fbeece08995608c2a24c7a3724495128ef2bef6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:84ea38804ec003ae82375c83ed4549163a2c932d6264eb64476e0ad175b4a4de_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:bfcf2ab8d6586fd6a8f08ec2fcc71f997800b8f459577c31e654f8ef9325fc42_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:49a412244c4d6b547d5b0ca9bcb041b1e3cabbc78f5234ce52b678207d83b3e3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:4d2e1fee9a43f8faf39b05a7d82ceac50094ebe972fd1fd85b1528961cf49478_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:564e888a319fcd9b1af19b18a4281c5a2c41bedfc3186fb3bb587a1e28954c0a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecb2d59766a1aaaf7cfbdf1e0b92ed025a18fd54acd41fbc63026b350c98a953_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:296a9379ce17e07df7008f1d35004477297a7ebdf9e3d51a50d71628d6ac68af_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:67f272ef9abe83f9cd959ce97e3d5c46ed6e118ca30f65fbad733384d228ebce_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c8b5246ba51213bb183e07d862b6d1f9b156e1d16b7656bd6ea061f9016e8ad5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ed375d4341175bfe6945ea8aab5208f375034307f6753cc726230629ab97a71f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:29e41d78f04e683ecb12ff2335b7205383670e7bcd2b1beec736261a93abd406_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8ac74d64736ed4788497e0d4d10226bfa212f6c0cc97ee63d7c61676698bc022_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:94a303f0dd0822b5d82509e3ff8af5887949ddaa0e3a91b9f94d0bdf4e1e267b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:95c3aff27109694e511c9e45d1132bc4de0fd636cde0855c9ef45f1a17f5ce7a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:16e2953831f686cd68012c8cdaea2b404c54c91050145b716ee8b0ffc5cf11bf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:91e3e3d331d92b90ea49a78531cd366201c5de278f56597d9dcbeae40f114754_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bb1ec078ef82180a6019d6e174c16a5a846e4cb8995753628db25a4ca0071474_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c33a11f1aa2fe38738663eb291e25503e2e6fc3cb5bd964e1a6f8db0475e29a8_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:07163bdf6c27b8066a5f1e8674a2120054c3daab1e8a0db8cd728f2b1ca0fa57_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:32956c0bb79239db914454aa82f94222c6f7a90be718e22bb80c4e75a45127f1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d877387429f09cf5fdf779e73200069c418e561f20a21815bd56fce1c1c4c73_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:9a64cc9623e5639b0e8ec8f5ad63a5ab83f92598abe541be09fceb37ba2fab23_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6d8e4146a7965b0a81984df7d0a2fc094c50e7010acb93e58510cedc8a42e687_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:764c1081056df81f61d6965869f9ba66d67f132d6c768c13f1b2c1c81d45ec6b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a27762ca5025270235002c90eed00d6d029d4b7103b5bd108eb527fc8e797f1d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f473c0c439be12fc83e9ebcef48a1a067a5f4a9cd581ca19ca34a3dd0b9fb79b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:6e95c6d3ba75f0655680a4e46b703aeceb57cc9ad072733bed1aeeca0e9b3508_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:ba23af1b9437640698b924bb0645013d7c08fd6121489b01b63f66156faa6588_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:01c4ac10b7061c77ef54bf337b8488722506d2a572d9da7d9a689b4c9ff7c225_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:67c19e36b3f264978073841b06d940efc3fe0546baabffdfb35c2e5a1989e96c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:add880787ab5dc1af04cbed51e2da0f6f630ee85387617987ec6d6d8e3a28009_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:d6acbf09fd11d29d0d715b96e60355a23deba955fb3ac6ebbcbdc29e6923d508_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:474e02e9e121dfe39458bdbee1f434d32fa29347f55386a4abcd3825c9235456_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a0e6d2e5adb8d9c223824f623bd7d391e33241fcbe281c54af8e3925af5781b6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c3fffbd0e1e6db3256029c6cff61bb64ba56625041ff86a9d46a895076877fff_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d253f116a2d1e2f033f47422230a0a4e8a9fce255d71e9140a0bcb6f255c09b6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0b41f824ade401523c3ff06e2dace98c8dda246f40e6a01a588dab6fcad09683_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4954d67caa517e2e2edec0e5d4b95610a31b82d5a86f9058cbe55193987da9d2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d1a37ce3fce40a5d5e3065b5a4be81a18fe2a6b81bd5d16ada65f2647fd8fd0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d395f05c26536703d44d06525efc0ac6203440e6576e8a1513c7e4ed8563ae62_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2224a1bb7f39feb0ee922a54a94d8dfa66e676caffc681f99227eafc0082b50c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:339b51d602e6c798949da55fc36b4e83d4b07909c97f004f8aebb5bb6f43268d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a7bc2291024185f39cde4d43057b17968cad18451fe8447b0ace526ee11bbcb4_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c171ac27f2bfd7846db274c1d2be8b39cdfed3afe59ab4fb01f903b5be3af443_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:45c70f4c6f15a25e1982efd6eee6930f16317ef4cebd11ffe2b5994b9ad8b200_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:938dfb864f0a9dd0116c5969eb1ca94f2e04b914c3ee56bc26ac33f90e2535c6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a4f095b9251baba737421c47566ac7329258b8ff22b0f131c5a941ad1b6caed5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:f7a4c6ab4dc050efd81ff5d7dee7569a55dd0cf96e6413c47770699f5fa02b6d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3a4f76a56b75c54966a76307c4fd647d854812bd22e55cb228c1e9b5aea67037_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:98110bc940b974dcbb8b0ea21c6b52bd96ecea62779f9665d3ac8dd03223905f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a7e47a89156ad39c7e5820cbc98a0b295ca1a3aaf6b72be3961c6d4eb0225831_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b6a273a6d68b36cd939b6bba836f657168526125327fb784c436c99848f49f7e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:26b6bffa3e11fabf11ec8176bb39ab3e301b3c5a85c1aec37142860ffac1fe5a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:301f5a73d9d839a999dbd3c9a7741ed3458ffb87426b7499364e6460850deeb5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:57eee4fc78405492c9a665c228d1f25c75f0390f75a73d5819aea7ebc2da6b4d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b10b625aa3fe5011c7fa9db3c95ba6d36c569fd6f6aa4ac3ff2431cbc103d362_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:11b59cdae58f57a02a4c8479266a50a1a5691f2e8e4382ea7ce96bc913ad4afc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1f11609dbe46602b2c11ea6c776cffc87ebf3fe2a1204f25bda85d9793d5cd60_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:28ca9310e14799c080a07935267ab4ecaf6fd1abadcb1e165deb46c81f2e731b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:56a619fe929b8a18bf1526bde6c9a86f12a1c0a43739d1a0d04c58920d3ac5d0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3bd696b964b694ec219c5776593bf4772dafcc3f43b973355913801929462557_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:4142674147742cf0ecad7223e02e88efb53e5a34ab820df5ea2f645a04219da8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7c59a7997fa95d2895620378a7e18f0074929b630c329ba3f03c72e43415364d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ff35fdf6dd3714c214394ff6f203815f23921af529bad0dc22abfa1d1680b333_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:15198ffc1a039f56e9cfe7ab35037c34a3864a83163576b65fb3e9f5aa8f1f3f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:4ab1c5859c4f54f225fe4d5555f3c2d1aafc520ce7a9197b040e06084da9a43b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7be609c48462446f215d9ae0326f1c76bc0b779cd08db391163c796106e7aeef_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f04c27be87ea23869192754c00d08badd40a106c2f66b86bf493455b3e3ceb09_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:42ce515a9496a89b6abef7a94b6fcea6880b2a9833900d54e1dd4044c9e2872e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5ab9133d7b6aa46227bca8a1c6ec2ec9233ebed8e62e41ff122dda627d4a7fcf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:94f82ddff9d44dfdce03af24a851c05cec4ceb161c5631ce6ce88dc8a9481271_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a7879d59a73d16ad9c237a597dfdbdbe06fd6d3e3de0c9396e342250778dbe08_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2f370ec13f448fc82d3f142cc8b6a559a4d62044631f4b394742652c4672f536_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:38471fb10545f0fd1f879ff8ded337bdb6919a929043727936d28c2153a78fb9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8e6c8d7186bfcc49c6ec64bf8bbaaee511f62cb5d14aec29bea364f90129d36e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e35c02d8101af5150e038572081ef775816f97c77ae24fec3826bef8c24837b4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:123714413da1487c02d182f1d355688d2f0fd63e0f82865dd962567bb9c81039_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:675b6754ba7e231a1725cf8338d536551497ed05e7f40435a2a3c98e411af84f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9eced45114ad75c3ca56d06028c836adaa713433bc49f6196533276f9645c58c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b203bacc4238f6cc6afaa7dcad119d126484235694dcc33a46edc4d002dc7f5b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4e68102ebe684da4477f443e32d69865b6fa28d398fbb76463c67d85739e3c2d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:6dd5107b14c1abce011367145d859456aeb03052ab831b4c548fa4fba0b269fb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8e6d6d3162ace273c1312c383de4e1f6ffe2d8e6d7b553b64e6ac460ac040c20_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:061699fecaf30d68ae3d41b89d812ea8144627d9ca9de83173fb33fa06e6b8f3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:33b4bb5c331675703e19ef96f3185b2d3cbcf4d0e37a6fabbeb5a8dc1f46df10_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b7e15475952a147e7d6d506ee9686c6c594d529b27e4086f49b0dfc1e237d640_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0465b162143273b73d2d1af7ea6f9654116a9b1cba8169028273185f2dfa1191_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5d1720d8067c33064ccfa16d47931fd18bdd3590f53023c2ec268ed9405d0983_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e99c8d382c503a7b1e25e6f72ef293496beab285d0a3453d09ca73fb58247163_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4e09db0d6efc9289a85cf5d4ced1d6a6a7f52168e44c366907a5d4ebd3e7d75d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:585c75fc909525ac0332764b66db33e6646e5e0b0a4d01d176be6dad70a7447f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:85df50114baa307e2b4192a46f80a292500401eaf41f45b071b23bc278562135_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:3ad0b56893a8ad865ef9de637c1f21a358aae5ed4adadae02db3c6d37db93422_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:56925cf35430409d4a59b4de3ea74d8e3779acf505872bcefa26e97418f7bc9b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:a928a27d2775d702a7b4888f87e770c93049b645b5878173d87d893288c0701a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c83836428568394e500de29f5e4b44fa4881f5b5813a8dcd42a5bd16b6bd2bae_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3fa694c3f2b9c05fcf2cb69f97d791fa46600ba1eebd67608b109586dac15e3c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:44006268f8f00b5dcc4737ce787d9221b50ad7af3e678ea6dea817a797512b4b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:6b7d13c5daddfeda27cc815f3fa02affd699ed626cc41775f78070cb8cab4f4f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bdd058e218fb99204c479f5cc33383634b184b1153a74c3333926e84f3e4bae1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:174dd5140764fb73bc002166fefbf8f897be7b295e10527410fee19338fe65d3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3f5a73689320e820972a39a40077926550f7864e2d1969a9352d3b833191086f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:df97ec11ed1fbf6397b6a62c85014c255b60c652c98ea439d1f47e62c6a0e4bd_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dff5a115ecbd046f3a1a60ce8d8518edd570922528a7ba56cb17716831eb6b09_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:11f56bb6bdf0069b7bea04e5051874cf879bff0ed36676dc521975eae8cf1bb5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1eb4aa5666fec327b24c011e1b7e726ecde7ba1942e0b8d9af38a65baa052985_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:77da9199e0922972da775122d60efaeeb4cb2cc464ff6855099fde770cfc01a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c56c801a4a9e11f7b9ee071dc9634fd6c43aaf04cdd6b048dd4ea1a623ba16a7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:5332d1051a8774d9d3ebd2f6df71f2ae36ff23fd32b28edb418c028dfa6be128_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ae444a4f4274431a8dfa075bb9c91fda502cbdbe971856f54ffb6a0d5deb08a3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:4148a39c8311d7050050debedbfa7454b53c3e00ae4d63cee7bc6da688af744b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:699c1abe44686141c985a530a8b3b864b3a1bf2c5c6645d68f7920b8f752c684_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:608159f89bf52fbe18bbdb1c48b679346ddac7d3ace7883c84494615a4ab7adc_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:d26f0f1adde0599a01c90d8b9e1e8690e6e532a380e7852e83cacc1e439b5424_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1ef42800334a0b6d395e1b1bc8e517e232713a4ee0e4591415c5347ea1352fb1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:23d11514c82b817c95564de1f0252dfcf753ca40cb154054c051b6bef078a960_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f5311dc740529f4f4c444fe33bd5731b0ff5d213620207f039af546a3c521226_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:14f9b0d4497da98ffed111c1266fd4e0b4a812f6b7ec37b95e5702438602ce33_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:4e6b6f1636a4300955a587155ee9063979e47cb387dfc1a85f3738b1cf25589f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:2cb5be04fd1145f054e994500608d1463f35a0fb87305e559ff71c972795d978_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:664dd8b515ac89b33051c38e00fabc4f2bd8c902f9fdd8df263b6cd6d0a0bc25_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:28e1a2e9d3850462c628b0bfaafac15d68def97b8c1c9387de58b1fb6d877f19_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5c60f40d38ebe6f95cfc0fa78fed9aa265fdf3aced888bf232445c2e76e4ed55_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d36d045c32e335933939150b36fd2f86599add415385560d3e10d4b74a704d89_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fa556b78fcc306b456576053e522d93e0c578807e220d3c562ea54cdbc2d1a92_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f9ea746b7bc2eb6cf1d82644d42d363d9343506f9091e8bc67740a06b382081_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:909ff0827690342dce5b4cf713327f3a8887a056951953c9aa639e916129e1ad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a8705dd5df6abd3d6931b298fe8e53cff0f8259547fa85446503b413b0ba19da_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:cabf1a3d4e2aab9e2273afa75bac084e93eb36a2801b91ea0d79982e9e7e5f2a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0b5cac582cea2ea2dee7d515f05bfedf2a5beff46ae6d5ca9626bbb36c94b865_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b920409f5635d704145bb8e1107a7c6f951976c44226a2083982443f67ce619b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d658355babb92069a73c35353c2fc0be4450517b3445d2387b4b0e3bd2b873d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f8036fe71f651189dda062ede40268c843ab07ad5b32e010250f9b6fe9234bb6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c5361be369c8e0194275ab97d18d52a095a5206888bc82d592f9f9ba28a34e91_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f6427aa92071d20df4e412376886d9831bb0cbb15c10216ebf2ac78de096b051_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5d5edceedc72d2ec62b24b6a60c278e4836829c78a0bcfeb20d87fefe501a39c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cd23e978bf90a7180245b04b5b0df939ba57e30ea13a2a759a5d04953eaafda0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:bccd28236b901759b08d5106786d262e482cbd1e3798c1392c9c6eda9956a5d6_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c096101efdd0dab71581c6e6506b9a6560c96979e2d439ca888d2c67860c1337_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7cf38584dd1c5c269f86d85b0488e9224ac989f985989b00ba718ccd5c1cda56_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b2a85daa27b4a10282c1365dfbb48a3224df6c2a47d6f5ed59c3c01f6035d443_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3643a11084c5df88b8dd9c8d7693b228f3a9d94f74aaeb4620aa458516c14e18_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:a6a1152188a6d2cab12133e497a5c29549fa0103dcde8f1bb530ce7a033033b5_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b6f91ba9a89207a2f84a8bb1343179bd74948644a8b1608c2a2d84dee9ad39b5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c21ea57e4b38cb47e5aacc58b218ed97cd4e6ef353d86442236cbe8852c6f648_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:56c61752133f5574587fefec75502e2a132871ed033a824f62519117ad0c4620_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5eee9a534fd647002e246ccc70b47a79737cbf604c5fa4519d10a8c66865e5a7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b1428b294b7752d6d56fa95d6630aad0b6d205991537ddc3274a7062c13df3dc_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c363dd15dc780181855ed7e8af09bf148d9e38d562cc54d90842f95ccecce36f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3978c02a12f2469999e833a2cd001a08741c4d9bd22ebe211bfdbac17563ddf0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8d20d5c213a86a2d9cf1d4e8ea351a70e2bc1e8864e7435baa701aef3b22441b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ad84f2d6f695c6c999a82e33cee9938544352a648c0e72adeaee0803289077c9_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d872bcf33f5d4d6f1a074bef0091e74de82b3b1a883b9004aa1f6193b84904fb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:027641f0d532c5d06663e838ddee798513282838efa12811ede36e1b8669949e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:198fbdb0d6d4bf699a9186c06c310e4eca0c3252ae8e0d64ea1c68d7b67c2bfe_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1a3fb2aa3ceac5c827d7cde1cc0296d6974663d3f5b4139390cb29dee2bbcc20_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:51a53812eecfb69e77afa538400463c7eb51710777e9d9573804d2d9eab5d307_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:19cdd4cd8546c53530e098641c6c83e2f38f05f2d046c6a9fddc3c8002a01fa1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:27b826d0ac202a4321d2d28bfe26376b405458781f04acd607c3a27bebe83651_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b1c377c3a99dc0a9a6a39dfccae28c7e5a11674342530a05b237a33117c980f4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b230c7f6c243ccfc43e6b50809f916d3247f8daad3c750220020ec4337b126a6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:42cfb65c46f9f63ae3227c0dd5ca2a0a11729ecfb2865f3a4443821a85f7c8d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6ca3200ace5f9b6c36c20185dfbac37ef4cfb171f3a99eb9c746e52031bf380e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a9edb90a7efaeaada322b051c1b4cda47df859fad20ed42574fbe0fa00d15324_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bf0602fddb6c09c5c20a33abf72b947cf7ec8de6ef68144d2f4b1a1a9ad906ba_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:13df2c323a0db01668777fb495bc342806443b5c0992fe7f9ede76a0e731e2b2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:8e564be7535e32f63ff7a84bb61b3586b16b07f4ab6db20b42340dd998f2e919_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:29b338177ad61fbe618240d520eb180c1faa54fcd4be63c0d2d16f5221c4d7c9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:97b5466389d9b1e4c54dce29bfb42e901ac2c4aa39edaf99c35f30a766d38b78_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:989cd4643516ba83c661cff6bb217cc25d502febc80344e08e90c6eef8d24088_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:adec59d5a5ca059167c1dab49e6e1e6363c1788833f2cbc2381cb7d88a98864b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f821e1e8479c74d1a672e049e187d68cc4845e7efb417e9e4e4fa99628f3ea99_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:4eef2a136a4fc3a9deb0c5999546aa8d498c3553107d1e0eda9d394b2f412169_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b31560936594f27a81750c2d73f97385d7b3ac87cfa7c75e1a4fc224243eb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:bb3bda07b0ab9cc97889a530b1da6d7eb3f7f9c8a98f9b867bb3a93da7694625_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d50f44b5a5797797b9595f99e3b24684908cc28d317ca00791bb6a7406e15636_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ec2e637888e698016d6df6cbf4be6d44e5a2f544e7b81884982e06ee632a9ed_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3c569b4e1ed989074b129cb91b307cfa10c8305b037b284b23bde4981f551238_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:4ddb2823de8624d7d45aa16adabddb92faed392e71c2d1a0b3e640be91b731f6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d3b7e9f39e5238f011f9328467c72a8cb8cf99d4bed7ac0593edb9ec5bbc90fd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:24e49f3b5ed9df72849a33dd7fbd4a0b01b8c3be79705d6e23ae48e3fd164133_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a9ce73e1f17b21b9bf2ecfa7e35f5d8e9c72620076bed594e217b870057185ca_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bc2fc4c0e55023974c90506cc14c51cf73741e9490632453687edf404b3c485c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ee9af4af02c40524e182fb1893b8bd59785be7d508111c5b0415f0caaadefcc3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:971256d54a4e10a29080f656d5de3b6281f27c77a40c0dc7352f1f05ab83eb11_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d4fc699ea35d0f1e96e825d2db3f21628e25589ba57c40ce771ed210aac5d588_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e3d0f624ec4e265daaed3072e9f9dc85668a917d49c96ebaa1c7bc05ca636197_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e47600e5f91aad639de386e422056d431450e5dc3560d30ad16b0b0bd240e371_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1cba0b4f393f1927ff5386a9b2ed74fed87a58e4b2d4a38f34fffedd30da14a0_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3b8bfd739f87585230904007f0b438b4bc9d79337f0e9038887bb7f297b681b6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9c7b3d916bac7900ed009cf82a03607fe68fb924805ea37e9950ff3fd6c73b44_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c0fe58445dbc3f94bb9a041ee4ac81d6e1ebef0eef6b2468c288be51d947555c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9c772d8d7af17818a38e2004fbdd7673bdaddea0c36daf239dfe65a49f78c212_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:acdda550e575dc7add42439a856726b3833c5d6d98dd9976f30be4b781a11a82_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b5be0c8ab080114879aafc5d2526924d32306ff545c06dba64c947ca68736f91_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bc413067c8cc3e6c40a9be4ea896d911cf6b3adbbbe4c8e85fcb243bbc7bc2ea_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4b39c2a3d10a1e059c3f52bbbad6df20e52e47a422119d51806b59bda8e7e97a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5f0f4b8edf205f47a263878372c0fc80e1531f3d197d882a83cc6a2bf980c277_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:78987fc04ce330fd8ffb8a96e1f25e8ece8360680bbbf4c8854f1ba1f598f2f6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a43046599cdb529aa9a2672b628a7495690b03379c7dd4ec7bd744b01793943d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:25b8603f08442f61b433250cb6f4839cf2cff118df56d1d7e12b3b09e859a278_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:912bcfa64c2dc40a0f8573e595001fdf9dd3280e4babb503198aa019c4c94dcb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9f84034243c6dc1341a059730c81b05bc6626b913524f8d854e7d13c59eb4d45_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d9683ec09f7d3d0c73eb626fa7132ea0d7f731893506437d76db27bef51ae518_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:13573ab2e748690c65900137ee67fa558a1938fc2c4d92deb6b308809a77dbc7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:279fef1862c07ed7b949895843d80c54180a704411df4bd4059135dab63900d9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7c527388a78edbc77d6a9db9ba9d5c8ddb302220d69734f4e0bfc26b63b3dcb1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e601bc25408a2eb5735db7d2595f969a59da9560516715ad781cff5e4a57f2cb_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:264fff5b66ca49266cfadcee9765ba0b34bccff8dfdb12e5444db97af4913095_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8f14a597769b040fed9d1c1d610b6023734dadee91cc28588b65efb25f6308ae_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:bf78d9a4afa92e68d8018283114bbc7fd11fe0a9b357b75a00395ad630ddde75_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dd57cd8ba112502a28c74d7f9e021035a061e1f51377ac0510dd02a303f14f37_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1e3163b559a137ca99141d0913759b5a92cf30e063f6ee2485983a486d97a066_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3038ed29c6dd5d46bf8d593c154537615b8d218bc43eb89dc099a546308c5b33_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6f5d8e50b9cf127af5334e0b1e97aa1bc466bb1ad8a1dcb2b6c3e7494bf5a1e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fa6736bee0e8806b00bf3b6d971e2de5ea49f3f2a89e8cc404d55a70e6f73720_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:09157be733606534b4788e13e47f647c427adb2d36031df979628d1e3d93b096_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2c52bc991f789cb2582b4fcd0fabd20b86b5893d9fcfbf6e9ebbb372cffecbe9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:611ab0d9521d88b9676bcf873b8aaa2fd385087814de0ab05c7c853fe98da20e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c6226a0f343e69d720fbc83ad01daedb925fc39d272df78fdacbd847fb075bcf_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:19425f8d71d7b67b74e76c5b770a5e3d918dfde9a9eb3e181c767b4489db01d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:39f0f3baf0bf65713633aeb91a80cd35779cce2b43e6faa70838e0a87bdb12cd_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:804965e59e0147de822be6cc464daa137e45c991e4ff00c7184b6fd8105eb781_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b9b4777d271c5ea81505111d169134181bd46169ccc05dc65f3b6e59f736d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1a6e143562b0618b3f5afb6d488e8bcca48d9b0b4f68dc70d77279643325ac52_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:22230fd972b50ad12367aa043fef070d0e580b71e874a0e3fc2f5aaf52839773_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3abe2be596ec79e32806af4d66a7350835433c11e8b053385ee6463e65f31d30_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bb8fb8cebadac019a3d8c7fb2338a56918ff39aeedd55318fcc7e7c6d60648a7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:28dc48f706edfe382aef8370f464836e99a307136561dff65f7e7e8b5dcf9a5e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:533846b923d36de2b953fd071f6f7ad38e60548e9ef1d3f704039bb69b59530f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:68d5b77732cb2c0b0cb9a7e6f4201570dd8134dcbb21019dfec4bfe1fadbad1a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6d20fc820b2b684137df0fe673dd4e98135ee6a8c39a660db8435be44160c4b5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:48568238316d40eaae138ec218e4d0fb6119c94d9014683bc25934210792500f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:1d1ba67b2ebee648e679f886122e649880437bed73cc62901f26e77087d1f72f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:627e8fa2665e8d19aea0b746867ce31b58cef207d6dea85228b175b96cc95dca_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7431114311d645b44e0f98c9a0e92e62a2c412a2b57dc47b52f1e4c5ae0baea7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a88a9aa0807380263b476e1e7491c9a4f36def3c403b43fdd30bab55f06e673f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e38292df09d0b5589b58f31c39ca74147011aafc1a51be00112856a7242cb80d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:67f16f35ae8e95b90d758bf617c953ffbd0f31d685b9f023c34e5de5c02d1d13_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ae42289a9ddca85918d07f71db7415d099e8544ead8ae73a0d79e600c1c0f067_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfcee1078c7f5425c41f8d3398ae512f2a07d156de7d6e92d24d7f5eb1eecff3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:eb851650658c10b1a102258af7b72aac6db36647d07ec4eac2bfce099ae68e67_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:74efd49cd2880e07cee9aa16b7615504fcd276e8606b7422ffe6a253636462c1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7ff9273c653a511408a49a0778e9584605b9d24e1069da8a77049f70e2bd5616_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ad02d1ed96a39fedea9588756c548817e8672b8fa6d3e16f1f53221e3e7d9157_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b10f0eaa64d49ea5763131b8ddd134da6771b835333a4f5ac9ffdaa13cbd08f9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6c75dc3551d30161fe15ddb87170bd7ac33cb19b242907e99a9f2b003659efc4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7cc7c37a8ce0bc5a1de200fa97525c35943d5fe789787d642c4a3079c251c4eb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dd8dfd22f1e93168de72dae9a266654563fd41d605c65b4bb15f20ec65fd53f6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:e651483d73deaf4125ae3c2729bd8a42b277df79a6ff056a99ee3e78e2164877_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6590ef2d757e5ac11ffacdf6de04ac112e96f4bc058b97aae1facfbc9bfb9317_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8bc45cb12c534a1dcaeef41b7ad0a4cd8ac0e3b0041aaa0cc3a9b917602ba5df_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:92e18d38fe9dfbf0e50933d15f4178cc149b3e4eb535ccf0fc0da030d758f435_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:9a77e03eab2a1992fcd1c0a1f1c978755e236843ee4472bb551968fb16568334_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:686e7784cda9016a460c9196a522f1fb510546cad343e26f510bea264ab9b515_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:77d58cca07f50ed35b30a97c24f66abf5fd5482be3c2a86df38b5d0e4b41e4b5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:a553758f4aecd97de2202ffc5d96370765e1f92a11fa4ca464ad13037d7c1a70_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d09813fbb679d41aece1f097ecf3797adf142242feb12769a604c37df1b6d80a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3a967546fc93fbe58afe72caa5892b712c5b96072d3cfccc1c7d9b27cc6fd6fd_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4d09ecbb6bc7010c93d65d8bae5a368326d1b52bb7f7410d30dd068b4b9c1aff_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:78a9ba8fadeb516fb48a37ad2abef78f57a09b5e701a31ca41e4bfefe493d781_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b44e2dd5cd2daac1ef6849feb0b313950e0616586fdcc843a051788fa071a4ff_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5d94083e84fbdaa57cd8723c20bfa1bf0d2eaa0cef52c662975b286785db8cb5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7662aeec067c8b3bd0203da4d87e0837eb624acc7dffab9c0eda8081d992fc55_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c95e0922aa74f51030c35cdf1ee704f01ece7b4ec53f361055f4cfc58e464bb9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e4ae1090a43cdf4a540f1a2cb376a93d2f74449ac44ba6d0484e4612579b3d43_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:48c47a452810fe65a21fa858b102a2e7d9469e1143c51857844a0a74ebf03661_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5ccd0d2687e836eea86fcdcfbc73c7bdced8bfe2050c466860306d246375f0b2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7fd64ebc835133fcf6fe9d286f18f790b12295dcd904d61cd255c97e49f216b5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e862f18a4bdd246891a49434389e8dae5d73a68aec6d548dd282f3c56396be98_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0772170993a9fc0531aa948ee3f4c83a8e530802f7d6fe246a0688026c050d27_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c1b6b3c81c49bd764dce7fcb732f14f378aad992c953cdac86872b4113e8168_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:307efea31da6d72e50def18e1c08bae9e05ac8991d90379280c15f69c93be375_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f366a95bf18554cb9b48af250be89970e4c6b1fadbb97543db8bc202eefe282a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:09b9a909358f49dc84cf863e418fa79a72c5f23ce05cbd4045b2c966147b4edb_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1ce1ac2cafe2162c4070a5b60087ecdc520db1e90a433183157c554f86a8bdcf_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2c984681915470552c6cf4dbd2c900d14f29d9a6632d7d937d2fbdf1cf16a5d6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b3809b2f792a8b57efc13591b88232ca2b83fd116ea1a6ce9c05ec39733bcfaa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c37ef0e5d795a727e79d2749570d7c42876e2884561857149a17793543b9fad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:45b239b4328e73574050498d8a59fae10b1788642bfd3fdfd487a59654f2395f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d0eac8a6dea99105af2917f089cc423a7c21820cdb7ea4a3f793381cd07f43f7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e9625244e5cf3f4fd7e6d69a8076069e24079672e2c4bc4df7733ef31c3aad9b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:25939a8eacf00a315bfaecb90901a20f2d314f186c1a23ee0814ca611866ed5e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3b3fe898a633924c2e0f803ca944cc63d99359966004c6aba6a05c446a0539dd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:55a048f1d9ac836497f7783369b5b582727df86cc64fe7df91c463db1fc0ff30_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:88990b2047d4ab9055afba0c6f8895f30a132c361722a1524bed1671527d99f9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4bab889d5262b3f891b99f0a521f6d4511641313cc1d3a5970cc2182c52e0fc2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4ddc6ce50e06c258b4f24827f1fe5577c4ceb5d68ad925a185dfac5b2b3a661e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7883c26d4640f30a8fbd635f5442fdb46625d727a1b2382220c454aeac081fe8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:955419c1ead9dbc1c2545f367907dd4b1e8133ea23ef65407341e9a505b1cd17_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:206e503ccabc3f5a01f11ea5026cb64ad6ae62adf2eb9044386efac6586cf332_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c2d2155a6d299536662cff9c5a8474680dc8d9c514b152e87421feac7cdcc22f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:e62baadcd61bdc045c205ce81a3b2b650be73e7b3a5dd5cb53ea4c2f8a181f0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fab5b1965457ca46faaf5d1e6882c17ac2f0e1db5017cc81ff4da8a9083cc838_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3e9733932088db40e1d1dc25250b68d83aae6fdaa33923c2593ffc6f10b84984_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:62ff6e225c6c72f9c9b0bb33014544d1e02a30ff9092c25fddf72d9ebc8782dd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:70259c080741f045c19c2dfb1fcd5069e9eb7e413294d855262975ae03e60b6a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a974b10609ceb50c391abab36ecaffb9c6ba62f66b246f529d8f7d1f038165a1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2a8daff0897cef178c43b00d43b3468a3ff9389ebf337533c771210ffc608bc3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4c7da9adb32c409132dfefa7ae79fe99d41b6f59c592eea234970279694951ff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a54253ba850cb357befc0173748523a1762858066023e04388c94c2d5caacfc9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d49affc20c2c397c1ed17de7d3a7fb98a3f66efe9f9bd4f4234c0832393df9b2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2321dd8c9cc505a677622c5cc680e4f3461c6bf1fa4267cdf7f39383967a0b3a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:582d0856a394c73d8faf8d1792a80ccd8c66d80cf65b9dfea344351d767132d3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:938cea3b81e1b74629b0bee65183b0800518b4b757175d34669fb25f6e5d802b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d8e3f695418674002c1dd252757415372d95b38f813a3d432abab774c7427b2e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:8fadf40fe968046de41a4a4c6f643d9077f4908a1e456d7da29e0b0c79f8431e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b7b73c5b17ad867eaf4066be6b2fb9a322677ec3265c0d1bde2e317f54f7accf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dd6c4a3b961b608a71122ddef308287483d90f3a153df4ebd00b4f85b46bd551_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f5e86e560d2dd575aa814329ad50a38ad4c7f3c111353e652e55aa5b58033f18_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:10015b131c57580e5edf1fa90b05b19482ea67ae3b588efb30da1cfb2061deda_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:99060fe9572cab596228b61e892ca9b571e3b740c4872ab55e3276d4ad65260b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5127b9d0570329e12a37d1c7e38a3ad9a1c990b7b0e1d3f3b31f5ae1146a518a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8403b335a511bc219b98b899e2cf4458347dfc67c8e15440801b1434f03ab555_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:8bd350665dfcfcd29e64a93a9c1b700817a99560dcc927a75c13cf22924a557d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b47afa8cdfbab90e0852af59ab14d95b430a2e94245aa9d1c65d1a592f44a90e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:15c698a4b3293ec372e1ceffaba0fb9360499514271d26c22cfb6cb39852f598_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:43344ef6148d5c76a10961d19b3bd83e219764cb53ac4f310a513bbe694fef6c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:084a185169e09b57b07073bc5c82bc741aeba187cd9cb33149c830af00cc6582_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:171aabed219e2a837afd87ec9dda95bd32b6f780a8c7116a6dba18533c07605d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:33926bd728bf4ecfa8146f2d55c05f151150d249b965ac4338cfa8a9acf642f4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c0709bc4da1e5574cf296180cfa6abce28c2b7ac105abd95535422abb090207b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4ef4397e1a1aa5b377ecab2fceb5c2eb15b526ae39bcd9299b45d9abe4bbbf31_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:852e6be5031cc90ccd9d02fcc66b59baa692d594e7ae95e68b8923732fa77b49_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bd9e30cdd5958003b7db73e8d871b448d208c099f3dc7e9df3ba56e6d476ea66_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fc61ea57eef9eb7f0bb091cc0815a81844d60c78f5824640e40096e8de8a02c6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2020b01fe0c8555a2cf070d5a9bf75691de4d8b775b4ac91032c92972ae6a424_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6c3b876e5fa5594ed92ed3d333ad1edd228611d67b060024511f8c6a53eeec92_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cb279e6a6181c4ab8025c6ee74497cd95e990aa02a03aa01c8e4ecb81718d231_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f6562421b9828dea833fc82160705ba8c0349531dca39eea94da4bb31b8d3468_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:44b8d7704e559a8fbde7bcd2d7b51cc025eb2b898c74497149f818473d6b7237_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6b3db54da066eff7abd8e8f58ae42163364355fb1fb5a166c3f90ef42024e24a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7bccca2d8db4038ed90d7c5d995bb2daf880b3d6aed320c6d6dc89c73c38170c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:afc464bfe9fb581e22275814fb3263ada3383b571ac4765507d2640470a8fa3a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:353292bd26a33c9a68fbb8351005fc3b65d1f0dc02c82887cdeb5d28beda1404_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:af382c36059c0c0d6e76b41eda8ae2055bf5717205754272edf126fe15737cc1_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ebd113dd73707e7e234669c4b52e7ad90c5aaa95d062fe7b2ec18ad63b942920_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f0b91324c63bdd9b1603e0bcd2e554e1d595168f9337a7c26d3834093b24f6e4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:23a74b9b847094d230ca89e8d43c924098aa5a8ad67bc02c4b11833c4620aba2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3a9adb54f0e11beb7e2f393c00ef6014f9c18796c36e47ff1f08807dee8a9e0b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:558cbb955c8d4de727f010f3fe97f285b6922f4845357cd979c22e9d6afda4dc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:64f0e85f122f8cef1a5b444095fb16f95b255865ab116cd59a4a541bb61cd09e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2b93d36104e2c99c09823ed5c6d12e25abf3dd07e20683640f99b687a45e9b6a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2bb2c4706037910e8045bf0127ddd9087d2c8ab9eeb09ceabe97b18dfe873c1a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3e5d6fe6f1f7a495efdb0a61dfde0d20def80759a215bc7097265c816e07919a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:efe7886379624399e04e4f213bf1f8b2baf1acf989823caa93ed8ba76ccf9372_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1b152d3df7256fa1d16dbc4edc991503bd90432e1c8408149603306e62a28a89_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a7c3fd07837a9c03ab834a0b46ba51b50c73037203ca4d12d8cb2a45f690e62a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c9aa9a181ad76c715b410ec6866d86f28923d2becc8438f3b56a381d7c668897_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e96b65f0caa9f23429318080d5812ddd5c233b881b6f460d944990000a6d7018_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37569639de1f8c36904366fe21657db1df3c26c03b8f9f974e0a87abe862c7b8_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8d27603330319790b463eba638816fec38ce5ce81e7cc2c113636939d713051b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9e9598797558cb0767f9bba75faaece26aadb56163f94ae2cc2c137645b5babd_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:cf8f8b11a984107f035ff28ba24ff3f6e1d10cd764ac472b94bb9e74d435a459_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:70e6484048faddf5f59bc7399fb22731d4134b6a6e2c2ad3b1e92bf26e5ca902_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:93c6c010543791ed57e08cd0630a7dc7903d7455d61686cdb0865b13fc52f44e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:cf50871759b51c4fd1f164c53ec8503379de265ff95b5f6bfcb15d3820722c78_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f296becb22727fbcfc0a2a4a91139dc782688f43f63396d645b03bf698b81ecb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:227f6cfcbd9f361dac87776c3b625a4ae91a7054a29a48c0aec491a786f81380_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4063848bcd02040ab2a26a1e77d643a8cc01373bc6467070f72f8cae62ad8bf7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7315ff02d1adefaf5e52dc2b87903cbeaa1ad7c30719ff6afd130d068ebcb429_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:c33effb47bad5780e4e0ed220647bd0741276ef5c19eea05014b528b91765efb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2883dc4d23d0c4ec9551a0818f5d5edfc708454b48333db179232b6f7bafb4cf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2909be49bc0471a0e2ab4e9172e4ce490b305b8e1fb86729b45af106f1ad5ac2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3b91df98133ad62ab43372695b3953c54d58e70c15eb7ae201b68d73088c0bb9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ea31f2ac734ef3cec4337ec6025a1cc01a2452ec124f102e5b1400a9ccfb05a6_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:2aaf1b270a589b2e9c907bc35b4a3706cca1508a06142dd3086411e046d7cd00_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:32b91a8b6cf6278fde2c8d33666748a905a8dcf290b6e16ef266857d4838d3c0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:fe8f645cd130c489a3454252abd64c554d583cbf984aa3e568ae9c4073fa0f03_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:9885e38ff9be6d7ae070a00b851232a29e739a870d32b2508ab9f34e56177bd5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2b7476cab5336d76457b1915e734ab8702c461af8ca4d9e474557ad8354f7065_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:4890f971ad6077addd93d4c7fd1e9ee46ef3634bf89ff5adee2a95ad7b7b3f12_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:afc7f162c9c1c3033316a984254b8a477d8eae5bbed9cb25257d54a54e1bb866_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:e9bc1798e5283c65ff1487ae78c1175395e051a6c13426d3e8d1b898469a3493_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-45623"
},
{
"category": "external",
"summary": "RHBZ#2507595",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2507595"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-45623",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45623"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-45623",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-45623"
},
{
"category": "external",
"summary": "https://github.com/postcss/postcss/security/advisories/GHSA-6g55-p6wh-862q",
"url": "https://github.com/postcss/postcss/security/advisories/GHSA-6g55-p6wh-862q"
}
],
"release_date": "2026-07-27T17:23:13.326000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T09:56:49+00:00",
"details": "For OpenShift Container Platform 4.22 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.22/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:c987c0017b86a5aed02d5fa854b4649039e7221e14fca2e824dc37b2937ce7b2\n\n (For s390x architecture)\n The image digest is sha256:e38f225c850f6fdbdaf6ac3ef1f762b1e7068da19ef3cd57a00f72554e3d0a72\n\n (For ppc64le architecture)\n The image digest is sha256:ea726e65a0f5f8ae5b5fe4ce31f2aa75943c893c91bd75feb644c4042c88865d\n\n (For aarch64 architecture)\n The image digest is sha256:ab1d1b8e7b22fb2a6b3923e6e8fe77b8f0f774c762836a07542b7ed5ad52d86d\n\nAll OpenShift Container Platform 4.22 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.22/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2606e2856430c12efdf947977a070de13c3f93d3f304608c411ed57b6de0c6c7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4dda7a5132b638230470f86622d84a7f0117280726ea52e3769c15f11b1dbbbe_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f3b4137b1beff722b9c1ec2e451577a22f44c47a6196139a39d4aff3a0386daa_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f688b554b17808b3aca13b4e6bb8a240401db6f6cc5805e98ebe71ff43dbf1a7_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:60441"
}
],
"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 OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:07716873e44d49ad177f8c572fe54cec7ddb819a70492e6bddf36ef2ea5e6449_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:288bb644cbb5e14b00d80e0b409c83644a59cbcb513d19025f8b97de61f2cbea_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a27a41e1a167568dc9bcd1f125ac624897d73bb6dca7be80d256432b35e4c6aa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fe9b92e8a052208c6eeac2ba816959ee8129cc0f68bc93bb0a1a2f940a49f4d8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:44ba1190dc20c3a99259ef0723be3c9e1c2d4f339ec4eb4f38a9375cefd60d2f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:48a700617f0d4ab9dd6b40cc27e9f602892037c10872c19c60f62a2a848e451e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9319978cb44eb1f26a7d82709c4ba7d9b6b0bdad78c6c6080bafb0933103bda2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e734fcb9ca41744ac9213327a775aeb0e01ea9974036908721b532ed2dfef923_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:10097712385ddd416b15237d2af20f86a0370f1d97125f1e8a0d25a7215f6751_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:40f8f7e1d72a0e70d96c1ff028cff7125ead621e89cf2f3c1cc5262a3aab65fe_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:50ff72eded21d210ea9c57c9f9b192cb6ca5efe781c5c5a9d2e1129e2eb7a248_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:f77b14655ac6137b53212c8ed526d6baf86d6d6332513416daa73a6dc468c832_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:76042ef2dea9a9316a7bb2a38923d0b670663803c75f5b8351b5e71d344b479c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a645a364226f6768df30645c15ffb8b7feb1932a96c3666cd2d8bbf71786fe88_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:afc4fea57ea3217712f10421cdc7ded66093dfd0d5cdf09120ec1200d696f332_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f70b291b3be37bcef36e4cd282cbd88f917dcc5e61e0ad6228b33b770656b8ca_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4cad4e954d5e9fce7e93ce3a81da34d58e01c38a5d6140cefa7eeeffa13e1431_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5c1598ad56e3f9cf5801a990b2d5d007632cadc69118dd15b771d8104893b722_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d18a7d5884e709f2440b7f85999c2351c0f74ba09b876a7c915a974ccfa3dea0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:ede11c7678a732b9ef9a763632c13e616a95cbabdb36baf0c5c48ca0d476c260_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:208703e1b4c8fd82b6cffc790affc4bb8966f6d95e5b5631d9fc7cd429d82242_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:40be47b6d5dedb587c54ea5f6ee763dc3007284e85cf75d9f48f4de83bff4f0c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bfe783bcda48a7678e776f99ab08f9d6cdf882432ae03c46593326bf8b57e714_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e43bd0884f4c1993cd516c3ea52d1f878a783f6a998a6dd3fe4a98ab11bd3e87_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0492b621d90ebddbab300b3bcb6979598f11380da79b32531f8978b26fe5edfa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2f4ffb0abe2bcc7b801658bb46ad9f397d7a3d11e8b2060859f5dee1625d7ea2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:30b0e4f82db1f3e39379b7aa792514aa726a0c485680b67351c593542c1b1127_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f0f3b27621a9276b1f4f9601b1b399eabbc165d74a4b4a20ebbccf6a36a8f98d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2d56871f80eb82c502cec2b901d3510ab482eea981f50cba4fea729c83f1897c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c169319f15a3e6ac9086e21438dac78a6b30f142c6d96d63c259e45f4b98c2ad_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cbb1706913eb430b86212f941bb32b066af04b431126af872899134a9e111ca2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:de56a4d37e6686cafc8591eb1f7520942036037ba5af21c286aea2d2fab95b2b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3e35e96ed5607d7229629ee64a3a7c942fb12da93a75e989f1fd9aa028e8fdcd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c045d9282bb2e3ccfdc19d09b76e81d622ad5c41750c960a066f9a735ce47a3a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d3c7bcca57a84397fa1932919a750ed7a002fd7f7be976152dd7c14d60feacd0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fc479e1b1d14c548ed9a783109fd978efba5363537b835a5d09fa8d0fa9f9068_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:0e22ab8f884e0095c3cb3efcb63f9f37d55b72cff37962f271fdf534deb469c1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:ab518543ee2455263fe748f1d2ab5fd1fcb87e03bdb241a1fe657c748e220e3d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:cf25049921f441dee72daf95b707da269c5ea7af7026674c42a7e3c8cc682e59_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:d5350fca926c7cabd8fa4e7749f0c2bd9bf90069a11ed96342cbaa0ccc16f889_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:41ec41da1569234037cfc2b9cefeadbdb4c1e45363dcc0b5f2acce2453ba3dd2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:bf2513f4ea2df4a781fa74ddc02c207133387318444f7027e6b62565e8af505d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb3cc6f050ccd3fae295639dd627bdf3ff5f08f66ef0fdefe24ab8260cfba983_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:efe54dbb00c22c7e9e4a6d7c40e52665823c5f94d4b7b03236edeb1d7a304f94_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:073ed3fb3dfb009b6ba476883da5421996c5c4f4119375c0c83b072571d935f6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:14b74e5080c191fe32bdd2a416c80cd94a0f30ea6d5f18faf7396c120c5907ea_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3c86e67143d2caced55d2dc470df15cd1659c5e16c7eb8af22183de1a3222901_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a6de5df300008dde127b655f67ba1c8e637bd6e67bc2c811c0d9e0ecfc3cb08b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05ef13e75b41891cd2774cf5243b11da290ae75f12ecd07239e580a5238036a5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7c5f6b71b68331d1cdff8b3273fc7cebb945d9c037fae5c2fe0666f84cafc928_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:c221dffd999b01fe10c83c1cf3e93ed9d49beb5f0f13e8e23261f44a07fd9342_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ea42eecab8a62b7896ffb697f402857a31807834a102986b3967faa70f63775f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:0123a42a6d10e21067ef4ed5ad7a39541529ff0157cb27443a95b0e5d88efc7b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:61e542fb10dc0e083f8889b0b94c3525f3882e5da701b8db31cc9be68d803ec9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:69eb532db9fac5d796148a421f1c0a95f03a84604fe40d5e5a3719c995b8d3c2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7bfdc577bd856e0cc690c86a8fc9928ed3d034d4d1455378c95293376a74b9c3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:023e336977c9e6f23a82083ada96020a26cfea384189b765e89d6acf7112957c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a0734ecbae0ba4ef8a6cf77d42383afe04fdf33eed2c0d1e34782f147c675581_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c64a9e77bb865dd5475a4022629d394ced47bfd9adb137f69e2dd7bfca2c5a29_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e90910e06037ec13a10bc176da5a516287ddc34ccdfcb36432f386f7b3895136_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2052fdaecd2f3807694fa17f35f03f84b5d8116ca56926b6d657f0594adcc4af_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:274df573eeb1919286472cfde2006716aaa62c65ad1a6fb82bc351e7292a51a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5f81d0322afa70edfd932cf1f80dc5a14ebb30f3f4cb0a4b9943859c3ef8a741_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c5f86407af14e6c3741e75068ebe79aea7c7d1a73ca87fc97128c53139dc8748_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:11009d76f2fc73fb88ad8650914948e04e30d4096420d00a4e6b1f2f82bb2a48_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:464e2bac04048cdd010a9625e6657c9f823ebadd624fd71191ee978520874528_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:4a6beae013e9de12cd8b0a39e9e7488f51b97b3f295e14d773eb28c5df9d6743_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a2f765f47a9fbb2acbbf3b00c2d62d7df283546b7485e7631116fe824cb589a5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:82953c91b88971066d4d605174664863cb062a6f7da286754aa4f05c11a69bc4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8adf05874d8cc6284cb4566506787161305d95ba4c318f070e01960939526d59_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b0127947224f18d500d967398c5008737df32168d2db50f1f87554e149328d71_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:c25b7a4bba9a988a6b7daa4eaa8608df78b927d1d454aac7757f18e3b6c78d86_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1f6a0d8476232a85b5d18ef9ce148135b69a4abdc45952f6ad0eaf41604e05f8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2989730daa53d788a9e1be03bf922a07c1111ee8559bdef63d058be6fd5f3fc7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c0cac6ae1322cdf12df3c55948bcfead52641aa95a57dcdea97401ae01c1860_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:adf166a8095fd21a818265c01776b94e25cea102a98de6875352cdc47fba933b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:67f12e5ce45f173e79229f506b92915943d263ca0adaa31a027cb7245d7a076e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6b91bbe18861c83c79693a155979f3cc56162624412eef4c57c52cfedfb38475_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b2bb582913e9dedea9f2eb41f1568fa8f0fccce2e56be4f666ff41f3698dc147_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d35f97d205f82d6ffa260582fc6dce2fe0fcc3719ae0e19e85e06e7ab629021e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:03ce535e7bb582ca85793c8155f38ff9f73231e7cf5af4ce223ea89d4d2eeb89_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:605dbca994f47b04da902ae4b76744eaebe0d716a7a5fd3cb8e617db5dabb8c7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6b2582a7f534bb2716acaa72598b40f593897124fe03a5e6b2bea1e4c1a26d15_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d88f52e765c3f5fd4ad80f7364efe49e98ae927d82601d27105eb6ad0b484264_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:1305fefe98602549511b835fd1302eee6a4494c690d76964d89189c90f39627a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:325af02386526656111c663e6a206e755f2f30db00059078a0391d4af6cd95d2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6dcb4d60294895ba062bed0e9612ad7fecd7fd8d8cffdeee9bd65ffec1b20a63_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f492d67b16384267b9f65d20b769f93e3122f0957cec290a88a1b244c80e4b54_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:56cd8314cc9791e043cb4e5ace324013f4ce4c825fb5f9119b1a6c6871b76a3b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d6ff019bc8333893d6d5799927ffd9dbd02d0d388752a1ead6b8f85928fff4f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d7e525584c9b7492d8b989d2ad0b8ccdc4f244987f26b4aedfa7ab1097aa8ac_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:598dbc32cda4219d6a0442aee99096b77ddbea0148ac3260c9c37e00b13cba23_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e223d745233c048714d3ff7a04f8ee565aebeb0f5aead03e55dd9f305fe60cb2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:05fe3c8332c4626e356a2b8b33b235d605b8cfdf8b49a68475db687789a766e7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:64ea7652aa2f9f9ba58d56765ee0ffd7224d6534860d118c059c2c066bbf2142_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8673853d611d162bc12d1791bef2acdd4131a97b8a6e46961736724b69332db7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ee04f343f0bc1c58b1e016295990225bafab7b39a9c1a572b10cdc19076150ad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:4771678b9e18450e8e2a6ab991e844fb064749a0b09b089e54a802a7109c1ae7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:68c90482505c592a6393640c16467c1416f3175ba1273a284c3d0a9417e879ae_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:234bf4abb67f86a27d549a2d368d080a3671ab34786e26c6abbcdf58baccb034_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f330b931299e7c97298212e0514c55f9e086e2f33ab7e522d40d8e9df843ea11_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:123e1027c857bf3a084e45755736871b220117eb70d774a3b450f7d877e7d1a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:61d9a3fb3114cc2252a8ecb5b0339a5fcdef87cf962f285be72b164933afb857_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9426eef8c79d6e2c9cf5efb340257ef7dc7936b3369050776f4b45ed6603de37_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b693182419b2287a69a8bcb3bd3ef8d6e799b5e7aa9b5f25cca855995588e104_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cde3a4deb285f4ffb38be4443b3c09f33a44d8f2007bfde6f8766d371487bb80_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cfa458375e07e80969d9a9b3521c5983fd20f384b74f1080b865b618afd35f32_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:30a0f7d083fbf57d19fdebcba31bf52d257fda3eab13e1c8b856291f40278c4d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:7078670a28f19c15b118e3ff8d70afcd5e329a22eb6a44d3827f9554dbbee812_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:6d60dfdba0f6368f23bdb554da68f81e3d088677ce9748d2850ba8f2ecb0cbcd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b71a8dd592d2646c7b085b06edefe64be96e38113c3547a111a8d0201992b98c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d906f3f6f4740b50fd6266205b0b3f986b35ca7a64ac7b6c52cd7167d0cdab23_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e4969f9764190a2b46dc5c9c7375213c28518935d80c4e4570d122d231f53663_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:331e8f309349114252acd7fe42067ab2b7bc03abb6619f1df59c8fe907513d3e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fefc2125429189eb85f3c807ad8ba8896a48518f3dd7d93f94a091ec925e23f1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:8687825da05aa3fbdbf32fa82a739f58585d8d2564501deb0d3b97d67a4c431f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e5886c91ae307b14a848b0a571918a57a9d2d85805af6c6ac7a2404dc0308337_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:260b87efa1dfc71726aefc2feb8dfa83495aedfa6e95b0e86dd1ce0d246233cf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:49a1a91122fc6cc34cb21b6de67b8249f154aa8e2bfade0e50457c224fc3ca70_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:cdc02821294c7bd8b4de75b356ec0ec8b0745b0b409ae9481dc08c4d967b53ef_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:e52b5054a3c11b34c3bc3450d9be2628816575531a1435ce44652324ec020dc3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:64e73e3f7bc1f37f40ae235a7866ea7c881d67afe29b398edc6f15befa7f06cc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b4f0c23d7fadc3a15840607d9aa13327a3eda6272565f88be3691b74f16fa13b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9b5eda1037248996bff10033108d1dec27b8417730bd721d980b778e1cb4585f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c397e51c6d4de14ea1b6a41957a3fe5ae54115c1cbaf414c013035333824eca2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c72d9616c2bf94661a156840d39e3a42d4023598c5d647562874c453b44b72e9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fef61b2df388d1e5714b0f3293bb7878f1ff9ac64b0353284576fa0413000ce2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:267a8525fce7dcfc460052b97dc07532c927fcb27257b29f5e43e5475376bc42_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:886cef96ae99502afa35aa5cbe5a16a30d873e8c9c92d6bb3c748bb68877935c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9a68ca065607df1a4fd1a351041d799b2166b76ebbdf2c92a0fdbccd47015036_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c7a8842568f7ed4d4b1ceb0f507aa5a56d80ab213877507be04ab55f8fcb3a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1567f1a6c1a596e22674ad45cd1975c8667fb2317c84dd5944ccef58326239b2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:40dad16e2777a64a836355627be3aae4572a7ed6417ac39e0dca5f019eeaf471_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:800ffbe7a0007398e44945b2f3772d657995ebd902918ecb410e5d373de06263_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9720a885c669964be135fbcc55bfd5e9766841f6b11bb2c279ac030de9618ece_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02440d8ce569f4318b2110f8975fc4d0a93e6da6c5012882df9cbe77559a0a81_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02594f4e3bd44cf7d378a7fa0533d54b4365eb5317c282cf8295cdfb0ae5ddf8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3e5753abdfee794bd09cd51eda1c7634aa7630ea3f2a72ff40c3fcf5661e58c1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ea8145a89efceb27b579a5f79c37c7457d141a0eb38b2de5c82ced07879539d1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a1aa9421f9d52c8bb918e1b3c9daac3e1a076e70e003a58462b62f0a91fbf795_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d4dd77443d486829650aaee412b58df2c5fcd995bf2c493a22dc1cc705d270a1_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d689dbabc1df0ca42e7eceba17ff474f9e6a30474f7cca15970a5ee7fb870a72_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fea791f1b353cb84039498653a7b7daadebd460631446fae5f05d1ca8e85dace_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:100ffa84c55a87981f50fa5fcdfb5a5daad0eea01d0bc14abdbc959ca0a1ff92_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2e646fe351c1dfb3650d0b67694f5cb89fb7aae85c9b8edd356f54f40b9e9fb3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4a45ec0f50d9cec050f1c99dd33d288ba8f9e8dd1a71c2870eb5e799a42e411e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:60be3446f54ba3c5f93c5c4bf1de44d7e9ca3049abb6ab910f8e62e671a80d44_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:90b36fe8a88dddddcd584cf06ddbde8b74e9d7a78f9f51b77d7d2480ed45ed79_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d69ebc6a9d6bd6f8f75d933ee0f7893b285fb24e994bffc35514ff5211ce68b1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:da6ed87ee2d899e3fe9c6e8b08bcd44cf11e1b1563972ca4aeb3e8bc806a1d2c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fdea5b85efe39b635685d506a4416115d546a9f56e87903650b5e51bec6a10bd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:47ded0bc14992d79c073e4cd541279def7e44d8ff586a5cc1676edabdd86c13b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:642eb8c1bf4631b969d0ebf3a0755f566236ce7b5534fab78d531c76d5e802ad_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7189cc475748ddba6ff3f306320d55a840baa8f1da8a934d4500c49e6f675ea5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bc10db6a9f9c1a60744f49c1ed737bbbb8454eeff9fd00175b98872a1af17936_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:017359024215cf5a7b00bd31b8b797ca7f5f456d66a34ac12c44e53c1ab77fff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2635b651e023c9d4dd92d1897b4513947985256607f9d2dd8043cd7f5de3a765_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:542b1a4bf2fafae85c50eae7a182ffd3a3a07b2c234a00e4e6c639b1143b4b55_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9b3b5510e4cf6b4cb86bae86fbf36c1fccbdeaecfe009cf2e67cb9c1d7924ef4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:048f5dc4b9176a86e0d82447e036ddad890e58e49c8508cd74f8c297272c800f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:0a7e3fc4b1f892ea2e77c1f5d961507f0fcec7740f33d3e308904cdea1d3ce21_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:44db7037b872b0164497a603e99b7c5bf2bd9aaf31158e8a4e8bd03559584155_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:a8ffa384c6770ffe1bb9b7b8729501ef2c06199e0005b16e5dc432dd8d23c66f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:176081efde0e44254215af3f5091e64748c81d2bb29a1e7a64ed2879c6a7fbe3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:42ea798731bcee8b868ae15f9d45b8f0aaa91d1a4f7660c53ee08b070fe4c9f5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:85fd9925886227b53c26a3ed09604c408c49b8ddb9cf7efa2057335bec94803c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8b7b592c5ae05773897351d97fc9925e6904ed02a6ed49e4737f0f649b7eabe_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0d8537a8b89a087f59b9f0c413d9c8d6c77002ff0d9d8579d179291d3b6caee0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:14cc3a54f1ddd57ce5b80b6d111f0ca27f74b4321c9915d5ec1960318c71d752_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7dc1bda89f2fe70041f850dbb5dd3804e853961d2026c3880fd7255dd6e57b0e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:aac4600f524660e2351490cc7aa719ac2dc93193f64bff1178a04376bda57cee_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5449067a980b2d50b360b1aa1164fba67693402210111708ebaa00f0f93bfb55_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c8486459e2b80ee2706409e888070c9100938357621746215ad7871ab9ddb990_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d748caca6496019c594ae5aca825845658e1e8c5a1c062a02830aecd677ea1af_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dac9a4617348551eaefdf01ebf1770442c0bc07033fcbff203750ecaaef1161b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5143aae8d524363878300902b89dfb5f3420ce897bc36064fd021d23993432f1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:6fa81971ac5bc843a536eaf167cf5147e879c5447d7c1ec17cebe7ab85692317_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:bfa79bf705669231df1e59e373712f0b04ef2c0676ebfd901bd9879cef16236e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:cad2e37531b2ba165087ddbcbccf9cf167c4eaca5a3fba5f5f4bd943b8298678_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3538795f3effdfe84442141d83d0292447b4c43e3d68871afcd453f80e11fbff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:7da313ec91e1a9ff08a16ea2b0af0ed1ac73e40c4b629402bff19f183d45aef6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d9279ac3cea7e1e400e244624bd7ce53cbb6343d10872873e71dee20263d0e62_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e89a5c92caae6b72646e17535787d06f7640a47c59b0b4f418c7e48918736d60_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0ec6c9197060bf068f358283d64b9b877e97f072466244f9d147552a193fdae3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a5aa2eb87a3fc9c5160f5c37c50cb88cc0a77bbf4eebb298ee7883ecf47b456_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc1512a1ca871d5e21162430f028d7b7f2391e19cee9b3d6e253b6b6d03cc8e2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e8c2baac5dee142c4e84d01c731abbc200cf24a04201fd8690f0d47035958830_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9b45bdc374e248769add4b772aca63e25ff0baf8d490e64066bfa78405cf609e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bcb4f4b45a7d62927ee6589db9d31e9bfc87a13f3b0239649c9701b10d3dbd75_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c1c72b9d00d45dc90f97bd9c5263e6d385ee34f3a3f834909dd8b8eb28c3b15f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e15057d2878011a1142587df35dac65182dd4ec4c0f3c61055a73a23dfbd615c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3bef4d599101ae4c2162f47e89f5fbac89903db3f007bb425eed38e1d9b4d9cc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aee0556c560d2ef9f2ccf501302a373f15cdccc83ec2c6935c4ae6a2f25b63e0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ddc3c05d5daa3aeffe5629b7e2fedd5df301a3030f8f8c6acc3204b8fd7e0995_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f463811c1b1e6fc34934bb5a8151fa946acf321ab57f9901b3ee1b7f75546beb_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2abfe62de89fdd0697da63674373b1c8a2695846d8acab5f17a35fb38fbc23a4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7701f38b6702b4a9e6b49b3db83073475c33528d2529e63b1b98664bb7191906_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a23cd4945d2e1f9e1c194179fab9c388677fa1317e02a99eebc575e227064b79_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f2f194cdb1a14fe59e05455df10ebfe70edabd37ad605346b6258c5bda79d96e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9b04b0a1047813b35f6ef09e1fcf1e06b63946e0a3b3feaee3e081b0deed689b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bb521f2f97477b5b9851f6655f1738b620aefccaaa81cd303d17eb74ade7adb4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c8a1f9ce2dea4947e6cb460bb4b4ae7ab6bc5f816ca25f3405799d56c6ca48f3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d8f67c5b7b8903633485f67a76f88ea13855bbf95e92b651bddd15fa91458ebc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2c84af74e0937a0f3451054240ab7ae2d44c1b566339012ebec9e5b75d7a627c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:41ab25be6eb002ee921bf74c1049e07547328632d576e78fc45245177fe9ab84_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5b389b9b0acddd8ffe5e5c3f9d54321d061253f3f45b5b66b6dfa0181b73b87a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9afa17f9f4e4551369e891d405098219c071231ddab921dd32bb7bc66bb0b6a7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:0bd76e62d162ae823a34a766fccd9d339e3f550720d863b477273734ed1fdc39_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:dd17b1ffce727d9a74c3f64d65b72b03a5c8fed96e773665a078dfab33bd64c7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e8ed2c9324c2f5594f90b049e92f2fb3141dedcd99165e80e8bfe147c738adff_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f7f45f6d562bf699e0e45e134c7ab71701dc3994882cb82edce9356be7627ce0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:22dee3c01cf1deff68d73d76735e420d223ba0e75dba1e7ae224ac4e7b14ae79_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7134aa51e11a7d6b826068d03b9c90a518cd3cfccec0e3f06e57f5ed77daf6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7cdf9e85bfc54e4562176d63e1f2be56775dd761c6c0cbb80fbf888dd1ab43_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b72954ed888ded15f443784fe6a684b6e0d7782921efb788e242d987fcbf5388_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:63bf84966169bf2dcd8b8bfee3c478d9e61881ca007fdf3a8be4ba5cb1118211_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:697ada7f8e4bc8a881e2f1fa3a8402a2e96448f948befd465c59e03ced12c9d9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:85ed053619e39778d5a986255af37802ac46a26899c8a448abb139736db5e075_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:abe01f65affd92347d8097b3922e587548364d9680b74f767e9cbf139c996802_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:55102797bf884eef2d8b842ba8a5f2538f711622eab1c82b06941ec574b8f266_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9cca1a2d1a6f5a33257e8f790d180274f24a01c125a717ff79da8fa301e2f270_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a1f1be1027b54388f762951ab7983f18cfe37140efcf2c778a5d11d4740e8e9a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d65990c0adf148e94c1c0ec0730ac2a285b38eff128cdb2fac7f61af1514fd14_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2db5ea10de47829d4643fc525d9efe3815db59d5689c0febecf4fd722ad0528d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5dcf0a7d3c0b2062ea11867f5fd2a4ad56fe786b11c3095d76eeb4c844240a6f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:73b76f141fea3db7cf7df4e9b70443b37fc67790cc6986efdf53a32ea7360bbe_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:be3286f36b4c80969594af159ede49ee20ab5dfbbd890649c2c4249335714466_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2cb748becce8d80bfbb66e84f63e0f0a3cdee6d9bef3833eccca24132e9d0699_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:374211b6e69093447e90462693c45bcdf2ece57b033a419f13585d9a46df62a0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6047837c63bd707f994797af79267ec8bb5075b3fdd88c069b3acaa04ee2cb5c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d8c4afb75de3b6d432d4929f4d4fb6938617a794ca2ef2060b83a02588a1d0a3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3287f57d83e7becbcd3997ff2ade6e6b5a664fd08610464002229e0a116dfec8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8a58a72e372b4235b4751e08f10c97ef0798519e6b91595c234fc14089d7495b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9654a0a2b4549ab06e5422dc69872961c892e97032b18d913cc197dd3aa39f3d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9e9ecf8cb43e1819159bb8fc0eb5641b71663e110ff757e26d5549cf41075084_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4aa3e0ca4b5398fcaedd212506e222fd435f7a46c2eaeb7a49dc50f789cf13a3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5d094c8e18e42d662ac2f5ba16602c1513094c7dc547fbe3de562463c4096bce_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:67f85bffdf2db08fb27d52c6a0a8b615a4b9cd748d9a7e6126851d1bb27844ed_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7d4b6b9e67875889c95a5d126bcad0f6b98c148b85433180573f439a867d9e25_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3c0791290db50c5a925a80b371ba8bdf91f4fccce56397d12a989263a972bd02_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:654aece866efed516d69db0e47668dc85d3936e901aeabd098e07538aa3dc617_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7637a44a01d6c56f002120cf96228b6c68e92b4391d4b6efa1c81ff8e40eac0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dbc636494f53ee38eae00f243bdb92d187ec84654c280cc454f2b4febd7c22f0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:08f46b1d2114a3ab80bc7cd277859a4f84e870c2421b9e13370774deca0aebe3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0ea69bf7a80cc8c0810acf8c7aaf2cc1374d3b034065f1119ca33af3d1794cbf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:17e61f4a9148bc2e0fcea85c19c98eb8c2efb701bd21f8b63547dad13fc256ec_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:8b81413ad0f567583ebe4782344c22834c1781c5f7493c8a05b827f3f2a5e409_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6b348a4fae63bad66acacb5f0d03b8155246733e758f14208956c38c2bedaac0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96eb6b75d6a8ce22b199b8150e628a2a00c427ffc79b2fee2e24af1bf584bbcf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e0b17d193af2fd7e981c9908e01f2d840cc939e24bf1be19977beb85fa1159ad_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ed56ff21aa465143bc0d1c4f20803873dd07999229739b84ef7861683476b22f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0654b81d996d73c5b5b03310f314bf3bd6871b3bd4d1abe791cec9b7a3339719_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e294ee6e92049316f91ecad5987a24d7d3c06809d3db2ee3f9a41bb461bc220_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e3afa0bbd3ab3ed4acd6d0059765116e9ab56090313932bd063098d94f1c3b1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:929f235d156df0f59479d60379dab0d83d6fc662d9acf7ff050a520850ee0125_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:14b5ec9622b1a177ffe69a7c87b7797c06b283b26d5547828d3177f823074b5e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:52a47ec0685655243dfa60738842ba038719f2454b85024084de270736d06529_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5fea5bf035692313badd286c7d13564d48c34e3195bac3c74ae669607b5b5875_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fca2b0ceeb7e301640de2604932cfb2c386441e0d3b3b0e4a525f0a6b00f7cee_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2b85420da837c90d984c5945fae12321c8e6b6fa270768da6270f382194f2d4f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5e5a715049a34055fca9a4b36dab839573238385890678734f96d7ba776dadf9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6982d2c27206f15366ece47b40f4a6a2994c7acf5dbb94aa274c55a2216d0063_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a38c23c37dbf421c77c4f36758a105b790123d654f1c8b3419becfefedadd0e7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:021e3ef983d0ca18800e0fc390ad96f4b6f6b9c3ab784c6e74ebe2e7fd7b31d5_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1076cff5268f9fec09a760da243efbb72eb96645f838a746c4c4e28ae4feba33_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3eabe7ed8651b8dedc3a2c38a83527f224ba3b50088b3238e158048bb2ddd85c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c29274bf105ffdd07bb78270a6dc497fbfb699acce48c7c6b7b6ef32416eb20f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:71bae3f7d9ec2a469c8d69b9f67d27a0a98a26bc842cc8733442cabd43fe3c06_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b67943ce9e26423e0bf84f411d50f394a67a0f3368ff289e695f8819c4fa8c02_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d4c9ea28e8a716d6a46a42cd3b5efc82f42d456e21791c32369527ae82f643e0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e4c222d813696b8b3d4cef6982cc88ba3d4581ad6842b10510fb4c8130a82684_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4d789598c5dc7be91f05a8766dffccc377a71db2ea8c5cc563f396cae02326dc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:70267df26127761958bacff38fbeece08995608c2a24c7a3724495128ef2bef6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:84ea38804ec003ae82375c83ed4549163a2c932d6264eb64476e0ad175b4a4de_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:bfcf2ab8d6586fd6a8f08ec2fcc71f997800b8f459577c31e654f8ef9325fc42_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:49a412244c4d6b547d5b0ca9bcb041b1e3cabbc78f5234ce52b678207d83b3e3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:4d2e1fee9a43f8faf39b05a7d82ceac50094ebe972fd1fd85b1528961cf49478_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:564e888a319fcd9b1af19b18a4281c5a2c41bedfc3186fb3bb587a1e28954c0a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecb2d59766a1aaaf7cfbdf1e0b92ed025a18fd54acd41fbc63026b350c98a953_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:296a9379ce17e07df7008f1d35004477297a7ebdf9e3d51a50d71628d6ac68af_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:67f272ef9abe83f9cd959ce97e3d5c46ed6e118ca30f65fbad733384d228ebce_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c8b5246ba51213bb183e07d862b6d1f9b156e1d16b7656bd6ea061f9016e8ad5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ed375d4341175bfe6945ea8aab5208f375034307f6753cc726230629ab97a71f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:29e41d78f04e683ecb12ff2335b7205383670e7bcd2b1beec736261a93abd406_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8ac74d64736ed4788497e0d4d10226bfa212f6c0cc97ee63d7c61676698bc022_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:94a303f0dd0822b5d82509e3ff8af5887949ddaa0e3a91b9f94d0bdf4e1e267b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:95c3aff27109694e511c9e45d1132bc4de0fd636cde0855c9ef45f1a17f5ce7a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:16e2953831f686cd68012c8cdaea2b404c54c91050145b716ee8b0ffc5cf11bf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:91e3e3d331d92b90ea49a78531cd366201c5de278f56597d9dcbeae40f114754_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bb1ec078ef82180a6019d6e174c16a5a846e4cb8995753628db25a4ca0071474_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c33a11f1aa2fe38738663eb291e25503e2e6fc3cb5bd964e1a6f8db0475e29a8_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2606e2856430c12efdf947977a070de13c3f93d3f304608c411ed57b6de0c6c7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4dda7a5132b638230470f86622d84a7f0117280726ea52e3769c15f11b1dbbbe_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f3b4137b1beff722b9c1ec2e451577a22f44c47a6196139a39d4aff3a0386daa_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f688b554b17808b3aca13b4e6bb8a240401db6f6cc5805e98ebe71ff43dbf1a7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:07163bdf6c27b8066a5f1e8674a2120054c3daab1e8a0db8cd728f2b1ca0fa57_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:32956c0bb79239db914454aa82f94222c6f7a90be718e22bb80c4e75a45127f1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d877387429f09cf5fdf779e73200069c418e561f20a21815bd56fce1c1c4c73_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:9a64cc9623e5639b0e8ec8f5ad63a5ab83f92598abe541be09fceb37ba2fab23_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6d8e4146a7965b0a81984df7d0a2fc094c50e7010acb93e58510cedc8a42e687_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:764c1081056df81f61d6965869f9ba66d67f132d6c768c13f1b2c1c81d45ec6b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a27762ca5025270235002c90eed00d6d029d4b7103b5bd108eb527fc8e797f1d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f473c0c439be12fc83e9ebcef48a1a067a5f4a9cd581ca19ca34a3dd0b9fb79b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:6e95c6d3ba75f0655680a4e46b703aeceb57cc9ad072733bed1aeeca0e9b3508_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:ba23af1b9437640698b924bb0645013d7c08fd6121489b01b63f66156faa6588_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:01c4ac10b7061c77ef54bf337b8488722506d2a572d9da7d9a689b4c9ff7c225_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:67c19e36b3f264978073841b06d940efc3fe0546baabffdfb35c2e5a1989e96c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:add880787ab5dc1af04cbed51e2da0f6f630ee85387617987ec6d6d8e3a28009_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:d6acbf09fd11d29d0d715b96e60355a23deba955fb3ac6ebbcbdc29e6923d508_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:474e02e9e121dfe39458bdbee1f434d32fa29347f55386a4abcd3825c9235456_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a0e6d2e5adb8d9c223824f623bd7d391e33241fcbe281c54af8e3925af5781b6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c3fffbd0e1e6db3256029c6cff61bb64ba56625041ff86a9d46a895076877fff_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d253f116a2d1e2f033f47422230a0a4e8a9fce255d71e9140a0bcb6f255c09b6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0b41f824ade401523c3ff06e2dace98c8dda246f40e6a01a588dab6fcad09683_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4954d67caa517e2e2edec0e5d4b95610a31b82d5a86f9058cbe55193987da9d2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d1a37ce3fce40a5d5e3065b5a4be81a18fe2a6b81bd5d16ada65f2647fd8fd0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d395f05c26536703d44d06525efc0ac6203440e6576e8a1513c7e4ed8563ae62_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2224a1bb7f39feb0ee922a54a94d8dfa66e676caffc681f99227eafc0082b50c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:339b51d602e6c798949da55fc36b4e83d4b07909c97f004f8aebb5bb6f43268d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a7bc2291024185f39cde4d43057b17968cad18451fe8447b0ace526ee11bbcb4_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c171ac27f2bfd7846db274c1d2be8b39cdfed3afe59ab4fb01f903b5be3af443_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:45c70f4c6f15a25e1982efd6eee6930f16317ef4cebd11ffe2b5994b9ad8b200_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:938dfb864f0a9dd0116c5969eb1ca94f2e04b914c3ee56bc26ac33f90e2535c6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a4f095b9251baba737421c47566ac7329258b8ff22b0f131c5a941ad1b6caed5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:f7a4c6ab4dc050efd81ff5d7dee7569a55dd0cf96e6413c47770699f5fa02b6d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3a4f76a56b75c54966a76307c4fd647d854812bd22e55cb228c1e9b5aea67037_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:98110bc940b974dcbb8b0ea21c6b52bd96ecea62779f9665d3ac8dd03223905f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a7e47a89156ad39c7e5820cbc98a0b295ca1a3aaf6b72be3961c6d4eb0225831_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b6a273a6d68b36cd939b6bba836f657168526125327fb784c436c99848f49f7e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:26b6bffa3e11fabf11ec8176bb39ab3e301b3c5a85c1aec37142860ffac1fe5a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:301f5a73d9d839a999dbd3c9a7741ed3458ffb87426b7499364e6460850deeb5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:57eee4fc78405492c9a665c228d1f25c75f0390f75a73d5819aea7ebc2da6b4d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b10b625aa3fe5011c7fa9db3c95ba6d36c569fd6f6aa4ac3ff2431cbc103d362_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:11b59cdae58f57a02a4c8479266a50a1a5691f2e8e4382ea7ce96bc913ad4afc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1f11609dbe46602b2c11ea6c776cffc87ebf3fe2a1204f25bda85d9793d5cd60_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:28ca9310e14799c080a07935267ab4ecaf6fd1abadcb1e165deb46c81f2e731b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:56a619fe929b8a18bf1526bde6c9a86f12a1c0a43739d1a0d04c58920d3ac5d0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3bd696b964b694ec219c5776593bf4772dafcc3f43b973355913801929462557_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:4142674147742cf0ecad7223e02e88efb53e5a34ab820df5ea2f645a04219da8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7c59a7997fa95d2895620378a7e18f0074929b630c329ba3f03c72e43415364d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ff35fdf6dd3714c214394ff6f203815f23921af529bad0dc22abfa1d1680b333_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:15198ffc1a039f56e9cfe7ab35037c34a3864a83163576b65fb3e9f5aa8f1f3f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:4ab1c5859c4f54f225fe4d5555f3c2d1aafc520ce7a9197b040e06084da9a43b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7be609c48462446f215d9ae0326f1c76bc0b779cd08db391163c796106e7aeef_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f04c27be87ea23869192754c00d08badd40a106c2f66b86bf493455b3e3ceb09_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:42ce515a9496a89b6abef7a94b6fcea6880b2a9833900d54e1dd4044c9e2872e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5ab9133d7b6aa46227bca8a1c6ec2ec9233ebed8e62e41ff122dda627d4a7fcf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:94f82ddff9d44dfdce03af24a851c05cec4ceb161c5631ce6ce88dc8a9481271_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a7879d59a73d16ad9c237a597dfdbdbe06fd6d3e3de0c9396e342250778dbe08_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2f370ec13f448fc82d3f142cc8b6a559a4d62044631f4b394742652c4672f536_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:38471fb10545f0fd1f879ff8ded337bdb6919a929043727936d28c2153a78fb9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8e6c8d7186bfcc49c6ec64bf8bbaaee511f62cb5d14aec29bea364f90129d36e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e35c02d8101af5150e038572081ef775816f97c77ae24fec3826bef8c24837b4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:123714413da1487c02d182f1d355688d2f0fd63e0f82865dd962567bb9c81039_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:675b6754ba7e231a1725cf8338d536551497ed05e7f40435a2a3c98e411af84f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9eced45114ad75c3ca56d06028c836adaa713433bc49f6196533276f9645c58c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b203bacc4238f6cc6afaa7dcad119d126484235694dcc33a46edc4d002dc7f5b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4e68102ebe684da4477f443e32d69865b6fa28d398fbb76463c67d85739e3c2d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:6dd5107b14c1abce011367145d859456aeb03052ab831b4c548fa4fba0b269fb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8e6d6d3162ace273c1312c383de4e1f6ffe2d8e6d7b553b64e6ac460ac040c20_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:061699fecaf30d68ae3d41b89d812ea8144627d9ca9de83173fb33fa06e6b8f3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:33b4bb5c331675703e19ef96f3185b2d3cbcf4d0e37a6fabbeb5a8dc1f46df10_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b7e15475952a147e7d6d506ee9686c6c594d529b27e4086f49b0dfc1e237d640_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0465b162143273b73d2d1af7ea6f9654116a9b1cba8169028273185f2dfa1191_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5d1720d8067c33064ccfa16d47931fd18bdd3590f53023c2ec268ed9405d0983_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e99c8d382c503a7b1e25e6f72ef293496beab285d0a3453d09ca73fb58247163_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4e09db0d6efc9289a85cf5d4ced1d6a6a7f52168e44c366907a5d4ebd3e7d75d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:585c75fc909525ac0332764b66db33e6646e5e0b0a4d01d176be6dad70a7447f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:85df50114baa307e2b4192a46f80a292500401eaf41f45b071b23bc278562135_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:3ad0b56893a8ad865ef9de637c1f21a358aae5ed4adadae02db3c6d37db93422_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:56925cf35430409d4a59b4de3ea74d8e3779acf505872bcefa26e97418f7bc9b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:a928a27d2775d702a7b4888f87e770c93049b645b5878173d87d893288c0701a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c83836428568394e500de29f5e4b44fa4881f5b5813a8dcd42a5bd16b6bd2bae_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3fa694c3f2b9c05fcf2cb69f97d791fa46600ba1eebd67608b109586dac15e3c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:44006268f8f00b5dcc4737ce787d9221b50ad7af3e678ea6dea817a797512b4b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:6b7d13c5daddfeda27cc815f3fa02affd699ed626cc41775f78070cb8cab4f4f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bdd058e218fb99204c479f5cc33383634b184b1153a74c3333926e84f3e4bae1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:174dd5140764fb73bc002166fefbf8f897be7b295e10527410fee19338fe65d3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3f5a73689320e820972a39a40077926550f7864e2d1969a9352d3b833191086f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:df97ec11ed1fbf6397b6a62c85014c255b60c652c98ea439d1f47e62c6a0e4bd_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dff5a115ecbd046f3a1a60ce8d8518edd570922528a7ba56cb17716831eb6b09_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:11f56bb6bdf0069b7bea04e5051874cf879bff0ed36676dc521975eae8cf1bb5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1eb4aa5666fec327b24c011e1b7e726ecde7ba1942e0b8d9af38a65baa052985_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:77da9199e0922972da775122d60efaeeb4cb2cc464ff6855099fde770cfc01a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c56c801a4a9e11f7b9ee071dc9634fd6c43aaf04cdd6b048dd4ea1a623ba16a7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:5332d1051a8774d9d3ebd2f6df71f2ae36ff23fd32b28edb418c028dfa6be128_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ae444a4f4274431a8dfa075bb9c91fda502cbdbe971856f54ffb6a0d5deb08a3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:4148a39c8311d7050050debedbfa7454b53c3e00ae4d63cee7bc6da688af744b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:699c1abe44686141c985a530a8b3b864b3a1bf2c5c6645d68f7920b8f752c684_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:608159f89bf52fbe18bbdb1c48b679346ddac7d3ace7883c84494615a4ab7adc_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:d26f0f1adde0599a01c90d8b9e1e8690e6e532a380e7852e83cacc1e439b5424_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1ef42800334a0b6d395e1b1bc8e517e232713a4ee0e4591415c5347ea1352fb1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:23d11514c82b817c95564de1f0252dfcf753ca40cb154054c051b6bef078a960_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f5311dc740529f4f4c444fe33bd5731b0ff5d213620207f039af546a3c521226_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:14f9b0d4497da98ffed111c1266fd4e0b4a812f6b7ec37b95e5702438602ce33_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:4e6b6f1636a4300955a587155ee9063979e47cb387dfc1a85f3738b1cf25589f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:2cb5be04fd1145f054e994500608d1463f35a0fb87305e559ff71c972795d978_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:664dd8b515ac89b33051c38e00fabc4f2bd8c902f9fdd8df263b6cd6d0a0bc25_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:28e1a2e9d3850462c628b0bfaafac15d68def97b8c1c9387de58b1fb6d877f19_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5c60f40d38ebe6f95cfc0fa78fed9aa265fdf3aced888bf232445c2e76e4ed55_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d36d045c32e335933939150b36fd2f86599add415385560d3e10d4b74a704d89_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fa556b78fcc306b456576053e522d93e0c578807e220d3c562ea54cdbc2d1a92_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f9ea746b7bc2eb6cf1d82644d42d363d9343506f9091e8bc67740a06b382081_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:909ff0827690342dce5b4cf713327f3a8887a056951953c9aa639e916129e1ad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a8705dd5df6abd3d6931b298fe8e53cff0f8259547fa85446503b413b0ba19da_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:cabf1a3d4e2aab9e2273afa75bac084e93eb36a2801b91ea0d79982e9e7e5f2a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0b5cac582cea2ea2dee7d515f05bfedf2a5beff46ae6d5ca9626bbb36c94b865_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b920409f5635d704145bb8e1107a7c6f951976c44226a2083982443f67ce619b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d658355babb92069a73c35353c2fc0be4450517b3445d2387b4b0e3bd2b873d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f8036fe71f651189dda062ede40268c843ab07ad5b32e010250f9b6fe9234bb6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c5361be369c8e0194275ab97d18d52a095a5206888bc82d592f9f9ba28a34e91_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f6427aa92071d20df4e412376886d9831bb0cbb15c10216ebf2ac78de096b051_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5d5edceedc72d2ec62b24b6a60c278e4836829c78a0bcfeb20d87fefe501a39c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cd23e978bf90a7180245b04b5b0df939ba57e30ea13a2a759a5d04953eaafda0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:bccd28236b901759b08d5106786d262e482cbd1e3798c1392c9c6eda9956a5d6_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c096101efdd0dab71581c6e6506b9a6560c96979e2d439ca888d2c67860c1337_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7cf38584dd1c5c269f86d85b0488e9224ac989f985989b00ba718ccd5c1cda56_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b2a85daa27b4a10282c1365dfbb48a3224df6c2a47d6f5ed59c3c01f6035d443_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3643a11084c5df88b8dd9c8d7693b228f3a9d94f74aaeb4620aa458516c14e18_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:a6a1152188a6d2cab12133e497a5c29549fa0103dcde8f1bb530ce7a033033b5_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b6f91ba9a89207a2f84a8bb1343179bd74948644a8b1608c2a2d84dee9ad39b5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c21ea57e4b38cb47e5aacc58b218ed97cd4e6ef353d86442236cbe8852c6f648_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:56c61752133f5574587fefec75502e2a132871ed033a824f62519117ad0c4620_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5eee9a534fd647002e246ccc70b47a79737cbf604c5fa4519d10a8c66865e5a7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b1428b294b7752d6d56fa95d6630aad0b6d205991537ddc3274a7062c13df3dc_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c363dd15dc780181855ed7e8af09bf148d9e38d562cc54d90842f95ccecce36f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3978c02a12f2469999e833a2cd001a08741c4d9bd22ebe211bfdbac17563ddf0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8d20d5c213a86a2d9cf1d4e8ea351a70e2bc1e8864e7435baa701aef3b22441b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ad84f2d6f695c6c999a82e33cee9938544352a648c0e72adeaee0803289077c9_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d872bcf33f5d4d6f1a074bef0091e74de82b3b1a883b9004aa1f6193b84904fb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:027641f0d532c5d06663e838ddee798513282838efa12811ede36e1b8669949e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:198fbdb0d6d4bf699a9186c06c310e4eca0c3252ae8e0d64ea1c68d7b67c2bfe_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1a3fb2aa3ceac5c827d7cde1cc0296d6974663d3f5b4139390cb29dee2bbcc20_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:51a53812eecfb69e77afa538400463c7eb51710777e9d9573804d2d9eab5d307_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:19cdd4cd8546c53530e098641c6c83e2f38f05f2d046c6a9fddc3c8002a01fa1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:27b826d0ac202a4321d2d28bfe26376b405458781f04acd607c3a27bebe83651_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b1c377c3a99dc0a9a6a39dfccae28c7e5a11674342530a05b237a33117c980f4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b230c7f6c243ccfc43e6b50809f916d3247f8daad3c750220020ec4337b126a6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:42cfb65c46f9f63ae3227c0dd5ca2a0a11729ecfb2865f3a4443821a85f7c8d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6ca3200ace5f9b6c36c20185dfbac37ef4cfb171f3a99eb9c746e52031bf380e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a9edb90a7efaeaada322b051c1b4cda47df859fad20ed42574fbe0fa00d15324_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bf0602fddb6c09c5c20a33abf72b947cf7ec8de6ef68144d2f4b1a1a9ad906ba_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:13df2c323a0db01668777fb495bc342806443b5c0992fe7f9ede76a0e731e2b2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:8e564be7535e32f63ff7a84bb61b3586b16b07f4ab6db20b42340dd998f2e919_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:29b338177ad61fbe618240d520eb180c1faa54fcd4be63c0d2d16f5221c4d7c9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:97b5466389d9b1e4c54dce29bfb42e901ac2c4aa39edaf99c35f30a766d38b78_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:989cd4643516ba83c661cff6bb217cc25d502febc80344e08e90c6eef8d24088_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:adec59d5a5ca059167c1dab49e6e1e6363c1788833f2cbc2381cb7d88a98864b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f821e1e8479c74d1a672e049e187d68cc4845e7efb417e9e4e4fa99628f3ea99_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:4eef2a136a4fc3a9deb0c5999546aa8d498c3553107d1e0eda9d394b2f412169_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b31560936594f27a81750c2d73f97385d7b3ac87cfa7c75e1a4fc224243eb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:bb3bda07b0ab9cc97889a530b1da6d7eb3f7f9c8a98f9b867bb3a93da7694625_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d50f44b5a5797797b9595f99e3b24684908cc28d317ca00791bb6a7406e15636_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ec2e637888e698016d6df6cbf4be6d44e5a2f544e7b81884982e06ee632a9ed_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3c569b4e1ed989074b129cb91b307cfa10c8305b037b284b23bde4981f551238_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:4ddb2823de8624d7d45aa16adabddb92faed392e71c2d1a0b3e640be91b731f6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d3b7e9f39e5238f011f9328467c72a8cb8cf99d4bed7ac0593edb9ec5bbc90fd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:24e49f3b5ed9df72849a33dd7fbd4a0b01b8c3be79705d6e23ae48e3fd164133_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a9ce73e1f17b21b9bf2ecfa7e35f5d8e9c72620076bed594e217b870057185ca_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bc2fc4c0e55023974c90506cc14c51cf73741e9490632453687edf404b3c485c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ee9af4af02c40524e182fb1893b8bd59785be7d508111c5b0415f0caaadefcc3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:971256d54a4e10a29080f656d5de3b6281f27c77a40c0dc7352f1f05ab83eb11_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d4fc699ea35d0f1e96e825d2db3f21628e25589ba57c40ce771ed210aac5d588_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e3d0f624ec4e265daaed3072e9f9dc85668a917d49c96ebaa1c7bc05ca636197_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e47600e5f91aad639de386e422056d431450e5dc3560d30ad16b0b0bd240e371_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1cba0b4f393f1927ff5386a9b2ed74fed87a58e4b2d4a38f34fffedd30da14a0_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3b8bfd739f87585230904007f0b438b4bc9d79337f0e9038887bb7f297b681b6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9c7b3d916bac7900ed009cf82a03607fe68fb924805ea37e9950ff3fd6c73b44_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c0fe58445dbc3f94bb9a041ee4ac81d6e1ebef0eef6b2468c288be51d947555c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9c772d8d7af17818a38e2004fbdd7673bdaddea0c36daf239dfe65a49f78c212_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:acdda550e575dc7add42439a856726b3833c5d6d98dd9976f30be4b781a11a82_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b5be0c8ab080114879aafc5d2526924d32306ff545c06dba64c947ca68736f91_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bc413067c8cc3e6c40a9be4ea896d911cf6b3adbbbe4c8e85fcb243bbc7bc2ea_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4b39c2a3d10a1e059c3f52bbbad6df20e52e47a422119d51806b59bda8e7e97a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5f0f4b8edf205f47a263878372c0fc80e1531f3d197d882a83cc6a2bf980c277_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:78987fc04ce330fd8ffb8a96e1f25e8ece8360680bbbf4c8854f1ba1f598f2f6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a43046599cdb529aa9a2672b628a7495690b03379c7dd4ec7bd744b01793943d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:25b8603f08442f61b433250cb6f4839cf2cff118df56d1d7e12b3b09e859a278_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:912bcfa64c2dc40a0f8573e595001fdf9dd3280e4babb503198aa019c4c94dcb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9f84034243c6dc1341a059730c81b05bc6626b913524f8d854e7d13c59eb4d45_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d9683ec09f7d3d0c73eb626fa7132ea0d7f731893506437d76db27bef51ae518_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:13573ab2e748690c65900137ee67fa558a1938fc2c4d92deb6b308809a77dbc7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:279fef1862c07ed7b949895843d80c54180a704411df4bd4059135dab63900d9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7c527388a78edbc77d6a9db9ba9d5c8ddb302220d69734f4e0bfc26b63b3dcb1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e601bc25408a2eb5735db7d2595f969a59da9560516715ad781cff5e4a57f2cb_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:264fff5b66ca49266cfadcee9765ba0b34bccff8dfdb12e5444db97af4913095_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8f14a597769b040fed9d1c1d610b6023734dadee91cc28588b65efb25f6308ae_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:bf78d9a4afa92e68d8018283114bbc7fd11fe0a9b357b75a00395ad630ddde75_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dd57cd8ba112502a28c74d7f9e021035a061e1f51377ac0510dd02a303f14f37_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1e3163b559a137ca99141d0913759b5a92cf30e063f6ee2485983a486d97a066_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3038ed29c6dd5d46bf8d593c154537615b8d218bc43eb89dc099a546308c5b33_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6f5d8e50b9cf127af5334e0b1e97aa1bc466bb1ad8a1dcb2b6c3e7494bf5a1e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fa6736bee0e8806b00bf3b6d971e2de5ea49f3f2a89e8cc404d55a70e6f73720_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:09157be733606534b4788e13e47f647c427adb2d36031df979628d1e3d93b096_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2c52bc991f789cb2582b4fcd0fabd20b86b5893d9fcfbf6e9ebbb372cffecbe9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:611ab0d9521d88b9676bcf873b8aaa2fd385087814de0ab05c7c853fe98da20e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c6226a0f343e69d720fbc83ad01daedb925fc39d272df78fdacbd847fb075bcf_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:19425f8d71d7b67b74e76c5b770a5e3d918dfde9a9eb3e181c767b4489db01d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:39f0f3baf0bf65713633aeb91a80cd35779cce2b43e6faa70838e0a87bdb12cd_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:804965e59e0147de822be6cc464daa137e45c991e4ff00c7184b6fd8105eb781_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b9b4777d271c5ea81505111d169134181bd46169ccc05dc65f3b6e59f736d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1a6e143562b0618b3f5afb6d488e8bcca48d9b0b4f68dc70d77279643325ac52_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:22230fd972b50ad12367aa043fef070d0e580b71e874a0e3fc2f5aaf52839773_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3abe2be596ec79e32806af4d66a7350835433c11e8b053385ee6463e65f31d30_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bb8fb8cebadac019a3d8c7fb2338a56918ff39aeedd55318fcc7e7c6d60648a7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:28dc48f706edfe382aef8370f464836e99a307136561dff65f7e7e8b5dcf9a5e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:533846b923d36de2b953fd071f6f7ad38e60548e9ef1d3f704039bb69b59530f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:68d5b77732cb2c0b0cb9a7e6f4201570dd8134dcbb21019dfec4bfe1fadbad1a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6d20fc820b2b684137df0fe673dd4e98135ee6a8c39a660db8435be44160c4b5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:48568238316d40eaae138ec218e4d0fb6119c94d9014683bc25934210792500f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:1d1ba67b2ebee648e679f886122e649880437bed73cc62901f26e77087d1f72f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:627e8fa2665e8d19aea0b746867ce31b58cef207d6dea85228b175b96cc95dca_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7431114311d645b44e0f98c9a0e92e62a2c412a2b57dc47b52f1e4c5ae0baea7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a88a9aa0807380263b476e1e7491c9a4f36def3c403b43fdd30bab55f06e673f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e38292df09d0b5589b58f31c39ca74147011aafc1a51be00112856a7242cb80d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:67f16f35ae8e95b90d758bf617c953ffbd0f31d685b9f023c34e5de5c02d1d13_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ae42289a9ddca85918d07f71db7415d099e8544ead8ae73a0d79e600c1c0f067_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfcee1078c7f5425c41f8d3398ae512f2a07d156de7d6e92d24d7f5eb1eecff3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:eb851650658c10b1a102258af7b72aac6db36647d07ec4eac2bfce099ae68e67_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:74efd49cd2880e07cee9aa16b7615504fcd276e8606b7422ffe6a253636462c1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7ff9273c653a511408a49a0778e9584605b9d24e1069da8a77049f70e2bd5616_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ad02d1ed96a39fedea9588756c548817e8672b8fa6d3e16f1f53221e3e7d9157_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b10f0eaa64d49ea5763131b8ddd134da6771b835333a4f5ac9ffdaa13cbd08f9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6c75dc3551d30161fe15ddb87170bd7ac33cb19b242907e99a9f2b003659efc4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7cc7c37a8ce0bc5a1de200fa97525c35943d5fe789787d642c4a3079c251c4eb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dd8dfd22f1e93168de72dae9a266654563fd41d605c65b4bb15f20ec65fd53f6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:e651483d73deaf4125ae3c2729bd8a42b277df79a6ff056a99ee3e78e2164877_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6590ef2d757e5ac11ffacdf6de04ac112e96f4bc058b97aae1facfbc9bfb9317_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8bc45cb12c534a1dcaeef41b7ad0a4cd8ac0e3b0041aaa0cc3a9b917602ba5df_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:92e18d38fe9dfbf0e50933d15f4178cc149b3e4eb535ccf0fc0da030d758f435_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:9a77e03eab2a1992fcd1c0a1f1c978755e236843ee4472bb551968fb16568334_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:686e7784cda9016a460c9196a522f1fb510546cad343e26f510bea264ab9b515_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:77d58cca07f50ed35b30a97c24f66abf5fd5482be3c2a86df38b5d0e4b41e4b5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:a553758f4aecd97de2202ffc5d96370765e1f92a11fa4ca464ad13037d7c1a70_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d09813fbb679d41aece1f097ecf3797adf142242feb12769a604c37df1b6d80a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3a967546fc93fbe58afe72caa5892b712c5b96072d3cfccc1c7d9b27cc6fd6fd_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4d09ecbb6bc7010c93d65d8bae5a368326d1b52bb7f7410d30dd068b4b9c1aff_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:78a9ba8fadeb516fb48a37ad2abef78f57a09b5e701a31ca41e4bfefe493d781_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b44e2dd5cd2daac1ef6849feb0b313950e0616586fdcc843a051788fa071a4ff_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5d94083e84fbdaa57cd8723c20bfa1bf0d2eaa0cef52c662975b286785db8cb5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7662aeec067c8b3bd0203da4d87e0837eb624acc7dffab9c0eda8081d992fc55_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c95e0922aa74f51030c35cdf1ee704f01ece7b4ec53f361055f4cfc58e464bb9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e4ae1090a43cdf4a540f1a2cb376a93d2f74449ac44ba6d0484e4612579b3d43_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:48c47a452810fe65a21fa858b102a2e7d9469e1143c51857844a0a74ebf03661_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5ccd0d2687e836eea86fcdcfbc73c7bdced8bfe2050c466860306d246375f0b2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7fd64ebc835133fcf6fe9d286f18f790b12295dcd904d61cd255c97e49f216b5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e862f18a4bdd246891a49434389e8dae5d73a68aec6d548dd282f3c56396be98_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0772170993a9fc0531aa948ee3f4c83a8e530802f7d6fe246a0688026c050d27_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c1b6b3c81c49bd764dce7fcb732f14f378aad992c953cdac86872b4113e8168_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:307efea31da6d72e50def18e1c08bae9e05ac8991d90379280c15f69c93be375_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f366a95bf18554cb9b48af250be89970e4c6b1fadbb97543db8bc202eefe282a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:09b9a909358f49dc84cf863e418fa79a72c5f23ce05cbd4045b2c966147b4edb_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1ce1ac2cafe2162c4070a5b60087ecdc520db1e90a433183157c554f86a8bdcf_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2c984681915470552c6cf4dbd2c900d14f29d9a6632d7d937d2fbdf1cf16a5d6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b3809b2f792a8b57efc13591b88232ca2b83fd116ea1a6ce9c05ec39733bcfaa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c37ef0e5d795a727e79d2749570d7c42876e2884561857149a17793543b9fad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:45b239b4328e73574050498d8a59fae10b1788642bfd3fdfd487a59654f2395f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d0eac8a6dea99105af2917f089cc423a7c21820cdb7ea4a3f793381cd07f43f7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e9625244e5cf3f4fd7e6d69a8076069e24079672e2c4bc4df7733ef31c3aad9b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:25939a8eacf00a315bfaecb90901a20f2d314f186c1a23ee0814ca611866ed5e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3b3fe898a633924c2e0f803ca944cc63d99359966004c6aba6a05c446a0539dd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:55a048f1d9ac836497f7783369b5b582727df86cc64fe7df91c463db1fc0ff30_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:88990b2047d4ab9055afba0c6f8895f30a132c361722a1524bed1671527d99f9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4bab889d5262b3f891b99f0a521f6d4511641313cc1d3a5970cc2182c52e0fc2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4ddc6ce50e06c258b4f24827f1fe5577c4ceb5d68ad925a185dfac5b2b3a661e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7883c26d4640f30a8fbd635f5442fdb46625d727a1b2382220c454aeac081fe8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:955419c1ead9dbc1c2545f367907dd4b1e8133ea23ef65407341e9a505b1cd17_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:206e503ccabc3f5a01f11ea5026cb64ad6ae62adf2eb9044386efac6586cf332_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c2d2155a6d299536662cff9c5a8474680dc8d9c514b152e87421feac7cdcc22f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:e62baadcd61bdc045c205ce81a3b2b650be73e7b3a5dd5cb53ea4c2f8a181f0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fab5b1965457ca46faaf5d1e6882c17ac2f0e1db5017cc81ff4da8a9083cc838_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3e9733932088db40e1d1dc25250b68d83aae6fdaa33923c2593ffc6f10b84984_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:62ff6e225c6c72f9c9b0bb33014544d1e02a30ff9092c25fddf72d9ebc8782dd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:70259c080741f045c19c2dfb1fcd5069e9eb7e413294d855262975ae03e60b6a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a974b10609ceb50c391abab36ecaffb9c6ba62f66b246f529d8f7d1f038165a1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2a8daff0897cef178c43b00d43b3468a3ff9389ebf337533c771210ffc608bc3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4c7da9adb32c409132dfefa7ae79fe99d41b6f59c592eea234970279694951ff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a54253ba850cb357befc0173748523a1762858066023e04388c94c2d5caacfc9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d49affc20c2c397c1ed17de7d3a7fb98a3f66efe9f9bd4f4234c0832393df9b2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2321dd8c9cc505a677622c5cc680e4f3461c6bf1fa4267cdf7f39383967a0b3a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:582d0856a394c73d8faf8d1792a80ccd8c66d80cf65b9dfea344351d767132d3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:938cea3b81e1b74629b0bee65183b0800518b4b757175d34669fb25f6e5d802b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d8e3f695418674002c1dd252757415372d95b38f813a3d432abab774c7427b2e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:8fadf40fe968046de41a4a4c6f643d9077f4908a1e456d7da29e0b0c79f8431e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b7b73c5b17ad867eaf4066be6b2fb9a322677ec3265c0d1bde2e317f54f7accf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dd6c4a3b961b608a71122ddef308287483d90f3a153df4ebd00b4f85b46bd551_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f5e86e560d2dd575aa814329ad50a38ad4c7f3c111353e652e55aa5b58033f18_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:10015b131c57580e5edf1fa90b05b19482ea67ae3b588efb30da1cfb2061deda_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:99060fe9572cab596228b61e892ca9b571e3b740c4872ab55e3276d4ad65260b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5127b9d0570329e12a37d1c7e38a3ad9a1c990b7b0e1d3f3b31f5ae1146a518a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8403b335a511bc219b98b899e2cf4458347dfc67c8e15440801b1434f03ab555_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:8bd350665dfcfcd29e64a93a9c1b700817a99560dcc927a75c13cf22924a557d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b47afa8cdfbab90e0852af59ab14d95b430a2e94245aa9d1c65d1a592f44a90e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:15c698a4b3293ec372e1ceffaba0fb9360499514271d26c22cfb6cb39852f598_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:43344ef6148d5c76a10961d19b3bd83e219764cb53ac4f310a513bbe694fef6c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:084a185169e09b57b07073bc5c82bc741aeba187cd9cb33149c830af00cc6582_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:171aabed219e2a837afd87ec9dda95bd32b6f780a8c7116a6dba18533c07605d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:33926bd728bf4ecfa8146f2d55c05f151150d249b965ac4338cfa8a9acf642f4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c0709bc4da1e5574cf296180cfa6abce28c2b7ac105abd95535422abb090207b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4ef4397e1a1aa5b377ecab2fceb5c2eb15b526ae39bcd9299b45d9abe4bbbf31_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:852e6be5031cc90ccd9d02fcc66b59baa692d594e7ae95e68b8923732fa77b49_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bd9e30cdd5958003b7db73e8d871b448d208c099f3dc7e9df3ba56e6d476ea66_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fc61ea57eef9eb7f0bb091cc0815a81844d60c78f5824640e40096e8de8a02c6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2020b01fe0c8555a2cf070d5a9bf75691de4d8b775b4ac91032c92972ae6a424_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6c3b876e5fa5594ed92ed3d333ad1edd228611d67b060024511f8c6a53eeec92_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cb279e6a6181c4ab8025c6ee74497cd95e990aa02a03aa01c8e4ecb81718d231_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f6562421b9828dea833fc82160705ba8c0349531dca39eea94da4bb31b8d3468_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:44b8d7704e559a8fbde7bcd2d7b51cc025eb2b898c74497149f818473d6b7237_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6b3db54da066eff7abd8e8f58ae42163364355fb1fb5a166c3f90ef42024e24a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7bccca2d8db4038ed90d7c5d995bb2daf880b3d6aed320c6d6dc89c73c38170c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:afc464bfe9fb581e22275814fb3263ada3383b571ac4765507d2640470a8fa3a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:353292bd26a33c9a68fbb8351005fc3b65d1f0dc02c82887cdeb5d28beda1404_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:af382c36059c0c0d6e76b41eda8ae2055bf5717205754272edf126fe15737cc1_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ebd113dd73707e7e234669c4b52e7ad90c5aaa95d062fe7b2ec18ad63b942920_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f0b91324c63bdd9b1603e0bcd2e554e1d595168f9337a7c26d3834093b24f6e4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:23a74b9b847094d230ca89e8d43c924098aa5a8ad67bc02c4b11833c4620aba2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3a9adb54f0e11beb7e2f393c00ef6014f9c18796c36e47ff1f08807dee8a9e0b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:558cbb955c8d4de727f010f3fe97f285b6922f4845357cd979c22e9d6afda4dc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:64f0e85f122f8cef1a5b444095fb16f95b255865ab116cd59a4a541bb61cd09e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2b93d36104e2c99c09823ed5c6d12e25abf3dd07e20683640f99b687a45e9b6a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2bb2c4706037910e8045bf0127ddd9087d2c8ab9eeb09ceabe97b18dfe873c1a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3e5d6fe6f1f7a495efdb0a61dfde0d20def80759a215bc7097265c816e07919a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:efe7886379624399e04e4f213bf1f8b2baf1acf989823caa93ed8ba76ccf9372_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1b152d3df7256fa1d16dbc4edc991503bd90432e1c8408149603306e62a28a89_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a7c3fd07837a9c03ab834a0b46ba51b50c73037203ca4d12d8cb2a45f690e62a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c9aa9a181ad76c715b410ec6866d86f28923d2becc8438f3b56a381d7c668897_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e96b65f0caa9f23429318080d5812ddd5c233b881b6f460d944990000a6d7018_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37569639de1f8c36904366fe21657db1df3c26c03b8f9f974e0a87abe862c7b8_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8d27603330319790b463eba638816fec38ce5ce81e7cc2c113636939d713051b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9e9598797558cb0767f9bba75faaece26aadb56163f94ae2cc2c137645b5babd_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:cf8f8b11a984107f035ff28ba24ff3f6e1d10cd764ac472b94bb9e74d435a459_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:70e6484048faddf5f59bc7399fb22731d4134b6a6e2c2ad3b1e92bf26e5ca902_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:93c6c010543791ed57e08cd0630a7dc7903d7455d61686cdb0865b13fc52f44e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:cf50871759b51c4fd1f164c53ec8503379de265ff95b5f6bfcb15d3820722c78_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f296becb22727fbcfc0a2a4a91139dc782688f43f63396d645b03bf698b81ecb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:227f6cfcbd9f361dac87776c3b625a4ae91a7054a29a48c0aec491a786f81380_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4063848bcd02040ab2a26a1e77d643a8cc01373bc6467070f72f8cae62ad8bf7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7315ff02d1adefaf5e52dc2b87903cbeaa1ad7c30719ff6afd130d068ebcb429_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:c33effb47bad5780e4e0ed220647bd0741276ef5c19eea05014b528b91765efb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2883dc4d23d0c4ec9551a0818f5d5edfc708454b48333db179232b6f7bafb4cf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2909be49bc0471a0e2ab4e9172e4ce490b305b8e1fb86729b45af106f1ad5ac2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3b91df98133ad62ab43372695b3953c54d58e70c15eb7ae201b68d73088c0bb9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ea31f2ac734ef3cec4337ec6025a1cc01a2452ec124f102e5b1400a9ccfb05a6_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:2aaf1b270a589b2e9c907bc35b4a3706cca1508a06142dd3086411e046d7cd00_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:32b91a8b6cf6278fde2c8d33666748a905a8dcf290b6e16ef266857d4838d3c0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:fe8f645cd130c489a3454252abd64c554d583cbf984aa3e568ae9c4073fa0f03_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:9885e38ff9be6d7ae070a00b851232a29e739a870d32b2508ab9f34e56177bd5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2b7476cab5336d76457b1915e734ab8702c461af8ca4d9e474557ad8354f7065_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:4890f971ad6077addd93d4c7fd1e9ee46ef3634bf89ff5adee2a95ad7b7b3f12_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:afc7f162c9c1c3033316a984254b8a477d8eae5bbed9cb25257d54a54e1bb866_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:e9bc1798e5283c65ff1487ae78c1175395e051a6c13426d3e8d1b898469a3493_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "postcss: PostCSS: Information disclosure and denial of service via crafted CSS input"
},
{
"cve": "CVE-2026-48801",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-07-14T21:02:55.149976+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:07716873e44d49ad177f8c572fe54cec7ddb819a70492e6bddf36ef2ea5e6449_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:288bb644cbb5e14b00d80e0b409c83644a59cbcb513d19025f8b97de61f2cbea_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a27a41e1a167568dc9bcd1f125ac624897d73bb6dca7be80d256432b35e4c6aa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fe9b92e8a052208c6eeac2ba816959ee8129cc0f68bc93bb0a1a2f940a49f4d8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:44ba1190dc20c3a99259ef0723be3c9e1c2d4f339ec4eb4f38a9375cefd60d2f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:48a700617f0d4ab9dd6b40cc27e9f602892037c10872c19c60f62a2a848e451e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9319978cb44eb1f26a7d82709c4ba7d9b6b0bdad78c6c6080bafb0933103bda2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e734fcb9ca41744ac9213327a775aeb0e01ea9974036908721b532ed2dfef923_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:10097712385ddd416b15237d2af20f86a0370f1d97125f1e8a0d25a7215f6751_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:40f8f7e1d72a0e70d96c1ff028cff7125ead621e89cf2f3c1cc5262a3aab65fe_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:50ff72eded21d210ea9c57c9f9b192cb6ca5efe781c5c5a9d2e1129e2eb7a248_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:f77b14655ac6137b53212c8ed526d6baf86d6d6332513416daa73a6dc468c832_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:76042ef2dea9a9316a7bb2a38923d0b670663803c75f5b8351b5e71d344b479c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a645a364226f6768df30645c15ffb8b7feb1932a96c3666cd2d8bbf71786fe88_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:afc4fea57ea3217712f10421cdc7ded66093dfd0d5cdf09120ec1200d696f332_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f70b291b3be37bcef36e4cd282cbd88f917dcc5e61e0ad6228b33b770656b8ca_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4cad4e954d5e9fce7e93ce3a81da34d58e01c38a5d6140cefa7eeeffa13e1431_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5c1598ad56e3f9cf5801a990b2d5d007632cadc69118dd15b771d8104893b722_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d18a7d5884e709f2440b7f85999c2351c0f74ba09b876a7c915a974ccfa3dea0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:ede11c7678a732b9ef9a763632c13e616a95cbabdb36baf0c5c48ca0d476c260_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:208703e1b4c8fd82b6cffc790affc4bb8966f6d95e5b5631d9fc7cd429d82242_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:40be47b6d5dedb587c54ea5f6ee763dc3007284e85cf75d9f48f4de83bff4f0c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bfe783bcda48a7678e776f99ab08f9d6cdf882432ae03c46593326bf8b57e714_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e43bd0884f4c1993cd516c3ea52d1f878a783f6a998a6dd3fe4a98ab11bd3e87_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0492b621d90ebddbab300b3bcb6979598f11380da79b32531f8978b26fe5edfa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2f4ffb0abe2bcc7b801658bb46ad9f397d7a3d11e8b2060859f5dee1625d7ea2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:30b0e4f82db1f3e39379b7aa792514aa726a0c485680b67351c593542c1b1127_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f0f3b27621a9276b1f4f9601b1b399eabbc165d74a4b4a20ebbccf6a36a8f98d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2d56871f80eb82c502cec2b901d3510ab482eea981f50cba4fea729c83f1897c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c169319f15a3e6ac9086e21438dac78a6b30f142c6d96d63c259e45f4b98c2ad_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cbb1706913eb430b86212f941bb32b066af04b431126af872899134a9e111ca2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:de56a4d37e6686cafc8591eb1f7520942036037ba5af21c286aea2d2fab95b2b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3e35e96ed5607d7229629ee64a3a7c942fb12da93a75e989f1fd9aa028e8fdcd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c045d9282bb2e3ccfdc19d09b76e81d622ad5c41750c960a066f9a735ce47a3a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d3c7bcca57a84397fa1932919a750ed7a002fd7f7be976152dd7c14d60feacd0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fc479e1b1d14c548ed9a783109fd978efba5363537b835a5d09fa8d0fa9f9068_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:0e22ab8f884e0095c3cb3efcb63f9f37d55b72cff37962f271fdf534deb469c1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:ab518543ee2455263fe748f1d2ab5fd1fcb87e03bdb241a1fe657c748e220e3d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:cf25049921f441dee72daf95b707da269c5ea7af7026674c42a7e3c8cc682e59_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:d5350fca926c7cabd8fa4e7749f0c2bd9bf90069a11ed96342cbaa0ccc16f889_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:41ec41da1569234037cfc2b9cefeadbdb4c1e45363dcc0b5f2acce2453ba3dd2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:bf2513f4ea2df4a781fa74ddc02c207133387318444f7027e6b62565e8af505d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb3cc6f050ccd3fae295639dd627bdf3ff5f08f66ef0fdefe24ab8260cfba983_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:efe54dbb00c22c7e9e4a6d7c40e52665823c5f94d4b7b03236edeb1d7a304f94_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:073ed3fb3dfb009b6ba476883da5421996c5c4f4119375c0c83b072571d935f6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:14b74e5080c191fe32bdd2a416c80cd94a0f30ea6d5f18faf7396c120c5907ea_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3c86e67143d2caced55d2dc470df15cd1659c5e16c7eb8af22183de1a3222901_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a6de5df300008dde127b655f67ba1c8e637bd6e67bc2c811c0d9e0ecfc3cb08b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05ef13e75b41891cd2774cf5243b11da290ae75f12ecd07239e580a5238036a5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7c5f6b71b68331d1cdff8b3273fc7cebb945d9c037fae5c2fe0666f84cafc928_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:c221dffd999b01fe10c83c1cf3e93ed9d49beb5f0f13e8e23261f44a07fd9342_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ea42eecab8a62b7896ffb697f402857a31807834a102986b3967faa70f63775f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:0123a42a6d10e21067ef4ed5ad7a39541529ff0157cb27443a95b0e5d88efc7b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:61e542fb10dc0e083f8889b0b94c3525f3882e5da701b8db31cc9be68d803ec9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:69eb532db9fac5d796148a421f1c0a95f03a84604fe40d5e5a3719c995b8d3c2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7bfdc577bd856e0cc690c86a8fc9928ed3d034d4d1455378c95293376a74b9c3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:023e336977c9e6f23a82083ada96020a26cfea384189b765e89d6acf7112957c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a0734ecbae0ba4ef8a6cf77d42383afe04fdf33eed2c0d1e34782f147c675581_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c64a9e77bb865dd5475a4022629d394ced47bfd9adb137f69e2dd7bfca2c5a29_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e90910e06037ec13a10bc176da5a516287ddc34ccdfcb36432f386f7b3895136_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2052fdaecd2f3807694fa17f35f03f84b5d8116ca56926b6d657f0594adcc4af_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:274df573eeb1919286472cfde2006716aaa62c65ad1a6fb82bc351e7292a51a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5f81d0322afa70edfd932cf1f80dc5a14ebb30f3f4cb0a4b9943859c3ef8a741_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c5f86407af14e6c3741e75068ebe79aea7c7d1a73ca87fc97128c53139dc8748_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:11009d76f2fc73fb88ad8650914948e04e30d4096420d00a4e6b1f2f82bb2a48_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:464e2bac04048cdd010a9625e6657c9f823ebadd624fd71191ee978520874528_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:4a6beae013e9de12cd8b0a39e9e7488f51b97b3f295e14d773eb28c5df9d6743_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a2f765f47a9fbb2acbbf3b00c2d62d7df283546b7485e7631116fe824cb589a5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:82953c91b88971066d4d605174664863cb062a6f7da286754aa4f05c11a69bc4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8adf05874d8cc6284cb4566506787161305d95ba4c318f070e01960939526d59_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b0127947224f18d500d967398c5008737df32168d2db50f1f87554e149328d71_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:c25b7a4bba9a988a6b7daa4eaa8608df78b927d1d454aac7757f18e3b6c78d86_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1f6a0d8476232a85b5d18ef9ce148135b69a4abdc45952f6ad0eaf41604e05f8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2989730daa53d788a9e1be03bf922a07c1111ee8559bdef63d058be6fd5f3fc7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c0cac6ae1322cdf12df3c55948bcfead52641aa95a57dcdea97401ae01c1860_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:adf166a8095fd21a818265c01776b94e25cea102a98de6875352cdc47fba933b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:67f12e5ce45f173e79229f506b92915943d263ca0adaa31a027cb7245d7a076e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6b91bbe18861c83c79693a155979f3cc56162624412eef4c57c52cfedfb38475_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b2bb582913e9dedea9f2eb41f1568fa8f0fccce2e56be4f666ff41f3698dc147_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d35f97d205f82d6ffa260582fc6dce2fe0fcc3719ae0e19e85e06e7ab629021e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:03ce535e7bb582ca85793c8155f38ff9f73231e7cf5af4ce223ea89d4d2eeb89_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:605dbca994f47b04da902ae4b76744eaebe0d716a7a5fd3cb8e617db5dabb8c7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6b2582a7f534bb2716acaa72598b40f593897124fe03a5e6b2bea1e4c1a26d15_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d88f52e765c3f5fd4ad80f7364efe49e98ae927d82601d27105eb6ad0b484264_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:1305fefe98602549511b835fd1302eee6a4494c690d76964d89189c90f39627a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:325af02386526656111c663e6a206e755f2f30db00059078a0391d4af6cd95d2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6dcb4d60294895ba062bed0e9612ad7fecd7fd8d8cffdeee9bd65ffec1b20a63_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f492d67b16384267b9f65d20b769f93e3122f0957cec290a88a1b244c80e4b54_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:56cd8314cc9791e043cb4e5ace324013f4ce4c825fb5f9119b1a6c6871b76a3b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d6ff019bc8333893d6d5799927ffd9dbd02d0d388752a1ead6b8f85928fff4f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d7e525584c9b7492d8b989d2ad0b8ccdc4f244987f26b4aedfa7ab1097aa8ac_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:598dbc32cda4219d6a0442aee99096b77ddbea0148ac3260c9c37e00b13cba23_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e223d745233c048714d3ff7a04f8ee565aebeb0f5aead03e55dd9f305fe60cb2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:05fe3c8332c4626e356a2b8b33b235d605b8cfdf8b49a68475db687789a766e7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:64ea7652aa2f9f9ba58d56765ee0ffd7224d6534860d118c059c2c066bbf2142_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8673853d611d162bc12d1791bef2acdd4131a97b8a6e46961736724b69332db7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ee04f343f0bc1c58b1e016295990225bafab7b39a9c1a572b10cdc19076150ad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:4771678b9e18450e8e2a6ab991e844fb064749a0b09b089e54a802a7109c1ae7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:68c90482505c592a6393640c16467c1416f3175ba1273a284c3d0a9417e879ae_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:234bf4abb67f86a27d549a2d368d080a3671ab34786e26c6abbcdf58baccb034_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f330b931299e7c97298212e0514c55f9e086e2f33ab7e522d40d8e9df843ea11_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:123e1027c857bf3a084e45755736871b220117eb70d774a3b450f7d877e7d1a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:61d9a3fb3114cc2252a8ecb5b0339a5fcdef87cf962f285be72b164933afb857_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9426eef8c79d6e2c9cf5efb340257ef7dc7936b3369050776f4b45ed6603de37_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b693182419b2287a69a8bcb3bd3ef8d6e799b5e7aa9b5f25cca855995588e104_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cde3a4deb285f4ffb38be4443b3c09f33a44d8f2007bfde6f8766d371487bb80_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cfa458375e07e80969d9a9b3521c5983fd20f384b74f1080b865b618afd35f32_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:30a0f7d083fbf57d19fdebcba31bf52d257fda3eab13e1c8b856291f40278c4d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:7078670a28f19c15b118e3ff8d70afcd5e329a22eb6a44d3827f9554dbbee812_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:6d60dfdba0f6368f23bdb554da68f81e3d088677ce9748d2850ba8f2ecb0cbcd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b71a8dd592d2646c7b085b06edefe64be96e38113c3547a111a8d0201992b98c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d906f3f6f4740b50fd6266205b0b3f986b35ca7a64ac7b6c52cd7167d0cdab23_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e4969f9764190a2b46dc5c9c7375213c28518935d80c4e4570d122d231f53663_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:331e8f309349114252acd7fe42067ab2b7bc03abb6619f1df59c8fe907513d3e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fefc2125429189eb85f3c807ad8ba8896a48518f3dd7d93f94a091ec925e23f1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:8687825da05aa3fbdbf32fa82a739f58585d8d2564501deb0d3b97d67a4c431f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e5886c91ae307b14a848b0a571918a57a9d2d85805af6c6ac7a2404dc0308337_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:260b87efa1dfc71726aefc2feb8dfa83495aedfa6e95b0e86dd1ce0d246233cf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:49a1a91122fc6cc34cb21b6de67b8249f154aa8e2bfade0e50457c224fc3ca70_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:cdc02821294c7bd8b4de75b356ec0ec8b0745b0b409ae9481dc08c4d967b53ef_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:e52b5054a3c11b34c3bc3450d9be2628816575531a1435ce44652324ec020dc3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:64e73e3f7bc1f37f40ae235a7866ea7c881d67afe29b398edc6f15befa7f06cc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b4f0c23d7fadc3a15840607d9aa13327a3eda6272565f88be3691b74f16fa13b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9b5eda1037248996bff10033108d1dec27b8417730bd721d980b778e1cb4585f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c397e51c6d4de14ea1b6a41957a3fe5ae54115c1cbaf414c013035333824eca2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c72d9616c2bf94661a156840d39e3a42d4023598c5d647562874c453b44b72e9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fef61b2df388d1e5714b0f3293bb7878f1ff9ac64b0353284576fa0413000ce2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:267a8525fce7dcfc460052b97dc07532c927fcb27257b29f5e43e5475376bc42_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:886cef96ae99502afa35aa5cbe5a16a30d873e8c9c92d6bb3c748bb68877935c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9a68ca065607df1a4fd1a351041d799b2166b76ebbdf2c92a0fdbccd47015036_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c7a8842568f7ed4d4b1ceb0f507aa5a56d80ab213877507be04ab55f8fcb3a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1567f1a6c1a596e22674ad45cd1975c8667fb2317c84dd5944ccef58326239b2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:40dad16e2777a64a836355627be3aae4572a7ed6417ac39e0dca5f019eeaf471_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:800ffbe7a0007398e44945b2f3772d657995ebd902918ecb410e5d373de06263_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9720a885c669964be135fbcc55bfd5e9766841f6b11bb2c279ac030de9618ece_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02440d8ce569f4318b2110f8975fc4d0a93e6da6c5012882df9cbe77559a0a81_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02594f4e3bd44cf7d378a7fa0533d54b4365eb5317c282cf8295cdfb0ae5ddf8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3e5753abdfee794bd09cd51eda1c7634aa7630ea3f2a72ff40c3fcf5661e58c1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ea8145a89efceb27b579a5f79c37c7457d141a0eb38b2de5c82ced07879539d1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a1aa9421f9d52c8bb918e1b3c9daac3e1a076e70e003a58462b62f0a91fbf795_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d4dd77443d486829650aaee412b58df2c5fcd995bf2c493a22dc1cc705d270a1_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d689dbabc1df0ca42e7eceba17ff474f9e6a30474f7cca15970a5ee7fb870a72_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fea791f1b353cb84039498653a7b7daadebd460631446fae5f05d1ca8e85dace_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:100ffa84c55a87981f50fa5fcdfb5a5daad0eea01d0bc14abdbc959ca0a1ff92_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2e646fe351c1dfb3650d0b67694f5cb89fb7aae85c9b8edd356f54f40b9e9fb3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4a45ec0f50d9cec050f1c99dd33d288ba8f9e8dd1a71c2870eb5e799a42e411e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:60be3446f54ba3c5f93c5c4bf1de44d7e9ca3049abb6ab910f8e62e671a80d44_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:90b36fe8a88dddddcd584cf06ddbde8b74e9d7a78f9f51b77d7d2480ed45ed79_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d69ebc6a9d6bd6f8f75d933ee0f7893b285fb24e994bffc35514ff5211ce68b1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:da6ed87ee2d899e3fe9c6e8b08bcd44cf11e1b1563972ca4aeb3e8bc806a1d2c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fdea5b85efe39b635685d506a4416115d546a9f56e87903650b5e51bec6a10bd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:47ded0bc14992d79c073e4cd541279def7e44d8ff586a5cc1676edabdd86c13b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:642eb8c1bf4631b969d0ebf3a0755f566236ce7b5534fab78d531c76d5e802ad_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7189cc475748ddba6ff3f306320d55a840baa8f1da8a934d4500c49e6f675ea5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bc10db6a9f9c1a60744f49c1ed737bbbb8454eeff9fd00175b98872a1af17936_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:017359024215cf5a7b00bd31b8b797ca7f5f456d66a34ac12c44e53c1ab77fff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2635b651e023c9d4dd92d1897b4513947985256607f9d2dd8043cd7f5de3a765_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:542b1a4bf2fafae85c50eae7a182ffd3a3a07b2c234a00e4e6c639b1143b4b55_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9b3b5510e4cf6b4cb86bae86fbf36c1fccbdeaecfe009cf2e67cb9c1d7924ef4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:048f5dc4b9176a86e0d82447e036ddad890e58e49c8508cd74f8c297272c800f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:0a7e3fc4b1f892ea2e77c1f5d961507f0fcec7740f33d3e308904cdea1d3ce21_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:44db7037b872b0164497a603e99b7c5bf2bd9aaf31158e8a4e8bd03559584155_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:a8ffa384c6770ffe1bb9b7b8729501ef2c06199e0005b16e5dc432dd8d23c66f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:176081efde0e44254215af3f5091e64748c81d2bb29a1e7a64ed2879c6a7fbe3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:42ea798731bcee8b868ae15f9d45b8f0aaa91d1a4f7660c53ee08b070fe4c9f5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:85fd9925886227b53c26a3ed09604c408c49b8ddb9cf7efa2057335bec94803c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8b7b592c5ae05773897351d97fc9925e6904ed02a6ed49e4737f0f649b7eabe_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0d8537a8b89a087f59b9f0c413d9c8d6c77002ff0d9d8579d179291d3b6caee0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:14cc3a54f1ddd57ce5b80b6d111f0ca27f74b4321c9915d5ec1960318c71d752_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7dc1bda89f2fe70041f850dbb5dd3804e853961d2026c3880fd7255dd6e57b0e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:aac4600f524660e2351490cc7aa719ac2dc93193f64bff1178a04376bda57cee_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5449067a980b2d50b360b1aa1164fba67693402210111708ebaa00f0f93bfb55_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c8486459e2b80ee2706409e888070c9100938357621746215ad7871ab9ddb990_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d748caca6496019c594ae5aca825845658e1e8c5a1c062a02830aecd677ea1af_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dac9a4617348551eaefdf01ebf1770442c0bc07033fcbff203750ecaaef1161b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5143aae8d524363878300902b89dfb5f3420ce897bc36064fd021d23993432f1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:6fa81971ac5bc843a536eaf167cf5147e879c5447d7c1ec17cebe7ab85692317_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:bfa79bf705669231df1e59e373712f0b04ef2c0676ebfd901bd9879cef16236e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:cad2e37531b2ba165087ddbcbccf9cf167c4eaca5a3fba5f5f4bd943b8298678_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3538795f3effdfe84442141d83d0292447b4c43e3d68871afcd453f80e11fbff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:7da313ec91e1a9ff08a16ea2b0af0ed1ac73e40c4b629402bff19f183d45aef6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d9279ac3cea7e1e400e244624bd7ce53cbb6343d10872873e71dee20263d0e62_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e89a5c92caae6b72646e17535787d06f7640a47c59b0b4f418c7e48918736d60_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0ec6c9197060bf068f358283d64b9b877e97f072466244f9d147552a193fdae3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a5aa2eb87a3fc9c5160f5c37c50cb88cc0a77bbf4eebb298ee7883ecf47b456_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc1512a1ca871d5e21162430f028d7b7f2391e19cee9b3d6e253b6b6d03cc8e2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e8c2baac5dee142c4e84d01c731abbc200cf24a04201fd8690f0d47035958830_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9b45bdc374e248769add4b772aca63e25ff0baf8d490e64066bfa78405cf609e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bcb4f4b45a7d62927ee6589db9d31e9bfc87a13f3b0239649c9701b10d3dbd75_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c1c72b9d00d45dc90f97bd9c5263e6d385ee34f3a3f834909dd8b8eb28c3b15f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e15057d2878011a1142587df35dac65182dd4ec4c0f3c61055a73a23dfbd615c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3bef4d599101ae4c2162f47e89f5fbac89903db3f007bb425eed38e1d9b4d9cc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aee0556c560d2ef9f2ccf501302a373f15cdccc83ec2c6935c4ae6a2f25b63e0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ddc3c05d5daa3aeffe5629b7e2fedd5df301a3030f8f8c6acc3204b8fd7e0995_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f463811c1b1e6fc34934bb5a8151fa946acf321ab57f9901b3ee1b7f75546beb_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2abfe62de89fdd0697da63674373b1c8a2695846d8acab5f17a35fb38fbc23a4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7701f38b6702b4a9e6b49b3db83073475c33528d2529e63b1b98664bb7191906_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a23cd4945d2e1f9e1c194179fab9c388677fa1317e02a99eebc575e227064b79_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f2f194cdb1a14fe59e05455df10ebfe70edabd37ad605346b6258c5bda79d96e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9b04b0a1047813b35f6ef09e1fcf1e06b63946e0a3b3feaee3e081b0deed689b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bb521f2f97477b5b9851f6655f1738b620aefccaaa81cd303d17eb74ade7adb4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c8a1f9ce2dea4947e6cb460bb4b4ae7ab6bc5f816ca25f3405799d56c6ca48f3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d8f67c5b7b8903633485f67a76f88ea13855bbf95e92b651bddd15fa91458ebc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2c84af74e0937a0f3451054240ab7ae2d44c1b566339012ebec9e5b75d7a627c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:41ab25be6eb002ee921bf74c1049e07547328632d576e78fc45245177fe9ab84_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5b389b9b0acddd8ffe5e5c3f9d54321d061253f3f45b5b66b6dfa0181b73b87a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9afa17f9f4e4551369e891d405098219c071231ddab921dd32bb7bc66bb0b6a7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:0bd76e62d162ae823a34a766fccd9d339e3f550720d863b477273734ed1fdc39_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:dd17b1ffce727d9a74c3f64d65b72b03a5c8fed96e773665a078dfab33bd64c7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e8ed2c9324c2f5594f90b049e92f2fb3141dedcd99165e80e8bfe147c738adff_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f7f45f6d562bf699e0e45e134c7ab71701dc3994882cb82edce9356be7627ce0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:22dee3c01cf1deff68d73d76735e420d223ba0e75dba1e7ae224ac4e7b14ae79_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7134aa51e11a7d6b826068d03b9c90a518cd3cfccec0e3f06e57f5ed77daf6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7cdf9e85bfc54e4562176d63e1f2be56775dd761c6c0cbb80fbf888dd1ab43_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b72954ed888ded15f443784fe6a684b6e0d7782921efb788e242d987fcbf5388_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:63bf84966169bf2dcd8b8bfee3c478d9e61881ca007fdf3a8be4ba5cb1118211_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:697ada7f8e4bc8a881e2f1fa3a8402a2e96448f948befd465c59e03ced12c9d9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:85ed053619e39778d5a986255af37802ac46a26899c8a448abb139736db5e075_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:abe01f65affd92347d8097b3922e587548364d9680b74f767e9cbf139c996802_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:55102797bf884eef2d8b842ba8a5f2538f711622eab1c82b06941ec574b8f266_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9cca1a2d1a6f5a33257e8f790d180274f24a01c125a717ff79da8fa301e2f270_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a1f1be1027b54388f762951ab7983f18cfe37140efcf2c778a5d11d4740e8e9a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d65990c0adf148e94c1c0ec0730ac2a285b38eff128cdb2fac7f61af1514fd14_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2db5ea10de47829d4643fc525d9efe3815db59d5689c0febecf4fd722ad0528d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5dcf0a7d3c0b2062ea11867f5fd2a4ad56fe786b11c3095d76eeb4c844240a6f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:73b76f141fea3db7cf7df4e9b70443b37fc67790cc6986efdf53a32ea7360bbe_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:be3286f36b4c80969594af159ede49ee20ab5dfbbd890649c2c4249335714466_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2cb748becce8d80bfbb66e84f63e0f0a3cdee6d9bef3833eccca24132e9d0699_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:374211b6e69093447e90462693c45bcdf2ece57b033a419f13585d9a46df62a0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6047837c63bd707f994797af79267ec8bb5075b3fdd88c069b3acaa04ee2cb5c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d8c4afb75de3b6d432d4929f4d4fb6938617a794ca2ef2060b83a02588a1d0a3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3287f57d83e7becbcd3997ff2ade6e6b5a664fd08610464002229e0a116dfec8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8a58a72e372b4235b4751e08f10c97ef0798519e6b91595c234fc14089d7495b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9654a0a2b4549ab06e5422dc69872961c892e97032b18d913cc197dd3aa39f3d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9e9ecf8cb43e1819159bb8fc0eb5641b71663e110ff757e26d5549cf41075084_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4aa3e0ca4b5398fcaedd212506e222fd435f7a46c2eaeb7a49dc50f789cf13a3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5d094c8e18e42d662ac2f5ba16602c1513094c7dc547fbe3de562463c4096bce_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:67f85bffdf2db08fb27d52c6a0a8b615a4b9cd748d9a7e6126851d1bb27844ed_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7d4b6b9e67875889c95a5d126bcad0f6b98c148b85433180573f439a867d9e25_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3c0791290db50c5a925a80b371ba8bdf91f4fccce56397d12a989263a972bd02_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:654aece866efed516d69db0e47668dc85d3936e901aeabd098e07538aa3dc617_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7637a44a01d6c56f002120cf96228b6c68e92b4391d4b6efa1c81ff8e40eac0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dbc636494f53ee38eae00f243bdb92d187ec84654c280cc454f2b4febd7c22f0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:08f46b1d2114a3ab80bc7cd277859a4f84e870c2421b9e13370774deca0aebe3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0ea69bf7a80cc8c0810acf8c7aaf2cc1374d3b034065f1119ca33af3d1794cbf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:17e61f4a9148bc2e0fcea85c19c98eb8c2efb701bd21f8b63547dad13fc256ec_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:8b81413ad0f567583ebe4782344c22834c1781c5f7493c8a05b827f3f2a5e409_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6b348a4fae63bad66acacb5f0d03b8155246733e758f14208956c38c2bedaac0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96eb6b75d6a8ce22b199b8150e628a2a00c427ffc79b2fee2e24af1bf584bbcf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e0b17d193af2fd7e981c9908e01f2d840cc939e24bf1be19977beb85fa1159ad_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ed56ff21aa465143bc0d1c4f20803873dd07999229739b84ef7861683476b22f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0654b81d996d73c5b5b03310f314bf3bd6871b3bd4d1abe791cec9b7a3339719_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e294ee6e92049316f91ecad5987a24d7d3c06809d3db2ee3f9a41bb461bc220_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e3afa0bbd3ab3ed4acd6d0059765116e9ab56090313932bd063098d94f1c3b1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:929f235d156df0f59479d60379dab0d83d6fc662d9acf7ff050a520850ee0125_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:14b5ec9622b1a177ffe69a7c87b7797c06b283b26d5547828d3177f823074b5e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:52a47ec0685655243dfa60738842ba038719f2454b85024084de270736d06529_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5fea5bf035692313badd286c7d13564d48c34e3195bac3c74ae669607b5b5875_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fca2b0ceeb7e301640de2604932cfb2c386441e0d3b3b0e4a525f0a6b00f7cee_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2b85420da837c90d984c5945fae12321c8e6b6fa270768da6270f382194f2d4f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5e5a715049a34055fca9a4b36dab839573238385890678734f96d7ba776dadf9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6982d2c27206f15366ece47b40f4a6a2994c7acf5dbb94aa274c55a2216d0063_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a38c23c37dbf421c77c4f36758a105b790123d654f1c8b3419becfefedadd0e7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:021e3ef983d0ca18800e0fc390ad96f4b6f6b9c3ab784c6e74ebe2e7fd7b31d5_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1076cff5268f9fec09a760da243efbb72eb96645f838a746c4c4e28ae4feba33_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3eabe7ed8651b8dedc3a2c38a83527f224ba3b50088b3238e158048bb2ddd85c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c29274bf105ffdd07bb78270a6dc497fbfb699acce48c7c6b7b6ef32416eb20f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:71bae3f7d9ec2a469c8d69b9f67d27a0a98a26bc842cc8733442cabd43fe3c06_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b67943ce9e26423e0bf84f411d50f394a67a0f3368ff289e695f8819c4fa8c02_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d4c9ea28e8a716d6a46a42cd3b5efc82f42d456e21791c32369527ae82f643e0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e4c222d813696b8b3d4cef6982cc88ba3d4581ad6842b10510fb4c8130a82684_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4d789598c5dc7be91f05a8766dffccc377a71db2ea8c5cc563f396cae02326dc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:70267df26127761958bacff38fbeece08995608c2a24c7a3724495128ef2bef6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:84ea38804ec003ae82375c83ed4549163a2c932d6264eb64476e0ad175b4a4de_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:bfcf2ab8d6586fd6a8f08ec2fcc71f997800b8f459577c31e654f8ef9325fc42_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:49a412244c4d6b547d5b0ca9bcb041b1e3cabbc78f5234ce52b678207d83b3e3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:4d2e1fee9a43f8faf39b05a7d82ceac50094ebe972fd1fd85b1528961cf49478_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:564e888a319fcd9b1af19b18a4281c5a2c41bedfc3186fb3bb587a1e28954c0a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecb2d59766a1aaaf7cfbdf1e0b92ed025a18fd54acd41fbc63026b350c98a953_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:296a9379ce17e07df7008f1d35004477297a7ebdf9e3d51a50d71628d6ac68af_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:67f272ef9abe83f9cd959ce97e3d5c46ed6e118ca30f65fbad733384d228ebce_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c8b5246ba51213bb183e07d862b6d1f9b156e1d16b7656bd6ea061f9016e8ad5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ed375d4341175bfe6945ea8aab5208f375034307f6753cc726230629ab97a71f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:29e41d78f04e683ecb12ff2335b7205383670e7bcd2b1beec736261a93abd406_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8ac74d64736ed4788497e0d4d10226bfa212f6c0cc97ee63d7c61676698bc022_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:94a303f0dd0822b5d82509e3ff8af5887949ddaa0e3a91b9f94d0bdf4e1e267b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:95c3aff27109694e511c9e45d1132bc4de0fd636cde0855c9ef45f1a17f5ce7a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:16e2953831f686cd68012c8cdaea2b404c54c91050145b716ee8b0ffc5cf11bf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:91e3e3d331d92b90ea49a78531cd366201c5de278f56597d9dcbeae40f114754_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bb1ec078ef82180a6019d6e174c16a5a846e4cb8995753628db25a4ca0071474_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c33a11f1aa2fe38738663eb291e25503e2e6fc3cb5bd964e1a6f8db0475e29a8_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2606e2856430c12efdf947977a070de13c3f93d3f304608c411ed57b6de0c6c7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4dda7a5132b638230470f86622d84a7f0117280726ea52e3769c15f11b1dbbbe_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f3b4137b1beff722b9c1ec2e451577a22f44c47a6196139a39d4aff3a0386daa_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f688b554b17808b3aca13b4e6bb8a240401db6f6cc5805e98ebe71ff43dbf1a7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:07163bdf6c27b8066a5f1e8674a2120054c3daab1e8a0db8cd728f2b1ca0fa57_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:32956c0bb79239db914454aa82f94222c6f7a90be718e22bb80c4e75a45127f1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d877387429f09cf5fdf779e73200069c418e561f20a21815bd56fce1c1c4c73_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:9a64cc9623e5639b0e8ec8f5ad63a5ab83f92598abe541be09fceb37ba2fab23_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6d8e4146a7965b0a81984df7d0a2fc094c50e7010acb93e58510cedc8a42e687_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:764c1081056df81f61d6965869f9ba66d67f132d6c768c13f1b2c1c81d45ec6b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a27762ca5025270235002c90eed00d6d029d4b7103b5bd108eb527fc8e797f1d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f473c0c439be12fc83e9ebcef48a1a067a5f4a9cd581ca19ca34a3dd0b9fb79b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:6e95c6d3ba75f0655680a4e46b703aeceb57cc9ad072733bed1aeeca0e9b3508_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:ba23af1b9437640698b924bb0645013d7c08fd6121489b01b63f66156faa6588_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:01c4ac10b7061c77ef54bf337b8488722506d2a572d9da7d9a689b4c9ff7c225_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:67c19e36b3f264978073841b06d940efc3fe0546baabffdfb35c2e5a1989e96c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:add880787ab5dc1af04cbed51e2da0f6f630ee85387617987ec6d6d8e3a28009_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:d6acbf09fd11d29d0d715b96e60355a23deba955fb3ac6ebbcbdc29e6923d508_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:474e02e9e121dfe39458bdbee1f434d32fa29347f55386a4abcd3825c9235456_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a0e6d2e5adb8d9c223824f623bd7d391e33241fcbe281c54af8e3925af5781b6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c3fffbd0e1e6db3256029c6cff61bb64ba56625041ff86a9d46a895076877fff_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d253f116a2d1e2f033f47422230a0a4e8a9fce255d71e9140a0bcb6f255c09b6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0b41f824ade401523c3ff06e2dace98c8dda246f40e6a01a588dab6fcad09683_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4954d67caa517e2e2edec0e5d4b95610a31b82d5a86f9058cbe55193987da9d2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d1a37ce3fce40a5d5e3065b5a4be81a18fe2a6b81bd5d16ada65f2647fd8fd0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d395f05c26536703d44d06525efc0ac6203440e6576e8a1513c7e4ed8563ae62_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2224a1bb7f39feb0ee922a54a94d8dfa66e676caffc681f99227eafc0082b50c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:339b51d602e6c798949da55fc36b4e83d4b07909c97f004f8aebb5bb6f43268d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a7bc2291024185f39cde4d43057b17968cad18451fe8447b0ace526ee11bbcb4_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c171ac27f2bfd7846db274c1d2be8b39cdfed3afe59ab4fb01f903b5be3af443_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:45c70f4c6f15a25e1982efd6eee6930f16317ef4cebd11ffe2b5994b9ad8b200_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:938dfb864f0a9dd0116c5969eb1ca94f2e04b914c3ee56bc26ac33f90e2535c6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a4f095b9251baba737421c47566ac7329258b8ff22b0f131c5a941ad1b6caed5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:f7a4c6ab4dc050efd81ff5d7dee7569a55dd0cf96e6413c47770699f5fa02b6d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3a4f76a56b75c54966a76307c4fd647d854812bd22e55cb228c1e9b5aea67037_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:98110bc940b974dcbb8b0ea21c6b52bd96ecea62779f9665d3ac8dd03223905f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a7e47a89156ad39c7e5820cbc98a0b295ca1a3aaf6b72be3961c6d4eb0225831_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b6a273a6d68b36cd939b6bba836f657168526125327fb784c436c99848f49f7e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:26b6bffa3e11fabf11ec8176bb39ab3e301b3c5a85c1aec37142860ffac1fe5a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:301f5a73d9d839a999dbd3c9a7741ed3458ffb87426b7499364e6460850deeb5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:57eee4fc78405492c9a665c228d1f25c75f0390f75a73d5819aea7ebc2da6b4d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b10b625aa3fe5011c7fa9db3c95ba6d36c569fd6f6aa4ac3ff2431cbc103d362_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:11b59cdae58f57a02a4c8479266a50a1a5691f2e8e4382ea7ce96bc913ad4afc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1f11609dbe46602b2c11ea6c776cffc87ebf3fe2a1204f25bda85d9793d5cd60_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:28ca9310e14799c080a07935267ab4ecaf6fd1abadcb1e165deb46c81f2e731b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:56a619fe929b8a18bf1526bde6c9a86f12a1c0a43739d1a0d04c58920d3ac5d0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3bd696b964b694ec219c5776593bf4772dafcc3f43b973355913801929462557_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:4142674147742cf0ecad7223e02e88efb53e5a34ab820df5ea2f645a04219da8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7c59a7997fa95d2895620378a7e18f0074929b630c329ba3f03c72e43415364d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ff35fdf6dd3714c214394ff6f203815f23921af529bad0dc22abfa1d1680b333_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:15198ffc1a039f56e9cfe7ab35037c34a3864a83163576b65fb3e9f5aa8f1f3f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:4ab1c5859c4f54f225fe4d5555f3c2d1aafc520ce7a9197b040e06084da9a43b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7be609c48462446f215d9ae0326f1c76bc0b779cd08db391163c796106e7aeef_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f04c27be87ea23869192754c00d08badd40a106c2f66b86bf493455b3e3ceb09_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:42ce515a9496a89b6abef7a94b6fcea6880b2a9833900d54e1dd4044c9e2872e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5ab9133d7b6aa46227bca8a1c6ec2ec9233ebed8e62e41ff122dda627d4a7fcf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:94f82ddff9d44dfdce03af24a851c05cec4ceb161c5631ce6ce88dc8a9481271_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a7879d59a73d16ad9c237a597dfdbdbe06fd6d3e3de0c9396e342250778dbe08_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2f370ec13f448fc82d3f142cc8b6a559a4d62044631f4b394742652c4672f536_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:38471fb10545f0fd1f879ff8ded337bdb6919a929043727936d28c2153a78fb9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8e6c8d7186bfcc49c6ec64bf8bbaaee511f62cb5d14aec29bea364f90129d36e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e35c02d8101af5150e038572081ef775816f97c77ae24fec3826bef8c24837b4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:123714413da1487c02d182f1d355688d2f0fd63e0f82865dd962567bb9c81039_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:675b6754ba7e231a1725cf8338d536551497ed05e7f40435a2a3c98e411af84f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9eced45114ad75c3ca56d06028c836adaa713433bc49f6196533276f9645c58c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b203bacc4238f6cc6afaa7dcad119d126484235694dcc33a46edc4d002dc7f5b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4e68102ebe684da4477f443e32d69865b6fa28d398fbb76463c67d85739e3c2d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:6dd5107b14c1abce011367145d859456aeb03052ab831b4c548fa4fba0b269fb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8e6d6d3162ace273c1312c383de4e1f6ffe2d8e6d7b553b64e6ac460ac040c20_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:061699fecaf30d68ae3d41b89d812ea8144627d9ca9de83173fb33fa06e6b8f3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:33b4bb5c331675703e19ef96f3185b2d3cbcf4d0e37a6fabbeb5a8dc1f46df10_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b7e15475952a147e7d6d506ee9686c6c594d529b27e4086f49b0dfc1e237d640_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0465b162143273b73d2d1af7ea6f9654116a9b1cba8169028273185f2dfa1191_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5d1720d8067c33064ccfa16d47931fd18bdd3590f53023c2ec268ed9405d0983_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e99c8d382c503a7b1e25e6f72ef293496beab285d0a3453d09ca73fb58247163_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4e09db0d6efc9289a85cf5d4ced1d6a6a7f52168e44c366907a5d4ebd3e7d75d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:585c75fc909525ac0332764b66db33e6646e5e0b0a4d01d176be6dad70a7447f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:85df50114baa307e2b4192a46f80a292500401eaf41f45b071b23bc278562135_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:3ad0b56893a8ad865ef9de637c1f21a358aae5ed4adadae02db3c6d37db93422_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:56925cf35430409d4a59b4de3ea74d8e3779acf505872bcefa26e97418f7bc9b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:a928a27d2775d702a7b4888f87e770c93049b645b5878173d87d893288c0701a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c83836428568394e500de29f5e4b44fa4881f5b5813a8dcd42a5bd16b6bd2bae_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3fa694c3f2b9c05fcf2cb69f97d791fa46600ba1eebd67608b109586dac15e3c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:44006268f8f00b5dcc4737ce787d9221b50ad7af3e678ea6dea817a797512b4b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:6b7d13c5daddfeda27cc815f3fa02affd699ed626cc41775f78070cb8cab4f4f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bdd058e218fb99204c479f5cc33383634b184b1153a74c3333926e84f3e4bae1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:174dd5140764fb73bc002166fefbf8f897be7b295e10527410fee19338fe65d3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3f5a73689320e820972a39a40077926550f7864e2d1969a9352d3b833191086f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:df97ec11ed1fbf6397b6a62c85014c255b60c652c98ea439d1f47e62c6a0e4bd_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dff5a115ecbd046f3a1a60ce8d8518edd570922528a7ba56cb17716831eb6b09_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:11f56bb6bdf0069b7bea04e5051874cf879bff0ed36676dc521975eae8cf1bb5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1eb4aa5666fec327b24c011e1b7e726ecde7ba1942e0b8d9af38a65baa052985_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:77da9199e0922972da775122d60efaeeb4cb2cc464ff6855099fde770cfc01a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c56c801a4a9e11f7b9ee071dc9634fd6c43aaf04cdd6b048dd4ea1a623ba16a7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:5332d1051a8774d9d3ebd2f6df71f2ae36ff23fd32b28edb418c028dfa6be128_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ae444a4f4274431a8dfa075bb9c91fda502cbdbe971856f54ffb6a0d5deb08a3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:4148a39c8311d7050050debedbfa7454b53c3e00ae4d63cee7bc6da688af744b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:699c1abe44686141c985a530a8b3b864b3a1bf2c5c6645d68f7920b8f752c684_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:608159f89bf52fbe18bbdb1c48b679346ddac7d3ace7883c84494615a4ab7adc_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:d26f0f1adde0599a01c90d8b9e1e8690e6e532a380e7852e83cacc1e439b5424_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1ef42800334a0b6d395e1b1bc8e517e232713a4ee0e4591415c5347ea1352fb1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:23d11514c82b817c95564de1f0252dfcf753ca40cb154054c051b6bef078a960_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f5311dc740529f4f4c444fe33bd5731b0ff5d213620207f039af546a3c521226_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:14f9b0d4497da98ffed111c1266fd4e0b4a812f6b7ec37b95e5702438602ce33_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:4e6b6f1636a4300955a587155ee9063979e47cb387dfc1a85f3738b1cf25589f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:2cb5be04fd1145f054e994500608d1463f35a0fb87305e559ff71c972795d978_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:664dd8b515ac89b33051c38e00fabc4f2bd8c902f9fdd8df263b6cd6d0a0bc25_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:28e1a2e9d3850462c628b0bfaafac15d68def97b8c1c9387de58b1fb6d877f19_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5c60f40d38ebe6f95cfc0fa78fed9aa265fdf3aced888bf232445c2e76e4ed55_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d36d045c32e335933939150b36fd2f86599add415385560d3e10d4b74a704d89_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fa556b78fcc306b456576053e522d93e0c578807e220d3c562ea54cdbc2d1a92_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f9ea746b7bc2eb6cf1d82644d42d363d9343506f9091e8bc67740a06b382081_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:909ff0827690342dce5b4cf713327f3a8887a056951953c9aa639e916129e1ad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a8705dd5df6abd3d6931b298fe8e53cff0f8259547fa85446503b413b0ba19da_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:cabf1a3d4e2aab9e2273afa75bac084e93eb36a2801b91ea0d79982e9e7e5f2a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0b5cac582cea2ea2dee7d515f05bfedf2a5beff46ae6d5ca9626bbb36c94b865_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b920409f5635d704145bb8e1107a7c6f951976c44226a2083982443f67ce619b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d658355babb92069a73c35353c2fc0be4450517b3445d2387b4b0e3bd2b873d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f8036fe71f651189dda062ede40268c843ab07ad5b32e010250f9b6fe9234bb6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c5361be369c8e0194275ab97d18d52a095a5206888bc82d592f9f9ba28a34e91_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f6427aa92071d20df4e412376886d9831bb0cbb15c10216ebf2ac78de096b051_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5d5edceedc72d2ec62b24b6a60c278e4836829c78a0bcfeb20d87fefe501a39c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cd23e978bf90a7180245b04b5b0df939ba57e30ea13a2a759a5d04953eaafda0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:bccd28236b901759b08d5106786d262e482cbd1e3798c1392c9c6eda9956a5d6_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c096101efdd0dab71581c6e6506b9a6560c96979e2d439ca888d2c67860c1337_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7cf38584dd1c5c269f86d85b0488e9224ac989f985989b00ba718ccd5c1cda56_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b2a85daa27b4a10282c1365dfbb48a3224df6c2a47d6f5ed59c3c01f6035d443_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3643a11084c5df88b8dd9c8d7693b228f3a9d94f74aaeb4620aa458516c14e18_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:a6a1152188a6d2cab12133e497a5c29549fa0103dcde8f1bb530ce7a033033b5_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b6f91ba9a89207a2f84a8bb1343179bd74948644a8b1608c2a2d84dee9ad39b5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c21ea57e4b38cb47e5aacc58b218ed97cd4e6ef353d86442236cbe8852c6f648_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:56c61752133f5574587fefec75502e2a132871ed033a824f62519117ad0c4620_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5eee9a534fd647002e246ccc70b47a79737cbf604c5fa4519d10a8c66865e5a7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b1428b294b7752d6d56fa95d6630aad0b6d205991537ddc3274a7062c13df3dc_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c363dd15dc780181855ed7e8af09bf148d9e38d562cc54d90842f95ccecce36f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3978c02a12f2469999e833a2cd001a08741c4d9bd22ebe211bfdbac17563ddf0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8d20d5c213a86a2d9cf1d4e8ea351a70e2bc1e8864e7435baa701aef3b22441b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ad84f2d6f695c6c999a82e33cee9938544352a648c0e72adeaee0803289077c9_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d872bcf33f5d4d6f1a074bef0091e74de82b3b1a883b9004aa1f6193b84904fb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:027641f0d532c5d06663e838ddee798513282838efa12811ede36e1b8669949e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:198fbdb0d6d4bf699a9186c06c310e4eca0c3252ae8e0d64ea1c68d7b67c2bfe_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1a3fb2aa3ceac5c827d7cde1cc0296d6974663d3f5b4139390cb29dee2bbcc20_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:51a53812eecfb69e77afa538400463c7eb51710777e9d9573804d2d9eab5d307_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:19cdd4cd8546c53530e098641c6c83e2f38f05f2d046c6a9fddc3c8002a01fa1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:27b826d0ac202a4321d2d28bfe26376b405458781f04acd607c3a27bebe83651_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b1c377c3a99dc0a9a6a39dfccae28c7e5a11674342530a05b237a33117c980f4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b230c7f6c243ccfc43e6b50809f916d3247f8daad3c750220020ec4337b126a6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:42cfb65c46f9f63ae3227c0dd5ca2a0a11729ecfb2865f3a4443821a85f7c8d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6ca3200ace5f9b6c36c20185dfbac37ef4cfb171f3a99eb9c746e52031bf380e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a9edb90a7efaeaada322b051c1b4cda47df859fad20ed42574fbe0fa00d15324_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bf0602fddb6c09c5c20a33abf72b947cf7ec8de6ef68144d2f4b1a1a9ad906ba_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:13df2c323a0db01668777fb495bc342806443b5c0992fe7f9ede76a0e731e2b2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:8e564be7535e32f63ff7a84bb61b3586b16b07f4ab6db20b42340dd998f2e919_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:29b338177ad61fbe618240d520eb180c1faa54fcd4be63c0d2d16f5221c4d7c9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:97b5466389d9b1e4c54dce29bfb42e901ac2c4aa39edaf99c35f30a766d38b78_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:989cd4643516ba83c661cff6bb217cc25d502febc80344e08e90c6eef8d24088_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:adec59d5a5ca059167c1dab49e6e1e6363c1788833f2cbc2381cb7d88a98864b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f821e1e8479c74d1a672e049e187d68cc4845e7efb417e9e4e4fa99628f3ea99_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:4eef2a136a4fc3a9deb0c5999546aa8d498c3553107d1e0eda9d394b2f412169_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b31560936594f27a81750c2d73f97385d7b3ac87cfa7c75e1a4fc224243eb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:bb3bda07b0ab9cc97889a530b1da6d7eb3f7f9c8a98f9b867bb3a93da7694625_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d50f44b5a5797797b9595f99e3b24684908cc28d317ca00791bb6a7406e15636_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ec2e637888e698016d6df6cbf4be6d44e5a2f544e7b81884982e06ee632a9ed_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3c569b4e1ed989074b129cb91b307cfa10c8305b037b284b23bde4981f551238_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:4ddb2823de8624d7d45aa16adabddb92faed392e71c2d1a0b3e640be91b731f6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d3b7e9f39e5238f011f9328467c72a8cb8cf99d4bed7ac0593edb9ec5bbc90fd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:24e49f3b5ed9df72849a33dd7fbd4a0b01b8c3be79705d6e23ae48e3fd164133_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a9ce73e1f17b21b9bf2ecfa7e35f5d8e9c72620076bed594e217b870057185ca_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bc2fc4c0e55023974c90506cc14c51cf73741e9490632453687edf404b3c485c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ee9af4af02c40524e182fb1893b8bd59785be7d508111c5b0415f0caaadefcc3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:971256d54a4e10a29080f656d5de3b6281f27c77a40c0dc7352f1f05ab83eb11_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d4fc699ea35d0f1e96e825d2db3f21628e25589ba57c40ce771ed210aac5d588_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e3d0f624ec4e265daaed3072e9f9dc85668a917d49c96ebaa1c7bc05ca636197_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e47600e5f91aad639de386e422056d431450e5dc3560d30ad16b0b0bd240e371_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9c772d8d7af17818a38e2004fbdd7673bdaddea0c36daf239dfe65a49f78c212_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:acdda550e575dc7add42439a856726b3833c5d6d98dd9976f30be4b781a11a82_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b5be0c8ab080114879aafc5d2526924d32306ff545c06dba64c947ca68736f91_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bc413067c8cc3e6c40a9be4ea896d911cf6b3adbbbe4c8e85fcb243bbc7bc2ea_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4b39c2a3d10a1e059c3f52bbbad6df20e52e47a422119d51806b59bda8e7e97a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5f0f4b8edf205f47a263878372c0fc80e1531f3d197d882a83cc6a2bf980c277_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:78987fc04ce330fd8ffb8a96e1f25e8ece8360680bbbf4c8854f1ba1f598f2f6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a43046599cdb529aa9a2672b628a7495690b03379c7dd4ec7bd744b01793943d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:25b8603f08442f61b433250cb6f4839cf2cff118df56d1d7e12b3b09e859a278_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:912bcfa64c2dc40a0f8573e595001fdf9dd3280e4babb503198aa019c4c94dcb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9f84034243c6dc1341a059730c81b05bc6626b913524f8d854e7d13c59eb4d45_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d9683ec09f7d3d0c73eb626fa7132ea0d7f731893506437d76db27bef51ae518_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:13573ab2e748690c65900137ee67fa558a1938fc2c4d92deb6b308809a77dbc7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:279fef1862c07ed7b949895843d80c54180a704411df4bd4059135dab63900d9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7c527388a78edbc77d6a9db9ba9d5c8ddb302220d69734f4e0bfc26b63b3dcb1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e601bc25408a2eb5735db7d2595f969a59da9560516715ad781cff5e4a57f2cb_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:264fff5b66ca49266cfadcee9765ba0b34bccff8dfdb12e5444db97af4913095_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8f14a597769b040fed9d1c1d610b6023734dadee91cc28588b65efb25f6308ae_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:bf78d9a4afa92e68d8018283114bbc7fd11fe0a9b357b75a00395ad630ddde75_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dd57cd8ba112502a28c74d7f9e021035a061e1f51377ac0510dd02a303f14f37_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1e3163b559a137ca99141d0913759b5a92cf30e063f6ee2485983a486d97a066_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3038ed29c6dd5d46bf8d593c154537615b8d218bc43eb89dc099a546308c5b33_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6f5d8e50b9cf127af5334e0b1e97aa1bc466bb1ad8a1dcb2b6c3e7494bf5a1e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fa6736bee0e8806b00bf3b6d971e2de5ea49f3f2a89e8cc404d55a70e6f73720_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:09157be733606534b4788e13e47f647c427adb2d36031df979628d1e3d93b096_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2c52bc991f789cb2582b4fcd0fabd20b86b5893d9fcfbf6e9ebbb372cffecbe9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:611ab0d9521d88b9676bcf873b8aaa2fd385087814de0ab05c7c853fe98da20e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c6226a0f343e69d720fbc83ad01daedb925fc39d272df78fdacbd847fb075bcf_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:19425f8d71d7b67b74e76c5b770a5e3d918dfde9a9eb3e181c767b4489db01d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:39f0f3baf0bf65713633aeb91a80cd35779cce2b43e6faa70838e0a87bdb12cd_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:804965e59e0147de822be6cc464daa137e45c991e4ff00c7184b6fd8105eb781_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b9b4777d271c5ea81505111d169134181bd46169ccc05dc65f3b6e59f736d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1a6e143562b0618b3f5afb6d488e8bcca48d9b0b4f68dc70d77279643325ac52_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:22230fd972b50ad12367aa043fef070d0e580b71e874a0e3fc2f5aaf52839773_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3abe2be596ec79e32806af4d66a7350835433c11e8b053385ee6463e65f31d30_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bb8fb8cebadac019a3d8c7fb2338a56918ff39aeedd55318fcc7e7c6d60648a7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:48568238316d40eaae138ec218e4d0fb6119c94d9014683bc25934210792500f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:1d1ba67b2ebee648e679f886122e649880437bed73cc62901f26e77087d1f72f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:627e8fa2665e8d19aea0b746867ce31b58cef207d6dea85228b175b96cc95dca_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7431114311d645b44e0f98c9a0e92e62a2c412a2b57dc47b52f1e4c5ae0baea7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a88a9aa0807380263b476e1e7491c9a4f36def3c403b43fdd30bab55f06e673f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e38292df09d0b5589b58f31c39ca74147011aafc1a51be00112856a7242cb80d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:67f16f35ae8e95b90d758bf617c953ffbd0f31d685b9f023c34e5de5c02d1d13_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ae42289a9ddca85918d07f71db7415d099e8544ead8ae73a0d79e600c1c0f067_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfcee1078c7f5425c41f8d3398ae512f2a07d156de7d6e92d24d7f5eb1eecff3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:eb851650658c10b1a102258af7b72aac6db36647d07ec4eac2bfce099ae68e67_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:74efd49cd2880e07cee9aa16b7615504fcd276e8606b7422ffe6a253636462c1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7ff9273c653a511408a49a0778e9584605b9d24e1069da8a77049f70e2bd5616_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ad02d1ed96a39fedea9588756c548817e8672b8fa6d3e16f1f53221e3e7d9157_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b10f0eaa64d49ea5763131b8ddd134da6771b835333a4f5ac9ffdaa13cbd08f9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6c75dc3551d30161fe15ddb87170bd7ac33cb19b242907e99a9f2b003659efc4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7cc7c37a8ce0bc5a1de200fa97525c35943d5fe789787d642c4a3079c251c4eb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dd8dfd22f1e93168de72dae9a266654563fd41d605c65b4bb15f20ec65fd53f6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:e651483d73deaf4125ae3c2729bd8a42b277df79a6ff056a99ee3e78e2164877_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6590ef2d757e5ac11ffacdf6de04ac112e96f4bc058b97aae1facfbc9bfb9317_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8bc45cb12c534a1dcaeef41b7ad0a4cd8ac0e3b0041aaa0cc3a9b917602ba5df_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:92e18d38fe9dfbf0e50933d15f4178cc149b3e4eb535ccf0fc0da030d758f435_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:9a77e03eab2a1992fcd1c0a1f1c978755e236843ee4472bb551968fb16568334_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:686e7784cda9016a460c9196a522f1fb510546cad343e26f510bea264ab9b515_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:77d58cca07f50ed35b30a97c24f66abf5fd5482be3c2a86df38b5d0e4b41e4b5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:a553758f4aecd97de2202ffc5d96370765e1f92a11fa4ca464ad13037d7c1a70_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d09813fbb679d41aece1f097ecf3797adf142242feb12769a604c37df1b6d80a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3a967546fc93fbe58afe72caa5892b712c5b96072d3cfccc1c7d9b27cc6fd6fd_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4d09ecbb6bc7010c93d65d8bae5a368326d1b52bb7f7410d30dd068b4b9c1aff_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:78a9ba8fadeb516fb48a37ad2abef78f57a09b5e701a31ca41e4bfefe493d781_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b44e2dd5cd2daac1ef6849feb0b313950e0616586fdcc843a051788fa071a4ff_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5d94083e84fbdaa57cd8723c20bfa1bf0d2eaa0cef52c662975b286785db8cb5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7662aeec067c8b3bd0203da4d87e0837eb624acc7dffab9c0eda8081d992fc55_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c95e0922aa74f51030c35cdf1ee704f01ece7b4ec53f361055f4cfc58e464bb9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e4ae1090a43cdf4a540f1a2cb376a93d2f74449ac44ba6d0484e4612579b3d43_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:48c47a452810fe65a21fa858b102a2e7d9469e1143c51857844a0a74ebf03661_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5ccd0d2687e836eea86fcdcfbc73c7bdced8bfe2050c466860306d246375f0b2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7fd64ebc835133fcf6fe9d286f18f790b12295dcd904d61cd255c97e49f216b5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e862f18a4bdd246891a49434389e8dae5d73a68aec6d548dd282f3c56396be98_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0772170993a9fc0531aa948ee3f4c83a8e530802f7d6fe246a0688026c050d27_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c1b6b3c81c49bd764dce7fcb732f14f378aad992c953cdac86872b4113e8168_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:307efea31da6d72e50def18e1c08bae9e05ac8991d90379280c15f69c93be375_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f366a95bf18554cb9b48af250be89970e4c6b1fadbb97543db8bc202eefe282a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:09b9a909358f49dc84cf863e418fa79a72c5f23ce05cbd4045b2c966147b4edb_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1ce1ac2cafe2162c4070a5b60087ecdc520db1e90a433183157c554f86a8bdcf_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2c984681915470552c6cf4dbd2c900d14f29d9a6632d7d937d2fbdf1cf16a5d6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b3809b2f792a8b57efc13591b88232ca2b83fd116ea1a6ce9c05ec39733bcfaa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c37ef0e5d795a727e79d2749570d7c42876e2884561857149a17793543b9fad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:45b239b4328e73574050498d8a59fae10b1788642bfd3fdfd487a59654f2395f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d0eac8a6dea99105af2917f089cc423a7c21820cdb7ea4a3f793381cd07f43f7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e9625244e5cf3f4fd7e6d69a8076069e24079672e2c4bc4df7733ef31c3aad9b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:25939a8eacf00a315bfaecb90901a20f2d314f186c1a23ee0814ca611866ed5e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3b3fe898a633924c2e0f803ca944cc63d99359966004c6aba6a05c446a0539dd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:55a048f1d9ac836497f7783369b5b582727df86cc64fe7df91c463db1fc0ff30_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:88990b2047d4ab9055afba0c6f8895f30a132c361722a1524bed1671527d99f9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4bab889d5262b3f891b99f0a521f6d4511641313cc1d3a5970cc2182c52e0fc2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4ddc6ce50e06c258b4f24827f1fe5577c4ceb5d68ad925a185dfac5b2b3a661e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7883c26d4640f30a8fbd635f5442fdb46625d727a1b2382220c454aeac081fe8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:955419c1ead9dbc1c2545f367907dd4b1e8133ea23ef65407341e9a505b1cd17_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:206e503ccabc3f5a01f11ea5026cb64ad6ae62adf2eb9044386efac6586cf332_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c2d2155a6d299536662cff9c5a8474680dc8d9c514b152e87421feac7cdcc22f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:e62baadcd61bdc045c205ce81a3b2b650be73e7b3a5dd5cb53ea4c2f8a181f0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fab5b1965457ca46faaf5d1e6882c17ac2f0e1db5017cc81ff4da8a9083cc838_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3e9733932088db40e1d1dc25250b68d83aae6fdaa33923c2593ffc6f10b84984_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:62ff6e225c6c72f9c9b0bb33014544d1e02a30ff9092c25fddf72d9ebc8782dd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:70259c080741f045c19c2dfb1fcd5069e9eb7e413294d855262975ae03e60b6a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a974b10609ceb50c391abab36ecaffb9c6ba62f66b246f529d8f7d1f038165a1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2a8daff0897cef178c43b00d43b3468a3ff9389ebf337533c771210ffc608bc3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4c7da9adb32c409132dfefa7ae79fe99d41b6f59c592eea234970279694951ff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a54253ba850cb357befc0173748523a1762858066023e04388c94c2d5caacfc9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d49affc20c2c397c1ed17de7d3a7fb98a3f66efe9f9bd4f4234c0832393df9b2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2321dd8c9cc505a677622c5cc680e4f3461c6bf1fa4267cdf7f39383967a0b3a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:582d0856a394c73d8faf8d1792a80ccd8c66d80cf65b9dfea344351d767132d3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:938cea3b81e1b74629b0bee65183b0800518b4b757175d34669fb25f6e5d802b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d8e3f695418674002c1dd252757415372d95b38f813a3d432abab774c7427b2e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:8fadf40fe968046de41a4a4c6f643d9077f4908a1e456d7da29e0b0c79f8431e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b7b73c5b17ad867eaf4066be6b2fb9a322677ec3265c0d1bde2e317f54f7accf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dd6c4a3b961b608a71122ddef308287483d90f3a153df4ebd00b4f85b46bd551_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f5e86e560d2dd575aa814329ad50a38ad4c7f3c111353e652e55aa5b58033f18_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:10015b131c57580e5edf1fa90b05b19482ea67ae3b588efb30da1cfb2061deda_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:99060fe9572cab596228b61e892ca9b571e3b740c4872ab55e3276d4ad65260b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5127b9d0570329e12a37d1c7e38a3ad9a1c990b7b0e1d3f3b31f5ae1146a518a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8403b335a511bc219b98b899e2cf4458347dfc67c8e15440801b1434f03ab555_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:8bd350665dfcfcd29e64a93a9c1b700817a99560dcc927a75c13cf22924a557d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b47afa8cdfbab90e0852af59ab14d95b430a2e94245aa9d1c65d1a592f44a90e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:15c698a4b3293ec372e1ceffaba0fb9360499514271d26c22cfb6cb39852f598_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:43344ef6148d5c76a10961d19b3bd83e219764cb53ac4f310a513bbe694fef6c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:084a185169e09b57b07073bc5c82bc741aeba187cd9cb33149c830af00cc6582_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:171aabed219e2a837afd87ec9dda95bd32b6f780a8c7116a6dba18533c07605d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:33926bd728bf4ecfa8146f2d55c05f151150d249b965ac4338cfa8a9acf642f4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c0709bc4da1e5574cf296180cfa6abce28c2b7ac105abd95535422abb090207b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4ef4397e1a1aa5b377ecab2fceb5c2eb15b526ae39bcd9299b45d9abe4bbbf31_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:852e6be5031cc90ccd9d02fcc66b59baa692d594e7ae95e68b8923732fa77b49_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bd9e30cdd5958003b7db73e8d871b448d208c099f3dc7e9df3ba56e6d476ea66_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fc61ea57eef9eb7f0bb091cc0815a81844d60c78f5824640e40096e8de8a02c6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2020b01fe0c8555a2cf070d5a9bf75691de4d8b775b4ac91032c92972ae6a424_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6c3b876e5fa5594ed92ed3d333ad1edd228611d67b060024511f8c6a53eeec92_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cb279e6a6181c4ab8025c6ee74497cd95e990aa02a03aa01c8e4ecb81718d231_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f6562421b9828dea833fc82160705ba8c0349531dca39eea94da4bb31b8d3468_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:44b8d7704e559a8fbde7bcd2d7b51cc025eb2b898c74497149f818473d6b7237_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6b3db54da066eff7abd8e8f58ae42163364355fb1fb5a166c3f90ef42024e24a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7bccca2d8db4038ed90d7c5d995bb2daf880b3d6aed320c6d6dc89c73c38170c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:afc464bfe9fb581e22275814fb3263ada3383b571ac4765507d2640470a8fa3a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:353292bd26a33c9a68fbb8351005fc3b65d1f0dc02c82887cdeb5d28beda1404_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:af382c36059c0c0d6e76b41eda8ae2055bf5717205754272edf126fe15737cc1_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ebd113dd73707e7e234669c4b52e7ad90c5aaa95d062fe7b2ec18ad63b942920_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f0b91324c63bdd9b1603e0bcd2e554e1d595168f9337a7c26d3834093b24f6e4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:23a74b9b847094d230ca89e8d43c924098aa5a8ad67bc02c4b11833c4620aba2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3a9adb54f0e11beb7e2f393c00ef6014f9c18796c36e47ff1f08807dee8a9e0b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:558cbb955c8d4de727f010f3fe97f285b6922f4845357cd979c22e9d6afda4dc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:64f0e85f122f8cef1a5b444095fb16f95b255865ab116cd59a4a541bb61cd09e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2b93d36104e2c99c09823ed5c6d12e25abf3dd07e20683640f99b687a45e9b6a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2bb2c4706037910e8045bf0127ddd9087d2c8ab9eeb09ceabe97b18dfe873c1a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3e5d6fe6f1f7a495efdb0a61dfde0d20def80759a215bc7097265c816e07919a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:efe7886379624399e04e4f213bf1f8b2baf1acf989823caa93ed8ba76ccf9372_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1b152d3df7256fa1d16dbc4edc991503bd90432e1c8408149603306e62a28a89_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a7c3fd07837a9c03ab834a0b46ba51b50c73037203ca4d12d8cb2a45f690e62a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c9aa9a181ad76c715b410ec6866d86f28923d2becc8438f3b56a381d7c668897_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e96b65f0caa9f23429318080d5812ddd5c233b881b6f460d944990000a6d7018_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37569639de1f8c36904366fe21657db1df3c26c03b8f9f974e0a87abe862c7b8_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8d27603330319790b463eba638816fec38ce5ce81e7cc2c113636939d713051b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9e9598797558cb0767f9bba75faaece26aadb56163f94ae2cc2c137645b5babd_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:cf8f8b11a984107f035ff28ba24ff3f6e1d10cd764ac472b94bb9e74d435a459_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:70e6484048faddf5f59bc7399fb22731d4134b6a6e2c2ad3b1e92bf26e5ca902_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:93c6c010543791ed57e08cd0630a7dc7903d7455d61686cdb0865b13fc52f44e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:cf50871759b51c4fd1f164c53ec8503379de265ff95b5f6bfcb15d3820722c78_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f296becb22727fbcfc0a2a4a91139dc782688f43f63396d645b03bf698b81ecb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:227f6cfcbd9f361dac87776c3b625a4ae91a7054a29a48c0aec491a786f81380_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4063848bcd02040ab2a26a1e77d643a8cc01373bc6467070f72f8cae62ad8bf7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7315ff02d1adefaf5e52dc2b87903cbeaa1ad7c30719ff6afd130d068ebcb429_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:c33effb47bad5780e4e0ed220647bd0741276ef5c19eea05014b528b91765efb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2883dc4d23d0c4ec9551a0818f5d5edfc708454b48333db179232b6f7bafb4cf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2909be49bc0471a0e2ab4e9172e4ce490b305b8e1fb86729b45af106f1ad5ac2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3b91df98133ad62ab43372695b3953c54d58e70c15eb7ae201b68d73088c0bb9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ea31f2ac734ef3cec4337ec6025a1cc01a2452ec124f102e5b1400a9ccfb05a6_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:2aaf1b270a589b2e9c907bc35b4a3706cca1508a06142dd3086411e046d7cd00_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:32b91a8b6cf6278fde2c8d33666748a905a8dcf290b6e16ef266857d4838d3c0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:fe8f645cd130c489a3454252abd64c554d583cbf984aa3e568ae9c4073fa0f03_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:9885e38ff9be6d7ae070a00b851232a29e739a870d32b2508ab9f34e56177bd5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2b7476cab5336d76457b1915e734ab8702c461af8ca4d9e474557ad8354f7065_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:4890f971ad6077addd93d4c7fd1e9ee46ef3634bf89ff5adee2a95ad7b7b3f12_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:afc7f162c9c1c3033316a984254b8a477d8eae5bbed9cb25257d54a54e1bb866_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:e9bc1798e5283c65ff1487ae78c1175395e051a6c13426d3e8d1b898469a3493_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500656"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in linkify-it, a library for recognizing links with full Unicode support. The LinkifyIt.prototype.match function, the package\u0027s primary public API, has an algorithmic complexity of O(N\u00b2) for inputs containing many fuzzy links or emails. This can be exploited by a remote attacker sending a specially crafted request body, leading to a worker-process denial of service (DoS) due to excessive CPU usage when synchronously rendering untrusted Markdown with linkify enabled.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "linkify-it: linkify-it: Denial of Service via algorithmic complexity vulnerability",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Moderate impact flaw in linkify-it, a link recognition library, can lead to a denial of service in Red Hat products. The vulnerability arises from an O(N\u00b2) algorithmic complexity when processing untrusted Markdown with numerous fuzzy links or emails, potentially causing excessive CPU consumption and worker-process unavailability. This risk is present in services that synchronously render untrusted Markdown with the linkify feature enabled.",
"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.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1cba0b4f393f1927ff5386a9b2ed74fed87a58e4b2d4a38f34fffedd30da14a0_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3b8bfd739f87585230904007f0b438b4bc9d79337f0e9038887bb7f297b681b6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9c7b3d916bac7900ed009cf82a03607fe68fb924805ea37e9950ff3fd6c73b44_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c0fe58445dbc3f94bb9a041ee4ac81d6e1ebef0eef6b2468c288be51d947555c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:28dc48f706edfe382aef8370f464836e99a307136561dff65f7e7e8b5dcf9a5e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:533846b923d36de2b953fd071f6f7ad38e60548e9ef1d3f704039bb69b59530f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:68d5b77732cb2c0b0cb9a7e6f4201570dd8134dcbb21019dfec4bfe1fadbad1a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6d20fc820b2b684137df0fe673dd4e98135ee6a8c39a660db8435be44160c4b5_s390x"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:07716873e44d49ad177f8c572fe54cec7ddb819a70492e6bddf36ef2ea5e6449_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:288bb644cbb5e14b00d80e0b409c83644a59cbcb513d19025f8b97de61f2cbea_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a27a41e1a167568dc9bcd1f125ac624897d73bb6dca7be80d256432b35e4c6aa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fe9b92e8a052208c6eeac2ba816959ee8129cc0f68bc93bb0a1a2f940a49f4d8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:44ba1190dc20c3a99259ef0723be3c9e1c2d4f339ec4eb4f38a9375cefd60d2f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:48a700617f0d4ab9dd6b40cc27e9f602892037c10872c19c60f62a2a848e451e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9319978cb44eb1f26a7d82709c4ba7d9b6b0bdad78c6c6080bafb0933103bda2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e734fcb9ca41744ac9213327a775aeb0e01ea9974036908721b532ed2dfef923_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:10097712385ddd416b15237d2af20f86a0370f1d97125f1e8a0d25a7215f6751_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:40f8f7e1d72a0e70d96c1ff028cff7125ead621e89cf2f3c1cc5262a3aab65fe_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:50ff72eded21d210ea9c57c9f9b192cb6ca5efe781c5c5a9d2e1129e2eb7a248_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:f77b14655ac6137b53212c8ed526d6baf86d6d6332513416daa73a6dc468c832_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:76042ef2dea9a9316a7bb2a38923d0b670663803c75f5b8351b5e71d344b479c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a645a364226f6768df30645c15ffb8b7feb1932a96c3666cd2d8bbf71786fe88_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:afc4fea57ea3217712f10421cdc7ded66093dfd0d5cdf09120ec1200d696f332_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f70b291b3be37bcef36e4cd282cbd88f917dcc5e61e0ad6228b33b770656b8ca_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4cad4e954d5e9fce7e93ce3a81da34d58e01c38a5d6140cefa7eeeffa13e1431_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5c1598ad56e3f9cf5801a990b2d5d007632cadc69118dd15b771d8104893b722_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d18a7d5884e709f2440b7f85999c2351c0f74ba09b876a7c915a974ccfa3dea0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:ede11c7678a732b9ef9a763632c13e616a95cbabdb36baf0c5c48ca0d476c260_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:208703e1b4c8fd82b6cffc790affc4bb8966f6d95e5b5631d9fc7cd429d82242_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:40be47b6d5dedb587c54ea5f6ee763dc3007284e85cf75d9f48f4de83bff4f0c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bfe783bcda48a7678e776f99ab08f9d6cdf882432ae03c46593326bf8b57e714_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e43bd0884f4c1993cd516c3ea52d1f878a783f6a998a6dd3fe4a98ab11bd3e87_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0492b621d90ebddbab300b3bcb6979598f11380da79b32531f8978b26fe5edfa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2f4ffb0abe2bcc7b801658bb46ad9f397d7a3d11e8b2060859f5dee1625d7ea2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:30b0e4f82db1f3e39379b7aa792514aa726a0c485680b67351c593542c1b1127_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f0f3b27621a9276b1f4f9601b1b399eabbc165d74a4b4a20ebbccf6a36a8f98d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2d56871f80eb82c502cec2b901d3510ab482eea981f50cba4fea729c83f1897c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c169319f15a3e6ac9086e21438dac78a6b30f142c6d96d63c259e45f4b98c2ad_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cbb1706913eb430b86212f941bb32b066af04b431126af872899134a9e111ca2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:de56a4d37e6686cafc8591eb1f7520942036037ba5af21c286aea2d2fab95b2b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3e35e96ed5607d7229629ee64a3a7c942fb12da93a75e989f1fd9aa028e8fdcd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c045d9282bb2e3ccfdc19d09b76e81d622ad5c41750c960a066f9a735ce47a3a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d3c7bcca57a84397fa1932919a750ed7a002fd7f7be976152dd7c14d60feacd0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fc479e1b1d14c548ed9a783109fd978efba5363537b835a5d09fa8d0fa9f9068_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:0e22ab8f884e0095c3cb3efcb63f9f37d55b72cff37962f271fdf534deb469c1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:ab518543ee2455263fe748f1d2ab5fd1fcb87e03bdb241a1fe657c748e220e3d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:cf25049921f441dee72daf95b707da269c5ea7af7026674c42a7e3c8cc682e59_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:d5350fca926c7cabd8fa4e7749f0c2bd9bf90069a11ed96342cbaa0ccc16f889_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:41ec41da1569234037cfc2b9cefeadbdb4c1e45363dcc0b5f2acce2453ba3dd2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:bf2513f4ea2df4a781fa74ddc02c207133387318444f7027e6b62565e8af505d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb3cc6f050ccd3fae295639dd627bdf3ff5f08f66ef0fdefe24ab8260cfba983_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:efe54dbb00c22c7e9e4a6d7c40e52665823c5f94d4b7b03236edeb1d7a304f94_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:073ed3fb3dfb009b6ba476883da5421996c5c4f4119375c0c83b072571d935f6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:14b74e5080c191fe32bdd2a416c80cd94a0f30ea6d5f18faf7396c120c5907ea_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3c86e67143d2caced55d2dc470df15cd1659c5e16c7eb8af22183de1a3222901_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a6de5df300008dde127b655f67ba1c8e637bd6e67bc2c811c0d9e0ecfc3cb08b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05ef13e75b41891cd2774cf5243b11da290ae75f12ecd07239e580a5238036a5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7c5f6b71b68331d1cdff8b3273fc7cebb945d9c037fae5c2fe0666f84cafc928_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:c221dffd999b01fe10c83c1cf3e93ed9d49beb5f0f13e8e23261f44a07fd9342_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ea42eecab8a62b7896ffb697f402857a31807834a102986b3967faa70f63775f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:0123a42a6d10e21067ef4ed5ad7a39541529ff0157cb27443a95b0e5d88efc7b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:61e542fb10dc0e083f8889b0b94c3525f3882e5da701b8db31cc9be68d803ec9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:69eb532db9fac5d796148a421f1c0a95f03a84604fe40d5e5a3719c995b8d3c2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7bfdc577bd856e0cc690c86a8fc9928ed3d034d4d1455378c95293376a74b9c3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:023e336977c9e6f23a82083ada96020a26cfea384189b765e89d6acf7112957c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a0734ecbae0ba4ef8a6cf77d42383afe04fdf33eed2c0d1e34782f147c675581_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c64a9e77bb865dd5475a4022629d394ced47bfd9adb137f69e2dd7bfca2c5a29_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e90910e06037ec13a10bc176da5a516287ddc34ccdfcb36432f386f7b3895136_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2052fdaecd2f3807694fa17f35f03f84b5d8116ca56926b6d657f0594adcc4af_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:274df573eeb1919286472cfde2006716aaa62c65ad1a6fb82bc351e7292a51a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5f81d0322afa70edfd932cf1f80dc5a14ebb30f3f4cb0a4b9943859c3ef8a741_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c5f86407af14e6c3741e75068ebe79aea7c7d1a73ca87fc97128c53139dc8748_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:11009d76f2fc73fb88ad8650914948e04e30d4096420d00a4e6b1f2f82bb2a48_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:464e2bac04048cdd010a9625e6657c9f823ebadd624fd71191ee978520874528_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:4a6beae013e9de12cd8b0a39e9e7488f51b97b3f295e14d773eb28c5df9d6743_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a2f765f47a9fbb2acbbf3b00c2d62d7df283546b7485e7631116fe824cb589a5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:82953c91b88971066d4d605174664863cb062a6f7da286754aa4f05c11a69bc4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8adf05874d8cc6284cb4566506787161305d95ba4c318f070e01960939526d59_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b0127947224f18d500d967398c5008737df32168d2db50f1f87554e149328d71_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:c25b7a4bba9a988a6b7daa4eaa8608df78b927d1d454aac7757f18e3b6c78d86_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1f6a0d8476232a85b5d18ef9ce148135b69a4abdc45952f6ad0eaf41604e05f8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2989730daa53d788a9e1be03bf922a07c1111ee8559bdef63d058be6fd5f3fc7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c0cac6ae1322cdf12df3c55948bcfead52641aa95a57dcdea97401ae01c1860_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:adf166a8095fd21a818265c01776b94e25cea102a98de6875352cdc47fba933b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:67f12e5ce45f173e79229f506b92915943d263ca0adaa31a027cb7245d7a076e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6b91bbe18861c83c79693a155979f3cc56162624412eef4c57c52cfedfb38475_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b2bb582913e9dedea9f2eb41f1568fa8f0fccce2e56be4f666ff41f3698dc147_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d35f97d205f82d6ffa260582fc6dce2fe0fcc3719ae0e19e85e06e7ab629021e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:03ce535e7bb582ca85793c8155f38ff9f73231e7cf5af4ce223ea89d4d2eeb89_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:605dbca994f47b04da902ae4b76744eaebe0d716a7a5fd3cb8e617db5dabb8c7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6b2582a7f534bb2716acaa72598b40f593897124fe03a5e6b2bea1e4c1a26d15_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d88f52e765c3f5fd4ad80f7364efe49e98ae927d82601d27105eb6ad0b484264_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:1305fefe98602549511b835fd1302eee6a4494c690d76964d89189c90f39627a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:325af02386526656111c663e6a206e755f2f30db00059078a0391d4af6cd95d2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6dcb4d60294895ba062bed0e9612ad7fecd7fd8d8cffdeee9bd65ffec1b20a63_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f492d67b16384267b9f65d20b769f93e3122f0957cec290a88a1b244c80e4b54_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:56cd8314cc9791e043cb4e5ace324013f4ce4c825fb5f9119b1a6c6871b76a3b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d6ff019bc8333893d6d5799927ffd9dbd02d0d388752a1ead6b8f85928fff4f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d7e525584c9b7492d8b989d2ad0b8ccdc4f244987f26b4aedfa7ab1097aa8ac_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:598dbc32cda4219d6a0442aee99096b77ddbea0148ac3260c9c37e00b13cba23_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e223d745233c048714d3ff7a04f8ee565aebeb0f5aead03e55dd9f305fe60cb2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:05fe3c8332c4626e356a2b8b33b235d605b8cfdf8b49a68475db687789a766e7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:64ea7652aa2f9f9ba58d56765ee0ffd7224d6534860d118c059c2c066bbf2142_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8673853d611d162bc12d1791bef2acdd4131a97b8a6e46961736724b69332db7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ee04f343f0bc1c58b1e016295990225bafab7b39a9c1a572b10cdc19076150ad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:4771678b9e18450e8e2a6ab991e844fb064749a0b09b089e54a802a7109c1ae7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:68c90482505c592a6393640c16467c1416f3175ba1273a284c3d0a9417e879ae_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:234bf4abb67f86a27d549a2d368d080a3671ab34786e26c6abbcdf58baccb034_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f330b931299e7c97298212e0514c55f9e086e2f33ab7e522d40d8e9df843ea11_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:123e1027c857bf3a084e45755736871b220117eb70d774a3b450f7d877e7d1a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:61d9a3fb3114cc2252a8ecb5b0339a5fcdef87cf962f285be72b164933afb857_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9426eef8c79d6e2c9cf5efb340257ef7dc7936b3369050776f4b45ed6603de37_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b693182419b2287a69a8bcb3bd3ef8d6e799b5e7aa9b5f25cca855995588e104_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cde3a4deb285f4ffb38be4443b3c09f33a44d8f2007bfde6f8766d371487bb80_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cfa458375e07e80969d9a9b3521c5983fd20f384b74f1080b865b618afd35f32_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:30a0f7d083fbf57d19fdebcba31bf52d257fda3eab13e1c8b856291f40278c4d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:7078670a28f19c15b118e3ff8d70afcd5e329a22eb6a44d3827f9554dbbee812_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:6d60dfdba0f6368f23bdb554da68f81e3d088677ce9748d2850ba8f2ecb0cbcd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b71a8dd592d2646c7b085b06edefe64be96e38113c3547a111a8d0201992b98c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d906f3f6f4740b50fd6266205b0b3f986b35ca7a64ac7b6c52cd7167d0cdab23_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e4969f9764190a2b46dc5c9c7375213c28518935d80c4e4570d122d231f53663_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:331e8f309349114252acd7fe42067ab2b7bc03abb6619f1df59c8fe907513d3e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fefc2125429189eb85f3c807ad8ba8896a48518f3dd7d93f94a091ec925e23f1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:8687825da05aa3fbdbf32fa82a739f58585d8d2564501deb0d3b97d67a4c431f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e5886c91ae307b14a848b0a571918a57a9d2d85805af6c6ac7a2404dc0308337_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:260b87efa1dfc71726aefc2feb8dfa83495aedfa6e95b0e86dd1ce0d246233cf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:49a1a91122fc6cc34cb21b6de67b8249f154aa8e2bfade0e50457c224fc3ca70_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:cdc02821294c7bd8b4de75b356ec0ec8b0745b0b409ae9481dc08c4d967b53ef_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:e52b5054a3c11b34c3bc3450d9be2628816575531a1435ce44652324ec020dc3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:64e73e3f7bc1f37f40ae235a7866ea7c881d67afe29b398edc6f15befa7f06cc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b4f0c23d7fadc3a15840607d9aa13327a3eda6272565f88be3691b74f16fa13b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9b5eda1037248996bff10033108d1dec27b8417730bd721d980b778e1cb4585f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c397e51c6d4de14ea1b6a41957a3fe5ae54115c1cbaf414c013035333824eca2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c72d9616c2bf94661a156840d39e3a42d4023598c5d647562874c453b44b72e9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fef61b2df388d1e5714b0f3293bb7878f1ff9ac64b0353284576fa0413000ce2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:267a8525fce7dcfc460052b97dc07532c927fcb27257b29f5e43e5475376bc42_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:886cef96ae99502afa35aa5cbe5a16a30d873e8c9c92d6bb3c748bb68877935c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9a68ca065607df1a4fd1a351041d799b2166b76ebbdf2c92a0fdbccd47015036_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c7a8842568f7ed4d4b1ceb0f507aa5a56d80ab213877507be04ab55f8fcb3a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1567f1a6c1a596e22674ad45cd1975c8667fb2317c84dd5944ccef58326239b2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:40dad16e2777a64a836355627be3aae4572a7ed6417ac39e0dca5f019eeaf471_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:800ffbe7a0007398e44945b2f3772d657995ebd902918ecb410e5d373de06263_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9720a885c669964be135fbcc55bfd5e9766841f6b11bb2c279ac030de9618ece_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02440d8ce569f4318b2110f8975fc4d0a93e6da6c5012882df9cbe77559a0a81_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02594f4e3bd44cf7d378a7fa0533d54b4365eb5317c282cf8295cdfb0ae5ddf8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3e5753abdfee794bd09cd51eda1c7634aa7630ea3f2a72ff40c3fcf5661e58c1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ea8145a89efceb27b579a5f79c37c7457d141a0eb38b2de5c82ced07879539d1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a1aa9421f9d52c8bb918e1b3c9daac3e1a076e70e003a58462b62f0a91fbf795_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d4dd77443d486829650aaee412b58df2c5fcd995bf2c493a22dc1cc705d270a1_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d689dbabc1df0ca42e7eceba17ff474f9e6a30474f7cca15970a5ee7fb870a72_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fea791f1b353cb84039498653a7b7daadebd460631446fae5f05d1ca8e85dace_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:100ffa84c55a87981f50fa5fcdfb5a5daad0eea01d0bc14abdbc959ca0a1ff92_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2e646fe351c1dfb3650d0b67694f5cb89fb7aae85c9b8edd356f54f40b9e9fb3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4a45ec0f50d9cec050f1c99dd33d288ba8f9e8dd1a71c2870eb5e799a42e411e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:60be3446f54ba3c5f93c5c4bf1de44d7e9ca3049abb6ab910f8e62e671a80d44_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:90b36fe8a88dddddcd584cf06ddbde8b74e9d7a78f9f51b77d7d2480ed45ed79_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d69ebc6a9d6bd6f8f75d933ee0f7893b285fb24e994bffc35514ff5211ce68b1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:da6ed87ee2d899e3fe9c6e8b08bcd44cf11e1b1563972ca4aeb3e8bc806a1d2c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fdea5b85efe39b635685d506a4416115d546a9f56e87903650b5e51bec6a10bd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:47ded0bc14992d79c073e4cd541279def7e44d8ff586a5cc1676edabdd86c13b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:642eb8c1bf4631b969d0ebf3a0755f566236ce7b5534fab78d531c76d5e802ad_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7189cc475748ddba6ff3f306320d55a840baa8f1da8a934d4500c49e6f675ea5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bc10db6a9f9c1a60744f49c1ed737bbbb8454eeff9fd00175b98872a1af17936_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:017359024215cf5a7b00bd31b8b797ca7f5f456d66a34ac12c44e53c1ab77fff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2635b651e023c9d4dd92d1897b4513947985256607f9d2dd8043cd7f5de3a765_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:542b1a4bf2fafae85c50eae7a182ffd3a3a07b2c234a00e4e6c639b1143b4b55_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9b3b5510e4cf6b4cb86bae86fbf36c1fccbdeaecfe009cf2e67cb9c1d7924ef4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:048f5dc4b9176a86e0d82447e036ddad890e58e49c8508cd74f8c297272c800f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:0a7e3fc4b1f892ea2e77c1f5d961507f0fcec7740f33d3e308904cdea1d3ce21_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:44db7037b872b0164497a603e99b7c5bf2bd9aaf31158e8a4e8bd03559584155_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:a8ffa384c6770ffe1bb9b7b8729501ef2c06199e0005b16e5dc432dd8d23c66f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:176081efde0e44254215af3f5091e64748c81d2bb29a1e7a64ed2879c6a7fbe3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:42ea798731bcee8b868ae15f9d45b8f0aaa91d1a4f7660c53ee08b070fe4c9f5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:85fd9925886227b53c26a3ed09604c408c49b8ddb9cf7efa2057335bec94803c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8b7b592c5ae05773897351d97fc9925e6904ed02a6ed49e4737f0f649b7eabe_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0d8537a8b89a087f59b9f0c413d9c8d6c77002ff0d9d8579d179291d3b6caee0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:14cc3a54f1ddd57ce5b80b6d111f0ca27f74b4321c9915d5ec1960318c71d752_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7dc1bda89f2fe70041f850dbb5dd3804e853961d2026c3880fd7255dd6e57b0e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:aac4600f524660e2351490cc7aa719ac2dc93193f64bff1178a04376bda57cee_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5449067a980b2d50b360b1aa1164fba67693402210111708ebaa00f0f93bfb55_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c8486459e2b80ee2706409e888070c9100938357621746215ad7871ab9ddb990_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d748caca6496019c594ae5aca825845658e1e8c5a1c062a02830aecd677ea1af_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dac9a4617348551eaefdf01ebf1770442c0bc07033fcbff203750ecaaef1161b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5143aae8d524363878300902b89dfb5f3420ce897bc36064fd021d23993432f1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:6fa81971ac5bc843a536eaf167cf5147e879c5447d7c1ec17cebe7ab85692317_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:bfa79bf705669231df1e59e373712f0b04ef2c0676ebfd901bd9879cef16236e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:cad2e37531b2ba165087ddbcbccf9cf167c4eaca5a3fba5f5f4bd943b8298678_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3538795f3effdfe84442141d83d0292447b4c43e3d68871afcd453f80e11fbff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:7da313ec91e1a9ff08a16ea2b0af0ed1ac73e40c4b629402bff19f183d45aef6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d9279ac3cea7e1e400e244624bd7ce53cbb6343d10872873e71dee20263d0e62_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e89a5c92caae6b72646e17535787d06f7640a47c59b0b4f418c7e48918736d60_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0ec6c9197060bf068f358283d64b9b877e97f072466244f9d147552a193fdae3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a5aa2eb87a3fc9c5160f5c37c50cb88cc0a77bbf4eebb298ee7883ecf47b456_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc1512a1ca871d5e21162430f028d7b7f2391e19cee9b3d6e253b6b6d03cc8e2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e8c2baac5dee142c4e84d01c731abbc200cf24a04201fd8690f0d47035958830_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9b45bdc374e248769add4b772aca63e25ff0baf8d490e64066bfa78405cf609e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bcb4f4b45a7d62927ee6589db9d31e9bfc87a13f3b0239649c9701b10d3dbd75_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c1c72b9d00d45dc90f97bd9c5263e6d385ee34f3a3f834909dd8b8eb28c3b15f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e15057d2878011a1142587df35dac65182dd4ec4c0f3c61055a73a23dfbd615c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3bef4d599101ae4c2162f47e89f5fbac89903db3f007bb425eed38e1d9b4d9cc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aee0556c560d2ef9f2ccf501302a373f15cdccc83ec2c6935c4ae6a2f25b63e0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ddc3c05d5daa3aeffe5629b7e2fedd5df301a3030f8f8c6acc3204b8fd7e0995_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f463811c1b1e6fc34934bb5a8151fa946acf321ab57f9901b3ee1b7f75546beb_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2abfe62de89fdd0697da63674373b1c8a2695846d8acab5f17a35fb38fbc23a4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7701f38b6702b4a9e6b49b3db83073475c33528d2529e63b1b98664bb7191906_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a23cd4945d2e1f9e1c194179fab9c388677fa1317e02a99eebc575e227064b79_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f2f194cdb1a14fe59e05455df10ebfe70edabd37ad605346b6258c5bda79d96e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9b04b0a1047813b35f6ef09e1fcf1e06b63946e0a3b3feaee3e081b0deed689b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bb521f2f97477b5b9851f6655f1738b620aefccaaa81cd303d17eb74ade7adb4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c8a1f9ce2dea4947e6cb460bb4b4ae7ab6bc5f816ca25f3405799d56c6ca48f3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d8f67c5b7b8903633485f67a76f88ea13855bbf95e92b651bddd15fa91458ebc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2c84af74e0937a0f3451054240ab7ae2d44c1b566339012ebec9e5b75d7a627c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:41ab25be6eb002ee921bf74c1049e07547328632d576e78fc45245177fe9ab84_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5b389b9b0acddd8ffe5e5c3f9d54321d061253f3f45b5b66b6dfa0181b73b87a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9afa17f9f4e4551369e891d405098219c071231ddab921dd32bb7bc66bb0b6a7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:0bd76e62d162ae823a34a766fccd9d339e3f550720d863b477273734ed1fdc39_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:dd17b1ffce727d9a74c3f64d65b72b03a5c8fed96e773665a078dfab33bd64c7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e8ed2c9324c2f5594f90b049e92f2fb3141dedcd99165e80e8bfe147c738adff_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f7f45f6d562bf699e0e45e134c7ab71701dc3994882cb82edce9356be7627ce0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:22dee3c01cf1deff68d73d76735e420d223ba0e75dba1e7ae224ac4e7b14ae79_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7134aa51e11a7d6b826068d03b9c90a518cd3cfccec0e3f06e57f5ed77daf6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7cdf9e85bfc54e4562176d63e1f2be56775dd761c6c0cbb80fbf888dd1ab43_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b72954ed888ded15f443784fe6a684b6e0d7782921efb788e242d987fcbf5388_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:63bf84966169bf2dcd8b8bfee3c478d9e61881ca007fdf3a8be4ba5cb1118211_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:697ada7f8e4bc8a881e2f1fa3a8402a2e96448f948befd465c59e03ced12c9d9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:85ed053619e39778d5a986255af37802ac46a26899c8a448abb139736db5e075_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:abe01f65affd92347d8097b3922e587548364d9680b74f767e9cbf139c996802_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:55102797bf884eef2d8b842ba8a5f2538f711622eab1c82b06941ec574b8f266_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9cca1a2d1a6f5a33257e8f790d180274f24a01c125a717ff79da8fa301e2f270_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a1f1be1027b54388f762951ab7983f18cfe37140efcf2c778a5d11d4740e8e9a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d65990c0adf148e94c1c0ec0730ac2a285b38eff128cdb2fac7f61af1514fd14_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2db5ea10de47829d4643fc525d9efe3815db59d5689c0febecf4fd722ad0528d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5dcf0a7d3c0b2062ea11867f5fd2a4ad56fe786b11c3095d76eeb4c844240a6f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:73b76f141fea3db7cf7df4e9b70443b37fc67790cc6986efdf53a32ea7360bbe_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:be3286f36b4c80969594af159ede49ee20ab5dfbbd890649c2c4249335714466_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2cb748becce8d80bfbb66e84f63e0f0a3cdee6d9bef3833eccca24132e9d0699_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:374211b6e69093447e90462693c45bcdf2ece57b033a419f13585d9a46df62a0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6047837c63bd707f994797af79267ec8bb5075b3fdd88c069b3acaa04ee2cb5c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d8c4afb75de3b6d432d4929f4d4fb6938617a794ca2ef2060b83a02588a1d0a3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3287f57d83e7becbcd3997ff2ade6e6b5a664fd08610464002229e0a116dfec8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8a58a72e372b4235b4751e08f10c97ef0798519e6b91595c234fc14089d7495b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9654a0a2b4549ab06e5422dc69872961c892e97032b18d913cc197dd3aa39f3d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9e9ecf8cb43e1819159bb8fc0eb5641b71663e110ff757e26d5549cf41075084_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4aa3e0ca4b5398fcaedd212506e222fd435f7a46c2eaeb7a49dc50f789cf13a3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5d094c8e18e42d662ac2f5ba16602c1513094c7dc547fbe3de562463c4096bce_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:67f85bffdf2db08fb27d52c6a0a8b615a4b9cd748d9a7e6126851d1bb27844ed_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7d4b6b9e67875889c95a5d126bcad0f6b98c148b85433180573f439a867d9e25_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3c0791290db50c5a925a80b371ba8bdf91f4fccce56397d12a989263a972bd02_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:654aece866efed516d69db0e47668dc85d3936e901aeabd098e07538aa3dc617_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7637a44a01d6c56f002120cf96228b6c68e92b4391d4b6efa1c81ff8e40eac0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dbc636494f53ee38eae00f243bdb92d187ec84654c280cc454f2b4febd7c22f0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:08f46b1d2114a3ab80bc7cd277859a4f84e870c2421b9e13370774deca0aebe3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0ea69bf7a80cc8c0810acf8c7aaf2cc1374d3b034065f1119ca33af3d1794cbf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:17e61f4a9148bc2e0fcea85c19c98eb8c2efb701bd21f8b63547dad13fc256ec_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:8b81413ad0f567583ebe4782344c22834c1781c5f7493c8a05b827f3f2a5e409_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6b348a4fae63bad66acacb5f0d03b8155246733e758f14208956c38c2bedaac0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96eb6b75d6a8ce22b199b8150e628a2a00c427ffc79b2fee2e24af1bf584bbcf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e0b17d193af2fd7e981c9908e01f2d840cc939e24bf1be19977beb85fa1159ad_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ed56ff21aa465143bc0d1c4f20803873dd07999229739b84ef7861683476b22f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0654b81d996d73c5b5b03310f314bf3bd6871b3bd4d1abe791cec9b7a3339719_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e294ee6e92049316f91ecad5987a24d7d3c06809d3db2ee3f9a41bb461bc220_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e3afa0bbd3ab3ed4acd6d0059765116e9ab56090313932bd063098d94f1c3b1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:929f235d156df0f59479d60379dab0d83d6fc662d9acf7ff050a520850ee0125_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:14b5ec9622b1a177ffe69a7c87b7797c06b283b26d5547828d3177f823074b5e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:52a47ec0685655243dfa60738842ba038719f2454b85024084de270736d06529_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5fea5bf035692313badd286c7d13564d48c34e3195bac3c74ae669607b5b5875_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fca2b0ceeb7e301640de2604932cfb2c386441e0d3b3b0e4a525f0a6b00f7cee_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2b85420da837c90d984c5945fae12321c8e6b6fa270768da6270f382194f2d4f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5e5a715049a34055fca9a4b36dab839573238385890678734f96d7ba776dadf9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6982d2c27206f15366ece47b40f4a6a2994c7acf5dbb94aa274c55a2216d0063_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a38c23c37dbf421c77c4f36758a105b790123d654f1c8b3419becfefedadd0e7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:021e3ef983d0ca18800e0fc390ad96f4b6f6b9c3ab784c6e74ebe2e7fd7b31d5_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1076cff5268f9fec09a760da243efbb72eb96645f838a746c4c4e28ae4feba33_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3eabe7ed8651b8dedc3a2c38a83527f224ba3b50088b3238e158048bb2ddd85c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c29274bf105ffdd07bb78270a6dc497fbfb699acce48c7c6b7b6ef32416eb20f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:71bae3f7d9ec2a469c8d69b9f67d27a0a98a26bc842cc8733442cabd43fe3c06_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b67943ce9e26423e0bf84f411d50f394a67a0f3368ff289e695f8819c4fa8c02_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d4c9ea28e8a716d6a46a42cd3b5efc82f42d456e21791c32369527ae82f643e0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e4c222d813696b8b3d4cef6982cc88ba3d4581ad6842b10510fb4c8130a82684_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4d789598c5dc7be91f05a8766dffccc377a71db2ea8c5cc563f396cae02326dc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:70267df26127761958bacff38fbeece08995608c2a24c7a3724495128ef2bef6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:84ea38804ec003ae82375c83ed4549163a2c932d6264eb64476e0ad175b4a4de_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:bfcf2ab8d6586fd6a8f08ec2fcc71f997800b8f459577c31e654f8ef9325fc42_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:49a412244c4d6b547d5b0ca9bcb041b1e3cabbc78f5234ce52b678207d83b3e3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:4d2e1fee9a43f8faf39b05a7d82ceac50094ebe972fd1fd85b1528961cf49478_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:564e888a319fcd9b1af19b18a4281c5a2c41bedfc3186fb3bb587a1e28954c0a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecb2d59766a1aaaf7cfbdf1e0b92ed025a18fd54acd41fbc63026b350c98a953_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:296a9379ce17e07df7008f1d35004477297a7ebdf9e3d51a50d71628d6ac68af_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:67f272ef9abe83f9cd959ce97e3d5c46ed6e118ca30f65fbad733384d228ebce_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c8b5246ba51213bb183e07d862b6d1f9b156e1d16b7656bd6ea061f9016e8ad5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ed375d4341175bfe6945ea8aab5208f375034307f6753cc726230629ab97a71f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:29e41d78f04e683ecb12ff2335b7205383670e7bcd2b1beec736261a93abd406_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8ac74d64736ed4788497e0d4d10226bfa212f6c0cc97ee63d7c61676698bc022_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:94a303f0dd0822b5d82509e3ff8af5887949ddaa0e3a91b9f94d0bdf4e1e267b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:95c3aff27109694e511c9e45d1132bc4de0fd636cde0855c9ef45f1a17f5ce7a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:16e2953831f686cd68012c8cdaea2b404c54c91050145b716ee8b0ffc5cf11bf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:91e3e3d331d92b90ea49a78531cd366201c5de278f56597d9dcbeae40f114754_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bb1ec078ef82180a6019d6e174c16a5a846e4cb8995753628db25a4ca0071474_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c33a11f1aa2fe38738663eb291e25503e2e6fc3cb5bd964e1a6f8db0475e29a8_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2606e2856430c12efdf947977a070de13c3f93d3f304608c411ed57b6de0c6c7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4dda7a5132b638230470f86622d84a7f0117280726ea52e3769c15f11b1dbbbe_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f3b4137b1beff722b9c1ec2e451577a22f44c47a6196139a39d4aff3a0386daa_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f688b554b17808b3aca13b4e6bb8a240401db6f6cc5805e98ebe71ff43dbf1a7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:07163bdf6c27b8066a5f1e8674a2120054c3daab1e8a0db8cd728f2b1ca0fa57_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:32956c0bb79239db914454aa82f94222c6f7a90be718e22bb80c4e75a45127f1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d877387429f09cf5fdf779e73200069c418e561f20a21815bd56fce1c1c4c73_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:9a64cc9623e5639b0e8ec8f5ad63a5ab83f92598abe541be09fceb37ba2fab23_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6d8e4146a7965b0a81984df7d0a2fc094c50e7010acb93e58510cedc8a42e687_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:764c1081056df81f61d6965869f9ba66d67f132d6c768c13f1b2c1c81d45ec6b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a27762ca5025270235002c90eed00d6d029d4b7103b5bd108eb527fc8e797f1d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f473c0c439be12fc83e9ebcef48a1a067a5f4a9cd581ca19ca34a3dd0b9fb79b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:6e95c6d3ba75f0655680a4e46b703aeceb57cc9ad072733bed1aeeca0e9b3508_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:ba23af1b9437640698b924bb0645013d7c08fd6121489b01b63f66156faa6588_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:01c4ac10b7061c77ef54bf337b8488722506d2a572d9da7d9a689b4c9ff7c225_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:67c19e36b3f264978073841b06d940efc3fe0546baabffdfb35c2e5a1989e96c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:add880787ab5dc1af04cbed51e2da0f6f630ee85387617987ec6d6d8e3a28009_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:d6acbf09fd11d29d0d715b96e60355a23deba955fb3ac6ebbcbdc29e6923d508_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:474e02e9e121dfe39458bdbee1f434d32fa29347f55386a4abcd3825c9235456_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a0e6d2e5adb8d9c223824f623bd7d391e33241fcbe281c54af8e3925af5781b6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c3fffbd0e1e6db3256029c6cff61bb64ba56625041ff86a9d46a895076877fff_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d253f116a2d1e2f033f47422230a0a4e8a9fce255d71e9140a0bcb6f255c09b6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0b41f824ade401523c3ff06e2dace98c8dda246f40e6a01a588dab6fcad09683_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4954d67caa517e2e2edec0e5d4b95610a31b82d5a86f9058cbe55193987da9d2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d1a37ce3fce40a5d5e3065b5a4be81a18fe2a6b81bd5d16ada65f2647fd8fd0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d395f05c26536703d44d06525efc0ac6203440e6576e8a1513c7e4ed8563ae62_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2224a1bb7f39feb0ee922a54a94d8dfa66e676caffc681f99227eafc0082b50c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:339b51d602e6c798949da55fc36b4e83d4b07909c97f004f8aebb5bb6f43268d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a7bc2291024185f39cde4d43057b17968cad18451fe8447b0ace526ee11bbcb4_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c171ac27f2bfd7846db274c1d2be8b39cdfed3afe59ab4fb01f903b5be3af443_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:45c70f4c6f15a25e1982efd6eee6930f16317ef4cebd11ffe2b5994b9ad8b200_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:938dfb864f0a9dd0116c5969eb1ca94f2e04b914c3ee56bc26ac33f90e2535c6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a4f095b9251baba737421c47566ac7329258b8ff22b0f131c5a941ad1b6caed5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:f7a4c6ab4dc050efd81ff5d7dee7569a55dd0cf96e6413c47770699f5fa02b6d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3a4f76a56b75c54966a76307c4fd647d854812bd22e55cb228c1e9b5aea67037_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:98110bc940b974dcbb8b0ea21c6b52bd96ecea62779f9665d3ac8dd03223905f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a7e47a89156ad39c7e5820cbc98a0b295ca1a3aaf6b72be3961c6d4eb0225831_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b6a273a6d68b36cd939b6bba836f657168526125327fb784c436c99848f49f7e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:26b6bffa3e11fabf11ec8176bb39ab3e301b3c5a85c1aec37142860ffac1fe5a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:301f5a73d9d839a999dbd3c9a7741ed3458ffb87426b7499364e6460850deeb5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:57eee4fc78405492c9a665c228d1f25c75f0390f75a73d5819aea7ebc2da6b4d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b10b625aa3fe5011c7fa9db3c95ba6d36c569fd6f6aa4ac3ff2431cbc103d362_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:11b59cdae58f57a02a4c8479266a50a1a5691f2e8e4382ea7ce96bc913ad4afc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1f11609dbe46602b2c11ea6c776cffc87ebf3fe2a1204f25bda85d9793d5cd60_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:28ca9310e14799c080a07935267ab4ecaf6fd1abadcb1e165deb46c81f2e731b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:56a619fe929b8a18bf1526bde6c9a86f12a1c0a43739d1a0d04c58920d3ac5d0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3bd696b964b694ec219c5776593bf4772dafcc3f43b973355913801929462557_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:4142674147742cf0ecad7223e02e88efb53e5a34ab820df5ea2f645a04219da8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7c59a7997fa95d2895620378a7e18f0074929b630c329ba3f03c72e43415364d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ff35fdf6dd3714c214394ff6f203815f23921af529bad0dc22abfa1d1680b333_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:15198ffc1a039f56e9cfe7ab35037c34a3864a83163576b65fb3e9f5aa8f1f3f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:4ab1c5859c4f54f225fe4d5555f3c2d1aafc520ce7a9197b040e06084da9a43b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7be609c48462446f215d9ae0326f1c76bc0b779cd08db391163c796106e7aeef_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f04c27be87ea23869192754c00d08badd40a106c2f66b86bf493455b3e3ceb09_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:42ce515a9496a89b6abef7a94b6fcea6880b2a9833900d54e1dd4044c9e2872e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5ab9133d7b6aa46227bca8a1c6ec2ec9233ebed8e62e41ff122dda627d4a7fcf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:94f82ddff9d44dfdce03af24a851c05cec4ceb161c5631ce6ce88dc8a9481271_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a7879d59a73d16ad9c237a597dfdbdbe06fd6d3e3de0c9396e342250778dbe08_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2f370ec13f448fc82d3f142cc8b6a559a4d62044631f4b394742652c4672f536_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:38471fb10545f0fd1f879ff8ded337bdb6919a929043727936d28c2153a78fb9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8e6c8d7186bfcc49c6ec64bf8bbaaee511f62cb5d14aec29bea364f90129d36e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e35c02d8101af5150e038572081ef775816f97c77ae24fec3826bef8c24837b4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:123714413da1487c02d182f1d355688d2f0fd63e0f82865dd962567bb9c81039_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:675b6754ba7e231a1725cf8338d536551497ed05e7f40435a2a3c98e411af84f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9eced45114ad75c3ca56d06028c836adaa713433bc49f6196533276f9645c58c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b203bacc4238f6cc6afaa7dcad119d126484235694dcc33a46edc4d002dc7f5b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4e68102ebe684da4477f443e32d69865b6fa28d398fbb76463c67d85739e3c2d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:6dd5107b14c1abce011367145d859456aeb03052ab831b4c548fa4fba0b269fb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8e6d6d3162ace273c1312c383de4e1f6ffe2d8e6d7b553b64e6ac460ac040c20_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:061699fecaf30d68ae3d41b89d812ea8144627d9ca9de83173fb33fa06e6b8f3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:33b4bb5c331675703e19ef96f3185b2d3cbcf4d0e37a6fabbeb5a8dc1f46df10_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b7e15475952a147e7d6d506ee9686c6c594d529b27e4086f49b0dfc1e237d640_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0465b162143273b73d2d1af7ea6f9654116a9b1cba8169028273185f2dfa1191_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5d1720d8067c33064ccfa16d47931fd18bdd3590f53023c2ec268ed9405d0983_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e99c8d382c503a7b1e25e6f72ef293496beab285d0a3453d09ca73fb58247163_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4e09db0d6efc9289a85cf5d4ced1d6a6a7f52168e44c366907a5d4ebd3e7d75d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:585c75fc909525ac0332764b66db33e6646e5e0b0a4d01d176be6dad70a7447f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:85df50114baa307e2b4192a46f80a292500401eaf41f45b071b23bc278562135_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:3ad0b56893a8ad865ef9de637c1f21a358aae5ed4adadae02db3c6d37db93422_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:56925cf35430409d4a59b4de3ea74d8e3779acf505872bcefa26e97418f7bc9b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:a928a27d2775d702a7b4888f87e770c93049b645b5878173d87d893288c0701a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c83836428568394e500de29f5e4b44fa4881f5b5813a8dcd42a5bd16b6bd2bae_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3fa694c3f2b9c05fcf2cb69f97d791fa46600ba1eebd67608b109586dac15e3c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:44006268f8f00b5dcc4737ce787d9221b50ad7af3e678ea6dea817a797512b4b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:6b7d13c5daddfeda27cc815f3fa02affd699ed626cc41775f78070cb8cab4f4f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bdd058e218fb99204c479f5cc33383634b184b1153a74c3333926e84f3e4bae1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:174dd5140764fb73bc002166fefbf8f897be7b295e10527410fee19338fe65d3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3f5a73689320e820972a39a40077926550f7864e2d1969a9352d3b833191086f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:df97ec11ed1fbf6397b6a62c85014c255b60c652c98ea439d1f47e62c6a0e4bd_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dff5a115ecbd046f3a1a60ce8d8518edd570922528a7ba56cb17716831eb6b09_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:11f56bb6bdf0069b7bea04e5051874cf879bff0ed36676dc521975eae8cf1bb5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1eb4aa5666fec327b24c011e1b7e726ecde7ba1942e0b8d9af38a65baa052985_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:77da9199e0922972da775122d60efaeeb4cb2cc464ff6855099fde770cfc01a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c56c801a4a9e11f7b9ee071dc9634fd6c43aaf04cdd6b048dd4ea1a623ba16a7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:5332d1051a8774d9d3ebd2f6df71f2ae36ff23fd32b28edb418c028dfa6be128_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ae444a4f4274431a8dfa075bb9c91fda502cbdbe971856f54ffb6a0d5deb08a3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:4148a39c8311d7050050debedbfa7454b53c3e00ae4d63cee7bc6da688af744b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:699c1abe44686141c985a530a8b3b864b3a1bf2c5c6645d68f7920b8f752c684_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:608159f89bf52fbe18bbdb1c48b679346ddac7d3ace7883c84494615a4ab7adc_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:d26f0f1adde0599a01c90d8b9e1e8690e6e532a380e7852e83cacc1e439b5424_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1ef42800334a0b6d395e1b1bc8e517e232713a4ee0e4591415c5347ea1352fb1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:23d11514c82b817c95564de1f0252dfcf753ca40cb154054c051b6bef078a960_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f5311dc740529f4f4c444fe33bd5731b0ff5d213620207f039af546a3c521226_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:14f9b0d4497da98ffed111c1266fd4e0b4a812f6b7ec37b95e5702438602ce33_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:4e6b6f1636a4300955a587155ee9063979e47cb387dfc1a85f3738b1cf25589f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:2cb5be04fd1145f054e994500608d1463f35a0fb87305e559ff71c972795d978_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:664dd8b515ac89b33051c38e00fabc4f2bd8c902f9fdd8df263b6cd6d0a0bc25_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:28e1a2e9d3850462c628b0bfaafac15d68def97b8c1c9387de58b1fb6d877f19_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5c60f40d38ebe6f95cfc0fa78fed9aa265fdf3aced888bf232445c2e76e4ed55_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d36d045c32e335933939150b36fd2f86599add415385560d3e10d4b74a704d89_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fa556b78fcc306b456576053e522d93e0c578807e220d3c562ea54cdbc2d1a92_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f9ea746b7bc2eb6cf1d82644d42d363d9343506f9091e8bc67740a06b382081_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:909ff0827690342dce5b4cf713327f3a8887a056951953c9aa639e916129e1ad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a8705dd5df6abd3d6931b298fe8e53cff0f8259547fa85446503b413b0ba19da_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:cabf1a3d4e2aab9e2273afa75bac084e93eb36a2801b91ea0d79982e9e7e5f2a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0b5cac582cea2ea2dee7d515f05bfedf2a5beff46ae6d5ca9626bbb36c94b865_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b920409f5635d704145bb8e1107a7c6f951976c44226a2083982443f67ce619b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d658355babb92069a73c35353c2fc0be4450517b3445d2387b4b0e3bd2b873d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f8036fe71f651189dda062ede40268c843ab07ad5b32e010250f9b6fe9234bb6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c5361be369c8e0194275ab97d18d52a095a5206888bc82d592f9f9ba28a34e91_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f6427aa92071d20df4e412376886d9831bb0cbb15c10216ebf2ac78de096b051_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5d5edceedc72d2ec62b24b6a60c278e4836829c78a0bcfeb20d87fefe501a39c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cd23e978bf90a7180245b04b5b0df939ba57e30ea13a2a759a5d04953eaafda0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:bccd28236b901759b08d5106786d262e482cbd1e3798c1392c9c6eda9956a5d6_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c096101efdd0dab71581c6e6506b9a6560c96979e2d439ca888d2c67860c1337_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7cf38584dd1c5c269f86d85b0488e9224ac989f985989b00ba718ccd5c1cda56_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b2a85daa27b4a10282c1365dfbb48a3224df6c2a47d6f5ed59c3c01f6035d443_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3643a11084c5df88b8dd9c8d7693b228f3a9d94f74aaeb4620aa458516c14e18_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:a6a1152188a6d2cab12133e497a5c29549fa0103dcde8f1bb530ce7a033033b5_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b6f91ba9a89207a2f84a8bb1343179bd74948644a8b1608c2a2d84dee9ad39b5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c21ea57e4b38cb47e5aacc58b218ed97cd4e6ef353d86442236cbe8852c6f648_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:56c61752133f5574587fefec75502e2a132871ed033a824f62519117ad0c4620_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5eee9a534fd647002e246ccc70b47a79737cbf604c5fa4519d10a8c66865e5a7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b1428b294b7752d6d56fa95d6630aad0b6d205991537ddc3274a7062c13df3dc_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c363dd15dc780181855ed7e8af09bf148d9e38d562cc54d90842f95ccecce36f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3978c02a12f2469999e833a2cd001a08741c4d9bd22ebe211bfdbac17563ddf0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8d20d5c213a86a2d9cf1d4e8ea351a70e2bc1e8864e7435baa701aef3b22441b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ad84f2d6f695c6c999a82e33cee9938544352a648c0e72adeaee0803289077c9_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d872bcf33f5d4d6f1a074bef0091e74de82b3b1a883b9004aa1f6193b84904fb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:027641f0d532c5d06663e838ddee798513282838efa12811ede36e1b8669949e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:198fbdb0d6d4bf699a9186c06c310e4eca0c3252ae8e0d64ea1c68d7b67c2bfe_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1a3fb2aa3ceac5c827d7cde1cc0296d6974663d3f5b4139390cb29dee2bbcc20_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:51a53812eecfb69e77afa538400463c7eb51710777e9d9573804d2d9eab5d307_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:19cdd4cd8546c53530e098641c6c83e2f38f05f2d046c6a9fddc3c8002a01fa1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:27b826d0ac202a4321d2d28bfe26376b405458781f04acd607c3a27bebe83651_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b1c377c3a99dc0a9a6a39dfccae28c7e5a11674342530a05b237a33117c980f4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b230c7f6c243ccfc43e6b50809f916d3247f8daad3c750220020ec4337b126a6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:42cfb65c46f9f63ae3227c0dd5ca2a0a11729ecfb2865f3a4443821a85f7c8d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6ca3200ace5f9b6c36c20185dfbac37ef4cfb171f3a99eb9c746e52031bf380e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a9edb90a7efaeaada322b051c1b4cda47df859fad20ed42574fbe0fa00d15324_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bf0602fddb6c09c5c20a33abf72b947cf7ec8de6ef68144d2f4b1a1a9ad906ba_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:13df2c323a0db01668777fb495bc342806443b5c0992fe7f9ede76a0e731e2b2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:8e564be7535e32f63ff7a84bb61b3586b16b07f4ab6db20b42340dd998f2e919_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:29b338177ad61fbe618240d520eb180c1faa54fcd4be63c0d2d16f5221c4d7c9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:97b5466389d9b1e4c54dce29bfb42e901ac2c4aa39edaf99c35f30a766d38b78_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:989cd4643516ba83c661cff6bb217cc25d502febc80344e08e90c6eef8d24088_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:adec59d5a5ca059167c1dab49e6e1e6363c1788833f2cbc2381cb7d88a98864b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f821e1e8479c74d1a672e049e187d68cc4845e7efb417e9e4e4fa99628f3ea99_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:4eef2a136a4fc3a9deb0c5999546aa8d498c3553107d1e0eda9d394b2f412169_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b31560936594f27a81750c2d73f97385d7b3ac87cfa7c75e1a4fc224243eb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:bb3bda07b0ab9cc97889a530b1da6d7eb3f7f9c8a98f9b867bb3a93da7694625_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d50f44b5a5797797b9595f99e3b24684908cc28d317ca00791bb6a7406e15636_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ec2e637888e698016d6df6cbf4be6d44e5a2f544e7b81884982e06ee632a9ed_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3c569b4e1ed989074b129cb91b307cfa10c8305b037b284b23bde4981f551238_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:4ddb2823de8624d7d45aa16adabddb92faed392e71c2d1a0b3e640be91b731f6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d3b7e9f39e5238f011f9328467c72a8cb8cf99d4bed7ac0593edb9ec5bbc90fd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:24e49f3b5ed9df72849a33dd7fbd4a0b01b8c3be79705d6e23ae48e3fd164133_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a9ce73e1f17b21b9bf2ecfa7e35f5d8e9c72620076bed594e217b870057185ca_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bc2fc4c0e55023974c90506cc14c51cf73741e9490632453687edf404b3c485c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ee9af4af02c40524e182fb1893b8bd59785be7d508111c5b0415f0caaadefcc3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:971256d54a4e10a29080f656d5de3b6281f27c77a40c0dc7352f1f05ab83eb11_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d4fc699ea35d0f1e96e825d2db3f21628e25589ba57c40ce771ed210aac5d588_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e3d0f624ec4e265daaed3072e9f9dc85668a917d49c96ebaa1c7bc05ca636197_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e47600e5f91aad639de386e422056d431450e5dc3560d30ad16b0b0bd240e371_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9c772d8d7af17818a38e2004fbdd7673bdaddea0c36daf239dfe65a49f78c212_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:acdda550e575dc7add42439a856726b3833c5d6d98dd9976f30be4b781a11a82_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b5be0c8ab080114879aafc5d2526924d32306ff545c06dba64c947ca68736f91_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bc413067c8cc3e6c40a9be4ea896d911cf6b3adbbbe4c8e85fcb243bbc7bc2ea_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4b39c2a3d10a1e059c3f52bbbad6df20e52e47a422119d51806b59bda8e7e97a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5f0f4b8edf205f47a263878372c0fc80e1531f3d197d882a83cc6a2bf980c277_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:78987fc04ce330fd8ffb8a96e1f25e8ece8360680bbbf4c8854f1ba1f598f2f6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a43046599cdb529aa9a2672b628a7495690b03379c7dd4ec7bd744b01793943d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:25b8603f08442f61b433250cb6f4839cf2cff118df56d1d7e12b3b09e859a278_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:912bcfa64c2dc40a0f8573e595001fdf9dd3280e4babb503198aa019c4c94dcb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9f84034243c6dc1341a059730c81b05bc6626b913524f8d854e7d13c59eb4d45_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d9683ec09f7d3d0c73eb626fa7132ea0d7f731893506437d76db27bef51ae518_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:13573ab2e748690c65900137ee67fa558a1938fc2c4d92deb6b308809a77dbc7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:279fef1862c07ed7b949895843d80c54180a704411df4bd4059135dab63900d9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7c527388a78edbc77d6a9db9ba9d5c8ddb302220d69734f4e0bfc26b63b3dcb1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e601bc25408a2eb5735db7d2595f969a59da9560516715ad781cff5e4a57f2cb_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:264fff5b66ca49266cfadcee9765ba0b34bccff8dfdb12e5444db97af4913095_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8f14a597769b040fed9d1c1d610b6023734dadee91cc28588b65efb25f6308ae_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:bf78d9a4afa92e68d8018283114bbc7fd11fe0a9b357b75a00395ad630ddde75_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dd57cd8ba112502a28c74d7f9e021035a061e1f51377ac0510dd02a303f14f37_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1e3163b559a137ca99141d0913759b5a92cf30e063f6ee2485983a486d97a066_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3038ed29c6dd5d46bf8d593c154537615b8d218bc43eb89dc099a546308c5b33_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6f5d8e50b9cf127af5334e0b1e97aa1bc466bb1ad8a1dcb2b6c3e7494bf5a1e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fa6736bee0e8806b00bf3b6d971e2de5ea49f3f2a89e8cc404d55a70e6f73720_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:09157be733606534b4788e13e47f647c427adb2d36031df979628d1e3d93b096_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2c52bc991f789cb2582b4fcd0fabd20b86b5893d9fcfbf6e9ebbb372cffecbe9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:611ab0d9521d88b9676bcf873b8aaa2fd385087814de0ab05c7c853fe98da20e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c6226a0f343e69d720fbc83ad01daedb925fc39d272df78fdacbd847fb075bcf_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:19425f8d71d7b67b74e76c5b770a5e3d918dfde9a9eb3e181c767b4489db01d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:39f0f3baf0bf65713633aeb91a80cd35779cce2b43e6faa70838e0a87bdb12cd_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:804965e59e0147de822be6cc464daa137e45c991e4ff00c7184b6fd8105eb781_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b9b4777d271c5ea81505111d169134181bd46169ccc05dc65f3b6e59f736d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1a6e143562b0618b3f5afb6d488e8bcca48d9b0b4f68dc70d77279643325ac52_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:22230fd972b50ad12367aa043fef070d0e580b71e874a0e3fc2f5aaf52839773_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3abe2be596ec79e32806af4d66a7350835433c11e8b053385ee6463e65f31d30_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bb8fb8cebadac019a3d8c7fb2338a56918ff39aeedd55318fcc7e7c6d60648a7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:48568238316d40eaae138ec218e4d0fb6119c94d9014683bc25934210792500f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:1d1ba67b2ebee648e679f886122e649880437bed73cc62901f26e77087d1f72f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:627e8fa2665e8d19aea0b746867ce31b58cef207d6dea85228b175b96cc95dca_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7431114311d645b44e0f98c9a0e92e62a2c412a2b57dc47b52f1e4c5ae0baea7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a88a9aa0807380263b476e1e7491c9a4f36def3c403b43fdd30bab55f06e673f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e38292df09d0b5589b58f31c39ca74147011aafc1a51be00112856a7242cb80d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:67f16f35ae8e95b90d758bf617c953ffbd0f31d685b9f023c34e5de5c02d1d13_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ae42289a9ddca85918d07f71db7415d099e8544ead8ae73a0d79e600c1c0f067_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfcee1078c7f5425c41f8d3398ae512f2a07d156de7d6e92d24d7f5eb1eecff3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:eb851650658c10b1a102258af7b72aac6db36647d07ec4eac2bfce099ae68e67_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:74efd49cd2880e07cee9aa16b7615504fcd276e8606b7422ffe6a253636462c1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7ff9273c653a511408a49a0778e9584605b9d24e1069da8a77049f70e2bd5616_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ad02d1ed96a39fedea9588756c548817e8672b8fa6d3e16f1f53221e3e7d9157_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b10f0eaa64d49ea5763131b8ddd134da6771b835333a4f5ac9ffdaa13cbd08f9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6c75dc3551d30161fe15ddb87170bd7ac33cb19b242907e99a9f2b003659efc4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7cc7c37a8ce0bc5a1de200fa97525c35943d5fe789787d642c4a3079c251c4eb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dd8dfd22f1e93168de72dae9a266654563fd41d605c65b4bb15f20ec65fd53f6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:e651483d73deaf4125ae3c2729bd8a42b277df79a6ff056a99ee3e78e2164877_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6590ef2d757e5ac11ffacdf6de04ac112e96f4bc058b97aae1facfbc9bfb9317_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8bc45cb12c534a1dcaeef41b7ad0a4cd8ac0e3b0041aaa0cc3a9b917602ba5df_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:92e18d38fe9dfbf0e50933d15f4178cc149b3e4eb535ccf0fc0da030d758f435_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:9a77e03eab2a1992fcd1c0a1f1c978755e236843ee4472bb551968fb16568334_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:686e7784cda9016a460c9196a522f1fb510546cad343e26f510bea264ab9b515_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:77d58cca07f50ed35b30a97c24f66abf5fd5482be3c2a86df38b5d0e4b41e4b5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:a553758f4aecd97de2202ffc5d96370765e1f92a11fa4ca464ad13037d7c1a70_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d09813fbb679d41aece1f097ecf3797adf142242feb12769a604c37df1b6d80a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3a967546fc93fbe58afe72caa5892b712c5b96072d3cfccc1c7d9b27cc6fd6fd_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4d09ecbb6bc7010c93d65d8bae5a368326d1b52bb7f7410d30dd068b4b9c1aff_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:78a9ba8fadeb516fb48a37ad2abef78f57a09b5e701a31ca41e4bfefe493d781_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b44e2dd5cd2daac1ef6849feb0b313950e0616586fdcc843a051788fa071a4ff_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5d94083e84fbdaa57cd8723c20bfa1bf0d2eaa0cef52c662975b286785db8cb5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7662aeec067c8b3bd0203da4d87e0837eb624acc7dffab9c0eda8081d992fc55_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c95e0922aa74f51030c35cdf1ee704f01ece7b4ec53f361055f4cfc58e464bb9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e4ae1090a43cdf4a540f1a2cb376a93d2f74449ac44ba6d0484e4612579b3d43_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:48c47a452810fe65a21fa858b102a2e7d9469e1143c51857844a0a74ebf03661_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5ccd0d2687e836eea86fcdcfbc73c7bdced8bfe2050c466860306d246375f0b2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7fd64ebc835133fcf6fe9d286f18f790b12295dcd904d61cd255c97e49f216b5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e862f18a4bdd246891a49434389e8dae5d73a68aec6d548dd282f3c56396be98_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0772170993a9fc0531aa948ee3f4c83a8e530802f7d6fe246a0688026c050d27_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c1b6b3c81c49bd764dce7fcb732f14f378aad992c953cdac86872b4113e8168_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:307efea31da6d72e50def18e1c08bae9e05ac8991d90379280c15f69c93be375_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f366a95bf18554cb9b48af250be89970e4c6b1fadbb97543db8bc202eefe282a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:09b9a909358f49dc84cf863e418fa79a72c5f23ce05cbd4045b2c966147b4edb_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1ce1ac2cafe2162c4070a5b60087ecdc520db1e90a433183157c554f86a8bdcf_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2c984681915470552c6cf4dbd2c900d14f29d9a6632d7d937d2fbdf1cf16a5d6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b3809b2f792a8b57efc13591b88232ca2b83fd116ea1a6ce9c05ec39733bcfaa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c37ef0e5d795a727e79d2749570d7c42876e2884561857149a17793543b9fad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:45b239b4328e73574050498d8a59fae10b1788642bfd3fdfd487a59654f2395f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d0eac8a6dea99105af2917f089cc423a7c21820cdb7ea4a3f793381cd07f43f7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e9625244e5cf3f4fd7e6d69a8076069e24079672e2c4bc4df7733ef31c3aad9b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:25939a8eacf00a315bfaecb90901a20f2d314f186c1a23ee0814ca611866ed5e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3b3fe898a633924c2e0f803ca944cc63d99359966004c6aba6a05c446a0539dd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:55a048f1d9ac836497f7783369b5b582727df86cc64fe7df91c463db1fc0ff30_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:88990b2047d4ab9055afba0c6f8895f30a132c361722a1524bed1671527d99f9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4bab889d5262b3f891b99f0a521f6d4511641313cc1d3a5970cc2182c52e0fc2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4ddc6ce50e06c258b4f24827f1fe5577c4ceb5d68ad925a185dfac5b2b3a661e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7883c26d4640f30a8fbd635f5442fdb46625d727a1b2382220c454aeac081fe8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:955419c1ead9dbc1c2545f367907dd4b1e8133ea23ef65407341e9a505b1cd17_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:206e503ccabc3f5a01f11ea5026cb64ad6ae62adf2eb9044386efac6586cf332_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c2d2155a6d299536662cff9c5a8474680dc8d9c514b152e87421feac7cdcc22f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:e62baadcd61bdc045c205ce81a3b2b650be73e7b3a5dd5cb53ea4c2f8a181f0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fab5b1965457ca46faaf5d1e6882c17ac2f0e1db5017cc81ff4da8a9083cc838_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3e9733932088db40e1d1dc25250b68d83aae6fdaa33923c2593ffc6f10b84984_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:62ff6e225c6c72f9c9b0bb33014544d1e02a30ff9092c25fddf72d9ebc8782dd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:70259c080741f045c19c2dfb1fcd5069e9eb7e413294d855262975ae03e60b6a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a974b10609ceb50c391abab36ecaffb9c6ba62f66b246f529d8f7d1f038165a1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2a8daff0897cef178c43b00d43b3468a3ff9389ebf337533c771210ffc608bc3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4c7da9adb32c409132dfefa7ae79fe99d41b6f59c592eea234970279694951ff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a54253ba850cb357befc0173748523a1762858066023e04388c94c2d5caacfc9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d49affc20c2c397c1ed17de7d3a7fb98a3f66efe9f9bd4f4234c0832393df9b2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2321dd8c9cc505a677622c5cc680e4f3461c6bf1fa4267cdf7f39383967a0b3a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:582d0856a394c73d8faf8d1792a80ccd8c66d80cf65b9dfea344351d767132d3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:938cea3b81e1b74629b0bee65183b0800518b4b757175d34669fb25f6e5d802b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d8e3f695418674002c1dd252757415372d95b38f813a3d432abab774c7427b2e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:8fadf40fe968046de41a4a4c6f643d9077f4908a1e456d7da29e0b0c79f8431e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b7b73c5b17ad867eaf4066be6b2fb9a322677ec3265c0d1bde2e317f54f7accf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dd6c4a3b961b608a71122ddef308287483d90f3a153df4ebd00b4f85b46bd551_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f5e86e560d2dd575aa814329ad50a38ad4c7f3c111353e652e55aa5b58033f18_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:10015b131c57580e5edf1fa90b05b19482ea67ae3b588efb30da1cfb2061deda_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:99060fe9572cab596228b61e892ca9b571e3b740c4872ab55e3276d4ad65260b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5127b9d0570329e12a37d1c7e38a3ad9a1c990b7b0e1d3f3b31f5ae1146a518a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8403b335a511bc219b98b899e2cf4458347dfc67c8e15440801b1434f03ab555_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:8bd350665dfcfcd29e64a93a9c1b700817a99560dcc927a75c13cf22924a557d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b47afa8cdfbab90e0852af59ab14d95b430a2e94245aa9d1c65d1a592f44a90e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:15c698a4b3293ec372e1ceffaba0fb9360499514271d26c22cfb6cb39852f598_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:43344ef6148d5c76a10961d19b3bd83e219764cb53ac4f310a513bbe694fef6c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:084a185169e09b57b07073bc5c82bc741aeba187cd9cb33149c830af00cc6582_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:171aabed219e2a837afd87ec9dda95bd32b6f780a8c7116a6dba18533c07605d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:33926bd728bf4ecfa8146f2d55c05f151150d249b965ac4338cfa8a9acf642f4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c0709bc4da1e5574cf296180cfa6abce28c2b7ac105abd95535422abb090207b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4ef4397e1a1aa5b377ecab2fceb5c2eb15b526ae39bcd9299b45d9abe4bbbf31_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:852e6be5031cc90ccd9d02fcc66b59baa692d594e7ae95e68b8923732fa77b49_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bd9e30cdd5958003b7db73e8d871b448d208c099f3dc7e9df3ba56e6d476ea66_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fc61ea57eef9eb7f0bb091cc0815a81844d60c78f5824640e40096e8de8a02c6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2020b01fe0c8555a2cf070d5a9bf75691de4d8b775b4ac91032c92972ae6a424_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6c3b876e5fa5594ed92ed3d333ad1edd228611d67b060024511f8c6a53eeec92_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cb279e6a6181c4ab8025c6ee74497cd95e990aa02a03aa01c8e4ecb81718d231_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f6562421b9828dea833fc82160705ba8c0349531dca39eea94da4bb31b8d3468_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:44b8d7704e559a8fbde7bcd2d7b51cc025eb2b898c74497149f818473d6b7237_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6b3db54da066eff7abd8e8f58ae42163364355fb1fb5a166c3f90ef42024e24a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7bccca2d8db4038ed90d7c5d995bb2daf880b3d6aed320c6d6dc89c73c38170c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:afc464bfe9fb581e22275814fb3263ada3383b571ac4765507d2640470a8fa3a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:353292bd26a33c9a68fbb8351005fc3b65d1f0dc02c82887cdeb5d28beda1404_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:af382c36059c0c0d6e76b41eda8ae2055bf5717205754272edf126fe15737cc1_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ebd113dd73707e7e234669c4b52e7ad90c5aaa95d062fe7b2ec18ad63b942920_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f0b91324c63bdd9b1603e0bcd2e554e1d595168f9337a7c26d3834093b24f6e4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:23a74b9b847094d230ca89e8d43c924098aa5a8ad67bc02c4b11833c4620aba2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3a9adb54f0e11beb7e2f393c00ef6014f9c18796c36e47ff1f08807dee8a9e0b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:558cbb955c8d4de727f010f3fe97f285b6922f4845357cd979c22e9d6afda4dc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:64f0e85f122f8cef1a5b444095fb16f95b255865ab116cd59a4a541bb61cd09e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2b93d36104e2c99c09823ed5c6d12e25abf3dd07e20683640f99b687a45e9b6a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2bb2c4706037910e8045bf0127ddd9087d2c8ab9eeb09ceabe97b18dfe873c1a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3e5d6fe6f1f7a495efdb0a61dfde0d20def80759a215bc7097265c816e07919a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:efe7886379624399e04e4f213bf1f8b2baf1acf989823caa93ed8ba76ccf9372_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1b152d3df7256fa1d16dbc4edc991503bd90432e1c8408149603306e62a28a89_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a7c3fd07837a9c03ab834a0b46ba51b50c73037203ca4d12d8cb2a45f690e62a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c9aa9a181ad76c715b410ec6866d86f28923d2becc8438f3b56a381d7c668897_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e96b65f0caa9f23429318080d5812ddd5c233b881b6f460d944990000a6d7018_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37569639de1f8c36904366fe21657db1df3c26c03b8f9f974e0a87abe862c7b8_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8d27603330319790b463eba638816fec38ce5ce81e7cc2c113636939d713051b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9e9598797558cb0767f9bba75faaece26aadb56163f94ae2cc2c137645b5babd_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:cf8f8b11a984107f035ff28ba24ff3f6e1d10cd764ac472b94bb9e74d435a459_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:70e6484048faddf5f59bc7399fb22731d4134b6a6e2c2ad3b1e92bf26e5ca902_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:93c6c010543791ed57e08cd0630a7dc7903d7455d61686cdb0865b13fc52f44e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:cf50871759b51c4fd1f164c53ec8503379de265ff95b5f6bfcb15d3820722c78_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f296becb22727fbcfc0a2a4a91139dc782688f43f63396d645b03bf698b81ecb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:227f6cfcbd9f361dac87776c3b625a4ae91a7054a29a48c0aec491a786f81380_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4063848bcd02040ab2a26a1e77d643a8cc01373bc6467070f72f8cae62ad8bf7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7315ff02d1adefaf5e52dc2b87903cbeaa1ad7c30719ff6afd130d068ebcb429_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:c33effb47bad5780e4e0ed220647bd0741276ef5c19eea05014b528b91765efb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2883dc4d23d0c4ec9551a0818f5d5edfc708454b48333db179232b6f7bafb4cf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2909be49bc0471a0e2ab4e9172e4ce490b305b8e1fb86729b45af106f1ad5ac2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3b91df98133ad62ab43372695b3953c54d58e70c15eb7ae201b68d73088c0bb9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ea31f2ac734ef3cec4337ec6025a1cc01a2452ec124f102e5b1400a9ccfb05a6_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:2aaf1b270a589b2e9c907bc35b4a3706cca1508a06142dd3086411e046d7cd00_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:32b91a8b6cf6278fde2c8d33666748a905a8dcf290b6e16ef266857d4838d3c0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:fe8f645cd130c489a3454252abd64c554d583cbf984aa3e568ae9c4073fa0f03_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:9885e38ff9be6d7ae070a00b851232a29e739a870d32b2508ab9f34e56177bd5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2b7476cab5336d76457b1915e734ab8702c461af8ca4d9e474557ad8354f7065_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:4890f971ad6077addd93d4c7fd1e9ee46ef3634bf89ff5adee2a95ad7b7b3f12_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:afc7f162c9c1c3033316a984254b8a477d8eae5bbed9cb25257d54a54e1bb866_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:e9bc1798e5283c65ff1487ae78c1175395e051a6c13426d3e8d1b898469a3493_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-48801"
},
{
"category": "external",
"summary": "RHBZ#2500656",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500656"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-48801",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-48801"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-48801",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-48801"
},
{
"category": "external",
"summary": "https://github.com/markdown-it/linkify-it/commit/6be6d15e0641bf1daeaa977d500cabc743166159",
"url": "https://github.com/markdown-it/linkify-it/commit/6be6d15e0641bf1daeaa977d500cabc743166159"
},
{
"category": "external",
"summary": "https://github.com/markdown-it/linkify-it/security/advisories/GHSA-22p9-wv53-3rq4",
"url": "https://github.com/markdown-it/linkify-it/security/advisories/GHSA-22p9-wv53-3rq4"
}
],
"release_date": "2026-07-14T20:03:56.430000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T09:56:49+00:00",
"details": "For OpenShift Container Platform 4.22 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.22/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:c987c0017b86a5aed02d5fa854b4649039e7221e14fca2e824dc37b2937ce7b2\n\n (For s390x architecture)\n The image digest is sha256:e38f225c850f6fdbdaf6ac3ef1f762b1e7068da19ef3cd57a00f72554e3d0a72\n\n (For ppc64le architecture)\n The image digest is sha256:ea726e65a0f5f8ae5b5fe4ce31f2aa75943c893c91bd75feb644c4042c88865d\n\n (For aarch64 architecture)\n The image digest is sha256:ab1d1b8e7b22fb2a6b3923e6e8fe77b8f0f774c762836a07542b7ed5ad52d86d\n\nAll OpenShift Container Platform 4.22 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.22/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1cba0b4f393f1927ff5386a9b2ed74fed87a58e4b2d4a38f34fffedd30da14a0_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3b8bfd739f87585230904007f0b438b4bc9d79337f0e9038887bb7f297b681b6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9c7b3d916bac7900ed009cf82a03607fe68fb924805ea37e9950ff3fd6c73b44_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c0fe58445dbc3f94bb9a041ee4ac81d6e1ebef0eef6b2468c288be51d947555c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:28dc48f706edfe382aef8370f464836e99a307136561dff65f7e7e8b5dcf9a5e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:533846b923d36de2b953fd071f6f7ad38e60548e9ef1d3f704039bb69b59530f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:68d5b77732cb2c0b0cb9a7e6f4201570dd8134dcbb21019dfec4bfe1fadbad1a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6d20fc820b2b684137df0fe673dd4e98135ee6a8c39a660db8435be44160c4b5_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:60441"
}
],
"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.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:07716873e44d49ad177f8c572fe54cec7ddb819a70492e6bddf36ef2ea5e6449_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:288bb644cbb5e14b00d80e0b409c83644a59cbcb513d19025f8b97de61f2cbea_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a27a41e1a167568dc9bcd1f125ac624897d73bb6dca7be80d256432b35e4c6aa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fe9b92e8a052208c6eeac2ba816959ee8129cc0f68bc93bb0a1a2f940a49f4d8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:44ba1190dc20c3a99259ef0723be3c9e1c2d4f339ec4eb4f38a9375cefd60d2f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:48a700617f0d4ab9dd6b40cc27e9f602892037c10872c19c60f62a2a848e451e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9319978cb44eb1f26a7d82709c4ba7d9b6b0bdad78c6c6080bafb0933103bda2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e734fcb9ca41744ac9213327a775aeb0e01ea9974036908721b532ed2dfef923_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:10097712385ddd416b15237d2af20f86a0370f1d97125f1e8a0d25a7215f6751_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:40f8f7e1d72a0e70d96c1ff028cff7125ead621e89cf2f3c1cc5262a3aab65fe_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:50ff72eded21d210ea9c57c9f9b192cb6ca5efe781c5c5a9d2e1129e2eb7a248_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:f77b14655ac6137b53212c8ed526d6baf86d6d6332513416daa73a6dc468c832_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:76042ef2dea9a9316a7bb2a38923d0b670663803c75f5b8351b5e71d344b479c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a645a364226f6768df30645c15ffb8b7feb1932a96c3666cd2d8bbf71786fe88_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:afc4fea57ea3217712f10421cdc7ded66093dfd0d5cdf09120ec1200d696f332_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f70b291b3be37bcef36e4cd282cbd88f917dcc5e61e0ad6228b33b770656b8ca_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4cad4e954d5e9fce7e93ce3a81da34d58e01c38a5d6140cefa7eeeffa13e1431_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5c1598ad56e3f9cf5801a990b2d5d007632cadc69118dd15b771d8104893b722_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d18a7d5884e709f2440b7f85999c2351c0f74ba09b876a7c915a974ccfa3dea0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:ede11c7678a732b9ef9a763632c13e616a95cbabdb36baf0c5c48ca0d476c260_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:208703e1b4c8fd82b6cffc790affc4bb8966f6d95e5b5631d9fc7cd429d82242_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:40be47b6d5dedb587c54ea5f6ee763dc3007284e85cf75d9f48f4de83bff4f0c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bfe783bcda48a7678e776f99ab08f9d6cdf882432ae03c46593326bf8b57e714_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e43bd0884f4c1993cd516c3ea52d1f878a783f6a998a6dd3fe4a98ab11bd3e87_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0492b621d90ebddbab300b3bcb6979598f11380da79b32531f8978b26fe5edfa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2f4ffb0abe2bcc7b801658bb46ad9f397d7a3d11e8b2060859f5dee1625d7ea2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:30b0e4f82db1f3e39379b7aa792514aa726a0c485680b67351c593542c1b1127_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f0f3b27621a9276b1f4f9601b1b399eabbc165d74a4b4a20ebbccf6a36a8f98d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2d56871f80eb82c502cec2b901d3510ab482eea981f50cba4fea729c83f1897c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c169319f15a3e6ac9086e21438dac78a6b30f142c6d96d63c259e45f4b98c2ad_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cbb1706913eb430b86212f941bb32b066af04b431126af872899134a9e111ca2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:de56a4d37e6686cafc8591eb1f7520942036037ba5af21c286aea2d2fab95b2b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3e35e96ed5607d7229629ee64a3a7c942fb12da93a75e989f1fd9aa028e8fdcd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c045d9282bb2e3ccfdc19d09b76e81d622ad5c41750c960a066f9a735ce47a3a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d3c7bcca57a84397fa1932919a750ed7a002fd7f7be976152dd7c14d60feacd0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fc479e1b1d14c548ed9a783109fd978efba5363537b835a5d09fa8d0fa9f9068_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:0e22ab8f884e0095c3cb3efcb63f9f37d55b72cff37962f271fdf534deb469c1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:ab518543ee2455263fe748f1d2ab5fd1fcb87e03bdb241a1fe657c748e220e3d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:cf25049921f441dee72daf95b707da269c5ea7af7026674c42a7e3c8cc682e59_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:d5350fca926c7cabd8fa4e7749f0c2bd9bf90069a11ed96342cbaa0ccc16f889_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:41ec41da1569234037cfc2b9cefeadbdb4c1e45363dcc0b5f2acce2453ba3dd2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:bf2513f4ea2df4a781fa74ddc02c207133387318444f7027e6b62565e8af505d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb3cc6f050ccd3fae295639dd627bdf3ff5f08f66ef0fdefe24ab8260cfba983_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:efe54dbb00c22c7e9e4a6d7c40e52665823c5f94d4b7b03236edeb1d7a304f94_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:073ed3fb3dfb009b6ba476883da5421996c5c4f4119375c0c83b072571d935f6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:14b74e5080c191fe32bdd2a416c80cd94a0f30ea6d5f18faf7396c120c5907ea_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3c86e67143d2caced55d2dc470df15cd1659c5e16c7eb8af22183de1a3222901_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a6de5df300008dde127b655f67ba1c8e637bd6e67bc2c811c0d9e0ecfc3cb08b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05ef13e75b41891cd2774cf5243b11da290ae75f12ecd07239e580a5238036a5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7c5f6b71b68331d1cdff8b3273fc7cebb945d9c037fae5c2fe0666f84cafc928_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:c221dffd999b01fe10c83c1cf3e93ed9d49beb5f0f13e8e23261f44a07fd9342_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ea42eecab8a62b7896ffb697f402857a31807834a102986b3967faa70f63775f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:0123a42a6d10e21067ef4ed5ad7a39541529ff0157cb27443a95b0e5d88efc7b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:61e542fb10dc0e083f8889b0b94c3525f3882e5da701b8db31cc9be68d803ec9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:69eb532db9fac5d796148a421f1c0a95f03a84604fe40d5e5a3719c995b8d3c2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7bfdc577bd856e0cc690c86a8fc9928ed3d034d4d1455378c95293376a74b9c3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:023e336977c9e6f23a82083ada96020a26cfea384189b765e89d6acf7112957c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a0734ecbae0ba4ef8a6cf77d42383afe04fdf33eed2c0d1e34782f147c675581_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c64a9e77bb865dd5475a4022629d394ced47bfd9adb137f69e2dd7bfca2c5a29_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e90910e06037ec13a10bc176da5a516287ddc34ccdfcb36432f386f7b3895136_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2052fdaecd2f3807694fa17f35f03f84b5d8116ca56926b6d657f0594adcc4af_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:274df573eeb1919286472cfde2006716aaa62c65ad1a6fb82bc351e7292a51a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5f81d0322afa70edfd932cf1f80dc5a14ebb30f3f4cb0a4b9943859c3ef8a741_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c5f86407af14e6c3741e75068ebe79aea7c7d1a73ca87fc97128c53139dc8748_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:11009d76f2fc73fb88ad8650914948e04e30d4096420d00a4e6b1f2f82bb2a48_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:464e2bac04048cdd010a9625e6657c9f823ebadd624fd71191ee978520874528_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:4a6beae013e9de12cd8b0a39e9e7488f51b97b3f295e14d773eb28c5df9d6743_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a2f765f47a9fbb2acbbf3b00c2d62d7df283546b7485e7631116fe824cb589a5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:82953c91b88971066d4d605174664863cb062a6f7da286754aa4f05c11a69bc4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8adf05874d8cc6284cb4566506787161305d95ba4c318f070e01960939526d59_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b0127947224f18d500d967398c5008737df32168d2db50f1f87554e149328d71_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:c25b7a4bba9a988a6b7daa4eaa8608df78b927d1d454aac7757f18e3b6c78d86_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1f6a0d8476232a85b5d18ef9ce148135b69a4abdc45952f6ad0eaf41604e05f8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2989730daa53d788a9e1be03bf922a07c1111ee8559bdef63d058be6fd5f3fc7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c0cac6ae1322cdf12df3c55948bcfead52641aa95a57dcdea97401ae01c1860_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:adf166a8095fd21a818265c01776b94e25cea102a98de6875352cdc47fba933b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:67f12e5ce45f173e79229f506b92915943d263ca0adaa31a027cb7245d7a076e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6b91bbe18861c83c79693a155979f3cc56162624412eef4c57c52cfedfb38475_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b2bb582913e9dedea9f2eb41f1568fa8f0fccce2e56be4f666ff41f3698dc147_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d35f97d205f82d6ffa260582fc6dce2fe0fcc3719ae0e19e85e06e7ab629021e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:03ce535e7bb582ca85793c8155f38ff9f73231e7cf5af4ce223ea89d4d2eeb89_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:605dbca994f47b04da902ae4b76744eaebe0d716a7a5fd3cb8e617db5dabb8c7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6b2582a7f534bb2716acaa72598b40f593897124fe03a5e6b2bea1e4c1a26d15_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d88f52e765c3f5fd4ad80f7364efe49e98ae927d82601d27105eb6ad0b484264_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:1305fefe98602549511b835fd1302eee6a4494c690d76964d89189c90f39627a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:325af02386526656111c663e6a206e755f2f30db00059078a0391d4af6cd95d2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6dcb4d60294895ba062bed0e9612ad7fecd7fd8d8cffdeee9bd65ffec1b20a63_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f492d67b16384267b9f65d20b769f93e3122f0957cec290a88a1b244c80e4b54_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:56cd8314cc9791e043cb4e5ace324013f4ce4c825fb5f9119b1a6c6871b76a3b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d6ff019bc8333893d6d5799927ffd9dbd02d0d388752a1ead6b8f85928fff4f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d7e525584c9b7492d8b989d2ad0b8ccdc4f244987f26b4aedfa7ab1097aa8ac_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:598dbc32cda4219d6a0442aee99096b77ddbea0148ac3260c9c37e00b13cba23_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e223d745233c048714d3ff7a04f8ee565aebeb0f5aead03e55dd9f305fe60cb2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:05fe3c8332c4626e356a2b8b33b235d605b8cfdf8b49a68475db687789a766e7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:64ea7652aa2f9f9ba58d56765ee0ffd7224d6534860d118c059c2c066bbf2142_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8673853d611d162bc12d1791bef2acdd4131a97b8a6e46961736724b69332db7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ee04f343f0bc1c58b1e016295990225bafab7b39a9c1a572b10cdc19076150ad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:4771678b9e18450e8e2a6ab991e844fb064749a0b09b089e54a802a7109c1ae7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:68c90482505c592a6393640c16467c1416f3175ba1273a284c3d0a9417e879ae_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:234bf4abb67f86a27d549a2d368d080a3671ab34786e26c6abbcdf58baccb034_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f330b931299e7c97298212e0514c55f9e086e2f33ab7e522d40d8e9df843ea11_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:123e1027c857bf3a084e45755736871b220117eb70d774a3b450f7d877e7d1a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:61d9a3fb3114cc2252a8ecb5b0339a5fcdef87cf962f285be72b164933afb857_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9426eef8c79d6e2c9cf5efb340257ef7dc7936b3369050776f4b45ed6603de37_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b693182419b2287a69a8bcb3bd3ef8d6e799b5e7aa9b5f25cca855995588e104_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cde3a4deb285f4ffb38be4443b3c09f33a44d8f2007bfde6f8766d371487bb80_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cfa458375e07e80969d9a9b3521c5983fd20f384b74f1080b865b618afd35f32_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:30a0f7d083fbf57d19fdebcba31bf52d257fda3eab13e1c8b856291f40278c4d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:7078670a28f19c15b118e3ff8d70afcd5e329a22eb6a44d3827f9554dbbee812_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:6d60dfdba0f6368f23bdb554da68f81e3d088677ce9748d2850ba8f2ecb0cbcd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b71a8dd592d2646c7b085b06edefe64be96e38113c3547a111a8d0201992b98c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d906f3f6f4740b50fd6266205b0b3f986b35ca7a64ac7b6c52cd7167d0cdab23_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e4969f9764190a2b46dc5c9c7375213c28518935d80c4e4570d122d231f53663_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:331e8f309349114252acd7fe42067ab2b7bc03abb6619f1df59c8fe907513d3e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fefc2125429189eb85f3c807ad8ba8896a48518f3dd7d93f94a091ec925e23f1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:8687825da05aa3fbdbf32fa82a739f58585d8d2564501deb0d3b97d67a4c431f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e5886c91ae307b14a848b0a571918a57a9d2d85805af6c6ac7a2404dc0308337_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:260b87efa1dfc71726aefc2feb8dfa83495aedfa6e95b0e86dd1ce0d246233cf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:49a1a91122fc6cc34cb21b6de67b8249f154aa8e2bfade0e50457c224fc3ca70_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:cdc02821294c7bd8b4de75b356ec0ec8b0745b0b409ae9481dc08c4d967b53ef_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:e52b5054a3c11b34c3bc3450d9be2628816575531a1435ce44652324ec020dc3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:64e73e3f7bc1f37f40ae235a7866ea7c881d67afe29b398edc6f15befa7f06cc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b4f0c23d7fadc3a15840607d9aa13327a3eda6272565f88be3691b74f16fa13b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9b5eda1037248996bff10033108d1dec27b8417730bd721d980b778e1cb4585f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c397e51c6d4de14ea1b6a41957a3fe5ae54115c1cbaf414c013035333824eca2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c72d9616c2bf94661a156840d39e3a42d4023598c5d647562874c453b44b72e9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fef61b2df388d1e5714b0f3293bb7878f1ff9ac64b0353284576fa0413000ce2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:267a8525fce7dcfc460052b97dc07532c927fcb27257b29f5e43e5475376bc42_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:886cef96ae99502afa35aa5cbe5a16a30d873e8c9c92d6bb3c748bb68877935c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9a68ca065607df1a4fd1a351041d799b2166b76ebbdf2c92a0fdbccd47015036_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c7a8842568f7ed4d4b1ceb0f507aa5a56d80ab213877507be04ab55f8fcb3a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1567f1a6c1a596e22674ad45cd1975c8667fb2317c84dd5944ccef58326239b2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:40dad16e2777a64a836355627be3aae4572a7ed6417ac39e0dca5f019eeaf471_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:800ffbe7a0007398e44945b2f3772d657995ebd902918ecb410e5d373de06263_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9720a885c669964be135fbcc55bfd5e9766841f6b11bb2c279ac030de9618ece_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02440d8ce569f4318b2110f8975fc4d0a93e6da6c5012882df9cbe77559a0a81_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02594f4e3bd44cf7d378a7fa0533d54b4365eb5317c282cf8295cdfb0ae5ddf8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3e5753abdfee794bd09cd51eda1c7634aa7630ea3f2a72ff40c3fcf5661e58c1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ea8145a89efceb27b579a5f79c37c7457d141a0eb38b2de5c82ced07879539d1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a1aa9421f9d52c8bb918e1b3c9daac3e1a076e70e003a58462b62f0a91fbf795_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d4dd77443d486829650aaee412b58df2c5fcd995bf2c493a22dc1cc705d270a1_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d689dbabc1df0ca42e7eceba17ff474f9e6a30474f7cca15970a5ee7fb870a72_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fea791f1b353cb84039498653a7b7daadebd460631446fae5f05d1ca8e85dace_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:100ffa84c55a87981f50fa5fcdfb5a5daad0eea01d0bc14abdbc959ca0a1ff92_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2e646fe351c1dfb3650d0b67694f5cb89fb7aae85c9b8edd356f54f40b9e9fb3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4a45ec0f50d9cec050f1c99dd33d288ba8f9e8dd1a71c2870eb5e799a42e411e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:60be3446f54ba3c5f93c5c4bf1de44d7e9ca3049abb6ab910f8e62e671a80d44_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:90b36fe8a88dddddcd584cf06ddbde8b74e9d7a78f9f51b77d7d2480ed45ed79_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d69ebc6a9d6bd6f8f75d933ee0f7893b285fb24e994bffc35514ff5211ce68b1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:da6ed87ee2d899e3fe9c6e8b08bcd44cf11e1b1563972ca4aeb3e8bc806a1d2c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fdea5b85efe39b635685d506a4416115d546a9f56e87903650b5e51bec6a10bd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:47ded0bc14992d79c073e4cd541279def7e44d8ff586a5cc1676edabdd86c13b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:642eb8c1bf4631b969d0ebf3a0755f566236ce7b5534fab78d531c76d5e802ad_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7189cc475748ddba6ff3f306320d55a840baa8f1da8a934d4500c49e6f675ea5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bc10db6a9f9c1a60744f49c1ed737bbbb8454eeff9fd00175b98872a1af17936_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:017359024215cf5a7b00bd31b8b797ca7f5f456d66a34ac12c44e53c1ab77fff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2635b651e023c9d4dd92d1897b4513947985256607f9d2dd8043cd7f5de3a765_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:542b1a4bf2fafae85c50eae7a182ffd3a3a07b2c234a00e4e6c639b1143b4b55_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9b3b5510e4cf6b4cb86bae86fbf36c1fccbdeaecfe009cf2e67cb9c1d7924ef4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:048f5dc4b9176a86e0d82447e036ddad890e58e49c8508cd74f8c297272c800f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:0a7e3fc4b1f892ea2e77c1f5d961507f0fcec7740f33d3e308904cdea1d3ce21_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:44db7037b872b0164497a603e99b7c5bf2bd9aaf31158e8a4e8bd03559584155_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:a8ffa384c6770ffe1bb9b7b8729501ef2c06199e0005b16e5dc432dd8d23c66f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:176081efde0e44254215af3f5091e64748c81d2bb29a1e7a64ed2879c6a7fbe3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:42ea798731bcee8b868ae15f9d45b8f0aaa91d1a4f7660c53ee08b070fe4c9f5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:85fd9925886227b53c26a3ed09604c408c49b8ddb9cf7efa2057335bec94803c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8b7b592c5ae05773897351d97fc9925e6904ed02a6ed49e4737f0f649b7eabe_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0d8537a8b89a087f59b9f0c413d9c8d6c77002ff0d9d8579d179291d3b6caee0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:14cc3a54f1ddd57ce5b80b6d111f0ca27f74b4321c9915d5ec1960318c71d752_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7dc1bda89f2fe70041f850dbb5dd3804e853961d2026c3880fd7255dd6e57b0e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:aac4600f524660e2351490cc7aa719ac2dc93193f64bff1178a04376bda57cee_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5449067a980b2d50b360b1aa1164fba67693402210111708ebaa00f0f93bfb55_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c8486459e2b80ee2706409e888070c9100938357621746215ad7871ab9ddb990_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d748caca6496019c594ae5aca825845658e1e8c5a1c062a02830aecd677ea1af_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dac9a4617348551eaefdf01ebf1770442c0bc07033fcbff203750ecaaef1161b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5143aae8d524363878300902b89dfb5f3420ce897bc36064fd021d23993432f1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:6fa81971ac5bc843a536eaf167cf5147e879c5447d7c1ec17cebe7ab85692317_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:bfa79bf705669231df1e59e373712f0b04ef2c0676ebfd901bd9879cef16236e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:cad2e37531b2ba165087ddbcbccf9cf167c4eaca5a3fba5f5f4bd943b8298678_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3538795f3effdfe84442141d83d0292447b4c43e3d68871afcd453f80e11fbff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:7da313ec91e1a9ff08a16ea2b0af0ed1ac73e40c4b629402bff19f183d45aef6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d9279ac3cea7e1e400e244624bd7ce53cbb6343d10872873e71dee20263d0e62_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e89a5c92caae6b72646e17535787d06f7640a47c59b0b4f418c7e48918736d60_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0ec6c9197060bf068f358283d64b9b877e97f072466244f9d147552a193fdae3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a5aa2eb87a3fc9c5160f5c37c50cb88cc0a77bbf4eebb298ee7883ecf47b456_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc1512a1ca871d5e21162430f028d7b7f2391e19cee9b3d6e253b6b6d03cc8e2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e8c2baac5dee142c4e84d01c731abbc200cf24a04201fd8690f0d47035958830_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9b45bdc374e248769add4b772aca63e25ff0baf8d490e64066bfa78405cf609e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bcb4f4b45a7d62927ee6589db9d31e9bfc87a13f3b0239649c9701b10d3dbd75_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c1c72b9d00d45dc90f97bd9c5263e6d385ee34f3a3f834909dd8b8eb28c3b15f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e15057d2878011a1142587df35dac65182dd4ec4c0f3c61055a73a23dfbd615c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3bef4d599101ae4c2162f47e89f5fbac89903db3f007bb425eed38e1d9b4d9cc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aee0556c560d2ef9f2ccf501302a373f15cdccc83ec2c6935c4ae6a2f25b63e0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ddc3c05d5daa3aeffe5629b7e2fedd5df301a3030f8f8c6acc3204b8fd7e0995_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f463811c1b1e6fc34934bb5a8151fa946acf321ab57f9901b3ee1b7f75546beb_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2abfe62de89fdd0697da63674373b1c8a2695846d8acab5f17a35fb38fbc23a4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7701f38b6702b4a9e6b49b3db83073475c33528d2529e63b1b98664bb7191906_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a23cd4945d2e1f9e1c194179fab9c388677fa1317e02a99eebc575e227064b79_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f2f194cdb1a14fe59e05455df10ebfe70edabd37ad605346b6258c5bda79d96e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9b04b0a1047813b35f6ef09e1fcf1e06b63946e0a3b3feaee3e081b0deed689b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bb521f2f97477b5b9851f6655f1738b620aefccaaa81cd303d17eb74ade7adb4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c8a1f9ce2dea4947e6cb460bb4b4ae7ab6bc5f816ca25f3405799d56c6ca48f3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d8f67c5b7b8903633485f67a76f88ea13855bbf95e92b651bddd15fa91458ebc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2c84af74e0937a0f3451054240ab7ae2d44c1b566339012ebec9e5b75d7a627c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:41ab25be6eb002ee921bf74c1049e07547328632d576e78fc45245177fe9ab84_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5b389b9b0acddd8ffe5e5c3f9d54321d061253f3f45b5b66b6dfa0181b73b87a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9afa17f9f4e4551369e891d405098219c071231ddab921dd32bb7bc66bb0b6a7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:0bd76e62d162ae823a34a766fccd9d339e3f550720d863b477273734ed1fdc39_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:dd17b1ffce727d9a74c3f64d65b72b03a5c8fed96e773665a078dfab33bd64c7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e8ed2c9324c2f5594f90b049e92f2fb3141dedcd99165e80e8bfe147c738adff_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f7f45f6d562bf699e0e45e134c7ab71701dc3994882cb82edce9356be7627ce0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:22dee3c01cf1deff68d73d76735e420d223ba0e75dba1e7ae224ac4e7b14ae79_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7134aa51e11a7d6b826068d03b9c90a518cd3cfccec0e3f06e57f5ed77daf6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7cdf9e85bfc54e4562176d63e1f2be56775dd761c6c0cbb80fbf888dd1ab43_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b72954ed888ded15f443784fe6a684b6e0d7782921efb788e242d987fcbf5388_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:63bf84966169bf2dcd8b8bfee3c478d9e61881ca007fdf3a8be4ba5cb1118211_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:697ada7f8e4bc8a881e2f1fa3a8402a2e96448f948befd465c59e03ced12c9d9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:85ed053619e39778d5a986255af37802ac46a26899c8a448abb139736db5e075_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:abe01f65affd92347d8097b3922e587548364d9680b74f767e9cbf139c996802_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:55102797bf884eef2d8b842ba8a5f2538f711622eab1c82b06941ec574b8f266_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9cca1a2d1a6f5a33257e8f790d180274f24a01c125a717ff79da8fa301e2f270_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a1f1be1027b54388f762951ab7983f18cfe37140efcf2c778a5d11d4740e8e9a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d65990c0adf148e94c1c0ec0730ac2a285b38eff128cdb2fac7f61af1514fd14_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2db5ea10de47829d4643fc525d9efe3815db59d5689c0febecf4fd722ad0528d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5dcf0a7d3c0b2062ea11867f5fd2a4ad56fe786b11c3095d76eeb4c844240a6f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:73b76f141fea3db7cf7df4e9b70443b37fc67790cc6986efdf53a32ea7360bbe_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:be3286f36b4c80969594af159ede49ee20ab5dfbbd890649c2c4249335714466_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2cb748becce8d80bfbb66e84f63e0f0a3cdee6d9bef3833eccca24132e9d0699_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:374211b6e69093447e90462693c45bcdf2ece57b033a419f13585d9a46df62a0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6047837c63bd707f994797af79267ec8bb5075b3fdd88c069b3acaa04ee2cb5c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d8c4afb75de3b6d432d4929f4d4fb6938617a794ca2ef2060b83a02588a1d0a3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3287f57d83e7becbcd3997ff2ade6e6b5a664fd08610464002229e0a116dfec8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8a58a72e372b4235b4751e08f10c97ef0798519e6b91595c234fc14089d7495b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9654a0a2b4549ab06e5422dc69872961c892e97032b18d913cc197dd3aa39f3d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9e9ecf8cb43e1819159bb8fc0eb5641b71663e110ff757e26d5549cf41075084_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4aa3e0ca4b5398fcaedd212506e222fd435f7a46c2eaeb7a49dc50f789cf13a3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5d094c8e18e42d662ac2f5ba16602c1513094c7dc547fbe3de562463c4096bce_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:67f85bffdf2db08fb27d52c6a0a8b615a4b9cd748d9a7e6126851d1bb27844ed_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7d4b6b9e67875889c95a5d126bcad0f6b98c148b85433180573f439a867d9e25_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3c0791290db50c5a925a80b371ba8bdf91f4fccce56397d12a989263a972bd02_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:654aece866efed516d69db0e47668dc85d3936e901aeabd098e07538aa3dc617_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7637a44a01d6c56f002120cf96228b6c68e92b4391d4b6efa1c81ff8e40eac0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dbc636494f53ee38eae00f243bdb92d187ec84654c280cc454f2b4febd7c22f0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:08f46b1d2114a3ab80bc7cd277859a4f84e870c2421b9e13370774deca0aebe3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0ea69bf7a80cc8c0810acf8c7aaf2cc1374d3b034065f1119ca33af3d1794cbf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:17e61f4a9148bc2e0fcea85c19c98eb8c2efb701bd21f8b63547dad13fc256ec_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:8b81413ad0f567583ebe4782344c22834c1781c5f7493c8a05b827f3f2a5e409_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6b348a4fae63bad66acacb5f0d03b8155246733e758f14208956c38c2bedaac0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96eb6b75d6a8ce22b199b8150e628a2a00c427ffc79b2fee2e24af1bf584bbcf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e0b17d193af2fd7e981c9908e01f2d840cc939e24bf1be19977beb85fa1159ad_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ed56ff21aa465143bc0d1c4f20803873dd07999229739b84ef7861683476b22f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0654b81d996d73c5b5b03310f314bf3bd6871b3bd4d1abe791cec9b7a3339719_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e294ee6e92049316f91ecad5987a24d7d3c06809d3db2ee3f9a41bb461bc220_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e3afa0bbd3ab3ed4acd6d0059765116e9ab56090313932bd063098d94f1c3b1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:929f235d156df0f59479d60379dab0d83d6fc662d9acf7ff050a520850ee0125_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:14b5ec9622b1a177ffe69a7c87b7797c06b283b26d5547828d3177f823074b5e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:52a47ec0685655243dfa60738842ba038719f2454b85024084de270736d06529_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5fea5bf035692313badd286c7d13564d48c34e3195bac3c74ae669607b5b5875_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fca2b0ceeb7e301640de2604932cfb2c386441e0d3b3b0e4a525f0a6b00f7cee_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2b85420da837c90d984c5945fae12321c8e6b6fa270768da6270f382194f2d4f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5e5a715049a34055fca9a4b36dab839573238385890678734f96d7ba776dadf9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6982d2c27206f15366ece47b40f4a6a2994c7acf5dbb94aa274c55a2216d0063_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a38c23c37dbf421c77c4f36758a105b790123d654f1c8b3419becfefedadd0e7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:021e3ef983d0ca18800e0fc390ad96f4b6f6b9c3ab784c6e74ebe2e7fd7b31d5_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1076cff5268f9fec09a760da243efbb72eb96645f838a746c4c4e28ae4feba33_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3eabe7ed8651b8dedc3a2c38a83527f224ba3b50088b3238e158048bb2ddd85c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c29274bf105ffdd07bb78270a6dc497fbfb699acce48c7c6b7b6ef32416eb20f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:71bae3f7d9ec2a469c8d69b9f67d27a0a98a26bc842cc8733442cabd43fe3c06_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b67943ce9e26423e0bf84f411d50f394a67a0f3368ff289e695f8819c4fa8c02_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d4c9ea28e8a716d6a46a42cd3b5efc82f42d456e21791c32369527ae82f643e0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e4c222d813696b8b3d4cef6982cc88ba3d4581ad6842b10510fb4c8130a82684_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4d789598c5dc7be91f05a8766dffccc377a71db2ea8c5cc563f396cae02326dc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:70267df26127761958bacff38fbeece08995608c2a24c7a3724495128ef2bef6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:84ea38804ec003ae82375c83ed4549163a2c932d6264eb64476e0ad175b4a4de_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:bfcf2ab8d6586fd6a8f08ec2fcc71f997800b8f459577c31e654f8ef9325fc42_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:49a412244c4d6b547d5b0ca9bcb041b1e3cabbc78f5234ce52b678207d83b3e3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:4d2e1fee9a43f8faf39b05a7d82ceac50094ebe972fd1fd85b1528961cf49478_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:564e888a319fcd9b1af19b18a4281c5a2c41bedfc3186fb3bb587a1e28954c0a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecb2d59766a1aaaf7cfbdf1e0b92ed025a18fd54acd41fbc63026b350c98a953_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:296a9379ce17e07df7008f1d35004477297a7ebdf9e3d51a50d71628d6ac68af_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:67f272ef9abe83f9cd959ce97e3d5c46ed6e118ca30f65fbad733384d228ebce_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c8b5246ba51213bb183e07d862b6d1f9b156e1d16b7656bd6ea061f9016e8ad5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ed375d4341175bfe6945ea8aab5208f375034307f6753cc726230629ab97a71f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:29e41d78f04e683ecb12ff2335b7205383670e7bcd2b1beec736261a93abd406_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8ac74d64736ed4788497e0d4d10226bfa212f6c0cc97ee63d7c61676698bc022_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:94a303f0dd0822b5d82509e3ff8af5887949ddaa0e3a91b9f94d0bdf4e1e267b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:95c3aff27109694e511c9e45d1132bc4de0fd636cde0855c9ef45f1a17f5ce7a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:16e2953831f686cd68012c8cdaea2b404c54c91050145b716ee8b0ffc5cf11bf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:91e3e3d331d92b90ea49a78531cd366201c5de278f56597d9dcbeae40f114754_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bb1ec078ef82180a6019d6e174c16a5a846e4cb8995753628db25a4ca0071474_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c33a11f1aa2fe38738663eb291e25503e2e6fc3cb5bd964e1a6f8db0475e29a8_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2606e2856430c12efdf947977a070de13c3f93d3f304608c411ed57b6de0c6c7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4dda7a5132b638230470f86622d84a7f0117280726ea52e3769c15f11b1dbbbe_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f3b4137b1beff722b9c1ec2e451577a22f44c47a6196139a39d4aff3a0386daa_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f688b554b17808b3aca13b4e6bb8a240401db6f6cc5805e98ebe71ff43dbf1a7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:07163bdf6c27b8066a5f1e8674a2120054c3daab1e8a0db8cd728f2b1ca0fa57_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:32956c0bb79239db914454aa82f94222c6f7a90be718e22bb80c4e75a45127f1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d877387429f09cf5fdf779e73200069c418e561f20a21815bd56fce1c1c4c73_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:9a64cc9623e5639b0e8ec8f5ad63a5ab83f92598abe541be09fceb37ba2fab23_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6d8e4146a7965b0a81984df7d0a2fc094c50e7010acb93e58510cedc8a42e687_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:764c1081056df81f61d6965869f9ba66d67f132d6c768c13f1b2c1c81d45ec6b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a27762ca5025270235002c90eed00d6d029d4b7103b5bd108eb527fc8e797f1d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f473c0c439be12fc83e9ebcef48a1a067a5f4a9cd581ca19ca34a3dd0b9fb79b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:6e95c6d3ba75f0655680a4e46b703aeceb57cc9ad072733bed1aeeca0e9b3508_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:ba23af1b9437640698b924bb0645013d7c08fd6121489b01b63f66156faa6588_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:01c4ac10b7061c77ef54bf337b8488722506d2a572d9da7d9a689b4c9ff7c225_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:67c19e36b3f264978073841b06d940efc3fe0546baabffdfb35c2e5a1989e96c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:add880787ab5dc1af04cbed51e2da0f6f630ee85387617987ec6d6d8e3a28009_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:d6acbf09fd11d29d0d715b96e60355a23deba955fb3ac6ebbcbdc29e6923d508_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:474e02e9e121dfe39458bdbee1f434d32fa29347f55386a4abcd3825c9235456_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a0e6d2e5adb8d9c223824f623bd7d391e33241fcbe281c54af8e3925af5781b6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c3fffbd0e1e6db3256029c6cff61bb64ba56625041ff86a9d46a895076877fff_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d253f116a2d1e2f033f47422230a0a4e8a9fce255d71e9140a0bcb6f255c09b6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0b41f824ade401523c3ff06e2dace98c8dda246f40e6a01a588dab6fcad09683_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4954d67caa517e2e2edec0e5d4b95610a31b82d5a86f9058cbe55193987da9d2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d1a37ce3fce40a5d5e3065b5a4be81a18fe2a6b81bd5d16ada65f2647fd8fd0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d395f05c26536703d44d06525efc0ac6203440e6576e8a1513c7e4ed8563ae62_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2224a1bb7f39feb0ee922a54a94d8dfa66e676caffc681f99227eafc0082b50c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:339b51d602e6c798949da55fc36b4e83d4b07909c97f004f8aebb5bb6f43268d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a7bc2291024185f39cde4d43057b17968cad18451fe8447b0ace526ee11bbcb4_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c171ac27f2bfd7846db274c1d2be8b39cdfed3afe59ab4fb01f903b5be3af443_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:45c70f4c6f15a25e1982efd6eee6930f16317ef4cebd11ffe2b5994b9ad8b200_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:938dfb864f0a9dd0116c5969eb1ca94f2e04b914c3ee56bc26ac33f90e2535c6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a4f095b9251baba737421c47566ac7329258b8ff22b0f131c5a941ad1b6caed5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:f7a4c6ab4dc050efd81ff5d7dee7569a55dd0cf96e6413c47770699f5fa02b6d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3a4f76a56b75c54966a76307c4fd647d854812bd22e55cb228c1e9b5aea67037_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:98110bc940b974dcbb8b0ea21c6b52bd96ecea62779f9665d3ac8dd03223905f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a7e47a89156ad39c7e5820cbc98a0b295ca1a3aaf6b72be3961c6d4eb0225831_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b6a273a6d68b36cd939b6bba836f657168526125327fb784c436c99848f49f7e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:26b6bffa3e11fabf11ec8176bb39ab3e301b3c5a85c1aec37142860ffac1fe5a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:301f5a73d9d839a999dbd3c9a7741ed3458ffb87426b7499364e6460850deeb5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:57eee4fc78405492c9a665c228d1f25c75f0390f75a73d5819aea7ebc2da6b4d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b10b625aa3fe5011c7fa9db3c95ba6d36c569fd6f6aa4ac3ff2431cbc103d362_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:11b59cdae58f57a02a4c8479266a50a1a5691f2e8e4382ea7ce96bc913ad4afc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1f11609dbe46602b2c11ea6c776cffc87ebf3fe2a1204f25bda85d9793d5cd60_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:28ca9310e14799c080a07935267ab4ecaf6fd1abadcb1e165deb46c81f2e731b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:56a619fe929b8a18bf1526bde6c9a86f12a1c0a43739d1a0d04c58920d3ac5d0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3bd696b964b694ec219c5776593bf4772dafcc3f43b973355913801929462557_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:4142674147742cf0ecad7223e02e88efb53e5a34ab820df5ea2f645a04219da8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7c59a7997fa95d2895620378a7e18f0074929b630c329ba3f03c72e43415364d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ff35fdf6dd3714c214394ff6f203815f23921af529bad0dc22abfa1d1680b333_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:15198ffc1a039f56e9cfe7ab35037c34a3864a83163576b65fb3e9f5aa8f1f3f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:4ab1c5859c4f54f225fe4d5555f3c2d1aafc520ce7a9197b040e06084da9a43b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7be609c48462446f215d9ae0326f1c76bc0b779cd08db391163c796106e7aeef_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f04c27be87ea23869192754c00d08badd40a106c2f66b86bf493455b3e3ceb09_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:42ce515a9496a89b6abef7a94b6fcea6880b2a9833900d54e1dd4044c9e2872e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5ab9133d7b6aa46227bca8a1c6ec2ec9233ebed8e62e41ff122dda627d4a7fcf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:94f82ddff9d44dfdce03af24a851c05cec4ceb161c5631ce6ce88dc8a9481271_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a7879d59a73d16ad9c237a597dfdbdbe06fd6d3e3de0c9396e342250778dbe08_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2f370ec13f448fc82d3f142cc8b6a559a4d62044631f4b394742652c4672f536_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:38471fb10545f0fd1f879ff8ded337bdb6919a929043727936d28c2153a78fb9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8e6c8d7186bfcc49c6ec64bf8bbaaee511f62cb5d14aec29bea364f90129d36e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e35c02d8101af5150e038572081ef775816f97c77ae24fec3826bef8c24837b4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:123714413da1487c02d182f1d355688d2f0fd63e0f82865dd962567bb9c81039_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:675b6754ba7e231a1725cf8338d536551497ed05e7f40435a2a3c98e411af84f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9eced45114ad75c3ca56d06028c836adaa713433bc49f6196533276f9645c58c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b203bacc4238f6cc6afaa7dcad119d126484235694dcc33a46edc4d002dc7f5b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4e68102ebe684da4477f443e32d69865b6fa28d398fbb76463c67d85739e3c2d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:6dd5107b14c1abce011367145d859456aeb03052ab831b4c548fa4fba0b269fb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8e6d6d3162ace273c1312c383de4e1f6ffe2d8e6d7b553b64e6ac460ac040c20_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:061699fecaf30d68ae3d41b89d812ea8144627d9ca9de83173fb33fa06e6b8f3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:33b4bb5c331675703e19ef96f3185b2d3cbcf4d0e37a6fabbeb5a8dc1f46df10_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b7e15475952a147e7d6d506ee9686c6c594d529b27e4086f49b0dfc1e237d640_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0465b162143273b73d2d1af7ea6f9654116a9b1cba8169028273185f2dfa1191_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5d1720d8067c33064ccfa16d47931fd18bdd3590f53023c2ec268ed9405d0983_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e99c8d382c503a7b1e25e6f72ef293496beab285d0a3453d09ca73fb58247163_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4e09db0d6efc9289a85cf5d4ced1d6a6a7f52168e44c366907a5d4ebd3e7d75d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:585c75fc909525ac0332764b66db33e6646e5e0b0a4d01d176be6dad70a7447f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:85df50114baa307e2b4192a46f80a292500401eaf41f45b071b23bc278562135_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:3ad0b56893a8ad865ef9de637c1f21a358aae5ed4adadae02db3c6d37db93422_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:56925cf35430409d4a59b4de3ea74d8e3779acf505872bcefa26e97418f7bc9b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:a928a27d2775d702a7b4888f87e770c93049b645b5878173d87d893288c0701a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c83836428568394e500de29f5e4b44fa4881f5b5813a8dcd42a5bd16b6bd2bae_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3fa694c3f2b9c05fcf2cb69f97d791fa46600ba1eebd67608b109586dac15e3c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:44006268f8f00b5dcc4737ce787d9221b50ad7af3e678ea6dea817a797512b4b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:6b7d13c5daddfeda27cc815f3fa02affd699ed626cc41775f78070cb8cab4f4f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bdd058e218fb99204c479f5cc33383634b184b1153a74c3333926e84f3e4bae1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:174dd5140764fb73bc002166fefbf8f897be7b295e10527410fee19338fe65d3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3f5a73689320e820972a39a40077926550f7864e2d1969a9352d3b833191086f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:df97ec11ed1fbf6397b6a62c85014c255b60c652c98ea439d1f47e62c6a0e4bd_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dff5a115ecbd046f3a1a60ce8d8518edd570922528a7ba56cb17716831eb6b09_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:11f56bb6bdf0069b7bea04e5051874cf879bff0ed36676dc521975eae8cf1bb5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1eb4aa5666fec327b24c011e1b7e726ecde7ba1942e0b8d9af38a65baa052985_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:77da9199e0922972da775122d60efaeeb4cb2cc464ff6855099fde770cfc01a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c56c801a4a9e11f7b9ee071dc9634fd6c43aaf04cdd6b048dd4ea1a623ba16a7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:5332d1051a8774d9d3ebd2f6df71f2ae36ff23fd32b28edb418c028dfa6be128_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ae444a4f4274431a8dfa075bb9c91fda502cbdbe971856f54ffb6a0d5deb08a3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:4148a39c8311d7050050debedbfa7454b53c3e00ae4d63cee7bc6da688af744b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:699c1abe44686141c985a530a8b3b864b3a1bf2c5c6645d68f7920b8f752c684_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:608159f89bf52fbe18bbdb1c48b679346ddac7d3ace7883c84494615a4ab7adc_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:d26f0f1adde0599a01c90d8b9e1e8690e6e532a380e7852e83cacc1e439b5424_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1ef42800334a0b6d395e1b1bc8e517e232713a4ee0e4591415c5347ea1352fb1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:23d11514c82b817c95564de1f0252dfcf753ca40cb154054c051b6bef078a960_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f5311dc740529f4f4c444fe33bd5731b0ff5d213620207f039af546a3c521226_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:14f9b0d4497da98ffed111c1266fd4e0b4a812f6b7ec37b95e5702438602ce33_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:4e6b6f1636a4300955a587155ee9063979e47cb387dfc1a85f3738b1cf25589f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:2cb5be04fd1145f054e994500608d1463f35a0fb87305e559ff71c972795d978_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:664dd8b515ac89b33051c38e00fabc4f2bd8c902f9fdd8df263b6cd6d0a0bc25_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:28e1a2e9d3850462c628b0bfaafac15d68def97b8c1c9387de58b1fb6d877f19_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5c60f40d38ebe6f95cfc0fa78fed9aa265fdf3aced888bf232445c2e76e4ed55_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d36d045c32e335933939150b36fd2f86599add415385560d3e10d4b74a704d89_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fa556b78fcc306b456576053e522d93e0c578807e220d3c562ea54cdbc2d1a92_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f9ea746b7bc2eb6cf1d82644d42d363d9343506f9091e8bc67740a06b382081_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:909ff0827690342dce5b4cf713327f3a8887a056951953c9aa639e916129e1ad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a8705dd5df6abd3d6931b298fe8e53cff0f8259547fa85446503b413b0ba19da_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:cabf1a3d4e2aab9e2273afa75bac084e93eb36a2801b91ea0d79982e9e7e5f2a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0b5cac582cea2ea2dee7d515f05bfedf2a5beff46ae6d5ca9626bbb36c94b865_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b920409f5635d704145bb8e1107a7c6f951976c44226a2083982443f67ce619b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d658355babb92069a73c35353c2fc0be4450517b3445d2387b4b0e3bd2b873d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f8036fe71f651189dda062ede40268c843ab07ad5b32e010250f9b6fe9234bb6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c5361be369c8e0194275ab97d18d52a095a5206888bc82d592f9f9ba28a34e91_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f6427aa92071d20df4e412376886d9831bb0cbb15c10216ebf2ac78de096b051_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5d5edceedc72d2ec62b24b6a60c278e4836829c78a0bcfeb20d87fefe501a39c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cd23e978bf90a7180245b04b5b0df939ba57e30ea13a2a759a5d04953eaafda0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:bccd28236b901759b08d5106786d262e482cbd1e3798c1392c9c6eda9956a5d6_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c096101efdd0dab71581c6e6506b9a6560c96979e2d439ca888d2c67860c1337_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7cf38584dd1c5c269f86d85b0488e9224ac989f985989b00ba718ccd5c1cda56_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b2a85daa27b4a10282c1365dfbb48a3224df6c2a47d6f5ed59c3c01f6035d443_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3643a11084c5df88b8dd9c8d7693b228f3a9d94f74aaeb4620aa458516c14e18_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:a6a1152188a6d2cab12133e497a5c29549fa0103dcde8f1bb530ce7a033033b5_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b6f91ba9a89207a2f84a8bb1343179bd74948644a8b1608c2a2d84dee9ad39b5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c21ea57e4b38cb47e5aacc58b218ed97cd4e6ef353d86442236cbe8852c6f648_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:56c61752133f5574587fefec75502e2a132871ed033a824f62519117ad0c4620_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5eee9a534fd647002e246ccc70b47a79737cbf604c5fa4519d10a8c66865e5a7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b1428b294b7752d6d56fa95d6630aad0b6d205991537ddc3274a7062c13df3dc_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c363dd15dc780181855ed7e8af09bf148d9e38d562cc54d90842f95ccecce36f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3978c02a12f2469999e833a2cd001a08741c4d9bd22ebe211bfdbac17563ddf0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8d20d5c213a86a2d9cf1d4e8ea351a70e2bc1e8864e7435baa701aef3b22441b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ad84f2d6f695c6c999a82e33cee9938544352a648c0e72adeaee0803289077c9_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d872bcf33f5d4d6f1a074bef0091e74de82b3b1a883b9004aa1f6193b84904fb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:027641f0d532c5d06663e838ddee798513282838efa12811ede36e1b8669949e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:198fbdb0d6d4bf699a9186c06c310e4eca0c3252ae8e0d64ea1c68d7b67c2bfe_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1a3fb2aa3ceac5c827d7cde1cc0296d6974663d3f5b4139390cb29dee2bbcc20_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:51a53812eecfb69e77afa538400463c7eb51710777e9d9573804d2d9eab5d307_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:19cdd4cd8546c53530e098641c6c83e2f38f05f2d046c6a9fddc3c8002a01fa1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:27b826d0ac202a4321d2d28bfe26376b405458781f04acd607c3a27bebe83651_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b1c377c3a99dc0a9a6a39dfccae28c7e5a11674342530a05b237a33117c980f4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b230c7f6c243ccfc43e6b50809f916d3247f8daad3c750220020ec4337b126a6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:42cfb65c46f9f63ae3227c0dd5ca2a0a11729ecfb2865f3a4443821a85f7c8d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6ca3200ace5f9b6c36c20185dfbac37ef4cfb171f3a99eb9c746e52031bf380e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a9edb90a7efaeaada322b051c1b4cda47df859fad20ed42574fbe0fa00d15324_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bf0602fddb6c09c5c20a33abf72b947cf7ec8de6ef68144d2f4b1a1a9ad906ba_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:13df2c323a0db01668777fb495bc342806443b5c0992fe7f9ede76a0e731e2b2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:8e564be7535e32f63ff7a84bb61b3586b16b07f4ab6db20b42340dd998f2e919_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:29b338177ad61fbe618240d520eb180c1faa54fcd4be63c0d2d16f5221c4d7c9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:97b5466389d9b1e4c54dce29bfb42e901ac2c4aa39edaf99c35f30a766d38b78_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:989cd4643516ba83c661cff6bb217cc25d502febc80344e08e90c6eef8d24088_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:adec59d5a5ca059167c1dab49e6e1e6363c1788833f2cbc2381cb7d88a98864b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f821e1e8479c74d1a672e049e187d68cc4845e7efb417e9e4e4fa99628f3ea99_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:4eef2a136a4fc3a9deb0c5999546aa8d498c3553107d1e0eda9d394b2f412169_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b31560936594f27a81750c2d73f97385d7b3ac87cfa7c75e1a4fc224243eb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:bb3bda07b0ab9cc97889a530b1da6d7eb3f7f9c8a98f9b867bb3a93da7694625_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d50f44b5a5797797b9595f99e3b24684908cc28d317ca00791bb6a7406e15636_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ec2e637888e698016d6df6cbf4be6d44e5a2f544e7b81884982e06ee632a9ed_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3c569b4e1ed989074b129cb91b307cfa10c8305b037b284b23bde4981f551238_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:4ddb2823de8624d7d45aa16adabddb92faed392e71c2d1a0b3e640be91b731f6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d3b7e9f39e5238f011f9328467c72a8cb8cf99d4bed7ac0593edb9ec5bbc90fd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:24e49f3b5ed9df72849a33dd7fbd4a0b01b8c3be79705d6e23ae48e3fd164133_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a9ce73e1f17b21b9bf2ecfa7e35f5d8e9c72620076bed594e217b870057185ca_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bc2fc4c0e55023974c90506cc14c51cf73741e9490632453687edf404b3c485c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ee9af4af02c40524e182fb1893b8bd59785be7d508111c5b0415f0caaadefcc3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:971256d54a4e10a29080f656d5de3b6281f27c77a40c0dc7352f1f05ab83eb11_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d4fc699ea35d0f1e96e825d2db3f21628e25589ba57c40ce771ed210aac5d588_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e3d0f624ec4e265daaed3072e9f9dc85668a917d49c96ebaa1c7bc05ca636197_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e47600e5f91aad639de386e422056d431450e5dc3560d30ad16b0b0bd240e371_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1cba0b4f393f1927ff5386a9b2ed74fed87a58e4b2d4a38f34fffedd30da14a0_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3b8bfd739f87585230904007f0b438b4bc9d79337f0e9038887bb7f297b681b6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9c7b3d916bac7900ed009cf82a03607fe68fb924805ea37e9950ff3fd6c73b44_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c0fe58445dbc3f94bb9a041ee4ac81d6e1ebef0eef6b2468c288be51d947555c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9c772d8d7af17818a38e2004fbdd7673bdaddea0c36daf239dfe65a49f78c212_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:acdda550e575dc7add42439a856726b3833c5d6d98dd9976f30be4b781a11a82_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b5be0c8ab080114879aafc5d2526924d32306ff545c06dba64c947ca68736f91_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bc413067c8cc3e6c40a9be4ea896d911cf6b3adbbbe4c8e85fcb243bbc7bc2ea_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4b39c2a3d10a1e059c3f52bbbad6df20e52e47a422119d51806b59bda8e7e97a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5f0f4b8edf205f47a263878372c0fc80e1531f3d197d882a83cc6a2bf980c277_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:78987fc04ce330fd8ffb8a96e1f25e8ece8360680bbbf4c8854f1ba1f598f2f6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a43046599cdb529aa9a2672b628a7495690b03379c7dd4ec7bd744b01793943d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:25b8603f08442f61b433250cb6f4839cf2cff118df56d1d7e12b3b09e859a278_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:912bcfa64c2dc40a0f8573e595001fdf9dd3280e4babb503198aa019c4c94dcb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9f84034243c6dc1341a059730c81b05bc6626b913524f8d854e7d13c59eb4d45_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d9683ec09f7d3d0c73eb626fa7132ea0d7f731893506437d76db27bef51ae518_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:13573ab2e748690c65900137ee67fa558a1938fc2c4d92deb6b308809a77dbc7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:279fef1862c07ed7b949895843d80c54180a704411df4bd4059135dab63900d9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7c527388a78edbc77d6a9db9ba9d5c8ddb302220d69734f4e0bfc26b63b3dcb1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e601bc25408a2eb5735db7d2595f969a59da9560516715ad781cff5e4a57f2cb_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:264fff5b66ca49266cfadcee9765ba0b34bccff8dfdb12e5444db97af4913095_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8f14a597769b040fed9d1c1d610b6023734dadee91cc28588b65efb25f6308ae_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:bf78d9a4afa92e68d8018283114bbc7fd11fe0a9b357b75a00395ad630ddde75_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dd57cd8ba112502a28c74d7f9e021035a061e1f51377ac0510dd02a303f14f37_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1e3163b559a137ca99141d0913759b5a92cf30e063f6ee2485983a486d97a066_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3038ed29c6dd5d46bf8d593c154537615b8d218bc43eb89dc099a546308c5b33_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6f5d8e50b9cf127af5334e0b1e97aa1bc466bb1ad8a1dcb2b6c3e7494bf5a1e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fa6736bee0e8806b00bf3b6d971e2de5ea49f3f2a89e8cc404d55a70e6f73720_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:09157be733606534b4788e13e47f647c427adb2d36031df979628d1e3d93b096_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2c52bc991f789cb2582b4fcd0fabd20b86b5893d9fcfbf6e9ebbb372cffecbe9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:611ab0d9521d88b9676bcf873b8aaa2fd385087814de0ab05c7c853fe98da20e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c6226a0f343e69d720fbc83ad01daedb925fc39d272df78fdacbd847fb075bcf_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:19425f8d71d7b67b74e76c5b770a5e3d918dfde9a9eb3e181c767b4489db01d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:39f0f3baf0bf65713633aeb91a80cd35779cce2b43e6faa70838e0a87bdb12cd_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:804965e59e0147de822be6cc464daa137e45c991e4ff00c7184b6fd8105eb781_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b9b4777d271c5ea81505111d169134181bd46169ccc05dc65f3b6e59f736d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1a6e143562b0618b3f5afb6d488e8bcca48d9b0b4f68dc70d77279643325ac52_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:22230fd972b50ad12367aa043fef070d0e580b71e874a0e3fc2f5aaf52839773_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3abe2be596ec79e32806af4d66a7350835433c11e8b053385ee6463e65f31d30_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bb8fb8cebadac019a3d8c7fb2338a56918ff39aeedd55318fcc7e7c6d60648a7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:28dc48f706edfe382aef8370f464836e99a307136561dff65f7e7e8b5dcf9a5e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:533846b923d36de2b953fd071f6f7ad38e60548e9ef1d3f704039bb69b59530f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:68d5b77732cb2c0b0cb9a7e6f4201570dd8134dcbb21019dfec4bfe1fadbad1a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6d20fc820b2b684137df0fe673dd4e98135ee6a8c39a660db8435be44160c4b5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:48568238316d40eaae138ec218e4d0fb6119c94d9014683bc25934210792500f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:1d1ba67b2ebee648e679f886122e649880437bed73cc62901f26e77087d1f72f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:627e8fa2665e8d19aea0b746867ce31b58cef207d6dea85228b175b96cc95dca_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7431114311d645b44e0f98c9a0e92e62a2c412a2b57dc47b52f1e4c5ae0baea7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a88a9aa0807380263b476e1e7491c9a4f36def3c403b43fdd30bab55f06e673f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e38292df09d0b5589b58f31c39ca74147011aafc1a51be00112856a7242cb80d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:67f16f35ae8e95b90d758bf617c953ffbd0f31d685b9f023c34e5de5c02d1d13_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ae42289a9ddca85918d07f71db7415d099e8544ead8ae73a0d79e600c1c0f067_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfcee1078c7f5425c41f8d3398ae512f2a07d156de7d6e92d24d7f5eb1eecff3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:eb851650658c10b1a102258af7b72aac6db36647d07ec4eac2bfce099ae68e67_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:74efd49cd2880e07cee9aa16b7615504fcd276e8606b7422ffe6a253636462c1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7ff9273c653a511408a49a0778e9584605b9d24e1069da8a77049f70e2bd5616_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ad02d1ed96a39fedea9588756c548817e8672b8fa6d3e16f1f53221e3e7d9157_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b10f0eaa64d49ea5763131b8ddd134da6771b835333a4f5ac9ffdaa13cbd08f9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6c75dc3551d30161fe15ddb87170bd7ac33cb19b242907e99a9f2b003659efc4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7cc7c37a8ce0bc5a1de200fa97525c35943d5fe789787d642c4a3079c251c4eb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dd8dfd22f1e93168de72dae9a266654563fd41d605c65b4bb15f20ec65fd53f6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:e651483d73deaf4125ae3c2729bd8a42b277df79a6ff056a99ee3e78e2164877_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6590ef2d757e5ac11ffacdf6de04ac112e96f4bc058b97aae1facfbc9bfb9317_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8bc45cb12c534a1dcaeef41b7ad0a4cd8ac0e3b0041aaa0cc3a9b917602ba5df_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:92e18d38fe9dfbf0e50933d15f4178cc149b3e4eb535ccf0fc0da030d758f435_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:9a77e03eab2a1992fcd1c0a1f1c978755e236843ee4472bb551968fb16568334_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:686e7784cda9016a460c9196a522f1fb510546cad343e26f510bea264ab9b515_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:77d58cca07f50ed35b30a97c24f66abf5fd5482be3c2a86df38b5d0e4b41e4b5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:a553758f4aecd97de2202ffc5d96370765e1f92a11fa4ca464ad13037d7c1a70_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d09813fbb679d41aece1f097ecf3797adf142242feb12769a604c37df1b6d80a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3a967546fc93fbe58afe72caa5892b712c5b96072d3cfccc1c7d9b27cc6fd6fd_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4d09ecbb6bc7010c93d65d8bae5a368326d1b52bb7f7410d30dd068b4b9c1aff_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:78a9ba8fadeb516fb48a37ad2abef78f57a09b5e701a31ca41e4bfefe493d781_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b44e2dd5cd2daac1ef6849feb0b313950e0616586fdcc843a051788fa071a4ff_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5d94083e84fbdaa57cd8723c20bfa1bf0d2eaa0cef52c662975b286785db8cb5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7662aeec067c8b3bd0203da4d87e0837eb624acc7dffab9c0eda8081d992fc55_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c95e0922aa74f51030c35cdf1ee704f01ece7b4ec53f361055f4cfc58e464bb9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e4ae1090a43cdf4a540f1a2cb376a93d2f74449ac44ba6d0484e4612579b3d43_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:48c47a452810fe65a21fa858b102a2e7d9469e1143c51857844a0a74ebf03661_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5ccd0d2687e836eea86fcdcfbc73c7bdced8bfe2050c466860306d246375f0b2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7fd64ebc835133fcf6fe9d286f18f790b12295dcd904d61cd255c97e49f216b5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e862f18a4bdd246891a49434389e8dae5d73a68aec6d548dd282f3c56396be98_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0772170993a9fc0531aa948ee3f4c83a8e530802f7d6fe246a0688026c050d27_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c1b6b3c81c49bd764dce7fcb732f14f378aad992c953cdac86872b4113e8168_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:307efea31da6d72e50def18e1c08bae9e05ac8991d90379280c15f69c93be375_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f366a95bf18554cb9b48af250be89970e4c6b1fadbb97543db8bc202eefe282a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:09b9a909358f49dc84cf863e418fa79a72c5f23ce05cbd4045b2c966147b4edb_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1ce1ac2cafe2162c4070a5b60087ecdc520db1e90a433183157c554f86a8bdcf_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2c984681915470552c6cf4dbd2c900d14f29d9a6632d7d937d2fbdf1cf16a5d6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b3809b2f792a8b57efc13591b88232ca2b83fd116ea1a6ce9c05ec39733bcfaa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c37ef0e5d795a727e79d2749570d7c42876e2884561857149a17793543b9fad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:45b239b4328e73574050498d8a59fae10b1788642bfd3fdfd487a59654f2395f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d0eac8a6dea99105af2917f089cc423a7c21820cdb7ea4a3f793381cd07f43f7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e9625244e5cf3f4fd7e6d69a8076069e24079672e2c4bc4df7733ef31c3aad9b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:25939a8eacf00a315bfaecb90901a20f2d314f186c1a23ee0814ca611866ed5e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3b3fe898a633924c2e0f803ca944cc63d99359966004c6aba6a05c446a0539dd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:55a048f1d9ac836497f7783369b5b582727df86cc64fe7df91c463db1fc0ff30_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:88990b2047d4ab9055afba0c6f8895f30a132c361722a1524bed1671527d99f9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4bab889d5262b3f891b99f0a521f6d4511641313cc1d3a5970cc2182c52e0fc2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4ddc6ce50e06c258b4f24827f1fe5577c4ceb5d68ad925a185dfac5b2b3a661e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7883c26d4640f30a8fbd635f5442fdb46625d727a1b2382220c454aeac081fe8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:955419c1ead9dbc1c2545f367907dd4b1e8133ea23ef65407341e9a505b1cd17_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:206e503ccabc3f5a01f11ea5026cb64ad6ae62adf2eb9044386efac6586cf332_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c2d2155a6d299536662cff9c5a8474680dc8d9c514b152e87421feac7cdcc22f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:e62baadcd61bdc045c205ce81a3b2b650be73e7b3a5dd5cb53ea4c2f8a181f0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fab5b1965457ca46faaf5d1e6882c17ac2f0e1db5017cc81ff4da8a9083cc838_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3e9733932088db40e1d1dc25250b68d83aae6fdaa33923c2593ffc6f10b84984_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:62ff6e225c6c72f9c9b0bb33014544d1e02a30ff9092c25fddf72d9ebc8782dd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:70259c080741f045c19c2dfb1fcd5069e9eb7e413294d855262975ae03e60b6a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a974b10609ceb50c391abab36ecaffb9c6ba62f66b246f529d8f7d1f038165a1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2a8daff0897cef178c43b00d43b3468a3ff9389ebf337533c771210ffc608bc3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4c7da9adb32c409132dfefa7ae79fe99d41b6f59c592eea234970279694951ff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a54253ba850cb357befc0173748523a1762858066023e04388c94c2d5caacfc9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d49affc20c2c397c1ed17de7d3a7fb98a3f66efe9f9bd4f4234c0832393df9b2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2321dd8c9cc505a677622c5cc680e4f3461c6bf1fa4267cdf7f39383967a0b3a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:582d0856a394c73d8faf8d1792a80ccd8c66d80cf65b9dfea344351d767132d3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:938cea3b81e1b74629b0bee65183b0800518b4b757175d34669fb25f6e5d802b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d8e3f695418674002c1dd252757415372d95b38f813a3d432abab774c7427b2e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:8fadf40fe968046de41a4a4c6f643d9077f4908a1e456d7da29e0b0c79f8431e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b7b73c5b17ad867eaf4066be6b2fb9a322677ec3265c0d1bde2e317f54f7accf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dd6c4a3b961b608a71122ddef308287483d90f3a153df4ebd00b4f85b46bd551_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f5e86e560d2dd575aa814329ad50a38ad4c7f3c111353e652e55aa5b58033f18_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:10015b131c57580e5edf1fa90b05b19482ea67ae3b588efb30da1cfb2061deda_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:99060fe9572cab596228b61e892ca9b571e3b740c4872ab55e3276d4ad65260b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5127b9d0570329e12a37d1c7e38a3ad9a1c990b7b0e1d3f3b31f5ae1146a518a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8403b335a511bc219b98b899e2cf4458347dfc67c8e15440801b1434f03ab555_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:8bd350665dfcfcd29e64a93a9c1b700817a99560dcc927a75c13cf22924a557d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b47afa8cdfbab90e0852af59ab14d95b430a2e94245aa9d1c65d1a592f44a90e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:15c698a4b3293ec372e1ceffaba0fb9360499514271d26c22cfb6cb39852f598_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:43344ef6148d5c76a10961d19b3bd83e219764cb53ac4f310a513bbe694fef6c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:084a185169e09b57b07073bc5c82bc741aeba187cd9cb33149c830af00cc6582_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:171aabed219e2a837afd87ec9dda95bd32b6f780a8c7116a6dba18533c07605d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:33926bd728bf4ecfa8146f2d55c05f151150d249b965ac4338cfa8a9acf642f4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c0709bc4da1e5574cf296180cfa6abce28c2b7ac105abd95535422abb090207b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4ef4397e1a1aa5b377ecab2fceb5c2eb15b526ae39bcd9299b45d9abe4bbbf31_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:852e6be5031cc90ccd9d02fcc66b59baa692d594e7ae95e68b8923732fa77b49_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bd9e30cdd5958003b7db73e8d871b448d208c099f3dc7e9df3ba56e6d476ea66_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fc61ea57eef9eb7f0bb091cc0815a81844d60c78f5824640e40096e8de8a02c6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2020b01fe0c8555a2cf070d5a9bf75691de4d8b775b4ac91032c92972ae6a424_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6c3b876e5fa5594ed92ed3d333ad1edd228611d67b060024511f8c6a53eeec92_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cb279e6a6181c4ab8025c6ee74497cd95e990aa02a03aa01c8e4ecb81718d231_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f6562421b9828dea833fc82160705ba8c0349531dca39eea94da4bb31b8d3468_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:44b8d7704e559a8fbde7bcd2d7b51cc025eb2b898c74497149f818473d6b7237_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6b3db54da066eff7abd8e8f58ae42163364355fb1fb5a166c3f90ef42024e24a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7bccca2d8db4038ed90d7c5d995bb2daf880b3d6aed320c6d6dc89c73c38170c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:afc464bfe9fb581e22275814fb3263ada3383b571ac4765507d2640470a8fa3a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:353292bd26a33c9a68fbb8351005fc3b65d1f0dc02c82887cdeb5d28beda1404_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:af382c36059c0c0d6e76b41eda8ae2055bf5717205754272edf126fe15737cc1_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ebd113dd73707e7e234669c4b52e7ad90c5aaa95d062fe7b2ec18ad63b942920_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f0b91324c63bdd9b1603e0bcd2e554e1d595168f9337a7c26d3834093b24f6e4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:23a74b9b847094d230ca89e8d43c924098aa5a8ad67bc02c4b11833c4620aba2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3a9adb54f0e11beb7e2f393c00ef6014f9c18796c36e47ff1f08807dee8a9e0b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:558cbb955c8d4de727f010f3fe97f285b6922f4845357cd979c22e9d6afda4dc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:64f0e85f122f8cef1a5b444095fb16f95b255865ab116cd59a4a541bb61cd09e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2b93d36104e2c99c09823ed5c6d12e25abf3dd07e20683640f99b687a45e9b6a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2bb2c4706037910e8045bf0127ddd9087d2c8ab9eeb09ceabe97b18dfe873c1a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3e5d6fe6f1f7a495efdb0a61dfde0d20def80759a215bc7097265c816e07919a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:efe7886379624399e04e4f213bf1f8b2baf1acf989823caa93ed8ba76ccf9372_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1b152d3df7256fa1d16dbc4edc991503bd90432e1c8408149603306e62a28a89_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a7c3fd07837a9c03ab834a0b46ba51b50c73037203ca4d12d8cb2a45f690e62a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c9aa9a181ad76c715b410ec6866d86f28923d2becc8438f3b56a381d7c668897_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e96b65f0caa9f23429318080d5812ddd5c233b881b6f460d944990000a6d7018_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37569639de1f8c36904366fe21657db1df3c26c03b8f9f974e0a87abe862c7b8_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8d27603330319790b463eba638816fec38ce5ce81e7cc2c113636939d713051b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9e9598797558cb0767f9bba75faaece26aadb56163f94ae2cc2c137645b5babd_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:cf8f8b11a984107f035ff28ba24ff3f6e1d10cd764ac472b94bb9e74d435a459_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:70e6484048faddf5f59bc7399fb22731d4134b6a6e2c2ad3b1e92bf26e5ca902_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:93c6c010543791ed57e08cd0630a7dc7903d7455d61686cdb0865b13fc52f44e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:cf50871759b51c4fd1f164c53ec8503379de265ff95b5f6bfcb15d3820722c78_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f296becb22727fbcfc0a2a4a91139dc782688f43f63396d645b03bf698b81ecb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:227f6cfcbd9f361dac87776c3b625a4ae91a7054a29a48c0aec491a786f81380_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4063848bcd02040ab2a26a1e77d643a8cc01373bc6467070f72f8cae62ad8bf7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7315ff02d1adefaf5e52dc2b87903cbeaa1ad7c30719ff6afd130d068ebcb429_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:c33effb47bad5780e4e0ed220647bd0741276ef5c19eea05014b528b91765efb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2883dc4d23d0c4ec9551a0818f5d5edfc708454b48333db179232b6f7bafb4cf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2909be49bc0471a0e2ab4e9172e4ce490b305b8e1fb86729b45af106f1ad5ac2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3b91df98133ad62ab43372695b3953c54d58e70c15eb7ae201b68d73088c0bb9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ea31f2ac734ef3cec4337ec6025a1cc01a2452ec124f102e5b1400a9ccfb05a6_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:2aaf1b270a589b2e9c907bc35b4a3706cca1508a06142dd3086411e046d7cd00_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:32b91a8b6cf6278fde2c8d33666748a905a8dcf290b6e16ef266857d4838d3c0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:fe8f645cd130c489a3454252abd64c554d583cbf984aa3e568ae9c4073fa0f03_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:9885e38ff9be6d7ae070a00b851232a29e739a870d32b2508ab9f34e56177bd5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2b7476cab5336d76457b1915e734ab8702c461af8ca4d9e474557ad8354f7065_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:4890f971ad6077addd93d4c7fd1e9ee46ef3634bf89ff5adee2a95ad7b7b3f12_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:afc7f162c9c1c3033316a984254b8a477d8eae5bbed9cb25257d54a54e1bb866_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:e9bc1798e5283c65ff1487ae78c1175395e051a6c13426d3e8d1b898469a3493_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "linkify-it: linkify-it: Denial of Service via algorithmic complexity vulnerability"
},
{
"cve": "CVE-2026-54423",
"cwe": {
"id": "CWE-862",
"name": "Missing Authorization"
},
"discovery_date": "2026-06-25T19:55:12+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:07716873e44d49ad177f8c572fe54cec7ddb819a70492e6bddf36ef2ea5e6449_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:288bb644cbb5e14b00d80e0b409c83644a59cbcb513d19025f8b97de61f2cbea_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a27a41e1a167568dc9bcd1f125ac624897d73bb6dca7be80d256432b35e4c6aa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fe9b92e8a052208c6eeac2ba816959ee8129cc0f68bc93bb0a1a2f940a49f4d8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:44ba1190dc20c3a99259ef0723be3c9e1c2d4f339ec4eb4f38a9375cefd60d2f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:48a700617f0d4ab9dd6b40cc27e9f602892037c10872c19c60f62a2a848e451e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9319978cb44eb1f26a7d82709c4ba7d9b6b0bdad78c6c6080bafb0933103bda2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e734fcb9ca41744ac9213327a775aeb0e01ea9974036908721b532ed2dfef923_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:10097712385ddd416b15237d2af20f86a0370f1d97125f1e8a0d25a7215f6751_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:40f8f7e1d72a0e70d96c1ff028cff7125ead621e89cf2f3c1cc5262a3aab65fe_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:50ff72eded21d210ea9c57c9f9b192cb6ca5efe781c5c5a9d2e1129e2eb7a248_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:f77b14655ac6137b53212c8ed526d6baf86d6d6332513416daa73a6dc468c832_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:76042ef2dea9a9316a7bb2a38923d0b670663803c75f5b8351b5e71d344b479c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a645a364226f6768df30645c15ffb8b7feb1932a96c3666cd2d8bbf71786fe88_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:afc4fea57ea3217712f10421cdc7ded66093dfd0d5cdf09120ec1200d696f332_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f70b291b3be37bcef36e4cd282cbd88f917dcc5e61e0ad6228b33b770656b8ca_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4cad4e954d5e9fce7e93ce3a81da34d58e01c38a5d6140cefa7eeeffa13e1431_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5c1598ad56e3f9cf5801a990b2d5d007632cadc69118dd15b771d8104893b722_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d18a7d5884e709f2440b7f85999c2351c0f74ba09b876a7c915a974ccfa3dea0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:ede11c7678a732b9ef9a763632c13e616a95cbabdb36baf0c5c48ca0d476c260_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:208703e1b4c8fd82b6cffc790affc4bb8966f6d95e5b5631d9fc7cd429d82242_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:40be47b6d5dedb587c54ea5f6ee763dc3007284e85cf75d9f48f4de83bff4f0c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bfe783bcda48a7678e776f99ab08f9d6cdf882432ae03c46593326bf8b57e714_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e43bd0884f4c1993cd516c3ea52d1f878a783f6a998a6dd3fe4a98ab11bd3e87_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0492b621d90ebddbab300b3bcb6979598f11380da79b32531f8978b26fe5edfa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2f4ffb0abe2bcc7b801658bb46ad9f397d7a3d11e8b2060859f5dee1625d7ea2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:30b0e4f82db1f3e39379b7aa792514aa726a0c485680b67351c593542c1b1127_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f0f3b27621a9276b1f4f9601b1b399eabbc165d74a4b4a20ebbccf6a36a8f98d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2d56871f80eb82c502cec2b901d3510ab482eea981f50cba4fea729c83f1897c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c169319f15a3e6ac9086e21438dac78a6b30f142c6d96d63c259e45f4b98c2ad_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cbb1706913eb430b86212f941bb32b066af04b431126af872899134a9e111ca2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:de56a4d37e6686cafc8591eb1f7520942036037ba5af21c286aea2d2fab95b2b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3e35e96ed5607d7229629ee64a3a7c942fb12da93a75e989f1fd9aa028e8fdcd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c045d9282bb2e3ccfdc19d09b76e81d622ad5c41750c960a066f9a735ce47a3a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d3c7bcca57a84397fa1932919a750ed7a002fd7f7be976152dd7c14d60feacd0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fc479e1b1d14c548ed9a783109fd978efba5363537b835a5d09fa8d0fa9f9068_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:0e22ab8f884e0095c3cb3efcb63f9f37d55b72cff37962f271fdf534deb469c1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:ab518543ee2455263fe748f1d2ab5fd1fcb87e03bdb241a1fe657c748e220e3d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:cf25049921f441dee72daf95b707da269c5ea7af7026674c42a7e3c8cc682e59_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:d5350fca926c7cabd8fa4e7749f0c2bd9bf90069a11ed96342cbaa0ccc16f889_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:41ec41da1569234037cfc2b9cefeadbdb4c1e45363dcc0b5f2acce2453ba3dd2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:bf2513f4ea2df4a781fa74ddc02c207133387318444f7027e6b62565e8af505d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb3cc6f050ccd3fae295639dd627bdf3ff5f08f66ef0fdefe24ab8260cfba983_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:efe54dbb00c22c7e9e4a6d7c40e52665823c5f94d4b7b03236edeb1d7a304f94_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:073ed3fb3dfb009b6ba476883da5421996c5c4f4119375c0c83b072571d935f6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:14b74e5080c191fe32bdd2a416c80cd94a0f30ea6d5f18faf7396c120c5907ea_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3c86e67143d2caced55d2dc470df15cd1659c5e16c7eb8af22183de1a3222901_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a6de5df300008dde127b655f67ba1c8e637bd6e67bc2c811c0d9e0ecfc3cb08b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05ef13e75b41891cd2774cf5243b11da290ae75f12ecd07239e580a5238036a5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7c5f6b71b68331d1cdff8b3273fc7cebb945d9c037fae5c2fe0666f84cafc928_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:c221dffd999b01fe10c83c1cf3e93ed9d49beb5f0f13e8e23261f44a07fd9342_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ea42eecab8a62b7896ffb697f402857a31807834a102986b3967faa70f63775f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:0123a42a6d10e21067ef4ed5ad7a39541529ff0157cb27443a95b0e5d88efc7b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:61e542fb10dc0e083f8889b0b94c3525f3882e5da701b8db31cc9be68d803ec9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:69eb532db9fac5d796148a421f1c0a95f03a84604fe40d5e5a3719c995b8d3c2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7bfdc577bd856e0cc690c86a8fc9928ed3d034d4d1455378c95293376a74b9c3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:023e336977c9e6f23a82083ada96020a26cfea384189b765e89d6acf7112957c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a0734ecbae0ba4ef8a6cf77d42383afe04fdf33eed2c0d1e34782f147c675581_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c64a9e77bb865dd5475a4022629d394ced47bfd9adb137f69e2dd7bfca2c5a29_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e90910e06037ec13a10bc176da5a516287ddc34ccdfcb36432f386f7b3895136_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2052fdaecd2f3807694fa17f35f03f84b5d8116ca56926b6d657f0594adcc4af_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:274df573eeb1919286472cfde2006716aaa62c65ad1a6fb82bc351e7292a51a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5f81d0322afa70edfd932cf1f80dc5a14ebb30f3f4cb0a4b9943859c3ef8a741_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c5f86407af14e6c3741e75068ebe79aea7c7d1a73ca87fc97128c53139dc8748_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:11009d76f2fc73fb88ad8650914948e04e30d4096420d00a4e6b1f2f82bb2a48_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:464e2bac04048cdd010a9625e6657c9f823ebadd624fd71191ee978520874528_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:4a6beae013e9de12cd8b0a39e9e7488f51b97b3f295e14d773eb28c5df9d6743_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a2f765f47a9fbb2acbbf3b00c2d62d7df283546b7485e7631116fe824cb589a5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:82953c91b88971066d4d605174664863cb062a6f7da286754aa4f05c11a69bc4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8adf05874d8cc6284cb4566506787161305d95ba4c318f070e01960939526d59_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b0127947224f18d500d967398c5008737df32168d2db50f1f87554e149328d71_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:c25b7a4bba9a988a6b7daa4eaa8608df78b927d1d454aac7757f18e3b6c78d86_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1f6a0d8476232a85b5d18ef9ce148135b69a4abdc45952f6ad0eaf41604e05f8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2989730daa53d788a9e1be03bf922a07c1111ee8559bdef63d058be6fd5f3fc7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c0cac6ae1322cdf12df3c55948bcfead52641aa95a57dcdea97401ae01c1860_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:adf166a8095fd21a818265c01776b94e25cea102a98de6875352cdc47fba933b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:67f12e5ce45f173e79229f506b92915943d263ca0adaa31a027cb7245d7a076e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6b91bbe18861c83c79693a155979f3cc56162624412eef4c57c52cfedfb38475_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b2bb582913e9dedea9f2eb41f1568fa8f0fccce2e56be4f666ff41f3698dc147_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d35f97d205f82d6ffa260582fc6dce2fe0fcc3719ae0e19e85e06e7ab629021e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:03ce535e7bb582ca85793c8155f38ff9f73231e7cf5af4ce223ea89d4d2eeb89_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:605dbca994f47b04da902ae4b76744eaebe0d716a7a5fd3cb8e617db5dabb8c7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6b2582a7f534bb2716acaa72598b40f593897124fe03a5e6b2bea1e4c1a26d15_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d88f52e765c3f5fd4ad80f7364efe49e98ae927d82601d27105eb6ad0b484264_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:1305fefe98602549511b835fd1302eee6a4494c690d76964d89189c90f39627a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:325af02386526656111c663e6a206e755f2f30db00059078a0391d4af6cd95d2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6dcb4d60294895ba062bed0e9612ad7fecd7fd8d8cffdeee9bd65ffec1b20a63_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f492d67b16384267b9f65d20b769f93e3122f0957cec290a88a1b244c80e4b54_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:56cd8314cc9791e043cb4e5ace324013f4ce4c825fb5f9119b1a6c6871b76a3b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d6ff019bc8333893d6d5799927ffd9dbd02d0d388752a1ead6b8f85928fff4f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d7e525584c9b7492d8b989d2ad0b8ccdc4f244987f26b4aedfa7ab1097aa8ac_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:598dbc32cda4219d6a0442aee99096b77ddbea0148ac3260c9c37e00b13cba23_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e223d745233c048714d3ff7a04f8ee565aebeb0f5aead03e55dd9f305fe60cb2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:05fe3c8332c4626e356a2b8b33b235d605b8cfdf8b49a68475db687789a766e7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:64ea7652aa2f9f9ba58d56765ee0ffd7224d6534860d118c059c2c066bbf2142_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8673853d611d162bc12d1791bef2acdd4131a97b8a6e46961736724b69332db7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ee04f343f0bc1c58b1e016295990225bafab7b39a9c1a572b10cdc19076150ad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:4771678b9e18450e8e2a6ab991e844fb064749a0b09b089e54a802a7109c1ae7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:68c90482505c592a6393640c16467c1416f3175ba1273a284c3d0a9417e879ae_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:234bf4abb67f86a27d549a2d368d080a3671ab34786e26c6abbcdf58baccb034_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f330b931299e7c97298212e0514c55f9e086e2f33ab7e522d40d8e9df843ea11_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:123e1027c857bf3a084e45755736871b220117eb70d774a3b450f7d877e7d1a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:61d9a3fb3114cc2252a8ecb5b0339a5fcdef87cf962f285be72b164933afb857_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9426eef8c79d6e2c9cf5efb340257ef7dc7936b3369050776f4b45ed6603de37_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b693182419b2287a69a8bcb3bd3ef8d6e799b5e7aa9b5f25cca855995588e104_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cde3a4deb285f4ffb38be4443b3c09f33a44d8f2007bfde6f8766d371487bb80_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cfa458375e07e80969d9a9b3521c5983fd20f384b74f1080b865b618afd35f32_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:30a0f7d083fbf57d19fdebcba31bf52d257fda3eab13e1c8b856291f40278c4d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:7078670a28f19c15b118e3ff8d70afcd5e329a22eb6a44d3827f9554dbbee812_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:6d60dfdba0f6368f23bdb554da68f81e3d088677ce9748d2850ba8f2ecb0cbcd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b71a8dd592d2646c7b085b06edefe64be96e38113c3547a111a8d0201992b98c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d906f3f6f4740b50fd6266205b0b3f986b35ca7a64ac7b6c52cd7167d0cdab23_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e4969f9764190a2b46dc5c9c7375213c28518935d80c4e4570d122d231f53663_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:331e8f309349114252acd7fe42067ab2b7bc03abb6619f1df59c8fe907513d3e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fefc2125429189eb85f3c807ad8ba8896a48518f3dd7d93f94a091ec925e23f1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:8687825da05aa3fbdbf32fa82a739f58585d8d2564501deb0d3b97d67a4c431f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e5886c91ae307b14a848b0a571918a57a9d2d85805af6c6ac7a2404dc0308337_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:260b87efa1dfc71726aefc2feb8dfa83495aedfa6e95b0e86dd1ce0d246233cf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:49a1a91122fc6cc34cb21b6de67b8249f154aa8e2bfade0e50457c224fc3ca70_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:cdc02821294c7bd8b4de75b356ec0ec8b0745b0b409ae9481dc08c4d967b53ef_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:e52b5054a3c11b34c3bc3450d9be2628816575531a1435ce44652324ec020dc3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:64e73e3f7bc1f37f40ae235a7866ea7c881d67afe29b398edc6f15befa7f06cc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b4f0c23d7fadc3a15840607d9aa13327a3eda6272565f88be3691b74f16fa13b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9b5eda1037248996bff10033108d1dec27b8417730bd721d980b778e1cb4585f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c397e51c6d4de14ea1b6a41957a3fe5ae54115c1cbaf414c013035333824eca2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c72d9616c2bf94661a156840d39e3a42d4023598c5d647562874c453b44b72e9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fef61b2df388d1e5714b0f3293bb7878f1ff9ac64b0353284576fa0413000ce2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:267a8525fce7dcfc460052b97dc07532c927fcb27257b29f5e43e5475376bc42_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:886cef96ae99502afa35aa5cbe5a16a30d873e8c9c92d6bb3c748bb68877935c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9a68ca065607df1a4fd1a351041d799b2166b76ebbdf2c92a0fdbccd47015036_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c7a8842568f7ed4d4b1ceb0f507aa5a56d80ab213877507be04ab55f8fcb3a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1567f1a6c1a596e22674ad45cd1975c8667fb2317c84dd5944ccef58326239b2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:40dad16e2777a64a836355627be3aae4572a7ed6417ac39e0dca5f019eeaf471_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:800ffbe7a0007398e44945b2f3772d657995ebd902918ecb410e5d373de06263_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9720a885c669964be135fbcc55bfd5e9766841f6b11bb2c279ac030de9618ece_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02440d8ce569f4318b2110f8975fc4d0a93e6da6c5012882df9cbe77559a0a81_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02594f4e3bd44cf7d378a7fa0533d54b4365eb5317c282cf8295cdfb0ae5ddf8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3e5753abdfee794bd09cd51eda1c7634aa7630ea3f2a72ff40c3fcf5661e58c1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ea8145a89efceb27b579a5f79c37c7457d141a0eb38b2de5c82ced07879539d1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a1aa9421f9d52c8bb918e1b3c9daac3e1a076e70e003a58462b62f0a91fbf795_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d4dd77443d486829650aaee412b58df2c5fcd995bf2c493a22dc1cc705d270a1_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d689dbabc1df0ca42e7eceba17ff474f9e6a30474f7cca15970a5ee7fb870a72_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fea791f1b353cb84039498653a7b7daadebd460631446fae5f05d1ca8e85dace_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:100ffa84c55a87981f50fa5fcdfb5a5daad0eea01d0bc14abdbc959ca0a1ff92_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2e646fe351c1dfb3650d0b67694f5cb89fb7aae85c9b8edd356f54f40b9e9fb3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4a45ec0f50d9cec050f1c99dd33d288ba8f9e8dd1a71c2870eb5e799a42e411e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:60be3446f54ba3c5f93c5c4bf1de44d7e9ca3049abb6ab910f8e62e671a80d44_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:90b36fe8a88dddddcd584cf06ddbde8b74e9d7a78f9f51b77d7d2480ed45ed79_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d69ebc6a9d6bd6f8f75d933ee0f7893b285fb24e994bffc35514ff5211ce68b1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:da6ed87ee2d899e3fe9c6e8b08bcd44cf11e1b1563972ca4aeb3e8bc806a1d2c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fdea5b85efe39b635685d506a4416115d546a9f56e87903650b5e51bec6a10bd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:47ded0bc14992d79c073e4cd541279def7e44d8ff586a5cc1676edabdd86c13b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:642eb8c1bf4631b969d0ebf3a0755f566236ce7b5534fab78d531c76d5e802ad_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7189cc475748ddba6ff3f306320d55a840baa8f1da8a934d4500c49e6f675ea5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bc10db6a9f9c1a60744f49c1ed737bbbb8454eeff9fd00175b98872a1af17936_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:017359024215cf5a7b00bd31b8b797ca7f5f456d66a34ac12c44e53c1ab77fff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2635b651e023c9d4dd92d1897b4513947985256607f9d2dd8043cd7f5de3a765_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:542b1a4bf2fafae85c50eae7a182ffd3a3a07b2c234a00e4e6c639b1143b4b55_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9b3b5510e4cf6b4cb86bae86fbf36c1fccbdeaecfe009cf2e67cb9c1d7924ef4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:048f5dc4b9176a86e0d82447e036ddad890e58e49c8508cd74f8c297272c800f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:0a7e3fc4b1f892ea2e77c1f5d961507f0fcec7740f33d3e308904cdea1d3ce21_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:44db7037b872b0164497a603e99b7c5bf2bd9aaf31158e8a4e8bd03559584155_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:a8ffa384c6770ffe1bb9b7b8729501ef2c06199e0005b16e5dc432dd8d23c66f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:176081efde0e44254215af3f5091e64748c81d2bb29a1e7a64ed2879c6a7fbe3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:42ea798731bcee8b868ae15f9d45b8f0aaa91d1a4f7660c53ee08b070fe4c9f5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:85fd9925886227b53c26a3ed09604c408c49b8ddb9cf7efa2057335bec94803c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8b7b592c5ae05773897351d97fc9925e6904ed02a6ed49e4737f0f649b7eabe_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0d8537a8b89a087f59b9f0c413d9c8d6c77002ff0d9d8579d179291d3b6caee0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:14cc3a54f1ddd57ce5b80b6d111f0ca27f74b4321c9915d5ec1960318c71d752_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7dc1bda89f2fe70041f850dbb5dd3804e853961d2026c3880fd7255dd6e57b0e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:aac4600f524660e2351490cc7aa719ac2dc93193f64bff1178a04376bda57cee_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5449067a980b2d50b360b1aa1164fba67693402210111708ebaa00f0f93bfb55_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c8486459e2b80ee2706409e888070c9100938357621746215ad7871ab9ddb990_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d748caca6496019c594ae5aca825845658e1e8c5a1c062a02830aecd677ea1af_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dac9a4617348551eaefdf01ebf1770442c0bc07033fcbff203750ecaaef1161b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5143aae8d524363878300902b89dfb5f3420ce897bc36064fd021d23993432f1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:6fa81971ac5bc843a536eaf167cf5147e879c5447d7c1ec17cebe7ab85692317_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:bfa79bf705669231df1e59e373712f0b04ef2c0676ebfd901bd9879cef16236e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:cad2e37531b2ba165087ddbcbccf9cf167c4eaca5a3fba5f5f4bd943b8298678_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3538795f3effdfe84442141d83d0292447b4c43e3d68871afcd453f80e11fbff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:7da313ec91e1a9ff08a16ea2b0af0ed1ac73e40c4b629402bff19f183d45aef6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d9279ac3cea7e1e400e244624bd7ce53cbb6343d10872873e71dee20263d0e62_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e89a5c92caae6b72646e17535787d06f7640a47c59b0b4f418c7e48918736d60_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0ec6c9197060bf068f358283d64b9b877e97f072466244f9d147552a193fdae3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a5aa2eb87a3fc9c5160f5c37c50cb88cc0a77bbf4eebb298ee7883ecf47b456_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc1512a1ca871d5e21162430f028d7b7f2391e19cee9b3d6e253b6b6d03cc8e2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e8c2baac5dee142c4e84d01c731abbc200cf24a04201fd8690f0d47035958830_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9b45bdc374e248769add4b772aca63e25ff0baf8d490e64066bfa78405cf609e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bcb4f4b45a7d62927ee6589db9d31e9bfc87a13f3b0239649c9701b10d3dbd75_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c1c72b9d00d45dc90f97bd9c5263e6d385ee34f3a3f834909dd8b8eb28c3b15f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e15057d2878011a1142587df35dac65182dd4ec4c0f3c61055a73a23dfbd615c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3bef4d599101ae4c2162f47e89f5fbac89903db3f007bb425eed38e1d9b4d9cc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aee0556c560d2ef9f2ccf501302a373f15cdccc83ec2c6935c4ae6a2f25b63e0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ddc3c05d5daa3aeffe5629b7e2fedd5df301a3030f8f8c6acc3204b8fd7e0995_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f463811c1b1e6fc34934bb5a8151fa946acf321ab57f9901b3ee1b7f75546beb_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2abfe62de89fdd0697da63674373b1c8a2695846d8acab5f17a35fb38fbc23a4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7701f38b6702b4a9e6b49b3db83073475c33528d2529e63b1b98664bb7191906_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a23cd4945d2e1f9e1c194179fab9c388677fa1317e02a99eebc575e227064b79_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f2f194cdb1a14fe59e05455df10ebfe70edabd37ad605346b6258c5bda79d96e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9b04b0a1047813b35f6ef09e1fcf1e06b63946e0a3b3feaee3e081b0deed689b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bb521f2f97477b5b9851f6655f1738b620aefccaaa81cd303d17eb74ade7adb4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c8a1f9ce2dea4947e6cb460bb4b4ae7ab6bc5f816ca25f3405799d56c6ca48f3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d8f67c5b7b8903633485f67a76f88ea13855bbf95e92b651bddd15fa91458ebc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2c84af74e0937a0f3451054240ab7ae2d44c1b566339012ebec9e5b75d7a627c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:41ab25be6eb002ee921bf74c1049e07547328632d576e78fc45245177fe9ab84_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5b389b9b0acddd8ffe5e5c3f9d54321d061253f3f45b5b66b6dfa0181b73b87a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9afa17f9f4e4551369e891d405098219c071231ddab921dd32bb7bc66bb0b6a7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:0bd76e62d162ae823a34a766fccd9d339e3f550720d863b477273734ed1fdc39_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:dd17b1ffce727d9a74c3f64d65b72b03a5c8fed96e773665a078dfab33bd64c7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e8ed2c9324c2f5594f90b049e92f2fb3141dedcd99165e80e8bfe147c738adff_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f7f45f6d562bf699e0e45e134c7ab71701dc3994882cb82edce9356be7627ce0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:22dee3c01cf1deff68d73d76735e420d223ba0e75dba1e7ae224ac4e7b14ae79_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7134aa51e11a7d6b826068d03b9c90a518cd3cfccec0e3f06e57f5ed77daf6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7cdf9e85bfc54e4562176d63e1f2be56775dd761c6c0cbb80fbf888dd1ab43_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b72954ed888ded15f443784fe6a684b6e0d7782921efb788e242d987fcbf5388_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:63bf84966169bf2dcd8b8bfee3c478d9e61881ca007fdf3a8be4ba5cb1118211_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:697ada7f8e4bc8a881e2f1fa3a8402a2e96448f948befd465c59e03ced12c9d9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:85ed053619e39778d5a986255af37802ac46a26899c8a448abb139736db5e075_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:abe01f65affd92347d8097b3922e587548364d9680b74f767e9cbf139c996802_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:55102797bf884eef2d8b842ba8a5f2538f711622eab1c82b06941ec574b8f266_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9cca1a2d1a6f5a33257e8f790d180274f24a01c125a717ff79da8fa301e2f270_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a1f1be1027b54388f762951ab7983f18cfe37140efcf2c778a5d11d4740e8e9a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d65990c0adf148e94c1c0ec0730ac2a285b38eff128cdb2fac7f61af1514fd14_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2db5ea10de47829d4643fc525d9efe3815db59d5689c0febecf4fd722ad0528d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5dcf0a7d3c0b2062ea11867f5fd2a4ad56fe786b11c3095d76eeb4c844240a6f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:73b76f141fea3db7cf7df4e9b70443b37fc67790cc6986efdf53a32ea7360bbe_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:be3286f36b4c80969594af159ede49ee20ab5dfbbd890649c2c4249335714466_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2cb748becce8d80bfbb66e84f63e0f0a3cdee6d9bef3833eccca24132e9d0699_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:374211b6e69093447e90462693c45bcdf2ece57b033a419f13585d9a46df62a0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6047837c63bd707f994797af79267ec8bb5075b3fdd88c069b3acaa04ee2cb5c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d8c4afb75de3b6d432d4929f4d4fb6938617a794ca2ef2060b83a02588a1d0a3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3287f57d83e7becbcd3997ff2ade6e6b5a664fd08610464002229e0a116dfec8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8a58a72e372b4235b4751e08f10c97ef0798519e6b91595c234fc14089d7495b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9654a0a2b4549ab06e5422dc69872961c892e97032b18d913cc197dd3aa39f3d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9e9ecf8cb43e1819159bb8fc0eb5641b71663e110ff757e26d5549cf41075084_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4aa3e0ca4b5398fcaedd212506e222fd435f7a46c2eaeb7a49dc50f789cf13a3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5d094c8e18e42d662ac2f5ba16602c1513094c7dc547fbe3de562463c4096bce_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:67f85bffdf2db08fb27d52c6a0a8b615a4b9cd748d9a7e6126851d1bb27844ed_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7d4b6b9e67875889c95a5d126bcad0f6b98c148b85433180573f439a867d9e25_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3c0791290db50c5a925a80b371ba8bdf91f4fccce56397d12a989263a972bd02_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:654aece866efed516d69db0e47668dc85d3936e901aeabd098e07538aa3dc617_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7637a44a01d6c56f002120cf96228b6c68e92b4391d4b6efa1c81ff8e40eac0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dbc636494f53ee38eae00f243bdb92d187ec84654c280cc454f2b4febd7c22f0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:08f46b1d2114a3ab80bc7cd277859a4f84e870c2421b9e13370774deca0aebe3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0ea69bf7a80cc8c0810acf8c7aaf2cc1374d3b034065f1119ca33af3d1794cbf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:17e61f4a9148bc2e0fcea85c19c98eb8c2efb701bd21f8b63547dad13fc256ec_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:8b81413ad0f567583ebe4782344c22834c1781c5f7493c8a05b827f3f2a5e409_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6b348a4fae63bad66acacb5f0d03b8155246733e758f14208956c38c2bedaac0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96eb6b75d6a8ce22b199b8150e628a2a00c427ffc79b2fee2e24af1bf584bbcf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e0b17d193af2fd7e981c9908e01f2d840cc939e24bf1be19977beb85fa1159ad_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ed56ff21aa465143bc0d1c4f20803873dd07999229739b84ef7861683476b22f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0654b81d996d73c5b5b03310f314bf3bd6871b3bd4d1abe791cec9b7a3339719_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e294ee6e92049316f91ecad5987a24d7d3c06809d3db2ee3f9a41bb461bc220_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e3afa0bbd3ab3ed4acd6d0059765116e9ab56090313932bd063098d94f1c3b1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:929f235d156df0f59479d60379dab0d83d6fc662d9acf7ff050a520850ee0125_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:14b5ec9622b1a177ffe69a7c87b7797c06b283b26d5547828d3177f823074b5e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:52a47ec0685655243dfa60738842ba038719f2454b85024084de270736d06529_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5fea5bf035692313badd286c7d13564d48c34e3195bac3c74ae669607b5b5875_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fca2b0ceeb7e301640de2604932cfb2c386441e0d3b3b0e4a525f0a6b00f7cee_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2b85420da837c90d984c5945fae12321c8e6b6fa270768da6270f382194f2d4f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5e5a715049a34055fca9a4b36dab839573238385890678734f96d7ba776dadf9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6982d2c27206f15366ece47b40f4a6a2994c7acf5dbb94aa274c55a2216d0063_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a38c23c37dbf421c77c4f36758a105b790123d654f1c8b3419becfefedadd0e7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:021e3ef983d0ca18800e0fc390ad96f4b6f6b9c3ab784c6e74ebe2e7fd7b31d5_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1076cff5268f9fec09a760da243efbb72eb96645f838a746c4c4e28ae4feba33_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3eabe7ed8651b8dedc3a2c38a83527f224ba3b50088b3238e158048bb2ddd85c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c29274bf105ffdd07bb78270a6dc497fbfb699acce48c7c6b7b6ef32416eb20f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:71bae3f7d9ec2a469c8d69b9f67d27a0a98a26bc842cc8733442cabd43fe3c06_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b67943ce9e26423e0bf84f411d50f394a67a0f3368ff289e695f8819c4fa8c02_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d4c9ea28e8a716d6a46a42cd3b5efc82f42d456e21791c32369527ae82f643e0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e4c222d813696b8b3d4cef6982cc88ba3d4581ad6842b10510fb4c8130a82684_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4d789598c5dc7be91f05a8766dffccc377a71db2ea8c5cc563f396cae02326dc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:70267df26127761958bacff38fbeece08995608c2a24c7a3724495128ef2bef6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:84ea38804ec003ae82375c83ed4549163a2c932d6264eb64476e0ad175b4a4de_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:bfcf2ab8d6586fd6a8f08ec2fcc71f997800b8f459577c31e654f8ef9325fc42_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:49a412244c4d6b547d5b0ca9bcb041b1e3cabbc78f5234ce52b678207d83b3e3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:4d2e1fee9a43f8faf39b05a7d82ceac50094ebe972fd1fd85b1528961cf49478_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:564e888a319fcd9b1af19b18a4281c5a2c41bedfc3186fb3bb587a1e28954c0a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecb2d59766a1aaaf7cfbdf1e0b92ed025a18fd54acd41fbc63026b350c98a953_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:296a9379ce17e07df7008f1d35004477297a7ebdf9e3d51a50d71628d6ac68af_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:67f272ef9abe83f9cd959ce97e3d5c46ed6e118ca30f65fbad733384d228ebce_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c8b5246ba51213bb183e07d862b6d1f9b156e1d16b7656bd6ea061f9016e8ad5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ed375d4341175bfe6945ea8aab5208f375034307f6753cc726230629ab97a71f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:29e41d78f04e683ecb12ff2335b7205383670e7bcd2b1beec736261a93abd406_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8ac74d64736ed4788497e0d4d10226bfa212f6c0cc97ee63d7c61676698bc022_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:94a303f0dd0822b5d82509e3ff8af5887949ddaa0e3a91b9f94d0bdf4e1e267b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:95c3aff27109694e511c9e45d1132bc4de0fd636cde0855c9ef45f1a17f5ce7a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:16e2953831f686cd68012c8cdaea2b404c54c91050145b716ee8b0ffc5cf11bf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:91e3e3d331d92b90ea49a78531cd366201c5de278f56597d9dcbeae40f114754_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bb1ec078ef82180a6019d6e174c16a5a846e4cb8995753628db25a4ca0071474_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c33a11f1aa2fe38738663eb291e25503e2e6fc3cb5bd964e1a6f8db0475e29a8_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2606e2856430c12efdf947977a070de13c3f93d3f304608c411ed57b6de0c6c7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4dda7a5132b638230470f86622d84a7f0117280726ea52e3769c15f11b1dbbbe_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f3b4137b1beff722b9c1ec2e451577a22f44c47a6196139a39d4aff3a0386daa_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f688b554b17808b3aca13b4e6bb8a240401db6f6cc5805e98ebe71ff43dbf1a7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:07163bdf6c27b8066a5f1e8674a2120054c3daab1e8a0db8cd728f2b1ca0fa57_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:32956c0bb79239db914454aa82f94222c6f7a90be718e22bb80c4e75a45127f1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d877387429f09cf5fdf779e73200069c418e561f20a21815bd56fce1c1c4c73_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:9a64cc9623e5639b0e8ec8f5ad63a5ab83f92598abe541be09fceb37ba2fab23_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6d8e4146a7965b0a81984df7d0a2fc094c50e7010acb93e58510cedc8a42e687_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:764c1081056df81f61d6965869f9ba66d67f132d6c768c13f1b2c1c81d45ec6b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a27762ca5025270235002c90eed00d6d029d4b7103b5bd108eb527fc8e797f1d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f473c0c439be12fc83e9ebcef48a1a067a5f4a9cd581ca19ca34a3dd0b9fb79b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:6e95c6d3ba75f0655680a4e46b703aeceb57cc9ad072733bed1aeeca0e9b3508_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:ba23af1b9437640698b924bb0645013d7c08fd6121489b01b63f66156faa6588_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:01c4ac10b7061c77ef54bf337b8488722506d2a572d9da7d9a689b4c9ff7c225_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:67c19e36b3f264978073841b06d940efc3fe0546baabffdfb35c2e5a1989e96c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:add880787ab5dc1af04cbed51e2da0f6f630ee85387617987ec6d6d8e3a28009_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:d6acbf09fd11d29d0d715b96e60355a23deba955fb3ac6ebbcbdc29e6923d508_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:474e02e9e121dfe39458bdbee1f434d32fa29347f55386a4abcd3825c9235456_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a0e6d2e5adb8d9c223824f623bd7d391e33241fcbe281c54af8e3925af5781b6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c3fffbd0e1e6db3256029c6cff61bb64ba56625041ff86a9d46a895076877fff_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d253f116a2d1e2f033f47422230a0a4e8a9fce255d71e9140a0bcb6f255c09b6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0b41f824ade401523c3ff06e2dace98c8dda246f40e6a01a588dab6fcad09683_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4954d67caa517e2e2edec0e5d4b95610a31b82d5a86f9058cbe55193987da9d2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d1a37ce3fce40a5d5e3065b5a4be81a18fe2a6b81bd5d16ada65f2647fd8fd0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d395f05c26536703d44d06525efc0ac6203440e6576e8a1513c7e4ed8563ae62_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2224a1bb7f39feb0ee922a54a94d8dfa66e676caffc681f99227eafc0082b50c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:339b51d602e6c798949da55fc36b4e83d4b07909c97f004f8aebb5bb6f43268d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a7bc2291024185f39cde4d43057b17968cad18451fe8447b0ace526ee11bbcb4_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c171ac27f2bfd7846db274c1d2be8b39cdfed3afe59ab4fb01f903b5be3af443_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:45c70f4c6f15a25e1982efd6eee6930f16317ef4cebd11ffe2b5994b9ad8b200_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:938dfb864f0a9dd0116c5969eb1ca94f2e04b914c3ee56bc26ac33f90e2535c6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a4f095b9251baba737421c47566ac7329258b8ff22b0f131c5a941ad1b6caed5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:f7a4c6ab4dc050efd81ff5d7dee7569a55dd0cf96e6413c47770699f5fa02b6d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3a4f76a56b75c54966a76307c4fd647d854812bd22e55cb228c1e9b5aea67037_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:98110bc940b974dcbb8b0ea21c6b52bd96ecea62779f9665d3ac8dd03223905f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a7e47a89156ad39c7e5820cbc98a0b295ca1a3aaf6b72be3961c6d4eb0225831_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b6a273a6d68b36cd939b6bba836f657168526125327fb784c436c99848f49f7e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:26b6bffa3e11fabf11ec8176bb39ab3e301b3c5a85c1aec37142860ffac1fe5a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:301f5a73d9d839a999dbd3c9a7741ed3458ffb87426b7499364e6460850deeb5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:57eee4fc78405492c9a665c228d1f25c75f0390f75a73d5819aea7ebc2da6b4d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b10b625aa3fe5011c7fa9db3c95ba6d36c569fd6f6aa4ac3ff2431cbc103d362_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:11b59cdae58f57a02a4c8479266a50a1a5691f2e8e4382ea7ce96bc913ad4afc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1f11609dbe46602b2c11ea6c776cffc87ebf3fe2a1204f25bda85d9793d5cd60_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:28ca9310e14799c080a07935267ab4ecaf6fd1abadcb1e165deb46c81f2e731b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:56a619fe929b8a18bf1526bde6c9a86f12a1c0a43739d1a0d04c58920d3ac5d0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3bd696b964b694ec219c5776593bf4772dafcc3f43b973355913801929462557_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:4142674147742cf0ecad7223e02e88efb53e5a34ab820df5ea2f645a04219da8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7c59a7997fa95d2895620378a7e18f0074929b630c329ba3f03c72e43415364d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ff35fdf6dd3714c214394ff6f203815f23921af529bad0dc22abfa1d1680b333_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:15198ffc1a039f56e9cfe7ab35037c34a3864a83163576b65fb3e9f5aa8f1f3f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:4ab1c5859c4f54f225fe4d5555f3c2d1aafc520ce7a9197b040e06084da9a43b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7be609c48462446f215d9ae0326f1c76bc0b779cd08db391163c796106e7aeef_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f04c27be87ea23869192754c00d08badd40a106c2f66b86bf493455b3e3ceb09_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:42ce515a9496a89b6abef7a94b6fcea6880b2a9833900d54e1dd4044c9e2872e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5ab9133d7b6aa46227bca8a1c6ec2ec9233ebed8e62e41ff122dda627d4a7fcf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:94f82ddff9d44dfdce03af24a851c05cec4ceb161c5631ce6ce88dc8a9481271_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a7879d59a73d16ad9c237a597dfdbdbe06fd6d3e3de0c9396e342250778dbe08_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2f370ec13f448fc82d3f142cc8b6a559a4d62044631f4b394742652c4672f536_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:38471fb10545f0fd1f879ff8ded337bdb6919a929043727936d28c2153a78fb9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8e6c8d7186bfcc49c6ec64bf8bbaaee511f62cb5d14aec29bea364f90129d36e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e35c02d8101af5150e038572081ef775816f97c77ae24fec3826bef8c24837b4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:123714413da1487c02d182f1d355688d2f0fd63e0f82865dd962567bb9c81039_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:675b6754ba7e231a1725cf8338d536551497ed05e7f40435a2a3c98e411af84f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9eced45114ad75c3ca56d06028c836adaa713433bc49f6196533276f9645c58c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b203bacc4238f6cc6afaa7dcad119d126484235694dcc33a46edc4d002dc7f5b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4e68102ebe684da4477f443e32d69865b6fa28d398fbb76463c67d85739e3c2d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:6dd5107b14c1abce011367145d859456aeb03052ab831b4c548fa4fba0b269fb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8e6d6d3162ace273c1312c383de4e1f6ffe2d8e6d7b553b64e6ac460ac040c20_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:061699fecaf30d68ae3d41b89d812ea8144627d9ca9de83173fb33fa06e6b8f3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:33b4bb5c331675703e19ef96f3185b2d3cbcf4d0e37a6fabbeb5a8dc1f46df10_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b7e15475952a147e7d6d506ee9686c6c594d529b27e4086f49b0dfc1e237d640_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0465b162143273b73d2d1af7ea6f9654116a9b1cba8169028273185f2dfa1191_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5d1720d8067c33064ccfa16d47931fd18bdd3590f53023c2ec268ed9405d0983_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e99c8d382c503a7b1e25e6f72ef293496beab285d0a3453d09ca73fb58247163_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4e09db0d6efc9289a85cf5d4ced1d6a6a7f52168e44c366907a5d4ebd3e7d75d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:585c75fc909525ac0332764b66db33e6646e5e0b0a4d01d176be6dad70a7447f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:85df50114baa307e2b4192a46f80a292500401eaf41f45b071b23bc278562135_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:3ad0b56893a8ad865ef9de637c1f21a358aae5ed4adadae02db3c6d37db93422_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:56925cf35430409d4a59b4de3ea74d8e3779acf505872bcefa26e97418f7bc9b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:a928a27d2775d702a7b4888f87e770c93049b645b5878173d87d893288c0701a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c83836428568394e500de29f5e4b44fa4881f5b5813a8dcd42a5bd16b6bd2bae_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3fa694c3f2b9c05fcf2cb69f97d791fa46600ba1eebd67608b109586dac15e3c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:44006268f8f00b5dcc4737ce787d9221b50ad7af3e678ea6dea817a797512b4b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:6b7d13c5daddfeda27cc815f3fa02affd699ed626cc41775f78070cb8cab4f4f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bdd058e218fb99204c479f5cc33383634b184b1153a74c3333926e84f3e4bae1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:174dd5140764fb73bc002166fefbf8f897be7b295e10527410fee19338fe65d3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3f5a73689320e820972a39a40077926550f7864e2d1969a9352d3b833191086f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:df97ec11ed1fbf6397b6a62c85014c255b60c652c98ea439d1f47e62c6a0e4bd_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dff5a115ecbd046f3a1a60ce8d8518edd570922528a7ba56cb17716831eb6b09_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:11f56bb6bdf0069b7bea04e5051874cf879bff0ed36676dc521975eae8cf1bb5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1eb4aa5666fec327b24c011e1b7e726ecde7ba1942e0b8d9af38a65baa052985_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:77da9199e0922972da775122d60efaeeb4cb2cc464ff6855099fde770cfc01a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c56c801a4a9e11f7b9ee071dc9634fd6c43aaf04cdd6b048dd4ea1a623ba16a7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:5332d1051a8774d9d3ebd2f6df71f2ae36ff23fd32b28edb418c028dfa6be128_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ae444a4f4274431a8dfa075bb9c91fda502cbdbe971856f54ffb6a0d5deb08a3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:4148a39c8311d7050050debedbfa7454b53c3e00ae4d63cee7bc6da688af744b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:699c1abe44686141c985a530a8b3b864b3a1bf2c5c6645d68f7920b8f752c684_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:608159f89bf52fbe18bbdb1c48b679346ddac7d3ace7883c84494615a4ab7adc_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:d26f0f1adde0599a01c90d8b9e1e8690e6e532a380e7852e83cacc1e439b5424_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1ef42800334a0b6d395e1b1bc8e517e232713a4ee0e4591415c5347ea1352fb1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:23d11514c82b817c95564de1f0252dfcf753ca40cb154054c051b6bef078a960_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f5311dc740529f4f4c444fe33bd5731b0ff5d213620207f039af546a3c521226_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:14f9b0d4497da98ffed111c1266fd4e0b4a812f6b7ec37b95e5702438602ce33_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:4e6b6f1636a4300955a587155ee9063979e47cb387dfc1a85f3738b1cf25589f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:2cb5be04fd1145f054e994500608d1463f35a0fb87305e559ff71c972795d978_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:664dd8b515ac89b33051c38e00fabc4f2bd8c902f9fdd8df263b6cd6d0a0bc25_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:28e1a2e9d3850462c628b0bfaafac15d68def97b8c1c9387de58b1fb6d877f19_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5c60f40d38ebe6f95cfc0fa78fed9aa265fdf3aced888bf232445c2e76e4ed55_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d36d045c32e335933939150b36fd2f86599add415385560d3e10d4b74a704d89_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fa556b78fcc306b456576053e522d93e0c578807e220d3c562ea54cdbc2d1a92_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f9ea746b7bc2eb6cf1d82644d42d363d9343506f9091e8bc67740a06b382081_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:909ff0827690342dce5b4cf713327f3a8887a056951953c9aa639e916129e1ad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a8705dd5df6abd3d6931b298fe8e53cff0f8259547fa85446503b413b0ba19da_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:cabf1a3d4e2aab9e2273afa75bac084e93eb36a2801b91ea0d79982e9e7e5f2a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0b5cac582cea2ea2dee7d515f05bfedf2a5beff46ae6d5ca9626bbb36c94b865_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b920409f5635d704145bb8e1107a7c6f951976c44226a2083982443f67ce619b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d658355babb92069a73c35353c2fc0be4450517b3445d2387b4b0e3bd2b873d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f8036fe71f651189dda062ede40268c843ab07ad5b32e010250f9b6fe9234bb6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c5361be369c8e0194275ab97d18d52a095a5206888bc82d592f9f9ba28a34e91_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f6427aa92071d20df4e412376886d9831bb0cbb15c10216ebf2ac78de096b051_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5d5edceedc72d2ec62b24b6a60c278e4836829c78a0bcfeb20d87fefe501a39c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cd23e978bf90a7180245b04b5b0df939ba57e30ea13a2a759a5d04953eaafda0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7cf38584dd1c5c269f86d85b0488e9224ac989f985989b00ba718ccd5c1cda56_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b2a85daa27b4a10282c1365dfbb48a3224df6c2a47d6f5ed59c3c01f6035d443_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3643a11084c5df88b8dd9c8d7693b228f3a9d94f74aaeb4620aa458516c14e18_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:a6a1152188a6d2cab12133e497a5c29549fa0103dcde8f1bb530ce7a033033b5_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b6f91ba9a89207a2f84a8bb1343179bd74948644a8b1608c2a2d84dee9ad39b5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c21ea57e4b38cb47e5aacc58b218ed97cd4e6ef353d86442236cbe8852c6f648_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:56c61752133f5574587fefec75502e2a132871ed033a824f62519117ad0c4620_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5eee9a534fd647002e246ccc70b47a79737cbf604c5fa4519d10a8c66865e5a7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b1428b294b7752d6d56fa95d6630aad0b6d205991537ddc3274a7062c13df3dc_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c363dd15dc780181855ed7e8af09bf148d9e38d562cc54d90842f95ccecce36f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3978c02a12f2469999e833a2cd001a08741c4d9bd22ebe211bfdbac17563ddf0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8d20d5c213a86a2d9cf1d4e8ea351a70e2bc1e8864e7435baa701aef3b22441b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ad84f2d6f695c6c999a82e33cee9938544352a648c0e72adeaee0803289077c9_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d872bcf33f5d4d6f1a074bef0091e74de82b3b1a883b9004aa1f6193b84904fb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:027641f0d532c5d06663e838ddee798513282838efa12811ede36e1b8669949e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:198fbdb0d6d4bf699a9186c06c310e4eca0c3252ae8e0d64ea1c68d7b67c2bfe_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1a3fb2aa3ceac5c827d7cde1cc0296d6974663d3f5b4139390cb29dee2bbcc20_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:51a53812eecfb69e77afa538400463c7eb51710777e9d9573804d2d9eab5d307_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:19cdd4cd8546c53530e098641c6c83e2f38f05f2d046c6a9fddc3c8002a01fa1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:27b826d0ac202a4321d2d28bfe26376b405458781f04acd607c3a27bebe83651_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b1c377c3a99dc0a9a6a39dfccae28c7e5a11674342530a05b237a33117c980f4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b230c7f6c243ccfc43e6b50809f916d3247f8daad3c750220020ec4337b126a6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:42cfb65c46f9f63ae3227c0dd5ca2a0a11729ecfb2865f3a4443821a85f7c8d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6ca3200ace5f9b6c36c20185dfbac37ef4cfb171f3a99eb9c746e52031bf380e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a9edb90a7efaeaada322b051c1b4cda47df859fad20ed42574fbe0fa00d15324_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bf0602fddb6c09c5c20a33abf72b947cf7ec8de6ef68144d2f4b1a1a9ad906ba_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:13df2c323a0db01668777fb495bc342806443b5c0992fe7f9ede76a0e731e2b2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:8e564be7535e32f63ff7a84bb61b3586b16b07f4ab6db20b42340dd998f2e919_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:29b338177ad61fbe618240d520eb180c1faa54fcd4be63c0d2d16f5221c4d7c9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:97b5466389d9b1e4c54dce29bfb42e901ac2c4aa39edaf99c35f30a766d38b78_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:989cd4643516ba83c661cff6bb217cc25d502febc80344e08e90c6eef8d24088_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:adec59d5a5ca059167c1dab49e6e1e6363c1788833f2cbc2381cb7d88a98864b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f821e1e8479c74d1a672e049e187d68cc4845e7efb417e9e4e4fa99628f3ea99_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:4eef2a136a4fc3a9deb0c5999546aa8d498c3553107d1e0eda9d394b2f412169_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b31560936594f27a81750c2d73f97385d7b3ac87cfa7c75e1a4fc224243eb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:bb3bda07b0ab9cc97889a530b1da6d7eb3f7f9c8a98f9b867bb3a93da7694625_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d50f44b5a5797797b9595f99e3b24684908cc28d317ca00791bb6a7406e15636_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ec2e637888e698016d6df6cbf4be6d44e5a2f544e7b81884982e06ee632a9ed_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3c569b4e1ed989074b129cb91b307cfa10c8305b037b284b23bde4981f551238_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:4ddb2823de8624d7d45aa16adabddb92faed392e71c2d1a0b3e640be91b731f6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d3b7e9f39e5238f011f9328467c72a8cb8cf99d4bed7ac0593edb9ec5bbc90fd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:24e49f3b5ed9df72849a33dd7fbd4a0b01b8c3be79705d6e23ae48e3fd164133_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a9ce73e1f17b21b9bf2ecfa7e35f5d8e9c72620076bed594e217b870057185ca_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bc2fc4c0e55023974c90506cc14c51cf73741e9490632453687edf404b3c485c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ee9af4af02c40524e182fb1893b8bd59785be7d508111c5b0415f0caaadefcc3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:971256d54a4e10a29080f656d5de3b6281f27c77a40c0dc7352f1f05ab83eb11_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d4fc699ea35d0f1e96e825d2db3f21628e25589ba57c40ce771ed210aac5d588_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e3d0f624ec4e265daaed3072e9f9dc85668a917d49c96ebaa1c7bc05ca636197_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e47600e5f91aad639de386e422056d431450e5dc3560d30ad16b0b0bd240e371_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1cba0b4f393f1927ff5386a9b2ed74fed87a58e4b2d4a38f34fffedd30da14a0_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3b8bfd739f87585230904007f0b438b4bc9d79337f0e9038887bb7f297b681b6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9c7b3d916bac7900ed009cf82a03607fe68fb924805ea37e9950ff3fd6c73b44_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c0fe58445dbc3f94bb9a041ee4ac81d6e1ebef0eef6b2468c288be51d947555c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9c772d8d7af17818a38e2004fbdd7673bdaddea0c36daf239dfe65a49f78c212_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:acdda550e575dc7add42439a856726b3833c5d6d98dd9976f30be4b781a11a82_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b5be0c8ab080114879aafc5d2526924d32306ff545c06dba64c947ca68736f91_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bc413067c8cc3e6c40a9be4ea896d911cf6b3adbbbe4c8e85fcb243bbc7bc2ea_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4b39c2a3d10a1e059c3f52bbbad6df20e52e47a422119d51806b59bda8e7e97a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5f0f4b8edf205f47a263878372c0fc80e1531f3d197d882a83cc6a2bf980c277_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:78987fc04ce330fd8ffb8a96e1f25e8ece8360680bbbf4c8854f1ba1f598f2f6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a43046599cdb529aa9a2672b628a7495690b03379c7dd4ec7bd744b01793943d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:25b8603f08442f61b433250cb6f4839cf2cff118df56d1d7e12b3b09e859a278_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:912bcfa64c2dc40a0f8573e595001fdf9dd3280e4babb503198aa019c4c94dcb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9f84034243c6dc1341a059730c81b05bc6626b913524f8d854e7d13c59eb4d45_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d9683ec09f7d3d0c73eb626fa7132ea0d7f731893506437d76db27bef51ae518_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:13573ab2e748690c65900137ee67fa558a1938fc2c4d92deb6b308809a77dbc7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:279fef1862c07ed7b949895843d80c54180a704411df4bd4059135dab63900d9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7c527388a78edbc77d6a9db9ba9d5c8ddb302220d69734f4e0bfc26b63b3dcb1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e601bc25408a2eb5735db7d2595f969a59da9560516715ad781cff5e4a57f2cb_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:264fff5b66ca49266cfadcee9765ba0b34bccff8dfdb12e5444db97af4913095_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8f14a597769b040fed9d1c1d610b6023734dadee91cc28588b65efb25f6308ae_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:bf78d9a4afa92e68d8018283114bbc7fd11fe0a9b357b75a00395ad630ddde75_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dd57cd8ba112502a28c74d7f9e021035a061e1f51377ac0510dd02a303f14f37_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1e3163b559a137ca99141d0913759b5a92cf30e063f6ee2485983a486d97a066_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3038ed29c6dd5d46bf8d593c154537615b8d218bc43eb89dc099a546308c5b33_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6f5d8e50b9cf127af5334e0b1e97aa1bc466bb1ad8a1dcb2b6c3e7494bf5a1e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fa6736bee0e8806b00bf3b6d971e2de5ea49f3f2a89e8cc404d55a70e6f73720_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:09157be733606534b4788e13e47f647c427adb2d36031df979628d1e3d93b096_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2c52bc991f789cb2582b4fcd0fabd20b86b5893d9fcfbf6e9ebbb372cffecbe9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:611ab0d9521d88b9676bcf873b8aaa2fd385087814de0ab05c7c853fe98da20e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c6226a0f343e69d720fbc83ad01daedb925fc39d272df78fdacbd847fb075bcf_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:19425f8d71d7b67b74e76c5b770a5e3d918dfde9a9eb3e181c767b4489db01d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:39f0f3baf0bf65713633aeb91a80cd35779cce2b43e6faa70838e0a87bdb12cd_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:804965e59e0147de822be6cc464daa137e45c991e4ff00c7184b6fd8105eb781_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b9b4777d271c5ea81505111d169134181bd46169ccc05dc65f3b6e59f736d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1a6e143562b0618b3f5afb6d488e8bcca48d9b0b4f68dc70d77279643325ac52_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:22230fd972b50ad12367aa043fef070d0e580b71e874a0e3fc2f5aaf52839773_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3abe2be596ec79e32806af4d66a7350835433c11e8b053385ee6463e65f31d30_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bb8fb8cebadac019a3d8c7fb2338a56918ff39aeedd55318fcc7e7c6d60648a7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:28dc48f706edfe382aef8370f464836e99a307136561dff65f7e7e8b5dcf9a5e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:533846b923d36de2b953fd071f6f7ad38e60548e9ef1d3f704039bb69b59530f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:68d5b77732cb2c0b0cb9a7e6f4201570dd8134dcbb21019dfec4bfe1fadbad1a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6d20fc820b2b684137df0fe673dd4e98135ee6a8c39a660db8435be44160c4b5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:48568238316d40eaae138ec218e4d0fb6119c94d9014683bc25934210792500f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:1d1ba67b2ebee648e679f886122e649880437bed73cc62901f26e77087d1f72f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:627e8fa2665e8d19aea0b746867ce31b58cef207d6dea85228b175b96cc95dca_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7431114311d645b44e0f98c9a0e92e62a2c412a2b57dc47b52f1e4c5ae0baea7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a88a9aa0807380263b476e1e7491c9a4f36def3c403b43fdd30bab55f06e673f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e38292df09d0b5589b58f31c39ca74147011aafc1a51be00112856a7242cb80d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:67f16f35ae8e95b90d758bf617c953ffbd0f31d685b9f023c34e5de5c02d1d13_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ae42289a9ddca85918d07f71db7415d099e8544ead8ae73a0d79e600c1c0f067_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfcee1078c7f5425c41f8d3398ae512f2a07d156de7d6e92d24d7f5eb1eecff3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:eb851650658c10b1a102258af7b72aac6db36647d07ec4eac2bfce099ae68e67_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:74efd49cd2880e07cee9aa16b7615504fcd276e8606b7422ffe6a253636462c1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7ff9273c653a511408a49a0778e9584605b9d24e1069da8a77049f70e2bd5616_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ad02d1ed96a39fedea9588756c548817e8672b8fa6d3e16f1f53221e3e7d9157_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b10f0eaa64d49ea5763131b8ddd134da6771b835333a4f5ac9ffdaa13cbd08f9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6c75dc3551d30161fe15ddb87170bd7ac33cb19b242907e99a9f2b003659efc4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7cc7c37a8ce0bc5a1de200fa97525c35943d5fe789787d642c4a3079c251c4eb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dd8dfd22f1e93168de72dae9a266654563fd41d605c65b4bb15f20ec65fd53f6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:e651483d73deaf4125ae3c2729bd8a42b277df79a6ff056a99ee3e78e2164877_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6590ef2d757e5ac11ffacdf6de04ac112e96f4bc058b97aae1facfbc9bfb9317_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8bc45cb12c534a1dcaeef41b7ad0a4cd8ac0e3b0041aaa0cc3a9b917602ba5df_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:92e18d38fe9dfbf0e50933d15f4178cc149b3e4eb535ccf0fc0da030d758f435_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:9a77e03eab2a1992fcd1c0a1f1c978755e236843ee4472bb551968fb16568334_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:686e7784cda9016a460c9196a522f1fb510546cad343e26f510bea264ab9b515_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:77d58cca07f50ed35b30a97c24f66abf5fd5482be3c2a86df38b5d0e4b41e4b5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:a553758f4aecd97de2202ffc5d96370765e1f92a11fa4ca464ad13037d7c1a70_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d09813fbb679d41aece1f097ecf3797adf142242feb12769a604c37df1b6d80a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3a967546fc93fbe58afe72caa5892b712c5b96072d3cfccc1c7d9b27cc6fd6fd_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4d09ecbb6bc7010c93d65d8bae5a368326d1b52bb7f7410d30dd068b4b9c1aff_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:78a9ba8fadeb516fb48a37ad2abef78f57a09b5e701a31ca41e4bfefe493d781_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b44e2dd5cd2daac1ef6849feb0b313950e0616586fdcc843a051788fa071a4ff_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5d94083e84fbdaa57cd8723c20bfa1bf0d2eaa0cef52c662975b286785db8cb5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7662aeec067c8b3bd0203da4d87e0837eb624acc7dffab9c0eda8081d992fc55_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c95e0922aa74f51030c35cdf1ee704f01ece7b4ec53f361055f4cfc58e464bb9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e4ae1090a43cdf4a540f1a2cb376a93d2f74449ac44ba6d0484e4612579b3d43_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:48c47a452810fe65a21fa858b102a2e7d9469e1143c51857844a0a74ebf03661_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5ccd0d2687e836eea86fcdcfbc73c7bdced8bfe2050c466860306d246375f0b2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7fd64ebc835133fcf6fe9d286f18f790b12295dcd904d61cd255c97e49f216b5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e862f18a4bdd246891a49434389e8dae5d73a68aec6d548dd282f3c56396be98_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0772170993a9fc0531aa948ee3f4c83a8e530802f7d6fe246a0688026c050d27_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c1b6b3c81c49bd764dce7fcb732f14f378aad992c953cdac86872b4113e8168_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:307efea31da6d72e50def18e1c08bae9e05ac8991d90379280c15f69c93be375_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f366a95bf18554cb9b48af250be89970e4c6b1fadbb97543db8bc202eefe282a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:09b9a909358f49dc84cf863e418fa79a72c5f23ce05cbd4045b2c966147b4edb_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1ce1ac2cafe2162c4070a5b60087ecdc520db1e90a433183157c554f86a8bdcf_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2c984681915470552c6cf4dbd2c900d14f29d9a6632d7d937d2fbdf1cf16a5d6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b3809b2f792a8b57efc13591b88232ca2b83fd116ea1a6ce9c05ec39733bcfaa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c37ef0e5d795a727e79d2749570d7c42876e2884561857149a17793543b9fad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:45b239b4328e73574050498d8a59fae10b1788642bfd3fdfd487a59654f2395f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d0eac8a6dea99105af2917f089cc423a7c21820cdb7ea4a3f793381cd07f43f7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e9625244e5cf3f4fd7e6d69a8076069e24079672e2c4bc4df7733ef31c3aad9b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:25939a8eacf00a315bfaecb90901a20f2d314f186c1a23ee0814ca611866ed5e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3b3fe898a633924c2e0f803ca944cc63d99359966004c6aba6a05c446a0539dd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:55a048f1d9ac836497f7783369b5b582727df86cc64fe7df91c463db1fc0ff30_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:88990b2047d4ab9055afba0c6f8895f30a132c361722a1524bed1671527d99f9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4bab889d5262b3f891b99f0a521f6d4511641313cc1d3a5970cc2182c52e0fc2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4ddc6ce50e06c258b4f24827f1fe5577c4ceb5d68ad925a185dfac5b2b3a661e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7883c26d4640f30a8fbd635f5442fdb46625d727a1b2382220c454aeac081fe8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:955419c1ead9dbc1c2545f367907dd4b1e8133ea23ef65407341e9a505b1cd17_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:206e503ccabc3f5a01f11ea5026cb64ad6ae62adf2eb9044386efac6586cf332_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c2d2155a6d299536662cff9c5a8474680dc8d9c514b152e87421feac7cdcc22f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:e62baadcd61bdc045c205ce81a3b2b650be73e7b3a5dd5cb53ea4c2f8a181f0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fab5b1965457ca46faaf5d1e6882c17ac2f0e1db5017cc81ff4da8a9083cc838_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3e9733932088db40e1d1dc25250b68d83aae6fdaa33923c2593ffc6f10b84984_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:62ff6e225c6c72f9c9b0bb33014544d1e02a30ff9092c25fddf72d9ebc8782dd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:70259c080741f045c19c2dfb1fcd5069e9eb7e413294d855262975ae03e60b6a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a974b10609ceb50c391abab36ecaffb9c6ba62f66b246f529d8f7d1f038165a1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2a8daff0897cef178c43b00d43b3468a3ff9389ebf337533c771210ffc608bc3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4c7da9adb32c409132dfefa7ae79fe99d41b6f59c592eea234970279694951ff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a54253ba850cb357befc0173748523a1762858066023e04388c94c2d5caacfc9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d49affc20c2c397c1ed17de7d3a7fb98a3f66efe9f9bd4f4234c0832393df9b2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2321dd8c9cc505a677622c5cc680e4f3461c6bf1fa4267cdf7f39383967a0b3a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:582d0856a394c73d8faf8d1792a80ccd8c66d80cf65b9dfea344351d767132d3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:938cea3b81e1b74629b0bee65183b0800518b4b757175d34669fb25f6e5d802b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d8e3f695418674002c1dd252757415372d95b38f813a3d432abab774c7427b2e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:8fadf40fe968046de41a4a4c6f643d9077f4908a1e456d7da29e0b0c79f8431e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b7b73c5b17ad867eaf4066be6b2fb9a322677ec3265c0d1bde2e317f54f7accf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dd6c4a3b961b608a71122ddef308287483d90f3a153df4ebd00b4f85b46bd551_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f5e86e560d2dd575aa814329ad50a38ad4c7f3c111353e652e55aa5b58033f18_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:10015b131c57580e5edf1fa90b05b19482ea67ae3b588efb30da1cfb2061deda_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:99060fe9572cab596228b61e892ca9b571e3b740c4872ab55e3276d4ad65260b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5127b9d0570329e12a37d1c7e38a3ad9a1c990b7b0e1d3f3b31f5ae1146a518a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8403b335a511bc219b98b899e2cf4458347dfc67c8e15440801b1434f03ab555_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:8bd350665dfcfcd29e64a93a9c1b700817a99560dcc927a75c13cf22924a557d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b47afa8cdfbab90e0852af59ab14d95b430a2e94245aa9d1c65d1a592f44a90e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:15c698a4b3293ec372e1ceffaba0fb9360499514271d26c22cfb6cb39852f598_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:43344ef6148d5c76a10961d19b3bd83e219764cb53ac4f310a513bbe694fef6c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:084a185169e09b57b07073bc5c82bc741aeba187cd9cb33149c830af00cc6582_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:171aabed219e2a837afd87ec9dda95bd32b6f780a8c7116a6dba18533c07605d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:33926bd728bf4ecfa8146f2d55c05f151150d249b965ac4338cfa8a9acf642f4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c0709bc4da1e5574cf296180cfa6abce28c2b7ac105abd95535422abb090207b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4ef4397e1a1aa5b377ecab2fceb5c2eb15b526ae39bcd9299b45d9abe4bbbf31_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:852e6be5031cc90ccd9d02fcc66b59baa692d594e7ae95e68b8923732fa77b49_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bd9e30cdd5958003b7db73e8d871b448d208c099f3dc7e9df3ba56e6d476ea66_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fc61ea57eef9eb7f0bb091cc0815a81844d60c78f5824640e40096e8de8a02c6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2020b01fe0c8555a2cf070d5a9bf75691de4d8b775b4ac91032c92972ae6a424_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6c3b876e5fa5594ed92ed3d333ad1edd228611d67b060024511f8c6a53eeec92_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cb279e6a6181c4ab8025c6ee74497cd95e990aa02a03aa01c8e4ecb81718d231_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f6562421b9828dea833fc82160705ba8c0349531dca39eea94da4bb31b8d3468_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:44b8d7704e559a8fbde7bcd2d7b51cc025eb2b898c74497149f818473d6b7237_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6b3db54da066eff7abd8e8f58ae42163364355fb1fb5a166c3f90ef42024e24a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7bccca2d8db4038ed90d7c5d995bb2daf880b3d6aed320c6d6dc89c73c38170c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:afc464bfe9fb581e22275814fb3263ada3383b571ac4765507d2640470a8fa3a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:353292bd26a33c9a68fbb8351005fc3b65d1f0dc02c82887cdeb5d28beda1404_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:af382c36059c0c0d6e76b41eda8ae2055bf5717205754272edf126fe15737cc1_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ebd113dd73707e7e234669c4b52e7ad90c5aaa95d062fe7b2ec18ad63b942920_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f0b91324c63bdd9b1603e0bcd2e554e1d595168f9337a7c26d3834093b24f6e4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:23a74b9b847094d230ca89e8d43c924098aa5a8ad67bc02c4b11833c4620aba2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3a9adb54f0e11beb7e2f393c00ef6014f9c18796c36e47ff1f08807dee8a9e0b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:558cbb955c8d4de727f010f3fe97f285b6922f4845357cd979c22e9d6afda4dc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:64f0e85f122f8cef1a5b444095fb16f95b255865ab116cd59a4a541bb61cd09e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2b93d36104e2c99c09823ed5c6d12e25abf3dd07e20683640f99b687a45e9b6a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2bb2c4706037910e8045bf0127ddd9087d2c8ab9eeb09ceabe97b18dfe873c1a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3e5d6fe6f1f7a495efdb0a61dfde0d20def80759a215bc7097265c816e07919a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:efe7886379624399e04e4f213bf1f8b2baf1acf989823caa93ed8ba76ccf9372_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1b152d3df7256fa1d16dbc4edc991503bd90432e1c8408149603306e62a28a89_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a7c3fd07837a9c03ab834a0b46ba51b50c73037203ca4d12d8cb2a45f690e62a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c9aa9a181ad76c715b410ec6866d86f28923d2becc8438f3b56a381d7c668897_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e96b65f0caa9f23429318080d5812ddd5c233b881b6f460d944990000a6d7018_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37569639de1f8c36904366fe21657db1df3c26c03b8f9f974e0a87abe862c7b8_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8d27603330319790b463eba638816fec38ce5ce81e7cc2c113636939d713051b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9e9598797558cb0767f9bba75faaece26aadb56163f94ae2cc2c137645b5babd_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:cf8f8b11a984107f035ff28ba24ff3f6e1d10cd764ac472b94bb9e74d435a459_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:70e6484048faddf5f59bc7399fb22731d4134b6a6e2c2ad3b1e92bf26e5ca902_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:93c6c010543791ed57e08cd0630a7dc7903d7455d61686cdb0865b13fc52f44e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:cf50871759b51c4fd1f164c53ec8503379de265ff95b5f6bfcb15d3820722c78_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f296becb22727fbcfc0a2a4a91139dc782688f43f63396d645b03bf698b81ecb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:227f6cfcbd9f361dac87776c3b625a4ae91a7054a29a48c0aec491a786f81380_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4063848bcd02040ab2a26a1e77d643a8cc01373bc6467070f72f8cae62ad8bf7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7315ff02d1adefaf5e52dc2b87903cbeaa1ad7c30719ff6afd130d068ebcb429_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:c33effb47bad5780e4e0ed220647bd0741276ef5c19eea05014b528b91765efb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2883dc4d23d0c4ec9551a0818f5d5edfc708454b48333db179232b6f7bafb4cf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2909be49bc0471a0e2ab4e9172e4ce490b305b8e1fb86729b45af106f1ad5ac2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3b91df98133ad62ab43372695b3953c54d58e70c15eb7ae201b68d73088c0bb9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ea31f2ac734ef3cec4337ec6025a1cc01a2452ec124f102e5b1400a9ccfb05a6_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:2aaf1b270a589b2e9c907bc35b4a3706cca1508a06142dd3086411e046d7cd00_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:32b91a8b6cf6278fde2c8d33666748a905a8dcf290b6e16ef266857d4838d3c0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:fe8f645cd130c489a3454252abd64c554d583cbf984aa3e568ae9c4073fa0f03_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:9885e38ff9be6d7ae070a00b851232a29e739a870d32b2508ab9f34e56177bd5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2b7476cab5336d76457b1915e734ab8702c461af8ca4d9e474557ad8354f7065_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:4890f971ad6077addd93d4c7fd1e9ee46ef3634bf89ff5adee2a95ad7b7b3f12_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:afc7f162c9c1c3033316a984254b8a477d8eae5bbed9cb25257d54a54e1bb866_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:e9bc1798e5283c65ff1487ae78c1175395e051a6c13426d3e8d1b898469a3493_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2493392"
}
],
"notes": [
{
"category": "description",
"text": "A malicious user with access to deploy a node directly via Ironic can specify the IPMI send_raw deployment step with a malicious payload and send commands to that nodes\u0027 BMC. IPMI send_raw capability is exposed multiple ways, including via VendorPassthru interfaces (restricted to system admin) and other step based flows such as cleaning or servicing. This also means any malicious user with the ability to initiate manual cleaning and servicing flows with arbitrary steps can also execute this vulnerability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openstack-ironic: openstack-ironic: Arbitrary IPMI command execution via send_raw deployment step",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The Red Hat Product Security team has assessed the severity of this vulnerability as Moderate. While the IPMI send_raw functionality lacks a blocklist in certain step-based provisioning methods, exploitation requires privileges that are not available in default configurations. The SYSTEM_OR_OWNER_MEMBER_AND_LESSEE_ADMIN policy requires explicit administrator delegation of owner or lessee capabilities, and the automatic_lessee feature defaults to false and did not function correctly in shipped versions. This capability was introduced in upstream Ironic 22.1.0, which has not been shipped in any version of Red Hat OpenStack Platform or Red Hat OpenStack Services on OpenShift. In environments where exploitation is theoretically possible, an attacker could send arbitrary IPMI commands leading to unauthorized hardware control or system outage, but raw command access does not permit reading data returned by the BMC.",
"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.22:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:bccd28236b901759b08d5106786d262e482cbd1e3798c1392c9c6eda9956a5d6_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c096101efdd0dab71581c6e6506b9a6560c96979e2d439ca888d2c67860c1337_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:07716873e44d49ad177f8c572fe54cec7ddb819a70492e6bddf36ef2ea5e6449_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:288bb644cbb5e14b00d80e0b409c83644a59cbcb513d19025f8b97de61f2cbea_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a27a41e1a167568dc9bcd1f125ac624897d73bb6dca7be80d256432b35e4c6aa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fe9b92e8a052208c6eeac2ba816959ee8129cc0f68bc93bb0a1a2f940a49f4d8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:44ba1190dc20c3a99259ef0723be3c9e1c2d4f339ec4eb4f38a9375cefd60d2f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:48a700617f0d4ab9dd6b40cc27e9f602892037c10872c19c60f62a2a848e451e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9319978cb44eb1f26a7d82709c4ba7d9b6b0bdad78c6c6080bafb0933103bda2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e734fcb9ca41744ac9213327a775aeb0e01ea9974036908721b532ed2dfef923_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:10097712385ddd416b15237d2af20f86a0370f1d97125f1e8a0d25a7215f6751_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:40f8f7e1d72a0e70d96c1ff028cff7125ead621e89cf2f3c1cc5262a3aab65fe_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:50ff72eded21d210ea9c57c9f9b192cb6ca5efe781c5c5a9d2e1129e2eb7a248_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:f77b14655ac6137b53212c8ed526d6baf86d6d6332513416daa73a6dc468c832_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:76042ef2dea9a9316a7bb2a38923d0b670663803c75f5b8351b5e71d344b479c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a645a364226f6768df30645c15ffb8b7feb1932a96c3666cd2d8bbf71786fe88_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:afc4fea57ea3217712f10421cdc7ded66093dfd0d5cdf09120ec1200d696f332_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f70b291b3be37bcef36e4cd282cbd88f917dcc5e61e0ad6228b33b770656b8ca_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4cad4e954d5e9fce7e93ce3a81da34d58e01c38a5d6140cefa7eeeffa13e1431_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5c1598ad56e3f9cf5801a990b2d5d007632cadc69118dd15b771d8104893b722_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d18a7d5884e709f2440b7f85999c2351c0f74ba09b876a7c915a974ccfa3dea0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:ede11c7678a732b9ef9a763632c13e616a95cbabdb36baf0c5c48ca0d476c260_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:208703e1b4c8fd82b6cffc790affc4bb8966f6d95e5b5631d9fc7cd429d82242_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:40be47b6d5dedb587c54ea5f6ee763dc3007284e85cf75d9f48f4de83bff4f0c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bfe783bcda48a7678e776f99ab08f9d6cdf882432ae03c46593326bf8b57e714_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e43bd0884f4c1993cd516c3ea52d1f878a783f6a998a6dd3fe4a98ab11bd3e87_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0492b621d90ebddbab300b3bcb6979598f11380da79b32531f8978b26fe5edfa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2f4ffb0abe2bcc7b801658bb46ad9f397d7a3d11e8b2060859f5dee1625d7ea2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:30b0e4f82db1f3e39379b7aa792514aa726a0c485680b67351c593542c1b1127_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f0f3b27621a9276b1f4f9601b1b399eabbc165d74a4b4a20ebbccf6a36a8f98d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2d56871f80eb82c502cec2b901d3510ab482eea981f50cba4fea729c83f1897c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c169319f15a3e6ac9086e21438dac78a6b30f142c6d96d63c259e45f4b98c2ad_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cbb1706913eb430b86212f941bb32b066af04b431126af872899134a9e111ca2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:de56a4d37e6686cafc8591eb1f7520942036037ba5af21c286aea2d2fab95b2b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3e35e96ed5607d7229629ee64a3a7c942fb12da93a75e989f1fd9aa028e8fdcd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c045d9282bb2e3ccfdc19d09b76e81d622ad5c41750c960a066f9a735ce47a3a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d3c7bcca57a84397fa1932919a750ed7a002fd7f7be976152dd7c14d60feacd0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fc479e1b1d14c548ed9a783109fd978efba5363537b835a5d09fa8d0fa9f9068_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:0e22ab8f884e0095c3cb3efcb63f9f37d55b72cff37962f271fdf534deb469c1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:ab518543ee2455263fe748f1d2ab5fd1fcb87e03bdb241a1fe657c748e220e3d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:cf25049921f441dee72daf95b707da269c5ea7af7026674c42a7e3c8cc682e59_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:d5350fca926c7cabd8fa4e7749f0c2bd9bf90069a11ed96342cbaa0ccc16f889_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:41ec41da1569234037cfc2b9cefeadbdb4c1e45363dcc0b5f2acce2453ba3dd2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:bf2513f4ea2df4a781fa74ddc02c207133387318444f7027e6b62565e8af505d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb3cc6f050ccd3fae295639dd627bdf3ff5f08f66ef0fdefe24ab8260cfba983_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:efe54dbb00c22c7e9e4a6d7c40e52665823c5f94d4b7b03236edeb1d7a304f94_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:073ed3fb3dfb009b6ba476883da5421996c5c4f4119375c0c83b072571d935f6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:14b74e5080c191fe32bdd2a416c80cd94a0f30ea6d5f18faf7396c120c5907ea_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3c86e67143d2caced55d2dc470df15cd1659c5e16c7eb8af22183de1a3222901_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a6de5df300008dde127b655f67ba1c8e637bd6e67bc2c811c0d9e0ecfc3cb08b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05ef13e75b41891cd2774cf5243b11da290ae75f12ecd07239e580a5238036a5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7c5f6b71b68331d1cdff8b3273fc7cebb945d9c037fae5c2fe0666f84cafc928_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:c221dffd999b01fe10c83c1cf3e93ed9d49beb5f0f13e8e23261f44a07fd9342_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ea42eecab8a62b7896ffb697f402857a31807834a102986b3967faa70f63775f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:0123a42a6d10e21067ef4ed5ad7a39541529ff0157cb27443a95b0e5d88efc7b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:61e542fb10dc0e083f8889b0b94c3525f3882e5da701b8db31cc9be68d803ec9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:69eb532db9fac5d796148a421f1c0a95f03a84604fe40d5e5a3719c995b8d3c2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7bfdc577bd856e0cc690c86a8fc9928ed3d034d4d1455378c95293376a74b9c3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:023e336977c9e6f23a82083ada96020a26cfea384189b765e89d6acf7112957c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a0734ecbae0ba4ef8a6cf77d42383afe04fdf33eed2c0d1e34782f147c675581_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c64a9e77bb865dd5475a4022629d394ced47bfd9adb137f69e2dd7bfca2c5a29_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e90910e06037ec13a10bc176da5a516287ddc34ccdfcb36432f386f7b3895136_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2052fdaecd2f3807694fa17f35f03f84b5d8116ca56926b6d657f0594adcc4af_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:274df573eeb1919286472cfde2006716aaa62c65ad1a6fb82bc351e7292a51a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5f81d0322afa70edfd932cf1f80dc5a14ebb30f3f4cb0a4b9943859c3ef8a741_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c5f86407af14e6c3741e75068ebe79aea7c7d1a73ca87fc97128c53139dc8748_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:11009d76f2fc73fb88ad8650914948e04e30d4096420d00a4e6b1f2f82bb2a48_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:464e2bac04048cdd010a9625e6657c9f823ebadd624fd71191ee978520874528_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:4a6beae013e9de12cd8b0a39e9e7488f51b97b3f295e14d773eb28c5df9d6743_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a2f765f47a9fbb2acbbf3b00c2d62d7df283546b7485e7631116fe824cb589a5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:82953c91b88971066d4d605174664863cb062a6f7da286754aa4f05c11a69bc4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8adf05874d8cc6284cb4566506787161305d95ba4c318f070e01960939526d59_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b0127947224f18d500d967398c5008737df32168d2db50f1f87554e149328d71_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:c25b7a4bba9a988a6b7daa4eaa8608df78b927d1d454aac7757f18e3b6c78d86_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1f6a0d8476232a85b5d18ef9ce148135b69a4abdc45952f6ad0eaf41604e05f8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2989730daa53d788a9e1be03bf922a07c1111ee8559bdef63d058be6fd5f3fc7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c0cac6ae1322cdf12df3c55948bcfead52641aa95a57dcdea97401ae01c1860_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:adf166a8095fd21a818265c01776b94e25cea102a98de6875352cdc47fba933b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:67f12e5ce45f173e79229f506b92915943d263ca0adaa31a027cb7245d7a076e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6b91bbe18861c83c79693a155979f3cc56162624412eef4c57c52cfedfb38475_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b2bb582913e9dedea9f2eb41f1568fa8f0fccce2e56be4f666ff41f3698dc147_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d35f97d205f82d6ffa260582fc6dce2fe0fcc3719ae0e19e85e06e7ab629021e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:03ce535e7bb582ca85793c8155f38ff9f73231e7cf5af4ce223ea89d4d2eeb89_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:605dbca994f47b04da902ae4b76744eaebe0d716a7a5fd3cb8e617db5dabb8c7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6b2582a7f534bb2716acaa72598b40f593897124fe03a5e6b2bea1e4c1a26d15_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d88f52e765c3f5fd4ad80f7364efe49e98ae927d82601d27105eb6ad0b484264_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:1305fefe98602549511b835fd1302eee6a4494c690d76964d89189c90f39627a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:325af02386526656111c663e6a206e755f2f30db00059078a0391d4af6cd95d2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6dcb4d60294895ba062bed0e9612ad7fecd7fd8d8cffdeee9bd65ffec1b20a63_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f492d67b16384267b9f65d20b769f93e3122f0957cec290a88a1b244c80e4b54_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:56cd8314cc9791e043cb4e5ace324013f4ce4c825fb5f9119b1a6c6871b76a3b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d6ff019bc8333893d6d5799927ffd9dbd02d0d388752a1ead6b8f85928fff4f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d7e525584c9b7492d8b989d2ad0b8ccdc4f244987f26b4aedfa7ab1097aa8ac_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:598dbc32cda4219d6a0442aee99096b77ddbea0148ac3260c9c37e00b13cba23_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e223d745233c048714d3ff7a04f8ee565aebeb0f5aead03e55dd9f305fe60cb2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:05fe3c8332c4626e356a2b8b33b235d605b8cfdf8b49a68475db687789a766e7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:64ea7652aa2f9f9ba58d56765ee0ffd7224d6534860d118c059c2c066bbf2142_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8673853d611d162bc12d1791bef2acdd4131a97b8a6e46961736724b69332db7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ee04f343f0bc1c58b1e016295990225bafab7b39a9c1a572b10cdc19076150ad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:4771678b9e18450e8e2a6ab991e844fb064749a0b09b089e54a802a7109c1ae7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:68c90482505c592a6393640c16467c1416f3175ba1273a284c3d0a9417e879ae_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:234bf4abb67f86a27d549a2d368d080a3671ab34786e26c6abbcdf58baccb034_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f330b931299e7c97298212e0514c55f9e086e2f33ab7e522d40d8e9df843ea11_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:123e1027c857bf3a084e45755736871b220117eb70d774a3b450f7d877e7d1a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:61d9a3fb3114cc2252a8ecb5b0339a5fcdef87cf962f285be72b164933afb857_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9426eef8c79d6e2c9cf5efb340257ef7dc7936b3369050776f4b45ed6603de37_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b693182419b2287a69a8bcb3bd3ef8d6e799b5e7aa9b5f25cca855995588e104_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cde3a4deb285f4ffb38be4443b3c09f33a44d8f2007bfde6f8766d371487bb80_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cfa458375e07e80969d9a9b3521c5983fd20f384b74f1080b865b618afd35f32_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:30a0f7d083fbf57d19fdebcba31bf52d257fda3eab13e1c8b856291f40278c4d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:7078670a28f19c15b118e3ff8d70afcd5e329a22eb6a44d3827f9554dbbee812_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:6d60dfdba0f6368f23bdb554da68f81e3d088677ce9748d2850ba8f2ecb0cbcd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b71a8dd592d2646c7b085b06edefe64be96e38113c3547a111a8d0201992b98c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d906f3f6f4740b50fd6266205b0b3f986b35ca7a64ac7b6c52cd7167d0cdab23_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e4969f9764190a2b46dc5c9c7375213c28518935d80c4e4570d122d231f53663_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:331e8f309349114252acd7fe42067ab2b7bc03abb6619f1df59c8fe907513d3e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fefc2125429189eb85f3c807ad8ba8896a48518f3dd7d93f94a091ec925e23f1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:8687825da05aa3fbdbf32fa82a739f58585d8d2564501deb0d3b97d67a4c431f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e5886c91ae307b14a848b0a571918a57a9d2d85805af6c6ac7a2404dc0308337_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:260b87efa1dfc71726aefc2feb8dfa83495aedfa6e95b0e86dd1ce0d246233cf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:49a1a91122fc6cc34cb21b6de67b8249f154aa8e2bfade0e50457c224fc3ca70_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:cdc02821294c7bd8b4de75b356ec0ec8b0745b0b409ae9481dc08c4d967b53ef_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:e52b5054a3c11b34c3bc3450d9be2628816575531a1435ce44652324ec020dc3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:64e73e3f7bc1f37f40ae235a7866ea7c881d67afe29b398edc6f15befa7f06cc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b4f0c23d7fadc3a15840607d9aa13327a3eda6272565f88be3691b74f16fa13b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9b5eda1037248996bff10033108d1dec27b8417730bd721d980b778e1cb4585f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c397e51c6d4de14ea1b6a41957a3fe5ae54115c1cbaf414c013035333824eca2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c72d9616c2bf94661a156840d39e3a42d4023598c5d647562874c453b44b72e9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fef61b2df388d1e5714b0f3293bb7878f1ff9ac64b0353284576fa0413000ce2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:267a8525fce7dcfc460052b97dc07532c927fcb27257b29f5e43e5475376bc42_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:886cef96ae99502afa35aa5cbe5a16a30d873e8c9c92d6bb3c748bb68877935c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9a68ca065607df1a4fd1a351041d799b2166b76ebbdf2c92a0fdbccd47015036_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c7a8842568f7ed4d4b1ceb0f507aa5a56d80ab213877507be04ab55f8fcb3a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1567f1a6c1a596e22674ad45cd1975c8667fb2317c84dd5944ccef58326239b2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:40dad16e2777a64a836355627be3aae4572a7ed6417ac39e0dca5f019eeaf471_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:800ffbe7a0007398e44945b2f3772d657995ebd902918ecb410e5d373de06263_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9720a885c669964be135fbcc55bfd5e9766841f6b11bb2c279ac030de9618ece_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02440d8ce569f4318b2110f8975fc4d0a93e6da6c5012882df9cbe77559a0a81_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02594f4e3bd44cf7d378a7fa0533d54b4365eb5317c282cf8295cdfb0ae5ddf8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3e5753abdfee794bd09cd51eda1c7634aa7630ea3f2a72ff40c3fcf5661e58c1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ea8145a89efceb27b579a5f79c37c7457d141a0eb38b2de5c82ced07879539d1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a1aa9421f9d52c8bb918e1b3c9daac3e1a076e70e003a58462b62f0a91fbf795_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d4dd77443d486829650aaee412b58df2c5fcd995bf2c493a22dc1cc705d270a1_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d689dbabc1df0ca42e7eceba17ff474f9e6a30474f7cca15970a5ee7fb870a72_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fea791f1b353cb84039498653a7b7daadebd460631446fae5f05d1ca8e85dace_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:100ffa84c55a87981f50fa5fcdfb5a5daad0eea01d0bc14abdbc959ca0a1ff92_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2e646fe351c1dfb3650d0b67694f5cb89fb7aae85c9b8edd356f54f40b9e9fb3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4a45ec0f50d9cec050f1c99dd33d288ba8f9e8dd1a71c2870eb5e799a42e411e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:60be3446f54ba3c5f93c5c4bf1de44d7e9ca3049abb6ab910f8e62e671a80d44_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:90b36fe8a88dddddcd584cf06ddbde8b74e9d7a78f9f51b77d7d2480ed45ed79_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d69ebc6a9d6bd6f8f75d933ee0f7893b285fb24e994bffc35514ff5211ce68b1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:da6ed87ee2d899e3fe9c6e8b08bcd44cf11e1b1563972ca4aeb3e8bc806a1d2c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fdea5b85efe39b635685d506a4416115d546a9f56e87903650b5e51bec6a10bd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:47ded0bc14992d79c073e4cd541279def7e44d8ff586a5cc1676edabdd86c13b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:642eb8c1bf4631b969d0ebf3a0755f566236ce7b5534fab78d531c76d5e802ad_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7189cc475748ddba6ff3f306320d55a840baa8f1da8a934d4500c49e6f675ea5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bc10db6a9f9c1a60744f49c1ed737bbbb8454eeff9fd00175b98872a1af17936_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:017359024215cf5a7b00bd31b8b797ca7f5f456d66a34ac12c44e53c1ab77fff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2635b651e023c9d4dd92d1897b4513947985256607f9d2dd8043cd7f5de3a765_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:542b1a4bf2fafae85c50eae7a182ffd3a3a07b2c234a00e4e6c639b1143b4b55_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9b3b5510e4cf6b4cb86bae86fbf36c1fccbdeaecfe009cf2e67cb9c1d7924ef4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:048f5dc4b9176a86e0d82447e036ddad890e58e49c8508cd74f8c297272c800f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:0a7e3fc4b1f892ea2e77c1f5d961507f0fcec7740f33d3e308904cdea1d3ce21_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:44db7037b872b0164497a603e99b7c5bf2bd9aaf31158e8a4e8bd03559584155_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:a8ffa384c6770ffe1bb9b7b8729501ef2c06199e0005b16e5dc432dd8d23c66f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:176081efde0e44254215af3f5091e64748c81d2bb29a1e7a64ed2879c6a7fbe3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:42ea798731bcee8b868ae15f9d45b8f0aaa91d1a4f7660c53ee08b070fe4c9f5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:85fd9925886227b53c26a3ed09604c408c49b8ddb9cf7efa2057335bec94803c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8b7b592c5ae05773897351d97fc9925e6904ed02a6ed49e4737f0f649b7eabe_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0d8537a8b89a087f59b9f0c413d9c8d6c77002ff0d9d8579d179291d3b6caee0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:14cc3a54f1ddd57ce5b80b6d111f0ca27f74b4321c9915d5ec1960318c71d752_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7dc1bda89f2fe70041f850dbb5dd3804e853961d2026c3880fd7255dd6e57b0e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:aac4600f524660e2351490cc7aa719ac2dc93193f64bff1178a04376bda57cee_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5449067a980b2d50b360b1aa1164fba67693402210111708ebaa00f0f93bfb55_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c8486459e2b80ee2706409e888070c9100938357621746215ad7871ab9ddb990_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d748caca6496019c594ae5aca825845658e1e8c5a1c062a02830aecd677ea1af_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dac9a4617348551eaefdf01ebf1770442c0bc07033fcbff203750ecaaef1161b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5143aae8d524363878300902b89dfb5f3420ce897bc36064fd021d23993432f1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:6fa81971ac5bc843a536eaf167cf5147e879c5447d7c1ec17cebe7ab85692317_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:bfa79bf705669231df1e59e373712f0b04ef2c0676ebfd901bd9879cef16236e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:cad2e37531b2ba165087ddbcbccf9cf167c4eaca5a3fba5f5f4bd943b8298678_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3538795f3effdfe84442141d83d0292447b4c43e3d68871afcd453f80e11fbff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:7da313ec91e1a9ff08a16ea2b0af0ed1ac73e40c4b629402bff19f183d45aef6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d9279ac3cea7e1e400e244624bd7ce53cbb6343d10872873e71dee20263d0e62_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e89a5c92caae6b72646e17535787d06f7640a47c59b0b4f418c7e48918736d60_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0ec6c9197060bf068f358283d64b9b877e97f072466244f9d147552a193fdae3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a5aa2eb87a3fc9c5160f5c37c50cb88cc0a77bbf4eebb298ee7883ecf47b456_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc1512a1ca871d5e21162430f028d7b7f2391e19cee9b3d6e253b6b6d03cc8e2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e8c2baac5dee142c4e84d01c731abbc200cf24a04201fd8690f0d47035958830_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9b45bdc374e248769add4b772aca63e25ff0baf8d490e64066bfa78405cf609e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bcb4f4b45a7d62927ee6589db9d31e9bfc87a13f3b0239649c9701b10d3dbd75_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c1c72b9d00d45dc90f97bd9c5263e6d385ee34f3a3f834909dd8b8eb28c3b15f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e15057d2878011a1142587df35dac65182dd4ec4c0f3c61055a73a23dfbd615c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3bef4d599101ae4c2162f47e89f5fbac89903db3f007bb425eed38e1d9b4d9cc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aee0556c560d2ef9f2ccf501302a373f15cdccc83ec2c6935c4ae6a2f25b63e0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ddc3c05d5daa3aeffe5629b7e2fedd5df301a3030f8f8c6acc3204b8fd7e0995_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f463811c1b1e6fc34934bb5a8151fa946acf321ab57f9901b3ee1b7f75546beb_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2abfe62de89fdd0697da63674373b1c8a2695846d8acab5f17a35fb38fbc23a4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7701f38b6702b4a9e6b49b3db83073475c33528d2529e63b1b98664bb7191906_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a23cd4945d2e1f9e1c194179fab9c388677fa1317e02a99eebc575e227064b79_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f2f194cdb1a14fe59e05455df10ebfe70edabd37ad605346b6258c5bda79d96e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9b04b0a1047813b35f6ef09e1fcf1e06b63946e0a3b3feaee3e081b0deed689b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bb521f2f97477b5b9851f6655f1738b620aefccaaa81cd303d17eb74ade7adb4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c8a1f9ce2dea4947e6cb460bb4b4ae7ab6bc5f816ca25f3405799d56c6ca48f3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d8f67c5b7b8903633485f67a76f88ea13855bbf95e92b651bddd15fa91458ebc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2c84af74e0937a0f3451054240ab7ae2d44c1b566339012ebec9e5b75d7a627c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:41ab25be6eb002ee921bf74c1049e07547328632d576e78fc45245177fe9ab84_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5b389b9b0acddd8ffe5e5c3f9d54321d061253f3f45b5b66b6dfa0181b73b87a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9afa17f9f4e4551369e891d405098219c071231ddab921dd32bb7bc66bb0b6a7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:0bd76e62d162ae823a34a766fccd9d339e3f550720d863b477273734ed1fdc39_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:dd17b1ffce727d9a74c3f64d65b72b03a5c8fed96e773665a078dfab33bd64c7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e8ed2c9324c2f5594f90b049e92f2fb3141dedcd99165e80e8bfe147c738adff_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f7f45f6d562bf699e0e45e134c7ab71701dc3994882cb82edce9356be7627ce0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:22dee3c01cf1deff68d73d76735e420d223ba0e75dba1e7ae224ac4e7b14ae79_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7134aa51e11a7d6b826068d03b9c90a518cd3cfccec0e3f06e57f5ed77daf6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7cdf9e85bfc54e4562176d63e1f2be56775dd761c6c0cbb80fbf888dd1ab43_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b72954ed888ded15f443784fe6a684b6e0d7782921efb788e242d987fcbf5388_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:63bf84966169bf2dcd8b8bfee3c478d9e61881ca007fdf3a8be4ba5cb1118211_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:697ada7f8e4bc8a881e2f1fa3a8402a2e96448f948befd465c59e03ced12c9d9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:85ed053619e39778d5a986255af37802ac46a26899c8a448abb139736db5e075_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:abe01f65affd92347d8097b3922e587548364d9680b74f767e9cbf139c996802_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:55102797bf884eef2d8b842ba8a5f2538f711622eab1c82b06941ec574b8f266_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9cca1a2d1a6f5a33257e8f790d180274f24a01c125a717ff79da8fa301e2f270_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a1f1be1027b54388f762951ab7983f18cfe37140efcf2c778a5d11d4740e8e9a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d65990c0adf148e94c1c0ec0730ac2a285b38eff128cdb2fac7f61af1514fd14_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2db5ea10de47829d4643fc525d9efe3815db59d5689c0febecf4fd722ad0528d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5dcf0a7d3c0b2062ea11867f5fd2a4ad56fe786b11c3095d76eeb4c844240a6f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:73b76f141fea3db7cf7df4e9b70443b37fc67790cc6986efdf53a32ea7360bbe_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:be3286f36b4c80969594af159ede49ee20ab5dfbbd890649c2c4249335714466_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2cb748becce8d80bfbb66e84f63e0f0a3cdee6d9bef3833eccca24132e9d0699_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:374211b6e69093447e90462693c45bcdf2ece57b033a419f13585d9a46df62a0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6047837c63bd707f994797af79267ec8bb5075b3fdd88c069b3acaa04ee2cb5c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d8c4afb75de3b6d432d4929f4d4fb6938617a794ca2ef2060b83a02588a1d0a3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3287f57d83e7becbcd3997ff2ade6e6b5a664fd08610464002229e0a116dfec8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8a58a72e372b4235b4751e08f10c97ef0798519e6b91595c234fc14089d7495b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9654a0a2b4549ab06e5422dc69872961c892e97032b18d913cc197dd3aa39f3d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9e9ecf8cb43e1819159bb8fc0eb5641b71663e110ff757e26d5549cf41075084_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4aa3e0ca4b5398fcaedd212506e222fd435f7a46c2eaeb7a49dc50f789cf13a3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5d094c8e18e42d662ac2f5ba16602c1513094c7dc547fbe3de562463c4096bce_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:67f85bffdf2db08fb27d52c6a0a8b615a4b9cd748d9a7e6126851d1bb27844ed_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7d4b6b9e67875889c95a5d126bcad0f6b98c148b85433180573f439a867d9e25_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3c0791290db50c5a925a80b371ba8bdf91f4fccce56397d12a989263a972bd02_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:654aece866efed516d69db0e47668dc85d3936e901aeabd098e07538aa3dc617_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7637a44a01d6c56f002120cf96228b6c68e92b4391d4b6efa1c81ff8e40eac0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dbc636494f53ee38eae00f243bdb92d187ec84654c280cc454f2b4febd7c22f0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:08f46b1d2114a3ab80bc7cd277859a4f84e870c2421b9e13370774deca0aebe3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0ea69bf7a80cc8c0810acf8c7aaf2cc1374d3b034065f1119ca33af3d1794cbf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:17e61f4a9148bc2e0fcea85c19c98eb8c2efb701bd21f8b63547dad13fc256ec_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:8b81413ad0f567583ebe4782344c22834c1781c5f7493c8a05b827f3f2a5e409_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6b348a4fae63bad66acacb5f0d03b8155246733e758f14208956c38c2bedaac0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96eb6b75d6a8ce22b199b8150e628a2a00c427ffc79b2fee2e24af1bf584bbcf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e0b17d193af2fd7e981c9908e01f2d840cc939e24bf1be19977beb85fa1159ad_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ed56ff21aa465143bc0d1c4f20803873dd07999229739b84ef7861683476b22f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0654b81d996d73c5b5b03310f314bf3bd6871b3bd4d1abe791cec9b7a3339719_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e294ee6e92049316f91ecad5987a24d7d3c06809d3db2ee3f9a41bb461bc220_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e3afa0bbd3ab3ed4acd6d0059765116e9ab56090313932bd063098d94f1c3b1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:929f235d156df0f59479d60379dab0d83d6fc662d9acf7ff050a520850ee0125_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:14b5ec9622b1a177ffe69a7c87b7797c06b283b26d5547828d3177f823074b5e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:52a47ec0685655243dfa60738842ba038719f2454b85024084de270736d06529_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5fea5bf035692313badd286c7d13564d48c34e3195bac3c74ae669607b5b5875_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fca2b0ceeb7e301640de2604932cfb2c386441e0d3b3b0e4a525f0a6b00f7cee_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2b85420da837c90d984c5945fae12321c8e6b6fa270768da6270f382194f2d4f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5e5a715049a34055fca9a4b36dab839573238385890678734f96d7ba776dadf9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6982d2c27206f15366ece47b40f4a6a2994c7acf5dbb94aa274c55a2216d0063_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a38c23c37dbf421c77c4f36758a105b790123d654f1c8b3419becfefedadd0e7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:021e3ef983d0ca18800e0fc390ad96f4b6f6b9c3ab784c6e74ebe2e7fd7b31d5_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1076cff5268f9fec09a760da243efbb72eb96645f838a746c4c4e28ae4feba33_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3eabe7ed8651b8dedc3a2c38a83527f224ba3b50088b3238e158048bb2ddd85c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c29274bf105ffdd07bb78270a6dc497fbfb699acce48c7c6b7b6ef32416eb20f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:71bae3f7d9ec2a469c8d69b9f67d27a0a98a26bc842cc8733442cabd43fe3c06_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b67943ce9e26423e0bf84f411d50f394a67a0f3368ff289e695f8819c4fa8c02_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d4c9ea28e8a716d6a46a42cd3b5efc82f42d456e21791c32369527ae82f643e0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e4c222d813696b8b3d4cef6982cc88ba3d4581ad6842b10510fb4c8130a82684_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4d789598c5dc7be91f05a8766dffccc377a71db2ea8c5cc563f396cae02326dc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:70267df26127761958bacff38fbeece08995608c2a24c7a3724495128ef2bef6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:84ea38804ec003ae82375c83ed4549163a2c932d6264eb64476e0ad175b4a4de_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:bfcf2ab8d6586fd6a8f08ec2fcc71f997800b8f459577c31e654f8ef9325fc42_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:49a412244c4d6b547d5b0ca9bcb041b1e3cabbc78f5234ce52b678207d83b3e3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:4d2e1fee9a43f8faf39b05a7d82ceac50094ebe972fd1fd85b1528961cf49478_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:564e888a319fcd9b1af19b18a4281c5a2c41bedfc3186fb3bb587a1e28954c0a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecb2d59766a1aaaf7cfbdf1e0b92ed025a18fd54acd41fbc63026b350c98a953_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:296a9379ce17e07df7008f1d35004477297a7ebdf9e3d51a50d71628d6ac68af_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:67f272ef9abe83f9cd959ce97e3d5c46ed6e118ca30f65fbad733384d228ebce_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c8b5246ba51213bb183e07d862b6d1f9b156e1d16b7656bd6ea061f9016e8ad5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ed375d4341175bfe6945ea8aab5208f375034307f6753cc726230629ab97a71f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:29e41d78f04e683ecb12ff2335b7205383670e7bcd2b1beec736261a93abd406_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8ac74d64736ed4788497e0d4d10226bfa212f6c0cc97ee63d7c61676698bc022_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:94a303f0dd0822b5d82509e3ff8af5887949ddaa0e3a91b9f94d0bdf4e1e267b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:95c3aff27109694e511c9e45d1132bc4de0fd636cde0855c9ef45f1a17f5ce7a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:16e2953831f686cd68012c8cdaea2b404c54c91050145b716ee8b0ffc5cf11bf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:91e3e3d331d92b90ea49a78531cd366201c5de278f56597d9dcbeae40f114754_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bb1ec078ef82180a6019d6e174c16a5a846e4cb8995753628db25a4ca0071474_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c33a11f1aa2fe38738663eb291e25503e2e6fc3cb5bd964e1a6f8db0475e29a8_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2606e2856430c12efdf947977a070de13c3f93d3f304608c411ed57b6de0c6c7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4dda7a5132b638230470f86622d84a7f0117280726ea52e3769c15f11b1dbbbe_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f3b4137b1beff722b9c1ec2e451577a22f44c47a6196139a39d4aff3a0386daa_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f688b554b17808b3aca13b4e6bb8a240401db6f6cc5805e98ebe71ff43dbf1a7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:07163bdf6c27b8066a5f1e8674a2120054c3daab1e8a0db8cd728f2b1ca0fa57_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:32956c0bb79239db914454aa82f94222c6f7a90be718e22bb80c4e75a45127f1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d877387429f09cf5fdf779e73200069c418e561f20a21815bd56fce1c1c4c73_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:9a64cc9623e5639b0e8ec8f5ad63a5ab83f92598abe541be09fceb37ba2fab23_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6d8e4146a7965b0a81984df7d0a2fc094c50e7010acb93e58510cedc8a42e687_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:764c1081056df81f61d6965869f9ba66d67f132d6c768c13f1b2c1c81d45ec6b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a27762ca5025270235002c90eed00d6d029d4b7103b5bd108eb527fc8e797f1d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f473c0c439be12fc83e9ebcef48a1a067a5f4a9cd581ca19ca34a3dd0b9fb79b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:6e95c6d3ba75f0655680a4e46b703aeceb57cc9ad072733bed1aeeca0e9b3508_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:ba23af1b9437640698b924bb0645013d7c08fd6121489b01b63f66156faa6588_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:01c4ac10b7061c77ef54bf337b8488722506d2a572d9da7d9a689b4c9ff7c225_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:67c19e36b3f264978073841b06d940efc3fe0546baabffdfb35c2e5a1989e96c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:add880787ab5dc1af04cbed51e2da0f6f630ee85387617987ec6d6d8e3a28009_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:d6acbf09fd11d29d0d715b96e60355a23deba955fb3ac6ebbcbdc29e6923d508_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:474e02e9e121dfe39458bdbee1f434d32fa29347f55386a4abcd3825c9235456_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a0e6d2e5adb8d9c223824f623bd7d391e33241fcbe281c54af8e3925af5781b6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c3fffbd0e1e6db3256029c6cff61bb64ba56625041ff86a9d46a895076877fff_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d253f116a2d1e2f033f47422230a0a4e8a9fce255d71e9140a0bcb6f255c09b6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0b41f824ade401523c3ff06e2dace98c8dda246f40e6a01a588dab6fcad09683_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4954d67caa517e2e2edec0e5d4b95610a31b82d5a86f9058cbe55193987da9d2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d1a37ce3fce40a5d5e3065b5a4be81a18fe2a6b81bd5d16ada65f2647fd8fd0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d395f05c26536703d44d06525efc0ac6203440e6576e8a1513c7e4ed8563ae62_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2224a1bb7f39feb0ee922a54a94d8dfa66e676caffc681f99227eafc0082b50c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:339b51d602e6c798949da55fc36b4e83d4b07909c97f004f8aebb5bb6f43268d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a7bc2291024185f39cde4d43057b17968cad18451fe8447b0ace526ee11bbcb4_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c171ac27f2bfd7846db274c1d2be8b39cdfed3afe59ab4fb01f903b5be3af443_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:45c70f4c6f15a25e1982efd6eee6930f16317ef4cebd11ffe2b5994b9ad8b200_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:938dfb864f0a9dd0116c5969eb1ca94f2e04b914c3ee56bc26ac33f90e2535c6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a4f095b9251baba737421c47566ac7329258b8ff22b0f131c5a941ad1b6caed5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:f7a4c6ab4dc050efd81ff5d7dee7569a55dd0cf96e6413c47770699f5fa02b6d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3a4f76a56b75c54966a76307c4fd647d854812bd22e55cb228c1e9b5aea67037_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:98110bc940b974dcbb8b0ea21c6b52bd96ecea62779f9665d3ac8dd03223905f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a7e47a89156ad39c7e5820cbc98a0b295ca1a3aaf6b72be3961c6d4eb0225831_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b6a273a6d68b36cd939b6bba836f657168526125327fb784c436c99848f49f7e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:26b6bffa3e11fabf11ec8176bb39ab3e301b3c5a85c1aec37142860ffac1fe5a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:301f5a73d9d839a999dbd3c9a7741ed3458ffb87426b7499364e6460850deeb5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:57eee4fc78405492c9a665c228d1f25c75f0390f75a73d5819aea7ebc2da6b4d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b10b625aa3fe5011c7fa9db3c95ba6d36c569fd6f6aa4ac3ff2431cbc103d362_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:11b59cdae58f57a02a4c8479266a50a1a5691f2e8e4382ea7ce96bc913ad4afc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1f11609dbe46602b2c11ea6c776cffc87ebf3fe2a1204f25bda85d9793d5cd60_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:28ca9310e14799c080a07935267ab4ecaf6fd1abadcb1e165deb46c81f2e731b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:56a619fe929b8a18bf1526bde6c9a86f12a1c0a43739d1a0d04c58920d3ac5d0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3bd696b964b694ec219c5776593bf4772dafcc3f43b973355913801929462557_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:4142674147742cf0ecad7223e02e88efb53e5a34ab820df5ea2f645a04219da8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7c59a7997fa95d2895620378a7e18f0074929b630c329ba3f03c72e43415364d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ff35fdf6dd3714c214394ff6f203815f23921af529bad0dc22abfa1d1680b333_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:15198ffc1a039f56e9cfe7ab35037c34a3864a83163576b65fb3e9f5aa8f1f3f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:4ab1c5859c4f54f225fe4d5555f3c2d1aafc520ce7a9197b040e06084da9a43b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7be609c48462446f215d9ae0326f1c76bc0b779cd08db391163c796106e7aeef_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f04c27be87ea23869192754c00d08badd40a106c2f66b86bf493455b3e3ceb09_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:42ce515a9496a89b6abef7a94b6fcea6880b2a9833900d54e1dd4044c9e2872e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5ab9133d7b6aa46227bca8a1c6ec2ec9233ebed8e62e41ff122dda627d4a7fcf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:94f82ddff9d44dfdce03af24a851c05cec4ceb161c5631ce6ce88dc8a9481271_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a7879d59a73d16ad9c237a597dfdbdbe06fd6d3e3de0c9396e342250778dbe08_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2f370ec13f448fc82d3f142cc8b6a559a4d62044631f4b394742652c4672f536_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:38471fb10545f0fd1f879ff8ded337bdb6919a929043727936d28c2153a78fb9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8e6c8d7186bfcc49c6ec64bf8bbaaee511f62cb5d14aec29bea364f90129d36e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e35c02d8101af5150e038572081ef775816f97c77ae24fec3826bef8c24837b4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:123714413da1487c02d182f1d355688d2f0fd63e0f82865dd962567bb9c81039_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:675b6754ba7e231a1725cf8338d536551497ed05e7f40435a2a3c98e411af84f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9eced45114ad75c3ca56d06028c836adaa713433bc49f6196533276f9645c58c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b203bacc4238f6cc6afaa7dcad119d126484235694dcc33a46edc4d002dc7f5b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4e68102ebe684da4477f443e32d69865b6fa28d398fbb76463c67d85739e3c2d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:6dd5107b14c1abce011367145d859456aeb03052ab831b4c548fa4fba0b269fb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8e6d6d3162ace273c1312c383de4e1f6ffe2d8e6d7b553b64e6ac460ac040c20_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:061699fecaf30d68ae3d41b89d812ea8144627d9ca9de83173fb33fa06e6b8f3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:33b4bb5c331675703e19ef96f3185b2d3cbcf4d0e37a6fabbeb5a8dc1f46df10_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b7e15475952a147e7d6d506ee9686c6c594d529b27e4086f49b0dfc1e237d640_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0465b162143273b73d2d1af7ea6f9654116a9b1cba8169028273185f2dfa1191_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5d1720d8067c33064ccfa16d47931fd18bdd3590f53023c2ec268ed9405d0983_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e99c8d382c503a7b1e25e6f72ef293496beab285d0a3453d09ca73fb58247163_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4e09db0d6efc9289a85cf5d4ced1d6a6a7f52168e44c366907a5d4ebd3e7d75d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:585c75fc909525ac0332764b66db33e6646e5e0b0a4d01d176be6dad70a7447f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:85df50114baa307e2b4192a46f80a292500401eaf41f45b071b23bc278562135_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:3ad0b56893a8ad865ef9de637c1f21a358aae5ed4adadae02db3c6d37db93422_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:56925cf35430409d4a59b4de3ea74d8e3779acf505872bcefa26e97418f7bc9b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:a928a27d2775d702a7b4888f87e770c93049b645b5878173d87d893288c0701a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c83836428568394e500de29f5e4b44fa4881f5b5813a8dcd42a5bd16b6bd2bae_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3fa694c3f2b9c05fcf2cb69f97d791fa46600ba1eebd67608b109586dac15e3c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:44006268f8f00b5dcc4737ce787d9221b50ad7af3e678ea6dea817a797512b4b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:6b7d13c5daddfeda27cc815f3fa02affd699ed626cc41775f78070cb8cab4f4f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bdd058e218fb99204c479f5cc33383634b184b1153a74c3333926e84f3e4bae1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:174dd5140764fb73bc002166fefbf8f897be7b295e10527410fee19338fe65d3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3f5a73689320e820972a39a40077926550f7864e2d1969a9352d3b833191086f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:df97ec11ed1fbf6397b6a62c85014c255b60c652c98ea439d1f47e62c6a0e4bd_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dff5a115ecbd046f3a1a60ce8d8518edd570922528a7ba56cb17716831eb6b09_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:11f56bb6bdf0069b7bea04e5051874cf879bff0ed36676dc521975eae8cf1bb5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1eb4aa5666fec327b24c011e1b7e726ecde7ba1942e0b8d9af38a65baa052985_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:77da9199e0922972da775122d60efaeeb4cb2cc464ff6855099fde770cfc01a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c56c801a4a9e11f7b9ee071dc9634fd6c43aaf04cdd6b048dd4ea1a623ba16a7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:5332d1051a8774d9d3ebd2f6df71f2ae36ff23fd32b28edb418c028dfa6be128_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ae444a4f4274431a8dfa075bb9c91fda502cbdbe971856f54ffb6a0d5deb08a3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:4148a39c8311d7050050debedbfa7454b53c3e00ae4d63cee7bc6da688af744b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:699c1abe44686141c985a530a8b3b864b3a1bf2c5c6645d68f7920b8f752c684_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:608159f89bf52fbe18bbdb1c48b679346ddac7d3ace7883c84494615a4ab7adc_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:d26f0f1adde0599a01c90d8b9e1e8690e6e532a380e7852e83cacc1e439b5424_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1ef42800334a0b6d395e1b1bc8e517e232713a4ee0e4591415c5347ea1352fb1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:23d11514c82b817c95564de1f0252dfcf753ca40cb154054c051b6bef078a960_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f5311dc740529f4f4c444fe33bd5731b0ff5d213620207f039af546a3c521226_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:14f9b0d4497da98ffed111c1266fd4e0b4a812f6b7ec37b95e5702438602ce33_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:4e6b6f1636a4300955a587155ee9063979e47cb387dfc1a85f3738b1cf25589f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:2cb5be04fd1145f054e994500608d1463f35a0fb87305e559ff71c972795d978_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:664dd8b515ac89b33051c38e00fabc4f2bd8c902f9fdd8df263b6cd6d0a0bc25_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:28e1a2e9d3850462c628b0bfaafac15d68def97b8c1c9387de58b1fb6d877f19_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5c60f40d38ebe6f95cfc0fa78fed9aa265fdf3aced888bf232445c2e76e4ed55_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d36d045c32e335933939150b36fd2f86599add415385560d3e10d4b74a704d89_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fa556b78fcc306b456576053e522d93e0c578807e220d3c562ea54cdbc2d1a92_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f9ea746b7bc2eb6cf1d82644d42d363d9343506f9091e8bc67740a06b382081_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:909ff0827690342dce5b4cf713327f3a8887a056951953c9aa639e916129e1ad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a8705dd5df6abd3d6931b298fe8e53cff0f8259547fa85446503b413b0ba19da_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:cabf1a3d4e2aab9e2273afa75bac084e93eb36a2801b91ea0d79982e9e7e5f2a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0b5cac582cea2ea2dee7d515f05bfedf2a5beff46ae6d5ca9626bbb36c94b865_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b920409f5635d704145bb8e1107a7c6f951976c44226a2083982443f67ce619b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d658355babb92069a73c35353c2fc0be4450517b3445d2387b4b0e3bd2b873d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f8036fe71f651189dda062ede40268c843ab07ad5b32e010250f9b6fe9234bb6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c5361be369c8e0194275ab97d18d52a095a5206888bc82d592f9f9ba28a34e91_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f6427aa92071d20df4e412376886d9831bb0cbb15c10216ebf2ac78de096b051_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5d5edceedc72d2ec62b24b6a60c278e4836829c78a0bcfeb20d87fefe501a39c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cd23e978bf90a7180245b04b5b0df939ba57e30ea13a2a759a5d04953eaafda0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7cf38584dd1c5c269f86d85b0488e9224ac989f985989b00ba718ccd5c1cda56_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b2a85daa27b4a10282c1365dfbb48a3224df6c2a47d6f5ed59c3c01f6035d443_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3643a11084c5df88b8dd9c8d7693b228f3a9d94f74aaeb4620aa458516c14e18_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:a6a1152188a6d2cab12133e497a5c29549fa0103dcde8f1bb530ce7a033033b5_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b6f91ba9a89207a2f84a8bb1343179bd74948644a8b1608c2a2d84dee9ad39b5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c21ea57e4b38cb47e5aacc58b218ed97cd4e6ef353d86442236cbe8852c6f648_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:56c61752133f5574587fefec75502e2a132871ed033a824f62519117ad0c4620_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5eee9a534fd647002e246ccc70b47a79737cbf604c5fa4519d10a8c66865e5a7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b1428b294b7752d6d56fa95d6630aad0b6d205991537ddc3274a7062c13df3dc_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c363dd15dc780181855ed7e8af09bf148d9e38d562cc54d90842f95ccecce36f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3978c02a12f2469999e833a2cd001a08741c4d9bd22ebe211bfdbac17563ddf0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8d20d5c213a86a2d9cf1d4e8ea351a70e2bc1e8864e7435baa701aef3b22441b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ad84f2d6f695c6c999a82e33cee9938544352a648c0e72adeaee0803289077c9_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d872bcf33f5d4d6f1a074bef0091e74de82b3b1a883b9004aa1f6193b84904fb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:027641f0d532c5d06663e838ddee798513282838efa12811ede36e1b8669949e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:198fbdb0d6d4bf699a9186c06c310e4eca0c3252ae8e0d64ea1c68d7b67c2bfe_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1a3fb2aa3ceac5c827d7cde1cc0296d6974663d3f5b4139390cb29dee2bbcc20_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:51a53812eecfb69e77afa538400463c7eb51710777e9d9573804d2d9eab5d307_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:19cdd4cd8546c53530e098641c6c83e2f38f05f2d046c6a9fddc3c8002a01fa1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:27b826d0ac202a4321d2d28bfe26376b405458781f04acd607c3a27bebe83651_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b1c377c3a99dc0a9a6a39dfccae28c7e5a11674342530a05b237a33117c980f4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b230c7f6c243ccfc43e6b50809f916d3247f8daad3c750220020ec4337b126a6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:42cfb65c46f9f63ae3227c0dd5ca2a0a11729ecfb2865f3a4443821a85f7c8d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6ca3200ace5f9b6c36c20185dfbac37ef4cfb171f3a99eb9c746e52031bf380e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a9edb90a7efaeaada322b051c1b4cda47df859fad20ed42574fbe0fa00d15324_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bf0602fddb6c09c5c20a33abf72b947cf7ec8de6ef68144d2f4b1a1a9ad906ba_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:13df2c323a0db01668777fb495bc342806443b5c0992fe7f9ede76a0e731e2b2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:8e564be7535e32f63ff7a84bb61b3586b16b07f4ab6db20b42340dd998f2e919_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:29b338177ad61fbe618240d520eb180c1faa54fcd4be63c0d2d16f5221c4d7c9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:97b5466389d9b1e4c54dce29bfb42e901ac2c4aa39edaf99c35f30a766d38b78_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:989cd4643516ba83c661cff6bb217cc25d502febc80344e08e90c6eef8d24088_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:adec59d5a5ca059167c1dab49e6e1e6363c1788833f2cbc2381cb7d88a98864b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f821e1e8479c74d1a672e049e187d68cc4845e7efb417e9e4e4fa99628f3ea99_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:4eef2a136a4fc3a9deb0c5999546aa8d498c3553107d1e0eda9d394b2f412169_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b31560936594f27a81750c2d73f97385d7b3ac87cfa7c75e1a4fc224243eb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:bb3bda07b0ab9cc97889a530b1da6d7eb3f7f9c8a98f9b867bb3a93da7694625_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d50f44b5a5797797b9595f99e3b24684908cc28d317ca00791bb6a7406e15636_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ec2e637888e698016d6df6cbf4be6d44e5a2f544e7b81884982e06ee632a9ed_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3c569b4e1ed989074b129cb91b307cfa10c8305b037b284b23bde4981f551238_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:4ddb2823de8624d7d45aa16adabddb92faed392e71c2d1a0b3e640be91b731f6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d3b7e9f39e5238f011f9328467c72a8cb8cf99d4bed7ac0593edb9ec5bbc90fd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:24e49f3b5ed9df72849a33dd7fbd4a0b01b8c3be79705d6e23ae48e3fd164133_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a9ce73e1f17b21b9bf2ecfa7e35f5d8e9c72620076bed594e217b870057185ca_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bc2fc4c0e55023974c90506cc14c51cf73741e9490632453687edf404b3c485c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ee9af4af02c40524e182fb1893b8bd59785be7d508111c5b0415f0caaadefcc3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:971256d54a4e10a29080f656d5de3b6281f27c77a40c0dc7352f1f05ab83eb11_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d4fc699ea35d0f1e96e825d2db3f21628e25589ba57c40ce771ed210aac5d588_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e3d0f624ec4e265daaed3072e9f9dc85668a917d49c96ebaa1c7bc05ca636197_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e47600e5f91aad639de386e422056d431450e5dc3560d30ad16b0b0bd240e371_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1cba0b4f393f1927ff5386a9b2ed74fed87a58e4b2d4a38f34fffedd30da14a0_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3b8bfd739f87585230904007f0b438b4bc9d79337f0e9038887bb7f297b681b6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9c7b3d916bac7900ed009cf82a03607fe68fb924805ea37e9950ff3fd6c73b44_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c0fe58445dbc3f94bb9a041ee4ac81d6e1ebef0eef6b2468c288be51d947555c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9c772d8d7af17818a38e2004fbdd7673bdaddea0c36daf239dfe65a49f78c212_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:acdda550e575dc7add42439a856726b3833c5d6d98dd9976f30be4b781a11a82_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b5be0c8ab080114879aafc5d2526924d32306ff545c06dba64c947ca68736f91_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bc413067c8cc3e6c40a9be4ea896d911cf6b3adbbbe4c8e85fcb243bbc7bc2ea_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4b39c2a3d10a1e059c3f52bbbad6df20e52e47a422119d51806b59bda8e7e97a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5f0f4b8edf205f47a263878372c0fc80e1531f3d197d882a83cc6a2bf980c277_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:78987fc04ce330fd8ffb8a96e1f25e8ece8360680bbbf4c8854f1ba1f598f2f6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a43046599cdb529aa9a2672b628a7495690b03379c7dd4ec7bd744b01793943d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:25b8603f08442f61b433250cb6f4839cf2cff118df56d1d7e12b3b09e859a278_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:912bcfa64c2dc40a0f8573e595001fdf9dd3280e4babb503198aa019c4c94dcb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9f84034243c6dc1341a059730c81b05bc6626b913524f8d854e7d13c59eb4d45_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d9683ec09f7d3d0c73eb626fa7132ea0d7f731893506437d76db27bef51ae518_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:13573ab2e748690c65900137ee67fa558a1938fc2c4d92deb6b308809a77dbc7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:279fef1862c07ed7b949895843d80c54180a704411df4bd4059135dab63900d9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7c527388a78edbc77d6a9db9ba9d5c8ddb302220d69734f4e0bfc26b63b3dcb1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e601bc25408a2eb5735db7d2595f969a59da9560516715ad781cff5e4a57f2cb_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:264fff5b66ca49266cfadcee9765ba0b34bccff8dfdb12e5444db97af4913095_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8f14a597769b040fed9d1c1d610b6023734dadee91cc28588b65efb25f6308ae_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:bf78d9a4afa92e68d8018283114bbc7fd11fe0a9b357b75a00395ad630ddde75_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dd57cd8ba112502a28c74d7f9e021035a061e1f51377ac0510dd02a303f14f37_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1e3163b559a137ca99141d0913759b5a92cf30e063f6ee2485983a486d97a066_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3038ed29c6dd5d46bf8d593c154537615b8d218bc43eb89dc099a546308c5b33_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6f5d8e50b9cf127af5334e0b1e97aa1bc466bb1ad8a1dcb2b6c3e7494bf5a1e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fa6736bee0e8806b00bf3b6d971e2de5ea49f3f2a89e8cc404d55a70e6f73720_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:09157be733606534b4788e13e47f647c427adb2d36031df979628d1e3d93b096_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2c52bc991f789cb2582b4fcd0fabd20b86b5893d9fcfbf6e9ebbb372cffecbe9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:611ab0d9521d88b9676bcf873b8aaa2fd385087814de0ab05c7c853fe98da20e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c6226a0f343e69d720fbc83ad01daedb925fc39d272df78fdacbd847fb075bcf_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:19425f8d71d7b67b74e76c5b770a5e3d918dfde9a9eb3e181c767b4489db01d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:39f0f3baf0bf65713633aeb91a80cd35779cce2b43e6faa70838e0a87bdb12cd_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:804965e59e0147de822be6cc464daa137e45c991e4ff00c7184b6fd8105eb781_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b9b4777d271c5ea81505111d169134181bd46169ccc05dc65f3b6e59f736d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1a6e143562b0618b3f5afb6d488e8bcca48d9b0b4f68dc70d77279643325ac52_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:22230fd972b50ad12367aa043fef070d0e580b71e874a0e3fc2f5aaf52839773_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3abe2be596ec79e32806af4d66a7350835433c11e8b053385ee6463e65f31d30_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bb8fb8cebadac019a3d8c7fb2338a56918ff39aeedd55318fcc7e7c6d60648a7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:28dc48f706edfe382aef8370f464836e99a307136561dff65f7e7e8b5dcf9a5e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:533846b923d36de2b953fd071f6f7ad38e60548e9ef1d3f704039bb69b59530f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:68d5b77732cb2c0b0cb9a7e6f4201570dd8134dcbb21019dfec4bfe1fadbad1a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6d20fc820b2b684137df0fe673dd4e98135ee6a8c39a660db8435be44160c4b5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:48568238316d40eaae138ec218e4d0fb6119c94d9014683bc25934210792500f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:1d1ba67b2ebee648e679f886122e649880437bed73cc62901f26e77087d1f72f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:627e8fa2665e8d19aea0b746867ce31b58cef207d6dea85228b175b96cc95dca_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7431114311d645b44e0f98c9a0e92e62a2c412a2b57dc47b52f1e4c5ae0baea7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a88a9aa0807380263b476e1e7491c9a4f36def3c403b43fdd30bab55f06e673f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e38292df09d0b5589b58f31c39ca74147011aafc1a51be00112856a7242cb80d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:67f16f35ae8e95b90d758bf617c953ffbd0f31d685b9f023c34e5de5c02d1d13_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ae42289a9ddca85918d07f71db7415d099e8544ead8ae73a0d79e600c1c0f067_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfcee1078c7f5425c41f8d3398ae512f2a07d156de7d6e92d24d7f5eb1eecff3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:eb851650658c10b1a102258af7b72aac6db36647d07ec4eac2bfce099ae68e67_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:74efd49cd2880e07cee9aa16b7615504fcd276e8606b7422ffe6a253636462c1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7ff9273c653a511408a49a0778e9584605b9d24e1069da8a77049f70e2bd5616_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ad02d1ed96a39fedea9588756c548817e8672b8fa6d3e16f1f53221e3e7d9157_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b10f0eaa64d49ea5763131b8ddd134da6771b835333a4f5ac9ffdaa13cbd08f9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6c75dc3551d30161fe15ddb87170bd7ac33cb19b242907e99a9f2b003659efc4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7cc7c37a8ce0bc5a1de200fa97525c35943d5fe789787d642c4a3079c251c4eb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dd8dfd22f1e93168de72dae9a266654563fd41d605c65b4bb15f20ec65fd53f6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:e651483d73deaf4125ae3c2729bd8a42b277df79a6ff056a99ee3e78e2164877_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6590ef2d757e5ac11ffacdf6de04ac112e96f4bc058b97aae1facfbc9bfb9317_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8bc45cb12c534a1dcaeef41b7ad0a4cd8ac0e3b0041aaa0cc3a9b917602ba5df_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:92e18d38fe9dfbf0e50933d15f4178cc149b3e4eb535ccf0fc0da030d758f435_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:9a77e03eab2a1992fcd1c0a1f1c978755e236843ee4472bb551968fb16568334_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:686e7784cda9016a460c9196a522f1fb510546cad343e26f510bea264ab9b515_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:77d58cca07f50ed35b30a97c24f66abf5fd5482be3c2a86df38b5d0e4b41e4b5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:a553758f4aecd97de2202ffc5d96370765e1f92a11fa4ca464ad13037d7c1a70_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d09813fbb679d41aece1f097ecf3797adf142242feb12769a604c37df1b6d80a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3a967546fc93fbe58afe72caa5892b712c5b96072d3cfccc1c7d9b27cc6fd6fd_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4d09ecbb6bc7010c93d65d8bae5a368326d1b52bb7f7410d30dd068b4b9c1aff_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:78a9ba8fadeb516fb48a37ad2abef78f57a09b5e701a31ca41e4bfefe493d781_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b44e2dd5cd2daac1ef6849feb0b313950e0616586fdcc843a051788fa071a4ff_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5d94083e84fbdaa57cd8723c20bfa1bf0d2eaa0cef52c662975b286785db8cb5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7662aeec067c8b3bd0203da4d87e0837eb624acc7dffab9c0eda8081d992fc55_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c95e0922aa74f51030c35cdf1ee704f01ece7b4ec53f361055f4cfc58e464bb9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e4ae1090a43cdf4a540f1a2cb376a93d2f74449ac44ba6d0484e4612579b3d43_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:48c47a452810fe65a21fa858b102a2e7d9469e1143c51857844a0a74ebf03661_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5ccd0d2687e836eea86fcdcfbc73c7bdced8bfe2050c466860306d246375f0b2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7fd64ebc835133fcf6fe9d286f18f790b12295dcd904d61cd255c97e49f216b5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e862f18a4bdd246891a49434389e8dae5d73a68aec6d548dd282f3c56396be98_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0772170993a9fc0531aa948ee3f4c83a8e530802f7d6fe246a0688026c050d27_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c1b6b3c81c49bd764dce7fcb732f14f378aad992c953cdac86872b4113e8168_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:307efea31da6d72e50def18e1c08bae9e05ac8991d90379280c15f69c93be375_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f366a95bf18554cb9b48af250be89970e4c6b1fadbb97543db8bc202eefe282a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:09b9a909358f49dc84cf863e418fa79a72c5f23ce05cbd4045b2c966147b4edb_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1ce1ac2cafe2162c4070a5b60087ecdc520db1e90a433183157c554f86a8bdcf_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2c984681915470552c6cf4dbd2c900d14f29d9a6632d7d937d2fbdf1cf16a5d6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b3809b2f792a8b57efc13591b88232ca2b83fd116ea1a6ce9c05ec39733bcfaa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c37ef0e5d795a727e79d2749570d7c42876e2884561857149a17793543b9fad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:45b239b4328e73574050498d8a59fae10b1788642bfd3fdfd487a59654f2395f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d0eac8a6dea99105af2917f089cc423a7c21820cdb7ea4a3f793381cd07f43f7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e9625244e5cf3f4fd7e6d69a8076069e24079672e2c4bc4df7733ef31c3aad9b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:25939a8eacf00a315bfaecb90901a20f2d314f186c1a23ee0814ca611866ed5e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3b3fe898a633924c2e0f803ca944cc63d99359966004c6aba6a05c446a0539dd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:55a048f1d9ac836497f7783369b5b582727df86cc64fe7df91c463db1fc0ff30_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:88990b2047d4ab9055afba0c6f8895f30a132c361722a1524bed1671527d99f9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4bab889d5262b3f891b99f0a521f6d4511641313cc1d3a5970cc2182c52e0fc2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4ddc6ce50e06c258b4f24827f1fe5577c4ceb5d68ad925a185dfac5b2b3a661e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7883c26d4640f30a8fbd635f5442fdb46625d727a1b2382220c454aeac081fe8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:955419c1ead9dbc1c2545f367907dd4b1e8133ea23ef65407341e9a505b1cd17_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:206e503ccabc3f5a01f11ea5026cb64ad6ae62adf2eb9044386efac6586cf332_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c2d2155a6d299536662cff9c5a8474680dc8d9c514b152e87421feac7cdcc22f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:e62baadcd61bdc045c205ce81a3b2b650be73e7b3a5dd5cb53ea4c2f8a181f0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fab5b1965457ca46faaf5d1e6882c17ac2f0e1db5017cc81ff4da8a9083cc838_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3e9733932088db40e1d1dc25250b68d83aae6fdaa33923c2593ffc6f10b84984_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:62ff6e225c6c72f9c9b0bb33014544d1e02a30ff9092c25fddf72d9ebc8782dd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:70259c080741f045c19c2dfb1fcd5069e9eb7e413294d855262975ae03e60b6a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a974b10609ceb50c391abab36ecaffb9c6ba62f66b246f529d8f7d1f038165a1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2a8daff0897cef178c43b00d43b3468a3ff9389ebf337533c771210ffc608bc3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4c7da9adb32c409132dfefa7ae79fe99d41b6f59c592eea234970279694951ff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a54253ba850cb357befc0173748523a1762858066023e04388c94c2d5caacfc9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d49affc20c2c397c1ed17de7d3a7fb98a3f66efe9f9bd4f4234c0832393df9b2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2321dd8c9cc505a677622c5cc680e4f3461c6bf1fa4267cdf7f39383967a0b3a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:582d0856a394c73d8faf8d1792a80ccd8c66d80cf65b9dfea344351d767132d3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:938cea3b81e1b74629b0bee65183b0800518b4b757175d34669fb25f6e5d802b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d8e3f695418674002c1dd252757415372d95b38f813a3d432abab774c7427b2e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:8fadf40fe968046de41a4a4c6f643d9077f4908a1e456d7da29e0b0c79f8431e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b7b73c5b17ad867eaf4066be6b2fb9a322677ec3265c0d1bde2e317f54f7accf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dd6c4a3b961b608a71122ddef308287483d90f3a153df4ebd00b4f85b46bd551_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f5e86e560d2dd575aa814329ad50a38ad4c7f3c111353e652e55aa5b58033f18_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:10015b131c57580e5edf1fa90b05b19482ea67ae3b588efb30da1cfb2061deda_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:99060fe9572cab596228b61e892ca9b571e3b740c4872ab55e3276d4ad65260b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5127b9d0570329e12a37d1c7e38a3ad9a1c990b7b0e1d3f3b31f5ae1146a518a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8403b335a511bc219b98b899e2cf4458347dfc67c8e15440801b1434f03ab555_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:8bd350665dfcfcd29e64a93a9c1b700817a99560dcc927a75c13cf22924a557d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b47afa8cdfbab90e0852af59ab14d95b430a2e94245aa9d1c65d1a592f44a90e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:15c698a4b3293ec372e1ceffaba0fb9360499514271d26c22cfb6cb39852f598_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:43344ef6148d5c76a10961d19b3bd83e219764cb53ac4f310a513bbe694fef6c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:084a185169e09b57b07073bc5c82bc741aeba187cd9cb33149c830af00cc6582_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:171aabed219e2a837afd87ec9dda95bd32b6f780a8c7116a6dba18533c07605d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:33926bd728bf4ecfa8146f2d55c05f151150d249b965ac4338cfa8a9acf642f4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c0709bc4da1e5574cf296180cfa6abce28c2b7ac105abd95535422abb090207b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4ef4397e1a1aa5b377ecab2fceb5c2eb15b526ae39bcd9299b45d9abe4bbbf31_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:852e6be5031cc90ccd9d02fcc66b59baa692d594e7ae95e68b8923732fa77b49_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bd9e30cdd5958003b7db73e8d871b448d208c099f3dc7e9df3ba56e6d476ea66_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fc61ea57eef9eb7f0bb091cc0815a81844d60c78f5824640e40096e8de8a02c6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2020b01fe0c8555a2cf070d5a9bf75691de4d8b775b4ac91032c92972ae6a424_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6c3b876e5fa5594ed92ed3d333ad1edd228611d67b060024511f8c6a53eeec92_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cb279e6a6181c4ab8025c6ee74497cd95e990aa02a03aa01c8e4ecb81718d231_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f6562421b9828dea833fc82160705ba8c0349531dca39eea94da4bb31b8d3468_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:44b8d7704e559a8fbde7bcd2d7b51cc025eb2b898c74497149f818473d6b7237_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6b3db54da066eff7abd8e8f58ae42163364355fb1fb5a166c3f90ef42024e24a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7bccca2d8db4038ed90d7c5d995bb2daf880b3d6aed320c6d6dc89c73c38170c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:afc464bfe9fb581e22275814fb3263ada3383b571ac4765507d2640470a8fa3a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:353292bd26a33c9a68fbb8351005fc3b65d1f0dc02c82887cdeb5d28beda1404_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:af382c36059c0c0d6e76b41eda8ae2055bf5717205754272edf126fe15737cc1_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ebd113dd73707e7e234669c4b52e7ad90c5aaa95d062fe7b2ec18ad63b942920_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f0b91324c63bdd9b1603e0bcd2e554e1d595168f9337a7c26d3834093b24f6e4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:23a74b9b847094d230ca89e8d43c924098aa5a8ad67bc02c4b11833c4620aba2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3a9adb54f0e11beb7e2f393c00ef6014f9c18796c36e47ff1f08807dee8a9e0b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:558cbb955c8d4de727f010f3fe97f285b6922f4845357cd979c22e9d6afda4dc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:64f0e85f122f8cef1a5b444095fb16f95b255865ab116cd59a4a541bb61cd09e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2b93d36104e2c99c09823ed5c6d12e25abf3dd07e20683640f99b687a45e9b6a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2bb2c4706037910e8045bf0127ddd9087d2c8ab9eeb09ceabe97b18dfe873c1a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3e5d6fe6f1f7a495efdb0a61dfde0d20def80759a215bc7097265c816e07919a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:efe7886379624399e04e4f213bf1f8b2baf1acf989823caa93ed8ba76ccf9372_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1b152d3df7256fa1d16dbc4edc991503bd90432e1c8408149603306e62a28a89_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a7c3fd07837a9c03ab834a0b46ba51b50c73037203ca4d12d8cb2a45f690e62a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c9aa9a181ad76c715b410ec6866d86f28923d2becc8438f3b56a381d7c668897_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e96b65f0caa9f23429318080d5812ddd5c233b881b6f460d944990000a6d7018_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37569639de1f8c36904366fe21657db1df3c26c03b8f9f974e0a87abe862c7b8_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8d27603330319790b463eba638816fec38ce5ce81e7cc2c113636939d713051b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9e9598797558cb0767f9bba75faaece26aadb56163f94ae2cc2c137645b5babd_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:cf8f8b11a984107f035ff28ba24ff3f6e1d10cd764ac472b94bb9e74d435a459_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:70e6484048faddf5f59bc7399fb22731d4134b6a6e2c2ad3b1e92bf26e5ca902_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:93c6c010543791ed57e08cd0630a7dc7903d7455d61686cdb0865b13fc52f44e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:cf50871759b51c4fd1f164c53ec8503379de265ff95b5f6bfcb15d3820722c78_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f296becb22727fbcfc0a2a4a91139dc782688f43f63396d645b03bf698b81ecb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:227f6cfcbd9f361dac87776c3b625a4ae91a7054a29a48c0aec491a786f81380_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4063848bcd02040ab2a26a1e77d643a8cc01373bc6467070f72f8cae62ad8bf7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7315ff02d1adefaf5e52dc2b87903cbeaa1ad7c30719ff6afd130d068ebcb429_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:c33effb47bad5780e4e0ed220647bd0741276ef5c19eea05014b528b91765efb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2883dc4d23d0c4ec9551a0818f5d5edfc708454b48333db179232b6f7bafb4cf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2909be49bc0471a0e2ab4e9172e4ce490b305b8e1fb86729b45af106f1ad5ac2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3b91df98133ad62ab43372695b3953c54d58e70c15eb7ae201b68d73088c0bb9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ea31f2ac734ef3cec4337ec6025a1cc01a2452ec124f102e5b1400a9ccfb05a6_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:2aaf1b270a589b2e9c907bc35b4a3706cca1508a06142dd3086411e046d7cd00_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:32b91a8b6cf6278fde2c8d33666748a905a8dcf290b6e16ef266857d4838d3c0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:fe8f645cd130c489a3454252abd64c554d583cbf984aa3e568ae9c4073fa0f03_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:9885e38ff9be6d7ae070a00b851232a29e739a870d32b2508ab9f34e56177bd5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2b7476cab5336d76457b1915e734ab8702c461af8ca4d9e474557ad8354f7065_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:4890f971ad6077addd93d4c7fd1e9ee46ef3634bf89ff5adee2a95ad7b7b3f12_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:afc7f162c9c1c3033316a984254b8a477d8eae5bbed9cb25257d54a54e1bb866_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:e9bc1798e5283c65ff1487ae78c1175395e051a6c13426d3e8d1b898469a3493_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-54423"
},
{
"category": "external",
"summary": "RHBZ#2493392",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2493392"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-54423",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54423"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-54423",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-54423"
},
{
"category": "external",
"summary": "https://launchpad.net/bugs/2150458",
"url": "https://launchpad.net/bugs/2150458"
}
],
"release_date": "2026-07-08T15:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T09:56:49+00:00",
"details": "For OpenShift Container Platform 4.22 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.22/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:c987c0017b86a5aed02d5fa854b4649039e7221e14fca2e824dc37b2937ce7b2\n\n (For s390x architecture)\n The image digest is sha256:e38f225c850f6fdbdaf6ac3ef1f762b1e7068da19ef3cd57a00f72554e3d0a72\n\n (For ppc64le architecture)\n The image digest is sha256:ea726e65a0f5f8ae5b5fe4ce31f2aa75943c893c91bd75feb644c4042c88865d\n\n (For aarch64 architecture)\n The image digest is sha256:ab1d1b8e7b22fb2a6b3923e6e8fe77b8f0f774c762836a07542b7ed5ad52d86d\n\nAll OpenShift Container Platform 4.22 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.22/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:bccd28236b901759b08d5106786d262e482cbd1e3798c1392c9c6eda9956a5d6_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c096101efdd0dab71581c6e6506b9a6560c96979e2d439ca888d2c67860c1337_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:60441"
},
{
"category": "workaround",
"details": "Operators can apply the upstream-provided patches which add a blocklist forbidding use of the IPMI send_raw functionality in cleaning and servicing provisioning methods. In environments where the default access model is used (lessee capability not enabled), this vulnerability is not exploitable by non-admin users. Operators who have explicitly delegated lessee or owner capabilities to project-level roles can revoke those delegations to prevent exploitation.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:07716873e44d49ad177f8c572fe54cec7ddb819a70492e6bddf36ef2ea5e6449_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:288bb644cbb5e14b00d80e0b409c83644a59cbcb513d19025f8b97de61f2cbea_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a27a41e1a167568dc9bcd1f125ac624897d73bb6dca7be80d256432b35e4c6aa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fe9b92e8a052208c6eeac2ba816959ee8129cc0f68bc93bb0a1a2f940a49f4d8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:44ba1190dc20c3a99259ef0723be3c9e1c2d4f339ec4eb4f38a9375cefd60d2f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:48a700617f0d4ab9dd6b40cc27e9f602892037c10872c19c60f62a2a848e451e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9319978cb44eb1f26a7d82709c4ba7d9b6b0bdad78c6c6080bafb0933103bda2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e734fcb9ca41744ac9213327a775aeb0e01ea9974036908721b532ed2dfef923_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:10097712385ddd416b15237d2af20f86a0370f1d97125f1e8a0d25a7215f6751_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:40f8f7e1d72a0e70d96c1ff028cff7125ead621e89cf2f3c1cc5262a3aab65fe_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:50ff72eded21d210ea9c57c9f9b192cb6ca5efe781c5c5a9d2e1129e2eb7a248_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:f77b14655ac6137b53212c8ed526d6baf86d6d6332513416daa73a6dc468c832_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:76042ef2dea9a9316a7bb2a38923d0b670663803c75f5b8351b5e71d344b479c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a645a364226f6768df30645c15ffb8b7feb1932a96c3666cd2d8bbf71786fe88_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:afc4fea57ea3217712f10421cdc7ded66093dfd0d5cdf09120ec1200d696f332_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f70b291b3be37bcef36e4cd282cbd88f917dcc5e61e0ad6228b33b770656b8ca_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4cad4e954d5e9fce7e93ce3a81da34d58e01c38a5d6140cefa7eeeffa13e1431_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5c1598ad56e3f9cf5801a990b2d5d007632cadc69118dd15b771d8104893b722_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d18a7d5884e709f2440b7f85999c2351c0f74ba09b876a7c915a974ccfa3dea0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:ede11c7678a732b9ef9a763632c13e616a95cbabdb36baf0c5c48ca0d476c260_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:208703e1b4c8fd82b6cffc790affc4bb8966f6d95e5b5631d9fc7cd429d82242_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:40be47b6d5dedb587c54ea5f6ee763dc3007284e85cf75d9f48f4de83bff4f0c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bfe783bcda48a7678e776f99ab08f9d6cdf882432ae03c46593326bf8b57e714_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e43bd0884f4c1993cd516c3ea52d1f878a783f6a998a6dd3fe4a98ab11bd3e87_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0492b621d90ebddbab300b3bcb6979598f11380da79b32531f8978b26fe5edfa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2f4ffb0abe2bcc7b801658bb46ad9f397d7a3d11e8b2060859f5dee1625d7ea2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:30b0e4f82db1f3e39379b7aa792514aa726a0c485680b67351c593542c1b1127_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f0f3b27621a9276b1f4f9601b1b399eabbc165d74a4b4a20ebbccf6a36a8f98d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2d56871f80eb82c502cec2b901d3510ab482eea981f50cba4fea729c83f1897c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c169319f15a3e6ac9086e21438dac78a6b30f142c6d96d63c259e45f4b98c2ad_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cbb1706913eb430b86212f941bb32b066af04b431126af872899134a9e111ca2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:de56a4d37e6686cafc8591eb1f7520942036037ba5af21c286aea2d2fab95b2b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3e35e96ed5607d7229629ee64a3a7c942fb12da93a75e989f1fd9aa028e8fdcd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c045d9282bb2e3ccfdc19d09b76e81d622ad5c41750c960a066f9a735ce47a3a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d3c7bcca57a84397fa1932919a750ed7a002fd7f7be976152dd7c14d60feacd0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fc479e1b1d14c548ed9a783109fd978efba5363537b835a5d09fa8d0fa9f9068_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:0e22ab8f884e0095c3cb3efcb63f9f37d55b72cff37962f271fdf534deb469c1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:ab518543ee2455263fe748f1d2ab5fd1fcb87e03bdb241a1fe657c748e220e3d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:cf25049921f441dee72daf95b707da269c5ea7af7026674c42a7e3c8cc682e59_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:d5350fca926c7cabd8fa4e7749f0c2bd9bf90069a11ed96342cbaa0ccc16f889_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:41ec41da1569234037cfc2b9cefeadbdb4c1e45363dcc0b5f2acce2453ba3dd2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:bf2513f4ea2df4a781fa74ddc02c207133387318444f7027e6b62565e8af505d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb3cc6f050ccd3fae295639dd627bdf3ff5f08f66ef0fdefe24ab8260cfba983_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:efe54dbb00c22c7e9e4a6d7c40e52665823c5f94d4b7b03236edeb1d7a304f94_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:073ed3fb3dfb009b6ba476883da5421996c5c4f4119375c0c83b072571d935f6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:14b74e5080c191fe32bdd2a416c80cd94a0f30ea6d5f18faf7396c120c5907ea_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3c86e67143d2caced55d2dc470df15cd1659c5e16c7eb8af22183de1a3222901_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a6de5df300008dde127b655f67ba1c8e637bd6e67bc2c811c0d9e0ecfc3cb08b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05ef13e75b41891cd2774cf5243b11da290ae75f12ecd07239e580a5238036a5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7c5f6b71b68331d1cdff8b3273fc7cebb945d9c037fae5c2fe0666f84cafc928_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:c221dffd999b01fe10c83c1cf3e93ed9d49beb5f0f13e8e23261f44a07fd9342_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ea42eecab8a62b7896ffb697f402857a31807834a102986b3967faa70f63775f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:0123a42a6d10e21067ef4ed5ad7a39541529ff0157cb27443a95b0e5d88efc7b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:61e542fb10dc0e083f8889b0b94c3525f3882e5da701b8db31cc9be68d803ec9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:69eb532db9fac5d796148a421f1c0a95f03a84604fe40d5e5a3719c995b8d3c2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7bfdc577bd856e0cc690c86a8fc9928ed3d034d4d1455378c95293376a74b9c3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:023e336977c9e6f23a82083ada96020a26cfea384189b765e89d6acf7112957c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a0734ecbae0ba4ef8a6cf77d42383afe04fdf33eed2c0d1e34782f147c675581_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c64a9e77bb865dd5475a4022629d394ced47bfd9adb137f69e2dd7bfca2c5a29_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e90910e06037ec13a10bc176da5a516287ddc34ccdfcb36432f386f7b3895136_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2052fdaecd2f3807694fa17f35f03f84b5d8116ca56926b6d657f0594adcc4af_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:274df573eeb1919286472cfde2006716aaa62c65ad1a6fb82bc351e7292a51a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5f81d0322afa70edfd932cf1f80dc5a14ebb30f3f4cb0a4b9943859c3ef8a741_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c5f86407af14e6c3741e75068ebe79aea7c7d1a73ca87fc97128c53139dc8748_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:11009d76f2fc73fb88ad8650914948e04e30d4096420d00a4e6b1f2f82bb2a48_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:464e2bac04048cdd010a9625e6657c9f823ebadd624fd71191ee978520874528_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:4a6beae013e9de12cd8b0a39e9e7488f51b97b3f295e14d773eb28c5df9d6743_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a2f765f47a9fbb2acbbf3b00c2d62d7df283546b7485e7631116fe824cb589a5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:82953c91b88971066d4d605174664863cb062a6f7da286754aa4f05c11a69bc4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8adf05874d8cc6284cb4566506787161305d95ba4c318f070e01960939526d59_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b0127947224f18d500d967398c5008737df32168d2db50f1f87554e149328d71_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:c25b7a4bba9a988a6b7daa4eaa8608df78b927d1d454aac7757f18e3b6c78d86_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1f6a0d8476232a85b5d18ef9ce148135b69a4abdc45952f6ad0eaf41604e05f8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2989730daa53d788a9e1be03bf922a07c1111ee8559bdef63d058be6fd5f3fc7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c0cac6ae1322cdf12df3c55948bcfead52641aa95a57dcdea97401ae01c1860_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:adf166a8095fd21a818265c01776b94e25cea102a98de6875352cdc47fba933b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:67f12e5ce45f173e79229f506b92915943d263ca0adaa31a027cb7245d7a076e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6b91bbe18861c83c79693a155979f3cc56162624412eef4c57c52cfedfb38475_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b2bb582913e9dedea9f2eb41f1568fa8f0fccce2e56be4f666ff41f3698dc147_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d35f97d205f82d6ffa260582fc6dce2fe0fcc3719ae0e19e85e06e7ab629021e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:03ce535e7bb582ca85793c8155f38ff9f73231e7cf5af4ce223ea89d4d2eeb89_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:605dbca994f47b04da902ae4b76744eaebe0d716a7a5fd3cb8e617db5dabb8c7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6b2582a7f534bb2716acaa72598b40f593897124fe03a5e6b2bea1e4c1a26d15_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d88f52e765c3f5fd4ad80f7364efe49e98ae927d82601d27105eb6ad0b484264_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:1305fefe98602549511b835fd1302eee6a4494c690d76964d89189c90f39627a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:325af02386526656111c663e6a206e755f2f30db00059078a0391d4af6cd95d2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6dcb4d60294895ba062bed0e9612ad7fecd7fd8d8cffdeee9bd65ffec1b20a63_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f492d67b16384267b9f65d20b769f93e3122f0957cec290a88a1b244c80e4b54_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:56cd8314cc9791e043cb4e5ace324013f4ce4c825fb5f9119b1a6c6871b76a3b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d6ff019bc8333893d6d5799927ffd9dbd02d0d388752a1ead6b8f85928fff4f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d7e525584c9b7492d8b989d2ad0b8ccdc4f244987f26b4aedfa7ab1097aa8ac_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:598dbc32cda4219d6a0442aee99096b77ddbea0148ac3260c9c37e00b13cba23_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e223d745233c048714d3ff7a04f8ee565aebeb0f5aead03e55dd9f305fe60cb2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:05fe3c8332c4626e356a2b8b33b235d605b8cfdf8b49a68475db687789a766e7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:64ea7652aa2f9f9ba58d56765ee0ffd7224d6534860d118c059c2c066bbf2142_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8673853d611d162bc12d1791bef2acdd4131a97b8a6e46961736724b69332db7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ee04f343f0bc1c58b1e016295990225bafab7b39a9c1a572b10cdc19076150ad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:4771678b9e18450e8e2a6ab991e844fb064749a0b09b089e54a802a7109c1ae7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:68c90482505c592a6393640c16467c1416f3175ba1273a284c3d0a9417e879ae_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:234bf4abb67f86a27d549a2d368d080a3671ab34786e26c6abbcdf58baccb034_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f330b931299e7c97298212e0514c55f9e086e2f33ab7e522d40d8e9df843ea11_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:123e1027c857bf3a084e45755736871b220117eb70d774a3b450f7d877e7d1a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:61d9a3fb3114cc2252a8ecb5b0339a5fcdef87cf962f285be72b164933afb857_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9426eef8c79d6e2c9cf5efb340257ef7dc7936b3369050776f4b45ed6603de37_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b693182419b2287a69a8bcb3bd3ef8d6e799b5e7aa9b5f25cca855995588e104_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cde3a4deb285f4ffb38be4443b3c09f33a44d8f2007bfde6f8766d371487bb80_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cfa458375e07e80969d9a9b3521c5983fd20f384b74f1080b865b618afd35f32_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:30a0f7d083fbf57d19fdebcba31bf52d257fda3eab13e1c8b856291f40278c4d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:7078670a28f19c15b118e3ff8d70afcd5e329a22eb6a44d3827f9554dbbee812_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:6d60dfdba0f6368f23bdb554da68f81e3d088677ce9748d2850ba8f2ecb0cbcd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b71a8dd592d2646c7b085b06edefe64be96e38113c3547a111a8d0201992b98c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d906f3f6f4740b50fd6266205b0b3f986b35ca7a64ac7b6c52cd7167d0cdab23_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e4969f9764190a2b46dc5c9c7375213c28518935d80c4e4570d122d231f53663_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:331e8f309349114252acd7fe42067ab2b7bc03abb6619f1df59c8fe907513d3e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fefc2125429189eb85f3c807ad8ba8896a48518f3dd7d93f94a091ec925e23f1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:8687825da05aa3fbdbf32fa82a739f58585d8d2564501deb0d3b97d67a4c431f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e5886c91ae307b14a848b0a571918a57a9d2d85805af6c6ac7a2404dc0308337_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:260b87efa1dfc71726aefc2feb8dfa83495aedfa6e95b0e86dd1ce0d246233cf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:49a1a91122fc6cc34cb21b6de67b8249f154aa8e2bfade0e50457c224fc3ca70_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:cdc02821294c7bd8b4de75b356ec0ec8b0745b0b409ae9481dc08c4d967b53ef_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:e52b5054a3c11b34c3bc3450d9be2628816575531a1435ce44652324ec020dc3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:64e73e3f7bc1f37f40ae235a7866ea7c881d67afe29b398edc6f15befa7f06cc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b4f0c23d7fadc3a15840607d9aa13327a3eda6272565f88be3691b74f16fa13b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9b5eda1037248996bff10033108d1dec27b8417730bd721d980b778e1cb4585f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c397e51c6d4de14ea1b6a41957a3fe5ae54115c1cbaf414c013035333824eca2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c72d9616c2bf94661a156840d39e3a42d4023598c5d647562874c453b44b72e9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fef61b2df388d1e5714b0f3293bb7878f1ff9ac64b0353284576fa0413000ce2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:267a8525fce7dcfc460052b97dc07532c927fcb27257b29f5e43e5475376bc42_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:886cef96ae99502afa35aa5cbe5a16a30d873e8c9c92d6bb3c748bb68877935c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9a68ca065607df1a4fd1a351041d799b2166b76ebbdf2c92a0fdbccd47015036_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c7a8842568f7ed4d4b1ceb0f507aa5a56d80ab213877507be04ab55f8fcb3a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1567f1a6c1a596e22674ad45cd1975c8667fb2317c84dd5944ccef58326239b2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:40dad16e2777a64a836355627be3aae4572a7ed6417ac39e0dca5f019eeaf471_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:800ffbe7a0007398e44945b2f3772d657995ebd902918ecb410e5d373de06263_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9720a885c669964be135fbcc55bfd5e9766841f6b11bb2c279ac030de9618ece_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02440d8ce569f4318b2110f8975fc4d0a93e6da6c5012882df9cbe77559a0a81_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02594f4e3bd44cf7d378a7fa0533d54b4365eb5317c282cf8295cdfb0ae5ddf8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3e5753abdfee794bd09cd51eda1c7634aa7630ea3f2a72ff40c3fcf5661e58c1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ea8145a89efceb27b579a5f79c37c7457d141a0eb38b2de5c82ced07879539d1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a1aa9421f9d52c8bb918e1b3c9daac3e1a076e70e003a58462b62f0a91fbf795_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d4dd77443d486829650aaee412b58df2c5fcd995bf2c493a22dc1cc705d270a1_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d689dbabc1df0ca42e7eceba17ff474f9e6a30474f7cca15970a5ee7fb870a72_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fea791f1b353cb84039498653a7b7daadebd460631446fae5f05d1ca8e85dace_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:100ffa84c55a87981f50fa5fcdfb5a5daad0eea01d0bc14abdbc959ca0a1ff92_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2e646fe351c1dfb3650d0b67694f5cb89fb7aae85c9b8edd356f54f40b9e9fb3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4a45ec0f50d9cec050f1c99dd33d288ba8f9e8dd1a71c2870eb5e799a42e411e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:60be3446f54ba3c5f93c5c4bf1de44d7e9ca3049abb6ab910f8e62e671a80d44_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:90b36fe8a88dddddcd584cf06ddbde8b74e9d7a78f9f51b77d7d2480ed45ed79_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d69ebc6a9d6bd6f8f75d933ee0f7893b285fb24e994bffc35514ff5211ce68b1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:da6ed87ee2d899e3fe9c6e8b08bcd44cf11e1b1563972ca4aeb3e8bc806a1d2c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fdea5b85efe39b635685d506a4416115d546a9f56e87903650b5e51bec6a10bd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:47ded0bc14992d79c073e4cd541279def7e44d8ff586a5cc1676edabdd86c13b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:642eb8c1bf4631b969d0ebf3a0755f566236ce7b5534fab78d531c76d5e802ad_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7189cc475748ddba6ff3f306320d55a840baa8f1da8a934d4500c49e6f675ea5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bc10db6a9f9c1a60744f49c1ed737bbbb8454eeff9fd00175b98872a1af17936_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:017359024215cf5a7b00bd31b8b797ca7f5f456d66a34ac12c44e53c1ab77fff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2635b651e023c9d4dd92d1897b4513947985256607f9d2dd8043cd7f5de3a765_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:542b1a4bf2fafae85c50eae7a182ffd3a3a07b2c234a00e4e6c639b1143b4b55_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9b3b5510e4cf6b4cb86bae86fbf36c1fccbdeaecfe009cf2e67cb9c1d7924ef4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:048f5dc4b9176a86e0d82447e036ddad890e58e49c8508cd74f8c297272c800f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:0a7e3fc4b1f892ea2e77c1f5d961507f0fcec7740f33d3e308904cdea1d3ce21_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:44db7037b872b0164497a603e99b7c5bf2bd9aaf31158e8a4e8bd03559584155_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:a8ffa384c6770ffe1bb9b7b8729501ef2c06199e0005b16e5dc432dd8d23c66f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:176081efde0e44254215af3f5091e64748c81d2bb29a1e7a64ed2879c6a7fbe3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:42ea798731bcee8b868ae15f9d45b8f0aaa91d1a4f7660c53ee08b070fe4c9f5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:85fd9925886227b53c26a3ed09604c408c49b8ddb9cf7efa2057335bec94803c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8b7b592c5ae05773897351d97fc9925e6904ed02a6ed49e4737f0f649b7eabe_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0d8537a8b89a087f59b9f0c413d9c8d6c77002ff0d9d8579d179291d3b6caee0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:14cc3a54f1ddd57ce5b80b6d111f0ca27f74b4321c9915d5ec1960318c71d752_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7dc1bda89f2fe70041f850dbb5dd3804e853961d2026c3880fd7255dd6e57b0e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:aac4600f524660e2351490cc7aa719ac2dc93193f64bff1178a04376bda57cee_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5449067a980b2d50b360b1aa1164fba67693402210111708ebaa00f0f93bfb55_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c8486459e2b80ee2706409e888070c9100938357621746215ad7871ab9ddb990_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d748caca6496019c594ae5aca825845658e1e8c5a1c062a02830aecd677ea1af_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dac9a4617348551eaefdf01ebf1770442c0bc07033fcbff203750ecaaef1161b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5143aae8d524363878300902b89dfb5f3420ce897bc36064fd021d23993432f1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:6fa81971ac5bc843a536eaf167cf5147e879c5447d7c1ec17cebe7ab85692317_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:bfa79bf705669231df1e59e373712f0b04ef2c0676ebfd901bd9879cef16236e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:cad2e37531b2ba165087ddbcbccf9cf167c4eaca5a3fba5f5f4bd943b8298678_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3538795f3effdfe84442141d83d0292447b4c43e3d68871afcd453f80e11fbff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:7da313ec91e1a9ff08a16ea2b0af0ed1ac73e40c4b629402bff19f183d45aef6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d9279ac3cea7e1e400e244624bd7ce53cbb6343d10872873e71dee20263d0e62_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e89a5c92caae6b72646e17535787d06f7640a47c59b0b4f418c7e48918736d60_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0ec6c9197060bf068f358283d64b9b877e97f072466244f9d147552a193fdae3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a5aa2eb87a3fc9c5160f5c37c50cb88cc0a77bbf4eebb298ee7883ecf47b456_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc1512a1ca871d5e21162430f028d7b7f2391e19cee9b3d6e253b6b6d03cc8e2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e8c2baac5dee142c4e84d01c731abbc200cf24a04201fd8690f0d47035958830_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9b45bdc374e248769add4b772aca63e25ff0baf8d490e64066bfa78405cf609e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bcb4f4b45a7d62927ee6589db9d31e9bfc87a13f3b0239649c9701b10d3dbd75_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c1c72b9d00d45dc90f97bd9c5263e6d385ee34f3a3f834909dd8b8eb28c3b15f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e15057d2878011a1142587df35dac65182dd4ec4c0f3c61055a73a23dfbd615c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3bef4d599101ae4c2162f47e89f5fbac89903db3f007bb425eed38e1d9b4d9cc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aee0556c560d2ef9f2ccf501302a373f15cdccc83ec2c6935c4ae6a2f25b63e0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ddc3c05d5daa3aeffe5629b7e2fedd5df301a3030f8f8c6acc3204b8fd7e0995_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f463811c1b1e6fc34934bb5a8151fa946acf321ab57f9901b3ee1b7f75546beb_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2abfe62de89fdd0697da63674373b1c8a2695846d8acab5f17a35fb38fbc23a4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7701f38b6702b4a9e6b49b3db83073475c33528d2529e63b1b98664bb7191906_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a23cd4945d2e1f9e1c194179fab9c388677fa1317e02a99eebc575e227064b79_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f2f194cdb1a14fe59e05455df10ebfe70edabd37ad605346b6258c5bda79d96e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9b04b0a1047813b35f6ef09e1fcf1e06b63946e0a3b3feaee3e081b0deed689b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bb521f2f97477b5b9851f6655f1738b620aefccaaa81cd303d17eb74ade7adb4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c8a1f9ce2dea4947e6cb460bb4b4ae7ab6bc5f816ca25f3405799d56c6ca48f3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d8f67c5b7b8903633485f67a76f88ea13855bbf95e92b651bddd15fa91458ebc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2c84af74e0937a0f3451054240ab7ae2d44c1b566339012ebec9e5b75d7a627c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:41ab25be6eb002ee921bf74c1049e07547328632d576e78fc45245177fe9ab84_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5b389b9b0acddd8ffe5e5c3f9d54321d061253f3f45b5b66b6dfa0181b73b87a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9afa17f9f4e4551369e891d405098219c071231ddab921dd32bb7bc66bb0b6a7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:0bd76e62d162ae823a34a766fccd9d339e3f550720d863b477273734ed1fdc39_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:dd17b1ffce727d9a74c3f64d65b72b03a5c8fed96e773665a078dfab33bd64c7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e8ed2c9324c2f5594f90b049e92f2fb3141dedcd99165e80e8bfe147c738adff_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f7f45f6d562bf699e0e45e134c7ab71701dc3994882cb82edce9356be7627ce0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:22dee3c01cf1deff68d73d76735e420d223ba0e75dba1e7ae224ac4e7b14ae79_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7134aa51e11a7d6b826068d03b9c90a518cd3cfccec0e3f06e57f5ed77daf6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7cdf9e85bfc54e4562176d63e1f2be56775dd761c6c0cbb80fbf888dd1ab43_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b72954ed888ded15f443784fe6a684b6e0d7782921efb788e242d987fcbf5388_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:63bf84966169bf2dcd8b8bfee3c478d9e61881ca007fdf3a8be4ba5cb1118211_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:697ada7f8e4bc8a881e2f1fa3a8402a2e96448f948befd465c59e03ced12c9d9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:85ed053619e39778d5a986255af37802ac46a26899c8a448abb139736db5e075_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:abe01f65affd92347d8097b3922e587548364d9680b74f767e9cbf139c996802_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:55102797bf884eef2d8b842ba8a5f2538f711622eab1c82b06941ec574b8f266_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9cca1a2d1a6f5a33257e8f790d180274f24a01c125a717ff79da8fa301e2f270_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a1f1be1027b54388f762951ab7983f18cfe37140efcf2c778a5d11d4740e8e9a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d65990c0adf148e94c1c0ec0730ac2a285b38eff128cdb2fac7f61af1514fd14_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2db5ea10de47829d4643fc525d9efe3815db59d5689c0febecf4fd722ad0528d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5dcf0a7d3c0b2062ea11867f5fd2a4ad56fe786b11c3095d76eeb4c844240a6f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:73b76f141fea3db7cf7df4e9b70443b37fc67790cc6986efdf53a32ea7360bbe_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:be3286f36b4c80969594af159ede49ee20ab5dfbbd890649c2c4249335714466_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2cb748becce8d80bfbb66e84f63e0f0a3cdee6d9bef3833eccca24132e9d0699_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:374211b6e69093447e90462693c45bcdf2ece57b033a419f13585d9a46df62a0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6047837c63bd707f994797af79267ec8bb5075b3fdd88c069b3acaa04ee2cb5c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d8c4afb75de3b6d432d4929f4d4fb6938617a794ca2ef2060b83a02588a1d0a3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3287f57d83e7becbcd3997ff2ade6e6b5a664fd08610464002229e0a116dfec8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8a58a72e372b4235b4751e08f10c97ef0798519e6b91595c234fc14089d7495b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9654a0a2b4549ab06e5422dc69872961c892e97032b18d913cc197dd3aa39f3d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9e9ecf8cb43e1819159bb8fc0eb5641b71663e110ff757e26d5549cf41075084_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4aa3e0ca4b5398fcaedd212506e222fd435f7a46c2eaeb7a49dc50f789cf13a3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5d094c8e18e42d662ac2f5ba16602c1513094c7dc547fbe3de562463c4096bce_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:67f85bffdf2db08fb27d52c6a0a8b615a4b9cd748d9a7e6126851d1bb27844ed_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7d4b6b9e67875889c95a5d126bcad0f6b98c148b85433180573f439a867d9e25_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3c0791290db50c5a925a80b371ba8bdf91f4fccce56397d12a989263a972bd02_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:654aece866efed516d69db0e47668dc85d3936e901aeabd098e07538aa3dc617_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7637a44a01d6c56f002120cf96228b6c68e92b4391d4b6efa1c81ff8e40eac0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dbc636494f53ee38eae00f243bdb92d187ec84654c280cc454f2b4febd7c22f0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:08f46b1d2114a3ab80bc7cd277859a4f84e870c2421b9e13370774deca0aebe3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0ea69bf7a80cc8c0810acf8c7aaf2cc1374d3b034065f1119ca33af3d1794cbf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:17e61f4a9148bc2e0fcea85c19c98eb8c2efb701bd21f8b63547dad13fc256ec_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:8b81413ad0f567583ebe4782344c22834c1781c5f7493c8a05b827f3f2a5e409_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6b348a4fae63bad66acacb5f0d03b8155246733e758f14208956c38c2bedaac0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96eb6b75d6a8ce22b199b8150e628a2a00c427ffc79b2fee2e24af1bf584bbcf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e0b17d193af2fd7e981c9908e01f2d840cc939e24bf1be19977beb85fa1159ad_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ed56ff21aa465143bc0d1c4f20803873dd07999229739b84ef7861683476b22f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0654b81d996d73c5b5b03310f314bf3bd6871b3bd4d1abe791cec9b7a3339719_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e294ee6e92049316f91ecad5987a24d7d3c06809d3db2ee3f9a41bb461bc220_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e3afa0bbd3ab3ed4acd6d0059765116e9ab56090313932bd063098d94f1c3b1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:929f235d156df0f59479d60379dab0d83d6fc662d9acf7ff050a520850ee0125_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:14b5ec9622b1a177ffe69a7c87b7797c06b283b26d5547828d3177f823074b5e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:52a47ec0685655243dfa60738842ba038719f2454b85024084de270736d06529_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5fea5bf035692313badd286c7d13564d48c34e3195bac3c74ae669607b5b5875_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fca2b0ceeb7e301640de2604932cfb2c386441e0d3b3b0e4a525f0a6b00f7cee_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2b85420da837c90d984c5945fae12321c8e6b6fa270768da6270f382194f2d4f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5e5a715049a34055fca9a4b36dab839573238385890678734f96d7ba776dadf9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6982d2c27206f15366ece47b40f4a6a2994c7acf5dbb94aa274c55a2216d0063_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a38c23c37dbf421c77c4f36758a105b790123d654f1c8b3419becfefedadd0e7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:021e3ef983d0ca18800e0fc390ad96f4b6f6b9c3ab784c6e74ebe2e7fd7b31d5_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1076cff5268f9fec09a760da243efbb72eb96645f838a746c4c4e28ae4feba33_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3eabe7ed8651b8dedc3a2c38a83527f224ba3b50088b3238e158048bb2ddd85c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c29274bf105ffdd07bb78270a6dc497fbfb699acce48c7c6b7b6ef32416eb20f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:71bae3f7d9ec2a469c8d69b9f67d27a0a98a26bc842cc8733442cabd43fe3c06_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b67943ce9e26423e0bf84f411d50f394a67a0f3368ff289e695f8819c4fa8c02_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d4c9ea28e8a716d6a46a42cd3b5efc82f42d456e21791c32369527ae82f643e0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e4c222d813696b8b3d4cef6982cc88ba3d4581ad6842b10510fb4c8130a82684_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4d789598c5dc7be91f05a8766dffccc377a71db2ea8c5cc563f396cae02326dc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:70267df26127761958bacff38fbeece08995608c2a24c7a3724495128ef2bef6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:84ea38804ec003ae82375c83ed4549163a2c932d6264eb64476e0ad175b4a4de_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:bfcf2ab8d6586fd6a8f08ec2fcc71f997800b8f459577c31e654f8ef9325fc42_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:49a412244c4d6b547d5b0ca9bcb041b1e3cabbc78f5234ce52b678207d83b3e3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:4d2e1fee9a43f8faf39b05a7d82ceac50094ebe972fd1fd85b1528961cf49478_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:564e888a319fcd9b1af19b18a4281c5a2c41bedfc3186fb3bb587a1e28954c0a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecb2d59766a1aaaf7cfbdf1e0b92ed025a18fd54acd41fbc63026b350c98a953_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:296a9379ce17e07df7008f1d35004477297a7ebdf9e3d51a50d71628d6ac68af_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:67f272ef9abe83f9cd959ce97e3d5c46ed6e118ca30f65fbad733384d228ebce_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c8b5246ba51213bb183e07d862b6d1f9b156e1d16b7656bd6ea061f9016e8ad5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ed375d4341175bfe6945ea8aab5208f375034307f6753cc726230629ab97a71f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:29e41d78f04e683ecb12ff2335b7205383670e7bcd2b1beec736261a93abd406_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8ac74d64736ed4788497e0d4d10226bfa212f6c0cc97ee63d7c61676698bc022_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:94a303f0dd0822b5d82509e3ff8af5887949ddaa0e3a91b9f94d0bdf4e1e267b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:95c3aff27109694e511c9e45d1132bc4de0fd636cde0855c9ef45f1a17f5ce7a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:16e2953831f686cd68012c8cdaea2b404c54c91050145b716ee8b0ffc5cf11bf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:91e3e3d331d92b90ea49a78531cd366201c5de278f56597d9dcbeae40f114754_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bb1ec078ef82180a6019d6e174c16a5a846e4cb8995753628db25a4ca0071474_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c33a11f1aa2fe38738663eb291e25503e2e6fc3cb5bd964e1a6f8db0475e29a8_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2606e2856430c12efdf947977a070de13c3f93d3f304608c411ed57b6de0c6c7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4dda7a5132b638230470f86622d84a7f0117280726ea52e3769c15f11b1dbbbe_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f3b4137b1beff722b9c1ec2e451577a22f44c47a6196139a39d4aff3a0386daa_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f688b554b17808b3aca13b4e6bb8a240401db6f6cc5805e98ebe71ff43dbf1a7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:07163bdf6c27b8066a5f1e8674a2120054c3daab1e8a0db8cd728f2b1ca0fa57_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:32956c0bb79239db914454aa82f94222c6f7a90be718e22bb80c4e75a45127f1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d877387429f09cf5fdf779e73200069c418e561f20a21815bd56fce1c1c4c73_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:9a64cc9623e5639b0e8ec8f5ad63a5ab83f92598abe541be09fceb37ba2fab23_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6d8e4146a7965b0a81984df7d0a2fc094c50e7010acb93e58510cedc8a42e687_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:764c1081056df81f61d6965869f9ba66d67f132d6c768c13f1b2c1c81d45ec6b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a27762ca5025270235002c90eed00d6d029d4b7103b5bd108eb527fc8e797f1d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f473c0c439be12fc83e9ebcef48a1a067a5f4a9cd581ca19ca34a3dd0b9fb79b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:6e95c6d3ba75f0655680a4e46b703aeceb57cc9ad072733bed1aeeca0e9b3508_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:ba23af1b9437640698b924bb0645013d7c08fd6121489b01b63f66156faa6588_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:01c4ac10b7061c77ef54bf337b8488722506d2a572d9da7d9a689b4c9ff7c225_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:67c19e36b3f264978073841b06d940efc3fe0546baabffdfb35c2e5a1989e96c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:add880787ab5dc1af04cbed51e2da0f6f630ee85387617987ec6d6d8e3a28009_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:d6acbf09fd11d29d0d715b96e60355a23deba955fb3ac6ebbcbdc29e6923d508_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:474e02e9e121dfe39458bdbee1f434d32fa29347f55386a4abcd3825c9235456_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a0e6d2e5adb8d9c223824f623bd7d391e33241fcbe281c54af8e3925af5781b6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c3fffbd0e1e6db3256029c6cff61bb64ba56625041ff86a9d46a895076877fff_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d253f116a2d1e2f033f47422230a0a4e8a9fce255d71e9140a0bcb6f255c09b6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0b41f824ade401523c3ff06e2dace98c8dda246f40e6a01a588dab6fcad09683_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4954d67caa517e2e2edec0e5d4b95610a31b82d5a86f9058cbe55193987da9d2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d1a37ce3fce40a5d5e3065b5a4be81a18fe2a6b81bd5d16ada65f2647fd8fd0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d395f05c26536703d44d06525efc0ac6203440e6576e8a1513c7e4ed8563ae62_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2224a1bb7f39feb0ee922a54a94d8dfa66e676caffc681f99227eafc0082b50c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:339b51d602e6c798949da55fc36b4e83d4b07909c97f004f8aebb5bb6f43268d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a7bc2291024185f39cde4d43057b17968cad18451fe8447b0ace526ee11bbcb4_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c171ac27f2bfd7846db274c1d2be8b39cdfed3afe59ab4fb01f903b5be3af443_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:45c70f4c6f15a25e1982efd6eee6930f16317ef4cebd11ffe2b5994b9ad8b200_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:938dfb864f0a9dd0116c5969eb1ca94f2e04b914c3ee56bc26ac33f90e2535c6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a4f095b9251baba737421c47566ac7329258b8ff22b0f131c5a941ad1b6caed5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:f7a4c6ab4dc050efd81ff5d7dee7569a55dd0cf96e6413c47770699f5fa02b6d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3a4f76a56b75c54966a76307c4fd647d854812bd22e55cb228c1e9b5aea67037_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:98110bc940b974dcbb8b0ea21c6b52bd96ecea62779f9665d3ac8dd03223905f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a7e47a89156ad39c7e5820cbc98a0b295ca1a3aaf6b72be3961c6d4eb0225831_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b6a273a6d68b36cd939b6bba836f657168526125327fb784c436c99848f49f7e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:26b6bffa3e11fabf11ec8176bb39ab3e301b3c5a85c1aec37142860ffac1fe5a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:301f5a73d9d839a999dbd3c9a7741ed3458ffb87426b7499364e6460850deeb5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:57eee4fc78405492c9a665c228d1f25c75f0390f75a73d5819aea7ebc2da6b4d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b10b625aa3fe5011c7fa9db3c95ba6d36c569fd6f6aa4ac3ff2431cbc103d362_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:11b59cdae58f57a02a4c8479266a50a1a5691f2e8e4382ea7ce96bc913ad4afc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1f11609dbe46602b2c11ea6c776cffc87ebf3fe2a1204f25bda85d9793d5cd60_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:28ca9310e14799c080a07935267ab4ecaf6fd1abadcb1e165deb46c81f2e731b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:56a619fe929b8a18bf1526bde6c9a86f12a1c0a43739d1a0d04c58920d3ac5d0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3bd696b964b694ec219c5776593bf4772dafcc3f43b973355913801929462557_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:4142674147742cf0ecad7223e02e88efb53e5a34ab820df5ea2f645a04219da8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7c59a7997fa95d2895620378a7e18f0074929b630c329ba3f03c72e43415364d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ff35fdf6dd3714c214394ff6f203815f23921af529bad0dc22abfa1d1680b333_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:15198ffc1a039f56e9cfe7ab35037c34a3864a83163576b65fb3e9f5aa8f1f3f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:4ab1c5859c4f54f225fe4d5555f3c2d1aafc520ce7a9197b040e06084da9a43b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7be609c48462446f215d9ae0326f1c76bc0b779cd08db391163c796106e7aeef_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f04c27be87ea23869192754c00d08badd40a106c2f66b86bf493455b3e3ceb09_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:42ce515a9496a89b6abef7a94b6fcea6880b2a9833900d54e1dd4044c9e2872e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5ab9133d7b6aa46227bca8a1c6ec2ec9233ebed8e62e41ff122dda627d4a7fcf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:94f82ddff9d44dfdce03af24a851c05cec4ceb161c5631ce6ce88dc8a9481271_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a7879d59a73d16ad9c237a597dfdbdbe06fd6d3e3de0c9396e342250778dbe08_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2f370ec13f448fc82d3f142cc8b6a559a4d62044631f4b394742652c4672f536_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:38471fb10545f0fd1f879ff8ded337bdb6919a929043727936d28c2153a78fb9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8e6c8d7186bfcc49c6ec64bf8bbaaee511f62cb5d14aec29bea364f90129d36e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e35c02d8101af5150e038572081ef775816f97c77ae24fec3826bef8c24837b4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:123714413da1487c02d182f1d355688d2f0fd63e0f82865dd962567bb9c81039_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:675b6754ba7e231a1725cf8338d536551497ed05e7f40435a2a3c98e411af84f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9eced45114ad75c3ca56d06028c836adaa713433bc49f6196533276f9645c58c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b203bacc4238f6cc6afaa7dcad119d126484235694dcc33a46edc4d002dc7f5b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4e68102ebe684da4477f443e32d69865b6fa28d398fbb76463c67d85739e3c2d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:6dd5107b14c1abce011367145d859456aeb03052ab831b4c548fa4fba0b269fb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8e6d6d3162ace273c1312c383de4e1f6ffe2d8e6d7b553b64e6ac460ac040c20_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:061699fecaf30d68ae3d41b89d812ea8144627d9ca9de83173fb33fa06e6b8f3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:33b4bb5c331675703e19ef96f3185b2d3cbcf4d0e37a6fabbeb5a8dc1f46df10_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b7e15475952a147e7d6d506ee9686c6c594d529b27e4086f49b0dfc1e237d640_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0465b162143273b73d2d1af7ea6f9654116a9b1cba8169028273185f2dfa1191_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5d1720d8067c33064ccfa16d47931fd18bdd3590f53023c2ec268ed9405d0983_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e99c8d382c503a7b1e25e6f72ef293496beab285d0a3453d09ca73fb58247163_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4e09db0d6efc9289a85cf5d4ced1d6a6a7f52168e44c366907a5d4ebd3e7d75d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:585c75fc909525ac0332764b66db33e6646e5e0b0a4d01d176be6dad70a7447f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:85df50114baa307e2b4192a46f80a292500401eaf41f45b071b23bc278562135_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:3ad0b56893a8ad865ef9de637c1f21a358aae5ed4adadae02db3c6d37db93422_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:56925cf35430409d4a59b4de3ea74d8e3779acf505872bcefa26e97418f7bc9b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:a928a27d2775d702a7b4888f87e770c93049b645b5878173d87d893288c0701a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c83836428568394e500de29f5e4b44fa4881f5b5813a8dcd42a5bd16b6bd2bae_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3fa694c3f2b9c05fcf2cb69f97d791fa46600ba1eebd67608b109586dac15e3c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:44006268f8f00b5dcc4737ce787d9221b50ad7af3e678ea6dea817a797512b4b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:6b7d13c5daddfeda27cc815f3fa02affd699ed626cc41775f78070cb8cab4f4f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bdd058e218fb99204c479f5cc33383634b184b1153a74c3333926e84f3e4bae1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:174dd5140764fb73bc002166fefbf8f897be7b295e10527410fee19338fe65d3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3f5a73689320e820972a39a40077926550f7864e2d1969a9352d3b833191086f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:df97ec11ed1fbf6397b6a62c85014c255b60c652c98ea439d1f47e62c6a0e4bd_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dff5a115ecbd046f3a1a60ce8d8518edd570922528a7ba56cb17716831eb6b09_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:11f56bb6bdf0069b7bea04e5051874cf879bff0ed36676dc521975eae8cf1bb5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1eb4aa5666fec327b24c011e1b7e726ecde7ba1942e0b8d9af38a65baa052985_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:77da9199e0922972da775122d60efaeeb4cb2cc464ff6855099fde770cfc01a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c56c801a4a9e11f7b9ee071dc9634fd6c43aaf04cdd6b048dd4ea1a623ba16a7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:5332d1051a8774d9d3ebd2f6df71f2ae36ff23fd32b28edb418c028dfa6be128_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ae444a4f4274431a8dfa075bb9c91fda502cbdbe971856f54ffb6a0d5deb08a3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:4148a39c8311d7050050debedbfa7454b53c3e00ae4d63cee7bc6da688af744b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:699c1abe44686141c985a530a8b3b864b3a1bf2c5c6645d68f7920b8f752c684_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:608159f89bf52fbe18bbdb1c48b679346ddac7d3ace7883c84494615a4ab7adc_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:d26f0f1adde0599a01c90d8b9e1e8690e6e532a380e7852e83cacc1e439b5424_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1ef42800334a0b6d395e1b1bc8e517e232713a4ee0e4591415c5347ea1352fb1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:23d11514c82b817c95564de1f0252dfcf753ca40cb154054c051b6bef078a960_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f5311dc740529f4f4c444fe33bd5731b0ff5d213620207f039af546a3c521226_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:14f9b0d4497da98ffed111c1266fd4e0b4a812f6b7ec37b95e5702438602ce33_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:4e6b6f1636a4300955a587155ee9063979e47cb387dfc1a85f3738b1cf25589f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:2cb5be04fd1145f054e994500608d1463f35a0fb87305e559ff71c972795d978_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:664dd8b515ac89b33051c38e00fabc4f2bd8c902f9fdd8df263b6cd6d0a0bc25_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:28e1a2e9d3850462c628b0bfaafac15d68def97b8c1c9387de58b1fb6d877f19_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5c60f40d38ebe6f95cfc0fa78fed9aa265fdf3aced888bf232445c2e76e4ed55_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d36d045c32e335933939150b36fd2f86599add415385560d3e10d4b74a704d89_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fa556b78fcc306b456576053e522d93e0c578807e220d3c562ea54cdbc2d1a92_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f9ea746b7bc2eb6cf1d82644d42d363d9343506f9091e8bc67740a06b382081_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:909ff0827690342dce5b4cf713327f3a8887a056951953c9aa639e916129e1ad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a8705dd5df6abd3d6931b298fe8e53cff0f8259547fa85446503b413b0ba19da_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:cabf1a3d4e2aab9e2273afa75bac084e93eb36a2801b91ea0d79982e9e7e5f2a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0b5cac582cea2ea2dee7d515f05bfedf2a5beff46ae6d5ca9626bbb36c94b865_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b920409f5635d704145bb8e1107a7c6f951976c44226a2083982443f67ce619b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d658355babb92069a73c35353c2fc0be4450517b3445d2387b4b0e3bd2b873d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f8036fe71f651189dda062ede40268c843ab07ad5b32e010250f9b6fe9234bb6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c5361be369c8e0194275ab97d18d52a095a5206888bc82d592f9f9ba28a34e91_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f6427aa92071d20df4e412376886d9831bb0cbb15c10216ebf2ac78de096b051_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5d5edceedc72d2ec62b24b6a60c278e4836829c78a0bcfeb20d87fefe501a39c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cd23e978bf90a7180245b04b5b0df939ba57e30ea13a2a759a5d04953eaafda0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:bccd28236b901759b08d5106786d262e482cbd1e3798c1392c9c6eda9956a5d6_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c096101efdd0dab71581c6e6506b9a6560c96979e2d439ca888d2c67860c1337_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7cf38584dd1c5c269f86d85b0488e9224ac989f985989b00ba718ccd5c1cda56_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b2a85daa27b4a10282c1365dfbb48a3224df6c2a47d6f5ed59c3c01f6035d443_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3643a11084c5df88b8dd9c8d7693b228f3a9d94f74aaeb4620aa458516c14e18_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:a6a1152188a6d2cab12133e497a5c29549fa0103dcde8f1bb530ce7a033033b5_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b6f91ba9a89207a2f84a8bb1343179bd74948644a8b1608c2a2d84dee9ad39b5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c21ea57e4b38cb47e5aacc58b218ed97cd4e6ef353d86442236cbe8852c6f648_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:56c61752133f5574587fefec75502e2a132871ed033a824f62519117ad0c4620_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5eee9a534fd647002e246ccc70b47a79737cbf604c5fa4519d10a8c66865e5a7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b1428b294b7752d6d56fa95d6630aad0b6d205991537ddc3274a7062c13df3dc_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c363dd15dc780181855ed7e8af09bf148d9e38d562cc54d90842f95ccecce36f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3978c02a12f2469999e833a2cd001a08741c4d9bd22ebe211bfdbac17563ddf0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8d20d5c213a86a2d9cf1d4e8ea351a70e2bc1e8864e7435baa701aef3b22441b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ad84f2d6f695c6c999a82e33cee9938544352a648c0e72adeaee0803289077c9_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d872bcf33f5d4d6f1a074bef0091e74de82b3b1a883b9004aa1f6193b84904fb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:027641f0d532c5d06663e838ddee798513282838efa12811ede36e1b8669949e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:198fbdb0d6d4bf699a9186c06c310e4eca0c3252ae8e0d64ea1c68d7b67c2bfe_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1a3fb2aa3ceac5c827d7cde1cc0296d6974663d3f5b4139390cb29dee2bbcc20_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:51a53812eecfb69e77afa538400463c7eb51710777e9d9573804d2d9eab5d307_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:19cdd4cd8546c53530e098641c6c83e2f38f05f2d046c6a9fddc3c8002a01fa1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:27b826d0ac202a4321d2d28bfe26376b405458781f04acd607c3a27bebe83651_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b1c377c3a99dc0a9a6a39dfccae28c7e5a11674342530a05b237a33117c980f4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b230c7f6c243ccfc43e6b50809f916d3247f8daad3c750220020ec4337b126a6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:42cfb65c46f9f63ae3227c0dd5ca2a0a11729ecfb2865f3a4443821a85f7c8d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6ca3200ace5f9b6c36c20185dfbac37ef4cfb171f3a99eb9c746e52031bf380e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a9edb90a7efaeaada322b051c1b4cda47df859fad20ed42574fbe0fa00d15324_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bf0602fddb6c09c5c20a33abf72b947cf7ec8de6ef68144d2f4b1a1a9ad906ba_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:13df2c323a0db01668777fb495bc342806443b5c0992fe7f9ede76a0e731e2b2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:8e564be7535e32f63ff7a84bb61b3586b16b07f4ab6db20b42340dd998f2e919_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:29b338177ad61fbe618240d520eb180c1faa54fcd4be63c0d2d16f5221c4d7c9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:97b5466389d9b1e4c54dce29bfb42e901ac2c4aa39edaf99c35f30a766d38b78_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:989cd4643516ba83c661cff6bb217cc25d502febc80344e08e90c6eef8d24088_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:adec59d5a5ca059167c1dab49e6e1e6363c1788833f2cbc2381cb7d88a98864b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f821e1e8479c74d1a672e049e187d68cc4845e7efb417e9e4e4fa99628f3ea99_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:4eef2a136a4fc3a9deb0c5999546aa8d498c3553107d1e0eda9d394b2f412169_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b31560936594f27a81750c2d73f97385d7b3ac87cfa7c75e1a4fc224243eb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:bb3bda07b0ab9cc97889a530b1da6d7eb3f7f9c8a98f9b867bb3a93da7694625_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d50f44b5a5797797b9595f99e3b24684908cc28d317ca00791bb6a7406e15636_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ec2e637888e698016d6df6cbf4be6d44e5a2f544e7b81884982e06ee632a9ed_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3c569b4e1ed989074b129cb91b307cfa10c8305b037b284b23bde4981f551238_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:4ddb2823de8624d7d45aa16adabddb92faed392e71c2d1a0b3e640be91b731f6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d3b7e9f39e5238f011f9328467c72a8cb8cf99d4bed7ac0593edb9ec5bbc90fd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:24e49f3b5ed9df72849a33dd7fbd4a0b01b8c3be79705d6e23ae48e3fd164133_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a9ce73e1f17b21b9bf2ecfa7e35f5d8e9c72620076bed594e217b870057185ca_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bc2fc4c0e55023974c90506cc14c51cf73741e9490632453687edf404b3c485c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ee9af4af02c40524e182fb1893b8bd59785be7d508111c5b0415f0caaadefcc3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:971256d54a4e10a29080f656d5de3b6281f27c77a40c0dc7352f1f05ab83eb11_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d4fc699ea35d0f1e96e825d2db3f21628e25589ba57c40ce771ed210aac5d588_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e3d0f624ec4e265daaed3072e9f9dc85668a917d49c96ebaa1c7bc05ca636197_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e47600e5f91aad639de386e422056d431450e5dc3560d30ad16b0b0bd240e371_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1cba0b4f393f1927ff5386a9b2ed74fed87a58e4b2d4a38f34fffedd30da14a0_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3b8bfd739f87585230904007f0b438b4bc9d79337f0e9038887bb7f297b681b6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9c7b3d916bac7900ed009cf82a03607fe68fb924805ea37e9950ff3fd6c73b44_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c0fe58445dbc3f94bb9a041ee4ac81d6e1ebef0eef6b2468c288be51d947555c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9c772d8d7af17818a38e2004fbdd7673bdaddea0c36daf239dfe65a49f78c212_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:acdda550e575dc7add42439a856726b3833c5d6d98dd9976f30be4b781a11a82_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b5be0c8ab080114879aafc5d2526924d32306ff545c06dba64c947ca68736f91_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bc413067c8cc3e6c40a9be4ea896d911cf6b3adbbbe4c8e85fcb243bbc7bc2ea_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4b39c2a3d10a1e059c3f52bbbad6df20e52e47a422119d51806b59bda8e7e97a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5f0f4b8edf205f47a263878372c0fc80e1531f3d197d882a83cc6a2bf980c277_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:78987fc04ce330fd8ffb8a96e1f25e8ece8360680bbbf4c8854f1ba1f598f2f6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a43046599cdb529aa9a2672b628a7495690b03379c7dd4ec7bd744b01793943d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:25b8603f08442f61b433250cb6f4839cf2cff118df56d1d7e12b3b09e859a278_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:912bcfa64c2dc40a0f8573e595001fdf9dd3280e4babb503198aa019c4c94dcb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9f84034243c6dc1341a059730c81b05bc6626b913524f8d854e7d13c59eb4d45_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d9683ec09f7d3d0c73eb626fa7132ea0d7f731893506437d76db27bef51ae518_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:13573ab2e748690c65900137ee67fa558a1938fc2c4d92deb6b308809a77dbc7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:279fef1862c07ed7b949895843d80c54180a704411df4bd4059135dab63900d9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7c527388a78edbc77d6a9db9ba9d5c8ddb302220d69734f4e0bfc26b63b3dcb1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e601bc25408a2eb5735db7d2595f969a59da9560516715ad781cff5e4a57f2cb_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:264fff5b66ca49266cfadcee9765ba0b34bccff8dfdb12e5444db97af4913095_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8f14a597769b040fed9d1c1d610b6023734dadee91cc28588b65efb25f6308ae_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:bf78d9a4afa92e68d8018283114bbc7fd11fe0a9b357b75a00395ad630ddde75_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dd57cd8ba112502a28c74d7f9e021035a061e1f51377ac0510dd02a303f14f37_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1e3163b559a137ca99141d0913759b5a92cf30e063f6ee2485983a486d97a066_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3038ed29c6dd5d46bf8d593c154537615b8d218bc43eb89dc099a546308c5b33_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6f5d8e50b9cf127af5334e0b1e97aa1bc466bb1ad8a1dcb2b6c3e7494bf5a1e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fa6736bee0e8806b00bf3b6d971e2de5ea49f3f2a89e8cc404d55a70e6f73720_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:09157be733606534b4788e13e47f647c427adb2d36031df979628d1e3d93b096_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2c52bc991f789cb2582b4fcd0fabd20b86b5893d9fcfbf6e9ebbb372cffecbe9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:611ab0d9521d88b9676bcf873b8aaa2fd385087814de0ab05c7c853fe98da20e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c6226a0f343e69d720fbc83ad01daedb925fc39d272df78fdacbd847fb075bcf_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:19425f8d71d7b67b74e76c5b770a5e3d918dfde9a9eb3e181c767b4489db01d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:39f0f3baf0bf65713633aeb91a80cd35779cce2b43e6faa70838e0a87bdb12cd_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:804965e59e0147de822be6cc464daa137e45c991e4ff00c7184b6fd8105eb781_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b9b4777d271c5ea81505111d169134181bd46169ccc05dc65f3b6e59f736d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1a6e143562b0618b3f5afb6d488e8bcca48d9b0b4f68dc70d77279643325ac52_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:22230fd972b50ad12367aa043fef070d0e580b71e874a0e3fc2f5aaf52839773_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3abe2be596ec79e32806af4d66a7350835433c11e8b053385ee6463e65f31d30_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bb8fb8cebadac019a3d8c7fb2338a56918ff39aeedd55318fcc7e7c6d60648a7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:28dc48f706edfe382aef8370f464836e99a307136561dff65f7e7e8b5dcf9a5e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:533846b923d36de2b953fd071f6f7ad38e60548e9ef1d3f704039bb69b59530f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:68d5b77732cb2c0b0cb9a7e6f4201570dd8134dcbb21019dfec4bfe1fadbad1a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6d20fc820b2b684137df0fe673dd4e98135ee6a8c39a660db8435be44160c4b5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:48568238316d40eaae138ec218e4d0fb6119c94d9014683bc25934210792500f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:1d1ba67b2ebee648e679f886122e649880437bed73cc62901f26e77087d1f72f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:627e8fa2665e8d19aea0b746867ce31b58cef207d6dea85228b175b96cc95dca_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7431114311d645b44e0f98c9a0e92e62a2c412a2b57dc47b52f1e4c5ae0baea7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a88a9aa0807380263b476e1e7491c9a4f36def3c403b43fdd30bab55f06e673f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e38292df09d0b5589b58f31c39ca74147011aafc1a51be00112856a7242cb80d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:67f16f35ae8e95b90d758bf617c953ffbd0f31d685b9f023c34e5de5c02d1d13_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ae42289a9ddca85918d07f71db7415d099e8544ead8ae73a0d79e600c1c0f067_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfcee1078c7f5425c41f8d3398ae512f2a07d156de7d6e92d24d7f5eb1eecff3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:eb851650658c10b1a102258af7b72aac6db36647d07ec4eac2bfce099ae68e67_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:74efd49cd2880e07cee9aa16b7615504fcd276e8606b7422ffe6a253636462c1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7ff9273c653a511408a49a0778e9584605b9d24e1069da8a77049f70e2bd5616_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ad02d1ed96a39fedea9588756c548817e8672b8fa6d3e16f1f53221e3e7d9157_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b10f0eaa64d49ea5763131b8ddd134da6771b835333a4f5ac9ffdaa13cbd08f9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6c75dc3551d30161fe15ddb87170bd7ac33cb19b242907e99a9f2b003659efc4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7cc7c37a8ce0bc5a1de200fa97525c35943d5fe789787d642c4a3079c251c4eb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dd8dfd22f1e93168de72dae9a266654563fd41d605c65b4bb15f20ec65fd53f6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:e651483d73deaf4125ae3c2729bd8a42b277df79a6ff056a99ee3e78e2164877_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6590ef2d757e5ac11ffacdf6de04ac112e96f4bc058b97aae1facfbc9bfb9317_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8bc45cb12c534a1dcaeef41b7ad0a4cd8ac0e3b0041aaa0cc3a9b917602ba5df_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:92e18d38fe9dfbf0e50933d15f4178cc149b3e4eb535ccf0fc0da030d758f435_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:9a77e03eab2a1992fcd1c0a1f1c978755e236843ee4472bb551968fb16568334_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:686e7784cda9016a460c9196a522f1fb510546cad343e26f510bea264ab9b515_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:77d58cca07f50ed35b30a97c24f66abf5fd5482be3c2a86df38b5d0e4b41e4b5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:a553758f4aecd97de2202ffc5d96370765e1f92a11fa4ca464ad13037d7c1a70_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d09813fbb679d41aece1f097ecf3797adf142242feb12769a604c37df1b6d80a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3a967546fc93fbe58afe72caa5892b712c5b96072d3cfccc1c7d9b27cc6fd6fd_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4d09ecbb6bc7010c93d65d8bae5a368326d1b52bb7f7410d30dd068b4b9c1aff_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:78a9ba8fadeb516fb48a37ad2abef78f57a09b5e701a31ca41e4bfefe493d781_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b44e2dd5cd2daac1ef6849feb0b313950e0616586fdcc843a051788fa071a4ff_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5d94083e84fbdaa57cd8723c20bfa1bf0d2eaa0cef52c662975b286785db8cb5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7662aeec067c8b3bd0203da4d87e0837eb624acc7dffab9c0eda8081d992fc55_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c95e0922aa74f51030c35cdf1ee704f01ece7b4ec53f361055f4cfc58e464bb9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e4ae1090a43cdf4a540f1a2cb376a93d2f74449ac44ba6d0484e4612579b3d43_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:48c47a452810fe65a21fa858b102a2e7d9469e1143c51857844a0a74ebf03661_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5ccd0d2687e836eea86fcdcfbc73c7bdced8bfe2050c466860306d246375f0b2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7fd64ebc835133fcf6fe9d286f18f790b12295dcd904d61cd255c97e49f216b5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e862f18a4bdd246891a49434389e8dae5d73a68aec6d548dd282f3c56396be98_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0772170993a9fc0531aa948ee3f4c83a8e530802f7d6fe246a0688026c050d27_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c1b6b3c81c49bd764dce7fcb732f14f378aad992c953cdac86872b4113e8168_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:307efea31da6d72e50def18e1c08bae9e05ac8991d90379280c15f69c93be375_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f366a95bf18554cb9b48af250be89970e4c6b1fadbb97543db8bc202eefe282a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:09b9a909358f49dc84cf863e418fa79a72c5f23ce05cbd4045b2c966147b4edb_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1ce1ac2cafe2162c4070a5b60087ecdc520db1e90a433183157c554f86a8bdcf_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2c984681915470552c6cf4dbd2c900d14f29d9a6632d7d937d2fbdf1cf16a5d6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b3809b2f792a8b57efc13591b88232ca2b83fd116ea1a6ce9c05ec39733bcfaa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c37ef0e5d795a727e79d2749570d7c42876e2884561857149a17793543b9fad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:45b239b4328e73574050498d8a59fae10b1788642bfd3fdfd487a59654f2395f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d0eac8a6dea99105af2917f089cc423a7c21820cdb7ea4a3f793381cd07f43f7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e9625244e5cf3f4fd7e6d69a8076069e24079672e2c4bc4df7733ef31c3aad9b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:25939a8eacf00a315bfaecb90901a20f2d314f186c1a23ee0814ca611866ed5e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3b3fe898a633924c2e0f803ca944cc63d99359966004c6aba6a05c446a0539dd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:55a048f1d9ac836497f7783369b5b582727df86cc64fe7df91c463db1fc0ff30_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:88990b2047d4ab9055afba0c6f8895f30a132c361722a1524bed1671527d99f9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4bab889d5262b3f891b99f0a521f6d4511641313cc1d3a5970cc2182c52e0fc2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4ddc6ce50e06c258b4f24827f1fe5577c4ceb5d68ad925a185dfac5b2b3a661e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7883c26d4640f30a8fbd635f5442fdb46625d727a1b2382220c454aeac081fe8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:955419c1ead9dbc1c2545f367907dd4b1e8133ea23ef65407341e9a505b1cd17_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:206e503ccabc3f5a01f11ea5026cb64ad6ae62adf2eb9044386efac6586cf332_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c2d2155a6d299536662cff9c5a8474680dc8d9c514b152e87421feac7cdcc22f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:e62baadcd61bdc045c205ce81a3b2b650be73e7b3a5dd5cb53ea4c2f8a181f0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fab5b1965457ca46faaf5d1e6882c17ac2f0e1db5017cc81ff4da8a9083cc838_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3e9733932088db40e1d1dc25250b68d83aae6fdaa33923c2593ffc6f10b84984_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:62ff6e225c6c72f9c9b0bb33014544d1e02a30ff9092c25fddf72d9ebc8782dd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:70259c080741f045c19c2dfb1fcd5069e9eb7e413294d855262975ae03e60b6a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a974b10609ceb50c391abab36ecaffb9c6ba62f66b246f529d8f7d1f038165a1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2a8daff0897cef178c43b00d43b3468a3ff9389ebf337533c771210ffc608bc3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4c7da9adb32c409132dfefa7ae79fe99d41b6f59c592eea234970279694951ff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a54253ba850cb357befc0173748523a1762858066023e04388c94c2d5caacfc9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d49affc20c2c397c1ed17de7d3a7fb98a3f66efe9f9bd4f4234c0832393df9b2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2321dd8c9cc505a677622c5cc680e4f3461c6bf1fa4267cdf7f39383967a0b3a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:582d0856a394c73d8faf8d1792a80ccd8c66d80cf65b9dfea344351d767132d3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:938cea3b81e1b74629b0bee65183b0800518b4b757175d34669fb25f6e5d802b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d8e3f695418674002c1dd252757415372d95b38f813a3d432abab774c7427b2e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:8fadf40fe968046de41a4a4c6f643d9077f4908a1e456d7da29e0b0c79f8431e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b7b73c5b17ad867eaf4066be6b2fb9a322677ec3265c0d1bde2e317f54f7accf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dd6c4a3b961b608a71122ddef308287483d90f3a153df4ebd00b4f85b46bd551_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f5e86e560d2dd575aa814329ad50a38ad4c7f3c111353e652e55aa5b58033f18_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:10015b131c57580e5edf1fa90b05b19482ea67ae3b588efb30da1cfb2061deda_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:99060fe9572cab596228b61e892ca9b571e3b740c4872ab55e3276d4ad65260b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5127b9d0570329e12a37d1c7e38a3ad9a1c990b7b0e1d3f3b31f5ae1146a518a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8403b335a511bc219b98b899e2cf4458347dfc67c8e15440801b1434f03ab555_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:8bd350665dfcfcd29e64a93a9c1b700817a99560dcc927a75c13cf22924a557d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b47afa8cdfbab90e0852af59ab14d95b430a2e94245aa9d1c65d1a592f44a90e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:15c698a4b3293ec372e1ceffaba0fb9360499514271d26c22cfb6cb39852f598_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:43344ef6148d5c76a10961d19b3bd83e219764cb53ac4f310a513bbe694fef6c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:084a185169e09b57b07073bc5c82bc741aeba187cd9cb33149c830af00cc6582_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:171aabed219e2a837afd87ec9dda95bd32b6f780a8c7116a6dba18533c07605d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:33926bd728bf4ecfa8146f2d55c05f151150d249b965ac4338cfa8a9acf642f4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c0709bc4da1e5574cf296180cfa6abce28c2b7ac105abd95535422abb090207b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4ef4397e1a1aa5b377ecab2fceb5c2eb15b526ae39bcd9299b45d9abe4bbbf31_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:852e6be5031cc90ccd9d02fcc66b59baa692d594e7ae95e68b8923732fa77b49_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bd9e30cdd5958003b7db73e8d871b448d208c099f3dc7e9df3ba56e6d476ea66_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fc61ea57eef9eb7f0bb091cc0815a81844d60c78f5824640e40096e8de8a02c6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2020b01fe0c8555a2cf070d5a9bf75691de4d8b775b4ac91032c92972ae6a424_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6c3b876e5fa5594ed92ed3d333ad1edd228611d67b060024511f8c6a53eeec92_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cb279e6a6181c4ab8025c6ee74497cd95e990aa02a03aa01c8e4ecb81718d231_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f6562421b9828dea833fc82160705ba8c0349531dca39eea94da4bb31b8d3468_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:44b8d7704e559a8fbde7bcd2d7b51cc025eb2b898c74497149f818473d6b7237_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6b3db54da066eff7abd8e8f58ae42163364355fb1fb5a166c3f90ef42024e24a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7bccca2d8db4038ed90d7c5d995bb2daf880b3d6aed320c6d6dc89c73c38170c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:afc464bfe9fb581e22275814fb3263ada3383b571ac4765507d2640470a8fa3a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:353292bd26a33c9a68fbb8351005fc3b65d1f0dc02c82887cdeb5d28beda1404_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:af382c36059c0c0d6e76b41eda8ae2055bf5717205754272edf126fe15737cc1_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ebd113dd73707e7e234669c4b52e7ad90c5aaa95d062fe7b2ec18ad63b942920_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f0b91324c63bdd9b1603e0bcd2e554e1d595168f9337a7c26d3834093b24f6e4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:23a74b9b847094d230ca89e8d43c924098aa5a8ad67bc02c4b11833c4620aba2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3a9adb54f0e11beb7e2f393c00ef6014f9c18796c36e47ff1f08807dee8a9e0b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:558cbb955c8d4de727f010f3fe97f285b6922f4845357cd979c22e9d6afda4dc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:64f0e85f122f8cef1a5b444095fb16f95b255865ab116cd59a4a541bb61cd09e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2b93d36104e2c99c09823ed5c6d12e25abf3dd07e20683640f99b687a45e9b6a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2bb2c4706037910e8045bf0127ddd9087d2c8ab9eeb09ceabe97b18dfe873c1a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3e5d6fe6f1f7a495efdb0a61dfde0d20def80759a215bc7097265c816e07919a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:efe7886379624399e04e4f213bf1f8b2baf1acf989823caa93ed8ba76ccf9372_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1b152d3df7256fa1d16dbc4edc991503bd90432e1c8408149603306e62a28a89_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a7c3fd07837a9c03ab834a0b46ba51b50c73037203ca4d12d8cb2a45f690e62a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c9aa9a181ad76c715b410ec6866d86f28923d2becc8438f3b56a381d7c668897_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e96b65f0caa9f23429318080d5812ddd5c233b881b6f460d944990000a6d7018_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37569639de1f8c36904366fe21657db1df3c26c03b8f9f974e0a87abe862c7b8_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8d27603330319790b463eba638816fec38ce5ce81e7cc2c113636939d713051b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9e9598797558cb0767f9bba75faaece26aadb56163f94ae2cc2c137645b5babd_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:cf8f8b11a984107f035ff28ba24ff3f6e1d10cd764ac472b94bb9e74d435a459_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:70e6484048faddf5f59bc7399fb22731d4134b6a6e2c2ad3b1e92bf26e5ca902_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:93c6c010543791ed57e08cd0630a7dc7903d7455d61686cdb0865b13fc52f44e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:cf50871759b51c4fd1f164c53ec8503379de265ff95b5f6bfcb15d3820722c78_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f296becb22727fbcfc0a2a4a91139dc782688f43f63396d645b03bf698b81ecb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:227f6cfcbd9f361dac87776c3b625a4ae91a7054a29a48c0aec491a786f81380_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4063848bcd02040ab2a26a1e77d643a8cc01373bc6467070f72f8cae62ad8bf7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7315ff02d1adefaf5e52dc2b87903cbeaa1ad7c30719ff6afd130d068ebcb429_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:c33effb47bad5780e4e0ed220647bd0741276ef5c19eea05014b528b91765efb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2883dc4d23d0c4ec9551a0818f5d5edfc708454b48333db179232b6f7bafb4cf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2909be49bc0471a0e2ab4e9172e4ce490b305b8e1fb86729b45af106f1ad5ac2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3b91df98133ad62ab43372695b3953c54d58e70c15eb7ae201b68d73088c0bb9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ea31f2ac734ef3cec4337ec6025a1cc01a2452ec124f102e5b1400a9ccfb05a6_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:2aaf1b270a589b2e9c907bc35b4a3706cca1508a06142dd3086411e046d7cd00_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:32b91a8b6cf6278fde2c8d33666748a905a8dcf290b6e16ef266857d4838d3c0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:fe8f645cd130c489a3454252abd64c554d583cbf984aa3e568ae9c4073fa0f03_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:9885e38ff9be6d7ae070a00b851232a29e739a870d32b2508ab9f34e56177bd5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2b7476cab5336d76457b1915e734ab8702c461af8ca4d9e474557ad8354f7065_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:4890f971ad6077addd93d4c7fd1e9ee46ef3634bf89ff5adee2a95ad7b7b3f12_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:afc7f162c9c1c3033316a984254b8a477d8eae5bbed9cb25257d54a54e1bb866_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:e9bc1798e5283c65ff1487ae78c1175395e051a6c13426d3e8d1b898469a3493_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:07716873e44d49ad177f8c572fe54cec7ddb819a70492e6bddf36ef2ea5e6449_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:288bb644cbb5e14b00d80e0b409c83644a59cbcb513d19025f8b97de61f2cbea_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a27a41e1a167568dc9bcd1f125ac624897d73bb6dca7be80d256432b35e4c6aa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fe9b92e8a052208c6eeac2ba816959ee8129cc0f68bc93bb0a1a2f940a49f4d8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:44ba1190dc20c3a99259ef0723be3c9e1c2d4f339ec4eb4f38a9375cefd60d2f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:48a700617f0d4ab9dd6b40cc27e9f602892037c10872c19c60f62a2a848e451e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9319978cb44eb1f26a7d82709c4ba7d9b6b0bdad78c6c6080bafb0933103bda2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e734fcb9ca41744ac9213327a775aeb0e01ea9974036908721b532ed2dfef923_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:10097712385ddd416b15237d2af20f86a0370f1d97125f1e8a0d25a7215f6751_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:40f8f7e1d72a0e70d96c1ff028cff7125ead621e89cf2f3c1cc5262a3aab65fe_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:50ff72eded21d210ea9c57c9f9b192cb6ca5efe781c5c5a9d2e1129e2eb7a248_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:f77b14655ac6137b53212c8ed526d6baf86d6d6332513416daa73a6dc468c832_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:76042ef2dea9a9316a7bb2a38923d0b670663803c75f5b8351b5e71d344b479c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a645a364226f6768df30645c15ffb8b7feb1932a96c3666cd2d8bbf71786fe88_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:afc4fea57ea3217712f10421cdc7ded66093dfd0d5cdf09120ec1200d696f332_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f70b291b3be37bcef36e4cd282cbd88f917dcc5e61e0ad6228b33b770656b8ca_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4cad4e954d5e9fce7e93ce3a81da34d58e01c38a5d6140cefa7eeeffa13e1431_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5c1598ad56e3f9cf5801a990b2d5d007632cadc69118dd15b771d8104893b722_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d18a7d5884e709f2440b7f85999c2351c0f74ba09b876a7c915a974ccfa3dea0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:ede11c7678a732b9ef9a763632c13e616a95cbabdb36baf0c5c48ca0d476c260_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:208703e1b4c8fd82b6cffc790affc4bb8966f6d95e5b5631d9fc7cd429d82242_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:40be47b6d5dedb587c54ea5f6ee763dc3007284e85cf75d9f48f4de83bff4f0c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bfe783bcda48a7678e776f99ab08f9d6cdf882432ae03c46593326bf8b57e714_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e43bd0884f4c1993cd516c3ea52d1f878a783f6a998a6dd3fe4a98ab11bd3e87_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0492b621d90ebddbab300b3bcb6979598f11380da79b32531f8978b26fe5edfa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2f4ffb0abe2bcc7b801658bb46ad9f397d7a3d11e8b2060859f5dee1625d7ea2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:30b0e4f82db1f3e39379b7aa792514aa726a0c485680b67351c593542c1b1127_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f0f3b27621a9276b1f4f9601b1b399eabbc165d74a4b4a20ebbccf6a36a8f98d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2d56871f80eb82c502cec2b901d3510ab482eea981f50cba4fea729c83f1897c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c169319f15a3e6ac9086e21438dac78a6b30f142c6d96d63c259e45f4b98c2ad_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cbb1706913eb430b86212f941bb32b066af04b431126af872899134a9e111ca2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:de56a4d37e6686cafc8591eb1f7520942036037ba5af21c286aea2d2fab95b2b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3e35e96ed5607d7229629ee64a3a7c942fb12da93a75e989f1fd9aa028e8fdcd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c045d9282bb2e3ccfdc19d09b76e81d622ad5c41750c960a066f9a735ce47a3a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d3c7bcca57a84397fa1932919a750ed7a002fd7f7be976152dd7c14d60feacd0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fc479e1b1d14c548ed9a783109fd978efba5363537b835a5d09fa8d0fa9f9068_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:0e22ab8f884e0095c3cb3efcb63f9f37d55b72cff37962f271fdf534deb469c1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:ab518543ee2455263fe748f1d2ab5fd1fcb87e03bdb241a1fe657c748e220e3d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:cf25049921f441dee72daf95b707da269c5ea7af7026674c42a7e3c8cc682e59_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:d5350fca926c7cabd8fa4e7749f0c2bd9bf90069a11ed96342cbaa0ccc16f889_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:41ec41da1569234037cfc2b9cefeadbdb4c1e45363dcc0b5f2acce2453ba3dd2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:bf2513f4ea2df4a781fa74ddc02c207133387318444f7027e6b62565e8af505d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb3cc6f050ccd3fae295639dd627bdf3ff5f08f66ef0fdefe24ab8260cfba983_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:efe54dbb00c22c7e9e4a6d7c40e52665823c5f94d4b7b03236edeb1d7a304f94_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:073ed3fb3dfb009b6ba476883da5421996c5c4f4119375c0c83b072571d935f6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:14b74e5080c191fe32bdd2a416c80cd94a0f30ea6d5f18faf7396c120c5907ea_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3c86e67143d2caced55d2dc470df15cd1659c5e16c7eb8af22183de1a3222901_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a6de5df300008dde127b655f67ba1c8e637bd6e67bc2c811c0d9e0ecfc3cb08b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05ef13e75b41891cd2774cf5243b11da290ae75f12ecd07239e580a5238036a5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7c5f6b71b68331d1cdff8b3273fc7cebb945d9c037fae5c2fe0666f84cafc928_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:c221dffd999b01fe10c83c1cf3e93ed9d49beb5f0f13e8e23261f44a07fd9342_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ea42eecab8a62b7896ffb697f402857a31807834a102986b3967faa70f63775f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:0123a42a6d10e21067ef4ed5ad7a39541529ff0157cb27443a95b0e5d88efc7b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:61e542fb10dc0e083f8889b0b94c3525f3882e5da701b8db31cc9be68d803ec9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:69eb532db9fac5d796148a421f1c0a95f03a84604fe40d5e5a3719c995b8d3c2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7bfdc577bd856e0cc690c86a8fc9928ed3d034d4d1455378c95293376a74b9c3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:023e336977c9e6f23a82083ada96020a26cfea384189b765e89d6acf7112957c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a0734ecbae0ba4ef8a6cf77d42383afe04fdf33eed2c0d1e34782f147c675581_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c64a9e77bb865dd5475a4022629d394ced47bfd9adb137f69e2dd7bfca2c5a29_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e90910e06037ec13a10bc176da5a516287ddc34ccdfcb36432f386f7b3895136_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2052fdaecd2f3807694fa17f35f03f84b5d8116ca56926b6d657f0594adcc4af_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:274df573eeb1919286472cfde2006716aaa62c65ad1a6fb82bc351e7292a51a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5f81d0322afa70edfd932cf1f80dc5a14ebb30f3f4cb0a4b9943859c3ef8a741_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c5f86407af14e6c3741e75068ebe79aea7c7d1a73ca87fc97128c53139dc8748_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:11009d76f2fc73fb88ad8650914948e04e30d4096420d00a4e6b1f2f82bb2a48_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:464e2bac04048cdd010a9625e6657c9f823ebadd624fd71191ee978520874528_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:4a6beae013e9de12cd8b0a39e9e7488f51b97b3f295e14d773eb28c5df9d6743_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a2f765f47a9fbb2acbbf3b00c2d62d7df283546b7485e7631116fe824cb589a5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:82953c91b88971066d4d605174664863cb062a6f7da286754aa4f05c11a69bc4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8adf05874d8cc6284cb4566506787161305d95ba4c318f070e01960939526d59_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b0127947224f18d500d967398c5008737df32168d2db50f1f87554e149328d71_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:c25b7a4bba9a988a6b7daa4eaa8608df78b927d1d454aac7757f18e3b6c78d86_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1f6a0d8476232a85b5d18ef9ce148135b69a4abdc45952f6ad0eaf41604e05f8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2989730daa53d788a9e1be03bf922a07c1111ee8559bdef63d058be6fd5f3fc7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c0cac6ae1322cdf12df3c55948bcfead52641aa95a57dcdea97401ae01c1860_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:adf166a8095fd21a818265c01776b94e25cea102a98de6875352cdc47fba933b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:67f12e5ce45f173e79229f506b92915943d263ca0adaa31a027cb7245d7a076e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6b91bbe18861c83c79693a155979f3cc56162624412eef4c57c52cfedfb38475_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b2bb582913e9dedea9f2eb41f1568fa8f0fccce2e56be4f666ff41f3698dc147_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d35f97d205f82d6ffa260582fc6dce2fe0fcc3719ae0e19e85e06e7ab629021e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:03ce535e7bb582ca85793c8155f38ff9f73231e7cf5af4ce223ea89d4d2eeb89_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:605dbca994f47b04da902ae4b76744eaebe0d716a7a5fd3cb8e617db5dabb8c7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6b2582a7f534bb2716acaa72598b40f593897124fe03a5e6b2bea1e4c1a26d15_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d88f52e765c3f5fd4ad80f7364efe49e98ae927d82601d27105eb6ad0b484264_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:1305fefe98602549511b835fd1302eee6a4494c690d76964d89189c90f39627a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:325af02386526656111c663e6a206e755f2f30db00059078a0391d4af6cd95d2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6dcb4d60294895ba062bed0e9612ad7fecd7fd8d8cffdeee9bd65ffec1b20a63_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f492d67b16384267b9f65d20b769f93e3122f0957cec290a88a1b244c80e4b54_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:56cd8314cc9791e043cb4e5ace324013f4ce4c825fb5f9119b1a6c6871b76a3b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d6ff019bc8333893d6d5799927ffd9dbd02d0d388752a1ead6b8f85928fff4f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d7e525584c9b7492d8b989d2ad0b8ccdc4f244987f26b4aedfa7ab1097aa8ac_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:598dbc32cda4219d6a0442aee99096b77ddbea0148ac3260c9c37e00b13cba23_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e223d745233c048714d3ff7a04f8ee565aebeb0f5aead03e55dd9f305fe60cb2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:05fe3c8332c4626e356a2b8b33b235d605b8cfdf8b49a68475db687789a766e7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:64ea7652aa2f9f9ba58d56765ee0ffd7224d6534860d118c059c2c066bbf2142_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8673853d611d162bc12d1791bef2acdd4131a97b8a6e46961736724b69332db7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ee04f343f0bc1c58b1e016295990225bafab7b39a9c1a572b10cdc19076150ad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:4771678b9e18450e8e2a6ab991e844fb064749a0b09b089e54a802a7109c1ae7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:68c90482505c592a6393640c16467c1416f3175ba1273a284c3d0a9417e879ae_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:234bf4abb67f86a27d549a2d368d080a3671ab34786e26c6abbcdf58baccb034_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f330b931299e7c97298212e0514c55f9e086e2f33ab7e522d40d8e9df843ea11_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:123e1027c857bf3a084e45755736871b220117eb70d774a3b450f7d877e7d1a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:61d9a3fb3114cc2252a8ecb5b0339a5fcdef87cf962f285be72b164933afb857_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9426eef8c79d6e2c9cf5efb340257ef7dc7936b3369050776f4b45ed6603de37_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b693182419b2287a69a8bcb3bd3ef8d6e799b5e7aa9b5f25cca855995588e104_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cde3a4deb285f4ffb38be4443b3c09f33a44d8f2007bfde6f8766d371487bb80_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cfa458375e07e80969d9a9b3521c5983fd20f384b74f1080b865b618afd35f32_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:30a0f7d083fbf57d19fdebcba31bf52d257fda3eab13e1c8b856291f40278c4d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:7078670a28f19c15b118e3ff8d70afcd5e329a22eb6a44d3827f9554dbbee812_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:6d60dfdba0f6368f23bdb554da68f81e3d088677ce9748d2850ba8f2ecb0cbcd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b71a8dd592d2646c7b085b06edefe64be96e38113c3547a111a8d0201992b98c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d906f3f6f4740b50fd6266205b0b3f986b35ca7a64ac7b6c52cd7167d0cdab23_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e4969f9764190a2b46dc5c9c7375213c28518935d80c4e4570d122d231f53663_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:331e8f309349114252acd7fe42067ab2b7bc03abb6619f1df59c8fe907513d3e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fefc2125429189eb85f3c807ad8ba8896a48518f3dd7d93f94a091ec925e23f1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:8687825da05aa3fbdbf32fa82a739f58585d8d2564501deb0d3b97d67a4c431f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e5886c91ae307b14a848b0a571918a57a9d2d85805af6c6ac7a2404dc0308337_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:260b87efa1dfc71726aefc2feb8dfa83495aedfa6e95b0e86dd1ce0d246233cf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:49a1a91122fc6cc34cb21b6de67b8249f154aa8e2bfade0e50457c224fc3ca70_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:cdc02821294c7bd8b4de75b356ec0ec8b0745b0b409ae9481dc08c4d967b53ef_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:e52b5054a3c11b34c3bc3450d9be2628816575531a1435ce44652324ec020dc3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:64e73e3f7bc1f37f40ae235a7866ea7c881d67afe29b398edc6f15befa7f06cc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b4f0c23d7fadc3a15840607d9aa13327a3eda6272565f88be3691b74f16fa13b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9b5eda1037248996bff10033108d1dec27b8417730bd721d980b778e1cb4585f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c397e51c6d4de14ea1b6a41957a3fe5ae54115c1cbaf414c013035333824eca2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c72d9616c2bf94661a156840d39e3a42d4023598c5d647562874c453b44b72e9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fef61b2df388d1e5714b0f3293bb7878f1ff9ac64b0353284576fa0413000ce2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:267a8525fce7dcfc460052b97dc07532c927fcb27257b29f5e43e5475376bc42_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:886cef96ae99502afa35aa5cbe5a16a30d873e8c9c92d6bb3c748bb68877935c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9a68ca065607df1a4fd1a351041d799b2166b76ebbdf2c92a0fdbccd47015036_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c7a8842568f7ed4d4b1ceb0f507aa5a56d80ab213877507be04ab55f8fcb3a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1567f1a6c1a596e22674ad45cd1975c8667fb2317c84dd5944ccef58326239b2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:40dad16e2777a64a836355627be3aae4572a7ed6417ac39e0dca5f019eeaf471_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:800ffbe7a0007398e44945b2f3772d657995ebd902918ecb410e5d373de06263_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9720a885c669964be135fbcc55bfd5e9766841f6b11bb2c279ac030de9618ece_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02440d8ce569f4318b2110f8975fc4d0a93e6da6c5012882df9cbe77559a0a81_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02594f4e3bd44cf7d378a7fa0533d54b4365eb5317c282cf8295cdfb0ae5ddf8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3e5753abdfee794bd09cd51eda1c7634aa7630ea3f2a72ff40c3fcf5661e58c1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ea8145a89efceb27b579a5f79c37c7457d141a0eb38b2de5c82ced07879539d1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a1aa9421f9d52c8bb918e1b3c9daac3e1a076e70e003a58462b62f0a91fbf795_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d4dd77443d486829650aaee412b58df2c5fcd995bf2c493a22dc1cc705d270a1_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d689dbabc1df0ca42e7eceba17ff474f9e6a30474f7cca15970a5ee7fb870a72_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fea791f1b353cb84039498653a7b7daadebd460631446fae5f05d1ca8e85dace_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:100ffa84c55a87981f50fa5fcdfb5a5daad0eea01d0bc14abdbc959ca0a1ff92_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2e646fe351c1dfb3650d0b67694f5cb89fb7aae85c9b8edd356f54f40b9e9fb3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4a45ec0f50d9cec050f1c99dd33d288ba8f9e8dd1a71c2870eb5e799a42e411e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:60be3446f54ba3c5f93c5c4bf1de44d7e9ca3049abb6ab910f8e62e671a80d44_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:90b36fe8a88dddddcd584cf06ddbde8b74e9d7a78f9f51b77d7d2480ed45ed79_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d69ebc6a9d6bd6f8f75d933ee0f7893b285fb24e994bffc35514ff5211ce68b1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:da6ed87ee2d899e3fe9c6e8b08bcd44cf11e1b1563972ca4aeb3e8bc806a1d2c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fdea5b85efe39b635685d506a4416115d546a9f56e87903650b5e51bec6a10bd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:47ded0bc14992d79c073e4cd541279def7e44d8ff586a5cc1676edabdd86c13b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:642eb8c1bf4631b969d0ebf3a0755f566236ce7b5534fab78d531c76d5e802ad_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7189cc475748ddba6ff3f306320d55a840baa8f1da8a934d4500c49e6f675ea5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bc10db6a9f9c1a60744f49c1ed737bbbb8454eeff9fd00175b98872a1af17936_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:017359024215cf5a7b00bd31b8b797ca7f5f456d66a34ac12c44e53c1ab77fff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2635b651e023c9d4dd92d1897b4513947985256607f9d2dd8043cd7f5de3a765_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:542b1a4bf2fafae85c50eae7a182ffd3a3a07b2c234a00e4e6c639b1143b4b55_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9b3b5510e4cf6b4cb86bae86fbf36c1fccbdeaecfe009cf2e67cb9c1d7924ef4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:048f5dc4b9176a86e0d82447e036ddad890e58e49c8508cd74f8c297272c800f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:0a7e3fc4b1f892ea2e77c1f5d961507f0fcec7740f33d3e308904cdea1d3ce21_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:44db7037b872b0164497a603e99b7c5bf2bd9aaf31158e8a4e8bd03559584155_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:a8ffa384c6770ffe1bb9b7b8729501ef2c06199e0005b16e5dc432dd8d23c66f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:176081efde0e44254215af3f5091e64748c81d2bb29a1e7a64ed2879c6a7fbe3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:42ea798731bcee8b868ae15f9d45b8f0aaa91d1a4f7660c53ee08b070fe4c9f5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:85fd9925886227b53c26a3ed09604c408c49b8ddb9cf7efa2057335bec94803c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8b7b592c5ae05773897351d97fc9925e6904ed02a6ed49e4737f0f649b7eabe_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0d8537a8b89a087f59b9f0c413d9c8d6c77002ff0d9d8579d179291d3b6caee0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:14cc3a54f1ddd57ce5b80b6d111f0ca27f74b4321c9915d5ec1960318c71d752_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7dc1bda89f2fe70041f850dbb5dd3804e853961d2026c3880fd7255dd6e57b0e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:aac4600f524660e2351490cc7aa719ac2dc93193f64bff1178a04376bda57cee_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5449067a980b2d50b360b1aa1164fba67693402210111708ebaa00f0f93bfb55_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c8486459e2b80ee2706409e888070c9100938357621746215ad7871ab9ddb990_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d748caca6496019c594ae5aca825845658e1e8c5a1c062a02830aecd677ea1af_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dac9a4617348551eaefdf01ebf1770442c0bc07033fcbff203750ecaaef1161b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5143aae8d524363878300902b89dfb5f3420ce897bc36064fd021d23993432f1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:6fa81971ac5bc843a536eaf167cf5147e879c5447d7c1ec17cebe7ab85692317_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:bfa79bf705669231df1e59e373712f0b04ef2c0676ebfd901bd9879cef16236e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:cad2e37531b2ba165087ddbcbccf9cf167c4eaca5a3fba5f5f4bd943b8298678_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3538795f3effdfe84442141d83d0292447b4c43e3d68871afcd453f80e11fbff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:7da313ec91e1a9ff08a16ea2b0af0ed1ac73e40c4b629402bff19f183d45aef6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d9279ac3cea7e1e400e244624bd7ce53cbb6343d10872873e71dee20263d0e62_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e89a5c92caae6b72646e17535787d06f7640a47c59b0b4f418c7e48918736d60_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0ec6c9197060bf068f358283d64b9b877e97f072466244f9d147552a193fdae3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a5aa2eb87a3fc9c5160f5c37c50cb88cc0a77bbf4eebb298ee7883ecf47b456_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc1512a1ca871d5e21162430f028d7b7f2391e19cee9b3d6e253b6b6d03cc8e2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e8c2baac5dee142c4e84d01c731abbc200cf24a04201fd8690f0d47035958830_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9b45bdc374e248769add4b772aca63e25ff0baf8d490e64066bfa78405cf609e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bcb4f4b45a7d62927ee6589db9d31e9bfc87a13f3b0239649c9701b10d3dbd75_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c1c72b9d00d45dc90f97bd9c5263e6d385ee34f3a3f834909dd8b8eb28c3b15f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e15057d2878011a1142587df35dac65182dd4ec4c0f3c61055a73a23dfbd615c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3bef4d599101ae4c2162f47e89f5fbac89903db3f007bb425eed38e1d9b4d9cc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aee0556c560d2ef9f2ccf501302a373f15cdccc83ec2c6935c4ae6a2f25b63e0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ddc3c05d5daa3aeffe5629b7e2fedd5df301a3030f8f8c6acc3204b8fd7e0995_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f463811c1b1e6fc34934bb5a8151fa946acf321ab57f9901b3ee1b7f75546beb_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2abfe62de89fdd0697da63674373b1c8a2695846d8acab5f17a35fb38fbc23a4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7701f38b6702b4a9e6b49b3db83073475c33528d2529e63b1b98664bb7191906_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a23cd4945d2e1f9e1c194179fab9c388677fa1317e02a99eebc575e227064b79_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f2f194cdb1a14fe59e05455df10ebfe70edabd37ad605346b6258c5bda79d96e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9b04b0a1047813b35f6ef09e1fcf1e06b63946e0a3b3feaee3e081b0deed689b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bb521f2f97477b5b9851f6655f1738b620aefccaaa81cd303d17eb74ade7adb4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c8a1f9ce2dea4947e6cb460bb4b4ae7ab6bc5f816ca25f3405799d56c6ca48f3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d8f67c5b7b8903633485f67a76f88ea13855bbf95e92b651bddd15fa91458ebc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2c84af74e0937a0f3451054240ab7ae2d44c1b566339012ebec9e5b75d7a627c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:41ab25be6eb002ee921bf74c1049e07547328632d576e78fc45245177fe9ab84_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5b389b9b0acddd8ffe5e5c3f9d54321d061253f3f45b5b66b6dfa0181b73b87a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9afa17f9f4e4551369e891d405098219c071231ddab921dd32bb7bc66bb0b6a7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:0bd76e62d162ae823a34a766fccd9d339e3f550720d863b477273734ed1fdc39_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:dd17b1ffce727d9a74c3f64d65b72b03a5c8fed96e773665a078dfab33bd64c7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e8ed2c9324c2f5594f90b049e92f2fb3141dedcd99165e80e8bfe147c738adff_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f7f45f6d562bf699e0e45e134c7ab71701dc3994882cb82edce9356be7627ce0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:22dee3c01cf1deff68d73d76735e420d223ba0e75dba1e7ae224ac4e7b14ae79_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7134aa51e11a7d6b826068d03b9c90a518cd3cfccec0e3f06e57f5ed77daf6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7cdf9e85bfc54e4562176d63e1f2be56775dd761c6c0cbb80fbf888dd1ab43_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b72954ed888ded15f443784fe6a684b6e0d7782921efb788e242d987fcbf5388_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:63bf84966169bf2dcd8b8bfee3c478d9e61881ca007fdf3a8be4ba5cb1118211_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:697ada7f8e4bc8a881e2f1fa3a8402a2e96448f948befd465c59e03ced12c9d9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:85ed053619e39778d5a986255af37802ac46a26899c8a448abb139736db5e075_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:abe01f65affd92347d8097b3922e587548364d9680b74f767e9cbf139c996802_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:55102797bf884eef2d8b842ba8a5f2538f711622eab1c82b06941ec574b8f266_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9cca1a2d1a6f5a33257e8f790d180274f24a01c125a717ff79da8fa301e2f270_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a1f1be1027b54388f762951ab7983f18cfe37140efcf2c778a5d11d4740e8e9a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d65990c0adf148e94c1c0ec0730ac2a285b38eff128cdb2fac7f61af1514fd14_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2db5ea10de47829d4643fc525d9efe3815db59d5689c0febecf4fd722ad0528d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5dcf0a7d3c0b2062ea11867f5fd2a4ad56fe786b11c3095d76eeb4c844240a6f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:73b76f141fea3db7cf7df4e9b70443b37fc67790cc6986efdf53a32ea7360bbe_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:be3286f36b4c80969594af159ede49ee20ab5dfbbd890649c2c4249335714466_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2cb748becce8d80bfbb66e84f63e0f0a3cdee6d9bef3833eccca24132e9d0699_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:374211b6e69093447e90462693c45bcdf2ece57b033a419f13585d9a46df62a0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6047837c63bd707f994797af79267ec8bb5075b3fdd88c069b3acaa04ee2cb5c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d8c4afb75de3b6d432d4929f4d4fb6938617a794ca2ef2060b83a02588a1d0a3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3287f57d83e7becbcd3997ff2ade6e6b5a664fd08610464002229e0a116dfec8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8a58a72e372b4235b4751e08f10c97ef0798519e6b91595c234fc14089d7495b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9654a0a2b4549ab06e5422dc69872961c892e97032b18d913cc197dd3aa39f3d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9e9ecf8cb43e1819159bb8fc0eb5641b71663e110ff757e26d5549cf41075084_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4aa3e0ca4b5398fcaedd212506e222fd435f7a46c2eaeb7a49dc50f789cf13a3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5d094c8e18e42d662ac2f5ba16602c1513094c7dc547fbe3de562463c4096bce_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:67f85bffdf2db08fb27d52c6a0a8b615a4b9cd748d9a7e6126851d1bb27844ed_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7d4b6b9e67875889c95a5d126bcad0f6b98c148b85433180573f439a867d9e25_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3c0791290db50c5a925a80b371ba8bdf91f4fccce56397d12a989263a972bd02_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:654aece866efed516d69db0e47668dc85d3936e901aeabd098e07538aa3dc617_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7637a44a01d6c56f002120cf96228b6c68e92b4391d4b6efa1c81ff8e40eac0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dbc636494f53ee38eae00f243bdb92d187ec84654c280cc454f2b4febd7c22f0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:08f46b1d2114a3ab80bc7cd277859a4f84e870c2421b9e13370774deca0aebe3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0ea69bf7a80cc8c0810acf8c7aaf2cc1374d3b034065f1119ca33af3d1794cbf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:17e61f4a9148bc2e0fcea85c19c98eb8c2efb701bd21f8b63547dad13fc256ec_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:8b81413ad0f567583ebe4782344c22834c1781c5f7493c8a05b827f3f2a5e409_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6b348a4fae63bad66acacb5f0d03b8155246733e758f14208956c38c2bedaac0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96eb6b75d6a8ce22b199b8150e628a2a00c427ffc79b2fee2e24af1bf584bbcf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e0b17d193af2fd7e981c9908e01f2d840cc939e24bf1be19977beb85fa1159ad_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ed56ff21aa465143bc0d1c4f20803873dd07999229739b84ef7861683476b22f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0654b81d996d73c5b5b03310f314bf3bd6871b3bd4d1abe791cec9b7a3339719_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e294ee6e92049316f91ecad5987a24d7d3c06809d3db2ee3f9a41bb461bc220_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e3afa0bbd3ab3ed4acd6d0059765116e9ab56090313932bd063098d94f1c3b1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:929f235d156df0f59479d60379dab0d83d6fc662d9acf7ff050a520850ee0125_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:14b5ec9622b1a177ffe69a7c87b7797c06b283b26d5547828d3177f823074b5e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:52a47ec0685655243dfa60738842ba038719f2454b85024084de270736d06529_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5fea5bf035692313badd286c7d13564d48c34e3195bac3c74ae669607b5b5875_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fca2b0ceeb7e301640de2604932cfb2c386441e0d3b3b0e4a525f0a6b00f7cee_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2b85420da837c90d984c5945fae12321c8e6b6fa270768da6270f382194f2d4f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5e5a715049a34055fca9a4b36dab839573238385890678734f96d7ba776dadf9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6982d2c27206f15366ece47b40f4a6a2994c7acf5dbb94aa274c55a2216d0063_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a38c23c37dbf421c77c4f36758a105b790123d654f1c8b3419becfefedadd0e7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:021e3ef983d0ca18800e0fc390ad96f4b6f6b9c3ab784c6e74ebe2e7fd7b31d5_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1076cff5268f9fec09a760da243efbb72eb96645f838a746c4c4e28ae4feba33_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3eabe7ed8651b8dedc3a2c38a83527f224ba3b50088b3238e158048bb2ddd85c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c29274bf105ffdd07bb78270a6dc497fbfb699acce48c7c6b7b6ef32416eb20f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:71bae3f7d9ec2a469c8d69b9f67d27a0a98a26bc842cc8733442cabd43fe3c06_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b67943ce9e26423e0bf84f411d50f394a67a0f3368ff289e695f8819c4fa8c02_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d4c9ea28e8a716d6a46a42cd3b5efc82f42d456e21791c32369527ae82f643e0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e4c222d813696b8b3d4cef6982cc88ba3d4581ad6842b10510fb4c8130a82684_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4d789598c5dc7be91f05a8766dffccc377a71db2ea8c5cc563f396cae02326dc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:70267df26127761958bacff38fbeece08995608c2a24c7a3724495128ef2bef6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:84ea38804ec003ae82375c83ed4549163a2c932d6264eb64476e0ad175b4a4de_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:bfcf2ab8d6586fd6a8f08ec2fcc71f997800b8f459577c31e654f8ef9325fc42_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:49a412244c4d6b547d5b0ca9bcb041b1e3cabbc78f5234ce52b678207d83b3e3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:4d2e1fee9a43f8faf39b05a7d82ceac50094ebe972fd1fd85b1528961cf49478_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:564e888a319fcd9b1af19b18a4281c5a2c41bedfc3186fb3bb587a1e28954c0a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecb2d59766a1aaaf7cfbdf1e0b92ed025a18fd54acd41fbc63026b350c98a953_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:296a9379ce17e07df7008f1d35004477297a7ebdf9e3d51a50d71628d6ac68af_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:67f272ef9abe83f9cd959ce97e3d5c46ed6e118ca30f65fbad733384d228ebce_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c8b5246ba51213bb183e07d862b6d1f9b156e1d16b7656bd6ea061f9016e8ad5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ed375d4341175bfe6945ea8aab5208f375034307f6753cc726230629ab97a71f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:29e41d78f04e683ecb12ff2335b7205383670e7bcd2b1beec736261a93abd406_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8ac74d64736ed4788497e0d4d10226bfa212f6c0cc97ee63d7c61676698bc022_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:94a303f0dd0822b5d82509e3ff8af5887949ddaa0e3a91b9f94d0bdf4e1e267b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:95c3aff27109694e511c9e45d1132bc4de0fd636cde0855c9ef45f1a17f5ce7a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:16e2953831f686cd68012c8cdaea2b404c54c91050145b716ee8b0ffc5cf11bf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:91e3e3d331d92b90ea49a78531cd366201c5de278f56597d9dcbeae40f114754_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bb1ec078ef82180a6019d6e174c16a5a846e4cb8995753628db25a4ca0071474_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c33a11f1aa2fe38738663eb291e25503e2e6fc3cb5bd964e1a6f8db0475e29a8_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2606e2856430c12efdf947977a070de13c3f93d3f304608c411ed57b6de0c6c7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4dda7a5132b638230470f86622d84a7f0117280726ea52e3769c15f11b1dbbbe_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f3b4137b1beff722b9c1ec2e451577a22f44c47a6196139a39d4aff3a0386daa_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f688b554b17808b3aca13b4e6bb8a240401db6f6cc5805e98ebe71ff43dbf1a7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:07163bdf6c27b8066a5f1e8674a2120054c3daab1e8a0db8cd728f2b1ca0fa57_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:32956c0bb79239db914454aa82f94222c6f7a90be718e22bb80c4e75a45127f1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d877387429f09cf5fdf779e73200069c418e561f20a21815bd56fce1c1c4c73_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:9a64cc9623e5639b0e8ec8f5ad63a5ab83f92598abe541be09fceb37ba2fab23_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6d8e4146a7965b0a81984df7d0a2fc094c50e7010acb93e58510cedc8a42e687_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:764c1081056df81f61d6965869f9ba66d67f132d6c768c13f1b2c1c81d45ec6b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a27762ca5025270235002c90eed00d6d029d4b7103b5bd108eb527fc8e797f1d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f473c0c439be12fc83e9ebcef48a1a067a5f4a9cd581ca19ca34a3dd0b9fb79b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:6e95c6d3ba75f0655680a4e46b703aeceb57cc9ad072733bed1aeeca0e9b3508_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:ba23af1b9437640698b924bb0645013d7c08fd6121489b01b63f66156faa6588_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:01c4ac10b7061c77ef54bf337b8488722506d2a572d9da7d9a689b4c9ff7c225_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:67c19e36b3f264978073841b06d940efc3fe0546baabffdfb35c2e5a1989e96c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:add880787ab5dc1af04cbed51e2da0f6f630ee85387617987ec6d6d8e3a28009_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:d6acbf09fd11d29d0d715b96e60355a23deba955fb3ac6ebbcbdc29e6923d508_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:474e02e9e121dfe39458bdbee1f434d32fa29347f55386a4abcd3825c9235456_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a0e6d2e5adb8d9c223824f623bd7d391e33241fcbe281c54af8e3925af5781b6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c3fffbd0e1e6db3256029c6cff61bb64ba56625041ff86a9d46a895076877fff_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d253f116a2d1e2f033f47422230a0a4e8a9fce255d71e9140a0bcb6f255c09b6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0b41f824ade401523c3ff06e2dace98c8dda246f40e6a01a588dab6fcad09683_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4954d67caa517e2e2edec0e5d4b95610a31b82d5a86f9058cbe55193987da9d2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d1a37ce3fce40a5d5e3065b5a4be81a18fe2a6b81bd5d16ada65f2647fd8fd0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d395f05c26536703d44d06525efc0ac6203440e6576e8a1513c7e4ed8563ae62_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2224a1bb7f39feb0ee922a54a94d8dfa66e676caffc681f99227eafc0082b50c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:339b51d602e6c798949da55fc36b4e83d4b07909c97f004f8aebb5bb6f43268d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a7bc2291024185f39cde4d43057b17968cad18451fe8447b0ace526ee11bbcb4_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c171ac27f2bfd7846db274c1d2be8b39cdfed3afe59ab4fb01f903b5be3af443_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:45c70f4c6f15a25e1982efd6eee6930f16317ef4cebd11ffe2b5994b9ad8b200_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:938dfb864f0a9dd0116c5969eb1ca94f2e04b914c3ee56bc26ac33f90e2535c6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a4f095b9251baba737421c47566ac7329258b8ff22b0f131c5a941ad1b6caed5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:f7a4c6ab4dc050efd81ff5d7dee7569a55dd0cf96e6413c47770699f5fa02b6d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3a4f76a56b75c54966a76307c4fd647d854812bd22e55cb228c1e9b5aea67037_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:98110bc940b974dcbb8b0ea21c6b52bd96ecea62779f9665d3ac8dd03223905f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a7e47a89156ad39c7e5820cbc98a0b295ca1a3aaf6b72be3961c6d4eb0225831_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b6a273a6d68b36cd939b6bba836f657168526125327fb784c436c99848f49f7e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:26b6bffa3e11fabf11ec8176bb39ab3e301b3c5a85c1aec37142860ffac1fe5a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:301f5a73d9d839a999dbd3c9a7741ed3458ffb87426b7499364e6460850deeb5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:57eee4fc78405492c9a665c228d1f25c75f0390f75a73d5819aea7ebc2da6b4d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b10b625aa3fe5011c7fa9db3c95ba6d36c569fd6f6aa4ac3ff2431cbc103d362_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:11b59cdae58f57a02a4c8479266a50a1a5691f2e8e4382ea7ce96bc913ad4afc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1f11609dbe46602b2c11ea6c776cffc87ebf3fe2a1204f25bda85d9793d5cd60_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:28ca9310e14799c080a07935267ab4ecaf6fd1abadcb1e165deb46c81f2e731b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:56a619fe929b8a18bf1526bde6c9a86f12a1c0a43739d1a0d04c58920d3ac5d0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3bd696b964b694ec219c5776593bf4772dafcc3f43b973355913801929462557_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:4142674147742cf0ecad7223e02e88efb53e5a34ab820df5ea2f645a04219da8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7c59a7997fa95d2895620378a7e18f0074929b630c329ba3f03c72e43415364d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ff35fdf6dd3714c214394ff6f203815f23921af529bad0dc22abfa1d1680b333_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:15198ffc1a039f56e9cfe7ab35037c34a3864a83163576b65fb3e9f5aa8f1f3f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:4ab1c5859c4f54f225fe4d5555f3c2d1aafc520ce7a9197b040e06084da9a43b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7be609c48462446f215d9ae0326f1c76bc0b779cd08db391163c796106e7aeef_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f04c27be87ea23869192754c00d08badd40a106c2f66b86bf493455b3e3ceb09_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:42ce515a9496a89b6abef7a94b6fcea6880b2a9833900d54e1dd4044c9e2872e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5ab9133d7b6aa46227bca8a1c6ec2ec9233ebed8e62e41ff122dda627d4a7fcf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:94f82ddff9d44dfdce03af24a851c05cec4ceb161c5631ce6ce88dc8a9481271_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a7879d59a73d16ad9c237a597dfdbdbe06fd6d3e3de0c9396e342250778dbe08_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2f370ec13f448fc82d3f142cc8b6a559a4d62044631f4b394742652c4672f536_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:38471fb10545f0fd1f879ff8ded337bdb6919a929043727936d28c2153a78fb9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8e6c8d7186bfcc49c6ec64bf8bbaaee511f62cb5d14aec29bea364f90129d36e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e35c02d8101af5150e038572081ef775816f97c77ae24fec3826bef8c24837b4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:123714413da1487c02d182f1d355688d2f0fd63e0f82865dd962567bb9c81039_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:675b6754ba7e231a1725cf8338d536551497ed05e7f40435a2a3c98e411af84f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9eced45114ad75c3ca56d06028c836adaa713433bc49f6196533276f9645c58c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b203bacc4238f6cc6afaa7dcad119d126484235694dcc33a46edc4d002dc7f5b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4e68102ebe684da4477f443e32d69865b6fa28d398fbb76463c67d85739e3c2d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:6dd5107b14c1abce011367145d859456aeb03052ab831b4c548fa4fba0b269fb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8e6d6d3162ace273c1312c383de4e1f6ffe2d8e6d7b553b64e6ac460ac040c20_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:061699fecaf30d68ae3d41b89d812ea8144627d9ca9de83173fb33fa06e6b8f3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:33b4bb5c331675703e19ef96f3185b2d3cbcf4d0e37a6fabbeb5a8dc1f46df10_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b7e15475952a147e7d6d506ee9686c6c594d529b27e4086f49b0dfc1e237d640_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0465b162143273b73d2d1af7ea6f9654116a9b1cba8169028273185f2dfa1191_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5d1720d8067c33064ccfa16d47931fd18bdd3590f53023c2ec268ed9405d0983_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e99c8d382c503a7b1e25e6f72ef293496beab285d0a3453d09ca73fb58247163_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4e09db0d6efc9289a85cf5d4ced1d6a6a7f52168e44c366907a5d4ebd3e7d75d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:585c75fc909525ac0332764b66db33e6646e5e0b0a4d01d176be6dad70a7447f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:85df50114baa307e2b4192a46f80a292500401eaf41f45b071b23bc278562135_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:3ad0b56893a8ad865ef9de637c1f21a358aae5ed4adadae02db3c6d37db93422_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:56925cf35430409d4a59b4de3ea74d8e3779acf505872bcefa26e97418f7bc9b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:a928a27d2775d702a7b4888f87e770c93049b645b5878173d87d893288c0701a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c83836428568394e500de29f5e4b44fa4881f5b5813a8dcd42a5bd16b6bd2bae_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3fa694c3f2b9c05fcf2cb69f97d791fa46600ba1eebd67608b109586dac15e3c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:44006268f8f00b5dcc4737ce787d9221b50ad7af3e678ea6dea817a797512b4b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:6b7d13c5daddfeda27cc815f3fa02affd699ed626cc41775f78070cb8cab4f4f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bdd058e218fb99204c479f5cc33383634b184b1153a74c3333926e84f3e4bae1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:174dd5140764fb73bc002166fefbf8f897be7b295e10527410fee19338fe65d3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3f5a73689320e820972a39a40077926550f7864e2d1969a9352d3b833191086f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:df97ec11ed1fbf6397b6a62c85014c255b60c652c98ea439d1f47e62c6a0e4bd_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dff5a115ecbd046f3a1a60ce8d8518edd570922528a7ba56cb17716831eb6b09_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:11f56bb6bdf0069b7bea04e5051874cf879bff0ed36676dc521975eae8cf1bb5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1eb4aa5666fec327b24c011e1b7e726ecde7ba1942e0b8d9af38a65baa052985_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:77da9199e0922972da775122d60efaeeb4cb2cc464ff6855099fde770cfc01a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c56c801a4a9e11f7b9ee071dc9634fd6c43aaf04cdd6b048dd4ea1a623ba16a7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:5332d1051a8774d9d3ebd2f6df71f2ae36ff23fd32b28edb418c028dfa6be128_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ae444a4f4274431a8dfa075bb9c91fda502cbdbe971856f54ffb6a0d5deb08a3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:4148a39c8311d7050050debedbfa7454b53c3e00ae4d63cee7bc6da688af744b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:699c1abe44686141c985a530a8b3b864b3a1bf2c5c6645d68f7920b8f752c684_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:608159f89bf52fbe18bbdb1c48b679346ddac7d3ace7883c84494615a4ab7adc_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:d26f0f1adde0599a01c90d8b9e1e8690e6e532a380e7852e83cacc1e439b5424_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1ef42800334a0b6d395e1b1bc8e517e232713a4ee0e4591415c5347ea1352fb1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:23d11514c82b817c95564de1f0252dfcf753ca40cb154054c051b6bef078a960_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f5311dc740529f4f4c444fe33bd5731b0ff5d213620207f039af546a3c521226_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:14f9b0d4497da98ffed111c1266fd4e0b4a812f6b7ec37b95e5702438602ce33_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:4e6b6f1636a4300955a587155ee9063979e47cb387dfc1a85f3738b1cf25589f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:2cb5be04fd1145f054e994500608d1463f35a0fb87305e559ff71c972795d978_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:664dd8b515ac89b33051c38e00fabc4f2bd8c902f9fdd8df263b6cd6d0a0bc25_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:28e1a2e9d3850462c628b0bfaafac15d68def97b8c1c9387de58b1fb6d877f19_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5c60f40d38ebe6f95cfc0fa78fed9aa265fdf3aced888bf232445c2e76e4ed55_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d36d045c32e335933939150b36fd2f86599add415385560d3e10d4b74a704d89_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fa556b78fcc306b456576053e522d93e0c578807e220d3c562ea54cdbc2d1a92_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f9ea746b7bc2eb6cf1d82644d42d363d9343506f9091e8bc67740a06b382081_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:909ff0827690342dce5b4cf713327f3a8887a056951953c9aa639e916129e1ad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a8705dd5df6abd3d6931b298fe8e53cff0f8259547fa85446503b413b0ba19da_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:cabf1a3d4e2aab9e2273afa75bac084e93eb36a2801b91ea0d79982e9e7e5f2a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0b5cac582cea2ea2dee7d515f05bfedf2a5beff46ae6d5ca9626bbb36c94b865_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b920409f5635d704145bb8e1107a7c6f951976c44226a2083982443f67ce619b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d658355babb92069a73c35353c2fc0be4450517b3445d2387b4b0e3bd2b873d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f8036fe71f651189dda062ede40268c843ab07ad5b32e010250f9b6fe9234bb6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c5361be369c8e0194275ab97d18d52a095a5206888bc82d592f9f9ba28a34e91_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f6427aa92071d20df4e412376886d9831bb0cbb15c10216ebf2ac78de096b051_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5d5edceedc72d2ec62b24b6a60c278e4836829c78a0bcfeb20d87fefe501a39c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cd23e978bf90a7180245b04b5b0df939ba57e30ea13a2a759a5d04953eaafda0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:bccd28236b901759b08d5106786d262e482cbd1e3798c1392c9c6eda9956a5d6_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c096101efdd0dab71581c6e6506b9a6560c96979e2d439ca888d2c67860c1337_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7cf38584dd1c5c269f86d85b0488e9224ac989f985989b00ba718ccd5c1cda56_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b2a85daa27b4a10282c1365dfbb48a3224df6c2a47d6f5ed59c3c01f6035d443_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3643a11084c5df88b8dd9c8d7693b228f3a9d94f74aaeb4620aa458516c14e18_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:a6a1152188a6d2cab12133e497a5c29549fa0103dcde8f1bb530ce7a033033b5_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b6f91ba9a89207a2f84a8bb1343179bd74948644a8b1608c2a2d84dee9ad39b5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c21ea57e4b38cb47e5aacc58b218ed97cd4e6ef353d86442236cbe8852c6f648_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:56c61752133f5574587fefec75502e2a132871ed033a824f62519117ad0c4620_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5eee9a534fd647002e246ccc70b47a79737cbf604c5fa4519d10a8c66865e5a7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b1428b294b7752d6d56fa95d6630aad0b6d205991537ddc3274a7062c13df3dc_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c363dd15dc780181855ed7e8af09bf148d9e38d562cc54d90842f95ccecce36f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3978c02a12f2469999e833a2cd001a08741c4d9bd22ebe211bfdbac17563ddf0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8d20d5c213a86a2d9cf1d4e8ea351a70e2bc1e8864e7435baa701aef3b22441b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ad84f2d6f695c6c999a82e33cee9938544352a648c0e72adeaee0803289077c9_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d872bcf33f5d4d6f1a074bef0091e74de82b3b1a883b9004aa1f6193b84904fb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:027641f0d532c5d06663e838ddee798513282838efa12811ede36e1b8669949e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:198fbdb0d6d4bf699a9186c06c310e4eca0c3252ae8e0d64ea1c68d7b67c2bfe_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1a3fb2aa3ceac5c827d7cde1cc0296d6974663d3f5b4139390cb29dee2bbcc20_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:51a53812eecfb69e77afa538400463c7eb51710777e9d9573804d2d9eab5d307_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:19cdd4cd8546c53530e098641c6c83e2f38f05f2d046c6a9fddc3c8002a01fa1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:27b826d0ac202a4321d2d28bfe26376b405458781f04acd607c3a27bebe83651_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b1c377c3a99dc0a9a6a39dfccae28c7e5a11674342530a05b237a33117c980f4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b230c7f6c243ccfc43e6b50809f916d3247f8daad3c750220020ec4337b126a6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:42cfb65c46f9f63ae3227c0dd5ca2a0a11729ecfb2865f3a4443821a85f7c8d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6ca3200ace5f9b6c36c20185dfbac37ef4cfb171f3a99eb9c746e52031bf380e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a9edb90a7efaeaada322b051c1b4cda47df859fad20ed42574fbe0fa00d15324_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bf0602fddb6c09c5c20a33abf72b947cf7ec8de6ef68144d2f4b1a1a9ad906ba_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:13df2c323a0db01668777fb495bc342806443b5c0992fe7f9ede76a0e731e2b2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:8e564be7535e32f63ff7a84bb61b3586b16b07f4ab6db20b42340dd998f2e919_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:29b338177ad61fbe618240d520eb180c1faa54fcd4be63c0d2d16f5221c4d7c9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:97b5466389d9b1e4c54dce29bfb42e901ac2c4aa39edaf99c35f30a766d38b78_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:989cd4643516ba83c661cff6bb217cc25d502febc80344e08e90c6eef8d24088_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:adec59d5a5ca059167c1dab49e6e1e6363c1788833f2cbc2381cb7d88a98864b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f821e1e8479c74d1a672e049e187d68cc4845e7efb417e9e4e4fa99628f3ea99_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:4eef2a136a4fc3a9deb0c5999546aa8d498c3553107d1e0eda9d394b2f412169_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b31560936594f27a81750c2d73f97385d7b3ac87cfa7c75e1a4fc224243eb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:bb3bda07b0ab9cc97889a530b1da6d7eb3f7f9c8a98f9b867bb3a93da7694625_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d50f44b5a5797797b9595f99e3b24684908cc28d317ca00791bb6a7406e15636_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ec2e637888e698016d6df6cbf4be6d44e5a2f544e7b81884982e06ee632a9ed_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3c569b4e1ed989074b129cb91b307cfa10c8305b037b284b23bde4981f551238_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:4ddb2823de8624d7d45aa16adabddb92faed392e71c2d1a0b3e640be91b731f6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d3b7e9f39e5238f011f9328467c72a8cb8cf99d4bed7ac0593edb9ec5bbc90fd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:24e49f3b5ed9df72849a33dd7fbd4a0b01b8c3be79705d6e23ae48e3fd164133_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a9ce73e1f17b21b9bf2ecfa7e35f5d8e9c72620076bed594e217b870057185ca_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bc2fc4c0e55023974c90506cc14c51cf73741e9490632453687edf404b3c485c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ee9af4af02c40524e182fb1893b8bd59785be7d508111c5b0415f0caaadefcc3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:971256d54a4e10a29080f656d5de3b6281f27c77a40c0dc7352f1f05ab83eb11_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d4fc699ea35d0f1e96e825d2db3f21628e25589ba57c40ce771ed210aac5d588_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e3d0f624ec4e265daaed3072e9f9dc85668a917d49c96ebaa1c7bc05ca636197_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e47600e5f91aad639de386e422056d431450e5dc3560d30ad16b0b0bd240e371_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1cba0b4f393f1927ff5386a9b2ed74fed87a58e4b2d4a38f34fffedd30da14a0_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3b8bfd739f87585230904007f0b438b4bc9d79337f0e9038887bb7f297b681b6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9c7b3d916bac7900ed009cf82a03607fe68fb924805ea37e9950ff3fd6c73b44_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c0fe58445dbc3f94bb9a041ee4ac81d6e1ebef0eef6b2468c288be51d947555c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9c772d8d7af17818a38e2004fbdd7673bdaddea0c36daf239dfe65a49f78c212_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:acdda550e575dc7add42439a856726b3833c5d6d98dd9976f30be4b781a11a82_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b5be0c8ab080114879aafc5d2526924d32306ff545c06dba64c947ca68736f91_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bc413067c8cc3e6c40a9be4ea896d911cf6b3adbbbe4c8e85fcb243bbc7bc2ea_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4b39c2a3d10a1e059c3f52bbbad6df20e52e47a422119d51806b59bda8e7e97a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5f0f4b8edf205f47a263878372c0fc80e1531f3d197d882a83cc6a2bf980c277_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:78987fc04ce330fd8ffb8a96e1f25e8ece8360680bbbf4c8854f1ba1f598f2f6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a43046599cdb529aa9a2672b628a7495690b03379c7dd4ec7bd744b01793943d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:25b8603f08442f61b433250cb6f4839cf2cff118df56d1d7e12b3b09e859a278_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:912bcfa64c2dc40a0f8573e595001fdf9dd3280e4babb503198aa019c4c94dcb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9f84034243c6dc1341a059730c81b05bc6626b913524f8d854e7d13c59eb4d45_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d9683ec09f7d3d0c73eb626fa7132ea0d7f731893506437d76db27bef51ae518_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:13573ab2e748690c65900137ee67fa558a1938fc2c4d92deb6b308809a77dbc7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:279fef1862c07ed7b949895843d80c54180a704411df4bd4059135dab63900d9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7c527388a78edbc77d6a9db9ba9d5c8ddb302220d69734f4e0bfc26b63b3dcb1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e601bc25408a2eb5735db7d2595f969a59da9560516715ad781cff5e4a57f2cb_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:264fff5b66ca49266cfadcee9765ba0b34bccff8dfdb12e5444db97af4913095_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8f14a597769b040fed9d1c1d610b6023734dadee91cc28588b65efb25f6308ae_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:bf78d9a4afa92e68d8018283114bbc7fd11fe0a9b357b75a00395ad630ddde75_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dd57cd8ba112502a28c74d7f9e021035a061e1f51377ac0510dd02a303f14f37_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1e3163b559a137ca99141d0913759b5a92cf30e063f6ee2485983a486d97a066_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3038ed29c6dd5d46bf8d593c154537615b8d218bc43eb89dc099a546308c5b33_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6f5d8e50b9cf127af5334e0b1e97aa1bc466bb1ad8a1dcb2b6c3e7494bf5a1e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fa6736bee0e8806b00bf3b6d971e2de5ea49f3f2a89e8cc404d55a70e6f73720_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:09157be733606534b4788e13e47f647c427adb2d36031df979628d1e3d93b096_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2c52bc991f789cb2582b4fcd0fabd20b86b5893d9fcfbf6e9ebbb372cffecbe9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:611ab0d9521d88b9676bcf873b8aaa2fd385087814de0ab05c7c853fe98da20e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c6226a0f343e69d720fbc83ad01daedb925fc39d272df78fdacbd847fb075bcf_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:19425f8d71d7b67b74e76c5b770a5e3d918dfde9a9eb3e181c767b4489db01d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:39f0f3baf0bf65713633aeb91a80cd35779cce2b43e6faa70838e0a87bdb12cd_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:804965e59e0147de822be6cc464daa137e45c991e4ff00c7184b6fd8105eb781_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b9b4777d271c5ea81505111d169134181bd46169ccc05dc65f3b6e59f736d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1a6e143562b0618b3f5afb6d488e8bcca48d9b0b4f68dc70d77279643325ac52_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:22230fd972b50ad12367aa043fef070d0e580b71e874a0e3fc2f5aaf52839773_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3abe2be596ec79e32806af4d66a7350835433c11e8b053385ee6463e65f31d30_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bb8fb8cebadac019a3d8c7fb2338a56918ff39aeedd55318fcc7e7c6d60648a7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:28dc48f706edfe382aef8370f464836e99a307136561dff65f7e7e8b5dcf9a5e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:533846b923d36de2b953fd071f6f7ad38e60548e9ef1d3f704039bb69b59530f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:68d5b77732cb2c0b0cb9a7e6f4201570dd8134dcbb21019dfec4bfe1fadbad1a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6d20fc820b2b684137df0fe673dd4e98135ee6a8c39a660db8435be44160c4b5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:48568238316d40eaae138ec218e4d0fb6119c94d9014683bc25934210792500f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:1d1ba67b2ebee648e679f886122e649880437bed73cc62901f26e77087d1f72f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:627e8fa2665e8d19aea0b746867ce31b58cef207d6dea85228b175b96cc95dca_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7431114311d645b44e0f98c9a0e92e62a2c412a2b57dc47b52f1e4c5ae0baea7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a88a9aa0807380263b476e1e7491c9a4f36def3c403b43fdd30bab55f06e673f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e38292df09d0b5589b58f31c39ca74147011aafc1a51be00112856a7242cb80d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:67f16f35ae8e95b90d758bf617c953ffbd0f31d685b9f023c34e5de5c02d1d13_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ae42289a9ddca85918d07f71db7415d099e8544ead8ae73a0d79e600c1c0f067_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfcee1078c7f5425c41f8d3398ae512f2a07d156de7d6e92d24d7f5eb1eecff3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:eb851650658c10b1a102258af7b72aac6db36647d07ec4eac2bfce099ae68e67_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:74efd49cd2880e07cee9aa16b7615504fcd276e8606b7422ffe6a253636462c1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7ff9273c653a511408a49a0778e9584605b9d24e1069da8a77049f70e2bd5616_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ad02d1ed96a39fedea9588756c548817e8672b8fa6d3e16f1f53221e3e7d9157_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b10f0eaa64d49ea5763131b8ddd134da6771b835333a4f5ac9ffdaa13cbd08f9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6c75dc3551d30161fe15ddb87170bd7ac33cb19b242907e99a9f2b003659efc4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7cc7c37a8ce0bc5a1de200fa97525c35943d5fe789787d642c4a3079c251c4eb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dd8dfd22f1e93168de72dae9a266654563fd41d605c65b4bb15f20ec65fd53f6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:e651483d73deaf4125ae3c2729bd8a42b277df79a6ff056a99ee3e78e2164877_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6590ef2d757e5ac11ffacdf6de04ac112e96f4bc058b97aae1facfbc9bfb9317_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8bc45cb12c534a1dcaeef41b7ad0a4cd8ac0e3b0041aaa0cc3a9b917602ba5df_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:92e18d38fe9dfbf0e50933d15f4178cc149b3e4eb535ccf0fc0da030d758f435_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:9a77e03eab2a1992fcd1c0a1f1c978755e236843ee4472bb551968fb16568334_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:686e7784cda9016a460c9196a522f1fb510546cad343e26f510bea264ab9b515_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:77d58cca07f50ed35b30a97c24f66abf5fd5482be3c2a86df38b5d0e4b41e4b5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:a553758f4aecd97de2202ffc5d96370765e1f92a11fa4ca464ad13037d7c1a70_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d09813fbb679d41aece1f097ecf3797adf142242feb12769a604c37df1b6d80a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3a967546fc93fbe58afe72caa5892b712c5b96072d3cfccc1c7d9b27cc6fd6fd_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4d09ecbb6bc7010c93d65d8bae5a368326d1b52bb7f7410d30dd068b4b9c1aff_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:78a9ba8fadeb516fb48a37ad2abef78f57a09b5e701a31ca41e4bfefe493d781_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b44e2dd5cd2daac1ef6849feb0b313950e0616586fdcc843a051788fa071a4ff_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5d94083e84fbdaa57cd8723c20bfa1bf0d2eaa0cef52c662975b286785db8cb5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7662aeec067c8b3bd0203da4d87e0837eb624acc7dffab9c0eda8081d992fc55_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c95e0922aa74f51030c35cdf1ee704f01ece7b4ec53f361055f4cfc58e464bb9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e4ae1090a43cdf4a540f1a2cb376a93d2f74449ac44ba6d0484e4612579b3d43_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:48c47a452810fe65a21fa858b102a2e7d9469e1143c51857844a0a74ebf03661_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5ccd0d2687e836eea86fcdcfbc73c7bdced8bfe2050c466860306d246375f0b2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7fd64ebc835133fcf6fe9d286f18f790b12295dcd904d61cd255c97e49f216b5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e862f18a4bdd246891a49434389e8dae5d73a68aec6d548dd282f3c56396be98_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0772170993a9fc0531aa948ee3f4c83a8e530802f7d6fe246a0688026c050d27_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c1b6b3c81c49bd764dce7fcb732f14f378aad992c953cdac86872b4113e8168_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:307efea31da6d72e50def18e1c08bae9e05ac8991d90379280c15f69c93be375_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f366a95bf18554cb9b48af250be89970e4c6b1fadbb97543db8bc202eefe282a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:09b9a909358f49dc84cf863e418fa79a72c5f23ce05cbd4045b2c966147b4edb_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1ce1ac2cafe2162c4070a5b60087ecdc520db1e90a433183157c554f86a8bdcf_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2c984681915470552c6cf4dbd2c900d14f29d9a6632d7d937d2fbdf1cf16a5d6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b3809b2f792a8b57efc13591b88232ca2b83fd116ea1a6ce9c05ec39733bcfaa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c37ef0e5d795a727e79d2749570d7c42876e2884561857149a17793543b9fad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:45b239b4328e73574050498d8a59fae10b1788642bfd3fdfd487a59654f2395f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d0eac8a6dea99105af2917f089cc423a7c21820cdb7ea4a3f793381cd07f43f7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e9625244e5cf3f4fd7e6d69a8076069e24079672e2c4bc4df7733ef31c3aad9b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:25939a8eacf00a315bfaecb90901a20f2d314f186c1a23ee0814ca611866ed5e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3b3fe898a633924c2e0f803ca944cc63d99359966004c6aba6a05c446a0539dd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:55a048f1d9ac836497f7783369b5b582727df86cc64fe7df91c463db1fc0ff30_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:88990b2047d4ab9055afba0c6f8895f30a132c361722a1524bed1671527d99f9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4bab889d5262b3f891b99f0a521f6d4511641313cc1d3a5970cc2182c52e0fc2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4ddc6ce50e06c258b4f24827f1fe5577c4ceb5d68ad925a185dfac5b2b3a661e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7883c26d4640f30a8fbd635f5442fdb46625d727a1b2382220c454aeac081fe8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:955419c1ead9dbc1c2545f367907dd4b1e8133ea23ef65407341e9a505b1cd17_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:206e503ccabc3f5a01f11ea5026cb64ad6ae62adf2eb9044386efac6586cf332_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c2d2155a6d299536662cff9c5a8474680dc8d9c514b152e87421feac7cdcc22f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:e62baadcd61bdc045c205ce81a3b2b650be73e7b3a5dd5cb53ea4c2f8a181f0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fab5b1965457ca46faaf5d1e6882c17ac2f0e1db5017cc81ff4da8a9083cc838_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3e9733932088db40e1d1dc25250b68d83aae6fdaa33923c2593ffc6f10b84984_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:62ff6e225c6c72f9c9b0bb33014544d1e02a30ff9092c25fddf72d9ebc8782dd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:70259c080741f045c19c2dfb1fcd5069e9eb7e413294d855262975ae03e60b6a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a974b10609ceb50c391abab36ecaffb9c6ba62f66b246f529d8f7d1f038165a1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2a8daff0897cef178c43b00d43b3468a3ff9389ebf337533c771210ffc608bc3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4c7da9adb32c409132dfefa7ae79fe99d41b6f59c592eea234970279694951ff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a54253ba850cb357befc0173748523a1762858066023e04388c94c2d5caacfc9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d49affc20c2c397c1ed17de7d3a7fb98a3f66efe9f9bd4f4234c0832393df9b2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2321dd8c9cc505a677622c5cc680e4f3461c6bf1fa4267cdf7f39383967a0b3a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:582d0856a394c73d8faf8d1792a80ccd8c66d80cf65b9dfea344351d767132d3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:938cea3b81e1b74629b0bee65183b0800518b4b757175d34669fb25f6e5d802b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d8e3f695418674002c1dd252757415372d95b38f813a3d432abab774c7427b2e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:8fadf40fe968046de41a4a4c6f643d9077f4908a1e456d7da29e0b0c79f8431e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b7b73c5b17ad867eaf4066be6b2fb9a322677ec3265c0d1bde2e317f54f7accf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dd6c4a3b961b608a71122ddef308287483d90f3a153df4ebd00b4f85b46bd551_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f5e86e560d2dd575aa814329ad50a38ad4c7f3c111353e652e55aa5b58033f18_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:10015b131c57580e5edf1fa90b05b19482ea67ae3b588efb30da1cfb2061deda_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:99060fe9572cab596228b61e892ca9b571e3b740c4872ab55e3276d4ad65260b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5127b9d0570329e12a37d1c7e38a3ad9a1c990b7b0e1d3f3b31f5ae1146a518a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8403b335a511bc219b98b899e2cf4458347dfc67c8e15440801b1434f03ab555_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:8bd350665dfcfcd29e64a93a9c1b700817a99560dcc927a75c13cf22924a557d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b47afa8cdfbab90e0852af59ab14d95b430a2e94245aa9d1c65d1a592f44a90e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:15c698a4b3293ec372e1ceffaba0fb9360499514271d26c22cfb6cb39852f598_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:43344ef6148d5c76a10961d19b3bd83e219764cb53ac4f310a513bbe694fef6c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:084a185169e09b57b07073bc5c82bc741aeba187cd9cb33149c830af00cc6582_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:171aabed219e2a837afd87ec9dda95bd32b6f780a8c7116a6dba18533c07605d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:33926bd728bf4ecfa8146f2d55c05f151150d249b965ac4338cfa8a9acf642f4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c0709bc4da1e5574cf296180cfa6abce28c2b7ac105abd95535422abb090207b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4ef4397e1a1aa5b377ecab2fceb5c2eb15b526ae39bcd9299b45d9abe4bbbf31_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:852e6be5031cc90ccd9d02fcc66b59baa692d594e7ae95e68b8923732fa77b49_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bd9e30cdd5958003b7db73e8d871b448d208c099f3dc7e9df3ba56e6d476ea66_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fc61ea57eef9eb7f0bb091cc0815a81844d60c78f5824640e40096e8de8a02c6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2020b01fe0c8555a2cf070d5a9bf75691de4d8b775b4ac91032c92972ae6a424_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6c3b876e5fa5594ed92ed3d333ad1edd228611d67b060024511f8c6a53eeec92_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cb279e6a6181c4ab8025c6ee74497cd95e990aa02a03aa01c8e4ecb81718d231_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f6562421b9828dea833fc82160705ba8c0349531dca39eea94da4bb31b8d3468_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:44b8d7704e559a8fbde7bcd2d7b51cc025eb2b898c74497149f818473d6b7237_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6b3db54da066eff7abd8e8f58ae42163364355fb1fb5a166c3f90ef42024e24a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7bccca2d8db4038ed90d7c5d995bb2daf880b3d6aed320c6d6dc89c73c38170c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:afc464bfe9fb581e22275814fb3263ada3383b571ac4765507d2640470a8fa3a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:353292bd26a33c9a68fbb8351005fc3b65d1f0dc02c82887cdeb5d28beda1404_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:af382c36059c0c0d6e76b41eda8ae2055bf5717205754272edf126fe15737cc1_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ebd113dd73707e7e234669c4b52e7ad90c5aaa95d062fe7b2ec18ad63b942920_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f0b91324c63bdd9b1603e0bcd2e554e1d595168f9337a7c26d3834093b24f6e4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:23a74b9b847094d230ca89e8d43c924098aa5a8ad67bc02c4b11833c4620aba2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3a9adb54f0e11beb7e2f393c00ef6014f9c18796c36e47ff1f08807dee8a9e0b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:558cbb955c8d4de727f010f3fe97f285b6922f4845357cd979c22e9d6afda4dc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:64f0e85f122f8cef1a5b444095fb16f95b255865ab116cd59a4a541bb61cd09e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2b93d36104e2c99c09823ed5c6d12e25abf3dd07e20683640f99b687a45e9b6a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2bb2c4706037910e8045bf0127ddd9087d2c8ab9eeb09ceabe97b18dfe873c1a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3e5d6fe6f1f7a495efdb0a61dfde0d20def80759a215bc7097265c816e07919a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:efe7886379624399e04e4f213bf1f8b2baf1acf989823caa93ed8ba76ccf9372_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1b152d3df7256fa1d16dbc4edc991503bd90432e1c8408149603306e62a28a89_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a7c3fd07837a9c03ab834a0b46ba51b50c73037203ca4d12d8cb2a45f690e62a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c9aa9a181ad76c715b410ec6866d86f28923d2becc8438f3b56a381d7c668897_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e96b65f0caa9f23429318080d5812ddd5c233b881b6f460d944990000a6d7018_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37569639de1f8c36904366fe21657db1df3c26c03b8f9f974e0a87abe862c7b8_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8d27603330319790b463eba638816fec38ce5ce81e7cc2c113636939d713051b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9e9598797558cb0767f9bba75faaece26aadb56163f94ae2cc2c137645b5babd_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:cf8f8b11a984107f035ff28ba24ff3f6e1d10cd764ac472b94bb9e74d435a459_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:70e6484048faddf5f59bc7399fb22731d4134b6a6e2c2ad3b1e92bf26e5ca902_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:93c6c010543791ed57e08cd0630a7dc7903d7455d61686cdb0865b13fc52f44e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:cf50871759b51c4fd1f164c53ec8503379de265ff95b5f6bfcb15d3820722c78_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f296becb22727fbcfc0a2a4a91139dc782688f43f63396d645b03bf698b81ecb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:227f6cfcbd9f361dac87776c3b625a4ae91a7054a29a48c0aec491a786f81380_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4063848bcd02040ab2a26a1e77d643a8cc01373bc6467070f72f8cae62ad8bf7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7315ff02d1adefaf5e52dc2b87903cbeaa1ad7c30719ff6afd130d068ebcb429_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:c33effb47bad5780e4e0ed220647bd0741276ef5c19eea05014b528b91765efb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2883dc4d23d0c4ec9551a0818f5d5edfc708454b48333db179232b6f7bafb4cf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2909be49bc0471a0e2ab4e9172e4ce490b305b8e1fb86729b45af106f1ad5ac2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3b91df98133ad62ab43372695b3953c54d58e70c15eb7ae201b68d73088c0bb9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ea31f2ac734ef3cec4337ec6025a1cc01a2452ec124f102e5b1400a9ccfb05a6_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:2aaf1b270a589b2e9c907bc35b4a3706cca1508a06142dd3086411e046d7cd00_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:32b91a8b6cf6278fde2c8d33666748a905a8dcf290b6e16ef266857d4838d3c0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:fe8f645cd130c489a3454252abd64c554d583cbf984aa3e568ae9c4073fa0f03_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:9885e38ff9be6d7ae070a00b851232a29e739a870d32b2508ab9f34e56177bd5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2b7476cab5336d76457b1915e734ab8702c461af8ca4d9e474557ad8354f7065_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:4890f971ad6077addd93d4c7fd1e9ee46ef3634bf89ff5adee2a95ad7b7b3f12_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:afc7f162c9c1c3033316a984254b8a477d8eae5bbed9cb25257d54a54e1bb866_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:e9bc1798e5283c65ff1487ae78c1175395e051a6c13426d3e8d1b898469a3493_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "openstack-ironic: openstack-ironic: Arbitrary IPMI command execution via send_raw deployment step"
},
{
"cve": "CVE-2026-69153",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-08-03T18:01:01.506065+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:07716873e44d49ad177f8c572fe54cec7ddb819a70492e6bddf36ef2ea5e6449_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:288bb644cbb5e14b00d80e0b409c83644a59cbcb513d19025f8b97de61f2cbea_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a27a41e1a167568dc9bcd1f125ac624897d73bb6dca7be80d256432b35e4c6aa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fe9b92e8a052208c6eeac2ba816959ee8129cc0f68bc93bb0a1a2f940a49f4d8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:44ba1190dc20c3a99259ef0723be3c9e1c2d4f339ec4eb4f38a9375cefd60d2f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:48a700617f0d4ab9dd6b40cc27e9f602892037c10872c19c60f62a2a848e451e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9319978cb44eb1f26a7d82709c4ba7d9b6b0bdad78c6c6080bafb0933103bda2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e734fcb9ca41744ac9213327a775aeb0e01ea9974036908721b532ed2dfef923_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:10097712385ddd416b15237d2af20f86a0370f1d97125f1e8a0d25a7215f6751_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:40f8f7e1d72a0e70d96c1ff028cff7125ead621e89cf2f3c1cc5262a3aab65fe_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:50ff72eded21d210ea9c57c9f9b192cb6ca5efe781c5c5a9d2e1129e2eb7a248_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:f77b14655ac6137b53212c8ed526d6baf86d6d6332513416daa73a6dc468c832_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:76042ef2dea9a9316a7bb2a38923d0b670663803c75f5b8351b5e71d344b479c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a645a364226f6768df30645c15ffb8b7feb1932a96c3666cd2d8bbf71786fe88_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:afc4fea57ea3217712f10421cdc7ded66093dfd0d5cdf09120ec1200d696f332_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f70b291b3be37bcef36e4cd282cbd88f917dcc5e61e0ad6228b33b770656b8ca_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4cad4e954d5e9fce7e93ce3a81da34d58e01c38a5d6140cefa7eeeffa13e1431_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5c1598ad56e3f9cf5801a990b2d5d007632cadc69118dd15b771d8104893b722_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d18a7d5884e709f2440b7f85999c2351c0f74ba09b876a7c915a974ccfa3dea0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:ede11c7678a732b9ef9a763632c13e616a95cbabdb36baf0c5c48ca0d476c260_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:208703e1b4c8fd82b6cffc790affc4bb8966f6d95e5b5631d9fc7cd429d82242_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:40be47b6d5dedb587c54ea5f6ee763dc3007284e85cf75d9f48f4de83bff4f0c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bfe783bcda48a7678e776f99ab08f9d6cdf882432ae03c46593326bf8b57e714_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e43bd0884f4c1993cd516c3ea52d1f878a783f6a998a6dd3fe4a98ab11bd3e87_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0492b621d90ebddbab300b3bcb6979598f11380da79b32531f8978b26fe5edfa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2f4ffb0abe2bcc7b801658bb46ad9f397d7a3d11e8b2060859f5dee1625d7ea2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:30b0e4f82db1f3e39379b7aa792514aa726a0c485680b67351c593542c1b1127_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f0f3b27621a9276b1f4f9601b1b399eabbc165d74a4b4a20ebbccf6a36a8f98d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2d56871f80eb82c502cec2b901d3510ab482eea981f50cba4fea729c83f1897c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c169319f15a3e6ac9086e21438dac78a6b30f142c6d96d63c259e45f4b98c2ad_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cbb1706913eb430b86212f941bb32b066af04b431126af872899134a9e111ca2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:de56a4d37e6686cafc8591eb1f7520942036037ba5af21c286aea2d2fab95b2b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3e35e96ed5607d7229629ee64a3a7c942fb12da93a75e989f1fd9aa028e8fdcd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c045d9282bb2e3ccfdc19d09b76e81d622ad5c41750c960a066f9a735ce47a3a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d3c7bcca57a84397fa1932919a750ed7a002fd7f7be976152dd7c14d60feacd0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fc479e1b1d14c548ed9a783109fd978efba5363537b835a5d09fa8d0fa9f9068_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:0e22ab8f884e0095c3cb3efcb63f9f37d55b72cff37962f271fdf534deb469c1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:ab518543ee2455263fe748f1d2ab5fd1fcb87e03bdb241a1fe657c748e220e3d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:cf25049921f441dee72daf95b707da269c5ea7af7026674c42a7e3c8cc682e59_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:d5350fca926c7cabd8fa4e7749f0c2bd9bf90069a11ed96342cbaa0ccc16f889_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:41ec41da1569234037cfc2b9cefeadbdb4c1e45363dcc0b5f2acce2453ba3dd2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:bf2513f4ea2df4a781fa74ddc02c207133387318444f7027e6b62565e8af505d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb3cc6f050ccd3fae295639dd627bdf3ff5f08f66ef0fdefe24ab8260cfba983_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:efe54dbb00c22c7e9e4a6d7c40e52665823c5f94d4b7b03236edeb1d7a304f94_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:073ed3fb3dfb009b6ba476883da5421996c5c4f4119375c0c83b072571d935f6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:14b74e5080c191fe32bdd2a416c80cd94a0f30ea6d5f18faf7396c120c5907ea_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3c86e67143d2caced55d2dc470df15cd1659c5e16c7eb8af22183de1a3222901_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a6de5df300008dde127b655f67ba1c8e637bd6e67bc2c811c0d9e0ecfc3cb08b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05ef13e75b41891cd2774cf5243b11da290ae75f12ecd07239e580a5238036a5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7c5f6b71b68331d1cdff8b3273fc7cebb945d9c037fae5c2fe0666f84cafc928_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:c221dffd999b01fe10c83c1cf3e93ed9d49beb5f0f13e8e23261f44a07fd9342_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ea42eecab8a62b7896ffb697f402857a31807834a102986b3967faa70f63775f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:0123a42a6d10e21067ef4ed5ad7a39541529ff0157cb27443a95b0e5d88efc7b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:61e542fb10dc0e083f8889b0b94c3525f3882e5da701b8db31cc9be68d803ec9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:69eb532db9fac5d796148a421f1c0a95f03a84604fe40d5e5a3719c995b8d3c2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7bfdc577bd856e0cc690c86a8fc9928ed3d034d4d1455378c95293376a74b9c3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:023e336977c9e6f23a82083ada96020a26cfea384189b765e89d6acf7112957c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a0734ecbae0ba4ef8a6cf77d42383afe04fdf33eed2c0d1e34782f147c675581_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c64a9e77bb865dd5475a4022629d394ced47bfd9adb137f69e2dd7bfca2c5a29_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e90910e06037ec13a10bc176da5a516287ddc34ccdfcb36432f386f7b3895136_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2052fdaecd2f3807694fa17f35f03f84b5d8116ca56926b6d657f0594adcc4af_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:274df573eeb1919286472cfde2006716aaa62c65ad1a6fb82bc351e7292a51a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5f81d0322afa70edfd932cf1f80dc5a14ebb30f3f4cb0a4b9943859c3ef8a741_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c5f86407af14e6c3741e75068ebe79aea7c7d1a73ca87fc97128c53139dc8748_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:11009d76f2fc73fb88ad8650914948e04e30d4096420d00a4e6b1f2f82bb2a48_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:464e2bac04048cdd010a9625e6657c9f823ebadd624fd71191ee978520874528_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:4a6beae013e9de12cd8b0a39e9e7488f51b97b3f295e14d773eb28c5df9d6743_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a2f765f47a9fbb2acbbf3b00c2d62d7df283546b7485e7631116fe824cb589a5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:82953c91b88971066d4d605174664863cb062a6f7da286754aa4f05c11a69bc4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8adf05874d8cc6284cb4566506787161305d95ba4c318f070e01960939526d59_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b0127947224f18d500d967398c5008737df32168d2db50f1f87554e149328d71_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:c25b7a4bba9a988a6b7daa4eaa8608df78b927d1d454aac7757f18e3b6c78d86_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1f6a0d8476232a85b5d18ef9ce148135b69a4abdc45952f6ad0eaf41604e05f8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2989730daa53d788a9e1be03bf922a07c1111ee8559bdef63d058be6fd5f3fc7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c0cac6ae1322cdf12df3c55948bcfead52641aa95a57dcdea97401ae01c1860_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:adf166a8095fd21a818265c01776b94e25cea102a98de6875352cdc47fba933b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:67f12e5ce45f173e79229f506b92915943d263ca0adaa31a027cb7245d7a076e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6b91bbe18861c83c79693a155979f3cc56162624412eef4c57c52cfedfb38475_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b2bb582913e9dedea9f2eb41f1568fa8f0fccce2e56be4f666ff41f3698dc147_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d35f97d205f82d6ffa260582fc6dce2fe0fcc3719ae0e19e85e06e7ab629021e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:03ce535e7bb582ca85793c8155f38ff9f73231e7cf5af4ce223ea89d4d2eeb89_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:605dbca994f47b04da902ae4b76744eaebe0d716a7a5fd3cb8e617db5dabb8c7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6b2582a7f534bb2716acaa72598b40f593897124fe03a5e6b2bea1e4c1a26d15_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d88f52e765c3f5fd4ad80f7364efe49e98ae927d82601d27105eb6ad0b484264_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:1305fefe98602549511b835fd1302eee6a4494c690d76964d89189c90f39627a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:325af02386526656111c663e6a206e755f2f30db00059078a0391d4af6cd95d2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6dcb4d60294895ba062bed0e9612ad7fecd7fd8d8cffdeee9bd65ffec1b20a63_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f492d67b16384267b9f65d20b769f93e3122f0957cec290a88a1b244c80e4b54_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:56cd8314cc9791e043cb4e5ace324013f4ce4c825fb5f9119b1a6c6871b76a3b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d6ff019bc8333893d6d5799927ffd9dbd02d0d388752a1ead6b8f85928fff4f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d7e525584c9b7492d8b989d2ad0b8ccdc4f244987f26b4aedfa7ab1097aa8ac_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:598dbc32cda4219d6a0442aee99096b77ddbea0148ac3260c9c37e00b13cba23_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e223d745233c048714d3ff7a04f8ee565aebeb0f5aead03e55dd9f305fe60cb2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:05fe3c8332c4626e356a2b8b33b235d605b8cfdf8b49a68475db687789a766e7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:64ea7652aa2f9f9ba58d56765ee0ffd7224d6534860d118c059c2c066bbf2142_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8673853d611d162bc12d1791bef2acdd4131a97b8a6e46961736724b69332db7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ee04f343f0bc1c58b1e016295990225bafab7b39a9c1a572b10cdc19076150ad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:4771678b9e18450e8e2a6ab991e844fb064749a0b09b089e54a802a7109c1ae7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:68c90482505c592a6393640c16467c1416f3175ba1273a284c3d0a9417e879ae_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:234bf4abb67f86a27d549a2d368d080a3671ab34786e26c6abbcdf58baccb034_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f330b931299e7c97298212e0514c55f9e086e2f33ab7e522d40d8e9df843ea11_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:123e1027c857bf3a084e45755736871b220117eb70d774a3b450f7d877e7d1a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:61d9a3fb3114cc2252a8ecb5b0339a5fcdef87cf962f285be72b164933afb857_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9426eef8c79d6e2c9cf5efb340257ef7dc7936b3369050776f4b45ed6603de37_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b693182419b2287a69a8bcb3bd3ef8d6e799b5e7aa9b5f25cca855995588e104_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cde3a4deb285f4ffb38be4443b3c09f33a44d8f2007bfde6f8766d371487bb80_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cfa458375e07e80969d9a9b3521c5983fd20f384b74f1080b865b618afd35f32_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:30a0f7d083fbf57d19fdebcba31bf52d257fda3eab13e1c8b856291f40278c4d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:7078670a28f19c15b118e3ff8d70afcd5e329a22eb6a44d3827f9554dbbee812_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:6d60dfdba0f6368f23bdb554da68f81e3d088677ce9748d2850ba8f2ecb0cbcd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b71a8dd592d2646c7b085b06edefe64be96e38113c3547a111a8d0201992b98c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d906f3f6f4740b50fd6266205b0b3f986b35ca7a64ac7b6c52cd7167d0cdab23_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e4969f9764190a2b46dc5c9c7375213c28518935d80c4e4570d122d231f53663_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:331e8f309349114252acd7fe42067ab2b7bc03abb6619f1df59c8fe907513d3e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fefc2125429189eb85f3c807ad8ba8896a48518f3dd7d93f94a091ec925e23f1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:8687825da05aa3fbdbf32fa82a739f58585d8d2564501deb0d3b97d67a4c431f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e5886c91ae307b14a848b0a571918a57a9d2d85805af6c6ac7a2404dc0308337_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:260b87efa1dfc71726aefc2feb8dfa83495aedfa6e95b0e86dd1ce0d246233cf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:49a1a91122fc6cc34cb21b6de67b8249f154aa8e2bfade0e50457c224fc3ca70_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:cdc02821294c7bd8b4de75b356ec0ec8b0745b0b409ae9481dc08c4d967b53ef_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:e52b5054a3c11b34c3bc3450d9be2628816575531a1435ce44652324ec020dc3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:64e73e3f7bc1f37f40ae235a7866ea7c881d67afe29b398edc6f15befa7f06cc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b4f0c23d7fadc3a15840607d9aa13327a3eda6272565f88be3691b74f16fa13b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9b5eda1037248996bff10033108d1dec27b8417730bd721d980b778e1cb4585f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c397e51c6d4de14ea1b6a41957a3fe5ae54115c1cbaf414c013035333824eca2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c72d9616c2bf94661a156840d39e3a42d4023598c5d647562874c453b44b72e9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fef61b2df388d1e5714b0f3293bb7878f1ff9ac64b0353284576fa0413000ce2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:267a8525fce7dcfc460052b97dc07532c927fcb27257b29f5e43e5475376bc42_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:886cef96ae99502afa35aa5cbe5a16a30d873e8c9c92d6bb3c748bb68877935c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9a68ca065607df1a4fd1a351041d799b2166b76ebbdf2c92a0fdbccd47015036_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c7a8842568f7ed4d4b1ceb0f507aa5a56d80ab213877507be04ab55f8fcb3a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1567f1a6c1a596e22674ad45cd1975c8667fb2317c84dd5944ccef58326239b2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:40dad16e2777a64a836355627be3aae4572a7ed6417ac39e0dca5f019eeaf471_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:800ffbe7a0007398e44945b2f3772d657995ebd902918ecb410e5d373de06263_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9720a885c669964be135fbcc55bfd5e9766841f6b11bb2c279ac030de9618ece_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02440d8ce569f4318b2110f8975fc4d0a93e6da6c5012882df9cbe77559a0a81_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02594f4e3bd44cf7d378a7fa0533d54b4365eb5317c282cf8295cdfb0ae5ddf8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3e5753abdfee794bd09cd51eda1c7634aa7630ea3f2a72ff40c3fcf5661e58c1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ea8145a89efceb27b579a5f79c37c7457d141a0eb38b2de5c82ced07879539d1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a1aa9421f9d52c8bb918e1b3c9daac3e1a076e70e003a58462b62f0a91fbf795_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d4dd77443d486829650aaee412b58df2c5fcd995bf2c493a22dc1cc705d270a1_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d689dbabc1df0ca42e7eceba17ff474f9e6a30474f7cca15970a5ee7fb870a72_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fea791f1b353cb84039498653a7b7daadebd460631446fae5f05d1ca8e85dace_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:100ffa84c55a87981f50fa5fcdfb5a5daad0eea01d0bc14abdbc959ca0a1ff92_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2e646fe351c1dfb3650d0b67694f5cb89fb7aae85c9b8edd356f54f40b9e9fb3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4a45ec0f50d9cec050f1c99dd33d288ba8f9e8dd1a71c2870eb5e799a42e411e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:60be3446f54ba3c5f93c5c4bf1de44d7e9ca3049abb6ab910f8e62e671a80d44_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:90b36fe8a88dddddcd584cf06ddbde8b74e9d7a78f9f51b77d7d2480ed45ed79_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d69ebc6a9d6bd6f8f75d933ee0f7893b285fb24e994bffc35514ff5211ce68b1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:da6ed87ee2d899e3fe9c6e8b08bcd44cf11e1b1563972ca4aeb3e8bc806a1d2c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fdea5b85efe39b635685d506a4416115d546a9f56e87903650b5e51bec6a10bd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:47ded0bc14992d79c073e4cd541279def7e44d8ff586a5cc1676edabdd86c13b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:642eb8c1bf4631b969d0ebf3a0755f566236ce7b5534fab78d531c76d5e802ad_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7189cc475748ddba6ff3f306320d55a840baa8f1da8a934d4500c49e6f675ea5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bc10db6a9f9c1a60744f49c1ed737bbbb8454eeff9fd00175b98872a1af17936_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:017359024215cf5a7b00bd31b8b797ca7f5f456d66a34ac12c44e53c1ab77fff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2635b651e023c9d4dd92d1897b4513947985256607f9d2dd8043cd7f5de3a765_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:542b1a4bf2fafae85c50eae7a182ffd3a3a07b2c234a00e4e6c639b1143b4b55_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9b3b5510e4cf6b4cb86bae86fbf36c1fccbdeaecfe009cf2e67cb9c1d7924ef4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:048f5dc4b9176a86e0d82447e036ddad890e58e49c8508cd74f8c297272c800f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:0a7e3fc4b1f892ea2e77c1f5d961507f0fcec7740f33d3e308904cdea1d3ce21_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:44db7037b872b0164497a603e99b7c5bf2bd9aaf31158e8a4e8bd03559584155_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:a8ffa384c6770ffe1bb9b7b8729501ef2c06199e0005b16e5dc432dd8d23c66f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:176081efde0e44254215af3f5091e64748c81d2bb29a1e7a64ed2879c6a7fbe3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:42ea798731bcee8b868ae15f9d45b8f0aaa91d1a4f7660c53ee08b070fe4c9f5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:85fd9925886227b53c26a3ed09604c408c49b8ddb9cf7efa2057335bec94803c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8b7b592c5ae05773897351d97fc9925e6904ed02a6ed49e4737f0f649b7eabe_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0d8537a8b89a087f59b9f0c413d9c8d6c77002ff0d9d8579d179291d3b6caee0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:14cc3a54f1ddd57ce5b80b6d111f0ca27f74b4321c9915d5ec1960318c71d752_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7dc1bda89f2fe70041f850dbb5dd3804e853961d2026c3880fd7255dd6e57b0e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:aac4600f524660e2351490cc7aa719ac2dc93193f64bff1178a04376bda57cee_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5449067a980b2d50b360b1aa1164fba67693402210111708ebaa00f0f93bfb55_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c8486459e2b80ee2706409e888070c9100938357621746215ad7871ab9ddb990_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d748caca6496019c594ae5aca825845658e1e8c5a1c062a02830aecd677ea1af_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dac9a4617348551eaefdf01ebf1770442c0bc07033fcbff203750ecaaef1161b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5143aae8d524363878300902b89dfb5f3420ce897bc36064fd021d23993432f1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:6fa81971ac5bc843a536eaf167cf5147e879c5447d7c1ec17cebe7ab85692317_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:bfa79bf705669231df1e59e373712f0b04ef2c0676ebfd901bd9879cef16236e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:cad2e37531b2ba165087ddbcbccf9cf167c4eaca5a3fba5f5f4bd943b8298678_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3538795f3effdfe84442141d83d0292447b4c43e3d68871afcd453f80e11fbff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:7da313ec91e1a9ff08a16ea2b0af0ed1ac73e40c4b629402bff19f183d45aef6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d9279ac3cea7e1e400e244624bd7ce53cbb6343d10872873e71dee20263d0e62_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e89a5c92caae6b72646e17535787d06f7640a47c59b0b4f418c7e48918736d60_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0ec6c9197060bf068f358283d64b9b877e97f072466244f9d147552a193fdae3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a5aa2eb87a3fc9c5160f5c37c50cb88cc0a77bbf4eebb298ee7883ecf47b456_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc1512a1ca871d5e21162430f028d7b7f2391e19cee9b3d6e253b6b6d03cc8e2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e8c2baac5dee142c4e84d01c731abbc200cf24a04201fd8690f0d47035958830_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9b45bdc374e248769add4b772aca63e25ff0baf8d490e64066bfa78405cf609e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bcb4f4b45a7d62927ee6589db9d31e9bfc87a13f3b0239649c9701b10d3dbd75_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c1c72b9d00d45dc90f97bd9c5263e6d385ee34f3a3f834909dd8b8eb28c3b15f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e15057d2878011a1142587df35dac65182dd4ec4c0f3c61055a73a23dfbd615c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3bef4d599101ae4c2162f47e89f5fbac89903db3f007bb425eed38e1d9b4d9cc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aee0556c560d2ef9f2ccf501302a373f15cdccc83ec2c6935c4ae6a2f25b63e0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ddc3c05d5daa3aeffe5629b7e2fedd5df301a3030f8f8c6acc3204b8fd7e0995_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f463811c1b1e6fc34934bb5a8151fa946acf321ab57f9901b3ee1b7f75546beb_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2abfe62de89fdd0697da63674373b1c8a2695846d8acab5f17a35fb38fbc23a4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7701f38b6702b4a9e6b49b3db83073475c33528d2529e63b1b98664bb7191906_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a23cd4945d2e1f9e1c194179fab9c388677fa1317e02a99eebc575e227064b79_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f2f194cdb1a14fe59e05455df10ebfe70edabd37ad605346b6258c5bda79d96e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9b04b0a1047813b35f6ef09e1fcf1e06b63946e0a3b3feaee3e081b0deed689b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bb521f2f97477b5b9851f6655f1738b620aefccaaa81cd303d17eb74ade7adb4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c8a1f9ce2dea4947e6cb460bb4b4ae7ab6bc5f816ca25f3405799d56c6ca48f3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d8f67c5b7b8903633485f67a76f88ea13855bbf95e92b651bddd15fa91458ebc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2c84af74e0937a0f3451054240ab7ae2d44c1b566339012ebec9e5b75d7a627c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:41ab25be6eb002ee921bf74c1049e07547328632d576e78fc45245177fe9ab84_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5b389b9b0acddd8ffe5e5c3f9d54321d061253f3f45b5b66b6dfa0181b73b87a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9afa17f9f4e4551369e891d405098219c071231ddab921dd32bb7bc66bb0b6a7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:0bd76e62d162ae823a34a766fccd9d339e3f550720d863b477273734ed1fdc39_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:dd17b1ffce727d9a74c3f64d65b72b03a5c8fed96e773665a078dfab33bd64c7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e8ed2c9324c2f5594f90b049e92f2fb3141dedcd99165e80e8bfe147c738adff_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f7f45f6d562bf699e0e45e134c7ab71701dc3994882cb82edce9356be7627ce0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:22dee3c01cf1deff68d73d76735e420d223ba0e75dba1e7ae224ac4e7b14ae79_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7134aa51e11a7d6b826068d03b9c90a518cd3cfccec0e3f06e57f5ed77daf6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7cdf9e85bfc54e4562176d63e1f2be56775dd761c6c0cbb80fbf888dd1ab43_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b72954ed888ded15f443784fe6a684b6e0d7782921efb788e242d987fcbf5388_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:63bf84966169bf2dcd8b8bfee3c478d9e61881ca007fdf3a8be4ba5cb1118211_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:697ada7f8e4bc8a881e2f1fa3a8402a2e96448f948befd465c59e03ced12c9d9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:85ed053619e39778d5a986255af37802ac46a26899c8a448abb139736db5e075_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:abe01f65affd92347d8097b3922e587548364d9680b74f767e9cbf139c996802_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:55102797bf884eef2d8b842ba8a5f2538f711622eab1c82b06941ec574b8f266_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9cca1a2d1a6f5a33257e8f790d180274f24a01c125a717ff79da8fa301e2f270_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a1f1be1027b54388f762951ab7983f18cfe37140efcf2c778a5d11d4740e8e9a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d65990c0adf148e94c1c0ec0730ac2a285b38eff128cdb2fac7f61af1514fd14_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2db5ea10de47829d4643fc525d9efe3815db59d5689c0febecf4fd722ad0528d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5dcf0a7d3c0b2062ea11867f5fd2a4ad56fe786b11c3095d76eeb4c844240a6f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:73b76f141fea3db7cf7df4e9b70443b37fc67790cc6986efdf53a32ea7360bbe_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:be3286f36b4c80969594af159ede49ee20ab5dfbbd890649c2c4249335714466_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2cb748becce8d80bfbb66e84f63e0f0a3cdee6d9bef3833eccca24132e9d0699_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:374211b6e69093447e90462693c45bcdf2ece57b033a419f13585d9a46df62a0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6047837c63bd707f994797af79267ec8bb5075b3fdd88c069b3acaa04ee2cb5c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d8c4afb75de3b6d432d4929f4d4fb6938617a794ca2ef2060b83a02588a1d0a3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3287f57d83e7becbcd3997ff2ade6e6b5a664fd08610464002229e0a116dfec8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8a58a72e372b4235b4751e08f10c97ef0798519e6b91595c234fc14089d7495b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9654a0a2b4549ab06e5422dc69872961c892e97032b18d913cc197dd3aa39f3d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9e9ecf8cb43e1819159bb8fc0eb5641b71663e110ff757e26d5549cf41075084_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4aa3e0ca4b5398fcaedd212506e222fd435f7a46c2eaeb7a49dc50f789cf13a3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5d094c8e18e42d662ac2f5ba16602c1513094c7dc547fbe3de562463c4096bce_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:67f85bffdf2db08fb27d52c6a0a8b615a4b9cd748d9a7e6126851d1bb27844ed_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7d4b6b9e67875889c95a5d126bcad0f6b98c148b85433180573f439a867d9e25_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3c0791290db50c5a925a80b371ba8bdf91f4fccce56397d12a989263a972bd02_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:654aece866efed516d69db0e47668dc85d3936e901aeabd098e07538aa3dc617_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7637a44a01d6c56f002120cf96228b6c68e92b4391d4b6efa1c81ff8e40eac0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dbc636494f53ee38eae00f243bdb92d187ec84654c280cc454f2b4febd7c22f0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:08f46b1d2114a3ab80bc7cd277859a4f84e870c2421b9e13370774deca0aebe3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0ea69bf7a80cc8c0810acf8c7aaf2cc1374d3b034065f1119ca33af3d1794cbf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:17e61f4a9148bc2e0fcea85c19c98eb8c2efb701bd21f8b63547dad13fc256ec_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:8b81413ad0f567583ebe4782344c22834c1781c5f7493c8a05b827f3f2a5e409_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6b348a4fae63bad66acacb5f0d03b8155246733e758f14208956c38c2bedaac0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96eb6b75d6a8ce22b199b8150e628a2a00c427ffc79b2fee2e24af1bf584bbcf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e0b17d193af2fd7e981c9908e01f2d840cc939e24bf1be19977beb85fa1159ad_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ed56ff21aa465143bc0d1c4f20803873dd07999229739b84ef7861683476b22f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0654b81d996d73c5b5b03310f314bf3bd6871b3bd4d1abe791cec9b7a3339719_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e294ee6e92049316f91ecad5987a24d7d3c06809d3db2ee3f9a41bb461bc220_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e3afa0bbd3ab3ed4acd6d0059765116e9ab56090313932bd063098d94f1c3b1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:929f235d156df0f59479d60379dab0d83d6fc662d9acf7ff050a520850ee0125_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:14b5ec9622b1a177ffe69a7c87b7797c06b283b26d5547828d3177f823074b5e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:52a47ec0685655243dfa60738842ba038719f2454b85024084de270736d06529_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5fea5bf035692313badd286c7d13564d48c34e3195bac3c74ae669607b5b5875_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fca2b0ceeb7e301640de2604932cfb2c386441e0d3b3b0e4a525f0a6b00f7cee_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2b85420da837c90d984c5945fae12321c8e6b6fa270768da6270f382194f2d4f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5e5a715049a34055fca9a4b36dab839573238385890678734f96d7ba776dadf9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6982d2c27206f15366ece47b40f4a6a2994c7acf5dbb94aa274c55a2216d0063_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a38c23c37dbf421c77c4f36758a105b790123d654f1c8b3419becfefedadd0e7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:021e3ef983d0ca18800e0fc390ad96f4b6f6b9c3ab784c6e74ebe2e7fd7b31d5_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1076cff5268f9fec09a760da243efbb72eb96645f838a746c4c4e28ae4feba33_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3eabe7ed8651b8dedc3a2c38a83527f224ba3b50088b3238e158048bb2ddd85c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c29274bf105ffdd07bb78270a6dc497fbfb699acce48c7c6b7b6ef32416eb20f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:71bae3f7d9ec2a469c8d69b9f67d27a0a98a26bc842cc8733442cabd43fe3c06_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b67943ce9e26423e0bf84f411d50f394a67a0f3368ff289e695f8819c4fa8c02_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d4c9ea28e8a716d6a46a42cd3b5efc82f42d456e21791c32369527ae82f643e0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e4c222d813696b8b3d4cef6982cc88ba3d4581ad6842b10510fb4c8130a82684_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4d789598c5dc7be91f05a8766dffccc377a71db2ea8c5cc563f396cae02326dc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:70267df26127761958bacff38fbeece08995608c2a24c7a3724495128ef2bef6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:84ea38804ec003ae82375c83ed4549163a2c932d6264eb64476e0ad175b4a4de_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:bfcf2ab8d6586fd6a8f08ec2fcc71f997800b8f459577c31e654f8ef9325fc42_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:49a412244c4d6b547d5b0ca9bcb041b1e3cabbc78f5234ce52b678207d83b3e3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:4d2e1fee9a43f8faf39b05a7d82ceac50094ebe972fd1fd85b1528961cf49478_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:564e888a319fcd9b1af19b18a4281c5a2c41bedfc3186fb3bb587a1e28954c0a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecb2d59766a1aaaf7cfbdf1e0b92ed025a18fd54acd41fbc63026b350c98a953_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:296a9379ce17e07df7008f1d35004477297a7ebdf9e3d51a50d71628d6ac68af_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:67f272ef9abe83f9cd959ce97e3d5c46ed6e118ca30f65fbad733384d228ebce_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c8b5246ba51213bb183e07d862b6d1f9b156e1d16b7656bd6ea061f9016e8ad5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ed375d4341175bfe6945ea8aab5208f375034307f6753cc726230629ab97a71f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:29e41d78f04e683ecb12ff2335b7205383670e7bcd2b1beec736261a93abd406_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8ac74d64736ed4788497e0d4d10226bfa212f6c0cc97ee63d7c61676698bc022_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:94a303f0dd0822b5d82509e3ff8af5887949ddaa0e3a91b9f94d0bdf4e1e267b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:95c3aff27109694e511c9e45d1132bc4de0fd636cde0855c9ef45f1a17f5ce7a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:16e2953831f686cd68012c8cdaea2b404c54c91050145b716ee8b0ffc5cf11bf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:91e3e3d331d92b90ea49a78531cd366201c5de278f56597d9dcbeae40f114754_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bb1ec078ef82180a6019d6e174c16a5a846e4cb8995753628db25a4ca0071474_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c33a11f1aa2fe38738663eb291e25503e2e6fc3cb5bd964e1a6f8db0475e29a8_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:07163bdf6c27b8066a5f1e8674a2120054c3daab1e8a0db8cd728f2b1ca0fa57_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:32956c0bb79239db914454aa82f94222c6f7a90be718e22bb80c4e75a45127f1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d877387429f09cf5fdf779e73200069c418e561f20a21815bd56fce1c1c4c73_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:9a64cc9623e5639b0e8ec8f5ad63a5ab83f92598abe541be09fceb37ba2fab23_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6d8e4146a7965b0a81984df7d0a2fc094c50e7010acb93e58510cedc8a42e687_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:764c1081056df81f61d6965869f9ba66d67f132d6c768c13f1b2c1c81d45ec6b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a27762ca5025270235002c90eed00d6d029d4b7103b5bd108eb527fc8e797f1d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f473c0c439be12fc83e9ebcef48a1a067a5f4a9cd581ca19ca34a3dd0b9fb79b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:6e95c6d3ba75f0655680a4e46b703aeceb57cc9ad072733bed1aeeca0e9b3508_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:ba23af1b9437640698b924bb0645013d7c08fd6121489b01b63f66156faa6588_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:01c4ac10b7061c77ef54bf337b8488722506d2a572d9da7d9a689b4c9ff7c225_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:67c19e36b3f264978073841b06d940efc3fe0546baabffdfb35c2e5a1989e96c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:add880787ab5dc1af04cbed51e2da0f6f630ee85387617987ec6d6d8e3a28009_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:d6acbf09fd11d29d0d715b96e60355a23deba955fb3ac6ebbcbdc29e6923d508_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:474e02e9e121dfe39458bdbee1f434d32fa29347f55386a4abcd3825c9235456_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a0e6d2e5adb8d9c223824f623bd7d391e33241fcbe281c54af8e3925af5781b6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c3fffbd0e1e6db3256029c6cff61bb64ba56625041ff86a9d46a895076877fff_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d253f116a2d1e2f033f47422230a0a4e8a9fce255d71e9140a0bcb6f255c09b6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0b41f824ade401523c3ff06e2dace98c8dda246f40e6a01a588dab6fcad09683_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4954d67caa517e2e2edec0e5d4b95610a31b82d5a86f9058cbe55193987da9d2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d1a37ce3fce40a5d5e3065b5a4be81a18fe2a6b81bd5d16ada65f2647fd8fd0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d395f05c26536703d44d06525efc0ac6203440e6576e8a1513c7e4ed8563ae62_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2224a1bb7f39feb0ee922a54a94d8dfa66e676caffc681f99227eafc0082b50c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:339b51d602e6c798949da55fc36b4e83d4b07909c97f004f8aebb5bb6f43268d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a7bc2291024185f39cde4d43057b17968cad18451fe8447b0ace526ee11bbcb4_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c171ac27f2bfd7846db274c1d2be8b39cdfed3afe59ab4fb01f903b5be3af443_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:45c70f4c6f15a25e1982efd6eee6930f16317ef4cebd11ffe2b5994b9ad8b200_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:938dfb864f0a9dd0116c5969eb1ca94f2e04b914c3ee56bc26ac33f90e2535c6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a4f095b9251baba737421c47566ac7329258b8ff22b0f131c5a941ad1b6caed5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:f7a4c6ab4dc050efd81ff5d7dee7569a55dd0cf96e6413c47770699f5fa02b6d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3a4f76a56b75c54966a76307c4fd647d854812bd22e55cb228c1e9b5aea67037_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:98110bc940b974dcbb8b0ea21c6b52bd96ecea62779f9665d3ac8dd03223905f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a7e47a89156ad39c7e5820cbc98a0b295ca1a3aaf6b72be3961c6d4eb0225831_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b6a273a6d68b36cd939b6bba836f657168526125327fb784c436c99848f49f7e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:26b6bffa3e11fabf11ec8176bb39ab3e301b3c5a85c1aec37142860ffac1fe5a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:301f5a73d9d839a999dbd3c9a7741ed3458ffb87426b7499364e6460850deeb5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:57eee4fc78405492c9a665c228d1f25c75f0390f75a73d5819aea7ebc2da6b4d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b10b625aa3fe5011c7fa9db3c95ba6d36c569fd6f6aa4ac3ff2431cbc103d362_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:11b59cdae58f57a02a4c8479266a50a1a5691f2e8e4382ea7ce96bc913ad4afc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1f11609dbe46602b2c11ea6c776cffc87ebf3fe2a1204f25bda85d9793d5cd60_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:28ca9310e14799c080a07935267ab4ecaf6fd1abadcb1e165deb46c81f2e731b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:56a619fe929b8a18bf1526bde6c9a86f12a1c0a43739d1a0d04c58920d3ac5d0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3bd696b964b694ec219c5776593bf4772dafcc3f43b973355913801929462557_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:4142674147742cf0ecad7223e02e88efb53e5a34ab820df5ea2f645a04219da8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7c59a7997fa95d2895620378a7e18f0074929b630c329ba3f03c72e43415364d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ff35fdf6dd3714c214394ff6f203815f23921af529bad0dc22abfa1d1680b333_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:15198ffc1a039f56e9cfe7ab35037c34a3864a83163576b65fb3e9f5aa8f1f3f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:4ab1c5859c4f54f225fe4d5555f3c2d1aafc520ce7a9197b040e06084da9a43b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7be609c48462446f215d9ae0326f1c76bc0b779cd08db391163c796106e7aeef_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f04c27be87ea23869192754c00d08badd40a106c2f66b86bf493455b3e3ceb09_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:42ce515a9496a89b6abef7a94b6fcea6880b2a9833900d54e1dd4044c9e2872e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5ab9133d7b6aa46227bca8a1c6ec2ec9233ebed8e62e41ff122dda627d4a7fcf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:94f82ddff9d44dfdce03af24a851c05cec4ceb161c5631ce6ce88dc8a9481271_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a7879d59a73d16ad9c237a597dfdbdbe06fd6d3e3de0c9396e342250778dbe08_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2f370ec13f448fc82d3f142cc8b6a559a4d62044631f4b394742652c4672f536_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:38471fb10545f0fd1f879ff8ded337bdb6919a929043727936d28c2153a78fb9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8e6c8d7186bfcc49c6ec64bf8bbaaee511f62cb5d14aec29bea364f90129d36e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e35c02d8101af5150e038572081ef775816f97c77ae24fec3826bef8c24837b4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:123714413da1487c02d182f1d355688d2f0fd63e0f82865dd962567bb9c81039_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:675b6754ba7e231a1725cf8338d536551497ed05e7f40435a2a3c98e411af84f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9eced45114ad75c3ca56d06028c836adaa713433bc49f6196533276f9645c58c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b203bacc4238f6cc6afaa7dcad119d126484235694dcc33a46edc4d002dc7f5b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4e68102ebe684da4477f443e32d69865b6fa28d398fbb76463c67d85739e3c2d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:6dd5107b14c1abce011367145d859456aeb03052ab831b4c548fa4fba0b269fb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8e6d6d3162ace273c1312c383de4e1f6ffe2d8e6d7b553b64e6ac460ac040c20_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:061699fecaf30d68ae3d41b89d812ea8144627d9ca9de83173fb33fa06e6b8f3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:33b4bb5c331675703e19ef96f3185b2d3cbcf4d0e37a6fabbeb5a8dc1f46df10_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b7e15475952a147e7d6d506ee9686c6c594d529b27e4086f49b0dfc1e237d640_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0465b162143273b73d2d1af7ea6f9654116a9b1cba8169028273185f2dfa1191_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5d1720d8067c33064ccfa16d47931fd18bdd3590f53023c2ec268ed9405d0983_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e99c8d382c503a7b1e25e6f72ef293496beab285d0a3453d09ca73fb58247163_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4e09db0d6efc9289a85cf5d4ced1d6a6a7f52168e44c366907a5d4ebd3e7d75d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:585c75fc909525ac0332764b66db33e6646e5e0b0a4d01d176be6dad70a7447f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:85df50114baa307e2b4192a46f80a292500401eaf41f45b071b23bc278562135_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:3ad0b56893a8ad865ef9de637c1f21a358aae5ed4adadae02db3c6d37db93422_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:56925cf35430409d4a59b4de3ea74d8e3779acf505872bcefa26e97418f7bc9b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:a928a27d2775d702a7b4888f87e770c93049b645b5878173d87d893288c0701a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c83836428568394e500de29f5e4b44fa4881f5b5813a8dcd42a5bd16b6bd2bae_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3fa694c3f2b9c05fcf2cb69f97d791fa46600ba1eebd67608b109586dac15e3c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:44006268f8f00b5dcc4737ce787d9221b50ad7af3e678ea6dea817a797512b4b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:6b7d13c5daddfeda27cc815f3fa02affd699ed626cc41775f78070cb8cab4f4f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bdd058e218fb99204c479f5cc33383634b184b1153a74c3333926e84f3e4bae1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:174dd5140764fb73bc002166fefbf8f897be7b295e10527410fee19338fe65d3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3f5a73689320e820972a39a40077926550f7864e2d1969a9352d3b833191086f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:df97ec11ed1fbf6397b6a62c85014c255b60c652c98ea439d1f47e62c6a0e4bd_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dff5a115ecbd046f3a1a60ce8d8518edd570922528a7ba56cb17716831eb6b09_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:11f56bb6bdf0069b7bea04e5051874cf879bff0ed36676dc521975eae8cf1bb5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1eb4aa5666fec327b24c011e1b7e726ecde7ba1942e0b8d9af38a65baa052985_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:77da9199e0922972da775122d60efaeeb4cb2cc464ff6855099fde770cfc01a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c56c801a4a9e11f7b9ee071dc9634fd6c43aaf04cdd6b048dd4ea1a623ba16a7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:5332d1051a8774d9d3ebd2f6df71f2ae36ff23fd32b28edb418c028dfa6be128_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ae444a4f4274431a8dfa075bb9c91fda502cbdbe971856f54ffb6a0d5deb08a3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:4148a39c8311d7050050debedbfa7454b53c3e00ae4d63cee7bc6da688af744b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:699c1abe44686141c985a530a8b3b864b3a1bf2c5c6645d68f7920b8f752c684_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:608159f89bf52fbe18bbdb1c48b679346ddac7d3ace7883c84494615a4ab7adc_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:d26f0f1adde0599a01c90d8b9e1e8690e6e532a380e7852e83cacc1e439b5424_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1ef42800334a0b6d395e1b1bc8e517e232713a4ee0e4591415c5347ea1352fb1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:23d11514c82b817c95564de1f0252dfcf753ca40cb154054c051b6bef078a960_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f5311dc740529f4f4c444fe33bd5731b0ff5d213620207f039af546a3c521226_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:14f9b0d4497da98ffed111c1266fd4e0b4a812f6b7ec37b95e5702438602ce33_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:4e6b6f1636a4300955a587155ee9063979e47cb387dfc1a85f3738b1cf25589f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:2cb5be04fd1145f054e994500608d1463f35a0fb87305e559ff71c972795d978_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:664dd8b515ac89b33051c38e00fabc4f2bd8c902f9fdd8df263b6cd6d0a0bc25_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:28e1a2e9d3850462c628b0bfaafac15d68def97b8c1c9387de58b1fb6d877f19_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5c60f40d38ebe6f95cfc0fa78fed9aa265fdf3aced888bf232445c2e76e4ed55_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d36d045c32e335933939150b36fd2f86599add415385560d3e10d4b74a704d89_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fa556b78fcc306b456576053e522d93e0c578807e220d3c562ea54cdbc2d1a92_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f9ea746b7bc2eb6cf1d82644d42d363d9343506f9091e8bc67740a06b382081_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:909ff0827690342dce5b4cf713327f3a8887a056951953c9aa639e916129e1ad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a8705dd5df6abd3d6931b298fe8e53cff0f8259547fa85446503b413b0ba19da_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:cabf1a3d4e2aab9e2273afa75bac084e93eb36a2801b91ea0d79982e9e7e5f2a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0b5cac582cea2ea2dee7d515f05bfedf2a5beff46ae6d5ca9626bbb36c94b865_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b920409f5635d704145bb8e1107a7c6f951976c44226a2083982443f67ce619b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d658355babb92069a73c35353c2fc0be4450517b3445d2387b4b0e3bd2b873d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f8036fe71f651189dda062ede40268c843ab07ad5b32e010250f9b6fe9234bb6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c5361be369c8e0194275ab97d18d52a095a5206888bc82d592f9f9ba28a34e91_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f6427aa92071d20df4e412376886d9831bb0cbb15c10216ebf2ac78de096b051_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5d5edceedc72d2ec62b24b6a60c278e4836829c78a0bcfeb20d87fefe501a39c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cd23e978bf90a7180245b04b5b0df939ba57e30ea13a2a759a5d04953eaafda0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:bccd28236b901759b08d5106786d262e482cbd1e3798c1392c9c6eda9956a5d6_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c096101efdd0dab71581c6e6506b9a6560c96979e2d439ca888d2c67860c1337_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7cf38584dd1c5c269f86d85b0488e9224ac989f985989b00ba718ccd5c1cda56_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b2a85daa27b4a10282c1365dfbb48a3224df6c2a47d6f5ed59c3c01f6035d443_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3643a11084c5df88b8dd9c8d7693b228f3a9d94f74aaeb4620aa458516c14e18_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:a6a1152188a6d2cab12133e497a5c29549fa0103dcde8f1bb530ce7a033033b5_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b6f91ba9a89207a2f84a8bb1343179bd74948644a8b1608c2a2d84dee9ad39b5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c21ea57e4b38cb47e5aacc58b218ed97cd4e6ef353d86442236cbe8852c6f648_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:56c61752133f5574587fefec75502e2a132871ed033a824f62519117ad0c4620_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5eee9a534fd647002e246ccc70b47a79737cbf604c5fa4519d10a8c66865e5a7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b1428b294b7752d6d56fa95d6630aad0b6d205991537ddc3274a7062c13df3dc_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c363dd15dc780181855ed7e8af09bf148d9e38d562cc54d90842f95ccecce36f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3978c02a12f2469999e833a2cd001a08741c4d9bd22ebe211bfdbac17563ddf0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8d20d5c213a86a2d9cf1d4e8ea351a70e2bc1e8864e7435baa701aef3b22441b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ad84f2d6f695c6c999a82e33cee9938544352a648c0e72adeaee0803289077c9_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d872bcf33f5d4d6f1a074bef0091e74de82b3b1a883b9004aa1f6193b84904fb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:027641f0d532c5d06663e838ddee798513282838efa12811ede36e1b8669949e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:198fbdb0d6d4bf699a9186c06c310e4eca0c3252ae8e0d64ea1c68d7b67c2bfe_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1a3fb2aa3ceac5c827d7cde1cc0296d6974663d3f5b4139390cb29dee2bbcc20_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:51a53812eecfb69e77afa538400463c7eb51710777e9d9573804d2d9eab5d307_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:19cdd4cd8546c53530e098641c6c83e2f38f05f2d046c6a9fddc3c8002a01fa1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:27b826d0ac202a4321d2d28bfe26376b405458781f04acd607c3a27bebe83651_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b1c377c3a99dc0a9a6a39dfccae28c7e5a11674342530a05b237a33117c980f4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b230c7f6c243ccfc43e6b50809f916d3247f8daad3c750220020ec4337b126a6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:42cfb65c46f9f63ae3227c0dd5ca2a0a11729ecfb2865f3a4443821a85f7c8d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6ca3200ace5f9b6c36c20185dfbac37ef4cfb171f3a99eb9c746e52031bf380e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a9edb90a7efaeaada322b051c1b4cda47df859fad20ed42574fbe0fa00d15324_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bf0602fddb6c09c5c20a33abf72b947cf7ec8de6ef68144d2f4b1a1a9ad906ba_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:13df2c323a0db01668777fb495bc342806443b5c0992fe7f9ede76a0e731e2b2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:8e564be7535e32f63ff7a84bb61b3586b16b07f4ab6db20b42340dd998f2e919_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:29b338177ad61fbe618240d520eb180c1faa54fcd4be63c0d2d16f5221c4d7c9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:97b5466389d9b1e4c54dce29bfb42e901ac2c4aa39edaf99c35f30a766d38b78_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:989cd4643516ba83c661cff6bb217cc25d502febc80344e08e90c6eef8d24088_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:adec59d5a5ca059167c1dab49e6e1e6363c1788833f2cbc2381cb7d88a98864b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f821e1e8479c74d1a672e049e187d68cc4845e7efb417e9e4e4fa99628f3ea99_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:4eef2a136a4fc3a9deb0c5999546aa8d498c3553107d1e0eda9d394b2f412169_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b31560936594f27a81750c2d73f97385d7b3ac87cfa7c75e1a4fc224243eb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:bb3bda07b0ab9cc97889a530b1da6d7eb3f7f9c8a98f9b867bb3a93da7694625_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d50f44b5a5797797b9595f99e3b24684908cc28d317ca00791bb6a7406e15636_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ec2e637888e698016d6df6cbf4be6d44e5a2f544e7b81884982e06ee632a9ed_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3c569b4e1ed989074b129cb91b307cfa10c8305b037b284b23bde4981f551238_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:4ddb2823de8624d7d45aa16adabddb92faed392e71c2d1a0b3e640be91b731f6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d3b7e9f39e5238f011f9328467c72a8cb8cf99d4bed7ac0593edb9ec5bbc90fd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:24e49f3b5ed9df72849a33dd7fbd4a0b01b8c3be79705d6e23ae48e3fd164133_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a9ce73e1f17b21b9bf2ecfa7e35f5d8e9c72620076bed594e217b870057185ca_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bc2fc4c0e55023974c90506cc14c51cf73741e9490632453687edf404b3c485c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ee9af4af02c40524e182fb1893b8bd59785be7d508111c5b0415f0caaadefcc3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:971256d54a4e10a29080f656d5de3b6281f27c77a40c0dc7352f1f05ab83eb11_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d4fc699ea35d0f1e96e825d2db3f21628e25589ba57c40ce771ed210aac5d588_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e3d0f624ec4e265daaed3072e9f9dc85668a917d49c96ebaa1c7bc05ca636197_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e47600e5f91aad639de386e422056d431450e5dc3560d30ad16b0b0bd240e371_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1cba0b4f393f1927ff5386a9b2ed74fed87a58e4b2d4a38f34fffedd30da14a0_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3b8bfd739f87585230904007f0b438b4bc9d79337f0e9038887bb7f297b681b6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9c7b3d916bac7900ed009cf82a03607fe68fb924805ea37e9950ff3fd6c73b44_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c0fe58445dbc3f94bb9a041ee4ac81d6e1ebef0eef6b2468c288be51d947555c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9c772d8d7af17818a38e2004fbdd7673bdaddea0c36daf239dfe65a49f78c212_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:acdda550e575dc7add42439a856726b3833c5d6d98dd9976f30be4b781a11a82_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b5be0c8ab080114879aafc5d2526924d32306ff545c06dba64c947ca68736f91_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bc413067c8cc3e6c40a9be4ea896d911cf6b3adbbbe4c8e85fcb243bbc7bc2ea_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4b39c2a3d10a1e059c3f52bbbad6df20e52e47a422119d51806b59bda8e7e97a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5f0f4b8edf205f47a263878372c0fc80e1531f3d197d882a83cc6a2bf980c277_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:78987fc04ce330fd8ffb8a96e1f25e8ece8360680bbbf4c8854f1ba1f598f2f6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a43046599cdb529aa9a2672b628a7495690b03379c7dd4ec7bd744b01793943d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:25b8603f08442f61b433250cb6f4839cf2cff118df56d1d7e12b3b09e859a278_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:912bcfa64c2dc40a0f8573e595001fdf9dd3280e4babb503198aa019c4c94dcb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9f84034243c6dc1341a059730c81b05bc6626b913524f8d854e7d13c59eb4d45_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d9683ec09f7d3d0c73eb626fa7132ea0d7f731893506437d76db27bef51ae518_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:13573ab2e748690c65900137ee67fa558a1938fc2c4d92deb6b308809a77dbc7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:279fef1862c07ed7b949895843d80c54180a704411df4bd4059135dab63900d9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7c527388a78edbc77d6a9db9ba9d5c8ddb302220d69734f4e0bfc26b63b3dcb1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e601bc25408a2eb5735db7d2595f969a59da9560516715ad781cff5e4a57f2cb_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:264fff5b66ca49266cfadcee9765ba0b34bccff8dfdb12e5444db97af4913095_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8f14a597769b040fed9d1c1d610b6023734dadee91cc28588b65efb25f6308ae_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:bf78d9a4afa92e68d8018283114bbc7fd11fe0a9b357b75a00395ad630ddde75_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dd57cd8ba112502a28c74d7f9e021035a061e1f51377ac0510dd02a303f14f37_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1e3163b559a137ca99141d0913759b5a92cf30e063f6ee2485983a486d97a066_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3038ed29c6dd5d46bf8d593c154537615b8d218bc43eb89dc099a546308c5b33_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6f5d8e50b9cf127af5334e0b1e97aa1bc466bb1ad8a1dcb2b6c3e7494bf5a1e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fa6736bee0e8806b00bf3b6d971e2de5ea49f3f2a89e8cc404d55a70e6f73720_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:09157be733606534b4788e13e47f647c427adb2d36031df979628d1e3d93b096_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2c52bc991f789cb2582b4fcd0fabd20b86b5893d9fcfbf6e9ebbb372cffecbe9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:611ab0d9521d88b9676bcf873b8aaa2fd385087814de0ab05c7c853fe98da20e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c6226a0f343e69d720fbc83ad01daedb925fc39d272df78fdacbd847fb075bcf_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:19425f8d71d7b67b74e76c5b770a5e3d918dfde9a9eb3e181c767b4489db01d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:39f0f3baf0bf65713633aeb91a80cd35779cce2b43e6faa70838e0a87bdb12cd_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:804965e59e0147de822be6cc464daa137e45c991e4ff00c7184b6fd8105eb781_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b9b4777d271c5ea81505111d169134181bd46169ccc05dc65f3b6e59f736d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1a6e143562b0618b3f5afb6d488e8bcca48d9b0b4f68dc70d77279643325ac52_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:22230fd972b50ad12367aa043fef070d0e580b71e874a0e3fc2f5aaf52839773_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3abe2be596ec79e32806af4d66a7350835433c11e8b053385ee6463e65f31d30_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bb8fb8cebadac019a3d8c7fb2338a56918ff39aeedd55318fcc7e7c6d60648a7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:28dc48f706edfe382aef8370f464836e99a307136561dff65f7e7e8b5dcf9a5e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:533846b923d36de2b953fd071f6f7ad38e60548e9ef1d3f704039bb69b59530f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:68d5b77732cb2c0b0cb9a7e6f4201570dd8134dcbb21019dfec4bfe1fadbad1a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6d20fc820b2b684137df0fe673dd4e98135ee6a8c39a660db8435be44160c4b5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:48568238316d40eaae138ec218e4d0fb6119c94d9014683bc25934210792500f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:1d1ba67b2ebee648e679f886122e649880437bed73cc62901f26e77087d1f72f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:627e8fa2665e8d19aea0b746867ce31b58cef207d6dea85228b175b96cc95dca_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7431114311d645b44e0f98c9a0e92e62a2c412a2b57dc47b52f1e4c5ae0baea7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a88a9aa0807380263b476e1e7491c9a4f36def3c403b43fdd30bab55f06e673f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e38292df09d0b5589b58f31c39ca74147011aafc1a51be00112856a7242cb80d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:67f16f35ae8e95b90d758bf617c953ffbd0f31d685b9f023c34e5de5c02d1d13_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ae42289a9ddca85918d07f71db7415d099e8544ead8ae73a0d79e600c1c0f067_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfcee1078c7f5425c41f8d3398ae512f2a07d156de7d6e92d24d7f5eb1eecff3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:eb851650658c10b1a102258af7b72aac6db36647d07ec4eac2bfce099ae68e67_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:74efd49cd2880e07cee9aa16b7615504fcd276e8606b7422ffe6a253636462c1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7ff9273c653a511408a49a0778e9584605b9d24e1069da8a77049f70e2bd5616_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ad02d1ed96a39fedea9588756c548817e8672b8fa6d3e16f1f53221e3e7d9157_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b10f0eaa64d49ea5763131b8ddd134da6771b835333a4f5ac9ffdaa13cbd08f9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6c75dc3551d30161fe15ddb87170bd7ac33cb19b242907e99a9f2b003659efc4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7cc7c37a8ce0bc5a1de200fa97525c35943d5fe789787d642c4a3079c251c4eb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dd8dfd22f1e93168de72dae9a266654563fd41d605c65b4bb15f20ec65fd53f6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:e651483d73deaf4125ae3c2729bd8a42b277df79a6ff056a99ee3e78e2164877_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6590ef2d757e5ac11ffacdf6de04ac112e96f4bc058b97aae1facfbc9bfb9317_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8bc45cb12c534a1dcaeef41b7ad0a4cd8ac0e3b0041aaa0cc3a9b917602ba5df_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:92e18d38fe9dfbf0e50933d15f4178cc149b3e4eb535ccf0fc0da030d758f435_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:9a77e03eab2a1992fcd1c0a1f1c978755e236843ee4472bb551968fb16568334_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:686e7784cda9016a460c9196a522f1fb510546cad343e26f510bea264ab9b515_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:77d58cca07f50ed35b30a97c24f66abf5fd5482be3c2a86df38b5d0e4b41e4b5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:a553758f4aecd97de2202ffc5d96370765e1f92a11fa4ca464ad13037d7c1a70_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d09813fbb679d41aece1f097ecf3797adf142242feb12769a604c37df1b6d80a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3a967546fc93fbe58afe72caa5892b712c5b96072d3cfccc1c7d9b27cc6fd6fd_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4d09ecbb6bc7010c93d65d8bae5a368326d1b52bb7f7410d30dd068b4b9c1aff_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:78a9ba8fadeb516fb48a37ad2abef78f57a09b5e701a31ca41e4bfefe493d781_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b44e2dd5cd2daac1ef6849feb0b313950e0616586fdcc843a051788fa071a4ff_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5d94083e84fbdaa57cd8723c20bfa1bf0d2eaa0cef52c662975b286785db8cb5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7662aeec067c8b3bd0203da4d87e0837eb624acc7dffab9c0eda8081d992fc55_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c95e0922aa74f51030c35cdf1ee704f01ece7b4ec53f361055f4cfc58e464bb9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e4ae1090a43cdf4a540f1a2cb376a93d2f74449ac44ba6d0484e4612579b3d43_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:48c47a452810fe65a21fa858b102a2e7d9469e1143c51857844a0a74ebf03661_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5ccd0d2687e836eea86fcdcfbc73c7bdced8bfe2050c466860306d246375f0b2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7fd64ebc835133fcf6fe9d286f18f790b12295dcd904d61cd255c97e49f216b5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e862f18a4bdd246891a49434389e8dae5d73a68aec6d548dd282f3c56396be98_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0772170993a9fc0531aa948ee3f4c83a8e530802f7d6fe246a0688026c050d27_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c1b6b3c81c49bd764dce7fcb732f14f378aad992c953cdac86872b4113e8168_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:307efea31da6d72e50def18e1c08bae9e05ac8991d90379280c15f69c93be375_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f366a95bf18554cb9b48af250be89970e4c6b1fadbb97543db8bc202eefe282a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:09b9a909358f49dc84cf863e418fa79a72c5f23ce05cbd4045b2c966147b4edb_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1ce1ac2cafe2162c4070a5b60087ecdc520db1e90a433183157c554f86a8bdcf_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2c984681915470552c6cf4dbd2c900d14f29d9a6632d7d937d2fbdf1cf16a5d6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b3809b2f792a8b57efc13591b88232ca2b83fd116ea1a6ce9c05ec39733bcfaa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c37ef0e5d795a727e79d2749570d7c42876e2884561857149a17793543b9fad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:45b239b4328e73574050498d8a59fae10b1788642bfd3fdfd487a59654f2395f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d0eac8a6dea99105af2917f089cc423a7c21820cdb7ea4a3f793381cd07f43f7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e9625244e5cf3f4fd7e6d69a8076069e24079672e2c4bc4df7733ef31c3aad9b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:25939a8eacf00a315bfaecb90901a20f2d314f186c1a23ee0814ca611866ed5e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3b3fe898a633924c2e0f803ca944cc63d99359966004c6aba6a05c446a0539dd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:55a048f1d9ac836497f7783369b5b582727df86cc64fe7df91c463db1fc0ff30_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:88990b2047d4ab9055afba0c6f8895f30a132c361722a1524bed1671527d99f9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4bab889d5262b3f891b99f0a521f6d4511641313cc1d3a5970cc2182c52e0fc2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4ddc6ce50e06c258b4f24827f1fe5577c4ceb5d68ad925a185dfac5b2b3a661e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7883c26d4640f30a8fbd635f5442fdb46625d727a1b2382220c454aeac081fe8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:955419c1ead9dbc1c2545f367907dd4b1e8133ea23ef65407341e9a505b1cd17_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:206e503ccabc3f5a01f11ea5026cb64ad6ae62adf2eb9044386efac6586cf332_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c2d2155a6d299536662cff9c5a8474680dc8d9c514b152e87421feac7cdcc22f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:e62baadcd61bdc045c205ce81a3b2b650be73e7b3a5dd5cb53ea4c2f8a181f0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fab5b1965457ca46faaf5d1e6882c17ac2f0e1db5017cc81ff4da8a9083cc838_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3e9733932088db40e1d1dc25250b68d83aae6fdaa33923c2593ffc6f10b84984_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:62ff6e225c6c72f9c9b0bb33014544d1e02a30ff9092c25fddf72d9ebc8782dd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:70259c080741f045c19c2dfb1fcd5069e9eb7e413294d855262975ae03e60b6a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a974b10609ceb50c391abab36ecaffb9c6ba62f66b246f529d8f7d1f038165a1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2a8daff0897cef178c43b00d43b3468a3ff9389ebf337533c771210ffc608bc3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4c7da9adb32c409132dfefa7ae79fe99d41b6f59c592eea234970279694951ff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a54253ba850cb357befc0173748523a1762858066023e04388c94c2d5caacfc9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d49affc20c2c397c1ed17de7d3a7fb98a3f66efe9f9bd4f4234c0832393df9b2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2321dd8c9cc505a677622c5cc680e4f3461c6bf1fa4267cdf7f39383967a0b3a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:582d0856a394c73d8faf8d1792a80ccd8c66d80cf65b9dfea344351d767132d3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:938cea3b81e1b74629b0bee65183b0800518b4b757175d34669fb25f6e5d802b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d8e3f695418674002c1dd252757415372d95b38f813a3d432abab774c7427b2e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:8fadf40fe968046de41a4a4c6f643d9077f4908a1e456d7da29e0b0c79f8431e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b7b73c5b17ad867eaf4066be6b2fb9a322677ec3265c0d1bde2e317f54f7accf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dd6c4a3b961b608a71122ddef308287483d90f3a153df4ebd00b4f85b46bd551_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f5e86e560d2dd575aa814329ad50a38ad4c7f3c111353e652e55aa5b58033f18_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:10015b131c57580e5edf1fa90b05b19482ea67ae3b588efb30da1cfb2061deda_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:99060fe9572cab596228b61e892ca9b571e3b740c4872ab55e3276d4ad65260b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5127b9d0570329e12a37d1c7e38a3ad9a1c990b7b0e1d3f3b31f5ae1146a518a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8403b335a511bc219b98b899e2cf4458347dfc67c8e15440801b1434f03ab555_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:8bd350665dfcfcd29e64a93a9c1b700817a99560dcc927a75c13cf22924a557d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b47afa8cdfbab90e0852af59ab14d95b430a2e94245aa9d1c65d1a592f44a90e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:15c698a4b3293ec372e1ceffaba0fb9360499514271d26c22cfb6cb39852f598_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:43344ef6148d5c76a10961d19b3bd83e219764cb53ac4f310a513bbe694fef6c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:084a185169e09b57b07073bc5c82bc741aeba187cd9cb33149c830af00cc6582_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:171aabed219e2a837afd87ec9dda95bd32b6f780a8c7116a6dba18533c07605d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:33926bd728bf4ecfa8146f2d55c05f151150d249b965ac4338cfa8a9acf642f4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c0709bc4da1e5574cf296180cfa6abce28c2b7ac105abd95535422abb090207b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4ef4397e1a1aa5b377ecab2fceb5c2eb15b526ae39bcd9299b45d9abe4bbbf31_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:852e6be5031cc90ccd9d02fcc66b59baa692d594e7ae95e68b8923732fa77b49_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bd9e30cdd5958003b7db73e8d871b448d208c099f3dc7e9df3ba56e6d476ea66_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fc61ea57eef9eb7f0bb091cc0815a81844d60c78f5824640e40096e8de8a02c6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2020b01fe0c8555a2cf070d5a9bf75691de4d8b775b4ac91032c92972ae6a424_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6c3b876e5fa5594ed92ed3d333ad1edd228611d67b060024511f8c6a53eeec92_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cb279e6a6181c4ab8025c6ee74497cd95e990aa02a03aa01c8e4ecb81718d231_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f6562421b9828dea833fc82160705ba8c0349531dca39eea94da4bb31b8d3468_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:44b8d7704e559a8fbde7bcd2d7b51cc025eb2b898c74497149f818473d6b7237_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6b3db54da066eff7abd8e8f58ae42163364355fb1fb5a166c3f90ef42024e24a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7bccca2d8db4038ed90d7c5d995bb2daf880b3d6aed320c6d6dc89c73c38170c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:afc464bfe9fb581e22275814fb3263ada3383b571ac4765507d2640470a8fa3a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:353292bd26a33c9a68fbb8351005fc3b65d1f0dc02c82887cdeb5d28beda1404_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:af382c36059c0c0d6e76b41eda8ae2055bf5717205754272edf126fe15737cc1_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ebd113dd73707e7e234669c4b52e7ad90c5aaa95d062fe7b2ec18ad63b942920_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f0b91324c63bdd9b1603e0bcd2e554e1d595168f9337a7c26d3834093b24f6e4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:23a74b9b847094d230ca89e8d43c924098aa5a8ad67bc02c4b11833c4620aba2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3a9adb54f0e11beb7e2f393c00ef6014f9c18796c36e47ff1f08807dee8a9e0b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:558cbb955c8d4de727f010f3fe97f285b6922f4845357cd979c22e9d6afda4dc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:64f0e85f122f8cef1a5b444095fb16f95b255865ab116cd59a4a541bb61cd09e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2b93d36104e2c99c09823ed5c6d12e25abf3dd07e20683640f99b687a45e9b6a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2bb2c4706037910e8045bf0127ddd9087d2c8ab9eeb09ceabe97b18dfe873c1a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3e5d6fe6f1f7a495efdb0a61dfde0d20def80759a215bc7097265c816e07919a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:efe7886379624399e04e4f213bf1f8b2baf1acf989823caa93ed8ba76ccf9372_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1b152d3df7256fa1d16dbc4edc991503bd90432e1c8408149603306e62a28a89_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a7c3fd07837a9c03ab834a0b46ba51b50c73037203ca4d12d8cb2a45f690e62a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c9aa9a181ad76c715b410ec6866d86f28923d2becc8438f3b56a381d7c668897_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e96b65f0caa9f23429318080d5812ddd5c233b881b6f460d944990000a6d7018_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37569639de1f8c36904366fe21657db1df3c26c03b8f9f974e0a87abe862c7b8_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8d27603330319790b463eba638816fec38ce5ce81e7cc2c113636939d713051b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9e9598797558cb0767f9bba75faaece26aadb56163f94ae2cc2c137645b5babd_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:cf8f8b11a984107f035ff28ba24ff3f6e1d10cd764ac472b94bb9e74d435a459_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:70e6484048faddf5f59bc7399fb22731d4134b6a6e2c2ad3b1e92bf26e5ca902_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:93c6c010543791ed57e08cd0630a7dc7903d7455d61686cdb0865b13fc52f44e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:cf50871759b51c4fd1f164c53ec8503379de265ff95b5f6bfcb15d3820722c78_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f296becb22727fbcfc0a2a4a91139dc782688f43f63396d645b03bf698b81ecb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:227f6cfcbd9f361dac87776c3b625a4ae91a7054a29a48c0aec491a786f81380_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4063848bcd02040ab2a26a1e77d643a8cc01373bc6467070f72f8cae62ad8bf7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7315ff02d1adefaf5e52dc2b87903cbeaa1ad7c30719ff6afd130d068ebcb429_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:c33effb47bad5780e4e0ed220647bd0741276ef5c19eea05014b528b91765efb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2883dc4d23d0c4ec9551a0818f5d5edfc708454b48333db179232b6f7bafb4cf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2909be49bc0471a0e2ab4e9172e4ce490b305b8e1fb86729b45af106f1ad5ac2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3b91df98133ad62ab43372695b3953c54d58e70c15eb7ae201b68d73088c0bb9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ea31f2ac734ef3cec4337ec6025a1cc01a2452ec124f102e5b1400a9ccfb05a6_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:2aaf1b270a589b2e9c907bc35b4a3706cca1508a06142dd3086411e046d7cd00_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:32b91a8b6cf6278fde2c8d33666748a905a8dcf290b6e16ef266857d4838d3c0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:fe8f645cd130c489a3454252abd64c554d583cbf984aa3e568ae9c4073fa0f03_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:9885e38ff9be6d7ae070a00b851232a29e739a870d32b2508ab9f34e56177bd5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2b7476cab5336d76457b1915e734ab8702c461af8ca4d9e474557ad8354f7065_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:4890f971ad6077addd93d4c7fd1e9ee46ef3634bf89ff5adee2a95ad7b7b3f12_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:afc7f162c9c1c3033316a984254b8a477d8eae5bbed9cb25257d54a54e1bb866_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:e9bc1798e5283c65ff1487ae78c1175395e051a6c13426d3e8d1b898469a3493_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2510719"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in PostCSS. A remote attacker can exploit this vulnerability by providing a specially crafted sourceMappingURL when a specific configuration (the \u0027from\u0027 parameter) is not set. This can cause the application to read and expose unintended source-map files, potentially revealing sensitive information about the application\u0027s source code.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "postcss: PostCSS: Information disclosure via crafted sourceMappingURL",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat rates this flaw as Moderate because the information disclosed is limited to files with a .map extension. Source map files may contain source code paths and content, but the attacker cannot read arbitrary files on the system. Exploitation requires the application to process attacker-controlled CSS through PostCSS on the server side.",
"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.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2606e2856430c12efdf947977a070de13c3f93d3f304608c411ed57b6de0c6c7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4dda7a5132b638230470f86622d84a7f0117280726ea52e3769c15f11b1dbbbe_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f3b4137b1beff722b9c1ec2e451577a22f44c47a6196139a39d4aff3a0386daa_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f688b554b17808b3aca13b4e6bb8a240401db6f6cc5805e98ebe71ff43dbf1a7_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:07716873e44d49ad177f8c572fe54cec7ddb819a70492e6bddf36ef2ea5e6449_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:288bb644cbb5e14b00d80e0b409c83644a59cbcb513d19025f8b97de61f2cbea_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a27a41e1a167568dc9bcd1f125ac624897d73bb6dca7be80d256432b35e4c6aa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fe9b92e8a052208c6eeac2ba816959ee8129cc0f68bc93bb0a1a2f940a49f4d8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:44ba1190dc20c3a99259ef0723be3c9e1c2d4f339ec4eb4f38a9375cefd60d2f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:48a700617f0d4ab9dd6b40cc27e9f602892037c10872c19c60f62a2a848e451e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9319978cb44eb1f26a7d82709c4ba7d9b6b0bdad78c6c6080bafb0933103bda2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e734fcb9ca41744ac9213327a775aeb0e01ea9974036908721b532ed2dfef923_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:10097712385ddd416b15237d2af20f86a0370f1d97125f1e8a0d25a7215f6751_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:40f8f7e1d72a0e70d96c1ff028cff7125ead621e89cf2f3c1cc5262a3aab65fe_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:50ff72eded21d210ea9c57c9f9b192cb6ca5efe781c5c5a9d2e1129e2eb7a248_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:f77b14655ac6137b53212c8ed526d6baf86d6d6332513416daa73a6dc468c832_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:76042ef2dea9a9316a7bb2a38923d0b670663803c75f5b8351b5e71d344b479c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a645a364226f6768df30645c15ffb8b7feb1932a96c3666cd2d8bbf71786fe88_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:afc4fea57ea3217712f10421cdc7ded66093dfd0d5cdf09120ec1200d696f332_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f70b291b3be37bcef36e4cd282cbd88f917dcc5e61e0ad6228b33b770656b8ca_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4cad4e954d5e9fce7e93ce3a81da34d58e01c38a5d6140cefa7eeeffa13e1431_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5c1598ad56e3f9cf5801a990b2d5d007632cadc69118dd15b771d8104893b722_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d18a7d5884e709f2440b7f85999c2351c0f74ba09b876a7c915a974ccfa3dea0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:ede11c7678a732b9ef9a763632c13e616a95cbabdb36baf0c5c48ca0d476c260_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:208703e1b4c8fd82b6cffc790affc4bb8966f6d95e5b5631d9fc7cd429d82242_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:40be47b6d5dedb587c54ea5f6ee763dc3007284e85cf75d9f48f4de83bff4f0c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bfe783bcda48a7678e776f99ab08f9d6cdf882432ae03c46593326bf8b57e714_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e43bd0884f4c1993cd516c3ea52d1f878a783f6a998a6dd3fe4a98ab11bd3e87_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0492b621d90ebddbab300b3bcb6979598f11380da79b32531f8978b26fe5edfa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2f4ffb0abe2bcc7b801658bb46ad9f397d7a3d11e8b2060859f5dee1625d7ea2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:30b0e4f82db1f3e39379b7aa792514aa726a0c485680b67351c593542c1b1127_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f0f3b27621a9276b1f4f9601b1b399eabbc165d74a4b4a20ebbccf6a36a8f98d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2d56871f80eb82c502cec2b901d3510ab482eea981f50cba4fea729c83f1897c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c169319f15a3e6ac9086e21438dac78a6b30f142c6d96d63c259e45f4b98c2ad_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cbb1706913eb430b86212f941bb32b066af04b431126af872899134a9e111ca2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:de56a4d37e6686cafc8591eb1f7520942036037ba5af21c286aea2d2fab95b2b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3e35e96ed5607d7229629ee64a3a7c942fb12da93a75e989f1fd9aa028e8fdcd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c045d9282bb2e3ccfdc19d09b76e81d622ad5c41750c960a066f9a735ce47a3a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d3c7bcca57a84397fa1932919a750ed7a002fd7f7be976152dd7c14d60feacd0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fc479e1b1d14c548ed9a783109fd978efba5363537b835a5d09fa8d0fa9f9068_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:0e22ab8f884e0095c3cb3efcb63f9f37d55b72cff37962f271fdf534deb469c1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:ab518543ee2455263fe748f1d2ab5fd1fcb87e03bdb241a1fe657c748e220e3d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:cf25049921f441dee72daf95b707da269c5ea7af7026674c42a7e3c8cc682e59_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:d5350fca926c7cabd8fa4e7749f0c2bd9bf90069a11ed96342cbaa0ccc16f889_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:41ec41da1569234037cfc2b9cefeadbdb4c1e45363dcc0b5f2acce2453ba3dd2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:bf2513f4ea2df4a781fa74ddc02c207133387318444f7027e6b62565e8af505d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb3cc6f050ccd3fae295639dd627bdf3ff5f08f66ef0fdefe24ab8260cfba983_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:efe54dbb00c22c7e9e4a6d7c40e52665823c5f94d4b7b03236edeb1d7a304f94_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:073ed3fb3dfb009b6ba476883da5421996c5c4f4119375c0c83b072571d935f6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:14b74e5080c191fe32bdd2a416c80cd94a0f30ea6d5f18faf7396c120c5907ea_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3c86e67143d2caced55d2dc470df15cd1659c5e16c7eb8af22183de1a3222901_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a6de5df300008dde127b655f67ba1c8e637bd6e67bc2c811c0d9e0ecfc3cb08b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05ef13e75b41891cd2774cf5243b11da290ae75f12ecd07239e580a5238036a5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7c5f6b71b68331d1cdff8b3273fc7cebb945d9c037fae5c2fe0666f84cafc928_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:c221dffd999b01fe10c83c1cf3e93ed9d49beb5f0f13e8e23261f44a07fd9342_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ea42eecab8a62b7896ffb697f402857a31807834a102986b3967faa70f63775f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:0123a42a6d10e21067ef4ed5ad7a39541529ff0157cb27443a95b0e5d88efc7b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:61e542fb10dc0e083f8889b0b94c3525f3882e5da701b8db31cc9be68d803ec9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:69eb532db9fac5d796148a421f1c0a95f03a84604fe40d5e5a3719c995b8d3c2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7bfdc577bd856e0cc690c86a8fc9928ed3d034d4d1455378c95293376a74b9c3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:023e336977c9e6f23a82083ada96020a26cfea384189b765e89d6acf7112957c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a0734ecbae0ba4ef8a6cf77d42383afe04fdf33eed2c0d1e34782f147c675581_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c64a9e77bb865dd5475a4022629d394ced47bfd9adb137f69e2dd7bfca2c5a29_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e90910e06037ec13a10bc176da5a516287ddc34ccdfcb36432f386f7b3895136_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2052fdaecd2f3807694fa17f35f03f84b5d8116ca56926b6d657f0594adcc4af_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:274df573eeb1919286472cfde2006716aaa62c65ad1a6fb82bc351e7292a51a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5f81d0322afa70edfd932cf1f80dc5a14ebb30f3f4cb0a4b9943859c3ef8a741_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c5f86407af14e6c3741e75068ebe79aea7c7d1a73ca87fc97128c53139dc8748_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:11009d76f2fc73fb88ad8650914948e04e30d4096420d00a4e6b1f2f82bb2a48_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:464e2bac04048cdd010a9625e6657c9f823ebadd624fd71191ee978520874528_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:4a6beae013e9de12cd8b0a39e9e7488f51b97b3f295e14d773eb28c5df9d6743_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a2f765f47a9fbb2acbbf3b00c2d62d7df283546b7485e7631116fe824cb589a5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:82953c91b88971066d4d605174664863cb062a6f7da286754aa4f05c11a69bc4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8adf05874d8cc6284cb4566506787161305d95ba4c318f070e01960939526d59_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b0127947224f18d500d967398c5008737df32168d2db50f1f87554e149328d71_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:c25b7a4bba9a988a6b7daa4eaa8608df78b927d1d454aac7757f18e3b6c78d86_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1f6a0d8476232a85b5d18ef9ce148135b69a4abdc45952f6ad0eaf41604e05f8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2989730daa53d788a9e1be03bf922a07c1111ee8559bdef63d058be6fd5f3fc7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c0cac6ae1322cdf12df3c55948bcfead52641aa95a57dcdea97401ae01c1860_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:adf166a8095fd21a818265c01776b94e25cea102a98de6875352cdc47fba933b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:67f12e5ce45f173e79229f506b92915943d263ca0adaa31a027cb7245d7a076e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6b91bbe18861c83c79693a155979f3cc56162624412eef4c57c52cfedfb38475_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b2bb582913e9dedea9f2eb41f1568fa8f0fccce2e56be4f666ff41f3698dc147_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d35f97d205f82d6ffa260582fc6dce2fe0fcc3719ae0e19e85e06e7ab629021e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:03ce535e7bb582ca85793c8155f38ff9f73231e7cf5af4ce223ea89d4d2eeb89_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:605dbca994f47b04da902ae4b76744eaebe0d716a7a5fd3cb8e617db5dabb8c7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6b2582a7f534bb2716acaa72598b40f593897124fe03a5e6b2bea1e4c1a26d15_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d88f52e765c3f5fd4ad80f7364efe49e98ae927d82601d27105eb6ad0b484264_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:1305fefe98602549511b835fd1302eee6a4494c690d76964d89189c90f39627a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:325af02386526656111c663e6a206e755f2f30db00059078a0391d4af6cd95d2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6dcb4d60294895ba062bed0e9612ad7fecd7fd8d8cffdeee9bd65ffec1b20a63_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f492d67b16384267b9f65d20b769f93e3122f0957cec290a88a1b244c80e4b54_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:56cd8314cc9791e043cb4e5ace324013f4ce4c825fb5f9119b1a6c6871b76a3b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d6ff019bc8333893d6d5799927ffd9dbd02d0d388752a1ead6b8f85928fff4f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d7e525584c9b7492d8b989d2ad0b8ccdc4f244987f26b4aedfa7ab1097aa8ac_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:598dbc32cda4219d6a0442aee99096b77ddbea0148ac3260c9c37e00b13cba23_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e223d745233c048714d3ff7a04f8ee565aebeb0f5aead03e55dd9f305fe60cb2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:05fe3c8332c4626e356a2b8b33b235d605b8cfdf8b49a68475db687789a766e7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:64ea7652aa2f9f9ba58d56765ee0ffd7224d6534860d118c059c2c066bbf2142_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8673853d611d162bc12d1791bef2acdd4131a97b8a6e46961736724b69332db7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ee04f343f0bc1c58b1e016295990225bafab7b39a9c1a572b10cdc19076150ad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:4771678b9e18450e8e2a6ab991e844fb064749a0b09b089e54a802a7109c1ae7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:68c90482505c592a6393640c16467c1416f3175ba1273a284c3d0a9417e879ae_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:234bf4abb67f86a27d549a2d368d080a3671ab34786e26c6abbcdf58baccb034_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f330b931299e7c97298212e0514c55f9e086e2f33ab7e522d40d8e9df843ea11_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:123e1027c857bf3a084e45755736871b220117eb70d774a3b450f7d877e7d1a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:61d9a3fb3114cc2252a8ecb5b0339a5fcdef87cf962f285be72b164933afb857_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9426eef8c79d6e2c9cf5efb340257ef7dc7936b3369050776f4b45ed6603de37_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b693182419b2287a69a8bcb3bd3ef8d6e799b5e7aa9b5f25cca855995588e104_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cde3a4deb285f4ffb38be4443b3c09f33a44d8f2007bfde6f8766d371487bb80_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cfa458375e07e80969d9a9b3521c5983fd20f384b74f1080b865b618afd35f32_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:30a0f7d083fbf57d19fdebcba31bf52d257fda3eab13e1c8b856291f40278c4d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:7078670a28f19c15b118e3ff8d70afcd5e329a22eb6a44d3827f9554dbbee812_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:6d60dfdba0f6368f23bdb554da68f81e3d088677ce9748d2850ba8f2ecb0cbcd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b71a8dd592d2646c7b085b06edefe64be96e38113c3547a111a8d0201992b98c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d906f3f6f4740b50fd6266205b0b3f986b35ca7a64ac7b6c52cd7167d0cdab23_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e4969f9764190a2b46dc5c9c7375213c28518935d80c4e4570d122d231f53663_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:331e8f309349114252acd7fe42067ab2b7bc03abb6619f1df59c8fe907513d3e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fefc2125429189eb85f3c807ad8ba8896a48518f3dd7d93f94a091ec925e23f1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:8687825da05aa3fbdbf32fa82a739f58585d8d2564501deb0d3b97d67a4c431f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e5886c91ae307b14a848b0a571918a57a9d2d85805af6c6ac7a2404dc0308337_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:260b87efa1dfc71726aefc2feb8dfa83495aedfa6e95b0e86dd1ce0d246233cf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:49a1a91122fc6cc34cb21b6de67b8249f154aa8e2bfade0e50457c224fc3ca70_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:cdc02821294c7bd8b4de75b356ec0ec8b0745b0b409ae9481dc08c4d967b53ef_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:e52b5054a3c11b34c3bc3450d9be2628816575531a1435ce44652324ec020dc3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:64e73e3f7bc1f37f40ae235a7866ea7c881d67afe29b398edc6f15befa7f06cc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b4f0c23d7fadc3a15840607d9aa13327a3eda6272565f88be3691b74f16fa13b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9b5eda1037248996bff10033108d1dec27b8417730bd721d980b778e1cb4585f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c397e51c6d4de14ea1b6a41957a3fe5ae54115c1cbaf414c013035333824eca2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c72d9616c2bf94661a156840d39e3a42d4023598c5d647562874c453b44b72e9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fef61b2df388d1e5714b0f3293bb7878f1ff9ac64b0353284576fa0413000ce2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:267a8525fce7dcfc460052b97dc07532c927fcb27257b29f5e43e5475376bc42_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:886cef96ae99502afa35aa5cbe5a16a30d873e8c9c92d6bb3c748bb68877935c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9a68ca065607df1a4fd1a351041d799b2166b76ebbdf2c92a0fdbccd47015036_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c7a8842568f7ed4d4b1ceb0f507aa5a56d80ab213877507be04ab55f8fcb3a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1567f1a6c1a596e22674ad45cd1975c8667fb2317c84dd5944ccef58326239b2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:40dad16e2777a64a836355627be3aae4572a7ed6417ac39e0dca5f019eeaf471_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:800ffbe7a0007398e44945b2f3772d657995ebd902918ecb410e5d373de06263_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9720a885c669964be135fbcc55bfd5e9766841f6b11bb2c279ac030de9618ece_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02440d8ce569f4318b2110f8975fc4d0a93e6da6c5012882df9cbe77559a0a81_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02594f4e3bd44cf7d378a7fa0533d54b4365eb5317c282cf8295cdfb0ae5ddf8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3e5753abdfee794bd09cd51eda1c7634aa7630ea3f2a72ff40c3fcf5661e58c1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ea8145a89efceb27b579a5f79c37c7457d141a0eb38b2de5c82ced07879539d1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a1aa9421f9d52c8bb918e1b3c9daac3e1a076e70e003a58462b62f0a91fbf795_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d4dd77443d486829650aaee412b58df2c5fcd995bf2c493a22dc1cc705d270a1_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d689dbabc1df0ca42e7eceba17ff474f9e6a30474f7cca15970a5ee7fb870a72_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fea791f1b353cb84039498653a7b7daadebd460631446fae5f05d1ca8e85dace_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:100ffa84c55a87981f50fa5fcdfb5a5daad0eea01d0bc14abdbc959ca0a1ff92_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2e646fe351c1dfb3650d0b67694f5cb89fb7aae85c9b8edd356f54f40b9e9fb3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4a45ec0f50d9cec050f1c99dd33d288ba8f9e8dd1a71c2870eb5e799a42e411e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:60be3446f54ba3c5f93c5c4bf1de44d7e9ca3049abb6ab910f8e62e671a80d44_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:90b36fe8a88dddddcd584cf06ddbde8b74e9d7a78f9f51b77d7d2480ed45ed79_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d69ebc6a9d6bd6f8f75d933ee0f7893b285fb24e994bffc35514ff5211ce68b1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:da6ed87ee2d899e3fe9c6e8b08bcd44cf11e1b1563972ca4aeb3e8bc806a1d2c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fdea5b85efe39b635685d506a4416115d546a9f56e87903650b5e51bec6a10bd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:47ded0bc14992d79c073e4cd541279def7e44d8ff586a5cc1676edabdd86c13b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:642eb8c1bf4631b969d0ebf3a0755f566236ce7b5534fab78d531c76d5e802ad_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7189cc475748ddba6ff3f306320d55a840baa8f1da8a934d4500c49e6f675ea5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bc10db6a9f9c1a60744f49c1ed737bbbb8454eeff9fd00175b98872a1af17936_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:017359024215cf5a7b00bd31b8b797ca7f5f456d66a34ac12c44e53c1ab77fff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2635b651e023c9d4dd92d1897b4513947985256607f9d2dd8043cd7f5de3a765_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:542b1a4bf2fafae85c50eae7a182ffd3a3a07b2c234a00e4e6c639b1143b4b55_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9b3b5510e4cf6b4cb86bae86fbf36c1fccbdeaecfe009cf2e67cb9c1d7924ef4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:048f5dc4b9176a86e0d82447e036ddad890e58e49c8508cd74f8c297272c800f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:0a7e3fc4b1f892ea2e77c1f5d961507f0fcec7740f33d3e308904cdea1d3ce21_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:44db7037b872b0164497a603e99b7c5bf2bd9aaf31158e8a4e8bd03559584155_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:a8ffa384c6770ffe1bb9b7b8729501ef2c06199e0005b16e5dc432dd8d23c66f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:176081efde0e44254215af3f5091e64748c81d2bb29a1e7a64ed2879c6a7fbe3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:42ea798731bcee8b868ae15f9d45b8f0aaa91d1a4f7660c53ee08b070fe4c9f5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:85fd9925886227b53c26a3ed09604c408c49b8ddb9cf7efa2057335bec94803c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8b7b592c5ae05773897351d97fc9925e6904ed02a6ed49e4737f0f649b7eabe_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0d8537a8b89a087f59b9f0c413d9c8d6c77002ff0d9d8579d179291d3b6caee0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:14cc3a54f1ddd57ce5b80b6d111f0ca27f74b4321c9915d5ec1960318c71d752_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7dc1bda89f2fe70041f850dbb5dd3804e853961d2026c3880fd7255dd6e57b0e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:aac4600f524660e2351490cc7aa719ac2dc93193f64bff1178a04376bda57cee_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5449067a980b2d50b360b1aa1164fba67693402210111708ebaa00f0f93bfb55_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c8486459e2b80ee2706409e888070c9100938357621746215ad7871ab9ddb990_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d748caca6496019c594ae5aca825845658e1e8c5a1c062a02830aecd677ea1af_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dac9a4617348551eaefdf01ebf1770442c0bc07033fcbff203750ecaaef1161b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5143aae8d524363878300902b89dfb5f3420ce897bc36064fd021d23993432f1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:6fa81971ac5bc843a536eaf167cf5147e879c5447d7c1ec17cebe7ab85692317_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:bfa79bf705669231df1e59e373712f0b04ef2c0676ebfd901bd9879cef16236e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:cad2e37531b2ba165087ddbcbccf9cf167c4eaca5a3fba5f5f4bd943b8298678_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3538795f3effdfe84442141d83d0292447b4c43e3d68871afcd453f80e11fbff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:7da313ec91e1a9ff08a16ea2b0af0ed1ac73e40c4b629402bff19f183d45aef6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d9279ac3cea7e1e400e244624bd7ce53cbb6343d10872873e71dee20263d0e62_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e89a5c92caae6b72646e17535787d06f7640a47c59b0b4f418c7e48918736d60_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0ec6c9197060bf068f358283d64b9b877e97f072466244f9d147552a193fdae3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a5aa2eb87a3fc9c5160f5c37c50cb88cc0a77bbf4eebb298ee7883ecf47b456_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc1512a1ca871d5e21162430f028d7b7f2391e19cee9b3d6e253b6b6d03cc8e2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e8c2baac5dee142c4e84d01c731abbc200cf24a04201fd8690f0d47035958830_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9b45bdc374e248769add4b772aca63e25ff0baf8d490e64066bfa78405cf609e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bcb4f4b45a7d62927ee6589db9d31e9bfc87a13f3b0239649c9701b10d3dbd75_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c1c72b9d00d45dc90f97bd9c5263e6d385ee34f3a3f834909dd8b8eb28c3b15f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e15057d2878011a1142587df35dac65182dd4ec4c0f3c61055a73a23dfbd615c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3bef4d599101ae4c2162f47e89f5fbac89903db3f007bb425eed38e1d9b4d9cc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aee0556c560d2ef9f2ccf501302a373f15cdccc83ec2c6935c4ae6a2f25b63e0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ddc3c05d5daa3aeffe5629b7e2fedd5df301a3030f8f8c6acc3204b8fd7e0995_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f463811c1b1e6fc34934bb5a8151fa946acf321ab57f9901b3ee1b7f75546beb_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2abfe62de89fdd0697da63674373b1c8a2695846d8acab5f17a35fb38fbc23a4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7701f38b6702b4a9e6b49b3db83073475c33528d2529e63b1b98664bb7191906_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a23cd4945d2e1f9e1c194179fab9c388677fa1317e02a99eebc575e227064b79_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f2f194cdb1a14fe59e05455df10ebfe70edabd37ad605346b6258c5bda79d96e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9b04b0a1047813b35f6ef09e1fcf1e06b63946e0a3b3feaee3e081b0deed689b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bb521f2f97477b5b9851f6655f1738b620aefccaaa81cd303d17eb74ade7adb4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c8a1f9ce2dea4947e6cb460bb4b4ae7ab6bc5f816ca25f3405799d56c6ca48f3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d8f67c5b7b8903633485f67a76f88ea13855bbf95e92b651bddd15fa91458ebc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2c84af74e0937a0f3451054240ab7ae2d44c1b566339012ebec9e5b75d7a627c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:41ab25be6eb002ee921bf74c1049e07547328632d576e78fc45245177fe9ab84_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5b389b9b0acddd8ffe5e5c3f9d54321d061253f3f45b5b66b6dfa0181b73b87a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9afa17f9f4e4551369e891d405098219c071231ddab921dd32bb7bc66bb0b6a7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:0bd76e62d162ae823a34a766fccd9d339e3f550720d863b477273734ed1fdc39_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:dd17b1ffce727d9a74c3f64d65b72b03a5c8fed96e773665a078dfab33bd64c7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e8ed2c9324c2f5594f90b049e92f2fb3141dedcd99165e80e8bfe147c738adff_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f7f45f6d562bf699e0e45e134c7ab71701dc3994882cb82edce9356be7627ce0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:22dee3c01cf1deff68d73d76735e420d223ba0e75dba1e7ae224ac4e7b14ae79_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7134aa51e11a7d6b826068d03b9c90a518cd3cfccec0e3f06e57f5ed77daf6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7cdf9e85bfc54e4562176d63e1f2be56775dd761c6c0cbb80fbf888dd1ab43_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b72954ed888ded15f443784fe6a684b6e0d7782921efb788e242d987fcbf5388_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:63bf84966169bf2dcd8b8bfee3c478d9e61881ca007fdf3a8be4ba5cb1118211_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:697ada7f8e4bc8a881e2f1fa3a8402a2e96448f948befd465c59e03ced12c9d9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:85ed053619e39778d5a986255af37802ac46a26899c8a448abb139736db5e075_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:abe01f65affd92347d8097b3922e587548364d9680b74f767e9cbf139c996802_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:55102797bf884eef2d8b842ba8a5f2538f711622eab1c82b06941ec574b8f266_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9cca1a2d1a6f5a33257e8f790d180274f24a01c125a717ff79da8fa301e2f270_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a1f1be1027b54388f762951ab7983f18cfe37140efcf2c778a5d11d4740e8e9a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d65990c0adf148e94c1c0ec0730ac2a285b38eff128cdb2fac7f61af1514fd14_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2db5ea10de47829d4643fc525d9efe3815db59d5689c0febecf4fd722ad0528d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5dcf0a7d3c0b2062ea11867f5fd2a4ad56fe786b11c3095d76eeb4c844240a6f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:73b76f141fea3db7cf7df4e9b70443b37fc67790cc6986efdf53a32ea7360bbe_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:be3286f36b4c80969594af159ede49ee20ab5dfbbd890649c2c4249335714466_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2cb748becce8d80bfbb66e84f63e0f0a3cdee6d9bef3833eccca24132e9d0699_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:374211b6e69093447e90462693c45bcdf2ece57b033a419f13585d9a46df62a0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6047837c63bd707f994797af79267ec8bb5075b3fdd88c069b3acaa04ee2cb5c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d8c4afb75de3b6d432d4929f4d4fb6938617a794ca2ef2060b83a02588a1d0a3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3287f57d83e7becbcd3997ff2ade6e6b5a664fd08610464002229e0a116dfec8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8a58a72e372b4235b4751e08f10c97ef0798519e6b91595c234fc14089d7495b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9654a0a2b4549ab06e5422dc69872961c892e97032b18d913cc197dd3aa39f3d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9e9ecf8cb43e1819159bb8fc0eb5641b71663e110ff757e26d5549cf41075084_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4aa3e0ca4b5398fcaedd212506e222fd435f7a46c2eaeb7a49dc50f789cf13a3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5d094c8e18e42d662ac2f5ba16602c1513094c7dc547fbe3de562463c4096bce_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:67f85bffdf2db08fb27d52c6a0a8b615a4b9cd748d9a7e6126851d1bb27844ed_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7d4b6b9e67875889c95a5d126bcad0f6b98c148b85433180573f439a867d9e25_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3c0791290db50c5a925a80b371ba8bdf91f4fccce56397d12a989263a972bd02_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:654aece866efed516d69db0e47668dc85d3936e901aeabd098e07538aa3dc617_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7637a44a01d6c56f002120cf96228b6c68e92b4391d4b6efa1c81ff8e40eac0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dbc636494f53ee38eae00f243bdb92d187ec84654c280cc454f2b4febd7c22f0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:08f46b1d2114a3ab80bc7cd277859a4f84e870c2421b9e13370774deca0aebe3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0ea69bf7a80cc8c0810acf8c7aaf2cc1374d3b034065f1119ca33af3d1794cbf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:17e61f4a9148bc2e0fcea85c19c98eb8c2efb701bd21f8b63547dad13fc256ec_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:8b81413ad0f567583ebe4782344c22834c1781c5f7493c8a05b827f3f2a5e409_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6b348a4fae63bad66acacb5f0d03b8155246733e758f14208956c38c2bedaac0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96eb6b75d6a8ce22b199b8150e628a2a00c427ffc79b2fee2e24af1bf584bbcf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e0b17d193af2fd7e981c9908e01f2d840cc939e24bf1be19977beb85fa1159ad_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ed56ff21aa465143bc0d1c4f20803873dd07999229739b84ef7861683476b22f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0654b81d996d73c5b5b03310f314bf3bd6871b3bd4d1abe791cec9b7a3339719_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e294ee6e92049316f91ecad5987a24d7d3c06809d3db2ee3f9a41bb461bc220_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e3afa0bbd3ab3ed4acd6d0059765116e9ab56090313932bd063098d94f1c3b1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:929f235d156df0f59479d60379dab0d83d6fc662d9acf7ff050a520850ee0125_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:14b5ec9622b1a177ffe69a7c87b7797c06b283b26d5547828d3177f823074b5e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:52a47ec0685655243dfa60738842ba038719f2454b85024084de270736d06529_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5fea5bf035692313badd286c7d13564d48c34e3195bac3c74ae669607b5b5875_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fca2b0ceeb7e301640de2604932cfb2c386441e0d3b3b0e4a525f0a6b00f7cee_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2b85420da837c90d984c5945fae12321c8e6b6fa270768da6270f382194f2d4f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5e5a715049a34055fca9a4b36dab839573238385890678734f96d7ba776dadf9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6982d2c27206f15366ece47b40f4a6a2994c7acf5dbb94aa274c55a2216d0063_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a38c23c37dbf421c77c4f36758a105b790123d654f1c8b3419becfefedadd0e7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:021e3ef983d0ca18800e0fc390ad96f4b6f6b9c3ab784c6e74ebe2e7fd7b31d5_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1076cff5268f9fec09a760da243efbb72eb96645f838a746c4c4e28ae4feba33_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3eabe7ed8651b8dedc3a2c38a83527f224ba3b50088b3238e158048bb2ddd85c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c29274bf105ffdd07bb78270a6dc497fbfb699acce48c7c6b7b6ef32416eb20f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:71bae3f7d9ec2a469c8d69b9f67d27a0a98a26bc842cc8733442cabd43fe3c06_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b67943ce9e26423e0bf84f411d50f394a67a0f3368ff289e695f8819c4fa8c02_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d4c9ea28e8a716d6a46a42cd3b5efc82f42d456e21791c32369527ae82f643e0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e4c222d813696b8b3d4cef6982cc88ba3d4581ad6842b10510fb4c8130a82684_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4d789598c5dc7be91f05a8766dffccc377a71db2ea8c5cc563f396cae02326dc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:70267df26127761958bacff38fbeece08995608c2a24c7a3724495128ef2bef6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:84ea38804ec003ae82375c83ed4549163a2c932d6264eb64476e0ad175b4a4de_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:bfcf2ab8d6586fd6a8f08ec2fcc71f997800b8f459577c31e654f8ef9325fc42_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:49a412244c4d6b547d5b0ca9bcb041b1e3cabbc78f5234ce52b678207d83b3e3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:4d2e1fee9a43f8faf39b05a7d82ceac50094ebe972fd1fd85b1528961cf49478_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:564e888a319fcd9b1af19b18a4281c5a2c41bedfc3186fb3bb587a1e28954c0a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecb2d59766a1aaaf7cfbdf1e0b92ed025a18fd54acd41fbc63026b350c98a953_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:296a9379ce17e07df7008f1d35004477297a7ebdf9e3d51a50d71628d6ac68af_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:67f272ef9abe83f9cd959ce97e3d5c46ed6e118ca30f65fbad733384d228ebce_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c8b5246ba51213bb183e07d862b6d1f9b156e1d16b7656bd6ea061f9016e8ad5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ed375d4341175bfe6945ea8aab5208f375034307f6753cc726230629ab97a71f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:29e41d78f04e683ecb12ff2335b7205383670e7bcd2b1beec736261a93abd406_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8ac74d64736ed4788497e0d4d10226bfa212f6c0cc97ee63d7c61676698bc022_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:94a303f0dd0822b5d82509e3ff8af5887949ddaa0e3a91b9f94d0bdf4e1e267b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:95c3aff27109694e511c9e45d1132bc4de0fd636cde0855c9ef45f1a17f5ce7a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:16e2953831f686cd68012c8cdaea2b404c54c91050145b716ee8b0ffc5cf11bf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:91e3e3d331d92b90ea49a78531cd366201c5de278f56597d9dcbeae40f114754_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bb1ec078ef82180a6019d6e174c16a5a846e4cb8995753628db25a4ca0071474_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c33a11f1aa2fe38738663eb291e25503e2e6fc3cb5bd964e1a6f8db0475e29a8_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:07163bdf6c27b8066a5f1e8674a2120054c3daab1e8a0db8cd728f2b1ca0fa57_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:32956c0bb79239db914454aa82f94222c6f7a90be718e22bb80c4e75a45127f1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d877387429f09cf5fdf779e73200069c418e561f20a21815bd56fce1c1c4c73_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:9a64cc9623e5639b0e8ec8f5ad63a5ab83f92598abe541be09fceb37ba2fab23_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6d8e4146a7965b0a81984df7d0a2fc094c50e7010acb93e58510cedc8a42e687_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:764c1081056df81f61d6965869f9ba66d67f132d6c768c13f1b2c1c81d45ec6b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a27762ca5025270235002c90eed00d6d029d4b7103b5bd108eb527fc8e797f1d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f473c0c439be12fc83e9ebcef48a1a067a5f4a9cd581ca19ca34a3dd0b9fb79b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:6e95c6d3ba75f0655680a4e46b703aeceb57cc9ad072733bed1aeeca0e9b3508_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:ba23af1b9437640698b924bb0645013d7c08fd6121489b01b63f66156faa6588_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:01c4ac10b7061c77ef54bf337b8488722506d2a572d9da7d9a689b4c9ff7c225_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:67c19e36b3f264978073841b06d940efc3fe0546baabffdfb35c2e5a1989e96c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:add880787ab5dc1af04cbed51e2da0f6f630ee85387617987ec6d6d8e3a28009_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:d6acbf09fd11d29d0d715b96e60355a23deba955fb3ac6ebbcbdc29e6923d508_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:474e02e9e121dfe39458bdbee1f434d32fa29347f55386a4abcd3825c9235456_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a0e6d2e5adb8d9c223824f623bd7d391e33241fcbe281c54af8e3925af5781b6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c3fffbd0e1e6db3256029c6cff61bb64ba56625041ff86a9d46a895076877fff_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d253f116a2d1e2f033f47422230a0a4e8a9fce255d71e9140a0bcb6f255c09b6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0b41f824ade401523c3ff06e2dace98c8dda246f40e6a01a588dab6fcad09683_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4954d67caa517e2e2edec0e5d4b95610a31b82d5a86f9058cbe55193987da9d2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d1a37ce3fce40a5d5e3065b5a4be81a18fe2a6b81bd5d16ada65f2647fd8fd0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d395f05c26536703d44d06525efc0ac6203440e6576e8a1513c7e4ed8563ae62_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2224a1bb7f39feb0ee922a54a94d8dfa66e676caffc681f99227eafc0082b50c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:339b51d602e6c798949da55fc36b4e83d4b07909c97f004f8aebb5bb6f43268d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a7bc2291024185f39cde4d43057b17968cad18451fe8447b0ace526ee11bbcb4_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c171ac27f2bfd7846db274c1d2be8b39cdfed3afe59ab4fb01f903b5be3af443_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:45c70f4c6f15a25e1982efd6eee6930f16317ef4cebd11ffe2b5994b9ad8b200_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:938dfb864f0a9dd0116c5969eb1ca94f2e04b914c3ee56bc26ac33f90e2535c6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a4f095b9251baba737421c47566ac7329258b8ff22b0f131c5a941ad1b6caed5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:f7a4c6ab4dc050efd81ff5d7dee7569a55dd0cf96e6413c47770699f5fa02b6d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3a4f76a56b75c54966a76307c4fd647d854812bd22e55cb228c1e9b5aea67037_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:98110bc940b974dcbb8b0ea21c6b52bd96ecea62779f9665d3ac8dd03223905f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a7e47a89156ad39c7e5820cbc98a0b295ca1a3aaf6b72be3961c6d4eb0225831_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b6a273a6d68b36cd939b6bba836f657168526125327fb784c436c99848f49f7e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:26b6bffa3e11fabf11ec8176bb39ab3e301b3c5a85c1aec37142860ffac1fe5a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:301f5a73d9d839a999dbd3c9a7741ed3458ffb87426b7499364e6460850deeb5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:57eee4fc78405492c9a665c228d1f25c75f0390f75a73d5819aea7ebc2da6b4d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b10b625aa3fe5011c7fa9db3c95ba6d36c569fd6f6aa4ac3ff2431cbc103d362_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:11b59cdae58f57a02a4c8479266a50a1a5691f2e8e4382ea7ce96bc913ad4afc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1f11609dbe46602b2c11ea6c776cffc87ebf3fe2a1204f25bda85d9793d5cd60_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:28ca9310e14799c080a07935267ab4ecaf6fd1abadcb1e165deb46c81f2e731b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:56a619fe929b8a18bf1526bde6c9a86f12a1c0a43739d1a0d04c58920d3ac5d0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3bd696b964b694ec219c5776593bf4772dafcc3f43b973355913801929462557_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:4142674147742cf0ecad7223e02e88efb53e5a34ab820df5ea2f645a04219da8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7c59a7997fa95d2895620378a7e18f0074929b630c329ba3f03c72e43415364d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ff35fdf6dd3714c214394ff6f203815f23921af529bad0dc22abfa1d1680b333_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:15198ffc1a039f56e9cfe7ab35037c34a3864a83163576b65fb3e9f5aa8f1f3f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:4ab1c5859c4f54f225fe4d5555f3c2d1aafc520ce7a9197b040e06084da9a43b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7be609c48462446f215d9ae0326f1c76bc0b779cd08db391163c796106e7aeef_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f04c27be87ea23869192754c00d08badd40a106c2f66b86bf493455b3e3ceb09_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:42ce515a9496a89b6abef7a94b6fcea6880b2a9833900d54e1dd4044c9e2872e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5ab9133d7b6aa46227bca8a1c6ec2ec9233ebed8e62e41ff122dda627d4a7fcf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:94f82ddff9d44dfdce03af24a851c05cec4ceb161c5631ce6ce88dc8a9481271_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a7879d59a73d16ad9c237a597dfdbdbe06fd6d3e3de0c9396e342250778dbe08_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2f370ec13f448fc82d3f142cc8b6a559a4d62044631f4b394742652c4672f536_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:38471fb10545f0fd1f879ff8ded337bdb6919a929043727936d28c2153a78fb9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8e6c8d7186bfcc49c6ec64bf8bbaaee511f62cb5d14aec29bea364f90129d36e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e35c02d8101af5150e038572081ef775816f97c77ae24fec3826bef8c24837b4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:123714413da1487c02d182f1d355688d2f0fd63e0f82865dd962567bb9c81039_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:675b6754ba7e231a1725cf8338d536551497ed05e7f40435a2a3c98e411af84f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9eced45114ad75c3ca56d06028c836adaa713433bc49f6196533276f9645c58c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b203bacc4238f6cc6afaa7dcad119d126484235694dcc33a46edc4d002dc7f5b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4e68102ebe684da4477f443e32d69865b6fa28d398fbb76463c67d85739e3c2d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:6dd5107b14c1abce011367145d859456aeb03052ab831b4c548fa4fba0b269fb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8e6d6d3162ace273c1312c383de4e1f6ffe2d8e6d7b553b64e6ac460ac040c20_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:061699fecaf30d68ae3d41b89d812ea8144627d9ca9de83173fb33fa06e6b8f3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:33b4bb5c331675703e19ef96f3185b2d3cbcf4d0e37a6fabbeb5a8dc1f46df10_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b7e15475952a147e7d6d506ee9686c6c594d529b27e4086f49b0dfc1e237d640_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0465b162143273b73d2d1af7ea6f9654116a9b1cba8169028273185f2dfa1191_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5d1720d8067c33064ccfa16d47931fd18bdd3590f53023c2ec268ed9405d0983_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e99c8d382c503a7b1e25e6f72ef293496beab285d0a3453d09ca73fb58247163_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4e09db0d6efc9289a85cf5d4ced1d6a6a7f52168e44c366907a5d4ebd3e7d75d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:585c75fc909525ac0332764b66db33e6646e5e0b0a4d01d176be6dad70a7447f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:85df50114baa307e2b4192a46f80a292500401eaf41f45b071b23bc278562135_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:3ad0b56893a8ad865ef9de637c1f21a358aae5ed4adadae02db3c6d37db93422_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:56925cf35430409d4a59b4de3ea74d8e3779acf505872bcefa26e97418f7bc9b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:a928a27d2775d702a7b4888f87e770c93049b645b5878173d87d893288c0701a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c83836428568394e500de29f5e4b44fa4881f5b5813a8dcd42a5bd16b6bd2bae_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3fa694c3f2b9c05fcf2cb69f97d791fa46600ba1eebd67608b109586dac15e3c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:44006268f8f00b5dcc4737ce787d9221b50ad7af3e678ea6dea817a797512b4b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:6b7d13c5daddfeda27cc815f3fa02affd699ed626cc41775f78070cb8cab4f4f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bdd058e218fb99204c479f5cc33383634b184b1153a74c3333926e84f3e4bae1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:174dd5140764fb73bc002166fefbf8f897be7b295e10527410fee19338fe65d3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3f5a73689320e820972a39a40077926550f7864e2d1969a9352d3b833191086f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:df97ec11ed1fbf6397b6a62c85014c255b60c652c98ea439d1f47e62c6a0e4bd_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dff5a115ecbd046f3a1a60ce8d8518edd570922528a7ba56cb17716831eb6b09_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:11f56bb6bdf0069b7bea04e5051874cf879bff0ed36676dc521975eae8cf1bb5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1eb4aa5666fec327b24c011e1b7e726ecde7ba1942e0b8d9af38a65baa052985_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:77da9199e0922972da775122d60efaeeb4cb2cc464ff6855099fde770cfc01a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c56c801a4a9e11f7b9ee071dc9634fd6c43aaf04cdd6b048dd4ea1a623ba16a7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:5332d1051a8774d9d3ebd2f6df71f2ae36ff23fd32b28edb418c028dfa6be128_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ae444a4f4274431a8dfa075bb9c91fda502cbdbe971856f54ffb6a0d5deb08a3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:4148a39c8311d7050050debedbfa7454b53c3e00ae4d63cee7bc6da688af744b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:699c1abe44686141c985a530a8b3b864b3a1bf2c5c6645d68f7920b8f752c684_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:608159f89bf52fbe18bbdb1c48b679346ddac7d3ace7883c84494615a4ab7adc_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:d26f0f1adde0599a01c90d8b9e1e8690e6e532a380e7852e83cacc1e439b5424_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1ef42800334a0b6d395e1b1bc8e517e232713a4ee0e4591415c5347ea1352fb1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:23d11514c82b817c95564de1f0252dfcf753ca40cb154054c051b6bef078a960_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f5311dc740529f4f4c444fe33bd5731b0ff5d213620207f039af546a3c521226_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:14f9b0d4497da98ffed111c1266fd4e0b4a812f6b7ec37b95e5702438602ce33_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:4e6b6f1636a4300955a587155ee9063979e47cb387dfc1a85f3738b1cf25589f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:2cb5be04fd1145f054e994500608d1463f35a0fb87305e559ff71c972795d978_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:664dd8b515ac89b33051c38e00fabc4f2bd8c902f9fdd8df263b6cd6d0a0bc25_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:28e1a2e9d3850462c628b0bfaafac15d68def97b8c1c9387de58b1fb6d877f19_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5c60f40d38ebe6f95cfc0fa78fed9aa265fdf3aced888bf232445c2e76e4ed55_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d36d045c32e335933939150b36fd2f86599add415385560d3e10d4b74a704d89_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fa556b78fcc306b456576053e522d93e0c578807e220d3c562ea54cdbc2d1a92_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f9ea746b7bc2eb6cf1d82644d42d363d9343506f9091e8bc67740a06b382081_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:909ff0827690342dce5b4cf713327f3a8887a056951953c9aa639e916129e1ad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a8705dd5df6abd3d6931b298fe8e53cff0f8259547fa85446503b413b0ba19da_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:cabf1a3d4e2aab9e2273afa75bac084e93eb36a2801b91ea0d79982e9e7e5f2a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0b5cac582cea2ea2dee7d515f05bfedf2a5beff46ae6d5ca9626bbb36c94b865_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b920409f5635d704145bb8e1107a7c6f951976c44226a2083982443f67ce619b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d658355babb92069a73c35353c2fc0be4450517b3445d2387b4b0e3bd2b873d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f8036fe71f651189dda062ede40268c843ab07ad5b32e010250f9b6fe9234bb6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c5361be369c8e0194275ab97d18d52a095a5206888bc82d592f9f9ba28a34e91_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f6427aa92071d20df4e412376886d9831bb0cbb15c10216ebf2ac78de096b051_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5d5edceedc72d2ec62b24b6a60c278e4836829c78a0bcfeb20d87fefe501a39c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cd23e978bf90a7180245b04b5b0df939ba57e30ea13a2a759a5d04953eaafda0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:bccd28236b901759b08d5106786d262e482cbd1e3798c1392c9c6eda9956a5d6_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c096101efdd0dab71581c6e6506b9a6560c96979e2d439ca888d2c67860c1337_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7cf38584dd1c5c269f86d85b0488e9224ac989f985989b00ba718ccd5c1cda56_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b2a85daa27b4a10282c1365dfbb48a3224df6c2a47d6f5ed59c3c01f6035d443_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3643a11084c5df88b8dd9c8d7693b228f3a9d94f74aaeb4620aa458516c14e18_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:a6a1152188a6d2cab12133e497a5c29549fa0103dcde8f1bb530ce7a033033b5_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b6f91ba9a89207a2f84a8bb1343179bd74948644a8b1608c2a2d84dee9ad39b5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c21ea57e4b38cb47e5aacc58b218ed97cd4e6ef353d86442236cbe8852c6f648_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:56c61752133f5574587fefec75502e2a132871ed033a824f62519117ad0c4620_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5eee9a534fd647002e246ccc70b47a79737cbf604c5fa4519d10a8c66865e5a7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b1428b294b7752d6d56fa95d6630aad0b6d205991537ddc3274a7062c13df3dc_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c363dd15dc780181855ed7e8af09bf148d9e38d562cc54d90842f95ccecce36f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3978c02a12f2469999e833a2cd001a08741c4d9bd22ebe211bfdbac17563ddf0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8d20d5c213a86a2d9cf1d4e8ea351a70e2bc1e8864e7435baa701aef3b22441b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ad84f2d6f695c6c999a82e33cee9938544352a648c0e72adeaee0803289077c9_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d872bcf33f5d4d6f1a074bef0091e74de82b3b1a883b9004aa1f6193b84904fb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:027641f0d532c5d06663e838ddee798513282838efa12811ede36e1b8669949e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:198fbdb0d6d4bf699a9186c06c310e4eca0c3252ae8e0d64ea1c68d7b67c2bfe_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1a3fb2aa3ceac5c827d7cde1cc0296d6974663d3f5b4139390cb29dee2bbcc20_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:51a53812eecfb69e77afa538400463c7eb51710777e9d9573804d2d9eab5d307_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:19cdd4cd8546c53530e098641c6c83e2f38f05f2d046c6a9fddc3c8002a01fa1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:27b826d0ac202a4321d2d28bfe26376b405458781f04acd607c3a27bebe83651_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b1c377c3a99dc0a9a6a39dfccae28c7e5a11674342530a05b237a33117c980f4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b230c7f6c243ccfc43e6b50809f916d3247f8daad3c750220020ec4337b126a6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:42cfb65c46f9f63ae3227c0dd5ca2a0a11729ecfb2865f3a4443821a85f7c8d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6ca3200ace5f9b6c36c20185dfbac37ef4cfb171f3a99eb9c746e52031bf380e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a9edb90a7efaeaada322b051c1b4cda47df859fad20ed42574fbe0fa00d15324_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bf0602fddb6c09c5c20a33abf72b947cf7ec8de6ef68144d2f4b1a1a9ad906ba_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:13df2c323a0db01668777fb495bc342806443b5c0992fe7f9ede76a0e731e2b2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:8e564be7535e32f63ff7a84bb61b3586b16b07f4ab6db20b42340dd998f2e919_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:29b338177ad61fbe618240d520eb180c1faa54fcd4be63c0d2d16f5221c4d7c9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:97b5466389d9b1e4c54dce29bfb42e901ac2c4aa39edaf99c35f30a766d38b78_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:989cd4643516ba83c661cff6bb217cc25d502febc80344e08e90c6eef8d24088_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:adec59d5a5ca059167c1dab49e6e1e6363c1788833f2cbc2381cb7d88a98864b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f821e1e8479c74d1a672e049e187d68cc4845e7efb417e9e4e4fa99628f3ea99_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:4eef2a136a4fc3a9deb0c5999546aa8d498c3553107d1e0eda9d394b2f412169_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b31560936594f27a81750c2d73f97385d7b3ac87cfa7c75e1a4fc224243eb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:bb3bda07b0ab9cc97889a530b1da6d7eb3f7f9c8a98f9b867bb3a93da7694625_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d50f44b5a5797797b9595f99e3b24684908cc28d317ca00791bb6a7406e15636_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ec2e637888e698016d6df6cbf4be6d44e5a2f544e7b81884982e06ee632a9ed_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3c569b4e1ed989074b129cb91b307cfa10c8305b037b284b23bde4981f551238_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:4ddb2823de8624d7d45aa16adabddb92faed392e71c2d1a0b3e640be91b731f6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d3b7e9f39e5238f011f9328467c72a8cb8cf99d4bed7ac0593edb9ec5bbc90fd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:24e49f3b5ed9df72849a33dd7fbd4a0b01b8c3be79705d6e23ae48e3fd164133_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a9ce73e1f17b21b9bf2ecfa7e35f5d8e9c72620076bed594e217b870057185ca_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bc2fc4c0e55023974c90506cc14c51cf73741e9490632453687edf404b3c485c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ee9af4af02c40524e182fb1893b8bd59785be7d508111c5b0415f0caaadefcc3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:971256d54a4e10a29080f656d5de3b6281f27c77a40c0dc7352f1f05ab83eb11_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d4fc699ea35d0f1e96e825d2db3f21628e25589ba57c40ce771ed210aac5d588_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e3d0f624ec4e265daaed3072e9f9dc85668a917d49c96ebaa1c7bc05ca636197_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e47600e5f91aad639de386e422056d431450e5dc3560d30ad16b0b0bd240e371_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1cba0b4f393f1927ff5386a9b2ed74fed87a58e4b2d4a38f34fffedd30da14a0_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3b8bfd739f87585230904007f0b438b4bc9d79337f0e9038887bb7f297b681b6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9c7b3d916bac7900ed009cf82a03607fe68fb924805ea37e9950ff3fd6c73b44_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c0fe58445dbc3f94bb9a041ee4ac81d6e1ebef0eef6b2468c288be51d947555c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9c772d8d7af17818a38e2004fbdd7673bdaddea0c36daf239dfe65a49f78c212_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:acdda550e575dc7add42439a856726b3833c5d6d98dd9976f30be4b781a11a82_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b5be0c8ab080114879aafc5d2526924d32306ff545c06dba64c947ca68736f91_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bc413067c8cc3e6c40a9be4ea896d911cf6b3adbbbe4c8e85fcb243bbc7bc2ea_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4b39c2a3d10a1e059c3f52bbbad6df20e52e47a422119d51806b59bda8e7e97a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5f0f4b8edf205f47a263878372c0fc80e1531f3d197d882a83cc6a2bf980c277_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:78987fc04ce330fd8ffb8a96e1f25e8ece8360680bbbf4c8854f1ba1f598f2f6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a43046599cdb529aa9a2672b628a7495690b03379c7dd4ec7bd744b01793943d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:25b8603f08442f61b433250cb6f4839cf2cff118df56d1d7e12b3b09e859a278_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:912bcfa64c2dc40a0f8573e595001fdf9dd3280e4babb503198aa019c4c94dcb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9f84034243c6dc1341a059730c81b05bc6626b913524f8d854e7d13c59eb4d45_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d9683ec09f7d3d0c73eb626fa7132ea0d7f731893506437d76db27bef51ae518_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:13573ab2e748690c65900137ee67fa558a1938fc2c4d92deb6b308809a77dbc7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:279fef1862c07ed7b949895843d80c54180a704411df4bd4059135dab63900d9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7c527388a78edbc77d6a9db9ba9d5c8ddb302220d69734f4e0bfc26b63b3dcb1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e601bc25408a2eb5735db7d2595f969a59da9560516715ad781cff5e4a57f2cb_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:264fff5b66ca49266cfadcee9765ba0b34bccff8dfdb12e5444db97af4913095_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8f14a597769b040fed9d1c1d610b6023734dadee91cc28588b65efb25f6308ae_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:bf78d9a4afa92e68d8018283114bbc7fd11fe0a9b357b75a00395ad630ddde75_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dd57cd8ba112502a28c74d7f9e021035a061e1f51377ac0510dd02a303f14f37_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1e3163b559a137ca99141d0913759b5a92cf30e063f6ee2485983a486d97a066_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3038ed29c6dd5d46bf8d593c154537615b8d218bc43eb89dc099a546308c5b33_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6f5d8e50b9cf127af5334e0b1e97aa1bc466bb1ad8a1dcb2b6c3e7494bf5a1e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fa6736bee0e8806b00bf3b6d971e2de5ea49f3f2a89e8cc404d55a70e6f73720_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:09157be733606534b4788e13e47f647c427adb2d36031df979628d1e3d93b096_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2c52bc991f789cb2582b4fcd0fabd20b86b5893d9fcfbf6e9ebbb372cffecbe9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:611ab0d9521d88b9676bcf873b8aaa2fd385087814de0ab05c7c853fe98da20e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c6226a0f343e69d720fbc83ad01daedb925fc39d272df78fdacbd847fb075bcf_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:19425f8d71d7b67b74e76c5b770a5e3d918dfde9a9eb3e181c767b4489db01d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:39f0f3baf0bf65713633aeb91a80cd35779cce2b43e6faa70838e0a87bdb12cd_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:804965e59e0147de822be6cc464daa137e45c991e4ff00c7184b6fd8105eb781_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b9b4777d271c5ea81505111d169134181bd46169ccc05dc65f3b6e59f736d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1a6e143562b0618b3f5afb6d488e8bcca48d9b0b4f68dc70d77279643325ac52_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:22230fd972b50ad12367aa043fef070d0e580b71e874a0e3fc2f5aaf52839773_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3abe2be596ec79e32806af4d66a7350835433c11e8b053385ee6463e65f31d30_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bb8fb8cebadac019a3d8c7fb2338a56918ff39aeedd55318fcc7e7c6d60648a7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:28dc48f706edfe382aef8370f464836e99a307136561dff65f7e7e8b5dcf9a5e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:533846b923d36de2b953fd071f6f7ad38e60548e9ef1d3f704039bb69b59530f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:68d5b77732cb2c0b0cb9a7e6f4201570dd8134dcbb21019dfec4bfe1fadbad1a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6d20fc820b2b684137df0fe673dd4e98135ee6a8c39a660db8435be44160c4b5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:48568238316d40eaae138ec218e4d0fb6119c94d9014683bc25934210792500f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:1d1ba67b2ebee648e679f886122e649880437bed73cc62901f26e77087d1f72f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:627e8fa2665e8d19aea0b746867ce31b58cef207d6dea85228b175b96cc95dca_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7431114311d645b44e0f98c9a0e92e62a2c412a2b57dc47b52f1e4c5ae0baea7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a88a9aa0807380263b476e1e7491c9a4f36def3c403b43fdd30bab55f06e673f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e38292df09d0b5589b58f31c39ca74147011aafc1a51be00112856a7242cb80d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:67f16f35ae8e95b90d758bf617c953ffbd0f31d685b9f023c34e5de5c02d1d13_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ae42289a9ddca85918d07f71db7415d099e8544ead8ae73a0d79e600c1c0f067_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfcee1078c7f5425c41f8d3398ae512f2a07d156de7d6e92d24d7f5eb1eecff3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:eb851650658c10b1a102258af7b72aac6db36647d07ec4eac2bfce099ae68e67_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:74efd49cd2880e07cee9aa16b7615504fcd276e8606b7422ffe6a253636462c1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7ff9273c653a511408a49a0778e9584605b9d24e1069da8a77049f70e2bd5616_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ad02d1ed96a39fedea9588756c548817e8672b8fa6d3e16f1f53221e3e7d9157_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b10f0eaa64d49ea5763131b8ddd134da6771b835333a4f5ac9ffdaa13cbd08f9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6c75dc3551d30161fe15ddb87170bd7ac33cb19b242907e99a9f2b003659efc4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7cc7c37a8ce0bc5a1de200fa97525c35943d5fe789787d642c4a3079c251c4eb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dd8dfd22f1e93168de72dae9a266654563fd41d605c65b4bb15f20ec65fd53f6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:e651483d73deaf4125ae3c2729bd8a42b277df79a6ff056a99ee3e78e2164877_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6590ef2d757e5ac11ffacdf6de04ac112e96f4bc058b97aae1facfbc9bfb9317_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8bc45cb12c534a1dcaeef41b7ad0a4cd8ac0e3b0041aaa0cc3a9b917602ba5df_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:92e18d38fe9dfbf0e50933d15f4178cc149b3e4eb535ccf0fc0da030d758f435_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:9a77e03eab2a1992fcd1c0a1f1c978755e236843ee4472bb551968fb16568334_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:686e7784cda9016a460c9196a522f1fb510546cad343e26f510bea264ab9b515_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:77d58cca07f50ed35b30a97c24f66abf5fd5482be3c2a86df38b5d0e4b41e4b5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:a553758f4aecd97de2202ffc5d96370765e1f92a11fa4ca464ad13037d7c1a70_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d09813fbb679d41aece1f097ecf3797adf142242feb12769a604c37df1b6d80a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3a967546fc93fbe58afe72caa5892b712c5b96072d3cfccc1c7d9b27cc6fd6fd_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4d09ecbb6bc7010c93d65d8bae5a368326d1b52bb7f7410d30dd068b4b9c1aff_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:78a9ba8fadeb516fb48a37ad2abef78f57a09b5e701a31ca41e4bfefe493d781_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b44e2dd5cd2daac1ef6849feb0b313950e0616586fdcc843a051788fa071a4ff_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5d94083e84fbdaa57cd8723c20bfa1bf0d2eaa0cef52c662975b286785db8cb5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7662aeec067c8b3bd0203da4d87e0837eb624acc7dffab9c0eda8081d992fc55_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c95e0922aa74f51030c35cdf1ee704f01ece7b4ec53f361055f4cfc58e464bb9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e4ae1090a43cdf4a540f1a2cb376a93d2f74449ac44ba6d0484e4612579b3d43_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:48c47a452810fe65a21fa858b102a2e7d9469e1143c51857844a0a74ebf03661_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5ccd0d2687e836eea86fcdcfbc73c7bdced8bfe2050c466860306d246375f0b2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7fd64ebc835133fcf6fe9d286f18f790b12295dcd904d61cd255c97e49f216b5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e862f18a4bdd246891a49434389e8dae5d73a68aec6d548dd282f3c56396be98_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0772170993a9fc0531aa948ee3f4c83a8e530802f7d6fe246a0688026c050d27_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c1b6b3c81c49bd764dce7fcb732f14f378aad992c953cdac86872b4113e8168_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:307efea31da6d72e50def18e1c08bae9e05ac8991d90379280c15f69c93be375_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f366a95bf18554cb9b48af250be89970e4c6b1fadbb97543db8bc202eefe282a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:09b9a909358f49dc84cf863e418fa79a72c5f23ce05cbd4045b2c966147b4edb_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1ce1ac2cafe2162c4070a5b60087ecdc520db1e90a433183157c554f86a8bdcf_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2c984681915470552c6cf4dbd2c900d14f29d9a6632d7d937d2fbdf1cf16a5d6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b3809b2f792a8b57efc13591b88232ca2b83fd116ea1a6ce9c05ec39733bcfaa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c37ef0e5d795a727e79d2749570d7c42876e2884561857149a17793543b9fad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:45b239b4328e73574050498d8a59fae10b1788642bfd3fdfd487a59654f2395f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d0eac8a6dea99105af2917f089cc423a7c21820cdb7ea4a3f793381cd07f43f7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e9625244e5cf3f4fd7e6d69a8076069e24079672e2c4bc4df7733ef31c3aad9b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:25939a8eacf00a315bfaecb90901a20f2d314f186c1a23ee0814ca611866ed5e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3b3fe898a633924c2e0f803ca944cc63d99359966004c6aba6a05c446a0539dd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:55a048f1d9ac836497f7783369b5b582727df86cc64fe7df91c463db1fc0ff30_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:88990b2047d4ab9055afba0c6f8895f30a132c361722a1524bed1671527d99f9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4bab889d5262b3f891b99f0a521f6d4511641313cc1d3a5970cc2182c52e0fc2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4ddc6ce50e06c258b4f24827f1fe5577c4ceb5d68ad925a185dfac5b2b3a661e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7883c26d4640f30a8fbd635f5442fdb46625d727a1b2382220c454aeac081fe8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:955419c1ead9dbc1c2545f367907dd4b1e8133ea23ef65407341e9a505b1cd17_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:206e503ccabc3f5a01f11ea5026cb64ad6ae62adf2eb9044386efac6586cf332_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c2d2155a6d299536662cff9c5a8474680dc8d9c514b152e87421feac7cdcc22f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:e62baadcd61bdc045c205ce81a3b2b650be73e7b3a5dd5cb53ea4c2f8a181f0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fab5b1965457ca46faaf5d1e6882c17ac2f0e1db5017cc81ff4da8a9083cc838_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3e9733932088db40e1d1dc25250b68d83aae6fdaa33923c2593ffc6f10b84984_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:62ff6e225c6c72f9c9b0bb33014544d1e02a30ff9092c25fddf72d9ebc8782dd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:70259c080741f045c19c2dfb1fcd5069e9eb7e413294d855262975ae03e60b6a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a974b10609ceb50c391abab36ecaffb9c6ba62f66b246f529d8f7d1f038165a1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2a8daff0897cef178c43b00d43b3468a3ff9389ebf337533c771210ffc608bc3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4c7da9adb32c409132dfefa7ae79fe99d41b6f59c592eea234970279694951ff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a54253ba850cb357befc0173748523a1762858066023e04388c94c2d5caacfc9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d49affc20c2c397c1ed17de7d3a7fb98a3f66efe9f9bd4f4234c0832393df9b2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2321dd8c9cc505a677622c5cc680e4f3461c6bf1fa4267cdf7f39383967a0b3a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:582d0856a394c73d8faf8d1792a80ccd8c66d80cf65b9dfea344351d767132d3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:938cea3b81e1b74629b0bee65183b0800518b4b757175d34669fb25f6e5d802b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d8e3f695418674002c1dd252757415372d95b38f813a3d432abab774c7427b2e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:8fadf40fe968046de41a4a4c6f643d9077f4908a1e456d7da29e0b0c79f8431e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b7b73c5b17ad867eaf4066be6b2fb9a322677ec3265c0d1bde2e317f54f7accf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dd6c4a3b961b608a71122ddef308287483d90f3a153df4ebd00b4f85b46bd551_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f5e86e560d2dd575aa814329ad50a38ad4c7f3c111353e652e55aa5b58033f18_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:10015b131c57580e5edf1fa90b05b19482ea67ae3b588efb30da1cfb2061deda_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:99060fe9572cab596228b61e892ca9b571e3b740c4872ab55e3276d4ad65260b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5127b9d0570329e12a37d1c7e38a3ad9a1c990b7b0e1d3f3b31f5ae1146a518a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8403b335a511bc219b98b899e2cf4458347dfc67c8e15440801b1434f03ab555_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:8bd350665dfcfcd29e64a93a9c1b700817a99560dcc927a75c13cf22924a557d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b47afa8cdfbab90e0852af59ab14d95b430a2e94245aa9d1c65d1a592f44a90e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:15c698a4b3293ec372e1ceffaba0fb9360499514271d26c22cfb6cb39852f598_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:43344ef6148d5c76a10961d19b3bd83e219764cb53ac4f310a513bbe694fef6c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:084a185169e09b57b07073bc5c82bc741aeba187cd9cb33149c830af00cc6582_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:171aabed219e2a837afd87ec9dda95bd32b6f780a8c7116a6dba18533c07605d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:33926bd728bf4ecfa8146f2d55c05f151150d249b965ac4338cfa8a9acf642f4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c0709bc4da1e5574cf296180cfa6abce28c2b7ac105abd95535422abb090207b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4ef4397e1a1aa5b377ecab2fceb5c2eb15b526ae39bcd9299b45d9abe4bbbf31_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:852e6be5031cc90ccd9d02fcc66b59baa692d594e7ae95e68b8923732fa77b49_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bd9e30cdd5958003b7db73e8d871b448d208c099f3dc7e9df3ba56e6d476ea66_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fc61ea57eef9eb7f0bb091cc0815a81844d60c78f5824640e40096e8de8a02c6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2020b01fe0c8555a2cf070d5a9bf75691de4d8b775b4ac91032c92972ae6a424_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6c3b876e5fa5594ed92ed3d333ad1edd228611d67b060024511f8c6a53eeec92_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cb279e6a6181c4ab8025c6ee74497cd95e990aa02a03aa01c8e4ecb81718d231_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f6562421b9828dea833fc82160705ba8c0349531dca39eea94da4bb31b8d3468_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:44b8d7704e559a8fbde7bcd2d7b51cc025eb2b898c74497149f818473d6b7237_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6b3db54da066eff7abd8e8f58ae42163364355fb1fb5a166c3f90ef42024e24a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7bccca2d8db4038ed90d7c5d995bb2daf880b3d6aed320c6d6dc89c73c38170c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:afc464bfe9fb581e22275814fb3263ada3383b571ac4765507d2640470a8fa3a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:353292bd26a33c9a68fbb8351005fc3b65d1f0dc02c82887cdeb5d28beda1404_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:af382c36059c0c0d6e76b41eda8ae2055bf5717205754272edf126fe15737cc1_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ebd113dd73707e7e234669c4b52e7ad90c5aaa95d062fe7b2ec18ad63b942920_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f0b91324c63bdd9b1603e0bcd2e554e1d595168f9337a7c26d3834093b24f6e4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:23a74b9b847094d230ca89e8d43c924098aa5a8ad67bc02c4b11833c4620aba2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3a9adb54f0e11beb7e2f393c00ef6014f9c18796c36e47ff1f08807dee8a9e0b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:558cbb955c8d4de727f010f3fe97f285b6922f4845357cd979c22e9d6afda4dc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:64f0e85f122f8cef1a5b444095fb16f95b255865ab116cd59a4a541bb61cd09e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2b93d36104e2c99c09823ed5c6d12e25abf3dd07e20683640f99b687a45e9b6a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2bb2c4706037910e8045bf0127ddd9087d2c8ab9eeb09ceabe97b18dfe873c1a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3e5d6fe6f1f7a495efdb0a61dfde0d20def80759a215bc7097265c816e07919a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:efe7886379624399e04e4f213bf1f8b2baf1acf989823caa93ed8ba76ccf9372_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1b152d3df7256fa1d16dbc4edc991503bd90432e1c8408149603306e62a28a89_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a7c3fd07837a9c03ab834a0b46ba51b50c73037203ca4d12d8cb2a45f690e62a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c9aa9a181ad76c715b410ec6866d86f28923d2becc8438f3b56a381d7c668897_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e96b65f0caa9f23429318080d5812ddd5c233b881b6f460d944990000a6d7018_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37569639de1f8c36904366fe21657db1df3c26c03b8f9f974e0a87abe862c7b8_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8d27603330319790b463eba638816fec38ce5ce81e7cc2c113636939d713051b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9e9598797558cb0767f9bba75faaece26aadb56163f94ae2cc2c137645b5babd_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:cf8f8b11a984107f035ff28ba24ff3f6e1d10cd764ac472b94bb9e74d435a459_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:70e6484048faddf5f59bc7399fb22731d4134b6a6e2c2ad3b1e92bf26e5ca902_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:93c6c010543791ed57e08cd0630a7dc7903d7455d61686cdb0865b13fc52f44e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:cf50871759b51c4fd1f164c53ec8503379de265ff95b5f6bfcb15d3820722c78_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f296becb22727fbcfc0a2a4a91139dc782688f43f63396d645b03bf698b81ecb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:227f6cfcbd9f361dac87776c3b625a4ae91a7054a29a48c0aec491a786f81380_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4063848bcd02040ab2a26a1e77d643a8cc01373bc6467070f72f8cae62ad8bf7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7315ff02d1adefaf5e52dc2b87903cbeaa1ad7c30719ff6afd130d068ebcb429_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:c33effb47bad5780e4e0ed220647bd0741276ef5c19eea05014b528b91765efb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2883dc4d23d0c4ec9551a0818f5d5edfc708454b48333db179232b6f7bafb4cf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2909be49bc0471a0e2ab4e9172e4ce490b305b8e1fb86729b45af106f1ad5ac2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3b91df98133ad62ab43372695b3953c54d58e70c15eb7ae201b68d73088c0bb9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ea31f2ac734ef3cec4337ec6025a1cc01a2452ec124f102e5b1400a9ccfb05a6_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:2aaf1b270a589b2e9c907bc35b4a3706cca1508a06142dd3086411e046d7cd00_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:32b91a8b6cf6278fde2c8d33666748a905a8dcf290b6e16ef266857d4838d3c0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:fe8f645cd130c489a3454252abd64c554d583cbf984aa3e568ae9c4073fa0f03_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:9885e38ff9be6d7ae070a00b851232a29e739a870d32b2508ab9f34e56177bd5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2b7476cab5336d76457b1915e734ab8702c461af8ca4d9e474557ad8354f7065_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:4890f971ad6077addd93d4c7fd1e9ee46ef3634bf89ff5adee2a95ad7b7b3f12_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:afc7f162c9c1c3033316a984254b8a477d8eae5bbed9cb25257d54a54e1bb866_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:e9bc1798e5283c65ff1487ae78c1175395e051a6c13426d3e8d1b898469a3493_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-69153"
},
{
"category": "external",
"summary": "RHBZ#2510719",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2510719"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-69153",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-69153"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-69153",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-69153"
},
{
"category": "external",
"summary": "https://github.com/postcss/postcss/commit/7beca139e70f9075c6b19700fcb00dd8033e5da8",
"url": "https://github.com/postcss/postcss/commit/7beca139e70f9075c6b19700fcb00dd8033e5da8"
},
{
"category": "external",
"summary": "https://github.com/postcss/postcss/releases/tag/8.5.19",
"url": "https://github.com/postcss/postcss/releases/tag/8.5.19"
},
{
"category": "external",
"summary": "https://github.com/postcss/postcss/security/advisories/GHSA-fxqj-rqcc-2cmp",
"url": "https://github.com/postcss/postcss/security/advisories/GHSA-fxqj-rqcc-2cmp"
}
],
"release_date": "2026-08-03T16:56:25.733000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T09:56:49+00:00",
"details": "For OpenShift Container Platform 4.22 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.22/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:c987c0017b86a5aed02d5fa854b4649039e7221e14fca2e824dc37b2937ce7b2\n\n (For s390x architecture)\n The image digest is sha256:e38f225c850f6fdbdaf6ac3ef1f762b1e7068da19ef3cd57a00f72554e3d0a72\n\n (For ppc64le architecture)\n The image digest is sha256:ea726e65a0f5f8ae5b5fe4ce31f2aa75943c893c91bd75feb644c4042c88865d\n\n (For aarch64 architecture)\n The image digest is sha256:ab1d1b8e7b22fb2a6b3923e6e8fe77b8f0f774c762836a07542b7ed5ad52d86d\n\nAll OpenShift Container Platform 4.22 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.22/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2606e2856430c12efdf947977a070de13c3f93d3f304608c411ed57b6de0c6c7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4dda7a5132b638230470f86622d84a7f0117280726ea52e3769c15f11b1dbbbe_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f3b4137b1beff722b9c1ec2e451577a22f44c47a6196139a39d4aff3a0386daa_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f688b554b17808b3aca13b4e6bb8a240401db6f6cc5805e98ebe71ff43dbf1a7_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:60441"
},
{
"category": "workaround",
"details": "Pass map: false when invoking PostCSS to disable source map auto-loading. This prevents the path traversal from being triggered, though it removes source map support entirely.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:07716873e44d49ad177f8c572fe54cec7ddb819a70492e6bddf36ef2ea5e6449_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:288bb644cbb5e14b00d80e0b409c83644a59cbcb513d19025f8b97de61f2cbea_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a27a41e1a167568dc9bcd1f125ac624897d73bb6dca7be80d256432b35e4c6aa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fe9b92e8a052208c6eeac2ba816959ee8129cc0f68bc93bb0a1a2f940a49f4d8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:44ba1190dc20c3a99259ef0723be3c9e1c2d4f339ec4eb4f38a9375cefd60d2f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:48a700617f0d4ab9dd6b40cc27e9f602892037c10872c19c60f62a2a848e451e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9319978cb44eb1f26a7d82709c4ba7d9b6b0bdad78c6c6080bafb0933103bda2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e734fcb9ca41744ac9213327a775aeb0e01ea9974036908721b532ed2dfef923_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:10097712385ddd416b15237d2af20f86a0370f1d97125f1e8a0d25a7215f6751_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:40f8f7e1d72a0e70d96c1ff028cff7125ead621e89cf2f3c1cc5262a3aab65fe_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:50ff72eded21d210ea9c57c9f9b192cb6ca5efe781c5c5a9d2e1129e2eb7a248_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:f77b14655ac6137b53212c8ed526d6baf86d6d6332513416daa73a6dc468c832_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:76042ef2dea9a9316a7bb2a38923d0b670663803c75f5b8351b5e71d344b479c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a645a364226f6768df30645c15ffb8b7feb1932a96c3666cd2d8bbf71786fe88_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:afc4fea57ea3217712f10421cdc7ded66093dfd0d5cdf09120ec1200d696f332_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f70b291b3be37bcef36e4cd282cbd88f917dcc5e61e0ad6228b33b770656b8ca_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4cad4e954d5e9fce7e93ce3a81da34d58e01c38a5d6140cefa7eeeffa13e1431_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5c1598ad56e3f9cf5801a990b2d5d007632cadc69118dd15b771d8104893b722_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d18a7d5884e709f2440b7f85999c2351c0f74ba09b876a7c915a974ccfa3dea0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:ede11c7678a732b9ef9a763632c13e616a95cbabdb36baf0c5c48ca0d476c260_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:208703e1b4c8fd82b6cffc790affc4bb8966f6d95e5b5631d9fc7cd429d82242_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:40be47b6d5dedb587c54ea5f6ee763dc3007284e85cf75d9f48f4de83bff4f0c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bfe783bcda48a7678e776f99ab08f9d6cdf882432ae03c46593326bf8b57e714_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e43bd0884f4c1993cd516c3ea52d1f878a783f6a998a6dd3fe4a98ab11bd3e87_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0492b621d90ebddbab300b3bcb6979598f11380da79b32531f8978b26fe5edfa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2f4ffb0abe2bcc7b801658bb46ad9f397d7a3d11e8b2060859f5dee1625d7ea2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:30b0e4f82db1f3e39379b7aa792514aa726a0c485680b67351c593542c1b1127_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f0f3b27621a9276b1f4f9601b1b399eabbc165d74a4b4a20ebbccf6a36a8f98d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2d56871f80eb82c502cec2b901d3510ab482eea981f50cba4fea729c83f1897c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c169319f15a3e6ac9086e21438dac78a6b30f142c6d96d63c259e45f4b98c2ad_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cbb1706913eb430b86212f941bb32b066af04b431126af872899134a9e111ca2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:de56a4d37e6686cafc8591eb1f7520942036037ba5af21c286aea2d2fab95b2b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3e35e96ed5607d7229629ee64a3a7c942fb12da93a75e989f1fd9aa028e8fdcd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c045d9282bb2e3ccfdc19d09b76e81d622ad5c41750c960a066f9a735ce47a3a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d3c7bcca57a84397fa1932919a750ed7a002fd7f7be976152dd7c14d60feacd0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fc479e1b1d14c548ed9a783109fd978efba5363537b835a5d09fa8d0fa9f9068_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:0e22ab8f884e0095c3cb3efcb63f9f37d55b72cff37962f271fdf534deb469c1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:ab518543ee2455263fe748f1d2ab5fd1fcb87e03bdb241a1fe657c748e220e3d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:cf25049921f441dee72daf95b707da269c5ea7af7026674c42a7e3c8cc682e59_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:d5350fca926c7cabd8fa4e7749f0c2bd9bf90069a11ed96342cbaa0ccc16f889_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:41ec41da1569234037cfc2b9cefeadbdb4c1e45363dcc0b5f2acce2453ba3dd2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:bf2513f4ea2df4a781fa74ddc02c207133387318444f7027e6b62565e8af505d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb3cc6f050ccd3fae295639dd627bdf3ff5f08f66ef0fdefe24ab8260cfba983_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:efe54dbb00c22c7e9e4a6d7c40e52665823c5f94d4b7b03236edeb1d7a304f94_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:073ed3fb3dfb009b6ba476883da5421996c5c4f4119375c0c83b072571d935f6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:14b74e5080c191fe32bdd2a416c80cd94a0f30ea6d5f18faf7396c120c5907ea_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3c86e67143d2caced55d2dc470df15cd1659c5e16c7eb8af22183de1a3222901_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a6de5df300008dde127b655f67ba1c8e637bd6e67bc2c811c0d9e0ecfc3cb08b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05ef13e75b41891cd2774cf5243b11da290ae75f12ecd07239e580a5238036a5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7c5f6b71b68331d1cdff8b3273fc7cebb945d9c037fae5c2fe0666f84cafc928_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:c221dffd999b01fe10c83c1cf3e93ed9d49beb5f0f13e8e23261f44a07fd9342_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ea42eecab8a62b7896ffb697f402857a31807834a102986b3967faa70f63775f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:0123a42a6d10e21067ef4ed5ad7a39541529ff0157cb27443a95b0e5d88efc7b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:61e542fb10dc0e083f8889b0b94c3525f3882e5da701b8db31cc9be68d803ec9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:69eb532db9fac5d796148a421f1c0a95f03a84604fe40d5e5a3719c995b8d3c2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7bfdc577bd856e0cc690c86a8fc9928ed3d034d4d1455378c95293376a74b9c3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:023e336977c9e6f23a82083ada96020a26cfea384189b765e89d6acf7112957c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a0734ecbae0ba4ef8a6cf77d42383afe04fdf33eed2c0d1e34782f147c675581_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c64a9e77bb865dd5475a4022629d394ced47bfd9adb137f69e2dd7bfca2c5a29_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e90910e06037ec13a10bc176da5a516287ddc34ccdfcb36432f386f7b3895136_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2052fdaecd2f3807694fa17f35f03f84b5d8116ca56926b6d657f0594adcc4af_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:274df573eeb1919286472cfde2006716aaa62c65ad1a6fb82bc351e7292a51a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5f81d0322afa70edfd932cf1f80dc5a14ebb30f3f4cb0a4b9943859c3ef8a741_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c5f86407af14e6c3741e75068ebe79aea7c7d1a73ca87fc97128c53139dc8748_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:11009d76f2fc73fb88ad8650914948e04e30d4096420d00a4e6b1f2f82bb2a48_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:464e2bac04048cdd010a9625e6657c9f823ebadd624fd71191ee978520874528_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:4a6beae013e9de12cd8b0a39e9e7488f51b97b3f295e14d773eb28c5df9d6743_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a2f765f47a9fbb2acbbf3b00c2d62d7df283546b7485e7631116fe824cb589a5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:82953c91b88971066d4d605174664863cb062a6f7da286754aa4f05c11a69bc4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8adf05874d8cc6284cb4566506787161305d95ba4c318f070e01960939526d59_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b0127947224f18d500d967398c5008737df32168d2db50f1f87554e149328d71_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:c25b7a4bba9a988a6b7daa4eaa8608df78b927d1d454aac7757f18e3b6c78d86_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1f6a0d8476232a85b5d18ef9ce148135b69a4abdc45952f6ad0eaf41604e05f8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2989730daa53d788a9e1be03bf922a07c1111ee8559bdef63d058be6fd5f3fc7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c0cac6ae1322cdf12df3c55948bcfead52641aa95a57dcdea97401ae01c1860_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:adf166a8095fd21a818265c01776b94e25cea102a98de6875352cdc47fba933b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:67f12e5ce45f173e79229f506b92915943d263ca0adaa31a027cb7245d7a076e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6b91bbe18861c83c79693a155979f3cc56162624412eef4c57c52cfedfb38475_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b2bb582913e9dedea9f2eb41f1568fa8f0fccce2e56be4f666ff41f3698dc147_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d35f97d205f82d6ffa260582fc6dce2fe0fcc3719ae0e19e85e06e7ab629021e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:03ce535e7bb582ca85793c8155f38ff9f73231e7cf5af4ce223ea89d4d2eeb89_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:605dbca994f47b04da902ae4b76744eaebe0d716a7a5fd3cb8e617db5dabb8c7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6b2582a7f534bb2716acaa72598b40f593897124fe03a5e6b2bea1e4c1a26d15_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d88f52e765c3f5fd4ad80f7364efe49e98ae927d82601d27105eb6ad0b484264_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:1305fefe98602549511b835fd1302eee6a4494c690d76964d89189c90f39627a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:325af02386526656111c663e6a206e755f2f30db00059078a0391d4af6cd95d2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6dcb4d60294895ba062bed0e9612ad7fecd7fd8d8cffdeee9bd65ffec1b20a63_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f492d67b16384267b9f65d20b769f93e3122f0957cec290a88a1b244c80e4b54_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:56cd8314cc9791e043cb4e5ace324013f4ce4c825fb5f9119b1a6c6871b76a3b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d6ff019bc8333893d6d5799927ffd9dbd02d0d388752a1ead6b8f85928fff4f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d7e525584c9b7492d8b989d2ad0b8ccdc4f244987f26b4aedfa7ab1097aa8ac_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:598dbc32cda4219d6a0442aee99096b77ddbea0148ac3260c9c37e00b13cba23_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e223d745233c048714d3ff7a04f8ee565aebeb0f5aead03e55dd9f305fe60cb2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:05fe3c8332c4626e356a2b8b33b235d605b8cfdf8b49a68475db687789a766e7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:64ea7652aa2f9f9ba58d56765ee0ffd7224d6534860d118c059c2c066bbf2142_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8673853d611d162bc12d1791bef2acdd4131a97b8a6e46961736724b69332db7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ee04f343f0bc1c58b1e016295990225bafab7b39a9c1a572b10cdc19076150ad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:4771678b9e18450e8e2a6ab991e844fb064749a0b09b089e54a802a7109c1ae7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:68c90482505c592a6393640c16467c1416f3175ba1273a284c3d0a9417e879ae_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:234bf4abb67f86a27d549a2d368d080a3671ab34786e26c6abbcdf58baccb034_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f330b931299e7c97298212e0514c55f9e086e2f33ab7e522d40d8e9df843ea11_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:123e1027c857bf3a084e45755736871b220117eb70d774a3b450f7d877e7d1a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:61d9a3fb3114cc2252a8ecb5b0339a5fcdef87cf962f285be72b164933afb857_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9426eef8c79d6e2c9cf5efb340257ef7dc7936b3369050776f4b45ed6603de37_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b693182419b2287a69a8bcb3bd3ef8d6e799b5e7aa9b5f25cca855995588e104_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cde3a4deb285f4ffb38be4443b3c09f33a44d8f2007bfde6f8766d371487bb80_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cfa458375e07e80969d9a9b3521c5983fd20f384b74f1080b865b618afd35f32_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:30a0f7d083fbf57d19fdebcba31bf52d257fda3eab13e1c8b856291f40278c4d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:7078670a28f19c15b118e3ff8d70afcd5e329a22eb6a44d3827f9554dbbee812_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:6d60dfdba0f6368f23bdb554da68f81e3d088677ce9748d2850ba8f2ecb0cbcd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b71a8dd592d2646c7b085b06edefe64be96e38113c3547a111a8d0201992b98c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d906f3f6f4740b50fd6266205b0b3f986b35ca7a64ac7b6c52cd7167d0cdab23_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e4969f9764190a2b46dc5c9c7375213c28518935d80c4e4570d122d231f53663_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:331e8f309349114252acd7fe42067ab2b7bc03abb6619f1df59c8fe907513d3e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fefc2125429189eb85f3c807ad8ba8896a48518f3dd7d93f94a091ec925e23f1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:8687825da05aa3fbdbf32fa82a739f58585d8d2564501deb0d3b97d67a4c431f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e5886c91ae307b14a848b0a571918a57a9d2d85805af6c6ac7a2404dc0308337_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:260b87efa1dfc71726aefc2feb8dfa83495aedfa6e95b0e86dd1ce0d246233cf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:49a1a91122fc6cc34cb21b6de67b8249f154aa8e2bfade0e50457c224fc3ca70_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:cdc02821294c7bd8b4de75b356ec0ec8b0745b0b409ae9481dc08c4d967b53ef_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:e52b5054a3c11b34c3bc3450d9be2628816575531a1435ce44652324ec020dc3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:64e73e3f7bc1f37f40ae235a7866ea7c881d67afe29b398edc6f15befa7f06cc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b4f0c23d7fadc3a15840607d9aa13327a3eda6272565f88be3691b74f16fa13b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9b5eda1037248996bff10033108d1dec27b8417730bd721d980b778e1cb4585f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c397e51c6d4de14ea1b6a41957a3fe5ae54115c1cbaf414c013035333824eca2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c72d9616c2bf94661a156840d39e3a42d4023598c5d647562874c453b44b72e9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fef61b2df388d1e5714b0f3293bb7878f1ff9ac64b0353284576fa0413000ce2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:267a8525fce7dcfc460052b97dc07532c927fcb27257b29f5e43e5475376bc42_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:886cef96ae99502afa35aa5cbe5a16a30d873e8c9c92d6bb3c748bb68877935c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9a68ca065607df1a4fd1a351041d799b2166b76ebbdf2c92a0fdbccd47015036_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c7a8842568f7ed4d4b1ceb0f507aa5a56d80ab213877507be04ab55f8fcb3a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1567f1a6c1a596e22674ad45cd1975c8667fb2317c84dd5944ccef58326239b2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:40dad16e2777a64a836355627be3aae4572a7ed6417ac39e0dca5f019eeaf471_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:800ffbe7a0007398e44945b2f3772d657995ebd902918ecb410e5d373de06263_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9720a885c669964be135fbcc55bfd5e9766841f6b11bb2c279ac030de9618ece_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02440d8ce569f4318b2110f8975fc4d0a93e6da6c5012882df9cbe77559a0a81_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02594f4e3bd44cf7d378a7fa0533d54b4365eb5317c282cf8295cdfb0ae5ddf8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3e5753abdfee794bd09cd51eda1c7634aa7630ea3f2a72ff40c3fcf5661e58c1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ea8145a89efceb27b579a5f79c37c7457d141a0eb38b2de5c82ced07879539d1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a1aa9421f9d52c8bb918e1b3c9daac3e1a076e70e003a58462b62f0a91fbf795_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d4dd77443d486829650aaee412b58df2c5fcd995bf2c493a22dc1cc705d270a1_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d689dbabc1df0ca42e7eceba17ff474f9e6a30474f7cca15970a5ee7fb870a72_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fea791f1b353cb84039498653a7b7daadebd460631446fae5f05d1ca8e85dace_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:100ffa84c55a87981f50fa5fcdfb5a5daad0eea01d0bc14abdbc959ca0a1ff92_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2e646fe351c1dfb3650d0b67694f5cb89fb7aae85c9b8edd356f54f40b9e9fb3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4a45ec0f50d9cec050f1c99dd33d288ba8f9e8dd1a71c2870eb5e799a42e411e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:60be3446f54ba3c5f93c5c4bf1de44d7e9ca3049abb6ab910f8e62e671a80d44_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:90b36fe8a88dddddcd584cf06ddbde8b74e9d7a78f9f51b77d7d2480ed45ed79_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d69ebc6a9d6bd6f8f75d933ee0f7893b285fb24e994bffc35514ff5211ce68b1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:da6ed87ee2d899e3fe9c6e8b08bcd44cf11e1b1563972ca4aeb3e8bc806a1d2c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fdea5b85efe39b635685d506a4416115d546a9f56e87903650b5e51bec6a10bd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:47ded0bc14992d79c073e4cd541279def7e44d8ff586a5cc1676edabdd86c13b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:642eb8c1bf4631b969d0ebf3a0755f566236ce7b5534fab78d531c76d5e802ad_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7189cc475748ddba6ff3f306320d55a840baa8f1da8a934d4500c49e6f675ea5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bc10db6a9f9c1a60744f49c1ed737bbbb8454eeff9fd00175b98872a1af17936_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:017359024215cf5a7b00bd31b8b797ca7f5f456d66a34ac12c44e53c1ab77fff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2635b651e023c9d4dd92d1897b4513947985256607f9d2dd8043cd7f5de3a765_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:542b1a4bf2fafae85c50eae7a182ffd3a3a07b2c234a00e4e6c639b1143b4b55_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9b3b5510e4cf6b4cb86bae86fbf36c1fccbdeaecfe009cf2e67cb9c1d7924ef4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:048f5dc4b9176a86e0d82447e036ddad890e58e49c8508cd74f8c297272c800f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:0a7e3fc4b1f892ea2e77c1f5d961507f0fcec7740f33d3e308904cdea1d3ce21_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:44db7037b872b0164497a603e99b7c5bf2bd9aaf31158e8a4e8bd03559584155_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:a8ffa384c6770ffe1bb9b7b8729501ef2c06199e0005b16e5dc432dd8d23c66f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:176081efde0e44254215af3f5091e64748c81d2bb29a1e7a64ed2879c6a7fbe3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:42ea798731bcee8b868ae15f9d45b8f0aaa91d1a4f7660c53ee08b070fe4c9f5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:85fd9925886227b53c26a3ed09604c408c49b8ddb9cf7efa2057335bec94803c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8b7b592c5ae05773897351d97fc9925e6904ed02a6ed49e4737f0f649b7eabe_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0d8537a8b89a087f59b9f0c413d9c8d6c77002ff0d9d8579d179291d3b6caee0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:14cc3a54f1ddd57ce5b80b6d111f0ca27f74b4321c9915d5ec1960318c71d752_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7dc1bda89f2fe70041f850dbb5dd3804e853961d2026c3880fd7255dd6e57b0e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:aac4600f524660e2351490cc7aa719ac2dc93193f64bff1178a04376bda57cee_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5449067a980b2d50b360b1aa1164fba67693402210111708ebaa00f0f93bfb55_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c8486459e2b80ee2706409e888070c9100938357621746215ad7871ab9ddb990_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d748caca6496019c594ae5aca825845658e1e8c5a1c062a02830aecd677ea1af_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dac9a4617348551eaefdf01ebf1770442c0bc07033fcbff203750ecaaef1161b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5143aae8d524363878300902b89dfb5f3420ce897bc36064fd021d23993432f1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:6fa81971ac5bc843a536eaf167cf5147e879c5447d7c1ec17cebe7ab85692317_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:bfa79bf705669231df1e59e373712f0b04ef2c0676ebfd901bd9879cef16236e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:cad2e37531b2ba165087ddbcbccf9cf167c4eaca5a3fba5f5f4bd943b8298678_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3538795f3effdfe84442141d83d0292447b4c43e3d68871afcd453f80e11fbff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:7da313ec91e1a9ff08a16ea2b0af0ed1ac73e40c4b629402bff19f183d45aef6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d9279ac3cea7e1e400e244624bd7ce53cbb6343d10872873e71dee20263d0e62_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e89a5c92caae6b72646e17535787d06f7640a47c59b0b4f418c7e48918736d60_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0ec6c9197060bf068f358283d64b9b877e97f072466244f9d147552a193fdae3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a5aa2eb87a3fc9c5160f5c37c50cb88cc0a77bbf4eebb298ee7883ecf47b456_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc1512a1ca871d5e21162430f028d7b7f2391e19cee9b3d6e253b6b6d03cc8e2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e8c2baac5dee142c4e84d01c731abbc200cf24a04201fd8690f0d47035958830_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9b45bdc374e248769add4b772aca63e25ff0baf8d490e64066bfa78405cf609e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bcb4f4b45a7d62927ee6589db9d31e9bfc87a13f3b0239649c9701b10d3dbd75_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c1c72b9d00d45dc90f97bd9c5263e6d385ee34f3a3f834909dd8b8eb28c3b15f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e15057d2878011a1142587df35dac65182dd4ec4c0f3c61055a73a23dfbd615c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3bef4d599101ae4c2162f47e89f5fbac89903db3f007bb425eed38e1d9b4d9cc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aee0556c560d2ef9f2ccf501302a373f15cdccc83ec2c6935c4ae6a2f25b63e0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ddc3c05d5daa3aeffe5629b7e2fedd5df301a3030f8f8c6acc3204b8fd7e0995_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f463811c1b1e6fc34934bb5a8151fa946acf321ab57f9901b3ee1b7f75546beb_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2abfe62de89fdd0697da63674373b1c8a2695846d8acab5f17a35fb38fbc23a4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7701f38b6702b4a9e6b49b3db83073475c33528d2529e63b1b98664bb7191906_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a23cd4945d2e1f9e1c194179fab9c388677fa1317e02a99eebc575e227064b79_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f2f194cdb1a14fe59e05455df10ebfe70edabd37ad605346b6258c5bda79d96e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9b04b0a1047813b35f6ef09e1fcf1e06b63946e0a3b3feaee3e081b0deed689b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bb521f2f97477b5b9851f6655f1738b620aefccaaa81cd303d17eb74ade7adb4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c8a1f9ce2dea4947e6cb460bb4b4ae7ab6bc5f816ca25f3405799d56c6ca48f3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d8f67c5b7b8903633485f67a76f88ea13855bbf95e92b651bddd15fa91458ebc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2c84af74e0937a0f3451054240ab7ae2d44c1b566339012ebec9e5b75d7a627c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:41ab25be6eb002ee921bf74c1049e07547328632d576e78fc45245177fe9ab84_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5b389b9b0acddd8ffe5e5c3f9d54321d061253f3f45b5b66b6dfa0181b73b87a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9afa17f9f4e4551369e891d405098219c071231ddab921dd32bb7bc66bb0b6a7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:0bd76e62d162ae823a34a766fccd9d339e3f550720d863b477273734ed1fdc39_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:dd17b1ffce727d9a74c3f64d65b72b03a5c8fed96e773665a078dfab33bd64c7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e8ed2c9324c2f5594f90b049e92f2fb3141dedcd99165e80e8bfe147c738adff_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f7f45f6d562bf699e0e45e134c7ab71701dc3994882cb82edce9356be7627ce0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:22dee3c01cf1deff68d73d76735e420d223ba0e75dba1e7ae224ac4e7b14ae79_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7134aa51e11a7d6b826068d03b9c90a518cd3cfccec0e3f06e57f5ed77daf6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7cdf9e85bfc54e4562176d63e1f2be56775dd761c6c0cbb80fbf888dd1ab43_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b72954ed888ded15f443784fe6a684b6e0d7782921efb788e242d987fcbf5388_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:63bf84966169bf2dcd8b8bfee3c478d9e61881ca007fdf3a8be4ba5cb1118211_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:697ada7f8e4bc8a881e2f1fa3a8402a2e96448f948befd465c59e03ced12c9d9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:85ed053619e39778d5a986255af37802ac46a26899c8a448abb139736db5e075_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:abe01f65affd92347d8097b3922e587548364d9680b74f767e9cbf139c996802_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:55102797bf884eef2d8b842ba8a5f2538f711622eab1c82b06941ec574b8f266_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9cca1a2d1a6f5a33257e8f790d180274f24a01c125a717ff79da8fa301e2f270_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a1f1be1027b54388f762951ab7983f18cfe37140efcf2c778a5d11d4740e8e9a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d65990c0adf148e94c1c0ec0730ac2a285b38eff128cdb2fac7f61af1514fd14_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2db5ea10de47829d4643fc525d9efe3815db59d5689c0febecf4fd722ad0528d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5dcf0a7d3c0b2062ea11867f5fd2a4ad56fe786b11c3095d76eeb4c844240a6f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:73b76f141fea3db7cf7df4e9b70443b37fc67790cc6986efdf53a32ea7360bbe_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:be3286f36b4c80969594af159ede49ee20ab5dfbbd890649c2c4249335714466_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2cb748becce8d80bfbb66e84f63e0f0a3cdee6d9bef3833eccca24132e9d0699_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:374211b6e69093447e90462693c45bcdf2ece57b033a419f13585d9a46df62a0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6047837c63bd707f994797af79267ec8bb5075b3fdd88c069b3acaa04ee2cb5c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d8c4afb75de3b6d432d4929f4d4fb6938617a794ca2ef2060b83a02588a1d0a3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3287f57d83e7becbcd3997ff2ade6e6b5a664fd08610464002229e0a116dfec8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8a58a72e372b4235b4751e08f10c97ef0798519e6b91595c234fc14089d7495b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9654a0a2b4549ab06e5422dc69872961c892e97032b18d913cc197dd3aa39f3d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9e9ecf8cb43e1819159bb8fc0eb5641b71663e110ff757e26d5549cf41075084_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4aa3e0ca4b5398fcaedd212506e222fd435f7a46c2eaeb7a49dc50f789cf13a3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5d094c8e18e42d662ac2f5ba16602c1513094c7dc547fbe3de562463c4096bce_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:67f85bffdf2db08fb27d52c6a0a8b615a4b9cd748d9a7e6126851d1bb27844ed_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7d4b6b9e67875889c95a5d126bcad0f6b98c148b85433180573f439a867d9e25_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3c0791290db50c5a925a80b371ba8bdf91f4fccce56397d12a989263a972bd02_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:654aece866efed516d69db0e47668dc85d3936e901aeabd098e07538aa3dc617_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7637a44a01d6c56f002120cf96228b6c68e92b4391d4b6efa1c81ff8e40eac0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dbc636494f53ee38eae00f243bdb92d187ec84654c280cc454f2b4febd7c22f0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:08f46b1d2114a3ab80bc7cd277859a4f84e870c2421b9e13370774deca0aebe3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0ea69bf7a80cc8c0810acf8c7aaf2cc1374d3b034065f1119ca33af3d1794cbf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:17e61f4a9148bc2e0fcea85c19c98eb8c2efb701bd21f8b63547dad13fc256ec_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:8b81413ad0f567583ebe4782344c22834c1781c5f7493c8a05b827f3f2a5e409_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6b348a4fae63bad66acacb5f0d03b8155246733e758f14208956c38c2bedaac0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96eb6b75d6a8ce22b199b8150e628a2a00c427ffc79b2fee2e24af1bf584bbcf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e0b17d193af2fd7e981c9908e01f2d840cc939e24bf1be19977beb85fa1159ad_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ed56ff21aa465143bc0d1c4f20803873dd07999229739b84ef7861683476b22f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0654b81d996d73c5b5b03310f314bf3bd6871b3bd4d1abe791cec9b7a3339719_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e294ee6e92049316f91ecad5987a24d7d3c06809d3db2ee3f9a41bb461bc220_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e3afa0bbd3ab3ed4acd6d0059765116e9ab56090313932bd063098d94f1c3b1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:929f235d156df0f59479d60379dab0d83d6fc662d9acf7ff050a520850ee0125_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:14b5ec9622b1a177ffe69a7c87b7797c06b283b26d5547828d3177f823074b5e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:52a47ec0685655243dfa60738842ba038719f2454b85024084de270736d06529_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5fea5bf035692313badd286c7d13564d48c34e3195bac3c74ae669607b5b5875_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fca2b0ceeb7e301640de2604932cfb2c386441e0d3b3b0e4a525f0a6b00f7cee_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2b85420da837c90d984c5945fae12321c8e6b6fa270768da6270f382194f2d4f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5e5a715049a34055fca9a4b36dab839573238385890678734f96d7ba776dadf9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6982d2c27206f15366ece47b40f4a6a2994c7acf5dbb94aa274c55a2216d0063_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a38c23c37dbf421c77c4f36758a105b790123d654f1c8b3419becfefedadd0e7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:021e3ef983d0ca18800e0fc390ad96f4b6f6b9c3ab784c6e74ebe2e7fd7b31d5_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1076cff5268f9fec09a760da243efbb72eb96645f838a746c4c4e28ae4feba33_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3eabe7ed8651b8dedc3a2c38a83527f224ba3b50088b3238e158048bb2ddd85c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c29274bf105ffdd07bb78270a6dc497fbfb699acce48c7c6b7b6ef32416eb20f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:71bae3f7d9ec2a469c8d69b9f67d27a0a98a26bc842cc8733442cabd43fe3c06_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b67943ce9e26423e0bf84f411d50f394a67a0f3368ff289e695f8819c4fa8c02_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d4c9ea28e8a716d6a46a42cd3b5efc82f42d456e21791c32369527ae82f643e0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e4c222d813696b8b3d4cef6982cc88ba3d4581ad6842b10510fb4c8130a82684_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4d789598c5dc7be91f05a8766dffccc377a71db2ea8c5cc563f396cae02326dc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:70267df26127761958bacff38fbeece08995608c2a24c7a3724495128ef2bef6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:84ea38804ec003ae82375c83ed4549163a2c932d6264eb64476e0ad175b4a4de_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:bfcf2ab8d6586fd6a8f08ec2fcc71f997800b8f459577c31e654f8ef9325fc42_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:49a412244c4d6b547d5b0ca9bcb041b1e3cabbc78f5234ce52b678207d83b3e3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:4d2e1fee9a43f8faf39b05a7d82ceac50094ebe972fd1fd85b1528961cf49478_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:564e888a319fcd9b1af19b18a4281c5a2c41bedfc3186fb3bb587a1e28954c0a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecb2d59766a1aaaf7cfbdf1e0b92ed025a18fd54acd41fbc63026b350c98a953_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:296a9379ce17e07df7008f1d35004477297a7ebdf9e3d51a50d71628d6ac68af_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:67f272ef9abe83f9cd959ce97e3d5c46ed6e118ca30f65fbad733384d228ebce_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c8b5246ba51213bb183e07d862b6d1f9b156e1d16b7656bd6ea061f9016e8ad5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ed375d4341175bfe6945ea8aab5208f375034307f6753cc726230629ab97a71f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:29e41d78f04e683ecb12ff2335b7205383670e7bcd2b1beec736261a93abd406_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8ac74d64736ed4788497e0d4d10226bfa212f6c0cc97ee63d7c61676698bc022_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:94a303f0dd0822b5d82509e3ff8af5887949ddaa0e3a91b9f94d0bdf4e1e267b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:95c3aff27109694e511c9e45d1132bc4de0fd636cde0855c9ef45f1a17f5ce7a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:16e2953831f686cd68012c8cdaea2b404c54c91050145b716ee8b0ffc5cf11bf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:91e3e3d331d92b90ea49a78531cd366201c5de278f56597d9dcbeae40f114754_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bb1ec078ef82180a6019d6e174c16a5a846e4cb8995753628db25a4ca0071474_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c33a11f1aa2fe38738663eb291e25503e2e6fc3cb5bd964e1a6f8db0475e29a8_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2606e2856430c12efdf947977a070de13c3f93d3f304608c411ed57b6de0c6c7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4dda7a5132b638230470f86622d84a7f0117280726ea52e3769c15f11b1dbbbe_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f3b4137b1beff722b9c1ec2e451577a22f44c47a6196139a39d4aff3a0386daa_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f688b554b17808b3aca13b4e6bb8a240401db6f6cc5805e98ebe71ff43dbf1a7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:07163bdf6c27b8066a5f1e8674a2120054c3daab1e8a0db8cd728f2b1ca0fa57_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:32956c0bb79239db914454aa82f94222c6f7a90be718e22bb80c4e75a45127f1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d877387429f09cf5fdf779e73200069c418e561f20a21815bd56fce1c1c4c73_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:9a64cc9623e5639b0e8ec8f5ad63a5ab83f92598abe541be09fceb37ba2fab23_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6d8e4146a7965b0a81984df7d0a2fc094c50e7010acb93e58510cedc8a42e687_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:764c1081056df81f61d6965869f9ba66d67f132d6c768c13f1b2c1c81d45ec6b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a27762ca5025270235002c90eed00d6d029d4b7103b5bd108eb527fc8e797f1d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f473c0c439be12fc83e9ebcef48a1a067a5f4a9cd581ca19ca34a3dd0b9fb79b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:6e95c6d3ba75f0655680a4e46b703aeceb57cc9ad072733bed1aeeca0e9b3508_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:ba23af1b9437640698b924bb0645013d7c08fd6121489b01b63f66156faa6588_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:01c4ac10b7061c77ef54bf337b8488722506d2a572d9da7d9a689b4c9ff7c225_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:67c19e36b3f264978073841b06d940efc3fe0546baabffdfb35c2e5a1989e96c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:add880787ab5dc1af04cbed51e2da0f6f630ee85387617987ec6d6d8e3a28009_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:d6acbf09fd11d29d0d715b96e60355a23deba955fb3ac6ebbcbdc29e6923d508_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:474e02e9e121dfe39458bdbee1f434d32fa29347f55386a4abcd3825c9235456_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a0e6d2e5adb8d9c223824f623bd7d391e33241fcbe281c54af8e3925af5781b6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c3fffbd0e1e6db3256029c6cff61bb64ba56625041ff86a9d46a895076877fff_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d253f116a2d1e2f033f47422230a0a4e8a9fce255d71e9140a0bcb6f255c09b6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0b41f824ade401523c3ff06e2dace98c8dda246f40e6a01a588dab6fcad09683_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4954d67caa517e2e2edec0e5d4b95610a31b82d5a86f9058cbe55193987da9d2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d1a37ce3fce40a5d5e3065b5a4be81a18fe2a6b81bd5d16ada65f2647fd8fd0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d395f05c26536703d44d06525efc0ac6203440e6576e8a1513c7e4ed8563ae62_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2224a1bb7f39feb0ee922a54a94d8dfa66e676caffc681f99227eafc0082b50c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:339b51d602e6c798949da55fc36b4e83d4b07909c97f004f8aebb5bb6f43268d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a7bc2291024185f39cde4d43057b17968cad18451fe8447b0ace526ee11bbcb4_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c171ac27f2bfd7846db274c1d2be8b39cdfed3afe59ab4fb01f903b5be3af443_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:45c70f4c6f15a25e1982efd6eee6930f16317ef4cebd11ffe2b5994b9ad8b200_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:938dfb864f0a9dd0116c5969eb1ca94f2e04b914c3ee56bc26ac33f90e2535c6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a4f095b9251baba737421c47566ac7329258b8ff22b0f131c5a941ad1b6caed5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:f7a4c6ab4dc050efd81ff5d7dee7569a55dd0cf96e6413c47770699f5fa02b6d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3a4f76a56b75c54966a76307c4fd647d854812bd22e55cb228c1e9b5aea67037_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:98110bc940b974dcbb8b0ea21c6b52bd96ecea62779f9665d3ac8dd03223905f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a7e47a89156ad39c7e5820cbc98a0b295ca1a3aaf6b72be3961c6d4eb0225831_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b6a273a6d68b36cd939b6bba836f657168526125327fb784c436c99848f49f7e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:26b6bffa3e11fabf11ec8176bb39ab3e301b3c5a85c1aec37142860ffac1fe5a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:301f5a73d9d839a999dbd3c9a7741ed3458ffb87426b7499364e6460850deeb5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:57eee4fc78405492c9a665c228d1f25c75f0390f75a73d5819aea7ebc2da6b4d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b10b625aa3fe5011c7fa9db3c95ba6d36c569fd6f6aa4ac3ff2431cbc103d362_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:11b59cdae58f57a02a4c8479266a50a1a5691f2e8e4382ea7ce96bc913ad4afc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1f11609dbe46602b2c11ea6c776cffc87ebf3fe2a1204f25bda85d9793d5cd60_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:28ca9310e14799c080a07935267ab4ecaf6fd1abadcb1e165deb46c81f2e731b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:56a619fe929b8a18bf1526bde6c9a86f12a1c0a43739d1a0d04c58920d3ac5d0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3bd696b964b694ec219c5776593bf4772dafcc3f43b973355913801929462557_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:4142674147742cf0ecad7223e02e88efb53e5a34ab820df5ea2f645a04219da8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7c59a7997fa95d2895620378a7e18f0074929b630c329ba3f03c72e43415364d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ff35fdf6dd3714c214394ff6f203815f23921af529bad0dc22abfa1d1680b333_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:15198ffc1a039f56e9cfe7ab35037c34a3864a83163576b65fb3e9f5aa8f1f3f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:4ab1c5859c4f54f225fe4d5555f3c2d1aafc520ce7a9197b040e06084da9a43b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7be609c48462446f215d9ae0326f1c76bc0b779cd08db391163c796106e7aeef_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f04c27be87ea23869192754c00d08badd40a106c2f66b86bf493455b3e3ceb09_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:42ce515a9496a89b6abef7a94b6fcea6880b2a9833900d54e1dd4044c9e2872e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5ab9133d7b6aa46227bca8a1c6ec2ec9233ebed8e62e41ff122dda627d4a7fcf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:94f82ddff9d44dfdce03af24a851c05cec4ceb161c5631ce6ce88dc8a9481271_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a7879d59a73d16ad9c237a597dfdbdbe06fd6d3e3de0c9396e342250778dbe08_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2f370ec13f448fc82d3f142cc8b6a559a4d62044631f4b394742652c4672f536_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:38471fb10545f0fd1f879ff8ded337bdb6919a929043727936d28c2153a78fb9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8e6c8d7186bfcc49c6ec64bf8bbaaee511f62cb5d14aec29bea364f90129d36e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e35c02d8101af5150e038572081ef775816f97c77ae24fec3826bef8c24837b4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:123714413da1487c02d182f1d355688d2f0fd63e0f82865dd962567bb9c81039_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:675b6754ba7e231a1725cf8338d536551497ed05e7f40435a2a3c98e411af84f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9eced45114ad75c3ca56d06028c836adaa713433bc49f6196533276f9645c58c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b203bacc4238f6cc6afaa7dcad119d126484235694dcc33a46edc4d002dc7f5b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4e68102ebe684da4477f443e32d69865b6fa28d398fbb76463c67d85739e3c2d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:6dd5107b14c1abce011367145d859456aeb03052ab831b4c548fa4fba0b269fb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8e6d6d3162ace273c1312c383de4e1f6ffe2d8e6d7b553b64e6ac460ac040c20_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:061699fecaf30d68ae3d41b89d812ea8144627d9ca9de83173fb33fa06e6b8f3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:33b4bb5c331675703e19ef96f3185b2d3cbcf4d0e37a6fabbeb5a8dc1f46df10_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b7e15475952a147e7d6d506ee9686c6c594d529b27e4086f49b0dfc1e237d640_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0465b162143273b73d2d1af7ea6f9654116a9b1cba8169028273185f2dfa1191_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5d1720d8067c33064ccfa16d47931fd18bdd3590f53023c2ec268ed9405d0983_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e99c8d382c503a7b1e25e6f72ef293496beab285d0a3453d09ca73fb58247163_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4e09db0d6efc9289a85cf5d4ced1d6a6a7f52168e44c366907a5d4ebd3e7d75d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:585c75fc909525ac0332764b66db33e6646e5e0b0a4d01d176be6dad70a7447f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:85df50114baa307e2b4192a46f80a292500401eaf41f45b071b23bc278562135_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:3ad0b56893a8ad865ef9de637c1f21a358aae5ed4adadae02db3c6d37db93422_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:56925cf35430409d4a59b4de3ea74d8e3779acf505872bcefa26e97418f7bc9b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:a928a27d2775d702a7b4888f87e770c93049b645b5878173d87d893288c0701a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c83836428568394e500de29f5e4b44fa4881f5b5813a8dcd42a5bd16b6bd2bae_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3fa694c3f2b9c05fcf2cb69f97d791fa46600ba1eebd67608b109586dac15e3c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:44006268f8f00b5dcc4737ce787d9221b50ad7af3e678ea6dea817a797512b4b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:6b7d13c5daddfeda27cc815f3fa02affd699ed626cc41775f78070cb8cab4f4f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bdd058e218fb99204c479f5cc33383634b184b1153a74c3333926e84f3e4bae1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:174dd5140764fb73bc002166fefbf8f897be7b295e10527410fee19338fe65d3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3f5a73689320e820972a39a40077926550f7864e2d1969a9352d3b833191086f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:df97ec11ed1fbf6397b6a62c85014c255b60c652c98ea439d1f47e62c6a0e4bd_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dff5a115ecbd046f3a1a60ce8d8518edd570922528a7ba56cb17716831eb6b09_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:11f56bb6bdf0069b7bea04e5051874cf879bff0ed36676dc521975eae8cf1bb5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1eb4aa5666fec327b24c011e1b7e726ecde7ba1942e0b8d9af38a65baa052985_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:77da9199e0922972da775122d60efaeeb4cb2cc464ff6855099fde770cfc01a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c56c801a4a9e11f7b9ee071dc9634fd6c43aaf04cdd6b048dd4ea1a623ba16a7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:5332d1051a8774d9d3ebd2f6df71f2ae36ff23fd32b28edb418c028dfa6be128_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ae444a4f4274431a8dfa075bb9c91fda502cbdbe971856f54ffb6a0d5deb08a3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:4148a39c8311d7050050debedbfa7454b53c3e00ae4d63cee7bc6da688af744b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:699c1abe44686141c985a530a8b3b864b3a1bf2c5c6645d68f7920b8f752c684_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:608159f89bf52fbe18bbdb1c48b679346ddac7d3ace7883c84494615a4ab7adc_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:d26f0f1adde0599a01c90d8b9e1e8690e6e532a380e7852e83cacc1e439b5424_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1ef42800334a0b6d395e1b1bc8e517e232713a4ee0e4591415c5347ea1352fb1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:23d11514c82b817c95564de1f0252dfcf753ca40cb154054c051b6bef078a960_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f5311dc740529f4f4c444fe33bd5731b0ff5d213620207f039af546a3c521226_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:14f9b0d4497da98ffed111c1266fd4e0b4a812f6b7ec37b95e5702438602ce33_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:4e6b6f1636a4300955a587155ee9063979e47cb387dfc1a85f3738b1cf25589f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:2cb5be04fd1145f054e994500608d1463f35a0fb87305e559ff71c972795d978_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:664dd8b515ac89b33051c38e00fabc4f2bd8c902f9fdd8df263b6cd6d0a0bc25_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:28e1a2e9d3850462c628b0bfaafac15d68def97b8c1c9387de58b1fb6d877f19_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5c60f40d38ebe6f95cfc0fa78fed9aa265fdf3aced888bf232445c2e76e4ed55_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d36d045c32e335933939150b36fd2f86599add415385560d3e10d4b74a704d89_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fa556b78fcc306b456576053e522d93e0c578807e220d3c562ea54cdbc2d1a92_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f9ea746b7bc2eb6cf1d82644d42d363d9343506f9091e8bc67740a06b382081_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:909ff0827690342dce5b4cf713327f3a8887a056951953c9aa639e916129e1ad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a8705dd5df6abd3d6931b298fe8e53cff0f8259547fa85446503b413b0ba19da_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:cabf1a3d4e2aab9e2273afa75bac084e93eb36a2801b91ea0d79982e9e7e5f2a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0b5cac582cea2ea2dee7d515f05bfedf2a5beff46ae6d5ca9626bbb36c94b865_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b920409f5635d704145bb8e1107a7c6f951976c44226a2083982443f67ce619b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d658355babb92069a73c35353c2fc0be4450517b3445d2387b4b0e3bd2b873d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f8036fe71f651189dda062ede40268c843ab07ad5b32e010250f9b6fe9234bb6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c5361be369c8e0194275ab97d18d52a095a5206888bc82d592f9f9ba28a34e91_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f6427aa92071d20df4e412376886d9831bb0cbb15c10216ebf2ac78de096b051_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5d5edceedc72d2ec62b24b6a60c278e4836829c78a0bcfeb20d87fefe501a39c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cd23e978bf90a7180245b04b5b0df939ba57e30ea13a2a759a5d04953eaafda0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:bccd28236b901759b08d5106786d262e482cbd1e3798c1392c9c6eda9956a5d6_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c096101efdd0dab71581c6e6506b9a6560c96979e2d439ca888d2c67860c1337_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7cf38584dd1c5c269f86d85b0488e9224ac989f985989b00ba718ccd5c1cda56_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b2a85daa27b4a10282c1365dfbb48a3224df6c2a47d6f5ed59c3c01f6035d443_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3643a11084c5df88b8dd9c8d7693b228f3a9d94f74aaeb4620aa458516c14e18_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:a6a1152188a6d2cab12133e497a5c29549fa0103dcde8f1bb530ce7a033033b5_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b6f91ba9a89207a2f84a8bb1343179bd74948644a8b1608c2a2d84dee9ad39b5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c21ea57e4b38cb47e5aacc58b218ed97cd4e6ef353d86442236cbe8852c6f648_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:56c61752133f5574587fefec75502e2a132871ed033a824f62519117ad0c4620_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5eee9a534fd647002e246ccc70b47a79737cbf604c5fa4519d10a8c66865e5a7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b1428b294b7752d6d56fa95d6630aad0b6d205991537ddc3274a7062c13df3dc_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c363dd15dc780181855ed7e8af09bf148d9e38d562cc54d90842f95ccecce36f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3978c02a12f2469999e833a2cd001a08741c4d9bd22ebe211bfdbac17563ddf0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8d20d5c213a86a2d9cf1d4e8ea351a70e2bc1e8864e7435baa701aef3b22441b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ad84f2d6f695c6c999a82e33cee9938544352a648c0e72adeaee0803289077c9_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d872bcf33f5d4d6f1a074bef0091e74de82b3b1a883b9004aa1f6193b84904fb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:027641f0d532c5d06663e838ddee798513282838efa12811ede36e1b8669949e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:198fbdb0d6d4bf699a9186c06c310e4eca0c3252ae8e0d64ea1c68d7b67c2bfe_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1a3fb2aa3ceac5c827d7cde1cc0296d6974663d3f5b4139390cb29dee2bbcc20_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:51a53812eecfb69e77afa538400463c7eb51710777e9d9573804d2d9eab5d307_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:19cdd4cd8546c53530e098641c6c83e2f38f05f2d046c6a9fddc3c8002a01fa1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:27b826d0ac202a4321d2d28bfe26376b405458781f04acd607c3a27bebe83651_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b1c377c3a99dc0a9a6a39dfccae28c7e5a11674342530a05b237a33117c980f4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b230c7f6c243ccfc43e6b50809f916d3247f8daad3c750220020ec4337b126a6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:42cfb65c46f9f63ae3227c0dd5ca2a0a11729ecfb2865f3a4443821a85f7c8d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6ca3200ace5f9b6c36c20185dfbac37ef4cfb171f3a99eb9c746e52031bf380e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a9edb90a7efaeaada322b051c1b4cda47df859fad20ed42574fbe0fa00d15324_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bf0602fddb6c09c5c20a33abf72b947cf7ec8de6ef68144d2f4b1a1a9ad906ba_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:13df2c323a0db01668777fb495bc342806443b5c0992fe7f9ede76a0e731e2b2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:8e564be7535e32f63ff7a84bb61b3586b16b07f4ab6db20b42340dd998f2e919_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:29b338177ad61fbe618240d520eb180c1faa54fcd4be63c0d2d16f5221c4d7c9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:97b5466389d9b1e4c54dce29bfb42e901ac2c4aa39edaf99c35f30a766d38b78_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:989cd4643516ba83c661cff6bb217cc25d502febc80344e08e90c6eef8d24088_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:adec59d5a5ca059167c1dab49e6e1e6363c1788833f2cbc2381cb7d88a98864b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f821e1e8479c74d1a672e049e187d68cc4845e7efb417e9e4e4fa99628f3ea99_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:4eef2a136a4fc3a9deb0c5999546aa8d498c3553107d1e0eda9d394b2f412169_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b31560936594f27a81750c2d73f97385d7b3ac87cfa7c75e1a4fc224243eb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:bb3bda07b0ab9cc97889a530b1da6d7eb3f7f9c8a98f9b867bb3a93da7694625_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d50f44b5a5797797b9595f99e3b24684908cc28d317ca00791bb6a7406e15636_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ec2e637888e698016d6df6cbf4be6d44e5a2f544e7b81884982e06ee632a9ed_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3c569b4e1ed989074b129cb91b307cfa10c8305b037b284b23bde4981f551238_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:4ddb2823de8624d7d45aa16adabddb92faed392e71c2d1a0b3e640be91b731f6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d3b7e9f39e5238f011f9328467c72a8cb8cf99d4bed7ac0593edb9ec5bbc90fd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:24e49f3b5ed9df72849a33dd7fbd4a0b01b8c3be79705d6e23ae48e3fd164133_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a9ce73e1f17b21b9bf2ecfa7e35f5d8e9c72620076bed594e217b870057185ca_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bc2fc4c0e55023974c90506cc14c51cf73741e9490632453687edf404b3c485c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ee9af4af02c40524e182fb1893b8bd59785be7d508111c5b0415f0caaadefcc3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:971256d54a4e10a29080f656d5de3b6281f27c77a40c0dc7352f1f05ab83eb11_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d4fc699ea35d0f1e96e825d2db3f21628e25589ba57c40ce771ed210aac5d588_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e3d0f624ec4e265daaed3072e9f9dc85668a917d49c96ebaa1c7bc05ca636197_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e47600e5f91aad639de386e422056d431450e5dc3560d30ad16b0b0bd240e371_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1cba0b4f393f1927ff5386a9b2ed74fed87a58e4b2d4a38f34fffedd30da14a0_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3b8bfd739f87585230904007f0b438b4bc9d79337f0e9038887bb7f297b681b6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9c7b3d916bac7900ed009cf82a03607fe68fb924805ea37e9950ff3fd6c73b44_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c0fe58445dbc3f94bb9a041ee4ac81d6e1ebef0eef6b2468c288be51d947555c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9c772d8d7af17818a38e2004fbdd7673bdaddea0c36daf239dfe65a49f78c212_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:acdda550e575dc7add42439a856726b3833c5d6d98dd9976f30be4b781a11a82_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b5be0c8ab080114879aafc5d2526924d32306ff545c06dba64c947ca68736f91_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bc413067c8cc3e6c40a9be4ea896d911cf6b3adbbbe4c8e85fcb243bbc7bc2ea_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4b39c2a3d10a1e059c3f52bbbad6df20e52e47a422119d51806b59bda8e7e97a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5f0f4b8edf205f47a263878372c0fc80e1531f3d197d882a83cc6a2bf980c277_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:78987fc04ce330fd8ffb8a96e1f25e8ece8360680bbbf4c8854f1ba1f598f2f6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a43046599cdb529aa9a2672b628a7495690b03379c7dd4ec7bd744b01793943d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:25b8603f08442f61b433250cb6f4839cf2cff118df56d1d7e12b3b09e859a278_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:912bcfa64c2dc40a0f8573e595001fdf9dd3280e4babb503198aa019c4c94dcb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9f84034243c6dc1341a059730c81b05bc6626b913524f8d854e7d13c59eb4d45_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d9683ec09f7d3d0c73eb626fa7132ea0d7f731893506437d76db27bef51ae518_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:13573ab2e748690c65900137ee67fa558a1938fc2c4d92deb6b308809a77dbc7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:279fef1862c07ed7b949895843d80c54180a704411df4bd4059135dab63900d9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7c527388a78edbc77d6a9db9ba9d5c8ddb302220d69734f4e0bfc26b63b3dcb1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e601bc25408a2eb5735db7d2595f969a59da9560516715ad781cff5e4a57f2cb_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:264fff5b66ca49266cfadcee9765ba0b34bccff8dfdb12e5444db97af4913095_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8f14a597769b040fed9d1c1d610b6023734dadee91cc28588b65efb25f6308ae_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:bf78d9a4afa92e68d8018283114bbc7fd11fe0a9b357b75a00395ad630ddde75_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dd57cd8ba112502a28c74d7f9e021035a061e1f51377ac0510dd02a303f14f37_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1e3163b559a137ca99141d0913759b5a92cf30e063f6ee2485983a486d97a066_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3038ed29c6dd5d46bf8d593c154537615b8d218bc43eb89dc099a546308c5b33_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6f5d8e50b9cf127af5334e0b1e97aa1bc466bb1ad8a1dcb2b6c3e7494bf5a1e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fa6736bee0e8806b00bf3b6d971e2de5ea49f3f2a89e8cc404d55a70e6f73720_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:09157be733606534b4788e13e47f647c427adb2d36031df979628d1e3d93b096_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2c52bc991f789cb2582b4fcd0fabd20b86b5893d9fcfbf6e9ebbb372cffecbe9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:611ab0d9521d88b9676bcf873b8aaa2fd385087814de0ab05c7c853fe98da20e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c6226a0f343e69d720fbc83ad01daedb925fc39d272df78fdacbd847fb075bcf_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:19425f8d71d7b67b74e76c5b770a5e3d918dfde9a9eb3e181c767b4489db01d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:39f0f3baf0bf65713633aeb91a80cd35779cce2b43e6faa70838e0a87bdb12cd_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:804965e59e0147de822be6cc464daa137e45c991e4ff00c7184b6fd8105eb781_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b9b4777d271c5ea81505111d169134181bd46169ccc05dc65f3b6e59f736d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1a6e143562b0618b3f5afb6d488e8bcca48d9b0b4f68dc70d77279643325ac52_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:22230fd972b50ad12367aa043fef070d0e580b71e874a0e3fc2f5aaf52839773_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3abe2be596ec79e32806af4d66a7350835433c11e8b053385ee6463e65f31d30_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bb8fb8cebadac019a3d8c7fb2338a56918ff39aeedd55318fcc7e7c6d60648a7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:28dc48f706edfe382aef8370f464836e99a307136561dff65f7e7e8b5dcf9a5e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:533846b923d36de2b953fd071f6f7ad38e60548e9ef1d3f704039bb69b59530f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:68d5b77732cb2c0b0cb9a7e6f4201570dd8134dcbb21019dfec4bfe1fadbad1a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6d20fc820b2b684137df0fe673dd4e98135ee6a8c39a660db8435be44160c4b5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:48568238316d40eaae138ec218e4d0fb6119c94d9014683bc25934210792500f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:1d1ba67b2ebee648e679f886122e649880437bed73cc62901f26e77087d1f72f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:627e8fa2665e8d19aea0b746867ce31b58cef207d6dea85228b175b96cc95dca_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7431114311d645b44e0f98c9a0e92e62a2c412a2b57dc47b52f1e4c5ae0baea7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a88a9aa0807380263b476e1e7491c9a4f36def3c403b43fdd30bab55f06e673f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e38292df09d0b5589b58f31c39ca74147011aafc1a51be00112856a7242cb80d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:67f16f35ae8e95b90d758bf617c953ffbd0f31d685b9f023c34e5de5c02d1d13_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ae42289a9ddca85918d07f71db7415d099e8544ead8ae73a0d79e600c1c0f067_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfcee1078c7f5425c41f8d3398ae512f2a07d156de7d6e92d24d7f5eb1eecff3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:eb851650658c10b1a102258af7b72aac6db36647d07ec4eac2bfce099ae68e67_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:74efd49cd2880e07cee9aa16b7615504fcd276e8606b7422ffe6a253636462c1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7ff9273c653a511408a49a0778e9584605b9d24e1069da8a77049f70e2bd5616_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ad02d1ed96a39fedea9588756c548817e8672b8fa6d3e16f1f53221e3e7d9157_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b10f0eaa64d49ea5763131b8ddd134da6771b835333a4f5ac9ffdaa13cbd08f9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6c75dc3551d30161fe15ddb87170bd7ac33cb19b242907e99a9f2b003659efc4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7cc7c37a8ce0bc5a1de200fa97525c35943d5fe789787d642c4a3079c251c4eb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dd8dfd22f1e93168de72dae9a266654563fd41d605c65b4bb15f20ec65fd53f6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:e651483d73deaf4125ae3c2729bd8a42b277df79a6ff056a99ee3e78e2164877_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6590ef2d757e5ac11ffacdf6de04ac112e96f4bc058b97aae1facfbc9bfb9317_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8bc45cb12c534a1dcaeef41b7ad0a4cd8ac0e3b0041aaa0cc3a9b917602ba5df_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:92e18d38fe9dfbf0e50933d15f4178cc149b3e4eb535ccf0fc0da030d758f435_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:9a77e03eab2a1992fcd1c0a1f1c978755e236843ee4472bb551968fb16568334_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:686e7784cda9016a460c9196a522f1fb510546cad343e26f510bea264ab9b515_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:77d58cca07f50ed35b30a97c24f66abf5fd5482be3c2a86df38b5d0e4b41e4b5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:a553758f4aecd97de2202ffc5d96370765e1f92a11fa4ca464ad13037d7c1a70_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d09813fbb679d41aece1f097ecf3797adf142242feb12769a604c37df1b6d80a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3a967546fc93fbe58afe72caa5892b712c5b96072d3cfccc1c7d9b27cc6fd6fd_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4d09ecbb6bc7010c93d65d8bae5a368326d1b52bb7f7410d30dd068b4b9c1aff_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:78a9ba8fadeb516fb48a37ad2abef78f57a09b5e701a31ca41e4bfefe493d781_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b44e2dd5cd2daac1ef6849feb0b313950e0616586fdcc843a051788fa071a4ff_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5d94083e84fbdaa57cd8723c20bfa1bf0d2eaa0cef52c662975b286785db8cb5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7662aeec067c8b3bd0203da4d87e0837eb624acc7dffab9c0eda8081d992fc55_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c95e0922aa74f51030c35cdf1ee704f01ece7b4ec53f361055f4cfc58e464bb9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e4ae1090a43cdf4a540f1a2cb376a93d2f74449ac44ba6d0484e4612579b3d43_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:48c47a452810fe65a21fa858b102a2e7d9469e1143c51857844a0a74ebf03661_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5ccd0d2687e836eea86fcdcfbc73c7bdced8bfe2050c466860306d246375f0b2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7fd64ebc835133fcf6fe9d286f18f790b12295dcd904d61cd255c97e49f216b5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e862f18a4bdd246891a49434389e8dae5d73a68aec6d548dd282f3c56396be98_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0772170993a9fc0531aa948ee3f4c83a8e530802f7d6fe246a0688026c050d27_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c1b6b3c81c49bd764dce7fcb732f14f378aad992c953cdac86872b4113e8168_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:307efea31da6d72e50def18e1c08bae9e05ac8991d90379280c15f69c93be375_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f366a95bf18554cb9b48af250be89970e4c6b1fadbb97543db8bc202eefe282a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:09b9a909358f49dc84cf863e418fa79a72c5f23ce05cbd4045b2c966147b4edb_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1ce1ac2cafe2162c4070a5b60087ecdc520db1e90a433183157c554f86a8bdcf_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2c984681915470552c6cf4dbd2c900d14f29d9a6632d7d937d2fbdf1cf16a5d6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b3809b2f792a8b57efc13591b88232ca2b83fd116ea1a6ce9c05ec39733bcfaa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c37ef0e5d795a727e79d2749570d7c42876e2884561857149a17793543b9fad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:45b239b4328e73574050498d8a59fae10b1788642bfd3fdfd487a59654f2395f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d0eac8a6dea99105af2917f089cc423a7c21820cdb7ea4a3f793381cd07f43f7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e9625244e5cf3f4fd7e6d69a8076069e24079672e2c4bc4df7733ef31c3aad9b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:25939a8eacf00a315bfaecb90901a20f2d314f186c1a23ee0814ca611866ed5e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3b3fe898a633924c2e0f803ca944cc63d99359966004c6aba6a05c446a0539dd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:55a048f1d9ac836497f7783369b5b582727df86cc64fe7df91c463db1fc0ff30_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:88990b2047d4ab9055afba0c6f8895f30a132c361722a1524bed1671527d99f9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4bab889d5262b3f891b99f0a521f6d4511641313cc1d3a5970cc2182c52e0fc2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4ddc6ce50e06c258b4f24827f1fe5577c4ceb5d68ad925a185dfac5b2b3a661e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7883c26d4640f30a8fbd635f5442fdb46625d727a1b2382220c454aeac081fe8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:955419c1ead9dbc1c2545f367907dd4b1e8133ea23ef65407341e9a505b1cd17_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:206e503ccabc3f5a01f11ea5026cb64ad6ae62adf2eb9044386efac6586cf332_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c2d2155a6d299536662cff9c5a8474680dc8d9c514b152e87421feac7cdcc22f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:e62baadcd61bdc045c205ce81a3b2b650be73e7b3a5dd5cb53ea4c2f8a181f0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fab5b1965457ca46faaf5d1e6882c17ac2f0e1db5017cc81ff4da8a9083cc838_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3e9733932088db40e1d1dc25250b68d83aae6fdaa33923c2593ffc6f10b84984_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:62ff6e225c6c72f9c9b0bb33014544d1e02a30ff9092c25fddf72d9ebc8782dd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:70259c080741f045c19c2dfb1fcd5069e9eb7e413294d855262975ae03e60b6a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a974b10609ceb50c391abab36ecaffb9c6ba62f66b246f529d8f7d1f038165a1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2a8daff0897cef178c43b00d43b3468a3ff9389ebf337533c771210ffc608bc3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4c7da9adb32c409132dfefa7ae79fe99d41b6f59c592eea234970279694951ff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a54253ba850cb357befc0173748523a1762858066023e04388c94c2d5caacfc9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d49affc20c2c397c1ed17de7d3a7fb98a3f66efe9f9bd4f4234c0832393df9b2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2321dd8c9cc505a677622c5cc680e4f3461c6bf1fa4267cdf7f39383967a0b3a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:582d0856a394c73d8faf8d1792a80ccd8c66d80cf65b9dfea344351d767132d3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:938cea3b81e1b74629b0bee65183b0800518b4b757175d34669fb25f6e5d802b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d8e3f695418674002c1dd252757415372d95b38f813a3d432abab774c7427b2e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:8fadf40fe968046de41a4a4c6f643d9077f4908a1e456d7da29e0b0c79f8431e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b7b73c5b17ad867eaf4066be6b2fb9a322677ec3265c0d1bde2e317f54f7accf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dd6c4a3b961b608a71122ddef308287483d90f3a153df4ebd00b4f85b46bd551_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f5e86e560d2dd575aa814329ad50a38ad4c7f3c111353e652e55aa5b58033f18_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:10015b131c57580e5edf1fa90b05b19482ea67ae3b588efb30da1cfb2061deda_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:99060fe9572cab596228b61e892ca9b571e3b740c4872ab55e3276d4ad65260b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5127b9d0570329e12a37d1c7e38a3ad9a1c990b7b0e1d3f3b31f5ae1146a518a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8403b335a511bc219b98b899e2cf4458347dfc67c8e15440801b1434f03ab555_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:8bd350665dfcfcd29e64a93a9c1b700817a99560dcc927a75c13cf22924a557d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b47afa8cdfbab90e0852af59ab14d95b430a2e94245aa9d1c65d1a592f44a90e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:15c698a4b3293ec372e1ceffaba0fb9360499514271d26c22cfb6cb39852f598_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:43344ef6148d5c76a10961d19b3bd83e219764cb53ac4f310a513bbe694fef6c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:084a185169e09b57b07073bc5c82bc741aeba187cd9cb33149c830af00cc6582_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:171aabed219e2a837afd87ec9dda95bd32b6f780a8c7116a6dba18533c07605d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:33926bd728bf4ecfa8146f2d55c05f151150d249b965ac4338cfa8a9acf642f4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c0709bc4da1e5574cf296180cfa6abce28c2b7ac105abd95535422abb090207b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4ef4397e1a1aa5b377ecab2fceb5c2eb15b526ae39bcd9299b45d9abe4bbbf31_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:852e6be5031cc90ccd9d02fcc66b59baa692d594e7ae95e68b8923732fa77b49_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bd9e30cdd5958003b7db73e8d871b448d208c099f3dc7e9df3ba56e6d476ea66_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fc61ea57eef9eb7f0bb091cc0815a81844d60c78f5824640e40096e8de8a02c6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2020b01fe0c8555a2cf070d5a9bf75691de4d8b775b4ac91032c92972ae6a424_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6c3b876e5fa5594ed92ed3d333ad1edd228611d67b060024511f8c6a53eeec92_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cb279e6a6181c4ab8025c6ee74497cd95e990aa02a03aa01c8e4ecb81718d231_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f6562421b9828dea833fc82160705ba8c0349531dca39eea94da4bb31b8d3468_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:44b8d7704e559a8fbde7bcd2d7b51cc025eb2b898c74497149f818473d6b7237_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6b3db54da066eff7abd8e8f58ae42163364355fb1fb5a166c3f90ef42024e24a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7bccca2d8db4038ed90d7c5d995bb2daf880b3d6aed320c6d6dc89c73c38170c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:afc464bfe9fb581e22275814fb3263ada3383b571ac4765507d2640470a8fa3a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:353292bd26a33c9a68fbb8351005fc3b65d1f0dc02c82887cdeb5d28beda1404_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:af382c36059c0c0d6e76b41eda8ae2055bf5717205754272edf126fe15737cc1_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ebd113dd73707e7e234669c4b52e7ad90c5aaa95d062fe7b2ec18ad63b942920_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f0b91324c63bdd9b1603e0bcd2e554e1d595168f9337a7c26d3834093b24f6e4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:23a74b9b847094d230ca89e8d43c924098aa5a8ad67bc02c4b11833c4620aba2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3a9adb54f0e11beb7e2f393c00ef6014f9c18796c36e47ff1f08807dee8a9e0b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:558cbb955c8d4de727f010f3fe97f285b6922f4845357cd979c22e9d6afda4dc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:64f0e85f122f8cef1a5b444095fb16f95b255865ab116cd59a4a541bb61cd09e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2b93d36104e2c99c09823ed5c6d12e25abf3dd07e20683640f99b687a45e9b6a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2bb2c4706037910e8045bf0127ddd9087d2c8ab9eeb09ceabe97b18dfe873c1a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3e5d6fe6f1f7a495efdb0a61dfde0d20def80759a215bc7097265c816e07919a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:efe7886379624399e04e4f213bf1f8b2baf1acf989823caa93ed8ba76ccf9372_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1b152d3df7256fa1d16dbc4edc991503bd90432e1c8408149603306e62a28a89_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a7c3fd07837a9c03ab834a0b46ba51b50c73037203ca4d12d8cb2a45f690e62a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c9aa9a181ad76c715b410ec6866d86f28923d2becc8438f3b56a381d7c668897_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e96b65f0caa9f23429318080d5812ddd5c233b881b6f460d944990000a6d7018_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37569639de1f8c36904366fe21657db1df3c26c03b8f9f974e0a87abe862c7b8_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8d27603330319790b463eba638816fec38ce5ce81e7cc2c113636939d713051b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9e9598797558cb0767f9bba75faaece26aadb56163f94ae2cc2c137645b5babd_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:cf8f8b11a984107f035ff28ba24ff3f6e1d10cd764ac472b94bb9e74d435a459_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:70e6484048faddf5f59bc7399fb22731d4134b6a6e2c2ad3b1e92bf26e5ca902_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:93c6c010543791ed57e08cd0630a7dc7903d7455d61686cdb0865b13fc52f44e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:cf50871759b51c4fd1f164c53ec8503379de265ff95b5f6bfcb15d3820722c78_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f296becb22727fbcfc0a2a4a91139dc782688f43f63396d645b03bf698b81ecb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:227f6cfcbd9f361dac87776c3b625a4ae91a7054a29a48c0aec491a786f81380_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4063848bcd02040ab2a26a1e77d643a8cc01373bc6467070f72f8cae62ad8bf7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7315ff02d1adefaf5e52dc2b87903cbeaa1ad7c30719ff6afd130d068ebcb429_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:c33effb47bad5780e4e0ed220647bd0741276ef5c19eea05014b528b91765efb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2883dc4d23d0c4ec9551a0818f5d5edfc708454b48333db179232b6f7bafb4cf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2909be49bc0471a0e2ab4e9172e4ce490b305b8e1fb86729b45af106f1ad5ac2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3b91df98133ad62ab43372695b3953c54d58e70c15eb7ae201b68d73088c0bb9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ea31f2ac734ef3cec4337ec6025a1cc01a2452ec124f102e5b1400a9ccfb05a6_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:2aaf1b270a589b2e9c907bc35b4a3706cca1508a06142dd3086411e046d7cd00_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:32b91a8b6cf6278fde2c8d33666748a905a8dcf290b6e16ef266857d4838d3c0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:fe8f645cd130c489a3454252abd64c554d583cbf984aa3e568ae9c4073fa0f03_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:9885e38ff9be6d7ae070a00b851232a29e739a870d32b2508ab9f34e56177bd5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2b7476cab5336d76457b1915e734ab8702c461af8ca4d9e474557ad8354f7065_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:4890f971ad6077addd93d4c7fd1e9ee46ef3634bf89ff5adee2a95ad7b7b3f12_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:afc7f162c9c1c3033316a984254b8a477d8eae5bbed9cb25257d54a54e1bb866_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:e9bc1798e5283c65ff1487ae78c1175395e051a6c13426d3e8d1b898469a3493_amd64"
]
}
],
"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 OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:07716873e44d49ad177f8c572fe54cec7ddb819a70492e6bddf36ef2ea5e6449_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:288bb644cbb5e14b00d80e0b409c83644a59cbcb513d19025f8b97de61f2cbea_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a27a41e1a167568dc9bcd1f125ac624897d73bb6dca7be80d256432b35e4c6aa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fe9b92e8a052208c6eeac2ba816959ee8129cc0f68bc93bb0a1a2f940a49f4d8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:44ba1190dc20c3a99259ef0723be3c9e1c2d4f339ec4eb4f38a9375cefd60d2f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:48a700617f0d4ab9dd6b40cc27e9f602892037c10872c19c60f62a2a848e451e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9319978cb44eb1f26a7d82709c4ba7d9b6b0bdad78c6c6080bafb0933103bda2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e734fcb9ca41744ac9213327a775aeb0e01ea9974036908721b532ed2dfef923_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:10097712385ddd416b15237d2af20f86a0370f1d97125f1e8a0d25a7215f6751_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:40f8f7e1d72a0e70d96c1ff028cff7125ead621e89cf2f3c1cc5262a3aab65fe_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:50ff72eded21d210ea9c57c9f9b192cb6ca5efe781c5c5a9d2e1129e2eb7a248_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:f77b14655ac6137b53212c8ed526d6baf86d6d6332513416daa73a6dc468c832_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:76042ef2dea9a9316a7bb2a38923d0b670663803c75f5b8351b5e71d344b479c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a645a364226f6768df30645c15ffb8b7feb1932a96c3666cd2d8bbf71786fe88_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:afc4fea57ea3217712f10421cdc7ded66093dfd0d5cdf09120ec1200d696f332_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f70b291b3be37bcef36e4cd282cbd88f917dcc5e61e0ad6228b33b770656b8ca_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4cad4e954d5e9fce7e93ce3a81da34d58e01c38a5d6140cefa7eeeffa13e1431_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5c1598ad56e3f9cf5801a990b2d5d007632cadc69118dd15b771d8104893b722_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d18a7d5884e709f2440b7f85999c2351c0f74ba09b876a7c915a974ccfa3dea0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:ede11c7678a732b9ef9a763632c13e616a95cbabdb36baf0c5c48ca0d476c260_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:208703e1b4c8fd82b6cffc790affc4bb8966f6d95e5b5631d9fc7cd429d82242_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:40be47b6d5dedb587c54ea5f6ee763dc3007284e85cf75d9f48f4de83bff4f0c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bfe783bcda48a7678e776f99ab08f9d6cdf882432ae03c46593326bf8b57e714_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e43bd0884f4c1993cd516c3ea52d1f878a783f6a998a6dd3fe4a98ab11bd3e87_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0492b621d90ebddbab300b3bcb6979598f11380da79b32531f8978b26fe5edfa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2f4ffb0abe2bcc7b801658bb46ad9f397d7a3d11e8b2060859f5dee1625d7ea2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:30b0e4f82db1f3e39379b7aa792514aa726a0c485680b67351c593542c1b1127_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f0f3b27621a9276b1f4f9601b1b399eabbc165d74a4b4a20ebbccf6a36a8f98d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2d56871f80eb82c502cec2b901d3510ab482eea981f50cba4fea729c83f1897c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c169319f15a3e6ac9086e21438dac78a6b30f142c6d96d63c259e45f4b98c2ad_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cbb1706913eb430b86212f941bb32b066af04b431126af872899134a9e111ca2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:de56a4d37e6686cafc8591eb1f7520942036037ba5af21c286aea2d2fab95b2b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3e35e96ed5607d7229629ee64a3a7c942fb12da93a75e989f1fd9aa028e8fdcd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c045d9282bb2e3ccfdc19d09b76e81d622ad5c41750c960a066f9a735ce47a3a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d3c7bcca57a84397fa1932919a750ed7a002fd7f7be976152dd7c14d60feacd0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fc479e1b1d14c548ed9a783109fd978efba5363537b835a5d09fa8d0fa9f9068_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:0e22ab8f884e0095c3cb3efcb63f9f37d55b72cff37962f271fdf534deb469c1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:ab518543ee2455263fe748f1d2ab5fd1fcb87e03bdb241a1fe657c748e220e3d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:cf25049921f441dee72daf95b707da269c5ea7af7026674c42a7e3c8cc682e59_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:d5350fca926c7cabd8fa4e7749f0c2bd9bf90069a11ed96342cbaa0ccc16f889_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:41ec41da1569234037cfc2b9cefeadbdb4c1e45363dcc0b5f2acce2453ba3dd2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:bf2513f4ea2df4a781fa74ddc02c207133387318444f7027e6b62565e8af505d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb3cc6f050ccd3fae295639dd627bdf3ff5f08f66ef0fdefe24ab8260cfba983_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:efe54dbb00c22c7e9e4a6d7c40e52665823c5f94d4b7b03236edeb1d7a304f94_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:073ed3fb3dfb009b6ba476883da5421996c5c4f4119375c0c83b072571d935f6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:14b74e5080c191fe32bdd2a416c80cd94a0f30ea6d5f18faf7396c120c5907ea_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3c86e67143d2caced55d2dc470df15cd1659c5e16c7eb8af22183de1a3222901_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a6de5df300008dde127b655f67ba1c8e637bd6e67bc2c811c0d9e0ecfc3cb08b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05ef13e75b41891cd2774cf5243b11da290ae75f12ecd07239e580a5238036a5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7c5f6b71b68331d1cdff8b3273fc7cebb945d9c037fae5c2fe0666f84cafc928_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:c221dffd999b01fe10c83c1cf3e93ed9d49beb5f0f13e8e23261f44a07fd9342_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ea42eecab8a62b7896ffb697f402857a31807834a102986b3967faa70f63775f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:0123a42a6d10e21067ef4ed5ad7a39541529ff0157cb27443a95b0e5d88efc7b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:61e542fb10dc0e083f8889b0b94c3525f3882e5da701b8db31cc9be68d803ec9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:69eb532db9fac5d796148a421f1c0a95f03a84604fe40d5e5a3719c995b8d3c2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7bfdc577bd856e0cc690c86a8fc9928ed3d034d4d1455378c95293376a74b9c3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:023e336977c9e6f23a82083ada96020a26cfea384189b765e89d6acf7112957c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a0734ecbae0ba4ef8a6cf77d42383afe04fdf33eed2c0d1e34782f147c675581_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c64a9e77bb865dd5475a4022629d394ced47bfd9adb137f69e2dd7bfca2c5a29_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e90910e06037ec13a10bc176da5a516287ddc34ccdfcb36432f386f7b3895136_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2052fdaecd2f3807694fa17f35f03f84b5d8116ca56926b6d657f0594adcc4af_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:274df573eeb1919286472cfde2006716aaa62c65ad1a6fb82bc351e7292a51a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5f81d0322afa70edfd932cf1f80dc5a14ebb30f3f4cb0a4b9943859c3ef8a741_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c5f86407af14e6c3741e75068ebe79aea7c7d1a73ca87fc97128c53139dc8748_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:11009d76f2fc73fb88ad8650914948e04e30d4096420d00a4e6b1f2f82bb2a48_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:464e2bac04048cdd010a9625e6657c9f823ebadd624fd71191ee978520874528_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:4a6beae013e9de12cd8b0a39e9e7488f51b97b3f295e14d773eb28c5df9d6743_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a2f765f47a9fbb2acbbf3b00c2d62d7df283546b7485e7631116fe824cb589a5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:82953c91b88971066d4d605174664863cb062a6f7da286754aa4f05c11a69bc4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8adf05874d8cc6284cb4566506787161305d95ba4c318f070e01960939526d59_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b0127947224f18d500d967398c5008737df32168d2db50f1f87554e149328d71_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:c25b7a4bba9a988a6b7daa4eaa8608df78b927d1d454aac7757f18e3b6c78d86_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1f6a0d8476232a85b5d18ef9ce148135b69a4abdc45952f6ad0eaf41604e05f8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2989730daa53d788a9e1be03bf922a07c1111ee8559bdef63d058be6fd5f3fc7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c0cac6ae1322cdf12df3c55948bcfead52641aa95a57dcdea97401ae01c1860_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:adf166a8095fd21a818265c01776b94e25cea102a98de6875352cdc47fba933b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:67f12e5ce45f173e79229f506b92915943d263ca0adaa31a027cb7245d7a076e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6b91bbe18861c83c79693a155979f3cc56162624412eef4c57c52cfedfb38475_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b2bb582913e9dedea9f2eb41f1568fa8f0fccce2e56be4f666ff41f3698dc147_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d35f97d205f82d6ffa260582fc6dce2fe0fcc3719ae0e19e85e06e7ab629021e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:03ce535e7bb582ca85793c8155f38ff9f73231e7cf5af4ce223ea89d4d2eeb89_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:605dbca994f47b04da902ae4b76744eaebe0d716a7a5fd3cb8e617db5dabb8c7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6b2582a7f534bb2716acaa72598b40f593897124fe03a5e6b2bea1e4c1a26d15_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d88f52e765c3f5fd4ad80f7364efe49e98ae927d82601d27105eb6ad0b484264_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:1305fefe98602549511b835fd1302eee6a4494c690d76964d89189c90f39627a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:325af02386526656111c663e6a206e755f2f30db00059078a0391d4af6cd95d2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6dcb4d60294895ba062bed0e9612ad7fecd7fd8d8cffdeee9bd65ffec1b20a63_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f492d67b16384267b9f65d20b769f93e3122f0957cec290a88a1b244c80e4b54_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:56cd8314cc9791e043cb4e5ace324013f4ce4c825fb5f9119b1a6c6871b76a3b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d6ff019bc8333893d6d5799927ffd9dbd02d0d388752a1ead6b8f85928fff4f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d7e525584c9b7492d8b989d2ad0b8ccdc4f244987f26b4aedfa7ab1097aa8ac_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:598dbc32cda4219d6a0442aee99096b77ddbea0148ac3260c9c37e00b13cba23_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e223d745233c048714d3ff7a04f8ee565aebeb0f5aead03e55dd9f305fe60cb2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:05fe3c8332c4626e356a2b8b33b235d605b8cfdf8b49a68475db687789a766e7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:64ea7652aa2f9f9ba58d56765ee0ffd7224d6534860d118c059c2c066bbf2142_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8673853d611d162bc12d1791bef2acdd4131a97b8a6e46961736724b69332db7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ee04f343f0bc1c58b1e016295990225bafab7b39a9c1a572b10cdc19076150ad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:4771678b9e18450e8e2a6ab991e844fb064749a0b09b089e54a802a7109c1ae7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:68c90482505c592a6393640c16467c1416f3175ba1273a284c3d0a9417e879ae_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:234bf4abb67f86a27d549a2d368d080a3671ab34786e26c6abbcdf58baccb034_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f330b931299e7c97298212e0514c55f9e086e2f33ab7e522d40d8e9df843ea11_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:123e1027c857bf3a084e45755736871b220117eb70d774a3b450f7d877e7d1a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:61d9a3fb3114cc2252a8ecb5b0339a5fcdef87cf962f285be72b164933afb857_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9426eef8c79d6e2c9cf5efb340257ef7dc7936b3369050776f4b45ed6603de37_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b693182419b2287a69a8bcb3bd3ef8d6e799b5e7aa9b5f25cca855995588e104_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cde3a4deb285f4ffb38be4443b3c09f33a44d8f2007bfde6f8766d371487bb80_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cfa458375e07e80969d9a9b3521c5983fd20f384b74f1080b865b618afd35f32_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:30a0f7d083fbf57d19fdebcba31bf52d257fda3eab13e1c8b856291f40278c4d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:7078670a28f19c15b118e3ff8d70afcd5e329a22eb6a44d3827f9554dbbee812_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:6d60dfdba0f6368f23bdb554da68f81e3d088677ce9748d2850ba8f2ecb0cbcd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b71a8dd592d2646c7b085b06edefe64be96e38113c3547a111a8d0201992b98c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d906f3f6f4740b50fd6266205b0b3f986b35ca7a64ac7b6c52cd7167d0cdab23_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e4969f9764190a2b46dc5c9c7375213c28518935d80c4e4570d122d231f53663_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:331e8f309349114252acd7fe42067ab2b7bc03abb6619f1df59c8fe907513d3e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fefc2125429189eb85f3c807ad8ba8896a48518f3dd7d93f94a091ec925e23f1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:8687825da05aa3fbdbf32fa82a739f58585d8d2564501deb0d3b97d67a4c431f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e5886c91ae307b14a848b0a571918a57a9d2d85805af6c6ac7a2404dc0308337_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:260b87efa1dfc71726aefc2feb8dfa83495aedfa6e95b0e86dd1ce0d246233cf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:49a1a91122fc6cc34cb21b6de67b8249f154aa8e2bfade0e50457c224fc3ca70_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:cdc02821294c7bd8b4de75b356ec0ec8b0745b0b409ae9481dc08c4d967b53ef_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:e52b5054a3c11b34c3bc3450d9be2628816575531a1435ce44652324ec020dc3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:64e73e3f7bc1f37f40ae235a7866ea7c881d67afe29b398edc6f15befa7f06cc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b4f0c23d7fadc3a15840607d9aa13327a3eda6272565f88be3691b74f16fa13b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9b5eda1037248996bff10033108d1dec27b8417730bd721d980b778e1cb4585f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c397e51c6d4de14ea1b6a41957a3fe5ae54115c1cbaf414c013035333824eca2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c72d9616c2bf94661a156840d39e3a42d4023598c5d647562874c453b44b72e9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fef61b2df388d1e5714b0f3293bb7878f1ff9ac64b0353284576fa0413000ce2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:267a8525fce7dcfc460052b97dc07532c927fcb27257b29f5e43e5475376bc42_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:886cef96ae99502afa35aa5cbe5a16a30d873e8c9c92d6bb3c748bb68877935c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9a68ca065607df1a4fd1a351041d799b2166b76ebbdf2c92a0fdbccd47015036_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c7a8842568f7ed4d4b1ceb0f507aa5a56d80ab213877507be04ab55f8fcb3a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1567f1a6c1a596e22674ad45cd1975c8667fb2317c84dd5944ccef58326239b2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:40dad16e2777a64a836355627be3aae4572a7ed6417ac39e0dca5f019eeaf471_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:800ffbe7a0007398e44945b2f3772d657995ebd902918ecb410e5d373de06263_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9720a885c669964be135fbcc55bfd5e9766841f6b11bb2c279ac030de9618ece_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02440d8ce569f4318b2110f8975fc4d0a93e6da6c5012882df9cbe77559a0a81_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02594f4e3bd44cf7d378a7fa0533d54b4365eb5317c282cf8295cdfb0ae5ddf8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3e5753abdfee794bd09cd51eda1c7634aa7630ea3f2a72ff40c3fcf5661e58c1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ea8145a89efceb27b579a5f79c37c7457d141a0eb38b2de5c82ced07879539d1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a1aa9421f9d52c8bb918e1b3c9daac3e1a076e70e003a58462b62f0a91fbf795_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d4dd77443d486829650aaee412b58df2c5fcd995bf2c493a22dc1cc705d270a1_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d689dbabc1df0ca42e7eceba17ff474f9e6a30474f7cca15970a5ee7fb870a72_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fea791f1b353cb84039498653a7b7daadebd460631446fae5f05d1ca8e85dace_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:100ffa84c55a87981f50fa5fcdfb5a5daad0eea01d0bc14abdbc959ca0a1ff92_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2e646fe351c1dfb3650d0b67694f5cb89fb7aae85c9b8edd356f54f40b9e9fb3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4a45ec0f50d9cec050f1c99dd33d288ba8f9e8dd1a71c2870eb5e799a42e411e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:60be3446f54ba3c5f93c5c4bf1de44d7e9ca3049abb6ab910f8e62e671a80d44_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:90b36fe8a88dddddcd584cf06ddbde8b74e9d7a78f9f51b77d7d2480ed45ed79_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d69ebc6a9d6bd6f8f75d933ee0f7893b285fb24e994bffc35514ff5211ce68b1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:da6ed87ee2d899e3fe9c6e8b08bcd44cf11e1b1563972ca4aeb3e8bc806a1d2c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fdea5b85efe39b635685d506a4416115d546a9f56e87903650b5e51bec6a10bd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:47ded0bc14992d79c073e4cd541279def7e44d8ff586a5cc1676edabdd86c13b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:642eb8c1bf4631b969d0ebf3a0755f566236ce7b5534fab78d531c76d5e802ad_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7189cc475748ddba6ff3f306320d55a840baa8f1da8a934d4500c49e6f675ea5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bc10db6a9f9c1a60744f49c1ed737bbbb8454eeff9fd00175b98872a1af17936_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:017359024215cf5a7b00bd31b8b797ca7f5f456d66a34ac12c44e53c1ab77fff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2635b651e023c9d4dd92d1897b4513947985256607f9d2dd8043cd7f5de3a765_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:542b1a4bf2fafae85c50eae7a182ffd3a3a07b2c234a00e4e6c639b1143b4b55_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9b3b5510e4cf6b4cb86bae86fbf36c1fccbdeaecfe009cf2e67cb9c1d7924ef4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:048f5dc4b9176a86e0d82447e036ddad890e58e49c8508cd74f8c297272c800f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:0a7e3fc4b1f892ea2e77c1f5d961507f0fcec7740f33d3e308904cdea1d3ce21_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:44db7037b872b0164497a603e99b7c5bf2bd9aaf31158e8a4e8bd03559584155_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:a8ffa384c6770ffe1bb9b7b8729501ef2c06199e0005b16e5dc432dd8d23c66f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:176081efde0e44254215af3f5091e64748c81d2bb29a1e7a64ed2879c6a7fbe3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:42ea798731bcee8b868ae15f9d45b8f0aaa91d1a4f7660c53ee08b070fe4c9f5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:85fd9925886227b53c26a3ed09604c408c49b8ddb9cf7efa2057335bec94803c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8b7b592c5ae05773897351d97fc9925e6904ed02a6ed49e4737f0f649b7eabe_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0d8537a8b89a087f59b9f0c413d9c8d6c77002ff0d9d8579d179291d3b6caee0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:14cc3a54f1ddd57ce5b80b6d111f0ca27f74b4321c9915d5ec1960318c71d752_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7dc1bda89f2fe70041f850dbb5dd3804e853961d2026c3880fd7255dd6e57b0e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:aac4600f524660e2351490cc7aa719ac2dc93193f64bff1178a04376bda57cee_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5449067a980b2d50b360b1aa1164fba67693402210111708ebaa00f0f93bfb55_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c8486459e2b80ee2706409e888070c9100938357621746215ad7871ab9ddb990_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d748caca6496019c594ae5aca825845658e1e8c5a1c062a02830aecd677ea1af_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dac9a4617348551eaefdf01ebf1770442c0bc07033fcbff203750ecaaef1161b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5143aae8d524363878300902b89dfb5f3420ce897bc36064fd021d23993432f1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:6fa81971ac5bc843a536eaf167cf5147e879c5447d7c1ec17cebe7ab85692317_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:bfa79bf705669231df1e59e373712f0b04ef2c0676ebfd901bd9879cef16236e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:cad2e37531b2ba165087ddbcbccf9cf167c4eaca5a3fba5f5f4bd943b8298678_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3538795f3effdfe84442141d83d0292447b4c43e3d68871afcd453f80e11fbff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:7da313ec91e1a9ff08a16ea2b0af0ed1ac73e40c4b629402bff19f183d45aef6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d9279ac3cea7e1e400e244624bd7ce53cbb6343d10872873e71dee20263d0e62_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e89a5c92caae6b72646e17535787d06f7640a47c59b0b4f418c7e48918736d60_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0ec6c9197060bf068f358283d64b9b877e97f072466244f9d147552a193fdae3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a5aa2eb87a3fc9c5160f5c37c50cb88cc0a77bbf4eebb298ee7883ecf47b456_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc1512a1ca871d5e21162430f028d7b7f2391e19cee9b3d6e253b6b6d03cc8e2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e8c2baac5dee142c4e84d01c731abbc200cf24a04201fd8690f0d47035958830_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9b45bdc374e248769add4b772aca63e25ff0baf8d490e64066bfa78405cf609e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bcb4f4b45a7d62927ee6589db9d31e9bfc87a13f3b0239649c9701b10d3dbd75_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c1c72b9d00d45dc90f97bd9c5263e6d385ee34f3a3f834909dd8b8eb28c3b15f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e15057d2878011a1142587df35dac65182dd4ec4c0f3c61055a73a23dfbd615c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3bef4d599101ae4c2162f47e89f5fbac89903db3f007bb425eed38e1d9b4d9cc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aee0556c560d2ef9f2ccf501302a373f15cdccc83ec2c6935c4ae6a2f25b63e0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ddc3c05d5daa3aeffe5629b7e2fedd5df301a3030f8f8c6acc3204b8fd7e0995_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f463811c1b1e6fc34934bb5a8151fa946acf321ab57f9901b3ee1b7f75546beb_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2abfe62de89fdd0697da63674373b1c8a2695846d8acab5f17a35fb38fbc23a4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7701f38b6702b4a9e6b49b3db83073475c33528d2529e63b1b98664bb7191906_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a23cd4945d2e1f9e1c194179fab9c388677fa1317e02a99eebc575e227064b79_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f2f194cdb1a14fe59e05455df10ebfe70edabd37ad605346b6258c5bda79d96e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9b04b0a1047813b35f6ef09e1fcf1e06b63946e0a3b3feaee3e081b0deed689b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bb521f2f97477b5b9851f6655f1738b620aefccaaa81cd303d17eb74ade7adb4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c8a1f9ce2dea4947e6cb460bb4b4ae7ab6bc5f816ca25f3405799d56c6ca48f3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d8f67c5b7b8903633485f67a76f88ea13855bbf95e92b651bddd15fa91458ebc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2c84af74e0937a0f3451054240ab7ae2d44c1b566339012ebec9e5b75d7a627c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:41ab25be6eb002ee921bf74c1049e07547328632d576e78fc45245177fe9ab84_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5b389b9b0acddd8ffe5e5c3f9d54321d061253f3f45b5b66b6dfa0181b73b87a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9afa17f9f4e4551369e891d405098219c071231ddab921dd32bb7bc66bb0b6a7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:0bd76e62d162ae823a34a766fccd9d339e3f550720d863b477273734ed1fdc39_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:dd17b1ffce727d9a74c3f64d65b72b03a5c8fed96e773665a078dfab33bd64c7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e8ed2c9324c2f5594f90b049e92f2fb3141dedcd99165e80e8bfe147c738adff_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f7f45f6d562bf699e0e45e134c7ab71701dc3994882cb82edce9356be7627ce0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:22dee3c01cf1deff68d73d76735e420d223ba0e75dba1e7ae224ac4e7b14ae79_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7134aa51e11a7d6b826068d03b9c90a518cd3cfccec0e3f06e57f5ed77daf6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7cdf9e85bfc54e4562176d63e1f2be56775dd761c6c0cbb80fbf888dd1ab43_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b72954ed888ded15f443784fe6a684b6e0d7782921efb788e242d987fcbf5388_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:63bf84966169bf2dcd8b8bfee3c478d9e61881ca007fdf3a8be4ba5cb1118211_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:697ada7f8e4bc8a881e2f1fa3a8402a2e96448f948befd465c59e03ced12c9d9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:85ed053619e39778d5a986255af37802ac46a26899c8a448abb139736db5e075_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:abe01f65affd92347d8097b3922e587548364d9680b74f767e9cbf139c996802_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:55102797bf884eef2d8b842ba8a5f2538f711622eab1c82b06941ec574b8f266_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9cca1a2d1a6f5a33257e8f790d180274f24a01c125a717ff79da8fa301e2f270_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a1f1be1027b54388f762951ab7983f18cfe37140efcf2c778a5d11d4740e8e9a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d65990c0adf148e94c1c0ec0730ac2a285b38eff128cdb2fac7f61af1514fd14_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2db5ea10de47829d4643fc525d9efe3815db59d5689c0febecf4fd722ad0528d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5dcf0a7d3c0b2062ea11867f5fd2a4ad56fe786b11c3095d76eeb4c844240a6f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:73b76f141fea3db7cf7df4e9b70443b37fc67790cc6986efdf53a32ea7360bbe_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:be3286f36b4c80969594af159ede49ee20ab5dfbbd890649c2c4249335714466_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2cb748becce8d80bfbb66e84f63e0f0a3cdee6d9bef3833eccca24132e9d0699_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:374211b6e69093447e90462693c45bcdf2ece57b033a419f13585d9a46df62a0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6047837c63bd707f994797af79267ec8bb5075b3fdd88c069b3acaa04ee2cb5c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d8c4afb75de3b6d432d4929f4d4fb6938617a794ca2ef2060b83a02588a1d0a3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3287f57d83e7becbcd3997ff2ade6e6b5a664fd08610464002229e0a116dfec8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8a58a72e372b4235b4751e08f10c97ef0798519e6b91595c234fc14089d7495b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9654a0a2b4549ab06e5422dc69872961c892e97032b18d913cc197dd3aa39f3d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9e9ecf8cb43e1819159bb8fc0eb5641b71663e110ff757e26d5549cf41075084_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4aa3e0ca4b5398fcaedd212506e222fd435f7a46c2eaeb7a49dc50f789cf13a3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5d094c8e18e42d662ac2f5ba16602c1513094c7dc547fbe3de562463c4096bce_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:67f85bffdf2db08fb27d52c6a0a8b615a4b9cd748d9a7e6126851d1bb27844ed_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7d4b6b9e67875889c95a5d126bcad0f6b98c148b85433180573f439a867d9e25_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3c0791290db50c5a925a80b371ba8bdf91f4fccce56397d12a989263a972bd02_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:654aece866efed516d69db0e47668dc85d3936e901aeabd098e07538aa3dc617_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7637a44a01d6c56f002120cf96228b6c68e92b4391d4b6efa1c81ff8e40eac0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dbc636494f53ee38eae00f243bdb92d187ec84654c280cc454f2b4febd7c22f0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:08f46b1d2114a3ab80bc7cd277859a4f84e870c2421b9e13370774deca0aebe3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0ea69bf7a80cc8c0810acf8c7aaf2cc1374d3b034065f1119ca33af3d1794cbf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:17e61f4a9148bc2e0fcea85c19c98eb8c2efb701bd21f8b63547dad13fc256ec_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:8b81413ad0f567583ebe4782344c22834c1781c5f7493c8a05b827f3f2a5e409_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6b348a4fae63bad66acacb5f0d03b8155246733e758f14208956c38c2bedaac0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96eb6b75d6a8ce22b199b8150e628a2a00c427ffc79b2fee2e24af1bf584bbcf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e0b17d193af2fd7e981c9908e01f2d840cc939e24bf1be19977beb85fa1159ad_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ed56ff21aa465143bc0d1c4f20803873dd07999229739b84ef7861683476b22f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0654b81d996d73c5b5b03310f314bf3bd6871b3bd4d1abe791cec9b7a3339719_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e294ee6e92049316f91ecad5987a24d7d3c06809d3db2ee3f9a41bb461bc220_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e3afa0bbd3ab3ed4acd6d0059765116e9ab56090313932bd063098d94f1c3b1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:929f235d156df0f59479d60379dab0d83d6fc662d9acf7ff050a520850ee0125_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:14b5ec9622b1a177ffe69a7c87b7797c06b283b26d5547828d3177f823074b5e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:52a47ec0685655243dfa60738842ba038719f2454b85024084de270736d06529_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5fea5bf035692313badd286c7d13564d48c34e3195bac3c74ae669607b5b5875_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fca2b0ceeb7e301640de2604932cfb2c386441e0d3b3b0e4a525f0a6b00f7cee_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2b85420da837c90d984c5945fae12321c8e6b6fa270768da6270f382194f2d4f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5e5a715049a34055fca9a4b36dab839573238385890678734f96d7ba776dadf9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6982d2c27206f15366ece47b40f4a6a2994c7acf5dbb94aa274c55a2216d0063_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a38c23c37dbf421c77c4f36758a105b790123d654f1c8b3419becfefedadd0e7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:021e3ef983d0ca18800e0fc390ad96f4b6f6b9c3ab784c6e74ebe2e7fd7b31d5_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1076cff5268f9fec09a760da243efbb72eb96645f838a746c4c4e28ae4feba33_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3eabe7ed8651b8dedc3a2c38a83527f224ba3b50088b3238e158048bb2ddd85c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c29274bf105ffdd07bb78270a6dc497fbfb699acce48c7c6b7b6ef32416eb20f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:71bae3f7d9ec2a469c8d69b9f67d27a0a98a26bc842cc8733442cabd43fe3c06_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b67943ce9e26423e0bf84f411d50f394a67a0f3368ff289e695f8819c4fa8c02_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d4c9ea28e8a716d6a46a42cd3b5efc82f42d456e21791c32369527ae82f643e0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e4c222d813696b8b3d4cef6982cc88ba3d4581ad6842b10510fb4c8130a82684_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4d789598c5dc7be91f05a8766dffccc377a71db2ea8c5cc563f396cae02326dc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:70267df26127761958bacff38fbeece08995608c2a24c7a3724495128ef2bef6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:84ea38804ec003ae82375c83ed4549163a2c932d6264eb64476e0ad175b4a4de_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:bfcf2ab8d6586fd6a8f08ec2fcc71f997800b8f459577c31e654f8ef9325fc42_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:49a412244c4d6b547d5b0ca9bcb041b1e3cabbc78f5234ce52b678207d83b3e3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:4d2e1fee9a43f8faf39b05a7d82ceac50094ebe972fd1fd85b1528961cf49478_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:564e888a319fcd9b1af19b18a4281c5a2c41bedfc3186fb3bb587a1e28954c0a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecb2d59766a1aaaf7cfbdf1e0b92ed025a18fd54acd41fbc63026b350c98a953_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:296a9379ce17e07df7008f1d35004477297a7ebdf9e3d51a50d71628d6ac68af_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:67f272ef9abe83f9cd959ce97e3d5c46ed6e118ca30f65fbad733384d228ebce_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c8b5246ba51213bb183e07d862b6d1f9b156e1d16b7656bd6ea061f9016e8ad5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ed375d4341175bfe6945ea8aab5208f375034307f6753cc726230629ab97a71f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:29e41d78f04e683ecb12ff2335b7205383670e7bcd2b1beec736261a93abd406_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8ac74d64736ed4788497e0d4d10226bfa212f6c0cc97ee63d7c61676698bc022_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:94a303f0dd0822b5d82509e3ff8af5887949ddaa0e3a91b9f94d0bdf4e1e267b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:95c3aff27109694e511c9e45d1132bc4de0fd636cde0855c9ef45f1a17f5ce7a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:16e2953831f686cd68012c8cdaea2b404c54c91050145b716ee8b0ffc5cf11bf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:91e3e3d331d92b90ea49a78531cd366201c5de278f56597d9dcbeae40f114754_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bb1ec078ef82180a6019d6e174c16a5a846e4cb8995753628db25a4ca0071474_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c33a11f1aa2fe38738663eb291e25503e2e6fc3cb5bd964e1a6f8db0475e29a8_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2606e2856430c12efdf947977a070de13c3f93d3f304608c411ed57b6de0c6c7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4dda7a5132b638230470f86622d84a7f0117280726ea52e3769c15f11b1dbbbe_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f3b4137b1beff722b9c1ec2e451577a22f44c47a6196139a39d4aff3a0386daa_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f688b554b17808b3aca13b4e6bb8a240401db6f6cc5805e98ebe71ff43dbf1a7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:07163bdf6c27b8066a5f1e8674a2120054c3daab1e8a0db8cd728f2b1ca0fa57_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:32956c0bb79239db914454aa82f94222c6f7a90be718e22bb80c4e75a45127f1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d877387429f09cf5fdf779e73200069c418e561f20a21815bd56fce1c1c4c73_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:9a64cc9623e5639b0e8ec8f5ad63a5ab83f92598abe541be09fceb37ba2fab23_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6d8e4146a7965b0a81984df7d0a2fc094c50e7010acb93e58510cedc8a42e687_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:764c1081056df81f61d6965869f9ba66d67f132d6c768c13f1b2c1c81d45ec6b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a27762ca5025270235002c90eed00d6d029d4b7103b5bd108eb527fc8e797f1d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f473c0c439be12fc83e9ebcef48a1a067a5f4a9cd581ca19ca34a3dd0b9fb79b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:6e95c6d3ba75f0655680a4e46b703aeceb57cc9ad072733bed1aeeca0e9b3508_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:ba23af1b9437640698b924bb0645013d7c08fd6121489b01b63f66156faa6588_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:01c4ac10b7061c77ef54bf337b8488722506d2a572d9da7d9a689b4c9ff7c225_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:67c19e36b3f264978073841b06d940efc3fe0546baabffdfb35c2e5a1989e96c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:add880787ab5dc1af04cbed51e2da0f6f630ee85387617987ec6d6d8e3a28009_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:d6acbf09fd11d29d0d715b96e60355a23deba955fb3ac6ebbcbdc29e6923d508_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:474e02e9e121dfe39458bdbee1f434d32fa29347f55386a4abcd3825c9235456_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a0e6d2e5adb8d9c223824f623bd7d391e33241fcbe281c54af8e3925af5781b6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c3fffbd0e1e6db3256029c6cff61bb64ba56625041ff86a9d46a895076877fff_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d253f116a2d1e2f033f47422230a0a4e8a9fce255d71e9140a0bcb6f255c09b6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0b41f824ade401523c3ff06e2dace98c8dda246f40e6a01a588dab6fcad09683_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4954d67caa517e2e2edec0e5d4b95610a31b82d5a86f9058cbe55193987da9d2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d1a37ce3fce40a5d5e3065b5a4be81a18fe2a6b81bd5d16ada65f2647fd8fd0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d395f05c26536703d44d06525efc0ac6203440e6576e8a1513c7e4ed8563ae62_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2224a1bb7f39feb0ee922a54a94d8dfa66e676caffc681f99227eafc0082b50c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:339b51d602e6c798949da55fc36b4e83d4b07909c97f004f8aebb5bb6f43268d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a7bc2291024185f39cde4d43057b17968cad18451fe8447b0ace526ee11bbcb4_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c171ac27f2bfd7846db274c1d2be8b39cdfed3afe59ab4fb01f903b5be3af443_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:45c70f4c6f15a25e1982efd6eee6930f16317ef4cebd11ffe2b5994b9ad8b200_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:938dfb864f0a9dd0116c5969eb1ca94f2e04b914c3ee56bc26ac33f90e2535c6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a4f095b9251baba737421c47566ac7329258b8ff22b0f131c5a941ad1b6caed5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:f7a4c6ab4dc050efd81ff5d7dee7569a55dd0cf96e6413c47770699f5fa02b6d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3a4f76a56b75c54966a76307c4fd647d854812bd22e55cb228c1e9b5aea67037_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:98110bc940b974dcbb8b0ea21c6b52bd96ecea62779f9665d3ac8dd03223905f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a7e47a89156ad39c7e5820cbc98a0b295ca1a3aaf6b72be3961c6d4eb0225831_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b6a273a6d68b36cd939b6bba836f657168526125327fb784c436c99848f49f7e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:26b6bffa3e11fabf11ec8176bb39ab3e301b3c5a85c1aec37142860ffac1fe5a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:301f5a73d9d839a999dbd3c9a7741ed3458ffb87426b7499364e6460850deeb5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:57eee4fc78405492c9a665c228d1f25c75f0390f75a73d5819aea7ebc2da6b4d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b10b625aa3fe5011c7fa9db3c95ba6d36c569fd6f6aa4ac3ff2431cbc103d362_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:11b59cdae58f57a02a4c8479266a50a1a5691f2e8e4382ea7ce96bc913ad4afc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1f11609dbe46602b2c11ea6c776cffc87ebf3fe2a1204f25bda85d9793d5cd60_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:28ca9310e14799c080a07935267ab4ecaf6fd1abadcb1e165deb46c81f2e731b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:56a619fe929b8a18bf1526bde6c9a86f12a1c0a43739d1a0d04c58920d3ac5d0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3bd696b964b694ec219c5776593bf4772dafcc3f43b973355913801929462557_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:4142674147742cf0ecad7223e02e88efb53e5a34ab820df5ea2f645a04219da8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7c59a7997fa95d2895620378a7e18f0074929b630c329ba3f03c72e43415364d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ff35fdf6dd3714c214394ff6f203815f23921af529bad0dc22abfa1d1680b333_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:15198ffc1a039f56e9cfe7ab35037c34a3864a83163576b65fb3e9f5aa8f1f3f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:4ab1c5859c4f54f225fe4d5555f3c2d1aafc520ce7a9197b040e06084da9a43b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7be609c48462446f215d9ae0326f1c76bc0b779cd08db391163c796106e7aeef_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f04c27be87ea23869192754c00d08badd40a106c2f66b86bf493455b3e3ceb09_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:42ce515a9496a89b6abef7a94b6fcea6880b2a9833900d54e1dd4044c9e2872e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5ab9133d7b6aa46227bca8a1c6ec2ec9233ebed8e62e41ff122dda627d4a7fcf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:94f82ddff9d44dfdce03af24a851c05cec4ceb161c5631ce6ce88dc8a9481271_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a7879d59a73d16ad9c237a597dfdbdbe06fd6d3e3de0c9396e342250778dbe08_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2f370ec13f448fc82d3f142cc8b6a559a4d62044631f4b394742652c4672f536_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:38471fb10545f0fd1f879ff8ded337bdb6919a929043727936d28c2153a78fb9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8e6c8d7186bfcc49c6ec64bf8bbaaee511f62cb5d14aec29bea364f90129d36e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e35c02d8101af5150e038572081ef775816f97c77ae24fec3826bef8c24837b4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:123714413da1487c02d182f1d355688d2f0fd63e0f82865dd962567bb9c81039_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:675b6754ba7e231a1725cf8338d536551497ed05e7f40435a2a3c98e411af84f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9eced45114ad75c3ca56d06028c836adaa713433bc49f6196533276f9645c58c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b203bacc4238f6cc6afaa7dcad119d126484235694dcc33a46edc4d002dc7f5b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4e68102ebe684da4477f443e32d69865b6fa28d398fbb76463c67d85739e3c2d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:6dd5107b14c1abce011367145d859456aeb03052ab831b4c548fa4fba0b269fb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8e6d6d3162ace273c1312c383de4e1f6ffe2d8e6d7b553b64e6ac460ac040c20_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:061699fecaf30d68ae3d41b89d812ea8144627d9ca9de83173fb33fa06e6b8f3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:33b4bb5c331675703e19ef96f3185b2d3cbcf4d0e37a6fabbeb5a8dc1f46df10_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b7e15475952a147e7d6d506ee9686c6c594d529b27e4086f49b0dfc1e237d640_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0465b162143273b73d2d1af7ea6f9654116a9b1cba8169028273185f2dfa1191_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5d1720d8067c33064ccfa16d47931fd18bdd3590f53023c2ec268ed9405d0983_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e99c8d382c503a7b1e25e6f72ef293496beab285d0a3453d09ca73fb58247163_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4e09db0d6efc9289a85cf5d4ced1d6a6a7f52168e44c366907a5d4ebd3e7d75d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:585c75fc909525ac0332764b66db33e6646e5e0b0a4d01d176be6dad70a7447f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:85df50114baa307e2b4192a46f80a292500401eaf41f45b071b23bc278562135_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:3ad0b56893a8ad865ef9de637c1f21a358aae5ed4adadae02db3c6d37db93422_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:56925cf35430409d4a59b4de3ea74d8e3779acf505872bcefa26e97418f7bc9b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:a928a27d2775d702a7b4888f87e770c93049b645b5878173d87d893288c0701a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c83836428568394e500de29f5e4b44fa4881f5b5813a8dcd42a5bd16b6bd2bae_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3fa694c3f2b9c05fcf2cb69f97d791fa46600ba1eebd67608b109586dac15e3c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:44006268f8f00b5dcc4737ce787d9221b50ad7af3e678ea6dea817a797512b4b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:6b7d13c5daddfeda27cc815f3fa02affd699ed626cc41775f78070cb8cab4f4f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bdd058e218fb99204c479f5cc33383634b184b1153a74c3333926e84f3e4bae1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:174dd5140764fb73bc002166fefbf8f897be7b295e10527410fee19338fe65d3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3f5a73689320e820972a39a40077926550f7864e2d1969a9352d3b833191086f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:df97ec11ed1fbf6397b6a62c85014c255b60c652c98ea439d1f47e62c6a0e4bd_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dff5a115ecbd046f3a1a60ce8d8518edd570922528a7ba56cb17716831eb6b09_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:11f56bb6bdf0069b7bea04e5051874cf879bff0ed36676dc521975eae8cf1bb5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1eb4aa5666fec327b24c011e1b7e726ecde7ba1942e0b8d9af38a65baa052985_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:77da9199e0922972da775122d60efaeeb4cb2cc464ff6855099fde770cfc01a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c56c801a4a9e11f7b9ee071dc9634fd6c43aaf04cdd6b048dd4ea1a623ba16a7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:5332d1051a8774d9d3ebd2f6df71f2ae36ff23fd32b28edb418c028dfa6be128_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ae444a4f4274431a8dfa075bb9c91fda502cbdbe971856f54ffb6a0d5deb08a3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:4148a39c8311d7050050debedbfa7454b53c3e00ae4d63cee7bc6da688af744b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:699c1abe44686141c985a530a8b3b864b3a1bf2c5c6645d68f7920b8f752c684_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:608159f89bf52fbe18bbdb1c48b679346ddac7d3ace7883c84494615a4ab7adc_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:d26f0f1adde0599a01c90d8b9e1e8690e6e532a380e7852e83cacc1e439b5424_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1ef42800334a0b6d395e1b1bc8e517e232713a4ee0e4591415c5347ea1352fb1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:23d11514c82b817c95564de1f0252dfcf753ca40cb154054c051b6bef078a960_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f5311dc740529f4f4c444fe33bd5731b0ff5d213620207f039af546a3c521226_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:14f9b0d4497da98ffed111c1266fd4e0b4a812f6b7ec37b95e5702438602ce33_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:4e6b6f1636a4300955a587155ee9063979e47cb387dfc1a85f3738b1cf25589f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:2cb5be04fd1145f054e994500608d1463f35a0fb87305e559ff71c972795d978_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:664dd8b515ac89b33051c38e00fabc4f2bd8c902f9fdd8df263b6cd6d0a0bc25_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:28e1a2e9d3850462c628b0bfaafac15d68def97b8c1c9387de58b1fb6d877f19_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5c60f40d38ebe6f95cfc0fa78fed9aa265fdf3aced888bf232445c2e76e4ed55_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d36d045c32e335933939150b36fd2f86599add415385560d3e10d4b74a704d89_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fa556b78fcc306b456576053e522d93e0c578807e220d3c562ea54cdbc2d1a92_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f9ea746b7bc2eb6cf1d82644d42d363d9343506f9091e8bc67740a06b382081_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:909ff0827690342dce5b4cf713327f3a8887a056951953c9aa639e916129e1ad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a8705dd5df6abd3d6931b298fe8e53cff0f8259547fa85446503b413b0ba19da_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:cabf1a3d4e2aab9e2273afa75bac084e93eb36a2801b91ea0d79982e9e7e5f2a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0b5cac582cea2ea2dee7d515f05bfedf2a5beff46ae6d5ca9626bbb36c94b865_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b920409f5635d704145bb8e1107a7c6f951976c44226a2083982443f67ce619b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d658355babb92069a73c35353c2fc0be4450517b3445d2387b4b0e3bd2b873d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f8036fe71f651189dda062ede40268c843ab07ad5b32e010250f9b6fe9234bb6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c5361be369c8e0194275ab97d18d52a095a5206888bc82d592f9f9ba28a34e91_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f6427aa92071d20df4e412376886d9831bb0cbb15c10216ebf2ac78de096b051_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5d5edceedc72d2ec62b24b6a60c278e4836829c78a0bcfeb20d87fefe501a39c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cd23e978bf90a7180245b04b5b0df939ba57e30ea13a2a759a5d04953eaafda0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:bccd28236b901759b08d5106786d262e482cbd1e3798c1392c9c6eda9956a5d6_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c096101efdd0dab71581c6e6506b9a6560c96979e2d439ca888d2c67860c1337_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7cf38584dd1c5c269f86d85b0488e9224ac989f985989b00ba718ccd5c1cda56_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b2a85daa27b4a10282c1365dfbb48a3224df6c2a47d6f5ed59c3c01f6035d443_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3643a11084c5df88b8dd9c8d7693b228f3a9d94f74aaeb4620aa458516c14e18_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:a6a1152188a6d2cab12133e497a5c29549fa0103dcde8f1bb530ce7a033033b5_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b6f91ba9a89207a2f84a8bb1343179bd74948644a8b1608c2a2d84dee9ad39b5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c21ea57e4b38cb47e5aacc58b218ed97cd4e6ef353d86442236cbe8852c6f648_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:56c61752133f5574587fefec75502e2a132871ed033a824f62519117ad0c4620_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5eee9a534fd647002e246ccc70b47a79737cbf604c5fa4519d10a8c66865e5a7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b1428b294b7752d6d56fa95d6630aad0b6d205991537ddc3274a7062c13df3dc_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c363dd15dc780181855ed7e8af09bf148d9e38d562cc54d90842f95ccecce36f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3978c02a12f2469999e833a2cd001a08741c4d9bd22ebe211bfdbac17563ddf0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8d20d5c213a86a2d9cf1d4e8ea351a70e2bc1e8864e7435baa701aef3b22441b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ad84f2d6f695c6c999a82e33cee9938544352a648c0e72adeaee0803289077c9_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d872bcf33f5d4d6f1a074bef0091e74de82b3b1a883b9004aa1f6193b84904fb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:027641f0d532c5d06663e838ddee798513282838efa12811ede36e1b8669949e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:198fbdb0d6d4bf699a9186c06c310e4eca0c3252ae8e0d64ea1c68d7b67c2bfe_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1a3fb2aa3ceac5c827d7cde1cc0296d6974663d3f5b4139390cb29dee2bbcc20_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:51a53812eecfb69e77afa538400463c7eb51710777e9d9573804d2d9eab5d307_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:19cdd4cd8546c53530e098641c6c83e2f38f05f2d046c6a9fddc3c8002a01fa1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:27b826d0ac202a4321d2d28bfe26376b405458781f04acd607c3a27bebe83651_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b1c377c3a99dc0a9a6a39dfccae28c7e5a11674342530a05b237a33117c980f4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b230c7f6c243ccfc43e6b50809f916d3247f8daad3c750220020ec4337b126a6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:42cfb65c46f9f63ae3227c0dd5ca2a0a11729ecfb2865f3a4443821a85f7c8d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6ca3200ace5f9b6c36c20185dfbac37ef4cfb171f3a99eb9c746e52031bf380e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a9edb90a7efaeaada322b051c1b4cda47df859fad20ed42574fbe0fa00d15324_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bf0602fddb6c09c5c20a33abf72b947cf7ec8de6ef68144d2f4b1a1a9ad906ba_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:13df2c323a0db01668777fb495bc342806443b5c0992fe7f9ede76a0e731e2b2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:8e564be7535e32f63ff7a84bb61b3586b16b07f4ab6db20b42340dd998f2e919_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:29b338177ad61fbe618240d520eb180c1faa54fcd4be63c0d2d16f5221c4d7c9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:97b5466389d9b1e4c54dce29bfb42e901ac2c4aa39edaf99c35f30a766d38b78_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:989cd4643516ba83c661cff6bb217cc25d502febc80344e08e90c6eef8d24088_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:adec59d5a5ca059167c1dab49e6e1e6363c1788833f2cbc2381cb7d88a98864b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f821e1e8479c74d1a672e049e187d68cc4845e7efb417e9e4e4fa99628f3ea99_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:4eef2a136a4fc3a9deb0c5999546aa8d498c3553107d1e0eda9d394b2f412169_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b31560936594f27a81750c2d73f97385d7b3ac87cfa7c75e1a4fc224243eb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:bb3bda07b0ab9cc97889a530b1da6d7eb3f7f9c8a98f9b867bb3a93da7694625_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d50f44b5a5797797b9595f99e3b24684908cc28d317ca00791bb6a7406e15636_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ec2e637888e698016d6df6cbf4be6d44e5a2f544e7b81884982e06ee632a9ed_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3c569b4e1ed989074b129cb91b307cfa10c8305b037b284b23bde4981f551238_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:4ddb2823de8624d7d45aa16adabddb92faed392e71c2d1a0b3e640be91b731f6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d3b7e9f39e5238f011f9328467c72a8cb8cf99d4bed7ac0593edb9ec5bbc90fd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:24e49f3b5ed9df72849a33dd7fbd4a0b01b8c3be79705d6e23ae48e3fd164133_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a9ce73e1f17b21b9bf2ecfa7e35f5d8e9c72620076bed594e217b870057185ca_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bc2fc4c0e55023974c90506cc14c51cf73741e9490632453687edf404b3c485c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ee9af4af02c40524e182fb1893b8bd59785be7d508111c5b0415f0caaadefcc3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:971256d54a4e10a29080f656d5de3b6281f27c77a40c0dc7352f1f05ab83eb11_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d4fc699ea35d0f1e96e825d2db3f21628e25589ba57c40ce771ed210aac5d588_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e3d0f624ec4e265daaed3072e9f9dc85668a917d49c96ebaa1c7bc05ca636197_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e47600e5f91aad639de386e422056d431450e5dc3560d30ad16b0b0bd240e371_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1cba0b4f393f1927ff5386a9b2ed74fed87a58e4b2d4a38f34fffedd30da14a0_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3b8bfd739f87585230904007f0b438b4bc9d79337f0e9038887bb7f297b681b6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9c7b3d916bac7900ed009cf82a03607fe68fb924805ea37e9950ff3fd6c73b44_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c0fe58445dbc3f94bb9a041ee4ac81d6e1ebef0eef6b2468c288be51d947555c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9c772d8d7af17818a38e2004fbdd7673bdaddea0c36daf239dfe65a49f78c212_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:acdda550e575dc7add42439a856726b3833c5d6d98dd9976f30be4b781a11a82_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b5be0c8ab080114879aafc5d2526924d32306ff545c06dba64c947ca68736f91_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bc413067c8cc3e6c40a9be4ea896d911cf6b3adbbbe4c8e85fcb243bbc7bc2ea_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4b39c2a3d10a1e059c3f52bbbad6df20e52e47a422119d51806b59bda8e7e97a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5f0f4b8edf205f47a263878372c0fc80e1531f3d197d882a83cc6a2bf980c277_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:78987fc04ce330fd8ffb8a96e1f25e8ece8360680bbbf4c8854f1ba1f598f2f6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a43046599cdb529aa9a2672b628a7495690b03379c7dd4ec7bd744b01793943d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:25b8603f08442f61b433250cb6f4839cf2cff118df56d1d7e12b3b09e859a278_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:912bcfa64c2dc40a0f8573e595001fdf9dd3280e4babb503198aa019c4c94dcb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9f84034243c6dc1341a059730c81b05bc6626b913524f8d854e7d13c59eb4d45_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d9683ec09f7d3d0c73eb626fa7132ea0d7f731893506437d76db27bef51ae518_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:13573ab2e748690c65900137ee67fa558a1938fc2c4d92deb6b308809a77dbc7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:279fef1862c07ed7b949895843d80c54180a704411df4bd4059135dab63900d9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7c527388a78edbc77d6a9db9ba9d5c8ddb302220d69734f4e0bfc26b63b3dcb1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e601bc25408a2eb5735db7d2595f969a59da9560516715ad781cff5e4a57f2cb_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:264fff5b66ca49266cfadcee9765ba0b34bccff8dfdb12e5444db97af4913095_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8f14a597769b040fed9d1c1d610b6023734dadee91cc28588b65efb25f6308ae_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:bf78d9a4afa92e68d8018283114bbc7fd11fe0a9b357b75a00395ad630ddde75_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dd57cd8ba112502a28c74d7f9e021035a061e1f51377ac0510dd02a303f14f37_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1e3163b559a137ca99141d0913759b5a92cf30e063f6ee2485983a486d97a066_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3038ed29c6dd5d46bf8d593c154537615b8d218bc43eb89dc099a546308c5b33_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6f5d8e50b9cf127af5334e0b1e97aa1bc466bb1ad8a1dcb2b6c3e7494bf5a1e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fa6736bee0e8806b00bf3b6d971e2de5ea49f3f2a89e8cc404d55a70e6f73720_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:09157be733606534b4788e13e47f647c427adb2d36031df979628d1e3d93b096_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2c52bc991f789cb2582b4fcd0fabd20b86b5893d9fcfbf6e9ebbb372cffecbe9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:611ab0d9521d88b9676bcf873b8aaa2fd385087814de0ab05c7c853fe98da20e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c6226a0f343e69d720fbc83ad01daedb925fc39d272df78fdacbd847fb075bcf_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:19425f8d71d7b67b74e76c5b770a5e3d918dfde9a9eb3e181c767b4489db01d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:39f0f3baf0bf65713633aeb91a80cd35779cce2b43e6faa70838e0a87bdb12cd_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:804965e59e0147de822be6cc464daa137e45c991e4ff00c7184b6fd8105eb781_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b9b4777d271c5ea81505111d169134181bd46169ccc05dc65f3b6e59f736d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1a6e143562b0618b3f5afb6d488e8bcca48d9b0b4f68dc70d77279643325ac52_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:22230fd972b50ad12367aa043fef070d0e580b71e874a0e3fc2f5aaf52839773_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3abe2be596ec79e32806af4d66a7350835433c11e8b053385ee6463e65f31d30_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bb8fb8cebadac019a3d8c7fb2338a56918ff39aeedd55318fcc7e7c6d60648a7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:28dc48f706edfe382aef8370f464836e99a307136561dff65f7e7e8b5dcf9a5e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:533846b923d36de2b953fd071f6f7ad38e60548e9ef1d3f704039bb69b59530f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:68d5b77732cb2c0b0cb9a7e6f4201570dd8134dcbb21019dfec4bfe1fadbad1a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6d20fc820b2b684137df0fe673dd4e98135ee6a8c39a660db8435be44160c4b5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:48568238316d40eaae138ec218e4d0fb6119c94d9014683bc25934210792500f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:1d1ba67b2ebee648e679f886122e649880437bed73cc62901f26e77087d1f72f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:627e8fa2665e8d19aea0b746867ce31b58cef207d6dea85228b175b96cc95dca_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7431114311d645b44e0f98c9a0e92e62a2c412a2b57dc47b52f1e4c5ae0baea7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a88a9aa0807380263b476e1e7491c9a4f36def3c403b43fdd30bab55f06e673f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e38292df09d0b5589b58f31c39ca74147011aafc1a51be00112856a7242cb80d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:67f16f35ae8e95b90d758bf617c953ffbd0f31d685b9f023c34e5de5c02d1d13_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ae42289a9ddca85918d07f71db7415d099e8544ead8ae73a0d79e600c1c0f067_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfcee1078c7f5425c41f8d3398ae512f2a07d156de7d6e92d24d7f5eb1eecff3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:eb851650658c10b1a102258af7b72aac6db36647d07ec4eac2bfce099ae68e67_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:74efd49cd2880e07cee9aa16b7615504fcd276e8606b7422ffe6a253636462c1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7ff9273c653a511408a49a0778e9584605b9d24e1069da8a77049f70e2bd5616_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ad02d1ed96a39fedea9588756c548817e8672b8fa6d3e16f1f53221e3e7d9157_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b10f0eaa64d49ea5763131b8ddd134da6771b835333a4f5ac9ffdaa13cbd08f9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6c75dc3551d30161fe15ddb87170bd7ac33cb19b242907e99a9f2b003659efc4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7cc7c37a8ce0bc5a1de200fa97525c35943d5fe789787d642c4a3079c251c4eb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dd8dfd22f1e93168de72dae9a266654563fd41d605c65b4bb15f20ec65fd53f6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:e651483d73deaf4125ae3c2729bd8a42b277df79a6ff056a99ee3e78e2164877_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6590ef2d757e5ac11ffacdf6de04ac112e96f4bc058b97aae1facfbc9bfb9317_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8bc45cb12c534a1dcaeef41b7ad0a4cd8ac0e3b0041aaa0cc3a9b917602ba5df_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:92e18d38fe9dfbf0e50933d15f4178cc149b3e4eb535ccf0fc0da030d758f435_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:9a77e03eab2a1992fcd1c0a1f1c978755e236843ee4472bb551968fb16568334_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:686e7784cda9016a460c9196a522f1fb510546cad343e26f510bea264ab9b515_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:77d58cca07f50ed35b30a97c24f66abf5fd5482be3c2a86df38b5d0e4b41e4b5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:a553758f4aecd97de2202ffc5d96370765e1f92a11fa4ca464ad13037d7c1a70_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d09813fbb679d41aece1f097ecf3797adf142242feb12769a604c37df1b6d80a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3a967546fc93fbe58afe72caa5892b712c5b96072d3cfccc1c7d9b27cc6fd6fd_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4d09ecbb6bc7010c93d65d8bae5a368326d1b52bb7f7410d30dd068b4b9c1aff_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:78a9ba8fadeb516fb48a37ad2abef78f57a09b5e701a31ca41e4bfefe493d781_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b44e2dd5cd2daac1ef6849feb0b313950e0616586fdcc843a051788fa071a4ff_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5d94083e84fbdaa57cd8723c20bfa1bf0d2eaa0cef52c662975b286785db8cb5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7662aeec067c8b3bd0203da4d87e0837eb624acc7dffab9c0eda8081d992fc55_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c95e0922aa74f51030c35cdf1ee704f01ece7b4ec53f361055f4cfc58e464bb9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e4ae1090a43cdf4a540f1a2cb376a93d2f74449ac44ba6d0484e4612579b3d43_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:48c47a452810fe65a21fa858b102a2e7d9469e1143c51857844a0a74ebf03661_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5ccd0d2687e836eea86fcdcfbc73c7bdced8bfe2050c466860306d246375f0b2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7fd64ebc835133fcf6fe9d286f18f790b12295dcd904d61cd255c97e49f216b5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e862f18a4bdd246891a49434389e8dae5d73a68aec6d548dd282f3c56396be98_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0772170993a9fc0531aa948ee3f4c83a8e530802f7d6fe246a0688026c050d27_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c1b6b3c81c49bd764dce7fcb732f14f378aad992c953cdac86872b4113e8168_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:307efea31da6d72e50def18e1c08bae9e05ac8991d90379280c15f69c93be375_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f366a95bf18554cb9b48af250be89970e4c6b1fadbb97543db8bc202eefe282a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:09b9a909358f49dc84cf863e418fa79a72c5f23ce05cbd4045b2c966147b4edb_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1ce1ac2cafe2162c4070a5b60087ecdc520db1e90a433183157c554f86a8bdcf_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2c984681915470552c6cf4dbd2c900d14f29d9a6632d7d937d2fbdf1cf16a5d6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b3809b2f792a8b57efc13591b88232ca2b83fd116ea1a6ce9c05ec39733bcfaa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c37ef0e5d795a727e79d2749570d7c42876e2884561857149a17793543b9fad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:45b239b4328e73574050498d8a59fae10b1788642bfd3fdfd487a59654f2395f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d0eac8a6dea99105af2917f089cc423a7c21820cdb7ea4a3f793381cd07f43f7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e9625244e5cf3f4fd7e6d69a8076069e24079672e2c4bc4df7733ef31c3aad9b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:25939a8eacf00a315bfaecb90901a20f2d314f186c1a23ee0814ca611866ed5e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3b3fe898a633924c2e0f803ca944cc63d99359966004c6aba6a05c446a0539dd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:55a048f1d9ac836497f7783369b5b582727df86cc64fe7df91c463db1fc0ff30_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:88990b2047d4ab9055afba0c6f8895f30a132c361722a1524bed1671527d99f9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4bab889d5262b3f891b99f0a521f6d4511641313cc1d3a5970cc2182c52e0fc2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4ddc6ce50e06c258b4f24827f1fe5577c4ceb5d68ad925a185dfac5b2b3a661e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7883c26d4640f30a8fbd635f5442fdb46625d727a1b2382220c454aeac081fe8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:955419c1ead9dbc1c2545f367907dd4b1e8133ea23ef65407341e9a505b1cd17_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:206e503ccabc3f5a01f11ea5026cb64ad6ae62adf2eb9044386efac6586cf332_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c2d2155a6d299536662cff9c5a8474680dc8d9c514b152e87421feac7cdcc22f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:e62baadcd61bdc045c205ce81a3b2b650be73e7b3a5dd5cb53ea4c2f8a181f0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fab5b1965457ca46faaf5d1e6882c17ac2f0e1db5017cc81ff4da8a9083cc838_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3e9733932088db40e1d1dc25250b68d83aae6fdaa33923c2593ffc6f10b84984_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:62ff6e225c6c72f9c9b0bb33014544d1e02a30ff9092c25fddf72d9ebc8782dd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:70259c080741f045c19c2dfb1fcd5069e9eb7e413294d855262975ae03e60b6a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a974b10609ceb50c391abab36ecaffb9c6ba62f66b246f529d8f7d1f038165a1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2a8daff0897cef178c43b00d43b3468a3ff9389ebf337533c771210ffc608bc3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4c7da9adb32c409132dfefa7ae79fe99d41b6f59c592eea234970279694951ff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a54253ba850cb357befc0173748523a1762858066023e04388c94c2d5caacfc9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d49affc20c2c397c1ed17de7d3a7fb98a3f66efe9f9bd4f4234c0832393df9b2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2321dd8c9cc505a677622c5cc680e4f3461c6bf1fa4267cdf7f39383967a0b3a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:582d0856a394c73d8faf8d1792a80ccd8c66d80cf65b9dfea344351d767132d3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:938cea3b81e1b74629b0bee65183b0800518b4b757175d34669fb25f6e5d802b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d8e3f695418674002c1dd252757415372d95b38f813a3d432abab774c7427b2e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:8fadf40fe968046de41a4a4c6f643d9077f4908a1e456d7da29e0b0c79f8431e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b7b73c5b17ad867eaf4066be6b2fb9a322677ec3265c0d1bde2e317f54f7accf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dd6c4a3b961b608a71122ddef308287483d90f3a153df4ebd00b4f85b46bd551_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f5e86e560d2dd575aa814329ad50a38ad4c7f3c111353e652e55aa5b58033f18_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:10015b131c57580e5edf1fa90b05b19482ea67ae3b588efb30da1cfb2061deda_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:99060fe9572cab596228b61e892ca9b571e3b740c4872ab55e3276d4ad65260b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5127b9d0570329e12a37d1c7e38a3ad9a1c990b7b0e1d3f3b31f5ae1146a518a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8403b335a511bc219b98b899e2cf4458347dfc67c8e15440801b1434f03ab555_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:8bd350665dfcfcd29e64a93a9c1b700817a99560dcc927a75c13cf22924a557d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b47afa8cdfbab90e0852af59ab14d95b430a2e94245aa9d1c65d1a592f44a90e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:15c698a4b3293ec372e1ceffaba0fb9360499514271d26c22cfb6cb39852f598_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:43344ef6148d5c76a10961d19b3bd83e219764cb53ac4f310a513bbe694fef6c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:084a185169e09b57b07073bc5c82bc741aeba187cd9cb33149c830af00cc6582_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:171aabed219e2a837afd87ec9dda95bd32b6f780a8c7116a6dba18533c07605d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:33926bd728bf4ecfa8146f2d55c05f151150d249b965ac4338cfa8a9acf642f4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c0709bc4da1e5574cf296180cfa6abce28c2b7ac105abd95535422abb090207b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4ef4397e1a1aa5b377ecab2fceb5c2eb15b526ae39bcd9299b45d9abe4bbbf31_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:852e6be5031cc90ccd9d02fcc66b59baa692d594e7ae95e68b8923732fa77b49_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bd9e30cdd5958003b7db73e8d871b448d208c099f3dc7e9df3ba56e6d476ea66_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fc61ea57eef9eb7f0bb091cc0815a81844d60c78f5824640e40096e8de8a02c6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2020b01fe0c8555a2cf070d5a9bf75691de4d8b775b4ac91032c92972ae6a424_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6c3b876e5fa5594ed92ed3d333ad1edd228611d67b060024511f8c6a53eeec92_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cb279e6a6181c4ab8025c6ee74497cd95e990aa02a03aa01c8e4ecb81718d231_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f6562421b9828dea833fc82160705ba8c0349531dca39eea94da4bb31b8d3468_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:44b8d7704e559a8fbde7bcd2d7b51cc025eb2b898c74497149f818473d6b7237_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6b3db54da066eff7abd8e8f58ae42163364355fb1fb5a166c3f90ef42024e24a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7bccca2d8db4038ed90d7c5d995bb2daf880b3d6aed320c6d6dc89c73c38170c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:afc464bfe9fb581e22275814fb3263ada3383b571ac4765507d2640470a8fa3a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:353292bd26a33c9a68fbb8351005fc3b65d1f0dc02c82887cdeb5d28beda1404_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:af382c36059c0c0d6e76b41eda8ae2055bf5717205754272edf126fe15737cc1_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ebd113dd73707e7e234669c4b52e7ad90c5aaa95d062fe7b2ec18ad63b942920_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f0b91324c63bdd9b1603e0bcd2e554e1d595168f9337a7c26d3834093b24f6e4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:23a74b9b847094d230ca89e8d43c924098aa5a8ad67bc02c4b11833c4620aba2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3a9adb54f0e11beb7e2f393c00ef6014f9c18796c36e47ff1f08807dee8a9e0b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:558cbb955c8d4de727f010f3fe97f285b6922f4845357cd979c22e9d6afda4dc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:64f0e85f122f8cef1a5b444095fb16f95b255865ab116cd59a4a541bb61cd09e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2b93d36104e2c99c09823ed5c6d12e25abf3dd07e20683640f99b687a45e9b6a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2bb2c4706037910e8045bf0127ddd9087d2c8ab9eeb09ceabe97b18dfe873c1a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3e5d6fe6f1f7a495efdb0a61dfde0d20def80759a215bc7097265c816e07919a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:efe7886379624399e04e4f213bf1f8b2baf1acf989823caa93ed8ba76ccf9372_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1b152d3df7256fa1d16dbc4edc991503bd90432e1c8408149603306e62a28a89_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a7c3fd07837a9c03ab834a0b46ba51b50c73037203ca4d12d8cb2a45f690e62a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c9aa9a181ad76c715b410ec6866d86f28923d2becc8438f3b56a381d7c668897_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e96b65f0caa9f23429318080d5812ddd5c233b881b6f460d944990000a6d7018_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37569639de1f8c36904366fe21657db1df3c26c03b8f9f974e0a87abe862c7b8_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8d27603330319790b463eba638816fec38ce5ce81e7cc2c113636939d713051b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9e9598797558cb0767f9bba75faaece26aadb56163f94ae2cc2c137645b5babd_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:cf8f8b11a984107f035ff28ba24ff3f6e1d10cd764ac472b94bb9e74d435a459_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:70e6484048faddf5f59bc7399fb22731d4134b6a6e2c2ad3b1e92bf26e5ca902_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:93c6c010543791ed57e08cd0630a7dc7903d7455d61686cdb0865b13fc52f44e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:cf50871759b51c4fd1f164c53ec8503379de265ff95b5f6bfcb15d3820722c78_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f296becb22727fbcfc0a2a4a91139dc782688f43f63396d645b03bf698b81ecb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:227f6cfcbd9f361dac87776c3b625a4ae91a7054a29a48c0aec491a786f81380_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4063848bcd02040ab2a26a1e77d643a8cc01373bc6467070f72f8cae62ad8bf7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7315ff02d1adefaf5e52dc2b87903cbeaa1ad7c30719ff6afd130d068ebcb429_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:c33effb47bad5780e4e0ed220647bd0741276ef5c19eea05014b528b91765efb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2883dc4d23d0c4ec9551a0818f5d5edfc708454b48333db179232b6f7bafb4cf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2909be49bc0471a0e2ab4e9172e4ce490b305b8e1fb86729b45af106f1ad5ac2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3b91df98133ad62ab43372695b3953c54d58e70c15eb7ae201b68d73088c0bb9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ea31f2ac734ef3cec4337ec6025a1cc01a2452ec124f102e5b1400a9ccfb05a6_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:2aaf1b270a589b2e9c907bc35b4a3706cca1508a06142dd3086411e046d7cd00_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:32b91a8b6cf6278fde2c8d33666748a905a8dcf290b6e16ef266857d4838d3c0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:fe8f645cd130c489a3454252abd64c554d583cbf984aa3e568ae9c4073fa0f03_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:9885e38ff9be6d7ae070a00b851232a29e739a870d32b2508ab9f34e56177bd5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2b7476cab5336d76457b1915e734ab8702c461af8ca4d9e474557ad8354f7065_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:4890f971ad6077addd93d4c7fd1e9ee46ef3634bf89ff5adee2a95ad7b7b3f12_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:afc7f162c9c1c3033316a984254b8a477d8eae5bbed9cb25257d54a54e1bb866_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:e9bc1798e5283c65ff1487ae78c1175395e051a6c13426d3e8d1b898469a3493_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "postcss: PostCSS: Information disclosure via crafted sourceMappingURL"
},
{
"cve": "CVE-2026-73566",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-08-13T17:51:27.686658+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:07716873e44d49ad177f8c572fe54cec7ddb819a70492e6bddf36ef2ea5e6449_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:288bb644cbb5e14b00d80e0b409c83644a59cbcb513d19025f8b97de61f2cbea_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a27a41e1a167568dc9bcd1f125ac624897d73bb6dca7be80d256432b35e4c6aa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fe9b92e8a052208c6eeac2ba816959ee8129cc0f68bc93bb0a1a2f940a49f4d8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:44ba1190dc20c3a99259ef0723be3c9e1c2d4f339ec4eb4f38a9375cefd60d2f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:48a700617f0d4ab9dd6b40cc27e9f602892037c10872c19c60f62a2a848e451e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9319978cb44eb1f26a7d82709c4ba7d9b6b0bdad78c6c6080bafb0933103bda2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e734fcb9ca41744ac9213327a775aeb0e01ea9974036908721b532ed2dfef923_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:10097712385ddd416b15237d2af20f86a0370f1d97125f1e8a0d25a7215f6751_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:40f8f7e1d72a0e70d96c1ff028cff7125ead621e89cf2f3c1cc5262a3aab65fe_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:50ff72eded21d210ea9c57c9f9b192cb6ca5efe781c5c5a9d2e1129e2eb7a248_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:f77b14655ac6137b53212c8ed526d6baf86d6d6332513416daa73a6dc468c832_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:76042ef2dea9a9316a7bb2a38923d0b670663803c75f5b8351b5e71d344b479c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a645a364226f6768df30645c15ffb8b7feb1932a96c3666cd2d8bbf71786fe88_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:afc4fea57ea3217712f10421cdc7ded66093dfd0d5cdf09120ec1200d696f332_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f70b291b3be37bcef36e4cd282cbd88f917dcc5e61e0ad6228b33b770656b8ca_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4cad4e954d5e9fce7e93ce3a81da34d58e01c38a5d6140cefa7eeeffa13e1431_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5c1598ad56e3f9cf5801a990b2d5d007632cadc69118dd15b771d8104893b722_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d18a7d5884e709f2440b7f85999c2351c0f74ba09b876a7c915a974ccfa3dea0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:ede11c7678a732b9ef9a763632c13e616a95cbabdb36baf0c5c48ca0d476c260_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:208703e1b4c8fd82b6cffc790affc4bb8966f6d95e5b5631d9fc7cd429d82242_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:40be47b6d5dedb587c54ea5f6ee763dc3007284e85cf75d9f48f4de83bff4f0c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bfe783bcda48a7678e776f99ab08f9d6cdf882432ae03c46593326bf8b57e714_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e43bd0884f4c1993cd516c3ea52d1f878a783f6a998a6dd3fe4a98ab11bd3e87_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0492b621d90ebddbab300b3bcb6979598f11380da79b32531f8978b26fe5edfa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2f4ffb0abe2bcc7b801658bb46ad9f397d7a3d11e8b2060859f5dee1625d7ea2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:30b0e4f82db1f3e39379b7aa792514aa726a0c485680b67351c593542c1b1127_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f0f3b27621a9276b1f4f9601b1b399eabbc165d74a4b4a20ebbccf6a36a8f98d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2d56871f80eb82c502cec2b901d3510ab482eea981f50cba4fea729c83f1897c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c169319f15a3e6ac9086e21438dac78a6b30f142c6d96d63c259e45f4b98c2ad_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cbb1706913eb430b86212f941bb32b066af04b431126af872899134a9e111ca2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:de56a4d37e6686cafc8591eb1f7520942036037ba5af21c286aea2d2fab95b2b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3e35e96ed5607d7229629ee64a3a7c942fb12da93a75e989f1fd9aa028e8fdcd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c045d9282bb2e3ccfdc19d09b76e81d622ad5c41750c960a066f9a735ce47a3a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d3c7bcca57a84397fa1932919a750ed7a002fd7f7be976152dd7c14d60feacd0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fc479e1b1d14c548ed9a783109fd978efba5363537b835a5d09fa8d0fa9f9068_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:0e22ab8f884e0095c3cb3efcb63f9f37d55b72cff37962f271fdf534deb469c1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:ab518543ee2455263fe748f1d2ab5fd1fcb87e03bdb241a1fe657c748e220e3d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:cf25049921f441dee72daf95b707da269c5ea7af7026674c42a7e3c8cc682e59_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:d5350fca926c7cabd8fa4e7749f0c2bd9bf90069a11ed96342cbaa0ccc16f889_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:41ec41da1569234037cfc2b9cefeadbdb4c1e45363dcc0b5f2acce2453ba3dd2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:bf2513f4ea2df4a781fa74ddc02c207133387318444f7027e6b62565e8af505d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb3cc6f050ccd3fae295639dd627bdf3ff5f08f66ef0fdefe24ab8260cfba983_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:efe54dbb00c22c7e9e4a6d7c40e52665823c5f94d4b7b03236edeb1d7a304f94_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:073ed3fb3dfb009b6ba476883da5421996c5c4f4119375c0c83b072571d935f6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:14b74e5080c191fe32bdd2a416c80cd94a0f30ea6d5f18faf7396c120c5907ea_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3c86e67143d2caced55d2dc470df15cd1659c5e16c7eb8af22183de1a3222901_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a6de5df300008dde127b655f67ba1c8e637bd6e67bc2c811c0d9e0ecfc3cb08b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05ef13e75b41891cd2774cf5243b11da290ae75f12ecd07239e580a5238036a5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7c5f6b71b68331d1cdff8b3273fc7cebb945d9c037fae5c2fe0666f84cafc928_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:c221dffd999b01fe10c83c1cf3e93ed9d49beb5f0f13e8e23261f44a07fd9342_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ea42eecab8a62b7896ffb697f402857a31807834a102986b3967faa70f63775f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:0123a42a6d10e21067ef4ed5ad7a39541529ff0157cb27443a95b0e5d88efc7b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:61e542fb10dc0e083f8889b0b94c3525f3882e5da701b8db31cc9be68d803ec9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:69eb532db9fac5d796148a421f1c0a95f03a84604fe40d5e5a3719c995b8d3c2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7bfdc577bd856e0cc690c86a8fc9928ed3d034d4d1455378c95293376a74b9c3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:023e336977c9e6f23a82083ada96020a26cfea384189b765e89d6acf7112957c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a0734ecbae0ba4ef8a6cf77d42383afe04fdf33eed2c0d1e34782f147c675581_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c64a9e77bb865dd5475a4022629d394ced47bfd9adb137f69e2dd7bfca2c5a29_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e90910e06037ec13a10bc176da5a516287ddc34ccdfcb36432f386f7b3895136_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2052fdaecd2f3807694fa17f35f03f84b5d8116ca56926b6d657f0594adcc4af_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:274df573eeb1919286472cfde2006716aaa62c65ad1a6fb82bc351e7292a51a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5f81d0322afa70edfd932cf1f80dc5a14ebb30f3f4cb0a4b9943859c3ef8a741_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c5f86407af14e6c3741e75068ebe79aea7c7d1a73ca87fc97128c53139dc8748_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:11009d76f2fc73fb88ad8650914948e04e30d4096420d00a4e6b1f2f82bb2a48_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:464e2bac04048cdd010a9625e6657c9f823ebadd624fd71191ee978520874528_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:4a6beae013e9de12cd8b0a39e9e7488f51b97b3f295e14d773eb28c5df9d6743_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a2f765f47a9fbb2acbbf3b00c2d62d7df283546b7485e7631116fe824cb589a5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:82953c91b88971066d4d605174664863cb062a6f7da286754aa4f05c11a69bc4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8adf05874d8cc6284cb4566506787161305d95ba4c318f070e01960939526d59_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b0127947224f18d500d967398c5008737df32168d2db50f1f87554e149328d71_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:c25b7a4bba9a988a6b7daa4eaa8608df78b927d1d454aac7757f18e3b6c78d86_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1f6a0d8476232a85b5d18ef9ce148135b69a4abdc45952f6ad0eaf41604e05f8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2989730daa53d788a9e1be03bf922a07c1111ee8559bdef63d058be6fd5f3fc7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c0cac6ae1322cdf12df3c55948bcfead52641aa95a57dcdea97401ae01c1860_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:adf166a8095fd21a818265c01776b94e25cea102a98de6875352cdc47fba933b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:67f12e5ce45f173e79229f506b92915943d263ca0adaa31a027cb7245d7a076e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6b91bbe18861c83c79693a155979f3cc56162624412eef4c57c52cfedfb38475_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b2bb582913e9dedea9f2eb41f1568fa8f0fccce2e56be4f666ff41f3698dc147_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d35f97d205f82d6ffa260582fc6dce2fe0fcc3719ae0e19e85e06e7ab629021e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:03ce535e7bb582ca85793c8155f38ff9f73231e7cf5af4ce223ea89d4d2eeb89_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:605dbca994f47b04da902ae4b76744eaebe0d716a7a5fd3cb8e617db5dabb8c7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6b2582a7f534bb2716acaa72598b40f593897124fe03a5e6b2bea1e4c1a26d15_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d88f52e765c3f5fd4ad80f7364efe49e98ae927d82601d27105eb6ad0b484264_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:1305fefe98602549511b835fd1302eee6a4494c690d76964d89189c90f39627a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:325af02386526656111c663e6a206e755f2f30db00059078a0391d4af6cd95d2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6dcb4d60294895ba062bed0e9612ad7fecd7fd8d8cffdeee9bd65ffec1b20a63_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f492d67b16384267b9f65d20b769f93e3122f0957cec290a88a1b244c80e4b54_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d6ff019bc8333893d6d5799927ffd9dbd02d0d388752a1ead6b8f85928fff4f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d7e525584c9b7492d8b989d2ad0b8ccdc4f244987f26b4aedfa7ab1097aa8ac_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:598dbc32cda4219d6a0442aee99096b77ddbea0148ac3260c9c37e00b13cba23_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e223d745233c048714d3ff7a04f8ee565aebeb0f5aead03e55dd9f305fe60cb2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:05fe3c8332c4626e356a2b8b33b235d605b8cfdf8b49a68475db687789a766e7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:64ea7652aa2f9f9ba58d56765ee0ffd7224d6534860d118c059c2c066bbf2142_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8673853d611d162bc12d1791bef2acdd4131a97b8a6e46961736724b69332db7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ee04f343f0bc1c58b1e016295990225bafab7b39a9c1a572b10cdc19076150ad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:4771678b9e18450e8e2a6ab991e844fb064749a0b09b089e54a802a7109c1ae7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:68c90482505c592a6393640c16467c1416f3175ba1273a284c3d0a9417e879ae_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:234bf4abb67f86a27d549a2d368d080a3671ab34786e26c6abbcdf58baccb034_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f330b931299e7c97298212e0514c55f9e086e2f33ab7e522d40d8e9df843ea11_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:123e1027c857bf3a084e45755736871b220117eb70d774a3b450f7d877e7d1a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:61d9a3fb3114cc2252a8ecb5b0339a5fcdef87cf962f285be72b164933afb857_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9426eef8c79d6e2c9cf5efb340257ef7dc7936b3369050776f4b45ed6603de37_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b693182419b2287a69a8bcb3bd3ef8d6e799b5e7aa9b5f25cca855995588e104_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cde3a4deb285f4ffb38be4443b3c09f33a44d8f2007bfde6f8766d371487bb80_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cfa458375e07e80969d9a9b3521c5983fd20f384b74f1080b865b618afd35f32_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:30a0f7d083fbf57d19fdebcba31bf52d257fda3eab13e1c8b856291f40278c4d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:7078670a28f19c15b118e3ff8d70afcd5e329a22eb6a44d3827f9554dbbee812_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:6d60dfdba0f6368f23bdb554da68f81e3d088677ce9748d2850ba8f2ecb0cbcd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b71a8dd592d2646c7b085b06edefe64be96e38113c3547a111a8d0201992b98c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d906f3f6f4740b50fd6266205b0b3f986b35ca7a64ac7b6c52cd7167d0cdab23_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e4969f9764190a2b46dc5c9c7375213c28518935d80c4e4570d122d231f53663_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:331e8f309349114252acd7fe42067ab2b7bc03abb6619f1df59c8fe907513d3e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fefc2125429189eb85f3c807ad8ba8896a48518f3dd7d93f94a091ec925e23f1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:8687825da05aa3fbdbf32fa82a739f58585d8d2564501deb0d3b97d67a4c431f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e5886c91ae307b14a848b0a571918a57a9d2d85805af6c6ac7a2404dc0308337_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:260b87efa1dfc71726aefc2feb8dfa83495aedfa6e95b0e86dd1ce0d246233cf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:49a1a91122fc6cc34cb21b6de67b8249f154aa8e2bfade0e50457c224fc3ca70_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:cdc02821294c7bd8b4de75b356ec0ec8b0745b0b409ae9481dc08c4d967b53ef_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:e52b5054a3c11b34c3bc3450d9be2628816575531a1435ce44652324ec020dc3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:64e73e3f7bc1f37f40ae235a7866ea7c881d67afe29b398edc6f15befa7f06cc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b4f0c23d7fadc3a15840607d9aa13327a3eda6272565f88be3691b74f16fa13b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9b5eda1037248996bff10033108d1dec27b8417730bd721d980b778e1cb4585f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c397e51c6d4de14ea1b6a41957a3fe5ae54115c1cbaf414c013035333824eca2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c72d9616c2bf94661a156840d39e3a42d4023598c5d647562874c453b44b72e9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fef61b2df388d1e5714b0f3293bb7878f1ff9ac64b0353284576fa0413000ce2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:267a8525fce7dcfc460052b97dc07532c927fcb27257b29f5e43e5475376bc42_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:886cef96ae99502afa35aa5cbe5a16a30d873e8c9c92d6bb3c748bb68877935c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9a68ca065607df1a4fd1a351041d799b2166b76ebbdf2c92a0fdbccd47015036_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c7a8842568f7ed4d4b1ceb0f507aa5a56d80ab213877507be04ab55f8fcb3a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1567f1a6c1a596e22674ad45cd1975c8667fb2317c84dd5944ccef58326239b2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:40dad16e2777a64a836355627be3aae4572a7ed6417ac39e0dca5f019eeaf471_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:800ffbe7a0007398e44945b2f3772d657995ebd902918ecb410e5d373de06263_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9720a885c669964be135fbcc55bfd5e9766841f6b11bb2c279ac030de9618ece_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02440d8ce569f4318b2110f8975fc4d0a93e6da6c5012882df9cbe77559a0a81_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02594f4e3bd44cf7d378a7fa0533d54b4365eb5317c282cf8295cdfb0ae5ddf8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3e5753abdfee794bd09cd51eda1c7634aa7630ea3f2a72ff40c3fcf5661e58c1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ea8145a89efceb27b579a5f79c37c7457d141a0eb38b2de5c82ced07879539d1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a1aa9421f9d52c8bb918e1b3c9daac3e1a076e70e003a58462b62f0a91fbf795_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d4dd77443d486829650aaee412b58df2c5fcd995bf2c493a22dc1cc705d270a1_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d689dbabc1df0ca42e7eceba17ff474f9e6a30474f7cca15970a5ee7fb870a72_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fea791f1b353cb84039498653a7b7daadebd460631446fae5f05d1ca8e85dace_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:100ffa84c55a87981f50fa5fcdfb5a5daad0eea01d0bc14abdbc959ca0a1ff92_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2e646fe351c1dfb3650d0b67694f5cb89fb7aae85c9b8edd356f54f40b9e9fb3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4a45ec0f50d9cec050f1c99dd33d288ba8f9e8dd1a71c2870eb5e799a42e411e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:60be3446f54ba3c5f93c5c4bf1de44d7e9ca3049abb6ab910f8e62e671a80d44_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:90b36fe8a88dddddcd584cf06ddbde8b74e9d7a78f9f51b77d7d2480ed45ed79_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d69ebc6a9d6bd6f8f75d933ee0f7893b285fb24e994bffc35514ff5211ce68b1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:da6ed87ee2d899e3fe9c6e8b08bcd44cf11e1b1563972ca4aeb3e8bc806a1d2c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fdea5b85efe39b635685d506a4416115d546a9f56e87903650b5e51bec6a10bd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:47ded0bc14992d79c073e4cd541279def7e44d8ff586a5cc1676edabdd86c13b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:642eb8c1bf4631b969d0ebf3a0755f566236ce7b5534fab78d531c76d5e802ad_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7189cc475748ddba6ff3f306320d55a840baa8f1da8a934d4500c49e6f675ea5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bc10db6a9f9c1a60744f49c1ed737bbbb8454eeff9fd00175b98872a1af17936_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:017359024215cf5a7b00bd31b8b797ca7f5f456d66a34ac12c44e53c1ab77fff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2635b651e023c9d4dd92d1897b4513947985256607f9d2dd8043cd7f5de3a765_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:542b1a4bf2fafae85c50eae7a182ffd3a3a07b2c234a00e4e6c639b1143b4b55_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9b3b5510e4cf6b4cb86bae86fbf36c1fccbdeaecfe009cf2e67cb9c1d7924ef4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:048f5dc4b9176a86e0d82447e036ddad890e58e49c8508cd74f8c297272c800f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:0a7e3fc4b1f892ea2e77c1f5d961507f0fcec7740f33d3e308904cdea1d3ce21_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:44db7037b872b0164497a603e99b7c5bf2bd9aaf31158e8a4e8bd03559584155_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:a8ffa384c6770ffe1bb9b7b8729501ef2c06199e0005b16e5dc432dd8d23c66f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:176081efde0e44254215af3f5091e64748c81d2bb29a1e7a64ed2879c6a7fbe3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:42ea798731bcee8b868ae15f9d45b8f0aaa91d1a4f7660c53ee08b070fe4c9f5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:85fd9925886227b53c26a3ed09604c408c49b8ddb9cf7efa2057335bec94803c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8b7b592c5ae05773897351d97fc9925e6904ed02a6ed49e4737f0f649b7eabe_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0d8537a8b89a087f59b9f0c413d9c8d6c77002ff0d9d8579d179291d3b6caee0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:14cc3a54f1ddd57ce5b80b6d111f0ca27f74b4321c9915d5ec1960318c71d752_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7dc1bda89f2fe70041f850dbb5dd3804e853961d2026c3880fd7255dd6e57b0e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:aac4600f524660e2351490cc7aa719ac2dc93193f64bff1178a04376bda57cee_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5449067a980b2d50b360b1aa1164fba67693402210111708ebaa00f0f93bfb55_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c8486459e2b80ee2706409e888070c9100938357621746215ad7871ab9ddb990_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d748caca6496019c594ae5aca825845658e1e8c5a1c062a02830aecd677ea1af_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dac9a4617348551eaefdf01ebf1770442c0bc07033fcbff203750ecaaef1161b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5143aae8d524363878300902b89dfb5f3420ce897bc36064fd021d23993432f1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:6fa81971ac5bc843a536eaf167cf5147e879c5447d7c1ec17cebe7ab85692317_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:bfa79bf705669231df1e59e373712f0b04ef2c0676ebfd901bd9879cef16236e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:cad2e37531b2ba165087ddbcbccf9cf167c4eaca5a3fba5f5f4bd943b8298678_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3538795f3effdfe84442141d83d0292447b4c43e3d68871afcd453f80e11fbff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:7da313ec91e1a9ff08a16ea2b0af0ed1ac73e40c4b629402bff19f183d45aef6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d9279ac3cea7e1e400e244624bd7ce53cbb6343d10872873e71dee20263d0e62_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e89a5c92caae6b72646e17535787d06f7640a47c59b0b4f418c7e48918736d60_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0ec6c9197060bf068f358283d64b9b877e97f072466244f9d147552a193fdae3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a5aa2eb87a3fc9c5160f5c37c50cb88cc0a77bbf4eebb298ee7883ecf47b456_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc1512a1ca871d5e21162430f028d7b7f2391e19cee9b3d6e253b6b6d03cc8e2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e8c2baac5dee142c4e84d01c731abbc200cf24a04201fd8690f0d47035958830_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9b45bdc374e248769add4b772aca63e25ff0baf8d490e64066bfa78405cf609e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bcb4f4b45a7d62927ee6589db9d31e9bfc87a13f3b0239649c9701b10d3dbd75_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c1c72b9d00d45dc90f97bd9c5263e6d385ee34f3a3f834909dd8b8eb28c3b15f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e15057d2878011a1142587df35dac65182dd4ec4c0f3c61055a73a23dfbd615c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3bef4d599101ae4c2162f47e89f5fbac89903db3f007bb425eed38e1d9b4d9cc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aee0556c560d2ef9f2ccf501302a373f15cdccc83ec2c6935c4ae6a2f25b63e0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ddc3c05d5daa3aeffe5629b7e2fedd5df301a3030f8f8c6acc3204b8fd7e0995_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f463811c1b1e6fc34934bb5a8151fa946acf321ab57f9901b3ee1b7f75546beb_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2abfe62de89fdd0697da63674373b1c8a2695846d8acab5f17a35fb38fbc23a4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7701f38b6702b4a9e6b49b3db83073475c33528d2529e63b1b98664bb7191906_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a23cd4945d2e1f9e1c194179fab9c388677fa1317e02a99eebc575e227064b79_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f2f194cdb1a14fe59e05455df10ebfe70edabd37ad605346b6258c5bda79d96e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9b04b0a1047813b35f6ef09e1fcf1e06b63946e0a3b3feaee3e081b0deed689b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bb521f2f97477b5b9851f6655f1738b620aefccaaa81cd303d17eb74ade7adb4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c8a1f9ce2dea4947e6cb460bb4b4ae7ab6bc5f816ca25f3405799d56c6ca48f3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d8f67c5b7b8903633485f67a76f88ea13855bbf95e92b651bddd15fa91458ebc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2c84af74e0937a0f3451054240ab7ae2d44c1b566339012ebec9e5b75d7a627c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:41ab25be6eb002ee921bf74c1049e07547328632d576e78fc45245177fe9ab84_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5b389b9b0acddd8ffe5e5c3f9d54321d061253f3f45b5b66b6dfa0181b73b87a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9afa17f9f4e4551369e891d405098219c071231ddab921dd32bb7bc66bb0b6a7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:0bd76e62d162ae823a34a766fccd9d339e3f550720d863b477273734ed1fdc39_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:dd17b1ffce727d9a74c3f64d65b72b03a5c8fed96e773665a078dfab33bd64c7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e8ed2c9324c2f5594f90b049e92f2fb3141dedcd99165e80e8bfe147c738adff_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f7f45f6d562bf699e0e45e134c7ab71701dc3994882cb82edce9356be7627ce0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:22dee3c01cf1deff68d73d76735e420d223ba0e75dba1e7ae224ac4e7b14ae79_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7134aa51e11a7d6b826068d03b9c90a518cd3cfccec0e3f06e57f5ed77daf6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7cdf9e85bfc54e4562176d63e1f2be56775dd761c6c0cbb80fbf888dd1ab43_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b72954ed888ded15f443784fe6a684b6e0d7782921efb788e242d987fcbf5388_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:63bf84966169bf2dcd8b8bfee3c478d9e61881ca007fdf3a8be4ba5cb1118211_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:697ada7f8e4bc8a881e2f1fa3a8402a2e96448f948befd465c59e03ced12c9d9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:85ed053619e39778d5a986255af37802ac46a26899c8a448abb139736db5e075_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:abe01f65affd92347d8097b3922e587548364d9680b74f767e9cbf139c996802_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:55102797bf884eef2d8b842ba8a5f2538f711622eab1c82b06941ec574b8f266_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9cca1a2d1a6f5a33257e8f790d180274f24a01c125a717ff79da8fa301e2f270_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a1f1be1027b54388f762951ab7983f18cfe37140efcf2c778a5d11d4740e8e9a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d65990c0adf148e94c1c0ec0730ac2a285b38eff128cdb2fac7f61af1514fd14_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2db5ea10de47829d4643fc525d9efe3815db59d5689c0febecf4fd722ad0528d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5dcf0a7d3c0b2062ea11867f5fd2a4ad56fe786b11c3095d76eeb4c844240a6f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:73b76f141fea3db7cf7df4e9b70443b37fc67790cc6986efdf53a32ea7360bbe_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:be3286f36b4c80969594af159ede49ee20ab5dfbbd890649c2c4249335714466_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2cb748becce8d80bfbb66e84f63e0f0a3cdee6d9bef3833eccca24132e9d0699_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:374211b6e69093447e90462693c45bcdf2ece57b033a419f13585d9a46df62a0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6047837c63bd707f994797af79267ec8bb5075b3fdd88c069b3acaa04ee2cb5c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d8c4afb75de3b6d432d4929f4d4fb6938617a794ca2ef2060b83a02588a1d0a3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3287f57d83e7becbcd3997ff2ade6e6b5a664fd08610464002229e0a116dfec8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8a58a72e372b4235b4751e08f10c97ef0798519e6b91595c234fc14089d7495b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9654a0a2b4549ab06e5422dc69872961c892e97032b18d913cc197dd3aa39f3d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9e9ecf8cb43e1819159bb8fc0eb5641b71663e110ff757e26d5549cf41075084_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4aa3e0ca4b5398fcaedd212506e222fd435f7a46c2eaeb7a49dc50f789cf13a3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5d094c8e18e42d662ac2f5ba16602c1513094c7dc547fbe3de562463c4096bce_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:67f85bffdf2db08fb27d52c6a0a8b615a4b9cd748d9a7e6126851d1bb27844ed_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7d4b6b9e67875889c95a5d126bcad0f6b98c148b85433180573f439a867d9e25_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3c0791290db50c5a925a80b371ba8bdf91f4fccce56397d12a989263a972bd02_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:654aece866efed516d69db0e47668dc85d3936e901aeabd098e07538aa3dc617_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7637a44a01d6c56f002120cf96228b6c68e92b4391d4b6efa1c81ff8e40eac0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dbc636494f53ee38eae00f243bdb92d187ec84654c280cc454f2b4febd7c22f0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:08f46b1d2114a3ab80bc7cd277859a4f84e870c2421b9e13370774deca0aebe3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0ea69bf7a80cc8c0810acf8c7aaf2cc1374d3b034065f1119ca33af3d1794cbf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:17e61f4a9148bc2e0fcea85c19c98eb8c2efb701bd21f8b63547dad13fc256ec_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:8b81413ad0f567583ebe4782344c22834c1781c5f7493c8a05b827f3f2a5e409_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6b348a4fae63bad66acacb5f0d03b8155246733e758f14208956c38c2bedaac0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96eb6b75d6a8ce22b199b8150e628a2a00c427ffc79b2fee2e24af1bf584bbcf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e0b17d193af2fd7e981c9908e01f2d840cc939e24bf1be19977beb85fa1159ad_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ed56ff21aa465143bc0d1c4f20803873dd07999229739b84ef7861683476b22f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0654b81d996d73c5b5b03310f314bf3bd6871b3bd4d1abe791cec9b7a3339719_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e294ee6e92049316f91ecad5987a24d7d3c06809d3db2ee3f9a41bb461bc220_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e3afa0bbd3ab3ed4acd6d0059765116e9ab56090313932bd063098d94f1c3b1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:929f235d156df0f59479d60379dab0d83d6fc662d9acf7ff050a520850ee0125_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:14b5ec9622b1a177ffe69a7c87b7797c06b283b26d5547828d3177f823074b5e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:52a47ec0685655243dfa60738842ba038719f2454b85024084de270736d06529_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5fea5bf035692313badd286c7d13564d48c34e3195bac3c74ae669607b5b5875_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fca2b0ceeb7e301640de2604932cfb2c386441e0d3b3b0e4a525f0a6b00f7cee_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2b85420da837c90d984c5945fae12321c8e6b6fa270768da6270f382194f2d4f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5e5a715049a34055fca9a4b36dab839573238385890678734f96d7ba776dadf9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6982d2c27206f15366ece47b40f4a6a2994c7acf5dbb94aa274c55a2216d0063_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a38c23c37dbf421c77c4f36758a105b790123d654f1c8b3419becfefedadd0e7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:021e3ef983d0ca18800e0fc390ad96f4b6f6b9c3ab784c6e74ebe2e7fd7b31d5_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1076cff5268f9fec09a760da243efbb72eb96645f838a746c4c4e28ae4feba33_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3eabe7ed8651b8dedc3a2c38a83527f224ba3b50088b3238e158048bb2ddd85c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c29274bf105ffdd07bb78270a6dc497fbfb699acce48c7c6b7b6ef32416eb20f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:71bae3f7d9ec2a469c8d69b9f67d27a0a98a26bc842cc8733442cabd43fe3c06_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b67943ce9e26423e0bf84f411d50f394a67a0f3368ff289e695f8819c4fa8c02_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d4c9ea28e8a716d6a46a42cd3b5efc82f42d456e21791c32369527ae82f643e0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e4c222d813696b8b3d4cef6982cc88ba3d4581ad6842b10510fb4c8130a82684_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4d789598c5dc7be91f05a8766dffccc377a71db2ea8c5cc563f396cae02326dc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:70267df26127761958bacff38fbeece08995608c2a24c7a3724495128ef2bef6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:84ea38804ec003ae82375c83ed4549163a2c932d6264eb64476e0ad175b4a4de_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:bfcf2ab8d6586fd6a8f08ec2fcc71f997800b8f459577c31e654f8ef9325fc42_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:49a412244c4d6b547d5b0ca9bcb041b1e3cabbc78f5234ce52b678207d83b3e3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:4d2e1fee9a43f8faf39b05a7d82ceac50094ebe972fd1fd85b1528961cf49478_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:564e888a319fcd9b1af19b18a4281c5a2c41bedfc3186fb3bb587a1e28954c0a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecb2d59766a1aaaf7cfbdf1e0b92ed025a18fd54acd41fbc63026b350c98a953_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:296a9379ce17e07df7008f1d35004477297a7ebdf9e3d51a50d71628d6ac68af_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:67f272ef9abe83f9cd959ce97e3d5c46ed6e118ca30f65fbad733384d228ebce_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c8b5246ba51213bb183e07d862b6d1f9b156e1d16b7656bd6ea061f9016e8ad5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ed375d4341175bfe6945ea8aab5208f375034307f6753cc726230629ab97a71f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:29e41d78f04e683ecb12ff2335b7205383670e7bcd2b1beec736261a93abd406_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8ac74d64736ed4788497e0d4d10226bfa212f6c0cc97ee63d7c61676698bc022_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:94a303f0dd0822b5d82509e3ff8af5887949ddaa0e3a91b9f94d0bdf4e1e267b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:95c3aff27109694e511c9e45d1132bc4de0fd636cde0855c9ef45f1a17f5ce7a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:16e2953831f686cd68012c8cdaea2b404c54c91050145b716ee8b0ffc5cf11bf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:91e3e3d331d92b90ea49a78531cd366201c5de278f56597d9dcbeae40f114754_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bb1ec078ef82180a6019d6e174c16a5a846e4cb8995753628db25a4ca0071474_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c33a11f1aa2fe38738663eb291e25503e2e6fc3cb5bd964e1a6f8db0475e29a8_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2606e2856430c12efdf947977a070de13c3f93d3f304608c411ed57b6de0c6c7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4dda7a5132b638230470f86622d84a7f0117280726ea52e3769c15f11b1dbbbe_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f3b4137b1beff722b9c1ec2e451577a22f44c47a6196139a39d4aff3a0386daa_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f688b554b17808b3aca13b4e6bb8a240401db6f6cc5805e98ebe71ff43dbf1a7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:07163bdf6c27b8066a5f1e8674a2120054c3daab1e8a0db8cd728f2b1ca0fa57_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:32956c0bb79239db914454aa82f94222c6f7a90be718e22bb80c4e75a45127f1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d877387429f09cf5fdf779e73200069c418e561f20a21815bd56fce1c1c4c73_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:9a64cc9623e5639b0e8ec8f5ad63a5ab83f92598abe541be09fceb37ba2fab23_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6d8e4146a7965b0a81984df7d0a2fc094c50e7010acb93e58510cedc8a42e687_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:764c1081056df81f61d6965869f9ba66d67f132d6c768c13f1b2c1c81d45ec6b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a27762ca5025270235002c90eed00d6d029d4b7103b5bd108eb527fc8e797f1d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f473c0c439be12fc83e9ebcef48a1a067a5f4a9cd581ca19ca34a3dd0b9fb79b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:6e95c6d3ba75f0655680a4e46b703aeceb57cc9ad072733bed1aeeca0e9b3508_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:ba23af1b9437640698b924bb0645013d7c08fd6121489b01b63f66156faa6588_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:01c4ac10b7061c77ef54bf337b8488722506d2a572d9da7d9a689b4c9ff7c225_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:67c19e36b3f264978073841b06d940efc3fe0546baabffdfb35c2e5a1989e96c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:add880787ab5dc1af04cbed51e2da0f6f630ee85387617987ec6d6d8e3a28009_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:d6acbf09fd11d29d0d715b96e60355a23deba955fb3ac6ebbcbdc29e6923d508_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:474e02e9e121dfe39458bdbee1f434d32fa29347f55386a4abcd3825c9235456_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a0e6d2e5adb8d9c223824f623bd7d391e33241fcbe281c54af8e3925af5781b6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c3fffbd0e1e6db3256029c6cff61bb64ba56625041ff86a9d46a895076877fff_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d253f116a2d1e2f033f47422230a0a4e8a9fce255d71e9140a0bcb6f255c09b6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0b41f824ade401523c3ff06e2dace98c8dda246f40e6a01a588dab6fcad09683_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4954d67caa517e2e2edec0e5d4b95610a31b82d5a86f9058cbe55193987da9d2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d1a37ce3fce40a5d5e3065b5a4be81a18fe2a6b81bd5d16ada65f2647fd8fd0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d395f05c26536703d44d06525efc0ac6203440e6576e8a1513c7e4ed8563ae62_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2224a1bb7f39feb0ee922a54a94d8dfa66e676caffc681f99227eafc0082b50c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:339b51d602e6c798949da55fc36b4e83d4b07909c97f004f8aebb5bb6f43268d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a7bc2291024185f39cde4d43057b17968cad18451fe8447b0ace526ee11bbcb4_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c171ac27f2bfd7846db274c1d2be8b39cdfed3afe59ab4fb01f903b5be3af443_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:45c70f4c6f15a25e1982efd6eee6930f16317ef4cebd11ffe2b5994b9ad8b200_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:938dfb864f0a9dd0116c5969eb1ca94f2e04b914c3ee56bc26ac33f90e2535c6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a4f095b9251baba737421c47566ac7329258b8ff22b0f131c5a941ad1b6caed5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:f7a4c6ab4dc050efd81ff5d7dee7569a55dd0cf96e6413c47770699f5fa02b6d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3a4f76a56b75c54966a76307c4fd647d854812bd22e55cb228c1e9b5aea67037_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:98110bc940b974dcbb8b0ea21c6b52bd96ecea62779f9665d3ac8dd03223905f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a7e47a89156ad39c7e5820cbc98a0b295ca1a3aaf6b72be3961c6d4eb0225831_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b6a273a6d68b36cd939b6bba836f657168526125327fb784c436c99848f49f7e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:26b6bffa3e11fabf11ec8176bb39ab3e301b3c5a85c1aec37142860ffac1fe5a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:301f5a73d9d839a999dbd3c9a7741ed3458ffb87426b7499364e6460850deeb5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:57eee4fc78405492c9a665c228d1f25c75f0390f75a73d5819aea7ebc2da6b4d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b10b625aa3fe5011c7fa9db3c95ba6d36c569fd6f6aa4ac3ff2431cbc103d362_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:11b59cdae58f57a02a4c8479266a50a1a5691f2e8e4382ea7ce96bc913ad4afc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1f11609dbe46602b2c11ea6c776cffc87ebf3fe2a1204f25bda85d9793d5cd60_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:28ca9310e14799c080a07935267ab4ecaf6fd1abadcb1e165deb46c81f2e731b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:56a619fe929b8a18bf1526bde6c9a86f12a1c0a43739d1a0d04c58920d3ac5d0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3bd696b964b694ec219c5776593bf4772dafcc3f43b973355913801929462557_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:4142674147742cf0ecad7223e02e88efb53e5a34ab820df5ea2f645a04219da8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7c59a7997fa95d2895620378a7e18f0074929b630c329ba3f03c72e43415364d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ff35fdf6dd3714c214394ff6f203815f23921af529bad0dc22abfa1d1680b333_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:15198ffc1a039f56e9cfe7ab35037c34a3864a83163576b65fb3e9f5aa8f1f3f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:4ab1c5859c4f54f225fe4d5555f3c2d1aafc520ce7a9197b040e06084da9a43b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7be609c48462446f215d9ae0326f1c76bc0b779cd08db391163c796106e7aeef_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f04c27be87ea23869192754c00d08badd40a106c2f66b86bf493455b3e3ceb09_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:42ce515a9496a89b6abef7a94b6fcea6880b2a9833900d54e1dd4044c9e2872e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5ab9133d7b6aa46227bca8a1c6ec2ec9233ebed8e62e41ff122dda627d4a7fcf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:94f82ddff9d44dfdce03af24a851c05cec4ceb161c5631ce6ce88dc8a9481271_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a7879d59a73d16ad9c237a597dfdbdbe06fd6d3e3de0c9396e342250778dbe08_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2f370ec13f448fc82d3f142cc8b6a559a4d62044631f4b394742652c4672f536_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:38471fb10545f0fd1f879ff8ded337bdb6919a929043727936d28c2153a78fb9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8e6c8d7186bfcc49c6ec64bf8bbaaee511f62cb5d14aec29bea364f90129d36e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e35c02d8101af5150e038572081ef775816f97c77ae24fec3826bef8c24837b4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:123714413da1487c02d182f1d355688d2f0fd63e0f82865dd962567bb9c81039_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:675b6754ba7e231a1725cf8338d536551497ed05e7f40435a2a3c98e411af84f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9eced45114ad75c3ca56d06028c836adaa713433bc49f6196533276f9645c58c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b203bacc4238f6cc6afaa7dcad119d126484235694dcc33a46edc4d002dc7f5b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4e68102ebe684da4477f443e32d69865b6fa28d398fbb76463c67d85739e3c2d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:6dd5107b14c1abce011367145d859456aeb03052ab831b4c548fa4fba0b269fb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8e6d6d3162ace273c1312c383de4e1f6ffe2d8e6d7b553b64e6ac460ac040c20_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:061699fecaf30d68ae3d41b89d812ea8144627d9ca9de83173fb33fa06e6b8f3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:33b4bb5c331675703e19ef96f3185b2d3cbcf4d0e37a6fabbeb5a8dc1f46df10_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b7e15475952a147e7d6d506ee9686c6c594d529b27e4086f49b0dfc1e237d640_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0465b162143273b73d2d1af7ea6f9654116a9b1cba8169028273185f2dfa1191_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5d1720d8067c33064ccfa16d47931fd18bdd3590f53023c2ec268ed9405d0983_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e99c8d382c503a7b1e25e6f72ef293496beab285d0a3453d09ca73fb58247163_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4e09db0d6efc9289a85cf5d4ced1d6a6a7f52168e44c366907a5d4ebd3e7d75d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:585c75fc909525ac0332764b66db33e6646e5e0b0a4d01d176be6dad70a7447f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:85df50114baa307e2b4192a46f80a292500401eaf41f45b071b23bc278562135_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:3ad0b56893a8ad865ef9de637c1f21a358aae5ed4adadae02db3c6d37db93422_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:56925cf35430409d4a59b4de3ea74d8e3779acf505872bcefa26e97418f7bc9b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:a928a27d2775d702a7b4888f87e770c93049b645b5878173d87d893288c0701a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c83836428568394e500de29f5e4b44fa4881f5b5813a8dcd42a5bd16b6bd2bae_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3fa694c3f2b9c05fcf2cb69f97d791fa46600ba1eebd67608b109586dac15e3c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:44006268f8f00b5dcc4737ce787d9221b50ad7af3e678ea6dea817a797512b4b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:6b7d13c5daddfeda27cc815f3fa02affd699ed626cc41775f78070cb8cab4f4f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bdd058e218fb99204c479f5cc33383634b184b1153a74c3333926e84f3e4bae1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:174dd5140764fb73bc002166fefbf8f897be7b295e10527410fee19338fe65d3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3f5a73689320e820972a39a40077926550f7864e2d1969a9352d3b833191086f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:df97ec11ed1fbf6397b6a62c85014c255b60c652c98ea439d1f47e62c6a0e4bd_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dff5a115ecbd046f3a1a60ce8d8518edd570922528a7ba56cb17716831eb6b09_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:11f56bb6bdf0069b7bea04e5051874cf879bff0ed36676dc521975eae8cf1bb5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1eb4aa5666fec327b24c011e1b7e726ecde7ba1942e0b8d9af38a65baa052985_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:77da9199e0922972da775122d60efaeeb4cb2cc464ff6855099fde770cfc01a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c56c801a4a9e11f7b9ee071dc9634fd6c43aaf04cdd6b048dd4ea1a623ba16a7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:5332d1051a8774d9d3ebd2f6df71f2ae36ff23fd32b28edb418c028dfa6be128_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ae444a4f4274431a8dfa075bb9c91fda502cbdbe971856f54ffb6a0d5deb08a3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:4148a39c8311d7050050debedbfa7454b53c3e00ae4d63cee7bc6da688af744b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:699c1abe44686141c985a530a8b3b864b3a1bf2c5c6645d68f7920b8f752c684_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:608159f89bf52fbe18bbdb1c48b679346ddac7d3ace7883c84494615a4ab7adc_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:d26f0f1adde0599a01c90d8b9e1e8690e6e532a380e7852e83cacc1e439b5424_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1ef42800334a0b6d395e1b1bc8e517e232713a4ee0e4591415c5347ea1352fb1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:23d11514c82b817c95564de1f0252dfcf753ca40cb154054c051b6bef078a960_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f5311dc740529f4f4c444fe33bd5731b0ff5d213620207f039af546a3c521226_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:14f9b0d4497da98ffed111c1266fd4e0b4a812f6b7ec37b95e5702438602ce33_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:4e6b6f1636a4300955a587155ee9063979e47cb387dfc1a85f3738b1cf25589f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:2cb5be04fd1145f054e994500608d1463f35a0fb87305e559ff71c972795d978_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:664dd8b515ac89b33051c38e00fabc4f2bd8c902f9fdd8df263b6cd6d0a0bc25_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:28e1a2e9d3850462c628b0bfaafac15d68def97b8c1c9387de58b1fb6d877f19_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5c60f40d38ebe6f95cfc0fa78fed9aa265fdf3aced888bf232445c2e76e4ed55_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d36d045c32e335933939150b36fd2f86599add415385560d3e10d4b74a704d89_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fa556b78fcc306b456576053e522d93e0c578807e220d3c562ea54cdbc2d1a92_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f9ea746b7bc2eb6cf1d82644d42d363d9343506f9091e8bc67740a06b382081_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:909ff0827690342dce5b4cf713327f3a8887a056951953c9aa639e916129e1ad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a8705dd5df6abd3d6931b298fe8e53cff0f8259547fa85446503b413b0ba19da_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:cabf1a3d4e2aab9e2273afa75bac084e93eb36a2801b91ea0d79982e9e7e5f2a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0b5cac582cea2ea2dee7d515f05bfedf2a5beff46ae6d5ca9626bbb36c94b865_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b920409f5635d704145bb8e1107a7c6f951976c44226a2083982443f67ce619b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d658355babb92069a73c35353c2fc0be4450517b3445d2387b4b0e3bd2b873d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f8036fe71f651189dda062ede40268c843ab07ad5b32e010250f9b6fe9234bb6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c5361be369c8e0194275ab97d18d52a095a5206888bc82d592f9f9ba28a34e91_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f6427aa92071d20df4e412376886d9831bb0cbb15c10216ebf2ac78de096b051_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5d5edceedc72d2ec62b24b6a60c278e4836829c78a0bcfeb20d87fefe501a39c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cd23e978bf90a7180245b04b5b0df939ba57e30ea13a2a759a5d04953eaafda0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:bccd28236b901759b08d5106786d262e482cbd1e3798c1392c9c6eda9956a5d6_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c096101efdd0dab71581c6e6506b9a6560c96979e2d439ca888d2c67860c1337_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7cf38584dd1c5c269f86d85b0488e9224ac989f985989b00ba718ccd5c1cda56_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b2a85daa27b4a10282c1365dfbb48a3224df6c2a47d6f5ed59c3c01f6035d443_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3643a11084c5df88b8dd9c8d7693b228f3a9d94f74aaeb4620aa458516c14e18_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:a6a1152188a6d2cab12133e497a5c29549fa0103dcde8f1bb530ce7a033033b5_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b6f91ba9a89207a2f84a8bb1343179bd74948644a8b1608c2a2d84dee9ad39b5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c21ea57e4b38cb47e5aacc58b218ed97cd4e6ef353d86442236cbe8852c6f648_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:56c61752133f5574587fefec75502e2a132871ed033a824f62519117ad0c4620_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5eee9a534fd647002e246ccc70b47a79737cbf604c5fa4519d10a8c66865e5a7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b1428b294b7752d6d56fa95d6630aad0b6d205991537ddc3274a7062c13df3dc_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c363dd15dc780181855ed7e8af09bf148d9e38d562cc54d90842f95ccecce36f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3978c02a12f2469999e833a2cd001a08741c4d9bd22ebe211bfdbac17563ddf0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8d20d5c213a86a2d9cf1d4e8ea351a70e2bc1e8864e7435baa701aef3b22441b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ad84f2d6f695c6c999a82e33cee9938544352a648c0e72adeaee0803289077c9_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d872bcf33f5d4d6f1a074bef0091e74de82b3b1a883b9004aa1f6193b84904fb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:027641f0d532c5d06663e838ddee798513282838efa12811ede36e1b8669949e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:198fbdb0d6d4bf699a9186c06c310e4eca0c3252ae8e0d64ea1c68d7b67c2bfe_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1a3fb2aa3ceac5c827d7cde1cc0296d6974663d3f5b4139390cb29dee2bbcc20_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:51a53812eecfb69e77afa538400463c7eb51710777e9d9573804d2d9eab5d307_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:19cdd4cd8546c53530e098641c6c83e2f38f05f2d046c6a9fddc3c8002a01fa1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:27b826d0ac202a4321d2d28bfe26376b405458781f04acd607c3a27bebe83651_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b1c377c3a99dc0a9a6a39dfccae28c7e5a11674342530a05b237a33117c980f4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b230c7f6c243ccfc43e6b50809f916d3247f8daad3c750220020ec4337b126a6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:42cfb65c46f9f63ae3227c0dd5ca2a0a11729ecfb2865f3a4443821a85f7c8d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6ca3200ace5f9b6c36c20185dfbac37ef4cfb171f3a99eb9c746e52031bf380e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a9edb90a7efaeaada322b051c1b4cda47df859fad20ed42574fbe0fa00d15324_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bf0602fddb6c09c5c20a33abf72b947cf7ec8de6ef68144d2f4b1a1a9ad906ba_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:13df2c323a0db01668777fb495bc342806443b5c0992fe7f9ede76a0e731e2b2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:8e564be7535e32f63ff7a84bb61b3586b16b07f4ab6db20b42340dd998f2e919_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:29b338177ad61fbe618240d520eb180c1faa54fcd4be63c0d2d16f5221c4d7c9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:97b5466389d9b1e4c54dce29bfb42e901ac2c4aa39edaf99c35f30a766d38b78_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:989cd4643516ba83c661cff6bb217cc25d502febc80344e08e90c6eef8d24088_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:adec59d5a5ca059167c1dab49e6e1e6363c1788833f2cbc2381cb7d88a98864b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f821e1e8479c74d1a672e049e187d68cc4845e7efb417e9e4e4fa99628f3ea99_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:4eef2a136a4fc3a9deb0c5999546aa8d498c3553107d1e0eda9d394b2f412169_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b31560936594f27a81750c2d73f97385d7b3ac87cfa7c75e1a4fc224243eb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:bb3bda07b0ab9cc97889a530b1da6d7eb3f7f9c8a98f9b867bb3a93da7694625_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d50f44b5a5797797b9595f99e3b24684908cc28d317ca00791bb6a7406e15636_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ec2e637888e698016d6df6cbf4be6d44e5a2f544e7b81884982e06ee632a9ed_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3c569b4e1ed989074b129cb91b307cfa10c8305b037b284b23bde4981f551238_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:4ddb2823de8624d7d45aa16adabddb92faed392e71c2d1a0b3e640be91b731f6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d3b7e9f39e5238f011f9328467c72a8cb8cf99d4bed7ac0593edb9ec5bbc90fd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:24e49f3b5ed9df72849a33dd7fbd4a0b01b8c3be79705d6e23ae48e3fd164133_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a9ce73e1f17b21b9bf2ecfa7e35f5d8e9c72620076bed594e217b870057185ca_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bc2fc4c0e55023974c90506cc14c51cf73741e9490632453687edf404b3c485c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ee9af4af02c40524e182fb1893b8bd59785be7d508111c5b0415f0caaadefcc3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:971256d54a4e10a29080f656d5de3b6281f27c77a40c0dc7352f1f05ab83eb11_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d4fc699ea35d0f1e96e825d2db3f21628e25589ba57c40ce771ed210aac5d588_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e3d0f624ec4e265daaed3072e9f9dc85668a917d49c96ebaa1c7bc05ca636197_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e47600e5f91aad639de386e422056d431450e5dc3560d30ad16b0b0bd240e371_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1cba0b4f393f1927ff5386a9b2ed74fed87a58e4b2d4a38f34fffedd30da14a0_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3b8bfd739f87585230904007f0b438b4bc9d79337f0e9038887bb7f297b681b6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9c7b3d916bac7900ed009cf82a03607fe68fb924805ea37e9950ff3fd6c73b44_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c0fe58445dbc3f94bb9a041ee4ac81d6e1ebef0eef6b2468c288be51d947555c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9c772d8d7af17818a38e2004fbdd7673bdaddea0c36daf239dfe65a49f78c212_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:acdda550e575dc7add42439a856726b3833c5d6d98dd9976f30be4b781a11a82_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b5be0c8ab080114879aafc5d2526924d32306ff545c06dba64c947ca68736f91_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bc413067c8cc3e6c40a9be4ea896d911cf6b3adbbbe4c8e85fcb243bbc7bc2ea_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4b39c2a3d10a1e059c3f52bbbad6df20e52e47a422119d51806b59bda8e7e97a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5f0f4b8edf205f47a263878372c0fc80e1531f3d197d882a83cc6a2bf980c277_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:78987fc04ce330fd8ffb8a96e1f25e8ece8360680bbbf4c8854f1ba1f598f2f6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a43046599cdb529aa9a2672b628a7495690b03379c7dd4ec7bd744b01793943d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:25b8603f08442f61b433250cb6f4839cf2cff118df56d1d7e12b3b09e859a278_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:912bcfa64c2dc40a0f8573e595001fdf9dd3280e4babb503198aa019c4c94dcb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9f84034243c6dc1341a059730c81b05bc6626b913524f8d854e7d13c59eb4d45_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d9683ec09f7d3d0c73eb626fa7132ea0d7f731893506437d76db27bef51ae518_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:13573ab2e748690c65900137ee67fa558a1938fc2c4d92deb6b308809a77dbc7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:279fef1862c07ed7b949895843d80c54180a704411df4bd4059135dab63900d9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7c527388a78edbc77d6a9db9ba9d5c8ddb302220d69734f4e0bfc26b63b3dcb1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e601bc25408a2eb5735db7d2595f969a59da9560516715ad781cff5e4a57f2cb_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:264fff5b66ca49266cfadcee9765ba0b34bccff8dfdb12e5444db97af4913095_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8f14a597769b040fed9d1c1d610b6023734dadee91cc28588b65efb25f6308ae_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:bf78d9a4afa92e68d8018283114bbc7fd11fe0a9b357b75a00395ad630ddde75_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dd57cd8ba112502a28c74d7f9e021035a061e1f51377ac0510dd02a303f14f37_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1e3163b559a137ca99141d0913759b5a92cf30e063f6ee2485983a486d97a066_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3038ed29c6dd5d46bf8d593c154537615b8d218bc43eb89dc099a546308c5b33_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6f5d8e50b9cf127af5334e0b1e97aa1bc466bb1ad8a1dcb2b6c3e7494bf5a1e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fa6736bee0e8806b00bf3b6d971e2de5ea49f3f2a89e8cc404d55a70e6f73720_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:09157be733606534b4788e13e47f647c427adb2d36031df979628d1e3d93b096_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2c52bc991f789cb2582b4fcd0fabd20b86b5893d9fcfbf6e9ebbb372cffecbe9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:611ab0d9521d88b9676bcf873b8aaa2fd385087814de0ab05c7c853fe98da20e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c6226a0f343e69d720fbc83ad01daedb925fc39d272df78fdacbd847fb075bcf_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:19425f8d71d7b67b74e76c5b770a5e3d918dfde9a9eb3e181c767b4489db01d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:39f0f3baf0bf65713633aeb91a80cd35779cce2b43e6faa70838e0a87bdb12cd_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:804965e59e0147de822be6cc464daa137e45c991e4ff00c7184b6fd8105eb781_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b9b4777d271c5ea81505111d169134181bd46169ccc05dc65f3b6e59f736d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1a6e143562b0618b3f5afb6d488e8bcca48d9b0b4f68dc70d77279643325ac52_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:22230fd972b50ad12367aa043fef070d0e580b71e874a0e3fc2f5aaf52839773_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3abe2be596ec79e32806af4d66a7350835433c11e8b053385ee6463e65f31d30_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bb8fb8cebadac019a3d8c7fb2338a56918ff39aeedd55318fcc7e7c6d60648a7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:28dc48f706edfe382aef8370f464836e99a307136561dff65f7e7e8b5dcf9a5e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:533846b923d36de2b953fd071f6f7ad38e60548e9ef1d3f704039bb69b59530f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:68d5b77732cb2c0b0cb9a7e6f4201570dd8134dcbb21019dfec4bfe1fadbad1a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6d20fc820b2b684137df0fe673dd4e98135ee6a8c39a660db8435be44160c4b5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:48568238316d40eaae138ec218e4d0fb6119c94d9014683bc25934210792500f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:1d1ba67b2ebee648e679f886122e649880437bed73cc62901f26e77087d1f72f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:627e8fa2665e8d19aea0b746867ce31b58cef207d6dea85228b175b96cc95dca_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7431114311d645b44e0f98c9a0e92e62a2c412a2b57dc47b52f1e4c5ae0baea7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a88a9aa0807380263b476e1e7491c9a4f36def3c403b43fdd30bab55f06e673f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e38292df09d0b5589b58f31c39ca74147011aafc1a51be00112856a7242cb80d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:67f16f35ae8e95b90d758bf617c953ffbd0f31d685b9f023c34e5de5c02d1d13_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ae42289a9ddca85918d07f71db7415d099e8544ead8ae73a0d79e600c1c0f067_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfcee1078c7f5425c41f8d3398ae512f2a07d156de7d6e92d24d7f5eb1eecff3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:eb851650658c10b1a102258af7b72aac6db36647d07ec4eac2bfce099ae68e67_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:74efd49cd2880e07cee9aa16b7615504fcd276e8606b7422ffe6a253636462c1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7ff9273c653a511408a49a0778e9584605b9d24e1069da8a77049f70e2bd5616_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ad02d1ed96a39fedea9588756c548817e8672b8fa6d3e16f1f53221e3e7d9157_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b10f0eaa64d49ea5763131b8ddd134da6771b835333a4f5ac9ffdaa13cbd08f9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6c75dc3551d30161fe15ddb87170bd7ac33cb19b242907e99a9f2b003659efc4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7cc7c37a8ce0bc5a1de200fa97525c35943d5fe789787d642c4a3079c251c4eb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dd8dfd22f1e93168de72dae9a266654563fd41d605c65b4bb15f20ec65fd53f6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:e651483d73deaf4125ae3c2729bd8a42b277df79a6ff056a99ee3e78e2164877_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6590ef2d757e5ac11ffacdf6de04ac112e96f4bc058b97aae1facfbc9bfb9317_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8bc45cb12c534a1dcaeef41b7ad0a4cd8ac0e3b0041aaa0cc3a9b917602ba5df_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:92e18d38fe9dfbf0e50933d15f4178cc149b3e4eb535ccf0fc0da030d758f435_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:9a77e03eab2a1992fcd1c0a1f1c978755e236843ee4472bb551968fb16568334_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:686e7784cda9016a460c9196a522f1fb510546cad343e26f510bea264ab9b515_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:77d58cca07f50ed35b30a97c24f66abf5fd5482be3c2a86df38b5d0e4b41e4b5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:a553758f4aecd97de2202ffc5d96370765e1f92a11fa4ca464ad13037d7c1a70_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d09813fbb679d41aece1f097ecf3797adf142242feb12769a604c37df1b6d80a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3a967546fc93fbe58afe72caa5892b712c5b96072d3cfccc1c7d9b27cc6fd6fd_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4d09ecbb6bc7010c93d65d8bae5a368326d1b52bb7f7410d30dd068b4b9c1aff_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:78a9ba8fadeb516fb48a37ad2abef78f57a09b5e701a31ca41e4bfefe493d781_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b44e2dd5cd2daac1ef6849feb0b313950e0616586fdcc843a051788fa071a4ff_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5d94083e84fbdaa57cd8723c20bfa1bf0d2eaa0cef52c662975b286785db8cb5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7662aeec067c8b3bd0203da4d87e0837eb624acc7dffab9c0eda8081d992fc55_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c95e0922aa74f51030c35cdf1ee704f01ece7b4ec53f361055f4cfc58e464bb9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e4ae1090a43cdf4a540f1a2cb376a93d2f74449ac44ba6d0484e4612579b3d43_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:48c47a452810fe65a21fa858b102a2e7d9469e1143c51857844a0a74ebf03661_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5ccd0d2687e836eea86fcdcfbc73c7bdced8bfe2050c466860306d246375f0b2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7fd64ebc835133fcf6fe9d286f18f790b12295dcd904d61cd255c97e49f216b5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e862f18a4bdd246891a49434389e8dae5d73a68aec6d548dd282f3c56396be98_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0772170993a9fc0531aa948ee3f4c83a8e530802f7d6fe246a0688026c050d27_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c1b6b3c81c49bd764dce7fcb732f14f378aad992c953cdac86872b4113e8168_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:307efea31da6d72e50def18e1c08bae9e05ac8991d90379280c15f69c93be375_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f366a95bf18554cb9b48af250be89970e4c6b1fadbb97543db8bc202eefe282a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:09b9a909358f49dc84cf863e418fa79a72c5f23ce05cbd4045b2c966147b4edb_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1ce1ac2cafe2162c4070a5b60087ecdc520db1e90a433183157c554f86a8bdcf_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2c984681915470552c6cf4dbd2c900d14f29d9a6632d7d937d2fbdf1cf16a5d6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b3809b2f792a8b57efc13591b88232ca2b83fd116ea1a6ce9c05ec39733bcfaa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c37ef0e5d795a727e79d2749570d7c42876e2884561857149a17793543b9fad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:45b239b4328e73574050498d8a59fae10b1788642bfd3fdfd487a59654f2395f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d0eac8a6dea99105af2917f089cc423a7c21820cdb7ea4a3f793381cd07f43f7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e9625244e5cf3f4fd7e6d69a8076069e24079672e2c4bc4df7733ef31c3aad9b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:25939a8eacf00a315bfaecb90901a20f2d314f186c1a23ee0814ca611866ed5e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3b3fe898a633924c2e0f803ca944cc63d99359966004c6aba6a05c446a0539dd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:55a048f1d9ac836497f7783369b5b582727df86cc64fe7df91c463db1fc0ff30_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:88990b2047d4ab9055afba0c6f8895f30a132c361722a1524bed1671527d99f9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4bab889d5262b3f891b99f0a521f6d4511641313cc1d3a5970cc2182c52e0fc2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4ddc6ce50e06c258b4f24827f1fe5577c4ceb5d68ad925a185dfac5b2b3a661e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7883c26d4640f30a8fbd635f5442fdb46625d727a1b2382220c454aeac081fe8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:955419c1ead9dbc1c2545f367907dd4b1e8133ea23ef65407341e9a505b1cd17_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:206e503ccabc3f5a01f11ea5026cb64ad6ae62adf2eb9044386efac6586cf332_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c2d2155a6d299536662cff9c5a8474680dc8d9c514b152e87421feac7cdcc22f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:e62baadcd61bdc045c205ce81a3b2b650be73e7b3a5dd5cb53ea4c2f8a181f0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fab5b1965457ca46faaf5d1e6882c17ac2f0e1db5017cc81ff4da8a9083cc838_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3e9733932088db40e1d1dc25250b68d83aae6fdaa33923c2593ffc6f10b84984_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:62ff6e225c6c72f9c9b0bb33014544d1e02a30ff9092c25fddf72d9ebc8782dd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:70259c080741f045c19c2dfb1fcd5069e9eb7e413294d855262975ae03e60b6a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a974b10609ceb50c391abab36ecaffb9c6ba62f66b246f529d8f7d1f038165a1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2a8daff0897cef178c43b00d43b3468a3ff9389ebf337533c771210ffc608bc3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4c7da9adb32c409132dfefa7ae79fe99d41b6f59c592eea234970279694951ff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a54253ba850cb357befc0173748523a1762858066023e04388c94c2d5caacfc9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d49affc20c2c397c1ed17de7d3a7fb98a3f66efe9f9bd4f4234c0832393df9b2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2321dd8c9cc505a677622c5cc680e4f3461c6bf1fa4267cdf7f39383967a0b3a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:582d0856a394c73d8faf8d1792a80ccd8c66d80cf65b9dfea344351d767132d3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:938cea3b81e1b74629b0bee65183b0800518b4b757175d34669fb25f6e5d802b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d8e3f695418674002c1dd252757415372d95b38f813a3d432abab774c7427b2e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:8fadf40fe968046de41a4a4c6f643d9077f4908a1e456d7da29e0b0c79f8431e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b7b73c5b17ad867eaf4066be6b2fb9a322677ec3265c0d1bde2e317f54f7accf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dd6c4a3b961b608a71122ddef308287483d90f3a153df4ebd00b4f85b46bd551_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f5e86e560d2dd575aa814329ad50a38ad4c7f3c111353e652e55aa5b58033f18_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:10015b131c57580e5edf1fa90b05b19482ea67ae3b588efb30da1cfb2061deda_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:99060fe9572cab596228b61e892ca9b571e3b740c4872ab55e3276d4ad65260b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5127b9d0570329e12a37d1c7e38a3ad9a1c990b7b0e1d3f3b31f5ae1146a518a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8403b335a511bc219b98b899e2cf4458347dfc67c8e15440801b1434f03ab555_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:8bd350665dfcfcd29e64a93a9c1b700817a99560dcc927a75c13cf22924a557d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b47afa8cdfbab90e0852af59ab14d95b430a2e94245aa9d1c65d1a592f44a90e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:15c698a4b3293ec372e1ceffaba0fb9360499514271d26c22cfb6cb39852f598_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:43344ef6148d5c76a10961d19b3bd83e219764cb53ac4f310a513bbe694fef6c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:084a185169e09b57b07073bc5c82bc741aeba187cd9cb33149c830af00cc6582_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:171aabed219e2a837afd87ec9dda95bd32b6f780a8c7116a6dba18533c07605d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:33926bd728bf4ecfa8146f2d55c05f151150d249b965ac4338cfa8a9acf642f4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c0709bc4da1e5574cf296180cfa6abce28c2b7ac105abd95535422abb090207b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4ef4397e1a1aa5b377ecab2fceb5c2eb15b526ae39bcd9299b45d9abe4bbbf31_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:852e6be5031cc90ccd9d02fcc66b59baa692d594e7ae95e68b8923732fa77b49_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bd9e30cdd5958003b7db73e8d871b448d208c099f3dc7e9df3ba56e6d476ea66_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fc61ea57eef9eb7f0bb091cc0815a81844d60c78f5824640e40096e8de8a02c6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2020b01fe0c8555a2cf070d5a9bf75691de4d8b775b4ac91032c92972ae6a424_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6c3b876e5fa5594ed92ed3d333ad1edd228611d67b060024511f8c6a53eeec92_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cb279e6a6181c4ab8025c6ee74497cd95e990aa02a03aa01c8e4ecb81718d231_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f6562421b9828dea833fc82160705ba8c0349531dca39eea94da4bb31b8d3468_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:44b8d7704e559a8fbde7bcd2d7b51cc025eb2b898c74497149f818473d6b7237_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6b3db54da066eff7abd8e8f58ae42163364355fb1fb5a166c3f90ef42024e24a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7bccca2d8db4038ed90d7c5d995bb2daf880b3d6aed320c6d6dc89c73c38170c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:afc464bfe9fb581e22275814fb3263ada3383b571ac4765507d2640470a8fa3a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:353292bd26a33c9a68fbb8351005fc3b65d1f0dc02c82887cdeb5d28beda1404_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:af382c36059c0c0d6e76b41eda8ae2055bf5717205754272edf126fe15737cc1_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ebd113dd73707e7e234669c4b52e7ad90c5aaa95d062fe7b2ec18ad63b942920_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f0b91324c63bdd9b1603e0bcd2e554e1d595168f9337a7c26d3834093b24f6e4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:23a74b9b847094d230ca89e8d43c924098aa5a8ad67bc02c4b11833c4620aba2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3a9adb54f0e11beb7e2f393c00ef6014f9c18796c36e47ff1f08807dee8a9e0b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:558cbb955c8d4de727f010f3fe97f285b6922f4845357cd979c22e9d6afda4dc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:64f0e85f122f8cef1a5b444095fb16f95b255865ab116cd59a4a541bb61cd09e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2b93d36104e2c99c09823ed5c6d12e25abf3dd07e20683640f99b687a45e9b6a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2bb2c4706037910e8045bf0127ddd9087d2c8ab9eeb09ceabe97b18dfe873c1a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3e5d6fe6f1f7a495efdb0a61dfde0d20def80759a215bc7097265c816e07919a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:efe7886379624399e04e4f213bf1f8b2baf1acf989823caa93ed8ba76ccf9372_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1b152d3df7256fa1d16dbc4edc991503bd90432e1c8408149603306e62a28a89_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a7c3fd07837a9c03ab834a0b46ba51b50c73037203ca4d12d8cb2a45f690e62a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c9aa9a181ad76c715b410ec6866d86f28923d2becc8438f3b56a381d7c668897_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e96b65f0caa9f23429318080d5812ddd5c233b881b6f460d944990000a6d7018_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37569639de1f8c36904366fe21657db1df3c26c03b8f9f974e0a87abe862c7b8_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8d27603330319790b463eba638816fec38ce5ce81e7cc2c113636939d713051b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9e9598797558cb0767f9bba75faaece26aadb56163f94ae2cc2c137645b5babd_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:cf8f8b11a984107f035ff28ba24ff3f6e1d10cd764ac472b94bb9e74d435a459_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:70e6484048faddf5f59bc7399fb22731d4134b6a6e2c2ad3b1e92bf26e5ca902_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:93c6c010543791ed57e08cd0630a7dc7903d7455d61686cdb0865b13fc52f44e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:cf50871759b51c4fd1f164c53ec8503379de265ff95b5f6bfcb15d3820722c78_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f296becb22727fbcfc0a2a4a91139dc782688f43f63396d645b03bf698b81ecb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:227f6cfcbd9f361dac87776c3b625a4ae91a7054a29a48c0aec491a786f81380_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4063848bcd02040ab2a26a1e77d643a8cc01373bc6467070f72f8cae62ad8bf7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7315ff02d1adefaf5e52dc2b87903cbeaa1ad7c30719ff6afd130d068ebcb429_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:c33effb47bad5780e4e0ed220647bd0741276ef5c19eea05014b528b91765efb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2883dc4d23d0c4ec9551a0818f5d5edfc708454b48333db179232b6f7bafb4cf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2909be49bc0471a0e2ab4e9172e4ce490b305b8e1fb86729b45af106f1ad5ac2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3b91df98133ad62ab43372695b3953c54d58e70c15eb7ae201b68d73088c0bb9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ea31f2ac734ef3cec4337ec6025a1cc01a2452ec124f102e5b1400a9ccfb05a6_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:2aaf1b270a589b2e9c907bc35b4a3706cca1508a06142dd3086411e046d7cd00_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:32b91a8b6cf6278fde2c8d33666748a905a8dcf290b6e16ef266857d4838d3c0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:fe8f645cd130c489a3454252abd64c554d583cbf984aa3e568ae9c4073fa0f03_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:9885e38ff9be6d7ae070a00b851232a29e739a870d32b2508ab9f34e56177bd5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2b7476cab5336d76457b1915e734ab8702c461af8ca4d9e474557ad8354f7065_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:4890f971ad6077addd93d4c7fd1e9ee46ef3634bf89ff5adee2a95ad7b7b3f12_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:afc7f162c9c1c3033316a984254b8a477d8eae5bbed9cb25257d54a54e1bb866_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:e9bc1798e5283c65ff1487ae78c1175395e051a6c13426d3e8d1b898469a3493_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2515509"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in node-tar, a tar archive manipulation library for Node.js. A remote attacker could provide a specially crafted tar archive with a long-path header. When processing this archive with a non-empty member-selection list, an uncontrolled recursion in the `filesFilter` function can lead to a stack overflow. This issue results in a denial of service (DoS) by terminating Node.js applications that consume these archives.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "tar: node-tar: Denial of Service via crafted long-path tar archive",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Important: A denial of service vulnerability exists in the `node-tar` library, affecting Node.js applications that process untrusted tar archives with member selection. A remote attacker could exploit this by providing a specially crafted archive containing excessively long paths, leading to an uncatchable stack overflow and termination of the consuming Node.js application. This is considered Important due to the potential for service disruption in applications handling untrusted archive content.",
"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.22:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:56cd8314cc9791e043cb4e5ace324013f4ce4c825fb5f9119b1a6c6871b76a3b_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:07716873e44d49ad177f8c572fe54cec7ddb819a70492e6bddf36ef2ea5e6449_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:288bb644cbb5e14b00d80e0b409c83644a59cbcb513d19025f8b97de61f2cbea_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a27a41e1a167568dc9bcd1f125ac624897d73bb6dca7be80d256432b35e4c6aa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fe9b92e8a052208c6eeac2ba816959ee8129cc0f68bc93bb0a1a2f940a49f4d8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:44ba1190dc20c3a99259ef0723be3c9e1c2d4f339ec4eb4f38a9375cefd60d2f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:48a700617f0d4ab9dd6b40cc27e9f602892037c10872c19c60f62a2a848e451e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9319978cb44eb1f26a7d82709c4ba7d9b6b0bdad78c6c6080bafb0933103bda2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e734fcb9ca41744ac9213327a775aeb0e01ea9974036908721b532ed2dfef923_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:10097712385ddd416b15237d2af20f86a0370f1d97125f1e8a0d25a7215f6751_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:40f8f7e1d72a0e70d96c1ff028cff7125ead621e89cf2f3c1cc5262a3aab65fe_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:50ff72eded21d210ea9c57c9f9b192cb6ca5efe781c5c5a9d2e1129e2eb7a248_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:f77b14655ac6137b53212c8ed526d6baf86d6d6332513416daa73a6dc468c832_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:76042ef2dea9a9316a7bb2a38923d0b670663803c75f5b8351b5e71d344b479c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a645a364226f6768df30645c15ffb8b7feb1932a96c3666cd2d8bbf71786fe88_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:afc4fea57ea3217712f10421cdc7ded66093dfd0d5cdf09120ec1200d696f332_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f70b291b3be37bcef36e4cd282cbd88f917dcc5e61e0ad6228b33b770656b8ca_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4cad4e954d5e9fce7e93ce3a81da34d58e01c38a5d6140cefa7eeeffa13e1431_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5c1598ad56e3f9cf5801a990b2d5d007632cadc69118dd15b771d8104893b722_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d18a7d5884e709f2440b7f85999c2351c0f74ba09b876a7c915a974ccfa3dea0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:ede11c7678a732b9ef9a763632c13e616a95cbabdb36baf0c5c48ca0d476c260_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:208703e1b4c8fd82b6cffc790affc4bb8966f6d95e5b5631d9fc7cd429d82242_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:40be47b6d5dedb587c54ea5f6ee763dc3007284e85cf75d9f48f4de83bff4f0c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bfe783bcda48a7678e776f99ab08f9d6cdf882432ae03c46593326bf8b57e714_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e43bd0884f4c1993cd516c3ea52d1f878a783f6a998a6dd3fe4a98ab11bd3e87_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0492b621d90ebddbab300b3bcb6979598f11380da79b32531f8978b26fe5edfa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2f4ffb0abe2bcc7b801658bb46ad9f397d7a3d11e8b2060859f5dee1625d7ea2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:30b0e4f82db1f3e39379b7aa792514aa726a0c485680b67351c593542c1b1127_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f0f3b27621a9276b1f4f9601b1b399eabbc165d74a4b4a20ebbccf6a36a8f98d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2d56871f80eb82c502cec2b901d3510ab482eea981f50cba4fea729c83f1897c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c169319f15a3e6ac9086e21438dac78a6b30f142c6d96d63c259e45f4b98c2ad_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cbb1706913eb430b86212f941bb32b066af04b431126af872899134a9e111ca2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:de56a4d37e6686cafc8591eb1f7520942036037ba5af21c286aea2d2fab95b2b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3e35e96ed5607d7229629ee64a3a7c942fb12da93a75e989f1fd9aa028e8fdcd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c045d9282bb2e3ccfdc19d09b76e81d622ad5c41750c960a066f9a735ce47a3a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d3c7bcca57a84397fa1932919a750ed7a002fd7f7be976152dd7c14d60feacd0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fc479e1b1d14c548ed9a783109fd978efba5363537b835a5d09fa8d0fa9f9068_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:0e22ab8f884e0095c3cb3efcb63f9f37d55b72cff37962f271fdf534deb469c1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:ab518543ee2455263fe748f1d2ab5fd1fcb87e03bdb241a1fe657c748e220e3d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:cf25049921f441dee72daf95b707da269c5ea7af7026674c42a7e3c8cc682e59_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:d5350fca926c7cabd8fa4e7749f0c2bd9bf90069a11ed96342cbaa0ccc16f889_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:41ec41da1569234037cfc2b9cefeadbdb4c1e45363dcc0b5f2acce2453ba3dd2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:bf2513f4ea2df4a781fa74ddc02c207133387318444f7027e6b62565e8af505d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb3cc6f050ccd3fae295639dd627bdf3ff5f08f66ef0fdefe24ab8260cfba983_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:efe54dbb00c22c7e9e4a6d7c40e52665823c5f94d4b7b03236edeb1d7a304f94_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:073ed3fb3dfb009b6ba476883da5421996c5c4f4119375c0c83b072571d935f6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:14b74e5080c191fe32bdd2a416c80cd94a0f30ea6d5f18faf7396c120c5907ea_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3c86e67143d2caced55d2dc470df15cd1659c5e16c7eb8af22183de1a3222901_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a6de5df300008dde127b655f67ba1c8e637bd6e67bc2c811c0d9e0ecfc3cb08b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05ef13e75b41891cd2774cf5243b11da290ae75f12ecd07239e580a5238036a5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7c5f6b71b68331d1cdff8b3273fc7cebb945d9c037fae5c2fe0666f84cafc928_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:c221dffd999b01fe10c83c1cf3e93ed9d49beb5f0f13e8e23261f44a07fd9342_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ea42eecab8a62b7896ffb697f402857a31807834a102986b3967faa70f63775f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:0123a42a6d10e21067ef4ed5ad7a39541529ff0157cb27443a95b0e5d88efc7b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:61e542fb10dc0e083f8889b0b94c3525f3882e5da701b8db31cc9be68d803ec9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:69eb532db9fac5d796148a421f1c0a95f03a84604fe40d5e5a3719c995b8d3c2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7bfdc577bd856e0cc690c86a8fc9928ed3d034d4d1455378c95293376a74b9c3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:023e336977c9e6f23a82083ada96020a26cfea384189b765e89d6acf7112957c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a0734ecbae0ba4ef8a6cf77d42383afe04fdf33eed2c0d1e34782f147c675581_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c64a9e77bb865dd5475a4022629d394ced47bfd9adb137f69e2dd7bfca2c5a29_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e90910e06037ec13a10bc176da5a516287ddc34ccdfcb36432f386f7b3895136_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2052fdaecd2f3807694fa17f35f03f84b5d8116ca56926b6d657f0594adcc4af_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:274df573eeb1919286472cfde2006716aaa62c65ad1a6fb82bc351e7292a51a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5f81d0322afa70edfd932cf1f80dc5a14ebb30f3f4cb0a4b9943859c3ef8a741_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c5f86407af14e6c3741e75068ebe79aea7c7d1a73ca87fc97128c53139dc8748_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:11009d76f2fc73fb88ad8650914948e04e30d4096420d00a4e6b1f2f82bb2a48_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:464e2bac04048cdd010a9625e6657c9f823ebadd624fd71191ee978520874528_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:4a6beae013e9de12cd8b0a39e9e7488f51b97b3f295e14d773eb28c5df9d6743_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a2f765f47a9fbb2acbbf3b00c2d62d7df283546b7485e7631116fe824cb589a5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:82953c91b88971066d4d605174664863cb062a6f7da286754aa4f05c11a69bc4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8adf05874d8cc6284cb4566506787161305d95ba4c318f070e01960939526d59_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b0127947224f18d500d967398c5008737df32168d2db50f1f87554e149328d71_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:c25b7a4bba9a988a6b7daa4eaa8608df78b927d1d454aac7757f18e3b6c78d86_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1f6a0d8476232a85b5d18ef9ce148135b69a4abdc45952f6ad0eaf41604e05f8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2989730daa53d788a9e1be03bf922a07c1111ee8559bdef63d058be6fd5f3fc7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c0cac6ae1322cdf12df3c55948bcfead52641aa95a57dcdea97401ae01c1860_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:adf166a8095fd21a818265c01776b94e25cea102a98de6875352cdc47fba933b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:67f12e5ce45f173e79229f506b92915943d263ca0adaa31a027cb7245d7a076e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6b91bbe18861c83c79693a155979f3cc56162624412eef4c57c52cfedfb38475_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b2bb582913e9dedea9f2eb41f1568fa8f0fccce2e56be4f666ff41f3698dc147_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d35f97d205f82d6ffa260582fc6dce2fe0fcc3719ae0e19e85e06e7ab629021e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:03ce535e7bb582ca85793c8155f38ff9f73231e7cf5af4ce223ea89d4d2eeb89_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:605dbca994f47b04da902ae4b76744eaebe0d716a7a5fd3cb8e617db5dabb8c7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6b2582a7f534bb2716acaa72598b40f593897124fe03a5e6b2bea1e4c1a26d15_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d88f52e765c3f5fd4ad80f7364efe49e98ae927d82601d27105eb6ad0b484264_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:1305fefe98602549511b835fd1302eee6a4494c690d76964d89189c90f39627a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:325af02386526656111c663e6a206e755f2f30db00059078a0391d4af6cd95d2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6dcb4d60294895ba062bed0e9612ad7fecd7fd8d8cffdeee9bd65ffec1b20a63_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f492d67b16384267b9f65d20b769f93e3122f0957cec290a88a1b244c80e4b54_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d6ff019bc8333893d6d5799927ffd9dbd02d0d388752a1ead6b8f85928fff4f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d7e525584c9b7492d8b989d2ad0b8ccdc4f244987f26b4aedfa7ab1097aa8ac_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:598dbc32cda4219d6a0442aee99096b77ddbea0148ac3260c9c37e00b13cba23_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e223d745233c048714d3ff7a04f8ee565aebeb0f5aead03e55dd9f305fe60cb2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:05fe3c8332c4626e356a2b8b33b235d605b8cfdf8b49a68475db687789a766e7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:64ea7652aa2f9f9ba58d56765ee0ffd7224d6534860d118c059c2c066bbf2142_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8673853d611d162bc12d1791bef2acdd4131a97b8a6e46961736724b69332db7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ee04f343f0bc1c58b1e016295990225bafab7b39a9c1a572b10cdc19076150ad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:4771678b9e18450e8e2a6ab991e844fb064749a0b09b089e54a802a7109c1ae7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:68c90482505c592a6393640c16467c1416f3175ba1273a284c3d0a9417e879ae_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:234bf4abb67f86a27d549a2d368d080a3671ab34786e26c6abbcdf58baccb034_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f330b931299e7c97298212e0514c55f9e086e2f33ab7e522d40d8e9df843ea11_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:123e1027c857bf3a084e45755736871b220117eb70d774a3b450f7d877e7d1a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:61d9a3fb3114cc2252a8ecb5b0339a5fcdef87cf962f285be72b164933afb857_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9426eef8c79d6e2c9cf5efb340257ef7dc7936b3369050776f4b45ed6603de37_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b693182419b2287a69a8bcb3bd3ef8d6e799b5e7aa9b5f25cca855995588e104_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cde3a4deb285f4ffb38be4443b3c09f33a44d8f2007bfde6f8766d371487bb80_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cfa458375e07e80969d9a9b3521c5983fd20f384b74f1080b865b618afd35f32_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:30a0f7d083fbf57d19fdebcba31bf52d257fda3eab13e1c8b856291f40278c4d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:7078670a28f19c15b118e3ff8d70afcd5e329a22eb6a44d3827f9554dbbee812_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:6d60dfdba0f6368f23bdb554da68f81e3d088677ce9748d2850ba8f2ecb0cbcd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b71a8dd592d2646c7b085b06edefe64be96e38113c3547a111a8d0201992b98c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d906f3f6f4740b50fd6266205b0b3f986b35ca7a64ac7b6c52cd7167d0cdab23_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e4969f9764190a2b46dc5c9c7375213c28518935d80c4e4570d122d231f53663_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:331e8f309349114252acd7fe42067ab2b7bc03abb6619f1df59c8fe907513d3e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fefc2125429189eb85f3c807ad8ba8896a48518f3dd7d93f94a091ec925e23f1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:8687825da05aa3fbdbf32fa82a739f58585d8d2564501deb0d3b97d67a4c431f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e5886c91ae307b14a848b0a571918a57a9d2d85805af6c6ac7a2404dc0308337_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:260b87efa1dfc71726aefc2feb8dfa83495aedfa6e95b0e86dd1ce0d246233cf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:49a1a91122fc6cc34cb21b6de67b8249f154aa8e2bfade0e50457c224fc3ca70_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:cdc02821294c7bd8b4de75b356ec0ec8b0745b0b409ae9481dc08c4d967b53ef_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:e52b5054a3c11b34c3bc3450d9be2628816575531a1435ce44652324ec020dc3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:64e73e3f7bc1f37f40ae235a7866ea7c881d67afe29b398edc6f15befa7f06cc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b4f0c23d7fadc3a15840607d9aa13327a3eda6272565f88be3691b74f16fa13b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9b5eda1037248996bff10033108d1dec27b8417730bd721d980b778e1cb4585f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c397e51c6d4de14ea1b6a41957a3fe5ae54115c1cbaf414c013035333824eca2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c72d9616c2bf94661a156840d39e3a42d4023598c5d647562874c453b44b72e9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fef61b2df388d1e5714b0f3293bb7878f1ff9ac64b0353284576fa0413000ce2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:267a8525fce7dcfc460052b97dc07532c927fcb27257b29f5e43e5475376bc42_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:886cef96ae99502afa35aa5cbe5a16a30d873e8c9c92d6bb3c748bb68877935c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9a68ca065607df1a4fd1a351041d799b2166b76ebbdf2c92a0fdbccd47015036_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c7a8842568f7ed4d4b1ceb0f507aa5a56d80ab213877507be04ab55f8fcb3a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1567f1a6c1a596e22674ad45cd1975c8667fb2317c84dd5944ccef58326239b2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:40dad16e2777a64a836355627be3aae4572a7ed6417ac39e0dca5f019eeaf471_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:800ffbe7a0007398e44945b2f3772d657995ebd902918ecb410e5d373de06263_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9720a885c669964be135fbcc55bfd5e9766841f6b11bb2c279ac030de9618ece_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02440d8ce569f4318b2110f8975fc4d0a93e6da6c5012882df9cbe77559a0a81_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02594f4e3bd44cf7d378a7fa0533d54b4365eb5317c282cf8295cdfb0ae5ddf8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3e5753abdfee794bd09cd51eda1c7634aa7630ea3f2a72ff40c3fcf5661e58c1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ea8145a89efceb27b579a5f79c37c7457d141a0eb38b2de5c82ced07879539d1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a1aa9421f9d52c8bb918e1b3c9daac3e1a076e70e003a58462b62f0a91fbf795_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d4dd77443d486829650aaee412b58df2c5fcd995bf2c493a22dc1cc705d270a1_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d689dbabc1df0ca42e7eceba17ff474f9e6a30474f7cca15970a5ee7fb870a72_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fea791f1b353cb84039498653a7b7daadebd460631446fae5f05d1ca8e85dace_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:100ffa84c55a87981f50fa5fcdfb5a5daad0eea01d0bc14abdbc959ca0a1ff92_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2e646fe351c1dfb3650d0b67694f5cb89fb7aae85c9b8edd356f54f40b9e9fb3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4a45ec0f50d9cec050f1c99dd33d288ba8f9e8dd1a71c2870eb5e799a42e411e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:60be3446f54ba3c5f93c5c4bf1de44d7e9ca3049abb6ab910f8e62e671a80d44_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:90b36fe8a88dddddcd584cf06ddbde8b74e9d7a78f9f51b77d7d2480ed45ed79_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d69ebc6a9d6bd6f8f75d933ee0f7893b285fb24e994bffc35514ff5211ce68b1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:da6ed87ee2d899e3fe9c6e8b08bcd44cf11e1b1563972ca4aeb3e8bc806a1d2c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fdea5b85efe39b635685d506a4416115d546a9f56e87903650b5e51bec6a10bd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:47ded0bc14992d79c073e4cd541279def7e44d8ff586a5cc1676edabdd86c13b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:642eb8c1bf4631b969d0ebf3a0755f566236ce7b5534fab78d531c76d5e802ad_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7189cc475748ddba6ff3f306320d55a840baa8f1da8a934d4500c49e6f675ea5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bc10db6a9f9c1a60744f49c1ed737bbbb8454eeff9fd00175b98872a1af17936_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:017359024215cf5a7b00bd31b8b797ca7f5f456d66a34ac12c44e53c1ab77fff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2635b651e023c9d4dd92d1897b4513947985256607f9d2dd8043cd7f5de3a765_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:542b1a4bf2fafae85c50eae7a182ffd3a3a07b2c234a00e4e6c639b1143b4b55_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9b3b5510e4cf6b4cb86bae86fbf36c1fccbdeaecfe009cf2e67cb9c1d7924ef4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:048f5dc4b9176a86e0d82447e036ddad890e58e49c8508cd74f8c297272c800f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:0a7e3fc4b1f892ea2e77c1f5d961507f0fcec7740f33d3e308904cdea1d3ce21_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:44db7037b872b0164497a603e99b7c5bf2bd9aaf31158e8a4e8bd03559584155_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:a8ffa384c6770ffe1bb9b7b8729501ef2c06199e0005b16e5dc432dd8d23c66f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:176081efde0e44254215af3f5091e64748c81d2bb29a1e7a64ed2879c6a7fbe3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:42ea798731bcee8b868ae15f9d45b8f0aaa91d1a4f7660c53ee08b070fe4c9f5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:85fd9925886227b53c26a3ed09604c408c49b8ddb9cf7efa2057335bec94803c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8b7b592c5ae05773897351d97fc9925e6904ed02a6ed49e4737f0f649b7eabe_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0d8537a8b89a087f59b9f0c413d9c8d6c77002ff0d9d8579d179291d3b6caee0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:14cc3a54f1ddd57ce5b80b6d111f0ca27f74b4321c9915d5ec1960318c71d752_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7dc1bda89f2fe70041f850dbb5dd3804e853961d2026c3880fd7255dd6e57b0e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:aac4600f524660e2351490cc7aa719ac2dc93193f64bff1178a04376bda57cee_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5449067a980b2d50b360b1aa1164fba67693402210111708ebaa00f0f93bfb55_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c8486459e2b80ee2706409e888070c9100938357621746215ad7871ab9ddb990_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d748caca6496019c594ae5aca825845658e1e8c5a1c062a02830aecd677ea1af_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dac9a4617348551eaefdf01ebf1770442c0bc07033fcbff203750ecaaef1161b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5143aae8d524363878300902b89dfb5f3420ce897bc36064fd021d23993432f1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:6fa81971ac5bc843a536eaf167cf5147e879c5447d7c1ec17cebe7ab85692317_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:bfa79bf705669231df1e59e373712f0b04ef2c0676ebfd901bd9879cef16236e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:cad2e37531b2ba165087ddbcbccf9cf167c4eaca5a3fba5f5f4bd943b8298678_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3538795f3effdfe84442141d83d0292447b4c43e3d68871afcd453f80e11fbff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:7da313ec91e1a9ff08a16ea2b0af0ed1ac73e40c4b629402bff19f183d45aef6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d9279ac3cea7e1e400e244624bd7ce53cbb6343d10872873e71dee20263d0e62_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e89a5c92caae6b72646e17535787d06f7640a47c59b0b4f418c7e48918736d60_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0ec6c9197060bf068f358283d64b9b877e97f072466244f9d147552a193fdae3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a5aa2eb87a3fc9c5160f5c37c50cb88cc0a77bbf4eebb298ee7883ecf47b456_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc1512a1ca871d5e21162430f028d7b7f2391e19cee9b3d6e253b6b6d03cc8e2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e8c2baac5dee142c4e84d01c731abbc200cf24a04201fd8690f0d47035958830_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9b45bdc374e248769add4b772aca63e25ff0baf8d490e64066bfa78405cf609e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bcb4f4b45a7d62927ee6589db9d31e9bfc87a13f3b0239649c9701b10d3dbd75_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c1c72b9d00d45dc90f97bd9c5263e6d385ee34f3a3f834909dd8b8eb28c3b15f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e15057d2878011a1142587df35dac65182dd4ec4c0f3c61055a73a23dfbd615c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3bef4d599101ae4c2162f47e89f5fbac89903db3f007bb425eed38e1d9b4d9cc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aee0556c560d2ef9f2ccf501302a373f15cdccc83ec2c6935c4ae6a2f25b63e0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ddc3c05d5daa3aeffe5629b7e2fedd5df301a3030f8f8c6acc3204b8fd7e0995_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f463811c1b1e6fc34934bb5a8151fa946acf321ab57f9901b3ee1b7f75546beb_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2abfe62de89fdd0697da63674373b1c8a2695846d8acab5f17a35fb38fbc23a4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7701f38b6702b4a9e6b49b3db83073475c33528d2529e63b1b98664bb7191906_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a23cd4945d2e1f9e1c194179fab9c388677fa1317e02a99eebc575e227064b79_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f2f194cdb1a14fe59e05455df10ebfe70edabd37ad605346b6258c5bda79d96e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9b04b0a1047813b35f6ef09e1fcf1e06b63946e0a3b3feaee3e081b0deed689b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bb521f2f97477b5b9851f6655f1738b620aefccaaa81cd303d17eb74ade7adb4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c8a1f9ce2dea4947e6cb460bb4b4ae7ab6bc5f816ca25f3405799d56c6ca48f3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d8f67c5b7b8903633485f67a76f88ea13855bbf95e92b651bddd15fa91458ebc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2c84af74e0937a0f3451054240ab7ae2d44c1b566339012ebec9e5b75d7a627c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:41ab25be6eb002ee921bf74c1049e07547328632d576e78fc45245177fe9ab84_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5b389b9b0acddd8ffe5e5c3f9d54321d061253f3f45b5b66b6dfa0181b73b87a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9afa17f9f4e4551369e891d405098219c071231ddab921dd32bb7bc66bb0b6a7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:0bd76e62d162ae823a34a766fccd9d339e3f550720d863b477273734ed1fdc39_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:dd17b1ffce727d9a74c3f64d65b72b03a5c8fed96e773665a078dfab33bd64c7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e8ed2c9324c2f5594f90b049e92f2fb3141dedcd99165e80e8bfe147c738adff_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f7f45f6d562bf699e0e45e134c7ab71701dc3994882cb82edce9356be7627ce0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:22dee3c01cf1deff68d73d76735e420d223ba0e75dba1e7ae224ac4e7b14ae79_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7134aa51e11a7d6b826068d03b9c90a518cd3cfccec0e3f06e57f5ed77daf6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7cdf9e85bfc54e4562176d63e1f2be56775dd761c6c0cbb80fbf888dd1ab43_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b72954ed888ded15f443784fe6a684b6e0d7782921efb788e242d987fcbf5388_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:63bf84966169bf2dcd8b8bfee3c478d9e61881ca007fdf3a8be4ba5cb1118211_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:697ada7f8e4bc8a881e2f1fa3a8402a2e96448f948befd465c59e03ced12c9d9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:85ed053619e39778d5a986255af37802ac46a26899c8a448abb139736db5e075_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:abe01f65affd92347d8097b3922e587548364d9680b74f767e9cbf139c996802_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:55102797bf884eef2d8b842ba8a5f2538f711622eab1c82b06941ec574b8f266_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9cca1a2d1a6f5a33257e8f790d180274f24a01c125a717ff79da8fa301e2f270_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a1f1be1027b54388f762951ab7983f18cfe37140efcf2c778a5d11d4740e8e9a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d65990c0adf148e94c1c0ec0730ac2a285b38eff128cdb2fac7f61af1514fd14_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2db5ea10de47829d4643fc525d9efe3815db59d5689c0febecf4fd722ad0528d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5dcf0a7d3c0b2062ea11867f5fd2a4ad56fe786b11c3095d76eeb4c844240a6f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:73b76f141fea3db7cf7df4e9b70443b37fc67790cc6986efdf53a32ea7360bbe_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:be3286f36b4c80969594af159ede49ee20ab5dfbbd890649c2c4249335714466_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2cb748becce8d80bfbb66e84f63e0f0a3cdee6d9bef3833eccca24132e9d0699_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:374211b6e69093447e90462693c45bcdf2ece57b033a419f13585d9a46df62a0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6047837c63bd707f994797af79267ec8bb5075b3fdd88c069b3acaa04ee2cb5c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d8c4afb75de3b6d432d4929f4d4fb6938617a794ca2ef2060b83a02588a1d0a3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3287f57d83e7becbcd3997ff2ade6e6b5a664fd08610464002229e0a116dfec8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8a58a72e372b4235b4751e08f10c97ef0798519e6b91595c234fc14089d7495b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9654a0a2b4549ab06e5422dc69872961c892e97032b18d913cc197dd3aa39f3d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9e9ecf8cb43e1819159bb8fc0eb5641b71663e110ff757e26d5549cf41075084_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4aa3e0ca4b5398fcaedd212506e222fd435f7a46c2eaeb7a49dc50f789cf13a3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5d094c8e18e42d662ac2f5ba16602c1513094c7dc547fbe3de562463c4096bce_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:67f85bffdf2db08fb27d52c6a0a8b615a4b9cd748d9a7e6126851d1bb27844ed_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7d4b6b9e67875889c95a5d126bcad0f6b98c148b85433180573f439a867d9e25_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3c0791290db50c5a925a80b371ba8bdf91f4fccce56397d12a989263a972bd02_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:654aece866efed516d69db0e47668dc85d3936e901aeabd098e07538aa3dc617_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7637a44a01d6c56f002120cf96228b6c68e92b4391d4b6efa1c81ff8e40eac0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dbc636494f53ee38eae00f243bdb92d187ec84654c280cc454f2b4febd7c22f0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:08f46b1d2114a3ab80bc7cd277859a4f84e870c2421b9e13370774deca0aebe3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0ea69bf7a80cc8c0810acf8c7aaf2cc1374d3b034065f1119ca33af3d1794cbf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:17e61f4a9148bc2e0fcea85c19c98eb8c2efb701bd21f8b63547dad13fc256ec_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:8b81413ad0f567583ebe4782344c22834c1781c5f7493c8a05b827f3f2a5e409_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6b348a4fae63bad66acacb5f0d03b8155246733e758f14208956c38c2bedaac0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96eb6b75d6a8ce22b199b8150e628a2a00c427ffc79b2fee2e24af1bf584bbcf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e0b17d193af2fd7e981c9908e01f2d840cc939e24bf1be19977beb85fa1159ad_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ed56ff21aa465143bc0d1c4f20803873dd07999229739b84ef7861683476b22f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0654b81d996d73c5b5b03310f314bf3bd6871b3bd4d1abe791cec9b7a3339719_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e294ee6e92049316f91ecad5987a24d7d3c06809d3db2ee3f9a41bb461bc220_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e3afa0bbd3ab3ed4acd6d0059765116e9ab56090313932bd063098d94f1c3b1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:929f235d156df0f59479d60379dab0d83d6fc662d9acf7ff050a520850ee0125_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:14b5ec9622b1a177ffe69a7c87b7797c06b283b26d5547828d3177f823074b5e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:52a47ec0685655243dfa60738842ba038719f2454b85024084de270736d06529_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5fea5bf035692313badd286c7d13564d48c34e3195bac3c74ae669607b5b5875_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fca2b0ceeb7e301640de2604932cfb2c386441e0d3b3b0e4a525f0a6b00f7cee_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2b85420da837c90d984c5945fae12321c8e6b6fa270768da6270f382194f2d4f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5e5a715049a34055fca9a4b36dab839573238385890678734f96d7ba776dadf9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6982d2c27206f15366ece47b40f4a6a2994c7acf5dbb94aa274c55a2216d0063_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a38c23c37dbf421c77c4f36758a105b790123d654f1c8b3419becfefedadd0e7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:021e3ef983d0ca18800e0fc390ad96f4b6f6b9c3ab784c6e74ebe2e7fd7b31d5_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1076cff5268f9fec09a760da243efbb72eb96645f838a746c4c4e28ae4feba33_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3eabe7ed8651b8dedc3a2c38a83527f224ba3b50088b3238e158048bb2ddd85c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c29274bf105ffdd07bb78270a6dc497fbfb699acce48c7c6b7b6ef32416eb20f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:71bae3f7d9ec2a469c8d69b9f67d27a0a98a26bc842cc8733442cabd43fe3c06_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b67943ce9e26423e0bf84f411d50f394a67a0f3368ff289e695f8819c4fa8c02_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d4c9ea28e8a716d6a46a42cd3b5efc82f42d456e21791c32369527ae82f643e0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e4c222d813696b8b3d4cef6982cc88ba3d4581ad6842b10510fb4c8130a82684_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4d789598c5dc7be91f05a8766dffccc377a71db2ea8c5cc563f396cae02326dc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:70267df26127761958bacff38fbeece08995608c2a24c7a3724495128ef2bef6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:84ea38804ec003ae82375c83ed4549163a2c932d6264eb64476e0ad175b4a4de_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:bfcf2ab8d6586fd6a8f08ec2fcc71f997800b8f459577c31e654f8ef9325fc42_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:49a412244c4d6b547d5b0ca9bcb041b1e3cabbc78f5234ce52b678207d83b3e3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:4d2e1fee9a43f8faf39b05a7d82ceac50094ebe972fd1fd85b1528961cf49478_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:564e888a319fcd9b1af19b18a4281c5a2c41bedfc3186fb3bb587a1e28954c0a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecb2d59766a1aaaf7cfbdf1e0b92ed025a18fd54acd41fbc63026b350c98a953_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:296a9379ce17e07df7008f1d35004477297a7ebdf9e3d51a50d71628d6ac68af_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:67f272ef9abe83f9cd959ce97e3d5c46ed6e118ca30f65fbad733384d228ebce_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c8b5246ba51213bb183e07d862b6d1f9b156e1d16b7656bd6ea061f9016e8ad5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ed375d4341175bfe6945ea8aab5208f375034307f6753cc726230629ab97a71f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:29e41d78f04e683ecb12ff2335b7205383670e7bcd2b1beec736261a93abd406_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8ac74d64736ed4788497e0d4d10226bfa212f6c0cc97ee63d7c61676698bc022_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:94a303f0dd0822b5d82509e3ff8af5887949ddaa0e3a91b9f94d0bdf4e1e267b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:95c3aff27109694e511c9e45d1132bc4de0fd636cde0855c9ef45f1a17f5ce7a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:16e2953831f686cd68012c8cdaea2b404c54c91050145b716ee8b0ffc5cf11bf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:91e3e3d331d92b90ea49a78531cd366201c5de278f56597d9dcbeae40f114754_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bb1ec078ef82180a6019d6e174c16a5a846e4cb8995753628db25a4ca0071474_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c33a11f1aa2fe38738663eb291e25503e2e6fc3cb5bd964e1a6f8db0475e29a8_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2606e2856430c12efdf947977a070de13c3f93d3f304608c411ed57b6de0c6c7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4dda7a5132b638230470f86622d84a7f0117280726ea52e3769c15f11b1dbbbe_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f3b4137b1beff722b9c1ec2e451577a22f44c47a6196139a39d4aff3a0386daa_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f688b554b17808b3aca13b4e6bb8a240401db6f6cc5805e98ebe71ff43dbf1a7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:07163bdf6c27b8066a5f1e8674a2120054c3daab1e8a0db8cd728f2b1ca0fa57_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:32956c0bb79239db914454aa82f94222c6f7a90be718e22bb80c4e75a45127f1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d877387429f09cf5fdf779e73200069c418e561f20a21815bd56fce1c1c4c73_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:9a64cc9623e5639b0e8ec8f5ad63a5ab83f92598abe541be09fceb37ba2fab23_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6d8e4146a7965b0a81984df7d0a2fc094c50e7010acb93e58510cedc8a42e687_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:764c1081056df81f61d6965869f9ba66d67f132d6c768c13f1b2c1c81d45ec6b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a27762ca5025270235002c90eed00d6d029d4b7103b5bd108eb527fc8e797f1d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f473c0c439be12fc83e9ebcef48a1a067a5f4a9cd581ca19ca34a3dd0b9fb79b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:6e95c6d3ba75f0655680a4e46b703aeceb57cc9ad072733bed1aeeca0e9b3508_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:ba23af1b9437640698b924bb0645013d7c08fd6121489b01b63f66156faa6588_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:01c4ac10b7061c77ef54bf337b8488722506d2a572d9da7d9a689b4c9ff7c225_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:67c19e36b3f264978073841b06d940efc3fe0546baabffdfb35c2e5a1989e96c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:add880787ab5dc1af04cbed51e2da0f6f630ee85387617987ec6d6d8e3a28009_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:d6acbf09fd11d29d0d715b96e60355a23deba955fb3ac6ebbcbdc29e6923d508_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:474e02e9e121dfe39458bdbee1f434d32fa29347f55386a4abcd3825c9235456_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a0e6d2e5adb8d9c223824f623bd7d391e33241fcbe281c54af8e3925af5781b6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c3fffbd0e1e6db3256029c6cff61bb64ba56625041ff86a9d46a895076877fff_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d253f116a2d1e2f033f47422230a0a4e8a9fce255d71e9140a0bcb6f255c09b6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0b41f824ade401523c3ff06e2dace98c8dda246f40e6a01a588dab6fcad09683_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4954d67caa517e2e2edec0e5d4b95610a31b82d5a86f9058cbe55193987da9d2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d1a37ce3fce40a5d5e3065b5a4be81a18fe2a6b81bd5d16ada65f2647fd8fd0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d395f05c26536703d44d06525efc0ac6203440e6576e8a1513c7e4ed8563ae62_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2224a1bb7f39feb0ee922a54a94d8dfa66e676caffc681f99227eafc0082b50c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:339b51d602e6c798949da55fc36b4e83d4b07909c97f004f8aebb5bb6f43268d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a7bc2291024185f39cde4d43057b17968cad18451fe8447b0ace526ee11bbcb4_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c171ac27f2bfd7846db274c1d2be8b39cdfed3afe59ab4fb01f903b5be3af443_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:45c70f4c6f15a25e1982efd6eee6930f16317ef4cebd11ffe2b5994b9ad8b200_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:938dfb864f0a9dd0116c5969eb1ca94f2e04b914c3ee56bc26ac33f90e2535c6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a4f095b9251baba737421c47566ac7329258b8ff22b0f131c5a941ad1b6caed5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:f7a4c6ab4dc050efd81ff5d7dee7569a55dd0cf96e6413c47770699f5fa02b6d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3a4f76a56b75c54966a76307c4fd647d854812bd22e55cb228c1e9b5aea67037_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:98110bc940b974dcbb8b0ea21c6b52bd96ecea62779f9665d3ac8dd03223905f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a7e47a89156ad39c7e5820cbc98a0b295ca1a3aaf6b72be3961c6d4eb0225831_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b6a273a6d68b36cd939b6bba836f657168526125327fb784c436c99848f49f7e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:26b6bffa3e11fabf11ec8176bb39ab3e301b3c5a85c1aec37142860ffac1fe5a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:301f5a73d9d839a999dbd3c9a7741ed3458ffb87426b7499364e6460850deeb5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:57eee4fc78405492c9a665c228d1f25c75f0390f75a73d5819aea7ebc2da6b4d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b10b625aa3fe5011c7fa9db3c95ba6d36c569fd6f6aa4ac3ff2431cbc103d362_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:11b59cdae58f57a02a4c8479266a50a1a5691f2e8e4382ea7ce96bc913ad4afc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1f11609dbe46602b2c11ea6c776cffc87ebf3fe2a1204f25bda85d9793d5cd60_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:28ca9310e14799c080a07935267ab4ecaf6fd1abadcb1e165deb46c81f2e731b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:56a619fe929b8a18bf1526bde6c9a86f12a1c0a43739d1a0d04c58920d3ac5d0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3bd696b964b694ec219c5776593bf4772dafcc3f43b973355913801929462557_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:4142674147742cf0ecad7223e02e88efb53e5a34ab820df5ea2f645a04219da8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7c59a7997fa95d2895620378a7e18f0074929b630c329ba3f03c72e43415364d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ff35fdf6dd3714c214394ff6f203815f23921af529bad0dc22abfa1d1680b333_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:15198ffc1a039f56e9cfe7ab35037c34a3864a83163576b65fb3e9f5aa8f1f3f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:4ab1c5859c4f54f225fe4d5555f3c2d1aafc520ce7a9197b040e06084da9a43b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7be609c48462446f215d9ae0326f1c76bc0b779cd08db391163c796106e7aeef_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f04c27be87ea23869192754c00d08badd40a106c2f66b86bf493455b3e3ceb09_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:42ce515a9496a89b6abef7a94b6fcea6880b2a9833900d54e1dd4044c9e2872e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5ab9133d7b6aa46227bca8a1c6ec2ec9233ebed8e62e41ff122dda627d4a7fcf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:94f82ddff9d44dfdce03af24a851c05cec4ceb161c5631ce6ce88dc8a9481271_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a7879d59a73d16ad9c237a597dfdbdbe06fd6d3e3de0c9396e342250778dbe08_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2f370ec13f448fc82d3f142cc8b6a559a4d62044631f4b394742652c4672f536_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:38471fb10545f0fd1f879ff8ded337bdb6919a929043727936d28c2153a78fb9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8e6c8d7186bfcc49c6ec64bf8bbaaee511f62cb5d14aec29bea364f90129d36e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e35c02d8101af5150e038572081ef775816f97c77ae24fec3826bef8c24837b4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:123714413da1487c02d182f1d355688d2f0fd63e0f82865dd962567bb9c81039_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:675b6754ba7e231a1725cf8338d536551497ed05e7f40435a2a3c98e411af84f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9eced45114ad75c3ca56d06028c836adaa713433bc49f6196533276f9645c58c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b203bacc4238f6cc6afaa7dcad119d126484235694dcc33a46edc4d002dc7f5b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4e68102ebe684da4477f443e32d69865b6fa28d398fbb76463c67d85739e3c2d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:6dd5107b14c1abce011367145d859456aeb03052ab831b4c548fa4fba0b269fb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8e6d6d3162ace273c1312c383de4e1f6ffe2d8e6d7b553b64e6ac460ac040c20_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:061699fecaf30d68ae3d41b89d812ea8144627d9ca9de83173fb33fa06e6b8f3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:33b4bb5c331675703e19ef96f3185b2d3cbcf4d0e37a6fabbeb5a8dc1f46df10_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b7e15475952a147e7d6d506ee9686c6c594d529b27e4086f49b0dfc1e237d640_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0465b162143273b73d2d1af7ea6f9654116a9b1cba8169028273185f2dfa1191_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5d1720d8067c33064ccfa16d47931fd18bdd3590f53023c2ec268ed9405d0983_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e99c8d382c503a7b1e25e6f72ef293496beab285d0a3453d09ca73fb58247163_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4e09db0d6efc9289a85cf5d4ced1d6a6a7f52168e44c366907a5d4ebd3e7d75d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:585c75fc909525ac0332764b66db33e6646e5e0b0a4d01d176be6dad70a7447f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:85df50114baa307e2b4192a46f80a292500401eaf41f45b071b23bc278562135_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:3ad0b56893a8ad865ef9de637c1f21a358aae5ed4adadae02db3c6d37db93422_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:56925cf35430409d4a59b4de3ea74d8e3779acf505872bcefa26e97418f7bc9b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:a928a27d2775d702a7b4888f87e770c93049b645b5878173d87d893288c0701a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c83836428568394e500de29f5e4b44fa4881f5b5813a8dcd42a5bd16b6bd2bae_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3fa694c3f2b9c05fcf2cb69f97d791fa46600ba1eebd67608b109586dac15e3c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:44006268f8f00b5dcc4737ce787d9221b50ad7af3e678ea6dea817a797512b4b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:6b7d13c5daddfeda27cc815f3fa02affd699ed626cc41775f78070cb8cab4f4f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bdd058e218fb99204c479f5cc33383634b184b1153a74c3333926e84f3e4bae1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:174dd5140764fb73bc002166fefbf8f897be7b295e10527410fee19338fe65d3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3f5a73689320e820972a39a40077926550f7864e2d1969a9352d3b833191086f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:df97ec11ed1fbf6397b6a62c85014c255b60c652c98ea439d1f47e62c6a0e4bd_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dff5a115ecbd046f3a1a60ce8d8518edd570922528a7ba56cb17716831eb6b09_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:11f56bb6bdf0069b7bea04e5051874cf879bff0ed36676dc521975eae8cf1bb5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1eb4aa5666fec327b24c011e1b7e726ecde7ba1942e0b8d9af38a65baa052985_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:77da9199e0922972da775122d60efaeeb4cb2cc464ff6855099fde770cfc01a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c56c801a4a9e11f7b9ee071dc9634fd6c43aaf04cdd6b048dd4ea1a623ba16a7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:5332d1051a8774d9d3ebd2f6df71f2ae36ff23fd32b28edb418c028dfa6be128_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ae444a4f4274431a8dfa075bb9c91fda502cbdbe971856f54ffb6a0d5deb08a3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:4148a39c8311d7050050debedbfa7454b53c3e00ae4d63cee7bc6da688af744b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:699c1abe44686141c985a530a8b3b864b3a1bf2c5c6645d68f7920b8f752c684_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:608159f89bf52fbe18bbdb1c48b679346ddac7d3ace7883c84494615a4ab7adc_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:d26f0f1adde0599a01c90d8b9e1e8690e6e532a380e7852e83cacc1e439b5424_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1ef42800334a0b6d395e1b1bc8e517e232713a4ee0e4591415c5347ea1352fb1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:23d11514c82b817c95564de1f0252dfcf753ca40cb154054c051b6bef078a960_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f5311dc740529f4f4c444fe33bd5731b0ff5d213620207f039af546a3c521226_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:14f9b0d4497da98ffed111c1266fd4e0b4a812f6b7ec37b95e5702438602ce33_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:4e6b6f1636a4300955a587155ee9063979e47cb387dfc1a85f3738b1cf25589f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:2cb5be04fd1145f054e994500608d1463f35a0fb87305e559ff71c972795d978_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:664dd8b515ac89b33051c38e00fabc4f2bd8c902f9fdd8df263b6cd6d0a0bc25_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:28e1a2e9d3850462c628b0bfaafac15d68def97b8c1c9387de58b1fb6d877f19_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5c60f40d38ebe6f95cfc0fa78fed9aa265fdf3aced888bf232445c2e76e4ed55_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d36d045c32e335933939150b36fd2f86599add415385560d3e10d4b74a704d89_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fa556b78fcc306b456576053e522d93e0c578807e220d3c562ea54cdbc2d1a92_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f9ea746b7bc2eb6cf1d82644d42d363d9343506f9091e8bc67740a06b382081_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:909ff0827690342dce5b4cf713327f3a8887a056951953c9aa639e916129e1ad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a8705dd5df6abd3d6931b298fe8e53cff0f8259547fa85446503b413b0ba19da_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:cabf1a3d4e2aab9e2273afa75bac084e93eb36a2801b91ea0d79982e9e7e5f2a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0b5cac582cea2ea2dee7d515f05bfedf2a5beff46ae6d5ca9626bbb36c94b865_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b920409f5635d704145bb8e1107a7c6f951976c44226a2083982443f67ce619b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d658355babb92069a73c35353c2fc0be4450517b3445d2387b4b0e3bd2b873d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f8036fe71f651189dda062ede40268c843ab07ad5b32e010250f9b6fe9234bb6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c5361be369c8e0194275ab97d18d52a095a5206888bc82d592f9f9ba28a34e91_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f6427aa92071d20df4e412376886d9831bb0cbb15c10216ebf2ac78de096b051_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5d5edceedc72d2ec62b24b6a60c278e4836829c78a0bcfeb20d87fefe501a39c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cd23e978bf90a7180245b04b5b0df939ba57e30ea13a2a759a5d04953eaafda0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:bccd28236b901759b08d5106786d262e482cbd1e3798c1392c9c6eda9956a5d6_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c096101efdd0dab71581c6e6506b9a6560c96979e2d439ca888d2c67860c1337_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7cf38584dd1c5c269f86d85b0488e9224ac989f985989b00ba718ccd5c1cda56_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b2a85daa27b4a10282c1365dfbb48a3224df6c2a47d6f5ed59c3c01f6035d443_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3643a11084c5df88b8dd9c8d7693b228f3a9d94f74aaeb4620aa458516c14e18_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:a6a1152188a6d2cab12133e497a5c29549fa0103dcde8f1bb530ce7a033033b5_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b6f91ba9a89207a2f84a8bb1343179bd74948644a8b1608c2a2d84dee9ad39b5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c21ea57e4b38cb47e5aacc58b218ed97cd4e6ef353d86442236cbe8852c6f648_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:56c61752133f5574587fefec75502e2a132871ed033a824f62519117ad0c4620_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5eee9a534fd647002e246ccc70b47a79737cbf604c5fa4519d10a8c66865e5a7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b1428b294b7752d6d56fa95d6630aad0b6d205991537ddc3274a7062c13df3dc_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c363dd15dc780181855ed7e8af09bf148d9e38d562cc54d90842f95ccecce36f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3978c02a12f2469999e833a2cd001a08741c4d9bd22ebe211bfdbac17563ddf0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8d20d5c213a86a2d9cf1d4e8ea351a70e2bc1e8864e7435baa701aef3b22441b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ad84f2d6f695c6c999a82e33cee9938544352a648c0e72adeaee0803289077c9_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d872bcf33f5d4d6f1a074bef0091e74de82b3b1a883b9004aa1f6193b84904fb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:027641f0d532c5d06663e838ddee798513282838efa12811ede36e1b8669949e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:198fbdb0d6d4bf699a9186c06c310e4eca0c3252ae8e0d64ea1c68d7b67c2bfe_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1a3fb2aa3ceac5c827d7cde1cc0296d6974663d3f5b4139390cb29dee2bbcc20_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:51a53812eecfb69e77afa538400463c7eb51710777e9d9573804d2d9eab5d307_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:19cdd4cd8546c53530e098641c6c83e2f38f05f2d046c6a9fddc3c8002a01fa1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:27b826d0ac202a4321d2d28bfe26376b405458781f04acd607c3a27bebe83651_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b1c377c3a99dc0a9a6a39dfccae28c7e5a11674342530a05b237a33117c980f4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b230c7f6c243ccfc43e6b50809f916d3247f8daad3c750220020ec4337b126a6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:42cfb65c46f9f63ae3227c0dd5ca2a0a11729ecfb2865f3a4443821a85f7c8d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6ca3200ace5f9b6c36c20185dfbac37ef4cfb171f3a99eb9c746e52031bf380e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a9edb90a7efaeaada322b051c1b4cda47df859fad20ed42574fbe0fa00d15324_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bf0602fddb6c09c5c20a33abf72b947cf7ec8de6ef68144d2f4b1a1a9ad906ba_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:13df2c323a0db01668777fb495bc342806443b5c0992fe7f9ede76a0e731e2b2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:8e564be7535e32f63ff7a84bb61b3586b16b07f4ab6db20b42340dd998f2e919_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:29b338177ad61fbe618240d520eb180c1faa54fcd4be63c0d2d16f5221c4d7c9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:97b5466389d9b1e4c54dce29bfb42e901ac2c4aa39edaf99c35f30a766d38b78_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:989cd4643516ba83c661cff6bb217cc25d502febc80344e08e90c6eef8d24088_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:adec59d5a5ca059167c1dab49e6e1e6363c1788833f2cbc2381cb7d88a98864b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f821e1e8479c74d1a672e049e187d68cc4845e7efb417e9e4e4fa99628f3ea99_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:4eef2a136a4fc3a9deb0c5999546aa8d498c3553107d1e0eda9d394b2f412169_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b31560936594f27a81750c2d73f97385d7b3ac87cfa7c75e1a4fc224243eb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:bb3bda07b0ab9cc97889a530b1da6d7eb3f7f9c8a98f9b867bb3a93da7694625_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d50f44b5a5797797b9595f99e3b24684908cc28d317ca00791bb6a7406e15636_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ec2e637888e698016d6df6cbf4be6d44e5a2f544e7b81884982e06ee632a9ed_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3c569b4e1ed989074b129cb91b307cfa10c8305b037b284b23bde4981f551238_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:4ddb2823de8624d7d45aa16adabddb92faed392e71c2d1a0b3e640be91b731f6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d3b7e9f39e5238f011f9328467c72a8cb8cf99d4bed7ac0593edb9ec5bbc90fd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:24e49f3b5ed9df72849a33dd7fbd4a0b01b8c3be79705d6e23ae48e3fd164133_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a9ce73e1f17b21b9bf2ecfa7e35f5d8e9c72620076bed594e217b870057185ca_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bc2fc4c0e55023974c90506cc14c51cf73741e9490632453687edf404b3c485c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ee9af4af02c40524e182fb1893b8bd59785be7d508111c5b0415f0caaadefcc3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:971256d54a4e10a29080f656d5de3b6281f27c77a40c0dc7352f1f05ab83eb11_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d4fc699ea35d0f1e96e825d2db3f21628e25589ba57c40ce771ed210aac5d588_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e3d0f624ec4e265daaed3072e9f9dc85668a917d49c96ebaa1c7bc05ca636197_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e47600e5f91aad639de386e422056d431450e5dc3560d30ad16b0b0bd240e371_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1cba0b4f393f1927ff5386a9b2ed74fed87a58e4b2d4a38f34fffedd30da14a0_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3b8bfd739f87585230904007f0b438b4bc9d79337f0e9038887bb7f297b681b6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9c7b3d916bac7900ed009cf82a03607fe68fb924805ea37e9950ff3fd6c73b44_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c0fe58445dbc3f94bb9a041ee4ac81d6e1ebef0eef6b2468c288be51d947555c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9c772d8d7af17818a38e2004fbdd7673bdaddea0c36daf239dfe65a49f78c212_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:acdda550e575dc7add42439a856726b3833c5d6d98dd9976f30be4b781a11a82_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b5be0c8ab080114879aafc5d2526924d32306ff545c06dba64c947ca68736f91_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bc413067c8cc3e6c40a9be4ea896d911cf6b3adbbbe4c8e85fcb243bbc7bc2ea_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4b39c2a3d10a1e059c3f52bbbad6df20e52e47a422119d51806b59bda8e7e97a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5f0f4b8edf205f47a263878372c0fc80e1531f3d197d882a83cc6a2bf980c277_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:78987fc04ce330fd8ffb8a96e1f25e8ece8360680bbbf4c8854f1ba1f598f2f6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a43046599cdb529aa9a2672b628a7495690b03379c7dd4ec7bd744b01793943d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:25b8603f08442f61b433250cb6f4839cf2cff118df56d1d7e12b3b09e859a278_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:912bcfa64c2dc40a0f8573e595001fdf9dd3280e4babb503198aa019c4c94dcb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9f84034243c6dc1341a059730c81b05bc6626b913524f8d854e7d13c59eb4d45_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d9683ec09f7d3d0c73eb626fa7132ea0d7f731893506437d76db27bef51ae518_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:13573ab2e748690c65900137ee67fa558a1938fc2c4d92deb6b308809a77dbc7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:279fef1862c07ed7b949895843d80c54180a704411df4bd4059135dab63900d9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7c527388a78edbc77d6a9db9ba9d5c8ddb302220d69734f4e0bfc26b63b3dcb1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e601bc25408a2eb5735db7d2595f969a59da9560516715ad781cff5e4a57f2cb_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:264fff5b66ca49266cfadcee9765ba0b34bccff8dfdb12e5444db97af4913095_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8f14a597769b040fed9d1c1d610b6023734dadee91cc28588b65efb25f6308ae_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:bf78d9a4afa92e68d8018283114bbc7fd11fe0a9b357b75a00395ad630ddde75_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dd57cd8ba112502a28c74d7f9e021035a061e1f51377ac0510dd02a303f14f37_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1e3163b559a137ca99141d0913759b5a92cf30e063f6ee2485983a486d97a066_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3038ed29c6dd5d46bf8d593c154537615b8d218bc43eb89dc099a546308c5b33_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6f5d8e50b9cf127af5334e0b1e97aa1bc466bb1ad8a1dcb2b6c3e7494bf5a1e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fa6736bee0e8806b00bf3b6d971e2de5ea49f3f2a89e8cc404d55a70e6f73720_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:09157be733606534b4788e13e47f647c427adb2d36031df979628d1e3d93b096_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2c52bc991f789cb2582b4fcd0fabd20b86b5893d9fcfbf6e9ebbb372cffecbe9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:611ab0d9521d88b9676bcf873b8aaa2fd385087814de0ab05c7c853fe98da20e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c6226a0f343e69d720fbc83ad01daedb925fc39d272df78fdacbd847fb075bcf_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:19425f8d71d7b67b74e76c5b770a5e3d918dfde9a9eb3e181c767b4489db01d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:39f0f3baf0bf65713633aeb91a80cd35779cce2b43e6faa70838e0a87bdb12cd_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:804965e59e0147de822be6cc464daa137e45c991e4ff00c7184b6fd8105eb781_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b9b4777d271c5ea81505111d169134181bd46169ccc05dc65f3b6e59f736d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1a6e143562b0618b3f5afb6d488e8bcca48d9b0b4f68dc70d77279643325ac52_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:22230fd972b50ad12367aa043fef070d0e580b71e874a0e3fc2f5aaf52839773_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3abe2be596ec79e32806af4d66a7350835433c11e8b053385ee6463e65f31d30_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bb8fb8cebadac019a3d8c7fb2338a56918ff39aeedd55318fcc7e7c6d60648a7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:28dc48f706edfe382aef8370f464836e99a307136561dff65f7e7e8b5dcf9a5e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:533846b923d36de2b953fd071f6f7ad38e60548e9ef1d3f704039bb69b59530f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:68d5b77732cb2c0b0cb9a7e6f4201570dd8134dcbb21019dfec4bfe1fadbad1a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6d20fc820b2b684137df0fe673dd4e98135ee6a8c39a660db8435be44160c4b5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:48568238316d40eaae138ec218e4d0fb6119c94d9014683bc25934210792500f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:1d1ba67b2ebee648e679f886122e649880437bed73cc62901f26e77087d1f72f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:627e8fa2665e8d19aea0b746867ce31b58cef207d6dea85228b175b96cc95dca_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7431114311d645b44e0f98c9a0e92e62a2c412a2b57dc47b52f1e4c5ae0baea7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a88a9aa0807380263b476e1e7491c9a4f36def3c403b43fdd30bab55f06e673f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e38292df09d0b5589b58f31c39ca74147011aafc1a51be00112856a7242cb80d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:67f16f35ae8e95b90d758bf617c953ffbd0f31d685b9f023c34e5de5c02d1d13_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ae42289a9ddca85918d07f71db7415d099e8544ead8ae73a0d79e600c1c0f067_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfcee1078c7f5425c41f8d3398ae512f2a07d156de7d6e92d24d7f5eb1eecff3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:eb851650658c10b1a102258af7b72aac6db36647d07ec4eac2bfce099ae68e67_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:74efd49cd2880e07cee9aa16b7615504fcd276e8606b7422ffe6a253636462c1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7ff9273c653a511408a49a0778e9584605b9d24e1069da8a77049f70e2bd5616_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ad02d1ed96a39fedea9588756c548817e8672b8fa6d3e16f1f53221e3e7d9157_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b10f0eaa64d49ea5763131b8ddd134da6771b835333a4f5ac9ffdaa13cbd08f9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6c75dc3551d30161fe15ddb87170bd7ac33cb19b242907e99a9f2b003659efc4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7cc7c37a8ce0bc5a1de200fa97525c35943d5fe789787d642c4a3079c251c4eb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dd8dfd22f1e93168de72dae9a266654563fd41d605c65b4bb15f20ec65fd53f6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:e651483d73deaf4125ae3c2729bd8a42b277df79a6ff056a99ee3e78e2164877_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6590ef2d757e5ac11ffacdf6de04ac112e96f4bc058b97aae1facfbc9bfb9317_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8bc45cb12c534a1dcaeef41b7ad0a4cd8ac0e3b0041aaa0cc3a9b917602ba5df_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:92e18d38fe9dfbf0e50933d15f4178cc149b3e4eb535ccf0fc0da030d758f435_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:9a77e03eab2a1992fcd1c0a1f1c978755e236843ee4472bb551968fb16568334_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:686e7784cda9016a460c9196a522f1fb510546cad343e26f510bea264ab9b515_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:77d58cca07f50ed35b30a97c24f66abf5fd5482be3c2a86df38b5d0e4b41e4b5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:a553758f4aecd97de2202ffc5d96370765e1f92a11fa4ca464ad13037d7c1a70_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d09813fbb679d41aece1f097ecf3797adf142242feb12769a604c37df1b6d80a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3a967546fc93fbe58afe72caa5892b712c5b96072d3cfccc1c7d9b27cc6fd6fd_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4d09ecbb6bc7010c93d65d8bae5a368326d1b52bb7f7410d30dd068b4b9c1aff_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:78a9ba8fadeb516fb48a37ad2abef78f57a09b5e701a31ca41e4bfefe493d781_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b44e2dd5cd2daac1ef6849feb0b313950e0616586fdcc843a051788fa071a4ff_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5d94083e84fbdaa57cd8723c20bfa1bf0d2eaa0cef52c662975b286785db8cb5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7662aeec067c8b3bd0203da4d87e0837eb624acc7dffab9c0eda8081d992fc55_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c95e0922aa74f51030c35cdf1ee704f01ece7b4ec53f361055f4cfc58e464bb9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e4ae1090a43cdf4a540f1a2cb376a93d2f74449ac44ba6d0484e4612579b3d43_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:48c47a452810fe65a21fa858b102a2e7d9469e1143c51857844a0a74ebf03661_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5ccd0d2687e836eea86fcdcfbc73c7bdced8bfe2050c466860306d246375f0b2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7fd64ebc835133fcf6fe9d286f18f790b12295dcd904d61cd255c97e49f216b5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e862f18a4bdd246891a49434389e8dae5d73a68aec6d548dd282f3c56396be98_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0772170993a9fc0531aa948ee3f4c83a8e530802f7d6fe246a0688026c050d27_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c1b6b3c81c49bd764dce7fcb732f14f378aad992c953cdac86872b4113e8168_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:307efea31da6d72e50def18e1c08bae9e05ac8991d90379280c15f69c93be375_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f366a95bf18554cb9b48af250be89970e4c6b1fadbb97543db8bc202eefe282a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:09b9a909358f49dc84cf863e418fa79a72c5f23ce05cbd4045b2c966147b4edb_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1ce1ac2cafe2162c4070a5b60087ecdc520db1e90a433183157c554f86a8bdcf_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2c984681915470552c6cf4dbd2c900d14f29d9a6632d7d937d2fbdf1cf16a5d6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b3809b2f792a8b57efc13591b88232ca2b83fd116ea1a6ce9c05ec39733bcfaa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c37ef0e5d795a727e79d2749570d7c42876e2884561857149a17793543b9fad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:45b239b4328e73574050498d8a59fae10b1788642bfd3fdfd487a59654f2395f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d0eac8a6dea99105af2917f089cc423a7c21820cdb7ea4a3f793381cd07f43f7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e9625244e5cf3f4fd7e6d69a8076069e24079672e2c4bc4df7733ef31c3aad9b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:25939a8eacf00a315bfaecb90901a20f2d314f186c1a23ee0814ca611866ed5e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3b3fe898a633924c2e0f803ca944cc63d99359966004c6aba6a05c446a0539dd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:55a048f1d9ac836497f7783369b5b582727df86cc64fe7df91c463db1fc0ff30_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:88990b2047d4ab9055afba0c6f8895f30a132c361722a1524bed1671527d99f9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4bab889d5262b3f891b99f0a521f6d4511641313cc1d3a5970cc2182c52e0fc2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4ddc6ce50e06c258b4f24827f1fe5577c4ceb5d68ad925a185dfac5b2b3a661e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7883c26d4640f30a8fbd635f5442fdb46625d727a1b2382220c454aeac081fe8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:955419c1ead9dbc1c2545f367907dd4b1e8133ea23ef65407341e9a505b1cd17_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:206e503ccabc3f5a01f11ea5026cb64ad6ae62adf2eb9044386efac6586cf332_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c2d2155a6d299536662cff9c5a8474680dc8d9c514b152e87421feac7cdcc22f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:e62baadcd61bdc045c205ce81a3b2b650be73e7b3a5dd5cb53ea4c2f8a181f0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fab5b1965457ca46faaf5d1e6882c17ac2f0e1db5017cc81ff4da8a9083cc838_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3e9733932088db40e1d1dc25250b68d83aae6fdaa33923c2593ffc6f10b84984_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:62ff6e225c6c72f9c9b0bb33014544d1e02a30ff9092c25fddf72d9ebc8782dd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:70259c080741f045c19c2dfb1fcd5069e9eb7e413294d855262975ae03e60b6a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a974b10609ceb50c391abab36ecaffb9c6ba62f66b246f529d8f7d1f038165a1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2a8daff0897cef178c43b00d43b3468a3ff9389ebf337533c771210ffc608bc3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4c7da9adb32c409132dfefa7ae79fe99d41b6f59c592eea234970279694951ff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a54253ba850cb357befc0173748523a1762858066023e04388c94c2d5caacfc9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d49affc20c2c397c1ed17de7d3a7fb98a3f66efe9f9bd4f4234c0832393df9b2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2321dd8c9cc505a677622c5cc680e4f3461c6bf1fa4267cdf7f39383967a0b3a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:582d0856a394c73d8faf8d1792a80ccd8c66d80cf65b9dfea344351d767132d3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:938cea3b81e1b74629b0bee65183b0800518b4b757175d34669fb25f6e5d802b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d8e3f695418674002c1dd252757415372d95b38f813a3d432abab774c7427b2e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:8fadf40fe968046de41a4a4c6f643d9077f4908a1e456d7da29e0b0c79f8431e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b7b73c5b17ad867eaf4066be6b2fb9a322677ec3265c0d1bde2e317f54f7accf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dd6c4a3b961b608a71122ddef308287483d90f3a153df4ebd00b4f85b46bd551_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f5e86e560d2dd575aa814329ad50a38ad4c7f3c111353e652e55aa5b58033f18_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:10015b131c57580e5edf1fa90b05b19482ea67ae3b588efb30da1cfb2061deda_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:99060fe9572cab596228b61e892ca9b571e3b740c4872ab55e3276d4ad65260b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5127b9d0570329e12a37d1c7e38a3ad9a1c990b7b0e1d3f3b31f5ae1146a518a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8403b335a511bc219b98b899e2cf4458347dfc67c8e15440801b1434f03ab555_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:8bd350665dfcfcd29e64a93a9c1b700817a99560dcc927a75c13cf22924a557d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b47afa8cdfbab90e0852af59ab14d95b430a2e94245aa9d1c65d1a592f44a90e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:15c698a4b3293ec372e1ceffaba0fb9360499514271d26c22cfb6cb39852f598_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:43344ef6148d5c76a10961d19b3bd83e219764cb53ac4f310a513bbe694fef6c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:084a185169e09b57b07073bc5c82bc741aeba187cd9cb33149c830af00cc6582_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:171aabed219e2a837afd87ec9dda95bd32b6f780a8c7116a6dba18533c07605d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:33926bd728bf4ecfa8146f2d55c05f151150d249b965ac4338cfa8a9acf642f4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c0709bc4da1e5574cf296180cfa6abce28c2b7ac105abd95535422abb090207b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4ef4397e1a1aa5b377ecab2fceb5c2eb15b526ae39bcd9299b45d9abe4bbbf31_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:852e6be5031cc90ccd9d02fcc66b59baa692d594e7ae95e68b8923732fa77b49_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bd9e30cdd5958003b7db73e8d871b448d208c099f3dc7e9df3ba56e6d476ea66_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fc61ea57eef9eb7f0bb091cc0815a81844d60c78f5824640e40096e8de8a02c6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2020b01fe0c8555a2cf070d5a9bf75691de4d8b775b4ac91032c92972ae6a424_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6c3b876e5fa5594ed92ed3d333ad1edd228611d67b060024511f8c6a53eeec92_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cb279e6a6181c4ab8025c6ee74497cd95e990aa02a03aa01c8e4ecb81718d231_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f6562421b9828dea833fc82160705ba8c0349531dca39eea94da4bb31b8d3468_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:44b8d7704e559a8fbde7bcd2d7b51cc025eb2b898c74497149f818473d6b7237_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6b3db54da066eff7abd8e8f58ae42163364355fb1fb5a166c3f90ef42024e24a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7bccca2d8db4038ed90d7c5d995bb2daf880b3d6aed320c6d6dc89c73c38170c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:afc464bfe9fb581e22275814fb3263ada3383b571ac4765507d2640470a8fa3a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:353292bd26a33c9a68fbb8351005fc3b65d1f0dc02c82887cdeb5d28beda1404_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:af382c36059c0c0d6e76b41eda8ae2055bf5717205754272edf126fe15737cc1_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ebd113dd73707e7e234669c4b52e7ad90c5aaa95d062fe7b2ec18ad63b942920_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f0b91324c63bdd9b1603e0bcd2e554e1d595168f9337a7c26d3834093b24f6e4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:23a74b9b847094d230ca89e8d43c924098aa5a8ad67bc02c4b11833c4620aba2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3a9adb54f0e11beb7e2f393c00ef6014f9c18796c36e47ff1f08807dee8a9e0b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:558cbb955c8d4de727f010f3fe97f285b6922f4845357cd979c22e9d6afda4dc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:64f0e85f122f8cef1a5b444095fb16f95b255865ab116cd59a4a541bb61cd09e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2b93d36104e2c99c09823ed5c6d12e25abf3dd07e20683640f99b687a45e9b6a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2bb2c4706037910e8045bf0127ddd9087d2c8ab9eeb09ceabe97b18dfe873c1a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3e5d6fe6f1f7a495efdb0a61dfde0d20def80759a215bc7097265c816e07919a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:efe7886379624399e04e4f213bf1f8b2baf1acf989823caa93ed8ba76ccf9372_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1b152d3df7256fa1d16dbc4edc991503bd90432e1c8408149603306e62a28a89_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a7c3fd07837a9c03ab834a0b46ba51b50c73037203ca4d12d8cb2a45f690e62a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c9aa9a181ad76c715b410ec6866d86f28923d2becc8438f3b56a381d7c668897_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e96b65f0caa9f23429318080d5812ddd5c233b881b6f460d944990000a6d7018_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37569639de1f8c36904366fe21657db1df3c26c03b8f9f974e0a87abe862c7b8_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8d27603330319790b463eba638816fec38ce5ce81e7cc2c113636939d713051b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9e9598797558cb0767f9bba75faaece26aadb56163f94ae2cc2c137645b5babd_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:cf8f8b11a984107f035ff28ba24ff3f6e1d10cd764ac472b94bb9e74d435a459_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:70e6484048faddf5f59bc7399fb22731d4134b6a6e2c2ad3b1e92bf26e5ca902_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:93c6c010543791ed57e08cd0630a7dc7903d7455d61686cdb0865b13fc52f44e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:cf50871759b51c4fd1f164c53ec8503379de265ff95b5f6bfcb15d3820722c78_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f296becb22727fbcfc0a2a4a91139dc782688f43f63396d645b03bf698b81ecb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:227f6cfcbd9f361dac87776c3b625a4ae91a7054a29a48c0aec491a786f81380_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4063848bcd02040ab2a26a1e77d643a8cc01373bc6467070f72f8cae62ad8bf7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7315ff02d1adefaf5e52dc2b87903cbeaa1ad7c30719ff6afd130d068ebcb429_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:c33effb47bad5780e4e0ed220647bd0741276ef5c19eea05014b528b91765efb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2883dc4d23d0c4ec9551a0818f5d5edfc708454b48333db179232b6f7bafb4cf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2909be49bc0471a0e2ab4e9172e4ce490b305b8e1fb86729b45af106f1ad5ac2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3b91df98133ad62ab43372695b3953c54d58e70c15eb7ae201b68d73088c0bb9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ea31f2ac734ef3cec4337ec6025a1cc01a2452ec124f102e5b1400a9ccfb05a6_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:2aaf1b270a589b2e9c907bc35b4a3706cca1508a06142dd3086411e046d7cd00_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:32b91a8b6cf6278fde2c8d33666748a905a8dcf290b6e16ef266857d4838d3c0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:fe8f645cd130c489a3454252abd64c554d583cbf984aa3e568ae9c4073fa0f03_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:9885e38ff9be6d7ae070a00b851232a29e739a870d32b2508ab9f34e56177bd5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2b7476cab5336d76457b1915e734ab8702c461af8ca4d9e474557ad8354f7065_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:4890f971ad6077addd93d4c7fd1e9ee46ef3634bf89ff5adee2a95ad7b7b3f12_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:afc7f162c9c1c3033316a984254b8a477d8eae5bbed9cb25257d54a54e1bb866_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:e9bc1798e5283c65ff1487ae78c1175395e051a6c13426d3e8d1b898469a3493_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-73566"
},
{
"category": "external",
"summary": "RHBZ#2515509",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2515509"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-73566",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-73566"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-73566",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-73566"
},
{
"category": "external",
"summary": "https://github.com/isaacs/node-tar/commit/631ae59121bf8fc8a22bbae35f074cb9b789cd4a",
"url": "https://github.com/isaacs/node-tar/commit/631ae59121bf8fc8a22bbae35f074cb9b789cd4a"
},
{
"category": "external",
"summary": "https://github.com/isaacs/node-tar/security/advisories/GHSA-r292-9mhp-454m",
"url": "https://github.com/isaacs/node-tar/security/advisories/GHSA-r292-9mhp-454m"
}
],
"release_date": "2026-08-13T17:39:05.796000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T09:56:49+00:00",
"details": "For OpenShift Container Platform 4.22 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.22/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:c987c0017b86a5aed02d5fa854b4649039e7221e14fca2e824dc37b2937ce7b2\n\n (For s390x architecture)\n The image digest is sha256:e38f225c850f6fdbdaf6ac3ef1f762b1e7068da19ef3cd57a00f72554e3d0a72\n\n (For ppc64le architecture)\n The image digest is sha256:ea726e65a0f5f8ae5b5fe4ce31f2aa75943c893c91bd75feb644c4042c88865d\n\n (For aarch64 architecture)\n The image digest is sha256:ab1d1b8e7b22fb2a6b3923e6e8fe77b8f0f774c762836a07542b7ed5ad52d86d\n\nAll OpenShift Container Platform 4.22 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.22/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:56cd8314cc9791e043cb4e5ace324013f4ce4c825fb5f9119b1a6c6871b76a3b_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:60441"
}
],
"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.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:07716873e44d49ad177f8c572fe54cec7ddb819a70492e6bddf36ef2ea5e6449_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:288bb644cbb5e14b00d80e0b409c83644a59cbcb513d19025f8b97de61f2cbea_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a27a41e1a167568dc9bcd1f125ac624897d73bb6dca7be80d256432b35e4c6aa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:fe9b92e8a052208c6eeac2ba816959ee8129cc0f68bc93bb0a1a2f940a49f4d8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:44ba1190dc20c3a99259ef0723be3c9e1c2d4f339ec4eb4f38a9375cefd60d2f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:48a700617f0d4ab9dd6b40cc27e9f602892037c10872c19c60f62a2a848e451e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9319978cb44eb1f26a7d82709c4ba7d9b6b0bdad78c6c6080bafb0933103bda2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e734fcb9ca41744ac9213327a775aeb0e01ea9974036908721b532ed2dfef923_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:10097712385ddd416b15237d2af20f86a0370f1d97125f1e8a0d25a7215f6751_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:40f8f7e1d72a0e70d96c1ff028cff7125ead621e89cf2f3c1cc5262a3aab65fe_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:50ff72eded21d210ea9c57c9f9b192cb6ca5efe781c5c5a9d2e1129e2eb7a248_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/aws-node-termination-handler-rhel9@sha256:f77b14655ac6137b53212c8ed526d6baf86d6d6332513416daa73a6dc468c832_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:76042ef2dea9a9316a7bb2a38923d0b670663803c75f5b8351b5e71d344b479c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a645a364226f6768df30645c15ffb8b7feb1932a96c3666cd2d8bbf71786fe88_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:afc4fea57ea3217712f10421cdc7ded66093dfd0d5cdf09120ec1200d696f332_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f70b291b3be37bcef36e4cd282cbd88f917dcc5e61e0ad6228b33b770656b8ca_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4cad4e954d5e9fce7e93ce3a81da34d58e01c38a5d6140cefa7eeeffa13e1431_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5c1598ad56e3f9cf5801a990b2d5d007632cadc69118dd15b771d8104893b722_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:d18a7d5884e709f2440b7f85999c2351c0f74ba09b876a7c915a974ccfa3dea0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:ede11c7678a732b9ef9a763632c13e616a95cbabdb36baf0c5c48ca0d476c260_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:208703e1b4c8fd82b6cffc790affc4bb8966f6d95e5b5631d9fc7cd429d82242_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:40be47b6d5dedb587c54ea5f6ee763dc3007284e85cf75d9f48f4de83bff4f0c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bfe783bcda48a7678e776f99ab08f9d6cdf882432ae03c46593326bf8b57e714_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e43bd0884f4c1993cd516c3ea52d1f878a783f6a998a6dd3fe4a98ab11bd3e87_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0492b621d90ebddbab300b3bcb6979598f11380da79b32531f8978b26fe5edfa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2f4ffb0abe2bcc7b801658bb46ad9f397d7a3d11e8b2060859f5dee1625d7ea2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:30b0e4f82db1f3e39379b7aa792514aa726a0c485680b67351c593542c1b1127_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f0f3b27621a9276b1f4f9601b1b399eabbc165d74a4b4a20ebbccf6a36a8f98d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2d56871f80eb82c502cec2b901d3510ab482eea981f50cba4fea729c83f1897c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c169319f15a3e6ac9086e21438dac78a6b30f142c6d96d63c259e45f4b98c2ad_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cbb1706913eb430b86212f941bb32b066af04b431126af872899134a9e111ca2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:de56a4d37e6686cafc8591eb1f7520942036037ba5af21c286aea2d2fab95b2b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3e35e96ed5607d7229629ee64a3a7c942fb12da93a75e989f1fd9aa028e8fdcd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c045d9282bb2e3ccfdc19d09b76e81d622ad5c41750c960a066f9a735ce47a3a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d3c7bcca57a84397fa1932919a750ed7a002fd7f7be976152dd7c14d60feacd0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:fc479e1b1d14c548ed9a783109fd978efba5363537b835a5d09fa8d0fa9f9068_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:0e22ab8f884e0095c3cb3efcb63f9f37d55b72cff37962f271fdf534deb469c1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:ab518543ee2455263fe748f1d2ab5fd1fcb87e03bdb241a1fe657c748e220e3d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:cf25049921f441dee72daf95b707da269c5ea7af7026674c42a7e3c8cc682e59_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/frr-rhel9@sha256:d5350fca926c7cabd8fa4e7749f0c2bd9bf90069a11ed96342cbaa0ccc16f889_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:41ec41da1569234037cfc2b9cefeadbdb4c1e45363dcc0b5f2acce2453ba3dd2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:bf2513f4ea2df4a781fa74ddc02c207133387318444f7027e6b62565e8af505d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb3cc6f050ccd3fae295639dd627bdf3ff5f08f66ef0fdefe24ab8260cfba983_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:efe54dbb00c22c7e9e4a6d7c40e52665823c5f94d4b7b03236edeb1d7a304f94_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:073ed3fb3dfb009b6ba476883da5421996c5c4f4119375c0c83b072571d935f6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:14b74e5080c191fe32bdd2a416c80cd94a0f30ea6d5f18faf7396c120c5907ea_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:3c86e67143d2caced55d2dc470df15cd1659c5e16c7eb8af22183de1a3222901_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a6de5df300008dde127b655f67ba1c8e637bd6e67bc2c811c0d9e0ecfc3cb08b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:05ef13e75b41891cd2774cf5243b11da290ae75f12ecd07239e580a5238036a5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7c5f6b71b68331d1cdff8b3273fc7cebb945d9c037fae5c2fe0666f84cafc928_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:c221dffd999b01fe10c83c1cf3e93ed9d49beb5f0f13e8e23261f44a07fd9342_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ea42eecab8a62b7896ffb697f402857a31807834a102986b3967faa70f63775f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:0123a42a6d10e21067ef4ed5ad7a39541529ff0157cb27443a95b0e5d88efc7b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:61e542fb10dc0e083f8889b0b94c3525f3882e5da701b8db31cc9be68d803ec9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:69eb532db9fac5d796148a421f1c0a95f03a84604fe40d5e5a3719c995b8d3c2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7bfdc577bd856e0cc690c86a8fc9928ed3d034d4d1455378c95293376a74b9c3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:023e336977c9e6f23a82083ada96020a26cfea384189b765e89d6acf7112957c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a0734ecbae0ba4ef8a6cf77d42383afe04fdf33eed2c0d1e34782f147c675581_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c64a9e77bb865dd5475a4022629d394ced47bfd9adb137f69e2dd7bfca2c5a29_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e90910e06037ec13a10bc176da5a516287ddc34ccdfcb36432f386f7b3895136_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2052fdaecd2f3807694fa17f35f03f84b5d8116ca56926b6d657f0594adcc4af_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:274df573eeb1919286472cfde2006716aaa62c65ad1a6fb82bc351e7292a51a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:5f81d0322afa70edfd932cf1f80dc5a14ebb30f3f4cb0a4b9943859c3ef8a741_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c5f86407af14e6c3741e75068ebe79aea7c7d1a73ca87fc97128c53139dc8748_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:11009d76f2fc73fb88ad8650914948e04e30d4096420d00a4e6b1f2f82bb2a48_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:464e2bac04048cdd010a9625e6657c9f823ebadd624fd71191ee978520874528_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:4a6beae013e9de12cd8b0a39e9e7488f51b97b3f295e14d773eb28c5df9d6743_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a2f765f47a9fbb2acbbf3b00c2d62d7df283546b7485e7631116fe824cb589a5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:82953c91b88971066d4d605174664863cb062a6f7da286754aa4f05c11a69bc4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:8adf05874d8cc6284cb4566506787161305d95ba4c318f070e01960939526d59_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:b0127947224f18d500d967398c5008737df32168d2db50f1f87554e149328d71_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:c25b7a4bba9a988a6b7daa4eaa8608df78b927d1d454aac7757f18e3b6c78d86_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1f6a0d8476232a85b5d18ef9ce148135b69a4abdc45952f6ad0eaf41604e05f8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2989730daa53d788a9e1be03bf922a07c1111ee8559bdef63d058be6fd5f3fc7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8c0cac6ae1322cdf12df3c55948bcfead52641aa95a57dcdea97401ae01c1860_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:adf166a8095fd21a818265c01776b94e25cea102a98de6875352cdc47fba933b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:67f12e5ce45f173e79229f506b92915943d263ca0adaa31a027cb7245d7a076e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6b91bbe18861c83c79693a155979f3cc56162624412eef4c57c52cfedfb38475_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:b2bb582913e9dedea9f2eb41f1568fa8f0fccce2e56be4f666ff41f3698dc147_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d35f97d205f82d6ffa260582fc6dce2fe0fcc3719ae0e19e85e06e7ab629021e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:03ce535e7bb582ca85793c8155f38ff9f73231e7cf5af4ce223ea89d4d2eeb89_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:605dbca994f47b04da902ae4b76744eaebe0d716a7a5fd3cb8e617db5dabb8c7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6b2582a7f534bb2716acaa72598b40f593897124fe03a5e6b2bea1e4c1a26d15_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d88f52e765c3f5fd4ad80f7364efe49e98ae927d82601d27105eb6ad0b484264_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:1305fefe98602549511b835fd1302eee6a4494c690d76964d89189c90f39627a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:325af02386526656111c663e6a206e755f2f30db00059078a0391d4af6cd95d2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6dcb4d60294895ba062bed0e9612ad7fecd7fd8d8cffdeee9bd65ffec1b20a63_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f492d67b16384267b9f65d20b769f93e3122f0957cec290a88a1b244c80e4b54_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:56cd8314cc9791e043cb4e5ace324013f4ce4c825fb5f9119b1a6c6871b76a3b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d6ff019bc8333893d6d5799927ffd9dbd02d0d388752a1ead6b8f85928fff4f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2d7e525584c9b7492d8b989d2ad0b8ccdc4f244987f26b4aedfa7ab1097aa8ac_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:598dbc32cda4219d6a0442aee99096b77ddbea0148ac3260c9c37e00b13cba23_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:e223d745233c048714d3ff7a04f8ee565aebeb0f5aead03e55dd9f305fe60cb2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:05fe3c8332c4626e356a2b8b33b235d605b8cfdf8b49a68475db687789a766e7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:64ea7652aa2f9f9ba58d56765ee0ffd7224d6534860d118c059c2c066bbf2142_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8673853d611d162bc12d1791bef2acdd4131a97b8a6e46961736724b69332db7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ee04f343f0bc1c58b1e016295990225bafab7b39a9c1a572b10cdc19076150ad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:4771678b9e18450e8e2a6ab991e844fb064749a0b09b089e54a802a7109c1ae7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:68c90482505c592a6393640c16467c1416f3175ba1273a284c3d0a9417e879ae_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:234bf4abb67f86a27d549a2d368d080a3671ab34786e26c6abbcdf58baccb034_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f330b931299e7c97298212e0514c55f9e086e2f33ab7e522d40d8e9df843ea11_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:123e1027c857bf3a084e45755736871b220117eb70d774a3b450f7d877e7d1a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:61d9a3fb3114cc2252a8ecb5b0339a5fcdef87cf962f285be72b164933afb857_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9426eef8c79d6e2c9cf5efb340257ef7dc7936b3369050776f4b45ed6603de37_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:b693182419b2287a69a8bcb3bd3ef8d6e799b5e7aa9b5f25cca855995588e104_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cde3a4deb285f4ffb38be4443b3c09f33a44d8f2007bfde6f8766d371487bb80_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:cfa458375e07e80969d9a9b3521c5983fd20f384b74f1080b865b618afd35f32_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:30a0f7d083fbf57d19fdebcba31bf52d257fda3eab13e1c8b856291f40278c4d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:7078670a28f19c15b118e3ff8d70afcd5e329a22eb6a44d3827f9554dbbee812_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:6d60dfdba0f6368f23bdb554da68f81e3d088677ce9748d2850ba8f2ecb0cbcd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b71a8dd592d2646c7b085b06edefe64be96e38113c3547a111a8d0201992b98c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d906f3f6f4740b50fd6266205b0b3f986b35ca7a64ac7b6c52cd7167d0cdab23_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e4969f9764190a2b46dc5c9c7375213c28518935d80c4e4570d122d231f53663_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:331e8f309349114252acd7fe42067ab2b7bc03abb6619f1df59c8fe907513d3e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fefc2125429189eb85f3c807ad8ba8896a48518f3dd7d93f94a091ec925e23f1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:8687825da05aa3fbdbf32fa82a739f58585d8d2564501deb0d3b97d67a4c431f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:e5886c91ae307b14a848b0a571918a57a9d2d85805af6c6ac7a2404dc0308337_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:260b87efa1dfc71726aefc2feb8dfa83495aedfa6e95b0e86dd1ce0d246233cf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:49a1a91122fc6cc34cb21b6de67b8249f154aa8e2bfade0e50457c224fc3ca70_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:cdc02821294c7bd8b4de75b356ec0ec8b0745b0b409ae9481dc08c4d967b53ef_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:e52b5054a3c11b34c3bc3450d9be2628816575531a1435ce44652324ec020dc3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:64e73e3f7bc1f37f40ae235a7866ea7c881d67afe29b398edc6f15befa7f06cc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:b4f0c23d7fadc3a15840607d9aa13327a3eda6272565f88be3691b74f16fa13b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:9b5eda1037248996bff10033108d1dec27b8417730bd721d980b778e1cb4585f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c397e51c6d4de14ea1b6a41957a3fe5ae54115c1cbaf414c013035333824eca2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c72d9616c2bf94661a156840d39e3a42d4023598c5d647562874c453b44b72e9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:fef61b2df388d1e5714b0f3293bb7878f1ff9ac64b0353284576fa0413000ce2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:267a8525fce7dcfc460052b97dc07532c927fcb27257b29f5e43e5475376bc42_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:886cef96ae99502afa35aa5cbe5a16a30d873e8c9c92d6bb3c748bb68877935c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9a68ca065607df1a4fd1a351041d799b2166b76ebbdf2c92a0fdbccd47015036_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c7a8842568f7ed4d4b1ceb0f507aa5a56d80ab213877507be04ab55f8fcb3a5b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1567f1a6c1a596e22674ad45cd1975c8667fb2317c84dd5944ccef58326239b2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:40dad16e2777a64a836355627be3aae4572a7ed6417ac39e0dca5f019eeaf471_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:800ffbe7a0007398e44945b2f3772d657995ebd902918ecb410e5d373de06263_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9720a885c669964be135fbcc55bfd5e9766841f6b11bb2c279ac030de9618ece_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02440d8ce569f4318b2110f8975fc4d0a93e6da6c5012882df9cbe77559a0a81_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:02594f4e3bd44cf7d378a7fa0533d54b4365eb5317c282cf8295cdfb0ae5ddf8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3e5753abdfee794bd09cd51eda1c7634aa7630ea3f2a72ff40c3fcf5661e58c1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ea8145a89efceb27b579a5f79c37c7457d141a0eb38b2de5c82ced07879539d1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:a1aa9421f9d52c8bb918e1b3c9daac3e1a076e70e003a58462b62f0a91fbf795_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d4dd77443d486829650aaee412b58df2c5fcd995bf2c493a22dc1cc705d270a1_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d689dbabc1df0ca42e7eceba17ff474f9e6a30474f7cca15970a5ee7fb870a72_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fea791f1b353cb84039498653a7b7daadebd460631446fae5f05d1ca8e85dace_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:100ffa84c55a87981f50fa5fcdfb5a5daad0eea01d0bc14abdbc959ca0a1ff92_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2e646fe351c1dfb3650d0b67694f5cb89fb7aae85c9b8edd356f54f40b9e9fb3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4a45ec0f50d9cec050f1c99dd33d288ba8f9e8dd1a71c2870eb5e799a42e411e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:60be3446f54ba3c5f93c5c4bf1de44d7e9ca3049abb6ab910f8e62e671a80d44_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:90b36fe8a88dddddcd584cf06ddbde8b74e9d7a78f9f51b77d7d2480ed45ed79_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d69ebc6a9d6bd6f8f75d933ee0f7893b285fb24e994bffc35514ff5211ce68b1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:da6ed87ee2d899e3fe9c6e8b08bcd44cf11e1b1563972ca4aeb3e8bc806a1d2c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fdea5b85efe39b635685d506a4416115d546a9f56e87903650b5e51bec6a10bd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:47ded0bc14992d79c073e4cd541279def7e44d8ff586a5cc1676edabdd86c13b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:642eb8c1bf4631b969d0ebf3a0755f566236ce7b5534fab78d531c76d5e802ad_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7189cc475748ddba6ff3f306320d55a840baa8f1da8a934d4500c49e6f675ea5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bc10db6a9f9c1a60744f49c1ed737bbbb8454eeff9fd00175b98872a1af17936_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:017359024215cf5a7b00bd31b8b797ca7f5f456d66a34ac12c44e53c1ab77fff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2635b651e023c9d4dd92d1897b4513947985256607f9d2dd8043cd7f5de3a765_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:542b1a4bf2fafae85c50eae7a182ffd3a3a07b2c234a00e4e6c639b1143b4b55_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9b3b5510e4cf6b4cb86bae86fbf36c1fccbdeaecfe009cf2e67cb9c1d7924ef4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:048f5dc4b9176a86e0d82447e036ddad890e58e49c8508cd74f8c297272c800f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:0a7e3fc4b1f892ea2e77c1f5d961507f0fcec7740f33d3e308904cdea1d3ce21_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:44db7037b872b0164497a603e99b7c5bf2bd9aaf31158e8a4e8bd03559584155_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:a8ffa384c6770ffe1bb9b7b8729501ef2c06199e0005b16e5dc432dd8d23c66f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:176081efde0e44254215af3f5091e64748c81d2bb29a1e7a64ed2879c6a7fbe3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:42ea798731bcee8b868ae15f9d45b8f0aaa91d1a4f7660c53ee08b070fe4c9f5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:85fd9925886227b53c26a3ed09604c408c49b8ddb9cf7efa2057335bec94803c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8b7b592c5ae05773897351d97fc9925e6904ed02a6ed49e4737f0f649b7eabe_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0d8537a8b89a087f59b9f0c413d9c8d6c77002ff0d9d8579d179291d3b6caee0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:14cc3a54f1ddd57ce5b80b6d111f0ca27f74b4321c9915d5ec1960318c71d752_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:7dc1bda89f2fe70041f850dbb5dd3804e853961d2026c3880fd7255dd6e57b0e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:aac4600f524660e2351490cc7aa719ac2dc93193f64bff1178a04376bda57cee_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5449067a980b2d50b360b1aa1164fba67693402210111708ebaa00f0f93bfb55_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c8486459e2b80ee2706409e888070c9100938357621746215ad7871ab9ddb990_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d748caca6496019c594ae5aca825845658e1e8c5a1c062a02830aecd677ea1af_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:dac9a4617348551eaefdf01ebf1770442c0bc07033fcbff203750ecaaef1161b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5143aae8d524363878300902b89dfb5f3420ce897bc36064fd021d23993432f1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:6fa81971ac5bc843a536eaf167cf5147e879c5447d7c1ec17cebe7ab85692317_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:bfa79bf705669231df1e59e373712f0b04ef2c0676ebfd901bd9879cef16236e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:cad2e37531b2ba165087ddbcbccf9cf167c4eaca5a3fba5f5f4bd943b8298678_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:3538795f3effdfe84442141d83d0292447b4c43e3d68871afcd453f80e11fbff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:7da313ec91e1a9ff08a16ea2b0af0ed1ac73e40c4b629402bff19f183d45aef6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d9279ac3cea7e1e400e244624bd7ce53cbb6343d10872873e71dee20263d0e62_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e89a5c92caae6b72646e17535787d06f7640a47c59b0b4f418c7e48918736d60_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0ec6c9197060bf068f358283d64b9b877e97f072466244f9d147552a193fdae3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a5aa2eb87a3fc9c5160f5c37c50cb88cc0a77bbf4eebb298ee7883ecf47b456_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bc1512a1ca871d5e21162430f028d7b7f2391e19cee9b3d6e253b6b6d03cc8e2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e8c2baac5dee142c4e84d01c731abbc200cf24a04201fd8690f0d47035958830_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9b45bdc374e248769add4b772aca63e25ff0baf8d490e64066bfa78405cf609e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:bcb4f4b45a7d62927ee6589db9d31e9bfc87a13f3b0239649c9701b10d3dbd75_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c1c72b9d00d45dc90f97bd9c5263e6d385ee34f3a3f834909dd8b8eb28c3b15f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e15057d2878011a1142587df35dac65182dd4ec4c0f3c61055a73a23dfbd615c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3bef4d599101ae4c2162f47e89f5fbac89903db3f007bb425eed38e1d9b4d9cc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aee0556c560d2ef9f2ccf501302a373f15cdccc83ec2c6935c4ae6a2f25b63e0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ddc3c05d5daa3aeffe5629b7e2fedd5df301a3030f8f8c6acc3204b8fd7e0995_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f463811c1b1e6fc34934bb5a8151fa946acf321ab57f9901b3ee1b7f75546beb_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2abfe62de89fdd0697da63674373b1c8a2695846d8acab5f17a35fb38fbc23a4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7701f38b6702b4a9e6b49b3db83073475c33528d2529e63b1b98664bb7191906_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a23cd4945d2e1f9e1c194179fab9c388677fa1317e02a99eebc575e227064b79_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f2f194cdb1a14fe59e05455df10ebfe70edabd37ad605346b6258c5bda79d96e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:9b04b0a1047813b35f6ef09e1fcf1e06b63946e0a3b3feaee3e081b0deed689b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bb521f2f97477b5b9851f6655f1738b620aefccaaa81cd303d17eb74ade7adb4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c8a1f9ce2dea4947e6cb460bb4b4ae7ab6bc5f816ca25f3405799d56c6ca48f3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d8f67c5b7b8903633485f67a76f88ea13855bbf95e92b651bddd15fa91458ebc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2c84af74e0937a0f3451054240ab7ae2d44c1b566339012ebec9e5b75d7a627c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:41ab25be6eb002ee921bf74c1049e07547328632d576e78fc45245177fe9ab84_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5b389b9b0acddd8ffe5e5c3f9d54321d061253f3f45b5b66b6dfa0181b73b87a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9afa17f9f4e4551369e891d405098219c071231ddab921dd32bb7bc66bb0b6a7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:0bd76e62d162ae823a34a766fccd9d339e3f550720d863b477273734ed1fdc39_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:dd17b1ffce727d9a74c3f64d65b72b03a5c8fed96e773665a078dfab33bd64c7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e8ed2c9324c2f5594f90b049e92f2fb3141dedcd99165e80e8bfe147c738adff_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f7f45f6d562bf699e0e45e134c7ab71701dc3994882cb82edce9356be7627ce0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:22dee3c01cf1deff68d73d76735e420d223ba0e75dba1e7ae224ac4e7b14ae79_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7134aa51e11a7d6b826068d03b9c90a518cd3cfccec0e3f06e57f5ed77daf6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:6c7cdf9e85bfc54e4562176d63e1f2be56775dd761c6c0cbb80fbf888dd1ab43_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b72954ed888ded15f443784fe6a684b6e0d7782921efb788e242d987fcbf5388_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:63bf84966169bf2dcd8b8bfee3c478d9e61881ca007fdf3a8be4ba5cb1118211_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:697ada7f8e4bc8a881e2f1fa3a8402a2e96448f948befd465c59e03ced12c9d9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:85ed053619e39778d5a986255af37802ac46a26899c8a448abb139736db5e075_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:abe01f65affd92347d8097b3922e587548364d9680b74f767e9cbf139c996802_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:55102797bf884eef2d8b842ba8a5f2538f711622eab1c82b06941ec574b8f266_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9cca1a2d1a6f5a33257e8f790d180274f24a01c125a717ff79da8fa301e2f270_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a1f1be1027b54388f762951ab7983f18cfe37140efcf2c778a5d11d4740e8e9a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d65990c0adf148e94c1c0ec0730ac2a285b38eff128cdb2fac7f61af1514fd14_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2db5ea10de47829d4643fc525d9efe3815db59d5689c0febecf4fd722ad0528d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:5dcf0a7d3c0b2062ea11867f5fd2a4ad56fe786b11c3095d76eeb4c844240a6f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:73b76f141fea3db7cf7df4e9b70443b37fc67790cc6986efdf53a32ea7360bbe_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:be3286f36b4c80969594af159ede49ee20ab5dfbbd890649c2c4249335714466_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2cb748becce8d80bfbb66e84f63e0f0a3cdee6d9bef3833eccca24132e9d0699_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:374211b6e69093447e90462693c45bcdf2ece57b033a419f13585d9a46df62a0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6047837c63bd707f994797af79267ec8bb5075b3fdd88c069b3acaa04ee2cb5c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d8c4afb75de3b6d432d4929f4d4fb6938617a794ca2ef2060b83a02588a1d0a3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3287f57d83e7becbcd3997ff2ade6e6b5a664fd08610464002229e0a116dfec8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8a58a72e372b4235b4751e08f10c97ef0798519e6b91595c234fc14089d7495b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9654a0a2b4549ab06e5422dc69872961c892e97032b18d913cc197dd3aa39f3d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9e9ecf8cb43e1819159bb8fc0eb5641b71663e110ff757e26d5549cf41075084_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4aa3e0ca4b5398fcaedd212506e222fd435f7a46c2eaeb7a49dc50f789cf13a3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5d094c8e18e42d662ac2f5ba16602c1513094c7dc547fbe3de562463c4096bce_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:67f85bffdf2db08fb27d52c6a0a8b615a4b9cd748d9a7e6126851d1bb27844ed_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:7d4b6b9e67875889c95a5d126bcad0f6b98c148b85433180573f439a867d9e25_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3c0791290db50c5a925a80b371ba8bdf91f4fccce56397d12a989263a972bd02_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:654aece866efed516d69db0e47668dc85d3936e901aeabd098e07538aa3dc617_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7637a44a01d6c56f002120cf96228b6c68e92b4391d4b6efa1c81ff8e40eac0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dbc636494f53ee38eae00f243bdb92d187ec84654c280cc454f2b4febd7c22f0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:08f46b1d2114a3ab80bc7cd277859a4f84e870c2421b9e13370774deca0aebe3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0ea69bf7a80cc8c0810acf8c7aaf2cc1374d3b034065f1119ca33af3d1794cbf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:17e61f4a9148bc2e0fcea85c19c98eb8c2efb701bd21f8b63547dad13fc256ec_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:8b81413ad0f567583ebe4782344c22834c1781c5f7493c8a05b827f3f2a5e409_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6b348a4fae63bad66acacb5f0d03b8155246733e758f14208956c38c2bedaac0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:96eb6b75d6a8ce22b199b8150e628a2a00c427ffc79b2fee2e24af1bf584bbcf_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e0b17d193af2fd7e981c9908e01f2d840cc939e24bf1be19977beb85fa1159ad_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ed56ff21aa465143bc0d1c4f20803873dd07999229739b84ef7861683476b22f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0654b81d996d73c5b5b03310f314bf3bd6871b3bd4d1abe791cec9b7a3339719_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e294ee6e92049316f91ecad5987a24d7d3c06809d3db2ee3f9a41bb461bc220_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:2e3afa0bbd3ab3ed4acd6d0059765116e9ab56090313932bd063098d94f1c3b1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:929f235d156df0f59479d60379dab0d83d6fc662d9acf7ff050a520850ee0125_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:14b5ec9622b1a177ffe69a7c87b7797c06b283b26d5547828d3177f823074b5e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:52a47ec0685655243dfa60738842ba038719f2454b85024084de270736d06529_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5fea5bf035692313badd286c7d13564d48c34e3195bac3c74ae669607b5b5875_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fca2b0ceeb7e301640de2604932cfb2c386441e0d3b3b0e4a525f0a6b00f7cee_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2b85420da837c90d984c5945fae12321c8e6b6fa270768da6270f382194f2d4f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5e5a715049a34055fca9a4b36dab839573238385890678734f96d7ba776dadf9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6982d2c27206f15366ece47b40f4a6a2994c7acf5dbb94aa274c55a2216d0063_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a38c23c37dbf421c77c4f36758a105b790123d654f1c8b3419becfefedadd0e7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:021e3ef983d0ca18800e0fc390ad96f4b6f6b9c3ab784c6e74ebe2e7fd7b31d5_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1076cff5268f9fec09a760da243efbb72eb96645f838a746c4c4e28ae4feba33_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3eabe7ed8651b8dedc3a2c38a83527f224ba3b50088b3238e158048bb2ddd85c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c29274bf105ffdd07bb78270a6dc497fbfb699acce48c7c6b7b6ef32416eb20f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:71bae3f7d9ec2a469c8d69b9f67d27a0a98a26bc842cc8733442cabd43fe3c06_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:b67943ce9e26423e0bf84f411d50f394a67a0f3368ff289e695f8819c4fa8c02_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d4c9ea28e8a716d6a46a42cd3b5efc82f42d456e21791c32369527ae82f643e0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e4c222d813696b8b3d4cef6982cc88ba3d4581ad6842b10510fb4c8130a82684_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:4d789598c5dc7be91f05a8766dffccc377a71db2ea8c5cc563f396cae02326dc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:70267df26127761958bacff38fbeece08995608c2a24c7a3724495128ef2bef6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:84ea38804ec003ae82375c83ed4549163a2c932d6264eb64476e0ad175b4a4de_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:bfcf2ab8d6586fd6a8f08ec2fcc71f997800b8f459577c31e654f8ef9325fc42_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:49a412244c4d6b547d5b0ca9bcb041b1e3cabbc78f5234ce52b678207d83b3e3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:4d2e1fee9a43f8faf39b05a7d82ceac50094ebe972fd1fd85b1528961cf49478_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:564e888a319fcd9b1af19b18a4281c5a2c41bedfc3186fb3bb587a1e28954c0a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecb2d59766a1aaaf7cfbdf1e0b92ed025a18fd54acd41fbc63026b350c98a953_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:296a9379ce17e07df7008f1d35004477297a7ebdf9e3d51a50d71628d6ac68af_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:67f272ef9abe83f9cd959ce97e3d5c46ed6e118ca30f65fbad733384d228ebce_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c8b5246ba51213bb183e07d862b6d1f9b156e1d16b7656bd6ea061f9016e8ad5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ed375d4341175bfe6945ea8aab5208f375034307f6753cc726230629ab97a71f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:29e41d78f04e683ecb12ff2335b7205383670e7bcd2b1beec736261a93abd406_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8ac74d64736ed4788497e0d4d10226bfa212f6c0cc97ee63d7c61676698bc022_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:94a303f0dd0822b5d82509e3ff8af5887949ddaa0e3a91b9f94d0bdf4e1e267b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:95c3aff27109694e511c9e45d1132bc4de0fd636cde0855c9ef45f1a17f5ce7a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:16e2953831f686cd68012c8cdaea2b404c54c91050145b716ee8b0ffc5cf11bf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:91e3e3d331d92b90ea49a78531cd366201c5de278f56597d9dcbeae40f114754_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bb1ec078ef82180a6019d6e174c16a5a846e4cb8995753628db25a4ca0071474_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c33a11f1aa2fe38738663eb291e25503e2e6fc3cb5bd964e1a6f8db0475e29a8_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2606e2856430c12efdf947977a070de13c3f93d3f304608c411ed57b6de0c6c7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4dda7a5132b638230470f86622d84a7f0117280726ea52e3769c15f11b1dbbbe_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f3b4137b1beff722b9c1ec2e451577a22f44c47a6196139a39d4aff3a0386daa_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f688b554b17808b3aca13b4e6bb8a240401db6f6cc5805e98ebe71ff43dbf1a7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:07163bdf6c27b8066a5f1e8674a2120054c3daab1e8a0db8cd728f2b1ca0fa57_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:32956c0bb79239db914454aa82f94222c6f7a90be718e22bb80c4e75a45127f1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d877387429f09cf5fdf779e73200069c418e561f20a21815bd56fce1c1c4c73_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:9a64cc9623e5639b0e8ec8f5ad63a5ab83f92598abe541be09fceb37ba2fab23_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6d8e4146a7965b0a81984df7d0a2fc094c50e7010acb93e58510cedc8a42e687_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:764c1081056df81f61d6965869f9ba66d67f132d6c768c13f1b2c1c81d45ec6b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a27762ca5025270235002c90eed00d6d029d4b7103b5bd108eb527fc8e797f1d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f473c0c439be12fc83e9ebcef48a1a067a5f4a9cd581ca19ca34a3dd0b9fb79b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:6e95c6d3ba75f0655680a4e46b703aeceb57cc9ad072733bed1aeeca0e9b3508_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:ba23af1b9437640698b924bb0645013d7c08fd6121489b01b63f66156faa6588_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:01c4ac10b7061c77ef54bf337b8488722506d2a572d9da7d9a689b4c9ff7c225_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:67c19e36b3f264978073841b06d940efc3fe0546baabffdfb35c2e5a1989e96c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:add880787ab5dc1af04cbed51e2da0f6f630ee85387617987ec6d6d8e3a28009_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:d6acbf09fd11d29d0d715b96e60355a23deba955fb3ac6ebbcbdc29e6923d508_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:474e02e9e121dfe39458bdbee1f434d32fa29347f55386a4abcd3825c9235456_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a0e6d2e5adb8d9c223824f623bd7d391e33241fcbe281c54af8e3925af5781b6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c3fffbd0e1e6db3256029c6cff61bb64ba56625041ff86a9d46a895076877fff_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d253f116a2d1e2f033f47422230a0a4e8a9fce255d71e9140a0bcb6f255c09b6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0b41f824ade401523c3ff06e2dace98c8dda246f40e6a01a588dab6fcad09683_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4954d67caa517e2e2edec0e5d4b95610a31b82d5a86f9058cbe55193987da9d2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d1a37ce3fce40a5d5e3065b5a4be81a18fe2a6b81bd5d16ada65f2647fd8fd0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:d395f05c26536703d44d06525efc0ac6203440e6576e8a1513c7e4ed8563ae62_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2224a1bb7f39feb0ee922a54a94d8dfa66e676caffc681f99227eafc0082b50c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:339b51d602e6c798949da55fc36b4e83d4b07909c97f004f8aebb5bb6f43268d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a7bc2291024185f39cde4d43057b17968cad18451fe8447b0ace526ee11bbcb4_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c171ac27f2bfd7846db274c1d2be8b39cdfed3afe59ab4fb01f903b5be3af443_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:45c70f4c6f15a25e1982efd6eee6930f16317ef4cebd11ffe2b5994b9ad8b200_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:938dfb864f0a9dd0116c5969eb1ca94f2e04b914c3ee56bc26ac33f90e2535c6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a4f095b9251baba737421c47566ac7329258b8ff22b0f131c5a941ad1b6caed5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:f7a4c6ab4dc050efd81ff5d7dee7569a55dd0cf96e6413c47770699f5fa02b6d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3a4f76a56b75c54966a76307c4fd647d854812bd22e55cb228c1e9b5aea67037_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:98110bc940b974dcbb8b0ea21c6b52bd96ecea62779f9665d3ac8dd03223905f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:a7e47a89156ad39c7e5820cbc98a0b295ca1a3aaf6b72be3961c6d4eb0225831_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:b6a273a6d68b36cd939b6bba836f657168526125327fb784c436c99848f49f7e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:26b6bffa3e11fabf11ec8176bb39ab3e301b3c5a85c1aec37142860ffac1fe5a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:301f5a73d9d839a999dbd3c9a7741ed3458ffb87426b7499364e6460850deeb5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:57eee4fc78405492c9a665c228d1f25c75f0390f75a73d5819aea7ebc2da6b4d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b10b625aa3fe5011c7fa9db3c95ba6d36c569fd6f6aa4ac3ff2431cbc103d362_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:11b59cdae58f57a02a4c8479266a50a1a5691f2e8e4382ea7ce96bc913ad4afc_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1f11609dbe46602b2c11ea6c776cffc87ebf3fe2a1204f25bda85d9793d5cd60_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:28ca9310e14799c080a07935267ab4ecaf6fd1abadcb1e165deb46c81f2e731b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:56a619fe929b8a18bf1526bde6c9a86f12a1c0a43739d1a0d04c58920d3ac5d0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3bd696b964b694ec219c5776593bf4772dafcc3f43b973355913801929462557_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:4142674147742cf0ecad7223e02e88efb53e5a34ab820df5ea2f645a04219da8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7c59a7997fa95d2895620378a7e18f0074929b630c329ba3f03c72e43415364d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ff35fdf6dd3714c214394ff6f203815f23921af529bad0dc22abfa1d1680b333_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:15198ffc1a039f56e9cfe7ab35037c34a3864a83163576b65fb3e9f5aa8f1f3f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:4ab1c5859c4f54f225fe4d5555f3c2d1aafc520ce7a9197b040e06084da9a43b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7be609c48462446f215d9ae0326f1c76bc0b779cd08db391163c796106e7aeef_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f04c27be87ea23869192754c00d08badd40a106c2f66b86bf493455b3e3ceb09_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:42ce515a9496a89b6abef7a94b6fcea6880b2a9833900d54e1dd4044c9e2872e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5ab9133d7b6aa46227bca8a1c6ec2ec9233ebed8e62e41ff122dda627d4a7fcf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:94f82ddff9d44dfdce03af24a851c05cec4ceb161c5631ce6ce88dc8a9481271_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a7879d59a73d16ad9c237a597dfdbdbe06fd6d3e3de0c9396e342250778dbe08_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2f370ec13f448fc82d3f142cc8b6a559a4d62044631f4b394742652c4672f536_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:38471fb10545f0fd1f879ff8ded337bdb6919a929043727936d28c2153a78fb9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8e6c8d7186bfcc49c6ec64bf8bbaaee511f62cb5d14aec29bea364f90129d36e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e35c02d8101af5150e038572081ef775816f97c77ae24fec3826bef8c24837b4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:123714413da1487c02d182f1d355688d2f0fd63e0f82865dd962567bb9c81039_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:675b6754ba7e231a1725cf8338d536551497ed05e7f40435a2a3c98e411af84f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9eced45114ad75c3ca56d06028c836adaa713433bc49f6196533276f9645c58c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b203bacc4238f6cc6afaa7dcad119d126484235694dcc33a46edc4d002dc7f5b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4e68102ebe684da4477f443e32d69865b6fa28d398fbb76463c67d85739e3c2d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:6dd5107b14c1abce011367145d859456aeb03052ab831b4c548fa4fba0b269fb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8e6d6d3162ace273c1312c383de4e1f6ffe2d8e6d7b553b64e6ac460ac040c20_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:061699fecaf30d68ae3d41b89d812ea8144627d9ca9de83173fb33fa06e6b8f3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:33b4bb5c331675703e19ef96f3185b2d3cbcf4d0e37a6fabbeb5a8dc1f46df10_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b7e15475952a147e7d6d506ee9686c6c594d529b27e4086f49b0dfc1e237d640_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0465b162143273b73d2d1af7ea6f9654116a9b1cba8169028273185f2dfa1191_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5d1720d8067c33064ccfa16d47931fd18bdd3590f53023c2ec268ed9405d0983_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e99c8d382c503a7b1e25e6f72ef293496beab285d0a3453d09ca73fb58247163_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4e09db0d6efc9289a85cf5d4ced1d6a6a7f52168e44c366907a5d4ebd3e7d75d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:585c75fc909525ac0332764b66db33e6646e5e0b0a4d01d176be6dad70a7447f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:85df50114baa307e2b4192a46f80a292500401eaf41f45b071b23bc278562135_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:3ad0b56893a8ad865ef9de637c1f21a358aae5ed4adadae02db3c6d37db93422_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:56925cf35430409d4a59b4de3ea74d8e3779acf505872bcefa26e97418f7bc9b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:a928a27d2775d702a7b4888f87e770c93049b645b5878173d87d893288c0701a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c83836428568394e500de29f5e4b44fa4881f5b5813a8dcd42a5bd16b6bd2bae_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3fa694c3f2b9c05fcf2cb69f97d791fa46600ba1eebd67608b109586dac15e3c_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:44006268f8f00b5dcc4737ce787d9221b50ad7af3e678ea6dea817a797512b4b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:6b7d13c5daddfeda27cc815f3fa02affd699ed626cc41775f78070cb8cab4f4f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bdd058e218fb99204c479f5cc33383634b184b1153a74c3333926e84f3e4bae1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:174dd5140764fb73bc002166fefbf8f897be7b295e10527410fee19338fe65d3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3f5a73689320e820972a39a40077926550f7864e2d1969a9352d3b833191086f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:df97ec11ed1fbf6397b6a62c85014c255b60c652c98ea439d1f47e62c6a0e4bd_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:dff5a115ecbd046f3a1a60ce8d8518edd570922528a7ba56cb17716831eb6b09_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:11f56bb6bdf0069b7bea04e5051874cf879bff0ed36676dc521975eae8cf1bb5_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1eb4aa5666fec327b24c011e1b7e726ecde7ba1942e0b8d9af38a65baa052985_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:77da9199e0922972da775122d60efaeeb4cb2cc464ff6855099fde770cfc01a6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c56c801a4a9e11f7b9ee071dc9634fd6c43aaf04cdd6b048dd4ea1a623ba16a7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:5332d1051a8774d9d3ebd2f6df71f2ae36ff23fd32b28edb418c028dfa6be128_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ae444a4f4274431a8dfa075bb9c91fda502cbdbe971856f54ffb6a0d5deb08a3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:4148a39c8311d7050050debedbfa7454b53c3e00ae4d63cee7bc6da688af744b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:699c1abe44686141c985a530a8b3b864b3a1bf2c5c6645d68f7920b8f752c684_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:608159f89bf52fbe18bbdb1c48b679346ddac7d3ace7883c84494615a4ab7adc_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:d26f0f1adde0599a01c90d8b9e1e8690e6e532a380e7852e83cacc1e439b5424_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:1ef42800334a0b6d395e1b1bc8e517e232713a4ee0e4591415c5347ea1352fb1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:23d11514c82b817c95564de1f0252dfcf753ca40cb154054c051b6bef078a960_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:f5311dc740529f4f4c444fe33bd5731b0ff5d213620207f039af546a3c521226_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:14f9b0d4497da98ffed111c1266fd4e0b4a812f6b7ec37b95e5702438602ce33_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:4e6b6f1636a4300955a587155ee9063979e47cb387dfc1a85f3738b1cf25589f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:2cb5be04fd1145f054e994500608d1463f35a0fb87305e559ff71c972795d978_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:664dd8b515ac89b33051c38e00fabc4f2bd8c902f9fdd8df263b6cd6d0a0bc25_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:28e1a2e9d3850462c628b0bfaafac15d68def97b8c1c9387de58b1fb6d877f19_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5c60f40d38ebe6f95cfc0fa78fed9aa265fdf3aced888bf232445c2e76e4ed55_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d36d045c32e335933939150b36fd2f86599add415385560d3e10d4b74a704d89_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:fa556b78fcc306b456576053e522d93e0c578807e220d3c562ea54cdbc2d1a92_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f9ea746b7bc2eb6cf1d82644d42d363d9343506f9091e8bc67740a06b382081_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:909ff0827690342dce5b4cf713327f3a8887a056951953c9aa639e916129e1ad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a8705dd5df6abd3d6931b298fe8e53cff0f8259547fa85446503b413b0ba19da_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:cabf1a3d4e2aab9e2273afa75bac084e93eb36a2801b91ea0d79982e9e7e5f2a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0b5cac582cea2ea2dee7d515f05bfedf2a5beff46ae6d5ca9626bbb36c94b865_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b920409f5635d704145bb8e1107a7c6f951976c44226a2083982443f67ce619b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d658355babb92069a73c35353c2fc0be4450517b3445d2387b4b0e3bd2b873d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f8036fe71f651189dda062ede40268c843ab07ad5b32e010250f9b6fe9234bb6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c5361be369c8e0194275ab97d18d52a095a5206888bc82d592f9f9ba28a34e91_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:f6427aa92071d20df4e412376886d9831bb0cbb15c10216ebf2ac78de096b051_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5d5edceedc72d2ec62b24b6a60c278e4836829c78a0bcfeb20d87fefe501a39c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cd23e978bf90a7180245b04b5b0df939ba57e30ea13a2a759a5d04953eaafda0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:bccd28236b901759b08d5106786d262e482cbd1e3798c1392c9c6eda9956a5d6_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c096101efdd0dab71581c6e6506b9a6560c96979e2d439ca888d2c67860c1337_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7cf38584dd1c5c269f86d85b0488e9224ac989f985989b00ba718ccd5c1cda56_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b2a85daa27b4a10282c1365dfbb48a3224df6c2a47d6f5ed59c3c01f6035d443_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3643a11084c5df88b8dd9c8d7693b228f3a9d94f74aaeb4620aa458516c14e18_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:a6a1152188a6d2cab12133e497a5c29549fa0103dcde8f1bb530ce7a033033b5_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b6f91ba9a89207a2f84a8bb1343179bd74948644a8b1608c2a2d84dee9ad39b5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c21ea57e4b38cb47e5aacc58b218ed97cd4e6ef353d86442236cbe8852c6f648_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:56c61752133f5574587fefec75502e2a132871ed033a824f62519117ad0c4620_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:5eee9a534fd647002e246ccc70b47a79737cbf604c5fa4519d10a8c66865e5a7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b1428b294b7752d6d56fa95d6630aad0b6d205991537ddc3274a7062c13df3dc_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c363dd15dc780181855ed7e8af09bf148d9e38d562cc54d90842f95ccecce36f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3978c02a12f2469999e833a2cd001a08741c4d9bd22ebe211bfdbac17563ddf0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:8d20d5c213a86a2d9cf1d4e8ea351a70e2bc1e8864e7435baa701aef3b22441b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ad84f2d6f695c6c999a82e33cee9938544352a648c0e72adeaee0803289077c9_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d872bcf33f5d4d6f1a074bef0091e74de82b3b1a883b9004aa1f6193b84904fb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:027641f0d532c5d06663e838ddee798513282838efa12811ede36e1b8669949e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:198fbdb0d6d4bf699a9186c06c310e4eca0c3252ae8e0d64ea1c68d7b67c2bfe_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1a3fb2aa3ceac5c827d7cde1cc0296d6974663d3f5b4139390cb29dee2bbcc20_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:51a53812eecfb69e77afa538400463c7eb51710777e9d9573804d2d9eab5d307_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:19cdd4cd8546c53530e098641c6c83e2f38f05f2d046c6a9fddc3c8002a01fa1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:27b826d0ac202a4321d2d28bfe26376b405458781f04acd607c3a27bebe83651_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b1c377c3a99dc0a9a6a39dfccae28c7e5a11674342530a05b237a33117c980f4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b230c7f6c243ccfc43e6b50809f916d3247f8daad3c750220020ec4337b126a6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:42cfb65c46f9f63ae3227c0dd5ca2a0a11729ecfb2865f3a4443821a85f7c8d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6ca3200ace5f9b6c36c20185dfbac37ef4cfb171f3a99eb9c746e52031bf380e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a9edb90a7efaeaada322b051c1b4cda47df859fad20ed42574fbe0fa00d15324_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bf0602fddb6c09c5c20a33abf72b947cf7ec8de6ef68144d2f4b1a1a9ad906ba_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:13df2c323a0db01668777fb495bc342806443b5c0992fe7f9ede76a0e731e2b2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:8e564be7535e32f63ff7a84bb61b3586b16b07f4ab6db20b42340dd998f2e919_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:29b338177ad61fbe618240d520eb180c1faa54fcd4be63c0d2d16f5221c4d7c9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:97b5466389d9b1e4c54dce29bfb42e901ac2c4aa39edaf99c35f30a766d38b78_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:989cd4643516ba83c661cff6bb217cc25d502febc80344e08e90c6eef8d24088_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:adec59d5a5ca059167c1dab49e6e1e6363c1788833f2cbc2381cb7d88a98864b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f821e1e8479c74d1a672e049e187d68cc4845e7efb417e9e4e4fa99628f3ea99_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:4eef2a136a4fc3a9deb0c5999546aa8d498c3553107d1e0eda9d394b2f412169_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b31560936594f27a81750c2d73f97385d7b3ac87cfa7c75e1a4fc224243eb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:bb3bda07b0ab9cc97889a530b1da6d7eb3f7f9c8a98f9b867bb3a93da7694625_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d50f44b5a5797797b9595f99e3b24684908cc28d317ca00791bb6a7406e15636_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ec2e637888e698016d6df6cbf4be6d44e5a2f544e7b81884982e06ee632a9ed_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3c569b4e1ed989074b129cb91b307cfa10c8305b037b284b23bde4981f551238_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:4ddb2823de8624d7d45aa16adabddb92faed392e71c2d1a0b3e640be91b731f6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d3b7e9f39e5238f011f9328467c72a8cb8cf99d4bed7ac0593edb9ec5bbc90fd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:24e49f3b5ed9df72849a33dd7fbd4a0b01b8c3be79705d6e23ae48e3fd164133_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a9ce73e1f17b21b9bf2ecfa7e35f5d8e9c72620076bed594e217b870057185ca_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bc2fc4c0e55023974c90506cc14c51cf73741e9490632453687edf404b3c485c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ee9af4af02c40524e182fb1893b8bd59785be7d508111c5b0415f0caaadefcc3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:971256d54a4e10a29080f656d5de3b6281f27c77a40c0dc7352f1f05ab83eb11_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:d4fc699ea35d0f1e96e825d2db3f21628e25589ba57c40ce771ed210aac5d588_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e3d0f624ec4e265daaed3072e9f9dc85668a917d49c96ebaa1c7bc05ca636197_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e47600e5f91aad639de386e422056d431450e5dc3560d30ad16b0b0bd240e371_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:1cba0b4f393f1927ff5386a9b2ed74fed87a58e4b2d4a38f34fffedd30da14a0_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:3b8bfd739f87585230904007f0b438b4bc9d79337f0e9038887bb7f297b681b6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9c7b3d916bac7900ed009cf82a03607fe68fb924805ea37e9950ff3fd6c73b44_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c0fe58445dbc3f94bb9a041ee4ac81d6e1ebef0eef6b2468c288be51d947555c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9c772d8d7af17818a38e2004fbdd7673bdaddea0c36daf239dfe65a49f78c212_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:acdda550e575dc7add42439a856726b3833c5d6d98dd9976f30be4b781a11a82_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b5be0c8ab080114879aafc5d2526924d32306ff545c06dba64c947ca68736f91_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bc413067c8cc3e6c40a9be4ea896d911cf6b3adbbbe4c8e85fcb243bbc7bc2ea_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4b39c2a3d10a1e059c3f52bbbad6df20e52e47a422119d51806b59bda8e7e97a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5f0f4b8edf205f47a263878372c0fc80e1531f3d197d882a83cc6a2bf980c277_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:78987fc04ce330fd8ffb8a96e1f25e8ece8360680bbbf4c8854f1ba1f598f2f6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a43046599cdb529aa9a2672b628a7495690b03379c7dd4ec7bd744b01793943d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:25b8603f08442f61b433250cb6f4839cf2cff118df56d1d7e12b3b09e859a278_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:912bcfa64c2dc40a0f8573e595001fdf9dd3280e4babb503198aa019c4c94dcb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9f84034243c6dc1341a059730c81b05bc6626b913524f8d854e7d13c59eb4d45_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d9683ec09f7d3d0c73eb626fa7132ea0d7f731893506437d76db27bef51ae518_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:13573ab2e748690c65900137ee67fa558a1938fc2c4d92deb6b308809a77dbc7_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:279fef1862c07ed7b949895843d80c54180a704411df4bd4059135dab63900d9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7c527388a78edbc77d6a9db9ba9d5c8ddb302220d69734f4e0bfc26b63b3dcb1_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e601bc25408a2eb5735db7d2595f969a59da9560516715ad781cff5e4a57f2cb_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:264fff5b66ca49266cfadcee9765ba0b34bccff8dfdb12e5444db97af4913095_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:8f14a597769b040fed9d1c1d610b6023734dadee91cc28588b65efb25f6308ae_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:bf78d9a4afa92e68d8018283114bbc7fd11fe0a9b357b75a00395ad630ddde75_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dd57cd8ba112502a28c74d7f9e021035a061e1f51377ac0510dd02a303f14f37_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1e3163b559a137ca99141d0913759b5a92cf30e063f6ee2485983a486d97a066_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3038ed29c6dd5d46bf8d593c154537615b8d218bc43eb89dc099a546308c5b33_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:a6f5d8e50b9cf127af5334e0b1e97aa1bc466bb1ad8a1dcb2b6c3e7494bf5a1e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fa6736bee0e8806b00bf3b6d971e2de5ea49f3f2a89e8cc404d55a70e6f73720_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:09157be733606534b4788e13e47f647c427adb2d36031df979628d1e3d93b096_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2c52bc991f789cb2582b4fcd0fabd20b86b5893d9fcfbf6e9ebbb372cffecbe9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:611ab0d9521d88b9676bcf873b8aaa2fd385087814de0ab05c7c853fe98da20e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c6226a0f343e69d720fbc83ad01daedb925fc39d272df78fdacbd847fb075bcf_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:19425f8d71d7b67b74e76c5b770a5e3d918dfde9a9eb3e181c767b4489db01d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:39f0f3baf0bf65713633aeb91a80cd35779cce2b43e6faa70838e0a87bdb12cd_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:804965e59e0147de822be6cc464daa137e45c991e4ff00c7184b6fd8105eb781_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:ad2b9b4777d271c5ea81505111d169134181bd46169ccc05dc65f3b6e59f736d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1a6e143562b0618b3f5afb6d488e8bcca48d9b0b4f68dc70d77279643325ac52_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:22230fd972b50ad12367aa043fef070d0e580b71e874a0e3fc2f5aaf52839773_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3abe2be596ec79e32806af4d66a7350835433c11e8b053385ee6463e65f31d30_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bb8fb8cebadac019a3d8c7fb2338a56918ff39aeedd55318fcc7e7c6d60648a7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:28dc48f706edfe382aef8370f464836e99a307136561dff65f7e7e8b5dcf9a5e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:533846b923d36de2b953fd071f6f7ad38e60548e9ef1d3f704039bb69b59530f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:68d5b77732cb2c0b0cb9a7e6f4201570dd8134dcbb21019dfec4bfe1fadbad1a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6d20fc820b2b684137df0fe673dd4e98135ee6a8c39a660db8435be44160c4b5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:48568238316d40eaae138ec218e4d0fb6119c94d9014683bc25934210792500f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:1d1ba67b2ebee648e679f886122e649880437bed73cc62901f26e77087d1f72f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:627e8fa2665e8d19aea0b746867ce31b58cef207d6dea85228b175b96cc95dca_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7431114311d645b44e0f98c9a0e92e62a2c412a2b57dc47b52f1e4c5ae0baea7_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a88a9aa0807380263b476e1e7491c9a4f36def3c403b43fdd30bab55f06e673f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e38292df09d0b5589b58f31c39ca74147011aafc1a51be00112856a7242cb80d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:67f16f35ae8e95b90d758bf617c953ffbd0f31d685b9f023c34e5de5c02d1d13_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ae42289a9ddca85918d07f71db7415d099e8544ead8ae73a0d79e600c1c0f067_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:dfcee1078c7f5425c41f8d3398ae512f2a07d156de7d6e92d24d7f5eb1eecff3_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:eb851650658c10b1a102258af7b72aac6db36647d07ec4eac2bfce099ae68e67_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:74efd49cd2880e07cee9aa16b7615504fcd276e8606b7422ffe6a253636462c1_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7ff9273c653a511408a49a0778e9584605b9d24e1069da8a77049f70e2bd5616_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ad02d1ed96a39fedea9588756c548817e8672b8fa6d3e16f1f53221e3e7d9157_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b10f0eaa64d49ea5763131b8ddd134da6771b835333a4f5ac9ffdaa13cbd08f9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6c75dc3551d30161fe15ddb87170bd7ac33cb19b242907e99a9f2b003659efc4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7cc7c37a8ce0bc5a1de200fa97525c35943d5fe789787d642c4a3079c251c4eb_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:dd8dfd22f1e93168de72dae9a266654563fd41d605c65b4bb15f20ec65fd53f6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:e651483d73deaf4125ae3c2729bd8a42b277df79a6ff056a99ee3e78e2164877_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6590ef2d757e5ac11ffacdf6de04ac112e96f4bc058b97aae1facfbc9bfb9317_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8bc45cb12c534a1dcaeef41b7ad0a4cd8ac0e3b0041aaa0cc3a9b917602ba5df_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:92e18d38fe9dfbf0e50933d15f4178cc149b3e4eb535ccf0fc0da030d758f435_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:9a77e03eab2a1992fcd1c0a1f1c978755e236843ee4472bb551968fb16568334_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:686e7784cda9016a460c9196a522f1fb510546cad343e26f510bea264ab9b515_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:77d58cca07f50ed35b30a97c24f66abf5fd5482be3c2a86df38b5d0e4b41e4b5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:a553758f4aecd97de2202ffc5d96370765e1f92a11fa4ca464ad13037d7c1a70_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d09813fbb679d41aece1f097ecf3797adf142242feb12769a604c37df1b6d80a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3a967546fc93fbe58afe72caa5892b712c5b96072d3cfccc1c7d9b27cc6fd6fd_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4d09ecbb6bc7010c93d65d8bae5a368326d1b52bb7f7410d30dd068b4b9c1aff_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:78a9ba8fadeb516fb48a37ad2abef78f57a09b5e701a31ca41e4bfefe493d781_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b44e2dd5cd2daac1ef6849feb0b313950e0616586fdcc843a051788fa071a4ff_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5d94083e84fbdaa57cd8723c20bfa1bf0d2eaa0cef52c662975b286785db8cb5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7662aeec067c8b3bd0203da4d87e0837eb624acc7dffab9c0eda8081d992fc55_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c95e0922aa74f51030c35cdf1ee704f01ece7b4ec53f361055f4cfc58e464bb9_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e4ae1090a43cdf4a540f1a2cb376a93d2f74449ac44ba6d0484e4612579b3d43_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:48c47a452810fe65a21fa858b102a2e7d9469e1143c51857844a0a74ebf03661_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5ccd0d2687e836eea86fcdcfbc73c7bdced8bfe2050c466860306d246375f0b2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7fd64ebc835133fcf6fe9d286f18f790b12295dcd904d61cd255c97e49f216b5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e862f18a4bdd246891a49434389e8dae5d73a68aec6d548dd282f3c56396be98_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0772170993a9fc0531aa948ee3f4c83a8e530802f7d6fe246a0688026c050d27_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c1b6b3c81c49bd764dce7fcb732f14f378aad992c953cdac86872b4113e8168_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:307efea31da6d72e50def18e1c08bae9e05ac8991d90379280c15f69c93be375_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:f366a95bf18554cb9b48af250be89970e4c6b1fadbb97543db8bc202eefe282a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:09b9a909358f49dc84cf863e418fa79a72c5f23ce05cbd4045b2c966147b4edb_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1ce1ac2cafe2162c4070a5b60087ecdc520db1e90a433183157c554f86a8bdcf_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2c984681915470552c6cf4dbd2c900d14f29d9a6632d7d937d2fbdf1cf16a5d6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b3809b2f792a8b57efc13591b88232ca2b83fd116ea1a6ce9c05ec39733bcfaa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2c37ef0e5d795a727e79d2749570d7c42876e2884561857149a17793543b9fad_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:45b239b4328e73574050498d8a59fae10b1788642bfd3fdfd487a59654f2395f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d0eac8a6dea99105af2917f089cc423a7c21820cdb7ea4a3f793381cd07f43f7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e9625244e5cf3f4fd7e6d69a8076069e24079672e2c4bc4df7733ef31c3aad9b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:25939a8eacf00a315bfaecb90901a20f2d314f186c1a23ee0814ca611866ed5e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3b3fe898a633924c2e0f803ca944cc63d99359966004c6aba6a05c446a0539dd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:55a048f1d9ac836497f7783369b5b582727df86cc64fe7df91c463db1fc0ff30_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:88990b2047d4ab9055afba0c6f8895f30a132c361722a1524bed1671527d99f9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4bab889d5262b3f891b99f0a521f6d4511641313cc1d3a5970cc2182c52e0fc2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4ddc6ce50e06c258b4f24827f1fe5577c4ceb5d68ad925a185dfac5b2b3a661e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7883c26d4640f30a8fbd635f5442fdb46625d727a1b2382220c454aeac081fe8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:955419c1ead9dbc1c2545f367907dd4b1e8133ea23ef65407341e9a505b1cd17_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:206e503ccabc3f5a01f11ea5026cb64ad6ae62adf2eb9044386efac6586cf332_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c2d2155a6d299536662cff9c5a8474680dc8d9c514b152e87421feac7cdcc22f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:e62baadcd61bdc045c205ce81a3b2b650be73e7b3a5dd5cb53ea4c2f8a181f0a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fab5b1965457ca46faaf5d1e6882c17ac2f0e1db5017cc81ff4da8a9083cc838_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3e9733932088db40e1d1dc25250b68d83aae6fdaa33923c2593ffc6f10b84984_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:62ff6e225c6c72f9c9b0bb33014544d1e02a30ff9092c25fddf72d9ebc8782dd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:70259c080741f045c19c2dfb1fcd5069e9eb7e413294d855262975ae03e60b6a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a974b10609ceb50c391abab36ecaffb9c6ba62f66b246f529d8f7d1f038165a1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2a8daff0897cef178c43b00d43b3468a3ff9389ebf337533c771210ffc608bc3_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4c7da9adb32c409132dfefa7ae79fe99d41b6f59c592eea234970279694951ff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a54253ba850cb357befc0173748523a1762858066023e04388c94c2d5caacfc9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:d49affc20c2c397c1ed17de7d3a7fb98a3f66efe9f9bd4f4234c0832393df9b2_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2321dd8c9cc505a677622c5cc680e4f3461c6bf1fa4267cdf7f39383967a0b3a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:582d0856a394c73d8faf8d1792a80ccd8c66d80cf65b9dfea344351d767132d3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:938cea3b81e1b74629b0bee65183b0800518b4b757175d34669fb25f6e5d802b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d8e3f695418674002c1dd252757415372d95b38f813a3d432abab774c7427b2e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:8fadf40fe968046de41a4a4c6f643d9077f4908a1e456d7da29e0b0c79f8431e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b7b73c5b17ad867eaf4066be6b2fb9a322677ec3265c0d1bde2e317f54f7accf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dd6c4a3b961b608a71122ddef308287483d90f3a153df4ebd00b4f85b46bd551_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f5e86e560d2dd575aa814329ad50a38ad4c7f3c111353e652e55aa5b58033f18_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:10015b131c57580e5edf1fa90b05b19482ea67ae3b588efb30da1cfb2061deda_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:99060fe9572cab596228b61e892ca9b571e3b740c4872ab55e3276d4ad65260b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5127b9d0570329e12a37d1c7e38a3ad9a1c990b7b0e1d3f3b31f5ae1146a518a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8403b335a511bc219b98b899e2cf4458347dfc67c8e15440801b1434f03ab555_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:8bd350665dfcfcd29e64a93a9c1b700817a99560dcc927a75c13cf22924a557d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:b47afa8cdfbab90e0852af59ab14d95b430a2e94245aa9d1c65d1a592f44a90e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:15c698a4b3293ec372e1ceffaba0fb9360499514271d26c22cfb6cb39852f598_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:43344ef6148d5c76a10961d19b3bd83e219764cb53ac4f310a513bbe694fef6c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:084a185169e09b57b07073bc5c82bc741aeba187cd9cb33149c830af00cc6582_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:171aabed219e2a837afd87ec9dda95bd32b6f780a8c7116a6dba18533c07605d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:33926bd728bf4ecfa8146f2d55c05f151150d249b965ac4338cfa8a9acf642f4_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c0709bc4da1e5574cf296180cfa6abce28c2b7ac105abd95535422abb090207b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4ef4397e1a1aa5b377ecab2fceb5c2eb15b526ae39bcd9299b45d9abe4bbbf31_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:852e6be5031cc90ccd9d02fcc66b59baa692d594e7ae95e68b8923732fa77b49_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bd9e30cdd5958003b7db73e8d871b448d208c099f3dc7e9df3ba56e6d476ea66_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:fc61ea57eef9eb7f0bb091cc0815a81844d60c78f5824640e40096e8de8a02c6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2020b01fe0c8555a2cf070d5a9bf75691de4d8b775b4ac91032c92972ae6a424_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6c3b876e5fa5594ed92ed3d333ad1edd228611d67b060024511f8c6a53eeec92_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:cb279e6a6181c4ab8025c6ee74497cd95e990aa02a03aa01c8e4ecb81718d231_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:f6562421b9828dea833fc82160705ba8c0349531dca39eea94da4bb31b8d3468_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:44b8d7704e559a8fbde7bcd2d7b51cc025eb2b898c74497149f818473d6b7237_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6b3db54da066eff7abd8e8f58ae42163364355fb1fb5a166c3f90ef42024e24a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7bccca2d8db4038ed90d7c5d995bb2daf880b3d6aed320c6d6dc89c73c38170c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:afc464bfe9fb581e22275814fb3263ada3383b571ac4765507d2640470a8fa3a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:353292bd26a33c9a68fbb8351005fc3b65d1f0dc02c82887cdeb5d28beda1404_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:af382c36059c0c0d6e76b41eda8ae2055bf5717205754272edf126fe15737cc1_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ebd113dd73707e7e234669c4b52e7ad90c5aaa95d062fe7b2ec18ad63b942920_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f0b91324c63bdd9b1603e0bcd2e554e1d595168f9337a7c26d3834093b24f6e4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:23a74b9b847094d230ca89e8d43c924098aa5a8ad67bc02c4b11833c4620aba2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3a9adb54f0e11beb7e2f393c00ef6014f9c18796c36e47ff1f08807dee8a9e0b_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:558cbb955c8d4de727f010f3fe97f285b6922f4845357cd979c22e9d6afda4dc_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:64f0e85f122f8cef1a5b444095fb16f95b255865ab116cd59a4a541bb61cd09e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2b93d36104e2c99c09823ed5c6d12e25abf3dd07e20683640f99b687a45e9b6a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2bb2c4706037910e8045bf0127ddd9087d2c8ab9eeb09ceabe97b18dfe873c1a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3e5d6fe6f1f7a495efdb0a61dfde0d20def80759a215bc7097265c816e07919a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:efe7886379624399e04e4f213bf1f8b2baf1acf989823caa93ed8ba76ccf9372_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1b152d3df7256fa1d16dbc4edc991503bd90432e1c8408149603306e62a28a89_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:a7c3fd07837a9c03ab834a0b46ba51b50c73037203ca4d12d8cb2a45f690e62a_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c9aa9a181ad76c715b410ec6866d86f28923d2becc8438f3b56a381d7c668897_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e96b65f0caa9f23429318080d5812ddd5c233b881b6f460d944990000a6d7018_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37569639de1f8c36904366fe21657db1df3c26c03b8f9f974e0a87abe862c7b8_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:8d27603330319790b463eba638816fec38ce5ce81e7cc2c113636939d713051b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9e9598797558cb0767f9bba75faaece26aadb56163f94ae2cc2c137645b5babd_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:cf8f8b11a984107f035ff28ba24ff3f6e1d10cd764ac472b94bb9e74d435a459_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:70e6484048faddf5f59bc7399fb22731d4134b6a6e2c2ad3b1e92bf26e5ca902_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:93c6c010543791ed57e08cd0630a7dc7903d7455d61686cdb0865b13fc52f44e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:cf50871759b51c4fd1f164c53ec8503379de265ff95b5f6bfcb15d3820722c78_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f296becb22727fbcfc0a2a4a91139dc782688f43f63396d645b03bf698b81ecb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:227f6cfcbd9f361dac87776c3b625a4ae91a7054a29a48c0aec491a786f81380_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4063848bcd02040ab2a26a1e77d643a8cc01373bc6467070f72f8cae62ad8bf7_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7315ff02d1adefaf5e52dc2b87903cbeaa1ad7c30719ff6afd130d068ebcb429_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:c33effb47bad5780e4e0ed220647bd0741276ef5c19eea05014b528b91765efb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2883dc4d23d0c4ec9551a0818f5d5edfc708454b48333db179232b6f7bafb4cf_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2909be49bc0471a0e2ab4e9172e4ce490b305b8e1fb86729b45af106f1ad5ac2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3b91df98133ad62ab43372695b3953c54d58e70c15eb7ae201b68d73088c0bb9_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ea31f2ac734ef3cec4337ec6025a1cc01a2452ec124f102e5b1400a9ccfb05a6_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:2aaf1b270a589b2e9c907bc35b4a3706cca1508a06142dd3086411e046d7cd00_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:32b91a8b6cf6278fde2c8d33666748a905a8dcf290b6e16ef266857d4838d3c0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:c0d4819469837129e108d6f0fa50e15ad6915589fa53f1d809372b649b862054_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:179e2ea2c4c75289faeb026d78b6685a16e6c4d3f41c2e19ba489f4b67571297_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:fe8f645cd130c489a3454252abd64c554d583cbf984aa3e568ae9c4073fa0f03_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:9885e38ff9be6d7ae070a00b851232a29e739a870d32b2508ab9f34e56177bd5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2b7476cab5336d76457b1915e734ab8702c461af8ca4d9e474557ad8354f7065_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:4890f971ad6077addd93d4c7fd1e9ee46ef3634bf89ff5adee2a95ad7b7b3f12_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:afc7f162c9c1c3033316a984254b8a477d8eae5bbed9cb25257d54a54e1bb866_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:e9bc1798e5283c65ff1487ae78c1175395e051a6c13426d3e8d1b898469a3493_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "tar: node-tar: Denial of Service via crafted long-path tar archive"
}
]
}
RHSA-2026:60446
Vulnerability from csaf_redhat - Published: 2026-09-01 13:37 - Updated: 2026-09-06 21:27A flaw was found in form-data, a library for creating readable multipart/form-data streams. A remote attacker can exploit this vulnerability by injecting carriage return (CR), line feed (LF), or double-quote (") characters into the `field` argument of `FormData#append` or the `filename` option. This allows the attacker to inject additional headers or smuggle entire additional multipart parts into requests, potentially enabling them to add or override form fields and compromise data integrity.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:06ab376096238d4e04c9ab713d83d3cab5db769b5af1fd1c57ef2ceceec6ef61_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2c80889bfaff670acbf859db3624951cda96d4ee8cb1560806ca4215e8c6c04b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:627c6b73224c3e37181a19cb598ef9a425cddc1d17d97b6c23388ec1345f6a88_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d5d338daef4ae436780be192907d28a26785021d97865d8a95db9065734061f0_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:0c95fbbcfd5c54e6b2934a8efb4f8523d1536ec1deef78249f4daebaa9d327d6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1b84b2a1cecab16e75947d29572008547922714207272a5dad8169d1ca5beab5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:466597e63e82ac365414c803f5ecb8f06a72374885eedc5daf9532aad16ac148_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:de9cac5c7ebcf3d43cad87758dd2eb0f4d6480f59bfb4112c224a4497aad9ba7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4ae516b98be8fbdb9b783345fe680c1d6ef57b5dc06b2ec3bbd20bfdb7c9b2c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8f242ba3e0b9c57ecbd85f0d4c1bd67306357c92b53968a42419736c3dbe04d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b717614ee549be99c17ceef3d755c66abc983e821e04808df347962858e0da81_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bd0f90ccaaaa74683b9bb17db0651dfbdfdf8f49adf0ecbaf8e83756d270b590_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:040115466e4f525e9f2386d6f8838c51f8e1638eb06cd64f071d4ae027a8fb9c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:1a677b9d28655390d007acaa656997b12a32e9093c1c228778ef96cc6f4ca875_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:39c68aae39089d044ce992b949d4e9961105711501daf3d4f0ba7e9981920729_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e814640d65f77818c180a706940337f8ddec8ebe4cf22c51a58a8b69e0f4099_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2831d7dc9f3cad92219addd21b93959900ee2f71e2d988fffe913a6f88dc7e1c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:50f602354dcb223759d781cb057b4081a424d6a509178b10674358cc8dba41e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6925001d8a798896438ef1388f54bc29825c37d41f2f09a59e3f8bf60b2ec6af_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e01a83cb76fca294a011e022ed86f1da8cde36928096422a440bce8e42fbc8b6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:757ad9e0c37b861340a7b2269b068d5b0c6355322eb5f5898a856fd9c4495b16_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7f68ff8059ae68d15041b8f38ad5ee5278289e1370d276cf7e78fc7e9fc3bb10_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:816787cc8c95a4a2df1416f09af6228559333e1bb1421ede0c9e2093444260e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f9bb9a184319c9fef278d3c6705f56cfc592c844f5c458bd20bcdc07c4230982_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:198f39ed50bbd835f4789057f9d7fd8de0962f1641a7f453dd90d68b5b2a4e7b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:633ce875ee7bb08d9bf00cf79738e3e63cd6bf4de2d40fa6860142a301c0968c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e169d65b86f23d6424af5e7cf9e1d0ced58382128092821676196c0a05f91da6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ec2586358c34d0130b00a3714b50c8b7bc33ce915aef6aa79eb214d38202f37e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:13e81e4c25d8c789ca15eb4e84f3fc531a50b4dc0d95fa3573e002e3b54cad61_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:17637f8455e0e17bb3dca34545a26e881cff3e1444af45b9f45c3e282a252bb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d2dde1514fcf3308d1469a0af6727835121c4d6a1a1775a675a7ffabba8e3bed_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d6376055835ac40728181d6f354398a0e60ca131d2fd8f41471ed87e974ea4cb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6f86d997faaf61c874def5a78cded319a188c1babbc4dfefb91a29f7e0d7f0fb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:73bceed99ad1b0bc99e66ab8361037e4046c5212645490161572fe6f34de98b4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:babd6b0e928bb674289f34787d3aa536bdc4c24a877a5ac9311f21f0cc9e6224_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d00a12f6c4e75a2c93bdd135eeb742f42868b0186d9d03f318c885407a17e439_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:0932891a63e5ec5a076c7848d5746e29d972f3a96058914bee8fffa4921fed38_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:472e977d39473b92992f53c0225de477318b31be8656c37bc35193789ab7a456_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:71021ecd15d688aefa6db79f817c11a751b51f6ea9f2e48781bdc49c6de98088_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:9563eb7617a4d3a9c22fefaf03a4ede698fea2621a68ad231cd9e65930043a56_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:1fbf3bf4990353e799dc271bb4a0c58b385feb2ee60207636a3f76544b4f5ae4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:7815e9dc63477803e7e8bb8a01ea83043b5503ba529f64db3c76ad1c4cf2f0b1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ab22d93f277f9bb65fcb5fd9c448b72f82384b9be43b8ab525d2836832044eb2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dee02e09373732db94bc442ddcb2eb4d13095a04e35c674387d3df8ba23d67d5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1a046b24339587101462756592c87ae4a8f699fc2977a703e6d031e2022a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1db6c409fede3e9ec09788fdf286fdb0634de6b6e727ec010332f7cf2e462_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:bd6be5cf4063439e92a1264ce3af0ea6528b9c27dd4b26f043a80aa8616575fc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c955c4b9dce1b25c73453079a21d84c5a2e5d0b53cf6e351f9b1855f08db3fb9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:221943f7b65573c2942d88354261f93a01950be1d1a86fa853544cc4c283c027_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2488ca8b2a8f658f3deaf9a70b12f7aca159490b5e0861d746ca8ee5d2010041_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a3435c546844b61f456789fd315495d6bcdc2560756e9fdfc4b896cdf70d75c6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:be2e4dd58b8ed72278bb2c014317e69185e2b19dce37beea7fec3798abcb35f0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4da2632fea643a834aac3fd63bc51fc6b0d768b869ac450e6779c9f36429a9fd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:56ab8a9553f0c0202a47d858e234f2672098514dd647502405cac1f28d14196a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:abe530f4e865add435da2afd379a3a11a4d75c257c2468a09bc78f10256e0be9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:fe1397131aa0d447366fd627b12582ed647551ad3af13375f8c281ab73745f0a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0857a5a2cfb5c277bc2d2545fb19693f23285ccf6b75144da8fcd7225e1df1c7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:43b36fb1f7ad271530f5ee9040cac4651a684e0e08de2ed90a2939b736b565ed_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:7f86439496ba6573ee1d61b5f4d414dfbbf65a95526cdff54e45229f01785517_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8094138e4ed2267cc278a83a1586922c957142c9e5fcaec62db531c83b79566d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:309b1dd27ce0c7dc332c7141e576642db4aee6076ce50ccc2930e824f02ead2f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:35322e4580b0fec862223f76e0bd3c95ad0af31f3d4cdfd6423d3ec47d6e25c8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:699bc772c8a648f8be7d6a5c32d786d8f6484e584d918d68ef8a32cb1499663f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:779afd8e0fa21d022d7e75e7ba8da00cc7604db1adfbbea879bfb1d0f8c9c831_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:49e98d0193f7d7b4347043f0655d350a7a0c0d8c8b850d95abb57acd13dd8ac8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63e308cebeea85127f584610f59cdc9b228f01b9acb227f2f6eba7fcdc29b1fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:71f9b47dbd3985738259a6bc9a5bbdb240fd21284a194b47bb78538f8e870cac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:9181583c88b3be23253c76e277f140c0a1532c1bff7d62cd0da1e14beba1aab4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:0f96581804dbadea29d9ef9a2a952753f5fdf295670ea0297622214e2a9b7d0d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ae4714025025642ff5d9e250a4715b01d933487fa8bf4eaf82629ebd6d4c8702_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:cdb096f05b664fb542bb6eac3cce52c53da2e4bb636189bb53f737d3075615da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eb9908581f71dbe01d8553e494ef022417196408e9fdbd32f08fe1f5b9c9572c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:08725f7a384b4e72a173141cb35fb67293385ed72d973fc4d497f3c0f0dc626b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a322e3fc620e914088fb5669f1459a47140abdf027bd011d6ff4e5b3e6b909b9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b950e80fe164f86ddf624c80210308a634929ab8eb493496ef86bff1c5248fce_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bfc663a0ca81dedf849e89b91feb3fe0af97932fe8a8fc711d7ab85b6cbdcc84_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:13257447171d38e6e99c66faa476de6ff6ab934c285a0d1bf71fe94dbe583462_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:23fa493f397748092cd71c41b9d83d19fad6a5433b692bc644e30af790cf60da_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:28b1c9ee4102140998781ebef22f269316d8c2be2254c10b4d7151dffb0d37be_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:be2175c2c6c9d882e44cf10aa85f1219573952473e893f67cc7085bf0a324407_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:61417bc1ddac0bc97c786b5807c2fa33eebc75f7cb186aaf9eef2151dbaf75a8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:73956194247e000432a8c5f7b78255062c5ca967745ba2d97e680a06f698f518_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fbfa9ada74c4875985fc4bb8366d21eb5275a52953d44bc6bc740d48edeab5b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a545c9c2fbb36296286f684e02f9a5bc337b3c3fb9c83c608c988c88455f9bf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:34a8a8a4a62b36b5e0eb061db3d56905c8dddfeb2e7a7135642f947ce6bd01ad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:41c2ea14036c2f8639cf0dd634e327841954eff4529743fcd10e8475546165d0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a884f443877c7a3c0b32dc60a79e1bcbe89036549da7a8aa4608ee2ac6460765_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b28e8574a1d3b374ac4a61ea4f3c16eb70d9ba7385bf830c8698f4490f8fd3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:8e245c278c66405066cb31e9d48e97ad9cdb826511bdb1104807d26f896043a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:380e3045135a40d202f330002512a5c499d8d2079cc38e5c0bbd5a2312820dd3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5d06442daad2c126259fa5d594b53329e386f560b77a475ccb0cc37148644a5e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5dc0ca56deaa237fb0bcddac8481b45d3ac81609b36c3b7bbb6cff8456899208_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:aa669084fb336f5d89d86cb58aca73b88d6bc4b6505eac2020664e0b6abfff6c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8cb392862e1835b610757e822332074ac459c593e9bd60fb6b6f6d0aebe577fd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:987afa1aa902bb85d7c2d96f1637bcd19bf21eb832444c98d30171bbeb746751_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ad2f0cda09211f3e0aff615306168baf808e6fefbf1f039c3ae1a1fa7050a61e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:bcac50d10432ecdb8bfe2b465ba75889248ee8595f23c5243d023ac2a336f3b9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3cf2d6f464e6a2fe5b4a8cf66690b3237aefef0c825a687a548f81336507cfb8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9bd17213796576ce4d315986dc0b271011c37cd6e9ed75edff5ba80c3302fc26_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3205092b914bc1fe858b2ede7642227e04f35d06daec4848fdbbc0406fab4a03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a20ecaad93b15b869fb321c7503adcddfe1f0f5eb3f0f6427bd363234010853c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:57259db0550547f85684c19078b9af82b6318dca0c00ef8da27de8c8dc90e305_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:a95676fb6c1cc1b20cbb758a7c9fd34e82b3e114b81b5c17f47ef303feca3d51_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:49026487ee6722c3d438c05c1c181a36d14eca2f0d8debee48e4a02db0486145_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ee65002c4934842ad86197a89e838997bb87a93ddc9de3423eb2af282a565c41_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1bb56a1a194ba6f64edcdeae267fecec590c14c85431ba62ee8c6b5744da3a47_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bf72f3bbed57cebe1deb7690cd7fcb6d371e526630cb386d13180726736219c2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:81afdbb2d9fe212af38a11b4d00ac952a306e13f91b23b2a081c0393173c5e63_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bf8d63c933996abf39eab9406b3061bee014d766a58f4e27a56413652d319a47_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:4a5021268b1ab163318270fc9ef07afa8a29f288c95ea69700c4bf46f88e85cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ea443d9738e4428b6912b47f9c1d8d05b75cf8b137f0f9a76f852418b33b989e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:00148cec706fce87b240d38dcc91434f3c167052d5860d42ca9057e24c3f35eb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:7996dc231961eb51daaceda9598b04e4bbe7d0e4019dccf5adec8a14d6f7e1a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5c70298b919a36de41bf25d870bfa3da4013d36c6179db3eb6dd2e67dd20bff1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:a64777ab69af6f2b6cf4b78e5a00148e98353748946991c0a6da7eba76b442dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d4b6a07334845b2938c6d09556cea5e0477d13d4be6247bc9e3fede2e46aa3ee_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d5e665b41152b8363b4b15973a7b86365bb2c047366aa69bef7e1c499cf4fd3d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:1a29c30f85b9bc858f0c70ca5ed79934494d92849f23baa6c7f26f67ea49c57e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:70f95a8b240afc604ee9af621fc3b63adaf80f593f3131e7ed51077ed2c77a1b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4d217b45b97c9e01ba3d54d03270be07e9659b0d4313fc85999aa49fca560108_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:634f48a37ef03dee1cc0c0626c32aaebb8f9975b4640ac540f02910bdb3b165d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:00f06d1c70494444172d5630c33e1c93c333a880520bad3a810f96dc69cced15_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:01ac79392fa7a265608b75458534bafb6e5d350f2e8536bb9de48566c685841e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:12047af5271e61b4032c04c98df9ad54363d6beb13b36f49085307705677e345_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:37e5fa3bfc88e99fc78f2ced6cb4a99f5099942e40158dfa6940784c3d2ef95c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:54d10266c83c4d5fe91b013dac51538493ae4a4322c925e561c45316c73b1e2d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f799d506fc4087aac0eb4b2c2d6c8e511b598c6b3cdb1ba5ee470b787759fd8f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:061d1b86afedd409ad4947a8ae59064f0fa92360cc82f640cf124776753ea3bc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9c7fef9c0e22e1721125d5b1312e509fada544e1d3d956338c3638aecea53dad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d3d951b736b910437255f3455b76357bfe0111c257f5a2d8dfe0f9abacf30fe0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f7feb8627754651663208ebb363a3e42e1767e16a65914148ce0507a77bfe795_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:23b0327190559517a3526d2500534542e9a397210cc6f663ac2b313aee902e92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2911daa552328c8b01b19f91ad43ac54da18d343834c48ef35f12adff8077785_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:43960246dc7eb7bcef847c0d706bc6b0f0a407053a2cca7dfe27fce23c6d2af4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d05434d4552d2ffdd45d2fd44b1b2e2e8976a15f0f4ae59ce7dea73ca97dbcf8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1f7e808f97ad41f4c301736bdf2e06da73f2d0e3ef4ca838f0afd65273db7c8a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5553003527f078011d0c440f86c1480ff4e62b318e98ca2a4af97b42e5e186d5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:582a4e6fadda74e5c6c49b605b7967e9d6f25c84ab3de162c30931b1dcaee31b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6d54aaf9249113e5be1b6a87bf439ae778918533077a41ee9442396cda4d2642_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0b4378067622a7584c3be2e5e5d8748a564ae7672cc882bec0c1d6f4f4c28686_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2ba6c6b021db9b58614b1ceb9b736978b0e3396b04dda4518406b041448dd5cc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7f7e406ef7b654a66bbcbbfa5326ceb1ddca4a0236cb60761a0ea48b919e8571_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fc403f7babe4eb16c770c80def94f34696b3a8ac55360b17c88edb11b9ae5a8e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:473d595a495e4656de14b1b22456ef1ce2218fe39d02bf738990c0be4cdf5440_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6b3fc95809e8ab1be94de33cb375207b4302f93dbfd51f2a67228025c1e304fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7d0a9db460cb1d4c918f87a02979048f170f5e692e83cd517bb9b3271aa06dd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7f1e2dcfd02a6a5fc56c6665979a8981f11144a5bcc6419feae3964b190583c1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:775213a7b6d92d23694dbd1538727c84ad58c6b8a8b46587ff7bdeb7312acc05_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a649eef7fa6148524b1f3aaf18ed6543f65ef91ad21358cb0af865401061622d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c593dda5f85469eb4ded8cb6c4738069d48a144823a070b83b58ba7772ba0e90_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ffdcf3c2b138b62cfc84d9916799812ad73fcba9c3416d7442f3686417c85932_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2e1e514d9f3cdf5f04ca924fa98d036988ab47259be5df67497931321634f730_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:32e93e986bbf92dd3a3e09f9c76bed29334b5cf794e18b843f81522ccf43697b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7bfa1c21aeb7971fa978d49455f4b5dcccd4ccc3de147ef47c32e9b74bcaf2d3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:dbb5abf21bed592282f09e30ba1387b084eb028bd931df5609c07fb8c09a0d75_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0606de7cca514d2b4ad9593d7f37950512741cd8f1597b1f83951aa7c8839268_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:116474d2dd37c159032b15ff856dffecad2ef0ab76298bc43f840bd0245ec78b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2e887b0da3269f28933bc5af839ea2df95b7aeca3993cb31b0a1c92e7043cce4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6029166a01da021523fc720ad70fc59f449684e577f9f5a36e0e759a39d0a28e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:849b8be9f7fc785a70451c1c0704501e2b449650acd23d450d145da1a760c166_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9c5d6a2d314e840600ca6bd1354c7dc6040fbdc216166418485d6edfedb27ce0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ba10e440e514662920d68ac025d5f3841786a393703fc2dc0ee21ff1d2490015_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bac1799b133fd829b35ac619a25a272301816494e83be5a251f78a50e7fb2f88_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0469874ac135c41bb590ddbac02428775083221257b6904fa376335610c4acb1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5823c8fa1f1409d6863dacda718e35b7afd2915befa21343dfcc68b6fef7a9ce_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b38d3723f2547dc5676460e3738420e243c6fdf7be77e54d18657efb9668c438_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e5a5e4c1a01ff3f5d694ca26dd248533fd463c85374c25ce1a9f4b7a60deafc1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:19f94467c811e10882e30eeef39b1266b83ee417974aaf62f75738d51811cbc4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:47487ff8d0cd813ab3354061caf319dec553b1cba9d5c1045de710b8a6d0c51d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b3a0104cb85f1a6965eee44fef58983637839a1f97ddccd737704ab41cda3a25_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e8c72b610288bdc44492ea0a5c2fd66cfb1673fc06f6bc66831fa84c96f86543_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1a9333d29d3561fe95488f3d80136d6b24b4a2e04472d37d34737fd1032a8856_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:705d146d458883660aa0b673a651d05d1d1ad73bafad91e84755118b82092ae7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b9265d767c8a6786f12dd4788377f1a316864863a32de4a4ec07ffc8b874aa00_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e3a7bfabcb96924059fb7906be97a0ebb1df35c6cad39a7968a6461df0cecb31_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5c015e1a10e5f14e82e30ba41b1ae6a82cf5cb0bc631f5137d7637c44a3f5b8e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:623bc4c74b05b46babba7da628809bac05b48d8c4055648e88f0db57c1bb0e07_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9502a32446a8828e8a1887edcf49034e874ea0e32ab5fdb738ab89e77cb5a472_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ec7b6b83c8e934b66505e8051e183fbaac54e78abae5ae99077d4e5e163b4529_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1f15641123321a662f676a46a24f6c8066bba6e3730a3c0d0eca3ff8e548de23_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:85070876ada5cb86e8c585f3ac3114d548b189074723a13ec5d6fc6be25c9964_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a34e14a715bad1d324f9211d95c56ed387ae51b24b21ccf931c12f3f7b3dcbaf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e12ce561e4cad13a5d08e8164060bb74a309f66047279a26dd727d34ed3dc16a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:67789c239f82fe3649ab8c0e13f920a788a3612d15a78fe5986a852bb2d11a0d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:80d704ed310acc3015748815351da4b54fef2d8b74d7d4b03aabcf9fd7e60b38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bfbcd3f502bf336124261fbe51f19e7a4cb9e9132e07da62354699b30cf6ed24_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c1e371a0057014662b91736570bf25fb1211ead7402154a1149dfee9e55b994e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:175fd0386d9a4e064fa760f23ecfb45ac6ae3500e5a50acac0660d06e5b7ecb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3e9811dcf3c528ae6f5ff86659dee1a590c2b53f7af1a03204d06fc3dc628fcd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:68af6c6e7f51523ac223f4e25955cf3777f4ae5b601dcca7c6ec7e2dc0de0782_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:8f1b3ddbde3e33dbe01816bce0cce7d7bd196cc04affbe606fecfbd8ad7b8b17_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49699de68bf38c34edb696ebe4f9dc608756382a977f497f6713dbc7b6e1209e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49c32ab1927e0969508b906c14aafcbc64e6eff7680b9a10812eca4f17787921_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:86135a8f7d4aed36e7b2a571b431b29eeaac2bda02762eafda3e22a62a7a2d6d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f2dac4ffbee9d028b26e683b63a9f033ef8609907f6c498d42c447a306e75328_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2884bba195d4d635378b0d15efa54991a23f51bcf4efb1095b478f5cd9c34f46_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:d84853556ede64db5615eb4d826879c744f7ccbd92c51ecf392a686af854ec11_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:e05dd48fc4c26b5dd822ee58a2af27bccfd0ed28cc959a6fc05073cec6f7c9b8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e202635a4a52be92b47960bd8ced28634111416b220cca5fa7f86373ecd1210a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ae36d953c8c7f73dd78d620f94a0335ff5fb84b16ce9d2dbadbdf3dc5d66f6d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:308c924c44c35b39c66b429a15a0343a47f7dfad62dceb76ea7acfc85e6bd973_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e132f6b0a6b4e2dc63561c1ebaa0bd9fc669a835b0c22b0d56599e3da870231_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5216d36dc483b1368a03e00dd9dadc7c75de2bc36ed98cd7ea2b089cbe23965e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4bc11f6ad7c3e9c99e708f7ef5a01b4faedc8eb5d2de5b0cbed502395958555f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4c04a50ca49fdc521da592b9c326e233763918fbfd6bc97e001e0e680ce24cf9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8ba4aabc0e1e36c3ffe66b55c67ab8c305f64aa6011f80060c5d95ce91180c5f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d259704d34b605abd3568bd4c988bf9e831d80554ec2d7a57e7c39a70daf0140_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:14c55985b9277766e54156139f0949d1e3e5f756ade34512a3d5ea3dfed2c544_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3231ec9c296798f11aec6a285b0a8f7c5cf220534d0525afa59c17ab2464abb0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d8767e4d0b2c8222748319f05483bcefe50388abc182a01f3ca9dae3c80dce44_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ebed5c3d8e112fc5086208b4b4c0aba054a0058f3fd08b71b129dc124fa00f99_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:26dccabde8cc0d1ad45160677fe240b3fc098acae82f6d095fad08b78330453b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a168025d531f20656997ae845a4930919d6805b7f9374c40f7835a93aaa46b27_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e696a8bc54ef8a13800b2168a395d2cbb08678403beee2dc52c56d04cb235759_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ebc22890c7759ec9992b64dcb0e388881caeeae333a9a84a50dfeffe27e38b49_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:09319f1dcbe090d9677a43249810dfe5b3eb165aa3f8b473417e0913649b1556_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:46a37e99da18852f5512235589ee86dde0db6c09d76a49275a8004422b9ec303_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:535d1b713587008fe67eec103cceb54471f5263516f5420589cffe1dea02be93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bc614ab102efc7dfaa47fef84c4783da26548491e4c43257bb606a06e8d155f0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:08cac9e30829765f182624de9e45e59b40884b8c39cde60528dd27afa57afe72_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:13724dc9eb7247844e450b59b8cf3af5e5f486e9558942836ab60f74b9943291_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3e1a80763f76f622b5ffcdb35bf2dc20ce1e9c06c4f5f6bf0ae06b04134733b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d077c79741fd0c481fa6e1aa2c479b8c5b380b1d1f163259777c8c50be257709_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5e82ef0b9ab6d4e3b7431a7611bc563f356385dd8927855e6090008685f1549a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:62ba53e306331c1b20cad27ec31cf59687218f4bd5908ed7e9034559ded04b54_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7664e74786778a96606757f1de215a4a9702d0c9f7cecba7bf8028884a7609ee_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7a967f88faccfc101b9388f8434d406acdfc85d7d682f9ec742d59eb31074fc6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0e05cd1eaa2b9c558d22892495f090b6b51a316dc56d85ae825b6fc44611b6db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:445fdec85c2510c8a45b2a830ead87136bbb80bb9244987b4d6ffa5858931926_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ccae4f8f443ba6806ea33105d7dc06002d58914626cb9ae57476b29193761b53_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fc0becd36b6fad4911a5b8c9a4693320918f7f7e6336c2b11a76adcb6d1eec36_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:652f8fc874b95a56393f14c2b56a63faa64c04f6646c1786d07eaa272a9acb9e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:94b9c011744629b1ff6f230e25f876f218ed59d55a941377797f77cdb7c03e1d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a178a796ca9d32ac59faa5eb9a6aea30f1aec65d88f89080f57ed519a7983f05_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dc8a79297c73782f5005075332bcac58b051a07d2b35626323f9b69ee5f4d64e_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:03d66c724cb647d4a613bb48c9df6e9ffaabb68c8af5a4ccae45365e32456470_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:4b9510fdfb45d2561927843dbd7ed869e2f67d9636e59dfd0c3ee640d9fc601c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b3570e078bed53aa3e435443bffbd12a7b259f8dee9d18c0d79b55514a547b53_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:fc8e892ccbd8d3c1e737fbaf8f02b5fa6bbbe242780c9cd00fbc5e6889d7baee_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:266bd8400632ac70fc6584e4bb2850ebcee7027ff7899acbeca612c6556302a4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2c8f351447fffc2133f339c6ab3a0bcd9bdfafad4a4cb5b7dd2abc32c6056a92_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b8d2783a76f514f9a4e8096434ac205e1d82d09da2d67fb930a1b5e4d8089e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:74fa72db679ef47f9a3e3459a90dfaeafcb6db73dfe15b8933767e2f9d19c448_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2b5964f6cb078aba05ada42f0c8280dfa39f9f80526932cc5d41410922e4e8ae_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:480b27e9866ca8dfba83e1accd427d4f6813f4fb7f612854e32bdffc10d7d5b8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:91c7fa7b70f2cc82b26ac16f91ea084e15a4f5dc64f254ed878c25dd1170c0a8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:edc297cdb2f670aebc1d3561d801840ad029e8777ce45724066e6891aabd60fa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:443e0dd81ae60896d31f07ab49611c5e0629746824df094ce28cdd3cb0ae1d58_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9b16561ca87196e3dd9330184f7abf25e97272e3c47d2e8d594e3095e74f815b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9ff62f63d487e25a750bad29314955effd17152bfc534ff698963760a2615b0a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ab506c549b676ad9d8dd179e2ba871a12f2096ca2601ea2a1f2605ccb849dc6c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:08758e6b81d6679b095a8e7fa323870eab35fefc05e525c6ef810b6cc0b3c0fd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:af87d24f6540e5c98def879ec4ea8adeb5b138e41abc126b2c3030c5847fd0b1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c5e9e59a08d8940e99da6bc568269eaf71ea8db62dbff86a7f6fb5dae861e323_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f5122187c85ef27f5423ada009d800afa4800e32ad1ea3299586fe64cae8e38d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3c5078d135089e1548b4dec49b7e78658279e42a72792a988447662534b6516e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:56158ce0af0c0eb9709b2d1a172201bc795ed6e5075517b6919ed1302399d6f3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6720c8097a398327f18a5c84c28f6b58aeee017199c2649649a1f159b8365838_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:89295652b447f42c6a0d6e1299f63b04016f10ec8faf6372357294a14472e426_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2baa85e44cc4ac6cb825103508c5bd74e348609eaf53ed42c6d0e045dfa62772_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:61283f1fff1f8ec53563012a5b1fb5a48831f0a220d3676b512f5a60b331e849_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ba258012c0832c57b29785be805be44f0b5f8eccaf76d82d7493946806eafe5f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cf3bee6414a87e7f907d30047ded274c488239af5b1f43ed717ac2cede29df86_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:40854e0833b6cdfedcf275cf716e58f3cbc5c44be313fb83ca3e909bd80d0b08_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4d6a10dcda92c599f52977c71208222d166168b29da4eb4727c466e7eb53cdd1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7be4c5ff86b0e939ee9f22156812fb98d2f96c1eb4567ca8a6a01ea3aa735dcb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:83bdc9fa5d3893a973794dd7162bf9564ecf68ce44814349a621cbc284b9e61c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:993ba8c1dd84e486fc4084a7786934c356a9b12ae86155134fd1a1dc1e5e3f2f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a64dfd96d3aacabc8f219d19e6d7eb0c1ac5b68b49eb93fcc973d76e67ef1d34_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:ce306e2cdafabbaa29467e0cdbf316673d17180efb604e683a7fd1ed7181c6f9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e6748814d950e6f5e370dec9cb7d557fbb0d29ad3620b567840770be826a601e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:04d418560f90c35b42be67886632615d62dc89cd37fcccb6e247212b535fbb7f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:40eaefc42c0f0b5adeb47bcd463c2e2a45e7f3af1c0fa4cb3fde9c5479660c4f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:545bc2a7b32276bec515f338aea3a2976c01cc787a559986646aa6fa26ad5f35_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5a2653ccd5dc3f59a228ee8b936460575e1a392d12287661b1dc83a9f8210033_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:12e5e4ea4d19c4dcccb35dba161fdba8a703ba6331b11054e4664818737746a4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:180e817b55ebfd081fd0305f63b3e0539fe8d13d1ceb8428ea21e213779fd056_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:92e8693b9f6955f9862c8b576f5e32bffc3bc34232511fae0cbe57d705bfc53b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e5b5d4750a3ffe24b1196255d4cfe15b21efd587a41736307ca8e4e61a4936fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2ca8a85fb07b431d97ca6a3e3c18f1cfaa20883c7076d6b5b4e6942b632f9aaa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:559af5a310f0923dcb4ef9389c51c98604cf44642a13e8ccb46225b4ca268580_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ae056c9c8e0cdc6519ac1a9542781cd54ac2ac8881f513e965b57ce7d1e5ef2b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:deb92b50d5948bae13db37a7046d9b212dbfd3ddb1063ff8a5e5467f0cab203c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0c4f3cf84115f8c9b9bed6b2dd5d52316eb3a9e670fe6b9e28c2dbc350392e87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1142ce3f8a3c1c2a1c7dba79ac2c3b276a45fc6271ad9df9e6a5d8684c36da2a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d9f2c021c17f1416e01ba31a8823b7a87724fd96d7ec99d494981842b5d452b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f3aabf75e838b4a941f64a7a322768729059346d7578ecf5fe7ce27a71876fca_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6389373ccb2fbe1b6385ea21dac1c0ca918bf9d3889ad7a738de6be5d7ec4272_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6449fee9a31acc582bb85e0031312e3ff07d1f1843a1c6c410eb79cbbec1ceb4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:751f007afae9f16527e9039aa95c2ee6efd2ee20afe3c083ba7298493d2406f3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:afc11a340e28d4100c31646b705e8db302f6b0a96ad3620e07391f02a70438f1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0673d2034e7e5fb412a171939379da14e9269dad7bb53e83be7ecf8233b0b5a1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:18f0345811215feda18d2b63f679ee870e76b33e9f61042d93edcf36fe97df95_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a2d247eb696c80e02bc8c1873e8ee0fb71a1e5ad6cf5cd84bdf504f4fe17cb10_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c342b14ff399c961ce05c1af127244b950b8e9d641ce8752f9d0f880ad7a672b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3d9fbc97d13987f28ca76b3e238b540492eddef0f302c2dd958c1b0d05e10941_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:47682d4e934d597aaa1e809011a69afe93936fc629ad3dd1ed76dc7b073f7ee2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4e8d3460e04e85a3e01a578d492499376787c85f2840c97821f11213862239df_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d7b99cad55a1e1d380d30d0d4a61bc5f0cbf3a87223efada3e69bd9b0741d3b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4849bfa8a48c7e7d264fc6ea9097fa9d33da25f75776619976e3204b42026cc8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d7c3f5ce57c0aa25e13ba9484facd75c5a1dc3caaf9be4d0f273243e7ace327_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:78aef6c20ab3bf78eeb8b8a857ca2a24067d45cea0a070c44d3fcedc00d4efbe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7f33515dbca04230d98550ab638efa87389629fc7d913c8ec42e4b5bf8a772f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0251068577a1724dc777683dd189468ed77413b396614a117dac6b4320b8f01d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8812fd85c74fd67a95afe09c2ce5e7d592eec1e25fdc6fa331a8bd41bdde0cc6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:89e0a7e0fe060abb45a6f8e6ed1906053c09f95c252ca7813175903db61fbc99_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c3674a8f28935f3140fad744b5a178a8346a9a7f79f6c281561d2877b38c4ca9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:13bc0d4f7d4508fafca5a3bc61b6449a056e277da131e753c06cbc1bb7781b27_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:993a2a0b3f84e071560f6fc1a3ac243fa745ae9a7ab15febbe1385437dbd3ad8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:80fc518199cd3a1ad421b142661f0a85679b12b69d0afe580fe60eb6a13ddad4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f069665c66c19d9775b70a31aa7a1069bc653691f6abf106a88b2ceb8c0e1ec6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:13ef0c0585b01c56b865e029d029a553b458fd2d3d0204eb6dfba1bcaa11ac3c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:599d33b55e88212202b15f4344f7a18dee4f4504b3739d6ec99414d05bcde2b7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a751f1f0540505bea087d3ea9e6ba798e89d5deb772cf8e401caeb3816a563_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4c26bc366b267d444f448a4d7bd5a0d26f84bea653c14b261a829669d888cf88_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8b67087a584a2d952a6e80572686412cc8ea01f03ec8d70b56cb8a24a0c5a3c0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ac1123e890f0aee159c9105e26e1f1ed3ba5eb3ea66b422b281c3e9465401c5c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0dac7821ce2a3a5a180f53f381d9e61484cd8c5efab3c9a7dcc70b5783421b64_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6b30b39205367ec985c4a9d948e71d378b9483689c3ea179cd0f2476b9bfaa1c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:de903677bccf645889ff7968ebbc052b14273329c0765f7faa53b0ca815d6899_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f8392be7a6f5223930d53ed6d127faf727489b8f5ebbbda6b6b437c529e3c812_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:02ac68c83db9dc50cf6280a418eed9261dd2182bbf51d16fd143519e49960b17_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3746261c5d4744b13d4704c822fd62ce1f486010176fdb3bf95512c72eece73f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:85e34da00bd6d290c04d8eac32f39db59b5f50fceee9b248b2cbe27bcf0e7e5a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c343b119edf863e179df865ccde0b665b87087d78b20919aa5726d8fd240b344_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2026fc52aab5a6d7766511080699112f32ae4576108ff95b0eefc5d807a14f25_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:21b5298172f4de1e0074c4abf5e4abf27e8adc02bbf7ee49bd3388f7127d4901_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:42f8af9bf66ea72846b7f7e57652725c31b01fc4a8d39ff7e7882075438c521f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9c5711087546b1ba7cefab267b8aa30b54ecde5926f009518cf0db974ff84c3d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:373c4b7507a978e3dd62e9ea629d1e397b1f1db682e11ada1bfe5a0b45afc782_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3be306649df2fa3cc9f30e60ed5d947fb0678b0231b617eafd3b1593d10feec5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5b01a896101a5189740f84cb1a83edefdb0dc00288dde725ddd0e95480f8e1c1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:961dd87e559779e6338a4d3d35c96c0ce6ff7cb9634ce32d4bf848032f4a2fb7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8799db20cca7be653bae6b8ac5adc1d628094eababe740beb5dbc27e05346872_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a36c2b308515a293cbcf265af68ecebf498739e74ef11016d5c0edd3cf47c4e7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b86631d6601578548af20a28d132a0503fe118f53d7596a5632ed24ec5a9931f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e867bd8b76b5bc1438a7be88a30fa7707edbb1909920a1d4d1d0da0ddbebdb40_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:313074950c6dec37d29a9722b58ddc951aaf67c27b47568039f29f02f2523128_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:43618db20e6f592602096897bc89eaf3c58490a362e91e3299e20bb2a02827d9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:705f4db2e969d23205de87db1bd7dc8eb1ade64a76940fad950fd1a214dde6e5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d2d5ee5893ae16784051d9526c1feeee3c641fc3e6f337ba807744551c00ffa5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6ae5cfd48e788096162bc4517f0466bf526f16c84bb61072886a64842856c5b1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8004e7284c63cc32a05f6de732791416d57d62db041ede2829d4797139094292_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8137c3932f344ce587769bff04355ad405b6ff27009bf23a221ba52f3da56e1d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ef15235cf21f0fbfea74089f75471b483a98c920b65676bb6199c155fb61e929_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:149cca2af3f89c7d1e105de81bbd098c66be5687f18a584b644f21d0be20f414_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:33fc93d5cd30760383da666e8effb6ed32f4c8f2668da36677e98c1801ef4f5c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f9c1ee7f72c926c45cd76c12046b867d9efd7c3c381f34afeeb9b6e97751175b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fcfbae71f81307789bec93987c4523700c191a66663ce53e4009c5e0a8627826_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:04fe8c19bee4b629ee7f18a13dc0b7f49d6a4b6e19d204de90b6b2240b0f875e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5c9662139f98817aafe153a43f700399781d079390d5ad23d3b70fd6ac5d370f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d1147830f896fd229aadd2b766fbb4c8102b35a8edd4d8bbeef4928d89cdbbfa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:dfd0cdc29bca0a2239ef203fe7b58efd97ed4e72daed6609e22b20babda395fb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5a9889308bcd1c3981072c83d44206d0c3feff059e0a2029d49adcb974674c95_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7a715c7e2a8f54ccee42abf122b0028ed19705f401248d8c38f785d960f1b116_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a67de487534d03cdfc180af9d235edb21c5cb71e1224bb5041fcf2b9a428732f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:b3780d23a2c384ecef73c806cb20d7f97bcd11c12b6392c781c0deb7ceb55df8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:48b5d06ac4b35c2a7bca3ba2abc39e3af1eaf4ecb19c720d9b6e46b066318414_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a6d7d7df9078e9d1cb0f12f9ceac12c96bf2cea03a9085b23c3e4af6a456b51d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b757d11e5dc51a5822d9e30e97ac142cf004fffce87ba2e58b8d62926127664a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e61ed19beaf8352dcfd4b9478335a364263cb9839f27140a634a217d87d331e5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93baf08acbc6875eb2b665a9ef3601ca34b76767cd70a172dac7237f21b6958c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a5f2c2debb51b8aa926ede417cf9fa0e4ebaac4f5bf9e770db55a25902a4a3b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:dc97d5c1aa80515080b2b4d16fb08ee4733a9347eebc8427f10b7e70582464ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cc1559af0d7be472ae46be4552fb41e81ad804d73d1444b92cae4485118c6773_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cfd5513afd8b2b5e22d5e384a7f769f9c04709d853feb2f91ef667d804cf9a7e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:febf2fb95748ed0c440e6acb72c40d609ae7587b2665cfd7145c878a2a0b5783_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1728f980f3ebba7e48bc0e8cad114db1e0c06f692638764e30ab990f45c637af_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:41508513986b369c2f89c64af84b3980b16bd2432130fb122d8c1346f0602894_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:650f08f62aeea4bc954e69ed88a9f2f14d3c8f733c155d113c0c58b7154fec4b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:016fc7e804acce7a8b8df0a02bec320c32f9ce6224ae67598a63992219a77516_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:081f9cfabc57aaf4d19df8b496613d8aff54ceb265634c904ec7765c810b4553_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6da3ef092cde7fbaeee01c5d6bb0ca5d52af3ed8de458ecd3001bb96262c1ab4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:035d07364444ea963d64515420fa4005adf82c44b575555a074149f67db50567_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4e09fb0bd709d53a0abc6326905cc43ee36e6e4ec5e20108efd1ffe585b1f2de_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:53a5f81aefcdd57ba33c57c02941803a072ef3f1b8467baa3c53c7e073a9ea96_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:cb3d2ccb57987217c75079a9c10f230f6a7de9ba3b0fbd87d8d3d5c71f8c94b0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3472a8147e06452751999ae2d041063907f275ecf429dcdcfdce88c8a19a17da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:61155741778188324e0616274f067ec36723d0fb81d84e9715f72ffecfbc92ca_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:adfe8cb84a5f0a241fe69ec532b7092a10cc274cc3aac2b86f33ac8e725ab2d8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e704c70226ec4986c16166ba1ca54b908d1b6d9ddd47640bd5ab6d292f977508_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1d63a1d7ba183c49c69a6ffe5a4584de5282029b0b2c2f3484b4f4431e2ce954_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:441db8762a583090cf4325377b0ee75838452a601732bccf4dbc57f26f6a1a90_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c5c52612378ce1f2577314e5723642237c9a361506c448ca80d2a0b56666a1f3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3b9843a117d6a6ae28222951e1a556d3888ceab2ff75a082a06343c8030a5ed_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:236fa2dfd935db687e786cf827d88210c2f586d2d1a93e610861995908bf2587_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:647704923828c83c6ed3810e3c4d7456fcbe378516dabfac30f203a3bd3634b2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7638d755fde7fe6d3c004a6f0f7c761a9fdb75a3541f19a792c3cf8e8bf473d3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d2eaa5b8ad9464732265b84128b5280d725feabb2d4b4cef0178a317add66c39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b659f5c6da6f73bcf8b2850f0172358816bd68fca721b65a9a70569a94bc90d7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cc867d49602a6ada5de7a783136b6463c4d9adee9877ae1966c016a08ee8e87a_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:6fa614240bbc1932f65f8cc9215d2baccc05dd1cd5586fd308c44d8a94447a45_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:e85e957fc16a36b5964613a99fec1e7299db9bc63edd86ef965d879a081b64bc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:14b02010250fe10ca57b2dfe1046641aeac31f92e5691c067b3990383967f0a6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b6b13d29b1cb9c9bcf97f2daa289669bbd9ea501430e51652bca3d50f787f23f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a8ab293c4f3c6bc251bc91466b7586e5499b6e198cff46e50f6a65d97df60f7b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c5d781c35cda14ab70d4a5bde3bf72df0a3956f5cb159645e5337095bb71c5ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fadba956181755cedd19d3d5b5ee3da0222daa1dc609b629c900a0052a4cbd8b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:2719589f19df23634ec3f6b578f3fd2e827440675b72a69b89c9d78b1310f98d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e1fe563643282c027ea829274a1945458cdc5d079bf2a2b7b0a9982a5cc3720e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:28d64f60c216f77e3e006012a403671463b9dd90095e19ff2dd027def6abb511_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6d681aac67e08e2ecca32415dddeb47df6191a99f7a8d7bc3bf1697c6a26c1af_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0d31a90914ea716508caf180e30fb682cdd8066da7a0a31752be9d86ec9c777c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3ef5a3798abfd3d9ec1b6ebabf3ceb32fa4057072b2670793ca119f556c0897f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e2c62e4b87e0536d15ed8b4f2905930a750f770d5c6d0168de6291d92c51f9a9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ef5f4d7e3c872acbc4ee48bc91b5835dfef66a698287a95836344c1587ccca69_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f5f049eb01192eaca548f3585845ed6a530934d2eaeb422fc78b657cabb1f57_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:740b0d9392c76e433ebb7762e57f156a0e2ea1db37ddaed2c5b8044ca092a357_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:da9ebcef147e8d9e84848454fe2b8e259bb549bf0de88ee960fb48f6c8051060_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e8f942ece24d15ce0c4a31f731f2060b6e3874a2f486b2dd255c773fb1a55f46_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1b4fa4d6ee3081f39e54b4f910100d210da682dbb0f308f08107ac44e7338d3b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:571a51e1eca0f31f273be8cff7ff115bdf192e14f5d510705ab7ed423fd5d9e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6dc96b2e8156e7e42f758cc28302a2e94e8b3888970d03a780b1732375e728fe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b91654b9aaa85e13d262d21b949b1a96b386f202524c2e8d52ecb66c279eca8d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a677804e422590551f82a17e61f64bc03d5a8a42a695e7ae8d9de5dc086924d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:fb7f225a9221506e6295f7efdcf44adc33e5b971c470b5835b0ca3c42ee1942c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:107c9dcda9632516721c41af941362ccc316d25661bfb13a7c4dcfc2ea4e1c3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e75d33740c576321707835258793fe2fd257682099348a2a067806e764e1560d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3ed82adddc3da003bdb272e2a5df0317abe41512179cba925f65fb5d8f7c2eb3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c16e4af4e9a79ac2f1fa632b20e98befa9aa2953ef241af186edd226e39150e3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7b6c16881c71569dbada90e320379c2159ead0b0ed2fa2113e065b361bdf2413_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9533dc6817f01e377ea2ff7e3aa4447d20ab5d016d9145b97e0cb9e758c9a8ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1285e63d6cefc0454a400b20a6e404537a8d57e5fb9b5d7ff1a75b61555622fb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2ea17afe64ff273c9208892a59773c1dca248367c849e805dc78cda228aba29f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5f33ae81c766b0b7d9c8411dc4f6a0adf760221ed0493a99f1bea5dddb5de41b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9de0bd8cb41c5324718c8d8f275c612c0bfd13b322225455a1142dc76bff0a01_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:2fee175122b1e3f74cd8976af1515c869d096da0bc4f5e9024b31a64cf88896a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9ca16ca048f3de4a5d9e6b6a38b55bf0b4a994bf7f7ccbda8c50c02bfd59c871_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c42a4deb157c31f6fb871bceb8c4401f44ffb490404591ae36110511f933f72e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f6d5c31b12c8a1a1e8316f258ccd254bf6bb8e49ae8a175eefcdf0bfc5c6047c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:204e84b23aa1edaf66f10a49432115ecb4c3e8fa34472a909e1c9a7a0c3f3947_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:37f226136e439a1b37fab44e06ff30eb22b1ba8f12eca9e85f59936c3d58acd1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3e385fec20235fd68320dd564c68770d91c5c08a864e3de41f3800937d730334_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:878a0a7473a69442dffd7c19132d74b29ecf765e3499d29f8da7b1de2ff6f439_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2b51546e56d1893aaa1b68c4e6ebb5479614d0402e840c8c850702ffb198036b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3aac893d87e5c39ae1672eb5ad48a0b9d02b49888fab57f8662e6dbb3897b660_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c5bddc80f0ba0e391b336de8ead2442d0dff227fdb8aef1874bc3db3101f7048_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:dca0c7b1c7ec76232b3d5ddd15c8716e04a8384f0a816217dec544d667ad2e69_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2551dc2ab6fddb6edfefc185f7b6d73ea366ddaae4e2f79d554f0afb79aa54bf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3cc6eb31325b1f9c9a2163c570ae1c3d4da7e7dcb0d761a0fa775b66fda9dcf5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:569965f29f668f02a342c0c7b4804bdc92354610e9368ba42a3ea5cc3172f532_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c4b2b0855c4ba25e150de01e54f0a84bb4c6c220b348945742bc0c18cc6d7dbb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:01b6587f8b9ee398d34ed3330bf0bdbf2dd01c2fe475ed4d44c547401d1dbd5a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0fb7ce17c762a70aa16ca9f7f35e41d85997bb2bb22b81986321d29634ce9b3e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:60c4fd0dcbc1ed92bee7dedce7879893a23c9e4a6181e5e6d6a8f04880f377eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8925d5826cca515b7f7c05558406b3688a14963ddefa80f5b44500fe12dfb1dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:3d914112ad75b59b03d5653cea40a25d92af415ef52dd10aa7394465e6bab92b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:f8d52c53ca49b3f9847d2e568779801321307e329f802aa9456cd0dab7625232_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d29e5c26f37fc8212f2ff15cdac470982494be155f85e3c310b0c958b943f7f6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:fc7a6712a6fe86a47b5a745e06a0c6d164779eb198f284fd0996847b025e53c2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:32bf2e7aad1dd9ff5100500c294e343af0dae3d392eed27a1c0305198734261f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:54b4afd46c87b2cc839aa7d8b8ae232aaffe0f39846a6edf9d0d3228adbd7a29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba41cc4ad0ea8dc731838e00dae166209a3e06d104e5cf11491639f82290eca6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a9395f57a9adc721c6e43e578957e21c8b9f18defbecdf91dc49d11044aeeeef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ba077da5ec7f147b51f0ee4432082aed3b7a3a541729913bc2ed821688723e99_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb48a38cb5d06b67ecfb4777c44d44f3e32a996397450e30f40e7ec3e340a56a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:deb40607f193ff4e36c684ce74167e67a7e96187f1a44a1f0f20f36572005843_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7dc856fddd561c1d29112b0b8d4dc39dc7503974a9ff563612e6998bdba4b71e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a3e01913986169c592bb770fc49e3875d46031b5788f983ddcd52938f9ef7a49_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c3481c6f76c644c017392c092dcbbb25a288acd14a9f01e20afd0d2d35e16d32_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cc440be9f6b3c5e22186b6d53a428a8220201ddaa79be39e19cc31a8fbd7b221_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:12d7ec468f9634a53d053f3af7957c5162d92595fc3385b26b08acb22b7935c1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:49f08b645fc28af342483d9efaf2f607c9c2a6b491b477cdcf2985c44aa3e894_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d32cde1eedbd0c110bc10836025cee78421ec16d2924d30f5e6265591a9ec716_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:df885dc6da20faf1903dbdac693889d9882722e8b67bebe35f624c11e4616262_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:16c8b8c6aee6f6a06367ca5bfe2be8fb85a05c3f18a819683f49d1a8c73941ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:376659c608333e76b0b48fcdc69ff17643284fd22fdef6c6998f07be54c1cf91_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7359a62beac2d501d629e6768f1767861fdedc0d05f53a4424a2abdb3dbb6a8c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c71d05c245bf1a4955f46c785d7264985e1f904de2a19972f7ce6209a3be0e4a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8e59a286a05743844dd1333770197161698788e0db4faf8e00cac6b2fb9a638e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9029d8ef1e4455dbc1910078afea1141f92a5c4d2c298ce1d9e4319209b55246_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:da4ff38c7a1fd5adddbc0b0d3defbbd580197680b22648e2ab803c90c4a8c9f2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f6c44d76a715e0ca38fa5e2becad93a2bf3a41fd8f181846e7aba81b0c579691_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:167937ed04f625a9cd2d0b8ed6048a5cb7b6d435bc2d41775d7db4dcdb5fae95_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:176feea3131aada18df5da44af30a127f4dff392ce8ef57f7e0844969ec95923_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:17afd4ebbc2a5233681d4cc1774fcd70dc932bc10006235b11de8dcce826c2ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d3a98e507691edec50373d79ce9df48a71cb6a19a75c9276d0c5905d4f204b39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1b6c3977b4835b0cd5399523dd437c230b992b77a0e7352b095d008be96fcdab_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:54d79643f3a191710d1362d665b5c838130f3e51aecf1e27a2cdf66e98a3cb8a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b8692d27a4799d20ce1a8374ba99f55732bb7db56cdf8f5b038424a086db614_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d196f02212da5e80ac5a73931316d38e9def9aeecdadeaf07aec685e661f9f98_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:11c2a1966b0632e85caebc4555e3e2f726277175b27a63a5e854557499e0c28e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7e649963b5c1e2a7e8813569368eaf0ded5e544799d561622d469b03b9d93937_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a23fa7969c6a881648ba03ed1a13692c5db21b79f0608d841291ea9118548ed7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:af57ee131bc09ce55ecb3ae13ed7dc3ce9607a7438f0ac5a6e64bbfa000546db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:3a7644c1ac089cabd142fc1743b47302eae8528b13d1b038298f2f57cf746326_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4b5ee426703ecb55bf537731c39c69ab7f86316544cfc472ee77fbef7e5680a8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4cb60d36cc3b34b4b1496b74b9b2e68ff152a71d7f957b356311ea811bf05573_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f3f64bd2f70faa654f7134d803efdc032df63fd4ef07c97abd38fc41e625b48d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1b75d96a4cdcc3a37848c5edfe598cb1d99bb3b0707db5e3f62478320eb90f9c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:876fd001172d5151ef99c02826f834ee4db4623b00699a8fb30d6a456a7a8687_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ba8fddfcfe0004287ce58db40c1092f2090b3bbb0810c277066aa2d97799f8b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:bd9982e951fdc7259571b6d5983ea2cc44402cbea411ae9a6b135692bf5939b2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a7a8d4d8adfd98d3a6e3d37644b33966f2c34ff1e553fbb5140ab9a15563e821_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b26a5a47cde227edb5e7f6e51247a6cd91e13484f6b5f7dc19b62f83b7478361_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ccdd76d6734e3a3cfaa1e432c1508c097478e842fd436672e57ef2563d817e4a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:fee8f3b24b431ac2a5d4fa3d96c90c5e1aa68c08ee8ae9963fee457c98795197_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0e559f5e780f3849e73d7246176059360631d8c4a7db1700f6ba1b6a9e6ae089_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1a376560672f81b7596417591491e71d065e90672ff6ef5d37ed0785e9baab16_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:350a0360dfdc31eccadb0e8b9397d5a3436bb509999034b60e611428eb006cc4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f8b68ae48350a5aa9bdf47a36efbf661190d497ab5a139027a2bf4579d21e095_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5fbe979b3d448e36fac9615ccd96f8583b0d587d46f6b1b3749e85938cb2e510_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8d45dfe709ac701d6eb800b081947d39a855f65c756f31ae47b75be9fec0c260_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ea4fa6caaa81f207f2372c6179c3698e225658387549ba567c232170cacf8570_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8fb972b411085b4551e10adbd419e3cb89754ee5300222cc4fce27cc349513f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:066d438bdfa1626aaa7a0ee5d2e3222724f2f0cf5bc9a189b67fd5358a0a48c0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:747c142608d6f43952d315d7858f57edbd2d9de2d255938dde311ea580a329af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b2ee2d0e9906ef1581677bd239073c09f93e5b720501e9001926dfe7db34839e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:bf0b42c5e7e51129966a4744bb253b7c336bb88b1f1a562e481f7eeff5428136_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:3e9309d53caaafc9b145f6b7fbbb8879c9f018ef226afe101f6dc7ab02b67856_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:3a558e248efdf5d3111b7d61e8bd471682e7038bd34c4490f8ba69b91b44f36d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1b0981e2ee13869663087d6504e0c0af6f2c56d2ebf81d72b4b7c751bbf6e500_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8073e0be1f7f7523880b30946f1b6868274c070acb97d9da2f5c486db99ea18d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8980be22bddace1adb383fc356975fbf0af9ac8a20bdc95b3303a80fbe296f3d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f4293de50825a003a825306a45612531dafce45b72a91cf4dd455d596a0c60ea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5bc26795163f03947b3f42a5c8cc52b7fd6eb713a0fa5a1558bfe834c21edc0c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:7f29c85842a34554f06db311ef67ec08d1d947d32b4363d1153d92c8d13c3214_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:92857eb171128909119700c431920f543cbfc89cd06aa98db816a2fcaab321da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e931e3fe478f8f905855b4516e1ed9b33a161536c447025cd14dd68778c40fa0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:338034a3ce7dff3efafd00fa35b858c23c2ab284f743df414c6cdae455f8801a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f12584b95171f442bb3661c908ee43de70d0400c6273eb4e93325a5f3f167b54_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f37f6568957ab825b08c2ce8fc6b32ad18f5b7bee50b24b1804e70cdb144e5f4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f949249e3847338ce4ae9b94b0d191edd3f316d471f0a9047f97e41e41b7554c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:407286c96b6e9d0ee4e8abec2b06a5dad70fc69820a00deae47cbf3fcdc65a40_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:52294a05713b24485ce6d7d1b867081da2f01dc008b9cd052bf8c4c37839f581_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6693dff44dcfb7e6fe67f5373bb73d84cf401d20640c959375f20a24d31aa697_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f65918214ce906cb5af9a59ece43a36870989c579ac1660a2a58f9536a79d9f9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2ec7076ed08f4ce7a61f95083155b5315acb6004ea4245c70be2763eb0ce9f4e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5a539e39b3aaf61d63f391b6960cdc5746cbb4b0fc07b85a98969f5c9cbcca4e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:93505b057575ff9292e2e96903238708b940a23953a79cf8742c880f1fbc743a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:be43f0ee18b6d56d81a09871c4a30dc2245ba60cf17ff0f1aad10e117f40aac8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3923e99d803b6dd5bfd2fc957101bef6dd86ba8f6de9e59a849e4c7a02d57e0b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8253bfec4409c9a02be72d7e8d87fe5f4f81c1bc58a294f02dd570debc4f1128_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:851fd20edf32778383c81e3c5b935ec5607a05f8fc569f64e31875b8bbe81d6b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d06d41126ced4841fae74d0437b18e9f1699d285158fb8725a8768a6e9065b79_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4375e44dccb08eb4ecf461f4e8e7e97d617ab5b1c968beb481d5795e6bbf0229_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:75140fa657674afc46d698aea19115a9f60c7765ffff6a0c4ae5ac166c725597_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c1a31ef64ecdd90020d72f323a242b551a6a4a85a4dae309e19f5d8f12d77b54_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c3b1ed110f6b17263484b7fde65642eb349162b206c0b9a2f463bf5eb13273c3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1369aaf62d9d273eef766c42f7015d56152f6b8effc50dc06d75b1bab38a20a5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:47402101d62f418c0f6b8e3c6e2367a8c84f5151a0204f326bf1fdbe983c603d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b519e10d4cb8fd9ad126a36fb864d2f29f7df218ffa1b3b5f222e0befafbe360_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d70f848ab6450690b8329ae367ff2e5a3a5b295c073028dff7cf810104c5be5f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8f8c882873232fd9a00adc69e199f1b4acacffcdbc282280ebb61dfb1e61b875_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9fe79073bdf1745b388fe52bee661394f96ba5c0af585ed8ab4a61724e324777_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b2b91287350dfb474763ca5d332c4765af0c1ff2d7be722e23ea93970add2687_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:bb5f4abfd26a9446eb2f4cb1355bda840ed1006a6233373434378abaf0e617b3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:07ff9687205eee39d9ca211c0bb0c6b1618848e9e74bfbbe793aca67de73fa88_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0ba94d11051416a116cdf516dab74d530a584fe7c4bb1e8d3deb3bde2214e459_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0fe87955631062bc7ce78891b9eb056f899308f8cb8101b3a44f889c1f0c0654_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:786de5dd308c9fa6643aabecea0bc666a9ede6fd2a5ce1cb0d511eac2a19596a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:719989a197c3bb8b8af09e95af49125cd28014fa74c7969f3f3b939223a6743b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:743119e024a9aacd8bd4bf45ab9c14e684ddbe2307d8f965e972ace243f128b1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:76c523fa10e222690941abc8c5564efee1ec4d309a7d023480b6000a545d655d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a13cc82f7b2053435d5268416686ae2ba89e37b6561e49c7ac395cf3359ca2b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:98aa0e651302bb73569a0578e6c11a1691eafb5b0aa28dadd714a7b44b498f8f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:9fdce4b5198ae740daa858432221625391f7283bad587e1ebc1220e7b0b4fa28_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b072bc3bdd61164b8076f2799e705ed8e34281b2cdf24d9cf08deb8e697de2a3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:fef5253a6623c30368e9e7e271501adcd9432b96473cf8278a7b81140d287de0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4eecd436b35c9b25eca6975ca9e938c2256fcfeead67e1ff4159d7e36122122c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7e11ca9795aea60b3f0853ffef0fdbf922f4863edd96c50fa85110f36bccced2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c95f8bcd0835611bb90983e96e3b780ccb65bd2bdc7f7554432ea971eac8095b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e497c1834c97590a0c388b58dc823cdff79ab6befd5f2a9bf494b3acc3181eb6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3a7af87b46058334b97531a4b1b5cd5be47e2ade8d74497429529bf0a489b275_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:97313aa4f1c1c9aa51c77a153d0f0eb35cab9711b7f1465b82a636ea44e849ef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:ba0927ffd76ad6689b808e734038678c91854ca3d0630613094824549f8a150d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cd8feb684b9c70a4ffd7077e19812273f333174a70f7c2b63d57d140d8002382_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0c8bfd6ea4d0729e0ffffac9811b5db2ecf5c40e68ef048ab104f161d2689b74_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4dc7e3242cdcd1d3c1ea5930da7d4e027383149373cb6af0551ed2572eaea0b2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b78827903e5c338d67a4ea2ba10ee67e16482ff00968ba99c27af2b6d50ce202_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c9315d23ab26f6f40e05a5fb1f9f2dbce075244a035b1f16003d1108a7ba36d0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:270b5e756fca54f2dc05f04b6f7b43f7f188153811decbc0b49eb215b11c2372_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5331e8ebfc48f4d2322226b8986dd178f133a52edcfc0a192e89f1785c8d568f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6cfd8c3da57c17ae1c430f2881c66eb0b1c456bbce4a9ada2491b2c873dba985_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa346af0288b5886b5f095d1fa0ceb7715d4333db919ff9d61078f369642cc29_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3403720059bdecff83f784e2fde54d2bebe09223ac6cf99ce2b4c840b9cd4a98_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3f8cb2cffaf6320f14ae09f7e44c965681b395370a156253790764ec9d2a2aca_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a02dde1d0b4f4fbbc4e6f0afd24da1595672f3f290345a4f6e98e11d89854a17_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c4e8ac4fea3c281effed3996a378c2e952a3d3704e47863b2ae6b266d2280920_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:46a0b302273acaf2582d377271b910d9d31ff98744cd8f290583a7bd5579761e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:af0442c88d2b9b93a187010065424798d89aad1d695ba438c815d04d7fcbef04_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:bc7b78f67fa189ba63da9891a1b05694d676a3ed2fa318336fa0850d63815250_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ffe4e64ee1b721aeefd8f1ceee11d225dd69319385e3e70f0bb52f4f40660a45_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:29d5a91b39dc6e72677bdfab50f56860c53e67dab139b464dd571fef9780dc6e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5e6d4e29635ea0b075e402931daf8c384d07ec8660223babfd0df9d572ea6912_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:82555977089a1586dc24154b46be6499607a9d15110e5b48d9a549ee73f3843c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f32c4a07d2b7a14c39db1e5e5752960e46bcda700b292336480c95f359adf0d7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:86b3e656caf1c93ba2bbea00514a17b9d06cb7a6fd5c6746d80ce35f45aa5907_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ba5c8896242125c24e3a7e5698770293a601e9e7f8508465d7b45920cc9ce240_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7de62e540922f1de5f492527d07a8e8f4265d24b577cf2f93415209ccad63912_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bd71e582ef755da7bfeede697b5c2ab29ab9fcea6bfeb14cc8ca168fce5c7bd1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a1e6a736546b54bb2797d85d51b8f2b213fe2f6be6b26bad5b549df9dabf2d01_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:efc7fb9608c2be8c3c65aff302f923241bf8d008bc71c2fbba0d82ffad2b4f2c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:aa63c460867d565b44b2a8e919ba9a0e7fd6717f71588cc5a7e2ad268fe13181_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fe1f1b5d6da2e5ac66c689da49a4c76916533f30ab456c9961a225a5e26cb6ed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:36fdb2cdf796941fc6638036b3a31048ba0209174c7a62424fb410ae14b1f81c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:65a0b94e9f663f3d73a9696a622ad46c73a5fc793f9dc46ee07fee8ba3bbb443_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8afe2a0c6b1b200201f21b148caaa682bce77cb3b1027f61d4c873e5babb1b30_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9f7c3543e4b1a095399d1219c50f1f5081440ae1605154324d57ba9201aa4fe9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2c0897a842cd7b16b64888568ca65c2a6e473c24b2ba9bc5067d6f1f237885d6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:432c94d7d5d46ad66348775fa0e1a6c2c142469e8a770db5528a1aa25664c389_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c86c7188163be31c7ab04017bc46ae88707437f804ddf2b5bd5a73ae34f64312_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3f836bb9effeca4dd6a230a4241282d33ed454ebabd84829c41e58db5f24f47_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4632ef8ca0af5a8115f3d9490c2ad9e2e44361f4d0671fa8a3a1006254b173ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a7d2d10f5326e2d71551289740eba86d6dd2f12526dc684b1494bdd4228fd8e5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ba876751849dd525a26e70996e7e02092c473bdf386ec4663a54ecf61c4f0d37_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e842cdc56ee7728aa71a7f95eda9777ba229aaf959594e73d998fbb30b7f76b1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:90331abb869c0c04ca7bb59681cbd957ff54eb0e0265e16368f9fd6ab6937acc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a02580814c02bec4c1c9b79c4b5a48a5a59caafa60a573f9f99a4a1ca07c6f71_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c197de59c38c060dc8aa099a027922853e4b9dc7e5589ac55c8841dbd44b1367_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ec7a4bcebcc80cbda32227224f64e67cdbc98d3fab95466b55c89755421ea4d2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:223df196f0cc747e52ffae9f3dd03fab2da3c72d5e3b189e3035d4264a08c6c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:29f3154c0b972730ae9a54bc496bcdf62e9ed348b73d98ca958a265717ccc2a9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5e12029e90adf045a4377f4be2be75c879e57aca7aceffa2aef08aa262ae0f42_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e150a242bffd4437f92000417cad89969fd547b5da514f8586802b99a668bab2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:17752e2fbddeff8e6f43bd354d91f248b4e69d88e80b29b75508fb03b82d92bc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b1703420b5a67a12f055518b6a23c1d8259dc8a064a1447196f642dd23363806_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b93a134a81af485a0f07dcd6a71c816ed517178826539d0f53b6c45dce87096d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d266a3bfe528e76a8c6ef1700a2016080d084cf6fad2e70efe5ba52ff0dbbc51_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:8c90e9864b3ff53d398f2451254dd3707868b36c6032d8d139cc3ef2cbd9084e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ae6ebf086515376ed35bb432a7f567f7bbb44b8d1b86773fd86daa387c5fb933_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0a0cbb021e13ce9d693eacc4982ece2e8ba4697f5d5571b8d0671d71824fd07_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5271f6452a89fe7907b16f486439f54f0dbcc3d075a70ef446ee4cc62211b1b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0abb949ce9461e5718c1988f57791c7537eb1b3d2184f4b4268fe087e39726d1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1267ac849f67c33155b54409011cd3f0eaa27d5f211703875cfd383d1170ef9e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5082f39df1f143f23f0e587dec5cdb3e3b033ab446a57e7e808c88e6211a1a67_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8fa27bdf891edfb80585e470f09c9d6fa369aa727a3698b936b4818a4b46448f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:017bed02593deb2e9cdfe0f268916e5d1c8cb7a4f1362c6eb3c94050896d7276_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:027baac40981f53c9ec53f5a4241a657929d6289e42a0e5deef617c182b7580e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4bd5b70373a257b1fce20135ff4a4b3e6962eee541c67a0e29ba9a2523d4d4a2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c0b3ed1332b228290882bbff6a1ad6866f5ab2a4586b261949832cdc3bee5797_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:047c270f56b685d5a4e67afe43d2f1ff47829a259be6ff93bfec4864233d4497_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:50a6482667d53de3d7aa2bff6df05ca21e4e9773996afa8b8038721e231deaae_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:653dbef43ed7f531ebf64c9314756be42738f1635a64097c53210ed0b6b0de88_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c4d2741561038e0080204335efc6eee5b6ffd8878553b240dd433fea701e6bab_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:3de609d984e39497dfe119bb8e0ac2d6d823dd894a5c866e5ec87de5b5711e60_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e3a8b252aadb5b32f42009803b56dbeae49a3ddbe9d00aa27569af4747fa403_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ccf49e256cd9c3bb428badab464a17aee485ee1516896f1ade10da11085e843c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e77ce95a84b01b09c5d1e6dbdea8970543aa3a60f9292300beb078d1288bb801_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2ab5fcf7003f4ba3de7656a284b11d6ee05bb02cd0f3532671a8c368f7b15178_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:44241e57d9067223cdd1585db9d699db113931b7a273d207516f60c498570677_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6aaa55450d567e2fa992650c456cdaf5529c5d96fc9984f7e1a4aa9ed6294bf3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f2fa21e8a0e88b25e9037a9c2db4b157ca6fef8b765b36da7dda71bf5a4c4478_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:10bfb59c904103177754f0336f7b7bab676d240480a8213ec42a778bca3f277e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7aa4fdd78ceafdc887a91224614657e86c1e12b72fde68dea4ee5c6e9b610cb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:e4a365a0516b0c8ef2d1259ec4bdb7f76aa9dc0d3c3cfd5d5b3d34341d349772_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:a06af7a856d5f2416777c1bb1d271c189576e273450b25c6dc5937cd16b8bf8a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:28b8390dae142ea16bb05f6bd95f19b6ab38dd67c341168337ca07fe4f45fe87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:be6a9bcb97824c91f393af5aac5a146d819ed9893f5a074e146afe18f3a50dc9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e6392d583f97f0932dc01be55534fbb6dd3014f84b745e8bf7583b96ad7a7761_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f30d93c0f244f5ba21807dca912d18d4facf47ceaf43da7efa41b14ee816b71b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0848bdb082bc8dae6bdaa956d2ae36fdeaaac89024822f4bcdffb51da1165fed_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9f9603a2dd344770da433fe8dd50a104d69e80ad463f9cba71b3aabefc4fee61_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ab417553778971822422c6eef94aeb437209fcf88e78188b701d4b2243ac5be7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b9bb7615df3eadf64501f35dcefa829934f330892801cbb86e9f70f5dde236ec_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6bb4c6c64852f2b7ee590a0a60db256d8dd549a4b141fe71d311bf30d0ed88ae_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:837cd26d96a814814145cd0aa0cca672769283c499eec36c457ae432b99a7466_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:956ad866d891e1340f630b9cad6ec73d1fc60d4061d4c63946ed714900388a3b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:9c91591eddbc058f05d052e3178102b28ebd25c2c9cb796fffd5047f5d413d12_amd64 | — |
Workaround
|
A flaw was found in the HTTP/2 protocol implementation within the Go standard library (golang.org/x/net and net/http/internal/http2). A remote attacker can exploit this vulnerability by sending a specially crafted HTTP/2 SETTINGS frame with the SETTINGS_MAX_FRAME_SIZE parameter set to zero. This malicious frame causes the transport layer to enter an infinite loop of writing CONTINUATION frames, leading to resource exhaustion and a Denial of Service (DoS) condition.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6f86d997faaf61c874def5a78cded319a188c1babbc4dfefb91a29f7e0d7f0fb_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:73bceed99ad1b0bc99e66ab8361037e4046c5212645490161572fe6f34de98b4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:babd6b0e928bb674289f34787d3aa536bdc4c24a877a5ac9311f21f0cc9e6224_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d00a12f6c4e75a2c93bdd135eeb742f42868b0186d9d03f318c885407a17e439_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:12047af5271e61b4032c04c98df9ad54363d6beb13b36f49085307705677e345_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:37e5fa3bfc88e99fc78f2ced6cb4a99f5099942e40158dfa6940784c3d2ef95c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:54d10266c83c4d5fe91b013dac51538493ae4a4322c925e561c45316c73b1e2d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f799d506fc4087aac0eb4b2c2d6c8e511b598c6b3cdb1ba5ee470b787759fd8f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:473d595a495e4656de14b1b22456ef1ce2218fe39d02bf738990c0be4cdf5440_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6b3fc95809e8ab1be94de33cb375207b4302f93dbfd51f2a67228025c1e304fe_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7d0a9db460cb1d4c918f87a02979048f170f5e692e83cd517bb9b3271aa06dd2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7f1e2dcfd02a6a5fc56c6665979a8981f11144a5bcc6419feae3964b190583c1_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:652f8fc874b95a56393f14c2b56a63faa64c04f6646c1786d07eaa272a9acb9e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:94b9c011744629b1ff6f230e25f876f218ed59d55a941377797f77cdb7c03e1d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a178a796ca9d32ac59faa5eb9a6aea30f1aec65d88f89080f57ed519a7983f05_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dc8a79297c73782f5005075332bcac58b051a07d2b35626323f9b69ee5f4d64e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:40854e0833b6cdfedcf275cf716e58f3cbc5c44be313fb83ca3e909bd80d0b08_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4d6a10dcda92c599f52977c71208222d166168b29da4eb4727c466e7eb53cdd1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7be4c5ff86b0e939ee9f22156812fb98d2f96c1eb4567ca8a6a01ea3aa735dcb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:83bdc9fa5d3893a973794dd7162bf9564ecf68ce44814349a621cbc284b9e61c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5a9889308bcd1c3981072c83d44206d0c3feff059e0a2029d49adcb974674c95_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7a715c7e2a8f54ccee42abf122b0028ed19705f401248d8c38f785d960f1b116_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a67de487534d03cdfc180af9d235edb21c5cb71e1224bb5041fcf2b9a428732f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:b3780d23a2c384ecef73c806cb20d7f97bcd11c12b6392c781c0deb7ceb55df8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3472a8147e06452751999ae2d041063907f275ecf429dcdcfdce88c8a19a17da_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:61155741778188324e0616274f067ec36723d0fb81d84e9715f72ffecfbc92ca_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:adfe8cb84a5f0a241fe69ec532b7092a10cc274cc3aac2b86f33ac8e725ab2d8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e704c70226ec4986c16166ba1ca54b908d1b6d9ddd47640bd5ab6d292f977508_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:167937ed04f625a9cd2d0b8ed6048a5cb7b6d435bc2d41775d7db4dcdb5fae95_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:176feea3131aada18df5da44af30a127f4dff392ce8ef57f7e0844969ec95923_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:17afd4ebbc2a5233681d4cc1774fcd70dc932bc10006235b11de8dcce826c2ba_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d3a98e507691edec50373d79ce9df48a71cb6a19a75c9276d0c5905d4f204b39_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:11c2a1966b0632e85caebc4555e3e2f726277175b27a63a5e854557499e0c28e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7e649963b5c1e2a7e8813569368eaf0ded5e544799d561622d469b03b9d93937_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a23fa7969c6a881648ba03ed1a13692c5db21b79f0608d841291ea9118548ed7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:af57ee131bc09ce55ecb3ae13ed7dc3ce9607a7438f0ac5a6e64bbfa000546db_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:407286c96b6e9d0ee4e8abec2b06a5dad70fc69820a00deae47cbf3fcdc65a40_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:52294a05713b24485ce6d7d1b867081da2f01dc008b9cd052bf8c4c37839f581_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6693dff44dcfb7e6fe67f5373bb73d84cf401d20640c959375f20a24d31aa697_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f65918214ce906cb5af9a59ece43a36870989c579ac1660a2a58f9536a79d9f9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1369aaf62d9d273eef766c42f7015d56152f6b8effc50dc06d75b1bab38a20a5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:47402101d62f418c0f6b8e3c6e2367a8c84f5151a0204f326bf1fdbe983c603d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b519e10d4cb8fd9ad126a36fb864d2f29f7df218ffa1b3b5f222e0befafbe360_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d70f848ab6450690b8329ae367ff2e5a3a5b295c073028dff7cf810104c5be5f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3a7af87b46058334b97531a4b1b5cd5be47e2ade8d74497429529bf0a489b275_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:97313aa4f1c1c9aa51c77a153d0f0eb35cab9711b7f1465b82a636ea44e849ef_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:ba0927ffd76ad6689b808e734038678c91854ca3d0630613094824549f8a150d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cd8feb684b9c70a4ffd7077e19812273f333174a70f7c2b63d57d140d8002382_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:223df196f0cc747e52ffae9f3dd03fab2da3c72d5e3b189e3035d4264a08c6c4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:29f3154c0b972730ae9a54bc496bcdf62e9ed348b73d98ca958a265717ccc2a9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5e12029e90adf045a4377f4be2be75c879e57aca7aceffa2aef08aa262ae0f42_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e150a242bffd4437f92000417cad89969fd547b5da514f8586802b99a668bab2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:8c90e9864b3ff53d398f2451254dd3707868b36c6032d8d139cc3ef2cbd9084e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ae6ebf086515376ed35bb432a7f567f7bbb44b8d1b86773fd86daa387c5fb933_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0a0cbb021e13ce9d693eacc4982ece2e8ba4697f5d5571b8d0671d71824fd07_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5271f6452a89fe7907b16f486439f54f0dbcc3d075a70ef446ee4cc62211b1b_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:0c95fbbcfd5c54e6b2934a8efb4f8523d1536ec1deef78249f4daebaa9d327d6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1b84b2a1cecab16e75947d29572008547922714207272a5dad8169d1ca5beab5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:466597e63e82ac365414c803f5ecb8f06a72374885eedc5daf9532aad16ac148_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:de9cac5c7ebcf3d43cad87758dd2eb0f4d6480f59bfb4112c224a4497aad9ba7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4ae516b98be8fbdb9b783345fe680c1d6ef57b5dc06b2ec3bbd20bfdb7c9b2c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8f242ba3e0b9c57ecbd85f0d4c1bd67306357c92b53968a42419736c3dbe04d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b717614ee549be99c17ceef3d755c66abc983e821e04808df347962858e0da81_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bd0f90ccaaaa74683b9bb17db0651dfbdfdf8f49adf0ecbaf8e83756d270b590_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:040115466e4f525e9f2386d6f8838c51f8e1638eb06cd64f071d4ae027a8fb9c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:1a677b9d28655390d007acaa656997b12a32e9093c1c228778ef96cc6f4ca875_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:39c68aae39089d044ce992b949d4e9961105711501daf3d4f0ba7e9981920729_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e814640d65f77818c180a706940337f8ddec8ebe4cf22c51a58a8b69e0f4099_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2831d7dc9f3cad92219addd21b93959900ee2f71e2d988fffe913a6f88dc7e1c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:50f602354dcb223759d781cb057b4081a424d6a509178b10674358cc8dba41e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6925001d8a798896438ef1388f54bc29825c37d41f2f09a59e3f8bf60b2ec6af_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e01a83cb76fca294a011e022ed86f1da8cde36928096422a440bce8e42fbc8b6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:757ad9e0c37b861340a7b2269b068d5b0c6355322eb5f5898a856fd9c4495b16_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7f68ff8059ae68d15041b8f38ad5ee5278289e1370d276cf7e78fc7e9fc3bb10_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:816787cc8c95a4a2df1416f09af6228559333e1bb1421ede0c9e2093444260e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f9bb9a184319c9fef278d3c6705f56cfc592c844f5c458bd20bcdc07c4230982_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:198f39ed50bbd835f4789057f9d7fd8de0962f1641a7f453dd90d68b5b2a4e7b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:633ce875ee7bb08d9bf00cf79738e3e63cd6bf4de2d40fa6860142a301c0968c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e169d65b86f23d6424af5e7cf9e1d0ced58382128092821676196c0a05f91da6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ec2586358c34d0130b00a3714b50c8b7bc33ce915aef6aa79eb214d38202f37e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:13e81e4c25d8c789ca15eb4e84f3fc531a50b4dc0d95fa3573e002e3b54cad61_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:17637f8455e0e17bb3dca34545a26e881cff3e1444af45b9f45c3e282a252bb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d2dde1514fcf3308d1469a0af6727835121c4d6a1a1775a675a7ffabba8e3bed_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d6376055835ac40728181d6f354398a0e60ca131d2fd8f41471ed87e974ea4cb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:0932891a63e5ec5a076c7848d5746e29d972f3a96058914bee8fffa4921fed38_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:472e977d39473b92992f53c0225de477318b31be8656c37bc35193789ab7a456_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:71021ecd15d688aefa6db79f817c11a751b51f6ea9f2e48781bdc49c6de98088_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:9563eb7617a4d3a9c22fefaf03a4ede698fea2621a68ad231cd9e65930043a56_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:1fbf3bf4990353e799dc271bb4a0c58b385feb2ee60207636a3f76544b4f5ae4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:7815e9dc63477803e7e8bb8a01ea83043b5503ba529f64db3c76ad1c4cf2f0b1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ab22d93f277f9bb65fcb5fd9c448b72f82384b9be43b8ab525d2836832044eb2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dee02e09373732db94bc442ddcb2eb4d13095a04e35c674387d3df8ba23d67d5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1a046b24339587101462756592c87ae4a8f699fc2977a703e6d031e2022a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1db6c409fede3e9ec09788fdf286fdb0634de6b6e727ec010332f7cf2e462_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:bd6be5cf4063439e92a1264ce3af0ea6528b9c27dd4b26f043a80aa8616575fc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c955c4b9dce1b25c73453079a21d84c5a2e5d0b53cf6e351f9b1855f08db3fb9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:221943f7b65573c2942d88354261f93a01950be1d1a86fa853544cc4c283c027_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2488ca8b2a8f658f3deaf9a70b12f7aca159490b5e0861d746ca8ee5d2010041_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a3435c546844b61f456789fd315495d6bcdc2560756e9fdfc4b896cdf70d75c6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:be2e4dd58b8ed72278bb2c014317e69185e2b19dce37beea7fec3798abcb35f0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4da2632fea643a834aac3fd63bc51fc6b0d768b869ac450e6779c9f36429a9fd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:56ab8a9553f0c0202a47d858e234f2672098514dd647502405cac1f28d14196a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:abe530f4e865add435da2afd379a3a11a4d75c257c2468a09bc78f10256e0be9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:fe1397131aa0d447366fd627b12582ed647551ad3af13375f8c281ab73745f0a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0857a5a2cfb5c277bc2d2545fb19693f23285ccf6b75144da8fcd7225e1df1c7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:43b36fb1f7ad271530f5ee9040cac4651a684e0e08de2ed90a2939b736b565ed_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:7f86439496ba6573ee1d61b5f4d414dfbbf65a95526cdff54e45229f01785517_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8094138e4ed2267cc278a83a1586922c957142c9e5fcaec62db531c83b79566d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:309b1dd27ce0c7dc332c7141e576642db4aee6076ce50ccc2930e824f02ead2f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:35322e4580b0fec862223f76e0bd3c95ad0af31f3d4cdfd6423d3ec47d6e25c8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:699bc772c8a648f8be7d6a5c32d786d8f6484e584d918d68ef8a32cb1499663f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:779afd8e0fa21d022d7e75e7ba8da00cc7604db1adfbbea879bfb1d0f8c9c831_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:49e98d0193f7d7b4347043f0655d350a7a0c0d8c8b850d95abb57acd13dd8ac8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63e308cebeea85127f584610f59cdc9b228f01b9acb227f2f6eba7fcdc29b1fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:71f9b47dbd3985738259a6bc9a5bbdb240fd21284a194b47bb78538f8e870cac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:9181583c88b3be23253c76e277f140c0a1532c1bff7d62cd0da1e14beba1aab4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:0f96581804dbadea29d9ef9a2a952753f5fdf295670ea0297622214e2a9b7d0d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ae4714025025642ff5d9e250a4715b01d933487fa8bf4eaf82629ebd6d4c8702_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:cdb096f05b664fb542bb6eac3cce52c53da2e4bb636189bb53f737d3075615da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eb9908581f71dbe01d8553e494ef022417196408e9fdbd32f08fe1f5b9c9572c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:08725f7a384b4e72a173141cb35fb67293385ed72d973fc4d497f3c0f0dc626b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a322e3fc620e914088fb5669f1459a47140abdf027bd011d6ff4e5b3e6b909b9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b950e80fe164f86ddf624c80210308a634929ab8eb493496ef86bff1c5248fce_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bfc663a0ca81dedf849e89b91feb3fe0af97932fe8a8fc711d7ab85b6cbdcc84_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:13257447171d38e6e99c66faa476de6ff6ab934c285a0d1bf71fe94dbe583462_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:23fa493f397748092cd71c41b9d83d19fad6a5433b692bc644e30af790cf60da_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:28b1c9ee4102140998781ebef22f269316d8c2be2254c10b4d7151dffb0d37be_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:be2175c2c6c9d882e44cf10aa85f1219573952473e893f67cc7085bf0a324407_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:61417bc1ddac0bc97c786b5807c2fa33eebc75f7cb186aaf9eef2151dbaf75a8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:73956194247e000432a8c5f7b78255062c5ca967745ba2d97e680a06f698f518_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fbfa9ada74c4875985fc4bb8366d21eb5275a52953d44bc6bc740d48edeab5b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a545c9c2fbb36296286f684e02f9a5bc337b3c3fb9c83c608c988c88455f9bf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:34a8a8a4a62b36b5e0eb061db3d56905c8dddfeb2e7a7135642f947ce6bd01ad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:41c2ea14036c2f8639cf0dd634e327841954eff4529743fcd10e8475546165d0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a884f443877c7a3c0b32dc60a79e1bcbe89036549da7a8aa4608ee2ac6460765_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b28e8574a1d3b374ac4a61ea4f3c16eb70d9ba7385bf830c8698f4490f8fd3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:8e245c278c66405066cb31e9d48e97ad9cdb826511bdb1104807d26f896043a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:380e3045135a40d202f330002512a5c499d8d2079cc38e5c0bbd5a2312820dd3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5d06442daad2c126259fa5d594b53329e386f560b77a475ccb0cc37148644a5e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5dc0ca56deaa237fb0bcddac8481b45d3ac81609b36c3b7bbb6cff8456899208_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:aa669084fb336f5d89d86cb58aca73b88d6bc4b6505eac2020664e0b6abfff6c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8cb392862e1835b610757e822332074ac459c593e9bd60fb6b6f6d0aebe577fd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:987afa1aa902bb85d7c2d96f1637bcd19bf21eb832444c98d30171bbeb746751_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ad2f0cda09211f3e0aff615306168baf808e6fefbf1f039c3ae1a1fa7050a61e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:bcac50d10432ecdb8bfe2b465ba75889248ee8595f23c5243d023ac2a336f3b9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3cf2d6f464e6a2fe5b4a8cf66690b3237aefef0c825a687a548f81336507cfb8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9bd17213796576ce4d315986dc0b271011c37cd6e9ed75edff5ba80c3302fc26_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3205092b914bc1fe858b2ede7642227e04f35d06daec4848fdbbc0406fab4a03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a20ecaad93b15b869fb321c7503adcddfe1f0f5eb3f0f6427bd363234010853c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:57259db0550547f85684c19078b9af82b6318dca0c00ef8da27de8c8dc90e305_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:a95676fb6c1cc1b20cbb758a7c9fd34e82b3e114b81b5c17f47ef303feca3d51_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:49026487ee6722c3d438c05c1c181a36d14eca2f0d8debee48e4a02db0486145_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ee65002c4934842ad86197a89e838997bb87a93ddc9de3423eb2af282a565c41_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1bb56a1a194ba6f64edcdeae267fecec590c14c85431ba62ee8c6b5744da3a47_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bf72f3bbed57cebe1deb7690cd7fcb6d371e526630cb386d13180726736219c2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:81afdbb2d9fe212af38a11b4d00ac952a306e13f91b23b2a081c0393173c5e63_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bf8d63c933996abf39eab9406b3061bee014d766a58f4e27a56413652d319a47_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:4a5021268b1ab163318270fc9ef07afa8a29f288c95ea69700c4bf46f88e85cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ea443d9738e4428b6912b47f9c1d8d05b75cf8b137f0f9a76f852418b33b989e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:00148cec706fce87b240d38dcc91434f3c167052d5860d42ca9057e24c3f35eb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:7996dc231961eb51daaceda9598b04e4bbe7d0e4019dccf5adec8a14d6f7e1a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5c70298b919a36de41bf25d870bfa3da4013d36c6179db3eb6dd2e67dd20bff1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:a64777ab69af6f2b6cf4b78e5a00148e98353748946991c0a6da7eba76b442dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d4b6a07334845b2938c6d09556cea5e0477d13d4be6247bc9e3fede2e46aa3ee_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d5e665b41152b8363b4b15973a7b86365bb2c047366aa69bef7e1c499cf4fd3d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:1a29c30f85b9bc858f0c70ca5ed79934494d92849f23baa6c7f26f67ea49c57e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:70f95a8b240afc604ee9af621fc3b63adaf80f593f3131e7ed51077ed2c77a1b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4d217b45b97c9e01ba3d54d03270be07e9659b0d4313fc85999aa49fca560108_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:634f48a37ef03dee1cc0c0626c32aaebb8f9975b4640ac540f02910bdb3b165d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:00f06d1c70494444172d5630c33e1c93c333a880520bad3a810f96dc69cced15_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:01ac79392fa7a265608b75458534bafb6e5d350f2e8536bb9de48566c685841e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:061d1b86afedd409ad4947a8ae59064f0fa92360cc82f640cf124776753ea3bc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9c7fef9c0e22e1721125d5b1312e509fada544e1d3d956338c3638aecea53dad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d3d951b736b910437255f3455b76357bfe0111c257f5a2d8dfe0f9abacf30fe0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f7feb8627754651663208ebb363a3e42e1767e16a65914148ce0507a77bfe795_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:23b0327190559517a3526d2500534542e9a397210cc6f663ac2b313aee902e92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2911daa552328c8b01b19f91ad43ac54da18d343834c48ef35f12adff8077785_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:43960246dc7eb7bcef847c0d706bc6b0f0a407053a2cca7dfe27fce23c6d2af4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d05434d4552d2ffdd45d2fd44b1b2e2e8976a15f0f4ae59ce7dea73ca97dbcf8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1f7e808f97ad41f4c301736bdf2e06da73f2d0e3ef4ca838f0afd65273db7c8a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5553003527f078011d0c440f86c1480ff4e62b318e98ca2a4af97b42e5e186d5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:582a4e6fadda74e5c6c49b605b7967e9d6f25c84ab3de162c30931b1dcaee31b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6d54aaf9249113e5be1b6a87bf439ae778918533077a41ee9442396cda4d2642_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0b4378067622a7584c3be2e5e5d8748a564ae7672cc882bec0c1d6f4f4c28686_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2ba6c6b021db9b58614b1ceb9b736978b0e3396b04dda4518406b041448dd5cc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7f7e406ef7b654a66bbcbbfa5326ceb1ddca4a0236cb60761a0ea48b919e8571_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fc403f7babe4eb16c770c80def94f34696b3a8ac55360b17c88edb11b9ae5a8e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:775213a7b6d92d23694dbd1538727c84ad58c6b8a8b46587ff7bdeb7312acc05_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a649eef7fa6148524b1f3aaf18ed6543f65ef91ad21358cb0af865401061622d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c593dda5f85469eb4ded8cb6c4738069d48a144823a070b83b58ba7772ba0e90_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ffdcf3c2b138b62cfc84d9916799812ad73fcba9c3416d7442f3686417c85932_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2e1e514d9f3cdf5f04ca924fa98d036988ab47259be5df67497931321634f730_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:32e93e986bbf92dd3a3e09f9c76bed29334b5cf794e18b843f81522ccf43697b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7bfa1c21aeb7971fa978d49455f4b5dcccd4ccc3de147ef47c32e9b74bcaf2d3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:dbb5abf21bed592282f09e30ba1387b084eb028bd931df5609c07fb8c09a0d75_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0606de7cca514d2b4ad9593d7f37950512741cd8f1597b1f83951aa7c8839268_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:116474d2dd37c159032b15ff856dffecad2ef0ab76298bc43f840bd0245ec78b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2e887b0da3269f28933bc5af839ea2df95b7aeca3993cb31b0a1c92e7043cce4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6029166a01da021523fc720ad70fc59f449684e577f9f5a36e0e759a39d0a28e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:849b8be9f7fc785a70451c1c0704501e2b449650acd23d450d145da1a760c166_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9c5d6a2d314e840600ca6bd1354c7dc6040fbdc216166418485d6edfedb27ce0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ba10e440e514662920d68ac025d5f3841786a393703fc2dc0ee21ff1d2490015_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bac1799b133fd829b35ac619a25a272301816494e83be5a251f78a50e7fb2f88_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0469874ac135c41bb590ddbac02428775083221257b6904fa376335610c4acb1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5823c8fa1f1409d6863dacda718e35b7afd2915befa21343dfcc68b6fef7a9ce_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b38d3723f2547dc5676460e3738420e243c6fdf7be77e54d18657efb9668c438_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e5a5e4c1a01ff3f5d694ca26dd248533fd463c85374c25ce1a9f4b7a60deafc1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:19f94467c811e10882e30eeef39b1266b83ee417974aaf62f75738d51811cbc4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:47487ff8d0cd813ab3354061caf319dec553b1cba9d5c1045de710b8a6d0c51d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b3a0104cb85f1a6965eee44fef58983637839a1f97ddccd737704ab41cda3a25_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e8c72b610288bdc44492ea0a5c2fd66cfb1673fc06f6bc66831fa84c96f86543_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1a9333d29d3561fe95488f3d80136d6b24b4a2e04472d37d34737fd1032a8856_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:705d146d458883660aa0b673a651d05d1d1ad73bafad91e84755118b82092ae7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b9265d767c8a6786f12dd4788377f1a316864863a32de4a4ec07ffc8b874aa00_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e3a7bfabcb96924059fb7906be97a0ebb1df35c6cad39a7968a6461df0cecb31_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5c015e1a10e5f14e82e30ba41b1ae6a82cf5cb0bc631f5137d7637c44a3f5b8e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:623bc4c74b05b46babba7da628809bac05b48d8c4055648e88f0db57c1bb0e07_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9502a32446a8828e8a1887edcf49034e874ea0e32ab5fdb738ab89e77cb5a472_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ec7b6b83c8e934b66505e8051e183fbaac54e78abae5ae99077d4e5e163b4529_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1f15641123321a662f676a46a24f6c8066bba6e3730a3c0d0eca3ff8e548de23_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:85070876ada5cb86e8c585f3ac3114d548b189074723a13ec5d6fc6be25c9964_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a34e14a715bad1d324f9211d95c56ed387ae51b24b21ccf931c12f3f7b3dcbaf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e12ce561e4cad13a5d08e8164060bb74a309f66047279a26dd727d34ed3dc16a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:67789c239f82fe3649ab8c0e13f920a788a3612d15a78fe5986a852bb2d11a0d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:80d704ed310acc3015748815351da4b54fef2d8b74d7d4b03aabcf9fd7e60b38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bfbcd3f502bf336124261fbe51f19e7a4cb9e9132e07da62354699b30cf6ed24_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c1e371a0057014662b91736570bf25fb1211ead7402154a1149dfee9e55b994e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:175fd0386d9a4e064fa760f23ecfb45ac6ae3500e5a50acac0660d06e5b7ecb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3e9811dcf3c528ae6f5ff86659dee1a590c2b53f7af1a03204d06fc3dc628fcd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:68af6c6e7f51523ac223f4e25955cf3777f4ae5b601dcca7c6ec7e2dc0de0782_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:8f1b3ddbde3e33dbe01816bce0cce7d7bd196cc04affbe606fecfbd8ad7b8b17_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49699de68bf38c34edb696ebe4f9dc608756382a977f497f6713dbc7b6e1209e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49c32ab1927e0969508b906c14aafcbc64e6eff7680b9a10812eca4f17787921_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:86135a8f7d4aed36e7b2a571b431b29eeaac2bda02762eafda3e22a62a7a2d6d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f2dac4ffbee9d028b26e683b63a9f033ef8609907f6c498d42c447a306e75328_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2884bba195d4d635378b0d15efa54991a23f51bcf4efb1095b478f5cd9c34f46_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:d84853556ede64db5615eb4d826879c744f7ccbd92c51ecf392a686af854ec11_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:e05dd48fc4c26b5dd822ee58a2af27bccfd0ed28cc959a6fc05073cec6f7c9b8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e202635a4a52be92b47960bd8ced28634111416b220cca5fa7f86373ecd1210a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ae36d953c8c7f73dd78d620f94a0335ff5fb84b16ce9d2dbadbdf3dc5d66f6d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:308c924c44c35b39c66b429a15a0343a47f7dfad62dceb76ea7acfc85e6bd973_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e132f6b0a6b4e2dc63561c1ebaa0bd9fc669a835b0c22b0d56599e3da870231_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5216d36dc483b1368a03e00dd9dadc7c75de2bc36ed98cd7ea2b089cbe23965e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4bc11f6ad7c3e9c99e708f7ef5a01b4faedc8eb5d2de5b0cbed502395958555f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4c04a50ca49fdc521da592b9c326e233763918fbfd6bc97e001e0e680ce24cf9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8ba4aabc0e1e36c3ffe66b55c67ab8c305f64aa6011f80060c5d95ce91180c5f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d259704d34b605abd3568bd4c988bf9e831d80554ec2d7a57e7c39a70daf0140_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:14c55985b9277766e54156139f0949d1e3e5f756ade34512a3d5ea3dfed2c544_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3231ec9c296798f11aec6a285b0a8f7c5cf220534d0525afa59c17ab2464abb0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d8767e4d0b2c8222748319f05483bcefe50388abc182a01f3ca9dae3c80dce44_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ebed5c3d8e112fc5086208b4b4c0aba054a0058f3fd08b71b129dc124fa00f99_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:26dccabde8cc0d1ad45160677fe240b3fc098acae82f6d095fad08b78330453b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a168025d531f20656997ae845a4930919d6805b7f9374c40f7835a93aaa46b27_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e696a8bc54ef8a13800b2168a395d2cbb08678403beee2dc52c56d04cb235759_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ebc22890c7759ec9992b64dcb0e388881caeeae333a9a84a50dfeffe27e38b49_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:09319f1dcbe090d9677a43249810dfe5b3eb165aa3f8b473417e0913649b1556_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:46a37e99da18852f5512235589ee86dde0db6c09d76a49275a8004422b9ec303_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:535d1b713587008fe67eec103cceb54471f5263516f5420589cffe1dea02be93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bc614ab102efc7dfaa47fef84c4783da26548491e4c43257bb606a06e8d155f0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:08cac9e30829765f182624de9e45e59b40884b8c39cde60528dd27afa57afe72_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:13724dc9eb7247844e450b59b8cf3af5e5f486e9558942836ab60f74b9943291_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3e1a80763f76f622b5ffcdb35bf2dc20ce1e9c06c4f5f6bf0ae06b04134733b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d077c79741fd0c481fa6e1aa2c479b8c5b380b1d1f163259777c8c50be257709_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5e82ef0b9ab6d4e3b7431a7611bc563f356385dd8927855e6090008685f1549a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:62ba53e306331c1b20cad27ec31cf59687218f4bd5908ed7e9034559ded04b54_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7664e74786778a96606757f1de215a4a9702d0c9f7cecba7bf8028884a7609ee_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7a967f88faccfc101b9388f8434d406acdfc85d7d682f9ec742d59eb31074fc6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0e05cd1eaa2b9c558d22892495f090b6b51a316dc56d85ae825b6fc44611b6db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:445fdec85c2510c8a45b2a830ead87136bbb80bb9244987b4d6ffa5858931926_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ccae4f8f443ba6806ea33105d7dc06002d58914626cb9ae57476b29193761b53_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fc0becd36b6fad4911a5b8c9a4693320918f7f7e6336c2b11a76adcb6d1eec36_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:03d66c724cb647d4a613bb48c9df6e9ffaabb68c8af5a4ccae45365e32456470_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:4b9510fdfb45d2561927843dbd7ed869e2f67d9636e59dfd0c3ee640d9fc601c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b3570e078bed53aa3e435443bffbd12a7b259f8dee9d18c0d79b55514a547b53_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:fc8e892ccbd8d3c1e737fbaf8f02b5fa6bbbe242780c9cd00fbc5e6889d7baee_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:266bd8400632ac70fc6584e4bb2850ebcee7027ff7899acbeca612c6556302a4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2c8f351447fffc2133f339c6ab3a0bcd9bdfafad4a4cb5b7dd2abc32c6056a92_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b8d2783a76f514f9a4e8096434ac205e1d82d09da2d67fb930a1b5e4d8089e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:74fa72db679ef47f9a3e3459a90dfaeafcb6db73dfe15b8933767e2f9d19c448_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2b5964f6cb078aba05ada42f0c8280dfa39f9f80526932cc5d41410922e4e8ae_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:480b27e9866ca8dfba83e1accd427d4f6813f4fb7f612854e32bdffc10d7d5b8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:91c7fa7b70f2cc82b26ac16f91ea084e15a4f5dc64f254ed878c25dd1170c0a8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:edc297cdb2f670aebc1d3561d801840ad029e8777ce45724066e6891aabd60fa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:443e0dd81ae60896d31f07ab49611c5e0629746824df094ce28cdd3cb0ae1d58_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9b16561ca87196e3dd9330184f7abf25e97272e3c47d2e8d594e3095e74f815b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9ff62f63d487e25a750bad29314955effd17152bfc534ff698963760a2615b0a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ab506c549b676ad9d8dd179e2ba871a12f2096ca2601ea2a1f2605ccb849dc6c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:08758e6b81d6679b095a8e7fa323870eab35fefc05e525c6ef810b6cc0b3c0fd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:af87d24f6540e5c98def879ec4ea8adeb5b138e41abc126b2c3030c5847fd0b1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c5e9e59a08d8940e99da6bc568269eaf71ea8db62dbff86a7f6fb5dae861e323_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f5122187c85ef27f5423ada009d800afa4800e32ad1ea3299586fe64cae8e38d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3c5078d135089e1548b4dec49b7e78658279e42a72792a988447662534b6516e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:56158ce0af0c0eb9709b2d1a172201bc795ed6e5075517b6919ed1302399d6f3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6720c8097a398327f18a5c84c28f6b58aeee017199c2649649a1f159b8365838_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:89295652b447f42c6a0d6e1299f63b04016f10ec8faf6372357294a14472e426_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2baa85e44cc4ac6cb825103508c5bd74e348609eaf53ed42c6d0e045dfa62772_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:61283f1fff1f8ec53563012a5b1fb5a48831f0a220d3676b512f5a60b331e849_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ba258012c0832c57b29785be805be44f0b5f8eccaf76d82d7493946806eafe5f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cf3bee6414a87e7f907d30047ded274c488239af5b1f43ed717ac2cede29df86_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:993ba8c1dd84e486fc4084a7786934c356a9b12ae86155134fd1a1dc1e5e3f2f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a64dfd96d3aacabc8f219d19e6d7eb0c1ac5b68b49eb93fcc973d76e67ef1d34_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:ce306e2cdafabbaa29467e0cdbf316673d17180efb604e683a7fd1ed7181c6f9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e6748814d950e6f5e370dec9cb7d557fbb0d29ad3620b567840770be826a601e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:04d418560f90c35b42be67886632615d62dc89cd37fcccb6e247212b535fbb7f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:40eaefc42c0f0b5adeb47bcd463c2e2a45e7f3af1c0fa4cb3fde9c5479660c4f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:545bc2a7b32276bec515f338aea3a2976c01cc787a559986646aa6fa26ad5f35_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5a2653ccd5dc3f59a228ee8b936460575e1a392d12287661b1dc83a9f8210033_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:12e5e4ea4d19c4dcccb35dba161fdba8a703ba6331b11054e4664818737746a4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:180e817b55ebfd081fd0305f63b3e0539fe8d13d1ceb8428ea21e213779fd056_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:92e8693b9f6955f9862c8b576f5e32bffc3bc34232511fae0cbe57d705bfc53b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e5b5d4750a3ffe24b1196255d4cfe15b21efd587a41736307ca8e4e61a4936fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2ca8a85fb07b431d97ca6a3e3c18f1cfaa20883c7076d6b5b4e6942b632f9aaa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:559af5a310f0923dcb4ef9389c51c98604cf44642a13e8ccb46225b4ca268580_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ae056c9c8e0cdc6519ac1a9542781cd54ac2ac8881f513e965b57ce7d1e5ef2b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:deb92b50d5948bae13db37a7046d9b212dbfd3ddb1063ff8a5e5467f0cab203c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0c4f3cf84115f8c9b9bed6b2dd5d52316eb3a9e670fe6b9e28c2dbc350392e87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1142ce3f8a3c1c2a1c7dba79ac2c3b276a45fc6271ad9df9e6a5d8684c36da2a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d9f2c021c17f1416e01ba31a8823b7a87724fd96d7ec99d494981842b5d452b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f3aabf75e838b4a941f64a7a322768729059346d7578ecf5fe7ce27a71876fca_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6389373ccb2fbe1b6385ea21dac1c0ca918bf9d3889ad7a738de6be5d7ec4272_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6449fee9a31acc582bb85e0031312e3ff07d1f1843a1c6c410eb79cbbec1ceb4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:751f007afae9f16527e9039aa95c2ee6efd2ee20afe3c083ba7298493d2406f3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:afc11a340e28d4100c31646b705e8db302f6b0a96ad3620e07391f02a70438f1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0673d2034e7e5fb412a171939379da14e9269dad7bb53e83be7ecf8233b0b5a1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:18f0345811215feda18d2b63f679ee870e76b33e9f61042d93edcf36fe97df95_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a2d247eb696c80e02bc8c1873e8ee0fb71a1e5ad6cf5cd84bdf504f4fe17cb10_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c342b14ff399c961ce05c1af127244b950b8e9d641ce8752f9d0f880ad7a672b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3d9fbc97d13987f28ca76b3e238b540492eddef0f302c2dd958c1b0d05e10941_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:47682d4e934d597aaa1e809011a69afe93936fc629ad3dd1ed76dc7b073f7ee2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4e8d3460e04e85a3e01a578d492499376787c85f2840c97821f11213862239df_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d7b99cad55a1e1d380d30d0d4a61bc5f0cbf3a87223efada3e69bd9b0741d3b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4849bfa8a48c7e7d264fc6ea9097fa9d33da25f75776619976e3204b42026cc8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d7c3f5ce57c0aa25e13ba9484facd75c5a1dc3caaf9be4d0f273243e7ace327_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:78aef6c20ab3bf78eeb8b8a857ca2a24067d45cea0a070c44d3fcedc00d4efbe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7f33515dbca04230d98550ab638efa87389629fc7d913c8ec42e4b5bf8a772f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0251068577a1724dc777683dd189468ed77413b396614a117dac6b4320b8f01d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8812fd85c74fd67a95afe09c2ce5e7d592eec1e25fdc6fa331a8bd41bdde0cc6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:89e0a7e0fe060abb45a6f8e6ed1906053c09f95c252ca7813175903db61fbc99_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c3674a8f28935f3140fad744b5a178a8346a9a7f79f6c281561d2877b38c4ca9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:13bc0d4f7d4508fafca5a3bc61b6449a056e277da131e753c06cbc1bb7781b27_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:993a2a0b3f84e071560f6fc1a3ac243fa745ae9a7ab15febbe1385437dbd3ad8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:80fc518199cd3a1ad421b142661f0a85679b12b69d0afe580fe60eb6a13ddad4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f069665c66c19d9775b70a31aa7a1069bc653691f6abf106a88b2ceb8c0e1ec6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:13ef0c0585b01c56b865e029d029a553b458fd2d3d0204eb6dfba1bcaa11ac3c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:599d33b55e88212202b15f4344f7a18dee4f4504b3739d6ec99414d05bcde2b7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a751f1f0540505bea087d3ea9e6ba798e89d5deb772cf8e401caeb3816a563_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4c26bc366b267d444f448a4d7bd5a0d26f84bea653c14b261a829669d888cf88_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8b67087a584a2d952a6e80572686412cc8ea01f03ec8d70b56cb8a24a0c5a3c0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ac1123e890f0aee159c9105e26e1f1ed3ba5eb3ea66b422b281c3e9465401c5c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0dac7821ce2a3a5a180f53f381d9e61484cd8c5efab3c9a7dcc70b5783421b64_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6b30b39205367ec985c4a9d948e71d378b9483689c3ea179cd0f2476b9bfaa1c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:de903677bccf645889ff7968ebbc052b14273329c0765f7faa53b0ca815d6899_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f8392be7a6f5223930d53ed6d127faf727489b8f5ebbbda6b6b437c529e3c812_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:02ac68c83db9dc50cf6280a418eed9261dd2182bbf51d16fd143519e49960b17_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3746261c5d4744b13d4704c822fd62ce1f486010176fdb3bf95512c72eece73f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:85e34da00bd6d290c04d8eac32f39db59b5f50fceee9b248b2cbe27bcf0e7e5a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c343b119edf863e179df865ccde0b665b87087d78b20919aa5726d8fd240b344_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2026fc52aab5a6d7766511080699112f32ae4576108ff95b0eefc5d807a14f25_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:21b5298172f4de1e0074c4abf5e4abf27e8adc02bbf7ee49bd3388f7127d4901_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:42f8af9bf66ea72846b7f7e57652725c31b01fc4a8d39ff7e7882075438c521f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9c5711087546b1ba7cefab267b8aa30b54ecde5926f009518cf0db974ff84c3d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:373c4b7507a978e3dd62e9ea629d1e397b1f1db682e11ada1bfe5a0b45afc782_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3be306649df2fa3cc9f30e60ed5d947fb0678b0231b617eafd3b1593d10feec5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5b01a896101a5189740f84cb1a83edefdb0dc00288dde725ddd0e95480f8e1c1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:961dd87e559779e6338a4d3d35c96c0ce6ff7cb9634ce32d4bf848032f4a2fb7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8799db20cca7be653bae6b8ac5adc1d628094eababe740beb5dbc27e05346872_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a36c2b308515a293cbcf265af68ecebf498739e74ef11016d5c0edd3cf47c4e7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b86631d6601578548af20a28d132a0503fe118f53d7596a5632ed24ec5a9931f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e867bd8b76b5bc1438a7be88a30fa7707edbb1909920a1d4d1d0da0ddbebdb40_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:313074950c6dec37d29a9722b58ddc951aaf67c27b47568039f29f02f2523128_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:43618db20e6f592602096897bc89eaf3c58490a362e91e3299e20bb2a02827d9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:705f4db2e969d23205de87db1bd7dc8eb1ade64a76940fad950fd1a214dde6e5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d2d5ee5893ae16784051d9526c1feeee3c641fc3e6f337ba807744551c00ffa5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6ae5cfd48e788096162bc4517f0466bf526f16c84bb61072886a64842856c5b1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8004e7284c63cc32a05f6de732791416d57d62db041ede2829d4797139094292_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8137c3932f344ce587769bff04355ad405b6ff27009bf23a221ba52f3da56e1d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ef15235cf21f0fbfea74089f75471b483a98c920b65676bb6199c155fb61e929_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:149cca2af3f89c7d1e105de81bbd098c66be5687f18a584b644f21d0be20f414_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:33fc93d5cd30760383da666e8effb6ed32f4c8f2668da36677e98c1801ef4f5c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f9c1ee7f72c926c45cd76c12046b867d9efd7c3c381f34afeeb9b6e97751175b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fcfbae71f81307789bec93987c4523700c191a66663ce53e4009c5e0a8627826_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:04fe8c19bee4b629ee7f18a13dc0b7f49d6a4b6e19d204de90b6b2240b0f875e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5c9662139f98817aafe153a43f700399781d079390d5ad23d3b70fd6ac5d370f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d1147830f896fd229aadd2b766fbb4c8102b35a8edd4d8bbeef4928d89cdbbfa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:dfd0cdc29bca0a2239ef203fe7b58efd97ed4e72daed6609e22b20babda395fb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:48b5d06ac4b35c2a7bca3ba2abc39e3af1eaf4ecb19c720d9b6e46b066318414_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a6d7d7df9078e9d1cb0f12f9ceac12c96bf2cea03a9085b23c3e4af6a456b51d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b757d11e5dc51a5822d9e30e97ac142cf004fffce87ba2e58b8d62926127664a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e61ed19beaf8352dcfd4b9478335a364263cb9839f27140a634a217d87d331e5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93baf08acbc6875eb2b665a9ef3601ca34b76767cd70a172dac7237f21b6958c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a5f2c2debb51b8aa926ede417cf9fa0e4ebaac4f5bf9e770db55a25902a4a3b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:dc97d5c1aa80515080b2b4d16fb08ee4733a9347eebc8427f10b7e70582464ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cc1559af0d7be472ae46be4552fb41e81ad804d73d1444b92cae4485118c6773_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cfd5513afd8b2b5e22d5e384a7f769f9c04709d853feb2f91ef667d804cf9a7e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:febf2fb95748ed0c440e6acb72c40d609ae7587b2665cfd7145c878a2a0b5783_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1728f980f3ebba7e48bc0e8cad114db1e0c06f692638764e30ab990f45c637af_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:41508513986b369c2f89c64af84b3980b16bd2432130fb122d8c1346f0602894_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:650f08f62aeea4bc954e69ed88a9f2f14d3c8f733c155d113c0c58b7154fec4b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:016fc7e804acce7a8b8df0a02bec320c32f9ce6224ae67598a63992219a77516_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:081f9cfabc57aaf4d19df8b496613d8aff54ceb265634c904ec7765c810b4553_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6da3ef092cde7fbaeee01c5d6bb0ca5d52af3ed8de458ecd3001bb96262c1ab4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:035d07364444ea963d64515420fa4005adf82c44b575555a074149f67db50567_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4e09fb0bd709d53a0abc6326905cc43ee36e6e4ec5e20108efd1ffe585b1f2de_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:53a5f81aefcdd57ba33c57c02941803a072ef3f1b8467baa3c53c7e073a9ea96_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:cb3d2ccb57987217c75079a9c10f230f6a7de9ba3b0fbd87d8d3d5c71f8c94b0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1d63a1d7ba183c49c69a6ffe5a4584de5282029b0b2c2f3484b4f4431e2ce954_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:441db8762a583090cf4325377b0ee75838452a601732bccf4dbc57f26f6a1a90_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c5c52612378ce1f2577314e5723642237c9a361506c448ca80d2a0b56666a1f3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3b9843a117d6a6ae28222951e1a556d3888ceab2ff75a082a06343c8030a5ed_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:236fa2dfd935db687e786cf827d88210c2f586d2d1a93e610861995908bf2587_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:647704923828c83c6ed3810e3c4d7456fcbe378516dabfac30f203a3bd3634b2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7638d755fde7fe6d3c004a6f0f7c761a9fdb75a3541f19a792c3cf8e8bf473d3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d2eaa5b8ad9464732265b84128b5280d725feabb2d4b4cef0178a317add66c39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b659f5c6da6f73bcf8b2850f0172358816bd68fca721b65a9a70569a94bc90d7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cc867d49602a6ada5de7a783136b6463c4d9adee9877ae1966c016a08ee8e87a_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:6fa614240bbc1932f65f8cc9215d2baccc05dd1cd5586fd308c44d8a94447a45_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:e85e957fc16a36b5964613a99fec1e7299db9bc63edd86ef965d879a081b64bc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:14b02010250fe10ca57b2dfe1046641aeac31f92e5691c067b3990383967f0a6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b6b13d29b1cb9c9bcf97f2daa289669bbd9ea501430e51652bca3d50f787f23f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a8ab293c4f3c6bc251bc91466b7586e5499b6e198cff46e50f6a65d97df60f7b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c5d781c35cda14ab70d4a5bde3bf72df0a3956f5cb159645e5337095bb71c5ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fadba956181755cedd19d3d5b5ee3da0222daa1dc609b629c900a0052a4cbd8b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:2719589f19df23634ec3f6b578f3fd2e827440675b72a69b89c9d78b1310f98d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e1fe563643282c027ea829274a1945458cdc5d079bf2a2b7b0a9982a5cc3720e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:28d64f60c216f77e3e006012a403671463b9dd90095e19ff2dd027def6abb511_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6d681aac67e08e2ecca32415dddeb47df6191a99f7a8d7bc3bf1697c6a26c1af_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0d31a90914ea716508caf180e30fb682cdd8066da7a0a31752be9d86ec9c777c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3ef5a3798abfd3d9ec1b6ebabf3ceb32fa4057072b2670793ca119f556c0897f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e2c62e4b87e0536d15ed8b4f2905930a750f770d5c6d0168de6291d92c51f9a9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ef5f4d7e3c872acbc4ee48bc91b5835dfef66a698287a95836344c1587ccca69_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f5f049eb01192eaca548f3585845ed6a530934d2eaeb422fc78b657cabb1f57_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:740b0d9392c76e433ebb7762e57f156a0e2ea1db37ddaed2c5b8044ca092a357_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:da9ebcef147e8d9e84848454fe2b8e259bb549bf0de88ee960fb48f6c8051060_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e8f942ece24d15ce0c4a31f731f2060b6e3874a2f486b2dd255c773fb1a55f46_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1b4fa4d6ee3081f39e54b4f910100d210da682dbb0f308f08107ac44e7338d3b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:571a51e1eca0f31f273be8cff7ff115bdf192e14f5d510705ab7ed423fd5d9e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6dc96b2e8156e7e42f758cc28302a2e94e8b3888970d03a780b1732375e728fe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b91654b9aaa85e13d262d21b949b1a96b386f202524c2e8d52ecb66c279eca8d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a677804e422590551f82a17e61f64bc03d5a8a42a695e7ae8d9de5dc086924d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:fb7f225a9221506e6295f7efdcf44adc33e5b971c470b5835b0ca3c42ee1942c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:107c9dcda9632516721c41af941362ccc316d25661bfb13a7c4dcfc2ea4e1c3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e75d33740c576321707835258793fe2fd257682099348a2a067806e764e1560d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3ed82adddc3da003bdb272e2a5df0317abe41512179cba925f65fb5d8f7c2eb3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c16e4af4e9a79ac2f1fa632b20e98befa9aa2953ef241af186edd226e39150e3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7b6c16881c71569dbada90e320379c2159ead0b0ed2fa2113e065b361bdf2413_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9533dc6817f01e377ea2ff7e3aa4447d20ab5d016d9145b97e0cb9e758c9a8ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1285e63d6cefc0454a400b20a6e404537a8d57e5fb9b5d7ff1a75b61555622fb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2ea17afe64ff273c9208892a59773c1dca248367c849e805dc78cda228aba29f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5f33ae81c766b0b7d9c8411dc4f6a0adf760221ed0493a99f1bea5dddb5de41b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9de0bd8cb41c5324718c8d8f275c612c0bfd13b322225455a1142dc76bff0a01_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:2fee175122b1e3f74cd8976af1515c869d096da0bc4f5e9024b31a64cf88896a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9ca16ca048f3de4a5d9e6b6a38b55bf0b4a994bf7f7ccbda8c50c02bfd59c871_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c42a4deb157c31f6fb871bceb8c4401f44ffb490404591ae36110511f933f72e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f6d5c31b12c8a1a1e8316f258ccd254bf6bb8e49ae8a175eefcdf0bfc5c6047c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:204e84b23aa1edaf66f10a49432115ecb4c3e8fa34472a909e1c9a7a0c3f3947_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:37f226136e439a1b37fab44e06ff30eb22b1ba8f12eca9e85f59936c3d58acd1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3e385fec20235fd68320dd564c68770d91c5c08a864e3de41f3800937d730334_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:878a0a7473a69442dffd7c19132d74b29ecf765e3499d29f8da7b1de2ff6f439_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2b51546e56d1893aaa1b68c4e6ebb5479614d0402e840c8c850702ffb198036b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3aac893d87e5c39ae1672eb5ad48a0b9d02b49888fab57f8662e6dbb3897b660_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c5bddc80f0ba0e391b336de8ead2442d0dff227fdb8aef1874bc3db3101f7048_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:dca0c7b1c7ec76232b3d5ddd15c8716e04a8384f0a816217dec544d667ad2e69_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2551dc2ab6fddb6edfefc185f7b6d73ea366ddaae4e2f79d554f0afb79aa54bf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3cc6eb31325b1f9c9a2163c570ae1c3d4da7e7dcb0d761a0fa775b66fda9dcf5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:569965f29f668f02a342c0c7b4804bdc92354610e9368ba42a3ea5cc3172f532_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c4b2b0855c4ba25e150de01e54f0a84bb4c6c220b348945742bc0c18cc6d7dbb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:01b6587f8b9ee398d34ed3330bf0bdbf2dd01c2fe475ed4d44c547401d1dbd5a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0fb7ce17c762a70aa16ca9f7f35e41d85997bb2bb22b81986321d29634ce9b3e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:60c4fd0dcbc1ed92bee7dedce7879893a23c9e4a6181e5e6d6a8f04880f377eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8925d5826cca515b7f7c05558406b3688a14963ddefa80f5b44500fe12dfb1dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:3d914112ad75b59b03d5653cea40a25d92af415ef52dd10aa7394465e6bab92b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:f8d52c53ca49b3f9847d2e568779801321307e329f802aa9456cd0dab7625232_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d29e5c26f37fc8212f2ff15cdac470982494be155f85e3c310b0c958b943f7f6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:fc7a6712a6fe86a47b5a745e06a0c6d164779eb198f284fd0996847b025e53c2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:32bf2e7aad1dd9ff5100500c294e343af0dae3d392eed27a1c0305198734261f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:54b4afd46c87b2cc839aa7d8b8ae232aaffe0f39846a6edf9d0d3228adbd7a29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba41cc4ad0ea8dc731838e00dae166209a3e06d104e5cf11491639f82290eca6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a9395f57a9adc721c6e43e578957e21c8b9f18defbecdf91dc49d11044aeeeef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ba077da5ec7f147b51f0ee4432082aed3b7a3a541729913bc2ed821688723e99_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb48a38cb5d06b67ecfb4777c44d44f3e32a996397450e30f40e7ec3e340a56a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:deb40607f193ff4e36c684ce74167e67a7e96187f1a44a1f0f20f36572005843_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7dc856fddd561c1d29112b0b8d4dc39dc7503974a9ff563612e6998bdba4b71e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a3e01913986169c592bb770fc49e3875d46031b5788f983ddcd52938f9ef7a49_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c3481c6f76c644c017392c092dcbbb25a288acd14a9f01e20afd0d2d35e16d32_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cc440be9f6b3c5e22186b6d53a428a8220201ddaa79be39e19cc31a8fbd7b221_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:12d7ec468f9634a53d053f3af7957c5162d92595fc3385b26b08acb22b7935c1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:49f08b645fc28af342483d9efaf2f607c9c2a6b491b477cdcf2985c44aa3e894_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d32cde1eedbd0c110bc10836025cee78421ec16d2924d30f5e6265591a9ec716_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:df885dc6da20faf1903dbdac693889d9882722e8b67bebe35f624c11e4616262_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:16c8b8c6aee6f6a06367ca5bfe2be8fb85a05c3f18a819683f49d1a8c73941ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:376659c608333e76b0b48fcdc69ff17643284fd22fdef6c6998f07be54c1cf91_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7359a62beac2d501d629e6768f1767861fdedc0d05f53a4424a2abdb3dbb6a8c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c71d05c245bf1a4955f46c785d7264985e1f904de2a19972f7ce6209a3be0e4a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:06ab376096238d4e04c9ab713d83d3cab5db769b5af1fd1c57ef2ceceec6ef61_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2c80889bfaff670acbf859db3624951cda96d4ee8cb1560806ca4215e8c6c04b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:627c6b73224c3e37181a19cb598ef9a425cddc1d17d97b6c23388ec1345f6a88_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d5d338daef4ae436780be192907d28a26785021d97865d8a95db9065734061f0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8e59a286a05743844dd1333770197161698788e0db4faf8e00cac6b2fb9a638e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9029d8ef1e4455dbc1910078afea1141f92a5c4d2c298ce1d9e4319209b55246_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:da4ff38c7a1fd5adddbc0b0d3defbbd580197680b22648e2ab803c90c4a8c9f2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f6c44d76a715e0ca38fa5e2becad93a2bf3a41fd8f181846e7aba81b0c579691_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1b6c3977b4835b0cd5399523dd437c230b992b77a0e7352b095d008be96fcdab_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:54d79643f3a191710d1362d665b5c838130f3e51aecf1e27a2cdf66e98a3cb8a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b8692d27a4799d20ce1a8374ba99f55732bb7db56cdf8f5b038424a086db614_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d196f02212da5e80ac5a73931316d38e9def9aeecdadeaf07aec685e661f9f98_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:3a7644c1ac089cabd142fc1743b47302eae8528b13d1b038298f2f57cf746326_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4b5ee426703ecb55bf537731c39c69ab7f86316544cfc472ee77fbef7e5680a8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4cb60d36cc3b34b4b1496b74b9b2e68ff152a71d7f957b356311ea811bf05573_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f3f64bd2f70faa654f7134d803efdc032df63fd4ef07c97abd38fc41e625b48d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1b75d96a4cdcc3a37848c5edfe598cb1d99bb3b0707db5e3f62478320eb90f9c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:876fd001172d5151ef99c02826f834ee4db4623b00699a8fb30d6a456a7a8687_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ba8fddfcfe0004287ce58db40c1092f2090b3bbb0810c277066aa2d97799f8b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:bd9982e951fdc7259571b6d5983ea2cc44402cbea411ae9a6b135692bf5939b2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a7a8d4d8adfd98d3a6e3d37644b33966f2c34ff1e553fbb5140ab9a15563e821_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b26a5a47cde227edb5e7f6e51247a6cd91e13484f6b5f7dc19b62f83b7478361_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ccdd76d6734e3a3cfaa1e432c1508c097478e842fd436672e57ef2563d817e4a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:fee8f3b24b431ac2a5d4fa3d96c90c5e1aa68c08ee8ae9963fee457c98795197_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0e559f5e780f3849e73d7246176059360631d8c4a7db1700f6ba1b6a9e6ae089_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1a376560672f81b7596417591491e71d065e90672ff6ef5d37ed0785e9baab16_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:350a0360dfdc31eccadb0e8b9397d5a3436bb509999034b60e611428eb006cc4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f8b68ae48350a5aa9bdf47a36efbf661190d497ab5a139027a2bf4579d21e095_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5fbe979b3d448e36fac9615ccd96f8583b0d587d46f6b1b3749e85938cb2e510_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8d45dfe709ac701d6eb800b081947d39a855f65c756f31ae47b75be9fec0c260_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ea4fa6caaa81f207f2372c6179c3698e225658387549ba567c232170cacf8570_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8fb972b411085b4551e10adbd419e3cb89754ee5300222cc4fce27cc349513f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:066d438bdfa1626aaa7a0ee5d2e3222724f2f0cf5bc9a189b67fd5358a0a48c0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:747c142608d6f43952d315d7858f57edbd2d9de2d255938dde311ea580a329af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b2ee2d0e9906ef1581677bd239073c09f93e5b720501e9001926dfe7db34839e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:bf0b42c5e7e51129966a4744bb253b7c336bb88b1f1a562e481f7eeff5428136_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:3e9309d53caaafc9b145f6b7fbbb8879c9f018ef226afe101f6dc7ab02b67856_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:3a558e248efdf5d3111b7d61e8bd471682e7038bd34c4490f8ba69b91b44f36d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1b0981e2ee13869663087d6504e0c0af6f2c56d2ebf81d72b4b7c751bbf6e500_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8073e0be1f7f7523880b30946f1b6868274c070acb97d9da2f5c486db99ea18d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8980be22bddace1adb383fc356975fbf0af9ac8a20bdc95b3303a80fbe296f3d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f4293de50825a003a825306a45612531dafce45b72a91cf4dd455d596a0c60ea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5bc26795163f03947b3f42a5c8cc52b7fd6eb713a0fa5a1558bfe834c21edc0c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:7f29c85842a34554f06db311ef67ec08d1d947d32b4363d1153d92c8d13c3214_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:92857eb171128909119700c431920f543cbfc89cd06aa98db816a2fcaab321da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e931e3fe478f8f905855b4516e1ed9b33a161536c447025cd14dd68778c40fa0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:338034a3ce7dff3efafd00fa35b858c23c2ab284f743df414c6cdae455f8801a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f12584b95171f442bb3661c908ee43de70d0400c6273eb4e93325a5f3f167b54_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f37f6568957ab825b08c2ce8fc6b32ad18f5b7bee50b24b1804e70cdb144e5f4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f949249e3847338ce4ae9b94b0d191edd3f316d471f0a9047f97e41e41b7554c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2ec7076ed08f4ce7a61f95083155b5315acb6004ea4245c70be2763eb0ce9f4e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5a539e39b3aaf61d63f391b6960cdc5746cbb4b0fc07b85a98969f5c9cbcca4e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:93505b057575ff9292e2e96903238708b940a23953a79cf8742c880f1fbc743a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:be43f0ee18b6d56d81a09871c4a30dc2245ba60cf17ff0f1aad10e117f40aac8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3923e99d803b6dd5bfd2fc957101bef6dd86ba8f6de9e59a849e4c7a02d57e0b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8253bfec4409c9a02be72d7e8d87fe5f4f81c1bc58a294f02dd570debc4f1128_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:851fd20edf32778383c81e3c5b935ec5607a05f8fc569f64e31875b8bbe81d6b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d06d41126ced4841fae74d0437b18e9f1699d285158fb8725a8768a6e9065b79_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4375e44dccb08eb4ecf461f4e8e7e97d617ab5b1c968beb481d5795e6bbf0229_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:75140fa657674afc46d698aea19115a9f60c7765ffff6a0c4ae5ac166c725597_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c1a31ef64ecdd90020d72f323a242b551a6a4a85a4dae309e19f5d8f12d77b54_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c3b1ed110f6b17263484b7fde65642eb349162b206c0b9a2f463bf5eb13273c3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8f8c882873232fd9a00adc69e199f1b4acacffcdbc282280ebb61dfb1e61b875_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9fe79073bdf1745b388fe52bee661394f96ba5c0af585ed8ab4a61724e324777_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b2b91287350dfb474763ca5d332c4765af0c1ff2d7be722e23ea93970add2687_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:bb5f4abfd26a9446eb2f4cb1355bda840ed1006a6233373434378abaf0e617b3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:07ff9687205eee39d9ca211c0bb0c6b1618848e9e74bfbbe793aca67de73fa88_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0ba94d11051416a116cdf516dab74d530a584fe7c4bb1e8d3deb3bde2214e459_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0fe87955631062bc7ce78891b9eb056f899308f8cb8101b3a44f889c1f0c0654_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:786de5dd308c9fa6643aabecea0bc666a9ede6fd2a5ce1cb0d511eac2a19596a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:719989a197c3bb8b8af09e95af49125cd28014fa74c7969f3f3b939223a6743b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:743119e024a9aacd8bd4bf45ab9c14e684ddbe2307d8f965e972ace243f128b1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:76c523fa10e222690941abc8c5564efee1ec4d309a7d023480b6000a545d655d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a13cc82f7b2053435d5268416686ae2ba89e37b6561e49c7ac395cf3359ca2b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:98aa0e651302bb73569a0578e6c11a1691eafb5b0aa28dadd714a7b44b498f8f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:9fdce4b5198ae740daa858432221625391f7283bad587e1ebc1220e7b0b4fa28_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b072bc3bdd61164b8076f2799e705ed8e34281b2cdf24d9cf08deb8e697de2a3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:fef5253a6623c30368e9e7e271501adcd9432b96473cf8278a7b81140d287de0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4eecd436b35c9b25eca6975ca9e938c2256fcfeead67e1ff4159d7e36122122c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7e11ca9795aea60b3f0853ffef0fdbf922f4863edd96c50fa85110f36bccced2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c95f8bcd0835611bb90983e96e3b780ccb65bd2bdc7f7554432ea971eac8095b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e497c1834c97590a0c388b58dc823cdff79ab6befd5f2a9bf494b3acc3181eb6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0c8bfd6ea4d0729e0ffffac9811b5db2ecf5c40e68ef048ab104f161d2689b74_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4dc7e3242cdcd1d3c1ea5930da7d4e027383149373cb6af0551ed2572eaea0b2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b78827903e5c338d67a4ea2ba10ee67e16482ff00968ba99c27af2b6d50ce202_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c9315d23ab26f6f40e05a5fb1f9f2dbce075244a035b1f16003d1108a7ba36d0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:270b5e756fca54f2dc05f04b6f7b43f7f188153811decbc0b49eb215b11c2372_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5331e8ebfc48f4d2322226b8986dd178f133a52edcfc0a192e89f1785c8d568f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6cfd8c3da57c17ae1c430f2881c66eb0b1c456bbce4a9ada2491b2c873dba985_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa346af0288b5886b5f095d1fa0ceb7715d4333db919ff9d61078f369642cc29_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3403720059bdecff83f784e2fde54d2bebe09223ac6cf99ce2b4c840b9cd4a98_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3f8cb2cffaf6320f14ae09f7e44c965681b395370a156253790764ec9d2a2aca_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a02dde1d0b4f4fbbc4e6f0afd24da1595672f3f290345a4f6e98e11d89854a17_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c4e8ac4fea3c281effed3996a378c2e952a3d3704e47863b2ae6b266d2280920_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:46a0b302273acaf2582d377271b910d9d31ff98744cd8f290583a7bd5579761e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:af0442c88d2b9b93a187010065424798d89aad1d695ba438c815d04d7fcbef04_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:bc7b78f67fa189ba63da9891a1b05694d676a3ed2fa318336fa0850d63815250_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ffe4e64ee1b721aeefd8f1ceee11d225dd69319385e3e70f0bb52f4f40660a45_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:29d5a91b39dc6e72677bdfab50f56860c53e67dab139b464dd571fef9780dc6e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5e6d4e29635ea0b075e402931daf8c384d07ec8660223babfd0df9d572ea6912_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:82555977089a1586dc24154b46be6499607a9d15110e5b48d9a549ee73f3843c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f32c4a07d2b7a14c39db1e5e5752960e46bcda700b292336480c95f359adf0d7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:86b3e656caf1c93ba2bbea00514a17b9d06cb7a6fd5c6746d80ce35f45aa5907_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ba5c8896242125c24e3a7e5698770293a601e9e7f8508465d7b45920cc9ce240_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7de62e540922f1de5f492527d07a8e8f4265d24b577cf2f93415209ccad63912_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bd71e582ef755da7bfeede697b5c2ab29ab9fcea6bfeb14cc8ca168fce5c7bd1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a1e6a736546b54bb2797d85d51b8f2b213fe2f6be6b26bad5b549df9dabf2d01_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:efc7fb9608c2be8c3c65aff302f923241bf8d008bc71c2fbba0d82ffad2b4f2c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:aa63c460867d565b44b2a8e919ba9a0e7fd6717f71588cc5a7e2ad268fe13181_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fe1f1b5d6da2e5ac66c689da49a4c76916533f30ab456c9961a225a5e26cb6ed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:36fdb2cdf796941fc6638036b3a31048ba0209174c7a62424fb410ae14b1f81c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:65a0b94e9f663f3d73a9696a622ad46c73a5fc793f9dc46ee07fee8ba3bbb443_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8afe2a0c6b1b200201f21b148caaa682bce77cb3b1027f61d4c873e5babb1b30_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9f7c3543e4b1a095399d1219c50f1f5081440ae1605154324d57ba9201aa4fe9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2c0897a842cd7b16b64888568ca65c2a6e473c24b2ba9bc5067d6f1f237885d6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:432c94d7d5d46ad66348775fa0e1a6c2c142469e8a770db5528a1aa25664c389_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c86c7188163be31c7ab04017bc46ae88707437f804ddf2b5bd5a73ae34f64312_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3f836bb9effeca4dd6a230a4241282d33ed454ebabd84829c41e58db5f24f47_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4632ef8ca0af5a8115f3d9490c2ad9e2e44361f4d0671fa8a3a1006254b173ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a7d2d10f5326e2d71551289740eba86d6dd2f12526dc684b1494bdd4228fd8e5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ba876751849dd525a26e70996e7e02092c473bdf386ec4663a54ecf61c4f0d37_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e842cdc56ee7728aa71a7f95eda9777ba229aaf959594e73d998fbb30b7f76b1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:90331abb869c0c04ca7bb59681cbd957ff54eb0e0265e16368f9fd6ab6937acc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a02580814c02bec4c1c9b79c4b5a48a5a59caafa60a573f9f99a4a1ca07c6f71_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c197de59c38c060dc8aa099a027922853e4b9dc7e5589ac55c8841dbd44b1367_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ec7a4bcebcc80cbda32227224f64e67cdbc98d3fab95466b55c89755421ea4d2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:17752e2fbddeff8e6f43bd354d91f248b4e69d88e80b29b75508fb03b82d92bc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b1703420b5a67a12f055518b6a23c1d8259dc8a064a1447196f642dd23363806_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b93a134a81af485a0f07dcd6a71c816ed517178826539d0f53b6c45dce87096d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d266a3bfe528e76a8c6ef1700a2016080d084cf6fad2e70efe5ba52ff0dbbc51_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0abb949ce9461e5718c1988f57791c7537eb1b3d2184f4b4268fe087e39726d1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1267ac849f67c33155b54409011cd3f0eaa27d5f211703875cfd383d1170ef9e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5082f39df1f143f23f0e587dec5cdb3e3b033ab446a57e7e808c88e6211a1a67_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8fa27bdf891edfb80585e470f09c9d6fa369aa727a3698b936b4818a4b46448f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:017bed02593deb2e9cdfe0f268916e5d1c8cb7a4f1362c6eb3c94050896d7276_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:027baac40981f53c9ec53f5a4241a657929d6289e42a0e5deef617c182b7580e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4bd5b70373a257b1fce20135ff4a4b3e6962eee541c67a0e29ba9a2523d4d4a2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c0b3ed1332b228290882bbff6a1ad6866f5ab2a4586b261949832cdc3bee5797_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:047c270f56b685d5a4e67afe43d2f1ff47829a259be6ff93bfec4864233d4497_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:50a6482667d53de3d7aa2bff6df05ca21e4e9773996afa8b8038721e231deaae_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:653dbef43ed7f531ebf64c9314756be42738f1635a64097c53210ed0b6b0de88_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c4d2741561038e0080204335efc6eee5b6ffd8878553b240dd433fea701e6bab_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:3de609d984e39497dfe119bb8e0ac2d6d823dd894a5c866e5ec87de5b5711e60_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e3a8b252aadb5b32f42009803b56dbeae49a3ddbe9d00aa27569af4747fa403_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ccf49e256cd9c3bb428badab464a17aee485ee1516896f1ade10da11085e843c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e77ce95a84b01b09c5d1e6dbdea8970543aa3a60f9292300beb078d1288bb801_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2ab5fcf7003f4ba3de7656a284b11d6ee05bb02cd0f3532671a8c368f7b15178_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:44241e57d9067223cdd1585db9d699db113931b7a273d207516f60c498570677_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6aaa55450d567e2fa992650c456cdaf5529c5d96fc9984f7e1a4aa9ed6294bf3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f2fa21e8a0e88b25e9037a9c2db4b157ca6fef8b765b36da7dda71bf5a4c4478_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:10bfb59c904103177754f0336f7b7bab676d240480a8213ec42a778bca3f277e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7aa4fdd78ceafdc887a91224614657e86c1e12b72fde68dea4ee5c6e9b610cb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:e4a365a0516b0c8ef2d1259ec4bdb7f76aa9dc0d3c3cfd5d5b3d34341d349772_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:a06af7a856d5f2416777c1bb1d271c189576e273450b25c6dc5937cd16b8bf8a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:28b8390dae142ea16bb05f6bd95f19b6ab38dd67c341168337ca07fe4f45fe87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:be6a9bcb97824c91f393af5aac5a146d819ed9893f5a074e146afe18f3a50dc9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e6392d583f97f0932dc01be55534fbb6dd3014f84b745e8bf7583b96ad7a7761_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f30d93c0f244f5ba21807dca912d18d4facf47ceaf43da7efa41b14ee816b71b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0848bdb082bc8dae6bdaa956d2ae36fdeaaac89024822f4bcdffb51da1165fed_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9f9603a2dd344770da433fe8dd50a104d69e80ad463f9cba71b3aabefc4fee61_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ab417553778971822422c6eef94aeb437209fcf88e78188b701d4b2243ac5be7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b9bb7615df3eadf64501f35dcefa829934f330892801cbb86e9f70f5dde236ec_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6bb4c6c64852f2b7ee590a0a60db256d8dd549a4b141fe71d311bf30d0ed88ae_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:837cd26d96a814814145cd0aa0cca672769283c499eec36c457ae432b99a7466_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:956ad866d891e1340f630b9cad6ec73d1fc60d4061d4c63946ed714900388a3b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:9c91591eddbc058f05d052e3178102b28ebd25c2c9cb796fffd5047f5d413d12_amd64 | — |
Workaround
|
A flaw was found in golang.org/x/crypto/ssh. The RSA and DSA public key parsers in the affected component did not enforce size limits on key parameters. This vulnerability allows an unauthenticated client to provide a crafted public key with an excessively large modulus or DSA parameter during public key authentication. Successful exploitation could lead to a denial of service (DoS) due to prolonged CPU consumption during signature verification.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:00148cec706fce87b240d38dcc91434f3c167052d5860d42ca9057e24c3f35eb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:7996dc231961eb51daaceda9598b04e4bbe7d0e4019dccf5adec8a14d6f7e1a2_arm64 | — |
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:0c95fbbcfd5c54e6b2934a8efb4f8523d1536ec1deef78249f4daebaa9d327d6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1b84b2a1cecab16e75947d29572008547922714207272a5dad8169d1ca5beab5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:466597e63e82ac365414c803f5ecb8f06a72374885eedc5daf9532aad16ac148_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:de9cac5c7ebcf3d43cad87758dd2eb0f4d6480f59bfb4112c224a4497aad9ba7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4ae516b98be8fbdb9b783345fe680c1d6ef57b5dc06b2ec3bbd20bfdb7c9b2c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8f242ba3e0b9c57ecbd85f0d4c1bd67306357c92b53968a42419736c3dbe04d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b717614ee549be99c17ceef3d755c66abc983e821e04808df347962858e0da81_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bd0f90ccaaaa74683b9bb17db0651dfbdfdf8f49adf0ecbaf8e83756d270b590_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:040115466e4f525e9f2386d6f8838c51f8e1638eb06cd64f071d4ae027a8fb9c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:1a677b9d28655390d007acaa656997b12a32e9093c1c228778ef96cc6f4ca875_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:39c68aae39089d044ce992b949d4e9961105711501daf3d4f0ba7e9981920729_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e814640d65f77818c180a706940337f8ddec8ebe4cf22c51a58a8b69e0f4099_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2831d7dc9f3cad92219addd21b93959900ee2f71e2d988fffe913a6f88dc7e1c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:50f602354dcb223759d781cb057b4081a424d6a509178b10674358cc8dba41e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6925001d8a798896438ef1388f54bc29825c37d41f2f09a59e3f8bf60b2ec6af_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e01a83cb76fca294a011e022ed86f1da8cde36928096422a440bce8e42fbc8b6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:757ad9e0c37b861340a7b2269b068d5b0c6355322eb5f5898a856fd9c4495b16_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7f68ff8059ae68d15041b8f38ad5ee5278289e1370d276cf7e78fc7e9fc3bb10_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:816787cc8c95a4a2df1416f09af6228559333e1bb1421ede0c9e2093444260e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f9bb9a184319c9fef278d3c6705f56cfc592c844f5c458bd20bcdc07c4230982_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:198f39ed50bbd835f4789057f9d7fd8de0962f1641a7f453dd90d68b5b2a4e7b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:633ce875ee7bb08d9bf00cf79738e3e63cd6bf4de2d40fa6860142a301c0968c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e169d65b86f23d6424af5e7cf9e1d0ced58382128092821676196c0a05f91da6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ec2586358c34d0130b00a3714b50c8b7bc33ce915aef6aa79eb214d38202f37e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:13e81e4c25d8c789ca15eb4e84f3fc531a50b4dc0d95fa3573e002e3b54cad61_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:17637f8455e0e17bb3dca34545a26e881cff3e1444af45b9f45c3e282a252bb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d2dde1514fcf3308d1469a0af6727835121c4d6a1a1775a675a7ffabba8e3bed_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d6376055835ac40728181d6f354398a0e60ca131d2fd8f41471ed87e974ea4cb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6f86d997faaf61c874def5a78cded319a188c1babbc4dfefb91a29f7e0d7f0fb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:73bceed99ad1b0bc99e66ab8361037e4046c5212645490161572fe6f34de98b4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:babd6b0e928bb674289f34787d3aa536bdc4c24a877a5ac9311f21f0cc9e6224_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d00a12f6c4e75a2c93bdd135eeb742f42868b0186d9d03f318c885407a17e439_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:0932891a63e5ec5a076c7848d5746e29d972f3a96058914bee8fffa4921fed38_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:472e977d39473b92992f53c0225de477318b31be8656c37bc35193789ab7a456_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:71021ecd15d688aefa6db79f817c11a751b51f6ea9f2e48781bdc49c6de98088_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:9563eb7617a4d3a9c22fefaf03a4ede698fea2621a68ad231cd9e65930043a56_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:1fbf3bf4990353e799dc271bb4a0c58b385feb2ee60207636a3f76544b4f5ae4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:7815e9dc63477803e7e8bb8a01ea83043b5503ba529f64db3c76ad1c4cf2f0b1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ab22d93f277f9bb65fcb5fd9c448b72f82384b9be43b8ab525d2836832044eb2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dee02e09373732db94bc442ddcb2eb4d13095a04e35c674387d3df8ba23d67d5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1a046b24339587101462756592c87ae4a8f699fc2977a703e6d031e2022a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1db6c409fede3e9ec09788fdf286fdb0634de6b6e727ec010332f7cf2e462_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:bd6be5cf4063439e92a1264ce3af0ea6528b9c27dd4b26f043a80aa8616575fc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c955c4b9dce1b25c73453079a21d84c5a2e5d0b53cf6e351f9b1855f08db3fb9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:221943f7b65573c2942d88354261f93a01950be1d1a86fa853544cc4c283c027_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2488ca8b2a8f658f3deaf9a70b12f7aca159490b5e0861d746ca8ee5d2010041_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a3435c546844b61f456789fd315495d6bcdc2560756e9fdfc4b896cdf70d75c6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:be2e4dd58b8ed72278bb2c014317e69185e2b19dce37beea7fec3798abcb35f0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4da2632fea643a834aac3fd63bc51fc6b0d768b869ac450e6779c9f36429a9fd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:56ab8a9553f0c0202a47d858e234f2672098514dd647502405cac1f28d14196a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:abe530f4e865add435da2afd379a3a11a4d75c257c2468a09bc78f10256e0be9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:fe1397131aa0d447366fd627b12582ed647551ad3af13375f8c281ab73745f0a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0857a5a2cfb5c277bc2d2545fb19693f23285ccf6b75144da8fcd7225e1df1c7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:43b36fb1f7ad271530f5ee9040cac4651a684e0e08de2ed90a2939b736b565ed_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:7f86439496ba6573ee1d61b5f4d414dfbbf65a95526cdff54e45229f01785517_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8094138e4ed2267cc278a83a1586922c957142c9e5fcaec62db531c83b79566d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:309b1dd27ce0c7dc332c7141e576642db4aee6076ce50ccc2930e824f02ead2f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:35322e4580b0fec862223f76e0bd3c95ad0af31f3d4cdfd6423d3ec47d6e25c8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:699bc772c8a648f8be7d6a5c32d786d8f6484e584d918d68ef8a32cb1499663f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:779afd8e0fa21d022d7e75e7ba8da00cc7604db1adfbbea879bfb1d0f8c9c831_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:49e98d0193f7d7b4347043f0655d350a7a0c0d8c8b850d95abb57acd13dd8ac8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63e308cebeea85127f584610f59cdc9b228f01b9acb227f2f6eba7fcdc29b1fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:71f9b47dbd3985738259a6bc9a5bbdb240fd21284a194b47bb78538f8e870cac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:9181583c88b3be23253c76e277f140c0a1532c1bff7d62cd0da1e14beba1aab4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:0f96581804dbadea29d9ef9a2a952753f5fdf295670ea0297622214e2a9b7d0d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ae4714025025642ff5d9e250a4715b01d933487fa8bf4eaf82629ebd6d4c8702_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:cdb096f05b664fb542bb6eac3cce52c53da2e4bb636189bb53f737d3075615da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eb9908581f71dbe01d8553e494ef022417196408e9fdbd32f08fe1f5b9c9572c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:08725f7a384b4e72a173141cb35fb67293385ed72d973fc4d497f3c0f0dc626b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a322e3fc620e914088fb5669f1459a47140abdf027bd011d6ff4e5b3e6b909b9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b950e80fe164f86ddf624c80210308a634929ab8eb493496ef86bff1c5248fce_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bfc663a0ca81dedf849e89b91feb3fe0af97932fe8a8fc711d7ab85b6cbdcc84_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:13257447171d38e6e99c66faa476de6ff6ab934c285a0d1bf71fe94dbe583462_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:23fa493f397748092cd71c41b9d83d19fad6a5433b692bc644e30af790cf60da_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:28b1c9ee4102140998781ebef22f269316d8c2be2254c10b4d7151dffb0d37be_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:be2175c2c6c9d882e44cf10aa85f1219573952473e893f67cc7085bf0a324407_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:61417bc1ddac0bc97c786b5807c2fa33eebc75f7cb186aaf9eef2151dbaf75a8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:73956194247e000432a8c5f7b78255062c5ca967745ba2d97e680a06f698f518_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fbfa9ada74c4875985fc4bb8366d21eb5275a52953d44bc6bc740d48edeab5b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a545c9c2fbb36296286f684e02f9a5bc337b3c3fb9c83c608c988c88455f9bf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:34a8a8a4a62b36b5e0eb061db3d56905c8dddfeb2e7a7135642f947ce6bd01ad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:41c2ea14036c2f8639cf0dd634e327841954eff4529743fcd10e8475546165d0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a884f443877c7a3c0b32dc60a79e1bcbe89036549da7a8aa4608ee2ac6460765_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b28e8574a1d3b374ac4a61ea4f3c16eb70d9ba7385bf830c8698f4490f8fd3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:8e245c278c66405066cb31e9d48e97ad9cdb826511bdb1104807d26f896043a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:380e3045135a40d202f330002512a5c499d8d2079cc38e5c0bbd5a2312820dd3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5d06442daad2c126259fa5d594b53329e386f560b77a475ccb0cc37148644a5e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5dc0ca56deaa237fb0bcddac8481b45d3ac81609b36c3b7bbb6cff8456899208_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:aa669084fb336f5d89d86cb58aca73b88d6bc4b6505eac2020664e0b6abfff6c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8cb392862e1835b610757e822332074ac459c593e9bd60fb6b6f6d0aebe577fd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:987afa1aa902bb85d7c2d96f1637bcd19bf21eb832444c98d30171bbeb746751_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ad2f0cda09211f3e0aff615306168baf808e6fefbf1f039c3ae1a1fa7050a61e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:bcac50d10432ecdb8bfe2b465ba75889248ee8595f23c5243d023ac2a336f3b9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3cf2d6f464e6a2fe5b4a8cf66690b3237aefef0c825a687a548f81336507cfb8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9bd17213796576ce4d315986dc0b271011c37cd6e9ed75edff5ba80c3302fc26_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3205092b914bc1fe858b2ede7642227e04f35d06daec4848fdbbc0406fab4a03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a20ecaad93b15b869fb321c7503adcddfe1f0f5eb3f0f6427bd363234010853c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:57259db0550547f85684c19078b9af82b6318dca0c00ef8da27de8c8dc90e305_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:a95676fb6c1cc1b20cbb758a7c9fd34e82b3e114b81b5c17f47ef303feca3d51_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:49026487ee6722c3d438c05c1c181a36d14eca2f0d8debee48e4a02db0486145_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ee65002c4934842ad86197a89e838997bb87a93ddc9de3423eb2af282a565c41_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1bb56a1a194ba6f64edcdeae267fecec590c14c85431ba62ee8c6b5744da3a47_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bf72f3bbed57cebe1deb7690cd7fcb6d371e526630cb386d13180726736219c2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:81afdbb2d9fe212af38a11b4d00ac952a306e13f91b23b2a081c0393173c5e63_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bf8d63c933996abf39eab9406b3061bee014d766a58f4e27a56413652d319a47_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:4a5021268b1ab163318270fc9ef07afa8a29f288c95ea69700c4bf46f88e85cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ea443d9738e4428b6912b47f9c1d8d05b75cf8b137f0f9a76f852418b33b989e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5c70298b919a36de41bf25d870bfa3da4013d36c6179db3eb6dd2e67dd20bff1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:a64777ab69af6f2b6cf4b78e5a00148e98353748946991c0a6da7eba76b442dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d4b6a07334845b2938c6d09556cea5e0477d13d4be6247bc9e3fede2e46aa3ee_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d5e665b41152b8363b4b15973a7b86365bb2c047366aa69bef7e1c499cf4fd3d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:1a29c30f85b9bc858f0c70ca5ed79934494d92849f23baa6c7f26f67ea49c57e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:70f95a8b240afc604ee9af621fc3b63adaf80f593f3131e7ed51077ed2c77a1b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4d217b45b97c9e01ba3d54d03270be07e9659b0d4313fc85999aa49fca560108_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:634f48a37ef03dee1cc0c0626c32aaebb8f9975b4640ac540f02910bdb3b165d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:00f06d1c70494444172d5630c33e1c93c333a880520bad3a810f96dc69cced15_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:01ac79392fa7a265608b75458534bafb6e5d350f2e8536bb9de48566c685841e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:12047af5271e61b4032c04c98df9ad54363d6beb13b36f49085307705677e345_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:37e5fa3bfc88e99fc78f2ced6cb4a99f5099942e40158dfa6940784c3d2ef95c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:54d10266c83c4d5fe91b013dac51538493ae4a4322c925e561c45316c73b1e2d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f799d506fc4087aac0eb4b2c2d6c8e511b598c6b3cdb1ba5ee470b787759fd8f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:061d1b86afedd409ad4947a8ae59064f0fa92360cc82f640cf124776753ea3bc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9c7fef9c0e22e1721125d5b1312e509fada544e1d3d956338c3638aecea53dad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d3d951b736b910437255f3455b76357bfe0111c257f5a2d8dfe0f9abacf30fe0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f7feb8627754651663208ebb363a3e42e1767e16a65914148ce0507a77bfe795_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:23b0327190559517a3526d2500534542e9a397210cc6f663ac2b313aee902e92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2911daa552328c8b01b19f91ad43ac54da18d343834c48ef35f12adff8077785_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:43960246dc7eb7bcef847c0d706bc6b0f0a407053a2cca7dfe27fce23c6d2af4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d05434d4552d2ffdd45d2fd44b1b2e2e8976a15f0f4ae59ce7dea73ca97dbcf8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1f7e808f97ad41f4c301736bdf2e06da73f2d0e3ef4ca838f0afd65273db7c8a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5553003527f078011d0c440f86c1480ff4e62b318e98ca2a4af97b42e5e186d5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:582a4e6fadda74e5c6c49b605b7967e9d6f25c84ab3de162c30931b1dcaee31b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6d54aaf9249113e5be1b6a87bf439ae778918533077a41ee9442396cda4d2642_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0b4378067622a7584c3be2e5e5d8748a564ae7672cc882bec0c1d6f4f4c28686_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2ba6c6b021db9b58614b1ceb9b736978b0e3396b04dda4518406b041448dd5cc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7f7e406ef7b654a66bbcbbfa5326ceb1ddca4a0236cb60761a0ea48b919e8571_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fc403f7babe4eb16c770c80def94f34696b3a8ac55360b17c88edb11b9ae5a8e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:473d595a495e4656de14b1b22456ef1ce2218fe39d02bf738990c0be4cdf5440_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6b3fc95809e8ab1be94de33cb375207b4302f93dbfd51f2a67228025c1e304fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7d0a9db460cb1d4c918f87a02979048f170f5e692e83cd517bb9b3271aa06dd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7f1e2dcfd02a6a5fc56c6665979a8981f11144a5bcc6419feae3964b190583c1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:775213a7b6d92d23694dbd1538727c84ad58c6b8a8b46587ff7bdeb7312acc05_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a649eef7fa6148524b1f3aaf18ed6543f65ef91ad21358cb0af865401061622d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c593dda5f85469eb4ded8cb6c4738069d48a144823a070b83b58ba7772ba0e90_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ffdcf3c2b138b62cfc84d9916799812ad73fcba9c3416d7442f3686417c85932_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2e1e514d9f3cdf5f04ca924fa98d036988ab47259be5df67497931321634f730_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:32e93e986bbf92dd3a3e09f9c76bed29334b5cf794e18b843f81522ccf43697b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7bfa1c21aeb7971fa978d49455f4b5dcccd4ccc3de147ef47c32e9b74bcaf2d3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:dbb5abf21bed592282f09e30ba1387b084eb028bd931df5609c07fb8c09a0d75_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0606de7cca514d2b4ad9593d7f37950512741cd8f1597b1f83951aa7c8839268_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:116474d2dd37c159032b15ff856dffecad2ef0ab76298bc43f840bd0245ec78b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2e887b0da3269f28933bc5af839ea2df95b7aeca3993cb31b0a1c92e7043cce4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6029166a01da021523fc720ad70fc59f449684e577f9f5a36e0e759a39d0a28e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:849b8be9f7fc785a70451c1c0704501e2b449650acd23d450d145da1a760c166_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9c5d6a2d314e840600ca6bd1354c7dc6040fbdc216166418485d6edfedb27ce0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ba10e440e514662920d68ac025d5f3841786a393703fc2dc0ee21ff1d2490015_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bac1799b133fd829b35ac619a25a272301816494e83be5a251f78a50e7fb2f88_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0469874ac135c41bb590ddbac02428775083221257b6904fa376335610c4acb1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5823c8fa1f1409d6863dacda718e35b7afd2915befa21343dfcc68b6fef7a9ce_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b38d3723f2547dc5676460e3738420e243c6fdf7be77e54d18657efb9668c438_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e5a5e4c1a01ff3f5d694ca26dd248533fd463c85374c25ce1a9f4b7a60deafc1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:19f94467c811e10882e30eeef39b1266b83ee417974aaf62f75738d51811cbc4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:47487ff8d0cd813ab3354061caf319dec553b1cba9d5c1045de710b8a6d0c51d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b3a0104cb85f1a6965eee44fef58983637839a1f97ddccd737704ab41cda3a25_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e8c72b610288bdc44492ea0a5c2fd66cfb1673fc06f6bc66831fa84c96f86543_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1a9333d29d3561fe95488f3d80136d6b24b4a2e04472d37d34737fd1032a8856_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:705d146d458883660aa0b673a651d05d1d1ad73bafad91e84755118b82092ae7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b9265d767c8a6786f12dd4788377f1a316864863a32de4a4ec07ffc8b874aa00_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e3a7bfabcb96924059fb7906be97a0ebb1df35c6cad39a7968a6461df0cecb31_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5c015e1a10e5f14e82e30ba41b1ae6a82cf5cb0bc631f5137d7637c44a3f5b8e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:623bc4c74b05b46babba7da628809bac05b48d8c4055648e88f0db57c1bb0e07_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9502a32446a8828e8a1887edcf49034e874ea0e32ab5fdb738ab89e77cb5a472_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ec7b6b83c8e934b66505e8051e183fbaac54e78abae5ae99077d4e5e163b4529_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1f15641123321a662f676a46a24f6c8066bba6e3730a3c0d0eca3ff8e548de23_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:85070876ada5cb86e8c585f3ac3114d548b189074723a13ec5d6fc6be25c9964_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a34e14a715bad1d324f9211d95c56ed387ae51b24b21ccf931c12f3f7b3dcbaf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e12ce561e4cad13a5d08e8164060bb74a309f66047279a26dd727d34ed3dc16a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:67789c239f82fe3649ab8c0e13f920a788a3612d15a78fe5986a852bb2d11a0d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:80d704ed310acc3015748815351da4b54fef2d8b74d7d4b03aabcf9fd7e60b38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bfbcd3f502bf336124261fbe51f19e7a4cb9e9132e07da62354699b30cf6ed24_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c1e371a0057014662b91736570bf25fb1211ead7402154a1149dfee9e55b994e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:175fd0386d9a4e064fa760f23ecfb45ac6ae3500e5a50acac0660d06e5b7ecb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3e9811dcf3c528ae6f5ff86659dee1a590c2b53f7af1a03204d06fc3dc628fcd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:68af6c6e7f51523ac223f4e25955cf3777f4ae5b601dcca7c6ec7e2dc0de0782_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:8f1b3ddbde3e33dbe01816bce0cce7d7bd196cc04affbe606fecfbd8ad7b8b17_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49699de68bf38c34edb696ebe4f9dc608756382a977f497f6713dbc7b6e1209e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49c32ab1927e0969508b906c14aafcbc64e6eff7680b9a10812eca4f17787921_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:86135a8f7d4aed36e7b2a571b431b29eeaac2bda02762eafda3e22a62a7a2d6d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f2dac4ffbee9d028b26e683b63a9f033ef8609907f6c498d42c447a306e75328_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2884bba195d4d635378b0d15efa54991a23f51bcf4efb1095b478f5cd9c34f46_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:d84853556ede64db5615eb4d826879c744f7ccbd92c51ecf392a686af854ec11_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:e05dd48fc4c26b5dd822ee58a2af27bccfd0ed28cc959a6fc05073cec6f7c9b8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e202635a4a52be92b47960bd8ced28634111416b220cca5fa7f86373ecd1210a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ae36d953c8c7f73dd78d620f94a0335ff5fb84b16ce9d2dbadbdf3dc5d66f6d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:308c924c44c35b39c66b429a15a0343a47f7dfad62dceb76ea7acfc85e6bd973_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e132f6b0a6b4e2dc63561c1ebaa0bd9fc669a835b0c22b0d56599e3da870231_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5216d36dc483b1368a03e00dd9dadc7c75de2bc36ed98cd7ea2b089cbe23965e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4bc11f6ad7c3e9c99e708f7ef5a01b4faedc8eb5d2de5b0cbed502395958555f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4c04a50ca49fdc521da592b9c326e233763918fbfd6bc97e001e0e680ce24cf9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8ba4aabc0e1e36c3ffe66b55c67ab8c305f64aa6011f80060c5d95ce91180c5f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d259704d34b605abd3568bd4c988bf9e831d80554ec2d7a57e7c39a70daf0140_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:14c55985b9277766e54156139f0949d1e3e5f756ade34512a3d5ea3dfed2c544_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3231ec9c296798f11aec6a285b0a8f7c5cf220534d0525afa59c17ab2464abb0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d8767e4d0b2c8222748319f05483bcefe50388abc182a01f3ca9dae3c80dce44_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ebed5c3d8e112fc5086208b4b4c0aba054a0058f3fd08b71b129dc124fa00f99_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:26dccabde8cc0d1ad45160677fe240b3fc098acae82f6d095fad08b78330453b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a168025d531f20656997ae845a4930919d6805b7f9374c40f7835a93aaa46b27_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e696a8bc54ef8a13800b2168a395d2cbb08678403beee2dc52c56d04cb235759_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ebc22890c7759ec9992b64dcb0e388881caeeae333a9a84a50dfeffe27e38b49_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:09319f1dcbe090d9677a43249810dfe5b3eb165aa3f8b473417e0913649b1556_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:46a37e99da18852f5512235589ee86dde0db6c09d76a49275a8004422b9ec303_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:535d1b713587008fe67eec103cceb54471f5263516f5420589cffe1dea02be93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bc614ab102efc7dfaa47fef84c4783da26548491e4c43257bb606a06e8d155f0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:08cac9e30829765f182624de9e45e59b40884b8c39cde60528dd27afa57afe72_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:13724dc9eb7247844e450b59b8cf3af5e5f486e9558942836ab60f74b9943291_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3e1a80763f76f622b5ffcdb35bf2dc20ce1e9c06c4f5f6bf0ae06b04134733b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d077c79741fd0c481fa6e1aa2c479b8c5b380b1d1f163259777c8c50be257709_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5e82ef0b9ab6d4e3b7431a7611bc563f356385dd8927855e6090008685f1549a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:62ba53e306331c1b20cad27ec31cf59687218f4bd5908ed7e9034559ded04b54_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7664e74786778a96606757f1de215a4a9702d0c9f7cecba7bf8028884a7609ee_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7a967f88faccfc101b9388f8434d406acdfc85d7d682f9ec742d59eb31074fc6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0e05cd1eaa2b9c558d22892495f090b6b51a316dc56d85ae825b6fc44611b6db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:445fdec85c2510c8a45b2a830ead87136bbb80bb9244987b4d6ffa5858931926_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ccae4f8f443ba6806ea33105d7dc06002d58914626cb9ae57476b29193761b53_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fc0becd36b6fad4911a5b8c9a4693320918f7f7e6336c2b11a76adcb6d1eec36_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:652f8fc874b95a56393f14c2b56a63faa64c04f6646c1786d07eaa272a9acb9e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:94b9c011744629b1ff6f230e25f876f218ed59d55a941377797f77cdb7c03e1d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a178a796ca9d32ac59faa5eb9a6aea30f1aec65d88f89080f57ed519a7983f05_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dc8a79297c73782f5005075332bcac58b051a07d2b35626323f9b69ee5f4d64e_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:03d66c724cb647d4a613bb48c9df6e9ffaabb68c8af5a4ccae45365e32456470_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:4b9510fdfb45d2561927843dbd7ed869e2f67d9636e59dfd0c3ee640d9fc601c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b3570e078bed53aa3e435443bffbd12a7b259f8dee9d18c0d79b55514a547b53_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:fc8e892ccbd8d3c1e737fbaf8f02b5fa6bbbe242780c9cd00fbc5e6889d7baee_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:266bd8400632ac70fc6584e4bb2850ebcee7027ff7899acbeca612c6556302a4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2c8f351447fffc2133f339c6ab3a0bcd9bdfafad4a4cb5b7dd2abc32c6056a92_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b8d2783a76f514f9a4e8096434ac205e1d82d09da2d67fb930a1b5e4d8089e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:74fa72db679ef47f9a3e3459a90dfaeafcb6db73dfe15b8933767e2f9d19c448_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2b5964f6cb078aba05ada42f0c8280dfa39f9f80526932cc5d41410922e4e8ae_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:480b27e9866ca8dfba83e1accd427d4f6813f4fb7f612854e32bdffc10d7d5b8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:91c7fa7b70f2cc82b26ac16f91ea084e15a4f5dc64f254ed878c25dd1170c0a8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:edc297cdb2f670aebc1d3561d801840ad029e8777ce45724066e6891aabd60fa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:443e0dd81ae60896d31f07ab49611c5e0629746824df094ce28cdd3cb0ae1d58_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9b16561ca87196e3dd9330184f7abf25e97272e3c47d2e8d594e3095e74f815b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9ff62f63d487e25a750bad29314955effd17152bfc534ff698963760a2615b0a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ab506c549b676ad9d8dd179e2ba871a12f2096ca2601ea2a1f2605ccb849dc6c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:08758e6b81d6679b095a8e7fa323870eab35fefc05e525c6ef810b6cc0b3c0fd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:af87d24f6540e5c98def879ec4ea8adeb5b138e41abc126b2c3030c5847fd0b1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c5e9e59a08d8940e99da6bc568269eaf71ea8db62dbff86a7f6fb5dae861e323_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f5122187c85ef27f5423ada009d800afa4800e32ad1ea3299586fe64cae8e38d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3c5078d135089e1548b4dec49b7e78658279e42a72792a988447662534b6516e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:56158ce0af0c0eb9709b2d1a172201bc795ed6e5075517b6919ed1302399d6f3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6720c8097a398327f18a5c84c28f6b58aeee017199c2649649a1f159b8365838_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:89295652b447f42c6a0d6e1299f63b04016f10ec8faf6372357294a14472e426_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2baa85e44cc4ac6cb825103508c5bd74e348609eaf53ed42c6d0e045dfa62772_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:61283f1fff1f8ec53563012a5b1fb5a48831f0a220d3676b512f5a60b331e849_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ba258012c0832c57b29785be805be44f0b5f8eccaf76d82d7493946806eafe5f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cf3bee6414a87e7f907d30047ded274c488239af5b1f43ed717ac2cede29df86_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:40854e0833b6cdfedcf275cf716e58f3cbc5c44be313fb83ca3e909bd80d0b08_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4d6a10dcda92c599f52977c71208222d166168b29da4eb4727c466e7eb53cdd1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7be4c5ff86b0e939ee9f22156812fb98d2f96c1eb4567ca8a6a01ea3aa735dcb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:83bdc9fa5d3893a973794dd7162bf9564ecf68ce44814349a621cbc284b9e61c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:993ba8c1dd84e486fc4084a7786934c356a9b12ae86155134fd1a1dc1e5e3f2f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a64dfd96d3aacabc8f219d19e6d7eb0c1ac5b68b49eb93fcc973d76e67ef1d34_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:ce306e2cdafabbaa29467e0cdbf316673d17180efb604e683a7fd1ed7181c6f9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e6748814d950e6f5e370dec9cb7d557fbb0d29ad3620b567840770be826a601e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:04d418560f90c35b42be67886632615d62dc89cd37fcccb6e247212b535fbb7f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:40eaefc42c0f0b5adeb47bcd463c2e2a45e7f3af1c0fa4cb3fde9c5479660c4f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:545bc2a7b32276bec515f338aea3a2976c01cc787a559986646aa6fa26ad5f35_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5a2653ccd5dc3f59a228ee8b936460575e1a392d12287661b1dc83a9f8210033_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:12e5e4ea4d19c4dcccb35dba161fdba8a703ba6331b11054e4664818737746a4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:180e817b55ebfd081fd0305f63b3e0539fe8d13d1ceb8428ea21e213779fd056_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:92e8693b9f6955f9862c8b576f5e32bffc3bc34232511fae0cbe57d705bfc53b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e5b5d4750a3ffe24b1196255d4cfe15b21efd587a41736307ca8e4e61a4936fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2ca8a85fb07b431d97ca6a3e3c18f1cfaa20883c7076d6b5b4e6942b632f9aaa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:559af5a310f0923dcb4ef9389c51c98604cf44642a13e8ccb46225b4ca268580_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ae056c9c8e0cdc6519ac1a9542781cd54ac2ac8881f513e965b57ce7d1e5ef2b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:deb92b50d5948bae13db37a7046d9b212dbfd3ddb1063ff8a5e5467f0cab203c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0c4f3cf84115f8c9b9bed6b2dd5d52316eb3a9e670fe6b9e28c2dbc350392e87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1142ce3f8a3c1c2a1c7dba79ac2c3b276a45fc6271ad9df9e6a5d8684c36da2a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d9f2c021c17f1416e01ba31a8823b7a87724fd96d7ec99d494981842b5d452b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f3aabf75e838b4a941f64a7a322768729059346d7578ecf5fe7ce27a71876fca_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6389373ccb2fbe1b6385ea21dac1c0ca918bf9d3889ad7a738de6be5d7ec4272_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6449fee9a31acc582bb85e0031312e3ff07d1f1843a1c6c410eb79cbbec1ceb4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:751f007afae9f16527e9039aa95c2ee6efd2ee20afe3c083ba7298493d2406f3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:afc11a340e28d4100c31646b705e8db302f6b0a96ad3620e07391f02a70438f1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0673d2034e7e5fb412a171939379da14e9269dad7bb53e83be7ecf8233b0b5a1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:18f0345811215feda18d2b63f679ee870e76b33e9f61042d93edcf36fe97df95_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a2d247eb696c80e02bc8c1873e8ee0fb71a1e5ad6cf5cd84bdf504f4fe17cb10_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c342b14ff399c961ce05c1af127244b950b8e9d641ce8752f9d0f880ad7a672b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3d9fbc97d13987f28ca76b3e238b540492eddef0f302c2dd958c1b0d05e10941_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:47682d4e934d597aaa1e809011a69afe93936fc629ad3dd1ed76dc7b073f7ee2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4e8d3460e04e85a3e01a578d492499376787c85f2840c97821f11213862239df_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d7b99cad55a1e1d380d30d0d4a61bc5f0cbf3a87223efada3e69bd9b0741d3b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4849bfa8a48c7e7d264fc6ea9097fa9d33da25f75776619976e3204b42026cc8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d7c3f5ce57c0aa25e13ba9484facd75c5a1dc3caaf9be4d0f273243e7ace327_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:78aef6c20ab3bf78eeb8b8a857ca2a24067d45cea0a070c44d3fcedc00d4efbe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7f33515dbca04230d98550ab638efa87389629fc7d913c8ec42e4b5bf8a772f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0251068577a1724dc777683dd189468ed77413b396614a117dac6b4320b8f01d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8812fd85c74fd67a95afe09c2ce5e7d592eec1e25fdc6fa331a8bd41bdde0cc6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:89e0a7e0fe060abb45a6f8e6ed1906053c09f95c252ca7813175903db61fbc99_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c3674a8f28935f3140fad744b5a178a8346a9a7f79f6c281561d2877b38c4ca9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:13bc0d4f7d4508fafca5a3bc61b6449a056e277da131e753c06cbc1bb7781b27_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:993a2a0b3f84e071560f6fc1a3ac243fa745ae9a7ab15febbe1385437dbd3ad8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:80fc518199cd3a1ad421b142661f0a85679b12b69d0afe580fe60eb6a13ddad4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f069665c66c19d9775b70a31aa7a1069bc653691f6abf106a88b2ceb8c0e1ec6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:13ef0c0585b01c56b865e029d029a553b458fd2d3d0204eb6dfba1bcaa11ac3c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:599d33b55e88212202b15f4344f7a18dee4f4504b3739d6ec99414d05bcde2b7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a751f1f0540505bea087d3ea9e6ba798e89d5deb772cf8e401caeb3816a563_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4c26bc366b267d444f448a4d7bd5a0d26f84bea653c14b261a829669d888cf88_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8b67087a584a2d952a6e80572686412cc8ea01f03ec8d70b56cb8a24a0c5a3c0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ac1123e890f0aee159c9105e26e1f1ed3ba5eb3ea66b422b281c3e9465401c5c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0dac7821ce2a3a5a180f53f381d9e61484cd8c5efab3c9a7dcc70b5783421b64_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6b30b39205367ec985c4a9d948e71d378b9483689c3ea179cd0f2476b9bfaa1c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:de903677bccf645889ff7968ebbc052b14273329c0765f7faa53b0ca815d6899_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f8392be7a6f5223930d53ed6d127faf727489b8f5ebbbda6b6b437c529e3c812_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:02ac68c83db9dc50cf6280a418eed9261dd2182bbf51d16fd143519e49960b17_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3746261c5d4744b13d4704c822fd62ce1f486010176fdb3bf95512c72eece73f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:85e34da00bd6d290c04d8eac32f39db59b5f50fceee9b248b2cbe27bcf0e7e5a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c343b119edf863e179df865ccde0b665b87087d78b20919aa5726d8fd240b344_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2026fc52aab5a6d7766511080699112f32ae4576108ff95b0eefc5d807a14f25_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:21b5298172f4de1e0074c4abf5e4abf27e8adc02bbf7ee49bd3388f7127d4901_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:42f8af9bf66ea72846b7f7e57652725c31b01fc4a8d39ff7e7882075438c521f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9c5711087546b1ba7cefab267b8aa30b54ecde5926f009518cf0db974ff84c3d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:373c4b7507a978e3dd62e9ea629d1e397b1f1db682e11ada1bfe5a0b45afc782_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3be306649df2fa3cc9f30e60ed5d947fb0678b0231b617eafd3b1593d10feec5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5b01a896101a5189740f84cb1a83edefdb0dc00288dde725ddd0e95480f8e1c1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:961dd87e559779e6338a4d3d35c96c0ce6ff7cb9634ce32d4bf848032f4a2fb7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8799db20cca7be653bae6b8ac5adc1d628094eababe740beb5dbc27e05346872_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a36c2b308515a293cbcf265af68ecebf498739e74ef11016d5c0edd3cf47c4e7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b86631d6601578548af20a28d132a0503fe118f53d7596a5632ed24ec5a9931f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e867bd8b76b5bc1438a7be88a30fa7707edbb1909920a1d4d1d0da0ddbebdb40_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:313074950c6dec37d29a9722b58ddc951aaf67c27b47568039f29f02f2523128_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:43618db20e6f592602096897bc89eaf3c58490a362e91e3299e20bb2a02827d9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:705f4db2e969d23205de87db1bd7dc8eb1ade64a76940fad950fd1a214dde6e5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d2d5ee5893ae16784051d9526c1feeee3c641fc3e6f337ba807744551c00ffa5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6ae5cfd48e788096162bc4517f0466bf526f16c84bb61072886a64842856c5b1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8004e7284c63cc32a05f6de732791416d57d62db041ede2829d4797139094292_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8137c3932f344ce587769bff04355ad405b6ff27009bf23a221ba52f3da56e1d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ef15235cf21f0fbfea74089f75471b483a98c920b65676bb6199c155fb61e929_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:149cca2af3f89c7d1e105de81bbd098c66be5687f18a584b644f21d0be20f414_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:33fc93d5cd30760383da666e8effb6ed32f4c8f2668da36677e98c1801ef4f5c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f9c1ee7f72c926c45cd76c12046b867d9efd7c3c381f34afeeb9b6e97751175b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fcfbae71f81307789bec93987c4523700c191a66663ce53e4009c5e0a8627826_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:04fe8c19bee4b629ee7f18a13dc0b7f49d6a4b6e19d204de90b6b2240b0f875e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5c9662139f98817aafe153a43f700399781d079390d5ad23d3b70fd6ac5d370f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d1147830f896fd229aadd2b766fbb4c8102b35a8edd4d8bbeef4928d89cdbbfa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:dfd0cdc29bca0a2239ef203fe7b58efd97ed4e72daed6609e22b20babda395fb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5a9889308bcd1c3981072c83d44206d0c3feff059e0a2029d49adcb974674c95_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7a715c7e2a8f54ccee42abf122b0028ed19705f401248d8c38f785d960f1b116_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a67de487534d03cdfc180af9d235edb21c5cb71e1224bb5041fcf2b9a428732f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:b3780d23a2c384ecef73c806cb20d7f97bcd11c12b6392c781c0deb7ceb55df8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:48b5d06ac4b35c2a7bca3ba2abc39e3af1eaf4ecb19c720d9b6e46b066318414_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a6d7d7df9078e9d1cb0f12f9ceac12c96bf2cea03a9085b23c3e4af6a456b51d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b757d11e5dc51a5822d9e30e97ac142cf004fffce87ba2e58b8d62926127664a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e61ed19beaf8352dcfd4b9478335a364263cb9839f27140a634a217d87d331e5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93baf08acbc6875eb2b665a9ef3601ca34b76767cd70a172dac7237f21b6958c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a5f2c2debb51b8aa926ede417cf9fa0e4ebaac4f5bf9e770db55a25902a4a3b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:dc97d5c1aa80515080b2b4d16fb08ee4733a9347eebc8427f10b7e70582464ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cc1559af0d7be472ae46be4552fb41e81ad804d73d1444b92cae4485118c6773_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cfd5513afd8b2b5e22d5e384a7f769f9c04709d853feb2f91ef667d804cf9a7e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:febf2fb95748ed0c440e6acb72c40d609ae7587b2665cfd7145c878a2a0b5783_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1728f980f3ebba7e48bc0e8cad114db1e0c06f692638764e30ab990f45c637af_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:41508513986b369c2f89c64af84b3980b16bd2432130fb122d8c1346f0602894_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:650f08f62aeea4bc954e69ed88a9f2f14d3c8f733c155d113c0c58b7154fec4b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:016fc7e804acce7a8b8df0a02bec320c32f9ce6224ae67598a63992219a77516_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:081f9cfabc57aaf4d19df8b496613d8aff54ceb265634c904ec7765c810b4553_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6da3ef092cde7fbaeee01c5d6bb0ca5d52af3ed8de458ecd3001bb96262c1ab4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:035d07364444ea963d64515420fa4005adf82c44b575555a074149f67db50567_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4e09fb0bd709d53a0abc6326905cc43ee36e6e4ec5e20108efd1ffe585b1f2de_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:53a5f81aefcdd57ba33c57c02941803a072ef3f1b8467baa3c53c7e073a9ea96_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:cb3d2ccb57987217c75079a9c10f230f6a7de9ba3b0fbd87d8d3d5c71f8c94b0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3472a8147e06452751999ae2d041063907f275ecf429dcdcfdce88c8a19a17da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:61155741778188324e0616274f067ec36723d0fb81d84e9715f72ffecfbc92ca_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:adfe8cb84a5f0a241fe69ec532b7092a10cc274cc3aac2b86f33ac8e725ab2d8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e704c70226ec4986c16166ba1ca54b908d1b6d9ddd47640bd5ab6d292f977508_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1d63a1d7ba183c49c69a6ffe5a4584de5282029b0b2c2f3484b4f4431e2ce954_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:441db8762a583090cf4325377b0ee75838452a601732bccf4dbc57f26f6a1a90_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c5c52612378ce1f2577314e5723642237c9a361506c448ca80d2a0b56666a1f3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3b9843a117d6a6ae28222951e1a556d3888ceab2ff75a082a06343c8030a5ed_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:236fa2dfd935db687e786cf827d88210c2f586d2d1a93e610861995908bf2587_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:647704923828c83c6ed3810e3c4d7456fcbe378516dabfac30f203a3bd3634b2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7638d755fde7fe6d3c004a6f0f7c761a9fdb75a3541f19a792c3cf8e8bf473d3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d2eaa5b8ad9464732265b84128b5280d725feabb2d4b4cef0178a317add66c39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b659f5c6da6f73bcf8b2850f0172358816bd68fca721b65a9a70569a94bc90d7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cc867d49602a6ada5de7a783136b6463c4d9adee9877ae1966c016a08ee8e87a_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:6fa614240bbc1932f65f8cc9215d2baccc05dd1cd5586fd308c44d8a94447a45_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:e85e957fc16a36b5964613a99fec1e7299db9bc63edd86ef965d879a081b64bc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:14b02010250fe10ca57b2dfe1046641aeac31f92e5691c067b3990383967f0a6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b6b13d29b1cb9c9bcf97f2daa289669bbd9ea501430e51652bca3d50f787f23f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a8ab293c4f3c6bc251bc91466b7586e5499b6e198cff46e50f6a65d97df60f7b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c5d781c35cda14ab70d4a5bde3bf72df0a3956f5cb159645e5337095bb71c5ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fadba956181755cedd19d3d5b5ee3da0222daa1dc609b629c900a0052a4cbd8b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:2719589f19df23634ec3f6b578f3fd2e827440675b72a69b89c9d78b1310f98d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e1fe563643282c027ea829274a1945458cdc5d079bf2a2b7b0a9982a5cc3720e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:28d64f60c216f77e3e006012a403671463b9dd90095e19ff2dd027def6abb511_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6d681aac67e08e2ecca32415dddeb47df6191a99f7a8d7bc3bf1697c6a26c1af_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0d31a90914ea716508caf180e30fb682cdd8066da7a0a31752be9d86ec9c777c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3ef5a3798abfd3d9ec1b6ebabf3ceb32fa4057072b2670793ca119f556c0897f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e2c62e4b87e0536d15ed8b4f2905930a750f770d5c6d0168de6291d92c51f9a9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ef5f4d7e3c872acbc4ee48bc91b5835dfef66a698287a95836344c1587ccca69_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f5f049eb01192eaca548f3585845ed6a530934d2eaeb422fc78b657cabb1f57_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:740b0d9392c76e433ebb7762e57f156a0e2ea1db37ddaed2c5b8044ca092a357_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:da9ebcef147e8d9e84848454fe2b8e259bb549bf0de88ee960fb48f6c8051060_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e8f942ece24d15ce0c4a31f731f2060b6e3874a2f486b2dd255c773fb1a55f46_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1b4fa4d6ee3081f39e54b4f910100d210da682dbb0f308f08107ac44e7338d3b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:571a51e1eca0f31f273be8cff7ff115bdf192e14f5d510705ab7ed423fd5d9e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6dc96b2e8156e7e42f758cc28302a2e94e8b3888970d03a780b1732375e728fe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b91654b9aaa85e13d262d21b949b1a96b386f202524c2e8d52ecb66c279eca8d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a677804e422590551f82a17e61f64bc03d5a8a42a695e7ae8d9de5dc086924d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:fb7f225a9221506e6295f7efdcf44adc33e5b971c470b5835b0ca3c42ee1942c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:107c9dcda9632516721c41af941362ccc316d25661bfb13a7c4dcfc2ea4e1c3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e75d33740c576321707835258793fe2fd257682099348a2a067806e764e1560d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3ed82adddc3da003bdb272e2a5df0317abe41512179cba925f65fb5d8f7c2eb3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c16e4af4e9a79ac2f1fa632b20e98befa9aa2953ef241af186edd226e39150e3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7b6c16881c71569dbada90e320379c2159ead0b0ed2fa2113e065b361bdf2413_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9533dc6817f01e377ea2ff7e3aa4447d20ab5d016d9145b97e0cb9e758c9a8ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1285e63d6cefc0454a400b20a6e404537a8d57e5fb9b5d7ff1a75b61555622fb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2ea17afe64ff273c9208892a59773c1dca248367c849e805dc78cda228aba29f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5f33ae81c766b0b7d9c8411dc4f6a0adf760221ed0493a99f1bea5dddb5de41b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9de0bd8cb41c5324718c8d8f275c612c0bfd13b322225455a1142dc76bff0a01_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:2fee175122b1e3f74cd8976af1515c869d096da0bc4f5e9024b31a64cf88896a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9ca16ca048f3de4a5d9e6b6a38b55bf0b4a994bf7f7ccbda8c50c02bfd59c871_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c42a4deb157c31f6fb871bceb8c4401f44ffb490404591ae36110511f933f72e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f6d5c31b12c8a1a1e8316f258ccd254bf6bb8e49ae8a175eefcdf0bfc5c6047c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:204e84b23aa1edaf66f10a49432115ecb4c3e8fa34472a909e1c9a7a0c3f3947_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:37f226136e439a1b37fab44e06ff30eb22b1ba8f12eca9e85f59936c3d58acd1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3e385fec20235fd68320dd564c68770d91c5c08a864e3de41f3800937d730334_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:878a0a7473a69442dffd7c19132d74b29ecf765e3499d29f8da7b1de2ff6f439_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2b51546e56d1893aaa1b68c4e6ebb5479614d0402e840c8c850702ffb198036b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3aac893d87e5c39ae1672eb5ad48a0b9d02b49888fab57f8662e6dbb3897b660_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c5bddc80f0ba0e391b336de8ead2442d0dff227fdb8aef1874bc3db3101f7048_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:dca0c7b1c7ec76232b3d5ddd15c8716e04a8384f0a816217dec544d667ad2e69_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2551dc2ab6fddb6edfefc185f7b6d73ea366ddaae4e2f79d554f0afb79aa54bf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3cc6eb31325b1f9c9a2163c570ae1c3d4da7e7dcb0d761a0fa775b66fda9dcf5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:569965f29f668f02a342c0c7b4804bdc92354610e9368ba42a3ea5cc3172f532_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c4b2b0855c4ba25e150de01e54f0a84bb4c6c220b348945742bc0c18cc6d7dbb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:01b6587f8b9ee398d34ed3330bf0bdbf2dd01c2fe475ed4d44c547401d1dbd5a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0fb7ce17c762a70aa16ca9f7f35e41d85997bb2bb22b81986321d29634ce9b3e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:60c4fd0dcbc1ed92bee7dedce7879893a23c9e4a6181e5e6d6a8f04880f377eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8925d5826cca515b7f7c05558406b3688a14963ddefa80f5b44500fe12dfb1dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:3d914112ad75b59b03d5653cea40a25d92af415ef52dd10aa7394465e6bab92b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:f8d52c53ca49b3f9847d2e568779801321307e329f802aa9456cd0dab7625232_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d29e5c26f37fc8212f2ff15cdac470982494be155f85e3c310b0c958b943f7f6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:fc7a6712a6fe86a47b5a745e06a0c6d164779eb198f284fd0996847b025e53c2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:32bf2e7aad1dd9ff5100500c294e343af0dae3d392eed27a1c0305198734261f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:54b4afd46c87b2cc839aa7d8b8ae232aaffe0f39846a6edf9d0d3228adbd7a29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba41cc4ad0ea8dc731838e00dae166209a3e06d104e5cf11491639f82290eca6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a9395f57a9adc721c6e43e578957e21c8b9f18defbecdf91dc49d11044aeeeef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ba077da5ec7f147b51f0ee4432082aed3b7a3a541729913bc2ed821688723e99_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb48a38cb5d06b67ecfb4777c44d44f3e32a996397450e30f40e7ec3e340a56a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:deb40607f193ff4e36c684ce74167e67a7e96187f1a44a1f0f20f36572005843_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7dc856fddd561c1d29112b0b8d4dc39dc7503974a9ff563612e6998bdba4b71e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a3e01913986169c592bb770fc49e3875d46031b5788f983ddcd52938f9ef7a49_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c3481c6f76c644c017392c092dcbbb25a288acd14a9f01e20afd0d2d35e16d32_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cc440be9f6b3c5e22186b6d53a428a8220201ddaa79be39e19cc31a8fbd7b221_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:12d7ec468f9634a53d053f3af7957c5162d92595fc3385b26b08acb22b7935c1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:49f08b645fc28af342483d9efaf2f607c9c2a6b491b477cdcf2985c44aa3e894_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d32cde1eedbd0c110bc10836025cee78421ec16d2924d30f5e6265591a9ec716_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:df885dc6da20faf1903dbdac693889d9882722e8b67bebe35f624c11e4616262_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:16c8b8c6aee6f6a06367ca5bfe2be8fb85a05c3f18a819683f49d1a8c73941ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:376659c608333e76b0b48fcdc69ff17643284fd22fdef6c6998f07be54c1cf91_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7359a62beac2d501d629e6768f1767861fdedc0d05f53a4424a2abdb3dbb6a8c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c71d05c245bf1a4955f46c785d7264985e1f904de2a19972f7ce6209a3be0e4a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:06ab376096238d4e04c9ab713d83d3cab5db769b5af1fd1c57ef2ceceec6ef61_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2c80889bfaff670acbf859db3624951cda96d4ee8cb1560806ca4215e8c6c04b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:627c6b73224c3e37181a19cb598ef9a425cddc1d17d97b6c23388ec1345f6a88_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d5d338daef4ae436780be192907d28a26785021d97865d8a95db9065734061f0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8e59a286a05743844dd1333770197161698788e0db4faf8e00cac6b2fb9a638e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9029d8ef1e4455dbc1910078afea1141f92a5c4d2c298ce1d9e4319209b55246_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:da4ff38c7a1fd5adddbc0b0d3defbbd580197680b22648e2ab803c90c4a8c9f2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f6c44d76a715e0ca38fa5e2becad93a2bf3a41fd8f181846e7aba81b0c579691_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:167937ed04f625a9cd2d0b8ed6048a5cb7b6d435bc2d41775d7db4dcdb5fae95_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:176feea3131aada18df5da44af30a127f4dff392ce8ef57f7e0844969ec95923_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:17afd4ebbc2a5233681d4cc1774fcd70dc932bc10006235b11de8dcce826c2ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d3a98e507691edec50373d79ce9df48a71cb6a19a75c9276d0c5905d4f204b39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1b6c3977b4835b0cd5399523dd437c230b992b77a0e7352b095d008be96fcdab_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:54d79643f3a191710d1362d665b5c838130f3e51aecf1e27a2cdf66e98a3cb8a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b8692d27a4799d20ce1a8374ba99f55732bb7db56cdf8f5b038424a086db614_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d196f02212da5e80ac5a73931316d38e9def9aeecdadeaf07aec685e661f9f98_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:11c2a1966b0632e85caebc4555e3e2f726277175b27a63a5e854557499e0c28e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7e649963b5c1e2a7e8813569368eaf0ded5e544799d561622d469b03b9d93937_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a23fa7969c6a881648ba03ed1a13692c5db21b79f0608d841291ea9118548ed7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:af57ee131bc09ce55ecb3ae13ed7dc3ce9607a7438f0ac5a6e64bbfa000546db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:3a7644c1ac089cabd142fc1743b47302eae8528b13d1b038298f2f57cf746326_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4b5ee426703ecb55bf537731c39c69ab7f86316544cfc472ee77fbef7e5680a8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4cb60d36cc3b34b4b1496b74b9b2e68ff152a71d7f957b356311ea811bf05573_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f3f64bd2f70faa654f7134d803efdc032df63fd4ef07c97abd38fc41e625b48d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1b75d96a4cdcc3a37848c5edfe598cb1d99bb3b0707db5e3f62478320eb90f9c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:876fd001172d5151ef99c02826f834ee4db4623b00699a8fb30d6a456a7a8687_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ba8fddfcfe0004287ce58db40c1092f2090b3bbb0810c277066aa2d97799f8b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:bd9982e951fdc7259571b6d5983ea2cc44402cbea411ae9a6b135692bf5939b2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a7a8d4d8adfd98d3a6e3d37644b33966f2c34ff1e553fbb5140ab9a15563e821_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b26a5a47cde227edb5e7f6e51247a6cd91e13484f6b5f7dc19b62f83b7478361_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ccdd76d6734e3a3cfaa1e432c1508c097478e842fd436672e57ef2563d817e4a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:fee8f3b24b431ac2a5d4fa3d96c90c5e1aa68c08ee8ae9963fee457c98795197_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0e559f5e780f3849e73d7246176059360631d8c4a7db1700f6ba1b6a9e6ae089_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1a376560672f81b7596417591491e71d065e90672ff6ef5d37ed0785e9baab16_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:350a0360dfdc31eccadb0e8b9397d5a3436bb509999034b60e611428eb006cc4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f8b68ae48350a5aa9bdf47a36efbf661190d497ab5a139027a2bf4579d21e095_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5fbe979b3d448e36fac9615ccd96f8583b0d587d46f6b1b3749e85938cb2e510_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8d45dfe709ac701d6eb800b081947d39a855f65c756f31ae47b75be9fec0c260_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ea4fa6caaa81f207f2372c6179c3698e225658387549ba567c232170cacf8570_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8fb972b411085b4551e10adbd419e3cb89754ee5300222cc4fce27cc349513f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:066d438bdfa1626aaa7a0ee5d2e3222724f2f0cf5bc9a189b67fd5358a0a48c0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:747c142608d6f43952d315d7858f57edbd2d9de2d255938dde311ea580a329af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b2ee2d0e9906ef1581677bd239073c09f93e5b720501e9001926dfe7db34839e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:bf0b42c5e7e51129966a4744bb253b7c336bb88b1f1a562e481f7eeff5428136_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:3e9309d53caaafc9b145f6b7fbbb8879c9f018ef226afe101f6dc7ab02b67856_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:3a558e248efdf5d3111b7d61e8bd471682e7038bd34c4490f8ba69b91b44f36d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1b0981e2ee13869663087d6504e0c0af6f2c56d2ebf81d72b4b7c751bbf6e500_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8073e0be1f7f7523880b30946f1b6868274c070acb97d9da2f5c486db99ea18d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8980be22bddace1adb383fc356975fbf0af9ac8a20bdc95b3303a80fbe296f3d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f4293de50825a003a825306a45612531dafce45b72a91cf4dd455d596a0c60ea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5bc26795163f03947b3f42a5c8cc52b7fd6eb713a0fa5a1558bfe834c21edc0c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:7f29c85842a34554f06db311ef67ec08d1d947d32b4363d1153d92c8d13c3214_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:92857eb171128909119700c431920f543cbfc89cd06aa98db816a2fcaab321da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e931e3fe478f8f905855b4516e1ed9b33a161536c447025cd14dd68778c40fa0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:338034a3ce7dff3efafd00fa35b858c23c2ab284f743df414c6cdae455f8801a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f12584b95171f442bb3661c908ee43de70d0400c6273eb4e93325a5f3f167b54_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f37f6568957ab825b08c2ce8fc6b32ad18f5b7bee50b24b1804e70cdb144e5f4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f949249e3847338ce4ae9b94b0d191edd3f316d471f0a9047f97e41e41b7554c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:407286c96b6e9d0ee4e8abec2b06a5dad70fc69820a00deae47cbf3fcdc65a40_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:52294a05713b24485ce6d7d1b867081da2f01dc008b9cd052bf8c4c37839f581_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6693dff44dcfb7e6fe67f5373bb73d84cf401d20640c959375f20a24d31aa697_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f65918214ce906cb5af9a59ece43a36870989c579ac1660a2a58f9536a79d9f9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2ec7076ed08f4ce7a61f95083155b5315acb6004ea4245c70be2763eb0ce9f4e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5a539e39b3aaf61d63f391b6960cdc5746cbb4b0fc07b85a98969f5c9cbcca4e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:93505b057575ff9292e2e96903238708b940a23953a79cf8742c880f1fbc743a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:be43f0ee18b6d56d81a09871c4a30dc2245ba60cf17ff0f1aad10e117f40aac8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3923e99d803b6dd5bfd2fc957101bef6dd86ba8f6de9e59a849e4c7a02d57e0b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8253bfec4409c9a02be72d7e8d87fe5f4f81c1bc58a294f02dd570debc4f1128_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:851fd20edf32778383c81e3c5b935ec5607a05f8fc569f64e31875b8bbe81d6b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d06d41126ced4841fae74d0437b18e9f1699d285158fb8725a8768a6e9065b79_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4375e44dccb08eb4ecf461f4e8e7e97d617ab5b1c968beb481d5795e6bbf0229_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:75140fa657674afc46d698aea19115a9f60c7765ffff6a0c4ae5ac166c725597_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c1a31ef64ecdd90020d72f323a242b551a6a4a85a4dae309e19f5d8f12d77b54_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c3b1ed110f6b17263484b7fde65642eb349162b206c0b9a2f463bf5eb13273c3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1369aaf62d9d273eef766c42f7015d56152f6b8effc50dc06d75b1bab38a20a5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:47402101d62f418c0f6b8e3c6e2367a8c84f5151a0204f326bf1fdbe983c603d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b519e10d4cb8fd9ad126a36fb864d2f29f7df218ffa1b3b5f222e0befafbe360_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d70f848ab6450690b8329ae367ff2e5a3a5b295c073028dff7cf810104c5be5f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8f8c882873232fd9a00adc69e199f1b4acacffcdbc282280ebb61dfb1e61b875_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9fe79073bdf1745b388fe52bee661394f96ba5c0af585ed8ab4a61724e324777_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b2b91287350dfb474763ca5d332c4765af0c1ff2d7be722e23ea93970add2687_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:bb5f4abfd26a9446eb2f4cb1355bda840ed1006a6233373434378abaf0e617b3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:07ff9687205eee39d9ca211c0bb0c6b1618848e9e74bfbbe793aca67de73fa88_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0ba94d11051416a116cdf516dab74d530a584fe7c4bb1e8d3deb3bde2214e459_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0fe87955631062bc7ce78891b9eb056f899308f8cb8101b3a44f889c1f0c0654_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:786de5dd308c9fa6643aabecea0bc666a9ede6fd2a5ce1cb0d511eac2a19596a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:719989a197c3bb8b8af09e95af49125cd28014fa74c7969f3f3b939223a6743b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:743119e024a9aacd8bd4bf45ab9c14e684ddbe2307d8f965e972ace243f128b1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:76c523fa10e222690941abc8c5564efee1ec4d309a7d023480b6000a545d655d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a13cc82f7b2053435d5268416686ae2ba89e37b6561e49c7ac395cf3359ca2b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:98aa0e651302bb73569a0578e6c11a1691eafb5b0aa28dadd714a7b44b498f8f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:9fdce4b5198ae740daa858432221625391f7283bad587e1ebc1220e7b0b4fa28_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b072bc3bdd61164b8076f2799e705ed8e34281b2cdf24d9cf08deb8e697de2a3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:fef5253a6623c30368e9e7e271501adcd9432b96473cf8278a7b81140d287de0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4eecd436b35c9b25eca6975ca9e938c2256fcfeead67e1ff4159d7e36122122c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7e11ca9795aea60b3f0853ffef0fdbf922f4863edd96c50fa85110f36bccced2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c95f8bcd0835611bb90983e96e3b780ccb65bd2bdc7f7554432ea971eac8095b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e497c1834c97590a0c388b58dc823cdff79ab6befd5f2a9bf494b3acc3181eb6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3a7af87b46058334b97531a4b1b5cd5be47e2ade8d74497429529bf0a489b275_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:97313aa4f1c1c9aa51c77a153d0f0eb35cab9711b7f1465b82a636ea44e849ef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:ba0927ffd76ad6689b808e734038678c91854ca3d0630613094824549f8a150d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cd8feb684b9c70a4ffd7077e19812273f333174a70f7c2b63d57d140d8002382_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0c8bfd6ea4d0729e0ffffac9811b5db2ecf5c40e68ef048ab104f161d2689b74_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4dc7e3242cdcd1d3c1ea5930da7d4e027383149373cb6af0551ed2572eaea0b2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b78827903e5c338d67a4ea2ba10ee67e16482ff00968ba99c27af2b6d50ce202_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c9315d23ab26f6f40e05a5fb1f9f2dbce075244a035b1f16003d1108a7ba36d0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:270b5e756fca54f2dc05f04b6f7b43f7f188153811decbc0b49eb215b11c2372_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5331e8ebfc48f4d2322226b8986dd178f133a52edcfc0a192e89f1785c8d568f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6cfd8c3da57c17ae1c430f2881c66eb0b1c456bbce4a9ada2491b2c873dba985_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa346af0288b5886b5f095d1fa0ceb7715d4333db919ff9d61078f369642cc29_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3403720059bdecff83f784e2fde54d2bebe09223ac6cf99ce2b4c840b9cd4a98_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3f8cb2cffaf6320f14ae09f7e44c965681b395370a156253790764ec9d2a2aca_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a02dde1d0b4f4fbbc4e6f0afd24da1595672f3f290345a4f6e98e11d89854a17_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c4e8ac4fea3c281effed3996a378c2e952a3d3704e47863b2ae6b266d2280920_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:46a0b302273acaf2582d377271b910d9d31ff98744cd8f290583a7bd5579761e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:af0442c88d2b9b93a187010065424798d89aad1d695ba438c815d04d7fcbef04_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:bc7b78f67fa189ba63da9891a1b05694d676a3ed2fa318336fa0850d63815250_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ffe4e64ee1b721aeefd8f1ceee11d225dd69319385e3e70f0bb52f4f40660a45_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:29d5a91b39dc6e72677bdfab50f56860c53e67dab139b464dd571fef9780dc6e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5e6d4e29635ea0b075e402931daf8c384d07ec8660223babfd0df9d572ea6912_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:82555977089a1586dc24154b46be6499607a9d15110e5b48d9a549ee73f3843c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f32c4a07d2b7a14c39db1e5e5752960e46bcda700b292336480c95f359adf0d7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:86b3e656caf1c93ba2bbea00514a17b9d06cb7a6fd5c6746d80ce35f45aa5907_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ba5c8896242125c24e3a7e5698770293a601e9e7f8508465d7b45920cc9ce240_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7de62e540922f1de5f492527d07a8e8f4265d24b577cf2f93415209ccad63912_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bd71e582ef755da7bfeede697b5c2ab29ab9fcea6bfeb14cc8ca168fce5c7bd1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a1e6a736546b54bb2797d85d51b8f2b213fe2f6be6b26bad5b549df9dabf2d01_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:efc7fb9608c2be8c3c65aff302f923241bf8d008bc71c2fbba0d82ffad2b4f2c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:aa63c460867d565b44b2a8e919ba9a0e7fd6717f71588cc5a7e2ad268fe13181_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fe1f1b5d6da2e5ac66c689da49a4c76916533f30ab456c9961a225a5e26cb6ed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:36fdb2cdf796941fc6638036b3a31048ba0209174c7a62424fb410ae14b1f81c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:65a0b94e9f663f3d73a9696a622ad46c73a5fc793f9dc46ee07fee8ba3bbb443_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8afe2a0c6b1b200201f21b148caaa682bce77cb3b1027f61d4c873e5babb1b30_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9f7c3543e4b1a095399d1219c50f1f5081440ae1605154324d57ba9201aa4fe9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2c0897a842cd7b16b64888568ca65c2a6e473c24b2ba9bc5067d6f1f237885d6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:432c94d7d5d46ad66348775fa0e1a6c2c142469e8a770db5528a1aa25664c389_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c86c7188163be31c7ab04017bc46ae88707437f804ddf2b5bd5a73ae34f64312_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3f836bb9effeca4dd6a230a4241282d33ed454ebabd84829c41e58db5f24f47_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4632ef8ca0af5a8115f3d9490c2ad9e2e44361f4d0671fa8a3a1006254b173ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a7d2d10f5326e2d71551289740eba86d6dd2f12526dc684b1494bdd4228fd8e5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ba876751849dd525a26e70996e7e02092c473bdf386ec4663a54ecf61c4f0d37_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e842cdc56ee7728aa71a7f95eda9777ba229aaf959594e73d998fbb30b7f76b1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:90331abb869c0c04ca7bb59681cbd957ff54eb0e0265e16368f9fd6ab6937acc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a02580814c02bec4c1c9b79c4b5a48a5a59caafa60a573f9f99a4a1ca07c6f71_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c197de59c38c060dc8aa099a027922853e4b9dc7e5589ac55c8841dbd44b1367_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ec7a4bcebcc80cbda32227224f64e67cdbc98d3fab95466b55c89755421ea4d2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:223df196f0cc747e52ffae9f3dd03fab2da3c72d5e3b189e3035d4264a08c6c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:29f3154c0b972730ae9a54bc496bcdf62e9ed348b73d98ca958a265717ccc2a9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5e12029e90adf045a4377f4be2be75c879e57aca7aceffa2aef08aa262ae0f42_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e150a242bffd4437f92000417cad89969fd547b5da514f8586802b99a668bab2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:17752e2fbddeff8e6f43bd354d91f248b4e69d88e80b29b75508fb03b82d92bc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b1703420b5a67a12f055518b6a23c1d8259dc8a064a1447196f642dd23363806_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b93a134a81af485a0f07dcd6a71c816ed517178826539d0f53b6c45dce87096d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d266a3bfe528e76a8c6ef1700a2016080d084cf6fad2e70efe5ba52ff0dbbc51_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:8c90e9864b3ff53d398f2451254dd3707868b36c6032d8d139cc3ef2cbd9084e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ae6ebf086515376ed35bb432a7f567f7bbb44b8d1b86773fd86daa387c5fb933_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0a0cbb021e13ce9d693eacc4982ece2e8ba4697f5d5571b8d0671d71824fd07_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5271f6452a89fe7907b16f486439f54f0dbcc3d075a70ef446ee4cc62211b1b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0abb949ce9461e5718c1988f57791c7537eb1b3d2184f4b4268fe087e39726d1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1267ac849f67c33155b54409011cd3f0eaa27d5f211703875cfd383d1170ef9e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5082f39df1f143f23f0e587dec5cdb3e3b033ab446a57e7e808c88e6211a1a67_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8fa27bdf891edfb80585e470f09c9d6fa369aa727a3698b936b4818a4b46448f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:017bed02593deb2e9cdfe0f268916e5d1c8cb7a4f1362c6eb3c94050896d7276_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:027baac40981f53c9ec53f5a4241a657929d6289e42a0e5deef617c182b7580e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4bd5b70373a257b1fce20135ff4a4b3e6962eee541c67a0e29ba9a2523d4d4a2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c0b3ed1332b228290882bbff6a1ad6866f5ab2a4586b261949832cdc3bee5797_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:047c270f56b685d5a4e67afe43d2f1ff47829a259be6ff93bfec4864233d4497_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:50a6482667d53de3d7aa2bff6df05ca21e4e9773996afa8b8038721e231deaae_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:653dbef43ed7f531ebf64c9314756be42738f1635a64097c53210ed0b6b0de88_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c4d2741561038e0080204335efc6eee5b6ffd8878553b240dd433fea701e6bab_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:3de609d984e39497dfe119bb8e0ac2d6d823dd894a5c866e5ec87de5b5711e60_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e3a8b252aadb5b32f42009803b56dbeae49a3ddbe9d00aa27569af4747fa403_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ccf49e256cd9c3bb428badab464a17aee485ee1516896f1ade10da11085e843c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e77ce95a84b01b09c5d1e6dbdea8970543aa3a60f9292300beb078d1288bb801_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2ab5fcf7003f4ba3de7656a284b11d6ee05bb02cd0f3532671a8c368f7b15178_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:44241e57d9067223cdd1585db9d699db113931b7a273d207516f60c498570677_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6aaa55450d567e2fa992650c456cdaf5529c5d96fc9984f7e1a4aa9ed6294bf3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f2fa21e8a0e88b25e9037a9c2db4b157ca6fef8b765b36da7dda71bf5a4c4478_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:10bfb59c904103177754f0336f7b7bab676d240480a8213ec42a778bca3f277e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7aa4fdd78ceafdc887a91224614657e86c1e12b72fde68dea4ee5c6e9b610cb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:e4a365a0516b0c8ef2d1259ec4bdb7f76aa9dc0d3c3cfd5d5b3d34341d349772_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:a06af7a856d5f2416777c1bb1d271c189576e273450b25c6dc5937cd16b8bf8a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:28b8390dae142ea16bb05f6bd95f19b6ab38dd67c341168337ca07fe4f45fe87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:be6a9bcb97824c91f393af5aac5a146d819ed9893f5a074e146afe18f3a50dc9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e6392d583f97f0932dc01be55534fbb6dd3014f84b745e8bf7583b96ad7a7761_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f30d93c0f244f5ba21807dca912d18d4facf47ceaf43da7efa41b14ee816b71b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0848bdb082bc8dae6bdaa956d2ae36fdeaaac89024822f4bcdffb51da1165fed_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9f9603a2dd344770da433fe8dd50a104d69e80ad463f9cba71b3aabefc4fee61_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ab417553778971822422c6eef94aeb437209fcf88e78188b701d4b2243ac5be7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b9bb7615df3eadf64501f35dcefa829934f330892801cbb86e9f70f5dde236ec_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6bb4c6c64852f2b7ee590a0a60db256d8dd549a4b141fe71d311bf30d0ed88ae_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:837cd26d96a814814145cd0aa0cca672769283c499eec36c457ae432b99a7466_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:956ad866d891e1340f630b9cad6ec73d1fc60d4061d4c63946ed714900388a3b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:9c91591eddbc058f05d052e3178102b28ebd25c2c9cb796fffd5047f5d413d12_amd64 | — |
Workaround
|
A flaw was found in OpenStack ironic-python-agent (IPA). The Ironic Python Agent sometimes executes the grub-install command from within a chroot environment of a deployed partition image. This allows an attacker, by providing a malicious image, to achieve arbitrary code execution within the system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a677804e422590551f82a17e61f64bc03d5a8a42a695e7ae8d9de5dc086924d9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:fb7f225a9221506e6295f7efdcf44adc33e5b971c470b5835b0ca3c42ee1942c_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:0c95fbbcfd5c54e6b2934a8efb4f8523d1536ec1deef78249f4daebaa9d327d6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1b84b2a1cecab16e75947d29572008547922714207272a5dad8169d1ca5beab5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:466597e63e82ac365414c803f5ecb8f06a72374885eedc5daf9532aad16ac148_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:de9cac5c7ebcf3d43cad87758dd2eb0f4d6480f59bfb4112c224a4497aad9ba7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4ae516b98be8fbdb9b783345fe680c1d6ef57b5dc06b2ec3bbd20bfdb7c9b2c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8f242ba3e0b9c57ecbd85f0d4c1bd67306357c92b53968a42419736c3dbe04d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b717614ee549be99c17ceef3d755c66abc983e821e04808df347962858e0da81_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bd0f90ccaaaa74683b9bb17db0651dfbdfdf8f49adf0ecbaf8e83756d270b590_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:040115466e4f525e9f2386d6f8838c51f8e1638eb06cd64f071d4ae027a8fb9c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:1a677b9d28655390d007acaa656997b12a32e9093c1c228778ef96cc6f4ca875_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:39c68aae39089d044ce992b949d4e9961105711501daf3d4f0ba7e9981920729_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e814640d65f77818c180a706940337f8ddec8ebe4cf22c51a58a8b69e0f4099_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2831d7dc9f3cad92219addd21b93959900ee2f71e2d988fffe913a6f88dc7e1c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:50f602354dcb223759d781cb057b4081a424d6a509178b10674358cc8dba41e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6925001d8a798896438ef1388f54bc29825c37d41f2f09a59e3f8bf60b2ec6af_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e01a83cb76fca294a011e022ed86f1da8cde36928096422a440bce8e42fbc8b6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:757ad9e0c37b861340a7b2269b068d5b0c6355322eb5f5898a856fd9c4495b16_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7f68ff8059ae68d15041b8f38ad5ee5278289e1370d276cf7e78fc7e9fc3bb10_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:816787cc8c95a4a2df1416f09af6228559333e1bb1421ede0c9e2093444260e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f9bb9a184319c9fef278d3c6705f56cfc592c844f5c458bd20bcdc07c4230982_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:198f39ed50bbd835f4789057f9d7fd8de0962f1641a7f453dd90d68b5b2a4e7b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:633ce875ee7bb08d9bf00cf79738e3e63cd6bf4de2d40fa6860142a301c0968c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e169d65b86f23d6424af5e7cf9e1d0ced58382128092821676196c0a05f91da6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ec2586358c34d0130b00a3714b50c8b7bc33ce915aef6aa79eb214d38202f37e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:13e81e4c25d8c789ca15eb4e84f3fc531a50b4dc0d95fa3573e002e3b54cad61_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:17637f8455e0e17bb3dca34545a26e881cff3e1444af45b9f45c3e282a252bb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d2dde1514fcf3308d1469a0af6727835121c4d6a1a1775a675a7ffabba8e3bed_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d6376055835ac40728181d6f354398a0e60ca131d2fd8f41471ed87e974ea4cb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6f86d997faaf61c874def5a78cded319a188c1babbc4dfefb91a29f7e0d7f0fb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:73bceed99ad1b0bc99e66ab8361037e4046c5212645490161572fe6f34de98b4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:babd6b0e928bb674289f34787d3aa536bdc4c24a877a5ac9311f21f0cc9e6224_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d00a12f6c4e75a2c93bdd135eeb742f42868b0186d9d03f318c885407a17e439_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:0932891a63e5ec5a076c7848d5746e29d972f3a96058914bee8fffa4921fed38_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:472e977d39473b92992f53c0225de477318b31be8656c37bc35193789ab7a456_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:71021ecd15d688aefa6db79f817c11a751b51f6ea9f2e48781bdc49c6de98088_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:9563eb7617a4d3a9c22fefaf03a4ede698fea2621a68ad231cd9e65930043a56_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:1fbf3bf4990353e799dc271bb4a0c58b385feb2ee60207636a3f76544b4f5ae4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:7815e9dc63477803e7e8bb8a01ea83043b5503ba529f64db3c76ad1c4cf2f0b1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ab22d93f277f9bb65fcb5fd9c448b72f82384b9be43b8ab525d2836832044eb2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dee02e09373732db94bc442ddcb2eb4d13095a04e35c674387d3df8ba23d67d5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1a046b24339587101462756592c87ae4a8f699fc2977a703e6d031e2022a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1db6c409fede3e9ec09788fdf286fdb0634de6b6e727ec010332f7cf2e462_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:bd6be5cf4063439e92a1264ce3af0ea6528b9c27dd4b26f043a80aa8616575fc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c955c4b9dce1b25c73453079a21d84c5a2e5d0b53cf6e351f9b1855f08db3fb9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:221943f7b65573c2942d88354261f93a01950be1d1a86fa853544cc4c283c027_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2488ca8b2a8f658f3deaf9a70b12f7aca159490b5e0861d746ca8ee5d2010041_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a3435c546844b61f456789fd315495d6bcdc2560756e9fdfc4b896cdf70d75c6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:be2e4dd58b8ed72278bb2c014317e69185e2b19dce37beea7fec3798abcb35f0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4da2632fea643a834aac3fd63bc51fc6b0d768b869ac450e6779c9f36429a9fd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:56ab8a9553f0c0202a47d858e234f2672098514dd647502405cac1f28d14196a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:abe530f4e865add435da2afd379a3a11a4d75c257c2468a09bc78f10256e0be9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:fe1397131aa0d447366fd627b12582ed647551ad3af13375f8c281ab73745f0a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0857a5a2cfb5c277bc2d2545fb19693f23285ccf6b75144da8fcd7225e1df1c7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:43b36fb1f7ad271530f5ee9040cac4651a684e0e08de2ed90a2939b736b565ed_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:7f86439496ba6573ee1d61b5f4d414dfbbf65a95526cdff54e45229f01785517_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8094138e4ed2267cc278a83a1586922c957142c9e5fcaec62db531c83b79566d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:309b1dd27ce0c7dc332c7141e576642db4aee6076ce50ccc2930e824f02ead2f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:35322e4580b0fec862223f76e0bd3c95ad0af31f3d4cdfd6423d3ec47d6e25c8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:699bc772c8a648f8be7d6a5c32d786d8f6484e584d918d68ef8a32cb1499663f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:779afd8e0fa21d022d7e75e7ba8da00cc7604db1adfbbea879bfb1d0f8c9c831_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:49e98d0193f7d7b4347043f0655d350a7a0c0d8c8b850d95abb57acd13dd8ac8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63e308cebeea85127f584610f59cdc9b228f01b9acb227f2f6eba7fcdc29b1fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:71f9b47dbd3985738259a6bc9a5bbdb240fd21284a194b47bb78538f8e870cac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:9181583c88b3be23253c76e277f140c0a1532c1bff7d62cd0da1e14beba1aab4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:0f96581804dbadea29d9ef9a2a952753f5fdf295670ea0297622214e2a9b7d0d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ae4714025025642ff5d9e250a4715b01d933487fa8bf4eaf82629ebd6d4c8702_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:cdb096f05b664fb542bb6eac3cce52c53da2e4bb636189bb53f737d3075615da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eb9908581f71dbe01d8553e494ef022417196408e9fdbd32f08fe1f5b9c9572c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:08725f7a384b4e72a173141cb35fb67293385ed72d973fc4d497f3c0f0dc626b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a322e3fc620e914088fb5669f1459a47140abdf027bd011d6ff4e5b3e6b909b9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b950e80fe164f86ddf624c80210308a634929ab8eb493496ef86bff1c5248fce_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bfc663a0ca81dedf849e89b91feb3fe0af97932fe8a8fc711d7ab85b6cbdcc84_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:13257447171d38e6e99c66faa476de6ff6ab934c285a0d1bf71fe94dbe583462_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:23fa493f397748092cd71c41b9d83d19fad6a5433b692bc644e30af790cf60da_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:28b1c9ee4102140998781ebef22f269316d8c2be2254c10b4d7151dffb0d37be_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:be2175c2c6c9d882e44cf10aa85f1219573952473e893f67cc7085bf0a324407_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:61417bc1ddac0bc97c786b5807c2fa33eebc75f7cb186aaf9eef2151dbaf75a8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:73956194247e000432a8c5f7b78255062c5ca967745ba2d97e680a06f698f518_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fbfa9ada74c4875985fc4bb8366d21eb5275a52953d44bc6bc740d48edeab5b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a545c9c2fbb36296286f684e02f9a5bc337b3c3fb9c83c608c988c88455f9bf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:34a8a8a4a62b36b5e0eb061db3d56905c8dddfeb2e7a7135642f947ce6bd01ad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:41c2ea14036c2f8639cf0dd634e327841954eff4529743fcd10e8475546165d0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a884f443877c7a3c0b32dc60a79e1bcbe89036549da7a8aa4608ee2ac6460765_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b28e8574a1d3b374ac4a61ea4f3c16eb70d9ba7385bf830c8698f4490f8fd3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:8e245c278c66405066cb31e9d48e97ad9cdb826511bdb1104807d26f896043a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:380e3045135a40d202f330002512a5c499d8d2079cc38e5c0bbd5a2312820dd3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5d06442daad2c126259fa5d594b53329e386f560b77a475ccb0cc37148644a5e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5dc0ca56deaa237fb0bcddac8481b45d3ac81609b36c3b7bbb6cff8456899208_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:aa669084fb336f5d89d86cb58aca73b88d6bc4b6505eac2020664e0b6abfff6c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8cb392862e1835b610757e822332074ac459c593e9bd60fb6b6f6d0aebe577fd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:987afa1aa902bb85d7c2d96f1637bcd19bf21eb832444c98d30171bbeb746751_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ad2f0cda09211f3e0aff615306168baf808e6fefbf1f039c3ae1a1fa7050a61e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:bcac50d10432ecdb8bfe2b465ba75889248ee8595f23c5243d023ac2a336f3b9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3cf2d6f464e6a2fe5b4a8cf66690b3237aefef0c825a687a548f81336507cfb8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9bd17213796576ce4d315986dc0b271011c37cd6e9ed75edff5ba80c3302fc26_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3205092b914bc1fe858b2ede7642227e04f35d06daec4848fdbbc0406fab4a03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a20ecaad93b15b869fb321c7503adcddfe1f0f5eb3f0f6427bd363234010853c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:57259db0550547f85684c19078b9af82b6318dca0c00ef8da27de8c8dc90e305_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:a95676fb6c1cc1b20cbb758a7c9fd34e82b3e114b81b5c17f47ef303feca3d51_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:49026487ee6722c3d438c05c1c181a36d14eca2f0d8debee48e4a02db0486145_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ee65002c4934842ad86197a89e838997bb87a93ddc9de3423eb2af282a565c41_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1bb56a1a194ba6f64edcdeae267fecec590c14c85431ba62ee8c6b5744da3a47_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bf72f3bbed57cebe1deb7690cd7fcb6d371e526630cb386d13180726736219c2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:81afdbb2d9fe212af38a11b4d00ac952a306e13f91b23b2a081c0393173c5e63_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bf8d63c933996abf39eab9406b3061bee014d766a58f4e27a56413652d319a47_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:4a5021268b1ab163318270fc9ef07afa8a29f288c95ea69700c4bf46f88e85cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ea443d9738e4428b6912b47f9c1d8d05b75cf8b137f0f9a76f852418b33b989e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:00148cec706fce87b240d38dcc91434f3c167052d5860d42ca9057e24c3f35eb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:7996dc231961eb51daaceda9598b04e4bbe7d0e4019dccf5adec8a14d6f7e1a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5c70298b919a36de41bf25d870bfa3da4013d36c6179db3eb6dd2e67dd20bff1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:a64777ab69af6f2b6cf4b78e5a00148e98353748946991c0a6da7eba76b442dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d4b6a07334845b2938c6d09556cea5e0477d13d4be6247bc9e3fede2e46aa3ee_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d5e665b41152b8363b4b15973a7b86365bb2c047366aa69bef7e1c499cf4fd3d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:1a29c30f85b9bc858f0c70ca5ed79934494d92849f23baa6c7f26f67ea49c57e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:70f95a8b240afc604ee9af621fc3b63adaf80f593f3131e7ed51077ed2c77a1b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4d217b45b97c9e01ba3d54d03270be07e9659b0d4313fc85999aa49fca560108_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:634f48a37ef03dee1cc0c0626c32aaebb8f9975b4640ac540f02910bdb3b165d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:00f06d1c70494444172d5630c33e1c93c333a880520bad3a810f96dc69cced15_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:01ac79392fa7a265608b75458534bafb6e5d350f2e8536bb9de48566c685841e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:12047af5271e61b4032c04c98df9ad54363d6beb13b36f49085307705677e345_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:37e5fa3bfc88e99fc78f2ced6cb4a99f5099942e40158dfa6940784c3d2ef95c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:54d10266c83c4d5fe91b013dac51538493ae4a4322c925e561c45316c73b1e2d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f799d506fc4087aac0eb4b2c2d6c8e511b598c6b3cdb1ba5ee470b787759fd8f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:061d1b86afedd409ad4947a8ae59064f0fa92360cc82f640cf124776753ea3bc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9c7fef9c0e22e1721125d5b1312e509fada544e1d3d956338c3638aecea53dad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d3d951b736b910437255f3455b76357bfe0111c257f5a2d8dfe0f9abacf30fe0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f7feb8627754651663208ebb363a3e42e1767e16a65914148ce0507a77bfe795_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:23b0327190559517a3526d2500534542e9a397210cc6f663ac2b313aee902e92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2911daa552328c8b01b19f91ad43ac54da18d343834c48ef35f12adff8077785_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:43960246dc7eb7bcef847c0d706bc6b0f0a407053a2cca7dfe27fce23c6d2af4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d05434d4552d2ffdd45d2fd44b1b2e2e8976a15f0f4ae59ce7dea73ca97dbcf8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1f7e808f97ad41f4c301736bdf2e06da73f2d0e3ef4ca838f0afd65273db7c8a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5553003527f078011d0c440f86c1480ff4e62b318e98ca2a4af97b42e5e186d5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:582a4e6fadda74e5c6c49b605b7967e9d6f25c84ab3de162c30931b1dcaee31b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6d54aaf9249113e5be1b6a87bf439ae778918533077a41ee9442396cda4d2642_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0b4378067622a7584c3be2e5e5d8748a564ae7672cc882bec0c1d6f4f4c28686_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2ba6c6b021db9b58614b1ceb9b736978b0e3396b04dda4518406b041448dd5cc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7f7e406ef7b654a66bbcbbfa5326ceb1ddca4a0236cb60761a0ea48b919e8571_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fc403f7babe4eb16c770c80def94f34696b3a8ac55360b17c88edb11b9ae5a8e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:473d595a495e4656de14b1b22456ef1ce2218fe39d02bf738990c0be4cdf5440_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6b3fc95809e8ab1be94de33cb375207b4302f93dbfd51f2a67228025c1e304fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7d0a9db460cb1d4c918f87a02979048f170f5e692e83cd517bb9b3271aa06dd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7f1e2dcfd02a6a5fc56c6665979a8981f11144a5bcc6419feae3964b190583c1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:775213a7b6d92d23694dbd1538727c84ad58c6b8a8b46587ff7bdeb7312acc05_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a649eef7fa6148524b1f3aaf18ed6543f65ef91ad21358cb0af865401061622d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c593dda5f85469eb4ded8cb6c4738069d48a144823a070b83b58ba7772ba0e90_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ffdcf3c2b138b62cfc84d9916799812ad73fcba9c3416d7442f3686417c85932_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2e1e514d9f3cdf5f04ca924fa98d036988ab47259be5df67497931321634f730_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:32e93e986bbf92dd3a3e09f9c76bed29334b5cf794e18b843f81522ccf43697b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7bfa1c21aeb7971fa978d49455f4b5dcccd4ccc3de147ef47c32e9b74bcaf2d3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:dbb5abf21bed592282f09e30ba1387b084eb028bd931df5609c07fb8c09a0d75_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0606de7cca514d2b4ad9593d7f37950512741cd8f1597b1f83951aa7c8839268_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:116474d2dd37c159032b15ff856dffecad2ef0ab76298bc43f840bd0245ec78b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2e887b0da3269f28933bc5af839ea2df95b7aeca3993cb31b0a1c92e7043cce4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6029166a01da021523fc720ad70fc59f449684e577f9f5a36e0e759a39d0a28e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:849b8be9f7fc785a70451c1c0704501e2b449650acd23d450d145da1a760c166_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9c5d6a2d314e840600ca6bd1354c7dc6040fbdc216166418485d6edfedb27ce0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ba10e440e514662920d68ac025d5f3841786a393703fc2dc0ee21ff1d2490015_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bac1799b133fd829b35ac619a25a272301816494e83be5a251f78a50e7fb2f88_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0469874ac135c41bb590ddbac02428775083221257b6904fa376335610c4acb1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5823c8fa1f1409d6863dacda718e35b7afd2915befa21343dfcc68b6fef7a9ce_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b38d3723f2547dc5676460e3738420e243c6fdf7be77e54d18657efb9668c438_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e5a5e4c1a01ff3f5d694ca26dd248533fd463c85374c25ce1a9f4b7a60deafc1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:19f94467c811e10882e30eeef39b1266b83ee417974aaf62f75738d51811cbc4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:47487ff8d0cd813ab3354061caf319dec553b1cba9d5c1045de710b8a6d0c51d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b3a0104cb85f1a6965eee44fef58983637839a1f97ddccd737704ab41cda3a25_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e8c72b610288bdc44492ea0a5c2fd66cfb1673fc06f6bc66831fa84c96f86543_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1a9333d29d3561fe95488f3d80136d6b24b4a2e04472d37d34737fd1032a8856_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:705d146d458883660aa0b673a651d05d1d1ad73bafad91e84755118b82092ae7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b9265d767c8a6786f12dd4788377f1a316864863a32de4a4ec07ffc8b874aa00_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e3a7bfabcb96924059fb7906be97a0ebb1df35c6cad39a7968a6461df0cecb31_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5c015e1a10e5f14e82e30ba41b1ae6a82cf5cb0bc631f5137d7637c44a3f5b8e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:623bc4c74b05b46babba7da628809bac05b48d8c4055648e88f0db57c1bb0e07_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9502a32446a8828e8a1887edcf49034e874ea0e32ab5fdb738ab89e77cb5a472_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ec7b6b83c8e934b66505e8051e183fbaac54e78abae5ae99077d4e5e163b4529_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1f15641123321a662f676a46a24f6c8066bba6e3730a3c0d0eca3ff8e548de23_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:85070876ada5cb86e8c585f3ac3114d548b189074723a13ec5d6fc6be25c9964_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a34e14a715bad1d324f9211d95c56ed387ae51b24b21ccf931c12f3f7b3dcbaf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e12ce561e4cad13a5d08e8164060bb74a309f66047279a26dd727d34ed3dc16a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:67789c239f82fe3649ab8c0e13f920a788a3612d15a78fe5986a852bb2d11a0d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:80d704ed310acc3015748815351da4b54fef2d8b74d7d4b03aabcf9fd7e60b38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bfbcd3f502bf336124261fbe51f19e7a4cb9e9132e07da62354699b30cf6ed24_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c1e371a0057014662b91736570bf25fb1211ead7402154a1149dfee9e55b994e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:175fd0386d9a4e064fa760f23ecfb45ac6ae3500e5a50acac0660d06e5b7ecb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3e9811dcf3c528ae6f5ff86659dee1a590c2b53f7af1a03204d06fc3dc628fcd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:68af6c6e7f51523ac223f4e25955cf3777f4ae5b601dcca7c6ec7e2dc0de0782_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:8f1b3ddbde3e33dbe01816bce0cce7d7bd196cc04affbe606fecfbd8ad7b8b17_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49699de68bf38c34edb696ebe4f9dc608756382a977f497f6713dbc7b6e1209e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49c32ab1927e0969508b906c14aafcbc64e6eff7680b9a10812eca4f17787921_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:86135a8f7d4aed36e7b2a571b431b29eeaac2bda02762eafda3e22a62a7a2d6d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f2dac4ffbee9d028b26e683b63a9f033ef8609907f6c498d42c447a306e75328_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2884bba195d4d635378b0d15efa54991a23f51bcf4efb1095b478f5cd9c34f46_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:d84853556ede64db5615eb4d826879c744f7ccbd92c51ecf392a686af854ec11_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:e05dd48fc4c26b5dd822ee58a2af27bccfd0ed28cc959a6fc05073cec6f7c9b8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e202635a4a52be92b47960bd8ced28634111416b220cca5fa7f86373ecd1210a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ae36d953c8c7f73dd78d620f94a0335ff5fb84b16ce9d2dbadbdf3dc5d66f6d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:308c924c44c35b39c66b429a15a0343a47f7dfad62dceb76ea7acfc85e6bd973_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e132f6b0a6b4e2dc63561c1ebaa0bd9fc669a835b0c22b0d56599e3da870231_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5216d36dc483b1368a03e00dd9dadc7c75de2bc36ed98cd7ea2b089cbe23965e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4bc11f6ad7c3e9c99e708f7ef5a01b4faedc8eb5d2de5b0cbed502395958555f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4c04a50ca49fdc521da592b9c326e233763918fbfd6bc97e001e0e680ce24cf9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8ba4aabc0e1e36c3ffe66b55c67ab8c305f64aa6011f80060c5d95ce91180c5f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d259704d34b605abd3568bd4c988bf9e831d80554ec2d7a57e7c39a70daf0140_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:14c55985b9277766e54156139f0949d1e3e5f756ade34512a3d5ea3dfed2c544_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3231ec9c296798f11aec6a285b0a8f7c5cf220534d0525afa59c17ab2464abb0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d8767e4d0b2c8222748319f05483bcefe50388abc182a01f3ca9dae3c80dce44_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ebed5c3d8e112fc5086208b4b4c0aba054a0058f3fd08b71b129dc124fa00f99_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:26dccabde8cc0d1ad45160677fe240b3fc098acae82f6d095fad08b78330453b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a168025d531f20656997ae845a4930919d6805b7f9374c40f7835a93aaa46b27_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e696a8bc54ef8a13800b2168a395d2cbb08678403beee2dc52c56d04cb235759_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ebc22890c7759ec9992b64dcb0e388881caeeae333a9a84a50dfeffe27e38b49_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:09319f1dcbe090d9677a43249810dfe5b3eb165aa3f8b473417e0913649b1556_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:46a37e99da18852f5512235589ee86dde0db6c09d76a49275a8004422b9ec303_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:535d1b713587008fe67eec103cceb54471f5263516f5420589cffe1dea02be93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bc614ab102efc7dfaa47fef84c4783da26548491e4c43257bb606a06e8d155f0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:08cac9e30829765f182624de9e45e59b40884b8c39cde60528dd27afa57afe72_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:13724dc9eb7247844e450b59b8cf3af5e5f486e9558942836ab60f74b9943291_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3e1a80763f76f622b5ffcdb35bf2dc20ce1e9c06c4f5f6bf0ae06b04134733b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d077c79741fd0c481fa6e1aa2c479b8c5b380b1d1f163259777c8c50be257709_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5e82ef0b9ab6d4e3b7431a7611bc563f356385dd8927855e6090008685f1549a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:62ba53e306331c1b20cad27ec31cf59687218f4bd5908ed7e9034559ded04b54_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7664e74786778a96606757f1de215a4a9702d0c9f7cecba7bf8028884a7609ee_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7a967f88faccfc101b9388f8434d406acdfc85d7d682f9ec742d59eb31074fc6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0e05cd1eaa2b9c558d22892495f090b6b51a316dc56d85ae825b6fc44611b6db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:445fdec85c2510c8a45b2a830ead87136bbb80bb9244987b4d6ffa5858931926_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ccae4f8f443ba6806ea33105d7dc06002d58914626cb9ae57476b29193761b53_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fc0becd36b6fad4911a5b8c9a4693320918f7f7e6336c2b11a76adcb6d1eec36_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:652f8fc874b95a56393f14c2b56a63faa64c04f6646c1786d07eaa272a9acb9e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:94b9c011744629b1ff6f230e25f876f218ed59d55a941377797f77cdb7c03e1d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a178a796ca9d32ac59faa5eb9a6aea30f1aec65d88f89080f57ed519a7983f05_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dc8a79297c73782f5005075332bcac58b051a07d2b35626323f9b69ee5f4d64e_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:03d66c724cb647d4a613bb48c9df6e9ffaabb68c8af5a4ccae45365e32456470_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:4b9510fdfb45d2561927843dbd7ed869e2f67d9636e59dfd0c3ee640d9fc601c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b3570e078bed53aa3e435443bffbd12a7b259f8dee9d18c0d79b55514a547b53_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:fc8e892ccbd8d3c1e737fbaf8f02b5fa6bbbe242780c9cd00fbc5e6889d7baee_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:266bd8400632ac70fc6584e4bb2850ebcee7027ff7899acbeca612c6556302a4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2c8f351447fffc2133f339c6ab3a0bcd9bdfafad4a4cb5b7dd2abc32c6056a92_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b8d2783a76f514f9a4e8096434ac205e1d82d09da2d67fb930a1b5e4d8089e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:74fa72db679ef47f9a3e3459a90dfaeafcb6db73dfe15b8933767e2f9d19c448_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2b5964f6cb078aba05ada42f0c8280dfa39f9f80526932cc5d41410922e4e8ae_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:480b27e9866ca8dfba83e1accd427d4f6813f4fb7f612854e32bdffc10d7d5b8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:91c7fa7b70f2cc82b26ac16f91ea084e15a4f5dc64f254ed878c25dd1170c0a8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:edc297cdb2f670aebc1d3561d801840ad029e8777ce45724066e6891aabd60fa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:443e0dd81ae60896d31f07ab49611c5e0629746824df094ce28cdd3cb0ae1d58_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9b16561ca87196e3dd9330184f7abf25e97272e3c47d2e8d594e3095e74f815b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9ff62f63d487e25a750bad29314955effd17152bfc534ff698963760a2615b0a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ab506c549b676ad9d8dd179e2ba871a12f2096ca2601ea2a1f2605ccb849dc6c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:08758e6b81d6679b095a8e7fa323870eab35fefc05e525c6ef810b6cc0b3c0fd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:af87d24f6540e5c98def879ec4ea8adeb5b138e41abc126b2c3030c5847fd0b1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c5e9e59a08d8940e99da6bc568269eaf71ea8db62dbff86a7f6fb5dae861e323_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f5122187c85ef27f5423ada009d800afa4800e32ad1ea3299586fe64cae8e38d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3c5078d135089e1548b4dec49b7e78658279e42a72792a988447662534b6516e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:56158ce0af0c0eb9709b2d1a172201bc795ed6e5075517b6919ed1302399d6f3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6720c8097a398327f18a5c84c28f6b58aeee017199c2649649a1f159b8365838_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:89295652b447f42c6a0d6e1299f63b04016f10ec8faf6372357294a14472e426_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2baa85e44cc4ac6cb825103508c5bd74e348609eaf53ed42c6d0e045dfa62772_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:61283f1fff1f8ec53563012a5b1fb5a48831f0a220d3676b512f5a60b331e849_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ba258012c0832c57b29785be805be44f0b5f8eccaf76d82d7493946806eafe5f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cf3bee6414a87e7f907d30047ded274c488239af5b1f43ed717ac2cede29df86_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:40854e0833b6cdfedcf275cf716e58f3cbc5c44be313fb83ca3e909bd80d0b08_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4d6a10dcda92c599f52977c71208222d166168b29da4eb4727c466e7eb53cdd1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7be4c5ff86b0e939ee9f22156812fb98d2f96c1eb4567ca8a6a01ea3aa735dcb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:83bdc9fa5d3893a973794dd7162bf9564ecf68ce44814349a621cbc284b9e61c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:993ba8c1dd84e486fc4084a7786934c356a9b12ae86155134fd1a1dc1e5e3f2f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a64dfd96d3aacabc8f219d19e6d7eb0c1ac5b68b49eb93fcc973d76e67ef1d34_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:ce306e2cdafabbaa29467e0cdbf316673d17180efb604e683a7fd1ed7181c6f9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e6748814d950e6f5e370dec9cb7d557fbb0d29ad3620b567840770be826a601e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:04d418560f90c35b42be67886632615d62dc89cd37fcccb6e247212b535fbb7f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:40eaefc42c0f0b5adeb47bcd463c2e2a45e7f3af1c0fa4cb3fde9c5479660c4f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:545bc2a7b32276bec515f338aea3a2976c01cc787a559986646aa6fa26ad5f35_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5a2653ccd5dc3f59a228ee8b936460575e1a392d12287661b1dc83a9f8210033_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:12e5e4ea4d19c4dcccb35dba161fdba8a703ba6331b11054e4664818737746a4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:180e817b55ebfd081fd0305f63b3e0539fe8d13d1ceb8428ea21e213779fd056_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:92e8693b9f6955f9862c8b576f5e32bffc3bc34232511fae0cbe57d705bfc53b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e5b5d4750a3ffe24b1196255d4cfe15b21efd587a41736307ca8e4e61a4936fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2ca8a85fb07b431d97ca6a3e3c18f1cfaa20883c7076d6b5b4e6942b632f9aaa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:559af5a310f0923dcb4ef9389c51c98604cf44642a13e8ccb46225b4ca268580_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ae056c9c8e0cdc6519ac1a9542781cd54ac2ac8881f513e965b57ce7d1e5ef2b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:deb92b50d5948bae13db37a7046d9b212dbfd3ddb1063ff8a5e5467f0cab203c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0c4f3cf84115f8c9b9bed6b2dd5d52316eb3a9e670fe6b9e28c2dbc350392e87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1142ce3f8a3c1c2a1c7dba79ac2c3b276a45fc6271ad9df9e6a5d8684c36da2a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d9f2c021c17f1416e01ba31a8823b7a87724fd96d7ec99d494981842b5d452b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f3aabf75e838b4a941f64a7a322768729059346d7578ecf5fe7ce27a71876fca_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6389373ccb2fbe1b6385ea21dac1c0ca918bf9d3889ad7a738de6be5d7ec4272_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6449fee9a31acc582bb85e0031312e3ff07d1f1843a1c6c410eb79cbbec1ceb4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:751f007afae9f16527e9039aa95c2ee6efd2ee20afe3c083ba7298493d2406f3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:afc11a340e28d4100c31646b705e8db302f6b0a96ad3620e07391f02a70438f1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0673d2034e7e5fb412a171939379da14e9269dad7bb53e83be7ecf8233b0b5a1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:18f0345811215feda18d2b63f679ee870e76b33e9f61042d93edcf36fe97df95_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a2d247eb696c80e02bc8c1873e8ee0fb71a1e5ad6cf5cd84bdf504f4fe17cb10_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c342b14ff399c961ce05c1af127244b950b8e9d641ce8752f9d0f880ad7a672b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3d9fbc97d13987f28ca76b3e238b540492eddef0f302c2dd958c1b0d05e10941_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:47682d4e934d597aaa1e809011a69afe93936fc629ad3dd1ed76dc7b073f7ee2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4e8d3460e04e85a3e01a578d492499376787c85f2840c97821f11213862239df_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d7b99cad55a1e1d380d30d0d4a61bc5f0cbf3a87223efada3e69bd9b0741d3b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4849bfa8a48c7e7d264fc6ea9097fa9d33da25f75776619976e3204b42026cc8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d7c3f5ce57c0aa25e13ba9484facd75c5a1dc3caaf9be4d0f273243e7ace327_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:78aef6c20ab3bf78eeb8b8a857ca2a24067d45cea0a070c44d3fcedc00d4efbe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7f33515dbca04230d98550ab638efa87389629fc7d913c8ec42e4b5bf8a772f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0251068577a1724dc777683dd189468ed77413b396614a117dac6b4320b8f01d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8812fd85c74fd67a95afe09c2ce5e7d592eec1e25fdc6fa331a8bd41bdde0cc6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:89e0a7e0fe060abb45a6f8e6ed1906053c09f95c252ca7813175903db61fbc99_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c3674a8f28935f3140fad744b5a178a8346a9a7f79f6c281561d2877b38c4ca9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:13bc0d4f7d4508fafca5a3bc61b6449a056e277da131e753c06cbc1bb7781b27_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:993a2a0b3f84e071560f6fc1a3ac243fa745ae9a7ab15febbe1385437dbd3ad8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:80fc518199cd3a1ad421b142661f0a85679b12b69d0afe580fe60eb6a13ddad4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f069665c66c19d9775b70a31aa7a1069bc653691f6abf106a88b2ceb8c0e1ec6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:13ef0c0585b01c56b865e029d029a553b458fd2d3d0204eb6dfba1bcaa11ac3c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:599d33b55e88212202b15f4344f7a18dee4f4504b3739d6ec99414d05bcde2b7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a751f1f0540505bea087d3ea9e6ba798e89d5deb772cf8e401caeb3816a563_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4c26bc366b267d444f448a4d7bd5a0d26f84bea653c14b261a829669d888cf88_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8b67087a584a2d952a6e80572686412cc8ea01f03ec8d70b56cb8a24a0c5a3c0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ac1123e890f0aee159c9105e26e1f1ed3ba5eb3ea66b422b281c3e9465401c5c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0dac7821ce2a3a5a180f53f381d9e61484cd8c5efab3c9a7dcc70b5783421b64_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6b30b39205367ec985c4a9d948e71d378b9483689c3ea179cd0f2476b9bfaa1c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:de903677bccf645889ff7968ebbc052b14273329c0765f7faa53b0ca815d6899_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f8392be7a6f5223930d53ed6d127faf727489b8f5ebbbda6b6b437c529e3c812_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:02ac68c83db9dc50cf6280a418eed9261dd2182bbf51d16fd143519e49960b17_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3746261c5d4744b13d4704c822fd62ce1f486010176fdb3bf95512c72eece73f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:85e34da00bd6d290c04d8eac32f39db59b5f50fceee9b248b2cbe27bcf0e7e5a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c343b119edf863e179df865ccde0b665b87087d78b20919aa5726d8fd240b344_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2026fc52aab5a6d7766511080699112f32ae4576108ff95b0eefc5d807a14f25_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:21b5298172f4de1e0074c4abf5e4abf27e8adc02bbf7ee49bd3388f7127d4901_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:42f8af9bf66ea72846b7f7e57652725c31b01fc4a8d39ff7e7882075438c521f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9c5711087546b1ba7cefab267b8aa30b54ecde5926f009518cf0db974ff84c3d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:373c4b7507a978e3dd62e9ea629d1e397b1f1db682e11ada1bfe5a0b45afc782_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3be306649df2fa3cc9f30e60ed5d947fb0678b0231b617eafd3b1593d10feec5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5b01a896101a5189740f84cb1a83edefdb0dc00288dde725ddd0e95480f8e1c1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:961dd87e559779e6338a4d3d35c96c0ce6ff7cb9634ce32d4bf848032f4a2fb7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8799db20cca7be653bae6b8ac5adc1d628094eababe740beb5dbc27e05346872_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a36c2b308515a293cbcf265af68ecebf498739e74ef11016d5c0edd3cf47c4e7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b86631d6601578548af20a28d132a0503fe118f53d7596a5632ed24ec5a9931f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e867bd8b76b5bc1438a7be88a30fa7707edbb1909920a1d4d1d0da0ddbebdb40_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:313074950c6dec37d29a9722b58ddc951aaf67c27b47568039f29f02f2523128_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:43618db20e6f592602096897bc89eaf3c58490a362e91e3299e20bb2a02827d9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:705f4db2e969d23205de87db1bd7dc8eb1ade64a76940fad950fd1a214dde6e5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d2d5ee5893ae16784051d9526c1feeee3c641fc3e6f337ba807744551c00ffa5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6ae5cfd48e788096162bc4517f0466bf526f16c84bb61072886a64842856c5b1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8004e7284c63cc32a05f6de732791416d57d62db041ede2829d4797139094292_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8137c3932f344ce587769bff04355ad405b6ff27009bf23a221ba52f3da56e1d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ef15235cf21f0fbfea74089f75471b483a98c920b65676bb6199c155fb61e929_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:149cca2af3f89c7d1e105de81bbd098c66be5687f18a584b644f21d0be20f414_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:33fc93d5cd30760383da666e8effb6ed32f4c8f2668da36677e98c1801ef4f5c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f9c1ee7f72c926c45cd76c12046b867d9efd7c3c381f34afeeb9b6e97751175b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fcfbae71f81307789bec93987c4523700c191a66663ce53e4009c5e0a8627826_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:04fe8c19bee4b629ee7f18a13dc0b7f49d6a4b6e19d204de90b6b2240b0f875e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5c9662139f98817aafe153a43f700399781d079390d5ad23d3b70fd6ac5d370f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d1147830f896fd229aadd2b766fbb4c8102b35a8edd4d8bbeef4928d89cdbbfa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:dfd0cdc29bca0a2239ef203fe7b58efd97ed4e72daed6609e22b20babda395fb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5a9889308bcd1c3981072c83d44206d0c3feff059e0a2029d49adcb974674c95_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7a715c7e2a8f54ccee42abf122b0028ed19705f401248d8c38f785d960f1b116_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a67de487534d03cdfc180af9d235edb21c5cb71e1224bb5041fcf2b9a428732f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:b3780d23a2c384ecef73c806cb20d7f97bcd11c12b6392c781c0deb7ceb55df8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:48b5d06ac4b35c2a7bca3ba2abc39e3af1eaf4ecb19c720d9b6e46b066318414_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a6d7d7df9078e9d1cb0f12f9ceac12c96bf2cea03a9085b23c3e4af6a456b51d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b757d11e5dc51a5822d9e30e97ac142cf004fffce87ba2e58b8d62926127664a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e61ed19beaf8352dcfd4b9478335a364263cb9839f27140a634a217d87d331e5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93baf08acbc6875eb2b665a9ef3601ca34b76767cd70a172dac7237f21b6958c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a5f2c2debb51b8aa926ede417cf9fa0e4ebaac4f5bf9e770db55a25902a4a3b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:dc97d5c1aa80515080b2b4d16fb08ee4733a9347eebc8427f10b7e70582464ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cc1559af0d7be472ae46be4552fb41e81ad804d73d1444b92cae4485118c6773_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cfd5513afd8b2b5e22d5e384a7f769f9c04709d853feb2f91ef667d804cf9a7e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:febf2fb95748ed0c440e6acb72c40d609ae7587b2665cfd7145c878a2a0b5783_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1728f980f3ebba7e48bc0e8cad114db1e0c06f692638764e30ab990f45c637af_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:41508513986b369c2f89c64af84b3980b16bd2432130fb122d8c1346f0602894_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:650f08f62aeea4bc954e69ed88a9f2f14d3c8f733c155d113c0c58b7154fec4b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:016fc7e804acce7a8b8df0a02bec320c32f9ce6224ae67598a63992219a77516_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:081f9cfabc57aaf4d19df8b496613d8aff54ceb265634c904ec7765c810b4553_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6da3ef092cde7fbaeee01c5d6bb0ca5d52af3ed8de458ecd3001bb96262c1ab4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:035d07364444ea963d64515420fa4005adf82c44b575555a074149f67db50567_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4e09fb0bd709d53a0abc6326905cc43ee36e6e4ec5e20108efd1ffe585b1f2de_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:53a5f81aefcdd57ba33c57c02941803a072ef3f1b8467baa3c53c7e073a9ea96_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:cb3d2ccb57987217c75079a9c10f230f6a7de9ba3b0fbd87d8d3d5c71f8c94b0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3472a8147e06452751999ae2d041063907f275ecf429dcdcfdce88c8a19a17da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:61155741778188324e0616274f067ec36723d0fb81d84e9715f72ffecfbc92ca_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:adfe8cb84a5f0a241fe69ec532b7092a10cc274cc3aac2b86f33ac8e725ab2d8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e704c70226ec4986c16166ba1ca54b908d1b6d9ddd47640bd5ab6d292f977508_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1d63a1d7ba183c49c69a6ffe5a4584de5282029b0b2c2f3484b4f4431e2ce954_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:441db8762a583090cf4325377b0ee75838452a601732bccf4dbc57f26f6a1a90_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c5c52612378ce1f2577314e5723642237c9a361506c448ca80d2a0b56666a1f3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3b9843a117d6a6ae28222951e1a556d3888ceab2ff75a082a06343c8030a5ed_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:236fa2dfd935db687e786cf827d88210c2f586d2d1a93e610861995908bf2587_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:647704923828c83c6ed3810e3c4d7456fcbe378516dabfac30f203a3bd3634b2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7638d755fde7fe6d3c004a6f0f7c761a9fdb75a3541f19a792c3cf8e8bf473d3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d2eaa5b8ad9464732265b84128b5280d725feabb2d4b4cef0178a317add66c39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b659f5c6da6f73bcf8b2850f0172358816bd68fca721b65a9a70569a94bc90d7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cc867d49602a6ada5de7a783136b6463c4d9adee9877ae1966c016a08ee8e87a_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:6fa614240bbc1932f65f8cc9215d2baccc05dd1cd5586fd308c44d8a94447a45_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:e85e957fc16a36b5964613a99fec1e7299db9bc63edd86ef965d879a081b64bc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:14b02010250fe10ca57b2dfe1046641aeac31f92e5691c067b3990383967f0a6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b6b13d29b1cb9c9bcf97f2daa289669bbd9ea501430e51652bca3d50f787f23f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a8ab293c4f3c6bc251bc91466b7586e5499b6e198cff46e50f6a65d97df60f7b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c5d781c35cda14ab70d4a5bde3bf72df0a3956f5cb159645e5337095bb71c5ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fadba956181755cedd19d3d5b5ee3da0222daa1dc609b629c900a0052a4cbd8b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:2719589f19df23634ec3f6b578f3fd2e827440675b72a69b89c9d78b1310f98d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e1fe563643282c027ea829274a1945458cdc5d079bf2a2b7b0a9982a5cc3720e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:28d64f60c216f77e3e006012a403671463b9dd90095e19ff2dd027def6abb511_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6d681aac67e08e2ecca32415dddeb47df6191a99f7a8d7bc3bf1697c6a26c1af_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0d31a90914ea716508caf180e30fb682cdd8066da7a0a31752be9d86ec9c777c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3ef5a3798abfd3d9ec1b6ebabf3ceb32fa4057072b2670793ca119f556c0897f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e2c62e4b87e0536d15ed8b4f2905930a750f770d5c6d0168de6291d92c51f9a9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ef5f4d7e3c872acbc4ee48bc91b5835dfef66a698287a95836344c1587ccca69_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f5f049eb01192eaca548f3585845ed6a530934d2eaeb422fc78b657cabb1f57_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:740b0d9392c76e433ebb7762e57f156a0e2ea1db37ddaed2c5b8044ca092a357_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:da9ebcef147e8d9e84848454fe2b8e259bb549bf0de88ee960fb48f6c8051060_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e8f942ece24d15ce0c4a31f731f2060b6e3874a2f486b2dd255c773fb1a55f46_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1b4fa4d6ee3081f39e54b4f910100d210da682dbb0f308f08107ac44e7338d3b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:571a51e1eca0f31f273be8cff7ff115bdf192e14f5d510705ab7ed423fd5d9e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6dc96b2e8156e7e42f758cc28302a2e94e8b3888970d03a780b1732375e728fe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b91654b9aaa85e13d262d21b949b1a96b386f202524c2e8d52ecb66c279eca8d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:107c9dcda9632516721c41af941362ccc316d25661bfb13a7c4dcfc2ea4e1c3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e75d33740c576321707835258793fe2fd257682099348a2a067806e764e1560d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3ed82adddc3da003bdb272e2a5df0317abe41512179cba925f65fb5d8f7c2eb3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c16e4af4e9a79ac2f1fa632b20e98befa9aa2953ef241af186edd226e39150e3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7b6c16881c71569dbada90e320379c2159ead0b0ed2fa2113e065b361bdf2413_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9533dc6817f01e377ea2ff7e3aa4447d20ab5d016d9145b97e0cb9e758c9a8ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1285e63d6cefc0454a400b20a6e404537a8d57e5fb9b5d7ff1a75b61555622fb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2ea17afe64ff273c9208892a59773c1dca248367c849e805dc78cda228aba29f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5f33ae81c766b0b7d9c8411dc4f6a0adf760221ed0493a99f1bea5dddb5de41b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9de0bd8cb41c5324718c8d8f275c612c0bfd13b322225455a1142dc76bff0a01_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:2fee175122b1e3f74cd8976af1515c869d096da0bc4f5e9024b31a64cf88896a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9ca16ca048f3de4a5d9e6b6a38b55bf0b4a994bf7f7ccbda8c50c02bfd59c871_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c42a4deb157c31f6fb871bceb8c4401f44ffb490404591ae36110511f933f72e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f6d5c31b12c8a1a1e8316f258ccd254bf6bb8e49ae8a175eefcdf0bfc5c6047c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:204e84b23aa1edaf66f10a49432115ecb4c3e8fa34472a909e1c9a7a0c3f3947_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:37f226136e439a1b37fab44e06ff30eb22b1ba8f12eca9e85f59936c3d58acd1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3e385fec20235fd68320dd564c68770d91c5c08a864e3de41f3800937d730334_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:878a0a7473a69442dffd7c19132d74b29ecf765e3499d29f8da7b1de2ff6f439_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2b51546e56d1893aaa1b68c4e6ebb5479614d0402e840c8c850702ffb198036b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3aac893d87e5c39ae1672eb5ad48a0b9d02b49888fab57f8662e6dbb3897b660_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c5bddc80f0ba0e391b336de8ead2442d0dff227fdb8aef1874bc3db3101f7048_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:dca0c7b1c7ec76232b3d5ddd15c8716e04a8384f0a816217dec544d667ad2e69_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2551dc2ab6fddb6edfefc185f7b6d73ea366ddaae4e2f79d554f0afb79aa54bf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3cc6eb31325b1f9c9a2163c570ae1c3d4da7e7dcb0d761a0fa775b66fda9dcf5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:569965f29f668f02a342c0c7b4804bdc92354610e9368ba42a3ea5cc3172f532_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c4b2b0855c4ba25e150de01e54f0a84bb4c6c220b348945742bc0c18cc6d7dbb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:01b6587f8b9ee398d34ed3330bf0bdbf2dd01c2fe475ed4d44c547401d1dbd5a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0fb7ce17c762a70aa16ca9f7f35e41d85997bb2bb22b81986321d29634ce9b3e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:60c4fd0dcbc1ed92bee7dedce7879893a23c9e4a6181e5e6d6a8f04880f377eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8925d5826cca515b7f7c05558406b3688a14963ddefa80f5b44500fe12dfb1dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:3d914112ad75b59b03d5653cea40a25d92af415ef52dd10aa7394465e6bab92b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:f8d52c53ca49b3f9847d2e568779801321307e329f802aa9456cd0dab7625232_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d29e5c26f37fc8212f2ff15cdac470982494be155f85e3c310b0c958b943f7f6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:fc7a6712a6fe86a47b5a745e06a0c6d164779eb198f284fd0996847b025e53c2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:32bf2e7aad1dd9ff5100500c294e343af0dae3d392eed27a1c0305198734261f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:54b4afd46c87b2cc839aa7d8b8ae232aaffe0f39846a6edf9d0d3228adbd7a29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba41cc4ad0ea8dc731838e00dae166209a3e06d104e5cf11491639f82290eca6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a9395f57a9adc721c6e43e578957e21c8b9f18defbecdf91dc49d11044aeeeef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ba077da5ec7f147b51f0ee4432082aed3b7a3a541729913bc2ed821688723e99_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb48a38cb5d06b67ecfb4777c44d44f3e32a996397450e30f40e7ec3e340a56a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:deb40607f193ff4e36c684ce74167e67a7e96187f1a44a1f0f20f36572005843_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7dc856fddd561c1d29112b0b8d4dc39dc7503974a9ff563612e6998bdba4b71e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a3e01913986169c592bb770fc49e3875d46031b5788f983ddcd52938f9ef7a49_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c3481c6f76c644c017392c092dcbbb25a288acd14a9f01e20afd0d2d35e16d32_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cc440be9f6b3c5e22186b6d53a428a8220201ddaa79be39e19cc31a8fbd7b221_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:12d7ec468f9634a53d053f3af7957c5162d92595fc3385b26b08acb22b7935c1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:49f08b645fc28af342483d9efaf2f607c9c2a6b491b477cdcf2985c44aa3e894_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d32cde1eedbd0c110bc10836025cee78421ec16d2924d30f5e6265591a9ec716_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:df885dc6da20faf1903dbdac693889d9882722e8b67bebe35f624c11e4616262_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:16c8b8c6aee6f6a06367ca5bfe2be8fb85a05c3f18a819683f49d1a8c73941ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:376659c608333e76b0b48fcdc69ff17643284fd22fdef6c6998f07be54c1cf91_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7359a62beac2d501d629e6768f1767861fdedc0d05f53a4424a2abdb3dbb6a8c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c71d05c245bf1a4955f46c785d7264985e1f904de2a19972f7ce6209a3be0e4a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:06ab376096238d4e04c9ab713d83d3cab5db769b5af1fd1c57ef2ceceec6ef61_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2c80889bfaff670acbf859db3624951cda96d4ee8cb1560806ca4215e8c6c04b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:627c6b73224c3e37181a19cb598ef9a425cddc1d17d97b6c23388ec1345f6a88_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d5d338daef4ae436780be192907d28a26785021d97865d8a95db9065734061f0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8e59a286a05743844dd1333770197161698788e0db4faf8e00cac6b2fb9a638e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9029d8ef1e4455dbc1910078afea1141f92a5c4d2c298ce1d9e4319209b55246_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:da4ff38c7a1fd5adddbc0b0d3defbbd580197680b22648e2ab803c90c4a8c9f2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f6c44d76a715e0ca38fa5e2becad93a2bf3a41fd8f181846e7aba81b0c579691_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:167937ed04f625a9cd2d0b8ed6048a5cb7b6d435bc2d41775d7db4dcdb5fae95_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:176feea3131aada18df5da44af30a127f4dff392ce8ef57f7e0844969ec95923_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:17afd4ebbc2a5233681d4cc1774fcd70dc932bc10006235b11de8dcce826c2ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d3a98e507691edec50373d79ce9df48a71cb6a19a75c9276d0c5905d4f204b39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1b6c3977b4835b0cd5399523dd437c230b992b77a0e7352b095d008be96fcdab_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:54d79643f3a191710d1362d665b5c838130f3e51aecf1e27a2cdf66e98a3cb8a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b8692d27a4799d20ce1a8374ba99f55732bb7db56cdf8f5b038424a086db614_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d196f02212da5e80ac5a73931316d38e9def9aeecdadeaf07aec685e661f9f98_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:11c2a1966b0632e85caebc4555e3e2f726277175b27a63a5e854557499e0c28e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7e649963b5c1e2a7e8813569368eaf0ded5e544799d561622d469b03b9d93937_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a23fa7969c6a881648ba03ed1a13692c5db21b79f0608d841291ea9118548ed7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:af57ee131bc09ce55ecb3ae13ed7dc3ce9607a7438f0ac5a6e64bbfa000546db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:3a7644c1ac089cabd142fc1743b47302eae8528b13d1b038298f2f57cf746326_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4b5ee426703ecb55bf537731c39c69ab7f86316544cfc472ee77fbef7e5680a8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4cb60d36cc3b34b4b1496b74b9b2e68ff152a71d7f957b356311ea811bf05573_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f3f64bd2f70faa654f7134d803efdc032df63fd4ef07c97abd38fc41e625b48d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1b75d96a4cdcc3a37848c5edfe598cb1d99bb3b0707db5e3f62478320eb90f9c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:876fd001172d5151ef99c02826f834ee4db4623b00699a8fb30d6a456a7a8687_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ba8fddfcfe0004287ce58db40c1092f2090b3bbb0810c277066aa2d97799f8b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:bd9982e951fdc7259571b6d5983ea2cc44402cbea411ae9a6b135692bf5939b2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a7a8d4d8adfd98d3a6e3d37644b33966f2c34ff1e553fbb5140ab9a15563e821_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b26a5a47cde227edb5e7f6e51247a6cd91e13484f6b5f7dc19b62f83b7478361_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ccdd76d6734e3a3cfaa1e432c1508c097478e842fd436672e57ef2563d817e4a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:fee8f3b24b431ac2a5d4fa3d96c90c5e1aa68c08ee8ae9963fee457c98795197_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0e559f5e780f3849e73d7246176059360631d8c4a7db1700f6ba1b6a9e6ae089_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1a376560672f81b7596417591491e71d065e90672ff6ef5d37ed0785e9baab16_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:350a0360dfdc31eccadb0e8b9397d5a3436bb509999034b60e611428eb006cc4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f8b68ae48350a5aa9bdf47a36efbf661190d497ab5a139027a2bf4579d21e095_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5fbe979b3d448e36fac9615ccd96f8583b0d587d46f6b1b3749e85938cb2e510_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8d45dfe709ac701d6eb800b081947d39a855f65c756f31ae47b75be9fec0c260_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ea4fa6caaa81f207f2372c6179c3698e225658387549ba567c232170cacf8570_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8fb972b411085b4551e10adbd419e3cb89754ee5300222cc4fce27cc349513f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:066d438bdfa1626aaa7a0ee5d2e3222724f2f0cf5bc9a189b67fd5358a0a48c0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:747c142608d6f43952d315d7858f57edbd2d9de2d255938dde311ea580a329af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b2ee2d0e9906ef1581677bd239073c09f93e5b720501e9001926dfe7db34839e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:bf0b42c5e7e51129966a4744bb253b7c336bb88b1f1a562e481f7eeff5428136_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:3e9309d53caaafc9b145f6b7fbbb8879c9f018ef226afe101f6dc7ab02b67856_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:3a558e248efdf5d3111b7d61e8bd471682e7038bd34c4490f8ba69b91b44f36d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1b0981e2ee13869663087d6504e0c0af6f2c56d2ebf81d72b4b7c751bbf6e500_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8073e0be1f7f7523880b30946f1b6868274c070acb97d9da2f5c486db99ea18d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8980be22bddace1adb383fc356975fbf0af9ac8a20bdc95b3303a80fbe296f3d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f4293de50825a003a825306a45612531dafce45b72a91cf4dd455d596a0c60ea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5bc26795163f03947b3f42a5c8cc52b7fd6eb713a0fa5a1558bfe834c21edc0c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:7f29c85842a34554f06db311ef67ec08d1d947d32b4363d1153d92c8d13c3214_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:92857eb171128909119700c431920f543cbfc89cd06aa98db816a2fcaab321da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e931e3fe478f8f905855b4516e1ed9b33a161536c447025cd14dd68778c40fa0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:338034a3ce7dff3efafd00fa35b858c23c2ab284f743df414c6cdae455f8801a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f12584b95171f442bb3661c908ee43de70d0400c6273eb4e93325a5f3f167b54_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f37f6568957ab825b08c2ce8fc6b32ad18f5b7bee50b24b1804e70cdb144e5f4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f949249e3847338ce4ae9b94b0d191edd3f316d471f0a9047f97e41e41b7554c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:407286c96b6e9d0ee4e8abec2b06a5dad70fc69820a00deae47cbf3fcdc65a40_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:52294a05713b24485ce6d7d1b867081da2f01dc008b9cd052bf8c4c37839f581_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6693dff44dcfb7e6fe67f5373bb73d84cf401d20640c959375f20a24d31aa697_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f65918214ce906cb5af9a59ece43a36870989c579ac1660a2a58f9536a79d9f9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2ec7076ed08f4ce7a61f95083155b5315acb6004ea4245c70be2763eb0ce9f4e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5a539e39b3aaf61d63f391b6960cdc5746cbb4b0fc07b85a98969f5c9cbcca4e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:93505b057575ff9292e2e96903238708b940a23953a79cf8742c880f1fbc743a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:be43f0ee18b6d56d81a09871c4a30dc2245ba60cf17ff0f1aad10e117f40aac8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3923e99d803b6dd5bfd2fc957101bef6dd86ba8f6de9e59a849e4c7a02d57e0b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8253bfec4409c9a02be72d7e8d87fe5f4f81c1bc58a294f02dd570debc4f1128_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:851fd20edf32778383c81e3c5b935ec5607a05f8fc569f64e31875b8bbe81d6b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d06d41126ced4841fae74d0437b18e9f1699d285158fb8725a8768a6e9065b79_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4375e44dccb08eb4ecf461f4e8e7e97d617ab5b1c968beb481d5795e6bbf0229_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:75140fa657674afc46d698aea19115a9f60c7765ffff6a0c4ae5ac166c725597_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c1a31ef64ecdd90020d72f323a242b551a6a4a85a4dae309e19f5d8f12d77b54_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c3b1ed110f6b17263484b7fde65642eb349162b206c0b9a2f463bf5eb13273c3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1369aaf62d9d273eef766c42f7015d56152f6b8effc50dc06d75b1bab38a20a5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:47402101d62f418c0f6b8e3c6e2367a8c84f5151a0204f326bf1fdbe983c603d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b519e10d4cb8fd9ad126a36fb864d2f29f7df218ffa1b3b5f222e0befafbe360_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d70f848ab6450690b8329ae367ff2e5a3a5b295c073028dff7cf810104c5be5f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8f8c882873232fd9a00adc69e199f1b4acacffcdbc282280ebb61dfb1e61b875_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9fe79073bdf1745b388fe52bee661394f96ba5c0af585ed8ab4a61724e324777_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b2b91287350dfb474763ca5d332c4765af0c1ff2d7be722e23ea93970add2687_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:bb5f4abfd26a9446eb2f4cb1355bda840ed1006a6233373434378abaf0e617b3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:07ff9687205eee39d9ca211c0bb0c6b1618848e9e74bfbbe793aca67de73fa88_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0ba94d11051416a116cdf516dab74d530a584fe7c4bb1e8d3deb3bde2214e459_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0fe87955631062bc7ce78891b9eb056f899308f8cb8101b3a44f889c1f0c0654_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:786de5dd308c9fa6643aabecea0bc666a9ede6fd2a5ce1cb0d511eac2a19596a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:719989a197c3bb8b8af09e95af49125cd28014fa74c7969f3f3b939223a6743b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:743119e024a9aacd8bd4bf45ab9c14e684ddbe2307d8f965e972ace243f128b1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:76c523fa10e222690941abc8c5564efee1ec4d309a7d023480b6000a545d655d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a13cc82f7b2053435d5268416686ae2ba89e37b6561e49c7ac395cf3359ca2b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:98aa0e651302bb73569a0578e6c11a1691eafb5b0aa28dadd714a7b44b498f8f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:9fdce4b5198ae740daa858432221625391f7283bad587e1ebc1220e7b0b4fa28_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b072bc3bdd61164b8076f2799e705ed8e34281b2cdf24d9cf08deb8e697de2a3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:fef5253a6623c30368e9e7e271501adcd9432b96473cf8278a7b81140d287de0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4eecd436b35c9b25eca6975ca9e938c2256fcfeead67e1ff4159d7e36122122c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7e11ca9795aea60b3f0853ffef0fdbf922f4863edd96c50fa85110f36bccced2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c95f8bcd0835611bb90983e96e3b780ccb65bd2bdc7f7554432ea971eac8095b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e497c1834c97590a0c388b58dc823cdff79ab6befd5f2a9bf494b3acc3181eb6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3a7af87b46058334b97531a4b1b5cd5be47e2ade8d74497429529bf0a489b275_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:97313aa4f1c1c9aa51c77a153d0f0eb35cab9711b7f1465b82a636ea44e849ef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:ba0927ffd76ad6689b808e734038678c91854ca3d0630613094824549f8a150d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cd8feb684b9c70a4ffd7077e19812273f333174a70f7c2b63d57d140d8002382_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0c8bfd6ea4d0729e0ffffac9811b5db2ecf5c40e68ef048ab104f161d2689b74_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4dc7e3242cdcd1d3c1ea5930da7d4e027383149373cb6af0551ed2572eaea0b2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b78827903e5c338d67a4ea2ba10ee67e16482ff00968ba99c27af2b6d50ce202_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c9315d23ab26f6f40e05a5fb1f9f2dbce075244a035b1f16003d1108a7ba36d0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:270b5e756fca54f2dc05f04b6f7b43f7f188153811decbc0b49eb215b11c2372_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5331e8ebfc48f4d2322226b8986dd178f133a52edcfc0a192e89f1785c8d568f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6cfd8c3da57c17ae1c430f2881c66eb0b1c456bbce4a9ada2491b2c873dba985_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa346af0288b5886b5f095d1fa0ceb7715d4333db919ff9d61078f369642cc29_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3403720059bdecff83f784e2fde54d2bebe09223ac6cf99ce2b4c840b9cd4a98_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3f8cb2cffaf6320f14ae09f7e44c965681b395370a156253790764ec9d2a2aca_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a02dde1d0b4f4fbbc4e6f0afd24da1595672f3f290345a4f6e98e11d89854a17_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c4e8ac4fea3c281effed3996a378c2e952a3d3704e47863b2ae6b266d2280920_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:46a0b302273acaf2582d377271b910d9d31ff98744cd8f290583a7bd5579761e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:af0442c88d2b9b93a187010065424798d89aad1d695ba438c815d04d7fcbef04_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:bc7b78f67fa189ba63da9891a1b05694d676a3ed2fa318336fa0850d63815250_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ffe4e64ee1b721aeefd8f1ceee11d225dd69319385e3e70f0bb52f4f40660a45_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:29d5a91b39dc6e72677bdfab50f56860c53e67dab139b464dd571fef9780dc6e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5e6d4e29635ea0b075e402931daf8c384d07ec8660223babfd0df9d572ea6912_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:82555977089a1586dc24154b46be6499607a9d15110e5b48d9a549ee73f3843c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f32c4a07d2b7a14c39db1e5e5752960e46bcda700b292336480c95f359adf0d7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:86b3e656caf1c93ba2bbea00514a17b9d06cb7a6fd5c6746d80ce35f45aa5907_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ba5c8896242125c24e3a7e5698770293a601e9e7f8508465d7b45920cc9ce240_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7de62e540922f1de5f492527d07a8e8f4265d24b577cf2f93415209ccad63912_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bd71e582ef755da7bfeede697b5c2ab29ab9fcea6bfeb14cc8ca168fce5c7bd1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a1e6a736546b54bb2797d85d51b8f2b213fe2f6be6b26bad5b549df9dabf2d01_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:efc7fb9608c2be8c3c65aff302f923241bf8d008bc71c2fbba0d82ffad2b4f2c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:aa63c460867d565b44b2a8e919ba9a0e7fd6717f71588cc5a7e2ad268fe13181_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fe1f1b5d6da2e5ac66c689da49a4c76916533f30ab456c9961a225a5e26cb6ed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:36fdb2cdf796941fc6638036b3a31048ba0209174c7a62424fb410ae14b1f81c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:65a0b94e9f663f3d73a9696a622ad46c73a5fc793f9dc46ee07fee8ba3bbb443_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8afe2a0c6b1b200201f21b148caaa682bce77cb3b1027f61d4c873e5babb1b30_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9f7c3543e4b1a095399d1219c50f1f5081440ae1605154324d57ba9201aa4fe9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2c0897a842cd7b16b64888568ca65c2a6e473c24b2ba9bc5067d6f1f237885d6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:432c94d7d5d46ad66348775fa0e1a6c2c142469e8a770db5528a1aa25664c389_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c86c7188163be31c7ab04017bc46ae88707437f804ddf2b5bd5a73ae34f64312_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3f836bb9effeca4dd6a230a4241282d33ed454ebabd84829c41e58db5f24f47_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4632ef8ca0af5a8115f3d9490c2ad9e2e44361f4d0671fa8a3a1006254b173ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a7d2d10f5326e2d71551289740eba86d6dd2f12526dc684b1494bdd4228fd8e5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ba876751849dd525a26e70996e7e02092c473bdf386ec4663a54ecf61c4f0d37_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e842cdc56ee7728aa71a7f95eda9777ba229aaf959594e73d998fbb30b7f76b1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:90331abb869c0c04ca7bb59681cbd957ff54eb0e0265e16368f9fd6ab6937acc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a02580814c02bec4c1c9b79c4b5a48a5a59caafa60a573f9f99a4a1ca07c6f71_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c197de59c38c060dc8aa099a027922853e4b9dc7e5589ac55c8841dbd44b1367_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ec7a4bcebcc80cbda32227224f64e67cdbc98d3fab95466b55c89755421ea4d2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:223df196f0cc747e52ffae9f3dd03fab2da3c72d5e3b189e3035d4264a08c6c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:29f3154c0b972730ae9a54bc496bcdf62e9ed348b73d98ca958a265717ccc2a9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5e12029e90adf045a4377f4be2be75c879e57aca7aceffa2aef08aa262ae0f42_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e150a242bffd4437f92000417cad89969fd547b5da514f8586802b99a668bab2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:17752e2fbddeff8e6f43bd354d91f248b4e69d88e80b29b75508fb03b82d92bc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b1703420b5a67a12f055518b6a23c1d8259dc8a064a1447196f642dd23363806_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b93a134a81af485a0f07dcd6a71c816ed517178826539d0f53b6c45dce87096d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d266a3bfe528e76a8c6ef1700a2016080d084cf6fad2e70efe5ba52ff0dbbc51_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:8c90e9864b3ff53d398f2451254dd3707868b36c6032d8d139cc3ef2cbd9084e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ae6ebf086515376ed35bb432a7f567f7bbb44b8d1b86773fd86daa387c5fb933_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0a0cbb021e13ce9d693eacc4982ece2e8ba4697f5d5571b8d0671d71824fd07_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5271f6452a89fe7907b16f486439f54f0dbcc3d075a70ef446ee4cc62211b1b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0abb949ce9461e5718c1988f57791c7537eb1b3d2184f4b4268fe087e39726d1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1267ac849f67c33155b54409011cd3f0eaa27d5f211703875cfd383d1170ef9e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5082f39df1f143f23f0e587dec5cdb3e3b033ab446a57e7e808c88e6211a1a67_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8fa27bdf891edfb80585e470f09c9d6fa369aa727a3698b936b4818a4b46448f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:017bed02593deb2e9cdfe0f268916e5d1c8cb7a4f1362c6eb3c94050896d7276_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:027baac40981f53c9ec53f5a4241a657929d6289e42a0e5deef617c182b7580e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4bd5b70373a257b1fce20135ff4a4b3e6962eee541c67a0e29ba9a2523d4d4a2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c0b3ed1332b228290882bbff6a1ad6866f5ab2a4586b261949832cdc3bee5797_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:047c270f56b685d5a4e67afe43d2f1ff47829a259be6ff93bfec4864233d4497_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:50a6482667d53de3d7aa2bff6df05ca21e4e9773996afa8b8038721e231deaae_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:653dbef43ed7f531ebf64c9314756be42738f1635a64097c53210ed0b6b0de88_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c4d2741561038e0080204335efc6eee5b6ffd8878553b240dd433fea701e6bab_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:3de609d984e39497dfe119bb8e0ac2d6d823dd894a5c866e5ec87de5b5711e60_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e3a8b252aadb5b32f42009803b56dbeae49a3ddbe9d00aa27569af4747fa403_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ccf49e256cd9c3bb428badab464a17aee485ee1516896f1ade10da11085e843c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e77ce95a84b01b09c5d1e6dbdea8970543aa3a60f9292300beb078d1288bb801_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2ab5fcf7003f4ba3de7656a284b11d6ee05bb02cd0f3532671a8c368f7b15178_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:44241e57d9067223cdd1585db9d699db113931b7a273d207516f60c498570677_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6aaa55450d567e2fa992650c456cdaf5529c5d96fc9984f7e1a4aa9ed6294bf3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f2fa21e8a0e88b25e9037a9c2db4b157ca6fef8b765b36da7dda71bf5a4c4478_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:10bfb59c904103177754f0336f7b7bab676d240480a8213ec42a778bca3f277e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7aa4fdd78ceafdc887a91224614657e86c1e12b72fde68dea4ee5c6e9b610cb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:e4a365a0516b0c8ef2d1259ec4bdb7f76aa9dc0d3c3cfd5d5b3d34341d349772_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:a06af7a856d5f2416777c1bb1d271c189576e273450b25c6dc5937cd16b8bf8a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:28b8390dae142ea16bb05f6bd95f19b6ab38dd67c341168337ca07fe4f45fe87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:be6a9bcb97824c91f393af5aac5a146d819ed9893f5a074e146afe18f3a50dc9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e6392d583f97f0932dc01be55534fbb6dd3014f84b745e8bf7583b96ad7a7761_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f30d93c0f244f5ba21807dca912d18d4facf47ceaf43da7efa41b14ee816b71b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0848bdb082bc8dae6bdaa956d2ae36fdeaaac89024822f4bcdffb51da1165fed_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9f9603a2dd344770da433fe8dd50a104d69e80ad463f9cba71b3aabefc4fee61_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ab417553778971822422c6eef94aeb437209fcf88e78188b701d4b2243ac5be7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b9bb7615df3eadf64501f35dcefa829934f330892801cbb86e9f70f5dde236ec_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6bb4c6c64852f2b7ee590a0a60db256d8dd549a4b141fe71d311bf30d0ed88ae_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:837cd26d96a814814145cd0aa0cca672769283c499eec36c457ae432b99a7466_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:956ad866d891e1340f630b9cad6ec73d1fc60d4061d4c63946ed714900388a3b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:9c91591eddbc058f05d052e3178102b28ebd25c2c9cb796fffd5047f5d413d12_amd64 | — |
Workaround
|
A flaw was found in golang.org/x/crypto/ssh. A remote attacker could send specially crafted inputs to the AES-GCM packet decoder. This could lead to an incorrectly placed cast from bytes to an integer, causing a server-side panic and resulting in a Denial of Service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4d217b45b97c9e01ba3d54d03270be07e9659b0d4313fc85999aa49fca560108_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:634f48a37ef03dee1cc0c0626c32aaebb8f9975b4640ac540f02910bdb3b165d_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:0c95fbbcfd5c54e6b2934a8efb4f8523d1536ec1deef78249f4daebaa9d327d6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1b84b2a1cecab16e75947d29572008547922714207272a5dad8169d1ca5beab5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:466597e63e82ac365414c803f5ecb8f06a72374885eedc5daf9532aad16ac148_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:de9cac5c7ebcf3d43cad87758dd2eb0f4d6480f59bfb4112c224a4497aad9ba7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4ae516b98be8fbdb9b783345fe680c1d6ef57b5dc06b2ec3bbd20bfdb7c9b2c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8f242ba3e0b9c57ecbd85f0d4c1bd67306357c92b53968a42419736c3dbe04d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b717614ee549be99c17ceef3d755c66abc983e821e04808df347962858e0da81_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bd0f90ccaaaa74683b9bb17db0651dfbdfdf8f49adf0ecbaf8e83756d270b590_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:040115466e4f525e9f2386d6f8838c51f8e1638eb06cd64f071d4ae027a8fb9c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:1a677b9d28655390d007acaa656997b12a32e9093c1c228778ef96cc6f4ca875_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:39c68aae39089d044ce992b949d4e9961105711501daf3d4f0ba7e9981920729_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e814640d65f77818c180a706940337f8ddec8ebe4cf22c51a58a8b69e0f4099_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2831d7dc9f3cad92219addd21b93959900ee2f71e2d988fffe913a6f88dc7e1c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:50f602354dcb223759d781cb057b4081a424d6a509178b10674358cc8dba41e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6925001d8a798896438ef1388f54bc29825c37d41f2f09a59e3f8bf60b2ec6af_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e01a83cb76fca294a011e022ed86f1da8cde36928096422a440bce8e42fbc8b6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:757ad9e0c37b861340a7b2269b068d5b0c6355322eb5f5898a856fd9c4495b16_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7f68ff8059ae68d15041b8f38ad5ee5278289e1370d276cf7e78fc7e9fc3bb10_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:816787cc8c95a4a2df1416f09af6228559333e1bb1421ede0c9e2093444260e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f9bb9a184319c9fef278d3c6705f56cfc592c844f5c458bd20bcdc07c4230982_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:198f39ed50bbd835f4789057f9d7fd8de0962f1641a7f453dd90d68b5b2a4e7b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:633ce875ee7bb08d9bf00cf79738e3e63cd6bf4de2d40fa6860142a301c0968c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e169d65b86f23d6424af5e7cf9e1d0ced58382128092821676196c0a05f91da6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ec2586358c34d0130b00a3714b50c8b7bc33ce915aef6aa79eb214d38202f37e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:13e81e4c25d8c789ca15eb4e84f3fc531a50b4dc0d95fa3573e002e3b54cad61_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:17637f8455e0e17bb3dca34545a26e881cff3e1444af45b9f45c3e282a252bb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d2dde1514fcf3308d1469a0af6727835121c4d6a1a1775a675a7ffabba8e3bed_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d6376055835ac40728181d6f354398a0e60ca131d2fd8f41471ed87e974ea4cb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6f86d997faaf61c874def5a78cded319a188c1babbc4dfefb91a29f7e0d7f0fb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:73bceed99ad1b0bc99e66ab8361037e4046c5212645490161572fe6f34de98b4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:babd6b0e928bb674289f34787d3aa536bdc4c24a877a5ac9311f21f0cc9e6224_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d00a12f6c4e75a2c93bdd135eeb742f42868b0186d9d03f318c885407a17e439_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:0932891a63e5ec5a076c7848d5746e29d972f3a96058914bee8fffa4921fed38_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:472e977d39473b92992f53c0225de477318b31be8656c37bc35193789ab7a456_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:71021ecd15d688aefa6db79f817c11a751b51f6ea9f2e48781bdc49c6de98088_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:9563eb7617a4d3a9c22fefaf03a4ede698fea2621a68ad231cd9e65930043a56_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:1fbf3bf4990353e799dc271bb4a0c58b385feb2ee60207636a3f76544b4f5ae4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:7815e9dc63477803e7e8bb8a01ea83043b5503ba529f64db3c76ad1c4cf2f0b1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ab22d93f277f9bb65fcb5fd9c448b72f82384b9be43b8ab525d2836832044eb2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dee02e09373732db94bc442ddcb2eb4d13095a04e35c674387d3df8ba23d67d5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1a046b24339587101462756592c87ae4a8f699fc2977a703e6d031e2022a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1db6c409fede3e9ec09788fdf286fdb0634de6b6e727ec010332f7cf2e462_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:bd6be5cf4063439e92a1264ce3af0ea6528b9c27dd4b26f043a80aa8616575fc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c955c4b9dce1b25c73453079a21d84c5a2e5d0b53cf6e351f9b1855f08db3fb9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:221943f7b65573c2942d88354261f93a01950be1d1a86fa853544cc4c283c027_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2488ca8b2a8f658f3deaf9a70b12f7aca159490b5e0861d746ca8ee5d2010041_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a3435c546844b61f456789fd315495d6bcdc2560756e9fdfc4b896cdf70d75c6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:be2e4dd58b8ed72278bb2c014317e69185e2b19dce37beea7fec3798abcb35f0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4da2632fea643a834aac3fd63bc51fc6b0d768b869ac450e6779c9f36429a9fd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:56ab8a9553f0c0202a47d858e234f2672098514dd647502405cac1f28d14196a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:abe530f4e865add435da2afd379a3a11a4d75c257c2468a09bc78f10256e0be9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:fe1397131aa0d447366fd627b12582ed647551ad3af13375f8c281ab73745f0a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0857a5a2cfb5c277bc2d2545fb19693f23285ccf6b75144da8fcd7225e1df1c7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:43b36fb1f7ad271530f5ee9040cac4651a684e0e08de2ed90a2939b736b565ed_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:7f86439496ba6573ee1d61b5f4d414dfbbf65a95526cdff54e45229f01785517_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8094138e4ed2267cc278a83a1586922c957142c9e5fcaec62db531c83b79566d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:309b1dd27ce0c7dc332c7141e576642db4aee6076ce50ccc2930e824f02ead2f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:35322e4580b0fec862223f76e0bd3c95ad0af31f3d4cdfd6423d3ec47d6e25c8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:699bc772c8a648f8be7d6a5c32d786d8f6484e584d918d68ef8a32cb1499663f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:779afd8e0fa21d022d7e75e7ba8da00cc7604db1adfbbea879bfb1d0f8c9c831_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:49e98d0193f7d7b4347043f0655d350a7a0c0d8c8b850d95abb57acd13dd8ac8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63e308cebeea85127f584610f59cdc9b228f01b9acb227f2f6eba7fcdc29b1fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:71f9b47dbd3985738259a6bc9a5bbdb240fd21284a194b47bb78538f8e870cac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:9181583c88b3be23253c76e277f140c0a1532c1bff7d62cd0da1e14beba1aab4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:0f96581804dbadea29d9ef9a2a952753f5fdf295670ea0297622214e2a9b7d0d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ae4714025025642ff5d9e250a4715b01d933487fa8bf4eaf82629ebd6d4c8702_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:cdb096f05b664fb542bb6eac3cce52c53da2e4bb636189bb53f737d3075615da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eb9908581f71dbe01d8553e494ef022417196408e9fdbd32f08fe1f5b9c9572c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:08725f7a384b4e72a173141cb35fb67293385ed72d973fc4d497f3c0f0dc626b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a322e3fc620e914088fb5669f1459a47140abdf027bd011d6ff4e5b3e6b909b9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b950e80fe164f86ddf624c80210308a634929ab8eb493496ef86bff1c5248fce_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bfc663a0ca81dedf849e89b91feb3fe0af97932fe8a8fc711d7ab85b6cbdcc84_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:13257447171d38e6e99c66faa476de6ff6ab934c285a0d1bf71fe94dbe583462_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:23fa493f397748092cd71c41b9d83d19fad6a5433b692bc644e30af790cf60da_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:28b1c9ee4102140998781ebef22f269316d8c2be2254c10b4d7151dffb0d37be_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:be2175c2c6c9d882e44cf10aa85f1219573952473e893f67cc7085bf0a324407_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:61417bc1ddac0bc97c786b5807c2fa33eebc75f7cb186aaf9eef2151dbaf75a8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:73956194247e000432a8c5f7b78255062c5ca967745ba2d97e680a06f698f518_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fbfa9ada74c4875985fc4bb8366d21eb5275a52953d44bc6bc740d48edeab5b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a545c9c2fbb36296286f684e02f9a5bc337b3c3fb9c83c608c988c88455f9bf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:34a8a8a4a62b36b5e0eb061db3d56905c8dddfeb2e7a7135642f947ce6bd01ad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:41c2ea14036c2f8639cf0dd634e327841954eff4529743fcd10e8475546165d0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a884f443877c7a3c0b32dc60a79e1bcbe89036549da7a8aa4608ee2ac6460765_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b28e8574a1d3b374ac4a61ea4f3c16eb70d9ba7385bf830c8698f4490f8fd3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:8e245c278c66405066cb31e9d48e97ad9cdb826511bdb1104807d26f896043a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:380e3045135a40d202f330002512a5c499d8d2079cc38e5c0bbd5a2312820dd3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5d06442daad2c126259fa5d594b53329e386f560b77a475ccb0cc37148644a5e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5dc0ca56deaa237fb0bcddac8481b45d3ac81609b36c3b7bbb6cff8456899208_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:aa669084fb336f5d89d86cb58aca73b88d6bc4b6505eac2020664e0b6abfff6c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8cb392862e1835b610757e822332074ac459c593e9bd60fb6b6f6d0aebe577fd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:987afa1aa902bb85d7c2d96f1637bcd19bf21eb832444c98d30171bbeb746751_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ad2f0cda09211f3e0aff615306168baf808e6fefbf1f039c3ae1a1fa7050a61e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:bcac50d10432ecdb8bfe2b465ba75889248ee8595f23c5243d023ac2a336f3b9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3cf2d6f464e6a2fe5b4a8cf66690b3237aefef0c825a687a548f81336507cfb8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9bd17213796576ce4d315986dc0b271011c37cd6e9ed75edff5ba80c3302fc26_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3205092b914bc1fe858b2ede7642227e04f35d06daec4848fdbbc0406fab4a03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a20ecaad93b15b869fb321c7503adcddfe1f0f5eb3f0f6427bd363234010853c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:57259db0550547f85684c19078b9af82b6318dca0c00ef8da27de8c8dc90e305_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:a95676fb6c1cc1b20cbb758a7c9fd34e82b3e114b81b5c17f47ef303feca3d51_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:49026487ee6722c3d438c05c1c181a36d14eca2f0d8debee48e4a02db0486145_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ee65002c4934842ad86197a89e838997bb87a93ddc9de3423eb2af282a565c41_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1bb56a1a194ba6f64edcdeae267fecec590c14c85431ba62ee8c6b5744da3a47_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bf72f3bbed57cebe1deb7690cd7fcb6d371e526630cb386d13180726736219c2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:81afdbb2d9fe212af38a11b4d00ac952a306e13f91b23b2a081c0393173c5e63_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bf8d63c933996abf39eab9406b3061bee014d766a58f4e27a56413652d319a47_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:4a5021268b1ab163318270fc9ef07afa8a29f288c95ea69700c4bf46f88e85cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ea443d9738e4428b6912b47f9c1d8d05b75cf8b137f0f9a76f852418b33b989e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:00148cec706fce87b240d38dcc91434f3c167052d5860d42ca9057e24c3f35eb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:7996dc231961eb51daaceda9598b04e4bbe7d0e4019dccf5adec8a14d6f7e1a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5c70298b919a36de41bf25d870bfa3da4013d36c6179db3eb6dd2e67dd20bff1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:a64777ab69af6f2b6cf4b78e5a00148e98353748946991c0a6da7eba76b442dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d4b6a07334845b2938c6d09556cea5e0477d13d4be6247bc9e3fede2e46aa3ee_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d5e665b41152b8363b4b15973a7b86365bb2c047366aa69bef7e1c499cf4fd3d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:1a29c30f85b9bc858f0c70ca5ed79934494d92849f23baa6c7f26f67ea49c57e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:70f95a8b240afc604ee9af621fc3b63adaf80f593f3131e7ed51077ed2c77a1b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:00f06d1c70494444172d5630c33e1c93c333a880520bad3a810f96dc69cced15_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:01ac79392fa7a265608b75458534bafb6e5d350f2e8536bb9de48566c685841e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:12047af5271e61b4032c04c98df9ad54363d6beb13b36f49085307705677e345_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:37e5fa3bfc88e99fc78f2ced6cb4a99f5099942e40158dfa6940784c3d2ef95c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:54d10266c83c4d5fe91b013dac51538493ae4a4322c925e561c45316c73b1e2d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f799d506fc4087aac0eb4b2c2d6c8e511b598c6b3cdb1ba5ee470b787759fd8f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:061d1b86afedd409ad4947a8ae59064f0fa92360cc82f640cf124776753ea3bc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9c7fef9c0e22e1721125d5b1312e509fada544e1d3d956338c3638aecea53dad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d3d951b736b910437255f3455b76357bfe0111c257f5a2d8dfe0f9abacf30fe0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f7feb8627754651663208ebb363a3e42e1767e16a65914148ce0507a77bfe795_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:23b0327190559517a3526d2500534542e9a397210cc6f663ac2b313aee902e92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2911daa552328c8b01b19f91ad43ac54da18d343834c48ef35f12adff8077785_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:43960246dc7eb7bcef847c0d706bc6b0f0a407053a2cca7dfe27fce23c6d2af4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d05434d4552d2ffdd45d2fd44b1b2e2e8976a15f0f4ae59ce7dea73ca97dbcf8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1f7e808f97ad41f4c301736bdf2e06da73f2d0e3ef4ca838f0afd65273db7c8a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5553003527f078011d0c440f86c1480ff4e62b318e98ca2a4af97b42e5e186d5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:582a4e6fadda74e5c6c49b605b7967e9d6f25c84ab3de162c30931b1dcaee31b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6d54aaf9249113e5be1b6a87bf439ae778918533077a41ee9442396cda4d2642_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0b4378067622a7584c3be2e5e5d8748a564ae7672cc882bec0c1d6f4f4c28686_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2ba6c6b021db9b58614b1ceb9b736978b0e3396b04dda4518406b041448dd5cc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7f7e406ef7b654a66bbcbbfa5326ceb1ddca4a0236cb60761a0ea48b919e8571_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fc403f7babe4eb16c770c80def94f34696b3a8ac55360b17c88edb11b9ae5a8e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:473d595a495e4656de14b1b22456ef1ce2218fe39d02bf738990c0be4cdf5440_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6b3fc95809e8ab1be94de33cb375207b4302f93dbfd51f2a67228025c1e304fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7d0a9db460cb1d4c918f87a02979048f170f5e692e83cd517bb9b3271aa06dd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7f1e2dcfd02a6a5fc56c6665979a8981f11144a5bcc6419feae3964b190583c1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:775213a7b6d92d23694dbd1538727c84ad58c6b8a8b46587ff7bdeb7312acc05_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a649eef7fa6148524b1f3aaf18ed6543f65ef91ad21358cb0af865401061622d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c593dda5f85469eb4ded8cb6c4738069d48a144823a070b83b58ba7772ba0e90_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ffdcf3c2b138b62cfc84d9916799812ad73fcba9c3416d7442f3686417c85932_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2e1e514d9f3cdf5f04ca924fa98d036988ab47259be5df67497931321634f730_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:32e93e986bbf92dd3a3e09f9c76bed29334b5cf794e18b843f81522ccf43697b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7bfa1c21aeb7971fa978d49455f4b5dcccd4ccc3de147ef47c32e9b74bcaf2d3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:dbb5abf21bed592282f09e30ba1387b084eb028bd931df5609c07fb8c09a0d75_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0606de7cca514d2b4ad9593d7f37950512741cd8f1597b1f83951aa7c8839268_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:116474d2dd37c159032b15ff856dffecad2ef0ab76298bc43f840bd0245ec78b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2e887b0da3269f28933bc5af839ea2df95b7aeca3993cb31b0a1c92e7043cce4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6029166a01da021523fc720ad70fc59f449684e577f9f5a36e0e759a39d0a28e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:849b8be9f7fc785a70451c1c0704501e2b449650acd23d450d145da1a760c166_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9c5d6a2d314e840600ca6bd1354c7dc6040fbdc216166418485d6edfedb27ce0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ba10e440e514662920d68ac025d5f3841786a393703fc2dc0ee21ff1d2490015_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bac1799b133fd829b35ac619a25a272301816494e83be5a251f78a50e7fb2f88_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0469874ac135c41bb590ddbac02428775083221257b6904fa376335610c4acb1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5823c8fa1f1409d6863dacda718e35b7afd2915befa21343dfcc68b6fef7a9ce_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b38d3723f2547dc5676460e3738420e243c6fdf7be77e54d18657efb9668c438_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e5a5e4c1a01ff3f5d694ca26dd248533fd463c85374c25ce1a9f4b7a60deafc1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:19f94467c811e10882e30eeef39b1266b83ee417974aaf62f75738d51811cbc4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:47487ff8d0cd813ab3354061caf319dec553b1cba9d5c1045de710b8a6d0c51d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b3a0104cb85f1a6965eee44fef58983637839a1f97ddccd737704ab41cda3a25_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e8c72b610288bdc44492ea0a5c2fd66cfb1673fc06f6bc66831fa84c96f86543_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1a9333d29d3561fe95488f3d80136d6b24b4a2e04472d37d34737fd1032a8856_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:705d146d458883660aa0b673a651d05d1d1ad73bafad91e84755118b82092ae7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b9265d767c8a6786f12dd4788377f1a316864863a32de4a4ec07ffc8b874aa00_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e3a7bfabcb96924059fb7906be97a0ebb1df35c6cad39a7968a6461df0cecb31_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5c015e1a10e5f14e82e30ba41b1ae6a82cf5cb0bc631f5137d7637c44a3f5b8e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:623bc4c74b05b46babba7da628809bac05b48d8c4055648e88f0db57c1bb0e07_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9502a32446a8828e8a1887edcf49034e874ea0e32ab5fdb738ab89e77cb5a472_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ec7b6b83c8e934b66505e8051e183fbaac54e78abae5ae99077d4e5e163b4529_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1f15641123321a662f676a46a24f6c8066bba6e3730a3c0d0eca3ff8e548de23_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:85070876ada5cb86e8c585f3ac3114d548b189074723a13ec5d6fc6be25c9964_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a34e14a715bad1d324f9211d95c56ed387ae51b24b21ccf931c12f3f7b3dcbaf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e12ce561e4cad13a5d08e8164060bb74a309f66047279a26dd727d34ed3dc16a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:67789c239f82fe3649ab8c0e13f920a788a3612d15a78fe5986a852bb2d11a0d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:80d704ed310acc3015748815351da4b54fef2d8b74d7d4b03aabcf9fd7e60b38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bfbcd3f502bf336124261fbe51f19e7a4cb9e9132e07da62354699b30cf6ed24_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c1e371a0057014662b91736570bf25fb1211ead7402154a1149dfee9e55b994e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:175fd0386d9a4e064fa760f23ecfb45ac6ae3500e5a50acac0660d06e5b7ecb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3e9811dcf3c528ae6f5ff86659dee1a590c2b53f7af1a03204d06fc3dc628fcd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:68af6c6e7f51523ac223f4e25955cf3777f4ae5b601dcca7c6ec7e2dc0de0782_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:8f1b3ddbde3e33dbe01816bce0cce7d7bd196cc04affbe606fecfbd8ad7b8b17_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49699de68bf38c34edb696ebe4f9dc608756382a977f497f6713dbc7b6e1209e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49c32ab1927e0969508b906c14aafcbc64e6eff7680b9a10812eca4f17787921_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:86135a8f7d4aed36e7b2a571b431b29eeaac2bda02762eafda3e22a62a7a2d6d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f2dac4ffbee9d028b26e683b63a9f033ef8609907f6c498d42c447a306e75328_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2884bba195d4d635378b0d15efa54991a23f51bcf4efb1095b478f5cd9c34f46_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:d84853556ede64db5615eb4d826879c744f7ccbd92c51ecf392a686af854ec11_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:e05dd48fc4c26b5dd822ee58a2af27bccfd0ed28cc959a6fc05073cec6f7c9b8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e202635a4a52be92b47960bd8ced28634111416b220cca5fa7f86373ecd1210a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ae36d953c8c7f73dd78d620f94a0335ff5fb84b16ce9d2dbadbdf3dc5d66f6d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:308c924c44c35b39c66b429a15a0343a47f7dfad62dceb76ea7acfc85e6bd973_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e132f6b0a6b4e2dc63561c1ebaa0bd9fc669a835b0c22b0d56599e3da870231_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5216d36dc483b1368a03e00dd9dadc7c75de2bc36ed98cd7ea2b089cbe23965e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4bc11f6ad7c3e9c99e708f7ef5a01b4faedc8eb5d2de5b0cbed502395958555f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4c04a50ca49fdc521da592b9c326e233763918fbfd6bc97e001e0e680ce24cf9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8ba4aabc0e1e36c3ffe66b55c67ab8c305f64aa6011f80060c5d95ce91180c5f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d259704d34b605abd3568bd4c988bf9e831d80554ec2d7a57e7c39a70daf0140_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:14c55985b9277766e54156139f0949d1e3e5f756ade34512a3d5ea3dfed2c544_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3231ec9c296798f11aec6a285b0a8f7c5cf220534d0525afa59c17ab2464abb0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d8767e4d0b2c8222748319f05483bcefe50388abc182a01f3ca9dae3c80dce44_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ebed5c3d8e112fc5086208b4b4c0aba054a0058f3fd08b71b129dc124fa00f99_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:26dccabde8cc0d1ad45160677fe240b3fc098acae82f6d095fad08b78330453b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a168025d531f20656997ae845a4930919d6805b7f9374c40f7835a93aaa46b27_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e696a8bc54ef8a13800b2168a395d2cbb08678403beee2dc52c56d04cb235759_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ebc22890c7759ec9992b64dcb0e388881caeeae333a9a84a50dfeffe27e38b49_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:09319f1dcbe090d9677a43249810dfe5b3eb165aa3f8b473417e0913649b1556_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:46a37e99da18852f5512235589ee86dde0db6c09d76a49275a8004422b9ec303_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:535d1b713587008fe67eec103cceb54471f5263516f5420589cffe1dea02be93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bc614ab102efc7dfaa47fef84c4783da26548491e4c43257bb606a06e8d155f0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:08cac9e30829765f182624de9e45e59b40884b8c39cde60528dd27afa57afe72_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:13724dc9eb7247844e450b59b8cf3af5e5f486e9558942836ab60f74b9943291_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3e1a80763f76f622b5ffcdb35bf2dc20ce1e9c06c4f5f6bf0ae06b04134733b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d077c79741fd0c481fa6e1aa2c479b8c5b380b1d1f163259777c8c50be257709_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5e82ef0b9ab6d4e3b7431a7611bc563f356385dd8927855e6090008685f1549a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:62ba53e306331c1b20cad27ec31cf59687218f4bd5908ed7e9034559ded04b54_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7664e74786778a96606757f1de215a4a9702d0c9f7cecba7bf8028884a7609ee_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7a967f88faccfc101b9388f8434d406acdfc85d7d682f9ec742d59eb31074fc6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0e05cd1eaa2b9c558d22892495f090b6b51a316dc56d85ae825b6fc44611b6db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:445fdec85c2510c8a45b2a830ead87136bbb80bb9244987b4d6ffa5858931926_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ccae4f8f443ba6806ea33105d7dc06002d58914626cb9ae57476b29193761b53_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fc0becd36b6fad4911a5b8c9a4693320918f7f7e6336c2b11a76adcb6d1eec36_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:652f8fc874b95a56393f14c2b56a63faa64c04f6646c1786d07eaa272a9acb9e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:94b9c011744629b1ff6f230e25f876f218ed59d55a941377797f77cdb7c03e1d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a178a796ca9d32ac59faa5eb9a6aea30f1aec65d88f89080f57ed519a7983f05_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dc8a79297c73782f5005075332bcac58b051a07d2b35626323f9b69ee5f4d64e_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:03d66c724cb647d4a613bb48c9df6e9ffaabb68c8af5a4ccae45365e32456470_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:4b9510fdfb45d2561927843dbd7ed869e2f67d9636e59dfd0c3ee640d9fc601c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b3570e078bed53aa3e435443bffbd12a7b259f8dee9d18c0d79b55514a547b53_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:fc8e892ccbd8d3c1e737fbaf8f02b5fa6bbbe242780c9cd00fbc5e6889d7baee_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:266bd8400632ac70fc6584e4bb2850ebcee7027ff7899acbeca612c6556302a4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2c8f351447fffc2133f339c6ab3a0bcd9bdfafad4a4cb5b7dd2abc32c6056a92_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b8d2783a76f514f9a4e8096434ac205e1d82d09da2d67fb930a1b5e4d8089e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:74fa72db679ef47f9a3e3459a90dfaeafcb6db73dfe15b8933767e2f9d19c448_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2b5964f6cb078aba05ada42f0c8280dfa39f9f80526932cc5d41410922e4e8ae_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:480b27e9866ca8dfba83e1accd427d4f6813f4fb7f612854e32bdffc10d7d5b8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:91c7fa7b70f2cc82b26ac16f91ea084e15a4f5dc64f254ed878c25dd1170c0a8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:edc297cdb2f670aebc1d3561d801840ad029e8777ce45724066e6891aabd60fa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:443e0dd81ae60896d31f07ab49611c5e0629746824df094ce28cdd3cb0ae1d58_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9b16561ca87196e3dd9330184f7abf25e97272e3c47d2e8d594e3095e74f815b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9ff62f63d487e25a750bad29314955effd17152bfc534ff698963760a2615b0a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ab506c549b676ad9d8dd179e2ba871a12f2096ca2601ea2a1f2605ccb849dc6c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:08758e6b81d6679b095a8e7fa323870eab35fefc05e525c6ef810b6cc0b3c0fd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:af87d24f6540e5c98def879ec4ea8adeb5b138e41abc126b2c3030c5847fd0b1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c5e9e59a08d8940e99da6bc568269eaf71ea8db62dbff86a7f6fb5dae861e323_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f5122187c85ef27f5423ada009d800afa4800e32ad1ea3299586fe64cae8e38d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3c5078d135089e1548b4dec49b7e78658279e42a72792a988447662534b6516e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:56158ce0af0c0eb9709b2d1a172201bc795ed6e5075517b6919ed1302399d6f3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6720c8097a398327f18a5c84c28f6b58aeee017199c2649649a1f159b8365838_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:89295652b447f42c6a0d6e1299f63b04016f10ec8faf6372357294a14472e426_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2baa85e44cc4ac6cb825103508c5bd74e348609eaf53ed42c6d0e045dfa62772_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:61283f1fff1f8ec53563012a5b1fb5a48831f0a220d3676b512f5a60b331e849_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ba258012c0832c57b29785be805be44f0b5f8eccaf76d82d7493946806eafe5f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cf3bee6414a87e7f907d30047ded274c488239af5b1f43ed717ac2cede29df86_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:40854e0833b6cdfedcf275cf716e58f3cbc5c44be313fb83ca3e909bd80d0b08_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4d6a10dcda92c599f52977c71208222d166168b29da4eb4727c466e7eb53cdd1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7be4c5ff86b0e939ee9f22156812fb98d2f96c1eb4567ca8a6a01ea3aa735dcb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:83bdc9fa5d3893a973794dd7162bf9564ecf68ce44814349a621cbc284b9e61c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:993ba8c1dd84e486fc4084a7786934c356a9b12ae86155134fd1a1dc1e5e3f2f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a64dfd96d3aacabc8f219d19e6d7eb0c1ac5b68b49eb93fcc973d76e67ef1d34_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:ce306e2cdafabbaa29467e0cdbf316673d17180efb604e683a7fd1ed7181c6f9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e6748814d950e6f5e370dec9cb7d557fbb0d29ad3620b567840770be826a601e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:04d418560f90c35b42be67886632615d62dc89cd37fcccb6e247212b535fbb7f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:40eaefc42c0f0b5adeb47bcd463c2e2a45e7f3af1c0fa4cb3fde9c5479660c4f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:545bc2a7b32276bec515f338aea3a2976c01cc787a559986646aa6fa26ad5f35_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5a2653ccd5dc3f59a228ee8b936460575e1a392d12287661b1dc83a9f8210033_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:12e5e4ea4d19c4dcccb35dba161fdba8a703ba6331b11054e4664818737746a4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:180e817b55ebfd081fd0305f63b3e0539fe8d13d1ceb8428ea21e213779fd056_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:92e8693b9f6955f9862c8b576f5e32bffc3bc34232511fae0cbe57d705bfc53b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e5b5d4750a3ffe24b1196255d4cfe15b21efd587a41736307ca8e4e61a4936fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2ca8a85fb07b431d97ca6a3e3c18f1cfaa20883c7076d6b5b4e6942b632f9aaa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:559af5a310f0923dcb4ef9389c51c98604cf44642a13e8ccb46225b4ca268580_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ae056c9c8e0cdc6519ac1a9542781cd54ac2ac8881f513e965b57ce7d1e5ef2b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:deb92b50d5948bae13db37a7046d9b212dbfd3ddb1063ff8a5e5467f0cab203c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0c4f3cf84115f8c9b9bed6b2dd5d52316eb3a9e670fe6b9e28c2dbc350392e87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1142ce3f8a3c1c2a1c7dba79ac2c3b276a45fc6271ad9df9e6a5d8684c36da2a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d9f2c021c17f1416e01ba31a8823b7a87724fd96d7ec99d494981842b5d452b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f3aabf75e838b4a941f64a7a322768729059346d7578ecf5fe7ce27a71876fca_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6389373ccb2fbe1b6385ea21dac1c0ca918bf9d3889ad7a738de6be5d7ec4272_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6449fee9a31acc582bb85e0031312e3ff07d1f1843a1c6c410eb79cbbec1ceb4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:751f007afae9f16527e9039aa95c2ee6efd2ee20afe3c083ba7298493d2406f3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:afc11a340e28d4100c31646b705e8db302f6b0a96ad3620e07391f02a70438f1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0673d2034e7e5fb412a171939379da14e9269dad7bb53e83be7ecf8233b0b5a1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:18f0345811215feda18d2b63f679ee870e76b33e9f61042d93edcf36fe97df95_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a2d247eb696c80e02bc8c1873e8ee0fb71a1e5ad6cf5cd84bdf504f4fe17cb10_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c342b14ff399c961ce05c1af127244b950b8e9d641ce8752f9d0f880ad7a672b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3d9fbc97d13987f28ca76b3e238b540492eddef0f302c2dd958c1b0d05e10941_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:47682d4e934d597aaa1e809011a69afe93936fc629ad3dd1ed76dc7b073f7ee2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4e8d3460e04e85a3e01a578d492499376787c85f2840c97821f11213862239df_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d7b99cad55a1e1d380d30d0d4a61bc5f0cbf3a87223efada3e69bd9b0741d3b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4849bfa8a48c7e7d264fc6ea9097fa9d33da25f75776619976e3204b42026cc8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d7c3f5ce57c0aa25e13ba9484facd75c5a1dc3caaf9be4d0f273243e7ace327_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:78aef6c20ab3bf78eeb8b8a857ca2a24067d45cea0a070c44d3fcedc00d4efbe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7f33515dbca04230d98550ab638efa87389629fc7d913c8ec42e4b5bf8a772f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0251068577a1724dc777683dd189468ed77413b396614a117dac6b4320b8f01d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8812fd85c74fd67a95afe09c2ce5e7d592eec1e25fdc6fa331a8bd41bdde0cc6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:89e0a7e0fe060abb45a6f8e6ed1906053c09f95c252ca7813175903db61fbc99_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c3674a8f28935f3140fad744b5a178a8346a9a7f79f6c281561d2877b38c4ca9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:13bc0d4f7d4508fafca5a3bc61b6449a056e277da131e753c06cbc1bb7781b27_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:993a2a0b3f84e071560f6fc1a3ac243fa745ae9a7ab15febbe1385437dbd3ad8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:80fc518199cd3a1ad421b142661f0a85679b12b69d0afe580fe60eb6a13ddad4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f069665c66c19d9775b70a31aa7a1069bc653691f6abf106a88b2ceb8c0e1ec6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:13ef0c0585b01c56b865e029d029a553b458fd2d3d0204eb6dfba1bcaa11ac3c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:599d33b55e88212202b15f4344f7a18dee4f4504b3739d6ec99414d05bcde2b7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a751f1f0540505bea087d3ea9e6ba798e89d5deb772cf8e401caeb3816a563_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4c26bc366b267d444f448a4d7bd5a0d26f84bea653c14b261a829669d888cf88_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8b67087a584a2d952a6e80572686412cc8ea01f03ec8d70b56cb8a24a0c5a3c0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ac1123e890f0aee159c9105e26e1f1ed3ba5eb3ea66b422b281c3e9465401c5c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0dac7821ce2a3a5a180f53f381d9e61484cd8c5efab3c9a7dcc70b5783421b64_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6b30b39205367ec985c4a9d948e71d378b9483689c3ea179cd0f2476b9bfaa1c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:de903677bccf645889ff7968ebbc052b14273329c0765f7faa53b0ca815d6899_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f8392be7a6f5223930d53ed6d127faf727489b8f5ebbbda6b6b437c529e3c812_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:02ac68c83db9dc50cf6280a418eed9261dd2182bbf51d16fd143519e49960b17_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3746261c5d4744b13d4704c822fd62ce1f486010176fdb3bf95512c72eece73f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:85e34da00bd6d290c04d8eac32f39db59b5f50fceee9b248b2cbe27bcf0e7e5a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c343b119edf863e179df865ccde0b665b87087d78b20919aa5726d8fd240b344_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2026fc52aab5a6d7766511080699112f32ae4576108ff95b0eefc5d807a14f25_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:21b5298172f4de1e0074c4abf5e4abf27e8adc02bbf7ee49bd3388f7127d4901_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:42f8af9bf66ea72846b7f7e57652725c31b01fc4a8d39ff7e7882075438c521f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9c5711087546b1ba7cefab267b8aa30b54ecde5926f009518cf0db974ff84c3d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:373c4b7507a978e3dd62e9ea629d1e397b1f1db682e11ada1bfe5a0b45afc782_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3be306649df2fa3cc9f30e60ed5d947fb0678b0231b617eafd3b1593d10feec5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5b01a896101a5189740f84cb1a83edefdb0dc00288dde725ddd0e95480f8e1c1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:961dd87e559779e6338a4d3d35c96c0ce6ff7cb9634ce32d4bf848032f4a2fb7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8799db20cca7be653bae6b8ac5adc1d628094eababe740beb5dbc27e05346872_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a36c2b308515a293cbcf265af68ecebf498739e74ef11016d5c0edd3cf47c4e7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b86631d6601578548af20a28d132a0503fe118f53d7596a5632ed24ec5a9931f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e867bd8b76b5bc1438a7be88a30fa7707edbb1909920a1d4d1d0da0ddbebdb40_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:313074950c6dec37d29a9722b58ddc951aaf67c27b47568039f29f02f2523128_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:43618db20e6f592602096897bc89eaf3c58490a362e91e3299e20bb2a02827d9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:705f4db2e969d23205de87db1bd7dc8eb1ade64a76940fad950fd1a214dde6e5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d2d5ee5893ae16784051d9526c1feeee3c641fc3e6f337ba807744551c00ffa5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6ae5cfd48e788096162bc4517f0466bf526f16c84bb61072886a64842856c5b1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8004e7284c63cc32a05f6de732791416d57d62db041ede2829d4797139094292_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8137c3932f344ce587769bff04355ad405b6ff27009bf23a221ba52f3da56e1d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ef15235cf21f0fbfea74089f75471b483a98c920b65676bb6199c155fb61e929_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:149cca2af3f89c7d1e105de81bbd098c66be5687f18a584b644f21d0be20f414_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:33fc93d5cd30760383da666e8effb6ed32f4c8f2668da36677e98c1801ef4f5c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f9c1ee7f72c926c45cd76c12046b867d9efd7c3c381f34afeeb9b6e97751175b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fcfbae71f81307789bec93987c4523700c191a66663ce53e4009c5e0a8627826_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:04fe8c19bee4b629ee7f18a13dc0b7f49d6a4b6e19d204de90b6b2240b0f875e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5c9662139f98817aafe153a43f700399781d079390d5ad23d3b70fd6ac5d370f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d1147830f896fd229aadd2b766fbb4c8102b35a8edd4d8bbeef4928d89cdbbfa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:dfd0cdc29bca0a2239ef203fe7b58efd97ed4e72daed6609e22b20babda395fb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5a9889308bcd1c3981072c83d44206d0c3feff059e0a2029d49adcb974674c95_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7a715c7e2a8f54ccee42abf122b0028ed19705f401248d8c38f785d960f1b116_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a67de487534d03cdfc180af9d235edb21c5cb71e1224bb5041fcf2b9a428732f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:b3780d23a2c384ecef73c806cb20d7f97bcd11c12b6392c781c0deb7ceb55df8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:48b5d06ac4b35c2a7bca3ba2abc39e3af1eaf4ecb19c720d9b6e46b066318414_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a6d7d7df9078e9d1cb0f12f9ceac12c96bf2cea03a9085b23c3e4af6a456b51d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b757d11e5dc51a5822d9e30e97ac142cf004fffce87ba2e58b8d62926127664a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e61ed19beaf8352dcfd4b9478335a364263cb9839f27140a634a217d87d331e5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93baf08acbc6875eb2b665a9ef3601ca34b76767cd70a172dac7237f21b6958c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a5f2c2debb51b8aa926ede417cf9fa0e4ebaac4f5bf9e770db55a25902a4a3b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:dc97d5c1aa80515080b2b4d16fb08ee4733a9347eebc8427f10b7e70582464ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cc1559af0d7be472ae46be4552fb41e81ad804d73d1444b92cae4485118c6773_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cfd5513afd8b2b5e22d5e384a7f769f9c04709d853feb2f91ef667d804cf9a7e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:febf2fb95748ed0c440e6acb72c40d609ae7587b2665cfd7145c878a2a0b5783_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1728f980f3ebba7e48bc0e8cad114db1e0c06f692638764e30ab990f45c637af_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:41508513986b369c2f89c64af84b3980b16bd2432130fb122d8c1346f0602894_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:650f08f62aeea4bc954e69ed88a9f2f14d3c8f733c155d113c0c58b7154fec4b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:016fc7e804acce7a8b8df0a02bec320c32f9ce6224ae67598a63992219a77516_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:081f9cfabc57aaf4d19df8b496613d8aff54ceb265634c904ec7765c810b4553_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6da3ef092cde7fbaeee01c5d6bb0ca5d52af3ed8de458ecd3001bb96262c1ab4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:035d07364444ea963d64515420fa4005adf82c44b575555a074149f67db50567_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4e09fb0bd709d53a0abc6326905cc43ee36e6e4ec5e20108efd1ffe585b1f2de_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:53a5f81aefcdd57ba33c57c02941803a072ef3f1b8467baa3c53c7e073a9ea96_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:cb3d2ccb57987217c75079a9c10f230f6a7de9ba3b0fbd87d8d3d5c71f8c94b0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3472a8147e06452751999ae2d041063907f275ecf429dcdcfdce88c8a19a17da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:61155741778188324e0616274f067ec36723d0fb81d84e9715f72ffecfbc92ca_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:adfe8cb84a5f0a241fe69ec532b7092a10cc274cc3aac2b86f33ac8e725ab2d8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e704c70226ec4986c16166ba1ca54b908d1b6d9ddd47640bd5ab6d292f977508_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1d63a1d7ba183c49c69a6ffe5a4584de5282029b0b2c2f3484b4f4431e2ce954_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:441db8762a583090cf4325377b0ee75838452a601732bccf4dbc57f26f6a1a90_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c5c52612378ce1f2577314e5723642237c9a361506c448ca80d2a0b56666a1f3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3b9843a117d6a6ae28222951e1a556d3888ceab2ff75a082a06343c8030a5ed_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:236fa2dfd935db687e786cf827d88210c2f586d2d1a93e610861995908bf2587_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:647704923828c83c6ed3810e3c4d7456fcbe378516dabfac30f203a3bd3634b2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7638d755fde7fe6d3c004a6f0f7c761a9fdb75a3541f19a792c3cf8e8bf473d3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d2eaa5b8ad9464732265b84128b5280d725feabb2d4b4cef0178a317add66c39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b659f5c6da6f73bcf8b2850f0172358816bd68fca721b65a9a70569a94bc90d7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cc867d49602a6ada5de7a783136b6463c4d9adee9877ae1966c016a08ee8e87a_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:6fa614240bbc1932f65f8cc9215d2baccc05dd1cd5586fd308c44d8a94447a45_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:e85e957fc16a36b5964613a99fec1e7299db9bc63edd86ef965d879a081b64bc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:14b02010250fe10ca57b2dfe1046641aeac31f92e5691c067b3990383967f0a6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b6b13d29b1cb9c9bcf97f2daa289669bbd9ea501430e51652bca3d50f787f23f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a8ab293c4f3c6bc251bc91466b7586e5499b6e198cff46e50f6a65d97df60f7b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c5d781c35cda14ab70d4a5bde3bf72df0a3956f5cb159645e5337095bb71c5ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fadba956181755cedd19d3d5b5ee3da0222daa1dc609b629c900a0052a4cbd8b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:2719589f19df23634ec3f6b578f3fd2e827440675b72a69b89c9d78b1310f98d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e1fe563643282c027ea829274a1945458cdc5d079bf2a2b7b0a9982a5cc3720e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:28d64f60c216f77e3e006012a403671463b9dd90095e19ff2dd027def6abb511_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6d681aac67e08e2ecca32415dddeb47df6191a99f7a8d7bc3bf1697c6a26c1af_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0d31a90914ea716508caf180e30fb682cdd8066da7a0a31752be9d86ec9c777c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3ef5a3798abfd3d9ec1b6ebabf3ceb32fa4057072b2670793ca119f556c0897f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e2c62e4b87e0536d15ed8b4f2905930a750f770d5c6d0168de6291d92c51f9a9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ef5f4d7e3c872acbc4ee48bc91b5835dfef66a698287a95836344c1587ccca69_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f5f049eb01192eaca548f3585845ed6a530934d2eaeb422fc78b657cabb1f57_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:740b0d9392c76e433ebb7762e57f156a0e2ea1db37ddaed2c5b8044ca092a357_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:da9ebcef147e8d9e84848454fe2b8e259bb549bf0de88ee960fb48f6c8051060_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e8f942ece24d15ce0c4a31f731f2060b6e3874a2f486b2dd255c773fb1a55f46_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1b4fa4d6ee3081f39e54b4f910100d210da682dbb0f308f08107ac44e7338d3b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:571a51e1eca0f31f273be8cff7ff115bdf192e14f5d510705ab7ed423fd5d9e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6dc96b2e8156e7e42f758cc28302a2e94e8b3888970d03a780b1732375e728fe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b91654b9aaa85e13d262d21b949b1a96b386f202524c2e8d52ecb66c279eca8d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a677804e422590551f82a17e61f64bc03d5a8a42a695e7ae8d9de5dc086924d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:fb7f225a9221506e6295f7efdcf44adc33e5b971c470b5835b0ca3c42ee1942c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:107c9dcda9632516721c41af941362ccc316d25661bfb13a7c4dcfc2ea4e1c3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e75d33740c576321707835258793fe2fd257682099348a2a067806e764e1560d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3ed82adddc3da003bdb272e2a5df0317abe41512179cba925f65fb5d8f7c2eb3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c16e4af4e9a79ac2f1fa632b20e98befa9aa2953ef241af186edd226e39150e3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7b6c16881c71569dbada90e320379c2159ead0b0ed2fa2113e065b361bdf2413_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9533dc6817f01e377ea2ff7e3aa4447d20ab5d016d9145b97e0cb9e758c9a8ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1285e63d6cefc0454a400b20a6e404537a8d57e5fb9b5d7ff1a75b61555622fb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2ea17afe64ff273c9208892a59773c1dca248367c849e805dc78cda228aba29f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5f33ae81c766b0b7d9c8411dc4f6a0adf760221ed0493a99f1bea5dddb5de41b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9de0bd8cb41c5324718c8d8f275c612c0bfd13b322225455a1142dc76bff0a01_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:2fee175122b1e3f74cd8976af1515c869d096da0bc4f5e9024b31a64cf88896a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9ca16ca048f3de4a5d9e6b6a38b55bf0b4a994bf7f7ccbda8c50c02bfd59c871_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c42a4deb157c31f6fb871bceb8c4401f44ffb490404591ae36110511f933f72e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f6d5c31b12c8a1a1e8316f258ccd254bf6bb8e49ae8a175eefcdf0bfc5c6047c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:204e84b23aa1edaf66f10a49432115ecb4c3e8fa34472a909e1c9a7a0c3f3947_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:37f226136e439a1b37fab44e06ff30eb22b1ba8f12eca9e85f59936c3d58acd1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3e385fec20235fd68320dd564c68770d91c5c08a864e3de41f3800937d730334_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:878a0a7473a69442dffd7c19132d74b29ecf765e3499d29f8da7b1de2ff6f439_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2b51546e56d1893aaa1b68c4e6ebb5479614d0402e840c8c850702ffb198036b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3aac893d87e5c39ae1672eb5ad48a0b9d02b49888fab57f8662e6dbb3897b660_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c5bddc80f0ba0e391b336de8ead2442d0dff227fdb8aef1874bc3db3101f7048_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:dca0c7b1c7ec76232b3d5ddd15c8716e04a8384f0a816217dec544d667ad2e69_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2551dc2ab6fddb6edfefc185f7b6d73ea366ddaae4e2f79d554f0afb79aa54bf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3cc6eb31325b1f9c9a2163c570ae1c3d4da7e7dcb0d761a0fa775b66fda9dcf5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:569965f29f668f02a342c0c7b4804bdc92354610e9368ba42a3ea5cc3172f532_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c4b2b0855c4ba25e150de01e54f0a84bb4c6c220b348945742bc0c18cc6d7dbb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:01b6587f8b9ee398d34ed3330bf0bdbf2dd01c2fe475ed4d44c547401d1dbd5a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0fb7ce17c762a70aa16ca9f7f35e41d85997bb2bb22b81986321d29634ce9b3e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:60c4fd0dcbc1ed92bee7dedce7879893a23c9e4a6181e5e6d6a8f04880f377eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8925d5826cca515b7f7c05558406b3688a14963ddefa80f5b44500fe12dfb1dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:3d914112ad75b59b03d5653cea40a25d92af415ef52dd10aa7394465e6bab92b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:f8d52c53ca49b3f9847d2e568779801321307e329f802aa9456cd0dab7625232_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d29e5c26f37fc8212f2ff15cdac470982494be155f85e3c310b0c958b943f7f6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:fc7a6712a6fe86a47b5a745e06a0c6d164779eb198f284fd0996847b025e53c2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:32bf2e7aad1dd9ff5100500c294e343af0dae3d392eed27a1c0305198734261f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:54b4afd46c87b2cc839aa7d8b8ae232aaffe0f39846a6edf9d0d3228adbd7a29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba41cc4ad0ea8dc731838e00dae166209a3e06d104e5cf11491639f82290eca6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a9395f57a9adc721c6e43e578957e21c8b9f18defbecdf91dc49d11044aeeeef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ba077da5ec7f147b51f0ee4432082aed3b7a3a541729913bc2ed821688723e99_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb48a38cb5d06b67ecfb4777c44d44f3e32a996397450e30f40e7ec3e340a56a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:deb40607f193ff4e36c684ce74167e67a7e96187f1a44a1f0f20f36572005843_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7dc856fddd561c1d29112b0b8d4dc39dc7503974a9ff563612e6998bdba4b71e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a3e01913986169c592bb770fc49e3875d46031b5788f983ddcd52938f9ef7a49_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c3481c6f76c644c017392c092dcbbb25a288acd14a9f01e20afd0d2d35e16d32_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cc440be9f6b3c5e22186b6d53a428a8220201ddaa79be39e19cc31a8fbd7b221_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:12d7ec468f9634a53d053f3af7957c5162d92595fc3385b26b08acb22b7935c1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:49f08b645fc28af342483d9efaf2f607c9c2a6b491b477cdcf2985c44aa3e894_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d32cde1eedbd0c110bc10836025cee78421ec16d2924d30f5e6265591a9ec716_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:df885dc6da20faf1903dbdac693889d9882722e8b67bebe35f624c11e4616262_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:16c8b8c6aee6f6a06367ca5bfe2be8fb85a05c3f18a819683f49d1a8c73941ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:376659c608333e76b0b48fcdc69ff17643284fd22fdef6c6998f07be54c1cf91_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7359a62beac2d501d629e6768f1767861fdedc0d05f53a4424a2abdb3dbb6a8c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c71d05c245bf1a4955f46c785d7264985e1f904de2a19972f7ce6209a3be0e4a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:06ab376096238d4e04c9ab713d83d3cab5db769b5af1fd1c57ef2ceceec6ef61_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2c80889bfaff670acbf859db3624951cda96d4ee8cb1560806ca4215e8c6c04b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:627c6b73224c3e37181a19cb598ef9a425cddc1d17d97b6c23388ec1345f6a88_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d5d338daef4ae436780be192907d28a26785021d97865d8a95db9065734061f0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8e59a286a05743844dd1333770197161698788e0db4faf8e00cac6b2fb9a638e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9029d8ef1e4455dbc1910078afea1141f92a5c4d2c298ce1d9e4319209b55246_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:da4ff38c7a1fd5adddbc0b0d3defbbd580197680b22648e2ab803c90c4a8c9f2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f6c44d76a715e0ca38fa5e2becad93a2bf3a41fd8f181846e7aba81b0c579691_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:167937ed04f625a9cd2d0b8ed6048a5cb7b6d435bc2d41775d7db4dcdb5fae95_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:176feea3131aada18df5da44af30a127f4dff392ce8ef57f7e0844969ec95923_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:17afd4ebbc2a5233681d4cc1774fcd70dc932bc10006235b11de8dcce826c2ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d3a98e507691edec50373d79ce9df48a71cb6a19a75c9276d0c5905d4f204b39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1b6c3977b4835b0cd5399523dd437c230b992b77a0e7352b095d008be96fcdab_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:54d79643f3a191710d1362d665b5c838130f3e51aecf1e27a2cdf66e98a3cb8a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b8692d27a4799d20ce1a8374ba99f55732bb7db56cdf8f5b038424a086db614_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d196f02212da5e80ac5a73931316d38e9def9aeecdadeaf07aec685e661f9f98_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:11c2a1966b0632e85caebc4555e3e2f726277175b27a63a5e854557499e0c28e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7e649963b5c1e2a7e8813569368eaf0ded5e544799d561622d469b03b9d93937_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a23fa7969c6a881648ba03ed1a13692c5db21b79f0608d841291ea9118548ed7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:af57ee131bc09ce55ecb3ae13ed7dc3ce9607a7438f0ac5a6e64bbfa000546db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:3a7644c1ac089cabd142fc1743b47302eae8528b13d1b038298f2f57cf746326_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4b5ee426703ecb55bf537731c39c69ab7f86316544cfc472ee77fbef7e5680a8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4cb60d36cc3b34b4b1496b74b9b2e68ff152a71d7f957b356311ea811bf05573_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f3f64bd2f70faa654f7134d803efdc032df63fd4ef07c97abd38fc41e625b48d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1b75d96a4cdcc3a37848c5edfe598cb1d99bb3b0707db5e3f62478320eb90f9c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:876fd001172d5151ef99c02826f834ee4db4623b00699a8fb30d6a456a7a8687_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ba8fddfcfe0004287ce58db40c1092f2090b3bbb0810c277066aa2d97799f8b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:bd9982e951fdc7259571b6d5983ea2cc44402cbea411ae9a6b135692bf5939b2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a7a8d4d8adfd98d3a6e3d37644b33966f2c34ff1e553fbb5140ab9a15563e821_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b26a5a47cde227edb5e7f6e51247a6cd91e13484f6b5f7dc19b62f83b7478361_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ccdd76d6734e3a3cfaa1e432c1508c097478e842fd436672e57ef2563d817e4a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:fee8f3b24b431ac2a5d4fa3d96c90c5e1aa68c08ee8ae9963fee457c98795197_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0e559f5e780f3849e73d7246176059360631d8c4a7db1700f6ba1b6a9e6ae089_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1a376560672f81b7596417591491e71d065e90672ff6ef5d37ed0785e9baab16_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:350a0360dfdc31eccadb0e8b9397d5a3436bb509999034b60e611428eb006cc4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f8b68ae48350a5aa9bdf47a36efbf661190d497ab5a139027a2bf4579d21e095_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5fbe979b3d448e36fac9615ccd96f8583b0d587d46f6b1b3749e85938cb2e510_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8d45dfe709ac701d6eb800b081947d39a855f65c756f31ae47b75be9fec0c260_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ea4fa6caaa81f207f2372c6179c3698e225658387549ba567c232170cacf8570_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8fb972b411085b4551e10adbd419e3cb89754ee5300222cc4fce27cc349513f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:066d438bdfa1626aaa7a0ee5d2e3222724f2f0cf5bc9a189b67fd5358a0a48c0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:747c142608d6f43952d315d7858f57edbd2d9de2d255938dde311ea580a329af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b2ee2d0e9906ef1581677bd239073c09f93e5b720501e9001926dfe7db34839e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:bf0b42c5e7e51129966a4744bb253b7c336bb88b1f1a562e481f7eeff5428136_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:3e9309d53caaafc9b145f6b7fbbb8879c9f018ef226afe101f6dc7ab02b67856_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:3a558e248efdf5d3111b7d61e8bd471682e7038bd34c4490f8ba69b91b44f36d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1b0981e2ee13869663087d6504e0c0af6f2c56d2ebf81d72b4b7c751bbf6e500_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8073e0be1f7f7523880b30946f1b6868274c070acb97d9da2f5c486db99ea18d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8980be22bddace1adb383fc356975fbf0af9ac8a20bdc95b3303a80fbe296f3d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f4293de50825a003a825306a45612531dafce45b72a91cf4dd455d596a0c60ea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5bc26795163f03947b3f42a5c8cc52b7fd6eb713a0fa5a1558bfe834c21edc0c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:7f29c85842a34554f06db311ef67ec08d1d947d32b4363d1153d92c8d13c3214_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:92857eb171128909119700c431920f543cbfc89cd06aa98db816a2fcaab321da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e931e3fe478f8f905855b4516e1ed9b33a161536c447025cd14dd68778c40fa0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:338034a3ce7dff3efafd00fa35b858c23c2ab284f743df414c6cdae455f8801a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f12584b95171f442bb3661c908ee43de70d0400c6273eb4e93325a5f3f167b54_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f37f6568957ab825b08c2ce8fc6b32ad18f5b7bee50b24b1804e70cdb144e5f4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f949249e3847338ce4ae9b94b0d191edd3f316d471f0a9047f97e41e41b7554c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:407286c96b6e9d0ee4e8abec2b06a5dad70fc69820a00deae47cbf3fcdc65a40_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:52294a05713b24485ce6d7d1b867081da2f01dc008b9cd052bf8c4c37839f581_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6693dff44dcfb7e6fe67f5373bb73d84cf401d20640c959375f20a24d31aa697_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f65918214ce906cb5af9a59ece43a36870989c579ac1660a2a58f9536a79d9f9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2ec7076ed08f4ce7a61f95083155b5315acb6004ea4245c70be2763eb0ce9f4e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5a539e39b3aaf61d63f391b6960cdc5746cbb4b0fc07b85a98969f5c9cbcca4e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:93505b057575ff9292e2e96903238708b940a23953a79cf8742c880f1fbc743a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:be43f0ee18b6d56d81a09871c4a30dc2245ba60cf17ff0f1aad10e117f40aac8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3923e99d803b6dd5bfd2fc957101bef6dd86ba8f6de9e59a849e4c7a02d57e0b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8253bfec4409c9a02be72d7e8d87fe5f4f81c1bc58a294f02dd570debc4f1128_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:851fd20edf32778383c81e3c5b935ec5607a05f8fc569f64e31875b8bbe81d6b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d06d41126ced4841fae74d0437b18e9f1699d285158fb8725a8768a6e9065b79_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4375e44dccb08eb4ecf461f4e8e7e97d617ab5b1c968beb481d5795e6bbf0229_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:75140fa657674afc46d698aea19115a9f60c7765ffff6a0c4ae5ac166c725597_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c1a31ef64ecdd90020d72f323a242b551a6a4a85a4dae309e19f5d8f12d77b54_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c3b1ed110f6b17263484b7fde65642eb349162b206c0b9a2f463bf5eb13273c3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1369aaf62d9d273eef766c42f7015d56152f6b8effc50dc06d75b1bab38a20a5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:47402101d62f418c0f6b8e3c6e2367a8c84f5151a0204f326bf1fdbe983c603d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b519e10d4cb8fd9ad126a36fb864d2f29f7df218ffa1b3b5f222e0befafbe360_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d70f848ab6450690b8329ae367ff2e5a3a5b295c073028dff7cf810104c5be5f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8f8c882873232fd9a00adc69e199f1b4acacffcdbc282280ebb61dfb1e61b875_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9fe79073bdf1745b388fe52bee661394f96ba5c0af585ed8ab4a61724e324777_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b2b91287350dfb474763ca5d332c4765af0c1ff2d7be722e23ea93970add2687_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:bb5f4abfd26a9446eb2f4cb1355bda840ed1006a6233373434378abaf0e617b3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:07ff9687205eee39d9ca211c0bb0c6b1618848e9e74bfbbe793aca67de73fa88_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0ba94d11051416a116cdf516dab74d530a584fe7c4bb1e8d3deb3bde2214e459_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0fe87955631062bc7ce78891b9eb056f899308f8cb8101b3a44f889c1f0c0654_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:786de5dd308c9fa6643aabecea0bc666a9ede6fd2a5ce1cb0d511eac2a19596a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:719989a197c3bb8b8af09e95af49125cd28014fa74c7969f3f3b939223a6743b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:743119e024a9aacd8bd4bf45ab9c14e684ddbe2307d8f965e972ace243f128b1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:76c523fa10e222690941abc8c5564efee1ec4d309a7d023480b6000a545d655d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a13cc82f7b2053435d5268416686ae2ba89e37b6561e49c7ac395cf3359ca2b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:98aa0e651302bb73569a0578e6c11a1691eafb5b0aa28dadd714a7b44b498f8f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:9fdce4b5198ae740daa858432221625391f7283bad587e1ebc1220e7b0b4fa28_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b072bc3bdd61164b8076f2799e705ed8e34281b2cdf24d9cf08deb8e697de2a3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:fef5253a6623c30368e9e7e271501adcd9432b96473cf8278a7b81140d287de0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4eecd436b35c9b25eca6975ca9e938c2256fcfeead67e1ff4159d7e36122122c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7e11ca9795aea60b3f0853ffef0fdbf922f4863edd96c50fa85110f36bccced2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c95f8bcd0835611bb90983e96e3b780ccb65bd2bdc7f7554432ea971eac8095b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e497c1834c97590a0c388b58dc823cdff79ab6befd5f2a9bf494b3acc3181eb6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3a7af87b46058334b97531a4b1b5cd5be47e2ade8d74497429529bf0a489b275_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:97313aa4f1c1c9aa51c77a153d0f0eb35cab9711b7f1465b82a636ea44e849ef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:ba0927ffd76ad6689b808e734038678c91854ca3d0630613094824549f8a150d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cd8feb684b9c70a4ffd7077e19812273f333174a70f7c2b63d57d140d8002382_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0c8bfd6ea4d0729e0ffffac9811b5db2ecf5c40e68ef048ab104f161d2689b74_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4dc7e3242cdcd1d3c1ea5930da7d4e027383149373cb6af0551ed2572eaea0b2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b78827903e5c338d67a4ea2ba10ee67e16482ff00968ba99c27af2b6d50ce202_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c9315d23ab26f6f40e05a5fb1f9f2dbce075244a035b1f16003d1108a7ba36d0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:270b5e756fca54f2dc05f04b6f7b43f7f188153811decbc0b49eb215b11c2372_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5331e8ebfc48f4d2322226b8986dd178f133a52edcfc0a192e89f1785c8d568f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6cfd8c3da57c17ae1c430f2881c66eb0b1c456bbce4a9ada2491b2c873dba985_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa346af0288b5886b5f095d1fa0ceb7715d4333db919ff9d61078f369642cc29_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3403720059bdecff83f784e2fde54d2bebe09223ac6cf99ce2b4c840b9cd4a98_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3f8cb2cffaf6320f14ae09f7e44c965681b395370a156253790764ec9d2a2aca_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a02dde1d0b4f4fbbc4e6f0afd24da1595672f3f290345a4f6e98e11d89854a17_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c4e8ac4fea3c281effed3996a378c2e952a3d3704e47863b2ae6b266d2280920_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:46a0b302273acaf2582d377271b910d9d31ff98744cd8f290583a7bd5579761e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:af0442c88d2b9b93a187010065424798d89aad1d695ba438c815d04d7fcbef04_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:bc7b78f67fa189ba63da9891a1b05694d676a3ed2fa318336fa0850d63815250_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ffe4e64ee1b721aeefd8f1ceee11d225dd69319385e3e70f0bb52f4f40660a45_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:29d5a91b39dc6e72677bdfab50f56860c53e67dab139b464dd571fef9780dc6e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5e6d4e29635ea0b075e402931daf8c384d07ec8660223babfd0df9d572ea6912_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:82555977089a1586dc24154b46be6499607a9d15110e5b48d9a549ee73f3843c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f32c4a07d2b7a14c39db1e5e5752960e46bcda700b292336480c95f359adf0d7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:86b3e656caf1c93ba2bbea00514a17b9d06cb7a6fd5c6746d80ce35f45aa5907_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ba5c8896242125c24e3a7e5698770293a601e9e7f8508465d7b45920cc9ce240_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7de62e540922f1de5f492527d07a8e8f4265d24b577cf2f93415209ccad63912_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bd71e582ef755da7bfeede697b5c2ab29ab9fcea6bfeb14cc8ca168fce5c7bd1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a1e6a736546b54bb2797d85d51b8f2b213fe2f6be6b26bad5b549df9dabf2d01_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:efc7fb9608c2be8c3c65aff302f923241bf8d008bc71c2fbba0d82ffad2b4f2c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:aa63c460867d565b44b2a8e919ba9a0e7fd6717f71588cc5a7e2ad268fe13181_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fe1f1b5d6da2e5ac66c689da49a4c76916533f30ab456c9961a225a5e26cb6ed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:36fdb2cdf796941fc6638036b3a31048ba0209174c7a62424fb410ae14b1f81c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:65a0b94e9f663f3d73a9696a622ad46c73a5fc793f9dc46ee07fee8ba3bbb443_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8afe2a0c6b1b200201f21b148caaa682bce77cb3b1027f61d4c873e5babb1b30_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9f7c3543e4b1a095399d1219c50f1f5081440ae1605154324d57ba9201aa4fe9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2c0897a842cd7b16b64888568ca65c2a6e473c24b2ba9bc5067d6f1f237885d6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:432c94d7d5d46ad66348775fa0e1a6c2c142469e8a770db5528a1aa25664c389_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c86c7188163be31c7ab04017bc46ae88707437f804ddf2b5bd5a73ae34f64312_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3f836bb9effeca4dd6a230a4241282d33ed454ebabd84829c41e58db5f24f47_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4632ef8ca0af5a8115f3d9490c2ad9e2e44361f4d0671fa8a3a1006254b173ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a7d2d10f5326e2d71551289740eba86d6dd2f12526dc684b1494bdd4228fd8e5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ba876751849dd525a26e70996e7e02092c473bdf386ec4663a54ecf61c4f0d37_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e842cdc56ee7728aa71a7f95eda9777ba229aaf959594e73d998fbb30b7f76b1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:90331abb869c0c04ca7bb59681cbd957ff54eb0e0265e16368f9fd6ab6937acc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a02580814c02bec4c1c9b79c4b5a48a5a59caafa60a573f9f99a4a1ca07c6f71_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c197de59c38c060dc8aa099a027922853e4b9dc7e5589ac55c8841dbd44b1367_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ec7a4bcebcc80cbda32227224f64e67cdbc98d3fab95466b55c89755421ea4d2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:223df196f0cc747e52ffae9f3dd03fab2da3c72d5e3b189e3035d4264a08c6c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:29f3154c0b972730ae9a54bc496bcdf62e9ed348b73d98ca958a265717ccc2a9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5e12029e90adf045a4377f4be2be75c879e57aca7aceffa2aef08aa262ae0f42_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e150a242bffd4437f92000417cad89969fd547b5da514f8586802b99a668bab2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:17752e2fbddeff8e6f43bd354d91f248b4e69d88e80b29b75508fb03b82d92bc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b1703420b5a67a12f055518b6a23c1d8259dc8a064a1447196f642dd23363806_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b93a134a81af485a0f07dcd6a71c816ed517178826539d0f53b6c45dce87096d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d266a3bfe528e76a8c6ef1700a2016080d084cf6fad2e70efe5ba52ff0dbbc51_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:8c90e9864b3ff53d398f2451254dd3707868b36c6032d8d139cc3ef2cbd9084e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ae6ebf086515376ed35bb432a7f567f7bbb44b8d1b86773fd86daa387c5fb933_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0a0cbb021e13ce9d693eacc4982ece2e8ba4697f5d5571b8d0671d71824fd07_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5271f6452a89fe7907b16f486439f54f0dbcc3d075a70ef446ee4cc62211b1b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0abb949ce9461e5718c1988f57791c7537eb1b3d2184f4b4268fe087e39726d1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1267ac849f67c33155b54409011cd3f0eaa27d5f211703875cfd383d1170ef9e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5082f39df1f143f23f0e587dec5cdb3e3b033ab446a57e7e808c88e6211a1a67_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8fa27bdf891edfb80585e470f09c9d6fa369aa727a3698b936b4818a4b46448f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:017bed02593deb2e9cdfe0f268916e5d1c8cb7a4f1362c6eb3c94050896d7276_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:027baac40981f53c9ec53f5a4241a657929d6289e42a0e5deef617c182b7580e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4bd5b70373a257b1fce20135ff4a4b3e6962eee541c67a0e29ba9a2523d4d4a2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c0b3ed1332b228290882bbff6a1ad6866f5ab2a4586b261949832cdc3bee5797_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:047c270f56b685d5a4e67afe43d2f1ff47829a259be6ff93bfec4864233d4497_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:50a6482667d53de3d7aa2bff6df05ca21e4e9773996afa8b8038721e231deaae_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:653dbef43ed7f531ebf64c9314756be42738f1635a64097c53210ed0b6b0de88_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c4d2741561038e0080204335efc6eee5b6ffd8878553b240dd433fea701e6bab_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:3de609d984e39497dfe119bb8e0ac2d6d823dd894a5c866e5ec87de5b5711e60_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e3a8b252aadb5b32f42009803b56dbeae49a3ddbe9d00aa27569af4747fa403_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ccf49e256cd9c3bb428badab464a17aee485ee1516896f1ade10da11085e843c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e77ce95a84b01b09c5d1e6dbdea8970543aa3a60f9292300beb078d1288bb801_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2ab5fcf7003f4ba3de7656a284b11d6ee05bb02cd0f3532671a8c368f7b15178_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:44241e57d9067223cdd1585db9d699db113931b7a273d207516f60c498570677_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6aaa55450d567e2fa992650c456cdaf5529c5d96fc9984f7e1a4aa9ed6294bf3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f2fa21e8a0e88b25e9037a9c2db4b157ca6fef8b765b36da7dda71bf5a4c4478_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:10bfb59c904103177754f0336f7b7bab676d240480a8213ec42a778bca3f277e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7aa4fdd78ceafdc887a91224614657e86c1e12b72fde68dea4ee5c6e9b610cb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:e4a365a0516b0c8ef2d1259ec4bdb7f76aa9dc0d3c3cfd5d5b3d34341d349772_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:a06af7a856d5f2416777c1bb1d271c189576e273450b25c6dc5937cd16b8bf8a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:28b8390dae142ea16bb05f6bd95f19b6ab38dd67c341168337ca07fe4f45fe87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:be6a9bcb97824c91f393af5aac5a146d819ed9893f5a074e146afe18f3a50dc9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e6392d583f97f0932dc01be55534fbb6dd3014f84b745e8bf7583b96ad7a7761_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f30d93c0f244f5ba21807dca912d18d4facf47ceaf43da7efa41b14ee816b71b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0848bdb082bc8dae6bdaa956d2ae36fdeaaac89024822f4bcdffb51da1165fed_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9f9603a2dd344770da433fe8dd50a104d69e80ad463f9cba71b3aabefc4fee61_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ab417553778971822422c6eef94aeb437209fcf88e78188b701d4b2243ac5be7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b9bb7615df3eadf64501f35dcefa829934f330892801cbb86e9f70f5dde236ec_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6bb4c6c64852f2b7ee590a0a60db256d8dd549a4b141fe71d311bf30d0ed88ae_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:837cd26d96a814814145cd0aa0cca672769283c499eec36c457ae432b99a7466_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:956ad866d891e1340f630b9cad6ec73d1fc60d4061d4c63946ed714900388a3b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:9c91591eddbc058f05d052e3178102b28ebd25c2c9cb796fffd5047f5d413d12_amd64 | — |
Workaround
|
A flaw was found in linkify-it, a library for recognizing links with full Unicode support. The LinkifyIt.prototype.match function, the package's primary public API, has an algorithmic complexity of O(N²) for inputs containing many fuzzy links or emails. This can be exploited by a remote attacker sending a specially crafted request body, leading to a worker-process denial of service (DoS) due to excessive CPU usage when synchronously rendering untrusted Markdown with linkify enabled.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3d9fbc97d13987f28ca76b3e238b540492eddef0f302c2dd958c1b0d05e10941_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:47682d4e934d597aaa1e809011a69afe93936fc629ad3dd1ed76dc7b073f7ee2_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4e8d3460e04e85a3e01a578d492499376787c85f2840c97821f11213862239df_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d7b99cad55a1e1d380d30d0d4a61bc5f0cbf3a87223efada3e69bd9b0741d3b5_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:06ab376096238d4e04c9ab713d83d3cab5db769b5af1fd1c57ef2ceceec6ef61_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2c80889bfaff670acbf859db3624951cda96d4ee8cb1560806ca4215e8c6c04b_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:627c6b73224c3e37181a19cb598ef9a425cddc1d17d97b6c23388ec1345f6a88_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d5d338daef4ae436780be192907d28a26785021d97865d8a95db9065734061f0_ppc64le | — |
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:0c95fbbcfd5c54e6b2934a8efb4f8523d1536ec1deef78249f4daebaa9d327d6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1b84b2a1cecab16e75947d29572008547922714207272a5dad8169d1ca5beab5_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:466597e63e82ac365414c803f5ecb8f06a72374885eedc5daf9532aad16ac148_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:de9cac5c7ebcf3d43cad87758dd2eb0f4d6480f59bfb4112c224a4497aad9ba7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4ae516b98be8fbdb9b783345fe680c1d6ef57b5dc06b2ec3bbd20bfdb7c9b2c4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8f242ba3e0b9c57ecbd85f0d4c1bd67306357c92b53968a42419736c3dbe04d8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b717614ee549be99c17ceef3d755c66abc983e821e04808df347962858e0da81_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bd0f90ccaaaa74683b9bb17db0651dfbdfdf8f49adf0ecbaf8e83756d270b590_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:040115466e4f525e9f2386d6f8838c51f8e1638eb06cd64f071d4ae027a8fb9c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:1a677b9d28655390d007acaa656997b12a32e9093c1c228778ef96cc6f4ca875_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:39c68aae39089d044ce992b949d4e9961105711501daf3d4f0ba7e9981920729_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e814640d65f77818c180a706940337f8ddec8ebe4cf22c51a58a8b69e0f4099_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2831d7dc9f3cad92219addd21b93959900ee2f71e2d988fffe913a6f88dc7e1c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:50f602354dcb223759d781cb057b4081a424d6a509178b10674358cc8dba41e8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6925001d8a798896438ef1388f54bc29825c37d41f2f09a59e3f8bf60b2ec6af_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e01a83cb76fca294a011e022ed86f1da8cde36928096422a440bce8e42fbc8b6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:757ad9e0c37b861340a7b2269b068d5b0c6355322eb5f5898a856fd9c4495b16_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7f68ff8059ae68d15041b8f38ad5ee5278289e1370d276cf7e78fc7e9fc3bb10_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:816787cc8c95a4a2df1416f09af6228559333e1bb1421ede0c9e2093444260e8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f9bb9a184319c9fef278d3c6705f56cfc592c844f5c458bd20bcdc07c4230982_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:198f39ed50bbd835f4789057f9d7fd8de0962f1641a7f453dd90d68b5b2a4e7b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:633ce875ee7bb08d9bf00cf79738e3e63cd6bf4de2d40fa6860142a301c0968c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e169d65b86f23d6424af5e7cf9e1d0ced58382128092821676196c0a05f91da6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ec2586358c34d0130b00a3714b50c8b7bc33ce915aef6aa79eb214d38202f37e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:13e81e4c25d8c789ca15eb4e84f3fc531a50b4dc0d95fa3573e002e3b54cad61_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:17637f8455e0e17bb3dca34545a26e881cff3e1444af45b9f45c3e282a252bb9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d2dde1514fcf3308d1469a0af6727835121c4d6a1a1775a675a7ffabba8e3bed_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d6376055835ac40728181d6f354398a0e60ca131d2fd8f41471ed87e974ea4cb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6f86d997faaf61c874def5a78cded319a188c1babbc4dfefb91a29f7e0d7f0fb_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:73bceed99ad1b0bc99e66ab8361037e4046c5212645490161572fe6f34de98b4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:babd6b0e928bb674289f34787d3aa536bdc4c24a877a5ac9311f21f0cc9e6224_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d00a12f6c4e75a2c93bdd135eeb742f42868b0186d9d03f318c885407a17e439_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:0932891a63e5ec5a076c7848d5746e29d972f3a96058914bee8fffa4921fed38_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:472e977d39473b92992f53c0225de477318b31be8656c37bc35193789ab7a456_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:71021ecd15d688aefa6db79f817c11a751b51f6ea9f2e48781bdc49c6de98088_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:9563eb7617a4d3a9c22fefaf03a4ede698fea2621a68ad231cd9e65930043a56_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:1fbf3bf4990353e799dc271bb4a0c58b385feb2ee60207636a3f76544b4f5ae4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:7815e9dc63477803e7e8bb8a01ea83043b5503ba529f64db3c76ad1c4cf2f0b1_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ab22d93f277f9bb65fcb5fd9c448b72f82384b9be43b8ab525d2836832044eb2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dee02e09373732db94bc442ddcb2eb4d13095a04e35c674387d3df8ba23d67d5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1a046b24339587101462756592c87ae4a8f699fc2977a703e6d031e2022a2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1db6c409fede3e9ec09788fdf286fdb0634de6b6e727ec010332f7cf2e462_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:bd6be5cf4063439e92a1264ce3af0ea6528b9c27dd4b26f043a80aa8616575fc_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c955c4b9dce1b25c73453079a21d84c5a2e5d0b53cf6e351f9b1855f08db3fb9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:221943f7b65573c2942d88354261f93a01950be1d1a86fa853544cc4c283c027_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2488ca8b2a8f658f3deaf9a70b12f7aca159490b5e0861d746ca8ee5d2010041_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a3435c546844b61f456789fd315495d6bcdc2560756e9fdfc4b896cdf70d75c6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:be2e4dd58b8ed72278bb2c014317e69185e2b19dce37beea7fec3798abcb35f0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4da2632fea643a834aac3fd63bc51fc6b0d768b869ac450e6779c9f36429a9fd_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:56ab8a9553f0c0202a47d858e234f2672098514dd647502405cac1f28d14196a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:abe530f4e865add435da2afd379a3a11a4d75c257c2468a09bc78f10256e0be9_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:fe1397131aa0d447366fd627b12582ed647551ad3af13375f8c281ab73745f0a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0857a5a2cfb5c277bc2d2545fb19693f23285ccf6b75144da8fcd7225e1df1c7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:43b36fb1f7ad271530f5ee9040cac4651a684e0e08de2ed90a2939b736b565ed_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:7f86439496ba6573ee1d61b5f4d414dfbbf65a95526cdff54e45229f01785517_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8094138e4ed2267cc278a83a1586922c957142c9e5fcaec62db531c83b79566d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:309b1dd27ce0c7dc332c7141e576642db4aee6076ce50ccc2930e824f02ead2f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:35322e4580b0fec862223f76e0bd3c95ad0af31f3d4cdfd6423d3ec47d6e25c8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:699bc772c8a648f8be7d6a5c32d786d8f6484e584d918d68ef8a32cb1499663f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:779afd8e0fa21d022d7e75e7ba8da00cc7604db1adfbbea879bfb1d0f8c9c831_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:49e98d0193f7d7b4347043f0655d350a7a0c0d8c8b850d95abb57acd13dd8ac8_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63e308cebeea85127f584610f59cdc9b228f01b9acb227f2f6eba7fcdc29b1fb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:71f9b47dbd3985738259a6bc9a5bbdb240fd21284a194b47bb78538f8e870cac_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:9181583c88b3be23253c76e277f140c0a1532c1bff7d62cd0da1e14beba1aab4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:0f96581804dbadea29d9ef9a2a952753f5fdf295670ea0297622214e2a9b7d0d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ae4714025025642ff5d9e250a4715b01d933487fa8bf4eaf82629ebd6d4c8702_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:cdb096f05b664fb542bb6eac3cce52c53da2e4bb636189bb53f737d3075615da_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eb9908581f71dbe01d8553e494ef022417196408e9fdbd32f08fe1f5b9c9572c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:08725f7a384b4e72a173141cb35fb67293385ed72d973fc4d497f3c0f0dc626b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a322e3fc620e914088fb5669f1459a47140abdf027bd011d6ff4e5b3e6b909b9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b950e80fe164f86ddf624c80210308a634929ab8eb493496ef86bff1c5248fce_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bfc663a0ca81dedf849e89b91feb3fe0af97932fe8a8fc711d7ab85b6cbdcc84_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:13257447171d38e6e99c66faa476de6ff6ab934c285a0d1bf71fe94dbe583462_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:23fa493f397748092cd71c41b9d83d19fad6a5433b692bc644e30af790cf60da_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:28b1c9ee4102140998781ebef22f269316d8c2be2254c10b4d7151dffb0d37be_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:be2175c2c6c9d882e44cf10aa85f1219573952473e893f67cc7085bf0a324407_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:61417bc1ddac0bc97c786b5807c2fa33eebc75f7cb186aaf9eef2151dbaf75a8_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:73956194247e000432a8c5f7b78255062c5ca967745ba2d97e680a06f698f518_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fbfa9ada74c4875985fc4bb8366d21eb5275a52953d44bc6bc740d48edeab5b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a545c9c2fbb36296286f684e02f9a5bc337b3c3fb9c83c608c988c88455f9bf4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:34a8a8a4a62b36b5e0eb061db3d56905c8dddfeb2e7a7135642f947ce6bd01ad_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:41c2ea14036c2f8639cf0dd634e327841954eff4529743fcd10e8475546165d0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a884f443877c7a3c0b32dc60a79e1bcbe89036549da7a8aa4608ee2ac6460765_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b28e8574a1d3b374ac4a61ea4f3c16eb70d9ba7385bf830c8698f4490f8fd3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:8e245c278c66405066cb31e9d48e97ad9cdb826511bdb1104807d26f896043a2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:380e3045135a40d202f330002512a5c499d8d2079cc38e5c0bbd5a2312820dd3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5d06442daad2c126259fa5d594b53329e386f560b77a475ccb0cc37148644a5e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5dc0ca56deaa237fb0bcddac8481b45d3ac81609b36c3b7bbb6cff8456899208_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:aa669084fb336f5d89d86cb58aca73b88d6bc4b6505eac2020664e0b6abfff6c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8cb392862e1835b610757e822332074ac459c593e9bd60fb6b6f6d0aebe577fd_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:987afa1aa902bb85d7c2d96f1637bcd19bf21eb832444c98d30171bbeb746751_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ad2f0cda09211f3e0aff615306168baf808e6fefbf1f039c3ae1a1fa7050a61e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:bcac50d10432ecdb8bfe2b465ba75889248ee8595f23c5243d023ac2a336f3b9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3cf2d6f464e6a2fe5b4a8cf66690b3237aefef0c825a687a548f81336507cfb8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9bd17213796576ce4d315986dc0b271011c37cd6e9ed75edff5ba80c3302fc26_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3205092b914bc1fe858b2ede7642227e04f35d06daec4848fdbbc0406fab4a03_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a20ecaad93b15b869fb321c7503adcddfe1f0f5eb3f0f6427bd363234010853c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:57259db0550547f85684c19078b9af82b6318dca0c00ef8da27de8c8dc90e305_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:a95676fb6c1cc1b20cbb758a7c9fd34e82b3e114b81b5c17f47ef303feca3d51_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:49026487ee6722c3d438c05c1c181a36d14eca2f0d8debee48e4a02db0486145_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ee65002c4934842ad86197a89e838997bb87a93ddc9de3423eb2af282a565c41_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1bb56a1a194ba6f64edcdeae267fecec590c14c85431ba62ee8c6b5744da3a47_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bf72f3bbed57cebe1deb7690cd7fcb6d371e526630cb386d13180726736219c2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:81afdbb2d9fe212af38a11b4d00ac952a306e13f91b23b2a081c0393173c5e63_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bf8d63c933996abf39eab9406b3061bee014d766a58f4e27a56413652d319a47_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:4a5021268b1ab163318270fc9ef07afa8a29f288c95ea69700c4bf46f88e85cd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ea443d9738e4428b6912b47f9c1d8d05b75cf8b137f0f9a76f852418b33b989e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:00148cec706fce87b240d38dcc91434f3c167052d5860d42ca9057e24c3f35eb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:7996dc231961eb51daaceda9598b04e4bbe7d0e4019dccf5adec8a14d6f7e1a2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5c70298b919a36de41bf25d870bfa3da4013d36c6179db3eb6dd2e67dd20bff1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:a64777ab69af6f2b6cf4b78e5a00148e98353748946991c0a6da7eba76b442dc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d4b6a07334845b2938c6d09556cea5e0477d13d4be6247bc9e3fede2e46aa3ee_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d5e665b41152b8363b4b15973a7b86365bb2c047366aa69bef7e1c499cf4fd3d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:1a29c30f85b9bc858f0c70ca5ed79934494d92849f23baa6c7f26f67ea49c57e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:70f95a8b240afc604ee9af621fc3b63adaf80f593f3131e7ed51077ed2c77a1b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4d217b45b97c9e01ba3d54d03270be07e9659b0d4313fc85999aa49fca560108_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:634f48a37ef03dee1cc0c0626c32aaebb8f9975b4640ac540f02910bdb3b165d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:00f06d1c70494444172d5630c33e1c93c333a880520bad3a810f96dc69cced15_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:01ac79392fa7a265608b75458534bafb6e5d350f2e8536bb9de48566c685841e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:12047af5271e61b4032c04c98df9ad54363d6beb13b36f49085307705677e345_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:37e5fa3bfc88e99fc78f2ced6cb4a99f5099942e40158dfa6940784c3d2ef95c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:54d10266c83c4d5fe91b013dac51538493ae4a4322c925e561c45316c73b1e2d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f799d506fc4087aac0eb4b2c2d6c8e511b598c6b3cdb1ba5ee470b787759fd8f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:061d1b86afedd409ad4947a8ae59064f0fa92360cc82f640cf124776753ea3bc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9c7fef9c0e22e1721125d5b1312e509fada544e1d3d956338c3638aecea53dad_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d3d951b736b910437255f3455b76357bfe0111c257f5a2d8dfe0f9abacf30fe0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f7feb8627754651663208ebb363a3e42e1767e16a65914148ce0507a77bfe795_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:23b0327190559517a3526d2500534542e9a397210cc6f663ac2b313aee902e92_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2911daa552328c8b01b19f91ad43ac54da18d343834c48ef35f12adff8077785_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:43960246dc7eb7bcef847c0d706bc6b0f0a407053a2cca7dfe27fce23c6d2af4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d05434d4552d2ffdd45d2fd44b1b2e2e8976a15f0f4ae59ce7dea73ca97dbcf8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1f7e808f97ad41f4c301736bdf2e06da73f2d0e3ef4ca838f0afd65273db7c8a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5553003527f078011d0c440f86c1480ff4e62b318e98ca2a4af97b42e5e186d5_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:582a4e6fadda74e5c6c49b605b7967e9d6f25c84ab3de162c30931b1dcaee31b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6d54aaf9249113e5be1b6a87bf439ae778918533077a41ee9442396cda4d2642_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0b4378067622a7584c3be2e5e5d8748a564ae7672cc882bec0c1d6f4f4c28686_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2ba6c6b021db9b58614b1ceb9b736978b0e3396b04dda4518406b041448dd5cc_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7f7e406ef7b654a66bbcbbfa5326ceb1ddca4a0236cb60761a0ea48b919e8571_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fc403f7babe4eb16c770c80def94f34696b3a8ac55360b17c88edb11b9ae5a8e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:473d595a495e4656de14b1b22456ef1ce2218fe39d02bf738990c0be4cdf5440_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6b3fc95809e8ab1be94de33cb375207b4302f93dbfd51f2a67228025c1e304fe_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7d0a9db460cb1d4c918f87a02979048f170f5e692e83cd517bb9b3271aa06dd2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7f1e2dcfd02a6a5fc56c6665979a8981f11144a5bcc6419feae3964b190583c1_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:775213a7b6d92d23694dbd1538727c84ad58c6b8a8b46587ff7bdeb7312acc05_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a649eef7fa6148524b1f3aaf18ed6543f65ef91ad21358cb0af865401061622d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c593dda5f85469eb4ded8cb6c4738069d48a144823a070b83b58ba7772ba0e90_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ffdcf3c2b138b62cfc84d9916799812ad73fcba9c3416d7442f3686417c85932_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2e1e514d9f3cdf5f04ca924fa98d036988ab47259be5df67497931321634f730_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:32e93e986bbf92dd3a3e09f9c76bed29334b5cf794e18b843f81522ccf43697b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7bfa1c21aeb7971fa978d49455f4b5dcccd4ccc3de147ef47c32e9b74bcaf2d3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:dbb5abf21bed592282f09e30ba1387b084eb028bd931df5609c07fb8c09a0d75_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0606de7cca514d2b4ad9593d7f37950512741cd8f1597b1f83951aa7c8839268_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:116474d2dd37c159032b15ff856dffecad2ef0ab76298bc43f840bd0245ec78b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2e887b0da3269f28933bc5af839ea2df95b7aeca3993cb31b0a1c92e7043cce4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6029166a01da021523fc720ad70fc59f449684e577f9f5a36e0e759a39d0a28e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:849b8be9f7fc785a70451c1c0704501e2b449650acd23d450d145da1a760c166_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9c5d6a2d314e840600ca6bd1354c7dc6040fbdc216166418485d6edfedb27ce0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ba10e440e514662920d68ac025d5f3841786a393703fc2dc0ee21ff1d2490015_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bac1799b133fd829b35ac619a25a272301816494e83be5a251f78a50e7fb2f88_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0469874ac135c41bb590ddbac02428775083221257b6904fa376335610c4acb1_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5823c8fa1f1409d6863dacda718e35b7afd2915befa21343dfcc68b6fef7a9ce_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b38d3723f2547dc5676460e3738420e243c6fdf7be77e54d18657efb9668c438_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e5a5e4c1a01ff3f5d694ca26dd248533fd463c85374c25ce1a9f4b7a60deafc1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:19f94467c811e10882e30eeef39b1266b83ee417974aaf62f75738d51811cbc4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:47487ff8d0cd813ab3354061caf319dec553b1cba9d5c1045de710b8a6d0c51d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b3a0104cb85f1a6965eee44fef58983637839a1f97ddccd737704ab41cda3a25_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e8c72b610288bdc44492ea0a5c2fd66cfb1673fc06f6bc66831fa84c96f86543_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1a9333d29d3561fe95488f3d80136d6b24b4a2e04472d37d34737fd1032a8856_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:705d146d458883660aa0b673a651d05d1d1ad73bafad91e84755118b82092ae7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b9265d767c8a6786f12dd4788377f1a316864863a32de4a4ec07ffc8b874aa00_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e3a7bfabcb96924059fb7906be97a0ebb1df35c6cad39a7968a6461df0cecb31_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5c015e1a10e5f14e82e30ba41b1ae6a82cf5cb0bc631f5137d7637c44a3f5b8e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:623bc4c74b05b46babba7da628809bac05b48d8c4055648e88f0db57c1bb0e07_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9502a32446a8828e8a1887edcf49034e874ea0e32ab5fdb738ab89e77cb5a472_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ec7b6b83c8e934b66505e8051e183fbaac54e78abae5ae99077d4e5e163b4529_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1f15641123321a662f676a46a24f6c8066bba6e3730a3c0d0eca3ff8e548de23_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:85070876ada5cb86e8c585f3ac3114d548b189074723a13ec5d6fc6be25c9964_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a34e14a715bad1d324f9211d95c56ed387ae51b24b21ccf931c12f3f7b3dcbaf_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e12ce561e4cad13a5d08e8164060bb74a309f66047279a26dd727d34ed3dc16a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:67789c239f82fe3649ab8c0e13f920a788a3612d15a78fe5986a852bb2d11a0d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:80d704ed310acc3015748815351da4b54fef2d8b74d7d4b03aabcf9fd7e60b38_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bfbcd3f502bf336124261fbe51f19e7a4cb9e9132e07da62354699b30cf6ed24_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c1e371a0057014662b91736570bf25fb1211ead7402154a1149dfee9e55b994e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:175fd0386d9a4e064fa760f23ecfb45ac6ae3500e5a50acac0660d06e5b7ecb9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3e9811dcf3c528ae6f5ff86659dee1a590c2b53f7af1a03204d06fc3dc628fcd_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:68af6c6e7f51523ac223f4e25955cf3777f4ae5b601dcca7c6ec7e2dc0de0782_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:8f1b3ddbde3e33dbe01816bce0cce7d7bd196cc04affbe606fecfbd8ad7b8b17_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49699de68bf38c34edb696ebe4f9dc608756382a977f497f6713dbc7b6e1209e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49c32ab1927e0969508b906c14aafcbc64e6eff7680b9a10812eca4f17787921_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:86135a8f7d4aed36e7b2a571b431b29eeaac2bda02762eafda3e22a62a7a2d6d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f2dac4ffbee9d028b26e683b63a9f033ef8609907f6c498d42c447a306e75328_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2884bba195d4d635378b0d15efa54991a23f51bcf4efb1095b478f5cd9c34f46_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:d84853556ede64db5615eb4d826879c744f7ccbd92c51ecf392a686af854ec11_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e05dd48fc4c26b5dd822ee58a2af27bccfd0ed28cc959a6fc05073cec6f7c9b8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e202635a4a52be92b47960bd8ced28634111416b220cca5fa7f86373ecd1210a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ae36d953c8c7f73dd78d620f94a0335ff5fb84b16ce9d2dbadbdf3dc5d66f6d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:308c924c44c35b39c66b429a15a0343a47f7dfad62dceb76ea7acfc85e6bd973_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e132f6b0a6b4e2dc63561c1ebaa0bd9fc669a835b0c22b0d56599e3da870231_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5216d36dc483b1368a03e00dd9dadc7c75de2bc36ed98cd7ea2b089cbe23965e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4bc11f6ad7c3e9c99e708f7ef5a01b4faedc8eb5d2de5b0cbed502395958555f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4c04a50ca49fdc521da592b9c326e233763918fbfd6bc97e001e0e680ce24cf9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8ba4aabc0e1e36c3ffe66b55c67ab8c305f64aa6011f80060c5d95ce91180c5f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d259704d34b605abd3568bd4c988bf9e831d80554ec2d7a57e7c39a70daf0140_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:14c55985b9277766e54156139f0949d1e3e5f756ade34512a3d5ea3dfed2c544_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3231ec9c296798f11aec6a285b0a8f7c5cf220534d0525afa59c17ab2464abb0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d8767e4d0b2c8222748319f05483bcefe50388abc182a01f3ca9dae3c80dce44_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ebed5c3d8e112fc5086208b4b4c0aba054a0058f3fd08b71b129dc124fa00f99_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:26dccabde8cc0d1ad45160677fe240b3fc098acae82f6d095fad08b78330453b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a168025d531f20656997ae845a4930919d6805b7f9374c40f7835a93aaa46b27_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e696a8bc54ef8a13800b2168a395d2cbb08678403beee2dc52c56d04cb235759_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ebc22890c7759ec9992b64dcb0e388881caeeae333a9a84a50dfeffe27e38b49_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:09319f1dcbe090d9677a43249810dfe5b3eb165aa3f8b473417e0913649b1556_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:46a37e99da18852f5512235589ee86dde0db6c09d76a49275a8004422b9ec303_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:535d1b713587008fe67eec103cceb54471f5263516f5420589cffe1dea02be93_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bc614ab102efc7dfaa47fef84c4783da26548491e4c43257bb606a06e8d155f0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:08cac9e30829765f182624de9e45e59b40884b8c39cde60528dd27afa57afe72_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:13724dc9eb7247844e450b59b8cf3af5e5f486e9558942836ab60f74b9943291_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3e1a80763f76f622b5ffcdb35bf2dc20ce1e9c06c4f5f6bf0ae06b04134733b6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d077c79741fd0c481fa6e1aa2c479b8c5b380b1d1f163259777c8c50be257709_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5e82ef0b9ab6d4e3b7431a7611bc563f356385dd8927855e6090008685f1549a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:62ba53e306331c1b20cad27ec31cf59687218f4bd5908ed7e9034559ded04b54_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7664e74786778a96606757f1de215a4a9702d0c9f7cecba7bf8028884a7609ee_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7a967f88faccfc101b9388f8434d406acdfc85d7d682f9ec742d59eb31074fc6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0e05cd1eaa2b9c558d22892495f090b6b51a316dc56d85ae825b6fc44611b6db_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:445fdec85c2510c8a45b2a830ead87136bbb80bb9244987b4d6ffa5858931926_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ccae4f8f443ba6806ea33105d7dc06002d58914626cb9ae57476b29193761b53_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fc0becd36b6fad4911a5b8c9a4693320918f7f7e6336c2b11a76adcb6d1eec36_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:652f8fc874b95a56393f14c2b56a63faa64c04f6646c1786d07eaa272a9acb9e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:94b9c011744629b1ff6f230e25f876f218ed59d55a941377797f77cdb7c03e1d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a178a796ca9d32ac59faa5eb9a6aea30f1aec65d88f89080f57ed519a7983f05_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dc8a79297c73782f5005075332bcac58b051a07d2b35626323f9b69ee5f4d64e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:03d66c724cb647d4a613bb48c9df6e9ffaabb68c8af5a4ccae45365e32456470_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4b9510fdfb45d2561927843dbd7ed869e2f67d9636e59dfd0c3ee640d9fc601c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b3570e078bed53aa3e435443bffbd12a7b259f8dee9d18c0d79b55514a547b53_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fc8e892ccbd8d3c1e737fbaf8f02b5fa6bbbe242780c9cd00fbc5e6889d7baee_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:266bd8400632ac70fc6584e4bb2850ebcee7027ff7899acbeca612c6556302a4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2c8f351447fffc2133f339c6ab3a0bcd9bdfafad4a4cb5b7dd2abc32c6056a92_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b8d2783a76f514f9a4e8096434ac205e1d82d09da2d67fb930a1b5e4d8089e8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:74fa72db679ef47f9a3e3459a90dfaeafcb6db73dfe15b8933767e2f9d19c448_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2b5964f6cb078aba05ada42f0c8280dfa39f9f80526932cc5d41410922e4e8ae_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:480b27e9866ca8dfba83e1accd427d4f6813f4fb7f612854e32bdffc10d7d5b8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:91c7fa7b70f2cc82b26ac16f91ea084e15a4f5dc64f254ed878c25dd1170c0a8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:edc297cdb2f670aebc1d3561d801840ad029e8777ce45724066e6891aabd60fa_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:443e0dd81ae60896d31f07ab49611c5e0629746824df094ce28cdd3cb0ae1d58_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9b16561ca87196e3dd9330184f7abf25e97272e3c47d2e8d594e3095e74f815b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9ff62f63d487e25a750bad29314955effd17152bfc534ff698963760a2615b0a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ab506c549b676ad9d8dd179e2ba871a12f2096ca2601ea2a1f2605ccb849dc6c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:08758e6b81d6679b095a8e7fa323870eab35fefc05e525c6ef810b6cc0b3c0fd_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:af87d24f6540e5c98def879ec4ea8adeb5b138e41abc126b2c3030c5847fd0b1_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c5e9e59a08d8940e99da6bc568269eaf71ea8db62dbff86a7f6fb5dae861e323_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f5122187c85ef27f5423ada009d800afa4800e32ad1ea3299586fe64cae8e38d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3c5078d135089e1548b4dec49b7e78658279e42a72792a988447662534b6516e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:56158ce0af0c0eb9709b2d1a172201bc795ed6e5075517b6919ed1302399d6f3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6720c8097a398327f18a5c84c28f6b58aeee017199c2649649a1f159b8365838_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:89295652b447f42c6a0d6e1299f63b04016f10ec8faf6372357294a14472e426_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2baa85e44cc4ac6cb825103508c5bd74e348609eaf53ed42c6d0e045dfa62772_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:61283f1fff1f8ec53563012a5b1fb5a48831f0a220d3676b512f5a60b331e849_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ba258012c0832c57b29785be805be44f0b5f8eccaf76d82d7493946806eafe5f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cf3bee6414a87e7f907d30047ded274c488239af5b1f43ed717ac2cede29df86_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:40854e0833b6cdfedcf275cf716e58f3cbc5c44be313fb83ca3e909bd80d0b08_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4d6a10dcda92c599f52977c71208222d166168b29da4eb4727c466e7eb53cdd1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7be4c5ff86b0e939ee9f22156812fb98d2f96c1eb4567ca8a6a01ea3aa735dcb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:83bdc9fa5d3893a973794dd7162bf9564ecf68ce44814349a621cbc284b9e61c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:993ba8c1dd84e486fc4084a7786934c356a9b12ae86155134fd1a1dc1e5e3f2f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a64dfd96d3aacabc8f219d19e6d7eb0c1ac5b68b49eb93fcc973d76e67ef1d34_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:ce306e2cdafabbaa29467e0cdbf316673d17180efb604e683a7fd1ed7181c6f9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e6748814d950e6f5e370dec9cb7d557fbb0d29ad3620b567840770be826a601e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:04d418560f90c35b42be67886632615d62dc89cd37fcccb6e247212b535fbb7f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:40eaefc42c0f0b5adeb47bcd463c2e2a45e7f3af1c0fa4cb3fde9c5479660c4f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:545bc2a7b32276bec515f338aea3a2976c01cc787a559986646aa6fa26ad5f35_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5a2653ccd5dc3f59a228ee8b936460575e1a392d12287661b1dc83a9f8210033_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:12e5e4ea4d19c4dcccb35dba161fdba8a703ba6331b11054e4664818737746a4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:180e817b55ebfd081fd0305f63b3e0539fe8d13d1ceb8428ea21e213779fd056_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:92e8693b9f6955f9862c8b576f5e32bffc3bc34232511fae0cbe57d705bfc53b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e5b5d4750a3ffe24b1196255d4cfe15b21efd587a41736307ca8e4e61a4936fa_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2ca8a85fb07b431d97ca6a3e3c18f1cfaa20883c7076d6b5b4e6942b632f9aaa_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:559af5a310f0923dcb4ef9389c51c98604cf44642a13e8ccb46225b4ca268580_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ae056c9c8e0cdc6519ac1a9542781cd54ac2ac8881f513e965b57ce7d1e5ef2b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:deb92b50d5948bae13db37a7046d9b212dbfd3ddb1063ff8a5e5467f0cab203c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0c4f3cf84115f8c9b9bed6b2dd5d52316eb3a9e670fe6b9e28c2dbc350392e87_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1142ce3f8a3c1c2a1c7dba79ac2c3b276a45fc6271ad9df9e6a5d8684c36da2a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d9f2c021c17f1416e01ba31a8823b7a87724fd96d7ec99d494981842b5d452b6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f3aabf75e838b4a941f64a7a322768729059346d7578ecf5fe7ce27a71876fca_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6389373ccb2fbe1b6385ea21dac1c0ca918bf9d3889ad7a738de6be5d7ec4272_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6449fee9a31acc582bb85e0031312e3ff07d1f1843a1c6c410eb79cbbec1ceb4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:751f007afae9f16527e9039aa95c2ee6efd2ee20afe3c083ba7298493d2406f3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:afc11a340e28d4100c31646b705e8db302f6b0a96ad3620e07391f02a70438f1_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0673d2034e7e5fb412a171939379da14e9269dad7bb53e83be7ecf8233b0b5a1_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:18f0345811215feda18d2b63f679ee870e76b33e9f61042d93edcf36fe97df95_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a2d247eb696c80e02bc8c1873e8ee0fb71a1e5ad6cf5cd84bdf504f4fe17cb10_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c342b14ff399c961ce05c1af127244b950b8e9d641ce8752f9d0f880ad7a672b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4849bfa8a48c7e7d264fc6ea9097fa9d33da25f75776619976e3204b42026cc8_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d7c3f5ce57c0aa25e13ba9484facd75c5a1dc3caaf9be4d0f273243e7ace327_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:78aef6c20ab3bf78eeb8b8a857ca2a24067d45cea0a070c44d3fcedc00d4efbe_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7f33515dbca04230d98550ab638efa87389629fc7d913c8ec42e4b5bf8a772f2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0251068577a1724dc777683dd189468ed77413b396614a117dac6b4320b8f01d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8812fd85c74fd67a95afe09c2ce5e7d592eec1e25fdc6fa331a8bd41bdde0cc6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:89e0a7e0fe060abb45a6f8e6ed1906053c09f95c252ca7813175903db61fbc99_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c3674a8f28935f3140fad744b5a178a8346a9a7f79f6c281561d2877b38c4ca9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:13bc0d4f7d4508fafca5a3bc61b6449a056e277da131e753c06cbc1bb7781b27_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:993a2a0b3f84e071560f6fc1a3ac243fa745ae9a7ab15febbe1385437dbd3ad8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:80fc518199cd3a1ad421b142661f0a85679b12b69d0afe580fe60eb6a13ddad4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f069665c66c19d9775b70a31aa7a1069bc653691f6abf106a88b2ceb8c0e1ec6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:13ef0c0585b01c56b865e029d029a553b458fd2d3d0204eb6dfba1bcaa11ac3c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:599d33b55e88212202b15f4344f7a18dee4f4504b3739d6ec99414d05bcde2b7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a751f1f0540505bea087d3ea9e6ba798e89d5deb772cf8e401caeb3816a563_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4c26bc366b267d444f448a4d7bd5a0d26f84bea653c14b261a829669d888cf88_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8b67087a584a2d952a6e80572686412cc8ea01f03ec8d70b56cb8a24a0c5a3c0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ac1123e890f0aee159c9105e26e1f1ed3ba5eb3ea66b422b281c3e9465401c5c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0dac7821ce2a3a5a180f53f381d9e61484cd8c5efab3c9a7dcc70b5783421b64_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6b30b39205367ec985c4a9d948e71d378b9483689c3ea179cd0f2476b9bfaa1c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:de903677bccf645889ff7968ebbc052b14273329c0765f7faa53b0ca815d6899_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f8392be7a6f5223930d53ed6d127faf727489b8f5ebbbda6b6b437c529e3c812_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:02ac68c83db9dc50cf6280a418eed9261dd2182bbf51d16fd143519e49960b17_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3746261c5d4744b13d4704c822fd62ce1f486010176fdb3bf95512c72eece73f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:85e34da00bd6d290c04d8eac32f39db59b5f50fceee9b248b2cbe27bcf0e7e5a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c343b119edf863e179df865ccde0b665b87087d78b20919aa5726d8fd240b344_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2026fc52aab5a6d7766511080699112f32ae4576108ff95b0eefc5d807a14f25_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:21b5298172f4de1e0074c4abf5e4abf27e8adc02bbf7ee49bd3388f7127d4901_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:42f8af9bf66ea72846b7f7e57652725c31b01fc4a8d39ff7e7882075438c521f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9c5711087546b1ba7cefab267b8aa30b54ecde5926f009518cf0db974ff84c3d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:373c4b7507a978e3dd62e9ea629d1e397b1f1db682e11ada1bfe5a0b45afc782_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3be306649df2fa3cc9f30e60ed5d947fb0678b0231b617eafd3b1593d10feec5_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5b01a896101a5189740f84cb1a83edefdb0dc00288dde725ddd0e95480f8e1c1_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:961dd87e559779e6338a4d3d35c96c0ce6ff7cb9634ce32d4bf848032f4a2fb7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8799db20cca7be653bae6b8ac5adc1d628094eababe740beb5dbc27e05346872_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a36c2b308515a293cbcf265af68ecebf498739e74ef11016d5c0edd3cf47c4e7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b86631d6601578548af20a28d132a0503fe118f53d7596a5632ed24ec5a9931f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e867bd8b76b5bc1438a7be88a30fa7707edbb1909920a1d4d1d0da0ddbebdb40_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:313074950c6dec37d29a9722b58ddc951aaf67c27b47568039f29f02f2523128_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:43618db20e6f592602096897bc89eaf3c58490a362e91e3299e20bb2a02827d9_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:705f4db2e969d23205de87db1bd7dc8eb1ade64a76940fad950fd1a214dde6e5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d2d5ee5893ae16784051d9526c1feeee3c641fc3e6f337ba807744551c00ffa5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6ae5cfd48e788096162bc4517f0466bf526f16c84bb61072886a64842856c5b1_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8004e7284c63cc32a05f6de732791416d57d62db041ede2829d4797139094292_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8137c3932f344ce587769bff04355ad405b6ff27009bf23a221ba52f3da56e1d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ef15235cf21f0fbfea74089f75471b483a98c920b65676bb6199c155fb61e929_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:149cca2af3f89c7d1e105de81bbd098c66be5687f18a584b644f21d0be20f414_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:33fc93d5cd30760383da666e8effb6ed32f4c8f2668da36677e98c1801ef4f5c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f9c1ee7f72c926c45cd76c12046b867d9efd7c3c381f34afeeb9b6e97751175b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fcfbae71f81307789bec93987c4523700c191a66663ce53e4009c5e0a8627826_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:04fe8c19bee4b629ee7f18a13dc0b7f49d6a4b6e19d204de90b6b2240b0f875e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5c9662139f98817aafe153a43f700399781d079390d5ad23d3b70fd6ac5d370f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d1147830f896fd229aadd2b766fbb4c8102b35a8edd4d8bbeef4928d89cdbbfa_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:dfd0cdc29bca0a2239ef203fe7b58efd97ed4e72daed6609e22b20babda395fb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5a9889308bcd1c3981072c83d44206d0c3feff059e0a2029d49adcb974674c95_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7a715c7e2a8f54ccee42abf122b0028ed19705f401248d8c38f785d960f1b116_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a67de487534d03cdfc180af9d235edb21c5cb71e1224bb5041fcf2b9a428732f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:b3780d23a2c384ecef73c806cb20d7f97bcd11c12b6392c781c0deb7ceb55df8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:48b5d06ac4b35c2a7bca3ba2abc39e3af1eaf4ecb19c720d9b6e46b066318414_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a6d7d7df9078e9d1cb0f12f9ceac12c96bf2cea03a9085b23c3e4af6a456b51d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b757d11e5dc51a5822d9e30e97ac142cf004fffce87ba2e58b8d62926127664a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e61ed19beaf8352dcfd4b9478335a364263cb9839f27140a634a217d87d331e5_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93baf08acbc6875eb2b665a9ef3601ca34b76767cd70a172dac7237f21b6958c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a5f2c2debb51b8aa926ede417cf9fa0e4ebaac4f5bf9e770db55a25902a4a3b6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:dc97d5c1aa80515080b2b4d16fb08ee4733a9347eebc8427f10b7e70582464ab_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cc1559af0d7be472ae46be4552fb41e81ad804d73d1444b92cae4485118c6773_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cfd5513afd8b2b5e22d5e384a7f769f9c04709d853feb2f91ef667d804cf9a7e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:febf2fb95748ed0c440e6acb72c40d609ae7587b2665cfd7145c878a2a0b5783_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1728f980f3ebba7e48bc0e8cad114db1e0c06f692638764e30ab990f45c637af_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:41508513986b369c2f89c64af84b3980b16bd2432130fb122d8c1346f0602894_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:650f08f62aeea4bc954e69ed88a9f2f14d3c8f733c155d113c0c58b7154fec4b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:016fc7e804acce7a8b8df0a02bec320c32f9ce6224ae67598a63992219a77516_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:081f9cfabc57aaf4d19df8b496613d8aff54ceb265634c904ec7765c810b4553_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6da3ef092cde7fbaeee01c5d6bb0ca5d52af3ed8de458ecd3001bb96262c1ab4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:035d07364444ea963d64515420fa4005adf82c44b575555a074149f67db50567_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4e09fb0bd709d53a0abc6326905cc43ee36e6e4ec5e20108efd1ffe585b1f2de_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:53a5f81aefcdd57ba33c57c02941803a072ef3f1b8467baa3c53c7e073a9ea96_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:cb3d2ccb57987217c75079a9c10f230f6a7de9ba3b0fbd87d8d3d5c71f8c94b0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3472a8147e06452751999ae2d041063907f275ecf429dcdcfdce88c8a19a17da_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:61155741778188324e0616274f067ec36723d0fb81d84e9715f72ffecfbc92ca_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:adfe8cb84a5f0a241fe69ec532b7092a10cc274cc3aac2b86f33ac8e725ab2d8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e704c70226ec4986c16166ba1ca54b908d1b6d9ddd47640bd5ab6d292f977508_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1d63a1d7ba183c49c69a6ffe5a4584de5282029b0b2c2f3484b4f4431e2ce954_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:441db8762a583090cf4325377b0ee75838452a601732bccf4dbc57f26f6a1a90_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c5c52612378ce1f2577314e5723642237c9a361506c448ca80d2a0b56666a1f3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3b9843a117d6a6ae28222951e1a556d3888ceab2ff75a082a06343c8030a5ed_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:236fa2dfd935db687e786cf827d88210c2f586d2d1a93e610861995908bf2587_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:647704923828c83c6ed3810e3c4d7456fcbe378516dabfac30f203a3bd3634b2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7638d755fde7fe6d3c004a6f0f7c761a9fdb75a3541f19a792c3cf8e8bf473d3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d2eaa5b8ad9464732265b84128b5280d725feabb2d4b4cef0178a317add66c39_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b659f5c6da6f73bcf8b2850f0172358816bd68fca721b65a9a70569a94bc90d7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cc867d49602a6ada5de7a783136b6463c4d9adee9877ae1966c016a08ee8e87a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:6fa614240bbc1932f65f8cc9215d2baccc05dd1cd5586fd308c44d8a94447a45_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e85e957fc16a36b5964613a99fec1e7299db9bc63edd86ef965d879a081b64bc_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:14b02010250fe10ca57b2dfe1046641aeac31f92e5691c067b3990383967f0a6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b6b13d29b1cb9c9bcf97f2daa289669bbd9ea501430e51652bca3d50f787f23f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a8ab293c4f3c6bc251bc91466b7586e5499b6e198cff46e50f6a65d97df60f7b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c5d781c35cda14ab70d4a5bde3bf72df0a3956f5cb159645e5337095bb71c5ca_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fadba956181755cedd19d3d5b5ee3da0222daa1dc609b629c900a0052a4cbd8b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:2719589f19df23634ec3f6b578f3fd2e827440675b72a69b89c9d78b1310f98d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e1fe563643282c027ea829274a1945458cdc5d079bf2a2b7b0a9982a5cc3720e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:28d64f60c216f77e3e006012a403671463b9dd90095e19ff2dd027def6abb511_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6d681aac67e08e2ecca32415dddeb47df6191a99f7a8d7bc3bf1697c6a26c1af_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0d31a90914ea716508caf180e30fb682cdd8066da7a0a31752be9d86ec9c777c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3ef5a3798abfd3d9ec1b6ebabf3ceb32fa4057072b2670793ca119f556c0897f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e2c62e4b87e0536d15ed8b4f2905930a750f770d5c6d0168de6291d92c51f9a9_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ef5f4d7e3c872acbc4ee48bc91b5835dfef66a698287a95836344c1587ccca69_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f5f049eb01192eaca548f3585845ed6a530934d2eaeb422fc78b657cabb1f57_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:740b0d9392c76e433ebb7762e57f156a0e2ea1db37ddaed2c5b8044ca092a357_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:da9ebcef147e8d9e84848454fe2b8e259bb549bf0de88ee960fb48f6c8051060_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e8f942ece24d15ce0c4a31f731f2060b6e3874a2f486b2dd255c773fb1a55f46_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1b4fa4d6ee3081f39e54b4f910100d210da682dbb0f308f08107ac44e7338d3b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:571a51e1eca0f31f273be8cff7ff115bdf192e14f5d510705ab7ed423fd5d9e4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6dc96b2e8156e7e42f758cc28302a2e94e8b3888970d03a780b1732375e728fe_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b91654b9aaa85e13d262d21b949b1a96b386f202524c2e8d52ecb66c279eca8d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a677804e422590551f82a17e61f64bc03d5a8a42a695e7ae8d9de5dc086924d9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:fb7f225a9221506e6295f7efdcf44adc33e5b971c470b5835b0ca3c42ee1942c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:107c9dcda9632516721c41af941362ccc316d25661bfb13a7c4dcfc2ea4e1c3e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e75d33740c576321707835258793fe2fd257682099348a2a067806e764e1560d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3ed82adddc3da003bdb272e2a5df0317abe41512179cba925f65fb5d8f7c2eb3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c16e4af4e9a79ac2f1fa632b20e98befa9aa2953ef241af186edd226e39150e3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7b6c16881c71569dbada90e320379c2159ead0b0ed2fa2113e065b361bdf2413_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9533dc6817f01e377ea2ff7e3aa4447d20ab5d016d9145b97e0cb9e758c9a8ff_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1285e63d6cefc0454a400b20a6e404537a8d57e5fb9b5d7ff1a75b61555622fb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2ea17afe64ff273c9208892a59773c1dca248367c849e805dc78cda228aba29f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5f33ae81c766b0b7d9c8411dc4f6a0adf760221ed0493a99f1bea5dddb5de41b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9de0bd8cb41c5324718c8d8f275c612c0bfd13b322225455a1142dc76bff0a01_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:2fee175122b1e3f74cd8976af1515c869d096da0bc4f5e9024b31a64cf88896a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9ca16ca048f3de4a5d9e6b6a38b55bf0b4a994bf7f7ccbda8c50c02bfd59c871_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c42a4deb157c31f6fb871bceb8c4401f44ffb490404591ae36110511f933f72e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f6d5c31b12c8a1a1e8316f258ccd254bf6bb8e49ae8a175eefcdf0bfc5c6047c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:204e84b23aa1edaf66f10a49432115ecb4c3e8fa34472a909e1c9a7a0c3f3947_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:37f226136e439a1b37fab44e06ff30eb22b1ba8f12eca9e85f59936c3d58acd1_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3e385fec20235fd68320dd564c68770d91c5c08a864e3de41f3800937d730334_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:878a0a7473a69442dffd7c19132d74b29ecf765e3499d29f8da7b1de2ff6f439_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2b51546e56d1893aaa1b68c4e6ebb5479614d0402e840c8c850702ffb198036b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3aac893d87e5c39ae1672eb5ad48a0b9d02b49888fab57f8662e6dbb3897b660_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c5bddc80f0ba0e391b336de8ead2442d0dff227fdb8aef1874bc3db3101f7048_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:dca0c7b1c7ec76232b3d5ddd15c8716e04a8384f0a816217dec544d667ad2e69_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2551dc2ab6fddb6edfefc185f7b6d73ea366ddaae4e2f79d554f0afb79aa54bf_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3cc6eb31325b1f9c9a2163c570ae1c3d4da7e7dcb0d761a0fa775b66fda9dcf5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:569965f29f668f02a342c0c7b4804bdc92354610e9368ba42a3ea5cc3172f532_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c4b2b0855c4ba25e150de01e54f0a84bb4c6c220b348945742bc0c18cc6d7dbb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:01b6587f8b9ee398d34ed3330bf0bdbf2dd01c2fe475ed4d44c547401d1dbd5a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0fb7ce17c762a70aa16ca9f7f35e41d85997bb2bb22b81986321d29634ce9b3e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:60c4fd0dcbc1ed92bee7dedce7879893a23c9e4a6181e5e6d6a8f04880f377eb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8925d5826cca515b7f7c05558406b3688a14963ddefa80f5b44500fe12dfb1dc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:3d914112ad75b59b03d5653cea40a25d92af415ef52dd10aa7394465e6bab92b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:f8d52c53ca49b3f9847d2e568779801321307e329f802aa9456cd0dab7625232_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d29e5c26f37fc8212f2ff15cdac470982494be155f85e3c310b0c958b943f7f6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:fc7a6712a6fe86a47b5a745e06a0c6d164779eb198f284fd0996847b025e53c2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:32bf2e7aad1dd9ff5100500c294e343af0dae3d392eed27a1c0305198734261f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:54b4afd46c87b2cc839aa7d8b8ae232aaffe0f39846a6edf9d0d3228adbd7a29_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba41cc4ad0ea8dc731838e00dae166209a3e06d104e5cf11491639f82290eca6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a9395f57a9adc721c6e43e578957e21c8b9f18defbecdf91dc49d11044aeeeef_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ba077da5ec7f147b51f0ee4432082aed3b7a3a541729913bc2ed821688723e99_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb48a38cb5d06b67ecfb4777c44d44f3e32a996397450e30f40e7ec3e340a56a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:deb40607f193ff4e36c684ce74167e67a7e96187f1a44a1f0f20f36572005843_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7dc856fddd561c1d29112b0b8d4dc39dc7503974a9ff563612e6998bdba4b71e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a3e01913986169c592bb770fc49e3875d46031b5788f983ddcd52938f9ef7a49_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c3481c6f76c644c017392c092dcbbb25a288acd14a9f01e20afd0d2d35e16d32_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cc440be9f6b3c5e22186b6d53a428a8220201ddaa79be39e19cc31a8fbd7b221_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:12d7ec468f9634a53d053f3af7957c5162d92595fc3385b26b08acb22b7935c1_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:49f08b645fc28af342483d9efaf2f607c9c2a6b491b477cdcf2985c44aa3e894_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d32cde1eedbd0c110bc10836025cee78421ec16d2924d30f5e6265591a9ec716_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:df885dc6da20faf1903dbdac693889d9882722e8b67bebe35f624c11e4616262_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:16c8b8c6aee6f6a06367ca5bfe2be8fb85a05c3f18a819683f49d1a8c73941ba_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:376659c608333e76b0b48fcdc69ff17643284fd22fdef6c6998f07be54c1cf91_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7359a62beac2d501d629e6768f1767861fdedc0d05f53a4424a2abdb3dbb6a8c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c71d05c245bf1a4955f46c785d7264985e1f904de2a19972f7ce6209a3be0e4a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8e59a286a05743844dd1333770197161698788e0db4faf8e00cac6b2fb9a638e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9029d8ef1e4455dbc1910078afea1141f92a5c4d2c298ce1d9e4319209b55246_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:da4ff38c7a1fd5adddbc0b0d3defbbd580197680b22648e2ab803c90c4a8c9f2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f6c44d76a715e0ca38fa5e2becad93a2bf3a41fd8f181846e7aba81b0c579691_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:167937ed04f625a9cd2d0b8ed6048a5cb7b6d435bc2d41775d7db4dcdb5fae95_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:176feea3131aada18df5da44af30a127f4dff392ce8ef57f7e0844969ec95923_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:17afd4ebbc2a5233681d4cc1774fcd70dc932bc10006235b11de8dcce826c2ba_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d3a98e507691edec50373d79ce9df48a71cb6a19a75c9276d0c5905d4f204b39_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1b6c3977b4835b0cd5399523dd437c230b992b77a0e7352b095d008be96fcdab_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:54d79643f3a191710d1362d665b5c838130f3e51aecf1e27a2cdf66e98a3cb8a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b8692d27a4799d20ce1a8374ba99f55732bb7db56cdf8f5b038424a086db614_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d196f02212da5e80ac5a73931316d38e9def9aeecdadeaf07aec685e661f9f98_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:11c2a1966b0632e85caebc4555e3e2f726277175b27a63a5e854557499e0c28e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7e649963b5c1e2a7e8813569368eaf0ded5e544799d561622d469b03b9d93937_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a23fa7969c6a881648ba03ed1a13692c5db21b79f0608d841291ea9118548ed7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:af57ee131bc09ce55ecb3ae13ed7dc3ce9607a7438f0ac5a6e64bbfa000546db_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:3a7644c1ac089cabd142fc1743b47302eae8528b13d1b038298f2f57cf746326_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4b5ee426703ecb55bf537731c39c69ab7f86316544cfc472ee77fbef7e5680a8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4cb60d36cc3b34b4b1496b74b9b2e68ff152a71d7f957b356311ea811bf05573_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f3f64bd2f70faa654f7134d803efdc032df63fd4ef07c97abd38fc41e625b48d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1b75d96a4cdcc3a37848c5edfe598cb1d99bb3b0707db5e3f62478320eb90f9c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:876fd001172d5151ef99c02826f834ee4db4623b00699a8fb30d6a456a7a8687_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ba8fddfcfe0004287ce58db40c1092f2090b3bbb0810c277066aa2d97799f8b9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:bd9982e951fdc7259571b6d5983ea2cc44402cbea411ae9a6b135692bf5939b2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a7a8d4d8adfd98d3a6e3d37644b33966f2c34ff1e553fbb5140ab9a15563e821_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b26a5a47cde227edb5e7f6e51247a6cd91e13484f6b5f7dc19b62f83b7478361_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ccdd76d6734e3a3cfaa1e432c1508c097478e842fd436672e57ef2563d817e4a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:fee8f3b24b431ac2a5d4fa3d96c90c5e1aa68c08ee8ae9963fee457c98795197_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0e559f5e780f3849e73d7246176059360631d8c4a7db1700f6ba1b6a9e6ae089_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1a376560672f81b7596417591491e71d065e90672ff6ef5d37ed0785e9baab16_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:350a0360dfdc31eccadb0e8b9397d5a3436bb509999034b60e611428eb006cc4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f8b68ae48350a5aa9bdf47a36efbf661190d497ab5a139027a2bf4579d21e095_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5fbe979b3d448e36fac9615ccd96f8583b0d587d46f6b1b3749e85938cb2e510_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8d45dfe709ac701d6eb800b081947d39a855f65c756f31ae47b75be9fec0c260_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ea4fa6caaa81f207f2372c6179c3698e225658387549ba567c232170cacf8570_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8fb972b411085b4551e10adbd419e3cb89754ee5300222cc4fce27cc349513f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:066d438bdfa1626aaa7a0ee5d2e3222724f2f0cf5bc9a189b67fd5358a0a48c0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:747c142608d6f43952d315d7858f57edbd2d9de2d255938dde311ea580a329af_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b2ee2d0e9906ef1581677bd239073c09f93e5b720501e9001926dfe7db34839e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:bf0b42c5e7e51129966a4744bb253b7c336bb88b1f1a562e481f7eeff5428136_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:3e9309d53caaafc9b145f6b7fbbb8879c9f018ef226afe101f6dc7ab02b67856_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:3a558e248efdf5d3111b7d61e8bd471682e7038bd34c4490f8ba69b91b44f36d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1b0981e2ee13869663087d6504e0c0af6f2c56d2ebf81d72b4b7c751bbf6e500_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8073e0be1f7f7523880b30946f1b6868274c070acb97d9da2f5c486db99ea18d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8980be22bddace1adb383fc356975fbf0af9ac8a20bdc95b3303a80fbe296f3d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f4293de50825a003a825306a45612531dafce45b72a91cf4dd455d596a0c60ea_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5bc26795163f03947b3f42a5c8cc52b7fd6eb713a0fa5a1558bfe834c21edc0c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:7f29c85842a34554f06db311ef67ec08d1d947d32b4363d1153d92c8d13c3214_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:92857eb171128909119700c431920f543cbfc89cd06aa98db816a2fcaab321da_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e931e3fe478f8f905855b4516e1ed9b33a161536c447025cd14dd68778c40fa0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:338034a3ce7dff3efafd00fa35b858c23c2ab284f743df414c6cdae455f8801a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f12584b95171f442bb3661c908ee43de70d0400c6273eb4e93325a5f3f167b54_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f37f6568957ab825b08c2ce8fc6b32ad18f5b7bee50b24b1804e70cdb144e5f4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f949249e3847338ce4ae9b94b0d191edd3f316d471f0a9047f97e41e41b7554c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:407286c96b6e9d0ee4e8abec2b06a5dad70fc69820a00deae47cbf3fcdc65a40_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:52294a05713b24485ce6d7d1b867081da2f01dc008b9cd052bf8c4c37839f581_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6693dff44dcfb7e6fe67f5373bb73d84cf401d20640c959375f20a24d31aa697_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f65918214ce906cb5af9a59ece43a36870989c579ac1660a2a58f9536a79d9f9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2ec7076ed08f4ce7a61f95083155b5315acb6004ea4245c70be2763eb0ce9f4e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5a539e39b3aaf61d63f391b6960cdc5746cbb4b0fc07b85a98969f5c9cbcca4e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:93505b057575ff9292e2e96903238708b940a23953a79cf8742c880f1fbc743a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:be43f0ee18b6d56d81a09871c4a30dc2245ba60cf17ff0f1aad10e117f40aac8_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3923e99d803b6dd5bfd2fc957101bef6dd86ba8f6de9e59a849e4c7a02d57e0b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8253bfec4409c9a02be72d7e8d87fe5f4f81c1bc58a294f02dd570debc4f1128_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:851fd20edf32778383c81e3c5b935ec5607a05f8fc569f64e31875b8bbe81d6b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d06d41126ced4841fae74d0437b18e9f1699d285158fb8725a8768a6e9065b79_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4375e44dccb08eb4ecf461f4e8e7e97d617ab5b1c968beb481d5795e6bbf0229_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:75140fa657674afc46d698aea19115a9f60c7765ffff6a0c4ae5ac166c725597_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c1a31ef64ecdd90020d72f323a242b551a6a4a85a4dae309e19f5d8f12d77b54_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c3b1ed110f6b17263484b7fde65642eb349162b206c0b9a2f463bf5eb13273c3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1369aaf62d9d273eef766c42f7015d56152f6b8effc50dc06d75b1bab38a20a5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:47402101d62f418c0f6b8e3c6e2367a8c84f5151a0204f326bf1fdbe983c603d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b519e10d4cb8fd9ad126a36fb864d2f29f7df218ffa1b3b5f222e0befafbe360_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d70f848ab6450690b8329ae367ff2e5a3a5b295c073028dff7cf810104c5be5f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8f8c882873232fd9a00adc69e199f1b4acacffcdbc282280ebb61dfb1e61b875_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9fe79073bdf1745b388fe52bee661394f96ba5c0af585ed8ab4a61724e324777_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b2b91287350dfb474763ca5d332c4765af0c1ff2d7be722e23ea93970add2687_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:bb5f4abfd26a9446eb2f4cb1355bda840ed1006a6233373434378abaf0e617b3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:07ff9687205eee39d9ca211c0bb0c6b1618848e9e74bfbbe793aca67de73fa88_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0ba94d11051416a116cdf516dab74d530a584fe7c4bb1e8d3deb3bde2214e459_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0fe87955631062bc7ce78891b9eb056f899308f8cb8101b3a44f889c1f0c0654_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:786de5dd308c9fa6643aabecea0bc666a9ede6fd2a5ce1cb0d511eac2a19596a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:719989a197c3bb8b8af09e95af49125cd28014fa74c7969f3f3b939223a6743b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:743119e024a9aacd8bd4bf45ab9c14e684ddbe2307d8f965e972ace243f128b1_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:76c523fa10e222690941abc8c5564efee1ec4d309a7d023480b6000a545d655d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a13cc82f7b2053435d5268416686ae2ba89e37b6561e49c7ac395cf3359ca2b0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:98aa0e651302bb73569a0578e6c11a1691eafb5b0aa28dadd714a7b44b498f8f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:9fdce4b5198ae740daa858432221625391f7283bad587e1ebc1220e7b0b4fa28_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b072bc3bdd61164b8076f2799e705ed8e34281b2cdf24d9cf08deb8e697de2a3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:fef5253a6623c30368e9e7e271501adcd9432b96473cf8278a7b81140d287de0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4eecd436b35c9b25eca6975ca9e938c2256fcfeead67e1ff4159d7e36122122c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7e11ca9795aea60b3f0853ffef0fdbf922f4863edd96c50fa85110f36bccced2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c95f8bcd0835611bb90983e96e3b780ccb65bd2bdc7f7554432ea971eac8095b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e497c1834c97590a0c388b58dc823cdff79ab6befd5f2a9bf494b3acc3181eb6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3a7af87b46058334b97531a4b1b5cd5be47e2ade8d74497429529bf0a489b275_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:97313aa4f1c1c9aa51c77a153d0f0eb35cab9711b7f1465b82a636ea44e849ef_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:ba0927ffd76ad6689b808e734038678c91854ca3d0630613094824549f8a150d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cd8feb684b9c70a4ffd7077e19812273f333174a70f7c2b63d57d140d8002382_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0c8bfd6ea4d0729e0ffffac9811b5db2ecf5c40e68ef048ab104f161d2689b74_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4dc7e3242cdcd1d3c1ea5930da7d4e027383149373cb6af0551ed2572eaea0b2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b78827903e5c338d67a4ea2ba10ee67e16482ff00968ba99c27af2b6d50ce202_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c9315d23ab26f6f40e05a5fb1f9f2dbce075244a035b1f16003d1108a7ba36d0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:270b5e756fca54f2dc05f04b6f7b43f7f188153811decbc0b49eb215b11c2372_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5331e8ebfc48f4d2322226b8986dd178f133a52edcfc0a192e89f1785c8d568f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6cfd8c3da57c17ae1c430f2881c66eb0b1c456bbce4a9ada2491b2c873dba985_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa346af0288b5886b5f095d1fa0ceb7715d4333db919ff9d61078f369642cc29_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3403720059bdecff83f784e2fde54d2bebe09223ac6cf99ce2b4c840b9cd4a98_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3f8cb2cffaf6320f14ae09f7e44c965681b395370a156253790764ec9d2a2aca_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a02dde1d0b4f4fbbc4e6f0afd24da1595672f3f290345a4f6e98e11d89854a17_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c4e8ac4fea3c281effed3996a378c2e952a3d3704e47863b2ae6b266d2280920_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:46a0b302273acaf2582d377271b910d9d31ff98744cd8f290583a7bd5579761e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:af0442c88d2b9b93a187010065424798d89aad1d695ba438c815d04d7fcbef04_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:bc7b78f67fa189ba63da9891a1b05694d676a3ed2fa318336fa0850d63815250_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ffe4e64ee1b721aeefd8f1ceee11d225dd69319385e3e70f0bb52f4f40660a45_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:29d5a91b39dc6e72677bdfab50f56860c53e67dab139b464dd571fef9780dc6e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5e6d4e29635ea0b075e402931daf8c384d07ec8660223babfd0df9d572ea6912_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:82555977089a1586dc24154b46be6499607a9d15110e5b48d9a549ee73f3843c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f32c4a07d2b7a14c39db1e5e5752960e46bcda700b292336480c95f359adf0d7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:86b3e656caf1c93ba2bbea00514a17b9d06cb7a6fd5c6746d80ce35f45aa5907_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ba5c8896242125c24e3a7e5698770293a601e9e7f8508465d7b45920cc9ce240_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7de62e540922f1de5f492527d07a8e8f4265d24b577cf2f93415209ccad63912_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bd71e582ef755da7bfeede697b5c2ab29ab9fcea6bfeb14cc8ca168fce5c7bd1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a1e6a736546b54bb2797d85d51b8f2b213fe2f6be6b26bad5b549df9dabf2d01_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:efc7fb9608c2be8c3c65aff302f923241bf8d008bc71c2fbba0d82ffad2b4f2c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:aa63c460867d565b44b2a8e919ba9a0e7fd6717f71588cc5a7e2ad268fe13181_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fe1f1b5d6da2e5ac66c689da49a4c76916533f30ab456c9961a225a5e26cb6ed_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:36fdb2cdf796941fc6638036b3a31048ba0209174c7a62424fb410ae14b1f81c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:65a0b94e9f663f3d73a9696a622ad46c73a5fc793f9dc46ee07fee8ba3bbb443_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8afe2a0c6b1b200201f21b148caaa682bce77cb3b1027f61d4c873e5babb1b30_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9f7c3543e4b1a095399d1219c50f1f5081440ae1605154324d57ba9201aa4fe9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2c0897a842cd7b16b64888568ca65c2a6e473c24b2ba9bc5067d6f1f237885d6_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:432c94d7d5d46ad66348775fa0e1a6c2c142469e8a770db5528a1aa25664c389_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c86c7188163be31c7ab04017bc46ae88707437f804ddf2b5bd5a73ae34f64312_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3f836bb9effeca4dd6a230a4241282d33ed454ebabd84829c41e58db5f24f47_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4632ef8ca0af5a8115f3d9490c2ad9e2e44361f4d0671fa8a3a1006254b173ce_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a7d2d10f5326e2d71551289740eba86d6dd2f12526dc684b1494bdd4228fd8e5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ba876751849dd525a26e70996e7e02092c473bdf386ec4663a54ecf61c4f0d37_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e842cdc56ee7728aa71a7f95eda9777ba229aaf959594e73d998fbb30b7f76b1_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:90331abb869c0c04ca7bb59681cbd957ff54eb0e0265e16368f9fd6ab6937acc_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a02580814c02bec4c1c9b79c4b5a48a5a59caafa60a573f9f99a4a1ca07c6f71_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c197de59c38c060dc8aa099a027922853e4b9dc7e5589ac55c8841dbd44b1367_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ec7a4bcebcc80cbda32227224f64e67cdbc98d3fab95466b55c89755421ea4d2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:223df196f0cc747e52ffae9f3dd03fab2da3c72d5e3b189e3035d4264a08c6c4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:29f3154c0b972730ae9a54bc496bcdf62e9ed348b73d98ca958a265717ccc2a9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5e12029e90adf045a4377f4be2be75c879e57aca7aceffa2aef08aa262ae0f42_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e150a242bffd4437f92000417cad89969fd547b5da514f8586802b99a668bab2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:17752e2fbddeff8e6f43bd354d91f248b4e69d88e80b29b75508fb03b82d92bc_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b1703420b5a67a12f055518b6a23c1d8259dc8a064a1447196f642dd23363806_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b93a134a81af485a0f07dcd6a71c816ed517178826539d0f53b6c45dce87096d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d266a3bfe528e76a8c6ef1700a2016080d084cf6fad2e70efe5ba52ff0dbbc51_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:8c90e9864b3ff53d398f2451254dd3707868b36c6032d8d139cc3ef2cbd9084e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ae6ebf086515376ed35bb432a7f567f7bbb44b8d1b86773fd86daa387c5fb933_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0a0cbb021e13ce9d693eacc4982ece2e8ba4697f5d5571b8d0671d71824fd07_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5271f6452a89fe7907b16f486439f54f0dbcc3d075a70ef446ee4cc62211b1b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0abb949ce9461e5718c1988f57791c7537eb1b3d2184f4b4268fe087e39726d1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1267ac849f67c33155b54409011cd3f0eaa27d5f211703875cfd383d1170ef9e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5082f39df1f143f23f0e587dec5cdb3e3b033ab446a57e7e808c88e6211a1a67_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8fa27bdf891edfb80585e470f09c9d6fa369aa727a3698b936b4818a4b46448f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:017bed02593deb2e9cdfe0f268916e5d1c8cb7a4f1362c6eb3c94050896d7276_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:027baac40981f53c9ec53f5a4241a657929d6289e42a0e5deef617c182b7580e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4bd5b70373a257b1fce20135ff4a4b3e6962eee541c67a0e29ba9a2523d4d4a2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c0b3ed1332b228290882bbff6a1ad6866f5ab2a4586b261949832cdc3bee5797_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:047c270f56b685d5a4e67afe43d2f1ff47829a259be6ff93bfec4864233d4497_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:50a6482667d53de3d7aa2bff6df05ca21e4e9773996afa8b8038721e231deaae_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:653dbef43ed7f531ebf64c9314756be42738f1635a64097c53210ed0b6b0de88_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c4d2741561038e0080204335efc6eee5b6ffd8878553b240dd433fea701e6bab_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:3de609d984e39497dfe119bb8e0ac2d6d823dd894a5c866e5ec87de5b5711e60_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e3a8b252aadb5b32f42009803b56dbeae49a3ddbe9d00aa27569af4747fa403_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ccf49e256cd9c3bb428badab464a17aee485ee1516896f1ade10da11085e843c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e77ce95a84b01b09c5d1e6dbdea8970543aa3a60f9292300beb078d1288bb801_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2ab5fcf7003f4ba3de7656a284b11d6ee05bb02cd0f3532671a8c368f7b15178_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:44241e57d9067223cdd1585db9d699db113931b7a273d207516f60c498570677_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6aaa55450d567e2fa992650c456cdaf5529c5d96fc9984f7e1a4aa9ed6294bf3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f2fa21e8a0e88b25e9037a9c2db4b157ca6fef8b765b36da7dda71bf5a4c4478_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:10bfb59c904103177754f0336f7b7bab676d240480a8213ec42a778bca3f277e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7aa4fdd78ceafdc887a91224614657e86c1e12b72fde68dea4ee5c6e9b610cb6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:e4a365a0516b0c8ef2d1259ec4bdb7f76aa9dc0d3c3cfd5d5b3d34341d349772_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:a06af7a856d5f2416777c1bb1d271c189576e273450b25c6dc5937cd16b8bf8a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:28b8390dae142ea16bb05f6bd95f19b6ab38dd67c341168337ca07fe4f45fe87_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:be6a9bcb97824c91f393af5aac5a146d819ed9893f5a074e146afe18f3a50dc9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e6392d583f97f0932dc01be55534fbb6dd3014f84b745e8bf7583b96ad7a7761_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f30d93c0f244f5ba21807dca912d18d4facf47ceaf43da7efa41b14ee816b71b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0848bdb082bc8dae6bdaa956d2ae36fdeaaac89024822f4bcdffb51da1165fed_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9f9603a2dd344770da433fe8dd50a104d69e80ad463f9cba71b3aabefc4fee61_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ab417553778971822422c6eef94aeb437209fcf88e78188b701d4b2243ac5be7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b9bb7615df3eadf64501f35dcefa829934f330892801cbb86e9f70f5dde236ec_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6bb4c6c64852f2b7ee590a0a60db256d8dd549a4b141fe71d311bf30d0ed88ae_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:837cd26d96a814814145cd0aa0cca672769283c499eec36c457ae432b99a7466_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:956ad866d891e1340f630b9cad6ec73d1fc60d4061d4c63946ed714900388a3b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:9c91591eddbc058f05d052e3178102b28ebd25c2c9cb796fffd5047f5d413d12_amd64 | — |
A malicious user with access to deploy a node directly via Ironic can specify the IPMI send_raw deployment step with a malicious payload and send commands to that nodes' BMC. IPMI send_raw capability is exposed multiple ways, including via VendorPassthru interfaces (restricted to system admin) and other step based flows such as cleaning or servicing. This also means any malicious user with the ability to initiate manual cleaning and servicing flows with arbitrary steps can also execute this vulnerability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3ed82adddc3da003bdb272e2a5df0317abe41512179cba925f65fb5d8f7c2eb3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c16e4af4e9a79ac2f1fa632b20e98befa9aa2953ef241af186edd226e39150e3_arm64 | — |
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:0c95fbbcfd5c54e6b2934a8efb4f8523d1536ec1deef78249f4daebaa9d327d6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1b84b2a1cecab16e75947d29572008547922714207272a5dad8169d1ca5beab5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:466597e63e82ac365414c803f5ecb8f06a72374885eedc5daf9532aad16ac148_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:de9cac5c7ebcf3d43cad87758dd2eb0f4d6480f59bfb4112c224a4497aad9ba7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4ae516b98be8fbdb9b783345fe680c1d6ef57b5dc06b2ec3bbd20bfdb7c9b2c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8f242ba3e0b9c57ecbd85f0d4c1bd67306357c92b53968a42419736c3dbe04d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b717614ee549be99c17ceef3d755c66abc983e821e04808df347962858e0da81_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bd0f90ccaaaa74683b9bb17db0651dfbdfdf8f49adf0ecbaf8e83756d270b590_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:040115466e4f525e9f2386d6f8838c51f8e1638eb06cd64f071d4ae027a8fb9c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:1a677b9d28655390d007acaa656997b12a32e9093c1c228778ef96cc6f4ca875_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:39c68aae39089d044ce992b949d4e9961105711501daf3d4f0ba7e9981920729_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e814640d65f77818c180a706940337f8ddec8ebe4cf22c51a58a8b69e0f4099_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2831d7dc9f3cad92219addd21b93959900ee2f71e2d988fffe913a6f88dc7e1c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:50f602354dcb223759d781cb057b4081a424d6a509178b10674358cc8dba41e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6925001d8a798896438ef1388f54bc29825c37d41f2f09a59e3f8bf60b2ec6af_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e01a83cb76fca294a011e022ed86f1da8cde36928096422a440bce8e42fbc8b6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:757ad9e0c37b861340a7b2269b068d5b0c6355322eb5f5898a856fd9c4495b16_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7f68ff8059ae68d15041b8f38ad5ee5278289e1370d276cf7e78fc7e9fc3bb10_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:816787cc8c95a4a2df1416f09af6228559333e1bb1421ede0c9e2093444260e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f9bb9a184319c9fef278d3c6705f56cfc592c844f5c458bd20bcdc07c4230982_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:198f39ed50bbd835f4789057f9d7fd8de0962f1641a7f453dd90d68b5b2a4e7b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:633ce875ee7bb08d9bf00cf79738e3e63cd6bf4de2d40fa6860142a301c0968c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e169d65b86f23d6424af5e7cf9e1d0ced58382128092821676196c0a05f91da6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ec2586358c34d0130b00a3714b50c8b7bc33ce915aef6aa79eb214d38202f37e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:13e81e4c25d8c789ca15eb4e84f3fc531a50b4dc0d95fa3573e002e3b54cad61_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:17637f8455e0e17bb3dca34545a26e881cff3e1444af45b9f45c3e282a252bb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d2dde1514fcf3308d1469a0af6727835121c4d6a1a1775a675a7ffabba8e3bed_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d6376055835ac40728181d6f354398a0e60ca131d2fd8f41471ed87e974ea4cb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6f86d997faaf61c874def5a78cded319a188c1babbc4dfefb91a29f7e0d7f0fb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:73bceed99ad1b0bc99e66ab8361037e4046c5212645490161572fe6f34de98b4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:babd6b0e928bb674289f34787d3aa536bdc4c24a877a5ac9311f21f0cc9e6224_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d00a12f6c4e75a2c93bdd135eeb742f42868b0186d9d03f318c885407a17e439_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:0932891a63e5ec5a076c7848d5746e29d972f3a96058914bee8fffa4921fed38_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:472e977d39473b92992f53c0225de477318b31be8656c37bc35193789ab7a456_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:71021ecd15d688aefa6db79f817c11a751b51f6ea9f2e48781bdc49c6de98088_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:9563eb7617a4d3a9c22fefaf03a4ede698fea2621a68ad231cd9e65930043a56_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:1fbf3bf4990353e799dc271bb4a0c58b385feb2ee60207636a3f76544b4f5ae4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:7815e9dc63477803e7e8bb8a01ea83043b5503ba529f64db3c76ad1c4cf2f0b1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ab22d93f277f9bb65fcb5fd9c448b72f82384b9be43b8ab525d2836832044eb2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dee02e09373732db94bc442ddcb2eb4d13095a04e35c674387d3df8ba23d67d5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1a046b24339587101462756592c87ae4a8f699fc2977a703e6d031e2022a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1db6c409fede3e9ec09788fdf286fdb0634de6b6e727ec010332f7cf2e462_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:bd6be5cf4063439e92a1264ce3af0ea6528b9c27dd4b26f043a80aa8616575fc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c955c4b9dce1b25c73453079a21d84c5a2e5d0b53cf6e351f9b1855f08db3fb9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:221943f7b65573c2942d88354261f93a01950be1d1a86fa853544cc4c283c027_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2488ca8b2a8f658f3deaf9a70b12f7aca159490b5e0861d746ca8ee5d2010041_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a3435c546844b61f456789fd315495d6bcdc2560756e9fdfc4b896cdf70d75c6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:be2e4dd58b8ed72278bb2c014317e69185e2b19dce37beea7fec3798abcb35f0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4da2632fea643a834aac3fd63bc51fc6b0d768b869ac450e6779c9f36429a9fd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:56ab8a9553f0c0202a47d858e234f2672098514dd647502405cac1f28d14196a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:abe530f4e865add435da2afd379a3a11a4d75c257c2468a09bc78f10256e0be9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:fe1397131aa0d447366fd627b12582ed647551ad3af13375f8c281ab73745f0a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0857a5a2cfb5c277bc2d2545fb19693f23285ccf6b75144da8fcd7225e1df1c7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:43b36fb1f7ad271530f5ee9040cac4651a684e0e08de2ed90a2939b736b565ed_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:7f86439496ba6573ee1d61b5f4d414dfbbf65a95526cdff54e45229f01785517_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8094138e4ed2267cc278a83a1586922c957142c9e5fcaec62db531c83b79566d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:309b1dd27ce0c7dc332c7141e576642db4aee6076ce50ccc2930e824f02ead2f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:35322e4580b0fec862223f76e0bd3c95ad0af31f3d4cdfd6423d3ec47d6e25c8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:699bc772c8a648f8be7d6a5c32d786d8f6484e584d918d68ef8a32cb1499663f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:779afd8e0fa21d022d7e75e7ba8da00cc7604db1adfbbea879bfb1d0f8c9c831_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:49e98d0193f7d7b4347043f0655d350a7a0c0d8c8b850d95abb57acd13dd8ac8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63e308cebeea85127f584610f59cdc9b228f01b9acb227f2f6eba7fcdc29b1fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:71f9b47dbd3985738259a6bc9a5bbdb240fd21284a194b47bb78538f8e870cac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:9181583c88b3be23253c76e277f140c0a1532c1bff7d62cd0da1e14beba1aab4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:0f96581804dbadea29d9ef9a2a952753f5fdf295670ea0297622214e2a9b7d0d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ae4714025025642ff5d9e250a4715b01d933487fa8bf4eaf82629ebd6d4c8702_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:cdb096f05b664fb542bb6eac3cce52c53da2e4bb636189bb53f737d3075615da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eb9908581f71dbe01d8553e494ef022417196408e9fdbd32f08fe1f5b9c9572c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:08725f7a384b4e72a173141cb35fb67293385ed72d973fc4d497f3c0f0dc626b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a322e3fc620e914088fb5669f1459a47140abdf027bd011d6ff4e5b3e6b909b9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b950e80fe164f86ddf624c80210308a634929ab8eb493496ef86bff1c5248fce_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bfc663a0ca81dedf849e89b91feb3fe0af97932fe8a8fc711d7ab85b6cbdcc84_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:13257447171d38e6e99c66faa476de6ff6ab934c285a0d1bf71fe94dbe583462_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:23fa493f397748092cd71c41b9d83d19fad6a5433b692bc644e30af790cf60da_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:28b1c9ee4102140998781ebef22f269316d8c2be2254c10b4d7151dffb0d37be_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:be2175c2c6c9d882e44cf10aa85f1219573952473e893f67cc7085bf0a324407_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:61417bc1ddac0bc97c786b5807c2fa33eebc75f7cb186aaf9eef2151dbaf75a8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:73956194247e000432a8c5f7b78255062c5ca967745ba2d97e680a06f698f518_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fbfa9ada74c4875985fc4bb8366d21eb5275a52953d44bc6bc740d48edeab5b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a545c9c2fbb36296286f684e02f9a5bc337b3c3fb9c83c608c988c88455f9bf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:34a8a8a4a62b36b5e0eb061db3d56905c8dddfeb2e7a7135642f947ce6bd01ad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:41c2ea14036c2f8639cf0dd634e327841954eff4529743fcd10e8475546165d0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a884f443877c7a3c0b32dc60a79e1bcbe89036549da7a8aa4608ee2ac6460765_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b28e8574a1d3b374ac4a61ea4f3c16eb70d9ba7385bf830c8698f4490f8fd3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:8e245c278c66405066cb31e9d48e97ad9cdb826511bdb1104807d26f896043a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:380e3045135a40d202f330002512a5c499d8d2079cc38e5c0bbd5a2312820dd3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5d06442daad2c126259fa5d594b53329e386f560b77a475ccb0cc37148644a5e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5dc0ca56deaa237fb0bcddac8481b45d3ac81609b36c3b7bbb6cff8456899208_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:aa669084fb336f5d89d86cb58aca73b88d6bc4b6505eac2020664e0b6abfff6c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8cb392862e1835b610757e822332074ac459c593e9bd60fb6b6f6d0aebe577fd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:987afa1aa902bb85d7c2d96f1637bcd19bf21eb832444c98d30171bbeb746751_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ad2f0cda09211f3e0aff615306168baf808e6fefbf1f039c3ae1a1fa7050a61e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:bcac50d10432ecdb8bfe2b465ba75889248ee8595f23c5243d023ac2a336f3b9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3cf2d6f464e6a2fe5b4a8cf66690b3237aefef0c825a687a548f81336507cfb8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9bd17213796576ce4d315986dc0b271011c37cd6e9ed75edff5ba80c3302fc26_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3205092b914bc1fe858b2ede7642227e04f35d06daec4848fdbbc0406fab4a03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a20ecaad93b15b869fb321c7503adcddfe1f0f5eb3f0f6427bd363234010853c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:57259db0550547f85684c19078b9af82b6318dca0c00ef8da27de8c8dc90e305_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:a95676fb6c1cc1b20cbb758a7c9fd34e82b3e114b81b5c17f47ef303feca3d51_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:49026487ee6722c3d438c05c1c181a36d14eca2f0d8debee48e4a02db0486145_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ee65002c4934842ad86197a89e838997bb87a93ddc9de3423eb2af282a565c41_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1bb56a1a194ba6f64edcdeae267fecec590c14c85431ba62ee8c6b5744da3a47_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bf72f3bbed57cebe1deb7690cd7fcb6d371e526630cb386d13180726736219c2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:81afdbb2d9fe212af38a11b4d00ac952a306e13f91b23b2a081c0393173c5e63_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bf8d63c933996abf39eab9406b3061bee014d766a58f4e27a56413652d319a47_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:4a5021268b1ab163318270fc9ef07afa8a29f288c95ea69700c4bf46f88e85cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ea443d9738e4428b6912b47f9c1d8d05b75cf8b137f0f9a76f852418b33b989e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:00148cec706fce87b240d38dcc91434f3c167052d5860d42ca9057e24c3f35eb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:7996dc231961eb51daaceda9598b04e4bbe7d0e4019dccf5adec8a14d6f7e1a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5c70298b919a36de41bf25d870bfa3da4013d36c6179db3eb6dd2e67dd20bff1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:a64777ab69af6f2b6cf4b78e5a00148e98353748946991c0a6da7eba76b442dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d4b6a07334845b2938c6d09556cea5e0477d13d4be6247bc9e3fede2e46aa3ee_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d5e665b41152b8363b4b15973a7b86365bb2c047366aa69bef7e1c499cf4fd3d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:1a29c30f85b9bc858f0c70ca5ed79934494d92849f23baa6c7f26f67ea49c57e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:70f95a8b240afc604ee9af621fc3b63adaf80f593f3131e7ed51077ed2c77a1b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4d217b45b97c9e01ba3d54d03270be07e9659b0d4313fc85999aa49fca560108_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:634f48a37ef03dee1cc0c0626c32aaebb8f9975b4640ac540f02910bdb3b165d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:00f06d1c70494444172d5630c33e1c93c333a880520bad3a810f96dc69cced15_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:01ac79392fa7a265608b75458534bafb6e5d350f2e8536bb9de48566c685841e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:12047af5271e61b4032c04c98df9ad54363d6beb13b36f49085307705677e345_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:37e5fa3bfc88e99fc78f2ced6cb4a99f5099942e40158dfa6940784c3d2ef95c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:54d10266c83c4d5fe91b013dac51538493ae4a4322c925e561c45316c73b1e2d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f799d506fc4087aac0eb4b2c2d6c8e511b598c6b3cdb1ba5ee470b787759fd8f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:061d1b86afedd409ad4947a8ae59064f0fa92360cc82f640cf124776753ea3bc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9c7fef9c0e22e1721125d5b1312e509fada544e1d3d956338c3638aecea53dad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d3d951b736b910437255f3455b76357bfe0111c257f5a2d8dfe0f9abacf30fe0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f7feb8627754651663208ebb363a3e42e1767e16a65914148ce0507a77bfe795_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:23b0327190559517a3526d2500534542e9a397210cc6f663ac2b313aee902e92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2911daa552328c8b01b19f91ad43ac54da18d343834c48ef35f12adff8077785_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:43960246dc7eb7bcef847c0d706bc6b0f0a407053a2cca7dfe27fce23c6d2af4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d05434d4552d2ffdd45d2fd44b1b2e2e8976a15f0f4ae59ce7dea73ca97dbcf8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1f7e808f97ad41f4c301736bdf2e06da73f2d0e3ef4ca838f0afd65273db7c8a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5553003527f078011d0c440f86c1480ff4e62b318e98ca2a4af97b42e5e186d5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:582a4e6fadda74e5c6c49b605b7967e9d6f25c84ab3de162c30931b1dcaee31b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6d54aaf9249113e5be1b6a87bf439ae778918533077a41ee9442396cda4d2642_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0b4378067622a7584c3be2e5e5d8748a564ae7672cc882bec0c1d6f4f4c28686_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2ba6c6b021db9b58614b1ceb9b736978b0e3396b04dda4518406b041448dd5cc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7f7e406ef7b654a66bbcbbfa5326ceb1ddca4a0236cb60761a0ea48b919e8571_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fc403f7babe4eb16c770c80def94f34696b3a8ac55360b17c88edb11b9ae5a8e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:473d595a495e4656de14b1b22456ef1ce2218fe39d02bf738990c0be4cdf5440_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6b3fc95809e8ab1be94de33cb375207b4302f93dbfd51f2a67228025c1e304fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7d0a9db460cb1d4c918f87a02979048f170f5e692e83cd517bb9b3271aa06dd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7f1e2dcfd02a6a5fc56c6665979a8981f11144a5bcc6419feae3964b190583c1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:775213a7b6d92d23694dbd1538727c84ad58c6b8a8b46587ff7bdeb7312acc05_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a649eef7fa6148524b1f3aaf18ed6543f65ef91ad21358cb0af865401061622d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c593dda5f85469eb4ded8cb6c4738069d48a144823a070b83b58ba7772ba0e90_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ffdcf3c2b138b62cfc84d9916799812ad73fcba9c3416d7442f3686417c85932_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2e1e514d9f3cdf5f04ca924fa98d036988ab47259be5df67497931321634f730_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:32e93e986bbf92dd3a3e09f9c76bed29334b5cf794e18b843f81522ccf43697b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7bfa1c21aeb7971fa978d49455f4b5dcccd4ccc3de147ef47c32e9b74bcaf2d3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:dbb5abf21bed592282f09e30ba1387b084eb028bd931df5609c07fb8c09a0d75_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0606de7cca514d2b4ad9593d7f37950512741cd8f1597b1f83951aa7c8839268_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:116474d2dd37c159032b15ff856dffecad2ef0ab76298bc43f840bd0245ec78b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2e887b0da3269f28933bc5af839ea2df95b7aeca3993cb31b0a1c92e7043cce4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6029166a01da021523fc720ad70fc59f449684e577f9f5a36e0e759a39d0a28e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:849b8be9f7fc785a70451c1c0704501e2b449650acd23d450d145da1a760c166_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9c5d6a2d314e840600ca6bd1354c7dc6040fbdc216166418485d6edfedb27ce0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ba10e440e514662920d68ac025d5f3841786a393703fc2dc0ee21ff1d2490015_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bac1799b133fd829b35ac619a25a272301816494e83be5a251f78a50e7fb2f88_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0469874ac135c41bb590ddbac02428775083221257b6904fa376335610c4acb1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5823c8fa1f1409d6863dacda718e35b7afd2915befa21343dfcc68b6fef7a9ce_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b38d3723f2547dc5676460e3738420e243c6fdf7be77e54d18657efb9668c438_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e5a5e4c1a01ff3f5d694ca26dd248533fd463c85374c25ce1a9f4b7a60deafc1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:19f94467c811e10882e30eeef39b1266b83ee417974aaf62f75738d51811cbc4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:47487ff8d0cd813ab3354061caf319dec553b1cba9d5c1045de710b8a6d0c51d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b3a0104cb85f1a6965eee44fef58983637839a1f97ddccd737704ab41cda3a25_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e8c72b610288bdc44492ea0a5c2fd66cfb1673fc06f6bc66831fa84c96f86543_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1a9333d29d3561fe95488f3d80136d6b24b4a2e04472d37d34737fd1032a8856_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:705d146d458883660aa0b673a651d05d1d1ad73bafad91e84755118b82092ae7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b9265d767c8a6786f12dd4788377f1a316864863a32de4a4ec07ffc8b874aa00_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e3a7bfabcb96924059fb7906be97a0ebb1df35c6cad39a7968a6461df0cecb31_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5c015e1a10e5f14e82e30ba41b1ae6a82cf5cb0bc631f5137d7637c44a3f5b8e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:623bc4c74b05b46babba7da628809bac05b48d8c4055648e88f0db57c1bb0e07_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9502a32446a8828e8a1887edcf49034e874ea0e32ab5fdb738ab89e77cb5a472_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ec7b6b83c8e934b66505e8051e183fbaac54e78abae5ae99077d4e5e163b4529_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1f15641123321a662f676a46a24f6c8066bba6e3730a3c0d0eca3ff8e548de23_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:85070876ada5cb86e8c585f3ac3114d548b189074723a13ec5d6fc6be25c9964_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a34e14a715bad1d324f9211d95c56ed387ae51b24b21ccf931c12f3f7b3dcbaf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e12ce561e4cad13a5d08e8164060bb74a309f66047279a26dd727d34ed3dc16a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:67789c239f82fe3649ab8c0e13f920a788a3612d15a78fe5986a852bb2d11a0d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:80d704ed310acc3015748815351da4b54fef2d8b74d7d4b03aabcf9fd7e60b38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bfbcd3f502bf336124261fbe51f19e7a4cb9e9132e07da62354699b30cf6ed24_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c1e371a0057014662b91736570bf25fb1211ead7402154a1149dfee9e55b994e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:175fd0386d9a4e064fa760f23ecfb45ac6ae3500e5a50acac0660d06e5b7ecb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3e9811dcf3c528ae6f5ff86659dee1a590c2b53f7af1a03204d06fc3dc628fcd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:68af6c6e7f51523ac223f4e25955cf3777f4ae5b601dcca7c6ec7e2dc0de0782_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:8f1b3ddbde3e33dbe01816bce0cce7d7bd196cc04affbe606fecfbd8ad7b8b17_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49699de68bf38c34edb696ebe4f9dc608756382a977f497f6713dbc7b6e1209e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49c32ab1927e0969508b906c14aafcbc64e6eff7680b9a10812eca4f17787921_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:86135a8f7d4aed36e7b2a571b431b29eeaac2bda02762eafda3e22a62a7a2d6d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f2dac4ffbee9d028b26e683b63a9f033ef8609907f6c498d42c447a306e75328_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2884bba195d4d635378b0d15efa54991a23f51bcf4efb1095b478f5cd9c34f46_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:d84853556ede64db5615eb4d826879c744f7ccbd92c51ecf392a686af854ec11_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:e05dd48fc4c26b5dd822ee58a2af27bccfd0ed28cc959a6fc05073cec6f7c9b8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e202635a4a52be92b47960bd8ced28634111416b220cca5fa7f86373ecd1210a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ae36d953c8c7f73dd78d620f94a0335ff5fb84b16ce9d2dbadbdf3dc5d66f6d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:308c924c44c35b39c66b429a15a0343a47f7dfad62dceb76ea7acfc85e6bd973_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e132f6b0a6b4e2dc63561c1ebaa0bd9fc669a835b0c22b0d56599e3da870231_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5216d36dc483b1368a03e00dd9dadc7c75de2bc36ed98cd7ea2b089cbe23965e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4bc11f6ad7c3e9c99e708f7ef5a01b4faedc8eb5d2de5b0cbed502395958555f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4c04a50ca49fdc521da592b9c326e233763918fbfd6bc97e001e0e680ce24cf9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8ba4aabc0e1e36c3ffe66b55c67ab8c305f64aa6011f80060c5d95ce91180c5f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d259704d34b605abd3568bd4c988bf9e831d80554ec2d7a57e7c39a70daf0140_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:14c55985b9277766e54156139f0949d1e3e5f756ade34512a3d5ea3dfed2c544_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3231ec9c296798f11aec6a285b0a8f7c5cf220534d0525afa59c17ab2464abb0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d8767e4d0b2c8222748319f05483bcefe50388abc182a01f3ca9dae3c80dce44_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ebed5c3d8e112fc5086208b4b4c0aba054a0058f3fd08b71b129dc124fa00f99_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:26dccabde8cc0d1ad45160677fe240b3fc098acae82f6d095fad08b78330453b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a168025d531f20656997ae845a4930919d6805b7f9374c40f7835a93aaa46b27_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e696a8bc54ef8a13800b2168a395d2cbb08678403beee2dc52c56d04cb235759_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ebc22890c7759ec9992b64dcb0e388881caeeae333a9a84a50dfeffe27e38b49_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:09319f1dcbe090d9677a43249810dfe5b3eb165aa3f8b473417e0913649b1556_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:46a37e99da18852f5512235589ee86dde0db6c09d76a49275a8004422b9ec303_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:535d1b713587008fe67eec103cceb54471f5263516f5420589cffe1dea02be93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bc614ab102efc7dfaa47fef84c4783da26548491e4c43257bb606a06e8d155f0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:08cac9e30829765f182624de9e45e59b40884b8c39cde60528dd27afa57afe72_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:13724dc9eb7247844e450b59b8cf3af5e5f486e9558942836ab60f74b9943291_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3e1a80763f76f622b5ffcdb35bf2dc20ce1e9c06c4f5f6bf0ae06b04134733b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d077c79741fd0c481fa6e1aa2c479b8c5b380b1d1f163259777c8c50be257709_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5e82ef0b9ab6d4e3b7431a7611bc563f356385dd8927855e6090008685f1549a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:62ba53e306331c1b20cad27ec31cf59687218f4bd5908ed7e9034559ded04b54_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7664e74786778a96606757f1de215a4a9702d0c9f7cecba7bf8028884a7609ee_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7a967f88faccfc101b9388f8434d406acdfc85d7d682f9ec742d59eb31074fc6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0e05cd1eaa2b9c558d22892495f090b6b51a316dc56d85ae825b6fc44611b6db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:445fdec85c2510c8a45b2a830ead87136bbb80bb9244987b4d6ffa5858931926_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ccae4f8f443ba6806ea33105d7dc06002d58914626cb9ae57476b29193761b53_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fc0becd36b6fad4911a5b8c9a4693320918f7f7e6336c2b11a76adcb6d1eec36_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:652f8fc874b95a56393f14c2b56a63faa64c04f6646c1786d07eaa272a9acb9e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:94b9c011744629b1ff6f230e25f876f218ed59d55a941377797f77cdb7c03e1d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a178a796ca9d32ac59faa5eb9a6aea30f1aec65d88f89080f57ed519a7983f05_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dc8a79297c73782f5005075332bcac58b051a07d2b35626323f9b69ee5f4d64e_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:03d66c724cb647d4a613bb48c9df6e9ffaabb68c8af5a4ccae45365e32456470_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:4b9510fdfb45d2561927843dbd7ed869e2f67d9636e59dfd0c3ee640d9fc601c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b3570e078bed53aa3e435443bffbd12a7b259f8dee9d18c0d79b55514a547b53_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:fc8e892ccbd8d3c1e737fbaf8f02b5fa6bbbe242780c9cd00fbc5e6889d7baee_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:266bd8400632ac70fc6584e4bb2850ebcee7027ff7899acbeca612c6556302a4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2c8f351447fffc2133f339c6ab3a0bcd9bdfafad4a4cb5b7dd2abc32c6056a92_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b8d2783a76f514f9a4e8096434ac205e1d82d09da2d67fb930a1b5e4d8089e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:74fa72db679ef47f9a3e3459a90dfaeafcb6db73dfe15b8933767e2f9d19c448_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2b5964f6cb078aba05ada42f0c8280dfa39f9f80526932cc5d41410922e4e8ae_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:480b27e9866ca8dfba83e1accd427d4f6813f4fb7f612854e32bdffc10d7d5b8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:91c7fa7b70f2cc82b26ac16f91ea084e15a4f5dc64f254ed878c25dd1170c0a8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:edc297cdb2f670aebc1d3561d801840ad029e8777ce45724066e6891aabd60fa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:443e0dd81ae60896d31f07ab49611c5e0629746824df094ce28cdd3cb0ae1d58_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9b16561ca87196e3dd9330184f7abf25e97272e3c47d2e8d594e3095e74f815b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9ff62f63d487e25a750bad29314955effd17152bfc534ff698963760a2615b0a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ab506c549b676ad9d8dd179e2ba871a12f2096ca2601ea2a1f2605ccb849dc6c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:08758e6b81d6679b095a8e7fa323870eab35fefc05e525c6ef810b6cc0b3c0fd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:af87d24f6540e5c98def879ec4ea8adeb5b138e41abc126b2c3030c5847fd0b1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c5e9e59a08d8940e99da6bc568269eaf71ea8db62dbff86a7f6fb5dae861e323_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f5122187c85ef27f5423ada009d800afa4800e32ad1ea3299586fe64cae8e38d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3c5078d135089e1548b4dec49b7e78658279e42a72792a988447662534b6516e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:56158ce0af0c0eb9709b2d1a172201bc795ed6e5075517b6919ed1302399d6f3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6720c8097a398327f18a5c84c28f6b58aeee017199c2649649a1f159b8365838_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:89295652b447f42c6a0d6e1299f63b04016f10ec8faf6372357294a14472e426_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2baa85e44cc4ac6cb825103508c5bd74e348609eaf53ed42c6d0e045dfa62772_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:61283f1fff1f8ec53563012a5b1fb5a48831f0a220d3676b512f5a60b331e849_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ba258012c0832c57b29785be805be44f0b5f8eccaf76d82d7493946806eafe5f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cf3bee6414a87e7f907d30047ded274c488239af5b1f43ed717ac2cede29df86_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:40854e0833b6cdfedcf275cf716e58f3cbc5c44be313fb83ca3e909bd80d0b08_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4d6a10dcda92c599f52977c71208222d166168b29da4eb4727c466e7eb53cdd1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7be4c5ff86b0e939ee9f22156812fb98d2f96c1eb4567ca8a6a01ea3aa735dcb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:83bdc9fa5d3893a973794dd7162bf9564ecf68ce44814349a621cbc284b9e61c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:993ba8c1dd84e486fc4084a7786934c356a9b12ae86155134fd1a1dc1e5e3f2f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a64dfd96d3aacabc8f219d19e6d7eb0c1ac5b68b49eb93fcc973d76e67ef1d34_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:ce306e2cdafabbaa29467e0cdbf316673d17180efb604e683a7fd1ed7181c6f9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e6748814d950e6f5e370dec9cb7d557fbb0d29ad3620b567840770be826a601e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:04d418560f90c35b42be67886632615d62dc89cd37fcccb6e247212b535fbb7f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:40eaefc42c0f0b5adeb47bcd463c2e2a45e7f3af1c0fa4cb3fde9c5479660c4f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:545bc2a7b32276bec515f338aea3a2976c01cc787a559986646aa6fa26ad5f35_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5a2653ccd5dc3f59a228ee8b936460575e1a392d12287661b1dc83a9f8210033_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:12e5e4ea4d19c4dcccb35dba161fdba8a703ba6331b11054e4664818737746a4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:180e817b55ebfd081fd0305f63b3e0539fe8d13d1ceb8428ea21e213779fd056_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:92e8693b9f6955f9862c8b576f5e32bffc3bc34232511fae0cbe57d705bfc53b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e5b5d4750a3ffe24b1196255d4cfe15b21efd587a41736307ca8e4e61a4936fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2ca8a85fb07b431d97ca6a3e3c18f1cfaa20883c7076d6b5b4e6942b632f9aaa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:559af5a310f0923dcb4ef9389c51c98604cf44642a13e8ccb46225b4ca268580_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ae056c9c8e0cdc6519ac1a9542781cd54ac2ac8881f513e965b57ce7d1e5ef2b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:deb92b50d5948bae13db37a7046d9b212dbfd3ddb1063ff8a5e5467f0cab203c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0c4f3cf84115f8c9b9bed6b2dd5d52316eb3a9e670fe6b9e28c2dbc350392e87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1142ce3f8a3c1c2a1c7dba79ac2c3b276a45fc6271ad9df9e6a5d8684c36da2a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d9f2c021c17f1416e01ba31a8823b7a87724fd96d7ec99d494981842b5d452b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f3aabf75e838b4a941f64a7a322768729059346d7578ecf5fe7ce27a71876fca_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6389373ccb2fbe1b6385ea21dac1c0ca918bf9d3889ad7a738de6be5d7ec4272_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6449fee9a31acc582bb85e0031312e3ff07d1f1843a1c6c410eb79cbbec1ceb4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:751f007afae9f16527e9039aa95c2ee6efd2ee20afe3c083ba7298493d2406f3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:afc11a340e28d4100c31646b705e8db302f6b0a96ad3620e07391f02a70438f1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0673d2034e7e5fb412a171939379da14e9269dad7bb53e83be7ecf8233b0b5a1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:18f0345811215feda18d2b63f679ee870e76b33e9f61042d93edcf36fe97df95_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a2d247eb696c80e02bc8c1873e8ee0fb71a1e5ad6cf5cd84bdf504f4fe17cb10_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c342b14ff399c961ce05c1af127244b950b8e9d641ce8752f9d0f880ad7a672b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3d9fbc97d13987f28ca76b3e238b540492eddef0f302c2dd958c1b0d05e10941_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:47682d4e934d597aaa1e809011a69afe93936fc629ad3dd1ed76dc7b073f7ee2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4e8d3460e04e85a3e01a578d492499376787c85f2840c97821f11213862239df_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d7b99cad55a1e1d380d30d0d4a61bc5f0cbf3a87223efada3e69bd9b0741d3b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4849bfa8a48c7e7d264fc6ea9097fa9d33da25f75776619976e3204b42026cc8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d7c3f5ce57c0aa25e13ba9484facd75c5a1dc3caaf9be4d0f273243e7ace327_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:78aef6c20ab3bf78eeb8b8a857ca2a24067d45cea0a070c44d3fcedc00d4efbe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7f33515dbca04230d98550ab638efa87389629fc7d913c8ec42e4b5bf8a772f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0251068577a1724dc777683dd189468ed77413b396614a117dac6b4320b8f01d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8812fd85c74fd67a95afe09c2ce5e7d592eec1e25fdc6fa331a8bd41bdde0cc6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:89e0a7e0fe060abb45a6f8e6ed1906053c09f95c252ca7813175903db61fbc99_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c3674a8f28935f3140fad744b5a178a8346a9a7f79f6c281561d2877b38c4ca9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:13bc0d4f7d4508fafca5a3bc61b6449a056e277da131e753c06cbc1bb7781b27_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:993a2a0b3f84e071560f6fc1a3ac243fa745ae9a7ab15febbe1385437dbd3ad8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:80fc518199cd3a1ad421b142661f0a85679b12b69d0afe580fe60eb6a13ddad4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f069665c66c19d9775b70a31aa7a1069bc653691f6abf106a88b2ceb8c0e1ec6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:13ef0c0585b01c56b865e029d029a553b458fd2d3d0204eb6dfba1bcaa11ac3c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:599d33b55e88212202b15f4344f7a18dee4f4504b3739d6ec99414d05bcde2b7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a751f1f0540505bea087d3ea9e6ba798e89d5deb772cf8e401caeb3816a563_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4c26bc366b267d444f448a4d7bd5a0d26f84bea653c14b261a829669d888cf88_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8b67087a584a2d952a6e80572686412cc8ea01f03ec8d70b56cb8a24a0c5a3c0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ac1123e890f0aee159c9105e26e1f1ed3ba5eb3ea66b422b281c3e9465401c5c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0dac7821ce2a3a5a180f53f381d9e61484cd8c5efab3c9a7dcc70b5783421b64_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6b30b39205367ec985c4a9d948e71d378b9483689c3ea179cd0f2476b9bfaa1c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:de903677bccf645889ff7968ebbc052b14273329c0765f7faa53b0ca815d6899_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f8392be7a6f5223930d53ed6d127faf727489b8f5ebbbda6b6b437c529e3c812_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:02ac68c83db9dc50cf6280a418eed9261dd2182bbf51d16fd143519e49960b17_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3746261c5d4744b13d4704c822fd62ce1f486010176fdb3bf95512c72eece73f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:85e34da00bd6d290c04d8eac32f39db59b5f50fceee9b248b2cbe27bcf0e7e5a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c343b119edf863e179df865ccde0b665b87087d78b20919aa5726d8fd240b344_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2026fc52aab5a6d7766511080699112f32ae4576108ff95b0eefc5d807a14f25_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:21b5298172f4de1e0074c4abf5e4abf27e8adc02bbf7ee49bd3388f7127d4901_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:42f8af9bf66ea72846b7f7e57652725c31b01fc4a8d39ff7e7882075438c521f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9c5711087546b1ba7cefab267b8aa30b54ecde5926f009518cf0db974ff84c3d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:373c4b7507a978e3dd62e9ea629d1e397b1f1db682e11ada1bfe5a0b45afc782_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3be306649df2fa3cc9f30e60ed5d947fb0678b0231b617eafd3b1593d10feec5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5b01a896101a5189740f84cb1a83edefdb0dc00288dde725ddd0e95480f8e1c1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:961dd87e559779e6338a4d3d35c96c0ce6ff7cb9634ce32d4bf848032f4a2fb7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8799db20cca7be653bae6b8ac5adc1d628094eababe740beb5dbc27e05346872_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a36c2b308515a293cbcf265af68ecebf498739e74ef11016d5c0edd3cf47c4e7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b86631d6601578548af20a28d132a0503fe118f53d7596a5632ed24ec5a9931f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e867bd8b76b5bc1438a7be88a30fa7707edbb1909920a1d4d1d0da0ddbebdb40_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:313074950c6dec37d29a9722b58ddc951aaf67c27b47568039f29f02f2523128_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:43618db20e6f592602096897bc89eaf3c58490a362e91e3299e20bb2a02827d9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:705f4db2e969d23205de87db1bd7dc8eb1ade64a76940fad950fd1a214dde6e5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d2d5ee5893ae16784051d9526c1feeee3c641fc3e6f337ba807744551c00ffa5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6ae5cfd48e788096162bc4517f0466bf526f16c84bb61072886a64842856c5b1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8004e7284c63cc32a05f6de732791416d57d62db041ede2829d4797139094292_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8137c3932f344ce587769bff04355ad405b6ff27009bf23a221ba52f3da56e1d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ef15235cf21f0fbfea74089f75471b483a98c920b65676bb6199c155fb61e929_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:149cca2af3f89c7d1e105de81bbd098c66be5687f18a584b644f21d0be20f414_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:33fc93d5cd30760383da666e8effb6ed32f4c8f2668da36677e98c1801ef4f5c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f9c1ee7f72c926c45cd76c12046b867d9efd7c3c381f34afeeb9b6e97751175b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fcfbae71f81307789bec93987c4523700c191a66663ce53e4009c5e0a8627826_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:04fe8c19bee4b629ee7f18a13dc0b7f49d6a4b6e19d204de90b6b2240b0f875e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5c9662139f98817aafe153a43f700399781d079390d5ad23d3b70fd6ac5d370f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d1147830f896fd229aadd2b766fbb4c8102b35a8edd4d8bbeef4928d89cdbbfa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:dfd0cdc29bca0a2239ef203fe7b58efd97ed4e72daed6609e22b20babda395fb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5a9889308bcd1c3981072c83d44206d0c3feff059e0a2029d49adcb974674c95_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7a715c7e2a8f54ccee42abf122b0028ed19705f401248d8c38f785d960f1b116_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a67de487534d03cdfc180af9d235edb21c5cb71e1224bb5041fcf2b9a428732f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:b3780d23a2c384ecef73c806cb20d7f97bcd11c12b6392c781c0deb7ceb55df8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:48b5d06ac4b35c2a7bca3ba2abc39e3af1eaf4ecb19c720d9b6e46b066318414_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a6d7d7df9078e9d1cb0f12f9ceac12c96bf2cea03a9085b23c3e4af6a456b51d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b757d11e5dc51a5822d9e30e97ac142cf004fffce87ba2e58b8d62926127664a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e61ed19beaf8352dcfd4b9478335a364263cb9839f27140a634a217d87d331e5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93baf08acbc6875eb2b665a9ef3601ca34b76767cd70a172dac7237f21b6958c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a5f2c2debb51b8aa926ede417cf9fa0e4ebaac4f5bf9e770db55a25902a4a3b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:dc97d5c1aa80515080b2b4d16fb08ee4733a9347eebc8427f10b7e70582464ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cc1559af0d7be472ae46be4552fb41e81ad804d73d1444b92cae4485118c6773_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cfd5513afd8b2b5e22d5e384a7f769f9c04709d853feb2f91ef667d804cf9a7e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:febf2fb95748ed0c440e6acb72c40d609ae7587b2665cfd7145c878a2a0b5783_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1728f980f3ebba7e48bc0e8cad114db1e0c06f692638764e30ab990f45c637af_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:41508513986b369c2f89c64af84b3980b16bd2432130fb122d8c1346f0602894_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:650f08f62aeea4bc954e69ed88a9f2f14d3c8f733c155d113c0c58b7154fec4b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:016fc7e804acce7a8b8df0a02bec320c32f9ce6224ae67598a63992219a77516_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:081f9cfabc57aaf4d19df8b496613d8aff54ceb265634c904ec7765c810b4553_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6da3ef092cde7fbaeee01c5d6bb0ca5d52af3ed8de458ecd3001bb96262c1ab4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:035d07364444ea963d64515420fa4005adf82c44b575555a074149f67db50567_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4e09fb0bd709d53a0abc6326905cc43ee36e6e4ec5e20108efd1ffe585b1f2de_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:53a5f81aefcdd57ba33c57c02941803a072ef3f1b8467baa3c53c7e073a9ea96_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:cb3d2ccb57987217c75079a9c10f230f6a7de9ba3b0fbd87d8d3d5c71f8c94b0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3472a8147e06452751999ae2d041063907f275ecf429dcdcfdce88c8a19a17da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:61155741778188324e0616274f067ec36723d0fb81d84e9715f72ffecfbc92ca_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:adfe8cb84a5f0a241fe69ec532b7092a10cc274cc3aac2b86f33ac8e725ab2d8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e704c70226ec4986c16166ba1ca54b908d1b6d9ddd47640bd5ab6d292f977508_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1d63a1d7ba183c49c69a6ffe5a4584de5282029b0b2c2f3484b4f4431e2ce954_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:441db8762a583090cf4325377b0ee75838452a601732bccf4dbc57f26f6a1a90_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c5c52612378ce1f2577314e5723642237c9a361506c448ca80d2a0b56666a1f3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3b9843a117d6a6ae28222951e1a556d3888ceab2ff75a082a06343c8030a5ed_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:236fa2dfd935db687e786cf827d88210c2f586d2d1a93e610861995908bf2587_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:647704923828c83c6ed3810e3c4d7456fcbe378516dabfac30f203a3bd3634b2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7638d755fde7fe6d3c004a6f0f7c761a9fdb75a3541f19a792c3cf8e8bf473d3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d2eaa5b8ad9464732265b84128b5280d725feabb2d4b4cef0178a317add66c39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b659f5c6da6f73bcf8b2850f0172358816bd68fca721b65a9a70569a94bc90d7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cc867d49602a6ada5de7a783136b6463c4d9adee9877ae1966c016a08ee8e87a_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:6fa614240bbc1932f65f8cc9215d2baccc05dd1cd5586fd308c44d8a94447a45_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:e85e957fc16a36b5964613a99fec1e7299db9bc63edd86ef965d879a081b64bc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:14b02010250fe10ca57b2dfe1046641aeac31f92e5691c067b3990383967f0a6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b6b13d29b1cb9c9bcf97f2daa289669bbd9ea501430e51652bca3d50f787f23f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a8ab293c4f3c6bc251bc91466b7586e5499b6e198cff46e50f6a65d97df60f7b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c5d781c35cda14ab70d4a5bde3bf72df0a3956f5cb159645e5337095bb71c5ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fadba956181755cedd19d3d5b5ee3da0222daa1dc609b629c900a0052a4cbd8b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:2719589f19df23634ec3f6b578f3fd2e827440675b72a69b89c9d78b1310f98d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e1fe563643282c027ea829274a1945458cdc5d079bf2a2b7b0a9982a5cc3720e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:28d64f60c216f77e3e006012a403671463b9dd90095e19ff2dd027def6abb511_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6d681aac67e08e2ecca32415dddeb47df6191a99f7a8d7bc3bf1697c6a26c1af_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0d31a90914ea716508caf180e30fb682cdd8066da7a0a31752be9d86ec9c777c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3ef5a3798abfd3d9ec1b6ebabf3ceb32fa4057072b2670793ca119f556c0897f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e2c62e4b87e0536d15ed8b4f2905930a750f770d5c6d0168de6291d92c51f9a9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ef5f4d7e3c872acbc4ee48bc91b5835dfef66a698287a95836344c1587ccca69_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f5f049eb01192eaca548f3585845ed6a530934d2eaeb422fc78b657cabb1f57_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:740b0d9392c76e433ebb7762e57f156a0e2ea1db37ddaed2c5b8044ca092a357_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:da9ebcef147e8d9e84848454fe2b8e259bb549bf0de88ee960fb48f6c8051060_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e8f942ece24d15ce0c4a31f731f2060b6e3874a2f486b2dd255c773fb1a55f46_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1b4fa4d6ee3081f39e54b4f910100d210da682dbb0f308f08107ac44e7338d3b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:571a51e1eca0f31f273be8cff7ff115bdf192e14f5d510705ab7ed423fd5d9e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6dc96b2e8156e7e42f758cc28302a2e94e8b3888970d03a780b1732375e728fe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b91654b9aaa85e13d262d21b949b1a96b386f202524c2e8d52ecb66c279eca8d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a677804e422590551f82a17e61f64bc03d5a8a42a695e7ae8d9de5dc086924d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:fb7f225a9221506e6295f7efdcf44adc33e5b971c470b5835b0ca3c42ee1942c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:107c9dcda9632516721c41af941362ccc316d25661bfb13a7c4dcfc2ea4e1c3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e75d33740c576321707835258793fe2fd257682099348a2a067806e764e1560d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7b6c16881c71569dbada90e320379c2159ead0b0ed2fa2113e065b361bdf2413_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9533dc6817f01e377ea2ff7e3aa4447d20ab5d016d9145b97e0cb9e758c9a8ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1285e63d6cefc0454a400b20a6e404537a8d57e5fb9b5d7ff1a75b61555622fb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2ea17afe64ff273c9208892a59773c1dca248367c849e805dc78cda228aba29f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5f33ae81c766b0b7d9c8411dc4f6a0adf760221ed0493a99f1bea5dddb5de41b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9de0bd8cb41c5324718c8d8f275c612c0bfd13b322225455a1142dc76bff0a01_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:2fee175122b1e3f74cd8976af1515c869d096da0bc4f5e9024b31a64cf88896a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9ca16ca048f3de4a5d9e6b6a38b55bf0b4a994bf7f7ccbda8c50c02bfd59c871_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c42a4deb157c31f6fb871bceb8c4401f44ffb490404591ae36110511f933f72e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f6d5c31b12c8a1a1e8316f258ccd254bf6bb8e49ae8a175eefcdf0bfc5c6047c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:204e84b23aa1edaf66f10a49432115ecb4c3e8fa34472a909e1c9a7a0c3f3947_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:37f226136e439a1b37fab44e06ff30eb22b1ba8f12eca9e85f59936c3d58acd1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3e385fec20235fd68320dd564c68770d91c5c08a864e3de41f3800937d730334_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:878a0a7473a69442dffd7c19132d74b29ecf765e3499d29f8da7b1de2ff6f439_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2b51546e56d1893aaa1b68c4e6ebb5479614d0402e840c8c850702ffb198036b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3aac893d87e5c39ae1672eb5ad48a0b9d02b49888fab57f8662e6dbb3897b660_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c5bddc80f0ba0e391b336de8ead2442d0dff227fdb8aef1874bc3db3101f7048_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:dca0c7b1c7ec76232b3d5ddd15c8716e04a8384f0a816217dec544d667ad2e69_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2551dc2ab6fddb6edfefc185f7b6d73ea366ddaae4e2f79d554f0afb79aa54bf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3cc6eb31325b1f9c9a2163c570ae1c3d4da7e7dcb0d761a0fa775b66fda9dcf5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:569965f29f668f02a342c0c7b4804bdc92354610e9368ba42a3ea5cc3172f532_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c4b2b0855c4ba25e150de01e54f0a84bb4c6c220b348945742bc0c18cc6d7dbb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:01b6587f8b9ee398d34ed3330bf0bdbf2dd01c2fe475ed4d44c547401d1dbd5a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0fb7ce17c762a70aa16ca9f7f35e41d85997bb2bb22b81986321d29634ce9b3e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:60c4fd0dcbc1ed92bee7dedce7879893a23c9e4a6181e5e6d6a8f04880f377eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8925d5826cca515b7f7c05558406b3688a14963ddefa80f5b44500fe12dfb1dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:3d914112ad75b59b03d5653cea40a25d92af415ef52dd10aa7394465e6bab92b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:f8d52c53ca49b3f9847d2e568779801321307e329f802aa9456cd0dab7625232_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d29e5c26f37fc8212f2ff15cdac470982494be155f85e3c310b0c958b943f7f6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:fc7a6712a6fe86a47b5a745e06a0c6d164779eb198f284fd0996847b025e53c2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:32bf2e7aad1dd9ff5100500c294e343af0dae3d392eed27a1c0305198734261f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:54b4afd46c87b2cc839aa7d8b8ae232aaffe0f39846a6edf9d0d3228adbd7a29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba41cc4ad0ea8dc731838e00dae166209a3e06d104e5cf11491639f82290eca6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a9395f57a9adc721c6e43e578957e21c8b9f18defbecdf91dc49d11044aeeeef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ba077da5ec7f147b51f0ee4432082aed3b7a3a541729913bc2ed821688723e99_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb48a38cb5d06b67ecfb4777c44d44f3e32a996397450e30f40e7ec3e340a56a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:deb40607f193ff4e36c684ce74167e67a7e96187f1a44a1f0f20f36572005843_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7dc856fddd561c1d29112b0b8d4dc39dc7503974a9ff563612e6998bdba4b71e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a3e01913986169c592bb770fc49e3875d46031b5788f983ddcd52938f9ef7a49_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c3481c6f76c644c017392c092dcbbb25a288acd14a9f01e20afd0d2d35e16d32_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cc440be9f6b3c5e22186b6d53a428a8220201ddaa79be39e19cc31a8fbd7b221_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:12d7ec468f9634a53d053f3af7957c5162d92595fc3385b26b08acb22b7935c1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:49f08b645fc28af342483d9efaf2f607c9c2a6b491b477cdcf2985c44aa3e894_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d32cde1eedbd0c110bc10836025cee78421ec16d2924d30f5e6265591a9ec716_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:df885dc6da20faf1903dbdac693889d9882722e8b67bebe35f624c11e4616262_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:16c8b8c6aee6f6a06367ca5bfe2be8fb85a05c3f18a819683f49d1a8c73941ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:376659c608333e76b0b48fcdc69ff17643284fd22fdef6c6998f07be54c1cf91_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7359a62beac2d501d629e6768f1767861fdedc0d05f53a4424a2abdb3dbb6a8c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c71d05c245bf1a4955f46c785d7264985e1f904de2a19972f7ce6209a3be0e4a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:06ab376096238d4e04c9ab713d83d3cab5db769b5af1fd1c57ef2ceceec6ef61_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2c80889bfaff670acbf859db3624951cda96d4ee8cb1560806ca4215e8c6c04b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:627c6b73224c3e37181a19cb598ef9a425cddc1d17d97b6c23388ec1345f6a88_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d5d338daef4ae436780be192907d28a26785021d97865d8a95db9065734061f0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8e59a286a05743844dd1333770197161698788e0db4faf8e00cac6b2fb9a638e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9029d8ef1e4455dbc1910078afea1141f92a5c4d2c298ce1d9e4319209b55246_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:da4ff38c7a1fd5adddbc0b0d3defbbd580197680b22648e2ab803c90c4a8c9f2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f6c44d76a715e0ca38fa5e2becad93a2bf3a41fd8f181846e7aba81b0c579691_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:167937ed04f625a9cd2d0b8ed6048a5cb7b6d435bc2d41775d7db4dcdb5fae95_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:176feea3131aada18df5da44af30a127f4dff392ce8ef57f7e0844969ec95923_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:17afd4ebbc2a5233681d4cc1774fcd70dc932bc10006235b11de8dcce826c2ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d3a98e507691edec50373d79ce9df48a71cb6a19a75c9276d0c5905d4f204b39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1b6c3977b4835b0cd5399523dd437c230b992b77a0e7352b095d008be96fcdab_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:54d79643f3a191710d1362d665b5c838130f3e51aecf1e27a2cdf66e98a3cb8a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b8692d27a4799d20ce1a8374ba99f55732bb7db56cdf8f5b038424a086db614_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d196f02212da5e80ac5a73931316d38e9def9aeecdadeaf07aec685e661f9f98_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:11c2a1966b0632e85caebc4555e3e2f726277175b27a63a5e854557499e0c28e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7e649963b5c1e2a7e8813569368eaf0ded5e544799d561622d469b03b9d93937_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a23fa7969c6a881648ba03ed1a13692c5db21b79f0608d841291ea9118548ed7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:af57ee131bc09ce55ecb3ae13ed7dc3ce9607a7438f0ac5a6e64bbfa000546db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:3a7644c1ac089cabd142fc1743b47302eae8528b13d1b038298f2f57cf746326_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4b5ee426703ecb55bf537731c39c69ab7f86316544cfc472ee77fbef7e5680a8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4cb60d36cc3b34b4b1496b74b9b2e68ff152a71d7f957b356311ea811bf05573_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f3f64bd2f70faa654f7134d803efdc032df63fd4ef07c97abd38fc41e625b48d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1b75d96a4cdcc3a37848c5edfe598cb1d99bb3b0707db5e3f62478320eb90f9c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:876fd001172d5151ef99c02826f834ee4db4623b00699a8fb30d6a456a7a8687_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ba8fddfcfe0004287ce58db40c1092f2090b3bbb0810c277066aa2d97799f8b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:bd9982e951fdc7259571b6d5983ea2cc44402cbea411ae9a6b135692bf5939b2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a7a8d4d8adfd98d3a6e3d37644b33966f2c34ff1e553fbb5140ab9a15563e821_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b26a5a47cde227edb5e7f6e51247a6cd91e13484f6b5f7dc19b62f83b7478361_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ccdd76d6734e3a3cfaa1e432c1508c097478e842fd436672e57ef2563d817e4a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:fee8f3b24b431ac2a5d4fa3d96c90c5e1aa68c08ee8ae9963fee457c98795197_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0e559f5e780f3849e73d7246176059360631d8c4a7db1700f6ba1b6a9e6ae089_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1a376560672f81b7596417591491e71d065e90672ff6ef5d37ed0785e9baab16_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:350a0360dfdc31eccadb0e8b9397d5a3436bb509999034b60e611428eb006cc4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f8b68ae48350a5aa9bdf47a36efbf661190d497ab5a139027a2bf4579d21e095_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5fbe979b3d448e36fac9615ccd96f8583b0d587d46f6b1b3749e85938cb2e510_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8d45dfe709ac701d6eb800b081947d39a855f65c756f31ae47b75be9fec0c260_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ea4fa6caaa81f207f2372c6179c3698e225658387549ba567c232170cacf8570_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8fb972b411085b4551e10adbd419e3cb89754ee5300222cc4fce27cc349513f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:066d438bdfa1626aaa7a0ee5d2e3222724f2f0cf5bc9a189b67fd5358a0a48c0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:747c142608d6f43952d315d7858f57edbd2d9de2d255938dde311ea580a329af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b2ee2d0e9906ef1581677bd239073c09f93e5b720501e9001926dfe7db34839e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:bf0b42c5e7e51129966a4744bb253b7c336bb88b1f1a562e481f7eeff5428136_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:3e9309d53caaafc9b145f6b7fbbb8879c9f018ef226afe101f6dc7ab02b67856_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:3a558e248efdf5d3111b7d61e8bd471682e7038bd34c4490f8ba69b91b44f36d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1b0981e2ee13869663087d6504e0c0af6f2c56d2ebf81d72b4b7c751bbf6e500_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8073e0be1f7f7523880b30946f1b6868274c070acb97d9da2f5c486db99ea18d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8980be22bddace1adb383fc356975fbf0af9ac8a20bdc95b3303a80fbe296f3d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f4293de50825a003a825306a45612531dafce45b72a91cf4dd455d596a0c60ea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5bc26795163f03947b3f42a5c8cc52b7fd6eb713a0fa5a1558bfe834c21edc0c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:7f29c85842a34554f06db311ef67ec08d1d947d32b4363d1153d92c8d13c3214_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:92857eb171128909119700c431920f543cbfc89cd06aa98db816a2fcaab321da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e931e3fe478f8f905855b4516e1ed9b33a161536c447025cd14dd68778c40fa0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:338034a3ce7dff3efafd00fa35b858c23c2ab284f743df414c6cdae455f8801a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f12584b95171f442bb3661c908ee43de70d0400c6273eb4e93325a5f3f167b54_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f37f6568957ab825b08c2ce8fc6b32ad18f5b7bee50b24b1804e70cdb144e5f4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f949249e3847338ce4ae9b94b0d191edd3f316d471f0a9047f97e41e41b7554c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:407286c96b6e9d0ee4e8abec2b06a5dad70fc69820a00deae47cbf3fcdc65a40_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:52294a05713b24485ce6d7d1b867081da2f01dc008b9cd052bf8c4c37839f581_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6693dff44dcfb7e6fe67f5373bb73d84cf401d20640c959375f20a24d31aa697_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f65918214ce906cb5af9a59ece43a36870989c579ac1660a2a58f9536a79d9f9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2ec7076ed08f4ce7a61f95083155b5315acb6004ea4245c70be2763eb0ce9f4e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5a539e39b3aaf61d63f391b6960cdc5746cbb4b0fc07b85a98969f5c9cbcca4e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:93505b057575ff9292e2e96903238708b940a23953a79cf8742c880f1fbc743a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:be43f0ee18b6d56d81a09871c4a30dc2245ba60cf17ff0f1aad10e117f40aac8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3923e99d803b6dd5bfd2fc957101bef6dd86ba8f6de9e59a849e4c7a02d57e0b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8253bfec4409c9a02be72d7e8d87fe5f4f81c1bc58a294f02dd570debc4f1128_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:851fd20edf32778383c81e3c5b935ec5607a05f8fc569f64e31875b8bbe81d6b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d06d41126ced4841fae74d0437b18e9f1699d285158fb8725a8768a6e9065b79_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4375e44dccb08eb4ecf461f4e8e7e97d617ab5b1c968beb481d5795e6bbf0229_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:75140fa657674afc46d698aea19115a9f60c7765ffff6a0c4ae5ac166c725597_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c1a31ef64ecdd90020d72f323a242b551a6a4a85a4dae309e19f5d8f12d77b54_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c3b1ed110f6b17263484b7fde65642eb349162b206c0b9a2f463bf5eb13273c3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1369aaf62d9d273eef766c42f7015d56152f6b8effc50dc06d75b1bab38a20a5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:47402101d62f418c0f6b8e3c6e2367a8c84f5151a0204f326bf1fdbe983c603d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b519e10d4cb8fd9ad126a36fb864d2f29f7df218ffa1b3b5f222e0befafbe360_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d70f848ab6450690b8329ae367ff2e5a3a5b295c073028dff7cf810104c5be5f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8f8c882873232fd9a00adc69e199f1b4acacffcdbc282280ebb61dfb1e61b875_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9fe79073bdf1745b388fe52bee661394f96ba5c0af585ed8ab4a61724e324777_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b2b91287350dfb474763ca5d332c4765af0c1ff2d7be722e23ea93970add2687_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:bb5f4abfd26a9446eb2f4cb1355bda840ed1006a6233373434378abaf0e617b3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:07ff9687205eee39d9ca211c0bb0c6b1618848e9e74bfbbe793aca67de73fa88_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0ba94d11051416a116cdf516dab74d530a584fe7c4bb1e8d3deb3bde2214e459_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0fe87955631062bc7ce78891b9eb056f899308f8cb8101b3a44f889c1f0c0654_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:786de5dd308c9fa6643aabecea0bc666a9ede6fd2a5ce1cb0d511eac2a19596a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:719989a197c3bb8b8af09e95af49125cd28014fa74c7969f3f3b939223a6743b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:743119e024a9aacd8bd4bf45ab9c14e684ddbe2307d8f965e972ace243f128b1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:76c523fa10e222690941abc8c5564efee1ec4d309a7d023480b6000a545d655d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a13cc82f7b2053435d5268416686ae2ba89e37b6561e49c7ac395cf3359ca2b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:98aa0e651302bb73569a0578e6c11a1691eafb5b0aa28dadd714a7b44b498f8f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:9fdce4b5198ae740daa858432221625391f7283bad587e1ebc1220e7b0b4fa28_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b072bc3bdd61164b8076f2799e705ed8e34281b2cdf24d9cf08deb8e697de2a3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:fef5253a6623c30368e9e7e271501adcd9432b96473cf8278a7b81140d287de0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4eecd436b35c9b25eca6975ca9e938c2256fcfeead67e1ff4159d7e36122122c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7e11ca9795aea60b3f0853ffef0fdbf922f4863edd96c50fa85110f36bccced2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c95f8bcd0835611bb90983e96e3b780ccb65bd2bdc7f7554432ea971eac8095b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e497c1834c97590a0c388b58dc823cdff79ab6befd5f2a9bf494b3acc3181eb6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3a7af87b46058334b97531a4b1b5cd5be47e2ade8d74497429529bf0a489b275_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:97313aa4f1c1c9aa51c77a153d0f0eb35cab9711b7f1465b82a636ea44e849ef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:ba0927ffd76ad6689b808e734038678c91854ca3d0630613094824549f8a150d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cd8feb684b9c70a4ffd7077e19812273f333174a70f7c2b63d57d140d8002382_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0c8bfd6ea4d0729e0ffffac9811b5db2ecf5c40e68ef048ab104f161d2689b74_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4dc7e3242cdcd1d3c1ea5930da7d4e027383149373cb6af0551ed2572eaea0b2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b78827903e5c338d67a4ea2ba10ee67e16482ff00968ba99c27af2b6d50ce202_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c9315d23ab26f6f40e05a5fb1f9f2dbce075244a035b1f16003d1108a7ba36d0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:270b5e756fca54f2dc05f04b6f7b43f7f188153811decbc0b49eb215b11c2372_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5331e8ebfc48f4d2322226b8986dd178f133a52edcfc0a192e89f1785c8d568f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6cfd8c3da57c17ae1c430f2881c66eb0b1c456bbce4a9ada2491b2c873dba985_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa346af0288b5886b5f095d1fa0ceb7715d4333db919ff9d61078f369642cc29_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3403720059bdecff83f784e2fde54d2bebe09223ac6cf99ce2b4c840b9cd4a98_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3f8cb2cffaf6320f14ae09f7e44c965681b395370a156253790764ec9d2a2aca_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a02dde1d0b4f4fbbc4e6f0afd24da1595672f3f290345a4f6e98e11d89854a17_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c4e8ac4fea3c281effed3996a378c2e952a3d3704e47863b2ae6b266d2280920_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:46a0b302273acaf2582d377271b910d9d31ff98744cd8f290583a7bd5579761e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:af0442c88d2b9b93a187010065424798d89aad1d695ba438c815d04d7fcbef04_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:bc7b78f67fa189ba63da9891a1b05694d676a3ed2fa318336fa0850d63815250_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ffe4e64ee1b721aeefd8f1ceee11d225dd69319385e3e70f0bb52f4f40660a45_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:29d5a91b39dc6e72677bdfab50f56860c53e67dab139b464dd571fef9780dc6e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5e6d4e29635ea0b075e402931daf8c384d07ec8660223babfd0df9d572ea6912_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:82555977089a1586dc24154b46be6499607a9d15110e5b48d9a549ee73f3843c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f32c4a07d2b7a14c39db1e5e5752960e46bcda700b292336480c95f359adf0d7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:86b3e656caf1c93ba2bbea00514a17b9d06cb7a6fd5c6746d80ce35f45aa5907_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ba5c8896242125c24e3a7e5698770293a601e9e7f8508465d7b45920cc9ce240_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7de62e540922f1de5f492527d07a8e8f4265d24b577cf2f93415209ccad63912_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bd71e582ef755da7bfeede697b5c2ab29ab9fcea6bfeb14cc8ca168fce5c7bd1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a1e6a736546b54bb2797d85d51b8f2b213fe2f6be6b26bad5b549df9dabf2d01_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:efc7fb9608c2be8c3c65aff302f923241bf8d008bc71c2fbba0d82ffad2b4f2c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:aa63c460867d565b44b2a8e919ba9a0e7fd6717f71588cc5a7e2ad268fe13181_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fe1f1b5d6da2e5ac66c689da49a4c76916533f30ab456c9961a225a5e26cb6ed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:36fdb2cdf796941fc6638036b3a31048ba0209174c7a62424fb410ae14b1f81c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:65a0b94e9f663f3d73a9696a622ad46c73a5fc793f9dc46ee07fee8ba3bbb443_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8afe2a0c6b1b200201f21b148caaa682bce77cb3b1027f61d4c873e5babb1b30_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9f7c3543e4b1a095399d1219c50f1f5081440ae1605154324d57ba9201aa4fe9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2c0897a842cd7b16b64888568ca65c2a6e473c24b2ba9bc5067d6f1f237885d6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:432c94d7d5d46ad66348775fa0e1a6c2c142469e8a770db5528a1aa25664c389_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c86c7188163be31c7ab04017bc46ae88707437f804ddf2b5bd5a73ae34f64312_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3f836bb9effeca4dd6a230a4241282d33ed454ebabd84829c41e58db5f24f47_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4632ef8ca0af5a8115f3d9490c2ad9e2e44361f4d0671fa8a3a1006254b173ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a7d2d10f5326e2d71551289740eba86d6dd2f12526dc684b1494bdd4228fd8e5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ba876751849dd525a26e70996e7e02092c473bdf386ec4663a54ecf61c4f0d37_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e842cdc56ee7728aa71a7f95eda9777ba229aaf959594e73d998fbb30b7f76b1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:90331abb869c0c04ca7bb59681cbd957ff54eb0e0265e16368f9fd6ab6937acc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a02580814c02bec4c1c9b79c4b5a48a5a59caafa60a573f9f99a4a1ca07c6f71_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c197de59c38c060dc8aa099a027922853e4b9dc7e5589ac55c8841dbd44b1367_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ec7a4bcebcc80cbda32227224f64e67cdbc98d3fab95466b55c89755421ea4d2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:223df196f0cc747e52ffae9f3dd03fab2da3c72d5e3b189e3035d4264a08c6c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:29f3154c0b972730ae9a54bc496bcdf62e9ed348b73d98ca958a265717ccc2a9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5e12029e90adf045a4377f4be2be75c879e57aca7aceffa2aef08aa262ae0f42_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e150a242bffd4437f92000417cad89969fd547b5da514f8586802b99a668bab2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:17752e2fbddeff8e6f43bd354d91f248b4e69d88e80b29b75508fb03b82d92bc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b1703420b5a67a12f055518b6a23c1d8259dc8a064a1447196f642dd23363806_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b93a134a81af485a0f07dcd6a71c816ed517178826539d0f53b6c45dce87096d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d266a3bfe528e76a8c6ef1700a2016080d084cf6fad2e70efe5ba52ff0dbbc51_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:8c90e9864b3ff53d398f2451254dd3707868b36c6032d8d139cc3ef2cbd9084e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ae6ebf086515376ed35bb432a7f567f7bbb44b8d1b86773fd86daa387c5fb933_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0a0cbb021e13ce9d693eacc4982ece2e8ba4697f5d5571b8d0671d71824fd07_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5271f6452a89fe7907b16f486439f54f0dbcc3d075a70ef446ee4cc62211b1b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0abb949ce9461e5718c1988f57791c7537eb1b3d2184f4b4268fe087e39726d1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1267ac849f67c33155b54409011cd3f0eaa27d5f211703875cfd383d1170ef9e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5082f39df1f143f23f0e587dec5cdb3e3b033ab446a57e7e808c88e6211a1a67_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8fa27bdf891edfb80585e470f09c9d6fa369aa727a3698b936b4818a4b46448f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:017bed02593deb2e9cdfe0f268916e5d1c8cb7a4f1362c6eb3c94050896d7276_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:027baac40981f53c9ec53f5a4241a657929d6289e42a0e5deef617c182b7580e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4bd5b70373a257b1fce20135ff4a4b3e6962eee541c67a0e29ba9a2523d4d4a2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c0b3ed1332b228290882bbff6a1ad6866f5ab2a4586b261949832cdc3bee5797_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:047c270f56b685d5a4e67afe43d2f1ff47829a259be6ff93bfec4864233d4497_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:50a6482667d53de3d7aa2bff6df05ca21e4e9773996afa8b8038721e231deaae_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:653dbef43ed7f531ebf64c9314756be42738f1635a64097c53210ed0b6b0de88_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c4d2741561038e0080204335efc6eee5b6ffd8878553b240dd433fea701e6bab_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:3de609d984e39497dfe119bb8e0ac2d6d823dd894a5c866e5ec87de5b5711e60_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e3a8b252aadb5b32f42009803b56dbeae49a3ddbe9d00aa27569af4747fa403_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ccf49e256cd9c3bb428badab464a17aee485ee1516896f1ade10da11085e843c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e77ce95a84b01b09c5d1e6dbdea8970543aa3a60f9292300beb078d1288bb801_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2ab5fcf7003f4ba3de7656a284b11d6ee05bb02cd0f3532671a8c368f7b15178_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:44241e57d9067223cdd1585db9d699db113931b7a273d207516f60c498570677_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6aaa55450d567e2fa992650c456cdaf5529c5d96fc9984f7e1a4aa9ed6294bf3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f2fa21e8a0e88b25e9037a9c2db4b157ca6fef8b765b36da7dda71bf5a4c4478_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:10bfb59c904103177754f0336f7b7bab676d240480a8213ec42a778bca3f277e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7aa4fdd78ceafdc887a91224614657e86c1e12b72fde68dea4ee5c6e9b610cb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:e4a365a0516b0c8ef2d1259ec4bdb7f76aa9dc0d3c3cfd5d5b3d34341d349772_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:a06af7a856d5f2416777c1bb1d271c189576e273450b25c6dc5937cd16b8bf8a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:28b8390dae142ea16bb05f6bd95f19b6ab38dd67c341168337ca07fe4f45fe87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:be6a9bcb97824c91f393af5aac5a146d819ed9893f5a074e146afe18f3a50dc9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e6392d583f97f0932dc01be55534fbb6dd3014f84b745e8bf7583b96ad7a7761_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f30d93c0f244f5ba21807dca912d18d4facf47ceaf43da7efa41b14ee816b71b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0848bdb082bc8dae6bdaa956d2ae36fdeaaac89024822f4bcdffb51da1165fed_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9f9603a2dd344770da433fe8dd50a104d69e80ad463f9cba71b3aabefc4fee61_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ab417553778971822422c6eef94aeb437209fcf88e78188b701d4b2243ac5be7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b9bb7615df3eadf64501f35dcefa829934f330892801cbb86e9f70f5dde236ec_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6bb4c6c64852f2b7ee590a0a60db256d8dd549a4b141fe71d311bf30d0ed88ae_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:837cd26d96a814814145cd0aa0cca672769283c499eec36c457ae432b99a7466_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:956ad866d891e1340f630b9cad6ec73d1fc60d4061d4c63946ed714900388a3b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:9c91591eddbc058f05d052e3178102b28ebd25c2c9cb796fffd5047f5d413d12_amd64 | — |
Workaround
|
A flaw was found in js-yaml, a JavaScript YAML parser and dumper. A remote attacker could exploit this vulnerability by providing a specially crafted YAML document containing a chain of mappings with merge keys. This could cause the parser to consume excessive CPU resources, leading to a Denial of Service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:06ab376096238d4e04c9ab713d83d3cab5db769b5af1fd1c57ef2ceceec6ef61_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2c80889bfaff670acbf859db3624951cda96d4ee8cb1560806ca4215e8c6c04b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:627c6b73224c3e37181a19cb598ef9a425cddc1d17d97b6c23388ec1345f6a88_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d5d338daef4ae436780be192907d28a26785021d97865d8a95db9065734061f0_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:0c95fbbcfd5c54e6b2934a8efb4f8523d1536ec1deef78249f4daebaa9d327d6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1b84b2a1cecab16e75947d29572008547922714207272a5dad8169d1ca5beab5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:466597e63e82ac365414c803f5ecb8f06a72374885eedc5daf9532aad16ac148_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:de9cac5c7ebcf3d43cad87758dd2eb0f4d6480f59bfb4112c224a4497aad9ba7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4ae516b98be8fbdb9b783345fe680c1d6ef57b5dc06b2ec3bbd20bfdb7c9b2c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8f242ba3e0b9c57ecbd85f0d4c1bd67306357c92b53968a42419736c3dbe04d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b717614ee549be99c17ceef3d755c66abc983e821e04808df347962858e0da81_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bd0f90ccaaaa74683b9bb17db0651dfbdfdf8f49adf0ecbaf8e83756d270b590_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:040115466e4f525e9f2386d6f8838c51f8e1638eb06cd64f071d4ae027a8fb9c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:1a677b9d28655390d007acaa656997b12a32e9093c1c228778ef96cc6f4ca875_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:39c68aae39089d044ce992b949d4e9961105711501daf3d4f0ba7e9981920729_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e814640d65f77818c180a706940337f8ddec8ebe4cf22c51a58a8b69e0f4099_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2831d7dc9f3cad92219addd21b93959900ee2f71e2d988fffe913a6f88dc7e1c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:50f602354dcb223759d781cb057b4081a424d6a509178b10674358cc8dba41e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6925001d8a798896438ef1388f54bc29825c37d41f2f09a59e3f8bf60b2ec6af_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e01a83cb76fca294a011e022ed86f1da8cde36928096422a440bce8e42fbc8b6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:757ad9e0c37b861340a7b2269b068d5b0c6355322eb5f5898a856fd9c4495b16_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7f68ff8059ae68d15041b8f38ad5ee5278289e1370d276cf7e78fc7e9fc3bb10_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:816787cc8c95a4a2df1416f09af6228559333e1bb1421ede0c9e2093444260e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f9bb9a184319c9fef278d3c6705f56cfc592c844f5c458bd20bcdc07c4230982_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:198f39ed50bbd835f4789057f9d7fd8de0962f1641a7f453dd90d68b5b2a4e7b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:633ce875ee7bb08d9bf00cf79738e3e63cd6bf4de2d40fa6860142a301c0968c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e169d65b86f23d6424af5e7cf9e1d0ced58382128092821676196c0a05f91da6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ec2586358c34d0130b00a3714b50c8b7bc33ce915aef6aa79eb214d38202f37e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:13e81e4c25d8c789ca15eb4e84f3fc531a50b4dc0d95fa3573e002e3b54cad61_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:17637f8455e0e17bb3dca34545a26e881cff3e1444af45b9f45c3e282a252bb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d2dde1514fcf3308d1469a0af6727835121c4d6a1a1775a675a7ffabba8e3bed_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d6376055835ac40728181d6f354398a0e60ca131d2fd8f41471ed87e974ea4cb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6f86d997faaf61c874def5a78cded319a188c1babbc4dfefb91a29f7e0d7f0fb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:73bceed99ad1b0bc99e66ab8361037e4046c5212645490161572fe6f34de98b4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:babd6b0e928bb674289f34787d3aa536bdc4c24a877a5ac9311f21f0cc9e6224_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d00a12f6c4e75a2c93bdd135eeb742f42868b0186d9d03f318c885407a17e439_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:0932891a63e5ec5a076c7848d5746e29d972f3a96058914bee8fffa4921fed38_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:472e977d39473b92992f53c0225de477318b31be8656c37bc35193789ab7a456_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:71021ecd15d688aefa6db79f817c11a751b51f6ea9f2e48781bdc49c6de98088_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:9563eb7617a4d3a9c22fefaf03a4ede698fea2621a68ad231cd9e65930043a56_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:1fbf3bf4990353e799dc271bb4a0c58b385feb2ee60207636a3f76544b4f5ae4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:7815e9dc63477803e7e8bb8a01ea83043b5503ba529f64db3c76ad1c4cf2f0b1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ab22d93f277f9bb65fcb5fd9c448b72f82384b9be43b8ab525d2836832044eb2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dee02e09373732db94bc442ddcb2eb4d13095a04e35c674387d3df8ba23d67d5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1a046b24339587101462756592c87ae4a8f699fc2977a703e6d031e2022a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1db6c409fede3e9ec09788fdf286fdb0634de6b6e727ec010332f7cf2e462_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:bd6be5cf4063439e92a1264ce3af0ea6528b9c27dd4b26f043a80aa8616575fc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c955c4b9dce1b25c73453079a21d84c5a2e5d0b53cf6e351f9b1855f08db3fb9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:221943f7b65573c2942d88354261f93a01950be1d1a86fa853544cc4c283c027_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2488ca8b2a8f658f3deaf9a70b12f7aca159490b5e0861d746ca8ee5d2010041_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a3435c546844b61f456789fd315495d6bcdc2560756e9fdfc4b896cdf70d75c6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:be2e4dd58b8ed72278bb2c014317e69185e2b19dce37beea7fec3798abcb35f0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4da2632fea643a834aac3fd63bc51fc6b0d768b869ac450e6779c9f36429a9fd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:56ab8a9553f0c0202a47d858e234f2672098514dd647502405cac1f28d14196a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:abe530f4e865add435da2afd379a3a11a4d75c257c2468a09bc78f10256e0be9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:fe1397131aa0d447366fd627b12582ed647551ad3af13375f8c281ab73745f0a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0857a5a2cfb5c277bc2d2545fb19693f23285ccf6b75144da8fcd7225e1df1c7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:43b36fb1f7ad271530f5ee9040cac4651a684e0e08de2ed90a2939b736b565ed_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:7f86439496ba6573ee1d61b5f4d414dfbbf65a95526cdff54e45229f01785517_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8094138e4ed2267cc278a83a1586922c957142c9e5fcaec62db531c83b79566d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:309b1dd27ce0c7dc332c7141e576642db4aee6076ce50ccc2930e824f02ead2f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:35322e4580b0fec862223f76e0bd3c95ad0af31f3d4cdfd6423d3ec47d6e25c8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:699bc772c8a648f8be7d6a5c32d786d8f6484e584d918d68ef8a32cb1499663f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:779afd8e0fa21d022d7e75e7ba8da00cc7604db1adfbbea879bfb1d0f8c9c831_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:49e98d0193f7d7b4347043f0655d350a7a0c0d8c8b850d95abb57acd13dd8ac8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63e308cebeea85127f584610f59cdc9b228f01b9acb227f2f6eba7fcdc29b1fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:71f9b47dbd3985738259a6bc9a5bbdb240fd21284a194b47bb78538f8e870cac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:9181583c88b3be23253c76e277f140c0a1532c1bff7d62cd0da1e14beba1aab4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:0f96581804dbadea29d9ef9a2a952753f5fdf295670ea0297622214e2a9b7d0d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ae4714025025642ff5d9e250a4715b01d933487fa8bf4eaf82629ebd6d4c8702_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:cdb096f05b664fb542bb6eac3cce52c53da2e4bb636189bb53f737d3075615da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eb9908581f71dbe01d8553e494ef022417196408e9fdbd32f08fe1f5b9c9572c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:08725f7a384b4e72a173141cb35fb67293385ed72d973fc4d497f3c0f0dc626b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a322e3fc620e914088fb5669f1459a47140abdf027bd011d6ff4e5b3e6b909b9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b950e80fe164f86ddf624c80210308a634929ab8eb493496ef86bff1c5248fce_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bfc663a0ca81dedf849e89b91feb3fe0af97932fe8a8fc711d7ab85b6cbdcc84_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:13257447171d38e6e99c66faa476de6ff6ab934c285a0d1bf71fe94dbe583462_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:23fa493f397748092cd71c41b9d83d19fad6a5433b692bc644e30af790cf60da_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:28b1c9ee4102140998781ebef22f269316d8c2be2254c10b4d7151dffb0d37be_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:be2175c2c6c9d882e44cf10aa85f1219573952473e893f67cc7085bf0a324407_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:61417bc1ddac0bc97c786b5807c2fa33eebc75f7cb186aaf9eef2151dbaf75a8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:73956194247e000432a8c5f7b78255062c5ca967745ba2d97e680a06f698f518_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fbfa9ada74c4875985fc4bb8366d21eb5275a52953d44bc6bc740d48edeab5b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a545c9c2fbb36296286f684e02f9a5bc337b3c3fb9c83c608c988c88455f9bf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:34a8a8a4a62b36b5e0eb061db3d56905c8dddfeb2e7a7135642f947ce6bd01ad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:41c2ea14036c2f8639cf0dd634e327841954eff4529743fcd10e8475546165d0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a884f443877c7a3c0b32dc60a79e1bcbe89036549da7a8aa4608ee2ac6460765_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b28e8574a1d3b374ac4a61ea4f3c16eb70d9ba7385bf830c8698f4490f8fd3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:8e245c278c66405066cb31e9d48e97ad9cdb826511bdb1104807d26f896043a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:380e3045135a40d202f330002512a5c499d8d2079cc38e5c0bbd5a2312820dd3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5d06442daad2c126259fa5d594b53329e386f560b77a475ccb0cc37148644a5e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5dc0ca56deaa237fb0bcddac8481b45d3ac81609b36c3b7bbb6cff8456899208_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:aa669084fb336f5d89d86cb58aca73b88d6bc4b6505eac2020664e0b6abfff6c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8cb392862e1835b610757e822332074ac459c593e9bd60fb6b6f6d0aebe577fd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:987afa1aa902bb85d7c2d96f1637bcd19bf21eb832444c98d30171bbeb746751_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ad2f0cda09211f3e0aff615306168baf808e6fefbf1f039c3ae1a1fa7050a61e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:bcac50d10432ecdb8bfe2b465ba75889248ee8595f23c5243d023ac2a336f3b9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3cf2d6f464e6a2fe5b4a8cf66690b3237aefef0c825a687a548f81336507cfb8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9bd17213796576ce4d315986dc0b271011c37cd6e9ed75edff5ba80c3302fc26_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3205092b914bc1fe858b2ede7642227e04f35d06daec4848fdbbc0406fab4a03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a20ecaad93b15b869fb321c7503adcddfe1f0f5eb3f0f6427bd363234010853c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:57259db0550547f85684c19078b9af82b6318dca0c00ef8da27de8c8dc90e305_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:a95676fb6c1cc1b20cbb758a7c9fd34e82b3e114b81b5c17f47ef303feca3d51_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:49026487ee6722c3d438c05c1c181a36d14eca2f0d8debee48e4a02db0486145_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ee65002c4934842ad86197a89e838997bb87a93ddc9de3423eb2af282a565c41_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1bb56a1a194ba6f64edcdeae267fecec590c14c85431ba62ee8c6b5744da3a47_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bf72f3bbed57cebe1deb7690cd7fcb6d371e526630cb386d13180726736219c2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:81afdbb2d9fe212af38a11b4d00ac952a306e13f91b23b2a081c0393173c5e63_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bf8d63c933996abf39eab9406b3061bee014d766a58f4e27a56413652d319a47_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:4a5021268b1ab163318270fc9ef07afa8a29f288c95ea69700c4bf46f88e85cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ea443d9738e4428b6912b47f9c1d8d05b75cf8b137f0f9a76f852418b33b989e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:00148cec706fce87b240d38dcc91434f3c167052d5860d42ca9057e24c3f35eb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:7996dc231961eb51daaceda9598b04e4bbe7d0e4019dccf5adec8a14d6f7e1a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5c70298b919a36de41bf25d870bfa3da4013d36c6179db3eb6dd2e67dd20bff1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:a64777ab69af6f2b6cf4b78e5a00148e98353748946991c0a6da7eba76b442dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d4b6a07334845b2938c6d09556cea5e0477d13d4be6247bc9e3fede2e46aa3ee_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d5e665b41152b8363b4b15973a7b86365bb2c047366aa69bef7e1c499cf4fd3d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:1a29c30f85b9bc858f0c70ca5ed79934494d92849f23baa6c7f26f67ea49c57e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:70f95a8b240afc604ee9af621fc3b63adaf80f593f3131e7ed51077ed2c77a1b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4d217b45b97c9e01ba3d54d03270be07e9659b0d4313fc85999aa49fca560108_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:634f48a37ef03dee1cc0c0626c32aaebb8f9975b4640ac540f02910bdb3b165d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:00f06d1c70494444172d5630c33e1c93c333a880520bad3a810f96dc69cced15_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:01ac79392fa7a265608b75458534bafb6e5d350f2e8536bb9de48566c685841e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:12047af5271e61b4032c04c98df9ad54363d6beb13b36f49085307705677e345_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:37e5fa3bfc88e99fc78f2ced6cb4a99f5099942e40158dfa6940784c3d2ef95c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:54d10266c83c4d5fe91b013dac51538493ae4a4322c925e561c45316c73b1e2d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f799d506fc4087aac0eb4b2c2d6c8e511b598c6b3cdb1ba5ee470b787759fd8f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:061d1b86afedd409ad4947a8ae59064f0fa92360cc82f640cf124776753ea3bc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9c7fef9c0e22e1721125d5b1312e509fada544e1d3d956338c3638aecea53dad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d3d951b736b910437255f3455b76357bfe0111c257f5a2d8dfe0f9abacf30fe0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f7feb8627754651663208ebb363a3e42e1767e16a65914148ce0507a77bfe795_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:23b0327190559517a3526d2500534542e9a397210cc6f663ac2b313aee902e92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2911daa552328c8b01b19f91ad43ac54da18d343834c48ef35f12adff8077785_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:43960246dc7eb7bcef847c0d706bc6b0f0a407053a2cca7dfe27fce23c6d2af4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d05434d4552d2ffdd45d2fd44b1b2e2e8976a15f0f4ae59ce7dea73ca97dbcf8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1f7e808f97ad41f4c301736bdf2e06da73f2d0e3ef4ca838f0afd65273db7c8a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5553003527f078011d0c440f86c1480ff4e62b318e98ca2a4af97b42e5e186d5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:582a4e6fadda74e5c6c49b605b7967e9d6f25c84ab3de162c30931b1dcaee31b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6d54aaf9249113e5be1b6a87bf439ae778918533077a41ee9442396cda4d2642_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0b4378067622a7584c3be2e5e5d8748a564ae7672cc882bec0c1d6f4f4c28686_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2ba6c6b021db9b58614b1ceb9b736978b0e3396b04dda4518406b041448dd5cc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7f7e406ef7b654a66bbcbbfa5326ceb1ddca4a0236cb60761a0ea48b919e8571_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fc403f7babe4eb16c770c80def94f34696b3a8ac55360b17c88edb11b9ae5a8e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:473d595a495e4656de14b1b22456ef1ce2218fe39d02bf738990c0be4cdf5440_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6b3fc95809e8ab1be94de33cb375207b4302f93dbfd51f2a67228025c1e304fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7d0a9db460cb1d4c918f87a02979048f170f5e692e83cd517bb9b3271aa06dd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7f1e2dcfd02a6a5fc56c6665979a8981f11144a5bcc6419feae3964b190583c1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:775213a7b6d92d23694dbd1538727c84ad58c6b8a8b46587ff7bdeb7312acc05_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a649eef7fa6148524b1f3aaf18ed6543f65ef91ad21358cb0af865401061622d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c593dda5f85469eb4ded8cb6c4738069d48a144823a070b83b58ba7772ba0e90_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ffdcf3c2b138b62cfc84d9916799812ad73fcba9c3416d7442f3686417c85932_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2e1e514d9f3cdf5f04ca924fa98d036988ab47259be5df67497931321634f730_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:32e93e986bbf92dd3a3e09f9c76bed29334b5cf794e18b843f81522ccf43697b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7bfa1c21aeb7971fa978d49455f4b5dcccd4ccc3de147ef47c32e9b74bcaf2d3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:dbb5abf21bed592282f09e30ba1387b084eb028bd931df5609c07fb8c09a0d75_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0606de7cca514d2b4ad9593d7f37950512741cd8f1597b1f83951aa7c8839268_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:116474d2dd37c159032b15ff856dffecad2ef0ab76298bc43f840bd0245ec78b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2e887b0da3269f28933bc5af839ea2df95b7aeca3993cb31b0a1c92e7043cce4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6029166a01da021523fc720ad70fc59f449684e577f9f5a36e0e759a39d0a28e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:849b8be9f7fc785a70451c1c0704501e2b449650acd23d450d145da1a760c166_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9c5d6a2d314e840600ca6bd1354c7dc6040fbdc216166418485d6edfedb27ce0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ba10e440e514662920d68ac025d5f3841786a393703fc2dc0ee21ff1d2490015_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bac1799b133fd829b35ac619a25a272301816494e83be5a251f78a50e7fb2f88_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0469874ac135c41bb590ddbac02428775083221257b6904fa376335610c4acb1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5823c8fa1f1409d6863dacda718e35b7afd2915befa21343dfcc68b6fef7a9ce_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b38d3723f2547dc5676460e3738420e243c6fdf7be77e54d18657efb9668c438_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e5a5e4c1a01ff3f5d694ca26dd248533fd463c85374c25ce1a9f4b7a60deafc1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:19f94467c811e10882e30eeef39b1266b83ee417974aaf62f75738d51811cbc4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:47487ff8d0cd813ab3354061caf319dec553b1cba9d5c1045de710b8a6d0c51d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b3a0104cb85f1a6965eee44fef58983637839a1f97ddccd737704ab41cda3a25_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e8c72b610288bdc44492ea0a5c2fd66cfb1673fc06f6bc66831fa84c96f86543_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1a9333d29d3561fe95488f3d80136d6b24b4a2e04472d37d34737fd1032a8856_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:705d146d458883660aa0b673a651d05d1d1ad73bafad91e84755118b82092ae7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b9265d767c8a6786f12dd4788377f1a316864863a32de4a4ec07ffc8b874aa00_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e3a7bfabcb96924059fb7906be97a0ebb1df35c6cad39a7968a6461df0cecb31_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5c015e1a10e5f14e82e30ba41b1ae6a82cf5cb0bc631f5137d7637c44a3f5b8e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:623bc4c74b05b46babba7da628809bac05b48d8c4055648e88f0db57c1bb0e07_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9502a32446a8828e8a1887edcf49034e874ea0e32ab5fdb738ab89e77cb5a472_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ec7b6b83c8e934b66505e8051e183fbaac54e78abae5ae99077d4e5e163b4529_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1f15641123321a662f676a46a24f6c8066bba6e3730a3c0d0eca3ff8e548de23_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:85070876ada5cb86e8c585f3ac3114d548b189074723a13ec5d6fc6be25c9964_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a34e14a715bad1d324f9211d95c56ed387ae51b24b21ccf931c12f3f7b3dcbaf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e12ce561e4cad13a5d08e8164060bb74a309f66047279a26dd727d34ed3dc16a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:67789c239f82fe3649ab8c0e13f920a788a3612d15a78fe5986a852bb2d11a0d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:80d704ed310acc3015748815351da4b54fef2d8b74d7d4b03aabcf9fd7e60b38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bfbcd3f502bf336124261fbe51f19e7a4cb9e9132e07da62354699b30cf6ed24_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c1e371a0057014662b91736570bf25fb1211ead7402154a1149dfee9e55b994e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:175fd0386d9a4e064fa760f23ecfb45ac6ae3500e5a50acac0660d06e5b7ecb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3e9811dcf3c528ae6f5ff86659dee1a590c2b53f7af1a03204d06fc3dc628fcd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:68af6c6e7f51523ac223f4e25955cf3777f4ae5b601dcca7c6ec7e2dc0de0782_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:8f1b3ddbde3e33dbe01816bce0cce7d7bd196cc04affbe606fecfbd8ad7b8b17_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49699de68bf38c34edb696ebe4f9dc608756382a977f497f6713dbc7b6e1209e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49c32ab1927e0969508b906c14aafcbc64e6eff7680b9a10812eca4f17787921_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:86135a8f7d4aed36e7b2a571b431b29eeaac2bda02762eafda3e22a62a7a2d6d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f2dac4ffbee9d028b26e683b63a9f033ef8609907f6c498d42c447a306e75328_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2884bba195d4d635378b0d15efa54991a23f51bcf4efb1095b478f5cd9c34f46_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:d84853556ede64db5615eb4d826879c744f7ccbd92c51ecf392a686af854ec11_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:e05dd48fc4c26b5dd822ee58a2af27bccfd0ed28cc959a6fc05073cec6f7c9b8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e202635a4a52be92b47960bd8ced28634111416b220cca5fa7f86373ecd1210a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ae36d953c8c7f73dd78d620f94a0335ff5fb84b16ce9d2dbadbdf3dc5d66f6d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:308c924c44c35b39c66b429a15a0343a47f7dfad62dceb76ea7acfc85e6bd973_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e132f6b0a6b4e2dc63561c1ebaa0bd9fc669a835b0c22b0d56599e3da870231_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5216d36dc483b1368a03e00dd9dadc7c75de2bc36ed98cd7ea2b089cbe23965e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4bc11f6ad7c3e9c99e708f7ef5a01b4faedc8eb5d2de5b0cbed502395958555f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4c04a50ca49fdc521da592b9c326e233763918fbfd6bc97e001e0e680ce24cf9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8ba4aabc0e1e36c3ffe66b55c67ab8c305f64aa6011f80060c5d95ce91180c5f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d259704d34b605abd3568bd4c988bf9e831d80554ec2d7a57e7c39a70daf0140_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:14c55985b9277766e54156139f0949d1e3e5f756ade34512a3d5ea3dfed2c544_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3231ec9c296798f11aec6a285b0a8f7c5cf220534d0525afa59c17ab2464abb0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d8767e4d0b2c8222748319f05483bcefe50388abc182a01f3ca9dae3c80dce44_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ebed5c3d8e112fc5086208b4b4c0aba054a0058f3fd08b71b129dc124fa00f99_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:26dccabde8cc0d1ad45160677fe240b3fc098acae82f6d095fad08b78330453b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a168025d531f20656997ae845a4930919d6805b7f9374c40f7835a93aaa46b27_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e696a8bc54ef8a13800b2168a395d2cbb08678403beee2dc52c56d04cb235759_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ebc22890c7759ec9992b64dcb0e388881caeeae333a9a84a50dfeffe27e38b49_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:09319f1dcbe090d9677a43249810dfe5b3eb165aa3f8b473417e0913649b1556_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:46a37e99da18852f5512235589ee86dde0db6c09d76a49275a8004422b9ec303_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:535d1b713587008fe67eec103cceb54471f5263516f5420589cffe1dea02be93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bc614ab102efc7dfaa47fef84c4783da26548491e4c43257bb606a06e8d155f0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:08cac9e30829765f182624de9e45e59b40884b8c39cde60528dd27afa57afe72_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:13724dc9eb7247844e450b59b8cf3af5e5f486e9558942836ab60f74b9943291_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3e1a80763f76f622b5ffcdb35bf2dc20ce1e9c06c4f5f6bf0ae06b04134733b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d077c79741fd0c481fa6e1aa2c479b8c5b380b1d1f163259777c8c50be257709_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5e82ef0b9ab6d4e3b7431a7611bc563f356385dd8927855e6090008685f1549a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:62ba53e306331c1b20cad27ec31cf59687218f4bd5908ed7e9034559ded04b54_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7664e74786778a96606757f1de215a4a9702d0c9f7cecba7bf8028884a7609ee_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7a967f88faccfc101b9388f8434d406acdfc85d7d682f9ec742d59eb31074fc6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0e05cd1eaa2b9c558d22892495f090b6b51a316dc56d85ae825b6fc44611b6db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:445fdec85c2510c8a45b2a830ead87136bbb80bb9244987b4d6ffa5858931926_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ccae4f8f443ba6806ea33105d7dc06002d58914626cb9ae57476b29193761b53_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fc0becd36b6fad4911a5b8c9a4693320918f7f7e6336c2b11a76adcb6d1eec36_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:652f8fc874b95a56393f14c2b56a63faa64c04f6646c1786d07eaa272a9acb9e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:94b9c011744629b1ff6f230e25f876f218ed59d55a941377797f77cdb7c03e1d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a178a796ca9d32ac59faa5eb9a6aea30f1aec65d88f89080f57ed519a7983f05_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dc8a79297c73782f5005075332bcac58b051a07d2b35626323f9b69ee5f4d64e_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:03d66c724cb647d4a613bb48c9df6e9ffaabb68c8af5a4ccae45365e32456470_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:4b9510fdfb45d2561927843dbd7ed869e2f67d9636e59dfd0c3ee640d9fc601c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b3570e078bed53aa3e435443bffbd12a7b259f8dee9d18c0d79b55514a547b53_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:fc8e892ccbd8d3c1e737fbaf8f02b5fa6bbbe242780c9cd00fbc5e6889d7baee_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:266bd8400632ac70fc6584e4bb2850ebcee7027ff7899acbeca612c6556302a4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2c8f351447fffc2133f339c6ab3a0bcd9bdfafad4a4cb5b7dd2abc32c6056a92_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b8d2783a76f514f9a4e8096434ac205e1d82d09da2d67fb930a1b5e4d8089e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:74fa72db679ef47f9a3e3459a90dfaeafcb6db73dfe15b8933767e2f9d19c448_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2b5964f6cb078aba05ada42f0c8280dfa39f9f80526932cc5d41410922e4e8ae_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:480b27e9866ca8dfba83e1accd427d4f6813f4fb7f612854e32bdffc10d7d5b8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:91c7fa7b70f2cc82b26ac16f91ea084e15a4f5dc64f254ed878c25dd1170c0a8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:edc297cdb2f670aebc1d3561d801840ad029e8777ce45724066e6891aabd60fa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:443e0dd81ae60896d31f07ab49611c5e0629746824df094ce28cdd3cb0ae1d58_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9b16561ca87196e3dd9330184f7abf25e97272e3c47d2e8d594e3095e74f815b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9ff62f63d487e25a750bad29314955effd17152bfc534ff698963760a2615b0a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ab506c549b676ad9d8dd179e2ba871a12f2096ca2601ea2a1f2605ccb849dc6c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:08758e6b81d6679b095a8e7fa323870eab35fefc05e525c6ef810b6cc0b3c0fd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:af87d24f6540e5c98def879ec4ea8adeb5b138e41abc126b2c3030c5847fd0b1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c5e9e59a08d8940e99da6bc568269eaf71ea8db62dbff86a7f6fb5dae861e323_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f5122187c85ef27f5423ada009d800afa4800e32ad1ea3299586fe64cae8e38d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3c5078d135089e1548b4dec49b7e78658279e42a72792a988447662534b6516e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:56158ce0af0c0eb9709b2d1a172201bc795ed6e5075517b6919ed1302399d6f3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6720c8097a398327f18a5c84c28f6b58aeee017199c2649649a1f159b8365838_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:89295652b447f42c6a0d6e1299f63b04016f10ec8faf6372357294a14472e426_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2baa85e44cc4ac6cb825103508c5bd74e348609eaf53ed42c6d0e045dfa62772_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:61283f1fff1f8ec53563012a5b1fb5a48831f0a220d3676b512f5a60b331e849_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ba258012c0832c57b29785be805be44f0b5f8eccaf76d82d7493946806eafe5f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cf3bee6414a87e7f907d30047ded274c488239af5b1f43ed717ac2cede29df86_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:40854e0833b6cdfedcf275cf716e58f3cbc5c44be313fb83ca3e909bd80d0b08_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4d6a10dcda92c599f52977c71208222d166168b29da4eb4727c466e7eb53cdd1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7be4c5ff86b0e939ee9f22156812fb98d2f96c1eb4567ca8a6a01ea3aa735dcb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:83bdc9fa5d3893a973794dd7162bf9564ecf68ce44814349a621cbc284b9e61c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:993ba8c1dd84e486fc4084a7786934c356a9b12ae86155134fd1a1dc1e5e3f2f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a64dfd96d3aacabc8f219d19e6d7eb0c1ac5b68b49eb93fcc973d76e67ef1d34_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:ce306e2cdafabbaa29467e0cdbf316673d17180efb604e683a7fd1ed7181c6f9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e6748814d950e6f5e370dec9cb7d557fbb0d29ad3620b567840770be826a601e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:04d418560f90c35b42be67886632615d62dc89cd37fcccb6e247212b535fbb7f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:40eaefc42c0f0b5adeb47bcd463c2e2a45e7f3af1c0fa4cb3fde9c5479660c4f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:545bc2a7b32276bec515f338aea3a2976c01cc787a559986646aa6fa26ad5f35_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5a2653ccd5dc3f59a228ee8b936460575e1a392d12287661b1dc83a9f8210033_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:12e5e4ea4d19c4dcccb35dba161fdba8a703ba6331b11054e4664818737746a4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:180e817b55ebfd081fd0305f63b3e0539fe8d13d1ceb8428ea21e213779fd056_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:92e8693b9f6955f9862c8b576f5e32bffc3bc34232511fae0cbe57d705bfc53b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e5b5d4750a3ffe24b1196255d4cfe15b21efd587a41736307ca8e4e61a4936fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2ca8a85fb07b431d97ca6a3e3c18f1cfaa20883c7076d6b5b4e6942b632f9aaa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:559af5a310f0923dcb4ef9389c51c98604cf44642a13e8ccb46225b4ca268580_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ae056c9c8e0cdc6519ac1a9542781cd54ac2ac8881f513e965b57ce7d1e5ef2b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:deb92b50d5948bae13db37a7046d9b212dbfd3ddb1063ff8a5e5467f0cab203c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0c4f3cf84115f8c9b9bed6b2dd5d52316eb3a9e670fe6b9e28c2dbc350392e87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1142ce3f8a3c1c2a1c7dba79ac2c3b276a45fc6271ad9df9e6a5d8684c36da2a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d9f2c021c17f1416e01ba31a8823b7a87724fd96d7ec99d494981842b5d452b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f3aabf75e838b4a941f64a7a322768729059346d7578ecf5fe7ce27a71876fca_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6389373ccb2fbe1b6385ea21dac1c0ca918bf9d3889ad7a738de6be5d7ec4272_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6449fee9a31acc582bb85e0031312e3ff07d1f1843a1c6c410eb79cbbec1ceb4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:751f007afae9f16527e9039aa95c2ee6efd2ee20afe3c083ba7298493d2406f3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:afc11a340e28d4100c31646b705e8db302f6b0a96ad3620e07391f02a70438f1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0673d2034e7e5fb412a171939379da14e9269dad7bb53e83be7ecf8233b0b5a1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:18f0345811215feda18d2b63f679ee870e76b33e9f61042d93edcf36fe97df95_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a2d247eb696c80e02bc8c1873e8ee0fb71a1e5ad6cf5cd84bdf504f4fe17cb10_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c342b14ff399c961ce05c1af127244b950b8e9d641ce8752f9d0f880ad7a672b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3d9fbc97d13987f28ca76b3e238b540492eddef0f302c2dd958c1b0d05e10941_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:47682d4e934d597aaa1e809011a69afe93936fc629ad3dd1ed76dc7b073f7ee2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4e8d3460e04e85a3e01a578d492499376787c85f2840c97821f11213862239df_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d7b99cad55a1e1d380d30d0d4a61bc5f0cbf3a87223efada3e69bd9b0741d3b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4849bfa8a48c7e7d264fc6ea9097fa9d33da25f75776619976e3204b42026cc8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d7c3f5ce57c0aa25e13ba9484facd75c5a1dc3caaf9be4d0f273243e7ace327_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:78aef6c20ab3bf78eeb8b8a857ca2a24067d45cea0a070c44d3fcedc00d4efbe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7f33515dbca04230d98550ab638efa87389629fc7d913c8ec42e4b5bf8a772f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0251068577a1724dc777683dd189468ed77413b396614a117dac6b4320b8f01d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8812fd85c74fd67a95afe09c2ce5e7d592eec1e25fdc6fa331a8bd41bdde0cc6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:89e0a7e0fe060abb45a6f8e6ed1906053c09f95c252ca7813175903db61fbc99_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c3674a8f28935f3140fad744b5a178a8346a9a7f79f6c281561d2877b38c4ca9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:13bc0d4f7d4508fafca5a3bc61b6449a056e277da131e753c06cbc1bb7781b27_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:993a2a0b3f84e071560f6fc1a3ac243fa745ae9a7ab15febbe1385437dbd3ad8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:80fc518199cd3a1ad421b142661f0a85679b12b69d0afe580fe60eb6a13ddad4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f069665c66c19d9775b70a31aa7a1069bc653691f6abf106a88b2ceb8c0e1ec6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:13ef0c0585b01c56b865e029d029a553b458fd2d3d0204eb6dfba1bcaa11ac3c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:599d33b55e88212202b15f4344f7a18dee4f4504b3739d6ec99414d05bcde2b7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a751f1f0540505bea087d3ea9e6ba798e89d5deb772cf8e401caeb3816a563_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4c26bc366b267d444f448a4d7bd5a0d26f84bea653c14b261a829669d888cf88_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8b67087a584a2d952a6e80572686412cc8ea01f03ec8d70b56cb8a24a0c5a3c0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ac1123e890f0aee159c9105e26e1f1ed3ba5eb3ea66b422b281c3e9465401c5c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0dac7821ce2a3a5a180f53f381d9e61484cd8c5efab3c9a7dcc70b5783421b64_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6b30b39205367ec985c4a9d948e71d378b9483689c3ea179cd0f2476b9bfaa1c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:de903677bccf645889ff7968ebbc052b14273329c0765f7faa53b0ca815d6899_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f8392be7a6f5223930d53ed6d127faf727489b8f5ebbbda6b6b437c529e3c812_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:02ac68c83db9dc50cf6280a418eed9261dd2182bbf51d16fd143519e49960b17_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3746261c5d4744b13d4704c822fd62ce1f486010176fdb3bf95512c72eece73f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:85e34da00bd6d290c04d8eac32f39db59b5f50fceee9b248b2cbe27bcf0e7e5a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c343b119edf863e179df865ccde0b665b87087d78b20919aa5726d8fd240b344_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2026fc52aab5a6d7766511080699112f32ae4576108ff95b0eefc5d807a14f25_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:21b5298172f4de1e0074c4abf5e4abf27e8adc02bbf7ee49bd3388f7127d4901_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:42f8af9bf66ea72846b7f7e57652725c31b01fc4a8d39ff7e7882075438c521f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9c5711087546b1ba7cefab267b8aa30b54ecde5926f009518cf0db974ff84c3d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:373c4b7507a978e3dd62e9ea629d1e397b1f1db682e11ada1bfe5a0b45afc782_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3be306649df2fa3cc9f30e60ed5d947fb0678b0231b617eafd3b1593d10feec5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5b01a896101a5189740f84cb1a83edefdb0dc00288dde725ddd0e95480f8e1c1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:961dd87e559779e6338a4d3d35c96c0ce6ff7cb9634ce32d4bf848032f4a2fb7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8799db20cca7be653bae6b8ac5adc1d628094eababe740beb5dbc27e05346872_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a36c2b308515a293cbcf265af68ecebf498739e74ef11016d5c0edd3cf47c4e7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b86631d6601578548af20a28d132a0503fe118f53d7596a5632ed24ec5a9931f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e867bd8b76b5bc1438a7be88a30fa7707edbb1909920a1d4d1d0da0ddbebdb40_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:313074950c6dec37d29a9722b58ddc951aaf67c27b47568039f29f02f2523128_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:43618db20e6f592602096897bc89eaf3c58490a362e91e3299e20bb2a02827d9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:705f4db2e969d23205de87db1bd7dc8eb1ade64a76940fad950fd1a214dde6e5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d2d5ee5893ae16784051d9526c1feeee3c641fc3e6f337ba807744551c00ffa5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6ae5cfd48e788096162bc4517f0466bf526f16c84bb61072886a64842856c5b1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8004e7284c63cc32a05f6de732791416d57d62db041ede2829d4797139094292_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8137c3932f344ce587769bff04355ad405b6ff27009bf23a221ba52f3da56e1d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ef15235cf21f0fbfea74089f75471b483a98c920b65676bb6199c155fb61e929_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:149cca2af3f89c7d1e105de81bbd098c66be5687f18a584b644f21d0be20f414_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:33fc93d5cd30760383da666e8effb6ed32f4c8f2668da36677e98c1801ef4f5c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f9c1ee7f72c926c45cd76c12046b867d9efd7c3c381f34afeeb9b6e97751175b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fcfbae71f81307789bec93987c4523700c191a66663ce53e4009c5e0a8627826_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:04fe8c19bee4b629ee7f18a13dc0b7f49d6a4b6e19d204de90b6b2240b0f875e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5c9662139f98817aafe153a43f700399781d079390d5ad23d3b70fd6ac5d370f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d1147830f896fd229aadd2b766fbb4c8102b35a8edd4d8bbeef4928d89cdbbfa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:dfd0cdc29bca0a2239ef203fe7b58efd97ed4e72daed6609e22b20babda395fb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5a9889308bcd1c3981072c83d44206d0c3feff059e0a2029d49adcb974674c95_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7a715c7e2a8f54ccee42abf122b0028ed19705f401248d8c38f785d960f1b116_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a67de487534d03cdfc180af9d235edb21c5cb71e1224bb5041fcf2b9a428732f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:b3780d23a2c384ecef73c806cb20d7f97bcd11c12b6392c781c0deb7ceb55df8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:48b5d06ac4b35c2a7bca3ba2abc39e3af1eaf4ecb19c720d9b6e46b066318414_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a6d7d7df9078e9d1cb0f12f9ceac12c96bf2cea03a9085b23c3e4af6a456b51d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b757d11e5dc51a5822d9e30e97ac142cf004fffce87ba2e58b8d62926127664a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e61ed19beaf8352dcfd4b9478335a364263cb9839f27140a634a217d87d331e5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93baf08acbc6875eb2b665a9ef3601ca34b76767cd70a172dac7237f21b6958c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a5f2c2debb51b8aa926ede417cf9fa0e4ebaac4f5bf9e770db55a25902a4a3b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:dc97d5c1aa80515080b2b4d16fb08ee4733a9347eebc8427f10b7e70582464ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cc1559af0d7be472ae46be4552fb41e81ad804d73d1444b92cae4485118c6773_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cfd5513afd8b2b5e22d5e384a7f769f9c04709d853feb2f91ef667d804cf9a7e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:febf2fb95748ed0c440e6acb72c40d609ae7587b2665cfd7145c878a2a0b5783_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1728f980f3ebba7e48bc0e8cad114db1e0c06f692638764e30ab990f45c637af_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:41508513986b369c2f89c64af84b3980b16bd2432130fb122d8c1346f0602894_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:650f08f62aeea4bc954e69ed88a9f2f14d3c8f733c155d113c0c58b7154fec4b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:016fc7e804acce7a8b8df0a02bec320c32f9ce6224ae67598a63992219a77516_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:081f9cfabc57aaf4d19df8b496613d8aff54ceb265634c904ec7765c810b4553_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6da3ef092cde7fbaeee01c5d6bb0ca5d52af3ed8de458ecd3001bb96262c1ab4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:035d07364444ea963d64515420fa4005adf82c44b575555a074149f67db50567_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4e09fb0bd709d53a0abc6326905cc43ee36e6e4ec5e20108efd1ffe585b1f2de_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:53a5f81aefcdd57ba33c57c02941803a072ef3f1b8467baa3c53c7e073a9ea96_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:cb3d2ccb57987217c75079a9c10f230f6a7de9ba3b0fbd87d8d3d5c71f8c94b0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3472a8147e06452751999ae2d041063907f275ecf429dcdcfdce88c8a19a17da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:61155741778188324e0616274f067ec36723d0fb81d84e9715f72ffecfbc92ca_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:adfe8cb84a5f0a241fe69ec532b7092a10cc274cc3aac2b86f33ac8e725ab2d8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e704c70226ec4986c16166ba1ca54b908d1b6d9ddd47640bd5ab6d292f977508_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1d63a1d7ba183c49c69a6ffe5a4584de5282029b0b2c2f3484b4f4431e2ce954_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:441db8762a583090cf4325377b0ee75838452a601732bccf4dbc57f26f6a1a90_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c5c52612378ce1f2577314e5723642237c9a361506c448ca80d2a0b56666a1f3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3b9843a117d6a6ae28222951e1a556d3888ceab2ff75a082a06343c8030a5ed_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:236fa2dfd935db687e786cf827d88210c2f586d2d1a93e610861995908bf2587_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:647704923828c83c6ed3810e3c4d7456fcbe378516dabfac30f203a3bd3634b2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7638d755fde7fe6d3c004a6f0f7c761a9fdb75a3541f19a792c3cf8e8bf473d3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d2eaa5b8ad9464732265b84128b5280d725feabb2d4b4cef0178a317add66c39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b659f5c6da6f73bcf8b2850f0172358816bd68fca721b65a9a70569a94bc90d7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cc867d49602a6ada5de7a783136b6463c4d9adee9877ae1966c016a08ee8e87a_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:6fa614240bbc1932f65f8cc9215d2baccc05dd1cd5586fd308c44d8a94447a45_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:e85e957fc16a36b5964613a99fec1e7299db9bc63edd86ef965d879a081b64bc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:14b02010250fe10ca57b2dfe1046641aeac31f92e5691c067b3990383967f0a6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b6b13d29b1cb9c9bcf97f2daa289669bbd9ea501430e51652bca3d50f787f23f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a8ab293c4f3c6bc251bc91466b7586e5499b6e198cff46e50f6a65d97df60f7b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c5d781c35cda14ab70d4a5bde3bf72df0a3956f5cb159645e5337095bb71c5ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fadba956181755cedd19d3d5b5ee3da0222daa1dc609b629c900a0052a4cbd8b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:2719589f19df23634ec3f6b578f3fd2e827440675b72a69b89c9d78b1310f98d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e1fe563643282c027ea829274a1945458cdc5d079bf2a2b7b0a9982a5cc3720e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:28d64f60c216f77e3e006012a403671463b9dd90095e19ff2dd027def6abb511_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6d681aac67e08e2ecca32415dddeb47df6191a99f7a8d7bc3bf1697c6a26c1af_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0d31a90914ea716508caf180e30fb682cdd8066da7a0a31752be9d86ec9c777c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3ef5a3798abfd3d9ec1b6ebabf3ceb32fa4057072b2670793ca119f556c0897f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e2c62e4b87e0536d15ed8b4f2905930a750f770d5c6d0168de6291d92c51f9a9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ef5f4d7e3c872acbc4ee48bc91b5835dfef66a698287a95836344c1587ccca69_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f5f049eb01192eaca548f3585845ed6a530934d2eaeb422fc78b657cabb1f57_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:740b0d9392c76e433ebb7762e57f156a0e2ea1db37ddaed2c5b8044ca092a357_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:da9ebcef147e8d9e84848454fe2b8e259bb549bf0de88ee960fb48f6c8051060_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e8f942ece24d15ce0c4a31f731f2060b6e3874a2f486b2dd255c773fb1a55f46_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1b4fa4d6ee3081f39e54b4f910100d210da682dbb0f308f08107ac44e7338d3b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:571a51e1eca0f31f273be8cff7ff115bdf192e14f5d510705ab7ed423fd5d9e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6dc96b2e8156e7e42f758cc28302a2e94e8b3888970d03a780b1732375e728fe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b91654b9aaa85e13d262d21b949b1a96b386f202524c2e8d52ecb66c279eca8d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a677804e422590551f82a17e61f64bc03d5a8a42a695e7ae8d9de5dc086924d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:fb7f225a9221506e6295f7efdcf44adc33e5b971c470b5835b0ca3c42ee1942c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:107c9dcda9632516721c41af941362ccc316d25661bfb13a7c4dcfc2ea4e1c3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e75d33740c576321707835258793fe2fd257682099348a2a067806e764e1560d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3ed82adddc3da003bdb272e2a5df0317abe41512179cba925f65fb5d8f7c2eb3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c16e4af4e9a79ac2f1fa632b20e98befa9aa2953ef241af186edd226e39150e3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7b6c16881c71569dbada90e320379c2159ead0b0ed2fa2113e065b361bdf2413_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9533dc6817f01e377ea2ff7e3aa4447d20ab5d016d9145b97e0cb9e758c9a8ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1285e63d6cefc0454a400b20a6e404537a8d57e5fb9b5d7ff1a75b61555622fb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2ea17afe64ff273c9208892a59773c1dca248367c849e805dc78cda228aba29f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5f33ae81c766b0b7d9c8411dc4f6a0adf760221ed0493a99f1bea5dddb5de41b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9de0bd8cb41c5324718c8d8f275c612c0bfd13b322225455a1142dc76bff0a01_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:2fee175122b1e3f74cd8976af1515c869d096da0bc4f5e9024b31a64cf88896a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9ca16ca048f3de4a5d9e6b6a38b55bf0b4a994bf7f7ccbda8c50c02bfd59c871_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c42a4deb157c31f6fb871bceb8c4401f44ffb490404591ae36110511f933f72e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f6d5c31b12c8a1a1e8316f258ccd254bf6bb8e49ae8a175eefcdf0bfc5c6047c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:204e84b23aa1edaf66f10a49432115ecb4c3e8fa34472a909e1c9a7a0c3f3947_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:37f226136e439a1b37fab44e06ff30eb22b1ba8f12eca9e85f59936c3d58acd1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3e385fec20235fd68320dd564c68770d91c5c08a864e3de41f3800937d730334_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:878a0a7473a69442dffd7c19132d74b29ecf765e3499d29f8da7b1de2ff6f439_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2b51546e56d1893aaa1b68c4e6ebb5479614d0402e840c8c850702ffb198036b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3aac893d87e5c39ae1672eb5ad48a0b9d02b49888fab57f8662e6dbb3897b660_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c5bddc80f0ba0e391b336de8ead2442d0dff227fdb8aef1874bc3db3101f7048_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:dca0c7b1c7ec76232b3d5ddd15c8716e04a8384f0a816217dec544d667ad2e69_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2551dc2ab6fddb6edfefc185f7b6d73ea366ddaae4e2f79d554f0afb79aa54bf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3cc6eb31325b1f9c9a2163c570ae1c3d4da7e7dcb0d761a0fa775b66fda9dcf5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:569965f29f668f02a342c0c7b4804bdc92354610e9368ba42a3ea5cc3172f532_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c4b2b0855c4ba25e150de01e54f0a84bb4c6c220b348945742bc0c18cc6d7dbb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:01b6587f8b9ee398d34ed3330bf0bdbf2dd01c2fe475ed4d44c547401d1dbd5a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0fb7ce17c762a70aa16ca9f7f35e41d85997bb2bb22b81986321d29634ce9b3e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:60c4fd0dcbc1ed92bee7dedce7879893a23c9e4a6181e5e6d6a8f04880f377eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8925d5826cca515b7f7c05558406b3688a14963ddefa80f5b44500fe12dfb1dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:3d914112ad75b59b03d5653cea40a25d92af415ef52dd10aa7394465e6bab92b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:f8d52c53ca49b3f9847d2e568779801321307e329f802aa9456cd0dab7625232_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d29e5c26f37fc8212f2ff15cdac470982494be155f85e3c310b0c958b943f7f6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:fc7a6712a6fe86a47b5a745e06a0c6d164779eb198f284fd0996847b025e53c2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:32bf2e7aad1dd9ff5100500c294e343af0dae3d392eed27a1c0305198734261f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:54b4afd46c87b2cc839aa7d8b8ae232aaffe0f39846a6edf9d0d3228adbd7a29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba41cc4ad0ea8dc731838e00dae166209a3e06d104e5cf11491639f82290eca6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a9395f57a9adc721c6e43e578957e21c8b9f18defbecdf91dc49d11044aeeeef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ba077da5ec7f147b51f0ee4432082aed3b7a3a541729913bc2ed821688723e99_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb48a38cb5d06b67ecfb4777c44d44f3e32a996397450e30f40e7ec3e340a56a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:deb40607f193ff4e36c684ce74167e67a7e96187f1a44a1f0f20f36572005843_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7dc856fddd561c1d29112b0b8d4dc39dc7503974a9ff563612e6998bdba4b71e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a3e01913986169c592bb770fc49e3875d46031b5788f983ddcd52938f9ef7a49_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c3481c6f76c644c017392c092dcbbb25a288acd14a9f01e20afd0d2d35e16d32_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cc440be9f6b3c5e22186b6d53a428a8220201ddaa79be39e19cc31a8fbd7b221_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:12d7ec468f9634a53d053f3af7957c5162d92595fc3385b26b08acb22b7935c1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:49f08b645fc28af342483d9efaf2f607c9c2a6b491b477cdcf2985c44aa3e894_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d32cde1eedbd0c110bc10836025cee78421ec16d2924d30f5e6265591a9ec716_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:df885dc6da20faf1903dbdac693889d9882722e8b67bebe35f624c11e4616262_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:16c8b8c6aee6f6a06367ca5bfe2be8fb85a05c3f18a819683f49d1a8c73941ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:376659c608333e76b0b48fcdc69ff17643284fd22fdef6c6998f07be54c1cf91_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7359a62beac2d501d629e6768f1767861fdedc0d05f53a4424a2abdb3dbb6a8c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c71d05c245bf1a4955f46c785d7264985e1f904de2a19972f7ce6209a3be0e4a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8e59a286a05743844dd1333770197161698788e0db4faf8e00cac6b2fb9a638e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9029d8ef1e4455dbc1910078afea1141f92a5c4d2c298ce1d9e4319209b55246_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:da4ff38c7a1fd5adddbc0b0d3defbbd580197680b22648e2ab803c90c4a8c9f2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f6c44d76a715e0ca38fa5e2becad93a2bf3a41fd8f181846e7aba81b0c579691_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:167937ed04f625a9cd2d0b8ed6048a5cb7b6d435bc2d41775d7db4dcdb5fae95_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:176feea3131aada18df5da44af30a127f4dff392ce8ef57f7e0844969ec95923_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:17afd4ebbc2a5233681d4cc1774fcd70dc932bc10006235b11de8dcce826c2ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d3a98e507691edec50373d79ce9df48a71cb6a19a75c9276d0c5905d4f204b39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1b6c3977b4835b0cd5399523dd437c230b992b77a0e7352b095d008be96fcdab_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:54d79643f3a191710d1362d665b5c838130f3e51aecf1e27a2cdf66e98a3cb8a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b8692d27a4799d20ce1a8374ba99f55732bb7db56cdf8f5b038424a086db614_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d196f02212da5e80ac5a73931316d38e9def9aeecdadeaf07aec685e661f9f98_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:11c2a1966b0632e85caebc4555e3e2f726277175b27a63a5e854557499e0c28e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7e649963b5c1e2a7e8813569368eaf0ded5e544799d561622d469b03b9d93937_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a23fa7969c6a881648ba03ed1a13692c5db21b79f0608d841291ea9118548ed7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:af57ee131bc09ce55ecb3ae13ed7dc3ce9607a7438f0ac5a6e64bbfa000546db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:3a7644c1ac089cabd142fc1743b47302eae8528b13d1b038298f2f57cf746326_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4b5ee426703ecb55bf537731c39c69ab7f86316544cfc472ee77fbef7e5680a8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4cb60d36cc3b34b4b1496b74b9b2e68ff152a71d7f957b356311ea811bf05573_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f3f64bd2f70faa654f7134d803efdc032df63fd4ef07c97abd38fc41e625b48d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1b75d96a4cdcc3a37848c5edfe598cb1d99bb3b0707db5e3f62478320eb90f9c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:876fd001172d5151ef99c02826f834ee4db4623b00699a8fb30d6a456a7a8687_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ba8fddfcfe0004287ce58db40c1092f2090b3bbb0810c277066aa2d97799f8b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:bd9982e951fdc7259571b6d5983ea2cc44402cbea411ae9a6b135692bf5939b2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a7a8d4d8adfd98d3a6e3d37644b33966f2c34ff1e553fbb5140ab9a15563e821_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b26a5a47cde227edb5e7f6e51247a6cd91e13484f6b5f7dc19b62f83b7478361_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ccdd76d6734e3a3cfaa1e432c1508c097478e842fd436672e57ef2563d817e4a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:fee8f3b24b431ac2a5d4fa3d96c90c5e1aa68c08ee8ae9963fee457c98795197_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0e559f5e780f3849e73d7246176059360631d8c4a7db1700f6ba1b6a9e6ae089_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1a376560672f81b7596417591491e71d065e90672ff6ef5d37ed0785e9baab16_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:350a0360dfdc31eccadb0e8b9397d5a3436bb509999034b60e611428eb006cc4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f8b68ae48350a5aa9bdf47a36efbf661190d497ab5a139027a2bf4579d21e095_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5fbe979b3d448e36fac9615ccd96f8583b0d587d46f6b1b3749e85938cb2e510_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8d45dfe709ac701d6eb800b081947d39a855f65c756f31ae47b75be9fec0c260_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ea4fa6caaa81f207f2372c6179c3698e225658387549ba567c232170cacf8570_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8fb972b411085b4551e10adbd419e3cb89754ee5300222cc4fce27cc349513f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:066d438bdfa1626aaa7a0ee5d2e3222724f2f0cf5bc9a189b67fd5358a0a48c0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:747c142608d6f43952d315d7858f57edbd2d9de2d255938dde311ea580a329af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b2ee2d0e9906ef1581677bd239073c09f93e5b720501e9001926dfe7db34839e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:bf0b42c5e7e51129966a4744bb253b7c336bb88b1f1a562e481f7eeff5428136_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:3e9309d53caaafc9b145f6b7fbbb8879c9f018ef226afe101f6dc7ab02b67856_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:3a558e248efdf5d3111b7d61e8bd471682e7038bd34c4490f8ba69b91b44f36d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1b0981e2ee13869663087d6504e0c0af6f2c56d2ebf81d72b4b7c751bbf6e500_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8073e0be1f7f7523880b30946f1b6868274c070acb97d9da2f5c486db99ea18d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8980be22bddace1adb383fc356975fbf0af9ac8a20bdc95b3303a80fbe296f3d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f4293de50825a003a825306a45612531dafce45b72a91cf4dd455d596a0c60ea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5bc26795163f03947b3f42a5c8cc52b7fd6eb713a0fa5a1558bfe834c21edc0c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:7f29c85842a34554f06db311ef67ec08d1d947d32b4363d1153d92c8d13c3214_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:92857eb171128909119700c431920f543cbfc89cd06aa98db816a2fcaab321da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e931e3fe478f8f905855b4516e1ed9b33a161536c447025cd14dd68778c40fa0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:338034a3ce7dff3efafd00fa35b858c23c2ab284f743df414c6cdae455f8801a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f12584b95171f442bb3661c908ee43de70d0400c6273eb4e93325a5f3f167b54_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f37f6568957ab825b08c2ce8fc6b32ad18f5b7bee50b24b1804e70cdb144e5f4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f949249e3847338ce4ae9b94b0d191edd3f316d471f0a9047f97e41e41b7554c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:407286c96b6e9d0ee4e8abec2b06a5dad70fc69820a00deae47cbf3fcdc65a40_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:52294a05713b24485ce6d7d1b867081da2f01dc008b9cd052bf8c4c37839f581_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6693dff44dcfb7e6fe67f5373bb73d84cf401d20640c959375f20a24d31aa697_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f65918214ce906cb5af9a59ece43a36870989c579ac1660a2a58f9536a79d9f9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2ec7076ed08f4ce7a61f95083155b5315acb6004ea4245c70be2763eb0ce9f4e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5a539e39b3aaf61d63f391b6960cdc5746cbb4b0fc07b85a98969f5c9cbcca4e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:93505b057575ff9292e2e96903238708b940a23953a79cf8742c880f1fbc743a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:be43f0ee18b6d56d81a09871c4a30dc2245ba60cf17ff0f1aad10e117f40aac8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3923e99d803b6dd5bfd2fc957101bef6dd86ba8f6de9e59a849e4c7a02d57e0b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8253bfec4409c9a02be72d7e8d87fe5f4f81c1bc58a294f02dd570debc4f1128_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:851fd20edf32778383c81e3c5b935ec5607a05f8fc569f64e31875b8bbe81d6b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d06d41126ced4841fae74d0437b18e9f1699d285158fb8725a8768a6e9065b79_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4375e44dccb08eb4ecf461f4e8e7e97d617ab5b1c968beb481d5795e6bbf0229_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:75140fa657674afc46d698aea19115a9f60c7765ffff6a0c4ae5ac166c725597_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c1a31ef64ecdd90020d72f323a242b551a6a4a85a4dae309e19f5d8f12d77b54_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c3b1ed110f6b17263484b7fde65642eb349162b206c0b9a2f463bf5eb13273c3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1369aaf62d9d273eef766c42f7015d56152f6b8effc50dc06d75b1bab38a20a5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:47402101d62f418c0f6b8e3c6e2367a8c84f5151a0204f326bf1fdbe983c603d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b519e10d4cb8fd9ad126a36fb864d2f29f7df218ffa1b3b5f222e0befafbe360_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d70f848ab6450690b8329ae367ff2e5a3a5b295c073028dff7cf810104c5be5f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8f8c882873232fd9a00adc69e199f1b4acacffcdbc282280ebb61dfb1e61b875_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9fe79073bdf1745b388fe52bee661394f96ba5c0af585ed8ab4a61724e324777_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b2b91287350dfb474763ca5d332c4765af0c1ff2d7be722e23ea93970add2687_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:bb5f4abfd26a9446eb2f4cb1355bda840ed1006a6233373434378abaf0e617b3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:07ff9687205eee39d9ca211c0bb0c6b1618848e9e74bfbbe793aca67de73fa88_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0ba94d11051416a116cdf516dab74d530a584fe7c4bb1e8d3deb3bde2214e459_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0fe87955631062bc7ce78891b9eb056f899308f8cb8101b3a44f889c1f0c0654_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:786de5dd308c9fa6643aabecea0bc666a9ede6fd2a5ce1cb0d511eac2a19596a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:719989a197c3bb8b8af09e95af49125cd28014fa74c7969f3f3b939223a6743b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:743119e024a9aacd8bd4bf45ab9c14e684ddbe2307d8f965e972ace243f128b1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:76c523fa10e222690941abc8c5564efee1ec4d309a7d023480b6000a545d655d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a13cc82f7b2053435d5268416686ae2ba89e37b6561e49c7ac395cf3359ca2b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:98aa0e651302bb73569a0578e6c11a1691eafb5b0aa28dadd714a7b44b498f8f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:9fdce4b5198ae740daa858432221625391f7283bad587e1ebc1220e7b0b4fa28_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b072bc3bdd61164b8076f2799e705ed8e34281b2cdf24d9cf08deb8e697de2a3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:fef5253a6623c30368e9e7e271501adcd9432b96473cf8278a7b81140d287de0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4eecd436b35c9b25eca6975ca9e938c2256fcfeead67e1ff4159d7e36122122c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7e11ca9795aea60b3f0853ffef0fdbf922f4863edd96c50fa85110f36bccced2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c95f8bcd0835611bb90983e96e3b780ccb65bd2bdc7f7554432ea971eac8095b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e497c1834c97590a0c388b58dc823cdff79ab6befd5f2a9bf494b3acc3181eb6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3a7af87b46058334b97531a4b1b5cd5be47e2ade8d74497429529bf0a489b275_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:97313aa4f1c1c9aa51c77a153d0f0eb35cab9711b7f1465b82a636ea44e849ef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:ba0927ffd76ad6689b808e734038678c91854ca3d0630613094824549f8a150d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cd8feb684b9c70a4ffd7077e19812273f333174a70f7c2b63d57d140d8002382_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0c8bfd6ea4d0729e0ffffac9811b5db2ecf5c40e68ef048ab104f161d2689b74_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4dc7e3242cdcd1d3c1ea5930da7d4e027383149373cb6af0551ed2572eaea0b2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b78827903e5c338d67a4ea2ba10ee67e16482ff00968ba99c27af2b6d50ce202_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c9315d23ab26f6f40e05a5fb1f9f2dbce075244a035b1f16003d1108a7ba36d0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:270b5e756fca54f2dc05f04b6f7b43f7f188153811decbc0b49eb215b11c2372_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5331e8ebfc48f4d2322226b8986dd178f133a52edcfc0a192e89f1785c8d568f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6cfd8c3da57c17ae1c430f2881c66eb0b1c456bbce4a9ada2491b2c873dba985_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa346af0288b5886b5f095d1fa0ceb7715d4333db919ff9d61078f369642cc29_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3403720059bdecff83f784e2fde54d2bebe09223ac6cf99ce2b4c840b9cd4a98_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3f8cb2cffaf6320f14ae09f7e44c965681b395370a156253790764ec9d2a2aca_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a02dde1d0b4f4fbbc4e6f0afd24da1595672f3f290345a4f6e98e11d89854a17_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c4e8ac4fea3c281effed3996a378c2e952a3d3704e47863b2ae6b266d2280920_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:46a0b302273acaf2582d377271b910d9d31ff98744cd8f290583a7bd5579761e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:af0442c88d2b9b93a187010065424798d89aad1d695ba438c815d04d7fcbef04_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:bc7b78f67fa189ba63da9891a1b05694d676a3ed2fa318336fa0850d63815250_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ffe4e64ee1b721aeefd8f1ceee11d225dd69319385e3e70f0bb52f4f40660a45_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:29d5a91b39dc6e72677bdfab50f56860c53e67dab139b464dd571fef9780dc6e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5e6d4e29635ea0b075e402931daf8c384d07ec8660223babfd0df9d572ea6912_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:82555977089a1586dc24154b46be6499607a9d15110e5b48d9a549ee73f3843c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f32c4a07d2b7a14c39db1e5e5752960e46bcda700b292336480c95f359adf0d7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:86b3e656caf1c93ba2bbea00514a17b9d06cb7a6fd5c6746d80ce35f45aa5907_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ba5c8896242125c24e3a7e5698770293a601e9e7f8508465d7b45920cc9ce240_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7de62e540922f1de5f492527d07a8e8f4265d24b577cf2f93415209ccad63912_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bd71e582ef755da7bfeede697b5c2ab29ab9fcea6bfeb14cc8ca168fce5c7bd1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a1e6a736546b54bb2797d85d51b8f2b213fe2f6be6b26bad5b549df9dabf2d01_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:efc7fb9608c2be8c3c65aff302f923241bf8d008bc71c2fbba0d82ffad2b4f2c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:aa63c460867d565b44b2a8e919ba9a0e7fd6717f71588cc5a7e2ad268fe13181_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fe1f1b5d6da2e5ac66c689da49a4c76916533f30ab456c9961a225a5e26cb6ed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:36fdb2cdf796941fc6638036b3a31048ba0209174c7a62424fb410ae14b1f81c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:65a0b94e9f663f3d73a9696a622ad46c73a5fc793f9dc46ee07fee8ba3bbb443_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8afe2a0c6b1b200201f21b148caaa682bce77cb3b1027f61d4c873e5babb1b30_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9f7c3543e4b1a095399d1219c50f1f5081440ae1605154324d57ba9201aa4fe9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2c0897a842cd7b16b64888568ca65c2a6e473c24b2ba9bc5067d6f1f237885d6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:432c94d7d5d46ad66348775fa0e1a6c2c142469e8a770db5528a1aa25664c389_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c86c7188163be31c7ab04017bc46ae88707437f804ddf2b5bd5a73ae34f64312_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3f836bb9effeca4dd6a230a4241282d33ed454ebabd84829c41e58db5f24f47_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4632ef8ca0af5a8115f3d9490c2ad9e2e44361f4d0671fa8a3a1006254b173ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a7d2d10f5326e2d71551289740eba86d6dd2f12526dc684b1494bdd4228fd8e5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ba876751849dd525a26e70996e7e02092c473bdf386ec4663a54ecf61c4f0d37_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e842cdc56ee7728aa71a7f95eda9777ba229aaf959594e73d998fbb30b7f76b1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:90331abb869c0c04ca7bb59681cbd957ff54eb0e0265e16368f9fd6ab6937acc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a02580814c02bec4c1c9b79c4b5a48a5a59caafa60a573f9f99a4a1ca07c6f71_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c197de59c38c060dc8aa099a027922853e4b9dc7e5589ac55c8841dbd44b1367_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ec7a4bcebcc80cbda32227224f64e67cdbc98d3fab95466b55c89755421ea4d2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:223df196f0cc747e52ffae9f3dd03fab2da3c72d5e3b189e3035d4264a08c6c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:29f3154c0b972730ae9a54bc496bcdf62e9ed348b73d98ca958a265717ccc2a9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5e12029e90adf045a4377f4be2be75c879e57aca7aceffa2aef08aa262ae0f42_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e150a242bffd4437f92000417cad89969fd547b5da514f8586802b99a668bab2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:17752e2fbddeff8e6f43bd354d91f248b4e69d88e80b29b75508fb03b82d92bc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b1703420b5a67a12f055518b6a23c1d8259dc8a064a1447196f642dd23363806_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b93a134a81af485a0f07dcd6a71c816ed517178826539d0f53b6c45dce87096d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d266a3bfe528e76a8c6ef1700a2016080d084cf6fad2e70efe5ba52ff0dbbc51_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:8c90e9864b3ff53d398f2451254dd3707868b36c6032d8d139cc3ef2cbd9084e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ae6ebf086515376ed35bb432a7f567f7bbb44b8d1b86773fd86daa387c5fb933_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0a0cbb021e13ce9d693eacc4982ece2e8ba4697f5d5571b8d0671d71824fd07_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5271f6452a89fe7907b16f486439f54f0dbcc3d075a70ef446ee4cc62211b1b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0abb949ce9461e5718c1988f57791c7537eb1b3d2184f4b4268fe087e39726d1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1267ac849f67c33155b54409011cd3f0eaa27d5f211703875cfd383d1170ef9e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5082f39df1f143f23f0e587dec5cdb3e3b033ab446a57e7e808c88e6211a1a67_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8fa27bdf891edfb80585e470f09c9d6fa369aa727a3698b936b4818a4b46448f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:017bed02593deb2e9cdfe0f268916e5d1c8cb7a4f1362c6eb3c94050896d7276_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:027baac40981f53c9ec53f5a4241a657929d6289e42a0e5deef617c182b7580e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4bd5b70373a257b1fce20135ff4a4b3e6962eee541c67a0e29ba9a2523d4d4a2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c0b3ed1332b228290882bbff6a1ad6866f5ab2a4586b261949832cdc3bee5797_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:047c270f56b685d5a4e67afe43d2f1ff47829a259be6ff93bfec4864233d4497_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:50a6482667d53de3d7aa2bff6df05ca21e4e9773996afa8b8038721e231deaae_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:653dbef43ed7f531ebf64c9314756be42738f1635a64097c53210ed0b6b0de88_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c4d2741561038e0080204335efc6eee5b6ffd8878553b240dd433fea701e6bab_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:3de609d984e39497dfe119bb8e0ac2d6d823dd894a5c866e5ec87de5b5711e60_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e3a8b252aadb5b32f42009803b56dbeae49a3ddbe9d00aa27569af4747fa403_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ccf49e256cd9c3bb428badab464a17aee485ee1516896f1ade10da11085e843c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e77ce95a84b01b09c5d1e6dbdea8970543aa3a60f9292300beb078d1288bb801_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2ab5fcf7003f4ba3de7656a284b11d6ee05bb02cd0f3532671a8c368f7b15178_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:44241e57d9067223cdd1585db9d699db113931b7a273d207516f60c498570677_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6aaa55450d567e2fa992650c456cdaf5529c5d96fc9984f7e1a4aa9ed6294bf3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f2fa21e8a0e88b25e9037a9c2db4b157ca6fef8b765b36da7dda71bf5a4c4478_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:10bfb59c904103177754f0336f7b7bab676d240480a8213ec42a778bca3f277e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7aa4fdd78ceafdc887a91224614657e86c1e12b72fde68dea4ee5c6e9b610cb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:e4a365a0516b0c8ef2d1259ec4bdb7f76aa9dc0d3c3cfd5d5b3d34341d349772_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:a06af7a856d5f2416777c1bb1d271c189576e273450b25c6dc5937cd16b8bf8a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:28b8390dae142ea16bb05f6bd95f19b6ab38dd67c341168337ca07fe4f45fe87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:be6a9bcb97824c91f393af5aac5a146d819ed9893f5a074e146afe18f3a50dc9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e6392d583f97f0932dc01be55534fbb6dd3014f84b745e8bf7583b96ad7a7761_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f30d93c0f244f5ba21807dca912d18d4facf47ceaf43da7efa41b14ee816b71b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0848bdb082bc8dae6bdaa956d2ae36fdeaaac89024822f4bcdffb51da1165fed_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9f9603a2dd344770da433fe8dd50a104d69e80ad463f9cba71b3aabefc4fee61_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ab417553778971822422c6eef94aeb437209fcf88e78188b701d4b2243ac5be7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b9bb7615df3eadf64501f35dcefa829934f330892801cbb86e9f70f5dde236ec_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6bb4c6c64852f2b7ee590a0a60db256d8dd549a4b141fe71d311bf30d0ed88ae_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:837cd26d96a814814145cd0aa0cca672769283c499eec36c457ae432b99a7466_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:956ad866d891e1340f630b9cad6ec73d1fc60d4061d4c63946ed714900388a3b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:9c91591eddbc058f05d052e3178102b28ebd25c2c9cb796fffd5047f5d413d12_amd64 | — |
Workaround
|
A vulnerability was found in Ironic-Python-Agent's (IPA) time syncing code. The value of the ntp_server configuration option is inserted into a shell command without sanitization. This command is run as root very early in the IPA startup flow, allowing an attacker to run arbitrary commands as root. This value can be set in three ways; directly in an operator-created ramdisk, set via kernel command line using Ironic, or passing the parameters via mDNS responder for mDNS enabled installation. For the most common, and highest security risk case, this means a Manager role associated with the project set as node.owner may be able to trigger this vulnerability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a677804e422590551f82a17e61f64bc03d5a8a42a695e7ae8d9de5dc086924d9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:fb7f225a9221506e6295f7efdcf44adc33e5b971c470b5835b0ca3c42ee1942c_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:0c95fbbcfd5c54e6b2934a8efb4f8523d1536ec1deef78249f4daebaa9d327d6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1b84b2a1cecab16e75947d29572008547922714207272a5dad8169d1ca5beab5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:466597e63e82ac365414c803f5ecb8f06a72374885eedc5daf9532aad16ac148_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:de9cac5c7ebcf3d43cad87758dd2eb0f4d6480f59bfb4112c224a4497aad9ba7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4ae516b98be8fbdb9b783345fe680c1d6ef57b5dc06b2ec3bbd20bfdb7c9b2c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8f242ba3e0b9c57ecbd85f0d4c1bd67306357c92b53968a42419736c3dbe04d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b717614ee549be99c17ceef3d755c66abc983e821e04808df347962858e0da81_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bd0f90ccaaaa74683b9bb17db0651dfbdfdf8f49adf0ecbaf8e83756d270b590_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:040115466e4f525e9f2386d6f8838c51f8e1638eb06cd64f071d4ae027a8fb9c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:1a677b9d28655390d007acaa656997b12a32e9093c1c228778ef96cc6f4ca875_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:39c68aae39089d044ce992b949d4e9961105711501daf3d4f0ba7e9981920729_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e814640d65f77818c180a706940337f8ddec8ebe4cf22c51a58a8b69e0f4099_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2831d7dc9f3cad92219addd21b93959900ee2f71e2d988fffe913a6f88dc7e1c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:50f602354dcb223759d781cb057b4081a424d6a509178b10674358cc8dba41e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6925001d8a798896438ef1388f54bc29825c37d41f2f09a59e3f8bf60b2ec6af_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e01a83cb76fca294a011e022ed86f1da8cde36928096422a440bce8e42fbc8b6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:757ad9e0c37b861340a7b2269b068d5b0c6355322eb5f5898a856fd9c4495b16_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7f68ff8059ae68d15041b8f38ad5ee5278289e1370d276cf7e78fc7e9fc3bb10_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:816787cc8c95a4a2df1416f09af6228559333e1bb1421ede0c9e2093444260e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f9bb9a184319c9fef278d3c6705f56cfc592c844f5c458bd20bcdc07c4230982_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:198f39ed50bbd835f4789057f9d7fd8de0962f1641a7f453dd90d68b5b2a4e7b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:633ce875ee7bb08d9bf00cf79738e3e63cd6bf4de2d40fa6860142a301c0968c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e169d65b86f23d6424af5e7cf9e1d0ced58382128092821676196c0a05f91da6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ec2586358c34d0130b00a3714b50c8b7bc33ce915aef6aa79eb214d38202f37e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:13e81e4c25d8c789ca15eb4e84f3fc531a50b4dc0d95fa3573e002e3b54cad61_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:17637f8455e0e17bb3dca34545a26e881cff3e1444af45b9f45c3e282a252bb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d2dde1514fcf3308d1469a0af6727835121c4d6a1a1775a675a7ffabba8e3bed_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d6376055835ac40728181d6f354398a0e60ca131d2fd8f41471ed87e974ea4cb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6f86d997faaf61c874def5a78cded319a188c1babbc4dfefb91a29f7e0d7f0fb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:73bceed99ad1b0bc99e66ab8361037e4046c5212645490161572fe6f34de98b4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:babd6b0e928bb674289f34787d3aa536bdc4c24a877a5ac9311f21f0cc9e6224_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d00a12f6c4e75a2c93bdd135eeb742f42868b0186d9d03f318c885407a17e439_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:0932891a63e5ec5a076c7848d5746e29d972f3a96058914bee8fffa4921fed38_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:472e977d39473b92992f53c0225de477318b31be8656c37bc35193789ab7a456_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:71021ecd15d688aefa6db79f817c11a751b51f6ea9f2e48781bdc49c6de98088_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:9563eb7617a4d3a9c22fefaf03a4ede698fea2621a68ad231cd9e65930043a56_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:1fbf3bf4990353e799dc271bb4a0c58b385feb2ee60207636a3f76544b4f5ae4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:7815e9dc63477803e7e8bb8a01ea83043b5503ba529f64db3c76ad1c4cf2f0b1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ab22d93f277f9bb65fcb5fd9c448b72f82384b9be43b8ab525d2836832044eb2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dee02e09373732db94bc442ddcb2eb4d13095a04e35c674387d3df8ba23d67d5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1a046b24339587101462756592c87ae4a8f699fc2977a703e6d031e2022a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1db6c409fede3e9ec09788fdf286fdb0634de6b6e727ec010332f7cf2e462_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:bd6be5cf4063439e92a1264ce3af0ea6528b9c27dd4b26f043a80aa8616575fc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c955c4b9dce1b25c73453079a21d84c5a2e5d0b53cf6e351f9b1855f08db3fb9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:221943f7b65573c2942d88354261f93a01950be1d1a86fa853544cc4c283c027_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2488ca8b2a8f658f3deaf9a70b12f7aca159490b5e0861d746ca8ee5d2010041_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a3435c546844b61f456789fd315495d6bcdc2560756e9fdfc4b896cdf70d75c6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:be2e4dd58b8ed72278bb2c014317e69185e2b19dce37beea7fec3798abcb35f0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4da2632fea643a834aac3fd63bc51fc6b0d768b869ac450e6779c9f36429a9fd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:56ab8a9553f0c0202a47d858e234f2672098514dd647502405cac1f28d14196a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:abe530f4e865add435da2afd379a3a11a4d75c257c2468a09bc78f10256e0be9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:fe1397131aa0d447366fd627b12582ed647551ad3af13375f8c281ab73745f0a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0857a5a2cfb5c277bc2d2545fb19693f23285ccf6b75144da8fcd7225e1df1c7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:43b36fb1f7ad271530f5ee9040cac4651a684e0e08de2ed90a2939b736b565ed_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:7f86439496ba6573ee1d61b5f4d414dfbbf65a95526cdff54e45229f01785517_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8094138e4ed2267cc278a83a1586922c957142c9e5fcaec62db531c83b79566d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:309b1dd27ce0c7dc332c7141e576642db4aee6076ce50ccc2930e824f02ead2f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:35322e4580b0fec862223f76e0bd3c95ad0af31f3d4cdfd6423d3ec47d6e25c8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:699bc772c8a648f8be7d6a5c32d786d8f6484e584d918d68ef8a32cb1499663f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:779afd8e0fa21d022d7e75e7ba8da00cc7604db1adfbbea879bfb1d0f8c9c831_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:49e98d0193f7d7b4347043f0655d350a7a0c0d8c8b850d95abb57acd13dd8ac8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63e308cebeea85127f584610f59cdc9b228f01b9acb227f2f6eba7fcdc29b1fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:71f9b47dbd3985738259a6bc9a5bbdb240fd21284a194b47bb78538f8e870cac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:9181583c88b3be23253c76e277f140c0a1532c1bff7d62cd0da1e14beba1aab4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:0f96581804dbadea29d9ef9a2a952753f5fdf295670ea0297622214e2a9b7d0d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ae4714025025642ff5d9e250a4715b01d933487fa8bf4eaf82629ebd6d4c8702_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:cdb096f05b664fb542bb6eac3cce52c53da2e4bb636189bb53f737d3075615da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eb9908581f71dbe01d8553e494ef022417196408e9fdbd32f08fe1f5b9c9572c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:08725f7a384b4e72a173141cb35fb67293385ed72d973fc4d497f3c0f0dc626b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a322e3fc620e914088fb5669f1459a47140abdf027bd011d6ff4e5b3e6b909b9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b950e80fe164f86ddf624c80210308a634929ab8eb493496ef86bff1c5248fce_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bfc663a0ca81dedf849e89b91feb3fe0af97932fe8a8fc711d7ab85b6cbdcc84_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:13257447171d38e6e99c66faa476de6ff6ab934c285a0d1bf71fe94dbe583462_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:23fa493f397748092cd71c41b9d83d19fad6a5433b692bc644e30af790cf60da_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:28b1c9ee4102140998781ebef22f269316d8c2be2254c10b4d7151dffb0d37be_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:be2175c2c6c9d882e44cf10aa85f1219573952473e893f67cc7085bf0a324407_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:61417bc1ddac0bc97c786b5807c2fa33eebc75f7cb186aaf9eef2151dbaf75a8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:73956194247e000432a8c5f7b78255062c5ca967745ba2d97e680a06f698f518_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fbfa9ada74c4875985fc4bb8366d21eb5275a52953d44bc6bc740d48edeab5b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a545c9c2fbb36296286f684e02f9a5bc337b3c3fb9c83c608c988c88455f9bf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:34a8a8a4a62b36b5e0eb061db3d56905c8dddfeb2e7a7135642f947ce6bd01ad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:41c2ea14036c2f8639cf0dd634e327841954eff4529743fcd10e8475546165d0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a884f443877c7a3c0b32dc60a79e1bcbe89036549da7a8aa4608ee2ac6460765_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b28e8574a1d3b374ac4a61ea4f3c16eb70d9ba7385bf830c8698f4490f8fd3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:8e245c278c66405066cb31e9d48e97ad9cdb826511bdb1104807d26f896043a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:380e3045135a40d202f330002512a5c499d8d2079cc38e5c0bbd5a2312820dd3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5d06442daad2c126259fa5d594b53329e386f560b77a475ccb0cc37148644a5e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5dc0ca56deaa237fb0bcddac8481b45d3ac81609b36c3b7bbb6cff8456899208_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:aa669084fb336f5d89d86cb58aca73b88d6bc4b6505eac2020664e0b6abfff6c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8cb392862e1835b610757e822332074ac459c593e9bd60fb6b6f6d0aebe577fd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:987afa1aa902bb85d7c2d96f1637bcd19bf21eb832444c98d30171bbeb746751_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ad2f0cda09211f3e0aff615306168baf808e6fefbf1f039c3ae1a1fa7050a61e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:bcac50d10432ecdb8bfe2b465ba75889248ee8595f23c5243d023ac2a336f3b9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3cf2d6f464e6a2fe5b4a8cf66690b3237aefef0c825a687a548f81336507cfb8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9bd17213796576ce4d315986dc0b271011c37cd6e9ed75edff5ba80c3302fc26_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3205092b914bc1fe858b2ede7642227e04f35d06daec4848fdbbc0406fab4a03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a20ecaad93b15b869fb321c7503adcddfe1f0f5eb3f0f6427bd363234010853c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:57259db0550547f85684c19078b9af82b6318dca0c00ef8da27de8c8dc90e305_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:a95676fb6c1cc1b20cbb758a7c9fd34e82b3e114b81b5c17f47ef303feca3d51_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:49026487ee6722c3d438c05c1c181a36d14eca2f0d8debee48e4a02db0486145_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ee65002c4934842ad86197a89e838997bb87a93ddc9de3423eb2af282a565c41_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1bb56a1a194ba6f64edcdeae267fecec590c14c85431ba62ee8c6b5744da3a47_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bf72f3bbed57cebe1deb7690cd7fcb6d371e526630cb386d13180726736219c2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:81afdbb2d9fe212af38a11b4d00ac952a306e13f91b23b2a081c0393173c5e63_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bf8d63c933996abf39eab9406b3061bee014d766a58f4e27a56413652d319a47_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:4a5021268b1ab163318270fc9ef07afa8a29f288c95ea69700c4bf46f88e85cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ea443d9738e4428b6912b47f9c1d8d05b75cf8b137f0f9a76f852418b33b989e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:00148cec706fce87b240d38dcc91434f3c167052d5860d42ca9057e24c3f35eb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:7996dc231961eb51daaceda9598b04e4bbe7d0e4019dccf5adec8a14d6f7e1a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5c70298b919a36de41bf25d870bfa3da4013d36c6179db3eb6dd2e67dd20bff1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:a64777ab69af6f2b6cf4b78e5a00148e98353748946991c0a6da7eba76b442dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d4b6a07334845b2938c6d09556cea5e0477d13d4be6247bc9e3fede2e46aa3ee_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d5e665b41152b8363b4b15973a7b86365bb2c047366aa69bef7e1c499cf4fd3d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:1a29c30f85b9bc858f0c70ca5ed79934494d92849f23baa6c7f26f67ea49c57e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:70f95a8b240afc604ee9af621fc3b63adaf80f593f3131e7ed51077ed2c77a1b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4d217b45b97c9e01ba3d54d03270be07e9659b0d4313fc85999aa49fca560108_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:634f48a37ef03dee1cc0c0626c32aaebb8f9975b4640ac540f02910bdb3b165d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:00f06d1c70494444172d5630c33e1c93c333a880520bad3a810f96dc69cced15_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:01ac79392fa7a265608b75458534bafb6e5d350f2e8536bb9de48566c685841e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:12047af5271e61b4032c04c98df9ad54363d6beb13b36f49085307705677e345_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:37e5fa3bfc88e99fc78f2ced6cb4a99f5099942e40158dfa6940784c3d2ef95c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:54d10266c83c4d5fe91b013dac51538493ae4a4322c925e561c45316c73b1e2d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f799d506fc4087aac0eb4b2c2d6c8e511b598c6b3cdb1ba5ee470b787759fd8f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:061d1b86afedd409ad4947a8ae59064f0fa92360cc82f640cf124776753ea3bc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9c7fef9c0e22e1721125d5b1312e509fada544e1d3d956338c3638aecea53dad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d3d951b736b910437255f3455b76357bfe0111c257f5a2d8dfe0f9abacf30fe0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f7feb8627754651663208ebb363a3e42e1767e16a65914148ce0507a77bfe795_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:23b0327190559517a3526d2500534542e9a397210cc6f663ac2b313aee902e92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2911daa552328c8b01b19f91ad43ac54da18d343834c48ef35f12adff8077785_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:43960246dc7eb7bcef847c0d706bc6b0f0a407053a2cca7dfe27fce23c6d2af4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d05434d4552d2ffdd45d2fd44b1b2e2e8976a15f0f4ae59ce7dea73ca97dbcf8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1f7e808f97ad41f4c301736bdf2e06da73f2d0e3ef4ca838f0afd65273db7c8a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5553003527f078011d0c440f86c1480ff4e62b318e98ca2a4af97b42e5e186d5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:582a4e6fadda74e5c6c49b605b7967e9d6f25c84ab3de162c30931b1dcaee31b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6d54aaf9249113e5be1b6a87bf439ae778918533077a41ee9442396cda4d2642_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0b4378067622a7584c3be2e5e5d8748a564ae7672cc882bec0c1d6f4f4c28686_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2ba6c6b021db9b58614b1ceb9b736978b0e3396b04dda4518406b041448dd5cc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7f7e406ef7b654a66bbcbbfa5326ceb1ddca4a0236cb60761a0ea48b919e8571_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fc403f7babe4eb16c770c80def94f34696b3a8ac55360b17c88edb11b9ae5a8e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:473d595a495e4656de14b1b22456ef1ce2218fe39d02bf738990c0be4cdf5440_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6b3fc95809e8ab1be94de33cb375207b4302f93dbfd51f2a67228025c1e304fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7d0a9db460cb1d4c918f87a02979048f170f5e692e83cd517bb9b3271aa06dd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7f1e2dcfd02a6a5fc56c6665979a8981f11144a5bcc6419feae3964b190583c1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:775213a7b6d92d23694dbd1538727c84ad58c6b8a8b46587ff7bdeb7312acc05_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a649eef7fa6148524b1f3aaf18ed6543f65ef91ad21358cb0af865401061622d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c593dda5f85469eb4ded8cb6c4738069d48a144823a070b83b58ba7772ba0e90_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ffdcf3c2b138b62cfc84d9916799812ad73fcba9c3416d7442f3686417c85932_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2e1e514d9f3cdf5f04ca924fa98d036988ab47259be5df67497931321634f730_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:32e93e986bbf92dd3a3e09f9c76bed29334b5cf794e18b843f81522ccf43697b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7bfa1c21aeb7971fa978d49455f4b5dcccd4ccc3de147ef47c32e9b74bcaf2d3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:dbb5abf21bed592282f09e30ba1387b084eb028bd931df5609c07fb8c09a0d75_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0606de7cca514d2b4ad9593d7f37950512741cd8f1597b1f83951aa7c8839268_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:116474d2dd37c159032b15ff856dffecad2ef0ab76298bc43f840bd0245ec78b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2e887b0da3269f28933bc5af839ea2df95b7aeca3993cb31b0a1c92e7043cce4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6029166a01da021523fc720ad70fc59f449684e577f9f5a36e0e759a39d0a28e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:849b8be9f7fc785a70451c1c0704501e2b449650acd23d450d145da1a760c166_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9c5d6a2d314e840600ca6bd1354c7dc6040fbdc216166418485d6edfedb27ce0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ba10e440e514662920d68ac025d5f3841786a393703fc2dc0ee21ff1d2490015_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bac1799b133fd829b35ac619a25a272301816494e83be5a251f78a50e7fb2f88_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0469874ac135c41bb590ddbac02428775083221257b6904fa376335610c4acb1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5823c8fa1f1409d6863dacda718e35b7afd2915befa21343dfcc68b6fef7a9ce_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b38d3723f2547dc5676460e3738420e243c6fdf7be77e54d18657efb9668c438_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e5a5e4c1a01ff3f5d694ca26dd248533fd463c85374c25ce1a9f4b7a60deafc1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:19f94467c811e10882e30eeef39b1266b83ee417974aaf62f75738d51811cbc4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:47487ff8d0cd813ab3354061caf319dec553b1cba9d5c1045de710b8a6d0c51d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b3a0104cb85f1a6965eee44fef58983637839a1f97ddccd737704ab41cda3a25_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e8c72b610288bdc44492ea0a5c2fd66cfb1673fc06f6bc66831fa84c96f86543_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1a9333d29d3561fe95488f3d80136d6b24b4a2e04472d37d34737fd1032a8856_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:705d146d458883660aa0b673a651d05d1d1ad73bafad91e84755118b82092ae7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b9265d767c8a6786f12dd4788377f1a316864863a32de4a4ec07ffc8b874aa00_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e3a7bfabcb96924059fb7906be97a0ebb1df35c6cad39a7968a6461df0cecb31_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5c015e1a10e5f14e82e30ba41b1ae6a82cf5cb0bc631f5137d7637c44a3f5b8e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:623bc4c74b05b46babba7da628809bac05b48d8c4055648e88f0db57c1bb0e07_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9502a32446a8828e8a1887edcf49034e874ea0e32ab5fdb738ab89e77cb5a472_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ec7b6b83c8e934b66505e8051e183fbaac54e78abae5ae99077d4e5e163b4529_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1f15641123321a662f676a46a24f6c8066bba6e3730a3c0d0eca3ff8e548de23_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:85070876ada5cb86e8c585f3ac3114d548b189074723a13ec5d6fc6be25c9964_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a34e14a715bad1d324f9211d95c56ed387ae51b24b21ccf931c12f3f7b3dcbaf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e12ce561e4cad13a5d08e8164060bb74a309f66047279a26dd727d34ed3dc16a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:67789c239f82fe3649ab8c0e13f920a788a3612d15a78fe5986a852bb2d11a0d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:80d704ed310acc3015748815351da4b54fef2d8b74d7d4b03aabcf9fd7e60b38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bfbcd3f502bf336124261fbe51f19e7a4cb9e9132e07da62354699b30cf6ed24_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c1e371a0057014662b91736570bf25fb1211ead7402154a1149dfee9e55b994e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:175fd0386d9a4e064fa760f23ecfb45ac6ae3500e5a50acac0660d06e5b7ecb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3e9811dcf3c528ae6f5ff86659dee1a590c2b53f7af1a03204d06fc3dc628fcd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:68af6c6e7f51523ac223f4e25955cf3777f4ae5b601dcca7c6ec7e2dc0de0782_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:8f1b3ddbde3e33dbe01816bce0cce7d7bd196cc04affbe606fecfbd8ad7b8b17_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49699de68bf38c34edb696ebe4f9dc608756382a977f497f6713dbc7b6e1209e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49c32ab1927e0969508b906c14aafcbc64e6eff7680b9a10812eca4f17787921_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:86135a8f7d4aed36e7b2a571b431b29eeaac2bda02762eafda3e22a62a7a2d6d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f2dac4ffbee9d028b26e683b63a9f033ef8609907f6c498d42c447a306e75328_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2884bba195d4d635378b0d15efa54991a23f51bcf4efb1095b478f5cd9c34f46_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:d84853556ede64db5615eb4d826879c744f7ccbd92c51ecf392a686af854ec11_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:e05dd48fc4c26b5dd822ee58a2af27bccfd0ed28cc959a6fc05073cec6f7c9b8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e202635a4a52be92b47960bd8ced28634111416b220cca5fa7f86373ecd1210a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ae36d953c8c7f73dd78d620f94a0335ff5fb84b16ce9d2dbadbdf3dc5d66f6d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:308c924c44c35b39c66b429a15a0343a47f7dfad62dceb76ea7acfc85e6bd973_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e132f6b0a6b4e2dc63561c1ebaa0bd9fc669a835b0c22b0d56599e3da870231_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5216d36dc483b1368a03e00dd9dadc7c75de2bc36ed98cd7ea2b089cbe23965e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4bc11f6ad7c3e9c99e708f7ef5a01b4faedc8eb5d2de5b0cbed502395958555f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4c04a50ca49fdc521da592b9c326e233763918fbfd6bc97e001e0e680ce24cf9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8ba4aabc0e1e36c3ffe66b55c67ab8c305f64aa6011f80060c5d95ce91180c5f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d259704d34b605abd3568bd4c988bf9e831d80554ec2d7a57e7c39a70daf0140_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:14c55985b9277766e54156139f0949d1e3e5f756ade34512a3d5ea3dfed2c544_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3231ec9c296798f11aec6a285b0a8f7c5cf220534d0525afa59c17ab2464abb0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d8767e4d0b2c8222748319f05483bcefe50388abc182a01f3ca9dae3c80dce44_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ebed5c3d8e112fc5086208b4b4c0aba054a0058f3fd08b71b129dc124fa00f99_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:26dccabde8cc0d1ad45160677fe240b3fc098acae82f6d095fad08b78330453b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a168025d531f20656997ae845a4930919d6805b7f9374c40f7835a93aaa46b27_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e696a8bc54ef8a13800b2168a395d2cbb08678403beee2dc52c56d04cb235759_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ebc22890c7759ec9992b64dcb0e388881caeeae333a9a84a50dfeffe27e38b49_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:09319f1dcbe090d9677a43249810dfe5b3eb165aa3f8b473417e0913649b1556_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:46a37e99da18852f5512235589ee86dde0db6c09d76a49275a8004422b9ec303_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:535d1b713587008fe67eec103cceb54471f5263516f5420589cffe1dea02be93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bc614ab102efc7dfaa47fef84c4783da26548491e4c43257bb606a06e8d155f0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:08cac9e30829765f182624de9e45e59b40884b8c39cde60528dd27afa57afe72_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:13724dc9eb7247844e450b59b8cf3af5e5f486e9558942836ab60f74b9943291_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3e1a80763f76f622b5ffcdb35bf2dc20ce1e9c06c4f5f6bf0ae06b04134733b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d077c79741fd0c481fa6e1aa2c479b8c5b380b1d1f163259777c8c50be257709_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5e82ef0b9ab6d4e3b7431a7611bc563f356385dd8927855e6090008685f1549a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:62ba53e306331c1b20cad27ec31cf59687218f4bd5908ed7e9034559ded04b54_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7664e74786778a96606757f1de215a4a9702d0c9f7cecba7bf8028884a7609ee_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7a967f88faccfc101b9388f8434d406acdfc85d7d682f9ec742d59eb31074fc6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0e05cd1eaa2b9c558d22892495f090b6b51a316dc56d85ae825b6fc44611b6db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:445fdec85c2510c8a45b2a830ead87136bbb80bb9244987b4d6ffa5858931926_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ccae4f8f443ba6806ea33105d7dc06002d58914626cb9ae57476b29193761b53_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fc0becd36b6fad4911a5b8c9a4693320918f7f7e6336c2b11a76adcb6d1eec36_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:652f8fc874b95a56393f14c2b56a63faa64c04f6646c1786d07eaa272a9acb9e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:94b9c011744629b1ff6f230e25f876f218ed59d55a941377797f77cdb7c03e1d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a178a796ca9d32ac59faa5eb9a6aea30f1aec65d88f89080f57ed519a7983f05_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dc8a79297c73782f5005075332bcac58b051a07d2b35626323f9b69ee5f4d64e_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:03d66c724cb647d4a613bb48c9df6e9ffaabb68c8af5a4ccae45365e32456470_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:4b9510fdfb45d2561927843dbd7ed869e2f67d9636e59dfd0c3ee640d9fc601c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b3570e078bed53aa3e435443bffbd12a7b259f8dee9d18c0d79b55514a547b53_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:fc8e892ccbd8d3c1e737fbaf8f02b5fa6bbbe242780c9cd00fbc5e6889d7baee_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:266bd8400632ac70fc6584e4bb2850ebcee7027ff7899acbeca612c6556302a4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2c8f351447fffc2133f339c6ab3a0bcd9bdfafad4a4cb5b7dd2abc32c6056a92_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b8d2783a76f514f9a4e8096434ac205e1d82d09da2d67fb930a1b5e4d8089e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:74fa72db679ef47f9a3e3459a90dfaeafcb6db73dfe15b8933767e2f9d19c448_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2b5964f6cb078aba05ada42f0c8280dfa39f9f80526932cc5d41410922e4e8ae_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:480b27e9866ca8dfba83e1accd427d4f6813f4fb7f612854e32bdffc10d7d5b8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:91c7fa7b70f2cc82b26ac16f91ea084e15a4f5dc64f254ed878c25dd1170c0a8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:edc297cdb2f670aebc1d3561d801840ad029e8777ce45724066e6891aabd60fa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:443e0dd81ae60896d31f07ab49611c5e0629746824df094ce28cdd3cb0ae1d58_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9b16561ca87196e3dd9330184f7abf25e97272e3c47d2e8d594e3095e74f815b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9ff62f63d487e25a750bad29314955effd17152bfc534ff698963760a2615b0a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ab506c549b676ad9d8dd179e2ba871a12f2096ca2601ea2a1f2605ccb849dc6c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:08758e6b81d6679b095a8e7fa323870eab35fefc05e525c6ef810b6cc0b3c0fd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:af87d24f6540e5c98def879ec4ea8adeb5b138e41abc126b2c3030c5847fd0b1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c5e9e59a08d8940e99da6bc568269eaf71ea8db62dbff86a7f6fb5dae861e323_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f5122187c85ef27f5423ada009d800afa4800e32ad1ea3299586fe64cae8e38d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3c5078d135089e1548b4dec49b7e78658279e42a72792a988447662534b6516e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:56158ce0af0c0eb9709b2d1a172201bc795ed6e5075517b6919ed1302399d6f3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6720c8097a398327f18a5c84c28f6b58aeee017199c2649649a1f159b8365838_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:89295652b447f42c6a0d6e1299f63b04016f10ec8faf6372357294a14472e426_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2baa85e44cc4ac6cb825103508c5bd74e348609eaf53ed42c6d0e045dfa62772_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:61283f1fff1f8ec53563012a5b1fb5a48831f0a220d3676b512f5a60b331e849_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ba258012c0832c57b29785be805be44f0b5f8eccaf76d82d7493946806eafe5f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cf3bee6414a87e7f907d30047ded274c488239af5b1f43ed717ac2cede29df86_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:40854e0833b6cdfedcf275cf716e58f3cbc5c44be313fb83ca3e909bd80d0b08_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4d6a10dcda92c599f52977c71208222d166168b29da4eb4727c466e7eb53cdd1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7be4c5ff86b0e939ee9f22156812fb98d2f96c1eb4567ca8a6a01ea3aa735dcb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:83bdc9fa5d3893a973794dd7162bf9564ecf68ce44814349a621cbc284b9e61c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:993ba8c1dd84e486fc4084a7786934c356a9b12ae86155134fd1a1dc1e5e3f2f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a64dfd96d3aacabc8f219d19e6d7eb0c1ac5b68b49eb93fcc973d76e67ef1d34_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:ce306e2cdafabbaa29467e0cdbf316673d17180efb604e683a7fd1ed7181c6f9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e6748814d950e6f5e370dec9cb7d557fbb0d29ad3620b567840770be826a601e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:04d418560f90c35b42be67886632615d62dc89cd37fcccb6e247212b535fbb7f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:40eaefc42c0f0b5adeb47bcd463c2e2a45e7f3af1c0fa4cb3fde9c5479660c4f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:545bc2a7b32276bec515f338aea3a2976c01cc787a559986646aa6fa26ad5f35_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5a2653ccd5dc3f59a228ee8b936460575e1a392d12287661b1dc83a9f8210033_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:12e5e4ea4d19c4dcccb35dba161fdba8a703ba6331b11054e4664818737746a4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:180e817b55ebfd081fd0305f63b3e0539fe8d13d1ceb8428ea21e213779fd056_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:92e8693b9f6955f9862c8b576f5e32bffc3bc34232511fae0cbe57d705bfc53b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e5b5d4750a3ffe24b1196255d4cfe15b21efd587a41736307ca8e4e61a4936fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2ca8a85fb07b431d97ca6a3e3c18f1cfaa20883c7076d6b5b4e6942b632f9aaa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:559af5a310f0923dcb4ef9389c51c98604cf44642a13e8ccb46225b4ca268580_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ae056c9c8e0cdc6519ac1a9542781cd54ac2ac8881f513e965b57ce7d1e5ef2b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:deb92b50d5948bae13db37a7046d9b212dbfd3ddb1063ff8a5e5467f0cab203c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0c4f3cf84115f8c9b9bed6b2dd5d52316eb3a9e670fe6b9e28c2dbc350392e87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1142ce3f8a3c1c2a1c7dba79ac2c3b276a45fc6271ad9df9e6a5d8684c36da2a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d9f2c021c17f1416e01ba31a8823b7a87724fd96d7ec99d494981842b5d452b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f3aabf75e838b4a941f64a7a322768729059346d7578ecf5fe7ce27a71876fca_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6389373ccb2fbe1b6385ea21dac1c0ca918bf9d3889ad7a738de6be5d7ec4272_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6449fee9a31acc582bb85e0031312e3ff07d1f1843a1c6c410eb79cbbec1ceb4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:751f007afae9f16527e9039aa95c2ee6efd2ee20afe3c083ba7298493d2406f3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:afc11a340e28d4100c31646b705e8db302f6b0a96ad3620e07391f02a70438f1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0673d2034e7e5fb412a171939379da14e9269dad7bb53e83be7ecf8233b0b5a1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:18f0345811215feda18d2b63f679ee870e76b33e9f61042d93edcf36fe97df95_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a2d247eb696c80e02bc8c1873e8ee0fb71a1e5ad6cf5cd84bdf504f4fe17cb10_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c342b14ff399c961ce05c1af127244b950b8e9d641ce8752f9d0f880ad7a672b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3d9fbc97d13987f28ca76b3e238b540492eddef0f302c2dd958c1b0d05e10941_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:47682d4e934d597aaa1e809011a69afe93936fc629ad3dd1ed76dc7b073f7ee2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4e8d3460e04e85a3e01a578d492499376787c85f2840c97821f11213862239df_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d7b99cad55a1e1d380d30d0d4a61bc5f0cbf3a87223efada3e69bd9b0741d3b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4849bfa8a48c7e7d264fc6ea9097fa9d33da25f75776619976e3204b42026cc8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d7c3f5ce57c0aa25e13ba9484facd75c5a1dc3caaf9be4d0f273243e7ace327_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:78aef6c20ab3bf78eeb8b8a857ca2a24067d45cea0a070c44d3fcedc00d4efbe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7f33515dbca04230d98550ab638efa87389629fc7d913c8ec42e4b5bf8a772f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0251068577a1724dc777683dd189468ed77413b396614a117dac6b4320b8f01d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8812fd85c74fd67a95afe09c2ce5e7d592eec1e25fdc6fa331a8bd41bdde0cc6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:89e0a7e0fe060abb45a6f8e6ed1906053c09f95c252ca7813175903db61fbc99_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c3674a8f28935f3140fad744b5a178a8346a9a7f79f6c281561d2877b38c4ca9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:13bc0d4f7d4508fafca5a3bc61b6449a056e277da131e753c06cbc1bb7781b27_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:993a2a0b3f84e071560f6fc1a3ac243fa745ae9a7ab15febbe1385437dbd3ad8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:80fc518199cd3a1ad421b142661f0a85679b12b69d0afe580fe60eb6a13ddad4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f069665c66c19d9775b70a31aa7a1069bc653691f6abf106a88b2ceb8c0e1ec6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:13ef0c0585b01c56b865e029d029a553b458fd2d3d0204eb6dfba1bcaa11ac3c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:599d33b55e88212202b15f4344f7a18dee4f4504b3739d6ec99414d05bcde2b7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a751f1f0540505bea087d3ea9e6ba798e89d5deb772cf8e401caeb3816a563_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4c26bc366b267d444f448a4d7bd5a0d26f84bea653c14b261a829669d888cf88_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8b67087a584a2d952a6e80572686412cc8ea01f03ec8d70b56cb8a24a0c5a3c0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ac1123e890f0aee159c9105e26e1f1ed3ba5eb3ea66b422b281c3e9465401c5c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0dac7821ce2a3a5a180f53f381d9e61484cd8c5efab3c9a7dcc70b5783421b64_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6b30b39205367ec985c4a9d948e71d378b9483689c3ea179cd0f2476b9bfaa1c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:de903677bccf645889ff7968ebbc052b14273329c0765f7faa53b0ca815d6899_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f8392be7a6f5223930d53ed6d127faf727489b8f5ebbbda6b6b437c529e3c812_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:02ac68c83db9dc50cf6280a418eed9261dd2182bbf51d16fd143519e49960b17_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3746261c5d4744b13d4704c822fd62ce1f486010176fdb3bf95512c72eece73f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:85e34da00bd6d290c04d8eac32f39db59b5f50fceee9b248b2cbe27bcf0e7e5a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c343b119edf863e179df865ccde0b665b87087d78b20919aa5726d8fd240b344_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2026fc52aab5a6d7766511080699112f32ae4576108ff95b0eefc5d807a14f25_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:21b5298172f4de1e0074c4abf5e4abf27e8adc02bbf7ee49bd3388f7127d4901_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:42f8af9bf66ea72846b7f7e57652725c31b01fc4a8d39ff7e7882075438c521f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9c5711087546b1ba7cefab267b8aa30b54ecde5926f009518cf0db974ff84c3d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:373c4b7507a978e3dd62e9ea629d1e397b1f1db682e11ada1bfe5a0b45afc782_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3be306649df2fa3cc9f30e60ed5d947fb0678b0231b617eafd3b1593d10feec5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5b01a896101a5189740f84cb1a83edefdb0dc00288dde725ddd0e95480f8e1c1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:961dd87e559779e6338a4d3d35c96c0ce6ff7cb9634ce32d4bf848032f4a2fb7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8799db20cca7be653bae6b8ac5adc1d628094eababe740beb5dbc27e05346872_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a36c2b308515a293cbcf265af68ecebf498739e74ef11016d5c0edd3cf47c4e7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b86631d6601578548af20a28d132a0503fe118f53d7596a5632ed24ec5a9931f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e867bd8b76b5bc1438a7be88a30fa7707edbb1909920a1d4d1d0da0ddbebdb40_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:313074950c6dec37d29a9722b58ddc951aaf67c27b47568039f29f02f2523128_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:43618db20e6f592602096897bc89eaf3c58490a362e91e3299e20bb2a02827d9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:705f4db2e969d23205de87db1bd7dc8eb1ade64a76940fad950fd1a214dde6e5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d2d5ee5893ae16784051d9526c1feeee3c641fc3e6f337ba807744551c00ffa5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6ae5cfd48e788096162bc4517f0466bf526f16c84bb61072886a64842856c5b1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8004e7284c63cc32a05f6de732791416d57d62db041ede2829d4797139094292_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8137c3932f344ce587769bff04355ad405b6ff27009bf23a221ba52f3da56e1d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ef15235cf21f0fbfea74089f75471b483a98c920b65676bb6199c155fb61e929_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:149cca2af3f89c7d1e105de81bbd098c66be5687f18a584b644f21d0be20f414_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:33fc93d5cd30760383da666e8effb6ed32f4c8f2668da36677e98c1801ef4f5c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f9c1ee7f72c926c45cd76c12046b867d9efd7c3c381f34afeeb9b6e97751175b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fcfbae71f81307789bec93987c4523700c191a66663ce53e4009c5e0a8627826_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:04fe8c19bee4b629ee7f18a13dc0b7f49d6a4b6e19d204de90b6b2240b0f875e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5c9662139f98817aafe153a43f700399781d079390d5ad23d3b70fd6ac5d370f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d1147830f896fd229aadd2b766fbb4c8102b35a8edd4d8bbeef4928d89cdbbfa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:dfd0cdc29bca0a2239ef203fe7b58efd97ed4e72daed6609e22b20babda395fb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5a9889308bcd1c3981072c83d44206d0c3feff059e0a2029d49adcb974674c95_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7a715c7e2a8f54ccee42abf122b0028ed19705f401248d8c38f785d960f1b116_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a67de487534d03cdfc180af9d235edb21c5cb71e1224bb5041fcf2b9a428732f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:b3780d23a2c384ecef73c806cb20d7f97bcd11c12b6392c781c0deb7ceb55df8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:48b5d06ac4b35c2a7bca3ba2abc39e3af1eaf4ecb19c720d9b6e46b066318414_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a6d7d7df9078e9d1cb0f12f9ceac12c96bf2cea03a9085b23c3e4af6a456b51d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b757d11e5dc51a5822d9e30e97ac142cf004fffce87ba2e58b8d62926127664a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e61ed19beaf8352dcfd4b9478335a364263cb9839f27140a634a217d87d331e5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93baf08acbc6875eb2b665a9ef3601ca34b76767cd70a172dac7237f21b6958c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a5f2c2debb51b8aa926ede417cf9fa0e4ebaac4f5bf9e770db55a25902a4a3b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:dc97d5c1aa80515080b2b4d16fb08ee4733a9347eebc8427f10b7e70582464ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cc1559af0d7be472ae46be4552fb41e81ad804d73d1444b92cae4485118c6773_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cfd5513afd8b2b5e22d5e384a7f769f9c04709d853feb2f91ef667d804cf9a7e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:febf2fb95748ed0c440e6acb72c40d609ae7587b2665cfd7145c878a2a0b5783_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1728f980f3ebba7e48bc0e8cad114db1e0c06f692638764e30ab990f45c637af_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:41508513986b369c2f89c64af84b3980b16bd2432130fb122d8c1346f0602894_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:650f08f62aeea4bc954e69ed88a9f2f14d3c8f733c155d113c0c58b7154fec4b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:016fc7e804acce7a8b8df0a02bec320c32f9ce6224ae67598a63992219a77516_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:081f9cfabc57aaf4d19df8b496613d8aff54ceb265634c904ec7765c810b4553_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6da3ef092cde7fbaeee01c5d6bb0ca5d52af3ed8de458ecd3001bb96262c1ab4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:035d07364444ea963d64515420fa4005adf82c44b575555a074149f67db50567_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4e09fb0bd709d53a0abc6326905cc43ee36e6e4ec5e20108efd1ffe585b1f2de_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:53a5f81aefcdd57ba33c57c02941803a072ef3f1b8467baa3c53c7e073a9ea96_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:cb3d2ccb57987217c75079a9c10f230f6a7de9ba3b0fbd87d8d3d5c71f8c94b0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3472a8147e06452751999ae2d041063907f275ecf429dcdcfdce88c8a19a17da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:61155741778188324e0616274f067ec36723d0fb81d84e9715f72ffecfbc92ca_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:adfe8cb84a5f0a241fe69ec532b7092a10cc274cc3aac2b86f33ac8e725ab2d8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e704c70226ec4986c16166ba1ca54b908d1b6d9ddd47640bd5ab6d292f977508_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1d63a1d7ba183c49c69a6ffe5a4584de5282029b0b2c2f3484b4f4431e2ce954_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:441db8762a583090cf4325377b0ee75838452a601732bccf4dbc57f26f6a1a90_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c5c52612378ce1f2577314e5723642237c9a361506c448ca80d2a0b56666a1f3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3b9843a117d6a6ae28222951e1a556d3888ceab2ff75a082a06343c8030a5ed_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:236fa2dfd935db687e786cf827d88210c2f586d2d1a93e610861995908bf2587_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:647704923828c83c6ed3810e3c4d7456fcbe378516dabfac30f203a3bd3634b2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7638d755fde7fe6d3c004a6f0f7c761a9fdb75a3541f19a792c3cf8e8bf473d3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d2eaa5b8ad9464732265b84128b5280d725feabb2d4b4cef0178a317add66c39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b659f5c6da6f73bcf8b2850f0172358816bd68fca721b65a9a70569a94bc90d7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cc867d49602a6ada5de7a783136b6463c4d9adee9877ae1966c016a08ee8e87a_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:6fa614240bbc1932f65f8cc9215d2baccc05dd1cd5586fd308c44d8a94447a45_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:e85e957fc16a36b5964613a99fec1e7299db9bc63edd86ef965d879a081b64bc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:14b02010250fe10ca57b2dfe1046641aeac31f92e5691c067b3990383967f0a6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b6b13d29b1cb9c9bcf97f2daa289669bbd9ea501430e51652bca3d50f787f23f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a8ab293c4f3c6bc251bc91466b7586e5499b6e198cff46e50f6a65d97df60f7b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c5d781c35cda14ab70d4a5bde3bf72df0a3956f5cb159645e5337095bb71c5ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fadba956181755cedd19d3d5b5ee3da0222daa1dc609b629c900a0052a4cbd8b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:2719589f19df23634ec3f6b578f3fd2e827440675b72a69b89c9d78b1310f98d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e1fe563643282c027ea829274a1945458cdc5d079bf2a2b7b0a9982a5cc3720e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:28d64f60c216f77e3e006012a403671463b9dd90095e19ff2dd027def6abb511_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6d681aac67e08e2ecca32415dddeb47df6191a99f7a8d7bc3bf1697c6a26c1af_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0d31a90914ea716508caf180e30fb682cdd8066da7a0a31752be9d86ec9c777c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3ef5a3798abfd3d9ec1b6ebabf3ceb32fa4057072b2670793ca119f556c0897f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e2c62e4b87e0536d15ed8b4f2905930a750f770d5c6d0168de6291d92c51f9a9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ef5f4d7e3c872acbc4ee48bc91b5835dfef66a698287a95836344c1587ccca69_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f5f049eb01192eaca548f3585845ed6a530934d2eaeb422fc78b657cabb1f57_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:740b0d9392c76e433ebb7762e57f156a0e2ea1db37ddaed2c5b8044ca092a357_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:da9ebcef147e8d9e84848454fe2b8e259bb549bf0de88ee960fb48f6c8051060_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e8f942ece24d15ce0c4a31f731f2060b6e3874a2f486b2dd255c773fb1a55f46_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1b4fa4d6ee3081f39e54b4f910100d210da682dbb0f308f08107ac44e7338d3b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:571a51e1eca0f31f273be8cff7ff115bdf192e14f5d510705ab7ed423fd5d9e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6dc96b2e8156e7e42f758cc28302a2e94e8b3888970d03a780b1732375e728fe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b91654b9aaa85e13d262d21b949b1a96b386f202524c2e8d52ecb66c279eca8d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:107c9dcda9632516721c41af941362ccc316d25661bfb13a7c4dcfc2ea4e1c3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e75d33740c576321707835258793fe2fd257682099348a2a067806e764e1560d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3ed82adddc3da003bdb272e2a5df0317abe41512179cba925f65fb5d8f7c2eb3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c16e4af4e9a79ac2f1fa632b20e98befa9aa2953ef241af186edd226e39150e3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7b6c16881c71569dbada90e320379c2159ead0b0ed2fa2113e065b361bdf2413_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9533dc6817f01e377ea2ff7e3aa4447d20ab5d016d9145b97e0cb9e758c9a8ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1285e63d6cefc0454a400b20a6e404537a8d57e5fb9b5d7ff1a75b61555622fb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2ea17afe64ff273c9208892a59773c1dca248367c849e805dc78cda228aba29f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5f33ae81c766b0b7d9c8411dc4f6a0adf760221ed0493a99f1bea5dddb5de41b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9de0bd8cb41c5324718c8d8f275c612c0bfd13b322225455a1142dc76bff0a01_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:2fee175122b1e3f74cd8976af1515c869d096da0bc4f5e9024b31a64cf88896a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9ca16ca048f3de4a5d9e6b6a38b55bf0b4a994bf7f7ccbda8c50c02bfd59c871_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c42a4deb157c31f6fb871bceb8c4401f44ffb490404591ae36110511f933f72e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f6d5c31b12c8a1a1e8316f258ccd254bf6bb8e49ae8a175eefcdf0bfc5c6047c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:204e84b23aa1edaf66f10a49432115ecb4c3e8fa34472a909e1c9a7a0c3f3947_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:37f226136e439a1b37fab44e06ff30eb22b1ba8f12eca9e85f59936c3d58acd1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3e385fec20235fd68320dd564c68770d91c5c08a864e3de41f3800937d730334_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:878a0a7473a69442dffd7c19132d74b29ecf765e3499d29f8da7b1de2ff6f439_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2b51546e56d1893aaa1b68c4e6ebb5479614d0402e840c8c850702ffb198036b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3aac893d87e5c39ae1672eb5ad48a0b9d02b49888fab57f8662e6dbb3897b660_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c5bddc80f0ba0e391b336de8ead2442d0dff227fdb8aef1874bc3db3101f7048_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:dca0c7b1c7ec76232b3d5ddd15c8716e04a8384f0a816217dec544d667ad2e69_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2551dc2ab6fddb6edfefc185f7b6d73ea366ddaae4e2f79d554f0afb79aa54bf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3cc6eb31325b1f9c9a2163c570ae1c3d4da7e7dcb0d761a0fa775b66fda9dcf5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:569965f29f668f02a342c0c7b4804bdc92354610e9368ba42a3ea5cc3172f532_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c4b2b0855c4ba25e150de01e54f0a84bb4c6c220b348945742bc0c18cc6d7dbb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:01b6587f8b9ee398d34ed3330bf0bdbf2dd01c2fe475ed4d44c547401d1dbd5a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0fb7ce17c762a70aa16ca9f7f35e41d85997bb2bb22b81986321d29634ce9b3e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:60c4fd0dcbc1ed92bee7dedce7879893a23c9e4a6181e5e6d6a8f04880f377eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8925d5826cca515b7f7c05558406b3688a14963ddefa80f5b44500fe12dfb1dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:3d914112ad75b59b03d5653cea40a25d92af415ef52dd10aa7394465e6bab92b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:f8d52c53ca49b3f9847d2e568779801321307e329f802aa9456cd0dab7625232_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d29e5c26f37fc8212f2ff15cdac470982494be155f85e3c310b0c958b943f7f6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:fc7a6712a6fe86a47b5a745e06a0c6d164779eb198f284fd0996847b025e53c2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:32bf2e7aad1dd9ff5100500c294e343af0dae3d392eed27a1c0305198734261f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:54b4afd46c87b2cc839aa7d8b8ae232aaffe0f39846a6edf9d0d3228adbd7a29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba41cc4ad0ea8dc731838e00dae166209a3e06d104e5cf11491639f82290eca6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a9395f57a9adc721c6e43e578957e21c8b9f18defbecdf91dc49d11044aeeeef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ba077da5ec7f147b51f0ee4432082aed3b7a3a541729913bc2ed821688723e99_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb48a38cb5d06b67ecfb4777c44d44f3e32a996397450e30f40e7ec3e340a56a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:deb40607f193ff4e36c684ce74167e67a7e96187f1a44a1f0f20f36572005843_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7dc856fddd561c1d29112b0b8d4dc39dc7503974a9ff563612e6998bdba4b71e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a3e01913986169c592bb770fc49e3875d46031b5788f983ddcd52938f9ef7a49_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c3481c6f76c644c017392c092dcbbb25a288acd14a9f01e20afd0d2d35e16d32_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cc440be9f6b3c5e22186b6d53a428a8220201ddaa79be39e19cc31a8fbd7b221_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:12d7ec468f9634a53d053f3af7957c5162d92595fc3385b26b08acb22b7935c1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:49f08b645fc28af342483d9efaf2f607c9c2a6b491b477cdcf2985c44aa3e894_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d32cde1eedbd0c110bc10836025cee78421ec16d2924d30f5e6265591a9ec716_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:df885dc6da20faf1903dbdac693889d9882722e8b67bebe35f624c11e4616262_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:16c8b8c6aee6f6a06367ca5bfe2be8fb85a05c3f18a819683f49d1a8c73941ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:376659c608333e76b0b48fcdc69ff17643284fd22fdef6c6998f07be54c1cf91_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7359a62beac2d501d629e6768f1767861fdedc0d05f53a4424a2abdb3dbb6a8c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c71d05c245bf1a4955f46c785d7264985e1f904de2a19972f7ce6209a3be0e4a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:06ab376096238d4e04c9ab713d83d3cab5db769b5af1fd1c57ef2ceceec6ef61_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2c80889bfaff670acbf859db3624951cda96d4ee8cb1560806ca4215e8c6c04b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:627c6b73224c3e37181a19cb598ef9a425cddc1d17d97b6c23388ec1345f6a88_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d5d338daef4ae436780be192907d28a26785021d97865d8a95db9065734061f0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8e59a286a05743844dd1333770197161698788e0db4faf8e00cac6b2fb9a638e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9029d8ef1e4455dbc1910078afea1141f92a5c4d2c298ce1d9e4319209b55246_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:da4ff38c7a1fd5adddbc0b0d3defbbd580197680b22648e2ab803c90c4a8c9f2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f6c44d76a715e0ca38fa5e2becad93a2bf3a41fd8f181846e7aba81b0c579691_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:167937ed04f625a9cd2d0b8ed6048a5cb7b6d435bc2d41775d7db4dcdb5fae95_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:176feea3131aada18df5da44af30a127f4dff392ce8ef57f7e0844969ec95923_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:17afd4ebbc2a5233681d4cc1774fcd70dc932bc10006235b11de8dcce826c2ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d3a98e507691edec50373d79ce9df48a71cb6a19a75c9276d0c5905d4f204b39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1b6c3977b4835b0cd5399523dd437c230b992b77a0e7352b095d008be96fcdab_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:54d79643f3a191710d1362d665b5c838130f3e51aecf1e27a2cdf66e98a3cb8a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b8692d27a4799d20ce1a8374ba99f55732bb7db56cdf8f5b038424a086db614_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d196f02212da5e80ac5a73931316d38e9def9aeecdadeaf07aec685e661f9f98_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:11c2a1966b0632e85caebc4555e3e2f726277175b27a63a5e854557499e0c28e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7e649963b5c1e2a7e8813569368eaf0ded5e544799d561622d469b03b9d93937_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a23fa7969c6a881648ba03ed1a13692c5db21b79f0608d841291ea9118548ed7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:af57ee131bc09ce55ecb3ae13ed7dc3ce9607a7438f0ac5a6e64bbfa000546db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:3a7644c1ac089cabd142fc1743b47302eae8528b13d1b038298f2f57cf746326_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4b5ee426703ecb55bf537731c39c69ab7f86316544cfc472ee77fbef7e5680a8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4cb60d36cc3b34b4b1496b74b9b2e68ff152a71d7f957b356311ea811bf05573_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f3f64bd2f70faa654f7134d803efdc032df63fd4ef07c97abd38fc41e625b48d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1b75d96a4cdcc3a37848c5edfe598cb1d99bb3b0707db5e3f62478320eb90f9c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:876fd001172d5151ef99c02826f834ee4db4623b00699a8fb30d6a456a7a8687_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ba8fddfcfe0004287ce58db40c1092f2090b3bbb0810c277066aa2d97799f8b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:bd9982e951fdc7259571b6d5983ea2cc44402cbea411ae9a6b135692bf5939b2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a7a8d4d8adfd98d3a6e3d37644b33966f2c34ff1e553fbb5140ab9a15563e821_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b26a5a47cde227edb5e7f6e51247a6cd91e13484f6b5f7dc19b62f83b7478361_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ccdd76d6734e3a3cfaa1e432c1508c097478e842fd436672e57ef2563d817e4a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:fee8f3b24b431ac2a5d4fa3d96c90c5e1aa68c08ee8ae9963fee457c98795197_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0e559f5e780f3849e73d7246176059360631d8c4a7db1700f6ba1b6a9e6ae089_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1a376560672f81b7596417591491e71d065e90672ff6ef5d37ed0785e9baab16_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:350a0360dfdc31eccadb0e8b9397d5a3436bb509999034b60e611428eb006cc4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f8b68ae48350a5aa9bdf47a36efbf661190d497ab5a139027a2bf4579d21e095_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5fbe979b3d448e36fac9615ccd96f8583b0d587d46f6b1b3749e85938cb2e510_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8d45dfe709ac701d6eb800b081947d39a855f65c756f31ae47b75be9fec0c260_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ea4fa6caaa81f207f2372c6179c3698e225658387549ba567c232170cacf8570_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8fb972b411085b4551e10adbd419e3cb89754ee5300222cc4fce27cc349513f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:066d438bdfa1626aaa7a0ee5d2e3222724f2f0cf5bc9a189b67fd5358a0a48c0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:747c142608d6f43952d315d7858f57edbd2d9de2d255938dde311ea580a329af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b2ee2d0e9906ef1581677bd239073c09f93e5b720501e9001926dfe7db34839e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:bf0b42c5e7e51129966a4744bb253b7c336bb88b1f1a562e481f7eeff5428136_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:3e9309d53caaafc9b145f6b7fbbb8879c9f018ef226afe101f6dc7ab02b67856_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:3a558e248efdf5d3111b7d61e8bd471682e7038bd34c4490f8ba69b91b44f36d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1b0981e2ee13869663087d6504e0c0af6f2c56d2ebf81d72b4b7c751bbf6e500_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8073e0be1f7f7523880b30946f1b6868274c070acb97d9da2f5c486db99ea18d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8980be22bddace1adb383fc356975fbf0af9ac8a20bdc95b3303a80fbe296f3d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f4293de50825a003a825306a45612531dafce45b72a91cf4dd455d596a0c60ea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5bc26795163f03947b3f42a5c8cc52b7fd6eb713a0fa5a1558bfe834c21edc0c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:7f29c85842a34554f06db311ef67ec08d1d947d32b4363d1153d92c8d13c3214_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:92857eb171128909119700c431920f543cbfc89cd06aa98db816a2fcaab321da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e931e3fe478f8f905855b4516e1ed9b33a161536c447025cd14dd68778c40fa0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:338034a3ce7dff3efafd00fa35b858c23c2ab284f743df414c6cdae455f8801a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f12584b95171f442bb3661c908ee43de70d0400c6273eb4e93325a5f3f167b54_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f37f6568957ab825b08c2ce8fc6b32ad18f5b7bee50b24b1804e70cdb144e5f4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f949249e3847338ce4ae9b94b0d191edd3f316d471f0a9047f97e41e41b7554c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:407286c96b6e9d0ee4e8abec2b06a5dad70fc69820a00deae47cbf3fcdc65a40_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:52294a05713b24485ce6d7d1b867081da2f01dc008b9cd052bf8c4c37839f581_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6693dff44dcfb7e6fe67f5373bb73d84cf401d20640c959375f20a24d31aa697_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f65918214ce906cb5af9a59ece43a36870989c579ac1660a2a58f9536a79d9f9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2ec7076ed08f4ce7a61f95083155b5315acb6004ea4245c70be2763eb0ce9f4e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5a539e39b3aaf61d63f391b6960cdc5746cbb4b0fc07b85a98969f5c9cbcca4e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:93505b057575ff9292e2e96903238708b940a23953a79cf8742c880f1fbc743a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:be43f0ee18b6d56d81a09871c4a30dc2245ba60cf17ff0f1aad10e117f40aac8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3923e99d803b6dd5bfd2fc957101bef6dd86ba8f6de9e59a849e4c7a02d57e0b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8253bfec4409c9a02be72d7e8d87fe5f4f81c1bc58a294f02dd570debc4f1128_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:851fd20edf32778383c81e3c5b935ec5607a05f8fc569f64e31875b8bbe81d6b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d06d41126ced4841fae74d0437b18e9f1699d285158fb8725a8768a6e9065b79_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4375e44dccb08eb4ecf461f4e8e7e97d617ab5b1c968beb481d5795e6bbf0229_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:75140fa657674afc46d698aea19115a9f60c7765ffff6a0c4ae5ac166c725597_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c1a31ef64ecdd90020d72f323a242b551a6a4a85a4dae309e19f5d8f12d77b54_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c3b1ed110f6b17263484b7fde65642eb349162b206c0b9a2f463bf5eb13273c3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1369aaf62d9d273eef766c42f7015d56152f6b8effc50dc06d75b1bab38a20a5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:47402101d62f418c0f6b8e3c6e2367a8c84f5151a0204f326bf1fdbe983c603d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b519e10d4cb8fd9ad126a36fb864d2f29f7df218ffa1b3b5f222e0befafbe360_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d70f848ab6450690b8329ae367ff2e5a3a5b295c073028dff7cf810104c5be5f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8f8c882873232fd9a00adc69e199f1b4acacffcdbc282280ebb61dfb1e61b875_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9fe79073bdf1745b388fe52bee661394f96ba5c0af585ed8ab4a61724e324777_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b2b91287350dfb474763ca5d332c4765af0c1ff2d7be722e23ea93970add2687_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:bb5f4abfd26a9446eb2f4cb1355bda840ed1006a6233373434378abaf0e617b3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:07ff9687205eee39d9ca211c0bb0c6b1618848e9e74bfbbe793aca67de73fa88_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0ba94d11051416a116cdf516dab74d530a584fe7c4bb1e8d3deb3bde2214e459_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0fe87955631062bc7ce78891b9eb056f899308f8cb8101b3a44f889c1f0c0654_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:786de5dd308c9fa6643aabecea0bc666a9ede6fd2a5ce1cb0d511eac2a19596a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:719989a197c3bb8b8af09e95af49125cd28014fa74c7969f3f3b939223a6743b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:743119e024a9aacd8bd4bf45ab9c14e684ddbe2307d8f965e972ace243f128b1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:76c523fa10e222690941abc8c5564efee1ec4d309a7d023480b6000a545d655d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a13cc82f7b2053435d5268416686ae2ba89e37b6561e49c7ac395cf3359ca2b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:98aa0e651302bb73569a0578e6c11a1691eafb5b0aa28dadd714a7b44b498f8f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:9fdce4b5198ae740daa858432221625391f7283bad587e1ebc1220e7b0b4fa28_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b072bc3bdd61164b8076f2799e705ed8e34281b2cdf24d9cf08deb8e697de2a3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:fef5253a6623c30368e9e7e271501adcd9432b96473cf8278a7b81140d287de0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4eecd436b35c9b25eca6975ca9e938c2256fcfeead67e1ff4159d7e36122122c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7e11ca9795aea60b3f0853ffef0fdbf922f4863edd96c50fa85110f36bccced2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c95f8bcd0835611bb90983e96e3b780ccb65bd2bdc7f7554432ea971eac8095b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e497c1834c97590a0c388b58dc823cdff79ab6befd5f2a9bf494b3acc3181eb6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3a7af87b46058334b97531a4b1b5cd5be47e2ade8d74497429529bf0a489b275_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:97313aa4f1c1c9aa51c77a153d0f0eb35cab9711b7f1465b82a636ea44e849ef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:ba0927ffd76ad6689b808e734038678c91854ca3d0630613094824549f8a150d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cd8feb684b9c70a4ffd7077e19812273f333174a70f7c2b63d57d140d8002382_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0c8bfd6ea4d0729e0ffffac9811b5db2ecf5c40e68ef048ab104f161d2689b74_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4dc7e3242cdcd1d3c1ea5930da7d4e027383149373cb6af0551ed2572eaea0b2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b78827903e5c338d67a4ea2ba10ee67e16482ff00968ba99c27af2b6d50ce202_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c9315d23ab26f6f40e05a5fb1f9f2dbce075244a035b1f16003d1108a7ba36d0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:270b5e756fca54f2dc05f04b6f7b43f7f188153811decbc0b49eb215b11c2372_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5331e8ebfc48f4d2322226b8986dd178f133a52edcfc0a192e89f1785c8d568f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6cfd8c3da57c17ae1c430f2881c66eb0b1c456bbce4a9ada2491b2c873dba985_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa346af0288b5886b5f095d1fa0ceb7715d4333db919ff9d61078f369642cc29_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3403720059bdecff83f784e2fde54d2bebe09223ac6cf99ce2b4c840b9cd4a98_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3f8cb2cffaf6320f14ae09f7e44c965681b395370a156253790764ec9d2a2aca_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a02dde1d0b4f4fbbc4e6f0afd24da1595672f3f290345a4f6e98e11d89854a17_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c4e8ac4fea3c281effed3996a378c2e952a3d3704e47863b2ae6b266d2280920_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:46a0b302273acaf2582d377271b910d9d31ff98744cd8f290583a7bd5579761e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:af0442c88d2b9b93a187010065424798d89aad1d695ba438c815d04d7fcbef04_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:bc7b78f67fa189ba63da9891a1b05694d676a3ed2fa318336fa0850d63815250_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ffe4e64ee1b721aeefd8f1ceee11d225dd69319385e3e70f0bb52f4f40660a45_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:29d5a91b39dc6e72677bdfab50f56860c53e67dab139b464dd571fef9780dc6e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5e6d4e29635ea0b075e402931daf8c384d07ec8660223babfd0df9d572ea6912_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:82555977089a1586dc24154b46be6499607a9d15110e5b48d9a549ee73f3843c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f32c4a07d2b7a14c39db1e5e5752960e46bcda700b292336480c95f359adf0d7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:86b3e656caf1c93ba2bbea00514a17b9d06cb7a6fd5c6746d80ce35f45aa5907_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ba5c8896242125c24e3a7e5698770293a601e9e7f8508465d7b45920cc9ce240_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7de62e540922f1de5f492527d07a8e8f4265d24b577cf2f93415209ccad63912_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bd71e582ef755da7bfeede697b5c2ab29ab9fcea6bfeb14cc8ca168fce5c7bd1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a1e6a736546b54bb2797d85d51b8f2b213fe2f6be6b26bad5b549df9dabf2d01_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:efc7fb9608c2be8c3c65aff302f923241bf8d008bc71c2fbba0d82ffad2b4f2c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:aa63c460867d565b44b2a8e919ba9a0e7fd6717f71588cc5a7e2ad268fe13181_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fe1f1b5d6da2e5ac66c689da49a4c76916533f30ab456c9961a225a5e26cb6ed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:36fdb2cdf796941fc6638036b3a31048ba0209174c7a62424fb410ae14b1f81c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:65a0b94e9f663f3d73a9696a622ad46c73a5fc793f9dc46ee07fee8ba3bbb443_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8afe2a0c6b1b200201f21b148caaa682bce77cb3b1027f61d4c873e5babb1b30_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9f7c3543e4b1a095399d1219c50f1f5081440ae1605154324d57ba9201aa4fe9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2c0897a842cd7b16b64888568ca65c2a6e473c24b2ba9bc5067d6f1f237885d6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:432c94d7d5d46ad66348775fa0e1a6c2c142469e8a770db5528a1aa25664c389_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c86c7188163be31c7ab04017bc46ae88707437f804ddf2b5bd5a73ae34f64312_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3f836bb9effeca4dd6a230a4241282d33ed454ebabd84829c41e58db5f24f47_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4632ef8ca0af5a8115f3d9490c2ad9e2e44361f4d0671fa8a3a1006254b173ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a7d2d10f5326e2d71551289740eba86d6dd2f12526dc684b1494bdd4228fd8e5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ba876751849dd525a26e70996e7e02092c473bdf386ec4663a54ecf61c4f0d37_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e842cdc56ee7728aa71a7f95eda9777ba229aaf959594e73d998fbb30b7f76b1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:90331abb869c0c04ca7bb59681cbd957ff54eb0e0265e16368f9fd6ab6937acc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a02580814c02bec4c1c9b79c4b5a48a5a59caafa60a573f9f99a4a1ca07c6f71_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c197de59c38c060dc8aa099a027922853e4b9dc7e5589ac55c8841dbd44b1367_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ec7a4bcebcc80cbda32227224f64e67cdbc98d3fab95466b55c89755421ea4d2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:223df196f0cc747e52ffae9f3dd03fab2da3c72d5e3b189e3035d4264a08c6c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:29f3154c0b972730ae9a54bc496bcdf62e9ed348b73d98ca958a265717ccc2a9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5e12029e90adf045a4377f4be2be75c879e57aca7aceffa2aef08aa262ae0f42_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e150a242bffd4437f92000417cad89969fd547b5da514f8586802b99a668bab2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:17752e2fbddeff8e6f43bd354d91f248b4e69d88e80b29b75508fb03b82d92bc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b1703420b5a67a12f055518b6a23c1d8259dc8a064a1447196f642dd23363806_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b93a134a81af485a0f07dcd6a71c816ed517178826539d0f53b6c45dce87096d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d266a3bfe528e76a8c6ef1700a2016080d084cf6fad2e70efe5ba52ff0dbbc51_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:8c90e9864b3ff53d398f2451254dd3707868b36c6032d8d139cc3ef2cbd9084e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ae6ebf086515376ed35bb432a7f567f7bbb44b8d1b86773fd86daa387c5fb933_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0a0cbb021e13ce9d693eacc4982ece2e8ba4697f5d5571b8d0671d71824fd07_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5271f6452a89fe7907b16f486439f54f0dbcc3d075a70ef446ee4cc62211b1b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0abb949ce9461e5718c1988f57791c7537eb1b3d2184f4b4268fe087e39726d1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1267ac849f67c33155b54409011cd3f0eaa27d5f211703875cfd383d1170ef9e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5082f39df1f143f23f0e587dec5cdb3e3b033ab446a57e7e808c88e6211a1a67_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8fa27bdf891edfb80585e470f09c9d6fa369aa727a3698b936b4818a4b46448f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:017bed02593deb2e9cdfe0f268916e5d1c8cb7a4f1362c6eb3c94050896d7276_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:027baac40981f53c9ec53f5a4241a657929d6289e42a0e5deef617c182b7580e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4bd5b70373a257b1fce20135ff4a4b3e6962eee541c67a0e29ba9a2523d4d4a2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c0b3ed1332b228290882bbff6a1ad6866f5ab2a4586b261949832cdc3bee5797_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:047c270f56b685d5a4e67afe43d2f1ff47829a259be6ff93bfec4864233d4497_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:50a6482667d53de3d7aa2bff6df05ca21e4e9773996afa8b8038721e231deaae_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:653dbef43ed7f531ebf64c9314756be42738f1635a64097c53210ed0b6b0de88_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c4d2741561038e0080204335efc6eee5b6ffd8878553b240dd433fea701e6bab_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:3de609d984e39497dfe119bb8e0ac2d6d823dd894a5c866e5ec87de5b5711e60_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e3a8b252aadb5b32f42009803b56dbeae49a3ddbe9d00aa27569af4747fa403_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ccf49e256cd9c3bb428badab464a17aee485ee1516896f1ade10da11085e843c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e77ce95a84b01b09c5d1e6dbdea8970543aa3a60f9292300beb078d1288bb801_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2ab5fcf7003f4ba3de7656a284b11d6ee05bb02cd0f3532671a8c368f7b15178_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:44241e57d9067223cdd1585db9d699db113931b7a273d207516f60c498570677_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6aaa55450d567e2fa992650c456cdaf5529c5d96fc9984f7e1a4aa9ed6294bf3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f2fa21e8a0e88b25e9037a9c2db4b157ca6fef8b765b36da7dda71bf5a4c4478_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:10bfb59c904103177754f0336f7b7bab676d240480a8213ec42a778bca3f277e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7aa4fdd78ceafdc887a91224614657e86c1e12b72fde68dea4ee5c6e9b610cb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:e4a365a0516b0c8ef2d1259ec4bdb7f76aa9dc0d3c3cfd5d5b3d34341d349772_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:a06af7a856d5f2416777c1bb1d271c189576e273450b25c6dc5937cd16b8bf8a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:28b8390dae142ea16bb05f6bd95f19b6ab38dd67c341168337ca07fe4f45fe87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:be6a9bcb97824c91f393af5aac5a146d819ed9893f5a074e146afe18f3a50dc9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e6392d583f97f0932dc01be55534fbb6dd3014f84b745e8bf7583b96ad7a7761_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f30d93c0f244f5ba21807dca912d18d4facf47ceaf43da7efa41b14ee816b71b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0848bdb082bc8dae6bdaa956d2ae36fdeaaac89024822f4bcdffb51da1165fed_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9f9603a2dd344770da433fe8dd50a104d69e80ad463f9cba71b3aabefc4fee61_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ab417553778971822422c6eef94aeb437209fcf88e78188b701d4b2243ac5be7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b9bb7615df3eadf64501f35dcefa829934f330892801cbb86e9f70f5dde236ec_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6bb4c6c64852f2b7ee590a0a60db256d8dd549a4b141fe71d311bf30d0ed88ae_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:837cd26d96a814814145cd0aa0cca672769283c499eec36c457ae432b99a7466_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:956ad866d891e1340f630b9cad6ec73d1fc60d4061d4c63946ed714900388a3b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:9c91591eddbc058f05d052e3178102b28ebd25c2c9cb796fffd5047f5d413d12_amd64 | — |
Workaround
|
A flaw was found in nanoid, a JavaScript library for generating unique string IDs. A remote attacker could exploit an integer overflow vulnerability by providing a specific input to the `nanoid(size)` function. This issue causes the internal random number generator to become predictable, leading to the generation of identical identifiers for session tokens, security tokens (Cross-Site Request Forgery (CSRF) tokens), and API keys. Such predictability could allow an attacker to bypass security measures that rely on unique and random identifiers.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3d9fbc97d13987f28ca76b3e238b540492eddef0f302c2dd958c1b0d05e10941_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:47682d4e934d597aaa1e809011a69afe93936fc629ad3dd1ed76dc7b073f7ee2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4e8d3460e04e85a3e01a578d492499376787c85f2840c97821f11213862239df_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d7b99cad55a1e1d380d30d0d4a61bc5f0cbf3a87223efada3e69bd9b0741d3b5_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:0c95fbbcfd5c54e6b2934a8efb4f8523d1536ec1deef78249f4daebaa9d327d6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1b84b2a1cecab16e75947d29572008547922714207272a5dad8169d1ca5beab5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:466597e63e82ac365414c803f5ecb8f06a72374885eedc5daf9532aad16ac148_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:de9cac5c7ebcf3d43cad87758dd2eb0f4d6480f59bfb4112c224a4497aad9ba7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4ae516b98be8fbdb9b783345fe680c1d6ef57b5dc06b2ec3bbd20bfdb7c9b2c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8f242ba3e0b9c57ecbd85f0d4c1bd67306357c92b53968a42419736c3dbe04d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b717614ee549be99c17ceef3d755c66abc983e821e04808df347962858e0da81_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bd0f90ccaaaa74683b9bb17db0651dfbdfdf8f49adf0ecbaf8e83756d270b590_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:040115466e4f525e9f2386d6f8838c51f8e1638eb06cd64f071d4ae027a8fb9c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:1a677b9d28655390d007acaa656997b12a32e9093c1c228778ef96cc6f4ca875_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:39c68aae39089d044ce992b949d4e9961105711501daf3d4f0ba7e9981920729_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e814640d65f77818c180a706940337f8ddec8ebe4cf22c51a58a8b69e0f4099_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2831d7dc9f3cad92219addd21b93959900ee2f71e2d988fffe913a6f88dc7e1c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:50f602354dcb223759d781cb057b4081a424d6a509178b10674358cc8dba41e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6925001d8a798896438ef1388f54bc29825c37d41f2f09a59e3f8bf60b2ec6af_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e01a83cb76fca294a011e022ed86f1da8cde36928096422a440bce8e42fbc8b6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:757ad9e0c37b861340a7b2269b068d5b0c6355322eb5f5898a856fd9c4495b16_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7f68ff8059ae68d15041b8f38ad5ee5278289e1370d276cf7e78fc7e9fc3bb10_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:816787cc8c95a4a2df1416f09af6228559333e1bb1421ede0c9e2093444260e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f9bb9a184319c9fef278d3c6705f56cfc592c844f5c458bd20bcdc07c4230982_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:198f39ed50bbd835f4789057f9d7fd8de0962f1641a7f453dd90d68b5b2a4e7b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:633ce875ee7bb08d9bf00cf79738e3e63cd6bf4de2d40fa6860142a301c0968c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e169d65b86f23d6424af5e7cf9e1d0ced58382128092821676196c0a05f91da6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ec2586358c34d0130b00a3714b50c8b7bc33ce915aef6aa79eb214d38202f37e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:13e81e4c25d8c789ca15eb4e84f3fc531a50b4dc0d95fa3573e002e3b54cad61_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:17637f8455e0e17bb3dca34545a26e881cff3e1444af45b9f45c3e282a252bb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d2dde1514fcf3308d1469a0af6727835121c4d6a1a1775a675a7ffabba8e3bed_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d6376055835ac40728181d6f354398a0e60ca131d2fd8f41471ed87e974ea4cb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6f86d997faaf61c874def5a78cded319a188c1babbc4dfefb91a29f7e0d7f0fb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:73bceed99ad1b0bc99e66ab8361037e4046c5212645490161572fe6f34de98b4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:babd6b0e928bb674289f34787d3aa536bdc4c24a877a5ac9311f21f0cc9e6224_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d00a12f6c4e75a2c93bdd135eeb742f42868b0186d9d03f318c885407a17e439_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:0932891a63e5ec5a076c7848d5746e29d972f3a96058914bee8fffa4921fed38_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:472e977d39473b92992f53c0225de477318b31be8656c37bc35193789ab7a456_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:71021ecd15d688aefa6db79f817c11a751b51f6ea9f2e48781bdc49c6de98088_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:9563eb7617a4d3a9c22fefaf03a4ede698fea2621a68ad231cd9e65930043a56_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:1fbf3bf4990353e799dc271bb4a0c58b385feb2ee60207636a3f76544b4f5ae4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:7815e9dc63477803e7e8bb8a01ea83043b5503ba529f64db3c76ad1c4cf2f0b1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ab22d93f277f9bb65fcb5fd9c448b72f82384b9be43b8ab525d2836832044eb2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dee02e09373732db94bc442ddcb2eb4d13095a04e35c674387d3df8ba23d67d5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1a046b24339587101462756592c87ae4a8f699fc2977a703e6d031e2022a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1db6c409fede3e9ec09788fdf286fdb0634de6b6e727ec010332f7cf2e462_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:bd6be5cf4063439e92a1264ce3af0ea6528b9c27dd4b26f043a80aa8616575fc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c955c4b9dce1b25c73453079a21d84c5a2e5d0b53cf6e351f9b1855f08db3fb9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:221943f7b65573c2942d88354261f93a01950be1d1a86fa853544cc4c283c027_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2488ca8b2a8f658f3deaf9a70b12f7aca159490b5e0861d746ca8ee5d2010041_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a3435c546844b61f456789fd315495d6bcdc2560756e9fdfc4b896cdf70d75c6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:be2e4dd58b8ed72278bb2c014317e69185e2b19dce37beea7fec3798abcb35f0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4da2632fea643a834aac3fd63bc51fc6b0d768b869ac450e6779c9f36429a9fd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:56ab8a9553f0c0202a47d858e234f2672098514dd647502405cac1f28d14196a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:abe530f4e865add435da2afd379a3a11a4d75c257c2468a09bc78f10256e0be9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:fe1397131aa0d447366fd627b12582ed647551ad3af13375f8c281ab73745f0a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0857a5a2cfb5c277bc2d2545fb19693f23285ccf6b75144da8fcd7225e1df1c7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:43b36fb1f7ad271530f5ee9040cac4651a684e0e08de2ed90a2939b736b565ed_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:7f86439496ba6573ee1d61b5f4d414dfbbf65a95526cdff54e45229f01785517_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8094138e4ed2267cc278a83a1586922c957142c9e5fcaec62db531c83b79566d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:309b1dd27ce0c7dc332c7141e576642db4aee6076ce50ccc2930e824f02ead2f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:35322e4580b0fec862223f76e0bd3c95ad0af31f3d4cdfd6423d3ec47d6e25c8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:699bc772c8a648f8be7d6a5c32d786d8f6484e584d918d68ef8a32cb1499663f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:779afd8e0fa21d022d7e75e7ba8da00cc7604db1adfbbea879bfb1d0f8c9c831_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:49e98d0193f7d7b4347043f0655d350a7a0c0d8c8b850d95abb57acd13dd8ac8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63e308cebeea85127f584610f59cdc9b228f01b9acb227f2f6eba7fcdc29b1fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:71f9b47dbd3985738259a6bc9a5bbdb240fd21284a194b47bb78538f8e870cac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:9181583c88b3be23253c76e277f140c0a1532c1bff7d62cd0da1e14beba1aab4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:0f96581804dbadea29d9ef9a2a952753f5fdf295670ea0297622214e2a9b7d0d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ae4714025025642ff5d9e250a4715b01d933487fa8bf4eaf82629ebd6d4c8702_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:cdb096f05b664fb542bb6eac3cce52c53da2e4bb636189bb53f737d3075615da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eb9908581f71dbe01d8553e494ef022417196408e9fdbd32f08fe1f5b9c9572c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:08725f7a384b4e72a173141cb35fb67293385ed72d973fc4d497f3c0f0dc626b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a322e3fc620e914088fb5669f1459a47140abdf027bd011d6ff4e5b3e6b909b9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b950e80fe164f86ddf624c80210308a634929ab8eb493496ef86bff1c5248fce_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bfc663a0ca81dedf849e89b91feb3fe0af97932fe8a8fc711d7ab85b6cbdcc84_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:13257447171d38e6e99c66faa476de6ff6ab934c285a0d1bf71fe94dbe583462_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:23fa493f397748092cd71c41b9d83d19fad6a5433b692bc644e30af790cf60da_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:28b1c9ee4102140998781ebef22f269316d8c2be2254c10b4d7151dffb0d37be_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:be2175c2c6c9d882e44cf10aa85f1219573952473e893f67cc7085bf0a324407_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:61417bc1ddac0bc97c786b5807c2fa33eebc75f7cb186aaf9eef2151dbaf75a8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:73956194247e000432a8c5f7b78255062c5ca967745ba2d97e680a06f698f518_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fbfa9ada74c4875985fc4bb8366d21eb5275a52953d44bc6bc740d48edeab5b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a545c9c2fbb36296286f684e02f9a5bc337b3c3fb9c83c608c988c88455f9bf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:34a8a8a4a62b36b5e0eb061db3d56905c8dddfeb2e7a7135642f947ce6bd01ad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:41c2ea14036c2f8639cf0dd634e327841954eff4529743fcd10e8475546165d0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a884f443877c7a3c0b32dc60a79e1bcbe89036549da7a8aa4608ee2ac6460765_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b28e8574a1d3b374ac4a61ea4f3c16eb70d9ba7385bf830c8698f4490f8fd3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:8e245c278c66405066cb31e9d48e97ad9cdb826511bdb1104807d26f896043a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:380e3045135a40d202f330002512a5c499d8d2079cc38e5c0bbd5a2312820dd3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5d06442daad2c126259fa5d594b53329e386f560b77a475ccb0cc37148644a5e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5dc0ca56deaa237fb0bcddac8481b45d3ac81609b36c3b7bbb6cff8456899208_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:aa669084fb336f5d89d86cb58aca73b88d6bc4b6505eac2020664e0b6abfff6c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8cb392862e1835b610757e822332074ac459c593e9bd60fb6b6f6d0aebe577fd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:987afa1aa902bb85d7c2d96f1637bcd19bf21eb832444c98d30171bbeb746751_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ad2f0cda09211f3e0aff615306168baf808e6fefbf1f039c3ae1a1fa7050a61e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:bcac50d10432ecdb8bfe2b465ba75889248ee8595f23c5243d023ac2a336f3b9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3cf2d6f464e6a2fe5b4a8cf66690b3237aefef0c825a687a548f81336507cfb8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9bd17213796576ce4d315986dc0b271011c37cd6e9ed75edff5ba80c3302fc26_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3205092b914bc1fe858b2ede7642227e04f35d06daec4848fdbbc0406fab4a03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a20ecaad93b15b869fb321c7503adcddfe1f0f5eb3f0f6427bd363234010853c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:57259db0550547f85684c19078b9af82b6318dca0c00ef8da27de8c8dc90e305_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:a95676fb6c1cc1b20cbb758a7c9fd34e82b3e114b81b5c17f47ef303feca3d51_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:49026487ee6722c3d438c05c1c181a36d14eca2f0d8debee48e4a02db0486145_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ee65002c4934842ad86197a89e838997bb87a93ddc9de3423eb2af282a565c41_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1bb56a1a194ba6f64edcdeae267fecec590c14c85431ba62ee8c6b5744da3a47_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bf72f3bbed57cebe1deb7690cd7fcb6d371e526630cb386d13180726736219c2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:81afdbb2d9fe212af38a11b4d00ac952a306e13f91b23b2a081c0393173c5e63_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bf8d63c933996abf39eab9406b3061bee014d766a58f4e27a56413652d319a47_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:4a5021268b1ab163318270fc9ef07afa8a29f288c95ea69700c4bf46f88e85cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ea443d9738e4428b6912b47f9c1d8d05b75cf8b137f0f9a76f852418b33b989e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:00148cec706fce87b240d38dcc91434f3c167052d5860d42ca9057e24c3f35eb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:7996dc231961eb51daaceda9598b04e4bbe7d0e4019dccf5adec8a14d6f7e1a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5c70298b919a36de41bf25d870bfa3da4013d36c6179db3eb6dd2e67dd20bff1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:a64777ab69af6f2b6cf4b78e5a00148e98353748946991c0a6da7eba76b442dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d4b6a07334845b2938c6d09556cea5e0477d13d4be6247bc9e3fede2e46aa3ee_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d5e665b41152b8363b4b15973a7b86365bb2c047366aa69bef7e1c499cf4fd3d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:1a29c30f85b9bc858f0c70ca5ed79934494d92849f23baa6c7f26f67ea49c57e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:70f95a8b240afc604ee9af621fc3b63adaf80f593f3131e7ed51077ed2c77a1b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4d217b45b97c9e01ba3d54d03270be07e9659b0d4313fc85999aa49fca560108_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:634f48a37ef03dee1cc0c0626c32aaebb8f9975b4640ac540f02910bdb3b165d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:00f06d1c70494444172d5630c33e1c93c333a880520bad3a810f96dc69cced15_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:01ac79392fa7a265608b75458534bafb6e5d350f2e8536bb9de48566c685841e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:12047af5271e61b4032c04c98df9ad54363d6beb13b36f49085307705677e345_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:37e5fa3bfc88e99fc78f2ced6cb4a99f5099942e40158dfa6940784c3d2ef95c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:54d10266c83c4d5fe91b013dac51538493ae4a4322c925e561c45316c73b1e2d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f799d506fc4087aac0eb4b2c2d6c8e511b598c6b3cdb1ba5ee470b787759fd8f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:061d1b86afedd409ad4947a8ae59064f0fa92360cc82f640cf124776753ea3bc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9c7fef9c0e22e1721125d5b1312e509fada544e1d3d956338c3638aecea53dad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d3d951b736b910437255f3455b76357bfe0111c257f5a2d8dfe0f9abacf30fe0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f7feb8627754651663208ebb363a3e42e1767e16a65914148ce0507a77bfe795_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:23b0327190559517a3526d2500534542e9a397210cc6f663ac2b313aee902e92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2911daa552328c8b01b19f91ad43ac54da18d343834c48ef35f12adff8077785_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:43960246dc7eb7bcef847c0d706bc6b0f0a407053a2cca7dfe27fce23c6d2af4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d05434d4552d2ffdd45d2fd44b1b2e2e8976a15f0f4ae59ce7dea73ca97dbcf8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1f7e808f97ad41f4c301736bdf2e06da73f2d0e3ef4ca838f0afd65273db7c8a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5553003527f078011d0c440f86c1480ff4e62b318e98ca2a4af97b42e5e186d5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:582a4e6fadda74e5c6c49b605b7967e9d6f25c84ab3de162c30931b1dcaee31b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6d54aaf9249113e5be1b6a87bf439ae778918533077a41ee9442396cda4d2642_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0b4378067622a7584c3be2e5e5d8748a564ae7672cc882bec0c1d6f4f4c28686_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2ba6c6b021db9b58614b1ceb9b736978b0e3396b04dda4518406b041448dd5cc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7f7e406ef7b654a66bbcbbfa5326ceb1ddca4a0236cb60761a0ea48b919e8571_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fc403f7babe4eb16c770c80def94f34696b3a8ac55360b17c88edb11b9ae5a8e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:473d595a495e4656de14b1b22456ef1ce2218fe39d02bf738990c0be4cdf5440_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6b3fc95809e8ab1be94de33cb375207b4302f93dbfd51f2a67228025c1e304fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7d0a9db460cb1d4c918f87a02979048f170f5e692e83cd517bb9b3271aa06dd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7f1e2dcfd02a6a5fc56c6665979a8981f11144a5bcc6419feae3964b190583c1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:775213a7b6d92d23694dbd1538727c84ad58c6b8a8b46587ff7bdeb7312acc05_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a649eef7fa6148524b1f3aaf18ed6543f65ef91ad21358cb0af865401061622d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c593dda5f85469eb4ded8cb6c4738069d48a144823a070b83b58ba7772ba0e90_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ffdcf3c2b138b62cfc84d9916799812ad73fcba9c3416d7442f3686417c85932_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2e1e514d9f3cdf5f04ca924fa98d036988ab47259be5df67497931321634f730_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:32e93e986bbf92dd3a3e09f9c76bed29334b5cf794e18b843f81522ccf43697b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7bfa1c21aeb7971fa978d49455f4b5dcccd4ccc3de147ef47c32e9b74bcaf2d3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:dbb5abf21bed592282f09e30ba1387b084eb028bd931df5609c07fb8c09a0d75_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0606de7cca514d2b4ad9593d7f37950512741cd8f1597b1f83951aa7c8839268_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:116474d2dd37c159032b15ff856dffecad2ef0ab76298bc43f840bd0245ec78b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2e887b0da3269f28933bc5af839ea2df95b7aeca3993cb31b0a1c92e7043cce4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6029166a01da021523fc720ad70fc59f449684e577f9f5a36e0e759a39d0a28e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:849b8be9f7fc785a70451c1c0704501e2b449650acd23d450d145da1a760c166_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9c5d6a2d314e840600ca6bd1354c7dc6040fbdc216166418485d6edfedb27ce0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ba10e440e514662920d68ac025d5f3841786a393703fc2dc0ee21ff1d2490015_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bac1799b133fd829b35ac619a25a272301816494e83be5a251f78a50e7fb2f88_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0469874ac135c41bb590ddbac02428775083221257b6904fa376335610c4acb1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5823c8fa1f1409d6863dacda718e35b7afd2915befa21343dfcc68b6fef7a9ce_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b38d3723f2547dc5676460e3738420e243c6fdf7be77e54d18657efb9668c438_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e5a5e4c1a01ff3f5d694ca26dd248533fd463c85374c25ce1a9f4b7a60deafc1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:19f94467c811e10882e30eeef39b1266b83ee417974aaf62f75738d51811cbc4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:47487ff8d0cd813ab3354061caf319dec553b1cba9d5c1045de710b8a6d0c51d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b3a0104cb85f1a6965eee44fef58983637839a1f97ddccd737704ab41cda3a25_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e8c72b610288bdc44492ea0a5c2fd66cfb1673fc06f6bc66831fa84c96f86543_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1a9333d29d3561fe95488f3d80136d6b24b4a2e04472d37d34737fd1032a8856_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:705d146d458883660aa0b673a651d05d1d1ad73bafad91e84755118b82092ae7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b9265d767c8a6786f12dd4788377f1a316864863a32de4a4ec07ffc8b874aa00_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e3a7bfabcb96924059fb7906be97a0ebb1df35c6cad39a7968a6461df0cecb31_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5c015e1a10e5f14e82e30ba41b1ae6a82cf5cb0bc631f5137d7637c44a3f5b8e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:623bc4c74b05b46babba7da628809bac05b48d8c4055648e88f0db57c1bb0e07_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9502a32446a8828e8a1887edcf49034e874ea0e32ab5fdb738ab89e77cb5a472_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ec7b6b83c8e934b66505e8051e183fbaac54e78abae5ae99077d4e5e163b4529_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1f15641123321a662f676a46a24f6c8066bba6e3730a3c0d0eca3ff8e548de23_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:85070876ada5cb86e8c585f3ac3114d548b189074723a13ec5d6fc6be25c9964_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a34e14a715bad1d324f9211d95c56ed387ae51b24b21ccf931c12f3f7b3dcbaf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e12ce561e4cad13a5d08e8164060bb74a309f66047279a26dd727d34ed3dc16a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:67789c239f82fe3649ab8c0e13f920a788a3612d15a78fe5986a852bb2d11a0d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:80d704ed310acc3015748815351da4b54fef2d8b74d7d4b03aabcf9fd7e60b38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bfbcd3f502bf336124261fbe51f19e7a4cb9e9132e07da62354699b30cf6ed24_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c1e371a0057014662b91736570bf25fb1211ead7402154a1149dfee9e55b994e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:175fd0386d9a4e064fa760f23ecfb45ac6ae3500e5a50acac0660d06e5b7ecb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3e9811dcf3c528ae6f5ff86659dee1a590c2b53f7af1a03204d06fc3dc628fcd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:68af6c6e7f51523ac223f4e25955cf3777f4ae5b601dcca7c6ec7e2dc0de0782_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:8f1b3ddbde3e33dbe01816bce0cce7d7bd196cc04affbe606fecfbd8ad7b8b17_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49699de68bf38c34edb696ebe4f9dc608756382a977f497f6713dbc7b6e1209e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49c32ab1927e0969508b906c14aafcbc64e6eff7680b9a10812eca4f17787921_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:86135a8f7d4aed36e7b2a571b431b29eeaac2bda02762eafda3e22a62a7a2d6d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f2dac4ffbee9d028b26e683b63a9f033ef8609907f6c498d42c447a306e75328_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2884bba195d4d635378b0d15efa54991a23f51bcf4efb1095b478f5cd9c34f46_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:d84853556ede64db5615eb4d826879c744f7ccbd92c51ecf392a686af854ec11_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:e05dd48fc4c26b5dd822ee58a2af27bccfd0ed28cc959a6fc05073cec6f7c9b8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e202635a4a52be92b47960bd8ced28634111416b220cca5fa7f86373ecd1210a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ae36d953c8c7f73dd78d620f94a0335ff5fb84b16ce9d2dbadbdf3dc5d66f6d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:308c924c44c35b39c66b429a15a0343a47f7dfad62dceb76ea7acfc85e6bd973_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e132f6b0a6b4e2dc63561c1ebaa0bd9fc669a835b0c22b0d56599e3da870231_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5216d36dc483b1368a03e00dd9dadc7c75de2bc36ed98cd7ea2b089cbe23965e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4bc11f6ad7c3e9c99e708f7ef5a01b4faedc8eb5d2de5b0cbed502395958555f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4c04a50ca49fdc521da592b9c326e233763918fbfd6bc97e001e0e680ce24cf9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8ba4aabc0e1e36c3ffe66b55c67ab8c305f64aa6011f80060c5d95ce91180c5f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d259704d34b605abd3568bd4c988bf9e831d80554ec2d7a57e7c39a70daf0140_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:14c55985b9277766e54156139f0949d1e3e5f756ade34512a3d5ea3dfed2c544_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3231ec9c296798f11aec6a285b0a8f7c5cf220534d0525afa59c17ab2464abb0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d8767e4d0b2c8222748319f05483bcefe50388abc182a01f3ca9dae3c80dce44_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ebed5c3d8e112fc5086208b4b4c0aba054a0058f3fd08b71b129dc124fa00f99_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:26dccabde8cc0d1ad45160677fe240b3fc098acae82f6d095fad08b78330453b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a168025d531f20656997ae845a4930919d6805b7f9374c40f7835a93aaa46b27_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e696a8bc54ef8a13800b2168a395d2cbb08678403beee2dc52c56d04cb235759_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ebc22890c7759ec9992b64dcb0e388881caeeae333a9a84a50dfeffe27e38b49_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:09319f1dcbe090d9677a43249810dfe5b3eb165aa3f8b473417e0913649b1556_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:46a37e99da18852f5512235589ee86dde0db6c09d76a49275a8004422b9ec303_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:535d1b713587008fe67eec103cceb54471f5263516f5420589cffe1dea02be93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bc614ab102efc7dfaa47fef84c4783da26548491e4c43257bb606a06e8d155f0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:08cac9e30829765f182624de9e45e59b40884b8c39cde60528dd27afa57afe72_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:13724dc9eb7247844e450b59b8cf3af5e5f486e9558942836ab60f74b9943291_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3e1a80763f76f622b5ffcdb35bf2dc20ce1e9c06c4f5f6bf0ae06b04134733b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d077c79741fd0c481fa6e1aa2c479b8c5b380b1d1f163259777c8c50be257709_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5e82ef0b9ab6d4e3b7431a7611bc563f356385dd8927855e6090008685f1549a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:62ba53e306331c1b20cad27ec31cf59687218f4bd5908ed7e9034559ded04b54_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7664e74786778a96606757f1de215a4a9702d0c9f7cecba7bf8028884a7609ee_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7a967f88faccfc101b9388f8434d406acdfc85d7d682f9ec742d59eb31074fc6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0e05cd1eaa2b9c558d22892495f090b6b51a316dc56d85ae825b6fc44611b6db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:445fdec85c2510c8a45b2a830ead87136bbb80bb9244987b4d6ffa5858931926_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ccae4f8f443ba6806ea33105d7dc06002d58914626cb9ae57476b29193761b53_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fc0becd36b6fad4911a5b8c9a4693320918f7f7e6336c2b11a76adcb6d1eec36_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:652f8fc874b95a56393f14c2b56a63faa64c04f6646c1786d07eaa272a9acb9e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:94b9c011744629b1ff6f230e25f876f218ed59d55a941377797f77cdb7c03e1d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a178a796ca9d32ac59faa5eb9a6aea30f1aec65d88f89080f57ed519a7983f05_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dc8a79297c73782f5005075332bcac58b051a07d2b35626323f9b69ee5f4d64e_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:03d66c724cb647d4a613bb48c9df6e9ffaabb68c8af5a4ccae45365e32456470_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:4b9510fdfb45d2561927843dbd7ed869e2f67d9636e59dfd0c3ee640d9fc601c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b3570e078bed53aa3e435443bffbd12a7b259f8dee9d18c0d79b55514a547b53_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:fc8e892ccbd8d3c1e737fbaf8f02b5fa6bbbe242780c9cd00fbc5e6889d7baee_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:266bd8400632ac70fc6584e4bb2850ebcee7027ff7899acbeca612c6556302a4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2c8f351447fffc2133f339c6ab3a0bcd9bdfafad4a4cb5b7dd2abc32c6056a92_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b8d2783a76f514f9a4e8096434ac205e1d82d09da2d67fb930a1b5e4d8089e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:74fa72db679ef47f9a3e3459a90dfaeafcb6db73dfe15b8933767e2f9d19c448_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2b5964f6cb078aba05ada42f0c8280dfa39f9f80526932cc5d41410922e4e8ae_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:480b27e9866ca8dfba83e1accd427d4f6813f4fb7f612854e32bdffc10d7d5b8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:91c7fa7b70f2cc82b26ac16f91ea084e15a4f5dc64f254ed878c25dd1170c0a8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:edc297cdb2f670aebc1d3561d801840ad029e8777ce45724066e6891aabd60fa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:443e0dd81ae60896d31f07ab49611c5e0629746824df094ce28cdd3cb0ae1d58_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9b16561ca87196e3dd9330184f7abf25e97272e3c47d2e8d594e3095e74f815b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9ff62f63d487e25a750bad29314955effd17152bfc534ff698963760a2615b0a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ab506c549b676ad9d8dd179e2ba871a12f2096ca2601ea2a1f2605ccb849dc6c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:08758e6b81d6679b095a8e7fa323870eab35fefc05e525c6ef810b6cc0b3c0fd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:af87d24f6540e5c98def879ec4ea8adeb5b138e41abc126b2c3030c5847fd0b1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c5e9e59a08d8940e99da6bc568269eaf71ea8db62dbff86a7f6fb5dae861e323_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f5122187c85ef27f5423ada009d800afa4800e32ad1ea3299586fe64cae8e38d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3c5078d135089e1548b4dec49b7e78658279e42a72792a988447662534b6516e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:56158ce0af0c0eb9709b2d1a172201bc795ed6e5075517b6919ed1302399d6f3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6720c8097a398327f18a5c84c28f6b58aeee017199c2649649a1f159b8365838_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:89295652b447f42c6a0d6e1299f63b04016f10ec8faf6372357294a14472e426_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2baa85e44cc4ac6cb825103508c5bd74e348609eaf53ed42c6d0e045dfa62772_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:61283f1fff1f8ec53563012a5b1fb5a48831f0a220d3676b512f5a60b331e849_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ba258012c0832c57b29785be805be44f0b5f8eccaf76d82d7493946806eafe5f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cf3bee6414a87e7f907d30047ded274c488239af5b1f43ed717ac2cede29df86_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:40854e0833b6cdfedcf275cf716e58f3cbc5c44be313fb83ca3e909bd80d0b08_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4d6a10dcda92c599f52977c71208222d166168b29da4eb4727c466e7eb53cdd1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7be4c5ff86b0e939ee9f22156812fb98d2f96c1eb4567ca8a6a01ea3aa735dcb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:83bdc9fa5d3893a973794dd7162bf9564ecf68ce44814349a621cbc284b9e61c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:993ba8c1dd84e486fc4084a7786934c356a9b12ae86155134fd1a1dc1e5e3f2f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a64dfd96d3aacabc8f219d19e6d7eb0c1ac5b68b49eb93fcc973d76e67ef1d34_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:ce306e2cdafabbaa29467e0cdbf316673d17180efb604e683a7fd1ed7181c6f9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e6748814d950e6f5e370dec9cb7d557fbb0d29ad3620b567840770be826a601e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:04d418560f90c35b42be67886632615d62dc89cd37fcccb6e247212b535fbb7f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:40eaefc42c0f0b5adeb47bcd463c2e2a45e7f3af1c0fa4cb3fde9c5479660c4f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:545bc2a7b32276bec515f338aea3a2976c01cc787a559986646aa6fa26ad5f35_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5a2653ccd5dc3f59a228ee8b936460575e1a392d12287661b1dc83a9f8210033_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:12e5e4ea4d19c4dcccb35dba161fdba8a703ba6331b11054e4664818737746a4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:180e817b55ebfd081fd0305f63b3e0539fe8d13d1ceb8428ea21e213779fd056_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:92e8693b9f6955f9862c8b576f5e32bffc3bc34232511fae0cbe57d705bfc53b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e5b5d4750a3ffe24b1196255d4cfe15b21efd587a41736307ca8e4e61a4936fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2ca8a85fb07b431d97ca6a3e3c18f1cfaa20883c7076d6b5b4e6942b632f9aaa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:559af5a310f0923dcb4ef9389c51c98604cf44642a13e8ccb46225b4ca268580_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ae056c9c8e0cdc6519ac1a9542781cd54ac2ac8881f513e965b57ce7d1e5ef2b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:deb92b50d5948bae13db37a7046d9b212dbfd3ddb1063ff8a5e5467f0cab203c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0c4f3cf84115f8c9b9bed6b2dd5d52316eb3a9e670fe6b9e28c2dbc350392e87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1142ce3f8a3c1c2a1c7dba79ac2c3b276a45fc6271ad9df9e6a5d8684c36da2a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d9f2c021c17f1416e01ba31a8823b7a87724fd96d7ec99d494981842b5d452b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f3aabf75e838b4a941f64a7a322768729059346d7578ecf5fe7ce27a71876fca_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6389373ccb2fbe1b6385ea21dac1c0ca918bf9d3889ad7a738de6be5d7ec4272_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6449fee9a31acc582bb85e0031312e3ff07d1f1843a1c6c410eb79cbbec1ceb4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:751f007afae9f16527e9039aa95c2ee6efd2ee20afe3c083ba7298493d2406f3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:afc11a340e28d4100c31646b705e8db302f6b0a96ad3620e07391f02a70438f1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0673d2034e7e5fb412a171939379da14e9269dad7bb53e83be7ecf8233b0b5a1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:18f0345811215feda18d2b63f679ee870e76b33e9f61042d93edcf36fe97df95_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a2d247eb696c80e02bc8c1873e8ee0fb71a1e5ad6cf5cd84bdf504f4fe17cb10_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c342b14ff399c961ce05c1af127244b950b8e9d641ce8752f9d0f880ad7a672b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4849bfa8a48c7e7d264fc6ea9097fa9d33da25f75776619976e3204b42026cc8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d7c3f5ce57c0aa25e13ba9484facd75c5a1dc3caaf9be4d0f273243e7ace327_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:78aef6c20ab3bf78eeb8b8a857ca2a24067d45cea0a070c44d3fcedc00d4efbe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7f33515dbca04230d98550ab638efa87389629fc7d913c8ec42e4b5bf8a772f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0251068577a1724dc777683dd189468ed77413b396614a117dac6b4320b8f01d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8812fd85c74fd67a95afe09c2ce5e7d592eec1e25fdc6fa331a8bd41bdde0cc6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:89e0a7e0fe060abb45a6f8e6ed1906053c09f95c252ca7813175903db61fbc99_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c3674a8f28935f3140fad744b5a178a8346a9a7f79f6c281561d2877b38c4ca9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:13bc0d4f7d4508fafca5a3bc61b6449a056e277da131e753c06cbc1bb7781b27_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:993a2a0b3f84e071560f6fc1a3ac243fa745ae9a7ab15febbe1385437dbd3ad8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:80fc518199cd3a1ad421b142661f0a85679b12b69d0afe580fe60eb6a13ddad4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f069665c66c19d9775b70a31aa7a1069bc653691f6abf106a88b2ceb8c0e1ec6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:13ef0c0585b01c56b865e029d029a553b458fd2d3d0204eb6dfba1bcaa11ac3c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:599d33b55e88212202b15f4344f7a18dee4f4504b3739d6ec99414d05bcde2b7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a751f1f0540505bea087d3ea9e6ba798e89d5deb772cf8e401caeb3816a563_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4c26bc366b267d444f448a4d7bd5a0d26f84bea653c14b261a829669d888cf88_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8b67087a584a2d952a6e80572686412cc8ea01f03ec8d70b56cb8a24a0c5a3c0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ac1123e890f0aee159c9105e26e1f1ed3ba5eb3ea66b422b281c3e9465401c5c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0dac7821ce2a3a5a180f53f381d9e61484cd8c5efab3c9a7dcc70b5783421b64_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6b30b39205367ec985c4a9d948e71d378b9483689c3ea179cd0f2476b9bfaa1c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:de903677bccf645889ff7968ebbc052b14273329c0765f7faa53b0ca815d6899_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f8392be7a6f5223930d53ed6d127faf727489b8f5ebbbda6b6b437c529e3c812_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:02ac68c83db9dc50cf6280a418eed9261dd2182bbf51d16fd143519e49960b17_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3746261c5d4744b13d4704c822fd62ce1f486010176fdb3bf95512c72eece73f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:85e34da00bd6d290c04d8eac32f39db59b5f50fceee9b248b2cbe27bcf0e7e5a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c343b119edf863e179df865ccde0b665b87087d78b20919aa5726d8fd240b344_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2026fc52aab5a6d7766511080699112f32ae4576108ff95b0eefc5d807a14f25_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:21b5298172f4de1e0074c4abf5e4abf27e8adc02bbf7ee49bd3388f7127d4901_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:42f8af9bf66ea72846b7f7e57652725c31b01fc4a8d39ff7e7882075438c521f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9c5711087546b1ba7cefab267b8aa30b54ecde5926f009518cf0db974ff84c3d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:373c4b7507a978e3dd62e9ea629d1e397b1f1db682e11ada1bfe5a0b45afc782_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3be306649df2fa3cc9f30e60ed5d947fb0678b0231b617eafd3b1593d10feec5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5b01a896101a5189740f84cb1a83edefdb0dc00288dde725ddd0e95480f8e1c1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:961dd87e559779e6338a4d3d35c96c0ce6ff7cb9634ce32d4bf848032f4a2fb7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8799db20cca7be653bae6b8ac5adc1d628094eababe740beb5dbc27e05346872_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a36c2b308515a293cbcf265af68ecebf498739e74ef11016d5c0edd3cf47c4e7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b86631d6601578548af20a28d132a0503fe118f53d7596a5632ed24ec5a9931f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e867bd8b76b5bc1438a7be88a30fa7707edbb1909920a1d4d1d0da0ddbebdb40_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:313074950c6dec37d29a9722b58ddc951aaf67c27b47568039f29f02f2523128_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:43618db20e6f592602096897bc89eaf3c58490a362e91e3299e20bb2a02827d9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:705f4db2e969d23205de87db1bd7dc8eb1ade64a76940fad950fd1a214dde6e5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d2d5ee5893ae16784051d9526c1feeee3c641fc3e6f337ba807744551c00ffa5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6ae5cfd48e788096162bc4517f0466bf526f16c84bb61072886a64842856c5b1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8004e7284c63cc32a05f6de732791416d57d62db041ede2829d4797139094292_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8137c3932f344ce587769bff04355ad405b6ff27009bf23a221ba52f3da56e1d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ef15235cf21f0fbfea74089f75471b483a98c920b65676bb6199c155fb61e929_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:149cca2af3f89c7d1e105de81bbd098c66be5687f18a584b644f21d0be20f414_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:33fc93d5cd30760383da666e8effb6ed32f4c8f2668da36677e98c1801ef4f5c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f9c1ee7f72c926c45cd76c12046b867d9efd7c3c381f34afeeb9b6e97751175b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fcfbae71f81307789bec93987c4523700c191a66663ce53e4009c5e0a8627826_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:04fe8c19bee4b629ee7f18a13dc0b7f49d6a4b6e19d204de90b6b2240b0f875e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5c9662139f98817aafe153a43f700399781d079390d5ad23d3b70fd6ac5d370f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d1147830f896fd229aadd2b766fbb4c8102b35a8edd4d8bbeef4928d89cdbbfa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:dfd0cdc29bca0a2239ef203fe7b58efd97ed4e72daed6609e22b20babda395fb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5a9889308bcd1c3981072c83d44206d0c3feff059e0a2029d49adcb974674c95_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7a715c7e2a8f54ccee42abf122b0028ed19705f401248d8c38f785d960f1b116_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a67de487534d03cdfc180af9d235edb21c5cb71e1224bb5041fcf2b9a428732f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:b3780d23a2c384ecef73c806cb20d7f97bcd11c12b6392c781c0deb7ceb55df8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:48b5d06ac4b35c2a7bca3ba2abc39e3af1eaf4ecb19c720d9b6e46b066318414_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a6d7d7df9078e9d1cb0f12f9ceac12c96bf2cea03a9085b23c3e4af6a456b51d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b757d11e5dc51a5822d9e30e97ac142cf004fffce87ba2e58b8d62926127664a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e61ed19beaf8352dcfd4b9478335a364263cb9839f27140a634a217d87d331e5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93baf08acbc6875eb2b665a9ef3601ca34b76767cd70a172dac7237f21b6958c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a5f2c2debb51b8aa926ede417cf9fa0e4ebaac4f5bf9e770db55a25902a4a3b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:dc97d5c1aa80515080b2b4d16fb08ee4733a9347eebc8427f10b7e70582464ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cc1559af0d7be472ae46be4552fb41e81ad804d73d1444b92cae4485118c6773_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cfd5513afd8b2b5e22d5e384a7f769f9c04709d853feb2f91ef667d804cf9a7e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:febf2fb95748ed0c440e6acb72c40d609ae7587b2665cfd7145c878a2a0b5783_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1728f980f3ebba7e48bc0e8cad114db1e0c06f692638764e30ab990f45c637af_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:41508513986b369c2f89c64af84b3980b16bd2432130fb122d8c1346f0602894_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:650f08f62aeea4bc954e69ed88a9f2f14d3c8f733c155d113c0c58b7154fec4b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:016fc7e804acce7a8b8df0a02bec320c32f9ce6224ae67598a63992219a77516_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:081f9cfabc57aaf4d19df8b496613d8aff54ceb265634c904ec7765c810b4553_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6da3ef092cde7fbaeee01c5d6bb0ca5d52af3ed8de458ecd3001bb96262c1ab4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:035d07364444ea963d64515420fa4005adf82c44b575555a074149f67db50567_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4e09fb0bd709d53a0abc6326905cc43ee36e6e4ec5e20108efd1ffe585b1f2de_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:53a5f81aefcdd57ba33c57c02941803a072ef3f1b8467baa3c53c7e073a9ea96_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:cb3d2ccb57987217c75079a9c10f230f6a7de9ba3b0fbd87d8d3d5c71f8c94b0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3472a8147e06452751999ae2d041063907f275ecf429dcdcfdce88c8a19a17da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:61155741778188324e0616274f067ec36723d0fb81d84e9715f72ffecfbc92ca_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:adfe8cb84a5f0a241fe69ec532b7092a10cc274cc3aac2b86f33ac8e725ab2d8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e704c70226ec4986c16166ba1ca54b908d1b6d9ddd47640bd5ab6d292f977508_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1d63a1d7ba183c49c69a6ffe5a4584de5282029b0b2c2f3484b4f4431e2ce954_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:441db8762a583090cf4325377b0ee75838452a601732bccf4dbc57f26f6a1a90_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c5c52612378ce1f2577314e5723642237c9a361506c448ca80d2a0b56666a1f3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3b9843a117d6a6ae28222951e1a556d3888ceab2ff75a082a06343c8030a5ed_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:236fa2dfd935db687e786cf827d88210c2f586d2d1a93e610861995908bf2587_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:647704923828c83c6ed3810e3c4d7456fcbe378516dabfac30f203a3bd3634b2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7638d755fde7fe6d3c004a6f0f7c761a9fdb75a3541f19a792c3cf8e8bf473d3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d2eaa5b8ad9464732265b84128b5280d725feabb2d4b4cef0178a317add66c39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b659f5c6da6f73bcf8b2850f0172358816bd68fca721b65a9a70569a94bc90d7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cc867d49602a6ada5de7a783136b6463c4d9adee9877ae1966c016a08ee8e87a_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:6fa614240bbc1932f65f8cc9215d2baccc05dd1cd5586fd308c44d8a94447a45_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:e85e957fc16a36b5964613a99fec1e7299db9bc63edd86ef965d879a081b64bc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:14b02010250fe10ca57b2dfe1046641aeac31f92e5691c067b3990383967f0a6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b6b13d29b1cb9c9bcf97f2daa289669bbd9ea501430e51652bca3d50f787f23f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a8ab293c4f3c6bc251bc91466b7586e5499b6e198cff46e50f6a65d97df60f7b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c5d781c35cda14ab70d4a5bde3bf72df0a3956f5cb159645e5337095bb71c5ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fadba956181755cedd19d3d5b5ee3da0222daa1dc609b629c900a0052a4cbd8b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:2719589f19df23634ec3f6b578f3fd2e827440675b72a69b89c9d78b1310f98d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e1fe563643282c027ea829274a1945458cdc5d079bf2a2b7b0a9982a5cc3720e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:28d64f60c216f77e3e006012a403671463b9dd90095e19ff2dd027def6abb511_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6d681aac67e08e2ecca32415dddeb47df6191a99f7a8d7bc3bf1697c6a26c1af_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0d31a90914ea716508caf180e30fb682cdd8066da7a0a31752be9d86ec9c777c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3ef5a3798abfd3d9ec1b6ebabf3ceb32fa4057072b2670793ca119f556c0897f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e2c62e4b87e0536d15ed8b4f2905930a750f770d5c6d0168de6291d92c51f9a9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ef5f4d7e3c872acbc4ee48bc91b5835dfef66a698287a95836344c1587ccca69_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f5f049eb01192eaca548f3585845ed6a530934d2eaeb422fc78b657cabb1f57_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:740b0d9392c76e433ebb7762e57f156a0e2ea1db37ddaed2c5b8044ca092a357_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:da9ebcef147e8d9e84848454fe2b8e259bb549bf0de88ee960fb48f6c8051060_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e8f942ece24d15ce0c4a31f731f2060b6e3874a2f486b2dd255c773fb1a55f46_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1b4fa4d6ee3081f39e54b4f910100d210da682dbb0f308f08107ac44e7338d3b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:571a51e1eca0f31f273be8cff7ff115bdf192e14f5d510705ab7ed423fd5d9e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6dc96b2e8156e7e42f758cc28302a2e94e8b3888970d03a780b1732375e728fe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b91654b9aaa85e13d262d21b949b1a96b386f202524c2e8d52ecb66c279eca8d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a677804e422590551f82a17e61f64bc03d5a8a42a695e7ae8d9de5dc086924d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:fb7f225a9221506e6295f7efdcf44adc33e5b971c470b5835b0ca3c42ee1942c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:107c9dcda9632516721c41af941362ccc316d25661bfb13a7c4dcfc2ea4e1c3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e75d33740c576321707835258793fe2fd257682099348a2a067806e764e1560d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3ed82adddc3da003bdb272e2a5df0317abe41512179cba925f65fb5d8f7c2eb3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c16e4af4e9a79ac2f1fa632b20e98befa9aa2953ef241af186edd226e39150e3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7b6c16881c71569dbada90e320379c2159ead0b0ed2fa2113e065b361bdf2413_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9533dc6817f01e377ea2ff7e3aa4447d20ab5d016d9145b97e0cb9e758c9a8ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1285e63d6cefc0454a400b20a6e404537a8d57e5fb9b5d7ff1a75b61555622fb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2ea17afe64ff273c9208892a59773c1dca248367c849e805dc78cda228aba29f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5f33ae81c766b0b7d9c8411dc4f6a0adf760221ed0493a99f1bea5dddb5de41b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9de0bd8cb41c5324718c8d8f275c612c0bfd13b322225455a1142dc76bff0a01_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:2fee175122b1e3f74cd8976af1515c869d096da0bc4f5e9024b31a64cf88896a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9ca16ca048f3de4a5d9e6b6a38b55bf0b4a994bf7f7ccbda8c50c02bfd59c871_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c42a4deb157c31f6fb871bceb8c4401f44ffb490404591ae36110511f933f72e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f6d5c31b12c8a1a1e8316f258ccd254bf6bb8e49ae8a175eefcdf0bfc5c6047c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:204e84b23aa1edaf66f10a49432115ecb4c3e8fa34472a909e1c9a7a0c3f3947_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:37f226136e439a1b37fab44e06ff30eb22b1ba8f12eca9e85f59936c3d58acd1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3e385fec20235fd68320dd564c68770d91c5c08a864e3de41f3800937d730334_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:878a0a7473a69442dffd7c19132d74b29ecf765e3499d29f8da7b1de2ff6f439_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2b51546e56d1893aaa1b68c4e6ebb5479614d0402e840c8c850702ffb198036b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3aac893d87e5c39ae1672eb5ad48a0b9d02b49888fab57f8662e6dbb3897b660_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c5bddc80f0ba0e391b336de8ead2442d0dff227fdb8aef1874bc3db3101f7048_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:dca0c7b1c7ec76232b3d5ddd15c8716e04a8384f0a816217dec544d667ad2e69_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2551dc2ab6fddb6edfefc185f7b6d73ea366ddaae4e2f79d554f0afb79aa54bf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3cc6eb31325b1f9c9a2163c570ae1c3d4da7e7dcb0d761a0fa775b66fda9dcf5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:569965f29f668f02a342c0c7b4804bdc92354610e9368ba42a3ea5cc3172f532_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c4b2b0855c4ba25e150de01e54f0a84bb4c6c220b348945742bc0c18cc6d7dbb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:01b6587f8b9ee398d34ed3330bf0bdbf2dd01c2fe475ed4d44c547401d1dbd5a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0fb7ce17c762a70aa16ca9f7f35e41d85997bb2bb22b81986321d29634ce9b3e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:60c4fd0dcbc1ed92bee7dedce7879893a23c9e4a6181e5e6d6a8f04880f377eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8925d5826cca515b7f7c05558406b3688a14963ddefa80f5b44500fe12dfb1dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:3d914112ad75b59b03d5653cea40a25d92af415ef52dd10aa7394465e6bab92b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:f8d52c53ca49b3f9847d2e568779801321307e329f802aa9456cd0dab7625232_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d29e5c26f37fc8212f2ff15cdac470982494be155f85e3c310b0c958b943f7f6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:fc7a6712a6fe86a47b5a745e06a0c6d164779eb198f284fd0996847b025e53c2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:32bf2e7aad1dd9ff5100500c294e343af0dae3d392eed27a1c0305198734261f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:54b4afd46c87b2cc839aa7d8b8ae232aaffe0f39846a6edf9d0d3228adbd7a29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba41cc4ad0ea8dc731838e00dae166209a3e06d104e5cf11491639f82290eca6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a9395f57a9adc721c6e43e578957e21c8b9f18defbecdf91dc49d11044aeeeef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ba077da5ec7f147b51f0ee4432082aed3b7a3a541729913bc2ed821688723e99_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb48a38cb5d06b67ecfb4777c44d44f3e32a996397450e30f40e7ec3e340a56a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:deb40607f193ff4e36c684ce74167e67a7e96187f1a44a1f0f20f36572005843_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7dc856fddd561c1d29112b0b8d4dc39dc7503974a9ff563612e6998bdba4b71e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a3e01913986169c592bb770fc49e3875d46031b5788f983ddcd52938f9ef7a49_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c3481c6f76c644c017392c092dcbbb25a288acd14a9f01e20afd0d2d35e16d32_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cc440be9f6b3c5e22186b6d53a428a8220201ddaa79be39e19cc31a8fbd7b221_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:12d7ec468f9634a53d053f3af7957c5162d92595fc3385b26b08acb22b7935c1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:49f08b645fc28af342483d9efaf2f607c9c2a6b491b477cdcf2985c44aa3e894_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d32cde1eedbd0c110bc10836025cee78421ec16d2924d30f5e6265591a9ec716_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:df885dc6da20faf1903dbdac693889d9882722e8b67bebe35f624c11e4616262_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:16c8b8c6aee6f6a06367ca5bfe2be8fb85a05c3f18a819683f49d1a8c73941ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:376659c608333e76b0b48fcdc69ff17643284fd22fdef6c6998f07be54c1cf91_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7359a62beac2d501d629e6768f1767861fdedc0d05f53a4424a2abdb3dbb6a8c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c71d05c245bf1a4955f46c785d7264985e1f904de2a19972f7ce6209a3be0e4a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:06ab376096238d4e04c9ab713d83d3cab5db769b5af1fd1c57ef2ceceec6ef61_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2c80889bfaff670acbf859db3624951cda96d4ee8cb1560806ca4215e8c6c04b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:627c6b73224c3e37181a19cb598ef9a425cddc1d17d97b6c23388ec1345f6a88_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d5d338daef4ae436780be192907d28a26785021d97865d8a95db9065734061f0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8e59a286a05743844dd1333770197161698788e0db4faf8e00cac6b2fb9a638e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9029d8ef1e4455dbc1910078afea1141f92a5c4d2c298ce1d9e4319209b55246_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:da4ff38c7a1fd5adddbc0b0d3defbbd580197680b22648e2ab803c90c4a8c9f2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f6c44d76a715e0ca38fa5e2becad93a2bf3a41fd8f181846e7aba81b0c579691_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:167937ed04f625a9cd2d0b8ed6048a5cb7b6d435bc2d41775d7db4dcdb5fae95_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:176feea3131aada18df5da44af30a127f4dff392ce8ef57f7e0844969ec95923_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:17afd4ebbc2a5233681d4cc1774fcd70dc932bc10006235b11de8dcce826c2ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d3a98e507691edec50373d79ce9df48a71cb6a19a75c9276d0c5905d4f204b39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1b6c3977b4835b0cd5399523dd437c230b992b77a0e7352b095d008be96fcdab_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:54d79643f3a191710d1362d665b5c838130f3e51aecf1e27a2cdf66e98a3cb8a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b8692d27a4799d20ce1a8374ba99f55732bb7db56cdf8f5b038424a086db614_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d196f02212da5e80ac5a73931316d38e9def9aeecdadeaf07aec685e661f9f98_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:11c2a1966b0632e85caebc4555e3e2f726277175b27a63a5e854557499e0c28e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7e649963b5c1e2a7e8813569368eaf0ded5e544799d561622d469b03b9d93937_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a23fa7969c6a881648ba03ed1a13692c5db21b79f0608d841291ea9118548ed7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:af57ee131bc09ce55ecb3ae13ed7dc3ce9607a7438f0ac5a6e64bbfa000546db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:3a7644c1ac089cabd142fc1743b47302eae8528b13d1b038298f2f57cf746326_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4b5ee426703ecb55bf537731c39c69ab7f86316544cfc472ee77fbef7e5680a8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4cb60d36cc3b34b4b1496b74b9b2e68ff152a71d7f957b356311ea811bf05573_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f3f64bd2f70faa654f7134d803efdc032df63fd4ef07c97abd38fc41e625b48d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1b75d96a4cdcc3a37848c5edfe598cb1d99bb3b0707db5e3f62478320eb90f9c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:876fd001172d5151ef99c02826f834ee4db4623b00699a8fb30d6a456a7a8687_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ba8fddfcfe0004287ce58db40c1092f2090b3bbb0810c277066aa2d97799f8b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:bd9982e951fdc7259571b6d5983ea2cc44402cbea411ae9a6b135692bf5939b2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a7a8d4d8adfd98d3a6e3d37644b33966f2c34ff1e553fbb5140ab9a15563e821_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b26a5a47cde227edb5e7f6e51247a6cd91e13484f6b5f7dc19b62f83b7478361_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ccdd76d6734e3a3cfaa1e432c1508c097478e842fd436672e57ef2563d817e4a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:fee8f3b24b431ac2a5d4fa3d96c90c5e1aa68c08ee8ae9963fee457c98795197_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0e559f5e780f3849e73d7246176059360631d8c4a7db1700f6ba1b6a9e6ae089_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1a376560672f81b7596417591491e71d065e90672ff6ef5d37ed0785e9baab16_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:350a0360dfdc31eccadb0e8b9397d5a3436bb509999034b60e611428eb006cc4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f8b68ae48350a5aa9bdf47a36efbf661190d497ab5a139027a2bf4579d21e095_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5fbe979b3d448e36fac9615ccd96f8583b0d587d46f6b1b3749e85938cb2e510_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8d45dfe709ac701d6eb800b081947d39a855f65c756f31ae47b75be9fec0c260_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ea4fa6caaa81f207f2372c6179c3698e225658387549ba567c232170cacf8570_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8fb972b411085b4551e10adbd419e3cb89754ee5300222cc4fce27cc349513f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:066d438bdfa1626aaa7a0ee5d2e3222724f2f0cf5bc9a189b67fd5358a0a48c0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:747c142608d6f43952d315d7858f57edbd2d9de2d255938dde311ea580a329af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b2ee2d0e9906ef1581677bd239073c09f93e5b720501e9001926dfe7db34839e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:bf0b42c5e7e51129966a4744bb253b7c336bb88b1f1a562e481f7eeff5428136_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:3e9309d53caaafc9b145f6b7fbbb8879c9f018ef226afe101f6dc7ab02b67856_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:3a558e248efdf5d3111b7d61e8bd471682e7038bd34c4490f8ba69b91b44f36d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1b0981e2ee13869663087d6504e0c0af6f2c56d2ebf81d72b4b7c751bbf6e500_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8073e0be1f7f7523880b30946f1b6868274c070acb97d9da2f5c486db99ea18d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8980be22bddace1adb383fc356975fbf0af9ac8a20bdc95b3303a80fbe296f3d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f4293de50825a003a825306a45612531dafce45b72a91cf4dd455d596a0c60ea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5bc26795163f03947b3f42a5c8cc52b7fd6eb713a0fa5a1558bfe834c21edc0c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:7f29c85842a34554f06db311ef67ec08d1d947d32b4363d1153d92c8d13c3214_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:92857eb171128909119700c431920f543cbfc89cd06aa98db816a2fcaab321da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e931e3fe478f8f905855b4516e1ed9b33a161536c447025cd14dd68778c40fa0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:338034a3ce7dff3efafd00fa35b858c23c2ab284f743df414c6cdae455f8801a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f12584b95171f442bb3661c908ee43de70d0400c6273eb4e93325a5f3f167b54_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f37f6568957ab825b08c2ce8fc6b32ad18f5b7bee50b24b1804e70cdb144e5f4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f949249e3847338ce4ae9b94b0d191edd3f316d471f0a9047f97e41e41b7554c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:407286c96b6e9d0ee4e8abec2b06a5dad70fc69820a00deae47cbf3fcdc65a40_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:52294a05713b24485ce6d7d1b867081da2f01dc008b9cd052bf8c4c37839f581_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6693dff44dcfb7e6fe67f5373bb73d84cf401d20640c959375f20a24d31aa697_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f65918214ce906cb5af9a59ece43a36870989c579ac1660a2a58f9536a79d9f9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2ec7076ed08f4ce7a61f95083155b5315acb6004ea4245c70be2763eb0ce9f4e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5a539e39b3aaf61d63f391b6960cdc5746cbb4b0fc07b85a98969f5c9cbcca4e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:93505b057575ff9292e2e96903238708b940a23953a79cf8742c880f1fbc743a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:be43f0ee18b6d56d81a09871c4a30dc2245ba60cf17ff0f1aad10e117f40aac8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3923e99d803b6dd5bfd2fc957101bef6dd86ba8f6de9e59a849e4c7a02d57e0b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8253bfec4409c9a02be72d7e8d87fe5f4f81c1bc58a294f02dd570debc4f1128_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:851fd20edf32778383c81e3c5b935ec5607a05f8fc569f64e31875b8bbe81d6b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d06d41126ced4841fae74d0437b18e9f1699d285158fb8725a8768a6e9065b79_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4375e44dccb08eb4ecf461f4e8e7e97d617ab5b1c968beb481d5795e6bbf0229_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:75140fa657674afc46d698aea19115a9f60c7765ffff6a0c4ae5ac166c725597_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c1a31ef64ecdd90020d72f323a242b551a6a4a85a4dae309e19f5d8f12d77b54_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c3b1ed110f6b17263484b7fde65642eb349162b206c0b9a2f463bf5eb13273c3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1369aaf62d9d273eef766c42f7015d56152f6b8effc50dc06d75b1bab38a20a5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:47402101d62f418c0f6b8e3c6e2367a8c84f5151a0204f326bf1fdbe983c603d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b519e10d4cb8fd9ad126a36fb864d2f29f7df218ffa1b3b5f222e0befafbe360_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d70f848ab6450690b8329ae367ff2e5a3a5b295c073028dff7cf810104c5be5f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8f8c882873232fd9a00adc69e199f1b4acacffcdbc282280ebb61dfb1e61b875_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9fe79073bdf1745b388fe52bee661394f96ba5c0af585ed8ab4a61724e324777_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b2b91287350dfb474763ca5d332c4765af0c1ff2d7be722e23ea93970add2687_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:bb5f4abfd26a9446eb2f4cb1355bda840ed1006a6233373434378abaf0e617b3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:07ff9687205eee39d9ca211c0bb0c6b1618848e9e74bfbbe793aca67de73fa88_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0ba94d11051416a116cdf516dab74d530a584fe7c4bb1e8d3deb3bde2214e459_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0fe87955631062bc7ce78891b9eb056f899308f8cb8101b3a44f889c1f0c0654_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:786de5dd308c9fa6643aabecea0bc666a9ede6fd2a5ce1cb0d511eac2a19596a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:719989a197c3bb8b8af09e95af49125cd28014fa74c7969f3f3b939223a6743b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:743119e024a9aacd8bd4bf45ab9c14e684ddbe2307d8f965e972ace243f128b1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:76c523fa10e222690941abc8c5564efee1ec4d309a7d023480b6000a545d655d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a13cc82f7b2053435d5268416686ae2ba89e37b6561e49c7ac395cf3359ca2b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:98aa0e651302bb73569a0578e6c11a1691eafb5b0aa28dadd714a7b44b498f8f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:9fdce4b5198ae740daa858432221625391f7283bad587e1ebc1220e7b0b4fa28_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b072bc3bdd61164b8076f2799e705ed8e34281b2cdf24d9cf08deb8e697de2a3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:fef5253a6623c30368e9e7e271501adcd9432b96473cf8278a7b81140d287de0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4eecd436b35c9b25eca6975ca9e938c2256fcfeead67e1ff4159d7e36122122c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7e11ca9795aea60b3f0853ffef0fdbf922f4863edd96c50fa85110f36bccced2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c95f8bcd0835611bb90983e96e3b780ccb65bd2bdc7f7554432ea971eac8095b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e497c1834c97590a0c388b58dc823cdff79ab6befd5f2a9bf494b3acc3181eb6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3a7af87b46058334b97531a4b1b5cd5be47e2ade8d74497429529bf0a489b275_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:97313aa4f1c1c9aa51c77a153d0f0eb35cab9711b7f1465b82a636ea44e849ef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:ba0927ffd76ad6689b808e734038678c91854ca3d0630613094824549f8a150d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cd8feb684b9c70a4ffd7077e19812273f333174a70f7c2b63d57d140d8002382_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0c8bfd6ea4d0729e0ffffac9811b5db2ecf5c40e68ef048ab104f161d2689b74_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4dc7e3242cdcd1d3c1ea5930da7d4e027383149373cb6af0551ed2572eaea0b2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b78827903e5c338d67a4ea2ba10ee67e16482ff00968ba99c27af2b6d50ce202_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c9315d23ab26f6f40e05a5fb1f9f2dbce075244a035b1f16003d1108a7ba36d0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:270b5e756fca54f2dc05f04b6f7b43f7f188153811decbc0b49eb215b11c2372_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5331e8ebfc48f4d2322226b8986dd178f133a52edcfc0a192e89f1785c8d568f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6cfd8c3da57c17ae1c430f2881c66eb0b1c456bbce4a9ada2491b2c873dba985_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa346af0288b5886b5f095d1fa0ceb7715d4333db919ff9d61078f369642cc29_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3403720059bdecff83f784e2fde54d2bebe09223ac6cf99ce2b4c840b9cd4a98_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3f8cb2cffaf6320f14ae09f7e44c965681b395370a156253790764ec9d2a2aca_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a02dde1d0b4f4fbbc4e6f0afd24da1595672f3f290345a4f6e98e11d89854a17_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c4e8ac4fea3c281effed3996a378c2e952a3d3704e47863b2ae6b266d2280920_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:46a0b302273acaf2582d377271b910d9d31ff98744cd8f290583a7bd5579761e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:af0442c88d2b9b93a187010065424798d89aad1d695ba438c815d04d7fcbef04_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:bc7b78f67fa189ba63da9891a1b05694d676a3ed2fa318336fa0850d63815250_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ffe4e64ee1b721aeefd8f1ceee11d225dd69319385e3e70f0bb52f4f40660a45_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:29d5a91b39dc6e72677bdfab50f56860c53e67dab139b464dd571fef9780dc6e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5e6d4e29635ea0b075e402931daf8c384d07ec8660223babfd0df9d572ea6912_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:82555977089a1586dc24154b46be6499607a9d15110e5b48d9a549ee73f3843c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f32c4a07d2b7a14c39db1e5e5752960e46bcda700b292336480c95f359adf0d7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:86b3e656caf1c93ba2bbea00514a17b9d06cb7a6fd5c6746d80ce35f45aa5907_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ba5c8896242125c24e3a7e5698770293a601e9e7f8508465d7b45920cc9ce240_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7de62e540922f1de5f492527d07a8e8f4265d24b577cf2f93415209ccad63912_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bd71e582ef755da7bfeede697b5c2ab29ab9fcea6bfeb14cc8ca168fce5c7bd1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a1e6a736546b54bb2797d85d51b8f2b213fe2f6be6b26bad5b549df9dabf2d01_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:efc7fb9608c2be8c3c65aff302f923241bf8d008bc71c2fbba0d82ffad2b4f2c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:aa63c460867d565b44b2a8e919ba9a0e7fd6717f71588cc5a7e2ad268fe13181_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fe1f1b5d6da2e5ac66c689da49a4c76916533f30ab456c9961a225a5e26cb6ed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:36fdb2cdf796941fc6638036b3a31048ba0209174c7a62424fb410ae14b1f81c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:65a0b94e9f663f3d73a9696a622ad46c73a5fc793f9dc46ee07fee8ba3bbb443_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8afe2a0c6b1b200201f21b148caaa682bce77cb3b1027f61d4c873e5babb1b30_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9f7c3543e4b1a095399d1219c50f1f5081440ae1605154324d57ba9201aa4fe9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2c0897a842cd7b16b64888568ca65c2a6e473c24b2ba9bc5067d6f1f237885d6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:432c94d7d5d46ad66348775fa0e1a6c2c142469e8a770db5528a1aa25664c389_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c86c7188163be31c7ab04017bc46ae88707437f804ddf2b5bd5a73ae34f64312_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3f836bb9effeca4dd6a230a4241282d33ed454ebabd84829c41e58db5f24f47_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4632ef8ca0af5a8115f3d9490c2ad9e2e44361f4d0671fa8a3a1006254b173ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a7d2d10f5326e2d71551289740eba86d6dd2f12526dc684b1494bdd4228fd8e5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ba876751849dd525a26e70996e7e02092c473bdf386ec4663a54ecf61c4f0d37_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e842cdc56ee7728aa71a7f95eda9777ba229aaf959594e73d998fbb30b7f76b1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:90331abb869c0c04ca7bb59681cbd957ff54eb0e0265e16368f9fd6ab6937acc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a02580814c02bec4c1c9b79c4b5a48a5a59caafa60a573f9f99a4a1ca07c6f71_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c197de59c38c060dc8aa099a027922853e4b9dc7e5589ac55c8841dbd44b1367_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ec7a4bcebcc80cbda32227224f64e67cdbc98d3fab95466b55c89755421ea4d2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:223df196f0cc747e52ffae9f3dd03fab2da3c72d5e3b189e3035d4264a08c6c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:29f3154c0b972730ae9a54bc496bcdf62e9ed348b73d98ca958a265717ccc2a9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5e12029e90adf045a4377f4be2be75c879e57aca7aceffa2aef08aa262ae0f42_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e150a242bffd4437f92000417cad89969fd547b5da514f8586802b99a668bab2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:17752e2fbddeff8e6f43bd354d91f248b4e69d88e80b29b75508fb03b82d92bc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b1703420b5a67a12f055518b6a23c1d8259dc8a064a1447196f642dd23363806_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b93a134a81af485a0f07dcd6a71c816ed517178826539d0f53b6c45dce87096d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d266a3bfe528e76a8c6ef1700a2016080d084cf6fad2e70efe5ba52ff0dbbc51_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:8c90e9864b3ff53d398f2451254dd3707868b36c6032d8d139cc3ef2cbd9084e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ae6ebf086515376ed35bb432a7f567f7bbb44b8d1b86773fd86daa387c5fb933_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0a0cbb021e13ce9d693eacc4982ece2e8ba4697f5d5571b8d0671d71824fd07_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5271f6452a89fe7907b16f486439f54f0dbcc3d075a70ef446ee4cc62211b1b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0abb949ce9461e5718c1988f57791c7537eb1b3d2184f4b4268fe087e39726d1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1267ac849f67c33155b54409011cd3f0eaa27d5f211703875cfd383d1170ef9e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5082f39df1f143f23f0e587dec5cdb3e3b033ab446a57e7e808c88e6211a1a67_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8fa27bdf891edfb80585e470f09c9d6fa369aa727a3698b936b4818a4b46448f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:017bed02593deb2e9cdfe0f268916e5d1c8cb7a4f1362c6eb3c94050896d7276_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:027baac40981f53c9ec53f5a4241a657929d6289e42a0e5deef617c182b7580e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4bd5b70373a257b1fce20135ff4a4b3e6962eee541c67a0e29ba9a2523d4d4a2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c0b3ed1332b228290882bbff6a1ad6866f5ab2a4586b261949832cdc3bee5797_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:047c270f56b685d5a4e67afe43d2f1ff47829a259be6ff93bfec4864233d4497_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:50a6482667d53de3d7aa2bff6df05ca21e4e9773996afa8b8038721e231deaae_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:653dbef43ed7f531ebf64c9314756be42738f1635a64097c53210ed0b6b0de88_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c4d2741561038e0080204335efc6eee5b6ffd8878553b240dd433fea701e6bab_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:3de609d984e39497dfe119bb8e0ac2d6d823dd894a5c866e5ec87de5b5711e60_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e3a8b252aadb5b32f42009803b56dbeae49a3ddbe9d00aa27569af4747fa403_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ccf49e256cd9c3bb428badab464a17aee485ee1516896f1ade10da11085e843c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e77ce95a84b01b09c5d1e6dbdea8970543aa3a60f9292300beb078d1288bb801_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2ab5fcf7003f4ba3de7656a284b11d6ee05bb02cd0f3532671a8c368f7b15178_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:44241e57d9067223cdd1585db9d699db113931b7a273d207516f60c498570677_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6aaa55450d567e2fa992650c456cdaf5529c5d96fc9984f7e1a4aa9ed6294bf3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f2fa21e8a0e88b25e9037a9c2db4b157ca6fef8b765b36da7dda71bf5a4c4478_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:10bfb59c904103177754f0336f7b7bab676d240480a8213ec42a778bca3f277e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7aa4fdd78ceafdc887a91224614657e86c1e12b72fde68dea4ee5c6e9b610cb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:e4a365a0516b0c8ef2d1259ec4bdb7f76aa9dc0d3c3cfd5d5b3d34341d349772_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:a06af7a856d5f2416777c1bb1d271c189576e273450b25c6dc5937cd16b8bf8a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:28b8390dae142ea16bb05f6bd95f19b6ab38dd67c341168337ca07fe4f45fe87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:be6a9bcb97824c91f393af5aac5a146d819ed9893f5a074e146afe18f3a50dc9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e6392d583f97f0932dc01be55534fbb6dd3014f84b745e8bf7583b96ad7a7761_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f30d93c0f244f5ba21807dca912d18d4facf47ceaf43da7efa41b14ee816b71b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0848bdb082bc8dae6bdaa956d2ae36fdeaaac89024822f4bcdffb51da1165fed_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9f9603a2dd344770da433fe8dd50a104d69e80ad463f9cba71b3aabefc4fee61_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ab417553778971822422c6eef94aeb437209fcf88e78188b701d4b2243ac5be7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b9bb7615df3eadf64501f35dcefa829934f330892801cbb86e9f70f5dde236ec_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6bb4c6c64852f2b7ee590a0a60db256d8dd549a4b141fe71d311bf30d0ed88ae_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:837cd26d96a814814145cd0aa0cca672769283c499eec36c457ae432b99a7466_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:956ad866d891e1340f630b9cad6ec73d1fc60d4061d4c63946ed714900388a3b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:9c91591eddbc058f05d052e3178102b28ebd25c2c9cb796fffd5047f5d413d12_amd64 | — |
Workaround
|
A flaw was found in node-tar, a tar archive manipulation library for Node.js. A remote attacker could provide a specially crafted tar archive with a long-path header. When processing this archive with a non-empty member-selection list, an uncontrolled recursion in the `filesFilter` function can lead to a stack overflow. This issue results in a denial of service (DoS) by terminating Node.js applications that consume these archives.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:8e245c278c66405066cb31e9d48e97ad9cdb826511bdb1104807d26f896043a2_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:0c95fbbcfd5c54e6b2934a8efb4f8523d1536ec1deef78249f4daebaa9d327d6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1b84b2a1cecab16e75947d29572008547922714207272a5dad8169d1ca5beab5_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:466597e63e82ac365414c803f5ecb8f06a72374885eedc5daf9532aad16ac148_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:de9cac5c7ebcf3d43cad87758dd2eb0f4d6480f59bfb4112c224a4497aad9ba7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4ae516b98be8fbdb9b783345fe680c1d6ef57b5dc06b2ec3bbd20bfdb7c9b2c4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8f242ba3e0b9c57ecbd85f0d4c1bd67306357c92b53968a42419736c3dbe04d8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b717614ee549be99c17ceef3d755c66abc983e821e04808df347962858e0da81_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bd0f90ccaaaa74683b9bb17db0651dfbdfdf8f49adf0ecbaf8e83756d270b590_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:040115466e4f525e9f2386d6f8838c51f8e1638eb06cd64f071d4ae027a8fb9c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:1a677b9d28655390d007acaa656997b12a32e9093c1c228778ef96cc6f4ca875_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:39c68aae39089d044ce992b949d4e9961105711501daf3d4f0ba7e9981920729_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e814640d65f77818c180a706940337f8ddec8ebe4cf22c51a58a8b69e0f4099_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2831d7dc9f3cad92219addd21b93959900ee2f71e2d988fffe913a6f88dc7e1c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:50f602354dcb223759d781cb057b4081a424d6a509178b10674358cc8dba41e8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6925001d8a798896438ef1388f54bc29825c37d41f2f09a59e3f8bf60b2ec6af_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e01a83cb76fca294a011e022ed86f1da8cde36928096422a440bce8e42fbc8b6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:757ad9e0c37b861340a7b2269b068d5b0c6355322eb5f5898a856fd9c4495b16_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7f68ff8059ae68d15041b8f38ad5ee5278289e1370d276cf7e78fc7e9fc3bb10_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:816787cc8c95a4a2df1416f09af6228559333e1bb1421ede0c9e2093444260e8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f9bb9a184319c9fef278d3c6705f56cfc592c844f5c458bd20bcdc07c4230982_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:198f39ed50bbd835f4789057f9d7fd8de0962f1641a7f453dd90d68b5b2a4e7b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:633ce875ee7bb08d9bf00cf79738e3e63cd6bf4de2d40fa6860142a301c0968c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e169d65b86f23d6424af5e7cf9e1d0ced58382128092821676196c0a05f91da6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ec2586358c34d0130b00a3714b50c8b7bc33ce915aef6aa79eb214d38202f37e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:13e81e4c25d8c789ca15eb4e84f3fc531a50b4dc0d95fa3573e002e3b54cad61_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:17637f8455e0e17bb3dca34545a26e881cff3e1444af45b9f45c3e282a252bb9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d2dde1514fcf3308d1469a0af6727835121c4d6a1a1775a675a7ffabba8e3bed_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d6376055835ac40728181d6f354398a0e60ca131d2fd8f41471ed87e974ea4cb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6f86d997faaf61c874def5a78cded319a188c1babbc4dfefb91a29f7e0d7f0fb_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:73bceed99ad1b0bc99e66ab8361037e4046c5212645490161572fe6f34de98b4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:babd6b0e928bb674289f34787d3aa536bdc4c24a877a5ac9311f21f0cc9e6224_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d00a12f6c4e75a2c93bdd135eeb742f42868b0186d9d03f318c885407a17e439_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:0932891a63e5ec5a076c7848d5746e29d972f3a96058914bee8fffa4921fed38_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:472e977d39473b92992f53c0225de477318b31be8656c37bc35193789ab7a456_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:71021ecd15d688aefa6db79f817c11a751b51f6ea9f2e48781bdc49c6de98088_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:9563eb7617a4d3a9c22fefaf03a4ede698fea2621a68ad231cd9e65930043a56_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:1fbf3bf4990353e799dc271bb4a0c58b385feb2ee60207636a3f76544b4f5ae4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:7815e9dc63477803e7e8bb8a01ea83043b5503ba529f64db3c76ad1c4cf2f0b1_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ab22d93f277f9bb65fcb5fd9c448b72f82384b9be43b8ab525d2836832044eb2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dee02e09373732db94bc442ddcb2eb4d13095a04e35c674387d3df8ba23d67d5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1a046b24339587101462756592c87ae4a8f699fc2977a703e6d031e2022a2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1db6c409fede3e9ec09788fdf286fdb0634de6b6e727ec010332f7cf2e462_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:bd6be5cf4063439e92a1264ce3af0ea6528b9c27dd4b26f043a80aa8616575fc_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c955c4b9dce1b25c73453079a21d84c5a2e5d0b53cf6e351f9b1855f08db3fb9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:221943f7b65573c2942d88354261f93a01950be1d1a86fa853544cc4c283c027_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2488ca8b2a8f658f3deaf9a70b12f7aca159490b5e0861d746ca8ee5d2010041_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a3435c546844b61f456789fd315495d6bcdc2560756e9fdfc4b896cdf70d75c6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:be2e4dd58b8ed72278bb2c014317e69185e2b19dce37beea7fec3798abcb35f0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4da2632fea643a834aac3fd63bc51fc6b0d768b869ac450e6779c9f36429a9fd_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:56ab8a9553f0c0202a47d858e234f2672098514dd647502405cac1f28d14196a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:abe530f4e865add435da2afd379a3a11a4d75c257c2468a09bc78f10256e0be9_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:fe1397131aa0d447366fd627b12582ed647551ad3af13375f8c281ab73745f0a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0857a5a2cfb5c277bc2d2545fb19693f23285ccf6b75144da8fcd7225e1df1c7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:43b36fb1f7ad271530f5ee9040cac4651a684e0e08de2ed90a2939b736b565ed_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:7f86439496ba6573ee1d61b5f4d414dfbbf65a95526cdff54e45229f01785517_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8094138e4ed2267cc278a83a1586922c957142c9e5fcaec62db531c83b79566d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:309b1dd27ce0c7dc332c7141e576642db4aee6076ce50ccc2930e824f02ead2f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:35322e4580b0fec862223f76e0bd3c95ad0af31f3d4cdfd6423d3ec47d6e25c8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:699bc772c8a648f8be7d6a5c32d786d8f6484e584d918d68ef8a32cb1499663f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:779afd8e0fa21d022d7e75e7ba8da00cc7604db1adfbbea879bfb1d0f8c9c831_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:49e98d0193f7d7b4347043f0655d350a7a0c0d8c8b850d95abb57acd13dd8ac8_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63e308cebeea85127f584610f59cdc9b228f01b9acb227f2f6eba7fcdc29b1fb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:71f9b47dbd3985738259a6bc9a5bbdb240fd21284a194b47bb78538f8e870cac_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:9181583c88b3be23253c76e277f140c0a1532c1bff7d62cd0da1e14beba1aab4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:0f96581804dbadea29d9ef9a2a952753f5fdf295670ea0297622214e2a9b7d0d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ae4714025025642ff5d9e250a4715b01d933487fa8bf4eaf82629ebd6d4c8702_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:cdb096f05b664fb542bb6eac3cce52c53da2e4bb636189bb53f737d3075615da_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eb9908581f71dbe01d8553e494ef022417196408e9fdbd32f08fe1f5b9c9572c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:08725f7a384b4e72a173141cb35fb67293385ed72d973fc4d497f3c0f0dc626b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a322e3fc620e914088fb5669f1459a47140abdf027bd011d6ff4e5b3e6b909b9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b950e80fe164f86ddf624c80210308a634929ab8eb493496ef86bff1c5248fce_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bfc663a0ca81dedf849e89b91feb3fe0af97932fe8a8fc711d7ab85b6cbdcc84_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:13257447171d38e6e99c66faa476de6ff6ab934c285a0d1bf71fe94dbe583462_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:23fa493f397748092cd71c41b9d83d19fad6a5433b692bc644e30af790cf60da_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:28b1c9ee4102140998781ebef22f269316d8c2be2254c10b4d7151dffb0d37be_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:be2175c2c6c9d882e44cf10aa85f1219573952473e893f67cc7085bf0a324407_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:61417bc1ddac0bc97c786b5807c2fa33eebc75f7cb186aaf9eef2151dbaf75a8_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:73956194247e000432a8c5f7b78255062c5ca967745ba2d97e680a06f698f518_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fbfa9ada74c4875985fc4bb8366d21eb5275a52953d44bc6bc740d48edeab5b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a545c9c2fbb36296286f684e02f9a5bc337b3c3fb9c83c608c988c88455f9bf4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:34a8a8a4a62b36b5e0eb061db3d56905c8dddfeb2e7a7135642f947ce6bd01ad_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:41c2ea14036c2f8639cf0dd634e327841954eff4529743fcd10e8475546165d0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a884f443877c7a3c0b32dc60a79e1bcbe89036549da7a8aa4608ee2ac6460765_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b28e8574a1d3b374ac4a61ea4f3c16eb70d9ba7385bf830c8698f4490f8fd3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:380e3045135a40d202f330002512a5c499d8d2079cc38e5c0bbd5a2312820dd3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5d06442daad2c126259fa5d594b53329e386f560b77a475ccb0cc37148644a5e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5dc0ca56deaa237fb0bcddac8481b45d3ac81609b36c3b7bbb6cff8456899208_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:aa669084fb336f5d89d86cb58aca73b88d6bc4b6505eac2020664e0b6abfff6c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8cb392862e1835b610757e822332074ac459c593e9bd60fb6b6f6d0aebe577fd_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:987afa1aa902bb85d7c2d96f1637bcd19bf21eb832444c98d30171bbeb746751_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ad2f0cda09211f3e0aff615306168baf808e6fefbf1f039c3ae1a1fa7050a61e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:bcac50d10432ecdb8bfe2b465ba75889248ee8595f23c5243d023ac2a336f3b9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3cf2d6f464e6a2fe5b4a8cf66690b3237aefef0c825a687a548f81336507cfb8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9bd17213796576ce4d315986dc0b271011c37cd6e9ed75edff5ba80c3302fc26_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3205092b914bc1fe858b2ede7642227e04f35d06daec4848fdbbc0406fab4a03_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a20ecaad93b15b869fb321c7503adcddfe1f0f5eb3f0f6427bd363234010853c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:57259db0550547f85684c19078b9af82b6318dca0c00ef8da27de8c8dc90e305_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:a95676fb6c1cc1b20cbb758a7c9fd34e82b3e114b81b5c17f47ef303feca3d51_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:49026487ee6722c3d438c05c1c181a36d14eca2f0d8debee48e4a02db0486145_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ee65002c4934842ad86197a89e838997bb87a93ddc9de3423eb2af282a565c41_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1bb56a1a194ba6f64edcdeae267fecec590c14c85431ba62ee8c6b5744da3a47_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bf72f3bbed57cebe1deb7690cd7fcb6d371e526630cb386d13180726736219c2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:81afdbb2d9fe212af38a11b4d00ac952a306e13f91b23b2a081c0393173c5e63_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bf8d63c933996abf39eab9406b3061bee014d766a58f4e27a56413652d319a47_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:4a5021268b1ab163318270fc9ef07afa8a29f288c95ea69700c4bf46f88e85cd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ea443d9738e4428b6912b47f9c1d8d05b75cf8b137f0f9a76f852418b33b989e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:00148cec706fce87b240d38dcc91434f3c167052d5860d42ca9057e24c3f35eb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:7996dc231961eb51daaceda9598b04e4bbe7d0e4019dccf5adec8a14d6f7e1a2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5c70298b919a36de41bf25d870bfa3da4013d36c6179db3eb6dd2e67dd20bff1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:a64777ab69af6f2b6cf4b78e5a00148e98353748946991c0a6da7eba76b442dc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d4b6a07334845b2938c6d09556cea5e0477d13d4be6247bc9e3fede2e46aa3ee_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d5e665b41152b8363b4b15973a7b86365bb2c047366aa69bef7e1c499cf4fd3d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:1a29c30f85b9bc858f0c70ca5ed79934494d92849f23baa6c7f26f67ea49c57e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:70f95a8b240afc604ee9af621fc3b63adaf80f593f3131e7ed51077ed2c77a1b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4d217b45b97c9e01ba3d54d03270be07e9659b0d4313fc85999aa49fca560108_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:634f48a37ef03dee1cc0c0626c32aaebb8f9975b4640ac540f02910bdb3b165d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:00f06d1c70494444172d5630c33e1c93c333a880520bad3a810f96dc69cced15_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:01ac79392fa7a265608b75458534bafb6e5d350f2e8536bb9de48566c685841e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:12047af5271e61b4032c04c98df9ad54363d6beb13b36f49085307705677e345_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:37e5fa3bfc88e99fc78f2ced6cb4a99f5099942e40158dfa6940784c3d2ef95c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:54d10266c83c4d5fe91b013dac51538493ae4a4322c925e561c45316c73b1e2d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f799d506fc4087aac0eb4b2c2d6c8e511b598c6b3cdb1ba5ee470b787759fd8f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:061d1b86afedd409ad4947a8ae59064f0fa92360cc82f640cf124776753ea3bc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9c7fef9c0e22e1721125d5b1312e509fada544e1d3d956338c3638aecea53dad_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d3d951b736b910437255f3455b76357bfe0111c257f5a2d8dfe0f9abacf30fe0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f7feb8627754651663208ebb363a3e42e1767e16a65914148ce0507a77bfe795_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:23b0327190559517a3526d2500534542e9a397210cc6f663ac2b313aee902e92_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2911daa552328c8b01b19f91ad43ac54da18d343834c48ef35f12adff8077785_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:43960246dc7eb7bcef847c0d706bc6b0f0a407053a2cca7dfe27fce23c6d2af4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d05434d4552d2ffdd45d2fd44b1b2e2e8976a15f0f4ae59ce7dea73ca97dbcf8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1f7e808f97ad41f4c301736bdf2e06da73f2d0e3ef4ca838f0afd65273db7c8a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5553003527f078011d0c440f86c1480ff4e62b318e98ca2a4af97b42e5e186d5_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:582a4e6fadda74e5c6c49b605b7967e9d6f25c84ab3de162c30931b1dcaee31b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6d54aaf9249113e5be1b6a87bf439ae778918533077a41ee9442396cda4d2642_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0b4378067622a7584c3be2e5e5d8748a564ae7672cc882bec0c1d6f4f4c28686_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2ba6c6b021db9b58614b1ceb9b736978b0e3396b04dda4518406b041448dd5cc_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7f7e406ef7b654a66bbcbbfa5326ceb1ddca4a0236cb60761a0ea48b919e8571_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fc403f7babe4eb16c770c80def94f34696b3a8ac55360b17c88edb11b9ae5a8e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:473d595a495e4656de14b1b22456ef1ce2218fe39d02bf738990c0be4cdf5440_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6b3fc95809e8ab1be94de33cb375207b4302f93dbfd51f2a67228025c1e304fe_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7d0a9db460cb1d4c918f87a02979048f170f5e692e83cd517bb9b3271aa06dd2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7f1e2dcfd02a6a5fc56c6665979a8981f11144a5bcc6419feae3964b190583c1_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:775213a7b6d92d23694dbd1538727c84ad58c6b8a8b46587ff7bdeb7312acc05_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a649eef7fa6148524b1f3aaf18ed6543f65ef91ad21358cb0af865401061622d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c593dda5f85469eb4ded8cb6c4738069d48a144823a070b83b58ba7772ba0e90_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ffdcf3c2b138b62cfc84d9916799812ad73fcba9c3416d7442f3686417c85932_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2e1e514d9f3cdf5f04ca924fa98d036988ab47259be5df67497931321634f730_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:32e93e986bbf92dd3a3e09f9c76bed29334b5cf794e18b843f81522ccf43697b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7bfa1c21aeb7971fa978d49455f4b5dcccd4ccc3de147ef47c32e9b74bcaf2d3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:dbb5abf21bed592282f09e30ba1387b084eb028bd931df5609c07fb8c09a0d75_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0606de7cca514d2b4ad9593d7f37950512741cd8f1597b1f83951aa7c8839268_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:116474d2dd37c159032b15ff856dffecad2ef0ab76298bc43f840bd0245ec78b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2e887b0da3269f28933bc5af839ea2df95b7aeca3993cb31b0a1c92e7043cce4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6029166a01da021523fc720ad70fc59f449684e577f9f5a36e0e759a39d0a28e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:849b8be9f7fc785a70451c1c0704501e2b449650acd23d450d145da1a760c166_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9c5d6a2d314e840600ca6bd1354c7dc6040fbdc216166418485d6edfedb27ce0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ba10e440e514662920d68ac025d5f3841786a393703fc2dc0ee21ff1d2490015_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bac1799b133fd829b35ac619a25a272301816494e83be5a251f78a50e7fb2f88_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0469874ac135c41bb590ddbac02428775083221257b6904fa376335610c4acb1_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5823c8fa1f1409d6863dacda718e35b7afd2915befa21343dfcc68b6fef7a9ce_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b38d3723f2547dc5676460e3738420e243c6fdf7be77e54d18657efb9668c438_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e5a5e4c1a01ff3f5d694ca26dd248533fd463c85374c25ce1a9f4b7a60deafc1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:19f94467c811e10882e30eeef39b1266b83ee417974aaf62f75738d51811cbc4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:47487ff8d0cd813ab3354061caf319dec553b1cba9d5c1045de710b8a6d0c51d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b3a0104cb85f1a6965eee44fef58983637839a1f97ddccd737704ab41cda3a25_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e8c72b610288bdc44492ea0a5c2fd66cfb1673fc06f6bc66831fa84c96f86543_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1a9333d29d3561fe95488f3d80136d6b24b4a2e04472d37d34737fd1032a8856_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:705d146d458883660aa0b673a651d05d1d1ad73bafad91e84755118b82092ae7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b9265d767c8a6786f12dd4788377f1a316864863a32de4a4ec07ffc8b874aa00_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e3a7bfabcb96924059fb7906be97a0ebb1df35c6cad39a7968a6461df0cecb31_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5c015e1a10e5f14e82e30ba41b1ae6a82cf5cb0bc631f5137d7637c44a3f5b8e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:623bc4c74b05b46babba7da628809bac05b48d8c4055648e88f0db57c1bb0e07_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9502a32446a8828e8a1887edcf49034e874ea0e32ab5fdb738ab89e77cb5a472_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ec7b6b83c8e934b66505e8051e183fbaac54e78abae5ae99077d4e5e163b4529_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1f15641123321a662f676a46a24f6c8066bba6e3730a3c0d0eca3ff8e548de23_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:85070876ada5cb86e8c585f3ac3114d548b189074723a13ec5d6fc6be25c9964_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a34e14a715bad1d324f9211d95c56ed387ae51b24b21ccf931c12f3f7b3dcbaf_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e12ce561e4cad13a5d08e8164060bb74a309f66047279a26dd727d34ed3dc16a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:67789c239f82fe3649ab8c0e13f920a788a3612d15a78fe5986a852bb2d11a0d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:80d704ed310acc3015748815351da4b54fef2d8b74d7d4b03aabcf9fd7e60b38_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bfbcd3f502bf336124261fbe51f19e7a4cb9e9132e07da62354699b30cf6ed24_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c1e371a0057014662b91736570bf25fb1211ead7402154a1149dfee9e55b994e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:175fd0386d9a4e064fa760f23ecfb45ac6ae3500e5a50acac0660d06e5b7ecb9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3e9811dcf3c528ae6f5ff86659dee1a590c2b53f7af1a03204d06fc3dc628fcd_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:68af6c6e7f51523ac223f4e25955cf3777f4ae5b601dcca7c6ec7e2dc0de0782_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:8f1b3ddbde3e33dbe01816bce0cce7d7bd196cc04affbe606fecfbd8ad7b8b17_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49699de68bf38c34edb696ebe4f9dc608756382a977f497f6713dbc7b6e1209e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49c32ab1927e0969508b906c14aafcbc64e6eff7680b9a10812eca4f17787921_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:86135a8f7d4aed36e7b2a571b431b29eeaac2bda02762eafda3e22a62a7a2d6d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f2dac4ffbee9d028b26e683b63a9f033ef8609907f6c498d42c447a306e75328_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2884bba195d4d635378b0d15efa54991a23f51bcf4efb1095b478f5cd9c34f46_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:d84853556ede64db5615eb4d826879c744f7ccbd92c51ecf392a686af854ec11_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e05dd48fc4c26b5dd822ee58a2af27bccfd0ed28cc959a6fc05073cec6f7c9b8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e202635a4a52be92b47960bd8ced28634111416b220cca5fa7f86373ecd1210a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ae36d953c8c7f73dd78d620f94a0335ff5fb84b16ce9d2dbadbdf3dc5d66f6d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:308c924c44c35b39c66b429a15a0343a47f7dfad62dceb76ea7acfc85e6bd973_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e132f6b0a6b4e2dc63561c1ebaa0bd9fc669a835b0c22b0d56599e3da870231_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5216d36dc483b1368a03e00dd9dadc7c75de2bc36ed98cd7ea2b089cbe23965e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4bc11f6ad7c3e9c99e708f7ef5a01b4faedc8eb5d2de5b0cbed502395958555f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4c04a50ca49fdc521da592b9c326e233763918fbfd6bc97e001e0e680ce24cf9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8ba4aabc0e1e36c3ffe66b55c67ab8c305f64aa6011f80060c5d95ce91180c5f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d259704d34b605abd3568bd4c988bf9e831d80554ec2d7a57e7c39a70daf0140_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:14c55985b9277766e54156139f0949d1e3e5f756ade34512a3d5ea3dfed2c544_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3231ec9c296798f11aec6a285b0a8f7c5cf220534d0525afa59c17ab2464abb0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d8767e4d0b2c8222748319f05483bcefe50388abc182a01f3ca9dae3c80dce44_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ebed5c3d8e112fc5086208b4b4c0aba054a0058f3fd08b71b129dc124fa00f99_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:26dccabde8cc0d1ad45160677fe240b3fc098acae82f6d095fad08b78330453b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a168025d531f20656997ae845a4930919d6805b7f9374c40f7835a93aaa46b27_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e696a8bc54ef8a13800b2168a395d2cbb08678403beee2dc52c56d04cb235759_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ebc22890c7759ec9992b64dcb0e388881caeeae333a9a84a50dfeffe27e38b49_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:09319f1dcbe090d9677a43249810dfe5b3eb165aa3f8b473417e0913649b1556_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:46a37e99da18852f5512235589ee86dde0db6c09d76a49275a8004422b9ec303_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:535d1b713587008fe67eec103cceb54471f5263516f5420589cffe1dea02be93_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bc614ab102efc7dfaa47fef84c4783da26548491e4c43257bb606a06e8d155f0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:08cac9e30829765f182624de9e45e59b40884b8c39cde60528dd27afa57afe72_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:13724dc9eb7247844e450b59b8cf3af5e5f486e9558942836ab60f74b9943291_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3e1a80763f76f622b5ffcdb35bf2dc20ce1e9c06c4f5f6bf0ae06b04134733b6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d077c79741fd0c481fa6e1aa2c479b8c5b380b1d1f163259777c8c50be257709_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5e82ef0b9ab6d4e3b7431a7611bc563f356385dd8927855e6090008685f1549a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:62ba53e306331c1b20cad27ec31cf59687218f4bd5908ed7e9034559ded04b54_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7664e74786778a96606757f1de215a4a9702d0c9f7cecba7bf8028884a7609ee_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7a967f88faccfc101b9388f8434d406acdfc85d7d682f9ec742d59eb31074fc6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0e05cd1eaa2b9c558d22892495f090b6b51a316dc56d85ae825b6fc44611b6db_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:445fdec85c2510c8a45b2a830ead87136bbb80bb9244987b4d6ffa5858931926_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ccae4f8f443ba6806ea33105d7dc06002d58914626cb9ae57476b29193761b53_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fc0becd36b6fad4911a5b8c9a4693320918f7f7e6336c2b11a76adcb6d1eec36_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:652f8fc874b95a56393f14c2b56a63faa64c04f6646c1786d07eaa272a9acb9e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:94b9c011744629b1ff6f230e25f876f218ed59d55a941377797f77cdb7c03e1d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a178a796ca9d32ac59faa5eb9a6aea30f1aec65d88f89080f57ed519a7983f05_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dc8a79297c73782f5005075332bcac58b051a07d2b35626323f9b69ee5f4d64e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:03d66c724cb647d4a613bb48c9df6e9ffaabb68c8af5a4ccae45365e32456470_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4b9510fdfb45d2561927843dbd7ed869e2f67d9636e59dfd0c3ee640d9fc601c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b3570e078bed53aa3e435443bffbd12a7b259f8dee9d18c0d79b55514a547b53_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fc8e892ccbd8d3c1e737fbaf8f02b5fa6bbbe242780c9cd00fbc5e6889d7baee_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:266bd8400632ac70fc6584e4bb2850ebcee7027ff7899acbeca612c6556302a4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2c8f351447fffc2133f339c6ab3a0bcd9bdfafad4a4cb5b7dd2abc32c6056a92_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b8d2783a76f514f9a4e8096434ac205e1d82d09da2d67fb930a1b5e4d8089e8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:74fa72db679ef47f9a3e3459a90dfaeafcb6db73dfe15b8933767e2f9d19c448_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2b5964f6cb078aba05ada42f0c8280dfa39f9f80526932cc5d41410922e4e8ae_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:480b27e9866ca8dfba83e1accd427d4f6813f4fb7f612854e32bdffc10d7d5b8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:91c7fa7b70f2cc82b26ac16f91ea084e15a4f5dc64f254ed878c25dd1170c0a8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:edc297cdb2f670aebc1d3561d801840ad029e8777ce45724066e6891aabd60fa_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:443e0dd81ae60896d31f07ab49611c5e0629746824df094ce28cdd3cb0ae1d58_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9b16561ca87196e3dd9330184f7abf25e97272e3c47d2e8d594e3095e74f815b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9ff62f63d487e25a750bad29314955effd17152bfc534ff698963760a2615b0a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ab506c549b676ad9d8dd179e2ba871a12f2096ca2601ea2a1f2605ccb849dc6c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:08758e6b81d6679b095a8e7fa323870eab35fefc05e525c6ef810b6cc0b3c0fd_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:af87d24f6540e5c98def879ec4ea8adeb5b138e41abc126b2c3030c5847fd0b1_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c5e9e59a08d8940e99da6bc568269eaf71ea8db62dbff86a7f6fb5dae861e323_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f5122187c85ef27f5423ada009d800afa4800e32ad1ea3299586fe64cae8e38d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3c5078d135089e1548b4dec49b7e78658279e42a72792a988447662534b6516e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:56158ce0af0c0eb9709b2d1a172201bc795ed6e5075517b6919ed1302399d6f3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6720c8097a398327f18a5c84c28f6b58aeee017199c2649649a1f159b8365838_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:89295652b447f42c6a0d6e1299f63b04016f10ec8faf6372357294a14472e426_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2baa85e44cc4ac6cb825103508c5bd74e348609eaf53ed42c6d0e045dfa62772_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:61283f1fff1f8ec53563012a5b1fb5a48831f0a220d3676b512f5a60b331e849_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ba258012c0832c57b29785be805be44f0b5f8eccaf76d82d7493946806eafe5f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cf3bee6414a87e7f907d30047ded274c488239af5b1f43ed717ac2cede29df86_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:40854e0833b6cdfedcf275cf716e58f3cbc5c44be313fb83ca3e909bd80d0b08_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4d6a10dcda92c599f52977c71208222d166168b29da4eb4727c466e7eb53cdd1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7be4c5ff86b0e939ee9f22156812fb98d2f96c1eb4567ca8a6a01ea3aa735dcb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:83bdc9fa5d3893a973794dd7162bf9564ecf68ce44814349a621cbc284b9e61c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:993ba8c1dd84e486fc4084a7786934c356a9b12ae86155134fd1a1dc1e5e3f2f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a64dfd96d3aacabc8f219d19e6d7eb0c1ac5b68b49eb93fcc973d76e67ef1d34_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:ce306e2cdafabbaa29467e0cdbf316673d17180efb604e683a7fd1ed7181c6f9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e6748814d950e6f5e370dec9cb7d557fbb0d29ad3620b567840770be826a601e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:04d418560f90c35b42be67886632615d62dc89cd37fcccb6e247212b535fbb7f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:40eaefc42c0f0b5adeb47bcd463c2e2a45e7f3af1c0fa4cb3fde9c5479660c4f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:545bc2a7b32276bec515f338aea3a2976c01cc787a559986646aa6fa26ad5f35_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5a2653ccd5dc3f59a228ee8b936460575e1a392d12287661b1dc83a9f8210033_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:12e5e4ea4d19c4dcccb35dba161fdba8a703ba6331b11054e4664818737746a4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:180e817b55ebfd081fd0305f63b3e0539fe8d13d1ceb8428ea21e213779fd056_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:92e8693b9f6955f9862c8b576f5e32bffc3bc34232511fae0cbe57d705bfc53b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e5b5d4750a3ffe24b1196255d4cfe15b21efd587a41736307ca8e4e61a4936fa_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2ca8a85fb07b431d97ca6a3e3c18f1cfaa20883c7076d6b5b4e6942b632f9aaa_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:559af5a310f0923dcb4ef9389c51c98604cf44642a13e8ccb46225b4ca268580_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ae056c9c8e0cdc6519ac1a9542781cd54ac2ac8881f513e965b57ce7d1e5ef2b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:deb92b50d5948bae13db37a7046d9b212dbfd3ddb1063ff8a5e5467f0cab203c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0c4f3cf84115f8c9b9bed6b2dd5d52316eb3a9e670fe6b9e28c2dbc350392e87_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1142ce3f8a3c1c2a1c7dba79ac2c3b276a45fc6271ad9df9e6a5d8684c36da2a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d9f2c021c17f1416e01ba31a8823b7a87724fd96d7ec99d494981842b5d452b6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f3aabf75e838b4a941f64a7a322768729059346d7578ecf5fe7ce27a71876fca_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6389373ccb2fbe1b6385ea21dac1c0ca918bf9d3889ad7a738de6be5d7ec4272_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6449fee9a31acc582bb85e0031312e3ff07d1f1843a1c6c410eb79cbbec1ceb4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:751f007afae9f16527e9039aa95c2ee6efd2ee20afe3c083ba7298493d2406f3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:afc11a340e28d4100c31646b705e8db302f6b0a96ad3620e07391f02a70438f1_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0673d2034e7e5fb412a171939379da14e9269dad7bb53e83be7ecf8233b0b5a1_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:18f0345811215feda18d2b63f679ee870e76b33e9f61042d93edcf36fe97df95_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a2d247eb696c80e02bc8c1873e8ee0fb71a1e5ad6cf5cd84bdf504f4fe17cb10_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c342b14ff399c961ce05c1af127244b950b8e9d641ce8752f9d0f880ad7a672b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3d9fbc97d13987f28ca76b3e238b540492eddef0f302c2dd958c1b0d05e10941_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:47682d4e934d597aaa1e809011a69afe93936fc629ad3dd1ed76dc7b073f7ee2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4e8d3460e04e85a3e01a578d492499376787c85f2840c97821f11213862239df_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d7b99cad55a1e1d380d30d0d4a61bc5f0cbf3a87223efada3e69bd9b0741d3b5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4849bfa8a48c7e7d264fc6ea9097fa9d33da25f75776619976e3204b42026cc8_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d7c3f5ce57c0aa25e13ba9484facd75c5a1dc3caaf9be4d0f273243e7ace327_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:78aef6c20ab3bf78eeb8b8a857ca2a24067d45cea0a070c44d3fcedc00d4efbe_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7f33515dbca04230d98550ab638efa87389629fc7d913c8ec42e4b5bf8a772f2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0251068577a1724dc777683dd189468ed77413b396614a117dac6b4320b8f01d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8812fd85c74fd67a95afe09c2ce5e7d592eec1e25fdc6fa331a8bd41bdde0cc6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:89e0a7e0fe060abb45a6f8e6ed1906053c09f95c252ca7813175903db61fbc99_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c3674a8f28935f3140fad744b5a178a8346a9a7f79f6c281561d2877b38c4ca9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:13bc0d4f7d4508fafca5a3bc61b6449a056e277da131e753c06cbc1bb7781b27_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:993a2a0b3f84e071560f6fc1a3ac243fa745ae9a7ab15febbe1385437dbd3ad8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:80fc518199cd3a1ad421b142661f0a85679b12b69d0afe580fe60eb6a13ddad4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f069665c66c19d9775b70a31aa7a1069bc653691f6abf106a88b2ceb8c0e1ec6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:13ef0c0585b01c56b865e029d029a553b458fd2d3d0204eb6dfba1bcaa11ac3c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:599d33b55e88212202b15f4344f7a18dee4f4504b3739d6ec99414d05bcde2b7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a751f1f0540505bea087d3ea9e6ba798e89d5deb772cf8e401caeb3816a563_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4c26bc366b267d444f448a4d7bd5a0d26f84bea653c14b261a829669d888cf88_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8b67087a584a2d952a6e80572686412cc8ea01f03ec8d70b56cb8a24a0c5a3c0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ac1123e890f0aee159c9105e26e1f1ed3ba5eb3ea66b422b281c3e9465401c5c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0dac7821ce2a3a5a180f53f381d9e61484cd8c5efab3c9a7dcc70b5783421b64_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6b30b39205367ec985c4a9d948e71d378b9483689c3ea179cd0f2476b9bfaa1c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:de903677bccf645889ff7968ebbc052b14273329c0765f7faa53b0ca815d6899_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f8392be7a6f5223930d53ed6d127faf727489b8f5ebbbda6b6b437c529e3c812_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:02ac68c83db9dc50cf6280a418eed9261dd2182bbf51d16fd143519e49960b17_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3746261c5d4744b13d4704c822fd62ce1f486010176fdb3bf95512c72eece73f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:85e34da00bd6d290c04d8eac32f39db59b5f50fceee9b248b2cbe27bcf0e7e5a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c343b119edf863e179df865ccde0b665b87087d78b20919aa5726d8fd240b344_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2026fc52aab5a6d7766511080699112f32ae4576108ff95b0eefc5d807a14f25_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:21b5298172f4de1e0074c4abf5e4abf27e8adc02bbf7ee49bd3388f7127d4901_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:42f8af9bf66ea72846b7f7e57652725c31b01fc4a8d39ff7e7882075438c521f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9c5711087546b1ba7cefab267b8aa30b54ecde5926f009518cf0db974ff84c3d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:373c4b7507a978e3dd62e9ea629d1e397b1f1db682e11ada1bfe5a0b45afc782_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3be306649df2fa3cc9f30e60ed5d947fb0678b0231b617eafd3b1593d10feec5_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5b01a896101a5189740f84cb1a83edefdb0dc00288dde725ddd0e95480f8e1c1_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:961dd87e559779e6338a4d3d35c96c0ce6ff7cb9634ce32d4bf848032f4a2fb7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8799db20cca7be653bae6b8ac5adc1d628094eababe740beb5dbc27e05346872_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a36c2b308515a293cbcf265af68ecebf498739e74ef11016d5c0edd3cf47c4e7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b86631d6601578548af20a28d132a0503fe118f53d7596a5632ed24ec5a9931f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e867bd8b76b5bc1438a7be88a30fa7707edbb1909920a1d4d1d0da0ddbebdb40_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:313074950c6dec37d29a9722b58ddc951aaf67c27b47568039f29f02f2523128_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:43618db20e6f592602096897bc89eaf3c58490a362e91e3299e20bb2a02827d9_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:705f4db2e969d23205de87db1bd7dc8eb1ade64a76940fad950fd1a214dde6e5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d2d5ee5893ae16784051d9526c1feeee3c641fc3e6f337ba807744551c00ffa5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6ae5cfd48e788096162bc4517f0466bf526f16c84bb61072886a64842856c5b1_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8004e7284c63cc32a05f6de732791416d57d62db041ede2829d4797139094292_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8137c3932f344ce587769bff04355ad405b6ff27009bf23a221ba52f3da56e1d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ef15235cf21f0fbfea74089f75471b483a98c920b65676bb6199c155fb61e929_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:149cca2af3f89c7d1e105de81bbd098c66be5687f18a584b644f21d0be20f414_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:33fc93d5cd30760383da666e8effb6ed32f4c8f2668da36677e98c1801ef4f5c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f9c1ee7f72c926c45cd76c12046b867d9efd7c3c381f34afeeb9b6e97751175b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fcfbae71f81307789bec93987c4523700c191a66663ce53e4009c5e0a8627826_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:04fe8c19bee4b629ee7f18a13dc0b7f49d6a4b6e19d204de90b6b2240b0f875e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5c9662139f98817aafe153a43f700399781d079390d5ad23d3b70fd6ac5d370f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d1147830f896fd229aadd2b766fbb4c8102b35a8edd4d8bbeef4928d89cdbbfa_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:dfd0cdc29bca0a2239ef203fe7b58efd97ed4e72daed6609e22b20babda395fb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5a9889308bcd1c3981072c83d44206d0c3feff059e0a2029d49adcb974674c95_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7a715c7e2a8f54ccee42abf122b0028ed19705f401248d8c38f785d960f1b116_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a67de487534d03cdfc180af9d235edb21c5cb71e1224bb5041fcf2b9a428732f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:b3780d23a2c384ecef73c806cb20d7f97bcd11c12b6392c781c0deb7ceb55df8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:48b5d06ac4b35c2a7bca3ba2abc39e3af1eaf4ecb19c720d9b6e46b066318414_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a6d7d7df9078e9d1cb0f12f9ceac12c96bf2cea03a9085b23c3e4af6a456b51d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b757d11e5dc51a5822d9e30e97ac142cf004fffce87ba2e58b8d62926127664a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e61ed19beaf8352dcfd4b9478335a364263cb9839f27140a634a217d87d331e5_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93baf08acbc6875eb2b665a9ef3601ca34b76767cd70a172dac7237f21b6958c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a5f2c2debb51b8aa926ede417cf9fa0e4ebaac4f5bf9e770db55a25902a4a3b6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:dc97d5c1aa80515080b2b4d16fb08ee4733a9347eebc8427f10b7e70582464ab_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cc1559af0d7be472ae46be4552fb41e81ad804d73d1444b92cae4485118c6773_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cfd5513afd8b2b5e22d5e384a7f769f9c04709d853feb2f91ef667d804cf9a7e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:febf2fb95748ed0c440e6acb72c40d609ae7587b2665cfd7145c878a2a0b5783_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1728f980f3ebba7e48bc0e8cad114db1e0c06f692638764e30ab990f45c637af_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:41508513986b369c2f89c64af84b3980b16bd2432130fb122d8c1346f0602894_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:650f08f62aeea4bc954e69ed88a9f2f14d3c8f733c155d113c0c58b7154fec4b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:016fc7e804acce7a8b8df0a02bec320c32f9ce6224ae67598a63992219a77516_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:081f9cfabc57aaf4d19df8b496613d8aff54ceb265634c904ec7765c810b4553_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6da3ef092cde7fbaeee01c5d6bb0ca5d52af3ed8de458ecd3001bb96262c1ab4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:035d07364444ea963d64515420fa4005adf82c44b575555a074149f67db50567_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4e09fb0bd709d53a0abc6326905cc43ee36e6e4ec5e20108efd1ffe585b1f2de_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:53a5f81aefcdd57ba33c57c02941803a072ef3f1b8467baa3c53c7e073a9ea96_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:cb3d2ccb57987217c75079a9c10f230f6a7de9ba3b0fbd87d8d3d5c71f8c94b0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3472a8147e06452751999ae2d041063907f275ecf429dcdcfdce88c8a19a17da_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:61155741778188324e0616274f067ec36723d0fb81d84e9715f72ffecfbc92ca_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:adfe8cb84a5f0a241fe69ec532b7092a10cc274cc3aac2b86f33ac8e725ab2d8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e704c70226ec4986c16166ba1ca54b908d1b6d9ddd47640bd5ab6d292f977508_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1d63a1d7ba183c49c69a6ffe5a4584de5282029b0b2c2f3484b4f4431e2ce954_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:441db8762a583090cf4325377b0ee75838452a601732bccf4dbc57f26f6a1a90_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c5c52612378ce1f2577314e5723642237c9a361506c448ca80d2a0b56666a1f3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3b9843a117d6a6ae28222951e1a556d3888ceab2ff75a082a06343c8030a5ed_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:236fa2dfd935db687e786cf827d88210c2f586d2d1a93e610861995908bf2587_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:647704923828c83c6ed3810e3c4d7456fcbe378516dabfac30f203a3bd3634b2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7638d755fde7fe6d3c004a6f0f7c761a9fdb75a3541f19a792c3cf8e8bf473d3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d2eaa5b8ad9464732265b84128b5280d725feabb2d4b4cef0178a317add66c39_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b659f5c6da6f73bcf8b2850f0172358816bd68fca721b65a9a70569a94bc90d7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cc867d49602a6ada5de7a783136b6463c4d9adee9877ae1966c016a08ee8e87a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:6fa614240bbc1932f65f8cc9215d2baccc05dd1cd5586fd308c44d8a94447a45_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e85e957fc16a36b5964613a99fec1e7299db9bc63edd86ef965d879a081b64bc_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:14b02010250fe10ca57b2dfe1046641aeac31f92e5691c067b3990383967f0a6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b6b13d29b1cb9c9bcf97f2daa289669bbd9ea501430e51652bca3d50f787f23f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a8ab293c4f3c6bc251bc91466b7586e5499b6e198cff46e50f6a65d97df60f7b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c5d781c35cda14ab70d4a5bde3bf72df0a3956f5cb159645e5337095bb71c5ca_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fadba956181755cedd19d3d5b5ee3da0222daa1dc609b629c900a0052a4cbd8b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:2719589f19df23634ec3f6b578f3fd2e827440675b72a69b89c9d78b1310f98d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e1fe563643282c027ea829274a1945458cdc5d079bf2a2b7b0a9982a5cc3720e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:28d64f60c216f77e3e006012a403671463b9dd90095e19ff2dd027def6abb511_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6d681aac67e08e2ecca32415dddeb47df6191a99f7a8d7bc3bf1697c6a26c1af_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0d31a90914ea716508caf180e30fb682cdd8066da7a0a31752be9d86ec9c777c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3ef5a3798abfd3d9ec1b6ebabf3ceb32fa4057072b2670793ca119f556c0897f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e2c62e4b87e0536d15ed8b4f2905930a750f770d5c6d0168de6291d92c51f9a9_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ef5f4d7e3c872acbc4ee48bc91b5835dfef66a698287a95836344c1587ccca69_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f5f049eb01192eaca548f3585845ed6a530934d2eaeb422fc78b657cabb1f57_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:740b0d9392c76e433ebb7762e57f156a0e2ea1db37ddaed2c5b8044ca092a357_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:da9ebcef147e8d9e84848454fe2b8e259bb549bf0de88ee960fb48f6c8051060_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e8f942ece24d15ce0c4a31f731f2060b6e3874a2f486b2dd255c773fb1a55f46_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1b4fa4d6ee3081f39e54b4f910100d210da682dbb0f308f08107ac44e7338d3b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:571a51e1eca0f31f273be8cff7ff115bdf192e14f5d510705ab7ed423fd5d9e4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6dc96b2e8156e7e42f758cc28302a2e94e8b3888970d03a780b1732375e728fe_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b91654b9aaa85e13d262d21b949b1a96b386f202524c2e8d52ecb66c279eca8d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a677804e422590551f82a17e61f64bc03d5a8a42a695e7ae8d9de5dc086924d9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:fb7f225a9221506e6295f7efdcf44adc33e5b971c470b5835b0ca3c42ee1942c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:107c9dcda9632516721c41af941362ccc316d25661bfb13a7c4dcfc2ea4e1c3e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e75d33740c576321707835258793fe2fd257682099348a2a067806e764e1560d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3ed82adddc3da003bdb272e2a5df0317abe41512179cba925f65fb5d8f7c2eb3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c16e4af4e9a79ac2f1fa632b20e98befa9aa2953ef241af186edd226e39150e3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7b6c16881c71569dbada90e320379c2159ead0b0ed2fa2113e065b361bdf2413_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9533dc6817f01e377ea2ff7e3aa4447d20ab5d016d9145b97e0cb9e758c9a8ff_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1285e63d6cefc0454a400b20a6e404537a8d57e5fb9b5d7ff1a75b61555622fb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2ea17afe64ff273c9208892a59773c1dca248367c849e805dc78cda228aba29f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5f33ae81c766b0b7d9c8411dc4f6a0adf760221ed0493a99f1bea5dddb5de41b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9de0bd8cb41c5324718c8d8f275c612c0bfd13b322225455a1142dc76bff0a01_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:2fee175122b1e3f74cd8976af1515c869d096da0bc4f5e9024b31a64cf88896a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9ca16ca048f3de4a5d9e6b6a38b55bf0b4a994bf7f7ccbda8c50c02bfd59c871_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c42a4deb157c31f6fb871bceb8c4401f44ffb490404591ae36110511f933f72e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f6d5c31b12c8a1a1e8316f258ccd254bf6bb8e49ae8a175eefcdf0bfc5c6047c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:204e84b23aa1edaf66f10a49432115ecb4c3e8fa34472a909e1c9a7a0c3f3947_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:37f226136e439a1b37fab44e06ff30eb22b1ba8f12eca9e85f59936c3d58acd1_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3e385fec20235fd68320dd564c68770d91c5c08a864e3de41f3800937d730334_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:878a0a7473a69442dffd7c19132d74b29ecf765e3499d29f8da7b1de2ff6f439_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2b51546e56d1893aaa1b68c4e6ebb5479614d0402e840c8c850702ffb198036b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3aac893d87e5c39ae1672eb5ad48a0b9d02b49888fab57f8662e6dbb3897b660_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c5bddc80f0ba0e391b336de8ead2442d0dff227fdb8aef1874bc3db3101f7048_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:dca0c7b1c7ec76232b3d5ddd15c8716e04a8384f0a816217dec544d667ad2e69_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2551dc2ab6fddb6edfefc185f7b6d73ea366ddaae4e2f79d554f0afb79aa54bf_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3cc6eb31325b1f9c9a2163c570ae1c3d4da7e7dcb0d761a0fa775b66fda9dcf5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:569965f29f668f02a342c0c7b4804bdc92354610e9368ba42a3ea5cc3172f532_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c4b2b0855c4ba25e150de01e54f0a84bb4c6c220b348945742bc0c18cc6d7dbb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:01b6587f8b9ee398d34ed3330bf0bdbf2dd01c2fe475ed4d44c547401d1dbd5a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0fb7ce17c762a70aa16ca9f7f35e41d85997bb2bb22b81986321d29634ce9b3e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:60c4fd0dcbc1ed92bee7dedce7879893a23c9e4a6181e5e6d6a8f04880f377eb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8925d5826cca515b7f7c05558406b3688a14963ddefa80f5b44500fe12dfb1dc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:3d914112ad75b59b03d5653cea40a25d92af415ef52dd10aa7394465e6bab92b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:f8d52c53ca49b3f9847d2e568779801321307e329f802aa9456cd0dab7625232_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d29e5c26f37fc8212f2ff15cdac470982494be155f85e3c310b0c958b943f7f6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:fc7a6712a6fe86a47b5a745e06a0c6d164779eb198f284fd0996847b025e53c2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:32bf2e7aad1dd9ff5100500c294e343af0dae3d392eed27a1c0305198734261f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:54b4afd46c87b2cc839aa7d8b8ae232aaffe0f39846a6edf9d0d3228adbd7a29_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba41cc4ad0ea8dc731838e00dae166209a3e06d104e5cf11491639f82290eca6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a9395f57a9adc721c6e43e578957e21c8b9f18defbecdf91dc49d11044aeeeef_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ba077da5ec7f147b51f0ee4432082aed3b7a3a541729913bc2ed821688723e99_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb48a38cb5d06b67ecfb4777c44d44f3e32a996397450e30f40e7ec3e340a56a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:deb40607f193ff4e36c684ce74167e67a7e96187f1a44a1f0f20f36572005843_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7dc856fddd561c1d29112b0b8d4dc39dc7503974a9ff563612e6998bdba4b71e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a3e01913986169c592bb770fc49e3875d46031b5788f983ddcd52938f9ef7a49_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c3481c6f76c644c017392c092dcbbb25a288acd14a9f01e20afd0d2d35e16d32_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cc440be9f6b3c5e22186b6d53a428a8220201ddaa79be39e19cc31a8fbd7b221_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:12d7ec468f9634a53d053f3af7957c5162d92595fc3385b26b08acb22b7935c1_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:49f08b645fc28af342483d9efaf2f607c9c2a6b491b477cdcf2985c44aa3e894_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d32cde1eedbd0c110bc10836025cee78421ec16d2924d30f5e6265591a9ec716_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:df885dc6da20faf1903dbdac693889d9882722e8b67bebe35f624c11e4616262_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:16c8b8c6aee6f6a06367ca5bfe2be8fb85a05c3f18a819683f49d1a8c73941ba_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:376659c608333e76b0b48fcdc69ff17643284fd22fdef6c6998f07be54c1cf91_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7359a62beac2d501d629e6768f1767861fdedc0d05f53a4424a2abdb3dbb6a8c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c71d05c245bf1a4955f46c785d7264985e1f904de2a19972f7ce6209a3be0e4a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:06ab376096238d4e04c9ab713d83d3cab5db769b5af1fd1c57ef2ceceec6ef61_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2c80889bfaff670acbf859db3624951cda96d4ee8cb1560806ca4215e8c6c04b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:627c6b73224c3e37181a19cb598ef9a425cddc1d17d97b6c23388ec1345f6a88_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d5d338daef4ae436780be192907d28a26785021d97865d8a95db9065734061f0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8e59a286a05743844dd1333770197161698788e0db4faf8e00cac6b2fb9a638e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9029d8ef1e4455dbc1910078afea1141f92a5c4d2c298ce1d9e4319209b55246_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:da4ff38c7a1fd5adddbc0b0d3defbbd580197680b22648e2ab803c90c4a8c9f2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f6c44d76a715e0ca38fa5e2becad93a2bf3a41fd8f181846e7aba81b0c579691_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:167937ed04f625a9cd2d0b8ed6048a5cb7b6d435bc2d41775d7db4dcdb5fae95_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:176feea3131aada18df5da44af30a127f4dff392ce8ef57f7e0844969ec95923_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:17afd4ebbc2a5233681d4cc1774fcd70dc932bc10006235b11de8dcce826c2ba_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d3a98e507691edec50373d79ce9df48a71cb6a19a75c9276d0c5905d4f204b39_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1b6c3977b4835b0cd5399523dd437c230b992b77a0e7352b095d008be96fcdab_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:54d79643f3a191710d1362d665b5c838130f3e51aecf1e27a2cdf66e98a3cb8a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b8692d27a4799d20ce1a8374ba99f55732bb7db56cdf8f5b038424a086db614_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d196f02212da5e80ac5a73931316d38e9def9aeecdadeaf07aec685e661f9f98_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:11c2a1966b0632e85caebc4555e3e2f726277175b27a63a5e854557499e0c28e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7e649963b5c1e2a7e8813569368eaf0ded5e544799d561622d469b03b9d93937_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a23fa7969c6a881648ba03ed1a13692c5db21b79f0608d841291ea9118548ed7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:af57ee131bc09ce55ecb3ae13ed7dc3ce9607a7438f0ac5a6e64bbfa000546db_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:3a7644c1ac089cabd142fc1743b47302eae8528b13d1b038298f2f57cf746326_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4b5ee426703ecb55bf537731c39c69ab7f86316544cfc472ee77fbef7e5680a8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4cb60d36cc3b34b4b1496b74b9b2e68ff152a71d7f957b356311ea811bf05573_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f3f64bd2f70faa654f7134d803efdc032df63fd4ef07c97abd38fc41e625b48d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1b75d96a4cdcc3a37848c5edfe598cb1d99bb3b0707db5e3f62478320eb90f9c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:876fd001172d5151ef99c02826f834ee4db4623b00699a8fb30d6a456a7a8687_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ba8fddfcfe0004287ce58db40c1092f2090b3bbb0810c277066aa2d97799f8b9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:bd9982e951fdc7259571b6d5983ea2cc44402cbea411ae9a6b135692bf5939b2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a7a8d4d8adfd98d3a6e3d37644b33966f2c34ff1e553fbb5140ab9a15563e821_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b26a5a47cde227edb5e7f6e51247a6cd91e13484f6b5f7dc19b62f83b7478361_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ccdd76d6734e3a3cfaa1e432c1508c097478e842fd436672e57ef2563d817e4a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:fee8f3b24b431ac2a5d4fa3d96c90c5e1aa68c08ee8ae9963fee457c98795197_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0e559f5e780f3849e73d7246176059360631d8c4a7db1700f6ba1b6a9e6ae089_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1a376560672f81b7596417591491e71d065e90672ff6ef5d37ed0785e9baab16_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:350a0360dfdc31eccadb0e8b9397d5a3436bb509999034b60e611428eb006cc4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f8b68ae48350a5aa9bdf47a36efbf661190d497ab5a139027a2bf4579d21e095_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5fbe979b3d448e36fac9615ccd96f8583b0d587d46f6b1b3749e85938cb2e510_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8d45dfe709ac701d6eb800b081947d39a855f65c756f31ae47b75be9fec0c260_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ea4fa6caaa81f207f2372c6179c3698e225658387549ba567c232170cacf8570_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8fb972b411085b4551e10adbd419e3cb89754ee5300222cc4fce27cc349513f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:066d438bdfa1626aaa7a0ee5d2e3222724f2f0cf5bc9a189b67fd5358a0a48c0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:747c142608d6f43952d315d7858f57edbd2d9de2d255938dde311ea580a329af_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b2ee2d0e9906ef1581677bd239073c09f93e5b720501e9001926dfe7db34839e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:bf0b42c5e7e51129966a4744bb253b7c336bb88b1f1a562e481f7eeff5428136_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:3e9309d53caaafc9b145f6b7fbbb8879c9f018ef226afe101f6dc7ab02b67856_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:3a558e248efdf5d3111b7d61e8bd471682e7038bd34c4490f8ba69b91b44f36d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1b0981e2ee13869663087d6504e0c0af6f2c56d2ebf81d72b4b7c751bbf6e500_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8073e0be1f7f7523880b30946f1b6868274c070acb97d9da2f5c486db99ea18d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8980be22bddace1adb383fc356975fbf0af9ac8a20bdc95b3303a80fbe296f3d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f4293de50825a003a825306a45612531dafce45b72a91cf4dd455d596a0c60ea_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5bc26795163f03947b3f42a5c8cc52b7fd6eb713a0fa5a1558bfe834c21edc0c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:7f29c85842a34554f06db311ef67ec08d1d947d32b4363d1153d92c8d13c3214_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:92857eb171128909119700c431920f543cbfc89cd06aa98db816a2fcaab321da_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e931e3fe478f8f905855b4516e1ed9b33a161536c447025cd14dd68778c40fa0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:338034a3ce7dff3efafd00fa35b858c23c2ab284f743df414c6cdae455f8801a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f12584b95171f442bb3661c908ee43de70d0400c6273eb4e93325a5f3f167b54_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f37f6568957ab825b08c2ce8fc6b32ad18f5b7bee50b24b1804e70cdb144e5f4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f949249e3847338ce4ae9b94b0d191edd3f316d471f0a9047f97e41e41b7554c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:407286c96b6e9d0ee4e8abec2b06a5dad70fc69820a00deae47cbf3fcdc65a40_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:52294a05713b24485ce6d7d1b867081da2f01dc008b9cd052bf8c4c37839f581_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6693dff44dcfb7e6fe67f5373bb73d84cf401d20640c959375f20a24d31aa697_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f65918214ce906cb5af9a59ece43a36870989c579ac1660a2a58f9536a79d9f9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2ec7076ed08f4ce7a61f95083155b5315acb6004ea4245c70be2763eb0ce9f4e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5a539e39b3aaf61d63f391b6960cdc5746cbb4b0fc07b85a98969f5c9cbcca4e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:93505b057575ff9292e2e96903238708b940a23953a79cf8742c880f1fbc743a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:be43f0ee18b6d56d81a09871c4a30dc2245ba60cf17ff0f1aad10e117f40aac8_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3923e99d803b6dd5bfd2fc957101bef6dd86ba8f6de9e59a849e4c7a02d57e0b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8253bfec4409c9a02be72d7e8d87fe5f4f81c1bc58a294f02dd570debc4f1128_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:851fd20edf32778383c81e3c5b935ec5607a05f8fc569f64e31875b8bbe81d6b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d06d41126ced4841fae74d0437b18e9f1699d285158fb8725a8768a6e9065b79_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4375e44dccb08eb4ecf461f4e8e7e97d617ab5b1c968beb481d5795e6bbf0229_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:75140fa657674afc46d698aea19115a9f60c7765ffff6a0c4ae5ac166c725597_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c1a31ef64ecdd90020d72f323a242b551a6a4a85a4dae309e19f5d8f12d77b54_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c3b1ed110f6b17263484b7fde65642eb349162b206c0b9a2f463bf5eb13273c3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1369aaf62d9d273eef766c42f7015d56152f6b8effc50dc06d75b1bab38a20a5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:47402101d62f418c0f6b8e3c6e2367a8c84f5151a0204f326bf1fdbe983c603d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b519e10d4cb8fd9ad126a36fb864d2f29f7df218ffa1b3b5f222e0befafbe360_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d70f848ab6450690b8329ae367ff2e5a3a5b295c073028dff7cf810104c5be5f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8f8c882873232fd9a00adc69e199f1b4acacffcdbc282280ebb61dfb1e61b875_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9fe79073bdf1745b388fe52bee661394f96ba5c0af585ed8ab4a61724e324777_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b2b91287350dfb474763ca5d332c4765af0c1ff2d7be722e23ea93970add2687_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:bb5f4abfd26a9446eb2f4cb1355bda840ed1006a6233373434378abaf0e617b3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:07ff9687205eee39d9ca211c0bb0c6b1618848e9e74bfbbe793aca67de73fa88_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0ba94d11051416a116cdf516dab74d530a584fe7c4bb1e8d3deb3bde2214e459_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0fe87955631062bc7ce78891b9eb056f899308f8cb8101b3a44f889c1f0c0654_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:786de5dd308c9fa6643aabecea0bc666a9ede6fd2a5ce1cb0d511eac2a19596a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:719989a197c3bb8b8af09e95af49125cd28014fa74c7969f3f3b939223a6743b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:743119e024a9aacd8bd4bf45ab9c14e684ddbe2307d8f965e972ace243f128b1_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:76c523fa10e222690941abc8c5564efee1ec4d309a7d023480b6000a545d655d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a13cc82f7b2053435d5268416686ae2ba89e37b6561e49c7ac395cf3359ca2b0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:98aa0e651302bb73569a0578e6c11a1691eafb5b0aa28dadd714a7b44b498f8f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:9fdce4b5198ae740daa858432221625391f7283bad587e1ebc1220e7b0b4fa28_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b072bc3bdd61164b8076f2799e705ed8e34281b2cdf24d9cf08deb8e697de2a3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:fef5253a6623c30368e9e7e271501adcd9432b96473cf8278a7b81140d287de0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4eecd436b35c9b25eca6975ca9e938c2256fcfeead67e1ff4159d7e36122122c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7e11ca9795aea60b3f0853ffef0fdbf922f4863edd96c50fa85110f36bccced2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c95f8bcd0835611bb90983e96e3b780ccb65bd2bdc7f7554432ea971eac8095b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e497c1834c97590a0c388b58dc823cdff79ab6befd5f2a9bf494b3acc3181eb6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3a7af87b46058334b97531a4b1b5cd5be47e2ade8d74497429529bf0a489b275_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:97313aa4f1c1c9aa51c77a153d0f0eb35cab9711b7f1465b82a636ea44e849ef_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:ba0927ffd76ad6689b808e734038678c91854ca3d0630613094824549f8a150d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cd8feb684b9c70a4ffd7077e19812273f333174a70f7c2b63d57d140d8002382_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0c8bfd6ea4d0729e0ffffac9811b5db2ecf5c40e68ef048ab104f161d2689b74_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4dc7e3242cdcd1d3c1ea5930da7d4e027383149373cb6af0551ed2572eaea0b2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b78827903e5c338d67a4ea2ba10ee67e16482ff00968ba99c27af2b6d50ce202_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c9315d23ab26f6f40e05a5fb1f9f2dbce075244a035b1f16003d1108a7ba36d0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:270b5e756fca54f2dc05f04b6f7b43f7f188153811decbc0b49eb215b11c2372_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5331e8ebfc48f4d2322226b8986dd178f133a52edcfc0a192e89f1785c8d568f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6cfd8c3da57c17ae1c430f2881c66eb0b1c456bbce4a9ada2491b2c873dba985_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa346af0288b5886b5f095d1fa0ceb7715d4333db919ff9d61078f369642cc29_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3403720059bdecff83f784e2fde54d2bebe09223ac6cf99ce2b4c840b9cd4a98_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3f8cb2cffaf6320f14ae09f7e44c965681b395370a156253790764ec9d2a2aca_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a02dde1d0b4f4fbbc4e6f0afd24da1595672f3f290345a4f6e98e11d89854a17_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c4e8ac4fea3c281effed3996a378c2e952a3d3704e47863b2ae6b266d2280920_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:46a0b302273acaf2582d377271b910d9d31ff98744cd8f290583a7bd5579761e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:af0442c88d2b9b93a187010065424798d89aad1d695ba438c815d04d7fcbef04_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:bc7b78f67fa189ba63da9891a1b05694d676a3ed2fa318336fa0850d63815250_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ffe4e64ee1b721aeefd8f1ceee11d225dd69319385e3e70f0bb52f4f40660a45_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:29d5a91b39dc6e72677bdfab50f56860c53e67dab139b464dd571fef9780dc6e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5e6d4e29635ea0b075e402931daf8c384d07ec8660223babfd0df9d572ea6912_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:82555977089a1586dc24154b46be6499607a9d15110e5b48d9a549ee73f3843c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f32c4a07d2b7a14c39db1e5e5752960e46bcda700b292336480c95f359adf0d7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:86b3e656caf1c93ba2bbea00514a17b9d06cb7a6fd5c6746d80ce35f45aa5907_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ba5c8896242125c24e3a7e5698770293a601e9e7f8508465d7b45920cc9ce240_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7de62e540922f1de5f492527d07a8e8f4265d24b577cf2f93415209ccad63912_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bd71e582ef755da7bfeede697b5c2ab29ab9fcea6bfeb14cc8ca168fce5c7bd1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a1e6a736546b54bb2797d85d51b8f2b213fe2f6be6b26bad5b549df9dabf2d01_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:efc7fb9608c2be8c3c65aff302f923241bf8d008bc71c2fbba0d82ffad2b4f2c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:aa63c460867d565b44b2a8e919ba9a0e7fd6717f71588cc5a7e2ad268fe13181_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fe1f1b5d6da2e5ac66c689da49a4c76916533f30ab456c9961a225a5e26cb6ed_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:36fdb2cdf796941fc6638036b3a31048ba0209174c7a62424fb410ae14b1f81c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:65a0b94e9f663f3d73a9696a622ad46c73a5fc793f9dc46ee07fee8ba3bbb443_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8afe2a0c6b1b200201f21b148caaa682bce77cb3b1027f61d4c873e5babb1b30_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9f7c3543e4b1a095399d1219c50f1f5081440ae1605154324d57ba9201aa4fe9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2c0897a842cd7b16b64888568ca65c2a6e473c24b2ba9bc5067d6f1f237885d6_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:432c94d7d5d46ad66348775fa0e1a6c2c142469e8a770db5528a1aa25664c389_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c86c7188163be31c7ab04017bc46ae88707437f804ddf2b5bd5a73ae34f64312_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3f836bb9effeca4dd6a230a4241282d33ed454ebabd84829c41e58db5f24f47_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4632ef8ca0af5a8115f3d9490c2ad9e2e44361f4d0671fa8a3a1006254b173ce_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a7d2d10f5326e2d71551289740eba86d6dd2f12526dc684b1494bdd4228fd8e5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ba876751849dd525a26e70996e7e02092c473bdf386ec4663a54ecf61c4f0d37_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e842cdc56ee7728aa71a7f95eda9777ba229aaf959594e73d998fbb30b7f76b1_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:90331abb869c0c04ca7bb59681cbd957ff54eb0e0265e16368f9fd6ab6937acc_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a02580814c02bec4c1c9b79c4b5a48a5a59caafa60a573f9f99a4a1ca07c6f71_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c197de59c38c060dc8aa099a027922853e4b9dc7e5589ac55c8841dbd44b1367_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ec7a4bcebcc80cbda32227224f64e67cdbc98d3fab95466b55c89755421ea4d2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:223df196f0cc747e52ffae9f3dd03fab2da3c72d5e3b189e3035d4264a08c6c4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:29f3154c0b972730ae9a54bc496bcdf62e9ed348b73d98ca958a265717ccc2a9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5e12029e90adf045a4377f4be2be75c879e57aca7aceffa2aef08aa262ae0f42_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e150a242bffd4437f92000417cad89969fd547b5da514f8586802b99a668bab2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:17752e2fbddeff8e6f43bd354d91f248b4e69d88e80b29b75508fb03b82d92bc_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b1703420b5a67a12f055518b6a23c1d8259dc8a064a1447196f642dd23363806_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b93a134a81af485a0f07dcd6a71c816ed517178826539d0f53b6c45dce87096d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d266a3bfe528e76a8c6ef1700a2016080d084cf6fad2e70efe5ba52ff0dbbc51_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:8c90e9864b3ff53d398f2451254dd3707868b36c6032d8d139cc3ef2cbd9084e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ae6ebf086515376ed35bb432a7f567f7bbb44b8d1b86773fd86daa387c5fb933_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0a0cbb021e13ce9d693eacc4982ece2e8ba4697f5d5571b8d0671d71824fd07_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5271f6452a89fe7907b16f486439f54f0dbcc3d075a70ef446ee4cc62211b1b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0abb949ce9461e5718c1988f57791c7537eb1b3d2184f4b4268fe087e39726d1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1267ac849f67c33155b54409011cd3f0eaa27d5f211703875cfd383d1170ef9e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5082f39df1f143f23f0e587dec5cdb3e3b033ab446a57e7e808c88e6211a1a67_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8fa27bdf891edfb80585e470f09c9d6fa369aa727a3698b936b4818a4b46448f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:017bed02593deb2e9cdfe0f268916e5d1c8cb7a4f1362c6eb3c94050896d7276_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:027baac40981f53c9ec53f5a4241a657929d6289e42a0e5deef617c182b7580e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4bd5b70373a257b1fce20135ff4a4b3e6962eee541c67a0e29ba9a2523d4d4a2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c0b3ed1332b228290882bbff6a1ad6866f5ab2a4586b261949832cdc3bee5797_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:047c270f56b685d5a4e67afe43d2f1ff47829a259be6ff93bfec4864233d4497_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:50a6482667d53de3d7aa2bff6df05ca21e4e9773996afa8b8038721e231deaae_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:653dbef43ed7f531ebf64c9314756be42738f1635a64097c53210ed0b6b0de88_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c4d2741561038e0080204335efc6eee5b6ffd8878553b240dd433fea701e6bab_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:3de609d984e39497dfe119bb8e0ac2d6d823dd894a5c866e5ec87de5b5711e60_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e3a8b252aadb5b32f42009803b56dbeae49a3ddbe9d00aa27569af4747fa403_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ccf49e256cd9c3bb428badab464a17aee485ee1516896f1ade10da11085e843c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e77ce95a84b01b09c5d1e6dbdea8970543aa3a60f9292300beb078d1288bb801_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2ab5fcf7003f4ba3de7656a284b11d6ee05bb02cd0f3532671a8c368f7b15178_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:44241e57d9067223cdd1585db9d699db113931b7a273d207516f60c498570677_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6aaa55450d567e2fa992650c456cdaf5529c5d96fc9984f7e1a4aa9ed6294bf3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f2fa21e8a0e88b25e9037a9c2db4b157ca6fef8b765b36da7dda71bf5a4c4478_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:10bfb59c904103177754f0336f7b7bab676d240480a8213ec42a778bca3f277e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7aa4fdd78ceafdc887a91224614657e86c1e12b72fde68dea4ee5c6e9b610cb6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:e4a365a0516b0c8ef2d1259ec4bdb7f76aa9dc0d3c3cfd5d5b3d34341d349772_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:a06af7a856d5f2416777c1bb1d271c189576e273450b25c6dc5937cd16b8bf8a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:28b8390dae142ea16bb05f6bd95f19b6ab38dd67c341168337ca07fe4f45fe87_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:be6a9bcb97824c91f393af5aac5a146d819ed9893f5a074e146afe18f3a50dc9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e6392d583f97f0932dc01be55534fbb6dd3014f84b745e8bf7583b96ad7a7761_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f30d93c0f244f5ba21807dca912d18d4facf47ceaf43da7efa41b14ee816b71b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0848bdb082bc8dae6bdaa956d2ae36fdeaaac89024822f4bcdffb51da1165fed_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9f9603a2dd344770da433fe8dd50a104d69e80ad463f9cba71b3aabefc4fee61_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ab417553778971822422c6eef94aeb437209fcf88e78188b701d4b2243ac5be7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b9bb7615df3eadf64501f35dcefa829934f330892801cbb86e9f70f5dde236ec_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6bb4c6c64852f2b7ee590a0a60db256d8dd549a4b141fe71d311bf30d0ed88ae_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:837cd26d96a814814145cd0aa0cca672769283c499eec36c457ae432b99a7466_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:956ad866d891e1340f630b9cad6ec73d1fc60d4061d4c63946ed714900388a3b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:9c91591eddbc058f05d052e3178102b28ebd25c2c9cb796fffd5047f5d413d12_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.36 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.36. See the following advisory for the RPM packages for this release:\n\nhttps://access.redhat.com/errata/RHSA-2026:60444\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:60446",
"url": "https://access.redhat.com/errata/RHSA-2026:60446"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-12143",
"url": "https://access.redhat.com/security/cve/CVE-2026-12143"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33814",
"url": "https://access.redhat.com/security/cve/CVE-2026-33814"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-39829",
"url": "https://access.redhat.com/security/cve/CVE-2026-39829"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-43003",
"url": "https://access.redhat.com/security/cve/CVE-2026-43003"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-46597",
"url": "https://access.redhat.com/security/cve/CVE-2026-46597"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-48801",
"url": "https://access.redhat.com/security/cve/CVE-2026-48801"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-54423",
"url": "https://access.redhat.com/security/cve/CVE-2026-54423"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-59869",
"url": "https://access.redhat.com/security/cve/CVE-2026-59869"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-66138",
"url": "https://access.redhat.com/security/cve/CVE-2026-66138"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-73086",
"url": "https://access.redhat.com/security/cve/CVE-2026-73086"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-73566",
"url": "https://access.redhat.com/security/cve/CVE-2026-73566"
},
{
"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_60446.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.20.36 bug fix and security update",
"tracking": {
"current_release_date": "2026-09-06T21:27:55+00:00",
"generator": {
"date": "2026-09-06T21:27:55+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"id": "RHSA-2026:60446",
"initial_release_date": "2026-09-01T13:37:21+00:00",
"revision_history": [
{
"date": "2026-09-01T13:37:21+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-09-04T00:36:24+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-09-06T21:27:55+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:8e245c278c66405066cb31e9d48e97ad9cdb826511bdb1104807d26f896043a2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:8e245c278c66405066cb31e9d48e97ad9cdb826511bdb1104807d26f896043a2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:8e245c278c66405066cb31e9d48e97ad9cdb826511bdb1104807d26f896043a2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/assisted-installer-ui-rhel9@sha256%3A8e245c278c66405066cb31e9d48e97ad9cdb826511bdb1104807d26f896043a2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9\u0026tag=1787735334"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e8c72b610288bdc44492ea0a5c2fd66cfb1673fc06f6bc66831fa84c96f86543_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e8c72b610288bdc44492ea0a5c2fd66cfb1673fc06f6bc66831fa84c96f86543_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e8c72b610288bdc44492ea0a5c2fd66cfb1673fc06f6bc66831fa84c96f86543_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9@sha256%3Ae8c72b610288bdc44492ea0a5c2fd66cfb1673fc06f6bc66831fa84c96f86543?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9\u0026tag=1787736278"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:de9cac5c7ebcf3d43cad87758dd2eb0f4d6480f59bfb4112c224a4497aad9ba7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:de9cac5c7ebcf3d43cad87758dd2eb0f4d6480f59bfb4112c224a4497aad9ba7_amd64",
"product_id": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:de9cac5c7ebcf3d43cad87758dd2eb0f4d6480f59bfb4112c224a4497aad9ba7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-karpenter-provider-aws-rhel9@sha256%3Ade9cac5c7ebcf3d43cad87758dd2eb0f4d6480f59bfb4112c224a4497aad9ba7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9\u0026tag=1787736654"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bd0f90ccaaaa74683b9bb17db0651dfbdfdf8f49adf0ecbaf8e83756d270b590_amd64",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bd0f90ccaaaa74683b9bb17db0651dfbdfdf8f49adf0ecbaf8e83756d270b590_amd64",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bd0f90ccaaaa74683b9bb17db0651dfbdfdf8f49adf0ecbaf8e83756d270b590_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-kms-encryption-provider-rhel9@sha256%3Abd0f90ccaaaa74683b9bb17db0651dfbdfdf8f49adf0ecbaf8e83756d270b590?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9\u0026tag=1787735095"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:634f48a37ef03dee1cc0c0626c32aaebb8f9975b4640ac540f02910bdb3b165d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:634f48a37ef03dee1cc0c0626c32aaebb8f9975b4640ac540f02910bdb3b165d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:634f48a37ef03dee1cc0c0626c32aaebb8f9975b4640ac540f02910bdb3b165d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-rhel9@sha256%3A634f48a37ef03dee1cc0c0626c32aaebb8f9975b4640ac540f02910bdb3b165d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9\u0026tag=1787736348"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:1a29c30f85b9bc858f0c70ca5ed79934494d92849f23baa6c7f26f67ea49c57e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:1a29c30f85b9bc858f0c70ca5ed79934494d92849f23baa6c7f26f67ea49c57e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:1a29c30f85b9bc858f0c70ca5ed79934494d92849f23baa6c7f26f67ea49c57e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-operator-rhel9@sha256%3A1a29c30f85b9bc858f0c70ca5ed79934494d92849f23baa6c7f26f67ea49c57e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9\u0026tag=1787735243"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:040115466e4f525e9f2386d6f8838c51f8e1638eb06cd64f071d4ae027a8fb9c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:040115466e4f525e9f2386d6f8838c51f8e1638eb06cd64f071d4ae027a8fb9c_amd64",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:040115466e4f525e9f2386d6f8838c51f8e1638eb06cd64f071d4ae027a8fb9c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-kms-encryption-provider-rhel9@sha256%3A040115466e4f525e9f2386d6f8838c51f8e1638eb06cd64f071d4ae027a8fb9c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9\u0026tag=1787737396"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:23b0327190559517a3526d2500534542e9a397210cc6f663ac2b313aee902e92_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:23b0327190559517a3526d2500534542e9a397210cc6f663ac2b313aee902e92_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:23b0327190559517a3526d2500534542e9a397210cc6f663ac2b313aee902e92_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-machine-controllers-rhel9@sha256%3A23b0327190559517a3526d2500534542e9a397210cc6f663ac2b313aee902e92?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9\u0026tag=1787736553"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0b4378067622a7584c3be2e5e5d8748a564ae7672cc882bec0c1d6f4f4c28686_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0b4378067622a7584c3be2e5e5d8748a564ae7672cc882bec0c1d6f4f4c28686_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0b4378067622a7584c3be2e5e5d8748a564ae7672cc882bec0c1d6f4f4c28686_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel9@sha256%3A0b4378067622a7584c3be2e5e5d8748a564ae7672cc882bec0c1d6f4f4c28686?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9\u0026tag=1787735428"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:14c55985b9277766e54156139f0949d1e3e5f756ade34512a3d5ea3dfed2c544_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:14c55985b9277766e54156139f0949d1e3e5f756ade34512a3d5ea3dfed2c544_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:14c55985b9277766e54156139f0949d1e3e5f756ade34512a3d5ea3dfed2c544_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel9-operator@sha256%3A14c55985b9277766e54156139f0949d1e3e5f756ade34512a3d5ea3dfed2c544?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator\u0026tag=1787735501"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:91c7fa7b70f2cc82b26ac16f91ea084e15a4f5dc64f254ed878c25dd1170c0a8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:91c7fa7b70f2cc82b26ac16f91ea084e15a4f5dc64f254ed878c25dd1170c0a8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:91c7fa7b70f2cc82b26ac16f91ea084e15a4f5dc64f254ed878c25dd1170c0a8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-rhel9-operator@sha256%3A91c7fa7b70f2cc82b26ac16f91ea084e15a4f5dc64f254ed878c25dd1170c0a8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator\u0026tag=1787735942"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ab506c549b676ad9d8dd179e2ba871a12f2096ca2601ea2a1f2605ccb849dc6c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ab506c549b676ad9d8dd179e2ba871a12f2096ca2601ea2a1f2605ccb849dc6c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ab506c549b676ad9d8dd179e2ba871a12f2096ca2601ea2a1f2605ccb849dc6c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-rhel9-operator@sha256%3Aab506c549b676ad9d8dd179e2ba871a12f2096ca2601ea2a1f2605ccb849dc6c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator\u0026tag=1787735730"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c5e9e59a08d8940e99da6bc568269eaf71ea8db62dbff86a7f6fb5dae861e323_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c5e9e59a08d8940e99da6bc568269eaf71ea8db62dbff86a7f6fb5dae861e323_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c5e9e59a08d8940e99da6bc568269eaf71ea8db62dbff86a7f6fb5dae861e323_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3Ac5e9e59a08d8940e99da6bc568269eaf71ea8db62dbff86a7f6fb5dae861e323?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=1787736931"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:ce306e2cdafabbaa29467e0cdbf316673d17180efb604e683a7fd1ed7181c6f9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:ce306e2cdafabbaa29467e0cdbf316673d17180efb604e683a7fd1ed7181c6f9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:ce306e2cdafabbaa29467e0cdbf316673d17180efb604e683a7fd1ed7181c6f9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-policy-controller-rhel9@sha256%3Ace306e2cdafabbaa29467e0cdbf316673d17180efb604e683a7fd1ed7181c6f9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9\u0026tag=1787735110"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e5b5d4750a3ffe24b1196255d4cfe15b21efd587a41736307ca8e4e61a4936fa_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e5b5d4750a3ffe24b1196255d4cfe15b21efd587a41736307ca8e4e61a4936fa_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e5b5d4750a3ffe24b1196255d4cfe15b21efd587a41736307ca8e4e61a4936fa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-storage-rhel9-operator@sha256%3Ae5b5d4750a3ffe24b1196255d4cfe15b21efd587a41736307ca8e4e61a4936fa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator\u0026tag=1787736910"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d9f2c021c17f1416e01ba31a8823b7a87724fd96d7ec99d494981842b5d452b6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d9f2c021c17f1416e01ba31a8823b7a87724fd96d7ec99d494981842b5d452b6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d9f2c021c17f1416e01ba31a8823b7a87724fd96d7ec99d494981842b5d452b6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-rhel9-operator@sha256%3Ad9f2c021c17f1416e01ba31a8823b7a87724fd96d7ec99d494981842b5d452b6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator\u0026tag=1787736451"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6389373ccb2fbe1b6385ea21dac1c0ca918bf9d3889ad7a738de6be5d7ec4272_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6389373ccb2fbe1b6385ea21dac1c0ca918bf9d3889ad7a738de6be5d7ec4272_amd64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6389373ccb2fbe1b6385ea21dac1c0ca918bf9d3889ad7a738de6be5d7ec4272_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-configmap-reloader-rhel9@sha256%3A6389373ccb2fbe1b6385ea21dac1c0ca918bf9d3889ad7a738de6be5d7ec4272?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-configmap-reloader-rhel9\u0026tag=1787736760"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:633ce875ee7bb08d9bf00cf79738e3e63cd6bf4de2d40fa6860142a301c0968c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:633ce875ee7bb08d9bf00cf79738e3e63cd6bf4de2d40fa6860142a301c0968c_amd64",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:633ce875ee7bb08d9bf00cf79738e3e63cd6bf4de2d40fa6860142a301c0968c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/container-networking-plugins-microshift-rhel9@sha256%3A633ce875ee7bb08d9bf00cf79738e3e63cd6bf4de2d40fa6860142a301c0968c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9\u0026tag=1787736471"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8812fd85c74fd67a95afe09c2ce5e7d592eec1e25fdc6fa331a8bd41bdde0cc6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8812fd85c74fd67a95afe09c2ce5e7d592eec1e25fdc6fa331a8bd41bdde0cc6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8812fd85c74fd67a95afe09c2ce5e7d592eec1e25fdc6fa331a8bd41bdde0cc6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-coredns-rhel9@sha256%3A8812fd85c74fd67a95afe09c2ce5e7d592eec1e25fdc6fa331a8bd41bdde0cc6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-coredns-rhel9\u0026tag=1787735555"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8b67087a584a2d952a6e80572686412cc8ea01f03ec8d70b56cb8a24a0c5a3c0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8b67087a584a2d952a6e80572686412cc8ea01f03ec8d70b56cb8a24a0c5a3c0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8b67087a584a2d952a6e80572686412cc8ea01f03ec8d70b56cb8a24a0c5a3c0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher-rhel9@sha256%3A8b67087a584a2d952a6e80572686412cc8ea01f03ec8d70b56cb8a24a0c5a3c0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9\u0026tag=1787736648"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f069665c66c19d9775b70a31aa7a1069bc653691f6abf106a88b2ceb8c0e1ec6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f069665c66c19d9775b70a31aa7a1069bc653691f6abf106a88b2ceb8c0e1ec6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f069665c66c19d9775b70a31aa7a1069bc653691f6abf106a88b2ceb8c0e1ec6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel9@sha256%3Af069665c66c19d9775b70a31aa7a1069bc653691f6abf106a88b2ceb8c0e1ec6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9\u0026tag=1787735893"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:13bc0d4f7d4508fafca5a3bc61b6449a056e277da131e753c06cbc1bb7781b27_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:13bc0d4f7d4508fafca5a3bc61b6449a056e277da131e753c06cbc1bb7781b27_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:13bc0d4f7d4508fafca5a3bc61b6449a056e277da131e753c06cbc1bb7781b27_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel9-operator@sha256%3A13bc0d4f7d4508fafca5a3bc61b6449a056e277da131e753c06cbc1bb7781b27?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator\u0026tag=1787736312"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:13ef0c0585b01c56b865e029d029a553b458fd2d3d0204eb6dfba1bcaa11ac3c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:13ef0c0585b01c56b865e029d029a553b458fd2d3d0204eb6dfba1bcaa11ac3c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:13ef0c0585b01c56b865e029d029a553b458fd2d3d0204eb6dfba1bcaa11ac3c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-nfs-rhel9@sha256%3A13ef0c0585b01c56b865e029d029a553b458fd2d3d0204eb6dfba1bcaa11ac3c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9\u0026tag=1787735771"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2026fc52aab5a6d7766511080699112f32ae4576108ff95b0eefc5d807a14f25_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2026fc52aab5a6d7766511080699112f32ae4576108ff95b0eefc5d807a14f25_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2026fc52aab5a6d7766511080699112f32ae4576108ff95b0eefc5d807a14f25_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshot-metadata-rhel9@sha256%3A2026fc52aab5a6d7766511080699112f32ae4576108ff95b0eefc5d807a14f25?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9\u0026tag=1787737296"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8799db20cca7be653bae6b8ac5adc1d628094eababe740beb5dbc27e05346872_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8799db20cca7be653bae6b8ac5adc1d628094eababe740beb5dbc27e05346872_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8799db20cca7be653bae6b8ac5adc1d628094eababe740beb5dbc27e05346872_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3A8799db20cca7be653bae6b8ac5adc1d628094eababe740beb5dbc27e05346872?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9\u0026tag=1787736122"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:705f4db2e969d23205de87db1bd7dc8eb1ade64a76940fad950fd1a214dde6e5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:705f4db2e969d23205de87db1bd7dc8eb1ade64a76940fad950fd1a214dde6e5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:705f4db2e969d23205de87db1bd7dc8eb1ade64a76940fad950fd1a214dde6e5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3A705f4db2e969d23205de87db1bd7dc8eb1ade64a76940fad950fd1a214dde6e5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9\u0026tag=1787736010"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6b30b39205367ec985c4a9d948e71d378b9483689c3ea179cd0f2476b9bfaa1c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6b30b39205367ec985c4a9d948e71d378b9483689c3ea179cd0f2476b9bfaa1c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6b30b39205367ec985c4a9d948e71d378b9483689c3ea179cd0f2476b9bfaa1c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3A6b30b39205367ec985c4a9d948e71d378b9483689c3ea179cd0f2476b9bfaa1c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9\u0026tag=1787735721"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:17637f8455e0e17bb3dca34545a26e881cff3e1444af45b9f45c3e282a252bb9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:17637f8455e0e17bb3dca34545a26e881cff3e1444af45b9f45c3e282a252bb9_amd64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:17637f8455e0e17bb3dca34545a26e881cff3e1444af45b9f45c3e282a252bb9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3A17637f8455e0e17bb3dca34545a26e881cff3e1444af45b9f45c3e282a252bb9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=1787736552"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d00a12f6c4e75a2c93bdd135eeb742f42868b0186d9d03f318c885407a17e439_amd64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d00a12f6c4e75a2c93bdd135eeb742f42868b0186d9d03f318c885407a17e439_amd64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d00a12f6c4e75a2c93bdd135eeb742f42868b0186d9d03f318c885407a17e439_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/egress-router-cni-rhel9@sha256%3Ad00a12f6c4e75a2c93bdd135eeb742f42868b0186d9d03f318c885407a17e439?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/egress-router-cni-rhel9\u0026tag=1787737512"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:035d07364444ea963d64515420fa4005adf82c44b575555a074149f67db50567_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:035d07364444ea963d64515420fa4005adf82c44b575555a074149f67db50567_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:035d07364444ea963d64515420fa4005adf82c44b575555a074149f67db50567_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3A035d07364444ea963d64515420fa4005adf82c44b575555a074149f67db50567?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9\u0026tag=1787736285"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e931e3fe478f8f905855b4516e1ed9b33a161536c447025cd14dd68778c40fa0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e931e3fe478f8f905855b4516e1ed9b33a161536c447025cd14dd68778c40fa0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e931e3fe478f8f905855b4516e1ed9b33a161536c447025cd14dd68778c40fa0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-proxy-rhel9@sha256%3Ae931e3fe478f8f905855b4516e1ed9b33a161536c447025cd14dd68778c40fa0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-proxy-rhel9\u0026tag=1787737517"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:432c94d7d5d46ad66348775fa0e1a6c2c142469e8a770db5528a1aa25664c389_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:432c94d7d5d46ad66348775fa0e1a6c2c142469e8a770db5528a1aa25664c389_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:432c94d7d5d46ad66348775fa0e1a6c2c142469e8a770db5528a1aa25664c389_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-alertmanager-rhel9@sha256%3A432c94d7d5d46ad66348775fa0e1a6c2c142469e8a770db5528a1aa25664c389?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9\u0026tag=1787735396"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c197de59c38c060dc8aa099a027922853e4b9dc7e5589ac55c8841dbd44b1367_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c197de59c38c060dc8aa099a027922853e4b9dc7e5589ac55c8841dbd44b1367_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c197de59c38c060dc8aa099a027922853e4b9dc7e5589ac55c8841dbd44b1367_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-node-exporter-rhel9@sha256%3Ac197de59c38c060dc8aa099a027922853e4b9dc7e5589ac55c8841dbd44b1367?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9\u0026tag=1787735398"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:8c90e9864b3ff53d398f2451254dd3707868b36c6032d8d139cc3ef2cbd9084e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:8c90e9864b3ff53d398f2451254dd3707868b36c6032d8d139cc3ef2cbd9084e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:8c90e9864b3ff53d398f2451254dd3707868b36c6032d8d139cc3ef2cbd9084e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9@sha256%3A8c90e9864b3ff53d398f2451254dd3707868b36c6032d8d139cc3ef2cbd9084e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-rhel9\u0026tag=1787736183"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:236fa2dfd935db687e786cf827d88210c2f586d2d1a93e610861995908bf2587_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:236fa2dfd935db687e786cf827d88210c2f586d2d1a93e610861995908bf2587_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:236fa2dfd935db687e786cf827d88210c2f586d2d1a93e610861995908bf2587_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3A236fa2dfd935db687e786cf827d88210c2f586d2d1a93e610861995908bf2587?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel9\u0026tag=1787736745"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3ed82adddc3da003bdb272e2a5df0317abe41512179cba925f65fb5d8f7c2eb3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3ed82adddc3da003bdb272e2a5df0317abe41512179cba925f65fb5d8f7c2eb3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3ed82adddc3da003bdb272e2a5df0317abe41512179cba925f65fb5d8f7c2eb3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-rhel9@sha256%3A3ed82adddc3da003bdb272e2a5df0317abe41512179cba925f65fb5d8f7c2eb3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-rhel9\u0026tag=1787735443"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:fb7f225a9221506e6295f7efdcf44adc33e5b971c470b5835b0ca3c42ee1942c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:fb7f225a9221506e6295f7efdcf44adc33e5b971c470b5835b0ca3c42ee1942c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:fb7f225a9221506e6295f7efdcf44adc33e5b971c470b5835b0ca3c42ee1942c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-agent-rhel9@sha256%3Afb7f225a9221506e6295f7efdcf44adc33e5b971c470b5835b0ca3c42ee1942c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-agent-rhel9\u0026tag=1787735456"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:107c9dcda9632516721c41af941362ccc316d25661bfb13a7c4dcfc2ea4e1c3e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:107c9dcda9632516721c41af941362ccc316d25661bfb13a7c4dcfc2ea4e1c3e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:107c9dcda9632516721c41af941362ccc316d25661bfb13a7c4dcfc2ea4e1c3e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-machine-os-downloader-rhel9@sha256%3A107c9dcda9632516721c41af941362ccc316d25661bfb13a7c4dcfc2ea4e1c3e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9\u0026tag=1787735445"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9533dc6817f01e377ea2ff7e3aa4447d20ab5d016d9145b97e0cb9e758c9a8ff_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9533dc6817f01e377ea2ff7e3aa4447d20ab5d016d9145b97e0cb9e758c9a8ff_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9533dc6817f01e377ea2ff7e3aa4447d20ab5d016d9145b97e0cb9e758c9a8ff_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-static-ip-manager-rhel9@sha256%3A9533dc6817f01e377ea2ff7e3aa4447d20ab5d016d9145b97e0cb9e758c9a8ff?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9\u0026tag=1787735588"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f6d5c31b12c8a1a1e8316f258ccd254bf6bb8e49ae8a175eefcdf0bfc5c6047c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f6d5c31b12c8a1a1e8316f258ccd254bf6bb8e49ae8a175eefcdf0bfc5c6047c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f6d5c31b12c8a1a1e8316f258ccd254bf6bb8e49ae8a175eefcdf0bfc5c6047c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy-rhel9@sha256%3Af6d5c31b12c8a1a1e8316f258ccd254bf6bb8e49ae8a175eefcdf0bfc5c6047c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-proxy-rhel9\u0026tag=1787736728"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3e385fec20235fd68320dd564c68770d91c5c08a864e3de41f3800937d730334_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3e385fec20235fd68320dd564c68770d91c5c08a864e3de41f3800937d730334_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3e385fec20235fd68320dd564c68770d91c5c08a864e3de41f3800937d730334_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-rbac-proxy-rhel9@sha256%3A3e385fec20235fd68320dd564c68770d91c5c08a864e3de41f3800937d730334?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9\u0026tag=1787735628"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c5bddc80f0ba0e391b336de8ead2442d0dff227fdb8aef1874bc3db3101f7048_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c5bddc80f0ba0e391b336de8ead2442d0dff227fdb8aef1874bc3db3101f7048_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c5bddc80f0ba0e391b336de8ead2442d0dff227fdb8aef1874bc3db3101f7048_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-state-metrics-rhel9@sha256%3Ac5bddc80f0ba0e391b336de8ead2442d0dff227fdb8aef1874bc3db3101f7048?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9\u0026tag=1787736811"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b78827903e5c338d67a4ea2ba10ee67e16482ff00968ba99c27af2b6d50ce202_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b78827903e5c338d67a4ea2ba10ee67e16482ff00968ba99c27af2b6d50ce202_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b78827903e5c338d67a4ea2ba10ee67e16482ff00968ba99c27af2b6d50ce202_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-marketplace-rhel9@sha256%3Ab78827903e5c338d67a4ea2ba10ee67e16482ff00968ba99c27af2b6d50ce202?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-marketplace-rhel9\u0026tag=1787737434"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:627c6b73224c3e37181a19cb598ef9a425cddc1d17d97b6c23388ec1345f6a88_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:627c6b73224c3e37181a19cb598ef9a425cddc1d17d97b6c23388ec1345f6a88_amd64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:627c6b73224c3e37181a19cb598ef9a425cddc1d17d97b6c23388ec1345f6a88_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3A627c6b73224c3e37181a19cb598ef9a425cddc1d17d97b6c23388ec1345f6a88?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9\u0026tag=1787736396"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:54d79643f3a191710d1362d665b5c838130f3e51aecf1e27a2cdf66e98a3cb8a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:54d79643f3a191710d1362d665b5c838130f3e51aecf1e27a2cdf66e98a3cb8a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:54d79643f3a191710d1362d665b5c838130f3e51aecf1e27a2cdf66e98a3cb8a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-rhel9@sha256%3A54d79643f3a191710d1362d665b5c838130f3e51aecf1e27a2cdf66e98a3cb8a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni-rhel9\u0026tag=1787735542"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:17afd4ebbc2a5233681d4cc1774fcd70dc932bc10006235b11de8dcce826c2ba_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:17afd4ebbc2a5233681d4cc1774fcd70dc932bc10006235b11de8dcce826c2ba_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:17afd4ebbc2a5233681d4cc1774fcd70dc932bc10006235b11de8dcce826c2ba_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-microshift-rhel9@sha256%3A17afd4ebbc2a5233681d4cc1774fcd70dc932bc10006235b11de8dcce826c2ba?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9\u0026tag=1787736893"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:11c2a1966b0632e85caebc4555e3e2f726277175b27a63a5e854557499e0c28e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:11c2a1966b0632e85caebc4555e3e2f726277175b27a63a5e854557499e0c28e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:11c2a1966b0632e85caebc4555e3e2f726277175b27a63a5e854557499e0c28e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-networkpolicy-rhel9@sha256%3A11c2a1966b0632e85caebc4555e3e2f726277175b27a63a5e854557499e0c28e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9\u0026tag=1787737550"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:747c142608d6f43952d315d7858f57edbd2d9de2d255938dde311ea580a329af_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:747c142608d6f43952d315d7858f57edbd2d9de2d255938dde311ea580a329af_amd64",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:747c142608d6f43952d315d7858f57edbd2d9de2d255938dde311ea580a329af_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-networking-console-plugin-rhel9@sha256%3A747c142608d6f43952d315d7858f57edbd2d9de2d255938dde311ea580a329af?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9\u0026tag=1787735399"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:338034a3ce7dff3efafd00fa35b858c23c2ab284f743df414c6cdae455f8801a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:338034a3ce7dff3efafd00fa35b858c23c2ab284f743df414c6cdae455f8801a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:338034a3ce7dff3efafd00fa35b858c23c2ab284f743df414c6cdae455f8801a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-server-rhel9@sha256%3A338034a3ce7dff3efafd00fa35b858c23c2ab284f743df414c6cdae455f8801a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-server-rhel9\u0026tag=1787735976"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:309b1dd27ce0c7dc332c7141e576642db4aee6076ce50ccc2930e824f02ead2f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:309b1dd27ce0c7dc332c7141e576642db4aee6076ce50ccc2930e824f02ead2f_amd64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:309b1dd27ce0c7dc332c7141e576642db4aee6076ce50ccc2930e824f02ead2f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel9@sha256%3A309b1dd27ce0c7dc332c7141e576642db4aee6076ce50ccc2930e824f02ead2f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/oc-mirror-plugin-rhel9\u0026tag=1787736410"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d1147830f896fd229aadd2b766fbb4c8102b35a8edd4d8bbeef4928d89cdbbfa_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d1147830f896fd229aadd2b766fbb4c8102b35a8edd4d8bbeef4928d89cdbbfa_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d1147830f896fd229aadd2b766fbb4c8102b35a8edd4d8bbeef4928d89cdbbfa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder-rhel9@sha256%3Ad1147830f896fd229aadd2b766fbb4c8102b35a8edd4d8bbeef4928d89cdbbfa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder-rhel9\u0026tag=1787737633"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c593dda5f85469eb4ded8cb6c4738069d48a144823a070b83b58ba7772ba0e90_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c593dda5f85469eb4ded8cb6c4738069d48a144823a070b83b58ba7772ba0e90_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c593dda5f85469eb4ded8cb6c4738069d48a144823a070b83b58ba7772ba0e90_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-rhel9@sha256%3Ac593dda5f85469eb4ded8cb6c4738069d48a144823a070b83b58ba7772ba0e90?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cli-rhel9\u0026tag=1787735982"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:3d9fbc97d13987f28ca76b3e238b540492eddef0f302c2dd958c1b0d05e10941_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:3d9fbc97d13987f28ca76b3e238b540492eddef0f302c2dd958c1b0d05e10941_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:3d9fbc97d13987f28ca76b3e238b540492eddef0f302c2dd958c1b0d05e10941_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3A3d9fbc97d13987f28ca76b3e238b540492eddef0f302c2dd958c1b0d05e10941?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9\u0026tag=1787737695"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a2d247eb696c80e02bc8c1873e8ee0fb71a1e5ad6cf5cd84bdf504f4fe17cb10_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a2d247eb696c80e02bc8c1873e8ee0fb71a1e5ad6cf5cd84bdf504f4fe17cb10_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a2d247eb696c80e02bc8c1873e8ee0fb71a1e5ad6cf5cd84bdf504f4fe17cb10_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9-operator@sha256%3Aa2d247eb696c80e02bc8c1873e8ee0fb71a1e5ad6cf5cd84bdf504f4fe17cb10?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9-operator\u0026tag=1787737011"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fcfbae71f81307789bec93987c4523700c191a66663ce53e4009c5e0a8627826_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fcfbae71f81307789bec93987c4523700c191a66663ce53e4009c5e0a8627826_amd64",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fcfbae71f81307789bec93987c4523700c191a66663ce53e4009c5e0a8627826_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-deployer-rhel9@sha256%3Afcfbae71f81307789bec93987c4523700c191a66663ce53e4009c5e0a8627826?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-deployer-rhel9\u0026tag=1787737581"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e704c70226ec4986c16166ba1ca54b908d1b6d9ddd47640bd5ab6d292f977508_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e704c70226ec4986c16166ba1ca54b908d1b6d9ddd47640bd5ab6d292f977508_amd64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e704c70226ec4986c16166ba1ca54b908d1b6d9ddd47640bd5ab6d292f977508_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-haproxy-router-rhel9@sha256%3Ae704c70226ec4986c16166ba1ca54b908d1b6d9ddd47640bd5ab6d292f977508?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-haproxy-router-rhel9\u0026tag=1787737677"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c5c52612378ce1f2577314e5723642237c9a361506c448ca80d2a0b56666a1f3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c5c52612378ce1f2577314e5723642237c9a361506c448ca80d2a0b56666a1f3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c5c52612378ce1f2577314e5723642237c9a361506c448ca80d2a0b56666a1f3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube-rhel9@sha256%3Ac5c52612378ce1f2577314e5723642237c9a361506c448ca80d2a0b56666a1f3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube-rhel9\u0026tag=1787736257"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9de0bd8cb41c5324718c8d8f275c612c0bfd13b322225455a1142dc76bff0a01_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9de0bd8cb41c5324718c8d8f275c612c0bfd13b322225455a1142dc76bff0a01_amd64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9de0bd8cb41c5324718c8d8f275c612c0bfd13b322225455a1142dc76bff0a01_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover-rhel9@sha256%3A9de0bd8cb41c5324718c8d8f275c612c0bfd13b322225455a1142dc76bff0a01?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9\u0026tag=1787736927"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f32c4a07d2b7a14c39db1e5e5752960e46bcda700b292336480c95f359adf0d7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f32c4a07d2b7a14c39db1e5e5752960e46bcda700b292336480c95f359adf0d7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f32c4a07d2b7a14c39db1e5e5752960e46bcda700b292336480c95f359adf0d7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod-rhel9@sha256%3Af32c4a07d2b7a14c39db1e5e5752960e46bcda700b292336480c95f359adf0d7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-pod-rhel9\u0026tag=1787736197"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:b3780d23a2c384ecef73c806cb20d7f97bcd11c12b6392c781c0deb7ceb55df8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:b3780d23a2c384ecef73c806cb20d7f97bcd11c12b6392c781c0deb7ceb55df8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:b3780d23a2c384ecef73c806cb20d7f97bcd11c12b6392c781c0deb7ceb55df8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry-rhel9@sha256%3Ab3780d23a2c384ecef73c806cb20d7f97bcd11c12b6392c781c0deb7ceb55df8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-registry-rhel9\u0026tag=1787737097"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:047c270f56b685d5a4e67afe43d2f1ff47829a259be6ff93bfec4864233d4497_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:047c270f56b685d5a4e67afe43d2f1ff47829a259be6ff93bfec4864233d4497_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:047c270f56b685d5a4e67afe43d2f1ff47829a259be6ff93bfec4864233d4497_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests-rhel9@sha256%3A047c270f56b685d5a4e67afe43d2f1ff47829a259be6ff93bfec4864233d4497?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-tests-rhel9\u0026tag=1787737933"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:47402101d62f418c0f6b8e3c6e2367a8c84f5151a0204f326bf1fdbe983c603d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:47402101d62f418c0f6b8e3c6e2367a8c84f5151a0204f326bf1fdbe983c603d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:47402101d62f418c0f6b8e3c6e2367a8c84f5151a0204f326bf1fdbe983c603d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-state-metrics-rhel9@sha256%3A47402101d62f418c0f6b8e3c6e2367a8c84f5151a0204f326bf1fdbe983c603d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9\u0026tag=1787735113"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:98aa0e651302bb73569a0578e6c11a1691eafb5b0aa28dadd714a7b44b498f8f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:98aa0e651302bb73569a0578e6c11a1691eafb5b0aa28dadd714a7b44b498f8f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:98aa0e651302bb73569a0578e6c11a1691eafb5b0aa28dadd714a7b44b498f8f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cluster-api-controllers-rhel9@sha256%3A98aa0e651302bb73569a0578e6c11a1691eafb5b0aa28dadd714a7b44b498f8f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9\u0026tag=1787737203"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ae4714025025642ff5d9e250a4715b01d933487fa8bf4eaf82629ebd6d4c8702_amd64",
"product": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ae4714025025642ff5d9e250a4715b01d933487fa8bf4eaf82629ebd6d4c8702_amd64",
"product_id": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ae4714025025642ff5d9e250a4715b01d933487fa8bf4eaf82629ebd6d4c8702_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openstack-resource-controller-rhel9@sha256%3Aae4714025025642ff5d9e250a4715b01d933487fa8bf4eaf82629ebd6d4c8702?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/openstack-resource-controller-rhel9\u0026tag=1787736891"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:97313aa4f1c1c9aa51c77a153d0f0eb35cab9711b7f1465b82a636ea44e849ef_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:97313aa4f1c1c9aa51c77a153d0f0eb35cab9711b7f1465b82a636ea44e849ef_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:97313aa4f1c1c9aa51c77a153d0f0eb35cab9711b7f1465b82a636ea44e849ef_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager-rhel9@sha256%3A97313aa4f1c1c9aa51c77a153d0f0eb35cab9711b7f1465b82a636ea44e849ef?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9\u0026tag=1787737122"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:270b5e756fca54f2dc05f04b6f7b43f7f188153811decbc0b49eb215b11c2372_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:270b5e756fca54f2dc05f04b6f7b43f7f188153811decbc0b49eb215b11c2372_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:270b5e756fca54f2dc05f04b6f7b43f7f188153811decbc0b49eb215b11c2372_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry-rhel9@sha256%3A270b5e756fca54f2dc05f04b6f7b43f7f188153811decbc0b49eb215b11c2372?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry-rhel9\u0026tag=1787735664"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bfc663a0ca81dedf849e89b91feb3fe0af97932fe8a8fc711d7ab85b6cbdcc84_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bfc663a0ca81dedf849e89b91feb3fe0af97932fe8a8fc711d7ab85b6cbdcc84_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bfc663a0ca81dedf849e89b91feb3fe0af97932fe8a8fc711d7ab85b6cbdcc84_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel9@sha256%3Abfc663a0ca81dedf849e89b91feb3fe0af97932fe8a8fc711d7ab85b6cbdcc84?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9\u0026tag=1787736656"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:28b1c9ee4102140998781ebef22f269316d8c2be2254c10b4d7151dffb0d37be_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:28b1c9ee4102140998781ebef22f269316d8c2be2254c10b4d7151dffb0d37be_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:28b1c9ee4102140998781ebef22f269316d8c2be2254c10b4d7151dffb0d37be_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-csr-approver-rhel9@sha256%3A28b1c9ee4102140998781ebef22f269316d8c2be2254c10b4d7151dffb0d37be?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9\u0026tag=1787737106"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fbfa9ada74c4875985fc4bb8366d21eb5275a52953d44bc6bc740d48edeab5b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fbfa9ada74c4875985fc4bb8366d21eb5275a52953d44bc6bc740d48edeab5b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fbfa9ada74c4875985fc4bb8366d21eb5275a52953d44bc6bc740d48edeab5b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel9@sha256%3A7fbfa9ada74c4875985fc4bb8366d21eb5275a52953d44bc6bc740d48edeab5b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9\u0026tag=1787735328"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a884f443877c7a3c0b32dc60a79e1bcbe89036549da7a8aa4608ee2ac6460765_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a884f443877c7a3c0b32dc60a79e1bcbe89036549da7a8aa4608ee2ac6460765_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a884f443877c7a3c0b32dc60a79e1bcbe89036549da7a8aa4608ee2ac6460765_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-orchestrator-rhel9@sha256%3Aa884f443877c7a3c0b32dc60a79e1bcbe89036549da7a8aa4608ee2ac6460765?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9\u0026tag=1787736525"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5d06442daad2c126259fa5d594b53329e386f560b77a475ccb0cc37148644a5e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5d06442daad2c126259fa5d594b53329e386f560b77a475ccb0cc37148644a5e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5d06442daad2c126259fa5d594b53329e386f560b77a475ccb0cc37148644a5e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-utils-rhel9@sha256%3A5d06442daad2c126259fa5d594b53329e386f560b77a475ccb0cc37148644a5e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9\u0026tag=1787737254"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:bcac50d10432ecdb8bfe2b465ba75889248ee8595f23c5243d023ac2a336f3b9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:bcac50d10432ecdb8bfe2b465ba75889248ee8595f23c5243d023ac2a336f3b9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:bcac50d10432ecdb8bfe2b465ba75889248ee8595f23c5243d023ac2a336f3b9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-apiserver-network-proxy-rhel9@sha256%3Abcac50d10432ecdb8bfe2b465ba75889248ee8595f23c5243d023ac2a336f3b9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9\u0026tag=1787736920"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3cf2d6f464e6a2fe5b4a8cf66690b3237aefef0c825a687a548f81336507cfb8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3cf2d6f464e6a2fe5b4a8cf66690b3237aefef0c825a687a548f81336507cfb8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3cf2d6f464e6a2fe5b4a8cf66690b3237aefef0c825a687a548f81336507cfb8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cloud-controller-manager-rhel9@sha256%3A3cf2d6f464e6a2fe5b4a8cf66690b3237aefef0c825a687a548f81336507cfb8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9\u0026tag=1787735514"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a20ecaad93b15b869fb321c7503adcddfe1f0f5eb3f0f6427bd363234010853c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a20ecaad93b15b869fb321c7503adcddfe1f0f5eb3f0f6427bd363234010853c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a20ecaad93b15b869fb321c7503adcddfe1f0f5eb3f0f6427bd363234010853c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cluster-api-controllers-rhel9@sha256%3Aa20ecaad93b15b869fb321c7503adcddfe1f0f5eb3f0f6427bd363234010853c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9\u0026tag=1787735365"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:49026487ee6722c3d438c05c1c181a36d14eca2f0d8debee48e4a02db0486145_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:49026487ee6722c3d438c05c1c181a36d14eca2f0d8debee48e4a02db0486145_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:49026487ee6722c3d438c05c1c181a36d14eca2f0d8debee48e4a02db0486145_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel9@sha256%3A49026487ee6722c3d438c05c1c181a36d14eca2f0d8debee48e4a02db0486145?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9\u0026tag=1787735292"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:a95676fb6c1cc1b20cbb758a7c9fd34e82b3e114b81b5c17f47ef303feca3d51_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:a95676fb6c1cc1b20cbb758a7c9fd34e82b3e114b81b5c17f47ef303feca3d51_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:a95676fb6c1cc1b20cbb758a7c9fd34e82b3e114b81b5c17f47ef303feca3d51_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3Aa95676fb6c1cc1b20cbb758a7c9fd34e82b3e114b81b5c17f47ef303feca3d51?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator\u0026tag=1787735173"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1bb56a1a194ba6f64edcdeae267fecec590c14c85431ba62ee8c6b5744da3a47_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1bb56a1a194ba6f64edcdeae267fecec590c14c85431ba62ee8c6b5744da3a47_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1bb56a1a194ba6f64edcdeae267fecec590c14c85431ba62ee8c6b5744da3a47_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-pod-identity-webhook-rhel9@sha256%3A1bb56a1a194ba6f64edcdeae267fecec590c14c85431ba62ee8c6b5744da3a47?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9\u0026tag=1787735273"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bf8d63c933996abf39eab9406b3061bee014d766a58f4e27a56413652d319a47_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bf8d63c933996abf39eab9406b3061bee014d766a58f4e27a56413652d319a47_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bf8d63c933996abf39eab9406b3061bee014d766a58f4e27a56413652d319a47_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cloud-controller-manager-rhel9@sha256%3Abf8d63c933996abf39eab9406b3061bee014d766a58f4e27a56413652d319a47?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9\u0026tag=1787735431"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:4a5021268b1ab163318270fc9ef07afa8a29f288c95ea69700c4bf46f88e85cd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:4a5021268b1ab163318270fc9ef07afa8a29f288c95ea69700c4bf46f88e85cd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:4a5021268b1ab163318270fc9ef07afa8a29f288c95ea69700c4bf46f88e85cd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cloud-node-manager-rhel9@sha256%3A4a5021268b1ab163318270fc9ef07afa8a29f288c95ea69700c4bf46f88e85cd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9\u0026tag=1787735568"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:00148cec706fce87b240d38dcc91434f3c167052d5860d42ca9057e24c3f35eb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:00148cec706fce87b240d38dcc91434f3c167052d5860d42ca9057e24c3f35eb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:00148cec706fce87b240d38dcc91434f3c167052d5860d42ca9057e24c3f35eb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cluster-api-controllers-rhel9@sha256%3A00148cec706fce87b240d38dcc91434f3c167052d5860d42ca9057e24c3f35eb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9\u0026tag=1787735352"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d5e665b41152b8363b4b15973a7b86365bb2c047366aa69bef7e1c499cf4fd3d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d5e665b41152b8363b4b15973a7b86365bb2c047366aa69bef7e1c499cf4fd3d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d5e665b41152b8363b4b15973a7b86365bb2c047366aa69bef7e1c499cf4fd3d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel9@sha256%3Ad5e665b41152b8363b4b15973a7b86365bb2c047366aa69bef7e1c499cf4fd3d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9\u0026tag=1787735401"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:a64777ab69af6f2b6cf4b78e5a00148e98353748946991c0a6da7eba76b442dc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:a64777ab69af6f2b6cf4b78e5a00148e98353748946991c0a6da7eba76b442dc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:a64777ab69af6f2b6cf4b78e5a00148e98353748946991c0a6da7eba76b442dc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel9-operator@sha256%3Aa64777ab69af6f2b6cf4b78e5a00148e98353748946991c0a6da7eba76b442dc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator\u0026tag=1787735590"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:50f602354dcb223759d781cb057b4081a424d6a509178b10674358cc8dba41e8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:50f602354dcb223759d781cb057b4081a424d6a509178b10674358cc8dba41e8_amd64",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:50f602354dcb223759d781cb057b4081a424d6a509178b10674358cc8dba41e8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-service-rhel9-operator@sha256%3A50f602354dcb223759d781cb057b4081a424d6a509178b10674358cc8dba41e8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/azure-service-rhel9-operator\u0026tag=1787736819"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:01ac79392fa7a265608b75458534bafb6e5d350f2e8536bb9de48566c685841e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:01ac79392fa7a265608b75458534bafb6e5d350f2e8536bb9de48566c685841e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:01ac79392fa7a265608b75458534bafb6e5d350f2e8536bb9de48566c685841e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-workload-identity-webhook-rhel9@sha256%3A01ac79392fa7a265608b75458534bafb6e5d350f2e8536bb9de48566c685841e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9\u0026tag=1787735201"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f799d506fc4087aac0eb4b2c2d6c8e511b598c6b3cdb1ba5ee470b787759fd8f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f799d506fc4087aac0eb4b2c2d6c8e511b598c6b3cdb1ba5ee470b787759fd8f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f799d506fc4087aac0eb4b2c2d6c8e511b598c6b3cdb1ba5ee470b787759fd8f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-cluster-api-controllers-rhel9@sha256%3Af799d506fc4087aac0eb4b2c2d6c8e511b598c6b3cdb1ba5ee470b787759fd8f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9\u0026tag=1787736352"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:061d1b86afedd409ad4947a8ae59064f0fa92360cc82f640cf124776753ea3bc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:061d1b86afedd409ad4947a8ae59064f0fa92360cc82f640cf124776753ea3bc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:061d1b86afedd409ad4947a8ae59064f0fa92360cc82f640cf124776753ea3bc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel9@sha256%3A061d1b86afedd409ad4947a8ae59064f0fa92360cc82f640cf124776753ea3bc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel9\u0026tag=1787738601"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6d54aaf9249113e5be1b6a87bf439ae778918533077a41ee9442396cda4d2642_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6d54aaf9249113e5be1b6a87bf439ae778918533077a41ee9442396cda4d2642_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6d54aaf9249113e5be1b6a87bf439ae778918533077a41ee9442396cda4d2642_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-rhel9-operator@sha256%3A6d54aaf9249113e5be1b6a87bf439ae778918533077a41ee9442396cda4d2642?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-rhel9-operator\u0026tag=1787736333"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6b3fc95809e8ab1be94de33cb375207b4302f93dbfd51f2a67228025c1e304fe_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6b3fc95809e8ab1be94de33cb375207b4302f93dbfd51f2a67228025c1e304fe_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6b3fc95809e8ab1be94de33cb375207b4302f93dbfd51f2a67228025c1e304fe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-artifacts-rhel9@sha256%3A6b3fc95809e8ab1be94de33cb375207b4302f93dbfd51f2a67228025c1e304fe?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9\u0026tag=1787737716"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:32e93e986bbf92dd3a3e09f9c76bed29334b5cf794e18b843f81522ccf43697b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:32e93e986bbf92dd3a3e09f9c76bed29334b5cf794e18b843f81522ccf43697b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:32e93e986bbf92dd3a3e09f9c76bed29334b5cf794e18b843f81522ccf43697b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-credential-rhel9-operator@sha256%3A32e93e986bbf92dd3a3e09f9c76bed29334b5cf794e18b843f81522ccf43697b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator\u0026tag=1787737036"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f9bb9a184319c9fef278d3c6705f56cfc592c844f5c458bd20bcdc07c4230982_amd64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f9bb9a184319c9fef278d3c6705f56cfc592c844f5c458bd20bcdc07c4230982_amd64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f9bb9a184319c9fef278d3c6705f56cfc592c844f5c458bd20bcdc07c4230982_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-network-config-controller-rhel9@sha256%3Af9bb9a184319c9fef278d3c6705f56cfc592c844f5c458bd20bcdc07c4230982?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/cloud-network-config-controller-rhel9\u0026tag=1787736217"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6029166a01da021523fc720ad70fc59f449684e577f9f5a36e0e759a39d0a28e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6029166a01da021523fc720ad70fc59f449684e577f9f5a36e0e759a39d0a28e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6029166a01da021523fc720ad70fc59f449684e577f9f5a36e0e759a39d0a28e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-api-rhel9@sha256%3A6029166a01da021523fc720ad70fc59f449684e577f9f5a36e0e759a39d0a28e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-api-rhel9\u0026tag=1787735297"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bac1799b133fd829b35ac619a25a272301816494e83be5a251f78a50e7fb2f88_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bac1799b133fd829b35ac619a25a272301816494e83be5a251f78a50e7fb2f88_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bac1799b133fd829b35ac619a25a272301816494e83be5a251f78a50e7fb2f88_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-rhel9-operator@sha256%3Abac1799b133fd829b35ac619a25a272301816494e83be5a251f78a50e7fb2f88?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator\u0026tag=1787735992"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e5a5e4c1a01ff3f5d694ca26dd248533fd463c85374c25ce1a9f4b7a60deafc1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e5a5e4c1a01ff3f5d694ca26dd248533fd463c85374c25ce1a9f4b7a60deafc1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e5a5e4c1a01ff3f5d694ca26dd248533fd463c85374c25ce1a9f4b7a60deafc1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9-operator@sha256%3Ae5a5e4c1a01ff3f5d694ca26dd248533fd463c85374c25ce1a9f4b7a60deafc1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator\u0026tag=1787737222"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:705d146d458883660aa0b673a651d05d1d1ad73bafad91e84755118b82092ae7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:705d146d458883660aa0b673a651d05d1d1ad73bafad91e84755118b82092ae7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:705d146d458883660aa0b673a651d05d1d1ad73bafad91e84755118b82092ae7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel9@sha256%3A705d146d458883660aa0b673a651d05d1d1ad73bafad91e84755118b82092ae7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9\u0026tag=1787737031"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ec7b6b83c8e934b66505e8051e183fbaac54e78abae5ae99077d4e5e163b4529_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ec7b6b83c8e934b66505e8051e183fbaac54e78abae5ae99077d4e5e163b4529_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ec7b6b83c8e934b66505e8051e183fbaac54e78abae5ae99077d4e5e163b4529_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-bootstrap-rhel9@sha256%3Aec7b6b83c8e934b66505e8051e183fbaac54e78abae5ae99077d4e5e163b4529?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9\u0026tag=1787736288"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1f15641123321a662f676a46a24f6c8066bba6e3730a3c0d0eca3ff8e548de23_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1f15641123321a662f676a46a24f6c8066bba6e3730a3c0d0eca3ff8e548de23_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1f15641123321a662f676a46a24f6c8066bba6e3730a3c0d0eca3ff8e548de23_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-rhel9-operator@sha256%3A1f15641123321a662f676a46a24f6c8066bba6e3730a3c0d0eca3ff8e548de23?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator\u0026tag=1787736246"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bfbcd3f502bf336124261fbe51f19e7a4cb9e9132e07da62354699b30cf6ed24_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bfbcd3f502bf336124261fbe51f19e7a4cb9e9132e07da62354699b30cf6ed24_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bfbcd3f502bf336124261fbe51f19e7a4cb9e9132e07da62354699b30cf6ed24_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3Abfbcd3f502bf336124261fbe51f19e7a4cb9e9132e07da62354699b30cf6ed24?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator\u0026tag=1787735338"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:175fd0386d9a4e064fa760f23ecfb45ac6ae3500e5a50acac0660d06e5b7ecb9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:175fd0386d9a4e064fa760f23ecfb45ac6ae3500e5a50acac0660d06e5b7ecb9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:175fd0386d9a4e064fa760f23ecfb45ac6ae3500e5a50acac0660d06e5b7ecb9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-api-rhel9@sha256%3A175fd0386d9a4e064fa760f23ecfb45ac6ae3500e5a50acac0660d06e5b7ecb9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-api-rhel9\u0026tag=1787737003"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49c32ab1927e0969508b906c14aafcbc64e6eff7680b9a10812eca4f17787921_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49c32ab1927e0969508b906c14aafcbc64e6eff7680b9a10812eca4f17787921_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49c32ab1927e0969508b906c14aafcbc64e6eff7680b9a10812eca4f17787921_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-rhel9-operator@sha256%3A49c32ab1927e0969508b906c14aafcbc64e6eff7680b9a10812eca4f17787921?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator\u0026tag=1787736189"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e202635a4a52be92b47960bd8ced28634111416b220cca5fa7f86373ecd1210a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e202635a4a52be92b47960bd8ced28634111416b220cca5fa7f86373ecd1210a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e202635a4a52be92b47960bd8ced28634111416b220cca5fa7f86373ecd1210a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3Ae202635a4a52be92b47960bd8ced28634111416b220cca5fa7f86373ecd1210a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator\u0026tag=1787735400"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e132f6b0a6b4e2dc63561c1ebaa0bd9fc669a835b0c22b0d56599e3da870231_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e132f6b0a6b4e2dc63561c1ebaa0bd9fc669a835b0c22b0d56599e3da870231_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e132f6b0a6b4e2dc63561c1ebaa0bd9fc669a835b0c22b0d56599e3da870231_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A4e132f6b0a6b4e2dc63561c1ebaa0bd9fc669a835b0c22b0d56599e3da870231?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator\u0026tag=1787736232"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4bc11f6ad7c3e9c99e708f7ef5a01b4faedc8eb5d2de5b0cbed502395958555f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4bc11f6ad7c3e9c99e708f7ef5a01b4faedc8eb5d2de5b0cbed502395958555f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4bc11f6ad7c3e9c99e708f7ef5a01b4faedc8eb5d2de5b0cbed502395958555f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-dns-rhel9-operator@sha256%3A4bc11f6ad7c3e9c99e708f7ef5a01b4faedc8eb5d2de5b0cbed502395958555f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator\u0026tag=1787737078"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a168025d531f20656997ae845a4930919d6805b7f9374c40f7835a93aaa46b27_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a168025d531f20656997ae845a4930919d6805b7f9374c40f7835a93aaa46b27_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a168025d531f20656997ae845a4930919d6805b7f9374c40f7835a93aaa46b27_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-image-registry-rhel9-operator@sha256%3Aa168025d531f20656997ae845a4930919d6805b7f9374c40f7835a93aaa46b27?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator\u0026tag=1787736244"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:09319f1dcbe090d9677a43249810dfe5b3eb165aa3f8b473417e0913649b1556_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:09319f1dcbe090d9677a43249810dfe5b3eb165aa3f8b473417e0913649b1556_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:09319f1dcbe090d9677a43249810dfe5b3eb165aa3f8b473417e0913649b1556_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-rhel9-operator@sha256%3A09319f1dcbe090d9677a43249810dfe5b3eb165aa3f8b473417e0913649b1556?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator\u0026tag=1787737526"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3e1a80763f76f622b5ffcdb35bf2dc20ce1e9c06c4f5f6bf0ae06b04134733b6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3e1a80763f76f622b5ffcdb35bf2dc20ce1e9c06c4f5f6bf0ae06b04134733b6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3e1a80763f76f622b5ffcdb35bf2dc20ce1e9c06c4f5f6bf0ae06b04134733b6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A3e1a80763f76f622b5ffcdb35bf2dc20ce1e9c06c4f5f6bf0ae06b04134733b6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator\u0026tag=1787737208"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:62ba53e306331c1b20cad27ec31cf59687218f4bd5908ed7e9034559ded04b54_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:62ba53e306331c1b20cad27ec31cf59687218f4bd5908ed7e9034559ded04b54_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:62ba53e306331c1b20cad27ec31cf59687218f4bd5908ed7e9034559ded04b54_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A62ba53e306331c1b20cad27ec31cf59687218f4bd5908ed7e9034559ded04b54?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator\u0026tag=1787735161"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:445fdec85c2510c8a45b2a830ead87136bbb80bb9244987b4d6ffa5858931926_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:445fdec85c2510c8a45b2a830ead87136bbb80bb9244987b4d6ffa5858931926_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:445fdec85c2510c8a45b2a830ead87136bbb80bb9244987b4d6ffa5858931926_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A445fdec85c2510c8a45b2a830ead87136bbb80bb9244987b4d6ffa5858931926?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator\u0026tag=1787736220"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a178a796ca9d32ac59faa5eb9a6aea30f1aec65d88f89080f57ed519a7983f05_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a178a796ca9d32ac59faa5eb9a6aea30f1aec65d88f89080f57ed519a7983f05_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a178a796ca9d32ac59faa5eb9a6aea30f1aec65d88f89080f57ed519a7983f05_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-scheduler-rhel9-operator@sha256%3Aa178a796ca9d32ac59faa5eb9a6aea30f1aec65d88f89080f57ed519a7983f05?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator\u0026tag=1787737520"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4b9510fdfb45d2561927843dbd7ed869e2f67d9636e59dfd0c3ee640d9fc601c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4b9510fdfb45d2561927843dbd7ed869e2f67d9636e59dfd0c3ee640d9fc601c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4b9510fdfb45d2561927843dbd7ed869e2f67d9636e59dfd0c3ee640d9fc601c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A4b9510fdfb45d2561927843dbd7ed869e2f67d9636e59dfd0c3ee640d9fc601c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator\u0026tag=1787735100"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:266bd8400632ac70fc6584e4bb2850ebcee7027ff7899acbeca612c6556302a4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:266bd8400632ac70fc6584e4bb2850ebcee7027ff7899acbeca612c6556302a4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:266bd8400632ac70fc6584e4bb2850ebcee7027ff7899acbeca612c6556302a4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-machine-approver-rhel9@sha256%3A266bd8400632ac70fc6584e4bb2850ebcee7027ff7899acbeca612c6556302a4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9\u0026tag=1787737126"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3c5078d135089e1548b4dec49b7e78658279e42a72792a988447662534b6516e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3c5078d135089e1548b4dec49b7e78658279e42a72792a988447662534b6516e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3c5078d135089e1548b4dec49b7e78658279e42a72792a988447662534b6516e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-olm-rhel9-operator@sha256%3A3c5078d135089e1548b4dec49b7e78658279e42a72792a988447662534b6516e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator\u0026tag=1787737072"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:61283f1fff1f8ec53563012a5b1fb5a48831f0a220d3676b512f5a60b331e849_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:61283f1fff1f8ec53563012a5b1fb5a48831f0a220d3676b512f5a60b331e849_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:61283f1fff1f8ec53563012a5b1fb5a48831f0a220d3676b512f5a60b331e849_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A61283f1fff1f8ec53563012a5b1fb5a48831f0a220d3676b512f5a60b331e849?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator\u0026tag=1787735753"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7be4c5ff86b0e939ee9f22156812fb98d2f96c1eb4567ca8a6a01ea3aa735dcb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7be4c5ff86b0e939ee9f22156812fb98d2f96c1eb4567ca8a6a01ea3aa735dcb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7be4c5ff86b0e939ee9f22156812fb98d2f96c1eb4567ca8a6a01ea3aa735dcb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A7be4c5ff86b0e939ee9f22156812fb98d2f96c1eb4567ca8a6a01ea3aa735dcb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator\u0026tag=1787737246"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f30d93c0f244f5ba21807dca912d18d4facf47ceaf43da7efa41b14ee816b71b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f30d93c0f244f5ba21807dca912d18d4facf47ceaf43da7efa41b14ee816b71b_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f30d93c0f244f5ba21807dca912d18d4facf47ceaf43da7efa41b14ee816b71b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9-operator@sha256%3Af30d93c0f244f5ba21807dca912d18d4facf47ceaf43da7efa41b14ee816b71b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator\u0026tag=1787735104"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:04d418560f90c35b42be67886632615d62dc89cd37fcccb6e247212b535fbb7f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:04d418560f90c35b42be67886632615d62dc89cd37fcccb6e247212b535fbb7f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:04d418560f90c35b42be67886632615d62dc89cd37fcccb6e247212b535fbb7f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-samples-rhel9-operator@sha256%3A04d418560f90c35b42be67886632615d62dc89cd37fcccb6e247212b535fbb7f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator\u0026tag=1787735122"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ae056c9c8e0cdc6519ac1a9542781cd54ac2ac8881f513e965b57ce7d1e5ef2b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ae056c9c8e0cdc6519ac1a9542781cd54ac2ac8881f513e965b57ce7d1e5ef2b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ae056c9c8e0cdc6519ac1a9542781cd54ac2ac8881f513e965b57ce7d1e5ef2b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-update-keys-rhel9@sha256%3Aae056c9c8e0cdc6519ac1a9542781cd54ac2ac8881f513e965b57ce7d1e5ef2b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9\u0026tag=1787735913"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7f33515dbca04230d98550ab638efa87389629fc7d913c8ec42e4b5bf8a772f2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7f33515dbca04230d98550ab638efa87389629fc7d913c8ec42e4b5bf8a772f2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7f33515dbca04230d98550ab638efa87389629fc7d913c8ec42e4b5bf8a772f2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-container-networking-plugins-rhel9@sha256%3A7f33515dbca04230d98550ab638efa87389629fc7d913c8ec42e4b5bf8a772f2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9\u0026tag=1787736353"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c343b119edf863e179df865ccde0b665b87087d78b20919aa5726d8fd240b344_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c343b119edf863e179df865ccde0b665b87087d78b20919aa5726d8fd240b344_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c343b119edf863e179df865ccde0b665b87087d78b20919aa5726d8fd240b344_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer-rhel9@sha256%3Ac343b119edf863e179df865ccde0b665b87087d78b20919aa5726d8fd240b344?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9\u0026tag=1787736164"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:961dd87e559779e6338a4d3d35c96c0ce6ff7cb9634ce32d4bf848032f4a2fb7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:961dd87e559779e6338a4d3d35c96c0ce6ff7cb9634ce32d4bf848032f4a2fb7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:961dd87e559779e6338a4d3d35c96c0ce6ff7cb9634ce32d4bf848032f4a2fb7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter-rhel9@sha256%3A961dd87e559779e6338a4d3d35c96c0ce6ff7cb9634ce32d4bf848032f4a2fb7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9\u0026tag=1787735121"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8137c3932f344ce587769bff04355ad405b6ff27009bf23a221ba52f3da56e1d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8137c3932f344ce587769bff04355ad405b6ff27009bf23a221ba52f3da56e1d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8137c3932f344ce587769bff04355ad405b6ff27009bf23a221ba52f3da56e1d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller-rhel9@sha256%3A8137c3932f344ce587769bff04355ad405b6ff27009bf23a221ba52f3da56e1d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9\u0026tag=1787735363"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b757d11e5dc51a5822d9e30e97ac142cf004fffce87ba2e58b8d62926127664a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b757d11e5dc51a5822d9e30e97ac142cf004fffce87ba2e58b8d62926127664a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b757d11e5dc51a5822d9e30e97ac142cf004fffce87ba2e58b8d62926127664a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-etcd-rhel9@sha256%3Ab757d11e5dc51a5822d9e30e97ac142cf004fffce87ba2e58b8d62926127664a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-etcd-rhel9\u0026tag=1787736773"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:71021ecd15d688aefa6db79f817c11a751b51f6ea9f2e48781bdc49c6de98088_amd64",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:71021ecd15d688aefa6db79f817c11a751b51f6ea9f2e48781bdc49c6de98088_amd64",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:71021ecd15d688aefa6db79f817c11a751b51f6ea9f2e48781bdc49c6de98088_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel9@sha256%3A71021ecd15d688aefa6db79f817c11a751b51f6ea9f2e48781bdc49c6de98088?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/frr-rhel9\u0026tag=1787736001"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a5f2c2debb51b8aa926ede417cf9fa0e4ebaac4f5bf9e770db55a25902a4a3b6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a5f2c2debb51b8aa926ede417cf9fa0e4ebaac4f5bf9e770db55a25902a4a3b6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a5f2c2debb51b8aa926ede417cf9fa0e4ebaac4f5bf9e770db55a25902a4a3b6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cloud-controller-manager-rhel9@sha256%3Aa5f2c2debb51b8aa926ede417cf9fa0e4ebaac4f5bf9e770db55a25902a4a3b6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9\u0026tag=1787736259"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:febf2fb95748ed0c440e6acb72c40d609ae7587b2665cfd7145c878a2a0b5783_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:febf2fb95748ed0c440e6acb72c40d609ae7587b2665cfd7145c878a2a0b5783_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:febf2fb95748ed0c440e6acb72c40d609ae7587b2665cfd7145c878a2a0b5783_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cluster-api-controllers-rhel9@sha256%3Afebf2fb95748ed0c440e6acb72c40d609ae7587b2665cfd7145c878a2a0b5783?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9\u0026tag=1787758339"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:081f9cfabc57aaf4d19df8b496613d8aff54ceb265634c904ec7765c810b4553_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:081f9cfabc57aaf4d19df8b496613d8aff54ceb265634c904ec7765c810b4553_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:081f9cfabc57aaf4d19df8b496613d8aff54ceb265634c904ec7765c810b4553_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-rhel9@sha256%3A081f9cfabc57aaf4d19df8b496613d8aff54ceb265634c904ec7765c810b4553?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9\u0026tag=1787736451"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:650f08f62aeea4bc954e69ed88a9f2f14d3c8f733c155d113c0c58b7154fec4b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:650f08f62aeea4bc954e69ed88a9f2f14d3c8f733c155d113c0c58b7154fec4b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:650f08f62aeea4bc954e69ed88a9f2f14d3c8f733c155d113c0c58b7154fec4b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3A650f08f62aeea4bc954e69ed88a9f2f14d3c8f733c155d113c0c58b7154fec4b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9\u0026tag=1787735211"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b659f5c6da6f73bcf8b2850f0172358816bd68fca721b65a9a70569a94bc90d7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b659f5c6da6f73bcf8b2850f0172358816bd68fca721b65a9a70569a94bc90d7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b659f5c6da6f73bcf8b2850f0172358816bd68fca721b65a9a70569a94bc90d7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-cloud-controller-manager-rhel9@sha256%3Ab659f5c6da6f73bcf8b2850f0172358816bd68fca721b65a9a70569a94bc90d7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9\u0026tag=1787735866"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:14b02010250fe10ca57b2dfe1046641aeac31f92e5691c067b3990383967f0a6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:14b02010250fe10ca57b2dfe1046641aeac31f92e5691c067b3990383967f0a6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:14b02010250fe10ca57b2dfe1046641aeac31f92e5691c067b3990383967f0a6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3A14b02010250fe10ca57b2dfe1046641aeac31f92e5691c067b3990383967f0a6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9\u0026tag=1787735205"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:6fa614240bbc1932f65f8cc9215d2baccc05dd1cd5586fd308c44d8a94447a45_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:6fa614240bbc1932f65f8cc9215d2baccc05dd1cd5586fd308c44d8a94447a45_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:6fa614240bbc1932f65f8cc9215d2baccc05dd1cd5586fd308c44d8a94447a45_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256%3A6fa614240bbc1932f65f8cc9215d2baccc05dd1cd5586fd308c44d8a94447a45?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator\u0026tag=1787735948"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fadba956181755cedd19d3d5b5ee3da0222daa1dc609b629c900a0052a4cbd8b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fadba956181755cedd19d3d5b5ee3da0222daa1dc609b629c900a0052a4cbd8b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fadba956181755cedd19d3d5b5ee3da0222daa1dc609b629c900a0052a4cbd8b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3Afadba956181755cedd19d3d5b5ee3da0222daa1dc609b629c900a0052a4cbd8b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9\u0026tag=1787735463"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:2719589f19df23634ec3f6b578f3fd2e827440675b72a69b89c9d78b1310f98d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:2719589f19df23634ec3f6b578f3fd2e827440675b72a69b89c9d78b1310f98d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:2719589f19df23634ec3f6b578f3fd2e827440675b72a69b89c9d78b1310f98d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-machine-controllers-rhel9@sha256%3A2719589f19df23634ec3f6b578f3fd2e827440675b72a69b89c9d78b1310f98d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9\u0026tag=1787736214"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:28d64f60c216f77e3e006012a403671463b9dd90095e19ff2dd027def6abb511_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:28d64f60c216f77e3e006012a403671463b9dd90095e19ff2dd027def6abb511_amd64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:28d64f60c216f77e3e006012a403671463b9dd90095e19ff2dd027def6abb511_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-image-customization-controller-rhel9@sha256%3A28d64f60c216f77e3e006012a403671463b9dd90095e19ff2dd027def6abb511?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-image-customization-controller-rhel9\u0026tag=1787735454"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0d31a90914ea716508caf180e30fb682cdd8066da7a0a31752be9d86ec9c777c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0d31a90914ea716508caf180e30fb682cdd8066da7a0a31752be9d86ec9c777c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0d31a90914ea716508caf180e30fb682cdd8066da7a0a31752be9d86ec9c777c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel9-operator@sha256%3A0d31a90914ea716508caf180e30fb682cdd8066da7a0a31752be9d86ec9c777c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel9-operator\u0026tag=1787736323"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dee02e09373732db94bc442ddcb2eb4d13095a04e35c674387d3df8ba23d67d5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dee02e09373732db94bc442ddcb2eb4d13095a04e35c674387d3df8ba23d67d5_amd64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dee02e09373732db94bc442ddcb2eb4d13095a04e35c674387d3df8ba23d67d5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-exporter-rhel9@sha256%3Adee02e09373732db94bc442ddcb2eb4d13095a04e35c674387d3df8ba23d67d5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/insights-runtime-exporter-rhel9\u0026tag=1787737087"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1a046b24339587101462756592c87ae4a8f699fc2977a703e6d031e2022a2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1a046b24339587101462756592c87ae4a8f699fc2977a703e6d031e2022a2_amd64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1a046b24339587101462756592c87ae4a8f699fc2977a703e6d031e2022a2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-extractor-rhel9@sha256%3A95c1a046b24339587101462756592c87ae4a8f699fc2977a703e6d031e2022a2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/insights-runtime-extractor-rhel9\u0026tag=1787735386"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:571a51e1eca0f31f273be8cff7ff115bdf192e14f5d510705ab7ed423fd5d9e4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:571a51e1eca0f31f273be8cff7ff115bdf192e14f5d510705ab7ed423fd5d9e4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:571a51e1eca0f31f273be8cff7ff115bdf192e14f5d510705ab7ed423fd5d9e4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-rhel9@sha256%3A571a51e1eca0f31f273be8cff7ff115bdf192e14f5d510705ab7ed423fd5d9e4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-rhel9\u0026tag=1787740470"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f5f049eb01192eaca548f3585845ed6a530934d2eaeb422fc78b657cabb1f57_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f5f049eb01192eaca548f3585845ed6a530934d2eaeb422fc78b657cabb1f57_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f5f049eb01192eaca548f3585845ed6a530934d2eaeb422fc78b657cabb1f57_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts-rhel9@sha256%3A4f5f049eb01192eaca548f3585845ed6a530934d2eaeb422fc78b657cabb1f57?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts-rhel9\u0026tag=1787740332"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2488ca8b2a8f658f3deaf9a70b12f7aca159490b5e0861d746ca8ee5d2010041_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2488ca8b2a8f658f3deaf9a70b12f7aca159490b5e0861d746ca8ee5d2010041_amd64",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2488ca8b2a8f658f3deaf9a70b12f7aca159490b5e0861d746ca8ee5d2010041_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-metrics-server-rhel9@sha256%3A2488ca8b2a8f658f3deaf9a70b12f7aca159490b5e0861d746ca8ee5d2010041?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/kube-metrics-server-rhel9\u0026tag=1787735573"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3cc6eb31325b1f9c9a2163c570ae1c3d4da7e7dcb0d761a0fa775b66fda9dcf5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3cc6eb31325b1f9c9a2163c570ae1c3d4da7e7dcb0d761a0fa775b66fda9dcf5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3cc6eb31325b1f9c9a2163c570ae1c3d4da7e7dcb0d761a0fa775b66fda9dcf5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel9@sha256%3A3cc6eb31325b1f9c9a2163c570ae1c3d4da7e7dcb0d761a0fa775b66fda9dcf5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9\u0026tag=1787736375"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8925d5826cca515b7f7c05558406b3688a14963ddefa80f5b44500fe12dfb1dc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8925d5826cca515b7f7c05558406b3688a14963ddefa80f5b44500fe12dfb1dc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8925d5826cca515b7f7c05558406b3688a14963ddefa80f5b44500fe12dfb1dc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A8925d5826cca515b7f7c05558406b3688a14963ddefa80f5b44500fe12dfb1dc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9\u0026tag=1787736948"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:fe1397131aa0d447366fd627b12582ed647551ad3af13375f8c281ab73745f0a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:fe1397131aa0d447366fd627b12582ed647551ad3af13375f8c281ab73745f0a_amd64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:fe1397131aa0d447366fd627b12582ed647551ad3af13375f8c281ab73745f0a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel9@sha256%3Afe1397131aa0d447366fd627b12582ed647551ad3af13375f8c281ab73745f0a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9\u0026tag=1787736399"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7dc856fddd561c1d29112b0b8d4dc39dc7503974a9ff563612e6998bdba4b71e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7dc856fddd561c1d29112b0b8d4dc39dc7503974a9ff563612e6998bdba4b71e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7dc856fddd561c1d29112b0b8d4dc39dc7503974a9ff563612e6998bdba4b71e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-rhel9-operator@sha256%3A7dc856fddd561c1d29112b0b8d4dc39dc7503974a9ff563612e6998bdba4b71e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-rhel9-operator\u0026tag=1787735468"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:f8d52c53ca49b3f9847d2e568779801321307e329f802aa9456cd0dab7625232_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:f8d52c53ca49b3f9847d2e568779801321307e329f802aa9456cd0dab7625232_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:f8d52c53ca49b3f9847d2e568779801321307e329f802aa9456cd0dab7625232_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-aws-rhel9@sha256%3Af8d52c53ca49b3f9847d2e568779801321307e329f802aa9456cd0dab7625232?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9\u0026tag=1787735389"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d29e5c26f37fc8212f2ff15cdac470982494be155f85e3c310b0c958b943f7f6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d29e5c26f37fc8212f2ff15cdac470982494be155f85e3c310b0c958b943f7f6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d29e5c26f37fc8212f2ff15cdac470982494be155f85e3c310b0c958b943f7f6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-azure-rhel9@sha256%3Ad29e5c26f37fc8212f2ff15cdac470982494be155f85e3c310b0c958b943f7f6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9\u0026tag=1787735551"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:32bf2e7aad1dd9ff5100500c294e343af0dae3d392eed27a1c0305198734261f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:32bf2e7aad1dd9ff5100500c294e343af0dae3d392eed27a1c0305198734261f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:32bf2e7aad1dd9ff5100500c294e343af0dae3d392eed27a1c0305198734261f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-gcp-rhel9@sha256%3A32bf2e7aad1dd9ff5100500c294e343af0dae3d392eed27a1c0305198734261f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9\u0026tag=1787736092"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a9395f57a9adc721c6e43e578957e21c8b9f18defbecdf91dc49d11044aeeeef_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a9395f57a9adc721c6e43e578957e21c8b9f18defbecdf91dc49d11044aeeeef_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a9395f57a9adc721c6e43e578957e21c8b9f18defbecdf91dc49d11044aeeeef_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel9@sha256%3Aa9395f57a9adc721c6e43e578957e21c8b9f18defbecdf91dc49d11044aeeeef?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9\u0026tag=1787737581"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d32cde1eedbd0c110bc10836025cee78421ec16d2924d30f5e6265591a9ec716_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d32cde1eedbd0c110bc10836025cee78421ec16d2924d30f5e6265591a9ec716_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d32cde1eedbd0c110bc10836025cee78421ec16d2924d30f5e6265591a9ec716_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-rhel9-operator@sha256%3Ad32cde1eedbd0c110bc10836025cee78421ec16d2924d30f5e6265591a9ec716?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-rhel9-operator\u0026tag=1787760320"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:16c8b8c6aee6f6a06367ca5bfe2be8fb85a05c3f18a819683f49d1a8c73941ba_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:16c8b8c6aee6f6a06367ca5bfe2be8fb85a05c3f18a819683f49d1a8c73941ba_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:16c8b8c6aee6f6a06367ca5bfe2be8fb85a05c3f18a819683f49d1a8c73941ba_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel9@sha256%3A16c8b8c6aee6f6a06367ca5bfe2be8fb85a05c3f18a819683f49d1a8c73941ba?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel9\u0026tag=1787568817"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8e59a286a05743844dd1333770197161698788e0db4faf8e00cac6b2fb9a638e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8e59a286a05743844dd1333770197161698788e0db4faf8e00cac6b2fb9a638e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8e59a286a05743844dd1333770197161698788e0db4faf8e00cac6b2fb9a638e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-admission-controller-rhel9@sha256%3A8e59a286a05743844dd1333770197161698788e0db4faf8e00cac6b2fb9a638e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9\u0026tag=1787737500"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4cb60d36cc3b34b4b1496b74b9b2e68ff152a71d7f957b356311ea811bf05573_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4cb60d36cc3b34b4b1496b74b9b2e68ff152a71d7f957b356311ea811bf05573_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4cb60d36cc3b34b4b1496b74b9b2e68ff152a71d7f957b356311ea811bf05573_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-route-override-cni-rhel9@sha256%3A4cb60d36cc3b34b4b1496b74b9b2e68ff152a71d7f957b356311ea811bf05573?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9\u0026tag=1787736152"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1b75d96a4cdcc3a37848c5edfe598cb1d99bb3b0707db5e3f62478320eb90f9c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1b75d96a4cdcc3a37848c5edfe598cb1d99bb3b0707db5e3f62478320eb90f9c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1b75d96a4cdcc3a37848c5edfe598cb1d99bb3b0707db5e3f62478320eb90f9c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A1b75d96a4cdcc3a37848c5edfe598cb1d99bb3b0707db5e3f62478320eb90f9c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9\u0026tag=1787735097"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b26a5a47cde227edb5e7f6e51247a6cd91e13484f6b5f7dc19b62f83b7478361_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b26a5a47cde227edb5e7f6e51247a6cd91e13484f6b5f7dc19b62f83b7478361_amd64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b26a5a47cde227edb5e7f6e51247a6cd91e13484f6b5f7dc19b62f83b7478361_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-must-gather-rhel9@sha256%3Ab26a5a47cde227edb5e7f6e51247a6cd91e13484f6b5f7dc19b62f83b7478361?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather-rhel9\u0026tag=1787737233"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0e559f5e780f3849e73d7246176059360631d8c4a7db1700f6ba1b6a9e6ae089_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0e559f5e780f3849e73d7246176059360631d8c4a7db1700f6ba1b6a9e6ae089_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0e559f5e780f3849e73d7246176059360631d8c4a7db1700f6ba1b6a9e6ae089_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-interface-bond-cni-rhel9@sha256%3A0e559f5e780f3849e73d7246176059360631d8c4a7db1700f6ba1b6a9e6ae089?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9\u0026tag=1787737094"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ea4fa6caaa81f207f2372c6179c3698e225658387549ba567c232170cacf8570_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ea4fa6caaa81f207f2372c6179c3698e225658387549ba567c232170cacf8570_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ea4fa6caaa81f207f2372c6179c3698e225658387549ba567c232170cacf8570_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-metrics-daemon-rhel9@sha256%3Aea4fa6caaa81f207f2372c6179c3698e225658387549ba567c232170cacf8570?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9\u0026tag=1787735117"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:7f86439496ba6573ee1d61b5f4d414dfbbf65a95526cdff54e45229f01785517_amd64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:7f86439496ba6573ee1d61b5f4d414dfbbf65a95526cdff54e45229f01785517_amd64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:7f86439496ba6573ee1d61b5f4d414dfbbf65a95526cdff54e45229f01785517_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3A7f86439496ba6573ee1d61b5f4d414dfbbf65a95526cdff54e45229f01785517?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel9\u0026tag=1787739401"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:3e9309d53caaafc9b145f6b7fbbb8879c9f018ef226afe101f6dc7ab02b67856_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:3e9309d53caaafc9b145f6b7fbbb8879c9f018ef226afe101f6dc7ab02b67856_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:3e9309d53caaafc9b145f6b7fbbb8879c9f018ef226afe101f6dc7ab02b67856_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-nutanix-cloud-controller-manager-rhel9@sha256%3A3e9309d53caaafc9b145f6b7fbbb8879c9f018ef226afe101f6dc7ab02b67856?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9\u0026tag=1787735448"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:3a558e248efdf5d3111b7d61e8bd471682e7038bd34c4490f8ba69b91b44f36d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:3a558e248efdf5d3111b7d61e8bd471682e7038bd34c4490f8ba69b91b44f36d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:3a558e248efdf5d3111b7d61e8bd471682e7038bd34c4490f8ba69b91b44f36d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-nutanix-machine-controllers-rhel9@sha256%3A3a558e248efdf5d3111b7d61e8bd471682e7038bd34c4490f8ba69b91b44f36d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9\u0026tag=1787735110"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1b0981e2ee13869663087d6504e0c0af6f2c56d2ebf81d72b4b7c751bbf6e500_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1b0981e2ee13869663087d6504e0c0af6f2c56d2ebf81d72b4b7c751bbf6e500_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1b0981e2ee13869663087d6504e0c0af6f2c56d2ebf81d72b4b7c751bbf6e500_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-apiserver-rhel9@sha256%3A1b0981e2ee13869663087d6504e0c0af6f2c56d2ebf81d72b4b7c751bbf6e500?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9\u0026tag=1787737149"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:52294a05713b24485ce6d7d1b867081da2f01dc008b9cd052bf8c4c37839f581_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:52294a05713b24485ce6d7d1b867081da2f01dc008b9cd052bf8c4c37839f581_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:52294a05713b24485ce6d7d1b867081da2f01dc008b9cd052bf8c4c37839f581_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-catalogd-rhel9@sha256%3A52294a05713b24485ce6d7d1b867081da2f01dc008b9cd052bf8c4c37839f581?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-olm-catalogd-rhel9\u0026tag=1787735438"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5a539e39b3aaf61d63f391b6960cdc5746cbb4b0fc07b85a98969f5c9cbcca4e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5a539e39b3aaf61d63f391b6960cdc5746cbb4b0fc07b85a98969f5c9cbcca4e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5a539e39b3aaf61d63f391b6960cdc5746cbb4b0fc07b85a98969f5c9cbcca4e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-operator-controller-rhel9@sha256%3A5a539e39b3aaf61d63f391b6960cdc5746cbb4b0fc07b85a98969f5c9cbcca4e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9\u0026tag=1787737468"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:851fd20edf32778383c81e3c5b935ec5607a05f8fc569f64e31875b8bbe81d6b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:851fd20edf32778383c81e3c5b935ec5607a05f8fc569f64e31875b8bbe81d6b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:851fd20edf32778383c81e3c5b935ec5607a05f8fc569f64e31875b8bbe81d6b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel9@sha256%3A851fd20edf32778383c81e3c5b935ec5607a05f8fc569f64e31875b8bbe81d6b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9\u0026tag=1787736888"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c1a31ef64ecdd90020d72f323a242b551a6a4a85a4dae309e19f5d8f12d77b54_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c1a31ef64ecdd90020d72f323a242b551a6a4a85a4dae309e19f5d8f12d77b54_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c1a31ef64ecdd90020d72f323a242b551a6a4a85a4dae309e19f5d8f12d77b54_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-controller-manager-rhel9@sha256%3Ac1a31ef64ecdd90020d72f323a242b551a6a4a85a4dae309e19f5d8f12d77b54?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9\u0026tag=1787737583"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0ba94d11051416a116cdf516dab74d530a584fe7c4bb1e8d3deb3bde2214e459_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0ba94d11051416a116cdf516dab74d530a584fe7c4bb1e8d3deb3bde2214e459_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0ba94d11051416a116cdf516dab74d530a584fe7c4bb1e8d3deb3bde2214e459_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9@sha256%3A0ba94d11051416a116cdf516dab74d530a584fe7c4bb1e8d3deb3bde2214e459?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9\u0026tag=1787735459"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b2b91287350dfb474763ca5d332c4765af0c1ff2d7be722e23ea93970add2687_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b2b91287350dfb474763ca5d332c4765af0c1ff2d7be722e23ea93970add2687_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b2b91287350dfb474763ca5d332c4765af0c1ff2d7be722e23ea93970add2687_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3Ab2b91287350dfb474763ca5d332c4765af0c1ff2d7be722e23ea93970add2687?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator\u0026tag=1787737054"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a13cc82f7b2053435d5268416686ae2ba89e37b6561e49c7ac395cf3359ca2b0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a13cc82f7b2053435d5268416686ae2ba89e37b6561e49c7ac395cf3359ca2b0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a13cc82f7b2053435d5268416686ae2ba89e37b6561e49c7ac395cf3359ca2b0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cloud-controller-manager-rhel9@sha256%3Aa13cc82f7b2053435d5268416686ae2ba89e37b6561e49c7ac395cf3359ca2b0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9\u0026tag=1787736969"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4eecd436b35c9b25eca6975ca9e938c2256fcfeead67e1ff4159d7e36122122c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4eecd436b35c9b25eca6975ca9e938c2256fcfeead67e1ff4159d7e36122122c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4eecd436b35c9b25eca6975ca9e938c2256fcfeead67e1ff4159d7e36122122c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-framework-tools-rhel9@sha256%3A4eecd436b35c9b25eca6975ca9e938c2256fcfeead67e1ff4159d7e36122122c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9\u0026tag=1787736790"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9f9603a2dd344770da433fe8dd50a104d69e80ad463f9cba71b3aabefc4fee61_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9f9603a2dd344770da433fe8dd50a104d69e80ad463f9cba71b3aabefc4fee61_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9f9603a2dd344770da433fe8dd50a104d69e80ad463f9cba71b3aabefc4fee61_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9@sha256%3A9f9603a2dd344770da433fe8dd50a104d69e80ad463f9cba71b3aabefc4fee61?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel9\u0026tag=1787735351"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:46a0b302273acaf2582d377271b910d9d31ff98744cd8f290583a7bd5579761e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:46a0b302273acaf2582d377271b910d9d31ff98744cd8f290583a7bd5579761e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:46a0b302273acaf2582d377271b910d9d31ff98744cd8f290583a7bd5579761e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3A46a0b302273acaf2582d377271b910d9d31ff98744cd8f290583a7bd5579761e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9\u0026tag=1787737146"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bd71e582ef755da7bfeede697b5c2ab29ab9fcea6bfeb14cc8ca168fce5c7bd1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bd71e582ef755da7bfeede697b5c2ab29ab9fcea6bfeb14cc8ca168fce5c7bd1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bd71e582ef755da7bfeede697b5c2ab29ab9fcea6bfeb14cc8ca168fce5c7bd1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-rhel9@sha256%3Abd71e582ef755da7bfeede697b5c2ab29ab9fcea6bfeb14cc8ca168fce5c7bd1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9\u0026tag=1787735831"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:86b3e656caf1c93ba2bbea00514a17b9d06cb7a6fd5c6746d80ce35f45aa5907_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:86b3e656caf1c93ba2bbea00514a17b9d06cb7a6fd5c6746d80ce35f45aa5907_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:86b3e656caf1c93ba2bbea00514a17b9d06cb7a6fd5c6746d80ce35f45aa5907_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-rhel9-operator@sha256%3A86b3e656caf1c93ba2bbea00514a17b9d06cb7a6fd5c6746d80ce35f45aa5907?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator\u0026tag=1787736179"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a1e6a736546b54bb2797d85d51b8f2b213fe2f6be6b26bad5b549df9dabf2d01_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a1e6a736546b54bb2797d85d51b8f2b213fe2f6be6b26bad5b549df9dabf2d01_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a1e6a736546b54bb2797d85d51b8f2b213fe2f6be6b26bad5b549df9dabf2d01_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-cloud-controller-manager-rhel9@sha256%3Aa1e6a736546b54bb2797d85d51b8f2b213fe2f6be6b26bad5b549df9dabf2d01?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9\u0026tag=1787735190"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:aa63c460867d565b44b2a8e919ba9a0e7fd6717f71588cc5a7e2ad268fe13181_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:aa63c460867d565b44b2a8e919ba9a0e7fd6717f71588cc5a7e2ad268fe13181_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:aa63c460867d565b44b2a8e919ba9a0e7fd6717f71588cc5a7e2ad268fe13181_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-machine-controllers-rhel9@sha256%3Aaa63c460867d565b44b2a8e919ba9a0e7fd6717f71588cc5a7e2ad268fe13181?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9\u0026tag=1787736213"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63e308cebeea85127f584610f59cdc9b228f01b9acb227f2f6eba7fcdc29b1fb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63e308cebeea85127f584610f59cdc9b228f01b9acb227f2f6eba7fcdc29b1fb_amd64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63e308cebeea85127f584610f59cdc9b228f01b9acb227f2f6eba7fcdc29b1fb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openshift-route-controller-manager-rhel9@sha256%3A63e308cebeea85127f584610f59cdc9b228f01b9acb227f2f6eba7fcdc29b1fb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9\u0026tag=1787737263"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1267ac849f67c33155b54409011cd3f0eaa27d5f211703875cfd383d1170ef9e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1267ac849f67c33155b54409011cd3f0eaa27d5f211703875cfd383d1170ef9e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1267ac849f67c33155b54409011cd3f0eaa27d5f211703875cfd383d1170ef9e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-service-ca-rhel9-operator@sha256%3A1267ac849f67c33155b54409011cd3f0eaa27d5f211703875cfd383d1170ef9e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-service-ca-rhel9-operator\u0026tag=1787736169"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6aaa55450d567e2fa992650c456cdaf5529c5d96fc9984f7e1a4aa9ed6294bf3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6aaa55450d567e2fa992650c456cdaf5529c5d96fc9984f7e1a4aa9ed6294bf3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6aaa55450d567e2fa992650c456cdaf5529c5d96fc9984f7e1a4aa9ed6294bf3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3A6aaa55450d567e2fa992650c456cdaf5529c5d96fc9984f7e1a4aa9ed6294bf3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel9\u0026tag=1787736243"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-csi-driver-rhel9@sha256%3Ad365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9\u0026tag=1787735599"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-csi-driver-rhel9@sha256%3Ad365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9\u0026tag=1787735599"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-csi-driver-rhel9-operator@sha256%3A6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator\u0026tag=1787735119"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-csi-driver-rhel9-operator@sha256%3A6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator\u0026tag=1787735119"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:10bfb59c904103177754f0336f7b7bab676d240480a8213ec42a778bca3f277e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:10bfb59c904103177754f0336f7b7bab676d240480a8213ec42a778bca3f277e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:10bfb59c904103177754f0336f7b7bab676d240480a8213ec42a778bca3f277e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-cloud-controller-manager-rhel9@sha256%3A10bfb59c904103177754f0336f7b7bab676d240480a8213ec42a778bca3f277e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9\u0026tag=1787735335"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7aa4fdd78ceafdc887a91224614657e86c1e12b72fde68dea4ee5c6e9b610cb6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7aa4fdd78ceafdc887a91224614657e86c1e12b72fde68dea4ee5c6e9b610cb6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7aa4fdd78ceafdc887a91224614657e86c1e12b72fde68dea4ee5c6e9b610cb6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-cluster-api-controllers-rhel9@sha256%3A7aa4fdd78ceafdc887a91224614657e86c1e12b72fde68dea4ee5c6e9b610cb6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9\u0026tag=1787735124"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c4e8ac4fea3c281effed3996a378c2e952a3d3704e47863b2ae6b266d2280920_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c4e8ac4fea3c281effed3996a378c2e952a3d3704e47863b2ae6b266d2280920_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c4e8ac4fea3c281effed3996a378c2e952a3d3704e47863b2ae6b266d2280920_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3Ac4e8ac4fea3c281effed3996a378c2e952a3d3704e47863b2ae6b266d2280920?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9\u0026tag=1787737628"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:36fdb2cdf796941fc6638036b3a31048ba0209174c7a62424fb410ae14b1f81c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:36fdb2cdf796941fc6638036b3a31048ba0209174c7a62424fb410ae14b1f81c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:36fdb2cdf796941fc6638036b3a31048ba0209174c7a62424fb410ae14b1f81c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prom-label-proxy-rhel9@sha256%3A36fdb2cdf796941fc6638036b3a31048ba0209174c7a62424fb410ae14b1f81c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9\u0026tag=1787736546"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4632ef8ca0af5a8115f3d9490c2ad9e2e44361f4d0671fa8a3a1006254b173ce_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4632ef8ca0af5a8115f3d9490c2ad9e2e44361f4d0671fa8a3a1006254b173ce_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4632ef8ca0af5a8115f3d9490c2ad9e2e44361f4d0671fa8a3a1006254b173ce_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader-rhel9@sha256%3A4632ef8ca0af5a8115f3d9490c2ad9e2e44361f4d0671fa8a3a1006254b173ce?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9\u0026tag=1787735686"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b93a134a81af485a0f07dcd6a71c816ed517178826539d0f53b6c45dce87096d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b93a134a81af485a0f07dcd6a71c816ed517178826539d0f53b6c45dce87096d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b93a134a81af485a0f07dcd6a71c816ed517178826539d0f53b6c45dce87096d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9-operator@sha256%3Ab93a134a81af485a0f07dcd6a71c816ed517178826539d0f53b6c45dce87096d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-rhel9-operator\u0026tag=1787736935"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:29f3154c0b972730ae9a54bc496bcdf62e9ed348b73d98ca958a265717ccc2a9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:29f3154c0b972730ae9a54bc496bcdf62e9ed348b73d98ca958a265717ccc2a9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:29f3154c0b972730ae9a54bc496bcdf62e9ed348b73d98ca958a265717ccc2a9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A29f3154c0b972730ae9a54bc496bcdf62e9ed348b73d98ca958a265717ccc2a9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9\u0026tag=1787736913"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:027baac40981f53c9ec53f5a4241a657929d6289e42a0e5deef617c182b7580e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:027baac40981f53c9ec53f5a4241a657929d6289e42a0e5deef617c182b7580e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:027baac40981f53c9ec53f5a4241a657929d6289e42a0e5deef617c182b7580e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter-rhel9@sha256%3A027baac40981f53c9ec53f5a4241a657929d6289e42a0e5deef617c182b7580e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-telemeter-rhel9\u0026tag=1787736992"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e77ce95a84b01b09c5d1e6dbdea8970543aa3a60f9292300beb078d1288bb801_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e77ce95a84b01b09c5d1e6dbdea8970543aa3a60f9292300beb078d1288bb801_amd64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e77ce95a84b01b09c5d1e6dbdea8970543aa3a60f9292300beb078d1288bb801_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-thanos-rhel9@sha256%3Ae77ce95a84b01b09c5d1e6dbdea8970543aa3a60f9292300beb078d1288bb801?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-thanos-rhel9\u0026tag=1787737634"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:e4a365a0516b0c8ef2d1259ec4bdb7f76aa9dc0d3c3cfd5d5b3d34341d349772_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:e4a365a0516b0c8ef2d1259ec4bdb7f76aa9dc0d3c3cfd5d5b3d34341d349772_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:e4a365a0516b0c8ef2d1259ec4bdb7f76aa9dc0d3c3cfd5d5b3d34341d349772_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-csi-driver-syncer-rhel9@sha256%3Ae4a365a0516b0c8ef2d1259ec4bdb7f76aa9dc0d3c3cfd5d5b3d34341d349772?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9\u0026tag=1787735350"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:9c91591eddbc058f05d052e3178102b28ebd25c2c9cb796fffd5047f5d413d12_amd64",
"product": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:9c91591eddbc058f05d052e3178102b28ebd25c2c9cb796fffd5047f5d413d12_amd64",
"product_id": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:9c91591eddbc058f05d052e3178102b28ebd25c2c9cb796fffd5047f5d413d12_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/volume-data-source-validator-rhel9@sha256%3A9c91591eddbc058f05d052e3178102b28ebd25c2c9cb796fffd5047f5d413d12?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/volume-data-source-validator-rhel9\u0026tag=1787737130"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:a06af7a856d5f2416777c1bb1d271c189576e273450b25c6dc5937cd16b8bf8a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:a06af7a856d5f2416777c1bb1d271c189576e273450b25c6dc5937cd16b8bf8a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:a06af7a856d5f2416777c1bb1d271c189576e273450b25c6dc5937cd16b8bf8a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-problem-detector-rhel9@sha256%3Aa06af7a856d5f2416777c1bb1d271c189576e273450b25c6dc5937cd16b8bf8a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9\u0026tag=1787735123"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b3a0104cb85f1a6965eee44fef58983637839a1f97ddccd737704ab41cda3a25_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b3a0104cb85f1a6965eee44fef58983637839a1f97ddccd737704ab41cda3a25_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b3a0104cb85f1a6965eee44fef58983637839a1f97ddccd737704ab41cda3a25_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9@sha256%3Ab3a0104cb85f1a6965eee44fef58983637839a1f97ddccd737704ab41cda3a25?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9\u0026tag=1787736278"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1b84b2a1cecab16e75947d29572008547922714207272a5dad8169d1ca5beab5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1b84b2a1cecab16e75947d29572008547922714207272a5dad8169d1ca5beab5_arm64",
"product_id": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1b84b2a1cecab16e75947d29572008547922714207272a5dad8169d1ca5beab5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-karpenter-provider-aws-rhel9@sha256%3A1b84b2a1cecab16e75947d29572008547922714207272a5dad8169d1ca5beab5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9\u0026tag=1787736654"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8f242ba3e0b9c57ecbd85f0d4c1bd67306357c92b53968a42419736c3dbe04d8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8f242ba3e0b9c57ecbd85f0d4c1bd67306357c92b53968a42419736c3dbe04d8_arm64",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8f242ba3e0b9c57ecbd85f0d4c1bd67306357c92b53968a42419736c3dbe04d8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-kms-encryption-provider-rhel9@sha256%3A8f242ba3e0b9c57ecbd85f0d4c1bd67306357c92b53968a42419736c3dbe04d8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9\u0026tag=1787735095"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4d217b45b97c9e01ba3d54d03270be07e9659b0d4313fc85999aa49fca560108_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4d217b45b97c9e01ba3d54d03270be07e9659b0d4313fc85999aa49fca560108_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4d217b45b97c9e01ba3d54d03270be07e9659b0d4313fc85999aa49fca560108_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-rhel9@sha256%3A4d217b45b97c9e01ba3d54d03270be07e9659b0d4313fc85999aa49fca560108?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9\u0026tag=1787736348"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:70f95a8b240afc604ee9af621fc3b63adaf80f593f3131e7ed51077ed2c77a1b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:70f95a8b240afc604ee9af621fc3b63adaf80f593f3131e7ed51077ed2c77a1b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:70f95a8b240afc604ee9af621fc3b63adaf80f593f3131e7ed51077ed2c77a1b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-operator-rhel9@sha256%3A70f95a8b240afc604ee9af621fc3b63adaf80f593f3131e7ed51077ed2c77a1b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9\u0026tag=1787735243"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:1a677b9d28655390d007acaa656997b12a32e9093c1c228778ef96cc6f4ca875_arm64",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:1a677b9d28655390d007acaa656997b12a32e9093c1c228778ef96cc6f4ca875_arm64",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:1a677b9d28655390d007acaa656997b12a32e9093c1c228778ef96cc6f4ca875_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-kms-encryption-provider-rhel9@sha256%3A1a677b9d28655390d007acaa656997b12a32e9093c1c228778ef96cc6f4ca875?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9\u0026tag=1787737396"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d05434d4552d2ffdd45d2fd44b1b2e2e8976a15f0f4ae59ce7dea73ca97dbcf8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d05434d4552d2ffdd45d2fd44b1b2e2e8976a15f0f4ae59ce7dea73ca97dbcf8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d05434d4552d2ffdd45d2fd44b1b2e2e8976a15f0f4ae59ce7dea73ca97dbcf8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-machine-controllers-rhel9@sha256%3Ad05434d4552d2ffdd45d2fd44b1b2e2e8976a15f0f4ae59ce7dea73ca97dbcf8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9\u0026tag=1787736553"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7f7e406ef7b654a66bbcbbfa5326ceb1ddca4a0236cb60761a0ea48b919e8571_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7f7e406ef7b654a66bbcbbfa5326ceb1ddca4a0236cb60761a0ea48b919e8571_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7f7e406ef7b654a66bbcbbfa5326ceb1ddca4a0236cb60761a0ea48b919e8571_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel9@sha256%3A7f7e406ef7b654a66bbcbbfa5326ceb1ddca4a0236cb60761a0ea48b919e8571?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9\u0026tag=1787735428"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d8767e4d0b2c8222748319f05483bcefe50388abc182a01f3ca9dae3c80dce44_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d8767e4d0b2c8222748319f05483bcefe50388abc182a01f3ca9dae3c80dce44_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d8767e4d0b2c8222748319f05483bcefe50388abc182a01f3ca9dae3c80dce44_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel9-operator@sha256%3Ad8767e4d0b2c8222748319f05483bcefe50388abc182a01f3ca9dae3c80dce44?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator\u0026tag=1787735501"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:edc297cdb2f670aebc1d3561d801840ad029e8777ce45724066e6891aabd60fa_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:edc297cdb2f670aebc1d3561d801840ad029e8777ce45724066e6891aabd60fa_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:edc297cdb2f670aebc1d3561d801840ad029e8777ce45724066e6891aabd60fa_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-rhel9-operator@sha256%3Aedc297cdb2f670aebc1d3561d801840ad029e8777ce45724066e6891aabd60fa?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator\u0026tag=1787735942"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9b16561ca87196e3dd9330184f7abf25e97272e3c47d2e8d594e3095e74f815b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9b16561ca87196e3dd9330184f7abf25e97272e3c47d2e8d594e3095e74f815b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9b16561ca87196e3dd9330184f7abf25e97272e3c47d2e8d594e3095e74f815b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-rhel9-operator@sha256%3A9b16561ca87196e3dd9330184f7abf25e97272e3c47d2e8d594e3095e74f815b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator\u0026tag=1787735730"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f5122187c85ef27f5423ada009d800afa4800e32ad1ea3299586fe64cae8e38d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f5122187c85ef27f5423ada009d800afa4800e32ad1ea3299586fe64cae8e38d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f5122187c85ef27f5423ada009d800afa4800e32ad1ea3299586fe64cae8e38d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3Af5122187c85ef27f5423ada009d800afa4800e32ad1ea3299586fe64cae8e38d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=1787736931"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:993ba8c1dd84e486fc4084a7786934c356a9b12ae86155134fd1a1dc1e5e3f2f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:993ba8c1dd84e486fc4084a7786934c356a9b12ae86155134fd1a1dc1e5e3f2f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:993ba8c1dd84e486fc4084a7786934c356a9b12ae86155134fd1a1dc1e5e3f2f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-policy-controller-rhel9@sha256%3A993ba8c1dd84e486fc4084a7786934c356a9b12ae86155134fd1a1dc1e5e3f2f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9\u0026tag=1787735110"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:180e817b55ebfd081fd0305f63b3e0539fe8d13d1ceb8428ea21e213779fd056_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:180e817b55ebfd081fd0305f63b3e0539fe8d13d1ceb8428ea21e213779fd056_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:180e817b55ebfd081fd0305f63b3e0539fe8d13d1ceb8428ea21e213779fd056_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-storage-rhel9-operator@sha256%3A180e817b55ebfd081fd0305f63b3e0539fe8d13d1ceb8428ea21e213779fd056?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator\u0026tag=1787736910"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f3aabf75e838b4a941f64a7a322768729059346d7578ecf5fe7ce27a71876fca_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f3aabf75e838b4a941f64a7a322768729059346d7578ecf5fe7ce27a71876fca_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f3aabf75e838b4a941f64a7a322768729059346d7578ecf5fe7ce27a71876fca_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-rhel9-operator@sha256%3Af3aabf75e838b4a941f64a7a322768729059346d7578ecf5fe7ce27a71876fca?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator\u0026tag=1787736451"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:751f007afae9f16527e9039aa95c2ee6efd2ee20afe3c083ba7298493d2406f3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:751f007afae9f16527e9039aa95c2ee6efd2ee20afe3c083ba7298493d2406f3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:751f007afae9f16527e9039aa95c2ee6efd2ee20afe3c083ba7298493d2406f3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-configmap-reloader-rhel9@sha256%3A751f007afae9f16527e9039aa95c2ee6efd2ee20afe3c083ba7298493d2406f3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-configmap-reloader-rhel9\u0026tag=1787736760"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e169d65b86f23d6424af5e7cf9e1d0ced58382128092821676196c0a05f91da6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e169d65b86f23d6424af5e7cf9e1d0ced58382128092821676196c0a05f91da6_arm64",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e169d65b86f23d6424af5e7cf9e1d0ced58382128092821676196c0a05f91da6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/container-networking-plugins-microshift-rhel9@sha256%3Ae169d65b86f23d6424af5e7cf9e1d0ced58382128092821676196c0a05f91da6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9\u0026tag=1787736471"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:89e0a7e0fe060abb45a6f8e6ed1906053c09f95c252ca7813175903db61fbc99_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:89e0a7e0fe060abb45a6f8e6ed1906053c09f95c252ca7813175903db61fbc99_arm64",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:89e0a7e0fe060abb45a6f8e6ed1906053c09f95c252ca7813175903db61fbc99_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-coredns-rhel9@sha256%3A89e0a7e0fe060abb45a6f8e6ed1906053c09f95c252ca7813175903db61fbc99?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-coredns-rhel9\u0026tag=1787735555"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ac1123e890f0aee159c9105e26e1f1ed3ba5eb3ea66b422b281c3e9465401c5c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ac1123e890f0aee159c9105e26e1f1ed3ba5eb3ea66b422b281c3e9465401c5c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ac1123e890f0aee159c9105e26e1f1ed3ba5eb3ea66b422b281c3e9465401c5c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher-rhel9@sha256%3Aac1123e890f0aee159c9105e26e1f1ed3ba5eb3ea66b422b281c3e9465401c5c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9\u0026tag=1787736648"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9c5711087546b1ba7cefab267b8aa30b54ecde5926f009518cf0db974ff84c3d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9c5711087546b1ba7cefab267b8aa30b54ecde5926f009518cf0db974ff84c3d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9c5711087546b1ba7cefab267b8aa30b54ecde5926f009518cf0db974ff84c3d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshot-metadata-rhel9@sha256%3A9c5711087546b1ba7cefab267b8aa30b54ecde5926f009518cf0db974ff84c3d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9\u0026tag=1787737296"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e867bd8b76b5bc1438a7be88a30fa7707edbb1909920a1d4d1d0da0ddbebdb40_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e867bd8b76b5bc1438a7be88a30fa7707edbb1909920a1d4d1d0da0ddbebdb40_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e867bd8b76b5bc1438a7be88a30fa7707edbb1909920a1d4d1d0da0ddbebdb40_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3Ae867bd8b76b5bc1438a7be88a30fa7707edbb1909920a1d4d1d0da0ddbebdb40?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9\u0026tag=1787736122"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:313074950c6dec37d29a9722b58ddc951aaf67c27b47568039f29f02f2523128_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:313074950c6dec37d29a9722b58ddc951aaf67c27b47568039f29f02f2523128_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:313074950c6dec37d29a9722b58ddc951aaf67c27b47568039f29f02f2523128_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3A313074950c6dec37d29a9722b58ddc951aaf67c27b47568039f29f02f2523128?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9\u0026tag=1787736010"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f8392be7a6f5223930d53ed6d127faf727489b8f5ebbbda6b6b437c529e3c812_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f8392be7a6f5223930d53ed6d127faf727489b8f5ebbbda6b6b437c529e3c812_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f8392be7a6f5223930d53ed6d127faf727489b8f5ebbbda6b6b437c529e3c812_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3Af8392be7a6f5223930d53ed6d127faf727489b8f5ebbbda6b6b437c529e3c812?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9\u0026tag=1787735721"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d6376055835ac40728181d6f354398a0e60ca131d2fd8f41471ed87e974ea4cb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d6376055835ac40728181d6f354398a0e60ca131d2fd8f41471ed87e974ea4cb_arm64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d6376055835ac40728181d6f354398a0e60ca131d2fd8f41471ed87e974ea4cb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3Ad6376055835ac40728181d6f354398a0e60ca131d2fd8f41471ed87e974ea4cb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=1787736552"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:babd6b0e928bb674289f34787d3aa536bdc4c24a877a5ac9311f21f0cc9e6224_arm64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:babd6b0e928bb674289f34787d3aa536bdc4c24a877a5ac9311f21f0cc9e6224_arm64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:babd6b0e928bb674289f34787d3aa536bdc4c24a877a5ac9311f21f0cc9e6224_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/egress-router-cni-rhel9@sha256%3Ababd6b0e928bb674289f34787d3aa536bdc4c24a877a5ac9311f21f0cc9e6224?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/egress-router-cni-rhel9\u0026tag=1787737512"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:cb3d2ccb57987217c75079a9c10f230f6a7de9ba3b0fbd87d8d3d5c71f8c94b0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:cb3d2ccb57987217c75079a9c10f230f6a7de9ba3b0fbd87d8d3d5c71f8c94b0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:cb3d2ccb57987217c75079a9c10f230f6a7de9ba3b0fbd87d8d3d5c71f8c94b0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3Acb3d2ccb57987217c75079a9c10f230f6a7de9ba3b0fbd87d8d3d5c71f8c94b0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9\u0026tag=1787736285"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5bc26795163f03947b3f42a5c8cc52b7fd6eb713a0fa5a1558bfe834c21edc0c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5bc26795163f03947b3f42a5c8cc52b7fd6eb713a0fa5a1558bfe834c21edc0c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5bc26795163f03947b3f42a5c8cc52b7fd6eb713a0fa5a1558bfe834c21edc0c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-proxy-rhel9@sha256%3A5bc26795163f03947b3f42a5c8cc52b7fd6eb713a0fa5a1558bfe834c21edc0c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-proxy-rhel9\u0026tag=1787737517"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3f836bb9effeca4dd6a230a4241282d33ed454ebabd84829c41e58db5f24f47_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3f836bb9effeca4dd6a230a4241282d33ed454ebabd84829c41e58db5f24f47_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3f836bb9effeca4dd6a230a4241282d33ed454ebabd84829c41e58db5f24f47_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-alertmanager-rhel9@sha256%3Af3f836bb9effeca4dd6a230a4241282d33ed454ebabd84829c41e58db5f24f47?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9\u0026tag=1787735396"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ec7a4bcebcc80cbda32227224f64e67cdbc98d3fab95466b55c89755421ea4d2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ec7a4bcebcc80cbda32227224f64e67cdbc98d3fab95466b55c89755421ea4d2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ec7a4bcebcc80cbda32227224f64e67cdbc98d3fab95466b55c89755421ea4d2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-node-exporter-rhel9@sha256%3Aec7a4bcebcc80cbda32227224f64e67cdbc98d3fab95466b55c89755421ea4d2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9\u0026tag=1787735398"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0a0cbb021e13ce9d693eacc4982ece2e8ba4697f5d5571b8d0671d71824fd07_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0a0cbb021e13ce9d693eacc4982ece2e8ba4697f5d5571b8d0671d71824fd07_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0a0cbb021e13ce9d693eacc4982ece2e8ba4697f5d5571b8d0671d71824fd07_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9@sha256%3Ab0a0cbb021e13ce9d693eacc4982ece2e8ba4697f5d5571b8d0671d71824fd07?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-rhel9\u0026tag=1787736183"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d2eaa5b8ad9464732265b84128b5280d725feabb2d4b4cef0178a317add66c39_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d2eaa5b8ad9464732265b84128b5280d725feabb2d4b4cef0178a317add66c39_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d2eaa5b8ad9464732265b84128b5280d725feabb2d4b4cef0178a317add66c39_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3Ad2eaa5b8ad9464732265b84128b5280d725feabb2d4b4cef0178a317add66c39?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel9\u0026tag=1787736745"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c16e4af4e9a79ac2f1fa632b20e98befa9aa2953ef241af186edd226e39150e3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c16e4af4e9a79ac2f1fa632b20e98befa9aa2953ef241af186edd226e39150e3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c16e4af4e9a79ac2f1fa632b20e98befa9aa2953ef241af186edd226e39150e3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-rhel9@sha256%3Ac16e4af4e9a79ac2f1fa632b20e98befa9aa2953ef241af186edd226e39150e3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-rhel9\u0026tag=1787735443"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a677804e422590551f82a17e61f64bc03d5a8a42a695e7ae8d9de5dc086924d9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a677804e422590551f82a17e61f64bc03d5a8a42a695e7ae8d9de5dc086924d9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a677804e422590551f82a17e61f64bc03d5a8a42a695e7ae8d9de5dc086924d9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-agent-rhel9@sha256%3Aa677804e422590551f82a17e61f64bc03d5a8a42a695e7ae8d9de5dc086924d9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-agent-rhel9\u0026tag=1787735456"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e75d33740c576321707835258793fe2fd257682099348a2a067806e764e1560d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e75d33740c576321707835258793fe2fd257682099348a2a067806e764e1560d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e75d33740c576321707835258793fe2fd257682099348a2a067806e764e1560d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-machine-os-downloader-rhel9@sha256%3Ae75d33740c576321707835258793fe2fd257682099348a2a067806e764e1560d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9\u0026tag=1787735445"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7b6c16881c71569dbada90e320379c2159ead0b0ed2fa2113e065b361bdf2413_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7b6c16881c71569dbada90e320379c2159ead0b0ed2fa2113e065b361bdf2413_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7b6c16881c71569dbada90e320379c2159ead0b0ed2fa2113e065b361bdf2413_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-static-ip-manager-rhel9@sha256%3A7b6c16881c71569dbada90e320379c2159ead0b0ed2fa2113e065b361bdf2413?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9\u0026tag=1787735588"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:2fee175122b1e3f74cd8976af1515c869d096da0bc4f5e9024b31a64cf88896a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:2fee175122b1e3f74cd8976af1515c869d096da0bc4f5e9024b31a64cf88896a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:2fee175122b1e3f74cd8976af1515c869d096da0bc4f5e9024b31a64cf88896a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy-rhel9@sha256%3A2fee175122b1e3f74cd8976af1515c869d096da0bc4f5e9024b31a64cf88896a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-proxy-rhel9\u0026tag=1787736728"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:878a0a7473a69442dffd7c19132d74b29ecf765e3499d29f8da7b1de2ff6f439_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:878a0a7473a69442dffd7c19132d74b29ecf765e3499d29f8da7b1de2ff6f439_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:878a0a7473a69442dffd7c19132d74b29ecf765e3499d29f8da7b1de2ff6f439_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-rbac-proxy-rhel9@sha256%3A878a0a7473a69442dffd7c19132d74b29ecf765e3499d29f8da7b1de2ff6f439?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9\u0026tag=1787735628"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2b51546e56d1893aaa1b68c4e6ebb5479614d0402e840c8c850702ffb198036b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2b51546e56d1893aaa1b68c4e6ebb5479614d0402e840c8c850702ffb198036b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2b51546e56d1893aaa1b68c4e6ebb5479614d0402e840c8c850702ffb198036b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-state-metrics-rhel9@sha256%3A2b51546e56d1893aaa1b68c4e6ebb5479614d0402e840c8c850702ffb198036b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9\u0026tag=1787736811"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c9315d23ab26f6f40e05a5fb1f9f2dbce075244a035b1f16003d1108a7ba36d0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c9315d23ab26f6f40e05a5fb1f9f2dbce075244a035b1f16003d1108a7ba36d0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c9315d23ab26f6f40e05a5fb1f9f2dbce075244a035b1f16003d1108a7ba36d0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-marketplace-rhel9@sha256%3Ac9315d23ab26f6f40e05a5fb1f9f2dbce075244a035b1f16003d1108a7ba36d0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-marketplace-rhel9\u0026tag=1787737434"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2c80889bfaff670acbf859db3624951cda96d4ee8cb1560806ca4215e8c6c04b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2c80889bfaff670acbf859db3624951cda96d4ee8cb1560806ca4215e8c6c04b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2c80889bfaff670acbf859db3624951cda96d4ee8cb1560806ca4215e8c6c04b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3A2c80889bfaff670acbf859db3624951cda96d4ee8cb1560806ca4215e8c6c04b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9\u0026tag=1787736396"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1b6c3977b4835b0cd5399523dd437c230b992b77a0e7352b095d008be96fcdab_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1b6c3977b4835b0cd5399523dd437c230b992b77a0e7352b095d008be96fcdab_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1b6c3977b4835b0cd5399523dd437c230b992b77a0e7352b095d008be96fcdab_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-rhel9@sha256%3A1b6c3977b4835b0cd5399523dd437c230b992b77a0e7352b095d008be96fcdab?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni-rhel9\u0026tag=1787735542"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d3a98e507691edec50373d79ce9df48a71cb6a19a75c9276d0c5905d4f204b39_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d3a98e507691edec50373d79ce9df48a71cb6a19a75c9276d0c5905d4f204b39_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d3a98e507691edec50373d79ce9df48a71cb6a19a75c9276d0c5905d4f204b39_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-microshift-rhel9@sha256%3Ad3a98e507691edec50373d79ce9df48a71cb6a19a75c9276d0c5905d4f204b39?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9\u0026tag=1787736893"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a23fa7969c6a881648ba03ed1a13692c5db21b79f0608d841291ea9118548ed7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a23fa7969c6a881648ba03ed1a13692c5db21b79f0608d841291ea9118548ed7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a23fa7969c6a881648ba03ed1a13692c5db21b79f0608d841291ea9118548ed7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-networkpolicy-rhel9@sha256%3Aa23fa7969c6a881648ba03ed1a13692c5db21b79f0608d841291ea9118548ed7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9\u0026tag=1787737550"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:bf0b42c5e7e51129966a4744bb253b7c336bb88b1f1a562e481f7eeff5428136_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:bf0b42c5e7e51129966a4744bb253b7c336bb88b1f1a562e481f7eeff5428136_arm64",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:bf0b42c5e7e51129966a4744bb253b7c336bb88b1f1a562e481f7eeff5428136_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-networking-console-plugin-rhel9@sha256%3Abf0b42c5e7e51129966a4744bb253b7c336bb88b1f1a562e481f7eeff5428136?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9\u0026tag=1787735399"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f949249e3847338ce4ae9b94b0d191edd3f316d471f0a9047f97e41e41b7554c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f949249e3847338ce4ae9b94b0d191edd3f316d471f0a9047f97e41e41b7554c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f949249e3847338ce4ae9b94b0d191edd3f316d471f0a9047f97e41e41b7554c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-server-rhel9@sha256%3Af949249e3847338ce4ae9b94b0d191edd3f316d471f0a9047f97e41e41b7554c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-server-rhel9\u0026tag=1787735976"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:779afd8e0fa21d022d7e75e7ba8da00cc7604db1adfbbea879bfb1d0f8c9c831_arm64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:779afd8e0fa21d022d7e75e7ba8da00cc7604db1adfbbea879bfb1d0f8c9c831_arm64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:779afd8e0fa21d022d7e75e7ba8da00cc7604db1adfbbea879bfb1d0f8c9c831_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel9@sha256%3A779afd8e0fa21d022d7e75e7ba8da00cc7604db1adfbbea879bfb1d0f8c9c831?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/oc-mirror-plugin-rhel9\u0026tag=1787736410"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:04fe8c19bee4b629ee7f18a13dc0b7f49d6a4b6e19d204de90b6b2240b0f875e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:04fe8c19bee4b629ee7f18a13dc0b7f49d6a4b6e19d204de90b6b2240b0f875e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:04fe8c19bee4b629ee7f18a13dc0b7f49d6a4b6e19d204de90b6b2240b0f875e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder-rhel9@sha256%3A04fe8c19bee4b629ee7f18a13dc0b7f49d6a4b6e19d204de90b6b2240b0f875e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder-rhel9\u0026tag=1787737633"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ffdcf3c2b138b62cfc84d9916799812ad73fcba9c3416d7442f3686417c85932_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ffdcf3c2b138b62cfc84d9916799812ad73fcba9c3416d7442f3686417c85932_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ffdcf3c2b138b62cfc84d9916799812ad73fcba9c3416d7442f3686417c85932_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-rhel9@sha256%3Affdcf3c2b138b62cfc84d9916799812ad73fcba9c3416d7442f3686417c85932?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cli-rhel9\u0026tag=1787735982"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:4e8d3460e04e85a3e01a578d492499376787c85f2840c97821f11213862239df_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:4e8d3460e04e85a3e01a578d492499376787c85f2840c97821f11213862239df_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:4e8d3460e04e85a3e01a578d492499376787c85f2840c97821f11213862239df_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3A4e8d3460e04e85a3e01a578d492499376787c85f2840c97821f11213862239df?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9\u0026tag=1787737695"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:18f0345811215feda18d2b63f679ee870e76b33e9f61042d93edcf36fe97df95_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:18f0345811215feda18d2b63f679ee870e76b33e9f61042d93edcf36fe97df95_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:18f0345811215feda18d2b63f679ee870e76b33e9f61042d93edcf36fe97df95_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9-operator@sha256%3A18f0345811215feda18d2b63f679ee870e76b33e9f61042d93edcf36fe97df95?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9-operator\u0026tag=1787737011"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:149cca2af3f89c7d1e105de81bbd098c66be5687f18a584b644f21d0be20f414_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:149cca2af3f89c7d1e105de81bbd098c66be5687f18a584b644f21d0be20f414_arm64",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:149cca2af3f89c7d1e105de81bbd098c66be5687f18a584b644f21d0be20f414_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-deployer-rhel9@sha256%3A149cca2af3f89c7d1e105de81bbd098c66be5687f18a584b644f21d0be20f414?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-deployer-rhel9\u0026tag=1787737581"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:61155741778188324e0616274f067ec36723d0fb81d84e9715f72ffecfbc92ca_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:61155741778188324e0616274f067ec36723d0fb81d84e9715f72ffecfbc92ca_arm64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:61155741778188324e0616274f067ec36723d0fb81d84e9715f72ffecfbc92ca_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-haproxy-router-rhel9@sha256%3A61155741778188324e0616274f067ec36723d0fb81d84e9715f72ffecfbc92ca?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-haproxy-router-rhel9\u0026tag=1787737677"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3b9843a117d6a6ae28222951e1a556d3888ceab2ff75a082a06343c8030a5ed_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3b9843a117d6a6ae28222951e1a556d3888ceab2ff75a082a06343c8030a5ed_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3b9843a117d6a6ae28222951e1a556d3888ceab2ff75a082a06343c8030a5ed_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube-rhel9@sha256%3Ad3b9843a117d6a6ae28222951e1a556d3888ceab2ff75a082a06343c8030a5ed?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube-rhel9\u0026tag=1787736257"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1285e63d6cefc0454a400b20a6e404537a8d57e5fb9b5d7ff1a75b61555622fb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1285e63d6cefc0454a400b20a6e404537a8d57e5fb9b5d7ff1a75b61555622fb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1285e63d6cefc0454a400b20a6e404537a8d57e5fb9b5d7ff1a75b61555622fb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover-rhel9@sha256%3A1285e63d6cefc0454a400b20a6e404537a8d57e5fb9b5d7ff1a75b61555622fb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9\u0026tag=1787736927"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5e6d4e29635ea0b075e402931daf8c384d07ec8660223babfd0df9d572ea6912_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5e6d4e29635ea0b075e402931daf8c384d07ec8660223babfd0df9d572ea6912_arm64",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5e6d4e29635ea0b075e402931daf8c384d07ec8660223babfd0df9d572ea6912_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod-rhel9@sha256%3A5e6d4e29635ea0b075e402931daf8c384d07ec8660223babfd0df9d572ea6912?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-pod-rhel9\u0026tag=1787736197"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7a715c7e2a8f54ccee42abf122b0028ed19705f401248d8c38f785d960f1b116_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7a715c7e2a8f54ccee42abf122b0028ed19705f401248d8c38f785d960f1b116_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7a715c7e2a8f54ccee42abf122b0028ed19705f401248d8c38f785d960f1b116_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry-rhel9@sha256%3A7a715c7e2a8f54ccee42abf122b0028ed19705f401248d8c38f785d960f1b116?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-registry-rhel9\u0026tag=1787737097"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c4d2741561038e0080204335efc6eee5b6ffd8878553b240dd433fea701e6bab_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c4d2741561038e0080204335efc6eee5b6ffd8878553b240dd433fea701e6bab_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c4d2741561038e0080204335efc6eee5b6ffd8878553b240dd433fea701e6bab_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests-rhel9@sha256%3Ac4d2741561038e0080204335efc6eee5b6ffd8878553b240dd433fea701e6bab?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-tests-rhel9\u0026tag=1787737933"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b519e10d4cb8fd9ad126a36fb864d2f29f7df218ffa1b3b5f222e0befafbe360_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b519e10d4cb8fd9ad126a36fb864d2f29f7df218ffa1b3b5f222e0befafbe360_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b519e10d4cb8fd9ad126a36fb864d2f29f7df218ffa1b3b5f222e0befafbe360_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-state-metrics-rhel9@sha256%3Ab519e10d4cb8fd9ad126a36fb864d2f29f7df218ffa1b3b5f222e0befafbe360?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9\u0026tag=1787735113"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:9fdce4b5198ae740daa858432221625391f7283bad587e1ebc1220e7b0b4fa28_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:9fdce4b5198ae740daa858432221625391f7283bad587e1ebc1220e7b0b4fa28_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:9fdce4b5198ae740daa858432221625391f7283bad587e1ebc1220e7b0b4fa28_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cluster-api-controllers-rhel9@sha256%3A9fdce4b5198ae740daa858432221625391f7283bad587e1ebc1220e7b0b4fa28?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9\u0026tag=1787737203"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eb9908581f71dbe01d8553e494ef022417196408e9fdbd32f08fe1f5b9c9572c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eb9908581f71dbe01d8553e494ef022417196408e9fdbd32f08fe1f5b9c9572c_arm64",
"product_id": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eb9908581f71dbe01d8553e494ef022417196408e9fdbd32f08fe1f5b9c9572c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openstack-resource-controller-rhel9@sha256%3Aeb9908581f71dbe01d8553e494ef022417196408e9fdbd32f08fe1f5b9c9572c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/openstack-resource-controller-rhel9\u0026tag=1787736891"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3a7af87b46058334b97531a4b1b5cd5be47e2ade8d74497429529bf0a489b275_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3a7af87b46058334b97531a4b1b5cd5be47e2ade8d74497429529bf0a489b275_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3a7af87b46058334b97531a4b1b5cd5be47e2ade8d74497429529bf0a489b275_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager-rhel9@sha256%3A3a7af87b46058334b97531a4b1b5cd5be47e2ade8d74497429529bf0a489b275?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9\u0026tag=1787737122"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa346af0288b5886b5f095d1fa0ceb7715d4333db919ff9d61078f369642cc29_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa346af0288b5886b5f095d1fa0ceb7715d4333db919ff9d61078f369642cc29_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa346af0288b5886b5f095d1fa0ceb7715d4333db919ff9d61078f369642cc29_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry-rhel9@sha256%3Afa346af0288b5886b5f095d1fa0ceb7715d4333db919ff9d61078f369642cc29?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry-rhel9\u0026tag=1787735664"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a322e3fc620e914088fb5669f1459a47140abdf027bd011d6ff4e5b3e6b909b9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a322e3fc620e914088fb5669f1459a47140abdf027bd011d6ff4e5b3e6b909b9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a322e3fc620e914088fb5669f1459a47140abdf027bd011d6ff4e5b3e6b909b9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel9@sha256%3Aa322e3fc620e914088fb5669f1459a47140abdf027bd011d6ff4e5b3e6b909b9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9\u0026tag=1787736656"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:23fa493f397748092cd71c41b9d83d19fad6a5433b692bc644e30af790cf60da_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:23fa493f397748092cd71c41b9d83d19fad6a5433b692bc644e30af790cf60da_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:23fa493f397748092cd71c41b9d83d19fad6a5433b692bc644e30af790cf60da_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-csr-approver-rhel9@sha256%3A23fa493f397748092cd71c41b9d83d19fad6a5433b692bc644e30af790cf60da?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9\u0026tag=1787737106"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:73956194247e000432a8c5f7b78255062c5ca967745ba2d97e680a06f698f518_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:73956194247e000432a8c5f7b78255062c5ca967745ba2d97e680a06f698f518_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:73956194247e000432a8c5f7b78255062c5ca967745ba2d97e680a06f698f518_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel9@sha256%3A73956194247e000432a8c5f7b78255062c5ca967745ba2d97e680a06f698f518?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9\u0026tag=1787735328"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:41c2ea14036c2f8639cf0dd634e327841954eff4529743fcd10e8475546165d0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:41c2ea14036c2f8639cf0dd634e327841954eff4529743fcd10e8475546165d0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:41c2ea14036c2f8639cf0dd634e327841954eff4529743fcd10e8475546165d0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-orchestrator-rhel9@sha256%3A41c2ea14036c2f8639cf0dd634e327841954eff4529743fcd10e8475546165d0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9\u0026tag=1787736525"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:380e3045135a40d202f330002512a5c499d8d2079cc38e5c0bbd5a2312820dd3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:380e3045135a40d202f330002512a5c499d8d2079cc38e5c0bbd5a2312820dd3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:380e3045135a40d202f330002512a5c499d8d2079cc38e5c0bbd5a2312820dd3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-utils-rhel9@sha256%3A380e3045135a40d202f330002512a5c499d8d2079cc38e5c0bbd5a2312820dd3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9\u0026tag=1787737254"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ad2f0cda09211f3e0aff615306168baf808e6fefbf1f039c3ae1a1fa7050a61e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ad2f0cda09211f3e0aff615306168baf808e6fefbf1f039c3ae1a1fa7050a61e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ad2f0cda09211f3e0aff615306168baf808e6fefbf1f039c3ae1a1fa7050a61e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-apiserver-network-proxy-rhel9@sha256%3Aad2f0cda09211f3e0aff615306168baf808e6fefbf1f039c3ae1a1fa7050a61e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9\u0026tag=1787736920"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9bd17213796576ce4d315986dc0b271011c37cd6e9ed75edff5ba80c3302fc26_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9bd17213796576ce4d315986dc0b271011c37cd6e9ed75edff5ba80c3302fc26_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9bd17213796576ce4d315986dc0b271011c37cd6e9ed75edff5ba80c3302fc26_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cloud-controller-manager-rhel9@sha256%3A9bd17213796576ce4d315986dc0b271011c37cd6e9ed75edff5ba80c3302fc26?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9\u0026tag=1787735514"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3205092b914bc1fe858b2ede7642227e04f35d06daec4848fdbbc0406fab4a03_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3205092b914bc1fe858b2ede7642227e04f35d06daec4848fdbbc0406fab4a03_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3205092b914bc1fe858b2ede7642227e04f35d06daec4848fdbbc0406fab4a03_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cluster-api-controllers-rhel9@sha256%3A3205092b914bc1fe858b2ede7642227e04f35d06daec4848fdbbc0406fab4a03?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9\u0026tag=1787735365"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ee65002c4934842ad86197a89e838997bb87a93ddc9de3423eb2af282a565c41_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ee65002c4934842ad86197a89e838997bb87a93ddc9de3423eb2af282a565c41_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ee65002c4934842ad86197a89e838997bb87a93ddc9de3423eb2af282a565c41_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel9@sha256%3Aee65002c4934842ad86197a89e838997bb87a93ddc9de3423eb2af282a565c41?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9\u0026tag=1787735292"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:57259db0550547f85684c19078b9af82b6318dca0c00ef8da27de8c8dc90e305_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:57259db0550547f85684c19078b9af82b6318dca0c00ef8da27de8c8dc90e305_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:57259db0550547f85684c19078b9af82b6318dca0c00ef8da27de8c8dc90e305_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3A57259db0550547f85684c19078b9af82b6318dca0c00ef8da27de8c8dc90e305?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator\u0026tag=1787735173"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bf72f3bbed57cebe1deb7690cd7fcb6d371e526630cb386d13180726736219c2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bf72f3bbed57cebe1deb7690cd7fcb6d371e526630cb386d13180726736219c2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bf72f3bbed57cebe1deb7690cd7fcb6d371e526630cb386d13180726736219c2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-pod-identity-webhook-rhel9@sha256%3Abf72f3bbed57cebe1deb7690cd7fcb6d371e526630cb386d13180726736219c2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9\u0026tag=1787735273"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:81afdbb2d9fe212af38a11b4d00ac952a306e13f91b23b2a081c0393173c5e63_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:81afdbb2d9fe212af38a11b4d00ac952a306e13f91b23b2a081c0393173c5e63_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:81afdbb2d9fe212af38a11b4d00ac952a306e13f91b23b2a081c0393173c5e63_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cloud-controller-manager-rhel9@sha256%3A81afdbb2d9fe212af38a11b4d00ac952a306e13f91b23b2a081c0393173c5e63?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9\u0026tag=1787735431"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ea443d9738e4428b6912b47f9c1d8d05b75cf8b137f0f9a76f852418b33b989e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ea443d9738e4428b6912b47f9c1d8d05b75cf8b137f0f9a76f852418b33b989e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ea443d9738e4428b6912b47f9c1d8d05b75cf8b137f0f9a76f852418b33b989e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cloud-node-manager-rhel9@sha256%3Aea443d9738e4428b6912b47f9c1d8d05b75cf8b137f0f9a76f852418b33b989e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9\u0026tag=1787735568"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:7996dc231961eb51daaceda9598b04e4bbe7d0e4019dccf5adec8a14d6f7e1a2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:7996dc231961eb51daaceda9598b04e4bbe7d0e4019dccf5adec8a14d6f7e1a2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:7996dc231961eb51daaceda9598b04e4bbe7d0e4019dccf5adec8a14d6f7e1a2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cluster-api-controllers-rhel9@sha256%3A7996dc231961eb51daaceda9598b04e4bbe7d0e4019dccf5adec8a14d6f7e1a2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9\u0026tag=1787735352"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d4b6a07334845b2938c6d09556cea5e0477d13d4be6247bc9e3fede2e46aa3ee_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d4b6a07334845b2938c6d09556cea5e0477d13d4be6247bc9e3fede2e46aa3ee_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d4b6a07334845b2938c6d09556cea5e0477d13d4be6247bc9e3fede2e46aa3ee_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel9@sha256%3Ad4b6a07334845b2938c6d09556cea5e0477d13d4be6247bc9e3fede2e46aa3ee?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9\u0026tag=1787735401"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5c70298b919a36de41bf25d870bfa3da4013d36c6179db3eb6dd2e67dd20bff1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5c70298b919a36de41bf25d870bfa3da4013d36c6179db3eb6dd2e67dd20bff1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5c70298b919a36de41bf25d870bfa3da4013d36c6179db3eb6dd2e67dd20bff1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel9-operator@sha256%3A5c70298b919a36de41bf25d870bfa3da4013d36c6179db3eb6dd2e67dd20bff1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator\u0026tag=1787735590"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e01a83cb76fca294a011e022ed86f1da8cde36928096422a440bce8e42fbc8b6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e01a83cb76fca294a011e022ed86f1da8cde36928096422a440bce8e42fbc8b6_arm64",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e01a83cb76fca294a011e022ed86f1da8cde36928096422a440bce8e42fbc8b6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-service-rhel9-operator@sha256%3Ae01a83cb76fca294a011e022ed86f1da8cde36928096422a440bce8e42fbc8b6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/azure-service-rhel9-operator\u0026tag=1787736819"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:00f06d1c70494444172d5630c33e1c93c333a880520bad3a810f96dc69cced15_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:00f06d1c70494444172d5630c33e1c93c333a880520bad3a810f96dc69cced15_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:00f06d1c70494444172d5630c33e1c93c333a880520bad3a810f96dc69cced15_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-workload-identity-webhook-rhel9@sha256%3A00f06d1c70494444172d5630c33e1c93c333a880520bad3a810f96dc69cced15?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9\u0026tag=1787735201"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:12047af5271e61b4032c04c98df9ad54363d6beb13b36f49085307705677e345_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:12047af5271e61b4032c04c98df9ad54363d6beb13b36f49085307705677e345_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:12047af5271e61b4032c04c98df9ad54363d6beb13b36f49085307705677e345_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A12047af5271e61b4032c04c98df9ad54363d6beb13b36f49085307705677e345?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9\u0026tag=1787736352"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d3d951b736b910437255f3455b76357bfe0111c257f5a2d8dfe0f9abacf30fe0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d3d951b736b910437255f3455b76357bfe0111c257f5a2d8dfe0f9abacf30fe0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d3d951b736b910437255f3455b76357bfe0111c257f5a2d8dfe0f9abacf30fe0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel9@sha256%3Ad3d951b736b910437255f3455b76357bfe0111c257f5a2d8dfe0f9abacf30fe0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel9\u0026tag=1787738601"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:582a4e6fadda74e5c6c49b605b7967e9d6f25c84ab3de162c30931b1dcaee31b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:582a4e6fadda74e5c6c49b605b7967e9d6f25c84ab3de162c30931b1dcaee31b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:582a4e6fadda74e5c6c49b605b7967e9d6f25c84ab3de162c30931b1dcaee31b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-rhel9-operator@sha256%3A582a4e6fadda74e5c6c49b605b7967e9d6f25c84ab3de162c30931b1dcaee31b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-rhel9-operator\u0026tag=1787736333"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:473d595a495e4656de14b1b22456ef1ce2218fe39d02bf738990c0be4cdf5440_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:473d595a495e4656de14b1b22456ef1ce2218fe39d02bf738990c0be4cdf5440_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:473d595a495e4656de14b1b22456ef1ce2218fe39d02bf738990c0be4cdf5440_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-artifacts-rhel9@sha256%3A473d595a495e4656de14b1b22456ef1ce2218fe39d02bf738990c0be4cdf5440?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9\u0026tag=1787737716"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2e1e514d9f3cdf5f04ca924fa98d036988ab47259be5df67497931321634f730_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2e1e514d9f3cdf5f04ca924fa98d036988ab47259be5df67497931321634f730_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2e1e514d9f3cdf5f04ca924fa98d036988ab47259be5df67497931321634f730_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-credential-rhel9-operator@sha256%3A2e1e514d9f3cdf5f04ca924fa98d036988ab47259be5df67497931321634f730?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator\u0026tag=1787737036"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:757ad9e0c37b861340a7b2269b068d5b0c6355322eb5f5898a856fd9c4495b16_arm64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:757ad9e0c37b861340a7b2269b068d5b0c6355322eb5f5898a856fd9c4495b16_arm64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:757ad9e0c37b861340a7b2269b068d5b0c6355322eb5f5898a856fd9c4495b16_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-network-config-controller-rhel9@sha256%3A757ad9e0c37b861340a7b2269b068d5b0c6355322eb5f5898a856fd9c4495b16?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/cloud-network-config-controller-rhel9\u0026tag=1787736217"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:116474d2dd37c159032b15ff856dffecad2ef0ab76298bc43f840bd0245ec78b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:116474d2dd37c159032b15ff856dffecad2ef0ab76298bc43f840bd0245ec78b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:116474d2dd37c159032b15ff856dffecad2ef0ab76298bc43f840bd0245ec78b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-api-rhel9@sha256%3A116474d2dd37c159032b15ff856dffecad2ef0ab76298bc43f840bd0245ec78b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-api-rhel9\u0026tag=1787735297"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9c5d6a2d314e840600ca6bd1354c7dc6040fbdc216166418485d6edfedb27ce0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9c5d6a2d314e840600ca6bd1354c7dc6040fbdc216166418485d6edfedb27ce0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9c5d6a2d314e840600ca6bd1354c7dc6040fbdc216166418485d6edfedb27ce0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-rhel9-operator@sha256%3A9c5d6a2d314e840600ca6bd1354c7dc6040fbdc216166418485d6edfedb27ce0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator\u0026tag=1787735992"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5823c8fa1f1409d6863dacda718e35b7afd2915befa21343dfcc68b6fef7a9ce_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5823c8fa1f1409d6863dacda718e35b7afd2915befa21343dfcc68b6fef7a9ce_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5823c8fa1f1409d6863dacda718e35b7afd2915befa21343dfcc68b6fef7a9ce_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9-operator@sha256%3A5823c8fa1f1409d6863dacda718e35b7afd2915befa21343dfcc68b6fef7a9ce?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator\u0026tag=1787737222"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e3a7bfabcb96924059fb7906be97a0ebb1df35c6cad39a7968a6461df0cecb31_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e3a7bfabcb96924059fb7906be97a0ebb1df35c6cad39a7968a6461df0cecb31_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e3a7bfabcb96924059fb7906be97a0ebb1df35c6cad39a7968a6461df0cecb31_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel9@sha256%3Ae3a7bfabcb96924059fb7906be97a0ebb1df35c6cad39a7968a6461df0cecb31?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9\u0026tag=1787737031"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:623bc4c74b05b46babba7da628809bac05b48d8c4055648e88f0db57c1bb0e07_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:623bc4c74b05b46babba7da628809bac05b48d8c4055648e88f0db57c1bb0e07_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:623bc4c74b05b46babba7da628809bac05b48d8c4055648e88f0db57c1bb0e07_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-bootstrap-rhel9@sha256%3A623bc4c74b05b46babba7da628809bac05b48d8c4055648e88f0db57c1bb0e07?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9\u0026tag=1787736288"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e12ce561e4cad13a5d08e8164060bb74a309f66047279a26dd727d34ed3dc16a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e12ce561e4cad13a5d08e8164060bb74a309f66047279a26dd727d34ed3dc16a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e12ce561e4cad13a5d08e8164060bb74a309f66047279a26dd727d34ed3dc16a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-rhel9-operator@sha256%3Ae12ce561e4cad13a5d08e8164060bb74a309f66047279a26dd727d34ed3dc16a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator\u0026tag=1787736246"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c1e371a0057014662b91736570bf25fb1211ead7402154a1149dfee9e55b994e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c1e371a0057014662b91736570bf25fb1211ead7402154a1149dfee9e55b994e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c1e371a0057014662b91736570bf25fb1211ead7402154a1149dfee9e55b994e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3Ac1e371a0057014662b91736570bf25fb1211ead7402154a1149dfee9e55b994e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator\u0026tag=1787735338"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:68af6c6e7f51523ac223f4e25955cf3777f4ae5b601dcca7c6ec7e2dc0de0782_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:68af6c6e7f51523ac223f4e25955cf3777f4ae5b601dcca7c6ec7e2dc0de0782_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:68af6c6e7f51523ac223f4e25955cf3777f4ae5b601dcca7c6ec7e2dc0de0782_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-api-rhel9@sha256%3A68af6c6e7f51523ac223f4e25955cf3777f4ae5b601dcca7c6ec7e2dc0de0782?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-api-rhel9\u0026tag=1787737003"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:86135a8f7d4aed36e7b2a571b431b29eeaac2bda02762eafda3e22a62a7a2d6d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:86135a8f7d4aed36e7b2a571b431b29eeaac2bda02762eafda3e22a62a7a2d6d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:86135a8f7d4aed36e7b2a571b431b29eeaac2bda02762eafda3e22a62a7a2d6d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-rhel9-operator@sha256%3A86135a8f7d4aed36e7b2a571b431b29eeaac2bda02762eafda3e22a62a7a2d6d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator\u0026tag=1787736189"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2884bba195d4d635378b0d15efa54991a23f51bcf4efb1095b478f5cd9c34f46_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2884bba195d4d635378b0d15efa54991a23f51bcf4efb1095b478f5cd9c34f46_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2884bba195d4d635378b0d15efa54991a23f51bcf4efb1095b478f5cd9c34f46_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A2884bba195d4d635378b0d15efa54991a23f51bcf4efb1095b478f5cd9c34f46?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator\u0026tag=1787735400"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5216d36dc483b1368a03e00dd9dadc7c75de2bc36ed98cd7ea2b089cbe23965e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5216d36dc483b1368a03e00dd9dadc7c75de2bc36ed98cd7ea2b089cbe23965e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5216d36dc483b1368a03e00dd9dadc7c75de2bc36ed98cd7ea2b089cbe23965e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A5216d36dc483b1368a03e00dd9dadc7c75de2bc36ed98cd7ea2b089cbe23965e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator\u0026tag=1787736232"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d259704d34b605abd3568bd4c988bf9e831d80554ec2d7a57e7c39a70daf0140_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d259704d34b605abd3568bd4c988bf9e831d80554ec2d7a57e7c39a70daf0140_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d259704d34b605abd3568bd4c988bf9e831d80554ec2d7a57e7c39a70daf0140_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-dns-rhel9-operator@sha256%3Ad259704d34b605abd3568bd4c988bf9e831d80554ec2d7a57e7c39a70daf0140?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator\u0026tag=1787737078"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e696a8bc54ef8a13800b2168a395d2cbb08678403beee2dc52c56d04cb235759_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e696a8bc54ef8a13800b2168a395d2cbb08678403beee2dc52c56d04cb235759_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e696a8bc54ef8a13800b2168a395d2cbb08678403beee2dc52c56d04cb235759_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-image-registry-rhel9-operator@sha256%3Ae696a8bc54ef8a13800b2168a395d2cbb08678403beee2dc52c56d04cb235759?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator\u0026tag=1787736244"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bc614ab102efc7dfaa47fef84c4783da26548491e4c43257bb606a06e8d155f0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bc614ab102efc7dfaa47fef84c4783da26548491e4c43257bb606a06e8d155f0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bc614ab102efc7dfaa47fef84c4783da26548491e4c43257bb606a06e8d155f0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-rhel9-operator@sha256%3Abc614ab102efc7dfaa47fef84c4783da26548491e4c43257bb606a06e8d155f0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator\u0026tag=1787737526"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:13724dc9eb7247844e450b59b8cf3af5e5f486e9558942836ab60f74b9943291_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:13724dc9eb7247844e450b59b8cf3af5e5f486e9558942836ab60f74b9943291_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:13724dc9eb7247844e450b59b8cf3af5e5f486e9558942836ab60f74b9943291_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A13724dc9eb7247844e450b59b8cf3af5e5f486e9558942836ab60f74b9943291?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator\u0026tag=1787737208"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7664e74786778a96606757f1de215a4a9702d0c9f7cecba7bf8028884a7609ee_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7664e74786778a96606757f1de215a4a9702d0c9f7cecba7bf8028884a7609ee_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7664e74786778a96606757f1de215a4a9702d0c9f7cecba7bf8028884a7609ee_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A7664e74786778a96606757f1de215a4a9702d0c9f7cecba7bf8028884a7609ee?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator\u0026tag=1787735161"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ccae4f8f443ba6806ea33105d7dc06002d58914626cb9ae57476b29193761b53_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ccae4f8f443ba6806ea33105d7dc06002d58914626cb9ae57476b29193761b53_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ccae4f8f443ba6806ea33105d7dc06002d58914626cb9ae57476b29193761b53_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3Accae4f8f443ba6806ea33105d7dc06002d58914626cb9ae57476b29193761b53?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator\u0026tag=1787736220"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:94b9c011744629b1ff6f230e25f876f218ed59d55a941377797f77cdb7c03e1d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:94b9c011744629b1ff6f230e25f876f218ed59d55a941377797f77cdb7c03e1d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:94b9c011744629b1ff6f230e25f876f218ed59d55a941377797f77cdb7c03e1d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A94b9c011744629b1ff6f230e25f876f218ed59d55a941377797f77cdb7c03e1d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator\u0026tag=1787737520"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fc8e892ccbd8d3c1e737fbaf8f02b5fa6bbbe242780c9cd00fbc5e6889d7baee_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fc8e892ccbd8d3c1e737fbaf8f02b5fa6bbbe242780c9cd00fbc5e6889d7baee_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fc8e892ccbd8d3c1e737fbaf8f02b5fa6bbbe242780c9cd00fbc5e6889d7baee_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3Afc8e892ccbd8d3c1e737fbaf8f02b5fa6bbbe242780c9cd00fbc5e6889d7baee?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator\u0026tag=1787735100"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b8d2783a76f514f9a4e8096434ac205e1d82d09da2d67fb930a1b5e4d8089e8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b8d2783a76f514f9a4e8096434ac205e1d82d09da2d67fb930a1b5e4d8089e8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b8d2783a76f514f9a4e8096434ac205e1d82d09da2d67fb930a1b5e4d8089e8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-machine-approver-rhel9@sha256%3A6b8d2783a76f514f9a4e8096434ac205e1d82d09da2d67fb930a1b5e4d8089e8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9\u0026tag=1787737126"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6720c8097a398327f18a5c84c28f6b58aeee017199c2649649a1f159b8365838_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6720c8097a398327f18a5c84c28f6b58aeee017199c2649649a1f159b8365838_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6720c8097a398327f18a5c84c28f6b58aeee017199c2649649a1f159b8365838_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-olm-rhel9-operator@sha256%3A6720c8097a398327f18a5c84c28f6b58aeee017199c2649649a1f159b8365838?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator\u0026tag=1787737072"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ba258012c0832c57b29785be805be44f0b5f8eccaf76d82d7493946806eafe5f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ba258012c0832c57b29785be805be44f0b5f8eccaf76d82d7493946806eafe5f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ba258012c0832c57b29785be805be44f0b5f8eccaf76d82d7493946806eafe5f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3Aba258012c0832c57b29785be805be44f0b5f8eccaf76d82d7493946806eafe5f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator\u0026tag=1787735753"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4d6a10dcda92c599f52977c71208222d166168b29da4eb4727c466e7eb53cdd1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4d6a10dcda92c599f52977c71208222d166168b29da4eb4727c466e7eb53cdd1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4d6a10dcda92c599f52977c71208222d166168b29da4eb4727c466e7eb53cdd1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A4d6a10dcda92c599f52977c71208222d166168b29da4eb4727c466e7eb53cdd1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator\u0026tag=1787737246"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:be6a9bcb97824c91f393af5aac5a146d819ed9893f5a074e146afe18f3a50dc9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:be6a9bcb97824c91f393af5aac5a146d819ed9893f5a074e146afe18f3a50dc9_arm64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:be6a9bcb97824c91f393af5aac5a146d819ed9893f5a074e146afe18f3a50dc9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9-operator@sha256%3Abe6a9bcb97824c91f393af5aac5a146d819ed9893f5a074e146afe18f3a50dc9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator\u0026tag=1787735104"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:545bc2a7b32276bec515f338aea3a2976c01cc787a559986646aa6fa26ad5f35_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:545bc2a7b32276bec515f338aea3a2976c01cc787a559986646aa6fa26ad5f35_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:545bc2a7b32276bec515f338aea3a2976c01cc787a559986646aa6fa26ad5f35_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-samples-rhel9-operator@sha256%3A545bc2a7b32276bec515f338aea3a2976c01cc787a559986646aa6fa26ad5f35?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator\u0026tag=1787735122"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:559af5a310f0923dcb4ef9389c51c98604cf44642a13e8ccb46225b4ca268580_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:559af5a310f0923dcb4ef9389c51c98604cf44642a13e8ccb46225b4ca268580_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:559af5a310f0923dcb4ef9389c51c98604cf44642a13e8ccb46225b4ca268580_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-update-keys-rhel9@sha256%3A559af5a310f0923dcb4ef9389c51c98604cf44642a13e8ccb46225b4ca268580?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9\u0026tag=1787735913"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:78aef6c20ab3bf78eeb8b8a857ca2a24067d45cea0a070c44d3fcedc00d4efbe_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:78aef6c20ab3bf78eeb8b8a857ca2a24067d45cea0a070c44d3fcedc00d4efbe_arm64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:78aef6c20ab3bf78eeb8b8a857ca2a24067d45cea0a070c44d3fcedc00d4efbe_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-container-networking-plugins-rhel9@sha256%3A78aef6c20ab3bf78eeb8b8a857ca2a24067d45cea0a070c44d3fcedc00d4efbe?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9\u0026tag=1787736353"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3746261c5d4744b13d4704c822fd62ce1f486010176fdb3bf95512c72eece73f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3746261c5d4744b13d4704c822fd62ce1f486010176fdb3bf95512c72eece73f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3746261c5d4744b13d4704c822fd62ce1f486010176fdb3bf95512c72eece73f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer-rhel9@sha256%3A3746261c5d4744b13d4704c822fd62ce1f486010176fdb3bf95512c72eece73f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9\u0026tag=1787736164"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3be306649df2fa3cc9f30e60ed5d947fb0678b0231b617eafd3b1593d10feec5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3be306649df2fa3cc9f30e60ed5d947fb0678b0231b617eafd3b1593d10feec5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3be306649df2fa3cc9f30e60ed5d947fb0678b0231b617eafd3b1593d10feec5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter-rhel9@sha256%3A3be306649df2fa3cc9f30e60ed5d947fb0678b0231b617eafd3b1593d10feec5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9\u0026tag=1787735121"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8004e7284c63cc32a05f6de732791416d57d62db041ede2829d4797139094292_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8004e7284c63cc32a05f6de732791416d57d62db041ede2829d4797139094292_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8004e7284c63cc32a05f6de732791416d57d62db041ede2829d4797139094292_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller-rhel9@sha256%3A8004e7284c63cc32a05f6de732791416d57d62db041ede2829d4797139094292?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9\u0026tag=1787735363"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a6d7d7df9078e9d1cb0f12f9ceac12c96bf2cea03a9085b23c3e4af6a456b51d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a6d7d7df9078e9d1cb0f12f9ceac12c96bf2cea03a9085b23c3e4af6a456b51d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a6d7d7df9078e9d1cb0f12f9ceac12c96bf2cea03a9085b23c3e4af6a456b51d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-etcd-rhel9@sha256%3Aa6d7d7df9078e9d1cb0f12f9ceac12c96bf2cea03a9085b23c3e4af6a456b51d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-etcd-rhel9\u0026tag=1787736773"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:0932891a63e5ec5a076c7848d5746e29d972f3a96058914bee8fffa4921fed38_arm64",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:0932891a63e5ec5a076c7848d5746e29d972f3a96058914bee8fffa4921fed38_arm64",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:0932891a63e5ec5a076c7848d5746e29d972f3a96058914bee8fffa4921fed38_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel9@sha256%3A0932891a63e5ec5a076c7848d5746e29d972f3a96058914bee8fffa4921fed38?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/frr-rhel9\u0026tag=1787736001"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93baf08acbc6875eb2b665a9ef3601ca34b76767cd70a172dac7237f21b6958c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93baf08acbc6875eb2b665a9ef3601ca34b76767cd70a172dac7237f21b6958c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93baf08acbc6875eb2b665a9ef3601ca34b76767cd70a172dac7237f21b6958c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cloud-controller-manager-rhel9@sha256%3A93baf08acbc6875eb2b665a9ef3601ca34b76767cd70a172dac7237f21b6958c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9\u0026tag=1787736259"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cc1559af0d7be472ae46be4552fb41e81ad804d73d1444b92cae4485118c6773_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cc1559af0d7be472ae46be4552fb41e81ad804d73d1444b92cae4485118c6773_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cc1559af0d7be472ae46be4552fb41e81ad804d73d1444b92cae4485118c6773_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cluster-api-controllers-rhel9@sha256%3Acc1559af0d7be472ae46be4552fb41e81ad804d73d1444b92cae4485118c6773?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9\u0026tag=1787758339"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:016fc7e804acce7a8b8df0a02bec320c32f9ce6224ae67598a63992219a77516_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:016fc7e804acce7a8b8df0a02bec320c32f9ce6224ae67598a63992219a77516_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:016fc7e804acce7a8b8df0a02bec320c32f9ce6224ae67598a63992219a77516_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-rhel9@sha256%3A016fc7e804acce7a8b8df0a02bec320c32f9ce6224ae67598a63992219a77516?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9\u0026tag=1787736451"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1728f980f3ebba7e48bc0e8cad114db1e0c06f692638764e30ab990f45c637af_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1728f980f3ebba7e48bc0e8cad114db1e0c06f692638764e30ab990f45c637af_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1728f980f3ebba7e48bc0e8cad114db1e0c06f692638764e30ab990f45c637af_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3A1728f980f3ebba7e48bc0e8cad114db1e0c06f692638764e30ab990f45c637af?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9\u0026tag=1787735211"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6d681aac67e08e2ecca32415dddeb47df6191a99f7a8d7bc3bf1697c6a26c1af_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6d681aac67e08e2ecca32415dddeb47df6191a99f7a8d7bc3bf1697c6a26c1af_arm64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6d681aac67e08e2ecca32415dddeb47df6191a99f7a8d7bc3bf1697c6a26c1af_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-image-customization-controller-rhel9@sha256%3A6d681aac67e08e2ecca32415dddeb47df6191a99f7a8d7bc3bf1697c6a26c1af?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-image-customization-controller-rhel9\u0026tag=1787735454"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3ef5a3798abfd3d9ec1b6ebabf3ceb32fa4057072b2670793ca119f556c0897f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3ef5a3798abfd3d9ec1b6ebabf3ceb32fa4057072b2670793ca119f556c0897f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3ef5a3798abfd3d9ec1b6ebabf3ceb32fa4057072b2670793ca119f556c0897f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel9-operator@sha256%3A3ef5a3798abfd3d9ec1b6ebabf3ceb32fa4057072b2670793ca119f556c0897f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel9-operator\u0026tag=1787736323"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ab22d93f277f9bb65fcb5fd9c448b72f82384b9be43b8ab525d2836832044eb2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ab22d93f277f9bb65fcb5fd9c448b72f82384b9be43b8ab525d2836832044eb2_arm64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ab22d93f277f9bb65fcb5fd9c448b72f82384b9be43b8ab525d2836832044eb2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-exporter-rhel9@sha256%3Aab22d93f277f9bb65fcb5fd9c448b72f82384b9be43b8ab525d2836832044eb2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/insights-runtime-exporter-rhel9\u0026tag=1787737087"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1db6c409fede3e9ec09788fdf286fdb0634de6b6e727ec010332f7cf2e462_arm64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1db6c409fede3e9ec09788fdf286fdb0634de6b6e727ec010332f7cf2e462_arm64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1db6c409fede3e9ec09788fdf286fdb0634de6b6e727ec010332f7cf2e462_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-extractor-rhel9@sha256%3A95c1db6c409fede3e9ec09788fdf286fdb0634de6b6e727ec010332f7cf2e462?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/insights-runtime-extractor-rhel9\u0026tag=1787735386"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b91654b9aaa85e13d262d21b949b1a96b386f202524c2e8d52ecb66c279eca8d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b91654b9aaa85e13d262d21b949b1a96b386f202524c2e8d52ecb66c279eca8d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b91654b9aaa85e13d262d21b949b1a96b386f202524c2e8d52ecb66c279eca8d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-rhel9@sha256%3Ab91654b9aaa85e13d262d21b949b1a96b386f202524c2e8d52ecb66c279eca8d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-rhel9\u0026tag=1787740470"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e8f942ece24d15ce0c4a31f731f2060b6e3874a2f486b2dd255c773fb1a55f46_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e8f942ece24d15ce0c4a31f731f2060b6e3874a2f486b2dd255c773fb1a55f46_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e8f942ece24d15ce0c4a31f731f2060b6e3874a2f486b2dd255c773fb1a55f46_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts-rhel9@sha256%3Ae8f942ece24d15ce0c4a31f731f2060b6e3874a2f486b2dd255c773fb1a55f46?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts-rhel9\u0026tag=1787740332"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:221943f7b65573c2942d88354261f93a01950be1d1a86fa853544cc4c283c027_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:221943f7b65573c2942d88354261f93a01950be1d1a86fa853544cc4c283c027_arm64",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:221943f7b65573c2942d88354261f93a01950be1d1a86fa853544cc4c283c027_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-metrics-server-rhel9@sha256%3A221943f7b65573c2942d88354261f93a01950be1d1a86fa853544cc4c283c027?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/kube-metrics-server-rhel9\u0026tag=1787735573"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:569965f29f668f02a342c0c7b4804bdc92354610e9368ba42a3ea5cc3172f532_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:569965f29f668f02a342c0c7b4804bdc92354610e9368ba42a3ea5cc3172f532_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:569965f29f668f02a342c0c7b4804bdc92354610e9368ba42a3ea5cc3172f532_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel9@sha256%3A569965f29f668f02a342c0c7b4804bdc92354610e9368ba42a3ea5cc3172f532?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9\u0026tag=1787736375"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:60c4fd0dcbc1ed92bee7dedce7879893a23c9e4a6181e5e6d6a8f04880f377eb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:60c4fd0dcbc1ed92bee7dedce7879893a23c9e4a6181e5e6d6a8f04880f377eb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:60c4fd0dcbc1ed92bee7dedce7879893a23c9e4a6181e5e6d6a8f04880f377eb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A60c4fd0dcbc1ed92bee7dedce7879893a23c9e4a6181e5e6d6a8f04880f377eb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9\u0026tag=1787736948"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:56ab8a9553f0c0202a47d858e234f2672098514dd647502405cac1f28d14196a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:56ab8a9553f0c0202a47d858e234f2672098514dd647502405cac1f28d14196a_arm64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:56ab8a9553f0c0202a47d858e234f2672098514dd647502405cac1f28d14196a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel9@sha256%3A56ab8a9553f0c0202a47d858e234f2672098514dd647502405cac1f28d14196a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9\u0026tag=1787736399"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cc440be9f6b3c5e22186b6d53a428a8220201ddaa79be39e19cc31a8fbd7b221_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cc440be9f6b3c5e22186b6d53a428a8220201ddaa79be39e19cc31a8fbd7b221_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cc440be9f6b3c5e22186b6d53a428a8220201ddaa79be39e19cc31a8fbd7b221_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-rhel9-operator@sha256%3Acc440be9f6b3c5e22186b6d53a428a8220201ddaa79be39e19cc31a8fbd7b221?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-rhel9-operator\u0026tag=1787735468"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:3d914112ad75b59b03d5653cea40a25d92af415ef52dd10aa7394465e6bab92b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:3d914112ad75b59b03d5653cea40a25d92af415ef52dd10aa7394465e6bab92b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:3d914112ad75b59b03d5653cea40a25d92af415ef52dd10aa7394465e6bab92b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-aws-rhel9@sha256%3A3d914112ad75b59b03d5653cea40a25d92af415ef52dd10aa7394465e6bab92b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9\u0026tag=1787735389"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:fc7a6712a6fe86a47b5a745e06a0c6d164779eb198f284fd0996847b025e53c2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:fc7a6712a6fe86a47b5a745e06a0c6d164779eb198f284fd0996847b025e53c2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:fc7a6712a6fe86a47b5a745e06a0c6d164779eb198f284fd0996847b025e53c2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-azure-rhel9@sha256%3Afc7a6712a6fe86a47b5a745e06a0c6d164779eb198f284fd0996847b025e53c2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9\u0026tag=1787735551"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba41cc4ad0ea8dc731838e00dae166209a3e06d104e5cf11491639f82290eca6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba41cc4ad0ea8dc731838e00dae166209a3e06d104e5cf11491639f82290eca6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba41cc4ad0ea8dc731838e00dae166209a3e06d104e5cf11491639f82290eca6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-gcp-rhel9@sha256%3Aba41cc4ad0ea8dc731838e00dae166209a3e06d104e5cf11491639f82290eca6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9\u0026tag=1787736092"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb48a38cb5d06b67ecfb4777c44d44f3e32a996397450e30f40e7ec3e340a56a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb48a38cb5d06b67ecfb4777c44d44f3e32a996397450e30f40e7ec3e340a56a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb48a38cb5d06b67ecfb4777c44d44f3e32a996397450e30f40e7ec3e340a56a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel9@sha256%3Acb48a38cb5d06b67ecfb4777c44d44f3e32a996397450e30f40e7ec3e340a56a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9\u0026tag=1787737581"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:49f08b645fc28af342483d9efaf2f607c9c2a6b491b477cdcf2985c44aa3e894_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:49f08b645fc28af342483d9efaf2f607c9c2a6b491b477cdcf2985c44aa3e894_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:49f08b645fc28af342483d9efaf2f607c9c2a6b491b477cdcf2985c44aa3e894_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-rhel9-operator@sha256%3A49f08b645fc28af342483d9efaf2f607c9c2a6b491b477cdcf2985c44aa3e894?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-rhel9-operator\u0026tag=1787760320"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c71d05c245bf1a4955f46c785d7264985e1f904de2a19972f7ce6209a3be0e4a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c71d05c245bf1a4955f46c785d7264985e1f904de2a19972f7ce6209a3be0e4a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c71d05c245bf1a4955f46c785d7264985e1f904de2a19972f7ce6209a3be0e4a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel9@sha256%3Ac71d05c245bf1a4955f46c785d7264985e1f904de2a19972f7ce6209a3be0e4a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel9\u0026tag=1787568817"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f6c44d76a715e0ca38fa5e2becad93a2bf3a41fd8f181846e7aba81b0c579691_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f6c44d76a715e0ca38fa5e2becad93a2bf3a41fd8f181846e7aba81b0c579691_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f6c44d76a715e0ca38fa5e2becad93a2bf3a41fd8f181846e7aba81b0c579691_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-admission-controller-rhel9@sha256%3Af6c44d76a715e0ca38fa5e2becad93a2bf3a41fd8f181846e7aba81b0c579691?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9\u0026tag=1787737500"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:3a7644c1ac089cabd142fc1743b47302eae8528b13d1b038298f2f57cf746326_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:3a7644c1ac089cabd142fc1743b47302eae8528b13d1b038298f2f57cf746326_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:3a7644c1ac089cabd142fc1743b47302eae8528b13d1b038298f2f57cf746326_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-route-override-cni-rhel9@sha256%3A3a7644c1ac089cabd142fc1743b47302eae8528b13d1b038298f2f57cf746326?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9\u0026tag=1787736152"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:876fd001172d5151ef99c02826f834ee4db4623b00699a8fb30d6a456a7a8687_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:876fd001172d5151ef99c02826f834ee4db4623b00699a8fb30d6a456a7a8687_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:876fd001172d5151ef99c02826f834ee4db4623b00699a8fb30d6a456a7a8687_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A876fd001172d5151ef99c02826f834ee4db4623b00699a8fb30d6a456a7a8687?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9\u0026tag=1787735097"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a7a8d4d8adfd98d3a6e3d37644b33966f2c34ff1e553fbb5140ab9a15563e821_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a7a8d4d8adfd98d3a6e3d37644b33966f2c34ff1e553fbb5140ab9a15563e821_arm64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a7a8d4d8adfd98d3a6e3d37644b33966f2c34ff1e553fbb5140ab9a15563e821_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-must-gather-rhel9@sha256%3Aa7a8d4d8adfd98d3a6e3d37644b33966f2c34ff1e553fbb5140ab9a15563e821?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather-rhel9\u0026tag=1787737233"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:350a0360dfdc31eccadb0e8b9397d5a3436bb509999034b60e611428eb006cc4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:350a0360dfdc31eccadb0e8b9397d5a3436bb509999034b60e611428eb006cc4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:350a0360dfdc31eccadb0e8b9397d5a3436bb509999034b60e611428eb006cc4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-interface-bond-cni-rhel9@sha256%3A350a0360dfdc31eccadb0e8b9397d5a3436bb509999034b60e611428eb006cc4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9\u0026tag=1787737094"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8fb972b411085b4551e10adbd419e3cb89754ee5300222cc4fce27cc349513f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8fb972b411085b4551e10adbd419e3cb89754ee5300222cc4fce27cc349513f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8fb972b411085b4551e10adbd419e3cb89754ee5300222cc4fce27cc349513f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-metrics-daemon-rhel9@sha256%3Af8fb972b411085b4551e10adbd419e3cb89754ee5300222cc4fce27cc349513f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9\u0026tag=1787735117"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:0857a5a2cfb5c277bc2d2545fb19693f23285ccf6b75144da8fcd7225e1df1c7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:0857a5a2cfb5c277bc2d2545fb19693f23285ccf6b75144da8fcd7225e1df1c7_arm64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:0857a5a2cfb5c277bc2d2545fb19693f23285ccf6b75144da8fcd7225e1df1c7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3A0857a5a2cfb5c277bc2d2545fb19693f23285ccf6b75144da8fcd7225e1df1c7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel9\u0026tag=1787739401"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8073e0be1f7f7523880b30946f1b6868274c070acb97d9da2f5c486db99ea18d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8073e0be1f7f7523880b30946f1b6868274c070acb97d9da2f5c486db99ea18d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8073e0be1f7f7523880b30946f1b6868274c070acb97d9da2f5c486db99ea18d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-apiserver-rhel9@sha256%3A8073e0be1f7f7523880b30946f1b6868274c070acb97d9da2f5c486db99ea18d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9\u0026tag=1787737149"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f65918214ce906cb5af9a59ece43a36870989c579ac1660a2a58f9536a79d9f9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f65918214ce906cb5af9a59ece43a36870989c579ac1660a2a58f9536a79d9f9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f65918214ce906cb5af9a59ece43a36870989c579ac1660a2a58f9536a79d9f9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-catalogd-rhel9@sha256%3Af65918214ce906cb5af9a59ece43a36870989c579ac1660a2a58f9536a79d9f9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-olm-catalogd-rhel9\u0026tag=1787735438"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:93505b057575ff9292e2e96903238708b940a23953a79cf8742c880f1fbc743a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:93505b057575ff9292e2e96903238708b940a23953a79cf8742c880f1fbc743a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:93505b057575ff9292e2e96903238708b940a23953a79cf8742c880f1fbc743a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-operator-controller-rhel9@sha256%3A93505b057575ff9292e2e96903238708b940a23953a79cf8742c880f1fbc743a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9\u0026tag=1787737468"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3923e99d803b6dd5bfd2fc957101bef6dd86ba8f6de9e59a849e4c7a02d57e0b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3923e99d803b6dd5bfd2fc957101bef6dd86ba8f6de9e59a849e4c7a02d57e0b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3923e99d803b6dd5bfd2fc957101bef6dd86ba8f6de9e59a849e4c7a02d57e0b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel9@sha256%3A3923e99d803b6dd5bfd2fc957101bef6dd86ba8f6de9e59a849e4c7a02d57e0b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9\u0026tag=1787736888"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c3b1ed110f6b17263484b7fde65642eb349162b206c0b9a2f463bf5eb13273c3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c3b1ed110f6b17263484b7fde65642eb349162b206c0b9a2f463bf5eb13273c3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c3b1ed110f6b17263484b7fde65642eb349162b206c0b9a2f463bf5eb13273c3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-controller-manager-rhel9@sha256%3Ac3b1ed110f6b17263484b7fde65642eb349162b206c0b9a2f463bf5eb13273c3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9\u0026tag=1787737583"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0fe87955631062bc7ce78891b9eb056f899308f8cb8101b3a44f889c1f0c0654_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0fe87955631062bc7ce78891b9eb056f899308f8cb8101b3a44f889c1f0c0654_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0fe87955631062bc7ce78891b9eb056f899308f8cb8101b3a44f889c1f0c0654_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9@sha256%3A0fe87955631062bc7ce78891b9eb056f899308f8cb8101b3a44f889c1f0c0654?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9\u0026tag=1787735459"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8f8c882873232fd9a00adc69e199f1b4acacffcdbc282280ebb61dfb1e61b875_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8f8c882873232fd9a00adc69e199f1b4acacffcdbc282280ebb61dfb1e61b875_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8f8c882873232fd9a00adc69e199f1b4acacffcdbc282280ebb61dfb1e61b875_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A8f8c882873232fd9a00adc69e199f1b4acacffcdbc282280ebb61dfb1e61b875?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator\u0026tag=1787737054"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:76c523fa10e222690941abc8c5564efee1ec4d309a7d023480b6000a545d655d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:76c523fa10e222690941abc8c5564efee1ec4d309a7d023480b6000a545d655d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:76c523fa10e222690941abc8c5564efee1ec4d309a7d023480b6000a545d655d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cloud-controller-manager-rhel9@sha256%3A76c523fa10e222690941abc8c5564efee1ec4d309a7d023480b6000a545d655d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9\u0026tag=1787736969"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7e11ca9795aea60b3f0853ffef0fdbf922f4863edd96c50fa85110f36bccced2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7e11ca9795aea60b3f0853ffef0fdbf922f4863edd96c50fa85110f36bccced2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7e11ca9795aea60b3f0853ffef0fdbf922f4863edd96c50fa85110f36bccced2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-framework-tools-rhel9@sha256%3A7e11ca9795aea60b3f0853ffef0fdbf922f4863edd96c50fa85110f36bccced2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9\u0026tag=1787736790"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ab417553778971822422c6eef94aeb437209fcf88e78188b701d4b2243ac5be7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ab417553778971822422c6eef94aeb437209fcf88e78188b701d4b2243ac5be7_arm64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ab417553778971822422c6eef94aeb437209fcf88e78188b701d4b2243ac5be7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9@sha256%3Aab417553778971822422c6eef94aeb437209fcf88e78188b701d4b2243ac5be7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel9\u0026tag=1787735351"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:af0442c88d2b9b93a187010065424798d89aad1d695ba438c815d04d7fcbef04_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:af0442c88d2b9b93a187010065424798d89aad1d695ba438c815d04d7fcbef04_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:af0442c88d2b9b93a187010065424798d89aad1d695ba438c815d04d7fcbef04_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3Aaf0442c88d2b9b93a187010065424798d89aad1d695ba438c815d04d7fcbef04?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9\u0026tag=1787737146"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:71f9b47dbd3985738259a6bc9a5bbdb240fd21284a194b47bb78538f8e870cac_arm64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:71f9b47dbd3985738259a6bc9a5bbdb240fd21284a194b47bb78538f8e870cac_arm64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:71f9b47dbd3985738259a6bc9a5bbdb240fd21284a194b47bb78538f8e870cac_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openshift-route-controller-manager-rhel9@sha256%3A71f9b47dbd3985738259a6bc9a5bbdb240fd21284a194b47bb78538f8e870cac?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9\u0026tag=1787737263"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0abb949ce9461e5718c1988f57791c7537eb1b3d2184f4b4268fe087e39726d1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0abb949ce9461e5718c1988f57791c7537eb1b3d2184f4b4268fe087e39726d1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0abb949ce9461e5718c1988f57791c7537eb1b3d2184f4b4268fe087e39726d1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-service-ca-rhel9-operator@sha256%3A0abb949ce9461e5718c1988f57791c7537eb1b3d2184f4b4268fe087e39726d1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-service-ca-rhel9-operator\u0026tag=1787736169"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f2fa21e8a0e88b25e9037a9c2db4b157ca6fef8b765b36da7dda71bf5a4c4478_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f2fa21e8a0e88b25e9037a9c2db4b157ca6fef8b765b36da7dda71bf5a4c4478_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f2fa21e8a0e88b25e9037a9c2db4b157ca6fef8b765b36da7dda71bf5a4c4478_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3Af2fa21e8a0e88b25e9037a9c2db4b157ca6fef8b765b36da7dda71bf5a4c4478?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel9\u0026tag=1787736243"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3403720059bdecff83f784e2fde54d2bebe09223ac6cf99ce2b4c840b9cd4a98_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3403720059bdecff83f784e2fde54d2bebe09223ac6cf99ce2b4c840b9cd4a98_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3403720059bdecff83f784e2fde54d2bebe09223ac6cf99ce2b4c840b9cd4a98_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3A3403720059bdecff83f784e2fde54d2bebe09223ac6cf99ce2b4c840b9cd4a98?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9\u0026tag=1787737628"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9f7c3543e4b1a095399d1219c50f1f5081440ae1605154324d57ba9201aa4fe9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9f7c3543e4b1a095399d1219c50f1f5081440ae1605154324d57ba9201aa4fe9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9f7c3543e4b1a095399d1219c50f1f5081440ae1605154324d57ba9201aa4fe9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prom-label-proxy-rhel9@sha256%3A9f7c3543e4b1a095399d1219c50f1f5081440ae1605154324d57ba9201aa4fe9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9\u0026tag=1787736546"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ba876751849dd525a26e70996e7e02092c473bdf386ec4663a54ecf61c4f0d37_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ba876751849dd525a26e70996e7e02092c473bdf386ec4663a54ecf61c4f0d37_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ba876751849dd525a26e70996e7e02092c473bdf386ec4663a54ecf61c4f0d37_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader-rhel9@sha256%3Aba876751849dd525a26e70996e7e02092c473bdf386ec4663a54ecf61c4f0d37?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9\u0026tag=1787735686"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:17752e2fbddeff8e6f43bd354d91f248b4e69d88e80b29b75508fb03b82d92bc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:17752e2fbddeff8e6f43bd354d91f248b4e69d88e80b29b75508fb03b82d92bc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:17752e2fbddeff8e6f43bd354d91f248b4e69d88e80b29b75508fb03b82d92bc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9-operator@sha256%3A17752e2fbddeff8e6f43bd354d91f248b4e69d88e80b29b75508fb03b82d92bc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-rhel9-operator\u0026tag=1787736935"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:223df196f0cc747e52ffae9f3dd03fab2da3c72d5e3b189e3035d4264a08c6c4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:223df196f0cc747e52ffae9f3dd03fab2da3c72d5e3b189e3035d4264a08c6c4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:223df196f0cc747e52ffae9f3dd03fab2da3c72d5e3b189e3035d4264a08c6c4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A223df196f0cc747e52ffae9f3dd03fab2da3c72d5e3b189e3035d4264a08c6c4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9\u0026tag=1787736913"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c0b3ed1332b228290882bbff6a1ad6866f5ab2a4586b261949832cdc3bee5797_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c0b3ed1332b228290882bbff6a1ad6866f5ab2a4586b261949832cdc3bee5797_arm64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c0b3ed1332b228290882bbff6a1ad6866f5ab2a4586b261949832cdc3bee5797_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter-rhel9@sha256%3Ac0b3ed1332b228290882bbff6a1ad6866f5ab2a4586b261949832cdc3bee5797?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-telemeter-rhel9\u0026tag=1787736992"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:3de609d984e39497dfe119bb8e0ac2d6d823dd894a5c866e5ec87de5b5711e60_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:3de609d984e39497dfe119bb8e0ac2d6d823dd894a5c866e5ec87de5b5711e60_arm64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:3de609d984e39497dfe119bb8e0ac2d6d823dd894a5c866e5ec87de5b5711e60_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-thanos-rhel9@sha256%3A3de609d984e39497dfe119bb8e0ac2d6d823dd894a5c866e5ec87de5b5711e60?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-thanos-rhel9\u0026tag=1787737634"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:956ad866d891e1340f630b9cad6ec73d1fc60d4061d4c63946ed714900388a3b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:956ad866d891e1340f630b9cad6ec73d1fc60d4061d4c63946ed714900388a3b_arm64",
"product_id": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:956ad866d891e1340f630b9cad6ec73d1fc60d4061d4c63946ed714900388a3b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/volume-data-source-validator-rhel9@sha256%3A956ad866d891e1340f630b9cad6ec73d1fc60d4061d4c63946ed714900388a3b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/volume-data-source-validator-rhel9\u0026tag=1787737130"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:47487ff8d0cd813ab3354061caf319dec553b1cba9d5c1045de710b8a6d0c51d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:47487ff8d0cd813ab3354061caf319dec553b1cba9d5c1045de710b8a6d0c51d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:47487ff8d0cd813ab3354061caf319dec553b1cba9d5c1045de710b8a6d0c51d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9@sha256%3A47487ff8d0cd813ab3354061caf319dec553b1cba9d5c1045de710b8a6d0c51d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9\u0026tag=1787736278"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:466597e63e82ac365414c803f5ecb8f06a72374885eedc5daf9532aad16ac148_s390x",
"product": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:466597e63e82ac365414c803f5ecb8f06a72374885eedc5daf9532aad16ac148_s390x",
"product_id": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:466597e63e82ac365414c803f5ecb8f06a72374885eedc5daf9532aad16ac148_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-karpenter-provider-aws-rhel9@sha256%3A466597e63e82ac365414c803f5ecb8f06a72374885eedc5daf9532aad16ac148?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9\u0026tag=1787736654"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4ae516b98be8fbdb9b783345fe680c1d6ef57b5dc06b2ec3bbd20bfdb7c9b2c4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4ae516b98be8fbdb9b783345fe680c1d6ef57b5dc06b2ec3bbd20bfdb7c9b2c4_s390x",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4ae516b98be8fbdb9b783345fe680c1d6ef57b5dc06b2ec3bbd20bfdb7c9b2c4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-kms-encryption-provider-rhel9@sha256%3A4ae516b98be8fbdb9b783345fe680c1d6ef57b5dc06b2ec3bbd20bfdb7c9b2c4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9\u0026tag=1787735095"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:39c68aae39089d044ce992b949d4e9961105711501daf3d4f0ba7e9981920729_s390x",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:39c68aae39089d044ce992b949d4e9961105711501daf3d4f0ba7e9981920729_s390x",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:39c68aae39089d044ce992b949d4e9961105711501daf3d4f0ba7e9981920729_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-kms-encryption-provider-rhel9@sha256%3A39c68aae39089d044ce992b949d4e9961105711501daf3d4f0ba7e9981920729?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9\u0026tag=1787737396"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2911daa552328c8b01b19f91ad43ac54da18d343834c48ef35f12adff8077785_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2911daa552328c8b01b19f91ad43ac54da18d343834c48ef35f12adff8077785_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2911daa552328c8b01b19f91ad43ac54da18d343834c48ef35f12adff8077785_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-machine-controllers-rhel9@sha256%3A2911daa552328c8b01b19f91ad43ac54da18d343834c48ef35f12adff8077785?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9\u0026tag=1787736553"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2ba6c6b021db9b58614b1ceb9b736978b0e3396b04dda4518406b041448dd5cc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2ba6c6b021db9b58614b1ceb9b736978b0e3396b04dda4518406b041448dd5cc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2ba6c6b021db9b58614b1ceb9b736978b0e3396b04dda4518406b041448dd5cc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel9@sha256%3A2ba6c6b021db9b58614b1ceb9b736978b0e3396b04dda4518406b041448dd5cc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9\u0026tag=1787735428"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3231ec9c296798f11aec6a285b0a8f7c5cf220534d0525afa59c17ab2464abb0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3231ec9c296798f11aec6a285b0a8f7c5cf220534d0525afa59c17ab2464abb0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3231ec9c296798f11aec6a285b0a8f7c5cf220534d0525afa59c17ab2464abb0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel9-operator@sha256%3A3231ec9c296798f11aec6a285b0a8f7c5cf220534d0525afa59c17ab2464abb0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator\u0026tag=1787735501"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2b5964f6cb078aba05ada42f0c8280dfa39f9f80526932cc5d41410922e4e8ae_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2b5964f6cb078aba05ada42f0c8280dfa39f9f80526932cc5d41410922e4e8ae_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2b5964f6cb078aba05ada42f0c8280dfa39f9f80526932cc5d41410922e4e8ae_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-rhel9-operator@sha256%3A2b5964f6cb078aba05ada42f0c8280dfa39f9f80526932cc5d41410922e4e8ae?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator\u0026tag=1787735942"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:443e0dd81ae60896d31f07ab49611c5e0629746824df094ce28cdd3cb0ae1d58_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:443e0dd81ae60896d31f07ab49611c5e0629746824df094ce28cdd3cb0ae1d58_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:443e0dd81ae60896d31f07ab49611c5e0629746824df094ce28cdd3cb0ae1d58_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-rhel9-operator@sha256%3A443e0dd81ae60896d31f07ab49611c5e0629746824df094ce28cdd3cb0ae1d58?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator\u0026tag=1787735730"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:08758e6b81d6679b095a8e7fa323870eab35fefc05e525c6ef810b6cc0b3c0fd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:08758e6b81d6679b095a8e7fa323870eab35fefc05e525c6ef810b6cc0b3c0fd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:08758e6b81d6679b095a8e7fa323870eab35fefc05e525c6ef810b6cc0b3c0fd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3A08758e6b81d6679b095a8e7fa323870eab35fefc05e525c6ef810b6cc0b3c0fd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=1787736931"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e6748814d950e6f5e370dec9cb7d557fbb0d29ad3620b567840770be826a601e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e6748814d950e6f5e370dec9cb7d557fbb0d29ad3620b567840770be826a601e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e6748814d950e6f5e370dec9cb7d557fbb0d29ad3620b567840770be826a601e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-policy-controller-rhel9@sha256%3Ae6748814d950e6f5e370dec9cb7d557fbb0d29ad3620b567840770be826a601e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9\u0026tag=1787735110"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:92e8693b9f6955f9862c8b576f5e32bffc3bc34232511fae0cbe57d705bfc53b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:92e8693b9f6955f9862c8b576f5e32bffc3bc34232511fae0cbe57d705bfc53b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:92e8693b9f6955f9862c8b576f5e32bffc3bc34232511fae0cbe57d705bfc53b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-storage-rhel9-operator@sha256%3A92e8693b9f6955f9862c8b576f5e32bffc3bc34232511fae0cbe57d705bfc53b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator\u0026tag=1787736910"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1142ce3f8a3c1c2a1c7dba79ac2c3b276a45fc6271ad9df9e6a5d8684c36da2a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1142ce3f8a3c1c2a1c7dba79ac2c3b276a45fc6271ad9df9e6a5d8684c36da2a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1142ce3f8a3c1c2a1c7dba79ac2c3b276a45fc6271ad9df9e6a5d8684c36da2a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-rhel9-operator@sha256%3A1142ce3f8a3c1c2a1c7dba79ac2c3b276a45fc6271ad9df9e6a5d8684c36da2a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator\u0026tag=1787736451"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6449fee9a31acc582bb85e0031312e3ff07d1f1843a1c6c410eb79cbbec1ceb4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6449fee9a31acc582bb85e0031312e3ff07d1f1843a1c6c410eb79cbbec1ceb4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6449fee9a31acc582bb85e0031312e3ff07d1f1843a1c6c410eb79cbbec1ceb4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-configmap-reloader-rhel9@sha256%3A6449fee9a31acc582bb85e0031312e3ff07d1f1843a1c6c410eb79cbbec1ceb4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-configmap-reloader-rhel9\u0026tag=1787736760"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:198f39ed50bbd835f4789057f9d7fd8de0962f1641a7f453dd90d68b5b2a4e7b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:198f39ed50bbd835f4789057f9d7fd8de0962f1641a7f453dd90d68b5b2a4e7b_s390x",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:198f39ed50bbd835f4789057f9d7fd8de0962f1641a7f453dd90d68b5b2a4e7b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/container-networking-plugins-microshift-rhel9@sha256%3A198f39ed50bbd835f4789057f9d7fd8de0962f1641a7f453dd90d68b5b2a4e7b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9\u0026tag=1787736471"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0251068577a1724dc777683dd189468ed77413b396614a117dac6b4320b8f01d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0251068577a1724dc777683dd189468ed77413b396614a117dac6b4320b8f01d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0251068577a1724dc777683dd189468ed77413b396614a117dac6b4320b8f01d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-coredns-rhel9@sha256%3A0251068577a1724dc777683dd189468ed77413b396614a117dac6b4320b8f01d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-coredns-rhel9\u0026tag=1787735555"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a751f1f0540505bea087d3ea9e6ba798e89d5deb772cf8e401caeb3816a563_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a751f1f0540505bea087d3ea9e6ba798e89d5deb772cf8e401caeb3816a563_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a751f1f0540505bea087d3ea9e6ba798e89d5deb772cf8e401caeb3816a563_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher-rhel9@sha256%3A45a751f1f0540505bea087d3ea9e6ba798e89d5deb772cf8e401caeb3816a563?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9\u0026tag=1787736648"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:42f8af9bf66ea72846b7f7e57652725c31b01fc4a8d39ff7e7882075438c521f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:42f8af9bf66ea72846b7f7e57652725c31b01fc4a8d39ff7e7882075438c521f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:42f8af9bf66ea72846b7f7e57652725c31b01fc4a8d39ff7e7882075438c521f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshot-metadata-rhel9@sha256%3A42f8af9bf66ea72846b7f7e57652725c31b01fc4a8d39ff7e7882075438c521f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9\u0026tag=1787737296"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b86631d6601578548af20a28d132a0503fe118f53d7596a5632ed24ec5a9931f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b86631d6601578548af20a28d132a0503fe118f53d7596a5632ed24ec5a9931f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b86631d6601578548af20a28d132a0503fe118f53d7596a5632ed24ec5a9931f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3Ab86631d6601578548af20a28d132a0503fe118f53d7596a5632ed24ec5a9931f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9\u0026tag=1787736122"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:43618db20e6f592602096897bc89eaf3c58490a362e91e3299e20bb2a02827d9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:43618db20e6f592602096897bc89eaf3c58490a362e91e3299e20bb2a02827d9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:43618db20e6f592602096897bc89eaf3c58490a362e91e3299e20bb2a02827d9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3A43618db20e6f592602096897bc89eaf3c58490a362e91e3299e20bb2a02827d9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9\u0026tag=1787736010"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:de903677bccf645889ff7968ebbc052b14273329c0765f7faa53b0ca815d6899_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:de903677bccf645889ff7968ebbc052b14273329c0765f7faa53b0ca815d6899_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:de903677bccf645889ff7968ebbc052b14273329c0765f7faa53b0ca815d6899_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3Ade903677bccf645889ff7968ebbc052b14273329c0765f7faa53b0ca815d6899?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9\u0026tag=1787735721"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d2dde1514fcf3308d1469a0af6727835121c4d6a1a1775a675a7ffabba8e3bed_s390x",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d2dde1514fcf3308d1469a0af6727835121c4d6a1a1775a675a7ffabba8e3bed_s390x",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d2dde1514fcf3308d1469a0af6727835121c4d6a1a1775a675a7ffabba8e3bed_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3Ad2dde1514fcf3308d1469a0af6727835121c4d6a1a1775a675a7ffabba8e3bed?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=1787736552"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:73bceed99ad1b0bc99e66ab8361037e4046c5212645490161572fe6f34de98b4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:73bceed99ad1b0bc99e66ab8361037e4046c5212645490161572fe6f34de98b4_s390x",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:73bceed99ad1b0bc99e66ab8361037e4046c5212645490161572fe6f34de98b4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/egress-router-cni-rhel9@sha256%3A73bceed99ad1b0bc99e66ab8361037e4046c5212645490161572fe6f34de98b4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/egress-router-cni-rhel9\u0026tag=1787737512"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:53a5f81aefcdd57ba33c57c02941803a072ef3f1b8467baa3c53c7e073a9ea96_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:53a5f81aefcdd57ba33c57c02941803a072ef3f1b8467baa3c53c7e073a9ea96_s390x",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:53a5f81aefcdd57ba33c57c02941803a072ef3f1b8467baa3c53c7e073a9ea96_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3A53a5f81aefcdd57ba33c57c02941803a072ef3f1b8467baa3c53c7e073a9ea96?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9\u0026tag=1787736285"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:92857eb171128909119700c431920f543cbfc89cd06aa98db816a2fcaab321da_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:92857eb171128909119700c431920f543cbfc89cd06aa98db816a2fcaab321da_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:92857eb171128909119700c431920f543cbfc89cd06aa98db816a2fcaab321da_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-proxy-rhel9@sha256%3A92857eb171128909119700c431920f543cbfc89cd06aa98db816a2fcaab321da?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-proxy-rhel9\u0026tag=1787737517"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2c0897a842cd7b16b64888568ca65c2a6e473c24b2ba9bc5067d6f1f237885d6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2c0897a842cd7b16b64888568ca65c2a6e473c24b2ba9bc5067d6f1f237885d6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2c0897a842cd7b16b64888568ca65c2a6e473c24b2ba9bc5067d6f1f237885d6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-alertmanager-rhel9@sha256%3A2c0897a842cd7b16b64888568ca65c2a6e473c24b2ba9bc5067d6f1f237885d6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9\u0026tag=1787735396"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a02580814c02bec4c1c9b79c4b5a48a5a59caafa60a573f9f99a4a1ca07c6f71_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a02580814c02bec4c1c9b79c4b5a48a5a59caafa60a573f9f99a4a1ca07c6f71_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a02580814c02bec4c1c9b79c4b5a48a5a59caafa60a573f9f99a4a1ca07c6f71_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-node-exporter-rhel9@sha256%3Aa02580814c02bec4c1c9b79c4b5a48a5a59caafa60a573f9f99a4a1ca07c6f71?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9\u0026tag=1787735398"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5271f6452a89fe7907b16f486439f54f0dbcc3d075a70ef446ee4cc62211b1b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5271f6452a89fe7907b16f486439f54f0dbcc3d075a70ef446ee4cc62211b1b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5271f6452a89fe7907b16f486439f54f0dbcc3d075a70ef446ee4cc62211b1b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9@sha256%3Ac5271f6452a89fe7907b16f486439f54f0dbcc3d075a70ef446ee4cc62211b1b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-rhel9\u0026tag=1787736183"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:647704923828c83c6ed3810e3c4d7456fcbe378516dabfac30f203a3bd3634b2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:647704923828c83c6ed3810e3c4d7456fcbe378516dabfac30f203a3bd3634b2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:647704923828c83c6ed3810e3c4d7456fcbe378516dabfac30f203a3bd3634b2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3A647704923828c83c6ed3810e3c4d7456fcbe378516dabfac30f203a3bd3634b2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel9\u0026tag=1787736745"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9ca16ca048f3de4a5d9e6b6a38b55bf0b4a994bf7f7ccbda8c50c02bfd59c871_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9ca16ca048f3de4a5d9e6b6a38b55bf0b4a994bf7f7ccbda8c50c02bfd59c871_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9ca16ca048f3de4a5d9e6b6a38b55bf0b4a994bf7f7ccbda8c50c02bfd59c871_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy-rhel9@sha256%3A9ca16ca048f3de4a5d9e6b6a38b55bf0b4a994bf7f7ccbda8c50c02bfd59c871?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kube-proxy-rhel9\u0026tag=1787736728"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:37f226136e439a1b37fab44e06ff30eb22b1ba8f12eca9e85f59936c3d58acd1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:37f226136e439a1b37fab44e06ff30eb22b1ba8f12eca9e85f59936c3d58acd1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:37f226136e439a1b37fab44e06ff30eb22b1ba8f12eca9e85f59936c3d58acd1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-rbac-proxy-rhel9@sha256%3A37f226136e439a1b37fab44e06ff30eb22b1ba8f12eca9e85f59936c3d58acd1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9\u0026tag=1787735628"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:dca0c7b1c7ec76232b3d5ddd15c8716e04a8384f0a816217dec544d667ad2e69_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:dca0c7b1c7ec76232b3d5ddd15c8716e04a8384f0a816217dec544d667ad2e69_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:dca0c7b1c7ec76232b3d5ddd15c8716e04a8384f0a816217dec544d667ad2e69_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-state-metrics-rhel9@sha256%3Adca0c7b1c7ec76232b3d5ddd15c8716e04a8384f0a816217dec544d667ad2e69?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9\u0026tag=1787736811"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4dc7e3242cdcd1d3c1ea5930da7d4e027383149373cb6af0551ed2572eaea0b2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4dc7e3242cdcd1d3c1ea5930da7d4e027383149373cb6af0551ed2572eaea0b2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4dc7e3242cdcd1d3c1ea5930da7d4e027383149373cb6af0551ed2572eaea0b2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-marketplace-rhel9@sha256%3A4dc7e3242cdcd1d3c1ea5930da7d4e027383149373cb6af0551ed2572eaea0b2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-marketplace-rhel9\u0026tag=1787737434"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:06ab376096238d4e04c9ab713d83d3cab5db769b5af1fd1c57ef2ceceec6ef61_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:06ab376096238d4e04c9ab713d83d3cab5db769b5af1fd1c57ef2ceceec6ef61_s390x",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:06ab376096238d4e04c9ab713d83d3cab5db769b5af1fd1c57ef2ceceec6ef61_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3A06ab376096238d4e04c9ab713d83d3cab5db769b5af1fd1c57ef2ceceec6ef61?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9\u0026tag=1787736396"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b8692d27a4799d20ce1a8374ba99f55732bb7db56cdf8f5b038424a086db614_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b8692d27a4799d20ce1a8374ba99f55732bb7db56cdf8f5b038424a086db614_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b8692d27a4799d20ce1a8374ba99f55732bb7db56cdf8f5b038424a086db614_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-rhel9@sha256%3A9b8692d27a4799d20ce1a8374ba99f55732bb7db56cdf8f5b038424a086db614?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni-rhel9\u0026tag=1787735542"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:176feea3131aada18df5da44af30a127f4dff392ce8ef57f7e0844969ec95923_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:176feea3131aada18df5da44af30a127f4dff392ce8ef57f7e0844969ec95923_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:176feea3131aada18df5da44af30a127f4dff392ce8ef57f7e0844969ec95923_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-microshift-rhel9@sha256%3A176feea3131aada18df5da44af30a127f4dff392ce8ef57f7e0844969ec95923?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9\u0026tag=1787736893"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7e649963b5c1e2a7e8813569368eaf0ded5e544799d561622d469b03b9d93937_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7e649963b5c1e2a7e8813569368eaf0ded5e544799d561622d469b03b9d93937_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7e649963b5c1e2a7e8813569368eaf0ded5e544799d561622d469b03b9d93937_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-networkpolicy-rhel9@sha256%3A7e649963b5c1e2a7e8813569368eaf0ded5e544799d561622d469b03b9d93937?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9\u0026tag=1787737550"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:066d438bdfa1626aaa7a0ee5d2e3222724f2f0cf5bc9a189b67fd5358a0a48c0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:066d438bdfa1626aaa7a0ee5d2e3222724f2f0cf5bc9a189b67fd5358a0a48c0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:066d438bdfa1626aaa7a0ee5d2e3222724f2f0cf5bc9a189b67fd5358a0a48c0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-networking-console-plugin-rhel9@sha256%3A066d438bdfa1626aaa7a0ee5d2e3222724f2f0cf5bc9a189b67fd5358a0a48c0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9\u0026tag=1787735399"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f37f6568957ab825b08c2ce8fc6b32ad18f5b7bee50b24b1804e70cdb144e5f4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f37f6568957ab825b08c2ce8fc6b32ad18f5b7bee50b24b1804e70cdb144e5f4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f37f6568957ab825b08c2ce8fc6b32ad18f5b7bee50b24b1804e70cdb144e5f4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-server-rhel9@sha256%3Af37f6568957ab825b08c2ce8fc6b32ad18f5b7bee50b24b1804e70cdb144e5f4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-server-rhel9\u0026tag=1787735976"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:699bc772c8a648f8be7d6a5c32d786d8f6484e584d918d68ef8a32cb1499663f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:699bc772c8a648f8be7d6a5c32d786d8f6484e584d918d68ef8a32cb1499663f_s390x",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:699bc772c8a648f8be7d6a5c32d786d8f6484e584d918d68ef8a32cb1499663f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel9@sha256%3A699bc772c8a648f8be7d6a5c32d786d8f6484e584d918d68ef8a32cb1499663f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/oc-mirror-plugin-rhel9\u0026tag=1787736410"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:dfd0cdc29bca0a2239ef203fe7b58efd97ed4e72daed6609e22b20babda395fb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:dfd0cdc29bca0a2239ef203fe7b58efd97ed4e72daed6609e22b20babda395fb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:dfd0cdc29bca0a2239ef203fe7b58efd97ed4e72daed6609e22b20babda395fb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder-rhel9@sha256%3Adfd0cdc29bca0a2239ef203fe7b58efd97ed4e72daed6609e22b20babda395fb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder-rhel9\u0026tag=1787737633"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:775213a7b6d92d23694dbd1538727c84ad58c6b8a8b46587ff7bdeb7312acc05_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:775213a7b6d92d23694dbd1538727c84ad58c6b8a8b46587ff7bdeb7312acc05_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:775213a7b6d92d23694dbd1538727c84ad58c6b8a8b46587ff7bdeb7312acc05_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-rhel9@sha256%3A775213a7b6d92d23694dbd1538727c84ad58c6b8a8b46587ff7bdeb7312acc05?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cli-rhel9\u0026tag=1787735982"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:47682d4e934d597aaa1e809011a69afe93936fc629ad3dd1ed76dc7b073f7ee2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:47682d4e934d597aaa1e809011a69afe93936fc629ad3dd1ed76dc7b073f7ee2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:47682d4e934d597aaa1e809011a69afe93936fc629ad3dd1ed76dc7b073f7ee2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3A47682d4e934d597aaa1e809011a69afe93936fc629ad3dd1ed76dc7b073f7ee2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9\u0026tag=1787737695"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c342b14ff399c961ce05c1af127244b950b8e9d641ce8752f9d0f880ad7a672b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c342b14ff399c961ce05c1af127244b950b8e9d641ce8752f9d0f880ad7a672b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c342b14ff399c961ce05c1af127244b950b8e9d641ce8752f9d0f880ad7a672b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9-operator@sha256%3Ac342b14ff399c961ce05c1af127244b950b8e9d641ce8752f9d0f880ad7a672b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9-operator\u0026tag=1787737011"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:33fc93d5cd30760383da666e8effb6ed32f4c8f2668da36677e98c1801ef4f5c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:33fc93d5cd30760383da666e8effb6ed32f4c8f2668da36677e98c1801ef4f5c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:33fc93d5cd30760383da666e8effb6ed32f4c8f2668da36677e98c1801ef4f5c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-deployer-rhel9@sha256%3A33fc93d5cd30760383da666e8effb6ed32f4c8f2668da36677e98c1801ef4f5c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-deployer-rhel9\u0026tag=1787737581"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3472a8147e06452751999ae2d041063907f275ecf429dcdcfdce88c8a19a17da_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3472a8147e06452751999ae2d041063907f275ecf429dcdcfdce88c8a19a17da_s390x",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3472a8147e06452751999ae2d041063907f275ecf429dcdcfdce88c8a19a17da_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-haproxy-router-rhel9@sha256%3A3472a8147e06452751999ae2d041063907f275ecf429dcdcfdce88c8a19a17da?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-haproxy-router-rhel9\u0026tag=1787737677"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1d63a1d7ba183c49c69a6ffe5a4584de5282029b0b2c2f3484b4f4431e2ce954_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1d63a1d7ba183c49c69a6ffe5a4584de5282029b0b2c2f3484b4f4431e2ce954_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1d63a1d7ba183c49c69a6ffe5a4584de5282029b0b2c2f3484b4f4431e2ce954_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube-rhel9@sha256%3A1d63a1d7ba183c49c69a6ffe5a4584de5282029b0b2c2f3484b4f4431e2ce954?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube-rhel9\u0026tag=1787736257"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5f33ae81c766b0b7d9c8411dc4f6a0adf760221ed0493a99f1bea5dddb5de41b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5f33ae81c766b0b7d9c8411dc4f6a0adf760221ed0493a99f1bea5dddb5de41b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5f33ae81c766b0b7d9c8411dc4f6a0adf760221ed0493a99f1bea5dddb5de41b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover-rhel9@sha256%3A5f33ae81c766b0b7d9c8411dc4f6a0adf760221ed0493a99f1bea5dddb5de41b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9\u0026tag=1787736927"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:29d5a91b39dc6e72677bdfab50f56860c53e67dab139b464dd571fef9780dc6e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:29d5a91b39dc6e72677bdfab50f56860c53e67dab139b464dd571fef9780dc6e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:29d5a91b39dc6e72677bdfab50f56860c53e67dab139b464dd571fef9780dc6e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod-rhel9@sha256%3A29d5a91b39dc6e72677bdfab50f56860c53e67dab139b464dd571fef9780dc6e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-pod-rhel9\u0026tag=1787736197"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5a9889308bcd1c3981072c83d44206d0c3feff059e0a2029d49adcb974674c95_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5a9889308bcd1c3981072c83d44206d0c3feff059e0a2029d49adcb974674c95_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5a9889308bcd1c3981072c83d44206d0c3feff059e0a2029d49adcb974674c95_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry-rhel9@sha256%3A5a9889308bcd1c3981072c83d44206d0c3feff059e0a2029d49adcb974674c95?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-docker-registry-rhel9\u0026tag=1787737097"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:653dbef43ed7f531ebf64c9314756be42738f1635a64097c53210ed0b6b0de88_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:653dbef43ed7f531ebf64c9314756be42738f1635a64097c53210ed0b6b0de88_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:653dbef43ed7f531ebf64c9314756be42738f1635a64097c53210ed0b6b0de88_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests-rhel9@sha256%3A653dbef43ed7f531ebf64c9314756be42738f1635a64097c53210ed0b6b0de88?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-tests-rhel9\u0026tag=1787737933"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d70f848ab6450690b8329ae367ff2e5a3a5b295c073028dff7cf810104c5be5f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d70f848ab6450690b8329ae367ff2e5a3a5b295c073028dff7cf810104c5be5f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d70f848ab6450690b8329ae367ff2e5a3a5b295c073028dff7cf810104c5be5f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-state-metrics-rhel9@sha256%3Ad70f848ab6450690b8329ae367ff2e5a3a5b295c073028dff7cf810104c5be5f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9\u0026tag=1787735113"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b072bc3bdd61164b8076f2799e705ed8e34281b2cdf24d9cf08deb8e697de2a3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b072bc3bdd61164b8076f2799e705ed8e34281b2cdf24d9cf08deb8e697de2a3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b072bc3bdd61164b8076f2799e705ed8e34281b2cdf24d9cf08deb8e697de2a3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cluster-api-controllers-rhel9@sha256%3Ab072bc3bdd61164b8076f2799e705ed8e34281b2cdf24d9cf08deb8e697de2a3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9\u0026tag=1787737203"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:cdb096f05b664fb542bb6eac3cce52c53da2e4bb636189bb53f737d3075615da_s390x",
"product": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:cdb096f05b664fb542bb6eac3cce52c53da2e4bb636189bb53f737d3075615da_s390x",
"product_id": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:cdb096f05b664fb542bb6eac3cce52c53da2e4bb636189bb53f737d3075615da_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openstack-resource-controller-rhel9@sha256%3Acdb096f05b664fb542bb6eac3cce52c53da2e4bb636189bb53f737d3075615da?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/openstack-resource-controller-rhel9\u0026tag=1787736891"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cd8feb684b9c70a4ffd7077e19812273f333174a70f7c2b63d57d140d8002382_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cd8feb684b9c70a4ffd7077e19812273f333174a70f7c2b63d57d140d8002382_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cd8feb684b9c70a4ffd7077e19812273f333174a70f7c2b63d57d140d8002382_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager-rhel9@sha256%3Acd8feb684b9c70a4ffd7077e19812273f333174a70f7c2b63d57d140d8002382?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9\u0026tag=1787737122"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5331e8ebfc48f4d2322226b8986dd178f133a52edcfc0a192e89f1785c8d568f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5331e8ebfc48f4d2322226b8986dd178f133a52edcfc0a192e89f1785c8d568f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5331e8ebfc48f4d2322226b8986dd178f133a52edcfc0a192e89f1785c8d568f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry-rhel9@sha256%3A5331e8ebfc48f4d2322226b8986dd178f133a52edcfc0a192e89f1785c8d568f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry-rhel9\u0026tag=1787735664"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:08725f7a384b4e72a173141cb35fb67293385ed72d973fc4d497f3c0f0dc626b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:08725f7a384b4e72a173141cb35fb67293385ed72d973fc4d497f3c0f0dc626b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:08725f7a384b4e72a173141cb35fb67293385ed72d973fc4d497f3c0f0dc626b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel9@sha256%3A08725f7a384b4e72a173141cb35fb67293385ed72d973fc4d497f3c0f0dc626b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9\u0026tag=1787736656"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:13257447171d38e6e99c66faa476de6ff6ab934c285a0d1bf71fe94dbe583462_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:13257447171d38e6e99c66faa476de6ff6ab934c285a0d1bf71fe94dbe583462_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:13257447171d38e6e99c66faa476de6ff6ab934c285a0d1bf71fe94dbe583462_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-csr-approver-rhel9@sha256%3A13257447171d38e6e99c66faa476de6ff6ab934c285a0d1bf71fe94dbe583462?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9\u0026tag=1787737106"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:61417bc1ddac0bc97c786b5807c2fa33eebc75f7cb186aaf9eef2151dbaf75a8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:61417bc1ddac0bc97c786b5807c2fa33eebc75f7cb186aaf9eef2151dbaf75a8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:61417bc1ddac0bc97c786b5807c2fa33eebc75f7cb186aaf9eef2151dbaf75a8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel9@sha256%3A61417bc1ddac0bc97c786b5807c2fa33eebc75f7cb186aaf9eef2151dbaf75a8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9\u0026tag=1787735328"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b28e8574a1d3b374ac4a61ea4f3c16eb70d9ba7385bf830c8698f4490f8fd3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b28e8574a1d3b374ac4a61ea4f3c16eb70d9ba7385bf830c8698f4490f8fd3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b28e8574a1d3b374ac4a61ea4f3c16eb70d9ba7385bf830c8698f4490f8fd3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-orchestrator-rhel9@sha256%3Af6b28e8574a1d3b374ac4a61ea4f3c16eb70d9ba7385bf830c8698f4490f8fd3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9\u0026tag=1787736525"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:aa669084fb336f5d89d86cb58aca73b88d6bc4b6505eac2020664e0b6abfff6c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:aa669084fb336f5d89d86cb58aca73b88d6bc4b6505eac2020664e0b6abfff6c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:aa669084fb336f5d89d86cb58aca73b88d6bc4b6505eac2020664e0b6abfff6c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-utils-rhel9@sha256%3Aaa669084fb336f5d89d86cb58aca73b88d6bc4b6505eac2020664e0b6abfff6c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9\u0026tag=1787737254"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:987afa1aa902bb85d7c2d96f1637bcd19bf21eb832444c98d30171bbeb746751_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:987afa1aa902bb85d7c2d96f1637bcd19bf21eb832444c98d30171bbeb746751_s390x",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:987afa1aa902bb85d7c2d96f1637bcd19bf21eb832444c98d30171bbeb746751_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-apiserver-network-proxy-rhel9@sha256%3A987afa1aa902bb85d7c2d96f1637bcd19bf21eb832444c98d30171bbeb746751?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9\u0026tag=1787736920"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6925001d8a798896438ef1388f54bc29825c37d41f2f09a59e3f8bf60b2ec6af_s390x",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6925001d8a798896438ef1388f54bc29825c37d41f2f09a59e3f8bf60b2ec6af_s390x",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6925001d8a798896438ef1388f54bc29825c37d41f2f09a59e3f8bf60b2ec6af_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-service-rhel9-operator@sha256%3A6925001d8a798896438ef1388f54bc29825c37d41f2f09a59e3f8bf60b2ec6af?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/azure-service-rhel9-operator\u0026tag=1787736819"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:54d10266c83c4d5fe91b013dac51538493ae4a4322c925e561c45316c73b1e2d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:54d10266c83c4d5fe91b013dac51538493ae4a4322c925e561c45316c73b1e2d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:54d10266c83c4d5fe91b013dac51538493ae4a4322c925e561c45316c73b1e2d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A54d10266c83c4d5fe91b013dac51538493ae4a4322c925e561c45316c73b1e2d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9\u0026tag=1787736352"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f7feb8627754651663208ebb363a3e42e1767e16a65914148ce0507a77bfe795_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f7feb8627754651663208ebb363a3e42e1767e16a65914148ce0507a77bfe795_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f7feb8627754651663208ebb363a3e42e1767e16a65914148ce0507a77bfe795_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel9@sha256%3Af7feb8627754651663208ebb363a3e42e1767e16a65914148ce0507a77bfe795?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel9\u0026tag=1787738601"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5553003527f078011d0c440f86c1480ff4e62b318e98ca2a4af97b42e5e186d5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5553003527f078011d0c440f86c1480ff4e62b318e98ca2a4af97b42e5e186d5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5553003527f078011d0c440f86c1480ff4e62b318e98ca2a4af97b42e5e186d5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-rhel9-operator@sha256%3A5553003527f078011d0c440f86c1480ff4e62b318e98ca2a4af97b42e5e186d5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-rhel9-operator\u0026tag=1787736333"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7f1e2dcfd02a6a5fc56c6665979a8981f11144a5bcc6419feae3964b190583c1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7f1e2dcfd02a6a5fc56c6665979a8981f11144a5bcc6419feae3964b190583c1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7f1e2dcfd02a6a5fc56c6665979a8981f11144a5bcc6419feae3964b190583c1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-artifacts-rhel9@sha256%3A7f1e2dcfd02a6a5fc56c6665979a8981f11144a5bcc6419feae3964b190583c1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9\u0026tag=1787737716"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:dbb5abf21bed592282f09e30ba1387b084eb028bd931df5609c07fb8c09a0d75_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:dbb5abf21bed592282f09e30ba1387b084eb028bd931df5609c07fb8c09a0d75_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:dbb5abf21bed592282f09e30ba1387b084eb028bd931df5609c07fb8c09a0d75_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-credential-rhel9-operator@sha256%3Adbb5abf21bed592282f09e30ba1387b084eb028bd931df5609c07fb8c09a0d75?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator\u0026tag=1787737036"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7f68ff8059ae68d15041b8f38ad5ee5278289e1370d276cf7e78fc7e9fc3bb10_s390x",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7f68ff8059ae68d15041b8f38ad5ee5278289e1370d276cf7e78fc7e9fc3bb10_s390x",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7f68ff8059ae68d15041b8f38ad5ee5278289e1370d276cf7e78fc7e9fc3bb10_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-network-config-controller-rhel9@sha256%3A7f68ff8059ae68d15041b8f38ad5ee5278289e1370d276cf7e78fc7e9fc3bb10?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/cloud-network-config-controller-rhel9\u0026tag=1787736217"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2e887b0da3269f28933bc5af839ea2df95b7aeca3993cb31b0a1c92e7043cce4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2e887b0da3269f28933bc5af839ea2df95b7aeca3993cb31b0a1c92e7043cce4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2e887b0da3269f28933bc5af839ea2df95b7aeca3993cb31b0a1c92e7043cce4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-api-rhel9@sha256%3A2e887b0da3269f28933bc5af839ea2df95b7aeca3993cb31b0a1c92e7043cce4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-api-rhel9\u0026tag=1787735297"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:849b8be9f7fc785a70451c1c0704501e2b449650acd23d450d145da1a760c166_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:849b8be9f7fc785a70451c1c0704501e2b449650acd23d450d145da1a760c166_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:849b8be9f7fc785a70451c1c0704501e2b449650acd23d450d145da1a760c166_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-rhel9-operator@sha256%3A849b8be9f7fc785a70451c1c0704501e2b449650acd23d450d145da1a760c166?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator\u0026tag=1787735992"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0469874ac135c41bb590ddbac02428775083221257b6904fa376335610c4acb1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0469874ac135c41bb590ddbac02428775083221257b6904fa376335610c4acb1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0469874ac135c41bb590ddbac02428775083221257b6904fa376335610c4acb1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9-operator@sha256%3A0469874ac135c41bb590ddbac02428775083221257b6904fa376335610c4acb1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator\u0026tag=1787737222"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b9265d767c8a6786f12dd4788377f1a316864863a32de4a4ec07ffc8b874aa00_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b9265d767c8a6786f12dd4788377f1a316864863a32de4a4ec07ffc8b874aa00_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b9265d767c8a6786f12dd4788377f1a316864863a32de4a4ec07ffc8b874aa00_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel9@sha256%3Ab9265d767c8a6786f12dd4788377f1a316864863a32de4a4ec07ffc8b874aa00?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9\u0026tag=1787737031"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9502a32446a8828e8a1887edcf49034e874ea0e32ab5fdb738ab89e77cb5a472_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9502a32446a8828e8a1887edcf49034e874ea0e32ab5fdb738ab89e77cb5a472_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9502a32446a8828e8a1887edcf49034e874ea0e32ab5fdb738ab89e77cb5a472_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-bootstrap-rhel9@sha256%3A9502a32446a8828e8a1887edcf49034e874ea0e32ab5fdb738ab89e77cb5a472?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9\u0026tag=1787736288"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:85070876ada5cb86e8c585f3ac3114d548b189074723a13ec5d6fc6be25c9964_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:85070876ada5cb86e8c585f3ac3114d548b189074723a13ec5d6fc6be25c9964_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:85070876ada5cb86e8c585f3ac3114d548b189074723a13ec5d6fc6be25c9964_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-rhel9-operator@sha256%3A85070876ada5cb86e8c585f3ac3114d548b189074723a13ec5d6fc6be25c9964?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator\u0026tag=1787736246"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:80d704ed310acc3015748815351da4b54fef2d8b74d7d4b03aabcf9fd7e60b38_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:80d704ed310acc3015748815351da4b54fef2d8b74d7d4b03aabcf9fd7e60b38_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:80d704ed310acc3015748815351da4b54fef2d8b74d7d4b03aabcf9fd7e60b38_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A80d704ed310acc3015748815351da4b54fef2d8b74d7d4b03aabcf9fd7e60b38?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator\u0026tag=1787735338"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3e9811dcf3c528ae6f5ff86659dee1a590c2b53f7af1a03204d06fc3dc628fcd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3e9811dcf3c528ae6f5ff86659dee1a590c2b53f7af1a03204d06fc3dc628fcd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3e9811dcf3c528ae6f5ff86659dee1a590c2b53f7af1a03204d06fc3dc628fcd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-api-rhel9@sha256%3A3e9811dcf3c528ae6f5ff86659dee1a590c2b53f7af1a03204d06fc3dc628fcd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-api-rhel9\u0026tag=1787737003"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49699de68bf38c34edb696ebe4f9dc608756382a977f497f6713dbc7b6e1209e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49699de68bf38c34edb696ebe4f9dc608756382a977f497f6713dbc7b6e1209e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49699de68bf38c34edb696ebe4f9dc608756382a977f497f6713dbc7b6e1209e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-rhel9-operator@sha256%3A49699de68bf38c34edb696ebe4f9dc608756382a977f497f6713dbc7b6e1209e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator\u0026tag=1787736189"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:d84853556ede64db5615eb4d826879c744f7ccbd92c51ecf392a686af854ec11_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:d84853556ede64db5615eb4d826879c744f7ccbd92c51ecf392a686af854ec11_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:d84853556ede64db5615eb4d826879c744f7ccbd92c51ecf392a686af854ec11_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3Ad84853556ede64db5615eb4d826879c744f7ccbd92c51ecf392a686af854ec11?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator\u0026tag=1787735400"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ae36d953c8c7f73dd78d620f94a0335ff5fb84b16ce9d2dbadbdf3dc5d66f6d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ae36d953c8c7f73dd78d620f94a0335ff5fb84b16ce9d2dbadbdf3dc5d66f6d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ae36d953c8c7f73dd78d620f94a0335ff5fb84b16ce9d2dbadbdf3dc5d66f6d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A0ae36d953c8c7f73dd78d620f94a0335ff5fb84b16ce9d2dbadbdf3dc5d66f6d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator\u0026tag=1787736232"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8ba4aabc0e1e36c3ffe66b55c67ab8c305f64aa6011f80060c5d95ce91180c5f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8ba4aabc0e1e36c3ffe66b55c67ab8c305f64aa6011f80060c5d95ce91180c5f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8ba4aabc0e1e36c3ffe66b55c67ab8c305f64aa6011f80060c5d95ce91180c5f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-dns-rhel9-operator@sha256%3A8ba4aabc0e1e36c3ffe66b55c67ab8c305f64aa6011f80060c5d95ce91180c5f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator\u0026tag=1787737078"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:26dccabde8cc0d1ad45160677fe240b3fc098acae82f6d095fad08b78330453b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:26dccabde8cc0d1ad45160677fe240b3fc098acae82f6d095fad08b78330453b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:26dccabde8cc0d1ad45160677fe240b3fc098acae82f6d095fad08b78330453b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-image-registry-rhel9-operator@sha256%3A26dccabde8cc0d1ad45160677fe240b3fc098acae82f6d095fad08b78330453b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator\u0026tag=1787736244"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:46a37e99da18852f5512235589ee86dde0db6c09d76a49275a8004422b9ec303_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:46a37e99da18852f5512235589ee86dde0db6c09d76a49275a8004422b9ec303_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:46a37e99da18852f5512235589ee86dde0db6c09d76a49275a8004422b9ec303_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-rhel9-operator@sha256%3A46a37e99da18852f5512235589ee86dde0db6c09d76a49275a8004422b9ec303?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator\u0026tag=1787737526"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d077c79741fd0c481fa6e1aa2c479b8c5b380b1d1f163259777c8c50be257709_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d077c79741fd0c481fa6e1aa2c479b8c5b380b1d1f163259777c8c50be257709_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d077c79741fd0c481fa6e1aa2c479b8c5b380b1d1f163259777c8c50be257709_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-rhel9-operator@sha256%3Ad077c79741fd0c481fa6e1aa2c479b8c5b380b1d1f163259777c8c50be257709?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator\u0026tag=1787737208"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5e82ef0b9ab6d4e3b7431a7611bc563f356385dd8927855e6090008685f1549a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5e82ef0b9ab6d4e3b7431a7611bc563f356385dd8927855e6090008685f1549a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5e82ef0b9ab6d4e3b7431a7611bc563f356385dd8927855e6090008685f1549a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A5e82ef0b9ab6d4e3b7431a7611bc563f356385dd8927855e6090008685f1549a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator\u0026tag=1787735161"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fc0becd36b6fad4911a5b8c9a4693320918f7f7e6336c2b11a76adcb6d1eec36_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fc0becd36b6fad4911a5b8c9a4693320918f7f7e6336c2b11a76adcb6d1eec36_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fc0becd36b6fad4911a5b8c9a4693320918f7f7e6336c2b11a76adcb6d1eec36_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3Afc0becd36b6fad4911a5b8c9a4693320918f7f7e6336c2b11a76adcb6d1eec36?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator\u0026tag=1787736220"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dc8a79297c73782f5005075332bcac58b051a07d2b35626323f9b69ee5f4d64e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dc8a79297c73782f5005075332bcac58b051a07d2b35626323f9b69ee5f4d64e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dc8a79297c73782f5005075332bcac58b051a07d2b35626323f9b69ee5f4d64e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-scheduler-rhel9-operator@sha256%3Adc8a79297c73782f5005075332bcac58b051a07d2b35626323f9b69ee5f4d64e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator\u0026tag=1787737520"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:03d66c724cb647d4a613bb48c9df6e9ffaabb68c8af5a4ccae45365e32456470_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:03d66c724cb647d4a613bb48c9df6e9ffaabb68c8af5a4ccae45365e32456470_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:03d66c724cb647d4a613bb48c9df6e9ffaabb68c8af5a4ccae45365e32456470_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A03d66c724cb647d4a613bb48c9df6e9ffaabb68c8af5a4ccae45365e32456470?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator\u0026tag=1787735100"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:74fa72db679ef47f9a3e3459a90dfaeafcb6db73dfe15b8933767e2f9d19c448_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:74fa72db679ef47f9a3e3459a90dfaeafcb6db73dfe15b8933767e2f9d19c448_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:74fa72db679ef47f9a3e3459a90dfaeafcb6db73dfe15b8933767e2f9d19c448_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-machine-approver-rhel9@sha256%3A74fa72db679ef47f9a3e3459a90dfaeafcb6db73dfe15b8933767e2f9d19c448?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9\u0026tag=1787737126"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:56158ce0af0c0eb9709b2d1a172201bc795ed6e5075517b6919ed1302399d6f3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:56158ce0af0c0eb9709b2d1a172201bc795ed6e5075517b6919ed1302399d6f3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:56158ce0af0c0eb9709b2d1a172201bc795ed6e5075517b6919ed1302399d6f3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-olm-rhel9-operator@sha256%3A56158ce0af0c0eb9709b2d1a172201bc795ed6e5075517b6919ed1302399d6f3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator\u0026tag=1787737072"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2baa85e44cc4ac6cb825103508c5bd74e348609eaf53ed42c6d0e045dfa62772_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2baa85e44cc4ac6cb825103508c5bd74e348609eaf53ed42c6d0e045dfa62772_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2baa85e44cc4ac6cb825103508c5bd74e348609eaf53ed42c6d0e045dfa62772_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A2baa85e44cc4ac6cb825103508c5bd74e348609eaf53ed42c6d0e045dfa62772?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator\u0026tag=1787735753"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:83bdc9fa5d3893a973794dd7162bf9564ecf68ce44814349a621cbc284b9e61c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:83bdc9fa5d3893a973794dd7162bf9564ecf68ce44814349a621cbc284b9e61c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:83bdc9fa5d3893a973794dd7162bf9564ecf68ce44814349a621cbc284b9e61c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A83bdc9fa5d3893a973794dd7162bf9564ecf68ce44814349a621cbc284b9e61c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator\u0026tag=1787737246"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e6392d583f97f0932dc01be55534fbb6dd3014f84b745e8bf7583b96ad7a7761_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e6392d583f97f0932dc01be55534fbb6dd3014f84b745e8bf7583b96ad7a7761_s390x",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e6392d583f97f0932dc01be55534fbb6dd3014f84b745e8bf7583b96ad7a7761_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9-operator@sha256%3Ae6392d583f97f0932dc01be55534fbb6dd3014f84b745e8bf7583b96ad7a7761?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator\u0026tag=1787735104"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:40eaefc42c0f0b5adeb47bcd463c2e2a45e7f3af1c0fa4cb3fde9c5479660c4f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:40eaefc42c0f0b5adeb47bcd463c2e2a45e7f3af1c0fa4cb3fde9c5479660c4f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:40eaefc42c0f0b5adeb47bcd463c2e2a45e7f3af1c0fa4cb3fde9c5479660c4f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-samples-rhel9-operator@sha256%3A40eaefc42c0f0b5adeb47bcd463c2e2a45e7f3af1c0fa4cb3fde9c5479660c4f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator\u0026tag=1787735122"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2ca8a85fb07b431d97ca6a3e3c18f1cfaa20883c7076d6b5b4e6942b632f9aaa_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2ca8a85fb07b431d97ca6a3e3c18f1cfaa20883c7076d6b5b4e6942b632f9aaa_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2ca8a85fb07b431d97ca6a3e3c18f1cfaa20883c7076d6b5b4e6942b632f9aaa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-update-keys-rhel9@sha256%3A2ca8a85fb07b431d97ca6a3e3c18f1cfaa20883c7076d6b5b4e6942b632f9aaa?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9\u0026tag=1787735913"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4849bfa8a48c7e7d264fc6ea9097fa9d33da25f75776619976e3204b42026cc8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4849bfa8a48c7e7d264fc6ea9097fa9d33da25f75776619976e3204b42026cc8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4849bfa8a48c7e7d264fc6ea9097fa9d33da25f75776619976e3204b42026cc8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-container-networking-plugins-rhel9@sha256%3A4849bfa8a48c7e7d264fc6ea9097fa9d33da25f75776619976e3204b42026cc8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9\u0026tag=1787736353"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:02ac68c83db9dc50cf6280a418eed9261dd2182bbf51d16fd143519e49960b17_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:02ac68c83db9dc50cf6280a418eed9261dd2182bbf51d16fd143519e49960b17_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:02ac68c83db9dc50cf6280a418eed9261dd2182bbf51d16fd143519e49960b17_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer-rhel9@sha256%3A02ac68c83db9dc50cf6280a418eed9261dd2182bbf51d16fd143519e49960b17?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9\u0026tag=1787736164"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5b01a896101a5189740f84cb1a83edefdb0dc00288dde725ddd0e95480f8e1c1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5b01a896101a5189740f84cb1a83edefdb0dc00288dde725ddd0e95480f8e1c1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5b01a896101a5189740f84cb1a83edefdb0dc00288dde725ddd0e95480f8e1c1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter-rhel9@sha256%3A5b01a896101a5189740f84cb1a83edefdb0dc00288dde725ddd0e95480f8e1c1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9\u0026tag=1787735121"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6ae5cfd48e788096162bc4517f0466bf526f16c84bb61072886a64842856c5b1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6ae5cfd48e788096162bc4517f0466bf526f16c84bb61072886a64842856c5b1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6ae5cfd48e788096162bc4517f0466bf526f16c84bb61072886a64842856c5b1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller-rhel9@sha256%3A6ae5cfd48e788096162bc4517f0466bf526f16c84bb61072886a64842856c5b1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9\u0026tag=1787735363"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e61ed19beaf8352dcfd4b9478335a364263cb9839f27140a634a217d87d331e5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e61ed19beaf8352dcfd4b9478335a364263cb9839f27140a634a217d87d331e5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e61ed19beaf8352dcfd4b9478335a364263cb9839f27140a634a217d87d331e5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-etcd-rhel9@sha256%3Ae61ed19beaf8352dcfd4b9478335a364263cb9839f27140a634a217d87d331e5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-etcd-rhel9\u0026tag=1787736773"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:472e977d39473b92992f53c0225de477318b31be8656c37bc35193789ab7a456_s390x",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:472e977d39473b92992f53c0225de477318b31be8656c37bc35193789ab7a456_s390x",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:472e977d39473b92992f53c0225de477318b31be8656c37bc35193789ab7a456_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel9@sha256%3A472e977d39473b92992f53c0225de477318b31be8656c37bc35193789ab7a456?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/frr-rhel9\u0026tag=1787736001"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cc867d49602a6ada5de7a783136b6463c4d9adee9877ae1966c016a08ee8e87a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cc867d49602a6ada5de7a783136b6463c4d9adee9877ae1966c016a08ee8e87a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cc867d49602a6ada5de7a783136b6463c4d9adee9877ae1966c016a08ee8e87a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-cloud-controller-manager-rhel9@sha256%3Acc867d49602a6ada5de7a783136b6463c4d9adee9877ae1966c016a08ee8e87a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9\u0026tag=1787735866"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b6b13d29b1cb9c9bcf97f2daa289669bbd9ea501430e51652bca3d50f787f23f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b6b13d29b1cb9c9bcf97f2daa289669bbd9ea501430e51652bca3d50f787f23f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b6b13d29b1cb9c9bcf97f2daa289669bbd9ea501430e51652bca3d50f787f23f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3Ab6b13d29b1cb9c9bcf97f2daa289669bbd9ea501430e51652bca3d50f787f23f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9\u0026tag=1787735205"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e85e957fc16a36b5964613a99fec1e7299db9bc63edd86ef965d879a081b64bc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e85e957fc16a36b5964613a99fec1e7299db9bc63edd86ef965d879a081b64bc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e85e957fc16a36b5964613a99fec1e7299db9bc63edd86ef965d879a081b64bc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256%3Ae85e957fc16a36b5964613a99fec1e7299db9bc63edd86ef965d879a081b64bc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator\u0026tag=1787735948"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a8ab293c4f3c6bc251bc91466b7586e5499b6e198cff46e50f6a65d97df60f7b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a8ab293c4f3c6bc251bc91466b7586e5499b6e198cff46e50f6a65d97df60f7b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a8ab293c4f3c6bc251bc91466b7586e5499b6e198cff46e50f6a65d97df60f7b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3Aa8ab293c4f3c6bc251bc91466b7586e5499b6e198cff46e50f6a65d97df60f7b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9\u0026tag=1787735463"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e1fe563643282c027ea829274a1945458cdc5d079bf2a2b7b0a9982a5cc3720e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e1fe563643282c027ea829274a1945458cdc5d079bf2a2b7b0a9982a5cc3720e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e1fe563643282c027ea829274a1945458cdc5d079bf2a2b7b0a9982a5cc3720e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-machine-controllers-rhel9@sha256%3Ae1fe563643282c027ea829274a1945458cdc5d079bf2a2b7b0a9982a5cc3720e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9\u0026tag=1787736214"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e2c62e4b87e0536d15ed8b4f2905930a750f770d5c6d0168de6291d92c51f9a9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e2c62e4b87e0536d15ed8b4f2905930a750f770d5c6d0168de6291d92c51f9a9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e2c62e4b87e0536d15ed8b4f2905930a750f770d5c6d0168de6291d92c51f9a9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel9-operator@sha256%3Ae2c62e4b87e0536d15ed8b4f2905930a750f770d5c6d0168de6291d92c51f9a9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel9-operator\u0026tag=1787736323"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:7815e9dc63477803e7e8bb8a01ea83043b5503ba529f64db3c76ad1c4cf2f0b1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:7815e9dc63477803e7e8bb8a01ea83043b5503ba529f64db3c76ad1c4cf2f0b1_s390x",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:7815e9dc63477803e7e8bb8a01ea83043b5503ba529f64db3c76ad1c4cf2f0b1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-exporter-rhel9@sha256%3A7815e9dc63477803e7e8bb8a01ea83043b5503ba529f64db3c76ad1c4cf2f0b1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/insights-runtime-exporter-rhel9\u0026tag=1787737087"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:bd6be5cf4063439e92a1264ce3af0ea6528b9c27dd4b26f043a80aa8616575fc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:bd6be5cf4063439e92a1264ce3af0ea6528b9c27dd4b26f043a80aa8616575fc_s390x",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:bd6be5cf4063439e92a1264ce3af0ea6528b9c27dd4b26f043a80aa8616575fc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-extractor-rhel9@sha256%3Abd6be5cf4063439e92a1264ce3af0ea6528b9c27dd4b26f043a80aa8616575fc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/insights-runtime-extractor-rhel9\u0026tag=1787735386"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1b4fa4d6ee3081f39e54b4f910100d210da682dbb0f308f08107ac44e7338d3b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1b4fa4d6ee3081f39e54b4f910100d210da682dbb0f308f08107ac44e7338d3b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1b4fa4d6ee3081f39e54b4f910100d210da682dbb0f308f08107ac44e7338d3b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-rhel9@sha256%3A1b4fa4d6ee3081f39e54b4f910100d210da682dbb0f308f08107ac44e7338d3b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-installer-rhel9\u0026tag=1787740470"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:da9ebcef147e8d9e84848454fe2b8e259bb549bf0de88ee960fb48f6c8051060_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:da9ebcef147e8d9e84848454fe2b8e259bb549bf0de88ee960fb48f6c8051060_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:da9ebcef147e8d9e84848454fe2b8e259bb549bf0de88ee960fb48f6c8051060_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts-rhel9@sha256%3Ada9ebcef147e8d9e84848454fe2b8e259bb549bf0de88ee960fb48f6c8051060?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts-rhel9\u0026tag=1787740332"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:be2e4dd58b8ed72278bb2c014317e69185e2b19dce37beea7fec3798abcb35f0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:be2e4dd58b8ed72278bb2c014317e69185e2b19dce37beea7fec3798abcb35f0_s390x",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:be2e4dd58b8ed72278bb2c014317e69185e2b19dce37beea7fec3798abcb35f0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-metrics-server-rhel9@sha256%3Abe2e4dd58b8ed72278bb2c014317e69185e2b19dce37beea7fec3798abcb35f0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/kube-metrics-server-rhel9\u0026tag=1787735573"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c4b2b0855c4ba25e150de01e54f0a84bb4c6c220b348945742bc0c18cc6d7dbb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c4b2b0855c4ba25e150de01e54f0a84bb4c6c220b348945742bc0c18cc6d7dbb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c4b2b0855c4ba25e150de01e54f0a84bb4c6c220b348945742bc0c18cc6d7dbb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel9@sha256%3Ac4b2b0855c4ba25e150de01e54f0a84bb4c6c220b348945742bc0c18cc6d7dbb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9\u0026tag=1787736375"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:01b6587f8b9ee398d34ed3330bf0bdbf2dd01c2fe475ed4d44c547401d1dbd5a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:01b6587f8b9ee398d34ed3330bf0bdbf2dd01c2fe475ed4d44c547401d1dbd5a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:01b6587f8b9ee398d34ed3330bf0bdbf2dd01c2fe475ed4d44c547401d1dbd5a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A01b6587f8b9ee398d34ed3330bf0bdbf2dd01c2fe475ed4d44c547401d1dbd5a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9\u0026tag=1787736948"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:abe530f4e865add435da2afd379a3a11a4d75c257c2468a09bc78f10256e0be9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:abe530f4e865add435da2afd379a3a11a4d75c257c2468a09bc78f10256e0be9_s390x",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:abe530f4e865add435da2afd379a3a11a4d75c257c2468a09bc78f10256e0be9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel9@sha256%3Aabe530f4e865add435da2afd379a3a11a4d75c257c2468a09bc78f10256e0be9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9\u0026tag=1787736399"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c3481c6f76c644c017392c092dcbbb25a288acd14a9f01e20afd0d2d35e16d32_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c3481c6f76c644c017392c092dcbbb25a288acd14a9f01e20afd0d2d35e16d32_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c3481c6f76c644c017392c092dcbbb25a288acd14a9f01e20afd0d2d35e16d32_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-rhel9-operator@sha256%3Ac3481c6f76c644c017392c092dcbbb25a288acd14a9f01e20afd0d2d35e16d32?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-rhel9-operator\u0026tag=1787735468"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ba077da5ec7f147b51f0ee4432082aed3b7a3a541729913bc2ed821688723e99_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ba077da5ec7f147b51f0ee4432082aed3b7a3a541729913bc2ed821688723e99_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ba077da5ec7f147b51f0ee4432082aed3b7a3a541729913bc2ed821688723e99_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel9@sha256%3Aba077da5ec7f147b51f0ee4432082aed3b7a3a541729913bc2ed821688723e99?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9\u0026tag=1787737581"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:df885dc6da20faf1903dbdac693889d9882722e8b67bebe35f624c11e4616262_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:df885dc6da20faf1903dbdac693889d9882722e8b67bebe35f624c11e4616262_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:df885dc6da20faf1903dbdac693889d9882722e8b67bebe35f624c11e4616262_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-rhel9-operator@sha256%3Adf885dc6da20faf1903dbdac693889d9882722e8b67bebe35f624c11e4616262?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-rhel9-operator\u0026tag=1787760320"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7359a62beac2d501d629e6768f1767861fdedc0d05f53a4424a2abdb3dbb6a8c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7359a62beac2d501d629e6768f1767861fdedc0d05f53a4424a2abdb3dbb6a8c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7359a62beac2d501d629e6768f1767861fdedc0d05f53a4424a2abdb3dbb6a8c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel9@sha256%3A7359a62beac2d501d629e6768f1767861fdedc0d05f53a4424a2abdb3dbb6a8c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel9\u0026tag=1787568817"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:da4ff38c7a1fd5adddbc0b0d3defbbd580197680b22648e2ab803c90c4a8c9f2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:da4ff38c7a1fd5adddbc0b0d3defbbd580197680b22648e2ab803c90c4a8c9f2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:da4ff38c7a1fd5adddbc0b0d3defbbd580197680b22648e2ab803c90c4a8c9f2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-admission-controller-rhel9@sha256%3Ada4ff38c7a1fd5adddbc0b0d3defbbd580197680b22648e2ab803c90c4a8c9f2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9\u0026tag=1787737500"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f3f64bd2f70faa654f7134d803efdc032df63fd4ef07c97abd38fc41e625b48d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f3f64bd2f70faa654f7134d803efdc032df63fd4ef07c97abd38fc41e625b48d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f3f64bd2f70faa654f7134d803efdc032df63fd4ef07c97abd38fc41e625b48d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-route-override-cni-rhel9@sha256%3Af3f64bd2f70faa654f7134d803efdc032df63fd4ef07c97abd38fc41e625b48d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9\u0026tag=1787736152"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:bd9982e951fdc7259571b6d5983ea2cc44402cbea411ae9a6b135692bf5939b2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:bd9982e951fdc7259571b6d5983ea2cc44402cbea411ae9a6b135692bf5939b2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:bd9982e951fdc7259571b6d5983ea2cc44402cbea411ae9a6b135692bf5939b2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3Abd9982e951fdc7259571b6d5983ea2cc44402cbea411ae9a6b135692bf5939b2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9\u0026tag=1787735097"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ccdd76d6734e3a3cfaa1e432c1508c097478e842fd436672e57ef2563d817e4a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ccdd76d6734e3a3cfaa1e432c1508c097478e842fd436672e57ef2563d817e4a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ccdd76d6734e3a3cfaa1e432c1508c097478e842fd436672e57ef2563d817e4a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-must-gather-rhel9@sha256%3Accdd76d6734e3a3cfaa1e432c1508c097478e842fd436672e57ef2563d817e4a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather-rhel9\u0026tag=1787737233"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f8b68ae48350a5aa9bdf47a36efbf661190d497ab5a139027a2bf4579d21e095_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f8b68ae48350a5aa9bdf47a36efbf661190d497ab5a139027a2bf4579d21e095_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f8b68ae48350a5aa9bdf47a36efbf661190d497ab5a139027a2bf4579d21e095_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-interface-bond-cni-rhel9@sha256%3Af8b68ae48350a5aa9bdf47a36efbf661190d497ab5a139027a2bf4579d21e095?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9\u0026tag=1787737094"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8d45dfe709ac701d6eb800b081947d39a855f65c756f31ae47b75be9fec0c260_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8d45dfe709ac701d6eb800b081947d39a855f65c756f31ae47b75be9fec0c260_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8d45dfe709ac701d6eb800b081947d39a855f65c756f31ae47b75be9fec0c260_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-metrics-daemon-rhel9@sha256%3A8d45dfe709ac701d6eb800b081947d39a855f65c756f31ae47b75be9fec0c260?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9\u0026tag=1787735117"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:43b36fb1f7ad271530f5ee9040cac4651a684e0e08de2ed90a2939b736b565ed_s390x",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:43b36fb1f7ad271530f5ee9040cac4651a684e0e08de2ed90a2939b736b565ed_s390x",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:43b36fb1f7ad271530f5ee9040cac4651a684e0e08de2ed90a2939b736b565ed_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3A43b36fb1f7ad271530f5ee9040cac4651a684e0e08de2ed90a2939b736b565ed?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel9\u0026tag=1787739401"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f4293de50825a003a825306a45612531dafce45b72a91cf4dd455d596a0c60ea_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f4293de50825a003a825306a45612531dafce45b72a91cf4dd455d596a0c60ea_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f4293de50825a003a825306a45612531dafce45b72a91cf4dd455d596a0c60ea_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-apiserver-rhel9@sha256%3Af4293de50825a003a825306a45612531dafce45b72a91cf4dd455d596a0c60ea?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9\u0026tag=1787737149"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6693dff44dcfb7e6fe67f5373bb73d84cf401d20640c959375f20a24d31aa697_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6693dff44dcfb7e6fe67f5373bb73d84cf401d20640c959375f20a24d31aa697_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6693dff44dcfb7e6fe67f5373bb73d84cf401d20640c959375f20a24d31aa697_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-catalogd-rhel9@sha256%3A6693dff44dcfb7e6fe67f5373bb73d84cf401d20640c959375f20a24d31aa697?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-olm-catalogd-rhel9\u0026tag=1787735438"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:be43f0ee18b6d56d81a09871c4a30dc2245ba60cf17ff0f1aad10e117f40aac8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:be43f0ee18b6d56d81a09871c4a30dc2245ba60cf17ff0f1aad10e117f40aac8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:be43f0ee18b6d56d81a09871c4a30dc2245ba60cf17ff0f1aad10e117f40aac8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-operator-controller-rhel9@sha256%3Abe43f0ee18b6d56d81a09871c4a30dc2245ba60cf17ff0f1aad10e117f40aac8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9\u0026tag=1787737468"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8253bfec4409c9a02be72d7e8d87fe5f4f81c1bc58a294f02dd570debc4f1128_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8253bfec4409c9a02be72d7e8d87fe5f4f81c1bc58a294f02dd570debc4f1128_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8253bfec4409c9a02be72d7e8d87fe5f4f81c1bc58a294f02dd570debc4f1128_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel9@sha256%3A8253bfec4409c9a02be72d7e8d87fe5f4f81c1bc58a294f02dd570debc4f1128?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9\u0026tag=1787736888"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:75140fa657674afc46d698aea19115a9f60c7765ffff6a0c4ae5ac166c725597_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:75140fa657674afc46d698aea19115a9f60c7765ffff6a0c4ae5ac166c725597_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:75140fa657674afc46d698aea19115a9f60c7765ffff6a0c4ae5ac166c725597_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-controller-manager-rhel9@sha256%3A75140fa657674afc46d698aea19115a9f60c7765ffff6a0c4ae5ac166c725597?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9\u0026tag=1787737583"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:07ff9687205eee39d9ca211c0bb0c6b1618848e9e74bfbbe793aca67de73fa88_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:07ff9687205eee39d9ca211c0bb0c6b1618848e9e74bfbbe793aca67de73fa88_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:07ff9687205eee39d9ca211c0bb0c6b1618848e9e74bfbbe793aca67de73fa88_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9@sha256%3A07ff9687205eee39d9ca211c0bb0c6b1618848e9e74bfbbe793aca67de73fa88?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9\u0026tag=1787735459"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9fe79073bdf1745b388fe52bee661394f96ba5c0af585ed8ab4a61724e324777_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9fe79073bdf1745b388fe52bee661394f96ba5c0af585ed8ab4a61724e324777_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9fe79073bdf1745b388fe52bee661394f96ba5c0af585ed8ab4a61724e324777_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A9fe79073bdf1745b388fe52bee661394f96ba5c0af585ed8ab4a61724e324777?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator\u0026tag=1787737054"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:719989a197c3bb8b8af09e95af49125cd28014fa74c7969f3f3b939223a6743b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:719989a197c3bb8b8af09e95af49125cd28014fa74c7969f3f3b939223a6743b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:719989a197c3bb8b8af09e95af49125cd28014fa74c7969f3f3b939223a6743b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cloud-controller-manager-rhel9@sha256%3A719989a197c3bb8b8af09e95af49125cd28014fa74c7969f3f3b939223a6743b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9\u0026tag=1787736969"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c95f8bcd0835611bb90983e96e3b780ccb65bd2bdc7f7554432ea971eac8095b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c95f8bcd0835611bb90983e96e3b780ccb65bd2bdc7f7554432ea971eac8095b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c95f8bcd0835611bb90983e96e3b780ccb65bd2bdc7f7554432ea971eac8095b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-framework-tools-rhel9@sha256%3Ac95f8bcd0835611bb90983e96e3b780ccb65bd2bdc7f7554432ea971eac8095b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9\u0026tag=1787736790"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0848bdb082bc8dae6bdaa956d2ae36fdeaaac89024822f4bcdffb51da1165fed_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0848bdb082bc8dae6bdaa956d2ae36fdeaaac89024822f4bcdffb51da1165fed_s390x",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0848bdb082bc8dae6bdaa956d2ae36fdeaaac89024822f4bcdffb51da1165fed_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9@sha256%3A0848bdb082bc8dae6bdaa956d2ae36fdeaaac89024822f4bcdffb51da1165fed?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel9\u0026tag=1787735351"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:bc7b78f67fa189ba63da9891a1b05694d676a3ed2fa318336fa0850d63815250_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:bc7b78f67fa189ba63da9891a1b05694d676a3ed2fa318336fa0850d63815250_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:bc7b78f67fa189ba63da9891a1b05694d676a3ed2fa318336fa0850d63815250_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3Abc7b78f67fa189ba63da9891a1b05694d676a3ed2fa318336fa0850d63815250?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9\u0026tag=1787737146"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:49e98d0193f7d7b4347043f0655d350a7a0c0d8c8b850d95abb57acd13dd8ac8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:49e98d0193f7d7b4347043f0655d350a7a0c0d8c8b850d95abb57acd13dd8ac8_s390x",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:49e98d0193f7d7b4347043f0655d350a7a0c0d8c8b850d95abb57acd13dd8ac8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openshift-route-controller-manager-rhel9@sha256%3A49e98d0193f7d7b4347043f0655d350a7a0c0d8c8b850d95abb57acd13dd8ac8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9\u0026tag=1787737263"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5082f39df1f143f23f0e587dec5cdb3e3b033ab446a57e7e808c88e6211a1a67_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5082f39df1f143f23f0e587dec5cdb3e3b033ab446a57e7e808c88e6211a1a67_s390x",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5082f39df1f143f23f0e587dec5cdb3e3b033ab446a57e7e808c88e6211a1a67_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-service-ca-rhel9-operator@sha256%3A5082f39df1f143f23f0e587dec5cdb3e3b033ab446a57e7e808c88e6211a1a67?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-service-ca-rhel9-operator\u0026tag=1787736169"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2ab5fcf7003f4ba3de7656a284b11d6ee05bb02cd0f3532671a8c368f7b15178_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2ab5fcf7003f4ba3de7656a284b11d6ee05bb02cd0f3532671a8c368f7b15178_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2ab5fcf7003f4ba3de7656a284b11d6ee05bb02cd0f3532671a8c368f7b15178_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3A2ab5fcf7003f4ba3de7656a284b11d6ee05bb02cd0f3532671a8c368f7b15178?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel9\u0026tag=1787736243"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3f8cb2cffaf6320f14ae09f7e44c965681b395370a156253790764ec9d2a2aca_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3f8cb2cffaf6320f14ae09f7e44c965681b395370a156253790764ec9d2a2aca_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3f8cb2cffaf6320f14ae09f7e44c965681b395370a156253790764ec9d2a2aca_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3A3f8cb2cffaf6320f14ae09f7e44c965681b395370a156253790764ec9d2a2aca?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9\u0026tag=1787737628"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8afe2a0c6b1b200201f21b148caaa682bce77cb3b1027f61d4c873e5babb1b30_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8afe2a0c6b1b200201f21b148caaa682bce77cb3b1027f61d4c873e5babb1b30_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8afe2a0c6b1b200201f21b148caaa682bce77cb3b1027f61d4c873e5babb1b30_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prom-label-proxy-rhel9@sha256%3A8afe2a0c6b1b200201f21b148caaa682bce77cb3b1027f61d4c873e5babb1b30?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9\u0026tag=1787736546"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e842cdc56ee7728aa71a7f95eda9777ba229aaf959594e73d998fbb30b7f76b1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e842cdc56ee7728aa71a7f95eda9777ba229aaf959594e73d998fbb30b7f76b1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e842cdc56ee7728aa71a7f95eda9777ba229aaf959594e73d998fbb30b7f76b1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader-rhel9@sha256%3Ae842cdc56ee7728aa71a7f95eda9777ba229aaf959594e73d998fbb30b7f76b1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9\u0026tag=1787735686"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d266a3bfe528e76a8c6ef1700a2016080d084cf6fad2e70efe5ba52ff0dbbc51_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d266a3bfe528e76a8c6ef1700a2016080d084cf6fad2e70efe5ba52ff0dbbc51_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d266a3bfe528e76a8c6ef1700a2016080d084cf6fad2e70efe5ba52ff0dbbc51_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9-operator@sha256%3Ad266a3bfe528e76a8c6ef1700a2016080d084cf6fad2e70efe5ba52ff0dbbc51?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-rhel9-operator\u0026tag=1787736935"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e150a242bffd4437f92000417cad89969fd547b5da514f8586802b99a668bab2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e150a242bffd4437f92000417cad89969fd547b5da514f8586802b99a668bab2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e150a242bffd4437f92000417cad89969fd547b5da514f8586802b99a668bab2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel9@sha256%3Ae150a242bffd4437f92000417cad89969fd547b5da514f8586802b99a668bab2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9\u0026tag=1787736913"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4bd5b70373a257b1fce20135ff4a4b3e6962eee541c67a0e29ba9a2523d4d4a2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4bd5b70373a257b1fce20135ff4a4b3e6962eee541c67a0e29ba9a2523d4d4a2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4bd5b70373a257b1fce20135ff4a4b3e6962eee541c67a0e29ba9a2523d4d4a2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter-rhel9@sha256%3A4bd5b70373a257b1fce20135ff4a4b3e6962eee541c67a0e29ba9a2523d4d4a2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-telemeter-rhel9\u0026tag=1787736992"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e3a8b252aadb5b32f42009803b56dbeae49a3ddbe9d00aa27569af4747fa403_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e3a8b252aadb5b32f42009803b56dbeae49a3ddbe9d00aa27569af4747fa403_s390x",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e3a8b252aadb5b32f42009803b56dbeae49a3ddbe9d00aa27569af4747fa403_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-thanos-rhel9@sha256%3A5e3a8b252aadb5b32f42009803b56dbeae49a3ddbe9d00aa27569af4747fa403?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-thanos-rhel9\u0026tag=1787737634"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6bb4c6c64852f2b7ee590a0a60db256d8dd549a4b141fe71d311bf30d0ed88ae_s390x",
"product": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6bb4c6c64852f2b7ee590a0a60db256d8dd549a4b141fe71d311bf30d0ed88ae_s390x",
"product_id": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6bb4c6c64852f2b7ee590a0a60db256d8dd549a4b141fe71d311bf30d0ed88ae_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/volume-data-source-validator-rhel9@sha256%3A6bb4c6c64852f2b7ee590a0a60db256d8dd549a4b141fe71d311bf30d0ed88ae?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/volume-data-source-validator-rhel9\u0026tag=1787737130"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:19f94467c811e10882e30eeef39b1266b83ee417974aaf62f75738d51811cbc4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:19f94467c811e10882e30eeef39b1266b83ee417974aaf62f75738d51811cbc4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:19f94467c811e10882e30eeef39b1266b83ee417974aaf62f75738d51811cbc4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9@sha256%3A19f94467c811e10882e30eeef39b1266b83ee417974aaf62f75738d51811cbc4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9\u0026tag=1787736278"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:0c95fbbcfd5c54e6b2934a8efb4f8523d1536ec1deef78249f4daebaa9d327d6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:0c95fbbcfd5c54e6b2934a8efb4f8523d1536ec1deef78249f4daebaa9d327d6_ppc64le",
"product_id": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:0c95fbbcfd5c54e6b2934a8efb4f8523d1536ec1deef78249f4daebaa9d327d6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-karpenter-provider-aws-rhel9@sha256%3A0c95fbbcfd5c54e6b2934a8efb4f8523d1536ec1deef78249f4daebaa9d327d6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9\u0026tag=1787736654"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b717614ee549be99c17ceef3d755c66abc983e821e04808df347962858e0da81_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b717614ee549be99c17ceef3d755c66abc983e821e04808df347962858e0da81_ppc64le",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b717614ee549be99c17ceef3d755c66abc983e821e04808df347962858e0da81_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-kms-encryption-provider-rhel9@sha256%3Ab717614ee549be99c17ceef3d755c66abc983e821e04808df347962858e0da81?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9\u0026tag=1787735095"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e814640d65f77818c180a706940337f8ddec8ebe4cf22c51a58a8b69e0f4099_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e814640d65f77818c180a706940337f8ddec8ebe4cf22c51a58a8b69e0f4099_ppc64le",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e814640d65f77818c180a706940337f8ddec8ebe4cf22c51a58a8b69e0f4099_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-kms-encryption-provider-rhel9@sha256%3A4e814640d65f77818c180a706940337f8ddec8ebe4cf22c51a58a8b69e0f4099?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9\u0026tag=1787737396"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:43960246dc7eb7bcef847c0d706bc6b0f0a407053a2cca7dfe27fce23c6d2af4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:43960246dc7eb7bcef847c0d706bc6b0f0a407053a2cca7dfe27fce23c6d2af4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:43960246dc7eb7bcef847c0d706bc6b0f0a407053a2cca7dfe27fce23c6d2af4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-machine-controllers-rhel9@sha256%3A43960246dc7eb7bcef847c0d706bc6b0f0a407053a2cca7dfe27fce23c6d2af4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9\u0026tag=1787736553"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fc403f7babe4eb16c770c80def94f34696b3a8ac55360b17c88edb11b9ae5a8e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fc403f7babe4eb16c770c80def94f34696b3a8ac55360b17c88edb11b9ae5a8e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fc403f7babe4eb16c770c80def94f34696b3a8ac55360b17c88edb11b9ae5a8e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel9@sha256%3Afc403f7babe4eb16c770c80def94f34696b3a8ac55360b17c88edb11b9ae5a8e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9\u0026tag=1787735428"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ebed5c3d8e112fc5086208b4b4c0aba054a0058f3fd08b71b129dc124fa00f99_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ebed5c3d8e112fc5086208b4b4c0aba054a0058f3fd08b71b129dc124fa00f99_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ebed5c3d8e112fc5086208b4b4c0aba054a0058f3fd08b71b129dc124fa00f99_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel9-operator@sha256%3Aebed5c3d8e112fc5086208b4b4c0aba054a0058f3fd08b71b129dc124fa00f99?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator\u0026tag=1787735501"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:480b27e9866ca8dfba83e1accd427d4f6813f4fb7f612854e32bdffc10d7d5b8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:480b27e9866ca8dfba83e1accd427d4f6813f4fb7f612854e32bdffc10d7d5b8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:480b27e9866ca8dfba83e1accd427d4f6813f4fb7f612854e32bdffc10d7d5b8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-rhel9-operator@sha256%3A480b27e9866ca8dfba83e1accd427d4f6813f4fb7f612854e32bdffc10d7d5b8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator\u0026tag=1787735942"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9ff62f63d487e25a750bad29314955effd17152bfc534ff698963760a2615b0a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9ff62f63d487e25a750bad29314955effd17152bfc534ff698963760a2615b0a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9ff62f63d487e25a750bad29314955effd17152bfc534ff698963760a2615b0a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-rhel9-operator@sha256%3A9ff62f63d487e25a750bad29314955effd17152bfc534ff698963760a2615b0a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator\u0026tag=1787735730"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:af87d24f6540e5c98def879ec4ea8adeb5b138e41abc126b2c3030c5847fd0b1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:af87d24f6540e5c98def879ec4ea8adeb5b138e41abc126b2c3030c5847fd0b1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:af87d24f6540e5c98def879ec4ea8adeb5b138e41abc126b2c3030c5847fd0b1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3Aaf87d24f6540e5c98def879ec4ea8adeb5b138e41abc126b2c3030c5847fd0b1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=1787736931"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a64dfd96d3aacabc8f219d19e6d7eb0c1ac5b68b49eb93fcc973d76e67ef1d34_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a64dfd96d3aacabc8f219d19e6d7eb0c1ac5b68b49eb93fcc973d76e67ef1d34_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a64dfd96d3aacabc8f219d19e6d7eb0c1ac5b68b49eb93fcc973d76e67ef1d34_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-policy-controller-rhel9@sha256%3Aa64dfd96d3aacabc8f219d19e6d7eb0c1ac5b68b49eb93fcc973d76e67ef1d34?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9\u0026tag=1787735110"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:12e5e4ea4d19c4dcccb35dba161fdba8a703ba6331b11054e4664818737746a4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:12e5e4ea4d19c4dcccb35dba161fdba8a703ba6331b11054e4664818737746a4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:12e5e4ea4d19c4dcccb35dba161fdba8a703ba6331b11054e4664818737746a4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-storage-rhel9-operator@sha256%3A12e5e4ea4d19c4dcccb35dba161fdba8a703ba6331b11054e4664818737746a4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator\u0026tag=1787736910"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0c4f3cf84115f8c9b9bed6b2dd5d52316eb3a9e670fe6b9e28c2dbc350392e87_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0c4f3cf84115f8c9b9bed6b2dd5d52316eb3a9e670fe6b9e28c2dbc350392e87_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0c4f3cf84115f8c9b9bed6b2dd5d52316eb3a9e670fe6b9e28c2dbc350392e87_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-rhel9-operator@sha256%3A0c4f3cf84115f8c9b9bed6b2dd5d52316eb3a9e670fe6b9e28c2dbc350392e87?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator\u0026tag=1787736451"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:afc11a340e28d4100c31646b705e8db302f6b0a96ad3620e07391f02a70438f1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:afc11a340e28d4100c31646b705e8db302f6b0a96ad3620e07391f02a70438f1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:afc11a340e28d4100c31646b705e8db302f6b0a96ad3620e07391f02a70438f1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-configmap-reloader-rhel9@sha256%3Aafc11a340e28d4100c31646b705e8db302f6b0a96ad3620e07391f02a70438f1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-configmap-reloader-rhel9\u0026tag=1787736760"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ec2586358c34d0130b00a3714b50c8b7bc33ce915aef6aa79eb214d38202f37e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ec2586358c34d0130b00a3714b50c8b7bc33ce915aef6aa79eb214d38202f37e_ppc64le",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ec2586358c34d0130b00a3714b50c8b7bc33ce915aef6aa79eb214d38202f37e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/container-networking-plugins-microshift-rhel9@sha256%3Aec2586358c34d0130b00a3714b50c8b7bc33ce915aef6aa79eb214d38202f37e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9\u0026tag=1787736471"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c3674a8f28935f3140fad744b5a178a8346a9a7f79f6c281561d2877b38c4ca9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c3674a8f28935f3140fad744b5a178a8346a9a7f79f6c281561d2877b38c4ca9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c3674a8f28935f3140fad744b5a178a8346a9a7f79f6c281561d2877b38c4ca9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-coredns-rhel9@sha256%3Ac3674a8f28935f3140fad744b5a178a8346a9a7f79f6c281561d2877b38c4ca9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-coredns-rhel9\u0026tag=1787735555"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4c26bc366b267d444f448a4d7bd5a0d26f84bea653c14b261a829669d888cf88_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4c26bc366b267d444f448a4d7bd5a0d26f84bea653c14b261a829669d888cf88_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4c26bc366b267d444f448a4d7bd5a0d26f84bea653c14b261a829669d888cf88_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher-rhel9@sha256%3A4c26bc366b267d444f448a4d7bd5a0d26f84bea653c14b261a829669d888cf88?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9\u0026tag=1787736648"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:80fc518199cd3a1ad421b142661f0a85679b12b69d0afe580fe60eb6a13ddad4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:80fc518199cd3a1ad421b142661f0a85679b12b69d0afe580fe60eb6a13ddad4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:80fc518199cd3a1ad421b142661f0a85679b12b69d0afe580fe60eb6a13ddad4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel9@sha256%3A80fc518199cd3a1ad421b142661f0a85679b12b69d0afe580fe60eb6a13ddad4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9\u0026tag=1787735893"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:993a2a0b3f84e071560f6fc1a3ac243fa745ae9a7ab15febbe1385437dbd3ad8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:993a2a0b3f84e071560f6fc1a3ac243fa745ae9a7ab15febbe1385437dbd3ad8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:993a2a0b3f84e071560f6fc1a3ac243fa745ae9a7ab15febbe1385437dbd3ad8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel9-operator@sha256%3A993a2a0b3f84e071560f6fc1a3ac243fa745ae9a7ab15febbe1385437dbd3ad8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator\u0026tag=1787736312"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:599d33b55e88212202b15f4344f7a18dee4f4504b3739d6ec99414d05bcde2b7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:599d33b55e88212202b15f4344f7a18dee4f4504b3739d6ec99414d05bcde2b7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:599d33b55e88212202b15f4344f7a18dee4f4504b3739d6ec99414d05bcde2b7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-nfs-rhel9@sha256%3A599d33b55e88212202b15f4344f7a18dee4f4504b3739d6ec99414d05bcde2b7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9\u0026tag=1787735771"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:21b5298172f4de1e0074c4abf5e4abf27e8adc02bbf7ee49bd3388f7127d4901_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:21b5298172f4de1e0074c4abf5e4abf27e8adc02bbf7ee49bd3388f7127d4901_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:21b5298172f4de1e0074c4abf5e4abf27e8adc02bbf7ee49bd3388f7127d4901_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshot-metadata-rhel9@sha256%3A21b5298172f4de1e0074c4abf5e4abf27e8adc02bbf7ee49bd3388f7127d4901?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9\u0026tag=1787737296"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a36c2b308515a293cbcf265af68ecebf498739e74ef11016d5c0edd3cf47c4e7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a36c2b308515a293cbcf265af68ecebf498739e74ef11016d5c0edd3cf47c4e7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a36c2b308515a293cbcf265af68ecebf498739e74ef11016d5c0edd3cf47c4e7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3Aa36c2b308515a293cbcf265af68ecebf498739e74ef11016d5c0edd3cf47c4e7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9\u0026tag=1787736122"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d2d5ee5893ae16784051d9526c1feeee3c641fc3e6f337ba807744551c00ffa5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d2d5ee5893ae16784051d9526c1feeee3c641fc3e6f337ba807744551c00ffa5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d2d5ee5893ae16784051d9526c1feeee3c641fc3e6f337ba807744551c00ffa5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3Ad2d5ee5893ae16784051d9526c1feeee3c641fc3e6f337ba807744551c00ffa5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9\u0026tag=1787736010"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0dac7821ce2a3a5a180f53f381d9e61484cd8c5efab3c9a7dcc70b5783421b64_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0dac7821ce2a3a5a180f53f381d9e61484cd8c5efab3c9a7dcc70b5783421b64_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0dac7821ce2a3a5a180f53f381d9e61484cd8c5efab3c9a7dcc70b5783421b64_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3A0dac7821ce2a3a5a180f53f381d9e61484cd8c5efab3c9a7dcc70b5783421b64?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9\u0026tag=1787735721"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:13e81e4c25d8c789ca15eb4e84f3fc531a50b4dc0d95fa3573e002e3b54cad61_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:13e81e4c25d8c789ca15eb4e84f3fc531a50b4dc0d95fa3573e002e3b54cad61_ppc64le",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:13e81e4c25d8c789ca15eb4e84f3fc531a50b4dc0d95fa3573e002e3b54cad61_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3A13e81e4c25d8c789ca15eb4e84f3fc531a50b4dc0d95fa3573e002e3b54cad61?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=1787736552"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6f86d997faaf61c874def5a78cded319a188c1babbc4dfefb91a29f7e0d7f0fb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6f86d997faaf61c874def5a78cded319a188c1babbc4dfefb91a29f7e0d7f0fb_ppc64le",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6f86d997faaf61c874def5a78cded319a188c1babbc4dfefb91a29f7e0d7f0fb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/egress-router-cni-rhel9@sha256%3A6f86d997faaf61c874def5a78cded319a188c1babbc4dfefb91a29f7e0d7f0fb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/egress-router-cni-rhel9\u0026tag=1787737512"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4e09fb0bd709d53a0abc6326905cc43ee36e6e4ec5e20108efd1ffe585b1f2de_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4e09fb0bd709d53a0abc6326905cc43ee36e6e4ec5e20108efd1ffe585b1f2de_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4e09fb0bd709d53a0abc6326905cc43ee36e6e4ec5e20108efd1ffe585b1f2de_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3A4e09fb0bd709d53a0abc6326905cc43ee36e6e4ec5e20108efd1ffe585b1f2de?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9\u0026tag=1787736285"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:7f29c85842a34554f06db311ef67ec08d1d947d32b4363d1153d92c8d13c3214_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:7f29c85842a34554f06db311ef67ec08d1d947d32b4363d1153d92c8d13c3214_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:7f29c85842a34554f06db311ef67ec08d1d947d32b4363d1153d92c8d13c3214_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-proxy-rhel9@sha256%3A7f29c85842a34554f06db311ef67ec08d1d947d32b4363d1153d92c8d13c3214?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-proxy-rhel9\u0026tag=1787737517"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c86c7188163be31c7ab04017bc46ae88707437f804ddf2b5bd5a73ae34f64312_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c86c7188163be31c7ab04017bc46ae88707437f804ddf2b5bd5a73ae34f64312_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c86c7188163be31c7ab04017bc46ae88707437f804ddf2b5bd5a73ae34f64312_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-alertmanager-rhel9@sha256%3Ac86c7188163be31c7ab04017bc46ae88707437f804ddf2b5bd5a73ae34f64312?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9\u0026tag=1787735396"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:90331abb869c0c04ca7bb59681cbd957ff54eb0e0265e16368f9fd6ab6937acc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:90331abb869c0c04ca7bb59681cbd957ff54eb0e0265e16368f9fd6ab6937acc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:90331abb869c0c04ca7bb59681cbd957ff54eb0e0265e16368f9fd6ab6937acc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-node-exporter-rhel9@sha256%3A90331abb869c0c04ca7bb59681cbd957ff54eb0e0265e16368f9fd6ab6937acc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9\u0026tag=1787735398"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ae6ebf086515376ed35bb432a7f567f7bbb44b8d1b86773fd86daa387c5fb933_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ae6ebf086515376ed35bb432a7f567f7bbb44b8d1b86773fd86daa387c5fb933_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ae6ebf086515376ed35bb432a7f567f7bbb44b8d1b86773fd86daa387c5fb933_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9@sha256%3Aae6ebf086515376ed35bb432a7f567f7bbb44b8d1b86773fd86daa387c5fb933?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-rhel9\u0026tag=1787736183"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7638d755fde7fe6d3c004a6f0f7c761a9fdb75a3541f19a792c3cf8e8bf473d3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7638d755fde7fe6d3c004a6f0f7c761a9fdb75a3541f19a792c3cf8e8bf473d3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7638d755fde7fe6d3c004a6f0f7c761a9fdb75a3541f19a792c3cf8e8bf473d3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3A7638d755fde7fe6d3c004a6f0f7c761a9fdb75a3541f19a792c3cf8e8bf473d3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel9\u0026tag=1787736745"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c42a4deb157c31f6fb871bceb8c4401f44ffb490404591ae36110511f933f72e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c42a4deb157c31f6fb871bceb8c4401f44ffb490404591ae36110511f933f72e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c42a4deb157c31f6fb871bceb8c4401f44ffb490404591ae36110511f933f72e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy-rhel9@sha256%3Ac42a4deb157c31f6fb871bceb8c4401f44ffb490404591ae36110511f933f72e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kube-proxy-rhel9\u0026tag=1787736728"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:204e84b23aa1edaf66f10a49432115ecb4c3e8fa34472a909e1c9a7a0c3f3947_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:204e84b23aa1edaf66f10a49432115ecb4c3e8fa34472a909e1c9a7a0c3f3947_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:204e84b23aa1edaf66f10a49432115ecb4c3e8fa34472a909e1c9a7a0c3f3947_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-rbac-proxy-rhel9@sha256%3A204e84b23aa1edaf66f10a49432115ecb4c3e8fa34472a909e1c9a7a0c3f3947?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9\u0026tag=1787735628"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3aac893d87e5c39ae1672eb5ad48a0b9d02b49888fab57f8662e6dbb3897b660_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3aac893d87e5c39ae1672eb5ad48a0b9d02b49888fab57f8662e6dbb3897b660_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3aac893d87e5c39ae1672eb5ad48a0b9d02b49888fab57f8662e6dbb3897b660_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-state-metrics-rhel9@sha256%3A3aac893d87e5c39ae1672eb5ad48a0b9d02b49888fab57f8662e6dbb3897b660?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9\u0026tag=1787736811"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0c8bfd6ea4d0729e0ffffac9811b5db2ecf5c40e68ef048ab104f161d2689b74_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0c8bfd6ea4d0729e0ffffac9811b5db2ecf5c40e68ef048ab104f161d2689b74_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0c8bfd6ea4d0729e0ffffac9811b5db2ecf5c40e68ef048ab104f161d2689b74_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-marketplace-rhel9@sha256%3A0c8bfd6ea4d0729e0ffffac9811b5db2ecf5c40e68ef048ab104f161d2689b74?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-marketplace-rhel9\u0026tag=1787737434"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d5d338daef4ae436780be192907d28a26785021d97865d8a95db9065734061f0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d5d338daef4ae436780be192907d28a26785021d97865d8a95db9065734061f0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d5d338daef4ae436780be192907d28a26785021d97865d8a95db9065734061f0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3Ad5d338daef4ae436780be192907d28a26785021d97865d8a95db9065734061f0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9\u0026tag=1787736396"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d196f02212da5e80ac5a73931316d38e9def9aeecdadeaf07aec685e661f9f98_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d196f02212da5e80ac5a73931316d38e9def9aeecdadeaf07aec685e661f9f98_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d196f02212da5e80ac5a73931316d38e9def9aeecdadeaf07aec685e661f9f98_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-rhel9@sha256%3Ad196f02212da5e80ac5a73931316d38e9def9aeecdadeaf07aec685e661f9f98?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni-rhel9\u0026tag=1787735542"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:167937ed04f625a9cd2d0b8ed6048a5cb7b6d435bc2d41775d7db4dcdb5fae95_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:167937ed04f625a9cd2d0b8ed6048a5cb7b6d435bc2d41775d7db4dcdb5fae95_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:167937ed04f625a9cd2d0b8ed6048a5cb7b6d435bc2d41775d7db4dcdb5fae95_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-microshift-rhel9@sha256%3A167937ed04f625a9cd2d0b8ed6048a5cb7b6d435bc2d41775d7db4dcdb5fae95?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9\u0026tag=1787736893"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:af57ee131bc09ce55ecb3ae13ed7dc3ce9607a7438f0ac5a6e64bbfa000546db_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:af57ee131bc09ce55ecb3ae13ed7dc3ce9607a7438f0ac5a6e64bbfa000546db_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:af57ee131bc09ce55ecb3ae13ed7dc3ce9607a7438f0ac5a6e64bbfa000546db_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-networkpolicy-rhel9@sha256%3Aaf57ee131bc09ce55ecb3ae13ed7dc3ce9607a7438f0ac5a6e64bbfa000546db?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9\u0026tag=1787737550"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b2ee2d0e9906ef1581677bd239073c09f93e5b720501e9001926dfe7db34839e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b2ee2d0e9906ef1581677bd239073c09f93e5b720501e9001926dfe7db34839e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b2ee2d0e9906ef1581677bd239073c09f93e5b720501e9001926dfe7db34839e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-networking-console-plugin-rhel9@sha256%3Ab2ee2d0e9906ef1581677bd239073c09f93e5b720501e9001926dfe7db34839e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9\u0026tag=1787735399"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f12584b95171f442bb3661c908ee43de70d0400c6273eb4e93325a5f3f167b54_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f12584b95171f442bb3661c908ee43de70d0400c6273eb4e93325a5f3f167b54_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f12584b95171f442bb3661c908ee43de70d0400c6273eb4e93325a5f3f167b54_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-server-rhel9@sha256%3Af12584b95171f442bb3661c908ee43de70d0400c6273eb4e93325a5f3f167b54?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-server-rhel9\u0026tag=1787735976"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:35322e4580b0fec862223f76e0bd3c95ad0af31f3d4cdfd6423d3ec47d6e25c8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:35322e4580b0fec862223f76e0bd3c95ad0af31f3d4cdfd6423d3ec47d6e25c8_ppc64le",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:35322e4580b0fec862223f76e0bd3c95ad0af31f3d4cdfd6423d3ec47d6e25c8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel9@sha256%3A35322e4580b0fec862223f76e0bd3c95ad0af31f3d4cdfd6423d3ec47d6e25c8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/oc-mirror-plugin-rhel9\u0026tag=1787736410"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5c9662139f98817aafe153a43f700399781d079390d5ad23d3b70fd6ac5d370f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5c9662139f98817aafe153a43f700399781d079390d5ad23d3b70fd6ac5d370f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5c9662139f98817aafe153a43f700399781d079390d5ad23d3b70fd6ac5d370f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder-rhel9@sha256%3A5c9662139f98817aafe153a43f700399781d079390d5ad23d3b70fd6ac5d370f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder-rhel9\u0026tag=1787737633"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a649eef7fa6148524b1f3aaf18ed6543f65ef91ad21358cb0af865401061622d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a649eef7fa6148524b1f3aaf18ed6543f65ef91ad21358cb0af865401061622d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a649eef7fa6148524b1f3aaf18ed6543f65ef91ad21358cb0af865401061622d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-rhel9@sha256%3Aa649eef7fa6148524b1f3aaf18ed6543f65ef91ad21358cb0af865401061622d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cli-rhel9\u0026tag=1787735982"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:d7b99cad55a1e1d380d30d0d4a61bc5f0cbf3a87223efada3e69bd9b0741d3b5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:d7b99cad55a1e1d380d30d0d4a61bc5f0cbf3a87223efada3e69bd9b0741d3b5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:d7b99cad55a1e1d380d30d0d4a61bc5f0cbf3a87223efada3e69bd9b0741d3b5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3Ad7b99cad55a1e1d380d30d0d4a61bc5f0cbf3a87223efada3e69bd9b0741d3b5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9\u0026tag=1787737695"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0673d2034e7e5fb412a171939379da14e9269dad7bb53e83be7ecf8233b0b5a1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0673d2034e7e5fb412a171939379da14e9269dad7bb53e83be7ecf8233b0b5a1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0673d2034e7e5fb412a171939379da14e9269dad7bb53e83be7ecf8233b0b5a1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9-operator@sha256%3A0673d2034e7e5fb412a171939379da14e9269dad7bb53e83be7ecf8233b0b5a1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9-operator\u0026tag=1787737011"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f9c1ee7f72c926c45cd76c12046b867d9efd7c3c381f34afeeb9b6e97751175b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f9c1ee7f72c926c45cd76c12046b867d9efd7c3c381f34afeeb9b6e97751175b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f9c1ee7f72c926c45cd76c12046b867d9efd7c3c381f34afeeb9b6e97751175b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-deployer-rhel9@sha256%3Af9c1ee7f72c926c45cd76c12046b867d9efd7c3c381f34afeeb9b6e97751175b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-deployer-rhel9\u0026tag=1787737581"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:adfe8cb84a5f0a241fe69ec532b7092a10cc274cc3aac2b86f33ac8e725ab2d8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:adfe8cb84a5f0a241fe69ec532b7092a10cc274cc3aac2b86f33ac8e725ab2d8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:adfe8cb84a5f0a241fe69ec532b7092a10cc274cc3aac2b86f33ac8e725ab2d8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-haproxy-router-rhel9@sha256%3Aadfe8cb84a5f0a241fe69ec532b7092a10cc274cc3aac2b86f33ac8e725ab2d8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-haproxy-router-rhel9\u0026tag=1787737677"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:441db8762a583090cf4325377b0ee75838452a601732bccf4dbc57f26f6a1a90_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:441db8762a583090cf4325377b0ee75838452a601732bccf4dbc57f26f6a1a90_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:441db8762a583090cf4325377b0ee75838452a601732bccf4dbc57f26f6a1a90_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube-rhel9@sha256%3A441db8762a583090cf4325377b0ee75838452a601732bccf4dbc57f26f6a1a90?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube-rhel9\u0026tag=1787736257"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2ea17afe64ff273c9208892a59773c1dca248367c849e805dc78cda228aba29f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2ea17afe64ff273c9208892a59773c1dca248367c849e805dc78cda228aba29f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2ea17afe64ff273c9208892a59773c1dca248367c849e805dc78cda228aba29f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover-rhel9@sha256%3A2ea17afe64ff273c9208892a59773c1dca248367c849e805dc78cda228aba29f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9\u0026tag=1787736927"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:82555977089a1586dc24154b46be6499607a9d15110e5b48d9a549ee73f3843c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:82555977089a1586dc24154b46be6499607a9d15110e5b48d9a549ee73f3843c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:82555977089a1586dc24154b46be6499607a9d15110e5b48d9a549ee73f3843c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod-rhel9@sha256%3A82555977089a1586dc24154b46be6499607a9d15110e5b48d9a549ee73f3843c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-pod-rhel9\u0026tag=1787736197"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a67de487534d03cdfc180af9d235edb21c5cb71e1224bb5041fcf2b9a428732f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a67de487534d03cdfc180af9d235edb21c5cb71e1224bb5041fcf2b9a428732f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a67de487534d03cdfc180af9d235edb21c5cb71e1224bb5041fcf2b9a428732f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry-rhel9@sha256%3Aa67de487534d03cdfc180af9d235edb21c5cb71e1224bb5041fcf2b9a428732f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-docker-registry-rhel9\u0026tag=1787737097"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:50a6482667d53de3d7aa2bff6df05ca21e4e9773996afa8b8038721e231deaae_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:50a6482667d53de3d7aa2bff6df05ca21e4e9773996afa8b8038721e231deaae_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:50a6482667d53de3d7aa2bff6df05ca21e4e9773996afa8b8038721e231deaae_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests-rhel9@sha256%3A50a6482667d53de3d7aa2bff6df05ca21e4e9773996afa8b8038721e231deaae?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-tests-rhel9\u0026tag=1787737933"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1369aaf62d9d273eef766c42f7015d56152f6b8effc50dc06d75b1bab38a20a5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1369aaf62d9d273eef766c42f7015d56152f6b8effc50dc06d75b1bab38a20a5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1369aaf62d9d273eef766c42f7015d56152f6b8effc50dc06d75b1bab38a20a5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-state-metrics-rhel9@sha256%3A1369aaf62d9d273eef766c42f7015d56152f6b8effc50dc06d75b1bab38a20a5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9\u0026tag=1787735113"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:fef5253a6623c30368e9e7e271501adcd9432b96473cf8278a7b81140d287de0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:fef5253a6623c30368e9e7e271501adcd9432b96473cf8278a7b81140d287de0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:fef5253a6623c30368e9e7e271501adcd9432b96473cf8278a7b81140d287de0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cluster-api-controllers-rhel9@sha256%3Afef5253a6623c30368e9e7e271501adcd9432b96473cf8278a7b81140d287de0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9\u0026tag=1787737203"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:0f96581804dbadea29d9ef9a2a952753f5fdf295670ea0297622214e2a9b7d0d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:0f96581804dbadea29d9ef9a2a952753f5fdf295670ea0297622214e2a9b7d0d_ppc64le",
"product_id": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:0f96581804dbadea29d9ef9a2a952753f5fdf295670ea0297622214e2a9b7d0d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openstack-resource-controller-rhel9@sha256%3A0f96581804dbadea29d9ef9a2a952753f5fdf295670ea0297622214e2a9b7d0d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/openstack-resource-controller-rhel9\u0026tag=1787736891"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:ba0927ffd76ad6689b808e734038678c91854ca3d0630613094824549f8a150d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:ba0927ffd76ad6689b808e734038678c91854ca3d0630613094824549f8a150d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:ba0927ffd76ad6689b808e734038678c91854ca3d0630613094824549f8a150d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager-rhel9@sha256%3Aba0927ffd76ad6689b808e734038678c91854ca3d0630613094824549f8a150d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9\u0026tag=1787737122"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6cfd8c3da57c17ae1c430f2881c66eb0b1c456bbce4a9ada2491b2c873dba985_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6cfd8c3da57c17ae1c430f2881c66eb0b1c456bbce4a9ada2491b2c873dba985_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6cfd8c3da57c17ae1c430f2881c66eb0b1c456bbce4a9ada2491b2c873dba985_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry-rhel9@sha256%3A6cfd8c3da57c17ae1c430f2881c66eb0b1c456bbce4a9ada2491b2c873dba985?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry-rhel9\u0026tag=1787735664"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b950e80fe164f86ddf624c80210308a634929ab8eb493496ef86bff1c5248fce_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b950e80fe164f86ddf624c80210308a634929ab8eb493496ef86bff1c5248fce_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b950e80fe164f86ddf624c80210308a634929ab8eb493496ef86bff1c5248fce_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel9@sha256%3Ab950e80fe164f86ddf624c80210308a634929ab8eb493496ef86bff1c5248fce?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9\u0026tag=1787736656"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:be2175c2c6c9d882e44cf10aa85f1219573952473e893f67cc7085bf0a324407_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:be2175c2c6c9d882e44cf10aa85f1219573952473e893f67cc7085bf0a324407_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:be2175c2c6c9d882e44cf10aa85f1219573952473e893f67cc7085bf0a324407_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-csr-approver-rhel9@sha256%3Abe2175c2c6c9d882e44cf10aa85f1219573952473e893f67cc7085bf0a324407?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9\u0026tag=1787737106"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a545c9c2fbb36296286f684e02f9a5bc337b3c3fb9c83c608c988c88455f9bf4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a545c9c2fbb36296286f684e02f9a5bc337b3c3fb9c83c608c988c88455f9bf4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a545c9c2fbb36296286f684e02f9a5bc337b3c3fb9c83c608c988c88455f9bf4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel9@sha256%3Aa545c9c2fbb36296286f684e02f9a5bc337b3c3fb9c83c608c988c88455f9bf4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9\u0026tag=1787735328"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:34a8a8a4a62b36b5e0eb061db3d56905c8dddfeb2e7a7135642f947ce6bd01ad_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:34a8a8a4a62b36b5e0eb061db3d56905c8dddfeb2e7a7135642f947ce6bd01ad_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:34a8a8a4a62b36b5e0eb061db3d56905c8dddfeb2e7a7135642f947ce6bd01ad_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-orchestrator-rhel9@sha256%3A34a8a8a4a62b36b5e0eb061db3d56905c8dddfeb2e7a7135642f947ce6bd01ad?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9\u0026tag=1787736525"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5dc0ca56deaa237fb0bcddac8481b45d3ac81609b36c3b7bbb6cff8456899208_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5dc0ca56deaa237fb0bcddac8481b45d3ac81609b36c3b7bbb6cff8456899208_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5dc0ca56deaa237fb0bcddac8481b45d3ac81609b36c3b7bbb6cff8456899208_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-utils-rhel9@sha256%3A5dc0ca56deaa237fb0bcddac8481b45d3ac81609b36c3b7bbb6cff8456899208?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9\u0026tag=1787737254"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8cb392862e1835b610757e822332074ac459c593e9bd60fb6b6f6d0aebe577fd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8cb392862e1835b610757e822332074ac459c593e9bd60fb6b6f6d0aebe577fd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8cb392862e1835b610757e822332074ac459c593e9bd60fb6b6f6d0aebe577fd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-apiserver-network-proxy-rhel9@sha256%3A8cb392862e1835b610757e822332074ac459c593e9bd60fb6b6f6d0aebe577fd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9\u0026tag=1787736920"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2831d7dc9f3cad92219addd21b93959900ee2f71e2d988fffe913a6f88dc7e1c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2831d7dc9f3cad92219addd21b93959900ee2f71e2d988fffe913a6f88dc7e1c_ppc64le",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2831d7dc9f3cad92219addd21b93959900ee2f71e2d988fffe913a6f88dc7e1c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-service-rhel9-operator@sha256%3A2831d7dc9f3cad92219addd21b93959900ee2f71e2d988fffe913a6f88dc7e1c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/azure-service-rhel9-operator\u0026tag=1787736819"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:37e5fa3bfc88e99fc78f2ced6cb4a99f5099942e40158dfa6940784c3d2ef95c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:37e5fa3bfc88e99fc78f2ced6cb4a99f5099942e40158dfa6940784c3d2ef95c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:37e5fa3bfc88e99fc78f2ced6cb4a99f5099942e40158dfa6940784c3d2ef95c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A37e5fa3bfc88e99fc78f2ced6cb4a99f5099942e40158dfa6940784c3d2ef95c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9\u0026tag=1787736352"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9c7fef9c0e22e1721125d5b1312e509fada544e1d3d956338c3638aecea53dad_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9c7fef9c0e22e1721125d5b1312e509fada544e1d3d956338c3638aecea53dad_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9c7fef9c0e22e1721125d5b1312e509fada544e1d3d956338c3638aecea53dad_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel9@sha256%3A9c7fef9c0e22e1721125d5b1312e509fada544e1d3d956338c3638aecea53dad?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel9\u0026tag=1787738601"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1f7e808f97ad41f4c301736bdf2e06da73f2d0e3ef4ca838f0afd65273db7c8a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1f7e808f97ad41f4c301736bdf2e06da73f2d0e3ef4ca838f0afd65273db7c8a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1f7e808f97ad41f4c301736bdf2e06da73f2d0e3ef4ca838f0afd65273db7c8a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-rhel9-operator@sha256%3A1f7e808f97ad41f4c301736bdf2e06da73f2d0e3ef4ca838f0afd65273db7c8a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-rhel9-operator\u0026tag=1787736333"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7d0a9db460cb1d4c918f87a02979048f170f5e692e83cd517bb9b3271aa06dd2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7d0a9db460cb1d4c918f87a02979048f170f5e692e83cd517bb9b3271aa06dd2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7d0a9db460cb1d4c918f87a02979048f170f5e692e83cd517bb9b3271aa06dd2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-artifacts-rhel9@sha256%3A7d0a9db460cb1d4c918f87a02979048f170f5e692e83cd517bb9b3271aa06dd2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9\u0026tag=1787737716"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7bfa1c21aeb7971fa978d49455f4b5dcccd4ccc3de147ef47c32e9b74bcaf2d3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7bfa1c21aeb7971fa978d49455f4b5dcccd4ccc3de147ef47c32e9b74bcaf2d3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7bfa1c21aeb7971fa978d49455f4b5dcccd4ccc3de147ef47c32e9b74bcaf2d3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-credential-rhel9-operator@sha256%3A7bfa1c21aeb7971fa978d49455f4b5dcccd4ccc3de147ef47c32e9b74bcaf2d3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator\u0026tag=1787737036"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:816787cc8c95a4a2df1416f09af6228559333e1bb1421ede0c9e2093444260e8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:816787cc8c95a4a2df1416f09af6228559333e1bb1421ede0c9e2093444260e8_ppc64le",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:816787cc8c95a4a2df1416f09af6228559333e1bb1421ede0c9e2093444260e8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-network-config-controller-rhel9@sha256%3A816787cc8c95a4a2df1416f09af6228559333e1bb1421ede0c9e2093444260e8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/cloud-network-config-controller-rhel9\u0026tag=1787736217"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0606de7cca514d2b4ad9593d7f37950512741cd8f1597b1f83951aa7c8839268_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0606de7cca514d2b4ad9593d7f37950512741cd8f1597b1f83951aa7c8839268_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0606de7cca514d2b4ad9593d7f37950512741cd8f1597b1f83951aa7c8839268_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-api-rhel9@sha256%3A0606de7cca514d2b4ad9593d7f37950512741cd8f1597b1f83951aa7c8839268?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-api-rhel9\u0026tag=1787735297"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ba10e440e514662920d68ac025d5f3841786a393703fc2dc0ee21ff1d2490015_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ba10e440e514662920d68ac025d5f3841786a393703fc2dc0ee21ff1d2490015_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ba10e440e514662920d68ac025d5f3841786a393703fc2dc0ee21ff1d2490015_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-rhel9-operator@sha256%3Aba10e440e514662920d68ac025d5f3841786a393703fc2dc0ee21ff1d2490015?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator\u0026tag=1787735992"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b38d3723f2547dc5676460e3738420e243c6fdf7be77e54d18657efb9668c438_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b38d3723f2547dc5676460e3738420e243c6fdf7be77e54d18657efb9668c438_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b38d3723f2547dc5676460e3738420e243c6fdf7be77e54d18657efb9668c438_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9-operator@sha256%3Ab38d3723f2547dc5676460e3738420e243c6fdf7be77e54d18657efb9668c438?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator\u0026tag=1787737222"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1a9333d29d3561fe95488f3d80136d6b24b4a2e04472d37d34737fd1032a8856_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1a9333d29d3561fe95488f3d80136d6b24b4a2e04472d37d34737fd1032a8856_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1a9333d29d3561fe95488f3d80136d6b24b4a2e04472d37d34737fd1032a8856_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel9@sha256%3A1a9333d29d3561fe95488f3d80136d6b24b4a2e04472d37d34737fd1032a8856?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9\u0026tag=1787737031"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5c015e1a10e5f14e82e30ba41b1ae6a82cf5cb0bc631f5137d7637c44a3f5b8e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5c015e1a10e5f14e82e30ba41b1ae6a82cf5cb0bc631f5137d7637c44a3f5b8e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5c015e1a10e5f14e82e30ba41b1ae6a82cf5cb0bc631f5137d7637c44a3f5b8e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-bootstrap-rhel9@sha256%3A5c015e1a10e5f14e82e30ba41b1ae6a82cf5cb0bc631f5137d7637c44a3f5b8e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9\u0026tag=1787736288"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a34e14a715bad1d324f9211d95c56ed387ae51b24b21ccf931c12f3f7b3dcbaf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a34e14a715bad1d324f9211d95c56ed387ae51b24b21ccf931c12f3f7b3dcbaf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a34e14a715bad1d324f9211d95c56ed387ae51b24b21ccf931c12f3f7b3dcbaf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-rhel9-operator@sha256%3Aa34e14a715bad1d324f9211d95c56ed387ae51b24b21ccf931c12f3f7b3dcbaf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator\u0026tag=1787736246"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:67789c239f82fe3649ab8c0e13f920a788a3612d15a78fe5986a852bb2d11a0d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:67789c239f82fe3649ab8c0e13f920a788a3612d15a78fe5986a852bb2d11a0d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:67789c239f82fe3649ab8c0e13f920a788a3612d15a78fe5986a852bb2d11a0d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A67789c239f82fe3649ab8c0e13f920a788a3612d15a78fe5986a852bb2d11a0d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator\u0026tag=1787735338"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:8f1b3ddbde3e33dbe01816bce0cce7d7bd196cc04affbe606fecfbd8ad7b8b17_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:8f1b3ddbde3e33dbe01816bce0cce7d7bd196cc04affbe606fecfbd8ad7b8b17_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:8f1b3ddbde3e33dbe01816bce0cce7d7bd196cc04affbe606fecfbd8ad7b8b17_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-api-rhel9@sha256%3A8f1b3ddbde3e33dbe01816bce0cce7d7bd196cc04affbe606fecfbd8ad7b8b17?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-api-rhel9\u0026tag=1787737003"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f2dac4ffbee9d028b26e683b63a9f033ef8609907f6c498d42c447a306e75328_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f2dac4ffbee9d028b26e683b63a9f033ef8609907f6c498d42c447a306e75328_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f2dac4ffbee9d028b26e683b63a9f033ef8609907f6c498d42c447a306e75328_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-rhel9-operator@sha256%3Af2dac4ffbee9d028b26e683b63a9f033ef8609907f6c498d42c447a306e75328?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator\u0026tag=1787736189"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e05dd48fc4c26b5dd822ee58a2af27bccfd0ed28cc959a6fc05073cec6f7c9b8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e05dd48fc4c26b5dd822ee58a2af27bccfd0ed28cc959a6fc05073cec6f7c9b8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e05dd48fc4c26b5dd822ee58a2af27bccfd0ed28cc959a6fc05073cec6f7c9b8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3Ae05dd48fc4c26b5dd822ee58a2af27bccfd0ed28cc959a6fc05073cec6f7c9b8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator\u0026tag=1787735400"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:308c924c44c35b39c66b429a15a0343a47f7dfad62dceb76ea7acfc85e6bd973_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:308c924c44c35b39c66b429a15a0343a47f7dfad62dceb76ea7acfc85e6bd973_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:308c924c44c35b39c66b429a15a0343a47f7dfad62dceb76ea7acfc85e6bd973_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A308c924c44c35b39c66b429a15a0343a47f7dfad62dceb76ea7acfc85e6bd973?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator\u0026tag=1787736232"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4c04a50ca49fdc521da592b9c326e233763918fbfd6bc97e001e0e680ce24cf9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4c04a50ca49fdc521da592b9c326e233763918fbfd6bc97e001e0e680ce24cf9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4c04a50ca49fdc521da592b9c326e233763918fbfd6bc97e001e0e680ce24cf9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-dns-rhel9-operator@sha256%3A4c04a50ca49fdc521da592b9c326e233763918fbfd6bc97e001e0e680ce24cf9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator\u0026tag=1787737078"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ebc22890c7759ec9992b64dcb0e388881caeeae333a9a84a50dfeffe27e38b49_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ebc22890c7759ec9992b64dcb0e388881caeeae333a9a84a50dfeffe27e38b49_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ebc22890c7759ec9992b64dcb0e388881caeeae333a9a84a50dfeffe27e38b49_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-image-registry-rhel9-operator@sha256%3Aebc22890c7759ec9992b64dcb0e388881caeeae333a9a84a50dfeffe27e38b49?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator\u0026tag=1787736244"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:535d1b713587008fe67eec103cceb54471f5263516f5420589cffe1dea02be93_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:535d1b713587008fe67eec103cceb54471f5263516f5420589cffe1dea02be93_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:535d1b713587008fe67eec103cceb54471f5263516f5420589cffe1dea02be93_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-rhel9-operator@sha256%3A535d1b713587008fe67eec103cceb54471f5263516f5420589cffe1dea02be93?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator\u0026tag=1787737526"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:08cac9e30829765f182624de9e45e59b40884b8c39cde60528dd27afa57afe72_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:08cac9e30829765f182624de9e45e59b40884b8c39cde60528dd27afa57afe72_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:08cac9e30829765f182624de9e45e59b40884b8c39cde60528dd27afa57afe72_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A08cac9e30829765f182624de9e45e59b40884b8c39cde60528dd27afa57afe72?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator\u0026tag=1787737208"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7a967f88faccfc101b9388f8434d406acdfc85d7d682f9ec742d59eb31074fc6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7a967f88faccfc101b9388f8434d406acdfc85d7d682f9ec742d59eb31074fc6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7a967f88faccfc101b9388f8434d406acdfc85d7d682f9ec742d59eb31074fc6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A7a967f88faccfc101b9388f8434d406acdfc85d7d682f9ec742d59eb31074fc6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator\u0026tag=1787735161"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0e05cd1eaa2b9c558d22892495f090b6b51a316dc56d85ae825b6fc44611b6db_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0e05cd1eaa2b9c558d22892495f090b6b51a316dc56d85ae825b6fc44611b6db_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0e05cd1eaa2b9c558d22892495f090b6b51a316dc56d85ae825b6fc44611b6db_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A0e05cd1eaa2b9c558d22892495f090b6b51a316dc56d85ae825b6fc44611b6db?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator\u0026tag=1787736220"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:652f8fc874b95a56393f14c2b56a63faa64c04f6646c1786d07eaa272a9acb9e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:652f8fc874b95a56393f14c2b56a63faa64c04f6646c1786d07eaa272a9acb9e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:652f8fc874b95a56393f14c2b56a63faa64c04f6646c1786d07eaa272a9acb9e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A652f8fc874b95a56393f14c2b56a63faa64c04f6646c1786d07eaa272a9acb9e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator\u0026tag=1787737520"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b3570e078bed53aa3e435443bffbd12a7b259f8dee9d18c0d79b55514a547b53_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b3570e078bed53aa3e435443bffbd12a7b259f8dee9d18c0d79b55514a547b53_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b3570e078bed53aa3e435443bffbd12a7b259f8dee9d18c0d79b55514a547b53_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3Ab3570e078bed53aa3e435443bffbd12a7b259f8dee9d18c0d79b55514a547b53?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator\u0026tag=1787735100"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2c8f351447fffc2133f339c6ab3a0bcd9bdfafad4a4cb5b7dd2abc32c6056a92_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2c8f351447fffc2133f339c6ab3a0bcd9bdfafad4a4cb5b7dd2abc32c6056a92_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2c8f351447fffc2133f339c6ab3a0bcd9bdfafad4a4cb5b7dd2abc32c6056a92_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-machine-approver-rhel9@sha256%3A2c8f351447fffc2133f339c6ab3a0bcd9bdfafad4a4cb5b7dd2abc32c6056a92?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9\u0026tag=1787737126"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:89295652b447f42c6a0d6e1299f63b04016f10ec8faf6372357294a14472e426_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:89295652b447f42c6a0d6e1299f63b04016f10ec8faf6372357294a14472e426_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:89295652b447f42c6a0d6e1299f63b04016f10ec8faf6372357294a14472e426_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-olm-rhel9-operator@sha256%3A89295652b447f42c6a0d6e1299f63b04016f10ec8faf6372357294a14472e426?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator\u0026tag=1787737072"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cf3bee6414a87e7f907d30047ded274c488239af5b1f43ed717ac2cede29df86_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cf3bee6414a87e7f907d30047ded274c488239af5b1f43ed717ac2cede29df86_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cf3bee6414a87e7f907d30047ded274c488239af5b1f43ed717ac2cede29df86_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3Acf3bee6414a87e7f907d30047ded274c488239af5b1f43ed717ac2cede29df86?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator\u0026tag=1787735753"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:40854e0833b6cdfedcf275cf716e58f3cbc5c44be313fb83ca3e909bd80d0b08_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:40854e0833b6cdfedcf275cf716e58f3cbc5c44be313fb83ca3e909bd80d0b08_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:40854e0833b6cdfedcf275cf716e58f3cbc5c44be313fb83ca3e909bd80d0b08_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A40854e0833b6cdfedcf275cf716e58f3cbc5c44be313fb83ca3e909bd80d0b08?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator\u0026tag=1787737246"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:28b8390dae142ea16bb05f6bd95f19b6ab38dd67c341168337ca07fe4f45fe87_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:28b8390dae142ea16bb05f6bd95f19b6ab38dd67c341168337ca07fe4f45fe87_ppc64le",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:28b8390dae142ea16bb05f6bd95f19b6ab38dd67c341168337ca07fe4f45fe87_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9-operator@sha256%3A28b8390dae142ea16bb05f6bd95f19b6ab38dd67c341168337ca07fe4f45fe87?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator\u0026tag=1787735104"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5a2653ccd5dc3f59a228ee8b936460575e1a392d12287661b1dc83a9f8210033_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5a2653ccd5dc3f59a228ee8b936460575e1a392d12287661b1dc83a9f8210033_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5a2653ccd5dc3f59a228ee8b936460575e1a392d12287661b1dc83a9f8210033_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-samples-rhel9-operator@sha256%3A5a2653ccd5dc3f59a228ee8b936460575e1a392d12287661b1dc83a9f8210033?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator\u0026tag=1787735122"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:deb92b50d5948bae13db37a7046d9b212dbfd3ddb1063ff8a5e5467f0cab203c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:deb92b50d5948bae13db37a7046d9b212dbfd3ddb1063ff8a5e5467f0cab203c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:deb92b50d5948bae13db37a7046d9b212dbfd3ddb1063ff8a5e5467f0cab203c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-update-keys-rhel9@sha256%3Adeb92b50d5948bae13db37a7046d9b212dbfd3ddb1063ff8a5e5467f0cab203c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9\u0026tag=1787735913"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d7c3f5ce57c0aa25e13ba9484facd75c5a1dc3caaf9be4d0f273243e7ace327_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d7c3f5ce57c0aa25e13ba9484facd75c5a1dc3caaf9be4d0f273243e7ace327_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d7c3f5ce57c0aa25e13ba9484facd75c5a1dc3caaf9be4d0f273243e7ace327_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-container-networking-plugins-rhel9@sha256%3A4d7c3f5ce57c0aa25e13ba9484facd75c5a1dc3caaf9be4d0f273243e7ace327?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9\u0026tag=1787736353"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:85e34da00bd6d290c04d8eac32f39db59b5f50fceee9b248b2cbe27bcf0e7e5a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:85e34da00bd6d290c04d8eac32f39db59b5f50fceee9b248b2cbe27bcf0e7e5a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:85e34da00bd6d290c04d8eac32f39db59b5f50fceee9b248b2cbe27bcf0e7e5a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer-rhel9@sha256%3A85e34da00bd6d290c04d8eac32f39db59b5f50fceee9b248b2cbe27bcf0e7e5a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9\u0026tag=1787736164"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:373c4b7507a978e3dd62e9ea629d1e397b1f1db682e11ada1bfe5a0b45afc782_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:373c4b7507a978e3dd62e9ea629d1e397b1f1db682e11ada1bfe5a0b45afc782_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:373c4b7507a978e3dd62e9ea629d1e397b1f1db682e11ada1bfe5a0b45afc782_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter-rhel9@sha256%3A373c4b7507a978e3dd62e9ea629d1e397b1f1db682e11ada1bfe5a0b45afc782?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9\u0026tag=1787735121"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ef15235cf21f0fbfea74089f75471b483a98c920b65676bb6199c155fb61e929_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ef15235cf21f0fbfea74089f75471b483a98c920b65676bb6199c155fb61e929_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ef15235cf21f0fbfea74089f75471b483a98c920b65676bb6199c155fb61e929_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller-rhel9@sha256%3Aef15235cf21f0fbfea74089f75471b483a98c920b65676bb6199c155fb61e929?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9\u0026tag=1787735363"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:48b5d06ac4b35c2a7bca3ba2abc39e3af1eaf4ecb19c720d9b6e46b066318414_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:48b5d06ac4b35c2a7bca3ba2abc39e3af1eaf4ecb19c720d9b6e46b066318414_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:48b5d06ac4b35c2a7bca3ba2abc39e3af1eaf4ecb19c720d9b6e46b066318414_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-etcd-rhel9@sha256%3A48b5d06ac4b35c2a7bca3ba2abc39e3af1eaf4ecb19c720d9b6e46b066318414?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-etcd-rhel9\u0026tag=1787736773"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:9563eb7617a4d3a9c22fefaf03a4ede698fea2621a68ad231cd9e65930043a56_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:9563eb7617a4d3a9c22fefaf03a4ede698fea2621a68ad231cd9e65930043a56_ppc64le",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:9563eb7617a4d3a9c22fefaf03a4ede698fea2621a68ad231cd9e65930043a56_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel9@sha256%3A9563eb7617a4d3a9c22fefaf03a4ede698fea2621a68ad231cd9e65930043a56?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/frr-rhel9\u0026tag=1787736001"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:dc97d5c1aa80515080b2b4d16fb08ee4733a9347eebc8427f10b7e70582464ab_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:dc97d5c1aa80515080b2b4d16fb08ee4733a9347eebc8427f10b7e70582464ab_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:dc97d5c1aa80515080b2b4d16fb08ee4733a9347eebc8427f10b7e70582464ab_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cloud-controller-manager-rhel9@sha256%3Adc97d5c1aa80515080b2b4d16fb08ee4733a9347eebc8427f10b7e70582464ab?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9\u0026tag=1787736259"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cfd5513afd8b2b5e22d5e384a7f769f9c04709d853feb2f91ef667d804cf9a7e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cfd5513afd8b2b5e22d5e384a7f769f9c04709d853feb2f91ef667d804cf9a7e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cfd5513afd8b2b5e22d5e384a7f769f9c04709d853feb2f91ef667d804cf9a7e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cluster-api-controllers-rhel9@sha256%3Acfd5513afd8b2b5e22d5e384a7f769f9c04709d853feb2f91ef667d804cf9a7e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9\u0026tag=1787758339"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6da3ef092cde7fbaeee01c5d6bb0ca5d52af3ed8de458ecd3001bb96262c1ab4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6da3ef092cde7fbaeee01c5d6bb0ca5d52af3ed8de458ecd3001bb96262c1ab4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6da3ef092cde7fbaeee01c5d6bb0ca5d52af3ed8de458ecd3001bb96262c1ab4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-rhel9@sha256%3A6da3ef092cde7fbaeee01c5d6bb0ca5d52af3ed8de458ecd3001bb96262c1ab4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9\u0026tag=1787736451"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:41508513986b369c2f89c64af84b3980b16bd2432130fb122d8c1346f0602894_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:41508513986b369c2f89c64af84b3980b16bd2432130fb122d8c1346f0602894_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:41508513986b369c2f89c64af84b3980b16bd2432130fb122d8c1346f0602894_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3A41508513986b369c2f89c64af84b3980b16bd2432130fb122d8c1346f0602894?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9\u0026tag=1787735211"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c5d781c35cda14ab70d4a5bde3bf72df0a3956f5cb159645e5337095bb71c5ca_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c5d781c35cda14ab70d4a5bde3bf72df0a3956f5cb159645e5337095bb71c5ca_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c5d781c35cda14ab70d4a5bde3bf72df0a3956f5cb159645e5337095bb71c5ca_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3Ac5d781c35cda14ab70d4a5bde3bf72df0a3956f5cb159645e5337095bb71c5ca?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9\u0026tag=1787735463"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ef5f4d7e3c872acbc4ee48bc91b5835dfef66a698287a95836344c1587ccca69_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ef5f4d7e3c872acbc4ee48bc91b5835dfef66a698287a95836344c1587ccca69_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ef5f4d7e3c872acbc4ee48bc91b5835dfef66a698287a95836344c1587ccca69_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel9-operator@sha256%3Aef5f4d7e3c872acbc4ee48bc91b5835dfef66a698287a95836344c1587ccca69?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel9-operator\u0026tag=1787736323"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:1fbf3bf4990353e799dc271bb4a0c58b385feb2ee60207636a3f76544b4f5ae4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:1fbf3bf4990353e799dc271bb4a0c58b385feb2ee60207636a3f76544b4f5ae4_ppc64le",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:1fbf3bf4990353e799dc271bb4a0c58b385feb2ee60207636a3f76544b4f5ae4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-exporter-rhel9@sha256%3A1fbf3bf4990353e799dc271bb4a0c58b385feb2ee60207636a3f76544b4f5ae4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/insights-runtime-exporter-rhel9\u0026tag=1787737087"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c955c4b9dce1b25c73453079a21d84c5a2e5d0b53cf6e351f9b1855f08db3fb9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c955c4b9dce1b25c73453079a21d84c5a2e5d0b53cf6e351f9b1855f08db3fb9_ppc64le",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c955c4b9dce1b25c73453079a21d84c5a2e5d0b53cf6e351f9b1855f08db3fb9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-extractor-rhel9@sha256%3Ac955c4b9dce1b25c73453079a21d84c5a2e5d0b53cf6e351f9b1855f08db3fb9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/insights-runtime-extractor-rhel9\u0026tag=1787735386"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6dc96b2e8156e7e42f758cc28302a2e94e8b3888970d03a780b1732375e728fe_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6dc96b2e8156e7e42f758cc28302a2e94e8b3888970d03a780b1732375e728fe_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6dc96b2e8156e7e42f758cc28302a2e94e8b3888970d03a780b1732375e728fe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-rhel9@sha256%3A6dc96b2e8156e7e42f758cc28302a2e94e8b3888970d03a780b1732375e728fe?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-installer-rhel9\u0026tag=1787740470"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:740b0d9392c76e433ebb7762e57f156a0e2ea1db37ddaed2c5b8044ca092a357_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:740b0d9392c76e433ebb7762e57f156a0e2ea1db37ddaed2c5b8044ca092a357_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:740b0d9392c76e433ebb7762e57f156a0e2ea1db37ddaed2c5b8044ca092a357_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts-rhel9@sha256%3A740b0d9392c76e433ebb7762e57f156a0e2ea1db37ddaed2c5b8044ca092a357?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts-rhel9\u0026tag=1787740332"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a3435c546844b61f456789fd315495d6bcdc2560756e9fdfc4b896cdf70d75c6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a3435c546844b61f456789fd315495d6bcdc2560756e9fdfc4b896cdf70d75c6_ppc64le",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a3435c546844b61f456789fd315495d6bcdc2560756e9fdfc4b896cdf70d75c6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-metrics-server-rhel9@sha256%3Aa3435c546844b61f456789fd315495d6bcdc2560756e9fdfc4b896cdf70d75c6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/kube-metrics-server-rhel9\u0026tag=1787735573"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2551dc2ab6fddb6edfefc185f7b6d73ea366ddaae4e2f79d554f0afb79aa54bf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2551dc2ab6fddb6edfefc185f7b6d73ea366ddaae4e2f79d554f0afb79aa54bf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2551dc2ab6fddb6edfefc185f7b6d73ea366ddaae4e2f79d554f0afb79aa54bf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel9@sha256%3A2551dc2ab6fddb6edfefc185f7b6d73ea366ddaae4e2f79d554f0afb79aa54bf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9\u0026tag=1787736375"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0fb7ce17c762a70aa16ca9f7f35e41d85997bb2bb22b81986321d29634ce9b3e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0fb7ce17c762a70aa16ca9f7f35e41d85997bb2bb22b81986321d29634ce9b3e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0fb7ce17c762a70aa16ca9f7f35e41d85997bb2bb22b81986321d29634ce9b3e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A0fb7ce17c762a70aa16ca9f7f35e41d85997bb2bb22b81986321d29634ce9b3e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9\u0026tag=1787736948"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4da2632fea643a834aac3fd63bc51fc6b0d768b869ac450e6779c9f36429a9fd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4da2632fea643a834aac3fd63bc51fc6b0d768b869ac450e6779c9f36429a9fd_ppc64le",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4da2632fea643a834aac3fd63bc51fc6b0d768b869ac450e6779c9f36429a9fd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel9@sha256%3A4da2632fea643a834aac3fd63bc51fc6b0d768b869ac450e6779c9f36429a9fd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9\u0026tag=1787736399"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a3e01913986169c592bb770fc49e3875d46031b5788f983ddcd52938f9ef7a49_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a3e01913986169c592bb770fc49e3875d46031b5788f983ddcd52938f9ef7a49_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a3e01913986169c592bb770fc49e3875d46031b5788f983ddcd52938f9ef7a49_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-rhel9-operator@sha256%3Aa3e01913986169c592bb770fc49e3875d46031b5788f983ddcd52938f9ef7a49?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-rhel9-operator\u0026tag=1787735468"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:54b4afd46c87b2cc839aa7d8b8ae232aaffe0f39846a6edf9d0d3228adbd7a29_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:54b4afd46c87b2cc839aa7d8b8ae232aaffe0f39846a6edf9d0d3228adbd7a29_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:54b4afd46c87b2cc839aa7d8b8ae232aaffe0f39846a6edf9d0d3228adbd7a29_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-gcp-rhel9@sha256%3A54b4afd46c87b2cc839aa7d8b8ae232aaffe0f39846a6edf9d0d3228adbd7a29?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9\u0026tag=1787736092"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:deb40607f193ff4e36c684ce74167e67a7e96187f1a44a1f0f20f36572005843_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:deb40607f193ff4e36c684ce74167e67a7e96187f1a44a1f0f20f36572005843_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:deb40607f193ff4e36c684ce74167e67a7e96187f1a44a1f0f20f36572005843_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel9@sha256%3Adeb40607f193ff4e36c684ce74167e67a7e96187f1a44a1f0f20f36572005843?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9\u0026tag=1787737581"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:12d7ec468f9634a53d053f3af7957c5162d92595fc3385b26b08acb22b7935c1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:12d7ec468f9634a53d053f3af7957c5162d92595fc3385b26b08acb22b7935c1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:12d7ec468f9634a53d053f3af7957c5162d92595fc3385b26b08acb22b7935c1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-rhel9-operator@sha256%3A12d7ec468f9634a53d053f3af7957c5162d92595fc3385b26b08acb22b7935c1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-rhel9-operator\u0026tag=1787760320"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:376659c608333e76b0b48fcdc69ff17643284fd22fdef6c6998f07be54c1cf91_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:376659c608333e76b0b48fcdc69ff17643284fd22fdef6c6998f07be54c1cf91_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:376659c608333e76b0b48fcdc69ff17643284fd22fdef6c6998f07be54c1cf91_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel9@sha256%3A376659c608333e76b0b48fcdc69ff17643284fd22fdef6c6998f07be54c1cf91?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel9\u0026tag=1787568817"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9029d8ef1e4455dbc1910078afea1141f92a5c4d2c298ce1d9e4319209b55246_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9029d8ef1e4455dbc1910078afea1141f92a5c4d2c298ce1d9e4319209b55246_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9029d8ef1e4455dbc1910078afea1141f92a5c4d2c298ce1d9e4319209b55246_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-admission-controller-rhel9@sha256%3A9029d8ef1e4455dbc1910078afea1141f92a5c4d2c298ce1d9e4319209b55246?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9\u0026tag=1787737500"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4b5ee426703ecb55bf537731c39c69ab7f86316544cfc472ee77fbef7e5680a8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4b5ee426703ecb55bf537731c39c69ab7f86316544cfc472ee77fbef7e5680a8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4b5ee426703ecb55bf537731c39c69ab7f86316544cfc472ee77fbef7e5680a8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-route-override-cni-rhel9@sha256%3A4b5ee426703ecb55bf537731c39c69ab7f86316544cfc472ee77fbef7e5680a8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9\u0026tag=1787736152"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ba8fddfcfe0004287ce58db40c1092f2090b3bbb0810c277066aa2d97799f8b9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ba8fddfcfe0004287ce58db40c1092f2090b3bbb0810c277066aa2d97799f8b9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ba8fddfcfe0004287ce58db40c1092f2090b3bbb0810c277066aa2d97799f8b9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3Aba8fddfcfe0004287ce58db40c1092f2090b3bbb0810c277066aa2d97799f8b9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9\u0026tag=1787735097"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:fee8f3b24b431ac2a5d4fa3d96c90c5e1aa68c08ee8ae9963fee457c98795197_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:fee8f3b24b431ac2a5d4fa3d96c90c5e1aa68c08ee8ae9963fee457c98795197_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:fee8f3b24b431ac2a5d4fa3d96c90c5e1aa68c08ee8ae9963fee457c98795197_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-must-gather-rhel9@sha256%3Afee8f3b24b431ac2a5d4fa3d96c90c5e1aa68c08ee8ae9963fee457c98795197?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather-rhel9\u0026tag=1787737233"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1a376560672f81b7596417591491e71d065e90672ff6ef5d37ed0785e9baab16_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1a376560672f81b7596417591491e71d065e90672ff6ef5d37ed0785e9baab16_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1a376560672f81b7596417591491e71d065e90672ff6ef5d37ed0785e9baab16_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-interface-bond-cni-rhel9@sha256%3A1a376560672f81b7596417591491e71d065e90672ff6ef5d37ed0785e9baab16?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9\u0026tag=1787737094"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5fbe979b3d448e36fac9615ccd96f8583b0d587d46f6b1b3749e85938cb2e510_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5fbe979b3d448e36fac9615ccd96f8583b0d587d46f6b1b3749e85938cb2e510_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5fbe979b3d448e36fac9615ccd96f8583b0d587d46f6b1b3749e85938cb2e510_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-metrics-daemon-rhel9@sha256%3A5fbe979b3d448e36fac9615ccd96f8583b0d587d46f6b1b3749e85938cb2e510?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9\u0026tag=1787735117"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:8094138e4ed2267cc278a83a1586922c957142c9e5fcaec62db531c83b79566d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:8094138e4ed2267cc278a83a1586922c957142c9e5fcaec62db531c83b79566d_ppc64le",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:8094138e4ed2267cc278a83a1586922c957142c9e5fcaec62db531c83b79566d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3A8094138e4ed2267cc278a83a1586922c957142c9e5fcaec62db531c83b79566d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel9\u0026tag=1787739401"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8980be22bddace1adb383fc356975fbf0af9ac8a20bdc95b3303a80fbe296f3d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8980be22bddace1adb383fc356975fbf0af9ac8a20bdc95b3303a80fbe296f3d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8980be22bddace1adb383fc356975fbf0af9ac8a20bdc95b3303a80fbe296f3d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-apiserver-rhel9@sha256%3A8980be22bddace1adb383fc356975fbf0af9ac8a20bdc95b3303a80fbe296f3d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9\u0026tag=1787737149"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:407286c96b6e9d0ee4e8abec2b06a5dad70fc69820a00deae47cbf3fcdc65a40_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:407286c96b6e9d0ee4e8abec2b06a5dad70fc69820a00deae47cbf3fcdc65a40_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:407286c96b6e9d0ee4e8abec2b06a5dad70fc69820a00deae47cbf3fcdc65a40_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-catalogd-rhel9@sha256%3A407286c96b6e9d0ee4e8abec2b06a5dad70fc69820a00deae47cbf3fcdc65a40?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-olm-catalogd-rhel9\u0026tag=1787735438"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2ec7076ed08f4ce7a61f95083155b5315acb6004ea4245c70be2763eb0ce9f4e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2ec7076ed08f4ce7a61f95083155b5315acb6004ea4245c70be2763eb0ce9f4e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2ec7076ed08f4ce7a61f95083155b5315acb6004ea4245c70be2763eb0ce9f4e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-operator-controller-rhel9@sha256%3A2ec7076ed08f4ce7a61f95083155b5315acb6004ea4245c70be2763eb0ce9f4e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9\u0026tag=1787737468"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d06d41126ced4841fae74d0437b18e9f1699d285158fb8725a8768a6e9065b79_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d06d41126ced4841fae74d0437b18e9f1699d285158fb8725a8768a6e9065b79_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d06d41126ced4841fae74d0437b18e9f1699d285158fb8725a8768a6e9065b79_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel9@sha256%3Ad06d41126ced4841fae74d0437b18e9f1699d285158fb8725a8768a6e9065b79?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9\u0026tag=1787736888"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4375e44dccb08eb4ecf461f4e8e7e97d617ab5b1c968beb481d5795e6bbf0229_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4375e44dccb08eb4ecf461f4e8e7e97d617ab5b1c968beb481d5795e6bbf0229_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4375e44dccb08eb4ecf461f4e8e7e97d617ab5b1c968beb481d5795e6bbf0229_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-controller-manager-rhel9@sha256%3A4375e44dccb08eb4ecf461f4e8e7e97d617ab5b1c968beb481d5795e6bbf0229?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9\u0026tag=1787737583"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:786de5dd308c9fa6643aabecea0bc666a9ede6fd2a5ce1cb0d511eac2a19596a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:786de5dd308c9fa6643aabecea0bc666a9ede6fd2a5ce1cb0d511eac2a19596a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:786de5dd308c9fa6643aabecea0bc666a9ede6fd2a5ce1cb0d511eac2a19596a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9@sha256%3A786de5dd308c9fa6643aabecea0bc666a9ede6fd2a5ce1cb0d511eac2a19596a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9\u0026tag=1787735459"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:bb5f4abfd26a9446eb2f4cb1355bda840ed1006a6233373434378abaf0e617b3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:bb5f4abfd26a9446eb2f4cb1355bda840ed1006a6233373434378abaf0e617b3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:bb5f4abfd26a9446eb2f4cb1355bda840ed1006a6233373434378abaf0e617b3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3Abb5f4abfd26a9446eb2f4cb1355bda840ed1006a6233373434378abaf0e617b3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator\u0026tag=1787737054"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:743119e024a9aacd8bd4bf45ab9c14e684ddbe2307d8f965e972ace243f128b1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:743119e024a9aacd8bd4bf45ab9c14e684ddbe2307d8f965e972ace243f128b1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:743119e024a9aacd8bd4bf45ab9c14e684ddbe2307d8f965e972ace243f128b1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cloud-controller-manager-rhel9@sha256%3A743119e024a9aacd8bd4bf45ab9c14e684ddbe2307d8f965e972ace243f128b1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9\u0026tag=1787736969"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e497c1834c97590a0c388b58dc823cdff79ab6befd5f2a9bf494b3acc3181eb6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e497c1834c97590a0c388b58dc823cdff79ab6befd5f2a9bf494b3acc3181eb6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e497c1834c97590a0c388b58dc823cdff79ab6befd5f2a9bf494b3acc3181eb6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-framework-tools-rhel9@sha256%3Ae497c1834c97590a0c388b58dc823cdff79ab6befd5f2a9bf494b3acc3181eb6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9\u0026tag=1787736790"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b9bb7615df3eadf64501f35dcefa829934f330892801cbb86e9f70f5dde236ec_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b9bb7615df3eadf64501f35dcefa829934f330892801cbb86e9f70f5dde236ec_ppc64le",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b9bb7615df3eadf64501f35dcefa829934f330892801cbb86e9f70f5dde236ec_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9@sha256%3Ab9bb7615df3eadf64501f35dcefa829934f330892801cbb86e9f70f5dde236ec?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel9\u0026tag=1787735351"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ffe4e64ee1b721aeefd8f1ceee11d225dd69319385e3e70f0bb52f4f40660a45_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ffe4e64ee1b721aeefd8f1ceee11d225dd69319385e3e70f0bb52f4f40660a45_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ffe4e64ee1b721aeefd8f1ceee11d225dd69319385e3e70f0bb52f4f40660a45_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3Affe4e64ee1b721aeefd8f1ceee11d225dd69319385e3e70f0bb52f4f40660a45?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9\u0026tag=1787737146"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7de62e540922f1de5f492527d07a8e8f4265d24b577cf2f93415209ccad63912_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7de62e540922f1de5f492527d07a8e8f4265d24b577cf2f93415209ccad63912_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7de62e540922f1de5f492527d07a8e8f4265d24b577cf2f93415209ccad63912_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-rhel9@sha256%3A7de62e540922f1de5f492527d07a8e8f4265d24b577cf2f93415209ccad63912?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9\u0026tag=1787735831"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ba5c8896242125c24e3a7e5698770293a601e9e7f8508465d7b45920cc9ce240_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ba5c8896242125c24e3a7e5698770293a601e9e7f8508465d7b45920cc9ce240_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ba5c8896242125c24e3a7e5698770293a601e9e7f8508465d7b45920cc9ce240_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-rhel9-operator@sha256%3Aba5c8896242125c24e3a7e5698770293a601e9e7f8508465d7b45920cc9ce240?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator\u0026tag=1787736179"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:efc7fb9608c2be8c3c65aff302f923241bf8d008bc71c2fbba0d82ffad2b4f2c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:efc7fb9608c2be8c3c65aff302f923241bf8d008bc71c2fbba0d82ffad2b4f2c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:efc7fb9608c2be8c3c65aff302f923241bf8d008bc71c2fbba0d82ffad2b4f2c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-cloud-controller-manager-rhel9@sha256%3Aefc7fb9608c2be8c3c65aff302f923241bf8d008bc71c2fbba0d82ffad2b4f2c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9\u0026tag=1787735190"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fe1f1b5d6da2e5ac66c689da49a4c76916533f30ab456c9961a225a5e26cb6ed_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fe1f1b5d6da2e5ac66c689da49a4c76916533f30ab456c9961a225a5e26cb6ed_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fe1f1b5d6da2e5ac66c689da49a4c76916533f30ab456c9961a225a5e26cb6ed_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-machine-controllers-rhel9@sha256%3Afe1f1b5d6da2e5ac66c689da49a4c76916533f30ab456c9961a225a5e26cb6ed?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9\u0026tag=1787736213"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:9181583c88b3be23253c76e277f140c0a1532c1bff7d62cd0da1e14beba1aab4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:9181583c88b3be23253c76e277f140c0a1532c1bff7d62cd0da1e14beba1aab4_ppc64le",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:9181583c88b3be23253c76e277f140c0a1532c1bff7d62cd0da1e14beba1aab4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openshift-route-controller-manager-rhel9@sha256%3A9181583c88b3be23253c76e277f140c0a1532c1bff7d62cd0da1e14beba1aab4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9\u0026tag=1787737263"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8fa27bdf891edfb80585e470f09c9d6fa369aa727a3698b936b4818a4b46448f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8fa27bdf891edfb80585e470f09c9d6fa369aa727a3698b936b4818a4b46448f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8fa27bdf891edfb80585e470f09c9d6fa369aa727a3698b936b4818a4b46448f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-service-ca-rhel9-operator@sha256%3A8fa27bdf891edfb80585e470f09c9d6fa369aa727a3698b936b4818a4b46448f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-service-ca-rhel9-operator\u0026tag=1787736169"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:44241e57d9067223cdd1585db9d699db113931b7a273d207516f60c498570677_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:44241e57d9067223cdd1585db9d699db113931b7a273d207516f60c498570677_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:44241e57d9067223cdd1585db9d699db113931b7a273d207516f60c498570677_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3A44241e57d9067223cdd1585db9d699db113931b7a273d207516f60c498570677?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel9\u0026tag=1787736243"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a02dde1d0b4f4fbbc4e6f0afd24da1595672f3f290345a4f6e98e11d89854a17_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a02dde1d0b4f4fbbc4e6f0afd24da1595672f3f290345a4f6e98e11d89854a17_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a02dde1d0b4f4fbbc4e6f0afd24da1595672f3f290345a4f6e98e11d89854a17_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3Aa02dde1d0b4f4fbbc4e6f0afd24da1595672f3f290345a4f6e98e11d89854a17?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9\u0026tag=1787737628"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:65a0b94e9f663f3d73a9696a622ad46c73a5fc793f9dc46ee07fee8ba3bbb443_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:65a0b94e9f663f3d73a9696a622ad46c73a5fc793f9dc46ee07fee8ba3bbb443_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:65a0b94e9f663f3d73a9696a622ad46c73a5fc793f9dc46ee07fee8ba3bbb443_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prom-label-proxy-rhel9@sha256%3A65a0b94e9f663f3d73a9696a622ad46c73a5fc793f9dc46ee07fee8ba3bbb443?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9\u0026tag=1787736546"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a7d2d10f5326e2d71551289740eba86d6dd2f12526dc684b1494bdd4228fd8e5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a7d2d10f5326e2d71551289740eba86d6dd2f12526dc684b1494bdd4228fd8e5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a7d2d10f5326e2d71551289740eba86d6dd2f12526dc684b1494bdd4228fd8e5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader-rhel9@sha256%3Aa7d2d10f5326e2d71551289740eba86d6dd2f12526dc684b1494bdd4228fd8e5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9\u0026tag=1787735686"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b1703420b5a67a12f055518b6a23c1d8259dc8a064a1447196f642dd23363806_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b1703420b5a67a12f055518b6a23c1d8259dc8a064a1447196f642dd23363806_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b1703420b5a67a12f055518b6a23c1d8259dc8a064a1447196f642dd23363806_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9-operator@sha256%3Ab1703420b5a67a12f055518b6a23c1d8259dc8a064a1447196f642dd23363806?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-rhel9-operator\u0026tag=1787736935"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5e12029e90adf045a4377f4be2be75c879e57aca7aceffa2aef08aa262ae0f42_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5e12029e90adf045a4377f4be2be75c879e57aca7aceffa2aef08aa262ae0f42_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5e12029e90adf045a4377f4be2be75c879e57aca7aceffa2aef08aa262ae0f42_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A5e12029e90adf045a4377f4be2be75c879e57aca7aceffa2aef08aa262ae0f42?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9\u0026tag=1787736913"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:017bed02593deb2e9cdfe0f268916e5d1c8cb7a4f1362c6eb3c94050896d7276_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:017bed02593deb2e9cdfe0f268916e5d1c8cb7a4f1362c6eb3c94050896d7276_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:017bed02593deb2e9cdfe0f268916e5d1c8cb7a4f1362c6eb3c94050896d7276_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter-rhel9@sha256%3A017bed02593deb2e9cdfe0f268916e5d1c8cb7a4f1362c6eb3c94050896d7276?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-telemeter-rhel9\u0026tag=1787736992"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ccf49e256cd9c3bb428badab464a17aee485ee1516896f1ade10da11085e843c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ccf49e256cd9c3bb428badab464a17aee485ee1516896f1ade10da11085e843c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ccf49e256cd9c3bb428badab464a17aee485ee1516896f1ade10da11085e843c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-thanos-rhel9@sha256%3Accf49e256cd9c3bb428badab464a17aee485ee1516896f1ade10da11085e843c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-thanos-rhel9\u0026tag=1787737634"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:837cd26d96a814814145cd0aa0cca672769283c499eec36c457ae432b99a7466_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:837cd26d96a814814145cd0aa0cca672769283c499eec36c457ae432b99a7466_ppc64le",
"product_id": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:837cd26d96a814814145cd0aa0cca672769283c499eec36c457ae432b99a7466_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/volume-data-source-validator-rhel9@sha256%3A837cd26d96a814814145cd0aa0cca672769283c499eec36c457ae432b99a7466?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/volume-data-source-validator-rhel9\u0026tag=1787737130"
}
}
}
],
"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:0c95fbbcfd5c54e6b2934a8efb4f8523d1536ec1deef78249f4daebaa9d327d6_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:0c95fbbcfd5c54e6b2934a8efb4f8523d1536ec1deef78249f4daebaa9d327d6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:0c95fbbcfd5c54e6b2934a8efb4f8523d1536ec1deef78249f4daebaa9d327d6_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-karpenter-provider-aws-rhel9@sha256:1b84b2a1cecab16e75947d29572008547922714207272a5dad8169d1ca5beab5_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:1b84b2a1cecab16e75947d29572008547922714207272a5dad8169d1ca5beab5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1b84b2a1cecab16e75947d29572008547922714207272a5dad8169d1ca5beab5_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:466597e63e82ac365414c803f5ecb8f06a72374885eedc5daf9532aad16ac148_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:466597e63e82ac365414c803f5ecb8f06a72374885eedc5daf9532aad16ac148_s390x"
},
"product_reference": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:466597e63e82ac365414c803f5ecb8f06a72374885eedc5daf9532aad16ac148_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:de9cac5c7ebcf3d43cad87758dd2eb0f4d6480f59bfb4112c224a4497aad9ba7_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:de9cac5c7ebcf3d43cad87758dd2eb0f4d6480f59bfb4112c224a4497aad9ba7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:de9cac5c7ebcf3d43cad87758dd2eb0f4d6480f59bfb4112c224a4497aad9ba7_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:4ae516b98be8fbdb9b783345fe680c1d6ef57b5dc06b2ec3bbd20bfdb7c9b2c4_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:4ae516b98be8fbdb9b783345fe680c1d6ef57b5dc06b2ec3bbd20bfdb7c9b2c4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4ae516b98be8fbdb9b783345fe680c1d6ef57b5dc06b2ec3bbd20bfdb7c9b2c4_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-kms-encryption-provider-rhel9@sha256:8f242ba3e0b9c57ecbd85f0d4c1bd67306357c92b53968a42419736c3dbe04d8_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:8f242ba3e0b9c57ecbd85f0d4c1bd67306357c92b53968a42419736c3dbe04d8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8f242ba3e0b9c57ecbd85f0d4c1bd67306357c92b53968a42419736c3dbe04d8_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:b717614ee549be99c17ceef3d755c66abc983e821e04808df347962858e0da81_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:b717614ee549be99c17ceef3d755c66abc983e821e04808df347962858e0da81_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b717614ee549be99c17ceef3d755c66abc983e821e04808df347962858e0da81_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:bd0f90ccaaaa74683b9bb17db0651dfbdfdf8f49adf0ecbaf8e83756d270b590_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:bd0f90ccaaaa74683b9bb17db0651dfbdfdf8f49adf0ecbaf8e83756d270b590_amd64"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bd0f90ccaaaa74683b9bb17db0651dfbdfdf8f49adf0ecbaf8e83756d270b590_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:040115466e4f525e9f2386d6f8838c51f8e1638eb06cd64f071d4ae027a8fb9c_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:040115466e4f525e9f2386d6f8838c51f8e1638eb06cd64f071d4ae027a8fb9c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:040115466e4f525e9f2386d6f8838c51f8e1638eb06cd64f071d4ae027a8fb9c_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:1a677b9d28655390d007acaa656997b12a32e9093c1c228778ef96cc6f4ca875_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:1a677b9d28655390d007acaa656997b12a32e9093c1c228778ef96cc6f4ca875_arm64"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:1a677b9d28655390d007acaa656997b12a32e9093c1c228778ef96cc6f4ca875_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-kms-encryption-provider-rhel9@sha256:39c68aae39089d044ce992b949d4e9961105711501daf3d4f0ba7e9981920729_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:39c68aae39089d044ce992b949d4e9961105711501daf3d4f0ba7e9981920729_s390x"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:39c68aae39089d044ce992b949d4e9961105711501daf3d4f0ba7e9981920729_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:4e814640d65f77818c180a706940337f8ddec8ebe4cf22c51a58a8b69e0f4099_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:4e814640d65f77818c180a706940337f8ddec8ebe4cf22c51a58a8b69e0f4099_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e814640d65f77818c180a706940337f8ddec8ebe4cf22c51a58a8b69e0f4099_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:2831d7dc9f3cad92219addd21b93959900ee2f71e2d988fffe913a6f88dc7e1c_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:2831d7dc9f3cad92219addd21b93959900ee2f71e2d988fffe913a6f88dc7e1c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2831d7dc9f3cad92219addd21b93959900ee2f71e2d988fffe913a6f88dc7e1c_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:50f602354dcb223759d781cb057b4081a424d6a509178b10674358cc8dba41e8_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:50f602354dcb223759d781cb057b4081a424d6a509178b10674358cc8dba41e8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:50f602354dcb223759d781cb057b4081a424d6a509178b10674358cc8dba41e8_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-service-rhel9-operator@sha256:6925001d8a798896438ef1388f54bc29825c37d41f2f09a59e3f8bf60b2ec6af_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:6925001d8a798896438ef1388f54bc29825c37d41f2f09a59e3f8bf60b2ec6af_s390x"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6925001d8a798896438ef1388f54bc29825c37d41f2f09a59e3f8bf60b2ec6af_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:e01a83cb76fca294a011e022ed86f1da8cde36928096422a440bce8e42fbc8b6_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:e01a83cb76fca294a011e022ed86f1da8cde36928096422a440bce8e42fbc8b6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e01a83cb76fca294a011e022ed86f1da8cde36928096422a440bce8e42fbc8b6_arm64",
"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:757ad9e0c37b861340a7b2269b068d5b0c6355322eb5f5898a856fd9c4495b16_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:757ad9e0c37b861340a7b2269b068d5b0c6355322eb5f5898a856fd9c4495b16_arm64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:757ad9e0c37b861340a7b2269b068d5b0c6355322eb5f5898a856fd9c4495b16_arm64",
"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:7f68ff8059ae68d15041b8f38ad5ee5278289e1370d276cf7e78fc7e9fc3bb10_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:7f68ff8059ae68d15041b8f38ad5ee5278289e1370d276cf7e78fc7e9fc3bb10_s390x"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7f68ff8059ae68d15041b8f38ad5ee5278289e1370d276cf7e78fc7e9fc3bb10_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:816787cc8c95a4a2df1416f09af6228559333e1bb1421ede0c9e2093444260e8_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:816787cc8c95a4a2df1416f09af6228559333e1bb1421ede0c9e2093444260e8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:816787cc8c95a4a2df1416f09af6228559333e1bb1421ede0c9e2093444260e8_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:f9bb9a184319c9fef278d3c6705f56cfc592c844f5c458bd20bcdc07c4230982_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:f9bb9a184319c9fef278d3c6705f56cfc592c844f5c458bd20bcdc07c4230982_amd64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f9bb9a184319c9fef278d3c6705f56cfc592c844f5c458bd20bcdc07c4230982_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:198f39ed50bbd835f4789057f9d7fd8de0962f1641a7f453dd90d68b5b2a4e7b_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:198f39ed50bbd835f4789057f9d7fd8de0962f1641a7f453dd90d68b5b2a4e7b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:198f39ed50bbd835f4789057f9d7fd8de0962f1641a7f453dd90d68b5b2a4e7b_s390x",
"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:633ce875ee7bb08d9bf00cf79738e3e63cd6bf4de2d40fa6860142a301c0968c_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:633ce875ee7bb08d9bf00cf79738e3e63cd6bf4de2d40fa6860142a301c0968c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:633ce875ee7bb08d9bf00cf79738e3e63cd6bf4de2d40fa6860142a301c0968c_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:e169d65b86f23d6424af5e7cf9e1d0ced58382128092821676196c0a05f91da6_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:e169d65b86f23d6424af5e7cf9e1d0ced58382128092821676196c0a05f91da6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e169d65b86f23d6424af5e7cf9e1d0ced58382128092821676196c0a05f91da6_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:ec2586358c34d0130b00a3714b50c8b7bc33ce915aef6aa79eb214d38202f37e_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:ec2586358c34d0130b00a3714b50c8b7bc33ce915aef6aa79eb214d38202f37e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ec2586358c34d0130b00a3714b50c8b7bc33ce915aef6aa79eb214d38202f37e_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:13e81e4c25d8c789ca15eb4e84f3fc531a50b4dc0d95fa3573e002e3b54cad61_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:13e81e4c25d8c789ca15eb4e84f3fc531a50b4dc0d95fa3573e002e3b54cad61_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:13e81e4c25d8c789ca15eb4e84f3fc531a50b4dc0d95fa3573e002e3b54cad61_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:17637f8455e0e17bb3dca34545a26e881cff3e1444af45b9f45c3e282a252bb9_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:17637f8455e0e17bb3dca34545a26e881cff3e1444af45b9f45c3e282a252bb9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:17637f8455e0e17bb3dca34545a26e881cff3e1444af45b9f45c3e282a252bb9_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:d2dde1514fcf3308d1469a0af6727835121c4d6a1a1775a675a7ffabba8e3bed_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:d2dde1514fcf3308d1469a0af6727835121c4d6a1a1775a675a7ffabba8e3bed_s390x"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d2dde1514fcf3308d1469a0af6727835121c4d6a1a1775a675a7ffabba8e3bed_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:d6376055835ac40728181d6f354398a0e60ca131d2fd8f41471ed87e974ea4cb_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:d6376055835ac40728181d6f354398a0e60ca131d2fd8f41471ed87e974ea4cb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d6376055835ac40728181d6f354398a0e60ca131d2fd8f41471ed87e974ea4cb_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:6f86d997faaf61c874def5a78cded319a188c1babbc4dfefb91a29f7e0d7f0fb_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:6f86d997faaf61c874def5a78cded319a188c1babbc4dfefb91a29f7e0d7f0fb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6f86d997faaf61c874def5a78cded319a188c1babbc4dfefb91a29f7e0d7f0fb_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:73bceed99ad1b0bc99e66ab8361037e4046c5212645490161572fe6f34de98b4_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:73bceed99ad1b0bc99e66ab8361037e4046c5212645490161572fe6f34de98b4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:73bceed99ad1b0bc99e66ab8361037e4046c5212645490161572fe6f34de98b4_s390x",
"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:babd6b0e928bb674289f34787d3aa536bdc4c24a877a5ac9311f21f0cc9e6224_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:babd6b0e928bb674289f34787d3aa536bdc4c24a877a5ac9311f21f0cc9e6224_arm64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:babd6b0e928bb674289f34787d3aa536bdc4c24a877a5ac9311f21f0cc9e6224_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:d00a12f6c4e75a2c93bdd135eeb742f42868b0186d9d03f318c885407a17e439_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:d00a12f6c4e75a2c93bdd135eeb742f42868b0186d9d03f318c885407a17e439_amd64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d00a12f6c4e75a2c93bdd135eeb742f42868b0186d9d03f318c885407a17e439_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:0932891a63e5ec5a076c7848d5746e29d972f3a96058914bee8fffa4921fed38_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:0932891a63e5ec5a076c7848d5746e29d972f3a96058914bee8fffa4921fed38_arm64"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:0932891a63e5ec5a076c7848d5746e29d972f3a96058914bee8fffa4921fed38_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:472e977d39473b92992f53c0225de477318b31be8656c37bc35193789ab7a456_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:472e977d39473b92992f53c0225de477318b31be8656c37bc35193789ab7a456_s390x"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:472e977d39473b92992f53c0225de477318b31be8656c37bc35193789ab7a456_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:71021ecd15d688aefa6db79f817c11a751b51f6ea9f2e48781bdc49c6de98088_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:71021ecd15d688aefa6db79f817c11a751b51f6ea9f2e48781bdc49c6de98088_amd64"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:71021ecd15d688aefa6db79f817c11a751b51f6ea9f2e48781bdc49c6de98088_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:9563eb7617a4d3a9c22fefaf03a4ede698fea2621a68ad231cd9e65930043a56_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:9563eb7617a4d3a9c22fefaf03a4ede698fea2621a68ad231cd9e65930043a56_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:9563eb7617a4d3a9c22fefaf03a4ede698fea2621a68ad231cd9e65930043a56_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:1fbf3bf4990353e799dc271bb4a0c58b385feb2ee60207636a3f76544b4f5ae4_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:1fbf3bf4990353e799dc271bb4a0c58b385feb2ee60207636a3f76544b4f5ae4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:1fbf3bf4990353e799dc271bb4a0c58b385feb2ee60207636a3f76544b4f5ae4_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:7815e9dc63477803e7e8bb8a01ea83043b5503ba529f64db3c76ad1c4cf2f0b1_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:7815e9dc63477803e7e8bb8a01ea83043b5503ba529f64db3c76ad1c4cf2f0b1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:7815e9dc63477803e7e8bb8a01ea83043b5503ba529f64db3c76ad1c4cf2f0b1_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:ab22d93f277f9bb65fcb5fd9c448b72f82384b9be43b8ab525d2836832044eb2_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:ab22d93f277f9bb65fcb5fd9c448b72f82384b9be43b8ab525d2836832044eb2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ab22d93f277f9bb65fcb5fd9c448b72f82384b9be43b8ab525d2836832044eb2_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-exporter-rhel9@sha256:dee02e09373732db94bc442ddcb2eb4d13095a04e35c674387d3df8ba23d67d5_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:dee02e09373732db94bc442ddcb2eb4d13095a04e35c674387d3df8ba23d67d5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dee02e09373732db94bc442ddcb2eb4d13095a04e35c674387d3df8ba23d67d5_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:95c1a046b24339587101462756592c87ae4a8f699fc2977a703e6d031e2022a2_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:95c1a046b24339587101462756592c87ae4a8f699fc2977a703e6d031e2022a2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1a046b24339587101462756592c87ae4a8f699fc2977a703e6d031e2022a2_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:95c1db6c409fede3e9ec09788fdf286fdb0634de6b6e727ec010332f7cf2e462_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:95c1db6c409fede3e9ec09788fdf286fdb0634de6b6e727ec010332f7cf2e462_arm64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1db6c409fede3e9ec09788fdf286fdb0634de6b6e727ec010332f7cf2e462_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:bd6be5cf4063439e92a1264ce3af0ea6528b9c27dd4b26f043a80aa8616575fc_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:bd6be5cf4063439e92a1264ce3af0ea6528b9c27dd4b26f043a80aa8616575fc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:bd6be5cf4063439e92a1264ce3af0ea6528b9c27dd4b26f043a80aa8616575fc_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:c955c4b9dce1b25c73453079a21d84c5a2e5d0b53cf6e351f9b1855f08db3fb9_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:c955c4b9dce1b25c73453079a21d84c5a2e5d0b53cf6e351f9b1855f08db3fb9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c955c4b9dce1b25c73453079a21d84c5a2e5d0b53cf6e351f9b1855f08db3fb9_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:221943f7b65573c2942d88354261f93a01950be1d1a86fa853544cc4c283c027_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:221943f7b65573c2942d88354261f93a01950be1d1a86fa853544cc4c283c027_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:221943f7b65573c2942d88354261f93a01950be1d1a86fa853544cc4c283c027_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:2488ca8b2a8f658f3deaf9a70b12f7aca159490b5e0861d746ca8ee5d2010041_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:2488ca8b2a8f658f3deaf9a70b12f7aca159490b5e0861d746ca8ee5d2010041_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2488ca8b2a8f658f3deaf9a70b12f7aca159490b5e0861d746ca8ee5d2010041_amd64",
"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:a3435c546844b61f456789fd315495d6bcdc2560756e9fdfc4b896cdf70d75c6_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:a3435c546844b61f456789fd315495d6bcdc2560756e9fdfc4b896cdf70d75c6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a3435c546844b61f456789fd315495d6bcdc2560756e9fdfc4b896cdf70d75c6_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:be2e4dd58b8ed72278bb2c014317e69185e2b19dce37beea7fec3798abcb35f0_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:be2e4dd58b8ed72278bb2c014317e69185e2b19dce37beea7fec3798abcb35f0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:be2e4dd58b8ed72278bb2c014317e69185e2b19dce37beea7fec3798abcb35f0_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:4da2632fea643a834aac3fd63bc51fc6b0d768b869ac450e6779c9f36429a9fd_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:4da2632fea643a834aac3fd63bc51fc6b0d768b869ac450e6779c9f36429a9fd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4da2632fea643a834aac3fd63bc51fc6b0d768b869ac450e6779c9f36429a9fd_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:56ab8a9553f0c0202a47d858e234f2672098514dd647502405cac1f28d14196a_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:56ab8a9553f0c0202a47d858e234f2672098514dd647502405cac1f28d14196a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:56ab8a9553f0c0202a47d858e234f2672098514dd647502405cac1f28d14196a_arm64",
"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:abe530f4e865add435da2afd379a3a11a4d75c257c2468a09bc78f10256e0be9_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:abe530f4e865add435da2afd379a3a11a4d75c257c2468a09bc78f10256e0be9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:abe530f4e865add435da2afd379a3a11a4d75c257c2468a09bc78f10256e0be9_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:fe1397131aa0d447366fd627b12582ed647551ad3af13375f8c281ab73745f0a_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:fe1397131aa0d447366fd627b12582ed647551ad3af13375f8c281ab73745f0a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:fe1397131aa0d447366fd627b12582ed647551ad3af13375f8c281ab73745f0a_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:0857a5a2cfb5c277bc2d2545fb19693f23285ccf6b75144da8fcd7225e1df1c7_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:0857a5a2cfb5c277bc2d2545fb19693f23285ccf6b75144da8fcd7225e1df1c7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:0857a5a2cfb5c277bc2d2545fb19693f23285ccf6b75144da8fcd7225e1df1c7_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:43b36fb1f7ad271530f5ee9040cac4651a684e0e08de2ed90a2939b736b565ed_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:43b36fb1f7ad271530f5ee9040cac4651a684e0e08de2ed90a2939b736b565ed_s390x"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:43b36fb1f7ad271530f5ee9040cac4651a684e0e08de2ed90a2939b736b565ed_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:7f86439496ba6573ee1d61b5f4d414dfbbf65a95526cdff54e45229f01785517_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:7f86439496ba6573ee1d61b5f4d414dfbbf65a95526cdff54e45229f01785517_amd64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:7f86439496ba6573ee1d61b5f4d414dfbbf65a95526cdff54e45229f01785517_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:8094138e4ed2267cc278a83a1586922c957142c9e5fcaec62db531c83b79566d_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:8094138e4ed2267cc278a83a1586922c957142c9e5fcaec62db531c83b79566d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:8094138e4ed2267cc278a83a1586922c957142c9e5fcaec62db531c83b79566d_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:309b1dd27ce0c7dc332c7141e576642db4aee6076ce50ccc2930e824f02ead2f_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:309b1dd27ce0c7dc332c7141e576642db4aee6076ce50ccc2930e824f02ead2f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:309b1dd27ce0c7dc332c7141e576642db4aee6076ce50ccc2930e824f02ead2f_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:35322e4580b0fec862223f76e0bd3c95ad0af31f3d4cdfd6423d3ec47d6e25c8_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:35322e4580b0fec862223f76e0bd3c95ad0af31f3d4cdfd6423d3ec47d6e25c8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:35322e4580b0fec862223f76e0bd3c95ad0af31f3d4cdfd6423d3ec47d6e25c8_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:699bc772c8a648f8be7d6a5c32d786d8f6484e584d918d68ef8a32cb1499663f_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:699bc772c8a648f8be7d6a5c32d786d8f6484e584d918d68ef8a32cb1499663f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:699bc772c8a648f8be7d6a5c32d786d8f6484e584d918d68ef8a32cb1499663f_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:779afd8e0fa21d022d7e75e7ba8da00cc7604db1adfbbea879bfb1d0f8c9c831_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:779afd8e0fa21d022d7e75e7ba8da00cc7604db1adfbbea879bfb1d0f8c9c831_arm64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:779afd8e0fa21d022d7e75e7ba8da00cc7604db1adfbbea879bfb1d0f8c9c831_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:49e98d0193f7d7b4347043f0655d350a7a0c0d8c8b850d95abb57acd13dd8ac8_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:49e98d0193f7d7b4347043f0655d350a7a0c0d8c8b850d95abb57acd13dd8ac8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:49e98d0193f7d7b4347043f0655d350a7a0c0d8c8b850d95abb57acd13dd8ac8_s390x",
"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:63e308cebeea85127f584610f59cdc9b228f01b9acb227f2f6eba7fcdc29b1fb_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:63e308cebeea85127f584610f59cdc9b228f01b9acb227f2f6eba7fcdc29b1fb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63e308cebeea85127f584610f59cdc9b228f01b9acb227f2f6eba7fcdc29b1fb_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:71f9b47dbd3985738259a6bc9a5bbdb240fd21284a194b47bb78538f8e870cac_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:71f9b47dbd3985738259a6bc9a5bbdb240fd21284a194b47bb78538f8e870cac_arm64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:71f9b47dbd3985738259a6bc9a5bbdb240fd21284a194b47bb78538f8e870cac_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:9181583c88b3be23253c76e277f140c0a1532c1bff7d62cd0da1e14beba1aab4_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:9181583c88b3be23253c76e277f140c0a1532c1bff7d62cd0da1e14beba1aab4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:9181583c88b3be23253c76e277f140c0a1532c1bff7d62cd0da1e14beba1aab4_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:0f96581804dbadea29d9ef9a2a952753f5fdf295670ea0297622214e2a9b7d0d_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:0f96581804dbadea29d9ef9a2a952753f5fdf295670ea0297622214e2a9b7d0d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:0f96581804dbadea29d9ef9a2a952753f5fdf295670ea0297622214e2a9b7d0d_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:ae4714025025642ff5d9e250a4715b01d933487fa8bf4eaf82629ebd6d4c8702_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:ae4714025025642ff5d9e250a4715b01d933487fa8bf4eaf82629ebd6d4c8702_amd64"
},
"product_reference": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ae4714025025642ff5d9e250a4715b01d933487fa8bf4eaf82629ebd6d4c8702_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:cdb096f05b664fb542bb6eac3cce52c53da2e4bb636189bb53f737d3075615da_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:cdb096f05b664fb542bb6eac3cce52c53da2e4bb636189bb53f737d3075615da_s390x"
},
"product_reference": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:cdb096f05b664fb542bb6eac3cce52c53da2e4bb636189bb53f737d3075615da_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:eb9908581f71dbe01d8553e494ef022417196408e9fdbd32f08fe1f5b9c9572c_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:eb9908581f71dbe01d8553e494ef022417196408e9fdbd32f08fe1f5b9c9572c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eb9908581f71dbe01d8553e494ef022417196408e9fdbd32f08fe1f5b9c9572c_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:08725f7a384b4e72a173141cb35fb67293385ed72d973fc4d497f3c0f0dc626b_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:08725f7a384b4e72a173141cb35fb67293385ed72d973fc4d497f3c0f0dc626b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:08725f7a384b4e72a173141cb35fb67293385ed72d973fc4d497f3c0f0dc626b_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-api-server-rhel9@sha256:a322e3fc620e914088fb5669f1459a47140abdf027bd011d6ff4e5b3e6b909b9_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:a322e3fc620e914088fb5669f1459a47140abdf027bd011d6ff4e5b3e6b909b9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a322e3fc620e914088fb5669f1459a47140abdf027bd011d6ff4e5b3e6b909b9_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:b950e80fe164f86ddf624c80210308a634929ab8eb493496ef86bff1c5248fce_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:b950e80fe164f86ddf624c80210308a634929ab8eb493496ef86bff1c5248fce_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b950e80fe164f86ddf624c80210308a634929ab8eb493496ef86bff1c5248fce_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:bfc663a0ca81dedf849e89b91feb3fe0af97932fe8a8fc711d7ab85b6cbdcc84_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:bfc663a0ca81dedf849e89b91feb3fe0af97932fe8a8fc711d7ab85b6cbdcc84_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bfc663a0ca81dedf849e89b91feb3fe0af97932fe8a8fc711d7ab85b6cbdcc84_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-csr-approver-rhel9@sha256:13257447171d38e6e99c66faa476de6ff6ab934c285a0d1bf71fe94dbe583462_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-csr-approver-rhel9@sha256:13257447171d38e6e99c66faa476de6ff6ab934c285a0d1bf71fe94dbe583462_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:13257447171d38e6e99c66faa476de6ff6ab934c285a0d1bf71fe94dbe583462_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-csr-approver-rhel9@sha256:23fa493f397748092cd71c41b9d83d19fad6a5433b692bc644e30af790cf60da_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-csr-approver-rhel9@sha256:23fa493f397748092cd71c41b9d83d19fad6a5433b692bc644e30af790cf60da_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:23fa493f397748092cd71c41b9d83d19fad6a5433b692bc644e30af790cf60da_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-csr-approver-rhel9@sha256:28b1c9ee4102140998781ebef22f269316d8c2be2254c10b4d7151dffb0d37be_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-csr-approver-rhel9@sha256:28b1c9ee4102140998781ebef22f269316d8c2be2254c10b4d7151dffb0d37be_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:28b1c9ee4102140998781ebef22f269316d8c2be2254c10b4d7151dffb0d37be_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-csr-approver-rhel9@sha256:be2175c2c6c9d882e44cf10aa85f1219573952473e893f67cc7085bf0a324407_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-csr-approver-rhel9@sha256:be2175c2c6c9d882e44cf10aa85f1219573952473e893f67cc7085bf0a324407_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:be2175c2c6c9d882e44cf10aa85f1219573952473e893f67cc7085bf0a324407_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-node-agent-rhel9@sha256:61417bc1ddac0bc97c786b5807c2fa33eebc75f7cb186aaf9eef2151dbaf75a8_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:61417bc1ddac0bc97c786b5807c2fa33eebc75f7cb186aaf9eef2151dbaf75a8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:61417bc1ddac0bc97c786b5807c2fa33eebc75f7cb186aaf9eef2151dbaf75a8_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:73956194247e000432a8c5f7b78255062c5ca967745ba2d97e680a06f698f518_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:73956194247e000432a8c5f7b78255062c5ca967745ba2d97e680a06f698f518_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:73956194247e000432a8c5f7b78255062c5ca967745ba2d97e680a06f698f518_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:7fbfa9ada74c4875985fc4bb8366d21eb5275a52953d44bc6bc740d48edeab5b_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:7fbfa9ada74c4875985fc4bb8366d21eb5275a52953d44bc6bc740d48edeab5b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fbfa9ada74c4875985fc4bb8366d21eb5275a52953d44bc6bc740d48edeab5b_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:a545c9c2fbb36296286f684e02f9a5bc337b3c3fb9c83c608c988c88455f9bf4_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:a545c9c2fbb36296286f684e02f9a5bc337b3c3fb9c83c608c988c88455f9bf4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a545c9c2fbb36296286f684e02f9a5bc337b3c3fb9c83c608c988c88455f9bf4_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:34a8a8a4a62b36b5e0eb061db3d56905c8dddfeb2e7a7135642f947ce6bd01ad_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:34a8a8a4a62b36b5e0eb061db3d56905c8dddfeb2e7a7135642f947ce6bd01ad_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:34a8a8a4a62b36b5e0eb061db3d56905c8dddfeb2e7a7135642f947ce6bd01ad_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:41c2ea14036c2f8639cf0dd634e327841954eff4529743fcd10e8475546165d0_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:41c2ea14036c2f8639cf0dd634e327841954eff4529743fcd10e8475546165d0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:41c2ea14036c2f8639cf0dd634e327841954eff4529743fcd10e8475546165d0_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:a884f443877c7a3c0b32dc60a79e1bcbe89036549da7a8aa4608ee2ac6460765_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:a884f443877c7a3c0b32dc60a79e1bcbe89036549da7a8aa4608ee2ac6460765_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a884f443877c7a3c0b32dc60a79e1bcbe89036549da7a8aa4608ee2ac6460765_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:f6b28e8574a1d3b374ac4a61ea4f3c16eb70d9ba7385bf830c8698f4490f8fd3_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:f6b28e8574a1d3b374ac4a61ea4f3c16eb70d9ba7385bf830c8698f4490f8fd3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b28e8574a1d3b374ac4a61ea4f3c16eb70d9ba7385bf830c8698f4490f8fd3_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:8e245c278c66405066cb31e9d48e97ad9cdb826511bdb1104807d26f896043a2_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:8e245c278c66405066cb31e9d48e97ad9cdb826511bdb1104807d26f896043a2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:8e245c278c66405066cb31e9d48e97ad9cdb826511bdb1104807d26f896043a2_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:380e3045135a40d202f330002512a5c499d8d2079cc38e5c0bbd5a2312820dd3_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:380e3045135a40d202f330002512a5c499d8d2079cc38e5c0bbd5a2312820dd3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:380e3045135a40d202f330002512a5c499d8d2079cc38e5c0bbd5a2312820dd3_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:5d06442daad2c126259fa5d594b53329e386f560b77a475ccb0cc37148644a5e_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:5d06442daad2c126259fa5d594b53329e386f560b77a475ccb0cc37148644a5e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5d06442daad2c126259fa5d594b53329e386f560b77a475ccb0cc37148644a5e_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:5dc0ca56deaa237fb0bcddac8481b45d3ac81609b36c3b7bbb6cff8456899208_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:5dc0ca56deaa237fb0bcddac8481b45d3ac81609b36c3b7bbb6cff8456899208_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5dc0ca56deaa237fb0bcddac8481b45d3ac81609b36c3b7bbb6cff8456899208_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-utils-rhel9@sha256:aa669084fb336f5d89d86cb58aca73b88d6bc4b6505eac2020664e0b6abfff6c_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:aa669084fb336f5d89d86cb58aca73b88d6bc4b6505eac2020664e0b6abfff6c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:aa669084fb336f5d89d86cb58aca73b88d6bc4b6505eac2020664e0b6abfff6c_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:8cb392862e1835b610757e822332074ac459c593e9bd60fb6b6f6d0aebe577fd_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:8cb392862e1835b610757e822332074ac459c593e9bd60fb6b6f6d0aebe577fd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8cb392862e1835b610757e822332074ac459c593e9bd60fb6b6f6d0aebe577fd_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:987afa1aa902bb85d7c2d96f1637bcd19bf21eb832444c98d30171bbeb746751_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:987afa1aa902bb85d7c2d96f1637bcd19bf21eb832444c98d30171bbeb746751_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:987afa1aa902bb85d7c2d96f1637bcd19bf21eb832444c98d30171bbeb746751_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:ad2f0cda09211f3e0aff615306168baf808e6fefbf1f039c3ae1a1fa7050a61e_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:ad2f0cda09211f3e0aff615306168baf808e6fefbf1f039c3ae1a1fa7050a61e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ad2f0cda09211f3e0aff615306168baf808e6fefbf1f039c3ae1a1fa7050a61e_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:bcac50d10432ecdb8bfe2b465ba75889248ee8595f23c5243d023ac2a336f3b9_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:bcac50d10432ecdb8bfe2b465ba75889248ee8595f23c5243d023ac2a336f3b9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:bcac50d10432ecdb8bfe2b465ba75889248ee8595f23c5243d023ac2a336f3b9_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:3cf2d6f464e6a2fe5b4a8cf66690b3237aefef0c825a687a548f81336507cfb8_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:3cf2d6f464e6a2fe5b4a8cf66690b3237aefef0c825a687a548f81336507cfb8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3cf2d6f464e6a2fe5b4a8cf66690b3237aefef0c825a687a548f81336507cfb8_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:9bd17213796576ce4d315986dc0b271011c37cd6e9ed75edff5ba80c3302fc26_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:9bd17213796576ce4d315986dc0b271011c37cd6e9ed75edff5ba80c3302fc26_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9bd17213796576ce4d315986dc0b271011c37cd6e9ed75edff5ba80c3302fc26_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:3205092b914bc1fe858b2ede7642227e04f35d06daec4848fdbbc0406fab4a03_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:3205092b914bc1fe858b2ede7642227e04f35d06daec4848fdbbc0406fab4a03_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3205092b914bc1fe858b2ede7642227e04f35d06daec4848fdbbc0406fab4a03_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:a20ecaad93b15b869fb321c7503adcddfe1f0f5eb3f0f6427bd363234010853c_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:a20ecaad93b15b869fb321c7503adcddfe1f0f5eb3f0f6427bd363234010853c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a20ecaad93b15b869fb321c7503adcddfe1f0f5eb3f0f6427bd363234010853c_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:57259db0550547f85684c19078b9af82b6318dca0c00ef8da27de8c8dc90e305_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:57259db0550547f85684c19078b9af82b6318dca0c00ef8da27de8c8dc90e305_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:57259db0550547f85684c19078b9af82b6318dca0c00ef8da27de8c8dc90e305_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:a95676fb6c1cc1b20cbb758a7c9fd34e82b3e114b81b5c17f47ef303feca3d51_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:a95676fb6c1cc1b20cbb758a7c9fd34e82b3e114b81b5c17f47ef303feca3d51_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:a95676fb6c1cc1b20cbb758a7c9fd34e82b3e114b81b5c17f47ef303feca3d51_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:49026487ee6722c3d438c05c1c181a36d14eca2f0d8debee48e4a02db0486145_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:49026487ee6722c3d438c05c1c181a36d14eca2f0d8debee48e4a02db0486145_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:49026487ee6722c3d438c05c1c181a36d14eca2f0d8debee48e4a02db0486145_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:ee65002c4934842ad86197a89e838997bb87a93ddc9de3423eb2af282a565c41_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:ee65002c4934842ad86197a89e838997bb87a93ddc9de3423eb2af282a565c41_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ee65002c4934842ad86197a89e838997bb87a93ddc9de3423eb2af282a565c41_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:1bb56a1a194ba6f64edcdeae267fecec590c14c85431ba62ee8c6b5744da3a47_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:1bb56a1a194ba6f64edcdeae267fecec590c14c85431ba62ee8c6b5744da3a47_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1bb56a1a194ba6f64edcdeae267fecec590c14c85431ba62ee8c6b5744da3a47_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:bf72f3bbed57cebe1deb7690cd7fcb6d371e526630cb386d13180726736219c2_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:bf72f3bbed57cebe1deb7690cd7fcb6d371e526630cb386d13180726736219c2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bf72f3bbed57cebe1deb7690cd7fcb6d371e526630cb386d13180726736219c2_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-controller-manager-rhel9@sha256:81afdbb2d9fe212af38a11b4d00ac952a306e13f91b23b2a081c0393173c5e63_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:81afdbb2d9fe212af38a11b4d00ac952a306e13f91b23b2a081c0393173c5e63_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:81afdbb2d9fe212af38a11b4d00ac952a306e13f91b23b2a081c0393173c5e63_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-controller-manager-rhel9@sha256:bf8d63c933996abf39eab9406b3061bee014d766a58f4e27a56413652d319a47_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:bf8d63c933996abf39eab9406b3061bee014d766a58f4e27a56413652d319a47_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bf8d63c933996abf39eab9406b3061bee014d766a58f4e27a56413652d319a47_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-node-manager-rhel9@sha256:4a5021268b1ab163318270fc9ef07afa8a29f288c95ea69700c4bf46f88e85cd_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:4a5021268b1ab163318270fc9ef07afa8a29f288c95ea69700c4bf46f88e85cd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:4a5021268b1ab163318270fc9ef07afa8a29f288c95ea69700c4bf46f88e85cd_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-node-manager-rhel9@sha256:ea443d9738e4428b6912b47f9c1d8d05b75cf8b137f0f9a76f852418b33b989e_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:ea443d9738e4428b6912b47f9c1d8d05b75cf8b137f0f9a76f852418b33b989e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ea443d9738e4428b6912b47f9c1d8d05b75cf8b137f0f9a76f852418b33b989e_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-cluster-api-controllers-rhel9@sha256:00148cec706fce87b240d38dcc91434f3c167052d5860d42ca9057e24c3f35eb_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:00148cec706fce87b240d38dcc91434f3c167052d5860d42ca9057e24c3f35eb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:00148cec706fce87b240d38dcc91434f3c167052d5860d42ca9057e24c3f35eb_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:7996dc231961eb51daaceda9598b04e4bbe7d0e4019dccf5adec8a14d6f7e1a2_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:7996dc231961eb51daaceda9598b04e4bbe7d0e4019dccf5adec8a14d6f7e1a2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:7996dc231961eb51daaceda9598b04e4bbe7d0e4019dccf5adec8a14d6f7e1a2_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:5c70298b919a36de41bf25d870bfa3da4013d36c6179db3eb6dd2e67dd20bff1_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:5c70298b919a36de41bf25d870bfa3da4013d36c6179db3eb6dd2e67dd20bff1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5c70298b919a36de41bf25d870bfa3da4013d36c6179db3eb6dd2e67dd20bff1_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:a64777ab69af6f2b6cf4b78e5a00148e98353748946991c0a6da7eba76b442dc_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:a64777ab69af6f2b6cf4b78e5a00148e98353748946991c0a6da7eba76b442dc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:a64777ab69af6f2b6cf4b78e5a00148e98353748946991c0a6da7eba76b442dc_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:d4b6a07334845b2938c6d09556cea5e0477d13d4be6247bc9e3fede2e46aa3ee_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:d4b6a07334845b2938c6d09556cea5e0477d13d4be6247bc9e3fede2e46aa3ee_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d4b6a07334845b2938c6d09556cea5e0477d13d4be6247bc9e3fede2e46aa3ee_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:d5e665b41152b8363b4b15973a7b86365bb2c047366aa69bef7e1c499cf4fd3d_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:d5e665b41152b8363b4b15973a7b86365bb2c047366aa69bef7e1c499cf4fd3d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d5e665b41152b8363b4b15973a7b86365bb2c047366aa69bef7e1c499cf4fd3d_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-file-csi-driver-operator-rhel9@sha256:1a29c30f85b9bc858f0c70ca5ed79934494d92849f23baa6c7f26f67ea49c57e_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:1a29c30f85b9bc858f0c70ca5ed79934494d92849f23baa6c7f26f67ea49c57e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:1a29c30f85b9bc858f0c70ca5ed79934494d92849f23baa6c7f26f67ea49c57e_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-file-csi-driver-operator-rhel9@sha256:70f95a8b240afc604ee9af621fc3b63adaf80f593f3131e7ed51077ed2c77a1b_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:70f95a8b240afc604ee9af621fc3b63adaf80f593f3131e7ed51077ed2c77a1b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:70f95a8b240afc604ee9af621fc3b63adaf80f593f3131e7ed51077ed2c77a1b_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-rhel9@sha256:4d217b45b97c9e01ba3d54d03270be07e9659b0d4313fc85999aa49fca560108_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-rhel9@sha256:4d217b45b97c9e01ba3d54d03270be07e9659b0d4313fc85999aa49fca560108_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4d217b45b97c9e01ba3d54d03270be07e9659b0d4313fc85999aa49fca560108_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-rhel9@sha256:634f48a37ef03dee1cc0c0626c32aaebb8f9975b4640ac540f02910bdb3b165d_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-rhel9@sha256:634f48a37ef03dee1cc0c0626c32aaebb8f9975b4640ac540f02910bdb3b165d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:634f48a37ef03dee1cc0c0626c32aaebb8f9975b4640ac540f02910bdb3b165d_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:00f06d1c70494444172d5630c33e1c93c333a880520bad3a810f96dc69cced15_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:00f06d1c70494444172d5630c33e1c93c333a880520bad3a810f96dc69cced15_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:00f06d1c70494444172d5630c33e1c93c333a880520bad3a810f96dc69cced15_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:01ac79392fa7a265608b75458534bafb6e5d350f2e8536bb9de48566c685841e_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:01ac79392fa7a265608b75458534bafb6e5d350f2e8536bb9de48566c685841e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:01ac79392fa7a265608b75458534bafb6e5d350f2e8536bb9de48566c685841e_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:12047af5271e61b4032c04c98df9ad54363d6beb13b36f49085307705677e345_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:12047af5271e61b4032c04c98df9ad54363d6beb13b36f49085307705677e345_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:12047af5271e61b4032c04c98df9ad54363d6beb13b36f49085307705677e345_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:37e5fa3bfc88e99fc78f2ced6cb4a99f5099942e40158dfa6940784c3d2ef95c_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:37e5fa3bfc88e99fc78f2ced6cb4a99f5099942e40158dfa6940784c3d2ef95c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:37e5fa3bfc88e99fc78f2ced6cb4a99f5099942e40158dfa6940784c3d2ef95c_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:54d10266c83c4d5fe91b013dac51538493ae4a4322c925e561c45316c73b1e2d_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:54d10266c83c4d5fe91b013dac51538493ae4a4322c925e561c45316c73b1e2d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:54d10266c83c4d5fe91b013dac51538493ae4a4322c925e561c45316c73b1e2d_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:f799d506fc4087aac0eb4b2c2d6c8e511b598c6b3cdb1ba5ee470b787759fd8f_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:f799d506fc4087aac0eb4b2c2d6c8e511b598c6b3cdb1ba5ee470b787759fd8f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f799d506fc4087aac0eb4b2c2d6c8e511b598c6b3cdb1ba5ee470b787759fd8f_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:061d1b86afedd409ad4947a8ae59064f0fa92360cc82f640cf124776753ea3bc_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:061d1b86afedd409ad4947a8ae59064f0fa92360cc82f640cf124776753ea3bc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:061d1b86afedd409ad4947a8ae59064f0fa92360cc82f640cf124776753ea3bc_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:9c7fef9c0e22e1721125d5b1312e509fada544e1d3d956338c3638aecea53dad_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:9c7fef9c0e22e1721125d5b1312e509fada544e1d3d956338c3638aecea53dad_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9c7fef9c0e22e1721125d5b1312e509fada544e1d3d956338c3638aecea53dad_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-installer-rhel9@sha256:d3d951b736b910437255f3455b76357bfe0111c257f5a2d8dfe0f9abacf30fe0_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:d3d951b736b910437255f3455b76357bfe0111c257f5a2d8dfe0f9abacf30fe0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d3d951b736b910437255f3455b76357bfe0111c257f5a2d8dfe0f9abacf30fe0_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:f7feb8627754651663208ebb363a3e42e1767e16a65914148ce0507a77bfe795_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:f7feb8627754651663208ebb363a3e42e1767e16a65914148ce0507a77bfe795_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f7feb8627754651663208ebb363a3e42e1767e16a65914148ce0507a77bfe795_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:23b0327190559517a3526d2500534542e9a397210cc6f663ac2b313aee902e92_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:23b0327190559517a3526d2500534542e9a397210cc6f663ac2b313aee902e92_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:23b0327190559517a3526d2500534542e9a397210cc6f663ac2b313aee902e92_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:2911daa552328c8b01b19f91ad43ac54da18d343834c48ef35f12adff8077785_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:2911daa552328c8b01b19f91ad43ac54da18d343834c48ef35f12adff8077785_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2911daa552328c8b01b19f91ad43ac54da18d343834c48ef35f12adff8077785_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:43960246dc7eb7bcef847c0d706bc6b0f0a407053a2cca7dfe27fce23c6d2af4_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:43960246dc7eb7bcef847c0d706bc6b0f0a407053a2cca7dfe27fce23c6d2af4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:43960246dc7eb7bcef847c0d706bc6b0f0a407053a2cca7dfe27fce23c6d2af4_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:d05434d4552d2ffdd45d2fd44b1b2e2e8976a15f0f4ae59ce7dea73ca97dbcf8_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:d05434d4552d2ffdd45d2fd44b1b2e2e8976a15f0f4ae59ce7dea73ca97dbcf8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d05434d4552d2ffdd45d2fd44b1b2e2e8976a15f0f4ae59ce7dea73ca97dbcf8_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:1f7e808f97ad41f4c301736bdf2e06da73f2d0e3ef4ca838f0afd65273db7c8a_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:1f7e808f97ad41f4c301736bdf2e06da73f2d0e3ef4ca838f0afd65273db7c8a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1f7e808f97ad41f4c301736bdf2e06da73f2d0e3ef4ca838f0afd65273db7c8a_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-rhel9-operator@sha256:5553003527f078011d0c440f86c1480ff4e62b318e98ca2a4af97b42e5e186d5_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:5553003527f078011d0c440f86c1480ff4e62b318e98ca2a4af97b42e5e186d5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5553003527f078011d0c440f86c1480ff4e62b318e98ca2a4af97b42e5e186d5_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:582a4e6fadda74e5c6c49b605b7967e9d6f25c84ab3de162c30931b1dcaee31b_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:582a4e6fadda74e5c6c49b605b7967e9d6f25c84ab3de162c30931b1dcaee31b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:582a4e6fadda74e5c6c49b605b7967e9d6f25c84ab3de162c30931b1dcaee31b_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:6d54aaf9249113e5be1b6a87bf439ae778918533077a41ee9442396cda4d2642_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:6d54aaf9249113e5be1b6a87bf439ae778918533077a41ee9442396cda4d2642_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6d54aaf9249113e5be1b6a87bf439ae778918533077a41ee9442396cda4d2642_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:0b4378067622a7584c3be2e5e5d8748a564ae7672cc882bec0c1d6f4f4c28686_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:0b4378067622a7584c3be2e5e5d8748a564ae7672cc882bec0c1d6f4f4c28686_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0b4378067622a7584c3be2e5e5d8748a564ae7672cc882bec0c1d6f4f4c28686_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:2ba6c6b021db9b58614b1ceb9b736978b0e3396b04dda4518406b041448dd5cc_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:2ba6c6b021db9b58614b1ceb9b736978b0e3396b04dda4518406b041448dd5cc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2ba6c6b021db9b58614b1ceb9b736978b0e3396b04dda4518406b041448dd5cc_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:7f7e406ef7b654a66bbcbbfa5326ceb1ddca4a0236cb60761a0ea48b919e8571_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:7f7e406ef7b654a66bbcbbfa5326ceb1ddca4a0236cb60761a0ea48b919e8571_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7f7e406ef7b654a66bbcbbfa5326ceb1ddca4a0236cb60761a0ea48b919e8571_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:fc403f7babe4eb16c770c80def94f34696b3a8ac55360b17c88edb11b9ae5a8e_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:fc403f7babe4eb16c770c80def94f34696b3a8ac55360b17c88edb11b9ae5a8e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fc403f7babe4eb16c770c80def94f34696b3a8ac55360b17c88edb11b9ae5a8e_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:473d595a495e4656de14b1b22456ef1ce2218fe39d02bf738990c0be4cdf5440_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:473d595a495e4656de14b1b22456ef1ce2218fe39d02bf738990c0be4cdf5440_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:473d595a495e4656de14b1b22456ef1ce2218fe39d02bf738990c0be4cdf5440_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:6b3fc95809e8ab1be94de33cb375207b4302f93dbfd51f2a67228025c1e304fe_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:6b3fc95809e8ab1be94de33cb375207b4302f93dbfd51f2a67228025c1e304fe_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6b3fc95809e8ab1be94de33cb375207b4302f93dbfd51f2a67228025c1e304fe_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:7d0a9db460cb1d4c918f87a02979048f170f5e692e83cd517bb9b3271aa06dd2_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:7d0a9db460cb1d4c918f87a02979048f170f5e692e83cd517bb9b3271aa06dd2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7d0a9db460cb1d4c918f87a02979048f170f5e692e83cd517bb9b3271aa06dd2_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:7f1e2dcfd02a6a5fc56c6665979a8981f11144a5bcc6419feae3964b190583c1_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:7f1e2dcfd02a6a5fc56c6665979a8981f11144a5bcc6419feae3964b190583c1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7f1e2dcfd02a6a5fc56c6665979a8981f11144a5bcc6419feae3964b190583c1_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:775213a7b6d92d23694dbd1538727c84ad58c6b8a8b46587ff7bdeb7312acc05_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:775213a7b6d92d23694dbd1538727c84ad58c6b8a8b46587ff7bdeb7312acc05_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:775213a7b6d92d23694dbd1538727c84ad58c6b8a8b46587ff7bdeb7312acc05_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:a649eef7fa6148524b1f3aaf18ed6543f65ef91ad21358cb0af865401061622d_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:a649eef7fa6148524b1f3aaf18ed6543f65ef91ad21358cb0af865401061622d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a649eef7fa6148524b1f3aaf18ed6543f65ef91ad21358cb0af865401061622d_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:c593dda5f85469eb4ded8cb6c4738069d48a144823a070b83b58ba7772ba0e90_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:c593dda5f85469eb4ded8cb6c4738069d48a144823a070b83b58ba7772ba0e90_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c593dda5f85469eb4ded8cb6c4738069d48a144823a070b83b58ba7772ba0e90_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:ffdcf3c2b138b62cfc84d9916799812ad73fcba9c3416d7442f3686417c85932_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:ffdcf3c2b138b62cfc84d9916799812ad73fcba9c3416d7442f3686417c85932_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ffdcf3c2b138b62cfc84d9916799812ad73fcba9c3416d7442f3686417c85932_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:2e1e514d9f3cdf5f04ca924fa98d036988ab47259be5df67497931321634f730_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:2e1e514d9f3cdf5f04ca924fa98d036988ab47259be5df67497931321634f730_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2e1e514d9f3cdf5f04ca924fa98d036988ab47259be5df67497931321634f730_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:32e93e986bbf92dd3a3e09f9c76bed29334b5cf794e18b843f81522ccf43697b_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:32e93e986bbf92dd3a3e09f9c76bed29334b5cf794e18b843f81522ccf43697b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:32e93e986bbf92dd3a3e09f9c76bed29334b5cf794e18b843f81522ccf43697b_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:7bfa1c21aeb7971fa978d49455f4b5dcccd4ccc3de147ef47c32e9b74bcaf2d3_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:7bfa1c21aeb7971fa978d49455f4b5dcccd4ccc3de147ef47c32e9b74bcaf2d3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7bfa1c21aeb7971fa978d49455f4b5dcccd4ccc3de147ef47c32e9b74bcaf2d3_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-cloud-credential-rhel9-operator@sha256:dbb5abf21bed592282f09e30ba1387b084eb028bd931df5609c07fb8c09a0d75_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:dbb5abf21bed592282f09e30ba1387b084eb028bd931df5609c07fb8c09a0d75_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:dbb5abf21bed592282f09e30ba1387b084eb028bd931df5609c07fb8c09a0d75_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-api-rhel9@sha256:0606de7cca514d2b4ad9593d7f37950512741cd8f1597b1f83951aa7c8839268_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:0606de7cca514d2b4ad9593d7f37950512741cd8f1597b1f83951aa7c8839268_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0606de7cca514d2b4ad9593d7f37950512741cd8f1597b1f83951aa7c8839268_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:116474d2dd37c159032b15ff856dffecad2ef0ab76298bc43f840bd0245ec78b_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:116474d2dd37c159032b15ff856dffecad2ef0ab76298bc43f840bd0245ec78b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:116474d2dd37c159032b15ff856dffecad2ef0ab76298bc43f840bd0245ec78b_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:2e887b0da3269f28933bc5af839ea2df95b7aeca3993cb31b0a1c92e7043cce4_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:2e887b0da3269f28933bc5af839ea2df95b7aeca3993cb31b0a1c92e7043cce4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2e887b0da3269f28933bc5af839ea2df95b7aeca3993cb31b0a1c92e7043cce4_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-api-rhel9@sha256:6029166a01da021523fc720ad70fc59f449684e577f9f5a36e0e759a39d0a28e_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:6029166a01da021523fc720ad70fc59f449684e577f9f5a36e0e759a39d0a28e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6029166a01da021523fc720ad70fc59f449684e577f9f5a36e0e759a39d0a28e_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:849b8be9f7fc785a70451c1c0704501e2b449650acd23d450d145da1a760c166_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:849b8be9f7fc785a70451c1c0704501e2b449650acd23d450d145da1a760c166_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:849b8be9f7fc785a70451c1c0704501e2b449650acd23d450d145da1a760c166_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:9c5d6a2d314e840600ca6bd1354c7dc6040fbdc216166418485d6edfedb27ce0_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:9c5d6a2d314e840600ca6bd1354c7dc6040fbdc216166418485d6edfedb27ce0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9c5d6a2d314e840600ca6bd1354c7dc6040fbdc216166418485d6edfedb27ce0_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:ba10e440e514662920d68ac025d5f3841786a393703fc2dc0ee21ff1d2490015_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:ba10e440e514662920d68ac025d5f3841786a393703fc2dc0ee21ff1d2490015_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ba10e440e514662920d68ac025d5f3841786a393703fc2dc0ee21ff1d2490015_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:bac1799b133fd829b35ac619a25a272301816494e83be5a251f78a50e7fb2f88_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:bac1799b133fd829b35ac619a25a272301816494e83be5a251f78a50e7fb2f88_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bac1799b133fd829b35ac619a25a272301816494e83be5a251f78a50e7fb2f88_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:0469874ac135c41bb590ddbac02428775083221257b6904fa376335610c4acb1_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:0469874ac135c41bb590ddbac02428775083221257b6904fa376335610c4acb1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0469874ac135c41bb590ddbac02428775083221257b6904fa376335610c4acb1_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:5823c8fa1f1409d6863dacda718e35b7afd2915befa21343dfcc68b6fef7a9ce_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:5823c8fa1f1409d6863dacda718e35b7afd2915befa21343dfcc68b6fef7a9ce_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5823c8fa1f1409d6863dacda718e35b7afd2915befa21343dfcc68b6fef7a9ce_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:b38d3723f2547dc5676460e3738420e243c6fdf7be77e54d18657efb9668c438_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:b38d3723f2547dc5676460e3738420e243c6fdf7be77e54d18657efb9668c438_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b38d3723f2547dc5676460e3738420e243c6fdf7be77e54d18657efb9668c438_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:e5a5e4c1a01ff3f5d694ca26dd248533fd463c85374c25ce1a9f4b7a60deafc1_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:e5a5e4c1a01ff3f5d694ca26dd248533fd463c85374c25ce1a9f4b7a60deafc1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e5a5e4c1a01ff3f5d694ca26dd248533fd463c85374c25ce1a9f4b7a60deafc1_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:19f94467c811e10882e30eeef39b1266b83ee417974aaf62f75738d51811cbc4_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:19f94467c811e10882e30eeef39b1266b83ee417974aaf62f75738d51811cbc4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:19f94467c811e10882e30eeef39b1266b83ee417974aaf62f75738d51811cbc4_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@sha256:47487ff8d0cd813ab3354061caf319dec553b1cba9d5c1045de710b8a6d0c51d_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:47487ff8d0cd813ab3354061caf319dec553b1cba9d5c1045de710b8a6d0c51d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:47487ff8d0cd813ab3354061caf319dec553b1cba9d5c1045de710b8a6d0c51d_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:b3a0104cb85f1a6965eee44fef58983637839a1f97ddccd737704ab41cda3a25_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:b3a0104cb85f1a6965eee44fef58983637839a1f97ddccd737704ab41cda3a25_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b3a0104cb85f1a6965eee44fef58983637839a1f97ddccd737704ab41cda3a25_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:e8c72b610288bdc44492ea0a5c2fd66cfb1673fc06f6bc66831fa84c96f86543_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:e8c72b610288bdc44492ea0a5c2fd66cfb1673fc06f6bc66831fa84c96f86543_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e8c72b610288bdc44492ea0a5c2fd66cfb1673fc06f6bc66831fa84c96f86543_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-baremetal-operator-rhel9@sha256:1a9333d29d3561fe95488f3d80136d6b24b4a2e04472d37d34737fd1032a8856_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:1a9333d29d3561fe95488f3d80136d6b24b4a2e04472d37d34737fd1032a8856_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1a9333d29d3561fe95488f3d80136d6b24b4a2e04472d37d34737fd1032a8856_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:705d146d458883660aa0b673a651d05d1d1ad73bafad91e84755118b82092ae7_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:705d146d458883660aa0b673a651d05d1d1ad73bafad91e84755118b82092ae7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:705d146d458883660aa0b673a651d05d1d1ad73bafad91e84755118b82092ae7_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-baremetal-operator-rhel9@sha256:b9265d767c8a6786f12dd4788377f1a316864863a32de4a4ec07ffc8b874aa00_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:b9265d767c8a6786f12dd4788377f1a316864863a32de4a4ec07ffc8b874aa00_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b9265d767c8a6786f12dd4788377f1a316864863a32de4a4ec07ffc8b874aa00_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:e3a7bfabcb96924059fb7906be97a0ebb1df35c6cad39a7968a6461df0cecb31_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:e3a7bfabcb96924059fb7906be97a0ebb1df35c6cad39a7968a6461df0cecb31_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e3a7bfabcb96924059fb7906be97a0ebb1df35c6cad39a7968a6461df0cecb31_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-bootstrap-rhel9@sha256:5c015e1a10e5f14e82e30ba41b1ae6a82cf5cb0bc631f5137d7637c44a3f5b8e_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:5c015e1a10e5f14e82e30ba41b1ae6a82cf5cb0bc631f5137d7637c44a3f5b8e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5c015e1a10e5f14e82e30ba41b1ae6a82cf5cb0bc631f5137d7637c44a3f5b8e_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:623bc4c74b05b46babba7da628809bac05b48d8c4055648e88f0db57c1bb0e07_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:623bc4c74b05b46babba7da628809bac05b48d8c4055648e88f0db57c1bb0e07_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:623bc4c74b05b46babba7da628809bac05b48d8c4055648e88f0db57c1bb0e07_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-bootstrap-rhel9@sha256:9502a32446a8828e8a1887edcf49034e874ea0e32ab5fdb738ab89e77cb5a472_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:9502a32446a8828e8a1887edcf49034e874ea0e32ab5fdb738ab89e77cb5a472_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9502a32446a8828e8a1887edcf49034e874ea0e32ab5fdb738ab89e77cb5a472_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:ec7b6b83c8e934b66505e8051e183fbaac54e78abae5ae99077d4e5e163b4529_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:ec7b6b83c8e934b66505e8051e183fbaac54e78abae5ae99077d4e5e163b4529_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ec7b6b83c8e934b66505e8051e183fbaac54e78abae5ae99077d4e5e163b4529_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:1f15641123321a662f676a46a24f6c8066bba6e3730a3c0d0eca3ff8e548de23_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:1f15641123321a662f676a46a24f6c8066bba6e3730a3c0d0eca3ff8e548de23_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1f15641123321a662f676a46a24f6c8066bba6e3730a3c0d0eca3ff8e548de23_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:85070876ada5cb86e8c585f3ac3114d548b189074723a13ec5d6fc6be25c9964_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:85070876ada5cb86e8c585f3ac3114d548b189074723a13ec5d6fc6be25c9964_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:85070876ada5cb86e8c585f3ac3114d548b189074723a13ec5d6fc6be25c9964_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:a34e14a715bad1d324f9211d95c56ed387ae51b24b21ccf931c12f3f7b3dcbaf_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:a34e14a715bad1d324f9211d95c56ed387ae51b24b21ccf931c12f3f7b3dcbaf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a34e14a715bad1d324f9211d95c56ed387ae51b24b21ccf931c12f3f7b3dcbaf_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:e12ce561e4cad13a5d08e8164060bb74a309f66047279a26dd727d34ed3dc16a_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:e12ce561e4cad13a5d08e8164060bb74a309f66047279a26dd727d34ed3dc16a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e12ce561e4cad13a5d08e8164060bb74a309f66047279a26dd727d34ed3dc16a_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:67789c239f82fe3649ab8c0e13f920a788a3612d15a78fe5986a852bb2d11a0d_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:67789c239f82fe3649ab8c0e13f920a788a3612d15a78fe5986a852bb2d11a0d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:67789c239f82fe3649ab8c0e13f920a788a3612d15a78fe5986a852bb2d11a0d_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:80d704ed310acc3015748815351da4b54fef2d8b74d7d4b03aabcf9fd7e60b38_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:80d704ed310acc3015748815351da4b54fef2d8b74d7d4b03aabcf9fd7e60b38_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:80d704ed310acc3015748815351da4b54fef2d8b74d7d4b03aabcf9fd7e60b38_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:bfbcd3f502bf336124261fbe51f19e7a4cb9e9132e07da62354699b30cf6ed24_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:bfbcd3f502bf336124261fbe51f19e7a4cb9e9132e07da62354699b30cf6ed24_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bfbcd3f502bf336124261fbe51f19e7a4cb9e9132e07da62354699b30cf6ed24_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:c1e371a0057014662b91736570bf25fb1211ead7402154a1149dfee9e55b994e_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:c1e371a0057014662b91736570bf25fb1211ead7402154a1149dfee9e55b994e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c1e371a0057014662b91736570bf25fb1211ead7402154a1149dfee9e55b994e_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:175fd0386d9a4e064fa760f23ecfb45ac6ae3500e5a50acac0660d06e5b7ecb9_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:175fd0386d9a4e064fa760f23ecfb45ac6ae3500e5a50acac0660d06e5b7ecb9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:175fd0386d9a4e064fa760f23ecfb45ac6ae3500e5a50acac0660d06e5b7ecb9_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:3e9811dcf3c528ae6f5ff86659dee1a590c2b53f7af1a03204d06fc3dc628fcd_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:3e9811dcf3c528ae6f5ff86659dee1a590c2b53f7af1a03204d06fc3dc628fcd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3e9811dcf3c528ae6f5ff86659dee1a590c2b53f7af1a03204d06fc3dc628fcd_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:68af6c6e7f51523ac223f4e25955cf3777f4ae5b601dcca7c6ec7e2dc0de0782_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:68af6c6e7f51523ac223f4e25955cf3777f4ae5b601dcca7c6ec7e2dc0de0782_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:68af6c6e7f51523ac223f4e25955cf3777f4ae5b601dcca7c6ec7e2dc0de0782_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:8f1b3ddbde3e33dbe01816bce0cce7d7bd196cc04affbe606fecfbd8ad7b8b17_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:8f1b3ddbde3e33dbe01816bce0cce7d7bd196cc04affbe606fecfbd8ad7b8b17_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:8f1b3ddbde3e33dbe01816bce0cce7d7bd196cc04affbe606fecfbd8ad7b8b17_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:49699de68bf38c34edb696ebe4f9dc608756382a977f497f6713dbc7b6e1209e_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:49699de68bf38c34edb696ebe4f9dc608756382a977f497f6713dbc7b6e1209e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49699de68bf38c34edb696ebe4f9dc608756382a977f497f6713dbc7b6e1209e_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-rhel9-operator@sha256:49c32ab1927e0969508b906c14aafcbc64e6eff7680b9a10812eca4f17787921_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:49c32ab1927e0969508b906c14aafcbc64e6eff7680b9a10812eca4f17787921_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49c32ab1927e0969508b906c14aafcbc64e6eff7680b9a10812eca4f17787921_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:86135a8f7d4aed36e7b2a571b431b29eeaac2bda02762eafda3e22a62a7a2d6d_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:86135a8f7d4aed36e7b2a571b431b29eeaac2bda02762eafda3e22a62a7a2d6d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:86135a8f7d4aed36e7b2a571b431b29eeaac2bda02762eafda3e22a62a7a2d6d_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:f2dac4ffbee9d028b26e683b63a9f033ef8609907f6c498d42c447a306e75328_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:f2dac4ffbee9d028b26e683b63a9f033ef8609907f6c498d42c447a306e75328_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f2dac4ffbee9d028b26e683b63a9f033ef8609907f6c498d42c447a306e75328_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-control-plane-machine-set-rhel9-operator@sha256:2884bba195d4d635378b0d15efa54991a23f51bcf4efb1095b478f5cd9c34f46_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:2884bba195d4d635378b0d15efa54991a23f51bcf4efb1095b478f5cd9c34f46_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2884bba195d4d635378b0d15efa54991a23f51bcf4efb1095b478f5cd9c34f46_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:d84853556ede64db5615eb4d826879c744f7ccbd92c51ecf392a686af854ec11_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:d84853556ede64db5615eb4d826879c744f7ccbd92c51ecf392a686af854ec11_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:d84853556ede64db5615eb4d826879c744f7ccbd92c51ecf392a686af854ec11_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:e05dd48fc4c26b5dd822ee58a2af27bccfd0ed28cc959a6fc05073cec6f7c9b8_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:e05dd48fc4c26b5dd822ee58a2af27bccfd0ed28cc959a6fc05073cec6f7c9b8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e05dd48fc4c26b5dd822ee58a2af27bccfd0ed28cc959a6fc05073cec6f7c9b8_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-control-plane-machine-set-rhel9-operator@sha256:e202635a4a52be92b47960bd8ced28634111416b220cca5fa7f86373ecd1210a_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:e202635a4a52be92b47960bd8ced28634111416b220cca5fa7f86373ecd1210a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e202635a4a52be92b47960bd8ced28634111416b220cca5fa7f86373ecd1210a_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:0ae36d953c8c7f73dd78d620f94a0335ff5fb84b16ce9d2dbadbdf3dc5d66f6d_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:0ae36d953c8c7f73dd78d620f94a0335ff5fb84b16ce9d2dbadbdf3dc5d66f6d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ae36d953c8c7f73dd78d620f94a0335ff5fb84b16ce9d2dbadbdf3dc5d66f6d_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:308c924c44c35b39c66b429a15a0343a47f7dfad62dceb76ea7acfc85e6bd973_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:308c924c44c35b39c66b429a15a0343a47f7dfad62dceb76ea7acfc85e6bd973_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:308c924c44c35b39c66b429a15a0343a47f7dfad62dceb76ea7acfc85e6bd973_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:4e132f6b0a6b4e2dc63561c1ebaa0bd9fc669a835b0c22b0d56599e3da870231_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:4e132f6b0a6b4e2dc63561c1ebaa0bd9fc669a835b0c22b0d56599e3da870231_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e132f6b0a6b4e2dc63561c1ebaa0bd9fc669a835b0c22b0d56599e3da870231_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:5216d36dc483b1368a03e00dd9dadc7c75de2bc36ed98cd7ea2b089cbe23965e_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:5216d36dc483b1368a03e00dd9dadc7c75de2bc36ed98cd7ea2b089cbe23965e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5216d36dc483b1368a03e00dd9dadc7c75de2bc36ed98cd7ea2b089cbe23965e_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:4bc11f6ad7c3e9c99e708f7ef5a01b4faedc8eb5d2de5b0cbed502395958555f_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:4bc11f6ad7c3e9c99e708f7ef5a01b4faedc8eb5d2de5b0cbed502395958555f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4bc11f6ad7c3e9c99e708f7ef5a01b4faedc8eb5d2de5b0cbed502395958555f_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:4c04a50ca49fdc521da592b9c326e233763918fbfd6bc97e001e0e680ce24cf9_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:4c04a50ca49fdc521da592b9c326e233763918fbfd6bc97e001e0e680ce24cf9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4c04a50ca49fdc521da592b9c326e233763918fbfd6bc97e001e0e680ce24cf9_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:8ba4aabc0e1e36c3ffe66b55c67ab8c305f64aa6011f80060c5d95ce91180c5f_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:8ba4aabc0e1e36c3ffe66b55c67ab8c305f64aa6011f80060c5d95ce91180c5f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8ba4aabc0e1e36c3ffe66b55c67ab8c305f64aa6011f80060c5d95ce91180c5f_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:d259704d34b605abd3568bd4c988bf9e831d80554ec2d7a57e7c39a70daf0140_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:d259704d34b605abd3568bd4c988bf9e831d80554ec2d7a57e7c39a70daf0140_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d259704d34b605abd3568bd4c988bf9e831d80554ec2d7a57e7c39a70daf0140_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:14c55985b9277766e54156139f0949d1e3e5f756ade34512a3d5ea3dfed2c544_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:14c55985b9277766e54156139f0949d1e3e5f756ade34512a3d5ea3dfed2c544_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:14c55985b9277766e54156139f0949d1e3e5f756ade34512a3d5ea3dfed2c544_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:3231ec9c296798f11aec6a285b0a8f7c5cf220534d0525afa59c17ab2464abb0_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:3231ec9c296798f11aec6a285b0a8f7c5cf220534d0525afa59c17ab2464abb0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3231ec9c296798f11aec6a285b0a8f7c5cf220534d0525afa59c17ab2464abb0_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-etcd-rhel9-operator@sha256:d8767e4d0b2c8222748319f05483bcefe50388abc182a01f3ca9dae3c80dce44_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:d8767e4d0b2c8222748319f05483bcefe50388abc182a01f3ca9dae3c80dce44_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d8767e4d0b2c8222748319f05483bcefe50388abc182a01f3ca9dae3c80dce44_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:ebed5c3d8e112fc5086208b4b4c0aba054a0058f3fd08b71b129dc124fa00f99_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:ebed5c3d8e112fc5086208b4b4c0aba054a0058f3fd08b71b129dc124fa00f99_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ebed5c3d8e112fc5086208b4b4c0aba054a0058f3fd08b71b129dc124fa00f99_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:26dccabde8cc0d1ad45160677fe240b3fc098acae82f6d095fad08b78330453b_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:26dccabde8cc0d1ad45160677fe240b3fc098acae82f6d095fad08b78330453b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:26dccabde8cc0d1ad45160677fe240b3fc098acae82f6d095fad08b78330453b_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:a168025d531f20656997ae845a4930919d6805b7f9374c40f7835a93aaa46b27_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:a168025d531f20656997ae845a4930919d6805b7f9374c40f7835a93aaa46b27_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a168025d531f20656997ae845a4930919d6805b7f9374c40f7835a93aaa46b27_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-image-registry-rhel9-operator@sha256:e696a8bc54ef8a13800b2168a395d2cbb08678403beee2dc52c56d04cb235759_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:e696a8bc54ef8a13800b2168a395d2cbb08678403beee2dc52c56d04cb235759_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e696a8bc54ef8a13800b2168a395d2cbb08678403beee2dc52c56d04cb235759_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:ebc22890c7759ec9992b64dcb0e388881caeeae333a9a84a50dfeffe27e38b49_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:ebc22890c7759ec9992b64dcb0e388881caeeae333a9a84a50dfeffe27e38b49_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ebc22890c7759ec9992b64dcb0e388881caeeae333a9a84a50dfeffe27e38b49_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-ingress-rhel9-operator@sha256:09319f1dcbe090d9677a43249810dfe5b3eb165aa3f8b473417e0913649b1556_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:09319f1dcbe090d9677a43249810dfe5b3eb165aa3f8b473417e0913649b1556_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:09319f1dcbe090d9677a43249810dfe5b3eb165aa3f8b473417e0913649b1556_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:46a37e99da18852f5512235589ee86dde0db6c09d76a49275a8004422b9ec303_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:46a37e99da18852f5512235589ee86dde0db6c09d76a49275a8004422b9ec303_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:46a37e99da18852f5512235589ee86dde0db6c09d76a49275a8004422b9ec303_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:535d1b713587008fe67eec103cceb54471f5263516f5420589cffe1dea02be93_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:535d1b713587008fe67eec103cceb54471f5263516f5420589cffe1dea02be93_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:535d1b713587008fe67eec103cceb54471f5263516f5420589cffe1dea02be93_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-ingress-rhel9-operator@sha256:bc614ab102efc7dfaa47fef84c4783da26548491e4c43257bb606a06e8d155f0_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:bc614ab102efc7dfaa47fef84c4783da26548491e4c43257bb606a06e8d155f0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bc614ab102efc7dfaa47fef84c4783da26548491e4c43257bb606a06e8d155f0_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:08cac9e30829765f182624de9e45e59b40884b8c39cde60528dd27afa57afe72_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:08cac9e30829765f182624de9e45e59b40884b8c39cde60528dd27afa57afe72_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:08cac9e30829765f182624de9e45e59b40884b8c39cde60528dd27afa57afe72_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:13724dc9eb7247844e450b59b8cf3af5e5f486e9558942836ab60f74b9943291_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:13724dc9eb7247844e450b59b8cf3af5e5f486e9558942836ab60f74b9943291_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:13724dc9eb7247844e450b59b8cf3af5e5f486e9558942836ab60f74b9943291_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:3e1a80763f76f622b5ffcdb35bf2dc20ce1e9c06c4f5f6bf0ae06b04134733b6_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:3e1a80763f76f622b5ffcdb35bf2dc20ce1e9c06c4f5f6bf0ae06b04134733b6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3e1a80763f76f622b5ffcdb35bf2dc20ce1e9c06c4f5f6bf0ae06b04134733b6_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-apiserver-rhel9-operator@sha256:d077c79741fd0c481fa6e1aa2c479b8c5b380b1d1f163259777c8c50be257709_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:d077c79741fd0c481fa6e1aa2c479b8c5b380b1d1f163259777c8c50be257709_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d077c79741fd0c481fa6e1aa2c479b8c5b380b1d1f163259777c8c50be257709_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:5e82ef0b9ab6d4e3b7431a7611bc563f356385dd8927855e6090008685f1549a_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:5e82ef0b9ab6d4e3b7431a7611bc563f356385dd8927855e6090008685f1549a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5e82ef0b9ab6d4e3b7431a7611bc563f356385dd8927855e6090008685f1549a_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:62ba53e306331c1b20cad27ec31cf59687218f4bd5908ed7e9034559ded04b54_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:62ba53e306331c1b20cad27ec31cf59687218f4bd5908ed7e9034559ded04b54_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:62ba53e306331c1b20cad27ec31cf59687218f4bd5908ed7e9034559ded04b54_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:7664e74786778a96606757f1de215a4a9702d0c9f7cecba7bf8028884a7609ee_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:7664e74786778a96606757f1de215a4a9702d0c9f7cecba7bf8028884a7609ee_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7664e74786778a96606757f1de215a4a9702d0c9f7cecba7bf8028884a7609ee_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-cluster-api-rhel9-operator@sha256:7a967f88faccfc101b9388f8434d406acdfc85d7d682f9ec742d59eb31074fc6_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:7a967f88faccfc101b9388f8434d406acdfc85d7d682f9ec742d59eb31074fc6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7a967f88faccfc101b9388f8434d406acdfc85d7d682f9ec742d59eb31074fc6_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:0e05cd1eaa2b9c558d22892495f090b6b51a316dc56d85ae825b6fc44611b6db_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:0e05cd1eaa2b9c558d22892495f090b6b51a316dc56d85ae825b6fc44611b6db_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0e05cd1eaa2b9c558d22892495f090b6b51a316dc56d85ae825b6fc44611b6db_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:445fdec85c2510c8a45b2a830ead87136bbb80bb9244987b4d6ffa5858931926_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:445fdec85c2510c8a45b2a830ead87136bbb80bb9244987b4d6ffa5858931926_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:445fdec85c2510c8a45b2a830ead87136bbb80bb9244987b4d6ffa5858931926_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-controller-manager-rhel9-operator@sha256:ccae4f8f443ba6806ea33105d7dc06002d58914626cb9ae57476b29193761b53_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:ccae4f8f443ba6806ea33105d7dc06002d58914626cb9ae57476b29193761b53_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ccae4f8f443ba6806ea33105d7dc06002d58914626cb9ae57476b29193761b53_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:fc0becd36b6fad4911a5b8c9a4693320918f7f7e6336c2b11a76adcb6d1eec36_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:fc0becd36b6fad4911a5b8c9a4693320918f7f7e6336c2b11a76adcb6d1eec36_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fc0becd36b6fad4911a5b8c9a4693320918f7f7e6336c2b11a76adcb6d1eec36_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:652f8fc874b95a56393f14c2b56a63faa64c04f6646c1786d07eaa272a9acb9e_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:652f8fc874b95a56393f14c2b56a63faa64c04f6646c1786d07eaa272a9acb9e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:652f8fc874b95a56393f14c2b56a63faa64c04f6646c1786d07eaa272a9acb9e_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:94b9c011744629b1ff6f230e25f876f218ed59d55a941377797f77cdb7c03e1d_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:94b9c011744629b1ff6f230e25f876f218ed59d55a941377797f77cdb7c03e1d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:94b9c011744629b1ff6f230e25f876f218ed59d55a941377797f77cdb7c03e1d_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-scheduler-rhel9-operator@sha256:a178a796ca9d32ac59faa5eb9a6aea30f1aec65d88f89080f57ed519a7983f05_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:a178a796ca9d32ac59faa5eb9a6aea30f1aec65d88f89080f57ed519a7983f05_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a178a796ca9d32ac59faa5eb9a6aea30f1aec65d88f89080f57ed519a7983f05_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:dc8a79297c73782f5005075332bcac58b051a07d2b35626323f9b69ee5f4d64e_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:dc8a79297c73782f5005075332bcac58b051a07d2b35626323f9b69ee5f4d64e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dc8a79297c73782f5005075332bcac58b051a07d2b35626323f9b69ee5f4d64e_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:03d66c724cb647d4a613bb48c9df6e9ffaabb68c8af5a4ccae45365e32456470_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:03d66c724cb647d4a613bb48c9df6e9ffaabb68c8af5a4ccae45365e32456470_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:03d66c724cb647d4a613bb48c9df6e9ffaabb68c8af5a4ccae45365e32456470_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:4b9510fdfb45d2561927843dbd7ed869e2f67d9636e59dfd0c3ee640d9fc601c_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:4b9510fdfb45d2561927843dbd7ed869e2f67d9636e59dfd0c3ee640d9fc601c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4b9510fdfb45d2561927843dbd7ed869e2f67d9636e59dfd0c3ee640d9fc601c_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-storage-version-migrator-rhel9-operator@sha256:b3570e078bed53aa3e435443bffbd12a7b259f8dee9d18c0d79b55514a547b53_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:b3570e078bed53aa3e435443bffbd12a7b259f8dee9d18c0d79b55514a547b53_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b3570e078bed53aa3e435443bffbd12a7b259f8dee9d18c0d79b55514a547b53_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:fc8e892ccbd8d3c1e737fbaf8f02b5fa6bbbe242780c9cd00fbc5e6889d7baee_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:fc8e892ccbd8d3c1e737fbaf8f02b5fa6bbbe242780c9cd00fbc5e6889d7baee_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fc8e892ccbd8d3c1e737fbaf8f02b5fa6bbbe242780c9cd00fbc5e6889d7baee_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:266bd8400632ac70fc6584e4bb2850ebcee7027ff7899acbeca612c6556302a4_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:266bd8400632ac70fc6584e4bb2850ebcee7027ff7899acbeca612c6556302a4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:266bd8400632ac70fc6584e4bb2850ebcee7027ff7899acbeca612c6556302a4_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:2c8f351447fffc2133f339c6ab3a0bcd9bdfafad4a4cb5b7dd2abc32c6056a92_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:2c8f351447fffc2133f339c6ab3a0bcd9bdfafad4a4cb5b7dd2abc32c6056a92_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2c8f351447fffc2133f339c6ab3a0bcd9bdfafad4a4cb5b7dd2abc32c6056a92_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:6b8d2783a76f514f9a4e8096434ac205e1d82d09da2d67fb930a1b5e4d8089e8_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:6b8d2783a76f514f9a4e8096434ac205e1d82d09da2d67fb930a1b5e4d8089e8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b8d2783a76f514f9a4e8096434ac205e1d82d09da2d67fb930a1b5e4d8089e8_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:74fa72db679ef47f9a3e3459a90dfaeafcb6db73dfe15b8933767e2f9d19c448_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:74fa72db679ef47f9a3e3459a90dfaeafcb6db73dfe15b8933767e2f9d19c448_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:74fa72db679ef47f9a3e3459a90dfaeafcb6db73dfe15b8933767e2f9d19c448_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:2b5964f6cb078aba05ada42f0c8280dfa39f9f80526932cc5d41410922e4e8ae_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:2b5964f6cb078aba05ada42f0c8280dfa39f9f80526932cc5d41410922e4e8ae_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2b5964f6cb078aba05ada42f0c8280dfa39f9f80526932cc5d41410922e4e8ae_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:480b27e9866ca8dfba83e1accd427d4f6813f4fb7f612854e32bdffc10d7d5b8_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:480b27e9866ca8dfba83e1accd427d4f6813f4fb7f612854e32bdffc10d7d5b8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:480b27e9866ca8dfba83e1accd427d4f6813f4fb7f612854e32bdffc10d7d5b8_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:91c7fa7b70f2cc82b26ac16f91ea084e15a4f5dc64f254ed878c25dd1170c0a8_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:91c7fa7b70f2cc82b26ac16f91ea084e15a4f5dc64f254ed878c25dd1170c0a8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:91c7fa7b70f2cc82b26ac16f91ea084e15a4f5dc64f254ed878c25dd1170c0a8_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-monitoring-rhel9-operator@sha256:edc297cdb2f670aebc1d3561d801840ad029e8777ce45724066e6891aabd60fa_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:edc297cdb2f670aebc1d3561d801840ad029e8777ce45724066e6891aabd60fa_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:edc297cdb2f670aebc1d3561d801840ad029e8777ce45724066e6891aabd60fa_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-network-rhel9-operator@sha256:443e0dd81ae60896d31f07ab49611c5e0629746824df094ce28cdd3cb0ae1d58_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:443e0dd81ae60896d31f07ab49611c5e0629746824df094ce28cdd3cb0ae1d58_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:443e0dd81ae60896d31f07ab49611c5e0629746824df094ce28cdd3cb0ae1d58_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:9b16561ca87196e3dd9330184f7abf25e97272e3c47d2e8d594e3095e74f815b_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:9b16561ca87196e3dd9330184f7abf25e97272e3c47d2e8d594e3095e74f815b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9b16561ca87196e3dd9330184f7abf25e97272e3c47d2e8d594e3095e74f815b_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-network-rhel9-operator@sha256:9ff62f63d487e25a750bad29314955effd17152bfc534ff698963760a2615b0a_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:9ff62f63d487e25a750bad29314955effd17152bfc534ff698963760a2615b0a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9ff62f63d487e25a750bad29314955effd17152bfc534ff698963760a2615b0a_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:ab506c549b676ad9d8dd179e2ba871a12f2096ca2601ea2a1f2605ccb849dc6c_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:ab506c549b676ad9d8dd179e2ba871a12f2096ca2601ea2a1f2605ccb849dc6c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ab506c549b676ad9d8dd179e2ba871a12f2096ca2601ea2a1f2605ccb849dc6c_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:08758e6b81d6679b095a8e7fa323870eab35fefc05e525c6ef810b6cc0b3c0fd_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:08758e6b81d6679b095a8e7fa323870eab35fefc05e525c6ef810b6cc0b3c0fd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:08758e6b81d6679b095a8e7fa323870eab35fefc05e525c6ef810b6cc0b3c0fd_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:af87d24f6540e5c98def879ec4ea8adeb5b138e41abc126b2c3030c5847fd0b1_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:af87d24f6540e5c98def879ec4ea8adeb5b138e41abc126b2c3030c5847fd0b1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:af87d24f6540e5c98def879ec4ea8adeb5b138e41abc126b2c3030c5847fd0b1_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:c5e9e59a08d8940e99da6bc568269eaf71ea8db62dbff86a7f6fb5dae861e323_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:c5e9e59a08d8940e99da6bc568269eaf71ea8db62dbff86a7f6fb5dae861e323_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c5e9e59a08d8940e99da6bc568269eaf71ea8db62dbff86a7f6fb5dae861e323_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:f5122187c85ef27f5423ada009d800afa4800e32ad1ea3299586fe64cae8e38d_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:f5122187c85ef27f5423ada009d800afa4800e32ad1ea3299586fe64cae8e38d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f5122187c85ef27f5423ada009d800afa4800e32ad1ea3299586fe64cae8e38d_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:3c5078d135089e1548b4dec49b7e78658279e42a72792a988447662534b6516e_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:3c5078d135089e1548b4dec49b7e78658279e42a72792a988447662534b6516e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3c5078d135089e1548b4dec49b7e78658279e42a72792a988447662534b6516e_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-olm-rhel9-operator@sha256:56158ce0af0c0eb9709b2d1a172201bc795ed6e5075517b6919ed1302399d6f3_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:56158ce0af0c0eb9709b2d1a172201bc795ed6e5075517b6919ed1302399d6f3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:56158ce0af0c0eb9709b2d1a172201bc795ed6e5075517b6919ed1302399d6f3_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:6720c8097a398327f18a5c84c28f6b58aeee017199c2649649a1f159b8365838_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:6720c8097a398327f18a5c84c28f6b58aeee017199c2649649a1f159b8365838_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6720c8097a398327f18a5c84c28f6b58aeee017199c2649649a1f159b8365838_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:89295652b447f42c6a0d6e1299f63b04016f10ec8faf6372357294a14472e426_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:89295652b447f42c6a0d6e1299f63b04016f10ec8faf6372357294a14472e426_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:89295652b447f42c6a0d6e1299f63b04016f10ec8faf6372357294a14472e426_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-apiserver-rhel9-operator@sha256:2baa85e44cc4ac6cb825103508c5bd74e348609eaf53ed42c6d0e045dfa62772_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:2baa85e44cc4ac6cb825103508c5bd74e348609eaf53ed42c6d0e045dfa62772_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2baa85e44cc4ac6cb825103508c5bd74e348609eaf53ed42c6d0e045dfa62772_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:61283f1fff1f8ec53563012a5b1fb5a48831f0a220d3676b512f5a60b331e849_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:61283f1fff1f8ec53563012a5b1fb5a48831f0a220d3676b512f5a60b331e849_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:61283f1fff1f8ec53563012a5b1fb5a48831f0a220d3676b512f5a60b331e849_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:ba258012c0832c57b29785be805be44f0b5f8eccaf76d82d7493946806eafe5f_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:ba258012c0832c57b29785be805be44f0b5f8eccaf76d82d7493946806eafe5f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ba258012c0832c57b29785be805be44f0b5f8eccaf76d82d7493946806eafe5f_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:cf3bee6414a87e7f907d30047ded274c488239af5b1f43ed717ac2cede29df86_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:cf3bee6414a87e7f907d30047ded274c488239af5b1f43ed717ac2cede29df86_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cf3bee6414a87e7f907d30047ded274c488239af5b1f43ed717ac2cede29df86_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:40854e0833b6cdfedcf275cf716e58f3cbc5c44be313fb83ca3e909bd80d0b08_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:40854e0833b6cdfedcf275cf716e58f3cbc5c44be313fb83ca3e909bd80d0b08_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:40854e0833b6cdfedcf275cf716e58f3cbc5c44be313fb83ca3e909bd80d0b08_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:4d6a10dcda92c599f52977c71208222d166168b29da4eb4727c466e7eb53cdd1_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:4d6a10dcda92c599f52977c71208222d166168b29da4eb4727c466e7eb53cdd1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4d6a10dcda92c599f52977c71208222d166168b29da4eb4727c466e7eb53cdd1_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:7be4c5ff86b0e939ee9f22156812fb98d2f96c1eb4567ca8a6a01ea3aa735dcb_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:7be4c5ff86b0e939ee9f22156812fb98d2f96c1eb4567ca8a6a01ea3aa735dcb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7be4c5ff86b0e939ee9f22156812fb98d2f96c1eb4567ca8a6a01ea3aa735dcb_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-controller-manager-rhel9-operator@sha256:83bdc9fa5d3893a973794dd7162bf9564ecf68ce44814349a621cbc284b9e61c_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:83bdc9fa5d3893a973794dd7162bf9564ecf68ce44814349a621cbc284b9e61c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:83bdc9fa5d3893a973794dd7162bf9564ecf68ce44814349a621cbc284b9e61c_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-policy-controller-rhel9@sha256:993ba8c1dd84e486fc4084a7786934c356a9b12ae86155134fd1a1dc1e5e3f2f_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:993ba8c1dd84e486fc4084a7786934c356a9b12ae86155134fd1a1dc1e5e3f2f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:993ba8c1dd84e486fc4084a7786934c356a9b12ae86155134fd1a1dc1e5e3f2f_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:a64dfd96d3aacabc8f219d19e6d7eb0c1ac5b68b49eb93fcc973d76e67ef1d34_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:a64dfd96d3aacabc8f219d19e6d7eb0c1ac5b68b49eb93fcc973d76e67ef1d34_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a64dfd96d3aacabc8f219d19e6d7eb0c1ac5b68b49eb93fcc973d76e67ef1d34_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:ce306e2cdafabbaa29467e0cdbf316673d17180efb604e683a7fd1ed7181c6f9_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:ce306e2cdafabbaa29467e0cdbf316673d17180efb604e683a7fd1ed7181c6f9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:ce306e2cdafabbaa29467e0cdbf316673d17180efb604e683a7fd1ed7181c6f9_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:e6748814d950e6f5e370dec9cb7d557fbb0d29ad3620b567840770be826a601e_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:e6748814d950e6f5e370dec9cb7d557fbb0d29ad3620b567840770be826a601e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e6748814d950e6f5e370dec9cb7d557fbb0d29ad3620b567840770be826a601e_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-samples-rhel9-operator@sha256:04d418560f90c35b42be67886632615d62dc89cd37fcccb6e247212b535fbb7f_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-samples-rhel9-operator@sha256:04d418560f90c35b42be67886632615d62dc89cd37fcccb6e247212b535fbb7f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:04d418560f90c35b42be67886632615d62dc89cd37fcccb6e247212b535fbb7f_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-samples-rhel9-operator@sha256:40eaefc42c0f0b5adeb47bcd463c2e2a45e7f3af1c0fa4cb3fde9c5479660c4f_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-samples-rhel9-operator@sha256:40eaefc42c0f0b5adeb47bcd463c2e2a45e7f3af1c0fa4cb3fde9c5479660c4f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:40eaefc42c0f0b5adeb47bcd463c2e2a45e7f3af1c0fa4cb3fde9c5479660c4f_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-samples-rhel9-operator@sha256:545bc2a7b32276bec515f338aea3a2976c01cc787a559986646aa6fa26ad5f35_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-samples-rhel9-operator@sha256:545bc2a7b32276bec515f338aea3a2976c01cc787a559986646aa6fa26ad5f35_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:545bc2a7b32276bec515f338aea3a2976c01cc787a559986646aa6fa26ad5f35_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-samples-rhel9-operator@sha256:5a2653ccd5dc3f59a228ee8b936460575e1a392d12287661b1dc83a9f8210033_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-samples-rhel9-operator@sha256:5a2653ccd5dc3f59a228ee8b936460575e1a392d12287661b1dc83a9f8210033_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5a2653ccd5dc3f59a228ee8b936460575e1a392d12287661b1dc83a9f8210033_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:12e5e4ea4d19c4dcccb35dba161fdba8a703ba6331b11054e4664818737746a4_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:12e5e4ea4d19c4dcccb35dba161fdba8a703ba6331b11054e4664818737746a4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:12e5e4ea4d19c4dcccb35dba161fdba8a703ba6331b11054e4664818737746a4_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:180e817b55ebfd081fd0305f63b3e0539fe8d13d1ceb8428ea21e213779fd056_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:180e817b55ebfd081fd0305f63b3e0539fe8d13d1ceb8428ea21e213779fd056_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:180e817b55ebfd081fd0305f63b3e0539fe8d13d1ceb8428ea21e213779fd056_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:92e8693b9f6955f9862c8b576f5e32bffc3bc34232511fae0cbe57d705bfc53b_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:92e8693b9f6955f9862c8b576f5e32bffc3bc34232511fae0cbe57d705bfc53b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:92e8693b9f6955f9862c8b576f5e32bffc3bc34232511fae0cbe57d705bfc53b_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:e5b5d4750a3ffe24b1196255d4cfe15b21efd587a41736307ca8e4e61a4936fa_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:e5b5d4750a3ffe24b1196255d4cfe15b21efd587a41736307ca8e4e61a4936fa_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e5b5d4750a3ffe24b1196255d4cfe15b21efd587a41736307ca8e4e61a4936fa_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-update-keys-rhel9@sha256:2ca8a85fb07b431d97ca6a3e3c18f1cfaa20883c7076d6b5b4e6942b632f9aaa_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-update-keys-rhel9@sha256:2ca8a85fb07b431d97ca6a3e3c18f1cfaa20883c7076d6b5b4e6942b632f9aaa_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2ca8a85fb07b431d97ca6a3e3c18f1cfaa20883c7076d6b5b4e6942b632f9aaa_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-update-keys-rhel9@sha256:559af5a310f0923dcb4ef9389c51c98604cf44642a13e8ccb46225b4ca268580_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-update-keys-rhel9@sha256:559af5a310f0923dcb4ef9389c51c98604cf44642a13e8ccb46225b4ca268580_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:559af5a310f0923dcb4ef9389c51c98604cf44642a13e8ccb46225b4ca268580_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-update-keys-rhel9@sha256:ae056c9c8e0cdc6519ac1a9542781cd54ac2ac8881f513e965b57ce7d1e5ef2b_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-update-keys-rhel9@sha256:ae056c9c8e0cdc6519ac1a9542781cd54ac2ac8881f513e965b57ce7d1e5ef2b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ae056c9c8e0cdc6519ac1a9542781cd54ac2ac8881f513e965b57ce7d1e5ef2b_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-update-keys-rhel9@sha256:deb92b50d5948bae13db37a7046d9b212dbfd3ddb1063ff8a5e5467f0cab203c_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-update-keys-rhel9@sha256:deb92b50d5948bae13db37a7046d9b212dbfd3ddb1063ff8a5e5467f0cab203c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:deb92b50d5948bae13db37a7046d9b212dbfd3ddb1063ff8a5e5467f0cab203c_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:0c4f3cf84115f8c9b9bed6b2dd5d52316eb3a9e670fe6b9e28c2dbc350392e87_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:0c4f3cf84115f8c9b9bed6b2dd5d52316eb3a9e670fe6b9e28c2dbc350392e87_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0c4f3cf84115f8c9b9bed6b2dd5d52316eb3a9e670fe6b9e28c2dbc350392e87_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:1142ce3f8a3c1c2a1c7dba79ac2c3b276a45fc6271ad9df9e6a5d8684c36da2a_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:1142ce3f8a3c1c2a1c7dba79ac2c3b276a45fc6271ad9df9e6a5d8684c36da2a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1142ce3f8a3c1c2a1c7dba79ac2c3b276a45fc6271ad9df9e6a5d8684c36da2a_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-version-rhel9-operator@sha256:d9f2c021c17f1416e01ba31a8823b7a87724fd96d7ec99d494981842b5d452b6_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:d9f2c021c17f1416e01ba31a8823b7a87724fd96d7ec99d494981842b5d452b6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d9f2c021c17f1416e01ba31a8823b7a87724fd96d7ec99d494981842b5d452b6_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:f3aabf75e838b4a941f64a7a322768729059346d7578ecf5fe7ce27a71876fca_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:f3aabf75e838b4a941f64a7a322768729059346d7578ecf5fe7ce27a71876fca_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f3aabf75e838b4a941f64a7a322768729059346d7578ecf5fe7ce27a71876fca_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:6389373ccb2fbe1b6385ea21dac1c0ca918bf9d3889ad7a738de6be5d7ec4272_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:6389373ccb2fbe1b6385ea21dac1c0ca918bf9d3889ad7a738de6be5d7ec4272_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6389373ccb2fbe1b6385ea21dac1c0ca918bf9d3889ad7a738de6be5d7ec4272_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:6449fee9a31acc582bb85e0031312e3ff07d1f1843a1c6c410eb79cbbec1ceb4_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:6449fee9a31acc582bb85e0031312e3ff07d1f1843a1c6c410eb79cbbec1ceb4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6449fee9a31acc582bb85e0031312e3ff07d1f1843a1c6c410eb79cbbec1ceb4_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:751f007afae9f16527e9039aa95c2ee6efd2ee20afe3c083ba7298493d2406f3_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:751f007afae9f16527e9039aa95c2ee6efd2ee20afe3c083ba7298493d2406f3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:751f007afae9f16527e9039aa95c2ee6efd2ee20afe3c083ba7298493d2406f3_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:afc11a340e28d4100c31646b705e8db302f6b0a96ad3620e07391f02a70438f1_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:afc11a340e28d4100c31646b705e8db302f6b0a96ad3620e07391f02a70438f1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:afc11a340e28d4100c31646b705e8db302f6b0a96ad3620e07391f02a70438f1_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:0673d2034e7e5fb412a171939379da14e9269dad7bb53e83be7ecf8233b0b5a1_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:0673d2034e7e5fb412a171939379da14e9269dad7bb53e83be7ecf8233b0b5a1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0673d2034e7e5fb412a171939379da14e9269dad7bb53e83be7ecf8233b0b5a1_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:18f0345811215feda18d2b63f679ee870e76b33e9f61042d93edcf36fe97df95_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:18f0345811215feda18d2b63f679ee870e76b33e9f61042d93edcf36fe97df95_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:18f0345811215feda18d2b63f679ee870e76b33e9f61042d93edcf36fe97df95_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:a2d247eb696c80e02bc8c1873e8ee0fb71a1e5ad6cf5cd84bdf504f4fe17cb10_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:a2d247eb696c80e02bc8c1873e8ee0fb71a1e5ad6cf5cd84bdf504f4fe17cb10_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a2d247eb696c80e02bc8c1873e8ee0fb71a1e5ad6cf5cd84bdf504f4fe17cb10_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-operator@sha256:c342b14ff399c961ce05c1af127244b950b8e9d641ce8752f9d0f880ad7a672b_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:c342b14ff399c961ce05c1af127244b950b8e9d641ce8752f9d0f880ad7a672b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c342b14ff399c961ce05c1af127244b950b8e9d641ce8752f9d0f880ad7a672b_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@sha256:3d9fbc97d13987f28ca76b3e238b540492eddef0f302c2dd958c1b0d05e10941_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:3d9fbc97d13987f28ca76b3e238b540492eddef0f302c2dd958c1b0d05e10941_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:3d9fbc97d13987f28ca76b3e238b540492eddef0f302c2dd958c1b0d05e10941_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:47682d4e934d597aaa1e809011a69afe93936fc629ad3dd1ed76dc7b073f7ee2_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:47682d4e934d597aaa1e809011a69afe93936fc629ad3dd1ed76dc7b073f7ee2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:47682d4e934d597aaa1e809011a69afe93936fc629ad3dd1ed76dc7b073f7ee2_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@sha256:4e8d3460e04e85a3e01a578d492499376787c85f2840c97821f11213862239df_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:4e8d3460e04e85a3e01a578d492499376787c85f2840c97821f11213862239df_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:4e8d3460e04e85a3e01a578d492499376787c85f2840c97821f11213862239df_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:d7b99cad55a1e1d380d30d0d4a61bc5f0cbf3a87223efada3e69bd9b0741d3b5_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:d7b99cad55a1e1d380d30d0d4a61bc5f0cbf3a87223efada3e69bd9b0741d3b5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:d7b99cad55a1e1d380d30d0d4a61bc5f0cbf3a87223efada3e69bd9b0741d3b5_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:4849bfa8a48c7e7d264fc6ea9097fa9d33da25f75776619976e3204b42026cc8_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:4849bfa8a48c7e7d264fc6ea9097fa9d33da25f75776619976e3204b42026cc8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4849bfa8a48c7e7d264fc6ea9097fa9d33da25f75776619976e3204b42026cc8_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:4d7c3f5ce57c0aa25e13ba9484facd75c5a1dc3caaf9be4d0f273243e7ace327_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:4d7c3f5ce57c0aa25e13ba9484facd75c5a1dc3caaf9be4d0f273243e7ace327_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d7c3f5ce57c0aa25e13ba9484facd75c5a1dc3caaf9be4d0f273243e7ace327_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:78aef6c20ab3bf78eeb8b8a857ca2a24067d45cea0a070c44d3fcedc00d4efbe_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:78aef6c20ab3bf78eeb8b8a857ca2a24067d45cea0a070c44d3fcedc00d4efbe_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:78aef6c20ab3bf78eeb8b8a857ca2a24067d45cea0a070c44d3fcedc00d4efbe_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-container-networking-plugins-rhel9@sha256:7f33515dbca04230d98550ab638efa87389629fc7d913c8ec42e4b5bf8a772f2_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:7f33515dbca04230d98550ab638efa87389629fc7d913c8ec42e4b5bf8a772f2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7f33515dbca04230d98550ab638efa87389629fc7d913c8ec42e4b5bf8a772f2_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-coredns-rhel9@sha256:0251068577a1724dc777683dd189468ed77413b396614a117dac6b4320b8f01d_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:0251068577a1724dc777683dd189468ed77413b396614a117dac6b4320b8f01d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0251068577a1724dc777683dd189468ed77413b396614a117dac6b4320b8f01d_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:8812fd85c74fd67a95afe09c2ce5e7d592eec1e25fdc6fa331a8bd41bdde0cc6_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:8812fd85c74fd67a95afe09c2ce5e7d592eec1e25fdc6fa331a8bd41bdde0cc6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8812fd85c74fd67a95afe09c2ce5e7d592eec1e25fdc6fa331a8bd41bdde0cc6_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-coredns-rhel9@sha256:89e0a7e0fe060abb45a6f8e6ed1906053c09f95c252ca7813175903db61fbc99_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:89e0a7e0fe060abb45a6f8e6ed1906053c09f95c252ca7813175903db61fbc99_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:89e0a7e0fe060abb45a6f8e6ed1906053c09f95c252ca7813175903db61fbc99_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:c3674a8f28935f3140fad744b5a178a8346a9a7f79f6c281561d2877b38c4ca9_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:c3674a8f28935f3140fad744b5a178a8346a9a7f79f6c281561d2877b38c4ca9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c3674a8f28935f3140fad744b5a178a8346a9a7f79f6c281561d2877b38c4ca9_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:13bc0d4f7d4508fafca5a3bc61b6449a056e277da131e753c06cbc1bb7781b27_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:13bc0d4f7d4508fafca5a3bc61b6449a056e277da131e753c06cbc1bb7781b27_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:13bc0d4f7d4508fafca5a3bc61b6449a056e277da131e753c06cbc1bb7781b27_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:993a2a0b3f84e071560f6fc1a3ac243fa745ae9a7ab15febbe1385437dbd3ad8_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:993a2a0b3f84e071560f6fc1a3ac243fa745ae9a7ab15febbe1385437dbd3ad8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:993a2a0b3f84e071560f6fc1a3ac243fa745ae9a7ab15febbe1385437dbd3ad8_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:80fc518199cd3a1ad421b142661f0a85679b12b69d0afe580fe60eb6a13ddad4_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:80fc518199cd3a1ad421b142661f0a85679b12b69d0afe580fe60eb6a13ddad4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:80fc518199cd3a1ad421b142661f0a85679b12b69d0afe580fe60eb6a13ddad4_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:f069665c66c19d9775b70a31aa7a1069bc653691f6abf106a88b2ceb8c0e1ec6_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:f069665c66c19d9775b70a31aa7a1069bc653691f6abf106a88b2ceb8c0e1ec6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f069665c66c19d9775b70a31aa7a1069bc653691f6abf106a88b2ceb8c0e1ec6_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:13ef0c0585b01c56b865e029d029a553b458fd2d3d0204eb6dfba1bcaa11ac3c_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:13ef0c0585b01c56b865e029d029a553b458fd2d3d0204eb6dfba1bcaa11ac3c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:13ef0c0585b01c56b865e029d029a553b458fd2d3d0204eb6dfba1bcaa11ac3c_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:599d33b55e88212202b15f4344f7a18dee4f4504b3739d6ec99414d05bcde2b7_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:599d33b55e88212202b15f4344f7a18dee4f4504b3739d6ec99414d05bcde2b7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:599d33b55e88212202b15f4344f7a18dee4f4504b3739d6ec99414d05bcde2b7_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-attacher-rhel9@sha256:45a751f1f0540505bea087d3ea9e6ba798e89d5deb772cf8e401caeb3816a563_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:45a751f1f0540505bea087d3ea9e6ba798e89d5deb772cf8e401caeb3816a563_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a751f1f0540505bea087d3ea9e6ba798e89d5deb772cf8e401caeb3816a563_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:4c26bc366b267d444f448a4d7bd5a0d26f84bea653c14b261a829669d888cf88_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:4c26bc366b267d444f448a4d7bd5a0d26f84bea653c14b261a829669d888cf88_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4c26bc366b267d444f448a4d7bd5a0d26f84bea653c14b261a829669d888cf88_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-attacher-rhel9@sha256:8b67087a584a2d952a6e80572686412cc8ea01f03ec8d70b56cb8a24a0c5a3c0_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:8b67087a584a2d952a6e80572686412cc8ea01f03ec8d70b56cb8a24a0c5a3c0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8b67087a584a2d952a6e80572686412cc8ea01f03ec8d70b56cb8a24a0c5a3c0_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:ac1123e890f0aee159c9105e26e1f1ed3ba5eb3ea66b422b281c3e9465401c5c_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:ac1123e890f0aee159c9105e26e1f1ed3ba5eb3ea66b422b281c3e9465401c5c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ac1123e890f0aee159c9105e26e1f1ed3ba5eb3ea66b422b281c3e9465401c5c_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:0dac7821ce2a3a5a180f53f381d9e61484cd8c5efab3c9a7dcc70b5783421b64_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:0dac7821ce2a3a5a180f53f381d9e61484cd8c5efab3c9a7dcc70b5783421b64_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0dac7821ce2a3a5a180f53f381d9e61484cd8c5efab3c9a7dcc70b5783421b64_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:6b30b39205367ec985c4a9d948e71d378b9483689c3ea179cd0f2476b9bfaa1c_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:6b30b39205367ec985c4a9d948e71d378b9483689c3ea179cd0f2476b9bfaa1c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6b30b39205367ec985c4a9d948e71d378b9483689c3ea179cd0f2476b9bfaa1c_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:de903677bccf645889ff7968ebbc052b14273329c0765f7faa53b0ca815d6899_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:de903677bccf645889ff7968ebbc052b14273329c0765f7faa53b0ca815d6899_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:de903677bccf645889ff7968ebbc052b14273329c0765f7faa53b0ca815d6899_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:f8392be7a6f5223930d53ed6d127faf727489b8f5ebbbda6b6b437c529e3c812_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:f8392be7a6f5223930d53ed6d127faf727489b8f5ebbbda6b6b437c529e3c812_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f8392be7a6f5223930d53ed6d127faf727489b8f5ebbbda6b6b437c529e3c812_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:02ac68c83db9dc50cf6280a418eed9261dd2182bbf51d16fd143519e49960b17_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:02ac68c83db9dc50cf6280a418eed9261dd2182bbf51d16fd143519e49960b17_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:02ac68c83db9dc50cf6280a418eed9261dd2182bbf51d16fd143519e49960b17_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-resizer-rhel9@sha256:3746261c5d4744b13d4704c822fd62ce1f486010176fdb3bf95512c72eece73f_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:3746261c5d4744b13d4704c822fd62ce1f486010176fdb3bf95512c72eece73f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3746261c5d4744b13d4704c822fd62ce1f486010176fdb3bf95512c72eece73f_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:85e34da00bd6d290c04d8eac32f39db59b5f50fceee9b248b2cbe27bcf0e7e5a_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:85e34da00bd6d290c04d8eac32f39db59b5f50fceee9b248b2cbe27bcf0e7e5a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:85e34da00bd6d290c04d8eac32f39db59b5f50fceee9b248b2cbe27bcf0e7e5a_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:c343b119edf863e179df865ccde0b665b87087d78b20919aa5726d8fd240b344_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:c343b119edf863e179df865ccde0b665b87087d78b20919aa5726d8fd240b344_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c343b119edf863e179df865ccde0b665b87087d78b20919aa5726d8fd240b344_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:2026fc52aab5a6d7766511080699112f32ae4576108ff95b0eefc5d807a14f25_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:2026fc52aab5a6d7766511080699112f32ae4576108ff95b0eefc5d807a14f25_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2026fc52aab5a6d7766511080699112f32ae4576108ff95b0eefc5d807a14f25_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:21b5298172f4de1e0074c4abf5e4abf27e8adc02bbf7ee49bd3388f7127d4901_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:21b5298172f4de1e0074c4abf5e4abf27e8adc02bbf7ee49bd3388f7127d4901_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:21b5298172f4de1e0074c4abf5e4abf27e8adc02bbf7ee49bd3388f7127d4901_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:42f8af9bf66ea72846b7f7e57652725c31b01fc4a8d39ff7e7882075438c521f_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:42f8af9bf66ea72846b7f7e57652725c31b01fc4a8d39ff7e7882075438c521f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:42f8af9bf66ea72846b7f7e57652725c31b01fc4a8d39ff7e7882075438c521f_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:9c5711087546b1ba7cefab267b8aa30b54ecde5926f009518cf0db974ff84c3d_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:9c5711087546b1ba7cefab267b8aa30b54ecde5926f009518cf0db974ff84c3d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9c5711087546b1ba7cefab267b8aa30b54ecde5926f009518cf0db974ff84c3d_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:373c4b7507a978e3dd62e9ea629d1e397b1f1db682e11ada1bfe5a0b45afc782_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:373c4b7507a978e3dd62e9ea629d1e397b1f1db682e11ada1bfe5a0b45afc782_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:373c4b7507a978e3dd62e9ea629d1e397b1f1db682e11ada1bfe5a0b45afc782_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:3be306649df2fa3cc9f30e60ed5d947fb0678b0231b617eafd3b1593d10feec5_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:3be306649df2fa3cc9f30e60ed5d947fb0678b0231b617eafd3b1593d10feec5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3be306649df2fa3cc9f30e60ed5d947fb0678b0231b617eafd3b1593d10feec5_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:5b01a896101a5189740f84cb1a83edefdb0dc00288dde725ddd0e95480f8e1c1_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:5b01a896101a5189740f84cb1a83edefdb0dc00288dde725ddd0e95480f8e1c1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5b01a896101a5189740f84cb1a83edefdb0dc00288dde725ddd0e95480f8e1c1_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:961dd87e559779e6338a4d3d35c96c0ce6ff7cb9634ce32d4bf848032f4a2fb7_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:961dd87e559779e6338a4d3d35c96c0ce6ff7cb9634ce32d4bf848032f4a2fb7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:961dd87e559779e6338a4d3d35c96c0ce6ff7cb9634ce32d4bf848032f4a2fb7_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:8799db20cca7be653bae6b8ac5adc1d628094eababe740beb5dbc27e05346872_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:8799db20cca7be653bae6b8ac5adc1d628094eababe740beb5dbc27e05346872_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8799db20cca7be653bae6b8ac5adc1d628094eababe740beb5dbc27e05346872_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:a36c2b308515a293cbcf265af68ecebf498739e74ef11016d5c0edd3cf47c4e7_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:a36c2b308515a293cbcf265af68ecebf498739e74ef11016d5c0edd3cf47c4e7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a36c2b308515a293cbcf265af68ecebf498739e74ef11016d5c0edd3cf47c4e7_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-livenessprobe-rhel9@sha256:b86631d6601578548af20a28d132a0503fe118f53d7596a5632ed24ec5a9931f_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:b86631d6601578548af20a28d132a0503fe118f53d7596a5632ed24ec5a9931f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b86631d6601578548af20a28d132a0503fe118f53d7596a5632ed24ec5a9931f_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:e867bd8b76b5bc1438a7be88a30fa7707edbb1909920a1d4d1d0da0ddbebdb40_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:e867bd8b76b5bc1438a7be88a30fa7707edbb1909920a1d4d1d0da0ddbebdb40_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e867bd8b76b5bc1438a7be88a30fa7707edbb1909920a1d4d1d0da0ddbebdb40_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-node-driver-registrar-rhel9@sha256:313074950c6dec37d29a9722b58ddc951aaf67c27b47568039f29f02f2523128_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:313074950c6dec37d29a9722b58ddc951aaf67c27b47568039f29f02f2523128_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:313074950c6dec37d29a9722b58ddc951aaf67c27b47568039f29f02f2523128_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-node-driver-registrar-rhel9@sha256:43618db20e6f592602096897bc89eaf3c58490a362e91e3299e20bb2a02827d9_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:43618db20e6f592602096897bc89eaf3c58490a362e91e3299e20bb2a02827d9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:43618db20e6f592602096897bc89eaf3c58490a362e91e3299e20bb2a02827d9_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:705f4db2e969d23205de87db1bd7dc8eb1ade64a76940fad950fd1a214dde6e5_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:705f4db2e969d23205de87db1bd7dc8eb1ade64a76940fad950fd1a214dde6e5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:705f4db2e969d23205de87db1bd7dc8eb1ade64a76940fad950fd1a214dde6e5_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:d2d5ee5893ae16784051d9526c1feeee3c641fc3e6f337ba807744551c00ffa5_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:d2d5ee5893ae16784051d9526c1feeee3c641fc3e6f337ba807744551c00ffa5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d2d5ee5893ae16784051d9526c1feeee3c641fc3e6f337ba807744551c00ffa5_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:6ae5cfd48e788096162bc4517f0466bf526f16c84bb61072886a64842856c5b1_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:6ae5cfd48e788096162bc4517f0466bf526f16c84bb61072886a64842856c5b1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6ae5cfd48e788096162bc4517f0466bf526f16c84bb61072886a64842856c5b1_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:8004e7284c63cc32a05f6de732791416d57d62db041ede2829d4797139094292_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:8004e7284c63cc32a05f6de732791416d57d62db041ede2829d4797139094292_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8004e7284c63cc32a05f6de732791416d57d62db041ede2829d4797139094292_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:8137c3932f344ce587769bff04355ad405b6ff27009bf23a221ba52f3da56e1d_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:8137c3932f344ce587769bff04355ad405b6ff27009bf23a221ba52f3da56e1d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8137c3932f344ce587769bff04355ad405b6ff27009bf23a221ba52f3da56e1d_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-snapshot-controller-rhel9@sha256:ef15235cf21f0fbfea74089f75471b483a98c920b65676bb6199c155fb61e929_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:ef15235cf21f0fbfea74089f75471b483a98c920b65676bb6199c155fb61e929_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ef15235cf21f0fbfea74089f75471b483a98c920b65676bb6199c155fb61e929_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:149cca2af3f89c7d1e105de81bbd098c66be5687f18a584b644f21d0be20f414_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:149cca2af3f89c7d1e105de81bbd098c66be5687f18a584b644f21d0be20f414_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:149cca2af3f89c7d1e105de81bbd098c66be5687f18a584b644f21d0be20f414_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-deployer-rhel9@sha256:33fc93d5cd30760383da666e8effb6ed32f4c8f2668da36677e98c1801ef4f5c_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:33fc93d5cd30760383da666e8effb6ed32f4c8f2668da36677e98c1801ef4f5c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:33fc93d5cd30760383da666e8effb6ed32f4c8f2668da36677e98c1801ef4f5c_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:f9c1ee7f72c926c45cd76c12046b867d9efd7c3c381f34afeeb9b6e97751175b_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:f9c1ee7f72c926c45cd76c12046b867d9efd7c3c381f34afeeb9b6e97751175b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f9c1ee7f72c926c45cd76c12046b867d9efd7c3c381f34afeeb9b6e97751175b_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:fcfbae71f81307789bec93987c4523700c191a66663ce53e4009c5e0a8627826_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:fcfbae71f81307789bec93987c4523700c191a66663ce53e4009c5e0a8627826_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fcfbae71f81307789bec93987c4523700c191a66663ce53e4009c5e0a8627826_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:04fe8c19bee4b629ee7f18a13dc0b7f49d6a4b6e19d204de90b6b2240b0f875e_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:04fe8c19bee4b629ee7f18a13dc0b7f49d6a4b6e19d204de90b6b2240b0f875e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:04fe8c19bee4b629ee7f18a13dc0b7f49d6a4b6e19d204de90b6b2240b0f875e_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:5c9662139f98817aafe153a43f700399781d079390d5ad23d3b70fd6ac5d370f_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:5c9662139f98817aafe153a43f700399781d079390d5ad23d3b70fd6ac5d370f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5c9662139f98817aafe153a43f700399781d079390d5ad23d3b70fd6ac5d370f_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:d1147830f896fd229aadd2b766fbb4c8102b35a8edd4d8bbeef4928d89cdbbfa_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:d1147830f896fd229aadd2b766fbb4c8102b35a8edd4d8bbeef4928d89cdbbfa_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d1147830f896fd229aadd2b766fbb4c8102b35a8edd4d8bbeef4928d89cdbbfa_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:dfd0cdc29bca0a2239ef203fe7b58efd97ed4e72daed6609e22b20babda395fb_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:dfd0cdc29bca0a2239ef203fe7b58efd97ed4e72daed6609e22b20babda395fb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:dfd0cdc29bca0a2239ef203fe7b58efd97ed4e72daed6609e22b20babda395fb_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:5a9889308bcd1c3981072c83d44206d0c3feff059e0a2029d49adcb974674c95_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:5a9889308bcd1c3981072c83d44206d0c3feff059e0a2029d49adcb974674c95_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5a9889308bcd1c3981072c83d44206d0c3feff059e0a2029d49adcb974674c95_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:7a715c7e2a8f54ccee42abf122b0028ed19705f401248d8c38f785d960f1b116_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:7a715c7e2a8f54ccee42abf122b0028ed19705f401248d8c38f785d960f1b116_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7a715c7e2a8f54ccee42abf122b0028ed19705f401248d8c38f785d960f1b116_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:a67de487534d03cdfc180af9d235edb21c5cb71e1224bb5041fcf2b9a428732f_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:a67de487534d03cdfc180af9d235edb21c5cb71e1224bb5041fcf2b9a428732f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a67de487534d03cdfc180af9d235edb21c5cb71e1224bb5041fcf2b9a428732f_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-registry-rhel9@sha256:b3780d23a2c384ecef73c806cb20d7f97bcd11c12b6392c781c0deb7ceb55df8_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:b3780d23a2c384ecef73c806cb20d7f97bcd11c12b6392c781c0deb7ceb55df8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:b3780d23a2c384ecef73c806cb20d7f97bcd11c12b6392c781c0deb7ceb55df8_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:48b5d06ac4b35c2a7bca3ba2abc39e3af1eaf4ecb19c720d9b6e46b066318414_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:48b5d06ac4b35c2a7bca3ba2abc39e3af1eaf4ecb19c720d9b6e46b066318414_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:48b5d06ac4b35c2a7bca3ba2abc39e3af1eaf4ecb19c720d9b6e46b066318414_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:a6d7d7df9078e9d1cb0f12f9ceac12c96bf2cea03a9085b23c3e4af6a456b51d_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:a6d7d7df9078e9d1cb0f12f9ceac12c96bf2cea03a9085b23c3e4af6a456b51d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a6d7d7df9078e9d1cb0f12f9ceac12c96bf2cea03a9085b23c3e4af6a456b51d_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:b757d11e5dc51a5822d9e30e97ac142cf004fffce87ba2e58b8d62926127664a_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:b757d11e5dc51a5822d9e30e97ac142cf004fffce87ba2e58b8d62926127664a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b757d11e5dc51a5822d9e30e97ac142cf004fffce87ba2e58b8d62926127664a_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:e61ed19beaf8352dcfd4b9478335a364263cb9839f27140a634a217d87d331e5_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:e61ed19beaf8352dcfd4b9478335a364263cb9839f27140a634a217d87d331e5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e61ed19beaf8352dcfd4b9478335a364263cb9839f27140a634a217d87d331e5_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-cloud-controller-manager-rhel9@sha256:93baf08acbc6875eb2b665a9ef3601ca34b76767cd70a172dac7237f21b6958c_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:93baf08acbc6875eb2b665a9ef3601ca34b76767cd70a172dac7237f21b6958c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93baf08acbc6875eb2b665a9ef3601ca34b76767cd70a172dac7237f21b6958c_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-cloud-controller-manager-rhel9@sha256:a5f2c2debb51b8aa926ede417cf9fa0e4ebaac4f5bf9e770db55a25902a4a3b6_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:a5f2c2debb51b8aa926ede417cf9fa0e4ebaac4f5bf9e770db55a25902a4a3b6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a5f2c2debb51b8aa926ede417cf9fa0e4ebaac4f5bf9e770db55a25902a4a3b6_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:dc97d5c1aa80515080b2b4d16fb08ee4733a9347eebc8427f10b7e70582464ab_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:dc97d5c1aa80515080b2b4d16fb08ee4733a9347eebc8427f10b7e70582464ab_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:dc97d5c1aa80515080b2b4d16fb08ee4733a9347eebc8427f10b7e70582464ab_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-cluster-api-controllers-rhel9@sha256:cc1559af0d7be472ae46be4552fb41e81ad804d73d1444b92cae4485118c6773_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:cc1559af0d7be472ae46be4552fb41e81ad804d73d1444b92cae4485118c6773_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cc1559af0d7be472ae46be4552fb41e81ad804d73d1444b92cae4485118c6773_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:cfd5513afd8b2b5e22d5e384a7f769f9c04709d853feb2f91ef667d804cf9a7e_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:cfd5513afd8b2b5e22d5e384a7f769f9c04709d853feb2f91ef667d804cf9a7e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cfd5513afd8b2b5e22d5e384a7f769f9c04709d853feb2f91ef667d804cf9a7e_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-cluster-api-controllers-rhel9@sha256:febf2fb95748ed0c440e6acb72c40d609ae7587b2665cfd7145c878a2a0b5783_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:febf2fb95748ed0c440e6acb72c40d609ae7587b2665cfd7145c878a2a0b5783_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:febf2fb95748ed0c440e6acb72c40d609ae7587b2665cfd7145c878a2a0b5783_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-operator-rhel9@sha256:1728f980f3ebba7e48bc0e8cad114db1e0c06f692638764e30ab990f45c637af_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:1728f980f3ebba7e48bc0e8cad114db1e0c06f692638764e30ab990f45c637af_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1728f980f3ebba7e48bc0e8cad114db1e0c06f692638764e30ab990f45c637af_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:41508513986b369c2f89c64af84b3980b16bd2432130fb122d8c1346f0602894_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:41508513986b369c2f89c64af84b3980b16bd2432130fb122d8c1346f0602894_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:41508513986b369c2f89c64af84b3980b16bd2432130fb122d8c1346f0602894_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:650f08f62aeea4bc954e69ed88a9f2f14d3c8f733c155d113c0c58b7154fec4b_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:650f08f62aeea4bc954e69ed88a9f2f14d3c8f733c155d113c0c58b7154fec4b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:650f08f62aeea4bc954e69ed88a9f2f14d3c8f733c155d113c0c58b7154fec4b_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:016fc7e804acce7a8b8df0a02bec320c32f9ce6224ae67598a63992219a77516_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:016fc7e804acce7a8b8df0a02bec320c32f9ce6224ae67598a63992219a77516_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:016fc7e804acce7a8b8df0a02bec320c32f9ce6224ae67598a63992219a77516_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:081f9cfabc57aaf4d19df8b496613d8aff54ceb265634c904ec7765c810b4553_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:081f9cfabc57aaf4d19df8b496613d8aff54ceb265634c904ec7765c810b4553_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:081f9cfabc57aaf4d19df8b496613d8aff54ceb265634c904ec7765c810b4553_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:6da3ef092cde7fbaeee01c5d6bb0ca5d52af3ed8de458ecd3001bb96262c1ab4_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:6da3ef092cde7fbaeee01c5d6bb0ca5d52af3ed8de458ecd3001bb96262c1ab4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6da3ef092cde7fbaeee01c5d6bb0ca5d52af3ed8de458ecd3001bb96262c1ab4_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:035d07364444ea963d64515420fa4005adf82c44b575555a074149f67db50567_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:035d07364444ea963d64515420fa4005adf82c44b575555a074149f67db50567_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:035d07364444ea963d64515420fa4005adf82c44b575555a074149f67db50567_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:4e09fb0bd709d53a0abc6326905cc43ee36e6e4ec5e20108efd1ffe585b1f2de_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:4e09fb0bd709d53a0abc6326905cc43ee36e6e4ec5e20108efd1ffe585b1f2de_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4e09fb0bd709d53a0abc6326905cc43ee36e6e4ec5e20108efd1ffe585b1f2de_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:53a5f81aefcdd57ba33c57c02941803a072ef3f1b8467baa3c53c7e073a9ea96_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:53a5f81aefcdd57ba33c57c02941803a072ef3f1b8467baa3c53c7e073a9ea96_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:53a5f81aefcdd57ba33c57c02941803a072ef3f1b8467baa3c53c7e073a9ea96_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:cb3d2ccb57987217c75079a9c10f230f6a7de9ba3b0fbd87d8d3d5c71f8c94b0_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:cb3d2ccb57987217c75079a9c10f230f6a7de9ba3b0fbd87d8d3d5c71f8c94b0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:cb3d2ccb57987217c75079a9c10f230f6a7de9ba3b0fbd87d8d3d5c71f8c94b0_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-haproxy-router-rhel9@sha256:3472a8147e06452751999ae2d041063907f275ecf429dcdcfdce88c8a19a17da_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-haproxy-router-rhel9@sha256:3472a8147e06452751999ae2d041063907f275ecf429dcdcfdce88c8a19a17da_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3472a8147e06452751999ae2d041063907f275ecf429dcdcfdce88c8a19a17da_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-haproxy-router-rhel9@sha256:61155741778188324e0616274f067ec36723d0fb81d84e9715f72ffecfbc92ca_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-haproxy-router-rhel9@sha256:61155741778188324e0616274f067ec36723d0fb81d84e9715f72ffecfbc92ca_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:61155741778188324e0616274f067ec36723d0fb81d84e9715f72ffecfbc92ca_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-haproxy-router-rhel9@sha256:adfe8cb84a5f0a241fe69ec532b7092a10cc274cc3aac2b86f33ac8e725ab2d8_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-haproxy-router-rhel9@sha256:adfe8cb84a5f0a241fe69ec532b7092a10cc274cc3aac2b86f33ac8e725ab2d8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:adfe8cb84a5f0a241fe69ec532b7092a10cc274cc3aac2b86f33ac8e725ab2d8_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-haproxy-router-rhel9@sha256:e704c70226ec4986c16166ba1ca54b908d1b6d9ddd47640bd5ab6d292f977508_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-haproxy-router-rhel9@sha256:e704c70226ec4986c16166ba1ca54b908d1b6d9ddd47640bd5ab6d292f977508_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e704c70226ec4986c16166ba1ca54b908d1b6d9ddd47640bd5ab6d292f977508_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:1d63a1d7ba183c49c69a6ffe5a4584de5282029b0b2c2f3484b4f4431e2ce954_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:1d63a1d7ba183c49c69a6ffe5a4584de5282029b0b2c2f3484b4f4431e2ce954_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1d63a1d7ba183c49c69a6ffe5a4584de5282029b0b2c2f3484b4f4431e2ce954_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:441db8762a583090cf4325377b0ee75838452a601732bccf4dbc57f26f6a1a90_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:441db8762a583090cf4325377b0ee75838452a601732bccf4dbc57f26f6a1a90_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:441db8762a583090cf4325377b0ee75838452a601732bccf4dbc57f26f6a1a90_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-hyperkube-rhel9@sha256:c5c52612378ce1f2577314e5723642237c9a361506c448ca80d2a0b56666a1f3_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:c5c52612378ce1f2577314e5723642237c9a361506c448ca80d2a0b56666a1f3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c5c52612378ce1f2577314e5723642237c9a361506c448ca80d2a0b56666a1f3_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:d3b9843a117d6a6ae28222951e1a556d3888ceab2ff75a082a06343c8030a5ed_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:d3b9843a117d6a6ae28222951e1a556d3888ceab2ff75a082a06343c8030a5ed_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3b9843a117d6a6ae28222951e1a556d3888ceab2ff75a082a06343c8030a5ed_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:236fa2dfd935db687e786cf827d88210c2f586d2d1a93e610861995908bf2587_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:236fa2dfd935db687e786cf827d88210c2f586d2d1a93e610861995908bf2587_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:236fa2dfd935db687e786cf827d88210c2f586d2d1a93e610861995908bf2587_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:647704923828c83c6ed3810e3c4d7456fcbe378516dabfac30f203a3bd3634b2_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:647704923828c83c6ed3810e3c4d7456fcbe378516dabfac30f203a3bd3634b2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:647704923828c83c6ed3810e3c4d7456fcbe378516dabfac30f203a3bd3634b2_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:7638d755fde7fe6d3c004a6f0f7c761a9fdb75a3541f19a792c3cf8e8bf473d3_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:7638d755fde7fe6d3c004a6f0f7c761a9fdb75a3541f19a792c3cf8e8bf473d3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7638d755fde7fe6d3c004a6f0f7c761a9fdb75a3541f19a792c3cf8e8bf473d3_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:d2eaa5b8ad9464732265b84128b5280d725feabb2d4b4cef0178a317add66c39_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:d2eaa5b8ad9464732265b84128b5280d725feabb2d4b4cef0178a317add66c39_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d2eaa5b8ad9464732265b84128b5280d725feabb2d4b4cef0178a317add66c39_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-ibm-cloud-controller-manager-rhel9@sha256:b659f5c6da6f73bcf8b2850f0172358816bd68fca721b65a9a70569a94bc90d7_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:b659f5c6da6f73bcf8b2850f0172358816bd68fca721b65a9a70569a94bc90d7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b659f5c6da6f73bcf8b2850f0172358816bd68fca721b65a9a70569a94bc90d7_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:cc867d49602a6ada5de7a783136b6463c4d9adee9877ae1966c016a08ee8e87a_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:cc867d49602a6ada5de7a783136b6463c4d9adee9877ae1966c016a08ee8e87a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cc867d49602a6ada5de7a783136b6463c4d9adee9877ae1966c016a08ee8e87a_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:6fa614240bbc1932f65f8cc9215d2baccc05dd1cd5586fd308c44d8a94447a45_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:6fa614240bbc1932f65f8cc9215d2baccc05dd1cd5586fd308c44d8a94447a45_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:6fa614240bbc1932f65f8cc9215d2baccc05dd1cd5586fd308c44d8a94447a45_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:e85e957fc16a36b5964613a99fec1e7299db9bc63edd86ef965d879a081b64bc_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:e85e957fc16a36b5964613a99fec1e7299db9bc63edd86ef965d879a081b64bc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e85e957fc16a36b5964613a99fec1e7299db9bc63edd86ef965d879a081b64bc_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:14b02010250fe10ca57b2dfe1046641aeac31f92e5691c067b3990383967f0a6_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:14b02010250fe10ca57b2dfe1046641aeac31f92e5691c067b3990383967f0a6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:14b02010250fe10ca57b2dfe1046641aeac31f92e5691c067b3990383967f0a6_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:b6b13d29b1cb9c9bcf97f2daa289669bbd9ea501430e51652bca3d50f787f23f_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:b6b13d29b1cb9c9bcf97f2daa289669bbd9ea501430e51652bca3d50f787f23f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b6b13d29b1cb9c9bcf97f2daa289669bbd9ea501430e51652bca3d50f787f23f_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:a8ab293c4f3c6bc251bc91466b7586e5499b6e198cff46e50f6a65d97df60f7b_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:a8ab293c4f3c6bc251bc91466b7586e5499b6e198cff46e50f6a65d97df60f7b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a8ab293c4f3c6bc251bc91466b7586e5499b6e198cff46e50f6a65d97df60f7b_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:c5d781c35cda14ab70d4a5bde3bf72df0a3956f5cb159645e5337095bb71c5ca_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:c5d781c35cda14ab70d4a5bde3bf72df0a3956f5cb159645e5337095bb71c5ca_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c5d781c35cda14ab70d4a5bde3bf72df0a3956f5cb159645e5337095bb71c5ca_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:fadba956181755cedd19d3d5b5ee3da0222daa1dc609b629c900a0052a4cbd8b_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:fadba956181755cedd19d3d5b5ee3da0222daa1dc609b629c900a0052a4cbd8b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fadba956181755cedd19d3d5b5ee3da0222daa1dc609b629c900a0052a4cbd8b_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:2719589f19df23634ec3f6b578f3fd2e827440675b72a69b89c9d78b1310f98d_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:2719589f19df23634ec3f6b578f3fd2e827440675b72a69b89c9d78b1310f98d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:2719589f19df23634ec3f6b578f3fd2e827440675b72a69b89c9d78b1310f98d_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:e1fe563643282c027ea829274a1945458cdc5d079bf2a2b7b0a9982a5cc3720e_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:e1fe563643282c027ea829274a1945458cdc5d079bf2a2b7b0a9982a5cc3720e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e1fe563643282c027ea829274a1945458cdc5d079bf2a2b7b0a9982a5cc3720e_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:28d64f60c216f77e3e006012a403671463b9dd90095e19ff2dd027def6abb511_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:28d64f60c216f77e3e006012a403671463b9dd90095e19ff2dd027def6abb511_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:28d64f60c216f77e3e006012a403671463b9dd90095e19ff2dd027def6abb511_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:6d681aac67e08e2ecca32415dddeb47df6191a99f7a8d7bc3bf1697c6a26c1af_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:6d681aac67e08e2ecca32415dddeb47df6191a99f7a8d7bc3bf1697c6a26c1af_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6d681aac67e08e2ecca32415dddeb47df6191a99f7a8d7bc3bf1697c6a26c1af_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:0d31a90914ea716508caf180e30fb682cdd8066da7a0a31752be9d86ec9c777c_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:0d31a90914ea716508caf180e30fb682cdd8066da7a0a31752be9d86ec9c777c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0d31a90914ea716508caf180e30fb682cdd8066da7a0a31752be9d86ec9c777c_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:3ef5a3798abfd3d9ec1b6ebabf3ceb32fa4057072b2670793ca119f556c0897f_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:3ef5a3798abfd3d9ec1b6ebabf3ceb32fa4057072b2670793ca119f556c0897f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3ef5a3798abfd3d9ec1b6ebabf3ceb32fa4057072b2670793ca119f556c0897f_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:e2c62e4b87e0536d15ed8b4f2905930a750f770d5c6d0168de6291d92c51f9a9_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:e2c62e4b87e0536d15ed8b4f2905930a750f770d5c6d0168de6291d92c51f9a9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e2c62e4b87e0536d15ed8b4f2905930a750f770d5c6d0168de6291d92c51f9a9_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-insights-rhel9-operator@sha256:ef5f4d7e3c872acbc4ee48bc91b5835dfef66a698287a95836344c1587ccca69_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:ef5f4d7e3c872acbc4ee48bc91b5835dfef66a698287a95836344c1587ccca69_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ef5f4d7e3c872acbc4ee48bc91b5835dfef66a698287a95836344c1587ccca69_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:4f5f049eb01192eaca548f3585845ed6a530934d2eaeb422fc78b657cabb1f57_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:4f5f049eb01192eaca548f3585845ed6a530934d2eaeb422fc78b657cabb1f57_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f5f049eb01192eaca548f3585845ed6a530934d2eaeb422fc78b657cabb1f57_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:740b0d9392c76e433ebb7762e57f156a0e2ea1db37ddaed2c5b8044ca092a357_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:740b0d9392c76e433ebb7762e57f156a0e2ea1db37ddaed2c5b8044ca092a357_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:740b0d9392c76e433ebb7762e57f156a0e2ea1db37ddaed2c5b8044ca092a357_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:da9ebcef147e8d9e84848454fe2b8e259bb549bf0de88ee960fb48f6c8051060_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:da9ebcef147e8d9e84848454fe2b8e259bb549bf0de88ee960fb48f6c8051060_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:da9ebcef147e8d9e84848454fe2b8e259bb549bf0de88ee960fb48f6c8051060_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:e8f942ece24d15ce0c4a31f731f2060b6e3874a2f486b2dd255c773fb1a55f46_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:e8f942ece24d15ce0c4a31f731f2060b6e3874a2f486b2dd255c773fb1a55f46_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e8f942ece24d15ce0c4a31f731f2060b6e3874a2f486b2dd255c773fb1a55f46_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:1b4fa4d6ee3081f39e54b4f910100d210da682dbb0f308f08107ac44e7338d3b_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:1b4fa4d6ee3081f39e54b4f910100d210da682dbb0f308f08107ac44e7338d3b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1b4fa4d6ee3081f39e54b4f910100d210da682dbb0f308f08107ac44e7338d3b_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:571a51e1eca0f31f273be8cff7ff115bdf192e14f5d510705ab7ed423fd5d9e4_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:571a51e1eca0f31f273be8cff7ff115bdf192e14f5d510705ab7ed423fd5d9e4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:571a51e1eca0f31f273be8cff7ff115bdf192e14f5d510705ab7ed423fd5d9e4_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-rhel9@sha256:6dc96b2e8156e7e42f758cc28302a2e94e8b3888970d03a780b1732375e728fe_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:6dc96b2e8156e7e42f758cc28302a2e94e8b3888970d03a780b1732375e728fe_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6dc96b2e8156e7e42f758cc28302a2e94e8b3888970d03a780b1732375e728fe_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:b91654b9aaa85e13d262d21b949b1a96b386f202524c2e8d52ecb66c279eca8d_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:b91654b9aaa85e13d262d21b949b1a96b386f202524c2e8d52ecb66c279eca8d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b91654b9aaa85e13d262d21b949b1a96b386f202524c2e8d52ecb66c279eca8d_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:a677804e422590551f82a17e61f64bc03d5a8a42a695e7ae8d9de5dc086924d9_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:a677804e422590551f82a17e61f64bc03d5a8a42a695e7ae8d9de5dc086924d9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a677804e422590551f82a17e61f64bc03d5a8a42a695e7ae8d9de5dc086924d9_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:fb7f225a9221506e6295f7efdcf44adc33e5b971c470b5835b0ca3c42ee1942c_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:fb7f225a9221506e6295f7efdcf44adc33e5b971c470b5835b0ca3c42ee1942c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:fb7f225a9221506e6295f7efdcf44adc33e5b971c470b5835b0ca3c42ee1942c_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:107c9dcda9632516721c41af941362ccc316d25661bfb13a7c4dcfc2ea4e1c3e_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:107c9dcda9632516721c41af941362ccc316d25661bfb13a7c4dcfc2ea4e1c3e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:107c9dcda9632516721c41af941362ccc316d25661bfb13a7c4dcfc2ea4e1c3e_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:e75d33740c576321707835258793fe2fd257682099348a2a067806e764e1560d_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:e75d33740c576321707835258793fe2fd257682099348a2a067806e764e1560d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e75d33740c576321707835258793fe2fd257682099348a2a067806e764e1560d_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:3ed82adddc3da003bdb272e2a5df0317abe41512179cba925f65fb5d8f7c2eb3_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:3ed82adddc3da003bdb272e2a5df0317abe41512179cba925f65fb5d8f7c2eb3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3ed82adddc3da003bdb272e2a5df0317abe41512179cba925f65fb5d8f7c2eb3_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-rhel9@sha256:c16e4af4e9a79ac2f1fa632b20e98befa9aa2953ef241af186edd226e39150e3_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:c16e4af4e9a79ac2f1fa632b20e98befa9aa2953ef241af186edd226e39150e3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c16e4af4e9a79ac2f1fa632b20e98befa9aa2953ef241af186edd226e39150e3_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-static-ip-manager-rhel9@sha256:7b6c16881c71569dbada90e320379c2159ead0b0ed2fa2113e065b361bdf2413_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-static-ip-manager-rhel9@sha256:7b6c16881c71569dbada90e320379c2159ead0b0ed2fa2113e065b361bdf2413_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7b6c16881c71569dbada90e320379c2159ead0b0ed2fa2113e065b361bdf2413_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-static-ip-manager-rhel9@sha256:9533dc6817f01e377ea2ff7e3aa4447d20ab5d016d9145b97e0cb9e758c9a8ff_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-static-ip-manager-rhel9@sha256:9533dc6817f01e377ea2ff7e3aa4447d20ab5d016d9145b97e0cb9e758c9a8ff_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9533dc6817f01e377ea2ff7e3aa4447d20ab5d016d9145b97e0cb9e758c9a8ff_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-keepalived-ipfailover-rhel9@sha256:1285e63d6cefc0454a400b20a6e404537a8d57e5fb9b5d7ff1a75b61555622fb_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-keepalived-ipfailover-rhel9@sha256:1285e63d6cefc0454a400b20a6e404537a8d57e5fb9b5d7ff1a75b61555622fb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1285e63d6cefc0454a400b20a6e404537a8d57e5fb9b5d7ff1a75b61555622fb_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-keepalived-ipfailover-rhel9@sha256:2ea17afe64ff273c9208892a59773c1dca248367c849e805dc78cda228aba29f_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-keepalived-ipfailover-rhel9@sha256:2ea17afe64ff273c9208892a59773c1dca248367c849e805dc78cda228aba29f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2ea17afe64ff273c9208892a59773c1dca248367c849e805dc78cda228aba29f_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-keepalived-ipfailover-rhel9@sha256:5f33ae81c766b0b7d9c8411dc4f6a0adf760221ed0493a99f1bea5dddb5de41b_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-keepalived-ipfailover-rhel9@sha256:5f33ae81c766b0b7d9c8411dc4f6a0adf760221ed0493a99f1bea5dddb5de41b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5f33ae81c766b0b7d9c8411dc4f6a0adf760221ed0493a99f1bea5dddb5de41b_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-keepalived-ipfailover-rhel9@sha256:9de0bd8cb41c5324718c8d8f275c612c0bfd13b322225455a1142dc76bff0a01_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-keepalived-ipfailover-rhel9@sha256:9de0bd8cb41c5324718c8d8f275c612c0bfd13b322225455a1142dc76bff0a01_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9de0bd8cb41c5324718c8d8f275c612c0bfd13b322225455a1142dc76bff0a01_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:2fee175122b1e3f74cd8976af1515c869d096da0bc4f5e9024b31a64cf88896a_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:2fee175122b1e3f74cd8976af1515c869d096da0bc4f5e9024b31a64cf88896a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:2fee175122b1e3f74cd8976af1515c869d096da0bc4f5e9024b31a64cf88896a_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-proxy-rhel9@sha256:9ca16ca048f3de4a5d9e6b6a38b55bf0b4a994bf7f7ccbda8c50c02bfd59c871_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:9ca16ca048f3de4a5d9e6b6a38b55bf0b4a994bf7f7ccbda8c50c02bfd59c871_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9ca16ca048f3de4a5d9e6b6a38b55bf0b4a994bf7f7ccbda8c50c02bfd59c871_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:c42a4deb157c31f6fb871bceb8c4401f44ffb490404591ae36110511f933f72e_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:c42a4deb157c31f6fb871bceb8c4401f44ffb490404591ae36110511f933f72e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c42a4deb157c31f6fb871bceb8c4401f44ffb490404591ae36110511f933f72e_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:f6d5c31b12c8a1a1e8316f258ccd254bf6bb8e49ae8a175eefcdf0bfc5c6047c_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:f6d5c31b12c8a1a1e8316f258ccd254bf6bb8e49ae8a175eefcdf0bfc5c6047c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f6d5c31b12c8a1a1e8316f258ccd254bf6bb8e49ae8a175eefcdf0bfc5c6047c_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:204e84b23aa1edaf66f10a49432115ecb4c3e8fa34472a909e1c9a7a0c3f3947_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:204e84b23aa1edaf66f10a49432115ecb4c3e8fa34472a909e1c9a7a0c3f3947_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:204e84b23aa1edaf66f10a49432115ecb4c3e8fa34472a909e1c9a7a0c3f3947_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:37f226136e439a1b37fab44e06ff30eb22b1ba8f12eca9e85f59936c3d58acd1_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:37f226136e439a1b37fab44e06ff30eb22b1ba8f12eca9e85f59936c3d58acd1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:37f226136e439a1b37fab44e06ff30eb22b1ba8f12eca9e85f59936c3d58acd1_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-rbac-proxy-rhel9@sha256:3e385fec20235fd68320dd564c68770d91c5c08a864e3de41f3800937d730334_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:3e385fec20235fd68320dd564c68770d91c5c08a864e3de41f3800937d730334_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3e385fec20235fd68320dd564c68770d91c5c08a864e3de41f3800937d730334_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:878a0a7473a69442dffd7c19132d74b29ecf765e3499d29f8da7b1de2ff6f439_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:878a0a7473a69442dffd7c19132d74b29ecf765e3499d29f8da7b1de2ff6f439_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:878a0a7473a69442dffd7c19132d74b29ecf765e3499d29f8da7b1de2ff6f439_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-state-metrics-rhel9@sha256:2b51546e56d1893aaa1b68c4e6ebb5479614d0402e840c8c850702ffb198036b_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:2b51546e56d1893aaa1b68c4e6ebb5479614d0402e840c8c850702ffb198036b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2b51546e56d1893aaa1b68c4e6ebb5479614d0402e840c8c850702ffb198036b_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-state-metrics-rhel9@sha256:3aac893d87e5c39ae1672eb5ad48a0b9d02b49888fab57f8662e6dbb3897b660_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:3aac893d87e5c39ae1672eb5ad48a0b9d02b49888fab57f8662e6dbb3897b660_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3aac893d87e5c39ae1672eb5ad48a0b9d02b49888fab57f8662e6dbb3897b660_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:c5bddc80f0ba0e391b336de8ead2442d0dff227fdb8aef1874bc3db3101f7048_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:c5bddc80f0ba0e391b336de8ead2442d0dff227fdb8aef1874bc3db3101f7048_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c5bddc80f0ba0e391b336de8ead2442d0dff227fdb8aef1874bc3db3101f7048_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:dca0c7b1c7ec76232b3d5ddd15c8716e04a8384f0a816217dec544d667ad2e69_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:dca0c7b1c7ec76232b3d5ddd15c8716e04a8384f0a816217dec544d667ad2e69_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:dca0c7b1c7ec76232b3d5ddd15c8716e04a8384f0a816217dec544d667ad2e69_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-storage-version-migrator-rhel9@sha256:2551dc2ab6fddb6edfefc185f7b6d73ea366ddaae4e2f79d554f0afb79aa54bf_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:2551dc2ab6fddb6edfefc185f7b6d73ea366ddaae4e2f79d554f0afb79aa54bf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2551dc2ab6fddb6edfefc185f7b6d73ea366ddaae4e2f79d554f0afb79aa54bf_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:3cc6eb31325b1f9c9a2163c570ae1c3d4da7e7dcb0d761a0fa775b66fda9dcf5_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:3cc6eb31325b1f9c9a2163c570ae1c3d4da7e7dcb0d761a0fa775b66fda9dcf5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3cc6eb31325b1f9c9a2163c570ae1c3d4da7e7dcb0d761a0fa775b66fda9dcf5_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:569965f29f668f02a342c0c7b4804bdc92354610e9368ba42a3ea5cc3172f532_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:569965f29f668f02a342c0c7b4804bdc92354610e9368ba42a3ea5cc3172f532_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:569965f29f668f02a342c0c7b4804bdc92354610e9368ba42a3ea5cc3172f532_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:c4b2b0855c4ba25e150de01e54f0a84bb4c6c220b348945742bc0c18cc6d7dbb_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:c4b2b0855c4ba25e150de01e54f0a84bb4c6c220b348945742bc0c18cc6d7dbb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c4b2b0855c4ba25e150de01e54f0a84bb4c6c220b348945742bc0c18cc6d7dbb_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:01b6587f8b9ee398d34ed3330bf0bdbf2dd01c2fe475ed4d44c547401d1dbd5a_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:01b6587f8b9ee398d34ed3330bf0bdbf2dd01c2fe475ed4d44c547401d1dbd5a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:01b6587f8b9ee398d34ed3330bf0bdbf2dd01c2fe475ed4d44c547401d1dbd5a_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:0fb7ce17c762a70aa16ca9f7f35e41d85997bb2bb22b81986321d29634ce9b3e_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:0fb7ce17c762a70aa16ca9f7f35e41d85997bb2bb22b81986321d29634ce9b3e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0fb7ce17c762a70aa16ca9f7f35e41d85997bb2bb22b81986321d29634ce9b3e_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:60c4fd0dcbc1ed92bee7dedce7879893a23c9e4a6181e5e6d6a8f04880f377eb_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:60c4fd0dcbc1ed92bee7dedce7879893a23c9e4a6181e5e6d6a8f04880f377eb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:60c4fd0dcbc1ed92bee7dedce7879893a23c9e4a6181e5e6d6a8f04880f377eb_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:8925d5826cca515b7f7c05558406b3688a14963ddefa80f5b44500fe12dfb1dc_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:8925d5826cca515b7f7c05558406b3688a14963ddefa80f5b44500fe12dfb1dc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8925d5826cca515b7f7c05558406b3688a14963ddefa80f5b44500fe12dfb1dc_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:3d914112ad75b59b03d5653cea40a25d92af415ef52dd10aa7394465e6bab92b_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:3d914112ad75b59b03d5653cea40a25d92af415ef52dd10aa7394465e6bab92b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:3d914112ad75b59b03d5653cea40a25d92af415ef52dd10aa7394465e6bab92b_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:f8d52c53ca49b3f9847d2e568779801321307e329f802aa9456cd0dab7625232_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:f8d52c53ca49b3f9847d2e568779801321307e329f802aa9456cd0dab7625232_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:f8d52c53ca49b3f9847d2e568779801321307e329f802aa9456cd0dab7625232_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:d29e5c26f37fc8212f2ff15cdac470982494be155f85e3c310b0c958b943f7f6_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:d29e5c26f37fc8212f2ff15cdac470982494be155f85e3c310b0c958b943f7f6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d29e5c26f37fc8212f2ff15cdac470982494be155f85e3c310b0c958b943f7f6_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:fc7a6712a6fe86a47b5a745e06a0c6d164779eb198f284fd0996847b025e53c2_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:fc7a6712a6fe86a47b5a745e06a0c6d164779eb198f284fd0996847b025e53c2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:fc7a6712a6fe86a47b5a745e06a0c6d164779eb198f284fd0996847b025e53c2_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:32bf2e7aad1dd9ff5100500c294e343af0dae3d392eed27a1c0305198734261f_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:32bf2e7aad1dd9ff5100500c294e343af0dae3d392eed27a1c0305198734261f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:32bf2e7aad1dd9ff5100500c294e343af0dae3d392eed27a1c0305198734261f_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-gcp-rhel9@sha256:54b4afd46c87b2cc839aa7d8b8ae232aaffe0f39846a6edf9d0d3228adbd7a29_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:54b4afd46c87b2cc839aa7d8b8ae232aaffe0f39846a6edf9d0d3228adbd7a29_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:54b4afd46c87b2cc839aa7d8b8ae232aaffe0f39846a6edf9d0d3228adbd7a29_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:ba41cc4ad0ea8dc731838e00dae166209a3e06d104e5cf11491639f82290eca6_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:ba41cc4ad0ea8dc731838e00dae166209a3e06d104e5cf11491639f82290eca6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba41cc4ad0ea8dc731838e00dae166209a3e06d104e5cf11491639f82290eca6_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-openstack-rhel9@sha256:a9395f57a9adc721c6e43e578957e21c8b9f18defbecdf91dc49d11044aeeeef_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:a9395f57a9adc721c6e43e578957e21c8b9f18defbecdf91dc49d11044aeeeef_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a9395f57a9adc721c6e43e578957e21c8b9f18defbecdf91dc49d11044aeeeef_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:ba077da5ec7f147b51f0ee4432082aed3b7a3a541729913bc2ed821688723e99_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:ba077da5ec7f147b51f0ee4432082aed3b7a3a541729913bc2ed821688723e99_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ba077da5ec7f147b51f0ee4432082aed3b7a3a541729913bc2ed821688723e99_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:cb48a38cb5d06b67ecfb4777c44d44f3e32a996397450e30f40e7ec3e340a56a_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:cb48a38cb5d06b67ecfb4777c44d44f3e32a996397450e30f40e7ec3e340a56a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb48a38cb5d06b67ecfb4777c44d44f3e32a996397450e30f40e7ec3e340a56a_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-openstack-rhel9@sha256:deb40607f193ff4e36c684ce74167e67a7e96187f1a44a1f0f20f36572005843_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:deb40607f193ff4e36c684ce74167e67a7e96187f1a44a1f0f20f36572005843_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:deb40607f193ff4e36c684ce74167e67a7e96187f1a44a1f0f20f36572005843_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:7dc856fddd561c1d29112b0b8d4dc39dc7503974a9ff563612e6998bdba4b71e_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:7dc856fddd561c1d29112b0b8d4dc39dc7503974a9ff563612e6998bdba4b71e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7dc856fddd561c1d29112b0b8d4dc39dc7503974a9ff563612e6998bdba4b71e_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-rhel9-operator@sha256:a3e01913986169c592bb770fc49e3875d46031b5788f983ddcd52938f9ef7a49_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:a3e01913986169c592bb770fc49e3875d46031b5788f983ddcd52938f9ef7a49_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a3e01913986169c592bb770fc49e3875d46031b5788f983ddcd52938f9ef7a49_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:c3481c6f76c644c017392c092dcbbb25a288acd14a9f01e20afd0d2d35e16d32_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:c3481c6f76c644c017392c092dcbbb25a288acd14a9f01e20afd0d2d35e16d32_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c3481c6f76c644c017392c092dcbbb25a288acd14a9f01e20afd0d2d35e16d32_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:cc440be9f6b3c5e22186b6d53a428a8220201ddaa79be39e19cc31a8fbd7b221_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:cc440be9f6b3c5e22186b6d53a428a8220201ddaa79be39e19cc31a8fbd7b221_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cc440be9f6b3c5e22186b6d53a428a8220201ddaa79be39e19cc31a8fbd7b221_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:12d7ec468f9634a53d053f3af7957c5162d92595fc3385b26b08acb22b7935c1_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:12d7ec468f9634a53d053f3af7957c5162d92595fc3385b26b08acb22b7935c1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:12d7ec468f9634a53d053f3af7957c5162d92595fc3385b26b08acb22b7935c1_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-config-rhel9-operator@sha256:49f08b645fc28af342483d9efaf2f607c9c2a6b491b477cdcf2985c44aa3e894_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:49f08b645fc28af342483d9efaf2f607c9c2a6b491b477cdcf2985c44aa3e894_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:49f08b645fc28af342483d9efaf2f607c9c2a6b491b477cdcf2985c44aa3e894_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:d32cde1eedbd0c110bc10836025cee78421ec16d2924d30f5e6265591a9ec716_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:d32cde1eedbd0c110bc10836025cee78421ec16d2924d30f5e6265591a9ec716_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d32cde1eedbd0c110bc10836025cee78421ec16d2924d30f5e6265591a9ec716_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:df885dc6da20faf1903dbdac693889d9882722e8b67bebe35f624c11e4616262_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:df885dc6da20faf1903dbdac693889d9882722e8b67bebe35f624c11e4616262_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:df885dc6da20faf1903dbdac693889d9882722e8b67bebe35f624c11e4616262_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-os-images-rhel9@sha256:16c8b8c6aee6f6a06367ca5bfe2be8fb85a05c3f18a819683f49d1a8c73941ba_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:16c8b8c6aee6f6a06367ca5bfe2be8fb85a05c3f18a819683f49d1a8c73941ba_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:16c8b8c6aee6f6a06367ca5bfe2be8fb85a05c3f18a819683f49d1a8c73941ba_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:376659c608333e76b0b48fcdc69ff17643284fd22fdef6c6998f07be54c1cf91_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:376659c608333e76b0b48fcdc69ff17643284fd22fdef6c6998f07be54c1cf91_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:376659c608333e76b0b48fcdc69ff17643284fd22fdef6c6998f07be54c1cf91_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:7359a62beac2d501d629e6768f1767861fdedc0d05f53a4424a2abdb3dbb6a8c_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:7359a62beac2d501d629e6768f1767861fdedc0d05f53a4424a2abdb3dbb6a8c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7359a62beac2d501d629e6768f1767861fdedc0d05f53a4424a2abdb3dbb6a8c_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-os-images-rhel9@sha256:c71d05c245bf1a4955f46c785d7264985e1f904de2a19972f7ce6209a3be0e4a_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:c71d05c245bf1a4955f46c785d7264985e1f904de2a19972f7ce6209a3be0e4a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c71d05c245bf1a4955f46c785d7264985e1f904de2a19972f7ce6209a3be0e4a_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:06ab376096238d4e04c9ab713d83d3cab5db769b5af1fd1c57ef2ceceec6ef61_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:06ab376096238d4e04c9ab713d83d3cab5db769b5af1fd1c57ef2ceceec6ef61_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:06ab376096238d4e04c9ab713d83d3cab5db769b5af1fd1c57ef2ceceec6ef61_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:2c80889bfaff670acbf859db3624951cda96d4ee8cb1560806ca4215e8c6c04b_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:2c80889bfaff670acbf859db3624951cda96d4ee8cb1560806ca4215e8c6c04b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2c80889bfaff670acbf859db3624951cda96d4ee8cb1560806ca4215e8c6c04b_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:627c6b73224c3e37181a19cb598ef9a425cddc1d17d97b6c23388ec1345f6a88_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:627c6b73224c3e37181a19cb598ef9a425cddc1d17d97b6c23388ec1345f6a88_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:627c6b73224c3e37181a19cb598ef9a425cddc1d17d97b6c23388ec1345f6a88_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:d5d338daef4ae436780be192907d28a26785021d97865d8a95db9065734061f0_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:d5d338daef4ae436780be192907d28a26785021d97865d8a95db9065734061f0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d5d338daef4ae436780be192907d28a26785021d97865d8a95db9065734061f0_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:8e59a286a05743844dd1333770197161698788e0db4faf8e00cac6b2fb9a638e_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:8e59a286a05743844dd1333770197161698788e0db4faf8e00cac6b2fb9a638e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8e59a286a05743844dd1333770197161698788e0db4faf8e00cac6b2fb9a638e_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:9029d8ef1e4455dbc1910078afea1141f92a5c4d2c298ce1d9e4319209b55246_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:9029d8ef1e4455dbc1910078afea1141f92a5c4d2c298ce1d9e4319209b55246_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9029d8ef1e4455dbc1910078afea1141f92a5c4d2c298ce1d9e4319209b55246_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:da4ff38c7a1fd5adddbc0b0d3defbbd580197680b22648e2ab803c90c4a8c9f2_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:da4ff38c7a1fd5adddbc0b0d3defbbd580197680b22648e2ab803c90c4a8c9f2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:da4ff38c7a1fd5adddbc0b0d3defbbd580197680b22648e2ab803c90c4a8c9f2_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:f6c44d76a715e0ca38fa5e2becad93a2bf3a41fd8f181846e7aba81b0c579691_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:f6c44d76a715e0ca38fa5e2becad93a2bf3a41fd8f181846e7aba81b0c579691_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f6c44d76a715e0ca38fa5e2becad93a2bf3a41fd8f181846e7aba81b0c579691_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:167937ed04f625a9cd2d0b8ed6048a5cb7b6d435bc2d41775d7db4dcdb5fae95_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:167937ed04f625a9cd2d0b8ed6048a5cb7b6d435bc2d41775d7db4dcdb5fae95_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:167937ed04f625a9cd2d0b8ed6048a5cb7b6d435bc2d41775d7db4dcdb5fae95_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:176feea3131aada18df5da44af30a127f4dff392ce8ef57f7e0844969ec95923_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:176feea3131aada18df5da44af30a127f4dff392ce8ef57f7e0844969ec95923_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:176feea3131aada18df5da44af30a127f4dff392ce8ef57f7e0844969ec95923_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:17afd4ebbc2a5233681d4cc1774fcd70dc932bc10006235b11de8dcce826c2ba_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:17afd4ebbc2a5233681d4cc1774fcd70dc932bc10006235b11de8dcce826c2ba_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:17afd4ebbc2a5233681d4cc1774fcd70dc932bc10006235b11de8dcce826c2ba_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-microshift-rhel9@sha256:d3a98e507691edec50373d79ce9df48a71cb6a19a75c9276d0c5905d4f204b39_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:d3a98e507691edec50373d79ce9df48a71cb6a19a75c9276d0c5905d4f204b39_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d3a98e507691edec50373d79ce9df48a71cb6a19a75c9276d0c5905d4f204b39_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-rhel9@sha256:1b6c3977b4835b0cd5399523dd437c230b992b77a0e7352b095d008be96fcdab_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:1b6c3977b4835b0cd5399523dd437c230b992b77a0e7352b095d008be96fcdab_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1b6c3977b4835b0cd5399523dd437c230b992b77a0e7352b095d008be96fcdab_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-rhel9@sha256:54d79643f3a191710d1362d665b5c838130f3e51aecf1e27a2cdf66e98a3cb8a_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:54d79643f3a191710d1362d665b5c838130f3e51aecf1e27a2cdf66e98a3cb8a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:54d79643f3a191710d1362d665b5c838130f3e51aecf1e27a2cdf66e98a3cb8a_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:9b8692d27a4799d20ce1a8374ba99f55732bb7db56cdf8f5b038424a086db614_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:9b8692d27a4799d20ce1a8374ba99f55732bb7db56cdf8f5b038424a086db614_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b8692d27a4799d20ce1a8374ba99f55732bb7db56cdf8f5b038424a086db614_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:d196f02212da5e80ac5a73931316d38e9def9aeecdadeaf07aec685e661f9f98_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:d196f02212da5e80ac5a73931316d38e9def9aeecdadeaf07aec685e661f9f98_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d196f02212da5e80ac5a73931316d38e9def9aeecdadeaf07aec685e661f9f98_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-networkpolicy-rhel9@sha256:11c2a1966b0632e85caebc4555e3e2f726277175b27a63a5e854557499e0c28e_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:11c2a1966b0632e85caebc4555e3e2f726277175b27a63a5e854557499e0c28e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:11c2a1966b0632e85caebc4555e3e2f726277175b27a63a5e854557499e0c28e_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:7e649963b5c1e2a7e8813569368eaf0ded5e544799d561622d469b03b9d93937_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:7e649963b5c1e2a7e8813569368eaf0ded5e544799d561622d469b03b9d93937_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7e649963b5c1e2a7e8813569368eaf0ded5e544799d561622d469b03b9d93937_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:a23fa7969c6a881648ba03ed1a13692c5db21b79f0608d841291ea9118548ed7_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:a23fa7969c6a881648ba03ed1a13692c5db21b79f0608d841291ea9118548ed7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a23fa7969c6a881648ba03ed1a13692c5db21b79f0608d841291ea9118548ed7_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:af57ee131bc09ce55ecb3ae13ed7dc3ce9607a7438f0ac5a6e64bbfa000546db_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:af57ee131bc09ce55ecb3ae13ed7dc3ce9607a7438f0ac5a6e64bbfa000546db_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:af57ee131bc09ce55ecb3ae13ed7dc3ce9607a7438f0ac5a6e64bbfa000546db_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:3a7644c1ac089cabd142fc1743b47302eae8528b13d1b038298f2f57cf746326_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:3a7644c1ac089cabd142fc1743b47302eae8528b13d1b038298f2f57cf746326_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:3a7644c1ac089cabd142fc1743b47302eae8528b13d1b038298f2f57cf746326_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-route-override-cni-rhel9@sha256:4b5ee426703ecb55bf537731c39c69ab7f86316544cfc472ee77fbef7e5680a8_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:4b5ee426703ecb55bf537731c39c69ab7f86316544cfc472ee77fbef7e5680a8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4b5ee426703ecb55bf537731c39c69ab7f86316544cfc472ee77fbef7e5680a8_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:4cb60d36cc3b34b4b1496b74b9b2e68ff152a71d7f957b356311ea811bf05573_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:4cb60d36cc3b34b4b1496b74b9b2e68ff152a71d7f957b356311ea811bf05573_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4cb60d36cc3b34b4b1496b74b9b2e68ff152a71d7f957b356311ea811bf05573_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:f3f64bd2f70faa654f7134d803efdc032df63fd4ef07c97abd38fc41e625b48d_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:f3f64bd2f70faa654f7134d803efdc032df63fd4ef07c97abd38fc41e625b48d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f3f64bd2f70faa654f7134d803efdc032df63fd4ef07c97abd38fc41e625b48d_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:1b75d96a4cdcc3a37848c5edfe598cb1d99bb3b0707db5e3f62478320eb90f9c_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:1b75d96a4cdcc3a37848c5edfe598cb1d99bb3b0707db5e3f62478320eb90f9c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1b75d96a4cdcc3a37848c5edfe598cb1d99bb3b0707db5e3f62478320eb90f9c_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:876fd001172d5151ef99c02826f834ee4db4623b00699a8fb30d6a456a7a8687_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:876fd001172d5151ef99c02826f834ee4db4623b00699a8fb30d6a456a7a8687_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:876fd001172d5151ef99c02826f834ee4db4623b00699a8fb30d6a456a7a8687_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:ba8fddfcfe0004287ce58db40c1092f2090b3bbb0810c277066aa2d97799f8b9_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:ba8fddfcfe0004287ce58db40c1092f2090b3bbb0810c277066aa2d97799f8b9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ba8fddfcfe0004287ce58db40c1092f2090b3bbb0810c277066aa2d97799f8b9_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-whereabouts-ipam-cni-rhel9@sha256:bd9982e951fdc7259571b6d5983ea2cc44402cbea411ae9a6b135692bf5939b2_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:bd9982e951fdc7259571b6d5983ea2cc44402cbea411ae9a6b135692bf5939b2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:bd9982e951fdc7259571b6d5983ea2cc44402cbea411ae9a6b135692bf5939b2_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:a7a8d4d8adfd98d3a6e3d37644b33966f2c34ff1e553fbb5140ab9a15563e821_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:a7a8d4d8adfd98d3a6e3d37644b33966f2c34ff1e553fbb5140ab9a15563e821_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a7a8d4d8adfd98d3a6e3d37644b33966f2c34ff1e553fbb5140ab9a15563e821_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:b26a5a47cde227edb5e7f6e51247a6cd91e13484f6b5f7dc19b62f83b7478361_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:b26a5a47cde227edb5e7f6e51247a6cd91e13484f6b5f7dc19b62f83b7478361_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b26a5a47cde227edb5e7f6e51247a6cd91e13484f6b5f7dc19b62f83b7478361_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:ccdd76d6734e3a3cfaa1e432c1508c097478e842fd436672e57ef2563d817e4a_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:ccdd76d6734e3a3cfaa1e432c1508c097478e842fd436672e57ef2563d817e4a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ccdd76d6734e3a3cfaa1e432c1508c097478e842fd436672e57ef2563d817e4a_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:fee8f3b24b431ac2a5d4fa3d96c90c5e1aa68c08ee8ae9963fee457c98795197_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:fee8f3b24b431ac2a5d4fa3d96c90c5e1aa68c08ee8ae9963fee457c98795197_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:fee8f3b24b431ac2a5d4fa3d96c90c5e1aa68c08ee8ae9963fee457c98795197_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:0e559f5e780f3849e73d7246176059360631d8c4a7db1700f6ba1b6a9e6ae089_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:0e559f5e780f3849e73d7246176059360631d8c4a7db1700f6ba1b6a9e6ae089_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0e559f5e780f3849e73d7246176059360631d8c4a7db1700f6ba1b6a9e6ae089_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-interface-bond-cni-rhel9@sha256:1a376560672f81b7596417591491e71d065e90672ff6ef5d37ed0785e9baab16_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:1a376560672f81b7596417591491e71d065e90672ff6ef5d37ed0785e9baab16_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1a376560672f81b7596417591491e71d065e90672ff6ef5d37ed0785e9baab16_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:350a0360dfdc31eccadb0e8b9397d5a3436bb509999034b60e611428eb006cc4_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:350a0360dfdc31eccadb0e8b9397d5a3436bb509999034b60e611428eb006cc4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:350a0360dfdc31eccadb0e8b9397d5a3436bb509999034b60e611428eb006cc4_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:f8b68ae48350a5aa9bdf47a36efbf661190d497ab5a139027a2bf4579d21e095_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:f8b68ae48350a5aa9bdf47a36efbf661190d497ab5a139027a2bf4579d21e095_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f8b68ae48350a5aa9bdf47a36efbf661190d497ab5a139027a2bf4579d21e095_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:5fbe979b3d448e36fac9615ccd96f8583b0d587d46f6b1b3749e85938cb2e510_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:5fbe979b3d448e36fac9615ccd96f8583b0d587d46f6b1b3749e85938cb2e510_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5fbe979b3d448e36fac9615ccd96f8583b0d587d46f6b1b3749e85938cb2e510_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:8d45dfe709ac701d6eb800b081947d39a855f65c756f31ae47b75be9fec0c260_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:8d45dfe709ac701d6eb800b081947d39a855f65c756f31ae47b75be9fec0c260_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8d45dfe709ac701d6eb800b081947d39a855f65c756f31ae47b75be9fec0c260_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:ea4fa6caaa81f207f2372c6179c3698e225658387549ba567c232170cacf8570_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:ea4fa6caaa81f207f2372c6179c3698e225658387549ba567c232170cacf8570_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ea4fa6caaa81f207f2372c6179c3698e225658387549ba567c232170cacf8570_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:f8fb972b411085b4551e10adbd419e3cb89754ee5300222cc4fce27cc349513f_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:f8fb972b411085b4551e10adbd419e3cb89754ee5300222cc4fce27cc349513f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8fb972b411085b4551e10adbd419e3cb89754ee5300222cc4fce27cc349513f_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:066d438bdfa1626aaa7a0ee5d2e3222724f2f0cf5bc9a189b67fd5358a0a48c0_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:066d438bdfa1626aaa7a0ee5d2e3222724f2f0cf5bc9a189b67fd5358a0a48c0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:066d438bdfa1626aaa7a0ee5d2e3222724f2f0cf5bc9a189b67fd5358a0a48c0_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-networking-console-plugin-rhel9@sha256:747c142608d6f43952d315d7858f57edbd2d9de2d255938dde311ea580a329af_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:747c142608d6f43952d315d7858f57edbd2d9de2d255938dde311ea580a329af_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:747c142608d6f43952d315d7858f57edbd2d9de2d255938dde311ea580a329af_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:b2ee2d0e9906ef1581677bd239073c09f93e5b720501e9001926dfe7db34839e_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:b2ee2d0e9906ef1581677bd239073c09f93e5b720501e9001926dfe7db34839e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b2ee2d0e9906ef1581677bd239073c09f93e5b720501e9001926dfe7db34839e_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:bf0b42c5e7e51129966a4744bb253b7c336bb88b1f1a562e481f7eeff5428136_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:bf0b42c5e7e51129966a4744bb253b7c336bb88b1f1a562e481f7eeff5428136_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:bf0b42c5e7e51129966a4744bb253b7c336bb88b1f1a562e481f7eeff5428136_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-nutanix-cloud-controller-manager-rhel9@sha256:3e9309d53caaafc9b145f6b7fbbb8879c9f018ef226afe101f6dc7ab02b67856_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:3e9309d53caaafc9b145f6b7fbbb8879c9f018ef226afe101f6dc7ab02b67856_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:3e9309d53caaafc9b145f6b7fbbb8879c9f018ef226afe101f6dc7ab02b67856_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:3a558e248efdf5d3111b7d61e8bd471682e7038bd34c4490f8ba69b91b44f36d_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:3a558e248efdf5d3111b7d61e8bd471682e7038bd34c4490f8ba69b91b44f36d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:3a558e248efdf5d3111b7d61e8bd471682e7038bd34c4490f8ba69b91b44f36d_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:1b0981e2ee13869663087d6504e0c0af6f2c56d2ebf81d72b4b7c751bbf6e500_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:1b0981e2ee13869663087d6504e0c0af6f2c56d2ebf81d72b4b7c751bbf6e500_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1b0981e2ee13869663087d6504e0c0af6f2c56d2ebf81d72b4b7c751bbf6e500_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:8073e0be1f7f7523880b30946f1b6868274c070acb97d9da2f5c486db99ea18d_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:8073e0be1f7f7523880b30946f1b6868274c070acb97d9da2f5c486db99ea18d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8073e0be1f7f7523880b30946f1b6868274c070acb97d9da2f5c486db99ea18d_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:8980be22bddace1adb383fc356975fbf0af9ac8a20bdc95b3303a80fbe296f3d_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:8980be22bddace1adb383fc356975fbf0af9ac8a20bdc95b3303a80fbe296f3d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8980be22bddace1adb383fc356975fbf0af9ac8a20bdc95b3303a80fbe296f3d_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:f4293de50825a003a825306a45612531dafce45b72a91cf4dd455d596a0c60ea_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:f4293de50825a003a825306a45612531dafce45b72a91cf4dd455d596a0c60ea_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f4293de50825a003a825306a45612531dafce45b72a91cf4dd455d596a0c60ea_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:5bc26795163f03947b3f42a5c8cc52b7fd6eb713a0fa5a1558bfe834c21edc0c_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:5bc26795163f03947b3f42a5c8cc52b7fd6eb713a0fa5a1558bfe834c21edc0c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5bc26795163f03947b3f42a5c8cc52b7fd6eb713a0fa5a1558bfe834c21edc0c_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:7f29c85842a34554f06db311ef67ec08d1d947d32b4363d1153d92c8d13c3214_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:7f29c85842a34554f06db311ef67ec08d1d947d32b4363d1153d92c8d13c3214_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:7f29c85842a34554f06db311ef67ec08d1d947d32b4363d1153d92c8d13c3214_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:92857eb171128909119700c431920f543cbfc89cd06aa98db816a2fcaab321da_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:92857eb171128909119700c431920f543cbfc89cd06aa98db816a2fcaab321da_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:92857eb171128909119700c431920f543cbfc89cd06aa98db816a2fcaab321da_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:e931e3fe478f8f905855b4516e1ed9b33a161536c447025cd14dd68778c40fa0_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:e931e3fe478f8f905855b4516e1ed9b33a161536c447025cd14dd68778c40fa0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e931e3fe478f8f905855b4516e1ed9b33a161536c447025cd14dd68778c40fa0_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:338034a3ce7dff3efafd00fa35b858c23c2ab284f743df414c6cdae455f8801a_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:338034a3ce7dff3efafd00fa35b858c23c2ab284f743df414c6cdae455f8801a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:338034a3ce7dff3efafd00fa35b858c23c2ab284f743df414c6cdae455f8801a_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:f12584b95171f442bb3661c908ee43de70d0400c6273eb4e93325a5f3f167b54_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:f12584b95171f442bb3661c908ee43de70d0400c6273eb4e93325a5f3f167b54_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f12584b95171f442bb3661c908ee43de70d0400c6273eb4e93325a5f3f167b54_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:f37f6568957ab825b08c2ce8fc6b32ad18f5b7bee50b24b1804e70cdb144e5f4_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:f37f6568957ab825b08c2ce8fc6b32ad18f5b7bee50b24b1804e70cdb144e5f4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f37f6568957ab825b08c2ce8fc6b32ad18f5b7bee50b24b1804e70cdb144e5f4_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:f949249e3847338ce4ae9b94b0d191edd3f316d471f0a9047f97e41e41b7554c_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:f949249e3847338ce4ae9b94b0d191edd3f316d471f0a9047f97e41e41b7554c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f949249e3847338ce4ae9b94b0d191edd3f316d471f0a9047f97e41e41b7554c_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:407286c96b6e9d0ee4e8abec2b06a5dad70fc69820a00deae47cbf3fcdc65a40_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:407286c96b6e9d0ee4e8abec2b06a5dad70fc69820a00deae47cbf3fcdc65a40_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:407286c96b6e9d0ee4e8abec2b06a5dad70fc69820a00deae47cbf3fcdc65a40_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:52294a05713b24485ce6d7d1b867081da2f01dc008b9cd052bf8c4c37839f581_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:52294a05713b24485ce6d7d1b867081da2f01dc008b9cd052bf8c4c37839f581_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:52294a05713b24485ce6d7d1b867081da2f01dc008b9cd052bf8c4c37839f581_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:6693dff44dcfb7e6fe67f5373bb73d84cf401d20640c959375f20a24d31aa697_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:6693dff44dcfb7e6fe67f5373bb73d84cf401d20640c959375f20a24d31aa697_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6693dff44dcfb7e6fe67f5373bb73d84cf401d20640c959375f20a24d31aa697_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-catalogd-rhel9@sha256:f65918214ce906cb5af9a59ece43a36870989c579ac1660a2a58f9536a79d9f9_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:f65918214ce906cb5af9a59ece43a36870989c579ac1660a2a58f9536a79d9f9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f65918214ce906cb5af9a59ece43a36870989c579ac1660a2a58f9536a79d9f9_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-operator-controller-rhel9@sha256:2ec7076ed08f4ce7a61f95083155b5315acb6004ea4245c70be2763eb0ce9f4e_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:2ec7076ed08f4ce7a61f95083155b5315acb6004ea4245c70be2763eb0ce9f4e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2ec7076ed08f4ce7a61f95083155b5315acb6004ea4245c70be2763eb0ce9f4e_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:5a539e39b3aaf61d63f391b6960cdc5746cbb4b0fc07b85a98969f5c9cbcca4e_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:5a539e39b3aaf61d63f391b6960cdc5746cbb4b0fc07b85a98969f5c9cbcca4e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5a539e39b3aaf61d63f391b6960cdc5746cbb4b0fc07b85a98969f5c9cbcca4e_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:93505b057575ff9292e2e96903238708b940a23953a79cf8742c880f1fbc743a_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:93505b057575ff9292e2e96903238708b940a23953a79cf8742c880f1fbc743a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:93505b057575ff9292e2e96903238708b940a23953a79cf8742c880f1fbc743a_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-operator-controller-rhel9@sha256:be43f0ee18b6d56d81a09871c4a30dc2245ba60cf17ff0f1aad10e117f40aac8_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:be43f0ee18b6d56d81a09871c4a30dc2245ba60cf17ff0f1aad10e117f40aac8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:be43f0ee18b6d56d81a09871c4a30dc2245ba60cf17ff0f1aad10e117f40aac8_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-apiserver-rhel9@sha256:3923e99d803b6dd5bfd2fc957101bef6dd86ba8f6de9e59a849e4c7a02d57e0b_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:3923e99d803b6dd5bfd2fc957101bef6dd86ba8f6de9e59a849e4c7a02d57e0b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3923e99d803b6dd5bfd2fc957101bef6dd86ba8f6de9e59a849e4c7a02d57e0b_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:8253bfec4409c9a02be72d7e8d87fe5f4f81c1bc58a294f02dd570debc4f1128_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:8253bfec4409c9a02be72d7e8d87fe5f4f81c1bc58a294f02dd570debc4f1128_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8253bfec4409c9a02be72d7e8d87fe5f4f81c1bc58a294f02dd570debc4f1128_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-apiserver-rhel9@sha256:851fd20edf32778383c81e3c5b935ec5607a05f8fc569f64e31875b8bbe81d6b_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:851fd20edf32778383c81e3c5b935ec5607a05f8fc569f64e31875b8bbe81d6b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:851fd20edf32778383c81e3c5b935ec5607a05f8fc569f64e31875b8bbe81d6b_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:d06d41126ced4841fae74d0437b18e9f1699d285158fb8725a8768a6e9065b79_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:d06d41126ced4841fae74d0437b18e9f1699d285158fb8725a8768a6e9065b79_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d06d41126ced4841fae74d0437b18e9f1699d285158fb8725a8768a6e9065b79_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:4375e44dccb08eb4ecf461f4e8e7e97d617ab5b1c968beb481d5795e6bbf0229_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:4375e44dccb08eb4ecf461f4e8e7e97d617ab5b1c968beb481d5795e6bbf0229_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4375e44dccb08eb4ecf461f4e8e7e97d617ab5b1c968beb481d5795e6bbf0229_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:75140fa657674afc46d698aea19115a9f60c7765ffff6a0c4ae5ac166c725597_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:75140fa657674afc46d698aea19115a9f60c7765ffff6a0c4ae5ac166c725597_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:75140fa657674afc46d698aea19115a9f60c7765ffff6a0c4ae5ac166c725597_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:c1a31ef64ecdd90020d72f323a242b551a6a4a85a4dae309e19f5d8f12d77b54_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:c1a31ef64ecdd90020d72f323a242b551a6a4a85a4dae309e19f5d8f12d77b54_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c1a31ef64ecdd90020d72f323a242b551a6a4a85a4dae309e19f5d8f12d77b54_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-controller-manager-rhel9@sha256:c3b1ed110f6b17263484b7fde65642eb349162b206c0b9a2f463bf5eb13273c3_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:c3b1ed110f6b17263484b7fde65642eb349162b206c0b9a2f463bf5eb13273c3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c3b1ed110f6b17263484b7fde65642eb349162b206c0b9a2f463bf5eb13273c3_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:1369aaf62d9d273eef766c42f7015d56152f6b8effc50dc06d75b1bab38a20a5_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:1369aaf62d9d273eef766c42f7015d56152f6b8effc50dc06d75b1bab38a20a5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1369aaf62d9d273eef766c42f7015d56152f6b8effc50dc06d75b1bab38a20a5_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-state-metrics-rhel9@sha256:47402101d62f418c0f6b8e3c6e2367a8c84f5151a0204f326bf1fdbe983c603d_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:47402101d62f418c0f6b8e3c6e2367a8c84f5151a0204f326bf1fdbe983c603d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:47402101d62f418c0f6b8e3c6e2367a8c84f5151a0204f326bf1fdbe983c603d_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:b519e10d4cb8fd9ad126a36fb864d2f29f7df218ffa1b3b5f222e0befafbe360_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:b519e10d4cb8fd9ad126a36fb864d2f29f7df218ffa1b3b5f222e0befafbe360_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b519e10d4cb8fd9ad126a36fb864d2f29f7df218ffa1b3b5f222e0befafbe360_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:d70f848ab6450690b8329ae367ff2e5a3a5b295c073028dff7cf810104c5be5f_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:d70f848ab6450690b8329ae367ff2e5a3a5b295c073028dff7cf810104c5be5f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d70f848ab6450690b8329ae367ff2e5a3a5b295c073028dff7cf810104c5be5f_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:8f8c882873232fd9a00adc69e199f1b4acacffcdbc282280ebb61dfb1e61b875_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:8f8c882873232fd9a00adc69e199f1b4acacffcdbc282280ebb61dfb1e61b875_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8f8c882873232fd9a00adc69e199f1b4acacffcdbc282280ebb61dfb1e61b875_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-operator@sha256:9fe79073bdf1745b388fe52bee661394f96ba5c0af585ed8ab4a61724e324777_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:9fe79073bdf1745b388fe52bee661394f96ba5c0af585ed8ab4a61724e324777_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9fe79073bdf1745b388fe52bee661394f96ba5c0af585ed8ab4a61724e324777_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:b2b91287350dfb474763ca5d332c4765af0c1ff2d7be722e23ea93970add2687_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:b2b91287350dfb474763ca5d332c4765af0c1ff2d7be722e23ea93970add2687_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b2b91287350dfb474763ca5d332c4765af0c1ff2d7be722e23ea93970add2687_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:bb5f4abfd26a9446eb2f4cb1355bda840ed1006a6233373434378abaf0e617b3_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:bb5f4abfd26a9446eb2f4cb1355bda840ed1006a6233373434378abaf0e617b3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:bb5f4abfd26a9446eb2f4cb1355bda840ed1006a6233373434378abaf0e617b3_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:07ff9687205eee39d9ca211c0bb0c6b1618848e9e74bfbbe793aca67de73fa88_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:07ff9687205eee39d9ca211c0bb0c6b1618848e9e74bfbbe793aca67de73fa88_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:07ff9687205eee39d9ca211c0bb0c6b1618848e9e74bfbbe793aca67de73fa88_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@sha256:0ba94d11051416a116cdf516dab74d530a584fe7c4bb1e8d3deb3bde2214e459_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:0ba94d11051416a116cdf516dab74d530a584fe7c4bb1e8d3deb3bde2214e459_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0ba94d11051416a116cdf516dab74d530a584fe7c4bb1e8d3deb3bde2214e459_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:0fe87955631062bc7ce78891b9eb056f899308f8cb8101b3a44f889c1f0c0654_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:0fe87955631062bc7ce78891b9eb056f899308f8cb8101b3a44f889c1f0c0654_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0fe87955631062bc7ce78891b9eb056f899308f8cb8101b3a44f889c1f0c0654_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:786de5dd308c9fa6643aabecea0bc666a9ede6fd2a5ce1cb0d511eac2a19596a_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:786de5dd308c9fa6643aabecea0bc666a9ede6fd2a5ce1cb0d511eac2a19596a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:786de5dd308c9fa6643aabecea0bc666a9ede6fd2a5ce1cb0d511eac2a19596a_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-cloud-controller-manager-rhel9@sha256:719989a197c3bb8b8af09e95af49125cd28014fa74c7969f3f3b939223a6743b_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:719989a197c3bb8b8af09e95af49125cd28014fa74c7969f3f3b939223a6743b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:719989a197c3bb8b8af09e95af49125cd28014fa74c7969f3f3b939223a6743b_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:743119e024a9aacd8bd4bf45ab9c14e684ddbe2307d8f965e972ace243f128b1_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:743119e024a9aacd8bd4bf45ab9c14e684ddbe2307d8f965e972ace243f128b1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:743119e024a9aacd8bd4bf45ab9c14e684ddbe2307d8f965e972ace243f128b1_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-cloud-controller-manager-rhel9@sha256:76c523fa10e222690941abc8c5564efee1ec4d309a7d023480b6000a545d655d_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:76c523fa10e222690941abc8c5564efee1ec4d309a7d023480b6000a545d655d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:76c523fa10e222690941abc8c5564efee1ec4d309a7d023480b6000a545d655d_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:a13cc82f7b2053435d5268416686ae2ba89e37b6561e49c7ac395cf3359ca2b0_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:a13cc82f7b2053435d5268416686ae2ba89e37b6561e49c7ac395cf3359ca2b0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a13cc82f7b2053435d5268416686ae2ba89e37b6561e49c7ac395cf3359ca2b0_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:98aa0e651302bb73569a0578e6c11a1691eafb5b0aa28dadd714a7b44b498f8f_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:98aa0e651302bb73569a0578e6c11a1691eafb5b0aa28dadd714a7b44b498f8f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:98aa0e651302bb73569a0578e6c11a1691eafb5b0aa28dadd714a7b44b498f8f_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:9fdce4b5198ae740daa858432221625391f7283bad587e1ebc1220e7b0b4fa28_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:9fdce4b5198ae740daa858432221625391f7283bad587e1ebc1220e7b0b4fa28_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:9fdce4b5198ae740daa858432221625391f7283bad587e1ebc1220e7b0b4fa28_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:b072bc3bdd61164b8076f2799e705ed8e34281b2cdf24d9cf08deb8e697de2a3_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:b072bc3bdd61164b8076f2799e705ed8e34281b2cdf24d9cf08deb8e697de2a3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b072bc3bdd61164b8076f2799e705ed8e34281b2cdf24d9cf08deb8e697de2a3_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:fef5253a6623c30368e9e7e271501adcd9432b96473cf8278a7b81140d287de0_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:fef5253a6623c30368e9e7e271501adcd9432b96473cf8278a7b81140d287de0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:fef5253a6623c30368e9e7e271501adcd9432b96473cf8278a7b81140d287de0_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:4eecd436b35c9b25eca6975ca9e938c2256fcfeead67e1ff4159d7e36122122c_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:4eecd436b35c9b25eca6975ca9e938c2256fcfeead67e1ff4159d7e36122122c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4eecd436b35c9b25eca6975ca9e938c2256fcfeead67e1ff4159d7e36122122c_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:7e11ca9795aea60b3f0853ffef0fdbf922f4863edd96c50fa85110f36bccced2_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:7e11ca9795aea60b3f0853ffef0fdbf922f4863edd96c50fa85110f36bccced2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7e11ca9795aea60b3f0853ffef0fdbf922f4863edd96c50fa85110f36bccced2_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-framework-tools-rhel9@sha256:c95f8bcd0835611bb90983e96e3b780ccb65bd2bdc7f7554432ea971eac8095b_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:c95f8bcd0835611bb90983e96e3b780ccb65bd2bdc7f7554432ea971eac8095b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c95f8bcd0835611bb90983e96e3b780ccb65bd2bdc7f7554432ea971eac8095b_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:e497c1834c97590a0c388b58dc823cdff79ab6befd5f2a9bf494b3acc3181eb6_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:e497c1834c97590a0c388b58dc823cdff79ab6befd5f2a9bf494b3acc3181eb6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e497c1834c97590a0c388b58dc823cdff79ab6befd5f2a9bf494b3acc3181eb6_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:3a7af87b46058334b97531a4b1b5cd5be47e2ade8d74497429529bf0a489b275_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:3a7af87b46058334b97531a4b1b5cd5be47e2ade8d74497429529bf0a489b275_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3a7af87b46058334b97531a4b1b5cd5be47e2ade8d74497429529bf0a489b275_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:97313aa4f1c1c9aa51c77a153d0f0eb35cab9711b7f1465b82a636ea44e849ef_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:97313aa4f1c1c9aa51c77a153d0f0eb35cab9711b7f1465b82a636ea44e849ef_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:97313aa4f1c1c9aa51c77a153d0f0eb35cab9711b7f1465b82a636ea44e849ef_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:ba0927ffd76ad6689b808e734038678c91854ca3d0630613094824549f8a150d_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:ba0927ffd76ad6689b808e734038678c91854ca3d0630613094824549f8a150d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:ba0927ffd76ad6689b808e734038678c91854ca3d0630613094824549f8a150d_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:cd8feb684b9c70a4ffd7077e19812273f333174a70f7c2b63d57d140d8002382_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:cd8feb684b9c70a4ffd7077e19812273f333174a70f7c2b63d57d140d8002382_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cd8feb684b9c70a4ffd7077e19812273f333174a70f7c2b63d57d140d8002382_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-marketplace-rhel9@sha256:0c8bfd6ea4d0729e0ffffac9811b5db2ecf5c40e68ef048ab104f161d2689b74_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-marketplace-rhel9@sha256:0c8bfd6ea4d0729e0ffffac9811b5db2ecf5c40e68ef048ab104f161d2689b74_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0c8bfd6ea4d0729e0ffffac9811b5db2ecf5c40e68ef048ab104f161d2689b74_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-marketplace-rhel9@sha256:4dc7e3242cdcd1d3c1ea5930da7d4e027383149373cb6af0551ed2572eaea0b2_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-marketplace-rhel9@sha256:4dc7e3242cdcd1d3c1ea5930da7d4e027383149373cb6af0551ed2572eaea0b2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4dc7e3242cdcd1d3c1ea5930da7d4e027383149373cb6af0551ed2572eaea0b2_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-marketplace-rhel9@sha256:b78827903e5c338d67a4ea2ba10ee67e16482ff00968ba99c27af2b6d50ce202_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-marketplace-rhel9@sha256:b78827903e5c338d67a4ea2ba10ee67e16482ff00968ba99c27af2b6d50ce202_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b78827903e5c338d67a4ea2ba10ee67e16482ff00968ba99c27af2b6d50ce202_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-marketplace-rhel9@sha256:c9315d23ab26f6f40e05a5fb1f9f2dbce075244a035b1f16003d1108a7ba36d0_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-marketplace-rhel9@sha256:c9315d23ab26f6f40e05a5fb1f9f2dbce075244a035b1f16003d1108a7ba36d0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c9315d23ab26f6f40e05a5fb1f9f2dbce075244a035b1f16003d1108a7ba36d0_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:270b5e756fca54f2dc05f04b6f7b43f7f188153811decbc0b49eb215b11c2372_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:270b5e756fca54f2dc05f04b6f7b43f7f188153811decbc0b49eb215b11c2372_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:270b5e756fca54f2dc05f04b6f7b43f7f188153811decbc0b49eb215b11c2372_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:5331e8ebfc48f4d2322226b8986dd178f133a52edcfc0a192e89f1785c8d568f_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:5331e8ebfc48f4d2322226b8986dd178f133a52edcfc0a192e89f1785c8d568f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5331e8ebfc48f4d2322226b8986dd178f133a52edcfc0a192e89f1785c8d568f_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:6cfd8c3da57c17ae1c430f2881c66eb0b1c456bbce4a9ada2491b2c873dba985_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:6cfd8c3da57c17ae1c430f2881c66eb0b1c456bbce4a9ada2491b2c873dba985_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6cfd8c3da57c17ae1c430f2881c66eb0b1c456bbce4a9ada2491b2c873dba985_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-registry-rhel9@sha256:fa346af0288b5886b5f095d1fa0ceb7715d4333db919ff9d61078f369642cc29_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:fa346af0288b5886b5f095d1fa0ceb7715d4333db919ff9d61078f369642cc29_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa346af0288b5886b5f095d1fa0ceb7715d4333db919ff9d61078f369642cc29_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:3403720059bdecff83f784e2fde54d2bebe09223ac6cf99ce2b4c840b9cd4a98_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:3403720059bdecff83f784e2fde54d2bebe09223ac6cf99ce2b4c840b9cd4a98_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3403720059bdecff83f784e2fde54d2bebe09223ac6cf99ce2b4c840b9cd4a98_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:3f8cb2cffaf6320f14ae09f7e44c965681b395370a156253790764ec9d2a2aca_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:3f8cb2cffaf6320f14ae09f7e44c965681b395370a156253790764ec9d2a2aca_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3f8cb2cffaf6320f14ae09f7e44c965681b395370a156253790764ec9d2a2aca_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:a02dde1d0b4f4fbbc4e6f0afd24da1595672f3f290345a4f6e98e11d89854a17_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:a02dde1d0b4f4fbbc4e6f0afd24da1595672f3f290345a4f6e98e11d89854a17_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a02dde1d0b4f4fbbc4e6f0afd24da1595672f3f290345a4f6e98e11d89854a17_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:c4e8ac4fea3c281effed3996a378c2e952a3d3704e47863b2ae6b266d2280920_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:c4e8ac4fea3c281effed3996a378c2e952a3d3704e47863b2ae6b266d2280920_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c4e8ac4fea3c281effed3996a378c2e952a3d3704e47863b2ae6b266d2280920_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:46a0b302273acaf2582d377271b910d9d31ff98744cd8f290583a7bd5579761e_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:46a0b302273acaf2582d377271b910d9d31ff98744cd8f290583a7bd5579761e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:46a0b302273acaf2582d377271b910d9d31ff98744cd8f290583a7bd5579761e_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:af0442c88d2b9b93a187010065424798d89aad1d695ba438c815d04d7fcbef04_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:af0442c88d2b9b93a187010065424798d89aad1d695ba438c815d04d7fcbef04_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:af0442c88d2b9b93a187010065424798d89aad1d695ba438c815d04d7fcbef04_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-rhel9@sha256:bc7b78f67fa189ba63da9891a1b05694d676a3ed2fa318336fa0850d63815250_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:bc7b78f67fa189ba63da9891a1b05694d676a3ed2fa318336fa0850d63815250_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:bc7b78f67fa189ba63da9891a1b05694d676a3ed2fa318336fa0850d63815250_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:ffe4e64ee1b721aeefd8f1ceee11d225dd69319385e3e70f0bb52f4f40660a45_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:ffe4e64ee1b721aeefd8f1ceee11d225dd69319385e3e70f0bb52f4f40660a45_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ffe4e64ee1b721aeefd8f1ceee11d225dd69319385e3e70f0bb52f4f40660a45_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:29d5a91b39dc6e72677bdfab50f56860c53e67dab139b464dd571fef9780dc6e_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:29d5a91b39dc6e72677bdfab50f56860c53e67dab139b464dd571fef9780dc6e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:29d5a91b39dc6e72677bdfab50f56860c53e67dab139b464dd571fef9780dc6e_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-pod-rhel9@sha256:5e6d4e29635ea0b075e402931daf8c384d07ec8660223babfd0df9d572ea6912_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:5e6d4e29635ea0b075e402931daf8c384d07ec8660223babfd0df9d572ea6912_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5e6d4e29635ea0b075e402931daf8c384d07ec8660223babfd0df9d572ea6912_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:82555977089a1586dc24154b46be6499607a9d15110e5b48d9a549ee73f3843c_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:82555977089a1586dc24154b46be6499607a9d15110e5b48d9a549ee73f3843c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:82555977089a1586dc24154b46be6499607a9d15110e5b48d9a549ee73f3843c_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:f32c4a07d2b7a14c39db1e5e5752960e46bcda700b292336480c95f359adf0d7_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:f32c4a07d2b7a14c39db1e5e5752960e46bcda700b292336480c95f359adf0d7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f32c4a07d2b7a14c39db1e5e5752960e46bcda700b292336480c95f359adf0d7_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:86b3e656caf1c93ba2bbea00514a17b9d06cb7a6fd5c6746d80ce35f45aa5907_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:86b3e656caf1c93ba2bbea00514a17b9d06cb7a6fd5c6746d80ce35f45aa5907_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:86b3e656caf1c93ba2bbea00514a17b9d06cb7a6fd5c6746d80ce35f45aa5907_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:ba5c8896242125c24e3a7e5698770293a601e9e7f8508465d7b45920cc9ce240_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:ba5c8896242125c24e3a7e5698770293a601e9e7f8508465d7b45920cc9ce240_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ba5c8896242125c24e3a7e5698770293a601e9e7f8508465d7b45920cc9ce240_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:7de62e540922f1de5f492527d07a8e8f4265d24b577cf2f93415209ccad63912_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:7de62e540922f1de5f492527d07a8e8f4265d24b577cf2f93415209ccad63912_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7de62e540922f1de5f492527d07a8e8f4265d24b577cf2f93415209ccad63912_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:bd71e582ef755da7bfeede697b5c2ab29ab9fcea6bfeb14cc8ca168fce5c7bd1_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:bd71e582ef755da7bfeede697b5c2ab29ab9fcea6bfeb14cc8ca168fce5c7bd1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bd71e582ef755da7bfeede697b5c2ab29ab9fcea6bfeb14cc8ca168fce5c7bd1_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:a1e6a736546b54bb2797d85d51b8f2b213fe2f6be6b26bad5b549df9dabf2d01_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:a1e6a736546b54bb2797d85d51b8f2b213fe2f6be6b26bad5b549df9dabf2d01_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a1e6a736546b54bb2797d85d51b8f2b213fe2f6be6b26bad5b549df9dabf2d01_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:efc7fb9608c2be8c3c65aff302f923241bf8d008bc71c2fbba0d82ffad2b4f2c_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:efc7fb9608c2be8c3c65aff302f923241bf8d008bc71c2fbba0d82ffad2b4f2c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:efc7fb9608c2be8c3c65aff302f923241bf8d008bc71c2fbba0d82ffad2b4f2c_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-machine-controllers-rhel9@sha256:aa63c460867d565b44b2a8e919ba9a0e7fd6717f71588cc5a7e2ad268fe13181_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:aa63c460867d565b44b2a8e919ba9a0e7fd6717f71588cc5a7e2ad268fe13181_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:aa63c460867d565b44b2a8e919ba9a0e7fd6717f71588cc5a7e2ad268fe13181_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:fe1f1b5d6da2e5ac66c689da49a4c76916533f30ab456c9961a225a5e26cb6ed_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:fe1f1b5d6da2e5ac66c689da49a4c76916533f30ab456c9961a225a5e26cb6ed_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fe1f1b5d6da2e5ac66c689da49a4c76916533f30ab456c9961a225a5e26cb6ed_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:36fdb2cdf796941fc6638036b3a31048ba0209174c7a62424fb410ae14b1f81c_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:36fdb2cdf796941fc6638036b3a31048ba0209174c7a62424fb410ae14b1f81c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:36fdb2cdf796941fc6638036b3a31048ba0209174c7a62424fb410ae14b1f81c_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:65a0b94e9f663f3d73a9696a622ad46c73a5fc793f9dc46ee07fee8ba3bbb443_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:65a0b94e9f663f3d73a9696a622ad46c73a5fc793f9dc46ee07fee8ba3bbb443_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:65a0b94e9f663f3d73a9696a622ad46c73a5fc793f9dc46ee07fee8ba3bbb443_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:8afe2a0c6b1b200201f21b148caaa682bce77cb3b1027f61d4c873e5babb1b30_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:8afe2a0c6b1b200201f21b148caaa682bce77cb3b1027f61d4c873e5babb1b30_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8afe2a0c6b1b200201f21b148caaa682bce77cb3b1027f61d4c873e5babb1b30_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-prom-label-proxy-rhel9@sha256:9f7c3543e4b1a095399d1219c50f1f5081440ae1605154324d57ba9201aa4fe9_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:9f7c3543e4b1a095399d1219c50f1f5081440ae1605154324d57ba9201aa4fe9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9f7c3543e4b1a095399d1219c50f1f5081440ae1605154324d57ba9201aa4fe9_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:2c0897a842cd7b16b64888568ca65c2a6e473c24b2ba9bc5067d6f1f237885d6_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:2c0897a842cd7b16b64888568ca65c2a6e473c24b2ba9bc5067d6f1f237885d6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2c0897a842cd7b16b64888568ca65c2a6e473c24b2ba9bc5067d6f1f237885d6_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:432c94d7d5d46ad66348775fa0e1a6c2c142469e8a770db5528a1aa25664c389_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:432c94d7d5d46ad66348775fa0e1a6c2c142469e8a770db5528a1aa25664c389_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:432c94d7d5d46ad66348775fa0e1a6c2c142469e8a770db5528a1aa25664c389_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-alertmanager-rhel9@sha256:c86c7188163be31c7ab04017bc46ae88707437f804ddf2b5bd5a73ae34f64312_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:c86c7188163be31c7ab04017bc46ae88707437f804ddf2b5bd5a73ae34f64312_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c86c7188163be31c7ab04017bc46ae88707437f804ddf2b5bd5a73ae34f64312_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:f3f836bb9effeca4dd6a230a4241282d33ed454ebabd84829c41e58db5f24f47_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:f3f836bb9effeca4dd6a230a4241282d33ed454ebabd84829c41e58db5f24f47_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3f836bb9effeca4dd6a230a4241282d33ed454ebabd84829c41e58db5f24f47_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:4632ef8ca0af5a8115f3d9490c2ad9e2e44361f4d0671fa8a3a1006254b173ce_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:4632ef8ca0af5a8115f3d9490c2ad9e2e44361f4d0671fa8a3a1006254b173ce_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4632ef8ca0af5a8115f3d9490c2ad9e2e44361f4d0671fa8a3a1006254b173ce_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:a7d2d10f5326e2d71551289740eba86d6dd2f12526dc684b1494bdd4228fd8e5_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:a7d2d10f5326e2d71551289740eba86d6dd2f12526dc684b1494bdd4228fd8e5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a7d2d10f5326e2d71551289740eba86d6dd2f12526dc684b1494bdd4228fd8e5_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:ba876751849dd525a26e70996e7e02092c473bdf386ec4663a54ecf61c4f0d37_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:ba876751849dd525a26e70996e7e02092c473bdf386ec4663a54ecf61c4f0d37_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ba876751849dd525a26e70996e7e02092c473bdf386ec4663a54ecf61c4f0d37_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:e842cdc56ee7728aa71a7f95eda9777ba229aaf959594e73d998fbb30b7f76b1_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:e842cdc56ee7728aa71a7f95eda9777ba229aaf959594e73d998fbb30b7f76b1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e842cdc56ee7728aa71a7f95eda9777ba229aaf959594e73d998fbb30b7f76b1_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:90331abb869c0c04ca7bb59681cbd957ff54eb0e0265e16368f9fd6ab6937acc_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:90331abb869c0c04ca7bb59681cbd957ff54eb0e0265e16368f9fd6ab6937acc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:90331abb869c0c04ca7bb59681cbd957ff54eb0e0265e16368f9fd6ab6937acc_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:a02580814c02bec4c1c9b79c4b5a48a5a59caafa60a573f9f99a4a1ca07c6f71_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:a02580814c02bec4c1c9b79c4b5a48a5a59caafa60a573f9f99a4a1ca07c6f71_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a02580814c02bec4c1c9b79c4b5a48a5a59caafa60a573f9f99a4a1ca07c6f71_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:c197de59c38c060dc8aa099a027922853e4b9dc7e5589ac55c8841dbd44b1367_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:c197de59c38c060dc8aa099a027922853e4b9dc7e5589ac55c8841dbd44b1367_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c197de59c38c060dc8aa099a027922853e4b9dc7e5589ac55c8841dbd44b1367_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:ec7a4bcebcc80cbda32227224f64e67cdbc98d3fab95466b55c89755421ea4d2_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:ec7a4bcebcc80cbda32227224f64e67cdbc98d3fab95466b55c89755421ea4d2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ec7a4bcebcc80cbda32227224f64e67cdbc98d3fab95466b55c89755421ea4d2_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:223df196f0cc747e52ffae9f3dd03fab2da3c72d5e3b189e3035d4264a08c6c4_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:223df196f0cc747e52ffae9f3dd03fab2da3c72d5e3b189e3035d4264a08c6c4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:223df196f0cc747e52ffae9f3dd03fab2da3c72d5e3b189e3035d4264a08c6c4_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:29f3154c0b972730ae9a54bc496bcdf62e9ed348b73d98ca958a265717ccc2a9_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:29f3154c0b972730ae9a54bc496bcdf62e9ed348b73d98ca958a265717ccc2a9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:29f3154c0b972730ae9a54bc496bcdf62e9ed348b73d98ca958a265717ccc2a9_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:5e12029e90adf045a4377f4be2be75c879e57aca7aceffa2aef08aa262ae0f42_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:5e12029e90adf045a4377f4be2be75c879e57aca7aceffa2aef08aa262ae0f42_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5e12029e90adf045a4377f4be2be75c879e57aca7aceffa2aef08aa262ae0f42_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-operator-admission-webhook-rhel9@sha256:e150a242bffd4437f92000417cad89969fd547b5da514f8586802b99a668bab2_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:e150a242bffd4437f92000417cad89969fd547b5da514f8586802b99a668bab2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e150a242bffd4437f92000417cad89969fd547b5da514f8586802b99a668bab2_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:17752e2fbddeff8e6f43bd354d91f248b4e69d88e80b29b75508fb03b82d92bc_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:17752e2fbddeff8e6f43bd354d91f248b4e69d88e80b29b75508fb03b82d92bc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:17752e2fbddeff8e6f43bd354d91f248b4e69d88e80b29b75508fb03b82d92bc_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:b1703420b5a67a12f055518b6a23c1d8259dc8a064a1447196f642dd23363806_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:b1703420b5a67a12f055518b6a23c1d8259dc8a064a1447196f642dd23363806_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b1703420b5a67a12f055518b6a23c1d8259dc8a064a1447196f642dd23363806_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:b93a134a81af485a0f07dcd6a71c816ed517178826539d0f53b6c45dce87096d_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:b93a134a81af485a0f07dcd6a71c816ed517178826539d0f53b6c45dce87096d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b93a134a81af485a0f07dcd6a71c816ed517178826539d0f53b6c45dce87096d_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-operator@sha256:d266a3bfe528e76a8c6ef1700a2016080d084cf6fad2e70efe5ba52ff0dbbc51_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:d266a3bfe528e76a8c6ef1700a2016080d084cf6fad2e70efe5ba52ff0dbbc51_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d266a3bfe528e76a8c6ef1700a2016080d084cf6fad2e70efe5ba52ff0dbbc51_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:8c90e9864b3ff53d398f2451254dd3707868b36c6032d8d139cc3ef2cbd9084e_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:8c90e9864b3ff53d398f2451254dd3707868b36c6032d8d139cc3ef2cbd9084e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:8c90e9864b3ff53d398f2451254dd3707868b36c6032d8d139cc3ef2cbd9084e_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:ae6ebf086515376ed35bb432a7f567f7bbb44b8d1b86773fd86daa387c5fb933_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:ae6ebf086515376ed35bb432a7f567f7bbb44b8d1b86773fd86daa387c5fb933_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ae6ebf086515376ed35bb432a7f567f7bbb44b8d1b86773fd86daa387c5fb933_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@sha256:b0a0cbb021e13ce9d693eacc4982ece2e8ba4697f5d5571b8d0671d71824fd07_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:b0a0cbb021e13ce9d693eacc4982ece2e8ba4697f5d5571b8d0671d71824fd07_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0a0cbb021e13ce9d693eacc4982ece2e8ba4697f5d5571b8d0671d71824fd07_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:c5271f6452a89fe7907b16f486439f54f0dbcc3d075a70ef446ee4cc62211b1b_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:c5271f6452a89fe7907b16f486439f54f0dbcc3d075a70ef446ee4cc62211b1b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5271f6452a89fe7907b16f486439f54f0dbcc3d075a70ef446ee4cc62211b1b_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-service-ca-rhel9-operator@sha256:0abb949ce9461e5718c1988f57791c7537eb1b3d2184f4b4268fe087e39726d1_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:0abb949ce9461e5718c1988f57791c7537eb1b3d2184f4b4268fe087e39726d1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0abb949ce9461e5718c1988f57791c7537eb1b3d2184f4b4268fe087e39726d1_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:1267ac849f67c33155b54409011cd3f0eaa27d5f211703875cfd383d1170ef9e_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:1267ac849f67c33155b54409011cd3f0eaa27d5f211703875cfd383d1170ef9e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1267ac849f67c33155b54409011cd3f0eaa27d5f211703875cfd383d1170ef9e_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:5082f39df1f143f23f0e587dec5cdb3e3b033ab446a57e7e808c88e6211a1a67_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:5082f39df1f143f23f0e587dec5cdb3e3b033ab446a57e7e808c88e6211a1a67_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5082f39df1f143f23f0e587dec5cdb3e3b033ab446a57e7e808c88e6211a1a67_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-service-ca-rhel9-operator@sha256:8fa27bdf891edfb80585e470f09c9d6fa369aa727a3698b936b4818a4b46448f_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:8fa27bdf891edfb80585e470f09c9d6fa369aa727a3698b936b4818a4b46448f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8fa27bdf891edfb80585e470f09c9d6fa369aa727a3698b936b4818a4b46448f_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:017bed02593deb2e9cdfe0f268916e5d1c8cb7a4f1362c6eb3c94050896d7276_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:017bed02593deb2e9cdfe0f268916e5d1c8cb7a4f1362c6eb3c94050896d7276_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:017bed02593deb2e9cdfe0f268916e5d1c8cb7a4f1362c6eb3c94050896d7276_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:027baac40981f53c9ec53f5a4241a657929d6289e42a0e5deef617c182b7580e_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:027baac40981f53c9ec53f5a4241a657929d6289e42a0e5deef617c182b7580e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:027baac40981f53c9ec53f5a4241a657929d6289e42a0e5deef617c182b7580e_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:4bd5b70373a257b1fce20135ff4a4b3e6962eee541c67a0e29ba9a2523d4d4a2_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:4bd5b70373a257b1fce20135ff4a4b3e6962eee541c67a0e29ba9a2523d4d4a2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4bd5b70373a257b1fce20135ff4a4b3e6962eee541c67a0e29ba9a2523d4d4a2_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:c0b3ed1332b228290882bbff6a1ad6866f5ab2a4586b261949832cdc3bee5797_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:c0b3ed1332b228290882bbff6a1ad6866f5ab2a4586b261949832cdc3bee5797_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c0b3ed1332b228290882bbff6a1ad6866f5ab2a4586b261949832cdc3bee5797_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:047c270f56b685d5a4e67afe43d2f1ff47829a259be6ff93bfec4864233d4497_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:047c270f56b685d5a4e67afe43d2f1ff47829a259be6ff93bfec4864233d4497_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:047c270f56b685d5a4e67afe43d2f1ff47829a259be6ff93bfec4864233d4497_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:50a6482667d53de3d7aa2bff6df05ca21e4e9773996afa8b8038721e231deaae_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:50a6482667d53de3d7aa2bff6df05ca21e4e9773996afa8b8038721e231deaae_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:50a6482667d53de3d7aa2bff6df05ca21e4e9773996afa8b8038721e231deaae_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:653dbef43ed7f531ebf64c9314756be42738f1635a64097c53210ed0b6b0de88_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:653dbef43ed7f531ebf64c9314756be42738f1635a64097c53210ed0b6b0de88_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:653dbef43ed7f531ebf64c9314756be42738f1635a64097c53210ed0b6b0de88_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:c4d2741561038e0080204335efc6eee5b6ffd8878553b240dd433fea701e6bab_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:c4d2741561038e0080204335efc6eee5b6ffd8878553b240dd433fea701e6bab_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c4d2741561038e0080204335efc6eee5b6ffd8878553b240dd433fea701e6bab_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:3de609d984e39497dfe119bb8e0ac2d6d823dd894a5c866e5ec87de5b5711e60_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:3de609d984e39497dfe119bb8e0ac2d6d823dd894a5c866e5ec87de5b5711e60_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:3de609d984e39497dfe119bb8e0ac2d6d823dd894a5c866e5ec87de5b5711e60_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:5e3a8b252aadb5b32f42009803b56dbeae49a3ddbe9d00aa27569af4747fa403_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:5e3a8b252aadb5b32f42009803b56dbeae49a3ddbe9d00aa27569af4747fa403_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e3a8b252aadb5b32f42009803b56dbeae49a3ddbe9d00aa27569af4747fa403_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:ccf49e256cd9c3bb428badab464a17aee485ee1516896f1ade10da11085e843c_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:ccf49e256cd9c3bb428badab464a17aee485ee1516896f1ade10da11085e843c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ccf49e256cd9c3bb428badab464a17aee485ee1516896f1ade10da11085e843c_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-thanos-rhel9@sha256:e77ce95a84b01b09c5d1e6dbdea8970543aa3a60f9292300beb078d1288bb801_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:e77ce95a84b01b09c5d1e6dbdea8970543aa3a60f9292300beb078d1288bb801_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e77ce95a84b01b09c5d1e6dbdea8970543aa3a60f9292300beb078d1288bb801_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:2ab5fcf7003f4ba3de7656a284b11d6ee05bb02cd0f3532671a8c368f7b15178_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:2ab5fcf7003f4ba3de7656a284b11d6ee05bb02cd0f3532671a8c368f7b15178_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2ab5fcf7003f4ba3de7656a284b11d6ee05bb02cd0f3532671a8c368f7b15178_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-tools-rhel9@sha256:44241e57d9067223cdd1585db9d699db113931b7a273d207516f60c498570677_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:44241e57d9067223cdd1585db9d699db113931b7a273d207516f60c498570677_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:44241e57d9067223cdd1585db9d699db113931b7a273d207516f60c498570677_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:6aaa55450d567e2fa992650c456cdaf5529c5d96fc9984f7e1a4aa9ed6294bf3_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:6aaa55450d567e2fa992650c456cdaf5529c5d96fc9984f7e1a4aa9ed6294bf3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6aaa55450d567e2fa992650c456cdaf5529c5d96fc9984f7e1a4aa9ed6294bf3_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:f2fa21e8a0e88b25e9037a9c2db4b157ca6fef8b765b36da7dda71bf5a4c4478_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:f2fa21e8a0e88b25e9037a9c2db4b157ca6fef8b765b36da7dda71bf5a4c4478_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f2fa21e8a0e88b25e9037a9c2db4b157ca6fef8b765b36da7dda71bf5a4c4478_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-vmware-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_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:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_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:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_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:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_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:10bfb59c904103177754f0336f7b7bab676d240480a8213ec42a778bca3f277e_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:10bfb59c904103177754f0336f7b7bab676d240480a8213ec42a778bca3f277e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:10bfb59c904103177754f0336f7b7bab676d240480a8213ec42a778bca3f277e_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:7aa4fdd78ceafdc887a91224614657e86c1e12b72fde68dea4ee5c6e9b610cb6_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:7aa4fdd78ceafdc887a91224614657e86c1e12b72fde68dea4ee5c6e9b610cb6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7aa4fdd78ceafdc887a91224614657e86c1e12b72fde68dea4ee5c6e9b610cb6_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:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_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:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_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:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_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:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_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:e4a365a0516b0c8ef2d1259ec4bdb7f76aa9dc0d3c3cfd5d5b3d34341d349772_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:e4a365a0516b0c8ef2d1259ec4bdb7f76aa9dc0d3c3cfd5d5b3d34341d349772_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:e4a365a0516b0c8ef2d1259ec4bdb7f76aa9dc0d3c3cfd5d5b3d34341d349772_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:a06af7a856d5f2416777c1bb1d271c189576e273450b25c6dc5937cd16b8bf8a_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:a06af7a856d5f2416777c1bb1d271c189576e273450b25c6dc5937cd16b8bf8a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:a06af7a856d5f2416777c1bb1d271c189576e273450b25c6dc5937cd16b8bf8a_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:28b8390dae142ea16bb05f6bd95f19b6ab38dd67c341168337ca07fe4f45fe87_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:28b8390dae142ea16bb05f6bd95f19b6ab38dd67c341168337ca07fe4f45fe87_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:28b8390dae142ea16bb05f6bd95f19b6ab38dd67c341168337ca07fe4f45fe87_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:be6a9bcb97824c91f393af5aac5a146d819ed9893f5a074e146afe18f3a50dc9_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:be6a9bcb97824c91f393af5aac5a146d819ed9893f5a074e146afe18f3a50dc9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:be6a9bcb97824c91f393af5aac5a146d819ed9893f5a074e146afe18f3a50dc9_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:e6392d583f97f0932dc01be55534fbb6dd3014f84b745e8bf7583b96ad7a7761_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:e6392d583f97f0932dc01be55534fbb6dd3014f84b745e8bf7583b96ad7a7761_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e6392d583f97f0932dc01be55534fbb6dd3014f84b745e8bf7583b96ad7a7761_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-operator@sha256:f30d93c0f244f5ba21807dca912d18d4facf47ceaf43da7efa41b14ee816b71b_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:f30d93c0f244f5ba21807dca912d18d4facf47ceaf43da7efa41b14ee816b71b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f30d93c0f244f5ba21807dca912d18d4facf47ceaf43da7efa41b14ee816b71b_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:0848bdb082bc8dae6bdaa956d2ae36fdeaaac89024822f4bcdffb51da1165fed_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:0848bdb082bc8dae6bdaa956d2ae36fdeaaac89024822f4bcdffb51da1165fed_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0848bdb082bc8dae6bdaa956d2ae36fdeaaac89024822f4bcdffb51da1165fed_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:9f9603a2dd344770da433fe8dd50a104d69e80ad463f9cba71b3aabefc4fee61_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:9f9603a2dd344770da433fe8dd50a104d69e80ad463f9cba71b3aabefc4fee61_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9f9603a2dd344770da433fe8dd50a104d69e80ad463f9cba71b3aabefc4fee61_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:ab417553778971822422c6eef94aeb437209fcf88e78188b701d4b2243ac5be7_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:ab417553778971822422c6eef94aeb437209fcf88e78188b701d4b2243ac5be7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ab417553778971822422c6eef94aeb437209fcf88e78188b701d4b2243ac5be7_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:b9bb7615df3eadf64501f35dcefa829934f330892801cbb86e9f70f5dde236ec_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:b9bb7615df3eadf64501f35dcefa829934f330892801cbb86e9f70f5dde236ec_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b9bb7615df3eadf64501f35dcefa829934f330892801cbb86e9f70f5dde236ec_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:6bb4c6c64852f2b7ee590a0a60db256d8dd549a4b141fe71d311bf30d0ed88ae_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:6bb4c6c64852f2b7ee590a0a60db256d8dd549a4b141fe71d311bf30d0ed88ae_s390x"
},
"product_reference": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6bb4c6c64852f2b7ee590a0a60db256d8dd549a4b141fe71d311bf30d0ed88ae_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:837cd26d96a814814145cd0aa0cca672769283c499eec36c457ae432b99a7466_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:837cd26d96a814814145cd0aa0cca672769283c499eec36c457ae432b99a7466_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:837cd26d96a814814145cd0aa0cca672769283c499eec36c457ae432b99a7466_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:956ad866d891e1340f630b9cad6ec73d1fc60d4061d4c63946ed714900388a3b_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:956ad866d891e1340f630b9cad6ec73d1fc60d4061d4c63946ed714900388a3b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:956ad866d891e1340f630b9cad6ec73d1fc60d4061d4c63946ed714900388a3b_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:9c91591eddbc058f05d052e3178102b28ebd25c2c9cb796fffd5047f5d413d12_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:9c91591eddbc058f05d052e3178102b28ebd25c2c9cb796fffd5047f5d413d12_amd64"
},
"product_reference": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:9c91591eddbc058f05d052e3178102b28ebd25c2c9cb796fffd5047f5d413d12_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-12143",
"cwe": {
"id": "CWE-93",
"name": "Improper Neutralization of CRLF Sequences (\u0027CRLF Injection\u0027)"
},
"discovery_date": "2026-06-12T19:00:57.360953+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:0c95fbbcfd5c54e6b2934a8efb4f8523d1536ec1deef78249f4daebaa9d327d6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1b84b2a1cecab16e75947d29572008547922714207272a5dad8169d1ca5beab5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:466597e63e82ac365414c803f5ecb8f06a72374885eedc5daf9532aad16ac148_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:de9cac5c7ebcf3d43cad87758dd2eb0f4d6480f59bfb4112c224a4497aad9ba7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4ae516b98be8fbdb9b783345fe680c1d6ef57b5dc06b2ec3bbd20bfdb7c9b2c4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8f242ba3e0b9c57ecbd85f0d4c1bd67306357c92b53968a42419736c3dbe04d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b717614ee549be99c17ceef3d755c66abc983e821e04808df347962858e0da81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bd0f90ccaaaa74683b9bb17db0651dfbdfdf8f49adf0ecbaf8e83756d270b590_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:040115466e4f525e9f2386d6f8838c51f8e1638eb06cd64f071d4ae027a8fb9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:1a677b9d28655390d007acaa656997b12a32e9093c1c228778ef96cc6f4ca875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:39c68aae39089d044ce992b949d4e9961105711501daf3d4f0ba7e9981920729_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e814640d65f77818c180a706940337f8ddec8ebe4cf22c51a58a8b69e0f4099_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2831d7dc9f3cad92219addd21b93959900ee2f71e2d988fffe913a6f88dc7e1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:50f602354dcb223759d781cb057b4081a424d6a509178b10674358cc8dba41e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6925001d8a798896438ef1388f54bc29825c37d41f2f09a59e3f8bf60b2ec6af_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e01a83cb76fca294a011e022ed86f1da8cde36928096422a440bce8e42fbc8b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:757ad9e0c37b861340a7b2269b068d5b0c6355322eb5f5898a856fd9c4495b16_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7f68ff8059ae68d15041b8f38ad5ee5278289e1370d276cf7e78fc7e9fc3bb10_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:816787cc8c95a4a2df1416f09af6228559333e1bb1421ede0c9e2093444260e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f9bb9a184319c9fef278d3c6705f56cfc592c844f5c458bd20bcdc07c4230982_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:198f39ed50bbd835f4789057f9d7fd8de0962f1641a7f453dd90d68b5b2a4e7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:633ce875ee7bb08d9bf00cf79738e3e63cd6bf4de2d40fa6860142a301c0968c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e169d65b86f23d6424af5e7cf9e1d0ced58382128092821676196c0a05f91da6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ec2586358c34d0130b00a3714b50c8b7bc33ce915aef6aa79eb214d38202f37e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:13e81e4c25d8c789ca15eb4e84f3fc531a50b4dc0d95fa3573e002e3b54cad61_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:17637f8455e0e17bb3dca34545a26e881cff3e1444af45b9f45c3e282a252bb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d2dde1514fcf3308d1469a0af6727835121c4d6a1a1775a675a7ffabba8e3bed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d6376055835ac40728181d6f354398a0e60ca131d2fd8f41471ed87e974ea4cb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6f86d997faaf61c874def5a78cded319a188c1babbc4dfefb91a29f7e0d7f0fb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:73bceed99ad1b0bc99e66ab8361037e4046c5212645490161572fe6f34de98b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:babd6b0e928bb674289f34787d3aa536bdc4c24a877a5ac9311f21f0cc9e6224_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d00a12f6c4e75a2c93bdd135eeb742f42868b0186d9d03f318c885407a17e439_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:0932891a63e5ec5a076c7848d5746e29d972f3a96058914bee8fffa4921fed38_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:472e977d39473b92992f53c0225de477318b31be8656c37bc35193789ab7a456_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:71021ecd15d688aefa6db79f817c11a751b51f6ea9f2e48781bdc49c6de98088_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:9563eb7617a4d3a9c22fefaf03a4ede698fea2621a68ad231cd9e65930043a56_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:1fbf3bf4990353e799dc271bb4a0c58b385feb2ee60207636a3f76544b4f5ae4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:7815e9dc63477803e7e8bb8a01ea83043b5503ba529f64db3c76ad1c4cf2f0b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ab22d93f277f9bb65fcb5fd9c448b72f82384b9be43b8ab525d2836832044eb2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dee02e09373732db94bc442ddcb2eb4d13095a04e35c674387d3df8ba23d67d5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1a046b24339587101462756592c87ae4a8f699fc2977a703e6d031e2022a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1db6c409fede3e9ec09788fdf286fdb0634de6b6e727ec010332f7cf2e462_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:bd6be5cf4063439e92a1264ce3af0ea6528b9c27dd4b26f043a80aa8616575fc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c955c4b9dce1b25c73453079a21d84c5a2e5d0b53cf6e351f9b1855f08db3fb9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:221943f7b65573c2942d88354261f93a01950be1d1a86fa853544cc4c283c027_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2488ca8b2a8f658f3deaf9a70b12f7aca159490b5e0861d746ca8ee5d2010041_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a3435c546844b61f456789fd315495d6bcdc2560756e9fdfc4b896cdf70d75c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:be2e4dd58b8ed72278bb2c014317e69185e2b19dce37beea7fec3798abcb35f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4da2632fea643a834aac3fd63bc51fc6b0d768b869ac450e6779c9f36429a9fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:56ab8a9553f0c0202a47d858e234f2672098514dd647502405cac1f28d14196a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:abe530f4e865add435da2afd379a3a11a4d75c257c2468a09bc78f10256e0be9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:fe1397131aa0d447366fd627b12582ed647551ad3af13375f8c281ab73745f0a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0857a5a2cfb5c277bc2d2545fb19693f23285ccf6b75144da8fcd7225e1df1c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:43b36fb1f7ad271530f5ee9040cac4651a684e0e08de2ed90a2939b736b565ed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:7f86439496ba6573ee1d61b5f4d414dfbbf65a95526cdff54e45229f01785517_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8094138e4ed2267cc278a83a1586922c957142c9e5fcaec62db531c83b79566d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:309b1dd27ce0c7dc332c7141e576642db4aee6076ce50ccc2930e824f02ead2f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:35322e4580b0fec862223f76e0bd3c95ad0af31f3d4cdfd6423d3ec47d6e25c8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:699bc772c8a648f8be7d6a5c32d786d8f6484e584d918d68ef8a32cb1499663f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:779afd8e0fa21d022d7e75e7ba8da00cc7604db1adfbbea879bfb1d0f8c9c831_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:49e98d0193f7d7b4347043f0655d350a7a0c0d8c8b850d95abb57acd13dd8ac8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63e308cebeea85127f584610f59cdc9b228f01b9acb227f2f6eba7fcdc29b1fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:71f9b47dbd3985738259a6bc9a5bbdb240fd21284a194b47bb78538f8e870cac_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:9181583c88b3be23253c76e277f140c0a1532c1bff7d62cd0da1e14beba1aab4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:0f96581804dbadea29d9ef9a2a952753f5fdf295670ea0297622214e2a9b7d0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ae4714025025642ff5d9e250a4715b01d933487fa8bf4eaf82629ebd6d4c8702_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:cdb096f05b664fb542bb6eac3cce52c53da2e4bb636189bb53f737d3075615da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eb9908581f71dbe01d8553e494ef022417196408e9fdbd32f08fe1f5b9c9572c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:08725f7a384b4e72a173141cb35fb67293385ed72d973fc4d497f3c0f0dc626b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a322e3fc620e914088fb5669f1459a47140abdf027bd011d6ff4e5b3e6b909b9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b950e80fe164f86ddf624c80210308a634929ab8eb493496ef86bff1c5248fce_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bfc663a0ca81dedf849e89b91feb3fe0af97932fe8a8fc711d7ab85b6cbdcc84_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:13257447171d38e6e99c66faa476de6ff6ab934c285a0d1bf71fe94dbe583462_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:23fa493f397748092cd71c41b9d83d19fad6a5433b692bc644e30af790cf60da_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:28b1c9ee4102140998781ebef22f269316d8c2be2254c10b4d7151dffb0d37be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:be2175c2c6c9d882e44cf10aa85f1219573952473e893f67cc7085bf0a324407_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:61417bc1ddac0bc97c786b5807c2fa33eebc75f7cb186aaf9eef2151dbaf75a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:73956194247e000432a8c5f7b78255062c5ca967745ba2d97e680a06f698f518_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fbfa9ada74c4875985fc4bb8366d21eb5275a52953d44bc6bc740d48edeab5b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a545c9c2fbb36296286f684e02f9a5bc337b3c3fb9c83c608c988c88455f9bf4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:34a8a8a4a62b36b5e0eb061db3d56905c8dddfeb2e7a7135642f947ce6bd01ad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:41c2ea14036c2f8639cf0dd634e327841954eff4529743fcd10e8475546165d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a884f443877c7a3c0b32dc60a79e1bcbe89036549da7a8aa4608ee2ac6460765_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b28e8574a1d3b374ac4a61ea4f3c16eb70d9ba7385bf830c8698f4490f8fd3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:8e245c278c66405066cb31e9d48e97ad9cdb826511bdb1104807d26f896043a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:380e3045135a40d202f330002512a5c499d8d2079cc38e5c0bbd5a2312820dd3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5d06442daad2c126259fa5d594b53329e386f560b77a475ccb0cc37148644a5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5dc0ca56deaa237fb0bcddac8481b45d3ac81609b36c3b7bbb6cff8456899208_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:aa669084fb336f5d89d86cb58aca73b88d6bc4b6505eac2020664e0b6abfff6c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8cb392862e1835b610757e822332074ac459c593e9bd60fb6b6f6d0aebe577fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:987afa1aa902bb85d7c2d96f1637bcd19bf21eb832444c98d30171bbeb746751_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ad2f0cda09211f3e0aff615306168baf808e6fefbf1f039c3ae1a1fa7050a61e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:bcac50d10432ecdb8bfe2b465ba75889248ee8595f23c5243d023ac2a336f3b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3cf2d6f464e6a2fe5b4a8cf66690b3237aefef0c825a687a548f81336507cfb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9bd17213796576ce4d315986dc0b271011c37cd6e9ed75edff5ba80c3302fc26_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3205092b914bc1fe858b2ede7642227e04f35d06daec4848fdbbc0406fab4a03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a20ecaad93b15b869fb321c7503adcddfe1f0f5eb3f0f6427bd363234010853c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:57259db0550547f85684c19078b9af82b6318dca0c00ef8da27de8c8dc90e305_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:a95676fb6c1cc1b20cbb758a7c9fd34e82b3e114b81b5c17f47ef303feca3d51_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:49026487ee6722c3d438c05c1c181a36d14eca2f0d8debee48e4a02db0486145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ee65002c4934842ad86197a89e838997bb87a93ddc9de3423eb2af282a565c41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1bb56a1a194ba6f64edcdeae267fecec590c14c85431ba62ee8c6b5744da3a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bf72f3bbed57cebe1deb7690cd7fcb6d371e526630cb386d13180726736219c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:81afdbb2d9fe212af38a11b4d00ac952a306e13f91b23b2a081c0393173c5e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bf8d63c933996abf39eab9406b3061bee014d766a58f4e27a56413652d319a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:4a5021268b1ab163318270fc9ef07afa8a29f288c95ea69700c4bf46f88e85cd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ea443d9738e4428b6912b47f9c1d8d05b75cf8b137f0f9a76f852418b33b989e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:00148cec706fce87b240d38dcc91434f3c167052d5860d42ca9057e24c3f35eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:7996dc231961eb51daaceda9598b04e4bbe7d0e4019dccf5adec8a14d6f7e1a2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5c70298b919a36de41bf25d870bfa3da4013d36c6179db3eb6dd2e67dd20bff1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:a64777ab69af6f2b6cf4b78e5a00148e98353748946991c0a6da7eba76b442dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d4b6a07334845b2938c6d09556cea5e0477d13d4be6247bc9e3fede2e46aa3ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d5e665b41152b8363b4b15973a7b86365bb2c047366aa69bef7e1c499cf4fd3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:1a29c30f85b9bc858f0c70ca5ed79934494d92849f23baa6c7f26f67ea49c57e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:70f95a8b240afc604ee9af621fc3b63adaf80f593f3131e7ed51077ed2c77a1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4d217b45b97c9e01ba3d54d03270be07e9659b0d4313fc85999aa49fca560108_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:634f48a37ef03dee1cc0c0626c32aaebb8f9975b4640ac540f02910bdb3b165d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:00f06d1c70494444172d5630c33e1c93c333a880520bad3a810f96dc69cced15_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:01ac79392fa7a265608b75458534bafb6e5d350f2e8536bb9de48566c685841e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:12047af5271e61b4032c04c98df9ad54363d6beb13b36f49085307705677e345_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:37e5fa3bfc88e99fc78f2ced6cb4a99f5099942e40158dfa6940784c3d2ef95c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:54d10266c83c4d5fe91b013dac51538493ae4a4322c925e561c45316c73b1e2d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f799d506fc4087aac0eb4b2c2d6c8e511b598c6b3cdb1ba5ee470b787759fd8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:061d1b86afedd409ad4947a8ae59064f0fa92360cc82f640cf124776753ea3bc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9c7fef9c0e22e1721125d5b1312e509fada544e1d3d956338c3638aecea53dad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d3d951b736b910437255f3455b76357bfe0111c257f5a2d8dfe0f9abacf30fe0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f7feb8627754651663208ebb363a3e42e1767e16a65914148ce0507a77bfe795_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:23b0327190559517a3526d2500534542e9a397210cc6f663ac2b313aee902e92_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2911daa552328c8b01b19f91ad43ac54da18d343834c48ef35f12adff8077785_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:43960246dc7eb7bcef847c0d706bc6b0f0a407053a2cca7dfe27fce23c6d2af4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d05434d4552d2ffdd45d2fd44b1b2e2e8976a15f0f4ae59ce7dea73ca97dbcf8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1f7e808f97ad41f4c301736bdf2e06da73f2d0e3ef4ca838f0afd65273db7c8a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5553003527f078011d0c440f86c1480ff4e62b318e98ca2a4af97b42e5e186d5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:582a4e6fadda74e5c6c49b605b7967e9d6f25c84ab3de162c30931b1dcaee31b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6d54aaf9249113e5be1b6a87bf439ae778918533077a41ee9442396cda4d2642_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0b4378067622a7584c3be2e5e5d8748a564ae7672cc882bec0c1d6f4f4c28686_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2ba6c6b021db9b58614b1ceb9b736978b0e3396b04dda4518406b041448dd5cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7f7e406ef7b654a66bbcbbfa5326ceb1ddca4a0236cb60761a0ea48b919e8571_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fc403f7babe4eb16c770c80def94f34696b3a8ac55360b17c88edb11b9ae5a8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:473d595a495e4656de14b1b22456ef1ce2218fe39d02bf738990c0be4cdf5440_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6b3fc95809e8ab1be94de33cb375207b4302f93dbfd51f2a67228025c1e304fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7d0a9db460cb1d4c918f87a02979048f170f5e692e83cd517bb9b3271aa06dd2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7f1e2dcfd02a6a5fc56c6665979a8981f11144a5bcc6419feae3964b190583c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:775213a7b6d92d23694dbd1538727c84ad58c6b8a8b46587ff7bdeb7312acc05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a649eef7fa6148524b1f3aaf18ed6543f65ef91ad21358cb0af865401061622d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c593dda5f85469eb4ded8cb6c4738069d48a144823a070b83b58ba7772ba0e90_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ffdcf3c2b138b62cfc84d9916799812ad73fcba9c3416d7442f3686417c85932_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2e1e514d9f3cdf5f04ca924fa98d036988ab47259be5df67497931321634f730_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:32e93e986bbf92dd3a3e09f9c76bed29334b5cf794e18b843f81522ccf43697b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7bfa1c21aeb7971fa978d49455f4b5dcccd4ccc3de147ef47c32e9b74bcaf2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:dbb5abf21bed592282f09e30ba1387b084eb028bd931df5609c07fb8c09a0d75_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0606de7cca514d2b4ad9593d7f37950512741cd8f1597b1f83951aa7c8839268_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:116474d2dd37c159032b15ff856dffecad2ef0ab76298bc43f840bd0245ec78b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2e887b0da3269f28933bc5af839ea2df95b7aeca3993cb31b0a1c92e7043cce4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6029166a01da021523fc720ad70fc59f449684e577f9f5a36e0e759a39d0a28e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:849b8be9f7fc785a70451c1c0704501e2b449650acd23d450d145da1a760c166_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9c5d6a2d314e840600ca6bd1354c7dc6040fbdc216166418485d6edfedb27ce0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ba10e440e514662920d68ac025d5f3841786a393703fc2dc0ee21ff1d2490015_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bac1799b133fd829b35ac619a25a272301816494e83be5a251f78a50e7fb2f88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0469874ac135c41bb590ddbac02428775083221257b6904fa376335610c4acb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5823c8fa1f1409d6863dacda718e35b7afd2915befa21343dfcc68b6fef7a9ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b38d3723f2547dc5676460e3738420e243c6fdf7be77e54d18657efb9668c438_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e5a5e4c1a01ff3f5d694ca26dd248533fd463c85374c25ce1a9f4b7a60deafc1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:19f94467c811e10882e30eeef39b1266b83ee417974aaf62f75738d51811cbc4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:47487ff8d0cd813ab3354061caf319dec553b1cba9d5c1045de710b8a6d0c51d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b3a0104cb85f1a6965eee44fef58983637839a1f97ddccd737704ab41cda3a25_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e8c72b610288bdc44492ea0a5c2fd66cfb1673fc06f6bc66831fa84c96f86543_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1a9333d29d3561fe95488f3d80136d6b24b4a2e04472d37d34737fd1032a8856_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:705d146d458883660aa0b673a651d05d1d1ad73bafad91e84755118b82092ae7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b9265d767c8a6786f12dd4788377f1a316864863a32de4a4ec07ffc8b874aa00_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e3a7bfabcb96924059fb7906be97a0ebb1df35c6cad39a7968a6461df0cecb31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5c015e1a10e5f14e82e30ba41b1ae6a82cf5cb0bc631f5137d7637c44a3f5b8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:623bc4c74b05b46babba7da628809bac05b48d8c4055648e88f0db57c1bb0e07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9502a32446a8828e8a1887edcf49034e874ea0e32ab5fdb738ab89e77cb5a472_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ec7b6b83c8e934b66505e8051e183fbaac54e78abae5ae99077d4e5e163b4529_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1f15641123321a662f676a46a24f6c8066bba6e3730a3c0d0eca3ff8e548de23_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:85070876ada5cb86e8c585f3ac3114d548b189074723a13ec5d6fc6be25c9964_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a34e14a715bad1d324f9211d95c56ed387ae51b24b21ccf931c12f3f7b3dcbaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e12ce561e4cad13a5d08e8164060bb74a309f66047279a26dd727d34ed3dc16a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:67789c239f82fe3649ab8c0e13f920a788a3612d15a78fe5986a852bb2d11a0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:80d704ed310acc3015748815351da4b54fef2d8b74d7d4b03aabcf9fd7e60b38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bfbcd3f502bf336124261fbe51f19e7a4cb9e9132e07da62354699b30cf6ed24_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c1e371a0057014662b91736570bf25fb1211ead7402154a1149dfee9e55b994e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:175fd0386d9a4e064fa760f23ecfb45ac6ae3500e5a50acac0660d06e5b7ecb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3e9811dcf3c528ae6f5ff86659dee1a590c2b53f7af1a03204d06fc3dc628fcd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:68af6c6e7f51523ac223f4e25955cf3777f4ae5b601dcca7c6ec7e2dc0de0782_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:8f1b3ddbde3e33dbe01816bce0cce7d7bd196cc04affbe606fecfbd8ad7b8b17_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49699de68bf38c34edb696ebe4f9dc608756382a977f497f6713dbc7b6e1209e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49c32ab1927e0969508b906c14aafcbc64e6eff7680b9a10812eca4f17787921_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:86135a8f7d4aed36e7b2a571b431b29eeaac2bda02762eafda3e22a62a7a2d6d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f2dac4ffbee9d028b26e683b63a9f033ef8609907f6c498d42c447a306e75328_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2884bba195d4d635378b0d15efa54991a23f51bcf4efb1095b478f5cd9c34f46_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:d84853556ede64db5615eb4d826879c744f7ccbd92c51ecf392a686af854ec11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e05dd48fc4c26b5dd822ee58a2af27bccfd0ed28cc959a6fc05073cec6f7c9b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e202635a4a52be92b47960bd8ced28634111416b220cca5fa7f86373ecd1210a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ae36d953c8c7f73dd78d620f94a0335ff5fb84b16ce9d2dbadbdf3dc5d66f6d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:308c924c44c35b39c66b429a15a0343a47f7dfad62dceb76ea7acfc85e6bd973_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e132f6b0a6b4e2dc63561c1ebaa0bd9fc669a835b0c22b0d56599e3da870231_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5216d36dc483b1368a03e00dd9dadc7c75de2bc36ed98cd7ea2b089cbe23965e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4bc11f6ad7c3e9c99e708f7ef5a01b4faedc8eb5d2de5b0cbed502395958555f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4c04a50ca49fdc521da592b9c326e233763918fbfd6bc97e001e0e680ce24cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8ba4aabc0e1e36c3ffe66b55c67ab8c305f64aa6011f80060c5d95ce91180c5f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d259704d34b605abd3568bd4c988bf9e831d80554ec2d7a57e7c39a70daf0140_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:14c55985b9277766e54156139f0949d1e3e5f756ade34512a3d5ea3dfed2c544_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3231ec9c296798f11aec6a285b0a8f7c5cf220534d0525afa59c17ab2464abb0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d8767e4d0b2c8222748319f05483bcefe50388abc182a01f3ca9dae3c80dce44_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ebed5c3d8e112fc5086208b4b4c0aba054a0058f3fd08b71b129dc124fa00f99_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:26dccabde8cc0d1ad45160677fe240b3fc098acae82f6d095fad08b78330453b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a168025d531f20656997ae845a4930919d6805b7f9374c40f7835a93aaa46b27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e696a8bc54ef8a13800b2168a395d2cbb08678403beee2dc52c56d04cb235759_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ebc22890c7759ec9992b64dcb0e388881caeeae333a9a84a50dfeffe27e38b49_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:09319f1dcbe090d9677a43249810dfe5b3eb165aa3f8b473417e0913649b1556_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:46a37e99da18852f5512235589ee86dde0db6c09d76a49275a8004422b9ec303_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:535d1b713587008fe67eec103cceb54471f5263516f5420589cffe1dea02be93_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bc614ab102efc7dfaa47fef84c4783da26548491e4c43257bb606a06e8d155f0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:08cac9e30829765f182624de9e45e59b40884b8c39cde60528dd27afa57afe72_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:13724dc9eb7247844e450b59b8cf3af5e5f486e9558942836ab60f74b9943291_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3e1a80763f76f622b5ffcdb35bf2dc20ce1e9c06c4f5f6bf0ae06b04134733b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d077c79741fd0c481fa6e1aa2c479b8c5b380b1d1f163259777c8c50be257709_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5e82ef0b9ab6d4e3b7431a7611bc563f356385dd8927855e6090008685f1549a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:62ba53e306331c1b20cad27ec31cf59687218f4bd5908ed7e9034559ded04b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7664e74786778a96606757f1de215a4a9702d0c9f7cecba7bf8028884a7609ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7a967f88faccfc101b9388f8434d406acdfc85d7d682f9ec742d59eb31074fc6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0e05cd1eaa2b9c558d22892495f090b6b51a316dc56d85ae825b6fc44611b6db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:445fdec85c2510c8a45b2a830ead87136bbb80bb9244987b4d6ffa5858931926_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ccae4f8f443ba6806ea33105d7dc06002d58914626cb9ae57476b29193761b53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fc0becd36b6fad4911a5b8c9a4693320918f7f7e6336c2b11a76adcb6d1eec36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:652f8fc874b95a56393f14c2b56a63faa64c04f6646c1786d07eaa272a9acb9e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:94b9c011744629b1ff6f230e25f876f218ed59d55a941377797f77cdb7c03e1d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a178a796ca9d32ac59faa5eb9a6aea30f1aec65d88f89080f57ed519a7983f05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dc8a79297c73782f5005075332bcac58b051a07d2b35626323f9b69ee5f4d64e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:03d66c724cb647d4a613bb48c9df6e9ffaabb68c8af5a4ccae45365e32456470_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4b9510fdfb45d2561927843dbd7ed869e2f67d9636e59dfd0c3ee640d9fc601c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b3570e078bed53aa3e435443bffbd12a7b259f8dee9d18c0d79b55514a547b53_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fc8e892ccbd8d3c1e737fbaf8f02b5fa6bbbe242780c9cd00fbc5e6889d7baee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:266bd8400632ac70fc6584e4bb2850ebcee7027ff7899acbeca612c6556302a4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2c8f351447fffc2133f339c6ab3a0bcd9bdfafad4a4cb5b7dd2abc32c6056a92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b8d2783a76f514f9a4e8096434ac205e1d82d09da2d67fb930a1b5e4d8089e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:74fa72db679ef47f9a3e3459a90dfaeafcb6db73dfe15b8933767e2f9d19c448_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2b5964f6cb078aba05ada42f0c8280dfa39f9f80526932cc5d41410922e4e8ae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:480b27e9866ca8dfba83e1accd427d4f6813f4fb7f612854e32bdffc10d7d5b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:91c7fa7b70f2cc82b26ac16f91ea084e15a4f5dc64f254ed878c25dd1170c0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:edc297cdb2f670aebc1d3561d801840ad029e8777ce45724066e6891aabd60fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:443e0dd81ae60896d31f07ab49611c5e0629746824df094ce28cdd3cb0ae1d58_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9b16561ca87196e3dd9330184f7abf25e97272e3c47d2e8d594e3095e74f815b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9ff62f63d487e25a750bad29314955effd17152bfc534ff698963760a2615b0a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ab506c549b676ad9d8dd179e2ba871a12f2096ca2601ea2a1f2605ccb849dc6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:08758e6b81d6679b095a8e7fa323870eab35fefc05e525c6ef810b6cc0b3c0fd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:af87d24f6540e5c98def879ec4ea8adeb5b138e41abc126b2c3030c5847fd0b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c5e9e59a08d8940e99da6bc568269eaf71ea8db62dbff86a7f6fb5dae861e323_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f5122187c85ef27f5423ada009d800afa4800e32ad1ea3299586fe64cae8e38d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3c5078d135089e1548b4dec49b7e78658279e42a72792a988447662534b6516e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:56158ce0af0c0eb9709b2d1a172201bc795ed6e5075517b6919ed1302399d6f3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6720c8097a398327f18a5c84c28f6b58aeee017199c2649649a1f159b8365838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:89295652b447f42c6a0d6e1299f63b04016f10ec8faf6372357294a14472e426_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2baa85e44cc4ac6cb825103508c5bd74e348609eaf53ed42c6d0e045dfa62772_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:61283f1fff1f8ec53563012a5b1fb5a48831f0a220d3676b512f5a60b331e849_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ba258012c0832c57b29785be805be44f0b5f8eccaf76d82d7493946806eafe5f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cf3bee6414a87e7f907d30047ded274c488239af5b1f43ed717ac2cede29df86_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:40854e0833b6cdfedcf275cf716e58f3cbc5c44be313fb83ca3e909bd80d0b08_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4d6a10dcda92c599f52977c71208222d166168b29da4eb4727c466e7eb53cdd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7be4c5ff86b0e939ee9f22156812fb98d2f96c1eb4567ca8a6a01ea3aa735dcb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:83bdc9fa5d3893a973794dd7162bf9564ecf68ce44814349a621cbc284b9e61c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:993ba8c1dd84e486fc4084a7786934c356a9b12ae86155134fd1a1dc1e5e3f2f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a64dfd96d3aacabc8f219d19e6d7eb0c1ac5b68b49eb93fcc973d76e67ef1d34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:ce306e2cdafabbaa29467e0cdbf316673d17180efb604e683a7fd1ed7181c6f9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e6748814d950e6f5e370dec9cb7d557fbb0d29ad3620b567840770be826a601e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:04d418560f90c35b42be67886632615d62dc89cd37fcccb6e247212b535fbb7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:40eaefc42c0f0b5adeb47bcd463c2e2a45e7f3af1c0fa4cb3fde9c5479660c4f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:545bc2a7b32276bec515f338aea3a2976c01cc787a559986646aa6fa26ad5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5a2653ccd5dc3f59a228ee8b936460575e1a392d12287661b1dc83a9f8210033_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:12e5e4ea4d19c4dcccb35dba161fdba8a703ba6331b11054e4664818737746a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:180e817b55ebfd081fd0305f63b3e0539fe8d13d1ceb8428ea21e213779fd056_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:92e8693b9f6955f9862c8b576f5e32bffc3bc34232511fae0cbe57d705bfc53b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e5b5d4750a3ffe24b1196255d4cfe15b21efd587a41736307ca8e4e61a4936fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2ca8a85fb07b431d97ca6a3e3c18f1cfaa20883c7076d6b5b4e6942b632f9aaa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:559af5a310f0923dcb4ef9389c51c98604cf44642a13e8ccb46225b4ca268580_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ae056c9c8e0cdc6519ac1a9542781cd54ac2ac8881f513e965b57ce7d1e5ef2b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:deb92b50d5948bae13db37a7046d9b212dbfd3ddb1063ff8a5e5467f0cab203c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0c4f3cf84115f8c9b9bed6b2dd5d52316eb3a9e670fe6b9e28c2dbc350392e87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1142ce3f8a3c1c2a1c7dba79ac2c3b276a45fc6271ad9df9e6a5d8684c36da2a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d9f2c021c17f1416e01ba31a8823b7a87724fd96d7ec99d494981842b5d452b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f3aabf75e838b4a941f64a7a322768729059346d7578ecf5fe7ce27a71876fca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6389373ccb2fbe1b6385ea21dac1c0ca918bf9d3889ad7a738de6be5d7ec4272_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6449fee9a31acc582bb85e0031312e3ff07d1f1843a1c6c410eb79cbbec1ceb4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:751f007afae9f16527e9039aa95c2ee6efd2ee20afe3c083ba7298493d2406f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:afc11a340e28d4100c31646b705e8db302f6b0a96ad3620e07391f02a70438f1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0673d2034e7e5fb412a171939379da14e9269dad7bb53e83be7ecf8233b0b5a1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:18f0345811215feda18d2b63f679ee870e76b33e9f61042d93edcf36fe97df95_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a2d247eb696c80e02bc8c1873e8ee0fb71a1e5ad6cf5cd84bdf504f4fe17cb10_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c342b14ff399c961ce05c1af127244b950b8e9d641ce8752f9d0f880ad7a672b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3d9fbc97d13987f28ca76b3e238b540492eddef0f302c2dd958c1b0d05e10941_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:47682d4e934d597aaa1e809011a69afe93936fc629ad3dd1ed76dc7b073f7ee2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4e8d3460e04e85a3e01a578d492499376787c85f2840c97821f11213862239df_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d7b99cad55a1e1d380d30d0d4a61bc5f0cbf3a87223efada3e69bd9b0741d3b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4849bfa8a48c7e7d264fc6ea9097fa9d33da25f75776619976e3204b42026cc8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d7c3f5ce57c0aa25e13ba9484facd75c5a1dc3caaf9be4d0f273243e7ace327_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:78aef6c20ab3bf78eeb8b8a857ca2a24067d45cea0a070c44d3fcedc00d4efbe_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7f33515dbca04230d98550ab638efa87389629fc7d913c8ec42e4b5bf8a772f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0251068577a1724dc777683dd189468ed77413b396614a117dac6b4320b8f01d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8812fd85c74fd67a95afe09c2ce5e7d592eec1e25fdc6fa331a8bd41bdde0cc6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:89e0a7e0fe060abb45a6f8e6ed1906053c09f95c252ca7813175903db61fbc99_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c3674a8f28935f3140fad744b5a178a8346a9a7f79f6c281561d2877b38c4ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:13bc0d4f7d4508fafca5a3bc61b6449a056e277da131e753c06cbc1bb7781b27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:993a2a0b3f84e071560f6fc1a3ac243fa745ae9a7ab15febbe1385437dbd3ad8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:80fc518199cd3a1ad421b142661f0a85679b12b69d0afe580fe60eb6a13ddad4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f069665c66c19d9775b70a31aa7a1069bc653691f6abf106a88b2ceb8c0e1ec6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:13ef0c0585b01c56b865e029d029a553b458fd2d3d0204eb6dfba1bcaa11ac3c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:599d33b55e88212202b15f4344f7a18dee4f4504b3739d6ec99414d05bcde2b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a751f1f0540505bea087d3ea9e6ba798e89d5deb772cf8e401caeb3816a563_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4c26bc366b267d444f448a4d7bd5a0d26f84bea653c14b261a829669d888cf88_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8b67087a584a2d952a6e80572686412cc8ea01f03ec8d70b56cb8a24a0c5a3c0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ac1123e890f0aee159c9105e26e1f1ed3ba5eb3ea66b422b281c3e9465401c5c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0dac7821ce2a3a5a180f53f381d9e61484cd8c5efab3c9a7dcc70b5783421b64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6b30b39205367ec985c4a9d948e71d378b9483689c3ea179cd0f2476b9bfaa1c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:de903677bccf645889ff7968ebbc052b14273329c0765f7faa53b0ca815d6899_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f8392be7a6f5223930d53ed6d127faf727489b8f5ebbbda6b6b437c529e3c812_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:02ac68c83db9dc50cf6280a418eed9261dd2182bbf51d16fd143519e49960b17_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3746261c5d4744b13d4704c822fd62ce1f486010176fdb3bf95512c72eece73f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:85e34da00bd6d290c04d8eac32f39db59b5f50fceee9b248b2cbe27bcf0e7e5a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c343b119edf863e179df865ccde0b665b87087d78b20919aa5726d8fd240b344_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2026fc52aab5a6d7766511080699112f32ae4576108ff95b0eefc5d807a14f25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:21b5298172f4de1e0074c4abf5e4abf27e8adc02bbf7ee49bd3388f7127d4901_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:42f8af9bf66ea72846b7f7e57652725c31b01fc4a8d39ff7e7882075438c521f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9c5711087546b1ba7cefab267b8aa30b54ecde5926f009518cf0db974ff84c3d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:373c4b7507a978e3dd62e9ea629d1e397b1f1db682e11ada1bfe5a0b45afc782_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3be306649df2fa3cc9f30e60ed5d947fb0678b0231b617eafd3b1593d10feec5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5b01a896101a5189740f84cb1a83edefdb0dc00288dde725ddd0e95480f8e1c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:961dd87e559779e6338a4d3d35c96c0ce6ff7cb9634ce32d4bf848032f4a2fb7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8799db20cca7be653bae6b8ac5adc1d628094eababe740beb5dbc27e05346872_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a36c2b308515a293cbcf265af68ecebf498739e74ef11016d5c0edd3cf47c4e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b86631d6601578548af20a28d132a0503fe118f53d7596a5632ed24ec5a9931f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e867bd8b76b5bc1438a7be88a30fa7707edbb1909920a1d4d1d0da0ddbebdb40_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:313074950c6dec37d29a9722b58ddc951aaf67c27b47568039f29f02f2523128_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:43618db20e6f592602096897bc89eaf3c58490a362e91e3299e20bb2a02827d9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:705f4db2e969d23205de87db1bd7dc8eb1ade64a76940fad950fd1a214dde6e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d2d5ee5893ae16784051d9526c1feeee3c641fc3e6f337ba807744551c00ffa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6ae5cfd48e788096162bc4517f0466bf526f16c84bb61072886a64842856c5b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8004e7284c63cc32a05f6de732791416d57d62db041ede2829d4797139094292_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8137c3932f344ce587769bff04355ad405b6ff27009bf23a221ba52f3da56e1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ef15235cf21f0fbfea74089f75471b483a98c920b65676bb6199c155fb61e929_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:149cca2af3f89c7d1e105de81bbd098c66be5687f18a584b644f21d0be20f414_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:33fc93d5cd30760383da666e8effb6ed32f4c8f2668da36677e98c1801ef4f5c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f9c1ee7f72c926c45cd76c12046b867d9efd7c3c381f34afeeb9b6e97751175b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fcfbae71f81307789bec93987c4523700c191a66663ce53e4009c5e0a8627826_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:04fe8c19bee4b629ee7f18a13dc0b7f49d6a4b6e19d204de90b6b2240b0f875e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5c9662139f98817aafe153a43f700399781d079390d5ad23d3b70fd6ac5d370f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d1147830f896fd229aadd2b766fbb4c8102b35a8edd4d8bbeef4928d89cdbbfa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:dfd0cdc29bca0a2239ef203fe7b58efd97ed4e72daed6609e22b20babda395fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5a9889308bcd1c3981072c83d44206d0c3feff059e0a2029d49adcb974674c95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7a715c7e2a8f54ccee42abf122b0028ed19705f401248d8c38f785d960f1b116_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a67de487534d03cdfc180af9d235edb21c5cb71e1224bb5041fcf2b9a428732f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:b3780d23a2c384ecef73c806cb20d7f97bcd11c12b6392c781c0deb7ceb55df8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:48b5d06ac4b35c2a7bca3ba2abc39e3af1eaf4ecb19c720d9b6e46b066318414_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a6d7d7df9078e9d1cb0f12f9ceac12c96bf2cea03a9085b23c3e4af6a456b51d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b757d11e5dc51a5822d9e30e97ac142cf004fffce87ba2e58b8d62926127664a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e61ed19beaf8352dcfd4b9478335a364263cb9839f27140a634a217d87d331e5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93baf08acbc6875eb2b665a9ef3601ca34b76767cd70a172dac7237f21b6958c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a5f2c2debb51b8aa926ede417cf9fa0e4ebaac4f5bf9e770db55a25902a4a3b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:dc97d5c1aa80515080b2b4d16fb08ee4733a9347eebc8427f10b7e70582464ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cc1559af0d7be472ae46be4552fb41e81ad804d73d1444b92cae4485118c6773_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cfd5513afd8b2b5e22d5e384a7f769f9c04709d853feb2f91ef667d804cf9a7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:febf2fb95748ed0c440e6acb72c40d609ae7587b2665cfd7145c878a2a0b5783_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1728f980f3ebba7e48bc0e8cad114db1e0c06f692638764e30ab990f45c637af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:41508513986b369c2f89c64af84b3980b16bd2432130fb122d8c1346f0602894_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:650f08f62aeea4bc954e69ed88a9f2f14d3c8f733c155d113c0c58b7154fec4b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:016fc7e804acce7a8b8df0a02bec320c32f9ce6224ae67598a63992219a77516_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:081f9cfabc57aaf4d19df8b496613d8aff54ceb265634c904ec7765c810b4553_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6da3ef092cde7fbaeee01c5d6bb0ca5d52af3ed8de458ecd3001bb96262c1ab4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:035d07364444ea963d64515420fa4005adf82c44b575555a074149f67db50567_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4e09fb0bd709d53a0abc6326905cc43ee36e6e4ec5e20108efd1ffe585b1f2de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:53a5f81aefcdd57ba33c57c02941803a072ef3f1b8467baa3c53c7e073a9ea96_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:cb3d2ccb57987217c75079a9c10f230f6a7de9ba3b0fbd87d8d3d5c71f8c94b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3472a8147e06452751999ae2d041063907f275ecf429dcdcfdce88c8a19a17da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:61155741778188324e0616274f067ec36723d0fb81d84e9715f72ffecfbc92ca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:adfe8cb84a5f0a241fe69ec532b7092a10cc274cc3aac2b86f33ac8e725ab2d8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e704c70226ec4986c16166ba1ca54b908d1b6d9ddd47640bd5ab6d292f977508_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1d63a1d7ba183c49c69a6ffe5a4584de5282029b0b2c2f3484b4f4431e2ce954_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:441db8762a583090cf4325377b0ee75838452a601732bccf4dbc57f26f6a1a90_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c5c52612378ce1f2577314e5723642237c9a361506c448ca80d2a0b56666a1f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3b9843a117d6a6ae28222951e1a556d3888ceab2ff75a082a06343c8030a5ed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:236fa2dfd935db687e786cf827d88210c2f586d2d1a93e610861995908bf2587_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:647704923828c83c6ed3810e3c4d7456fcbe378516dabfac30f203a3bd3634b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7638d755fde7fe6d3c004a6f0f7c761a9fdb75a3541f19a792c3cf8e8bf473d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d2eaa5b8ad9464732265b84128b5280d725feabb2d4b4cef0178a317add66c39_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b659f5c6da6f73bcf8b2850f0172358816bd68fca721b65a9a70569a94bc90d7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cc867d49602a6ada5de7a783136b6463c4d9adee9877ae1966c016a08ee8e87a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:6fa614240bbc1932f65f8cc9215d2baccc05dd1cd5586fd308c44d8a94447a45_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e85e957fc16a36b5964613a99fec1e7299db9bc63edd86ef965d879a081b64bc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:14b02010250fe10ca57b2dfe1046641aeac31f92e5691c067b3990383967f0a6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b6b13d29b1cb9c9bcf97f2daa289669bbd9ea501430e51652bca3d50f787f23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a8ab293c4f3c6bc251bc91466b7586e5499b6e198cff46e50f6a65d97df60f7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c5d781c35cda14ab70d4a5bde3bf72df0a3956f5cb159645e5337095bb71c5ca_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fadba956181755cedd19d3d5b5ee3da0222daa1dc609b629c900a0052a4cbd8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:2719589f19df23634ec3f6b578f3fd2e827440675b72a69b89c9d78b1310f98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e1fe563643282c027ea829274a1945458cdc5d079bf2a2b7b0a9982a5cc3720e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:28d64f60c216f77e3e006012a403671463b9dd90095e19ff2dd027def6abb511_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6d681aac67e08e2ecca32415dddeb47df6191a99f7a8d7bc3bf1697c6a26c1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0d31a90914ea716508caf180e30fb682cdd8066da7a0a31752be9d86ec9c777c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3ef5a3798abfd3d9ec1b6ebabf3ceb32fa4057072b2670793ca119f556c0897f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e2c62e4b87e0536d15ed8b4f2905930a750f770d5c6d0168de6291d92c51f9a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ef5f4d7e3c872acbc4ee48bc91b5835dfef66a698287a95836344c1587ccca69_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f5f049eb01192eaca548f3585845ed6a530934d2eaeb422fc78b657cabb1f57_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:740b0d9392c76e433ebb7762e57f156a0e2ea1db37ddaed2c5b8044ca092a357_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:da9ebcef147e8d9e84848454fe2b8e259bb549bf0de88ee960fb48f6c8051060_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e8f942ece24d15ce0c4a31f731f2060b6e3874a2f486b2dd255c773fb1a55f46_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1b4fa4d6ee3081f39e54b4f910100d210da682dbb0f308f08107ac44e7338d3b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:571a51e1eca0f31f273be8cff7ff115bdf192e14f5d510705ab7ed423fd5d9e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6dc96b2e8156e7e42f758cc28302a2e94e8b3888970d03a780b1732375e728fe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b91654b9aaa85e13d262d21b949b1a96b386f202524c2e8d52ecb66c279eca8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a677804e422590551f82a17e61f64bc03d5a8a42a695e7ae8d9de5dc086924d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:fb7f225a9221506e6295f7efdcf44adc33e5b971c470b5835b0ca3c42ee1942c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:107c9dcda9632516721c41af941362ccc316d25661bfb13a7c4dcfc2ea4e1c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e75d33740c576321707835258793fe2fd257682099348a2a067806e764e1560d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3ed82adddc3da003bdb272e2a5df0317abe41512179cba925f65fb5d8f7c2eb3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c16e4af4e9a79ac2f1fa632b20e98befa9aa2953ef241af186edd226e39150e3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7b6c16881c71569dbada90e320379c2159ead0b0ed2fa2113e065b361bdf2413_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9533dc6817f01e377ea2ff7e3aa4447d20ab5d016d9145b97e0cb9e758c9a8ff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1285e63d6cefc0454a400b20a6e404537a8d57e5fb9b5d7ff1a75b61555622fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2ea17afe64ff273c9208892a59773c1dca248367c849e805dc78cda228aba29f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5f33ae81c766b0b7d9c8411dc4f6a0adf760221ed0493a99f1bea5dddb5de41b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9de0bd8cb41c5324718c8d8f275c612c0bfd13b322225455a1142dc76bff0a01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:2fee175122b1e3f74cd8976af1515c869d096da0bc4f5e9024b31a64cf88896a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9ca16ca048f3de4a5d9e6b6a38b55bf0b4a994bf7f7ccbda8c50c02bfd59c871_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c42a4deb157c31f6fb871bceb8c4401f44ffb490404591ae36110511f933f72e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f6d5c31b12c8a1a1e8316f258ccd254bf6bb8e49ae8a175eefcdf0bfc5c6047c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:204e84b23aa1edaf66f10a49432115ecb4c3e8fa34472a909e1c9a7a0c3f3947_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:37f226136e439a1b37fab44e06ff30eb22b1ba8f12eca9e85f59936c3d58acd1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3e385fec20235fd68320dd564c68770d91c5c08a864e3de41f3800937d730334_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:878a0a7473a69442dffd7c19132d74b29ecf765e3499d29f8da7b1de2ff6f439_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2b51546e56d1893aaa1b68c4e6ebb5479614d0402e840c8c850702ffb198036b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3aac893d87e5c39ae1672eb5ad48a0b9d02b49888fab57f8662e6dbb3897b660_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c5bddc80f0ba0e391b336de8ead2442d0dff227fdb8aef1874bc3db3101f7048_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:dca0c7b1c7ec76232b3d5ddd15c8716e04a8384f0a816217dec544d667ad2e69_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2551dc2ab6fddb6edfefc185f7b6d73ea366ddaae4e2f79d554f0afb79aa54bf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3cc6eb31325b1f9c9a2163c570ae1c3d4da7e7dcb0d761a0fa775b66fda9dcf5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:569965f29f668f02a342c0c7b4804bdc92354610e9368ba42a3ea5cc3172f532_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c4b2b0855c4ba25e150de01e54f0a84bb4c6c220b348945742bc0c18cc6d7dbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:01b6587f8b9ee398d34ed3330bf0bdbf2dd01c2fe475ed4d44c547401d1dbd5a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0fb7ce17c762a70aa16ca9f7f35e41d85997bb2bb22b81986321d29634ce9b3e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:60c4fd0dcbc1ed92bee7dedce7879893a23c9e4a6181e5e6d6a8f04880f377eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8925d5826cca515b7f7c05558406b3688a14963ddefa80f5b44500fe12dfb1dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:3d914112ad75b59b03d5653cea40a25d92af415ef52dd10aa7394465e6bab92b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:f8d52c53ca49b3f9847d2e568779801321307e329f802aa9456cd0dab7625232_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d29e5c26f37fc8212f2ff15cdac470982494be155f85e3c310b0c958b943f7f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:fc7a6712a6fe86a47b5a745e06a0c6d164779eb198f284fd0996847b025e53c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:32bf2e7aad1dd9ff5100500c294e343af0dae3d392eed27a1c0305198734261f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:54b4afd46c87b2cc839aa7d8b8ae232aaffe0f39846a6edf9d0d3228adbd7a29_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba41cc4ad0ea8dc731838e00dae166209a3e06d104e5cf11491639f82290eca6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a9395f57a9adc721c6e43e578957e21c8b9f18defbecdf91dc49d11044aeeeef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ba077da5ec7f147b51f0ee4432082aed3b7a3a541729913bc2ed821688723e99_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb48a38cb5d06b67ecfb4777c44d44f3e32a996397450e30f40e7ec3e340a56a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:deb40607f193ff4e36c684ce74167e67a7e96187f1a44a1f0f20f36572005843_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7dc856fddd561c1d29112b0b8d4dc39dc7503974a9ff563612e6998bdba4b71e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a3e01913986169c592bb770fc49e3875d46031b5788f983ddcd52938f9ef7a49_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c3481c6f76c644c017392c092dcbbb25a288acd14a9f01e20afd0d2d35e16d32_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cc440be9f6b3c5e22186b6d53a428a8220201ddaa79be39e19cc31a8fbd7b221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:12d7ec468f9634a53d053f3af7957c5162d92595fc3385b26b08acb22b7935c1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:49f08b645fc28af342483d9efaf2f607c9c2a6b491b477cdcf2985c44aa3e894_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d32cde1eedbd0c110bc10836025cee78421ec16d2924d30f5e6265591a9ec716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:df885dc6da20faf1903dbdac693889d9882722e8b67bebe35f624c11e4616262_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:16c8b8c6aee6f6a06367ca5bfe2be8fb85a05c3f18a819683f49d1a8c73941ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:376659c608333e76b0b48fcdc69ff17643284fd22fdef6c6998f07be54c1cf91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7359a62beac2d501d629e6768f1767861fdedc0d05f53a4424a2abdb3dbb6a8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c71d05c245bf1a4955f46c785d7264985e1f904de2a19972f7ce6209a3be0e4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8e59a286a05743844dd1333770197161698788e0db4faf8e00cac6b2fb9a638e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9029d8ef1e4455dbc1910078afea1141f92a5c4d2c298ce1d9e4319209b55246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:da4ff38c7a1fd5adddbc0b0d3defbbd580197680b22648e2ab803c90c4a8c9f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f6c44d76a715e0ca38fa5e2becad93a2bf3a41fd8f181846e7aba81b0c579691_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:167937ed04f625a9cd2d0b8ed6048a5cb7b6d435bc2d41775d7db4dcdb5fae95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:176feea3131aada18df5da44af30a127f4dff392ce8ef57f7e0844969ec95923_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:17afd4ebbc2a5233681d4cc1774fcd70dc932bc10006235b11de8dcce826c2ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d3a98e507691edec50373d79ce9df48a71cb6a19a75c9276d0c5905d4f204b39_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1b6c3977b4835b0cd5399523dd437c230b992b77a0e7352b095d008be96fcdab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:54d79643f3a191710d1362d665b5c838130f3e51aecf1e27a2cdf66e98a3cb8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b8692d27a4799d20ce1a8374ba99f55732bb7db56cdf8f5b038424a086db614_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d196f02212da5e80ac5a73931316d38e9def9aeecdadeaf07aec685e661f9f98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:11c2a1966b0632e85caebc4555e3e2f726277175b27a63a5e854557499e0c28e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7e649963b5c1e2a7e8813569368eaf0ded5e544799d561622d469b03b9d93937_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a23fa7969c6a881648ba03ed1a13692c5db21b79f0608d841291ea9118548ed7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:af57ee131bc09ce55ecb3ae13ed7dc3ce9607a7438f0ac5a6e64bbfa000546db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:3a7644c1ac089cabd142fc1743b47302eae8528b13d1b038298f2f57cf746326_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4b5ee426703ecb55bf537731c39c69ab7f86316544cfc472ee77fbef7e5680a8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4cb60d36cc3b34b4b1496b74b9b2e68ff152a71d7f957b356311ea811bf05573_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f3f64bd2f70faa654f7134d803efdc032df63fd4ef07c97abd38fc41e625b48d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1b75d96a4cdcc3a37848c5edfe598cb1d99bb3b0707db5e3f62478320eb90f9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:876fd001172d5151ef99c02826f834ee4db4623b00699a8fb30d6a456a7a8687_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ba8fddfcfe0004287ce58db40c1092f2090b3bbb0810c277066aa2d97799f8b9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:bd9982e951fdc7259571b6d5983ea2cc44402cbea411ae9a6b135692bf5939b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a7a8d4d8adfd98d3a6e3d37644b33966f2c34ff1e553fbb5140ab9a15563e821_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b26a5a47cde227edb5e7f6e51247a6cd91e13484f6b5f7dc19b62f83b7478361_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ccdd76d6734e3a3cfaa1e432c1508c097478e842fd436672e57ef2563d817e4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:fee8f3b24b431ac2a5d4fa3d96c90c5e1aa68c08ee8ae9963fee457c98795197_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0e559f5e780f3849e73d7246176059360631d8c4a7db1700f6ba1b6a9e6ae089_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1a376560672f81b7596417591491e71d065e90672ff6ef5d37ed0785e9baab16_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:350a0360dfdc31eccadb0e8b9397d5a3436bb509999034b60e611428eb006cc4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f8b68ae48350a5aa9bdf47a36efbf661190d497ab5a139027a2bf4579d21e095_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5fbe979b3d448e36fac9615ccd96f8583b0d587d46f6b1b3749e85938cb2e510_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8d45dfe709ac701d6eb800b081947d39a855f65c756f31ae47b75be9fec0c260_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ea4fa6caaa81f207f2372c6179c3698e225658387549ba567c232170cacf8570_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8fb972b411085b4551e10adbd419e3cb89754ee5300222cc4fce27cc349513f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:066d438bdfa1626aaa7a0ee5d2e3222724f2f0cf5bc9a189b67fd5358a0a48c0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:747c142608d6f43952d315d7858f57edbd2d9de2d255938dde311ea580a329af_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b2ee2d0e9906ef1581677bd239073c09f93e5b720501e9001926dfe7db34839e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:bf0b42c5e7e51129966a4744bb253b7c336bb88b1f1a562e481f7eeff5428136_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:3e9309d53caaafc9b145f6b7fbbb8879c9f018ef226afe101f6dc7ab02b67856_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:3a558e248efdf5d3111b7d61e8bd471682e7038bd34c4490f8ba69b91b44f36d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1b0981e2ee13869663087d6504e0c0af6f2c56d2ebf81d72b4b7c751bbf6e500_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8073e0be1f7f7523880b30946f1b6868274c070acb97d9da2f5c486db99ea18d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8980be22bddace1adb383fc356975fbf0af9ac8a20bdc95b3303a80fbe296f3d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f4293de50825a003a825306a45612531dafce45b72a91cf4dd455d596a0c60ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5bc26795163f03947b3f42a5c8cc52b7fd6eb713a0fa5a1558bfe834c21edc0c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:7f29c85842a34554f06db311ef67ec08d1d947d32b4363d1153d92c8d13c3214_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:92857eb171128909119700c431920f543cbfc89cd06aa98db816a2fcaab321da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e931e3fe478f8f905855b4516e1ed9b33a161536c447025cd14dd68778c40fa0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:338034a3ce7dff3efafd00fa35b858c23c2ab284f743df414c6cdae455f8801a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f12584b95171f442bb3661c908ee43de70d0400c6273eb4e93325a5f3f167b54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f37f6568957ab825b08c2ce8fc6b32ad18f5b7bee50b24b1804e70cdb144e5f4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f949249e3847338ce4ae9b94b0d191edd3f316d471f0a9047f97e41e41b7554c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:407286c96b6e9d0ee4e8abec2b06a5dad70fc69820a00deae47cbf3fcdc65a40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:52294a05713b24485ce6d7d1b867081da2f01dc008b9cd052bf8c4c37839f581_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6693dff44dcfb7e6fe67f5373bb73d84cf401d20640c959375f20a24d31aa697_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f65918214ce906cb5af9a59ece43a36870989c579ac1660a2a58f9536a79d9f9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2ec7076ed08f4ce7a61f95083155b5315acb6004ea4245c70be2763eb0ce9f4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5a539e39b3aaf61d63f391b6960cdc5746cbb4b0fc07b85a98969f5c9cbcca4e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:93505b057575ff9292e2e96903238708b940a23953a79cf8742c880f1fbc743a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:be43f0ee18b6d56d81a09871c4a30dc2245ba60cf17ff0f1aad10e117f40aac8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3923e99d803b6dd5bfd2fc957101bef6dd86ba8f6de9e59a849e4c7a02d57e0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8253bfec4409c9a02be72d7e8d87fe5f4f81c1bc58a294f02dd570debc4f1128_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:851fd20edf32778383c81e3c5b935ec5607a05f8fc569f64e31875b8bbe81d6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d06d41126ced4841fae74d0437b18e9f1699d285158fb8725a8768a6e9065b79_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4375e44dccb08eb4ecf461f4e8e7e97d617ab5b1c968beb481d5795e6bbf0229_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:75140fa657674afc46d698aea19115a9f60c7765ffff6a0c4ae5ac166c725597_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c1a31ef64ecdd90020d72f323a242b551a6a4a85a4dae309e19f5d8f12d77b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c3b1ed110f6b17263484b7fde65642eb349162b206c0b9a2f463bf5eb13273c3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1369aaf62d9d273eef766c42f7015d56152f6b8effc50dc06d75b1bab38a20a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:47402101d62f418c0f6b8e3c6e2367a8c84f5151a0204f326bf1fdbe983c603d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b519e10d4cb8fd9ad126a36fb864d2f29f7df218ffa1b3b5f222e0befafbe360_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d70f848ab6450690b8329ae367ff2e5a3a5b295c073028dff7cf810104c5be5f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8f8c882873232fd9a00adc69e199f1b4acacffcdbc282280ebb61dfb1e61b875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9fe79073bdf1745b388fe52bee661394f96ba5c0af585ed8ab4a61724e324777_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b2b91287350dfb474763ca5d332c4765af0c1ff2d7be722e23ea93970add2687_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:bb5f4abfd26a9446eb2f4cb1355bda840ed1006a6233373434378abaf0e617b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:07ff9687205eee39d9ca211c0bb0c6b1618848e9e74bfbbe793aca67de73fa88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0ba94d11051416a116cdf516dab74d530a584fe7c4bb1e8d3deb3bde2214e459_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0fe87955631062bc7ce78891b9eb056f899308f8cb8101b3a44f889c1f0c0654_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:786de5dd308c9fa6643aabecea0bc666a9ede6fd2a5ce1cb0d511eac2a19596a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:719989a197c3bb8b8af09e95af49125cd28014fa74c7969f3f3b939223a6743b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:743119e024a9aacd8bd4bf45ab9c14e684ddbe2307d8f965e972ace243f128b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:76c523fa10e222690941abc8c5564efee1ec4d309a7d023480b6000a545d655d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a13cc82f7b2053435d5268416686ae2ba89e37b6561e49c7ac395cf3359ca2b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:98aa0e651302bb73569a0578e6c11a1691eafb5b0aa28dadd714a7b44b498f8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:9fdce4b5198ae740daa858432221625391f7283bad587e1ebc1220e7b0b4fa28_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b072bc3bdd61164b8076f2799e705ed8e34281b2cdf24d9cf08deb8e697de2a3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:fef5253a6623c30368e9e7e271501adcd9432b96473cf8278a7b81140d287de0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4eecd436b35c9b25eca6975ca9e938c2256fcfeead67e1ff4159d7e36122122c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7e11ca9795aea60b3f0853ffef0fdbf922f4863edd96c50fa85110f36bccced2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c95f8bcd0835611bb90983e96e3b780ccb65bd2bdc7f7554432ea971eac8095b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e497c1834c97590a0c388b58dc823cdff79ab6befd5f2a9bf494b3acc3181eb6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3a7af87b46058334b97531a4b1b5cd5be47e2ade8d74497429529bf0a489b275_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:97313aa4f1c1c9aa51c77a153d0f0eb35cab9711b7f1465b82a636ea44e849ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:ba0927ffd76ad6689b808e734038678c91854ca3d0630613094824549f8a150d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cd8feb684b9c70a4ffd7077e19812273f333174a70f7c2b63d57d140d8002382_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0c8bfd6ea4d0729e0ffffac9811b5db2ecf5c40e68ef048ab104f161d2689b74_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4dc7e3242cdcd1d3c1ea5930da7d4e027383149373cb6af0551ed2572eaea0b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b78827903e5c338d67a4ea2ba10ee67e16482ff00968ba99c27af2b6d50ce202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c9315d23ab26f6f40e05a5fb1f9f2dbce075244a035b1f16003d1108a7ba36d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:270b5e756fca54f2dc05f04b6f7b43f7f188153811decbc0b49eb215b11c2372_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5331e8ebfc48f4d2322226b8986dd178f133a52edcfc0a192e89f1785c8d568f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6cfd8c3da57c17ae1c430f2881c66eb0b1c456bbce4a9ada2491b2c873dba985_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa346af0288b5886b5f095d1fa0ceb7715d4333db919ff9d61078f369642cc29_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3403720059bdecff83f784e2fde54d2bebe09223ac6cf99ce2b4c840b9cd4a98_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3f8cb2cffaf6320f14ae09f7e44c965681b395370a156253790764ec9d2a2aca_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a02dde1d0b4f4fbbc4e6f0afd24da1595672f3f290345a4f6e98e11d89854a17_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c4e8ac4fea3c281effed3996a378c2e952a3d3704e47863b2ae6b266d2280920_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:46a0b302273acaf2582d377271b910d9d31ff98744cd8f290583a7bd5579761e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:af0442c88d2b9b93a187010065424798d89aad1d695ba438c815d04d7fcbef04_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:bc7b78f67fa189ba63da9891a1b05694d676a3ed2fa318336fa0850d63815250_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ffe4e64ee1b721aeefd8f1ceee11d225dd69319385e3e70f0bb52f4f40660a45_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:29d5a91b39dc6e72677bdfab50f56860c53e67dab139b464dd571fef9780dc6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5e6d4e29635ea0b075e402931daf8c384d07ec8660223babfd0df9d572ea6912_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:82555977089a1586dc24154b46be6499607a9d15110e5b48d9a549ee73f3843c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f32c4a07d2b7a14c39db1e5e5752960e46bcda700b292336480c95f359adf0d7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:86b3e656caf1c93ba2bbea00514a17b9d06cb7a6fd5c6746d80ce35f45aa5907_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ba5c8896242125c24e3a7e5698770293a601e9e7f8508465d7b45920cc9ce240_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7de62e540922f1de5f492527d07a8e8f4265d24b577cf2f93415209ccad63912_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bd71e582ef755da7bfeede697b5c2ab29ab9fcea6bfeb14cc8ca168fce5c7bd1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a1e6a736546b54bb2797d85d51b8f2b213fe2f6be6b26bad5b549df9dabf2d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:efc7fb9608c2be8c3c65aff302f923241bf8d008bc71c2fbba0d82ffad2b4f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:aa63c460867d565b44b2a8e919ba9a0e7fd6717f71588cc5a7e2ad268fe13181_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fe1f1b5d6da2e5ac66c689da49a4c76916533f30ab456c9961a225a5e26cb6ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:36fdb2cdf796941fc6638036b3a31048ba0209174c7a62424fb410ae14b1f81c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:65a0b94e9f663f3d73a9696a622ad46c73a5fc793f9dc46ee07fee8ba3bbb443_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8afe2a0c6b1b200201f21b148caaa682bce77cb3b1027f61d4c873e5babb1b30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9f7c3543e4b1a095399d1219c50f1f5081440ae1605154324d57ba9201aa4fe9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2c0897a842cd7b16b64888568ca65c2a6e473c24b2ba9bc5067d6f1f237885d6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:432c94d7d5d46ad66348775fa0e1a6c2c142469e8a770db5528a1aa25664c389_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c86c7188163be31c7ab04017bc46ae88707437f804ddf2b5bd5a73ae34f64312_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3f836bb9effeca4dd6a230a4241282d33ed454ebabd84829c41e58db5f24f47_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4632ef8ca0af5a8115f3d9490c2ad9e2e44361f4d0671fa8a3a1006254b173ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a7d2d10f5326e2d71551289740eba86d6dd2f12526dc684b1494bdd4228fd8e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ba876751849dd525a26e70996e7e02092c473bdf386ec4663a54ecf61c4f0d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e842cdc56ee7728aa71a7f95eda9777ba229aaf959594e73d998fbb30b7f76b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:90331abb869c0c04ca7bb59681cbd957ff54eb0e0265e16368f9fd6ab6937acc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a02580814c02bec4c1c9b79c4b5a48a5a59caafa60a573f9f99a4a1ca07c6f71_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c197de59c38c060dc8aa099a027922853e4b9dc7e5589ac55c8841dbd44b1367_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ec7a4bcebcc80cbda32227224f64e67cdbc98d3fab95466b55c89755421ea4d2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:223df196f0cc747e52ffae9f3dd03fab2da3c72d5e3b189e3035d4264a08c6c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:29f3154c0b972730ae9a54bc496bcdf62e9ed348b73d98ca958a265717ccc2a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5e12029e90adf045a4377f4be2be75c879e57aca7aceffa2aef08aa262ae0f42_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e150a242bffd4437f92000417cad89969fd547b5da514f8586802b99a668bab2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:17752e2fbddeff8e6f43bd354d91f248b4e69d88e80b29b75508fb03b82d92bc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b1703420b5a67a12f055518b6a23c1d8259dc8a064a1447196f642dd23363806_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b93a134a81af485a0f07dcd6a71c816ed517178826539d0f53b6c45dce87096d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d266a3bfe528e76a8c6ef1700a2016080d084cf6fad2e70efe5ba52ff0dbbc51_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:8c90e9864b3ff53d398f2451254dd3707868b36c6032d8d139cc3ef2cbd9084e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ae6ebf086515376ed35bb432a7f567f7bbb44b8d1b86773fd86daa387c5fb933_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0a0cbb021e13ce9d693eacc4982ece2e8ba4697f5d5571b8d0671d71824fd07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5271f6452a89fe7907b16f486439f54f0dbcc3d075a70ef446ee4cc62211b1b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0abb949ce9461e5718c1988f57791c7537eb1b3d2184f4b4268fe087e39726d1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1267ac849f67c33155b54409011cd3f0eaa27d5f211703875cfd383d1170ef9e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5082f39df1f143f23f0e587dec5cdb3e3b033ab446a57e7e808c88e6211a1a67_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8fa27bdf891edfb80585e470f09c9d6fa369aa727a3698b936b4818a4b46448f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:017bed02593deb2e9cdfe0f268916e5d1c8cb7a4f1362c6eb3c94050896d7276_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:027baac40981f53c9ec53f5a4241a657929d6289e42a0e5deef617c182b7580e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4bd5b70373a257b1fce20135ff4a4b3e6962eee541c67a0e29ba9a2523d4d4a2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c0b3ed1332b228290882bbff6a1ad6866f5ab2a4586b261949832cdc3bee5797_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:047c270f56b685d5a4e67afe43d2f1ff47829a259be6ff93bfec4864233d4497_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:50a6482667d53de3d7aa2bff6df05ca21e4e9773996afa8b8038721e231deaae_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:653dbef43ed7f531ebf64c9314756be42738f1635a64097c53210ed0b6b0de88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c4d2741561038e0080204335efc6eee5b6ffd8878553b240dd433fea701e6bab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:3de609d984e39497dfe119bb8e0ac2d6d823dd894a5c866e5ec87de5b5711e60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e3a8b252aadb5b32f42009803b56dbeae49a3ddbe9d00aa27569af4747fa403_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ccf49e256cd9c3bb428badab464a17aee485ee1516896f1ade10da11085e843c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e77ce95a84b01b09c5d1e6dbdea8970543aa3a60f9292300beb078d1288bb801_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2ab5fcf7003f4ba3de7656a284b11d6ee05bb02cd0f3532671a8c368f7b15178_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:44241e57d9067223cdd1585db9d699db113931b7a273d207516f60c498570677_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6aaa55450d567e2fa992650c456cdaf5529c5d96fc9984f7e1a4aa9ed6294bf3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f2fa21e8a0e88b25e9037a9c2db4b157ca6fef8b765b36da7dda71bf5a4c4478_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:10bfb59c904103177754f0336f7b7bab676d240480a8213ec42a778bca3f277e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7aa4fdd78ceafdc887a91224614657e86c1e12b72fde68dea4ee5c6e9b610cb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:e4a365a0516b0c8ef2d1259ec4bdb7f76aa9dc0d3c3cfd5d5b3d34341d349772_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:a06af7a856d5f2416777c1bb1d271c189576e273450b25c6dc5937cd16b8bf8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:28b8390dae142ea16bb05f6bd95f19b6ab38dd67c341168337ca07fe4f45fe87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:be6a9bcb97824c91f393af5aac5a146d819ed9893f5a074e146afe18f3a50dc9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e6392d583f97f0932dc01be55534fbb6dd3014f84b745e8bf7583b96ad7a7761_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f30d93c0f244f5ba21807dca912d18d4facf47ceaf43da7efa41b14ee816b71b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0848bdb082bc8dae6bdaa956d2ae36fdeaaac89024822f4bcdffb51da1165fed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9f9603a2dd344770da433fe8dd50a104d69e80ad463f9cba71b3aabefc4fee61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ab417553778971822422c6eef94aeb437209fcf88e78188b701d4b2243ac5be7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b9bb7615df3eadf64501f35dcefa829934f330892801cbb86e9f70f5dde236ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6bb4c6c64852f2b7ee590a0a60db256d8dd549a4b141fe71d311bf30d0ed88ae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:837cd26d96a814814145cd0aa0cca672769283c499eec36c457ae432b99a7466_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:956ad866d891e1340f630b9cad6ec73d1fc60d4061d4c63946ed714900388a3b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:9c91591eddbc058f05d052e3178102b28ebd25c2c9cb796fffd5047f5d413d12_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2488480"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in form-data, a library for creating readable multipart/form-data streams. A remote attacker can exploit this vulnerability by injecting carriage return (CR), line feed (LF), or double-quote (\") characters into the `field` argument of `FormData#append` or the `filename` option. This allows the attacker to inject additional headers or smuggle entire additional multipart parts into requests, potentially enabling them to add or override form fields and compromise data integrity.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "form-data: form-data: Form field override via CRLF injection",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important impact flaw in the form-data library: a remote attacker can inject arbitrary headers or additional multipart parts via CRLF injection in field names or filenames, potentially overriding sensitive form fields and affecting data integrity.\n\nFor RHOAI and RHEL AI, severity is Moderate because affected versions appear only as a transitive npm dependency in RHOAI (dashboard, mod-arch plugins, MLflow UI) and RHEL AI 3.4 bootc images, and those products use fixed field names for uploads rather than passing untrusted user input as multipart field names or filenames. The documented exploit path is therefore not reachable in default deployments. Practical impact is limited to non-default or custom integrations that forward multipart requests using attacker-controlled field names.",
"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-monitoring-plugin-rhel9@sha256:06ab376096238d4e04c9ab713d83d3cab5db769b5af1fd1c57ef2ceceec6ef61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2c80889bfaff670acbf859db3624951cda96d4ee8cb1560806ca4215e8c6c04b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:627c6b73224c3e37181a19cb598ef9a425cddc1d17d97b6c23388ec1345f6a88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d5d338daef4ae436780be192907d28a26785021d97865d8a95db9065734061f0_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:0c95fbbcfd5c54e6b2934a8efb4f8523d1536ec1deef78249f4daebaa9d327d6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1b84b2a1cecab16e75947d29572008547922714207272a5dad8169d1ca5beab5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:466597e63e82ac365414c803f5ecb8f06a72374885eedc5daf9532aad16ac148_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:de9cac5c7ebcf3d43cad87758dd2eb0f4d6480f59bfb4112c224a4497aad9ba7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4ae516b98be8fbdb9b783345fe680c1d6ef57b5dc06b2ec3bbd20bfdb7c9b2c4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8f242ba3e0b9c57ecbd85f0d4c1bd67306357c92b53968a42419736c3dbe04d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b717614ee549be99c17ceef3d755c66abc983e821e04808df347962858e0da81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bd0f90ccaaaa74683b9bb17db0651dfbdfdf8f49adf0ecbaf8e83756d270b590_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:040115466e4f525e9f2386d6f8838c51f8e1638eb06cd64f071d4ae027a8fb9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:1a677b9d28655390d007acaa656997b12a32e9093c1c228778ef96cc6f4ca875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:39c68aae39089d044ce992b949d4e9961105711501daf3d4f0ba7e9981920729_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e814640d65f77818c180a706940337f8ddec8ebe4cf22c51a58a8b69e0f4099_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2831d7dc9f3cad92219addd21b93959900ee2f71e2d988fffe913a6f88dc7e1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:50f602354dcb223759d781cb057b4081a424d6a509178b10674358cc8dba41e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6925001d8a798896438ef1388f54bc29825c37d41f2f09a59e3f8bf60b2ec6af_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e01a83cb76fca294a011e022ed86f1da8cde36928096422a440bce8e42fbc8b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:757ad9e0c37b861340a7b2269b068d5b0c6355322eb5f5898a856fd9c4495b16_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7f68ff8059ae68d15041b8f38ad5ee5278289e1370d276cf7e78fc7e9fc3bb10_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:816787cc8c95a4a2df1416f09af6228559333e1bb1421ede0c9e2093444260e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f9bb9a184319c9fef278d3c6705f56cfc592c844f5c458bd20bcdc07c4230982_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:198f39ed50bbd835f4789057f9d7fd8de0962f1641a7f453dd90d68b5b2a4e7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:633ce875ee7bb08d9bf00cf79738e3e63cd6bf4de2d40fa6860142a301c0968c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e169d65b86f23d6424af5e7cf9e1d0ced58382128092821676196c0a05f91da6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ec2586358c34d0130b00a3714b50c8b7bc33ce915aef6aa79eb214d38202f37e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:13e81e4c25d8c789ca15eb4e84f3fc531a50b4dc0d95fa3573e002e3b54cad61_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:17637f8455e0e17bb3dca34545a26e881cff3e1444af45b9f45c3e282a252bb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d2dde1514fcf3308d1469a0af6727835121c4d6a1a1775a675a7ffabba8e3bed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d6376055835ac40728181d6f354398a0e60ca131d2fd8f41471ed87e974ea4cb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6f86d997faaf61c874def5a78cded319a188c1babbc4dfefb91a29f7e0d7f0fb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:73bceed99ad1b0bc99e66ab8361037e4046c5212645490161572fe6f34de98b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:babd6b0e928bb674289f34787d3aa536bdc4c24a877a5ac9311f21f0cc9e6224_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d00a12f6c4e75a2c93bdd135eeb742f42868b0186d9d03f318c885407a17e439_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:0932891a63e5ec5a076c7848d5746e29d972f3a96058914bee8fffa4921fed38_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:472e977d39473b92992f53c0225de477318b31be8656c37bc35193789ab7a456_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:71021ecd15d688aefa6db79f817c11a751b51f6ea9f2e48781bdc49c6de98088_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:9563eb7617a4d3a9c22fefaf03a4ede698fea2621a68ad231cd9e65930043a56_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:1fbf3bf4990353e799dc271bb4a0c58b385feb2ee60207636a3f76544b4f5ae4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:7815e9dc63477803e7e8bb8a01ea83043b5503ba529f64db3c76ad1c4cf2f0b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ab22d93f277f9bb65fcb5fd9c448b72f82384b9be43b8ab525d2836832044eb2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dee02e09373732db94bc442ddcb2eb4d13095a04e35c674387d3df8ba23d67d5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1a046b24339587101462756592c87ae4a8f699fc2977a703e6d031e2022a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1db6c409fede3e9ec09788fdf286fdb0634de6b6e727ec010332f7cf2e462_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:bd6be5cf4063439e92a1264ce3af0ea6528b9c27dd4b26f043a80aa8616575fc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c955c4b9dce1b25c73453079a21d84c5a2e5d0b53cf6e351f9b1855f08db3fb9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:221943f7b65573c2942d88354261f93a01950be1d1a86fa853544cc4c283c027_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2488ca8b2a8f658f3deaf9a70b12f7aca159490b5e0861d746ca8ee5d2010041_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a3435c546844b61f456789fd315495d6bcdc2560756e9fdfc4b896cdf70d75c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:be2e4dd58b8ed72278bb2c014317e69185e2b19dce37beea7fec3798abcb35f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4da2632fea643a834aac3fd63bc51fc6b0d768b869ac450e6779c9f36429a9fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:56ab8a9553f0c0202a47d858e234f2672098514dd647502405cac1f28d14196a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:abe530f4e865add435da2afd379a3a11a4d75c257c2468a09bc78f10256e0be9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:fe1397131aa0d447366fd627b12582ed647551ad3af13375f8c281ab73745f0a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0857a5a2cfb5c277bc2d2545fb19693f23285ccf6b75144da8fcd7225e1df1c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:43b36fb1f7ad271530f5ee9040cac4651a684e0e08de2ed90a2939b736b565ed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:7f86439496ba6573ee1d61b5f4d414dfbbf65a95526cdff54e45229f01785517_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8094138e4ed2267cc278a83a1586922c957142c9e5fcaec62db531c83b79566d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:309b1dd27ce0c7dc332c7141e576642db4aee6076ce50ccc2930e824f02ead2f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:35322e4580b0fec862223f76e0bd3c95ad0af31f3d4cdfd6423d3ec47d6e25c8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:699bc772c8a648f8be7d6a5c32d786d8f6484e584d918d68ef8a32cb1499663f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:779afd8e0fa21d022d7e75e7ba8da00cc7604db1adfbbea879bfb1d0f8c9c831_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:49e98d0193f7d7b4347043f0655d350a7a0c0d8c8b850d95abb57acd13dd8ac8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63e308cebeea85127f584610f59cdc9b228f01b9acb227f2f6eba7fcdc29b1fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:71f9b47dbd3985738259a6bc9a5bbdb240fd21284a194b47bb78538f8e870cac_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:9181583c88b3be23253c76e277f140c0a1532c1bff7d62cd0da1e14beba1aab4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:0f96581804dbadea29d9ef9a2a952753f5fdf295670ea0297622214e2a9b7d0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ae4714025025642ff5d9e250a4715b01d933487fa8bf4eaf82629ebd6d4c8702_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:cdb096f05b664fb542bb6eac3cce52c53da2e4bb636189bb53f737d3075615da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eb9908581f71dbe01d8553e494ef022417196408e9fdbd32f08fe1f5b9c9572c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:08725f7a384b4e72a173141cb35fb67293385ed72d973fc4d497f3c0f0dc626b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a322e3fc620e914088fb5669f1459a47140abdf027bd011d6ff4e5b3e6b909b9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b950e80fe164f86ddf624c80210308a634929ab8eb493496ef86bff1c5248fce_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bfc663a0ca81dedf849e89b91feb3fe0af97932fe8a8fc711d7ab85b6cbdcc84_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:13257447171d38e6e99c66faa476de6ff6ab934c285a0d1bf71fe94dbe583462_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:23fa493f397748092cd71c41b9d83d19fad6a5433b692bc644e30af790cf60da_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:28b1c9ee4102140998781ebef22f269316d8c2be2254c10b4d7151dffb0d37be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:be2175c2c6c9d882e44cf10aa85f1219573952473e893f67cc7085bf0a324407_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:61417bc1ddac0bc97c786b5807c2fa33eebc75f7cb186aaf9eef2151dbaf75a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:73956194247e000432a8c5f7b78255062c5ca967745ba2d97e680a06f698f518_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fbfa9ada74c4875985fc4bb8366d21eb5275a52953d44bc6bc740d48edeab5b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a545c9c2fbb36296286f684e02f9a5bc337b3c3fb9c83c608c988c88455f9bf4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:34a8a8a4a62b36b5e0eb061db3d56905c8dddfeb2e7a7135642f947ce6bd01ad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:41c2ea14036c2f8639cf0dd634e327841954eff4529743fcd10e8475546165d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a884f443877c7a3c0b32dc60a79e1bcbe89036549da7a8aa4608ee2ac6460765_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b28e8574a1d3b374ac4a61ea4f3c16eb70d9ba7385bf830c8698f4490f8fd3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:8e245c278c66405066cb31e9d48e97ad9cdb826511bdb1104807d26f896043a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:380e3045135a40d202f330002512a5c499d8d2079cc38e5c0bbd5a2312820dd3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5d06442daad2c126259fa5d594b53329e386f560b77a475ccb0cc37148644a5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5dc0ca56deaa237fb0bcddac8481b45d3ac81609b36c3b7bbb6cff8456899208_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:aa669084fb336f5d89d86cb58aca73b88d6bc4b6505eac2020664e0b6abfff6c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8cb392862e1835b610757e822332074ac459c593e9bd60fb6b6f6d0aebe577fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:987afa1aa902bb85d7c2d96f1637bcd19bf21eb832444c98d30171bbeb746751_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ad2f0cda09211f3e0aff615306168baf808e6fefbf1f039c3ae1a1fa7050a61e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:bcac50d10432ecdb8bfe2b465ba75889248ee8595f23c5243d023ac2a336f3b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3cf2d6f464e6a2fe5b4a8cf66690b3237aefef0c825a687a548f81336507cfb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9bd17213796576ce4d315986dc0b271011c37cd6e9ed75edff5ba80c3302fc26_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3205092b914bc1fe858b2ede7642227e04f35d06daec4848fdbbc0406fab4a03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a20ecaad93b15b869fb321c7503adcddfe1f0f5eb3f0f6427bd363234010853c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:57259db0550547f85684c19078b9af82b6318dca0c00ef8da27de8c8dc90e305_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:a95676fb6c1cc1b20cbb758a7c9fd34e82b3e114b81b5c17f47ef303feca3d51_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:49026487ee6722c3d438c05c1c181a36d14eca2f0d8debee48e4a02db0486145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ee65002c4934842ad86197a89e838997bb87a93ddc9de3423eb2af282a565c41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1bb56a1a194ba6f64edcdeae267fecec590c14c85431ba62ee8c6b5744da3a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bf72f3bbed57cebe1deb7690cd7fcb6d371e526630cb386d13180726736219c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:81afdbb2d9fe212af38a11b4d00ac952a306e13f91b23b2a081c0393173c5e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bf8d63c933996abf39eab9406b3061bee014d766a58f4e27a56413652d319a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:4a5021268b1ab163318270fc9ef07afa8a29f288c95ea69700c4bf46f88e85cd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ea443d9738e4428b6912b47f9c1d8d05b75cf8b137f0f9a76f852418b33b989e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:00148cec706fce87b240d38dcc91434f3c167052d5860d42ca9057e24c3f35eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:7996dc231961eb51daaceda9598b04e4bbe7d0e4019dccf5adec8a14d6f7e1a2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5c70298b919a36de41bf25d870bfa3da4013d36c6179db3eb6dd2e67dd20bff1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:a64777ab69af6f2b6cf4b78e5a00148e98353748946991c0a6da7eba76b442dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d4b6a07334845b2938c6d09556cea5e0477d13d4be6247bc9e3fede2e46aa3ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d5e665b41152b8363b4b15973a7b86365bb2c047366aa69bef7e1c499cf4fd3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:1a29c30f85b9bc858f0c70ca5ed79934494d92849f23baa6c7f26f67ea49c57e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:70f95a8b240afc604ee9af621fc3b63adaf80f593f3131e7ed51077ed2c77a1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4d217b45b97c9e01ba3d54d03270be07e9659b0d4313fc85999aa49fca560108_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:634f48a37ef03dee1cc0c0626c32aaebb8f9975b4640ac540f02910bdb3b165d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:00f06d1c70494444172d5630c33e1c93c333a880520bad3a810f96dc69cced15_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:01ac79392fa7a265608b75458534bafb6e5d350f2e8536bb9de48566c685841e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:12047af5271e61b4032c04c98df9ad54363d6beb13b36f49085307705677e345_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:37e5fa3bfc88e99fc78f2ced6cb4a99f5099942e40158dfa6940784c3d2ef95c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:54d10266c83c4d5fe91b013dac51538493ae4a4322c925e561c45316c73b1e2d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f799d506fc4087aac0eb4b2c2d6c8e511b598c6b3cdb1ba5ee470b787759fd8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:061d1b86afedd409ad4947a8ae59064f0fa92360cc82f640cf124776753ea3bc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9c7fef9c0e22e1721125d5b1312e509fada544e1d3d956338c3638aecea53dad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d3d951b736b910437255f3455b76357bfe0111c257f5a2d8dfe0f9abacf30fe0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f7feb8627754651663208ebb363a3e42e1767e16a65914148ce0507a77bfe795_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:23b0327190559517a3526d2500534542e9a397210cc6f663ac2b313aee902e92_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2911daa552328c8b01b19f91ad43ac54da18d343834c48ef35f12adff8077785_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:43960246dc7eb7bcef847c0d706bc6b0f0a407053a2cca7dfe27fce23c6d2af4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d05434d4552d2ffdd45d2fd44b1b2e2e8976a15f0f4ae59ce7dea73ca97dbcf8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1f7e808f97ad41f4c301736bdf2e06da73f2d0e3ef4ca838f0afd65273db7c8a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5553003527f078011d0c440f86c1480ff4e62b318e98ca2a4af97b42e5e186d5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:582a4e6fadda74e5c6c49b605b7967e9d6f25c84ab3de162c30931b1dcaee31b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6d54aaf9249113e5be1b6a87bf439ae778918533077a41ee9442396cda4d2642_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0b4378067622a7584c3be2e5e5d8748a564ae7672cc882bec0c1d6f4f4c28686_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2ba6c6b021db9b58614b1ceb9b736978b0e3396b04dda4518406b041448dd5cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7f7e406ef7b654a66bbcbbfa5326ceb1ddca4a0236cb60761a0ea48b919e8571_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fc403f7babe4eb16c770c80def94f34696b3a8ac55360b17c88edb11b9ae5a8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:473d595a495e4656de14b1b22456ef1ce2218fe39d02bf738990c0be4cdf5440_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6b3fc95809e8ab1be94de33cb375207b4302f93dbfd51f2a67228025c1e304fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7d0a9db460cb1d4c918f87a02979048f170f5e692e83cd517bb9b3271aa06dd2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7f1e2dcfd02a6a5fc56c6665979a8981f11144a5bcc6419feae3964b190583c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:775213a7b6d92d23694dbd1538727c84ad58c6b8a8b46587ff7bdeb7312acc05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a649eef7fa6148524b1f3aaf18ed6543f65ef91ad21358cb0af865401061622d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c593dda5f85469eb4ded8cb6c4738069d48a144823a070b83b58ba7772ba0e90_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ffdcf3c2b138b62cfc84d9916799812ad73fcba9c3416d7442f3686417c85932_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2e1e514d9f3cdf5f04ca924fa98d036988ab47259be5df67497931321634f730_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:32e93e986bbf92dd3a3e09f9c76bed29334b5cf794e18b843f81522ccf43697b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7bfa1c21aeb7971fa978d49455f4b5dcccd4ccc3de147ef47c32e9b74bcaf2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:dbb5abf21bed592282f09e30ba1387b084eb028bd931df5609c07fb8c09a0d75_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0606de7cca514d2b4ad9593d7f37950512741cd8f1597b1f83951aa7c8839268_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:116474d2dd37c159032b15ff856dffecad2ef0ab76298bc43f840bd0245ec78b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2e887b0da3269f28933bc5af839ea2df95b7aeca3993cb31b0a1c92e7043cce4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6029166a01da021523fc720ad70fc59f449684e577f9f5a36e0e759a39d0a28e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:849b8be9f7fc785a70451c1c0704501e2b449650acd23d450d145da1a760c166_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9c5d6a2d314e840600ca6bd1354c7dc6040fbdc216166418485d6edfedb27ce0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ba10e440e514662920d68ac025d5f3841786a393703fc2dc0ee21ff1d2490015_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bac1799b133fd829b35ac619a25a272301816494e83be5a251f78a50e7fb2f88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0469874ac135c41bb590ddbac02428775083221257b6904fa376335610c4acb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5823c8fa1f1409d6863dacda718e35b7afd2915befa21343dfcc68b6fef7a9ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b38d3723f2547dc5676460e3738420e243c6fdf7be77e54d18657efb9668c438_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e5a5e4c1a01ff3f5d694ca26dd248533fd463c85374c25ce1a9f4b7a60deafc1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:19f94467c811e10882e30eeef39b1266b83ee417974aaf62f75738d51811cbc4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:47487ff8d0cd813ab3354061caf319dec553b1cba9d5c1045de710b8a6d0c51d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b3a0104cb85f1a6965eee44fef58983637839a1f97ddccd737704ab41cda3a25_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e8c72b610288bdc44492ea0a5c2fd66cfb1673fc06f6bc66831fa84c96f86543_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1a9333d29d3561fe95488f3d80136d6b24b4a2e04472d37d34737fd1032a8856_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:705d146d458883660aa0b673a651d05d1d1ad73bafad91e84755118b82092ae7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b9265d767c8a6786f12dd4788377f1a316864863a32de4a4ec07ffc8b874aa00_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e3a7bfabcb96924059fb7906be97a0ebb1df35c6cad39a7968a6461df0cecb31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5c015e1a10e5f14e82e30ba41b1ae6a82cf5cb0bc631f5137d7637c44a3f5b8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:623bc4c74b05b46babba7da628809bac05b48d8c4055648e88f0db57c1bb0e07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9502a32446a8828e8a1887edcf49034e874ea0e32ab5fdb738ab89e77cb5a472_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ec7b6b83c8e934b66505e8051e183fbaac54e78abae5ae99077d4e5e163b4529_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1f15641123321a662f676a46a24f6c8066bba6e3730a3c0d0eca3ff8e548de23_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:85070876ada5cb86e8c585f3ac3114d548b189074723a13ec5d6fc6be25c9964_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a34e14a715bad1d324f9211d95c56ed387ae51b24b21ccf931c12f3f7b3dcbaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e12ce561e4cad13a5d08e8164060bb74a309f66047279a26dd727d34ed3dc16a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:67789c239f82fe3649ab8c0e13f920a788a3612d15a78fe5986a852bb2d11a0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:80d704ed310acc3015748815351da4b54fef2d8b74d7d4b03aabcf9fd7e60b38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bfbcd3f502bf336124261fbe51f19e7a4cb9e9132e07da62354699b30cf6ed24_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c1e371a0057014662b91736570bf25fb1211ead7402154a1149dfee9e55b994e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:175fd0386d9a4e064fa760f23ecfb45ac6ae3500e5a50acac0660d06e5b7ecb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3e9811dcf3c528ae6f5ff86659dee1a590c2b53f7af1a03204d06fc3dc628fcd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:68af6c6e7f51523ac223f4e25955cf3777f4ae5b601dcca7c6ec7e2dc0de0782_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:8f1b3ddbde3e33dbe01816bce0cce7d7bd196cc04affbe606fecfbd8ad7b8b17_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49699de68bf38c34edb696ebe4f9dc608756382a977f497f6713dbc7b6e1209e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49c32ab1927e0969508b906c14aafcbc64e6eff7680b9a10812eca4f17787921_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:86135a8f7d4aed36e7b2a571b431b29eeaac2bda02762eafda3e22a62a7a2d6d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f2dac4ffbee9d028b26e683b63a9f033ef8609907f6c498d42c447a306e75328_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2884bba195d4d635378b0d15efa54991a23f51bcf4efb1095b478f5cd9c34f46_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:d84853556ede64db5615eb4d826879c744f7ccbd92c51ecf392a686af854ec11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e05dd48fc4c26b5dd822ee58a2af27bccfd0ed28cc959a6fc05073cec6f7c9b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e202635a4a52be92b47960bd8ced28634111416b220cca5fa7f86373ecd1210a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ae36d953c8c7f73dd78d620f94a0335ff5fb84b16ce9d2dbadbdf3dc5d66f6d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:308c924c44c35b39c66b429a15a0343a47f7dfad62dceb76ea7acfc85e6bd973_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e132f6b0a6b4e2dc63561c1ebaa0bd9fc669a835b0c22b0d56599e3da870231_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5216d36dc483b1368a03e00dd9dadc7c75de2bc36ed98cd7ea2b089cbe23965e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4bc11f6ad7c3e9c99e708f7ef5a01b4faedc8eb5d2de5b0cbed502395958555f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4c04a50ca49fdc521da592b9c326e233763918fbfd6bc97e001e0e680ce24cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8ba4aabc0e1e36c3ffe66b55c67ab8c305f64aa6011f80060c5d95ce91180c5f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d259704d34b605abd3568bd4c988bf9e831d80554ec2d7a57e7c39a70daf0140_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:14c55985b9277766e54156139f0949d1e3e5f756ade34512a3d5ea3dfed2c544_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3231ec9c296798f11aec6a285b0a8f7c5cf220534d0525afa59c17ab2464abb0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d8767e4d0b2c8222748319f05483bcefe50388abc182a01f3ca9dae3c80dce44_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ebed5c3d8e112fc5086208b4b4c0aba054a0058f3fd08b71b129dc124fa00f99_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:26dccabde8cc0d1ad45160677fe240b3fc098acae82f6d095fad08b78330453b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a168025d531f20656997ae845a4930919d6805b7f9374c40f7835a93aaa46b27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e696a8bc54ef8a13800b2168a395d2cbb08678403beee2dc52c56d04cb235759_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ebc22890c7759ec9992b64dcb0e388881caeeae333a9a84a50dfeffe27e38b49_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:09319f1dcbe090d9677a43249810dfe5b3eb165aa3f8b473417e0913649b1556_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:46a37e99da18852f5512235589ee86dde0db6c09d76a49275a8004422b9ec303_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:535d1b713587008fe67eec103cceb54471f5263516f5420589cffe1dea02be93_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bc614ab102efc7dfaa47fef84c4783da26548491e4c43257bb606a06e8d155f0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:08cac9e30829765f182624de9e45e59b40884b8c39cde60528dd27afa57afe72_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:13724dc9eb7247844e450b59b8cf3af5e5f486e9558942836ab60f74b9943291_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3e1a80763f76f622b5ffcdb35bf2dc20ce1e9c06c4f5f6bf0ae06b04134733b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d077c79741fd0c481fa6e1aa2c479b8c5b380b1d1f163259777c8c50be257709_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5e82ef0b9ab6d4e3b7431a7611bc563f356385dd8927855e6090008685f1549a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:62ba53e306331c1b20cad27ec31cf59687218f4bd5908ed7e9034559ded04b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7664e74786778a96606757f1de215a4a9702d0c9f7cecba7bf8028884a7609ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7a967f88faccfc101b9388f8434d406acdfc85d7d682f9ec742d59eb31074fc6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0e05cd1eaa2b9c558d22892495f090b6b51a316dc56d85ae825b6fc44611b6db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:445fdec85c2510c8a45b2a830ead87136bbb80bb9244987b4d6ffa5858931926_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ccae4f8f443ba6806ea33105d7dc06002d58914626cb9ae57476b29193761b53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fc0becd36b6fad4911a5b8c9a4693320918f7f7e6336c2b11a76adcb6d1eec36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:652f8fc874b95a56393f14c2b56a63faa64c04f6646c1786d07eaa272a9acb9e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:94b9c011744629b1ff6f230e25f876f218ed59d55a941377797f77cdb7c03e1d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a178a796ca9d32ac59faa5eb9a6aea30f1aec65d88f89080f57ed519a7983f05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dc8a79297c73782f5005075332bcac58b051a07d2b35626323f9b69ee5f4d64e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:03d66c724cb647d4a613bb48c9df6e9ffaabb68c8af5a4ccae45365e32456470_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4b9510fdfb45d2561927843dbd7ed869e2f67d9636e59dfd0c3ee640d9fc601c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b3570e078bed53aa3e435443bffbd12a7b259f8dee9d18c0d79b55514a547b53_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fc8e892ccbd8d3c1e737fbaf8f02b5fa6bbbe242780c9cd00fbc5e6889d7baee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:266bd8400632ac70fc6584e4bb2850ebcee7027ff7899acbeca612c6556302a4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2c8f351447fffc2133f339c6ab3a0bcd9bdfafad4a4cb5b7dd2abc32c6056a92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b8d2783a76f514f9a4e8096434ac205e1d82d09da2d67fb930a1b5e4d8089e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:74fa72db679ef47f9a3e3459a90dfaeafcb6db73dfe15b8933767e2f9d19c448_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2b5964f6cb078aba05ada42f0c8280dfa39f9f80526932cc5d41410922e4e8ae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:480b27e9866ca8dfba83e1accd427d4f6813f4fb7f612854e32bdffc10d7d5b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:91c7fa7b70f2cc82b26ac16f91ea084e15a4f5dc64f254ed878c25dd1170c0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:edc297cdb2f670aebc1d3561d801840ad029e8777ce45724066e6891aabd60fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:443e0dd81ae60896d31f07ab49611c5e0629746824df094ce28cdd3cb0ae1d58_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9b16561ca87196e3dd9330184f7abf25e97272e3c47d2e8d594e3095e74f815b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9ff62f63d487e25a750bad29314955effd17152bfc534ff698963760a2615b0a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ab506c549b676ad9d8dd179e2ba871a12f2096ca2601ea2a1f2605ccb849dc6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:08758e6b81d6679b095a8e7fa323870eab35fefc05e525c6ef810b6cc0b3c0fd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:af87d24f6540e5c98def879ec4ea8adeb5b138e41abc126b2c3030c5847fd0b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c5e9e59a08d8940e99da6bc568269eaf71ea8db62dbff86a7f6fb5dae861e323_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f5122187c85ef27f5423ada009d800afa4800e32ad1ea3299586fe64cae8e38d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3c5078d135089e1548b4dec49b7e78658279e42a72792a988447662534b6516e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:56158ce0af0c0eb9709b2d1a172201bc795ed6e5075517b6919ed1302399d6f3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6720c8097a398327f18a5c84c28f6b58aeee017199c2649649a1f159b8365838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:89295652b447f42c6a0d6e1299f63b04016f10ec8faf6372357294a14472e426_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2baa85e44cc4ac6cb825103508c5bd74e348609eaf53ed42c6d0e045dfa62772_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:61283f1fff1f8ec53563012a5b1fb5a48831f0a220d3676b512f5a60b331e849_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ba258012c0832c57b29785be805be44f0b5f8eccaf76d82d7493946806eafe5f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cf3bee6414a87e7f907d30047ded274c488239af5b1f43ed717ac2cede29df86_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:40854e0833b6cdfedcf275cf716e58f3cbc5c44be313fb83ca3e909bd80d0b08_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4d6a10dcda92c599f52977c71208222d166168b29da4eb4727c466e7eb53cdd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7be4c5ff86b0e939ee9f22156812fb98d2f96c1eb4567ca8a6a01ea3aa735dcb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:83bdc9fa5d3893a973794dd7162bf9564ecf68ce44814349a621cbc284b9e61c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:993ba8c1dd84e486fc4084a7786934c356a9b12ae86155134fd1a1dc1e5e3f2f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a64dfd96d3aacabc8f219d19e6d7eb0c1ac5b68b49eb93fcc973d76e67ef1d34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:ce306e2cdafabbaa29467e0cdbf316673d17180efb604e683a7fd1ed7181c6f9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e6748814d950e6f5e370dec9cb7d557fbb0d29ad3620b567840770be826a601e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:04d418560f90c35b42be67886632615d62dc89cd37fcccb6e247212b535fbb7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:40eaefc42c0f0b5adeb47bcd463c2e2a45e7f3af1c0fa4cb3fde9c5479660c4f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:545bc2a7b32276bec515f338aea3a2976c01cc787a559986646aa6fa26ad5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5a2653ccd5dc3f59a228ee8b936460575e1a392d12287661b1dc83a9f8210033_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:12e5e4ea4d19c4dcccb35dba161fdba8a703ba6331b11054e4664818737746a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:180e817b55ebfd081fd0305f63b3e0539fe8d13d1ceb8428ea21e213779fd056_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:92e8693b9f6955f9862c8b576f5e32bffc3bc34232511fae0cbe57d705bfc53b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e5b5d4750a3ffe24b1196255d4cfe15b21efd587a41736307ca8e4e61a4936fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2ca8a85fb07b431d97ca6a3e3c18f1cfaa20883c7076d6b5b4e6942b632f9aaa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:559af5a310f0923dcb4ef9389c51c98604cf44642a13e8ccb46225b4ca268580_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ae056c9c8e0cdc6519ac1a9542781cd54ac2ac8881f513e965b57ce7d1e5ef2b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:deb92b50d5948bae13db37a7046d9b212dbfd3ddb1063ff8a5e5467f0cab203c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0c4f3cf84115f8c9b9bed6b2dd5d52316eb3a9e670fe6b9e28c2dbc350392e87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1142ce3f8a3c1c2a1c7dba79ac2c3b276a45fc6271ad9df9e6a5d8684c36da2a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d9f2c021c17f1416e01ba31a8823b7a87724fd96d7ec99d494981842b5d452b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f3aabf75e838b4a941f64a7a322768729059346d7578ecf5fe7ce27a71876fca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6389373ccb2fbe1b6385ea21dac1c0ca918bf9d3889ad7a738de6be5d7ec4272_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6449fee9a31acc582bb85e0031312e3ff07d1f1843a1c6c410eb79cbbec1ceb4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:751f007afae9f16527e9039aa95c2ee6efd2ee20afe3c083ba7298493d2406f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:afc11a340e28d4100c31646b705e8db302f6b0a96ad3620e07391f02a70438f1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0673d2034e7e5fb412a171939379da14e9269dad7bb53e83be7ecf8233b0b5a1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:18f0345811215feda18d2b63f679ee870e76b33e9f61042d93edcf36fe97df95_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a2d247eb696c80e02bc8c1873e8ee0fb71a1e5ad6cf5cd84bdf504f4fe17cb10_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c342b14ff399c961ce05c1af127244b950b8e9d641ce8752f9d0f880ad7a672b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3d9fbc97d13987f28ca76b3e238b540492eddef0f302c2dd958c1b0d05e10941_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:47682d4e934d597aaa1e809011a69afe93936fc629ad3dd1ed76dc7b073f7ee2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4e8d3460e04e85a3e01a578d492499376787c85f2840c97821f11213862239df_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d7b99cad55a1e1d380d30d0d4a61bc5f0cbf3a87223efada3e69bd9b0741d3b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4849bfa8a48c7e7d264fc6ea9097fa9d33da25f75776619976e3204b42026cc8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d7c3f5ce57c0aa25e13ba9484facd75c5a1dc3caaf9be4d0f273243e7ace327_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:78aef6c20ab3bf78eeb8b8a857ca2a24067d45cea0a070c44d3fcedc00d4efbe_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7f33515dbca04230d98550ab638efa87389629fc7d913c8ec42e4b5bf8a772f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0251068577a1724dc777683dd189468ed77413b396614a117dac6b4320b8f01d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8812fd85c74fd67a95afe09c2ce5e7d592eec1e25fdc6fa331a8bd41bdde0cc6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:89e0a7e0fe060abb45a6f8e6ed1906053c09f95c252ca7813175903db61fbc99_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c3674a8f28935f3140fad744b5a178a8346a9a7f79f6c281561d2877b38c4ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:13bc0d4f7d4508fafca5a3bc61b6449a056e277da131e753c06cbc1bb7781b27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:993a2a0b3f84e071560f6fc1a3ac243fa745ae9a7ab15febbe1385437dbd3ad8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:80fc518199cd3a1ad421b142661f0a85679b12b69d0afe580fe60eb6a13ddad4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f069665c66c19d9775b70a31aa7a1069bc653691f6abf106a88b2ceb8c0e1ec6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:13ef0c0585b01c56b865e029d029a553b458fd2d3d0204eb6dfba1bcaa11ac3c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:599d33b55e88212202b15f4344f7a18dee4f4504b3739d6ec99414d05bcde2b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a751f1f0540505bea087d3ea9e6ba798e89d5deb772cf8e401caeb3816a563_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4c26bc366b267d444f448a4d7bd5a0d26f84bea653c14b261a829669d888cf88_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8b67087a584a2d952a6e80572686412cc8ea01f03ec8d70b56cb8a24a0c5a3c0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ac1123e890f0aee159c9105e26e1f1ed3ba5eb3ea66b422b281c3e9465401c5c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0dac7821ce2a3a5a180f53f381d9e61484cd8c5efab3c9a7dcc70b5783421b64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6b30b39205367ec985c4a9d948e71d378b9483689c3ea179cd0f2476b9bfaa1c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:de903677bccf645889ff7968ebbc052b14273329c0765f7faa53b0ca815d6899_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f8392be7a6f5223930d53ed6d127faf727489b8f5ebbbda6b6b437c529e3c812_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:02ac68c83db9dc50cf6280a418eed9261dd2182bbf51d16fd143519e49960b17_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3746261c5d4744b13d4704c822fd62ce1f486010176fdb3bf95512c72eece73f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:85e34da00bd6d290c04d8eac32f39db59b5f50fceee9b248b2cbe27bcf0e7e5a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c343b119edf863e179df865ccde0b665b87087d78b20919aa5726d8fd240b344_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2026fc52aab5a6d7766511080699112f32ae4576108ff95b0eefc5d807a14f25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:21b5298172f4de1e0074c4abf5e4abf27e8adc02bbf7ee49bd3388f7127d4901_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:42f8af9bf66ea72846b7f7e57652725c31b01fc4a8d39ff7e7882075438c521f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9c5711087546b1ba7cefab267b8aa30b54ecde5926f009518cf0db974ff84c3d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:373c4b7507a978e3dd62e9ea629d1e397b1f1db682e11ada1bfe5a0b45afc782_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3be306649df2fa3cc9f30e60ed5d947fb0678b0231b617eafd3b1593d10feec5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5b01a896101a5189740f84cb1a83edefdb0dc00288dde725ddd0e95480f8e1c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:961dd87e559779e6338a4d3d35c96c0ce6ff7cb9634ce32d4bf848032f4a2fb7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8799db20cca7be653bae6b8ac5adc1d628094eababe740beb5dbc27e05346872_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a36c2b308515a293cbcf265af68ecebf498739e74ef11016d5c0edd3cf47c4e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b86631d6601578548af20a28d132a0503fe118f53d7596a5632ed24ec5a9931f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e867bd8b76b5bc1438a7be88a30fa7707edbb1909920a1d4d1d0da0ddbebdb40_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:313074950c6dec37d29a9722b58ddc951aaf67c27b47568039f29f02f2523128_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:43618db20e6f592602096897bc89eaf3c58490a362e91e3299e20bb2a02827d9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:705f4db2e969d23205de87db1bd7dc8eb1ade64a76940fad950fd1a214dde6e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d2d5ee5893ae16784051d9526c1feeee3c641fc3e6f337ba807744551c00ffa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6ae5cfd48e788096162bc4517f0466bf526f16c84bb61072886a64842856c5b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8004e7284c63cc32a05f6de732791416d57d62db041ede2829d4797139094292_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8137c3932f344ce587769bff04355ad405b6ff27009bf23a221ba52f3da56e1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ef15235cf21f0fbfea74089f75471b483a98c920b65676bb6199c155fb61e929_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:149cca2af3f89c7d1e105de81bbd098c66be5687f18a584b644f21d0be20f414_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:33fc93d5cd30760383da666e8effb6ed32f4c8f2668da36677e98c1801ef4f5c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f9c1ee7f72c926c45cd76c12046b867d9efd7c3c381f34afeeb9b6e97751175b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fcfbae71f81307789bec93987c4523700c191a66663ce53e4009c5e0a8627826_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:04fe8c19bee4b629ee7f18a13dc0b7f49d6a4b6e19d204de90b6b2240b0f875e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5c9662139f98817aafe153a43f700399781d079390d5ad23d3b70fd6ac5d370f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d1147830f896fd229aadd2b766fbb4c8102b35a8edd4d8bbeef4928d89cdbbfa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:dfd0cdc29bca0a2239ef203fe7b58efd97ed4e72daed6609e22b20babda395fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5a9889308bcd1c3981072c83d44206d0c3feff059e0a2029d49adcb974674c95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7a715c7e2a8f54ccee42abf122b0028ed19705f401248d8c38f785d960f1b116_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a67de487534d03cdfc180af9d235edb21c5cb71e1224bb5041fcf2b9a428732f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:b3780d23a2c384ecef73c806cb20d7f97bcd11c12b6392c781c0deb7ceb55df8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:48b5d06ac4b35c2a7bca3ba2abc39e3af1eaf4ecb19c720d9b6e46b066318414_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a6d7d7df9078e9d1cb0f12f9ceac12c96bf2cea03a9085b23c3e4af6a456b51d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b757d11e5dc51a5822d9e30e97ac142cf004fffce87ba2e58b8d62926127664a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e61ed19beaf8352dcfd4b9478335a364263cb9839f27140a634a217d87d331e5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93baf08acbc6875eb2b665a9ef3601ca34b76767cd70a172dac7237f21b6958c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a5f2c2debb51b8aa926ede417cf9fa0e4ebaac4f5bf9e770db55a25902a4a3b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:dc97d5c1aa80515080b2b4d16fb08ee4733a9347eebc8427f10b7e70582464ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cc1559af0d7be472ae46be4552fb41e81ad804d73d1444b92cae4485118c6773_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cfd5513afd8b2b5e22d5e384a7f769f9c04709d853feb2f91ef667d804cf9a7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:febf2fb95748ed0c440e6acb72c40d609ae7587b2665cfd7145c878a2a0b5783_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1728f980f3ebba7e48bc0e8cad114db1e0c06f692638764e30ab990f45c637af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:41508513986b369c2f89c64af84b3980b16bd2432130fb122d8c1346f0602894_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:650f08f62aeea4bc954e69ed88a9f2f14d3c8f733c155d113c0c58b7154fec4b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:016fc7e804acce7a8b8df0a02bec320c32f9ce6224ae67598a63992219a77516_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:081f9cfabc57aaf4d19df8b496613d8aff54ceb265634c904ec7765c810b4553_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6da3ef092cde7fbaeee01c5d6bb0ca5d52af3ed8de458ecd3001bb96262c1ab4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:035d07364444ea963d64515420fa4005adf82c44b575555a074149f67db50567_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4e09fb0bd709d53a0abc6326905cc43ee36e6e4ec5e20108efd1ffe585b1f2de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:53a5f81aefcdd57ba33c57c02941803a072ef3f1b8467baa3c53c7e073a9ea96_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:cb3d2ccb57987217c75079a9c10f230f6a7de9ba3b0fbd87d8d3d5c71f8c94b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3472a8147e06452751999ae2d041063907f275ecf429dcdcfdce88c8a19a17da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:61155741778188324e0616274f067ec36723d0fb81d84e9715f72ffecfbc92ca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:adfe8cb84a5f0a241fe69ec532b7092a10cc274cc3aac2b86f33ac8e725ab2d8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e704c70226ec4986c16166ba1ca54b908d1b6d9ddd47640bd5ab6d292f977508_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1d63a1d7ba183c49c69a6ffe5a4584de5282029b0b2c2f3484b4f4431e2ce954_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:441db8762a583090cf4325377b0ee75838452a601732bccf4dbc57f26f6a1a90_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c5c52612378ce1f2577314e5723642237c9a361506c448ca80d2a0b56666a1f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3b9843a117d6a6ae28222951e1a556d3888ceab2ff75a082a06343c8030a5ed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:236fa2dfd935db687e786cf827d88210c2f586d2d1a93e610861995908bf2587_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:647704923828c83c6ed3810e3c4d7456fcbe378516dabfac30f203a3bd3634b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7638d755fde7fe6d3c004a6f0f7c761a9fdb75a3541f19a792c3cf8e8bf473d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d2eaa5b8ad9464732265b84128b5280d725feabb2d4b4cef0178a317add66c39_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b659f5c6da6f73bcf8b2850f0172358816bd68fca721b65a9a70569a94bc90d7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cc867d49602a6ada5de7a783136b6463c4d9adee9877ae1966c016a08ee8e87a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:6fa614240bbc1932f65f8cc9215d2baccc05dd1cd5586fd308c44d8a94447a45_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e85e957fc16a36b5964613a99fec1e7299db9bc63edd86ef965d879a081b64bc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:14b02010250fe10ca57b2dfe1046641aeac31f92e5691c067b3990383967f0a6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b6b13d29b1cb9c9bcf97f2daa289669bbd9ea501430e51652bca3d50f787f23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a8ab293c4f3c6bc251bc91466b7586e5499b6e198cff46e50f6a65d97df60f7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c5d781c35cda14ab70d4a5bde3bf72df0a3956f5cb159645e5337095bb71c5ca_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fadba956181755cedd19d3d5b5ee3da0222daa1dc609b629c900a0052a4cbd8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:2719589f19df23634ec3f6b578f3fd2e827440675b72a69b89c9d78b1310f98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e1fe563643282c027ea829274a1945458cdc5d079bf2a2b7b0a9982a5cc3720e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:28d64f60c216f77e3e006012a403671463b9dd90095e19ff2dd027def6abb511_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6d681aac67e08e2ecca32415dddeb47df6191a99f7a8d7bc3bf1697c6a26c1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0d31a90914ea716508caf180e30fb682cdd8066da7a0a31752be9d86ec9c777c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3ef5a3798abfd3d9ec1b6ebabf3ceb32fa4057072b2670793ca119f556c0897f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e2c62e4b87e0536d15ed8b4f2905930a750f770d5c6d0168de6291d92c51f9a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ef5f4d7e3c872acbc4ee48bc91b5835dfef66a698287a95836344c1587ccca69_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f5f049eb01192eaca548f3585845ed6a530934d2eaeb422fc78b657cabb1f57_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:740b0d9392c76e433ebb7762e57f156a0e2ea1db37ddaed2c5b8044ca092a357_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:da9ebcef147e8d9e84848454fe2b8e259bb549bf0de88ee960fb48f6c8051060_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e8f942ece24d15ce0c4a31f731f2060b6e3874a2f486b2dd255c773fb1a55f46_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1b4fa4d6ee3081f39e54b4f910100d210da682dbb0f308f08107ac44e7338d3b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:571a51e1eca0f31f273be8cff7ff115bdf192e14f5d510705ab7ed423fd5d9e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6dc96b2e8156e7e42f758cc28302a2e94e8b3888970d03a780b1732375e728fe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b91654b9aaa85e13d262d21b949b1a96b386f202524c2e8d52ecb66c279eca8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a677804e422590551f82a17e61f64bc03d5a8a42a695e7ae8d9de5dc086924d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:fb7f225a9221506e6295f7efdcf44adc33e5b971c470b5835b0ca3c42ee1942c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:107c9dcda9632516721c41af941362ccc316d25661bfb13a7c4dcfc2ea4e1c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e75d33740c576321707835258793fe2fd257682099348a2a067806e764e1560d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3ed82adddc3da003bdb272e2a5df0317abe41512179cba925f65fb5d8f7c2eb3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c16e4af4e9a79ac2f1fa632b20e98befa9aa2953ef241af186edd226e39150e3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7b6c16881c71569dbada90e320379c2159ead0b0ed2fa2113e065b361bdf2413_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9533dc6817f01e377ea2ff7e3aa4447d20ab5d016d9145b97e0cb9e758c9a8ff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1285e63d6cefc0454a400b20a6e404537a8d57e5fb9b5d7ff1a75b61555622fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2ea17afe64ff273c9208892a59773c1dca248367c849e805dc78cda228aba29f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5f33ae81c766b0b7d9c8411dc4f6a0adf760221ed0493a99f1bea5dddb5de41b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9de0bd8cb41c5324718c8d8f275c612c0bfd13b322225455a1142dc76bff0a01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:2fee175122b1e3f74cd8976af1515c869d096da0bc4f5e9024b31a64cf88896a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9ca16ca048f3de4a5d9e6b6a38b55bf0b4a994bf7f7ccbda8c50c02bfd59c871_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c42a4deb157c31f6fb871bceb8c4401f44ffb490404591ae36110511f933f72e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f6d5c31b12c8a1a1e8316f258ccd254bf6bb8e49ae8a175eefcdf0bfc5c6047c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:204e84b23aa1edaf66f10a49432115ecb4c3e8fa34472a909e1c9a7a0c3f3947_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:37f226136e439a1b37fab44e06ff30eb22b1ba8f12eca9e85f59936c3d58acd1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3e385fec20235fd68320dd564c68770d91c5c08a864e3de41f3800937d730334_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:878a0a7473a69442dffd7c19132d74b29ecf765e3499d29f8da7b1de2ff6f439_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2b51546e56d1893aaa1b68c4e6ebb5479614d0402e840c8c850702ffb198036b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3aac893d87e5c39ae1672eb5ad48a0b9d02b49888fab57f8662e6dbb3897b660_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c5bddc80f0ba0e391b336de8ead2442d0dff227fdb8aef1874bc3db3101f7048_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:dca0c7b1c7ec76232b3d5ddd15c8716e04a8384f0a816217dec544d667ad2e69_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2551dc2ab6fddb6edfefc185f7b6d73ea366ddaae4e2f79d554f0afb79aa54bf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3cc6eb31325b1f9c9a2163c570ae1c3d4da7e7dcb0d761a0fa775b66fda9dcf5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:569965f29f668f02a342c0c7b4804bdc92354610e9368ba42a3ea5cc3172f532_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c4b2b0855c4ba25e150de01e54f0a84bb4c6c220b348945742bc0c18cc6d7dbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:01b6587f8b9ee398d34ed3330bf0bdbf2dd01c2fe475ed4d44c547401d1dbd5a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0fb7ce17c762a70aa16ca9f7f35e41d85997bb2bb22b81986321d29634ce9b3e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:60c4fd0dcbc1ed92bee7dedce7879893a23c9e4a6181e5e6d6a8f04880f377eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8925d5826cca515b7f7c05558406b3688a14963ddefa80f5b44500fe12dfb1dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:3d914112ad75b59b03d5653cea40a25d92af415ef52dd10aa7394465e6bab92b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:f8d52c53ca49b3f9847d2e568779801321307e329f802aa9456cd0dab7625232_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d29e5c26f37fc8212f2ff15cdac470982494be155f85e3c310b0c958b943f7f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:fc7a6712a6fe86a47b5a745e06a0c6d164779eb198f284fd0996847b025e53c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:32bf2e7aad1dd9ff5100500c294e343af0dae3d392eed27a1c0305198734261f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:54b4afd46c87b2cc839aa7d8b8ae232aaffe0f39846a6edf9d0d3228adbd7a29_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba41cc4ad0ea8dc731838e00dae166209a3e06d104e5cf11491639f82290eca6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a9395f57a9adc721c6e43e578957e21c8b9f18defbecdf91dc49d11044aeeeef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ba077da5ec7f147b51f0ee4432082aed3b7a3a541729913bc2ed821688723e99_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb48a38cb5d06b67ecfb4777c44d44f3e32a996397450e30f40e7ec3e340a56a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:deb40607f193ff4e36c684ce74167e67a7e96187f1a44a1f0f20f36572005843_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7dc856fddd561c1d29112b0b8d4dc39dc7503974a9ff563612e6998bdba4b71e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a3e01913986169c592bb770fc49e3875d46031b5788f983ddcd52938f9ef7a49_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c3481c6f76c644c017392c092dcbbb25a288acd14a9f01e20afd0d2d35e16d32_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cc440be9f6b3c5e22186b6d53a428a8220201ddaa79be39e19cc31a8fbd7b221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:12d7ec468f9634a53d053f3af7957c5162d92595fc3385b26b08acb22b7935c1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:49f08b645fc28af342483d9efaf2f607c9c2a6b491b477cdcf2985c44aa3e894_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d32cde1eedbd0c110bc10836025cee78421ec16d2924d30f5e6265591a9ec716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:df885dc6da20faf1903dbdac693889d9882722e8b67bebe35f624c11e4616262_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:16c8b8c6aee6f6a06367ca5bfe2be8fb85a05c3f18a819683f49d1a8c73941ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:376659c608333e76b0b48fcdc69ff17643284fd22fdef6c6998f07be54c1cf91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7359a62beac2d501d629e6768f1767861fdedc0d05f53a4424a2abdb3dbb6a8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c71d05c245bf1a4955f46c785d7264985e1f904de2a19972f7ce6209a3be0e4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8e59a286a05743844dd1333770197161698788e0db4faf8e00cac6b2fb9a638e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9029d8ef1e4455dbc1910078afea1141f92a5c4d2c298ce1d9e4319209b55246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:da4ff38c7a1fd5adddbc0b0d3defbbd580197680b22648e2ab803c90c4a8c9f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f6c44d76a715e0ca38fa5e2becad93a2bf3a41fd8f181846e7aba81b0c579691_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:167937ed04f625a9cd2d0b8ed6048a5cb7b6d435bc2d41775d7db4dcdb5fae95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:176feea3131aada18df5da44af30a127f4dff392ce8ef57f7e0844969ec95923_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:17afd4ebbc2a5233681d4cc1774fcd70dc932bc10006235b11de8dcce826c2ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d3a98e507691edec50373d79ce9df48a71cb6a19a75c9276d0c5905d4f204b39_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1b6c3977b4835b0cd5399523dd437c230b992b77a0e7352b095d008be96fcdab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:54d79643f3a191710d1362d665b5c838130f3e51aecf1e27a2cdf66e98a3cb8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b8692d27a4799d20ce1a8374ba99f55732bb7db56cdf8f5b038424a086db614_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d196f02212da5e80ac5a73931316d38e9def9aeecdadeaf07aec685e661f9f98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:11c2a1966b0632e85caebc4555e3e2f726277175b27a63a5e854557499e0c28e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7e649963b5c1e2a7e8813569368eaf0ded5e544799d561622d469b03b9d93937_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a23fa7969c6a881648ba03ed1a13692c5db21b79f0608d841291ea9118548ed7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:af57ee131bc09ce55ecb3ae13ed7dc3ce9607a7438f0ac5a6e64bbfa000546db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:3a7644c1ac089cabd142fc1743b47302eae8528b13d1b038298f2f57cf746326_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4b5ee426703ecb55bf537731c39c69ab7f86316544cfc472ee77fbef7e5680a8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4cb60d36cc3b34b4b1496b74b9b2e68ff152a71d7f957b356311ea811bf05573_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f3f64bd2f70faa654f7134d803efdc032df63fd4ef07c97abd38fc41e625b48d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1b75d96a4cdcc3a37848c5edfe598cb1d99bb3b0707db5e3f62478320eb90f9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:876fd001172d5151ef99c02826f834ee4db4623b00699a8fb30d6a456a7a8687_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ba8fddfcfe0004287ce58db40c1092f2090b3bbb0810c277066aa2d97799f8b9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:bd9982e951fdc7259571b6d5983ea2cc44402cbea411ae9a6b135692bf5939b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a7a8d4d8adfd98d3a6e3d37644b33966f2c34ff1e553fbb5140ab9a15563e821_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b26a5a47cde227edb5e7f6e51247a6cd91e13484f6b5f7dc19b62f83b7478361_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ccdd76d6734e3a3cfaa1e432c1508c097478e842fd436672e57ef2563d817e4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:fee8f3b24b431ac2a5d4fa3d96c90c5e1aa68c08ee8ae9963fee457c98795197_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0e559f5e780f3849e73d7246176059360631d8c4a7db1700f6ba1b6a9e6ae089_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1a376560672f81b7596417591491e71d065e90672ff6ef5d37ed0785e9baab16_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:350a0360dfdc31eccadb0e8b9397d5a3436bb509999034b60e611428eb006cc4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f8b68ae48350a5aa9bdf47a36efbf661190d497ab5a139027a2bf4579d21e095_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5fbe979b3d448e36fac9615ccd96f8583b0d587d46f6b1b3749e85938cb2e510_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8d45dfe709ac701d6eb800b081947d39a855f65c756f31ae47b75be9fec0c260_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ea4fa6caaa81f207f2372c6179c3698e225658387549ba567c232170cacf8570_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8fb972b411085b4551e10adbd419e3cb89754ee5300222cc4fce27cc349513f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:066d438bdfa1626aaa7a0ee5d2e3222724f2f0cf5bc9a189b67fd5358a0a48c0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:747c142608d6f43952d315d7858f57edbd2d9de2d255938dde311ea580a329af_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b2ee2d0e9906ef1581677bd239073c09f93e5b720501e9001926dfe7db34839e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:bf0b42c5e7e51129966a4744bb253b7c336bb88b1f1a562e481f7eeff5428136_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:3e9309d53caaafc9b145f6b7fbbb8879c9f018ef226afe101f6dc7ab02b67856_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:3a558e248efdf5d3111b7d61e8bd471682e7038bd34c4490f8ba69b91b44f36d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1b0981e2ee13869663087d6504e0c0af6f2c56d2ebf81d72b4b7c751bbf6e500_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8073e0be1f7f7523880b30946f1b6868274c070acb97d9da2f5c486db99ea18d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8980be22bddace1adb383fc356975fbf0af9ac8a20bdc95b3303a80fbe296f3d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f4293de50825a003a825306a45612531dafce45b72a91cf4dd455d596a0c60ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5bc26795163f03947b3f42a5c8cc52b7fd6eb713a0fa5a1558bfe834c21edc0c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:7f29c85842a34554f06db311ef67ec08d1d947d32b4363d1153d92c8d13c3214_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:92857eb171128909119700c431920f543cbfc89cd06aa98db816a2fcaab321da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e931e3fe478f8f905855b4516e1ed9b33a161536c447025cd14dd68778c40fa0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:338034a3ce7dff3efafd00fa35b858c23c2ab284f743df414c6cdae455f8801a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f12584b95171f442bb3661c908ee43de70d0400c6273eb4e93325a5f3f167b54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f37f6568957ab825b08c2ce8fc6b32ad18f5b7bee50b24b1804e70cdb144e5f4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f949249e3847338ce4ae9b94b0d191edd3f316d471f0a9047f97e41e41b7554c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:407286c96b6e9d0ee4e8abec2b06a5dad70fc69820a00deae47cbf3fcdc65a40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:52294a05713b24485ce6d7d1b867081da2f01dc008b9cd052bf8c4c37839f581_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6693dff44dcfb7e6fe67f5373bb73d84cf401d20640c959375f20a24d31aa697_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f65918214ce906cb5af9a59ece43a36870989c579ac1660a2a58f9536a79d9f9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2ec7076ed08f4ce7a61f95083155b5315acb6004ea4245c70be2763eb0ce9f4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5a539e39b3aaf61d63f391b6960cdc5746cbb4b0fc07b85a98969f5c9cbcca4e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:93505b057575ff9292e2e96903238708b940a23953a79cf8742c880f1fbc743a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:be43f0ee18b6d56d81a09871c4a30dc2245ba60cf17ff0f1aad10e117f40aac8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3923e99d803b6dd5bfd2fc957101bef6dd86ba8f6de9e59a849e4c7a02d57e0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8253bfec4409c9a02be72d7e8d87fe5f4f81c1bc58a294f02dd570debc4f1128_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:851fd20edf32778383c81e3c5b935ec5607a05f8fc569f64e31875b8bbe81d6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d06d41126ced4841fae74d0437b18e9f1699d285158fb8725a8768a6e9065b79_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4375e44dccb08eb4ecf461f4e8e7e97d617ab5b1c968beb481d5795e6bbf0229_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:75140fa657674afc46d698aea19115a9f60c7765ffff6a0c4ae5ac166c725597_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c1a31ef64ecdd90020d72f323a242b551a6a4a85a4dae309e19f5d8f12d77b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c3b1ed110f6b17263484b7fde65642eb349162b206c0b9a2f463bf5eb13273c3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1369aaf62d9d273eef766c42f7015d56152f6b8effc50dc06d75b1bab38a20a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:47402101d62f418c0f6b8e3c6e2367a8c84f5151a0204f326bf1fdbe983c603d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b519e10d4cb8fd9ad126a36fb864d2f29f7df218ffa1b3b5f222e0befafbe360_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d70f848ab6450690b8329ae367ff2e5a3a5b295c073028dff7cf810104c5be5f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8f8c882873232fd9a00adc69e199f1b4acacffcdbc282280ebb61dfb1e61b875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9fe79073bdf1745b388fe52bee661394f96ba5c0af585ed8ab4a61724e324777_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b2b91287350dfb474763ca5d332c4765af0c1ff2d7be722e23ea93970add2687_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:bb5f4abfd26a9446eb2f4cb1355bda840ed1006a6233373434378abaf0e617b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:07ff9687205eee39d9ca211c0bb0c6b1618848e9e74bfbbe793aca67de73fa88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0ba94d11051416a116cdf516dab74d530a584fe7c4bb1e8d3deb3bde2214e459_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0fe87955631062bc7ce78891b9eb056f899308f8cb8101b3a44f889c1f0c0654_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:786de5dd308c9fa6643aabecea0bc666a9ede6fd2a5ce1cb0d511eac2a19596a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:719989a197c3bb8b8af09e95af49125cd28014fa74c7969f3f3b939223a6743b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:743119e024a9aacd8bd4bf45ab9c14e684ddbe2307d8f965e972ace243f128b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:76c523fa10e222690941abc8c5564efee1ec4d309a7d023480b6000a545d655d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a13cc82f7b2053435d5268416686ae2ba89e37b6561e49c7ac395cf3359ca2b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:98aa0e651302bb73569a0578e6c11a1691eafb5b0aa28dadd714a7b44b498f8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:9fdce4b5198ae740daa858432221625391f7283bad587e1ebc1220e7b0b4fa28_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b072bc3bdd61164b8076f2799e705ed8e34281b2cdf24d9cf08deb8e697de2a3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:fef5253a6623c30368e9e7e271501adcd9432b96473cf8278a7b81140d287de0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4eecd436b35c9b25eca6975ca9e938c2256fcfeead67e1ff4159d7e36122122c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7e11ca9795aea60b3f0853ffef0fdbf922f4863edd96c50fa85110f36bccced2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c95f8bcd0835611bb90983e96e3b780ccb65bd2bdc7f7554432ea971eac8095b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e497c1834c97590a0c388b58dc823cdff79ab6befd5f2a9bf494b3acc3181eb6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3a7af87b46058334b97531a4b1b5cd5be47e2ade8d74497429529bf0a489b275_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:97313aa4f1c1c9aa51c77a153d0f0eb35cab9711b7f1465b82a636ea44e849ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:ba0927ffd76ad6689b808e734038678c91854ca3d0630613094824549f8a150d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cd8feb684b9c70a4ffd7077e19812273f333174a70f7c2b63d57d140d8002382_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0c8bfd6ea4d0729e0ffffac9811b5db2ecf5c40e68ef048ab104f161d2689b74_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4dc7e3242cdcd1d3c1ea5930da7d4e027383149373cb6af0551ed2572eaea0b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b78827903e5c338d67a4ea2ba10ee67e16482ff00968ba99c27af2b6d50ce202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c9315d23ab26f6f40e05a5fb1f9f2dbce075244a035b1f16003d1108a7ba36d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:270b5e756fca54f2dc05f04b6f7b43f7f188153811decbc0b49eb215b11c2372_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5331e8ebfc48f4d2322226b8986dd178f133a52edcfc0a192e89f1785c8d568f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6cfd8c3da57c17ae1c430f2881c66eb0b1c456bbce4a9ada2491b2c873dba985_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa346af0288b5886b5f095d1fa0ceb7715d4333db919ff9d61078f369642cc29_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3403720059bdecff83f784e2fde54d2bebe09223ac6cf99ce2b4c840b9cd4a98_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3f8cb2cffaf6320f14ae09f7e44c965681b395370a156253790764ec9d2a2aca_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a02dde1d0b4f4fbbc4e6f0afd24da1595672f3f290345a4f6e98e11d89854a17_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c4e8ac4fea3c281effed3996a378c2e952a3d3704e47863b2ae6b266d2280920_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:46a0b302273acaf2582d377271b910d9d31ff98744cd8f290583a7bd5579761e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:af0442c88d2b9b93a187010065424798d89aad1d695ba438c815d04d7fcbef04_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:bc7b78f67fa189ba63da9891a1b05694d676a3ed2fa318336fa0850d63815250_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ffe4e64ee1b721aeefd8f1ceee11d225dd69319385e3e70f0bb52f4f40660a45_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:29d5a91b39dc6e72677bdfab50f56860c53e67dab139b464dd571fef9780dc6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5e6d4e29635ea0b075e402931daf8c384d07ec8660223babfd0df9d572ea6912_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:82555977089a1586dc24154b46be6499607a9d15110e5b48d9a549ee73f3843c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f32c4a07d2b7a14c39db1e5e5752960e46bcda700b292336480c95f359adf0d7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:86b3e656caf1c93ba2bbea00514a17b9d06cb7a6fd5c6746d80ce35f45aa5907_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ba5c8896242125c24e3a7e5698770293a601e9e7f8508465d7b45920cc9ce240_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7de62e540922f1de5f492527d07a8e8f4265d24b577cf2f93415209ccad63912_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bd71e582ef755da7bfeede697b5c2ab29ab9fcea6bfeb14cc8ca168fce5c7bd1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a1e6a736546b54bb2797d85d51b8f2b213fe2f6be6b26bad5b549df9dabf2d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:efc7fb9608c2be8c3c65aff302f923241bf8d008bc71c2fbba0d82ffad2b4f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:aa63c460867d565b44b2a8e919ba9a0e7fd6717f71588cc5a7e2ad268fe13181_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fe1f1b5d6da2e5ac66c689da49a4c76916533f30ab456c9961a225a5e26cb6ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:36fdb2cdf796941fc6638036b3a31048ba0209174c7a62424fb410ae14b1f81c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:65a0b94e9f663f3d73a9696a622ad46c73a5fc793f9dc46ee07fee8ba3bbb443_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8afe2a0c6b1b200201f21b148caaa682bce77cb3b1027f61d4c873e5babb1b30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9f7c3543e4b1a095399d1219c50f1f5081440ae1605154324d57ba9201aa4fe9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2c0897a842cd7b16b64888568ca65c2a6e473c24b2ba9bc5067d6f1f237885d6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:432c94d7d5d46ad66348775fa0e1a6c2c142469e8a770db5528a1aa25664c389_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c86c7188163be31c7ab04017bc46ae88707437f804ddf2b5bd5a73ae34f64312_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3f836bb9effeca4dd6a230a4241282d33ed454ebabd84829c41e58db5f24f47_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4632ef8ca0af5a8115f3d9490c2ad9e2e44361f4d0671fa8a3a1006254b173ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a7d2d10f5326e2d71551289740eba86d6dd2f12526dc684b1494bdd4228fd8e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ba876751849dd525a26e70996e7e02092c473bdf386ec4663a54ecf61c4f0d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e842cdc56ee7728aa71a7f95eda9777ba229aaf959594e73d998fbb30b7f76b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:90331abb869c0c04ca7bb59681cbd957ff54eb0e0265e16368f9fd6ab6937acc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a02580814c02bec4c1c9b79c4b5a48a5a59caafa60a573f9f99a4a1ca07c6f71_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c197de59c38c060dc8aa099a027922853e4b9dc7e5589ac55c8841dbd44b1367_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ec7a4bcebcc80cbda32227224f64e67cdbc98d3fab95466b55c89755421ea4d2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:223df196f0cc747e52ffae9f3dd03fab2da3c72d5e3b189e3035d4264a08c6c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:29f3154c0b972730ae9a54bc496bcdf62e9ed348b73d98ca958a265717ccc2a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5e12029e90adf045a4377f4be2be75c879e57aca7aceffa2aef08aa262ae0f42_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e150a242bffd4437f92000417cad89969fd547b5da514f8586802b99a668bab2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:17752e2fbddeff8e6f43bd354d91f248b4e69d88e80b29b75508fb03b82d92bc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b1703420b5a67a12f055518b6a23c1d8259dc8a064a1447196f642dd23363806_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b93a134a81af485a0f07dcd6a71c816ed517178826539d0f53b6c45dce87096d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d266a3bfe528e76a8c6ef1700a2016080d084cf6fad2e70efe5ba52ff0dbbc51_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:8c90e9864b3ff53d398f2451254dd3707868b36c6032d8d139cc3ef2cbd9084e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ae6ebf086515376ed35bb432a7f567f7bbb44b8d1b86773fd86daa387c5fb933_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0a0cbb021e13ce9d693eacc4982ece2e8ba4697f5d5571b8d0671d71824fd07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5271f6452a89fe7907b16f486439f54f0dbcc3d075a70ef446ee4cc62211b1b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0abb949ce9461e5718c1988f57791c7537eb1b3d2184f4b4268fe087e39726d1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1267ac849f67c33155b54409011cd3f0eaa27d5f211703875cfd383d1170ef9e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5082f39df1f143f23f0e587dec5cdb3e3b033ab446a57e7e808c88e6211a1a67_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8fa27bdf891edfb80585e470f09c9d6fa369aa727a3698b936b4818a4b46448f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:017bed02593deb2e9cdfe0f268916e5d1c8cb7a4f1362c6eb3c94050896d7276_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:027baac40981f53c9ec53f5a4241a657929d6289e42a0e5deef617c182b7580e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4bd5b70373a257b1fce20135ff4a4b3e6962eee541c67a0e29ba9a2523d4d4a2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c0b3ed1332b228290882bbff6a1ad6866f5ab2a4586b261949832cdc3bee5797_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:047c270f56b685d5a4e67afe43d2f1ff47829a259be6ff93bfec4864233d4497_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:50a6482667d53de3d7aa2bff6df05ca21e4e9773996afa8b8038721e231deaae_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:653dbef43ed7f531ebf64c9314756be42738f1635a64097c53210ed0b6b0de88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c4d2741561038e0080204335efc6eee5b6ffd8878553b240dd433fea701e6bab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:3de609d984e39497dfe119bb8e0ac2d6d823dd894a5c866e5ec87de5b5711e60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e3a8b252aadb5b32f42009803b56dbeae49a3ddbe9d00aa27569af4747fa403_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ccf49e256cd9c3bb428badab464a17aee485ee1516896f1ade10da11085e843c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e77ce95a84b01b09c5d1e6dbdea8970543aa3a60f9292300beb078d1288bb801_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2ab5fcf7003f4ba3de7656a284b11d6ee05bb02cd0f3532671a8c368f7b15178_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:44241e57d9067223cdd1585db9d699db113931b7a273d207516f60c498570677_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6aaa55450d567e2fa992650c456cdaf5529c5d96fc9984f7e1a4aa9ed6294bf3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f2fa21e8a0e88b25e9037a9c2db4b157ca6fef8b765b36da7dda71bf5a4c4478_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:10bfb59c904103177754f0336f7b7bab676d240480a8213ec42a778bca3f277e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7aa4fdd78ceafdc887a91224614657e86c1e12b72fde68dea4ee5c6e9b610cb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:e4a365a0516b0c8ef2d1259ec4bdb7f76aa9dc0d3c3cfd5d5b3d34341d349772_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:a06af7a856d5f2416777c1bb1d271c189576e273450b25c6dc5937cd16b8bf8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:28b8390dae142ea16bb05f6bd95f19b6ab38dd67c341168337ca07fe4f45fe87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:be6a9bcb97824c91f393af5aac5a146d819ed9893f5a074e146afe18f3a50dc9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e6392d583f97f0932dc01be55534fbb6dd3014f84b745e8bf7583b96ad7a7761_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f30d93c0f244f5ba21807dca912d18d4facf47ceaf43da7efa41b14ee816b71b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0848bdb082bc8dae6bdaa956d2ae36fdeaaac89024822f4bcdffb51da1165fed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9f9603a2dd344770da433fe8dd50a104d69e80ad463f9cba71b3aabefc4fee61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ab417553778971822422c6eef94aeb437209fcf88e78188b701d4b2243ac5be7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b9bb7615df3eadf64501f35dcefa829934f330892801cbb86e9f70f5dde236ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6bb4c6c64852f2b7ee590a0a60db256d8dd549a4b141fe71d311bf30d0ed88ae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:837cd26d96a814814145cd0aa0cca672769283c499eec36c457ae432b99a7466_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:956ad866d891e1340f630b9cad6ec73d1fc60d4061d4c63946ed714900388a3b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:9c91591eddbc058f05d052e3178102b28ebd25c2c9cb796fffd5047f5d413d12_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-12143"
},
{
"category": "external",
"summary": "RHBZ#2488480",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2488480"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-12143",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-12143"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-12143",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-12143"
},
{
"category": "external",
"summary": "https://cwe.mitre.org/data/definitions/93.html",
"url": "https://cwe.mitre.org/data/definitions/93.html"
},
{
"category": "external",
"summary": "https://github.com/form-data/form-data/commit/64190db548c0179e37206858e39f27cf513e9435",
"url": "https://github.com/form-data/form-data/commit/64190db548c0179e37206858e39f27cf513e9435"
},
{
"category": "external",
"summary": "https://github.com/form-data/form-data/commit/be3f3cf553978bac15a5182f1f3c3d2d38ccf229",
"url": "https://github.com/form-data/form-data/commit/be3f3cf553978bac15a5182f1f3c3d2d38ccf229"
},
{
"category": "external",
"summary": "https://github.com/form-data/form-data/commit/c7133499c2ee1b80c678e411244f4442bf902045",
"url": "https://github.com/form-data/form-data/commit/c7133499c2ee1b80c678e411244f4442bf902045"
},
{
"category": "external",
"summary": "https://github.com/form-data/form-data/security/advisories/GHSA-hmw2-7cc7-3qxx",
"url": "https://github.com/form-data/form-data/security/advisories/GHSA-hmw2-7cc7-3qxx"
},
{
"category": "external",
"summary": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#multipart-form-data",
"url": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#multipart-form-data"
},
{
"category": "external",
"summary": "https://www.npmjs.com/package/form-data",
"url": "https://www.npmjs.com/package/form-data"
}
],
"release_date": "2026-06-12T18:01:30.362000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T13:37:21+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:8fcb7da94ab599d7aa92adfcffdcda19cef1f3c2903bc9d38006b7522847c458\n\n (For s390x architecture)\n The image digest is sha256:7d2df00be06a79cd70639c116c4998f8540b3e379cef1e2cf0f3ddff5188c00c\n\n (For ppc64le architecture)\n The image digest is sha256:e41c3fa52e30b8c9d0c3a5ea531f082c08c7f8832123b76d597b198726a0f6f1\n\n (For aarch64 architecture)\n The image digest is sha256:2d6b342b1c77355a7c02d990ebf3e28d31aebe9c78a4bccd8ea07fbebc5a0c49\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-monitoring-plugin-rhel9@sha256:06ab376096238d4e04c9ab713d83d3cab5db769b5af1fd1c57ef2ceceec6ef61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2c80889bfaff670acbf859db3624951cda96d4ee8cb1560806ca4215e8c6c04b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:627c6b73224c3e37181a19cb598ef9a425cddc1d17d97b6c23388ec1345f6a88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d5d338daef4ae436780be192907d28a26785021d97865d8a95db9065734061f0_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:60446"
},
{
"category": "workaround",
"details": "Applications using the `form-data` library should implement strict input validation and sanitization for all field names and filenames derived from untrusted sources. This prevents the injection of control characters (CR, LF, \") that could lead to header injection or form field overrides. Deployments that exclusively use fixed or trusted field names are not impacted.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:0c95fbbcfd5c54e6b2934a8efb4f8523d1536ec1deef78249f4daebaa9d327d6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1b84b2a1cecab16e75947d29572008547922714207272a5dad8169d1ca5beab5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:466597e63e82ac365414c803f5ecb8f06a72374885eedc5daf9532aad16ac148_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:de9cac5c7ebcf3d43cad87758dd2eb0f4d6480f59bfb4112c224a4497aad9ba7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4ae516b98be8fbdb9b783345fe680c1d6ef57b5dc06b2ec3bbd20bfdb7c9b2c4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8f242ba3e0b9c57ecbd85f0d4c1bd67306357c92b53968a42419736c3dbe04d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b717614ee549be99c17ceef3d755c66abc983e821e04808df347962858e0da81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bd0f90ccaaaa74683b9bb17db0651dfbdfdf8f49adf0ecbaf8e83756d270b590_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:040115466e4f525e9f2386d6f8838c51f8e1638eb06cd64f071d4ae027a8fb9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:1a677b9d28655390d007acaa656997b12a32e9093c1c228778ef96cc6f4ca875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:39c68aae39089d044ce992b949d4e9961105711501daf3d4f0ba7e9981920729_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e814640d65f77818c180a706940337f8ddec8ebe4cf22c51a58a8b69e0f4099_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2831d7dc9f3cad92219addd21b93959900ee2f71e2d988fffe913a6f88dc7e1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:50f602354dcb223759d781cb057b4081a424d6a509178b10674358cc8dba41e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6925001d8a798896438ef1388f54bc29825c37d41f2f09a59e3f8bf60b2ec6af_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e01a83cb76fca294a011e022ed86f1da8cde36928096422a440bce8e42fbc8b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:757ad9e0c37b861340a7b2269b068d5b0c6355322eb5f5898a856fd9c4495b16_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7f68ff8059ae68d15041b8f38ad5ee5278289e1370d276cf7e78fc7e9fc3bb10_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:816787cc8c95a4a2df1416f09af6228559333e1bb1421ede0c9e2093444260e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f9bb9a184319c9fef278d3c6705f56cfc592c844f5c458bd20bcdc07c4230982_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:198f39ed50bbd835f4789057f9d7fd8de0962f1641a7f453dd90d68b5b2a4e7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:633ce875ee7bb08d9bf00cf79738e3e63cd6bf4de2d40fa6860142a301c0968c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e169d65b86f23d6424af5e7cf9e1d0ced58382128092821676196c0a05f91da6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ec2586358c34d0130b00a3714b50c8b7bc33ce915aef6aa79eb214d38202f37e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:13e81e4c25d8c789ca15eb4e84f3fc531a50b4dc0d95fa3573e002e3b54cad61_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:17637f8455e0e17bb3dca34545a26e881cff3e1444af45b9f45c3e282a252bb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d2dde1514fcf3308d1469a0af6727835121c4d6a1a1775a675a7ffabba8e3bed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d6376055835ac40728181d6f354398a0e60ca131d2fd8f41471ed87e974ea4cb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6f86d997faaf61c874def5a78cded319a188c1babbc4dfefb91a29f7e0d7f0fb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:73bceed99ad1b0bc99e66ab8361037e4046c5212645490161572fe6f34de98b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:babd6b0e928bb674289f34787d3aa536bdc4c24a877a5ac9311f21f0cc9e6224_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d00a12f6c4e75a2c93bdd135eeb742f42868b0186d9d03f318c885407a17e439_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:0932891a63e5ec5a076c7848d5746e29d972f3a96058914bee8fffa4921fed38_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:472e977d39473b92992f53c0225de477318b31be8656c37bc35193789ab7a456_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:71021ecd15d688aefa6db79f817c11a751b51f6ea9f2e48781bdc49c6de98088_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:9563eb7617a4d3a9c22fefaf03a4ede698fea2621a68ad231cd9e65930043a56_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:1fbf3bf4990353e799dc271bb4a0c58b385feb2ee60207636a3f76544b4f5ae4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:7815e9dc63477803e7e8bb8a01ea83043b5503ba529f64db3c76ad1c4cf2f0b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ab22d93f277f9bb65fcb5fd9c448b72f82384b9be43b8ab525d2836832044eb2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dee02e09373732db94bc442ddcb2eb4d13095a04e35c674387d3df8ba23d67d5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1a046b24339587101462756592c87ae4a8f699fc2977a703e6d031e2022a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1db6c409fede3e9ec09788fdf286fdb0634de6b6e727ec010332f7cf2e462_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:bd6be5cf4063439e92a1264ce3af0ea6528b9c27dd4b26f043a80aa8616575fc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c955c4b9dce1b25c73453079a21d84c5a2e5d0b53cf6e351f9b1855f08db3fb9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:221943f7b65573c2942d88354261f93a01950be1d1a86fa853544cc4c283c027_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2488ca8b2a8f658f3deaf9a70b12f7aca159490b5e0861d746ca8ee5d2010041_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a3435c546844b61f456789fd315495d6bcdc2560756e9fdfc4b896cdf70d75c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:be2e4dd58b8ed72278bb2c014317e69185e2b19dce37beea7fec3798abcb35f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4da2632fea643a834aac3fd63bc51fc6b0d768b869ac450e6779c9f36429a9fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:56ab8a9553f0c0202a47d858e234f2672098514dd647502405cac1f28d14196a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:abe530f4e865add435da2afd379a3a11a4d75c257c2468a09bc78f10256e0be9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:fe1397131aa0d447366fd627b12582ed647551ad3af13375f8c281ab73745f0a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0857a5a2cfb5c277bc2d2545fb19693f23285ccf6b75144da8fcd7225e1df1c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:43b36fb1f7ad271530f5ee9040cac4651a684e0e08de2ed90a2939b736b565ed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:7f86439496ba6573ee1d61b5f4d414dfbbf65a95526cdff54e45229f01785517_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8094138e4ed2267cc278a83a1586922c957142c9e5fcaec62db531c83b79566d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:309b1dd27ce0c7dc332c7141e576642db4aee6076ce50ccc2930e824f02ead2f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:35322e4580b0fec862223f76e0bd3c95ad0af31f3d4cdfd6423d3ec47d6e25c8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:699bc772c8a648f8be7d6a5c32d786d8f6484e584d918d68ef8a32cb1499663f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:779afd8e0fa21d022d7e75e7ba8da00cc7604db1adfbbea879bfb1d0f8c9c831_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:49e98d0193f7d7b4347043f0655d350a7a0c0d8c8b850d95abb57acd13dd8ac8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63e308cebeea85127f584610f59cdc9b228f01b9acb227f2f6eba7fcdc29b1fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:71f9b47dbd3985738259a6bc9a5bbdb240fd21284a194b47bb78538f8e870cac_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:9181583c88b3be23253c76e277f140c0a1532c1bff7d62cd0da1e14beba1aab4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:0f96581804dbadea29d9ef9a2a952753f5fdf295670ea0297622214e2a9b7d0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ae4714025025642ff5d9e250a4715b01d933487fa8bf4eaf82629ebd6d4c8702_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:cdb096f05b664fb542bb6eac3cce52c53da2e4bb636189bb53f737d3075615da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eb9908581f71dbe01d8553e494ef022417196408e9fdbd32f08fe1f5b9c9572c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:08725f7a384b4e72a173141cb35fb67293385ed72d973fc4d497f3c0f0dc626b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a322e3fc620e914088fb5669f1459a47140abdf027bd011d6ff4e5b3e6b909b9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b950e80fe164f86ddf624c80210308a634929ab8eb493496ef86bff1c5248fce_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bfc663a0ca81dedf849e89b91feb3fe0af97932fe8a8fc711d7ab85b6cbdcc84_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:13257447171d38e6e99c66faa476de6ff6ab934c285a0d1bf71fe94dbe583462_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:23fa493f397748092cd71c41b9d83d19fad6a5433b692bc644e30af790cf60da_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:28b1c9ee4102140998781ebef22f269316d8c2be2254c10b4d7151dffb0d37be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:be2175c2c6c9d882e44cf10aa85f1219573952473e893f67cc7085bf0a324407_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:61417bc1ddac0bc97c786b5807c2fa33eebc75f7cb186aaf9eef2151dbaf75a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:73956194247e000432a8c5f7b78255062c5ca967745ba2d97e680a06f698f518_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fbfa9ada74c4875985fc4bb8366d21eb5275a52953d44bc6bc740d48edeab5b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a545c9c2fbb36296286f684e02f9a5bc337b3c3fb9c83c608c988c88455f9bf4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:34a8a8a4a62b36b5e0eb061db3d56905c8dddfeb2e7a7135642f947ce6bd01ad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:41c2ea14036c2f8639cf0dd634e327841954eff4529743fcd10e8475546165d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a884f443877c7a3c0b32dc60a79e1bcbe89036549da7a8aa4608ee2ac6460765_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b28e8574a1d3b374ac4a61ea4f3c16eb70d9ba7385bf830c8698f4490f8fd3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:8e245c278c66405066cb31e9d48e97ad9cdb826511bdb1104807d26f896043a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:380e3045135a40d202f330002512a5c499d8d2079cc38e5c0bbd5a2312820dd3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5d06442daad2c126259fa5d594b53329e386f560b77a475ccb0cc37148644a5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5dc0ca56deaa237fb0bcddac8481b45d3ac81609b36c3b7bbb6cff8456899208_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:aa669084fb336f5d89d86cb58aca73b88d6bc4b6505eac2020664e0b6abfff6c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8cb392862e1835b610757e822332074ac459c593e9bd60fb6b6f6d0aebe577fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:987afa1aa902bb85d7c2d96f1637bcd19bf21eb832444c98d30171bbeb746751_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ad2f0cda09211f3e0aff615306168baf808e6fefbf1f039c3ae1a1fa7050a61e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:bcac50d10432ecdb8bfe2b465ba75889248ee8595f23c5243d023ac2a336f3b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3cf2d6f464e6a2fe5b4a8cf66690b3237aefef0c825a687a548f81336507cfb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9bd17213796576ce4d315986dc0b271011c37cd6e9ed75edff5ba80c3302fc26_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3205092b914bc1fe858b2ede7642227e04f35d06daec4848fdbbc0406fab4a03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a20ecaad93b15b869fb321c7503adcddfe1f0f5eb3f0f6427bd363234010853c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:57259db0550547f85684c19078b9af82b6318dca0c00ef8da27de8c8dc90e305_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:a95676fb6c1cc1b20cbb758a7c9fd34e82b3e114b81b5c17f47ef303feca3d51_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:49026487ee6722c3d438c05c1c181a36d14eca2f0d8debee48e4a02db0486145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ee65002c4934842ad86197a89e838997bb87a93ddc9de3423eb2af282a565c41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1bb56a1a194ba6f64edcdeae267fecec590c14c85431ba62ee8c6b5744da3a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bf72f3bbed57cebe1deb7690cd7fcb6d371e526630cb386d13180726736219c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:81afdbb2d9fe212af38a11b4d00ac952a306e13f91b23b2a081c0393173c5e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bf8d63c933996abf39eab9406b3061bee014d766a58f4e27a56413652d319a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:4a5021268b1ab163318270fc9ef07afa8a29f288c95ea69700c4bf46f88e85cd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ea443d9738e4428b6912b47f9c1d8d05b75cf8b137f0f9a76f852418b33b989e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:00148cec706fce87b240d38dcc91434f3c167052d5860d42ca9057e24c3f35eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:7996dc231961eb51daaceda9598b04e4bbe7d0e4019dccf5adec8a14d6f7e1a2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5c70298b919a36de41bf25d870bfa3da4013d36c6179db3eb6dd2e67dd20bff1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:a64777ab69af6f2b6cf4b78e5a00148e98353748946991c0a6da7eba76b442dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d4b6a07334845b2938c6d09556cea5e0477d13d4be6247bc9e3fede2e46aa3ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d5e665b41152b8363b4b15973a7b86365bb2c047366aa69bef7e1c499cf4fd3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:1a29c30f85b9bc858f0c70ca5ed79934494d92849f23baa6c7f26f67ea49c57e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:70f95a8b240afc604ee9af621fc3b63adaf80f593f3131e7ed51077ed2c77a1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4d217b45b97c9e01ba3d54d03270be07e9659b0d4313fc85999aa49fca560108_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:634f48a37ef03dee1cc0c0626c32aaebb8f9975b4640ac540f02910bdb3b165d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:00f06d1c70494444172d5630c33e1c93c333a880520bad3a810f96dc69cced15_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:01ac79392fa7a265608b75458534bafb6e5d350f2e8536bb9de48566c685841e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:12047af5271e61b4032c04c98df9ad54363d6beb13b36f49085307705677e345_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:37e5fa3bfc88e99fc78f2ced6cb4a99f5099942e40158dfa6940784c3d2ef95c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:54d10266c83c4d5fe91b013dac51538493ae4a4322c925e561c45316c73b1e2d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f799d506fc4087aac0eb4b2c2d6c8e511b598c6b3cdb1ba5ee470b787759fd8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:061d1b86afedd409ad4947a8ae59064f0fa92360cc82f640cf124776753ea3bc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9c7fef9c0e22e1721125d5b1312e509fada544e1d3d956338c3638aecea53dad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d3d951b736b910437255f3455b76357bfe0111c257f5a2d8dfe0f9abacf30fe0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f7feb8627754651663208ebb363a3e42e1767e16a65914148ce0507a77bfe795_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:23b0327190559517a3526d2500534542e9a397210cc6f663ac2b313aee902e92_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2911daa552328c8b01b19f91ad43ac54da18d343834c48ef35f12adff8077785_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:43960246dc7eb7bcef847c0d706bc6b0f0a407053a2cca7dfe27fce23c6d2af4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d05434d4552d2ffdd45d2fd44b1b2e2e8976a15f0f4ae59ce7dea73ca97dbcf8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1f7e808f97ad41f4c301736bdf2e06da73f2d0e3ef4ca838f0afd65273db7c8a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5553003527f078011d0c440f86c1480ff4e62b318e98ca2a4af97b42e5e186d5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:582a4e6fadda74e5c6c49b605b7967e9d6f25c84ab3de162c30931b1dcaee31b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6d54aaf9249113e5be1b6a87bf439ae778918533077a41ee9442396cda4d2642_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0b4378067622a7584c3be2e5e5d8748a564ae7672cc882bec0c1d6f4f4c28686_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2ba6c6b021db9b58614b1ceb9b736978b0e3396b04dda4518406b041448dd5cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7f7e406ef7b654a66bbcbbfa5326ceb1ddca4a0236cb60761a0ea48b919e8571_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fc403f7babe4eb16c770c80def94f34696b3a8ac55360b17c88edb11b9ae5a8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:473d595a495e4656de14b1b22456ef1ce2218fe39d02bf738990c0be4cdf5440_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6b3fc95809e8ab1be94de33cb375207b4302f93dbfd51f2a67228025c1e304fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7d0a9db460cb1d4c918f87a02979048f170f5e692e83cd517bb9b3271aa06dd2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7f1e2dcfd02a6a5fc56c6665979a8981f11144a5bcc6419feae3964b190583c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:775213a7b6d92d23694dbd1538727c84ad58c6b8a8b46587ff7bdeb7312acc05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a649eef7fa6148524b1f3aaf18ed6543f65ef91ad21358cb0af865401061622d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c593dda5f85469eb4ded8cb6c4738069d48a144823a070b83b58ba7772ba0e90_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ffdcf3c2b138b62cfc84d9916799812ad73fcba9c3416d7442f3686417c85932_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2e1e514d9f3cdf5f04ca924fa98d036988ab47259be5df67497931321634f730_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:32e93e986bbf92dd3a3e09f9c76bed29334b5cf794e18b843f81522ccf43697b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7bfa1c21aeb7971fa978d49455f4b5dcccd4ccc3de147ef47c32e9b74bcaf2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:dbb5abf21bed592282f09e30ba1387b084eb028bd931df5609c07fb8c09a0d75_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0606de7cca514d2b4ad9593d7f37950512741cd8f1597b1f83951aa7c8839268_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:116474d2dd37c159032b15ff856dffecad2ef0ab76298bc43f840bd0245ec78b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2e887b0da3269f28933bc5af839ea2df95b7aeca3993cb31b0a1c92e7043cce4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6029166a01da021523fc720ad70fc59f449684e577f9f5a36e0e759a39d0a28e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:849b8be9f7fc785a70451c1c0704501e2b449650acd23d450d145da1a760c166_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9c5d6a2d314e840600ca6bd1354c7dc6040fbdc216166418485d6edfedb27ce0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ba10e440e514662920d68ac025d5f3841786a393703fc2dc0ee21ff1d2490015_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bac1799b133fd829b35ac619a25a272301816494e83be5a251f78a50e7fb2f88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0469874ac135c41bb590ddbac02428775083221257b6904fa376335610c4acb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5823c8fa1f1409d6863dacda718e35b7afd2915befa21343dfcc68b6fef7a9ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b38d3723f2547dc5676460e3738420e243c6fdf7be77e54d18657efb9668c438_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e5a5e4c1a01ff3f5d694ca26dd248533fd463c85374c25ce1a9f4b7a60deafc1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:19f94467c811e10882e30eeef39b1266b83ee417974aaf62f75738d51811cbc4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:47487ff8d0cd813ab3354061caf319dec553b1cba9d5c1045de710b8a6d0c51d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b3a0104cb85f1a6965eee44fef58983637839a1f97ddccd737704ab41cda3a25_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e8c72b610288bdc44492ea0a5c2fd66cfb1673fc06f6bc66831fa84c96f86543_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1a9333d29d3561fe95488f3d80136d6b24b4a2e04472d37d34737fd1032a8856_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:705d146d458883660aa0b673a651d05d1d1ad73bafad91e84755118b82092ae7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b9265d767c8a6786f12dd4788377f1a316864863a32de4a4ec07ffc8b874aa00_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e3a7bfabcb96924059fb7906be97a0ebb1df35c6cad39a7968a6461df0cecb31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5c015e1a10e5f14e82e30ba41b1ae6a82cf5cb0bc631f5137d7637c44a3f5b8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:623bc4c74b05b46babba7da628809bac05b48d8c4055648e88f0db57c1bb0e07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9502a32446a8828e8a1887edcf49034e874ea0e32ab5fdb738ab89e77cb5a472_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ec7b6b83c8e934b66505e8051e183fbaac54e78abae5ae99077d4e5e163b4529_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1f15641123321a662f676a46a24f6c8066bba6e3730a3c0d0eca3ff8e548de23_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:85070876ada5cb86e8c585f3ac3114d548b189074723a13ec5d6fc6be25c9964_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a34e14a715bad1d324f9211d95c56ed387ae51b24b21ccf931c12f3f7b3dcbaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e12ce561e4cad13a5d08e8164060bb74a309f66047279a26dd727d34ed3dc16a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:67789c239f82fe3649ab8c0e13f920a788a3612d15a78fe5986a852bb2d11a0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:80d704ed310acc3015748815351da4b54fef2d8b74d7d4b03aabcf9fd7e60b38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bfbcd3f502bf336124261fbe51f19e7a4cb9e9132e07da62354699b30cf6ed24_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c1e371a0057014662b91736570bf25fb1211ead7402154a1149dfee9e55b994e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:175fd0386d9a4e064fa760f23ecfb45ac6ae3500e5a50acac0660d06e5b7ecb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3e9811dcf3c528ae6f5ff86659dee1a590c2b53f7af1a03204d06fc3dc628fcd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:68af6c6e7f51523ac223f4e25955cf3777f4ae5b601dcca7c6ec7e2dc0de0782_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:8f1b3ddbde3e33dbe01816bce0cce7d7bd196cc04affbe606fecfbd8ad7b8b17_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49699de68bf38c34edb696ebe4f9dc608756382a977f497f6713dbc7b6e1209e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49c32ab1927e0969508b906c14aafcbc64e6eff7680b9a10812eca4f17787921_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:86135a8f7d4aed36e7b2a571b431b29eeaac2bda02762eafda3e22a62a7a2d6d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f2dac4ffbee9d028b26e683b63a9f033ef8609907f6c498d42c447a306e75328_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2884bba195d4d635378b0d15efa54991a23f51bcf4efb1095b478f5cd9c34f46_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:d84853556ede64db5615eb4d826879c744f7ccbd92c51ecf392a686af854ec11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e05dd48fc4c26b5dd822ee58a2af27bccfd0ed28cc959a6fc05073cec6f7c9b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e202635a4a52be92b47960bd8ced28634111416b220cca5fa7f86373ecd1210a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ae36d953c8c7f73dd78d620f94a0335ff5fb84b16ce9d2dbadbdf3dc5d66f6d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:308c924c44c35b39c66b429a15a0343a47f7dfad62dceb76ea7acfc85e6bd973_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e132f6b0a6b4e2dc63561c1ebaa0bd9fc669a835b0c22b0d56599e3da870231_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5216d36dc483b1368a03e00dd9dadc7c75de2bc36ed98cd7ea2b089cbe23965e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4bc11f6ad7c3e9c99e708f7ef5a01b4faedc8eb5d2de5b0cbed502395958555f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4c04a50ca49fdc521da592b9c326e233763918fbfd6bc97e001e0e680ce24cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8ba4aabc0e1e36c3ffe66b55c67ab8c305f64aa6011f80060c5d95ce91180c5f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d259704d34b605abd3568bd4c988bf9e831d80554ec2d7a57e7c39a70daf0140_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:14c55985b9277766e54156139f0949d1e3e5f756ade34512a3d5ea3dfed2c544_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3231ec9c296798f11aec6a285b0a8f7c5cf220534d0525afa59c17ab2464abb0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d8767e4d0b2c8222748319f05483bcefe50388abc182a01f3ca9dae3c80dce44_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ebed5c3d8e112fc5086208b4b4c0aba054a0058f3fd08b71b129dc124fa00f99_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:26dccabde8cc0d1ad45160677fe240b3fc098acae82f6d095fad08b78330453b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a168025d531f20656997ae845a4930919d6805b7f9374c40f7835a93aaa46b27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e696a8bc54ef8a13800b2168a395d2cbb08678403beee2dc52c56d04cb235759_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ebc22890c7759ec9992b64dcb0e388881caeeae333a9a84a50dfeffe27e38b49_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:09319f1dcbe090d9677a43249810dfe5b3eb165aa3f8b473417e0913649b1556_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:46a37e99da18852f5512235589ee86dde0db6c09d76a49275a8004422b9ec303_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:535d1b713587008fe67eec103cceb54471f5263516f5420589cffe1dea02be93_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bc614ab102efc7dfaa47fef84c4783da26548491e4c43257bb606a06e8d155f0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:08cac9e30829765f182624de9e45e59b40884b8c39cde60528dd27afa57afe72_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:13724dc9eb7247844e450b59b8cf3af5e5f486e9558942836ab60f74b9943291_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3e1a80763f76f622b5ffcdb35bf2dc20ce1e9c06c4f5f6bf0ae06b04134733b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d077c79741fd0c481fa6e1aa2c479b8c5b380b1d1f163259777c8c50be257709_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5e82ef0b9ab6d4e3b7431a7611bc563f356385dd8927855e6090008685f1549a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:62ba53e306331c1b20cad27ec31cf59687218f4bd5908ed7e9034559ded04b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7664e74786778a96606757f1de215a4a9702d0c9f7cecba7bf8028884a7609ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7a967f88faccfc101b9388f8434d406acdfc85d7d682f9ec742d59eb31074fc6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0e05cd1eaa2b9c558d22892495f090b6b51a316dc56d85ae825b6fc44611b6db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:445fdec85c2510c8a45b2a830ead87136bbb80bb9244987b4d6ffa5858931926_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ccae4f8f443ba6806ea33105d7dc06002d58914626cb9ae57476b29193761b53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fc0becd36b6fad4911a5b8c9a4693320918f7f7e6336c2b11a76adcb6d1eec36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:652f8fc874b95a56393f14c2b56a63faa64c04f6646c1786d07eaa272a9acb9e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:94b9c011744629b1ff6f230e25f876f218ed59d55a941377797f77cdb7c03e1d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a178a796ca9d32ac59faa5eb9a6aea30f1aec65d88f89080f57ed519a7983f05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dc8a79297c73782f5005075332bcac58b051a07d2b35626323f9b69ee5f4d64e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:03d66c724cb647d4a613bb48c9df6e9ffaabb68c8af5a4ccae45365e32456470_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4b9510fdfb45d2561927843dbd7ed869e2f67d9636e59dfd0c3ee640d9fc601c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b3570e078bed53aa3e435443bffbd12a7b259f8dee9d18c0d79b55514a547b53_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fc8e892ccbd8d3c1e737fbaf8f02b5fa6bbbe242780c9cd00fbc5e6889d7baee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:266bd8400632ac70fc6584e4bb2850ebcee7027ff7899acbeca612c6556302a4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2c8f351447fffc2133f339c6ab3a0bcd9bdfafad4a4cb5b7dd2abc32c6056a92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b8d2783a76f514f9a4e8096434ac205e1d82d09da2d67fb930a1b5e4d8089e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:74fa72db679ef47f9a3e3459a90dfaeafcb6db73dfe15b8933767e2f9d19c448_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2b5964f6cb078aba05ada42f0c8280dfa39f9f80526932cc5d41410922e4e8ae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:480b27e9866ca8dfba83e1accd427d4f6813f4fb7f612854e32bdffc10d7d5b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:91c7fa7b70f2cc82b26ac16f91ea084e15a4f5dc64f254ed878c25dd1170c0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:edc297cdb2f670aebc1d3561d801840ad029e8777ce45724066e6891aabd60fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:443e0dd81ae60896d31f07ab49611c5e0629746824df094ce28cdd3cb0ae1d58_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9b16561ca87196e3dd9330184f7abf25e97272e3c47d2e8d594e3095e74f815b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9ff62f63d487e25a750bad29314955effd17152bfc534ff698963760a2615b0a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ab506c549b676ad9d8dd179e2ba871a12f2096ca2601ea2a1f2605ccb849dc6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:08758e6b81d6679b095a8e7fa323870eab35fefc05e525c6ef810b6cc0b3c0fd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:af87d24f6540e5c98def879ec4ea8adeb5b138e41abc126b2c3030c5847fd0b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c5e9e59a08d8940e99da6bc568269eaf71ea8db62dbff86a7f6fb5dae861e323_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f5122187c85ef27f5423ada009d800afa4800e32ad1ea3299586fe64cae8e38d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3c5078d135089e1548b4dec49b7e78658279e42a72792a988447662534b6516e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:56158ce0af0c0eb9709b2d1a172201bc795ed6e5075517b6919ed1302399d6f3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6720c8097a398327f18a5c84c28f6b58aeee017199c2649649a1f159b8365838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:89295652b447f42c6a0d6e1299f63b04016f10ec8faf6372357294a14472e426_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2baa85e44cc4ac6cb825103508c5bd74e348609eaf53ed42c6d0e045dfa62772_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:61283f1fff1f8ec53563012a5b1fb5a48831f0a220d3676b512f5a60b331e849_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ba258012c0832c57b29785be805be44f0b5f8eccaf76d82d7493946806eafe5f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cf3bee6414a87e7f907d30047ded274c488239af5b1f43ed717ac2cede29df86_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:40854e0833b6cdfedcf275cf716e58f3cbc5c44be313fb83ca3e909bd80d0b08_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4d6a10dcda92c599f52977c71208222d166168b29da4eb4727c466e7eb53cdd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7be4c5ff86b0e939ee9f22156812fb98d2f96c1eb4567ca8a6a01ea3aa735dcb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:83bdc9fa5d3893a973794dd7162bf9564ecf68ce44814349a621cbc284b9e61c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:993ba8c1dd84e486fc4084a7786934c356a9b12ae86155134fd1a1dc1e5e3f2f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a64dfd96d3aacabc8f219d19e6d7eb0c1ac5b68b49eb93fcc973d76e67ef1d34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:ce306e2cdafabbaa29467e0cdbf316673d17180efb604e683a7fd1ed7181c6f9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e6748814d950e6f5e370dec9cb7d557fbb0d29ad3620b567840770be826a601e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:04d418560f90c35b42be67886632615d62dc89cd37fcccb6e247212b535fbb7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:40eaefc42c0f0b5adeb47bcd463c2e2a45e7f3af1c0fa4cb3fde9c5479660c4f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:545bc2a7b32276bec515f338aea3a2976c01cc787a559986646aa6fa26ad5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5a2653ccd5dc3f59a228ee8b936460575e1a392d12287661b1dc83a9f8210033_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:12e5e4ea4d19c4dcccb35dba161fdba8a703ba6331b11054e4664818737746a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:180e817b55ebfd081fd0305f63b3e0539fe8d13d1ceb8428ea21e213779fd056_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:92e8693b9f6955f9862c8b576f5e32bffc3bc34232511fae0cbe57d705bfc53b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e5b5d4750a3ffe24b1196255d4cfe15b21efd587a41736307ca8e4e61a4936fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2ca8a85fb07b431d97ca6a3e3c18f1cfaa20883c7076d6b5b4e6942b632f9aaa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:559af5a310f0923dcb4ef9389c51c98604cf44642a13e8ccb46225b4ca268580_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ae056c9c8e0cdc6519ac1a9542781cd54ac2ac8881f513e965b57ce7d1e5ef2b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:deb92b50d5948bae13db37a7046d9b212dbfd3ddb1063ff8a5e5467f0cab203c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0c4f3cf84115f8c9b9bed6b2dd5d52316eb3a9e670fe6b9e28c2dbc350392e87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1142ce3f8a3c1c2a1c7dba79ac2c3b276a45fc6271ad9df9e6a5d8684c36da2a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d9f2c021c17f1416e01ba31a8823b7a87724fd96d7ec99d494981842b5d452b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f3aabf75e838b4a941f64a7a322768729059346d7578ecf5fe7ce27a71876fca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6389373ccb2fbe1b6385ea21dac1c0ca918bf9d3889ad7a738de6be5d7ec4272_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6449fee9a31acc582bb85e0031312e3ff07d1f1843a1c6c410eb79cbbec1ceb4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:751f007afae9f16527e9039aa95c2ee6efd2ee20afe3c083ba7298493d2406f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:afc11a340e28d4100c31646b705e8db302f6b0a96ad3620e07391f02a70438f1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0673d2034e7e5fb412a171939379da14e9269dad7bb53e83be7ecf8233b0b5a1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:18f0345811215feda18d2b63f679ee870e76b33e9f61042d93edcf36fe97df95_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a2d247eb696c80e02bc8c1873e8ee0fb71a1e5ad6cf5cd84bdf504f4fe17cb10_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c342b14ff399c961ce05c1af127244b950b8e9d641ce8752f9d0f880ad7a672b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3d9fbc97d13987f28ca76b3e238b540492eddef0f302c2dd958c1b0d05e10941_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:47682d4e934d597aaa1e809011a69afe93936fc629ad3dd1ed76dc7b073f7ee2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4e8d3460e04e85a3e01a578d492499376787c85f2840c97821f11213862239df_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d7b99cad55a1e1d380d30d0d4a61bc5f0cbf3a87223efada3e69bd9b0741d3b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4849bfa8a48c7e7d264fc6ea9097fa9d33da25f75776619976e3204b42026cc8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d7c3f5ce57c0aa25e13ba9484facd75c5a1dc3caaf9be4d0f273243e7ace327_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:78aef6c20ab3bf78eeb8b8a857ca2a24067d45cea0a070c44d3fcedc00d4efbe_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7f33515dbca04230d98550ab638efa87389629fc7d913c8ec42e4b5bf8a772f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0251068577a1724dc777683dd189468ed77413b396614a117dac6b4320b8f01d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8812fd85c74fd67a95afe09c2ce5e7d592eec1e25fdc6fa331a8bd41bdde0cc6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:89e0a7e0fe060abb45a6f8e6ed1906053c09f95c252ca7813175903db61fbc99_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c3674a8f28935f3140fad744b5a178a8346a9a7f79f6c281561d2877b38c4ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:13bc0d4f7d4508fafca5a3bc61b6449a056e277da131e753c06cbc1bb7781b27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:993a2a0b3f84e071560f6fc1a3ac243fa745ae9a7ab15febbe1385437dbd3ad8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:80fc518199cd3a1ad421b142661f0a85679b12b69d0afe580fe60eb6a13ddad4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f069665c66c19d9775b70a31aa7a1069bc653691f6abf106a88b2ceb8c0e1ec6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:13ef0c0585b01c56b865e029d029a553b458fd2d3d0204eb6dfba1bcaa11ac3c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:599d33b55e88212202b15f4344f7a18dee4f4504b3739d6ec99414d05bcde2b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a751f1f0540505bea087d3ea9e6ba798e89d5deb772cf8e401caeb3816a563_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4c26bc366b267d444f448a4d7bd5a0d26f84bea653c14b261a829669d888cf88_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8b67087a584a2d952a6e80572686412cc8ea01f03ec8d70b56cb8a24a0c5a3c0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ac1123e890f0aee159c9105e26e1f1ed3ba5eb3ea66b422b281c3e9465401c5c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0dac7821ce2a3a5a180f53f381d9e61484cd8c5efab3c9a7dcc70b5783421b64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6b30b39205367ec985c4a9d948e71d378b9483689c3ea179cd0f2476b9bfaa1c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:de903677bccf645889ff7968ebbc052b14273329c0765f7faa53b0ca815d6899_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f8392be7a6f5223930d53ed6d127faf727489b8f5ebbbda6b6b437c529e3c812_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:02ac68c83db9dc50cf6280a418eed9261dd2182bbf51d16fd143519e49960b17_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3746261c5d4744b13d4704c822fd62ce1f486010176fdb3bf95512c72eece73f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:85e34da00bd6d290c04d8eac32f39db59b5f50fceee9b248b2cbe27bcf0e7e5a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c343b119edf863e179df865ccde0b665b87087d78b20919aa5726d8fd240b344_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2026fc52aab5a6d7766511080699112f32ae4576108ff95b0eefc5d807a14f25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:21b5298172f4de1e0074c4abf5e4abf27e8adc02bbf7ee49bd3388f7127d4901_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:42f8af9bf66ea72846b7f7e57652725c31b01fc4a8d39ff7e7882075438c521f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9c5711087546b1ba7cefab267b8aa30b54ecde5926f009518cf0db974ff84c3d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:373c4b7507a978e3dd62e9ea629d1e397b1f1db682e11ada1bfe5a0b45afc782_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3be306649df2fa3cc9f30e60ed5d947fb0678b0231b617eafd3b1593d10feec5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5b01a896101a5189740f84cb1a83edefdb0dc00288dde725ddd0e95480f8e1c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:961dd87e559779e6338a4d3d35c96c0ce6ff7cb9634ce32d4bf848032f4a2fb7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8799db20cca7be653bae6b8ac5adc1d628094eababe740beb5dbc27e05346872_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a36c2b308515a293cbcf265af68ecebf498739e74ef11016d5c0edd3cf47c4e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b86631d6601578548af20a28d132a0503fe118f53d7596a5632ed24ec5a9931f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e867bd8b76b5bc1438a7be88a30fa7707edbb1909920a1d4d1d0da0ddbebdb40_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:313074950c6dec37d29a9722b58ddc951aaf67c27b47568039f29f02f2523128_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:43618db20e6f592602096897bc89eaf3c58490a362e91e3299e20bb2a02827d9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:705f4db2e969d23205de87db1bd7dc8eb1ade64a76940fad950fd1a214dde6e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d2d5ee5893ae16784051d9526c1feeee3c641fc3e6f337ba807744551c00ffa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6ae5cfd48e788096162bc4517f0466bf526f16c84bb61072886a64842856c5b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8004e7284c63cc32a05f6de732791416d57d62db041ede2829d4797139094292_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8137c3932f344ce587769bff04355ad405b6ff27009bf23a221ba52f3da56e1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ef15235cf21f0fbfea74089f75471b483a98c920b65676bb6199c155fb61e929_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:149cca2af3f89c7d1e105de81bbd098c66be5687f18a584b644f21d0be20f414_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:33fc93d5cd30760383da666e8effb6ed32f4c8f2668da36677e98c1801ef4f5c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f9c1ee7f72c926c45cd76c12046b867d9efd7c3c381f34afeeb9b6e97751175b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fcfbae71f81307789bec93987c4523700c191a66663ce53e4009c5e0a8627826_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:04fe8c19bee4b629ee7f18a13dc0b7f49d6a4b6e19d204de90b6b2240b0f875e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5c9662139f98817aafe153a43f700399781d079390d5ad23d3b70fd6ac5d370f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d1147830f896fd229aadd2b766fbb4c8102b35a8edd4d8bbeef4928d89cdbbfa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:dfd0cdc29bca0a2239ef203fe7b58efd97ed4e72daed6609e22b20babda395fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5a9889308bcd1c3981072c83d44206d0c3feff059e0a2029d49adcb974674c95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7a715c7e2a8f54ccee42abf122b0028ed19705f401248d8c38f785d960f1b116_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a67de487534d03cdfc180af9d235edb21c5cb71e1224bb5041fcf2b9a428732f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:b3780d23a2c384ecef73c806cb20d7f97bcd11c12b6392c781c0deb7ceb55df8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:48b5d06ac4b35c2a7bca3ba2abc39e3af1eaf4ecb19c720d9b6e46b066318414_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a6d7d7df9078e9d1cb0f12f9ceac12c96bf2cea03a9085b23c3e4af6a456b51d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b757d11e5dc51a5822d9e30e97ac142cf004fffce87ba2e58b8d62926127664a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e61ed19beaf8352dcfd4b9478335a364263cb9839f27140a634a217d87d331e5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93baf08acbc6875eb2b665a9ef3601ca34b76767cd70a172dac7237f21b6958c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a5f2c2debb51b8aa926ede417cf9fa0e4ebaac4f5bf9e770db55a25902a4a3b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:dc97d5c1aa80515080b2b4d16fb08ee4733a9347eebc8427f10b7e70582464ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cc1559af0d7be472ae46be4552fb41e81ad804d73d1444b92cae4485118c6773_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cfd5513afd8b2b5e22d5e384a7f769f9c04709d853feb2f91ef667d804cf9a7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:febf2fb95748ed0c440e6acb72c40d609ae7587b2665cfd7145c878a2a0b5783_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1728f980f3ebba7e48bc0e8cad114db1e0c06f692638764e30ab990f45c637af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:41508513986b369c2f89c64af84b3980b16bd2432130fb122d8c1346f0602894_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:650f08f62aeea4bc954e69ed88a9f2f14d3c8f733c155d113c0c58b7154fec4b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:016fc7e804acce7a8b8df0a02bec320c32f9ce6224ae67598a63992219a77516_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:081f9cfabc57aaf4d19df8b496613d8aff54ceb265634c904ec7765c810b4553_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6da3ef092cde7fbaeee01c5d6bb0ca5d52af3ed8de458ecd3001bb96262c1ab4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:035d07364444ea963d64515420fa4005adf82c44b575555a074149f67db50567_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4e09fb0bd709d53a0abc6326905cc43ee36e6e4ec5e20108efd1ffe585b1f2de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:53a5f81aefcdd57ba33c57c02941803a072ef3f1b8467baa3c53c7e073a9ea96_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:cb3d2ccb57987217c75079a9c10f230f6a7de9ba3b0fbd87d8d3d5c71f8c94b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3472a8147e06452751999ae2d041063907f275ecf429dcdcfdce88c8a19a17da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:61155741778188324e0616274f067ec36723d0fb81d84e9715f72ffecfbc92ca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:adfe8cb84a5f0a241fe69ec532b7092a10cc274cc3aac2b86f33ac8e725ab2d8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e704c70226ec4986c16166ba1ca54b908d1b6d9ddd47640bd5ab6d292f977508_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1d63a1d7ba183c49c69a6ffe5a4584de5282029b0b2c2f3484b4f4431e2ce954_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:441db8762a583090cf4325377b0ee75838452a601732bccf4dbc57f26f6a1a90_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c5c52612378ce1f2577314e5723642237c9a361506c448ca80d2a0b56666a1f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3b9843a117d6a6ae28222951e1a556d3888ceab2ff75a082a06343c8030a5ed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:236fa2dfd935db687e786cf827d88210c2f586d2d1a93e610861995908bf2587_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:647704923828c83c6ed3810e3c4d7456fcbe378516dabfac30f203a3bd3634b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7638d755fde7fe6d3c004a6f0f7c761a9fdb75a3541f19a792c3cf8e8bf473d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d2eaa5b8ad9464732265b84128b5280d725feabb2d4b4cef0178a317add66c39_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b659f5c6da6f73bcf8b2850f0172358816bd68fca721b65a9a70569a94bc90d7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cc867d49602a6ada5de7a783136b6463c4d9adee9877ae1966c016a08ee8e87a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:6fa614240bbc1932f65f8cc9215d2baccc05dd1cd5586fd308c44d8a94447a45_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e85e957fc16a36b5964613a99fec1e7299db9bc63edd86ef965d879a081b64bc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:14b02010250fe10ca57b2dfe1046641aeac31f92e5691c067b3990383967f0a6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b6b13d29b1cb9c9bcf97f2daa289669bbd9ea501430e51652bca3d50f787f23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a8ab293c4f3c6bc251bc91466b7586e5499b6e198cff46e50f6a65d97df60f7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c5d781c35cda14ab70d4a5bde3bf72df0a3956f5cb159645e5337095bb71c5ca_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fadba956181755cedd19d3d5b5ee3da0222daa1dc609b629c900a0052a4cbd8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:2719589f19df23634ec3f6b578f3fd2e827440675b72a69b89c9d78b1310f98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e1fe563643282c027ea829274a1945458cdc5d079bf2a2b7b0a9982a5cc3720e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:28d64f60c216f77e3e006012a403671463b9dd90095e19ff2dd027def6abb511_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6d681aac67e08e2ecca32415dddeb47df6191a99f7a8d7bc3bf1697c6a26c1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0d31a90914ea716508caf180e30fb682cdd8066da7a0a31752be9d86ec9c777c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3ef5a3798abfd3d9ec1b6ebabf3ceb32fa4057072b2670793ca119f556c0897f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e2c62e4b87e0536d15ed8b4f2905930a750f770d5c6d0168de6291d92c51f9a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ef5f4d7e3c872acbc4ee48bc91b5835dfef66a698287a95836344c1587ccca69_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f5f049eb01192eaca548f3585845ed6a530934d2eaeb422fc78b657cabb1f57_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:740b0d9392c76e433ebb7762e57f156a0e2ea1db37ddaed2c5b8044ca092a357_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:da9ebcef147e8d9e84848454fe2b8e259bb549bf0de88ee960fb48f6c8051060_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e8f942ece24d15ce0c4a31f731f2060b6e3874a2f486b2dd255c773fb1a55f46_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1b4fa4d6ee3081f39e54b4f910100d210da682dbb0f308f08107ac44e7338d3b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:571a51e1eca0f31f273be8cff7ff115bdf192e14f5d510705ab7ed423fd5d9e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6dc96b2e8156e7e42f758cc28302a2e94e8b3888970d03a780b1732375e728fe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b91654b9aaa85e13d262d21b949b1a96b386f202524c2e8d52ecb66c279eca8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a677804e422590551f82a17e61f64bc03d5a8a42a695e7ae8d9de5dc086924d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:fb7f225a9221506e6295f7efdcf44adc33e5b971c470b5835b0ca3c42ee1942c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:107c9dcda9632516721c41af941362ccc316d25661bfb13a7c4dcfc2ea4e1c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e75d33740c576321707835258793fe2fd257682099348a2a067806e764e1560d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3ed82adddc3da003bdb272e2a5df0317abe41512179cba925f65fb5d8f7c2eb3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c16e4af4e9a79ac2f1fa632b20e98befa9aa2953ef241af186edd226e39150e3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7b6c16881c71569dbada90e320379c2159ead0b0ed2fa2113e065b361bdf2413_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9533dc6817f01e377ea2ff7e3aa4447d20ab5d016d9145b97e0cb9e758c9a8ff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1285e63d6cefc0454a400b20a6e404537a8d57e5fb9b5d7ff1a75b61555622fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2ea17afe64ff273c9208892a59773c1dca248367c849e805dc78cda228aba29f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5f33ae81c766b0b7d9c8411dc4f6a0adf760221ed0493a99f1bea5dddb5de41b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9de0bd8cb41c5324718c8d8f275c612c0bfd13b322225455a1142dc76bff0a01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:2fee175122b1e3f74cd8976af1515c869d096da0bc4f5e9024b31a64cf88896a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9ca16ca048f3de4a5d9e6b6a38b55bf0b4a994bf7f7ccbda8c50c02bfd59c871_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c42a4deb157c31f6fb871bceb8c4401f44ffb490404591ae36110511f933f72e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f6d5c31b12c8a1a1e8316f258ccd254bf6bb8e49ae8a175eefcdf0bfc5c6047c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:204e84b23aa1edaf66f10a49432115ecb4c3e8fa34472a909e1c9a7a0c3f3947_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:37f226136e439a1b37fab44e06ff30eb22b1ba8f12eca9e85f59936c3d58acd1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3e385fec20235fd68320dd564c68770d91c5c08a864e3de41f3800937d730334_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:878a0a7473a69442dffd7c19132d74b29ecf765e3499d29f8da7b1de2ff6f439_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2b51546e56d1893aaa1b68c4e6ebb5479614d0402e840c8c850702ffb198036b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3aac893d87e5c39ae1672eb5ad48a0b9d02b49888fab57f8662e6dbb3897b660_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c5bddc80f0ba0e391b336de8ead2442d0dff227fdb8aef1874bc3db3101f7048_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:dca0c7b1c7ec76232b3d5ddd15c8716e04a8384f0a816217dec544d667ad2e69_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2551dc2ab6fddb6edfefc185f7b6d73ea366ddaae4e2f79d554f0afb79aa54bf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3cc6eb31325b1f9c9a2163c570ae1c3d4da7e7dcb0d761a0fa775b66fda9dcf5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:569965f29f668f02a342c0c7b4804bdc92354610e9368ba42a3ea5cc3172f532_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c4b2b0855c4ba25e150de01e54f0a84bb4c6c220b348945742bc0c18cc6d7dbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:01b6587f8b9ee398d34ed3330bf0bdbf2dd01c2fe475ed4d44c547401d1dbd5a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0fb7ce17c762a70aa16ca9f7f35e41d85997bb2bb22b81986321d29634ce9b3e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:60c4fd0dcbc1ed92bee7dedce7879893a23c9e4a6181e5e6d6a8f04880f377eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8925d5826cca515b7f7c05558406b3688a14963ddefa80f5b44500fe12dfb1dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:3d914112ad75b59b03d5653cea40a25d92af415ef52dd10aa7394465e6bab92b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:f8d52c53ca49b3f9847d2e568779801321307e329f802aa9456cd0dab7625232_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d29e5c26f37fc8212f2ff15cdac470982494be155f85e3c310b0c958b943f7f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:fc7a6712a6fe86a47b5a745e06a0c6d164779eb198f284fd0996847b025e53c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:32bf2e7aad1dd9ff5100500c294e343af0dae3d392eed27a1c0305198734261f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:54b4afd46c87b2cc839aa7d8b8ae232aaffe0f39846a6edf9d0d3228adbd7a29_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba41cc4ad0ea8dc731838e00dae166209a3e06d104e5cf11491639f82290eca6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a9395f57a9adc721c6e43e578957e21c8b9f18defbecdf91dc49d11044aeeeef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ba077da5ec7f147b51f0ee4432082aed3b7a3a541729913bc2ed821688723e99_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb48a38cb5d06b67ecfb4777c44d44f3e32a996397450e30f40e7ec3e340a56a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:deb40607f193ff4e36c684ce74167e67a7e96187f1a44a1f0f20f36572005843_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7dc856fddd561c1d29112b0b8d4dc39dc7503974a9ff563612e6998bdba4b71e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a3e01913986169c592bb770fc49e3875d46031b5788f983ddcd52938f9ef7a49_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c3481c6f76c644c017392c092dcbbb25a288acd14a9f01e20afd0d2d35e16d32_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cc440be9f6b3c5e22186b6d53a428a8220201ddaa79be39e19cc31a8fbd7b221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:12d7ec468f9634a53d053f3af7957c5162d92595fc3385b26b08acb22b7935c1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:49f08b645fc28af342483d9efaf2f607c9c2a6b491b477cdcf2985c44aa3e894_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d32cde1eedbd0c110bc10836025cee78421ec16d2924d30f5e6265591a9ec716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:df885dc6da20faf1903dbdac693889d9882722e8b67bebe35f624c11e4616262_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:16c8b8c6aee6f6a06367ca5bfe2be8fb85a05c3f18a819683f49d1a8c73941ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:376659c608333e76b0b48fcdc69ff17643284fd22fdef6c6998f07be54c1cf91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7359a62beac2d501d629e6768f1767861fdedc0d05f53a4424a2abdb3dbb6a8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c71d05c245bf1a4955f46c785d7264985e1f904de2a19972f7ce6209a3be0e4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:06ab376096238d4e04c9ab713d83d3cab5db769b5af1fd1c57ef2ceceec6ef61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2c80889bfaff670acbf859db3624951cda96d4ee8cb1560806ca4215e8c6c04b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:627c6b73224c3e37181a19cb598ef9a425cddc1d17d97b6c23388ec1345f6a88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d5d338daef4ae436780be192907d28a26785021d97865d8a95db9065734061f0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8e59a286a05743844dd1333770197161698788e0db4faf8e00cac6b2fb9a638e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9029d8ef1e4455dbc1910078afea1141f92a5c4d2c298ce1d9e4319209b55246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:da4ff38c7a1fd5adddbc0b0d3defbbd580197680b22648e2ab803c90c4a8c9f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f6c44d76a715e0ca38fa5e2becad93a2bf3a41fd8f181846e7aba81b0c579691_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:167937ed04f625a9cd2d0b8ed6048a5cb7b6d435bc2d41775d7db4dcdb5fae95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:176feea3131aada18df5da44af30a127f4dff392ce8ef57f7e0844969ec95923_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:17afd4ebbc2a5233681d4cc1774fcd70dc932bc10006235b11de8dcce826c2ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d3a98e507691edec50373d79ce9df48a71cb6a19a75c9276d0c5905d4f204b39_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1b6c3977b4835b0cd5399523dd437c230b992b77a0e7352b095d008be96fcdab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:54d79643f3a191710d1362d665b5c838130f3e51aecf1e27a2cdf66e98a3cb8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b8692d27a4799d20ce1a8374ba99f55732bb7db56cdf8f5b038424a086db614_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d196f02212da5e80ac5a73931316d38e9def9aeecdadeaf07aec685e661f9f98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:11c2a1966b0632e85caebc4555e3e2f726277175b27a63a5e854557499e0c28e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7e649963b5c1e2a7e8813569368eaf0ded5e544799d561622d469b03b9d93937_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a23fa7969c6a881648ba03ed1a13692c5db21b79f0608d841291ea9118548ed7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:af57ee131bc09ce55ecb3ae13ed7dc3ce9607a7438f0ac5a6e64bbfa000546db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:3a7644c1ac089cabd142fc1743b47302eae8528b13d1b038298f2f57cf746326_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4b5ee426703ecb55bf537731c39c69ab7f86316544cfc472ee77fbef7e5680a8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4cb60d36cc3b34b4b1496b74b9b2e68ff152a71d7f957b356311ea811bf05573_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f3f64bd2f70faa654f7134d803efdc032df63fd4ef07c97abd38fc41e625b48d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1b75d96a4cdcc3a37848c5edfe598cb1d99bb3b0707db5e3f62478320eb90f9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:876fd001172d5151ef99c02826f834ee4db4623b00699a8fb30d6a456a7a8687_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ba8fddfcfe0004287ce58db40c1092f2090b3bbb0810c277066aa2d97799f8b9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:bd9982e951fdc7259571b6d5983ea2cc44402cbea411ae9a6b135692bf5939b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a7a8d4d8adfd98d3a6e3d37644b33966f2c34ff1e553fbb5140ab9a15563e821_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b26a5a47cde227edb5e7f6e51247a6cd91e13484f6b5f7dc19b62f83b7478361_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ccdd76d6734e3a3cfaa1e432c1508c097478e842fd436672e57ef2563d817e4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:fee8f3b24b431ac2a5d4fa3d96c90c5e1aa68c08ee8ae9963fee457c98795197_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0e559f5e780f3849e73d7246176059360631d8c4a7db1700f6ba1b6a9e6ae089_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1a376560672f81b7596417591491e71d065e90672ff6ef5d37ed0785e9baab16_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:350a0360dfdc31eccadb0e8b9397d5a3436bb509999034b60e611428eb006cc4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f8b68ae48350a5aa9bdf47a36efbf661190d497ab5a139027a2bf4579d21e095_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5fbe979b3d448e36fac9615ccd96f8583b0d587d46f6b1b3749e85938cb2e510_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8d45dfe709ac701d6eb800b081947d39a855f65c756f31ae47b75be9fec0c260_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ea4fa6caaa81f207f2372c6179c3698e225658387549ba567c232170cacf8570_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8fb972b411085b4551e10adbd419e3cb89754ee5300222cc4fce27cc349513f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:066d438bdfa1626aaa7a0ee5d2e3222724f2f0cf5bc9a189b67fd5358a0a48c0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:747c142608d6f43952d315d7858f57edbd2d9de2d255938dde311ea580a329af_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b2ee2d0e9906ef1581677bd239073c09f93e5b720501e9001926dfe7db34839e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:bf0b42c5e7e51129966a4744bb253b7c336bb88b1f1a562e481f7eeff5428136_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:3e9309d53caaafc9b145f6b7fbbb8879c9f018ef226afe101f6dc7ab02b67856_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:3a558e248efdf5d3111b7d61e8bd471682e7038bd34c4490f8ba69b91b44f36d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1b0981e2ee13869663087d6504e0c0af6f2c56d2ebf81d72b4b7c751bbf6e500_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8073e0be1f7f7523880b30946f1b6868274c070acb97d9da2f5c486db99ea18d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8980be22bddace1adb383fc356975fbf0af9ac8a20bdc95b3303a80fbe296f3d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f4293de50825a003a825306a45612531dafce45b72a91cf4dd455d596a0c60ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5bc26795163f03947b3f42a5c8cc52b7fd6eb713a0fa5a1558bfe834c21edc0c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:7f29c85842a34554f06db311ef67ec08d1d947d32b4363d1153d92c8d13c3214_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:92857eb171128909119700c431920f543cbfc89cd06aa98db816a2fcaab321da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e931e3fe478f8f905855b4516e1ed9b33a161536c447025cd14dd68778c40fa0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:338034a3ce7dff3efafd00fa35b858c23c2ab284f743df414c6cdae455f8801a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f12584b95171f442bb3661c908ee43de70d0400c6273eb4e93325a5f3f167b54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f37f6568957ab825b08c2ce8fc6b32ad18f5b7bee50b24b1804e70cdb144e5f4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f949249e3847338ce4ae9b94b0d191edd3f316d471f0a9047f97e41e41b7554c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:407286c96b6e9d0ee4e8abec2b06a5dad70fc69820a00deae47cbf3fcdc65a40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:52294a05713b24485ce6d7d1b867081da2f01dc008b9cd052bf8c4c37839f581_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6693dff44dcfb7e6fe67f5373bb73d84cf401d20640c959375f20a24d31aa697_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f65918214ce906cb5af9a59ece43a36870989c579ac1660a2a58f9536a79d9f9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2ec7076ed08f4ce7a61f95083155b5315acb6004ea4245c70be2763eb0ce9f4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5a539e39b3aaf61d63f391b6960cdc5746cbb4b0fc07b85a98969f5c9cbcca4e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:93505b057575ff9292e2e96903238708b940a23953a79cf8742c880f1fbc743a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:be43f0ee18b6d56d81a09871c4a30dc2245ba60cf17ff0f1aad10e117f40aac8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3923e99d803b6dd5bfd2fc957101bef6dd86ba8f6de9e59a849e4c7a02d57e0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8253bfec4409c9a02be72d7e8d87fe5f4f81c1bc58a294f02dd570debc4f1128_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:851fd20edf32778383c81e3c5b935ec5607a05f8fc569f64e31875b8bbe81d6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d06d41126ced4841fae74d0437b18e9f1699d285158fb8725a8768a6e9065b79_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4375e44dccb08eb4ecf461f4e8e7e97d617ab5b1c968beb481d5795e6bbf0229_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:75140fa657674afc46d698aea19115a9f60c7765ffff6a0c4ae5ac166c725597_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c1a31ef64ecdd90020d72f323a242b551a6a4a85a4dae309e19f5d8f12d77b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c3b1ed110f6b17263484b7fde65642eb349162b206c0b9a2f463bf5eb13273c3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1369aaf62d9d273eef766c42f7015d56152f6b8effc50dc06d75b1bab38a20a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:47402101d62f418c0f6b8e3c6e2367a8c84f5151a0204f326bf1fdbe983c603d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b519e10d4cb8fd9ad126a36fb864d2f29f7df218ffa1b3b5f222e0befafbe360_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d70f848ab6450690b8329ae367ff2e5a3a5b295c073028dff7cf810104c5be5f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8f8c882873232fd9a00adc69e199f1b4acacffcdbc282280ebb61dfb1e61b875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9fe79073bdf1745b388fe52bee661394f96ba5c0af585ed8ab4a61724e324777_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b2b91287350dfb474763ca5d332c4765af0c1ff2d7be722e23ea93970add2687_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:bb5f4abfd26a9446eb2f4cb1355bda840ed1006a6233373434378abaf0e617b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:07ff9687205eee39d9ca211c0bb0c6b1618848e9e74bfbbe793aca67de73fa88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0ba94d11051416a116cdf516dab74d530a584fe7c4bb1e8d3deb3bde2214e459_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0fe87955631062bc7ce78891b9eb056f899308f8cb8101b3a44f889c1f0c0654_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:786de5dd308c9fa6643aabecea0bc666a9ede6fd2a5ce1cb0d511eac2a19596a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:719989a197c3bb8b8af09e95af49125cd28014fa74c7969f3f3b939223a6743b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:743119e024a9aacd8bd4bf45ab9c14e684ddbe2307d8f965e972ace243f128b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:76c523fa10e222690941abc8c5564efee1ec4d309a7d023480b6000a545d655d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a13cc82f7b2053435d5268416686ae2ba89e37b6561e49c7ac395cf3359ca2b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:98aa0e651302bb73569a0578e6c11a1691eafb5b0aa28dadd714a7b44b498f8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:9fdce4b5198ae740daa858432221625391f7283bad587e1ebc1220e7b0b4fa28_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b072bc3bdd61164b8076f2799e705ed8e34281b2cdf24d9cf08deb8e697de2a3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:fef5253a6623c30368e9e7e271501adcd9432b96473cf8278a7b81140d287de0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4eecd436b35c9b25eca6975ca9e938c2256fcfeead67e1ff4159d7e36122122c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7e11ca9795aea60b3f0853ffef0fdbf922f4863edd96c50fa85110f36bccced2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c95f8bcd0835611bb90983e96e3b780ccb65bd2bdc7f7554432ea971eac8095b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e497c1834c97590a0c388b58dc823cdff79ab6befd5f2a9bf494b3acc3181eb6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3a7af87b46058334b97531a4b1b5cd5be47e2ade8d74497429529bf0a489b275_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:97313aa4f1c1c9aa51c77a153d0f0eb35cab9711b7f1465b82a636ea44e849ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:ba0927ffd76ad6689b808e734038678c91854ca3d0630613094824549f8a150d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cd8feb684b9c70a4ffd7077e19812273f333174a70f7c2b63d57d140d8002382_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0c8bfd6ea4d0729e0ffffac9811b5db2ecf5c40e68ef048ab104f161d2689b74_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4dc7e3242cdcd1d3c1ea5930da7d4e027383149373cb6af0551ed2572eaea0b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b78827903e5c338d67a4ea2ba10ee67e16482ff00968ba99c27af2b6d50ce202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c9315d23ab26f6f40e05a5fb1f9f2dbce075244a035b1f16003d1108a7ba36d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:270b5e756fca54f2dc05f04b6f7b43f7f188153811decbc0b49eb215b11c2372_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5331e8ebfc48f4d2322226b8986dd178f133a52edcfc0a192e89f1785c8d568f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6cfd8c3da57c17ae1c430f2881c66eb0b1c456bbce4a9ada2491b2c873dba985_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa346af0288b5886b5f095d1fa0ceb7715d4333db919ff9d61078f369642cc29_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3403720059bdecff83f784e2fde54d2bebe09223ac6cf99ce2b4c840b9cd4a98_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3f8cb2cffaf6320f14ae09f7e44c965681b395370a156253790764ec9d2a2aca_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a02dde1d0b4f4fbbc4e6f0afd24da1595672f3f290345a4f6e98e11d89854a17_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c4e8ac4fea3c281effed3996a378c2e952a3d3704e47863b2ae6b266d2280920_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:46a0b302273acaf2582d377271b910d9d31ff98744cd8f290583a7bd5579761e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:af0442c88d2b9b93a187010065424798d89aad1d695ba438c815d04d7fcbef04_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:bc7b78f67fa189ba63da9891a1b05694d676a3ed2fa318336fa0850d63815250_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ffe4e64ee1b721aeefd8f1ceee11d225dd69319385e3e70f0bb52f4f40660a45_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:29d5a91b39dc6e72677bdfab50f56860c53e67dab139b464dd571fef9780dc6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5e6d4e29635ea0b075e402931daf8c384d07ec8660223babfd0df9d572ea6912_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:82555977089a1586dc24154b46be6499607a9d15110e5b48d9a549ee73f3843c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f32c4a07d2b7a14c39db1e5e5752960e46bcda700b292336480c95f359adf0d7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:86b3e656caf1c93ba2bbea00514a17b9d06cb7a6fd5c6746d80ce35f45aa5907_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ba5c8896242125c24e3a7e5698770293a601e9e7f8508465d7b45920cc9ce240_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7de62e540922f1de5f492527d07a8e8f4265d24b577cf2f93415209ccad63912_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bd71e582ef755da7bfeede697b5c2ab29ab9fcea6bfeb14cc8ca168fce5c7bd1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a1e6a736546b54bb2797d85d51b8f2b213fe2f6be6b26bad5b549df9dabf2d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:efc7fb9608c2be8c3c65aff302f923241bf8d008bc71c2fbba0d82ffad2b4f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:aa63c460867d565b44b2a8e919ba9a0e7fd6717f71588cc5a7e2ad268fe13181_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fe1f1b5d6da2e5ac66c689da49a4c76916533f30ab456c9961a225a5e26cb6ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:36fdb2cdf796941fc6638036b3a31048ba0209174c7a62424fb410ae14b1f81c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:65a0b94e9f663f3d73a9696a622ad46c73a5fc793f9dc46ee07fee8ba3bbb443_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8afe2a0c6b1b200201f21b148caaa682bce77cb3b1027f61d4c873e5babb1b30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9f7c3543e4b1a095399d1219c50f1f5081440ae1605154324d57ba9201aa4fe9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2c0897a842cd7b16b64888568ca65c2a6e473c24b2ba9bc5067d6f1f237885d6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:432c94d7d5d46ad66348775fa0e1a6c2c142469e8a770db5528a1aa25664c389_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c86c7188163be31c7ab04017bc46ae88707437f804ddf2b5bd5a73ae34f64312_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3f836bb9effeca4dd6a230a4241282d33ed454ebabd84829c41e58db5f24f47_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4632ef8ca0af5a8115f3d9490c2ad9e2e44361f4d0671fa8a3a1006254b173ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a7d2d10f5326e2d71551289740eba86d6dd2f12526dc684b1494bdd4228fd8e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ba876751849dd525a26e70996e7e02092c473bdf386ec4663a54ecf61c4f0d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e842cdc56ee7728aa71a7f95eda9777ba229aaf959594e73d998fbb30b7f76b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:90331abb869c0c04ca7bb59681cbd957ff54eb0e0265e16368f9fd6ab6937acc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a02580814c02bec4c1c9b79c4b5a48a5a59caafa60a573f9f99a4a1ca07c6f71_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c197de59c38c060dc8aa099a027922853e4b9dc7e5589ac55c8841dbd44b1367_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ec7a4bcebcc80cbda32227224f64e67cdbc98d3fab95466b55c89755421ea4d2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:223df196f0cc747e52ffae9f3dd03fab2da3c72d5e3b189e3035d4264a08c6c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:29f3154c0b972730ae9a54bc496bcdf62e9ed348b73d98ca958a265717ccc2a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5e12029e90adf045a4377f4be2be75c879e57aca7aceffa2aef08aa262ae0f42_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e150a242bffd4437f92000417cad89969fd547b5da514f8586802b99a668bab2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:17752e2fbddeff8e6f43bd354d91f248b4e69d88e80b29b75508fb03b82d92bc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b1703420b5a67a12f055518b6a23c1d8259dc8a064a1447196f642dd23363806_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b93a134a81af485a0f07dcd6a71c816ed517178826539d0f53b6c45dce87096d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d266a3bfe528e76a8c6ef1700a2016080d084cf6fad2e70efe5ba52ff0dbbc51_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:8c90e9864b3ff53d398f2451254dd3707868b36c6032d8d139cc3ef2cbd9084e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ae6ebf086515376ed35bb432a7f567f7bbb44b8d1b86773fd86daa387c5fb933_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0a0cbb021e13ce9d693eacc4982ece2e8ba4697f5d5571b8d0671d71824fd07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5271f6452a89fe7907b16f486439f54f0dbcc3d075a70ef446ee4cc62211b1b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0abb949ce9461e5718c1988f57791c7537eb1b3d2184f4b4268fe087e39726d1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1267ac849f67c33155b54409011cd3f0eaa27d5f211703875cfd383d1170ef9e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5082f39df1f143f23f0e587dec5cdb3e3b033ab446a57e7e808c88e6211a1a67_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8fa27bdf891edfb80585e470f09c9d6fa369aa727a3698b936b4818a4b46448f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:017bed02593deb2e9cdfe0f268916e5d1c8cb7a4f1362c6eb3c94050896d7276_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:027baac40981f53c9ec53f5a4241a657929d6289e42a0e5deef617c182b7580e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4bd5b70373a257b1fce20135ff4a4b3e6962eee541c67a0e29ba9a2523d4d4a2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c0b3ed1332b228290882bbff6a1ad6866f5ab2a4586b261949832cdc3bee5797_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:047c270f56b685d5a4e67afe43d2f1ff47829a259be6ff93bfec4864233d4497_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:50a6482667d53de3d7aa2bff6df05ca21e4e9773996afa8b8038721e231deaae_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:653dbef43ed7f531ebf64c9314756be42738f1635a64097c53210ed0b6b0de88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c4d2741561038e0080204335efc6eee5b6ffd8878553b240dd433fea701e6bab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:3de609d984e39497dfe119bb8e0ac2d6d823dd894a5c866e5ec87de5b5711e60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e3a8b252aadb5b32f42009803b56dbeae49a3ddbe9d00aa27569af4747fa403_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ccf49e256cd9c3bb428badab464a17aee485ee1516896f1ade10da11085e843c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e77ce95a84b01b09c5d1e6dbdea8970543aa3a60f9292300beb078d1288bb801_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2ab5fcf7003f4ba3de7656a284b11d6ee05bb02cd0f3532671a8c368f7b15178_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:44241e57d9067223cdd1585db9d699db113931b7a273d207516f60c498570677_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6aaa55450d567e2fa992650c456cdaf5529c5d96fc9984f7e1a4aa9ed6294bf3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f2fa21e8a0e88b25e9037a9c2db4b157ca6fef8b765b36da7dda71bf5a4c4478_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:10bfb59c904103177754f0336f7b7bab676d240480a8213ec42a778bca3f277e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7aa4fdd78ceafdc887a91224614657e86c1e12b72fde68dea4ee5c6e9b610cb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:e4a365a0516b0c8ef2d1259ec4bdb7f76aa9dc0d3c3cfd5d5b3d34341d349772_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:a06af7a856d5f2416777c1bb1d271c189576e273450b25c6dc5937cd16b8bf8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:28b8390dae142ea16bb05f6bd95f19b6ab38dd67c341168337ca07fe4f45fe87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:be6a9bcb97824c91f393af5aac5a146d819ed9893f5a074e146afe18f3a50dc9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e6392d583f97f0932dc01be55534fbb6dd3014f84b745e8bf7583b96ad7a7761_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f30d93c0f244f5ba21807dca912d18d4facf47ceaf43da7efa41b14ee816b71b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0848bdb082bc8dae6bdaa956d2ae36fdeaaac89024822f4bcdffb51da1165fed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9f9603a2dd344770da433fe8dd50a104d69e80ad463f9cba71b3aabefc4fee61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ab417553778971822422c6eef94aeb437209fcf88e78188b701d4b2243ac5be7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b9bb7615df3eadf64501f35dcefa829934f330892801cbb86e9f70f5dde236ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6bb4c6c64852f2b7ee590a0a60db256d8dd549a4b141fe71d311bf30d0ed88ae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:837cd26d96a814814145cd0aa0cca672769283c499eec36c457ae432b99a7466_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:956ad866d891e1340f630b9cad6ec73d1fc60d4061d4c63946ed714900388a3b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:9c91591eddbc058f05d052e3178102b28ebd25c2c9cb796fffd5047f5d413d12_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 OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:0c95fbbcfd5c54e6b2934a8efb4f8523d1536ec1deef78249f4daebaa9d327d6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1b84b2a1cecab16e75947d29572008547922714207272a5dad8169d1ca5beab5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:466597e63e82ac365414c803f5ecb8f06a72374885eedc5daf9532aad16ac148_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:de9cac5c7ebcf3d43cad87758dd2eb0f4d6480f59bfb4112c224a4497aad9ba7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4ae516b98be8fbdb9b783345fe680c1d6ef57b5dc06b2ec3bbd20bfdb7c9b2c4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8f242ba3e0b9c57ecbd85f0d4c1bd67306357c92b53968a42419736c3dbe04d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b717614ee549be99c17ceef3d755c66abc983e821e04808df347962858e0da81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bd0f90ccaaaa74683b9bb17db0651dfbdfdf8f49adf0ecbaf8e83756d270b590_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:040115466e4f525e9f2386d6f8838c51f8e1638eb06cd64f071d4ae027a8fb9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:1a677b9d28655390d007acaa656997b12a32e9093c1c228778ef96cc6f4ca875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:39c68aae39089d044ce992b949d4e9961105711501daf3d4f0ba7e9981920729_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e814640d65f77818c180a706940337f8ddec8ebe4cf22c51a58a8b69e0f4099_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2831d7dc9f3cad92219addd21b93959900ee2f71e2d988fffe913a6f88dc7e1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:50f602354dcb223759d781cb057b4081a424d6a509178b10674358cc8dba41e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6925001d8a798896438ef1388f54bc29825c37d41f2f09a59e3f8bf60b2ec6af_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e01a83cb76fca294a011e022ed86f1da8cde36928096422a440bce8e42fbc8b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:757ad9e0c37b861340a7b2269b068d5b0c6355322eb5f5898a856fd9c4495b16_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7f68ff8059ae68d15041b8f38ad5ee5278289e1370d276cf7e78fc7e9fc3bb10_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:816787cc8c95a4a2df1416f09af6228559333e1bb1421ede0c9e2093444260e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f9bb9a184319c9fef278d3c6705f56cfc592c844f5c458bd20bcdc07c4230982_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:198f39ed50bbd835f4789057f9d7fd8de0962f1641a7f453dd90d68b5b2a4e7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:633ce875ee7bb08d9bf00cf79738e3e63cd6bf4de2d40fa6860142a301c0968c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e169d65b86f23d6424af5e7cf9e1d0ced58382128092821676196c0a05f91da6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ec2586358c34d0130b00a3714b50c8b7bc33ce915aef6aa79eb214d38202f37e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:13e81e4c25d8c789ca15eb4e84f3fc531a50b4dc0d95fa3573e002e3b54cad61_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:17637f8455e0e17bb3dca34545a26e881cff3e1444af45b9f45c3e282a252bb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d2dde1514fcf3308d1469a0af6727835121c4d6a1a1775a675a7ffabba8e3bed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d6376055835ac40728181d6f354398a0e60ca131d2fd8f41471ed87e974ea4cb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6f86d997faaf61c874def5a78cded319a188c1babbc4dfefb91a29f7e0d7f0fb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:73bceed99ad1b0bc99e66ab8361037e4046c5212645490161572fe6f34de98b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:babd6b0e928bb674289f34787d3aa536bdc4c24a877a5ac9311f21f0cc9e6224_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d00a12f6c4e75a2c93bdd135eeb742f42868b0186d9d03f318c885407a17e439_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:0932891a63e5ec5a076c7848d5746e29d972f3a96058914bee8fffa4921fed38_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:472e977d39473b92992f53c0225de477318b31be8656c37bc35193789ab7a456_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:71021ecd15d688aefa6db79f817c11a751b51f6ea9f2e48781bdc49c6de98088_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:9563eb7617a4d3a9c22fefaf03a4ede698fea2621a68ad231cd9e65930043a56_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:1fbf3bf4990353e799dc271bb4a0c58b385feb2ee60207636a3f76544b4f5ae4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:7815e9dc63477803e7e8bb8a01ea83043b5503ba529f64db3c76ad1c4cf2f0b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ab22d93f277f9bb65fcb5fd9c448b72f82384b9be43b8ab525d2836832044eb2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dee02e09373732db94bc442ddcb2eb4d13095a04e35c674387d3df8ba23d67d5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1a046b24339587101462756592c87ae4a8f699fc2977a703e6d031e2022a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1db6c409fede3e9ec09788fdf286fdb0634de6b6e727ec010332f7cf2e462_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:bd6be5cf4063439e92a1264ce3af0ea6528b9c27dd4b26f043a80aa8616575fc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c955c4b9dce1b25c73453079a21d84c5a2e5d0b53cf6e351f9b1855f08db3fb9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:221943f7b65573c2942d88354261f93a01950be1d1a86fa853544cc4c283c027_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2488ca8b2a8f658f3deaf9a70b12f7aca159490b5e0861d746ca8ee5d2010041_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a3435c546844b61f456789fd315495d6bcdc2560756e9fdfc4b896cdf70d75c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:be2e4dd58b8ed72278bb2c014317e69185e2b19dce37beea7fec3798abcb35f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4da2632fea643a834aac3fd63bc51fc6b0d768b869ac450e6779c9f36429a9fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:56ab8a9553f0c0202a47d858e234f2672098514dd647502405cac1f28d14196a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:abe530f4e865add435da2afd379a3a11a4d75c257c2468a09bc78f10256e0be9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:fe1397131aa0d447366fd627b12582ed647551ad3af13375f8c281ab73745f0a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0857a5a2cfb5c277bc2d2545fb19693f23285ccf6b75144da8fcd7225e1df1c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:43b36fb1f7ad271530f5ee9040cac4651a684e0e08de2ed90a2939b736b565ed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:7f86439496ba6573ee1d61b5f4d414dfbbf65a95526cdff54e45229f01785517_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8094138e4ed2267cc278a83a1586922c957142c9e5fcaec62db531c83b79566d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:309b1dd27ce0c7dc332c7141e576642db4aee6076ce50ccc2930e824f02ead2f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:35322e4580b0fec862223f76e0bd3c95ad0af31f3d4cdfd6423d3ec47d6e25c8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:699bc772c8a648f8be7d6a5c32d786d8f6484e584d918d68ef8a32cb1499663f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:779afd8e0fa21d022d7e75e7ba8da00cc7604db1adfbbea879bfb1d0f8c9c831_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:49e98d0193f7d7b4347043f0655d350a7a0c0d8c8b850d95abb57acd13dd8ac8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63e308cebeea85127f584610f59cdc9b228f01b9acb227f2f6eba7fcdc29b1fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:71f9b47dbd3985738259a6bc9a5bbdb240fd21284a194b47bb78538f8e870cac_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:9181583c88b3be23253c76e277f140c0a1532c1bff7d62cd0da1e14beba1aab4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:0f96581804dbadea29d9ef9a2a952753f5fdf295670ea0297622214e2a9b7d0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ae4714025025642ff5d9e250a4715b01d933487fa8bf4eaf82629ebd6d4c8702_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:cdb096f05b664fb542bb6eac3cce52c53da2e4bb636189bb53f737d3075615da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eb9908581f71dbe01d8553e494ef022417196408e9fdbd32f08fe1f5b9c9572c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:08725f7a384b4e72a173141cb35fb67293385ed72d973fc4d497f3c0f0dc626b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a322e3fc620e914088fb5669f1459a47140abdf027bd011d6ff4e5b3e6b909b9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b950e80fe164f86ddf624c80210308a634929ab8eb493496ef86bff1c5248fce_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bfc663a0ca81dedf849e89b91feb3fe0af97932fe8a8fc711d7ab85b6cbdcc84_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:13257447171d38e6e99c66faa476de6ff6ab934c285a0d1bf71fe94dbe583462_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:23fa493f397748092cd71c41b9d83d19fad6a5433b692bc644e30af790cf60da_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:28b1c9ee4102140998781ebef22f269316d8c2be2254c10b4d7151dffb0d37be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:be2175c2c6c9d882e44cf10aa85f1219573952473e893f67cc7085bf0a324407_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:61417bc1ddac0bc97c786b5807c2fa33eebc75f7cb186aaf9eef2151dbaf75a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:73956194247e000432a8c5f7b78255062c5ca967745ba2d97e680a06f698f518_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fbfa9ada74c4875985fc4bb8366d21eb5275a52953d44bc6bc740d48edeab5b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a545c9c2fbb36296286f684e02f9a5bc337b3c3fb9c83c608c988c88455f9bf4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:34a8a8a4a62b36b5e0eb061db3d56905c8dddfeb2e7a7135642f947ce6bd01ad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:41c2ea14036c2f8639cf0dd634e327841954eff4529743fcd10e8475546165d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a884f443877c7a3c0b32dc60a79e1bcbe89036549da7a8aa4608ee2ac6460765_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b28e8574a1d3b374ac4a61ea4f3c16eb70d9ba7385bf830c8698f4490f8fd3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:8e245c278c66405066cb31e9d48e97ad9cdb826511bdb1104807d26f896043a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:380e3045135a40d202f330002512a5c499d8d2079cc38e5c0bbd5a2312820dd3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5d06442daad2c126259fa5d594b53329e386f560b77a475ccb0cc37148644a5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5dc0ca56deaa237fb0bcddac8481b45d3ac81609b36c3b7bbb6cff8456899208_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:aa669084fb336f5d89d86cb58aca73b88d6bc4b6505eac2020664e0b6abfff6c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8cb392862e1835b610757e822332074ac459c593e9bd60fb6b6f6d0aebe577fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:987afa1aa902bb85d7c2d96f1637bcd19bf21eb832444c98d30171bbeb746751_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ad2f0cda09211f3e0aff615306168baf808e6fefbf1f039c3ae1a1fa7050a61e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:bcac50d10432ecdb8bfe2b465ba75889248ee8595f23c5243d023ac2a336f3b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3cf2d6f464e6a2fe5b4a8cf66690b3237aefef0c825a687a548f81336507cfb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9bd17213796576ce4d315986dc0b271011c37cd6e9ed75edff5ba80c3302fc26_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3205092b914bc1fe858b2ede7642227e04f35d06daec4848fdbbc0406fab4a03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a20ecaad93b15b869fb321c7503adcddfe1f0f5eb3f0f6427bd363234010853c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:57259db0550547f85684c19078b9af82b6318dca0c00ef8da27de8c8dc90e305_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:a95676fb6c1cc1b20cbb758a7c9fd34e82b3e114b81b5c17f47ef303feca3d51_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:49026487ee6722c3d438c05c1c181a36d14eca2f0d8debee48e4a02db0486145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ee65002c4934842ad86197a89e838997bb87a93ddc9de3423eb2af282a565c41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1bb56a1a194ba6f64edcdeae267fecec590c14c85431ba62ee8c6b5744da3a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bf72f3bbed57cebe1deb7690cd7fcb6d371e526630cb386d13180726736219c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:81afdbb2d9fe212af38a11b4d00ac952a306e13f91b23b2a081c0393173c5e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bf8d63c933996abf39eab9406b3061bee014d766a58f4e27a56413652d319a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:4a5021268b1ab163318270fc9ef07afa8a29f288c95ea69700c4bf46f88e85cd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ea443d9738e4428b6912b47f9c1d8d05b75cf8b137f0f9a76f852418b33b989e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:00148cec706fce87b240d38dcc91434f3c167052d5860d42ca9057e24c3f35eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:7996dc231961eb51daaceda9598b04e4bbe7d0e4019dccf5adec8a14d6f7e1a2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5c70298b919a36de41bf25d870bfa3da4013d36c6179db3eb6dd2e67dd20bff1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:a64777ab69af6f2b6cf4b78e5a00148e98353748946991c0a6da7eba76b442dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d4b6a07334845b2938c6d09556cea5e0477d13d4be6247bc9e3fede2e46aa3ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d5e665b41152b8363b4b15973a7b86365bb2c047366aa69bef7e1c499cf4fd3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:1a29c30f85b9bc858f0c70ca5ed79934494d92849f23baa6c7f26f67ea49c57e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:70f95a8b240afc604ee9af621fc3b63adaf80f593f3131e7ed51077ed2c77a1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4d217b45b97c9e01ba3d54d03270be07e9659b0d4313fc85999aa49fca560108_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:634f48a37ef03dee1cc0c0626c32aaebb8f9975b4640ac540f02910bdb3b165d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:00f06d1c70494444172d5630c33e1c93c333a880520bad3a810f96dc69cced15_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:01ac79392fa7a265608b75458534bafb6e5d350f2e8536bb9de48566c685841e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:12047af5271e61b4032c04c98df9ad54363d6beb13b36f49085307705677e345_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:37e5fa3bfc88e99fc78f2ced6cb4a99f5099942e40158dfa6940784c3d2ef95c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:54d10266c83c4d5fe91b013dac51538493ae4a4322c925e561c45316c73b1e2d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f799d506fc4087aac0eb4b2c2d6c8e511b598c6b3cdb1ba5ee470b787759fd8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:061d1b86afedd409ad4947a8ae59064f0fa92360cc82f640cf124776753ea3bc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9c7fef9c0e22e1721125d5b1312e509fada544e1d3d956338c3638aecea53dad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d3d951b736b910437255f3455b76357bfe0111c257f5a2d8dfe0f9abacf30fe0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f7feb8627754651663208ebb363a3e42e1767e16a65914148ce0507a77bfe795_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:23b0327190559517a3526d2500534542e9a397210cc6f663ac2b313aee902e92_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2911daa552328c8b01b19f91ad43ac54da18d343834c48ef35f12adff8077785_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:43960246dc7eb7bcef847c0d706bc6b0f0a407053a2cca7dfe27fce23c6d2af4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d05434d4552d2ffdd45d2fd44b1b2e2e8976a15f0f4ae59ce7dea73ca97dbcf8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1f7e808f97ad41f4c301736bdf2e06da73f2d0e3ef4ca838f0afd65273db7c8a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5553003527f078011d0c440f86c1480ff4e62b318e98ca2a4af97b42e5e186d5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:582a4e6fadda74e5c6c49b605b7967e9d6f25c84ab3de162c30931b1dcaee31b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6d54aaf9249113e5be1b6a87bf439ae778918533077a41ee9442396cda4d2642_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0b4378067622a7584c3be2e5e5d8748a564ae7672cc882bec0c1d6f4f4c28686_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2ba6c6b021db9b58614b1ceb9b736978b0e3396b04dda4518406b041448dd5cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7f7e406ef7b654a66bbcbbfa5326ceb1ddca4a0236cb60761a0ea48b919e8571_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fc403f7babe4eb16c770c80def94f34696b3a8ac55360b17c88edb11b9ae5a8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:473d595a495e4656de14b1b22456ef1ce2218fe39d02bf738990c0be4cdf5440_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6b3fc95809e8ab1be94de33cb375207b4302f93dbfd51f2a67228025c1e304fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7d0a9db460cb1d4c918f87a02979048f170f5e692e83cd517bb9b3271aa06dd2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7f1e2dcfd02a6a5fc56c6665979a8981f11144a5bcc6419feae3964b190583c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:775213a7b6d92d23694dbd1538727c84ad58c6b8a8b46587ff7bdeb7312acc05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a649eef7fa6148524b1f3aaf18ed6543f65ef91ad21358cb0af865401061622d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c593dda5f85469eb4ded8cb6c4738069d48a144823a070b83b58ba7772ba0e90_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ffdcf3c2b138b62cfc84d9916799812ad73fcba9c3416d7442f3686417c85932_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2e1e514d9f3cdf5f04ca924fa98d036988ab47259be5df67497931321634f730_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:32e93e986bbf92dd3a3e09f9c76bed29334b5cf794e18b843f81522ccf43697b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7bfa1c21aeb7971fa978d49455f4b5dcccd4ccc3de147ef47c32e9b74bcaf2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:dbb5abf21bed592282f09e30ba1387b084eb028bd931df5609c07fb8c09a0d75_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0606de7cca514d2b4ad9593d7f37950512741cd8f1597b1f83951aa7c8839268_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:116474d2dd37c159032b15ff856dffecad2ef0ab76298bc43f840bd0245ec78b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2e887b0da3269f28933bc5af839ea2df95b7aeca3993cb31b0a1c92e7043cce4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6029166a01da021523fc720ad70fc59f449684e577f9f5a36e0e759a39d0a28e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:849b8be9f7fc785a70451c1c0704501e2b449650acd23d450d145da1a760c166_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9c5d6a2d314e840600ca6bd1354c7dc6040fbdc216166418485d6edfedb27ce0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ba10e440e514662920d68ac025d5f3841786a393703fc2dc0ee21ff1d2490015_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bac1799b133fd829b35ac619a25a272301816494e83be5a251f78a50e7fb2f88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0469874ac135c41bb590ddbac02428775083221257b6904fa376335610c4acb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5823c8fa1f1409d6863dacda718e35b7afd2915befa21343dfcc68b6fef7a9ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b38d3723f2547dc5676460e3738420e243c6fdf7be77e54d18657efb9668c438_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e5a5e4c1a01ff3f5d694ca26dd248533fd463c85374c25ce1a9f4b7a60deafc1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:19f94467c811e10882e30eeef39b1266b83ee417974aaf62f75738d51811cbc4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:47487ff8d0cd813ab3354061caf319dec553b1cba9d5c1045de710b8a6d0c51d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b3a0104cb85f1a6965eee44fef58983637839a1f97ddccd737704ab41cda3a25_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e8c72b610288bdc44492ea0a5c2fd66cfb1673fc06f6bc66831fa84c96f86543_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1a9333d29d3561fe95488f3d80136d6b24b4a2e04472d37d34737fd1032a8856_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:705d146d458883660aa0b673a651d05d1d1ad73bafad91e84755118b82092ae7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b9265d767c8a6786f12dd4788377f1a316864863a32de4a4ec07ffc8b874aa00_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e3a7bfabcb96924059fb7906be97a0ebb1df35c6cad39a7968a6461df0cecb31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5c015e1a10e5f14e82e30ba41b1ae6a82cf5cb0bc631f5137d7637c44a3f5b8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:623bc4c74b05b46babba7da628809bac05b48d8c4055648e88f0db57c1bb0e07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9502a32446a8828e8a1887edcf49034e874ea0e32ab5fdb738ab89e77cb5a472_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ec7b6b83c8e934b66505e8051e183fbaac54e78abae5ae99077d4e5e163b4529_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1f15641123321a662f676a46a24f6c8066bba6e3730a3c0d0eca3ff8e548de23_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:85070876ada5cb86e8c585f3ac3114d548b189074723a13ec5d6fc6be25c9964_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a34e14a715bad1d324f9211d95c56ed387ae51b24b21ccf931c12f3f7b3dcbaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e12ce561e4cad13a5d08e8164060bb74a309f66047279a26dd727d34ed3dc16a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:67789c239f82fe3649ab8c0e13f920a788a3612d15a78fe5986a852bb2d11a0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:80d704ed310acc3015748815351da4b54fef2d8b74d7d4b03aabcf9fd7e60b38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bfbcd3f502bf336124261fbe51f19e7a4cb9e9132e07da62354699b30cf6ed24_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c1e371a0057014662b91736570bf25fb1211ead7402154a1149dfee9e55b994e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:175fd0386d9a4e064fa760f23ecfb45ac6ae3500e5a50acac0660d06e5b7ecb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3e9811dcf3c528ae6f5ff86659dee1a590c2b53f7af1a03204d06fc3dc628fcd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:68af6c6e7f51523ac223f4e25955cf3777f4ae5b601dcca7c6ec7e2dc0de0782_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:8f1b3ddbde3e33dbe01816bce0cce7d7bd196cc04affbe606fecfbd8ad7b8b17_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49699de68bf38c34edb696ebe4f9dc608756382a977f497f6713dbc7b6e1209e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49c32ab1927e0969508b906c14aafcbc64e6eff7680b9a10812eca4f17787921_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:86135a8f7d4aed36e7b2a571b431b29eeaac2bda02762eafda3e22a62a7a2d6d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f2dac4ffbee9d028b26e683b63a9f033ef8609907f6c498d42c447a306e75328_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2884bba195d4d635378b0d15efa54991a23f51bcf4efb1095b478f5cd9c34f46_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:d84853556ede64db5615eb4d826879c744f7ccbd92c51ecf392a686af854ec11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e05dd48fc4c26b5dd822ee58a2af27bccfd0ed28cc959a6fc05073cec6f7c9b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e202635a4a52be92b47960bd8ced28634111416b220cca5fa7f86373ecd1210a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ae36d953c8c7f73dd78d620f94a0335ff5fb84b16ce9d2dbadbdf3dc5d66f6d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:308c924c44c35b39c66b429a15a0343a47f7dfad62dceb76ea7acfc85e6bd973_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e132f6b0a6b4e2dc63561c1ebaa0bd9fc669a835b0c22b0d56599e3da870231_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5216d36dc483b1368a03e00dd9dadc7c75de2bc36ed98cd7ea2b089cbe23965e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4bc11f6ad7c3e9c99e708f7ef5a01b4faedc8eb5d2de5b0cbed502395958555f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4c04a50ca49fdc521da592b9c326e233763918fbfd6bc97e001e0e680ce24cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8ba4aabc0e1e36c3ffe66b55c67ab8c305f64aa6011f80060c5d95ce91180c5f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d259704d34b605abd3568bd4c988bf9e831d80554ec2d7a57e7c39a70daf0140_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:14c55985b9277766e54156139f0949d1e3e5f756ade34512a3d5ea3dfed2c544_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3231ec9c296798f11aec6a285b0a8f7c5cf220534d0525afa59c17ab2464abb0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d8767e4d0b2c8222748319f05483bcefe50388abc182a01f3ca9dae3c80dce44_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ebed5c3d8e112fc5086208b4b4c0aba054a0058f3fd08b71b129dc124fa00f99_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:26dccabde8cc0d1ad45160677fe240b3fc098acae82f6d095fad08b78330453b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a168025d531f20656997ae845a4930919d6805b7f9374c40f7835a93aaa46b27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e696a8bc54ef8a13800b2168a395d2cbb08678403beee2dc52c56d04cb235759_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ebc22890c7759ec9992b64dcb0e388881caeeae333a9a84a50dfeffe27e38b49_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:09319f1dcbe090d9677a43249810dfe5b3eb165aa3f8b473417e0913649b1556_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:46a37e99da18852f5512235589ee86dde0db6c09d76a49275a8004422b9ec303_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:535d1b713587008fe67eec103cceb54471f5263516f5420589cffe1dea02be93_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bc614ab102efc7dfaa47fef84c4783da26548491e4c43257bb606a06e8d155f0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:08cac9e30829765f182624de9e45e59b40884b8c39cde60528dd27afa57afe72_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:13724dc9eb7247844e450b59b8cf3af5e5f486e9558942836ab60f74b9943291_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3e1a80763f76f622b5ffcdb35bf2dc20ce1e9c06c4f5f6bf0ae06b04134733b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d077c79741fd0c481fa6e1aa2c479b8c5b380b1d1f163259777c8c50be257709_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5e82ef0b9ab6d4e3b7431a7611bc563f356385dd8927855e6090008685f1549a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:62ba53e306331c1b20cad27ec31cf59687218f4bd5908ed7e9034559ded04b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7664e74786778a96606757f1de215a4a9702d0c9f7cecba7bf8028884a7609ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7a967f88faccfc101b9388f8434d406acdfc85d7d682f9ec742d59eb31074fc6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0e05cd1eaa2b9c558d22892495f090b6b51a316dc56d85ae825b6fc44611b6db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:445fdec85c2510c8a45b2a830ead87136bbb80bb9244987b4d6ffa5858931926_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ccae4f8f443ba6806ea33105d7dc06002d58914626cb9ae57476b29193761b53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fc0becd36b6fad4911a5b8c9a4693320918f7f7e6336c2b11a76adcb6d1eec36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:652f8fc874b95a56393f14c2b56a63faa64c04f6646c1786d07eaa272a9acb9e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:94b9c011744629b1ff6f230e25f876f218ed59d55a941377797f77cdb7c03e1d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a178a796ca9d32ac59faa5eb9a6aea30f1aec65d88f89080f57ed519a7983f05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dc8a79297c73782f5005075332bcac58b051a07d2b35626323f9b69ee5f4d64e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:03d66c724cb647d4a613bb48c9df6e9ffaabb68c8af5a4ccae45365e32456470_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4b9510fdfb45d2561927843dbd7ed869e2f67d9636e59dfd0c3ee640d9fc601c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b3570e078bed53aa3e435443bffbd12a7b259f8dee9d18c0d79b55514a547b53_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fc8e892ccbd8d3c1e737fbaf8f02b5fa6bbbe242780c9cd00fbc5e6889d7baee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:266bd8400632ac70fc6584e4bb2850ebcee7027ff7899acbeca612c6556302a4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2c8f351447fffc2133f339c6ab3a0bcd9bdfafad4a4cb5b7dd2abc32c6056a92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b8d2783a76f514f9a4e8096434ac205e1d82d09da2d67fb930a1b5e4d8089e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:74fa72db679ef47f9a3e3459a90dfaeafcb6db73dfe15b8933767e2f9d19c448_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2b5964f6cb078aba05ada42f0c8280dfa39f9f80526932cc5d41410922e4e8ae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:480b27e9866ca8dfba83e1accd427d4f6813f4fb7f612854e32bdffc10d7d5b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:91c7fa7b70f2cc82b26ac16f91ea084e15a4f5dc64f254ed878c25dd1170c0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:edc297cdb2f670aebc1d3561d801840ad029e8777ce45724066e6891aabd60fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:443e0dd81ae60896d31f07ab49611c5e0629746824df094ce28cdd3cb0ae1d58_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9b16561ca87196e3dd9330184f7abf25e97272e3c47d2e8d594e3095e74f815b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9ff62f63d487e25a750bad29314955effd17152bfc534ff698963760a2615b0a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ab506c549b676ad9d8dd179e2ba871a12f2096ca2601ea2a1f2605ccb849dc6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:08758e6b81d6679b095a8e7fa323870eab35fefc05e525c6ef810b6cc0b3c0fd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:af87d24f6540e5c98def879ec4ea8adeb5b138e41abc126b2c3030c5847fd0b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c5e9e59a08d8940e99da6bc568269eaf71ea8db62dbff86a7f6fb5dae861e323_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f5122187c85ef27f5423ada009d800afa4800e32ad1ea3299586fe64cae8e38d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3c5078d135089e1548b4dec49b7e78658279e42a72792a988447662534b6516e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:56158ce0af0c0eb9709b2d1a172201bc795ed6e5075517b6919ed1302399d6f3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6720c8097a398327f18a5c84c28f6b58aeee017199c2649649a1f159b8365838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:89295652b447f42c6a0d6e1299f63b04016f10ec8faf6372357294a14472e426_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2baa85e44cc4ac6cb825103508c5bd74e348609eaf53ed42c6d0e045dfa62772_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:61283f1fff1f8ec53563012a5b1fb5a48831f0a220d3676b512f5a60b331e849_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ba258012c0832c57b29785be805be44f0b5f8eccaf76d82d7493946806eafe5f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cf3bee6414a87e7f907d30047ded274c488239af5b1f43ed717ac2cede29df86_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:40854e0833b6cdfedcf275cf716e58f3cbc5c44be313fb83ca3e909bd80d0b08_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4d6a10dcda92c599f52977c71208222d166168b29da4eb4727c466e7eb53cdd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7be4c5ff86b0e939ee9f22156812fb98d2f96c1eb4567ca8a6a01ea3aa735dcb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:83bdc9fa5d3893a973794dd7162bf9564ecf68ce44814349a621cbc284b9e61c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:993ba8c1dd84e486fc4084a7786934c356a9b12ae86155134fd1a1dc1e5e3f2f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a64dfd96d3aacabc8f219d19e6d7eb0c1ac5b68b49eb93fcc973d76e67ef1d34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:ce306e2cdafabbaa29467e0cdbf316673d17180efb604e683a7fd1ed7181c6f9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e6748814d950e6f5e370dec9cb7d557fbb0d29ad3620b567840770be826a601e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:04d418560f90c35b42be67886632615d62dc89cd37fcccb6e247212b535fbb7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:40eaefc42c0f0b5adeb47bcd463c2e2a45e7f3af1c0fa4cb3fde9c5479660c4f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:545bc2a7b32276bec515f338aea3a2976c01cc787a559986646aa6fa26ad5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5a2653ccd5dc3f59a228ee8b936460575e1a392d12287661b1dc83a9f8210033_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:12e5e4ea4d19c4dcccb35dba161fdba8a703ba6331b11054e4664818737746a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:180e817b55ebfd081fd0305f63b3e0539fe8d13d1ceb8428ea21e213779fd056_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:92e8693b9f6955f9862c8b576f5e32bffc3bc34232511fae0cbe57d705bfc53b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e5b5d4750a3ffe24b1196255d4cfe15b21efd587a41736307ca8e4e61a4936fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2ca8a85fb07b431d97ca6a3e3c18f1cfaa20883c7076d6b5b4e6942b632f9aaa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:559af5a310f0923dcb4ef9389c51c98604cf44642a13e8ccb46225b4ca268580_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ae056c9c8e0cdc6519ac1a9542781cd54ac2ac8881f513e965b57ce7d1e5ef2b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:deb92b50d5948bae13db37a7046d9b212dbfd3ddb1063ff8a5e5467f0cab203c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0c4f3cf84115f8c9b9bed6b2dd5d52316eb3a9e670fe6b9e28c2dbc350392e87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1142ce3f8a3c1c2a1c7dba79ac2c3b276a45fc6271ad9df9e6a5d8684c36da2a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d9f2c021c17f1416e01ba31a8823b7a87724fd96d7ec99d494981842b5d452b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f3aabf75e838b4a941f64a7a322768729059346d7578ecf5fe7ce27a71876fca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6389373ccb2fbe1b6385ea21dac1c0ca918bf9d3889ad7a738de6be5d7ec4272_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6449fee9a31acc582bb85e0031312e3ff07d1f1843a1c6c410eb79cbbec1ceb4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:751f007afae9f16527e9039aa95c2ee6efd2ee20afe3c083ba7298493d2406f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:afc11a340e28d4100c31646b705e8db302f6b0a96ad3620e07391f02a70438f1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0673d2034e7e5fb412a171939379da14e9269dad7bb53e83be7ecf8233b0b5a1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:18f0345811215feda18d2b63f679ee870e76b33e9f61042d93edcf36fe97df95_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a2d247eb696c80e02bc8c1873e8ee0fb71a1e5ad6cf5cd84bdf504f4fe17cb10_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c342b14ff399c961ce05c1af127244b950b8e9d641ce8752f9d0f880ad7a672b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3d9fbc97d13987f28ca76b3e238b540492eddef0f302c2dd958c1b0d05e10941_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:47682d4e934d597aaa1e809011a69afe93936fc629ad3dd1ed76dc7b073f7ee2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4e8d3460e04e85a3e01a578d492499376787c85f2840c97821f11213862239df_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d7b99cad55a1e1d380d30d0d4a61bc5f0cbf3a87223efada3e69bd9b0741d3b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4849bfa8a48c7e7d264fc6ea9097fa9d33da25f75776619976e3204b42026cc8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d7c3f5ce57c0aa25e13ba9484facd75c5a1dc3caaf9be4d0f273243e7ace327_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:78aef6c20ab3bf78eeb8b8a857ca2a24067d45cea0a070c44d3fcedc00d4efbe_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7f33515dbca04230d98550ab638efa87389629fc7d913c8ec42e4b5bf8a772f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0251068577a1724dc777683dd189468ed77413b396614a117dac6b4320b8f01d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8812fd85c74fd67a95afe09c2ce5e7d592eec1e25fdc6fa331a8bd41bdde0cc6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:89e0a7e0fe060abb45a6f8e6ed1906053c09f95c252ca7813175903db61fbc99_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c3674a8f28935f3140fad744b5a178a8346a9a7f79f6c281561d2877b38c4ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:13bc0d4f7d4508fafca5a3bc61b6449a056e277da131e753c06cbc1bb7781b27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:993a2a0b3f84e071560f6fc1a3ac243fa745ae9a7ab15febbe1385437dbd3ad8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:80fc518199cd3a1ad421b142661f0a85679b12b69d0afe580fe60eb6a13ddad4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f069665c66c19d9775b70a31aa7a1069bc653691f6abf106a88b2ceb8c0e1ec6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:13ef0c0585b01c56b865e029d029a553b458fd2d3d0204eb6dfba1bcaa11ac3c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:599d33b55e88212202b15f4344f7a18dee4f4504b3739d6ec99414d05bcde2b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a751f1f0540505bea087d3ea9e6ba798e89d5deb772cf8e401caeb3816a563_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4c26bc366b267d444f448a4d7bd5a0d26f84bea653c14b261a829669d888cf88_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8b67087a584a2d952a6e80572686412cc8ea01f03ec8d70b56cb8a24a0c5a3c0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ac1123e890f0aee159c9105e26e1f1ed3ba5eb3ea66b422b281c3e9465401c5c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0dac7821ce2a3a5a180f53f381d9e61484cd8c5efab3c9a7dcc70b5783421b64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6b30b39205367ec985c4a9d948e71d378b9483689c3ea179cd0f2476b9bfaa1c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:de903677bccf645889ff7968ebbc052b14273329c0765f7faa53b0ca815d6899_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f8392be7a6f5223930d53ed6d127faf727489b8f5ebbbda6b6b437c529e3c812_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:02ac68c83db9dc50cf6280a418eed9261dd2182bbf51d16fd143519e49960b17_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3746261c5d4744b13d4704c822fd62ce1f486010176fdb3bf95512c72eece73f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:85e34da00bd6d290c04d8eac32f39db59b5f50fceee9b248b2cbe27bcf0e7e5a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c343b119edf863e179df865ccde0b665b87087d78b20919aa5726d8fd240b344_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2026fc52aab5a6d7766511080699112f32ae4576108ff95b0eefc5d807a14f25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:21b5298172f4de1e0074c4abf5e4abf27e8adc02bbf7ee49bd3388f7127d4901_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:42f8af9bf66ea72846b7f7e57652725c31b01fc4a8d39ff7e7882075438c521f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9c5711087546b1ba7cefab267b8aa30b54ecde5926f009518cf0db974ff84c3d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:373c4b7507a978e3dd62e9ea629d1e397b1f1db682e11ada1bfe5a0b45afc782_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3be306649df2fa3cc9f30e60ed5d947fb0678b0231b617eafd3b1593d10feec5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5b01a896101a5189740f84cb1a83edefdb0dc00288dde725ddd0e95480f8e1c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:961dd87e559779e6338a4d3d35c96c0ce6ff7cb9634ce32d4bf848032f4a2fb7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8799db20cca7be653bae6b8ac5adc1d628094eababe740beb5dbc27e05346872_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a36c2b308515a293cbcf265af68ecebf498739e74ef11016d5c0edd3cf47c4e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b86631d6601578548af20a28d132a0503fe118f53d7596a5632ed24ec5a9931f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e867bd8b76b5bc1438a7be88a30fa7707edbb1909920a1d4d1d0da0ddbebdb40_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:313074950c6dec37d29a9722b58ddc951aaf67c27b47568039f29f02f2523128_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:43618db20e6f592602096897bc89eaf3c58490a362e91e3299e20bb2a02827d9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:705f4db2e969d23205de87db1bd7dc8eb1ade64a76940fad950fd1a214dde6e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d2d5ee5893ae16784051d9526c1feeee3c641fc3e6f337ba807744551c00ffa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6ae5cfd48e788096162bc4517f0466bf526f16c84bb61072886a64842856c5b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8004e7284c63cc32a05f6de732791416d57d62db041ede2829d4797139094292_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8137c3932f344ce587769bff04355ad405b6ff27009bf23a221ba52f3da56e1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ef15235cf21f0fbfea74089f75471b483a98c920b65676bb6199c155fb61e929_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:149cca2af3f89c7d1e105de81bbd098c66be5687f18a584b644f21d0be20f414_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:33fc93d5cd30760383da666e8effb6ed32f4c8f2668da36677e98c1801ef4f5c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f9c1ee7f72c926c45cd76c12046b867d9efd7c3c381f34afeeb9b6e97751175b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fcfbae71f81307789bec93987c4523700c191a66663ce53e4009c5e0a8627826_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:04fe8c19bee4b629ee7f18a13dc0b7f49d6a4b6e19d204de90b6b2240b0f875e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5c9662139f98817aafe153a43f700399781d079390d5ad23d3b70fd6ac5d370f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d1147830f896fd229aadd2b766fbb4c8102b35a8edd4d8bbeef4928d89cdbbfa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:dfd0cdc29bca0a2239ef203fe7b58efd97ed4e72daed6609e22b20babda395fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5a9889308bcd1c3981072c83d44206d0c3feff059e0a2029d49adcb974674c95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7a715c7e2a8f54ccee42abf122b0028ed19705f401248d8c38f785d960f1b116_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a67de487534d03cdfc180af9d235edb21c5cb71e1224bb5041fcf2b9a428732f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:b3780d23a2c384ecef73c806cb20d7f97bcd11c12b6392c781c0deb7ceb55df8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:48b5d06ac4b35c2a7bca3ba2abc39e3af1eaf4ecb19c720d9b6e46b066318414_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a6d7d7df9078e9d1cb0f12f9ceac12c96bf2cea03a9085b23c3e4af6a456b51d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b757d11e5dc51a5822d9e30e97ac142cf004fffce87ba2e58b8d62926127664a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e61ed19beaf8352dcfd4b9478335a364263cb9839f27140a634a217d87d331e5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93baf08acbc6875eb2b665a9ef3601ca34b76767cd70a172dac7237f21b6958c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a5f2c2debb51b8aa926ede417cf9fa0e4ebaac4f5bf9e770db55a25902a4a3b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:dc97d5c1aa80515080b2b4d16fb08ee4733a9347eebc8427f10b7e70582464ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cc1559af0d7be472ae46be4552fb41e81ad804d73d1444b92cae4485118c6773_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cfd5513afd8b2b5e22d5e384a7f769f9c04709d853feb2f91ef667d804cf9a7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:febf2fb95748ed0c440e6acb72c40d609ae7587b2665cfd7145c878a2a0b5783_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1728f980f3ebba7e48bc0e8cad114db1e0c06f692638764e30ab990f45c637af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:41508513986b369c2f89c64af84b3980b16bd2432130fb122d8c1346f0602894_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:650f08f62aeea4bc954e69ed88a9f2f14d3c8f733c155d113c0c58b7154fec4b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:016fc7e804acce7a8b8df0a02bec320c32f9ce6224ae67598a63992219a77516_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:081f9cfabc57aaf4d19df8b496613d8aff54ceb265634c904ec7765c810b4553_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6da3ef092cde7fbaeee01c5d6bb0ca5d52af3ed8de458ecd3001bb96262c1ab4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:035d07364444ea963d64515420fa4005adf82c44b575555a074149f67db50567_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4e09fb0bd709d53a0abc6326905cc43ee36e6e4ec5e20108efd1ffe585b1f2de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:53a5f81aefcdd57ba33c57c02941803a072ef3f1b8467baa3c53c7e073a9ea96_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:cb3d2ccb57987217c75079a9c10f230f6a7de9ba3b0fbd87d8d3d5c71f8c94b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3472a8147e06452751999ae2d041063907f275ecf429dcdcfdce88c8a19a17da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:61155741778188324e0616274f067ec36723d0fb81d84e9715f72ffecfbc92ca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:adfe8cb84a5f0a241fe69ec532b7092a10cc274cc3aac2b86f33ac8e725ab2d8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e704c70226ec4986c16166ba1ca54b908d1b6d9ddd47640bd5ab6d292f977508_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1d63a1d7ba183c49c69a6ffe5a4584de5282029b0b2c2f3484b4f4431e2ce954_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:441db8762a583090cf4325377b0ee75838452a601732bccf4dbc57f26f6a1a90_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c5c52612378ce1f2577314e5723642237c9a361506c448ca80d2a0b56666a1f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3b9843a117d6a6ae28222951e1a556d3888ceab2ff75a082a06343c8030a5ed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:236fa2dfd935db687e786cf827d88210c2f586d2d1a93e610861995908bf2587_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:647704923828c83c6ed3810e3c4d7456fcbe378516dabfac30f203a3bd3634b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7638d755fde7fe6d3c004a6f0f7c761a9fdb75a3541f19a792c3cf8e8bf473d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d2eaa5b8ad9464732265b84128b5280d725feabb2d4b4cef0178a317add66c39_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b659f5c6da6f73bcf8b2850f0172358816bd68fca721b65a9a70569a94bc90d7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cc867d49602a6ada5de7a783136b6463c4d9adee9877ae1966c016a08ee8e87a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:6fa614240bbc1932f65f8cc9215d2baccc05dd1cd5586fd308c44d8a94447a45_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e85e957fc16a36b5964613a99fec1e7299db9bc63edd86ef965d879a081b64bc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:14b02010250fe10ca57b2dfe1046641aeac31f92e5691c067b3990383967f0a6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b6b13d29b1cb9c9bcf97f2daa289669bbd9ea501430e51652bca3d50f787f23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a8ab293c4f3c6bc251bc91466b7586e5499b6e198cff46e50f6a65d97df60f7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c5d781c35cda14ab70d4a5bde3bf72df0a3956f5cb159645e5337095bb71c5ca_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fadba956181755cedd19d3d5b5ee3da0222daa1dc609b629c900a0052a4cbd8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:2719589f19df23634ec3f6b578f3fd2e827440675b72a69b89c9d78b1310f98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e1fe563643282c027ea829274a1945458cdc5d079bf2a2b7b0a9982a5cc3720e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:28d64f60c216f77e3e006012a403671463b9dd90095e19ff2dd027def6abb511_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6d681aac67e08e2ecca32415dddeb47df6191a99f7a8d7bc3bf1697c6a26c1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0d31a90914ea716508caf180e30fb682cdd8066da7a0a31752be9d86ec9c777c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3ef5a3798abfd3d9ec1b6ebabf3ceb32fa4057072b2670793ca119f556c0897f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e2c62e4b87e0536d15ed8b4f2905930a750f770d5c6d0168de6291d92c51f9a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ef5f4d7e3c872acbc4ee48bc91b5835dfef66a698287a95836344c1587ccca69_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f5f049eb01192eaca548f3585845ed6a530934d2eaeb422fc78b657cabb1f57_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:740b0d9392c76e433ebb7762e57f156a0e2ea1db37ddaed2c5b8044ca092a357_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:da9ebcef147e8d9e84848454fe2b8e259bb549bf0de88ee960fb48f6c8051060_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e8f942ece24d15ce0c4a31f731f2060b6e3874a2f486b2dd255c773fb1a55f46_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1b4fa4d6ee3081f39e54b4f910100d210da682dbb0f308f08107ac44e7338d3b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:571a51e1eca0f31f273be8cff7ff115bdf192e14f5d510705ab7ed423fd5d9e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6dc96b2e8156e7e42f758cc28302a2e94e8b3888970d03a780b1732375e728fe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b91654b9aaa85e13d262d21b949b1a96b386f202524c2e8d52ecb66c279eca8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a677804e422590551f82a17e61f64bc03d5a8a42a695e7ae8d9de5dc086924d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:fb7f225a9221506e6295f7efdcf44adc33e5b971c470b5835b0ca3c42ee1942c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:107c9dcda9632516721c41af941362ccc316d25661bfb13a7c4dcfc2ea4e1c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e75d33740c576321707835258793fe2fd257682099348a2a067806e764e1560d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3ed82adddc3da003bdb272e2a5df0317abe41512179cba925f65fb5d8f7c2eb3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c16e4af4e9a79ac2f1fa632b20e98befa9aa2953ef241af186edd226e39150e3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7b6c16881c71569dbada90e320379c2159ead0b0ed2fa2113e065b361bdf2413_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9533dc6817f01e377ea2ff7e3aa4447d20ab5d016d9145b97e0cb9e758c9a8ff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1285e63d6cefc0454a400b20a6e404537a8d57e5fb9b5d7ff1a75b61555622fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2ea17afe64ff273c9208892a59773c1dca248367c849e805dc78cda228aba29f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5f33ae81c766b0b7d9c8411dc4f6a0adf760221ed0493a99f1bea5dddb5de41b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9de0bd8cb41c5324718c8d8f275c612c0bfd13b322225455a1142dc76bff0a01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:2fee175122b1e3f74cd8976af1515c869d096da0bc4f5e9024b31a64cf88896a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9ca16ca048f3de4a5d9e6b6a38b55bf0b4a994bf7f7ccbda8c50c02bfd59c871_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c42a4deb157c31f6fb871bceb8c4401f44ffb490404591ae36110511f933f72e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f6d5c31b12c8a1a1e8316f258ccd254bf6bb8e49ae8a175eefcdf0bfc5c6047c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:204e84b23aa1edaf66f10a49432115ecb4c3e8fa34472a909e1c9a7a0c3f3947_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:37f226136e439a1b37fab44e06ff30eb22b1ba8f12eca9e85f59936c3d58acd1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3e385fec20235fd68320dd564c68770d91c5c08a864e3de41f3800937d730334_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:878a0a7473a69442dffd7c19132d74b29ecf765e3499d29f8da7b1de2ff6f439_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2b51546e56d1893aaa1b68c4e6ebb5479614d0402e840c8c850702ffb198036b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3aac893d87e5c39ae1672eb5ad48a0b9d02b49888fab57f8662e6dbb3897b660_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c5bddc80f0ba0e391b336de8ead2442d0dff227fdb8aef1874bc3db3101f7048_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:dca0c7b1c7ec76232b3d5ddd15c8716e04a8384f0a816217dec544d667ad2e69_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2551dc2ab6fddb6edfefc185f7b6d73ea366ddaae4e2f79d554f0afb79aa54bf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3cc6eb31325b1f9c9a2163c570ae1c3d4da7e7dcb0d761a0fa775b66fda9dcf5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:569965f29f668f02a342c0c7b4804bdc92354610e9368ba42a3ea5cc3172f532_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c4b2b0855c4ba25e150de01e54f0a84bb4c6c220b348945742bc0c18cc6d7dbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:01b6587f8b9ee398d34ed3330bf0bdbf2dd01c2fe475ed4d44c547401d1dbd5a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0fb7ce17c762a70aa16ca9f7f35e41d85997bb2bb22b81986321d29634ce9b3e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:60c4fd0dcbc1ed92bee7dedce7879893a23c9e4a6181e5e6d6a8f04880f377eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8925d5826cca515b7f7c05558406b3688a14963ddefa80f5b44500fe12dfb1dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:3d914112ad75b59b03d5653cea40a25d92af415ef52dd10aa7394465e6bab92b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:f8d52c53ca49b3f9847d2e568779801321307e329f802aa9456cd0dab7625232_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d29e5c26f37fc8212f2ff15cdac470982494be155f85e3c310b0c958b943f7f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:fc7a6712a6fe86a47b5a745e06a0c6d164779eb198f284fd0996847b025e53c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:32bf2e7aad1dd9ff5100500c294e343af0dae3d392eed27a1c0305198734261f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:54b4afd46c87b2cc839aa7d8b8ae232aaffe0f39846a6edf9d0d3228adbd7a29_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba41cc4ad0ea8dc731838e00dae166209a3e06d104e5cf11491639f82290eca6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a9395f57a9adc721c6e43e578957e21c8b9f18defbecdf91dc49d11044aeeeef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ba077da5ec7f147b51f0ee4432082aed3b7a3a541729913bc2ed821688723e99_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb48a38cb5d06b67ecfb4777c44d44f3e32a996397450e30f40e7ec3e340a56a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:deb40607f193ff4e36c684ce74167e67a7e96187f1a44a1f0f20f36572005843_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7dc856fddd561c1d29112b0b8d4dc39dc7503974a9ff563612e6998bdba4b71e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a3e01913986169c592bb770fc49e3875d46031b5788f983ddcd52938f9ef7a49_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c3481c6f76c644c017392c092dcbbb25a288acd14a9f01e20afd0d2d35e16d32_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cc440be9f6b3c5e22186b6d53a428a8220201ddaa79be39e19cc31a8fbd7b221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:12d7ec468f9634a53d053f3af7957c5162d92595fc3385b26b08acb22b7935c1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:49f08b645fc28af342483d9efaf2f607c9c2a6b491b477cdcf2985c44aa3e894_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d32cde1eedbd0c110bc10836025cee78421ec16d2924d30f5e6265591a9ec716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:df885dc6da20faf1903dbdac693889d9882722e8b67bebe35f624c11e4616262_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:16c8b8c6aee6f6a06367ca5bfe2be8fb85a05c3f18a819683f49d1a8c73941ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:376659c608333e76b0b48fcdc69ff17643284fd22fdef6c6998f07be54c1cf91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7359a62beac2d501d629e6768f1767861fdedc0d05f53a4424a2abdb3dbb6a8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c71d05c245bf1a4955f46c785d7264985e1f904de2a19972f7ce6209a3be0e4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:06ab376096238d4e04c9ab713d83d3cab5db769b5af1fd1c57ef2ceceec6ef61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2c80889bfaff670acbf859db3624951cda96d4ee8cb1560806ca4215e8c6c04b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:627c6b73224c3e37181a19cb598ef9a425cddc1d17d97b6c23388ec1345f6a88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d5d338daef4ae436780be192907d28a26785021d97865d8a95db9065734061f0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8e59a286a05743844dd1333770197161698788e0db4faf8e00cac6b2fb9a638e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9029d8ef1e4455dbc1910078afea1141f92a5c4d2c298ce1d9e4319209b55246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:da4ff38c7a1fd5adddbc0b0d3defbbd580197680b22648e2ab803c90c4a8c9f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f6c44d76a715e0ca38fa5e2becad93a2bf3a41fd8f181846e7aba81b0c579691_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:167937ed04f625a9cd2d0b8ed6048a5cb7b6d435bc2d41775d7db4dcdb5fae95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:176feea3131aada18df5da44af30a127f4dff392ce8ef57f7e0844969ec95923_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:17afd4ebbc2a5233681d4cc1774fcd70dc932bc10006235b11de8dcce826c2ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d3a98e507691edec50373d79ce9df48a71cb6a19a75c9276d0c5905d4f204b39_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1b6c3977b4835b0cd5399523dd437c230b992b77a0e7352b095d008be96fcdab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:54d79643f3a191710d1362d665b5c838130f3e51aecf1e27a2cdf66e98a3cb8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b8692d27a4799d20ce1a8374ba99f55732bb7db56cdf8f5b038424a086db614_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d196f02212da5e80ac5a73931316d38e9def9aeecdadeaf07aec685e661f9f98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:11c2a1966b0632e85caebc4555e3e2f726277175b27a63a5e854557499e0c28e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7e649963b5c1e2a7e8813569368eaf0ded5e544799d561622d469b03b9d93937_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a23fa7969c6a881648ba03ed1a13692c5db21b79f0608d841291ea9118548ed7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:af57ee131bc09ce55ecb3ae13ed7dc3ce9607a7438f0ac5a6e64bbfa000546db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:3a7644c1ac089cabd142fc1743b47302eae8528b13d1b038298f2f57cf746326_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4b5ee426703ecb55bf537731c39c69ab7f86316544cfc472ee77fbef7e5680a8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4cb60d36cc3b34b4b1496b74b9b2e68ff152a71d7f957b356311ea811bf05573_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f3f64bd2f70faa654f7134d803efdc032df63fd4ef07c97abd38fc41e625b48d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1b75d96a4cdcc3a37848c5edfe598cb1d99bb3b0707db5e3f62478320eb90f9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:876fd001172d5151ef99c02826f834ee4db4623b00699a8fb30d6a456a7a8687_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ba8fddfcfe0004287ce58db40c1092f2090b3bbb0810c277066aa2d97799f8b9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:bd9982e951fdc7259571b6d5983ea2cc44402cbea411ae9a6b135692bf5939b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a7a8d4d8adfd98d3a6e3d37644b33966f2c34ff1e553fbb5140ab9a15563e821_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b26a5a47cde227edb5e7f6e51247a6cd91e13484f6b5f7dc19b62f83b7478361_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ccdd76d6734e3a3cfaa1e432c1508c097478e842fd436672e57ef2563d817e4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:fee8f3b24b431ac2a5d4fa3d96c90c5e1aa68c08ee8ae9963fee457c98795197_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0e559f5e780f3849e73d7246176059360631d8c4a7db1700f6ba1b6a9e6ae089_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1a376560672f81b7596417591491e71d065e90672ff6ef5d37ed0785e9baab16_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:350a0360dfdc31eccadb0e8b9397d5a3436bb509999034b60e611428eb006cc4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f8b68ae48350a5aa9bdf47a36efbf661190d497ab5a139027a2bf4579d21e095_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5fbe979b3d448e36fac9615ccd96f8583b0d587d46f6b1b3749e85938cb2e510_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8d45dfe709ac701d6eb800b081947d39a855f65c756f31ae47b75be9fec0c260_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ea4fa6caaa81f207f2372c6179c3698e225658387549ba567c232170cacf8570_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8fb972b411085b4551e10adbd419e3cb89754ee5300222cc4fce27cc349513f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:066d438bdfa1626aaa7a0ee5d2e3222724f2f0cf5bc9a189b67fd5358a0a48c0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:747c142608d6f43952d315d7858f57edbd2d9de2d255938dde311ea580a329af_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b2ee2d0e9906ef1581677bd239073c09f93e5b720501e9001926dfe7db34839e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:bf0b42c5e7e51129966a4744bb253b7c336bb88b1f1a562e481f7eeff5428136_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:3e9309d53caaafc9b145f6b7fbbb8879c9f018ef226afe101f6dc7ab02b67856_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:3a558e248efdf5d3111b7d61e8bd471682e7038bd34c4490f8ba69b91b44f36d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1b0981e2ee13869663087d6504e0c0af6f2c56d2ebf81d72b4b7c751bbf6e500_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8073e0be1f7f7523880b30946f1b6868274c070acb97d9da2f5c486db99ea18d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8980be22bddace1adb383fc356975fbf0af9ac8a20bdc95b3303a80fbe296f3d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f4293de50825a003a825306a45612531dafce45b72a91cf4dd455d596a0c60ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5bc26795163f03947b3f42a5c8cc52b7fd6eb713a0fa5a1558bfe834c21edc0c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:7f29c85842a34554f06db311ef67ec08d1d947d32b4363d1153d92c8d13c3214_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:92857eb171128909119700c431920f543cbfc89cd06aa98db816a2fcaab321da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e931e3fe478f8f905855b4516e1ed9b33a161536c447025cd14dd68778c40fa0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:338034a3ce7dff3efafd00fa35b858c23c2ab284f743df414c6cdae455f8801a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f12584b95171f442bb3661c908ee43de70d0400c6273eb4e93325a5f3f167b54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f37f6568957ab825b08c2ce8fc6b32ad18f5b7bee50b24b1804e70cdb144e5f4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f949249e3847338ce4ae9b94b0d191edd3f316d471f0a9047f97e41e41b7554c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:407286c96b6e9d0ee4e8abec2b06a5dad70fc69820a00deae47cbf3fcdc65a40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:52294a05713b24485ce6d7d1b867081da2f01dc008b9cd052bf8c4c37839f581_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6693dff44dcfb7e6fe67f5373bb73d84cf401d20640c959375f20a24d31aa697_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f65918214ce906cb5af9a59ece43a36870989c579ac1660a2a58f9536a79d9f9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2ec7076ed08f4ce7a61f95083155b5315acb6004ea4245c70be2763eb0ce9f4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5a539e39b3aaf61d63f391b6960cdc5746cbb4b0fc07b85a98969f5c9cbcca4e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:93505b057575ff9292e2e96903238708b940a23953a79cf8742c880f1fbc743a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:be43f0ee18b6d56d81a09871c4a30dc2245ba60cf17ff0f1aad10e117f40aac8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3923e99d803b6dd5bfd2fc957101bef6dd86ba8f6de9e59a849e4c7a02d57e0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8253bfec4409c9a02be72d7e8d87fe5f4f81c1bc58a294f02dd570debc4f1128_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:851fd20edf32778383c81e3c5b935ec5607a05f8fc569f64e31875b8bbe81d6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d06d41126ced4841fae74d0437b18e9f1699d285158fb8725a8768a6e9065b79_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4375e44dccb08eb4ecf461f4e8e7e97d617ab5b1c968beb481d5795e6bbf0229_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:75140fa657674afc46d698aea19115a9f60c7765ffff6a0c4ae5ac166c725597_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c1a31ef64ecdd90020d72f323a242b551a6a4a85a4dae309e19f5d8f12d77b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c3b1ed110f6b17263484b7fde65642eb349162b206c0b9a2f463bf5eb13273c3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1369aaf62d9d273eef766c42f7015d56152f6b8effc50dc06d75b1bab38a20a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:47402101d62f418c0f6b8e3c6e2367a8c84f5151a0204f326bf1fdbe983c603d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b519e10d4cb8fd9ad126a36fb864d2f29f7df218ffa1b3b5f222e0befafbe360_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d70f848ab6450690b8329ae367ff2e5a3a5b295c073028dff7cf810104c5be5f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8f8c882873232fd9a00adc69e199f1b4acacffcdbc282280ebb61dfb1e61b875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9fe79073bdf1745b388fe52bee661394f96ba5c0af585ed8ab4a61724e324777_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b2b91287350dfb474763ca5d332c4765af0c1ff2d7be722e23ea93970add2687_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:bb5f4abfd26a9446eb2f4cb1355bda840ed1006a6233373434378abaf0e617b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:07ff9687205eee39d9ca211c0bb0c6b1618848e9e74bfbbe793aca67de73fa88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0ba94d11051416a116cdf516dab74d530a584fe7c4bb1e8d3deb3bde2214e459_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0fe87955631062bc7ce78891b9eb056f899308f8cb8101b3a44f889c1f0c0654_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:786de5dd308c9fa6643aabecea0bc666a9ede6fd2a5ce1cb0d511eac2a19596a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:719989a197c3bb8b8af09e95af49125cd28014fa74c7969f3f3b939223a6743b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:743119e024a9aacd8bd4bf45ab9c14e684ddbe2307d8f965e972ace243f128b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:76c523fa10e222690941abc8c5564efee1ec4d309a7d023480b6000a545d655d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a13cc82f7b2053435d5268416686ae2ba89e37b6561e49c7ac395cf3359ca2b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:98aa0e651302bb73569a0578e6c11a1691eafb5b0aa28dadd714a7b44b498f8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:9fdce4b5198ae740daa858432221625391f7283bad587e1ebc1220e7b0b4fa28_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b072bc3bdd61164b8076f2799e705ed8e34281b2cdf24d9cf08deb8e697de2a3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:fef5253a6623c30368e9e7e271501adcd9432b96473cf8278a7b81140d287de0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4eecd436b35c9b25eca6975ca9e938c2256fcfeead67e1ff4159d7e36122122c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7e11ca9795aea60b3f0853ffef0fdbf922f4863edd96c50fa85110f36bccced2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c95f8bcd0835611bb90983e96e3b780ccb65bd2bdc7f7554432ea971eac8095b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e497c1834c97590a0c388b58dc823cdff79ab6befd5f2a9bf494b3acc3181eb6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3a7af87b46058334b97531a4b1b5cd5be47e2ade8d74497429529bf0a489b275_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:97313aa4f1c1c9aa51c77a153d0f0eb35cab9711b7f1465b82a636ea44e849ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:ba0927ffd76ad6689b808e734038678c91854ca3d0630613094824549f8a150d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cd8feb684b9c70a4ffd7077e19812273f333174a70f7c2b63d57d140d8002382_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0c8bfd6ea4d0729e0ffffac9811b5db2ecf5c40e68ef048ab104f161d2689b74_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4dc7e3242cdcd1d3c1ea5930da7d4e027383149373cb6af0551ed2572eaea0b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b78827903e5c338d67a4ea2ba10ee67e16482ff00968ba99c27af2b6d50ce202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c9315d23ab26f6f40e05a5fb1f9f2dbce075244a035b1f16003d1108a7ba36d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:270b5e756fca54f2dc05f04b6f7b43f7f188153811decbc0b49eb215b11c2372_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5331e8ebfc48f4d2322226b8986dd178f133a52edcfc0a192e89f1785c8d568f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6cfd8c3da57c17ae1c430f2881c66eb0b1c456bbce4a9ada2491b2c873dba985_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa346af0288b5886b5f095d1fa0ceb7715d4333db919ff9d61078f369642cc29_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3403720059bdecff83f784e2fde54d2bebe09223ac6cf99ce2b4c840b9cd4a98_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3f8cb2cffaf6320f14ae09f7e44c965681b395370a156253790764ec9d2a2aca_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a02dde1d0b4f4fbbc4e6f0afd24da1595672f3f290345a4f6e98e11d89854a17_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c4e8ac4fea3c281effed3996a378c2e952a3d3704e47863b2ae6b266d2280920_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:46a0b302273acaf2582d377271b910d9d31ff98744cd8f290583a7bd5579761e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:af0442c88d2b9b93a187010065424798d89aad1d695ba438c815d04d7fcbef04_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:bc7b78f67fa189ba63da9891a1b05694d676a3ed2fa318336fa0850d63815250_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ffe4e64ee1b721aeefd8f1ceee11d225dd69319385e3e70f0bb52f4f40660a45_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:29d5a91b39dc6e72677bdfab50f56860c53e67dab139b464dd571fef9780dc6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5e6d4e29635ea0b075e402931daf8c384d07ec8660223babfd0df9d572ea6912_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:82555977089a1586dc24154b46be6499607a9d15110e5b48d9a549ee73f3843c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f32c4a07d2b7a14c39db1e5e5752960e46bcda700b292336480c95f359adf0d7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:86b3e656caf1c93ba2bbea00514a17b9d06cb7a6fd5c6746d80ce35f45aa5907_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ba5c8896242125c24e3a7e5698770293a601e9e7f8508465d7b45920cc9ce240_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7de62e540922f1de5f492527d07a8e8f4265d24b577cf2f93415209ccad63912_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bd71e582ef755da7bfeede697b5c2ab29ab9fcea6bfeb14cc8ca168fce5c7bd1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a1e6a736546b54bb2797d85d51b8f2b213fe2f6be6b26bad5b549df9dabf2d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:efc7fb9608c2be8c3c65aff302f923241bf8d008bc71c2fbba0d82ffad2b4f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:aa63c460867d565b44b2a8e919ba9a0e7fd6717f71588cc5a7e2ad268fe13181_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fe1f1b5d6da2e5ac66c689da49a4c76916533f30ab456c9961a225a5e26cb6ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:36fdb2cdf796941fc6638036b3a31048ba0209174c7a62424fb410ae14b1f81c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:65a0b94e9f663f3d73a9696a622ad46c73a5fc793f9dc46ee07fee8ba3bbb443_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8afe2a0c6b1b200201f21b148caaa682bce77cb3b1027f61d4c873e5babb1b30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9f7c3543e4b1a095399d1219c50f1f5081440ae1605154324d57ba9201aa4fe9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2c0897a842cd7b16b64888568ca65c2a6e473c24b2ba9bc5067d6f1f237885d6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:432c94d7d5d46ad66348775fa0e1a6c2c142469e8a770db5528a1aa25664c389_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c86c7188163be31c7ab04017bc46ae88707437f804ddf2b5bd5a73ae34f64312_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3f836bb9effeca4dd6a230a4241282d33ed454ebabd84829c41e58db5f24f47_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4632ef8ca0af5a8115f3d9490c2ad9e2e44361f4d0671fa8a3a1006254b173ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a7d2d10f5326e2d71551289740eba86d6dd2f12526dc684b1494bdd4228fd8e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ba876751849dd525a26e70996e7e02092c473bdf386ec4663a54ecf61c4f0d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e842cdc56ee7728aa71a7f95eda9777ba229aaf959594e73d998fbb30b7f76b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:90331abb869c0c04ca7bb59681cbd957ff54eb0e0265e16368f9fd6ab6937acc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a02580814c02bec4c1c9b79c4b5a48a5a59caafa60a573f9f99a4a1ca07c6f71_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c197de59c38c060dc8aa099a027922853e4b9dc7e5589ac55c8841dbd44b1367_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ec7a4bcebcc80cbda32227224f64e67cdbc98d3fab95466b55c89755421ea4d2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:223df196f0cc747e52ffae9f3dd03fab2da3c72d5e3b189e3035d4264a08c6c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:29f3154c0b972730ae9a54bc496bcdf62e9ed348b73d98ca958a265717ccc2a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5e12029e90adf045a4377f4be2be75c879e57aca7aceffa2aef08aa262ae0f42_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e150a242bffd4437f92000417cad89969fd547b5da514f8586802b99a668bab2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:17752e2fbddeff8e6f43bd354d91f248b4e69d88e80b29b75508fb03b82d92bc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b1703420b5a67a12f055518b6a23c1d8259dc8a064a1447196f642dd23363806_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b93a134a81af485a0f07dcd6a71c816ed517178826539d0f53b6c45dce87096d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d266a3bfe528e76a8c6ef1700a2016080d084cf6fad2e70efe5ba52ff0dbbc51_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:8c90e9864b3ff53d398f2451254dd3707868b36c6032d8d139cc3ef2cbd9084e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ae6ebf086515376ed35bb432a7f567f7bbb44b8d1b86773fd86daa387c5fb933_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0a0cbb021e13ce9d693eacc4982ece2e8ba4697f5d5571b8d0671d71824fd07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5271f6452a89fe7907b16f486439f54f0dbcc3d075a70ef446ee4cc62211b1b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0abb949ce9461e5718c1988f57791c7537eb1b3d2184f4b4268fe087e39726d1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1267ac849f67c33155b54409011cd3f0eaa27d5f211703875cfd383d1170ef9e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5082f39df1f143f23f0e587dec5cdb3e3b033ab446a57e7e808c88e6211a1a67_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8fa27bdf891edfb80585e470f09c9d6fa369aa727a3698b936b4818a4b46448f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:017bed02593deb2e9cdfe0f268916e5d1c8cb7a4f1362c6eb3c94050896d7276_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:027baac40981f53c9ec53f5a4241a657929d6289e42a0e5deef617c182b7580e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4bd5b70373a257b1fce20135ff4a4b3e6962eee541c67a0e29ba9a2523d4d4a2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c0b3ed1332b228290882bbff6a1ad6866f5ab2a4586b261949832cdc3bee5797_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:047c270f56b685d5a4e67afe43d2f1ff47829a259be6ff93bfec4864233d4497_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:50a6482667d53de3d7aa2bff6df05ca21e4e9773996afa8b8038721e231deaae_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:653dbef43ed7f531ebf64c9314756be42738f1635a64097c53210ed0b6b0de88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c4d2741561038e0080204335efc6eee5b6ffd8878553b240dd433fea701e6bab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:3de609d984e39497dfe119bb8e0ac2d6d823dd894a5c866e5ec87de5b5711e60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e3a8b252aadb5b32f42009803b56dbeae49a3ddbe9d00aa27569af4747fa403_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ccf49e256cd9c3bb428badab464a17aee485ee1516896f1ade10da11085e843c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e77ce95a84b01b09c5d1e6dbdea8970543aa3a60f9292300beb078d1288bb801_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2ab5fcf7003f4ba3de7656a284b11d6ee05bb02cd0f3532671a8c368f7b15178_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:44241e57d9067223cdd1585db9d699db113931b7a273d207516f60c498570677_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6aaa55450d567e2fa992650c456cdaf5529c5d96fc9984f7e1a4aa9ed6294bf3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f2fa21e8a0e88b25e9037a9c2db4b157ca6fef8b765b36da7dda71bf5a4c4478_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:10bfb59c904103177754f0336f7b7bab676d240480a8213ec42a778bca3f277e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7aa4fdd78ceafdc887a91224614657e86c1e12b72fde68dea4ee5c6e9b610cb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:e4a365a0516b0c8ef2d1259ec4bdb7f76aa9dc0d3c3cfd5d5b3d34341d349772_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:a06af7a856d5f2416777c1bb1d271c189576e273450b25c6dc5937cd16b8bf8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:28b8390dae142ea16bb05f6bd95f19b6ab38dd67c341168337ca07fe4f45fe87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:be6a9bcb97824c91f393af5aac5a146d819ed9893f5a074e146afe18f3a50dc9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e6392d583f97f0932dc01be55534fbb6dd3014f84b745e8bf7583b96ad7a7761_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f30d93c0f244f5ba21807dca912d18d4facf47ceaf43da7efa41b14ee816b71b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0848bdb082bc8dae6bdaa956d2ae36fdeaaac89024822f4bcdffb51da1165fed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9f9603a2dd344770da433fe8dd50a104d69e80ad463f9cba71b3aabefc4fee61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ab417553778971822422c6eef94aeb437209fcf88e78188b701d4b2243ac5be7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b9bb7615df3eadf64501f35dcefa829934f330892801cbb86e9f70f5dde236ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6bb4c6c64852f2b7ee590a0a60db256d8dd549a4b141fe71d311bf30d0ed88ae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:837cd26d96a814814145cd0aa0cca672769283c499eec36c457ae432b99a7466_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:956ad866d891e1340f630b9cad6ec73d1fc60d4061d4c63946ed714900388a3b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:9c91591eddbc058f05d052e3178102b28ebd25c2c9cb796fffd5047f5d413d12_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "form-data: form-data: Form field override via CRLF injection"
},
{
"cve": "CVE-2026-33814",
"cwe": {
"id": "CWE-606",
"name": "Unchecked Input for Loop Condition"
},
"discovery_date": "2026-05-07T20:01:11.324941+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:0c95fbbcfd5c54e6b2934a8efb4f8523d1536ec1deef78249f4daebaa9d327d6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1b84b2a1cecab16e75947d29572008547922714207272a5dad8169d1ca5beab5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:466597e63e82ac365414c803f5ecb8f06a72374885eedc5daf9532aad16ac148_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:de9cac5c7ebcf3d43cad87758dd2eb0f4d6480f59bfb4112c224a4497aad9ba7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4ae516b98be8fbdb9b783345fe680c1d6ef57b5dc06b2ec3bbd20bfdb7c9b2c4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8f242ba3e0b9c57ecbd85f0d4c1bd67306357c92b53968a42419736c3dbe04d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b717614ee549be99c17ceef3d755c66abc983e821e04808df347962858e0da81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bd0f90ccaaaa74683b9bb17db0651dfbdfdf8f49adf0ecbaf8e83756d270b590_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:040115466e4f525e9f2386d6f8838c51f8e1638eb06cd64f071d4ae027a8fb9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:1a677b9d28655390d007acaa656997b12a32e9093c1c228778ef96cc6f4ca875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:39c68aae39089d044ce992b949d4e9961105711501daf3d4f0ba7e9981920729_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e814640d65f77818c180a706940337f8ddec8ebe4cf22c51a58a8b69e0f4099_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2831d7dc9f3cad92219addd21b93959900ee2f71e2d988fffe913a6f88dc7e1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:50f602354dcb223759d781cb057b4081a424d6a509178b10674358cc8dba41e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6925001d8a798896438ef1388f54bc29825c37d41f2f09a59e3f8bf60b2ec6af_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e01a83cb76fca294a011e022ed86f1da8cde36928096422a440bce8e42fbc8b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:757ad9e0c37b861340a7b2269b068d5b0c6355322eb5f5898a856fd9c4495b16_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7f68ff8059ae68d15041b8f38ad5ee5278289e1370d276cf7e78fc7e9fc3bb10_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:816787cc8c95a4a2df1416f09af6228559333e1bb1421ede0c9e2093444260e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f9bb9a184319c9fef278d3c6705f56cfc592c844f5c458bd20bcdc07c4230982_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:198f39ed50bbd835f4789057f9d7fd8de0962f1641a7f453dd90d68b5b2a4e7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:633ce875ee7bb08d9bf00cf79738e3e63cd6bf4de2d40fa6860142a301c0968c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e169d65b86f23d6424af5e7cf9e1d0ced58382128092821676196c0a05f91da6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ec2586358c34d0130b00a3714b50c8b7bc33ce915aef6aa79eb214d38202f37e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:13e81e4c25d8c789ca15eb4e84f3fc531a50b4dc0d95fa3573e002e3b54cad61_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:17637f8455e0e17bb3dca34545a26e881cff3e1444af45b9f45c3e282a252bb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d2dde1514fcf3308d1469a0af6727835121c4d6a1a1775a675a7ffabba8e3bed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d6376055835ac40728181d6f354398a0e60ca131d2fd8f41471ed87e974ea4cb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:0932891a63e5ec5a076c7848d5746e29d972f3a96058914bee8fffa4921fed38_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:472e977d39473b92992f53c0225de477318b31be8656c37bc35193789ab7a456_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:71021ecd15d688aefa6db79f817c11a751b51f6ea9f2e48781bdc49c6de98088_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:9563eb7617a4d3a9c22fefaf03a4ede698fea2621a68ad231cd9e65930043a56_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:1fbf3bf4990353e799dc271bb4a0c58b385feb2ee60207636a3f76544b4f5ae4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:7815e9dc63477803e7e8bb8a01ea83043b5503ba529f64db3c76ad1c4cf2f0b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ab22d93f277f9bb65fcb5fd9c448b72f82384b9be43b8ab525d2836832044eb2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dee02e09373732db94bc442ddcb2eb4d13095a04e35c674387d3df8ba23d67d5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1a046b24339587101462756592c87ae4a8f699fc2977a703e6d031e2022a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1db6c409fede3e9ec09788fdf286fdb0634de6b6e727ec010332f7cf2e462_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:bd6be5cf4063439e92a1264ce3af0ea6528b9c27dd4b26f043a80aa8616575fc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c955c4b9dce1b25c73453079a21d84c5a2e5d0b53cf6e351f9b1855f08db3fb9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:221943f7b65573c2942d88354261f93a01950be1d1a86fa853544cc4c283c027_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2488ca8b2a8f658f3deaf9a70b12f7aca159490b5e0861d746ca8ee5d2010041_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a3435c546844b61f456789fd315495d6bcdc2560756e9fdfc4b896cdf70d75c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:be2e4dd58b8ed72278bb2c014317e69185e2b19dce37beea7fec3798abcb35f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4da2632fea643a834aac3fd63bc51fc6b0d768b869ac450e6779c9f36429a9fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:56ab8a9553f0c0202a47d858e234f2672098514dd647502405cac1f28d14196a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:abe530f4e865add435da2afd379a3a11a4d75c257c2468a09bc78f10256e0be9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:fe1397131aa0d447366fd627b12582ed647551ad3af13375f8c281ab73745f0a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0857a5a2cfb5c277bc2d2545fb19693f23285ccf6b75144da8fcd7225e1df1c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:43b36fb1f7ad271530f5ee9040cac4651a684e0e08de2ed90a2939b736b565ed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:7f86439496ba6573ee1d61b5f4d414dfbbf65a95526cdff54e45229f01785517_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8094138e4ed2267cc278a83a1586922c957142c9e5fcaec62db531c83b79566d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:309b1dd27ce0c7dc332c7141e576642db4aee6076ce50ccc2930e824f02ead2f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:35322e4580b0fec862223f76e0bd3c95ad0af31f3d4cdfd6423d3ec47d6e25c8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:699bc772c8a648f8be7d6a5c32d786d8f6484e584d918d68ef8a32cb1499663f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:779afd8e0fa21d022d7e75e7ba8da00cc7604db1adfbbea879bfb1d0f8c9c831_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:49e98d0193f7d7b4347043f0655d350a7a0c0d8c8b850d95abb57acd13dd8ac8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63e308cebeea85127f584610f59cdc9b228f01b9acb227f2f6eba7fcdc29b1fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:71f9b47dbd3985738259a6bc9a5bbdb240fd21284a194b47bb78538f8e870cac_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:9181583c88b3be23253c76e277f140c0a1532c1bff7d62cd0da1e14beba1aab4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:0f96581804dbadea29d9ef9a2a952753f5fdf295670ea0297622214e2a9b7d0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ae4714025025642ff5d9e250a4715b01d933487fa8bf4eaf82629ebd6d4c8702_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:cdb096f05b664fb542bb6eac3cce52c53da2e4bb636189bb53f737d3075615da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eb9908581f71dbe01d8553e494ef022417196408e9fdbd32f08fe1f5b9c9572c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:08725f7a384b4e72a173141cb35fb67293385ed72d973fc4d497f3c0f0dc626b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a322e3fc620e914088fb5669f1459a47140abdf027bd011d6ff4e5b3e6b909b9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b950e80fe164f86ddf624c80210308a634929ab8eb493496ef86bff1c5248fce_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bfc663a0ca81dedf849e89b91feb3fe0af97932fe8a8fc711d7ab85b6cbdcc84_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:13257447171d38e6e99c66faa476de6ff6ab934c285a0d1bf71fe94dbe583462_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:23fa493f397748092cd71c41b9d83d19fad6a5433b692bc644e30af790cf60da_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:28b1c9ee4102140998781ebef22f269316d8c2be2254c10b4d7151dffb0d37be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:be2175c2c6c9d882e44cf10aa85f1219573952473e893f67cc7085bf0a324407_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:61417bc1ddac0bc97c786b5807c2fa33eebc75f7cb186aaf9eef2151dbaf75a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:73956194247e000432a8c5f7b78255062c5ca967745ba2d97e680a06f698f518_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fbfa9ada74c4875985fc4bb8366d21eb5275a52953d44bc6bc740d48edeab5b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a545c9c2fbb36296286f684e02f9a5bc337b3c3fb9c83c608c988c88455f9bf4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:34a8a8a4a62b36b5e0eb061db3d56905c8dddfeb2e7a7135642f947ce6bd01ad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:41c2ea14036c2f8639cf0dd634e327841954eff4529743fcd10e8475546165d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a884f443877c7a3c0b32dc60a79e1bcbe89036549da7a8aa4608ee2ac6460765_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b28e8574a1d3b374ac4a61ea4f3c16eb70d9ba7385bf830c8698f4490f8fd3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:8e245c278c66405066cb31e9d48e97ad9cdb826511bdb1104807d26f896043a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:380e3045135a40d202f330002512a5c499d8d2079cc38e5c0bbd5a2312820dd3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5d06442daad2c126259fa5d594b53329e386f560b77a475ccb0cc37148644a5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5dc0ca56deaa237fb0bcddac8481b45d3ac81609b36c3b7bbb6cff8456899208_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:aa669084fb336f5d89d86cb58aca73b88d6bc4b6505eac2020664e0b6abfff6c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8cb392862e1835b610757e822332074ac459c593e9bd60fb6b6f6d0aebe577fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:987afa1aa902bb85d7c2d96f1637bcd19bf21eb832444c98d30171bbeb746751_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ad2f0cda09211f3e0aff615306168baf808e6fefbf1f039c3ae1a1fa7050a61e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:bcac50d10432ecdb8bfe2b465ba75889248ee8595f23c5243d023ac2a336f3b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3cf2d6f464e6a2fe5b4a8cf66690b3237aefef0c825a687a548f81336507cfb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9bd17213796576ce4d315986dc0b271011c37cd6e9ed75edff5ba80c3302fc26_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3205092b914bc1fe858b2ede7642227e04f35d06daec4848fdbbc0406fab4a03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a20ecaad93b15b869fb321c7503adcddfe1f0f5eb3f0f6427bd363234010853c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:57259db0550547f85684c19078b9af82b6318dca0c00ef8da27de8c8dc90e305_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:a95676fb6c1cc1b20cbb758a7c9fd34e82b3e114b81b5c17f47ef303feca3d51_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:49026487ee6722c3d438c05c1c181a36d14eca2f0d8debee48e4a02db0486145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ee65002c4934842ad86197a89e838997bb87a93ddc9de3423eb2af282a565c41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1bb56a1a194ba6f64edcdeae267fecec590c14c85431ba62ee8c6b5744da3a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bf72f3bbed57cebe1deb7690cd7fcb6d371e526630cb386d13180726736219c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:81afdbb2d9fe212af38a11b4d00ac952a306e13f91b23b2a081c0393173c5e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bf8d63c933996abf39eab9406b3061bee014d766a58f4e27a56413652d319a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:4a5021268b1ab163318270fc9ef07afa8a29f288c95ea69700c4bf46f88e85cd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ea443d9738e4428b6912b47f9c1d8d05b75cf8b137f0f9a76f852418b33b989e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:00148cec706fce87b240d38dcc91434f3c167052d5860d42ca9057e24c3f35eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:7996dc231961eb51daaceda9598b04e4bbe7d0e4019dccf5adec8a14d6f7e1a2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5c70298b919a36de41bf25d870bfa3da4013d36c6179db3eb6dd2e67dd20bff1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:a64777ab69af6f2b6cf4b78e5a00148e98353748946991c0a6da7eba76b442dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d4b6a07334845b2938c6d09556cea5e0477d13d4be6247bc9e3fede2e46aa3ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d5e665b41152b8363b4b15973a7b86365bb2c047366aa69bef7e1c499cf4fd3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:1a29c30f85b9bc858f0c70ca5ed79934494d92849f23baa6c7f26f67ea49c57e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:70f95a8b240afc604ee9af621fc3b63adaf80f593f3131e7ed51077ed2c77a1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4d217b45b97c9e01ba3d54d03270be07e9659b0d4313fc85999aa49fca560108_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:634f48a37ef03dee1cc0c0626c32aaebb8f9975b4640ac540f02910bdb3b165d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:00f06d1c70494444172d5630c33e1c93c333a880520bad3a810f96dc69cced15_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:01ac79392fa7a265608b75458534bafb6e5d350f2e8536bb9de48566c685841e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:061d1b86afedd409ad4947a8ae59064f0fa92360cc82f640cf124776753ea3bc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9c7fef9c0e22e1721125d5b1312e509fada544e1d3d956338c3638aecea53dad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d3d951b736b910437255f3455b76357bfe0111c257f5a2d8dfe0f9abacf30fe0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f7feb8627754651663208ebb363a3e42e1767e16a65914148ce0507a77bfe795_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:23b0327190559517a3526d2500534542e9a397210cc6f663ac2b313aee902e92_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2911daa552328c8b01b19f91ad43ac54da18d343834c48ef35f12adff8077785_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:43960246dc7eb7bcef847c0d706bc6b0f0a407053a2cca7dfe27fce23c6d2af4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d05434d4552d2ffdd45d2fd44b1b2e2e8976a15f0f4ae59ce7dea73ca97dbcf8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1f7e808f97ad41f4c301736bdf2e06da73f2d0e3ef4ca838f0afd65273db7c8a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5553003527f078011d0c440f86c1480ff4e62b318e98ca2a4af97b42e5e186d5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:582a4e6fadda74e5c6c49b605b7967e9d6f25c84ab3de162c30931b1dcaee31b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6d54aaf9249113e5be1b6a87bf439ae778918533077a41ee9442396cda4d2642_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0b4378067622a7584c3be2e5e5d8748a564ae7672cc882bec0c1d6f4f4c28686_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2ba6c6b021db9b58614b1ceb9b736978b0e3396b04dda4518406b041448dd5cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7f7e406ef7b654a66bbcbbfa5326ceb1ddca4a0236cb60761a0ea48b919e8571_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fc403f7babe4eb16c770c80def94f34696b3a8ac55360b17c88edb11b9ae5a8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:775213a7b6d92d23694dbd1538727c84ad58c6b8a8b46587ff7bdeb7312acc05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a649eef7fa6148524b1f3aaf18ed6543f65ef91ad21358cb0af865401061622d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c593dda5f85469eb4ded8cb6c4738069d48a144823a070b83b58ba7772ba0e90_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ffdcf3c2b138b62cfc84d9916799812ad73fcba9c3416d7442f3686417c85932_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2e1e514d9f3cdf5f04ca924fa98d036988ab47259be5df67497931321634f730_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:32e93e986bbf92dd3a3e09f9c76bed29334b5cf794e18b843f81522ccf43697b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7bfa1c21aeb7971fa978d49455f4b5dcccd4ccc3de147ef47c32e9b74bcaf2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:dbb5abf21bed592282f09e30ba1387b084eb028bd931df5609c07fb8c09a0d75_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0606de7cca514d2b4ad9593d7f37950512741cd8f1597b1f83951aa7c8839268_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:116474d2dd37c159032b15ff856dffecad2ef0ab76298bc43f840bd0245ec78b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2e887b0da3269f28933bc5af839ea2df95b7aeca3993cb31b0a1c92e7043cce4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6029166a01da021523fc720ad70fc59f449684e577f9f5a36e0e759a39d0a28e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:849b8be9f7fc785a70451c1c0704501e2b449650acd23d450d145da1a760c166_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9c5d6a2d314e840600ca6bd1354c7dc6040fbdc216166418485d6edfedb27ce0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ba10e440e514662920d68ac025d5f3841786a393703fc2dc0ee21ff1d2490015_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bac1799b133fd829b35ac619a25a272301816494e83be5a251f78a50e7fb2f88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0469874ac135c41bb590ddbac02428775083221257b6904fa376335610c4acb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5823c8fa1f1409d6863dacda718e35b7afd2915befa21343dfcc68b6fef7a9ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b38d3723f2547dc5676460e3738420e243c6fdf7be77e54d18657efb9668c438_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e5a5e4c1a01ff3f5d694ca26dd248533fd463c85374c25ce1a9f4b7a60deafc1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:19f94467c811e10882e30eeef39b1266b83ee417974aaf62f75738d51811cbc4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:47487ff8d0cd813ab3354061caf319dec553b1cba9d5c1045de710b8a6d0c51d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b3a0104cb85f1a6965eee44fef58983637839a1f97ddccd737704ab41cda3a25_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e8c72b610288bdc44492ea0a5c2fd66cfb1673fc06f6bc66831fa84c96f86543_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1a9333d29d3561fe95488f3d80136d6b24b4a2e04472d37d34737fd1032a8856_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:705d146d458883660aa0b673a651d05d1d1ad73bafad91e84755118b82092ae7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b9265d767c8a6786f12dd4788377f1a316864863a32de4a4ec07ffc8b874aa00_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e3a7bfabcb96924059fb7906be97a0ebb1df35c6cad39a7968a6461df0cecb31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5c015e1a10e5f14e82e30ba41b1ae6a82cf5cb0bc631f5137d7637c44a3f5b8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:623bc4c74b05b46babba7da628809bac05b48d8c4055648e88f0db57c1bb0e07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9502a32446a8828e8a1887edcf49034e874ea0e32ab5fdb738ab89e77cb5a472_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ec7b6b83c8e934b66505e8051e183fbaac54e78abae5ae99077d4e5e163b4529_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1f15641123321a662f676a46a24f6c8066bba6e3730a3c0d0eca3ff8e548de23_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:85070876ada5cb86e8c585f3ac3114d548b189074723a13ec5d6fc6be25c9964_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a34e14a715bad1d324f9211d95c56ed387ae51b24b21ccf931c12f3f7b3dcbaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e12ce561e4cad13a5d08e8164060bb74a309f66047279a26dd727d34ed3dc16a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:67789c239f82fe3649ab8c0e13f920a788a3612d15a78fe5986a852bb2d11a0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:80d704ed310acc3015748815351da4b54fef2d8b74d7d4b03aabcf9fd7e60b38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bfbcd3f502bf336124261fbe51f19e7a4cb9e9132e07da62354699b30cf6ed24_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c1e371a0057014662b91736570bf25fb1211ead7402154a1149dfee9e55b994e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:175fd0386d9a4e064fa760f23ecfb45ac6ae3500e5a50acac0660d06e5b7ecb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3e9811dcf3c528ae6f5ff86659dee1a590c2b53f7af1a03204d06fc3dc628fcd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:68af6c6e7f51523ac223f4e25955cf3777f4ae5b601dcca7c6ec7e2dc0de0782_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:8f1b3ddbde3e33dbe01816bce0cce7d7bd196cc04affbe606fecfbd8ad7b8b17_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49699de68bf38c34edb696ebe4f9dc608756382a977f497f6713dbc7b6e1209e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49c32ab1927e0969508b906c14aafcbc64e6eff7680b9a10812eca4f17787921_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:86135a8f7d4aed36e7b2a571b431b29eeaac2bda02762eafda3e22a62a7a2d6d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f2dac4ffbee9d028b26e683b63a9f033ef8609907f6c498d42c447a306e75328_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2884bba195d4d635378b0d15efa54991a23f51bcf4efb1095b478f5cd9c34f46_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:d84853556ede64db5615eb4d826879c744f7ccbd92c51ecf392a686af854ec11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e05dd48fc4c26b5dd822ee58a2af27bccfd0ed28cc959a6fc05073cec6f7c9b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e202635a4a52be92b47960bd8ced28634111416b220cca5fa7f86373ecd1210a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ae36d953c8c7f73dd78d620f94a0335ff5fb84b16ce9d2dbadbdf3dc5d66f6d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:308c924c44c35b39c66b429a15a0343a47f7dfad62dceb76ea7acfc85e6bd973_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e132f6b0a6b4e2dc63561c1ebaa0bd9fc669a835b0c22b0d56599e3da870231_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5216d36dc483b1368a03e00dd9dadc7c75de2bc36ed98cd7ea2b089cbe23965e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4bc11f6ad7c3e9c99e708f7ef5a01b4faedc8eb5d2de5b0cbed502395958555f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4c04a50ca49fdc521da592b9c326e233763918fbfd6bc97e001e0e680ce24cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8ba4aabc0e1e36c3ffe66b55c67ab8c305f64aa6011f80060c5d95ce91180c5f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d259704d34b605abd3568bd4c988bf9e831d80554ec2d7a57e7c39a70daf0140_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:14c55985b9277766e54156139f0949d1e3e5f756ade34512a3d5ea3dfed2c544_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3231ec9c296798f11aec6a285b0a8f7c5cf220534d0525afa59c17ab2464abb0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d8767e4d0b2c8222748319f05483bcefe50388abc182a01f3ca9dae3c80dce44_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ebed5c3d8e112fc5086208b4b4c0aba054a0058f3fd08b71b129dc124fa00f99_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:26dccabde8cc0d1ad45160677fe240b3fc098acae82f6d095fad08b78330453b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a168025d531f20656997ae845a4930919d6805b7f9374c40f7835a93aaa46b27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e696a8bc54ef8a13800b2168a395d2cbb08678403beee2dc52c56d04cb235759_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ebc22890c7759ec9992b64dcb0e388881caeeae333a9a84a50dfeffe27e38b49_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:09319f1dcbe090d9677a43249810dfe5b3eb165aa3f8b473417e0913649b1556_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:46a37e99da18852f5512235589ee86dde0db6c09d76a49275a8004422b9ec303_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:535d1b713587008fe67eec103cceb54471f5263516f5420589cffe1dea02be93_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bc614ab102efc7dfaa47fef84c4783da26548491e4c43257bb606a06e8d155f0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:08cac9e30829765f182624de9e45e59b40884b8c39cde60528dd27afa57afe72_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:13724dc9eb7247844e450b59b8cf3af5e5f486e9558942836ab60f74b9943291_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3e1a80763f76f622b5ffcdb35bf2dc20ce1e9c06c4f5f6bf0ae06b04134733b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d077c79741fd0c481fa6e1aa2c479b8c5b380b1d1f163259777c8c50be257709_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5e82ef0b9ab6d4e3b7431a7611bc563f356385dd8927855e6090008685f1549a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:62ba53e306331c1b20cad27ec31cf59687218f4bd5908ed7e9034559ded04b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7664e74786778a96606757f1de215a4a9702d0c9f7cecba7bf8028884a7609ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7a967f88faccfc101b9388f8434d406acdfc85d7d682f9ec742d59eb31074fc6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0e05cd1eaa2b9c558d22892495f090b6b51a316dc56d85ae825b6fc44611b6db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:445fdec85c2510c8a45b2a830ead87136bbb80bb9244987b4d6ffa5858931926_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ccae4f8f443ba6806ea33105d7dc06002d58914626cb9ae57476b29193761b53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fc0becd36b6fad4911a5b8c9a4693320918f7f7e6336c2b11a76adcb6d1eec36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:03d66c724cb647d4a613bb48c9df6e9ffaabb68c8af5a4ccae45365e32456470_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4b9510fdfb45d2561927843dbd7ed869e2f67d9636e59dfd0c3ee640d9fc601c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b3570e078bed53aa3e435443bffbd12a7b259f8dee9d18c0d79b55514a547b53_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fc8e892ccbd8d3c1e737fbaf8f02b5fa6bbbe242780c9cd00fbc5e6889d7baee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:266bd8400632ac70fc6584e4bb2850ebcee7027ff7899acbeca612c6556302a4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2c8f351447fffc2133f339c6ab3a0bcd9bdfafad4a4cb5b7dd2abc32c6056a92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b8d2783a76f514f9a4e8096434ac205e1d82d09da2d67fb930a1b5e4d8089e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:74fa72db679ef47f9a3e3459a90dfaeafcb6db73dfe15b8933767e2f9d19c448_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2b5964f6cb078aba05ada42f0c8280dfa39f9f80526932cc5d41410922e4e8ae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:480b27e9866ca8dfba83e1accd427d4f6813f4fb7f612854e32bdffc10d7d5b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:91c7fa7b70f2cc82b26ac16f91ea084e15a4f5dc64f254ed878c25dd1170c0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:edc297cdb2f670aebc1d3561d801840ad029e8777ce45724066e6891aabd60fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:443e0dd81ae60896d31f07ab49611c5e0629746824df094ce28cdd3cb0ae1d58_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9b16561ca87196e3dd9330184f7abf25e97272e3c47d2e8d594e3095e74f815b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9ff62f63d487e25a750bad29314955effd17152bfc534ff698963760a2615b0a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ab506c549b676ad9d8dd179e2ba871a12f2096ca2601ea2a1f2605ccb849dc6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:08758e6b81d6679b095a8e7fa323870eab35fefc05e525c6ef810b6cc0b3c0fd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:af87d24f6540e5c98def879ec4ea8adeb5b138e41abc126b2c3030c5847fd0b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c5e9e59a08d8940e99da6bc568269eaf71ea8db62dbff86a7f6fb5dae861e323_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f5122187c85ef27f5423ada009d800afa4800e32ad1ea3299586fe64cae8e38d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3c5078d135089e1548b4dec49b7e78658279e42a72792a988447662534b6516e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:56158ce0af0c0eb9709b2d1a172201bc795ed6e5075517b6919ed1302399d6f3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6720c8097a398327f18a5c84c28f6b58aeee017199c2649649a1f159b8365838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:89295652b447f42c6a0d6e1299f63b04016f10ec8faf6372357294a14472e426_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2baa85e44cc4ac6cb825103508c5bd74e348609eaf53ed42c6d0e045dfa62772_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:61283f1fff1f8ec53563012a5b1fb5a48831f0a220d3676b512f5a60b331e849_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ba258012c0832c57b29785be805be44f0b5f8eccaf76d82d7493946806eafe5f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cf3bee6414a87e7f907d30047ded274c488239af5b1f43ed717ac2cede29df86_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:993ba8c1dd84e486fc4084a7786934c356a9b12ae86155134fd1a1dc1e5e3f2f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a64dfd96d3aacabc8f219d19e6d7eb0c1ac5b68b49eb93fcc973d76e67ef1d34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:ce306e2cdafabbaa29467e0cdbf316673d17180efb604e683a7fd1ed7181c6f9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e6748814d950e6f5e370dec9cb7d557fbb0d29ad3620b567840770be826a601e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:04d418560f90c35b42be67886632615d62dc89cd37fcccb6e247212b535fbb7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:40eaefc42c0f0b5adeb47bcd463c2e2a45e7f3af1c0fa4cb3fde9c5479660c4f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:545bc2a7b32276bec515f338aea3a2976c01cc787a559986646aa6fa26ad5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5a2653ccd5dc3f59a228ee8b936460575e1a392d12287661b1dc83a9f8210033_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:12e5e4ea4d19c4dcccb35dba161fdba8a703ba6331b11054e4664818737746a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:180e817b55ebfd081fd0305f63b3e0539fe8d13d1ceb8428ea21e213779fd056_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:92e8693b9f6955f9862c8b576f5e32bffc3bc34232511fae0cbe57d705bfc53b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e5b5d4750a3ffe24b1196255d4cfe15b21efd587a41736307ca8e4e61a4936fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2ca8a85fb07b431d97ca6a3e3c18f1cfaa20883c7076d6b5b4e6942b632f9aaa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:559af5a310f0923dcb4ef9389c51c98604cf44642a13e8ccb46225b4ca268580_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ae056c9c8e0cdc6519ac1a9542781cd54ac2ac8881f513e965b57ce7d1e5ef2b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:deb92b50d5948bae13db37a7046d9b212dbfd3ddb1063ff8a5e5467f0cab203c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0c4f3cf84115f8c9b9bed6b2dd5d52316eb3a9e670fe6b9e28c2dbc350392e87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1142ce3f8a3c1c2a1c7dba79ac2c3b276a45fc6271ad9df9e6a5d8684c36da2a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d9f2c021c17f1416e01ba31a8823b7a87724fd96d7ec99d494981842b5d452b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f3aabf75e838b4a941f64a7a322768729059346d7578ecf5fe7ce27a71876fca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6389373ccb2fbe1b6385ea21dac1c0ca918bf9d3889ad7a738de6be5d7ec4272_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6449fee9a31acc582bb85e0031312e3ff07d1f1843a1c6c410eb79cbbec1ceb4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:751f007afae9f16527e9039aa95c2ee6efd2ee20afe3c083ba7298493d2406f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:afc11a340e28d4100c31646b705e8db302f6b0a96ad3620e07391f02a70438f1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0673d2034e7e5fb412a171939379da14e9269dad7bb53e83be7ecf8233b0b5a1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:18f0345811215feda18d2b63f679ee870e76b33e9f61042d93edcf36fe97df95_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a2d247eb696c80e02bc8c1873e8ee0fb71a1e5ad6cf5cd84bdf504f4fe17cb10_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c342b14ff399c961ce05c1af127244b950b8e9d641ce8752f9d0f880ad7a672b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3d9fbc97d13987f28ca76b3e238b540492eddef0f302c2dd958c1b0d05e10941_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:47682d4e934d597aaa1e809011a69afe93936fc629ad3dd1ed76dc7b073f7ee2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4e8d3460e04e85a3e01a578d492499376787c85f2840c97821f11213862239df_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d7b99cad55a1e1d380d30d0d4a61bc5f0cbf3a87223efada3e69bd9b0741d3b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4849bfa8a48c7e7d264fc6ea9097fa9d33da25f75776619976e3204b42026cc8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d7c3f5ce57c0aa25e13ba9484facd75c5a1dc3caaf9be4d0f273243e7ace327_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:78aef6c20ab3bf78eeb8b8a857ca2a24067d45cea0a070c44d3fcedc00d4efbe_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7f33515dbca04230d98550ab638efa87389629fc7d913c8ec42e4b5bf8a772f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0251068577a1724dc777683dd189468ed77413b396614a117dac6b4320b8f01d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8812fd85c74fd67a95afe09c2ce5e7d592eec1e25fdc6fa331a8bd41bdde0cc6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:89e0a7e0fe060abb45a6f8e6ed1906053c09f95c252ca7813175903db61fbc99_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c3674a8f28935f3140fad744b5a178a8346a9a7f79f6c281561d2877b38c4ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:13bc0d4f7d4508fafca5a3bc61b6449a056e277da131e753c06cbc1bb7781b27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:993a2a0b3f84e071560f6fc1a3ac243fa745ae9a7ab15febbe1385437dbd3ad8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:80fc518199cd3a1ad421b142661f0a85679b12b69d0afe580fe60eb6a13ddad4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f069665c66c19d9775b70a31aa7a1069bc653691f6abf106a88b2ceb8c0e1ec6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:13ef0c0585b01c56b865e029d029a553b458fd2d3d0204eb6dfba1bcaa11ac3c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:599d33b55e88212202b15f4344f7a18dee4f4504b3739d6ec99414d05bcde2b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a751f1f0540505bea087d3ea9e6ba798e89d5deb772cf8e401caeb3816a563_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4c26bc366b267d444f448a4d7bd5a0d26f84bea653c14b261a829669d888cf88_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8b67087a584a2d952a6e80572686412cc8ea01f03ec8d70b56cb8a24a0c5a3c0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ac1123e890f0aee159c9105e26e1f1ed3ba5eb3ea66b422b281c3e9465401c5c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0dac7821ce2a3a5a180f53f381d9e61484cd8c5efab3c9a7dcc70b5783421b64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6b30b39205367ec985c4a9d948e71d378b9483689c3ea179cd0f2476b9bfaa1c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:de903677bccf645889ff7968ebbc052b14273329c0765f7faa53b0ca815d6899_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f8392be7a6f5223930d53ed6d127faf727489b8f5ebbbda6b6b437c529e3c812_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:02ac68c83db9dc50cf6280a418eed9261dd2182bbf51d16fd143519e49960b17_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3746261c5d4744b13d4704c822fd62ce1f486010176fdb3bf95512c72eece73f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:85e34da00bd6d290c04d8eac32f39db59b5f50fceee9b248b2cbe27bcf0e7e5a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c343b119edf863e179df865ccde0b665b87087d78b20919aa5726d8fd240b344_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2026fc52aab5a6d7766511080699112f32ae4576108ff95b0eefc5d807a14f25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:21b5298172f4de1e0074c4abf5e4abf27e8adc02bbf7ee49bd3388f7127d4901_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:42f8af9bf66ea72846b7f7e57652725c31b01fc4a8d39ff7e7882075438c521f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9c5711087546b1ba7cefab267b8aa30b54ecde5926f009518cf0db974ff84c3d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:373c4b7507a978e3dd62e9ea629d1e397b1f1db682e11ada1bfe5a0b45afc782_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3be306649df2fa3cc9f30e60ed5d947fb0678b0231b617eafd3b1593d10feec5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5b01a896101a5189740f84cb1a83edefdb0dc00288dde725ddd0e95480f8e1c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:961dd87e559779e6338a4d3d35c96c0ce6ff7cb9634ce32d4bf848032f4a2fb7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8799db20cca7be653bae6b8ac5adc1d628094eababe740beb5dbc27e05346872_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a36c2b308515a293cbcf265af68ecebf498739e74ef11016d5c0edd3cf47c4e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b86631d6601578548af20a28d132a0503fe118f53d7596a5632ed24ec5a9931f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e867bd8b76b5bc1438a7be88a30fa7707edbb1909920a1d4d1d0da0ddbebdb40_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:313074950c6dec37d29a9722b58ddc951aaf67c27b47568039f29f02f2523128_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:43618db20e6f592602096897bc89eaf3c58490a362e91e3299e20bb2a02827d9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:705f4db2e969d23205de87db1bd7dc8eb1ade64a76940fad950fd1a214dde6e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d2d5ee5893ae16784051d9526c1feeee3c641fc3e6f337ba807744551c00ffa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6ae5cfd48e788096162bc4517f0466bf526f16c84bb61072886a64842856c5b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8004e7284c63cc32a05f6de732791416d57d62db041ede2829d4797139094292_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8137c3932f344ce587769bff04355ad405b6ff27009bf23a221ba52f3da56e1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ef15235cf21f0fbfea74089f75471b483a98c920b65676bb6199c155fb61e929_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:149cca2af3f89c7d1e105de81bbd098c66be5687f18a584b644f21d0be20f414_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:33fc93d5cd30760383da666e8effb6ed32f4c8f2668da36677e98c1801ef4f5c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f9c1ee7f72c926c45cd76c12046b867d9efd7c3c381f34afeeb9b6e97751175b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fcfbae71f81307789bec93987c4523700c191a66663ce53e4009c5e0a8627826_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:04fe8c19bee4b629ee7f18a13dc0b7f49d6a4b6e19d204de90b6b2240b0f875e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5c9662139f98817aafe153a43f700399781d079390d5ad23d3b70fd6ac5d370f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d1147830f896fd229aadd2b766fbb4c8102b35a8edd4d8bbeef4928d89cdbbfa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:dfd0cdc29bca0a2239ef203fe7b58efd97ed4e72daed6609e22b20babda395fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:48b5d06ac4b35c2a7bca3ba2abc39e3af1eaf4ecb19c720d9b6e46b066318414_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a6d7d7df9078e9d1cb0f12f9ceac12c96bf2cea03a9085b23c3e4af6a456b51d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b757d11e5dc51a5822d9e30e97ac142cf004fffce87ba2e58b8d62926127664a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e61ed19beaf8352dcfd4b9478335a364263cb9839f27140a634a217d87d331e5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93baf08acbc6875eb2b665a9ef3601ca34b76767cd70a172dac7237f21b6958c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a5f2c2debb51b8aa926ede417cf9fa0e4ebaac4f5bf9e770db55a25902a4a3b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:dc97d5c1aa80515080b2b4d16fb08ee4733a9347eebc8427f10b7e70582464ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cc1559af0d7be472ae46be4552fb41e81ad804d73d1444b92cae4485118c6773_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cfd5513afd8b2b5e22d5e384a7f769f9c04709d853feb2f91ef667d804cf9a7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:febf2fb95748ed0c440e6acb72c40d609ae7587b2665cfd7145c878a2a0b5783_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1728f980f3ebba7e48bc0e8cad114db1e0c06f692638764e30ab990f45c637af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:41508513986b369c2f89c64af84b3980b16bd2432130fb122d8c1346f0602894_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:650f08f62aeea4bc954e69ed88a9f2f14d3c8f733c155d113c0c58b7154fec4b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:016fc7e804acce7a8b8df0a02bec320c32f9ce6224ae67598a63992219a77516_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:081f9cfabc57aaf4d19df8b496613d8aff54ceb265634c904ec7765c810b4553_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6da3ef092cde7fbaeee01c5d6bb0ca5d52af3ed8de458ecd3001bb96262c1ab4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:035d07364444ea963d64515420fa4005adf82c44b575555a074149f67db50567_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4e09fb0bd709d53a0abc6326905cc43ee36e6e4ec5e20108efd1ffe585b1f2de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:53a5f81aefcdd57ba33c57c02941803a072ef3f1b8467baa3c53c7e073a9ea96_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:cb3d2ccb57987217c75079a9c10f230f6a7de9ba3b0fbd87d8d3d5c71f8c94b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1d63a1d7ba183c49c69a6ffe5a4584de5282029b0b2c2f3484b4f4431e2ce954_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:441db8762a583090cf4325377b0ee75838452a601732bccf4dbc57f26f6a1a90_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c5c52612378ce1f2577314e5723642237c9a361506c448ca80d2a0b56666a1f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3b9843a117d6a6ae28222951e1a556d3888ceab2ff75a082a06343c8030a5ed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:236fa2dfd935db687e786cf827d88210c2f586d2d1a93e610861995908bf2587_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:647704923828c83c6ed3810e3c4d7456fcbe378516dabfac30f203a3bd3634b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7638d755fde7fe6d3c004a6f0f7c761a9fdb75a3541f19a792c3cf8e8bf473d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d2eaa5b8ad9464732265b84128b5280d725feabb2d4b4cef0178a317add66c39_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b659f5c6da6f73bcf8b2850f0172358816bd68fca721b65a9a70569a94bc90d7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cc867d49602a6ada5de7a783136b6463c4d9adee9877ae1966c016a08ee8e87a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:6fa614240bbc1932f65f8cc9215d2baccc05dd1cd5586fd308c44d8a94447a45_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e85e957fc16a36b5964613a99fec1e7299db9bc63edd86ef965d879a081b64bc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:14b02010250fe10ca57b2dfe1046641aeac31f92e5691c067b3990383967f0a6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b6b13d29b1cb9c9bcf97f2daa289669bbd9ea501430e51652bca3d50f787f23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a8ab293c4f3c6bc251bc91466b7586e5499b6e198cff46e50f6a65d97df60f7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c5d781c35cda14ab70d4a5bde3bf72df0a3956f5cb159645e5337095bb71c5ca_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fadba956181755cedd19d3d5b5ee3da0222daa1dc609b629c900a0052a4cbd8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:2719589f19df23634ec3f6b578f3fd2e827440675b72a69b89c9d78b1310f98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e1fe563643282c027ea829274a1945458cdc5d079bf2a2b7b0a9982a5cc3720e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:28d64f60c216f77e3e006012a403671463b9dd90095e19ff2dd027def6abb511_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6d681aac67e08e2ecca32415dddeb47df6191a99f7a8d7bc3bf1697c6a26c1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0d31a90914ea716508caf180e30fb682cdd8066da7a0a31752be9d86ec9c777c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3ef5a3798abfd3d9ec1b6ebabf3ceb32fa4057072b2670793ca119f556c0897f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e2c62e4b87e0536d15ed8b4f2905930a750f770d5c6d0168de6291d92c51f9a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ef5f4d7e3c872acbc4ee48bc91b5835dfef66a698287a95836344c1587ccca69_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f5f049eb01192eaca548f3585845ed6a530934d2eaeb422fc78b657cabb1f57_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:740b0d9392c76e433ebb7762e57f156a0e2ea1db37ddaed2c5b8044ca092a357_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:da9ebcef147e8d9e84848454fe2b8e259bb549bf0de88ee960fb48f6c8051060_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e8f942ece24d15ce0c4a31f731f2060b6e3874a2f486b2dd255c773fb1a55f46_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1b4fa4d6ee3081f39e54b4f910100d210da682dbb0f308f08107ac44e7338d3b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:571a51e1eca0f31f273be8cff7ff115bdf192e14f5d510705ab7ed423fd5d9e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6dc96b2e8156e7e42f758cc28302a2e94e8b3888970d03a780b1732375e728fe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b91654b9aaa85e13d262d21b949b1a96b386f202524c2e8d52ecb66c279eca8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a677804e422590551f82a17e61f64bc03d5a8a42a695e7ae8d9de5dc086924d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:fb7f225a9221506e6295f7efdcf44adc33e5b971c470b5835b0ca3c42ee1942c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:107c9dcda9632516721c41af941362ccc316d25661bfb13a7c4dcfc2ea4e1c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e75d33740c576321707835258793fe2fd257682099348a2a067806e764e1560d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3ed82adddc3da003bdb272e2a5df0317abe41512179cba925f65fb5d8f7c2eb3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c16e4af4e9a79ac2f1fa632b20e98befa9aa2953ef241af186edd226e39150e3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7b6c16881c71569dbada90e320379c2159ead0b0ed2fa2113e065b361bdf2413_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9533dc6817f01e377ea2ff7e3aa4447d20ab5d016d9145b97e0cb9e758c9a8ff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1285e63d6cefc0454a400b20a6e404537a8d57e5fb9b5d7ff1a75b61555622fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2ea17afe64ff273c9208892a59773c1dca248367c849e805dc78cda228aba29f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5f33ae81c766b0b7d9c8411dc4f6a0adf760221ed0493a99f1bea5dddb5de41b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9de0bd8cb41c5324718c8d8f275c612c0bfd13b322225455a1142dc76bff0a01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:2fee175122b1e3f74cd8976af1515c869d096da0bc4f5e9024b31a64cf88896a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9ca16ca048f3de4a5d9e6b6a38b55bf0b4a994bf7f7ccbda8c50c02bfd59c871_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c42a4deb157c31f6fb871bceb8c4401f44ffb490404591ae36110511f933f72e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f6d5c31b12c8a1a1e8316f258ccd254bf6bb8e49ae8a175eefcdf0bfc5c6047c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:204e84b23aa1edaf66f10a49432115ecb4c3e8fa34472a909e1c9a7a0c3f3947_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:37f226136e439a1b37fab44e06ff30eb22b1ba8f12eca9e85f59936c3d58acd1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3e385fec20235fd68320dd564c68770d91c5c08a864e3de41f3800937d730334_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:878a0a7473a69442dffd7c19132d74b29ecf765e3499d29f8da7b1de2ff6f439_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2b51546e56d1893aaa1b68c4e6ebb5479614d0402e840c8c850702ffb198036b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3aac893d87e5c39ae1672eb5ad48a0b9d02b49888fab57f8662e6dbb3897b660_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c5bddc80f0ba0e391b336de8ead2442d0dff227fdb8aef1874bc3db3101f7048_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:dca0c7b1c7ec76232b3d5ddd15c8716e04a8384f0a816217dec544d667ad2e69_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2551dc2ab6fddb6edfefc185f7b6d73ea366ddaae4e2f79d554f0afb79aa54bf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3cc6eb31325b1f9c9a2163c570ae1c3d4da7e7dcb0d761a0fa775b66fda9dcf5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:569965f29f668f02a342c0c7b4804bdc92354610e9368ba42a3ea5cc3172f532_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c4b2b0855c4ba25e150de01e54f0a84bb4c6c220b348945742bc0c18cc6d7dbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:01b6587f8b9ee398d34ed3330bf0bdbf2dd01c2fe475ed4d44c547401d1dbd5a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0fb7ce17c762a70aa16ca9f7f35e41d85997bb2bb22b81986321d29634ce9b3e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:60c4fd0dcbc1ed92bee7dedce7879893a23c9e4a6181e5e6d6a8f04880f377eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8925d5826cca515b7f7c05558406b3688a14963ddefa80f5b44500fe12dfb1dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:3d914112ad75b59b03d5653cea40a25d92af415ef52dd10aa7394465e6bab92b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:f8d52c53ca49b3f9847d2e568779801321307e329f802aa9456cd0dab7625232_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d29e5c26f37fc8212f2ff15cdac470982494be155f85e3c310b0c958b943f7f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:fc7a6712a6fe86a47b5a745e06a0c6d164779eb198f284fd0996847b025e53c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:32bf2e7aad1dd9ff5100500c294e343af0dae3d392eed27a1c0305198734261f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:54b4afd46c87b2cc839aa7d8b8ae232aaffe0f39846a6edf9d0d3228adbd7a29_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba41cc4ad0ea8dc731838e00dae166209a3e06d104e5cf11491639f82290eca6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a9395f57a9adc721c6e43e578957e21c8b9f18defbecdf91dc49d11044aeeeef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ba077da5ec7f147b51f0ee4432082aed3b7a3a541729913bc2ed821688723e99_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb48a38cb5d06b67ecfb4777c44d44f3e32a996397450e30f40e7ec3e340a56a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:deb40607f193ff4e36c684ce74167e67a7e96187f1a44a1f0f20f36572005843_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7dc856fddd561c1d29112b0b8d4dc39dc7503974a9ff563612e6998bdba4b71e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a3e01913986169c592bb770fc49e3875d46031b5788f983ddcd52938f9ef7a49_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c3481c6f76c644c017392c092dcbbb25a288acd14a9f01e20afd0d2d35e16d32_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cc440be9f6b3c5e22186b6d53a428a8220201ddaa79be39e19cc31a8fbd7b221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:12d7ec468f9634a53d053f3af7957c5162d92595fc3385b26b08acb22b7935c1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:49f08b645fc28af342483d9efaf2f607c9c2a6b491b477cdcf2985c44aa3e894_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d32cde1eedbd0c110bc10836025cee78421ec16d2924d30f5e6265591a9ec716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:df885dc6da20faf1903dbdac693889d9882722e8b67bebe35f624c11e4616262_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:16c8b8c6aee6f6a06367ca5bfe2be8fb85a05c3f18a819683f49d1a8c73941ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:376659c608333e76b0b48fcdc69ff17643284fd22fdef6c6998f07be54c1cf91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7359a62beac2d501d629e6768f1767861fdedc0d05f53a4424a2abdb3dbb6a8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c71d05c245bf1a4955f46c785d7264985e1f904de2a19972f7ce6209a3be0e4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:06ab376096238d4e04c9ab713d83d3cab5db769b5af1fd1c57ef2ceceec6ef61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2c80889bfaff670acbf859db3624951cda96d4ee8cb1560806ca4215e8c6c04b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:627c6b73224c3e37181a19cb598ef9a425cddc1d17d97b6c23388ec1345f6a88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d5d338daef4ae436780be192907d28a26785021d97865d8a95db9065734061f0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8e59a286a05743844dd1333770197161698788e0db4faf8e00cac6b2fb9a638e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9029d8ef1e4455dbc1910078afea1141f92a5c4d2c298ce1d9e4319209b55246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:da4ff38c7a1fd5adddbc0b0d3defbbd580197680b22648e2ab803c90c4a8c9f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f6c44d76a715e0ca38fa5e2becad93a2bf3a41fd8f181846e7aba81b0c579691_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1b6c3977b4835b0cd5399523dd437c230b992b77a0e7352b095d008be96fcdab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:54d79643f3a191710d1362d665b5c838130f3e51aecf1e27a2cdf66e98a3cb8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b8692d27a4799d20ce1a8374ba99f55732bb7db56cdf8f5b038424a086db614_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d196f02212da5e80ac5a73931316d38e9def9aeecdadeaf07aec685e661f9f98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:3a7644c1ac089cabd142fc1743b47302eae8528b13d1b038298f2f57cf746326_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4b5ee426703ecb55bf537731c39c69ab7f86316544cfc472ee77fbef7e5680a8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4cb60d36cc3b34b4b1496b74b9b2e68ff152a71d7f957b356311ea811bf05573_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f3f64bd2f70faa654f7134d803efdc032df63fd4ef07c97abd38fc41e625b48d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1b75d96a4cdcc3a37848c5edfe598cb1d99bb3b0707db5e3f62478320eb90f9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:876fd001172d5151ef99c02826f834ee4db4623b00699a8fb30d6a456a7a8687_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ba8fddfcfe0004287ce58db40c1092f2090b3bbb0810c277066aa2d97799f8b9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:bd9982e951fdc7259571b6d5983ea2cc44402cbea411ae9a6b135692bf5939b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a7a8d4d8adfd98d3a6e3d37644b33966f2c34ff1e553fbb5140ab9a15563e821_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b26a5a47cde227edb5e7f6e51247a6cd91e13484f6b5f7dc19b62f83b7478361_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ccdd76d6734e3a3cfaa1e432c1508c097478e842fd436672e57ef2563d817e4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:fee8f3b24b431ac2a5d4fa3d96c90c5e1aa68c08ee8ae9963fee457c98795197_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0e559f5e780f3849e73d7246176059360631d8c4a7db1700f6ba1b6a9e6ae089_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1a376560672f81b7596417591491e71d065e90672ff6ef5d37ed0785e9baab16_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:350a0360dfdc31eccadb0e8b9397d5a3436bb509999034b60e611428eb006cc4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f8b68ae48350a5aa9bdf47a36efbf661190d497ab5a139027a2bf4579d21e095_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5fbe979b3d448e36fac9615ccd96f8583b0d587d46f6b1b3749e85938cb2e510_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8d45dfe709ac701d6eb800b081947d39a855f65c756f31ae47b75be9fec0c260_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ea4fa6caaa81f207f2372c6179c3698e225658387549ba567c232170cacf8570_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8fb972b411085b4551e10adbd419e3cb89754ee5300222cc4fce27cc349513f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:066d438bdfa1626aaa7a0ee5d2e3222724f2f0cf5bc9a189b67fd5358a0a48c0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:747c142608d6f43952d315d7858f57edbd2d9de2d255938dde311ea580a329af_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b2ee2d0e9906ef1581677bd239073c09f93e5b720501e9001926dfe7db34839e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:bf0b42c5e7e51129966a4744bb253b7c336bb88b1f1a562e481f7eeff5428136_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:3e9309d53caaafc9b145f6b7fbbb8879c9f018ef226afe101f6dc7ab02b67856_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:3a558e248efdf5d3111b7d61e8bd471682e7038bd34c4490f8ba69b91b44f36d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1b0981e2ee13869663087d6504e0c0af6f2c56d2ebf81d72b4b7c751bbf6e500_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8073e0be1f7f7523880b30946f1b6868274c070acb97d9da2f5c486db99ea18d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8980be22bddace1adb383fc356975fbf0af9ac8a20bdc95b3303a80fbe296f3d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f4293de50825a003a825306a45612531dafce45b72a91cf4dd455d596a0c60ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5bc26795163f03947b3f42a5c8cc52b7fd6eb713a0fa5a1558bfe834c21edc0c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:7f29c85842a34554f06db311ef67ec08d1d947d32b4363d1153d92c8d13c3214_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:92857eb171128909119700c431920f543cbfc89cd06aa98db816a2fcaab321da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e931e3fe478f8f905855b4516e1ed9b33a161536c447025cd14dd68778c40fa0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:338034a3ce7dff3efafd00fa35b858c23c2ab284f743df414c6cdae455f8801a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f12584b95171f442bb3661c908ee43de70d0400c6273eb4e93325a5f3f167b54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f37f6568957ab825b08c2ce8fc6b32ad18f5b7bee50b24b1804e70cdb144e5f4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f949249e3847338ce4ae9b94b0d191edd3f316d471f0a9047f97e41e41b7554c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2ec7076ed08f4ce7a61f95083155b5315acb6004ea4245c70be2763eb0ce9f4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5a539e39b3aaf61d63f391b6960cdc5746cbb4b0fc07b85a98969f5c9cbcca4e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:93505b057575ff9292e2e96903238708b940a23953a79cf8742c880f1fbc743a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:be43f0ee18b6d56d81a09871c4a30dc2245ba60cf17ff0f1aad10e117f40aac8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3923e99d803b6dd5bfd2fc957101bef6dd86ba8f6de9e59a849e4c7a02d57e0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8253bfec4409c9a02be72d7e8d87fe5f4f81c1bc58a294f02dd570debc4f1128_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:851fd20edf32778383c81e3c5b935ec5607a05f8fc569f64e31875b8bbe81d6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d06d41126ced4841fae74d0437b18e9f1699d285158fb8725a8768a6e9065b79_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4375e44dccb08eb4ecf461f4e8e7e97d617ab5b1c968beb481d5795e6bbf0229_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:75140fa657674afc46d698aea19115a9f60c7765ffff6a0c4ae5ac166c725597_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c1a31ef64ecdd90020d72f323a242b551a6a4a85a4dae309e19f5d8f12d77b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c3b1ed110f6b17263484b7fde65642eb349162b206c0b9a2f463bf5eb13273c3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8f8c882873232fd9a00adc69e199f1b4acacffcdbc282280ebb61dfb1e61b875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9fe79073bdf1745b388fe52bee661394f96ba5c0af585ed8ab4a61724e324777_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b2b91287350dfb474763ca5d332c4765af0c1ff2d7be722e23ea93970add2687_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:bb5f4abfd26a9446eb2f4cb1355bda840ed1006a6233373434378abaf0e617b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:07ff9687205eee39d9ca211c0bb0c6b1618848e9e74bfbbe793aca67de73fa88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0ba94d11051416a116cdf516dab74d530a584fe7c4bb1e8d3deb3bde2214e459_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0fe87955631062bc7ce78891b9eb056f899308f8cb8101b3a44f889c1f0c0654_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:786de5dd308c9fa6643aabecea0bc666a9ede6fd2a5ce1cb0d511eac2a19596a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:719989a197c3bb8b8af09e95af49125cd28014fa74c7969f3f3b939223a6743b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:743119e024a9aacd8bd4bf45ab9c14e684ddbe2307d8f965e972ace243f128b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:76c523fa10e222690941abc8c5564efee1ec4d309a7d023480b6000a545d655d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a13cc82f7b2053435d5268416686ae2ba89e37b6561e49c7ac395cf3359ca2b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:98aa0e651302bb73569a0578e6c11a1691eafb5b0aa28dadd714a7b44b498f8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:9fdce4b5198ae740daa858432221625391f7283bad587e1ebc1220e7b0b4fa28_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b072bc3bdd61164b8076f2799e705ed8e34281b2cdf24d9cf08deb8e697de2a3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:fef5253a6623c30368e9e7e271501adcd9432b96473cf8278a7b81140d287de0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4eecd436b35c9b25eca6975ca9e938c2256fcfeead67e1ff4159d7e36122122c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7e11ca9795aea60b3f0853ffef0fdbf922f4863edd96c50fa85110f36bccced2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c95f8bcd0835611bb90983e96e3b780ccb65bd2bdc7f7554432ea971eac8095b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e497c1834c97590a0c388b58dc823cdff79ab6befd5f2a9bf494b3acc3181eb6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0c8bfd6ea4d0729e0ffffac9811b5db2ecf5c40e68ef048ab104f161d2689b74_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4dc7e3242cdcd1d3c1ea5930da7d4e027383149373cb6af0551ed2572eaea0b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b78827903e5c338d67a4ea2ba10ee67e16482ff00968ba99c27af2b6d50ce202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c9315d23ab26f6f40e05a5fb1f9f2dbce075244a035b1f16003d1108a7ba36d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:270b5e756fca54f2dc05f04b6f7b43f7f188153811decbc0b49eb215b11c2372_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5331e8ebfc48f4d2322226b8986dd178f133a52edcfc0a192e89f1785c8d568f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6cfd8c3da57c17ae1c430f2881c66eb0b1c456bbce4a9ada2491b2c873dba985_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa346af0288b5886b5f095d1fa0ceb7715d4333db919ff9d61078f369642cc29_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3403720059bdecff83f784e2fde54d2bebe09223ac6cf99ce2b4c840b9cd4a98_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3f8cb2cffaf6320f14ae09f7e44c965681b395370a156253790764ec9d2a2aca_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a02dde1d0b4f4fbbc4e6f0afd24da1595672f3f290345a4f6e98e11d89854a17_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c4e8ac4fea3c281effed3996a378c2e952a3d3704e47863b2ae6b266d2280920_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:46a0b302273acaf2582d377271b910d9d31ff98744cd8f290583a7bd5579761e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:af0442c88d2b9b93a187010065424798d89aad1d695ba438c815d04d7fcbef04_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:bc7b78f67fa189ba63da9891a1b05694d676a3ed2fa318336fa0850d63815250_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ffe4e64ee1b721aeefd8f1ceee11d225dd69319385e3e70f0bb52f4f40660a45_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:29d5a91b39dc6e72677bdfab50f56860c53e67dab139b464dd571fef9780dc6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5e6d4e29635ea0b075e402931daf8c384d07ec8660223babfd0df9d572ea6912_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:82555977089a1586dc24154b46be6499607a9d15110e5b48d9a549ee73f3843c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f32c4a07d2b7a14c39db1e5e5752960e46bcda700b292336480c95f359adf0d7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:86b3e656caf1c93ba2bbea00514a17b9d06cb7a6fd5c6746d80ce35f45aa5907_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ba5c8896242125c24e3a7e5698770293a601e9e7f8508465d7b45920cc9ce240_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7de62e540922f1de5f492527d07a8e8f4265d24b577cf2f93415209ccad63912_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bd71e582ef755da7bfeede697b5c2ab29ab9fcea6bfeb14cc8ca168fce5c7bd1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a1e6a736546b54bb2797d85d51b8f2b213fe2f6be6b26bad5b549df9dabf2d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:efc7fb9608c2be8c3c65aff302f923241bf8d008bc71c2fbba0d82ffad2b4f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:aa63c460867d565b44b2a8e919ba9a0e7fd6717f71588cc5a7e2ad268fe13181_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fe1f1b5d6da2e5ac66c689da49a4c76916533f30ab456c9961a225a5e26cb6ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:36fdb2cdf796941fc6638036b3a31048ba0209174c7a62424fb410ae14b1f81c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:65a0b94e9f663f3d73a9696a622ad46c73a5fc793f9dc46ee07fee8ba3bbb443_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8afe2a0c6b1b200201f21b148caaa682bce77cb3b1027f61d4c873e5babb1b30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9f7c3543e4b1a095399d1219c50f1f5081440ae1605154324d57ba9201aa4fe9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2c0897a842cd7b16b64888568ca65c2a6e473c24b2ba9bc5067d6f1f237885d6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:432c94d7d5d46ad66348775fa0e1a6c2c142469e8a770db5528a1aa25664c389_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c86c7188163be31c7ab04017bc46ae88707437f804ddf2b5bd5a73ae34f64312_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3f836bb9effeca4dd6a230a4241282d33ed454ebabd84829c41e58db5f24f47_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4632ef8ca0af5a8115f3d9490c2ad9e2e44361f4d0671fa8a3a1006254b173ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a7d2d10f5326e2d71551289740eba86d6dd2f12526dc684b1494bdd4228fd8e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ba876751849dd525a26e70996e7e02092c473bdf386ec4663a54ecf61c4f0d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e842cdc56ee7728aa71a7f95eda9777ba229aaf959594e73d998fbb30b7f76b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:90331abb869c0c04ca7bb59681cbd957ff54eb0e0265e16368f9fd6ab6937acc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a02580814c02bec4c1c9b79c4b5a48a5a59caafa60a573f9f99a4a1ca07c6f71_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c197de59c38c060dc8aa099a027922853e4b9dc7e5589ac55c8841dbd44b1367_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ec7a4bcebcc80cbda32227224f64e67cdbc98d3fab95466b55c89755421ea4d2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:17752e2fbddeff8e6f43bd354d91f248b4e69d88e80b29b75508fb03b82d92bc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b1703420b5a67a12f055518b6a23c1d8259dc8a064a1447196f642dd23363806_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b93a134a81af485a0f07dcd6a71c816ed517178826539d0f53b6c45dce87096d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d266a3bfe528e76a8c6ef1700a2016080d084cf6fad2e70efe5ba52ff0dbbc51_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0abb949ce9461e5718c1988f57791c7537eb1b3d2184f4b4268fe087e39726d1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1267ac849f67c33155b54409011cd3f0eaa27d5f211703875cfd383d1170ef9e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5082f39df1f143f23f0e587dec5cdb3e3b033ab446a57e7e808c88e6211a1a67_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8fa27bdf891edfb80585e470f09c9d6fa369aa727a3698b936b4818a4b46448f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:017bed02593deb2e9cdfe0f268916e5d1c8cb7a4f1362c6eb3c94050896d7276_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:027baac40981f53c9ec53f5a4241a657929d6289e42a0e5deef617c182b7580e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4bd5b70373a257b1fce20135ff4a4b3e6962eee541c67a0e29ba9a2523d4d4a2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c0b3ed1332b228290882bbff6a1ad6866f5ab2a4586b261949832cdc3bee5797_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:047c270f56b685d5a4e67afe43d2f1ff47829a259be6ff93bfec4864233d4497_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:50a6482667d53de3d7aa2bff6df05ca21e4e9773996afa8b8038721e231deaae_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:653dbef43ed7f531ebf64c9314756be42738f1635a64097c53210ed0b6b0de88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c4d2741561038e0080204335efc6eee5b6ffd8878553b240dd433fea701e6bab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:3de609d984e39497dfe119bb8e0ac2d6d823dd894a5c866e5ec87de5b5711e60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e3a8b252aadb5b32f42009803b56dbeae49a3ddbe9d00aa27569af4747fa403_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ccf49e256cd9c3bb428badab464a17aee485ee1516896f1ade10da11085e843c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e77ce95a84b01b09c5d1e6dbdea8970543aa3a60f9292300beb078d1288bb801_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2ab5fcf7003f4ba3de7656a284b11d6ee05bb02cd0f3532671a8c368f7b15178_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:44241e57d9067223cdd1585db9d699db113931b7a273d207516f60c498570677_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6aaa55450d567e2fa992650c456cdaf5529c5d96fc9984f7e1a4aa9ed6294bf3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f2fa21e8a0e88b25e9037a9c2db4b157ca6fef8b765b36da7dda71bf5a4c4478_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:10bfb59c904103177754f0336f7b7bab676d240480a8213ec42a778bca3f277e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7aa4fdd78ceafdc887a91224614657e86c1e12b72fde68dea4ee5c6e9b610cb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:e4a365a0516b0c8ef2d1259ec4bdb7f76aa9dc0d3c3cfd5d5b3d34341d349772_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:a06af7a856d5f2416777c1bb1d271c189576e273450b25c6dc5937cd16b8bf8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:28b8390dae142ea16bb05f6bd95f19b6ab38dd67c341168337ca07fe4f45fe87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:be6a9bcb97824c91f393af5aac5a146d819ed9893f5a074e146afe18f3a50dc9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e6392d583f97f0932dc01be55534fbb6dd3014f84b745e8bf7583b96ad7a7761_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f30d93c0f244f5ba21807dca912d18d4facf47ceaf43da7efa41b14ee816b71b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0848bdb082bc8dae6bdaa956d2ae36fdeaaac89024822f4bcdffb51da1165fed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9f9603a2dd344770da433fe8dd50a104d69e80ad463f9cba71b3aabefc4fee61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ab417553778971822422c6eef94aeb437209fcf88e78188b701d4b2243ac5be7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b9bb7615df3eadf64501f35dcefa829934f330892801cbb86e9f70f5dde236ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6bb4c6c64852f2b7ee590a0a60db256d8dd549a4b141fe71d311bf30d0ed88ae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:837cd26d96a814814145cd0aa0cca672769283c499eec36c457ae432b99a7466_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:956ad866d891e1340f630b9cad6ec73d1fc60d4061d4c63946ed714900388a3b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:9c91591eddbc058f05d052e3178102b28ebd25c2c9cb796fffd5047f5d413d12_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2467815"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the HTTP/2 protocol implementation within the Go standard library (golang.org/x/net and net/http/internal/http2). A remote attacker can exploit this vulnerability by sending a specially crafted HTTP/2 SETTINGS frame with the SETTINGS_MAX_FRAME_SIZE parameter set to zero. This malicious frame causes the transport layer to enter an infinite loop of writing CONTINUATION frames, leading to resource exhaustion and a Denial of Service (DoS) condition.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/http/internal/http2: golang: golang.org/x/net: Go HTTP/2: Denial of Service via malformed SETTINGS_MAX_FRAME_SIZE frame",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Important denial of service flaw in the Go HTTP/2 protocol implementation allows a remote, unauthenticated attacker to exhaust system resources. By sending a specially crafted HTTP/2 SETTINGS frame with a zero-value SETTINGS_MAX_FRAME_SIZE, the vulnerable Go library enters an infinite loop, impacting the availability of services utilizing 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": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6f86d997faaf61c874def5a78cded319a188c1babbc4dfefb91a29f7e0d7f0fb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:73bceed99ad1b0bc99e66ab8361037e4046c5212645490161572fe6f34de98b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:babd6b0e928bb674289f34787d3aa536bdc4c24a877a5ac9311f21f0cc9e6224_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d00a12f6c4e75a2c93bdd135eeb742f42868b0186d9d03f318c885407a17e439_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:12047af5271e61b4032c04c98df9ad54363d6beb13b36f49085307705677e345_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:37e5fa3bfc88e99fc78f2ced6cb4a99f5099942e40158dfa6940784c3d2ef95c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:54d10266c83c4d5fe91b013dac51538493ae4a4322c925e561c45316c73b1e2d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f799d506fc4087aac0eb4b2c2d6c8e511b598c6b3cdb1ba5ee470b787759fd8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:473d595a495e4656de14b1b22456ef1ce2218fe39d02bf738990c0be4cdf5440_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6b3fc95809e8ab1be94de33cb375207b4302f93dbfd51f2a67228025c1e304fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7d0a9db460cb1d4c918f87a02979048f170f5e692e83cd517bb9b3271aa06dd2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7f1e2dcfd02a6a5fc56c6665979a8981f11144a5bcc6419feae3964b190583c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:652f8fc874b95a56393f14c2b56a63faa64c04f6646c1786d07eaa272a9acb9e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:94b9c011744629b1ff6f230e25f876f218ed59d55a941377797f77cdb7c03e1d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a178a796ca9d32ac59faa5eb9a6aea30f1aec65d88f89080f57ed519a7983f05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dc8a79297c73782f5005075332bcac58b051a07d2b35626323f9b69ee5f4d64e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:40854e0833b6cdfedcf275cf716e58f3cbc5c44be313fb83ca3e909bd80d0b08_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4d6a10dcda92c599f52977c71208222d166168b29da4eb4727c466e7eb53cdd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7be4c5ff86b0e939ee9f22156812fb98d2f96c1eb4567ca8a6a01ea3aa735dcb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:83bdc9fa5d3893a973794dd7162bf9564ecf68ce44814349a621cbc284b9e61c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5a9889308bcd1c3981072c83d44206d0c3feff059e0a2029d49adcb974674c95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7a715c7e2a8f54ccee42abf122b0028ed19705f401248d8c38f785d960f1b116_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a67de487534d03cdfc180af9d235edb21c5cb71e1224bb5041fcf2b9a428732f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:b3780d23a2c384ecef73c806cb20d7f97bcd11c12b6392c781c0deb7ceb55df8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3472a8147e06452751999ae2d041063907f275ecf429dcdcfdce88c8a19a17da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:61155741778188324e0616274f067ec36723d0fb81d84e9715f72ffecfbc92ca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:adfe8cb84a5f0a241fe69ec532b7092a10cc274cc3aac2b86f33ac8e725ab2d8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e704c70226ec4986c16166ba1ca54b908d1b6d9ddd47640bd5ab6d292f977508_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:167937ed04f625a9cd2d0b8ed6048a5cb7b6d435bc2d41775d7db4dcdb5fae95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:176feea3131aada18df5da44af30a127f4dff392ce8ef57f7e0844969ec95923_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:17afd4ebbc2a5233681d4cc1774fcd70dc932bc10006235b11de8dcce826c2ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d3a98e507691edec50373d79ce9df48a71cb6a19a75c9276d0c5905d4f204b39_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:11c2a1966b0632e85caebc4555e3e2f726277175b27a63a5e854557499e0c28e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7e649963b5c1e2a7e8813569368eaf0ded5e544799d561622d469b03b9d93937_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a23fa7969c6a881648ba03ed1a13692c5db21b79f0608d841291ea9118548ed7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:af57ee131bc09ce55ecb3ae13ed7dc3ce9607a7438f0ac5a6e64bbfa000546db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:407286c96b6e9d0ee4e8abec2b06a5dad70fc69820a00deae47cbf3fcdc65a40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:52294a05713b24485ce6d7d1b867081da2f01dc008b9cd052bf8c4c37839f581_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6693dff44dcfb7e6fe67f5373bb73d84cf401d20640c959375f20a24d31aa697_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f65918214ce906cb5af9a59ece43a36870989c579ac1660a2a58f9536a79d9f9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1369aaf62d9d273eef766c42f7015d56152f6b8effc50dc06d75b1bab38a20a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:47402101d62f418c0f6b8e3c6e2367a8c84f5151a0204f326bf1fdbe983c603d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b519e10d4cb8fd9ad126a36fb864d2f29f7df218ffa1b3b5f222e0befafbe360_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d70f848ab6450690b8329ae367ff2e5a3a5b295c073028dff7cf810104c5be5f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3a7af87b46058334b97531a4b1b5cd5be47e2ade8d74497429529bf0a489b275_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:97313aa4f1c1c9aa51c77a153d0f0eb35cab9711b7f1465b82a636ea44e849ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:ba0927ffd76ad6689b808e734038678c91854ca3d0630613094824549f8a150d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cd8feb684b9c70a4ffd7077e19812273f333174a70f7c2b63d57d140d8002382_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:223df196f0cc747e52ffae9f3dd03fab2da3c72d5e3b189e3035d4264a08c6c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:29f3154c0b972730ae9a54bc496bcdf62e9ed348b73d98ca958a265717ccc2a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5e12029e90adf045a4377f4be2be75c879e57aca7aceffa2aef08aa262ae0f42_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e150a242bffd4437f92000417cad89969fd547b5da514f8586802b99a668bab2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:8c90e9864b3ff53d398f2451254dd3707868b36c6032d8d139cc3ef2cbd9084e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ae6ebf086515376ed35bb432a7f567f7bbb44b8d1b86773fd86daa387c5fb933_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0a0cbb021e13ce9d693eacc4982ece2e8ba4697f5d5571b8d0671d71824fd07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5271f6452a89fe7907b16f486439f54f0dbcc3d075a70ef446ee4cc62211b1b_s390x"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:0c95fbbcfd5c54e6b2934a8efb4f8523d1536ec1deef78249f4daebaa9d327d6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1b84b2a1cecab16e75947d29572008547922714207272a5dad8169d1ca5beab5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:466597e63e82ac365414c803f5ecb8f06a72374885eedc5daf9532aad16ac148_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:de9cac5c7ebcf3d43cad87758dd2eb0f4d6480f59bfb4112c224a4497aad9ba7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4ae516b98be8fbdb9b783345fe680c1d6ef57b5dc06b2ec3bbd20bfdb7c9b2c4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8f242ba3e0b9c57ecbd85f0d4c1bd67306357c92b53968a42419736c3dbe04d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b717614ee549be99c17ceef3d755c66abc983e821e04808df347962858e0da81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bd0f90ccaaaa74683b9bb17db0651dfbdfdf8f49adf0ecbaf8e83756d270b590_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:040115466e4f525e9f2386d6f8838c51f8e1638eb06cd64f071d4ae027a8fb9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:1a677b9d28655390d007acaa656997b12a32e9093c1c228778ef96cc6f4ca875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:39c68aae39089d044ce992b949d4e9961105711501daf3d4f0ba7e9981920729_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e814640d65f77818c180a706940337f8ddec8ebe4cf22c51a58a8b69e0f4099_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2831d7dc9f3cad92219addd21b93959900ee2f71e2d988fffe913a6f88dc7e1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:50f602354dcb223759d781cb057b4081a424d6a509178b10674358cc8dba41e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6925001d8a798896438ef1388f54bc29825c37d41f2f09a59e3f8bf60b2ec6af_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e01a83cb76fca294a011e022ed86f1da8cde36928096422a440bce8e42fbc8b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:757ad9e0c37b861340a7b2269b068d5b0c6355322eb5f5898a856fd9c4495b16_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7f68ff8059ae68d15041b8f38ad5ee5278289e1370d276cf7e78fc7e9fc3bb10_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:816787cc8c95a4a2df1416f09af6228559333e1bb1421ede0c9e2093444260e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f9bb9a184319c9fef278d3c6705f56cfc592c844f5c458bd20bcdc07c4230982_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:198f39ed50bbd835f4789057f9d7fd8de0962f1641a7f453dd90d68b5b2a4e7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:633ce875ee7bb08d9bf00cf79738e3e63cd6bf4de2d40fa6860142a301c0968c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e169d65b86f23d6424af5e7cf9e1d0ced58382128092821676196c0a05f91da6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ec2586358c34d0130b00a3714b50c8b7bc33ce915aef6aa79eb214d38202f37e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:13e81e4c25d8c789ca15eb4e84f3fc531a50b4dc0d95fa3573e002e3b54cad61_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:17637f8455e0e17bb3dca34545a26e881cff3e1444af45b9f45c3e282a252bb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d2dde1514fcf3308d1469a0af6727835121c4d6a1a1775a675a7ffabba8e3bed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d6376055835ac40728181d6f354398a0e60ca131d2fd8f41471ed87e974ea4cb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:0932891a63e5ec5a076c7848d5746e29d972f3a96058914bee8fffa4921fed38_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:472e977d39473b92992f53c0225de477318b31be8656c37bc35193789ab7a456_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:71021ecd15d688aefa6db79f817c11a751b51f6ea9f2e48781bdc49c6de98088_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:9563eb7617a4d3a9c22fefaf03a4ede698fea2621a68ad231cd9e65930043a56_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:1fbf3bf4990353e799dc271bb4a0c58b385feb2ee60207636a3f76544b4f5ae4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:7815e9dc63477803e7e8bb8a01ea83043b5503ba529f64db3c76ad1c4cf2f0b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ab22d93f277f9bb65fcb5fd9c448b72f82384b9be43b8ab525d2836832044eb2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dee02e09373732db94bc442ddcb2eb4d13095a04e35c674387d3df8ba23d67d5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1a046b24339587101462756592c87ae4a8f699fc2977a703e6d031e2022a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1db6c409fede3e9ec09788fdf286fdb0634de6b6e727ec010332f7cf2e462_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:bd6be5cf4063439e92a1264ce3af0ea6528b9c27dd4b26f043a80aa8616575fc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c955c4b9dce1b25c73453079a21d84c5a2e5d0b53cf6e351f9b1855f08db3fb9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:221943f7b65573c2942d88354261f93a01950be1d1a86fa853544cc4c283c027_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2488ca8b2a8f658f3deaf9a70b12f7aca159490b5e0861d746ca8ee5d2010041_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a3435c546844b61f456789fd315495d6bcdc2560756e9fdfc4b896cdf70d75c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:be2e4dd58b8ed72278bb2c014317e69185e2b19dce37beea7fec3798abcb35f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4da2632fea643a834aac3fd63bc51fc6b0d768b869ac450e6779c9f36429a9fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:56ab8a9553f0c0202a47d858e234f2672098514dd647502405cac1f28d14196a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:abe530f4e865add435da2afd379a3a11a4d75c257c2468a09bc78f10256e0be9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:fe1397131aa0d447366fd627b12582ed647551ad3af13375f8c281ab73745f0a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0857a5a2cfb5c277bc2d2545fb19693f23285ccf6b75144da8fcd7225e1df1c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:43b36fb1f7ad271530f5ee9040cac4651a684e0e08de2ed90a2939b736b565ed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:7f86439496ba6573ee1d61b5f4d414dfbbf65a95526cdff54e45229f01785517_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8094138e4ed2267cc278a83a1586922c957142c9e5fcaec62db531c83b79566d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:309b1dd27ce0c7dc332c7141e576642db4aee6076ce50ccc2930e824f02ead2f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:35322e4580b0fec862223f76e0bd3c95ad0af31f3d4cdfd6423d3ec47d6e25c8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:699bc772c8a648f8be7d6a5c32d786d8f6484e584d918d68ef8a32cb1499663f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:779afd8e0fa21d022d7e75e7ba8da00cc7604db1adfbbea879bfb1d0f8c9c831_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:49e98d0193f7d7b4347043f0655d350a7a0c0d8c8b850d95abb57acd13dd8ac8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63e308cebeea85127f584610f59cdc9b228f01b9acb227f2f6eba7fcdc29b1fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:71f9b47dbd3985738259a6bc9a5bbdb240fd21284a194b47bb78538f8e870cac_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:9181583c88b3be23253c76e277f140c0a1532c1bff7d62cd0da1e14beba1aab4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:0f96581804dbadea29d9ef9a2a952753f5fdf295670ea0297622214e2a9b7d0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ae4714025025642ff5d9e250a4715b01d933487fa8bf4eaf82629ebd6d4c8702_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:cdb096f05b664fb542bb6eac3cce52c53da2e4bb636189bb53f737d3075615da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eb9908581f71dbe01d8553e494ef022417196408e9fdbd32f08fe1f5b9c9572c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:08725f7a384b4e72a173141cb35fb67293385ed72d973fc4d497f3c0f0dc626b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a322e3fc620e914088fb5669f1459a47140abdf027bd011d6ff4e5b3e6b909b9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b950e80fe164f86ddf624c80210308a634929ab8eb493496ef86bff1c5248fce_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bfc663a0ca81dedf849e89b91feb3fe0af97932fe8a8fc711d7ab85b6cbdcc84_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:13257447171d38e6e99c66faa476de6ff6ab934c285a0d1bf71fe94dbe583462_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:23fa493f397748092cd71c41b9d83d19fad6a5433b692bc644e30af790cf60da_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:28b1c9ee4102140998781ebef22f269316d8c2be2254c10b4d7151dffb0d37be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:be2175c2c6c9d882e44cf10aa85f1219573952473e893f67cc7085bf0a324407_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:61417bc1ddac0bc97c786b5807c2fa33eebc75f7cb186aaf9eef2151dbaf75a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:73956194247e000432a8c5f7b78255062c5ca967745ba2d97e680a06f698f518_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fbfa9ada74c4875985fc4bb8366d21eb5275a52953d44bc6bc740d48edeab5b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a545c9c2fbb36296286f684e02f9a5bc337b3c3fb9c83c608c988c88455f9bf4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:34a8a8a4a62b36b5e0eb061db3d56905c8dddfeb2e7a7135642f947ce6bd01ad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:41c2ea14036c2f8639cf0dd634e327841954eff4529743fcd10e8475546165d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a884f443877c7a3c0b32dc60a79e1bcbe89036549da7a8aa4608ee2ac6460765_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b28e8574a1d3b374ac4a61ea4f3c16eb70d9ba7385bf830c8698f4490f8fd3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:8e245c278c66405066cb31e9d48e97ad9cdb826511bdb1104807d26f896043a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:380e3045135a40d202f330002512a5c499d8d2079cc38e5c0bbd5a2312820dd3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5d06442daad2c126259fa5d594b53329e386f560b77a475ccb0cc37148644a5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5dc0ca56deaa237fb0bcddac8481b45d3ac81609b36c3b7bbb6cff8456899208_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:aa669084fb336f5d89d86cb58aca73b88d6bc4b6505eac2020664e0b6abfff6c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8cb392862e1835b610757e822332074ac459c593e9bd60fb6b6f6d0aebe577fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:987afa1aa902bb85d7c2d96f1637bcd19bf21eb832444c98d30171bbeb746751_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ad2f0cda09211f3e0aff615306168baf808e6fefbf1f039c3ae1a1fa7050a61e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:bcac50d10432ecdb8bfe2b465ba75889248ee8595f23c5243d023ac2a336f3b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3cf2d6f464e6a2fe5b4a8cf66690b3237aefef0c825a687a548f81336507cfb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9bd17213796576ce4d315986dc0b271011c37cd6e9ed75edff5ba80c3302fc26_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3205092b914bc1fe858b2ede7642227e04f35d06daec4848fdbbc0406fab4a03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a20ecaad93b15b869fb321c7503adcddfe1f0f5eb3f0f6427bd363234010853c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:57259db0550547f85684c19078b9af82b6318dca0c00ef8da27de8c8dc90e305_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:a95676fb6c1cc1b20cbb758a7c9fd34e82b3e114b81b5c17f47ef303feca3d51_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:49026487ee6722c3d438c05c1c181a36d14eca2f0d8debee48e4a02db0486145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ee65002c4934842ad86197a89e838997bb87a93ddc9de3423eb2af282a565c41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1bb56a1a194ba6f64edcdeae267fecec590c14c85431ba62ee8c6b5744da3a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bf72f3bbed57cebe1deb7690cd7fcb6d371e526630cb386d13180726736219c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:81afdbb2d9fe212af38a11b4d00ac952a306e13f91b23b2a081c0393173c5e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bf8d63c933996abf39eab9406b3061bee014d766a58f4e27a56413652d319a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:4a5021268b1ab163318270fc9ef07afa8a29f288c95ea69700c4bf46f88e85cd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ea443d9738e4428b6912b47f9c1d8d05b75cf8b137f0f9a76f852418b33b989e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:00148cec706fce87b240d38dcc91434f3c167052d5860d42ca9057e24c3f35eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:7996dc231961eb51daaceda9598b04e4bbe7d0e4019dccf5adec8a14d6f7e1a2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5c70298b919a36de41bf25d870bfa3da4013d36c6179db3eb6dd2e67dd20bff1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:a64777ab69af6f2b6cf4b78e5a00148e98353748946991c0a6da7eba76b442dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d4b6a07334845b2938c6d09556cea5e0477d13d4be6247bc9e3fede2e46aa3ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d5e665b41152b8363b4b15973a7b86365bb2c047366aa69bef7e1c499cf4fd3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:1a29c30f85b9bc858f0c70ca5ed79934494d92849f23baa6c7f26f67ea49c57e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:70f95a8b240afc604ee9af621fc3b63adaf80f593f3131e7ed51077ed2c77a1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4d217b45b97c9e01ba3d54d03270be07e9659b0d4313fc85999aa49fca560108_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:634f48a37ef03dee1cc0c0626c32aaebb8f9975b4640ac540f02910bdb3b165d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:00f06d1c70494444172d5630c33e1c93c333a880520bad3a810f96dc69cced15_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:01ac79392fa7a265608b75458534bafb6e5d350f2e8536bb9de48566c685841e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:061d1b86afedd409ad4947a8ae59064f0fa92360cc82f640cf124776753ea3bc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9c7fef9c0e22e1721125d5b1312e509fada544e1d3d956338c3638aecea53dad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d3d951b736b910437255f3455b76357bfe0111c257f5a2d8dfe0f9abacf30fe0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f7feb8627754651663208ebb363a3e42e1767e16a65914148ce0507a77bfe795_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:23b0327190559517a3526d2500534542e9a397210cc6f663ac2b313aee902e92_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2911daa552328c8b01b19f91ad43ac54da18d343834c48ef35f12adff8077785_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:43960246dc7eb7bcef847c0d706bc6b0f0a407053a2cca7dfe27fce23c6d2af4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d05434d4552d2ffdd45d2fd44b1b2e2e8976a15f0f4ae59ce7dea73ca97dbcf8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1f7e808f97ad41f4c301736bdf2e06da73f2d0e3ef4ca838f0afd65273db7c8a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5553003527f078011d0c440f86c1480ff4e62b318e98ca2a4af97b42e5e186d5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:582a4e6fadda74e5c6c49b605b7967e9d6f25c84ab3de162c30931b1dcaee31b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6d54aaf9249113e5be1b6a87bf439ae778918533077a41ee9442396cda4d2642_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0b4378067622a7584c3be2e5e5d8748a564ae7672cc882bec0c1d6f4f4c28686_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2ba6c6b021db9b58614b1ceb9b736978b0e3396b04dda4518406b041448dd5cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7f7e406ef7b654a66bbcbbfa5326ceb1ddca4a0236cb60761a0ea48b919e8571_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fc403f7babe4eb16c770c80def94f34696b3a8ac55360b17c88edb11b9ae5a8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:775213a7b6d92d23694dbd1538727c84ad58c6b8a8b46587ff7bdeb7312acc05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a649eef7fa6148524b1f3aaf18ed6543f65ef91ad21358cb0af865401061622d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c593dda5f85469eb4ded8cb6c4738069d48a144823a070b83b58ba7772ba0e90_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ffdcf3c2b138b62cfc84d9916799812ad73fcba9c3416d7442f3686417c85932_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2e1e514d9f3cdf5f04ca924fa98d036988ab47259be5df67497931321634f730_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:32e93e986bbf92dd3a3e09f9c76bed29334b5cf794e18b843f81522ccf43697b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7bfa1c21aeb7971fa978d49455f4b5dcccd4ccc3de147ef47c32e9b74bcaf2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:dbb5abf21bed592282f09e30ba1387b084eb028bd931df5609c07fb8c09a0d75_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0606de7cca514d2b4ad9593d7f37950512741cd8f1597b1f83951aa7c8839268_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:116474d2dd37c159032b15ff856dffecad2ef0ab76298bc43f840bd0245ec78b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2e887b0da3269f28933bc5af839ea2df95b7aeca3993cb31b0a1c92e7043cce4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6029166a01da021523fc720ad70fc59f449684e577f9f5a36e0e759a39d0a28e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:849b8be9f7fc785a70451c1c0704501e2b449650acd23d450d145da1a760c166_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9c5d6a2d314e840600ca6bd1354c7dc6040fbdc216166418485d6edfedb27ce0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ba10e440e514662920d68ac025d5f3841786a393703fc2dc0ee21ff1d2490015_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bac1799b133fd829b35ac619a25a272301816494e83be5a251f78a50e7fb2f88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0469874ac135c41bb590ddbac02428775083221257b6904fa376335610c4acb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5823c8fa1f1409d6863dacda718e35b7afd2915befa21343dfcc68b6fef7a9ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b38d3723f2547dc5676460e3738420e243c6fdf7be77e54d18657efb9668c438_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e5a5e4c1a01ff3f5d694ca26dd248533fd463c85374c25ce1a9f4b7a60deafc1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:19f94467c811e10882e30eeef39b1266b83ee417974aaf62f75738d51811cbc4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:47487ff8d0cd813ab3354061caf319dec553b1cba9d5c1045de710b8a6d0c51d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b3a0104cb85f1a6965eee44fef58983637839a1f97ddccd737704ab41cda3a25_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e8c72b610288bdc44492ea0a5c2fd66cfb1673fc06f6bc66831fa84c96f86543_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1a9333d29d3561fe95488f3d80136d6b24b4a2e04472d37d34737fd1032a8856_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:705d146d458883660aa0b673a651d05d1d1ad73bafad91e84755118b82092ae7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b9265d767c8a6786f12dd4788377f1a316864863a32de4a4ec07ffc8b874aa00_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e3a7bfabcb96924059fb7906be97a0ebb1df35c6cad39a7968a6461df0cecb31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5c015e1a10e5f14e82e30ba41b1ae6a82cf5cb0bc631f5137d7637c44a3f5b8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:623bc4c74b05b46babba7da628809bac05b48d8c4055648e88f0db57c1bb0e07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9502a32446a8828e8a1887edcf49034e874ea0e32ab5fdb738ab89e77cb5a472_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ec7b6b83c8e934b66505e8051e183fbaac54e78abae5ae99077d4e5e163b4529_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1f15641123321a662f676a46a24f6c8066bba6e3730a3c0d0eca3ff8e548de23_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:85070876ada5cb86e8c585f3ac3114d548b189074723a13ec5d6fc6be25c9964_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a34e14a715bad1d324f9211d95c56ed387ae51b24b21ccf931c12f3f7b3dcbaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e12ce561e4cad13a5d08e8164060bb74a309f66047279a26dd727d34ed3dc16a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:67789c239f82fe3649ab8c0e13f920a788a3612d15a78fe5986a852bb2d11a0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:80d704ed310acc3015748815351da4b54fef2d8b74d7d4b03aabcf9fd7e60b38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bfbcd3f502bf336124261fbe51f19e7a4cb9e9132e07da62354699b30cf6ed24_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c1e371a0057014662b91736570bf25fb1211ead7402154a1149dfee9e55b994e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:175fd0386d9a4e064fa760f23ecfb45ac6ae3500e5a50acac0660d06e5b7ecb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3e9811dcf3c528ae6f5ff86659dee1a590c2b53f7af1a03204d06fc3dc628fcd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:68af6c6e7f51523ac223f4e25955cf3777f4ae5b601dcca7c6ec7e2dc0de0782_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:8f1b3ddbde3e33dbe01816bce0cce7d7bd196cc04affbe606fecfbd8ad7b8b17_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49699de68bf38c34edb696ebe4f9dc608756382a977f497f6713dbc7b6e1209e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49c32ab1927e0969508b906c14aafcbc64e6eff7680b9a10812eca4f17787921_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:86135a8f7d4aed36e7b2a571b431b29eeaac2bda02762eafda3e22a62a7a2d6d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f2dac4ffbee9d028b26e683b63a9f033ef8609907f6c498d42c447a306e75328_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2884bba195d4d635378b0d15efa54991a23f51bcf4efb1095b478f5cd9c34f46_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:d84853556ede64db5615eb4d826879c744f7ccbd92c51ecf392a686af854ec11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e05dd48fc4c26b5dd822ee58a2af27bccfd0ed28cc959a6fc05073cec6f7c9b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e202635a4a52be92b47960bd8ced28634111416b220cca5fa7f86373ecd1210a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ae36d953c8c7f73dd78d620f94a0335ff5fb84b16ce9d2dbadbdf3dc5d66f6d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:308c924c44c35b39c66b429a15a0343a47f7dfad62dceb76ea7acfc85e6bd973_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e132f6b0a6b4e2dc63561c1ebaa0bd9fc669a835b0c22b0d56599e3da870231_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5216d36dc483b1368a03e00dd9dadc7c75de2bc36ed98cd7ea2b089cbe23965e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4bc11f6ad7c3e9c99e708f7ef5a01b4faedc8eb5d2de5b0cbed502395958555f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4c04a50ca49fdc521da592b9c326e233763918fbfd6bc97e001e0e680ce24cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8ba4aabc0e1e36c3ffe66b55c67ab8c305f64aa6011f80060c5d95ce91180c5f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d259704d34b605abd3568bd4c988bf9e831d80554ec2d7a57e7c39a70daf0140_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:14c55985b9277766e54156139f0949d1e3e5f756ade34512a3d5ea3dfed2c544_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3231ec9c296798f11aec6a285b0a8f7c5cf220534d0525afa59c17ab2464abb0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d8767e4d0b2c8222748319f05483bcefe50388abc182a01f3ca9dae3c80dce44_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ebed5c3d8e112fc5086208b4b4c0aba054a0058f3fd08b71b129dc124fa00f99_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:26dccabde8cc0d1ad45160677fe240b3fc098acae82f6d095fad08b78330453b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a168025d531f20656997ae845a4930919d6805b7f9374c40f7835a93aaa46b27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e696a8bc54ef8a13800b2168a395d2cbb08678403beee2dc52c56d04cb235759_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ebc22890c7759ec9992b64dcb0e388881caeeae333a9a84a50dfeffe27e38b49_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:09319f1dcbe090d9677a43249810dfe5b3eb165aa3f8b473417e0913649b1556_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:46a37e99da18852f5512235589ee86dde0db6c09d76a49275a8004422b9ec303_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:535d1b713587008fe67eec103cceb54471f5263516f5420589cffe1dea02be93_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bc614ab102efc7dfaa47fef84c4783da26548491e4c43257bb606a06e8d155f0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:08cac9e30829765f182624de9e45e59b40884b8c39cde60528dd27afa57afe72_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:13724dc9eb7247844e450b59b8cf3af5e5f486e9558942836ab60f74b9943291_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3e1a80763f76f622b5ffcdb35bf2dc20ce1e9c06c4f5f6bf0ae06b04134733b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d077c79741fd0c481fa6e1aa2c479b8c5b380b1d1f163259777c8c50be257709_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5e82ef0b9ab6d4e3b7431a7611bc563f356385dd8927855e6090008685f1549a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:62ba53e306331c1b20cad27ec31cf59687218f4bd5908ed7e9034559ded04b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7664e74786778a96606757f1de215a4a9702d0c9f7cecba7bf8028884a7609ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7a967f88faccfc101b9388f8434d406acdfc85d7d682f9ec742d59eb31074fc6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0e05cd1eaa2b9c558d22892495f090b6b51a316dc56d85ae825b6fc44611b6db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:445fdec85c2510c8a45b2a830ead87136bbb80bb9244987b4d6ffa5858931926_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ccae4f8f443ba6806ea33105d7dc06002d58914626cb9ae57476b29193761b53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fc0becd36b6fad4911a5b8c9a4693320918f7f7e6336c2b11a76adcb6d1eec36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:03d66c724cb647d4a613bb48c9df6e9ffaabb68c8af5a4ccae45365e32456470_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4b9510fdfb45d2561927843dbd7ed869e2f67d9636e59dfd0c3ee640d9fc601c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b3570e078bed53aa3e435443bffbd12a7b259f8dee9d18c0d79b55514a547b53_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fc8e892ccbd8d3c1e737fbaf8f02b5fa6bbbe242780c9cd00fbc5e6889d7baee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:266bd8400632ac70fc6584e4bb2850ebcee7027ff7899acbeca612c6556302a4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2c8f351447fffc2133f339c6ab3a0bcd9bdfafad4a4cb5b7dd2abc32c6056a92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b8d2783a76f514f9a4e8096434ac205e1d82d09da2d67fb930a1b5e4d8089e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:74fa72db679ef47f9a3e3459a90dfaeafcb6db73dfe15b8933767e2f9d19c448_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2b5964f6cb078aba05ada42f0c8280dfa39f9f80526932cc5d41410922e4e8ae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:480b27e9866ca8dfba83e1accd427d4f6813f4fb7f612854e32bdffc10d7d5b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:91c7fa7b70f2cc82b26ac16f91ea084e15a4f5dc64f254ed878c25dd1170c0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:edc297cdb2f670aebc1d3561d801840ad029e8777ce45724066e6891aabd60fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:443e0dd81ae60896d31f07ab49611c5e0629746824df094ce28cdd3cb0ae1d58_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9b16561ca87196e3dd9330184f7abf25e97272e3c47d2e8d594e3095e74f815b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9ff62f63d487e25a750bad29314955effd17152bfc534ff698963760a2615b0a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ab506c549b676ad9d8dd179e2ba871a12f2096ca2601ea2a1f2605ccb849dc6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:08758e6b81d6679b095a8e7fa323870eab35fefc05e525c6ef810b6cc0b3c0fd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:af87d24f6540e5c98def879ec4ea8adeb5b138e41abc126b2c3030c5847fd0b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c5e9e59a08d8940e99da6bc568269eaf71ea8db62dbff86a7f6fb5dae861e323_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f5122187c85ef27f5423ada009d800afa4800e32ad1ea3299586fe64cae8e38d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3c5078d135089e1548b4dec49b7e78658279e42a72792a988447662534b6516e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:56158ce0af0c0eb9709b2d1a172201bc795ed6e5075517b6919ed1302399d6f3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6720c8097a398327f18a5c84c28f6b58aeee017199c2649649a1f159b8365838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:89295652b447f42c6a0d6e1299f63b04016f10ec8faf6372357294a14472e426_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2baa85e44cc4ac6cb825103508c5bd74e348609eaf53ed42c6d0e045dfa62772_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:61283f1fff1f8ec53563012a5b1fb5a48831f0a220d3676b512f5a60b331e849_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ba258012c0832c57b29785be805be44f0b5f8eccaf76d82d7493946806eafe5f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cf3bee6414a87e7f907d30047ded274c488239af5b1f43ed717ac2cede29df86_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:993ba8c1dd84e486fc4084a7786934c356a9b12ae86155134fd1a1dc1e5e3f2f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a64dfd96d3aacabc8f219d19e6d7eb0c1ac5b68b49eb93fcc973d76e67ef1d34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:ce306e2cdafabbaa29467e0cdbf316673d17180efb604e683a7fd1ed7181c6f9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e6748814d950e6f5e370dec9cb7d557fbb0d29ad3620b567840770be826a601e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:04d418560f90c35b42be67886632615d62dc89cd37fcccb6e247212b535fbb7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:40eaefc42c0f0b5adeb47bcd463c2e2a45e7f3af1c0fa4cb3fde9c5479660c4f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:545bc2a7b32276bec515f338aea3a2976c01cc787a559986646aa6fa26ad5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5a2653ccd5dc3f59a228ee8b936460575e1a392d12287661b1dc83a9f8210033_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:12e5e4ea4d19c4dcccb35dba161fdba8a703ba6331b11054e4664818737746a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:180e817b55ebfd081fd0305f63b3e0539fe8d13d1ceb8428ea21e213779fd056_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:92e8693b9f6955f9862c8b576f5e32bffc3bc34232511fae0cbe57d705bfc53b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e5b5d4750a3ffe24b1196255d4cfe15b21efd587a41736307ca8e4e61a4936fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2ca8a85fb07b431d97ca6a3e3c18f1cfaa20883c7076d6b5b4e6942b632f9aaa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:559af5a310f0923dcb4ef9389c51c98604cf44642a13e8ccb46225b4ca268580_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ae056c9c8e0cdc6519ac1a9542781cd54ac2ac8881f513e965b57ce7d1e5ef2b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:deb92b50d5948bae13db37a7046d9b212dbfd3ddb1063ff8a5e5467f0cab203c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0c4f3cf84115f8c9b9bed6b2dd5d52316eb3a9e670fe6b9e28c2dbc350392e87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1142ce3f8a3c1c2a1c7dba79ac2c3b276a45fc6271ad9df9e6a5d8684c36da2a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d9f2c021c17f1416e01ba31a8823b7a87724fd96d7ec99d494981842b5d452b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f3aabf75e838b4a941f64a7a322768729059346d7578ecf5fe7ce27a71876fca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6389373ccb2fbe1b6385ea21dac1c0ca918bf9d3889ad7a738de6be5d7ec4272_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6449fee9a31acc582bb85e0031312e3ff07d1f1843a1c6c410eb79cbbec1ceb4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:751f007afae9f16527e9039aa95c2ee6efd2ee20afe3c083ba7298493d2406f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:afc11a340e28d4100c31646b705e8db302f6b0a96ad3620e07391f02a70438f1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0673d2034e7e5fb412a171939379da14e9269dad7bb53e83be7ecf8233b0b5a1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:18f0345811215feda18d2b63f679ee870e76b33e9f61042d93edcf36fe97df95_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a2d247eb696c80e02bc8c1873e8ee0fb71a1e5ad6cf5cd84bdf504f4fe17cb10_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c342b14ff399c961ce05c1af127244b950b8e9d641ce8752f9d0f880ad7a672b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3d9fbc97d13987f28ca76b3e238b540492eddef0f302c2dd958c1b0d05e10941_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:47682d4e934d597aaa1e809011a69afe93936fc629ad3dd1ed76dc7b073f7ee2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4e8d3460e04e85a3e01a578d492499376787c85f2840c97821f11213862239df_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d7b99cad55a1e1d380d30d0d4a61bc5f0cbf3a87223efada3e69bd9b0741d3b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4849bfa8a48c7e7d264fc6ea9097fa9d33da25f75776619976e3204b42026cc8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d7c3f5ce57c0aa25e13ba9484facd75c5a1dc3caaf9be4d0f273243e7ace327_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:78aef6c20ab3bf78eeb8b8a857ca2a24067d45cea0a070c44d3fcedc00d4efbe_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7f33515dbca04230d98550ab638efa87389629fc7d913c8ec42e4b5bf8a772f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0251068577a1724dc777683dd189468ed77413b396614a117dac6b4320b8f01d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8812fd85c74fd67a95afe09c2ce5e7d592eec1e25fdc6fa331a8bd41bdde0cc6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:89e0a7e0fe060abb45a6f8e6ed1906053c09f95c252ca7813175903db61fbc99_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c3674a8f28935f3140fad744b5a178a8346a9a7f79f6c281561d2877b38c4ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:13bc0d4f7d4508fafca5a3bc61b6449a056e277da131e753c06cbc1bb7781b27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:993a2a0b3f84e071560f6fc1a3ac243fa745ae9a7ab15febbe1385437dbd3ad8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:80fc518199cd3a1ad421b142661f0a85679b12b69d0afe580fe60eb6a13ddad4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f069665c66c19d9775b70a31aa7a1069bc653691f6abf106a88b2ceb8c0e1ec6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:13ef0c0585b01c56b865e029d029a553b458fd2d3d0204eb6dfba1bcaa11ac3c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:599d33b55e88212202b15f4344f7a18dee4f4504b3739d6ec99414d05bcde2b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a751f1f0540505bea087d3ea9e6ba798e89d5deb772cf8e401caeb3816a563_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4c26bc366b267d444f448a4d7bd5a0d26f84bea653c14b261a829669d888cf88_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8b67087a584a2d952a6e80572686412cc8ea01f03ec8d70b56cb8a24a0c5a3c0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ac1123e890f0aee159c9105e26e1f1ed3ba5eb3ea66b422b281c3e9465401c5c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0dac7821ce2a3a5a180f53f381d9e61484cd8c5efab3c9a7dcc70b5783421b64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6b30b39205367ec985c4a9d948e71d378b9483689c3ea179cd0f2476b9bfaa1c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:de903677bccf645889ff7968ebbc052b14273329c0765f7faa53b0ca815d6899_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f8392be7a6f5223930d53ed6d127faf727489b8f5ebbbda6b6b437c529e3c812_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:02ac68c83db9dc50cf6280a418eed9261dd2182bbf51d16fd143519e49960b17_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3746261c5d4744b13d4704c822fd62ce1f486010176fdb3bf95512c72eece73f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:85e34da00bd6d290c04d8eac32f39db59b5f50fceee9b248b2cbe27bcf0e7e5a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c343b119edf863e179df865ccde0b665b87087d78b20919aa5726d8fd240b344_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2026fc52aab5a6d7766511080699112f32ae4576108ff95b0eefc5d807a14f25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:21b5298172f4de1e0074c4abf5e4abf27e8adc02bbf7ee49bd3388f7127d4901_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:42f8af9bf66ea72846b7f7e57652725c31b01fc4a8d39ff7e7882075438c521f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9c5711087546b1ba7cefab267b8aa30b54ecde5926f009518cf0db974ff84c3d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:373c4b7507a978e3dd62e9ea629d1e397b1f1db682e11ada1bfe5a0b45afc782_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3be306649df2fa3cc9f30e60ed5d947fb0678b0231b617eafd3b1593d10feec5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5b01a896101a5189740f84cb1a83edefdb0dc00288dde725ddd0e95480f8e1c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:961dd87e559779e6338a4d3d35c96c0ce6ff7cb9634ce32d4bf848032f4a2fb7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8799db20cca7be653bae6b8ac5adc1d628094eababe740beb5dbc27e05346872_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a36c2b308515a293cbcf265af68ecebf498739e74ef11016d5c0edd3cf47c4e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b86631d6601578548af20a28d132a0503fe118f53d7596a5632ed24ec5a9931f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e867bd8b76b5bc1438a7be88a30fa7707edbb1909920a1d4d1d0da0ddbebdb40_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:313074950c6dec37d29a9722b58ddc951aaf67c27b47568039f29f02f2523128_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:43618db20e6f592602096897bc89eaf3c58490a362e91e3299e20bb2a02827d9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:705f4db2e969d23205de87db1bd7dc8eb1ade64a76940fad950fd1a214dde6e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d2d5ee5893ae16784051d9526c1feeee3c641fc3e6f337ba807744551c00ffa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6ae5cfd48e788096162bc4517f0466bf526f16c84bb61072886a64842856c5b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8004e7284c63cc32a05f6de732791416d57d62db041ede2829d4797139094292_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8137c3932f344ce587769bff04355ad405b6ff27009bf23a221ba52f3da56e1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ef15235cf21f0fbfea74089f75471b483a98c920b65676bb6199c155fb61e929_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:149cca2af3f89c7d1e105de81bbd098c66be5687f18a584b644f21d0be20f414_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:33fc93d5cd30760383da666e8effb6ed32f4c8f2668da36677e98c1801ef4f5c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f9c1ee7f72c926c45cd76c12046b867d9efd7c3c381f34afeeb9b6e97751175b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fcfbae71f81307789bec93987c4523700c191a66663ce53e4009c5e0a8627826_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:04fe8c19bee4b629ee7f18a13dc0b7f49d6a4b6e19d204de90b6b2240b0f875e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5c9662139f98817aafe153a43f700399781d079390d5ad23d3b70fd6ac5d370f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d1147830f896fd229aadd2b766fbb4c8102b35a8edd4d8bbeef4928d89cdbbfa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:dfd0cdc29bca0a2239ef203fe7b58efd97ed4e72daed6609e22b20babda395fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:48b5d06ac4b35c2a7bca3ba2abc39e3af1eaf4ecb19c720d9b6e46b066318414_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a6d7d7df9078e9d1cb0f12f9ceac12c96bf2cea03a9085b23c3e4af6a456b51d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b757d11e5dc51a5822d9e30e97ac142cf004fffce87ba2e58b8d62926127664a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e61ed19beaf8352dcfd4b9478335a364263cb9839f27140a634a217d87d331e5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93baf08acbc6875eb2b665a9ef3601ca34b76767cd70a172dac7237f21b6958c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a5f2c2debb51b8aa926ede417cf9fa0e4ebaac4f5bf9e770db55a25902a4a3b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:dc97d5c1aa80515080b2b4d16fb08ee4733a9347eebc8427f10b7e70582464ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cc1559af0d7be472ae46be4552fb41e81ad804d73d1444b92cae4485118c6773_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cfd5513afd8b2b5e22d5e384a7f769f9c04709d853feb2f91ef667d804cf9a7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:febf2fb95748ed0c440e6acb72c40d609ae7587b2665cfd7145c878a2a0b5783_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1728f980f3ebba7e48bc0e8cad114db1e0c06f692638764e30ab990f45c637af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:41508513986b369c2f89c64af84b3980b16bd2432130fb122d8c1346f0602894_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:650f08f62aeea4bc954e69ed88a9f2f14d3c8f733c155d113c0c58b7154fec4b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:016fc7e804acce7a8b8df0a02bec320c32f9ce6224ae67598a63992219a77516_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:081f9cfabc57aaf4d19df8b496613d8aff54ceb265634c904ec7765c810b4553_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6da3ef092cde7fbaeee01c5d6bb0ca5d52af3ed8de458ecd3001bb96262c1ab4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:035d07364444ea963d64515420fa4005adf82c44b575555a074149f67db50567_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4e09fb0bd709d53a0abc6326905cc43ee36e6e4ec5e20108efd1ffe585b1f2de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:53a5f81aefcdd57ba33c57c02941803a072ef3f1b8467baa3c53c7e073a9ea96_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:cb3d2ccb57987217c75079a9c10f230f6a7de9ba3b0fbd87d8d3d5c71f8c94b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1d63a1d7ba183c49c69a6ffe5a4584de5282029b0b2c2f3484b4f4431e2ce954_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:441db8762a583090cf4325377b0ee75838452a601732bccf4dbc57f26f6a1a90_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c5c52612378ce1f2577314e5723642237c9a361506c448ca80d2a0b56666a1f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3b9843a117d6a6ae28222951e1a556d3888ceab2ff75a082a06343c8030a5ed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:236fa2dfd935db687e786cf827d88210c2f586d2d1a93e610861995908bf2587_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:647704923828c83c6ed3810e3c4d7456fcbe378516dabfac30f203a3bd3634b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7638d755fde7fe6d3c004a6f0f7c761a9fdb75a3541f19a792c3cf8e8bf473d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d2eaa5b8ad9464732265b84128b5280d725feabb2d4b4cef0178a317add66c39_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b659f5c6da6f73bcf8b2850f0172358816bd68fca721b65a9a70569a94bc90d7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cc867d49602a6ada5de7a783136b6463c4d9adee9877ae1966c016a08ee8e87a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:6fa614240bbc1932f65f8cc9215d2baccc05dd1cd5586fd308c44d8a94447a45_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e85e957fc16a36b5964613a99fec1e7299db9bc63edd86ef965d879a081b64bc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:14b02010250fe10ca57b2dfe1046641aeac31f92e5691c067b3990383967f0a6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b6b13d29b1cb9c9bcf97f2daa289669bbd9ea501430e51652bca3d50f787f23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a8ab293c4f3c6bc251bc91466b7586e5499b6e198cff46e50f6a65d97df60f7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c5d781c35cda14ab70d4a5bde3bf72df0a3956f5cb159645e5337095bb71c5ca_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fadba956181755cedd19d3d5b5ee3da0222daa1dc609b629c900a0052a4cbd8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:2719589f19df23634ec3f6b578f3fd2e827440675b72a69b89c9d78b1310f98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e1fe563643282c027ea829274a1945458cdc5d079bf2a2b7b0a9982a5cc3720e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:28d64f60c216f77e3e006012a403671463b9dd90095e19ff2dd027def6abb511_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6d681aac67e08e2ecca32415dddeb47df6191a99f7a8d7bc3bf1697c6a26c1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0d31a90914ea716508caf180e30fb682cdd8066da7a0a31752be9d86ec9c777c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3ef5a3798abfd3d9ec1b6ebabf3ceb32fa4057072b2670793ca119f556c0897f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e2c62e4b87e0536d15ed8b4f2905930a750f770d5c6d0168de6291d92c51f9a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ef5f4d7e3c872acbc4ee48bc91b5835dfef66a698287a95836344c1587ccca69_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f5f049eb01192eaca548f3585845ed6a530934d2eaeb422fc78b657cabb1f57_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:740b0d9392c76e433ebb7762e57f156a0e2ea1db37ddaed2c5b8044ca092a357_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:da9ebcef147e8d9e84848454fe2b8e259bb549bf0de88ee960fb48f6c8051060_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e8f942ece24d15ce0c4a31f731f2060b6e3874a2f486b2dd255c773fb1a55f46_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1b4fa4d6ee3081f39e54b4f910100d210da682dbb0f308f08107ac44e7338d3b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:571a51e1eca0f31f273be8cff7ff115bdf192e14f5d510705ab7ed423fd5d9e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6dc96b2e8156e7e42f758cc28302a2e94e8b3888970d03a780b1732375e728fe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b91654b9aaa85e13d262d21b949b1a96b386f202524c2e8d52ecb66c279eca8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a677804e422590551f82a17e61f64bc03d5a8a42a695e7ae8d9de5dc086924d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:fb7f225a9221506e6295f7efdcf44adc33e5b971c470b5835b0ca3c42ee1942c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:107c9dcda9632516721c41af941362ccc316d25661bfb13a7c4dcfc2ea4e1c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e75d33740c576321707835258793fe2fd257682099348a2a067806e764e1560d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3ed82adddc3da003bdb272e2a5df0317abe41512179cba925f65fb5d8f7c2eb3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c16e4af4e9a79ac2f1fa632b20e98befa9aa2953ef241af186edd226e39150e3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7b6c16881c71569dbada90e320379c2159ead0b0ed2fa2113e065b361bdf2413_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9533dc6817f01e377ea2ff7e3aa4447d20ab5d016d9145b97e0cb9e758c9a8ff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1285e63d6cefc0454a400b20a6e404537a8d57e5fb9b5d7ff1a75b61555622fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2ea17afe64ff273c9208892a59773c1dca248367c849e805dc78cda228aba29f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5f33ae81c766b0b7d9c8411dc4f6a0adf760221ed0493a99f1bea5dddb5de41b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9de0bd8cb41c5324718c8d8f275c612c0bfd13b322225455a1142dc76bff0a01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:2fee175122b1e3f74cd8976af1515c869d096da0bc4f5e9024b31a64cf88896a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9ca16ca048f3de4a5d9e6b6a38b55bf0b4a994bf7f7ccbda8c50c02bfd59c871_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c42a4deb157c31f6fb871bceb8c4401f44ffb490404591ae36110511f933f72e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f6d5c31b12c8a1a1e8316f258ccd254bf6bb8e49ae8a175eefcdf0bfc5c6047c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:204e84b23aa1edaf66f10a49432115ecb4c3e8fa34472a909e1c9a7a0c3f3947_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:37f226136e439a1b37fab44e06ff30eb22b1ba8f12eca9e85f59936c3d58acd1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3e385fec20235fd68320dd564c68770d91c5c08a864e3de41f3800937d730334_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:878a0a7473a69442dffd7c19132d74b29ecf765e3499d29f8da7b1de2ff6f439_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2b51546e56d1893aaa1b68c4e6ebb5479614d0402e840c8c850702ffb198036b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3aac893d87e5c39ae1672eb5ad48a0b9d02b49888fab57f8662e6dbb3897b660_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c5bddc80f0ba0e391b336de8ead2442d0dff227fdb8aef1874bc3db3101f7048_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:dca0c7b1c7ec76232b3d5ddd15c8716e04a8384f0a816217dec544d667ad2e69_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2551dc2ab6fddb6edfefc185f7b6d73ea366ddaae4e2f79d554f0afb79aa54bf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3cc6eb31325b1f9c9a2163c570ae1c3d4da7e7dcb0d761a0fa775b66fda9dcf5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:569965f29f668f02a342c0c7b4804bdc92354610e9368ba42a3ea5cc3172f532_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c4b2b0855c4ba25e150de01e54f0a84bb4c6c220b348945742bc0c18cc6d7dbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:01b6587f8b9ee398d34ed3330bf0bdbf2dd01c2fe475ed4d44c547401d1dbd5a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0fb7ce17c762a70aa16ca9f7f35e41d85997bb2bb22b81986321d29634ce9b3e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:60c4fd0dcbc1ed92bee7dedce7879893a23c9e4a6181e5e6d6a8f04880f377eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8925d5826cca515b7f7c05558406b3688a14963ddefa80f5b44500fe12dfb1dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:3d914112ad75b59b03d5653cea40a25d92af415ef52dd10aa7394465e6bab92b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:f8d52c53ca49b3f9847d2e568779801321307e329f802aa9456cd0dab7625232_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d29e5c26f37fc8212f2ff15cdac470982494be155f85e3c310b0c958b943f7f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:fc7a6712a6fe86a47b5a745e06a0c6d164779eb198f284fd0996847b025e53c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:32bf2e7aad1dd9ff5100500c294e343af0dae3d392eed27a1c0305198734261f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:54b4afd46c87b2cc839aa7d8b8ae232aaffe0f39846a6edf9d0d3228adbd7a29_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba41cc4ad0ea8dc731838e00dae166209a3e06d104e5cf11491639f82290eca6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a9395f57a9adc721c6e43e578957e21c8b9f18defbecdf91dc49d11044aeeeef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ba077da5ec7f147b51f0ee4432082aed3b7a3a541729913bc2ed821688723e99_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb48a38cb5d06b67ecfb4777c44d44f3e32a996397450e30f40e7ec3e340a56a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:deb40607f193ff4e36c684ce74167e67a7e96187f1a44a1f0f20f36572005843_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7dc856fddd561c1d29112b0b8d4dc39dc7503974a9ff563612e6998bdba4b71e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a3e01913986169c592bb770fc49e3875d46031b5788f983ddcd52938f9ef7a49_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c3481c6f76c644c017392c092dcbbb25a288acd14a9f01e20afd0d2d35e16d32_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cc440be9f6b3c5e22186b6d53a428a8220201ddaa79be39e19cc31a8fbd7b221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:12d7ec468f9634a53d053f3af7957c5162d92595fc3385b26b08acb22b7935c1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:49f08b645fc28af342483d9efaf2f607c9c2a6b491b477cdcf2985c44aa3e894_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d32cde1eedbd0c110bc10836025cee78421ec16d2924d30f5e6265591a9ec716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:df885dc6da20faf1903dbdac693889d9882722e8b67bebe35f624c11e4616262_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:16c8b8c6aee6f6a06367ca5bfe2be8fb85a05c3f18a819683f49d1a8c73941ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:376659c608333e76b0b48fcdc69ff17643284fd22fdef6c6998f07be54c1cf91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7359a62beac2d501d629e6768f1767861fdedc0d05f53a4424a2abdb3dbb6a8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c71d05c245bf1a4955f46c785d7264985e1f904de2a19972f7ce6209a3be0e4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:06ab376096238d4e04c9ab713d83d3cab5db769b5af1fd1c57ef2ceceec6ef61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2c80889bfaff670acbf859db3624951cda96d4ee8cb1560806ca4215e8c6c04b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:627c6b73224c3e37181a19cb598ef9a425cddc1d17d97b6c23388ec1345f6a88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d5d338daef4ae436780be192907d28a26785021d97865d8a95db9065734061f0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8e59a286a05743844dd1333770197161698788e0db4faf8e00cac6b2fb9a638e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9029d8ef1e4455dbc1910078afea1141f92a5c4d2c298ce1d9e4319209b55246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:da4ff38c7a1fd5adddbc0b0d3defbbd580197680b22648e2ab803c90c4a8c9f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f6c44d76a715e0ca38fa5e2becad93a2bf3a41fd8f181846e7aba81b0c579691_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1b6c3977b4835b0cd5399523dd437c230b992b77a0e7352b095d008be96fcdab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:54d79643f3a191710d1362d665b5c838130f3e51aecf1e27a2cdf66e98a3cb8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b8692d27a4799d20ce1a8374ba99f55732bb7db56cdf8f5b038424a086db614_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d196f02212da5e80ac5a73931316d38e9def9aeecdadeaf07aec685e661f9f98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:3a7644c1ac089cabd142fc1743b47302eae8528b13d1b038298f2f57cf746326_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4b5ee426703ecb55bf537731c39c69ab7f86316544cfc472ee77fbef7e5680a8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4cb60d36cc3b34b4b1496b74b9b2e68ff152a71d7f957b356311ea811bf05573_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f3f64bd2f70faa654f7134d803efdc032df63fd4ef07c97abd38fc41e625b48d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1b75d96a4cdcc3a37848c5edfe598cb1d99bb3b0707db5e3f62478320eb90f9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:876fd001172d5151ef99c02826f834ee4db4623b00699a8fb30d6a456a7a8687_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ba8fddfcfe0004287ce58db40c1092f2090b3bbb0810c277066aa2d97799f8b9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:bd9982e951fdc7259571b6d5983ea2cc44402cbea411ae9a6b135692bf5939b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a7a8d4d8adfd98d3a6e3d37644b33966f2c34ff1e553fbb5140ab9a15563e821_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b26a5a47cde227edb5e7f6e51247a6cd91e13484f6b5f7dc19b62f83b7478361_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ccdd76d6734e3a3cfaa1e432c1508c097478e842fd436672e57ef2563d817e4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:fee8f3b24b431ac2a5d4fa3d96c90c5e1aa68c08ee8ae9963fee457c98795197_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0e559f5e780f3849e73d7246176059360631d8c4a7db1700f6ba1b6a9e6ae089_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1a376560672f81b7596417591491e71d065e90672ff6ef5d37ed0785e9baab16_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:350a0360dfdc31eccadb0e8b9397d5a3436bb509999034b60e611428eb006cc4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f8b68ae48350a5aa9bdf47a36efbf661190d497ab5a139027a2bf4579d21e095_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5fbe979b3d448e36fac9615ccd96f8583b0d587d46f6b1b3749e85938cb2e510_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8d45dfe709ac701d6eb800b081947d39a855f65c756f31ae47b75be9fec0c260_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ea4fa6caaa81f207f2372c6179c3698e225658387549ba567c232170cacf8570_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8fb972b411085b4551e10adbd419e3cb89754ee5300222cc4fce27cc349513f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:066d438bdfa1626aaa7a0ee5d2e3222724f2f0cf5bc9a189b67fd5358a0a48c0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:747c142608d6f43952d315d7858f57edbd2d9de2d255938dde311ea580a329af_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b2ee2d0e9906ef1581677bd239073c09f93e5b720501e9001926dfe7db34839e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:bf0b42c5e7e51129966a4744bb253b7c336bb88b1f1a562e481f7eeff5428136_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:3e9309d53caaafc9b145f6b7fbbb8879c9f018ef226afe101f6dc7ab02b67856_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:3a558e248efdf5d3111b7d61e8bd471682e7038bd34c4490f8ba69b91b44f36d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1b0981e2ee13869663087d6504e0c0af6f2c56d2ebf81d72b4b7c751bbf6e500_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8073e0be1f7f7523880b30946f1b6868274c070acb97d9da2f5c486db99ea18d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8980be22bddace1adb383fc356975fbf0af9ac8a20bdc95b3303a80fbe296f3d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f4293de50825a003a825306a45612531dafce45b72a91cf4dd455d596a0c60ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5bc26795163f03947b3f42a5c8cc52b7fd6eb713a0fa5a1558bfe834c21edc0c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:7f29c85842a34554f06db311ef67ec08d1d947d32b4363d1153d92c8d13c3214_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:92857eb171128909119700c431920f543cbfc89cd06aa98db816a2fcaab321da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e931e3fe478f8f905855b4516e1ed9b33a161536c447025cd14dd68778c40fa0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:338034a3ce7dff3efafd00fa35b858c23c2ab284f743df414c6cdae455f8801a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f12584b95171f442bb3661c908ee43de70d0400c6273eb4e93325a5f3f167b54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f37f6568957ab825b08c2ce8fc6b32ad18f5b7bee50b24b1804e70cdb144e5f4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f949249e3847338ce4ae9b94b0d191edd3f316d471f0a9047f97e41e41b7554c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2ec7076ed08f4ce7a61f95083155b5315acb6004ea4245c70be2763eb0ce9f4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5a539e39b3aaf61d63f391b6960cdc5746cbb4b0fc07b85a98969f5c9cbcca4e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:93505b057575ff9292e2e96903238708b940a23953a79cf8742c880f1fbc743a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:be43f0ee18b6d56d81a09871c4a30dc2245ba60cf17ff0f1aad10e117f40aac8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3923e99d803b6dd5bfd2fc957101bef6dd86ba8f6de9e59a849e4c7a02d57e0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8253bfec4409c9a02be72d7e8d87fe5f4f81c1bc58a294f02dd570debc4f1128_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:851fd20edf32778383c81e3c5b935ec5607a05f8fc569f64e31875b8bbe81d6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d06d41126ced4841fae74d0437b18e9f1699d285158fb8725a8768a6e9065b79_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4375e44dccb08eb4ecf461f4e8e7e97d617ab5b1c968beb481d5795e6bbf0229_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:75140fa657674afc46d698aea19115a9f60c7765ffff6a0c4ae5ac166c725597_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c1a31ef64ecdd90020d72f323a242b551a6a4a85a4dae309e19f5d8f12d77b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c3b1ed110f6b17263484b7fde65642eb349162b206c0b9a2f463bf5eb13273c3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8f8c882873232fd9a00adc69e199f1b4acacffcdbc282280ebb61dfb1e61b875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9fe79073bdf1745b388fe52bee661394f96ba5c0af585ed8ab4a61724e324777_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b2b91287350dfb474763ca5d332c4765af0c1ff2d7be722e23ea93970add2687_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:bb5f4abfd26a9446eb2f4cb1355bda840ed1006a6233373434378abaf0e617b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:07ff9687205eee39d9ca211c0bb0c6b1618848e9e74bfbbe793aca67de73fa88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0ba94d11051416a116cdf516dab74d530a584fe7c4bb1e8d3deb3bde2214e459_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0fe87955631062bc7ce78891b9eb056f899308f8cb8101b3a44f889c1f0c0654_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:786de5dd308c9fa6643aabecea0bc666a9ede6fd2a5ce1cb0d511eac2a19596a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:719989a197c3bb8b8af09e95af49125cd28014fa74c7969f3f3b939223a6743b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:743119e024a9aacd8bd4bf45ab9c14e684ddbe2307d8f965e972ace243f128b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:76c523fa10e222690941abc8c5564efee1ec4d309a7d023480b6000a545d655d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a13cc82f7b2053435d5268416686ae2ba89e37b6561e49c7ac395cf3359ca2b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:98aa0e651302bb73569a0578e6c11a1691eafb5b0aa28dadd714a7b44b498f8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:9fdce4b5198ae740daa858432221625391f7283bad587e1ebc1220e7b0b4fa28_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b072bc3bdd61164b8076f2799e705ed8e34281b2cdf24d9cf08deb8e697de2a3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:fef5253a6623c30368e9e7e271501adcd9432b96473cf8278a7b81140d287de0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4eecd436b35c9b25eca6975ca9e938c2256fcfeead67e1ff4159d7e36122122c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7e11ca9795aea60b3f0853ffef0fdbf922f4863edd96c50fa85110f36bccced2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c95f8bcd0835611bb90983e96e3b780ccb65bd2bdc7f7554432ea971eac8095b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e497c1834c97590a0c388b58dc823cdff79ab6befd5f2a9bf494b3acc3181eb6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0c8bfd6ea4d0729e0ffffac9811b5db2ecf5c40e68ef048ab104f161d2689b74_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4dc7e3242cdcd1d3c1ea5930da7d4e027383149373cb6af0551ed2572eaea0b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b78827903e5c338d67a4ea2ba10ee67e16482ff00968ba99c27af2b6d50ce202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c9315d23ab26f6f40e05a5fb1f9f2dbce075244a035b1f16003d1108a7ba36d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:270b5e756fca54f2dc05f04b6f7b43f7f188153811decbc0b49eb215b11c2372_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5331e8ebfc48f4d2322226b8986dd178f133a52edcfc0a192e89f1785c8d568f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6cfd8c3da57c17ae1c430f2881c66eb0b1c456bbce4a9ada2491b2c873dba985_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa346af0288b5886b5f095d1fa0ceb7715d4333db919ff9d61078f369642cc29_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3403720059bdecff83f784e2fde54d2bebe09223ac6cf99ce2b4c840b9cd4a98_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3f8cb2cffaf6320f14ae09f7e44c965681b395370a156253790764ec9d2a2aca_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a02dde1d0b4f4fbbc4e6f0afd24da1595672f3f290345a4f6e98e11d89854a17_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c4e8ac4fea3c281effed3996a378c2e952a3d3704e47863b2ae6b266d2280920_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:46a0b302273acaf2582d377271b910d9d31ff98744cd8f290583a7bd5579761e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:af0442c88d2b9b93a187010065424798d89aad1d695ba438c815d04d7fcbef04_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:bc7b78f67fa189ba63da9891a1b05694d676a3ed2fa318336fa0850d63815250_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ffe4e64ee1b721aeefd8f1ceee11d225dd69319385e3e70f0bb52f4f40660a45_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:29d5a91b39dc6e72677bdfab50f56860c53e67dab139b464dd571fef9780dc6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5e6d4e29635ea0b075e402931daf8c384d07ec8660223babfd0df9d572ea6912_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:82555977089a1586dc24154b46be6499607a9d15110e5b48d9a549ee73f3843c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f32c4a07d2b7a14c39db1e5e5752960e46bcda700b292336480c95f359adf0d7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:86b3e656caf1c93ba2bbea00514a17b9d06cb7a6fd5c6746d80ce35f45aa5907_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ba5c8896242125c24e3a7e5698770293a601e9e7f8508465d7b45920cc9ce240_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7de62e540922f1de5f492527d07a8e8f4265d24b577cf2f93415209ccad63912_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bd71e582ef755da7bfeede697b5c2ab29ab9fcea6bfeb14cc8ca168fce5c7bd1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a1e6a736546b54bb2797d85d51b8f2b213fe2f6be6b26bad5b549df9dabf2d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:efc7fb9608c2be8c3c65aff302f923241bf8d008bc71c2fbba0d82ffad2b4f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:aa63c460867d565b44b2a8e919ba9a0e7fd6717f71588cc5a7e2ad268fe13181_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fe1f1b5d6da2e5ac66c689da49a4c76916533f30ab456c9961a225a5e26cb6ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:36fdb2cdf796941fc6638036b3a31048ba0209174c7a62424fb410ae14b1f81c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:65a0b94e9f663f3d73a9696a622ad46c73a5fc793f9dc46ee07fee8ba3bbb443_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8afe2a0c6b1b200201f21b148caaa682bce77cb3b1027f61d4c873e5babb1b30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9f7c3543e4b1a095399d1219c50f1f5081440ae1605154324d57ba9201aa4fe9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2c0897a842cd7b16b64888568ca65c2a6e473c24b2ba9bc5067d6f1f237885d6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:432c94d7d5d46ad66348775fa0e1a6c2c142469e8a770db5528a1aa25664c389_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c86c7188163be31c7ab04017bc46ae88707437f804ddf2b5bd5a73ae34f64312_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3f836bb9effeca4dd6a230a4241282d33ed454ebabd84829c41e58db5f24f47_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4632ef8ca0af5a8115f3d9490c2ad9e2e44361f4d0671fa8a3a1006254b173ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a7d2d10f5326e2d71551289740eba86d6dd2f12526dc684b1494bdd4228fd8e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ba876751849dd525a26e70996e7e02092c473bdf386ec4663a54ecf61c4f0d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e842cdc56ee7728aa71a7f95eda9777ba229aaf959594e73d998fbb30b7f76b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:90331abb869c0c04ca7bb59681cbd957ff54eb0e0265e16368f9fd6ab6937acc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a02580814c02bec4c1c9b79c4b5a48a5a59caafa60a573f9f99a4a1ca07c6f71_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c197de59c38c060dc8aa099a027922853e4b9dc7e5589ac55c8841dbd44b1367_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ec7a4bcebcc80cbda32227224f64e67cdbc98d3fab95466b55c89755421ea4d2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:17752e2fbddeff8e6f43bd354d91f248b4e69d88e80b29b75508fb03b82d92bc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b1703420b5a67a12f055518b6a23c1d8259dc8a064a1447196f642dd23363806_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b93a134a81af485a0f07dcd6a71c816ed517178826539d0f53b6c45dce87096d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d266a3bfe528e76a8c6ef1700a2016080d084cf6fad2e70efe5ba52ff0dbbc51_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0abb949ce9461e5718c1988f57791c7537eb1b3d2184f4b4268fe087e39726d1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1267ac849f67c33155b54409011cd3f0eaa27d5f211703875cfd383d1170ef9e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5082f39df1f143f23f0e587dec5cdb3e3b033ab446a57e7e808c88e6211a1a67_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8fa27bdf891edfb80585e470f09c9d6fa369aa727a3698b936b4818a4b46448f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:017bed02593deb2e9cdfe0f268916e5d1c8cb7a4f1362c6eb3c94050896d7276_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:027baac40981f53c9ec53f5a4241a657929d6289e42a0e5deef617c182b7580e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4bd5b70373a257b1fce20135ff4a4b3e6962eee541c67a0e29ba9a2523d4d4a2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c0b3ed1332b228290882bbff6a1ad6866f5ab2a4586b261949832cdc3bee5797_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:047c270f56b685d5a4e67afe43d2f1ff47829a259be6ff93bfec4864233d4497_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:50a6482667d53de3d7aa2bff6df05ca21e4e9773996afa8b8038721e231deaae_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:653dbef43ed7f531ebf64c9314756be42738f1635a64097c53210ed0b6b0de88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c4d2741561038e0080204335efc6eee5b6ffd8878553b240dd433fea701e6bab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:3de609d984e39497dfe119bb8e0ac2d6d823dd894a5c866e5ec87de5b5711e60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e3a8b252aadb5b32f42009803b56dbeae49a3ddbe9d00aa27569af4747fa403_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ccf49e256cd9c3bb428badab464a17aee485ee1516896f1ade10da11085e843c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e77ce95a84b01b09c5d1e6dbdea8970543aa3a60f9292300beb078d1288bb801_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2ab5fcf7003f4ba3de7656a284b11d6ee05bb02cd0f3532671a8c368f7b15178_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:44241e57d9067223cdd1585db9d699db113931b7a273d207516f60c498570677_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6aaa55450d567e2fa992650c456cdaf5529c5d96fc9984f7e1a4aa9ed6294bf3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f2fa21e8a0e88b25e9037a9c2db4b157ca6fef8b765b36da7dda71bf5a4c4478_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:10bfb59c904103177754f0336f7b7bab676d240480a8213ec42a778bca3f277e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7aa4fdd78ceafdc887a91224614657e86c1e12b72fde68dea4ee5c6e9b610cb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:e4a365a0516b0c8ef2d1259ec4bdb7f76aa9dc0d3c3cfd5d5b3d34341d349772_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:a06af7a856d5f2416777c1bb1d271c189576e273450b25c6dc5937cd16b8bf8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:28b8390dae142ea16bb05f6bd95f19b6ab38dd67c341168337ca07fe4f45fe87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:be6a9bcb97824c91f393af5aac5a146d819ed9893f5a074e146afe18f3a50dc9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e6392d583f97f0932dc01be55534fbb6dd3014f84b745e8bf7583b96ad7a7761_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f30d93c0f244f5ba21807dca912d18d4facf47ceaf43da7efa41b14ee816b71b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0848bdb082bc8dae6bdaa956d2ae36fdeaaac89024822f4bcdffb51da1165fed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9f9603a2dd344770da433fe8dd50a104d69e80ad463f9cba71b3aabefc4fee61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ab417553778971822422c6eef94aeb437209fcf88e78188b701d4b2243ac5be7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b9bb7615df3eadf64501f35dcefa829934f330892801cbb86e9f70f5dde236ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6bb4c6c64852f2b7ee590a0a60db256d8dd549a4b141fe71d311bf30d0ed88ae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:837cd26d96a814814145cd0aa0cca672769283c499eec36c457ae432b99a7466_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:956ad866d891e1340f630b9cad6ec73d1fc60d4061d4c63946ed714900388a3b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:9c91591eddbc058f05d052e3178102b28ebd25c2c9cb796fffd5047f5d413d12_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33814"
},
{
"category": "external",
"summary": "RHBZ#2467815",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2467815"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33814",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33814"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33814",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33814"
},
{
"category": "external",
"summary": "https://go.dev/cl/761581",
"url": "https://go.dev/cl/761581"
},
{
"category": "external",
"summary": "https://go.dev/cl/761640",
"url": "https://go.dev/cl/761640"
},
{
"category": "external",
"summary": "https://go.dev/issue/78476",
"url": "https://go.dev/issue/78476"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/qcCIEXso47M",
"url": "https://groups.google.com/g/golang-announce/c/qcCIEXso47M"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4918",
"url": "https://pkg.go.dev/vuln/GO-2026-4918"
}
],
"release_date": "2026-05-07T19:41:17.631000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T13:37:21+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:8fcb7da94ab599d7aa92adfcffdcda19cef1f3c2903bc9d38006b7522847c458\n\n (For s390x architecture)\n The image digest is sha256:7d2df00be06a79cd70639c116c4998f8540b3e379cef1e2cf0f3ddff5188c00c\n\n (For ppc64le architecture)\n The image digest is sha256:e41c3fa52e30b8c9d0c3a5ea531f082c08c7f8832123b76d597b198726a0f6f1\n\n (For aarch64 architecture)\n The image digest is sha256:2d6b342b1c77355a7c02d990ebf3e28d31aebe9c78a4bccd8ea07fbebc5a0c49\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/egress-router-cni-rhel9@sha256:6f86d997faaf61c874def5a78cded319a188c1babbc4dfefb91a29f7e0d7f0fb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:73bceed99ad1b0bc99e66ab8361037e4046c5212645490161572fe6f34de98b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:babd6b0e928bb674289f34787d3aa536bdc4c24a877a5ac9311f21f0cc9e6224_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d00a12f6c4e75a2c93bdd135eeb742f42868b0186d9d03f318c885407a17e439_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:12047af5271e61b4032c04c98df9ad54363d6beb13b36f49085307705677e345_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:37e5fa3bfc88e99fc78f2ced6cb4a99f5099942e40158dfa6940784c3d2ef95c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:54d10266c83c4d5fe91b013dac51538493ae4a4322c925e561c45316c73b1e2d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f799d506fc4087aac0eb4b2c2d6c8e511b598c6b3cdb1ba5ee470b787759fd8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:473d595a495e4656de14b1b22456ef1ce2218fe39d02bf738990c0be4cdf5440_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6b3fc95809e8ab1be94de33cb375207b4302f93dbfd51f2a67228025c1e304fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7d0a9db460cb1d4c918f87a02979048f170f5e692e83cd517bb9b3271aa06dd2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7f1e2dcfd02a6a5fc56c6665979a8981f11144a5bcc6419feae3964b190583c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:652f8fc874b95a56393f14c2b56a63faa64c04f6646c1786d07eaa272a9acb9e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:94b9c011744629b1ff6f230e25f876f218ed59d55a941377797f77cdb7c03e1d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a178a796ca9d32ac59faa5eb9a6aea30f1aec65d88f89080f57ed519a7983f05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dc8a79297c73782f5005075332bcac58b051a07d2b35626323f9b69ee5f4d64e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:40854e0833b6cdfedcf275cf716e58f3cbc5c44be313fb83ca3e909bd80d0b08_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4d6a10dcda92c599f52977c71208222d166168b29da4eb4727c466e7eb53cdd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7be4c5ff86b0e939ee9f22156812fb98d2f96c1eb4567ca8a6a01ea3aa735dcb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:83bdc9fa5d3893a973794dd7162bf9564ecf68ce44814349a621cbc284b9e61c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5a9889308bcd1c3981072c83d44206d0c3feff059e0a2029d49adcb974674c95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7a715c7e2a8f54ccee42abf122b0028ed19705f401248d8c38f785d960f1b116_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a67de487534d03cdfc180af9d235edb21c5cb71e1224bb5041fcf2b9a428732f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:b3780d23a2c384ecef73c806cb20d7f97bcd11c12b6392c781c0deb7ceb55df8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3472a8147e06452751999ae2d041063907f275ecf429dcdcfdce88c8a19a17da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:61155741778188324e0616274f067ec36723d0fb81d84e9715f72ffecfbc92ca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:adfe8cb84a5f0a241fe69ec532b7092a10cc274cc3aac2b86f33ac8e725ab2d8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e704c70226ec4986c16166ba1ca54b908d1b6d9ddd47640bd5ab6d292f977508_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:167937ed04f625a9cd2d0b8ed6048a5cb7b6d435bc2d41775d7db4dcdb5fae95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:176feea3131aada18df5da44af30a127f4dff392ce8ef57f7e0844969ec95923_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:17afd4ebbc2a5233681d4cc1774fcd70dc932bc10006235b11de8dcce826c2ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d3a98e507691edec50373d79ce9df48a71cb6a19a75c9276d0c5905d4f204b39_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:11c2a1966b0632e85caebc4555e3e2f726277175b27a63a5e854557499e0c28e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7e649963b5c1e2a7e8813569368eaf0ded5e544799d561622d469b03b9d93937_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a23fa7969c6a881648ba03ed1a13692c5db21b79f0608d841291ea9118548ed7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:af57ee131bc09ce55ecb3ae13ed7dc3ce9607a7438f0ac5a6e64bbfa000546db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:407286c96b6e9d0ee4e8abec2b06a5dad70fc69820a00deae47cbf3fcdc65a40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:52294a05713b24485ce6d7d1b867081da2f01dc008b9cd052bf8c4c37839f581_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6693dff44dcfb7e6fe67f5373bb73d84cf401d20640c959375f20a24d31aa697_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f65918214ce906cb5af9a59ece43a36870989c579ac1660a2a58f9536a79d9f9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1369aaf62d9d273eef766c42f7015d56152f6b8effc50dc06d75b1bab38a20a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:47402101d62f418c0f6b8e3c6e2367a8c84f5151a0204f326bf1fdbe983c603d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b519e10d4cb8fd9ad126a36fb864d2f29f7df218ffa1b3b5f222e0befafbe360_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d70f848ab6450690b8329ae367ff2e5a3a5b295c073028dff7cf810104c5be5f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3a7af87b46058334b97531a4b1b5cd5be47e2ade8d74497429529bf0a489b275_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:97313aa4f1c1c9aa51c77a153d0f0eb35cab9711b7f1465b82a636ea44e849ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:ba0927ffd76ad6689b808e734038678c91854ca3d0630613094824549f8a150d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cd8feb684b9c70a4ffd7077e19812273f333174a70f7c2b63d57d140d8002382_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:223df196f0cc747e52ffae9f3dd03fab2da3c72d5e3b189e3035d4264a08c6c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:29f3154c0b972730ae9a54bc496bcdf62e9ed348b73d98ca958a265717ccc2a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5e12029e90adf045a4377f4be2be75c879e57aca7aceffa2aef08aa262ae0f42_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e150a242bffd4437f92000417cad89969fd547b5da514f8586802b99a668bab2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:8c90e9864b3ff53d398f2451254dd3707868b36c6032d8d139cc3ef2cbd9084e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ae6ebf086515376ed35bb432a7f567f7bbb44b8d1b86773fd86daa387c5fb933_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0a0cbb021e13ce9d693eacc4982ece2e8ba4697f5d5571b8d0671d71824fd07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5271f6452a89fe7907b16f486439f54f0dbcc3d075a70ef446ee4cc62211b1b_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:60446"
},
{
"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:0c95fbbcfd5c54e6b2934a8efb4f8523d1536ec1deef78249f4daebaa9d327d6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1b84b2a1cecab16e75947d29572008547922714207272a5dad8169d1ca5beab5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:466597e63e82ac365414c803f5ecb8f06a72374885eedc5daf9532aad16ac148_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:de9cac5c7ebcf3d43cad87758dd2eb0f4d6480f59bfb4112c224a4497aad9ba7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4ae516b98be8fbdb9b783345fe680c1d6ef57b5dc06b2ec3bbd20bfdb7c9b2c4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8f242ba3e0b9c57ecbd85f0d4c1bd67306357c92b53968a42419736c3dbe04d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b717614ee549be99c17ceef3d755c66abc983e821e04808df347962858e0da81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bd0f90ccaaaa74683b9bb17db0651dfbdfdf8f49adf0ecbaf8e83756d270b590_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:040115466e4f525e9f2386d6f8838c51f8e1638eb06cd64f071d4ae027a8fb9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:1a677b9d28655390d007acaa656997b12a32e9093c1c228778ef96cc6f4ca875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:39c68aae39089d044ce992b949d4e9961105711501daf3d4f0ba7e9981920729_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e814640d65f77818c180a706940337f8ddec8ebe4cf22c51a58a8b69e0f4099_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2831d7dc9f3cad92219addd21b93959900ee2f71e2d988fffe913a6f88dc7e1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:50f602354dcb223759d781cb057b4081a424d6a509178b10674358cc8dba41e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6925001d8a798896438ef1388f54bc29825c37d41f2f09a59e3f8bf60b2ec6af_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e01a83cb76fca294a011e022ed86f1da8cde36928096422a440bce8e42fbc8b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:757ad9e0c37b861340a7b2269b068d5b0c6355322eb5f5898a856fd9c4495b16_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7f68ff8059ae68d15041b8f38ad5ee5278289e1370d276cf7e78fc7e9fc3bb10_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:816787cc8c95a4a2df1416f09af6228559333e1bb1421ede0c9e2093444260e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f9bb9a184319c9fef278d3c6705f56cfc592c844f5c458bd20bcdc07c4230982_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:198f39ed50bbd835f4789057f9d7fd8de0962f1641a7f453dd90d68b5b2a4e7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:633ce875ee7bb08d9bf00cf79738e3e63cd6bf4de2d40fa6860142a301c0968c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e169d65b86f23d6424af5e7cf9e1d0ced58382128092821676196c0a05f91da6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ec2586358c34d0130b00a3714b50c8b7bc33ce915aef6aa79eb214d38202f37e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:13e81e4c25d8c789ca15eb4e84f3fc531a50b4dc0d95fa3573e002e3b54cad61_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:17637f8455e0e17bb3dca34545a26e881cff3e1444af45b9f45c3e282a252bb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d2dde1514fcf3308d1469a0af6727835121c4d6a1a1775a675a7ffabba8e3bed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d6376055835ac40728181d6f354398a0e60ca131d2fd8f41471ed87e974ea4cb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6f86d997faaf61c874def5a78cded319a188c1babbc4dfefb91a29f7e0d7f0fb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:73bceed99ad1b0bc99e66ab8361037e4046c5212645490161572fe6f34de98b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:babd6b0e928bb674289f34787d3aa536bdc4c24a877a5ac9311f21f0cc9e6224_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d00a12f6c4e75a2c93bdd135eeb742f42868b0186d9d03f318c885407a17e439_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:0932891a63e5ec5a076c7848d5746e29d972f3a96058914bee8fffa4921fed38_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:472e977d39473b92992f53c0225de477318b31be8656c37bc35193789ab7a456_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:71021ecd15d688aefa6db79f817c11a751b51f6ea9f2e48781bdc49c6de98088_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:9563eb7617a4d3a9c22fefaf03a4ede698fea2621a68ad231cd9e65930043a56_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:1fbf3bf4990353e799dc271bb4a0c58b385feb2ee60207636a3f76544b4f5ae4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:7815e9dc63477803e7e8bb8a01ea83043b5503ba529f64db3c76ad1c4cf2f0b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ab22d93f277f9bb65fcb5fd9c448b72f82384b9be43b8ab525d2836832044eb2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dee02e09373732db94bc442ddcb2eb4d13095a04e35c674387d3df8ba23d67d5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1a046b24339587101462756592c87ae4a8f699fc2977a703e6d031e2022a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1db6c409fede3e9ec09788fdf286fdb0634de6b6e727ec010332f7cf2e462_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:bd6be5cf4063439e92a1264ce3af0ea6528b9c27dd4b26f043a80aa8616575fc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c955c4b9dce1b25c73453079a21d84c5a2e5d0b53cf6e351f9b1855f08db3fb9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:221943f7b65573c2942d88354261f93a01950be1d1a86fa853544cc4c283c027_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2488ca8b2a8f658f3deaf9a70b12f7aca159490b5e0861d746ca8ee5d2010041_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a3435c546844b61f456789fd315495d6bcdc2560756e9fdfc4b896cdf70d75c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:be2e4dd58b8ed72278bb2c014317e69185e2b19dce37beea7fec3798abcb35f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4da2632fea643a834aac3fd63bc51fc6b0d768b869ac450e6779c9f36429a9fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:56ab8a9553f0c0202a47d858e234f2672098514dd647502405cac1f28d14196a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:abe530f4e865add435da2afd379a3a11a4d75c257c2468a09bc78f10256e0be9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:fe1397131aa0d447366fd627b12582ed647551ad3af13375f8c281ab73745f0a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0857a5a2cfb5c277bc2d2545fb19693f23285ccf6b75144da8fcd7225e1df1c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:43b36fb1f7ad271530f5ee9040cac4651a684e0e08de2ed90a2939b736b565ed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:7f86439496ba6573ee1d61b5f4d414dfbbf65a95526cdff54e45229f01785517_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8094138e4ed2267cc278a83a1586922c957142c9e5fcaec62db531c83b79566d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:309b1dd27ce0c7dc332c7141e576642db4aee6076ce50ccc2930e824f02ead2f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:35322e4580b0fec862223f76e0bd3c95ad0af31f3d4cdfd6423d3ec47d6e25c8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:699bc772c8a648f8be7d6a5c32d786d8f6484e584d918d68ef8a32cb1499663f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:779afd8e0fa21d022d7e75e7ba8da00cc7604db1adfbbea879bfb1d0f8c9c831_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:49e98d0193f7d7b4347043f0655d350a7a0c0d8c8b850d95abb57acd13dd8ac8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63e308cebeea85127f584610f59cdc9b228f01b9acb227f2f6eba7fcdc29b1fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:71f9b47dbd3985738259a6bc9a5bbdb240fd21284a194b47bb78538f8e870cac_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:9181583c88b3be23253c76e277f140c0a1532c1bff7d62cd0da1e14beba1aab4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:0f96581804dbadea29d9ef9a2a952753f5fdf295670ea0297622214e2a9b7d0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ae4714025025642ff5d9e250a4715b01d933487fa8bf4eaf82629ebd6d4c8702_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:cdb096f05b664fb542bb6eac3cce52c53da2e4bb636189bb53f737d3075615da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eb9908581f71dbe01d8553e494ef022417196408e9fdbd32f08fe1f5b9c9572c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:08725f7a384b4e72a173141cb35fb67293385ed72d973fc4d497f3c0f0dc626b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a322e3fc620e914088fb5669f1459a47140abdf027bd011d6ff4e5b3e6b909b9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b950e80fe164f86ddf624c80210308a634929ab8eb493496ef86bff1c5248fce_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bfc663a0ca81dedf849e89b91feb3fe0af97932fe8a8fc711d7ab85b6cbdcc84_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:13257447171d38e6e99c66faa476de6ff6ab934c285a0d1bf71fe94dbe583462_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:23fa493f397748092cd71c41b9d83d19fad6a5433b692bc644e30af790cf60da_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:28b1c9ee4102140998781ebef22f269316d8c2be2254c10b4d7151dffb0d37be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:be2175c2c6c9d882e44cf10aa85f1219573952473e893f67cc7085bf0a324407_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:61417bc1ddac0bc97c786b5807c2fa33eebc75f7cb186aaf9eef2151dbaf75a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:73956194247e000432a8c5f7b78255062c5ca967745ba2d97e680a06f698f518_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fbfa9ada74c4875985fc4bb8366d21eb5275a52953d44bc6bc740d48edeab5b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a545c9c2fbb36296286f684e02f9a5bc337b3c3fb9c83c608c988c88455f9bf4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:34a8a8a4a62b36b5e0eb061db3d56905c8dddfeb2e7a7135642f947ce6bd01ad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:41c2ea14036c2f8639cf0dd634e327841954eff4529743fcd10e8475546165d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a884f443877c7a3c0b32dc60a79e1bcbe89036549da7a8aa4608ee2ac6460765_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b28e8574a1d3b374ac4a61ea4f3c16eb70d9ba7385bf830c8698f4490f8fd3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:8e245c278c66405066cb31e9d48e97ad9cdb826511bdb1104807d26f896043a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:380e3045135a40d202f330002512a5c499d8d2079cc38e5c0bbd5a2312820dd3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5d06442daad2c126259fa5d594b53329e386f560b77a475ccb0cc37148644a5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5dc0ca56deaa237fb0bcddac8481b45d3ac81609b36c3b7bbb6cff8456899208_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:aa669084fb336f5d89d86cb58aca73b88d6bc4b6505eac2020664e0b6abfff6c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8cb392862e1835b610757e822332074ac459c593e9bd60fb6b6f6d0aebe577fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:987afa1aa902bb85d7c2d96f1637bcd19bf21eb832444c98d30171bbeb746751_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ad2f0cda09211f3e0aff615306168baf808e6fefbf1f039c3ae1a1fa7050a61e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:bcac50d10432ecdb8bfe2b465ba75889248ee8595f23c5243d023ac2a336f3b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3cf2d6f464e6a2fe5b4a8cf66690b3237aefef0c825a687a548f81336507cfb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9bd17213796576ce4d315986dc0b271011c37cd6e9ed75edff5ba80c3302fc26_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3205092b914bc1fe858b2ede7642227e04f35d06daec4848fdbbc0406fab4a03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a20ecaad93b15b869fb321c7503adcddfe1f0f5eb3f0f6427bd363234010853c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:57259db0550547f85684c19078b9af82b6318dca0c00ef8da27de8c8dc90e305_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:a95676fb6c1cc1b20cbb758a7c9fd34e82b3e114b81b5c17f47ef303feca3d51_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:49026487ee6722c3d438c05c1c181a36d14eca2f0d8debee48e4a02db0486145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ee65002c4934842ad86197a89e838997bb87a93ddc9de3423eb2af282a565c41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1bb56a1a194ba6f64edcdeae267fecec590c14c85431ba62ee8c6b5744da3a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bf72f3bbed57cebe1deb7690cd7fcb6d371e526630cb386d13180726736219c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:81afdbb2d9fe212af38a11b4d00ac952a306e13f91b23b2a081c0393173c5e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bf8d63c933996abf39eab9406b3061bee014d766a58f4e27a56413652d319a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:4a5021268b1ab163318270fc9ef07afa8a29f288c95ea69700c4bf46f88e85cd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ea443d9738e4428b6912b47f9c1d8d05b75cf8b137f0f9a76f852418b33b989e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:00148cec706fce87b240d38dcc91434f3c167052d5860d42ca9057e24c3f35eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:7996dc231961eb51daaceda9598b04e4bbe7d0e4019dccf5adec8a14d6f7e1a2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5c70298b919a36de41bf25d870bfa3da4013d36c6179db3eb6dd2e67dd20bff1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:a64777ab69af6f2b6cf4b78e5a00148e98353748946991c0a6da7eba76b442dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d4b6a07334845b2938c6d09556cea5e0477d13d4be6247bc9e3fede2e46aa3ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d5e665b41152b8363b4b15973a7b86365bb2c047366aa69bef7e1c499cf4fd3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:1a29c30f85b9bc858f0c70ca5ed79934494d92849f23baa6c7f26f67ea49c57e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:70f95a8b240afc604ee9af621fc3b63adaf80f593f3131e7ed51077ed2c77a1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4d217b45b97c9e01ba3d54d03270be07e9659b0d4313fc85999aa49fca560108_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:634f48a37ef03dee1cc0c0626c32aaebb8f9975b4640ac540f02910bdb3b165d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:00f06d1c70494444172d5630c33e1c93c333a880520bad3a810f96dc69cced15_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:01ac79392fa7a265608b75458534bafb6e5d350f2e8536bb9de48566c685841e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:12047af5271e61b4032c04c98df9ad54363d6beb13b36f49085307705677e345_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:37e5fa3bfc88e99fc78f2ced6cb4a99f5099942e40158dfa6940784c3d2ef95c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:54d10266c83c4d5fe91b013dac51538493ae4a4322c925e561c45316c73b1e2d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f799d506fc4087aac0eb4b2c2d6c8e511b598c6b3cdb1ba5ee470b787759fd8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:061d1b86afedd409ad4947a8ae59064f0fa92360cc82f640cf124776753ea3bc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9c7fef9c0e22e1721125d5b1312e509fada544e1d3d956338c3638aecea53dad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d3d951b736b910437255f3455b76357bfe0111c257f5a2d8dfe0f9abacf30fe0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f7feb8627754651663208ebb363a3e42e1767e16a65914148ce0507a77bfe795_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:23b0327190559517a3526d2500534542e9a397210cc6f663ac2b313aee902e92_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2911daa552328c8b01b19f91ad43ac54da18d343834c48ef35f12adff8077785_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:43960246dc7eb7bcef847c0d706bc6b0f0a407053a2cca7dfe27fce23c6d2af4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d05434d4552d2ffdd45d2fd44b1b2e2e8976a15f0f4ae59ce7dea73ca97dbcf8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1f7e808f97ad41f4c301736bdf2e06da73f2d0e3ef4ca838f0afd65273db7c8a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5553003527f078011d0c440f86c1480ff4e62b318e98ca2a4af97b42e5e186d5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:582a4e6fadda74e5c6c49b605b7967e9d6f25c84ab3de162c30931b1dcaee31b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6d54aaf9249113e5be1b6a87bf439ae778918533077a41ee9442396cda4d2642_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0b4378067622a7584c3be2e5e5d8748a564ae7672cc882bec0c1d6f4f4c28686_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2ba6c6b021db9b58614b1ceb9b736978b0e3396b04dda4518406b041448dd5cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7f7e406ef7b654a66bbcbbfa5326ceb1ddca4a0236cb60761a0ea48b919e8571_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fc403f7babe4eb16c770c80def94f34696b3a8ac55360b17c88edb11b9ae5a8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:473d595a495e4656de14b1b22456ef1ce2218fe39d02bf738990c0be4cdf5440_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6b3fc95809e8ab1be94de33cb375207b4302f93dbfd51f2a67228025c1e304fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7d0a9db460cb1d4c918f87a02979048f170f5e692e83cd517bb9b3271aa06dd2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7f1e2dcfd02a6a5fc56c6665979a8981f11144a5bcc6419feae3964b190583c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:775213a7b6d92d23694dbd1538727c84ad58c6b8a8b46587ff7bdeb7312acc05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a649eef7fa6148524b1f3aaf18ed6543f65ef91ad21358cb0af865401061622d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c593dda5f85469eb4ded8cb6c4738069d48a144823a070b83b58ba7772ba0e90_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ffdcf3c2b138b62cfc84d9916799812ad73fcba9c3416d7442f3686417c85932_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2e1e514d9f3cdf5f04ca924fa98d036988ab47259be5df67497931321634f730_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:32e93e986bbf92dd3a3e09f9c76bed29334b5cf794e18b843f81522ccf43697b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7bfa1c21aeb7971fa978d49455f4b5dcccd4ccc3de147ef47c32e9b74bcaf2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:dbb5abf21bed592282f09e30ba1387b084eb028bd931df5609c07fb8c09a0d75_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0606de7cca514d2b4ad9593d7f37950512741cd8f1597b1f83951aa7c8839268_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:116474d2dd37c159032b15ff856dffecad2ef0ab76298bc43f840bd0245ec78b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2e887b0da3269f28933bc5af839ea2df95b7aeca3993cb31b0a1c92e7043cce4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6029166a01da021523fc720ad70fc59f449684e577f9f5a36e0e759a39d0a28e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:849b8be9f7fc785a70451c1c0704501e2b449650acd23d450d145da1a760c166_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9c5d6a2d314e840600ca6bd1354c7dc6040fbdc216166418485d6edfedb27ce0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ba10e440e514662920d68ac025d5f3841786a393703fc2dc0ee21ff1d2490015_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bac1799b133fd829b35ac619a25a272301816494e83be5a251f78a50e7fb2f88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0469874ac135c41bb590ddbac02428775083221257b6904fa376335610c4acb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5823c8fa1f1409d6863dacda718e35b7afd2915befa21343dfcc68b6fef7a9ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b38d3723f2547dc5676460e3738420e243c6fdf7be77e54d18657efb9668c438_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e5a5e4c1a01ff3f5d694ca26dd248533fd463c85374c25ce1a9f4b7a60deafc1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:19f94467c811e10882e30eeef39b1266b83ee417974aaf62f75738d51811cbc4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:47487ff8d0cd813ab3354061caf319dec553b1cba9d5c1045de710b8a6d0c51d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b3a0104cb85f1a6965eee44fef58983637839a1f97ddccd737704ab41cda3a25_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e8c72b610288bdc44492ea0a5c2fd66cfb1673fc06f6bc66831fa84c96f86543_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1a9333d29d3561fe95488f3d80136d6b24b4a2e04472d37d34737fd1032a8856_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:705d146d458883660aa0b673a651d05d1d1ad73bafad91e84755118b82092ae7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b9265d767c8a6786f12dd4788377f1a316864863a32de4a4ec07ffc8b874aa00_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e3a7bfabcb96924059fb7906be97a0ebb1df35c6cad39a7968a6461df0cecb31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5c015e1a10e5f14e82e30ba41b1ae6a82cf5cb0bc631f5137d7637c44a3f5b8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:623bc4c74b05b46babba7da628809bac05b48d8c4055648e88f0db57c1bb0e07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9502a32446a8828e8a1887edcf49034e874ea0e32ab5fdb738ab89e77cb5a472_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ec7b6b83c8e934b66505e8051e183fbaac54e78abae5ae99077d4e5e163b4529_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1f15641123321a662f676a46a24f6c8066bba6e3730a3c0d0eca3ff8e548de23_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:85070876ada5cb86e8c585f3ac3114d548b189074723a13ec5d6fc6be25c9964_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a34e14a715bad1d324f9211d95c56ed387ae51b24b21ccf931c12f3f7b3dcbaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e12ce561e4cad13a5d08e8164060bb74a309f66047279a26dd727d34ed3dc16a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:67789c239f82fe3649ab8c0e13f920a788a3612d15a78fe5986a852bb2d11a0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:80d704ed310acc3015748815351da4b54fef2d8b74d7d4b03aabcf9fd7e60b38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bfbcd3f502bf336124261fbe51f19e7a4cb9e9132e07da62354699b30cf6ed24_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c1e371a0057014662b91736570bf25fb1211ead7402154a1149dfee9e55b994e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:175fd0386d9a4e064fa760f23ecfb45ac6ae3500e5a50acac0660d06e5b7ecb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3e9811dcf3c528ae6f5ff86659dee1a590c2b53f7af1a03204d06fc3dc628fcd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:68af6c6e7f51523ac223f4e25955cf3777f4ae5b601dcca7c6ec7e2dc0de0782_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:8f1b3ddbde3e33dbe01816bce0cce7d7bd196cc04affbe606fecfbd8ad7b8b17_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49699de68bf38c34edb696ebe4f9dc608756382a977f497f6713dbc7b6e1209e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49c32ab1927e0969508b906c14aafcbc64e6eff7680b9a10812eca4f17787921_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:86135a8f7d4aed36e7b2a571b431b29eeaac2bda02762eafda3e22a62a7a2d6d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f2dac4ffbee9d028b26e683b63a9f033ef8609907f6c498d42c447a306e75328_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2884bba195d4d635378b0d15efa54991a23f51bcf4efb1095b478f5cd9c34f46_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:d84853556ede64db5615eb4d826879c744f7ccbd92c51ecf392a686af854ec11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e05dd48fc4c26b5dd822ee58a2af27bccfd0ed28cc959a6fc05073cec6f7c9b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e202635a4a52be92b47960bd8ced28634111416b220cca5fa7f86373ecd1210a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ae36d953c8c7f73dd78d620f94a0335ff5fb84b16ce9d2dbadbdf3dc5d66f6d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:308c924c44c35b39c66b429a15a0343a47f7dfad62dceb76ea7acfc85e6bd973_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e132f6b0a6b4e2dc63561c1ebaa0bd9fc669a835b0c22b0d56599e3da870231_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5216d36dc483b1368a03e00dd9dadc7c75de2bc36ed98cd7ea2b089cbe23965e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4bc11f6ad7c3e9c99e708f7ef5a01b4faedc8eb5d2de5b0cbed502395958555f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4c04a50ca49fdc521da592b9c326e233763918fbfd6bc97e001e0e680ce24cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8ba4aabc0e1e36c3ffe66b55c67ab8c305f64aa6011f80060c5d95ce91180c5f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d259704d34b605abd3568bd4c988bf9e831d80554ec2d7a57e7c39a70daf0140_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:14c55985b9277766e54156139f0949d1e3e5f756ade34512a3d5ea3dfed2c544_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3231ec9c296798f11aec6a285b0a8f7c5cf220534d0525afa59c17ab2464abb0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d8767e4d0b2c8222748319f05483bcefe50388abc182a01f3ca9dae3c80dce44_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ebed5c3d8e112fc5086208b4b4c0aba054a0058f3fd08b71b129dc124fa00f99_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:26dccabde8cc0d1ad45160677fe240b3fc098acae82f6d095fad08b78330453b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a168025d531f20656997ae845a4930919d6805b7f9374c40f7835a93aaa46b27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e696a8bc54ef8a13800b2168a395d2cbb08678403beee2dc52c56d04cb235759_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ebc22890c7759ec9992b64dcb0e388881caeeae333a9a84a50dfeffe27e38b49_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:09319f1dcbe090d9677a43249810dfe5b3eb165aa3f8b473417e0913649b1556_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:46a37e99da18852f5512235589ee86dde0db6c09d76a49275a8004422b9ec303_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:535d1b713587008fe67eec103cceb54471f5263516f5420589cffe1dea02be93_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bc614ab102efc7dfaa47fef84c4783da26548491e4c43257bb606a06e8d155f0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:08cac9e30829765f182624de9e45e59b40884b8c39cde60528dd27afa57afe72_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:13724dc9eb7247844e450b59b8cf3af5e5f486e9558942836ab60f74b9943291_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3e1a80763f76f622b5ffcdb35bf2dc20ce1e9c06c4f5f6bf0ae06b04134733b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d077c79741fd0c481fa6e1aa2c479b8c5b380b1d1f163259777c8c50be257709_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5e82ef0b9ab6d4e3b7431a7611bc563f356385dd8927855e6090008685f1549a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:62ba53e306331c1b20cad27ec31cf59687218f4bd5908ed7e9034559ded04b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7664e74786778a96606757f1de215a4a9702d0c9f7cecba7bf8028884a7609ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7a967f88faccfc101b9388f8434d406acdfc85d7d682f9ec742d59eb31074fc6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0e05cd1eaa2b9c558d22892495f090b6b51a316dc56d85ae825b6fc44611b6db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:445fdec85c2510c8a45b2a830ead87136bbb80bb9244987b4d6ffa5858931926_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ccae4f8f443ba6806ea33105d7dc06002d58914626cb9ae57476b29193761b53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fc0becd36b6fad4911a5b8c9a4693320918f7f7e6336c2b11a76adcb6d1eec36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:652f8fc874b95a56393f14c2b56a63faa64c04f6646c1786d07eaa272a9acb9e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:94b9c011744629b1ff6f230e25f876f218ed59d55a941377797f77cdb7c03e1d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a178a796ca9d32ac59faa5eb9a6aea30f1aec65d88f89080f57ed519a7983f05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dc8a79297c73782f5005075332bcac58b051a07d2b35626323f9b69ee5f4d64e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:03d66c724cb647d4a613bb48c9df6e9ffaabb68c8af5a4ccae45365e32456470_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4b9510fdfb45d2561927843dbd7ed869e2f67d9636e59dfd0c3ee640d9fc601c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b3570e078bed53aa3e435443bffbd12a7b259f8dee9d18c0d79b55514a547b53_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fc8e892ccbd8d3c1e737fbaf8f02b5fa6bbbe242780c9cd00fbc5e6889d7baee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:266bd8400632ac70fc6584e4bb2850ebcee7027ff7899acbeca612c6556302a4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2c8f351447fffc2133f339c6ab3a0bcd9bdfafad4a4cb5b7dd2abc32c6056a92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b8d2783a76f514f9a4e8096434ac205e1d82d09da2d67fb930a1b5e4d8089e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:74fa72db679ef47f9a3e3459a90dfaeafcb6db73dfe15b8933767e2f9d19c448_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2b5964f6cb078aba05ada42f0c8280dfa39f9f80526932cc5d41410922e4e8ae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:480b27e9866ca8dfba83e1accd427d4f6813f4fb7f612854e32bdffc10d7d5b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:91c7fa7b70f2cc82b26ac16f91ea084e15a4f5dc64f254ed878c25dd1170c0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:edc297cdb2f670aebc1d3561d801840ad029e8777ce45724066e6891aabd60fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:443e0dd81ae60896d31f07ab49611c5e0629746824df094ce28cdd3cb0ae1d58_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9b16561ca87196e3dd9330184f7abf25e97272e3c47d2e8d594e3095e74f815b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9ff62f63d487e25a750bad29314955effd17152bfc534ff698963760a2615b0a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ab506c549b676ad9d8dd179e2ba871a12f2096ca2601ea2a1f2605ccb849dc6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:08758e6b81d6679b095a8e7fa323870eab35fefc05e525c6ef810b6cc0b3c0fd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:af87d24f6540e5c98def879ec4ea8adeb5b138e41abc126b2c3030c5847fd0b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c5e9e59a08d8940e99da6bc568269eaf71ea8db62dbff86a7f6fb5dae861e323_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f5122187c85ef27f5423ada009d800afa4800e32ad1ea3299586fe64cae8e38d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3c5078d135089e1548b4dec49b7e78658279e42a72792a988447662534b6516e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:56158ce0af0c0eb9709b2d1a172201bc795ed6e5075517b6919ed1302399d6f3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6720c8097a398327f18a5c84c28f6b58aeee017199c2649649a1f159b8365838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:89295652b447f42c6a0d6e1299f63b04016f10ec8faf6372357294a14472e426_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2baa85e44cc4ac6cb825103508c5bd74e348609eaf53ed42c6d0e045dfa62772_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:61283f1fff1f8ec53563012a5b1fb5a48831f0a220d3676b512f5a60b331e849_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ba258012c0832c57b29785be805be44f0b5f8eccaf76d82d7493946806eafe5f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cf3bee6414a87e7f907d30047ded274c488239af5b1f43ed717ac2cede29df86_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:40854e0833b6cdfedcf275cf716e58f3cbc5c44be313fb83ca3e909bd80d0b08_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4d6a10dcda92c599f52977c71208222d166168b29da4eb4727c466e7eb53cdd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7be4c5ff86b0e939ee9f22156812fb98d2f96c1eb4567ca8a6a01ea3aa735dcb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:83bdc9fa5d3893a973794dd7162bf9564ecf68ce44814349a621cbc284b9e61c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:993ba8c1dd84e486fc4084a7786934c356a9b12ae86155134fd1a1dc1e5e3f2f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a64dfd96d3aacabc8f219d19e6d7eb0c1ac5b68b49eb93fcc973d76e67ef1d34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:ce306e2cdafabbaa29467e0cdbf316673d17180efb604e683a7fd1ed7181c6f9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e6748814d950e6f5e370dec9cb7d557fbb0d29ad3620b567840770be826a601e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:04d418560f90c35b42be67886632615d62dc89cd37fcccb6e247212b535fbb7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:40eaefc42c0f0b5adeb47bcd463c2e2a45e7f3af1c0fa4cb3fde9c5479660c4f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:545bc2a7b32276bec515f338aea3a2976c01cc787a559986646aa6fa26ad5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5a2653ccd5dc3f59a228ee8b936460575e1a392d12287661b1dc83a9f8210033_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:12e5e4ea4d19c4dcccb35dba161fdba8a703ba6331b11054e4664818737746a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:180e817b55ebfd081fd0305f63b3e0539fe8d13d1ceb8428ea21e213779fd056_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:92e8693b9f6955f9862c8b576f5e32bffc3bc34232511fae0cbe57d705bfc53b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e5b5d4750a3ffe24b1196255d4cfe15b21efd587a41736307ca8e4e61a4936fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2ca8a85fb07b431d97ca6a3e3c18f1cfaa20883c7076d6b5b4e6942b632f9aaa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:559af5a310f0923dcb4ef9389c51c98604cf44642a13e8ccb46225b4ca268580_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ae056c9c8e0cdc6519ac1a9542781cd54ac2ac8881f513e965b57ce7d1e5ef2b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:deb92b50d5948bae13db37a7046d9b212dbfd3ddb1063ff8a5e5467f0cab203c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0c4f3cf84115f8c9b9bed6b2dd5d52316eb3a9e670fe6b9e28c2dbc350392e87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1142ce3f8a3c1c2a1c7dba79ac2c3b276a45fc6271ad9df9e6a5d8684c36da2a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d9f2c021c17f1416e01ba31a8823b7a87724fd96d7ec99d494981842b5d452b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f3aabf75e838b4a941f64a7a322768729059346d7578ecf5fe7ce27a71876fca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6389373ccb2fbe1b6385ea21dac1c0ca918bf9d3889ad7a738de6be5d7ec4272_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6449fee9a31acc582bb85e0031312e3ff07d1f1843a1c6c410eb79cbbec1ceb4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:751f007afae9f16527e9039aa95c2ee6efd2ee20afe3c083ba7298493d2406f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:afc11a340e28d4100c31646b705e8db302f6b0a96ad3620e07391f02a70438f1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0673d2034e7e5fb412a171939379da14e9269dad7bb53e83be7ecf8233b0b5a1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:18f0345811215feda18d2b63f679ee870e76b33e9f61042d93edcf36fe97df95_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a2d247eb696c80e02bc8c1873e8ee0fb71a1e5ad6cf5cd84bdf504f4fe17cb10_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c342b14ff399c961ce05c1af127244b950b8e9d641ce8752f9d0f880ad7a672b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3d9fbc97d13987f28ca76b3e238b540492eddef0f302c2dd958c1b0d05e10941_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:47682d4e934d597aaa1e809011a69afe93936fc629ad3dd1ed76dc7b073f7ee2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4e8d3460e04e85a3e01a578d492499376787c85f2840c97821f11213862239df_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d7b99cad55a1e1d380d30d0d4a61bc5f0cbf3a87223efada3e69bd9b0741d3b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4849bfa8a48c7e7d264fc6ea9097fa9d33da25f75776619976e3204b42026cc8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d7c3f5ce57c0aa25e13ba9484facd75c5a1dc3caaf9be4d0f273243e7ace327_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:78aef6c20ab3bf78eeb8b8a857ca2a24067d45cea0a070c44d3fcedc00d4efbe_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7f33515dbca04230d98550ab638efa87389629fc7d913c8ec42e4b5bf8a772f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0251068577a1724dc777683dd189468ed77413b396614a117dac6b4320b8f01d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8812fd85c74fd67a95afe09c2ce5e7d592eec1e25fdc6fa331a8bd41bdde0cc6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:89e0a7e0fe060abb45a6f8e6ed1906053c09f95c252ca7813175903db61fbc99_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c3674a8f28935f3140fad744b5a178a8346a9a7f79f6c281561d2877b38c4ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:13bc0d4f7d4508fafca5a3bc61b6449a056e277da131e753c06cbc1bb7781b27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:993a2a0b3f84e071560f6fc1a3ac243fa745ae9a7ab15febbe1385437dbd3ad8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:80fc518199cd3a1ad421b142661f0a85679b12b69d0afe580fe60eb6a13ddad4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f069665c66c19d9775b70a31aa7a1069bc653691f6abf106a88b2ceb8c0e1ec6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:13ef0c0585b01c56b865e029d029a553b458fd2d3d0204eb6dfba1bcaa11ac3c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:599d33b55e88212202b15f4344f7a18dee4f4504b3739d6ec99414d05bcde2b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a751f1f0540505bea087d3ea9e6ba798e89d5deb772cf8e401caeb3816a563_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4c26bc366b267d444f448a4d7bd5a0d26f84bea653c14b261a829669d888cf88_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8b67087a584a2d952a6e80572686412cc8ea01f03ec8d70b56cb8a24a0c5a3c0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ac1123e890f0aee159c9105e26e1f1ed3ba5eb3ea66b422b281c3e9465401c5c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0dac7821ce2a3a5a180f53f381d9e61484cd8c5efab3c9a7dcc70b5783421b64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6b30b39205367ec985c4a9d948e71d378b9483689c3ea179cd0f2476b9bfaa1c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:de903677bccf645889ff7968ebbc052b14273329c0765f7faa53b0ca815d6899_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f8392be7a6f5223930d53ed6d127faf727489b8f5ebbbda6b6b437c529e3c812_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:02ac68c83db9dc50cf6280a418eed9261dd2182bbf51d16fd143519e49960b17_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3746261c5d4744b13d4704c822fd62ce1f486010176fdb3bf95512c72eece73f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:85e34da00bd6d290c04d8eac32f39db59b5f50fceee9b248b2cbe27bcf0e7e5a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c343b119edf863e179df865ccde0b665b87087d78b20919aa5726d8fd240b344_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2026fc52aab5a6d7766511080699112f32ae4576108ff95b0eefc5d807a14f25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:21b5298172f4de1e0074c4abf5e4abf27e8adc02bbf7ee49bd3388f7127d4901_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:42f8af9bf66ea72846b7f7e57652725c31b01fc4a8d39ff7e7882075438c521f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9c5711087546b1ba7cefab267b8aa30b54ecde5926f009518cf0db974ff84c3d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:373c4b7507a978e3dd62e9ea629d1e397b1f1db682e11ada1bfe5a0b45afc782_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3be306649df2fa3cc9f30e60ed5d947fb0678b0231b617eafd3b1593d10feec5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5b01a896101a5189740f84cb1a83edefdb0dc00288dde725ddd0e95480f8e1c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:961dd87e559779e6338a4d3d35c96c0ce6ff7cb9634ce32d4bf848032f4a2fb7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8799db20cca7be653bae6b8ac5adc1d628094eababe740beb5dbc27e05346872_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a36c2b308515a293cbcf265af68ecebf498739e74ef11016d5c0edd3cf47c4e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b86631d6601578548af20a28d132a0503fe118f53d7596a5632ed24ec5a9931f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e867bd8b76b5bc1438a7be88a30fa7707edbb1909920a1d4d1d0da0ddbebdb40_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:313074950c6dec37d29a9722b58ddc951aaf67c27b47568039f29f02f2523128_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:43618db20e6f592602096897bc89eaf3c58490a362e91e3299e20bb2a02827d9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:705f4db2e969d23205de87db1bd7dc8eb1ade64a76940fad950fd1a214dde6e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d2d5ee5893ae16784051d9526c1feeee3c641fc3e6f337ba807744551c00ffa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6ae5cfd48e788096162bc4517f0466bf526f16c84bb61072886a64842856c5b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8004e7284c63cc32a05f6de732791416d57d62db041ede2829d4797139094292_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8137c3932f344ce587769bff04355ad405b6ff27009bf23a221ba52f3da56e1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ef15235cf21f0fbfea74089f75471b483a98c920b65676bb6199c155fb61e929_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:149cca2af3f89c7d1e105de81bbd098c66be5687f18a584b644f21d0be20f414_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:33fc93d5cd30760383da666e8effb6ed32f4c8f2668da36677e98c1801ef4f5c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f9c1ee7f72c926c45cd76c12046b867d9efd7c3c381f34afeeb9b6e97751175b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fcfbae71f81307789bec93987c4523700c191a66663ce53e4009c5e0a8627826_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:04fe8c19bee4b629ee7f18a13dc0b7f49d6a4b6e19d204de90b6b2240b0f875e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5c9662139f98817aafe153a43f700399781d079390d5ad23d3b70fd6ac5d370f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d1147830f896fd229aadd2b766fbb4c8102b35a8edd4d8bbeef4928d89cdbbfa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:dfd0cdc29bca0a2239ef203fe7b58efd97ed4e72daed6609e22b20babda395fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5a9889308bcd1c3981072c83d44206d0c3feff059e0a2029d49adcb974674c95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7a715c7e2a8f54ccee42abf122b0028ed19705f401248d8c38f785d960f1b116_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a67de487534d03cdfc180af9d235edb21c5cb71e1224bb5041fcf2b9a428732f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:b3780d23a2c384ecef73c806cb20d7f97bcd11c12b6392c781c0deb7ceb55df8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:48b5d06ac4b35c2a7bca3ba2abc39e3af1eaf4ecb19c720d9b6e46b066318414_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a6d7d7df9078e9d1cb0f12f9ceac12c96bf2cea03a9085b23c3e4af6a456b51d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b757d11e5dc51a5822d9e30e97ac142cf004fffce87ba2e58b8d62926127664a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e61ed19beaf8352dcfd4b9478335a364263cb9839f27140a634a217d87d331e5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93baf08acbc6875eb2b665a9ef3601ca34b76767cd70a172dac7237f21b6958c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a5f2c2debb51b8aa926ede417cf9fa0e4ebaac4f5bf9e770db55a25902a4a3b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:dc97d5c1aa80515080b2b4d16fb08ee4733a9347eebc8427f10b7e70582464ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cc1559af0d7be472ae46be4552fb41e81ad804d73d1444b92cae4485118c6773_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cfd5513afd8b2b5e22d5e384a7f769f9c04709d853feb2f91ef667d804cf9a7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:febf2fb95748ed0c440e6acb72c40d609ae7587b2665cfd7145c878a2a0b5783_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1728f980f3ebba7e48bc0e8cad114db1e0c06f692638764e30ab990f45c637af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:41508513986b369c2f89c64af84b3980b16bd2432130fb122d8c1346f0602894_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:650f08f62aeea4bc954e69ed88a9f2f14d3c8f733c155d113c0c58b7154fec4b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:016fc7e804acce7a8b8df0a02bec320c32f9ce6224ae67598a63992219a77516_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:081f9cfabc57aaf4d19df8b496613d8aff54ceb265634c904ec7765c810b4553_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6da3ef092cde7fbaeee01c5d6bb0ca5d52af3ed8de458ecd3001bb96262c1ab4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:035d07364444ea963d64515420fa4005adf82c44b575555a074149f67db50567_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4e09fb0bd709d53a0abc6326905cc43ee36e6e4ec5e20108efd1ffe585b1f2de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:53a5f81aefcdd57ba33c57c02941803a072ef3f1b8467baa3c53c7e073a9ea96_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:cb3d2ccb57987217c75079a9c10f230f6a7de9ba3b0fbd87d8d3d5c71f8c94b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3472a8147e06452751999ae2d041063907f275ecf429dcdcfdce88c8a19a17da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:61155741778188324e0616274f067ec36723d0fb81d84e9715f72ffecfbc92ca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:adfe8cb84a5f0a241fe69ec532b7092a10cc274cc3aac2b86f33ac8e725ab2d8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e704c70226ec4986c16166ba1ca54b908d1b6d9ddd47640bd5ab6d292f977508_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1d63a1d7ba183c49c69a6ffe5a4584de5282029b0b2c2f3484b4f4431e2ce954_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:441db8762a583090cf4325377b0ee75838452a601732bccf4dbc57f26f6a1a90_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c5c52612378ce1f2577314e5723642237c9a361506c448ca80d2a0b56666a1f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3b9843a117d6a6ae28222951e1a556d3888ceab2ff75a082a06343c8030a5ed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:236fa2dfd935db687e786cf827d88210c2f586d2d1a93e610861995908bf2587_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:647704923828c83c6ed3810e3c4d7456fcbe378516dabfac30f203a3bd3634b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7638d755fde7fe6d3c004a6f0f7c761a9fdb75a3541f19a792c3cf8e8bf473d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d2eaa5b8ad9464732265b84128b5280d725feabb2d4b4cef0178a317add66c39_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b659f5c6da6f73bcf8b2850f0172358816bd68fca721b65a9a70569a94bc90d7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cc867d49602a6ada5de7a783136b6463c4d9adee9877ae1966c016a08ee8e87a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:6fa614240bbc1932f65f8cc9215d2baccc05dd1cd5586fd308c44d8a94447a45_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e85e957fc16a36b5964613a99fec1e7299db9bc63edd86ef965d879a081b64bc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:14b02010250fe10ca57b2dfe1046641aeac31f92e5691c067b3990383967f0a6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b6b13d29b1cb9c9bcf97f2daa289669bbd9ea501430e51652bca3d50f787f23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a8ab293c4f3c6bc251bc91466b7586e5499b6e198cff46e50f6a65d97df60f7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c5d781c35cda14ab70d4a5bde3bf72df0a3956f5cb159645e5337095bb71c5ca_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fadba956181755cedd19d3d5b5ee3da0222daa1dc609b629c900a0052a4cbd8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:2719589f19df23634ec3f6b578f3fd2e827440675b72a69b89c9d78b1310f98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e1fe563643282c027ea829274a1945458cdc5d079bf2a2b7b0a9982a5cc3720e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:28d64f60c216f77e3e006012a403671463b9dd90095e19ff2dd027def6abb511_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6d681aac67e08e2ecca32415dddeb47df6191a99f7a8d7bc3bf1697c6a26c1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0d31a90914ea716508caf180e30fb682cdd8066da7a0a31752be9d86ec9c777c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3ef5a3798abfd3d9ec1b6ebabf3ceb32fa4057072b2670793ca119f556c0897f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e2c62e4b87e0536d15ed8b4f2905930a750f770d5c6d0168de6291d92c51f9a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ef5f4d7e3c872acbc4ee48bc91b5835dfef66a698287a95836344c1587ccca69_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f5f049eb01192eaca548f3585845ed6a530934d2eaeb422fc78b657cabb1f57_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:740b0d9392c76e433ebb7762e57f156a0e2ea1db37ddaed2c5b8044ca092a357_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:da9ebcef147e8d9e84848454fe2b8e259bb549bf0de88ee960fb48f6c8051060_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e8f942ece24d15ce0c4a31f731f2060b6e3874a2f486b2dd255c773fb1a55f46_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1b4fa4d6ee3081f39e54b4f910100d210da682dbb0f308f08107ac44e7338d3b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:571a51e1eca0f31f273be8cff7ff115bdf192e14f5d510705ab7ed423fd5d9e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6dc96b2e8156e7e42f758cc28302a2e94e8b3888970d03a780b1732375e728fe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b91654b9aaa85e13d262d21b949b1a96b386f202524c2e8d52ecb66c279eca8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a677804e422590551f82a17e61f64bc03d5a8a42a695e7ae8d9de5dc086924d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:fb7f225a9221506e6295f7efdcf44adc33e5b971c470b5835b0ca3c42ee1942c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:107c9dcda9632516721c41af941362ccc316d25661bfb13a7c4dcfc2ea4e1c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e75d33740c576321707835258793fe2fd257682099348a2a067806e764e1560d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3ed82adddc3da003bdb272e2a5df0317abe41512179cba925f65fb5d8f7c2eb3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c16e4af4e9a79ac2f1fa632b20e98befa9aa2953ef241af186edd226e39150e3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7b6c16881c71569dbada90e320379c2159ead0b0ed2fa2113e065b361bdf2413_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9533dc6817f01e377ea2ff7e3aa4447d20ab5d016d9145b97e0cb9e758c9a8ff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1285e63d6cefc0454a400b20a6e404537a8d57e5fb9b5d7ff1a75b61555622fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2ea17afe64ff273c9208892a59773c1dca248367c849e805dc78cda228aba29f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5f33ae81c766b0b7d9c8411dc4f6a0adf760221ed0493a99f1bea5dddb5de41b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9de0bd8cb41c5324718c8d8f275c612c0bfd13b322225455a1142dc76bff0a01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:2fee175122b1e3f74cd8976af1515c869d096da0bc4f5e9024b31a64cf88896a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9ca16ca048f3de4a5d9e6b6a38b55bf0b4a994bf7f7ccbda8c50c02bfd59c871_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c42a4deb157c31f6fb871bceb8c4401f44ffb490404591ae36110511f933f72e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f6d5c31b12c8a1a1e8316f258ccd254bf6bb8e49ae8a175eefcdf0bfc5c6047c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:204e84b23aa1edaf66f10a49432115ecb4c3e8fa34472a909e1c9a7a0c3f3947_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:37f226136e439a1b37fab44e06ff30eb22b1ba8f12eca9e85f59936c3d58acd1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3e385fec20235fd68320dd564c68770d91c5c08a864e3de41f3800937d730334_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:878a0a7473a69442dffd7c19132d74b29ecf765e3499d29f8da7b1de2ff6f439_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2b51546e56d1893aaa1b68c4e6ebb5479614d0402e840c8c850702ffb198036b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3aac893d87e5c39ae1672eb5ad48a0b9d02b49888fab57f8662e6dbb3897b660_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c5bddc80f0ba0e391b336de8ead2442d0dff227fdb8aef1874bc3db3101f7048_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:dca0c7b1c7ec76232b3d5ddd15c8716e04a8384f0a816217dec544d667ad2e69_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2551dc2ab6fddb6edfefc185f7b6d73ea366ddaae4e2f79d554f0afb79aa54bf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3cc6eb31325b1f9c9a2163c570ae1c3d4da7e7dcb0d761a0fa775b66fda9dcf5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:569965f29f668f02a342c0c7b4804bdc92354610e9368ba42a3ea5cc3172f532_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c4b2b0855c4ba25e150de01e54f0a84bb4c6c220b348945742bc0c18cc6d7dbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:01b6587f8b9ee398d34ed3330bf0bdbf2dd01c2fe475ed4d44c547401d1dbd5a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0fb7ce17c762a70aa16ca9f7f35e41d85997bb2bb22b81986321d29634ce9b3e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:60c4fd0dcbc1ed92bee7dedce7879893a23c9e4a6181e5e6d6a8f04880f377eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8925d5826cca515b7f7c05558406b3688a14963ddefa80f5b44500fe12dfb1dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:3d914112ad75b59b03d5653cea40a25d92af415ef52dd10aa7394465e6bab92b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:f8d52c53ca49b3f9847d2e568779801321307e329f802aa9456cd0dab7625232_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d29e5c26f37fc8212f2ff15cdac470982494be155f85e3c310b0c958b943f7f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:fc7a6712a6fe86a47b5a745e06a0c6d164779eb198f284fd0996847b025e53c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:32bf2e7aad1dd9ff5100500c294e343af0dae3d392eed27a1c0305198734261f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:54b4afd46c87b2cc839aa7d8b8ae232aaffe0f39846a6edf9d0d3228adbd7a29_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba41cc4ad0ea8dc731838e00dae166209a3e06d104e5cf11491639f82290eca6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a9395f57a9adc721c6e43e578957e21c8b9f18defbecdf91dc49d11044aeeeef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ba077da5ec7f147b51f0ee4432082aed3b7a3a541729913bc2ed821688723e99_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb48a38cb5d06b67ecfb4777c44d44f3e32a996397450e30f40e7ec3e340a56a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:deb40607f193ff4e36c684ce74167e67a7e96187f1a44a1f0f20f36572005843_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7dc856fddd561c1d29112b0b8d4dc39dc7503974a9ff563612e6998bdba4b71e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a3e01913986169c592bb770fc49e3875d46031b5788f983ddcd52938f9ef7a49_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c3481c6f76c644c017392c092dcbbb25a288acd14a9f01e20afd0d2d35e16d32_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cc440be9f6b3c5e22186b6d53a428a8220201ddaa79be39e19cc31a8fbd7b221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:12d7ec468f9634a53d053f3af7957c5162d92595fc3385b26b08acb22b7935c1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:49f08b645fc28af342483d9efaf2f607c9c2a6b491b477cdcf2985c44aa3e894_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d32cde1eedbd0c110bc10836025cee78421ec16d2924d30f5e6265591a9ec716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:df885dc6da20faf1903dbdac693889d9882722e8b67bebe35f624c11e4616262_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:16c8b8c6aee6f6a06367ca5bfe2be8fb85a05c3f18a819683f49d1a8c73941ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:376659c608333e76b0b48fcdc69ff17643284fd22fdef6c6998f07be54c1cf91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7359a62beac2d501d629e6768f1767861fdedc0d05f53a4424a2abdb3dbb6a8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c71d05c245bf1a4955f46c785d7264985e1f904de2a19972f7ce6209a3be0e4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:06ab376096238d4e04c9ab713d83d3cab5db769b5af1fd1c57ef2ceceec6ef61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2c80889bfaff670acbf859db3624951cda96d4ee8cb1560806ca4215e8c6c04b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:627c6b73224c3e37181a19cb598ef9a425cddc1d17d97b6c23388ec1345f6a88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d5d338daef4ae436780be192907d28a26785021d97865d8a95db9065734061f0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8e59a286a05743844dd1333770197161698788e0db4faf8e00cac6b2fb9a638e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9029d8ef1e4455dbc1910078afea1141f92a5c4d2c298ce1d9e4319209b55246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:da4ff38c7a1fd5adddbc0b0d3defbbd580197680b22648e2ab803c90c4a8c9f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f6c44d76a715e0ca38fa5e2becad93a2bf3a41fd8f181846e7aba81b0c579691_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:167937ed04f625a9cd2d0b8ed6048a5cb7b6d435bc2d41775d7db4dcdb5fae95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:176feea3131aada18df5da44af30a127f4dff392ce8ef57f7e0844969ec95923_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:17afd4ebbc2a5233681d4cc1774fcd70dc932bc10006235b11de8dcce826c2ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d3a98e507691edec50373d79ce9df48a71cb6a19a75c9276d0c5905d4f204b39_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1b6c3977b4835b0cd5399523dd437c230b992b77a0e7352b095d008be96fcdab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:54d79643f3a191710d1362d665b5c838130f3e51aecf1e27a2cdf66e98a3cb8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b8692d27a4799d20ce1a8374ba99f55732bb7db56cdf8f5b038424a086db614_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d196f02212da5e80ac5a73931316d38e9def9aeecdadeaf07aec685e661f9f98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:11c2a1966b0632e85caebc4555e3e2f726277175b27a63a5e854557499e0c28e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7e649963b5c1e2a7e8813569368eaf0ded5e544799d561622d469b03b9d93937_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a23fa7969c6a881648ba03ed1a13692c5db21b79f0608d841291ea9118548ed7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:af57ee131bc09ce55ecb3ae13ed7dc3ce9607a7438f0ac5a6e64bbfa000546db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:3a7644c1ac089cabd142fc1743b47302eae8528b13d1b038298f2f57cf746326_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4b5ee426703ecb55bf537731c39c69ab7f86316544cfc472ee77fbef7e5680a8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4cb60d36cc3b34b4b1496b74b9b2e68ff152a71d7f957b356311ea811bf05573_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f3f64bd2f70faa654f7134d803efdc032df63fd4ef07c97abd38fc41e625b48d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1b75d96a4cdcc3a37848c5edfe598cb1d99bb3b0707db5e3f62478320eb90f9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:876fd001172d5151ef99c02826f834ee4db4623b00699a8fb30d6a456a7a8687_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ba8fddfcfe0004287ce58db40c1092f2090b3bbb0810c277066aa2d97799f8b9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:bd9982e951fdc7259571b6d5983ea2cc44402cbea411ae9a6b135692bf5939b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a7a8d4d8adfd98d3a6e3d37644b33966f2c34ff1e553fbb5140ab9a15563e821_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b26a5a47cde227edb5e7f6e51247a6cd91e13484f6b5f7dc19b62f83b7478361_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ccdd76d6734e3a3cfaa1e432c1508c097478e842fd436672e57ef2563d817e4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:fee8f3b24b431ac2a5d4fa3d96c90c5e1aa68c08ee8ae9963fee457c98795197_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0e559f5e780f3849e73d7246176059360631d8c4a7db1700f6ba1b6a9e6ae089_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1a376560672f81b7596417591491e71d065e90672ff6ef5d37ed0785e9baab16_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:350a0360dfdc31eccadb0e8b9397d5a3436bb509999034b60e611428eb006cc4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f8b68ae48350a5aa9bdf47a36efbf661190d497ab5a139027a2bf4579d21e095_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5fbe979b3d448e36fac9615ccd96f8583b0d587d46f6b1b3749e85938cb2e510_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8d45dfe709ac701d6eb800b081947d39a855f65c756f31ae47b75be9fec0c260_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ea4fa6caaa81f207f2372c6179c3698e225658387549ba567c232170cacf8570_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8fb972b411085b4551e10adbd419e3cb89754ee5300222cc4fce27cc349513f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:066d438bdfa1626aaa7a0ee5d2e3222724f2f0cf5bc9a189b67fd5358a0a48c0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:747c142608d6f43952d315d7858f57edbd2d9de2d255938dde311ea580a329af_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b2ee2d0e9906ef1581677bd239073c09f93e5b720501e9001926dfe7db34839e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:bf0b42c5e7e51129966a4744bb253b7c336bb88b1f1a562e481f7eeff5428136_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:3e9309d53caaafc9b145f6b7fbbb8879c9f018ef226afe101f6dc7ab02b67856_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:3a558e248efdf5d3111b7d61e8bd471682e7038bd34c4490f8ba69b91b44f36d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1b0981e2ee13869663087d6504e0c0af6f2c56d2ebf81d72b4b7c751bbf6e500_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8073e0be1f7f7523880b30946f1b6868274c070acb97d9da2f5c486db99ea18d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8980be22bddace1adb383fc356975fbf0af9ac8a20bdc95b3303a80fbe296f3d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f4293de50825a003a825306a45612531dafce45b72a91cf4dd455d596a0c60ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5bc26795163f03947b3f42a5c8cc52b7fd6eb713a0fa5a1558bfe834c21edc0c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:7f29c85842a34554f06db311ef67ec08d1d947d32b4363d1153d92c8d13c3214_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:92857eb171128909119700c431920f543cbfc89cd06aa98db816a2fcaab321da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e931e3fe478f8f905855b4516e1ed9b33a161536c447025cd14dd68778c40fa0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:338034a3ce7dff3efafd00fa35b858c23c2ab284f743df414c6cdae455f8801a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f12584b95171f442bb3661c908ee43de70d0400c6273eb4e93325a5f3f167b54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f37f6568957ab825b08c2ce8fc6b32ad18f5b7bee50b24b1804e70cdb144e5f4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f949249e3847338ce4ae9b94b0d191edd3f316d471f0a9047f97e41e41b7554c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:407286c96b6e9d0ee4e8abec2b06a5dad70fc69820a00deae47cbf3fcdc65a40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:52294a05713b24485ce6d7d1b867081da2f01dc008b9cd052bf8c4c37839f581_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6693dff44dcfb7e6fe67f5373bb73d84cf401d20640c959375f20a24d31aa697_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f65918214ce906cb5af9a59ece43a36870989c579ac1660a2a58f9536a79d9f9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2ec7076ed08f4ce7a61f95083155b5315acb6004ea4245c70be2763eb0ce9f4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5a539e39b3aaf61d63f391b6960cdc5746cbb4b0fc07b85a98969f5c9cbcca4e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:93505b057575ff9292e2e96903238708b940a23953a79cf8742c880f1fbc743a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:be43f0ee18b6d56d81a09871c4a30dc2245ba60cf17ff0f1aad10e117f40aac8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3923e99d803b6dd5bfd2fc957101bef6dd86ba8f6de9e59a849e4c7a02d57e0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8253bfec4409c9a02be72d7e8d87fe5f4f81c1bc58a294f02dd570debc4f1128_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:851fd20edf32778383c81e3c5b935ec5607a05f8fc569f64e31875b8bbe81d6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d06d41126ced4841fae74d0437b18e9f1699d285158fb8725a8768a6e9065b79_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4375e44dccb08eb4ecf461f4e8e7e97d617ab5b1c968beb481d5795e6bbf0229_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:75140fa657674afc46d698aea19115a9f60c7765ffff6a0c4ae5ac166c725597_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c1a31ef64ecdd90020d72f323a242b551a6a4a85a4dae309e19f5d8f12d77b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c3b1ed110f6b17263484b7fde65642eb349162b206c0b9a2f463bf5eb13273c3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1369aaf62d9d273eef766c42f7015d56152f6b8effc50dc06d75b1bab38a20a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:47402101d62f418c0f6b8e3c6e2367a8c84f5151a0204f326bf1fdbe983c603d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b519e10d4cb8fd9ad126a36fb864d2f29f7df218ffa1b3b5f222e0befafbe360_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d70f848ab6450690b8329ae367ff2e5a3a5b295c073028dff7cf810104c5be5f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8f8c882873232fd9a00adc69e199f1b4acacffcdbc282280ebb61dfb1e61b875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9fe79073bdf1745b388fe52bee661394f96ba5c0af585ed8ab4a61724e324777_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b2b91287350dfb474763ca5d332c4765af0c1ff2d7be722e23ea93970add2687_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:bb5f4abfd26a9446eb2f4cb1355bda840ed1006a6233373434378abaf0e617b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:07ff9687205eee39d9ca211c0bb0c6b1618848e9e74bfbbe793aca67de73fa88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0ba94d11051416a116cdf516dab74d530a584fe7c4bb1e8d3deb3bde2214e459_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0fe87955631062bc7ce78891b9eb056f899308f8cb8101b3a44f889c1f0c0654_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:786de5dd308c9fa6643aabecea0bc666a9ede6fd2a5ce1cb0d511eac2a19596a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:719989a197c3bb8b8af09e95af49125cd28014fa74c7969f3f3b939223a6743b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:743119e024a9aacd8bd4bf45ab9c14e684ddbe2307d8f965e972ace243f128b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:76c523fa10e222690941abc8c5564efee1ec4d309a7d023480b6000a545d655d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a13cc82f7b2053435d5268416686ae2ba89e37b6561e49c7ac395cf3359ca2b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:98aa0e651302bb73569a0578e6c11a1691eafb5b0aa28dadd714a7b44b498f8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:9fdce4b5198ae740daa858432221625391f7283bad587e1ebc1220e7b0b4fa28_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b072bc3bdd61164b8076f2799e705ed8e34281b2cdf24d9cf08deb8e697de2a3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:fef5253a6623c30368e9e7e271501adcd9432b96473cf8278a7b81140d287de0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4eecd436b35c9b25eca6975ca9e938c2256fcfeead67e1ff4159d7e36122122c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7e11ca9795aea60b3f0853ffef0fdbf922f4863edd96c50fa85110f36bccced2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c95f8bcd0835611bb90983e96e3b780ccb65bd2bdc7f7554432ea971eac8095b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e497c1834c97590a0c388b58dc823cdff79ab6befd5f2a9bf494b3acc3181eb6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3a7af87b46058334b97531a4b1b5cd5be47e2ade8d74497429529bf0a489b275_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:97313aa4f1c1c9aa51c77a153d0f0eb35cab9711b7f1465b82a636ea44e849ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:ba0927ffd76ad6689b808e734038678c91854ca3d0630613094824549f8a150d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cd8feb684b9c70a4ffd7077e19812273f333174a70f7c2b63d57d140d8002382_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0c8bfd6ea4d0729e0ffffac9811b5db2ecf5c40e68ef048ab104f161d2689b74_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4dc7e3242cdcd1d3c1ea5930da7d4e027383149373cb6af0551ed2572eaea0b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b78827903e5c338d67a4ea2ba10ee67e16482ff00968ba99c27af2b6d50ce202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c9315d23ab26f6f40e05a5fb1f9f2dbce075244a035b1f16003d1108a7ba36d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:270b5e756fca54f2dc05f04b6f7b43f7f188153811decbc0b49eb215b11c2372_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5331e8ebfc48f4d2322226b8986dd178f133a52edcfc0a192e89f1785c8d568f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6cfd8c3da57c17ae1c430f2881c66eb0b1c456bbce4a9ada2491b2c873dba985_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa346af0288b5886b5f095d1fa0ceb7715d4333db919ff9d61078f369642cc29_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3403720059bdecff83f784e2fde54d2bebe09223ac6cf99ce2b4c840b9cd4a98_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3f8cb2cffaf6320f14ae09f7e44c965681b395370a156253790764ec9d2a2aca_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a02dde1d0b4f4fbbc4e6f0afd24da1595672f3f290345a4f6e98e11d89854a17_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c4e8ac4fea3c281effed3996a378c2e952a3d3704e47863b2ae6b266d2280920_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:46a0b302273acaf2582d377271b910d9d31ff98744cd8f290583a7bd5579761e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:af0442c88d2b9b93a187010065424798d89aad1d695ba438c815d04d7fcbef04_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:bc7b78f67fa189ba63da9891a1b05694d676a3ed2fa318336fa0850d63815250_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ffe4e64ee1b721aeefd8f1ceee11d225dd69319385e3e70f0bb52f4f40660a45_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:29d5a91b39dc6e72677bdfab50f56860c53e67dab139b464dd571fef9780dc6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5e6d4e29635ea0b075e402931daf8c384d07ec8660223babfd0df9d572ea6912_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:82555977089a1586dc24154b46be6499607a9d15110e5b48d9a549ee73f3843c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f32c4a07d2b7a14c39db1e5e5752960e46bcda700b292336480c95f359adf0d7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:86b3e656caf1c93ba2bbea00514a17b9d06cb7a6fd5c6746d80ce35f45aa5907_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ba5c8896242125c24e3a7e5698770293a601e9e7f8508465d7b45920cc9ce240_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7de62e540922f1de5f492527d07a8e8f4265d24b577cf2f93415209ccad63912_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bd71e582ef755da7bfeede697b5c2ab29ab9fcea6bfeb14cc8ca168fce5c7bd1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a1e6a736546b54bb2797d85d51b8f2b213fe2f6be6b26bad5b549df9dabf2d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:efc7fb9608c2be8c3c65aff302f923241bf8d008bc71c2fbba0d82ffad2b4f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:aa63c460867d565b44b2a8e919ba9a0e7fd6717f71588cc5a7e2ad268fe13181_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fe1f1b5d6da2e5ac66c689da49a4c76916533f30ab456c9961a225a5e26cb6ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:36fdb2cdf796941fc6638036b3a31048ba0209174c7a62424fb410ae14b1f81c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:65a0b94e9f663f3d73a9696a622ad46c73a5fc793f9dc46ee07fee8ba3bbb443_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8afe2a0c6b1b200201f21b148caaa682bce77cb3b1027f61d4c873e5babb1b30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9f7c3543e4b1a095399d1219c50f1f5081440ae1605154324d57ba9201aa4fe9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2c0897a842cd7b16b64888568ca65c2a6e473c24b2ba9bc5067d6f1f237885d6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:432c94d7d5d46ad66348775fa0e1a6c2c142469e8a770db5528a1aa25664c389_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c86c7188163be31c7ab04017bc46ae88707437f804ddf2b5bd5a73ae34f64312_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3f836bb9effeca4dd6a230a4241282d33ed454ebabd84829c41e58db5f24f47_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4632ef8ca0af5a8115f3d9490c2ad9e2e44361f4d0671fa8a3a1006254b173ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a7d2d10f5326e2d71551289740eba86d6dd2f12526dc684b1494bdd4228fd8e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ba876751849dd525a26e70996e7e02092c473bdf386ec4663a54ecf61c4f0d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e842cdc56ee7728aa71a7f95eda9777ba229aaf959594e73d998fbb30b7f76b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:90331abb869c0c04ca7bb59681cbd957ff54eb0e0265e16368f9fd6ab6937acc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a02580814c02bec4c1c9b79c4b5a48a5a59caafa60a573f9f99a4a1ca07c6f71_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c197de59c38c060dc8aa099a027922853e4b9dc7e5589ac55c8841dbd44b1367_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ec7a4bcebcc80cbda32227224f64e67cdbc98d3fab95466b55c89755421ea4d2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:223df196f0cc747e52ffae9f3dd03fab2da3c72d5e3b189e3035d4264a08c6c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:29f3154c0b972730ae9a54bc496bcdf62e9ed348b73d98ca958a265717ccc2a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5e12029e90adf045a4377f4be2be75c879e57aca7aceffa2aef08aa262ae0f42_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e150a242bffd4437f92000417cad89969fd547b5da514f8586802b99a668bab2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:17752e2fbddeff8e6f43bd354d91f248b4e69d88e80b29b75508fb03b82d92bc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b1703420b5a67a12f055518b6a23c1d8259dc8a064a1447196f642dd23363806_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b93a134a81af485a0f07dcd6a71c816ed517178826539d0f53b6c45dce87096d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d266a3bfe528e76a8c6ef1700a2016080d084cf6fad2e70efe5ba52ff0dbbc51_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:8c90e9864b3ff53d398f2451254dd3707868b36c6032d8d139cc3ef2cbd9084e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ae6ebf086515376ed35bb432a7f567f7bbb44b8d1b86773fd86daa387c5fb933_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0a0cbb021e13ce9d693eacc4982ece2e8ba4697f5d5571b8d0671d71824fd07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5271f6452a89fe7907b16f486439f54f0dbcc3d075a70ef446ee4cc62211b1b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0abb949ce9461e5718c1988f57791c7537eb1b3d2184f4b4268fe087e39726d1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1267ac849f67c33155b54409011cd3f0eaa27d5f211703875cfd383d1170ef9e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5082f39df1f143f23f0e587dec5cdb3e3b033ab446a57e7e808c88e6211a1a67_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8fa27bdf891edfb80585e470f09c9d6fa369aa727a3698b936b4818a4b46448f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:017bed02593deb2e9cdfe0f268916e5d1c8cb7a4f1362c6eb3c94050896d7276_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:027baac40981f53c9ec53f5a4241a657929d6289e42a0e5deef617c182b7580e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4bd5b70373a257b1fce20135ff4a4b3e6962eee541c67a0e29ba9a2523d4d4a2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c0b3ed1332b228290882bbff6a1ad6866f5ab2a4586b261949832cdc3bee5797_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:047c270f56b685d5a4e67afe43d2f1ff47829a259be6ff93bfec4864233d4497_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:50a6482667d53de3d7aa2bff6df05ca21e4e9773996afa8b8038721e231deaae_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:653dbef43ed7f531ebf64c9314756be42738f1635a64097c53210ed0b6b0de88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c4d2741561038e0080204335efc6eee5b6ffd8878553b240dd433fea701e6bab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:3de609d984e39497dfe119bb8e0ac2d6d823dd894a5c866e5ec87de5b5711e60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e3a8b252aadb5b32f42009803b56dbeae49a3ddbe9d00aa27569af4747fa403_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ccf49e256cd9c3bb428badab464a17aee485ee1516896f1ade10da11085e843c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e77ce95a84b01b09c5d1e6dbdea8970543aa3a60f9292300beb078d1288bb801_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2ab5fcf7003f4ba3de7656a284b11d6ee05bb02cd0f3532671a8c368f7b15178_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:44241e57d9067223cdd1585db9d699db113931b7a273d207516f60c498570677_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6aaa55450d567e2fa992650c456cdaf5529c5d96fc9984f7e1a4aa9ed6294bf3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f2fa21e8a0e88b25e9037a9c2db4b157ca6fef8b765b36da7dda71bf5a4c4478_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:10bfb59c904103177754f0336f7b7bab676d240480a8213ec42a778bca3f277e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7aa4fdd78ceafdc887a91224614657e86c1e12b72fde68dea4ee5c6e9b610cb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:e4a365a0516b0c8ef2d1259ec4bdb7f76aa9dc0d3c3cfd5d5b3d34341d349772_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:a06af7a856d5f2416777c1bb1d271c189576e273450b25c6dc5937cd16b8bf8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:28b8390dae142ea16bb05f6bd95f19b6ab38dd67c341168337ca07fe4f45fe87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:be6a9bcb97824c91f393af5aac5a146d819ed9893f5a074e146afe18f3a50dc9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e6392d583f97f0932dc01be55534fbb6dd3014f84b745e8bf7583b96ad7a7761_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f30d93c0f244f5ba21807dca912d18d4facf47ceaf43da7efa41b14ee816b71b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0848bdb082bc8dae6bdaa956d2ae36fdeaaac89024822f4bcdffb51da1165fed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9f9603a2dd344770da433fe8dd50a104d69e80ad463f9cba71b3aabefc4fee61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ab417553778971822422c6eef94aeb437209fcf88e78188b701d4b2243ac5be7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b9bb7615df3eadf64501f35dcefa829934f330892801cbb86e9f70f5dde236ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6bb4c6c64852f2b7ee590a0a60db256d8dd549a4b141fe71d311bf30d0ed88ae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:837cd26d96a814814145cd0aa0cca672769283c499eec36c457ae432b99a7466_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:956ad866d891e1340f630b9cad6ec73d1fc60d4061d4c63946ed714900388a3b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:9c91591eddbc058f05d052e3178102b28ebd25c2c9cb796fffd5047f5d413d12_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:0c95fbbcfd5c54e6b2934a8efb4f8523d1536ec1deef78249f4daebaa9d327d6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1b84b2a1cecab16e75947d29572008547922714207272a5dad8169d1ca5beab5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:466597e63e82ac365414c803f5ecb8f06a72374885eedc5daf9532aad16ac148_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:de9cac5c7ebcf3d43cad87758dd2eb0f4d6480f59bfb4112c224a4497aad9ba7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4ae516b98be8fbdb9b783345fe680c1d6ef57b5dc06b2ec3bbd20bfdb7c9b2c4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8f242ba3e0b9c57ecbd85f0d4c1bd67306357c92b53968a42419736c3dbe04d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b717614ee549be99c17ceef3d755c66abc983e821e04808df347962858e0da81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bd0f90ccaaaa74683b9bb17db0651dfbdfdf8f49adf0ecbaf8e83756d270b590_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:040115466e4f525e9f2386d6f8838c51f8e1638eb06cd64f071d4ae027a8fb9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:1a677b9d28655390d007acaa656997b12a32e9093c1c228778ef96cc6f4ca875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:39c68aae39089d044ce992b949d4e9961105711501daf3d4f0ba7e9981920729_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e814640d65f77818c180a706940337f8ddec8ebe4cf22c51a58a8b69e0f4099_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2831d7dc9f3cad92219addd21b93959900ee2f71e2d988fffe913a6f88dc7e1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:50f602354dcb223759d781cb057b4081a424d6a509178b10674358cc8dba41e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6925001d8a798896438ef1388f54bc29825c37d41f2f09a59e3f8bf60b2ec6af_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e01a83cb76fca294a011e022ed86f1da8cde36928096422a440bce8e42fbc8b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:757ad9e0c37b861340a7b2269b068d5b0c6355322eb5f5898a856fd9c4495b16_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7f68ff8059ae68d15041b8f38ad5ee5278289e1370d276cf7e78fc7e9fc3bb10_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:816787cc8c95a4a2df1416f09af6228559333e1bb1421ede0c9e2093444260e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f9bb9a184319c9fef278d3c6705f56cfc592c844f5c458bd20bcdc07c4230982_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:198f39ed50bbd835f4789057f9d7fd8de0962f1641a7f453dd90d68b5b2a4e7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:633ce875ee7bb08d9bf00cf79738e3e63cd6bf4de2d40fa6860142a301c0968c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e169d65b86f23d6424af5e7cf9e1d0ced58382128092821676196c0a05f91da6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ec2586358c34d0130b00a3714b50c8b7bc33ce915aef6aa79eb214d38202f37e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:13e81e4c25d8c789ca15eb4e84f3fc531a50b4dc0d95fa3573e002e3b54cad61_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:17637f8455e0e17bb3dca34545a26e881cff3e1444af45b9f45c3e282a252bb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d2dde1514fcf3308d1469a0af6727835121c4d6a1a1775a675a7ffabba8e3bed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d6376055835ac40728181d6f354398a0e60ca131d2fd8f41471ed87e974ea4cb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6f86d997faaf61c874def5a78cded319a188c1babbc4dfefb91a29f7e0d7f0fb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:73bceed99ad1b0bc99e66ab8361037e4046c5212645490161572fe6f34de98b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:babd6b0e928bb674289f34787d3aa536bdc4c24a877a5ac9311f21f0cc9e6224_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d00a12f6c4e75a2c93bdd135eeb742f42868b0186d9d03f318c885407a17e439_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:0932891a63e5ec5a076c7848d5746e29d972f3a96058914bee8fffa4921fed38_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:472e977d39473b92992f53c0225de477318b31be8656c37bc35193789ab7a456_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:71021ecd15d688aefa6db79f817c11a751b51f6ea9f2e48781bdc49c6de98088_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:9563eb7617a4d3a9c22fefaf03a4ede698fea2621a68ad231cd9e65930043a56_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:1fbf3bf4990353e799dc271bb4a0c58b385feb2ee60207636a3f76544b4f5ae4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:7815e9dc63477803e7e8bb8a01ea83043b5503ba529f64db3c76ad1c4cf2f0b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ab22d93f277f9bb65fcb5fd9c448b72f82384b9be43b8ab525d2836832044eb2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dee02e09373732db94bc442ddcb2eb4d13095a04e35c674387d3df8ba23d67d5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1a046b24339587101462756592c87ae4a8f699fc2977a703e6d031e2022a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1db6c409fede3e9ec09788fdf286fdb0634de6b6e727ec010332f7cf2e462_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:bd6be5cf4063439e92a1264ce3af0ea6528b9c27dd4b26f043a80aa8616575fc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c955c4b9dce1b25c73453079a21d84c5a2e5d0b53cf6e351f9b1855f08db3fb9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:221943f7b65573c2942d88354261f93a01950be1d1a86fa853544cc4c283c027_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2488ca8b2a8f658f3deaf9a70b12f7aca159490b5e0861d746ca8ee5d2010041_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a3435c546844b61f456789fd315495d6bcdc2560756e9fdfc4b896cdf70d75c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:be2e4dd58b8ed72278bb2c014317e69185e2b19dce37beea7fec3798abcb35f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4da2632fea643a834aac3fd63bc51fc6b0d768b869ac450e6779c9f36429a9fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:56ab8a9553f0c0202a47d858e234f2672098514dd647502405cac1f28d14196a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:abe530f4e865add435da2afd379a3a11a4d75c257c2468a09bc78f10256e0be9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:fe1397131aa0d447366fd627b12582ed647551ad3af13375f8c281ab73745f0a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0857a5a2cfb5c277bc2d2545fb19693f23285ccf6b75144da8fcd7225e1df1c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:43b36fb1f7ad271530f5ee9040cac4651a684e0e08de2ed90a2939b736b565ed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:7f86439496ba6573ee1d61b5f4d414dfbbf65a95526cdff54e45229f01785517_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8094138e4ed2267cc278a83a1586922c957142c9e5fcaec62db531c83b79566d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:309b1dd27ce0c7dc332c7141e576642db4aee6076ce50ccc2930e824f02ead2f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:35322e4580b0fec862223f76e0bd3c95ad0af31f3d4cdfd6423d3ec47d6e25c8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:699bc772c8a648f8be7d6a5c32d786d8f6484e584d918d68ef8a32cb1499663f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:779afd8e0fa21d022d7e75e7ba8da00cc7604db1adfbbea879bfb1d0f8c9c831_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:49e98d0193f7d7b4347043f0655d350a7a0c0d8c8b850d95abb57acd13dd8ac8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63e308cebeea85127f584610f59cdc9b228f01b9acb227f2f6eba7fcdc29b1fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:71f9b47dbd3985738259a6bc9a5bbdb240fd21284a194b47bb78538f8e870cac_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:9181583c88b3be23253c76e277f140c0a1532c1bff7d62cd0da1e14beba1aab4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:0f96581804dbadea29d9ef9a2a952753f5fdf295670ea0297622214e2a9b7d0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ae4714025025642ff5d9e250a4715b01d933487fa8bf4eaf82629ebd6d4c8702_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:cdb096f05b664fb542bb6eac3cce52c53da2e4bb636189bb53f737d3075615da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eb9908581f71dbe01d8553e494ef022417196408e9fdbd32f08fe1f5b9c9572c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:08725f7a384b4e72a173141cb35fb67293385ed72d973fc4d497f3c0f0dc626b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a322e3fc620e914088fb5669f1459a47140abdf027bd011d6ff4e5b3e6b909b9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b950e80fe164f86ddf624c80210308a634929ab8eb493496ef86bff1c5248fce_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bfc663a0ca81dedf849e89b91feb3fe0af97932fe8a8fc711d7ab85b6cbdcc84_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:13257447171d38e6e99c66faa476de6ff6ab934c285a0d1bf71fe94dbe583462_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:23fa493f397748092cd71c41b9d83d19fad6a5433b692bc644e30af790cf60da_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:28b1c9ee4102140998781ebef22f269316d8c2be2254c10b4d7151dffb0d37be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:be2175c2c6c9d882e44cf10aa85f1219573952473e893f67cc7085bf0a324407_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:61417bc1ddac0bc97c786b5807c2fa33eebc75f7cb186aaf9eef2151dbaf75a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:73956194247e000432a8c5f7b78255062c5ca967745ba2d97e680a06f698f518_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fbfa9ada74c4875985fc4bb8366d21eb5275a52953d44bc6bc740d48edeab5b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a545c9c2fbb36296286f684e02f9a5bc337b3c3fb9c83c608c988c88455f9bf4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:34a8a8a4a62b36b5e0eb061db3d56905c8dddfeb2e7a7135642f947ce6bd01ad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:41c2ea14036c2f8639cf0dd634e327841954eff4529743fcd10e8475546165d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a884f443877c7a3c0b32dc60a79e1bcbe89036549da7a8aa4608ee2ac6460765_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b28e8574a1d3b374ac4a61ea4f3c16eb70d9ba7385bf830c8698f4490f8fd3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:8e245c278c66405066cb31e9d48e97ad9cdb826511bdb1104807d26f896043a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:380e3045135a40d202f330002512a5c499d8d2079cc38e5c0bbd5a2312820dd3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5d06442daad2c126259fa5d594b53329e386f560b77a475ccb0cc37148644a5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5dc0ca56deaa237fb0bcddac8481b45d3ac81609b36c3b7bbb6cff8456899208_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:aa669084fb336f5d89d86cb58aca73b88d6bc4b6505eac2020664e0b6abfff6c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8cb392862e1835b610757e822332074ac459c593e9bd60fb6b6f6d0aebe577fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:987afa1aa902bb85d7c2d96f1637bcd19bf21eb832444c98d30171bbeb746751_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ad2f0cda09211f3e0aff615306168baf808e6fefbf1f039c3ae1a1fa7050a61e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:bcac50d10432ecdb8bfe2b465ba75889248ee8595f23c5243d023ac2a336f3b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3cf2d6f464e6a2fe5b4a8cf66690b3237aefef0c825a687a548f81336507cfb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9bd17213796576ce4d315986dc0b271011c37cd6e9ed75edff5ba80c3302fc26_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3205092b914bc1fe858b2ede7642227e04f35d06daec4848fdbbc0406fab4a03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a20ecaad93b15b869fb321c7503adcddfe1f0f5eb3f0f6427bd363234010853c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:57259db0550547f85684c19078b9af82b6318dca0c00ef8da27de8c8dc90e305_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:a95676fb6c1cc1b20cbb758a7c9fd34e82b3e114b81b5c17f47ef303feca3d51_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:49026487ee6722c3d438c05c1c181a36d14eca2f0d8debee48e4a02db0486145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ee65002c4934842ad86197a89e838997bb87a93ddc9de3423eb2af282a565c41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1bb56a1a194ba6f64edcdeae267fecec590c14c85431ba62ee8c6b5744da3a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bf72f3bbed57cebe1deb7690cd7fcb6d371e526630cb386d13180726736219c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:81afdbb2d9fe212af38a11b4d00ac952a306e13f91b23b2a081c0393173c5e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bf8d63c933996abf39eab9406b3061bee014d766a58f4e27a56413652d319a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:4a5021268b1ab163318270fc9ef07afa8a29f288c95ea69700c4bf46f88e85cd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ea443d9738e4428b6912b47f9c1d8d05b75cf8b137f0f9a76f852418b33b989e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:00148cec706fce87b240d38dcc91434f3c167052d5860d42ca9057e24c3f35eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:7996dc231961eb51daaceda9598b04e4bbe7d0e4019dccf5adec8a14d6f7e1a2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5c70298b919a36de41bf25d870bfa3da4013d36c6179db3eb6dd2e67dd20bff1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:a64777ab69af6f2b6cf4b78e5a00148e98353748946991c0a6da7eba76b442dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d4b6a07334845b2938c6d09556cea5e0477d13d4be6247bc9e3fede2e46aa3ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d5e665b41152b8363b4b15973a7b86365bb2c047366aa69bef7e1c499cf4fd3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:1a29c30f85b9bc858f0c70ca5ed79934494d92849f23baa6c7f26f67ea49c57e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:70f95a8b240afc604ee9af621fc3b63adaf80f593f3131e7ed51077ed2c77a1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4d217b45b97c9e01ba3d54d03270be07e9659b0d4313fc85999aa49fca560108_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:634f48a37ef03dee1cc0c0626c32aaebb8f9975b4640ac540f02910bdb3b165d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:00f06d1c70494444172d5630c33e1c93c333a880520bad3a810f96dc69cced15_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:01ac79392fa7a265608b75458534bafb6e5d350f2e8536bb9de48566c685841e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:12047af5271e61b4032c04c98df9ad54363d6beb13b36f49085307705677e345_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:37e5fa3bfc88e99fc78f2ced6cb4a99f5099942e40158dfa6940784c3d2ef95c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:54d10266c83c4d5fe91b013dac51538493ae4a4322c925e561c45316c73b1e2d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f799d506fc4087aac0eb4b2c2d6c8e511b598c6b3cdb1ba5ee470b787759fd8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:061d1b86afedd409ad4947a8ae59064f0fa92360cc82f640cf124776753ea3bc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9c7fef9c0e22e1721125d5b1312e509fada544e1d3d956338c3638aecea53dad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d3d951b736b910437255f3455b76357bfe0111c257f5a2d8dfe0f9abacf30fe0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f7feb8627754651663208ebb363a3e42e1767e16a65914148ce0507a77bfe795_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:23b0327190559517a3526d2500534542e9a397210cc6f663ac2b313aee902e92_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2911daa552328c8b01b19f91ad43ac54da18d343834c48ef35f12adff8077785_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:43960246dc7eb7bcef847c0d706bc6b0f0a407053a2cca7dfe27fce23c6d2af4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d05434d4552d2ffdd45d2fd44b1b2e2e8976a15f0f4ae59ce7dea73ca97dbcf8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1f7e808f97ad41f4c301736bdf2e06da73f2d0e3ef4ca838f0afd65273db7c8a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5553003527f078011d0c440f86c1480ff4e62b318e98ca2a4af97b42e5e186d5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:582a4e6fadda74e5c6c49b605b7967e9d6f25c84ab3de162c30931b1dcaee31b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6d54aaf9249113e5be1b6a87bf439ae778918533077a41ee9442396cda4d2642_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0b4378067622a7584c3be2e5e5d8748a564ae7672cc882bec0c1d6f4f4c28686_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2ba6c6b021db9b58614b1ceb9b736978b0e3396b04dda4518406b041448dd5cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7f7e406ef7b654a66bbcbbfa5326ceb1ddca4a0236cb60761a0ea48b919e8571_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fc403f7babe4eb16c770c80def94f34696b3a8ac55360b17c88edb11b9ae5a8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:473d595a495e4656de14b1b22456ef1ce2218fe39d02bf738990c0be4cdf5440_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6b3fc95809e8ab1be94de33cb375207b4302f93dbfd51f2a67228025c1e304fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7d0a9db460cb1d4c918f87a02979048f170f5e692e83cd517bb9b3271aa06dd2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7f1e2dcfd02a6a5fc56c6665979a8981f11144a5bcc6419feae3964b190583c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:775213a7b6d92d23694dbd1538727c84ad58c6b8a8b46587ff7bdeb7312acc05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a649eef7fa6148524b1f3aaf18ed6543f65ef91ad21358cb0af865401061622d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c593dda5f85469eb4ded8cb6c4738069d48a144823a070b83b58ba7772ba0e90_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ffdcf3c2b138b62cfc84d9916799812ad73fcba9c3416d7442f3686417c85932_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2e1e514d9f3cdf5f04ca924fa98d036988ab47259be5df67497931321634f730_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:32e93e986bbf92dd3a3e09f9c76bed29334b5cf794e18b843f81522ccf43697b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7bfa1c21aeb7971fa978d49455f4b5dcccd4ccc3de147ef47c32e9b74bcaf2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:dbb5abf21bed592282f09e30ba1387b084eb028bd931df5609c07fb8c09a0d75_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0606de7cca514d2b4ad9593d7f37950512741cd8f1597b1f83951aa7c8839268_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:116474d2dd37c159032b15ff856dffecad2ef0ab76298bc43f840bd0245ec78b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2e887b0da3269f28933bc5af839ea2df95b7aeca3993cb31b0a1c92e7043cce4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6029166a01da021523fc720ad70fc59f449684e577f9f5a36e0e759a39d0a28e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:849b8be9f7fc785a70451c1c0704501e2b449650acd23d450d145da1a760c166_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9c5d6a2d314e840600ca6bd1354c7dc6040fbdc216166418485d6edfedb27ce0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ba10e440e514662920d68ac025d5f3841786a393703fc2dc0ee21ff1d2490015_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bac1799b133fd829b35ac619a25a272301816494e83be5a251f78a50e7fb2f88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0469874ac135c41bb590ddbac02428775083221257b6904fa376335610c4acb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5823c8fa1f1409d6863dacda718e35b7afd2915befa21343dfcc68b6fef7a9ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b38d3723f2547dc5676460e3738420e243c6fdf7be77e54d18657efb9668c438_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e5a5e4c1a01ff3f5d694ca26dd248533fd463c85374c25ce1a9f4b7a60deafc1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:19f94467c811e10882e30eeef39b1266b83ee417974aaf62f75738d51811cbc4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:47487ff8d0cd813ab3354061caf319dec553b1cba9d5c1045de710b8a6d0c51d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b3a0104cb85f1a6965eee44fef58983637839a1f97ddccd737704ab41cda3a25_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e8c72b610288bdc44492ea0a5c2fd66cfb1673fc06f6bc66831fa84c96f86543_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1a9333d29d3561fe95488f3d80136d6b24b4a2e04472d37d34737fd1032a8856_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:705d146d458883660aa0b673a651d05d1d1ad73bafad91e84755118b82092ae7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b9265d767c8a6786f12dd4788377f1a316864863a32de4a4ec07ffc8b874aa00_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e3a7bfabcb96924059fb7906be97a0ebb1df35c6cad39a7968a6461df0cecb31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5c015e1a10e5f14e82e30ba41b1ae6a82cf5cb0bc631f5137d7637c44a3f5b8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:623bc4c74b05b46babba7da628809bac05b48d8c4055648e88f0db57c1bb0e07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9502a32446a8828e8a1887edcf49034e874ea0e32ab5fdb738ab89e77cb5a472_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ec7b6b83c8e934b66505e8051e183fbaac54e78abae5ae99077d4e5e163b4529_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1f15641123321a662f676a46a24f6c8066bba6e3730a3c0d0eca3ff8e548de23_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:85070876ada5cb86e8c585f3ac3114d548b189074723a13ec5d6fc6be25c9964_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a34e14a715bad1d324f9211d95c56ed387ae51b24b21ccf931c12f3f7b3dcbaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e12ce561e4cad13a5d08e8164060bb74a309f66047279a26dd727d34ed3dc16a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:67789c239f82fe3649ab8c0e13f920a788a3612d15a78fe5986a852bb2d11a0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:80d704ed310acc3015748815351da4b54fef2d8b74d7d4b03aabcf9fd7e60b38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bfbcd3f502bf336124261fbe51f19e7a4cb9e9132e07da62354699b30cf6ed24_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c1e371a0057014662b91736570bf25fb1211ead7402154a1149dfee9e55b994e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:175fd0386d9a4e064fa760f23ecfb45ac6ae3500e5a50acac0660d06e5b7ecb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3e9811dcf3c528ae6f5ff86659dee1a590c2b53f7af1a03204d06fc3dc628fcd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:68af6c6e7f51523ac223f4e25955cf3777f4ae5b601dcca7c6ec7e2dc0de0782_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:8f1b3ddbde3e33dbe01816bce0cce7d7bd196cc04affbe606fecfbd8ad7b8b17_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49699de68bf38c34edb696ebe4f9dc608756382a977f497f6713dbc7b6e1209e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49c32ab1927e0969508b906c14aafcbc64e6eff7680b9a10812eca4f17787921_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:86135a8f7d4aed36e7b2a571b431b29eeaac2bda02762eafda3e22a62a7a2d6d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f2dac4ffbee9d028b26e683b63a9f033ef8609907f6c498d42c447a306e75328_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2884bba195d4d635378b0d15efa54991a23f51bcf4efb1095b478f5cd9c34f46_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:d84853556ede64db5615eb4d826879c744f7ccbd92c51ecf392a686af854ec11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e05dd48fc4c26b5dd822ee58a2af27bccfd0ed28cc959a6fc05073cec6f7c9b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e202635a4a52be92b47960bd8ced28634111416b220cca5fa7f86373ecd1210a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ae36d953c8c7f73dd78d620f94a0335ff5fb84b16ce9d2dbadbdf3dc5d66f6d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:308c924c44c35b39c66b429a15a0343a47f7dfad62dceb76ea7acfc85e6bd973_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e132f6b0a6b4e2dc63561c1ebaa0bd9fc669a835b0c22b0d56599e3da870231_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5216d36dc483b1368a03e00dd9dadc7c75de2bc36ed98cd7ea2b089cbe23965e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4bc11f6ad7c3e9c99e708f7ef5a01b4faedc8eb5d2de5b0cbed502395958555f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4c04a50ca49fdc521da592b9c326e233763918fbfd6bc97e001e0e680ce24cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8ba4aabc0e1e36c3ffe66b55c67ab8c305f64aa6011f80060c5d95ce91180c5f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d259704d34b605abd3568bd4c988bf9e831d80554ec2d7a57e7c39a70daf0140_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:14c55985b9277766e54156139f0949d1e3e5f756ade34512a3d5ea3dfed2c544_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3231ec9c296798f11aec6a285b0a8f7c5cf220534d0525afa59c17ab2464abb0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d8767e4d0b2c8222748319f05483bcefe50388abc182a01f3ca9dae3c80dce44_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ebed5c3d8e112fc5086208b4b4c0aba054a0058f3fd08b71b129dc124fa00f99_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:26dccabde8cc0d1ad45160677fe240b3fc098acae82f6d095fad08b78330453b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a168025d531f20656997ae845a4930919d6805b7f9374c40f7835a93aaa46b27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e696a8bc54ef8a13800b2168a395d2cbb08678403beee2dc52c56d04cb235759_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ebc22890c7759ec9992b64dcb0e388881caeeae333a9a84a50dfeffe27e38b49_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:09319f1dcbe090d9677a43249810dfe5b3eb165aa3f8b473417e0913649b1556_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:46a37e99da18852f5512235589ee86dde0db6c09d76a49275a8004422b9ec303_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:535d1b713587008fe67eec103cceb54471f5263516f5420589cffe1dea02be93_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bc614ab102efc7dfaa47fef84c4783da26548491e4c43257bb606a06e8d155f0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:08cac9e30829765f182624de9e45e59b40884b8c39cde60528dd27afa57afe72_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:13724dc9eb7247844e450b59b8cf3af5e5f486e9558942836ab60f74b9943291_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3e1a80763f76f622b5ffcdb35bf2dc20ce1e9c06c4f5f6bf0ae06b04134733b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d077c79741fd0c481fa6e1aa2c479b8c5b380b1d1f163259777c8c50be257709_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5e82ef0b9ab6d4e3b7431a7611bc563f356385dd8927855e6090008685f1549a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:62ba53e306331c1b20cad27ec31cf59687218f4bd5908ed7e9034559ded04b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7664e74786778a96606757f1de215a4a9702d0c9f7cecba7bf8028884a7609ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7a967f88faccfc101b9388f8434d406acdfc85d7d682f9ec742d59eb31074fc6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0e05cd1eaa2b9c558d22892495f090b6b51a316dc56d85ae825b6fc44611b6db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:445fdec85c2510c8a45b2a830ead87136bbb80bb9244987b4d6ffa5858931926_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ccae4f8f443ba6806ea33105d7dc06002d58914626cb9ae57476b29193761b53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fc0becd36b6fad4911a5b8c9a4693320918f7f7e6336c2b11a76adcb6d1eec36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:652f8fc874b95a56393f14c2b56a63faa64c04f6646c1786d07eaa272a9acb9e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:94b9c011744629b1ff6f230e25f876f218ed59d55a941377797f77cdb7c03e1d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a178a796ca9d32ac59faa5eb9a6aea30f1aec65d88f89080f57ed519a7983f05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dc8a79297c73782f5005075332bcac58b051a07d2b35626323f9b69ee5f4d64e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:03d66c724cb647d4a613bb48c9df6e9ffaabb68c8af5a4ccae45365e32456470_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4b9510fdfb45d2561927843dbd7ed869e2f67d9636e59dfd0c3ee640d9fc601c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b3570e078bed53aa3e435443bffbd12a7b259f8dee9d18c0d79b55514a547b53_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fc8e892ccbd8d3c1e737fbaf8f02b5fa6bbbe242780c9cd00fbc5e6889d7baee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:266bd8400632ac70fc6584e4bb2850ebcee7027ff7899acbeca612c6556302a4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2c8f351447fffc2133f339c6ab3a0bcd9bdfafad4a4cb5b7dd2abc32c6056a92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b8d2783a76f514f9a4e8096434ac205e1d82d09da2d67fb930a1b5e4d8089e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:74fa72db679ef47f9a3e3459a90dfaeafcb6db73dfe15b8933767e2f9d19c448_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2b5964f6cb078aba05ada42f0c8280dfa39f9f80526932cc5d41410922e4e8ae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:480b27e9866ca8dfba83e1accd427d4f6813f4fb7f612854e32bdffc10d7d5b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:91c7fa7b70f2cc82b26ac16f91ea084e15a4f5dc64f254ed878c25dd1170c0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:edc297cdb2f670aebc1d3561d801840ad029e8777ce45724066e6891aabd60fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:443e0dd81ae60896d31f07ab49611c5e0629746824df094ce28cdd3cb0ae1d58_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9b16561ca87196e3dd9330184f7abf25e97272e3c47d2e8d594e3095e74f815b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9ff62f63d487e25a750bad29314955effd17152bfc534ff698963760a2615b0a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ab506c549b676ad9d8dd179e2ba871a12f2096ca2601ea2a1f2605ccb849dc6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:08758e6b81d6679b095a8e7fa323870eab35fefc05e525c6ef810b6cc0b3c0fd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:af87d24f6540e5c98def879ec4ea8adeb5b138e41abc126b2c3030c5847fd0b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c5e9e59a08d8940e99da6bc568269eaf71ea8db62dbff86a7f6fb5dae861e323_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f5122187c85ef27f5423ada009d800afa4800e32ad1ea3299586fe64cae8e38d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3c5078d135089e1548b4dec49b7e78658279e42a72792a988447662534b6516e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:56158ce0af0c0eb9709b2d1a172201bc795ed6e5075517b6919ed1302399d6f3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6720c8097a398327f18a5c84c28f6b58aeee017199c2649649a1f159b8365838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:89295652b447f42c6a0d6e1299f63b04016f10ec8faf6372357294a14472e426_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2baa85e44cc4ac6cb825103508c5bd74e348609eaf53ed42c6d0e045dfa62772_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:61283f1fff1f8ec53563012a5b1fb5a48831f0a220d3676b512f5a60b331e849_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ba258012c0832c57b29785be805be44f0b5f8eccaf76d82d7493946806eafe5f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cf3bee6414a87e7f907d30047ded274c488239af5b1f43ed717ac2cede29df86_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:40854e0833b6cdfedcf275cf716e58f3cbc5c44be313fb83ca3e909bd80d0b08_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4d6a10dcda92c599f52977c71208222d166168b29da4eb4727c466e7eb53cdd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7be4c5ff86b0e939ee9f22156812fb98d2f96c1eb4567ca8a6a01ea3aa735dcb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:83bdc9fa5d3893a973794dd7162bf9564ecf68ce44814349a621cbc284b9e61c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:993ba8c1dd84e486fc4084a7786934c356a9b12ae86155134fd1a1dc1e5e3f2f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a64dfd96d3aacabc8f219d19e6d7eb0c1ac5b68b49eb93fcc973d76e67ef1d34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:ce306e2cdafabbaa29467e0cdbf316673d17180efb604e683a7fd1ed7181c6f9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e6748814d950e6f5e370dec9cb7d557fbb0d29ad3620b567840770be826a601e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:04d418560f90c35b42be67886632615d62dc89cd37fcccb6e247212b535fbb7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:40eaefc42c0f0b5adeb47bcd463c2e2a45e7f3af1c0fa4cb3fde9c5479660c4f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:545bc2a7b32276bec515f338aea3a2976c01cc787a559986646aa6fa26ad5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5a2653ccd5dc3f59a228ee8b936460575e1a392d12287661b1dc83a9f8210033_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:12e5e4ea4d19c4dcccb35dba161fdba8a703ba6331b11054e4664818737746a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:180e817b55ebfd081fd0305f63b3e0539fe8d13d1ceb8428ea21e213779fd056_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:92e8693b9f6955f9862c8b576f5e32bffc3bc34232511fae0cbe57d705bfc53b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e5b5d4750a3ffe24b1196255d4cfe15b21efd587a41736307ca8e4e61a4936fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2ca8a85fb07b431d97ca6a3e3c18f1cfaa20883c7076d6b5b4e6942b632f9aaa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:559af5a310f0923dcb4ef9389c51c98604cf44642a13e8ccb46225b4ca268580_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ae056c9c8e0cdc6519ac1a9542781cd54ac2ac8881f513e965b57ce7d1e5ef2b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:deb92b50d5948bae13db37a7046d9b212dbfd3ddb1063ff8a5e5467f0cab203c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0c4f3cf84115f8c9b9bed6b2dd5d52316eb3a9e670fe6b9e28c2dbc350392e87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1142ce3f8a3c1c2a1c7dba79ac2c3b276a45fc6271ad9df9e6a5d8684c36da2a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d9f2c021c17f1416e01ba31a8823b7a87724fd96d7ec99d494981842b5d452b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f3aabf75e838b4a941f64a7a322768729059346d7578ecf5fe7ce27a71876fca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6389373ccb2fbe1b6385ea21dac1c0ca918bf9d3889ad7a738de6be5d7ec4272_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6449fee9a31acc582bb85e0031312e3ff07d1f1843a1c6c410eb79cbbec1ceb4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:751f007afae9f16527e9039aa95c2ee6efd2ee20afe3c083ba7298493d2406f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:afc11a340e28d4100c31646b705e8db302f6b0a96ad3620e07391f02a70438f1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0673d2034e7e5fb412a171939379da14e9269dad7bb53e83be7ecf8233b0b5a1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:18f0345811215feda18d2b63f679ee870e76b33e9f61042d93edcf36fe97df95_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a2d247eb696c80e02bc8c1873e8ee0fb71a1e5ad6cf5cd84bdf504f4fe17cb10_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c342b14ff399c961ce05c1af127244b950b8e9d641ce8752f9d0f880ad7a672b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3d9fbc97d13987f28ca76b3e238b540492eddef0f302c2dd958c1b0d05e10941_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:47682d4e934d597aaa1e809011a69afe93936fc629ad3dd1ed76dc7b073f7ee2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4e8d3460e04e85a3e01a578d492499376787c85f2840c97821f11213862239df_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d7b99cad55a1e1d380d30d0d4a61bc5f0cbf3a87223efada3e69bd9b0741d3b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4849bfa8a48c7e7d264fc6ea9097fa9d33da25f75776619976e3204b42026cc8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d7c3f5ce57c0aa25e13ba9484facd75c5a1dc3caaf9be4d0f273243e7ace327_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:78aef6c20ab3bf78eeb8b8a857ca2a24067d45cea0a070c44d3fcedc00d4efbe_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7f33515dbca04230d98550ab638efa87389629fc7d913c8ec42e4b5bf8a772f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0251068577a1724dc777683dd189468ed77413b396614a117dac6b4320b8f01d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8812fd85c74fd67a95afe09c2ce5e7d592eec1e25fdc6fa331a8bd41bdde0cc6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:89e0a7e0fe060abb45a6f8e6ed1906053c09f95c252ca7813175903db61fbc99_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c3674a8f28935f3140fad744b5a178a8346a9a7f79f6c281561d2877b38c4ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:13bc0d4f7d4508fafca5a3bc61b6449a056e277da131e753c06cbc1bb7781b27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:993a2a0b3f84e071560f6fc1a3ac243fa745ae9a7ab15febbe1385437dbd3ad8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:80fc518199cd3a1ad421b142661f0a85679b12b69d0afe580fe60eb6a13ddad4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f069665c66c19d9775b70a31aa7a1069bc653691f6abf106a88b2ceb8c0e1ec6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:13ef0c0585b01c56b865e029d029a553b458fd2d3d0204eb6dfba1bcaa11ac3c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:599d33b55e88212202b15f4344f7a18dee4f4504b3739d6ec99414d05bcde2b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a751f1f0540505bea087d3ea9e6ba798e89d5deb772cf8e401caeb3816a563_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4c26bc366b267d444f448a4d7bd5a0d26f84bea653c14b261a829669d888cf88_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8b67087a584a2d952a6e80572686412cc8ea01f03ec8d70b56cb8a24a0c5a3c0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ac1123e890f0aee159c9105e26e1f1ed3ba5eb3ea66b422b281c3e9465401c5c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0dac7821ce2a3a5a180f53f381d9e61484cd8c5efab3c9a7dcc70b5783421b64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6b30b39205367ec985c4a9d948e71d378b9483689c3ea179cd0f2476b9bfaa1c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:de903677bccf645889ff7968ebbc052b14273329c0765f7faa53b0ca815d6899_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f8392be7a6f5223930d53ed6d127faf727489b8f5ebbbda6b6b437c529e3c812_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:02ac68c83db9dc50cf6280a418eed9261dd2182bbf51d16fd143519e49960b17_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3746261c5d4744b13d4704c822fd62ce1f486010176fdb3bf95512c72eece73f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:85e34da00bd6d290c04d8eac32f39db59b5f50fceee9b248b2cbe27bcf0e7e5a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c343b119edf863e179df865ccde0b665b87087d78b20919aa5726d8fd240b344_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2026fc52aab5a6d7766511080699112f32ae4576108ff95b0eefc5d807a14f25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:21b5298172f4de1e0074c4abf5e4abf27e8adc02bbf7ee49bd3388f7127d4901_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:42f8af9bf66ea72846b7f7e57652725c31b01fc4a8d39ff7e7882075438c521f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9c5711087546b1ba7cefab267b8aa30b54ecde5926f009518cf0db974ff84c3d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:373c4b7507a978e3dd62e9ea629d1e397b1f1db682e11ada1bfe5a0b45afc782_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3be306649df2fa3cc9f30e60ed5d947fb0678b0231b617eafd3b1593d10feec5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5b01a896101a5189740f84cb1a83edefdb0dc00288dde725ddd0e95480f8e1c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:961dd87e559779e6338a4d3d35c96c0ce6ff7cb9634ce32d4bf848032f4a2fb7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8799db20cca7be653bae6b8ac5adc1d628094eababe740beb5dbc27e05346872_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a36c2b308515a293cbcf265af68ecebf498739e74ef11016d5c0edd3cf47c4e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b86631d6601578548af20a28d132a0503fe118f53d7596a5632ed24ec5a9931f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e867bd8b76b5bc1438a7be88a30fa7707edbb1909920a1d4d1d0da0ddbebdb40_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:313074950c6dec37d29a9722b58ddc951aaf67c27b47568039f29f02f2523128_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:43618db20e6f592602096897bc89eaf3c58490a362e91e3299e20bb2a02827d9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:705f4db2e969d23205de87db1bd7dc8eb1ade64a76940fad950fd1a214dde6e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d2d5ee5893ae16784051d9526c1feeee3c641fc3e6f337ba807744551c00ffa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6ae5cfd48e788096162bc4517f0466bf526f16c84bb61072886a64842856c5b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8004e7284c63cc32a05f6de732791416d57d62db041ede2829d4797139094292_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8137c3932f344ce587769bff04355ad405b6ff27009bf23a221ba52f3da56e1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ef15235cf21f0fbfea74089f75471b483a98c920b65676bb6199c155fb61e929_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:149cca2af3f89c7d1e105de81bbd098c66be5687f18a584b644f21d0be20f414_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:33fc93d5cd30760383da666e8effb6ed32f4c8f2668da36677e98c1801ef4f5c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f9c1ee7f72c926c45cd76c12046b867d9efd7c3c381f34afeeb9b6e97751175b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fcfbae71f81307789bec93987c4523700c191a66663ce53e4009c5e0a8627826_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:04fe8c19bee4b629ee7f18a13dc0b7f49d6a4b6e19d204de90b6b2240b0f875e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5c9662139f98817aafe153a43f700399781d079390d5ad23d3b70fd6ac5d370f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d1147830f896fd229aadd2b766fbb4c8102b35a8edd4d8bbeef4928d89cdbbfa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:dfd0cdc29bca0a2239ef203fe7b58efd97ed4e72daed6609e22b20babda395fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5a9889308bcd1c3981072c83d44206d0c3feff059e0a2029d49adcb974674c95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7a715c7e2a8f54ccee42abf122b0028ed19705f401248d8c38f785d960f1b116_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a67de487534d03cdfc180af9d235edb21c5cb71e1224bb5041fcf2b9a428732f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:b3780d23a2c384ecef73c806cb20d7f97bcd11c12b6392c781c0deb7ceb55df8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:48b5d06ac4b35c2a7bca3ba2abc39e3af1eaf4ecb19c720d9b6e46b066318414_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a6d7d7df9078e9d1cb0f12f9ceac12c96bf2cea03a9085b23c3e4af6a456b51d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b757d11e5dc51a5822d9e30e97ac142cf004fffce87ba2e58b8d62926127664a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e61ed19beaf8352dcfd4b9478335a364263cb9839f27140a634a217d87d331e5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93baf08acbc6875eb2b665a9ef3601ca34b76767cd70a172dac7237f21b6958c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a5f2c2debb51b8aa926ede417cf9fa0e4ebaac4f5bf9e770db55a25902a4a3b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:dc97d5c1aa80515080b2b4d16fb08ee4733a9347eebc8427f10b7e70582464ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cc1559af0d7be472ae46be4552fb41e81ad804d73d1444b92cae4485118c6773_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cfd5513afd8b2b5e22d5e384a7f769f9c04709d853feb2f91ef667d804cf9a7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:febf2fb95748ed0c440e6acb72c40d609ae7587b2665cfd7145c878a2a0b5783_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1728f980f3ebba7e48bc0e8cad114db1e0c06f692638764e30ab990f45c637af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:41508513986b369c2f89c64af84b3980b16bd2432130fb122d8c1346f0602894_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:650f08f62aeea4bc954e69ed88a9f2f14d3c8f733c155d113c0c58b7154fec4b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:016fc7e804acce7a8b8df0a02bec320c32f9ce6224ae67598a63992219a77516_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:081f9cfabc57aaf4d19df8b496613d8aff54ceb265634c904ec7765c810b4553_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6da3ef092cde7fbaeee01c5d6bb0ca5d52af3ed8de458ecd3001bb96262c1ab4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:035d07364444ea963d64515420fa4005adf82c44b575555a074149f67db50567_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4e09fb0bd709d53a0abc6326905cc43ee36e6e4ec5e20108efd1ffe585b1f2de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:53a5f81aefcdd57ba33c57c02941803a072ef3f1b8467baa3c53c7e073a9ea96_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:cb3d2ccb57987217c75079a9c10f230f6a7de9ba3b0fbd87d8d3d5c71f8c94b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3472a8147e06452751999ae2d041063907f275ecf429dcdcfdce88c8a19a17da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:61155741778188324e0616274f067ec36723d0fb81d84e9715f72ffecfbc92ca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:adfe8cb84a5f0a241fe69ec532b7092a10cc274cc3aac2b86f33ac8e725ab2d8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e704c70226ec4986c16166ba1ca54b908d1b6d9ddd47640bd5ab6d292f977508_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1d63a1d7ba183c49c69a6ffe5a4584de5282029b0b2c2f3484b4f4431e2ce954_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:441db8762a583090cf4325377b0ee75838452a601732bccf4dbc57f26f6a1a90_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c5c52612378ce1f2577314e5723642237c9a361506c448ca80d2a0b56666a1f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3b9843a117d6a6ae28222951e1a556d3888ceab2ff75a082a06343c8030a5ed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:236fa2dfd935db687e786cf827d88210c2f586d2d1a93e610861995908bf2587_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:647704923828c83c6ed3810e3c4d7456fcbe378516dabfac30f203a3bd3634b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7638d755fde7fe6d3c004a6f0f7c761a9fdb75a3541f19a792c3cf8e8bf473d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d2eaa5b8ad9464732265b84128b5280d725feabb2d4b4cef0178a317add66c39_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b659f5c6da6f73bcf8b2850f0172358816bd68fca721b65a9a70569a94bc90d7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cc867d49602a6ada5de7a783136b6463c4d9adee9877ae1966c016a08ee8e87a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:6fa614240bbc1932f65f8cc9215d2baccc05dd1cd5586fd308c44d8a94447a45_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e85e957fc16a36b5964613a99fec1e7299db9bc63edd86ef965d879a081b64bc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:14b02010250fe10ca57b2dfe1046641aeac31f92e5691c067b3990383967f0a6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b6b13d29b1cb9c9bcf97f2daa289669bbd9ea501430e51652bca3d50f787f23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a8ab293c4f3c6bc251bc91466b7586e5499b6e198cff46e50f6a65d97df60f7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c5d781c35cda14ab70d4a5bde3bf72df0a3956f5cb159645e5337095bb71c5ca_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fadba956181755cedd19d3d5b5ee3da0222daa1dc609b629c900a0052a4cbd8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:2719589f19df23634ec3f6b578f3fd2e827440675b72a69b89c9d78b1310f98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e1fe563643282c027ea829274a1945458cdc5d079bf2a2b7b0a9982a5cc3720e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:28d64f60c216f77e3e006012a403671463b9dd90095e19ff2dd027def6abb511_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6d681aac67e08e2ecca32415dddeb47df6191a99f7a8d7bc3bf1697c6a26c1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0d31a90914ea716508caf180e30fb682cdd8066da7a0a31752be9d86ec9c777c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3ef5a3798abfd3d9ec1b6ebabf3ceb32fa4057072b2670793ca119f556c0897f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e2c62e4b87e0536d15ed8b4f2905930a750f770d5c6d0168de6291d92c51f9a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ef5f4d7e3c872acbc4ee48bc91b5835dfef66a698287a95836344c1587ccca69_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f5f049eb01192eaca548f3585845ed6a530934d2eaeb422fc78b657cabb1f57_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:740b0d9392c76e433ebb7762e57f156a0e2ea1db37ddaed2c5b8044ca092a357_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:da9ebcef147e8d9e84848454fe2b8e259bb549bf0de88ee960fb48f6c8051060_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e8f942ece24d15ce0c4a31f731f2060b6e3874a2f486b2dd255c773fb1a55f46_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1b4fa4d6ee3081f39e54b4f910100d210da682dbb0f308f08107ac44e7338d3b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:571a51e1eca0f31f273be8cff7ff115bdf192e14f5d510705ab7ed423fd5d9e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6dc96b2e8156e7e42f758cc28302a2e94e8b3888970d03a780b1732375e728fe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b91654b9aaa85e13d262d21b949b1a96b386f202524c2e8d52ecb66c279eca8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a677804e422590551f82a17e61f64bc03d5a8a42a695e7ae8d9de5dc086924d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:fb7f225a9221506e6295f7efdcf44adc33e5b971c470b5835b0ca3c42ee1942c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:107c9dcda9632516721c41af941362ccc316d25661bfb13a7c4dcfc2ea4e1c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e75d33740c576321707835258793fe2fd257682099348a2a067806e764e1560d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3ed82adddc3da003bdb272e2a5df0317abe41512179cba925f65fb5d8f7c2eb3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c16e4af4e9a79ac2f1fa632b20e98befa9aa2953ef241af186edd226e39150e3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7b6c16881c71569dbada90e320379c2159ead0b0ed2fa2113e065b361bdf2413_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9533dc6817f01e377ea2ff7e3aa4447d20ab5d016d9145b97e0cb9e758c9a8ff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1285e63d6cefc0454a400b20a6e404537a8d57e5fb9b5d7ff1a75b61555622fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2ea17afe64ff273c9208892a59773c1dca248367c849e805dc78cda228aba29f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5f33ae81c766b0b7d9c8411dc4f6a0adf760221ed0493a99f1bea5dddb5de41b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9de0bd8cb41c5324718c8d8f275c612c0bfd13b322225455a1142dc76bff0a01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:2fee175122b1e3f74cd8976af1515c869d096da0bc4f5e9024b31a64cf88896a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9ca16ca048f3de4a5d9e6b6a38b55bf0b4a994bf7f7ccbda8c50c02bfd59c871_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c42a4deb157c31f6fb871bceb8c4401f44ffb490404591ae36110511f933f72e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f6d5c31b12c8a1a1e8316f258ccd254bf6bb8e49ae8a175eefcdf0bfc5c6047c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:204e84b23aa1edaf66f10a49432115ecb4c3e8fa34472a909e1c9a7a0c3f3947_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:37f226136e439a1b37fab44e06ff30eb22b1ba8f12eca9e85f59936c3d58acd1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3e385fec20235fd68320dd564c68770d91c5c08a864e3de41f3800937d730334_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:878a0a7473a69442dffd7c19132d74b29ecf765e3499d29f8da7b1de2ff6f439_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2b51546e56d1893aaa1b68c4e6ebb5479614d0402e840c8c850702ffb198036b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3aac893d87e5c39ae1672eb5ad48a0b9d02b49888fab57f8662e6dbb3897b660_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c5bddc80f0ba0e391b336de8ead2442d0dff227fdb8aef1874bc3db3101f7048_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:dca0c7b1c7ec76232b3d5ddd15c8716e04a8384f0a816217dec544d667ad2e69_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2551dc2ab6fddb6edfefc185f7b6d73ea366ddaae4e2f79d554f0afb79aa54bf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3cc6eb31325b1f9c9a2163c570ae1c3d4da7e7dcb0d761a0fa775b66fda9dcf5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:569965f29f668f02a342c0c7b4804bdc92354610e9368ba42a3ea5cc3172f532_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c4b2b0855c4ba25e150de01e54f0a84bb4c6c220b348945742bc0c18cc6d7dbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:01b6587f8b9ee398d34ed3330bf0bdbf2dd01c2fe475ed4d44c547401d1dbd5a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0fb7ce17c762a70aa16ca9f7f35e41d85997bb2bb22b81986321d29634ce9b3e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:60c4fd0dcbc1ed92bee7dedce7879893a23c9e4a6181e5e6d6a8f04880f377eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8925d5826cca515b7f7c05558406b3688a14963ddefa80f5b44500fe12dfb1dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:3d914112ad75b59b03d5653cea40a25d92af415ef52dd10aa7394465e6bab92b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:f8d52c53ca49b3f9847d2e568779801321307e329f802aa9456cd0dab7625232_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d29e5c26f37fc8212f2ff15cdac470982494be155f85e3c310b0c958b943f7f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:fc7a6712a6fe86a47b5a745e06a0c6d164779eb198f284fd0996847b025e53c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:32bf2e7aad1dd9ff5100500c294e343af0dae3d392eed27a1c0305198734261f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:54b4afd46c87b2cc839aa7d8b8ae232aaffe0f39846a6edf9d0d3228adbd7a29_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba41cc4ad0ea8dc731838e00dae166209a3e06d104e5cf11491639f82290eca6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a9395f57a9adc721c6e43e578957e21c8b9f18defbecdf91dc49d11044aeeeef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ba077da5ec7f147b51f0ee4432082aed3b7a3a541729913bc2ed821688723e99_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb48a38cb5d06b67ecfb4777c44d44f3e32a996397450e30f40e7ec3e340a56a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:deb40607f193ff4e36c684ce74167e67a7e96187f1a44a1f0f20f36572005843_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7dc856fddd561c1d29112b0b8d4dc39dc7503974a9ff563612e6998bdba4b71e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a3e01913986169c592bb770fc49e3875d46031b5788f983ddcd52938f9ef7a49_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c3481c6f76c644c017392c092dcbbb25a288acd14a9f01e20afd0d2d35e16d32_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cc440be9f6b3c5e22186b6d53a428a8220201ddaa79be39e19cc31a8fbd7b221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:12d7ec468f9634a53d053f3af7957c5162d92595fc3385b26b08acb22b7935c1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:49f08b645fc28af342483d9efaf2f607c9c2a6b491b477cdcf2985c44aa3e894_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d32cde1eedbd0c110bc10836025cee78421ec16d2924d30f5e6265591a9ec716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:df885dc6da20faf1903dbdac693889d9882722e8b67bebe35f624c11e4616262_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:16c8b8c6aee6f6a06367ca5bfe2be8fb85a05c3f18a819683f49d1a8c73941ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:376659c608333e76b0b48fcdc69ff17643284fd22fdef6c6998f07be54c1cf91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7359a62beac2d501d629e6768f1767861fdedc0d05f53a4424a2abdb3dbb6a8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c71d05c245bf1a4955f46c785d7264985e1f904de2a19972f7ce6209a3be0e4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:06ab376096238d4e04c9ab713d83d3cab5db769b5af1fd1c57ef2ceceec6ef61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2c80889bfaff670acbf859db3624951cda96d4ee8cb1560806ca4215e8c6c04b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:627c6b73224c3e37181a19cb598ef9a425cddc1d17d97b6c23388ec1345f6a88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d5d338daef4ae436780be192907d28a26785021d97865d8a95db9065734061f0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8e59a286a05743844dd1333770197161698788e0db4faf8e00cac6b2fb9a638e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9029d8ef1e4455dbc1910078afea1141f92a5c4d2c298ce1d9e4319209b55246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:da4ff38c7a1fd5adddbc0b0d3defbbd580197680b22648e2ab803c90c4a8c9f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f6c44d76a715e0ca38fa5e2becad93a2bf3a41fd8f181846e7aba81b0c579691_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:167937ed04f625a9cd2d0b8ed6048a5cb7b6d435bc2d41775d7db4dcdb5fae95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:176feea3131aada18df5da44af30a127f4dff392ce8ef57f7e0844969ec95923_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:17afd4ebbc2a5233681d4cc1774fcd70dc932bc10006235b11de8dcce826c2ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d3a98e507691edec50373d79ce9df48a71cb6a19a75c9276d0c5905d4f204b39_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1b6c3977b4835b0cd5399523dd437c230b992b77a0e7352b095d008be96fcdab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:54d79643f3a191710d1362d665b5c838130f3e51aecf1e27a2cdf66e98a3cb8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b8692d27a4799d20ce1a8374ba99f55732bb7db56cdf8f5b038424a086db614_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d196f02212da5e80ac5a73931316d38e9def9aeecdadeaf07aec685e661f9f98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:11c2a1966b0632e85caebc4555e3e2f726277175b27a63a5e854557499e0c28e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7e649963b5c1e2a7e8813569368eaf0ded5e544799d561622d469b03b9d93937_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a23fa7969c6a881648ba03ed1a13692c5db21b79f0608d841291ea9118548ed7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:af57ee131bc09ce55ecb3ae13ed7dc3ce9607a7438f0ac5a6e64bbfa000546db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:3a7644c1ac089cabd142fc1743b47302eae8528b13d1b038298f2f57cf746326_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4b5ee426703ecb55bf537731c39c69ab7f86316544cfc472ee77fbef7e5680a8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4cb60d36cc3b34b4b1496b74b9b2e68ff152a71d7f957b356311ea811bf05573_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f3f64bd2f70faa654f7134d803efdc032df63fd4ef07c97abd38fc41e625b48d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1b75d96a4cdcc3a37848c5edfe598cb1d99bb3b0707db5e3f62478320eb90f9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:876fd001172d5151ef99c02826f834ee4db4623b00699a8fb30d6a456a7a8687_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ba8fddfcfe0004287ce58db40c1092f2090b3bbb0810c277066aa2d97799f8b9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:bd9982e951fdc7259571b6d5983ea2cc44402cbea411ae9a6b135692bf5939b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a7a8d4d8adfd98d3a6e3d37644b33966f2c34ff1e553fbb5140ab9a15563e821_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b26a5a47cde227edb5e7f6e51247a6cd91e13484f6b5f7dc19b62f83b7478361_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ccdd76d6734e3a3cfaa1e432c1508c097478e842fd436672e57ef2563d817e4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:fee8f3b24b431ac2a5d4fa3d96c90c5e1aa68c08ee8ae9963fee457c98795197_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0e559f5e780f3849e73d7246176059360631d8c4a7db1700f6ba1b6a9e6ae089_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1a376560672f81b7596417591491e71d065e90672ff6ef5d37ed0785e9baab16_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:350a0360dfdc31eccadb0e8b9397d5a3436bb509999034b60e611428eb006cc4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f8b68ae48350a5aa9bdf47a36efbf661190d497ab5a139027a2bf4579d21e095_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5fbe979b3d448e36fac9615ccd96f8583b0d587d46f6b1b3749e85938cb2e510_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8d45dfe709ac701d6eb800b081947d39a855f65c756f31ae47b75be9fec0c260_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ea4fa6caaa81f207f2372c6179c3698e225658387549ba567c232170cacf8570_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8fb972b411085b4551e10adbd419e3cb89754ee5300222cc4fce27cc349513f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:066d438bdfa1626aaa7a0ee5d2e3222724f2f0cf5bc9a189b67fd5358a0a48c0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:747c142608d6f43952d315d7858f57edbd2d9de2d255938dde311ea580a329af_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b2ee2d0e9906ef1581677bd239073c09f93e5b720501e9001926dfe7db34839e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:bf0b42c5e7e51129966a4744bb253b7c336bb88b1f1a562e481f7eeff5428136_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:3e9309d53caaafc9b145f6b7fbbb8879c9f018ef226afe101f6dc7ab02b67856_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:3a558e248efdf5d3111b7d61e8bd471682e7038bd34c4490f8ba69b91b44f36d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1b0981e2ee13869663087d6504e0c0af6f2c56d2ebf81d72b4b7c751bbf6e500_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8073e0be1f7f7523880b30946f1b6868274c070acb97d9da2f5c486db99ea18d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8980be22bddace1adb383fc356975fbf0af9ac8a20bdc95b3303a80fbe296f3d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f4293de50825a003a825306a45612531dafce45b72a91cf4dd455d596a0c60ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5bc26795163f03947b3f42a5c8cc52b7fd6eb713a0fa5a1558bfe834c21edc0c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:7f29c85842a34554f06db311ef67ec08d1d947d32b4363d1153d92c8d13c3214_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:92857eb171128909119700c431920f543cbfc89cd06aa98db816a2fcaab321da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e931e3fe478f8f905855b4516e1ed9b33a161536c447025cd14dd68778c40fa0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:338034a3ce7dff3efafd00fa35b858c23c2ab284f743df414c6cdae455f8801a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f12584b95171f442bb3661c908ee43de70d0400c6273eb4e93325a5f3f167b54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f37f6568957ab825b08c2ce8fc6b32ad18f5b7bee50b24b1804e70cdb144e5f4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f949249e3847338ce4ae9b94b0d191edd3f316d471f0a9047f97e41e41b7554c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:407286c96b6e9d0ee4e8abec2b06a5dad70fc69820a00deae47cbf3fcdc65a40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:52294a05713b24485ce6d7d1b867081da2f01dc008b9cd052bf8c4c37839f581_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6693dff44dcfb7e6fe67f5373bb73d84cf401d20640c959375f20a24d31aa697_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f65918214ce906cb5af9a59ece43a36870989c579ac1660a2a58f9536a79d9f9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2ec7076ed08f4ce7a61f95083155b5315acb6004ea4245c70be2763eb0ce9f4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5a539e39b3aaf61d63f391b6960cdc5746cbb4b0fc07b85a98969f5c9cbcca4e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:93505b057575ff9292e2e96903238708b940a23953a79cf8742c880f1fbc743a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:be43f0ee18b6d56d81a09871c4a30dc2245ba60cf17ff0f1aad10e117f40aac8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3923e99d803b6dd5bfd2fc957101bef6dd86ba8f6de9e59a849e4c7a02d57e0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8253bfec4409c9a02be72d7e8d87fe5f4f81c1bc58a294f02dd570debc4f1128_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:851fd20edf32778383c81e3c5b935ec5607a05f8fc569f64e31875b8bbe81d6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d06d41126ced4841fae74d0437b18e9f1699d285158fb8725a8768a6e9065b79_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4375e44dccb08eb4ecf461f4e8e7e97d617ab5b1c968beb481d5795e6bbf0229_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:75140fa657674afc46d698aea19115a9f60c7765ffff6a0c4ae5ac166c725597_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c1a31ef64ecdd90020d72f323a242b551a6a4a85a4dae309e19f5d8f12d77b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c3b1ed110f6b17263484b7fde65642eb349162b206c0b9a2f463bf5eb13273c3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1369aaf62d9d273eef766c42f7015d56152f6b8effc50dc06d75b1bab38a20a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:47402101d62f418c0f6b8e3c6e2367a8c84f5151a0204f326bf1fdbe983c603d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b519e10d4cb8fd9ad126a36fb864d2f29f7df218ffa1b3b5f222e0befafbe360_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d70f848ab6450690b8329ae367ff2e5a3a5b295c073028dff7cf810104c5be5f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8f8c882873232fd9a00adc69e199f1b4acacffcdbc282280ebb61dfb1e61b875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9fe79073bdf1745b388fe52bee661394f96ba5c0af585ed8ab4a61724e324777_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b2b91287350dfb474763ca5d332c4765af0c1ff2d7be722e23ea93970add2687_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:bb5f4abfd26a9446eb2f4cb1355bda840ed1006a6233373434378abaf0e617b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:07ff9687205eee39d9ca211c0bb0c6b1618848e9e74bfbbe793aca67de73fa88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0ba94d11051416a116cdf516dab74d530a584fe7c4bb1e8d3deb3bde2214e459_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0fe87955631062bc7ce78891b9eb056f899308f8cb8101b3a44f889c1f0c0654_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:786de5dd308c9fa6643aabecea0bc666a9ede6fd2a5ce1cb0d511eac2a19596a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:719989a197c3bb8b8af09e95af49125cd28014fa74c7969f3f3b939223a6743b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:743119e024a9aacd8bd4bf45ab9c14e684ddbe2307d8f965e972ace243f128b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:76c523fa10e222690941abc8c5564efee1ec4d309a7d023480b6000a545d655d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a13cc82f7b2053435d5268416686ae2ba89e37b6561e49c7ac395cf3359ca2b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:98aa0e651302bb73569a0578e6c11a1691eafb5b0aa28dadd714a7b44b498f8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:9fdce4b5198ae740daa858432221625391f7283bad587e1ebc1220e7b0b4fa28_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b072bc3bdd61164b8076f2799e705ed8e34281b2cdf24d9cf08deb8e697de2a3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:fef5253a6623c30368e9e7e271501adcd9432b96473cf8278a7b81140d287de0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4eecd436b35c9b25eca6975ca9e938c2256fcfeead67e1ff4159d7e36122122c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7e11ca9795aea60b3f0853ffef0fdbf922f4863edd96c50fa85110f36bccced2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c95f8bcd0835611bb90983e96e3b780ccb65bd2bdc7f7554432ea971eac8095b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e497c1834c97590a0c388b58dc823cdff79ab6befd5f2a9bf494b3acc3181eb6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3a7af87b46058334b97531a4b1b5cd5be47e2ade8d74497429529bf0a489b275_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:97313aa4f1c1c9aa51c77a153d0f0eb35cab9711b7f1465b82a636ea44e849ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:ba0927ffd76ad6689b808e734038678c91854ca3d0630613094824549f8a150d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cd8feb684b9c70a4ffd7077e19812273f333174a70f7c2b63d57d140d8002382_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0c8bfd6ea4d0729e0ffffac9811b5db2ecf5c40e68ef048ab104f161d2689b74_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4dc7e3242cdcd1d3c1ea5930da7d4e027383149373cb6af0551ed2572eaea0b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b78827903e5c338d67a4ea2ba10ee67e16482ff00968ba99c27af2b6d50ce202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c9315d23ab26f6f40e05a5fb1f9f2dbce075244a035b1f16003d1108a7ba36d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:270b5e756fca54f2dc05f04b6f7b43f7f188153811decbc0b49eb215b11c2372_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5331e8ebfc48f4d2322226b8986dd178f133a52edcfc0a192e89f1785c8d568f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6cfd8c3da57c17ae1c430f2881c66eb0b1c456bbce4a9ada2491b2c873dba985_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa346af0288b5886b5f095d1fa0ceb7715d4333db919ff9d61078f369642cc29_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3403720059bdecff83f784e2fde54d2bebe09223ac6cf99ce2b4c840b9cd4a98_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3f8cb2cffaf6320f14ae09f7e44c965681b395370a156253790764ec9d2a2aca_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a02dde1d0b4f4fbbc4e6f0afd24da1595672f3f290345a4f6e98e11d89854a17_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c4e8ac4fea3c281effed3996a378c2e952a3d3704e47863b2ae6b266d2280920_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:46a0b302273acaf2582d377271b910d9d31ff98744cd8f290583a7bd5579761e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:af0442c88d2b9b93a187010065424798d89aad1d695ba438c815d04d7fcbef04_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:bc7b78f67fa189ba63da9891a1b05694d676a3ed2fa318336fa0850d63815250_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ffe4e64ee1b721aeefd8f1ceee11d225dd69319385e3e70f0bb52f4f40660a45_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:29d5a91b39dc6e72677bdfab50f56860c53e67dab139b464dd571fef9780dc6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5e6d4e29635ea0b075e402931daf8c384d07ec8660223babfd0df9d572ea6912_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:82555977089a1586dc24154b46be6499607a9d15110e5b48d9a549ee73f3843c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f32c4a07d2b7a14c39db1e5e5752960e46bcda700b292336480c95f359adf0d7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:86b3e656caf1c93ba2bbea00514a17b9d06cb7a6fd5c6746d80ce35f45aa5907_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ba5c8896242125c24e3a7e5698770293a601e9e7f8508465d7b45920cc9ce240_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7de62e540922f1de5f492527d07a8e8f4265d24b577cf2f93415209ccad63912_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bd71e582ef755da7bfeede697b5c2ab29ab9fcea6bfeb14cc8ca168fce5c7bd1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a1e6a736546b54bb2797d85d51b8f2b213fe2f6be6b26bad5b549df9dabf2d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:efc7fb9608c2be8c3c65aff302f923241bf8d008bc71c2fbba0d82ffad2b4f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:aa63c460867d565b44b2a8e919ba9a0e7fd6717f71588cc5a7e2ad268fe13181_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fe1f1b5d6da2e5ac66c689da49a4c76916533f30ab456c9961a225a5e26cb6ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:36fdb2cdf796941fc6638036b3a31048ba0209174c7a62424fb410ae14b1f81c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:65a0b94e9f663f3d73a9696a622ad46c73a5fc793f9dc46ee07fee8ba3bbb443_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8afe2a0c6b1b200201f21b148caaa682bce77cb3b1027f61d4c873e5babb1b30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9f7c3543e4b1a095399d1219c50f1f5081440ae1605154324d57ba9201aa4fe9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2c0897a842cd7b16b64888568ca65c2a6e473c24b2ba9bc5067d6f1f237885d6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:432c94d7d5d46ad66348775fa0e1a6c2c142469e8a770db5528a1aa25664c389_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c86c7188163be31c7ab04017bc46ae88707437f804ddf2b5bd5a73ae34f64312_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3f836bb9effeca4dd6a230a4241282d33ed454ebabd84829c41e58db5f24f47_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4632ef8ca0af5a8115f3d9490c2ad9e2e44361f4d0671fa8a3a1006254b173ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a7d2d10f5326e2d71551289740eba86d6dd2f12526dc684b1494bdd4228fd8e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ba876751849dd525a26e70996e7e02092c473bdf386ec4663a54ecf61c4f0d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e842cdc56ee7728aa71a7f95eda9777ba229aaf959594e73d998fbb30b7f76b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:90331abb869c0c04ca7bb59681cbd957ff54eb0e0265e16368f9fd6ab6937acc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a02580814c02bec4c1c9b79c4b5a48a5a59caafa60a573f9f99a4a1ca07c6f71_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c197de59c38c060dc8aa099a027922853e4b9dc7e5589ac55c8841dbd44b1367_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ec7a4bcebcc80cbda32227224f64e67cdbc98d3fab95466b55c89755421ea4d2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:223df196f0cc747e52ffae9f3dd03fab2da3c72d5e3b189e3035d4264a08c6c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:29f3154c0b972730ae9a54bc496bcdf62e9ed348b73d98ca958a265717ccc2a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5e12029e90adf045a4377f4be2be75c879e57aca7aceffa2aef08aa262ae0f42_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e150a242bffd4437f92000417cad89969fd547b5da514f8586802b99a668bab2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:17752e2fbddeff8e6f43bd354d91f248b4e69d88e80b29b75508fb03b82d92bc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b1703420b5a67a12f055518b6a23c1d8259dc8a064a1447196f642dd23363806_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b93a134a81af485a0f07dcd6a71c816ed517178826539d0f53b6c45dce87096d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d266a3bfe528e76a8c6ef1700a2016080d084cf6fad2e70efe5ba52ff0dbbc51_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:8c90e9864b3ff53d398f2451254dd3707868b36c6032d8d139cc3ef2cbd9084e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ae6ebf086515376ed35bb432a7f567f7bbb44b8d1b86773fd86daa387c5fb933_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0a0cbb021e13ce9d693eacc4982ece2e8ba4697f5d5571b8d0671d71824fd07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5271f6452a89fe7907b16f486439f54f0dbcc3d075a70ef446ee4cc62211b1b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0abb949ce9461e5718c1988f57791c7537eb1b3d2184f4b4268fe087e39726d1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1267ac849f67c33155b54409011cd3f0eaa27d5f211703875cfd383d1170ef9e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5082f39df1f143f23f0e587dec5cdb3e3b033ab446a57e7e808c88e6211a1a67_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8fa27bdf891edfb80585e470f09c9d6fa369aa727a3698b936b4818a4b46448f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:017bed02593deb2e9cdfe0f268916e5d1c8cb7a4f1362c6eb3c94050896d7276_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:027baac40981f53c9ec53f5a4241a657929d6289e42a0e5deef617c182b7580e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4bd5b70373a257b1fce20135ff4a4b3e6962eee541c67a0e29ba9a2523d4d4a2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c0b3ed1332b228290882bbff6a1ad6866f5ab2a4586b261949832cdc3bee5797_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:047c270f56b685d5a4e67afe43d2f1ff47829a259be6ff93bfec4864233d4497_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:50a6482667d53de3d7aa2bff6df05ca21e4e9773996afa8b8038721e231deaae_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:653dbef43ed7f531ebf64c9314756be42738f1635a64097c53210ed0b6b0de88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c4d2741561038e0080204335efc6eee5b6ffd8878553b240dd433fea701e6bab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:3de609d984e39497dfe119bb8e0ac2d6d823dd894a5c866e5ec87de5b5711e60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e3a8b252aadb5b32f42009803b56dbeae49a3ddbe9d00aa27569af4747fa403_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ccf49e256cd9c3bb428badab464a17aee485ee1516896f1ade10da11085e843c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e77ce95a84b01b09c5d1e6dbdea8970543aa3a60f9292300beb078d1288bb801_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2ab5fcf7003f4ba3de7656a284b11d6ee05bb02cd0f3532671a8c368f7b15178_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:44241e57d9067223cdd1585db9d699db113931b7a273d207516f60c498570677_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6aaa55450d567e2fa992650c456cdaf5529c5d96fc9984f7e1a4aa9ed6294bf3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f2fa21e8a0e88b25e9037a9c2db4b157ca6fef8b765b36da7dda71bf5a4c4478_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:10bfb59c904103177754f0336f7b7bab676d240480a8213ec42a778bca3f277e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7aa4fdd78ceafdc887a91224614657e86c1e12b72fde68dea4ee5c6e9b610cb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:e4a365a0516b0c8ef2d1259ec4bdb7f76aa9dc0d3c3cfd5d5b3d34341d349772_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:a06af7a856d5f2416777c1bb1d271c189576e273450b25c6dc5937cd16b8bf8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:28b8390dae142ea16bb05f6bd95f19b6ab38dd67c341168337ca07fe4f45fe87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:be6a9bcb97824c91f393af5aac5a146d819ed9893f5a074e146afe18f3a50dc9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e6392d583f97f0932dc01be55534fbb6dd3014f84b745e8bf7583b96ad7a7761_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f30d93c0f244f5ba21807dca912d18d4facf47ceaf43da7efa41b14ee816b71b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0848bdb082bc8dae6bdaa956d2ae36fdeaaac89024822f4bcdffb51da1165fed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9f9603a2dd344770da433fe8dd50a104d69e80ad463f9cba71b3aabefc4fee61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ab417553778971822422c6eef94aeb437209fcf88e78188b701d4b2243ac5be7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b9bb7615df3eadf64501f35dcefa829934f330892801cbb86e9f70f5dde236ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6bb4c6c64852f2b7ee590a0a60db256d8dd549a4b141fe71d311bf30d0ed88ae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:837cd26d96a814814145cd0aa0cca672769283c499eec36c457ae432b99a7466_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:956ad866d891e1340f630b9cad6ec73d1fc60d4061d4c63946ed714900388a3b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:9c91591eddbc058f05d052e3178102b28ebd25c2c9cb796fffd5047f5d413d12_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "net/http/internal/http2: golang: golang.org/x/net: Go HTTP/2: Denial of Service via malformed SETTINGS_MAX_FRAME_SIZE frame"
},
{
"cve": "CVE-2026-39829",
"cwe": {
"id": "CWE-1284",
"name": "Improper Validation of Specified Quantity in Input"
},
"discovery_date": "2026-05-22T04:01:30.092249+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:0c95fbbcfd5c54e6b2934a8efb4f8523d1536ec1deef78249f4daebaa9d327d6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1b84b2a1cecab16e75947d29572008547922714207272a5dad8169d1ca5beab5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:466597e63e82ac365414c803f5ecb8f06a72374885eedc5daf9532aad16ac148_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:de9cac5c7ebcf3d43cad87758dd2eb0f4d6480f59bfb4112c224a4497aad9ba7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4ae516b98be8fbdb9b783345fe680c1d6ef57b5dc06b2ec3bbd20bfdb7c9b2c4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8f242ba3e0b9c57ecbd85f0d4c1bd67306357c92b53968a42419736c3dbe04d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b717614ee549be99c17ceef3d755c66abc983e821e04808df347962858e0da81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bd0f90ccaaaa74683b9bb17db0651dfbdfdf8f49adf0ecbaf8e83756d270b590_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:040115466e4f525e9f2386d6f8838c51f8e1638eb06cd64f071d4ae027a8fb9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:1a677b9d28655390d007acaa656997b12a32e9093c1c228778ef96cc6f4ca875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:39c68aae39089d044ce992b949d4e9961105711501daf3d4f0ba7e9981920729_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e814640d65f77818c180a706940337f8ddec8ebe4cf22c51a58a8b69e0f4099_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2831d7dc9f3cad92219addd21b93959900ee2f71e2d988fffe913a6f88dc7e1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:50f602354dcb223759d781cb057b4081a424d6a509178b10674358cc8dba41e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6925001d8a798896438ef1388f54bc29825c37d41f2f09a59e3f8bf60b2ec6af_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e01a83cb76fca294a011e022ed86f1da8cde36928096422a440bce8e42fbc8b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:757ad9e0c37b861340a7b2269b068d5b0c6355322eb5f5898a856fd9c4495b16_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7f68ff8059ae68d15041b8f38ad5ee5278289e1370d276cf7e78fc7e9fc3bb10_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:816787cc8c95a4a2df1416f09af6228559333e1bb1421ede0c9e2093444260e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f9bb9a184319c9fef278d3c6705f56cfc592c844f5c458bd20bcdc07c4230982_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:198f39ed50bbd835f4789057f9d7fd8de0962f1641a7f453dd90d68b5b2a4e7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:633ce875ee7bb08d9bf00cf79738e3e63cd6bf4de2d40fa6860142a301c0968c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e169d65b86f23d6424af5e7cf9e1d0ced58382128092821676196c0a05f91da6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ec2586358c34d0130b00a3714b50c8b7bc33ce915aef6aa79eb214d38202f37e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:13e81e4c25d8c789ca15eb4e84f3fc531a50b4dc0d95fa3573e002e3b54cad61_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:17637f8455e0e17bb3dca34545a26e881cff3e1444af45b9f45c3e282a252bb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d2dde1514fcf3308d1469a0af6727835121c4d6a1a1775a675a7ffabba8e3bed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d6376055835ac40728181d6f354398a0e60ca131d2fd8f41471ed87e974ea4cb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6f86d997faaf61c874def5a78cded319a188c1babbc4dfefb91a29f7e0d7f0fb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:73bceed99ad1b0bc99e66ab8361037e4046c5212645490161572fe6f34de98b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:babd6b0e928bb674289f34787d3aa536bdc4c24a877a5ac9311f21f0cc9e6224_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d00a12f6c4e75a2c93bdd135eeb742f42868b0186d9d03f318c885407a17e439_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:0932891a63e5ec5a076c7848d5746e29d972f3a96058914bee8fffa4921fed38_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:472e977d39473b92992f53c0225de477318b31be8656c37bc35193789ab7a456_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:71021ecd15d688aefa6db79f817c11a751b51f6ea9f2e48781bdc49c6de98088_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:9563eb7617a4d3a9c22fefaf03a4ede698fea2621a68ad231cd9e65930043a56_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:1fbf3bf4990353e799dc271bb4a0c58b385feb2ee60207636a3f76544b4f5ae4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:7815e9dc63477803e7e8bb8a01ea83043b5503ba529f64db3c76ad1c4cf2f0b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ab22d93f277f9bb65fcb5fd9c448b72f82384b9be43b8ab525d2836832044eb2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dee02e09373732db94bc442ddcb2eb4d13095a04e35c674387d3df8ba23d67d5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1a046b24339587101462756592c87ae4a8f699fc2977a703e6d031e2022a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1db6c409fede3e9ec09788fdf286fdb0634de6b6e727ec010332f7cf2e462_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:bd6be5cf4063439e92a1264ce3af0ea6528b9c27dd4b26f043a80aa8616575fc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c955c4b9dce1b25c73453079a21d84c5a2e5d0b53cf6e351f9b1855f08db3fb9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:221943f7b65573c2942d88354261f93a01950be1d1a86fa853544cc4c283c027_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2488ca8b2a8f658f3deaf9a70b12f7aca159490b5e0861d746ca8ee5d2010041_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a3435c546844b61f456789fd315495d6bcdc2560756e9fdfc4b896cdf70d75c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:be2e4dd58b8ed72278bb2c014317e69185e2b19dce37beea7fec3798abcb35f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4da2632fea643a834aac3fd63bc51fc6b0d768b869ac450e6779c9f36429a9fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:56ab8a9553f0c0202a47d858e234f2672098514dd647502405cac1f28d14196a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:abe530f4e865add435da2afd379a3a11a4d75c257c2468a09bc78f10256e0be9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:fe1397131aa0d447366fd627b12582ed647551ad3af13375f8c281ab73745f0a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0857a5a2cfb5c277bc2d2545fb19693f23285ccf6b75144da8fcd7225e1df1c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:43b36fb1f7ad271530f5ee9040cac4651a684e0e08de2ed90a2939b736b565ed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:7f86439496ba6573ee1d61b5f4d414dfbbf65a95526cdff54e45229f01785517_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8094138e4ed2267cc278a83a1586922c957142c9e5fcaec62db531c83b79566d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:309b1dd27ce0c7dc332c7141e576642db4aee6076ce50ccc2930e824f02ead2f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:35322e4580b0fec862223f76e0bd3c95ad0af31f3d4cdfd6423d3ec47d6e25c8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:699bc772c8a648f8be7d6a5c32d786d8f6484e584d918d68ef8a32cb1499663f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:779afd8e0fa21d022d7e75e7ba8da00cc7604db1adfbbea879bfb1d0f8c9c831_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:49e98d0193f7d7b4347043f0655d350a7a0c0d8c8b850d95abb57acd13dd8ac8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63e308cebeea85127f584610f59cdc9b228f01b9acb227f2f6eba7fcdc29b1fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:71f9b47dbd3985738259a6bc9a5bbdb240fd21284a194b47bb78538f8e870cac_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:9181583c88b3be23253c76e277f140c0a1532c1bff7d62cd0da1e14beba1aab4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:0f96581804dbadea29d9ef9a2a952753f5fdf295670ea0297622214e2a9b7d0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ae4714025025642ff5d9e250a4715b01d933487fa8bf4eaf82629ebd6d4c8702_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:cdb096f05b664fb542bb6eac3cce52c53da2e4bb636189bb53f737d3075615da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eb9908581f71dbe01d8553e494ef022417196408e9fdbd32f08fe1f5b9c9572c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:08725f7a384b4e72a173141cb35fb67293385ed72d973fc4d497f3c0f0dc626b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a322e3fc620e914088fb5669f1459a47140abdf027bd011d6ff4e5b3e6b909b9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b950e80fe164f86ddf624c80210308a634929ab8eb493496ef86bff1c5248fce_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bfc663a0ca81dedf849e89b91feb3fe0af97932fe8a8fc711d7ab85b6cbdcc84_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:13257447171d38e6e99c66faa476de6ff6ab934c285a0d1bf71fe94dbe583462_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:23fa493f397748092cd71c41b9d83d19fad6a5433b692bc644e30af790cf60da_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:28b1c9ee4102140998781ebef22f269316d8c2be2254c10b4d7151dffb0d37be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:be2175c2c6c9d882e44cf10aa85f1219573952473e893f67cc7085bf0a324407_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:61417bc1ddac0bc97c786b5807c2fa33eebc75f7cb186aaf9eef2151dbaf75a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:73956194247e000432a8c5f7b78255062c5ca967745ba2d97e680a06f698f518_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fbfa9ada74c4875985fc4bb8366d21eb5275a52953d44bc6bc740d48edeab5b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a545c9c2fbb36296286f684e02f9a5bc337b3c3fb9c83c608c988c88455f9bf4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:34a8a8a4a62b36b5e0eb061db3d56905c8dddfeb2e7a7135642f947ce6bd01ad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:41c2ea14036c2f8639cf0dd634e327841954eff4529743fcd10e8475546165d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a884f443877c7a3c0b32dc60a79e1bcbe89036549da7a8aa4608ee2ac6460765_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b28e8574a1d3b374ac4a61ea4f3c16eb70d9ba7385bf830c8698f4490f8fd3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:8e245c278c66405066cb31e9d48e97ad9cdb826511bdb1104807d26f896043a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:380e3045135a40d202f330002512a5c499d8d2079cc38e5c0bbd5a2312820dd3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5d06442daad2c126259fa5d594b53329e386f560b77a475ccb0cc37148644a5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5dc0ca56deaa237fb0bcddac8481b45d3ac81609b36c3b7bbb6cff8456899208_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:aa669084fb336f5d89d86cb58aca73b88d6bc4b6505eac2020664e0b6abfff6c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8cb392862e1835b610757e822332074ac459c593e9bd60fb6b6f6d0aebe577fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:987afa1aa902bb85d7c2d96f1637bcd19bf21eb832444c98d30171bbeb746751_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ad2f0cda09211f3e0aff615306168baf808e6fefbf1f039c3ae1a1fa7050a61e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:bcac50d10432ecdb8bfe2b465ba75889248ee8595f23c5243d023ac2a336f3b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3cf2d6f464e6a2fe5b4a8cf66690b3237aefef0c825a687a548f81336507cfb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9bd17213796576ce4d315986dc0b271011c37cd6e9ed75edff5ba80c3302fc26_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3205092b914bc1fe858b2ede7642227e04f35d06daec4848fdbbc0406fab4a03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a20ecaad93b15b869fb321c7503adcddfe1f0f5eb3f0f6427bd363234010853c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:57259db0550547f85684c19078b9af82b6318dca0c00ef8da27de8c8dc90e305_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:a95676fb6c1cc1b20cbb758a7c9fd34e82b3e114b81b5c17f47ef303feca3d51_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:49026487ee6722c3d438c05c1c181a36d14eca2f0d8debee48e4a02db0486145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ee65002c4934842ad86197a89e838997bb87a93ddc9de3423eb2af282a565c41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1bb56a1a194ba6f64edcdeae267fecec590c14c85431ba62ee8c6b5744da3a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bf72f3bbed57cebe1deb7690cd7fcb6d371e526630cb386d13180726736219c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:81afdbb2d9fe212af38a11b4d00ac952a306e13f91b23b2a081c0393173c5e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bf8d63c933996abf39eab9406b3061bee014d766a58f4e27a56413652d319a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:4a5021268b1ab163318270fc9ef07afa8a29f288c95ea69700c4bf46f88e85cd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ea443d9738e4428b6912b47f9c1d8d05b75cf8b137f0f9a76f852418b33b989e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5c70298b919a36de41bf25d870bfa3da4013d36c6179db3eb6dd2e67dd20bff1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:a64777ab69af6f2b6cf4b78e5a00148e98353748946991c0a6da7eba76b442dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d4b6a07334845b2938c6d09556cea5e0477d13d4be6247bc9e3fede2e46aa3ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d5e665b41152b8363b4b15973a7b86365bb2c047366aa69bef7e1c499cf4fd3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:1a29c30f85b9bc858f0c70ca5ed79934494d92849f23baa6c7f26f67ea49c57e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:70f95a8b240afc604ee9af621fc3b63adaf80f593f3131e7ed51077ed2c77a1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4d217b45b97c9e01ba3d54d03270be07e9659b0d4313fc85999aa49fca560108_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:634f48a37ef03dee1cc0c0626c32aaebb8f9975b4640ac540f02910bdb3b165d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:00f06d1c70494444172d5630c33e1c93c333a880520bad3a810f96dc69cced15_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:01ac79392fa7a265608b75458534bafb6e5d350f2e8536bb9de48566c685841e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:12047af5271e61b4032c04c98df9ad54363d6beb13b36f49085307705677e345_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:37e5fa3bfc88e99fc78f2ced6cb4a99f5099942e40158dfa6940784c3d2ef95c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:54d10266c83c4d5fe91b013dac51538493ae4a4322c925e561c45316c73b1e2d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f799d506fc4087aac0eb4b2c2d6c8e511b598c6b3cdb1ba5ee470b787759fd8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:061d1b86afedd409ad4947a8ae59064f0fa92360cc82f640cf124776753ea3bc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9c7fef9c0e22e1721125d5b1312e509fada544e1d3d956338c3638aecea53dad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d3d951b736b910437255f3455b76357bfe0111c257f5a2d8dfe0f9abacf30fe0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f7feb8627754651663208ebb363a3e42e1767e16a65914148ce0507a77bfe795_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:23b0327190559517a3526d2500534542e9a397210cc6f663ac2b313aee902e92_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2911daa552328c8b01b19f91ad43ac54da18d343834c48ef35f12adff8077785_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:43960246dc7eb7bcef847c0d706bc6b0f0a407053a2cca7dfe27fce23c6d2af4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d05434d4552d2ffdd45d2fd44b1b2e2e8976a15f0f4ae59ce7dea73ca97dbcf8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1f7e808f97ad41f4c301736bdf2e06da73f2d0e3ef4ca838f0afd65273db7c8a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5553003527f078011d0c440f86c1480ff4e62b318e98ca2a4af97b42e5e186d5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:582a4e6fadda74e5c6c49b605b7967e9d6f25c84ab3de162c30931b1dcaee31b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6d54aaf9249113e5be1b6a87bf439ae778918533077a41ee9442396cda4d2642_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0b4378067622a7584c3be2e5e5d8748a564ae7672cc882bec0c1d6f4f4c28686_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2ba6c6b021db9b58614b1ceb9b736978b0e3396b04dda4518406b041448dd5cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7f7e406ef7b654a66bbcbbfa5326ceb1ddca4a0236cb60761a0ea48b919e8571_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fc403f7babe4eb16c770c80def94f34696b3a8ac55360b17c88edb11b9ae5a8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:473d595a495e4656de14b1b22456ef1ce2218fe39d02bf738990c0be4cdf5440_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6b3fc95809e8ab1be94de33cb375207b4302f93dbfd51f2a67228025c1e304fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7d0a9db460cb1d4c918f87a02979048f170f5e692e83cd517bb9b3271aa06dd2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7f1e2dcfd02a6a5fc56c6665979a8981f11144a5bcc6419feae3964b190583c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:775213a7b6d92d23694dbd1538727c84ad58c6b8a8b46587ff7bdeb7312acc05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a649eef7fa6148524b1f3aaf18ed6543f65ef91ad21358cb0af865401061622d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c593dda5f85469eb4ded8cb6c4738069d48a144823a070b83b58ba7772ba0e90_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ffdcf3c2b138b62cfc84d9916799812ad73fcba9c3416d7442f3686417c85932_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2e1e514d9f3cdf5f04ca924fa98d036988ab47259be5df67497931321634f730_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:32e93e986bbf92dd3a3e09f9c76bed29334b5cf794e18b843f81522ccf43697b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7bfa1c21aeb7971fa978d49455f4b5dcccd4ccc3de147ef47c32e9b74bcaf2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:dbb5abf21bed592282f09e30ba1387b084eb028bd931df5609c07fb8c09a0d75_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0606de7cca514d2b4ad9593d7f37950512741cd8f1597b1f83951aa7c8839268_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:116474d2dd37c159032b15ff856dffecad2ef0ab76298bc43f840bd0245ec78b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2e887b0da3269f28933bc5af839ea2df95b7aeca3993cb31b0a1c92e7043cce4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6029166a01da021523fc720ad70fc59f449684e577f9f5a36e0e759a39d0a28e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:849b8be9f7fc785a70451c1c0704501e2b449650acd23d450d145da1a760c166_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9c5d6a2d314e840600ca6bd1354c7dc6040fbdc216166418485d6edfedb27ce0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ba10e440e514662920d68ac025d5f3841786a393703fc2dc0ee21ff1d2490015_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bac1799b133fd829b35ac619a25a272301816494e83be5a251f78a50e7fb2f88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0469874ac135c41bb590ddbac02428775083221257b6904fa376335610c4acb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5823c8fa1f1409d6863dacda718e35b7afd2915befa21343dfcc68b6fef7a9ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b38d3723f2547dc5676460e3738420e243c6fdf7be77e54d18657efb9668c438_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e5a5e4c1a01ff3f5d694ca26dd248533fd463c85374c25ce1a9f4b7a60deafc1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:19f94467c811e10882e30eeef39b1266b83ee417974aaf62f75738d51811cbc4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:47487ff8d0cd813ab3354061caf319dec553b1cba9d5c1045de710b8a6d0c51d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b3a0104cb85f1a6965eee44fef58983637839a1f97ddccd737704ab41cda3a25_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e8c72b610288bdc44492ea0a5c2fd66cfb1673fc06f6bc66831fa84c96f86543_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1a9333d29d3561fe95488f3d80136d6b24b4a2e04472d37d34737fd1032a8856_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:705d146d458883660aa0b673a651d05d1d1ad73bafad91e84755118b82092ae7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b9265d767c8a6786f12dd4788377f1a316864863a32de4a4ec07ffc8b874aa00_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e3a7bfabcb96924059fb7906be97a0ebb1df35c6cad39a7968a6461df0cecb31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5c015e1a10e5f14e82e30ba41b1ae6a82cf5cb0bc631f5137d7637c44a3f5b8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:623bc4c74b05b46babba7da628809bac05b48d8c4055648e88f0db57c1bb0e07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9502a32446a8828e8a1887edcf49034e874ea0e32ab5fdb738ab89e77cb5a472_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ec7b6b83c8e934b66505e8051e183fbaac54e78abae5ae99077d4e5e163b4529_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1f15641123321a662f676a46a24f6c8066bba6e3730a3c0d0eca3ff8e548de23_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:85070876ada5cb86e8c585f3ac3114d548b189074723a13ec5d6fc6be25c9964_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a34e14a715bad1d324f9211d95c56ed387ae51b24b21ccf931c12f3f7b3dcbaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e12ce561e4cad13a5d08e8164060bb74a309f66047279a26dd727d34ed3dc16a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:67789c239f82fe3649ab8c0e13f920a788a3612d15a78fe5986a852bb2d11a0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:80d704ed310acc3015748815351da4b54fef2d8b74d7d4b03aabcf9fd7e60b38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bfbcd3f502bf336124261fbe51f19e7a4cb9e9132e07da62354699b30cf6ed24_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c1e371a0057014662b91736570bf25fb1211ead7402154a1149dfee9e55b994e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:175fd0386d9a4e064fa760f23ecfb45ac6ae3500e5a50acac0660d06e5b7ecb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3e9811dcf3c528ae6f5ff86659dee1a590c2b53f7af1a03204d06fc3dc628fcd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:68af6c6e7f51523ac223f4e25955cf3777f4ae5b601dcca7c6ec7e2dc0de0782_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:8f1b3ddbde3e33dbe01816bce0cce7d7bd196cc04affbe606fecfbd8ad7b8b17_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49699de68bf38c34edb696ebe4f9dc608756382a977f497f6713dbc7b6e1209e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49c32ab1927e0969508b906c14aafcbc64e6eff7680b9a10812eca4f17787921_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:86135a8f7d4aed36e7b2a571b431b29eeaac2bda02762eafda3e22a62a7a2d6d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f2dac4ffbee9d028b26e683b63a9f033ef8609907f6c498d42c447a306e75328_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2884bba195d4d635378b0d15efa54991a23f51bcf4efb1095b478f5cd9c34f46_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:d84853556ede64db5615eb4d826879c744f7ccbd92c51ecf392a686af854ec11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e05dd48fc4c26b5dd822ee58a2af27bccfd0ed28cc959a6fc05073cec6f7c9b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e202635a4a52be92b47960bd8ced28634111416b220cca5fa7f86373ecd1210a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ae36d953c8c7f73dd78d620f94a0335ff5fb84b16ce9d2dbadbdf3dc5d66f6d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:308c924c44c35b39c66b429a15a0343a47f7dfad62dceb76ea7acfc85e6bd973_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e132f6b0a6b4e2dc63561c1ebaa0bd9fc669a835b0c22b0d56599e3da870231_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5216d36dc483b1368a03e00dd9dadc7c75de2bc36ed98cd7ea2b089cbe23965e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4bc11f6ad7c3e9c99e708f7ef5a01b4faedc8eb5d2de5b0cbed502395958555f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4c04a50ca49fdc521da592b9c326e233763918fbfd6bc97e001e0e680ce24cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8ba4aabc0e1e36c3ffe66b55c67ab8c305f64aa6011f80060c5d95ce91180c5f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d259704d34b605abd3568bd4c988bf9e831d80554ec2d7a57e7c39a70daf0140_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:14c55985b9277766e54156139f0949d1e3e5f756ade34512a3d5ea3dfed2c544_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3231ec9c296798f11aec6a285b0a8f7c5cf220534d0525afa59c17ab2464abb0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d8767e4d0b2c8222748319f05483bcefe50388abc182a01f3ca9dae3c80dce44_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ebed5c3d8e112fc5086208b4b4c0aba054a0058f3fd08b71b129dc124fa00f99_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:26dccabde8cc0d1ad45160677fe240b3fc098acae82f6d095fad08b78330453b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a168025d531f20656997ae845a4930919d6805b7f9374c40f7835a93aaa46b27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e696a8bc54ef8a13800b2168a395d2cbb08678403beee2dc52c56d04cb235759_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ebc22890c7759ec9992b64dcb0e388881caeeae333a9a84a50dfeffe27e38b49_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:09319f1dcbe090d9677a43249810dfe5b3eb165aa3f8b473417e0913649b1556_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:46a37e99da18852f5512235589ee86dde0db6c09d76a49275a8004422b9ec303_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:535d1b713587008fe67eec103cceb54471f5263516f5420589cffe1dea02be93_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bc614ab102efc7dfaa47fef84c4783da26548491e4c43257bb606a06e8d155f0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:08cac9e30829765f182624de9e45e59b40884b8c39cde60528dd27afa57afe72_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:13724dc9eb7247844e450b59b8cf3af5e5f486e9558942836ab60f74b9943291_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3e1a80763f76f622b5ffcdb35bf2dc20ce1e9c06c4f5f6bf0ae06b04134733b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d077c79741fd0c481fa6e1aa2c479b8c5b380b1d1f163259777c8c50be257709_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5e82ef0b9ab6d4e3b7431a7611bc563f356385dd8927855e6090008685f1549a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:62ba53e306331c1b20cad27ec31cf59687218f4bd5908ed7e9034559ded04b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7664e74786778a96606757f1de215a4a9702d0c9f7cecba7bf8028884a7609ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7a967f88faccfc101b9388f8434d406acdfc85d7d682f9ec742d59eb31074fc6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0e05cd1eaa2b9c558d22892495f090b6b51a316dc56d85ae825b6fc44611b6db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:445fdec85c2510c8a45b2a830ead87136bbb80bb9244987b4d6ffa5858931926_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ccae4f8f443ba6806ea33105d7dc06002d58914626cb9ae57476b29193761b53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fc0becd36b6fad4911a5b8c9a4693320918f7f7e6336c2b11a76adcb6d1eec36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:652f8fc874b95a56393f14c2b56a63faa64c04f6646c1786d07eaa272a9acb9e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:94b9c011744629b1ff6f230e25f876f218ed59d55a941377797f77cdb7c03e1d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a178a796ca9d32ac59faa5eb9a6aea30f1aec65d88f89080f57ed519a7983f05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dc8a79297c73782f5005075332bcac58b051a07d2b35626323f9b69ee5f4d64e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:03d66c724cb647d4a613bb48c9df6e9ffaabb68c8af5a4ccae45365e32456470_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4b9510fdfb45d2561927843dbd7ed869e2f67d9636e59dfd0c3ee640d9fc601c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b3570e078bed53aa3e435443bffbd12a7b259f8dee9d18c0d79b55514a547b53_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fc8e892ccbd8d3c1e737fbaf8f02b5fa6bbbe242780c9cd00fbc5e6889d7baee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:266bd8400632ac70fc6584e4bb2850ebcee7027ff7899acbeca612c6556302a4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2c8f351447fffc2133f339c6ab3a0bcd9bdfafad4a4cb5b7dd2abc32c6056a92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b8d2783a76f514f9a4e8096434ac205e1d82d09da2d67fb930a1b5e4d8089e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:74fa72db679ef47f9a3e3459a90dfaeafcb6db73dfe15b8933767e2f9d19c448_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2b5964f6cb078aba05ada42f0c8280dfa39f9f80526932cc5d41410922e4e8ae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:480b27e9866ca8dfba83e1accd427d4f6813f4fb7f612854e32bdffc10d7d5b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:91c7fa7b70f2cc82b26ac16f91ea084e15a4f5dc64f254ed878c25dd1170c0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:edc297cdb2f670aebc1d3561d801840ad029e8777ce45724066e6891aabd60fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:443e0dd81ae60896d31f07ab49611c5e0629746824df094ce28cdd3cb0ae1d58_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9b16561ca87196e3dd9330184f7abf25e97272e3c47d2e8d594e3095e74f815b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9ff62f63d487e25a750bad29314955effd17152bfc534ff698963760a2615b0a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ab506c549b676ad9d8dd179e2ba871a12f2096ca2601ea2a1f2605ccb849dc6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:08758e6b81d6679b095a8e7fa323870eab35fefc05e525c6ef810b6cc0b3c0fd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:af87d24f6540e5c98def879ec4ea8adeb5b138e41abc126b2c3030c5847fd0b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c5e9e59a08d8940e99da6bc568269eaf71ea8db62dbff86a7f6fb5dae861e323_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f5122187c85ef27f5423ada009d800afa4800e32ad1ea3299586fe64cae8e38d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3c5078d135089e1548b4dec49b7e78658279e42a72792a988447662534b6516e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:56158ce0af0c0eb9709b2d1a172201bc795ed6e5075517b6919ed1302399d6f3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6720c8097a398327f18a5c84c28f6b58aeee017199c2649649a1f159b8365838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:89295652b447f42c6a0d6e1299f63b04016f10ec8faf6372357294a14472e426_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2baa85e44cc4ac6cb825103508c5bd74e348609eaf53ed42c6d0e045dfa62772_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:61283f1fff1f8ec53563012a5b1fb5a48831f0a220d3676b512f5a60b331e849_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ba258012c0832c57b29785be805be44f0b5f8eccaf76d82d7493946806eafe5f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cf3bee6414a87e7f907d30047ded274c488239af5b1f43ed717ac2cede29df86_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:40854e0833b6cdfedcf275cf716e58f3cbc5c44be313fb83ca3e909bd80d0b08_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4d6a10dcda92c599f52977c71208222d166168b29da4eb4727c466e7eb53cdd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7be4c5ff86b0e939ee9f22156812fb98d2f96c1eb4567ca8a6a01ea3aa735dcb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:83bdc9fa5d3893a973794dd7162bf9564ecf68ce44814349a621cbc284b9e61c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:993ba8c1dd84e486fc4084a7786934c356a9b12ae86155134fd1a1dc1e5e3f2f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a64dfd96d3aacabc8f219d19e6d7eb0c1ac5b68b49eb93fcc973d76e67ef1d34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:ce306e2cdafabbaa29467e0cdbf316673d17180efb604e683a7fd1ed7181c6f9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e6748814d950e6f5e370dec9cb7d557fbb0d29ad3620b567840770be826a601e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:04d418560f90c35b42be67886632615d62dc89cd37fcccb6e247212b535fbb7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:40eaefc42c0f0b5adeb47bcd463c2e2a45e7f3af1c0fa4cb3fde9c5479660c4f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:545bc2a7b32276bec515f338aea3a2976c01cc787a559986646aa6fa26ad5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5a2653ccd5dc3f59a228ee8b936460575e1a392d12287661b1dc83a9f8210033_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:12e5e4ea4d19c4dcccb35dba161fdba8a703ba6331b11054e4664818737746a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:180e817b55ebfd081fd0305f63b3e0539fe8d13d1ceb8428ea21e213779fd056_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:92e8693b9f6955f9862c8b576f5e32bffc3bc34232511fae0cbe57d705bfc53b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e5b5d4750a3ffe24b1196255d4cfe15b21efd587a41736307ca8e4e61a4936fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2ca8a85fb07b431d97ca6a3e3c18f1cfaa20883c7076d6b5b4e6942b632f9aaa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:559af5a310f0923dcb4ef9389c51c98604cf44642a13e8ccb46225b4ca268580_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ae056c9c8e0cdc6519ac1a9542781cd54ac2ac8881f513e965b57ce7d1e5ef2b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:deb92b50d5948bae13db37a7046d9b212dbfd3ddb1063ff8a5e5467f0cab203c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0c4f3cf84115f8c9b9bed6b2dd5d52316eb3a9e670fe6b9e28c2dbc350392e87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1142ce3f8a3c1c2a1c7dba79ac2c3b276a45fc6271ad9df9e6a5d8684c36da2a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d9f2c021c17f1416e01ba31a8823b7a87724fd96d7ec99d494981842b5d452b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f3aabf75e838b4a941f64a7a322768729059346d7578ecf5fe7ce27a71876fca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6389373ccb2fbe1b6385ea21dac1c0ca918bf9d3889ad7a738de6be5d7ec4272_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6449fee9a31acc582bb85e0031312e3ff07d1f1843a1c6c410eb79cbbec1ceb4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:751f007afae9f16527e9039aa95c2ee6efd2ee20afe3c083ba7298493d2406f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:afc11a340e28d4100c31646b705e8db302f6b0a96ad3620e07391f02a70438f1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0673d2034e7e5fb412a171939379da14e9269dad7bb53e83be7ecf8233b0b5a1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:18f0345811215feda18d2b63f679ee870e76b33e9f61042d93edcf36fe97df95_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a2d247eb696c80e02bc8c1873e8ee0fb71a1e5ad6cf5cd84bdf504f4fe17cb10_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c342b14ff399c961ce05c1af127244b950b8e9d641ce8752f9d0f880ad7a672b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3d9fbc97d13987f28ca76b3e238b540492eddef0f302c2dd958c1b0d05e10941_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:47682d4e934d597aaa1e809011a69afe93936fc629ad3dd1ed76dc7b073f7ee2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4e8d3460e04e85a3e01a578d492499376787c85f2840c97821f11213862239df_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d7b99cad55a1e1d380d30d0d4a61bc5f0cbf3a87223efada3e69bd9b0741d3b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4849bfa8a48c7e7d264fc6ea9097fa9d33da25f75776619976e3204b42026cc8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d7c3f5ce57c0aa25e13ba9484facd75c5a1dc3caaf9be4d0f273243e7ace327_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:78aef6c20ab3bf78eeb8b8a857ca2a24067d45cea0a070c44d3fcedc00d4efbe_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7f33515dbca04230d98550ab638efa87389629fc7d913c8ec42e4b5bf8a772f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0251068577a1724dc777683dd189468ed77413b396614a117dac6b4320b8f01d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8812fd85c74fd67a95afe09c2ce5e7d592eec1e25fdc6fa331a8bd41bdde0cc6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:89e0a7e0fe060abb45a6f8e6ed1906053c09f95c252ca7813175903db61fbc99_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c3674a8f28935f3140fad744b5a178a8346a9a7f79f6c281561d2877b38c4ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:13bc0d4f7d4508fafca5a3bc61b6449a056e277da131e753c06cbc1bb7781b27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:993a2a0b3f84e071560f6fc1a3ac243fa745ae9a7ab15febbe1385437dbd3ad8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:80fc518199cd3a1ad421b142661f0a85679b12b69d0afe580fe60eb6a13ddad4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f069665c66c19d9775b70a31aa7a1069bc653691f6abf106a88b2ceb8c0e1ec6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:13ef0c0585b01c56b865e029d029a553b458fd2d3d0204eb6dfba1bcaa11ac3c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:599d33b55e88212202b15f4344f7a18dee4f4504b3739d6ec99414d05bcde2b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a751f1f0540505bea087d3ea9e6ba798e89d5deb772cf8e401caeb3816a563_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4c26bc366b267d444f448a4d7bd5a0d26f84bea653c14b261a829669d888cf88_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8b67087a584a2d952a6e80572686412cc8ea01f03ec8d70b56cb8a24a0c5a3c0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ac1123e890f0aee159c9105e26e1f1ed3ba5eb3ea66b422b281c3e9465401c5c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0dac7821ce2a3a5a180f53f381d9e61484cd8c5efab3c9a7dcc70b5783421b64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6b30b39205367ec985c4a9d948e71d378b9483689c3ea179cd0f2476b9bfaa1c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:de903677bccf645889ff7968ebbc052b14273329c0765f7faa53b0ca815d6899_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f8392be7a6f5223930d53ed6d127faf727489b8f5ebbbda6b6b437c529e3c812_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:02ac68c83db9dc50cf6280a418eed9261dd2182bbf51d16fd143519e49960b17_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3746261c5d4744b13d4704c822fd62ce1f486010176fdb3bf95512c72eece73f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:85e34da00bd6d290c04d8eac32f39db59b5f50fceee9b248b2cbe27bcf0e7e5a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c343b119edf863e179df865ccde0b665b87087d78b20919aa5726d8fd240b344_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2026fc52aab5a6d7766511080699112f32ae4576108ff95b0eefc5d807a14f25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:21b5298172f4de1e0074c4abf5e4abf27e8adc02bbf7ee49bd3388f7127d4901_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:42f8af9bf66ea72846b7f7e57652725c31b01fc4a8d39ff7e7882075438c521f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9c5711087546b1ba7cefab267b8aa30b54ecde5926f009518cf0db974ff84c3d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:373c4b7507a978e3dd62e9ea629d1e397b1f1db682e11ada1bfe5a0b45afc782_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3be306649df2fa3cc9f30e60ed5d947fb0678b0231b617eafd3b1593d10feec5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5b01a896101a5189740f84cb1a83edefdb0dc00288dde725ddd0e95480f8e1c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:961dd87e559779e6338a4d3d35c96c0ce6ff7cb9634ce32d4bf848032f4a2fb7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8799db20cca7be653bae6b8ac5adc1d628094eababe740beb5dbc27e05346872_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a36c2b308515a293cbcf265af68ecebf498739e74ef11016d5c0edd3cf47c4e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b86631d6601578548af20a28d132a0503fe118f53d7596a5632ed24ec5a9931f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e867bd8b76b5bc1438a7be88a30fa7707edbb1909920a1d4d1d0da0ddbebdb40_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:313074950c6dec37d29a9722b58ddc951aaf67c27b47568039f29f02f2523128_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:43618db20e6f592602096897bc89eaf3c58490a362e91e3299e20bb2a02827d9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:705f4db2e969d23205de87db1bd7dc8eb1ade64a76940fad950fd1a214dde6e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d2d5ee5893ae16784051d9526c1feeee3c641fc3e6f337ba807744551c00ffa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6ae5cfd48e788096162bc4517f0466bf526f16c84bb61072886a64842856c5b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8004e7284c63cc32a05f6de732791416d57d62db041ede2829d4797139094292_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8137c3932f344ce587769bff04355ad405b6ff27009bf23a221ba52f3da56e1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ef15235cf21f0fbfea74089f75471b483a98c920b65676bb6199c155fb61e929_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:149cca2af3f89c7d1e105de81bbd098c66be5687f18a584b644f21d0be20f414_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:33fc93d5cd30760383da666e8effb6ed32f4c8f2668da36677e98c1801ef4f5c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f9c1ee7f72c926c45cd76c12046b867d9efd7c3c381f34afeeb9b6e97751175b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fcfbae71f81307789bec93987c4523700c191a66663ce53e4009c5e0a8627826_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:04fe8c19bee4b629ee7f18a13dc0b7f49d6a4b6e19d204de90b6b2240b0f875e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5c9662139f98817aafe153a43f700399781d079390d5ad23d3b70fd6ac5d370f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d1147830f896fd229aadd2b766fbb4c8102b35a8edd4d8bbeef4928d89cdbbfa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:dfd0cdc29bca0a2239ef203fe7b58efd97ed4e72daed6609e22b20babda395fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5a9889308bcd1c3981072c83d44206d0c3feff059e0a2029d49adcb974674c95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7a715c7e2a8f54ccee42abf122b0028ed19705f401248d8c38f785d960f1b116_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a67de487534d03cdfc180af9d235edb21c5cb71e1224bb5041fcf2b9a428732f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:b3780d23a2c384ecef73c806cb20d7f97bcd11c12b6392c781c0deb7ceb55df8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:48b5d06ac4b35c2a7bca3ba2abc39e3af1eaf4ecb19c720d9b6e46b066318414_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a6d7d7df9078e9d1cb0f12f9ceac12c96bf2cea03a9085b23c3e4af6a456b51d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b757d11e5dc51a5822d9e30e97ac142cf004fffce87ba2e58b8d62926127664a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e61ed19beaf8352dcfd4b9478335a364263cb9839f27140a634a217d87d331e5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93baf08acbc6875eb2b665a9ef3601ca34b76767cd70a172dac7237f21b6958c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a5f2c2debb51b8aa926ede417cf9fa0e4ebaac4f5bf9e770db55a25902a4a3b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:dc97d5c1aa80515080b2b4d16fb08ee4733a9347eebc8427f10b7e70582464ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cc1559af0d7be472ae46be4552fb41e81ad804d73d1444b92cae4485118c6773_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cfd5513afd8b2b5e22d5e384a7f769f9c04709d853feb2f91ef667d804cf9a7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:febf2fb95748ed0c440e6acb72c40d609ae7587b2665cfd7145c878a2a0b5783_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1728f980f3ebba7e48bc0e8cad114db1e0c06f692638764e30ab990f45c637af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:41508513986b369c2f89c64af84b3980b16bd2432130fb122d8c1346f0602894_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:650f08f62aeea4bc954e69ed88a9f2f14d3c8f733c155d113c0c58b7154fec4b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:016fc7e804acce7a8b8df0a02bec320c32f9ce6224ae67598a63992219a77516_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:081f9cfabc57aaf4d19df8b496613d8aff54ceb265634c904ec7765c810b4553_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6da3ef092cde7fbaeee01c5d6bb0ca5d52af3ed8de458ecd3001bb96262c1ab4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:035d07364444ea963d64515420fa4005adf82c44b575555a074149f67db50567_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4e09fb0bd709d53a0abc6326905cc43ee36e6e4ec5e20108efd1ffe585b1f2de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:53a5f81aefcdd57ba33c57c02941803a072ef3f1b8467baa3c53c7e073a9ea96_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:cb3d2ccb57987217c75079a9c10f230f6a7de9ba3b0fbd87d8d3d5c71f8c94b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3472a8147e06452751999ae2d041063907f275ecf429dcdcfdce88c8a19a17da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:61155741778188324e0616274f067ec36723d0fb81d84e9715f72ffecfbc92ca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:adfe8cb84a5f0a241fe69ec532b7092a10cc274cc3aac2b86f33ac8e725ab2d8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e704c70226ec4986c16166ba1ca54b908d1b6d9ddd47640bd5ab6d292f977508_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1d63a1d7ba183c49c69a6ffe5a4584de5282029b0b2c2f3484b4f4431e2ce954_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:441db8762a583090cf4325377b0ee75838452a601732bccf4dbc57f26f6a1a90_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c5c52612378ce1f2577314e5723642237c9a361506c448ca80d2a0b56666a1f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3b9843a117d6a6ae28222951e1a556d3888ceab2ff75a082a06343c8030a5ed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:236fa2dfd935db687e786cf827d88210c2f586d2d1a93e610861995908bf2587_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:647704923828c83c6ed3810e3c4d7456fcbe378516dabfac30f203a3bd3634b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7638d755fde7fe6d3c004a6f0f7c761a9fdb75a3541f19a792c3cf8e8bf473d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d2eaa5b8ad9464732265b84128b5280d725feabb2d4b4cef0178a317add66c39_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b659f5c6da6f73bcf8b2850f0172358816bd68fca721b65a9a70569a94bc90d7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cc867d49602a6ada5de7a783136b6463c4d9adee9877ae1966c016a08ee8e87a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:6fa614240bbc1932f65f8cc9215d2baccc05dd1cd5586fd308c44d8a94447a45_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e85e957fc16a36b5964613a99fec1e7299db9bc63edd86ef965d879a081b64bc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:14b02010250fe10ca57b2dfe1046641aeac31f92e5691c067b3990383967f0a6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b6b13d29b1cb9c9bcf97f2daa289669bbd9ea501430e51652bca3d50f787f23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a8ab293c4f3c6bc251bc91466b7586e5499b6e198cff46e50f6a65d97df60f7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c5d781c35cda14ab70d4a5bde3bf72df0a3956f5cb159645e5337095bb71c5ca_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fadba956181755cedd19d3d5b5ee3da0222daa1dc609b629c900a0052a4cbd8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:2719589f19df23634ec3f6b578f3fd2e827440675b72a69b89c9d78b1310f98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e1fe563643282c027ea829274a1945458cdc5d079bf2a2b7b0a9982a5cc3720e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:28d64f60c216f77e3e006012a403671463b9dd90095e19ff2dd027def6abb511_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6d681aac67e08e2ecca32415dddeb47df6191a99f7a8d7bc3bf1697c6a26c1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0d31a90914ea716508caf180e30fb682cdd8066da7a0a31752be9d86ec9c777c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3ef5a3798abfd3d9ec1b6ebabf3ceb32fa4057072b2670793ca119f556c0897f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e2c62e4b87e0536d15ed8b4f2905930a750f770d5c6d0168de6291d92c51f9a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ef5f4d7e3c872acbc4ee48bc91b5835dfef66a698287a95836344c1587ccca69_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f5f049eb01192eaca548f3585845ed6a530934d2eaeb422fc78b657cabb1f57_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:740b0d9392c76e433ebb7762e57f156a0e2ea1db37ddaed2c5b8044ca092a357_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:da9ebcef147e8d9e84848454fe2b8e259bb549bf0de88ee960fb48f6c8051060_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e8f942ece24d15ce0c4a31f731f2060b6e3874a2f486b2dd255c773fb1a55f46_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1b4fa4d6ee3081f39e54b4f910100d210da682dbb0f308f08107ac44e7338d3b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:571a51e1eca0f31f273be8cff7ff115bdf192e14f5d510705ab7ed423fd5d9e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6dc96b2e8156e7e42f758cc28302a2e94e8b3888970d03a780b1732375e728fe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b91654b9aaa85e13d262d21b949b1a96b386f202524c2e8d52ecb66c279eca8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a677804e422590551f82a17e61f64bc03d5a8a42a695e7ae8d9de5dc086924d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:fb7f225a9221506e6295f7efdcf44adc33e5b971c470b5835b0ca3c42ee1942c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:107c9dcda9632516721c41af941362ccc316d25661bfb13a7c4dcfc2ea4e1c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e75d33740c576321707835258793fe2fd257682099348a2a067806e764e1560d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3ed82adddc3da003bdb272e2a5df0317abe41512179cba925f65fb5d8f7c2eb3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c16e4af4e9a79ac2f1fa632b20e98befa9aa2953ef241af186edd226e39150e3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7b6c16881c71569dbada90e320379c2159ead0b0ed2fa2113e065b361bdf2413_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9533dc6817f01e377ea2ff7e3aa4447d20ab5d016d9145b97e0cb9e758c9a8ff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1285e63d6cefc0454a400b20a6e404537a8d57e5fb9b5d7ff1a75b61555622fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2ea17afe64ff273c9208892a59773c1dca248367c849e805dc78cda228aba29f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5f33ae81c766b0b7d9c8411dc4f6a0adf760221ed0493a99f1bea5dddb5de41b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9de0bd8cb41c5324718c8d8f275c612c0bfd13b322225455a1142dc76bff0a01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:2fee175122b1e3f74cd8976af1515c869d096da0bc4f5e9024b31a64cf88896a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9ca16ca048f3de4a5d9e6b6a38b55bf0b4a994bf7f7ccbda8c50c02bfd59c871_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c42a4deb157c31f6fb871bceb8c4401f44ffb490404591ae36110511f933f72e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f6d5c31b12c8a1a1e8316f258ccd254bf6bb8e49ae8a175eefcdf0bfc5c6047c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:204e84b23aa1edaf66f10a49432115ecb4c3e8fa34472a909e1c9a7a0c3f3947_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:37f226136e439a1b37fab44e06ff30eb22b1ba8f12eca9e85f59936c3d58acd1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3e385fec20235fd68320dd564c68770d91c5c08a864e3de41f3800937d730334_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:878a0a7473a69442dffd7c19132d74b29ecf765e3499d29f8da7b1de2ff6f439_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2b51546e56d1893aaa1b68c4e6ebb5479614d0402e840c8c850702ffb198036b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3aac893d87e5c39ae1672eb5ad48a0b9d02b49888fab57f8662e6dbb3897b660_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c5bddc80f0ba0e391b336de8ead2442d0dff227fdb8aef1874bc3db3101f7048_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:dca0c7b1c7ec76232b3d5ddd15c8716e04a8384f0a816217dec544d667ad2e69_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2551dc2ab6fddb6edfefc185f7b6d73ea366ddaae4e2f79d554f0afb79aa54bf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3cc6eb31325b1f9c9a2163c570ae1c3d4da7e7dcb0d761a0fa775b66fda9dcf5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:569965f29f668f02a342c0c7b4804bdc92354610e9368ba42a3ea5cc3172f532_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c4b2b0855c4ba25e150de01e54f0a84bb4c6c220b348945742bc0c18cc6d7dbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:01b6587f8b9ee398d34ed3330bf0bdbf2dd01c2fe475ed4d44c547401d1dbd5a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0fb7ce17c762a70aa16ca9f7f35e41d85997bb2bb22b81986321d29634ce9b3e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:60c4fd0dcbc1ed92bee7dedce7879893a23c9e4a6181e5e6d6a8f04880f377eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8925d5826cca515b7f7c05558406b3688a14963ddefa80f5b44500fe12dfb1dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:3d914112ad75b59b03d5653cea40a25d92af415ef52dd10aa7394465e6bab92b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:f8d52c53ca49b3f9847d2e568779801321307e329f802aa9456cd0dab7625232_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d29e5c26f37fc8212f2ff15cdac470982494be155f85e3c310b0c958b943f7f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:fc7a6712a6fe86a47b5a745e06a0c6d164779eb198f284fd0996847b025e53c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:32bf2e7aad1dd9ff5100500c294e343af0dae3d392eed27a1c0305198734261f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:54b4afd46c87b2cc839aa7d8b8ae232aaffe0f39846a6edf9d0d3228adbd7a29_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba41cc4ad0ea8dc731838e00dae166209a3e06d104e5cf11491639f82290eca6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a9395f57a9adc721c6e43e578957e21c8b9f18defbecdf91dc49d11044aeeeef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ba077da5ec7f147b51f0ee4432082aed3b7a3a541729913bc2ed821688723e99_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb48a38cb5d06b67ecfb4777c44d44f3e32a996397450e30f40e7ec3e340a56a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:deb40607f193ff4e36c684ce74167e67a7e96187f1a44a1f0f20f36572005843_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7dc856fddd561c1d29112b0b8d4dc39dc7503974a9ff563612e6998bdba4b71e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a3e01913986169c592bb770fc49e3875d46031b5788f983ddcd52938f9ef7a49_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c3481c6f76c644c017392c092dcbbb25a288acd14a9f01e20afd0d2d35e16d32_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cc440be9f6b3c5e22186b6d53a428a8220201ddaa79be39e19cc31a8fbd7b221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:12d7ec468f9634a53d053f3af7957c5162d92595fc3385b26b08acb22b7935c1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:49f08b645fc28af342483d9efaf2f607c9c2a6b491b477cdcf2985c44aa3e894_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d32cde1eedbd0c110bc10836025cee78421ec16d2924d30f5e6265591a9ec716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:df885dc6da20faf1903dbdac693889d9882722e8b67bebe35f624c11e4616262_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:16c8b8c6aee6f6a06367ca5bfe2be8fb85a05c3f18a819683f49d1a8c73941ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:376659c608333e76b0b48fcdc69ff17643284fd22fdef6c6998f07be54c1cf91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7359a62beac2d501d629e6768f1767861fdedc0d05f53a4424a2abdb3dbb6a8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c71d05c245bf1a4955f46c785d7264985e1f904de2a19972f7ce6209a3be0e4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:06ab376096238d4e04c9ab713d83d3cab5db769b5af1fd1c57ef2ceceec6ef61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2c80889bfaff670acbf859db3624951cda96d4ee8cb1560806ca4215e8c6c04b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:627c6b73224c3e37181a19cb598ef9a425cddc1d17d97b6c23388ec1345f6a88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d5d338daef4ae436780be192907d28a26785021d97865d8a95db9065734061f0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8e59a286a05743844dd1333770197161698788e0db4faf8e00cac6b2fb9a638e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9029d8ef1e4455dbc1910078afea1141f92a5c4d2c298ce1d9e4319209b55246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:da4ff38c7a1fd5adddbc0b0d3defbbd580197680b22648e2ab803c90c4a8c9f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f6c44d76a715e0ca38fa5e2becad93a2bf3a41fd8f181846e7aba81b0c579691_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:167937ed04f625a9cd2d0b8ed6048a5cb7b6d435bc2d41775d7db4dcdb5fae95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:176feea3131aada18df5da44af30a127f4dff392ce8ef57f7e0844969ec95923_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:17afd4ebbc2a5233681d4cc1774fcd70dc932bc10006235b11de8dcce826c2ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d3a98e507691edec50373d79ce9df48a71cb6a19a75c9276d0c5905d4f204b39_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1b6c3977b4835b0cd5399523dd437c230b992b77a0e7352b095d008be96fcdab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:54d79643f3a191710d1362d665b5c838130f3e51aecf1e27a2cdf66e98a3cb8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b8692d27a4799d20ce1a8374ba99f55732bb7db56cdf8f5b038424a086db614_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d196f02212da5e80ac5a73931316d38e9def9aeecdadeaf07aec685e661f9f98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:11c2a1966b0632e85caebc4555e3e2f726277175b27a63a5e854557499e0c28e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7e649963b5c1e2a7e8813569368eaf0ded5e544799d561622d469b03b9d93937_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a23fa7969c6a881648ba03ed1a13692c5db21b79f0608d841291ea9118548ed7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:af57ee131bc09ce55ecb3ae13ed7dc3ce9607a7438f0ac5a6e64bbfa000546db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:3a7644c1ac089cabd142fc1743b47302eae8528b13d1b038298f2f57cf746326_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4b5ee426703ecb55bf537731c39c69ab7f86316544cfc472ee77fbef7e5680a8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4cb60d36cc3b34b4b1496b74b9b2e68ff152a71d7f957b356311ea811bf05573_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f3f64bd2f70faa654f7134d803efdc032df63fd4ef07c97abd38fc41e625b48d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1b75d96a4cdcc3a37848c5edfe598cb1d99bb3b0707db5e3f62478320eb90f9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:876fd001172d5151ef99c02826f834ee4db4623b00699a8fb30d6a456a7a8687_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ba8fddfcfe0004287ce58db40c1092f2090b3bbb0810c277066aa2d97799f8b9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:bd9982e951fdc7259571b6d5983ea2cc44402cbea411ae9a6b135692bf5939b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a7a8d4d8adfd98d3a6e3d37644b33966f2c34ff1e553fbb5140ab9a15563e821_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b26a5a47cde227edb5e7f6e51247a6cd91e13484f6b5f7dc19b62f83b7478361_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ccdd76d6734e3a3cfaa1e432c1508c097478e842fd436672e57ef2563d817e4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:fee8f3b24b431ac2a5d4fa3d96c90c5e1aa68c08ee8ae9963fee457c98795197_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0e559f5e780f3849e73d7246176059360631d8c4a7db1700f6ba1b6a9e6ae089_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1a376560672f81b7596417591491e71d065e90672ff6ef5d37ed0785e9baab16_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:350a0360dfdc31eccadb0e8b9397d5a3436bb509999034b60e611428eb006cc4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f8b68ae48350a5aa9bdf47a36efbf661190d497ab5a139027a2bf4579d21e095_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5fbe979b3d448e36fac9615ccd96f8583b0d587d46f6b1b3749e85938cb2e510_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8d45dfe709ac701d6eb800b081947d39a855f65c756f31ae47b75be9fec0c260_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ea4fa6caaa81f207f2372c6179c3698e225658387549ba567c232170cacf8570_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8fb972b411085b4551e10adbd419e3cb89754ee5300222cc4fce27cc349513f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:066d438bdfa1626aaa7a0ee5d2e3222724f2f0cf5bc9a189b67fd5358a0a48c0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:747c142608d6f43952d315d7858f57edbd2d9de2d255938dde311ea580a329af_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b2ee2d0e9906ef1581677bd239073c09f93e5b720501e9001926dfe7db34839e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:bf0b42c5e7e51129966a4744bb253b7c336bb88b1f1a562e481f7eeff5428136_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:3e9309d53caaafc9b145f6b7fbbb8879c9f018ef226afe101f6dc7ab02b67856_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:3a558e248efdf5d3111b7d61e8bd471682e7038bd34c4490f8ba69b91b44f36d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1b0981e2ee13869663087d6504e0c0af6f2c56d2ebf81d72b4b7c751bbf6e500_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8073e0be1f7f7523880b30946f1b6868274c070acb97d9da2f5c486db99ea18d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8980be22bddace1adb383fc356975fbf0af9ac8a20bdc95b3303a80fbe296f3d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f4293de50825a003a825306a45612531dafce45b72a91cf4dd455d596a0c60ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5bc26795163f03947b3f42a5c8cc52b7fd6eb713a0fa5a1558bfe834c21edc0c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:7f29c85842a34554f06db311ef67ec08d1d947d32b4363d1153d92c8d13c3214_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:92857eb171128909119700c431920f543cbfc89cd06aa98db816a2fcaab321da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e931e3fe478f8f905855b4516e1ed9b33a161536c447025cd14dd68778c40fa0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:338034a3ce7dff3efafd00fa35b858c23c2ab284f743df414c6cdae455f8801a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f12584b95171f442bb3661c908ee43de70d0400c6273eb4e93325a5f3f167b54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f37f6568957ab825b08c2ce8fc6b32ad18f5b7bee50b24b1804e70cdb144e5f4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f949249e3847338ce4ae9b94b0d191edd3f316d471f0a9047f97e41e41b7554c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:407286c96b6e9d0ee4e8abec2b06a5dad70fc69820a00deae47cbf3fcdc65a40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:52294a05713b24485ce6d7d1b867081da2f01dc008b9cd052bf8c4c37839f581_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6693dff44dcfb7e6fe67f5373bb73d84cf401d20640c959375f20a24d31aa697_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f65918214ce906cb5af9a59ece43a36870989c579ac1660a2a58f9536a79d9f9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2ec7076ed08f4ce7a61f95083155b5315acb6004ea4245c70be2763eb0ce9f4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5a539e39b3aaf61d63f391b6960cdc5746cbb4b0fc07b85a98969f5c9cbcca4e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:93505b057575ff9292e2e96903238708b940a23953a79cf8742c880f1fbc743a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:be43f0ee18b6d56d81a09871c4a30dc2245ba60cf17ff0f1aad10e117f40aac8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3923e99d803b6dd5bfd2fc957101bef6dd86ba8f6de9e59a849e4c7a02d57e0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8253bfec4409c9a02be72d7e8d87fe5f4f81c1bc58a294f02dd570debc4f1128_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:851fd20edf32778383c81e3c5b935ec5607a05f8fc569f64e31875b8bbe81d6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d06d41126ced4841fae74d0437b18e9f1699d285158fb8725a8768a6e9065b79_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4375e44dccb08eb4ecf461f4e8e7e97d617ab5b1c968beb481d5795e6bbf0229_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:75140fa657674afc46d698aea19115a9f60c7765ffff6a0c4ae5ac166c725597_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c1a31ef64ecdd90020d72f323a242b551a6a4a85a4dae309e19f5d8f12d77b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c3b1ed110f6b17263484b7fde65642eb349162b206c0b9a2f463bf5eb13273c3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1369aaf62d9d273eef766c42f7015d56152f6b8effc50dc06d75b1bab38a20a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:47402101d62f418c0f6b8e3c6e2367a8c84f5151a0204f326bf1fdbe983c603d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b519e10d4cb8fd9ad126a36fb864d2f29f7df218ffa1b3b5f222e0befafbe360_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d70f848ab6450690b8329ae367ff2e5a3a5b295c073028dff7cf810104c5be5f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8f8c882873232fd9a00adc69e199f1b4acacffcdbc282280ebb61dfb1e61b875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9fe79073bdf1745b388fe52bee661394f96ba5c0af585ed8ab4a61724e324777_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b2b91287350dfb474763ca5d332c4765af0c1ff2d7be722e23ea93970add2687_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:bb5f4abfd26a9446eb2f4cb1355bda840ed1006a6233373434378abaf0e617b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:07ff9687205eee39d9ca211c0bb0c6b1618848e9e74bfbbe793aca67de73fa88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0ba94d11051416a116cdf516dab74d530a584fe7c4bb1e8d3deb3bde2214e459_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0fe87955631062bc7ce78891b9eb056f899308f8cb8101b3a44f889c1f0c0654_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:786de5dd308c9fa6643aabecea0bc666a9ede6fd2a5ce1cb0d511eac2a19596a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:719989a197c3bb8b8af09e95af49125cd28014fa74c7969f3f3b939223a6743b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:743119e024a9aacd8bd4bf45ab9c14e684ddbe2307d8f965e972ace243f128b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:76c523fa10e222690941abc8c5564efee1ec4d309a7d023480b6000a545d655d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a13cc82f7b2053435d5268416686ae2ba89e37b6561e49c7ac395cf3359ca2b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:98aa0e651302bb73569a0578e6c11a1691eafb5b0aa28dadd714a7b44b498f8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:9fdce4b5198ae740daa858432221625391f7283bad587e1ebc1220e7b0b4fa28_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b072bc3bdd61164b8076f2799e705ed8e34281b2cdf24d9cf08deb8e697de2a3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:fef5253a6623c30368e9e7e271501adcd9432b96473cf8278a7b81140d287de0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4eecd436b35c9b25eca6975ca9e938c2256fcfeead67e1ff4159d7e36122122c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7e11ca9795aea60b3f0853ffef0fdbf922f4863edd96c50fa85110f36bccced2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c95f8bcd0835611bb90983e96e3b780ccb65bd2bdc7f7554432ea971eac8095b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e497c1834c97590a0c388b58dc823cdff79ab6befd5f2a9bf494b3acc3181eb6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3a7af87b46058334b97531a4b1b5cd5be47e2ade8d74497429529bf0a489b275_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:97313aa4f1c1c9aa51c77a153d0f0eb35cab9711b7f1465b82a636ea44e849ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:ba0927ffd76ad6689b808e734038678c91854ca3d0630613094824549f8a150d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cd8feb684b9c70a4ffd7077e19812273f333174a70f7c2b63d57d140d8002382_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0c8bfd6ea4d0729e0ffffac9811b5db2ecf5c40e68ef048ab104f161d2689b74_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4dc7e3242cdcd1d3c1ea5930da7d4e027383149373cb6af0551ed2572eaea0b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b78827903e5c338d67a4ea2ba10ee67e16482ff00968ba99c27af2b6d50ce202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c9315d23ab26f6f40e05a5fb1f9f2dbce075244a035b1f16003d1108a7ba36d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:270b5e756fca54f2dc05f04b6f7b43f7f188153811decbc0b49eb215b11c2372_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5331e8ebfc48f4d2322226b8986dd178f133a52edcfc0a192e89f1785c8d568f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6cfd8c3da57c17ae1c430f2881c66eb0b1c456bbce4a9ada2491b2c873dba985_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa346af0288b5886b5f095d1fa0ceb7715d4333db919ff9d61078f369642cc29_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3403720059bdecff83f784e2fde54d2bebe09223ac6cf99ce2b4c840b9cd4a98_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3f8cb2cffaf6320f14ae09f7e44c965681b395370a156253790764ec9d2a2aca_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a02dde1d0b4f4fbbc4e6f0afd24da1595672f3f290345a4f6e98e11d89854a17_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c4e8ac4fea3c281effed3996a378c2e952a3d3704e47863b2ae6b266d2280920_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:46a0b302273acaf2582d377271b910d9d31ff98744cd8f290583a7bd5579761e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:af0442c88d2b9b93a187010065424798d89aad1d695ba438c815d04d7fcbef04_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:bc7b78f67fa189ba63da9891a1b05694d676a3ed2fa318336fa0850d63815250_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ffe4e64ee1b721aeefd8f1ceee11d225dd69319385e3e70f0bb52f4f40660a45_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:29d5a91b39dc6e72677bdfab50f56860c53e67dab139b464dd571fef9780dc6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5e6d4e29635ea0b075e402931daf8c384d07ec8660223babfd0df9d572ea6912_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:82555977089a1586dc24154b46be6499607a9d15110e5b48d9a549ee73f3843c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f32c4a07d2b7a14c39db1e5e5752960e46bcda700b292336480c95f359adf0d7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:86b3e656caf1c93ba2bbea00514a17b9d06cb7a6fd5c6746d80ce35f45aa5907_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ba5c8896242125c24e3a7e5698770293a601e9e7f8508465d7b45920cc9ce240_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7de62e540922f1de5f492527d07a8e8f4265d24b577cf2f93415209ccad63912_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bd71e582ef755da7bfeede697b5c2ab29ab9fcea6bfeb14cc8ca168fce5c7bd1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a1e6a736546b54bb2797d85d51b8f2b213fe2f6be6b26bad5b549df9dabf2d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:efc7fb9608c2be8c3c65aff302f923241bf8d008bc71c2fbba0d82ffad2b4f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:aa63c460867d565b44b2a8e919ba9a0e7fd6717f71588cc5a7e2ad268fe13181_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fe1f1b5d6da2e5ac66c689da49a4c76916533f30ab456c9961a225a5e26cb6ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:36fdb2cdf796941fc6638036b3a31048ba0209174c7a62424fb410ae14b1f81c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:65a0b94e9f663f3d73a9696a622ad46c73a5fc793f9dc46ee07fee8ba3bbb443_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8afe2a0c6b1b200201f21b148caaa682bce77cb3b1027f61d4c873e5babb1b30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9f7c3543e4b1a095399d1219c50f1f5081440ae1605154324d57ba9201aa4fe9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2c0897a842cd7b16b64888568ca65c2a6e473c24b2ba9bc5067d6f1f237885d6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:432c94d7d5d46ad66348775fa0e1a6c2c142469e8a770db5528a1aa25664c389_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c86c7188163be31c7ab04017bc46ae88707437f804ddf2b5bd5a73ae34f64312_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3f836bb9effeca4dd6a230a4241282d33ed454ebabd84829c41e58db5f24f47_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4632ef8ca0af5a8115f3d9490c2ad9e2e44361f4d0671fa8a3a1006254b173ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a7d2d10f5326e2d71551289740eba86d6dd2f12526dc684b1494bdd4228fd8e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ba876751849dd525a26e70996e7e02092c473bdf386ec4663a54ecf61c4f0d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e842cdc56ee7728aa71a7f95eda9777ba229aaf959594e73d998fbb30b7f76b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:90331abb869c0c04ca7bb59681cbd957ff54eb0e0265e16368f9fd6ab6937acc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a02580814c02bec4c1c9b79c4b5a48a5a59caafa60a573f9f99a4a1ca07c6f71_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c197de59c38c060dc8aa099a027922853e4b9dc7e5589ac55c8841dbd44b1367_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ec7a4bcebcc80cbda32227224f64e67cdbc98d3fab95466b55c89755421ea4d2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:223df196f0cc747e52ffae9f3dd03fab2da3c72d5e3b189e3035d4264a08c6c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:29f3154c0b972730ae9a54bc496bcdf62e9ed348b73d98ca958a265717ccc2a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5e12029e90adf045a4377f4be2be75c879e57aca7aceffa2aef08aa262ae0f42_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e150a242bffd4437f92000417cad89969fd547b5da514f8586802b99a668bab2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:17752e2fbddeff8e6f43bd354d91f248b4e69d88e80b29b75508fb03b82d92bc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b1703420b5a67a12f055518b6a23c1d8259dc8a064a1447196f642dd23363806_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b93a134a81af485a0f07dcd6a71c816ed517178826539d0f53b6c45dce87096d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d266a3bfe528e76a8c6ef1700a2016080d084cf6fad2e70efe5ba52ff0dbbc51_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:8c90e9864b3ff53d398f2451254dd3707868b36c6032d8d139cc3ef2cbd9084e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ae6ebf086515376ed35bb432a7f567f7bbb44b8d1b86773fd86daa387c5fb933_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0a0cbb021e13ce9d693eacc4982ece2e8ba4697f5d5571b8d0671d71824fd07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5271f6452a89fe7907b16f486439f54f0dbcc3d075a70ef446ee4cc62211b1b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0abb949ce9461e5718c1988f57791c7537eb1b3d2184f4b4268fe087e39726d1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1267ac849f67c33155b54409011cd3f0eaa27d5f211703875cfd383d1170ef9e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5082f39df1f143f23f0e587dec5cdb3e3b033ab446a57e7e808c88e6211a1a67_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8fa27bdf891edfb80585e470f09c9d6fa369aa727a3698b936b4818a4b46448f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:017bed02593deb2e9cdfe0f268916e5d1c8cb7a4f1362c6eb3c94050896d7276_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:027baac40981f53c9ec53f5a4241a657929d6289e42a0e5deef617c182b7580e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4bd5b70373a257b1fce20135ff4a4b3e6962eee541c67a0e29ba9a2523d4d4a2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c0b3ed1332b228290882bbff6a1ad6866f5ab2a4586b261949832cdc3bee5797_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:047c270f56b685d5a4e67afe43d2f1ff47829a259be6ff93bfec4864233d4497_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:50a6482667d53de3d7aa2bff6df05ca21e4e9773996afa8b8038721e231deaae_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:653dbef43ed7f531ebf64c9314756be42738f1635a64097c53210ed0b6b0de88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c4d2741561038e0080204335efc6eee5b6ffd8878553b240dd433fea701e6bab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:3de609d984e39497dfe119bb8e0ac2d6d823dd894a5c866e5ec87de5b5711e60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e3a8b252aadb5b32f42009803b56dbeae49a3ddbe9d00aa27569af4747fa403_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ccf49e256cd9c3bb428badab464a17aee485ee1516896f1ade10da11085e843c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e77ce95a84b01b09c5d1e6dbdea8970543aa3a60f9292300beb078d1288bb801_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2ab5fcf7003f4ba3de7656a284b11d6ee05bb02cd0f3532671a8c368f7b15178_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:44241e57d9067223cdd1585db9d699db113931b7a273d207516f60c498570677_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6aaa55450d567e2fa992650c456cdaf5529c5d96fc9984f7e1a4aa9ed6294bf3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f2fa21e8a0e88b25e9037a9c2db4b157ca6fef8b765b36da7dda71bf5a4c4478_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:10bfb59c904103177754f0336f7b7bab676d240480a8213ec42a778bca3f277e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7aa4fdd78ceafdc887a91224614657e86c1e12b72fde68dea4ee5c6e9b610cb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:e4a365a0516b0c8ef2d1259ec4bdb7f76aa9dc0d3c3cfd5d5b3d34341d349772_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:a06af7a856d5f2416777c1bb1d271c189576e273450b25c6dc5937cd16b8bf8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:28b8390dae142ea16bb05f6bd95f19b6ab38dd67c341168337ca07fe4f45fe87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:be6a9bcb97824c91f393af5aac5a146d819ed9893f5a074e146afe18f3a50dc9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e6392d583f97f0932dc01be55534fbb6dd3014f84b745e8bf7583b96ad7a7761_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f30d93c0f244f5ba21807dca912d18d4facf47ceaf43da7efa41b14ee816b71b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0848bdb082bc8dae6bdaa956d2ae36fdeaaac89024822f4bcdffb51da1165fed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9f9603a2dd344770da433fe8dd50a104d69e80ad463f9cba71b3aabefc4fee61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ab417553778971822422c6eef94aeb437209fcf88e78188b701d4b2243ac5be7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b9bb7615df3eadf64501f35dcefa829934f330892801cbb86e9f70f5dde236ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6bb4c6c64852f2b7ee590a0a60db256d8dd549a4b141fe71d311bf30d0ed88ae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:837cd26d96a814814145cd0aa0cca672769283c499eec36c457ae432b99a7466_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:956ad866d891e1340f630b9cad6ec73d1fc60d4061d4c63946ed714900388a3b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:9c91591eddbc058f05d052e3178102b28ebd25c2c9cb796fffd5047f5d413d12_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2480681"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang.org/x/crypto/ssh. The RSA and DSA public key parsers in the affected component did not enforce size limits on key parameters. This vulnerability allows an unauthenticated client to provide a crafted public key with an excessively large modulus or DSA parameter during public key authentication. Successful exploitation could lead to a denial of service (DoS) due to prolonged CPU consumption during signature verification.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: golang.org/x/crypto/ssh: Denial of Service via crafted public key with excessive parameters",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability in golang.org/x/crypto/ssh is rated as Important. An unauthenticated remote attacker could trigger a denial of service by providing a specially crafted public key with excessively large parameters during SSH public key authentication. This could lead to prolonged CPU consumption on the server, impacting service 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 OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:00148cec706fce87b240d38dcc91434f3c167052d5860d42ca9057e24c3f35eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:7996dc231961eb51daaceda9598b04e4bbe7d0e4019dccf5adec8a14d6f7e1a2_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:0c95fbbcfd5c54e6b2934a8efb4f8523d1536ec1deef78249f4daebaa9d327d6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1b84b2a1cecab16e75947d29572008547922714207272a5dad8169d1ca5beab5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:466597e63e82ac365414c803f5ecb8f06a72374885eedc5daf9532aad16ac148_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:de9cac5c7ebcf3d43cad87758dd2eb0f4d6480f59bfb4112c224a4497aad9ba7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4ae516b98be8fbdb9b783345fe680c1d6ef57b5dc06b2ec3bbd20bfdb7c9b2c4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8f242ba3e0b9c57ecbd85f0d4c1bd67306357c92b53968a42419736c3dbe04d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b717614ee549be99c17ceef3d755c66abc983e821e04808df347962858e0da81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bd0f90ccaaaa74683b9bb17db0651dfbdfdf8f49adf0ecbaf8e83756d270b590_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:040115466e4f525e9f2386d6f8838c51f8e1638eb06cd64f071d4ae027a8fb9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:1a677b9d28655390d007acaa656997b12a32e9093c1c228778ef96cc6f4ca875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:39c68aae39089d044ce992b949d4e9961105711501daf3d4f0ba7e9981920729_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e814640d65f77818c180a706940337f8ddec8ebe4cf22c51a58a8b69e0f4099_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2831d7dc9f3cad92219addd21b93959900ee2f71e2d988fffe913a6f88dc7e1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:50f602354dcb223759d781cb057b4081a424d6a509178b10674358cc8dba41e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6925001d8a798896438ef1388f54bc29825c37d41f2f09a59e3f8bf60b2ec6af_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e01a83cb76fca294a011e022ed86f1da8cde36928096422a440bce8e42fbc8b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:757ad9e0c37b861340a7b2269b068d5b0c6355322eb5f5898a856fd9c4495b16_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7f68ff8059ae68d15041b8f38ad5ee5278289e1370d276cf7e78fc7e9fc3bb10_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:816787cc8c95a4a2df1416f09af6228559333e1bb1421ede0c9e2093444260e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f9bb9a184319c9fef278d3c6705f56cfc592c844f5c458bd20bcdc07c4230982_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:198f39ed50bbd835f4789057f9d7fd8de0962f1641a7f453dd90d68b5b2a4e7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:633ce875ee7bb08d9bf00cf79738e3e63cd6bf4de2d40fa6860142a301c0968c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e169d65b86f23d6424af5e7cf9e1d0ced58382128092821676196c0a05f91da6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ec2586358c34d0130b00a3714b50c8b7bc33ce915aef6aa79eb214d38202f37e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:13e81e4c25d8c789ca15eb4e84f3fc531a50b4dc0d95fa3573e002e3b54cad61_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:17637f8455e0e17bb3dca34545a26e881cff3e1444af45b9f45c3e282a252bb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d2dde1514fcf3308d1469a0af6727835121c4d6a1a1775a675a7ffabba8e3bed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d6376055835ac40728181d6f354398a0e60ca131d2fd8f41471ed87e974ea4cb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6f86d997faaf61c874def5a78cded319a188c1babbc4dfefb91a29f7e0d7f0fb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:73bceed99ad1b0bc99e66ab8361037e4046c5212645490161572fe6f34de98b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:babd6b0e928bb674289f34787d3aa536bdc4c24a877a5ac9311f21f0cc9e6224_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d00a12f6c4e75a2c93bdd135eeb742f42868b0186d9d03f318c885407a17e439_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:0932891a63e5ec5a076c7848d5746e29d972f3a96058914bee8fffa4921fed38_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:472e977d39473b92992f53c0225de477318b31be8656c37bc35193789ab7a456_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:71021ecd15d688aefa6db79f817c11a751b51f6ea9f2e48781bdc49c6de98088_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:9563eb7617a4d3a9c22fefaf03a4ede698fea2621a68ad231cd9e65930043a56_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:1fbf3bf4990353e799dc271bb4a0c58b385feb2ee60207636a3f76544b4f5ae4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:7815e9dc63477803e7e8bb8a01ea83043b5503ba529f64db3c76ad1c4cf2f0b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ab22d93f277f9bb65fcb5fd9c448b72f82384b9be43b8ab525d2836832044eb2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dee02e09373732db94bc442ddcb2eb4d13095a04e35c674387d3df8ba23d67d5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1a046b24339587101462756592c87ae4a8f699fc2977a703e6d031e2022a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1db6c409fede3e9ec09788fdf286fdb0634de6b6e727ec010332f7cf2e462_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:bd6be5cf4063439e92a1264ce3af0ea6528b9c27dd4b26f043a80aa8616575fc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c955c4b9dce1b25c73453079a21d84c5a2e5d0b53cf6e351f9b1855f08db3fb9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:221943f7b65573c2942d88354261f93a01950be1d1a86fa853544cc4c283c027_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2488ca8b2a8f658f3deaf9a70b12f7aca159490b5e0861d746ca8ee5d2010041_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a3435c546844b61f456789fd315495d6bcdc2560756e9fdfc4b896cdf70d75c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:be2e4dd58b8ed72278bb2c014317e69185e2b19dce37beea7fec3798abcb35f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4da2632fea643a834aac3fd63bc51fc6b0d768b869ac450e6779c9f36429a9fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:56ab8a9553f0c0202a47d858e234f2672098514dd647502405cac1f28d14196a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:abe530f4e865add435da2afd379a3a11a4d75c257c2468a09bc78f10256e0be9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:fe1397131aa0d447366fd627b12582ed647551ad3af13375f8c281ab73745f0a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0857a5a2cfb5c277bc2d2545fb19693f23285ccf6b75144da8fcd7225e1df1c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:43b36fb1f7ad271530f5ee9040cac4651a684e0e08de2ed90a2939b736b565ed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:7f86439496ba6573ee1d61b5f4d414dfbbf65a95526cdff54e45229f01785517_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8094138e4ed2267cc278a83a1586922c957142c9e5fcaec62db531c83b79566d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:309b1dd27ce0c7dc332c7141e576642db4aee6076ce50ccc2930e824f02ead2f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:35322e4580b0fec862223f76e0bd3c95ad0af31f3d4cdfd6423d3ec47d6e25c8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:699bc772c8a648f8be7d6a5c32d786d8f6484e584d918d68ef8a32cb1499663f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:779afd8e0fa21d022d7e75e7ba8da00cc7604db1adfbbea879bfb1d0f8c9c831_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:49e98d0193f7d7b4347043f0655d350a7a0c0d8c8b850d95abb57acd13dd8ac8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63e308cebeea85127f584610f59cdc9b228f01b9acb227f2f6eba7fcdc29b1fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:71f9b47dbd3985738259a6bc9a5bbdb240fd21284a194b47bb78538f8e870cac_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:9181583c88b3be23253c76e277f140c0a1532c1bff7d62cd0da1e14beba1aab4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:0f96581804dbadea29d9ef9a2a952753f5fdf295670ea0297622214e2a9b7d0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ae4714025025642ff5d9e250a4715b01d933487fa8bf4eaf82629ebd6d4c8702_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:cdb096f05b664fb542bb6eac3cce52c53da2e4bb636189bb53f737d3075615da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eb9908581f71dbe01d8553e494ef022417196408e9fdbd32f08fe1f5b9c9572c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:08725f7a384b4e72a173141cb35fb67293385ed72d973fc4d497f3c0f0dc626b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a322e3fc620e914088fb5669f1459a47140abdf027bd011d6ff4e5b3e6b909b9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b950e80fe164f86ddf624c80210308a634929ab8eb493496ef86bff1c5248fce_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bfc663a0ca81dedf849e89b91feb3fe0af97932fe8a8fc711d7ab85b6cbdcc84_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:13257447171d38e6e99c66faa476de6ff6ab934c285a0d1bf71fe94dbe583462_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:23fa493f397748092cd71c41b9d83d19fad6a5433b692bc644e30af790cf60da_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:28b1c9ee4102140998781ebef22f269316d8c2be2254c10b4d7151dffb0d37be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:be2175c2c6c9d882e44cf10aa85f1219573952473e893f67cc7085bf0a324407_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:61417bc1ddac0bc97c786b5807c2fa33eebc75f7cb186aaf9eef2151dbaf75a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:73956194247e000432a8c5f7b78255062c5ca967745ba2d97e680a06f698f518_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fbfa9ada74c4875985fc4bb8366d21eb5275a52953d44bc6bc740d48edeab5b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a545c9c2fbb36296286f684e02f9a5bc337b3c3fb9c83c608c988c88455f9bf4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:34a8a8a4a62b36b5e0eb061db3d56905c8dddfeb2e7a7135642f947ce6bd01ad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:41c2ea14036c2f8639cf0dd634e327841954eff4529743fcd10e8475546165d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a884f443877c7a3c0b32dc60a79e1bcbe89036549da7a8aa4608ee2ac6460765_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b28e8574a1d3b374ac4a61ea4f3c16eb70d9ba7385bf830c8698f4490f8fd3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:8e245c278c66405066cb31e9d48e97ad9cdb826511bdb1104807d26f896043a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:380e3045135a40d202f330002512a5c499d8d2079cc38e5c0bbd5a2312820dd3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5d06442daad2c126259fa5d594b53329e386f560b77a475ccb0cc37148644a5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5dc0ca56deaa237fb0bcddac8481b45d3ac81609b36c3b7bbb6cff8456899208_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:aa669084fb336f5d89d86cb58aca73b88d6bc4b6505eac2020664e0b6abfff6c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8cb392862e1835b610757e822332074ac459c593e9bd60fb6b6f6d0aebe577fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:987afa1aa902bb85d7c2d96f1637bcd19bf21eb832444c98d30171bbeb746751_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ad2f0cda09211f3e0aff615306168baf808e6fefbf1f039c3ae1a1fa7050a61e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:bcac50d10432ecdb8bfe2b465ba75889248ee8595f23c5243d023ac2a336f3b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3cf2d6f464e6a2fe5b4a8cf66690b3237aefef0c825a687a548f81336507cfb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9bd17213796576ce4d315986dc0b271011c37cd6e9ed75edff5ba80c3302fc26_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3205092b914bc1fe858b2ede7642227e04f35d06daec4848fdbbc0406fab4a03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a20ecaad93b15b869fb321c7503adcddfe1f0f5eb3f0f6427bd363234010853c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:57259db0550547f85684c19078b9af82b6318dca0c00ef8da27de8c8dc90e305_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:a95676fb6c1cc1b20cbb758a7c9fd34e82b3e114b81b5c17f47ef303feca3d51_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:49026487ee6722c3d438c05c1c181a36d14eca2f0d8debee48e4a02db0486145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ee65002c4934842ad86197a89e838997bb87a93ddc9de3423eb2af282a565c41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1bb56a1a194ba6f64edcdeae267fecec590c14c85431ba62ee8c6b5744da3a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bf72f3bbed57cebe1deb7690cd7fcb6d371e526630cb386d13180726736219c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:81afdbb2d9fe212af38a11b4d00ac952a306e13f91b23b2a081c0393173c5e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bf8d63c933996abf39eab9406b3061bee014d766a58f4e27a56413652d319a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:4a5021268b1ab163318270fc9ef07afa8a29f288c95ea69700c4bf46f88e85cd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ea443d9738e4428b6912b47f9c1d8d05b75cf8b137f0f9a76f852418b33b989e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5c70298b919a36de41bf25d870bfa3da4013d36c6179db3eb6dd2e67dd20bff1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:a64777ab69af6f2b6cf4b78e5a00148e98353748946991c0a6da7eba76b442dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d4b6a07334845b2938c6d09556cea5e0477d13d4be6247bc9e3fede2e46aa3ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d5e665b41152b8363b4b15973a7b86365bb2c047366aa69bef7e1c499cf4fd3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:1a29c30f85b9bc858f0c70ca5ed79934494d92849f23baa6c7f26f67ea49c57e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:70f95a8b240afc604ee9af621fc3b63adaf80f593f3131e7ed51077ed2c77a1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4d217b45b97c9e01ba3d54d03270be07e9659b0d4313fc85999aa49fca560108_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:634f48a37ef03dee1cc0c0626c32aaebb8f9975b4640ac540f02910bdb3b165d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:00f06d1c70494444172d5630c33e1c93c333a880520bad3a810f96dc69cced15_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:01ac79392fa7a265608b75458534bafb6e5d350f2e8536bb9de48566c685841e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:12047af5271e61b4032c04c98df9ad54363d6beb13b36f49085307705677e345_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:37e5fa3bfc88e99fc78f2ced6cb4a99f5099942e40158dfa6940784c3d2ef95c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:54d10266c83c4d5fe91b013dac51538493ae4a4322c925e561c45316c73b1e2d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f799d506fc4087aac0eb4b2c2d6c8e511b598c6b3cdb1ba5ee470b787759fd8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:061d1b86afedd409ad4947a8ae59064f0fa92360cc82f640cf124776753ea3bc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9c7fef9c0e22e1721125d5b1312e509fada544e1d3d956338c3638aecea53dad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d3d951b736b910437255f3455b76357bfe0111c257f5a2d8dfe0f9abacf30fe0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f7feb8627754651663208ebb363a3e42e1767e16a65914148ce0507a77bfe795_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:23b0327190559517a3526d2500534542e9a397210cc6f663ac2b313aee902e92_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2911daa552328c8b01b19f91ad43ac54da18d343834c48ef35f12adff8077785_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:43960246dc7eb7bcef847c0d706bc6b0f0a407053a2cca7dfe27fce23c6d2af4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d05434d4552d2ffdd45d2fd44b1b2e2e8976a15f0f4ae59ce7dea73ca97dbcf8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1f7e808f97ad41f4c301736bdf2e06da73f2d0e3ef4ca838f0afd65273db7c8a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5553003527f078011d0c440f86c1480ff4e62b318e98ca2a4af97b42e5e186d5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:582a4e6fadda74e5c6c49b605b7967e9d6f25c84ab3de162c30931b1dcaee31b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6d54aaf9249113e5be1b6a87bf439ae778918533077a41ee9442396cda4d2642_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0b4378067622a7584c3be2e5e5d8748a564ae7672cc882bec0c1d6f4f4c28686_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2ba6c6b021db9b58614b1ceb9b736978b0e3396b04dda4518406b041448dd5cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7f7e406ef7b654a66bbcbbfa5326ceb1ddca4a0236cb60761a0ea48b919e8571_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fc403f7babe4eb16c770c80def94f34696b3a8ac55360b17c88edb11b9ae5a8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:473d595a495e4656de14b1b22456ef1ce2218fe39d02bf738990c0be4cdf5440_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6b3fc95809e8ab1be94de33cb375207b4302f93dbfd51f2a67228025c1e304fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7d0a9db460cb1d4c918f87a02979048f170f5e692e83cd517bb9b3271aa06dd2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7f1e2dcfd02a6a5fc56c6665979a8981f11144a5bcc6419feae3964b190583c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:775213a7b6d92d23694dbd1538727c84ad58c6b8a8b46587ff7bdeb7312acc05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a649eef7fa6148524b1f3aaf18ed6543f65ef91ad21358cb0af865401061622d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c593dda5f85469eb4ded8cb6c4738069d48a144823a070b83b58ba7772ba0e90_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ffdcf3c2b138b62cfc84d9916799812ad73fcba9c3416d7442f3686417c85932_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2e1e514d9f3cdf5f04ca924fa98d036988ab47259be5df67497931321634f730_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:32e93e986bbf92dd3a3e09f9c76bed29334b5cf794e18b843f81522ccf43697b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7bfa1c21aeb7971fa978d49455f4b5dcccd4ccc3de147ef47c32e9b74bcaf2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:dbb5abf21bed592282f09e30ba1387b084eb028bd931df5609c07fb8c09a0d75_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0606de7cca514d2b4ad9593d7f37950512741cd8f1597b1f83951aa7c8839268_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:116474d2dd37c159032b15ff856dffecad2ef0ab76298bc43f840bd0245ec78b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2e887b0da3269f28933bc5af839ea2df95b7aeca3993cb31b0a1c92e7043cce4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6029166a01da021523fc720ad70fc59f449684e577f9f5a36e0e759a39d0a28e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:849b8be9f7fc785a70451c1c0704501e2b449650acd23d450d145da1a760c166_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9c5d6a2d314e840600ca6bd1354c7dc6040fbdc216166418485d6edfedb27ce0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ba10e440e514662920d68ac025d5f3841786a393703fc2dc0ee21ff1d2490015_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bac1799b133fd829b35ac619a25a272301816494e83be5a251f78a50e7fb2f88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0469874ac135c41bb590ddbac02428775083221257b6904fa376335610c4acb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5823c8fa1f1409d6863dacda718e35b7afd2915befa21343dfcc68b6fef7a9ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b38d3723f2547dc5676460e3738420e243c6fdf7be77e54d18657efb9668c438_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e5a5e4c1a01ff3f5d694ca26dd248533fd463c85374c25ce1a9f4b7a60deafc1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:19f94467c811e10882e30eeef39b1266b83ee417974aaf62f75738d51811cbc4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:47487ff8d0cd813ab3354061caf319dec553b1cba9d5c1045de710b8a6d0c51d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b3a0104cb85f1a6965eee44fef58983637839a1f97ddccd737704ab41cda3a25_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e8c72b610288bdc44492ea0a5c2fd66cfb1673fc06f6bc66831fa84c96f86543_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1a9333d29d3561fe95488f3d80136d6b24b4a2e04472d37d34737fd1032a8856_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:705d146d458883660aa0b673a651d05d1d1ad73bafad91e84755118b82092ae7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b9265d767c8a6786f12dd4788377f1a316864863a32de4a4ec07ffc8b874aa00_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e3a7bfabcb96924059fb7906be97a0ebb1df35c6cad39a7968a6461df0cecb31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5c015e1a10e5f14e82e30ba41b1ae6a82cf5cb0bc631f5137d7637c44a3f5b8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:623bc4c74b05b46babba7da628809bac05b48d8c4055648e88f0db57c1bb0e07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9502a32446a8828e8a1887edcf49034e874ea0e32ab5fdb738ab89e77cb5a472_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ec7b6b83c8e934b66505e8051e183fbaac54e78abae5ae99077d4e5e163b4529_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1f15641123321a662f676a46a24f6c8066bba6e3730a3c0d0eca3ff8e548de23_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:85070876ada5cb86e8c585f3ac3114d548b189074723a13ec5d6fc6be25c9964_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a34e14a715bad1d324f9211d95c56ed387ae51b24b21ccf931c12f3f7b3dcbaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e12ce561e4cad13a5d08e8164060bb74a309f66047279a26dd727d34ed3dc16a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:67789c239f82fe3649ab8c0e13f920a788a3612d15a78fe5986a852bb2d11a0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:80d704ed310acc3015748815351da4b54fef2d8b74d7d4b03aabcf9fd7e60b38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bfbcd3f502bf336124261fbe51f19e7a4cb9e9132e07da62354699b30cf6ed24_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c1e371a0057014662b91736570bf25fb1211ead7402154a1149dfee9e55b994e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:175fd0386d9a4e064fa760f23ecfb45ac6ae3500e5a50acac0660d06e5b7ecb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3e9811dcf3c528ae6f5ff86659dee1a590c2b53f7af1a03204d06fc3dc628fcd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:68af6c6e7f51523ac223f4e25955cf3777f4ae5b601dcca7c6ec7e2dc0de0782_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:8f1b3ddbde3e33dbe01816bce0cce7d7bd196cc04affbe606fecfbd8ad7b8b17_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49699de68bf38c34edb696ebe4f9dc608756382a977f497f6713dbc7b6e1209e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49c32ab1927e0969508b906c14aafcbc64e6eff7680b9a10812eca4f17787921_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:86135a8f7d4aed36e7b2a571b431b29eeaac2bda02762eafda3e22a62a7a2d6d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f2dac4ffbee9d028b26e683b63a9f033ef8609907f6c498d42c447a306e75328_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2884bba195d4d635378b0d15efa54991a23f51bcf4efb1095b478f5cd9c34f46_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:d84853556ede64db5615eb4d826879c744f7ccbd92c51ecf392a686af854ec11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e05dd48fc4c26b5dd822ee58a2af27bccfd0ed28cc959a6fc05073cec6f7c9b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e202635a4a52be92b47960bd8ced28634111416b220cca5fa7f86373ecd1210a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ae36d953c8c7f73dd78d620f94a0335ff5fb84b16ce9d2dbadbdf3dc5d66f6d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:308c924c44c35b39c66b429a15a0343a47f7dfad62dceb76ea7acfc85e6bd973_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e132f6b0a6b4e2dc63561c1ebaa0bd9fc669a835b0c22b0d56599e3da870231_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5216d36dc483b1368a03e00dd9dadc7c75de2bc36ed98cd7ea2b089cbe23965e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4bc11f6ad7c3e9c99e708f7ef5a01b4faedc8eb5d2de5b0cbed502395958555f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4c04a50ca49fdc521da592b9c326e233763918fbfd6bc97e001e0e680ce24cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8ba4aabc0e1e36c3ffe66b55c67ab8c305f64aa6011f80060c5d95ce91180c5f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d259704d34b605abd3568bd4c988bf9e831d80554ec2d7a57e7c39a70daf0140_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:14c55985b9277766e54156139f0949d1e3e5f756ade34512a3d5ea3dfed2c544_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3231ec9c296798f11aec6a285b0a8f7c5cf220534d0525afa59c17ab2464abb0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d8767e4d0b2c8222748319f05483bcefe50388abc182a01f3ca9dae3c80dce44_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ebed5c3d8e112fc5086208b4b4c0aba054a0058f3fd08b71b129dc124fa00f99_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:26dccabde8cc0d1ad45160677fe240b3fc098acae82f6d095fad08b78330453b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a168025d531f20656997ae845a4930919d6805b7f9374c40f7835a93aaa46b27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e696a8bc54ef8a13800b2168a395d2cbb08678403beee2dc52c56d04cb235759_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ebc22890c7759ec9992b64dcb0e388881caeeae333a9a84a50dfeffe27e38b49_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:09319f1dcbe090d9677a43249810dfe5b3eb165aa3f8b473417e0913649b1556_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:46a37e99da18852f5512235589ee86dde0db6c09d76a49275a8004422b9ec303_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:535d1b713587008fe67eec103cceb54471f5263516f5420589cffe1dea02be93_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bc614ab102efc7dfaa47fef84c4783da26548491e4c43257bb606a06e8d155f0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:08cac9e30829765f182624de9e45e59b40884b8c39cde60528dd27afa57afe72_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:13724dc9eb7247844e450b59b8cf3af5e5f486e9558942836ab60f74b9943291_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3e1a80763f76f622b5ffcdb35bf2dc20ce1e9c06c4f5f6bf0ae06b04134733b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d077c79741fd0c481fa6e1aa2c479b8c5b380b1d1f163259777c8c50be257709_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5e82ef0b9ab6d4e3b7431a7611bc563f356385dd8927855e6090008685f1549a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:62ba53e306331c1b20cad27ec31cf59687218f4bd5908ed7e9034559ded04b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7664e74786778a96606757f1de215a4a9702d0c9f7cecba7bf8028884a7609ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7a967f88faccfc101b9388f8434d406acdfc85d7d682f9ec742d59eb31074fc6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0e05cd1eaa2b9c558d22892495f090b6b51a316dc56d85ae825b6fc44611b6db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:445fdec85c2510c8a45b2a830ead87136bbb80bb9244987b4d6ffa5858931926_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ccae4f8f443ba6806ea33105d7dc06002d58914626cb9ae57476b29193761b53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fc0becd36b6fad4911a5b8c9a4693320918f7f7e6336c2b11a76adcb6d1eec36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:652f8fc874b95a56393f14c2b56a63faa64c04f6646c1786d07eaa272a9acb9e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:94b9c011744629b1ff6f230e25f876f218ed59d55a941377797f77cdb7c03e1d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a178a796ca9d32ac59faa5eb9a6aea30f1aec65d88f89080f57ed519a7983f05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dc8a79297c73782f5005075332bcac58b051a07d2b35626323f9b69ee5f4d64e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:03d66c724cb647d4a613bb48c9df6e9ffaabb68c8af5a4ccae45365e32456470_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4b9510fdfb45d2561927843dbd7ed869e2f67d9636e59dfd0c3ee640d9fc601c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b3570e078bed53aa3e435443bffbd12a7b259f8dee9d18c0d79b55514a547b53_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fc8e892ccbd8d3c1e737fbaf8f02b5fa6bbbe242780c9cd00fbc5e6889d7baee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:266bd8400632ac70fc6584e4bb2850ebcee7027ff7899acbeca612c6556302a4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2c8f351447fffc2133f339c6ab3a0bcd9bdfafad4a4cb5b7dd2abc32c6056a92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b8d2783a76f514f9a4e8096434ac205e1d82d09da2d67fb930a1b5e4d8089e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:74fa72db679ef47f9a3e3459a90dfaeafcb6db73dfe15b8933767e2f9d19c448_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2b5964f6cb078aba05ada42f0c8280dfa39f9f80526932cc5d41410922e4e8ae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:480b27e9866ca8dfba83e1accd427d4f6813f4fb7f612854e32bdffc10d7d5b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:91c7fa7b70f2cc82b26ac16f91ea084e15a4f5dc64f254ed878c25dd1170c0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:edc297cdb2f670aebc1d3561d801840ad029e8777ce45724066e6891aabd60fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:443e0dd81ae60896d31f07ab49611c5e0629746824df094ce28cdd3cb0ae1d58_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9b16561ca87196e3dd9330184f7abf25e97272e3c47d2e8d594e3095e74f815b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9ff62f63d487e25a750bad29314955effd17152bfc534ff698963760a2615b0a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ab506c549b676ad9d8dd179e2ba871a12f2096ca2601ea2a1f2605ccb849dc6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:08758e6b81d6679b095a8e7fa323870eab35fefc05e525c6ef810b6cc0b3c0fd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:af87d24f6540e5c98def879ec4ea8adeb5b138e41abc126b2c3030c5847fd0b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c5e9e59a08d8940e99da6bc568269eaf71ea8db62dbff86a7f6fb5dae861e323_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f5122187c85ef27f5423ada009d800afa4800e32ad1ea3299586fe64cae8e38d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3c5078d135089e1548b4dec49b7e78658279e42a72792a988447662534b6516e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:56158ce0af0c0eb9709b2d1a172201bc795ed6e5075517b6919ed1302399d6f3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6720c8097a398327f18a5c84c28f6b58aeee017199c2649649a1f159b8365838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:89295652b447f42c6a0d6e1299f63b04016f10ec8faf6372357294a14472e426_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2baa85e44cc4ac6cb825103508c5bd74e348609eaf53ed42c6d0e045dfa62772_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:61283f1fff1f8ec53563012a5b1fb5a48831f0a220d3676b512f5a60b331e849_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ba258012c0832c57b29785be805be44f0b5f8eccaf76d82d7493946806eafe5f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cf3bee6414a87e7f907d30047ded274c488239af5b1f43ed717ac2cede29df86_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:40854e0833b6cdfedcf275cf716e58f3cbc5c44be313fb83ca3e909bd80d0b08_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4d6a10dcda92c599f52977c71208222d166168b29da4eb4727c466e7eb53cdd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7be4c5ff86b0e939ee9f22156812fb98d2f96c1eb4567ca8a6a01ea3aa735dcb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:83bdc9fa5d3893a973794dd7162bf9564ecf68ce44814349a621cbc284b9e61c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:993ba8c1dd84e486fc4084a7786934c356a9b12ae86155134fd1a1dc1e5e3f2f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a64dfd96d3aacabc8f219d19e6d7eb0c1ac5b68b49eb93fcc973d76e67ef1d34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:ce306e2cdafabbaa29467e0cdbf316673d17180efb604e683a7fd1ed7181c6f9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e6748814d950e6f5e370dec9cb7d557fbb0d29ad3620b567840770be826a601e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:04d418560f90c35b42be67886632615d62dc89cd37fcccb6e247212b535fbb7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:40eaefc42c0f0b5adeb47bcd463c2e2a45e7f3af1c0fa4cb3fde9c5479660c4f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:545bc2a7b32276bec515f338aea3a2976c01cc787a559986646aa6fa26ad5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5a2653ccd5dc3f59a228ee8b936460575e1a392d12287661b1dc83a9f8210033_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:12e5e4ea4d19c4dcccb35dba161fdba8a703ba6331b11054e4664818737746a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:180e817b55ebfd081fd0305f63b3e0539fe8d13d1ceb8428ea21e213779fd056_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:92e8693b9f6955f9862c8b576f5e32bffc3bc34232511fae0cbe57d705bfc53b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e5b5d4750a3ffe24b1196255d4cfe15b21efd587a41736307ca8e4e61a4936fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2ca8a85fb07b431d97ca6a3e3c18f1cfaa20883c7076d6b5b4e6942b632f9aaa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:559af5a310f0923dcb4ef9389c51c98604cf44642a13e8ccb46225b4ca268580_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ae056c9c8e0cdc6519ac1a9542781cd54ac2ac8881f513e965b57ce7d1e5ef2b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:deb92b50d5948bae13db37a7046d9b212dbfd3ddb1063ff8a5e5467f0cab203c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0c4f3cf84115f8c9b9bed6b2dd5d52316eb3a9e670fe6b9e28c2dbc350392e87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1142ce3f8a3c1c2a1c7dba79ac2c3b276a45fc6271ad9df9e6a5d8684c36da2a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d9f2c021c17f1416e01ba31a8823b7a87724fd96d7ec99d494981842b5d452b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f3aabf75e838b4a941f64a7a322768729059346d7578ecf5fe7ce27a71876fca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6389373ccb2fbe1b6385ea21dac1c0ca918bf9d3889ad7a738de6be5d7ec4272_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6449fee9a31acc582bb85e0031312e3ff07d1f1843a1c6c410eb79cbbec1ceb4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:751f007afae9f16527e9039aa95c2ee6efd2ee20afe3c083ba7298493d2406f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:afc11a340e28d4100c31646b705e8db302f6b0a96ad3620e07391f02a70438f1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0673d2034e7e5fb412a171939379da14e9269dad7bb53e83be7ecf8233b0b5a1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:18f0345811215feda18d2b63f679ee870e76b33e9f61042d93edcf36fe97df95_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a2d247eb696c80e02bc8c1873e8ee0fb71a1e5ad6cf5cd84bdf504f4fe17cb10_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c342b14ff399c961ce05c1af127244b950b8e9d641ce8752f9d0f880ad7a672b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3d9fbc97d13987f28ca76b3e238b540492eddef0f302c2dd958c1b0d05e10941_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:47682d4e934d597aaa1e809011a69afe93936fc629ad3dd1ed76dc7b073f7ee2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4e8d3460e04e85a3e01a578d492499376787c85f2840c97821f11213862239df_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d7b99cad55a1e1d380d30d0d4a61bc5f0cbf3a87223efada3e69bd9b0741d3b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4849bfa8a48c7e7d264fc6ea9097fa9d33da25f75776619976e3204b42026cc8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d7c3f5ce57c0aa25e13ba9484facd75c5a1dc3caaf9be4d0f273243e7ace327_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:78aef6c20ab3bf78eeb8b8a857ca2a24067d45cea0a070c44d3fcedc00d4efbe_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7f33515dbca04230d98550ab638efa87389629fc7d913c8ec42e4b5bf8a772f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0251068577a1724dc777683dd189468ed77413b396614a117dac6b4320b8f01d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8812fd85c74fd67a95afe09c2ce5e7d592eec1e25fdc6fa331a8bd41bdde0cc6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:89e0a7e0fe060abb45a6f8e6ed1906053c09f95c252ca7813175903db61fbc99_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c3674a8f28935f3140fad744b5a178a8346a9a7f79f6c281561d2877b38c4ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:13bc0d4f7d4508fafca5a3bc61b6449a056e277da131e753c06cbc1bb7781b27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:993a2a0b3f84e071560f6fc1a3ac243fa745ae9a7ab15febbe1385437dbd3ad8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:80fc518199cd3a1ad421b142661f0a85679b12b69d0afe580fe60eb6a13ddad4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f069665c66c19d9775b70a31aa7a1069bc653691f6abf106a88b2ceb8c0e1ec6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:13ef0c0585b01c56b865e029d029a553b458fd2d3d0204eb6dfba1bcaa11ac3c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:599d33b55e88212202b15f4344f7a18dee4f4504b3739d6ec99414d05bcde2b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a751f1f0540505bea087d3ea9e6ba798e89d5deb772cf8e401caeb3816a563_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4c26bc366b267d444f448a4d7bd5a0d26f84bea653c14b261a829669d888cf88_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8b67087a584a2d952a6e80572686412cc8ea01f03ec8d70b56cb8a24a0c5a3c0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ac1123e890f0aee159c9105e26e1f1ed3ba5eb3ea66b422b281c3e9465401c5c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0dac7821ce2a3a5a180f53f381d9e61484cd8c5efab3c9a7dcc70b5783421b64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6b30b39205367ec985c4a9d948e71d378b9483689c3ea179cd0f2476b9bfaa1c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:de903677bccf645889ff7968ebbc052b14273329c0765f7faa53b0ca815d6899_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f8392be7a6f5223930d53ed6d127faf727489b8f5ebbbda6b6b437c529e3c812_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:02ac68c83db9dc50cf6280a418eed9261dd2182bbf51d16fd143519e49960b17_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3746261c5d4744b13d4704c822fd62ce1f486010176fdb3bf95512c72eece73f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:85e34da00bd6d290c04d8eac32f39db59b5f50fceee9b248b2cbe27bcf0e7e5a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c343b119edf863e179df865ccde0b665b87087d78b20919aa5726d8fd240b344_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2026fc52aab5a6d7766511080699112f32ae4576108ff95b0eefc5d807a14f25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:21b5298172f4de1e0074c4abf5e4abf27e8adc02bbf7ee49bd3388f7127d4901_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:42f8af9bf66ea72846b7f7e57652725c31b01fc4a8d39ff7e7882075438c521f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9c5711087546b1ba7cefab267b8aa30b54ecde5926f009518cf0db974ff84c3d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:373c4b7507a978e3dd62e9ea629d1e397b1f1db682e11ada1bfe5a0b45afc782_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3be306649df2fa3cc9f30e60ed5d947fb0678b0231b617eafd3b1593d10feec5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5b01a896101a5189740f84cb1a83edefdb0dc00288dde725ddd0e95480f8e1c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:961dd87e559779e6338a4d3d35c96c0ce6ff7cb9634ce32d4bf848032f4a2fb7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8799db20cca7be653bae6b8ac5adc1d628094eababe740beb5dbc27e05346872_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a36c2b308515a293cbcf265af68ecebf498739e74ef11016d5c0edd3cf47c4e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b86631d6601578548af20a28d132a0503fe118f53d7596a5632ed24ec5a9931f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e867bd8b76b5bc1438a7be88a30fa7707edbb1909920a1d4d1d0da0ddbebdb40_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:313074950c6dec37d29a9722b58ddc951aaf67c27b47568039f29f02f2523128_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:43618db20e6f592602096897bc89eaf3c58490a362e91e3299e20bb2a02827d9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:705f4db2e969d23205de87db1bd7dc8eb1ade64a76940fad950fd1a214dde6e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d2d5ee5893ae16784051d9526c1feeee3c641fc3e6f337ba807744551c00ffa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6ae5cfd48e788096162bc4517f0466bf526f16c84bb61072886a64842856c5b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8004e7284c63cc32a05f6de732791416d57d62db041ede2829d4797139094292_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8137c3932f344ce587769bff04355ad405b6ff27009bf23a221ba52f3da56e1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ef15235cf21f0fbfea74089f75471b483a98c920b65676bb6199c155fb61e929_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:149cca2af3f89c7d1e105de81bbd098c66be5687f18a584b644f21d0be20f414_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:33fc93d5cd30760383da666e8effb6ed32f4c8f2668da36677e98c1801ef4f5c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f9c1ee7f72c926c45cd76c12046b867d9efd7c3c381f34afeeb9b6e97751175b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fcfbae71f81307789bec93987c4523700c191a66663ce53e4009c5e0a8627826_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:04fe8c19bee4b629ee7f18a13dc0b7f49d6a4b6e19d204de90b6b2240b0f875e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5c9662139f98817aafe153a43f700399781d079390d5ad23d3b70fd6ac5d370f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d1147830f896fd229aadd2b766fbb4c8102b35a8edd4d8bbeef4928d89cdbbfa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:dfd0cdc29bca0a2239ef203fe7b58efd97ed4e72daed6609e22b20babda395fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5a9889308bcd1c3981072c83d44206d0c3feff059e0a2029d49adcb974674c95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7a715c7e2a8f54ccee42abf122b0028ed19705f401248d8c38f785d960f1b116_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a67de487534d03cdfc180af9d235edb21c5cb71e1224bb5041fcf2b9a428732f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:b3780d23a2c384ecef73c806cb20d7f97bcd11c12b6392c781c0deb7ceb55df8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:48b5d06ac4b35c2a7bca3ba2abc39e3af1eaf4ecb19c720d9b6e46b066318414_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a6d7d7df9078e9d1cb0f12f9ceac12c96bf2cea03a9085b23c3e4af6a456b51d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b757d11e5dc51a5822d9e30e97ac142cf004fffce87ba2e58b8d62926127664a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e61ed19beaf8352dcfd4b9478335a364263cb9839f27140a634a217d87d331e5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93baf08acbc6875eb2b665a9ef3601ca34b76767cd70a172dac7237f21b6958c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a5f2c2debb51b8aa926ede417cf9fa0e4ebaac4f5bf9e770db55a25902a4a3b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:dc97d5c1aa80515080b2b4d16fb08ee4733a9347eebc8427f10b7e70582464ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cc1559af0d7be472ae46be4552fb41e81ad804d73d1444b92cae4485118c6773_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cfd5513afd8b2b5e22d5e384a7f769f9c04709d853feb2f91ef667d804cf9a7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:febf2fb95748ed0c440e6acb72c40d609ae7587b2665cfd7145c878a2a0b5783_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1728f980f3ebba7e48bc0e8cad114db1e0c06f692638764e30ab990f45c637af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:41508513986b369c2f89c64af84b3980b16bd2432130fb122d8c1346f0602894_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:650f08f62aeea4bc954e69ed88a9f2f14d3c8f733c155d113c0c58b7154fec4b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:016fc7e804acce7a8b8df0a02bec320c32f9ce6224ae67598a63992219a77516_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:081f9cfabc57aaf4d19df8b496613d8aff54ceb265634c904ec7765c810b4553_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6da3ef092cde7fbaeee01c5d6bb0ca5d52af3ed8de458ecd3001bb96262c1ab4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:035d07364444ea963d64515420fa4005adf82c44b575555a074149f67db50567_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4e09fb0bd709d53a0abc6326905cc43ee36e6e4ec5e20108efd1ffe585b1f2de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:53a5f81aefcdd57ba33c57c02941803a072ef3f1b8467baa3c53c7e073a9ea96_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:cb3d2ccb57987217c75079a9c10f230f6a7de9ba3b0fbd87d8d3d5c71f8c94b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3472a8147e06452751999ae2d041063907f275ecf429dcdcfdce88c8a19a17da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:61155741778188324e0616274f067ec36723d0fb81d84e9715f72ffecfbc92ca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:adfe8cb84a5f0a241fe69ec532b7092a10cc274cc3aac2b86f33ac8e725ab2d8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e704c70226ec4986c16166ba1ca54b908d1b6d9ddd47640bd5ab6d292f977508_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1d63a1d7ba183c49c69a6ffe5a4584de5282029b0b2c2f3484b4f4431e2ce954_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:441db8762a583090cf4325377b0ee75838452a601732bccf4dbc57f26f6a1a90_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c5c52612378ce1f2577314e5723642237c9a361506c448ca80d2a0b56666a1f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3b9843a117d6a6ae28222951e1a556d3888ceab2ff75a082a06343c8030a5ed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:236fa2dfd935db687e786cf827d88210c2f586d2d1a93e610861995908bf2587_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:647704923828c83c6ed3810e3c4d7456fcbe378516dabfac30f203a3bd3634b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7638d755fde7fe6d3c004a6f0f7c761a9fdb75a3541f19a792c3cf8e8bf473d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d2eaa5b8ad9464732265b84128b5280d725feabb2d4b4cef0178a317add66c39_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b659f5c6da6f73bcf8b2850f0172358816bd68fca721b65a9a70569a94bc90d7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cc867d49602a6ada5de7a783136b6463c4d9adee9877ae1966c016a08ee8e87a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:6fa614240bbc1932f65f8cc9215d2baccc05dd1cd5586fd308c44d8a94447a45_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e85e957fc16a36b5964613a99fec1e7299db9bc63edd86ef965d879a081b64bc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:14b02010250fe10ca57b2dfe1046641aeac31f92e5691c067b3990383967f0a6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b6b13d29b1cb9c9bcf97f2daa289669bbd9ea501430e51652bca3d50f787f23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a8ab293c4f3c6bc251bc91466b7586e5499b6e198cff46e50f6a65d97df60f7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c5d781c35cda14ab70d4a5bde3bf72df0a3956f5cb159645e5337095bb71c5ca_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fadba956181755cedd19d3d5b5ee3da0222daa1dc609b629c900a0052a4cbd8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:2719589f19df23634ec3f6b578f3fd2e827440675b72a69b89c9d78b1310f98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e1fe563643282c027ea829274a1945458cdc5d079bf2a2b7b0a9982a5cc3720e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:28d64f60c216f77e3e006012a403671463b9dd90095e19ff2dd027def6abb511_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6d681aac67e08e2ecca32415dddeb47df6191a99f7a8d7bc3bf1697c6a26c1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0d31a90914ea716508caf180e30fb682cdd8066da7a0a31752be9d86ec9c777c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3ef5a3798abfd3d9ec1b6ebabf3ceb32fa4057072b2670793ca119f556c0897f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e2c62e4b87e0536d15ed8b4f2905930a750f770d5c6d0168de6291d92c51f9a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ef5f4d7e3c872acbc4ee48bc91b5835dfef66a698287a95836344c1587ccca69_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f5f049eb01192eaca548f3585845ed6a530934d2eaeb422fc78b657cabb1f57_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:740b0d9392c76e433ebb7762e57f156a0e2ea1db37ddaed2c5b8044ca092a357_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:da9ebcef147e8d9e84848454fe2b8e259bb549bf0de88ee960fb48f6c8051060_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e8f942ece24d15ce0c4a31f731f2060b6e3874a2f486b2dd255c773fb1a55f46_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1b4fa4d6ee3081f39e54b4f910100d210da682dbb0f308f08107ac44e7338d3b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:571a51e1eca0f31f273be8cff7ff115bdf192e14f5d510705ab7ed423fd5d9e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6dc96b2e8156e7e42f758cc28302a2e94e8b3888970d03a780b1732375e728fe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b91654b9aaa85e13d262d21b949b1a96b386f202524c2e8d52ecb66c279eca8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a677804e422590551f82a17e61f64bc03d5a8a42a695e7ae8d9de5dc086924d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:fb7f225a9221506e6295f7efdcf44adc33e5b971c470b5835b0ca3c42ee1942c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:107c9dcda9632516721c41af941362ccc316d25661bfb13a7c4dcfc2ea4e1c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e75d33740c576321707835258793fe2fd257682099348a2a067806e764e1560d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3ed82adddc3da003bdb272e2a5df0317abe41512179cba925f65fb5d8f7c2eb3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c16e4af4e9a79ac2f1fa632b20e98befa9aa2953ef241af186edd226e39150e3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7b6c16881c71569dbada90e320379c2159ead0b0ed2fa2113e065b361bdf2413_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9533dc6817f01e377ea2ff7e3aa4447d20ab5d016d9145b97e0cb9e758c9a8ff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1285e63d6cefc0454a400b20a6e404537a8d57e5fb9b5d7ff1a75b61555622fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2ea17afe64ff273c9208892a59773c1dca248367c849e805dc78cda228aba29f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5f33ae81c766b0b7d9c8411dc4f6a0adf760221ed0493a99f1bea5dddb5de41b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9de0bd8cb41c5324718c8d8f275c612c0bfd13b322225455a1142dc76bff0a01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:2fee175122b1e3f74cd8976af1515c869d096da0bc4f5e9024b31a64cf88896a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9ca16ca048f3de4a5d9e6b6a38b55bf0b4a994bf7f7ccbda8c50c02bfd59c871_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c42a4deb157c31f6fb871bceb8c4401f44ffb490404591ae36110511f933f72e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f6d5c31b12c8a1a1e8316f258ccd254bf6bb8e49ae8a175eefcdf0bfc5c6047c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:204e84b23aa1edaf66f10a49432115ecb4c3e8fa34472a909e1c9a7a0c3f3947_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:37f226136e439a1b37fab44e06ff30eb22b1ba8f12eca9e85f59936c3d58acd1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3e385fec20235fd68320dd564c68770d91c5c08a864e3de41f3800937d730334_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:878a0a7473a69442dffd7c19132d74b29ecf765e3499d29f8da7b1de2ff6f439_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2b51546e56d1893aaa1b68c4e6ebb5479614d0402e840c8c850702ffb198036b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3aac893d87e5c39ae1672eb5ad48a0b9d02b49888fab57f8662e6dbb3897b660_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c5bddc80f0ba0e391b336de8ead2442d0dff227fdb8aef1874bc3db3101f7048_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:dca0c7b1c7ec76232b3d5ddd15c8716e04a8384f0a816217dec544d667ad2e69_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2551dc2ab6fddb6edfefc185f7b6d73ea366ddaae4e2f79d554f0afb79aa54bf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3cc6eb31325b1f9c9a2163c570ae1c3d4da7e7dcb0d761a0fa775b66fda9dcf5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:569965f29f668f02a342c0c7b4804bdc92354610e9368ba42a3ea5cc3172f532_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c4b2b0855c4ba25e150de01e54f0a84bb4c6c220b348945742bc0c18cc6d7dbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:01b6587f8b9ee398d34ed3330bf0bdbf2dd01c2fe475ed4d44c547401d1dbd5a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0fb7ce17c762a70aa16ca9f7f35e41d85997bb2bb22b81986321d29634ce9b3e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:60c4fd0dcbc1ed92bee7dedce7879893a23c9e4a6181e5e6d6a8f04880f377eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8925d5826cca515b7f7c05558406b3688a14963ddefa80f5b44500fe12dfb1dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:3d914112ad75b59b03d5653cea40a25d92af415ef52dd10aa7394465e6bab92b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:f8d52c53ca49b3f9847d2e568779801321307e329f802aa9456cd0dab7625232_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d29e5c26f37fc8212f2ff15cdac470982494be155f85e3c310b0c958b943f7f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:fc7a6712a6fe86a47b5a745e06a0c6d164779eb198f284fd0996847b025e53c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:32bf2e7aad1dd9ff5100500c294e343af0dae3d392eed27a1c0305198734261f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:54b4afd46c87b2cc839aa7d8b8ae232aaffe0f39846a6edf9d0d3228adbd7a29_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba41cc4ad0ea8dc731838e00dae166209a3e06d104e5cf11491639f82290eca6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a9395f57a9adc721c6e43e578957e21c8b9f18defbecdf91dc49d11044aeeeef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ba077da5ec7f147b51f0ee4432082aed3b7a3a541729913bc2ed821688723e99_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb48a38cb5d06b67ecfb4777c44d44f3e32a996397450e30f40e7ec3e340a56a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:deb40607f193ff4e36c684ce74167e67a7e96187f1a44a1f0f20f36572005843_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7dc856fddd561c1d29112b0b8d4dc39dc7503974a9ff563612e6998bdba4b71e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a3e01913986169c592bb770fc49e3875d46031b5788f983ddcd52938f9ef7a49_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c3481c6f76c644c017392c092dcbbb25a288acd14a9f01e20afd0d2d35e16d32_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cc440be9f6b3c5e22186b6d53a428a8220201ddaa79be39e19cc31a8fbd7b221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:12d7ec468f9634a53d053f3af7957c5162d92595fc3385b26b08acb22b7935c1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:49f08b645fc28af342483d9efaf2f607c9c2a6b491b477cdcf2985c44aa3e894_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d32cde1eedbd0c110bc10836025cee78421ec16d2924d30f5e6265591a9ec716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:df885dc6da20faf1903dbdac693889d9882722e8b67bebe35f624c11e4616262_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:16c8b8c6aee6f6a06367ca5bfe2be8fb85a05c3f18a819683f49d1a8c73941ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:376659c608333e76b0b48fcdc69ff17643284fd22fdef6c6998f07be54c1cf91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7359a62beac2d501d629e6768f1767861fdedc0d05f53a4424a2abdb3dbb6a8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c71d05c245bf1a4955f46c785d7264985e1f904de2a19972f7ce6209a3be0e4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:06ab376096238d4e04c9ab713d83d3cab5db769b5af1fd1c57ef2ceceec6ef61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2c80889bfaff670acbf859db3624951cda96d4ee8cb1560806ca4215e8c6c04b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:627c6b73224c3e37181a19cb598ef9a425cddc1d17d97b6c23388ec1345f6a88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d5d338daef4ae436780be192907d28a26785021d97865d8a95db9065734061f0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8e59a286a05743844dd1333770197161698788e0db4faf8e00cac6b2fb9a638e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9029d8ef1e4455dbc1910078afea1141f92a5c4d2c298ce1d9e4319209b55246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:da4ff38c7a1fd5adddbc0b0d3defbbd580197680b22648e2ab803c90c4a8c9f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f6c44d76a715e0ca38fa5e2becad93a2bf3a41fd8f181846e7aba81b0c579691_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:167937ed04f625a9cd2d0b8ed6048a5cb7b6d435bc2d41775d7db4dcdb5fae95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:176feea3131aada18df5da44af30a127f4dff392ce8ef57f7e0844969ec95923_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:17afd4ebbc2a5233681d4cc1774fcd70dc932bc10006235b11de8dcce826c2ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d3a98e507691edec50373d79ce9df48a71cb6a19a75c9276d0c5905d4f204b39_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1b6c3977b4835b0cd5399523dd437c230b992b77a0e7352b095d008be96fcdab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:54d79643f3a191710d1362d665b5c838130f3e51aecf1e27a2cdf66e98a3cb8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b8692d27a4799d20ce1a8374ba99f55732bb7db56cdf8f5b038424a086db614_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d196f02212da5e80ac5a73931316d38e9def9aeecdadeaf07aec685e661f9f98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:11c2a1966b0632e85caebc4555e3e2f726277175b27a63a5e854557499e0c28e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7e649963b5c1e2a7e8813569368eaf0ded5e544799d561622d469b03b9d93937_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a23fa7969c6a881648ba03ed1a13692c5db21b79f0608d841291ea9118548ed7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:af57ee131bc09ce55ecb3ae13ed7dc3ce9607a7438f0ac5a6e64bbfa000546db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:3a7644c1ac089cabd142fc1743b47302eae8528b13d1b038298f2f57cf746326_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4b5ee426703ecb55bf537731c39c69ab7f86316544cfc472ee77fbef7e5680a8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4cb60d36cc3b34b4b1496b74b9b2e68ff152a71d7f957b356311ea811bf05573_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f3f64bd2f70faa654f7134d803efdc032df63fd4ef07c97abd38fc41e625b48d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1b75d96a4cdcc3a37848c5edfe598cb1d99bb3b0707db5e3f62478320eb90f9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:876fd001172d5151ef99c02826f834ee4db4623b00699a8fb30d6a456a7a8687_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ba8fddfcfe0004287ce58db40c1092f2090b3bbb0810c277066aa2d97799f8b9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:bd9982e951fdc7259571b6d5983ea2cc44402cbea411ae9a6b135692bf5939b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a7a8d4d8adfd98d3a6e3d37644b33966f2c34ff1e553fbb5140ab9a15563e821_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b26a5a47cde227edb5e7f6e51247a6cd91e13484f6b5f7dc19b62f83b7478361_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ccdd76d6734e3a3cfaa1e432c1508c097478e842fd436672e57ef2563d817e4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:fee8f3b24b431ac2a5d4fa3d96c90c5e1aa68c08ee8ae9963fee457c98795197_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0e559f5e780f3849e73d7246176059360631d8c4a7db1700f6ba1b6a9e6ae089_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1a376560672f81b7596417591491e71d065e90672ff6ef5d37ed0785e9baab16_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:350a0360dfdc31eccadb0e8b9397d5a3436bb509999034b60e611428eb006cc4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f8b68ae48350a5aa9bdf47a36efbf661190d497ab5a139027a2bf4579d21e095_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5fbe979b3d448e36fac9615ccd96f8583b0d587d46f6b1b3749e85938cb2e510_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8d45dfe709ac701d6eb800b081947d39a855f65c756f31ae47b75be9fec0c260_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ea4fa6caaa81f207f2372c6179c3698e225658387549ba567c232170cacf8570_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8fb972b411085b4551e10adbd419e3cb89754ee5300222cc4fce27cc349513f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:066d438bdfa1626aaa7a0ee5d2e3222724f2f0cf5bc9a189b67fd5358a0a48c0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:747c142608d6f43952d315d7858f57edbd2d9de2d255938dde311ea580a329af_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b2ee2d0e9906ef1581677bd239073c09f93e5b720501e9001926dfe7db34839e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:bf0b42c5e7e51129966a4744bb253b7c336bb88b1f1a562e481f7eeff5428136_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:3e9309d53caaafc9b145f6b7fbbb8879c9f018ef226afe101f6dc7ab02b67856_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:3a558e248efdf5d3111b7d61e8bd471682e7038bd34c4490f8ba69b91b44f36d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1b0981e2ee13869663087d6504e0c0af6f2c56d2ebf81d72b4b7c751bbf6e500_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8073e0be1f7f7523880b30946f1b6868274c070acb97d9da2f5c486db99ea18d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8980be22bddace1adb383fc356975fbf0af9ac8a20bdc95b3303a80fbe296f3d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f4293de50825a003a825306a45612531dafce45b72a91cf4dd455d596a0c60ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5bc26795163f03947b3f42a5c8cc52b7fd6eb713a0fa5a1558bfe834c21edc0c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:7f29c85842a34554f06db311ef67ec08d1d947d32b4363d1153d92c8d13c3214_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:92857eb171128909119700c431920f543cbfc89cd06aa98db816a2fcaab321da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e931e3fe478f8f905855b4516e1ed9b33a161536c447025cd14dd68778c40fa0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:338034a3ce7dff3efafd00fa35b858c23c2ab284f743df414c6cdae455f8801a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f12584b95171f442bb3661c908ee43de70d0400c6273eb4e93325a5f3f167b54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f37f6568957ab825b08c2ce8fc6b32ad18f5b7bee50b24b1804e70cdb144e5f4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f949249e3847338ce4ae9b94b0d191edd3f316d471f0a9047f97e41e41b7554c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:407286c96b6e9d0ee4e8abec2b06a5dad70fc69820a00deae47cbf3fcdc65a40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:52294a05713b24485ce6d7d1b867081da2f01dc008b9cd052bf8c4c37839f581_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6693dff44dcfb7e6fe67f5373bb73d84cf401d20640c959375f20a24d31aa697_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f65918214ce906cb5af9a59ece43a36870989c579ac1660a2a58f9536a79d9f9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2ec7076ed08f4ce7a61f95083155b5315acb6004ea4245c70be2763eb0ce9f4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5a539e39b3aaf61d63f391b6960cdc5746cbb4b0fc07b85a98969f5c9cbcca4e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:93505b057575ff9292e2e96903238708b940a23953a79cf8742c880f1fbc743a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:be43f0ee18b6d56d81a09871c4a30dc2245ba60cf17ff0f1aad10e117f40aac8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3923e99d803b6dd5bfd2fc957101bef6dd86ba8f6de9e59a849e4c7a02d57e0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8253bfec4409c9a02be72d7e8d87fe5f4f81c1bc58a294f02dd570debc4f1128_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:851fd20edf32778383c81e3c5b935ec5607a05f8fc569f64e31875b8bbe81d6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d06d41126ced4841fae74d0437b18e9f1699d285158fb8725a8768a6e9065b79_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4375e44dccb08eb4ecf461f4e8e7e97d617ab5b1c968beb481d5795e6bbf0229_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:75140fa657674afc46d698aea19115a9f60c7765ffff6a0c4ae5ac166c725597_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c1a31ef64ecdd90020d72f323a242b551a6a4a85a4dae309e19f5d8f12d77b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c3b1ed110f6b17263484b7fde65642eb349162b206c0b9a2f463bf5eb13273c3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1369aaf62d9d273eef766c42f7015d56152f6b8effc50dc06d75b1bab38a20a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:47402101d62f418c0f6b8e3c6e2367a8c84f5151a0204f326bf1fdbe983c603d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b519e10d4cb8fd9ad126a36fb864d2f29f7df218ffa1b3b5f222e0befafbe360_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d70f848ab6450690b8329ae367ff2e5a3a5b295c073028dff7cf810104c5be5f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8f8c882873232fd9a00adc69e199f1b4acacffcdbc282280ebb61dfb1e61b875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9fe79073bdf1745b388fe52bee661394f96ba5c0af585ed8ab4a61724e324777_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b2b91287350dfb474763ca5d332c4765af0c1ff2d7be722e23ea93970add2687_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:bb5f4abfd26a9446eb2f4cb1355bda840ed1006a6233373434378abaf0e617b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:07ff9687205eee39d9ca211c0bb0c6b1618848e9e74bfbbe793aca67de73fa88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0ba94d11051416a116cdf516dab74d530a584fe7c4bb1e8d3deb3bde2214e459_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0fe87955631062bc7ce78891b9eb056f899308f8cb8101b3a44f889c1f0c0654_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:786de5dd308c9fa6643aabecea0bc666a9ede6fd2a5ce1cb0d511eac2a19596a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:719989a197c3bb8b8af09e95af49125cd28014fa74c7969f3f3b939223a6743b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:743119e024a9aacd8bd4bf45ab9c14e684ddbe2307d8f965e972ace243f128b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:76c523fa10e222690941abc8c5564efee1ec4d309a7d023480b6000a545d655d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a13cc82f7b2053435d5268416686ae2ba89e37b6561e49c7ac395cf3359ca2b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:98aa0e651302bb73569a0578e6c11a1691eafb5b0aa28dadd714a7b44b498f8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:9fdce4b5198ae740daa858432221625391f7283bad587e1ebc1220e7b0b4fa28_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b072bc3bdd61164b8076f2799e705ed8e34281b2cdf24d9cf08deb8e697de2a3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:fef5253a6623c30368e9e7e271501adcd9432b96473cf8278a7b81140d287de0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4eecd436b35c9b25eca6975ca9e938c2256fcfeead67e1ff4159d7e36122122c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7e11ca9795aea60b3f0853ffef0fdbf922f4863edd96c50fa85110f36bccced2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c95f8bcd0835611bb90983e96e3b780ccb65bd2bdc7f7554432ea971eac8095b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e497c1834c97590a0c388b58dc823cdff79ab6befd5f2a9bf494b3acc3181eb6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3a7af87b46058334b97531a4b1b5cd5be47e2ade8d74497429529bf0a489b275_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:97313aa4f1c1c9aa51c77a153d0f0eb35cab9711b7f1465b82a636ea44e849ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:ba0927ffd76ad6689b808e734038678c91854ca3d0630613094824549f8a150d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cd8feb684b9c70a4ffd7077e19812273f333174a70f7c2b63d57d140d8002382_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0c8bfd6ea4d0729e0ffffac9811b5db2ecf5c40e68ef048ab104f161d2689b74_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4dc7e3242cdcd1d3c1ea5930da7d4e027383149373cb6af0551ed2572eaea0b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b78827903e5c338d67a4ea2ba10ee67e16482ff00968ba99c27af2b6d50ce202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c9315d23ab26f6f40e05a5fb1f9f2dbce075244a035b1f16003d1108a7ba36d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:270b5e756fca54f2dc05f04b6f7b43f7f188153811decbc0b49eb215b11c2372_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5331e8ebfc48f4d2322226b8986dd178f133a52edcfc0a192e89f1785c8d568f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6cfd8c3da57c17ae1c430f2881c66eb0b1c456bbce4a9ada2491b2c873dba985_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa346af0288b5886b5f095d1fa0ceb7715d4333db919ff9d61078f369642cc29_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3403720059bdecff83f784e2fde54d2bebe09223ac6cf99ce2b4c840b9cd4a98_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3f8cb2cffaf6320f14ae09f7e44c965681b395370a156253790764ec9d2a2aca_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a02dde1d0b4f4fbbc4e6f0afd24da1595672f3f290345a4f6e98e11d89854a17_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c4e8ac4fea3c281effed3996a378c2e952a3d3704e47863b2ae6b266d2280920_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:46a0b302273acaf2582d377271b910d9d31ff98744cd8f290583a7bd5579761e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:af0442c88d2b9b93a187010065424798d89aad1d695ba438c815d04d7fcbef04_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:bc7b78f67fa189ba63da9891a1b05694d676a3ed2fa318336fa0850d63815250_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ffe4e64ee1b721aeefd8f1ceee11d225dd69319385e3e70f0bb52f4f40660a45_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:29d5a91b39dc6e72677bdfab50f56860c53e67dab139b464dd571fef9780dc6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5e6d4e29635ea0b075e402931daf8c384d07ec8660223babfd0df9d572ea6912_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:82555977089a1586dc24154b46be6499607a9d15110e5b48d9a549ee73f3843c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f32c4a07d2b7a14c39db1e5e5752960e46bcda700b292336480c95f359adf0d7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:86b3e656caf1c93ba2bbea00514a17b9d06cb7a6fd5c6746d80ce35f45aa5907_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ba5c8896242125c24e3a7e5698770293a601e9e7f8508465d7b45920cc9ce240_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7de62e540922f1de5f492527d07a8e8f4265d24b577cf2f93415209ccad63912_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bd71e582ef755da7bfeede697b5c2ab29ab9fcea6bfeb14cc8ca168fce5c7bd1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a1e6a736546b54bb2797d85d51b8f2b213fe2f6be6b26bad5b549df9dabf2d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:efc7fb9608c2be8c3c65aff302f923241bf8d008bc71c2fbba0d82ffad2b4f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:aa63c460867d565b44b2a8e919ba9a0e7fd6717f71588cc5a7e2ad268fe13181_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fe1f1b5d6da2e5ac66c689da49a4c76916533f30ab456c9961a225a5e26cb6ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:36fdb2cdf796941fc6638036b3a31048ba0209174c7a62424fb410ae14b1f81c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:65a0b94e9f663f3d73a9696a622ad46c73a5fc793f9dc46ee07fee8ba3bbb443_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8afe2a0c6b1b200201f21b148caaa682bce77cb3b1027f61d4c873e5babb1b30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9f7c3543e4b1a095399d1219c50f1f5081440ae1605154324d57ba9201aa4fe9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2c0897a842cd7b16b64888568ca65c2a6e473c24b2ba9bc5067d6f1f237885d6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:432c94d7d5d46ad66348775fa0e1a6c2c142469e8a770db5528a1aa25664c389_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c86c7188163be31c7ab04017bc46ae88707437f804ddf2b5bd5a73ae34f64312_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3f836bb9effeca4dd6a230a4241282d33ed454ebabd84829c41e58db5f24f47_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4632ef8ca0af5a8115f3d9490c2ad9e2e44361f4d0671fa8a3a1006254b173ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a7d2d10f5326e2d71551289740eba86d6dd2f12526dc684b1494bdd4228fd8e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ba876751849dd525a26e70996e7e02092c473bdf386ec4663a54ecf61c4f0d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e842cdc56ee7728aa71a7f95eda9777ba229aaf959594e73d998fbb30b7f76b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:90331abb869c0c04ca7bb59681cbd957ff54eb0e0265e16368f9fd6ab6937acc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a02580814c02bec4c1c9b79c4b5a48a5a59caafa60a573f9f99a4a1ca07c6f71_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c197de59c38c060dc8aa099a027922853e4b9dc7e5589ac55c8841dbd44b1367_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ec7a4bcebcc80cbda32227224f64e67cdbc98d3fab95466b55c89755421ea4d2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:223df196f0cc747e52ffae9f3dd03fab2da3c72d5e3b189e3035d4264a08c6c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:29f3154c0b972730ae9a54bc496bcdf62e9ed348b73d98ca958a265717ccc2a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5e12029e90adf045a4377f4be2be75c879e57aca7aceffa2aef08aa262ae0f42_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e150a242bffd4437f92000417cad89969fd547b5da514f8586802b99a668bab2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:17752e2fbddeff8e6f43bd354d91f248b4e69d88e80b29b75508fb03b82d92bc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b1703420b5a67a12f055518b6a23c1d8259dc8a064a1447196f642dd23363806_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b93a134a81af485a0f07dcd6a71c816ed517178826539d0f53b6c45dce87096d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d266a3bfe528e76a8c6ef1700a2016080d084cf6fad2e70efe5ba52ff0dbbc51_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:8c90e9864b3ff53d398f2451254dd3707868b36c6032d8d139cc3ef2cbd9084e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ae6ebf086515376ed35bb432a7f567f7bbb44b8d1b86773fd86daa387c5fb933_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0a0cbb021e13ce9d693eacc4982ece2e8ba4697f5d5571b8d0671d71824fd07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5271f6452a89fe7907b16f486439f54f0dbcc3d075a70ef446ee4cc62211b1b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0abb949ce9461e5718c1988f57791c7537eb1b3d2184f4b4268fe087e39726d1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1267ac849f67c33155b54409011cd3f0eaa27d5f211703875cfd383d1170ef9e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5082f39df1f143f23f0e587dec5cdb3e3b033ab446a57e7e808c88e6211a1a67_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8fa27bdf891edfb80585e470f09c9d6fa369aa727a3698b936b4818a4b46448f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:017bed02593deb2e9cdfe0f268916e5d1c8cb7a4f1362c6eb3c94050896d7276_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:027baac40981f53c9ec53f5a4241a657929d6289e42a0e5deef617c182b7580e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4bd5b70373a257b1fce20135ff4a4b3e6962eee541c67a0e29ba9a2523d4d4a2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c0b3ed1332b228290882bbff6a1ad6866f5ab2a4586b261949832cdc3bee5797_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:047c270f56b685d5a4e67afe43d2f1ff47829a259be6ff93bfec4864233d4497_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:50a6482667d53de3d7aa2bff6df05ca21e4e9773996afa8b8038721e231deaae_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:653dbef43ed7f531ebf64c9314756be42738f1635a64097c53210ed0b6b0de88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c4d2741561038e0080204335efc6eee5b6ffd8878553b240dd433fea701e6bab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:3de609d984e39497dfe119bb8e0ac2d6d823dd894a5c866e5ec87de5b5711e60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e3a8b252aadb5b32f42009803b56dbeae49a3ddbe9d00aa27569af4747fa403_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ccf49e256cd9c3bb428badab464a17aee485ee1516896f1ade10da11085e843c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e77ce95a84b01b09c5d1e6dbdea8970543aa3a60f9292300beb078d1288bb801_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2ab5fcf7003f4ba3de7656a284b11d6ee05bb02cd0f3532671a8c368f7b15178_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:44241e57d9067223cdd1585db9d699db113931b7a273d207516f60c498570677_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6aaa55450d567e2fa992650c456cdaf5529c5d96fc9984f7e1a4aa9ed6294bf3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f2fa21e8a0e88b25e9037a9c2db4b157ca6fef8b765b36da7dda71bf5a4c4478_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:10bfb59c904103177754f0336f7b7bab676d240480a8213ec42a778bca3f277e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7aa4fdd78ceafdc887a91224614657e86c1e12b72fde68dea4ee5c6e9b610cb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:e4a365a0516b0c8ef2d1259ec4bdb7f76aa9dc0d3c3cfd5d5b3d34341d349772_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:a06af7a856d5f2416777c1bb1d271c189576e273450b25c6dc5937cd16b8bf8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:28b8390dae142ea16bb05f6bd95f19b6ab38dd67c341168337ca07fe4f45fe87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:be6a9bcb97824c91f393af5aac5a146d819ed9893f5a074e146afe18f3a50dc9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e6392d583f97f0932dc01be55534fbb6dd3014f84b745e8bf7583b96ad7a7761_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f30d93c0f244f5ba21807dca912d18d4facf47ceaf43da7efa41b14ee816b71b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0848bdb082bc8dae6bdaa956d2ae36fdeaaac89024822f4bcdffb51da1165fed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9f9603a2dd344770da433fe8dd50a104d69e80ad463f9cba71b3aabefc4fee61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ab417553778971822422c6eef94aeb437209fcf88e78188b701d4b2243ac5be7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b9bb7615df3eadf64501f35dcefa829934f330892801cbb86e9f70f5dde236ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6bb4c6c64852f2b7ee590a0a60db256d8dd549a4b141fe71d311bf30d0ed88ae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:837cd26d96a814814145cd0aa0cca672769283c499eec36c457ae432b99a7466_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:956ad866d891e1340f630b9cad6ec73d1fc60d4061d4c63946ed714900388a3b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:9c91591eddbc058f05d052e3178102b28ebd25c2c9cb796fffd5047f5d413d12_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-39829"
},
{
"category": "external",
"summary": "RHBZ#2480681",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2480681"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-39829",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-39829"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-39829",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-39829"
},
{
"category": "external",
"summary": "https://go.dev/cl/781641",
"url": "https://go.dev/cl/781641"
},
{
"category": "external",
"summary": "https://go.dev/cl/781661",
"url": "https://go.dev/cl/781661"
},
{
"category": "external",
"summary": "https://go.dev/issue/79565",
"url": "https://go.dev/issue/79565"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/a082jnz-LvI",
"url": "https://groups.google.com/g/golang-announce/c/a082jnz-LvI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-5018",
"url": "https://pkg.go.dev/vuln/GO-2026-5018"
}
],
"release_date": "2026-05-22T02:31:27.324000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T13:37:21+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:8fcb7da94ab599d7aa92adfcffdcda19cef1f3c2903bc9d38006b7522847c458\n\n (For s390x architecture)\n The image digest is sha256:7d2df00be06a79cd70639c116c4998f8540b3e379cef1e2cf0f3ddff5188c00c\n\n (For ppc64le architecture)\n The image digest is sha256:e41c3fa52e30b8c9d0c3a5ea531f082c08c7f8832123b76d597b198726a0f6f1\n\n (For aarch64 architecture)\n The image digest is sha256:2d6b342b1c77355a7c02d990ebf3e28d31aebe9c78a4bccd8ea07fbebc5a0c49\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-azure-cluster-api-controllers-rhel9@sha256:00148cec706fce87b240d38dcc91434f3c167052d5860d42ca9057e24c3f35eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:7996dc231961eb51daaceda9598b04e4bbe7d0e4019dccf5adec8a14d6f7e1a2_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:60446"
},
{
"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:0c95fbbcfd5c54e6b2934a8efb4f8523d1536ec1deef78249f4daebaa9d327d6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1b84b2a1cecab16e75947d29572008547922714207272a5dad8169d1ca5beab5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:466597e63e82ac365414c803f5ecb8f06a72374885eedc5daf9532aad16ac148_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:de9cac5c7ebcf3d43cad87758dd2eb0f4d6480f59bfb4112c224a4497aad9ba7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4ae516b98be8fbdb9b783345fe680c1d6ef57b5dc06b2ec3bbd20bfdb7c9b2c4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8f242ba3e0b9c57ecbd85f0d4c1bd67306357c92b53968a42419736c3dbe04d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b717614ee549be99c17ceef3d755c66abc983e821e04808df347962858e0da81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bd0f90ccaaaa74683b9bb17db0651dfbdfdf8f49adf0ecbaf8e83756d270b590_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:040115466e4f525e9f2386d6f8838c51f8e1638eb06cd64f071d4ae027a8fb9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:1a677b9d28655390d007acaa656997b12a32e9093c1c228778ef96cc6f4ca875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:39c68aae39089d044ce992b949d4e9961105711501daf3d4f0ba7e9981920729_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e814640d65f77818c180a706940337f8ddec8ebe4cf22c51a58a8b69e0f4099_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2831d7dc9f3cad92219addd21b93959900ee2f71e2d988fffe913a6f88dc7e1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:50f602354dcb223759d781cb057b4081a424d6a509178b10674358cc8dba41e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6925001d8a798896438ef1388f54bc29825c37d41f2f09a59e3f8bf60b2ec6af_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e01a83cb76fca294a011e022ed86f1da8cde36928096422a440bce8e42fbc8b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:757ad9e0c37b861340a7b2269b068d5b0c6355322eb5f5898a856fd9c4495b16_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7f68ff8059ae68d15041b8f38ad5ee5278289e1370d276cf7e78fc7e9fc3bb10_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:816787cc8c95a4a2df1416f09af6228559333e1bb1421ede0c9e2093444260e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f9bb9a184319c9fef278d3c6705f56cfc592c844f5c458bd20bcdc07c4230982_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:198f39ed50bbd835f4789057f9d7fd8de0962f1641a7f453dd90d68b5b2a4e7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:633ce875ee7bb08d9bf00cf79738e3e63cd6bf4de2d40fa6860142a301c0968c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e169d65b86f23d6424af5e7cf9e1d0ced58382128092821676196c0a05f91da6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ec2586358c34d0130b00a3714b50c8b7bc33ce915aef6aa79eb214d38202f37e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:13e81e4c25d8c789ca15eb4e84f3fc531a50b4dc0d95fa3573e002e3b54cad61_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:17637f8455e0e17bb3dca34545a26e881cff3e1444af45b9f45c3e282a252bb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d2dde1514fcf3308d1469a0af6727835121c4d6a1a1775a675a7ffabba8e3bed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d6376055835ac40728181d6f354398a0e60ca131d2fd8f41471ed87e974ea4cb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6f86d997faaf61c874def5a78cded319a188c1babbc4dfefb91a29f7e0d7f0fb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:73bceed99ad1b0bc99e66ab8361037e4046c5212645490161572fe6f34de98b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:babd6b0e928bb674289f34787d3aa536bdc4c24a877a5ac9311f21f0cc9e6224_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d00a12f6c4e75a2c93bdd135eeb742f42868b0186d9d03f318c885407a17e439_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:0932891a63e5ec5a076c7848d5746e29d972f3a96058914bee8fffa4921fed38_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:472e977d39473b92992f53c0225de477318b31be8656c37bc35193789ab7a456_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:71021ecd15d688aefa6db79f817c11a751b51f6ea9f2e48781bdc49c6de98088_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:9563eb7617a4d3a9c22fefaf03a4ede698fea2621a68ad231cd9e65930043a56_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:1fbf3bf4990353e799dc271bb4a0c58b385feb2ee60207636a3f76544b4f5ae4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:7815e9dc63477803e7e8bb8a01ea83043b5503ba529f64db3c76ad1c4cf2f0b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ab22d93f277f9bb65fcb5fd9c448b72f82384b9be43b8ab525d2836832044eb2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dee02e09373732db94bc442ddcb2eb4d13095a04e35c674387d3df8ba23d67d5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1a046b24339587101462756592c87ae4a8f699fc2977a703e6d031e2022a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1db6c409fede3e9ec09788fdf286fdb0634de6b6e727ec010332f7cf2e462_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:bd6be5cf4063439e92a1264ce3af0ea6528b9c27dd4b26f043a80aa8616575fc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c955c4b9dce1b25c73453079a21d84c5a2e5d0b53cf6e351f9b1855f08db3fb9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:221943f7b65573c2942d88354261f93a01950be1d1a86fa853544cc4c283c027_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2488ca8b2a8f658f3deaf9a70b12f7aca159490b5e0861d746ca8ee5d2010041_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a3435c546844b61f456789fd315495d6bcdc2560756e9fdfc4b896cdf70d75c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:be2e4dd58b8ed72278bb2c014317e69185e2b19dce37beea7fec3798abcb35f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4da2632fea643a834aac3fd63bc51fc6b0d768b869ac450e6779c9f36429a9fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:56ab8a9553f0c0202a47d858e234f2672098514dd647502405cac1f28d14196a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:abe530f4e865add435da2afd379a3a11a4d75c257c2468a09bc78f10256e0be9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:fe1397131aa0d447366fd627b12582ed647551ad3af13375f8c281ab73745f0a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0857a5a2cfb5c277bc2d2545fb19693f23285ccf6b75144da8fcd7225e1df1c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:43b36fb1f7ad271530f5ee9040cac4651a684e0e08de2ed90a2939b736b565ed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:7f86439496ba6573ee1d61b5f4d414dfbbf65a95526cdff54e45229f01785517_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8094138e4ed2267cc278a83a1586922c957142c9e5fcaec62db531c83b79566d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:309b1dd27ce0c7dc332c7141e576642db4aee6076ce50ccc2930e824f02ead2f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:35322e4580b0fec862223f76e0bd3c95ad0af31f3d4cdfd6423d3ec47d6e25c8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:699bc772c8a648f8be7d6a5c32d786d8f6484e584d918d68ef8a32cb1499663f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:779afd8e0fa21d022d7e75e7ba8da00cc7604db1adfbbea879bfb1d0f8c9c831_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:49e98d0193f7d7b4347043f0655d350a7a0c0d8c8b850d95abb57acd13dd8ac8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63e308cebeea85127f584610f59cdc9b228f01b9acb227f2f6eba7fcdc29b1fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:71f9b47dbd3985738259a6bc9a5bbdb240fd21284a194b47bb78538f8e870cac_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:9181583c88b3be23253c76e277f140c0a1532c1bff7d62cd0da1e14beba1aab4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:0f96581804dbadea29d9ef9a2a952753f5fdf295670ea0297622214e2a9b7d0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ae4714025025642ff5d9e250a4715b01d933487fa8bf4eaf82629ebd6d4c8702_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:cdb096f05b664fb542bb6eac3cce52c53da2e4bb636189bb53f737d3075615da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eb9908581f71dbe01d8553e494ef022417196408e9fdbd32f08fe1f5b9c9572c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:08725f7a384b4e72a173141cb35fb67293385ed72d973fc4d497f3c0f0dc626b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a322e3fc620e914088fb5669f1459a47140abdf027bd011d6ff4e5b3e6b909b9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b950e80fe164f86ddf624c80210308a634929ab8eb493496ef86bff1c5248fce_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bfc663a0ca81dedf849e89b91feb3fe0af97932fe8a8fc711d7ab85b6cbdcc84_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:13257447171d38e6e99c66faa476de6ff6ab934c285a0d1bf71fe94dbe583462_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:23fa493f397748092cd71c41b9d83d19fad6a5433b692bc644e30af790cf60da_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:28b1c9ee4102140998781ebef22f269316d8c2be2254c10b4d7151dffb0d37be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:be2175c2c6c9d882e44cf10aa85f1219573952473e893f67cc7085bf0a324407_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:61417bc1ddac0bc97c786b5807c2fa33eebc75f7cb186aaf9eef2151dbaf75a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:73956194247e000432a8c5f7b78255062c5ca967745ba2d97e680a06f698f518_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fbfa9ada74c4875985fc4bb8366d21eb5275a52953d44bc6bc740d48edeab5b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a545c9c2fbb36296286f684e02f9a5bc337b3c3fb9c83c608c988c88455f9bf4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:34a8a8a4a62b36b5e0eb061db3d56905c8dddfeb2e7a7135642f947ce6bd01ad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:41c2ea14036c2f8639cf0dd634e327841954eff4529743fcd10e8475546165d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a884f443877c7a3c0b32dc60a79e1bcbe89036549da7a8aa4608ee2ac6460765_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b28e8574a1d3b374ac4a61ea4f3c16eb70d9ba7385bf830c8698f4490f8fd3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:8e245c278c66405066cb31e9d48e97ad9cdb826511bdb1104807d26f896043a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:380e3045135a40d202f330002512a5c499d8d2079cc38e5c0bbd5a2312820dd3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5d06442daad2c126259fa5d594b53329e386f560b77a475ccb0cc37148644a5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5dc0ca56deaa237fb0bcddac8481b45d3ac81609b36c3b7bbb6cff8456899208_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:aa669084fb336f5d89d86cb58aca73b88d6bc4b6505eac2020664e0b6abfff6c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8cb392862e1835b610757e822332074ac459c593e9bd60fb6b6f6d0aebe577fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:987afa1aa902bb85d7c2d96f1637bcd19bf21eb832444c98d30171bbeb746751_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ad2f0cda09211f3e0aff615306168baf808e6fefbf1f039c3ae1a1fa7050a61e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:bcac50d10432ecdb8bfe2b465ba75889248ee8595f23c5243d023ac2a336f3b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3cf2d6f464e6a2fe5b4a8cf66690b3237aefef0c825a687a548f81336507cfb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9bd17213796576ce4d315986dc0b271011c37cd6e9ed75edff5ba80c3302fc26_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3205092b914bc1fe858b2ede7642227e04f35d06daec4848fdbbc0406fab4a03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a20ecaad93b15b869fb321c7503adcddfe1f0f5eb3f0f6427bd363234010853c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:57259db0550547f85684c19078b9af82b6318dca0c00ef8da27de8c8dc90e305_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:a95676fb6c1cc1b20cbb758a7c9fd34e82b3e114b81b5c17f47ef303feca3d51_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:49026487ee6722c3d438c05c1c181a36d14eca2f0d8debee48e4a02db0486145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ee65002c4934842ad86197a89e838997bb87a93ddc9de3423eb2af282a565c41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1bb56a1a194ba6f64edcdeae267fecec590c14c85431ba62ee8c6b5744da3a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bf72f3bbed57cebe1deb7690cd7fcb6d371e526630cb386d13180726736219c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:81afdbb2d9fe212af38a11b4d00ac952a306e13f91b23b2a081c0393173c5e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bf8d63c933996abf39eab9406b3061bee014d766a58f4e27a56413652d319a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:4a5021268b1ab163318270fc9ef07afa8a29f288c95ea69700c4bf46f88e85cd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ea443d9738e4428b6912b47f9c1d8d05b75cf8b137f0f9a76f852418b33b989e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:00148cec706fce87b240d38dcc91434f3c167052d5860d42ca9057e24c3f35eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:7996dc231961eb51daaceda9598b04e4bbe7d0e4019dccf5adec8a14d6f7e1a2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5c70298b919a36de41bf25d870bfa3da4013d36c6179db3eb6dd2e67dd20bff1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:a64777ab69af6f2b6cf4b78e5a00148e98353748946991c0a6da7eba76b442dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d4b6a07334845b2938c6d09556cea5e0477d13d4be6247bc9e3fede2e46aa3ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d5e665b41152b8363b4b15973a7b86365bb2c047366aa69bef7e1c499cf4fd3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:1a29c30f85b9bc858f0c70ca5ed79934494d92849f23baa6c7f26f67ea49c57e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:70f95a8b240afc604ee9af621fc3b63adaf80f593f3131e7ed51077ed2c77a1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4d217b45b97c9e01ba3d54d03270be07e9659b0d4313fc85999aa49fca560108_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:634f48a37ef03dee1cc0c0626c32aaebb8f9975b4640ac540f02910bdb3b165d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:00f06d1c70494444172d5630c33e1c93c333a880520bad3a810f96dc69cced15_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:01ac79392fa7a265608b75458534bafb6e5d350f2e8536bb9de48566c685841e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:12047af5271e61b4032c04c98df9ad54363d6beb13b36f49085307705677e345_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:37e5fa3bfc88e99fc78f2ced6cb4a99f5099942e40158dfa6940784c3d2ef95c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:54d10266c83c4d5fe91b013dac51538493ae4a4322c925e561c45316c73b1e2d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f799d506fc4087aac0eb4b2c2d6c8e511b598c6b3cdb1ba5ee470b787759fd8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:061d1b86afedd409ad4947a8ae59064f0fa92360cc82f640cf124776753ea3bc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9c7fef9c0e22e1721125d5b1312e509fada544e1d3d956338c3638aecea53dad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d3d951b736b910437255f3455b76357bfe0111c257f5a2d8dfe0f9abacf30fe0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f7feb8627754651663208ebb363a3e42e1767e16a65914148ce0507a77bfe795_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:23b0327190559517a3526d2500534542e9a397210cc6f663ac2b313aee902e92_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2911daa552328c8b01b19f91ad43ac54da18d343834c48ef35f12adff8077785_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:43960246dc7eb7bcef847c0d706bc6b0f0a407053a2cca7dfe27fce23c6d2af4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d05434d4552d2ffdd45d2fd44b1b2e2e8976a15f0f4ae59ce7dea73ca97dbcf8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1f7e808f97ad41f4c301736bdf2e06da73f2d0e3ef4ca838f0afd65273db7c8a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5553003527f078011d0c440f86c1480ff4e62b318e98ca2a4af97b42e5e186d5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:582a4e6fadda74e5c6c49b605b7967e9d6f25c84ab3de162c30931b1dcaee31b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6d54aaf9249113e5be1b6a87bf439ae778918533077a41ee9442396cda4d2642_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0b4378067622a7584c3be2e5e5d8748a564ae7672cc882bec0c1d6f4f4c28686_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2ba6c6b021db9b58614b1ceb9b736978b0e3396b04dda4518406b041448dd5cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7f7e406ef7b654a66bbcbbfa5326ceb1ddca4a0236cb60761a0ea48b919e8571_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fc403f7babe4eb16c770c80def94f34696b3a8ac55360b17c88edb11b9ae5a8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:473d595a495e4656de14b1b22456ef1ce2218fe39d02bf738990c0be4cdf5440_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6b3fc95809e8ab1be94de33cb375207b4302f93dbfd51f2a67228025c1e304fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7d0a9db460cb1d4c918f87a02979048f170f5e692e83cd517bb9b3271aa06dd2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7f1e2dcfd02a6a5fc56c6665979a8981f11144a5bcc6419feae3964b190583c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:775213a7b6d92d23694dbd1538727c84ad58c6b8a8b46587ff7bdeb7312acc05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a649eef7fa6148524b1f3aaf18ed6543f65ef91ad21358cb0af865401061622d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c593dda5f85469eb4ded8cb6c4738069d48a144823a070b83b58ba7772ba0e90_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ffdcf3c2b138b62cfc84d9916799812ad73fcba9c3416d7442f3686417c85932_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2e1e514d9f3cdf5f04ca924fa98d036988ab47259be5df67497931321634f730_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:32e93e986bbf92dd3a3e09f9c76bed29334b5cf794e18b843f81522ccf43697b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7bfa1c21aeb7971fa978d49455f4b5dcccd4ccc3de147ef47c32e9b74bcaf2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:dbb5abf21bed592282f09e30ba1387b084eb028bd931df5609c07fb8c09a0d75_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0606de7cca514d2b4ad9593d7f37950512741cd8f1597b1f83951aa7c8839268_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:116474d2dd37c159032b15ff856dffecad2ef0ab76298bc43f840bd0245ec78b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2e887b0da3269f28933bc5af839ea2df95b7aeca3993cb31b0a1c92e7043cce4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6029166a01da021523fc720ad70fc59f449684e577f9f5a36e0e759a39d0a28e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:849b8be9f7fc785a70451c1c0704501e2b449650acd23d450d145da1a760c166_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9c5d6a2d314e840600ca6bd1354c7dc6040fbdc216166418485d6edfedb27ce0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ba10e440e514662920d68ac025d5f3841786a393703fc2dc0ee21ff1d2490015_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bac1799b133fd829b35ac619a25a272301816494e83be5a251f78a50e7fb2f88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0469874ac135c41bb590ddbac02428775083221257b6904fa376335610c4acb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5823c8fa1f1409d6863dacda718e35b7afd2915befa21343dfcc68b6fef7a9ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b38d3723f2547dc5676460e3738420e243c6fdf7be77e54d18657efb9668c438_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e5a5e4c1a01ff3f5d694ca26dd248533fd463c85374c25ce1a9f4b7a60deafc1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:19f94467c811e10882e30eeef39b1266b83ee417974aaf62f75738d51811cbc4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:47487ff8d0cd813ab3354061caf319dec553b1cba9d5c1045de710b8a6d0c51d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b3a0104cb85f1a6965eee44fef58983637839a1f97ddccd737704ab41cda3a25_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e8c72b610288bdc44492ea0a5c2fd66cfb1673fc06f6bc66831fa84c96f86543_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1a9333d29d3561fe95488f3d80136d6b24b4a2e04472d37d34737fd1032a8856_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:705d146d458883660aa0b673a651d05d1d1ad73bafad91e84755118b82092ae7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b9265d767c8a6786f12dd4788377f1a316864863a32de4a4ec07ffc8b874aa00_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e3a7bfabcb96924059fb7906be97a0ebb1df35c6cad39a7968a6461df0cecb31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5c015e1a10e5f14e82e30ba41b1ae6a82cf5cb0bc631f5137d7637c44a3f5b8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:623bc4c74b05b46babba7da628809bac05b48d8c4055648e88f0db57c1bb0e07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9502a32446a8828e8a1887edcf49034e874ea0e32ab5fdb738ab89e77cb5a472_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ec7b6b83c8e934b66505e8051e183fbaac54e78abae5ae99077d4e5e163b4529_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1f15641123321a662f676a46a24f6c8066bba6e3730a3c0d0eca3ff8e548de23_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:85070876ada5cb86e8c585f3ac3114d548b189074723a13ec5d6fc6be25c9964_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a34e14a715bad1d324f9211d95c56ed387ae51b24b21ccf931c12f3f7b3dcbaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e12ce561e4cad13a5d08e8164060bb74a309f66047279a26dd727d34ed3dc16a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:67789c239f82fe3649ab8c0e13f920a788a3612d15a78fe5986a852bb2d11a0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:80d704ed310acc3015748815351da4b54fef2d8b74d7d4b03aabcf9fd7e60b38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bfbcd3f502bf336124261fbe51f19e7a4cb9e9132e07da62354699b30cf6ed24_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c1e371a0057014662b91736570bf25fb1211ead7402154a1149dfee9e55b994e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:175fd0386d9a4e064fa760f23ecfb45ac6ae3500e5a50acac0660d06e5b7ecb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3e9811dcf3c528ae6f5ff86659dee1a590c2b53f7af1a03204d06fc3dc628fcd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:68af6c6e7f51523ac223f4e25955cf3777f4ae5b601dcca7c6ec7e2dc0de0782_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:8f1b3ddbde3e33dbe01816bce0cce7d7bd196cc04affbe606fecfbd8ad7b8b17_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49699de68bf38c34edb696ebe4f9dc608756382a977f497f6713dbc7b6e1209e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49c32ab1927e0969508b906c14aafcbc64e6eff7680b9a10812eca4f17787921_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:86135a8f7d4aed36e7b2a571b431b29eeaac2bda02762eafda3e22a62a7a2d6d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f2dac4ffbee9d028b26e683b63a9f033ef8609907f6c498d42c447a306e75328_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2884bba195d4d635378b0d15efa54991a23f51bcf4efb1095b478f5cd9c34f46_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:d84853556ede64db5615eb4d826879c744f7ccbd92c51ecf392a686af854ec11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e05dd48fc4c26b5dd822ee58a2af27bccfd0ed28cc959a6fc05073cec6f7c9b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e202635a4a52be92b47960bd8ced28634111416b220cca5fa7f86373ecd1210a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ae36d953c8c7f73dd78d620f94a0335ff5fb84b16ce9d2dbadbdf3dc5d66f6d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:308c924c44c35b39c66b429a15a0343a47f7dfad62dceb76ea7acfc85e6bd973_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e132f6b0a6b4e2dc63561c1ebaa0bd9fc669a835b0c22b0d56599e3da870231_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5216d36dc483b1368a03e00dd9dadc7c75de2bc36ed98cd7ea2b089cbe23965e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4bc11f6ad7c3e9c99e708f7ef5a01b4faedc8eb5d2de5b0cbed502395958555f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4c04a50ca49fdc521da592b9c326e233763918fbfd6bc97e001e0e680ce24cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8ba4aabc0e1e36c3ffe66b55c67ab8c305f64aa6011f80060c5d95ce91180c5f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d259704d34b605abd3568bd4c988bf9e831d80554ec2d7a57e7c39a70daf0140_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:14c55985b9277766e54156139f0949d1e3e5f756ade34512a3d5ea3dfed2c544_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3231ec9c296798f11aec6a285b0a8f7c5cf220534d0525afa59c17ab2464abb0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d8767e4d0b2c8222748319f05483bcefe50388abc182a01f3ca9dae3c80dce44_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ebed5c3d8e112fc5086208b4b4c0aba054a0058f3fd08b71b129dc124fa00f99_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:26dccabde8cc0d1ad45160677fe240b3fc098acae82f6d095fad08b78330453b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a168025d531f20656997ae845a4930919d6805b7f9374c40f7835a93aaa46b27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e696a8bc54ef8a13800b2168a395d2cbb08678403beee2dc52c56d04cb235759_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ebc22890c7759ec9992b64dcb0e388881caeeae333a9a84a50dfeffe27e38b49_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:09319f1dcbe090d9677a43249810dfe5b3eb165aa3f8b473417e0913649b1556_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:46a37e99da18852f5512235589ee86dde0db6c09d76a49275a8004422b9ec303_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:535d1b713587008fe67eec103cceb54471f5263516f5420589cffe1dea02be93_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bc614ab102efc7dfaa47fef84c4783da26548491e4c43257bb606a06e8d155f0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:08cac9e30829765f182624de9e45e59b40884b8c39cde60528dd27afa57afe72_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:13724dc9eb7247844e450b59b8cf3af5e5f486e9558942836ab60f74b9943291_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3e1a80763f76f622b5ffcdb35bf2dc20ce1e9c06c4f5f6bf0ae06b04134733b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d077c79741fd0c481fa6e1aa2c479b8c5b380b1d1f163259777c8c50be257709_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5e82ef0b9ab6d4e3b7431a7611bc563f356385dd8927855e6090008685f1549a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:62ba53e306331c1b20cad27ec31cf59687218f4bd5908ed7e9034559ded04b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7664e74786778a96606757f1de215a4a9702d0c9f7cecba7bf8028884a7609ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7a967f88faccfc101b9388f8434d406acdfc85d7d682f9ec742d59eb31074fc6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0e05cd1eaa2b9c558d22892495f090b6b51a316dc56d85ae825b6fc44611b6db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:445fdec85c2510c8a45b2a830ead87136bbb80bb9244987b4d6ffa5858931926_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ccae4f8f443ba6806ea33105d7dc06002d58914626cb9ae57476b29193761b53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fc0becd36b6fad4911a5b8c9a4693320918f7f7e6336c2b11a76adcb6d1eec36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:652f8fc874b95a56393f14c2b56a63faa64c04f6646c1786d07eaa272a9acb9e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:94b9c011744629b1ff6f230e25f876f218ed59d55a941377797f77cdb7c03e1d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a178a796ca9d32ac59faa5eb9a6aea30f1aec65d88f89080f57ed519a7983f05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dc8a79297c73782f5005075332bcac58b051a07d2b35626323f9b69ee5f4d64e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:03d66c724cb647d4a613bb48c9df6e9ffaabb68c8af5a4ccae45365e32456470_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4b9510fdfb45d2561927843dbd7ed869e2f67d9636e59dfd0c3ee640d9fc601c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b3570e078bed53aa3e435443bffbd12a7b259f8dee9d18c0d79b55514a547b53_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fc8e892ccbd8d3c1e737fbaf8f02b5fa6bbbe242780c9cd00fbc5e6889d7baee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:266bd8400632ac70fc6584e4bb2850ebcee7027ff7899acbeca612c6556302a4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2c8f351447fffc2133f339c6ab3a0bcd9bdfafad4a4cb5b7dd2abc32c6056a92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b8d2783a76f514f9a4e8096434ac205e1d82d09da2d67fb930a1b5e4d8089e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:74fa72db679ef47f9a3e3459a90dfaeafcb6db73dfe15b8933767e2f9d19c448_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2b5964f6cb078aba05ada42f0c8280dfa39f9f80526932cc5d41410922e4e8ae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:480b27e9866ca8dfba83e1accd427d4f6813f4fb7f612854e32bdffc10d7d5b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:91c7fa7b70f2cc82b26ac16f91ea084e15a4f5dc64f254ed878c25dd1170c0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:edc297cdb2f670aebc1d3561d801840ad029e8777ce45724066e6891aabd60fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:443e0dd81ae60896d31f07ab49611c5e0629746824df094ce28cdd3cb0ae1d58_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9b16561ca87196e3dd9330184f7abf25e97272e3c47d2e8d594e3095e74f815b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9ff62f63d487e25a750bad29314955effd17152bfc534ff698963760a2615b0a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ab506c549b676ad9d8dd179e2ba871a12f2096ca2601ea2a1f2605ccb849dc6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:08758e6b81d6679b095a8e7fa323870eab35fefc05e525c6ef810b6cc0b3c0fd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:af87d24f6540e5c98def879ec4ea8adeb5b138e41abc126b2c3030c5847fd0b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c5e9e59a08d8940e99da6bc568269eaf71ea8db62dbff86a7f6fb5dae861e323_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f5122187c85ef27f5423ada009d800afa4800e32ad1ea3299586fe64cae8e38d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3c5078d135089e1548b4dec49b7e78658279e42a72792a988447662534b6516e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:56158ce0af0c0eb9709b2d1a172201bc795ed6e5075517b6919ed1302399d6f3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6720c8097a398327f18a5c84c28f6b58aeee017199c2649649a1f159b8365838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:89295652b447f42c6a0d6e1299f63b04016f10ec8faf6372357294a14472e426_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2baa85e44cc4ac6cb825103508c5bd74e348609eaf53ed42c6d0e045dfa62772_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:61283f1fff1f8ec53563012a5b1fb5a48831f0a220d3676b512f5a60b331e849_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ba258012c0832c57b29785be805be44f0b5f8eccaf76d82d7493946806eafe5f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cf3bee6414a87e7f907d30047ded274c488239af5b1f43ed717ac2cede29df86_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:40854e0833b6cdfedcf275cf716e58f3cbc5c44be313fb83ca3e909bd80d0b08_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4d6a10dcda92c599f52977c71208222d166168b29da4eb4727c466e7eb53cdd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7be4c5ff86b0e939ee9f22156812fb98d2f96c1eb4567ca8a6a01ea3aa735dcb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:83bdc9fa5d3893a973794dd7162bf9564ecf68ce44814349a621cbc284b9e61c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:993ba8c1dd84e486fc4084a7786934c356a9b12ae86155134fd1a1dc1e5e3f2f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a64dfd96d3aacabc8f219d19e6d7eb0c1ac5b68b49eb93fcc973d76e67ef1d34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:ce306e2cdafabbaa29467e0cdbf316673d17180efb604e683a7fd1ed7181c6f9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e6748814d950e6f5e370dec9cb7d557fbb0d29ad3620b567840770be826a601e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:04d418560f90c35b42be67886632615d62dc89cd37fcccb6e247212b535fbb7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:40eaefc42c0f0b5adeb47bcd463c2e2a45e7f3af1c0fa4cb3fde9c5479660c4f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:545bc2a7b32276bec515f338aea3a2976c01cc787a559986646aa6fa26ad5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5a2653ccd5dc3f59a228ee8b936460575e1a392d12287661b1dc83a9f8210033_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:12e5e4ea4d19c4dcccb35dba161fdba8a703ba6331b11054e4664818737746a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:180e817b55ebfd081fd0305f63b3e0539fe8d13d1ceb8428ea21e213779fd056_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:92e8693b9f6955f9862c8b576f5e32bffc3bc34232511fae0cbe57d705bfc53b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e5b5d4750a3ffe24b1196255d4cfe15b21efd587a41736307ca8e4e61a4936fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2ca8a85fb07b431d97ca6a3e3c18f1cfaa20883c7076d6b5b4e6942b632f9aaa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:559af5a310f0923dcb4ef9389c51c98604cf44642a13e8ccb46225b4ca268580_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ae056c9c8e0cdc6519ac1a9542781cd54ac2ac8881f513e965b57ce7d1e5ef2b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:deb92b50d5948bae13db37a7046d9b212dbfd3ddb1063ff8a5e5467f0cab203c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0c4f3cf84115f8c9b9bed6b2dd5d52316eb3a9e670fe6b9e28c2dbc350392e87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1142ce3f8a3c1c2a1c7dba79ac2c3b276a45fc6271ad9df9e6a5d8684c36da2a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d9f2c021c17f1416e01ba31a8823b7a87724fd96d7ec99d494981842b5d452b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f3aabf75e838b4a941f64a7a322768729059346d7578ecf5fe7ce27a71876fca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6389373ccb2fbe1b6385ea21dac1c0ca918bf9d3889ad7a738de6be5d7ec4272_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6449fee9a31acc582bb85e0031312e3ff07d1f1843a1c6c410eb79cbbec1ceb4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:751f007afae9f16527e9039aa95c2ee6efd2ee20afe3c083ba7298493d2406f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:afc11a340e28d4100c31646b705e8db302f6b0a96ad3620e07391f02a70438f1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0673d2034e7e5fb412a171939379da14e9269dad7bb53e83be7ecf8233b0b5a1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:18f0345811215feda18d2b63f679ee870e76b33e9f61042d93edcf36fe97df95_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a2d247eb696c80e02bc8c1873e8ee0fb71a1e5ad6cf5cd84bdf504f4fe17cb10_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c342b14ff399c961ce05c1af127244b950b8e9d641ce8752f9d0f880ad7a672b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3d9fbc97d13987f28ca76b3e238b540492eddef0f302c2dd958c1b0d05e10941_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:47682d4e934d597aaa1e809011a69afe93936fc629ad3dd1ed76dc7b073f7ee2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4e8d3460e04e85a3e01a578d492499376787c85f2840c97821f11213862239df_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d7b99cad55a1e1d380d30d0d4a61bc5f0cbf3a87223efada3e69bd9b0741d3b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4849bfa8a48c7e7d264fc6ea9097fa9d33da25f75776619976e3204b42026cc8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d7c3f5ce57c0aa25e13ba9484facd75c5a1dc3caaf9be4d0f273243e7ace327_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:78aef6c20ab3bf78eeb8b8a857ca2a24067d45cea0a070c44d3fcedc00d4efbe_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7f33515dbca04230d98550ab638efa87389629fc7d913c8ec42e4b5bf8a772f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0251068577a1724dc777683dd189468ed77413b396614a117dac6b4320b8f01d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8812fd85c74fd67a95afe09c2ce5e7d592eec1e25fdc6fa331a8bd41bdde0cc6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:89e0a7e0fe060abb45a6f8e6ed1906053c09f95c252ca7813175903db61fbc99_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c3674a8f28935f3140fad744b5a178a8346a9a7f79f6c281561d2877b38c4ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:13bc0d4f7d4508fafca5a3bc61b6449a056e277da131e753c06cbc1bb7781b27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:993a2a0b3f84e071560f6fc1a3ac243fa745ae9a7ab15febbe1385437dbd3ad8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:80fc518199cd3a1ad421b142661f0a85679b12b69d0afe580fe60eb6a13ddad4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f069665c66c19d9775b70a31aa7a1069bc653691f6abf106a88b2ceb8c0e1ec6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:13ef0c0585b01c56b865e029d029a553b458fd2d3d0204eb6dfba1bcaa11ac3c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:599d33b55e88212202b15f4344f7a18dee4f4504b3739d6ec99414d05bcde2b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a751f1f0540505bea087d3ea9e6ba798e89d5deb772cf8e401caeb3816a563_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4c26bc366b267d444f448a4d7bd5a0d26f84bea653c14b261a829669d888cf88_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8b67087a584a2d952a6e80572686412cc8ea01f03ec8d70b56cb8a24a0c5a3c0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ac1123e890f0aee159c9105e26e1f1ed3ba5eb3ea66b422b281c3e9465401c5c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0dac7821ce2a3a5a180f53f381d9e61484cd8c5efab3c9a7dcc70b5783421b64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6b30b39205367ec985c4a9d948e71d378b9483689c3ea179cd0f2476b9bfaa1c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:de903677bccf645889ff7968ebbc052b14273329c0765f7faa53b0ca815d6899_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f8392be7a6f5223930d53ed6d127faf727489b8f5ebbbda6b6b437c529e3c812_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:02ac68c83db9dc50cf6280a418eed9261dd2182bbf51d16fd143519e49960b17_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3746261c5d4744b13d4704c822fd62ce1f486010176fdb3bf95512c72eece73f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:85e34da00bd6d290c04d8eac32f39db59b5f50fceee9b248b2cbe27bcf0e7e5a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c343b119edf863e179df865ccde0b665b87087d78b20919aa5726d8fd240b344_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2026fc52aab5a6d7766511080699112f32ae4576108ff95b0eefc5d807a14f25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:21b5298172f4de1e0074c4abf5e4abf27e8adc02bbf7ee49bd3388f7127d4901_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:42f8af9bf66ea72846b7f7e57652725c31b01fc4a8d39ff7e7882075438c521f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9c5711087546b1ba7cefab267b8aa30b54ecde5926f009518cf0db974ff84c3d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:373c4b7507a978e3dd62e9ea629d1e397b1f1db682e11ada1bfe5a0b45afc782_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3be306649df2fa3cc9f30e60ed5d947fb0678b0231b617eafd3b1593d10feec5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5b01a896101a5189740f84cb1a83edefdb0dc00288dde725ddd0e95480f8e1c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:961dd87e559779e6338a4d3d35c96c0ce6ff7cb9634ce32d4bf848032f4a2fb7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8799db20cca7be653bae6b8ac5adc1d628094eababe740beb5dbc27e05346872_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a36c2b308515a293cbcf265af68ecebf498739e74ef11016d5c0edd3cf47c4e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b86631d6601578548af20a28d132a0503fe118f53d7596a5632ed24ec5a9931f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e867bd8b76b5bc1438a7be88a30fa7707edbb1909920a1d4d1d0da0ddbebdb40_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:313074950c6dec37d29a9722b58ddc951aaf67c27b47568039f29f02f2523128_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:43618db20e6f592602096897bc89eaf3c58490a362e91e3299e20bb2a02827d9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:705f4db2e969d23205de87db1bd7dc8eb1ade64a76940fad950fd1a214dde6e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d2d5ee5893ae16784051d9526c1feeee3c641fc3e6f337ba807744551c00ffa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6ae5cfd48e788096162bc4517f0466bf526f16c84bb61072886a64842856c5b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8004e7284c63cc32a05f6de732791416d57d62db041ede2829d4797139094292_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8137c3932f344ce587769bff04355ad405b6ff27009bf23a221ba52f3da56e1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ef15235cf21f0fbfea74089f75471b483a98c920b65676bb6199c155fb61e929_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:149cca2af3f89c7d1e105de81bbd098c66be5687f18a584b644f21d0be20f414_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:33fc93d5cd30760383da666e8effb6ed32f4c8f2668da36677e98c1801ef4f5c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f9c1ee7f72c926c45cd76c12046b867d9efd7c3c381f34afeeb9b6e97751175b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fcfbae71f81307789bec93987c4523700c191a66663ce53e4009c5e0a8627826_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:04fe8c19bee4b629ee7f18a13dc0b7f49d6a4b6e19d204de90b6b2240b0f875e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5c9662139f98817aafe153a43f700399781d079390d5ad23d3b70fd6ac5d370f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d1147830f896fd229aadd2b766fbb4c8102b35a8edd4d8bbeef4928d89cdbbfa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:dfd0cdc29bca0a2239ef203fe7b58efd97ed4e72daed6609e22b20babda395fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5a9889308bcd1c3981072c83d44206d0c3feff059e0a2029d49adcb974674c95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7a715c7e2a8f54ccee42abf122b0028ed19705f401248d8c38f785d960f1b116_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a67de487534d03cdfc180af9d235edb21c5cb71e1224bb5041fcf2b9a428732f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:b3780d23a2c384ecef73c806cb20d7f97bcd11c12b6392c781c0deb7ceb55df8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:48b5d06ac4b35c2a7bca3ba2abc39e3af1eaf4ecb19c720d9b6e46b066318414_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a6d7d7df9078e9d1cb0f12f9ceac12c96bf2cea03a9085b23c3e4af6a456b51d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b757d11e5dc51a5822d9e30e97ac142cf004fffce87ba2e58b8d62926127664a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e61ed19beaf8352dcfd4b9478335a364263cb9839f27140a634a217d87d331e5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93baf08acbc6875eb2b665a9ef3601ca34b76767cd70a172dac7237f21b6958c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a5f2c2debb51b8aa926ede417cf9fa0e4ebaac4f5bf9e770db55a25902a4a3b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:dc97d5c1aa80515080b2b4d16fb08ee4733a9347eebc8427f10b7e70582464ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cc1559af0d7be472ae46be4552fb41e81ad804d73d1444b92cae4485118c6773_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cfd5513afd8b2b5e22d5e384a7f769f9c04709d853feb2f91ef667d804cf9a7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:febf2fb95748ed0c440e6acb72c40d609ae7587b2665cfd7145c878a2a0b5783_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1728f980f3ebba7e48bc0e8cad114db1e0c06f692638764e30ab990f45c637af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:41508513986b369c2f89c64af84b3980b16bd2432130fb122d8c1346f0602894_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:650f08f62aeea4bc954e69ed88a9f2f14d3c8f733c155d113c0c58b7154fec4b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:016fc7e804acce7a8b8df0a02bec320c32f9ce6224ae67598a63992219a77516_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:081f9cfabc57aaf4d19df8b496613d8aff54ceb265634c904ec7765c810b4553_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6da3ef092cde7fbaeee01c5d6bb0ca5d52af3ed8de458ecd3001bb96262c1ab4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:035d07364444ea963d64515420fa4005adf82c44b575555a074149f67db50567_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4e09fb0bd709d53a0abc6326905cc43ee36e6e4ec5e20108efd1ffe585b1f2de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:53a5f81aefcdd57ba33c57c02941803a072ef3f1b8467baa3c53c7e073a9ea96_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:cb3d2ccb57987217c75079a9c10f230f6a7de9ba3b0fbd87d8d3d5c71f8c94b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3472a8147e06452751999ae2d041063907f275ecf429dcdcfdce88c8a19a17da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:61155741778188324e0616274f067ec36723d0fb81d84e9715f72ffecfbc92ca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:adfe8cb84a5f0a241fe69ec532b7092a10cc274cc3aac2b86f33ac8e725ab2d8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e704c70226ec4986c16166ba1ca54b908d1b6d9ddd47640bd5ab6d292f977508_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1d63a1d7ba183c49c69a6ffe5a4584de5282029b0b2c2f3484b4f4431e2ce954_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:441db8762a583090cf4325377b0ee75838452a601732bccf4dbc57f26f6a1a90_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c5c52612378ce1f2577314e5723642237c9a361506c448ca80d2a0b56666a1f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3b9843a117d6a6ae28222951e1a556d3888ceab2ff75a082a06343c8030a5ed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:236fa2dfd935db687e786cf827d88210c2f586d2d1a93e610861995908bf2587_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:647704923828c83c6ed3810e3c4d7456fcbe378516dabfac30f203a3bd3634b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7638d755fde7fe6d3c004a6f0f7c761a9fdb75a3541f19a792c3cf8e8bf473d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d2eaa5b8ad9464732265b84128b5280d725feabb2d4b4cef0178a317add66c39_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b659f5c6da6f73bcf8b2850f0172358816bd68fca721b65a9a70569a94bc90d7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cc867d49602a6ada5de7a783136b6463c4d9adee9877ae1966c016a08ee8e87a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:6fa614240bbc1932f65f8cc9215d2baccc05dd1cd5586fd308c44d8a94447a45_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e85e957fc16a36b5964613a99fec1e7299db9bc63edd86ef965d879a081b64bc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:14b02010250fe10ca57b2dfe1046641aeac31f92e5691c067b3990383967f0a6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b6b13d29b1cb9c9bcf97f2daa289669bbd9ea501430e51652bca3d50f787f23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a8ab293c4f3c6bc251bc91466b7586e5499b6e198cff46e50f6a65d97df60f7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c5d781c35cda14ab70d4a5bde3bf72df0a3956f5cb159645e5337095bb71c5ca_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fadba956181755cedd19d3d5b5ee3da0222daa1dc609b629c900a0052a4cbd8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:2719589f19df23634ec3f6b578f3fd2e827440675b72a69b89c9d78b1310f98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e1fe563643282c027ea829274a1945458cdc5d079bf2a2b7b0a9982a5cc3720e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:28d64f60c216f77e3e006012a403671463b9dd90095e19ff2dd027def6abb511_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6d681aac67e08e2ecca32415dddeb47df6191a99f7a8d7bc3bf1697c6a26c1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0d31a90914ea716508caf180e30fb682cdd8066da7a0a31752be9d86ec9c777c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3ef5a3798abfd3d9ec1b6ebabf3ceb32fa4057072b2670793ca119f556c0897f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e2c62e4b87e0536d15ed8b4f2905930a750f770d5c6d0168de6291d92c51f9a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ef5f4d7e3c872acbc4ee48bc91b5835dfef66a698287a95836344c1587ccca69_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f5f049eb01192eaca548f3585845ed6a530934d2eaeb422fc78b657cabb1f57_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:740b0d9392c76e433ebb7762e57f156a0e2ea1db37ddaed2c5b8044ca092a357_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:da9ebcef147e8d9e84848454fe2b8e259bb549bf0de88ee960fb48f6c8051060_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e8f942ece24d15ce0c4a31f731f2060b6e3874a2f486b2dd255c773fb1a55f46_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1b4fa4d6ee3081f39e54b4f910100d210da682dbb0f308f08107ac44e7338d3b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:571a51e1eca0f31f273be8cff7ff115bdf192e14f5d510705ab7ed423fd5d9e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6dc96b2e8156e7e42f758cc28302a2e94e8b3888970d03a780b1732375e728fe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b91654b9aaa85e13d262d21b949b1a96b386f202524c2e8d52ecb66c279eca8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a677804e422590551f82a17e61f64bc03d5a8a42a695e7ae8d9de5dc086924d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:fb7f225a9221506e6295f7efdcf44adc33e5b971c470b5835b0ca3c42ee1942c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:107c9dcda9632516721c41af941362ccc316d25661bfb13a7c4dcfc2ea4e1c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e75d33740c576321707835258793fe2fd257682099348a2a067806e764e1560d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3ed82adddc3da003bdb272e2a5df0317abe41512179cba925f65fb5d8f7c2eb3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c16e4af4e9a79ac2f1fa632b20e98befa9aa2953ef241af186edd226e39150e3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7b6c16881c71569dbada90e320379c2159ead0b0ed2fa2113e065b361bdf2413_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9533dc6817f01e377ea2ff7e3aa4447d20ab5d016d9145b97e0cb9e758c9a8ff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1285e63d6cefc0454a400b20a6e404537a8d57e5fb9b5d7ff1a75b61555622fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2ea17afe64ff273c9208892a59773c1dca248367c849e805dc78cda228aba29f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5f33ae81c766b0b7d9c8411dc4f6a0adf760221ed0493a99f1bea5dddb5de41b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9de0bd8cb41c5324718c8d8f275c612c0bfd13b322225455a1142dc76bff0a01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:2fee175122b1e3f74cd8976af1515c869d096da0bc4f5e9024b31a64cf88896a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9ca16ca048f3de4a5d9e6b6a38b55bf0b4a994bf7f7ccbda8c50c02bfd59c871_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c42a4deb157c31f6fb871bceb8c4401f44ffb490404591ae36110511f933f72e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f6d5c31b12c8a1a1e8316f258ccd254bf6bb8e49ae8a175eefcdf0bfc5c6047c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:204e84b23aa1edaf66f10a49432115ecb4c3e8fa34472a909e1c9a7a0c3f3947_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:37f226136e439a1b37fab44e06ff30eb22b1ba8f12eca9e85f59936c3d58acd1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3e385fec20235fd68320dd564c68770d91c5c08a864e3de41f3800937d730334_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:878a0a7473a69442dffd7c19132d74b29ecf765e3499d29f8da7b1de2ff6f439_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2b51546e56d1893aaa1b68c4e6ebb5479614d0402e840c8c850702ffb198036b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3aac893d87e5c39ae1672eb5ad48a0b9d02b49888fab57f8662e6dbb3897b660_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c5bddc80f0ba0e391b336de8ead2442d0dff227fdb8aef1874bc3db3101f7048_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:dca0c7b1c7ec76232b3d5ddd15c8716e04a8384f0a816217dec544d667ad2e69_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2551dc2ab6fddb6edfefc185f7b6d73ea366ddaae4e2f79d554f0afb79aa54bf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3cc6eb31325b1f9c9a2163c570ae1c3d4da7e7dcb0d761a0fa775b66fda9dcf5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:569965f29f668f02a342c0c7b4804bdc92354610e9368ba42a3ea5cc3172f532_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c4b2b0855c4ba25e150de01e54f0a84bb4c6c220b348945742bc0c18cc6d7dbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:01b6587f8b9ee398d34ed3330bf0bdbf2dd01c2fe475ed4d44c547401d1dbd5a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0fb7ce17c762a70aa16ca9f7f35e41d85997bb2bb22b81986321d29634ce9b3e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:60c4fd0dcbc1ed92bee7dedce7879893a23c9e4a6181e5e6d6a8f04880f377eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8925d5826cca515b7f7c05558406b3688a14963ddefa80f5b44500fe12dfb1dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:3d914112ad75b59b03d5653cea40a25d92af415ef52dd10aa7394465e6bab92b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:f8d52c53ca49b3f9847d2e568779801321307e329f802aa9456cd0dab7625232_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d29e5c26f37fc8212f2ff15cdac470982494be155f85e3c310b0c958b943f7f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:fc7a6712a6fe86a47b5a745e06a0c6d164779eb198f284fd0996847b025e53c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:32bf2e7aad1dd9ff5100500c294e343af0dae3d392eed27a1c0305198734261f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:54b4afd46c87b2cc839aa7d8b8ae232aaffe0f39846a6edf9d0d3228adbd7a29_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba41cc4ad0ea8dc731838e00dae166209a3e06d104e5cf11491639f82290eca6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a9395f57a9adc721c6e43e578957e21c8b9f18defbecdf91dc49d11044aeeeef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ba077da5ec7f147b51f0ee4432082aed3b7a3a541729913bc2ed821688723e99_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb48a38cb5d06b67ecfb4777c44d44f3e32a996397450e30f40e7ec3e340a56a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:deb40607f193ff4e36c684ce74167e67a7e96187f1a44a1f0f20f36572005843_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7dc856fddd561c1d29112b0b8d4dc39dc7503974a9ff563612e6998bdba4b71e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a3e01913986169c592bb770fc49e3875d46031b5788f983ddcd52938f9ef7a49_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c3481c6f76c644c017392c092dcbbb25a288acd14a9f01e20afd0d2d35e16d32_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cc440be9f6b3c5e22186b6d53a428a8220201ddaa79be39e19cc31a8fbd7b221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:12d7ec468f9634a53d053f3af7957c5162d92595fc3385b26b08acb22b7935c1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:49f08b645fc28af342483d9efaf2f607c9c2a6b491b477cdcf2985c44aa3e894_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d32cde1eedbd0c110bc10836025cee78421ec16d2924d30f5e6265591a9ec716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:df885dc6da20faf1903dbdac693889d9882722e8b67bebe35f624c11e4616262_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:16c8b8c6aee6f6a06367ca5bfe2be8fb85a05c3f18a819683f49d1a8c73941ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:376659c608333e76b0b48fcdc69ff17643284fd22fdef6c6998f07be54c1cf91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7359a62beac2d501d629e6768f1767861fdedc0d05f53a4424a2abdb3dbb6a8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c71d05c245bf1a4955f46c785d7264985e1f904de2a19972f7ce6209a3be0e4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:06ab376096238d4e04c9ab713d83d3cab5db769b5af1fd1c57ef2ceceec6ef61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2c80889bfaff670acbf859db3624951cda96d4ee8cb1560806ca4215e8c6c04b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:627c6b73224c3e37181a19cb598ef9a425cddc1d17d97b6c23388ec1345f6a88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d5d338daef4ae436780be192907d28a26785021d97865d8a95db9065734061f0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8e59a286a05743844dd1333770197161698788e0db4faf8e00cac6b2fb9a638e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9029d8ef1e4455dbc1910078afea1141f92a5c4d2c298ce1d9e4319209b55246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:da4ff38c7a1fd5adddbc0b0d3defbbd580197680b22648e2ab803c90c4a8c9f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f6c44d76a715e0ca38fa5e2becad93a2bf3a41fd8f181846e7aba81b0c579691_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:167937ed04f625a9cd2d0b8ed6048a5cb7b6d435bc2d41775d7db4dcdb5fae95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:176feea3131aada18df5da44af30a127f4dff392ce8ef57f7e0844969ec95923_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:17afd4ebbc2a5233681d4cc1774fcd70dc932bc10006235b11de8dcce826c2ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d3a98e507691edec50373d79ce9df48a71cb6a19a75c9276d0c5905d4f204b39_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1b6c3977b4835b0cd5399523dd437c230b992b77a0e7352b095d008be96fcdab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:54d79643f3a191710d1362d665b5c838130f3e51aecf1e27a2cdf66e98a3cb8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b8692d27a4799d20ce1a8374ba99f55732bb7db56cdf8f5b038424a086db614_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d196f02212da5e80ac5a73931316d38e9def9aeecdadeaf07aec685e661f9f98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:11c2a1966b0632e85caebc4555e3e2f726277175b27a63a5e854557499e0c28e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7e649963b5c1e2a7e8813569368eaf0ded5e544799d561622d469b03b9d93937_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a23fa7969c6a881648ba03ed1a13692c5db21b79f0608d841291ea9118548ed7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:af57ee131bc09ce55ecb3ae13ed7dc3ce9607a7438f0ac5a6e64bbfa000546db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:3a7644c1ac089cabd142fc1743b47302eae8528b13d1b038298f2f57cf746326_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4b5ee426703ecb55bf537731c39c69ab7f86316544cfc472ee77fbef7e5680a8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4cb60d36cc3b34b4b1496b74b9b2e68ff152a71d7f957b356311ea811bf05573_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f3f64bd2f70faa654f7134d803efdc032df63fd4ef07c97abd38fc41e625b48d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1b75d96a4cdcc3a37848c5edfe598cb1d99bb3b0707db5e3f62478320eb90f9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:876fd001172d5151ef99c02826f834ee4db4623b00699a8fb30d6a456a7a8687_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ba8fddfcfe0004287ce58db40c1092f2090b3bbb0810c277066aa2d97799f8b9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:bd9982e951fdc7259571b6d5983ea2cc44402cbea411ae9a6b135692bf5939b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a7a8d4d8adfd98d3a6e3d37644b33966f2c34ff1e553fbb5140ab9a15563e821_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b26a5a47cde227edb5e7f6e51247a6cd91e13484f6b5f7dc19b62f83b7478361_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ccdd76d6734e3a3cfaa1e432c1508c097478e842fd436672e57ef2563d817e4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:fee8f3b24b431ac2a5d4fa3d96c90c5e1aa68c08ee8ae9963fee457c98795197_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0e559f5e780f3849e73d7246176059360631d8c4a7db1700f6ba1b6a9e6ae089_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1a376560672f81b7596417591491e71d065e90672ff6ef5d37ed0785e9baab16_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:350a0360dfdc31eccadb0e8b9397d5a3436bb509999034b60e611428eb006cc4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f8b68ae48350a5aa9bdf47a36efbf661190d497ab5a139027a2bf4579d21e095_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5fbe979b3d448e36fac9615ccd96f8583b0d587d46f6b1b3749e85938cb2e510_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8d45dfe709ac701d6eb800b081947d39a855f65c756f31ae47b75be9fec0c260_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ea4fa6caaa81f207f2372c6179c3698e225658387549ba567c232170cacf8570_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8fb972b411085b4551e10adbd419e3cb89754ee5300222cc4fce27cc349513f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:066d438bdfa1626aaa7a0ee5d2e3222724f2f0cf5bc9a189b67fd5358a0a48c0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:747c142608d6f43952d315d7858f57edbd2d9de2d255938dde311ea580a329af_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b2ee2d0e9906ef1581677bd239073c09f93e5b720501e9001926dfe7db34839e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:bf0b42c5e7e51129966a4744bb253b7c336bb88b1f1a562e481f7eeff5428136_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:3e9309d53caaafc9b145f6b7fbbb8879c9f018ef226afe101f6dc7ab02b67856_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:3a558e248efdf5d3111b7d61e8bd471682e7038bd34c4490f8ba69b91b44f36d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1b0981e2ee13869663087d6504e0c0af6f2c56d2ebf81d72b4b7c751bbf6e500_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8073e0be1f7f7523880b30946f1b6868274c070acb97d9da2f5c486db99ea18d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8980be22bddace1adb383fc356975fbf0af9ac8a20bdc95b3303a80fbe296f3d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f4293de50825a003a825306a45612531dafce45b72a91cf4dd455d596a0c60ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5bc26795163f03947b3f42a5c8cc52b7fd6eb713a0fa5a1558bfe834c21edc0c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:7f29c85842a34554f06db311ef67ec08d1d947d32b4363d1153d92c8d13c3214_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:92857eb171128909119700c431920f543cbfc89cd06aa98db816a2fcaab321da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e931e3fe478f8f905855b4516e1ed9b33a161536c447025cd14dd68778c40fa0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:338034a3ce7dff3efafd00fa35b858c23c2ab284f743df414c6cdae455f8801a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f12584b95171f442bb3661c908ee43de70d0400c6273eb4e93325a5f3f167b54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f37f6568957ab825b08c2ce8fc6b32ad18f5b7bee50b24b1804e70cdb144e5f4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f949249e3847338ce4ae9b94b0d191edd3f316d471f0a9047f97e41e41b7554c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:407286c96b6e9d0ee4e8abec2b06a5dad70fc69820a00deae47cbf3fcdc65a40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:52294a05713b24485ce6d7d1b867081da2f01dc008b9cd052bf8c4c37839f581_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6693dff44dcfb7e6fe67f5373bb73d84cf401d20640c959375f20a24d31aa697_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f65918214ce906cb5af9a59ece43a36870989c579ac1660a2a58f9536a79d9f9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2ec7076ed08f4ce7a61f95083155b5315acb6004ea4245c70be2763eb0ce9f4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5a539e39b3aaf61d63f391b6960cdc5746cbb4b0fc07b85a98969f5c9cbcca4e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:93505b057575ff9292e2e96903238708b940a23953a79cf8742c880f1fbc743a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:be43f0ee18b6d56d81a09871c4a30dc2245ba60cf17ff0f1aad10e117f40aac8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3923e99d803b6dd5bfd2fc957101bef6dd86ba8f6de9e59a849e4c7a02d57e0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8253bfec4409c9a02be72d7e8d87fe5f4f81c1bc58a294f02dd570debc4f1128_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:851fd20edf32778383c81e3c5b935ec5607a05f8fc569f64e31875b8bbe81d6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d06d41126ced4841fae74d0437b18e9f1699d285158fb8725a8768a6e9065b79_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4375e44dccb08eb4ecf461f4e8e7e97d617ab5b1c968beb481d5795e6bbf0229_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:75140fa657674afc46d698aea19115a9f60c7765ffff6a0c4ae5ac166c725597_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c1a31ef64ecdd90020d72f323a242b551a6a4a85a4dae309e19f5d8f12d77b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c3b1ed110f6b17263484b7fde65642eb349162b206c0b9a2f463bf5eb13273c3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1369aaf62d9d273eef766c42f7015d56152f6b8effc50dc06d75b1bab38a20a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:47402101d62f418c0f6b8e3c6e2367a8c84f5151a0204f326bf1fdbe983c603d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b519e10d4cb8fd9ad126a36fb864d2f29f7df218ffa1b3b5f222e0befafbe360_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d70f848ab6450690b8329ae367ff2e5a3a5b295c073028dff7cf810104c5be5f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8f8c882873232fd9a00adc69e199f1b4acacffcdbc282280ebb61dfb1e61b875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9fe79073bdf1745b388fe52bee661394f96ba5c0af585ed8ab4a61724e324777_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b2b91287350dfb474763ca5d332c4765af0c1ff2d7be722e23ea93970add2687_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:bb5f4abfd26a9446eb2f4cb1355bda840ed1006a6233373434378abaf0e617b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:07ff9687205eee39d9ca211c0bb0c6b1618848e9e74bfbbe793aca67de73fa88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0ba94d11051416a116cdf516dab74d530a584fe7c4bb1e8d3deb3bde2214e459_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0fe87955631062bc7ce78891b9eb056f899308f8cb8101b3a44f889c1f0c0654_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:786de5dd308c9fa6643aabecea0bc666a9ede6fd2a5ce1cb0d511eac2a19596a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:719989a197c3bb8b8af09e95af49125cd28014fa74c7969f3f3b939223a6743b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:743119e024a9aacd8bd4bf45ab9c14e684ddbe2307d8f965e972ace243f128b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:76c523fa10e222690941abc8c5564efee1ec4d309a7d023480b6000a545d655d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a13cc82f7b2053435d5268416686ae2ba89e37b6561e49c7ac395cf3359ca2b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:98aa0e651302bb73569a0578e6c11a1691eafb5b0aa28dadd714a7b44b498f8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:9fdce4b5198ae740daa858432221625391f7283bad587e1ebc1220e7b0b4fa28_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b072bc3bdd61164b8076f2799e705ed8e34281b2cdf24d9cf08deb8e697de2a3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:fef5253a6623c30368e9e7e271501adcd9432b96473cf8278a7b81140d287de0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4eecd436b35c9b25eca6975ca9e938c2256fcfeead67e1ff4159d7e36122122c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7e11ca9795aea60b3f0853ffef0fdbf922f4863edd96c50fa85110f36bccced2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c95f8bcd0835611bb90983e96e3b780ccb65bd2bdc7f7554432ea971eac8095b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e497c1834c97590a0c388b58dc823cdff79ab6befd5f2a9bf494b3acc3181eb6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3a7af87b46058334b97531a4b1b5cd5be47e2ade8d74497429529bf0a489b275_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:97313aa4f1c1c9aa51c77a153d0f0eb35cab9711b7f1465b82a636ea44e849ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:ba0927ffd76ad6689b808e734038678c91854ca3d0630613094824549f8a150d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cd8feb684b9c70a4ffd7077e19812273f333174a70f7c2b63d57d140d8002382_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0c8bfd6ea4d0729e0ffffac9811b5db2ecf5c40e68ef048ab104f161d2689b74_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4dc7e3242cdcd1d3c1ea5930da7d4e027383149373cb6af0551ed2572eaea0b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b78827903e5c338d67a4ea2ba10ee67e16482ff00968ba99c27af2b6d50ce202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c9315d23ab26f6f40e05a5fb1f9f2dbce075244a035b1f16003d1108a7ba36d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:270b5e756fca54f2dc05f04b6f7b43f7f188153811decbc0b49eb215b11c2372_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5331e8ebfc48f4d2322226b8986dd178f133a52edcfc0a192e89f1785c8d568f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6cfd8c3da57c17ae1c430f2881c66eb0b1c456bbce4a9ada2491b2c873dba985_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa346af0288b5886b5f095d1fa0ceb7715d4333db919ff9d61078f369642cc29_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3403720059bdecff83f784e2fde54d2bebe09223ac6cf99ce2b4c840b9cd4a98_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3f8cb2cffaf6320f14ae09f7e44c965681b395370a156253790764ec9d2a2aca_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a02dde1d0b4f4fbbc4e6f0afd24da1595672f3f290345a4f6e98e11d89854a17_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c4e8ac4fea3c281effed3996a378c2e952a3d3704e47863b2ae6b266d2280920_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:46a0b302273acaf2582d377271b910d9d31ff98744cd8f290583a7bd5579761e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:af0442c88d2b9b93a187010065424798d89aad1d695ba438c815d04d7fcbef04_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:bc7b78f67fa189ba63da9891a1b05694d676a3ed2fa318336fa0850d63815250_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ffe4e64ee1b721aeefd8f1ceee11d225dd69319385e3e70f0bb52f4f40660a45_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:29d5a91b39dc6e72677bdfab50f56860c53e67dab139b464dd571fef9780dc6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5e6d4e29635ea0b075e402931daf8c384d07ec8660223babfd0df9d572ea6912_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:82555977089a1586dc24154b46be6499607a9d15110e5b48d9a549ee73f3843c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f32c4a07d2b7a14c39db1e5e5752960e46bcda700b292336480c95f359adf0d7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:86b3e656caf1c93ba2bbea00514a17b9d06cb7a6fd5c6746d80ce35f45aa5907_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ba5c8896242125c24e3a7e5698770293a601e9e7f8508465d7b45920cc9ce240_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7de62e540922f1de5f492527d07a8e8f4265d24b577cf2f93415209ccad63912_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bd71e582ef755da7bfeede697b5c2ab29ab9fcea6bfeb14cc8ca168fce5c7bd1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a1e6a736546b54bb2797d85d51b8f2b213fe2f6be6b26bad5b549df9dabf2d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:efc7fb9608c2be8c3c65aff302f923241bf8d008bc71c2fbba0d82ffad2b4f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:aa63c460867d565b44b2a8e919ba9a0e7fd6717f71588cc5a7e2ad268fe13181_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fe1f1b5d6da2e5ac66c689da49a4c76916533f30ab456c9961a225a5e26cb6ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:36fdb2cdf796941fc6638036b3a31048ba0209174c7a62424fb410ae14b1f81c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:65a0b94e9f663f3d73a9696a622ad46c73a5fc793f9dc46ee07fee8ba3bbb443_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8afe2a0c6b1b200201f21b148caaa682bce77cb3b1027f61d4c873e5babb1b30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9f7c3543e4b1a095399d1219c50f1f5081440ae1605154324d57ba9201aa4fe9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2c0897a842cd7b16b64888568ca65c2a6e473c24b2ba9bc5067d6f1f237885d6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:432c94d7d5d46ad66348775fa0e1a6c2c142469e8a770db5528a1aa25664c389_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c86c7188163be31c7ab04017bc46ae88707437f804ddf2b5bd5a73ae34f64312_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3f836bb9effeca4dd6a230a4241282d33ed454ebabd84829c41e58db5f24f47_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4632ef8ca0af5a8115f3d9490c2ad9e2e44361f4d0671fa8a3a1006254b173ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a7d2d10f5326e2d71551289740eba86d6dd2f12526dc684b1494bdd4228fd8e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ba876751849dd525a26e70996e7e02092c473bdf386ec4663a54ecf61c4f0d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e842cdc56ee7728aa71a7f95eda9777ba229aaf959594e73d998fbb30b7f76b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:90331abb869c0c04ca7bb59681cbd957ff54eb0e0265e16368f9fd6ab6937acc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a02580814c02bec4c1c9b79c4b5a48a5a59caafa60a573f9f99a4a1ca07c6f71_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c197de59c38c060dc8aa099a027922853e4b9dc7e5589ac55c8841dbd44b1367_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ec7a4bcebcc80cbda32227224f64e67cdbc98d3fab95466b55c89755421ea4d2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:223df196f0cc747e52ffae9f3dd03fab2da3c72d5e3b189e3035d4264a08c6c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:29f3154c0b972730ae9a54bc496bcdf62e9ed348b73d98ca958a265717ccc2a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5e12029e90adf045a4377f4be2be75c879e57aca7aceffa2aef08aa262ae0f42_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e150a242bffd4437f92000417cad89969fd547b5da514f8586802b99a668bab2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:17752e2fbddeff8e6f43bd354d91f248b4e69d88e80b29b75508fb03b82d92bc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b1703420b5a67a12f055518b6a23c1d8259dc8a064a1447196f642dd23363806_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b93a134a81af485a0f07dcd6a71c816ed517178826539d0f53b6c45dce87096d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d266a3bfe528e76a8c6ef1700a2016080d084cf6fad2e70efe5ba52ff0dbbc51_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:8c90e9864b3ff53d398f2451254dd3707868b36c6032d8d139cc3ef2cbd9084e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ae6ebf086515376ed35bb432a7f567f7bbb44b8d1b86773fd86daa387c5fb933_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0a0cbb021e13ce9d693eacc4982ece2e8ba4697f5d5571b8d0671d71824fd07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5271f6452a89fe7907b16f486439f54f0dbcc3d075a70ef446ee4cc62211b1b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0abb949ce9461e5718c1988f57791c7537eb1b3d2184f4b4268fe087e39726d1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1267ac849f67c33155b54409011cd3f0eaa27d5f211703875cfd383d1170ef9e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5082f39df1f143f23f0e587dec5cdb3e3b033ab446a57e7e808c88e6211a1a67_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8fa27bdf891edfb80585e470f09c9d6fa369aa727a3698b936b4818a4b46448f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:017bed02593deb2e9cdfe0f268916e5d1c8cb7a4f1362c6eb3c94050896d7276_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:027baac40981f53c9ec53f5a4241a657929d6289e42a0e5deef617c182b7580e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4bd5b70373a257b1fce20135ff4a4b3e6962eee541c67a0e29ba9a2523d4d4a2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c0b3ed1332b228290882bbff6a1ad6866f5ab2a4586b261949832cdc3bee5797_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:047c270f56b685d5a4e67afe43d2f1ff47829a259be6ff93bfec4864233d4497_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:50a6482667d53de3d7aa2bff6df05ca21e4e9773996afa8b8038721e231deaae_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:653dbef43ed7f531ebf64c9314756be42738f1635a64097c53210ed0b6b0de88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c4d2741561038e0080204335efc6eee5b6ffd8878553b240dd433fea701e6bab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:3de609d984e39497dfe119bb8e0ac2d6d823dd894a5c866e5ec87de5b5711e60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e3a8b252aadb5b32f42009803b56dbeae49a3ddbe9d00aa27569af4747fa403_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ccf49e256cd9c3bb428badab464a17aee485ee1516896f1ade10da11085e843c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e77ce95a84b01b09c5d1e6dbdea8970543aa3a60f9292300beb078d1288bb801_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2ab5fcf7003f4ba3de7656a284b11d6ee05bb02cd0f3532671a8c368f7b15178_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:44241e57d9067223cdd1585db9d699db113931b7a273d207516f60c498570677_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6aaa55450d567e2fa992650c456cdaf5529c5d96fc9984f7e1a4aa9ed6294bf3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f2fa21e8a0e88b25e9037a9c2db4b157ca6fef8b765b36da7dda71bf5a4c4478_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:10bfb59c904103177754f0336f7b7bab676d240480a8213ec42a778bca3f277e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7aa4fdd78ceafdc887a91224614657e86c1e12b72fde68dea4ee5c6e9b610cb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:e4a365a0516b0c8ef2d1259ec4bdb7f76aa9dc0d3c3cfd5d5b3d34341d349772_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:a06af7a856d5f2416777c1bb1d271c189576e273450b25c6dc5937cd16b8bf8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:28b8390dae142ea16bb05f6bd95f19b6ab38dd67c341168337ca07fe4f45fe87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:be6a9bcb97824c91f393af5aac5a146d819ed9893f5a074e146afe18f3a50dc9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e6392d583f97f0932dc01be55534fbb6dd3014f84b745e8bf7583b96ad7a7761_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f30d93c0f244f5ba21807dca912d18d4facf47ceaf43da7efa41b14ee816b71b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0848bdb082bc8dae6bdaa956d2ae36fdeaaac89024822f4bcdffb51da1165fed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9f9603a2dd344770da433fe8dd50a104d69e80ad463f9cba71b3aabefc4fee61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ab417553778971822422c6eef94aeb437209fcf88e78188b701d4b2243ac5be7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b9bb7615df3eadf64501f35dcefa829934f330892801cbb86e9f70f5dde236ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6bb4c6c64852f2b7ee590a0a60db256d8dd549a4b141fe71d311bf30d0ed88ae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:837cd26d96a814814145cd0aa0cca672769283c499eec36c457ae432b99a7466_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:956ad866d891e1340f630b9cad6ec73d1fc60d4061d4c63946ed714900388a3b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:9c91591eddbc058f05d052e3178102b28ebd25c2c9cb796fffd5047f5d413d12_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:0c95fbbcfd5c54e6b2934a8efb4f8523d1536ec1deef78249f4daebaa9d327d6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1b84b2a1cecab16e75947d29572008547922714207272a5dad8169d1ca5beab5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:466597e63e82ac365414c803f5ecb8f06a72374885eedc5daf9532aad16ac148_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:de9cac5c7ebcf3d43cad87758dd2eb0f4d6480f59bfb4112c224a4497aad9ba7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4ae516b98be8fbdb9b783345fe680c1d6ef57b5dc06b2ec3bbd20bfdb7c9b2c4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8f242ba3e0b9c57ecbd85f0d4c1bd67306357c92b53968a42419736c3dbe04d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b717614ee549be99c17ceef3d755c66abc983e821e04808df347962858e0da81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bd0f90ccaaaa74683b9bb17db0651dfbdfdf8f49adf0ecbaf8e83756d270b590_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:040115466e4f525e9f2386d6f8838c51f8e1638eb06cd64f071d4ae027a8fb9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:1a677b9d28655390d007acaa656997b12a32e9093c1c228778ef96cc6f4ca875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:39c68aae39089d044ce992b949d4e9961105711501daf3d4f0ba7e9981920729_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e814640d65f77818c180a706940337f8ddec8ebe4cf22c51a58a8b69e0f4099_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2831d7dc9f3cad92219addd21b93959900ee2f71e2d988fffe913a6f88dc7e1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:50f602354dcb223759d781cb057b4081a424d6a509178b10674358cc8dba41e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6925001d8a798896438ef1388f54bc29825c37d41f2f09a59e3f8bf60b2ec6af_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e01a83cb76fca294a011e022ed86f1da8cde36928096422a440bce8e42fbc8b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:757ad9e0c37b861340a7b2269b068d5b0c6355322eb5f5898a856fd9c4495b16_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7f68ff8059ae68d15041b8f38ad5ee5278289e1370d276cf7e78fc7e9fc3bb10_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:816787cc8c95a4a2df1416f09af6228559333e1bb1421ede0c9e2093444260e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f9bb9a184319c9fef278d3c6705f56cfc592c844f5c458bd20bcdc07c4230982_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:198f39ed50bbd835f4789057f9d7fd8de0962f1641a7f453dd90d68b5b2a4e7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:633ce875ee7bb08d9bf00cf79738e3e63cd6bf4de2d40fa6860142a301c0968c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e169d65b86f23d6424af5e7cf9e1d0ced58382128092821676196c0a05f91da6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ec2586358c34d0130b00a3714b50c8b7bc33ce915aef6aa79eb214d38202f37e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:13e81e4c25d8c789ca15eb4e84f3fc531a50b4dc0d95fa3573e002e3b54cad61_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:17637f8455e0e17bb3dca34545a26e881cff3e1444af45b9f45c3e282a252bb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d2dde1514fcf3308d1469a0af6727835121c4d6a1a1775a675a7ffabba8e3bed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d6376055835ac40728181d6f354398a0e60ca131d2fd8f41471ed87e974ea4cb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6f86d997faaf61c874def5a78cded319a188c1babbc4dfefb91a29f7e0d7f0fb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:73bceed99ad1b0bc99e66ab8361037e4046c5212645490161572fe6f34de98b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:babd6b0e928bb674289f34787d3aa536bdc4c24a877a5ac9311f21f0cc9e6224_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d00a12f6c4e75a2c93bdd135eeb742f42868b0186d9d03f318c885407a17e439_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:0932891a63e5ec5a076c7848d5746e29d972f3a96058914bee8fffa4921fed38_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:472e977d39473b92992f53c0225de477318b31be8656c37bc35193789ab7a456_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:71021ecd15d688aefa6db79f817c11a751b51f6ea9f2e48781bdc49c6de98088_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:9563eb7617a4d3a9c22fefaf03a4ede698fea2621a68ad231cd9e65930043a56_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:1fbf3bf4990353e799dc271bb4a0c58b385feb2ee60207636a3f76544b4f5ae4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:7815e9dc63477803e7e8bb8a01ea83043b5503ba529f64db3c76ad1c4cf2f0b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ab22d93f277f9bb65fcb5fd9c448b72f82384b9be43b8ab525d2836832044eb2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dee02e09373732db94bc442ddcb2eb4d13095a04e35c674387d3df8ba23d67d5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1a046b24339587101462756592c87ae4a8f699fc2977a703e6d031e2022a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1db6c409fede3e9ec09788fdf286fdb0634de6b6e727ec010332f7cf2e462_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:bd6be5cf4063439e92a1264ce3af0ea6528b9c27dd4b26f043a80aa8616575fc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c955c4b9dce1b25c73453079a21d84c5a2e5d0b53cf6e351f9b1855f08db3fb9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:221943f7b65573c2942d88354261f93a01950be1d1a86fa853544cc4c283c027_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2488ca8b2a8f658f3deaf9a70b12f7aca159490b5e0861d746ca8ee5d2010041_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a3435c546844b61f456789fd315495d6bcdc2560756e9fdfc4b896cdf70d75c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:be2e4dd58b8ed72278bb2c014317e69185e2b19dce37beea7fec3798abcb35f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4da2632fea643a834aac3fd63bc51fc6b0d768b869ac450e6779c9f36429a9fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:56ab8a9553f0c0202a47d858e234f2672098514dd647502405cac1f28d14196a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:abe530f4e865add435da2afd379a3a11a4d75c257c2468a09bc78f10256e0be9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:fe1397131aa0d447366fd627b12582ed647551ad3af13375f8c281ab73745f0a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0857a5a2cfb5c277bc2d2545fb19693f23285ccf6b75144da8fcd7225e1df1c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:43b36fb1f7ad271530f5ee9040cac4651a684e0e08de2ed90a2939b736b565ed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:7f86439496ba6573ee1d61b5f4d414dfbbf65a95526cdff54e45229f01785517_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8094138e4ed2267cc278a83a1586922c957142c9e5fcaec62db531c83b79566d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:309b1dd27ce0c7dc332c7141e576642db4aee6076ce50ccc2930e824f02ead2f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:35322e4580b0fec862223f76e0bd3c95ad0af31f3d4cdfd6423d3ec47d6e25c8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:699bc772c8a648f8be7d6a5c32d786d8f6484e584d918d68ef8a32cb1499663f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:779afd8e0fa21d022d7e75e7ba8da00cc7604db1adfbbea879bfb1d0f8c9c831_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:49e98d0193f7d7b4347043f0655d350a7a0c0d8c8b850d95abb57acd13dd8ac8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63e308cebeea85127f584610f59cdc9b228f01b9acb227f2f6eba7fcdc29b1fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:71f9b47dbd3985738259a6bc9a5bbdb240fd21284a194b47bb78538f8e870cac_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:9181583c88b3be23253c76e277f140c0a1532c1bff7d62cd0da1e14beba1aab4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:0f96581804dbadea29d9ef9a2a952753f5fdf295670ea0297622214e2a9b7d0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ae4714025025642ff5d9e250a4715b01d933487fa8bf4eaf82629ebd6d4c8702_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:cdb096f05b664fb542bb6eac3cce52c53da2e4bb636189bb53f737d3075615da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eb9908581f71dbe01d8553e494ef022417196408e9fdbd32f08fe1f5b9c9572c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:08725f7a384b4e72a173141cb35fb67293385ed72d973fc4d497f3c0f0dc626b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a322e3fc620e914088fb5669f1459a47140abdf027bd011d6ff4e5b3e6b909b9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b950e80fe164f86ddf624c80210308a634929ab8eb493496ef86bff1c5248fce_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bfc663a0ca81dedf849e89b91feb3fe0af97932fe8a8fc711d7ab85b6cbdcc84_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:13257447171d38e6e99c66faa476de6ff6ab934c285a0d1bf71fe94dbe583462_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:23fa493f397748092cd71c41b9d83d19fad6a5433b692bc644e30af790cf60da_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:28b1c9ee4102140998781ebef22f269316d8c2be2254c10b4d7151dffb0d37be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:be2175c2c6c9d882e44cf10aa85f1219573952473e893f67cc7085bf0a324407_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:61417bc1ddac0bc97c786b5807c2fa33eebc75f7cb186aaf9eef2151dbaf75a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:73956194247e000432a8c5f7b78255062c5ca967745ba2d97e680a06f698f518_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fbfa9ada74c4875985fc4bb8366d21eb5275a52953d44bc6bc740d48edeab5b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a545c9c2fbb36296286f684e02f9a5bc337b3c3fb9c83c608c988c88455f9bf4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:34a8a8a4a62b36b5e0eb061db3d56905c8dddfeb2e7a7135642f947ce6bd01ad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:41c2ea14036c2f8639cf0dd634e327841954eff4529743fcd10e8475546165d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a884f443877c7a3c0b32dc60a79e1bcbe89036549da7a8aa4608ee2ac6460765_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b28e8574a1d3b374ac4a61ea4f3c16eb70d9ba7385bf830c8698f4490f8fd3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:8e245c278c66405066cb31e9d48e97ad9cdb826511bdb1104807d26f896043a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:380e3045135a40d202f330002512a5c499d8d2079cc38e5c0bbd5a2312820dd3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5d06442daad2c126259fa5d594b53329e386f560b77a475ccb0cc37148644a5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5dc0ca56deaa237fb0bcddac8481b45d3ac81609b36c3b7bbb6cff8456899208_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:aa669084fb336f5d89d86cb58aca73b88d6bc4b6505eac2020664e0b6abfff6c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8cb392862e1835b610757e822332074ac459c593e9bd60fb6b6f6d0aebe577fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:987afa1aa902bb85d7c2d96f1637bcd19bf21eb832444c98d30171bbeb746751_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ad2f0cda09211f3e0aff615306168baf808e6fefbf1f039c3ae1a1fa7050a61e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:bcac50d10432ecdb8bfe2b465ba75889248ee8595f23c5243d023ac2a336f3b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3cf2d6f464e6a2fe5b4a8cf66690b3237aefef0c825a687a548f81336507cfb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9bd17213796576ce4d315986dc0b271011c37cd6e9ed75edff5ba80c3302fc26_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3205092b914bc1fe858b2ede7642227e04f35d06daec4848fdbbc0406fab4a03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a20ecaad93b15b869fb321c7503adcddfe1f0f5eb3f0f6427bd363234010853c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:57259db0550547f85684c19078b9af82b6318dca0c00ef8da27de8c8dc90e305_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:a95676fb6c1cc1b20cbb758a7c9fd34e82b3e114b81b5c17f47ef303feca3d51_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:49026487ee6722c3d438c05c1c181a36d14eca2f0d8debee48e4a02db0486145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ee65002c4934842ad86197a89e838997bb87a93ddc9de3423eb2af282a565c41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1bb56a1a194ba6f64edcdeae267fecec590c14c85431ba62ee8c6b5744da3a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bf72f3bbed57cebe1deb7690cd7fcb6d371e526630cb386d13180726736219c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:81afdbb2d9fe212af38a11b4d00ac952a306e13f91b23b2a081c0393173c5e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bf8d63c933996abf39eab9406b3061bee014d766a58f4e27a56413652d319a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:4a5021268b1ab163318270fc9ef07afa8a29f288c95ea69700c4bf46f88e85cd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ea443d9738e4428b6912b47f9c1d8d05b75cf8b137f0f9a76f852418b33b989e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:00148cec706fce87b240d38dcc91434f3c167052d5860d42ca9057e24c3f35eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:7996dc231961eb51daaceda9598b04e4bbe7d0e4019dccf5adec8a14d6f7e1a2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5c70298b919a36de41bf25d870bfa3da4013d36c6179db3eb6dd2e67dd20bff1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:a64777ab69af6f2b6cf4b78e5a00148e98353748946991c0a6da7eba76b442dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d4b6a07334845b2938c6d09556cea5e0477d13d4be6247bc9e3fede2e46aa3ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d5e665b41152b8363b4b15973a7b86365bb2c047366aa69bef7e1c499cf4fd3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:1a29c30f85b9bc858f0c70ca5ed79934494d92849f23baa6c7f26f67ea49c57e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:70f95a8b240afc604ee9af621fc3b63adaf80f593f3131e7ed51077ed2c77a1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4d217b45b97c9e01ba3d54d03270be07e9659b0d4313fc85999aa49fca560108_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:634f48a37ef03dee1cc0c0626c32aaebb8f9975b4640ac540f02910bdb3b165d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:00f06d1c70494444172d5630c33e1c93c333a880520bad3a810f96dc69cced15_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:01ac79392fa7a265608b75458534bafb6e5d350f2e8536bb9de48566c685841e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:12047af5271e61b4032c04c98df9ad54363d6beb13b36f49085307705677e345_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:37e5fa3bfc88e99fc78f2ced6cb4a99f5099942e40158dfa6940784c3d2ef95c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:54d10266c83c4d5fe91b013dac51538493ae4a4322c925e561c45316c73b1e2d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f799d506fc4087aac0eb4b2c2d6c8e511b598c6b3cdb1ba5ee470b787759fd8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:061d1b86afedd409ad4947a8ae59064f0fa92360cc82f640cf124776753ea3bc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9c7fef9c0e22e1721125d5b1312e509fada544e1d3d956338c3638aecea53dad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d3d951b736b910437255f3455b76357bfe0111c257f5a2d8dfe0f9abacf30fe0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f7feb8627754651663208ebb363a3e42e1767e16a65914148ce0507a77bfe795_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:23b0327190559517a3526d2500534542e9a397210cc6f663ac2b313aee902e92_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2911daa552328c8b01b19f91ad43ac54da18d343834c48ef35f12adff8077785_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:43960246dc7eb7bcef847c0d706bc6b0f0a407053a2cca7dfe27fce23c6d2af4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d05434d4552d2ffdd45d2fd44b1b2e2e8976a15f0f4ae59ce7dea73ca97dbcf8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1f7e808f97ad41f4c301736bdf2e06da73f2d0e3ef4ca838f0afd65273db7c8a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5553003527f078011d0c440f86c1480ff4e62b318e98ca2a4af97b42e5e186d5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:582a4e6fadda74e5c6c49b605b7967e9d6f25c84ab3de162c30931b1dcaee31b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6d54aaf9249113e5be1b6a87bf439ae778918533077a41ee9442396cda4d2642_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0b4378067622a7584c3be2e5e5d8748a564ae7672cc882bec0c1d6f4f4c28686_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2ba6c6b021db9b58614b1ceb9b736978b0e3396b04dda4518406b041448dd5cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7f7e406ef7b654a66bbcbbfa5326ceb1ddca4a0236cb60761a0ea48b919e8571_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fc403f7babe4eb16c770c80def94f34696b3a8ac55360b17c88edb11b9ae5a8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:473d595a495e4656de14b1b22456ef1ce2218fe39d02bf738990c0be4cdf5440_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6b3fc95809e8ab1be94de33cb375207b4302f93dbfd51f2a67228025c1e304fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7d0a9db460cb1d4c918f87a02979048f170f5e692e83cd517bb9b3271aa06dd2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7f1e2dcfd02a6a5fc56c6665979a8981f11144a5bcc6419feae3964b190583c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:775213a7b6d92d23694dbd1538727c84ad58c6b8a8b46587ff7bdeb7312acc05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a649eef7fa6148524b1f3aaf18ed6543f65ef91ad21358cb0af865401061622d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c593dda5f85469eb4ded8cb6c4738069d48a144823a070b83b58ba7772ba0e90_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ffdcf3c2b138b62cfc84d9916799812ad73fcba9c3416d7442f3686417c85932_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2e1e514d9f3cdf5f04ca924fa98d036988ab47259be5df67497931321634f730_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:32e93e986bbf92dd3a3e09f9c76bed29334b5cf794e18b843f81522ccf43697b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7bfa1c21aeb7971fa978d49455f4b5dcccd4ccc3de147ef47c32e9b74bcaf2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:dbb5abf21bed592282f09e30ba1387b084eb028bd931df5609c07fb8c09a0d75_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0606de7cca514d2b4ad9593d7f37950512741cd8f1597b1f83951aa7c8839268_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:116474d2dd37c159032b15ff856dffecad2ef0ab76298bc43f840bd0245ec78b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2e887b0da3269f28933bc5af839ea2df95b7aeca3993cb31b0a1c92e7043cce4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6029166a01da021523fc720ad70fc59f449684e577f9f5a36e0e759a39d0a28e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:849b8be9f7fc785a70451c1c0704501e2b449650acd23d450d145da1a760c166_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9c5d6a2d314e840600ca6bd1354c7dc6040fbdc216166418485d6edfedb27ce0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ba10e440e514662920d68ac025d5f3841786a393703fc2dc0ee21ff1d2490015_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bac1799b133fd829b35ac619a25a272301816494e83be5a251f78a50e7fb2f88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0469874ac135c41bb590ddbac02428775083221257b6904fa376335610c4acb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5823c8fa1f1409d6863dacda718e35b7afd2915befa21343dfcc68b6fef7a9ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b38d3723f2547dc5676460e3738420e243c6fdf7be77e54d18657efb9668c438_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e5a5e4c1a01ff3f5d694ca26dd248533fd463c85374c25ce1a9f4b7a60deafc1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:19f94467c811e10882e30eeef39b1266b83ee417974aaf62f75738d51811cbc4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:47487ff8d0cd813ab3354061caf319dec553b1cba9d5c1045de710b8a6d0c51d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b3a0104cb85f1a6965eee44fef58983637839a1f97ddccd737704ab41cda3a25_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e8c72b610288bdc44492ea0a5c2fd66cfb1673fc06f6bc66831fa84c96f86543_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1a9333d29d3561fe95488f3d80136d6b24b4a2e04472d37d34737fd1032a8856_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:705d146d458883660aa0b673a651d05d1d1ad73bafad91e84755118b82092ae7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b9265d767c8a6786f12dd4788377f1a316864863a32de4a4ec07ffc8b874aa00_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e3a7bfabcb96924059fb7906be97a0ebb1df35c6cad39a7968a6461df0cecb31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5c015e1a10e5f14e82e30ba41b1ae6a82cf5cb0bc631f5137d7637c44a3f5b8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:623bc4c74b05b46babba7da628809bac05b48d8c4055648e88f0db57c1bb0e07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9502a32446a8828e8a1887edcf49034e874ea0e32ab5fdb738ab89e77cb5a472_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ec7b6b83c8e934b66505e8051e183fbaac54e78abae5ae99077d4e5e163b4529_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1f15641123321a662f676a46a24f6c8066bba6e3730a3c0d0eca3ff8e548de23_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:85070876ada5cb86e8c585f3ac3114d548b189074723a13ec5d6fc6be25c9964_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a34e14a715bad1d324f9211d95c56ed387ae51b24b21ccf931c12f3f7b3dcbaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e12ce561e4cad13a5d08e8164060bb74a309f66047279a26dd727d34ed3dc16a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:67789c239f82fe3649ab8c0e13f920a788a3612d15a78fe5986a852bb2d11a0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:80d704ed310acc3015748815351da4b54fef2d8b74d7d4b03aabcf9fd7e60b38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bfbcd3f502bf336124261fbe51f19e7a4cb9e9132e07da62354699b30cf6ed24_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c1e371a0057014662b91736570bf25fb1211ead7402154a1149dfee9e55b994e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:175fd0386d9a4e064fa760f23ecfb45ac6ae3500e5a50acac0660d06e5b7ecb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3e9811dcf3c528ae6f5ff86659dee1a590c2b53f7af1a03204d06fc3dc628fcd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:68af6c6e7f51523ac223f4e25955cf3777f4ae5b601dcca7c6ec7e2dc0de0782_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:8f1b3ddbde3e33dbe01816bce0cce7d7bd196cc04affbe606fecfbd8ad7b8b17_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49699de68bf38c34edb696ebe4f9dc608756382a977f497f6713dbc7b6e1209e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49c32ab1927e0969508b906c14aafcbc64e6eff7680b9a10812eca4f17787921_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:86135a8f7d4aed36e7b2a571b431b29eeaac2bda02762eafda3e22a62a7a2d6d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f2dac4ffbee9d028b26e683b63a9f033ef8609907f6c498d42c447a306e75328_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2884bba195d4d635378b0d15efa54991a23f51bcf4efb1095b478f5cd9c34f46_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:d84853556ede64db5615eb4d826879c744f7ccbd92c51ecf392a686af854ec11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e05dd48fc4c26b5dd822ee58a2af27bccfd0ed28cc959a6fc05073cec6f7c9b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e202635a4a52be92b47960bd8ced28634111416b220cca5fa7f86373ecd1210a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ae36d953c8c7f73dd78d620f94a0335ff5fb84b16ce9d2dbadbdf3dc5d66f6d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:308c924c44c35b39c66b429a15a0343a47f7dfad62dceb76ea7acfc85e6bd973_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e132f6b0a6b4e2dc63561c1ebaa0bd9fc669a835b0c22b0d56599e3da870231_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5216d36dc483b1368a03e00dd9dadc7c75de2bc36ed98cd7ea2b089cbe23965e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4bc11f6ad7c3e9c99e708f7ef5a01b4faedc8eb5d2de5b0cbed502395958555f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4c04a50ca49fdc521da592b9c326e233763918fbfd6bc97e001e0e680ce24cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8ba4aabc0e1e36c3ffe66b55c67ab8c305f64aa6011f80060c5d95ce91180c5f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d259704d34b605abd3568bd4c988bf9e831d80554ec2d7a57e7c39a70daf0140_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:14c55985b9277766e54156139f0949d1e3e5f756ade34512a3d5ea3dfed2c544_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3231ec9c296798f11aec6a285b0a8f7c5cf220534d0525afa59c17ab2464abb0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d8767e4d0b2c8222748319f05483bcefe50388abc182a01f3ca9dae3c80dce44_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ebed5c3d8e112fc5086208b4b4c0aba054a0058f3fd08b71b129dc124fa00f99_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:26dccabde8cc0d1ad45160677fe240b3fc098acae82f6d095fad08b78330453b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a168025d531f20656997ae845a4930919d6805b7f9374c40f7835a93aaa46b27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e696a8bc54ef8a13800b2168a395d2cbb08678403beee2dc52c56d04cb235759_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ebc22890c7759ec9992b64dcb0e388881caeeae333a9a84a50dfeffe27e38b49_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:09319f1dcbe090d9677a43249810dfe5b3eb165aa3f8b473417e0913649b1556_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:46a37e99da18852f5512235589ee86dde0db6c09d76a49275a8004422b9ec303_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:535d1b713587008fe67eec103cceb54471f5263516f5420589cffe1dea02be93_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bc614ab102efc7dfaa47fef84c4783da26548491e4c43257bb606a06e8d155f0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:08cac9e30829765f182624de9e45e59b40884b8c39cde60528dd27afa57afe72_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:13724dc9eb7247844e450b59b8cf3af5e5f486e9558942836ab60f74b9943291_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3e1a80763f76f622b5ffcdb35bf2dc20ce1e9c06c4f5f6bf0ae06b04134733b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d077c79741fd0c481fa6e1aa2c479b8c5b380b1d1f163259777c8c50be257709_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5e82ef0b9ab6d4e3b7431a7611bc563f356385dd8927855e6090008685f1549a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:62ba53e306331c1b20cad27ec31cf59687218f4bd5908ed7e9034559ded04b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7664e74786778a96606757f1de215a4a9702d0c9f7cecba7bf8028884a7609ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7a967f88faccfc101b9388f8434d406acdfc85d7d682f9ec742d59eb31074fc6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0e05cd1eaa2b9c558d22892495f090b6b51a316dc56d85ae825b6fc44611b6db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:445fdec85c2510c8a45b2a830ead87136bbb80bb9244987b4d6ffa5858931926_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ccae4f8f443ba6806ea33105d7dc06002d58914626cb9ae57476b29193761b53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fc0becd36b6fad4911a5b8c9a4693320918f7f7e6336c2b11a76adcb6d1eec36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:652f8fc874b95a56393f14c2b56a63faa64c04f6646c1786d07eaa272a9acb9e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:94b9c011744629b1ff6f230e25f876f218ed59d55a941377797f77cdb7c03e1d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a178a796ca9d32ac59faa5eb9a6aea30f1aec65d88f89080f57ed519a7983f05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dc8a79297c73782f5005075332bcac58b051a07d2b35626323f9b69ee5f4d64e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:03d66c724cb647d4a613bb48c9df6e9ffaabb68c8af5a4ccae45365e32456470_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4b9510fdfb45d2561927843dbd7ed869e2f67d9636e59dfd0c3ee640d9fc601c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b3570e078bed53aa3e435443bffbd12a7b259f8dee9d18c0d79b55514a547b53_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fc8e892ccbd8d3c1e737fbaf8f02b5fa6bbbe242780c9cd00fbc5e6889d7baee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:266bd8400632ac70fc6584e4bb2850ebcee7027ff7899acbeca612c6556302a4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2c8f351447fffc2133f339c6ab3a0bcd9bdfafad4a4cb5b7dd2abc32c6056a92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b8d2783a76f514f9a4e8096434ac205e1d82d09da2d67fb930a1b5e4d8089e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:74fa72db679ef47f9a3e3459a90dfaeafcb6db73dfe15b8933767e2f9d19c448_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2b5964f6cb078aba05ada42f0c8280dfa39f9f80526932cc5d41410922e4e8ae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:480b27e9866ca8dfba83e1accd427d4f6813f4fb7f612854e32bdffc10d7d5b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:91c7fa7b70f2cc82b26ac16f91ea084e15a4f5dc64f254ed878c25dd1170c0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:edc297cdb2f670aebc1d3561d801840ad029e8777ce45724066e6891aabd60fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:443e0dd81ae60896d31f07ab49611c5e0629746824df094ce28cdd3cb0ae1d58_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9b16561ca87196e3dd9330184f7abf25e97272e3c47d2e8d594e3095e74f815b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9ff62f63d487e25a750bad29314955effd17152bfc534ff698963760a2615b0a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ab506c549b676ad9d8dd179e2ba871a12f2096ca2601ea2a1f2605ccb849dc6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:08758e6b81d6679b095a8e7fa323870eab35fefc05e525c6ef810b6cc0b3c0fd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:af87d24f6540e5c98def879ec4ea8adeb5b138e41abc126b2c3030c5847fd0b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c5e9e59a08d8940e99da6bc568269eaf71ea8db62dbff86a7f6fb5dae861e323_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f5122187c85ef27f5423ada009d800afa4800e32ad1ea3299586fe64cae8e38d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3c5078d135089e1548b4dec49b7e78658279e42a72792a988447662534b6516e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:56158ce0af0c0eb9709b2d1a172201bc795ed6e5075517b6919ed1302399d6f3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6720c8097a398327f18a5c84c28f6b58aeee017199c2649649a1f159b8365838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:89295652b447f42c6a0d6e1299f63b04016f10ec8faf6372357294a14472e426_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2baa85e44cc4ac6cb825103508c5bd74e348609eaf53ed42c6d0e045dfa62772_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:61283f1fff1f8ec53563012a5b1fb5a48831f0a220d3676b512f5a60b331e849_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ba258012c0832c57b29785be805be44f0b5f8eccaf76d82d7493946806eafe5f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cf3bee6414a87e7f907d30047ded274c488239af5b1f43ed717ac2cede29df86_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:40854e0833b6cdfedcf275cf716e58f3cbc5c44be313fb83ca3e909bd80d0b08_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4d6a10dcda92c599f52977c71208222d166168b29da4eb4727c466e7eb53cdd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7be4c5ff86b0e939ee9f22156812fb98d2f96c1eb4567ca8a6a01ea3aa735dcb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:83bdc9fa5d3893a973794dd7162bf9564ecf68ce44814349a621cbc284b9e61c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:993ba8c1dd84e486fc4084a7786934c356a9b12ae86155134fd1a1dc1e5e3f2f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a64dfd96d3aacabc8f219d19e6d7eb0c1ac5b68b49eb93fcc973d76e67ef1d34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:ce306e2cdafabbaa29467e0cdbf316673d17180efb604e683a7fd1ed7181c6f9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e6748814d950e6f5e370dec9cb7d557fbb0d29ad3620b567840770be826a601e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:04d418560f90c35b42be67886632615d62dc89cd37fcccb6e247212b535fbb7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:40eaefc42c0f0b5adeb47bcd463c2e2a45e7f3af1c0fa4cb3fde9c5479660c4f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:545bc2a7b32276bec515f338aea3a2976c01cc787a559986646aa6fa26ad5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5a2653ccd5dc3f59a228ee8b936460575e1a392d12287661b1dc83a9f8210033_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:12e5e4ea4d19c4dcccb35dba161fdba8a703ba6331b11054e4664818737746a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:180e817b55ebfd081fd0305f63b3e0539fe8d13d1ceb8428ea21e213779fd056_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:92e8693b9f6955f9862c8b576f5e32bffc3bc34232511fae0cbe57d705bfc53b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e5b5d4750a3ffe24b1196255d4cfe15b21efd587a41736307ca8e4e61a4936fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2ca8a85fb07b431d97ca6a3e3c18f1cfaa20883c7076d6b5b4e6942b632f9aaa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:559af5a310f0923dcb4ef9389c51c98604cf44642a13e8ccb46225b4ca268580_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ae056c9c8e0cdc6519ac1a9542781cd54ac2ac8881f513e965b57ce7d1e5ef2b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:deb92b50d5948bae13db37a7046d9b212dbfd3ddb1063ff8a5e5467f0cab203c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0c4f3cf84115f8c9b9bed6b2dd5d52316eb3a9e670fe6b9e28c2dbc350392e87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1142ce3f8a3c1c2a1c7dba79ac2c3b276a45fc6271ad9df9e6a5d8684c36da2a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d9f2c021c17f1416e01ba31a8823b7a87724fd96d7ec99d494981842b5d452b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f3aabf75e838b4a941f64a7a322768729059346d7578ecf5fe7ce27a71876fca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6389373ccb2fbe1b6385ea21dac1c0ca918bf9d3889ad7a738de6be5d7ec4272_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6449fee9a31acc582bb85e0031312e3ff07d1f1843a1c6c410eb79cbbec1ceb4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:751f007afae9f16527e9039aa95c2ee6efd2ee20afe3c083ba7298493d2406f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:afc11a340e28d4100c31646b705e8db302f6b0a96ad3620e07391f02a70438f1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0673d2034e7e5fb412a171939379da14e9269dad7bb53e83be7ecf8233b0b5a1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:18f0345811215feda18d2b63f679ee870e76b33e9f61042d93edcf36fe97df95_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a2d247eb696c80e02bc8c1873e8ee0fb71a1e5ad6cf5cd84bdf504f4fe17cb10_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c342b14ff399c961ce05c1af127244b950b8e9d641ce8752f9d0f880ad7a672b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3d9fbc97d13987f28ca76b3e238b540492eddef0f302c2dd958c1b0d05e10941_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:47682d4e934d597aaa1e809011a69afe93936fc629ad3dd1ed76dc7b073f7ee2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4e8d3460e04e85a3e01a578d492499376787c85f2840c97821f11213862239df_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d7b99cad55a1e1d380d30d0d4a61bc5f0cbf3a87223efada3e69bd9b0741d3b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4849bfa8a48c7e7d264fc6ea9097fa9d33da25f75776619976e3204b42026cc8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d7c3f5ce57c0aa25e13ba9484facd75c5a1dc3caaf9be4d0f273243e7ace327_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:78aef6c20ab3bf78eeb8b8a857ca2a24067d45cea0a070c44d3fcedc00d4efbe_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7f33515dbca04230d98550ab638efa87389629fc7d913c8ec42e4b5bf8a772f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0251068577a1724dc777683dd189468ed77413b396614a117dac6b4320b8f01d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8812fd85c74fd67a95afe09c2ce5e7d592eec1e25fdc6fa331a8bd41bdde0cc6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:89e0a7e0fe060abb45a6f8e6ed1906053c09f95c252ca7813175903db61fbc99_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c3674a8f28935f3140fad744b5a178a8346a9a7f79f6c281561d2877b38c4ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:13bc0d4f7d4508fafca5a3bc61b6449a056e277da131e753c06cbc1bb7781b27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:993a2a0b3f84e071560f6fc1a3ac243fa745ae9a7ab15febbe1385437dbd3ad8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:80fc518199cd3a1ad421b142661f0a85679b12b69d0afe580fe60eb6a13ddad4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f069665c66c19d9775b70a31aa7a1069bc653691f6abf106a88b2ceb8c0e1ec6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:13ef0c0585b01c56b865e029d029a553b458fd2d3d0204eb6dfba1bcaa11ac3c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:599d33b55e88212202b15f4344f7a18dee4f4504b3739d6ec99414d05bcde2b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a751f1f0540505bea087d3ea9e6ba798e89d5deb772cf8e401caeb3816a563_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4c26bc366b267d444f448a4d7bd5a0d26f84bea653c14b261a829669d888cf88_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8b67087a584a2d952a6e80572686412cc8ea01f03ec8d70b56cb8a24a0c5a3c0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ac1123e890f0aee159c9105e26e1f1ed3ba5eb3ea66b422b281c3e9465401c5c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0dac7821ce2a3a5a180f53f381d9e61484cd8c5efab3c9a7dcc70b5783421b64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6b30b39205367ec985c4a9d948e71d378b9483689c3ea179cd0f2476b9bfaa1c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:de903677bccf645889ff7968ebbc052b14273329c0765f7faa53b0ca815d6899_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f8392be7a6f5223930d53ed6d127faf727489b8f5ebbbda6b6b437c529e3c812_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:02ac68c83db9dc50cf6280a418eed9261dd2182bbf51d16fd143519e49960b17_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3746261c5d4744b13d4704c822fd62ce1f486010176fdb3bf95512c72eece73f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:85e34da00bd6d290c04d8eac32f39db59b5f50fceee9b248b2cbe27bcf0e7e5a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c343b119edf863e179df865ccde0b665b87087d78b20919aa5726d8fd240b344_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2026fc52aab5a6d7766511080699112f32ae4576108ff95b0eefc5d807a14f25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:21b5298172f4de1e0074c4abf5e4abf27e8adc02bbf7ee49bd3388f7127d4901_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:42f8af9bf66ea72846b7f7e57652725c31b01fc4a8d39ff7e7882075438c521f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9c5711087546b1ba7cefab267b8aa30b54ecde5926f009518cf0db974ff84c3d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:373c4b7507a978e3dd62e9ea629d1e397b1f1db682e11ada1bfe5a0b45afc782_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3be306649df2fa3cc9f30e60ed5d947fb0678b0231b617eafd3b1593d10feec5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5b01a896101a5189740f84cb1a83edefdb0dc00288dde725ddd0e95480f8e1c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:961dd87e559779e6338a4d3d35c96c0ce6ff7cb9634ce32d4bf848032f4a2fb7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8799db20cca7be653bae6b8ac5adc1d628094eababe740beb5dbc27e05346872_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a36c2b308515a293cbcf265af68ecebf498739e74ef11016d5c0edd3cf47c4e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b86631d6601578548af20a28d132a0503fe118f53d7596a5632ed24ec5a9931f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e867bd8b76b5bc1438a7be88a30fa7707edbb1909920a1d4d1d0da0ddbebdb40_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:313074950c6dec37d29a9722b58ddc951aaf67c27b47568039f29f02f2523128_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:43618db20e6f592602096897bc89eaf3c58490a362e91e3299e20bb2a02827d9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:705f4db2e969d23205de87db1bd7dc8eb1ade64a76940fad950fd1a214dde6e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d2d5ee5893ae16784051d9526c1feeee3c641fc3e6f337ba807744551c00ffa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6ae5cfd48e788096162bc4517f0466bf526f16c84bb61072886a64842856c5b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8004e7284c63cc32a05f6de732791416d57d62db041ede2829d4797139094292_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8137c3932f344ce587769bff04355ad405b6ff27009bf23a221ba52f3da56e1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ef15235cf21f0fbfea74089f75471b483a98c920b65676bb6199c155fb61e929_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:149cca2af3f89c7d1e105de81bbd098c66be5687f18a584b644f21d0be20f414_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:33fc93d5cd30760383da666e8effb6ed32f4c8f2668da36677e98c1801ef4f5c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f9c1ee7f72c926c45cd76c12046b867d9efd7c3c381f34afeeb9b6e97751175b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fcfbae71f81307789bec93987c4523700c191a66663ce53e4009c5e0a8627826_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:04fe8c19bee4b629ee7f18a13dc0b7f49d6a4b6e19d204de90b6b2240b0f875e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5c9662139f98817aafe153a43f700399781d079390d5ad23d3b70fd6ac5d370f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d1147830f896fd229aadd2b766fbb4c8102b35a8edd4d8bbeef4928d89cdbbfa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:dfd0cdc29bca0a2239ef203fe7b58efd97ed4e72daed6609e22b20babda395fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5a9889308bcd1c3981072c83d44206d0c3feff059e0a2029d49adcb974674c95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7a715c7e2a8f54ccee42abf122b0028ed19705f401248d8c38f785d960f1b116_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a67de487534d03cdfc180af9d235edb21c5cb71e1224bb5041fcf2b9a428732f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:b3780d23a2c384ecef73c806cb20d7f97bcd11c12b6392c781c0deb7ceb55df8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:48b5d06ac4b35c2a7bca3ba2abc39e3af1eaf4ecb19c720d9b6e46b066318414_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a6d7d7df9078e9d1cb0f12f9ceac12c96bf2cea03a9085b23c3e4af6a456b51d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b757d11e5dc51a5822d9e30e97ac142cf004fffce87ba2e58b8d62926127664a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e61ed19beaf8352dcfd4b9478335a364263cb9839f27140a634a217d87d331e5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93baf08acbc6875eb2b665a9ef3601ca34b76767cd70a172dac7237f21b6958c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a5f2c2debb51b8aa926ede417cf9fa0e4ebaac4f5bf9e770db55a25902a4a3b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:dc97d5c1aa80515080b2b4d16fb08ee4733a9347eebc8427f10b7e70582464ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cc1559af0d7be472ae46be4552fb41e81ad804d73d1444b92cae4485118c6773_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cfd5513afd8b2b5e22d5e384a7f769f9c04709d853feb2f91ef667d804cf9a7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:febf2fb95748ed0c440e6acb72c40d609ae7587b2665cfd7145c878a2a0b5783_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1728f980f3ebba7e48bc0e8cad114db1e0c06f692638764e30ab990f45c637af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:41508513986b369c2f89c64af84b3980b16bd2432130fb122d8c1346f0602894_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:650f08f62aeea4bc954e69ed88a9f2f14d3c8f733c155d113c0c58b7154fec4b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:016fc7e804acce7a8b8df0a02bec320c32f9ce6224ae67598a63992219a77516_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:081f9cfabc57aaf4d19df8b496613d8aff54ceb265634c904ec7765c810b4553_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6da3ef092cde7fbaeee01c5d6bb0ca5d52af3ed8de458ecd3001bb96262c1ab4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:035d07364444ea963d64515420fa4005adf82c44b575555a074149f67db50567_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4e09fb0bd709d53a0abc6326905cc43ee36e6e4ec5e20108efd1ffe585b1f2de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:53a5f81aefcdd57ba33c57c02941803a072ef3f1b8467baa3c53c7e073a9ea96_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:cb3d2ccb57987217c75079a9c10f230f6a7de9ba3b0fbd87d8d3d5c71f8c94b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3472a8147e06452751999ae2d041063907f275ecf429dcdcfdce88c8a19a17da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:61155741778188324e0616274f067ec36723d0fb81d84e9715f72ffecfbc92ca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:adfe8cb84a5f0a241fe69ec532b7092a10cc274cc3aac2b86f33ac8e725ab2d8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e704c70226ec4986c16166ba1ca54b908d1b6d9ddd47640bd5ab6d292f977508_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1d63a1d7ba183c49c69a6ffe5a4584de5282029b0b2c2f3484b4f4431e2ce954_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:441db8762a583090cf4325377b0ee75838452a601732bccf4dbc57f26f6a1a90_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c5c52612378ce1f2577314e5723642237c9a361506c448ca80d2a0b56666a1f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3b9843a117d6a6ae28222951e1a556d3888ceab2ff75a082a06343c8030a5ed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:236fa2dfd935db687e786cf827d88210c2f586d2d1a93e610861995908bf2587_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:647704923828c83c6ed3810e3c4d7456fcbe378516dabfac30f203a3bd3634b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7638d755fde7fe6d3c004a6f0f7c761a9fdb75a3541f19a792c3cf8e8bf473d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d2eaa5b8ad9464732265b84128b5280d725feabb2d4b4cef0178a317add66c39_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b659f5c6da6f73bcf8b2850f0172358816bd68fca721b65a9a70569a94bc90d7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cc867d49602a6ada5de7a783136b6463c4d9adee9877ae1966c016a08ee8e87a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:6fa614240bbc1932f65f8cc9215d2baccc05dd1cd5586fd308c44d8a94447a45_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e85e957fc16a36b5964613a99fec1e7299db9bc63edd86ef965d879a081b64bc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:14b02010250fe10ca57b2dfe1046641aeac31f92e5691c067b3990383967f0a6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b6b13d29b1cb9c9bcf97f2daa289669bbd9ea501430e51652bca3d50f787f23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a8ab293c4f3c6bc251bc91466b7586e5499b6e198cff46e50f6a65d97df60f7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c5d781c35cda14ab70d4a5bde3bf72df0a3956f5cb159645e5337095bb71c5ca_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fadba956181755cedd19d3d5b5ee3da0222daa1dc609b629c900a0052a4cbd8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:2719589f19df23634ec3f6b578f3fd2e827440675b72a69b89c9d78b1310f98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e1fe563643282c027ea829274a1945458cdc5d079bf2a2b7b0a9982a5cc3720e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:28d64f60c216f77e3e006012a403671463b9dd90095e19ff2dd027def6abb511_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6d681aac67e08e2ecca32415dddeb47df6191a99f7a8d7bc3bf1697c6a26c1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0d31a90914ea716508caf180e30fb682cdd8066da7a0a31752be9d86ec9c777c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3ef5a3798abfd3d9ec1b6ebabf3ceb32fa4057072b2670793ca119f556c0897f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e2c62e4b87e0536d15ed8b4f2905930a750f770d5c6d0168de6291d92c51f9a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ef5f4d7e3c872acbc4ee48bc91b5835dfef66a698287a95836344c1587ccca69_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f5f049eb01192eaca548f3585845ed6a530934d2eaeb422fc78b657cabb1f57_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:740b0d9392c76e433ebb7762e57f156a0e2ea1db37ddaed2c5b8044ca092a357_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:da9ebcef147e8d9e84848454fe2b8e259bb549bf0de88ee960fb48f6c8051060_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e8f942ece24d15ce0c4a31f731f2060b6e3874a2f486b2dd255c773fb1a55f46_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1b4fa4d6ee3081f39e54b4f910100d210da682dbb0f308f08107ac44e7338d3b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:571a51e1eca0f31f273be8cff7ff115bdf192e14f5d510705ab7ed423fd5d9e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6dc96b2e8156e7e42f758cc28302a2e94e8b3888970d03a780b1732375e728fe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b91654b9aaa85e13d262d21b949b1a96b386f202524c2e8d52ecb66c279eca8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a677804e422590551f82a17e61f64bc03d5a8a42a695e7ae8d9de5dc086924d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:fb7f225a9221506e6295f7efdcf44adc33e5b971c470b5835b0ca3c42ee1942c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:107c9dcda9632516721c41af941362ccc316d25661bfb13a7c4dcfc2ea4e1c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e75d33740c576321707835258793fe2fd257682099348a2a067806e764e1560d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3ed82adddc3da003bdb272e2a5df0317abe41512179cba925f65fb5d8f7c2eb3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c16e4af4e9a79ac2f1fa632b20e98befa9aa2953ef241af186edd226e39150e3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7b6c16881c71569dbada90e320379c2159ead0b0ed2fa2113e065b361bdf2413_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9533dc6817f01e377ea2ff7e3aa4447d20ab5d016d9145b97e0cb9e758c9a8ff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1285e63d6cefc0454a400b20a6e404537a8d57e5fb9b5d7ff1a75b61555622fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2ea17afe64ff273c9208892a59773c1dca248367c849e805dc78cda228aba29f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5f33ae81c766b0b7d9c8411dc4f6a0adf760221ed0493a99f1bea5dddb5de41b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9de0bd8cb41c5324718c8d8f275c612c0bfd13b322225455a1142dc76bff0a01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:2fee175122b1e3f74cd8976af1515c869d096da0bc4f5e9024b31a64cf88896a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9ca16ca048f3de4a5d9e6b6a38b55bf0b4a994bf7f7ccbda8c50c02bfd59c871_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c42a4deb157c31f6fb871bceb8c4401f44ffb490404591ae36110511f933f72e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f6d5c31b12c8a1a1e8316f258ccd254bf6bb8e49ae8a175eefcdf0bfc5c6047c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:204e84b23aa1edaf66f10a49432115ecb4c3e8fa34472a909e1c9a7a0c3f3947_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:37f226136e439a1b37fab44e06ff30eb22b1ba8f12eca9e85f59936c3d58acd1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3e385fec20235fd68320dd564c68770d91c5c08a864e3de41f3800937d730334_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:878a0a7473a69442dffd7c19132d74b29ecf765e3499d29f8da7b1de2ff6f439_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2b51546e56d1893aaa1b68c4e6ebb5479614d0402e840c8c850702ffb198036b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3aac893d87e5c39ae1672eb5ad48a0b9d02b49888fab57f8662e6dbb3897b660_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c5bddc80f0ba0e391b336de8ead2442d0dff227fdb8aef1874bc3db3101f7048_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:dca0c7b1c7ec76232b3d5ddd15c8716e04a8384f0a816217dec544d667ad2e69_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2551dc2ab6fddb6edfefc185f7b6d73ea366ddaae4e2f79d554f0afb79aa54bf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3cc6eb31325b1f9c9a2163c570ae1c3d4da7e7dcb0d761a0fa775b66fda9dcf5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:569965f29f668f02a342c0c7b4804bdc92354610e9368ba42a3ea5cc3172f532_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c4b2b0855c4ba25e150de01e54f0a84bb4c6c220b348945742bc0c18cc6d7dbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:01b6587f8b9ee398d34ed3330bf0bdbf2dd01c2fe475ed4d44c547401d1dbd5a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0fb7ce17c762a70aa16ca9f7f35e41d85997bb2bb22b81986321d29634ce9b3e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:60c4fd0dcbc1ed92bee7dedce7879893a23c9e4a6181e5e6d6a8f04880f377eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8925d5826cca515b7f7c05558406b3688a14963ddefa80f5b44500fe12dfb1dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:3d914112ad75b59b03d5653cea40a25d92af415ef52dd10aa7394465e6bab92b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:f8d52c53ca49b3f9847d2e568779801321307e329f802aa9456cd0dab7625232_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d29e5c26f37fc8212f2ff15cdac470982494be155f85e3c310b0c958b943f7f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:fc7a6712a6fe86a47b5a745e06a0c6d164779eb198f284fd0996847b025e53c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:32bf2e7aad1dd9ff5100500c294e343af0dae3d392eed27a1c0305198734261f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:54b4afd46c87b2cc839aa7d8b8ae232aaffe0f39846a6edf9d0d3228adbd7a29_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba41cc4ad0ea8dc731838e00dae166209a3e06d104e5cf11491639f82290eca6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a9395f57a9adc721c6e43e578957e21c8b9f18defbecdf91dc49d11044aeeeef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ba077da5ec7f147b51f0ee4432082aed3b7a3a541729913bc2ed821688723e99_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb48a38cb5d06b67ecfb4777c44d44f3e32a996397450e30f40e7ec3e340a56a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:deb40607f193ff4e36c684ce74167e67a7e96187f1a44a1f0f20f36572005843_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7dc856fddd561c1d29112b0b8d4dc39dc7503974a9ff563612e6998bdba4b71e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a3e01913986169c592bb770fc49e3875d46031b5788f983ddcd52938f9ef7a49_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c3481c6f76c644c017392c092dcbbb25a288acd14a9f01e20afd0d2d35e16d32_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cc440be9f6b3c5e22186b6d53a428a8220201ddaa79be39e19cc31a8fbd7b221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:12d7ec468f9634a53d053f3af7957c5162d92595fc3385b26b08acb22b7935c1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:49f08b645fc28af342483d9efaf2f607c9c2a6b491b477cdcf2985c44aa3e894_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d32cde1eedbd0c110bc10836025cee78421ec16d2924d30f5e6265591a9ec716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:df885dc6da20faf1903dbdac693889d9882722e8b67bebe35f624c11e4616262_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:16c8b8c6aee6f6a06367ca5bfe2be8fb85a05c3f18a819683f49d1a8c73941ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:376659c608333e76b0b48fcdc69ff17643284fd22fdef6c6998f07be54c1cf91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7359a62beac2d501d629e6768f1767861fdedc0d05f53a4424a2abdb3dbb6a8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c71d05c245bf1a4955f46c785d7264985e1f904de2a19972f7ce6209a3be0e4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:06ab376096238d4e04c9ab713d83d3cab5db769b5af1fd1c57ef2ceceec6ef61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2c80889bfaff670acbf859db3624951cda96d4ee8cb1560806ca4215e8c6c04b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:627c6b73224c3e37181a19cb598ef9a425cddc1d17d97b6c23388ec1345f6a88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d5d338daef4ae436780be192907d28a26785021d97865d8a95db9065734061f0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8e59a286a05743844dd1333770197161698788e0db4faf8e00cac6b2fb9a638e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9029d8ef1e4455dbc1910078afea1141f92a5c4d2c298ce1d9e4319209b55246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:da4ff38c7a1fd5adddbc0b0d3defbbd580197680b22648e2ab803c90c4a8c9f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f6c44d76a715e0ca38fa5e2becad93a2bf3a41fd8f181846e7aba81b0c579691_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:167937ed04f625a9cd2d0b8ed6048a5cb7b6d435bc2d41775d7db4dcdb5fae95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:176feea3131aada18df5da44af30a127f4dff392ce8ef57f7e0844969ec95923_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:17afd4ebbc2a5233681d4cc1774fcd70dc932bc10006235b11de8dcce826c2ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d3a98e507691edec50373d79ce9df48a71cb6a19a75c9276d0c5905d4f204b39_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1b6c3977b4835b0cd5399523dd437c230b992b77a0e7352b095d008be96fcdab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:54d79643f3a191710d1362d665b5c838130f3e51aecf1e27a2cdf66e98a3cb8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b8692d27a4799d20ce1a8374ba99f55732bb7db56cdf8f5b038424a086db614_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d196f02212da5e80ac5a73931316d38e9def9aeecdadeaf07aec685e661f9f98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:11c2a1966b0632e85caebc4555e3e2f726277175b27a63a5e854557499e0c28e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7e649963b5c1e2a7e8813569368eaf0ded5e544799d561622d469b03b9d93937_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a23fa7969c6a881648ba03ed1a13692c5db21b79f0608d841291ea9118548ed7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:af57ee131bc09ce55ecb3ae13ed7dc3ce9607a7438f0ac5a6e64bbfa000546db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:3a7644c1ac089cabd142fc1743b47302eae8528b13d1b038298f2f57cf746326_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4b5ee426703ecb55bf537731c39c69ab7f86316544cfc472ee77fbef7e5680a8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4cb60d36cc3b34b4b1496b74b9b2e68ff152a71d7f957b356311ea811bf05573_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f3f64bd2f70faa654f7134d803efdc032df63fd4ef07c97abd38fc41e625b48d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1b75d96a4cdcc3a37848c5edfe598cb1d99bb3b0707db5e3f62478320eb90f9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:876fd001172d5151ef99c02826f834ee4db4623b00699a8fb30d6a456a7a8687_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ba8fddfcfe0004287ce58db40c1092f2090b3bbb0810c277066aa2d97799f8b9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:bd9982e951fdc7259571b6d5983ea2cc44402cbea411ae9a6b135692bf5939b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a7a8d4d8adfd98d3a6e3d37644b33966f2c34ff1e553fbb5140ab9a15563e821_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b26a5a47cde227edb5e7f6e51247a6cd91e13484f6b5f7dc19b62f83b7478361_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ccdd76d6734e3a3cfaa1e432c1508c097478e842fd436672e57ef2563d817e4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:fee8f3b24b431ac2a5d4fa3d96c90c5e1aa68c08ee8ae9963fee457c98795197_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0e559f5e780f3849e73d7246176059360631d8c4a7db1700f6ba1b6a9e6ae089_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1a376560672f81b7596417591491e71d065e90672ff6ef5d37ed0785e9baab16_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:350a0360dfdc31eccadb0e8b9397d5a3436bb509999034b60e611428eb006cc4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f8b68ae48350a5aa9bdf47a36efbf661190d497ab5a139027a2bf4579d21e095_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5fbe979b3d448e36fac9615ccd96f8583b0d587d46f6b1b3749e85938cb2e510_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8d45dfe709ac701d6eb800b081947d39a855f65c756f31ae47b75be9fec0c260_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ea4fa6caaa81f207f2372c6179c3698e225658387549ba567c232170cacf8570_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8fb972b411085b4551e10adbd419e3cb89754ee5300222cc4fce27cc349513f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:066d438bdfa1626aaa7a0ee5d2e3222724f2f0cf5bc9a189b67fd5358a0a48c0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:747c142608d6f43952d315d7858f57edbd2d9de2d255938dde311ea580a329af_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b2ee2d0e9906ef1581677bd239073c09f93e5b720501e9001926dfe7db34839e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:bf0b42c5e7e51129966a4744bb253b7c336bb88b1f1a562e481f7eeff5428136_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:3e9309d53caaafc9b145f6b7fbbb8879c9f018ef226afe101f6dc7ab02b67856_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:3a558e248efdf5d3111b7d61e8bd471682e7038bd34c4490f8ba69b91b44f36d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1b0981e2ee13869663087d6504e0c0af6f2c56d2ebf81d72b4b7c751bbf6e500_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8073e0be1f7f7523880b30946f1b6868274c070acb97d9da2f5c486db99ea18d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8980be22bddace1adb383fc356975fbf0af9ac8a20bdc95b3303a80fbe296f3d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f4293de50825a003a825306a45612531dafce45b72a91cf4dd455d596a0c60ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5bc26795163f03947b3f42a5c8cc52b7fd6eb713a0fa5a1558bfe834c21edc0c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:7f29c85842a34554f06db311ef67ec08d1d947d32b4363d1153d92c8d13c3214_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:92857eb171128909119700c431920f543cbfc89cd06aa98db816a2fcaab321da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e931e3fe478f8f905855b4516e1ed9b33a161536c447025cd14dd68778c40fa0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:338034a3ce7dff3efafd00fa35b858c23c2ab284f743df414c6cdae455f8801a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f12584b95171f442bb3661c908ee43de70d0400c6273eb4e93325a5f3f167b54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f37f6568957ab825b08c2ce8fc6b32ad18f5b7bee50b24b1804e70cdb144e5f4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f949249e3847338ce4ae9b94b0d191edd3f316d471f0a9047f97e41e41b7554c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:407286c96b6e9d0ee4e8abec2b06a5dad70fc69820a00deae47cbf3fcdc65a40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:52294a05713b24485ce6d7d1b867081da2f01dc008b9cd052bf8c4c37839f581_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6693dff44dcfb7e6fe67f5373bb73d84cf401d20640c959375f20a24d31aa697_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f65918214ce906cb5af9a59ece43a36870989c579ac1660a2a58f9536a79d9f9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2ec7076ed08f4ce7a61f95083155b5315acb6004ea4245c70be2763eb0ce9f4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5a539e39b3aaf61d63f391b6960cdc5746cbb4b0fc07b85a98969f5c9cbcca4e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:93505b057575ff9292e2e96903238708b940a23953a79cf8742c880f1fbc743a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:be43f0ee18b6d56d81a09871c4a30dc2245ba60cf17ff0f1aad10e117f40aac8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3923e99d803b6dd5bfd2fc957101bef6dd86ba8f6de9e59a849e4c7a02d57e0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8253bfec4409c9a02be72d7e8d87fe5f4f81c1bc58a294f02dd570debc4f1128_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:851fd20edf32778383c81e3c5b935ec5607a05f8fc569f64e31875b8bbe81d6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d06d41126ced4841fae74d0437b18e9f1699d285158fb8725a8768a6e9065b79_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4375e44dccb08eb4ecf461f4e8e7e97d617ab5b1c968beb481d5795e6bbf0229_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:75140fa657674afc46d698aea19115a9f60c7765ffff6a0c4ae5ac166c725597_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c1a31ef64ecdd90020d72f323a242b551a6a4a85a4dae309e19f5d8f12d77b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c3b1ed110f6b17263484b7fde65642eb349162b206c0b9a2f463bf5eb13273c3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1369aaf62d9d273eef766c42f7015d56152f6b8effc50dc06d75b1bab38a20a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:47402101d62f418c0f6b8e3c6e2367a8c84f5151a0204f326bf1fdbe983c603d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b519e10d4cb8fd9ad126a36fb864d2f29f7df218ffa1b3b5f222e0befafbe360_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d70f848ab6450690b8329ae367ff2e5a3a5b295c073028dff7cf810104c5be5f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8f8c882873232fd9a00adc69e199f1b4acacffcdbc282280ebb61dfb1e61b875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9fe79073bdf1745b388fe52bee661394f96ba5c0af585ed8ab4a61724e324777_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b2b91287350dfb474763ca5d332c4765af0c1ff2d7be722e23ea93970add2687_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:bb5f4abfd26a9446eb2f4cb1355bda840ed1006a6233373434378abaf0e617b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:07ff9687205eee39d9ca211c0bb0c6b1618848e9e74bfbbe793aca67de73fa88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0ba94d11051416a116cdf516dab74d530a584fe7c4bb1e8d3deb3bde2214e459_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0fe87955631062bc7ce78891b9eb056f899308f8cb8101b3a44f889c1f0c0654_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:786de5dd308c9fa6643aabecea0bc666a9ede6fd2a5ce1cb0d511eac2a19596a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:719989a197c3bb8b8af09e95af49125cd28014fa74c7969f3f3b939223a6743b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:743119e024a9aacd8bd4bf45ab9c14e684ddbe2307d8f965e972ace243f128b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:76c523fa10e222690941abc8c5564efee1ec4d309a7d023480b6000a545d655d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a13cc82f7b2053435d5268416686ae2ba89e37b6561e49c7ac395cf3359ca2b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:98aa0e651302bb73569a0578e6c11a1691eafb5b0aa28dadd714a7b44b498f8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:9fdce4b5198ae740daa858432221625391f7283bad587e1ebc1220e7b0b4fa28_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b072bc3bdd61164b8076f2799e705ed8e34281b2cdf24d9cf08deb8e697de2a3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:fef5253a6623c30368e9e7e271501adcd9432b96473cf8278a7b81140d287de0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4eecd436b35c9b25eca6975ca9e938c2256fcfeead67e1ff4159d7e36122122c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7e11ca9795aea60b3f0853ffef0fdbf922f4863edd96c50fa85110f36bccced2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c95f8bcd0835611bb90983e96e3b780ccb65bd2bdc7f7554432ea971eac8095b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e497c1834c97590a0c388b58dc823cdff79ab6befd5f2a9bf494b3acc3181eb6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3a7af87b46058334b97531a4b1b5cd5be47e2ade8d74497429529bf0a489b275_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:97313aa4f1c1c9aa51c77a153d0f0eb35cab9711b7f1465b82a636ea44e849ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:ba0927ffd76ad6689b808e734038678c91854ca3d0630613094824549f8a150d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cd8feb684b9c70a4ffd7077e19812273f333174a70f7c2b63d57d140d8002382_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0c8bfd6ea4d0729e0ffffac9811b5db2ecf5c40e68ef048ab104f161d2689b74_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4dc7e3242cdcd1d3c1ea5930da7d4e027383149373cb6af0551ed2572eaea0b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b78827903e5c338d67a4ea2ba10ee67e16482ff00968ba99c27af2b6d50ce202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c9315d23ab26f6f40e05a5fb1f9f2dbce075244a035b1f16003d1108a7ba36d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:270b5e756fca54f2dc05f04b6f7b43f7f188153811decbc0b49eb215b11c2372_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5331e8ebfc48f4d2322226b8986dd178f133a52edcfc0a192e89f1785c8d568f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6cfd8c3da57c17ae1c430f2881c66eb0b1c456bbce4a9ada2491b2c873dba985_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa346af0288b5886b5f095d1fa0ceb7715d4333db919ff9d61078f369642cc29_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3403720059bdecff83f784e2fde54d2bebe09223ac6cf99ce2b4c840b9cd4a98_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3f8cb2cffaf6320f14ae09f7e44c965681b395370a156253790764ec9d2a2aca_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a02dde1d0b4f4fbbc4e6f0afd24da1595672f3f290345a4f6e98e11d89854a17_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c4e8ac4fea3c281effed3996a378c2e952a3d3704e47863b2ae6b266d2280920_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:46a0b302273acaf2582d377271b910d9d31ff98744cd8f290583a7bd5579761e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:af0442c88d2b9b93a187010065424798d89aad1d695ba438c815d04d7fcbef04_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:bc7b78f67fa189ba63da9891a1b05694d676a3ed2fa318336fa0850d63815250_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ffe4e64ee1b721aeefd8f1ceee11d225dd69319385e3e70f0bb52f4f40660a45_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:29d5a91b39dc6e72677bdfab50f56860c53e67dab139b464dd571fef9780dc6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5e6d4e29635ea0b075e402931daf8c384d07ec8660223babfd0df9d572ea6912_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:82555977089a1586dc24154b46be6499607a9d15110e5b48d9a549ee73f3843c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f32c4a07d2b7a14c39db1e5e5752960e46bcda700b292336480c95f359adf0d7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:86b3e656caf1c93ba2bbea00514a17b9d06cb7a6fd5c6746d80ce35f45aa5907_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ba5c8896242125c24e3a7e5698770293a601e9e7f8508465d7b45920cc9ce240_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7de62e540922f1de5f492527d07a8e8f4265d24b577cf2f93415209ccad63912_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bd71e582ef755da7bfeede697b5c2ab29ab9fcea6bfeb14cc8ca168fce5c7bd1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a1e6a736546b54bb2797d85d51b8f2b213fe2f6be6b26bad5b549df9dabf2d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:efc7fb9608c2be8c3c65aff302f923241bf8d008bc71c2fbba0d82ffad2b4f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:aa63c460867d565b44b2a8e919ba9a0e7fd6717f71588cc5a7e2ad268fe13181_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fe1f1b5d6da2e5ac66c689da49a4c76916533f30ab456c9961a225a5e26cb6ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:36fdb2cdf796941fc6638036b3a31048ba0209174c7a62424fb410ae14b1f81c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:65a0b94e9f663f3d73a9696a622ad46c73a5fc793f9dc46ee07fee8ba3bbb443_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8afe2a0c6b1b200201f21b148caaa682bce77cb3b1027f61d4c873e5babb1b30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9f7c3543e4b1a095399d1219c50f1f5081440ae1605154324d57ba9201aa4fe9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2c0897a842cd7b16b64888568ca65c2a6e473c24b2ba9bc5067d6f1f237885d6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:432c94d7d5d46ad66348775fa0e1a6c2c142469e8a770db5528a1aa25664c389_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c86c7188163be31c7ab04017bc46ae88707437f804ddf2b5bd5a73ae34f64312_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3f836bb9effeca4dd6a230a4241282d33ed454ebabd84829c41e58db5f24f47_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4632ef8ca0af5a8115f3d9490c2ad9e2e44361f4d0671fa8a3a1006254b173ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a7d2d10f5326e2d71551289740eba86d6dd2f12526dc684b1494bdd4228fd8e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ba876751849dd525a26e70996e7e02092c473bdf386ec4663a54ecf61c4f0d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e842cdc56ee7728aa71a7f95eda9777ba229aaf959594e73d998fbb30b7f76b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:90331abb869c0c04ca7bb59681cbd957ff54eb0e0265e16368f9fd6ab6937acc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a02580814c02bec4c1c9b79c4b5a48a5a59caafa60a573f9f99a4a1ca07c6f71_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c197de59c38c060dc8aa099a027922853e4b9dc7e5589ac55c8841dbd44b1367_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ec7a4bcebcc80cbda32227224f64e67cdbc98d3fab95466b55c89755421ea4d2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:223df196f0cc747e52ffae9f3dd03fab2da3c72d5e3b189e3035d4264a08c6c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:29f3154c0b972730ae9a54bc496bcdf62e9ed348b73d98ca958a265717ccc2a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5e12029e90adf045a4377f4be2be75c879e57aca7aceffa2aef08aa262ae0f42_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e150a242bffd4437f92000417cad89969fd547b5da514f8586802b99a668bab2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:17752e2fbddeff8e6f43bd354d91f248b4e69d88e80b29b75508fb03b82d92bc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b1703420b5a67a12f055518b6a23c1d8259dc8a064a1447196f642dd23363806_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b93a134a81af485a0f07dcd6a71c816ed517178826539d0f53b6c45dce87096d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d266a3bfe528e76a8c6ef1700a2016080d084cf6fad2e70efe5ba52ff0dbbc51_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:8c90e9864b3ff53d398f2451254dd3707868b36c6032d8d139cc3ef2cbd9084e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ae6ebf086515376ed35bb432a7f567f7bbb44b8d1b86773fd86daa387c5fb933_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0a0cbb021e13ce9d693eacc4982ece2e8ba4697f5d5571b8d0671d71824fd07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5271f6452a89fe7907b16f486439f54f0dbcc3d075a70ef446ee4cc62211b1b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0abb949ce9461e5718c1988f57791c7537eb1b3d2184f4b4268fe087e39726d1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1267ac849f67c33155b54409011cd3f0eaa27d5f211703875cfd383d1170ef9e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5082f39df1f143f23f0e587dec5cdb3e3b033ab446a57e7e808c88e6211a1a67_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8fa27bdf891edfb80585e470f09c9d6fa369aa727a3698b936b4818a4b46448f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:017bed02593deb2e9cdfe0f268916e5d1c8cb7a4f1362c6eb3c94050896d7276_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:027baac40981f53c9ec53f5a4241a657929d6289e42a0e5deef617c182b7580e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4bd5b70373a257b1fce20135ff4a4b3e6962eee541c67a0e29ba9a2523d4d4a2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c0b3ed1332b228290882bbff6a1ad6866f5ab2a4586b261949832cdc3bee5797_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:047c270f56b685d5a4e67afe43d2f1ff47829a259be6ff93bfec4864233d4497_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:50a6482667d53de3d7aa2bff6df05ca21e4e9773996afa8b8038721e231deaae_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:653dbef43ed7f531ebf64c9314756be42738f1635a64097c53210ed0b6b0de88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c4d2741561038e0080204335efc6eee5b6ffd8878553b240dd433fea701e6bab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:3de609d984e39497dfe119bb8e0ac2d6d823dd894a5c866e5ec87de5b5711e60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e3a8b252aadb5b32f42009803b56dbeae49a3ddbe9d00aa27569af4747fa403_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ccf49e256cd9c3bb428badab464a17aee485ee1516896f1ade10da11085e843c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e77ce95a84b01b09c5d1e6dbdea8970543aa3a60f9292300beb078d1288bb801_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2ab5fcf7003f4ba3de7656a284b11d6ee05bb02cd0f3532671a8c368f7b15178_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:44241e57d9067223cdd1585db9d699db113931b7a273d207516f60c498570677_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6aaa55450d567e2fa992650c456cdaf5529c5d96fc9984f7e1a4aa9ed6294bf3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f2fa21e8a0e88b25e9037a9c2db4b157ca6fef8b765b36da7dda71bf5a4c4478_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:10bfb59c904103177754f0336f7b7bab676d240480a8213ec42a778bca3f277e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7aa4fdd78ceafdc887a91224614657e86c1e12b72fde68dea4ee5c6e9b610cb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:e4a365a0516b0c8ef2d1259ec4bdb7f76aa9dc0d3c3cfd5d5b3d34341d349772_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:a06af7a856d5f2416777c1bb1d271c189576e273450b25c6dc5937cd16b8bf8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:28b8390dae142ea16bb05f6bd95f19b6ab38dd67c341168337ca07fe4f45fe87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:be6a9bcb97824c91f393af5aac5a146d819ed9893f5a074e146afe18f3a50dc9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e6392d583f97f0932dc01be55534fbb6dd3014f84b745e8bf7583b96ad7a7761_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f30d93c0f244f5ba21807dca912d18d4facf47ceaf43da7efa41b14ee816b71b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0848bdb082bc8dae6bdaa956d2ae36fdeaaac89024822f4bcdffb51da1165fed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9f9603a2dd344770da433fe8dd50a104d69e80ad463f9cba71b3aabefc4fee61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ab417553778971822422c6eef94aeb437209fcf88e78188b701d4b2243ac5be7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b9bb7615df3eadf64501f35dcefa829934f330892801cbb86e9f70f5dde236ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6bb4c6c64852f2b7ee590a0a60db256d8dd549a4b141fe71d311bf30d0ed88ae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:837cd26d96a814814145cd0aa0cca672769283c499eec36c457ae432b99a7466_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:956ad866d891e1340f630b9cad6ec73d1fc60d4061d4c63946ed714900388a3b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:9c91591eddbc058f05d052e3178102b28ebd25c2c9cb796fffd5047f5d413d12_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: golang.org/x/crypto/ssh: Denial of Service via crafted public key with excessive parameters"
},
{
"cve": "CVE-2026-43003",
"cwe": {
"id": "CWE-78",
"name": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)"
},
"discovery_date": "2026-05-01T09:00:58.874518+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:0c95fbbcfd5c54e6b2934a8efb4f8523d1536ec1deef78249f4daebaa9d327d6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1b84b2a1cecab16e75947d29572008547922714207272a5dad8169d1ca5beab5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:466597e63e82ac365414c803f5ecb8f06a72374885eedc5daf9532aad16ac148_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:de9cac5c7ebcf3d43cad87758dd2eb0f4d6480f59bfb4112c224a4497aad9ba7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4ae516b98be8fbdb9b783345fe680c1d6ef57b5dc06b2ec3bbd20bfdb7c9b2c4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8f242ba3e0b9c57ecbd85f0d4c1bd67306357c92b53968a42419736c3dbe04d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b717614ee549be99c17ceef3d755c66abc983e821e04808df347962858e0da81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bd0f90ccaaaa74683b9bb17db0651dfbdfdf8f49adf0ecbaf8e83756d270b590_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:040115466e4f525e9f2386d6f8838c51f8e1638eb06cd64f071d4ae027a8fb9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:1a677b9d28655390d007acaa656997b12a32e9093c1c228778ef96cc6f4ca875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:39c68aae39089d044ce992b949d4e9961105711501daf3d4f0ba7e9981920729_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e814640d65f77818c180a706940337f8ddec8ebe4cf22c51a58a8b69e0f4099_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2831d7dc9f3cad92219addd21b93959900ee2f71e2d988fffe913a6f88dc7e1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:50f602354dcb223759d781cb057b4081a424d6a509178b10674358cc8dba41e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6925001d8a798896438ef1388f54bc29825c37d41f2f09a59e3f8bf60b2ec6af_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e01a83cb76fca294a011e022ed86f1da8cde36928096422a440bce8e42fbc8b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:757ad9e0c37b861340a7b2269b068d5b0c6355322eb5f5898a856fd9c4495b16_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7f68ff8059ae68d15041b8f38ad5ee5278289e1370d276cf7e78fc7e9fc3bb10_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:816787cc8c95a4a2df1416f09af6228559333e1bb1421ede0c9e2093444260e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f9bb9a184319c9fef278d3c6705f56cfc592c844f5c458bd20bcdc07c4230982_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:198f39ed50bbd835f4789057f9d7fd8de0962f1641a7f453dd90d68b5b2a4e7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:633ce875ee7bb08d9bf00cf79738e3e63cd6bf4de2d40fa6860142a301c0968c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e169d65b86f23d6424af5e7cf9e1d0ced58382128092821676196c0a05f91da6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ec2586358c34d0130b00a3714b50c8b7bc33ce915aef6aa79eb214d38202f37e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:13e81e4c25d8c789ca15eb4e84f3fc531a50b4dc0d95fa3573e002e3b54cad61_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:17637f8455e0e17bb3dca34545a26e881cff3e1444af45b9f45c3e282a252bb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d2dde1514fcf3308d1469a0af6727835121c4d6a1a1775a675a7ffabba8e3bed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d6376055835ac40728181d6f354398a0e60ca131d2fd8f41471ed87e974ea4cb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6f86d997faaf61c874def5a78cded319a188c1babbc4dfefb91a29f7e0d7f0fb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:73bceed99ad1b0bc99e66ab8361037e4046c5212645490161572fe6f34de98b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:babd6b0e928bb674289f34787d3aa536bdc4c24a877a5ac9311f21f0cc9e6224_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d00a12f6c4e75a2c93bdd135eeb742f42868b0186d9d03f318c885407a17e439_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:0932891a63e5ec5a076c7848d5746e29d972f3a96058914bee8fffa4921fed38_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:472e977d39473b92992f53c0225de477318b31be8656c37bc35193789ab7a456_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:71021ecd15d688aefa6db79f817c11a751b51f6ea9f2e48781bdc49c6de98088_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:9563eb7617a4d3a9c22fefaf03a4ede698fea2621a68ad231cd9e65930043a56_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:1fbf3bf4990353e799dc271bb4a0c58b385feb2ee60207636a3f76544b4f5ae4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:7815e9dc63477803e7e8bb8a01ea83043b5503ba529f64db3c76ad1c4cf2f0b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ab22d93f277f9bb65fcb5fd9c448b72f82384b9be43b8ab525d2836832044eb2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dee02e09373732db94bc442ddcb2eb4d13095a04e35c674387d3df8ba23d67d5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1a046b24339587101462756592c87ae4a8f699fc2977a703e6d031e2022a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1db6c409fede3e9ec09788fdf286fdb0634de6b6e727ec010332f7cf2e462_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:bd6be5cf4063439e92a1264ce3af0ea6528b9c27dd4b26f043a80aa8616575fc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c955c4b9dce1b25c73453079a21d84c5a2e5d0b53cf6e351f9b1855f08db3fb9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:221943f7b65573c2942d88354261f93a01950be1d1a86fa853544cc4c283c027_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2488ca8b2a8f658f3deaf9a70b12f7aca159490b5e0861d746ca8ee5d2010041_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a3435c546844b61f456789fd315495d6bcdc2560756e9fdfc4b896cdf70d75c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:be2e4dd58b8ed72278bb2c014317e69185e2b19dce37beea7fec3798abcb35f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4da2632fea643a834aac3fd63bc51fc6b0d768b869ac450e6779c9f36429a9fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:56ab8a9553f0c0202a47d858e234f2672098514dd647502405cac1f28d14196a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:abe530f4e865add435da2afd379a3a11a4d75c257c2468a09bc78f10256e0be9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:fe1397131aa0d447366fd627b12582ed647551ad3af13375f8c281ab73745f0a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0857a5a2cfb5c277bc2d2545fb19693f23285ccf6b75144da8fcd7225e1df1c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:43b36fb1f7ad271530f5ee9040cac4651a684e0e08de2ed90a2939b736b565ed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:7f86439496ba6573ee1d61b5f4d414dfbbf65a95526cdff54e45229f01785517_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8094138e4ed2267cc278a83a1586922c957142c9e5fcaec62db531c83b79566d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:309b1dd27ce0c7dc332c7141e576642db4aee6076ce50ccc2930e824f02ead2f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:35322e4580b0fec862223f76e0bd3c95ad0af31f3d4cdfd6423d3ec47d6e25c8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:699bc772c8a648f8be7d6a5c32d786d8f6484e584d918d68ef8a32cb1499663f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:779afd8e0fa21d022d7e75e7ba8da00cc7604db1adfbbea879bfb1d0f8c9c831_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:49e98d0193f7d7b4347043f0655d350a7a0c0d8c8b850d95abb57acd13dd8ac8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63e308cebeea85127f584610f59cdc9b228f01b9acb227f2f6eba7fcdc29b1fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:71f9b47dbd3985738259a6bc9a5bbdb240fd21284a194b47bb78538f8e870cac_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:9181583c88b3be23253c76e277f140c0a1532c1bff7d62cd0da1e14beba1aab4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:0f96581804dbadea29d9ef9a2a952753f5fdf295670ea0297622214e2a9b7d0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ae4714025025642ff5d9e250a4715b01d933487fa8bf4eaf82629ebd6d4c8702_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:cdb096f05b664fb542bb6eac3cce52c53da2e4bb636189bb53f737d3075615da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eb9908581f71dbe01d8553e494ef022417196408e9fdbd32f08fe1f5b9c9572c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:08725f7a384b4e72a173141cb35fb67293385ed72d973fc4d497f3c0f0dc626b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a322e3fc620e914088fb5669f1459a47140abdf027bd011d6ff4e5b3e6b909b9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b950e80fe164f86ddf624c80210308a634929ab8eb493496ef86bff1c5248fce_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bfc663a0ca81dedf849e89b91feb3fe0af97932fe8a8fc711d7ab85b6cbdcc84_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:13257447171d38e6e99c66faa476de6ff6ab934c285a0d1bf71fe94dbe583462_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:23fa493f397748092cd71c41b9d83d19fad6a5433b692bc644e30af790cf60da_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:28b1c9ee4102140998781ebef22f269316d8c2be2254c10b4d7151dffb0d37be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:be2175c2c6c9d882e44cf10aa85f1219573952473e893f67cc7085bf0a324407_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:61417bc1ddac0bc97c786b5807c2fa33eebc75f7cb186aaf9eef2151dbaf75a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:73956194247e000432a8c5f7b78255062c5ca967745ba2d97e680a06f698f518_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fbfa9ada74c4875985fc4bb8366d21eb5275a52953d44bc6bc740d48edeab5b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a545c9c2fbb36296286f684e02f9a5bc337b3c3fb9c83c608c988c88455f9bf4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:34a8a8a4a62b36b5e0eb061db3d56905c8dddfeb2e7a7135642f947ce6bd01ad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:41c2ea14036c2f8639cf0dd634e327841954eff4529743fcd10e8475546165d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a884f443877c7a3c0b32dc60a79e1bcbe89036549da7a8aa4608ee2ac6460765_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b28e8574a1d3b374ac4a61ea4f3c16eb70d9ba7385bf830c8698f4490f8fd3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:8e245c278c66405066cb31e9d48e97ad9cdb826511bdb1104807d26f896043a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:380e3045135a40d202f330002512a5c499d8d2079cc38e5c0bbd5a2312820dd3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5d06442daad2c126259fa5d594b53329e386f560b77a475ccb0cc37148644a5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5dc0ca56deaa237fb0bcddac8481b45d3ac81609b36c3b7bbb6cff8456899208_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:aa669084fb336f5d89d86cb58aca73b88d6bc4b6505eac2020664e0b6abfff6c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8cb392862e1835b610757e822332074ac459c593e9bd60fb6b6f6d0aebe577fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:987afa1aa902bb85d7c2d96f1637bcd19bf21eb832444c98d30171bbeb746751_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ad2f0cda09211f3e0aff615306168baf808e6fefbf1f039c3ae1a1fa7050a61e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:bcac50d10432ecdb8bfe2b465ba75889248ee8595f23c5243d023ac2a336f3b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3cf2d6f464e6a2fe5b4a8cf66690b3237aefef0c825a687a548f81336507cfb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9bd17213796576ce4d315986dc0b271011c37cd6e9ed75edff5ba80c3302fc26_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3205092b914bc1fe858b2ede7642227e04f35d06daec4848fdbbc0406fab4a03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a20ecaad93b15b869fb321c7503adcddfe1f0f5eb3f0f6427bd363234010853c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:57259db0550547f85684c19078b9af82b6318dca0c00ef8da27de8c8dc90e305_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:a95676fb6c1cc1b20cbb758a7c9fd34e82b3e114b81b5c17f47ef303feca3d51_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:49026487ee6722c3d438c05c1c181a36d14eca2f0d8debee48e4a02db0486145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ee65002c4934842ad86197a89e838997bb87a93ddc9de3423eb2af282a565c41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1bb56a1a194ba6f64edcdeae267fecec590c14c85431ba62ee8c6b5744da3a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bf72f3bbed57cebe1deb7690cd7fcb6d371e526630cb386d13180726736219c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:81afdbb2d9fe212af38a11b4d00ac952a306e13f91b23b2a081c0393173c5e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bf8d63c933996abf39eab9406b3061bee014d766a58f4e27a56413652d319a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:4a5021268b1ab163318270fc9ef07afa8a29f288c95ea69700c4bf46f88e85cd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ea443d9738e4428b6912b47f9c1d8d05b75cf8b137f0f9a76f852418b33b989e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:00148cec706fce87b240d38dcc91434f3c167052d5860d42ca9057e24c3f35eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:7996dc231961eb51daaceda9598b04e4bbe7d0e4019dccf5adec8a14d6f7e1a2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5c70298b919a36de41bf25d870bfa3da4013d36c6179db3eb6dd2e67dd20bff1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:a64777ab69af6f2b6cf4b78e5a00148e98353748946991c0a6da7eba76b442dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d4b6a07334845b2938c6d09556cea5e0477d13d4be6247bc9e3fede2e46aa3ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d5e665b41152b8363b4b15973a7b86365bb2c047366aa69bef7e1c499cf4fd3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:1a29c30f85b9bc858f0c70ca5ed79934494d92849f23baa6c7f26f67ea49c57e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:70f95a8b240afc604ee9af621fc3b63adaf80f593f3131e7ed51077ed2c77a1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4d217b45b97c9e01ba3d54d03270be07e9659b0d4313fc85999aa49fca560108_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:634f48a37ef03dee1cc0c0626c32aaebb8f9975b4640ac540f02910bdb3b165d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:00f06d1c70494444172d5630c33e1c93c333a880520bad3a810f96dc69cced15_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:01ac79392fa7a265608b75458534bafb6e5d350f2e8536bb9de48566c685841e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:12047af5271e61b4032c04c98df9ad54363d6beb13b36f49085307705677e345_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:37e5fa3bfc88e99fc78f2ced6cb4a99f5099942e40158dfa6940784c3d2ef95c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:54d10266c83c4d5fe91b013dac51538493ae4a4322c925e561c45316c73b1e2d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f799d506fc4087aac0eb4b2c2d6c8e511b598c6b3cdb1ba5ee470b787759fd8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:061d1b86afedd409ad4947a8ae59064f0fa92360cc82f640cf124776753ea3bc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9c7fef9c0e22e1721125d5b1312e509fada544e1d3d956338c3638aecea53dad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d3d951b736b910437255f3455b76357bfe0111c257f5a2d8dfe0f9abacf30fe0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f7feb8627754651663208ebb363a3e42e1767e16a65914148ce0507a77bfe795_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:23b0327190559517a3526d2500534542e9a397210cc6f663ac2b313aee902e92_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2911daa552328c8b01b19f91ad43ac54da18d343834c48ef35f12adff8077785_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:43960246dc7eb7bcef847c0d706bc6b0f0a407053a2cca7dfe27fce23c6d2af4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d05434d4552d2ffdd45d2fd44b1b2e2e8976a15f0f4ae59ce7dea73ca97dbcf8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1f7e808f97ad41f4c301736bdf2e06da73f2d0e3ef4ca838f0afd65273db7c8a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5553003527f078011d0c440f86c1480ff4e62b318e98ca2a4af97b42e5e186d5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:582a4e6fadda74e5c6c49b605b7967e9d6f25c84ab3de162c30931b1dcaee31b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6d54aaf9249113e5be1b6a87bf439ae778918533077a41ee9442396cda4d2642_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0b4378067622a7584c3be2e5e5d8748a564ae7672cc882bec0c1d6f4f4c28686_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2ba6c6b021db9b58614b1ceb9b736978b0e3396b04dda4518406b041448dd5cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7f7e406ef7b654a66bbcbbfa5326ceb1ddca4a0236cb60761a0ea48b919e8571_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fc403f7babe4eb16c770c80def94f34696b3a8ac55360b17c88edb11b9ae5a8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:473d595a495e4656de14b1b22456ef1ce2218fe39d02bf738990c0be4cdf5440_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6b3fc95809e8ab1be94de33cb375207b4302f93dbfd51f2a67228025c1e304fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7d0a9db460cb1d4c918f87a02979048f170f5e692e83cd517bb9b3271aa06dd2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7f1e2dcfd02a6a5fc56c6665979a8981f11144a5bcc6419feae3964b190583c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:775213a7b6d92d23694dbd1538727c84ad58c6b8a8b46587ff7bdeb7312acc05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a649eef7fa6148524b1f3aaf18ed6543f65ef91ad21358cb0af865401061622d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c593dda5f85469eb4ded8cb6c4738069d48a144823a070b83b58ba7772ba0e90_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ffdcf3c2b138b62cfc84d9916799812ad73fcba9c3416d7442f3686417c85932_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2e1e514d9f3cdf5f04ca924fa98d036988ab47259be5df67497931321634f730_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:32e93e986bbf92dd3a3e09f9c76bed29334b5cf794e18b843f81522ccf43697b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7bfa1c21aeb7971fa978d49455f4b5dcccd4ccc3de147ef47c32e9b74bcaf2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:dbb5abf21bed592282f09e30ba1387b084eb028bd931df5609c07fb8c09a0d75_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0606de7cca514d2b4ad9593d7f37950512741cd8f1597b1f83951aa7c8839268_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:116474d2dd37c159032b15ff856dffecad2ef0ab76298bc43f840bd0245ec78b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2e887b0da3269f28933bc5af839ea2df95b7aeca3993cb31b0a1c92e7043cce4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6029166a01da021523fc720ad70fc59f449684e577f9f5a36e0e759a39d0a28e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:849b8be9f7fc785a70451c1c0704501e2b449650acd23d450d145da1a760c166_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9c5d6a2d314e840600ca6bd1354c7dc6040fbdc216166418485d6edfedb27ce0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ba10e440e514662920d68ac025d5f3841786a393703fc2dc0ee21ff1d2490015_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bac1799b133fd829b35ac619a25a272301816494e83be5a251f78a50e7fb2f88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0469874ac135c41bb590ddbac02428775083221257b6904fa376335610c4acb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5823c8fa1f1409d6863dacda718e35b7afd2915befa21343dfcc68b6fef7a9ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b38d3723f2547dc5676460e3738420e243c6fdf7be77e54d18657efb9668c438_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e5a5e4c1a01ff3f5d694ca26dd248533fd463c85374c25ce1a9f4b7a60deafc1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:19f94467c811e10882e30eeef39b1266b83ee417974aaf62f75738d51811cbc4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:47487ff8d0cd813ab3354061caf319dec553b1cba9d5c1045de710b8a6d0c51d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b3a0104cb85f1a6965eee44fef58983637839a1f97ddccd737704ab41cda3a25_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e8c72b610288bdc44492ea0a5c2fd66cfb1673fc06f6bc66831fa84c96f86543_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1a9333d29d3561fe95488f3d80136d6b24b4a2e04472d37d34737fd1032a8856_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:705d146d458883660aa0b673a651d05d1d1ad73bafad91e84755118b82092ae7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b9265d767c8a6786f12dd4788377f1a316864863a32de4a4ec07ffc8b874aa00_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e3a7bfabcb96924059fb7906be97a0ebb1df35c6cad39a7968a6461df0cecb31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5c015e1a10e5f14e82e30ba41b1ae6a82cf5cb0bc631f5137d7637c44a3f5b8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:623bc4c74b05b46babba7da628809bac05b48d8c4055648e88f0db57c1bb0e07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9502a32446a8828e8a1887edcf49034e874ea0e32ab5fdb738ab89e77cb5a472_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ec7b6b83c8e934b66505e8051e183fbaac54e78abae5ae99077d4e5e163b4529_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1f15641123321a662f676a46a24f6c8066bba6e3730a3c0d0eca3ff8e548de23_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:85070876ada5cb86e8c585f3ac3114d548b189074723a13ec5d6fc6be25c9964_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a34e14a715bad1d324f9211d95c56ed387ae51b24b21ccf931c12f3f7b3dcbaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e12ce561e4cad13a5d08e8164060bb74a309f66047279a26dd727d34ed3dc16a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:67789c239f82fe3649ab8c0e13f920a788a3612d15a78fe5986a852bb2d11a0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:80d704ed310acc3015748815351da4b54fef2d8b74d7d4b03aabcf9fd7e60b38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bfbcd3f502bf336124261fbe51f19e7a4cb9e9132e07da62354699b30cf6ed24_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c1e371a0057014662b91736570bf25fb1211ead7402154a1149dfee9e55b994e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:175fd0386d9a4e064fa760f23ecfb45ac6ae3500e5a50acac0660d06e5b7ecb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3e9811dcf3c528ae6f5ff86659dee1a590c2b53f7af1a03204d06fc3dc628fcd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:68af6c6e7f51523ac223f4e25955cf3777f4ae5b601dcca7c6ec7e2dc0de0782_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:8f1b3ddbde3e33dbe01816bce0cce7d7bd196cc04affbe606fecfbd8ad7b8b17_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49699de68bf38c34edb696ebe4f9dc608756382a977f497f6713dbc7b6e1209e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49c32ab1927e0969508b906c14aafcbc64e6eff7680b9a10812eca4f17787921_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:86135a8f7d4aed36e7b2a571b431b29eeaac2bda02762eafda3e22a62a7a2d6d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f2dac4ffbee9d028b26e683b63a9f033ef8609907f6c498d42c447a306e75328_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2884bba195d4d635378b0d15efa54991a23f51bcf4efb1095b478f5cd9c34f46_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:d84853556ede64db5615eb4d826879c744f7ccbd92c51ecf392a686af854ec11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e05dd48fc4c26b5dd822ee58a2af27bccfd0ed28cc959a6fc05073cec6f7c9b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e202635a4a52be92b47960bd8ced28634111416b220cca5fa7f86373ecd1210a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ae36d953c8c7f73dd78d620f94a0335ff5fb84b16ce9d2dbadbdf3dc5d66f6d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:308c924c44c35b39c66b429a15a0343a47f7dfad62dceb76ea7acfc85e6bd973_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e132f6b0a6b4e2dc63561c1ebaa0bd9fc669a835b0c22b0d56599e3da870231_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5216d36dc483b1368a03e00dd9dadc7c75de2bc36ed98cd7ea2b089cbe23965e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4bc11f6ad7c3e9c99e708f7ef5a01b4faedc8eb5d2de5b0cbed502395958555f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4c04a50ca49fdc521da592b9c326e233763918fbfd6bc97e001e0e680ce24cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8ba4aabc0e1e36c3ffe66b55c67ab8c305f64aa6011f80060c5d95ce91180c5f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d259704d34b605abd3568bd4c988bf9e831d80554ec2d7a57e7c39a70daf0140_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:14c55985b9277766e54156139f0949d1e3e5f756ade34512a3d5ea3dfed2c544_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3231ec9c296798f11aec6a285b0a8f7c5cf220534d0525afa59c17ab2464abb0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d8767e4d0b2c8222748319f05483bcefe50388abc182a01f3ca9dae3c80dce44_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ebed5c3d8e112fc5086208b4b4c0aba054a0058f3fd08b71b129dc124fa00f99_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:26dccabde8cc0d1ad45160677fe240b3fc098acae82f6d095fad08b78330453b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a168025d531f20656997ae845a4930919d6805b7f9374c40f7835a93aaa46b27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e696a8bc54ef8a13800b2168a395d2cbb08678403beee2dc52c56d04cb235759_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ebc22890c7759ec9992b64dcb0e388881caeeae333a9a84a50dfeffe27e38b49_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:09319f1dcbe090d9677a43249810dfe5b3eb165aa3f8b473417e0913649b1556_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:46a37e99da18852f5512235589ee86dde0db6c09d76a49275a8004422b9ec303_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:535d1b713587008fe67eec103cceb54471f5263516f5420589cffe1dea02be93_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bc614ab102efc7dfaa47fef84c4783da26548491e4c43257bb606a06e8d155f0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:08cac9e30829765f182624de9e45e59b40884b8c39cde60528dd27afa57afe72_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:13724dc9eb7247844e450b59b8cf3af5e5f486e9558942836ab60f74b9943291_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3e1a80763f76f622b5ffcdb35bf2dc20ce1e9c06c4f5f6bf0ae06b04134733b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d077c79741fd0c481fa6e1aa2c479b8c5b380b1d1f163259777c8c50be257709_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5e82ef0b9ab6d4e3b7431a7611bc563f356385dd8927855e6090008685f1549a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:62ba53e306331c1b20cad27ec31cf59687218f4bd5908ed7e9034559ded04b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7664e74786778a96606757f1de215a4a9702d0c9f7cecba7bf8028884a7609ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7a967f88faccfc101b9388f8434d406acdfc85d7d682f9ec742d59eb31074fc6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0e05cd1eaa2b9c558d22892495f090b6b51a316dc56d85ae825b6fc44611b6db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:445fdec85c2510c8a45b2a830ead87136bbb80bb9244987b4d6ffa5858931926_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ccae4f8f443ba6806ea33105d7dc06002d58914626cb9ae57476b29193761b53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fc0becd36b6fad4911a5b8c9a4693320918f7f7e6336c2b11a76adcb6d1eec36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:652f8fc874b95a56393f14c2b56a63faa64c04f6646c1786d07eaa272a9acb9e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:94b9c011744629b1ff6f230e25f876f218ed59d55a941377797f77cdb7c03e1d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a178a796ca9d32ac59faa5eb9a6aea30f1aec65d88f89080f57ed519a7983f05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dc8a79297c73782f5005075332bcac58b051a07d2b35626323f9b69ee5f4d64e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:03d66c724cb647d4a613bb48c9df6e9ffaabb68c8af5a4ccae45365e32456470_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4b9510fdfb45d2561927843dbd7ed869e2f67d9636e59dfd0c3ee640d9fc601c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b3570e078bed53aa3e435443bffbd12a7b259f8dee9d18c0d79b55514a547b53_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fc8e892ccbd8d3c1e737fbaf8f02b5fa6bbbe242780c9cd00fbc5e6889d7baee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:266bd8400632ac70fc6584e4bb2850ebcee7027ff7899acbeca612c6556302a4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2c8f351447fffc2133f339c6ab3a0bcd9bdfafad4a4cb5b7dd2abc32c6056a92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b8d2783a76f514f9a4e8096434ac205e1d82d09da2d67fb930a1b5e4d8089e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:74fa72db679ef47f9a3e3459a90dfaeafcb6db73dfe15b8933767e2f9d19c448_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2b5964f6cb078aba05ada42f0c8280dfa39f9f80526932cc5d41410922e4e8ae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:480b27e9866ca8dfba83e1accd427d4f6813f4fb7f612854e32bdffc10d7d5b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:91c7fa7b70f2cc82b26ac16f91ea084e15a4f5dc64f254ed878c25dd1170c0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:edc297cdb2f670aebc1d3561d801840ad029e8777ce45724066e6891aabd60fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:443e0dd81ae60896d31f07ab49611c5e0629746824df094ce28cdd3cb0ae1d58_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9b16561ca87196e3dd9330184f7abf25e97272e3c47d2e8d594e3095e74f815b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9ff62f63d487e25a750bad29314955effd17152bfc534ff698963760a2615b0a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ab506c549b676ad9d8dd179e2ba871a12f2096ca2601ea2a1f2605ccb849dc6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:08758e6b81d6679b095a8e7fa323870eab35fefc05e525c6ef810b6cc0b3c0fd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:af87d24f6540e5c98def879ec4ea8adeb5b138e41abc126b2c3030c5847fd0b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c5e9e59a08d8940e99da6bc568269eaf71ea8db62dbff86a7f6fb5dae861e323_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f5122187c85ef27f5423ada009d800afa4800e32ad1ea3299586fe64cae8e38d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3c5078d135089e1548b4dec49b7e78658279e42a72792a988447662534b6516e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:56158ce0af0c0eb9709b2d1a172201bc795ed6e5075517b6919ed1302399d6f3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6720c8097a398327f18a5c84c28f6b58aeee017199c2649649a1f159b8365838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:89295652b447f42c6a0d6e1299f63b04016f10ec8faf6372357294a14472e426_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2baa85e44cc4ac6cb825103508c5bd74e348609eaf53ed42c6d0e045dfa62772_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:61283f1fff1f8ec53563012a5b1fb5a48831f0a220d3676b512f5a60b331e849_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ba258012c0832c57b29785be805be44f0b5f8eccaf76d82d7493946806eafe5f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cf3bee6414a87e7f907d30047ded274c488239af5b1f43ed717ac2cede29df86_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:40854e0833b6cdfedcf275cf716e58f3cbc5c44be313fb83ca3e909bd80d0b08_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4d6a10dcda92c599f52977c71208222d166168b29da4eb4727c466e7eb53cdd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7be4c5ff86b0e939ee9f22156812fb98d2f96c1eb4567ca8a6a01ea3aa735dcb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:83bdc9fa5d3893a973794dd7162bf9564ecf68ce44814349a621cbc284b9e61c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:993ba8c1dd84e486fc4084a7786934c356a9b12ae86155134fd1a1dc1e5e3f2f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a64dfd96d3aacabc8f219d19e6d7eb0c1ac5b68b49eb93fcc973d76e67ef1d34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:ce306e2cdafabbaa29467e0cdbf316673d17180efb604e683a7fd1ed7181c6f9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e6748814d950e6f5e370dec9cb7d557fbb0d29ad3620b567840770be826a601e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:04d418560f90c35b42be67886632615d62dc89cd37fcccb6e247212b535fbb7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:40eaefc42c0f0b5adeb47bcd463c2e2a45e7f3af1c0fa4cb3fde9c5479660c4f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:545bc2a7b32276bec515f338aea3a2976c01cc787a559986646aa6fa26ad5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5a2653ccd5dc3f59a228ee8b936460575e1a392d12287661b1dc83a9f8210033_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:12e5e4ea4d19c4dcccb35dba161fdba8a703ba6331b11054e4664818737746a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:180e817b55ebfd081fd0305f63b3e0539fe8d13d1ceb8428ea21e213779fd056_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:92e8693b9f6955f9862c8b576f5e32bffc3bc34232511fae0cbe57d705bfc53b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e5b5d4750a3ffe24b1196255d4cfe15b21efd587a41736307ca8e4e61a4936fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2ca8a85fb07b431d97ca6a3e3c18f1cfaa20883c7076d6b5b4e6942b632f9aaa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:559af5a310f0923dcb4ef9389c51c98604cf44642a13e8ccb46225b4ca268580_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ae056c9c8e0cdc6519ac1a9542781cd54ac2ac8881f513e965b57ce7d1e5ef2b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:deb92b50d5948bae13db37a7046d9b212dbfd3ddb1063ff8a5e5467f0cab203c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0c4f3cf84115f8c9b9bed6b2dd5d52316eb3a9e670fe6b9e28c2dbc350392e87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1142ce3f8a3c1c2a1c7dba79ac2c3b276a45fc6271ad9df9e6a5d8684c36da2a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d9f2c021c17f1416e01ba31a8823b7a87724fd96d7ec99d494981842b5d452b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f3aabf75e838b4a941f64a7a322768729059346d7578ecf5fe7ce27a71876fca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6389373ccb2fbe1b6385ea21dac1c0ca918bf9d3889ad7a738de6be5d7ec4272_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6449fee9a31acc582bb85e0031312e3ff07d1f1843a1c6c410eb79cbbec1ceb4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:751f007afae9f16527e9039aa95c2ee6efd2ee20afe3c083ba7298493d2406f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:afc11a340e28d4100c31646b705e8db302f6b0a96ad3620e07391f02a70438f1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0673d2034e7e5fb412a171939379da14e9269dad7bb53e83be7ecf8233b0b5a1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:18f0345811215feda18d2b63f679ee870e76b33e9f61042d93edcf36fe97df95_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a2d247eb696c80e02bc8c1873e8ee0fb71a1e5ad6cf5cd84bdf504f4fe17cb10_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c342b14ff399c961ce05c1af127244b950b8e9d641ce8752f9d0f880ad7a672b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3d9fbc97d13987f28ca76b3e238b540492eddef0f302c2dd958c1b0d05e10941_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:47682d4e934d597aaa1e809011a69afe93936fc629ad3dd1ed76dc7b073f7ee2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4e8d3460e04e85a3e01a578d492499376787c85f2840c97821f11213862239df_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d7b99cad55a1e1d380d30d0d4a61bc5f0cbf3a87223efada3e69bd9b0741d3b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4849bfa8a48c7e7d264fc6ea9097fa9d33da25f75776619976e3204b42026cc8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d7c3f5ce57c0aa25e13ba9484facd75c5a1dc3caaf9be4d0f273243e7ace327_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:78aef6c20ab3bf78eeb8b8a857ca2a24067d45cea0a070c44d3fcedc00d4efbe_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7f33515dbca04230d98550ab638efa87389629fc7d913c8ec42e4b5bf8a772f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0251068577a1724dc777683dd189468ed77413b396614a117dac6b4320b8f01d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8812fd85c74fd67a95afe09c2ce5e7d592eec1e25fdc6fa331a8bd41bdde0cc6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:89e0a7e0fe060abb45a6f8e6ed1906053c09f95c252ca7813175903db61fbc99_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c3674a8f28935f3140fad744b5a178a8346a9a7f79f6c281561d2877b38c4ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:13bc0d4f7d4508fafca5a3bc61b6449a056e277da131e753c06cbc1bb7781b27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:993a2a0b3f84e071560f6fc1a3ac243fa745ae9a7ab15febbe1385437dbd3ad8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:80fc518199cd3a1ad421b142661f0a85679b12b69d0afe580fe60eb6a13ddad4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f069665c66c19d9775b70a31aa7a1069bc653691f6abf106a88b2ceb8c0e1ec6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:13ef0c0585b01c56b865e029d029a553b458fd2d3d0204eb6dfba1bcaa11ac3c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:599d33b55e88212202b15f4344f7a18dee4f4504b3739d6ec99414d05bcde2b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a751f1f0540505bea087d3ea9e6ba798e89d5deb772cf8e401caeb3816a563_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4c26bc366b267d444f448a4d7bd5a0d26f84bea653c14b261a829669d888cf88_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8b67087a584a2d952a6e80572686412cc8ea01f03ec8d70b56cb8a24a0c5a3c0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ac1123e890f0aee159c9105e26e1f1ed3ba5eb3ea66b422b281c3e9465401c5c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0dac7821ce2a3a5a180f53f381d9e61484cd8c5efab3c9a7dcc70b5783421b64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6b30b39205367ec985c4a9d948e71d378b9483689c3ea179cd0f2476b9bfaa1c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:de903677bccf645889ff7968ebbc052b14273329c0765f7faa53b0ca815d6899_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f8392be7a6f5223930d53ed6d127faf727489b8f5ebbbda6b6b437c529e3c812_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:02ac68c83db9dc50cf6280a418eed9261dd2182bbf51d16fd143519e49960b17_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3746261c5d4744b13d4704c822fd62ce1f486010176fdb3bf95512c72eece73f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:85e34da00bd6d290c04d8eac32f39db59b5f50fceee9b248b2cbe27bcf0e7e5a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c343b119edf863e179df865ccde0b665b87087d78b20919aa5726d8fd240b344_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2026fc52aab5a6d7766511080699112f32ae4576108ff95b0eefc5d807a14f25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:21b5298172f4de1e0074c4abf5e4abf27e8adc02bbf7ee49bd3388f7127d4901_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:42f8af9bf66ea72846b7f7e57652725c31b01fc4a8d39ff7e7882075438c521f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9c5711087546b1ba7cefab267b8aa30b54ecde5926f009518cf0db974ff84c3d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:373c4b7507a978e3dd62e9ea629d1e397b1f1db682e11ada1bfe5a0b45afc782_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3be306649df2fa3cc9f30e60ed5d947fb0678b0231b617eafd3b1593d10feec5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5b01a896101a5189740f84cb1a83edefdb0dc00288dde725ddd0e95480f8e1c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:961dd87e559779e6338a4d3d35c96c0ce6ff7cb9634ce32d4bf848032f4a2fb7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8799db20cca7be653bae6b8ac5adc1d628094eababe740beb5dbc27e05346872_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a36c2b308515a293cbcf265af68ecebf498739e74ef11016d5c0edd3cf47c4e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b86631d6601578548af20a28d132a0503fe118f53d7596a5632ed24ec5a9931f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e867bd8b76b5bc1438a7be88a30fa7707edbb1909920a1d4d1d0da0ddbebdb40_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:313074950c6dec37d29a9722b58ddc951aaf67c27b47568039f29f02f2523128_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:43618db20e6f592602096897bc89eaf3c58490a362e91e3299e20bb2a02827d9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:705f4db2e969d23205de87db1bd7dc8eb1ade64a76940fad950fd1a214dde6e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d2d5ee5893ae16784051d9526c1feeee3c641fc3e6f337ba807744551c00ffa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6ae5cfd48e788096162bc4517f0466bf526f16c84bb61072886a64842856c5b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8004e7284c63cc32a05f6de732791416d57d62db041ede2829d4797139094292_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8137c3932f344ce587769bff04355ad405b6ff27009bf23a221ba52f3da56e1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ef15235cf21f0fbfea74089f75471b483a98c920b65676bb6199c155fb61e929_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:149cca2af3f89c7d1e105de81bbd098c66be5687f18a584b644f21d0be20f414_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:33fc93d5cd30760383da666e8effb6ed32f4c8f2668da36677e98c1801ef4f5c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f9c1ee7f72c926c45cd76c12046b867d9efd7c3c381f34afeeb9b6e97751175b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fcfbae71f81307789bec93987c4523700c191a66663ce53e4009c5e0a8627826_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:04fe8c19bee4b629ee7f18a13dc0b7f49d6a4b6e19d204de90b6b2240b0f875e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5c9662139f98817aafe153a43f700399781d079390d5ad23d3b70fd6ac5d370f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d1147830f896fd229aadd2b766fbb4c8102b35a8edd4d8bbeef4928d89cdbbfa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:dfd0cdc29bca0a2239ef203fe7b58efd97ed4e72daed6609e22b20babda395fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5a9889308bcd1c3981072c83d44206d0c3feff059e0a2029d49adcb974674c95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7a715c7e2a8f54ccee42abf122b0028ed19705f401248d8c38f785d960f1b116_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a67de487534d03cdfc180af9d235edb21c5cb71e1224bb5041fcf2b9a428732f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:b3780d23a2c384ecef73c806cb20d7f97bcd11c12b6392c781c0deb7ceb55df8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:48b5d06ac4b35c2a7bca3ba2abc39e3af1eaf4ecb19c720d9b6e46b066318414_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a6d7d7df9078e9d1cb0f12f9ceac12c96bf2cea03a9085b23c3e4af6a456b51d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b757d11e5dc51a5822d9e30e97ac142cf004fffce87ba2e58b8d62926127664a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e61ed19beaf8352dcfd4b9478335a364263cb9839f27140a634a217d87d331e5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93baf08acbc6875eb2b665a9ef3601ca34b76767cd70a172dac7237f21b6958c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a5f2c2debb51b8aa926ede417cf9fa0e4ebaac4f5bf9e770db55a25902a4a3b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:dc97d5c1aa80515080b2b4d16fb08ee4733a9347eebc8427f10b7e70582464ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cc1559af0d7be472ae46be4552fb41e81ad804d73d1444b92cae4485118c6773_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cfd5513afd8b2b5e22d5e384a7f769f9c04709d853feb2f91ef667d804cf9a7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:febf2fb95748ed0c440e6acb72c40d609ae7587b2665cfd7145c878a2a0b5783_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1728f980f3ebba7e48bc0e8cad114db1e0c06f692638764e30ab990f45c637af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:41508513986b369c2f89c64af84b3980b16bd2432130fb122d8c1346f0602894_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:650f08f62aeea4bc954e69ed88a9f2f14d3c8f733c155d113c0c58b7154fec4b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:016fc7e804acce7a8b8df0a02bec320c32f9ce6224ae67598a63992219a77516_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:081f9cfabc57aaf4d19df8b496613d8aff54ceb265634c904ec7765c810b4553_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6da3ef092cde7fbaeee01c5d6bb0ca5d52af3ed8de458ecd3001bb96262c1ab4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:035d07364444ea963d64515420fa4005adf82c44b575555a074149f67db50567_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4e09fb0bd709d53a0abc6326905cc43ee36e6e4ec5e20108efd1ffe585b1f2de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:53a5f81aefcdd57ba33c57c02941803a072ef3f1b8467baa3c53c7e073a9ea96_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:cb3d2ccb57987217c75079a9c10f230f6a7de9ba3b0fbd87d8d3d5c71f8c94b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3472a8147e06452751999ae2d041063907f275ecf429dcdcfdce88c8a19a17da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:61155741778188324e0616274f067ec36723d0fb81d84e9715f72ffecfbc92ca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:adfe8cb84a5f0a241fe69ec532b7092a10cc274cc3aac2b86f33ac8e725ab2d8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e704c70226ec4986c16166ba1ca54b908d1b6d9ddd47640bd5ab6d292f977508_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1d63a1d7ba183c49c69a6ffe5a4584de5282029b0b2c2f3484b4f4431e2ce954_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:441db8762a583090cf4325377b0ee75838452a601732bccf4dbc57f26f6a1a90_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c5c52612378ce1f2577314e5723642237c9a361506c448ca80d2a0b56666a1f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3b9843a117d6a6ae28222951e1a556d3888ceab2ff75a082a06343c8030a5ed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:236fa2dfd935db687e786cf827d88210c2f586d2d1a93e610861995908bf2587_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:647704923828c83c6ed3810e3c4d7456fcbe378516dabfac30f203a3bd3634b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7638d755fde7fe6d3c004a6f0f7c761a9fdb75a3541f19a792c3cf8e8bf473d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d2eaa5b8ad9464732265b84128b5280d725feabb2d4b4cef0178a317add66c39_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b659f5c6da6f73bcf8b2850f0172358816bd68fca721b65a9a70569a94bc90d7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cc867d49602a6ada5de7a783136b6463c4d9adee9877ae1966c016a08ee8e87a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:6fa614240bbc1932f65f8cc9215d2baccc05dd1cd5586fd308c44d8a94447a45_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e85e957fc16a36b5964613a99fec1e7299db9bc63edd86ef965d879a081b64bc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:14b02010250fe10ca57b2dfe1046641aeac31f92e5691c067b3990383967f0a6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b6b13d29b1cb9c9bcf97f2daa289669bbd9ea501430e51652bca3d50f787f23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a8ab293c4f3c6bc251bc91466b7586e5499b6e198cff46e50f6a65d97df60f7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c5d781c35cda14ab70d4a5bde3bf72df0a3956f5cb159645e5337095bb71c5ca_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fadba956181755cedd19d3d5b5ee3da0222daa1dc609b629c900a0052a4cbd8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:2719589f19df23634ec3f6b578f3fd2e827440675b72a69b89c9d78b1310f98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e1fe563643282c027ea829274a1945458cdc5d079bf2a2b7b0a9982a5cc3720e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:28d64f60c216f77e3e006012a403671463b9dd90095e19ff2dd027def6abb511_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6d681aac67e08e2ecca32415dddeb47df6191a99f7a8d7bc3bf1697c6a26c1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0d31a90914ea716508caf180e30fb682cdd8066da7a0a31752be9d86ec9c777c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3ef5a3798abfd3d9ec1b6ebabf3ceb32fa4057072b2670793ca119f556c0897f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e2c62e4b87e0536d15ed8b4f2905930a750f770d5c6d0168de6291d92c51f9a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ef5f4d7e3c872acbc4ee48bc91b5835dfef66a698287a95836344c1587ccca69_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f5f049eb01192eaca548f3585845ed6a530934d2eaeb422fc78b657cabb1f57_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:740b0d9392c76e433ebb7762e57f156a0e2ea1db37ddaed2c5b8044ca092a357_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:da9ebcef147e8d9e84848454fe2b8e259bb549bf0de88ee960fb48f6c8051060_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e8f942ece24d15ce0c4a31f731f2060b6e3874a2f486b2dd255c773fb1a55f46_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1b4fa4d6ee3081f39e54b4f910100d210da682dbb0f308f08107ac44e7338d3b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:571a51e1eca0f31f273be8cff7ff115bdf192e14f5d510705ab7ed423fd5d9e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6dc96b2e8156e7e42f758cc28302a2e94e8b3888970d03a780b1732375e728fe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b91654b9aaa85e13d262d21b949b1a96b386f202524c2e8d52ecb66c279eca8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:107c9dcda9632516721c41af941362ccc316d25661bfb13a7c4dcfc2ea4e1c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e75d33740c576321707835258793fe2fd257682099348a2a067806e764e1560d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3ed82adddc3da003bdb272e2a5df0317abe41512179cba925f65fb5d8f7c2eb3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c16e4af4e9a79ac2f1fa632b20e98befa9aa2953ef241af186edd226e39150e3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7b6c16881c71569dbada90e320379c2159ead0b0ed2fa2113e065b361bdf2413_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9533dc6817f01e377ea2ff7e3aa4447d20ab5d016d9145b97e0cb9e758c9a8ff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1285e63d6cefc0454a400b20a6e404537a8d57e5fb9b5d7ff1a75b61555622fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2ea17afe64ff273c9208892a59773c1dca248367c849e805dc78cda228aba29f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5f33ae81c766b0b7d9c8411dc4f6a0adf760221ed0493a99f1bea5dddb5de41b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9de0bd8cb41c5324718c8d8f275c612c0bfd13b322225455a1142dc76bff0a01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:2fee175122b1e3f74cd8976af1515c869d096da0bc4f5e9024b31a64cf88896a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9ca16ca048f3de4a5d9e6b6a38b55bf0b4a994bf7f7ccbda8c50c02bfd59c871_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c42a4deb157c31f6fb871bceb8c4401f44ffb490404591ae36110511f933f72e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f6d5c31b12c8a1a1e8316f258ccd254bf6bb8e49ae8a175eefcdf0bfc5c6047c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:204e84b23aa1edaf66f10a49432115ecb4c3e8fa34472a909e1c9a7a0c3f3947_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:37f226136e439a1b37fab44e06ff30eb22b1ba8f12eca9e85f59936c3d58acd1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3e385fec20235fd68320dd564c68770d91c5c08a864e3de41f3800937d730334_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:878a0a7473a69442dffd7c19132d74b29ecf765e3499d29f8da7b1de2ff6f439_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2b51546e56d1893aaa1b68c4e6ebb5479614d0402e840c8c850702ffb198036b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3aac893d87e5c39ae1672eb5ad48a0b9d02b49888fab57f8662e6dbb3897b660_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c5bddc80f0ba0e391b336de8ead2442d0dff227fdb8aef1874bc3db3101f7048_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:dca0c7b1c7ec76232b3d5ddd15c8716e04a8384f0a816217dec544d667ad2e69_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2551dc2ab6fddb6edfefc185f7b6d73ea366ddaae4e2f79d554f0afb79aa54bf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3cc6eb31325b1f9c9a2163c570ae1c3d4da7e7dcb0d761a0fa775b66fda9dcf5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:569965f29f668f02a342c0c7b4804bdc92354610e9368ba42a3ea5cc3172f532_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c4b2b0855c4ba25e150de01e54f0a84bb4c6c220b348945742bc0c18cc6d7dbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:01b6587f8b9ee398d34ed3330bf0bdbf2dd01c2fe475ed4d44c547401d1dbd5a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0fb7ce17c762a70aa16ca9f7f35e41d85997bb2bb22b81986321d29634ce9b3e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:60c4fd0dcbc1ed92bee7dedce7879893a23c9e4a6181e5e6d6a8f04880f377eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8925d5826cca515b7f7c05558406b3688a14963ddefa80f5b44500fe12dfb1dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:3d914112ad75b59b03d5653cea40a25d92af415ef52dd10aa7394465e6bab92b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:f8d52c53ca49b3f9847d2e568779801321307e329f802aa9456cd0dab7625232_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d29e5c26f37fc8212f2ff15cdac470982494be155f85e3c310b0c958b943f7f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:fc7a6712a6fe86a47b5a745e06a0c6d164779eb198f284fd0996847b025e53c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:32bf2e7aad1dd9ff5100500c294e343af0dae3d392eed27a1c0305198734261f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:54b4afd46c87b2cc839aa7d8b8ae232aaffe0f39846a6edf9d0d3228adbd7a29_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba41cc4ad0ea8dc731838e00dae166209a3e06d104e5cf11491639f82290eca6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a9395f57a9adc721c6e43e578957e21c8b9f18defbecdf91dc49d11044aeeeef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ba077da5ec7f147b51f0ee4432082aed3b7a3a541729913bc2ed821688723e99_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb48a38cb5d06b67ecfb4777c44d44f3e32a996397450e30f40e7ec3e340a56a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:deb40607f193ff4e36c684ce74167e67a7e96187f1a44a1f0f20f36572005843_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7dc856fddd561c1d29112b0b8d4dc39dc7503974a9ff563612e6998bdba4b71e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a3e01913986169c592bb770fc49e3875d46031b5788f983ddcd52938f9ef7a49_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c3481c6f76c644c017392c092dcbbb25a288acd14a9f01e20afd0d2d35e16d32_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cc440be9f6b3c5e22186b6d53a428a8220201ddaa79be39e19cc31a8fbd7b221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:12d7ec468f9634a53d053f3af7957c5162d92595fc3385b26b08acb22b7935c1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:49f08b645fc28af342483d9efaf2f607c9c2a6b491b477cdcf2985c44aa3e894_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d32cde1eedbd0c110bc10836025cee78421ec16d2924d30f5e6265591a9ec716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:df885dc6da20faf1903dbdac693889d9882722e8b67bebe35f624c11e4616262_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:16c8b8c6aee6f6a06367ca5bfe2be8fb85a05c3f18a819683f49d1a8c73941ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:376659c608333e76b0b48fcdc69ff17643284fd22fdef6c6998f07be54c1cf91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7359a62beac2d501d629e6768f1767861fdedc0d05f53a4424a2abdb3dbb6a8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c71d05c245bf1a4955f46c785d7264985e1f904de2a19972f7ce6209a3be0e4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:06ab376096238d4e04c9ab713d83d3cab5db769b5af1fd1c57ef2ceceec6ef61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2c80889bfaff670acbf859db3624951cda96d4ee8cb1560806ca4215e8c6c04b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:627c6b73224c3e37181a19cb598ef9a425cddc1d17d97b6c23388ec1345f6a88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d5d338daef4ae436780be192907d28a26785021d97865d8a95db9065734061f0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8e59a286a05743844dd1333770197161698788e0db4faf8e00cac6b2fb9a638e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9029d8ef1e4455dbc1910078afea1141f92a5c4d2c298ce1d9e4319209b55246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:da4ff38c7a1fd5adddbc0b0d3defbbd580197680b22648e2ab803c90c4a8c9f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f6c44d76a715e0ca38fa5e2becad93a2bf3a41fd8f181846e7aba81b0c579691_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:167937ed04f625a9cd2d0b8ed6048a5cb7b6d435bc2d41775d7db4dcdb5fae95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:176feea3131aada18df5da44af30a127f4dff392ce8ef57f7e0844969ec95923_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:17afd4ebbc2a5233681d4cc1774fcd70dc932bc10006235b11de8dcce826c2ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d3a98e507691edec50373d79ce9df48a71cb6a19a75c9276d0c5905d4f204b39_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1b6c3977b4835b0cd5399523dd437c230b992b77a0e7352b095d008be96fcdab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:54d79643f3a191710d1362d665b5c838130f3e51aecf1e27a2cdf66e98a3cb8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b8692d27a4799d20ce1a8374ba99f55732bb7db56cdf8f5b038424a086db614_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d196f02212da5e80ac5a73931316d38e9def9aeecdadeaf07aec685e661f9f98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:11c2a1966b0632e85caebc4555e3e2f726277175b27a63a5e854557499e0c28e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7e649963b5c1e2a7e8813569368eaf0ded5e544799d561622d469b03b9d93937_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a23fa7969c6a881648ba03ed1a13692c5db21b79f0608d841291ea9118548ed7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:af57ee131bc09ce55ecb3ae13ed7dc3ce9607a7438f0ac5a6e64bbfa000546db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:3a7644c1ac089cabd142fc1743b47302eae8528b13d1b038298f2f57cf746326_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4b5ee426703ecb55bf537731c39c69ab7f86316544cfc472ee77fbef7e5680a8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4cb60d36cc3b34b4b1496b74b9b2e68ff152a71d7f957b356311ea811bf05573_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f3f64bd2f70faa654f7134d803efdc032df63fd4ef07c97abd38fc41e625b48d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1b75d96a4cdcc3a37848c5edfe598cb1d99bb3b0707db5e3f62478320eb90f9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:876fd001172d5151ef99c02826f834ee4db4623b00699a8fb30d6a456a7a8687_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ba8fddfcfe0004287ce58db40c1092f2090b3bbb0810c277066aa2d97799f8b9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:bd9982e951fdc7259571b6d5983ea2cc44402cbea411ae9a6b135692bf5939b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a7a8d4d8adfd98d3a6e3d37644b33966f2c34ff1e553fbb5140ab9a15563e821_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b26a5a47cde227edb5e7f6e51247a6cd91e13484f6b5f7dc19b62f83b7478361_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ccdd76d6734e3a3cfaa1e432c1508c097478e842fd436672e57ef2563d817e4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:fee8f3b24b431ac2a5d4fa3d96c90c5e1aa68c08ee8ae9963fee457c98795197_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0e559f5e780f3849e73d7246176059360631d8c4a7db1700f6ba1b6a9e6ae089_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1a376560672f81b7596417591491e71d065e90672ff6ef5d37ed0785e9baab16_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:350a0360dfdc31eccadb0e8b9397d5a3436bb509999034b60e611428eb006cc4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f8b68ae48350a5aa9bdf47a36efbf661190d497ab5a139027a2bf4579d21e095_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5fbe979b3d448e36fac9615ccd96f8583b0d587d46f6b1b3749e85938cb2e510_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8d45dfe709ac701d6eb800b081947d39a855f65c756f31ae47b75be9fec0c260_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ea4fa6caaa81f207f2372c6179c3698e225658387549ba567c232170cacf8570_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8fb972b411085b4551e10adbd419e3cb89754ee5300222cc4fce27cc349513f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:066d438bdfa1626aaa7a0ee5d2e3222724f2f0cf5bc9a189b67fd5358a0a48c0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:747c142608d6f43952d315d7858f57edbd2d9de2d255938dde311ea580a329af_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b2ee2d0e9906ef1581677bd239073c09f93e5b720501e9001926dfe7db34839e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:bf0b42c5e7e51129966a4744bb253b7c336bb88b1f1a562e481f7eeff5428136_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:3e9309d53caaafc9b145f6b7fbbb8879c9f018ef226afe101f6dc7ab02b67856_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:3a558e248efdf5d3111b7d61e8bd471682e7038bd34c4490f8ba69b91b44f36d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1b0981e2ee13869663087d6504e0c0af6f2c56d2ebf81d72b4b7c751bbf6e500_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8073e0be1f7f7523880b30946f1b6868274c070acb97d9da2f5c486db99ea18d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8980be22bddace1adb383fc356975fbf0af9ac8a20bdc95b3303a80fbe296f3d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f4293de50825a003a825306a45612531dafce45b72a91cf4dd455d596a0c60ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5bc26795163f03947b3f42a5c8cc52b7fd6eb713a0fa5a1558bfe834c21edc0c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:7f29c85842a34554f06db311ef67ec08d1d947d32b4363d1153d92c8d13c3214_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:92857eb171128909119700c431920f543cbfc89cd06aa98db816a2fcaab321da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e931e3fe478f8f905855b4516e1ed9b33a161536c447025cd14dd68778c40fa0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:338034a3ce7dff3efafd00fa35b858c23c2ab284f743df414c6cdae455f8801a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f12584b95171f442bb3661c908ee43de70d0400c6273eb4e93325a5f3f167b54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f37f6568957ab825b08c2ce8fc6b32ad18f5b7bee50b24b1804e70cdb144e5f4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f949249e3847338ce4ae9b94b0d191edd3f316d471f0a9047f97e41e41b7554c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:407286c96b6e9d0ee4e8abec2b06a5dad70fc69820a00deae47cbf3fcdc65a40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:52294a05713b24485ce6d7d1b867081da2f01dc008b9cd052bf8c4c37839f581_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6693dff44dcfb7e6fe67f5373bb73d84cf401d20640c959375f20a24d31aa697_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f65918214ce906cb5af9a59ece43a36870989c579ac1660a2a58f9536a79d9f9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2ec7076ed08f4ce7a61f95083155b5315acb6004ea4245c70be2763eb0ce9f4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5a539e39b3aaf61d63f391b6960cdc5746cbb4b0fc07b85a98969f5c9cbcca4e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:93505b057575ff9292e2e96903238708b940a23953a79cf8742c880f1fbc743a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:be43f0ee18b6d56d81a09871c4a30dc2245ba60cf17ff0f1aad10e117f40aac8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3923e99d803b6dd5bfd2fc957101bef6dd86ba8f6de9e59a849e4c7a02d57e0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8253bfec4409c9a02be72d7e8d87fe5f4f81c1bc58a294f02dd570debc4f1128_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:851fd20edf32778383c81e3c5b935ec5607a05f8fc569f64e31875b8bbe81d6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d06d41126ced4841fae74d0437b18e9f1699d285158fb8725a8768a6e9065b79_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4375e44dccb08eb4ecf461f4e8e7e97d617ab5b1c968beb481d5795e6bbf0229_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:75140fa657674afc46d698aea19115a9f60c7765ffff6a0c4ae5ac166c725597_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c1a31ef64ecdd90020d72f323a242b551a6a4a85a4dae309e19f5d8f12d77b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c3b1ed110f6b17263484b7fde65642eb349162b206c0b9a2f463bf5eb13273c3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1369aaf62d9d273eef766c42f7015d56152f6b8effc50dc06d75b1bab38a20a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:47402101d62f418c0f6b8e3c6e2367a8c84f5151a0204f326bf1fdbe983c603d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b519e10d4cb8fd9ad126a36fb864d2f29f7df218ffa1b3b5f222e0befafbe360_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d70f848ab6450690b8329ae367ff2e5a3a5b295c073028dff7cf810104c5be5f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8f8c882873232fd9a00adc69e199f1b4acacffcdbc282280ebb61dfb1e61b875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9fe79073bdf1745b388fe52bee661394f96ba5c0af585ed8ab4a61724e324777_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b2b91287350dfb474763ca5d332c4765af0c1ff2d7be722e23ea93970add2687_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:bb5f4abfd26a9446eb2f4cb1355bda840ed1006a6233373434378abaf0e617b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:07ff9687205eee39d9ca211c0bb0c6b1618848e9e74bfbbe793aca67de73fa88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0ba94d11051416a116cdf516dab74d530a584fe7c4bb1e8d3deb3bde2214e459_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0fe87955631062bc7ce78891b9eb056f899308f8cb8101b3a44f889c1f0c0654_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:786de5dd308c9fa6643aabecea0bc666a9ede6fd2a5ce1cb0d511eac2a19596a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:719989a197c3bb8b8af09e95af49125cd28014fa74c7969f3f3b939223a6743b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:743119e024a9aacd8bd4bf45ab9c14e684ddbe2307d8f965e972ace243f128b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:76c523fa10e222690941abc8c5564efee1ec4d309a7d023480b6000a545d655d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a13cc82f7b2053435d5268416686ae2ba89e37b6561e49c7ac395cf3359ca2b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:98aa0e651302bb73569a0578e6c11a1691eafb5b0aa28dadd714a7b44b498f8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:9fdce4b5198ae740daa858432221625391f7283bad587e1ebc1220e7b0b4fa28_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b072bc3bdd61164b8076f2799e705ed8e34281b2cdf24d9cf08deb8e697de2a3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:fef5253a6623c30368e9e7e271501adcd9432b96473cf8278a7b81140d287de0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4eecd436b35c9b25eca6975ca9e938c2256fcfeead67e1ff4159d7e36122122c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7e11ca9795aea60b3f0853ffef0fdbf922f4863edd96c50fa85110f36bccced2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c95f8bcd0835611bb90983e96e3b780ccb65bd2bdc7f7554432ea971eac8095b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e497c1834c97590a0c388b58dc823cdff79ab6befd5f2a9bf494b3acc3181eb6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3a7af87b46058334b97531a4b1b5cd5be47e2ade8d74497429529bf0a489b275_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:97313aa4f1c1c9aa51c77a153d0f0eb35cab9711b7f1465b82a636ea44e849ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:ba0927ffd76ad6689b808e734038678c91854ca3d0630613094824549f8a150d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cd8feb684b9c70a4ffd7077e19812273f333174a70f7c2b63d57d140d8002382_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0c8bfd6ea4d0729e0ffffac9811b5db2ecf5c40e68ef048ab104f161d2689b74_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4dc7e3242cdcd1d3c1ea5930da7d4e027383149373cb6af0551ed2572eaea0b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b78827903e5c338d67a4ea2ba10ee67e16482ff00968ba99c27af2b6d50ce202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c9315d23ab26f6f40e05a5fb1f9f2dbce075244a035b1f16003d1108a7ba36d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:270b5e756fca54f2dc05f04b6f7b43f7f188153811decbc0b49eb215b11c2372_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5331e8ebfc48f4d2322226b8986dd178f133a52edcfc0a192e89f1785c8d568f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6cfd8c3da57c17ae1c430f2881c66eb0b1c456bbce4a9ada2491b2c873dba985_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa346af0288b5886b5f095d1fa0ceb7715d4333db919ff9d61078f369642cc29_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3403720059bdecff83f784e2fde54d2bebe09223ac6cf99ce2b4c840b9cd4a98_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3f8cb2cffaf6320f14ae09f7e44c965681b395370a156253790764ec9d2a2aca_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a02dde1d0b4f4fbbc4e6f0afd24da1595672f3f290345a4f6e98e11d89854a17_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c4e8ac4fea3c281effed3996a378c2e952a3d3704e47863b2ae6b266d2280920_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:46a0b302273acaf2582d377271b910d9d31ff98744cd8f290583a7bd5579761e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:af0442c88d2b9b93a187010065424798d89aad1d695ba438c815d04d7fcbef04_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:bc7b78f67fa189ba63da9891a1b05694d676a3ed2fa318336fa0850d63815250_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ffe4e64ee1b721aeefd8f1ceee11d225dd69319385e3e70f0bb52f4f40660a45_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:29d5a91b39dc6e72677bdfab50f56860c53e67dab139b464dd571fef9780dc6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5e6d4e29635ea0b075e402931daf8c384d07ec8660223babfd0df9d572ea6912_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:82555977089a1586dc24154b46be6499607a9d15110e5b48d9a549ee73f3843c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f32c4a07d2b7a14c39db1e5e5752960e46bcda700b292336480c95f359adf0d7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:86b3e656caf1c93ba2bbea00514a17b9d06cb7a6fd5c6746d80ce35f45aa5907_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ba5c8896242125c24e3a7e5698770293a601e9e7f8508465d7b45920cc9ce240_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7de62e540922f1de5f492527d07a8e8f4265d24b577cf2f93415209ccad63912_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bd71e582ef755da7bfeede697b5c2ab29ab9fcea6bfeb14cc8ca168fce5c7bd1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a1e6a736546b54bb2797d85d51b8f2b213fe2f6be6b26bad5b549df9dabf2d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:efc7fb9608c2be8c3c65aff302f923241bf8d008bc71c2fbba0d82ffad2b4f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:aa63c460867d565b44b2a8e919ba9a0e7fd6717f71588cc5a7e2ad268fe13181_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fe1f1b5d6da2e5ac66c689da49a4c76916533f30ab456c9961a225a5e26cb6ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:36fdb2cdf796941fc6638036b3a31048ba0209174c7a62424fb410ae14b1f81c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:65a0b94e9f663f3d73a9696a622ad46c73a5fc793f9dc46ee07fee8ba3bbb443_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8afe2a0c6b1b200201f21b148caaa682bce77cb3b1027f61d4c873e5babb1b30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9f7c3543e4b1a095399d1219c50f1f5081440ae1605154324d57ba9201aa4fe9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2c0897a842cd7b16b64888568ca65c2a6e473c24b2ba9bc5067d6f1f237885d6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:432c94d7d5d46ad66348775fa0e1a6c2c142469e8a770db5528a1aa25664c389_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c86c7188163be31c7ab04017bc46ae88707437f804ddf2b5bd5a73ae34f64312_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3f836bb9effeca4dd6a230a4241282d33ed454ebabd84829c41e58db5f24f47_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4632ef8ca0af5a8115f3d9490c2ad9e2e44361f4d0671fa8a3a1006254b173ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a7d2d10f5326e2d71551289740eba86d6dd2f12526dc684b1494bdd4228fd8e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ba876751849dd525a26e70996e7e02092c473bdf386ec4663a54ecf61c4f0d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e842cdc56ee7728aa71a7f95eda9777ba229aaf959594e73d998fbb30b7f76b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:90331abb869c0c04ca7bb59681cbd957ff54eb0e0265e16368f9fd6ab6937acc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a02580814c02bec4c1c9b79c4b5a48a5a59caafa60a573f9f99a4a1ca07c6f71_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c197de59c38c060dc8aa099a027922853e4b9dc7e5589ac55c8841dbd44b1367_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ec7a4bcebcc80cbda32227224f64e67cdbc98d3fab95466b55c89755421ea4d2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:223df196f0cc747e52ffae9f3dd03fab2da3c72d5e3b189e3035d4264a08c6c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:29f3154c0b972730ae9a54bc496bcdf62e9ed348b73d98ca958a265717ccc2a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5e12029e90adf045a4377f4be2be75c879e57aca7aceffa2aef08aa262ae0f42_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e150a242bffd4437f92000417cad89969fd547b5da514f8586802b99a668bab2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:17752e2fbddeff8e6f43bd354d91f248b4e69d88e80b29b75508fb03b82d92bc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b1703420b5a67a12f055518b6a23c1d8259dc8a064a1447196f642dd23363806_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b93a134a81af485a0f07dcd6a71c816ed517178826539d0f53b6c45dce87096d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d266a3bfe528e76a8c6ef1700a2016080d084cf6fad2e70efe5ba52ff0dbbc51_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:8c90e9864b3ff53d398f2451254dd3707868b36c6032d8d139cc3ef2cbd9084e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ae6ebf086515376ed35bb432a7f567f7bbb44b8d1b86773fd86daa387c5fb933_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0a0cbb021e13ce9d693eacc4982ece2e8ba4697f5d5571b8d0671d71824fd07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5271f6452a89fe7907b16f486439f54f0dbcc3d075a70ef446ee4cc62211b1b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0abb949ce9461e5718c1988f57791c7537eb1b3d2184f4b4268fe087e39726d1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1267ac849f67c33155b54409011cd3f0eaa27d5f211703875cfd383d1170ef9e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5082f39df1f143f23f0e587dec5cdb3e3b033ab446a57e7e808c88e6211a1a67_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8fa27bdf891edfb80585e470f09c9d6fa369aa727a3698b936b4818a4b46448f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:017bed02593deb2e9cdfe0f268916e5d1c8cb7a4f1362c6eb3c94050896d7276_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:027baac40981f53c9ec53f5a4241a657929d6289e42a0e5deef617c182b7580e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4bd5b70373a257b1fce20135ff4a4b3e6962eee541c67a0e29ba9a2523d4d4a2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c0b3ed1332b228290882bbff6a1ad6866f5ab2a4586b261949832cdc3bee5797_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:047c270f56b685d5a4e67afe43d2f1ff47829a259be6ff93bfec4864233d4497_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:50a6482667d53de3d7aa2bff6df05ca21e4e9773996afa8b8038721e231deaae_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:653dbef43ed7f531ebf64c9314756be42738f1635a64097c53210ed0b6b0de88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c4d2741561038e0080204335efc6eee5b6ffd8878553b240dd433fea701e6bab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:3de609d984e39497dfe119bb8e0ac2d6d823dd894a5c866e5ec87de5b5711e60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e3a8b252aadb5b32f42009803b56dbeae49a3ddbe9d00aa27569af4747fa403_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ccf49e256cd9c3bb428badab464a17aee485ee1516896f1ade10da11085e843c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e77ce95a84b01b09c5d1e6dbdea8970543aa3a60f9292300beb078d1288bb801_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2ab5fcf7003f4ba3de7656a284b11d6ee05bb02cd0f3532671a8c368f7b15178_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:44241e57d9067223cdd1585db9d699db113931b7a273d207516f60c498570677_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6aaa55450d567e2fa992650c456cdaf5529c5d96fc9984f7e1a4aa9ed6294bf3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f2fa21e8a0e88b25e9037a9c2db4b157ca6fef8b765b36da7dda71bf5a4c4478_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:10bfb59c904103177754f0336f7b7bab676d240480a8213ec42a778bca3f277e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7aa4fdd78ceafdc887a91224614657e86c1e12b72fde68dea4ee5c6e9b610cb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:e4a365a0516b0c8ef2d1259ec4bdb7f76aa9dc0d3c3cfd5d5b3d34341d349772_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:a06af7a856d5f2416777c1bb1d271c189576e273450b25c6dc5937cd16b8bf8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:28b8390dae142ea16bb05f6bd95f19b6ab38dd67c341168337ca07fe4f45fe87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:be6a9bcb97824c91f393af5aac5a146d819ed9893f5a074e146afe18f3a50dc9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e6392d583f97f0932dc01be55534fbb6dd3014f84b745e8bf7583b96ad7a7761_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f30d93c0f244f5ba21807dca912d18d4facf47ceaf43da7efa41b14ee816b71b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0848bdb082bc8dae6bdaa956d2ae36fdeaaac89024822f4bcdffb51da1165fed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9f9603a2dd344770da433fe8dd50a104d69e80ad463f9cba71b3aabefc4fee61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ab417553778971822422c6eef94aeb437209fcf88e78188b701d4b2243ac5be7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b9bb7615df3eadf64501f35dcefa829934f330892801cbb86e9f70f5dde236ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6bb4c6c64852f2b7ee590a0a60db256d8dd549a4b141fe71d311bf30d0ed88ae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:837cd26d96a814814145cd0aa0cca672769283c499eec36c457ae432b99a7466_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:956ad866d891e1340f630b9cad6ec73d1fc60d4061d4c63946ed714900388a3b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:9c91591eddbc058f05d052e3178102b28ebd25c2c9cb796fffd5047f5d413d12_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2464306"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenStack ironic-python-agent (IPA). The Ironic Python Agent sometimes executes the grub-install command from within a chroot environment of a deployed partition image. This allows an attacker, by providing a malicious image, to achieve arbitrary code execution within the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ironic-python-agent: OpenStack ironic-python-agent: Arbitrary code execution via malicious image",
"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-ironic-agent-rhel9@sha256:a677804e422590551f82a17e61f64bc03d5a8a42a695e7ae8d9de5dc086924d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:fb7f225a9221506e6295f7efdcf44adc33e5b971c470b5835b0ca3c42ee1942c_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:0c95fbbcfd5c54e6b2934a8efb4f8523d1536ec1deef78249f4daebaa9d327d6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1b84b2a1cecab16e75947d29572008547922714207272a5dad8169d1ca5beab5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:466597e63e82ac365414c803f5ecb8f06a72374885eedc5daf9532aad16ac148_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:de9cac5c7ebcf3d43cad87758dd2eb0f4d6480f59bfb4112c224a4497aad9ba7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4ae516b98be8fbdb9b783345fe680c1d6ef57b5dc06b2ec3bbd20bfdb7c9b2c4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8f242ba3e0b9c57ecbd85f0d4c1bd67306357c92b53968a42419736c3dbe04d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b717614ee549be99c17ceef3d755c66abc983e821e04808df347962858e0da81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bd0f90ccaaaa74683b9bb17db0651dfbdfdf8f49adf0ecbaf8e83756d270b590_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:040115466e4f525e9f2386d6f8838c51f8e1638eb06cd64f071d4ae027a8fb9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:1a677b9d28655390d007acaa656997b12a32e9093c1c228778ef96cc6f4ca875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:39c68aae39089d044ce992b949d4e9961105711501daf3d4f0ba7e9981920729_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e814640d65f77818c180a706940337f8ddec8ebe4cf22c51a58a8b69e0f4099_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2831d7dc9f3cad92219addd21b93959900ee2f71e2d988fffe913a6f88dc7e1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:50f602354dcb223759d781cb057b4081a424d6a509178b10674358cc8dba41e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6925001d8a798896438ef1388f54bc29825c37d41f2f09a59e3f8bf60b2ec6af_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e01a83cb76fca294a011e022ed86f1da8cde36928096422a440bce8e42fbc8b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:757ad9e0c37b861340a7b2269b068d5b0c6355322eb5f5898a856fd9c4495b16_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7f68ff8059ae68d15041b8f38ad5ee5278289e1370d276cf7e78fc7e9fc3bb10_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:816787cc8c95a4a2df1416f09af6228559333e1bb1421ede0c9e2093444260e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f9bb9a184319c9fef278d3c6705f56cfc592c844f5c458bd20bcdc07c4230982_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:198f39ed50bbd835f4789057f9d7fd8de0962f1641a7f453dd90d68b5b2a4e7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:633ce875ee7bb08d9bf00cf79738e3e63cd6bf4de2d40fa6860142a301c0968c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e169d65b86f23d6424af5e7cf9e1d0ced58382128092821676196c0a05f91da6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ec2586358c34d0130b00a3714b50c8b7bc33ce915aef6aa79eb214d38202f37e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:13e81e4c25d8c789ca15eb4e84f3fc531a50b4dc0d95fa3573e002e3b54cad61_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:17637f8455e0e17bb3dca34545a26e881cff3e1444af45b9f45c3e282a252bb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d2dde1514fcf3308d1469a0af6727835121c4d6a1a1775a675a7ffabba8e3bed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d6376055835ac40728181d6f354398a0e60ca131d2fd8f41471ed87e974ea4cb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6f86d997faaf61c874def5a78cded319a188c1babbc4dfefb91a29f7e0d7f0fb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:73bceed99ad1b0bc99e66ab8361037e4046c5212645490161572fe6f34de98b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:babd6b0e928bb674289f34787d3aa536bdc4c24a877a5ac9311f21f0cc9e6224_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d00a12f6c4e75a2c93bdd135eeb742f42868b0186d9d03f318c885407a17e439_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:0932891a63e5ec5a076c7848d5746e29d972f3a96058914bee8fffa4921fed38_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:472e977d39473b92992f53c0225de477318b31be8656c37bc35193789ab7a456_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:71021ecd15d688aefa6db79f817c11a751b51f6ea9f2e48781bdc49c6de98088_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:9563eb7617a4d3a9c22fefaf03a4ede698fea2621a68ad231cd9e65930043a56_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:1fbf3bf4990353e799dc271bb4a0c58b385feb2ee60207636a3f76544b4f5ae4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:7815e9dc63477803e7e8bb8a01ea83043b5503ba529f64db3c76ad1c4cf2f0b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ab22d93f277f9bb65fcb5fd9c448b72f82384b9be43b8ab525d2836832044eb2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dee02e09373732db94bc442ddcb2eb4d13095a04e35c674387d3df8ba23d67d5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1a046b24339587101462756592c87ae4a8f699fc2977a703e6d031e2022a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1db6c409fede3e9ec09788fdf286fdb0634de6b6e727ec010332f7cf2e462_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:bd6be5cf4063439e92a1264ce3af0ea6528b9c27dd4b26f043a80aa8616575fc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c955c4b9dce1b25c73453079a21d84c5a2e5d0b53cf6e351f9b1855f08db3fb9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:221943f7b65573c2942d88354261f93a01950be1d1a86fa853544cc4c283c027_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2488ca8b2a8f658f3deaf9a70b12f7aca159490b5e0861d746ca8ee5d2010041_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a3435c546844b61f456789fd315495d6bcdc2560756e9fdfc4b896cdf70d75c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:be2e4dd58b8ed72278bb2c014317e69185e2b19dce37beea7fec3798abcb35f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4da2632fea643a834aac3fd63bc51fc6b0d768b869ac450e6779c9f36429a9fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:56ab8a9553f0c0202a47d858e234f2672098514dd647502405cac1f28d14196a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:abe530f4e865add435da2afd379a3a11a4d75c257c2468a09bc78f10256e0be9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:fe1397131aa0d447366fd627b12582ed647551ad3af13375f8c281ab73745f0a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0857a5a2cfb5c277bc2d2545fb19693f23285ccf6b75144da8fcd7225e1df1c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:43b36fb1f7ad271530f5ee9040cac4651a684e0e08de2ed90a2939b736b565ed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:7f86439496ba6573ee1d61b5f4d414dfbbf65a95526cdff54e45229f01785517_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8094138e4ed2267cc278a83a1586922c957142c9e5fcaec62db531c83b79566d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:309b1dd27ce0c7dc332c7141e576642db4aee6076ce50ccc2930e824f02ead2f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:35322e4580b0fec862223f76e0bd3c95ad0af31f3d4cdfd6423d3ec47d6e25c8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:699bc772c8a648f8be7d6a5c32d786d8f6484e584d918d68ef8a32cb1499663f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:779afd8e0fa21d022d7e75e7ba8da00cc7604db1adfbbea879bfb1d0f8c9c831_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:49e98d0193f7d7b4347043f0655d350a7a0c0d8c8b850d95abb57acd13dd8ac8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63e308cebeea85127f584610f59cdc9b228f01b9acb227f2f6eba7fcdc29b1fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:71f9b47dbd3985738259a6bc9a5bbdb240fd21284a194b47bb78538f8e870cac_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:9181583c88b3be23253c76e277f140c0a1532c1bff7d62cd0da1e14beba1aab4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:0f96581804dbadea29d9ef9a2a952753f5fdf295670ea0297622214e2a9b7d0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ae4714025025642ff5d9e250a4715b01d933487fa8bf4eaf82629ebd6d4c8702_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:cdb096f05b664fb542bb6eac3cce52c53da2e4bb636189bb53f737d3075615da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eb9908581f71dbe01d8553e494ef022417196408e9fdbd32f08fe1f5b9c9572c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:08725f7a384b4e72a173141cb35fb67293385ed72d973fc4d497f3c0f0dc626b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a322e3fc620e914088fb5669f1459a47140abdf027bd011d6ff4e5b3e6b909b9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b950e80fe164f86ddf624c80210308a634929ab8eb493496ef86bff1c5248fce_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bfc663a0ca81dedf849e89b91feb3fe0af97932fe8a8fc711d7ab85b6cbdcc84_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:13257447171d38e6e99c66faa476de6ff6ab934c285a0d1bf71fe94dbe583462_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:23fa493f397748092cd71c41b9d83d19fad6a5433b692bc644e30af790cf60da_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:28b1c9ee4102140998781ebef22f269316d8c2be2254c10b4d7151dffb0d37be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:be2175c2c6c9d882e44cf10aa85f1219573952473e893f67cc7085bf0a324407_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:61417bc1ddac0bc97c786b5807c2fa33eebc75f7cb186aaf9eef2151dbaf75a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:73956194247e000432a8c5f7b78255062c5ca967745ba2d97e680a06f698f518_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fbfa9ada74c4875985fc4bb8366d21eb5275a52953d44bc6bc740d48edeab5b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a545c9c2fbb36296286f684e02f9a5bc337b3c3fb9c83c608c988c88455f9bf4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:34a8a8a4a62b36b5e0eb061db3d56905c8dddfeb2e7a7135642f947ce6bd01ad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:41c2ea14036c2f8639cf0dd634e327841954eff4529743fcd10e8475546165d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a884f443877c7a3c0b32dc60a79e1bcbe89036549da7a8aa4608ee2ac6460765_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b28e8574a1d3b374ac4a61ea4f3c16eb70d9ba7385bf830c8698f4490f8fd3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:8e245c278c66405066cb31e9d48e97ad9cdb826511bdb1104807d26f896043a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:380e3045135a40d202f330002512a5c499d8d2079cc38e5c0bbd5a2312820dd3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5d06442daad2c126259fa5d594b53329e386f560b77a475ccb0cc37148644a5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5dc0ca56deaa237fb0bcddac8481b45d3ac81609b36c3b7bbb6cff8456899208_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:aa669084fb336f5d89d86cb58aca73b88d6bc4b6505eac2020664e0b6abfff6c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8cb392862e1835b610757e822332074ac459c593e9bd60fb6b6f6d0aebe577fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:987afa1aa902bb85d7c2d96f1637bcd19bf21eb832444c98d30171bbeb746751_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ad2f0cda09211f3e0aff615306168baf808e6fefbf1f039c3ae1a1fa7050a61e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:bcac50d10432ecdb8bfe2b465ba75889248ee8595f23c5243d023ac2a336f3b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3cf2d6f464e6a2fe5b4a8cf66690b3237aefef0c825a687a548f81336507cfb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9bd17213796576ce4d315986dc0b271011c37cd6e9ed75edff5ba80c3302fc26_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3205092b914bc1fe858b2ede7642227e04f35d06daec4848fdbbc0406fab4a03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a20ecaad93b15b869fb321c7503adcddfe1f0f5eb3f0f6427bd363234010853c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:57259db0550547f85684c19078b9af82b6318dca0c00ef8da27de8c8dc90e305_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:a95676fb6c1cc1b20cbb758a7c9fd34e82b3e114b81b5c17f47ef303feca3d51_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:49026487ee6722c3d438c05c1c181a36d14eca2f0d8debee48e4a02db0486145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ee65002c4934842ad86197a89e838997bb87a93ddc9de3423eb2af282a565c41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1bb56a1a194ba6f64edcdeae267fecec590c14c85431ba62ee8c6b5744da3a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bf72f3bbed57cebe1deb7690cd7fcb6d371e526630cb386d13180726736219c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:81afdbb2d9fe212af38a11b4d00ac952a306e13f91b23b2a081c0393173c5e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bf8d63c933996abf39eab9406b3061bee014d766a58f4e27a56413652d319a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:4a5021268b1ab163318270fc9ef07afa8a29f288c95ea69700c4bf46f88e85cd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ea443d9738e4428b6912b47f9c1d8d05b75cf8b137f0f9a76f852418b33b989e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:00148cec706fce87b240d38dcc91434f3c167052d5860d42ca9057e24c3f35eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:7996dc231961eb51daaceda9598b04e4bbe7d0e4019dccf5adec8a14d6f7e1a2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5c70298b919a36de41bf25d870bfa3da4013d36c6179db3eb6dd2e67dd20bff1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:a64777ab69af6f2b6cf4b78e5a00148e98353748946991c0a6da7eba76b442dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d4b6a07334845b2938c6d09556cea5e0477d13d4be6247bc9e3fede2e46aa3ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d5e665b41152b8363b4b15973a7b86365bb2c047366aa69bef7e1c499cf4fd3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:1a29c30f85b9bc858f0c70ca5ed79934494d92849f23baa6c7f26f67ea49c57e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:70f95a8b240afc604ee9af621fc3b63adaf80f593f3131e7ed51077ed2c77a1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4d217b45b97c9e01ba3d54d03270be07e9659b0d4313fc85999aa49fca560108_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:634f48a37ef03dee1cc0c0626c32aaebb8f9975b4640ac540f02910bdb3b165d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:00f06d1c70494444172d5630c33e1c93c333a880520bad3a810f96dc69cced15_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:01ac79392fa7a265608b75458534bafb6e5d350f2e8536bb9de48566c685841e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:12047af5271e61b4032c04c98df9ad54363d6beb13b36f49085307705677e345_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:37e5fa3bfc88e99fc78f2ced6cb4a99f5099942e40158dfa6940784c3d2ef95c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:54d10266c83c4d5fe91b013dac51538493ae4a4322c925e561c45316c73b1e2d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f799d506fc4087aac0eb4b2c2d6c8e511b598c6b3cdb1ba5ee470b787759fd8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:061d1b86afedd409ad4947a8ae59064f0fa92360cc82f640cf124776753ea3bc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9c7fef9c0e22e1721125d5b1312e509fada544e1d3d956338c3638aecea53dad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d3d951b736b910437255f3455b76357bfe0111c257f5a2d8dfe0f9abacf30fe0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f7feb8627754651663208ebb363a3e42e1767e16a65914148ce0507a77bfe795_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:23b0327190559517a3526d2500534542e9a397210cc6f663ac2b313aee902e92_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2911daa552328c8b01b19f91ad43ac54da18d343834c48ef35f12adff8077785_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:43960246dc7eb7bcef847c0d706bc6b0f0a407053a2cca7dfe27fce23c6d2af4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d05434d4552d2ffdd45d2fd44b1b2e2e8976a15f0f4ae59ce7dea73ca97dbcf8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1f7e808f97ad41f4c301736bdf2e06da73f2d0e3ef4ca838f0afd65273db7c8a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5553003527f078011d0c440f86c1480ff4e62b318e98ca2a4af97b42e5e186d5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:582a4e6fadda74e5c6c49b605b7967e9d6f25c84ab3de162c30931b1dcaee31b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6d54aaf9249113e5be1b6a87bf439ae778918533077a41ee9442396cda4d2642_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0b4378067622a7584c3be2e5e5d8748a564ae7672cc882bec0c1d6f4f4c28686_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2ba6c6b021db9b58614b1ceb9b736978b0e3396b04dda4518406b041448dd5cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7f7e406ef7b654a66bbcbbfa5326ceb1ddca4a0236cb60761a0ea48b919e8571_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fc403f7babe4eb16c770c80def94f34696b3a8ac55360b17c88edb11b9ae5a8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:473d595a495e4656de14b1b22456ef1ce2218fe39d02bf738990c0be4cdf5440_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6b3fc95809e8ab1be94de33cb375207b4302f93dbfd51f2a67228025c1e304fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7d0a9db460cb1d4c918f87a02979048f170f5e692e83cd517bb9b3271aa06dd2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7f1e2dcfd02a6a5fc56c6665979a8981f11144a5bcc6419feae3964b190583c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:775213a7b6d92d23694dbd1538727c84ad58c6b8a8b46587ff7bdeb7312acc05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a649eef7fa6148524b1f3aaf18ed6543f65ef91ad21358cb0af865401061622d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c593dda5f85469eb4ded8cb6c4738069d48a144823a070b83b58ba7772ba0e90_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ffdcf3c2b138b62cfc84d9916799812ad73fcba9c3416d7442f3686417c85932_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2e1e514d9f3cdf5f04ca924fa98d036988ab47259be5df67497931321634f730_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:32e93e986bbf92dd3a3e09f9c76bed29334b5cf794e18b843f81522ccf43697b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7bfa1c21aeb7971fa978d49455f4b5dcccd4ccc3de147ef47c32e9b74bcaf2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:dbb5abf21bed592282f09e30ba1387b084eb028bd931df5609c07fb8c09a0d75_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0606de7cca514d2b4ad9593d7f37950512741cd8f1597b1f83951aa7c8839268_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:116474d2dd37c159032b15ff856dffecad2ef0ab76298bc43f840bd0245ec78b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2e887b0da3269f28933bc5af839ea2df95b7aeca3993cb31b0a1c92e7043cce4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6029166a01da021523fc720ad70fc59f449684e577f9f5a36e0e759a39d0a28e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:849b8be9f7fc785a70451c1c0704501e2b449650acd23d450d145da1a760c166_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9c5d6a2d314e840600ca6bd1354c7dc6040fbdc216166418485d6edfedb27ce0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ba10e440e514662920d68ac025d5f3841786a393703fc2dc0ee21ff1d2490015_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bac1799b133fd829b35ac619a25a272301816494e83be5a251f78a50e7fb2f88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0469874ac135c41bb590ddbac02428775083221257b6904fa376335610c4acb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5823c8fa1f1409d6863dacda718e35b7afd2915befa21343dfcc68b6fef7a9ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b38d3723f2547dc5676460e3738420e243c6fdf7be77e54d18657efb9668c438_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e5a5e4c1a01ff3f5d694ca26dd248533fd463c85374c25ce1a9f4b7a60deafc1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:19f94467c811e10882e30eeef39b1266b83ee417974aaf62f75738d51811cbc4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:47487ff8d0cd813ab3354061caf319dec553b1cba9d5c1045de710b8a6d0c51d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b3a0104cb85f1a6965eee44fef58983637839a1f97ddccd737704ab41cda3a25_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e8c72b610288bdc44492ea0a5c2fd66cfb1673fc06f6bc66831fa84c96f86543_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1a9333d29d3561fe95488f3d80136d6b24b4a2e04472d37d34737fd1032a8856_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:705d146d458883660aa0b673a651d05d1d1ad73bafad91e84755118b82092ae7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b9265d767c8a6786f12dd4788377f1a316864863a32de4a4ec07ffc8b874aa00_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e3a7bfabcb96924059fb7906be97a0ebb1df35c6cad39a7968a6461df0cecb31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5c015e1a10e5f14e82e30ba41b1ae6a82cf5cb0bc631f5137d7637c44a3f5b8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:623bc4c74b05b46babba7da628809bac05b48d8c4055648e88f0db57c1bb0e07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9502a32446a8828e8a1887edcf49034e874ea0e32ab5fdb738ab89e77cb5a472_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ec7b6b83c8e934b66505e8051e183fbaac54e78abae5ae99077d4e5e163b4529_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1f15641123321a662f676a46a24f6c8066bba6e3730a3c0d0eca3ff8e548de23_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:85070876ada5cb86e8c585f3ac3114d548b189074723a13ec5d6fc6be25c9964_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a34e14a715bad1d324f9211d95c56ed387ae51b24b21ccf931c12f3f7b3dcbaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e12ce561e4cad13a5d08e8164060bb74a309f66047279a26dd727d34ed3dc16a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:67789c239f82fe3649ab8c0e13f920a788a3612d15a78fe5986a852bb2d11a0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:80d704ed310acc3015748815351da4b54fef2d8b74d7d4b03aabcf9fd7e60b38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bfbcd3f502bf336124261fbe51f19e7a4cb9e9132e07da62354699b30cf6ed24_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c1e371a0057014662b91736570bf25fb1211ead7402154a1149dfee9e55b994e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:175fd0386d9a4e064fa760f23ecfb45ac6ae3500e5a50acac0660d06e5b7ecb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3e9811dcf3c528ae6f5ff86659dee1a590c2b53f7af1a03204d06fc3dc628fcd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:68af6c6e7f51523ac223f4e25955cf3777f4ae5b601dcca7c6ec7e2dc0de0782_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:8f1b3ddbde3e33dbe01816bce0cce7d7bd196cc04affbe606fecfbd8ad7b8b17_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49699de68bf38c34edb696ebe4f9dc608756382a977f497f6713dbc7b6e1209e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49c32ab1927e0969508b906c14aafcbc64e6eff7680b9a10812eca4f17787921_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:86135a8f7d4aed36e7b2a571b431b29eeaac2bda02762eafda3e22a62a7a2d6d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f2dac4ffbee9d028b26e683b63a9f033ef8609907f6c498d42c447a306e75328_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2884bba195d4d635378b0d15efa54991a23f51bcf4efb1095b478f5cd9c34f46_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:d84853556ede64db5615eb4d826879c744f7ccbd92c51ecf392a686af854ec11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e05dd48fc4c26b5dd822ee58a2af27bccfd0ed28cc959a6fc05073cec6f7c9b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e202635a4a52be92b47960bd8ced28634111416b220cca5fa7f86373ecd1210a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ae36d953c8c7f73dd78d620f94a0335ff5fb84b16ce9d2dbadbdf3dc5d66f6d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:308c924c44c35b39c66b429a15a0343a47f7dfad62dceb76ea7acfc85e6bd973_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e132f6b0a6b4e2dc63561c1ebaa0bd9fc669a835b0c22b0d56599e3da870231_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5216d36dc483b1368a03e00dd9dadc7c75de2bc36ed98cd7ea2b089cbe23965e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4bc11f6ad7c3e9c99e708f7ef5a01b4faedc8eb5d2de5b0cbed502395958555f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4c04a50ca49fdc521da592b9c326e233763918fbfd6bc97e001e0e680ce24cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8ba4aabc0e1e36c3ffe66b55c67ab8c305f64aa6011f80060c5d95ce91180c5f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d259704d34b605abd3568bd4c988bf9e831d80554ec2d7a57e7c39a70daf0140_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:14c55985b9277766e54156139f0949d1e3e5f756ade34512a3d5ea3dfed2c544_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3231ec9c296798f11aec6a285b0a8f7c5cf220534d0525afa59c17ab2464abb0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d8767e4d0b2c8222748319f05483bcefe50388abc182a01f3ca9dae3c80dce44_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ebed5c3d8e112fc5086208b4b4c0aba054a0058f3fd08b71b129dc124fa00f99_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:26dccabde8cc0d1ad45160677fe240b3fc098acae82f6d095fad08b78330453b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a168025d531f20656997ae845a4930919d6805b7f9374c40f7835a93aaa46b27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e696a8bc54ef8a13800b2168a395d2cbb08678403beee2dc52c56d04cb235759_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ebc22890c7759ec9992b64dcb0e388881caeeae333a9a84a50dfeffe27e38b49_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:09319f1dcbe090d9677a43249810dfe5b3eb165aa3f8b473417e0913649b1556_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:46a37e99da18852f5512235589ee86dde0db6c09d76a49275a8004422b9ec303_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:535d1b713587008fe67eec103cceb54471f5263516f5420589cffe1dea02be93_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bc614ab102efc7dfaa47fef84c4783da26548491e4c43257bb606a06e8d155f0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:08cac9e30829765f182624de9e45e59b40884b8c39cde60528dd27afa57afe72_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:13724dc9eb7247844e450b59b8cf3af5e5f486e9558942836ab60f74b9943291_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3e1a80763f76f622b5ffcdb35bf2dc20ce1e9c06c4f5f6bf0ae06b04134733b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d077c79741fd0c481fa6e1aa2c479b8c5b380b1d1f163259777c8c50be257709_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5e82ef0b9ab6d4e3b7431a7611bc563f356385dd8927855e6090008685f1549a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:62ba53e306331c1b20cad27ec31cf59687218f4bd5908ed7e9034559ded04b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7664e74786778a96606757f1de215a4a9702d0c9f7cecba7bf8028884a7609ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7a967f88faccfc101b9388f8434d406acdfc85d7d682f9ec742d59eb31074fc6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0e05cd1eaa2b9c558d22892495f090b6b51a316dc56d85ae825b6fc44611b6db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:445fdec85c2510c8a45b2a830ead87136bbb80bb9244987b4d6ffa5858931926_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ccae4f8f443ba6806ea33105d7dc06002d58914626cb9ae57476b29193761b53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fc0becd36b6fad4911a5b8c9a4693320918f7f7e6336c2b11a76adcb6d1eec36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:652f8fc874b95a56393f14c2b56a63faa64c04f6646c1786d07eaa272a9acb9e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:94b9c011744629b1ff6f230e25f876f218ed59d55a941377797f77cdb7c03e1d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a178a796ca9d32ac59faa5eb9a6aea30f1aec65d88f89080f57ed519a7983f05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dc8a79297c73782f5005075332bcac58b051a07d2b35626323f9b69ee5f4d64e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:03d66c724cb647d4a613bb48c9df6e9ffaabb68c8af5a4ccae45365e32456470_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4b9510fdfb45d2561927843dbd7ed869e2f67d9636e59dfd0c3ee640d9fc601c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b3570e078bed53aa3e435443bffbd12a7b259f8dee9d18c0d79b55514a547b53_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fc8e892ccbd8d3c1e737fbaf8f02b5fa6bbbe242780c9cd00fbc5e6889d7baee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:266bd8400632ac70fc6584e4bb2850ebcee7027ff7899acbeca612c6556302a4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2c8f351447fffc2133f339c6ab3a0bcd9bdfafad4a4cb5b7dd2abc32c6056a92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b8d2783a76f514f9a4e8096434ac205e1d82d09da2d67fb930a1b5e4d8089e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:74fa72db679ef47f9a3e3459a90dfaeafcb6db73dfe15b8933767e2f9d19c448_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2b5964f6cb078aba05ada42f0c8280dfa39f9f80526932cc5d41410922e4e8ae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:480b27e9866ca8dfba83e1accd427d4f6813f4fb7f612854e32bdffc10d7d5b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:91c7fa7b70f2cc82b26ac16f91ea084e15a4f5dc64f254ed878c25dd1170c0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:edc297cdb2f670aebc1d3561d801840ad029e8777ce45724066e6891aabd60fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:443e0dd81ae60896d31f07ab49611c5e0629746824df094ce28cdd3cb0ae1d58_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9b16561ca87196e3dd9330184f7abf25e97272e3c47d2e8d594e3095e74f815b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9ff62f63d487e25a750bad29314955effd17152bfc534ff698963760a2615b0a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ab506c549b676ad9d8dd179e2ba871a12f2096ca2601ea2a1f2605ccb849dc6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:08758e6b81d6679b095a8e7fa323870eab35fefc05e525c6ef810b6cc0b3c0fd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:af87d24f6540e5c98def879ec4ea8adeb5b138e41abc126b2c3030c5847fd0b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c5e9e59a08d8940e99da6bc568269eaf71ea8db62dbff86a7f6fb5dae861e323_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f5122187c85ef27f5423ada009d800afa4800e32ad1ea3299586fe64cae8e38d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3c5078d135089e1548b4dec49b7e78658279e42a72792a988447662534b6516e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:56158ce0af0c0eb9709b2d1a172201bc795ed6e5075517b6919ed1302399d6f3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6720c8097a398327f18a5c84c28f6b58aeee017199c2649649a1f159b8365838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:89295652b447f42c6a0d6e1299f63b04016f10ec8faf6372357294a14472e426_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2baa85e44cc4ac6cb825103508c5bd74e348609eaf53ed42c6d0e045dfa62772_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:61283f1fff1f8ec53563012a5b1fb5a48831f0a220d3676b512f5a60b331e849_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ba258012c0832c57b29785be805be44f0b5f8eccaf76d82d7493946806eafe5f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cf3bee6414a87e7f907d30047ded274c488239af5b1f43ed717ac2cede29df86_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:40854e0833b6cdfedcf275cf716e58f3cbc5c44be313fb83ca3e909bd80d0b08_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4d6a10dcda92c599f52977c71208222d166168b29da4eb4727c466e7eb53cdd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7be4c5ff86b0e939ee9f22156812fb98d2f96c1eb4567ca8a6a01ea3aa735dcb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:83bdc9fa5d3893a973794dd7162bf9564ecf68ce44814349a621cbc284b9e61c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:993ba8c1dd84e486fc4084a7786934c356a9b12ae86155134fd1a1dc1e5e3f2f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a64dfd96d3aacabc8f219d19e6d7eb0c1ac5b68b49eb93fcc973d76e67ef1d34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:ce306e2cdafabbaa29467e0cdbf316673d17180efb604e683a7fd1ed7181c6f9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e6748814d950e6f5e370dec9cb7d557fbb0d29ad3620b567840770be826a601e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:04d418560f90c35b42be67886632615d62dc89cd37fcccb6e247212b535fbb7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:40eaefc42c0f0b5adeb47bcd463c2e2a45e7f3af1c0fa4cb3fde9c5479660c4f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:545bc2a7b32276bec515f338aea3a2976c01cc787a559986646aa6fa26ad5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5a2653ccd5dc3f59a228ee8b936460575e1a392d12287661b1dc83a9f8210033_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:12e5e4ea4d19c4dcccb35dba161fdba8a703ba6331b11054e4664818737746a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:180e817b55ebfd081fd0305f63b3e0539fe8d13d1ceb8428ea21e213779fd056_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:92e8693b9f6955f9862c8b576f5e32bffc3bc34232511fae0cbe57d705bfc53b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e5b5d4750a3ffe24b1196255d4cfe15b21efd587a41736307ca8e4e61a4936fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2ca8a85fb07b431d97ca6a3e3c18f1cfaa20883c7076d6b5b4e6942b632f9aaa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:559af5a310f0923dcb4ef9389c51c98604cf44642a13e8ccb46225b4ca268580_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ae056c9c8e0cdc6519ac1a9542781cd54ac2ac8881f513e965b57ce7d1e5ef2b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:deb92b50d5948bae13db37a7046d9b212dbfd3ddb1063ff8a5e5467f0cab203c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0c4f3cf84115f8c9b9bed6b2dd5d52316eb3a9e670fe6b9e28c2dbc350392e87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1142ce3f8a3c1c2a1c7dba79ac2c3b276a45fc6271ad9df9e6a5d8684c36da2a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d9f2c021c17f1416e01ba31a8823b7a87724fd96d7ec99d494981842b5d452b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f3aabf75e838b4a941f64a7a322768729059346d7578ecf5fe7ce27a71876fca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6389373ccb2fbe1b6385ea21dac1c0ca918bf9d3889ad7a738de6be5d7ec4272_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6449fee9a31acc582bb85e0031312e3ff07d1f1843a1c6c410eb79cbbec1ceb4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:751f007afae9f16527e9039aa95c2ee6efd2ee20afe3c083ba7298493d2406f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:afc11a340e28d4100c31646b705e8db302f6b0a96ad3620e07391f02a70438f1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0673d2034e7e5fb412a171939379da14e9269dad7bb53e83be7ecf8233b0b5a1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:18f0345811215feda18d2b63f679ee870e76b33e9f61042d93edcf36fe97df95_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a2d247eb696c80e02bc8c1873e8ee0fb71a1e5ad6cf5cd84bdf504f4fe17cb10_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c342b14ff399c961ce05c1af127244b950b8e9d641ce8752f9d0f880ad7a672b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3d9fbc97d13987f28ca76b3e238b540492eddef0f302c2dd958c1b0d05e10941_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:47682d4e934d597aaa1e809011a69afe93936fc629ad3dd1ed76dc7b073f7ee2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4e8d3460e04e85a3e01a578d492499376787c85f2840c97821f11213862239df_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d7b99cad55a1e1d380d30d0d4a61bc5f0cbf3a87223efada3e69bd9b0741d3b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4849bfa8a48c7e7d264fc6ea9097fa9d33da25f75776619976e3204b42026cc8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d7c3f5ce57c0aa25e13ba9484facd75c5a1dc3caaf9be4d0f273243e7ace327_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:78aef6c20ab3bf78eeb8b8a857ca2a24067d45cea0a070c44d3fcedc00d4efbe_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7f33515dbca04230d98550ab638efa87389629fc7d913c8ec42e4b5bf8a772f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0251068577a1724dc777683dd189468ed77413b396614a117dac6b4320b8f01d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8812fd85c74fd67a95afe09c2ce5e7d592eec1e25fdc6fa331a8bd41bdde0cc6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:89e0a7e0fe060abb45a6f8e6ed1906053c09f95c252ca7813175903db61fbc99_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c3674a8f28935f3140fad744b5a178a8346a9a7f79f6c281561d2877b38c4ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:13bc0d4f7d4508fafca5a3bc61b6449a056e277da131e753c06cbc1bb7781b27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:993a2a0b3f84e071560f6fc1a3ac243fa745ae9a7ab15febbe1385437dbd3ad8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:80fc518199cd3a1ad421b142661f0a85679b12b69d0afe580fe60eb6a13ddad4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f069665c66c19d9775b70a31aa7a1069bc653691f6abf106a88b2ceb8c0e1ec6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:13ef0c0585b01c56b865e029d029a553b458fd2d3d0204eb6dfba1bcaa11ac3c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:599d33b55e88212202b15f4344f7a18dee4f4504b3739d6ec99414d05bcde2b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a751f1f0540505bea087d3ea9e6ba798e89d5deb772cf8e401caeb3816a563_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4c26bc366b267d444f448a4d7bd5a0d26f84bea653c14b261a829669d888cf88_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8b67087a584a2d952a6e80572686412cc8ea01f03ec8d70b56cb8a24a0c5a3c0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ac1123e890f0aee159c9105e26e1f1ed3ba5eb3ea66b422b281c3e9465401c5c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0dac7821ce2a3a5a180f53f381d9e61484cd8c5efab3c9a7dcc70b5783421b64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6b30b39205367ec985c4a9d948e71d378b9483689c3ea179cd0f2476b9bfaa1c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:de903677bccf645889ff7968ebbc052b14273329c0765f7faa53b0ca815d6899_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f8392be7a6f5223930d53ed6d127faf727489b8f5ebbbda6b6b437c529e3c812_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:02ac68c83db9dc50cf6280a418eed9261dd2182bbf51d16fd143519e49960b17_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3746261c5d4744b13d4704c822fd62ce1f486010176fdb3bf95512c72eece73f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:85e34da00bd6d290c04d8eac32f39db59b5f50fceee9b248b2cbe27bcf0e7e5a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c343b119edf863e179df865ccde0b665b87087d78b20919aa5726d8fd240b344_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2026fc52aab5a6d7766511080699112f32ae4576108ff95b0eefc5d807a14f25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:21b5298172f4de1e0074c4abf5e4abf27e8adc02bbf7ee49bd3388f7127d4901_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:42f8af9bf66ea72846b7f7e57652725c31b01fc4a8d39ff7e7882075438c521f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9c5711087546b1ba7cefab267b8aa30b54ecde5926f009518cf0db974ff84c3d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:373c4b7507a978e3dd62e9ea629d1e397b1f1db682e11ada1bfe5a0b45afc782_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3be306649df2fa3cc9f30e60ed5d947fb0678b0231b617eafd3b1593d10feec5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5b01a896101a5189740f84cb1a83edefdb0dc00288dde725ddd0e95480f8e1c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:961dd87e559779e6338a4d3d35c96c0ce6ff7cb9634ce32d4bf848032f4a2fb7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8799db20cca7be653bae6b8ac5adc1d628094eababe740beb5dbc27e05346872_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a36c2b308515a293cbcf265af68ecebf498739e74ef11016d5c0edd3cf47c4e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b86631d6601578548af20a28d132a0503fe118f53d7596a5632ed24ec5a9931f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e867bd8b76b5bc1438a7be88a30fa7707edbb1909920a1d4d1d0da0ddbebdb40_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:313074950c6dec37d29a9722b58ddc951aaf67c27b47568039f29f02f2523128_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:43618db20e6f592602096897bc89eaf3c58490a362e91e3299e20bb2a02827d9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:705f4db2e969d23205de87db1bd7dc8eb1ade64a76940fad950fd1a214dde6e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d2d5ee5893ae16784051d9526c1feeee3c641fc3e6f337ba807744551c00ffa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6ae5cfd48e788096162bc4517f0466bf526f16c84bb61072886a64842856c5b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8004e7284c63cc32a05f6de732791416d57d62db041ede2829d4797139094292_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8137c3932f344ce587769bff04355ad405b6ff27009bf23a221ba52f3da56e1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ef15235cf21f0fbfea74089f75471b483a98c920b65676bb6199c155fb61e929_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:149cca2af3f89c7d1e105de81bbd098c66be5687f18a584b644f21d0be20f414_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:33fc93d5cd30760383da666e8effb6ed32f4c8f2668da36677e98c1801ef4f5c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f9c1ee7f72c926c45cd76c12046b867d9efd7c3c381f34afeeb9b6e97751175b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fcfbae71f81307789bec93987c4523700c191a66663ce53e4009c5e0a8627826_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:04fe8c19bee4b629ee7f18a13dc0b7f49d6a4b6e19d204de90b6b2240b0f875e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5c9662139f98817aafe153a43f700399781d079390d5ad23d3b70fd6ac5d370f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d1147830f896fd229aadd2b766fbb4c8102b35a8edd4d8bbeef4928d89cdbbfa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:dfd0cdc29bca0a2239ef203fe7b58efd97ed4e72daed6609e22b20babda395fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5a9889308bcd1c3981072c83d44206d0c3feff059e0a2029d49adcb974674c95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7a715c7e2a8f54ccee42abf122b0028ed19705f401248d8c38f785d960f1b116_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a67de487534d03cdfc180af9d235edb21c5cb71e1224bb5041fcf2b9a428732f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:b3780d23a2c384ecef73c806cb20d7f97bcd11c12b6392c781c0deb7ceb55df8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:48b5d06ac4b35c2a7bca3ba2abc39e3af1eaf4ecb19c720d9b6e46b066318414_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a6d7d7df9078e9d1cb0f12f9ceac12c96bf2cea03a9085b23c3e4af6a456b51d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b757d11e5dc51a5822d9e30e97ac142cf004fffce87ba2e58b8d62926127664a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e61ed19beaf8352dcfd4b9478335a364263cb9839f27140a634a217d87d331e5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93baf08acbc6875eb2b665a9ef3601ca34b76767cd70a172dac7237f21b6958c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a5f2c2debb51b8aa926ede417cf9fa0e4ebaac4f5bf9e770db55a25902a4a3b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:dc97d5c1aa80515080b2b4d16fb08ee4733a9347eebc8427f10b7e70582464ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cc1559af0d7be472ae46be4552fb41e81ad804d73d1444b92cae4485118c6773_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cfd5513afd8b2b5e22d5e384a7f769f9c04709d853feb2f91ef667d804cf9a7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:febf2fb95748ed0c440e6acb72c40d609ae7587b2665cfd7145c878a2a0b5783_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1728f980f3ebba7e48bc0e8cad114db1e0c06f692638764e30ab990f45c637af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:41508513986b369c2f89c64af84b3980b16bd2432130fb122d8c1346f0602894_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:650f08f62aeea4bc954e69ed88a9f2f14d3c8f733c155d113c0c58b7154fec4b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:016fc7e804acce7a8b8df0a02bec320c32f9ce6224ae67598a63992219a77516_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:081f9cfabc57aaf4d19df8b496613d8aff54ceb265634c904ec7765c810b4553_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6da3ef092cde7fbaeee01c5d6bb0ca5d52af3ed8de458ecd3001bb96262c1ab4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:035d07364444ea963d64515420fa4005adf82c44b575555a074149f67db50567_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4e09fb0bd709d53a0abc6326905cc43ee36e6e4ec5e20108efd1ffe585b1f2de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:53a5f81aefcdd57ba33c57c02941803a072ef3f1b8467baa3c53c7e073a9ea96_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:cb3d2ccb57987217c75079a9c10f230f6a7de9ba3b0fbd87d8d3d5c71f8c94b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3472a8147e06452751999ae2d041063907f275ecf429dcdcfdce88c8a19a17da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:61155741778188324e0616274f067ec36723d0fb81d84e9715f72ffecfbc92ca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:adfe8cb84a5f0a241fe69ec532b7092a10cc274cc3aac2b86f33ac8e725ab2d8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e704c70226ec4986c16166ba1ca54b908d1b6d9ddd47640bd5ab6d292f977508_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1d63a1d7ba183c49c69a6ffe5a4584de5282029b0b2c2f3484b4f4431e2ce954_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:441db8762a583090cf4325377b0ee75838452a601732bccf4dbc57f26f6a1a90_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c5c52612378ce1f2577314e5723642237c9a361506c448ca80d2a0b56666a1f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3b9843a117d6a6ae28222951e1a556d3888ceab2ff75a082a06343c8030a5ed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:236fa2dfd935db687e786cf827d88210c2f586d2d1a93e610861995908bf2587_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:647704923828c83c6ed3810e3c4d7456fcbe378516dabfac30f203a3bd3634b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7638d755fde7fe6d3c004a6f0f7c761a9fdb75a3541f19a792c3cf8e8bf473d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d2eaa5b8ad9464732265b84128b5280d725feabb2d4b4cef0178a317add66c39_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b659f5c6da6f73bcf8b2850f0172358816bd68fca721b65a9a70569a94bc90d7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cc867d49602a6ada5de7a783136b6463c4d9adee9877ae1966c016a08ee8e87a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:6fa614240bbc1932f65f8cc9215d2baccc05dd1cd5586fd308c44d8a94447a45_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e85e957fc16a36b5964613a99fec1e7299db9bc63edd86ef965d879a081b64bc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:14b02010250fe10ca57b2dfe1046641aeac31f92e5691c067b3990383967f0a6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b6b13d29b1cb9c9bcf97f2daa289669bbd9ea501430e51652bca3d50f787f23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a8ab293c4f3c6bc251bc91466b7586e5499b6e198cff46e50f6a65d97df60f7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c5d781c35cda14ab70d4a5bde3bf72df0a3956f5cb159645e5337095bb71c5ca_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fadba956181755cedd19d3d5b5ee3da0222daa1dc609b629c900a0052a4cbd8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:2719589f19df23634ec3f6b578f3fd2e827440675b72a69b89c9d78b1310f98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e1fe563643282c027ea829274a1945458cdc5d079bf2a2b7b0a9982a5cc3720e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:28d64f60c216f77e3e006012a403671463b9dd90095e19ff2dd027def6abb511_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6d681aac67e08e2ecca32415dddeb47df6191a99f7a8d7bc3bf1697c6a26c1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0d31a90914ea716508caf180e30fb682cdd8066da7a0a31752be9d86ec9c777c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3ef5a3798abfd3d9ec1b6ebabf3ceb32fa4057072b2670793ca119f556c0897f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e2c62e4b87e0536d15ed8b4f2905930a750f770d5c6d0168de6291d92c51f9a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ef5f4d7e3c872acbc4ee48bc91b5835dfef66a698287a95836344c1587ccca69_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f5f049eb01192eaca548f3585845ed6a530934d2eaeb422fc78b657cabb1f57_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:740b0d9392c76e433ebb7762e57f156a0e2ea1db37ddaed2c5b8044ca092a357_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:da9ebcef147e8d9e84848454fe2b8e259bb549bf0de88ee960fb48f6c8051060_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e8f942ece24d15ce0c4a31f731f2060b6e3874a2f486b2dd255c773fb1a55f46_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1b4fa4d6ee3081f39e54b4f910100d210da682dbb0f308f08107ac44e7338d3b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:571a51e1eca0f31f273be8cff7ff115bdf192e14f5d510705ab7ed423fd5d9e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6dc96b2e8156e7e42f758cc28302a2e94e8b3888970d03a780b1732375e728fe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b91654b9aaa85e13d262d21b949b1a96b386f202524c2e8d52ecb66c279eca8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:107c9dcda9632516721c41af941362ccc316d25661bfb13a7c4dcfc2ea4e1c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e75d33740c576321707835258793fe2fd257682099348a2a067806e764e1560d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3ed82adddc3da003bdb272e2a5df0317abe41512179cba925f65fb5d8f7c2eb3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c16e4af4e9a79ac2f1fa632b20e98befa9aa2953ef241af186edd226e39150e3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7b6c16881c71569dbada90e320379c2159ead0b0ed2fa2113e065b361bdf2413_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9533dc6817f01e377ea2ff7e3aa4447d20ab5d016d9145b97e0cb9e758c9a8ff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1285e63d6cefc0454a400b20a6e404537a8d57e5fb9b5d7ff1a75b61555622fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2ea17afe64ff273c9208892a59773c1dca248367c849e805dc78cda228aba29f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5f33ae81c766b0b7d9c8411dc4f6a0adf760221ed0493a99f1bea5dddb5de41b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9de0bd8cb41c5324718c8d8f275c612c0bfd13b322225455a1142dc76bff0a01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:2fee175122b1e3f74cd8976af1515c869d096da0bc4f5e9024b31a64cf88896a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9ca16ca048f3de4a5d9e6b6a38b55bf0b4a994bf7f7ccbda8c50c02bfd59c871_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c42a4deb157c31f6fb871bceb8c4401f44ffb490404591ae36110511f933f72e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f6d5c31b12c8a1a1e8316f258ccd254bf6bb8e49ae8a175eefcdf0bfc5c6047c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:204e84b23aa1edaf66f10a49432115ecb4c3e8fa34472a909e1c9a7a0c3f3947_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:37f226136e439a1b37fab44e06ff30eb22b1ba8f12eca9e85f59936c3d58acd1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3e385fec20235fd68320dd564c68770d91c5c08a864e3de41f3800937d730334_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:878a0a7473a69442dffd7c19132d74b29ecf765e3499d29f8da7b1de2ff6f439_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2b51546e56d1893aaa1b68c4e6ebb5479614d0402e840c8c850702ffb198036b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3aac893d87e5c39ae1672eb5ad48a0b9d02b49888fab57f8662e6dbb3897b660_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c5bddc80f0ba0e391b336de8ead2442d0dff227fdb8aef1874bc3db3101f7048_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:dca0c7b1c7ec76232b3d5ddd15c8716e04a8384f0a816217dec544d667ad2e69_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2551dc2ab6fddb6edfefc185f7b6d73ea366ddaae4e2f79d554f0afb79aa54bf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3cc6eb31325b1f9c9a2163c570ae1c3d4da7e7dcb0d761a0fa775b66fda9dcf5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:569965f29f668f02a342c0c7b4804bdc92354610e9368ba42a3ea5cc3172f532_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c4b2b0855c4ba25e150de01e54f0a84bb4c6c220b348945742bc0c18cc6d7dbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:01b6587f8b9ee398d34ed3330bf0bdbf2dd01c2fe475ed4d44c547401d1dbd5a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0fb7ce17c762a70aa16ca9f7f35e41d85997bb2bb22b81986321d29634ce9b3e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:60c4fd0dcbc1ed92bee7dedce7879893a23c9e4a6181e5e6d6a8f04880f377eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8925d5826cca515b7f7c05558406b3688a14963ddefa80f5b44500fe12dfb1dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:3d914112ad75b59b03d5653cea40a25d92af415ef52dd10aa7394465e6bab92b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:f8d52c53ca49b3f9847d2e568779801321307e329f802aa9456cd0dab7625232_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d29e5c26f37fc8212f2ff15cdac470982494be155f85e3c310b0c958b943f7f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:fc7a6712a6fe86a47b5a745e06a0c6d164779eb198f284fd0996847b025e53c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:32bf2e7aad1dd9ff5100500c294e343af0dae3d392eed27a1c0305198734261f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:54b4afd46c87b2cc839aa7d8b8ae232aaffe0f39846a6edf9d0d3228adbd7a29_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba41cc4ad0ea8dc731838e00dae166209a3e06d104e5cf11491639f82290eca6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a9395f57a9adc721c6e43e578957e21c8b9f18defbecdf91dc49d11044aeeeef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ba077da5ec7f147b51f0ee4432082aed3b7a3a541729913bc2ed821688723e99_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb48a38cb5d06b67ecfb4777c44d44f3e32a996397450e30f40e7ec3e340a56a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:deb40607f193ff4e36c684ce74167e67a7e96187f1a44a1f0f20f36572005843_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7dc856fddd561c1d29112b0b8d4dc39dc7503974a9ff563612e6998bdba4b71e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a3e01913986169c592bb770fc49e3875d46031b5788f983ddcd52938f9ef7a49_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c3481c6f76c644c017392c092dcbbb25a288acd14a9f01e20afd0d2d35e16d32_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cc440be9f6b3c5e22186b6d53a428a8220201ddaa79be39e19cc31a8fbd7b221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:12d7ec468f9634a53d053f3af7957c5162d92595fc3385b26b08acb22b7935c1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:49f08b645fc28af342483d9efaf2f607c9c2a6b491b477cdcf2985c44aa3e894_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d32cde1eedbd0c110bc10836025cee78421ec16d2924d30f5e6265591a9ec716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:df885dc6da20faf1903dbdac693889d9882722e8b67bebe35f624c11e4616262_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:16c8b8c6aee6f6a06367ca5bfe2be8fb85a05c3f18a819683f49d1a8c73941ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:376659c608333e76b0b48fcdc69ff17643284fd22fdef6c6998f07be54c1cf91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7359a62beac2d501d629e6768f1767861fdedc0d05f53a4424a2abdb3dbb6a8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c71d05c245bf1a4955f46c785d7264985e1f904de2a19972f7ce6209a3be0e4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:06ab376096238d4e04c9ab713d83d3cab5db769b5af1fd1c57ef2ceceec6ef61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2c80889bfaff670acbf859db3624951cda96d4ee8cb1560806ca4215e8c6c04b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:627c6b73224c3e37181a19cb598ef9a425cddc1d17d97b6c23388ec1345f6a88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d5d338daef4ae436780be192907d28a26785021d97865d8a95db9065734061f0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8e59a286a05743844dd1333770197161698788e0db4faf8e00cac6b2fb9a638e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9029d8ef1e4455dbc1910078afea1141f92a5c4d2c298ce1d9e4319209b55246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:da4ff38c7a1fd5adddbc0b0d3defbbd580197680b22648e2ab803c90c4a8c9f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f6c44d76a715e0ca38fa5e2becad93a2bf3a41fd8f181846e7aba81b0c579691_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:167937ed04f625a9cd2d0b8ed6048a5cb7b6d435bc2d41775d7db4dcdb5fae95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:176feea3131aada18df5da44af30a127f4dff392ce8ef57f7e0844969ec95923_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:17afd4ebbc2a5233681d4cc1774fcd70dc932bc10006235b11de8dcce826c2ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d3a98e507691edec50373d79ce9df48a71cb6a19a75c9276d0c5905d4f204b39_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1b6c3977b4835b0cd5399523dd437c230b992b77a0e7352b095d008be96fcdab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:54d79643f3a191710d1362d665b5c838130f3e51aecf1e27a2cdf66e98a3cb8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b8692d27a4799d20ce1a8374ba99f55732bb7db56cdf8f5b038424a086db614_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d196f02212da5e80ac5a73931316d38e9def9aeecdadeaf07aec685e661f9f98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:11c2a1966b0632e85caebc4555e3e2f726277175b27a63a5e854557499e0c28e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7e649963b5c1e2a7e8813569368eaf0ded5e544799d561622d469b03b9d93937_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a23fa7969c6a881648ba03ed1a13692c5db21b79f0608d841291ea9118548ed7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:af57ee131bc09ce55ecb3ae13ed7dc3ce9607a7438f0ac5a6e64bbfa000546db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:3a7644c1ac089cabd142fc1743b47302eae8528b13d1b038298f2f57cf746326_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4b5ee426703ecb55bf537731c39c69ab7f86316544cfc472ee77fbef7e5680a8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4cb60d36cc3b34b4b1496b74b9b2e68ff152a71d7f957b356311ea811bf05573_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f3f64bd2f70faa654f7134d803efdc032df63fd4ef07c97abd38fc41e625b48d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1b75d96a4cdcc3a37848c5edfe598cb1d99bb3b0707db5e3f62478320eb90f9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:876fd001172d5151ef99c02826f834ee4db4623b00699a8fb30d6a456a7a8687_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ba8fddfcfe0004287ce58db40c1092f2090b3bbb0810c277066aa2d97799f8b9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:bd9982e951fdc7259571b6d5983ea2cc44402cbea411ae9a6b135692bf5939b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a7a8d4d8adfd98d3a6e3d37644b33966f2c34ff1e553fbb5140ab9a15563e821_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b26a5a47cde227edb5e7f6e51247a6cd91e13484f6b5f7dc19b62f83b7478361_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ccdd76d6734e3a3cfaa1e432c1508c097478e842fd436672e57ef2563d817e4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:fee8f3b24b431ac2a5d4fa3d96c90c5e1aa68c08ee8ae9963fee457c98795197_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0e559f5e780f3849e73d7246176059360631d8c4a7db1700f6ba1b6a9e6ae089_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1a376560672f81b7596417591491e71d065e90672ff6ef5d37ed0785e9baab16_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:350a0360dfdc31eccadb0e8b9397d5a3436bb509999034b60e611428eb006cc4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f8b68ae48350a5aa9bdf47a36efbf661190d497ab5a139027a2bf4579d21e095_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5fbe979b3d448e36fac9615ccd96f8583b0d587d46f6b1b3749e85938cb2e510_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8d45dfe709ac701d6eb800b081947d39a855f65c756f31ae47b75be9fec0c260_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ea4fa6caaa81f207f2372c6179c3698e225658387549ba567c232170cacf8570_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8fb972b411085b4551e10adbd419e3cb89754ee5300222cc4fce27cc349513f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:066d438bdfa1626aaa7a0ee5d2e3222724f2f0cf5bc9a189b67fd5358a0a48c0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:747c142608d6f43952d315d7858f57edbd2d9de2d255938dde311ea580a329af_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b2ee2d0e9906ef1581677bd239073c09f93e5b720501e9001926dfe7db34839e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:bf0b42c5e7e51129966a4744bb253b7c336bb88b1f1a562e481f7eeff5428136_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:3e9309d53caaafc9b145f6b7fbbb8879c9f018ef226afe101f6dc7ab02b67856_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:3a558e248efdf5d3111b7d61e8bd471682e7038bd34c4490f8ba69b91b44f36d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1b0981e2ee13869663087d6504e0c0af6f2c56d2ebf81d72b4b7c751bbf6e500_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8073e0be1f7f7523880b30946f1b6868274c070acb97d9da2f5c486db99ea18d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8980be22bddace1adb383fc356975fbf0af9ac8a20bdc95b3303a80fbe296f3d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f4293de50825a003a825306a45612531dafce45b72a91cf4dd455d596a0c60ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5bc26795163f03947b3f42a5c8cc52b7fd6eb713a0fa5a1558bfe834c21edc0c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:7f29c85842a34554f06db311ef67ec08d1d947d32b4363d1153d92c8d13c3214_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:92857eb171128909119700c431920f543cbfc89cd06aa98db816a2fcaab321da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e931e3fe478f8f905855b4516e1ed9b33a161536c447025cd14dd68778c40fa0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:338034a3ce7dff3efafd00fa35b858c23c2ab284f743df414c6cdae455f8801a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f12584b95171f442bb3661c908ee43de70d0400c6273eb4e93325a5f3f167b54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f37f6568957ab825b08c2ce8fc6b32ad18f5b7bee50b24b1804e70cdb144e5f4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f949249e3847338ce4ae9b94b0d191edd3f316d471f0a9047f97e41e41b7554c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:407286c96b6e9d0ee4e8abec2b06a5dad70fc69820a00deae47cbf3fcdc65a40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:52294a05713b24485ce6d7d1b867081da2f01dc008b9cd052bf8c4c37839f581_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6693dff44dcfb7e6fe67f5373bb73d84cf401d20640c959375f20a24d31aa697_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f65918214ce906cb5af9a59ece43a36870989c579ac1660a2a58f9536a79d9f9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2ec7076ed08f4ce7a61f95083155b5315acb6004ea4245c70be2763eb0ce9f4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5a539e39b3aaf61d63f391b6960cdc5746cbb4b0fc07b85a98969f5c9cbcca4e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:93505b057575ff9292e2e96903238708b940a23953a79cf8742c880f1fbc743a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:be43f0ee18b6d56d81a09871c4a30dc2245ba60cf17ff0f1aad10e117f40aac8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3923e99d803b6dd5bfd2fc957101bef6dd86ba8f6de9e59a849e4c7a02d57e0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8253bfec4409c9a02be72d7e8d87fe5f4f81c1bc58a294f02dd570debc4f1128_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:851fd20edf32778383c81e3c5b935ec5607a05f8fc569f64e31875b8bbe81d6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d06d41126ced4841fae74d0437b18e9f1699d285158fb8725a8768a6e9065b79_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4375e44dccb08eb4ecf461f4e8e7e97d617ab5b1c968beb481d5795e6bbf0229_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:75140fa657674afc46d698aea19115a9f60c7765ffff6a0c4ae5ac166c725597_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c1a31ef64ecdd90020d72f323a242b551a6a4a85a4dae309e19f5d8f12d77b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c3b1ed110f6b17263484b7fde65642eb349162b206c0b9a2f463bf5eb13273c3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1369aaf62d9d273eef766c42f7015d56152f6b8effc50dc06d75b1bab38a20a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:47402101d62f418c0f6b8e3c6e2367a8c84f5151a0204f326bf1fdbe983c603d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b519e10d4cb8fd9ad126a36fb864d2f29f7df218ffa1b3b5f222e0befafbe360_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d70f848ab6450690b8329ae367ff2e5a3a5b295c073028dff7cf810104c5be5f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8f8c882873232fd9a00adc69e199f1b4acacffcdbc282280ebb61dfb1e61b875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9fe79073bdf1745b388fe52bee661394f96ba5c0af585ed8ab4a61724e324777_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b2b91287350dfb474763ca5d332c4765af0c1ff2d7be722e23ea93970add2687_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:bb5f4abfd26a9446eb2f4cb1355bda840ed1006a6233373434378abaf0e617b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:07ff9687205eee39d9ca211c0bb0c6b1618848e9e74bfbbe793aca67de73fa88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0ba94d11051416a116cdf516dab74d530a584fe7c4bb1e8d3deb3bde2214e459_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0fe87955631062bc7ce78891b9eb056f899308f8cb8101b3a44f889c1f0c0654_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:786de5dd308c9fa6643aabecea0bc666a9ede6fd2a5ce1cb0d511eac2a19596a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:719989a197c3bb8b8af09e95af49125cd28014fa74c7969f3f3b939223a6743b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:743119e024a9aacd8bd4bf45ab9c14e684ddbe2307d8f965e972ace243f128b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:76c523fa10e222690941abc8c5564efee1ec4d309a7d023480b6000a545d655d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a13cc82f7b2053435d5268416686ae2ba89e37b6561e49c7ac395cf3359ca2b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:98aa0e651302bb73569a0578e6c11a1691eafb5b0aa28dadd714a7b44b498f8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:9fdce4b5198ae740daa858432221625391f7283bad587e1ebc1220e7b0b4fa28_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b072bc3bdd61164b8076f2799e705ed8e34281b2cdf24d9cf08deb8e697de2a3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:fef5253a6623c30368e9e7e271501adcd9432b96473cf8278a7b81140d287de0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4eecd436b35c9b25eca6975ca9e938c2256fcfeead67e1ff4159d7e36122122c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7e11ca9795aea60b3f0853ffef0fdbf922f4863edd96c50fa85110f36bccced2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c95f8bcd0835611bb90983e96e3b780ccb65bd2bdc7f7554432ea971eac8095b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e497c1834c97590a0c388b58dc823cdff79ab6befd5f2a9bf494b3acc3181eb6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3a7af87b46058334b97531a4b1b5cd5be47e2ade8d74497429529bf0a489b275_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:97313aa4f1c1c9aa51c77a153d0f0eb35cab9711b7f1465b82a636ea44e849ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:ba0927ffd76ad6689b808e734038678c91854ca3d0630613094824549f8a150d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cd8feb684b9c70a4ffd7077e19812273f333174a70f7c2b63d57d140d8002382_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0c8bfd6ea4d0729e0ffffac9811b5db2ecf5c40e68ef048ab104f161d2689b74_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4dc7e3242cdcd1d3c1ea5930da7d4e027383149373cb6af0551ed2572eaea0b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b78827903e5c338d67a4ea2ba10ee67e16482ff00968ba99c27af2b6d50ce202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c9315d23ab26f6f40e05a5fb1f9f2dbce075244a035b1f16003d1108a7ba36d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:270b5e756fca54f2dc05f04b6f7b43f7f188153811decbc0b49eb215b11c2372_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5331e8ebfc48f4d2322226b8986dd178f133a52edcfc0a192e89f1785c8d568f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6cfd8c3da57c17ae1c430f2881c66eb0b1c456bbce4a9ada2491b2c873dba985_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa346af0288b5886b5f095d1fa0ceb7715d4333db919ff9d61078f369642cc29_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3403720059bdecff83f784e2fde54d2bebe09223ac6cf99ce2b4c840b9cd4a98_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3f8cb2cffaf6320f14ae09f7e44c965681b395370a156253790764ec9d2a2aca_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a02dde1d0b4f4fbbc4e6f0afd24da1595672f3f290345a4f6e98e11d89854a17_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c4e8ac4fea3c281effed3996a378c2e952a3d3704e47863b2ae6b266d2280920_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:46a0b302273acaf2582d377271b910d9d31ff98744cd8f290583a7bd5579761e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:af0442c88d2b9b93a187010065424798d89aad1d695ba438c815d04d7fcbef04_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:bc7b78f67fa189ba63da9891a1b05694d676a3ed2fa318336fa0850d63815250_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ffe4e64ee1b721aeefd8f1ceee11d225dd69319385e3e70f0bb52f4f40660a45_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:29d5a91b39dc6e72677bdfab50f56860c53e67dab139b464dd571fef9780dc6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5e6d4e29635ea0b075e402931daf8c384d07ec8660223babfd0df9d572ea6912_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:82555977089a1586dc24154b46be6499607a9d15110e5b48d9a549ee73f3843c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f32c4a07d2b7a14c39db1e5e5752960e46bcda700b292336480c95f359adf0d7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:86b3e656caf1c93ba2bbea00514a17b9d06cb7a6fd5c6746d80ce35f45aa5907_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ba5c8896242125c24e3a7e5698770293a601e9e7f8508465d7b45920cc9ce240_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7de62e540922f1de5f492527d07a8e8f4265d24b577cf2f93415209ccad63912_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bd71e582ef755da7bfeede697b5c2ab29ab9fcea6bfeb14cc8ca168fce5c7bd1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a1e6a736546b54bb2797d85d51b8f2b213fe2f6be6b26bad5b549df9dabf2d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:efc7fb9608c2be8c3c65aff302f923241bf8d008bc71c2fbba0d82ffad2b4f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:aa63c460867d565b44b2a8e919ba9a0e7fd6717f71588cc5a7e2ad268fe13181_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fe1f1b5d6da2e5ac66c689da49a4c76916533f30ab456c9961a225a5e26cb6ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:36fdb2cdf796941fc6638036b3a31048ba0209174c7a62424fb410ae14b1f81c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:65a0b94e9f663f3d73a9696a622ad46c73a5fc793f9dc46ee07fee8ba3bbb443_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8afe2a0c6b1b200201f21b148caaa682bce77cb3b1027f61d4c873e5babb1b30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9f7c3543e4b1a095399d1219c50f1f5081440ae1605154324d57ba9201aa4fe9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2c0897a842cd7b16b64888568ca65c2a6e473c24b2ba9bc5067d6f1f237885d6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:432c94d7d5d46ad66348775fa0e1a6c2c142469e8a770db5528a1aa25664c389_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c86c7188163be31c7ab04017bc46ae88707437f804ddf2b5bd5a73ae34f64312_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3f836bb9effeca4dd6a230a4241282d33ed454ebabd84829c41e58db5f24f47_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4632ef8ca0af5a8115f3d9490c2ad9e2e44361f4d0671fa8a3a1006254b173ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a7d2d10f5326e2d71551289740eba86d6dd2f12526dc684b1494bdd4228fd8e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ba876751849dd525a26e70996e7e02092c473bdf386ec4663a54ecf61c4f0d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e842cdc56ee7728aa71a7f95eda9777ba229aaf959594e73d998fbb30b7f76b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:90331abb869c0c04ca7bb59681cbd957ff54eb0e0265e16368f9fd6ab6937acc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a02580814c02bec4c1c9b79c4b5a48a5a59caafa60a573f9f99a4a1ca07c6f71_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c197de59c38c060dc8aa099a027922853e4b9dc7e5589ac55c8841dbd44b1367_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ec7a4bcebcc80cbda32227224f64e67cdbc98d3fab95466b55c89755421ea4d2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:223df196f0cc747e52ffae9f3dd03fab2da3c72d5e3b189e3035d4264a08c6c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:29f3154c0b972730ae9a54bc496bcdf62e9ed348b73d98ca958a265717ccc2a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5e12029e90adf045a4377f4be2be75c879e57aca7aceffa2aef08aa262ae0f42_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e150a242bffd4437f92000417cad89969fd547b5da514f8586802b99a668bab2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:17752e2fbddeff8e6f43bd354d91f248b4e69d88e80b29b75508fb03b82d92bc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b1703420b5a67a12f055518b6a23c1d8259dc8a064a1447196f642dd23363806_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b93a134a81af485a0f07dcd6a71c816ed517178826539d0f53b6c45dce87096d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d266a3bfe528e76a8c6ef1700a2016080d084cf6fad2e70efe5ba52ff0dbbc51_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:8c90e9864b3ff53d398f2451254dd3707868b36c6032d8d139cc3ef2cbd9084e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ae6ebf086515376ed35bb432a7f567f7bbb44b8d1b86773fd86daa387c5fb933_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0a0cbb021e13ce9d693eacc4982ece2e8ba4697f5d5571b8d0671d71824fd07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5271f6452a89fe7907b16f486439f54f0dbcc3d075a70ef446ee4cc62211b1b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0abb949ce9461e5718c1988f57791c7537eb1b3d2184f4b4268fe087e39726d1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1267ac849f67c33155b54409011cd3f0eaa27d5f211703875cfd383d1170ef9e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5082f39df1f143f23f0e587dec5cdb3e3b033ab446a57e7e808c88e6211a1a67_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8fa27bdf891edfb80585e470f09c9d6fa369aa727a3698b936b4818a4b46448f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:017bed02593deb2e9cdfe0f268916e5d1c8cb7a4f1362c6eb3c94050896d7276_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:027baac40981f53c9ec53f5a4241a657929d6289e42a0e5deef617c182b7580e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4bd5b70373a257b1fce20135ff4a4b3e6962eee541c67a0e29ba9a2523d4d4a2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c0b3ed1332b228290882bbff6a1ad6866f5ab2a4586b261949832cdc3bee5797_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:047c270f56b685d5a4e67afe43d2f1ff47829a259be6ff93bfec4864233d4497_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:50a6482667d53de3d7aa2bff6df05ca21e4e9773996afa8b8038721e231deaae_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:653dbef43ed7f531ebf64c9314756be42738f1635a64097c53210ed0b6b0de88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c4d2741561038e0080204335efc6eee5b6ffd8878553b240dd433fea701e6bab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:3de609d984e39497dfe119bb8e0ac2d6d823dd894a5c866e5ec87de5b5711e60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e3a8b252aadb5b32f42009803b56dbeae49a3ddbe9d00aa27569af4747fa403_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ccf49e256cd9c3bb428badab464a17aee485ee1516896f1ade10da11085e843c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e77ce95a84b01b09c5d1e6dbdea8970543aa3a60f9292300beb078d1288bb801_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2ab5fcf7003f4ba3de7656a284b11d6ee05bb02cd0f3532671a8c368f7b15178_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:44241e57d9067223cdd1585db9d699db113931b7a273d207516f60c498570677_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6aaa55450d567e2fa992650c456cdaf5529c5d96fc9984f7e1a4aa9ed6294bf3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f2fa21e8a0e88b25e9037a9c2db4b157ca6fef8b765b36da7dda71bf5a4c4478_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:10bfb59c904103177754f0336f7b7bab676d240480a8213ec42a778bca3f277e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7aa4fdd78ceafdc887a91224614657e86c1e12b72fde68dea4ee5c6e9b610cb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:e4a365a0516b0c8ef2d1259ec4bdb7f76aa9dc0d3c3cfd5d5b3d34341d349772_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:a06af7a856d5f2416777c1bb1d271c189576e273450b25c6dc5937cd16b8bf8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:28b8390dae142ea16bb05f6bd95f19b6ab38dd67c341168337ca07fe4f45fe87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:be6a9bcb97824c91f393af5aac5a146d819ed9893f5a074e146afe18f3a50dc9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e6392d583f97f0932dc01be55534fbb6dd3014f84b745e8bf7583b96ad7a7761_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f30d93c0f244f5ba21807dca912d18d4facf47ceaf43da7efa41b14ee816b71b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0848bdb082bc8dae6bdaa956d2ae36fdeaaac89024822f4bcdffb51da1165fed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9f9603a2dd344770da433fe8dd50a104d69e80ad463f9cba71b3aabefc4fee61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ab417553778971822422c6eef94aeb437209fcf88e78188b701d4b2243ac5be7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b9bb7615df3eadf64501f35dcefa829934f330892801cbb86e9f70f5dde236ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6bb4c6c64852f2b7ee590a0a60db256d8dd549a4b141fe71d311bf30d0ed88ae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:837cd26d96a814814145cd0aa0cca672769283c499eec36c457ae432b99a7466_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:956ad866d891e1340f630b9cad6ec73d1fc60d4061d4c63946ed714900388a3b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:9c91591eddbc058f05d052e3178102b28ebd25c2c9cb796fffd5047f5d413d12_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-43003"
},
{
"category": "external",
"summary": "RHBZ#2464306",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2464306"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-43003",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43003"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-43003",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-43003"
},
{
"category": "external",
"summary": "https://bugs.launchpad.net/ironic-python-agent/+bug/2148310",
"url": "https://bugs.launchpad.net/ironic-python-agent/+bug/2148310"
},
{
"category": "external",
"summary": "https://github.com/openstack/ironic-python-agent/blob/236b33abffe6688afc39c21e351cc3889b3db2dd/ironic_python_agent/efi_utils.py#L134-L139",
"url": "https://github.com/openstack/ironic-python-agent/blob/236b33abffe6688afc39c21e351cc3889b3db2dd/ironic_python_agent/efi_utils.py#L134-L139"
}
],
"release_date": "2026-05-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T13:37:21+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:8fcb7da94ab599d7aa92adfcffdcda19cef1f3c2903bc9d38006b7522847c458\n\n (For s390x architecture)\n The image digest is sha256:7d2df00be06a79cd70639c116c4998f8540b3e379cef1e2cf0f3ddff5188c00c\n\n (For ppc64le architecture)\n The image digest is sha256:e41c3fa52e30b8c9d0c3a5ea531f082c08c7f8832123b76d597b198726a0f6f1\n\n (For aarch64 architecture)\n The image digest is sha256:2d6b342b1c77355a7c02d990ebf3e28d31aebe9c78a4bccd8ea07fbebc5a0c49\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-ironic-agent-rhel9@sha256:a677804e422590551f82a17e61f64bc03d5a8a42a695e7ae8d9de5dc086924d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:fb7f225a9221506e6295f7efdcf44adc33e5b971c470b5835b0ca3c42ee1942c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:60446"
},
{
"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:0c95fbbcfd5c54e6b2934a8efb4f8523d1536ec1deef78249f4daebaa9d327d6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1b84b2a1cecab16e75947d29572008547922714207272a5dad8169d1ca5beab5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:466597e63e82ac365414c803f5ecb8f06a72374885eedc5daf9532aad16ac148_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:de9cac5c7ebcf3d43cad87758dd2eb0f4d6480f59bfb4112c224a4497aad9ba7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4ae516b98be8fbdb9b783345fe680c1d6ef57b5dc06b2ec3bbd20bfdb7c9b2c4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8f242ba3e0b9c57ecbd85f0d4c1bd67306357c92b53968a42419736c3dbe04d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b717614ee549be99c17ceef3d755c66abc983e821e04808df347962858e0da81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bd0f90ccaaaa74683b9bb17db0651dfbdfdf8f49adf0ecbaf8e83756d270b590_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:040115466e4f525e9f2386d6f8838c51f8e1638eb06cd64f071d4ae027a8fb9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:1a677b9d28655390d007acaa656997b12a32e9093c1c228778ef96cc6f4ca875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:39c68aae39089d044ce992b949d4e9961105711501daf3d4f0ba7e9981920729_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e814640d65f77818c180a706940337f8ddec8ebe4cf22c51a58a8b69e0f4099_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2831d7dc9f3cad92219addd21b93959900ee2f71e2d988fffe913a6f88dc7e1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:50f602354dcb223759d781cb057b4081a424d6a509178b10674358cc8dba41e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6925001d8a798896438ef1388f54bc29825c37d41f2f09a59e3f8bf60b2ec6af_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e01a83cb76fca294a011e022ed86f1da8cde36928096422a440bce8e42fbc8b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:757ad9e0c37b861340a7b2269b068d5b0c6355322eb5f5898a856fd9c4495b16_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7f68ff8059ae68d15041b8f38ad5ee5278289e1370d276cf7e78fc7e9fc3bb10_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:816787cc8c95a4a2df1416f09af6228559333e1bb1421ede0c9e2093444260e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f9bb9a184319c9fef278d3c6705f56cfc592c844f5c458bd20bcdc07c4230982_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:198f39ed50bbd835f4789057f9d7fd8de0962f1641a7f453dd90d68b5b2a4e7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:633ce875ee7bb08d9bf00cf79738e3e63cd6bf4de2d40fa6860142a301c0968c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e169d65b86f23d6424af5e7cf9e1d0ced58382128092821676196c0a05f91da6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ec2586358c34d0130b00a3714b50c8b7bc33ce915aef6aa79eb214d38202f37e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:13e81e4c25d8c789ca15eb4e84f3fc531a50b4dc0d95fa3573e002e3b54cad61_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:17637f8455e0e17bb3dca34545a26e881cff3e1444af45b9f45c3e282a252bb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d2dde1514fcf3308d1469a0af6727835121c4d6a1a1775a675a7ffabba8e3bed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d6376055835ac40728181d6f354398a0e60ca131d2fd8f41471ed87e974ea4cb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6f86d997faaf61c874def5a78cded319a188c1babbc4dfefb91a29f7e0d7f0fb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:73bceed99ad1b0bc99e66ab8361037e4046c5212645490161572fe6f34de98b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:babd6b0e928bb674289f34787d3aa536bdc4c24a877a5ac9311f21f0cc9e6224_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d00a12f6c4e75a2c93bdd135eeb742f42868b0186d9d03f318c885407a17e439_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:0932891a63e5ec5a076c7848d5746e29d972f3a96058914bee8fffa4921fed38_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:472e977d39473b92992f53c0225de477318b31be8656c37bc35193789ab7a456_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:71021ecd15d688aefa6db79f817c11a751b51f6ea9f2e48781bdc49c6de98088_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:9563eb7617a4d3a9c22fefaf03a4ede698fea2621a68ad231cd9e65930043a56_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:1fbf3bf4990353e799dc271bb4a0c58b385feb2ee60207636a3f76544b4f5ae4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:7815e9dc63477803e7e8bb8a01ea83043b5503ba529f64db3c76ad1c4cf2f0b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ab22d93f277f9bb65fcb5fd9c448b72f82384b9be43b8ab525d2836832044eb2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dee02e09373732db94bc442ddcb2eb4d13095a04e35c674387d3df8ba23d67d5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1a046b24339587101462756592c87ae4a8f699fc2977a703e6d031e2022a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1db6c409fede3e9ec09788fdf286fdb0634de6b6e727ec010332f7cf2e462_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:bd6be5cf4063439e92a1264ce3af0ea6528b9c27dd4b26f043a80aa8616575fc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c955c4b9dce1b25c73453079a21d84c5a2e5d0b53cf6e351f9b1855f08db3fb9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:221943f7b65573c2942d88354261f93a01950be1d1a86fa853544cc4c283c027_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2488ca8b2a8f658f3deaf9a70b12f7aca159490b5e0861d746ca8ee5d2010041_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a3435c546844b61f456789fd315495d6bcdc2560756e9fdfc4b896cdf70d75c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:be2e4dd58b8ed72278bb2c014317e69185e2b19dce37beea7fec3798abcb35f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4da2632fea643a834aac3fd63bc51fc6b0d768b869ac450e6779c9f36429a9fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:56ab8a9553f0c0202a47d858e234f2672098514dd647502405cac1f28d14196a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:abe530f4e865add435da2afd379a3a11a4d75c257c2468a09bc78f10256e0be9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:fe1397131aa0d447366fd627b12582ed647551ad3af13375f8c281ab73745f0a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0857a5a2cfb5c277bc2d2545fb19693f23285ccf6b75144da8fcd7225e1df1c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:43b36fb1f7ad271530f5ee9040cac4651a684e0e08de2ed90a2939b736b565ed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:7f86439496ba6573ee1d61b5f4d414dfbbf65a95526cdff54e45229f01785517_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8094138e4ed2267cc278a83a1586922c957142c9e5fcaec62db531c83b79566d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:309b1dd27ce0c7dc332c7141e576642db4aee6076ce50ccc2930e824f02ead2f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:35322e4580b0fec862223f76e0bd3c95ad0af31f3d4cdfd6423d3ec47d6e25c8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:699bc772c8a648f8be7d6a5c32d786d8f6484e584d918d68ef8a32cb1499663f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:779afd8e0fa21d022d7e75e7ba8da00cc7604db1adfbbea879bfb1d0f8c9c831_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:49e98d0193f7d7b4347043f0655d350a7a0c0d8c8b850d95abb57acd13dd8ac8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63e308cebeea85127f584610f59cdc9b228f01b9acb227f2f6eba7fcdc29b1fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:71f9b47dbd3985738259a6bc9a5bbdb240fd21284a194b47bb78538f8e870cac_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:9181583c88b3be23253c76e277f140c0a1532c1bff7d62cd0da1e14beba1aab4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:0f96581804dbadea29d9ef9a2a952753f5fdf295670ea0297622214e2a9b7d0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ae4714025025642ff5d9e250a4715b01d933487fa8bf4eaf82629ebd6d4c8702_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:cdb096f05b664fb542bb6eac3cce52c53da2e4bb636189bb53f737d3075615da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eb9908581f71dbe01d8553e494ef022417196408e9fdbd32f08fe1f5b9c9572c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:08725f7a384b4e72a173141cb35fb67293385ed72d973fc4d497f3c0f0dc626b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a322e3fc620e914088fb5669f1459a47140abdf027bd011d6ff4e5b3e6b909b9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b950e80fe164f86ddf624c80210308a634929ab8eb493496ef86bff1c5248fce_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bfc663a0ca81dedf849e89b91feb3fe0af97932fe8a8fc711d7ab85b6cbdcc84_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:13257447171d38e6e99c66faa476de6ff6ab934c285a0d1bf71fe94dbe583462_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:23fa493f397748092cd71c41b9d83d19fad6a5433b692bc644e30af790cf60da_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:28b1c9ee4102140998781ebef22f269316d8c2be2254c10b4d7151dffb0d37be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:be2175c2c6c9d882e44cf10aa85f1219573952473e893f67cc7085bf0a324407_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:61417bc1ddac0bc97c786b5807c2fa33eebc75f7cb186aaf9eef2151dbaf75a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:73956194247e000432a8c5f7b78255062c5ca967745ba2d97e680a06f698f518_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fbfa9ada74c4875985fc4bb8366d21eb5275a52953d44bc6bc740d48edeab5b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a545c9c2fbb36296286f684e02f9a5bc337b3c3fb9c83c608c988c88455f9bf4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:34a8a8a4a62b36b5e0eb061db3d56905c8dddfeb2e7a7135642f947ce6bd01ad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:41c2ea14036c2f8639cf0dd634e327841954eff4529743fcd10e8475546165d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a884f443877c7a3c0b32dc60a79e1bcbe89036549da7a8aa4608ee2ac6460765_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b28e8574a1d3b374ac4a61ea4f3c16eb70d9ba7385bf830c8698f4490f8fd3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:8e245c278c66405066cb31e9d48e97ad9cdb826511bdb1104807d26f896043a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:380e3045135a40d202f330002512a5c499d8d2079cc38e5c0bbd5a2312820dd3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5d06442daad2c126259fa5d594b53329e386f560b77a475ccb0cc37148644a5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5dc0ca56deaa237fb0bcddac8481b45d3ac81609b36c3b7bbb6cff8456899208_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:aa669084fb336f5d89d86cb58aca73b88d6bc4b6505eac2020664e0b6abfff6c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8cb392862e1835b610757e822332074ac459c593e9bd60fb6b6f6d0aebe577fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:987afa1aa902bb85d7c2d96f1637bcd19bf21eb832444c98d30171bbeb746751_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ad2f0cda09211f3e0aff615306168baf808e6fefbf1f039c3ae1a1fa7050a61e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:bcac50d10432ecdb8bfe2b465ba75889248ee8595f23c5243d023ac2a336f3b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3cf2d6f464e6a2fe5b4a8cf66690b3237aefef0c825a687a548f81336507cfb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9bd17213796576ce4d315986dc0b271011c37cd6e9ed75edff5ba80c3302fc26_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3205092b914bc1fe858b2ede7642227e04f35d06daec4848fdbbc0406fab4a03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a20ecaad93b15b869fb321c7503adcddfe1f0f5eb3f0f6427bd363234010853c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:57259db0550547f85684c19078b9af82b6318dca0c00ef8da27de8c8dc90e305_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:a95676fb6c1cc1b20cbb758a7c9fd34e82b3e114b81b5c17f47ef303feca3d51_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:49026487ee6722c3d438c05c1c181a36d14eca2f0d8debee48e4a02db0486145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ee65002c4934842ad86197a89e838997bb87a93ddc9de3423eb2af282a565c41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1bb56a1a194ba6f64edcdeae267fecec590c14c85431ba62ee8c6b5744da3a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bf72f3bbed57cebe1deb7690cd7fcb6d371e526630cb386d13180726736219c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:81afdbb2d9fe212af38a11b4d00ac952a306e13f91b23b2a081c0393173c5e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bf8d63c933996abf39eab9406b3061bee014d766a58f4e27a56413652d319a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:4a5021268b1ab163318270fc9ef07afa8a29f288c95ea69700c4bf46f88e85cd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ea443d9738e4428b6912b47f9c1d8d05b75cf8b137f0f9a76f852418b33b989e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:00148cec706fce87b240d38dcc91434f3c167052d5860d42ca9057e24c3f35eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:7996dc231961eb51daaceda9598b04e4bbe7d0e4019dccf5adec8a14d6f7e1a2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5c70298b919a36de41bf25d870bfa3da4013d36c6179db3eb6dd2e67dd20bff1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:a64777ab69af6f2b6cf4b78e5a00148e98353748946991c0a6da7eba76b442dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d4b6a07334845b2938c6d09556cea5e0477d13d4be6247bc9e3fede2e46aa3ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d5e665b41152b8363b4b15973a7b86365bb2c047366aa69bef7e1c499cf4fd3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:1a29c30f85b9bc858f0c70ca5ed79934494d92849f23baa6c7f26f67ea49c57e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:70f95a8b240afc604ee9af621fc3b63adaf80f593f3131e7ed51077ed2c77a1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4d217b45b97c9e01ba3d54d03270be07e9659b0d4313fc85999aa49fca560108_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:634f48a37ef03dee1cc0c0626c32aaebb8f9975b4640ac540f02910bdb3b165d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:00f06d1c70494444172d5630c33e1c93c333a880520bad3a810f96dc69cced15_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:01ac79392fa7a265608b75458534bafb6e5d350f2e8536bb9de48566c685841e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:12047af5271e61b4032c04c98df9ad54363d6beb13b36f49085307705677e345_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:37e5fa3bfc88e99fc78f2ced6cb4a99f5099942e40158dfa6940784c3d2ef95c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:54d10266c83c4d5fe91b013dac51538493ae4a4322c925e561c45316c73b1e2d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f799d506fc4087aac0eb4b2c2d6c8e511b598c6b3cdb1ba5ee470b787759fd8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:061d1b86afedd409ad4947a8ae59064f0fa92360cc82f640cf124776753ea3bc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9c7fef9c0e22e1721125d5b1312e509fada544e1d3d956338c3638aecea53dad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d3d951b736b910437255f3455b76357bfe0111c257f5a2d8dfe0f9abacf30fe0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f7feb8627754651663208ebb363a3e42e1767e16a65914148ce0507a77bfe795_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:23b0327190559517a3526d2500534542e9a397210cc6f663ac2b313aee902e92_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2911daa552328c8b01b19f91ad43ac54da18d343834c48ef35f12adff8077785_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:43960246dc7eb7bcef847c0d706bc6b0f0a407053a2cca7dfe27fce23c6d2af4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d05434d4552d2ffdd45d2fd44b1b2e2e8976a15f0f4ae59ce7dea73ca97dbcf8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1f7e808f97ad41f4c301736bdf2e06da73f2d0e3ef4ca838f0afd65273db7c8a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5553003527f078011d0c440f86c1480ff4e62b318e98ca2a4af97b42e5e186d5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:582a4e6fadda74e5c6c49b605b7967e9d6f25c84ab3de162c30931b1dcaee31b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6d54aaf9249113e5be1b6a87bf439ae778918533077a41ee9442396cda4d2642_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0b4378067622a7584c3be2e5e5d8748a564ae7672cc882bec0c1d6f4f4c28686_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2ba6c6b021db9b58614b1ceb9b736978b0e3396b04dda4518406b041448dd5cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7f7e406ef7b654a66bbcbbfa5326ceb1ddca4a0236cb60761a0ea48b919e8571_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fc403f7babe4eb16c770c80def94f34696b3a8ac55360b17c88edb11b9ae5a8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:473d595a495e4656de14b1b22456ef1ce2218fe39d02bf738990c0be4cdf5440_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6b3fc95809e8ab1be94de33cb375207b4302f93dbfd51f2a67228025c1e304fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7d0a9db460cb1d4c918f87a02979048f170f5e692e83cd517bb9b3271aa06dd2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7f1e2dcfd02a6a5fc56c6665979a8981f11144a5bcc6419feae3964b190583c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:775213a7b6d92d23694dbd1538727c84ad58c6b8a8b46587ff7bdeb7312acc05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a649eef7fa6148524b1f3aaf18ed6543f65ef91ad21358cb0af865401061622d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c593dda5f85469eb4ded8cb6c4738069d48a144823a070b83b58ba7772ba0e90_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ffdcf3c2b138b62cfc84d9916799812ad73fcba9c3416d7442f3686417c85932_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2e1e514d9f3cdf5f04ca924fa98d036988ab47259be5df67497931321634f730_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:32e93e986bbf92dd3a3e09f9c76bed29334b5cf794e18b843f81522ccf43697b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7bfa1c21aeb7971fa978d49455f4b5dcccd4ccc3de147ef47c32e9b74bcaf2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:dbb5abf21bed592282f09e30ba1387b084eb028bd931df5609c07fb8c09a0d75_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0606de7cca514d2b4ad9593d7f37950512741cd8f1597b1f83951aa7c8839268_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:116474d2dd37c159032b15ff856dffecad2ef0ab76298bc43f840bd0245ec78b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2e887b0da3269f28933bc5af839ea2df95b7aeca3993cb31b0a1c92e7043cce4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6029166a01da021523fc720ad70fc59f449684e577f9f5a36e0e759a39d0a28e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:849b8be9f7fc785a70451c1c0704501e2b449650acd23d450d145da1a760c166_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9c5d6a2d314e840600ca6bd1354c7dc6040fbdc216166418485d6edfedb27ce0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ba10e440e514662920d68ac025d5f3841786a393703fc2dc0ee21ff1d2490015_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bac1799b133fd829b35ac619a25a272301816494e83be5a251f78a50e7fb2f88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0469874ac135c41bb590ddbac02428775083221257b6904fa376335610c4acb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5823c8fa1f1409d6863dacda718e35b7afd2915befa21343dfcc68b6fef7a9ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b38d3723f2547dc5676460e3738420e243c6fdf7be77e54d18657efb9668c438_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e5a5e4c1a01ff3f5d694ca26dd248533fd463c85374c25ce1a9f4b7a60deafc1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:19f94467c811e10882e30eeef39b1266b83ee417974aaf62f75738d51811cbc4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:47487ff8d0cd813ab3354061caf319dec553b1cba9d5c1045de710b8a6d0c51d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b3a0104cb85f1a6965eee44fef58983637839a1f97ddccd737704ab41cda3a25_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e8c72b610288bdc44492ea0a5c2fd66cfb1673fc06f6bc66831fa84c96f86543_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1a9333d29d3561fe95488f3d80136d6b24b4a2e04472d37d34737fd1032a8856_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:705d146d458883660aa0b673a651d05d1d1ad73bafad91e84755118b82092ae7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b9265d767c8a6786f12dd4788377f1a316864863a32de4a4ec07ffc8b874aa00_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e3a7bfabcb96924059fb7906be97a0ebb1df35c6cad39a7968a6461df0cecb31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5c015e1a10e5f14e82e30ba41b1ae6a82cf5cb0bc631f5137d7637c44a3f5b8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:623bc4c74b05b46babba7da628809bac05b48d8c4055648e88f0db57c1bb0e07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9502a32446a8828e8a1887edcf49034e874ea0e32ab5fdb738ab89e77cb5a472_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ec7b6b83c8e934b66505e8051e183fbaac54e78abae5ae99077d4e5e163b4529_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1f15641123321a662f676a46a24f6c8066bba6e3730a3c0d0eca3ff8e548de23_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:85070876ada5cb86e8c585f3ac3114d548b189074723a13ec5d6fc6be25c9964_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a34e14a715bad1d324f9211d95c56ed387ae51b24b21ccf931c12f3f7b3dcbaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e12ce561e4cad13a5d08e8164060bb74a309f66047279a26dd727d34ed3dc16a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:67789c239f82fe3649ab8c0e13f920a788a3612d15a78fe5986a852bb2d11a0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:80d704ed310acc3015748815351da4b54fef2d8b74d7d4b03aabcf9fd7e60b38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bfbcd3f502bf336124261fbe51f19e7a4cb9e9132e07da62354699b30cf6ed24_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c1e371a0057014662b91736570bf25fb1211ead7402154a1149dfee9e55b994e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:175fd0386d9a4e064fa760f23ecfb45ac6ae3500e5a50acac0660d06e5b7ecb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3e9811dcf3c528ae6f5ff86659dee1a590c2b53f7af1a03204d06fc3dc628fcd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:68af6c6e7f51523ac223f4e25955cf3777f4ae5b601dcca7c6ec7e2dc0de0782_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:8f1b3ddbde3e33dbe01816bce0cce7d7bd196cc04affbe606fecfbd8ad7b8b17_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49699de68bf38c34edb696ebe4f9dc608756382a977f497f6713dbc7b6e1209e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49c32ab1927e0969508b906c14aafcbc64e6eff7680b9a10812eca4f17787921_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:86135a8f7d4aed36e7b2a571b431b29eeaac2bda02762eafda3e22a62a7a2d6d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f2dac4ffbee9d028b26e683b63a9f033ef8609907f6c498d42c447a306e75328_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2884bba195d4d635378b0d15efa54991a23f51bcf4efb1095b478f5cd9c34f46_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:d84853556ede64db5615eb4d826879c744f7ccbd92c51ecf392a686af854ec11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e05dd48fc4c26b5dd822ee58a2af27bccfd0ed28cc959a6fc05073cec6f7c9b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e202635a4a52be92b47960bd8ced28634111416b220cca5fa7f86373ecd1210a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ae36d953c8c7f73dd78d620f94a0335ff5fb84b16ce9d2dbadbdf3dc5d66f6d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:308c924c44c35b39c66b429a15a0343a47f7dfad62dceb76ea7acfc85e6bd973_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e132f6b0a6b4e2dc63561c1ebaa0bd9fc669a835b0c22b0d56599e3da870231_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5216d36dc483b1368a03e00dd9dadc7c75de2bc36ed98cd7ea2b089cbe23965e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4bc11f6ad7c3e9c99e708f7ef5a01b4faedc8eb5d2de5b0cbed502395958555f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4c04a50ca49fdc521da592b9c326e233763918fbfd6bc97e001e0e680ce24cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8ba4aabc0e1e36c3ffe66b55c67ab8c305f64aa6011f80060c5d95ce91180c5f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d259704d34b605abd3568bd4c988bf9e831d80554ec2d7a57e7c39a70daf0140_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:14c55985b9277766e54156139f0949d1e3e5f756ade34512a3d5ea3dfed2c544_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3231ec9c296798f11aec6a285b0a8f7c5cf220534d0525afa59c17ab2464abb0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d8767e4d0b2c8222748319f05483bcefe50388abc182a01f3ca9dae3c80dce44_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ebed5c3d8e112fc5086208b4b4c0aba054a0058f3fd08b71b129dc124fa00f99_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:26dccabde8cc0d1ad45160677fe240b3fc098acae82f6d095fad08b78330453b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a168025d531f20656997ae845a4930919d6805b7f9374c40f7835a93aaa46b27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e696a8bc54ef8a13800b2168a395d2cbb08678403beee2dc52c56d04cb235759_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ebc22890c7759ec9992b64dcb0e388881caeeae333a9a84a50dfeffe27e38b49_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:09319f1dcbe090d9677a43249810dfe5b3eb165aa3f8b473417e0913649b1556_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:46a37e99da18852f5512235589ee86dde0db6c09d76a49275a8004422b9ec303_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:535d1b713587008fe67eec103cceb54471f5263516f5420589cffe1dea02be93_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bc614ab102efc7dfaa47fef84c4783da26548491e4c43257bb606a06e8d155f0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:08cac9e30829765f182624de9e45e59b40884b8c39cde60528dd27afa57afe72_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:13724dc9eb7247844e450b59b8cf3af5e5f486e9558942836ab60f74b9943291_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3e1a80763f76f622b5ffcdb35bf2dc20ce1e9c06c4f5f6bf0ae06b04134733b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d077c79741fd0c481fa6e1aa2c479b8c5b380b1d1f163259777c8c50be257709_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5e82ef0b9ab6d4e3b7431a7611bc563f356385dd8927855e6090008685f1549a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:62ba53e306331c1b20cad27ec31cf59687218f4bd5908ed7e9034559ded04b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7664e74786778a96606757f1de215a4a9702d0c9f7cecba7bf8028884a7609ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7a967f88faccfc101b9388f8434d406acdfc85d7d682f9ec742d59eb31074fc6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0e05cd1eaa2b9c558d22892495f090b6b51a316dc56d85ae825b6fc44611b6db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:445fdec85c2510c8a45b2a830ead87136bbb80bb9244987b4d6ffa5858931926_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ccae4f8f443ba6806ea33105d7dc06002d58914626cb9ae57476b29193761b53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fc0becd36b6fad4911a5b8c9a4693320918f7f7e6336c2b11a76adcb6d1eec36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:652f8fc874b95a56393f14c2b56a63faa64c04f6646c1786d07eaa272a9acb9e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:94b9c011744629b1ff6f230e25f876f218ed59d55a941377797f77cdb7c03e1d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a178a796ca9d32ac59faa5eb9a6aea30f1aec65d88f89080f57ed519a7983f05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dc8a79297c73782f5005075332bcac58b051a07d2b35626323f9b69ee5f4d64e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:03d66c724cb647d4a613bb48c9df6e9ffaabb68c8af5a4ccae45365e32456470_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4b9510fdfb45d2561927843dbd7ed869e2f67d9636e59dfd0c3ee640d9fc601c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b3570e078bed53aa3e435443bffbd12a7b259f8dee9d18c0d79b55514a547b53_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fc8e892ccbd8d3c1e737fbaf8f02b5fa6bbbe242780c9cd00fbc5e6889d7baee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:266bd8400632ac70fc6584e4bb2850ebcee7027ff7899acbeca612c6556302a4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2c8f351447fffc2133f339c6ab3a0bcd9bdfafad4a4cb5b7dd2abc32c6056a92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b8d2783a76f514f9a4e8096434ac205e1d82d09da2d67fb930a1b5e4d8089e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:74fa72db679ef47f9a3e3459a90dfaeafcb6db73dfe15b8933767e2f9d19c448_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2b5964f6cb078aba05ada42f0c8280dfa39f9f80526932cc5d41410922e4e8ae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:480b27e9866ca8dfba83e1accd427d4f6813f4fb7f612854e32bdffc10d7d5b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:91c7fa7b70f2cc82b26ac16f91ea084e15a4f5dc64f254ed878c25dd1170c0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:edc297cdb2f670aebc1d3561d801840ad029e8777ce45724066e6891aabd60fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:443e0dd81ae60896d31f07ab49611c5e0629746824df094ce28cdd3cb0ae1d58_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9b16561ca87196e3dd9330184f7abf25e97272e3c47d2e8d594e3095e74f815b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9ff62f63d487e25a750bad29314955effd17152bfc534ff698963760a2615b0a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ab506c549b676ad9d8dd179e2ba871a12f2096ca2601ea2a1f2605ccb849dc6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:08758e6b81d6679b095a8e7fa323870eab35fefc05e525c6ef810b6cc0b3c0fd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:af87d24f6540e5c98def879ec4ea8adeb5b138e41abc126b2c3030c5847fd0b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c5e9e59a08d8940e99da6bc568269eaf71ea8db62dbff86a7f6fb5dae861e323_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f5122187c85ef27f5423ada009d800afa4800e32ad1ea3299586fe64cae8e38d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3c5078d135089e1548b4dec49b7e78658279e42a72792a988447662534b6516e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:56158ce0af0c0eb9709b2d1a172201bc795ed6e5075517b6919ed1302399d6f3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6720c8097a398327f18a5c84c28f6b58aeee017199c2649649a1f159b8365838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:89295652b447f42c6a0d6e1299f63b04016f10ec8faf6372357294a14472e426_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2baa85e44cc4ac6cb825103508c5bd74e348609eaf53ed42c6d0e045dfa62772_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:61283f1fff1f8ec53563012a5b1fb5a48831f0a220d3676b512f5a60b331e849_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ba258012c0832c57b29785be805be44f0b5f8eccaf76d82d7493946806eafe5f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cf3bee6414a87e7f907d30047ded274c488239af5b1f43ed717ac2cede29df86_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:40854e0833b6cdfedcf275cf716e58f3cbc5c44be313fb83ca3e909bd80d0b08_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4d6a10dcda92c599f52977c71208222d166168b29da4eb4727c466e7eb53cdd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7be4c5ff86b0e939ee9f22156812fb98d2f96c1eb4567ca8a6a01ea3aa735dcb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:83bdc9fa5d3893a973794dd7162bf9564ecf68ce44814349a621cbc284b9e61c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:993ba8c1dd84e486fc4084a7786934c356a9b12ae86155134fd1a1dc1e5e3f2f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a64dfd96d3aacabc8f219d19e6d7eb0c1ac5b68b49eb93fcc973d76e67ef1d34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:ce306e2cdafabbaa29467e0cdbf316673d17180efb604e683a7fd1ed7181c6f9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e6748814d950e6f5e370dec9cb7d557fbb0d29ad3620b567840770be826a601e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:04d418560f90c35b42be67886632615d62dc89cd37fcccb6e247212b535fbb7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:40eaefc42c0f0b5adeb47bcd463c2e2a45e7f3af1c0fa4cb3fde9c5479660c4f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:545bc2a7b32276bec515f338aea3a2976c01cc787a559986646aa6fa26ad5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5a2653ccd5dc3f59a228ee8b936460575e1a392d12287661b1dc83a9f8210033_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:12e5e4ea4d19c4dcccb35dba161fdba8a703ba6331b11054e4664818737746a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:180e817b55ebfd081fd0305f63b3e0539fe8d13d1ceb8428ea21e213779fd056_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:92e8693b9f6955f9862c8b576f5e32bffc3bc34232511fae0cbe57d705bfc53b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e5b5d4750a3ffe24b1196255d4cfe15b21efd587a41736307ca8e4e61a4936fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2ca8a85fb07b431d97ca6a3e3c18f1cfaa20883c7076d6b5b4e6942b632f9aaa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:559af5a310f0923dcb4ef9389c51c98604cf44642a13e8ccb46225b4ca268580_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ae056c9c8e0cdc6519ac1a9542781cd54ac2ac8881f513e965b57ce7d1e5ef2b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:deb92b50d5948bae13db37a7046d9b212dbfd3ddb1063ff8a5e5467f0cab203c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0c4f3cf84115f8c9b9bed6b2dd5d52316eb3a9e670fe6b9e28c2dbc350392e87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1142ce3f8a3c1c2a1c7dba79ac2c3b276a45fc6271ad9df9e6a5d8684c36da2a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d9f2c021c17f1416e01ba31a8823b7a87724fd96d7ec99d494981842b5d452b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f3aabf75e838b4a941f64a7a322768729059346d7578ecf5fe7ce27a71876fca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6389373ccb2fbe1b6385ea21dac1c0ca918bf9d3889ad7a738de6be5d7ec4272_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6449fee9a31acc582bb85e0031312e3ff07d1f1843a1c6c410eb79cbbec1ceb4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:751f007afae9f16527e9039aa95c2ee6efd2ee20afe3c083ba7298493d2406f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:afc11a340e28d4100c31646b705e8db302f6b0a96ad3620e07391f02a70438f1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0673d2034e7e5fb412a171939379da14e9269dad7bb53e83be7ecf8233b0b5a1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:18f0345811215feda18d2b63f679ee870e76b33e9f61042d93edcf36fe97df95_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a2d247eb696c80e02bc8c1873e8ee0fb71a1e5ad6cf5cd84bdf504f4fe17cb10_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c342b14ff399c961ce05c1af127244b950b8e9d641ce8752f9d0f880ad7a672b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3d9fbc97d13987f28ca76b3e238b540492eddef0f302c2dd958c1b0d05e10941_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:47682d4e934d597aaa1e809011a69afe93936fc629ad3dd1ed76dc7b073f7ee2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4e8d3460e04e85a3e01a578d492499376787c85f2840c97821f11213862239df_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d7b99cad55a1e1d380d30d0d4a61bc5f0cbf3a87223efada3e69bd9b0741d3b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4849bfa8a48c7e7d264fc6ea9097fa9d33da25f75776619976e3204b42026cc8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d7c3f5ce57c0aa25e13ba9484facd75c5a1dc3caaf9be4d0f273243e7ace327_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:78aef6c20ab3bf78eeb8b8a857ca2a24067d45cea0a070c44d3fcedc00d4efbe_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7f33515dbca04230d98550ab638efa87389629fc7d913c8ec42e4b5bf8a772f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0251068577a1724dc777683dd189468ed77413b396614a117dac6b4320b8f01d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8812fd85c74fd67a95afe09c2ce5e7d592eec1e25fdc6fa331a8bd41bdde0cc6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:89e0a7e0fe060abb45a6f8e6ed1906053c09f95c252ca7813175903db61fbc99_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c3674a8f28935f3140fad744b5a178a8346a9a7f79f6c281561d2877b38c4ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:13bc0d4f7d4508fafca5a3bc61b6449a056e277da131e753c06cbc1bb7781b27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:993a2a0b3f84e071560f6fc1a3ac243fa745ae9a7ab15febbe1385437dbd3ad8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:80fc518199cd3a1ad421b142661f0a85679b12b69d0afe580fe60eb6a13ddad4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f069665c66c19d9775b70a31aa7a1069bc653691f6abf106a88b2ceb8c0e1ec6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:13ef0c0585b01c56b865e029d029a553b458fd2d3d0204eb6dfba1bcaa11ac3c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:599d33b55e88212202b15f4344f7a18dee4f4504b3739d6ec99414d05bcde2b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a751f1f0540505bea087d3ea9e6ba798e89d5deb772cf8e401caeb3816a563_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4c26bc366b267d444f448a4d7bd5a0d26f84bea653c14b261a829669d888cf88_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8b67087a584a2d952a6e80572686412cc8ea01f03ec8d70b56cb8a24a0c5a3c0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ac1123e890f0aee159c9105e26e1f1ed3ba5eb3ea66b422b281c3e9465401c5c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0dac7821ce2a3a5a180f53f381d9e61484cd8c5efab3c9a7dcc70b5783421b64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6b30b39205367ec985c4a9d948e71d378b9483689c3ea179cd0f2476b9bfaa1c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:de903677bccf645889ff7968ebbc052b14273329c0765f7faa53b0ca815d6899_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f8392be7a6f5223930d53ed6d127faf727489b8f5ebbbda6b6b437c529e3c812_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:02ac68c83db9dc50cf6280a418eed9261dd2182bbf51d16fd143519e49960b17_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3746261c5d4744b13d4704c822fd62ce1f486010176fdb3bf95512c72eece73f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:85e34da00bd6d290c04d8eac32f39db59b5f50fceee9b248b2cbe27bcf0e7e5a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c343b119edf863e179df865ccde0b665b87087d78b20919aa5726d8fd240b344_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2026fc52aab5a6d7766511080699112f32ae4576108ff95b0eefc5d807a14f25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:21b5298172f4de1e0074c4abf5e4abf27e8adc02bbf7ee49bd3388f7127d4901_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:42f8af9bf66ea72846b7f7e57652725c31b01fc4a8d39ff7e7882075438c521f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9c5711087546b1ba7cefab267b8aa30b54ecde5926f009518cf0db974ff84c3d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:373c4b7507a978e3dd62e9ea629d1e397b1f1db682e11ada1bfe5a0b45afc782_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3be306649df2fa3cc9f30e60ed5d947fb0678b0231b617eafd3b1593d10feec5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5b01a896101a5189740f84cb1a83edefdb0dc00288dde725ddd0e95480f8e1c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:961dd87e559779e6338a4d3d35c96c0ce6ff7cb9634ce32d4bf848032f4a2fb7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8799db20cca7be653bae6b8ac5adc1d628094eababe740beb5dbc27e05346872_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a36c2b308515a293cbcf265af68ecebf498739e74ef11016d5c0edd3cf47c4e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b86631d6601578548af20a28d132a0503fe118f53d7596a5632ed24ec5a9931f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e867bd8b76b5bc1438a7be88a30fa7707edbb1909920a1d4d1d0da0ddbebdb40_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:313074950c6dec37d29a9722b58ddc951aaf67c27b47568039f29f02f2523128_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:43618db20e6f592602096897bc89eaf3c58490a362e91e3299e20bb2a02827d9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:705f4db2e969d23205de87db1bd7dc8eb1ade64a76940fad950fd1a214dde6e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d2d5ee5893ae16784051d9526c1feeee3c641fc3e6f337ba807744551c00ffa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6ae5cfd48e788096162bc4517f0466bf526f16c84bb61072886a64842856c5b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8004e7284c63cc32a05f6de732791416d57d62db041ede2829d4797139094292_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8137c3932f344ce587769bff04355ad405b6ff27009bf23a221ba52f3da56e1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ef15235cf21f0fbfea74089f75471b483a98c920b65676bb6199c155fb61e929_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:149cca2af3f89c7d1e105de81bbd098c66be5687f18a584b644f21d0be20f414_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:33fc93d5cd30760383da666e8effb6ed32f4c8f2668da36677e98c1801ef4f5c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f9c1ee7f72c926c45cd76c12046b867d9efd7c3c381f34afeeb9b6e97751175b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fcfbae71f81307789bec93987c4523700c191a66663ce53e4009c5e0a8627826_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:04fe8c19bee4b629ee7f18a13dc0b7f49d6a4b6e19d204de90b6b2240b0f875e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5c9662139f98817aafe153a43f700399781d079390d5ad23d3b70fd6ac5d370f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d1147830f896fd229aadd2b766fbb4c8102b35a8edd4d8bbeef4928d89cdbbfa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:dfd0cdc29bca0a2239ef203fe7b58efd97ed4e72daed6609e22b20babda395fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5a9889308bcd1c3981072c83d44206d0c3feff059e0a2029d49adcb974674c95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7a715c7e2a8f54ccee42abf122b0028ed19705f401248d8c38f785d960f1b116_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a67de487534d03cdfc180af9d235edb21c5cb71e1224bb5041fcf2b9a428732f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:b3780d23a2c384ecef73c806cb20d7f97bcd11c12b6392c781c0deb7ceb55df8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:48b5d06ac4b35c2a7bca3ba2abc39e3af1eaf4ecb19c720d9b6e46b066318414_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a6d7d7df9078e9d1cb0f12f9ceac12c96bf2cea03a9085b23c3e4af6a456b51d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b757d11e5dc51a5822d9e30e97ac142cf004fffce87ba2e58b8d62926127664a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e61ed19beaf8352dcfd4b9478335a364263cb9839f27140a634a217d87d331e5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93baf08acbc6875eb2b665a9ef3601ca34b76767cd70a172dac7237f21b6958c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a5f2c2debb51b8aa926ede417cf9fa0e4ebaac4f5bf9e770db55a25902a4a3b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:dc97d5c1aa80515080b2b4d16fb08ee4733a9347eebc8427f10b7e70582464ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cc1559af0d7be472ae46be4552fb41e81ad804d73d1444b92cae4485118c6773_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cfd5513afd8b2b5e22d5e384a7f769f9c04709d853feb2f91ef667d804cf9a7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:febf2fb95748ed0c440e6acb72c40d609ae7587b2665cfd7145c878a2a0b5783_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1728f980f3ebba7e48bc0e8cad114db1e0c06f692638764e30ab990f45c637af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:41508513986b369c2f89c64af84b3980b16bd2432130fb122d8c1346f0602894_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:650f08f62aeea4bc954e69ed88a9f2f14d3c8f733c155d113c0c58b7154fec4b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:016fc7e804acce7a8b8df0a02bec320c32f9ce6224ae67598a63992219a77516_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:081f9cfabc57aaf4d19df8b496613d8aff54ceb265634c904ec7765c810b4553_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6da3ef092cde7fbaeee01c5d6bb0ca5d52af3ed8de458ecd3001bb96262c1ab4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:035d07364444ea963d64515420fa4005adf82c44b575555a074149f67db50567_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4e09fb0bd709d53a0abc6326905cc43ee36e6e4ec5e20108efd1ffe585b1f2de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:53a5f81aefcdd57ba33c57c02941803a072ef3f1b8467baa3c53c7e073a9ea96_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:cb3d2ccb57987217c75079a9c10f230f6a7de9ba3b0fbd87d8d3d5c71f8c94b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3472a8147e06452751999ae2d041063907f275ecf429dcdcfdce88c8a19a17da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:61155741778188324e0616274f067ec36723d0fb81d84e9715f72ffecfbc92ca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:adfe8cb84a5f0a241fe69ec532b7092a10cc274cc3aac2b86f33ac8e725ab2d8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e704c70226ec4986c16166ba1ca54b908d1b6d9ddd47640bd5ab6d292f977508_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1d63a1d7ba183c49c69a6ffe5a4584de5282029b0b2c2f3484b4f4431e2ce954_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:441db8762a583090cf4325377b0ee75838452a601732bccf4dbc57f26f6a1a90_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c5c52612378ce1f2577314e5723642237c9a361506c448ca80d2a0b56666a1f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3b9843a117d6a6ae28222951e1a556d3888ceab2ff75a082a06343c8030a5ed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:236fa2dfd935db687e786cf827d88210c2f586d2d1a93e610861995908bf2587_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:647704923828c83c6ed3810e3c4d7456fcbe378516dabfac30f203a3bd3634b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7638d755fde7fe6d3c004a6f0f7c761a9fdb75a3541f19a792c3cf8e8bf473d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d2eaa5b8ad9464732265b84128b5280d725feabb2d4b4cef0178a317add66c39_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b659f5c6da6f73bcf8b2850f0172358816bd68fca721b65a9a70569a94bc90d7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cc867d49602a6ada5de7a783136b6463c4d9adee9877ae1966c016a08ee8e87a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:6fa614240bbc1932f65f8cc9215d2baccc05dd1cd5586fd308c44d8a94447a45_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e85e957fc16a36b5964613a99fec1e7299db9bc63edd86ef965d879a081b64bc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:14b02010250fe10ca57b2dfe1046641aeac31f92e5691c067b3990383967f0a6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b6b13d29b1cb9c9bcf97f2daa289669bbd9ea501430e51652bca3d50f787f23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a8ab293c4f3c6bc251bc91466b7586e5499b6e198cff46e50f6a65d97df60f7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c5d781c35cda14ab70d4a5bde3bf72df0a3956f5cb159645e5337095bb71c5ca_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fadba956181755cedd19d3d5b5ee3da0222daa1dc609b629c900a0052a4cbd8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:2719589f19df23634ec3f6b578f3fd2e827440675b72a69b89c9d78b1310f98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e1fe563643282c027ea829274a1945458cdc5d079bf2a2b7b0a9982a5cc3720e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:28d64f60c216f77e3e006012a403671463b9dd90095e19ff2dd027def6abb511_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6d681aac67e08e2ecca32415dddeb47df6191a99f7a8d7bc3bf1697c6a26c1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0d31a90914ea716508caf180e30fb682cdd8066da7a0a31752be9d86ec9c777c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3ef5a3798abfd3d9ec1b6ebabf3ceb32fa4057072b2670793ca119f556c0897f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e2c62e4b87e0536d15ed8b4f2905930a750f770d5c6d0168de6291d92c51f9a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ef5f4d7e3c872acbc4ee48bc91b5835dfef66a698287a95836344c1587ccca69_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f5f049eb01192eaca548f3585845ed6a530934d2eaeb422fc78b657cabb1f57_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:740b0d9392c76e433ebb7762e57f156a0e2ea1db37ddaed2c5b8044ca092a357_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:da9ebcef147e8d9e84848454fe2b8e259bb549bf0de88ee960fb48f6c8051060_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e8f942ece24d15ce0c4a31f731f2060b6e3874a2f486b2dd255c773fb1a55f46_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1b4fa4d6ee3081f39e54b4f910100d210da682dbb0f308f08107ac44e7338d3b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:571a51e1eca0f31f273be8cff7ff115bdf192e14f5d510705ab7ed423fd5d9e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6dc96b2e8156e7e42f758cc28302a2e94e8b3888970d03a780b1732375e728fe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b91654b9aaa85e13d262d21b949b1a96b386f202524c2e8d52ecb66c279eca8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a677804e422590551f82a17e61f64bc03d5a8a42a695e7ae8d9de5dc086924d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:fb7f225a9221506e6295f7efdcf44adc33e5b971c470b5835b0ca3c42ee1942c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:107c9dcda9632516721c41af941362ccc316d25661bfb13a7c4dcfc2ea4e1c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e75d33740c576321707835258793fe2fd257682099348a2a067806e764e1560d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3ed82adddc3da003bdb272e2a5df0317abe41512179cba925f65fb5d8f7c2eb3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c16e4af4e9a79ac2f1fa632b20e98befa9aa2953ef241af186edd226e39150e3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7b6c16881c71569dbada90e320379c2159ead0b0ed2fa2113e065b361bdf2413_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9533dc6817f01e377ea2ff7e3aa4447d20ab5d016d9145b97e0cb9e758c9a8ff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1285e63d6cefc0454a400b20a6e404537a8d57e5fb9b5d7ff1a75b61555622fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2ea17afe64ff273c9208892a59773c1dca248367c849e805dc78cda228aba29f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5f33ae81c766b0b7d9c8411dc4f6a0adf760221ed0493a99f1bea5dddb5de41b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9de0bd8cb41c5324718c8d8f275c612c0bfd13b322225455a1142dc76bff0a01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:2fee175122b1e3f74cd8976af1515c869d096da0bc4f5e9024b31a64cf88896a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9ca16ca048f3de4a5d9e6b6a38b55bf0b4a994bf7f7ccbda8c50c02bfd59c871_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c42a4deb157c31f6fb871bceb8c4401f44ffb490404591ae36110511f933f72e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f6d5c31b12c8a1a1e8316f258ccd254bf6bb8e49ae8a175eefcdf0bfc5c6047c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:204e84b23aa1edaf66f10a49432115ecb4c3e8fa34472a909e1c9a7a0c3f3947_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:37f226136e439a1b37fab44e06ff30eb22b1ba8f12eca9e85f59936c3d58acd1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3e385fec20235fd68320dd564c68770d91c5c08a864e3de41f3800937d730334_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:878a0a7473a69442dffd7c19132d74b29ecf765e3499d29f8da7b1de2ff6f439_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2b51546e56d1893aaa1b68c4e6ebb5479614d0402e840c8c850702ffb198036b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3aac893d87e5c39ae1672eb5ad48a0b9d02b49888fab57f8662e6dbb3897b660_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c5bddc80f0ba0e391b336de8ead2442d0dff227fdb8aef1874bc3db3101f7048_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:dca0c7b1c7ec76232b3d5ddd15c8716e04a8384f0a816217dec544d667ad2e69_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2551dc2ab6fddb6edfefc185f7b6d73ea366ddaae4e2f79d554f0afb79aa54bf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3cc6eb31325b1f9c9a2163c570ae1c3d4da7e7dcb0d761a0fa775b66fda9dcf5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:569965f29f668f02a342c0c7b4804bdc92354610e9368ba42a3ea5cc3172f532_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c4b2b0855c4ba25e150de01e54f0a84bb4c6c220b348945742bc0c18cc6d7dbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:01b6587f8b9ee398d34ed3330bf0bdbf2dd01c2fe475ed4d44c547401d1dbd5a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0fb7ce17c762a70aa16ca9f7f35e41d85997bb2bb22b81986321d29634ce9b3e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:60c4fd0dcbc1ed92bee7dedce7879893a23c9e4a6181e5e6d6a8f04880f377eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8925d5826cca515b7f7c05558406b3688a14963ddefa80f5b44500fe12dfb1dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:3d914112ad75b59b03d5653cea40a25d92af415ef52dd10aa7394465e6bab92b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:f8d52c53ca49b3f9847d2e568779801321307e329f802aa9456cd0dab7625232_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d29e5c26f37fc8212f2ff15cdac470982494be155f85e3c310b0c958b943f7f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:fc7a6712a6fe86a47b5a745e06a0c6d164779eb198f284fd0996847b025e53c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:32bf2e7aad1dd9ff5100500c294e343af0dae3d392eed27a1c0305198734261f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:54b4afd46c87b2cc839aa7d8b8ae232aaffe0f39846a6edf9d0d3228adbd7a29_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba41cc4ad0ea8dc731838e00dae166209a3e06d104e5cf11491639f82290eca6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a9395f57a9adc721c6e43e578957e21c8b9f18defbecdf91dc49d11044aeeeef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ba077da5ec7f147b51f0ee4432082aed3b7a3a541729913bc2ed821688723e99_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb48a38cb5d06b67ecfb4777c44d44f3e32a996397450e30f40e7ec3e340a56a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:deb40607f193ff4e36c684ce74167e67a7e96187f1a44a1f0f20f36572005843_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7dc856fddd561c1d29112b0b8d4dc39dc7503974a9ff563612e6998bdba4b71e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a3e01913986169c592bb770fc49e3875d46031b5788f983ddcd52938f9ef7a49_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c3481c6f76c644c017392c092dcbbb25a288acd14a9f01e20afd0d2d35e16d32_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cc440be9f6b3c5e22186b6d53a428a8220201ddaa79be39e19cc31a8fbd7b221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:12d7ec468f9634a53d053f3af7957c5162d92595fc3385b26b08acb22b7935c1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:49f08b645fc28af342483d9efaf2f607c9c2a6b491b477cdcf2985c44aa3e894_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d32cde1eedbd0c110bc10836025cee78421ec16d2924d30f5e6265591a9ec716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:df885dc6da20faf1903dbdac693889d9882722e8b67bebe35f624c11e4616262_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:16c8b8c6aee6f6a06367ca5bfe2be8fb85a05c3f18a819683f49d1a8c73941ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:376659c608333e76b0b48fcdc69ff17643284fd22fdef6c6998f07be54c1cf91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7359a62beac2d501d629e6768f1767861fdedc0d05f53a4424a2abdb3dbb6a8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c71d05c245bf1a4955f46c785d7264985e1f904de2a19972f7ce6209a3be0e4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:06ab376096238d4e04c9ab713d83d3cab5db769b5af1fd1c57ef2ceceec6ef61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2c80889bfaff670acbf859db3624951cda96d4ee8cb1560806ca4215e8c6c04b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:627c6b73224c3e37181a19cb598ef9a425cddc1d17d97b6c23388ec1345f6a88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d5d338daef4ae436780be192907d28a26785021d97865d8a95db9065734061f0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8e59a286a05743844dd1333770197161698788e0db4faf8e00cac6b2fb9a638e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9029d8ef1e4455dbc1910078afea1141f92a5c4d2c298ce1d9e4319209b55246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:da4ff38c7a1fd5adddbc0b0d3defbbd580197680b22648e2ab803c90c4a8c9f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f6c44d76a715e0ca38fa5e2becad93a2bf3a41fd8f181846e7aba81b0c579691_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:167937ed04f625a9cd2d0b8ed6048a5cb7b6d435bc2d41775d7db4dcdb5fae95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:176feea3131aada18df5da44af30a127f4dff392ce8ef57f7e0844969ec95923_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:17afd4ebbc2a5233681d4cc1774fcd70dc932bc10006235b11de8dcce826c2ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d3a98e507691edec50373d79ce9df48a71cb6a19a75c9276d0c5905d4f204b39_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1b6c3977b4835b0cd5399523dd437c230b992b77a0e7352b095d008be96fcdab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:54d79643f3a191710d1362d665b5c838130f3e51aecf1e27a2cdf66e98a3cb8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b8692d27a4799d20ce1a8374ba99f55732bb7db56cdf8f5b038424a086db614_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d196f02212da5e80ac5a73931316d38e9def9aeecdadeaf07aec685e661f9f98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:11c2a1966b0632e85caebc4555e3e2f726277175b27a63a5e854557499e0c28e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7e649963b5c1e2a7e8813569368eaf0ded5e544799d561622d469b03b9d93937_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a23fa7969c6a881648ba03ed1a13692c5db21b79f0608d841291ea9118548ed7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:af57ee131bc09ce55ecb3ae13ed7dc3ce9607a7438f0ac5a6e64bbfa000546db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:3a7644c1ac089cabd142fc1743b47302eae8528b13d1b038298f2f57cf746326_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4b5ee426703ecb55bf537731c39c69ab7f86316544cfc472ee77fbef7e5680a8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4cb60d36cc3b34b4b1496b74b9b2e68ff152a71d7f957b356311ea811bf05573_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f3f64bd2f70faa654f7134d803efdc032df63fd4ef07c97abd38fc41e625b48d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1b75d96a4cdcc3a37848c5edfe598cb1d99bb3b0707db5e3f62478320eb90f9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:876fd001172d5151ef99c02826f834ee4db4623b00699a8fb30d6a456a7a8687_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ba8fddfcfe0004287ce58db40c1092f2090b3bbb0810c277066aa2d97799f8b9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:bd9982e951fdc7259571b6d5983ea2cc44402cbea411ae9a6b135692bf5939b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a7a8d4d8adfd98d3a6e3d37644b33966f2c34ff1e553fbb5140ab9a15563e821_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b26a5a47cde227edb5e7f6e51247a6cd91e13484f6b5f7dc19b62f83b7478361_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ccdd76d6734e3a3cfaa1e432c1508c097478e842fd436672e57ef2563d817e4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:fee8f3b24b431ac2a5d4fa3d96c90c5e1aa68c08ee8ae9963fee457c98795197_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0e559f5e780f3849e73d7246176059360631d8c4a7db1700f6ba1b6a9e6ae089_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1a376560672f81b7596417591491e71d065e90672ff6ef5d37ed0785e9baab16_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:350a0360dfdc31eccadb0e8b9397d5a3436bb509999034b60e611428eb006cc4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f8b68ae48350a5aa9bdf47a36efbf661190d497ab5a139027a2bf4579d21e095_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5fbe979b3d448e36fac9615ccd96f8583b0d587d46f6b1b3749e85938cb2e510_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8d45dfe709ac701d6eb800b081947d39a855f65c756f31ae47b75be9fec0c260_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ea4fa6caaa81f207f2372c6179c3698e225658387549ba567c232170cacf8570_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8fb972b411085b4551e10adbd419e3cb89754ee5300222cc4fce27cc349513f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:066d438bdfa1626aaa7a0ee5d2e3222724f2f0cf5bc9a189b67fd5358a0a48c0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:747c142608d6f43952d315d7858f57edbd2d9de2d255938dde311ea580a329af_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b2ee2d0e9906ef1581677bd239073c09f93e5b720501e9001926dfe7db34839e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:bf0b42c5e7e51129966a4744bb253b7c336bb88b1f1a562e481f7eeff5428136_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:3e9309d53caaafc9b145f6b7fbbb8879c9f018ef226afe101f6dc7ab02b67856_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:3a558e248efdf5d3111b7d61e8bd471682e7038bd34c4490f8ba69b91b44f36d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1b0981e2ee13869663087d6504e0c0af6f2c56d2ebf81d72b4b7c751bbf6e500_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8073e0be1f7f7523880b30946f1b6868274c070acb97d9da2f5c486db99ea18d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8980be22bddace1adb383fc356975fbf0af9ac8a20bdc95b3303a80fbe296f3d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f4293de50825a003a825306a45612531dafce45b72a91cf4dd455d596a0c60ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5bc26795163f03947b3f42a5c8cc52b7fd6eb713a0fa5a1558bfe834c21edc0c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:7f29c85842a34554f06db311ef67ec08d1d947d32b4363d1153d92c8d13c3214_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:92857eb171128909119700c431920f543cbfc89cd06aa98db816a2fcaab321da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e931e3fe478f8f905855b4516e1ed9b33a161536c447025cd14dd68778c40fa0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:338034a3ce7dff3efafd00fa35b858c23c2ab284f743df414c6cdae455f8801a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f12584b95171f442bb3661c908ee43de70d0400c6273eb4e93325a5f3f167b54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f37f6568957ab825b08c2ce8fc6b32ad18f5b7bee50b24b1804e70cdb144e5f4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f949249e3847338ce4ae9b94b0d191edd3f316d471f0a9047f97e41e41b7554c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:407286c96b6e9d0ee4e8abec2b06a5dad70fc69820a00deae47cbf3fcdc65a40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:52294a05713b24485ce6d7d1b867081da2f01dc008b9cd052bf8c4c37839f581_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6693dff44dcfb7e6fe67f5373bb73d84cf401d20640c959375f20a24d31aa697_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f65918214ce906cb5af9a59ece43a36870989c579ac1660a2a58f9536a79d9f9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2ec7076ed08f4ce7a61f95083155b5315acb6004ea4245c70be2763eb0ce9f4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5a539e39b3aaf61d63f391b6960cdc5746cbb4b0fc07b85a98969f5c9cbcca4e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:93505b057575ff9292e2e96903238708b940a23953a79cf8742c880f1fbc743a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:be43f0ee18b6d56d81a09871c4a30dc2245ba60cf17ff0f1aad10e117f40aac8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3923e99d803b6dd5bfd2fc957101bef6dd86ba8f6de9e59a849e4c7a02d57e0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8253bfec4409c9a02be72d7e8d87fe5f4f81c1bc58a294f02dd570debc4f1128_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:851fd20edf32778383c81e3c5b935ec5607a05f8fc569f64e31875b8bbe81d6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d06d41126ced4841fae74d0437b18e9f1699d285158fb8725a8768a6e9065b79_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4375e44dccb08eb4ecf461f4e8e7e97d617ab5b1c968beb481d5795e6bbf0229_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:75140fa657674afc46d698aea19115a9f60c7765ffff6a0c4ae5ac166c725597_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c1a31ef64ecdd90020d72f323a242b551a6a4a85a4dae309e19f5d8f12d77b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c3b1ed110f6b17263484b7fde65642eb349162b206c0b9a2f463bf5eb13273c3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1369aaf62d9d273eef766c42f7015d56152f6b8effc50dc06d75b1bab38a20a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:47402101d62f418c0f6b8e3c6e2367a8c84f5151a0204f326bf1fdbe983c603d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b519e10d4cb8fd9ad126a36fb864d2f29f7df218ffa1b3b5f222e0befafbe360_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d70f848ab6450690b8329ae367ff2e5a3a5b295c073028dff7cf810104c5be5f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8f8c882873232fd9a00adc69e199f1b4acacffcdbc282280ebb61dfb1e61b875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9fe79073bdf1745b388fe52bee661394f96ba5c0af585ed8ab4a61724e324777_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b2b91287350dfb474763ca5d332c4765af0c1ff2d7be722e23ea93970add2687_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:bb5f4abfd26a9446eb2f4cb1355bda840ed1006a6233373434378abaf0e617b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:07ff9687205eee39d9ca211c0bb0c6b1618848e9e74bfbbe793aca67de73fa88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0ba94d11051416a116cdf516dab74d530a584fe7c4bb1e8d3deb3bde2214e459_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0fe87955631062bc7ce78891b9eb056f899308f8cb8101b3a44f889c1f0c0654_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:786de5dd308c9fa6643aabecea0bc666a9ede6fd2a5ce1cb0d511eac2a19596a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:719989a197c3bb8b8af09e95af49125cd28014fa74c7969f3f3b939223a6743b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:743119e024a9aacd8bd4bf45ab9c14e684ddbe2307d8f965e972ace243f128b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:76c523fa10e222690941abc8c5564efee1ec4d309a7d023480b6000a545d655d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a13cc82f7b2053435d5268416686ae2ba89e37b6561e49c7ac395cf3359ca2b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:98aa0e651302bb73569a0578e6c11a1691eafb5b0aa28dadd714a7b44b498f8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:9fdce4b5198ae740daa858432221625391f7283bad587e1ebc1220e7b0b4fa28_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b072bc3bdd61164b8076f2799e705ed8e34281b2cdf24d9cf08deb8e697de2a3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:fef5253a6623c30368e9e7e271501adcd9432b96473cf8278a7b81140d287de0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4eecd436b35c9b25eca6975ca9e938c2256fcfeead67e1ff4159d7e36122122c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7e11ca9795aea60b3f0853ffef0fdbf922f4863edd96c50fa85110f36bccced2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c95f8bcd0835611bb90983e96e3b780ccb65bd2bdc7f7554432ea971eac8095b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e497c1834c97590a0c388b58dc823cdff79ab6befd5f2a9bf494b3acc3181eb6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3a7af87b46058334b97531a4b1b5cd5be47e2ade8d74497429529bf0a489b275_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:97313aa4f1c1c9aa51c77a153d0f0eb35cab9711b7f1465b82a636ea44e849ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:ba0927ffd76ad6689b808e734038678c91854ca3d0630613094824549f8a150d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cd8feb684b9c70a4ffd7077e19812273f333174a70f7c2b63d57d140d8002382_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0c8bfd6ea4d0729e0ffffac9811b5db2ecf5c40e68ef048ab104f161d2689b74_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4dc7e3242cdcd1d3c1ea5930da7d4e027383149373cb6af0551ed2572eaea0b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b78827903e5c338d67a4ea2ba10ee67e16482ff00968ba99c27af2b6d50ce202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c9315d23ab26f6f40e05a5fb1f9f2dbce075244a035b1f16003d1108a7ba36d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:270b5e756fca54f2dc05f04b6f7b43f7f188153811decbc0b49eb215b11c2372_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5331e8ebfc48f4d2322226b8986dd178f133a52edcfc0a192e89f1785c8d568f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6cfd8c3da57c17ae1c430f2881c66eb0b1c456bbce4a9ada2491b2c873dba985_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa346af0288b5886b5f095d1fa0ceb7715d4333db919ff9d61078f369642cc29_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3403720059bdecff83f784e2fde54d2bebe09223ac6cf99ce2b4c840b9cd4a98_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3f8cb2cffaf6320f14ae09f7e44c965681b395370a156253790764ec9d2a2aca_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a02dde1d0b4f4fbbc4e6f0afd24da1595672f3f290345a4f6e98e11d89854a17_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c4e8ac4fea3c281effed3996a378c2e952a3d3704e47863b2ae6b266d2280920_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:46a0b302273acaf2582d377271b910d9d31ff98744cd8f290583a7bd5579761e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:af0442c88d2b9b93a187010065424798d89aad1d695ba438c815d04d7fcbef04_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:bc7b78f67fa189ba63da9891a1b05694d676a3ed2fa318336fa0850d63815250_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ffe4e64ee1b721aeefd8f1ceee11d225dd69319385e3e70f0bb52f4f40660a45_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:29d5a91b39dc6e72677bdfab50f56860c53e67dab139b464dd571fef9780dc6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5e6d4e29635ea0b075e402931daf8c384d07ec8660223babfd0df9d572ea6912_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:82555977089a1586dc24154b46be6499607a9d15110e5b48d9a549ee73f3843c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f32c4a07d2b7a14c39db1e5e5752960e46bcda700b292336480c95f359adf0d7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:86b3e656caf1c93ba2bbea00514a17b9d06cb7a6fd5c6746d80ce35f45aa5907_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ba5c8896242125c24e3a7e5698770293a601e9e7f8508465d7b45920cc9ce240_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7de62e540922f1de5f492527d07a8e8f4265d24b577cf2f93415209ccad63912_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bd71e582ef755da7bfeede697b5c2ab29ab9fcea6bfeb14cc8ca168fce5c7bd1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a1e6a736546b54bb2797d85d51b8f2b213fe2f6be6b26bad5b549df9dabf2d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:efc7fb9608c2be8c3c65aff302f923241bf8d008bc71c2fbba0d82ffad2b4f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:aa63c460867d565b44b2a8e919ba9a0e7fd6717f71588cc5a7e2ad268fe13181_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fe1f1b5d6da2e5ac66c689da49a4c76916533f30ab456c9961a225a5e26cb6ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:36fdb2cdf796941fc6638036b3a31048ba0209174c7a62424fb410ae14b1f81c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:65a0b94e9f663f3d73a9696a622ad46c73a5fc793f9dc46ee07fee8ba3bbb443_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8afe2a0c6b1b200201f21b148caaa682bce77cb3b1027f61d4c873e5babb1b30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9f7c3543e4b1a095399d1219c50f1f5081440ae1605154324d57ba9201aa4fe9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2c0897a842cd7b16b64888568ca65c2a6e473c24b2ba9bc5067d6f1f237885d6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:432c94d7d5d46ad66348775fa0e1a6c2c142469e8a770db5528a1aa25664c389_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c86c7188163be31c7ab04017bc46ae88707437f804ddf2b5bd5a73ae34f64312_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3f836bb9effeca4dd6a230a4241282d33ed454ebabd84829c41e58db5f24f47_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4632ef8ca0af5a8115f3d9490c2ad9e2e44361f4d0671fa8a3a1006254b173ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a7d2d10f5326e2d71551289740eba86d6dd2f12526dc684b1494bdd4228fd8e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ba876751849dd525a26e70996e7e02092c473bdf386ec4663a54ecf61c4f0d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e842cdc56ee7728aa71a7f95eda9777ba229aaf959594e73d998fbb30b7f76b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:90331abb869c0c04ca7bb59681cbd957ff54eb0e0265e16368f9fd6ab6937acc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a02580814c02bec4c1c9b79c4b5a48a5a59caafa60a573f9f99a4a1ca07c6f71_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c197de59c38c060dc8aa099a027922853e4b9dc7e5589ac55c8841dbd44b1367_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ec7a4bcebcc80cbda32227224f64e67cdbc98d3fab95466b55c89755421ea4d2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:223df196f0cc747e52ffae9f3dd03fab2da3c72d5e3b189e3035d4264a08c6c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:29f3154c0b972730ae9a54bc496bcdf62e9ed348b73d98ca958a265717ccc2a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5e12029e90adf045a4377f4be2be75c879e57aca7aceffa2aef08aa262ae0f42_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e150a242bffd4437f92000417cad89969fd547b5da514f8586802b99a668bab2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:17752e2fbddeff8e6f43bd354d91f248b4e69d88e80b29b75508fb03b82d92bc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b1703420b5a67a12f055518b6a23c1d8259dc8a064a1447196f642dd23363806_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b93a134a81af485a0f07dcd6a71c816ed517178826539d0f53b6c45dce87096d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d266a3bfe528e76a8c6ef1700a2016080d084cf6fad2e70efe5ba52ff0dbbc51_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:8c90e9864b3ff53d398f2451254dd3707868b36c6032d8d139cc3ef2cbd9084e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ae6ebf086515376ed35bb432a7f567f7bbb44b8d1b86773fd86daa387c5fb933_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0a0cbb021e13ce9d693eacc4982ece2e8ba4697f5d5571b8d0671d71824fd07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5271f6452a89fe7907b16f486439f54f0dbcc3d075a70ef446ee4cc62211b1b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0abb949ce9461e5718c1988f57791c7537eb1b3d2184f4b4268fe087e39726d1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1267ac849f67c33155b54409011cd3f0eaa27d5f211703875cfd383d1170ef9e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5082f39df1f143f23f0e587dec5cdb3e3b033ab446a57e7e808c88e6211a1a67_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8fa27bdf891edfb80585e470f09c9d6fa369aa727a3698b936b4818a4b46448f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:017bed02593deb2e9cdfe0f268916e5d1c8cb7a4f1362c6eb3c94050896d7276_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:027baac40981f53c9ec53f5a4241a657929d6289e42a0e5deef617c182b7580e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4bd5b70373a257b1fce20135ff4a4b3e6962eee541c67a0e29ba9a2523d4d4a2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c0b3ed1332b228290882bbff6a1ad6866f5ab2a4586b261949832cdc3bee5797_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:047c270f56b685d5a4e67afe43d2f1ff47829a259be6ff93bfec4864233d4497_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:50a6482667d53de3d7aa2bff6df05ca21e4e9773996afa8b8038721e231deaae_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:653dbef43ed7f531ebf64c9314756be42738f1635a64097c53210ed0b6b0de88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c4d2741561038e0080204335efc6eee5b6ffd8878553b240dd433fea701e6bab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:3de609d984e39497dfe119bb8e0ac2d6d823dd894a5c866e5ec87de5b5711e60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e3a8b252aadb5b32f42009803b56dbeae49a3ddbe9d00aa27569af4747fa403_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ccf49e256cd9c3bb428badab464a17aee485ee1516896f1ade10da11085e843c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e77ce95a84b01b09c5d1e6dbdea8970543aa3a60f9292300beb078d1288bb801_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2ab5fcf7003f4ba3de7656a284b11d6ee05bb02cd0f3532671a8c368f7b15178_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:44241e57d9067223cdd1585db9d699db113931b7a273d207516f60c498570677_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6aaa55450d567e2fa992650c456cdaf5529c5d96fc9984f7e1a4aa9ed6294bf3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f2fa21e8a0e88b25e9037a9c2db4b157ca6fef8b765b36da7dda71bf5a4c4478_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:10bfb59c904103177754f0336f7b7bab676d240480a8213ec42a778bca3f277e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7aa4fdd78ceafdc887a91224614657e86c1e12b72fde68dea4ee5c6e9b610cb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:e4a365a0516b0c8ef2d1259ec4bdb7f76aa9dc0d3c3cfd5d5b3d34341d349772_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:a06af7a856d5f2416777c1bb1d271c189576e273450b25c6dc5937cd16b8bf8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:28b8390dae142ea16bb05f6bd95f19b6ab38dd67c341168337ca07fe4f45fe87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:be6a9bcb97824c91f393af5aac5a146d819ed9893f5a074e146afe18f3a50dc9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e6392d583f97f0932dc01be55534fbb6dd3014f84b745e8bf7583b96ad7a7761_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f30d93c0f244f5ba21807dca912d18d4facf47ceaf43da7efa41b14ee816b71b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0848bdb082bc8dae6bdaa956d2ae36fdeaaac89024822f4bcdffb51da1165fed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9f9603a2dd344770da433fe8dd50a104d69e80ad463f9cba71b3aabefc4fee61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ab417553778971822422c6eef94aeb437209fcf88e78188b701d4b2243ac5be7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b9bb7615df3eadf64501f35dcefa829934f330892801cbb86e9f70f5dde236ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6bb4c6c64852f2b7ee590a0a60db256d8dd549a4b141fe71d311bf30d0ed88ae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:837cd26d96a814814145cd0aa0cca672769283c499eec36c457ae432b99a7466_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:956ad866d891e1340f630b9cad6ec73d1fc60d4061d4c63946ed714900388a3b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:9c91591eddbc058f05d052e3178102b28ebd25c2c9cb796fffd5047f5d413d12_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/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:0c95fbbcfd5c54e6b2934a8efb4f8523d1536ec1deef78249f4daebaa9d327d6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1b84b2a1cecab16e75947d29572008547922714207272a5dad8169d1ca5beab5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:466597e63e82ac365414c803f5ecb8f06a72374885eedc5daf9532aad16ac148_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:de9cac5c7ebcf3d43cad87758dd2eb0f4d6480f59bfb4112c224a4497aad9ba7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4ae516b98be8fbdb9b783345fe680c1d6ef57b5dc06b2ec3bbd20bfdb7c9b2c4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8f242ba3e0b9c57ecbd85f0d4c1bd67306357c92b53968a42419736c3dbe04d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b717614ee549be99c17ceef3d755c66abc983e821e04808df347962858e0da81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bd0f90ccaaaa74683b9bb17db0651dfbdfdf8f49adf0ecbaf8e83756d270b590_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:040115466e4f525e9f2386d6f8838c51f8e1638eb06cd64f071d4ae027a8fb9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:1a677b9d28655390d007acaa656997b12a32e9093c1c228778ef96cc6f4ca875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:39c68aae39089d044ce992b949d4e9961105711501daf3d4f0ba7e9981920729_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e814640d65f77818c180a706940337f8ddec8ebe4cf22c51a58a8b69e0f4099_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2831d7dc9f3cad92219addd21b93959900ee2f71e2d988fffe913a6f88dc7e1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:50f602354dcb223759d781cb057b4081a424d6a509178b10674358cc8dba41e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6925001d8a798896438ef1388f54bc29825c37d41f2f09a59e3f8bf60b2ec6af_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e01a83cb76fca294a011e022ed86f1da8cde36928096422a440bce8e42fbc8b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:757ad9e0c37b861340a7b2269b068d5b0c6355322eb5f5898a856fd9c4495b16_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7f68ff8059ae68d15041b8f38ad5ee5278289e1370d276cf7e78fc7e9fc3bb10_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:816787cc8c95a4a2df1416f09af6228559333e1bb1421ede0c9e2093444260e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f9bb9a184319c9fef278d3c6705f56cfc592c844f5c458bd20bcdc07c4230982_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:198f39ed50bbd835f4789057f9d7fd8de0962f1641a7f453dd90d68b5b2a4e7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:633ce875ee7bb08d9bf00cf79738e3e63cd6bf4de2d40fa6860142a301c0968c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e169d65b86f23d6424af5e7cf9e1d0ced58382128092821676196c0a05f91da6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ec2586358c34d0130b00a3714b50c8b7bc33ce915aef6aa79eb214d38202f37e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:13e81e4c25d8c789ca15eb4e84f3fc531a50b4dc0d95fa3573e002e3b54cad61_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:17637f8455e0e17bb3dca34545a26e881cff3e1444af45b9f45c3e282a252bb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d2dde1514fcf3308d1469a0af6727835121c4d6a1a1775a675a7ffabba8e3bed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d6376055835ac40728181d6f354398a0e60ca131d2fd8f41471ed87e974ea4cb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6f86d997faaf61c874def5a78cded319a188c1babbc4dfefb91a29f7e0d7f0fb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:73bceed99ad1b0bc99e66ab8361037e4046c5212645490161572fe6f34de98b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:babd6b0e928bb674289f34787d3aa536bdc4c24a877a5ac9311f21f0cc9e6224_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d00a12f6c4e75a2c93bdd135eeb742f42868b0186d9d03f318c885407a17e439_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:0932891a63e5ec5a076c7848d5746e29d972f3a96058914bee8fffa4921fed38_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:472e977d39473b92992f53c0225de477318b31be8656c37bc35193789ab7a456_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:71021ecd15d688aefa6db79f817c11a751b51f6ea9f2e48781bdc49c6de98088_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:9563eb7617a4d3a9c22fefaf03a4ede698fea2621a68ad231cd9e65930043a56_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:1fbf3bf4990353e799dc271bb4a0c58b385feb2ee60207636a3f76544b4f5ae4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:7815e9dc63477803e7e8bb8a01ea83043b5503ba529f64db3c76ad1c4cf2f0b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ab22d93f277f9bb65fcb5fd9c448b72f82384b9be43b8ab525d2836832044eb2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dee02e09373732db94bc442ddcb2eb4d13095a04e35c674387d3df8ba23d67d5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1a046b24339587101462756592c87ae4a8f699fc2977a703e6d031e2022a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1db6c409fede3e9ec09788fdf286fdb0634de6b6e727ec010332f7cf2e462_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:bd6be5cf4063439e92a1264ce3af0ea6528b9c27dd4b26f043a80aa8616575fc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c955c4b9dce1b25c73453079a21d84c5a2e5d0b53cf6e351f9b1855f08db3fb9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:221943f7b65573c2942d88354261f93a01950be1d1a86fa853544cc4c283c027_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2488ca8b2a8f658f3deaf9a70b12f7aca159490b5e0861d746ca8ee5d2010041_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a3435c546844b61f456789fd315495d6bcdc2560756e9fdfc4b896cdf70d75c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:be2e4dd58b8ed72278bb2c014317e69185e2b19dce37beea7fec3798abcb35f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4da2632fea643a834aac3fd63bc51fc6b0d768b869ac450e6779c9f36429a9fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:56ab8a9553f0c0202a47d858e234f2672098514dd647502405cac1f28d14196a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:abe530f4e865add435da2afd379a3a11a4d75c257c2468a09bc78f10256e0be9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:fe1397131aa0d447366fd627b12582ed647551ad3af13375f8c281ab73745f0a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0857a5a2cfb5c277bc2d2545fb19693f23285ccf6b75144da8fcd7225e1df1c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:43b36fb1f7ad271530f5ee9040cac4651a684e0e08de2ed90a2939b736b565ed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:7f86439496ba6573ee1d61b5f4d414dfbbf65a95526cdff54e45229f01785517_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8094138e4ed2267cc278a83a1586922c957142c9e5fcaec62db531c83b79566d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:309b1dd27ce0c7dc332c7141e576642db4aee6076ce50ccc2930e824f02ead2f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:35322e4580b0fec862223f76e0bd3c95ad0af31f3d4cdfd6423d3ec47d6e25c8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:699bc772c8a648f8be7d6a5c32d786d8f6484e584d918d68ef8a32cb1499663f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:779afd8e0fa21d022d7e75e7ba8da00cc7604db1adfbbea879bfb1d0f8c9c831_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:49e98d0193f7d7b4347043f0655d350a7a0c0d8c8b850d95abb57acd13dd8ac8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63e308cebeea85127f584610f59cdc9b228f01b9acb227f2f6eba7fcdc29b1fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:71f9b47dbd3985738259a6bc9a5bbdb240fd21284a194b47bb78538f8e870cac_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:9181583c88b3be23253c76e277f140c0a1532c1bff7d62cd0da1e14beba1aab4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:0f96581804dbadea29d9ef9a2a952753f5fdf295670ea0297622214e2a9b7d0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ae4714025025642ff5d9e250a4715b01d933487fa8bf4eaf82629ebd6d4c8702_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:cdb096f05b664fb542bb6eac3cce52c53da2e4bb636189bb53f737d3075615da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eb9908581f71dbe01d8553e494ef022417196408e9fdbd32f08fe1f5b9c9572c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:08725f7a384b4e72a173141cb35fb67293385ed72d973fc4d497f3c0f0dc626b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a322e3fc620e914088fb5669f1459a47140abdf027bd011d6ff4e5b3e6b909b9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b950e80fe164f86ddf624c80210308a634929ab8eb493496ef86bff1c5248fce_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bfc663a0ca81dedf849e89b91feb3fe0af97932fe8a8fc711d7ab85b6cbdcc84_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:13257447171d38e6e99c66faa476de6ff6ab934c285a0d1bf71fe94dbe583462_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:23fa493f397748092cd71c41b9d83d19fad6a5433b692bc644e30af790cf60da_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:28b1c9ee4102140998781ebef22f269316d8c2be2254c10b4d7151dffb0d37be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:be2175c2c6c9d882e44cf10aa85f1219573952473e893f67cc7085bf0a324407_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:61417bc1ddac0bc97c786b5807c2fa33eebc75f7cb186aaf9eef2151dbaf75a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:73956194247e000432a8c5f7b78255062c5ca967745ba2d97e680a06f698f518_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fbfa9ada74c4875985fc4bb8366d21eb5275a52953d44bc6bc740d48edeab5b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a545c9c2fbb36296286f684e02f9a5bc337b3c3fb9c83c608c988c88455f9bf4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:34a8a8a4a62b36b5e0eb061db3d56905c8dddfeb2e7a7135642f947ce6bd01ad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:41c2ea14036c2f8639cf0dd634e327841954eff4529743fcd10e8475546165d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a884f443877c7a3c0b32dc60a79e1bcbe89036549da7a8aa4608ee2ac6460765_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b28e8574a1d3b374ac4a61ea4f3c16eb70d9ba7385bf830c8698f4490f8fd3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:8e245c278c66405066cb31e9d48e97ad9cdb826511bdb1104807d26f896043a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:380e3045135a40d202f330002512a5c499d8d2079cc38e5c0bbd5a2312820dd3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5d06442daad2c126259fa5d594b53329e386f560b77a475ccb0cc37148644a5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5dc0ca56deaa237fb0bcddac8481b45d3ac81609b36c3b7bbb6cff8456899208_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:aa669084fb336f5d89d86cb58aca73b88d6bc4b6505eac2020664e0b6abfff6c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8cb392862e1835b610757e822332074ac459c593e9bd60fb6b6f6d0aebe577fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:987afa1aa902bb85d7c2d96f1637bcd19bf21eb832444c98d30171bbeb746751_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ad2f0cda09211f3e0aff615306168baf808e6fefbf1f039c3ae1a1fa7050a61e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:bcac50d10432ecdb8bfe2b465ba75889248ee8595f23c5243d023ac2a336f3b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3cf2d6f464e6a2fe5b4a8cf66690b3237aefef0c825a687a548f81336507cfb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9bd17213796576ce4d315986dc0b271011c37cd6e9ed75edff5ba80c3302fc26_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3205092b914bc1fe858b2ede7642227e04f35d06daec4848fdbbc0406fab4a03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a20ecaad93b15b869fb321c7503adcddfe1f0f5eb3f0f6427bd363234010853c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:57259db0550547f85684c19078b9af82b6318dca0c00ef8da27de8c8dc90e305_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:a95676fb6c1cc1b20cbb758a7c9fd34e82b3e114b81b5c17f47ef303feca3d51_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:49026487ee6722c3d438c05c1c181a36d14eca2f0d8debee48e4a02db0486145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ee65002c4934842ad86197a89e838997bb87a93ddc9de3423eb2af282a565c41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1bb56a1a194ba6f64edcdeae267fecec590c14c85431ba62ee8c6b5744da3a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bf72f3bbed57cebe1deb7690cd7fcb6d371e526630cb386d13180726736219c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:81afdbb2d9fe212af38a11b4d00ac952a306e13f91b23b2a081c0393173c5e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bf8d63c933996abf39eab9406b3061bee014d766a58f4e27a56413652d319a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:4a5021268b1ab163318270fc9ef07afa8a29f288c95ea69700c4bf46f88e85cd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ea443d9738e4428b6912b47f9c1d8d05b75cf8b137f0f9a76f852418b33b989e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:00148cec706fce87b240d38dcc91434f3c167052d5860d42ca9057e24c3f35eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:7996dc231961eb51daaceda9598b04e4bbe7d0e4019dccf5adec8a14d6f7e1a2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5c70298b919a36de41bf25d870bfa3da4013d36c6179db3eb6dd2e67dd20bff1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:a64777ab69af6f2b6cf4b78e5a00148e98353748946991c0a6da7eba76b442dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d4b6a07334845b2938c6d09556cea5e0477d13d4be6247bc9e3fede2e46aa3ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d5e665b41152b8363b4b15973a7b86365bb2c047366aa69bef7e1c499cf4fd3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:1a29c30f85b9bc858f0c70ca5ed79934494d92849f23baa6c7f26f67ea49c57e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:70f95a8b240afc604ee9af621fc3b63adaf80f593f3131e7ed51077ed2c77a1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4d217b45b97c9e01ba3d54d03270be07e9659b0d4313fc85999aa49fca560108_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:634f48a37ef03dee1cc0c0626c32aaebb8f9975b4640ac540f02910bdb3b165d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:00f06d1c70494444172d5630c33e1c93c333a880520bad3a810f96dc69cced15_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:01ac79392fa7a265608b75458534bafb6e5d350f2e8536bb9de48566c685841e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:12047af5271e61b4032c04c98df9ad54363d6beb13b36f49085307705677e345_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:37e5fa3bfc88e99fc78f2ced6cb4a99f5099942e40158dfa6940784c3d2ef95c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:54d10266c83c4d5fe91b013dac51538493ae4a4322c925e561c45316c73b1e2d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f799d506fc4087aac0eb4b2c2d6c8e511b598c6b3cdb1ba5ee470b787759fd8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:061d1b86afedd409ad4947a8ae59064f0fa92360cc82f640cf124776753ea3bc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9c7fef9c0e22e1721125d5b1312e509fada544e1d3d956338c3638aecea53dad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d3d951b736b910437255f3455b76357bfe0111c257f5a2d8dfe0f9abacf30fe0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f7feb8627754651663208ebb363a3e42e1767e16a65914148ce0507a77bfe795_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:23b0327190559517a3526d2500534542e9a397210cc6f663ac2b313aee902e92_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2911daa552328c8b01b19f91ad43ac54da18d343834c48ef35f12adff8077785_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:43960246dc7eb7bcef847c0d706bc6b0f0a407053a2cca7dfe27fce23c6d2af4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d05434d4552d2ffdd45d2fd44b1b2e2e8976a15f0f4ae59ce7dea73ca97dbcf8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1f7e808f97ad41f4c301736bdf2e06da73f2d0e3ef4ca838f0afd65273db7c8a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5553003527f078011d0c440f86c1480ff4e62b318e98ca2a4af97b42e5e186d5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:582a4e6fadda74e5c6c49b605b7967e9d6f25c84ab3de162c30931b1dcaee31b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6d54aaf9249113e5be1b6a87bf439ae778918533077a41ee9442396cda4d2642_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0b4378067622a7584c3be2e5e5d8748a564ae7672cc882bec0c1d6f4f4c28686_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2ba6c6b021db9b58614b1ceb9b736978b0e3396b04dda4518406b041448dd5cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7f7e406ef7b654a66bbcbbfa5326ceb1ddca4a0236cb60761a0ea48b919e8571_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fc403f7babe4eb16c770c80def94f34696b3a8ac55360b17c88edb11b9ae5a8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:473d595a495e4656de14b1b22456ef1ce2218fe39d02bf738990c0be4cdf5440_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6b3fc95809e8ab1be94de33cb375207b4302f93dbfd51f2a67228025c1e304fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7d0a9db460cb1d4c918f87a02979048f170f5e692e83cd517bb9b3271aa06dd2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7f1e2dcfd02a6a5fc56c6665979a8981f11144a5bcc6419feae3964b190583c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:775213a7b6d92d23694dbd1538727c84ad58c6b8a8b46587ff7bdeb7312acc05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a649eef7fa6148524b1f3aaf18ed6543f65ef91ad21358cb0af865401061622d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c593dda5f85469eb4ded8cb6c4738069d48a144823a070b83b58ba7772ba0e90_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ffdcf3c2b138b62cfc84d9916799812ad73fcba9c3416d7442f3686417c85932_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2e1e514d9f3cdf5f04ca924fa98d036988ab47259be5df67497931321634f730_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:32e93e986bbf92dd3a3e09f9c76bed29334b5cf794e18b843f81522ccf43697b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7bfa1c21aeb7971fa978d49455f4b5dcccd4ccc3de147ef47c32e9b74bcaf2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:dbb5abf21bed592282f09e30ba1387b084eb028bd931df5609c07fb8c09a0d75_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0606de7cca514d2b4ad9593d7f37950512741cd8f1597b1f83951aa7c8839268_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:116474d2dd37c159032b15ff856dffecad2ef0ab76298bc43f840bd0245ec78b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2e887b0da3269f28933bc5af839ea2df95b7aeca3993cb31b0a1c92e7043cce4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6029166a01da021523fc720ad70fc59f449684e577f9f5a36e0e759a39d0a28e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:849b8be9f7fc785a70451c1c0704501e2b449650acd23d450d145da1a760c166_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9c5d6a2d314e840600ca6bd1354c7dc6040fbdc216166418485d6edfedb27ce0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ba10e440e514662920d68ac025d5f3841786a393703fc2dc0ee21ff1d2490015_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bac1799b133fd829b35ac619a25a272301816494e83be5a251f78a50e7fb2f88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0469874ac135c41bb590ddbac02428775083221257b6904fa376335610c4acb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5823c8fa1f1409d6863dacda718e35b7afd2915befa21343dfcc68b6fef7a9ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b38d3723f2547dc5676460e3738420e243c6fdf7be77e54d18657efb9668c438_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e5a5e4c1a01ff3f5d694ca26dd248533fd463c85374c25ce1a9f4b7a60deafc1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:19f94467c811e10882e30eeef39b1266b83ee417974aaf62f75738d51811cbc4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:47487ff8d0cd813ab3354061caf319dec553b1cba9d5c1045de710b8a6d0c51d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b3a0104cb85f1a6965eee44fef58983637839a1f97ddccd737704ab41cda3a25_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e8c72b610288bdc44492ea0a5c2fd66cfb1673fc06f6bc66831fa84c96f86543_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1a9333d29d3561fe95488f3d80136d6b24b4a2e04472d37d34737fd1032a8856_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:705d146d458883660aa0b673a651d05d1d1ad73bafad91e84755118b82092ae7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b9265d767c8a6786f12dd4788377f1a316864863a32de4a4ec07ffc8b874aa00_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e3a7bfabcb96924059fb7906be97a0ebb1df35c6cad39a7968a6461df0cecb31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5c015e1a10e5f14e82e30ba41b1ae6a82cf5cb0bc631f5137d7637c44a3f5b8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:623bc4c74b05b46babba7da628809bac05b48d8c4055648e88f0db57c1bb0e07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9502a32446a8828e8a1887edcf49034e874ea0e32ab5fdb738ab89e77cb5a472_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ec7b6b83c8e934b66505e8051e183fbaac54e78abae5ae99077d4e5e163b4529_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1f15641123321a662f676a46a24f6c8066bba6e3730a3c0d0eca3ff8e548de23_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:85070876ada5cb86e8c585f3ac3114d548b189074723a13ec5d6fc6be25c9964_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a34e14a715bad1d324f9211d95c56ed387ae51b24b21ccf931c12f3f7b3dcbaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e12ce561e4cad13a5d08e8164060bb74a309f66047279a26dd727d34ed3dc16a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:67789c239f82fe3649ab8c0e13f920a788a3612d15a78fe5986a852bb2d11a0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:80d704ed310acc3015748815351da4b54fef2d8b74d7d4b03aabcf9fd7e60b38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bfbcd3f502bf336124261fbe51f19e7a4cb9e9132e07da62354699b30cf6ed24_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c1e371a0057014662b91736570bf25fb1211ead7402154a1149dfee9e55b994e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:175fd0386d9a4e064fa760f23ecfb45ac6ae3500e5a50acac0660d06e5b7ecb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3e9811dcf3c528ae6f5ff86659dee1a590c2b53f7af1a03204d06fc3dc628fcd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:68af6c6e7f51523ac223f4e25955cf3777f4ae5b601dcca7c6ec7e2dc0de0782_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:8f1b3ddbde3e33dbe01816bce0cce7d7bd196cc04affbe606fecfbd8ad7b8b17_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49699de68bf38c34edb696ebe4f9dc608756382a977f497f6713dbc7b6e1209e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49c32ab1927e0969508b906c14aafcbc64e6eff7680b9a10812eca4f17787921_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:86135a8f7d4aed36e7b2a571b431b29eeaac2bda02762eafda3e22a62a7a2d6d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f2dac4ffbee9d028b26e683b63a9f033ef8609907f6c498d42c447a306e75328_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2884bba195d4d635378b0d15efa54991a23f51bcf4efb1095b478f5cd9c34f46_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:d84853556ede64db5615eb4d826879c744f7ccbd92c51ecf392a686af854ec11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e05dd48fc4c26b5dd822ee58a2af27bccfd0ed28cc959a6fc05073cec6f7c9b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e202635a4a52be92b47960bd8ced28634111416b220cca5fa7f86373ecd1210a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ae36d953c8c7f73dd78d620f94a0335ff5fb84b16ce9d2dbadbdf3dc5d66f6d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:308c924c44c35b39c66b429a15a0343a47f7dfad62dceb76ea7acfc85e6bd973_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e132f6b0a6b4e2dc63561c1ebaa0bd9fc669a835b0c22b0d56599e3da870231_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5216d36dc483b1368a03e00dd9dadc7c75de2bc36ed98cd7ea2b089cbe23965e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4bc11f6ad7c3e9c99e708f7ef5a01b4faedc8eb5d2de5b0cbed502395958555f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4c04a50ca49fdc521da592b9c326e233763918fbfd6bc97e001e0e680ce24cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8ba4aabc0e1e36c3ffe66b55c67ab8c305f64aa6011f80060c5d95ce91180c5f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d259704d34b605abd3568bd4c988bf9e831d80554ec2d7a57e7c39a70daf0140_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:14c55985b9277766e54156139f0949d1e3e5f756ade34512a3d5ea3dfed2c544_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3231ec9c296798f11aec6a285b0a8f7c5cf220534d0525afa59c17ab2464abb0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d8767e4d0b2c8222748319f05483bcefe50388abc182a01f3ca9dae3c80dce44_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ebed5c3d8e112fc5086208b4b4c0aba054a0058f3fd08b71b129dc124fa00f99_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:26dccabde8cc0d1ad45160677fe240b3fc098acae82f6d095fad08b78330453b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a168025d531f20656997ae845a4930919d6805b7f9374c40f7835a93aaa46b27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e696a8bc54ef8a13800b2168a395d2cbb08678403beee2dc52c56d04cb235759_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ebc22890c7759ec9992b64dcb0e388881caeeae333a9a84a50dfeffe27e38b49_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:09319f1dcbe090d9677a43249810dfe5b3eb165aa3f8b473417e0913649b1556_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:46a37e99da18852f5512235589ee86dde0db6c09d76a49275a8004422b9ec303_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:535d1b713587008fe67eec103cceb54471f5263516f5420589cffe1dea02be93_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bc614ab102efc7dfaa47fef84c4783da26548491e4c43257bb606a06e8d155f0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:08cac9e30829765f182624de9e45e59b40884b8c39cde60528dd27afa57afe72_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:13724dc9eb7247844e450b59b8cf3af5e5f486e9558942836ab60f74b9943291_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3e1a80763f76f622b5ffcdb35bf2dc20ce1e9c06c4f5f6bf0ae06b04134733b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d077c79741fd0c481fa6e1aa2c479b8c5b380b1d1f163259777c8c50be257709_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5e82ef0b9ab6d4e3b7431a7611bc563f356385dd8927855e6090008685f1549a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:62ba53e306331c1b20cad27ec31cf59687218f4bd5908ed7e9034559ded04b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7664e74786778a96606757f1de215a4a9702d0c9f7cecba7bf8028884a7609ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7a967f88faccfc101b9388f8434d406acdfc85d7d682f9ec742d59eb31074fc6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0e05cd1eaa2b9c558d22892495f090b6b51a316dc56d85ae825b6fc44611b6db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:445fdec85c2510c8a45b2a830ead87136bbb80bb9244987b4d6ffa5858931926_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ccae4f8f443ba6806ea33105d7dc06002d58914626cb9ae57476b29193761b53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fc0becd36b6fad4911a5b8c9a4693320918f7f7e6336c2b11a76adcb6d1eec36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:652f8fc874b95a56393f14c2b56a63faa64c04f6646c1786d07eaa272a9acb9e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:94b9c011744629b1ff6f230e25f876f218ed59d55a941377797f77cdb7c03e1d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a178a796ca9d32ac59faa5eb9a6aea30f1aec65d88f89080f57ed519a7983f05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dc8a79297c73782f5005075332bcac58b051a07d2b35626323f9b69ee5f4d64e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:03d66c724cb647d4a613bb48c9df6e9ffaabb68c8af5a4ccae45365e32456470_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4b9510fdfb45d2561927843dbd7ed869e2f67d9636e59dfd0c3ee640d9fc601c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b3570e078bed53aa3e435443bffbd12a7b259f8dee9d18c0d79b55514a547b53_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fc8e892ccbd8d3c1e737fbaf8f02b5fa6bbbe242780c9cd00fbc5e6889d7baee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:266bd8400632ac70fc6584e4bb2850ebcee7027ff7899acbeca612c6556302a4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2c8f351447fffc2133f339c6ab3a0bcd9bdfafad4a4cb5b7dd2abc32c6056a92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b8d2783a76f514f9a4e8096434ac205e1d82d09da2d67fb930a1b5e4d8089e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:74fa72db679ef47f9a3e3459a90dfaeafcb6db73dfe15b8933767e2f9d19c448_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2b5964f6cb078aba05ada42f0c8280dfa39f9f80526932cc5d41410922e4e8ae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:480b27e9866ca8dfba83e1accd427d4f6813f4fb7f612854e32bdffc10d7d5b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:91c7fa7b70f2cc82b26ac16f91ea084e15a4f5dc64f254ed878c25dd1170c0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:edc297cdb2f670aebc1d3561d801840ad029e8777ce45724066e6891aabd60fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:443e0dd81ae60896d31f07ab49611c5e0629746824df094ce28cdd3cb0ae1d58_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9b16561ca87196e3dd9330184f7abf25e97272e3c47d2e8d594e3095e74f815b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9ff62f63d487e25a750bad29314955effd17152bfc534ff698963760a2615b0a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ab506c549b676ad9d8dd179e2ba871a12f2096ca2601ea2a1f2605ccb849dc6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:08758e6b81d6679b095a8e7fa323870eab35fefc05e525c6ef810b6cc0b3c0fd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:af87d24f6540e5c98def879ec4ea8adeb5b138e41abc126b2c3030c5847fd0b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c5e9e59a08d8940e99da6bc568269eaf71ea8db62dbff86a7f6fb5dae861e323_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f5122187c85ef27f5423ada009d800afa4800e32ad1ea3299586fe64cae8e38d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3c5078d135089e1548b4dec49b7e78658279e42a72792a988447662534b6516e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:56158ce0af0c0eb9709b2d1a172201bc795ed6e5075517b6919ed1302399d6f3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6720c8097a398327f18a5c84c28f6b58aeee017199c2649649a1f159b8365838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:89295652b447f42c6a0d6e1299f63b04016f10ec8faf6372357294a14472e426_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2baa85e44cc4ac6cb825103508c5bd74e348609eaf53ed42c6d0e045dfa62772_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:61283f1fff1f8ec53563012a5b1fb5a48831f0a220d3676b512f5a60b331e849_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ba258012c0832c57b29785be805be44f0b5f8eccaf76d82d7493946806eafe5f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cf3bee6414a87e7f907d30047ded274c488239af5b1f43ed717ac2cede29df86_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:40854e0833b6cdfedcf275cf716e58f3cbc5c44be313fb83ca3e909bd80d0b08_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4d6a10dcda92c599f52977c71208222d166168b29da4eb4727c466e7eb53cdd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7be4c5ff86b0e939ee9f22156812fb98d2f96c1eb4567ca8a6a01ea3aa735dcb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:83bdc9fa5d3893a973794dd7162bf9564ecf68ce44814349a621cbc284b9e61c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:993ba8c1dd84e486fc4084a7786934c356a9b12ae86155134fd1a1dc1e5e3f2f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a64dfd96d3aacabc8f219d19e6d7eb0c1ac5b68b49eb93fcc973d76e67ef1d34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:ce306e2cdafabbaa29467e0cdbf316673d17180efb604e683a7fd1ed7181c6f9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e6748814d950e6f5e370dec9cb7d557fbb0d29ad3620b567840770be826a601e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:04d418560f90c35b42be67886632615d62dc89cd37fcccb6e247212b535fbb7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:40eaefc42c0f0b5adeb47bcd463c2e2a45e7f3af1c0fa4cb3fde9c5479660c4f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:545bc2a7b32276bec515f338aea3a2976c01cc787a559986646aa6fa26ad5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5a2653ccd5dc3f59a228ee8b936460575e1a392d12287661b1dc83a9f8210033_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:12e5e4ea4d19c4dcccb35dba161fdba8a703ba6331b11054e4664818737746a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:180e817b55ebfd081fd0305f63b3e0539fe8d13d1ceb8428ea21e213779fd056_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:92e8693b9f6955f9862c8b576f5e32bffc3bc34232511fae0cbe57d705bfc53b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e5b5d4750a3ffe24b1196255d4cfe15b21efd587a41736307ca8e4e61a4936fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2ca8a85fb07b431d97ca6a3e3c18f1cfaa20883c7076d6b5b4e6942b632f9aaa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:559af5a310f0923dcb4ef9389c51c98604cf44642a13e8ccb46225b4ca268580_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ae056c9c8e0cdc6519ac1a9542781cd54ac2ac8881f513e965b57ce7d1e5ef2b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:deb92b50d5948bae13db37a7046d9b212dbfd3ddb1063ff8a5e5467f0cab203c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0c4f3cf84115f8c9b9bed6b2dd5d52316eb3a9e670fe6b9e28c2dbc350392e87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1142ce3f8a3c1c2a1c7dba79ac2c3b276a45fc6271ad9df9e6a5d8684c36da2a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d9f2c021c17f1416e01ba31a8823b7a87724fd96d7ec99d494981842b5d452b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f3aabf75e838b4a941f64a7a322768729059346d7578ecf5fe7ce27a71876fca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6389373ccb2fbe1b6385ea21dac1c0ca918bf9d3889ad7a738de6be5d7ec4272_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6449fee9a31acc582bb85e0031312e3ff07d1f1843a1c6c410eb79cbbec1ceb4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:751f007afae9f16527e9039aa95c2ee6efd2ee20afe3c083ba7298493d2406f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:afc11a340e28d4100c31646b705e8db302f6b0a96ad3620e07391f02a70438f1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0673d2034e7e5fb412a171939379da14e9269dad7bb53e83be7ecf8233b0b5a1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:18f0345811215feda18d2b63f679ee870e76b33e9f61042d93edcf36fe97df95_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a2d247eb696c80e02bc8c1873e8ee0fb71a1e5ad6cf5cd84bdf504f4fe17cb10_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c342b14ff399c961ce05c1af127244b950b8e9d641ce8752f9d0f880ad7a672b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3d9fbc97d13987f28ca76b3e238b540492eddef0f302c2dd958c1b0d05e10941_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:47682d4e934d597aaa1e809011a69afe93936fc629ad3dd1ed76dc7b073f7ee2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4e8d3460e04e85a3e01a578d492499376787c85f2840c97821f11213862239df_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d7b99cad55a1e1d380d30d0d4a61bc5f0cbf3a87223efada3e69bd9b0741d3b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4849bfa8a48c7e7d264fc6ea9097fa9d33da25f75776619976e3204b42026cc8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d7c3f5ce57c0aa25e13ba9484facd75c5a1dc3caaf9be4d0f273243e7ace327_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:78aef6c20ab3bf78eeb8b8a857ca2a24067d45cea0a070c44d3fcedc00d4efbe_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7f33515dbca04230d98550ab638efa87389629fc7d913c8ec42e4b5bf8a772f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0251068577a1724dc777683dd189468ed77413b396614a117dac6b4320b8f01d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8812fd85c74fd67a95afe09c2ce5e7d592eec1e25fdc6fa331a8bd41bdde0cc6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:89e0a7e0fe060abb45a6f8e6ed1906053c09f95c252ca7813175903db61fbc99_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c3674a8f28935f3140fad744b5a178a8346a9a7f79f6c281561d2877b38c4ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:13bc0d4f7d4508fafca5a3bc61b6449a056e277da131e753c06cbc1bb7781b27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:993a2a0b3f84e071560f6fc1a3ac243fa745ae9a7ab15febbe1385437dbd3ad8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:80fc518199cd3a1ad421b142661f0a85679b12b69d0afe580fe60eb6a13ddad4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f069665c66c19d9775b70a31aa7a1069bc653691f6abf106a88b2ceb8c0e1ec6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:13ef0c0585b01c56b865e029d029a553b458fd2d3d0204eb6dfba1bcaa11ac3c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:599d33b55e88212202b15f4344f7a18dee4f4504b3739d6ec99414d05bcde2b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a751f1f0540505bea087d3ea9e6ba798e89d5deb772cf8e401caeb3816a563_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4c26bc366b267d444f448a4d7bd5a0d26f84bea653c14b261a829669d888cf88_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8b67087a584a2d952a6e80572686412cc8ea01f03ec8d70b56cb8a24a0c5a3c0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ac1123e890f0aee159c9105e26e1f1ed3ba5eb3ea66b422b281c3e9465401c5c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0dac7821ce2a3a5a180f53f381d9e61484cd8c5efab3c9a7dcc70b5783421b64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6b30b39205367ec985c4a9d948e71d378b9483689c3ea179cd0f2476b9bfaa1c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:de903677bccf645889ff7968ebbc052b14273329c0765f7faa53b0ca815d6899_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f8392be7a6f5223930d53ed6d127faf727489b8f5ebbbda6b6b437c529e3c812_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:02ac68c83db9dc50cf6280a418eed9261dd2182bbf51d16fd143519e49960b17_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3746261c5d4744b13d4704c822fd62ce1f486010176fdb3bf95512c72eece73f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:85e34da00bd6d290c04d8eac32f39db59b5f50fceee9b248b2cbe27bcf0e7e5a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c343b119edf863e179df865ccde0b665b87087d78b20919aa5726d8fd240b344_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2026fc52aab5a6d7766511080699112f32ae4576108ff95b0eefc5d807a14f25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:21b5298172f4de1e0074c4abf5e4abf27e8adc02bbf7ee49bd3388f7127d4901_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:42f8af9bf66ea72846b7f7e57652725c31b01fc4a8d39ff7e7882075438c521f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9c5711087546b1ba7cefab267b8aa30b54ecde5926f009518cf0db974ff84c3d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:373c4b7507a978e3dd62e9ea629d1e397b1f1db682e11ada1bfe5a0b45afc782_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3be306649df2fa3cc9f30e60ed5d947fb0678b0231b617eafd3b1593d10feec5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5b01a896101a5189740f84cb1a83edefdb0dc00288dde725ddd0e95480f8e1c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:961dd87e559779e6338a4d3d35c96c0ce6ff7cb9634ce32d4bf848032f4a2fb7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8799db20cca7be653bae6b8ac5adc1d628094eababe740beb5dbc27e05346872_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a36c2b308515a293cbcf265af68ecebf498739e74ef11016d5c0edd3cf47c4e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b86631d6601578548af20a28d132a0503fe118f53d7596a5632ed24ec5a9931f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e867bd8b76b5bc1438a7be88a30fa7707edbb1909920a1d4d1d0da0ddbebdb40_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:313074950c6dec37d29a9722b58ddc951aaf67c27b47568039f29f02f2523128_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:43618db20e6f592602096897bc89eaf3c58490a362e91e3299e20bb2a02827d9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:705f4db2e969d23205de87db1bd7dc8eb1ade64a76940fad950fd1a214dde6e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d2d5ee5893ae16784051d9526c1feeee3c641fc3e6f337ba807744551c00ffa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6ae5cfd48e788096162bc4517f0466bf526f16c84bb61072886a64842856c5b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8004e7284c63cc32a05f6de732791416d57d62db041ede2829d4797139094292_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8137c3932f344ce587769bff04355ad405b6ff27009bf23a221ba52f3da56e1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ef15235cf21f0fbfea74089f75471b483a98c920b65676bb6199c155fb61e929_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:149cca2af3f89c7d1e105de81bbd098c66be5687f18a584b644f21d0be20f414_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:33fc93d5cd30760383da666e8effb6ed32f4c8f2668da36677e98c1801ef4f5c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f9c1ee7f72c926c45cd76c12046b867d9efd7c3c381f34afeeb9b6e97751175b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fcfbae71f81307789bec93987c4523700c191a66663ce53e4009c5e0a8627826_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:04fe8c19bee4b629ee7f18a13dc0b7f49d6a4b6e19d204de90b6b2240b0f875e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5c9662139f98817aafe153a43f700399781d079390d5ad23d3b70fd6ac5d370f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d1147830f896fd229aadd2b766fbb4c8102b35a8edd4d8bbeef4928d89cdbbfa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:dfd0cdc29bca0a2239ef203fe7b58efd97ed4e72daed6609e22b20babda395fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5a9889308bcd1c3981072c83d44206d0c3feff059e0a2029d49adcb974674c95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7a715c7e2a8f54ccee42abf122b0028ed19705f401248d8c38f785d960f1b116_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a67de487534d03cdfc180af9d235edb21c5cb71e1224bb5041fcf2b9a428732f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:b3780d23a2c384ecef73c806cb20d7f97bcd11c12b6392c781c0deb7ceb55df8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:48b5d06ac4b35c2a7bca3ba2abc39e3af1eaf4ecb19c720d9b6e46b066318414_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a6d7d7df9078e9d1cb0f12f9ceac12c96bf2cea03a9085b23c3e4af6a456b51d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b757d11e5dc51a5822d9e30e97ac142cf004fffce87ba2e58b8d62926127664a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e61ed19beaf8352dcfd4b9478335a364263cb9839f27140a634a217d87d331e5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93baf08acbc6875eb2b665a9ef3601ca34b76767cd70a172dac7237f21b6958c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a5f2c2debb51b8aa926ede417cf9fa0e4ebaac4f5bf9e770db55a25902a4a3b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:dc97d5c1aa80515080b2b4d16fb08ee4733a9347eebc8427f10b7e70582464ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cc1559af0d7be472ae46be4552fb41e81ad804d73d1444b92cae4485118c6773_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cfd5513afd8b2b5e22d5e384a7f769f9c04709d853feb2f91ef667d804cf9a7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:febf2fb95748ed0c440e6acb72c40d609ae7587b2665cfd7145c878a2a0b5783_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1728f980f3ebba7e48bc0e8cad114db1e0c06f692638764e30ab990f45c637af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:41508513986b369c2f89c64af84b3980b16bd2432130fb122d8c1346f0602894_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:650f08f62aeea4bc954e69ed88a9f2f14d3c8f733c155d113c0c58b7154fec4b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:016fc7e804acce7a8b8df0a02bec320c32f9ce6224ae67598a63992219a77516_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:081f9cfabc57aaf4d19df8b496613d8aff54ceb265634c904ec7765c810b4553_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6da3ef092cde7fbaeee01c5d6bb0ca5d52af3ed8de458ecd3001bb96262c1ab4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:035d07364444ea963d64515420fa4005adf82c44b575555a074149f67db50567_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4e09fb0bd709d53a0abc6326905cc43ee36e6e4ec5e20108efd1ffe585b1f2de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:53a5f81aefcdd57ba33c57c02941803a072ef3f1b8467baa3c53c7e073a9ea96_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:cb3d2ccb57987217c75079a9c10f230f6a7de9ba3b0fbd87d8d3d5c71f8c94b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3472a8147e06452751999ae2d041063907f275ecf429dcdcfdce88c8a19a17da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:61155741778188324e0616274f067ec36723d0fb81d84e9715f72ffecfbc92ca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:adfe8cb84a5f0a241fe69ec532b7092a10cc274cc3aac2b86f33ac8e725ab2d8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e704c70226ec4986c16166ba1ca54b908d1b6d9ddd47640bd5ab6d292f977508_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1d63a1d7ba183c49c69a6ffe5a4584de5282029b0b2c2f3484b4f4431e2ce954_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:441db8762a583090cf4325377b0ee75838452a601732bccf4dbc57f26f6a1a90_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c5c52612378ce1f2577314e5723642237c9a361506c448ca80d2a0b56666a1f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3b9843a117d6a6ae28222951e1a556d3888ceab2ff75a082a06343c8030a5ed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:236fa2dfd935db687e786cf827d88210c2f586d2d1a93e610861995908bf2587_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:647704923828c83c6ed3810e3c4d7456fcbe378516dabfac30f203a3bd3634b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7638d755fde7fe6d3c004a6f0f7c761a9fdb75a3541f19a792c3cf8e8bf473d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d2eaa5b8ad9464732265b84128b5280d725feabb2d4b4cef0178a317add66c39_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b659f5c6da6f73bcf8b2850f0172358816bd68fca721b65a9a70569a94bc90d7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cc867d49602a6ada5de7a783136b6463c4d9adee9877ae1966c016a08ee8e87a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:6fa614240bbc1932f65f8cc9215d2baccc05dd1cd5586fd308c44d8a94447a45_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e85e957fc16a36b5964613a99fec1e7299db9bc63edd86ef965d879a081b64bc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:14b02010250fe10ca57b2dfe1046641aeac31f92e5691c067b3990383967f0a6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b6b13d29b1cb9c9bcf97f2daa289669bbd9ea501430e51652bca3d50f787f23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a8ab293c4f3c6bc251bc91466b7586e5499b6e198cff46e50f6a65d97df60f7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c5d781c35cda14ab70d4a5bde3bf72df0a3956f5cb159645e5337095bb71c5ca_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fadba956181755cedd19d3d5b5ee3da0222daa1dc609b629c900a0052a4cbd8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:2719589f19df23634ec3f6b578f3fd2e827440675b72a69b89c9d78b1310f98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e1fe563643282c027ea829274a1945458cdc5d079bf2a2b7b0a9982a5cc3720e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:28d64f60c216f77e3e006012a403671463b9dd90095e19ff2dd027def6abb511_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6d681aac67e08e2ecca32415dddeb47df6191a99f7a8d7bc3bf1697c6a26c1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0d31a90914ea716508caf180e30fb682cdd8066da7a0a31752be9d86ec9c777c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3ef5a3798abfd3d9ec1b6ebabf3ceb32fa4057072b2670793ca119f556c0897f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e2c62e4b87e0536d15ed8b4f2905930a750f770d5c6d0168de6291d92c51f9a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ef5f4d7e3c872acbc4ee48bc91b5835dfef66a698287a95836344c1587ccca69_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f5f049eb01192eaca548f3585845ed6a530934d2eaeb422fc78b657cabb1f57_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:740b0d9392c76e433ebb7762e57f156a0e2ea1db37ddaed2c5b8044ca092a357_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:da9ebcef147e8d9e84848454fe2b8e259bb549bf0de88ee960fb48f6c8051060_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e8f942ece24d15ce0c4a31f731f2060b6e3874a2f486b2dd255c773fb1a55f46_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1b4fa4d6ee3081f39e54b4f910100d210da682dbb0f308f08107ac44e7338d3b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:571a51e1eca0f31f273be8cff7ff115bdf192e14f5d510705ab7ed423fd5d9e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6dc96b2e8156e7e42f758cc28302a2e94e8b3888970d03a780b1732375e728fe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b91654b9aaa85e13d262d21b949b1a96b386f202524c2e8d52ecb66c279eca8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a677804e422590551f82a17e61f64bc03d5a8a42a695e7ae8d9de5dc086924d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:fb7f225a9221506e6295f7efdcf44adc33e5b971c470b5835b0ca3c42ee1942c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:107c9dcda9632516721c41af941362ccc316d25661bfb13a7c4dcfc2ea4e1c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e75d33740c576321707835258793fe2fd257682099348a2a067806e764e1560d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3ed82adddc3da003bdb272e2a5df0317abe41512179cba925f65fb5d8f7c2eb3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c16e4af4e9a79ac2f1fa632b20e98befa9aa2953ef241af186edd226e39150e3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7b6c16881c71569dbada90e320379c2159ead0b0ed2fa2113e065b361bdf2413_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9533dc6817f01e377ea2ff7e3aa4447d20ab5d016d9145b97e0cb9e758c9a8ff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1285e63d6cefc0454a400b20a6e404537a8d57e5fb9b5d7ff1a75b61555622fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2ea17afe64ff273c9208892a59773c1dca248367c849e805dc78cda228aba29f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5f33ae81c766b0b7d9c8411dc4f6a0adf760221ed0493a99f1bea5dddb5de41b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9de0bd8cb41c5324718c8d8f275c612c0bfd13b322225455a1142dc76bff0a01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:2fee175122b1e3f74cd8976af1515c869d096da0bc4f5e9024b31a64cf88896a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9ca16ca048f3de4a5d9e6b6a38b55bf0b4a994bf7f7ccbda8c50c02bfd59c871_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c42a4deb157c31f6fb871bceb8c4401f44ffb490404591ae36110511f933f72e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f6d5c31b12c8a1a1e8316f258ccd254bf6bb8e49ae8a175eefcdf0bfc5c6047c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:204e84b23aa1edaf66f10a49432115ecb4c3e8fa34472a909e1c9a7a0c3f3947_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:37f226136e439a1b37fab44e06ff30eb22b1ba8f12eca9e85f59936c3d58acd1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3e385fec20235fd68320dd564c68770d91c5c08a864e3de41f3800937d730334_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:878a0a7473a69442dffd7c19132d74b29ecf765e3499d29f8da7b1de2ff6f439_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2b51546e56d1893aaa1b68c4e6ebb5479614d0402e840c8c850702ffb198036b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3aac893d87e5c39ae1672eb5ad48a0b9d02b49888fab57f8662e6dbb3897b660_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c5bddc80f0ba0e391b336de8ead2442d0dff227fdb8aef1874bc3db3101f7048_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:dca0c7b1c7ec76232b3d5ddd15c8716e04a8384f0a816217dec544d667ad2e69_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2551dc2ab6fddb6edfefc185f7b6d73ea366ddaae4e2f79d554f0afb79aa54bf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3cc6eb31325b1f9c9a2163c570ae1c3d4da7e7dcb0d761a0fa775b66fda9dcf5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:569965f29f668f02a342c0c7b4804bdc92354610e9368ba42a3ea5cc3172f532_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c4b2b0855c4ba25e150de01e54f0a84bb4c6c220b348945742bc0c18cc6d7dbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:01b6587f8b9ee398d34ed3330bf0bdbf2dd01c2fe475ed4d44c547401d1dbd5a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0fb7ce17c762a70aa16ca9f7f35e41d85997bb2bb22b81986321d29634ce9b3e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:60c4fd0dcbc1ed92bee7dedce7879893a23c9e4a6181e5e6d6a8f04880f377eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8925d5826cca515b7f7c05558406b3688a14963ddefa80f5b44500fe12dfb1dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:3d914112ad75b59b03d5653cea40a25d92af415ef52dd10aa7394465e6bab92b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:f8d52c53ca49b3f9847d2e568779801321307e329f802aa9456cd0dab7625232_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d29e5c26f37fc8212f2ff15cdac470982494be155f85e3c310b0c958b943f7f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:fc7a6712a6fe86a47b5a745e06a0c6d164779eb198f284fd0996847b025e53c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:32bf2e7aad1dd9ff5100500c294e343af0dae3d392eed27a1c0305198734261f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:54b4afd46c87b2cc839aa7d8b8ae232aaffe0f39846a6edf9d0d3228adbd7a29_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba41cc4ad0ea8dc731838e00dae166209a3e06d104e5cf11491639f82290eca6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a9395f57a9adc721c6e43e578957e21c8b9f18defbecdf91dc49d11044aeeeef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ba077da5ec7f147b51f0ee4432082aed3b7a3a541729913bc2ed821688723e99_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb48a38cb5d06b67ecfb4777c44d44f3e32a996397450e30f40e7ec3e340a56a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:deb40607f193ff4e36c684ce74167e67a7e96187f1a44a1f0f20f36572005843_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7dc856fddd561c1d29112b0b8d4dc39dc7503974a9ff563612e6998bdba4b71e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a3e01913986169c592bb770fc49e3875d46031b5788f983ddcd52938f9ef7a49_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c3481c6f76c644c017392c092dcbbb25a288acd14a9f01e20afd0d2d35e16d32_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cc440be9f6b3c5e22186b6d53a428a8220201ddaa79be39e19cc31a8fbd7b221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:12d7ec468f9634a53d053f3af7957c5162d92595fc3385b26b08acb22b7935c1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:49f08b645fc28af342483d9efaf2f607c9c2a6b491b477cdcf2985c44aa3e894_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d32cde1eedbd0c110bc10836025cee78421ec16d2924d30f5e6265591a9ec716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:df885dc6da20faf1903dbdac693889d9882722e8b67bebe35f624c11e4616262_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:16c8b8c6aee6f6a06367ca5bfe2be8fb85a05c3f18a819683f49d1a8c73941ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:376659c608333e76b0b48fcdc69ff17643284fd22fdef6c6998f07be54c1cf91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7359a62beac2d501d629e6768f1767861fdedc0d05f53a4424a2abdb3dbb6a8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c71d05c245bf1a4955f46c785d7264985e1f904de2a19972f7ce6209a3be0e4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:06ab376096238d4e04c9ab713d83d3cab5db769b5af1fd1c57ef2ceceec6ef61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2c80889bfaff670acbf859db3624951cda96d4ee8cb1560806ca4215e8c6c04b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:627c6b73224c3e37181a19cb598ef9a425cddc1d17d97b6c23388ec1345f6a88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d5d338daef4ae436780be192907d28a26785021d97865d8a95db9065734061f0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8e59a286a05743844dd1333770197161698788e0db4faf8e00cac6b2fb9a638e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9029d8ef1e4455dbc1910078afea1141f92a5c4d2c298ce1d9e4319209b55246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:da4ff38c7a1fd5adddbc0b0d3defbbd580197680b22648e2ab803c90c4a8c9f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f6c44d76a715e0ca38fa5e2becad93a2bf3a41fd8f181846e7aba81b0c579691_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:167937ed04f625a9cd2d0b8ed6048a5cb7b6d435bc2d41775d7db4dcdb5fae95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:176feea3131aada18df5da44af30a127f4dff392ce8ef57f7e0844969ec95923_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:17afd4ebbc2a5233681d4cc1774fcd70dc932bc10006235b11de8dcce826c2ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d3a98e507691edec50373d79ce9df48a71cb6a19a75c9276d0c5905d4f204b39_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1b6c3977b4835b0cd5399523dd437c230b992b77a0e7352b095d008be96fcdab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:54d79643f3a191710d1362d665b5c838130f3e51aecf1e27a2cdf66e98a3cb8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b8692d27a4799d20ce1a8374ba99f55732bb7db56cdf8f5b038424a086db614_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d196f02212da5e80ac5a73931316d38e9def9aeecdadeaf07aec685e661f9f98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:11c2a1966b0632e85caebc4555e3e2f726277175b27a63a5e854557499e0c28e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7e649963b5c1e2a7e8813569368eaf0ded5e544799d561622d469b03b9d93937_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a23fa7969c6a881648ba03ed1a13692c5db21b79f0608d841291ea9118548ed7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:af57ee131bc09ce55ecb3ae13ed7dc3ce9607a7438f0ac5a6e64bbfa000546db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:3a7644c1ac089cabd142fc1743b47302eae8528b13d1b038298f2f57cf746326_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4b5ee426703ecb55bf537731c39c69ab7f86316544cfc472ee77fbef7e5680a8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4cb60d36cc3b34b4b1496b74b9b2e68ff152a71d7f957b356311ea811bf05573_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f3f64bd2f70faa654f7134d803efdc032df63fd4ef07c97abd38fc41e625b48d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1b75d96a4cdcc3a37848c5edfe598cb1d99bb3b0707db5e3f62478320eb90f9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:876fd001172d5151ef99c02826f834ee4db4623b00699a8fb30d6a456a7a8687_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ba8fddfcfe0004287ce58db40c1092f2090b3bbb0810c277066aa2d97799f8b9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:bd9982e951fdc7259571b6d5983ea2cc44402cbea411ae9a6b135692bf5939b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a7a8d4d8adfd98d3a6e3d37644b33966f2c34ff1e553fbb5140ab9a15563e821_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b26a5a47cde227edb5e7f6e51247a6cd91e13484f6b5f7dc19b62f83b7478361_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ccdd76d6734e3a3cfaa1e432c1508c097478e842fd436672e57ef2563d817e4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:fee8f3b24b431ac2a5d4fa3d96c90c5e1aa68c08ee8ae9963fee457c98795197_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0e559f5e780f3849e73d7246176059360631d8c4a7db1700f6ba1b6a9e6ae089_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1a376560672f81b7596417591491e71d065e90672ff6ef5d37ed0785e9baab16_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:350a0360dfdc31eccadb0e8b9397d5a3436bb509999034b60e611428eb006cc4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f8b68ae48350a5aa9bdf47a36efbf661190d497ab5a139027a2bf4579d21e095_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5fbe979b3d448e36fac9615ccd96f8583b0d587d46f6b1b3749e85938cb2e510_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8d45dfe709ac701d6eb800b081947d39a855f65c756f31ae47b75be9fec0c260_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ea4fa6caaa81f207f2372c6179c3698e225658387549ba567c232170cacf8570_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8fb972b411085b4551e10adbd419e3cb89754ee5300222cc4fce27cc349513f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:066d438bdfa1626aaa7a0ee5d2e3222724f2f0cf5bc9a189b67fd5358a0a48c0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:747c142608d6f43952d315d7858f57edbd2d9de2d255938dde311ea580a329af_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b2ee2d0e9906ef1581677bd239073c09f93e5b720501e9001926dfe7db34839e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:bf0b42c5e7e51129966a4744bb253b7c336bb88b1f1a562e481f7eeff5428136_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:3e9309d53caaafc9b145f6b7fbbb8879c9f018ef226afe101f6dc7ab02b67856_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:3a558e248efdf5d3111b7d61e8bd471682e7038bd34c4490f8ba69b91b44f36d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1b0981e2ee13869663087d6504e0c0af6f2c56d2ebf81d72b4b7c751bbf6e500_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8073e0be1f7f7523880b30946f1b6868274c070acb97d9da2f5c486db99ea18d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8980be22bddace1adb383fc356975fbf0af9ac8a20bdc95b3303a80fbe296f3d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f4293de50825a003a825306a45612531dafce45b72a91cf4dd455d596a0c60ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5bc26795163f03947b3f42a5c8cc52b7fd6eb713a0fa5a1558bfe834c21edc0c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:7f29c85842a34554f06db311ef67ec08d1d947d32b4363d1153d92c8d13c3214_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:92857eb171128909119700c431920f543cbfc89cd06aa98db816a2fcaab321da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e931e3fe478f8f905855b4516e1ed9b33a161536c447025cd14dd68778c40fa0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:338034a3ce7dff3efafd00fa35b858c23c2ab284f743df414c6cdae455f8801a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f12584b95171f442bb3661c908ee43de70d0400c6273eb4e93325a5f3f167b54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f37f6568957ab825b08c2ce8fc6b32ad18f5b7bee50b24b1804e70cdb144e5f4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f949249e3847338ce4ae9b94b0d191edd3f316d471f0a9047f97e41e41b7554c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:407286c96b6e9d0ee4e8abec2b06a5dad70fc69820a00deae47cbf3fcdc65a40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:52294a05713b24485ce6d7d1b867081da2f01dc008b9cd052bf8c4c37839f581_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6693dff44dcfb7e6fe67f5373bb73d84cf401d20640c959375f20a24d31aa697_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f65918214ce906cb5af9a59ece43a36870989c579ac1660a2a58f9536a79d9f9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2ec7076ed08f4ce7a61f95083155b5315acb6004ea4245c70be2763eb0ce9f4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5a539e39b3aaf61d63f391b6960cdc5746cbb4b0fc07b85a98969f5c9cbcca4e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:93505b057575ff9292e2e96903238708b940a23953a79cf8742c880f1fbc743a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:be43f0ee18b6d56d81a09871c4a30dc2245ba60cf17ff0f1aad10e117f40aac8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3923e99d803b6dd5bfd2fc957101bef6dd86ba8f6de9e59a849e4c7a02d57e0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8253bfec4409c9a02be72d7e8d87fe5f4f81c1bc58a294f02dd570debc4f1128_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:851fd20edf32778383c81e3c5b935ec5607a05f8fc569f64e31875b8bbe81d6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d06d41126ced4841fae74d0437b18e9f1699d285158fb8725a8768a6e9065b79_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4375e44dccb08eb4ecf461f4e8e7e97d617ab5b1c968beb481d5795e6bbf0229_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:75140fa657674afc46d698aea19115a9f60c7765ffff6a0c4ae5ac166c725597_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c1a31ef64ecdd90020d72f323a242b551a6a4a85a4dae309e19f5d8f12d77b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c3b1ed110f6b17263484b7fde65642eb349162b206c0b9a2f463bf5eb13273c3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1369aaf62d9d273eef766c42f7015d56152f6b8effc50dc06d75b1bab38a20a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:47402101d62f418c0f6b8e3c6e2367a8c84f5151a0204f326bf1fdbe983c603d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b519e10d4cb8fd9ad126a36fb864d2f29f7df218ffa1b3b5f222e0befafbe360_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d70f848ab6450690b8329ae367ff2e5a3a5b295c073028dff7cf810104c5be5f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8f8c882873232fd9a00adc69e199f1b4acacffcdbc282280ebb61dfb1e61b875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9fe79073bdf1745b388fe52bee661394f96ba5c0af585ed8ab4a61724e324777_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b2b91287350dfb474763ca5d332c4765af0c1ff2d7be722e23ea93970add2687_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:bb5f4abfd26a9446eb2f4cb1355bda840ed1006a6233373434378abaf0e617b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:07ff9687205eee39d9ca211c0bb0c6b1618848e9e74bfbbe793aca67de73fa88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0ba94d11051416a116cdf516dab74d530a584fe7c4bb1e8d3deb3bde2214e459_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0fe87955631062bc7ce78891b9eb056f899308f8cb8101b3a44f889c1f0c0654_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:786de5dd308c9fa6643aabecea0bc666a9ede6fd2a5ce1cb0d511eac2a19596a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:719989a197c3bb8b8af09e95af49125cd28014fa74c7969f3f3b939223a6743b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:743119e024a9aacd8bd4bf45ab9c14e684ddbe2307d8f965e972ace243f128b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:76c523fa10e222690941abc8c5564efee1ec4d309a7d023480b6000a545d655d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a13cc82f7b2053435d5268416686ae2ba89e37b6561e49c7ac395cf3359ca2b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:98aa0e651302bb73569a0578e6c11a1691eafb5b0aa28dadd714a7b44b498f8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:9fdce4b5198ae740daa858432221625391f7283bad587e1ebc1220e7b0b4fa28_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b072bc3bdd61164b8076f2799e705ed8e34281b2cdf24d9cf08deb8e697de2a3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:fef5253a6623c30368e9e7e271501adcd9432b96473cf8278a7b81140d287de0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4eecd436b35c9b25eca6975ca9e938c2256fcfeead67e1ff4159d7e36122122c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7e11ca9795aea60b3f0853ffef0fdbf922f4863edd96c50fa85110f36bccced2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c95f8bcd0835611bb90983e96e3b780ccb65bd2bdc7f7554432ea971eac8095b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e497c1834c97590a0c388b58dc823cdff79ab6befd5f2a9bf494b3acc3181eb6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3a7af87b46058334b97531a4b1b5cd5be47e2ade8d74497429529bf0a489b275_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:97313aa4f1c1c9aa51c77a153d0f0eb35cab9711b7f1465b82a636ea44e849ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:ba0927ffd76ad6689b808e734038678c91854ca3d0630613094824549f8a150d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cd8feb684b9c70a4ffd7077e19812273f333174a70f7c2b63d57d140d8002382_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0c8bfd6ea4d0729e0ffffac9811b5db2ecf5c40e68ef048ab104f161d2689b74_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4dc7e3242cdcd1d3c1ea5930da7d4e027383149373cb6af0551ed2572eaea0b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b78827903e5c338d67a4ea2ba10ee67e16482ff00968ba99c27af2b6d50ce202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c9315d23ab26f6f40e05a5fb1f9f2dbce075244a035b1f16003d1108a7ba36d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:270b5e756fca54f2dc05f04b6f7b43f7f188153811decbc0b49eb215b11c2372_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5331e8ebfc48f4d2322226b8986dd178f133a52edcfc0a192e89f1785c8d568f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6cfd8c3da57c17ae1c430f2881c66eb0b1c456bbce4a9ada2491b2c873dba985_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa346af0288b5886b5f095d1fa0ceb7715d4333db919ff9d61078f369642cc29_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3403720059bdecff83f784e2fde54d2bebe09223ac6cf99ce2b4c840b9cd4a98_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3f8cb2cffaf6320f14ae09f7e44c965681b395370a156253790764ec9d2a2aca_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a02dde1d0b4f4fbbc4e6f0afd24da1595672f3f290345a4f6e98e11d89854a17_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c4e8ac4fea3c281effed3996a378c2e952a3d3704e47863b2ae6b266d2280920_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:46a0b302273acaf2582d377271b910d9d31ff98744cd8f290583a7bd5579761e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:af0442c88d2b9b93a187010065424798d89aad1d695ba438c815d04d7fcbef04_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:bc7b78f67fa189ba63da9891a1b05694d676a3ed2fa318336fa0850d63815250_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ffe4e64ee1b721aeefd8f1ceee11d225dd69319385e3e70f0bb52f4f40660a45_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:29d5a91b39dc6e72677bdfab50f56860c53e67dab139b464dd571fef9780dc6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5e6d4e29635ea0b075e402931daf8c384d07ec8660223babfd0df9d572ea6912_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:82555977089a1586dc24154b46be6499607a9d15110e5b48d9a549ee73f3843c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f32c4a07d2b7a14c39db1e5e5752960e46bcda700b292336480c95f359adf0d7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:86b3e656caf1c93ba2bbea00514a17b9d06cb7a6fd5c6746d80ce35f45aa5907_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ba5c8896242125c24e3a7e5698770293a601e9e7f8508465d7b45920cc9ce240_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7de62e540922f1de5f492527d07a8e8f4265d24b577cf2f93415209ccad63912_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bd71e582ef755da7bfeede697b5c2ab29ab9fcea6bfeb14cc8ca168fce5c7bd1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a1e6a736546b54bb2797d85d51b8f2b213fe2f6be6b26bad5b549df9dabf2d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:efc7fb9608c2be8c3c65aff302f923241bf8d008bc71c2fbba0d82ffad2b4f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:aa63c460867d565b44b2a8e919ba9a0e7fd6717f71588cc5a7e2ad268fe13181_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fe1f1b5d6da2e5ac66c689da49a4c76916533f30ab456c9961a225a5e26cb6ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:36fdb2cdf796941fc6638036b3a31048ba0209174c7a62424fb410ae14b1f81c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:65a0b94e9f663f3d73a9696a622ad46c73a5fc793f9dc46ee07fee8ba3bbb443_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8afe2a0c6b1b200201f21b148caaa682bce77cb3b1027f61d4c873e5babb1b30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9f7c3543e4b1a095399d1219c50f1f5081440ae1605154324d57ba9201aa4fe9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2c0897a842cd7b16b64888568ca65c2a6e473c24b2ba9bc5067d6f1f237885d6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:432c94d7d5d46ad66348775fa0e1a6c2c142469e8a770db5528a1aa25664c389_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c86c7188163be31c7ab04017bc46ae88707437f804ddf2b5bd5a73ae34f64312_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3f836bb9effeca4dd6a230a4241282d33ed454ebabd84829c41e58db5f24f47_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4632ef8ca0af5a8115f3d9490c2ad9e2e44361f4d0671fa8a3a1006254b173ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a7d2d10f5326e2d71551289740eba86d6dd2f12526dc684b1494bdd4228fd8e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ba876751849dd525a26e70996e7e02092c473bdf386ec4663a54ecf61c4f0d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e842cdc56ee7728aa71a7f95eda9777ba229aaf959594e73d998fbb30b7f76b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:90331abb869c0c04ca7bb59681cbd957ff54eb0e0265e16368f9fd6ab6937acc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a02580814c02bec4c1c9b79c4b5a48a5a59caafa60a573f9f99a4a1ca07c6f71_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c197de59c38c060dc8aa099a027922853e4b9dc7e5589ac55c8841dbd44b1367_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ec7a4bcebcc80cbda32227224f64e67cdbc98d3fab95466b55c89755421ea4d2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:223df196f0cc747e52ffae9f3dd03fab2da3c72d5e3b189e3035d4264a08c6c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:29f3154c0b972730ae9a54bc496bcdf62e9ed348b73d98ca958a265717ccc2a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5e12029e90adf045a4377f4be2be75c879e57aca7aceffa2aef08aa262ae0f42_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e150a242bffd4437f92000417cad89969fd547b5da514f8586802b99a668bab2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:17752e2fbddeff8e6f43bd354d91f248b4e69d88e80b29b75508fb03b82d92bc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b1703420b5a67a12f055518b6a23c1d8259dc8a064a1447196f642dd23363806_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b93a134a81af485a0f07dcd6a71c816ed517178826539d0f53b6c45dce87096d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d266a3bfe528e76a8c6ef1700a2016080d084cf6fad2e70efe5ba52ff0dbbc51_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:8c90e9864b3ff53d398f2451254dd3707868b36c6032d8d139cc3ef2cbd9084e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ae6ebf086515376ed35bb432a7f567f7bbb44b8d1b86773fd86daa387c5fb933_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0a0cbb021e13ce9d693eacc4982ece2e8ba4697f5d5571b8d0671d71824fd07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5271f6452a89fe7907b16f486439f54f0dbcc3d075a70ef446ee4cc62211b1b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0abb949ce9461e5718c1988f57791c7537eb1b3d2184f4b4268fe087e39726d1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1267ac849f67c33155b54409011cd3f0eaa27d5f211703875cfd383d1170ef9e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5082f39df1f143f23f0e587dec5cdb3e3b033ab446a57e7e808c88e6211a1a67_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8fa27bdf891edfb80585e470f09c9d6fa369aa727a3698b936b4818a4b46448f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:017bed02593deb2e9cdfe0f268916e5d1c8cb7a4f1362c6eb3c94050896d7276_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:027baac40981f53c9ec53f5a4241a657929d6289e42a0e5deef617c182b7580e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4bd5b70373a257b1fce20135ff4a4b3e6962eee541c67a0e29ba9a2523d4d4a2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c0b3ed1332b228290882bbff6a1ad6866f5ab2a4586b261949832cdc3bee5797_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:047c270f56b685d5a4e67afe43d2f1ff47829a259be6ff93bfec4864233d4497_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:50a6482667d53de3d7aa2bff6df05ca21e4e9773996afa8b8038721e231deaae_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:653dbef43ed7f531ebf64c9314756be42738f1635a64097c53210ed0b6b0de88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c4d2741561038e0080204335efc6eee5b6ffd8878553b240dd433fea701e6bab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:3de609d984e39497dfe119bb8e0ac2d6d823dd894a5c866e5ec87de5b5711e60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e3a8b252aadb5b32f42009803b56dbeae49a3ddbe9d00aa27569af4747fa403_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ccf49e256cd9c3bb428badab464a17aee485ee1516896f1ade10da11085e843c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e77ce95a84b01b09c5d1e6dbdea8970543aa3a60f9292300beb078d1288bb801_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2ab5fcf7003f4ba3de7656a284b11d6ee05bb02cd0f3532671a8c368f7b15178_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:44241e57d9067223cdd1585db9d699db113931b7a273d207516f60c498570677_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6aaa55450d567e2fa992650c456cdaf5529c5d96fc9984f7e1a4aa9ed6294bf3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f2fa21e8a0e88b25e9037a9c2db4b157ca6fef8b765b36da7dda71bf5a4c4478_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:10bfb59c904103177754f0336f7b7bab676d240480a8213ec42a778bca3f277e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7aa4fdd78ceafdc887a91224614657e86c1e12b72fde68dea4ee5c6e9b610cb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:e4a365a0516b0c8ef2d1259ec4bdb7f76aa9dc0d3c3cfd5d5b3d34341d349772_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:a06af7a856d5f2416777c1bb1d271c189576e273450b25c6dc5937cd16b8bf8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:28b8390dae142ea16bb05f6bd95f19b6ab38dd67c341168337ca07fe4f45fe87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:be6a9bcb97824c91f393af5aac5a146d819ed9893f5a074e146afe18f3a50dc9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e6392d583f97f0932dc01be55534fbb6dd3014f84b745e8bf7583b96ad7a7761_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f30d93c0f244f5ba21807dca912d18d4facf47ceaf43da7efa41b14ee816b71b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0848bdb082bc8dae6bdaa956d2ae36fdeaaac89024822f4bcdffb51da1165fed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9f9603a2dd344770da433fe8dd50a104d69e80ad463f9cba71b3aabefc4fee61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ab417553778971822422c6eef94aeb437209fcf88e78188b701d4b2243ac5be7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b9bb7615df3eadf64501f35dcefa829934f330892801cbb86e9f70f5dde236ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6bb4c6c64852f2b7ee590a0a60db256d8dd549a4b141fe71d311bf30d0ed88ae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:837cd26d96a814814145cd0aa0cca672769283c499eec36c457ae432b99a7466_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:956ad866d891e1340f630b9cad6ec73d1fc60d4061d4c63946ed714900388a3b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:9c91591eddbc058f05d052e3178102b28ebd25c2c9cb796fffd5047f5d413d12_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "ironic-python-agent: OpenStack ironic-python-agent: Arbitrary code execution via malicious image"
},
{
"cve": "CVE-2026-46597",
"cwe": {
"id": "CWE-681",
"name": "Incorrect Conversion between Numeric Types"
},
"discovery_date": "2026-05-22T04:01:21.721980+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:0c95fbbcfd5c54e6b2934a8efb4f8523d1536ec1deef78249f4daebaa9d327d6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1b84b2a1cecab16e75947d29572008547922714207272a5dad8169d1ca5beab5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:466597e63e82ac365414c803f5ecb8f06a72374885eedc5daf9532aad16ac148_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:de9cac5c7ebcf3d43cad87758dd2eb0f4d6480f59bfb4112c224a4497aad9ba7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4ae516b98be8fbdb9b783345fe680c1d6ef57b5dc06b2ec3bbd20bfdb7c9b2c4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8f242ba3e0b9c57ecbd85f0d4c1bd67306357c92b53968a42419736c3dbe04d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b717614ee549be99c17ceef3d755c66abc983e821e04808df347962858e0da81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bd0f90ccaaaa74683b9bb17db0651dfbdfdf8f49adf0ecbaf8e83756d270b590_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:040115466e4f525e9f2386d6f8838c51f8e1638eb06cd64f071d4ae027a8fb9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:1a677b9d28655390d007acaa656997b12a32e9093c1c228778ef96cc6f4ca875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:39c68aae39089d044ce992b949d4e9961105711501daf3d4f0ba7e9981920729_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e814640d65f77818c180a706940337f8ddec8ebe4cf22c51a58a8b69e0f4099_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2831d7dc9f3cad92219addd21b93959900ee2f71e2d988fffe913a6f88dc7e1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:50f602354dcb223759d781cb057b4081a424d6a509178b10674358cc8dba41e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6925001d8a798896438ef1388f54bc29825c37d41f2f09a59e3f8bf60b2ec6af_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e01a83cb76fca294a011e022ed86f1da8cde36928096422a440bce8e42fbc8b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:757ad9e0c37b861340a7b2269b068d5b0c6355322eb5f5898a856fd9c4495b16_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7f68ff8059ae68d15041b8f38ad5ee5278289e1370d276cf7e78fc7e9fc3bb10_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:816787cc8c95a4a2df1416f09af6228559333e1bb1421ede0c9e2093444260e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f9bb9a184319c9fef278d3c6705f56cfc592c844f5c458bd20bcdc07c4230982_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:198f39ed50bbd835f4789057f9d7fd8de0962f1641a7f453dd90d68b5b2a4e7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:633ce875ee7bb08d9bf00cf79738e3e63cd6bf4de2d40fa6860142a301c0968c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e169d65b86f23d6424af5e7cf9e1d0ced58382128092821676196c0a05f91da6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ec2586358c34d0130b00a3714b50c8b7bc33ce915aef6aa79eb214d38202f37e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:13e81e4c25d8c789ca15eb4e84f3fc531a50b4dc0d95fa3573e002e3b54cad61_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:17637f8455e0e17bb3dca34545a26e881cff3e1444af45b9f45c3e282a252bb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d2dde1514fcf3308d1469a0af6727835121c4d6a1a1775a675a7ffabba8e3bed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d6376055835ac40728181d6f354398a0e60ca131d2fd8f41471ed87e974ea4cb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6f86d997faaf61c874def5a78cded319a188c1babbc4dfefb91a29f7e0d7f0fb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:73bceed99ad1b0bc99e66ab8361037e4046c5212645490161572fe6f34de98b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:babd6b0e928bb674289f34787d3aa536bdc4c24a877a5ac9311f21f0cc9e6224_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d00a12f6c4e75a2c93bdd135eeb742f42868b0186d9d03f318c885407a17e439_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:0932891a63e5ec5a076c7848d5746e29d972f3a96058914bee8fffa4921fed38_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:472e977d39473b92992f53c0225de477318b31be8656c37bc35193789ab7a456_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:71021ecd15d688aefa6db79f817c11a751b51f6ea9f2e48781bdc49c6de98088_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:9563eb7617a4d3a9c22fefaf03a4ede698fea2621a68ad231cd9e65930043a56_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:1fbf3bf4990353e799dc271bb4a0c58b385feb2ee60207636a3f76544b4f5ae4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:7815e9dc63477803e7e8bb8a01ea83043b5503ba529f64db3c76ad1c4cf2f0b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ab22d93f277f9bb65fcb5fd9c448b72f82384b9be43b8ab525d2836832044eb2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dee02e09373732db94bc442ddcb2eb4d13095a04e35c674387d3df8ba23d67d5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1a046b24339587101462756592c87ae4a8f699fc2977a703e6d031e2022a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1db6c409fede3e9ec09788fdf286fdb0634de6b6e727ec010332f7cf2e462_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:bd6be5cf4063439e92a1264ce3af0ea6528b9c27dd4b26f043a80aa8616575fc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c955c4b9dce1b25c73453079a21d84c5a2e5d0b53cf6e351f9b1855f08db3fb9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:221943f7b65573c2942d88354261f93a01950be1d1a86fa853544cc4c283c027_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2488ca8b2a8f658f3deaf9a70b12f7aca159490b5e0861d746ca8ee5d2010041_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a3435c546844b61f456789fd315495d6bcdc2560756e9fdfc4b896cdf70d75c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:be2e4dd58b8ed72278bb2c014317e69185e2b19dce37beea7fec3798abcb35f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4da2632fea643a834aac3fd63bc51fc6b0d768b869ac450e6779c9f36429a9fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:56ab8a9553f0c0202a47d858e234f2672098514dd647502405cac1f28d14196a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:abe530f4e865add435da2afd379a3a11a4d75c257c2468a09bc78f10256e0be9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:fe1397131aa0d447366fd627b12582ed647551ad3af13375f8c281ab73745f0a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0857a5a2cfb5c277bc2d2545fb19693f23285ccf6b75144da8fcd7225e1df1c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:43b36fb1f7ad271530f5ee9040cac4651a684e0e08de2ed90a2939b736b565ed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:7f86439496ba6573ee1d61b5f4d414dfbbf65a95526cdff54e45229f01785517_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8094138e4ed2267cc278a83a1586922c957142c9e5fcaec62db531c83b79566d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:309b1dd27ce0c7dc332c7141e576642db4aee6076ce50ccc2930e824f02ead2f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:35322e4580b0fec862223f76e0bd3c95ad0af31f3d4cdfd6423d3ec47d6e25c8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:699bc772c8a648f8be7d6a5c32d786d8f6484e584d918d68ef8a32cb1499663f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:779afd8e0fa21d022d7e75e7ba8da00cc7604db1adfbbea879bfb1d0f8c9c831_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:49e98d0193f7d7b4347043f0655d350a7a0c0d8c8b850d95abb57acd13dd8ac8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63e308cebeea85127f584610f59cdc9b228f01b9acb227f2f6eba7fcdc29b1fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:71f9b47dbd3985738259a6bc9a5bbdb240fd21284a194b47bb78538f8e870cac_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:9181583c88b3be23253c76e277f140c0a1532c1bff7d62cd0da1e14beba1aab4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:0f96581804dbadea29d9ef9a2a952753f5fdf295670ea0297622214e2a9b7d0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ae4714025025642ff5d9e250a4715b01d933487fa8bf4eaf82629ebd6d4c8702_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:cdb096f05b664fb542bb6eac3cce52c53da2e4bb636189bb53f737d3075615da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eb9908581f71dbe01d8553e494ef022417196408e9fdbd32f08fe1f5b9c9572c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:08725f7a384b4e72a173141cb35fb67293385ed72d973fc4d497f3c0f0dc626b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a322e3fc620e914088fb5669f1459a47140abdf027bd011d6ff4e5b3e6b909b9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b950e80fe164f86ddf624c80210308a634929ab8eb493496ef86bff1c5248fce_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bfc663a0ca81dedf849e89b91feb3fe0af97932fe8a8fc711d7ab85b6cbdcc84_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:13257447171d38e6e99c66faa476de6ff6ab934c285a0d1bf71fe94dbe583462_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:23fa493f397748092cd71c41b9d83d19fad6a5433b692bc644e30af790cf60da_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:28b1c9ee4102140998781ebef22f269316d8c2be2254c10b4d7151dffb0d37be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:be2175c2c6c9d882e44cf10aa85f1219573952473e893f67cc7085bf0a324407_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:61417bc1ddac0bc97c786b5807c2fa33eebc75f7cb186aaf9eef2151dbaf75a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:73956194247e000432a8c5f7b78255062c5ca967745ba2d97e680a06f698f518_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fbfa9ada74c4875985fc4bb8366d21eb5275a52953d44bc6bc740d48edeab5b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a545c9c2fbb36296286f684e02f9a5bc337b3c3fb9c83c608c988c88455f9bf4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:34a8a8a4a62b36b5e0eb061db3d56905c8dddfeb2e7a7135642f947ce6bd01ad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:41c2ea14036c2f8639cf0dd634e327841954eff4529743fcd10e8475546165d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a884f443877c7a3c0b32dc60a79e1bcbe89036549da7a8aa4608ee2ac6460765_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b28e8574a1d3b374ac4a61ea4f3c16eb70d9ba7385bf830c8698f4490f8fd3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:8e245c278c66405066cb31e9d48e97ad9cdb826511bdb1104807d26f896043a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:380e3045135a40d202f330002512a5c499d8d2079cc38e5c0bbd5a2312820dd3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5d06442daad2c126259fa5d594b53329e386f560b77a475ccb0cc37148644a5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5dc0ca56deaa237fb0bcddac8481b45d3ac81609b36c3b7bbb6cff8456899208_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:aa669084fb336f5d89d86cb58aca73b88d6bc4b6505eac2020664e0b6abfff6c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8cb392862e1835b610757e822332074ac459c593e9bd60fb6b6f6d0aebe577fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:987afa1aa902bb85d7c2d96f1637bcd19bf21eb832444c98d30171bbeb746751_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ad2f0cda09211f3e0aff615306168baf808e6fefbf1f039c3ae1a1fa7050a61e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:bcac50d10432ecdb8bfe2b465ba75889248ee8595f23c5243d023ac2a336f3b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3cf2d6f464e6a2fe5b4a8cf66690b3237aefef0c825a687a548f81336507cfb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9bd17213796576ce4d315986dc0b271011c37cd6e9ed75edff5ba80c3302fc26_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3205092b914bc1fe858b2ede7642227e04f35d06daec4848fdbbc0406fab4a03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a20ecaad93b15b869fb321c7503adcddfe1f0f5eb3f0f6427bd363234010853c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:57259db0550547f85684c19078b9af82b6318dca0c00ef8da27de8c8dc90e305_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:a95676fb6c1cc1b20cbb758a7c9fd34e82b3e114b81b5c17f47ef303feca3d51_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:49026487ee6722c3d438c05c1c181a36d14eca2f0d8debee48e4a02db0486145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ee65002c4934842ad86197a89e838997bb87a93ddc9de3423eb2af282a565c41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1bb56a1a194ba6f64edcdeae267fecec590c14c85431ba62ee8c6b5744da3a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bf72f3bbed57cebe1deb7690cd7fcb6d371e526630cb386d13180726736219c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:81afdbb2d9fe212af38a11b4d00ac952a306e13f91b23b2a081c0393173c5e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bf8d63c933996abf39eab9406b3061bee014d766a58f4e27a56413652d319a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:4a5021268b1ab163318270fc9ef07afa8a29f288c95ea69700c4bf46f88e85cd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ea443d9738e4428b6912b47f9c1d8d05b75cf8b137f0f9a76f852418b33b989e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:00148cec706fce87b240d38dcc91434f3c167052d5860d42ca9057e24c3f35eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:7996dc231961eb51daaceda9598b04e4bbe7d0e4019dccf5adec8a14d6f7e1a2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5c70298b919a36de41bf25d870bfa3da4013d36c6179db3eb6dd2e67dd20bff1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:a64777ab69af6f2b6cf4b78e5a00148e98353748946991c0a6da7eba76b442dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d4b6a07334845b2938c6d09556cea5e0477d13d4be6247bc9e3fede2e46aa3ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d5e665b41152b8363b4b15973a7b86365bb2c047366aa69bef7e1c499cf4fd3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:1a29c30f85b9bc858f0c70ca5ed79934494d92849f23baa6c7f26f67ea49c57e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:70f95a8b240afc604ee9af621fc3b63adaf80f593f3131e7ed51077ed2c77a1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:00f06d1c70494444172d5630c33e1c93c333a880520bad3a810f96dc69cced15_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:01ac79392fa7a265608b75458534bafb6e5d350f2e8536bb9de48566c685841e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:12047af5271e61b4032c04c98df9ad54363d6beb13b36f49085307705677e345_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:37e5fa3bfc88e99fc78f2ced6cb4a99f5099942e40158dfa6940784c3d2ef95c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:54d10266c83c4d5fe91b013dac51538493ae4a4322c925e561c45316c73b1e2d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f799d506fc4087aac0eb4b2c2d6c8e511b598c6b3cdb1ba5ee470b787759fd8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:061d1b86afedd409ad4947a8ae59064f0fa92360cc82f640cf124776753ea3bc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9c7fef9c0e22e1721125d5b1312e509fada544e1d3d956338c3638aecea53dad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d3d951b736b910437255f3455b76357bfe0111c257f5a2d8dfe0f9abacf30fe0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f7feb8627754651663208ebb363a3e42e1767e16a65914148ce0507a77bfe795_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:23b0327190559517a3526d2500534542e9a397210cc6f663ac2b313aee902e92_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2911daa552328c8b01b19f91ad43ac54da18d343834c48ef35f12adff8077785_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:43960246dc7eb7bcef847c0d706bc6b0f0a407053a2cca7dfe27fce23c6d2af4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d05434d4552d2ffdd45d2fd44b1b2e2e8976a15f0f4ae59ce7dea73ca97dbcf8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1f7e808f97ad41f4c301736bdf2e06da73f2d0e3ef4ca838f0afd65273db7c8a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5553003527f078011d0c440f86c1480ff4e62b318e98ca2a4af97b42e5e186d5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:582a4e6fadda74e5c6c49b605b7967e9d6f25c84ab3de162c30931b1dcaee31b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6d54aaf9249113e5be1b6a87bf439ae778918533077a41ee9442396cda4d2642_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0b4378067622a7584c3be2e5e5d8748a564ae7672cc882bec0c1d6f4f4c28686_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2ba6c6b021db9b58614b1ceb9b736978b0e3396b04dda4518406b041448dd5cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7f7e406ef7b654a66bbcbbfa5326ceb1ddca4a0236cb60761a0ea48b919e8571_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fc403f7babe4eb16c770c80def94f34696b3a8ac55360b17c88edb11b9ae5a8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:473d595a495e4656de14b1b22456ef1ce2218fe39d02bf738990c0be4cdf5440_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6b3fc95809e8ab1be94de33cb375207b4302f93dbfd51f2a67228025c1e304fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7d0a9db460cb1d4c918f87a02979048f170f5e692e83cd517bb9b3271aa06dd2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7f1e2dcfd02a6a5fc56c6665979a8981f11144a5bcc6419feae3964b190583c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:775213a7b6d92d23694dbd1538727c84ad58c6b8a8b46587ff7bdeb7312acc05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a649eef7fa6148524b1f3aaf18ed6543f65ef91ad21358cb0af865401061622d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c593dda5f85469eb4ded8cb6c4738069d48a144823a070b83b58ba7772ba0e90_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ffdcf3c2b138b62cfc84d9916799812ad73fcba9c3416d7442f3686417c85932_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2e1e514d9f3cdf5f04ca924fa98d036988ab47259be5df67497931321634f730_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:32e93e986bbf92dd3a3e09f9c76bed29334b5cf794e18b843f81522ccf43697b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7bfa1c21aeb7971fa978d49455f4b5dcccd4ccc3de147ef47c32e9b74bcaf2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:dbb5abf21bed592282f09e30ba1387b084eb028bd931df5609c07fb8c09a0d75_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0606de7cca514d2b4ad9593d7f37950512741cd8f1597b1f83951aa7c8839268_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:116474d2dd37c159032b15ff856dffecad2ef0ab76298bc43f840bd0245ec78b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2e887b0da3269f28933bc5af839ea2df95b7aeca3993cb31b0a1c92e7043cce4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6029166a01da021523fc720ad70fc59f449684e577f9f5a36e0e759a39d0a28e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:849b8be9f7fc785a70451c1c0704501e2b449650acd23d450d145da1a760c166_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9c5d6a2d314e840600ca6bd1354c7dc6040fbdc216166418485d6edfedb27ce0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ba10e440e514662920d68ac025d5f3841786a393703fc2dc0ee21ff1d2490015_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bac1799b133fd829b35ac619a25a272301816494e83be5a251f78a50e7fb2f88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0469874ac135c41bb590ddbac02428775083221257b6904fa376335610c4acb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5823c8fa1f1409d6863dacda718e35b7afd2915befa21343dfcc68b6fef7a9ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b38d3723f2547dc5676460e3738420e243c6fdf7be77e54d18657efb9668c438_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e5a5e4c1a01ff3f5d694ca26dd248533fd463c85374c25ce1a9f4b7a60deafc1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:19f94467c811e10882e30eeef39b1266b83ee417974aaf62f75738d51811cbc4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:47487ff8d0cd813ab3354061caf319dec553b1cba9d5c1045de710b8a6d0c51d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b3a0104cb85f1a6965eee44fef58983637839a1f97ddccd737704ab41cda3a25_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e8c72b610288bdc44492ea0a5c2fd66cfb1673fc06f6bc66831fa84c96f86543_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1a9333d29d3561fe95488f3d80136d6b24b4a2e04472d37d34737fd1032a8856_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:705d146d458883660aa0b673a651d05d1d1ad73bafad91e84755118b82092ae7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b9265d767c8a6786f12dd4788377f1a316864863a32de4a4ec07ffc8b874aa00_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e3a7bfabcb96924059fb7906be97a0ebb1df35c6cad39a7968a6461df0cecb31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5c015e1a10e5f14e82e30ba41b1ae6a82cf5cb0bc631f5137d7637c44a3f5b8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:623bc4c74b05b46babba7da628809bac05b48d8c4055648e88f0db57c1bb0e07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9502a32446a8828e8a1887edcf49034e874ea0e32ab5fdb738ab89e77cb5a472_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ec7b6b83c8e934b66505e8051e183fbaac54e78abae5ae99077d4e5e163b4529_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1f15641123321a662f676a46a24f6c8066bba6e3730a3c0d0eca3ff8e548de23_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:85070876ada5cb86e8c585f3ac3114d548b189074723a13ec5d6fc6be25c9964_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a34e14a715bad1d324f9211d95c56ed387ae51b24b21ccf931c12f3f7b3dcbaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e12ce561e4cad13a5d08e8164060bb74a309f66047279a26dd727d34ed3dc16a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:67789c239f82fe3649ab8c0e13f920a788a3612d15a78fe5986a852bb2d11a0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:80d704ed310acc3015748815351da4b54fef2d8b74d7d4b03aabcf9fd7e60b38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bfbcd3f502bf336124261fbe51f19e7a4cb9e9132e07da62354699b30cf6ed24_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c1e371a0057014662b91736570bf25fb1211ead7402154a1149dfee9e55b994e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:175fd0386d9a4e064fa760f23ecfb45ac6ae3500e5a50acac0660d06e5b7ecb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3e9811dcf3c528ae6f5ff86659dee1a590c2b53f7af1a03204d06fc3dc628fcd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:68af6c6e7f51523ac223f4e25955cf3777f4ae5b601dcca7c6ec7e2dc0de0782_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:8f1b3ddbde3e33dbe01816bce0cce7d7bd196cc04affbe606fecfbd8ad7b8b17_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49699de68bf38c34edb696ebe4f9dc608756382a977f497f6713dbc7b6e1209e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49c32ab1927e0969508b906c14aafcbc64e6eff7680b9a10812eca4f17787921_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:86135a8f7d4aed36e7b2a571b431b29eeaac2bda02762eafda3e22a62a7a2d6d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f2dac4ffbee9d028b26e683b63a9f033ef8609907f6c498d42c447a306e75328_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2884bba195d4d635378b0d15efa54991a23f51bcf4efb1095b478f5cd9c34f46_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:d84853556ede64db5615eb4d826879c744f7ccbd92c51ecf392a686af854ec11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e05dd48fc4c26b5dd822ee58a2af27bccfd0ed28cc959a6fc05073cec6f7c9b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e202635a4a52be92b47960bd8ced28634111416b220cca5fa7f86373ecd1210a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ae36d953c8c7f73dd78d620f94a0335ff5fb84b16ce9d2dbadbdf3dc5d66f6d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:308c924c44c35b39c66b429a15a0343a47f7dfad62dceb76ea7acfc85e6bd973_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e132f6b0a6b4e2dc63561c1ebaa0bd9fc669a835b0c22b0d56599e3da870231_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5216d36dc483b1368a03e00dd9dadc7c75de2bc36ed98cd7ea2b089cbe23965e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4bc11f6ad7c3e9c99e708f7ef5a01b4faedc8eb5d2de5b0cbed502395958555f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4c04a50ca49fdc521da592b9c326e233763918fbfd6bc97e001e0e680ce24cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8ba4aabc0e1e36c3ffe66b55c67ab8c305f64aa6011f80060c5d95ce91180c5f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d259704d34b605abd3568bd4c988bf9e831d80554ec2d7a57e7c39a70daf0140_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:14c55985b9277766e54156139f0949d1e3e5f756ade34512a3d5ea3dfed2c544_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3231ec9c296798f11aec6a285b0a8f7c5cf220534d0525afa59c17ab2464abb0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d8767e4d0b2c8222748319f05483bcefe50388abc182a01f3ca9dae3c80dce44_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ebed5c3d8e112fc5086208b4b4c0aba054a0058f3fd08b71b129dc124fa00f99_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:26dccabde8cc0d1ad45160677fe240b3fc098acae82f6d095fad08b78330453b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a168025d531f20656997ae845a4930919d6805b7f9374c40f7835a93aaa46b27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e696a8bc54ef8a13800b2168a395d2cbb08678403beee2dc52c56d04cb235759_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ebc22890c7759ec9992b64dcb0e388881caeeae333a9a84a50dfeffe27e38b49_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:09319f1dcbe090d9677a43249810dfe5b3eb165aa3f8b473417e0913649b1556_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:46a37e99da18852f5512235589ee86dde0db6c09d76a49275a8004422b9ec303_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:535d1b713587008fe67eec103cceb54471f5263516f5420589cffe1dea02be93_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bc614ab102efc7dfaa47fef84c4783da26548491e4c43257bb606a06e8d155f0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:08cac9e30829765f182624de9e45e59b40884b8c39cde60528dd27afa57afe72_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:13724dc9eb7247844e450b59b8cf3af5e5f486e9558942836ab60f74b9943291_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3e1a80763f76f622b5ffcdb35bf2dc20ce1e9c06c4f5f6bf0ae06b04134733b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d077c79741fd0c481fa6e1aa2c479b8c5b380b1d1f163259777c8c50be257709_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5e82ef0b9ab6d4e3b7431a7611bc563f356385dd8927855e6090008685f1549a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:62ba53e306331c1b20cad27ec31cf59687218f4bd5908ed7e9034559ded04b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7664e74786778a96606757f1de215a4a9702d0c9f7cecba7bf8028884a7609ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7a967f88faccfc101b9388f8434d406acdfc85d7d682f9ec742d59eb31074fc6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0e05cd1eaa2b9c558d22892495f090b6b51a316dc56d85ae825b6fc44611b6db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:445fdec85c2510c8a45b2a830ead87136bbb80bb9244987b4d6ffa5858931926_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ccae4f8f443ba6806ea33105d7dc06002d58914626cb9ae57476b29193761b53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fc0becd36b6fad4911a5b8c9a4693320918f7f7e6336c2b11a76adcb6d1eec36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:652f8fc874b95a56393f14c2b56a63faa64c04f6646c1786d07eaa272a9acb9e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:94b9c011744629b1ff6f230e25f876f218ed59d55a941377797f77cdb7c03e1d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a178a796ca9d32ac59faa5eb9a6aea30f1aec65d88f89080f57ed519a7983f05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dc8a79297c73782f5005075332bcac58b051a07d2b35626323f9b69ee5f4d64e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:03d66c724cb647d4a613bb48c9df6e9ffaabb68c8af5a4ccae45365e32456470_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4b9510fdfb45d2561927843dbd7ed869e2f67d9636e59dfd0c3ee640d9fc601c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b3570e078bed53aa3e435443bffbd12a7b259f8dee9d18c0d79b55514a547b53_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fc8e892ccbd8d3c1e737fbaf8f02b5fa6bbbe242780c9cd00fbc5e6889d7baee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:266bd8400632ac70fc6584e4bb2850ebcee7027ff7899acbeca612c6556302a4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2c8f351447fffc2133f339c6ab3a0bcd9bdfafad4a4cb5b7dd2abc32c6056a92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b8d2783a76f514f9a4e8096434ac205e1d82d09da2d67fb930a1b5e4d8089e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:74fa72db679ef47f9a3e3459a90dfaeafcb6db73dfe15b8933767e2f9d19c448_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2b5964f6cb078aba05ada42f0c8280dfa39f9f80526932cc5d41410922e4e8ae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:480b27e9866ca8dfba83e1accd427d4f6813f4fb7f612854e32bdffc10d7d5b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:91c7fa7b70f2cc82b26ac16f91ea084e15a4f5dc64f254ed878c25dd1170c0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:edc297cdb2f670aebc1d3561d801840ad029e8777ce45724066e6891aabd60fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:443e0dd81ae60896d31f07ab49611c5e0629746824df094ce28cdd3cb0ae1d58_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9b16561ca87196e3dd9330184f7abf25e97272e3c47d2e8d594e3095e74f815b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9ff62f63d487e25a750bad29314955effd17152bfc534ff698963760a2615b0a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ab506c549b676ad9d8dd179e2ba871a12f2096ca2601ea2a1f2605ccb849dc6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:08758e6b81d6679b095a8e7fa323870eab35fefc05e525c6ef810b6cc0b3c0fd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:af87d24f6540e5c98def879ec4ea8adeb5b138e41abc126b2c3030c5847fd0b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c5e9e59a08d8940e99da6bc568269eaf71ea8db62dbff86a7f6fb5dae861e323_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f5122187c85ef27f5423ada009d800afa4800e32ad1ea3299586fe64cae8e38d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3c5078d135089e1548b4dec49b7e78658279e42a72792a988447662534b6516e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:56158ce0af0c0eb9709b2d1a172201bc795ed6e5075517b6919ed1302399d6f3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6720c8097a398327f18a5c84c28f6b58aeee017199c2649649a1f159b8365838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:89295652b447f42c6a0d6e1299f63b04016f10ec8faf6372357294a14472e426_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2baa85e44cc4ac6cb825103508c5bd74e348609eaf53ed42c6d0e045dfa62772_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:61283f1fff1f8ec53563012a5b1fb5a48831f0a220d3676b512f5a60b331e849_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ba258012c0832c57b29785be805be44f0b5f8eccaf76d82d7493946806eafe5f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cf3bee6414a87e7f907d30047ded274c488239af5b1f43ed717ac2cede29df86_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:40854e0833b6cdfedcf275cf716e58f3cbc5c44be313fb83ca3e909bd80d0b08_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4d6a10dcda92c599f52977c71208222d166168b29da4eb4727c466e7eb53cdd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7be4c5ff86b0e939ee9f22156812fb98d2f96c1eb4567ca8a6a01ea3aa735dcb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:83bdc9fa5d3893a973794dd7162bf9564ecf68ce44814349a621cbc284b9e61c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:993ba8c1dd84e486fc4084a7786934c356a9b12ae86155134fd1a1dc1e5e3f2f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a64dfd96d3aacabc8f219d19e6d7eb0c1ac5b68b49eb93fcc973d76e67ef1d34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:ce306e2cdafabbaa29467e0cdbf316673d17180efb604e683a7fd1ed7181c6f9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e6748814d950e6f5e370dec9cb7d557fbb0d29ad3620b567840770be826a601e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:04d418560f90c35b42be67886632615d62dc89cd37fcccb6e247212b535fbb7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:40eaefc42c0f0b5adeb47bcd463c2e2a45e7f3af1c0fa4cb3fde9c5479660c4f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:545bc2a7b32276bec515f338aea3a2976c01cc787a559986646aa6fa26ad5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5a2653ccd5dc3f59a228ee8b936460575e1a392d12287661b1dc83a9f8210033_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:12e5e4ea4d19c4dcccb35dba161fdba8a703ba6331b11054e4664818737746a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:180e817b55ebfd081fd0305f63b3e0539fe8d13d1ceb8428ea21e213779fd056_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:92e8693b9f6955f9862c8b576f5e32bffc3bc34232511fae0cbe57d705bfc53b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e5b5d4750a3ffe24b1196255d4cfe15b21efd587a41736307ca8e4e61a4936fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2ca8a85fb07b431d97ca6a3e3c18f1cfaa20883c7076d6b5b4e6942b632f9aaa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:559af5a310f0923dcb4ef9389c51c98604cf44642a13e8ccb46225b4ca268580_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ae056c9c8e0cdc6519ac1a9542781cd54ac2ac8881f513e965b57ce7d1e5ef2b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:deb92b50d5948bae13db37a7046d9b212dbfd3ddb1063ff8a5e5467f0cab203c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0c4f3cf84115f8c9b9bed6b2dd5d52316eb3a9e670fe6b9e28c2dbc350392e87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1142ce3f8a3c1c2a1c7dba79ac2c3b276a45fc6271ad9df9e6a5d8684c36da2a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d9f2c021c17f1416e01ba31a8823b7a87724fd96d7ec99d494981842b5d452b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f3aabf75e838b4a941f64a7a322768729059346d7578ecf5fe7ce27a71876fca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6389373ccb2fbe1b6385ea21dac1c0ca918bf9d3889ad7a738de6be5d7ec4272_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6449fee9a31acc582bb85e0031312e3ff07d1f1843a1c6c410eb79cbbec1ceb4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:751f007afae9f16527e9039aa95c2ee6efd2ee20afe3c083ba7298493d2406f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:afc11a340e28d4100c31646b705e8db302f6b0a96ad3620e07391f02a70438f1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0673d2034e7e5fb412a171939379da14e9269dad7bb53e83be7ecf8233b0b5a1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:18f0345811215feda18d2b63f679ee870e76b33e9f61042d93edcf36fe97df95_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a2d247eb696c80e02bc8c1873e8ee0fb71a1e5ad6cf5cd84bdf504f4fe17cb10_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c342b14ff399c961ce05c1af127244b950b8e9d641ce8752f9d0f880ad7a672b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3d9fbc97d13987f28ca76b3e238b540492eddef0f302c2dd958c1b0d05e10941_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:47682d4e934d597aaa1e809011a69afe93936fc629ad3dd1ed76dc7b073f7ee2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4e8d3460e04e85a3e01a578d492499376787c85f2840c97821f11213862239df_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d7b99cad55a1e1d380d30d0d4a61bc5f0cbf3a87223efada3e69bd9b0741d3b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4849bfa8a48c7e7d264fc6ea9097fa9d33da25f75776619976e3204b42026cc8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d7c3f5ce57c0aa25e13ba9484facd75c5a1dc3caaf9be4d0f273243e7ace327_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:78aef6c20ab3bf78eeb8b8a857ca2a24067d45cea0a070c44d3fcedc00d4efbe_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7f33515dbca04230d98550ab638efa87389629fc7d913c8ec42e4b5bf8a772f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0251068577a1724dc777683dd189468ed77413b396614a117dac6b4320b8f01d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8812fd85c74fd67a95afe09c2ce5e7d592eec1e25fdc6fa331a8bd41bdde0cc6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:89e0a7e0fe060abb45a6f8e6ed1906053c09f95c252ca7813175903db61fbc99_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c3674a8f28935f3140fad744b5a178a8346a9a7f79f6c281561d2877b38c4ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:13bc0d4f7d4508fafca5a3bc61b6449a056e277da131e753c06cbc1bb7781b27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:993a2a0b3f84e071560f6fc1a3ac243fa745ae9a7ab15febbe1385437dbd3ad8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:80fc518199cd3a1ad421b142661f0a85679b12b69d0afe580fe60eb6a13ddad4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f069665c66c19d9775b70a31aa7a1069bc653691f6abf106a88b2ceb8c0e1ec6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:13ef0c0585b01c56b865e029d029a553b458fd2d3d0204eb6dfba1bcaa11ac3c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:599d33b55e88212202b15f4344f7a18dee4f4504b3739d6ec99414d05bcde2b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a751f1f0540505bea087d3ea9e6ba798e89d5deb772cf8e401caeb3816a563_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4c26bc366b267d444f448a4d7bd5a0d26f84bea653c14b261a829669d888cf88_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8b67087a584a2d952a6e80572686412cc8ea01f03ec8d70b56cb8a24a0c5a3c0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ac1123e890f0aee159c9105e26e1f1ed3ba5eb3ea66b422b281c3e9465401c5c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0dac7821ce2a3a5a180f53f381d9e61484cd8c5efab3c9a7dcc70b5783421b64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6b30b39205367ec985c4a9d948e71d378b9483689c3ea179cd0f2476b9bfaa1c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:de903677bccf645889ff7968ebbc052b14273329c0765f7faa53b0ca815d6899_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f8392be7a6f5223930d53ed6d127faf727489b8f5ebbbda6b6b437c529e3c812_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:02ac68c83db9dc50cf6280a418eed9261dd2182bbf51d16fd143519e49960b17_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3746261c5d4744b13d4704c822fd62ce1f486010176fdb3bf95512c72eece73f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:85e34da00bd6d290c04d8eac32f39db59b5f50fceee9b248b2cbe27bcf0e7e5a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c343b119edf863e179df865ccde0b665b87087d78b20919aa5726d8fd240b344_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2026fc52aab5a6d7766511080699112f32ae4576108ff95b0eefc5d807a14f25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:21b5298172f4de1e0074c4abf5e4abf27e8adc02bbf7ee49bd3388f7127d4901_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:42f8af9bf66ea72846b7f7e57652725c31b01fc4a8d39ff7e7882075438c521f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9c5711087546b1ba7cefab267b8aa30b54ecde5926f009518cf0db974ff84c3d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:373c4b7507a978e3dd62e9ea629d1e397b1f1db682e11ada1bfe5a0b45afc782_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3be306649df2fa3cc9f30e60ed5d947fb0678b0231b617eafd3b1593d10feec5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5b01a896101a5189740f84cb1a83edefdb0dc00288dde725ddd0e95480f8e1c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:961dd87e559779e6338a4d3d35c96c0ce6ff7cb9634ce32d4bf848032f4a2fb7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8799db20cca7be653bae6b8ac5adc1d628094eababe740beb5dbc27e05346872_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a36c2b308515a293cbcf265af68ecebf498739e74ef11016d5c0edd3cf47c4e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b86631d6601578548af20a28d132a0503fe118f53d7596a5632ed24ec5a9931f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e867bd8b76b5bc1438a7be88a30fa7707edbb1909920a1d4d1d0da0ddbebdb40_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:313074950c6dec37d29a9722b58ddc951aaf67c27b47568039f29f02f2523128_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:43618db20e6f592602096897bc89eaf3c58490a362e91e3299e20bb2a02827d9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:705f4db2e969d23205de87db1bd7dc8eb1ade64a76940fad950fd1a214dde6e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d2d5ee5893ae16784051d9526c1feeee3c641fc3e6f337ba807744551c00ffa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6ae5cfd48e788096162bc4517f0466bf526f16c84bb61072886a64842856c5b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8004e7284c63cc32a05f6de732791416d57d62db041ede2829d4797139094292_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8137c3932f344ce587769bff04355ad405b6ff27009bf23a221ba52f3da56e1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ef15235cf21f0fbfea74089f75471b483a98c920b65676bb6199c155fb61e929_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:149cca2af3f89c7d1e105de81bbd098c66be5687f18a584b644f21d0be20f414_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:33fc93d5cd30760383da666e8effb6ed32f4c8f2668da36677e98c1801ef4f5c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f9c1ee7f72c926c45cd76c12046b867d9efd7c3c381f34afeeb9b6e97751175b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fcfbae71f81307789bec93987c4523700c191a66663ce53e4009c5e0a8627826_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:04fe8c19bee4b629ee7f18a13dc0b7f49d6a4b6e19d204de90b6b2240b0f875e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5c9662139f98817aafe153a43f700399781d079390d5ad23d3b70fd6ac5d370f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d1147830f896fd229aadd2b766fbb4c8102b35a8edd4d8bbeef4928d89cdbbfa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:dfd0cdc29bca0a2239ef203fe7b58efd97ed4e72daed6609e22b20babda395fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5a9889308bcd1c3981072c83d44206d0c3feff059e0a2029d49adcb974674c95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7a715c7e2a8f54ccee42abf122b0028ed19705f401248d8c38f785d960f1b116_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a67de487534d03cdfc180af9d235edb21c5cb71e1224bb5041fcf2b9a428732f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:b3780d23a2c384ecef73c806cb20d7f97bcd11c12b6392c781c0deb7ceb55df8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:48b5d06ac4b35c2a7bca3ba2abc39e3af1eaf4ecb19c720d9b6e46b066318414_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a6d7d7df9078e9d1cb0f12f9ceac12c96bf2cea03a9085b23c3e4af6a456b51d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b757d11e5dc51a5822d9e30e97ac142cf004fffce87ba2e58b8d62926127664a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e61ed19beaf8352dcfd4b9478335a364263cb9839f27140a634a217d87d331e5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93baf08acbc6875eb2b665a9ef3601ca34b76767cd70a172dac7237f21b6958c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a5f2c2debb51b8aa926ede417cf9fa0e4ebaac4f5bf9e770db55a25902a4a3b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:dc97d5c1aa80515080b2b4d16fb08ee4733a9347eebc8427f10b7e70582464ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cc1559af0d7be472ae46be4552fb41e81ad804d73d1444b92cae4485118c6773_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cfd5513afd8b2b5e22d5e384a7f769f9c04709d853feb2f91ef667d804cf9a7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:febf2fb95748ed0c440e6acb72c40d609ae7587b2665cfd7145c878a2a0b5783_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1728f980f3ebba7e48bc0e8cad114db1e0c06f692638764e30ab990f45c637af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:41508513986b369c2f89c64af84b3980b16bd2432130fb122d8c1346f0602894_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:650f08f62aeea4bc954e69ed88a9f2f14d3c8f733c155d113c0c58b7154fec4b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:016fc7e804acce7a8b8df0a02bec320c32f9ce6224ae67598a63992219a77516_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:081f9cfabc57aaf4d19df8b496613d8aff54ceb265634c904ec7765c810b4553_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6da3ef092cde7fbaeee01c5d6bb0ca5d52af3ed8de458ecd3001bb96262c1ab4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:035d07364444ea963d64515420fa4005adf82c44b575555a074149f67db50567_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4e09fb0bd709d53a0abc6326905cc43ee36e6e4ec5e20108efd1ffe585b1f2de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:53a5f81aefcdd57ba33c57c02941803a072ef3f1b8467baa3c53c7e073a9ea96_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:cb3d2ccb57987217c75079a9c10f230f6a7de9ba3b0fbd87d8d3d5c71f8c94b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3472a8147e06452751999ae2d041063907f275ecf429dcdcfdce88c8a19a17da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:61155741778188324e0616274f067ec36723d0fb81d84e9715f72ffecfbc92ca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:adfe8cb84a5f0a241fe69ec532b7092a10cc274cc3aac2b86f33ac8e725ab2d8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e704c70226ec4986c16166ba1ca54b908d1b6d9ddd47640bd5ab6d292f977508_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1d63a1d7ba183c49c69a6ffe5a4584de5282029b0b2c2f3484b4f4431e2ce954_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:441db8762a583090cf4325377b0ee75838452a601732bccf4dbc57f26f6a1a90_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c5c52612378ce1f2577314e5723642237c9a361506c448ca80d2a0b56666a1f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3b9843a117d6a6ae28222951e1a556d3888ceab2ff75a082a06343c8030a5ed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:236fa2dfd935db687e786cf827d88210c2f586d2d1a93e610861995908bf2587_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:647704923828c83c6ed3810e3c4d7456fcbe378516dabfac30f203a3bd3634b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7638d755fde7fe6d3c004a6f0f7c761a9fdb75a3541f19a792c3cf8e8bf473d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d2eaa5b8ad9464732265b84128b5280d725feabb2d4b4cef0178a317add66c39_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b659f5c6da6f73bcf8b2850f0172358816bd68fca721b65a9a70569a94bc90d7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cc867d49602a6ada5de7a783136b6463c4d9adee9877ae1966c016a08ee8e87a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:6fa614240bbc1932f65f8cc9215d2baccc05dd1cd5586fd308c44d8a94447a45_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e85e957fc16a36b5964613a99fec1e7299db9bc63edd86ef965d879a081b64bc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:14b02010250fe10ca57b2dfe1046641aeac31f92e5691c067b3990383967f0a6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b6b13d29b1cb9c9bcf97f2daa289669bbd9ea501430e51652bca3d50f787f23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a8ab293c4f3c6bc251bc91466b7586e5499b6e198cff46e50f6a65d97df60f7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c5d781c35cda14ab70d4a5bde3bf72df0a3956f5cb159645e5337095bb71c5ca_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fadba956181755cedd19d3d5b5ee3da0222daa1dc609b629c900a0052a4cbd8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:2719589f19df23634ec3f6b578f3fd2e827440675b72a69b89c9d78b1310f98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e1fe563643282c027ea829274a1945458cdc5d079bf2a2b7b0a9982a5cc3720e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:28d64f60c216f77e3e006012a403671463b9dd90095e19ff2dd027def6abb511_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6d681aac67e08e2ecca32415dddeb47df6191a99f7a8d7bc3bf1697c6a26c1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0d31a90914ea716508caf180e30fb682cdd8066da7a0a31752be9d86ec9c777c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3ef5a3798abfd3d9ec1b6ebabf3ceb32fa4057072b2670793ca119f556c0897f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e2c62e4b87e0536d15ed8b4f2905930a750f770d5c6d0168de6291d92c51f9a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ef5f4d7e3c872acbc4ee48bc91b5835dfef66a698287a95836344c1587ccca69_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f5f049eb01192eaca548f3585845ed6a530934d2eaeb422fc78b657cabb1f57_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:740b0d9392c76e433ebb7762e57f156a0e2ea1db37ddaed2c5b8044ca092a357_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:da9ebcef147e8d9e84848454fe2b8e259bb549bf0de88ee960fb48f6c8051060_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e8f942ece24d15ce0c4a31f731f2060b6e3874a2f486b2dd255c773fb1a55f46_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1b4fa4d6ee3081f39e54b4f910100d210da682dbb0f308f08107ac44e7338d3b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:571a51e1eca0f31f273be8cff7ff115bdf192e14f5d510705ab7ed423fd5d9e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6dc96b2e8156e7e42f758cc28302a2e94e8b3888970d03a780b1732375e728fe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b91654b9aaa85e13d262d21b949b1a96b386f202524c2e8d52ecb66c279eca8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a677804e422590551f82a17e61f64bc03d5a8a42a695e7ae8d9de5dc086924d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:fb7f225a9221506e6295f7efdcf44adc33e5b971c470b5835b0ca3c42ee1942c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:107c9dcda9632516721c41af941362ccc316d25661bfb13a7c4dcfc2ea4e1c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e75d33740c576321707835258793fe2fd257682099348a2a067806e764e1560d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3ed82adddc3da003bdb272e2a5df0317abe41512179cba925f65fb5d8f7c2eb3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c16e4af4e9a79ac2f1fa632b20e98befa9aa2953ef241af186edd226e39150e3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7b6c16881c71569dbada90e320379c2159ead0b0ed2fa2113e065b361bdf2413_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9533dc6817f01e377ea2ff7e3aa4447d20ab5d016d9145b97e0cb9e758c9a8ff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1285e63d6cefc0454a400b20a6e404537a8d57e5fb9b5d7ff1a75b61555622fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2ea17afe64ff273c9208892a59773c1dca248367c849e805dc78cda228aba29f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5f33ae81c766b0b7d9c8411dc4f6a0adf760221ed0493a99f1bea5dddb5de41b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9de0bd8cb41c5324718c8d8f275c612c0bfd13b322225455a1142dc76bff0a01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:2fee175122b1e3f74cd8976af1515c869d096da0bc4f5e9024b31a64cf88896a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9ca16ca048f3de4a5d9e6b6a38b55bf0b4a994bf7f7ccbda8c50c02bfd59c871_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c42a4deb157c31f6fb871bceb8c4401f44ffb490404591ae36110511f933f72e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f6d5c31b12c8a1a1e8316f258ccd254bf6bb8e49ae8a175eefcdf0bfc5c6047c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:204e84b23aa1edaf66f10a49432115ecb4c3e8fa34472a909e1c9a7a0c3f3947_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:37f226136e439a1b37fab44e06ff30eb22b1ba8f12eca9e85f59936c3d58acd1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3e385fec20235fd68320dd564c68770d91c5c08a864e3de41f3800937d730334_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:878a0a7473a69442dffd7c19132d74b29ecf765e3499d29f8da7b1de2ff6f439_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2b51546e56d1893aaa1b68c4e6ebb5479614d0402e840c8c850702ffb198036b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3aac893d87e5c39ae1672eb5ad48a0b9d02b49888fab57f8662e6dbb3897b660_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c5bddc80f0ba0e391b336de8ead2442d0dff227fdb8aef1874bc3db3101f7048_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:dca0c7b1c7ec76232b3d5ddd15c8716e04a8384f0a816217dec544d667ad2e69_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2551dc2ab6fddb6edfefc185f7b6d73ea366ddaae4e2f79d554f0afb79aa54bf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3cc6eb31325b1f9c9a2163c570ae1c3d4da7e7dcb0d761a0fa775b66fda9dcf5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:569965f29f668f02a342c0c7b4804bdc92354610e9368ba42a3ea5cc3172f532_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c4b2b0855c4ba25e150de01e54f0a84bb4c6c220b348945742bc0c18cc6d7dbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:01b6587f8b9ee398d34ed3330bf0bdbf2dd01c2fe475ed4d44c547401d1dbd5a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0fb7ce17c762a70aa16ca9f7f35e41d85997bb2bb22b81986321d29634ce9b3e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:60c4fd0dcbc1ed92bee7dedce7879893a23c9e4a6181e5e6d6a8f04880f377eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8925d5826cca515b7f7c05558406b3688a14963ddefa80f5b44500fe12dfb1dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:3d914112ad75b59b03d5653cea40a25d92af415ef52dd10aa7394465e6bab92b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:f8d52c53ca49b3f9847d2e568779801321307e329f802aa9456cd0dab7625232_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d29e5c26f37fc8212f2ff15cdac470982494be155f85e3c310b0c958b943f7f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:fc7a6712a6fe86a47b5a745e06a0c6d164779eb198f284fd0996847b025e53c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:32bf2e7aad1dd9ff5100500c294e343af0dae3d392eed27a1c0305198734261f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:54b4afd46c87b2cc839aa7d8b8ae232aaffe0f39846a6edf9d0d3228adbd7a29_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba41cc4ad0ea8dc731838e00dae166209a3e06d104e5cf11491639f82290eca6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a9395f57a9adc721c6e43e578957e21c8b9f18defbecdf91dc49d11044aeeeef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ba077da5ec7f147b51f0ee4432082aed3b7a3a541729913bc2ed821688723e99_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb48a38cb5d06b67ecfb4777c44d44f3e32a996397450e30f40e7ec3e340a56a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:deb40607f193ff4e36c684ce74167e67a7e96187f1a44a1f0f20f36572005843_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7dc856fddd561c1d29112b0b8d4dc39dc7503974a9ff563612e6998bdba4b71e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a3e01913986169c592bb770fc49e3875d46031b5788f983ddcd52938f9ef7a49_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c3481c6f76c644c017392c092dcbbb25a288acd14a9f01e20afd0d2d35e16d32_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cc440be9f6b3c5e22186b6d53a428a8220201ddaa79be39e19cc31a8fbd7b221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:12d7ec468f9634a53d053f3af7957c5162d92595fc3385b26b08acb22b7935c1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:49f08b645fc28af342483d9efaf2f607c9c2a6b491b477cdcf2985c44aa3e894_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d32cde1eedbd0c110bc10836025cee78421ec16d2924d30f5e6265591a9ec716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:df885dc6da20faf1903dbdac693889d9882722e8b67bebe35f624c11e4616262_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:16c8b8c6aee6f6a06367ca5bfe2be8fb85a05c3f18a819683f49d1a8c73941ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:376659c608333e76b0b48fcdc69ff17643284fd22fdef6c6998f07be54c1cf91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7359a62beac2d501d629e6768f1767861fdedc0d05f53a4424a2abdb3dbb6a8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c71d05c245bf1a4955f46c785d7264985e1f904de2a19972f7ce6209a3be0e4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:06ab376096238d4e04c9ab713d83d3cab5db769b5af1fd1c57ef2ceceec6ef61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2c80889bfaff670acbf859db3624951cda96d4ee8cb1560806ca4215e8c6c04b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:627c6b73224c3e37181a19cb598ef9a425cddc1d17d97b6c23388ec1345f6a88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d5d338daef4ae436780be192907d28a26785021d97865d8a95db9065734061f0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8e59a286a05743844dd1333770197161698788e0db4faf8e00cac6b2fb9a638e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9029d8ef1e4455dbc1910078afea1141f92a5c4d2c298ce1d9e4319209b55246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:da4ff38c7a1fd5adddbc0b0d3defbbd580197680b22648e2ab803c90c4a8c9f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f6c44d76a715e0ca38fa5e2becad93a2bf3a41fd8f181846e7aba81b0c579691_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:167937ed04f625a9cd2d0b8ed6048a5cb7b6d435bc2d41775d7db4dcdb5fae95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:176feea3131aada18df5da44af30a127f4dff392ce8ef57f7e0844969ec95923_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:17afd4ebbc2a5233681d4cc1774fcd70dc932bc10006235b11de8dcce826c2ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d3a98e507691edec50373d79ce9df48a71cb6a19a75c9276d0c5905d4f204b39_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1b6c3977b4835b0cd5399523dd437c230b992b77a0e7352b095d008be96fcdab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:54d79643f3a191710d1362d665b5c838130f3e51aecf1e27a2cdf66e98a3cb8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b8692d27a4799d20ce1a8374ba99f55732bb7db56cdf8f5b038424a086db614_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d196f02212da5e80ac5a73931316d38e9def9aeecdadeaf07aec685e661f9f98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:11c2a1966b0632e85caebc4555e3e2f726277175b27a63a5e854557499e0c28e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7e649963b5c1e2a7e8813569368eaf0ded5e544799d561622d469b03b9d93937_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a23fa7969c6a881648ba03ed1a13692c5db21b79f0608d841291ea9118548ed7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:af57ee131bc09ce55ecb3ae13ed7dc3ce9607a7438f0ac5a6e64bbfa000546db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:3a7644c1ac089cabd142fc1743b47302eae8528b13d1b038298f2f57cf746326_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4b5ee426703ecb55bf537731c39c69ab7f86316544cfc472ee77fbef7e5680a8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4cb60d36cc3b34b4b1496b74b9b2e68ff152a71d7f957b356311ea811bf05573_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f3f64bd2f70faa654f7134d803efdc032df63fd4ef07c97abd38fc41e625b48d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1b75d96a4cdcc3a37848c5edfe598cb1d99bb3b0707db5e3f62478320eb90f9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:876fd001172d5151ef99c02826f834ee4db4623b00699a8fb30d6a456a7a8687_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ba8fddfcfe0004287ce58db40c1092f2090b3bbb0810c277066aa2d97799f8b9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:bd9982e951fdc7259571b6d5983ea2cc44402cbea411ae9a6b135692bf5939b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a7a8d4d8adfd98d3a6e3d37644b33966f2c34ff1e553fbb5140ab9a15563e821_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b26a5a47cde227edb5e7f6e51247a6cd91e13484f6b5f7dc19b62f83b7478361_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ccdd76d6734e3a3cfaa1e432c1508c097478e842fd436672e57ef2563d817e4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:fee8f3b24b431ac2a5d4fa3d96c90c5e1aa68c08ee8ae9963fee457c98795197_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0e559f5e780f3849e73d7246176059360631d8c4a7db1700f6ba1b6a9e6ae089_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1a376560672f81b7596417591491e71d065e90672ff6ef5d37ed0785e9baab16_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:350a0360dfdc31eccadb0e8b9397d5a3436bb509999034b60e611428eb006cc4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f8b68ae48350a5aa9bdf47a36efbf661190d497ab5a139027a2bf4579d21e095_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5fbe979b3d448e36fac9615ccd96f8583b0d587d46f6b1b3749e85938cb2e510_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8d45dfe709ac701d6eb800b081947d39a855f65c756f31ae47b75be9fec0c260_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ea4fa6caaa81f207f2372c6179c3698e225658387549ba567c232170cacf8570_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8fb972b411085b4551e10adbd419e3cb89754ee5300222cc4fce27cc349513f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:066d438bdfa1626aaa7a0ee5d2e3222724f2f0cf5bc9a189b67fd5358a0a48c0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:747c142608d6f43952d315d7858f57edbd2d9de2d255938dde311ea580a329af_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b2ee2d0e9906ef1581677bd239073c09f93e5b720501e9001926dfe7db34839e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:bf0b42c5e7e51129966a4744bb253b7c336bb88b1f1a562e481f7eeff5428136_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:3e9309d53caaafc9b145f6b7fbbb8879c9f018ef226afe101f6dc7ab02b67856_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:3a558e248efdf5d3111b7d61e8bd471682e7038bd34c4490f8ba69b91b44f36d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1b0981e2ee13869663087d6504e0c0af6f2c56d2ebf81d72b4b7c751bbf6e500_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8073e0be1f7f7523880b30946f1b6868274c070acb97d9da2f5c486db99ea18d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8980be22bddace1adb383fc356975fbf0af9ac8a20bdc95b3303a80fbe296f3d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f4293de50825a003a825306a45612531dafce45b72a91cf4dd455d596a0c60ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5bc26795163f03947b3f42a5c8cc52b7fd6eb713a0fa5a1558bfe834c21edc0c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:7f29c85842a34554f06db311ef67ec08d1d947d32b4363d1153d92c8d13c3214_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:92857eb171128909119700c431920f543cbfc89cd06aa98db816a2fcaab321da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e931e3fe478f8f905855b4516e1ed9b33a161536c447025cd14dd68778c40fa0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:338034a3ce7dff3efafd00fa35b858c23c2ab284f743df414c6cdae455f8801a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f12584b95171f442bb3661c908ee43de70d0400c6273eb4e93325a5f3f167b54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f37f6568957ab825b08c2ce8fc6b32ad18f5b7bee50b24b1804e70cdb144e5f4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f949249e3847338ce4ae9b94b0d191edd3f316d471f0a9047f97e41e41b7554c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:407286c96b6e9d0ee4e8abec2b06a5dad70fc69820a00deae47cbf3fcdc65a40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:52294a05713b24485ce6d7d1b867081da2f01dc008b9cd052bf8c4c37839f581_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6693dff44dcfb7e6fe67f5373bb73d84cf401d20640c959375f20a24d31aa697_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f65918214ce906cb5af9a59ece43a36870989c579ac1660a2a58f9536a79d9f9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2ec7076ed08f4ce7a61f95083155b5315acb6004ea4245c70be2763eb0ce9f4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5a539e39b3aaf61d63f391b6960cdc5746cbb4b0fc07b85a98969f5c9cbcca4e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:93505b057575ff9292e2e96903238708b940a23953a79cf8742c880f1fbc743a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:be43f0ee18b6d56d81a09871c4a30dc2245ba60cf17ff0f1aad10e117f40aac8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3923e99d803b6dd5bfd2fc957101bef6dd86ba8f6de9e59a849e4c7a02d57e0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8253bfec4409c9a02be72d7e8d87fe5f4f81c1bc58a294f02dd570debc4f1128_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:851fd20edf32778383c81e3c5b935ec5607a05f8fc569f64e31875b8bbe81d6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d06d41126ced4841fae74d0437b18e9f1699d285158fb8725a8768a6e9065b79_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4375e44dccb08eb4ecf461f4e8e7e97d617ab5b1c968beb481d5795e6bbf0229_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:75140fa657674afc46d698aea19115a9f60c7765ffff6a0c4ae5ac166c725597_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c1a31ef64ecdd90020d72f323a242b551a6a4a85a4dae309e19f5d8f12d77b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c3b1ed110f6b17263484b7fde65642eb349162b206c0b9a2f463bf5eb13273c3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1369aaf62d9d273eef766c42f7015d56152f6b8effc50dc06d75b1bab38a20a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:47402101d62f418c0f6b8e3c6e2367a8c84f5151a0204f326bf1fdbe983c603d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b519e10d4cb8fd9ad126a36fb864d2f29f7df218ffa1b3b5f222e0befafbe360_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d70f848ab6450690b8329ae367ff2e5a3a5b295c073028dff7cf810104c5be5f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8f8c882873232fd9a00adc69e199f1b4acacffcdbc282280ebb61dfb1e61b875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9fe79073bdf1745b388fe52bee661394f96ba5c0af585ed8ab4a61724e324777_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b2b91287350dfb474763ca5d332c4765af0c1ff2d7be722e23ea93970add2687_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:bb5f4abfd26a9446eb2f4cb1355bda840ed1006a6233373434378abaf0e617b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:07ff9687205eee39d9ca211c0bb0c6b1618848e9e74bfbbe793aca67de73fa88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0ba94d11051416a116cdf516dab74d530a584fe7c4bb1e8d3deb3bde2214e459_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0fe87955631062bc7ce78891b9eb056f899308f8cb8101b3a44f889c1f0c0654_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:786de5dd308c9fa6643aabecea0bc666a9ede6fd2a5ce1cb0d511eac2a19596a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:719989a197c3bb8b8af09e95af49125cd28014fa74c7969f3f3b939223a6743b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:743119e024a9aacd8bd4bf45ab9c14e684ddbe2307d8f965e972ace243f128b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:76c523fa10e222690941abc8c5564efee1ec4d309a7d023480b6000a545d655d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a13cc82f7b2053435d5268416686ae2ba89e37b6561e49c7ac395cf3359ca2b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:98aa0e651302bb73569a0578e6c11a1691eafb5b0aa28dadd714a7b44b498f8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:9fdce4b5198ae740daa858432221625391f7283bad587e1ebc1220e7b0b4fa28_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b072bc3bdd61164b8076f2799e705ed8e34281b2cdf24d9cf08deb8e697de2a3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:fef5253a6623c30368e9e7e271501adcd9432b96473cf8278a7b81140d287de0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4eecd436b35c9b25eca6975ca9e938c2256fcfeead67e1ff4159d7e36122122c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7e11ca9795aea60b3f0853ffef0fdbf922f4863edd96c50fa85110f36bccced2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c95f8bcd0835611bb90983e96e3b780ccb65bd2bdc7f7554432ea971eac8095b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e497c1834c97590a0c388b58dc823cdff79ab6befd5f2a9bf494b3acc3181eb6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3a7af87b46058334b97531a4b1b5cd5be47e2ade8d74497429529bf0a489b275_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:97313aa4f1c1c9aa51c77a153d0f0eb35cab9711b7f1465b82a636ea44e849ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:ba0927ffd76ad6689b808e734038678c91854ca3d0630613094824549f8a150d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cd8feb684b9c70a4ffd7077e19812273f333174a70f7c2b63d57d140d8002382_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0c8bfd6ea4d0729e0ffffac9811b5db2ecf5c40e68ef048ab104f161d2689b74_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4dc7e3242cdcd1d3c1ea5930da7d4e027383149373cb6af0551ed2572eaea0b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b78827903e5c338d67a4ea2ba10ee67e16482ff00968ba99c27af2b6d50ce202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c9315d23ab26f6f40e05a5fb1f9f2dbce075244a035b1f16003d1108a7ba36d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:270b5e756fca54f2dc05f04b6f7b43f7f188153811decbc0b49eb215b11c2372_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5331e8ebfc48f4d2322226b8986dd178f133a52edcfc0a192e89f1785c8d568f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6cfd8c3da57c17ae1c430f2881c66eb0b1c456bbce4a9ada2491b2c873dba985_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa346af0288b5886b5f095d1fa0ceb7715d4333db919ff9d61078f369642cc29_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3403720059bdecff83f784e2fde54d2bebe09223ac6cf99ce2b4c840b9cd4a98_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3f8cb2cffaf6320f14ae09f7e44c965681b395370a156253790764ec9d2a2aca_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a02dde1d0b4f4fbbc4e6f0afd24da1595672f3f290345a4f6e98e11d89854a17_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c4e8ac4fea3c281effed3996a378c2e952a3d3704e47863b2ae6b266d2280920_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:46a0b302273acaf2582d377271b910d9d31ff98744cd8f290583a7bd5579761e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:af0442c88d2b9b93a187010065424798d89aad1d695ba438c815d04d7fcbef04_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:bc7b78f67fa189ba63da9891a1b05694d676a3ed2fa318336fa0850d63815250_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ffe4e64ee1b721aeefd8f1ceee11d225dd69319385e3e70f0bb52f4f40660a45_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:29d5a91b39dc6e72677bdfab50f56860c53e67dab139b464dd571fef9780dc6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5e6d4e29635ea0b075e402931daf8c384d07ec8660223babfd0df9d572ea6912_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:82555977089a1586dc24154b46be6499607a9d15110e5b48d9a549ee73f3843c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f32c4a07d2b7a14c39db1e5e5752960e46bcda700b292336480c95f359adf0d7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:86b3e656caf1c93ba2bbea00514a17b9d06cb7a6fd5c6746d80ce35f45aa5907_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ba5c8896242125c24e3a7e5698770293a601e9e7f8508465d7b45920cc9ce240_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7de62e540922f1de5f492527d07a8e8f4265d24b577cf2f93415209ccad63912_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bd71e582ef755da7bfeede697b5c2ab29ab9fcea6bfeb14cc8ca168fce5c7bd1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a1e6a736546b54bb2797d85d51b8f2b213fe2f6be6b26bad5b549df9dabf2d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:efc7fb9608c2be8c3c65aff302f923241bf8d008bc71c2fbba0d82ffad2b4f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:aa63c460867d565b44b2a8e919ba9a0e7fd6717f71588cc5a7e2ad268fe13181_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fe1f1b5d6da2e5ac66c689da49a4c76916533f30ab456c9961a225a5e26cb6ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:36fdb2cdf796941fc6638036b3a31048ba0209174c7a62424fb410ae14b1f81c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:65a0b94e9f663f3d73a9696a622ad46c73a5fc793f9dc46ee07fee8ba3bbb443_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8afe2a0c6b1b200201f21b148caaa682bce77cb3b1027f61d4c873e5babb1b30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9f7c3543e4b1a095399d1219c50f1f5081440ae1605154324d57ba9201aa4fe9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2c0897a842cd7b16b64888568ca65c2a6e473c24b2ba9bc5067d6f1f237885d6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:432c94d7d5d46ad66348775fa0e1a6c2c142469e8a770db5528a1aa25664c389_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c86c7188163be31c7ab04017bc46ae88707437f804ddf2b5bd5a73ae34f64312_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3f836bb9effeca4dd6a230a4241282d33ed454ebabd84829c41e58db5f24f47_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4632ef8ca0af5a8115f3d9490c2ad9e2e44361f4d0671fa8a3a1006254b173ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a7d2d10f5326e2d71551289740eba86d6dd2f12526dc684b1494bdd4228fd8e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ba876751849dd525a26e70996e7e02092c473bdf386ec4663a54ecf61c4f0d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e842cdc56ee7728aa71a7f95eda9777ba229aaf959594e73d998fbb30b7f76b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:90331abb869c0c04ca7bb59681cbd957ff54eb0e0265e16368f9fd6ab6937acc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a02580814c02bec4c1c9b79c4b5a48a5a59caafa60a573f9f99a4a1ca07c6f71_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c197de59c38c060dc8aa099a027922853e4b9dc7e5589ac55c8841dbd44b1367_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ec7a4bcebcc80cbda32227224f64e67cdbc98d3fab95466b55c89755421ea4d2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:223df196f0cc747e52ffae9f3dd03fab2da3c72d5e3b189e3035d4264a08c6c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:29f3154c0b972730ae9a54bc496bcdf62e9ed348b73d98ca958a265717ccc2a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5e12029e90adf045a4377f4be2be75c879e57aca7aceffa2aef08aa262ae0f42_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e150a242bffd4437f92000417cad89969fd547b5da514f8586802b99a668bab2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:17752e2fbddeff8e6f43bd354d91f248b4e69d88e80b29b75508fb03b82d92bc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b1703420b5a67a12f055518b6a23c1d8259dc8a064a1447196f642dd23363806_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b93a134a81af485a0f07dcd6a71c816ed517178826539d0f53b6c45dce87096d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d266a3bfe528e76a8c6ef1700a2016080d084cf6fad2e70efe5ba52ff0dbbc51_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:8c90e9864b3ff53d398f2451254dd3707868b36c6032d8d139cc3ef2cbd9084e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ae6ebf086515376ed35bb432a7f567f7bbb44b8d1b86773fd86daa387c5fb933_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0a0cbb021e13ce9d693eacc4982ece2e8ba4697f5d5571b8d0671d71824fd07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5271f6452a89fe7907b16f486439f54f0dbcc3d075a70ef446ee4cc62211b1b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0abb949ce9461e5718c1988f57791c7537eb1b3d2184f4b4268fe087e39726d1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1267ac849f67c33155b54409011cd3f0eaa27d5f211703875cfd383d1170ef9e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5082f39df1f143f23f0e587dec5cdb3e3b033ab446a57e7e808c88e6211a1a67_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8fa27bdf891edfb80585e470f09c9d6fa369aa727a3698b936b4818a4b46448f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:017bed02593deb2e9cdfe0f268916e5d1c8cb7a4f1362c6eb3c94050896d7276_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:027baac40981f53c9ec53f5a4241a657929d6289e42a0e5deef617c182b7580e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4bd5b70373a257b1fce20135ff4a4b3e6962eee541c67a0e29ba9a2523d4d4a2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c0b3ed1332b228290882bbff6a1ad6866f5ab2a4586b261949832cdc3bee5797_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:047c270f56b685d5a4e67afe43d2f1ff47829a259be6ff93bfec4864233d4497_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:50a6482667d53de3d7aa2bff6df05ca21e4e9773996afa8b8038721e231deaae_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:653dbef43ed7f531ebf64c9314756be42738f1635a64097c53210ed0b6b0de88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c4d2741561038e0080204335efc6eee5b6ffd8878553b240dd433fea701e6bab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:3de609d984e39497dfe119bb8e0ac2d6d823dd894a5c866e5ec87de5b5711e60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e3a8b252aadb5b32f42009803b56dbeae49a3ddbe9d00aa27569af4747fa403_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ccf49e256cd9c3bb428badab464a17aee485ee1516896f1ade10da11085e843c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e77ce95a84b01b09c5d1e6dbdea8970543aa3a60f9292300beb078d1288bb801_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2ab5fcf7003f4ba3de7656a284b11d6ee05bb02cd0f3532671a8c368f7b15178_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:44241e57d9067223cdd1585db9d699db113931b7a273d207516f60c498570677_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6aaa55450d567e2fa992650c456cdaf5529c5d96fc9984f7e1a4aa9ed6294bf3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f2fa21e8a0e88b25e9037a9c2db4b157ca6fef8b765b36da7dda71bf5a4c4478_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:10bfb59c904103177754f0336f7b7bab676d240480a8213ec42a778bca3f277e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7aa4fdd78ceafdc887a91224614657e86c1e12b72fde68dea4ee5c6e9b610cb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:e4a365a0516b0c8ef2d1259ec4bdb7f76aa9dc0d3c3cfd5d5b3d34341d349772_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:a06af7a856d5f2416777c1bb1d271c189576e273450b25c6dc5937cd16b8bf8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:28b8390dae142ea16bb05f6bd95f19b6ab38dd67c341168337ca07fe4f45fe87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:be6a9bcb97824c91f393af5aac5a146d819ed9893f5a074e146afe18f3a50dc9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e6392d583f97f0932dc01be55534fbb6dd3014f84b745e8bf7583b96ad7a7761_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f30d93c0f244f5ba21807dca912d18d4facf47ceaf43da7efa41b14ee816b71b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0848bdb082bc8dae6bdaa956d2ae36fdeaaac89024822f4bcdffb51da1165fed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9f9603a2dd344770da433fe8dd50a104d69e80ad463f9cba71b3aabefc4fee61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ab417553778971822422c6eef94aeb437209fcf88e78188b701d4b2243ac5be7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b9bb7615df3eadf64501f35dcefa829934f330892801cbb86e9f70f5dde236ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6bb4c6c64852f2b7ee590a0a60db256d8dd549a4b141fe71d311bf30d0ed88ae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:837cd26d96a814814145cd0aa0cca672769283c499eec36c457ae432b99a7466_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:956ad866d891e1340f630b9cad6ec73d1fc60d4061d4c63946ed714900388a3b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:9c91591eddbc058f05d052e3178102b28ebd25c2c9cb796fffd5047f5d413d12_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2480678"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang.org/x/crypto/ssh. A remote attacker could send specially crafted inputs to the AES-GCM packet decoder. This could lead to an incorrectly placed cast from bytes to an integer, causing a server-side panic and resulting in a Denial of Service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: golang.org/x/crypto/ssh: Denial of Service via crafted AES-GCM packet decoder inputs",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Important denial of service flaw in `golang.org/x/crypto/ssh` allows a remote attacker to trigger a server-side panic by sending specially crafted inputs to the AES-GCM packet decoder. This vulnerability could lead to service unavailability in Red Hat products that incorporate and expose SSH services built with the affected `golang.org/x/crypto/ssh` component.",
"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-azure-file-csi-driver-rhel9@sha256:4d217b45b97c9e01ba3d54d03270be07e9659b0d4313fc85999aa49fca560108_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:634f48a37ef03dee1cc0c0626c32aaebb8f9975b4640ac540f02910bdb3b165d_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:0c95fbbcfd5c54e6b2934a8efb4f8523d1536ec1deef78249f4daebaa9d327d6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1b84b2a1cecab16e75947d29572008547922714207272a5dad8169d1ca5beab5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:466597e63e82ac365414c803f5ecb8f06a72374885eedc5daf9532aad16ac148_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:de9cac5c7ebcf3d43cad87758dd2eb0f4d6480f59bfb4112c224a4497aad9ba7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4ae516b98be8fbdb9b783345fe680c1d6ef57b5dc06b2ec3bbd20bfdb7c9b2c4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8f242ba3e0b9c57ecbd85f0d4c1bd67306357c92b53968a42419736c3dbe04d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b717614ee549be99c17ceef3d755c66abc983e821e04808df347962858e0da81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bd0f90ccaaaa74683b9bb17db0651dfbdfdf8f49adf0ecbaf8e83756d270b590_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:040115466e4f525e9f2386d6f8838c51f8e1638eb06cd64f071d4ae027a8fb9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:1a677b9d28655390d007acaa656997b12a32e9093c1c228778ef96cc6f4ca875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:39c68aae39089d044ce992b949d4e9961105711501daf3d4f0ba7e9981920729_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e814640d65f77818c180a706940337f8ddec8ebe4cf22c51a58a8b69e0f4099_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2831d7dc9f3cad92219addd21b93959900ee2f71e2d988fffe913a6f88dc7e1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:50f602354dcb223759d781cb057b4081a424d6a509178b10674358cc8dba41e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6925001d8a798896438ef1388f54bc29825c37d41f2f09a59e3f8bf60b2ec6af_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e01a83cb76fca294a011e022ed86f1da8cde36928096422a440bce8e42fbc8b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:757ad9e0c37b861340a7b2269b068d5b0c6355322eb5f5898a856fd9c4495b16_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7f68ff8059ae68d15041b8f38ad5ee5278289e1370d276cf7e78fc7e9fc3bb10_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:816787cc8c95a4a2df1416f09af6228559333e1bb1421ede0c9e2093444260e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f9bb9a184319c9fef278d3c6705f56cfc592c844f5c458bd20bcdc07c4230982_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:198f39ed50bbd835f4789057f9d7fd8de0962f1641a7f453dd90d68b5b2a4e7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:633ce875ee7bb08d9bf00cf79738e3e63cd6bf4de2d40fa6860142a301c0968c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e169d65b86f23d6424af5e7cf9e1d0ced58382128092821676196c0a05f91da6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ec2586358c34d0130b00a3714b50c8b7bc33ce915aef6aa79eb214d38202f37e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:13e81e4c25d8c789ca15eb4e84f3fc531a50b4dc0d95fa3573e002e3b54cad61_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:17637f8455e0e17bb3dca34545a26e881cff3e1444af45b9f45c3e282a252bb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d2dde1514fcf3308d1469a0af6727835121c4d6a1a1775a675a7ffabba8e3bed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d6376055835ac40728181d6f354398a0e60ca131d2fd8f41471ed87e974ea4cb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6f86d997faaf61c874def5a78cded319a188c1babbc4dfefb91a29f7e0d7f0fb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:73bceed99ad1b0bc99e66ab8361037e4046c5212645490161572fe6f34de98b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:babd6b0e928bb674289f34787d3aa536bdc4c24a877a5ac9311f21f0cc9e6224_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d00a12f6c4e75a2c93bdd135eeb742f42868b0186d9d03f318c885407a17e439_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:0932891a63e5ec5a076c7848d5746e29d972f3a96058914bee8fffa4921fed38_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:472e977d39473b92992f53c0225de477318b31be8656c37bc35193789ab7a456_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:71021ecd15d688aefa6db79f817c11a751b51f6ea9f2e48781bdc49c6de98088_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:9563eb7617a4d3a9c22fefaf03a4ede698fea2621a68ad231cd9e65930043a56_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:1fbf3bf4990353e799dc271bb4a0c58b385feb2ee60207636a3f76544b4f5ae4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:7815e9dc63477803e7e8bb8a01ea83043b5503ba529f64db3c76ad1c4cf2f0b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ab22d93f277f9bb65fcb5fd9c448b72f82384b9be43b8ab525d2836832044eb2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dee02e09373732db94bc442ddcb2eb4d13095a04e35c674387d3df8ba23d67d5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1a046b24339587101462756592c87ae4a8f699fc2977a703e6d031e2022a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1db6c409fede3e9ec09788fdf286fdb0634de6b6e727ec010332f7cf2e462_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:bd6be5cf4063439e92a1264ce3af0ea6528b9c27dd4b26f043a80aa8616575fc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c955c4b9dce1b25c73453079a21d84c5a2e5d0b53cf6e351f9b1855f08db3fb9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:221943f7b65573c2942d88354261f93a01950be1d1a86fa853544cc4c283c027_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2488ca8b2a8f658f3deaf9a70b12f7aca159490b5e0861d746ca8ee5d2010041_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a3435c546844b61f456789fd315495d6bcdc2560756e9fdfc4b896cdf70d75c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:be2e4dd58b8ed72278bb2c014317e69185e2b19dce37beea7fec3798abcb35f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4da2632fea643a834aac3fd63bc51fc6b0d768b869ac450e6779c9f36429a9fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:56ab8a9553f0c0202a47d858e234f2672098514dd647502405cac1f28d14196a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:abe530f4e865add435da2afd379a3a11a4d75c257c2468a09bc78f10256e0be9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:fe1397131aa0d447366fd627b12582ed647551ad3af13375f8c281ab73745f0a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0857a5a2cfb5c277bc2d2545fb19693f23285ccf6b75144da8fcd7225e1df1c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:43b36fb1f7ad271530f5ee9040cac4651a684e0e08de2ed90a2939b736b565ed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:7f86439496ba6573ee1d61b5f4d414dfbbf65a95526cdff54e45229f01785517_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8094138e4ed2267cc278a83a1586922c957142c9e5fcaec62db531c83b79566d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:309b1dd27ce0c7dc332c7141e576642db4aee6076ce50ccc2930e824f02ead2f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:35322e4580b0fec862223f76e0bd3c95ad0af31f3d4cdfd6423d3ec47d6e25c8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:699bc772c8a648f8be7d6a5c32d786d8f6484e584d918d68ef8a32cb1499663f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:779afd8e0fa21d022d7e75e7ba8da00cc7604db1adfbbea879bfb1d0f8c9c831_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:49e98d0193f7d7b4347043f0655d350a7a0c0d8c8b850d95abb57acd13dd8ac8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63e308cebeea85127f584610f59cdc9b228f01b9acb227f2f6eba7fcdc29b1fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:71f9b47dbd3985738259a6bc9a5bbdb240fd21284a194b47bb78538f8e870cac_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:9181583c88b3be23253c76e277f140c0a1532c1bff7d62cd0da1e14beba1aab4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:0f96581804dbadea29d9ef9a2a952753f5fdf295670ea0297622214e2a9b7d0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ae4714025025642ff5d9e250a4715b01d933487fa8bf4eaf82629ebd6d4c8702_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:cdb096f05b664fb542bb6eac3cce52c53da2e4bb636189bb53f737d3075615da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eb9908581f71dbe01d8553e494ef022417196408e9fdbd32f08fe1f5b9c9572c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:08725f7a384b4e72a173141cb35fb67293385ed72d973fc4d497f3c0f0dc626b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a322e3fc620e914088fb5669f1459a47140abdf027bd011d6ff4e5b3e6b909b9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b950e80fe164f86ddf624c80210308a634929ab8eb493496ef86bff1c5248fce_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bfc663a0ca81dedf849e89b91feb3fe0af97932fe8a8fc711d7ab85b6cbdcc84_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:13257447171d38e6e99c66faa476de6ff6ab934c285a0d1bf71fe94dbe583462_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:23fa493f397748092cd71c41b9d83d19fad6a5433b692bc644e30af790cf60da_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:28b1c9ee4102140998781ebef22f269316d8c2be2254c10b4d7151dffb0d37be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:be2175c2c6c9d882e44cf10aa85f1219573952473e893f67cc7085bf0a324407_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:61417bc1ddac0bc97c786b5807c2fa33eebc75f7cb186aaf9eef2151dbaf75a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:73956194247e000432a8c5f7b78255062c5ca967745ba2d97e680a06f698f518_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fbfa9ada74c4875985fc4bb8366d21eb5275a52953d44bc6bc740d48edeab5b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a545c9c2fbb36296286f684e02f9a5bc337b3c3fb9c83c608c988c88455f9bf4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:34a8a8a4a62b36b5e0eb061db3d56905c8dddfeb2e7a7135642f947ce6bd01ad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:41c2ea14036c2f8639cf0dd634e327841954eff4529743fcd10e8475546165d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a884f443877c7a3c0b32dc60a79e1bcbe89036549da7a8aa4608ee2ac6460765_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b28e8574a1d3b374ac4a61ea4f3c16eb70d9ba7385bf830c8698f4490f8fd3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:8e245c278c66405066cb31e9d48e97ad9cdb826511bdb1104807d26f896043a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:380e3045135a40d202f330002512a5c499d8d2079cc38e5c0bbd5a2312820dd3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5d06442daad2c126259fa5d594b53329e386f560b77a475ccb0cc37148644a5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5dc0ca56deaa237fb0bcddac8481b45d3ac81609b36c3b7bbb6cff8456899208_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:aa669084fb336f5d89d86cb58aca73b88d6bc4b6505eac2020664e0b6abfff6c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8cb392862e1835b610757e822332074ac459c593e9bd60fb6b6f6d0aebe577fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:987afa1aa902bb85d7c2d96f1637bcd19bf21eb832444c98d30171bbeb746751_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ad2f0cda09211f3e0aff615306168baf808e6fefbf1f039c3ae1a1fa7050a61e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:bcac50d10432ecdb8bfe2b465ba75889248ee8595f23c5243d023ac2a336f3b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3cf2d6f464e6a2fe5b4a8cf66690b3237aefef0c825a687a548f81336507cfb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9bd17213796576ce4d315986dc0b271011c37cd6e9ed75edff5ba80c3302fc26_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3205092b914bc1fe858b2ede7642227e04f35d06daec4848fdbbc0406fab4a03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a20ecaad93b15b869fb321c7503adcddfe1f0f5eb3f0f6427bd363234010853c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:57259db0550547f85684c19078b9af82b6318dca0c00ef8da27de8c8dc90e305_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:a95676fb6c1cc1b20cbb758a7c9fd34e82b3e114b81b5c17f47ef303feca3d51_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:49026487ee6722c3d438c05c1c181a36d14eca2f0d8debee48e4a02db0486145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ee65002c4934842ad86197a89e838997bb87a93ddc9de3423eb2af282a565c41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1bb56a1a194ba6f64edcdeae267fecec590c14c85431ba62ee8c6b5744da3a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bf72f3bbed57cebe1deb7690cd7fcb6d371e526630cb386d13180726736219c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:81afdbb2d9fe212af38a11b4d00ac952a306e13f91b23b2a081c0393173c5e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bf8d63c933996abf39eab9406b3061bee014d766a58f4e27a56413652d319a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:4a5021268b1ab163318270fc9ef07afa8a29f288c95ea69700c4bf46f88e85cd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ea443d9738e4428b6912b47f9c1d8d05b75cf8b137f0f9a76f852418b33b989e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:00148cec706fce87b240d38dcc91434f3c167052d5860d42ca9057e24c3f35eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:7996dc231961eb51daaceda9598b04e4bbe7d0e4019dccf5adec8a14d6f7e1a2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5c70298b919a36de41bf25d870bfa3da4013d36c6179db3eb6dd2e67dd20bff1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:a64777ab69af6f2b6cf4b78e5a00148e98353748946991c0a6da7eba76b442dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d4b6a07334845b2938c6d09556cea5e0477d13d4be6247bc9e3fede2e46aa3ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d5e665b41152b8363b4b15973a7b86365bb2c047366aa69bef7e1c499cf4fd3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:1a29c30f85b9bc858f0c70ca5ed79934494d92849f23baa6c7f26f67ea49c57e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:70f95a8b240afc604ee9af621fc3b63adaf80f593f3131e7ed51077ed2c77a1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:00f06d1c70494444172d5630c33e1c93c333a880520bad3a810f96dc69cced15_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:01ac79392fa7a265608b75458534bafb6e5d350f2e8536bb9de48566c685841e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:12047af5271e61b4032c04c98df9ad54363d6beb13b36f49085307705677e345_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:37e5fa3bfc88e99fc78f2ced6cb4a99f5099942e40158dfa6940784c3d2ef95c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:54d10266c83c4d5fe91b013dac51538493ae4a4322c925e561c45316c73b1e2d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f799d506fc4087aac0eb4b2c2d6c8e511b598c6b3cdb1ba5ee470b787759fd8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:061d1b86afedd409ad4947a8ae59064f0fa92360cc82f640cf124776753ea3bc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9c7fef9c0e22e1721125d5b1312e509fada544e1d3d956338c3638aecea53dad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d3d951b736b910437255f3455b76357bfe0111c257f5a2d8dfe0f9abacf30fe0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f7feb8627754651663208ebb363a3e42e1767e16a65914148ce0507a77bfe795_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:23b0327190559517a3526d2500534542e9a397210cc6f663ac2b313aee902e92_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2911daa552328c8b01b19f91ad43ac54da18d343834c48ef35f12adff8077785_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:43960246dc7eb7bcef847c0d706bc6b0f0a407053a2cca7dfe27fce23c6d2af4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d05434d4552d2ffdd45d2fd44b1b2e2e8976a15f0f4ae59ce7dea73ca97dbcf8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1f7e808f97ad41f4c301736bdf2e06da73f2d0e3ef4ca838f0afd65273db7c8a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5553003527f078011d0c440f86c1480ff4e62b318e98ca2a4af97b42e5e186d5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:582a4e6fadda74e5c6c49b605b7967e9d6f25c84ab3de162c30931b1dcaee31b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6d54aaf9249113e5be1b6a87bf439ae778918533077a41ee9442396cda4d2642_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0b4378067622a7584c3be2e5e5d8748a564ae7672cc882bec0c1d6f4f4c28686_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2ba6c6b021db9b58614b1ceb9b736978b0e3396b04dda4518406b041448dd5cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7f7e406ef7b654a66bbcbbfa5326ceb1ddca4a0236cb60761a0ea48b919e8571_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fc403f7babe4eb16c770c80def94f34696b3a8ac55360b17c88edb11b9ae5a8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:473d595a495e4656de14b1b22456ef1ce2218fe39d02bf738990c0be4cdf5440_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6b3fc95809e8ab1be94de33cb375207b4302f93dbfd51f2a67228025c1e304fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7d0a9db460cb1d4c918f87a02979048f170f5e692e83cd517bb9b3271aa06dd2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7f1e2dcfd02a6a5fc56c6665979a8981f11144a5bcc6419feae3964b190583c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:775213a7b6d92d23694dbd1538727c84ad58c6b8a8b46587ff7bdeb7312acc05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a649eef7fa6148524b1f3aaf18ed6543f65ef91ad21358cb0af865401061622d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c593dda5f85469eb4ded8cb6c4738069d48a144823a070b83b58ba7772ba0e90_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ffdcf3c2b138b62cfc84d9916799812ad73fcba9c3416d7442f3686417c85932_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2e1e514d9f3cdf5f04ca924fa98d036988ab47259be5df67497931321634f730_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:32e93e986bbf92dd3a3e09f9c76bed29334b5cf794e18b843f81522ccf43697b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7bfa1c21aeb7971fa978d49455f4b5dcccd4ccc3de147ef47c32e9b74bcaf2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:dbb5abf21bed592282f09e30ba1387b084eb028bd931df5609c07fb8c09a0d75_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0606de7cca514d2b4ad9593d7f37950512741cd8f1597b1f83951aa7c8839268_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:116474d2dd37c159032b15ff856dffecad2ef0ab76298bc43f840bd0245ec78b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2e887b0da3269f28933bc5af839ea2df95b7aeca3993cb31b0a1c92e7043cce4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6029166a01da021523fc720ad70fc59f449684e577f9f5a36e0e759a39d0a28e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:849b8be9f7fc785a70451c1c0704501e2b449650acd23d450d145da1a760c166_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9c5d6a2d314e840600ca6bd1354c7dc6040fbdc216166418485d6edfedb27ce0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ba10e440e514662920d68ac025d5f3841786a393703fc2dc0ee21ff1d2490015_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bac1799b133fd829b35ac619a25a272301816494e83be5a251f78a50e7fb2f88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0469874ac135c41bb590ddbac02428775083221257b6904fa376335610c4acb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5823c8fa1f1409d6863dacda718e35b7afd2915befa21343dfcc68b6fef7a9ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b38d3723f2547dc5676460e3738420e243c6fdf7be77e54d18657efb9668c438_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e5a5e4c1a01ff3f5d694ca26dd248533fd463c85374c25ce1a9f4b7a60deafc1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:19f94467c811e10882e30eeef39b1266b83ee417974aaf62f75738d51811cbc4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:47487ff8d0cd813ab3354061caf319dec553b1cba9d5c1045de710b8a6d0c51d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b3a0104cb85f1a6965eee44fef58983637839a1f97ddccd737704ab41cda3a25_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e8c72b610288bdc44492ea0a5c2fd66cfb1673fc06f6bc66831fa84c96f86543_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1a9333d29d3561fe95488f3d80136d6b24b4a2e04472d37d34737fd1032a8856_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:705d146d458883660aa0b673a651d05d1d1ad73bafad91e84755118b82092ae7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b9265d767c8a6786f12dd4788377f1a316864863a32de4a4ec07ffc8b874aa00_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e3a7bfabcb96924059fb7906be97a0ebb1df35c6cad39a7968a6461df0cecb31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5c015e1a10e5f14e82e30ba41b1ae6a82cf5cb0bc631f5137d7637c44a3f5b8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:623bc4c74b05b46babba7da628809bac05b48d8c4055648e88f0db57c1bb0e07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9502a32446a8828e8a1887edcf49034e874ea0e32ab5fdb738ab89e77cb5a472_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ec7b6b83c8e934b66505e8051e183fbaac54e78abae5ae99077d4e5e163b4529_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1f15641123321a662f676a46a24f6c8066bba6e3730a3c0d0eca3ff8e548de23_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:85070876ada5cb86e8c585f3ac3114d548b189074723a13ec5d6fc6be25c9964_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a34e14a715bad1d324f9211d95c56ed387ae51b24b21ccf931c12f3f7b3dcbaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e12ce561e4cad13a5d08e8164060bb74a309f66047279a26dd727d34ed3dc16a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:67789c239f82fe3649ab8c0e13f920a788a3612d15a78fe5986a852bb2d11a0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:80d704ed310acc3015748815351da4b54fef2d8b74d7d4b03aabcf9fd7e60b38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bfbcd3f502bf336124261fbe51f19e7a4cb9e9132e07da62354699b30cf6ed24_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c1e371a0057014662b91736570bf25fb1211ead7402154a1149dfee9e55b994e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:175fd0386d9a4e064fa760f23ecfb45ac6ae3500e5a50acac0660d06e5b7ecb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3e9811dcf3c528ae6f5ff86659dee1a590c2b53f7af1a03204d06fc3dc628fcd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:68af6c6e7f51523ac223f4e25955cf3777f4ae5b601dcca7c6ec7e2dc0de0782_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:8f1b3ddbde3e33dbe01816bce0cce7d7bd196cc04affbe606fecfbd8ad7b8b17_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49699de68bf38c34edb696ebe4f9dc608756382a977f497f6713dbc7b6e1209e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49c32ab1927e0969508b906c14aafcbc64e6eff7680b9a10812eca4f17787921_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:86135a8f7d4aed36e7b2a571b431b29eeaac2bda02762eafda3e22a62a7a2d6d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f2dac4ffbee9d028b26e683b63a9f033ef8609907f6c498d42c447a306e75328_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2884bba195d4d635378b0d15efa54991a23f51bcf4efb1095b478f5cd9c34f46_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:d84853556ede64db5615eb4d826879c744f7ccbd92c51ecf392a686af854ec11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e05dd48fc4c26b5dd822ee58a2af27bccfd0ed28cc959a6fc05073cec6f7c9b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e202635a4a52be92b47960bd8ced28634111416b220cca5fa7f86373ecd1210a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ae36d953c8c7f73dd78d620f94a0335ff5fb84b16ce9d2dbadbdf3dc5d66f6d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:308c924c44c35b39c66b429a15a0343a47f7dfad62dceb76ea7acfc85e6bd973_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e132f6b0a6b4e2dc63561c1ebaa0bd9fc669a835b0c22b0d56599e3da870231_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5216d36dc483b1368a03e00dd9dadc7c75de2bc36ed98cd7ea2b089cbe23965e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4bc11f6ad7c3e9c99e708f7ef5a01b4faedc8eb5d2de5b0cbed502395958555f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4c04a50ca49fdc521da592b9c326e233763918fbfd6bc97e001e0e680ce24cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8ba4aabc0e1e36c3ffe66b55c67ab8c305f64aa6011f80060c5d95ce91180c5f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d259704d34b605abd3568bd4c988bf9e831d80554ec2d7a57e7c39a70daf0140_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:14c55985b9277766e54156139f0949d1e3e5f756ade34512a3d5ea3dfed2c544_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3231ec9c296798f11aec6a285b0a8f7c5cf220534d0525afa59c17ab2464abb0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d8767e4d0b2c8222748319f05483bcefe50388abc182a01f3ca9dae3c80dce44_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ebed5c3d8e112fc5086208b4b4c0aba054a0058f3fd08b71b129dc124fa00f99_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:26dccabde8cc0d1ad45160677fe240b3fc098acae82f6d095fad08b78330453b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a168025d531f20656997ae845a4930919d6805b7f9374c40f7835a93aaa46b27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e696a8bc54ef8a13800b2168a395d2cbb08678403beee2dc52c56d04cb235759_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ebc22890c7759ec9992b64dcb0e388881caeeae333a9a84a50dfeffe27e38b49_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:09319f1dcbe090d9677a43249810dfe5b3eb165aa3f8b473417e0913649b1556_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:46a37e99da18852f5512235589ee86dde0db6c09d76a49275a8004422b9ec303_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:535d1b713587008fe67eec103cceb54471f5263516f5420589cffe1dea02be93_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bc614ab102efc7dfaa47fef84c4783da26548491e4c43257bb606a06e8d155f0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:08cac9e30829765f182624de9e45e59b40884b8c39cde60528dd27afa57afe72_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:13724dc9eb7247844e450b59b8cf3af5e5f486e9558942836ab60f74b9943291_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3e1a80763f76f622b5ffcdb35bf2dc20ce1e9c06c4f5f6bf0ae06b04134733b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d077c79741fd0c481fa6e1aa2c479b8c5b380b1d1f163259777c8c50be257709_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5e82ef0b9ab6d4e3b7431a7611bc563f356385dd8927855e6090008685f1549a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:62ba53e306331c1b20cad27ec31cf59687218f4bd5908ed7e9034559ded04b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7664e74786778a96606757f1de215a4a9702d0c9f7cecba7bf8028884a7609ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7a967f88faccfc101b9388f8434d406acdfc85d7d682f9ec742d59eb31074fc6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0e05cd1eaa2b9c558d22892495f090b6b51a316dc56d85ae825b6fc44611b6db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:445fdec85c2510c8a45b2a830ead87136bbb80bb9244987b4d6ffa5858931926_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ccae4f8f443ba6806ea33105d7dc06002d58914626cb9ae57476b29193761b53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fc0becd36b6fad4911a5b8c9a4693320918f7f7e6336c2b11a76adcb6d1eec36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:652f8fc874b95a56393f14c2b56a63faa64c04f6646c1786d07eaa272a9acb9e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:94b9c011744629b1ff6f230e25f876f218ed59d55a941377797f77cdb7c03e1d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a178a796ca9d32ac59faa5eb9a6aea30f1aec65d88f89080f57ed519a7983f05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dc8a79297c73782f5005075332bcac58b051a07d2b35626323f9b69ee5f4d64e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:03d66c724cb647d4a613bb48c9df6e9ffaabb68c8af5a4ccae45365e32456470_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4b9510fdfb45d2561927843dbd7ed869e2f67d9636e59dfd0c3ee640d9fc601c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b3570e078bed53aa3e435443bffbd12a7b259f8dee9d18c0d79b55514a547b53_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fc8e892ccbd8d3c1e737fbaf8f02b5fa6bbbe242780c9cd00fbc5e6889d7baee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:266bd8400632ac70fc6584e4bb2850ebcee7027ff7899acbeca612c6556302a4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2c8f351447fffc2133f339c6ab3a0bcd9bdfafad4a4cb5b7dd2abc32c6056a92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b8d2783a76f514f9a4e8096434ac205e1d82d09da2d67fb930a1b5e4d8089e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:74fa72db679ef47f9a3e3459a90dfaeafcb6db73dfe15b8933767e2f9d19c448_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2b5964f6cb078aba05ada42f0c8280dfa39f9f80526932cc5d41410922e4e8ae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:480b27e9866ca8dfba83e1accd427d4f6813f4fb7f612854e32bdffc10d7d5b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:91c7fa7b70f2cc82b26ac16f91ea084e15a4f5dc64f254ed878c25dd1170c0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:edc297cdb2f670aebc1d3561d801840ad029e8777ce45724066e6891aabd60fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:443e0dd81ae60896d31f07ab49611c5e0629746824df094ce28cdd3cb0ae1d58_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9b16561ca87196e3dd9330184f7abf25e97272e3c47d2e8d594e3095e74f815b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9ff62f63d487e25a750bad29314955effd17152bfc534ff698963760a2615b0a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ab506c549b676ad9d8dd179e2ba871a12f2096ca2601ea2a1f2605ccb849dc6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:08758e6b81d6679b095a8e7fa323870eab35fefc05e525c6ef810b6cc0b3c0fd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:af87d24f6540e5c98def879ec4ea8adeb5b138e41abc126b2c3030c5847fd0b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c5e9e59a08d8940e99da6bc568269eaf71ea8db62dbff86a7f6fb5dae861e323_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f5122187c85ef27f5423ada009d800afa4800e32ad1ea3299586fe64cae8e38d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3c5078d135089e1548b4dec49b7e78658279e42a72792a988447662534b6516e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:56158ce0af0c0eb9709b2d1a172201bc795ed6e5075517b6919ed1302399d6f3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6720c8097a398327f18a5c84c28f6b58aeee017199c2649649a1f159b8365838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:89295652b447f42c6a0d6e1299f63b04016f10ec8faf6372357294a14472e426_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2baa85e44cc4ac6cb825103508c5bd74e348609eaf53ed42c6d0e045dfa62772_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:61283f1fff1f8ec53563012a5b1fb5a48831f0a220d3676b512f5a60b331e849_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ba258012c0832c57b29785be805be44f0b5f8eccaf76d82d7493946806eafe5f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cf3bee6414a87e7f907d30047ded274c488239af5b1f43ed717ac2cede29df86_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:40854e0833b6cdfedcf275cf716e58f3cbc5c44be313fb83ca3e909bd80d0b08_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4d6a10dcda92c599f52977c71208222d166168b29da4eb4727c466e7eb53cdd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7be4c5ff86b0e939ee9f22156812fb98d2f96c1eb4567ca8a6a01ea3aa735dcb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:83bdc9fa5d3893a973794dd7162bf9564ecf68ce44814349a621cbc284b9e61c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:993ba8c1dd84e486fc4084a7786934c356a9b12ae86155134fd1a1dc1e5e3f2f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a64dfd96d3aacabc8f219d19e6d7eb0c1ac5b68b49eb93fcc973d76e67ef1d34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:ce306e2cdafabbaa29467e0cdbf316673d17180efb604e683a7fd1ed7181c6f9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e6748814d950e6f5e370dec9cb7d557fbb0d29ad3620b567840770be826a601e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:04d418560f90c35b42be67886632615d62dc89cd37fcccb6e247212b535fbb7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:40eaefc42c0f0b5adeb47bcd463c2e2a45e7f3af1c0fa4cb3fde9c5479660c4f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:545bc2a7b32276bec515f338aea3a2976c01cc787a559986646aa6fa26ad5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5a2653ccd5dc3f59a228ee8b936460575e1a392d12287661b1dc83a9f8210033_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:12e5e4ea4d19c4dcccb35dba161fdba8a703ba6331b11054e4664818737746a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:180e817b55ebfd081fd0305f63b3e0539fe8d13d1ceb8428ea21e213779fd056_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:92e8693b9f6955f9862c8b576f5e32bffc3bc34232511fae0cbe57d705bfc53b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e5b5d4750a3ffe24b1196255d4cfe15b21efd587a41736307ca8e4e61a4936fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2ca8a85fb07b431d97ca6a3e3c18f1cfaa20883c7076d6b5b4e6942b632f9aaa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:559af5a310f0923dcb4ef9389c51c98604cf44642a13e8ccb46225b4ca268580_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ae056c9c8e0cdc6519ac1a9542781cd54ac2ac8881f513e965b57ce7d1e5ef2b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:deb92b50d5948bae13db37a7046d9b212dbfd3ddb1063ff8a5e5467f0cab203c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0c4f3cf84115f8c9b9bed6b2dd5d52316eb3a9e670fe6b9e28c2dbc350392e87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1142ce3f8a3c1c2a1c7dba79ac2c3b276a45fc6271ad9df9e6a5d8684c36da2a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d9f2c021c17f1416e01ba31a8823b7a87724fd96d7ec99d494981842b5d452b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f3aabf75e838b4a941f64a7a322768729059346d7578ecf5fe7ce27a71876fca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6389373ccb2fbe1b6385ea21dac1c0ca918bf9d3889ad7a738de6be5d7ec4272_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6449fee9a31acc582bb85e0031312e3ff07d1f1843a1c6c410eb79cbbec1ceb4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:751f007afae9f16527e9039aa95c2ee6efd2ee20afe3c083ba7298493d2406f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:afc11a340e28d4100c31646b705e8db302f6b0a96ad3620e07391f02a70438f1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0673d2034e7e5fb412a171939379da14e9269dad7bb53e83be7ecf8233b0b5a1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:18f0345811215feda18d2b63f679ee870e76b33e9f61042d93edcf36fe97df95_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a2d247eb696c80e02bc8c1873e8ee0fb71a1e5ad6cf5cd84bdf504f4fe17cb10_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c342b14ff399c961ce05c1af127244b950b8e9d641ce8752f9d0f880ad7a672b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3d9fbc97d13987f28ca76b3e238b540492eddef0f302c2dd958c1b0d05e10941_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:47682d4e934d597aaa1e809011a69afe93936fc629ad3dd1ed76dc7b073f7ee2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4e8d3460e04e85a3e01a578d492499376787c85f2840c97821f11213862239df_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d7b99cad55a1e1d380d30d0d4a61bc5f0cbf3a87223efada3e69bd9b0741d3b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4849bfa8a48c7e7d264fc6ea9097fa9d33da25f75776619976e3204b42026cc8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d7c3f5ce57c0aa25e13ba9484facd75c5a1dc3caaf9be4d0f273243e7ace327_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:78aef6c20ab3bf78eeb8b8a857ca2a24067d45cea0a070c44d3fcedc00d4efbe_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7f33515dbca04230d98550ab638efa87389629fc7d913c8ec42e4b5bf8a772f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0251068577a1724dc777683dd189468ed77413b396614a117dac6b4320b8f01d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8812fd85c74fd67a95afe09c2ce5e7d592eec1e25fdc6fa331a8bd41bdde0cc6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:89e0a7e0fe060abb45a6f8e6ed1906053c09f95c252ca7813175903db61fbc99_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c3674a8f28935f3140fad744b5a178a8346a9a7f79f6c281561d2877b38c4ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:13bc0d4f7d4508fafca5a3bc61b6449a056e277da131e753c06cbc1bb7781b27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:993a2a0b3f84e071560f6fc1a3ac243fa745ae9a7ab15febbe1385437dbd3ad8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:80fc518199cd3a1ad421b142661f0a85679b12b69d0afe580fe60eb6a13ddad4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f069665c66c19d9775b70a31aa7a1069bc653691f6abf106a88b2ceb8c0e1ec6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:13ef0c0585b01c56b865e029d029a553b458fd2d3d0204eb6dfba1bcaa11ac3c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:599d33b55e88212202b15f4344f7a18dee4f4504b3739d6ec99414d05bcde2b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a751f1f0540505bea087d3ea9e6ba798e89d5deb772cf8e401caeb3816a563_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4c26bc366b267d444f448a4d7bd5a0d26f84bea653c14b261a829669d888cf88_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8b67087a584a2d952a6e80572686412cc8ea01f03ec8d70b56cb8a24a0c5a3c0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ac1123e890f0aee159c9105e26e1f1ed3ba5eb3ea66b422b281c3e9465401c5c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0dac7821ce2a3a5a180f53f381d9e61484cd8c5efab3c9a7dcc70b5783421b64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6b30b39205367ec985c4a9d948e71d378b9483689c3ea179cd0f2476b9bfaa1c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:de903677bccf645889ff7968ebbc052b14273329c0765f7faa53b0ca815d6899_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f8392be7a6f5223930d53ed6d127faf727489b8f5ebbbda6b6b437c529e3c812_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:02ac68c83db9dc50cf6280a418eed9261dd2182bbf51d16fd143519e49960b17_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3746261c5d4744b13d4704c822fd62ce1f486010176fdb3bf95512c72eece73f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:85e34da00bd6d290c04d8eac32f39db59b5f50fceee9b248b2cbe27bcf0e7e5a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c343b119edf863e179df865ccde0b665b87087d78b20919aa5726d8fd240b344_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2026fc52aab5a6d7766511080699112f32ae4576108ff95b0eefc5d807a14f25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:21b5298172f4de1e0074c4abf5e4abf27e8adc02bbf7ee49bd3388f7127d4901_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:42f8af9bf66ea72846b7f7e57652725c31b01fc4a8d39ff7e7882075438c521f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9c5711087546b1ba7cefab267b8aa30b54ecde5926f009518cf0db974ff84c3d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:373c4b7507a978e3dd62e9ea629d1e397b1f1db682e11ada1bfe5a0b45afc782_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3be306649df2fa3cc9f30e60ed5d947fb0678b0231b617eafd3b1593d10feec5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5b01a896101a5189740f84cb1a83edefdb0dc00288dde725ddd0e95480f8e1c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:961dd87e559779e6338a4d3d35c96c0ce6ff7cb9634ce32d4bf848032f4a2fb7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8799db20cca7be653bae6b8ac5adc1d628094eababe740beb5dbc27e05346872_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a36c2b308515a293cbcf265af68ecebf498739e74ef11016d5c0edd3cf47c4e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b86631d6601578548af20a28d132a0503fe118f53d7596a5632ed24ec5a9931f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e867bd8b76b5bc1438a7be88a30fa7707edbb1909920a1d4d1d0da0ddbebdb40_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:313074950c6dec37d29a9722b58ddc951aaf67c27b47568039f29f02f2523128_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:43618db20e6f592602096897bc89eaf3c58490a362e91e3299e20bb2a02827d9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:705f4db2e969d23205de87db1bd7dc8eb1ade64a76940fad950fd1a214dde6e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d2d5ee5893ae16784051d9526c1feeee3c641fc3e6f337ba807744551c00ffa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6ae5cfd48e788096162bc4517f0466bf526f16c84bb61072886a64842856c5b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8004e7284c63cc32a05f6de732791416d57d62db041ede2829d4797139094292_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8137c3932f344ce587769bff04355ad405b6ff27009bf23a221ba52f3da56e1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ef15235cf21f0fbfea74089f75471b483a98c920b65676bb6199c155fb61e929_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:149cca2af3f89c7d1e105de81bbd098c66be5687f18a584b644f21d0be20f414_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:33fc93d5cd30760383da666e8effb6ed32f4c8f2668da36677e98c1801ef4f5c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f9c1ee7f72c926c45cd76c12046b867d9efd7c3c381f34afeeb9b6e97751175b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fcfbae71f81307789bec93987c4523700c191a66663ce53e4009c5e0a8627826_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:04fe8c19bee4b629ee7f18a13dc0b7f49d6a4b6e19d204de90b6b2240b0f875e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5c9662139f98817aafe153a43f700399781d079390d5ad23d3b70fd6ac5d370f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d1147830f896fd229aadd2b766fbb4c8102b35a8edd4d8bbeef4928d89cdbbfa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:dfd0cdc29bca0a2239ef203fe7b58efd97ed4e72daed6609e22b20babda395fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5a9889308bcd1c3981072c83d44206d0c3feff059e0a2029d49adcb974674c95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7a715c7e2a8f54ccee42abf122b0028ed19705f401248d8c38f785d960f1b116_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a67de487534d03cdfc180af9d235edb21c5cb71e1224bb5041fcf2b9a428732f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:b3780d23a2c384ecef73c806cb20d7f97bcd11c12b6392c781c0deb7ceb55df8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:48b5d06ac4b35c2a7bca3ba2abc39e3af1eaf4ecb19c720d9b6e46b066318414_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a6d7d7df9078e9d1cb0f12f9ceac12c96bf2cea03a9085b23c3e4af6a456b51d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b757d11e5dc51a5822d9e30e97ac142cf004fffce87ba2e58b8d62926127664a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e61ed19beaf8352dcfd4b9478335a364263cb9839f27140a634a217d87d331e5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93baf08acbc6875eb2b665a9ef3601ca34b76767cd70a172dac7237f21b6958c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a5f2c2debb51b8aa926ede417cf9fa0e4ebaac4f5bf9e770db55a25902a4a3b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:dc97d5c1aa80515080b2b4d16fb08ee4733a9347eebc8427f10b7e70582464ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cc1559af0d7be472ae46be4552fb41e81ad804d73d1444b92cae4485118c6773_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cfd5513afd8b2b5e22d5e384a7f769f9c04709d853feb2f91ef667d804cf9a7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:febf2fb95748ed0c440e6acb72c40d609ae7587b2665cfd7145c878a2a0b5783_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1728f980f3ebba7e48bc0e8cad114db1e0c06f692638764e30ab990f45c637af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:41508513986b369c2f89c64af84b3980b16bd2432130fb122d8c1346f0602894_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:650f08f62aeea4bc954e69ed88a9f2f14d3c8f733c155d113c0c58b7154fec4b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:016fc7e804acce7a8b8df0a02bec320c32f9ce6224ae67598a63992219a77516_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:081f9cfabc57aaf4d19df8b496613d8aff54ceb265634c904ec7765c810b4553_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6da3ef092cde7fbaeee01c5d6bb0ca5d52af3ed8de458ecd3001bb96262c1ab4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:035d07364444ea963d64515420fa4005adf82c44b575555a074149f67db50567_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4e09fb0bd709d53a0abc6326905cc43ee36e6e4ec5e20108efd1ffe585b1f2de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:53a5f81aefcdd57ba33c57c02941803a072ef3f1b8467baa3c53c7e073a9ea96_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:cb3d2ccb57987217c75079a9c10f230f6a7de9ba3b0fbd87d8d3d5c71f8c94b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3472a8147e06452751999ae2d041063907f275ecf429dcdcfdce88c8a19a17da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:61155741778188324e0616274f067ec36723d0fb81d84e9715f72ffecfbc92ca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:adfe8cb84a5f0a241fe69ec532b7092a10cc274cc3aac2b86f33ac8e725ab2d8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e704c70226ec4986c16166ba1ca54b908d1b6d9ddd47640bd5ab6d292f977508_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1d63a1d7ba183c49c69a6ffe5a4584de5282029b0b2c2f3484b4f4431e2ce954_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:441db8762a583090cf4325377b0ee75838452a601732bccf4dbc57f26f6a1a90_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c5c52612378ce1f2577314e5723642237c9a361506c448ca80d2a0b56666a1f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3b9843a117d6a6ae28222951e1a556d3888ceab2ff75a082a06343c8030a5ed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:236fa2dfd935db687e786cf827d88210c2f586d2d1a93e610861995908bf2587_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:647704923828c83c6ed3810e3c4d7456fcbe378516dabfac30f203a3bd3634b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7638d755fde7fe6d3c004a6f0f7c761a9fdb75a3541f19a792c3cf8e8bf473d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d2eaa5b8ad9464732265b84128b5280d725feabb2d4b4cef0178a317add66c39_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b659f5c6da6f73bcf8b2850f0172358816bd68fca721b65a9a70569a94bc90d7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cc867d49602a6ada5de7a783136b6463c4d9adee9877ae1966c016a08ee8e87a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:6fa614240bbc1932f65f8cc9215d2baccc05dd1cd5586fd308c44d8a94447a45_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e85e957fc16a36b5964613a99fec1e7299db9bc63edd86ef965d879a081b64bc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:14b02010250fe10ca57b2dfe1046641aeac31f92e5691c067b3990383967f0a6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b6b13d29b1cb9c9bcf97f2daa289669bbd9ea501430e51652bca3d50f787f23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a8ab293c4f3c6bc251bc91466b7586e5499b6e198cff46e50f6a65d97df60f7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c5d781c35cda14ab70d4a5bde3bf72df0a3956f5cb159645e5337095bb71c5ca_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fadba956181755cedd19d3d5b5ee3da0222daa1dc609b629c900a0052a4cbd8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:2719589f19df23634ec3f6b578f3fd2e827440675b72a69b89c9d78b1310f98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e1fe563643282c027ea829274a1945458cdc5d079bf2a2b7b0a9982a5cc3720e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:28d64f60c216f77e3e006012a403671463b9dd90095e19ff2dd027def6abb511_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6d681aac67e08e2ecca32415dddeb47df6191a99f7a8d7bc3bf1697c6a26c1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0d31a90914ea716508caf180e30fb682cdd8066da7a0a31752be9d86ec9c777c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3ef5a3798abfd3d9ec1b6ebabf3ceb32fa4057072b2670793ca119f556c0897f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e2c62e4b87e0536d15ed8b4f2905930a750f770d5c6d0168de6291d92c51f9a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ef5f4d7e3c872acbc4ee48bc91b5835dfef66a698287a95836344c1587ccca69_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f5f049eb01192eaca548f3585845ed6a530934d2eaeb422fc78b657cabb1f57_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:740b0d9392c76e433ebb7762e57f156a0e2ea1db37ddaed2c5b8044ca092a357_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:da9ebcef147e8d9e84848454fe2b8e259bb549bf0de88ee960fb48f6c8051060_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e8f942ece24d15ce0c4a31f731f2060b6e3874a2f486b2dd255c773fb1a55f46_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1b4fa4d6ee3081f39e54b4f910100d210da682dbb0f308f08107ac44e7338d3b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:571a51e1eca0f31f273be8cff7ff115bdf192e14f5d510705ab7ed423fd5d9e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6dc96b2e8156e7e42f758cc28302a2e94e8b3888970d03a780b1732375e728fe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b91654b9aaa85e13d262d21b949b1a96b386f202524c2e8d52ecb66c279eca8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a677804e422590551f82a17e61f64bc03d5a8a42a695e7ae8d9de5dc086924d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:fb7f225a9221506e6295f7efdcf44adc33e5b971c470b5835b0ca3c42ee1942c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:107c9dcda9632516721c41af941362ccc316d25661bfb13a7c4dcfc2ea4e1c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e75d33740c576321707835258793fe2fd257682099348a2a067806e764e1560d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3ed82adddc3da003bdb272e2a5df0317abe41512179cba925f65fb5d8f7c2eb3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c16e4af4e9a79ac2f1fa632b20e98befa9aa2953ef241af186edd226e39150e3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7b6c16881c71569dbada90e320379c2159ead0b0ed2fa2113e065b361bdf2413_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9533dc6817f01e377ea2ff7e3aa4447d20ab5d016d9145b97e0cb9e758c9a8ff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1285e63d6cefc0454a400b20a6e404537a8d57e5fb9b5d7ff1a75b61555622fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2ea17afe64ff273c9208892a59773c1dca248367c849e805dc78cda228aba29f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5f33ae81c766b0b7d9c8411dc4f6a0adf760221ed0493a99f1bea5dddb5de41b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9de0bd8cb41c5324718c8d8f275c612c0bfd13b322225455a1142dc76bff0a01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:2fee175122b1e3f74cd8976af1515c869d096da0bc4f5e9024b31a64cf88896a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9ca16ca048f3de4a5d9e6b6a38b55bf0b4a994bf7f7ccbda8c50c02bfd59c871_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c42a4deb157c31f6fb871bceb8c4401f44ffb490404591ae36110511f933f72e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f6d5c31b12c8a1a1e8316f258ccd254bf6bb8e49ae8a175eefcdf0bfc5c6047c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:204e84b23aa1edaf66f10a49432115ecb4c3e8fa34472a909e1c9a7a0c3f3947_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:37f226136e439a1b37fab44e06ff30eb22b1ba8f12eca9e85f59936c3d58acd1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3e385fec20235fd68320dd564c68770d91c5c08a864e3de41f3800937d730334_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:878a0a7473a69442dffd7c19132d74b29ecf765e3499d29f8da7b1de2ff6f439_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2b51546e56d1893aaa1b68c4e6ebb5479614d0402e840c8c850702ffb198036b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3aac893d87e5c39ae1672eb5ad48a0b9d02b49888fab57f8662e6dbb3897b660_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c5bddc80f0ba0e391b336de8ead2442d0dff227fdb8aef1874bc3db3101f7048_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:dca0c7b1c7ec76232b3d5ddd15c8716e04a8384f0a816217dec544d667ad2e69_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2551dc2ab6fddb6edfefc185f7b6d73ea366ddaae4e2f79d554f0afb79aa54bf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3cc6eb31325b1f9c9a2163c570ae1c3d4da7e7dcb0d761a0fa775b66fda9dcf5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:569965f29f668f02a342c0c7b4804bdc92354610e9368ba42a3ea5cc3172f532_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c4b2b0855c4ba25e150de01e54f0a84bb4c6c220b348945742bc0c18cc6d7dbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:01b6587f8b9ee398d34ed3330bf0bdbf2dd01c2fe475ed4d44c547401d1dbd5a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0fb7ce17c762a70aa16ca9f7f35e41d85997bb2bb22b81986321d29634ce9b3e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:60c4fd0dcbc1ed92bee7dedce7879893a23c9e4a6181e5e6d6a8f04880f377eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8925d5826cca515b7f7c05558406b3688a14963ddefa80f5b44500fe12dfb1dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:3d914112ad75b59b03d5653cea40a25d92af415ef52dd10aa7394465e6bab92b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:f8d52c53ca49b3f9847d2e568779801321307e329f802aa9456cd0dab7625232_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d29e5c26f37fc8212f2ff15cdac470982494be155f85e3c310b0c958b943f7f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:fc7a6712a6fe86a47b5a745e06a0c6d164779eb198f284fd0996847b025e53c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:32bf2e7aad1dd9ff5100500c294e343af0dae3d392eed27a1c0305198734261f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:54b4afd46c87b2cc839aa7d8b8ae232aaffe0f39846a6edf9d0d3228adbd7a29_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba41cc4ad0ea8dc731838e00dae166209a3e06d104e5cf11491639f82290eca6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a9395f57a9adc721c6e43e578957e21c8b9f18defbecdf91dc49d11044aeeeef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ba077da5ec7f147b51f0ee4432082aed3b7a3a541729913bc2ed821688723e99_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb48a38cb5d06b67ecfb4777c44d44f3e32a996397450e30f40e7ec3e340a56a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:deb40607f193ff4e36c684ce74167e67a7e96187f1a44a1f0f20f36572005843_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7dc856fddd561c1d29112b0b8d4dc39dc7503974a9ff563612e6998bdba4b71e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a3e01913986169c592bb770fc49e3875d46031b5788f983ddcd52938f9ef7a49_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c3481c6f76c644c017392c092dcbbb25a288acd14a9f01e20afd0d2d35e16d32_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cc440be9f6b3c5e22186b6d53a428a8220201ddaa79be39e19cc31a8fbd7b221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:12d7ec468f9634a53d053f3af7957c5162d92595fc3385b26b08acb22b7935c1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:49f08b645fc28af342483d9efaf2f607c9c2a6b491b477cdcf2985c44aa3e894_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d32cde1eedbd0c110bc10836025cee78421ec16d2924d30f5e6265591a9ec716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:df885dc6da20faf1903dbdac693889d9882722e8b67bebe35f624c11e4616262_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:16c8b8c6aee6f6a06367ca5bfe2be8fb85a05c3f18a819683f49d1a8c73941ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:376659c608333e76b0b48fcdc69ff17643284fd22fdef6c6998f07be54c1cf91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7359a62beac2d501d629e6768f1767861fdedc0d05f53a4424a2abdb3dbb6a8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c71d05c245bf1a4955f46c785d7264985e1f904de2a19972f7ce6209a3be0e4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:06ab376096238d4e04c9ab713d83d3cab5db769b5af1fd1c57ef2ceceec6ef61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2c80889bfaff670acbf859db3624951cda96d4ee8cb1560806ca4215e8c6c04b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:627c6b73224c3e37181a19cb598ef9a425cddc1d17d97b6c23388ec1345f6a88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d5d338daef4ae436780be192907d28a26785021d97865d8a95db9065734061f0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8e59a286a05743844dd1333770197161698788e0db4faf8e00cac6b2fb9a638e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9029d8ef1e4455dbc1910078afea1141f92a5c4d2c298ce1d9e4319209b55246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:da4ff38c7a1fd5adddbc0b0d3defbbd580197680b22648e2ab803c90c4a8c9f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f6c44d76a715e0ca38fa5e2becad93a2bf3a41fd8f181846e7aba81b0c579691_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:167937ed04f625a9cd2d0b8ed6048a5cb7b6d435bc2d41775d7db4dcdb5fae95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:176feea3131aada18df5da44af30a127f4dff392ce8ef57f7e0844969ec95923_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:17afd4ebbc2a5233681d4cc1774fcd70dc932bc10006235b11de8dcce826c2ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d3a98e507691edec50373d79ce9df48a71cb6a19a75c9276d0c5905d4f204b39_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1b6c3977b4835b0cd5399523dd437c230b992b77a0e7352b095d008be96fcdab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:54d79643f3a191710d1362d665b5c838130f3e51aecf1e27a2cdf66e98a3cb8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b8692d27a4799d20ce1a8374ba99f55732bb7db56cdf8f5b038424a086db614_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d196f02212da5e80ac5a73931316d38e9def9aeecdadeaf07aec685e661f9f98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:11c2a1966b0632e85caebc4555e3e2f726277175b27a63a5e854557499e0c28e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7e649963b5c1e2a7e8813569368eaf0ded5e544799d561622d469b03b9d93937_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a23fa7969c6a881648ba03ed1a13692c5db21b79f0608d841291ea9118548ed7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:af57ee131bc09ce55ecb3ae13ed7dc3ce9607a7438f0ac5a6e64bbfa000546db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:3a7644c1ac089cabd142fc1743b47302eae8528b13d1b038298f2f57cf746326_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4b5ee426703ecb55bf537731c39c69ab7f86316544cfc472ee77fbef7e5680a8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4cb60d36cc3b34b4b1496b74b9b2e68ff152a71d7f957b356311ea811bf05573_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f3f64bd2f70faa654f7134d803efdc032df63fd4ef07c97abd38fc41e625b48d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1b75d96a4cdcc3a37848c5edfe598cb1d99bb3b0707db5e3f62478320eb90f9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:876fd001172d5151ef99c02826f834ee4db4623b00699a8fb30d6a456a7a8687_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ba8fddfcfe0004287ce58db40c1092f2090b3bbb0810c277066aa2d97799f8b9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:bd9982e951fdc7259571b6d5983ea2cc44402cbea411ae9a6b135692bf5939b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a7a8d4d8adfd98d3a6e3d37644b33966f2c34ff1e553fbb5140ab9a15563e821_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b26a5a47cde227edb5e7f6e51247a6cd91e13484f6b5f7dc19b62f83b7478361_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ccdd76d6734e3a3cfaa1e432c1508c097478e842fd436672e57ef2563d817e4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:fee8f3b24b431ac2a5d4fa3d96c90c5e1aa68c08ee8ae9963fee457c98795197_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0e559f5e780f3849e73d7246176059360631d8c4a7db1700f6ba1b6a9e6ae089_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1a376560672f81b7596417591491e71d065e90672ff6ef5d37ed0785e9baab16_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:350a0360dfdc31eccadb0e8b9397d5a3436bb509999034b60e611428eb006cc4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f8b68ae48350a5aa9bdf47a36efbf661190d497ab5a139027a2bf4579d21e095_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5fbe979b3d448e36fac9615ccd96f8583b0d587d46f6b1b3749e85938cb2e510_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8d45dfe709ac701d6eb800b081947d39a855f65c756f31ae47b75be9fec0c260_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ea4fa6caaa81f207f2372c6179c3698e225658387549ba567c232170cacf8570_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8fb972b411085b4551e10adbd419e3cb89754ee5300222cc4fce27cc349513f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:066d438bdfa1626aaa7a0ee5d2e3222724f2f0cf5bc9a189b67fd5358a0a48c0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:747c142608d6f43952d315d7858f57edbd2d9de2d255938dde311ea580a329af_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b2ee2d0e9906ef1581677bd239073c09f93e5b720501e9001926dfe7db34839e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:bf0b42c5e7e51129966a4744bb253b7c336bb88b1f1a562e481f7eeff5428136_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:3e9309d53caaafc9b145f6b7fbbb8879c9f018ef226afe101f6dc7ab02b67856_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:3a558e248efdf5d3111b7d61e8bd471682e7038bd34c4490f8ba69b91b44f36d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1b0981e2ee13869663087d6504e0c0af6f2c56d2ebf81d72b4b7c751bbf6e500_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8073e0be1f7f7523880b30946f1b6868274c070acb97d9da2f5c486db99ea18d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8980be22bddace1adb383fc356975fbf0af9ac8a20bdc95b3303a80fbe296f3d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f4293de50825a003a825306a45612531dafce45b72a91cf4dd455d596a0c60ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5bc26795163f03947b3f42a5c8cc52b7fd6eb713a0fa5a1558bfe834c21edc0c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:7f29c85842a34554f06db311ef67ec08d1d947d32b4363d1153d92c8d13c3214_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:92857eb171128909119700c431920f543cbfc89cd06aa98db816a2fcaab321da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e931e3fe478f8f905855b4516e1ed9b33a161536c447025cd14dd68778c40fa0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:338034a3ce7dff3efafd00fa35b858c23c2ab284f743df414c6cdae455f8801a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f12584b95171f442bb3661c908ee43de70d0400c6273eb4e93325a5f3f167b54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f37f6568957ab825b08c2ce8fc6b32ad18f5b7bee50b24b1804e70cdb144e5f4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f949249e3847338ce4ae9b94b0d191edd3f316d471f0a9047f97e41e41b7554c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:407286c96b6e9d0ee4e8abec2b06a5dad70fc69820a00deae47cbf3fcdc65a40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:52294a05713b24485ce6d7d1b867081da2f01dc008b9cd052bf8c4c37839f581_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6693dff44dcfb7e6fe67f5373bb73d84cf401d20640c959375f20a24d31aa697_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f65918214ce906cb5af9a59ece43a36870989c579ac1660a2a58f9536a79d9f9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2ec7076ed08f4ce7a61f95083155b5315acb6004ea4245c70be2763eb0ce9f4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5a539e39b3aaf61d63f391b6960cdc5746cbb4b0fc07b85a98969f5c9cbcca4e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:93505b057575ff9292e2e96903238708b940a23953a79cf8742c880f1fbc743a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:be43f0ee18b6d56d81a09871c4a30dc2245ba60cf17ff0f1aad10e117f40aac8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3923e99d803b6dd5bfd2fc957101bef6dd86ba8f6de9e59a849e4c7a02d57e0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8253bfec4409c9a02be72d7e8d87fe5f4f81c1bc58a294f02dd570debc4f1128_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:851fd20edf32778383c81e3c5b935ec5607a05f8fc569f64e31875b8bbe81d6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d06d41126ced4841fae74d0437b18e9f1699d285158fb8725a8768a6e9065b79_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4375e44dccb08eb4ecf461f4e8e7e97d617ab5b1c968beb481d5795e6bbf0229_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:75140fa657674afc46d698aea19115a9f60c7765ffff6a0c4ae5ac166c725597_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c1a31ef64ecdd90020d72f323a242b551a6a4a85a4dae309e19f5d8f12d77b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c3b1ed110f6b17263484b7fde65642eb349162b206c0b9a2f463bf5eb13273c3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1369aaf62d9d273eef766c42f7015d56152f6b8effc50dc06d75b1bab38a20a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:47402101d62f418c0f6b8e3c6e2367a8c84f5151a0204f326bf1fdbe983c603d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b519e10d4cb8fd9ad126a36fb864d2f29f7df218ffa1b3b5f222e0befafbe360_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d70f848ab6450690b8329ae367ff2e5a3a5b295c073028dff7cf810104c5be5f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8f8c882873232fd9a00adc69e199f1b4acacffcdbc282280ebb61dfb1e61b875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9fe79073bdf1745b388fe52bee661394f96ba5c0af585ed8ab4a61724e324777_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b2b91287350dfb474763ca5d332c4765af0c1ff2d7be722e23ea93970add2687_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:bb5f4abfd26a9446eb2f4cb1355bda840ed1006a6233373434378abaf0e617b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:07ff9687205eee39d9ca211c0bb0c6b1618848e9e74bfbbe793aca67de73fa88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0ba94d11051416a116cdf516dab74d530a584fe7c4bb1e8d3deb3bde2214e459_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0fe87955631062bc7ce78891b9eb056f899308f8cb8101b3a44f889c1f0c0654_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:786de5dd308c9fa6643aabecea0bc666a9ede6fd2a5ce1cb0d511eac2a19596a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:719989a197c3bb8b8af09e95af49125cd28014fa74c7969f3f3b939223a6743b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:743119e024a9aacd8bd4bf45ab9c14e684ddbe2307d8f965e972ace243f128b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:76c523fa10e222690941abc8c5564efee1ec4d309a7d023480b6000a545d655d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a13cc82f7b2053435d5268416686ae2ba89e37b6561e49c7ac395cf3359ca2b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:98aa0e651302bb73569a0578e6c11a1691eafb5b0aa28dadd714a7b44b498f8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:9fdce4b5198ae740daa858432221625391f7283bad587e1ebc1220e7b0b4fa28_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b072bc3bdd61164b8076f2799e705ed8e34281b2cdf24d9cf08deb8e697de2a3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:fef5253a6623c30368e9e7e271501adcd9432b96473cf8278a7b81140d287de0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4eecd436b35c9b25eca6975ca9e938c2256fcfeead67e1ff4159d7e36122122c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7e11ca9795aea60b3f0853ffef0fdbf922f4863edd96c50fa85110f36bccced2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c95f8bcd0835611bb90983e96e3b780ccb65bd2bdc7f7554432ea971eac8095b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e497c1834c97590a0c388b58dc823cdff79ab6befd5f2a9bf494b3acc3181eb6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3a7af87b46058334b97531a4b1b5cd5be47e2ade8d74497429529bf0a489b275_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:97313aa4f1c1c9aa51c77a153d0f0eb35cab9711b7f1465b82a636ea44e849ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:ba0927ffd76ad6689b808e734038678c91854ca3d0630613094824549f8a150d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cd8feb684b9c70a4ffd7077e19812273f333174a70f7c2b63d57d140d8002382_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0c8bfd6ea4d0729e0ffffac9811b5db2ecf5c40e68ef048ab104f161d2689b74_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4dc7e3242cdcd1d3c1ea5930da7d4e027383149373cb6af0551ed2572eaea0b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b78827903e5c338d67a4ea2ba10ee67e16482ff00968ba99c27af2b6d50ce202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c9315d23ab26f6f40e05a5fb1f9f2dbce075244a035b1f16003d1108a7ba36d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:270b5e756fca54f2dc05f04b6f7b43f7f188153811decbc0b49eb215b11c2372_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5331e8ebfc48f4d2322226b8986dd178f133a52edcfc0a192e89f1785c8d568f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6cfd8c3da57c17ae1c430f2881c66eb0b1c456bbce4a9ada2491b2c873dba985_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa346af0288b5886b5f095d1fa0ceb7715d4333db919ff9d61078f369642cc29_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3403720059bdecff83f784e2fde54d2bebe09223ac6cf99ce2b4c840b9cd4a98_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3f8cb2cffaf6320f14ae09f7e44c965681b395370a156253790764ec9d2a2aca_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a02dde1d0b4f4fbbc4e6f0afd24da1595672f3f290345a4f6e98e11d89854a17_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c4e8ac4fea3c281effed3996a378c2e952a3d3704e47863b2ae6b266d2280920_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:46a0b302273acaf2582d377271b910d9d31ff98744cd8f290583a7bd5579761e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:af0442c88d2b9b93a187010065424798d89aad1d695ba438c815d04d7fcbef04_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:bc7b78f67fa189ba63da9891a1b05694d676a3ed2fa318336fa0850d63815250_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ffe4e64ee1b721aeefd8f1ceee11d225dd69319385e3e70f0bb52f4f40660a45_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:29d5a91b39dc6e72677bdfab50f56860c53e67dab139b464dd571fef9780dc6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5e6d4e29635ea0b075e402931daf8c384d07ec8660223babfd0df9d572ea6912_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:82555977089a1586dc24154b46be6499607a9d15110e5b48d9a549ee73f3843c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f32c4a07d2b7a14c39db1e5e5752960e46bcda700b292336480c95f359adf0d7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:86b3e656caf1c93ba2bbea00514a17b9d06cb7a6fd5c6746d80ce35f45aa5907_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ba5c8896242125c24e3a7e5698770293a601e9e7f8508465d7b45920cc9ce240_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7de62e540922f1de5f492527d07a8e8f4265d24b577cf2f93415209ccad63912_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bd71e582ef755da7bfeede697b5c2ab29ab9fcea6bfeb14cc8ca168fce5c7bd1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a1e6a736546b54bb2797d85d51b8f2b213fe2f6be6b26bad5b549df9dabf2d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:efc7fb9608c2be8c3c65aff302f923241bf8d008bc71c2fbba0d82ffad2b4f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:aa63c460867d565b44b2a8e919ba9a0e7fd6717f71588cc5a7e2ad268fe13181_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fe1f1b5d6da2e5ac66c689da49a4c76916533f30ab456c9961a225a5e26cb6ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:36fdb2cdf796941fc6638036b3a31048ba0209174c7a62424fb410ae14b1f81c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:65a0b94e9f663f3d73a9696a622ad46c73a5fc793f9dc46ee07fee8ba3bbb443_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8afe2a0c6b1b200201f21b148caaa682bce77cb3b1027f61d4c873e5babb1b30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9f7c3543e4b1a095399d1219c50f1f5081440ae1605154324d57ba9201aa4fe9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2c0897a842cd7b16b64888568ca65c2a6e473c24b2ba9bc5067d6f1f237885d6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:432c94d7d5d46ad66348775fa0e1a6c2c142469e8a770db5528a1aa25664c389_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c86c7188163be31c7ab04017bc46ae88707437f804ddf2b5bd5a73ae34f64312_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3f836bb9effeca4dd6a230a4241282d33ed454ebabd84829c41e58db5f24f47_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4632ef8ca0af5a8115f3d9490c2ad9e2e44361f4d0671fa8a3a1006254b173ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a7d2d10f5326e2d71551289740eba86d6dd2f12526dc684b1494bdd4228fd8e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ba876751849dd525a26e70996e7e02092c473bdf386ec4663a54ecf61c4f0d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e842cdc56ee7728aa71a7f95eda9777ba229aaf959594e73d998fbb30b7f76b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:90331abb869c0c04ca7bb59681cbd957ff54eb0e0265e16368f9fd6ab6937acc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a02580814c02bec4c1c9b79c4b5a48a5a59caafa60a573f9f99a4a1ca07c6f71_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c197de59c38c060dc8aa099a027922853e4b9dc7e5589ac55c8841dbd44b1367_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ec7a4bcebcc80cbda32227224f64e67cdbc98d3fab95466b55c89755421ea4d2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:223df196f0cc747e52ffae9f3dd03fab2da3c72d5e3b189e3035d4264a08c6c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:29f3154c0b972730ae9a54bc496bcdf62e9ed348b73d98ca958a265717ccc2a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5e12029e90adf045a4377f4be2be75c879e57aca7aceffa2aef08aa262ae0f42_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e150a242bffd4437f92000417cad89969fd547b5da514f8586802b99a668bab2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:17752e2fbddeff8e6f43bd354d91f248b4e69d88e80b29b75508fb03b82d92bc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b1703420b5a67a12f055518b6a23c1d8259dc8a064a1447196f642dd23363806_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b93a134a81af485a0f07dcd6a71c816ed517178826539d0f53b6c45dce87096d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d266a3bfe528e76a8c6ef1700a2016080d084cf6fad2e70efe5ba52ff0dbbc51_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:8c90e9864b3ff53d398f2451254dd3707868b36c6032d8d139cc3ef2cbd9084e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ae6ebf086515376ed35bb432a7f567f7bbb44b8d1b86773fd86daa387c5fb933_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0a0cbb021e13ce9d693eacc4982ece2e8ba4697f5d5571b8d0671d71824fd07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5271f6452a89fe7907b16f486439f54f0dbcc3d075a70ef446ee4cc62211b1b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0abb949ce9461e5718c1988f57791c7537eb1b3d2184f4b4268fe087e39726d1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1267ac849f67c33155b54409011cd3f0eaa27d5f211703875cfd383d1170ef9e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5082f39df1f143f23f0e587dec5cdb3e3b033ab446a57e7e808c88e6211a1a67_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8fa27bdf891edfb80585e470f09c9d6fa369aa727a3698b936b4818a4b46448f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:017bed02593deb2e9cdfe0f268916e5d1c8cb7a4f1362c6eb3c94050896d7276_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:027baac40981f53c9ec53f5a4241a657929d6289e42a0e5deef617c182b7580e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4bd5b70373a257b1fce20135ff4a4b3e6962eee541c67a0e29ba9a2523d4d4a2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c0b3ed1332b228290882bbff6a1ad6866f5ab2a4586b261949832cdc3bee5797_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:047c270f56b685d5a4e67afe43d2f1ff47829a259be6ff93bfec4864233d4497_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:50a6482667d53de3d7aa2bff6df05ca21e4e9773996afa8b8038721e231deaae_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:653dbef43ed7f531ebf64c9314756be42738f1635a64097c53210ed0b6b0de88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c4d2741561038e0080204335efc6eee5b6ffd8878553b240dd433fea701e6bab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:3de609d984e39497dfe119bb8e0ac2d6d823dd894a5c866e5ec87de5b5711e60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e3a8b252aadb5b32f42009803b56dbeae49a3ddbe9d00aa27569af4747fa403_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ccf49e256cd9c3bb428badab464a17aee485ee1516896f1ade10da11085e843c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e77ce95a84b01b09c5d1e6dbdea8970543aa3a60f9292300beb078d1288bb801_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2ab5fcf7003f4ba3de7656a284b11d6ee05bb02cd0f3532671a8c368f7b15178_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:44241e57d9067223cdd1585db9d699db113931b7a273d207516f60c498570677_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6aaa55450d567e2fa992650c456cdaf5529c5d96fc9984f7e1a4aa9ed6294bf3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f2fa21e8a0e88b25e9037a9c2db4b157ca6fef8b765b36da7dda71bf5a4c4478_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:10bfb59c904103177754f0336f7b7bab676d240480a8213ec42a778bca3f277e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7aa4fdd78ceafdc887a91224614657e86c1e12b72fde68dea4ee5c6e9b610cb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:e4a365a0516b0c8ef2d1259ec4bdb7f76aa9dc0d3c3cfd5d5b3d34341d349772_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:a06af7a856d5f2416777c1bb1d271c189576e273450b25c6dc5937cd16b8bf8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:28b8390dae142ea16bb05f6bd95f19b6ab38dd67c341168337ca07fe4f45fe87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:be6a9bcb97824c91f393af5aac5a146d819ed9893f5a074e146afe18f3a50dc9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e6392d583f97f0932dc01be55534fbb6dd3014f84b745e8bf7583b96ad7a7761_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f30d93c0f244f5ba21807dca912d18d4facf47ceaf43da7efa41b14ee816b71b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0848bdb082bc8dae6bdaa956d2ae36fdeaaac89024822f4bcdffb51da1165fed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9f9603a2dd344770da433fe8dd50a104d69e80ad463f9cba71b3aabefc4fee61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ab417553778971822422c6eef94aeb437209fcf88e78188b701d4b2243ac5be7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b9bb7615df3eadf64501f35dcefa829934f330892801cbb86e9f70f5dde236ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6bb4c6c64852f2b7ee590a0a60db256d8dd549a4b141fe71d311bf30d0ed88ae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:837cd26d96a814814145cd0aa0cca672769283c499eec36c457ae432b99a7466_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:956ad866d891e1340f630b9cad6ec73d1fc60d4061d4c63946ed714900388a3b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:9c91591eddbc058f05d052e3178102b28ebd25c2c9cb796fffd5047f5d413d12_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-46597"
},
{
"category": "external",
"summary": "RHBZ#2480678",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2480678"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-46597",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46597"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-46597",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-46597"
},
{
"category": "external",
"summary": "https://go.dev/cl/781620",
"url": "https://go.dev/cl/781620"
},
{
"category": "external",
"summary": "https://go.dev/issue/79561",
"url": "https://go.dev/issue/79561"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/a082jnz-LvI",
"url": "https://groups.google.com/g/golang-announce/c/a082jnz-LvI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-5013",
"url": "https://pkg.go.dev/vuln/GO-2026-5013"
}
],
"release_date": "2026-05-22T02:31:26.754000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T13:37:21+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:8fcb7da94ab599d7aa92adfcffdcda19cef1f3c2903bc9d38006b7522847c458\n\n (For s390x architecture)\n The image digest is sha256:7d2df00be06a79cd70639c116c4998f8540b3e379cef1e2cf0f3ddff5188c00c\n\n (For ppc64le architecture)\n The image digest is sha256:e41c3fa52e30b8c9d0c3a5ea531f082c08c7f8832123b76d597b198726a0f6f1\n\n (For aarch64 architecture)\n The image digest is sha256:2d6b342b1c77355a7c02d990ebf3e28d31aebe9c78a4bccd8ea07fbebc5a0c49\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-azure-file-csi-driver-rhel9@sha256:4d217b45b97c9e01ba3d54d03270be07e9659b0d4313fc85999aa49fca560108_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:634f48a37ef03dee1cc0c0626c32aaebb8f9975b4640ac540f02910bdb3b165d_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:60446"
},
{
"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:0c95fbbcfd5c54e6b2934a8efb4f8523d1536ec1deef78249f4daebaa9d327d6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1b84b2a1cecab16e75947d29572008547922714207272a5dad8169d1ca5beab5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:466597e63e82ac365414c803f5ecb8f06a72374885eedc5daf9532aad16ac148_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:de9cac5c7ebcf3d43cad87758dd2eb0f4d6480f59bfb4112c224a4497aad9ba7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4ae516b98be8fbdb9b783345fe680c1d6ef57b5dc06b2ec3bbd20bfdb7c9b2c4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8f242ba3e0b9c57ecbd85f0d4c1bd67306357c92b53968a42419736c3dbe04d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b717614ee549be99c17ceef3d755c66abc983e821e04808df347962858e0da81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bd0f90ccaaaa74683b9bb17db0651dfbdfdf8f49adf0ecbaf8e83756d270b590_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:040115466e4f525e9f2386d6f8838c51f8e1638eb06cd64f071d4ae027a8fb9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:1a677b9d28655390d007acaa656997b12a32e9093c1c228778ef96cc6f4ca875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:39c68aae39089d044ce992b949d4e9961105711501daf3d4f0ba7e9981920729_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e814640d65f77818c180a706940337f8ddec8ebe4cf22c51a58a8b69e0f4099_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2831d7dc9f3cad92219addd21b93959900ee2f71e2d988fffe913a6f88dc7e1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:50f602354dcb223759d781cb057b4081a424d6a509178b10674358cc8dba41e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6925001d8a798896438ef1388f54bc29825c37d41f2f09a59e3f8bf60b2ec6af_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e01a83cb76fca294a011e022ed86f1da8cde36928096422a440bce8e42fbc8b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:757ad9e0c37b861340a7b2269b068d5b0c6355322eb5f5898a856fd9c4495b16_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7f68ff8059ae68d15041b8f38ad5ee5278289e1370d276cf7e78fc7e9fc3bb10_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:816787cc8c95a4a2df1416f09af6228559333e1bb1421ede0c9e2093444260e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f9bb9a184319c9fef278d3c6705f56cfc592c844f5c458bd20bcdc07c4230982_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:198f39ed50bbd835f4789057f9d7fd8de0962f1641a7f453dd90d68b5b2a4e7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:633ce875ee7bb08d9bf00cf79738e3e63cd6bf4de2d40fa6860142a301c0968c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e169d65b86f23d6424af5e7cf9e1d0ced58382128092821676196c0a05f91da6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ec2586358c34d0130b00a3714b50c8b7bc33ce915aef6aa79eb214d38202f37e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:13e81e4c25d8c789ca15eb4e84f3fc531a50b4dc0d95fa3573e002e3b54cad61_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:17637f8455e0e17bb3dca34545a26e881cff3e1444af45b9f45c3e282a252bb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d2dde1514fcf3308d1469a0af6727835121c4d6a1a1775a675a7ffabba8e3bed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d6376055835ac40728181d6f354398a0e60ca131d2fd8f41471ed87e974ea4cb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6f86d997faaf61c874def5a78cded319a188c1babbc4dfefb91a29f7e0d7f0fb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:73bceed99ad1b0bc99e66ab8361037e4046c5212645490161572fe6f34de98b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:babd6b0e928bb674289f34787d3aa536bdc4c24a877a5ac9311f21f0cc9e6224_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d00a12f6c4e75a2c93bdd135eeb742f42868b0186d9d03f318c885407a17e439_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:0932891a63e5ec5a076c7848d5746e29d972f3a96058914bee8fffa4921fed38_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:472e977d39473b92992f53c0225de477318b31be8656c37bc35193789ab7a456_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:71021ecd15d688aefa6db79f817c11a751b51f6ea9f2e48781bdc49c6de98088_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:9563eb7617a4d3a9c22fefaf03a4ede698fea2621a68ad231cd9e65930043a56_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:1fbf3bf4990353e799dc271bb4a0c58b385feb2ee60207636a3f76544b4f5ae4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:7815e9dc63477803e7e8bb8a01ea83043b5503ba529f64db3c76ad1c4cf2f0b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ab22d93f277f9bb65fcb5fd9c448b72f82384b9be43b8ab525d2836832044eb2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dee02e09373732db94bc442ddcb2eb4d13095a04e35c674387d3df8ba23d67d5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1a046b24339587101462756592c87ae4a8f699fc2977a703e6d031e2022a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1db6c409fede3e9ec09788fdf286fdb0634de6b6e727ec010332f7cf2e462_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:bd6be5cf4063439e92a1264ce3af0ea6528b9c27dd4b26f043a80aa8616575fc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c955c4b9dce1b25c73453079a21d84c5a2e5d0b53cf6e351f9b1855f08db3fb9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:221943f7b65573c2942d88354261f93a01950be1d1a86fa853544cc4c283c027_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2488ca8b2a8f658f3deaf9a70b12f7aca159490b5e0861d746ca8ee5d2010041_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a3435c546844b61f456789fd315495d6bcdc2560756e9fdfc4b896cdf70d75c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:be2e4dd58b8ed72278bb2c014317e69185e2b19dce37beea7fec3798abcb35f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4da2632fea643a834aac3fd63bc51fc6b0d768b869ac450e6779c9f36429a9fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:56ab8a9553f0c0202a47d858e234f2672098514dd647502405cac1f28d14196a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:abe530f4e865add435da2afd379a3a11a4d75c257c2468a09bc78f10256e0be9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:fe1397131aa0d447366fd627b12582ed647551ad3af13375f8c281ab73745f0a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0857a5a2cfb5c277bc2d2545fb19693f23285ccf6b75144da8fcd7225e1df1c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:43b36fb1f7ad271530f5ee9040cac4651a684e0e08de2ed90a2939b736b565ed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:7f86439496ba6573ee1d61b5f4d414dfbbf65a95526cdff54e45229f01785517_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8094138e4ed2267cc278a83a1586922c957142c9e5fcaec62db531c83b79566d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:309b1dd27ce0c7dc332c7141e576642db4aee6076ce50ccc2930e824f02ead2f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:35322e4580b0fec862223f76e0bd3c95ad0af31f3d4cdfd6423d3ec47d6e25c8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:699bc772c8a648f8be7d6a5c32d786d8f6484e584d918d68ef8a32cb1499663f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:779afd8e0fa21d022d7e75e7ba8da00cc7604db1adfbbea879bfb1d0f8c9c831_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:49e98d0193f7d7b4347043f0655d350a7a0c0d8c8b850d95abb57acd13dd8ac8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63e308cebeea85127f584610f59cdc9b228f01b9acb227f2f6eba7fcdc29b1fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:71f9b47dbd3985738259a6bc9a5bbdb240fd21284a194b47bb78538f8e870cac_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:9181583c88b3be23253c76e277f140c0a1532c1bff7d62cd0da1e14beba1aab4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:0f96581804dbadea29d9ef9a2a952753f5fdf295670ea0297622214e2a9b7d0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ae4714025025642ff5d9e250a4715b01d933487fa8bf4eaf82629ebd6d4c8702_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:cdb096f05b664fb542bb6eac3cce52c53da2e4bb636189bb53f737d3075615da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eb9908581f71dbe01d8553e494ef022417196408e9fdbd32f08fe1f5b9c9572c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:08725f7a384b4e72a173141cb35fb67293385ed72d973fc4d497f3c0f0dc626b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a322e3fc620e914088fb5669f1459a47140abdf027bd011d6ff4e5b3e6b909b9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b950e80fe164f86ddf624c80210308a634929ab8eb493496ef86bff1c5248fce_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bfc663a0ca81dedf849e89b91feb3fe0af97932fe8a8fc711d7ab85b6cbdcc84_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:13257447171d38e6e99c66faa476de6ff6ab934c285a0d1bf71fe94dbe583462_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:23fa493f397748092cd71c41b9d83d19fad6a5433b692bc644e30af790cf60da_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:28b1c9ee4102140998781ebef22f269316d8c2be2254c10b4d7151dffb0d37be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:be2175c2c6c9d882e44cf10aa85f1219573952473e893f67cc7085bf0a324407_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:61417bc1ddac0bc97c786b5807c2fa33eebc75f7cb186aaf9eef2151dbaf75a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:73956194247e000432a8c5f7b78255062c5ca967745ba2d97e680a06f698f518_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fbfa9ada74c4875985fc4bb8366d21eb5275a52953d44bc6bc740d48edeab5b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a545c9c2fbb36296286f684e02f9a5bc337b3c3fb9c83c608c988c88455f9bf4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:34a8a8a4a62b36b5e0eb061db3d56905c8dddfeb2e7a7135642f947ce6bd01ad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:41c2ea14036c2f8639cf0dd634e327841954eff4529743fcd10e8475546165d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a884f443877c7a3c0b32dc60a79e1bcbe89036549da7a8aa4608ee2ac6460765_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b28e8574a1d3b374ac4a61ea4f3c16eb70d9ba7385bf830c8698f4490f8fd3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:8e245c278c66405066cb31e9d48e97ad9cdb826511bdb1104807d26f896043a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:380e3045135a40d202f330002512a5c499d8d2079cc38e5c0bbd5a2312820dd3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5d06442daad2c126259fa5d594b53329e386f560b77a475ccb0cc37148644a5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5dc0ca56deaa237fb0bcddac8481b45d3ac81609b36c3b7bbb6cff8456899208_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:aa669084fb336f5d89d86cb58aca73b88d6bc4b6505eac2020664e0b6abfff6c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8cb392862e1835b610757e822332074ac459c593e9bd60fb6b6f6d0aebe577fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:987afa1aa902bb85d7c2d96f1637bcd19bf21eb832444c98d30171bbeb746751_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ad2f0cda09211f3e0aff615306168baf808e6fefbf1f039c3ae1a1fa7050a61e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:bcac50d10432ecdb8bfe2b465ba75889248ee8595f23c5243d023ac2a336f3b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3cf2d6f464e6a2fe5b4a8cf66690b3237aefef0c825a687a548f81336507cfb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9bd17213796576ce4d315986dc0b271011c37cd6e9ed75edff5ba80c3302fc26_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3205092b914bc1fe858b2ede7642227e04f35d06daec4848fdbbc0406fab4a03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a20ecaad93b15b869fb321c7503adcddfe1f0f5eb3f0f6427bd363234010853c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:57259db0550547f85684c19078b9af82b6318dca0c00ef8da27de8c8dc90e305_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:a95676fb6c1cc1b20cbb758a7c9fd34e82b3e114b81b5c17f47ef303feca3d51_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:49026487ee6722c3d438c05c1c181a36d14eca2f0d8debee48e4a02db0486145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ee65002c4934842ad86197a89e838997bb87a93ddc9de3423eb2af282a565c41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1bb56a1a194ba6f64edcdeae267fecec590c14c85431ba62ee8c6b5744da3a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bf72f3bbed57cebe1deb7690cd7fcb6d371e526630cb386d13180726736219c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:81afdbb2d9fe212af38a11b4d00ac952a306e13f91b23b2a081c0393173c5e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bf8d63c933996abf39eab9406b3061bee014d766a58f4e27a56413652d319a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:4a5021268b1ab163318270fc9ef07afa8a29f288c95ea69700c4bf46f88e85cd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ea443d9738e4428b6912b47f9c1d8d05b75cf8b137f0f9a76f852418b33b989e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:00148cec706fce87b240d38dcc91434f3c167052d5860d42ca9057e24c3f35eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:7996dc231961eb51daaceda9598b04e4bbe7d0e4019dccf5adec8a14d6f7e1a2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5c70298b919a36de41bf25d870bfa3da4013d36c6179db3eb6dd2e67dd20bff1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:a64777ab69af6f2b6cf4b78e5a00148e98353748946991c0a6da7eba76b442dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d4b6a07334845b2938c6d09556cea5e0477d13d4be6247bc9e3fede2e46aa3ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d5e665b41152b8363b4b15973a7b86365bb2c047366aa69bef7e1c499cf4fd3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:1a29c30f85b9bc858f0c70ca5ed79934494d92849f23baa6c7f26f67ea49c57e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:70f95a8b240afc604ee9af621fc3b63adaf80f593f3131e7ed51077ed2c77a1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4d217b45b97c9e01ba3d54d03270be07e9659b0d4313fc85999aa49fca560108_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:634f48a37ef03dee1cc0c0626c32aaebb8f9975b4640ac540f02910bdb3b165d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:00f06d1c70494444172d5630c33e1c93c333a880520bad3a810f96dc69cced15_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:01ac79392fa7a265608b75458534bafb6e5d350f2e8536bb9de48566c685841e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:12047af5271e61b4032c04c98df9ad54363d6beb13b36f49085307705677e345_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:37e5fa3bfc88e99fc78f2ced6cb4a99f5099942e40158dfa6940784c3d2ef95c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:54d10266c83c4d5fe91b013dac51538493ae4a4322c925e561c45316c73b1e2d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f799d506fc4087aac0eb4b2c2d6c8e511b598c6b3cdb1ba5ee470b787759fd8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:061d1b86afedd409ad4947a8ae59064f0fa92360cc82f640cf124776753ea3bc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9c7fef9c0e22e1721125d5b1312e509fada544e1d3d956338c3638aecea53dad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d3d951b736b910437255f3455b76357bfe0111c257f5a2d8dfe0f9abacf30fe0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f7feb8627754651663208ebb363a3e42e1767e16a65914148ce0507a77bfe795_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:23b0327190559517a3526d2500534542e9a397210cc6f663ac2b313aee902e92_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2911daa552328c8b01b19f91ad43ac54da18d343834c48ef35f12adff8077785_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:43960246dc7eb7bcef847c0d706bc6b0f0a407053a2cca7dfe27fce23c6d2af4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d05434d4552d2ffdd45d2fd44b1b2e2e8976a15f0f4ae59ce7dea73ca97dbcf8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1f7e808f97ad41f4c301736bdf2e06da73f2d0e3ef4ca838f0afd65273db7c8a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5553003527f078011d0c440f86c1480ff4e62b318e98ca2a4af97b42e5e186d5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:582a4e6fadda74e5c6c49b605b7967e9d6f25c84ab3de162c30931b1dcaee31b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6d54aaf9249113e5be1b6a87bf439ae778918533077a41ee9442396cda4d2642_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0b4378067622a7584c3be2e5e5d8748a564ae7672cc882bec0c1d6f4f4c28686_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2ba6c6b021db9b58614b1ceb9b736978b0e3396b04dda4518406b041448dd5cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7f7e406ef7b654a66bbcbbfa5326ceb1ddca4a0236cb60761a0ea48b919e8571_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fc403f7babe4eb16c770c80def94f34696b3a8ac55360b17c88edb11b9ae5a8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:473d595a495e4656de14b1b22456ef1ce2218fe39d02bf738990c0be4cdf5440_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6b3fc95809e8ab1be94de33cb375207b4302f93dbfd51f2a67228025c1e304fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7d0a9db460cb1d4c918f87a02979048f170f5e692e83cd517bb9b3271aa06dd2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7f1e2dcfd02a6a5fc56c6665979a8981f11144a5bcc6419feae3964b190583c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:775213a7b6d92d23694dbd1538727c84ad58c6b8a8b46587ff7bdeb7312acc05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a649eef7fa6148524b1f3aaf18ed6543f65ef91ad21358cb0af865401061622d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c593dda5f85469eb4ded8cb6c4738069d48a144823a070b83b58ba7772ba0e90_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ffdcf3c2b138b62cfc84d9916799812ad73fcba9c3416d7442f3686417c85932_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2e1e514d9f3cdf5f04ca924fa98d036988ab47259be5df67497931321634f730_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:32e93e986bbf92dd3a3e09f9c76bed29334b5cf794e18b843f81522ccf43697b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7bfa1c21aeb7971fa978d49455f4b5dcccd4ccc3de147ef47c32e9b74bcaf2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:dbb5abf21bed592282f09e30ba1387b084eb028bd931df5609c07fb8c09a0d75_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0606de7cca514d2b4ad9593d7f37950512741cd8f1597b1f83951aa7c8839268_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:116474d2dd37c159032b15ff856dffecad2ef0ab76298bc43f840bd0245ec78b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2e887b0da3269f28933bc5af839ea2df95b7aeca3993cb31b0a1c92e7043cce4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6029166a01da021523fc720ad70fc59f449684e577f9f5a36e0e759a39d0a28e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:849b8be9f7fc785a70451c1c0704501e2b449650acd23d450d145da1a760c166_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9c5d6a2d314e840600ca6bd1354c7dc6040fbdc216166418485d6edfedb27ce0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ba10e440e514662920d68ac025d5f3841786a393703fc2dc0ee21ff1d2490015_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bac1799b133fd829b35ac619a25a272301816494e83be5a251f78a50e7fb2f88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0469874ac135c41bb590ddbac02428775083221257b6904fa376335610c4acb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5823c8fa1f1409d6863dacda718e35b7afd2915befa21343dfcc68b6fef7a9ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b38d3723f2547dc5676460e3738420e243c6fdf7be77e54d18657efb9668c438_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e5a5e4c1a01ff3f5d694ca26dd248533fd463c85374c25ce1a9f4b7a60deafc1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:19f94467c811e10882e30eeef39b1266b83ee417974aaf62f75738d51811cbc4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:47487ff8d0cd813ab3354061caf319dec553b1cba9d5c1045de710b8a6d0c51d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b3a0104cb85f1a6965eee44fef58983637839a1f97ddccd737704ab41cda3a25_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e8c72b610288bdc44492ea0a5c2fd66cfb1673fc06f6bc66831fa84c96f86543_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1a9333d29d3561fe95488f3d80136d6b24b4a2e04472d37d34737fd1032a8856_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:705d146d458883660aa0b673a651d05d1d1ad73bafad91e84755118b82092ae7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b9265d767c8a6786f12dd4788377f1a316864863a32de4a4ec07ffc8b874aa00_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e3a7bfabcb96924059fb7906be97a0ebb1df35c6cad39a7968a6461df0cecb31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5c015e1a10e5f14e82e30ba41b1ae6a82cf5cb0bc631f5137d7637c44a3f5b8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:623bc4c74b05b46babba7da628809bac05b48d8c4055648e88f0db57c1bb0e07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9502a32446a8828e8a1887edcf49034e874ea0e32ab5fdb738ab89e77cb5a472_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ec7b6b83c8e934b66505e8051e183fbaac54e78abae5ae99077d4e5e163b4529_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1f15641123321a662f676a46a24f6c8066bba6e3730a3c0d0eca3ff8e548de23_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:85070876ada5cb86e8c585f3ac3114d548b189074723a13ec5d6fc6be25c9964_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a34e14a715bad1d324f9211d95c56ed387ae51b24b21ccf931c12f3f7b3dcbaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e12ce561e4cad13a5d08e8164060bb74a309f66047279a26dd727d34ed3dc16a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:67789c239f82fe3649ab8c0e13f920a788a3612d15a78fe5986a852bb2d11a0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:80d704ed310acc3015748815351da4b54fef2d8b74d7d4b03aabcf9fd7e60b38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bfbcd3f502bf336124261fbe51f19e7a4cb9e9132e07da62354699b30cf6ed24_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c1e371a0057014662b91736570bf25fb1211ead7402154a1149dfee9e55b994e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:175fd0386d9a4e064fa760f23ecfb45ac6ae3500e5a50acac0660d06e5b7ecb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3e9811dcf3c528ae6f5ff86659dee1a590c2b53f7af1a03204d06fc3dc628fcd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:68af6c6e7f51523ac223f4e25955cf3777f4ae5b601dcca7c6ec7e2dc0de0782_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:8f1b3ddbde3e33dbe01816bce0cce7d7bd196cc04affbe606fecfbd8ad7b8b17_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49699de68bf38c34edb696ebe4f9dc608756382a977f497f6713dbc7b6e1209e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49c32ab1927e0969508b906c14aafcbc64e6eff7680b9a10812eca4f17787921_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:86135a8f7d4aed36e7b2a571b431b29eeaac2bda02762eafda3e22a62a7a2d6d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f2dac4ffbee9d028b26e683b63a9f033ef8609907f6c498d42c447a306e75328_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2884bba195d4d635378b0d15efa54991a23f51bcf4efb1095b478f5cd9c34f46_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:d84853556ede64db5615eb4d826879c744f7ccbd92c51ecf392a686af854ec11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e05dd48fc4c26b5dd822ee58a2af27bccfd0ed28cc959a6fc05073cec6f7c9b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e202635a4a52be92b47960bd8ced28634111416b220cca5fa7f86373ecd1210a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ae36d953c8c7f73dd78d620f94a0335ff5fb84b16ce9d2dbadbdf3dc5d66f6d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:308c924c44c35b39c66b429a15a0343a47f7dfad62dceb76ea7acfc85e6bd973_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e132f6b0a6b4e2dc63561c1ebaa0bd9fc669a835b0c22b0d56599e3da870231_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5216d36dc483b1368a03e00dd9dadc7c75de2bc36ed98cd7ea2b089cbe23965e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4bc11f6ad7c3e9c99e708f7ef5a01b4faedc8eb5d2de5b0cbed502395958555f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4c04a50ca49fdc521da592b9c326e233763918fbfd6bc97e001e0e680ce24cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8ba4aabc0e1e36c3ffe66b55c67ab8c305f64aa6011f80060c5d95ce91180c5f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d259704d34b605abd3568bd4c988bf9e831d80554ec2d7a57e7c39a70daf0140_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:14c55985b9277766e54156139f0949d1e3e5f756ade34512a3d5ea3dfed2c544_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3231ec9c296798f11aec6a285b0a8f7c5cf220534d0525afa59c17ab2464abb0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d8767e4d0b2c8222748319f05483bcefe50388abc182a01f3ca9dae3c80dce44_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ebed5c3d8e112fc5086208b4b4c0aba054a0058f3fd08b71b129dc124fa00f99_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:26dccabde8cc0d1ad45160677fe240b3fc098acae82f6d095fad08b78330453b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a168025d531f20656997ae845a4930919d6805b7f9374c40f7835a93aaa46b27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e696a8bc54ef8a13800b2168a395d2cbb08678403beee2dc52c56d04cb235759_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ebc22890c7759ec9992b64dcb0e388881caeeae333a9a84a50dfeffe27e38b49_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:09319f1dcbe090d9677a43249810dfe5b3eb165aa3f8b473417e0913649b1556_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:46a37e99da18852f5512235589ee86dde0db6c09d76a49275a8004422b9ec303_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:535d1b713587008fe67eec103cceb54471f5263516f5420589cffe1dea02be93_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bc614ab102efc7dfaa47fef84c4783da26548491e4c43257bb606a06e8d155f0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:08cac9e30829765f182624de9e45e59b40884b8c39cde60528dd27afa57afe72_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:13724dc9eb7247844e450b59b8cf3af5e5f486e9558942836ab60f74b9943291_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3e1a80763f76f622b5ffcdb35bf2dc20ce1e9c06c4f5f6bf0ae06b04134733b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d077c79741fd0c481fa6e1aa2c479b8c5b380b1d1f163259777c8c50be257709_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5e82ef0b9ab6d4e3b7431a7611bc563f356385dd8927855e6090008685f1549a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:62ba53e306331c1b20cad27ec31cf59687218f4bd5908ed7e9034559ded04b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7664e74786778a96606757f1de215a4a9702d0c9f7cecba7bf8028884a7609ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7a967f88faccfc101b9388f8434d406acdfc85d7d682f9ec742d59eb31074fc6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0e05cd1eaa2b9c558d22892495f090b6b51a316dc56d85ae825b6fc44611b6db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:445fdec85c2510c8a45b2a830ead87136bbb80bb9244987b4d6ffa5858931926_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ccae4f8f443ba6806ea33105d7dc06002d58914626cb9ae57476b29193761b53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fc0becd36b6fad4911a5b8c9a4693320918f7f7e6336c2b11a76adcb6d1eec36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:652f8fc874b95a56393f14c2b56a63faa64c04f6646c1786d07eaa272a9acb9e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:94b9c011744629b1ff6f230e25f876f218ed59d55a941377797f77cdb7c03e1d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a178a796ca9d32ac59faa5eb9a6aea30f1aec65d88f89080f57ed519a7983f05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dc8a79297c73782f5005075332bcac58b051a07d2b35626323f9b69ee5f4d64e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:03d66c724cb647d4a613bb48c9df6e9ffaabb68c8af5a4ccae45365e32456470_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4b9510fdfb45d2561927843dbd7ed869e2f67d9636e59dfd0c3ee640d9fc601c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b3570e078bed53aa3e435443bffbd12a7b259f8dee9d18c0d79b55514a547b53_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fc8e892ccbd8d3c1e737fbaf8f02b5fa6bbbe242780c9cd00fbc5e6889d7baee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:266bd8400632ac70fc6584e4bb2850ebcee7027ff7899acbeca612c6556302a4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2c8f351447fffc2133f339c6ab3a0bcd9bdfafad4a4cb5b7dd2abc32c6056a92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b8d2783a76f514f9a4e8096434ac205e1d82d09da2d67fb930a1b5e4d8089e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:74fa72db679ef47f9a3e3459a90dfaeafcb6db73dfe15b8933767e2f9d19c448_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2b5964f6cb078aba05ada42f0c8280dfa39f9f80526932cc5d41410922e4e8ae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:480b27e9866ca8dfba83e1accd427d4f6813f4fb7f612854e32bdffc10d7d5b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:91c7fa7b70f2cc82b26ac16f91ea084e15a4f5dc64f254ed878c25dd1170c0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:edc297cdb2f670aebc1d3561d801840ad029e8777ce45724066e6891aabd60fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:443e0dd81ae60896d31f07ab49611c5e0629746824df094ce28cdd3cb0ae1d58_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9b16561ca87196e3dd9330184f7abf25e97272e3c47d2e8d594e3095e74f815b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9ff62f63d487e25a750bad29314955effd17152bfc534ff698963760a2615b0a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ab506c549b676ad9d8dd179e2ba871a12f2096ca2601ea2a1f2605ccb849dc6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:08758e6b81d6679b095a8e7fa323870eab35fefc05e525c6ef810b6cc0b3c0fd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:af87d24f6540e5c98def879ec4ea8adeb5b138e41abc126b2c3030c5847fd0b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c5e9e59a08d8940e99da6bc568269eaf71ea8db62dbff86a7f6fb5dae861e323_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f5122187c85ef27f5423ada009d800afa4800e32ad1ea3299586fe64cae8e38d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3c5078d135089e1548b4dec49b7e78658279e42a72792a988447662534b6516e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:56158ce0af0c0eb9709b2d1a172201bc795ed6e5075517b6919ed1302399d6f3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6720c8097a398327f18a5c84c28f6b58aeee017199c2649649a1f159b8365838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:89295652b447f42c6a0d6e1299f63b04016f10ec8faf6372357294a14472e426_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2baa85e44cc4ac6cb825103508c5bd74e348609eaf53ed42c6d0e045dfa62772_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:61283f1fff1f8ec53563012a5b1fb5a48831f0a220d3676b512f5a60b331e849_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ba258012c0832c57b29785be805be44f0b5f8eccaf76d82d7493946806eafe5f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cf3bee6414a87e7f907d30047ded274c488239af5b1f43ed717ac2cede29df86_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:40854e0833b6cdfedcf275cf716e58f3cbc5c44be313fb83ca3e909bd80d0b08_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4d6a10dcda92c599f52977c71208222d166168b29da4eb4727c466e7eb53cdd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7be4c5ff86b0e939ee9f22156812fb98d2f96c1eb4567ca8a6a01ea3aa735dcb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:83bdc9fa5d3893a973794dd7162bf9564ecf68ce44814349a621cbc284b9e61c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:993ba8c1dd84e486fc4084a7786934c356a9b12ae86155134fd1a1dc1e5e3f2f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a64dfd96d3aacabc8f219d19e6d7eb0c1ac5b68b49eb93fcc973d76e67ef1d34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:ce306e2cdafabbaa29467e0cdbf316673d17180efb604e683a7fd1ed7181c6f9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e6748814d950e6f5e370dec9cb7d557fbb0d29ad3620b567840770be826a601e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:04d418560f90c35b42be67886632615d62dc89cd37fcccb6e247212b535fbb7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:40eaefc42c0f0b5adeb47bcd463c2e2a45e7f3af1c0fa4cb3fde9c5479660c4f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:545bc2a7b32276bec515f338aea3a2976c01cc787a559986646aa6fa26ad5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5a2653ccd5dc3f59a228ee8b936460575e1a392d12287661b1dc83a9f8210033_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:12e5e4ea4d19c4dcccb35dba161fdba8a703ba6331b11054e4664818737746a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:180e817b55ebfd081fd0305f63b3e0539fe8d13d1ceb8428ea21e213779fd056_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:92e8693b9f6955f9862c8b576f5e32bffc3bc34232511fae0cbe57d705bfc53b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e5b5d4750a3ffe24b1196255d4cfe15b21efd587a41736307ca8e4e61a4936fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2ca8a85fb07b431d97ca6a3e3c18f1cfaa20883c7076d6b5b4e6942b632f9aaa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:559af5a310f0923dcb4ef9389c51c98604cf44642a13e8ccb46225b4ca268580_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ae056c9c8e0cdc6519ac1a9542781cd54ac2ac8881f513e965b57ce7d1e5ef2b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:deb92b50d5948bae13db37a7046d9b212dbfd3ddb1063ff8a5e5467f0cab203c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0c4f3cf84115f8c9b9bed6b2dd5d52316eb3a9e670fe6b9e28c2dbc350392e87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1142ce3f8a3c1c2a1c7dba79ac2c3b276a45fc6271ad9df9e6a5d8684c36da2a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d9f2c021c17f1416e01ba31a8823b7a87724fd96d7ec99d494981842b5d452b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f3aabf75e838b4a941f64a7a322768729059346d7578ecf5fe7ce27a71876fca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6389373ccb2fbe1b6385ea21dac1c0ca918bf9d3889ad7a738de6be5d7ec4272_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6449fee9a31acc582bb85e0031312e3ff07d1f1843a1c6c410eb79cbbec1ceb4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:751f007afae9f16527e9039aa95c2ee6efd2ee20afe3c083ba7298493d2406f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:afc11a340e28d4100c31646b705e8db302f6b0a96ad3620e07391f02a70438f1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0673d2034e7e5fb412a171939379da14e9269dad7bb53e83be7ecf8233b0b5a1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:18f0345811215feda18d2b63f679ee870e76b33e9f61042d93edcf36fe97df95_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a2d247eb696c80e02bc8c1873e8ee0fb71a1e5ad6cf5cd84bdf504f4fe17cb10_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c342b14ff399c961ce05c1af127244b950b8e9d641ce8752f9d0f880ad7a672b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3d9fbc97d13987f28ca76b3e238b540492eddef0f302c2dd958c1b0d05e10941_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:47682d4e934d597aaa1e809011a69afe93936fc629ad3dd1ed76dc7b073f7ee2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4e8d3460e04e85a3e01a578d492499376787c85f2840c97821f11213862239df_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d7b99cad55a1e1d380d30d0d4a61bc5f0cbf3a87223efada3e69bd9b0741d3b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4849bfa8a48c7e7d264fc6ea9097fa9d33da25f75776619976e3204b42026cc8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d7c3f5ce57c0aa25e13ba9484facd75c5a1dc3caaf9be4d0f273243e7ace327_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:78aef6c20ab3bf78eeb8b8a857ca2a24067d45cea0a070c44d3fcedc00d4efbe_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7f33515dbca04230d98550ab638efa87389629fc7d913c8ec42e4b5bf8a772f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0251068577a1724dc777683dd189468ed77413b396614a117dac6b4320b8f01d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8812fd85c74fd67a95afe09c2ce5e7d592eec1e25fdc6fa331a8bd41bdde0cc6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:89e0a7e0fe060abb45a6f8e6ed1906053c09f95c252ca7813175903db61fbc99_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c3674a8f28935f3140fad744b5a178a8346a9a7f79f6c281561d2877b38c4ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:13bc0d4f7d4508fafca5a3bc61b6449a056e277da131e753c06cbc1bb7781b27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:993a2a0b3f84e071560f6fc1a3ac243fa745ae9a7ab15febbe1385437dbd3ad8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:80fc518199cd3a1ad421b142661f0a85679b12b69d0afe580fe60eb6a13ddad4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f069665c66c19d9775b70a31aa7a1069bc653691f6abf106a88b2ceb8c0e1ec6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:13ef0c0585b01c56b865e029d029a553b458fd2d3d0204eb6dfba1bcaa11ac3c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:599d33b55e88212202b15f4344f7a18dee4f4504b3739d6ec99414d05bcde2b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a751f1f0540505bea087d3ea9e6ba798e89d5deb772cf8e401caeb3816a563_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4c26bc366b267d444f448a4d7bd5a0d26f84bea653c14b261a829669d888cf88_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8b67087a584a2d952a6e80572686412cc8ea01f03ec8d70b56cb8a24a0c5a3c0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ac1123e890f0aee159c9105e26e1f1ed3ba5eb3ea66b422b281c3e9465401c5c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0dac7821ce2a3a5a180f53f381d9e61484cd8c5efab3c9a7dcc70b5783421b64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6b30b39205367ec985c4a9d948e71d378b9483689c3ea179cd0f2476b9bfaa1c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:de903677bccf645889ff7968ebbc052b14273329c0765f7faa53b0ca815d6899_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f8392be7a6f5223930d53ed6d127faf727489b8f5ebbbda6b6b437c529e3c812_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:02ac68c83db9dc50cf6280a418eed9261dd2182bbf51d16fd143519e49960b17_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3746261c5d4744b13d4704c822fd62ce1f486010176fdb3bf95512c72eece73f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:85e34da00bd6d290c04d8eac32f39db59b5f50fceee9b248b2cbe27bcf0e7e5a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c343b119edf863e179df865ccde0b665b87087d78b20919aa5726d8fd240b344_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2026fc52aab5a6d7766511080699112f32ae4576108ff95b0eefc5d807a14f25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:21b5298172f4de1e0074c4abf5e4abf27e8adc02bbf7ee49bd3388f7127d4901_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:42f8af9bf66ea72846b7f7e57652725c31b01fc4a8d39ff7e7882075438c521f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9c5711087546b1ba7cefab267b8aa30b54ecde5926f009518cf0db974ff84c3d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:373c4b7507a978e3dd62e9ea629d1e397b1f1db682e11ada1bfe5a0b45afc782_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3be306649df2fa3cc9f30e60ed5d947fb0678b0231b617eafd3b1593d10feec5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5b01a896101a5189740f84cb1a83edefdb0dc00288dde725ddd0e95480f8e1c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:961dd87e559779e6338a4d3d35c96c0ce6ff7cb9634ce32d4bf848032f4a2fb7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8799db20cca7be653bae6b8ac5adc1d628094eababe740beb5dbc27e05346872_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a36c2b308515a293cbcf265af68ecebf498739e74ef11016d5c0edd3cf47c4e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b86631d6601578548af20a28d132a0503fe118f53d7596a5632ed24ec5a9931f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e867bd8b76b5bc1438a7be88a30fa7707edbb1909920a1d4d1d0da0ddbebdb40_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:313074950c6dec37d29a9722b58ddc951aaf67c27b47568039f29f02f2523128_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:43618db20e6f592602096897bc89eaf3c58490a362e91e3299e20bb2a02827d9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:705f4db2e969d23205de87db1bd7dc8eb1ade64a76940fad950fd1a214dde6e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d2d5ee5893ae16784051d9526c1feeee3c641fc3e6f337ba807744551c00ffa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6ae5cfd48e788096162bc4517f0466bf526f16c84bb61072886a64842856c5b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8004e7284c63cc32a05f6de732791416d57d62db041ede2829d4797139094292_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8137c3932f344ce587769bff04355ad405b6ff27009bf23a221ba52f3da56e1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ef15235cf21f0fbfea74089f75471b483a98c920b65676bb6199c155fb61e929_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:149cca2af3f89c7d1e105de81bbd098c66be5687f18a584b644f21d0be20f414_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:33fc93d5cd30760383da666e8effb6ed32f4c8f2668da36677e98c1801ef4f5c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f9c1ee7f72c926c45cd76c12046b867d9efd7c3c381f34afeeb9b6e97751175b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fcfbae71f81307789bec93987c4523700c191a66663ce53e4009c5e0a8627826_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:04fe8c19bee4b629ee7f18a13dc0b7f49d6a4b6e19d204de90b6b2240b0f875e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5c9662139f98817aafe153a43f700399781d079390d5ad23d3b70fd6ac5d370f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d1147830f896fd229aadd2b766fbb4c8102b35a8edd4d8bbeef4928d89cdbbfa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:dfd0cdc29bca0a2239ef203fe7b58efd97ed4e72daed6609e22b20babda395fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5a9889308bcd1c3981072c83d44206d0c3feff059e0a2029d49adcb974674c95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7a715c7e2a8f54ccee42abf122b0028ed19705f401248d8c38f785d960f1b116_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a67de487534d03cdfc180af9d235edb21c5cb71e1224bb5041fcf2b9a428732f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:b3780d23a2c384ecef73c806cb20d7f97bcd11c12b6392c781c0deb7ceb55df8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:48b5d06ac4b35c2a7bca3ba2abc39e3af1eaf4ecb19c720d9b6e46b066318414_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a6d7d7df9078e9d1cb0f12f9ceac12c96bf2cea03a9085b23c3e4af6a456b51d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b757d11e5dc51a5822d9e30e97ac142cf004fffce87ba2e58b8d62926127664a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e61ed19beaf8352dcfd4b9478335a364263cb9839f27140a634a217d87d331e5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93baf08acbc6875eb2b665a9ef3601ca34b76767cd70a172dac7237f21b6958c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a5f2c2debb51b8aa926ede417cf9fa0e4ebaac4f5bf9e770db55a25902a4a3b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:dc97d5c1aa80515080b2b4d16fb08ee4733a9347eebc8427f10b7e70582464ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cc1559af0d7be472ae46be4552fb41e81ad804d73d1444b92cae4485118c6773_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cfd5513afd8b2b5e22d5e384a7f769f9c04709d853feb2f91ef667d804cf9a7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:febf2fb95748ed0c440e6acb72c40d609ae7587b2665cfd7145c878a2a0b5783_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1728f980f3ebba7e48bc0e8cad114db1e0c06f692638764e30ab990f45c637af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:41508513986b369c2f89c64af84b3980b16bd2432130fb122d8c1346f0602894_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:650f08f62aeea4bc954e69ed88a9f2f14d3c8f733c155d113c0c58b7154fec4b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:016fc7e804acce7a8b8df0a02bec320c32f9ce6224ae67598a63992219a77516_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:081f9cfabc57aaf4d19df8b496613d8aff54ceb265634c904ec7765c810b4553_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6da3ef092cde7fbaeee01c5d6bb0ca5d52af3ed8de458ecd3001bb96262c1ab4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:035d07364444ea963d64515420fa4005adf82c44b575555a074149f67db50567_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4e09fb0bd709d53a0abc6326905cc43ee36e6e4ec5e20108efd1ffe585b1f2de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:53a5f81aefcdd57ba33c57c02941803a072ef3f1b8467baa3c53c7e073a9ea96_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:cb3d2ccb57987217c75079a9c10f230f6a7de9ba3b0fbd87d8d3d5c71f8c94b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3472a8147e06452751999ae2d041063907f275ecf429dcdcfdce88c8a19a17da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:61155741778188324e0616274f067ec36723d0fb81d84e9715f72ffecfbc92ca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:adfe8cb84a5f0a241fe69ec532b7092a10cc274cc3aac2b86f33ac8e725ab2d8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e704c70226ec4986c16166ba1ca54b908d1b6d9ddd47640bd5ab6d292f977508_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1d63a1d7ba183c49c69a6ffe5a4584de5282029b0b2c2f3484b4f4431e2ce954_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:441db8762a583090cf4325377b0ee75838452a601732bccf4dbc57f26f6a1a90_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c5c52612378ce1f2577314e5723642237c9a361506c448ca80d2a0b56666a1f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3b9843a117d6a6ae28222951e1a556d3888ceab2ff75a082a06343c8030a5ed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:236fa2dfd935db687e786cf827d88210c2f586d2d1a93e610861995908bf2587_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:647704923828c83c6ed3810e3c4d7456fcbe378516dabfac30f203a3bd3634b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7638d755fde7fe6d3c004a6f0f7c761a9fdb75a3541f19a792c3cf8e8bf473d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d2eaa5b8ad9464732265b84128b5280d725feabb2d4b4cef0178a317add66c39_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b659f5c6da6f73bcf8b2850f0172358816bd68fca721b65a9a70569a94bc90d7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cc867d49602a6ada5de7a783136b6463c4d9adee9877ae1966c016a08ee8e87a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:6fa614240bbc1932f65f8cc9215d2baccc05dd1cd5586fd308c44d8a94447a45_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e85e957fc16a36b5964613a99fec1e7299db9bc63edd86ef965d879a081b64bc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:14b02010250fe10ca57b2dfe1046641aeac31f92e5691c067b3990383967f0a6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b6b13d29b1cb9c9bcf97f2daa289669bbd9ea501430e51652bca3d50f787f23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a8ab293c4f3c6bc251bc91466b7586e5499b6e198cff46e50f6a65d97df60f7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c5d781c35cda14ab70d4a5bde3bf72df0a3956f5cb159645e5337095bb71c5ca_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fadba956181755cedd19d3d5b5ee3da0222daa1dc609b629c900a0052a4cbd8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:2719589f19df23634ec3f6b578f3fd2e827440675b72a69b89c9d78b1310f98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e1fe563643282c027ea829274a1945458cdc5d079bf2a2b7b0a9982a5cc3720e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:28d64f60c216f77e3e006012a403671463b9dd90095e19ff2dd027def6abb511_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6d681aac67e08e2ecca32415dddeb47df6191a99f7a8d7bc3bf1697c6a26c1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0d31a90914ea716508caf180e30fb682cdd8066da7a0a31752be9d86ec9c777c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3ef5a3798abfd3d9ec1b6ebabf3ceb32fa4057072b2670793ca119f556c0897f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e2c62e4b87e0536d15ed8b4f2905930a750f770d5c6d0168de6291d92c51f9a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ef5f4d7e3c872acbc4ee48bc91b5835dfef66a698287a95836344c1587ccca69_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f5f049eb01192eaca548f3585845ed6a530934d2eaeb422fc78b657cabb1f57_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:740b0d9392c76e433ebb7762e57f156a0e2ea1db37ddaed2c5b8044ca092a357_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:da9ebcef147e8d9e84848454fe2b8e259bb549bf0de88ee960fb48f6c8051060_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e8f942ece24d15ce0c4a31f731f2060b6e3874a2f486b2dd255c773fb1a55f46_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1b4fa4d6ee3081f39e54b4f910100d210da682dbb0f308f08107ac44e7338d3b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:571a51e1eca0f31f273be8cff7ff115bdf192e14f5d510705ab7ed423fd5d9e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6dc96b2e8156e7e42f758cc28302a2e94e8b3888970d03a780b1732375e728fe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b91654b9aaa85e13d262d21b949b1a96b386f202524c2e8d52ecb66c279eca8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a677804e422590551f82a17e61f64bc03d5a8a42a695e7ae8d9de5dc086924d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:fb7f225a9221506e6295f7efdcf44adc33e5b971c470b5835b0ca3c42ee1942c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:107c9dcda9632516721c41af941362ccc316d25661bfb13a7c4dcfc2ea4e1c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e75d33740c576321707835258793fe2fd257682099348a2a067806e764e1560d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3ed82adddc3da003bdb272e2a5df0317abe41512179cba925f65fb5d8f7c2eb3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c16e4af4e9a79ac2f1fa632b20e98befa9aa2953ef241af186edd226e39150e3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7b6c16881c71569dbada90e320379c2159ead0b0ed2fa2113e065b361bdf2413_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9533dc6817f01e377ea2ff7e3aa4447d20ab5d016d9145b97e0cb9e758c9a8ff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1285e63d6cefc0454a400b20a6e404537a8d57e5fb9b5d7ff1a75b61555622fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2ea17afe64ff273c9208892a59773c1dca248367c849e805dc78cda228aba29f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5f33ae81c766b0b7d9c8411dc4f6a0adf760221ed0493a99f1bea5dddb5de41b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9de0bd8cb41c5324718c8d8f275c612c0bfd13b322225455a1142dc76bff0a01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:2fee175122b1e3f74cd8976af1515c869d096da0bc4f5e9024b31a64cf88896a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9ca16ca048f3de4a5d9e6b6a38b55bf0b4a994bf7f7ccbda8c50c02bfd59c871_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c42a4deb157c31f6fb871bceb8c4401f44ffb490404591ae36110511f933f72e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f6d5c31b12c8a1a1e8316f258ccd254bf6bb8e49ae8a175eefcdf0bfc5c6047c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:204e84b23aa1edaf66f10a49432115ecb4c3e8fa34472a909e1c9a7a0c3f3947_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:37f226136e439a1b37fab44e06ff30eb22b1ba8f12eca9e85f59936c3d58acd1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3e385fec20235fd68320dd564c68770d91c5c08a864e3de41f3800937d730334_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:878a0a7473a69442dffd7c19132d74b29ecf765e3499d29f8da7b1de2ff6f439_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2b51546e56d1893aaa1b68c4e6ebb5479614d0402e840c8c850702ffb198036b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3aac893d87e5c39ae1672eb5ad48a0b9d02b49888fab57f8662e6dbb3897b660_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c5bddc80f0ba0e391b336de8ead2442d0dff227fdb8aef1874bc3db3101f7048_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:dca0c7b1c7ec76232b3d5ddd15c8716e04a8384f0a816217dec544d667ad2e69_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2551dc2ab6fddb6edfefc185f7b6d73ea366ddaae4e2f79d554f0afb79aa54bf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3cc6eb31325b1f9c9a2163c570ae1c3d4da7e7dcb0d761a0fa775b66fda9dcf5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:569965f29f668f02a342c0c7b4804bdc92354610e9368ba42a3ea5cc3172f532_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c4b2b0855c4ba25e150de01e54f0a84bb4c6c220b348945742bc0c18cc6d7dbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:01b6587f8b9ee398d34ed3330bf0bdbf2dd01c2fe475ed4d44c547401d1dbd5a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0fb7ce17c762a70aa16ca9f7f35e41d85997bb2bb22b81986321d29634ce9b3e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:60c4fd0dcbc1ed92bee7dedce7879893a23c9e4a6181e5e6d6a8f04880f377eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8925d5826cca515b7f7c05558406b3688a14963ddefa80f5b44500fe12dfb1dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:3d914112ad75b59b03d5653cea40a25d92af415ef52dd10aa7394465e6bab92b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:f8d52c53ca49b3f9847d2e568779801321307e329f802aa9456cd0dab7625232_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d29e5c26f37fc8212f2ff15cdac470982494be155f85e3c310b0c958b943f7f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:fc7a6712a6fe86a47b5a745e06a0c6d164779eb198f284fd0996847b025e53c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:32bf2e7aad1dd9ff5100500c294e343af0dae3d392eed27a1c0305198734261f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:54b4afd46c87b2cc839aa7d8b8ae232aaffe0f39846a6edf9d0d3228adbd7a29_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba41cc4ad0ea8dc731838e00dae166209a3e06d104e5cf11491639f82290eca6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a9395f57a9adc721c6e43e578957e21c8b9f18defbecdf91dc49d11044aeeeef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ba077da5ec7f147b51f0ee4432082aed3b7a3a541729913bc2ed821688723e99_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb48a38cb5d06b67ecfb4777c44d44f3e32a996397450e30f40e7ec3e340a56a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:deb40607f193ff4e36c684ce74167e67a7e96187f1a44a1f0f20f36572005843_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7dc856fddd561c1d29112b0b8d4dc39dc7503974a9ff563612e6998bdba4b71e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a3e01913986169c592bb770fc49e3875d46031b5788f983ddcd52938f9ef7a49_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c3481c6f76c644c017392c092dcbbb25a288acd14a9f01e20afd0d2d35e16d32_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cc440be9f6b3c5e22186b6d53a428a8220201ddaa79be39e19cc31a8fbd7b221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:12d7ec468f9634a53d053f3af7957c5162d92595fc3385b26b08acb22b7935c1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:49f08b645fc28af342483d9efaf2f607c9c2a6b491b477cdcf2985c44aa3e894_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d32cde1eedbd0c110bc10836025cee78421ec16d2924d30f5e6265591a9ec716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:df885dc6da20faf1903dbdac693889d9882722e8b67bebe35f624c11e4616262_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:16c8b8c6aee6f6a06367ca5bfe2be8fb85a05c3f18a819683f49d1a8c73941ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:376659c608333e76b0b48fcdc69ff17643284fd22fdef6c6998f07be54c1cf91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7359a62beac2d501d629e6768f1767861fdedc0d05f53a4424a2abdb3dbb6a8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c71d05c245bf1a4955f46c785d7264985e1f904de2a19972f7ce6209a3be0e4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:06ab376096238d4e04c9ab713d83d3cab5db769b5af1fd1c57ef2ceceec6ef61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2c80889bfaff670acbf859db3624951cda96d4ee8cb1560806ca4215e8c6c04b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:627c6b73224c3e37181a19cb598ef9a425cddc1d17d97b6c23388ec1345f6a88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d5d338daef4ae436780be192907d28a26785021d97865d8a95db9065734061f0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8e59a286a05743844dd1333770197161698788e0db4faf8e00cac6b2fb9a638e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9029d8ef1e4455dbc1910078afea1141f92a5c4d2c298ce1d9e4319209b55246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:da4ff38c7a1fd5adddbc0b0d3defbbd580197680b22648e2ab803c90c4a8c9f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f6c44d76a715e0ca38fa5e2becad93a2bf3a41fd8f181846e7aba81b0c579691_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:167937ed04f625a9cd2d0b8ed6048a5cb7b6d435bc2d41775d7db4dcdb5fae95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:176feea3131aada18df5da44af30a127f4dff392ce8ef57f7e0844969ec95923_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:17afd4ebbc2a5233681d4cc1774fcd70dc932bc10006235b11de8dcce826c2ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d3a98e507691edec50373d79ce9df48a71cb6a19a75c9276d0c5905d4f204b39_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1b6c3977b4835b0cd5399523dd437c230b992b77a0e7352b095d008be96fcdab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:54d79643f3a191710d1362d665b5c838130f3e51aecf1e27a2cdf66e98a3cb8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b8692d27a4799d20ce1a8374ba99f55732bb7db56cdf8f5b038424a086db614_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d196f02212da5e80ac5a73931316d38e9def9aeecdadeaf07aec685e661f9f98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:11c2a1966b0632e85caebc4555e3e2f726277175b27a63a5e854557499e0c28e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7e649963b5c1e2a7e8813569368eaf0ded5e544799d561622d469b03b9d93937_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a23fa7969c6a881648ba03ed1a13692c5db21b79f0608d841291ea9118548ed7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:af57ee131bc09ce55ecb3ae13ed7dc3ce9607a7438f0ac5a6e64bbfa000546db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:3a7644c1ac089cabd142fc1743b47302eae8528b13d1b038298f2f57cf746326_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4b5ee426703ecb55bf537731c39c69ab7f86316544cfc472ee77fbef7e5680a8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4cb60d36cc3b34b4b1496b74b9b2e68ff152a71d7f957b356311ea811bf05573_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f3f64bd2f70faa654f7134d803efdc032df63fd4ef07c97abd38fc41e625b48d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1b75d96a4cdcc3a37848c5edfe598cb1d99bb3b0707db5e3f62478320eb90f9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:876fd001172d5151ef99c02826f834ee4db4623b00699a8fb30d6a456a7a8687_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ba8fddfcfe0004287ce58db40c1092f2090b3bbb0810c277066aa2d97799f8b9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:bd9982e951fdc7259571b6d5983ea2cc44402cbea411ae9a6b135692bf5939b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a7a8d4d8adfd98d3a6e3d37644b33966f2c34ff1e553fbb5140ab9a15563e821_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b26a5a47cde227edb5e7f6e51247a6cd91e13484f6b5f7dc19b62f83b7478361_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ccdd76d6734e3a3cfaa1e432c1508c097478e842fd436672e57ef2563d817e4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:fee8f3b24b431ac2a5d4fa3d96c90c5e1aa68c08ee8ae9963fee457c98795197_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0e559f5e780f3849e73d7246176059360631d8c4a7db1700f6ba1b6a9e6ae089_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1a376560672f81b7596417591491e71d065e90672ff6ef5d37ed0785e9baab16_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:350a0360dfdc31eccadb0e8b9397d5a3436bb509999034b60e611428eb006cc4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f8b68ae48350a5aa9bdf47a36efbf661190d497ab5a139027a2bf4579d21e095_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5fbe979b3d448e36fac9615ccd96f8583b0d587d46f6b1b3749e85938cb2e510_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8d45dfe709ac701d6eb800b081947d39a855f65c756f31ae47b75be9fec0c260_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ea4fa6caaa81f207f2372c6179c3698e225658387549ba567c232170cacf8570_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8fb972b411085b4551e10adbd419e3cb89754ee5300222cc4fce27cc349513f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:066d438bdfa1626aaa7a0ee5d2e3222724f2f0cf5bc9a189b67fd5358a0a48c0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:747c142608d6f43952d315d7858f57edbd2d9de2d255938dde311ea580a329af_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b2ee2d0e9906ef1581677bd239073c09f93e5b720501e9001926dfe7db34839e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:bf0b42c5e7e51129966a4744bb253b7c336bb88b1f1a562e481f7eeff5428136_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:3e9309d53caaafc9b145f6b7fbbb8879c9f018ef226afe101f6dc7ab02b67856_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:3a558e248efdf5d3111b7d61e8bd471682e7038bd34c4490f8ba69b91b44f36d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1b0981e2ee13869663087d6504e0c0af6f2c56d2ebf81d72b4b7c751bbf6e500_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8073e0be1f7f7523880b30946f1b6868274c070acb97d9da2f5c486db99ea18d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8980be22bddace1adb383fc356975fbf0af9ac8a20bdc95b3303a80fbe296f3d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f4293de50825a003a825306a45612531dafce45b72a91cf4dd455d596a0c60ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5bc26795163f03947b3f42a5c8cc52b7fd6eb713a0fa5a1558bfe834c21edc0c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:7f29c85842a34554f06db311ef67ec08d1d947d32b4363d1153d92c8d13c3214_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:92857eb171128909119700c431920f543cbfc89cd06aa98db816a2fcaab321da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e931e3fe478f8f905855b4516e1ed9b33a161536c447025cd14dd68778c40fa0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:338034a3ce7dff3efafd00fa35b858c23c2ab284f743df414c6cdae455f8801a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f12584b95171f442bb3661c908ee43de70d0400c6273eb4e93325a5f3f167b54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f37f6568957ab825b08c2ce8fc6b32ad18f5b7bee50b24b1804e70cdb144e5f4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f949249e3847338ce4ae9b94b0d191edd3f316d471f0a9047f97e41e41b7554c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:407286c96b6e9d0ee4e8abec2b06a5dad70fc69820a00deae47cbf3fcdc65a40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:52294a05713b24485ce6d7d1b867081da2f01dc008b9cd052bf8c4c37839f581_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6693dff44dcfb7e6fe67f5373bb73d84cf401d20640c959375f20a24d31aa697_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f65918214ce906cb5af9a59ece43a36870989c579ac1660a2a58f9536a79d9f9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2ec7076ed08f4ce7a61f95083155b5315acb6004ea4245c70be2763eb0ce9f4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5a539e39b3aaf61d63f391b6960cdc5746cbb4b0fc07b85a98969f5c9cbcca4e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:93505b057575ff9292e2e96903238708b940a23953a79cf8742c880f1fbc743a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:be43f0ee18b6d56d81a09871c4a30dc2245ba60cf17ff0f1aad10e117f40aac8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3923e99d803b6dd5bfd2fc957101bef6dd86ba8f6de9e59a849e4c7a02d57e0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8253bfec4409c9a02be72d7e8d87fe5f4f81c1bc58a294f02dd570debc4f1128_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:851fd20edf32778383c81e3c5b935ec5607a05f8fc569f64e31875b8bbe81d6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d06d41126ced4841fae74d0437b18e9f1699d285158fb8725a8768a6e9065b79_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4375e44dccb08eb4ecf461f4e8e7e97d617ab5b1c968beb481d5795e6bbf0229_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:75140fa657674afc46d698aea19115a9f60c7765ffff6a0c4ae5ac166c725597_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c1a31ef64ecdd90020d72f323a242b551a6a4a85a4dae309e19f5d8f12d77b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c3b1ed110f6b17263484b7fde65642eb349162b206c0b9a2f463bf5eb13273c3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1369aaf62d9d273eef766c42f7015d56152f6b8effc50dc06d75b1bab38a20a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:47402101d62f418c0f6b8e3c6e2367a8c84f5151a0204f326bf1fdbe983c603d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b519e10d4cb8fd9ad126a36fb864d2f29f7df218ffa1b3b5f222e0befafbe360_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d70f848ab6450690b8329ae367ff2e5a3a5b295c073028dff7cf810104c5be5f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8f8c882873232fd9a00adc69e199f1b4acacffcdbc282280ebb61dfb1e61b875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9fe79073bdf1745b388fe52bee661394f96ba5c0af585ed8ab4a61724e324777_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b2b91287350dfb474763ca5d332c4765af0c1ff2d7be722e23ea93970add2687_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:bb5f4abfd26a9446eb2f4cb1355bda840ed1006a6233373434378abaf0e617b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:07ff9687205eee39d9ca211c0bb0c6b1618848e9e74bfbbe793aca67de73fa88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0ba94d11051416a116cdf516dab74d530a584fe7c4bb1e8d3deb3bde2214e459_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0fe87955631062bc7ce78891b9eb056f899308f8cb8101b3a44f889c1f0c0654_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:786de5dd308c9fa6643aabecea0bc666a9ede6fd2a5ce1cb0d511eac2a19596a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:719989a197c3bb8b8af09e95af49125cd28014fa74c7969f3f3b939223a6743b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:743119e024a9aacd8bd4bf45ab9c14e684ddbe2307d8f965e972ace243f128b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:76c523fa10e222690941abc8c5564efee1ec4d309a7d023480b6000a545d655d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a13cc82f7b2053435d5268416686ae2ba89e37b6561e49c7ac395cf3359ca2b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:98aa0e651302bb73569a0578e6c11a1691eafb5b0aa28dadd714a7b44b498f8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:9fdce4b5198ae740daa858432221625391f7283bad587e1ebc1220e7b0b4fa28_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b072bc3bdd61164b8076f2799e705ed8e34281b2cdf24d9cf08deb8e697de2a3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:fef5253a6623c30368e9e7e271501adcd9432b96473cf8278a7b81140d287de0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4eecd436b35c9b25eca6975ca9e938c2256fcfeead67e1ff4159d7e36122122c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7e11ca9795aea60b3f0853ffef0fdbf922f4863edd96c50fa85110f36bccced2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c95f8bcd0835611bb90983e96e3b780ccb65bd2bdc7f7554432ea971eac8095b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e497c1834c97590a0c388b58dc823cdff79ab6befd5f2a9bf494b3acc3181eb6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3a7af87b46058334b97531a4b1b5cd5be47e2ade8d74497429529bf0a489b275_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:97313aa4f1c1c9aa51c77a153d0f0eb35cab9711b7f1465b82a636ea44e849ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:ba0927ffd76ad6689b808e734038678c91854ca3d0630613094824549f8a150d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cd8feb684b9c70a4ffd7077e19812273f333174a70f7c2b63d57d140d8002382_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0c8bfd6ea4d0729e0ffffac9811b5db2ecf5c40e68ef048ab104f161d2689b74_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4dc7e3242cdcd1d3c1ea5930da7d4e027383149373cb6af0551ed2572eaea0b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b78827903e5c338d67a4ea2ba10ee67e16482ff00968ba99c27af2b6d50ce202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c9315d23ab26f6f40e05a5fb1f9f2dbce075244a035b1f16003d1108a7ba36d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:270b5e756fca54f2dc05f04b6f7b43f7f188153811decbc0b49eb215b11c2372_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5331e8ebfc48f4d2322226b8986dd178f133a52edcfc0a192e89f1785c8d568f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6cfd8c3da57c17ae1c430f2881c66eb0b1c456bbce4a9ada2491b2c873dba985_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa346af0288b5886b5f095d1fa0ceb7715d4333db919ff9d61078f369642cc29_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3403720059bdecff83f784e2fde54d2bebe09223ac6cf99ce2b4c840b9cd4a98_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3f8cb2cffaf6320f14ae09f7e44c965681b395370a156253790764ec9d2a2aca_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a02dde1d0b4f4fbbc4e6f0afd24da1595672f3f290345a4f6e98e11d89854a17_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c4e8ac4fea3c281effed3996a378c2e952a3d3704e47863b2ae6b266d2280920_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:46a0b302273acaf2582d377271b910d9d31ff98744cd8f290583a7bd5579761e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:af0442c88d2b9b93a187010065424798d89aad1d695ba438c815d04d7fcbef04_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:bc7b78f67fa189ba63da9891a1b05694d676a3ed2fa318336fa0850d63815250_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ffe4e64ee1b721aeefd8f1ceee11d225dd69319385e3e70f0bb52f4f40660a45_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:29d5a91b39dc6e72677bdfab50f56860c53e67dab139b464dd571fef9780dc6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5e6d4e29635ea0b075e402931daf8c384d07ec8660223babfd0df9d572ea6912_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:82555977089a1586dc24154b46be6499607a9d15110e5b48d9a549ee73f3843c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f32c4a07d2b7a14c39db1e5e5752960e46bcda700b292336480c95f359adf0d7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:86b3e656caf1c93ba2bbea00514a17b9d06cb7a6fd5c6746d80ce35f45aa5907_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ba5c8896242125c24e3a7e5698770293a601e9e7f8508465d7b45920cc9ce240_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7de62e540922f1de5f492527d07a8e8f4265d24b577cf2f93415209ccad63912_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bd71e582ef755da7bfeede697b5c2ab29ab9fcea6bfeb14cc8ca168fce5c7bd1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a1e6a736546b54bb2797d85d51b8f2b213fe2f6be6b26bad5b549df9dabf2d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:efc7fb9608c2be8c3c65aff302f923241bf8d008bc71c2fbba0d82ffad2b4f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:aa63c460867d565b44b2a8e919ba9a0e7fd6717f71588cc5a7e2ad268fe13181_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fe1f1b5d6da2e5ac66c689da49a4c76916533f30ab456c9961a225a5e26cb6ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:36fdb2cdf796941fc6638036b3a31048ba0209174c7a62424fb410ae14b1f81c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:65a0b94e9f663f3d73a9696a622ad46c73a5fc793f9dc46ee07fee8ba3bbb443_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8afe2a0c6b1b200201f21b148caaa682bce77cb3b1027f61d4c873e5babb1b30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9f7c3543e4b1a095399d1219c50f1f5081440ae1605154324d57ba9201aa4fe9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2c0897a842cd7b16b64888568ca65c2a6e473c24b2ba9bc5067d6f1f237885d6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:432c94d7d5d46ad66348775fa0e1a6c2c142469e8a770db5528a1aa25664c389_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c86c7188163be31c7ab04017bc46ae88707437f804ddf2b5bd5a73ae34f64312_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3f836bb9effeca4dd6a230a4241282d33ed454ebabd84829c41e58db5f24f47_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4632ef8ca0af5a8115f3d9490c2ad9e2e44361f4d0671fa8a3a1006254b173ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a7d2d10f5326e2d71551289740eba86d6dd2f12526dc684b1494bdd4228fd8e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ba876751849dd525a26e70996e7e02092c473bdf386ec4663a54ecf61c4f0d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e842cdc56ee7728aa71a7f95eda9777ba229aaf959594e73d998fbb30b7f76b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:90331abb869c0c04ca7bb59681cbd957ff54eb0e0265e16368f9fd6ab6937acc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a02580814c02bec4c1c9b79c4b5a48a5a59caafa60a573f9f99a4a1ca07c6f71_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c197de59c38c060dc8aa099a027922853e4b9dc7e5589ac55c8841dbd44b1367_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ec7a4bcebcc80cbda32227224f64e67cdbc98d3fab95466b55c89755421ea4d2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:223df196f0cc747e52ffae9f3dd03fab2da3c72d5e3b189e3035d4264a08c6c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:29f3154c0b972730ae9a54bc496bcdf62e9ed348b73d98ca958a265717ccc2a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5e12029e90adf045a4377f4be2be75c879e57aca7aceffa2aef08aa262ae0f42_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e150a242bffd4437f92000417cad89969fd547b5da514f8586802b99a668bab2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:17752e2fbddeff8e6f43bd354d91f248b4e69d88e80b29b75508fb03b82d92bc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b1703420b5a67a12f055518b6a23c1d8259dc8a064a1447196f642dd23363806_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b93a134a81af485a0f07dcd6a71c816ed517178826539d0f53b6c45dce87096d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d266a3bfe528e76a8c6ef1700a2016080d084cf6fad2e70efe5ba52ff0dbbc51_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:8c90e9864b3ff53d398f2451254dd3707868b36c6032d8d139cc3ef2cbd9084e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ae6ebf086515376ed35bb432a7f567f7bbb44b8d1b86773fd86daa387c5fb933_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0a0cbb021e13ce9d693eacc4982ece2e8ba4697f5d5571b8d0671d71824fd07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5271f6452a89fe7907b16f486439f54f0dbcc3d075a70ef446ee4cc62211b1b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0abb949ce9461e5718c1988f57791c7537eb1b3d2184f4b4268fe087e39726d1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1267ac849f67c33155b54409011cd3f0eaa27d5f211703875cfd383d1170ef9e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5082f39df1f143f23f0e587dec5cdb3e3b033ab446a57e7e808c88e6211a1a67_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8fa27bdf891edfb80585e470f09c9d6fa369aa727a3698b936b4818a4b46448f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:017bed02593deb2e9cdfe0f268916e5d1c8cb7a4f1362c6eb3c94050896d7276_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:027baac40981f53c9ec53f5a4241a657929d6289e42a0e5deef617c182b7580e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4bd5b70373a257b1fce20135ff4a4b3e6962eee541c67a0e29ba9a2523d4d4a2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c0b3ed1332b228290882bbff6a1ad6866f5ab2a4586b261949832cdc3bee5797_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:047c270f56b685d5a4e67afe43d2f1ff47829a259be6ff93bfec4864233d4497_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:50a6482667d53de3d7aa2bff6df05ca21e4e9773996afa8b8038721e231deaae_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:653dbef43ed7f531ebf64c9314756be42738f1635a64097c53210ed0b6b0de88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c4d2741561038e0080204335efc6eee5b6ffd8878553b240dd433fea701e6bab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:3de609d984e39497dfe119bb8e0ac2d6d823dd894a5c866e5ec87de5b5711e60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e3a8b252aadb5b32f42009803b56dbeae49a3ddbe9d00aa27569af4747fa403_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ccf49e256cd9c3bb428badab464a17aee485ee1516896f1ade10da11085e843c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e77ce95a84b01b09c5d1e6dbdea8970543aa3a60f9292300beb078d1288bb801_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2ab5fcf7003f4ba3de7656a284b11d6ee05bb02cd0f3532671a8c368f7b15178_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:44241e57d9067223cdd1585db9d699db113931b7a273d207516f60c498570677_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6aaa55450d567e2fa992650c456cdaf5529c5d96fc9984f7e1a4aa9ed6294bf3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f2fa21e8a0e88b25e9037a9c2db4b157ca6fef8b765b36da7dda71bf5a4c4478_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:10bfb59c904103177754f0336f7b7bab676d240480a8213ec42a778bca3f277e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7aa4fdd78ceafdc887a91224614657e86c1e12b72fde68dea4ee5c6e9b610cb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:e4a365a0516b0c8ef2d1259ec4bdb7f76aa9dc0d3c3cfd5d5b3d34341d349772_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:a06af7a856d5f2416777c1bb1d271c189576e273450b25c6dc5937cd16b8bf8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:28b8390dae142ea16bb05f6bd95f19b6ab38dd67c341168337ca07fe4f45fe87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:be6a9bcb97824c91f393af5aac5a146d819ed9893f5a074e146afe18f3a50dc9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e6392d583f97f0932dc01be55534fbb6dd3014f84b745e8bf7583b96ad7a7761_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f30d93c0f244f5ba21807dca912d18d4facf47ceaf43da7efa41b14ee816b71b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0848bdb082bc8dae6bdaa956d2ae36fdeaaac89024822f4bcdffb51da1165fed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9f9603a2dd344770da433fe8dd50a104d69e80ad463f9cba71b3aabefc4fee61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ab417553778971822422c6eef94aeb437209fcf88e78188b701d4b2243ac5be7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b9bb7615df3eadf64501f35dcefa829934f330892801cbb86e9f70f5dde236ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6bb4c6c64852f2b7ee590a0a60db256d8dd549a4b141fe71d311bf30d0ed88ae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:837cd26d96a814814145cd0aa0cca672769283c499eec36c457ae432b99a7466_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:956ad866d891e1340f630b9cad6ec73d1fc60d4061d4c63946ed714900388a3b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:9c91591eddbc058f05d052e3178102b28ebd25c2c9cb796fffd5047f5d413d12_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:0c95fbbcfd5c54e6b2934a8efb4f8523d1536ec1deef78249f4daebaa9d327d6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1b84b2a1cecab16e75947d29572008547922714207272a5dad8169d1ca5beab5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:466597e63e82ac365414c803f5ecb8f06a72374885eedc5daf9532aad16ac148_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:de9cac5c7ebcf3d43cad87758dd2eb0f4d6480f59bfb4112c224a4497aad9ba7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4ae516b98be8fbdb9b783345fe680c1d6ef57b5dc06b2ec3bbd20bfdb7c9b2c4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8f242ba3e0b9c57ecbd85f0d4c1bd67306357c92b53968a42419736c3dbe04d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b717614ee549be99c17ceef3d755c66abc983e821e04808df347962858e0da81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bd0f90ccaaaa74683b9bb17db0651dfbdfdf8f49adf0ecbaf8e83756d270b590_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:040115466e4f525e9f2386d6f8838c51f8e1638eb06cd64f071d4ae027a8fb9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:1a677b9d28655390d007acaa656997b12a32e9093c1c228778ef96cc6f4ca875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:39c68aae39089d044ce992b949d4e9961105711501daf3d4f0ba7e9981920729_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e814640d65f77818c180a706940337f8ddec8ebe4cf22c51a58a8b69e0f4099_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2831d7dc9f3cad92219addd21b93959900ee2f71e2d988fffe913a6f88dc7e1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:50f602354dcb223759d781cb057b4081a424d6a509178b10674358cc8dba41e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6925001d8a798896438ef1388f54bc29825c37d41f2f09a59e3f8bf60b2ec6af_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e01a83cb76fca294a011e022ed86f1da8cde36928096422a440bce8e42fbc8b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:757ad9e0c37b861340a7b2269b068d5b0c6355322eb5f5898a856fd9c4495b16_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7f68ff8059ae68d15041b8f38ad5ee5278289e1370d276cf7e78fc7e9fc3bb10_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:816787cc8c95a4a2df1416f09af6228559333e1bb1421ede0c9e2093444260e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f9bb9a184319c9fef278d3c6705f56cfc592c844f5c458bd20bcdc07c4230982_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:198f39ed50bbd835f4789057f9d7fd8de0962f1641a7f453dd90d68b5b2a4e7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:633ce875ee7bb08d9bf00cf79738e3e63cd6bf4de2d40fa6860142a301c0968c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e169d65b86f23d6424af5e7cf9e1d0ced58382128092821676196c0a05f91da6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ec2586358c34d0130b00a3714b50c8b7bc33ce915aef6aa79eb214d38202f37e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:13e81e4c25d8c789ca15eb4e84f3fc531a50b4dc0d95fa3573e002e3b54cad61_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:17637f8455e0e17bb3dca34545a26e881cff3e1444af45b9f45c3e282a252bb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d2dde1514fcf3308d1469a0af6727835121c4d6a1a1775a675a7ffabba8e3bed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d6376055835ac40728181d6f354398a0e60ca131d2fd8f41471ed87e974ea4cb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6f86d997faaf61c874def5a78cded319a188c1babbc4dfefb91a29f7e0d7f0fb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:73bceed99ad1b0bc99e66ab8361037e4046c5212645490161572fe6f34de98b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:babd6b0e928bb674289f34787d3aa536bdc4c24a877a5ac9311f21f0cc9e6224_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d00a12f6c4e75a2c93bdd135eeb742f42868b0186d9d03f318c885407a17e439_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:0932891a63e5ec5a076c7848d5746e29d972f3a96058914bee8fffa4921fed38_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:472e977d39473b92992f53c0225de477318b31be8656c37bc35193789ab7a456_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:71021ecd15d688aefa6db79f817c11a751b51f6ea9f2e48781bdc49c6de98088_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:9563eb7617a4d3a9c22fefaf03a4ede698fea2621a68ad231cd9e65930043a56_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:1fbf3bf4990353e799dc271bb4a0c58b385feb2ee60207636a3f76544b4f5ae4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:7815e9dc63477803e7e8bb8a01ea83043b5503ba529f64db3c76ad1c4cf2f0b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ab22d93f277f9bb65fcb5fd9c448b72f82384b9be43b8ab525d2836832044eb2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dee02e09373732db94bc442ddcb2eb4d13095a04e35c674387d3df8ba23d67d5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1a046b24339587101462756592c87ae4a8f699fc2977a703e6d031e2022a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1db6c409fede3e9ec09788fdf286fdb0634de6b6e727ec010332f7cf2e462_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:bd6be5cf4063439e92a1264ce3af0ea6528b9c27dd4b26f043a80aa8616575fc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c955c4b9dce1b25c73453079a21d84c5a2e5d0b53cf6e351f9b1855f08db3fb9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:221943f7b65573c2942d88354261f93a01950be1d1a86fa853544cc4c283c027_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2488ca8b2a8f658f3deaf9a70b12f7aca159490b5e0861d746ca8ee5d2010041_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a3435c546844b61f456789fd315495d6bcdc2560756e9fdfc4b896cdf70d75c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:be2e4dd58b8ed72278bb2c014317e69185e2b19dce37beea7fec3798abcb35f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4da2632fea643a834aac3fd63bc51fc6b0d768b869ac450e6779c9f36429a9fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:56ab8a9553f0c0202a47d858e234f2672098514dd647502405cac1f28d14196a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:abe530f4e865add435da2afd379a3a11a4d75c257c2468a09bc78f10256e0be9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:fe1397131aa0d447366fd627b12582ed647551ad3af13375f8c281ab73745f0a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0857a5a2cfb5c277bc2d2545fb19693f23285ccf6b75144da8fcd7225e1df1c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:43b36fb1f7ad271530f5ee9040cac4651a684e0e08de2ed90a2939b736b565ed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:7f86439496ba6573ee1d61b5f4d414dfbbf65a95526cdff54e45229f01785517_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8094138e4ed2267cc278a83a1586922c957142c9e5fcaec62db531c83b79566d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:309b1dd27ce0c7dc332c7141e576642db4aee6076ce50ccc2930e824f02ead2f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:35322e4580b0fec862223f76e0bd3c95ad0af31f3d4cdfd6423d3ec47d6e25c8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:699bc772c8a648f8be7d6a5c32d786d8f6484e584d918d68ef8a32cb1499663f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:779afd8e0fa21d022d7e75e7ba8da00cc7604db1adfbbea879bfb1d0f8c9c831_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:49e98d0193f7d7b4347043f0655d350a7a0c0d8c8b850d95abb57acd13dd8ac8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63e308cebeea85127f584610f59cdc9b228f01b9acb227f2f6eba7fcdc29b1fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:71f9b47dbd3985738259a6bc9a5bbdb240fd21284a194b47bb78538f8e870cac_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:9181583c88b3be23253c76e277f140c0a1532c1bff7d62cd0da1e14beba1aab4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:0f96581804dbadea29d9ef9a2a952753f5fdf295670ea0297622214e2a9b7d0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ae4714025025642ff5d9e250a4715b01d933487fa8bf4eaf82629ebd6d4c8702_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:cdb096f05b664fb542bb6eac3cce52c53da2e4bb636189bb53f737d3075615da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eb9908581f71dbe01d8553e494ef022417196408e9fdbd32f08fe1f5b9c9572c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:08725f7a384b4e72a173141cb35fb67293385ed72d973fc4d497f3c0f0dc626b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a322e3fc620e914088fb5669f1459a47140abdf027bd011d6ff4e5b3e6b909b9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b950e80fe164f86ddf624c80210308a634929ab8eb493496ef86bff1c5248fce_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bfc663a0ca81dedf849e89b91feb3fe0af97932fe8a8fc711d7ab85b6cbdcc84_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:13257447171d38e6e99c66faa476de6ff6ab934c285a0d1bf71fe94dbe583462_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:23fa493f397748092cd71c41b9d83d19fad6a5433b692bc644e30af790cf60da_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:28b1c9ee4102140998781ebef22f269316d8c2be2254c10b4d7151dffb0d37be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:be2175c2c6c9d882e44cf10aa85f1219573952473e893f67cc7085bf0a324407_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:61417bc1ddac0bc97c786b5807c2fa33eebc75f7cb186aaf9eef2151dbaf75a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:73956194247e000432a8c5f7b78255062c5ca967745ba2d97e680a06f698f518_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fbfa9ada74c4875985fc4bb8366d21eb5275a52953d44bc6bc740d48edeab5b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a545c9c2fbb36296286f684e02f9a5bc337b3c3fb9c83c608c988c88455f9bf4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:34a8a8a4a62b36b5e0eb061db3d56905c8dddfeb2e7a7135642f947ce6bd01ad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:41c2ea14036c2f8639cf0dd634e327841954eff4529743fcd10e8475546165d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a884f443877c7a3c0b32dc60a79e1bcbe89036549da7a8aa4608ee2ac6460765_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b28e8574a1d3b374ac4a61ea4f3c16eb70d9ba7385bf830c8698f4490f8fd3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:8e245c278c66405066cb31e9d48e97ad9cdb826511bdb1104807d26f896043a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:380e3045135a40d202f330002512a5c499d8d2079cc38e5c0bbd5a2312820dd3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5d06442daad2c126259fa5d594b53329e386f560b77a475ccb0cc37148644a5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5dc0ca56deaa237fb0bcddac8481b45d3ac81609b36c3b7bbb6cff8456899208_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:aa669084fb336f5d89d86cb58aca73b88d6bc4b6505eac2020664e0b6abfff6c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8cb392862e1835b610757e822332074ac459c593e9bd60fb6b6f6d0aebe577fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:987afa1aa902bb85d7c2d96f1637bcd19bf21eb832444c98d30171bbeb746751_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ad2f0cda09211f3e0aff615306168baf808e6fefbf1f039c3ae1a1fa7050a61e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:bcac50d10432ecdb8bfe2b465ba75889248ee8595f23c5243d023ac2a336f3b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3cf2d6f464e6a2fe5b4a8cf66690b3237aefef0c825a687a548f81336507cfb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9bd17213796576ce4d315986dc0b271011c37cd6e9ed75edff5ba80c3302fc26_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3205092b914bc1fe858b2ede7642227e04f35d06daec4848fdbbc0406fab4a03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a20ecaad93b15b869fb321c7503adcddfe1f0f5eb3f0f6427bd363234010853c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:57259db0550547f85684c19078b9af82b6318dca0c00ef8da27de8c8dc90e305_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:a95676fb6c1cc1b20cbb758a7c9fd34e82b3e114b81b5c17f47ef303feca3d51_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:49026487ee6722c3d438c05c1c181a36d14eca2f0d8debee48e4a02db0486145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ee65002c4934842ad86197a89e838997bb87a93ddc9de3423eb2af282a565c41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1bb56a1a194ba6f64edcdeae267fecec590c14c85431ba62ee8c6b5744da3a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bf72f3bbed57cebe1deb7690cd7fcb6d371e526630cb386d13180726736219c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:81afdbb2d9fe212af38a11b4d00ac952a306e13f91b23b2a081c0393173c5e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bf8d63c933996abf39eab9406b3061bee014d766a58f4e27a56413652d319a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:4a5021268b1ab163318270fc9ef07afa8a29f288c95ea69700c4bf46f88e85cd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ea443d9738e4428b6912b47f9c1d8d05b75cf8b137f0f9a76f852418b33b989e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:00148cec706fce87b240d38dcc91434f3c167052d5860d42ca9057e24c3f35eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:7996dc231961eb51daaceda9598b04e4bbe7d0e4019dccf5adec8a14d6f7e1a2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5c70298b919a36de41bf25d870bfa3da4013d36c6179db3eb6dd2e67dd20bff1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:a64777ab69af6f2b6cf4b78e5a00148e98353748946991c0a6da7eba76b442dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d4b6a07334845b2938c6d09556cea5e0477d13d4be6247bc9e3fede2e46aa3ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d5e665b41152b8363b4b15973a7b86365bb2c047366aa69bef7e1c499cf4fd3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:1a29c30f85b9bc858f0c70ca5ed79934494d92849f23baa6c7f26f67ea49c57e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:70f95a8b240afc604ee9af621fc3b63adaf80f593f3131e7ed51077ed2c77a1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4d217b45b97c9e01ba3d54d03270be07e9659b0d4313fc85999aa49fca560108_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:634f48a37ef03dee1cc0c0626c32aaebb8f9975b4640ac540f02910bdb3b165d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:00f06d1c70494444172d5630c33e1c93c333a880520bad3a810f96dc69cced15_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:01ac79392fa7a265608b75458534bafb6e5d350f2e8536bb9de48566c685841e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:12047af5271e61b4032c04c98df9ad54363d6beb13b36f49085307705677e345_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:37e5fa3bfc88e99fc78f2ced6cb4a99f5099942e40158dfa6940784c3d2ef95c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:54d10266c83c4d5fe91b013dac51538493ae4a4322c925e561c45316c73b1e2d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f799d506fc4087aac0eb4b2c2d6c8e511b598c6b3cdb1ba5ee470b787759fd8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:061d1b86afedd409ad4947a8ae59064f0fa92360cc82f640cf124776753ea3bc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9c7fef9c0e22e1721125d5b1312e509fada544e1d3d956338c3638aecea53dad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d3d951b736b910437255f3455b76357bfe0111c257f5a2d8dfe0f9abacf30fe0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f7feb8627754651663208ebb363a3e42e1767e16a65914148ce0507a77bfe795_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:23b0327190559517a3526d2500534542e9a397210cc6f663ac2b313aee902e92_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2911daa552328c8b01b19f91ad43ac54da18d343834c48ef35f12adff8077785_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:43960246dc7eb7bcef847c0d706bc6b0f0a407053a2cca7dfe27fce23c6d2af4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d05434d4552d2ffdd45d2fd44b1b2e2e8976a15f0f4ae59ce7dea73ca97dbcf8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1f7e808f97ad41f4c301736bdf2e06da73f2d0e3ef4ca838f0afd65273db7c8a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5553003527f078011d0c440f86c1480ff4e62b318e98ca2a4af97b42e5e186d5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:582a4e6fadda74e5c6c49b605b7967e9d6f25c84ab3de162c30931b1dcaee31b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6d54aaf9249113e5be1b6a87bf439ae778918533077a41ee9442396cda4d2642_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0b4378067622a7584c3be2e5e5d8748a564ae7672cc882bec0c1d6f4f4c28686_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2ba6c6b021db9b58614b1ceb9b736978b0e3396b04dda4518406b041448dd5cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7f7e406ef7b654a66bbcbbfa5326ceb1ddca4a0236cb60761a0ea48b919e8571_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fc403f7babe4eb16c770c80def94f34696b3a8ac55360b17c88edb11b9ae5a8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:473d595a495e4656de14b1b22456ef1ce2218fe39d02bf738990c0be4cdf5440_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6b3fc95809e8ab1be94de33cb375207b4302f93dbfd51f2a67228025c1e304fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7d0a9db460cb1d4c918f87a02979048f170f5e692e83cd517bb9b3271aa06dd2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7f1e2dcfd02a6a5fc56c6665979a8981f11144a5bcc6419feae3964b190583c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:775213a7b6d92d23694dbd1538727c84ad58c6b8a8b46587ff7bdeb7312acc05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a649eef7fa6148524b1f3aaf18ed6543f65ef91ad21358cb0af865401061622d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c593dda5f85469eb4ded8cb6c4738069d48a144823a070b83b58ba7772ba0e90_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ffdcf3c2b138b62cfc84d9916799812ad73fcba9c3416d7442f3686417c85932_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2e1e514d9f3cdf5f04ca924fa98d036988ab47259be5df67497931321634f730_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:32e93e986bbf92dd3a3e09f9c76bed29334b5cf794e18b843f81522ccf43697b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7bfa1c21aeb7971fa978d49455f4b5dcccd4ccc3de147ef47c32e9b74bcaf2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:dbb5abf21bed592282f09e30ba1387b084eb028bd931df5609c07fb8c09a0d75_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0606de7cca514d2b4ad9593d7f37950512741cd8f1597b1f83951aa7c8839268_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:116474d2dd37c159032b15ff856dffecad2ef0ab76298bc43f840bd0245ec78b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2e887b0da3269f28933bc5af839ea2df95b7aeca3993cb31b0a1c92e7043cce4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6029166a01da021523fc720ad70fc59f449684e577f9f5a36e0e759a39d0a28e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:849b8be9f7fc785a70451c1c0704501e2b449650acd23d450d145da1a760c166_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9c5d6a2d314e840600ca6bd1354c7dc6040fbdc216166418485d6edfedb27ce0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ba10e440e514662920d68ac025d5f3841786a393703fc2dc0ee21ff1d2490015_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bac1799b133fd829b35ac619a25a272301816494e83be5a251f78a50e7fb2f88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0469874ac135c41bb590ddbac02428775083221257b6904fa376335610c4acb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5823c8fa1f1409d6863dacda718e35b7afd2915befa21343dfcc68b6fef7a9ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b38d3723f2547dc5676460e3738420e243c6fdf7be77e54d18657efb9668c438_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e5a5e4c1a01ff3f5d694ca26dd248533fd463c85374c25ce1a9f4b7a60deafc1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:19f94467c811e10882e30eeef39b1266b83ee417974aaf62f75738d51811cbc4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:47487ff8d0cd813ab3354061caf319dec553b1cba9d5c1045de710b8a6d0c51d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b3a0104cb85f1a6965eee44fef58983637839a1f97ddccd737704ab41cda3a25_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e8c72b610288bdc44492ea0a5c2fd66cfb1673fc06f6bc66831fa84c96f86543_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1a9333d29d3561fe95488f3d80136d6b24b4a2e04472d37d34737fd1032a8856_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:705d146d458883660aa0b673a651d05d1d1ad73bafad91e84755118b82092ae7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b9265d767c8a6786f12dd4788377f1a316864863a32de4a4ec07ffc8b874aa00_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e3a7bfabcb96924059fb7906be97a0ebb1df35c6cad39a7968a6461df0cecb31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5c015e1a10e5f14e82e30ba41b1ae6a82cf5cb0bc631f5137d7637c44a3f5b8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:623bc4c74b05b46babba7da628809bac05b48d8c4055648e88f0db57c1bb0e07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9502a32446a8828e8a1887edcf49034e874ea0e32ab5fdb738ab89e77cb5a472_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ec7b6b83c8e934b66505e8051e183fbaac54e78abae5ae99077d4e5e163b4529_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1f15641123321a662f676a46a24f6c8066bba6e3730a3c0d0eca3ff8e548de23_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:85070876ada5cb86e8c585f3ac3114d548b189074723a13ec5d6fc6be25c9964_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a34e14a715bad1d324f9211d95c56ed387ae51b24b21ccf931c12f3f7b3dcbaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e12ce561e4cad13a5d08e8164060bb74a309f66047279a26dd727d34ed3dc16a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:67789c239f82fe3649ab8c0e13f920a788a3612d15a78fe5986a852bb2d11a0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:80d704ed310acc3015748815351da4b54fef2d8b74d7d4b03aabcf9fd7e60b38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bfbcd3f502bf336124261fbe51f19e7a4cb9e9132e07da62354699b30cf6ed24_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c1e371a0057014662b91736570bf25fb1211ead7402154a1149dfee9e55b994e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:175fd0386d9a4e064fa760f23ecfb45ac6ae3500e5a50acac0660d06e5b7ecb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3e9811dcf3c528ae6f5ff86659dee1a590c2b53f7af1a03204d06fc3dc628fcd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:68af6c6e7f51523ac223f4e25955cf3777f4ae5b601dcca7c6ec7e2dc0de0782_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:8f1b3ddbde3e33dbe01816bce0cce7d7bd196cc04affbe606fecfbd8ad7b8b17_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49699de68bf38c34edb696ebe4f9dc608756382a977f497f6713dbc7b6e1209e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49c32ab1927e0969508b906c14aafcbc64e6eff7680b9a10812eca4f17787921_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:86135a8f7d4aed36e7b2a571b431b29eeaac2bda02762eafda3e22a62a7a2d6d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f2dac4ffbee9d028b26e683b63a9f033ef8609907f6c498d42c447a306e75328_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2884bba195d4d635378b0d15efa54991a23f51bcf4efb1095b478f5cd9c34f46_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:d84853556ede64db5615eb4d826879c744f7ccbd92c51ecf392a686af854ec11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e05dd48fc4c26b5dd822ee58a2af27bccfd0ed28cc959a6fc05073cec6f7c9b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e202635a4a52be92b47960bd8ced28634111416b220cca5fa7f86373ecd1210a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ae36d953c8c7f73dd78d620f94a0335ff5fb84b16ce9d2dbadbdf3dc5d66f6d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:308c924c44c35b39c66b429a15a0343a47f7dfad62dceb76ea7acfc85e6bd973_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e132f6b0a6b4e2dc63561c1ebaa0bd9fc669a835b0c22b0d56599e3da870231_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5216d36dc483b1368a03e00dd9dadc7c75de2bc36ed98cd7ea2b089cbe23965e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4bc11f6ad7c3e9c99e708f7ef5a01b4faedc8eb5d2de5b0cbed502395958555f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4c04a50ca49fdc521da592b9c326e233763918fbfd6bc97e001e0e680ce24cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8ba4aabc0e1e36c3ffe66b55c67ab8c305f64aa6011f80060c5d95ce91180c5f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d259704d34b605abd3568bd4c988bf9e831d80554ec2d7a57e7c39a70daf0140_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:14c55985b9277766e54156139f0949d1e3e5f756ade34512a3d5ea3dfed2c544_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3231ec9c296798f11aec6a285b0a8f7c5cf220534d0525afa59c17ab2464abb0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d8767e4d0b2c8222748319f05483bcefe50388abc182a01f3ca9dae3c80dce44_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ebed5c3d8e112fc5086208b4b4c0aba054a0058f3fd08b71b129dc124fa00f99_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:26dccabde8cc0d1ad45160677fe240b3fc098acae82f6d095fad08b78330453b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a168025d531f20656997ae845a4930919d6805b7f9374c40f7835a93aaa46b27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e696a8bc54ef8a13800b2168a395d2cbb08678403beee2dc52c56d04cb235759_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ebc22890c7759ec9992b64dcb0e388881caeeae333a9a84a50dfeffe27e38b49_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:09319f1dcbe090d9677a43249810dfe5b3eb165aa3f8b473417e0913649b1556_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:46a37e99da18852f5512235589ee86dde0db6c09d76a49275a8004422b9ec303_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:535d1b713587008fe67eec103cceb54471f5263516f5420589cffe1dea02be93_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bc614ab102efc7dfaa47fef84c4783da26548491e4c43257bb606a06e8d155f0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:08cac9e30829765f182624de9e45e59b40884b8c39cde60528dd27afa57afe72_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:13724dc9eb7247844e450b59b8cf3af5e5f486e9558942836ab60f74b9943291_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3e1a80763f76f622b5ffcdb35bf2dc20ce1e9c06c4f5f6bf0ae06b04134733b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d077c79741fd0c481fa6e1aa2c479b8c5b380b1d1f163259777c8c50be257709_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5e82ef0b9ab6d4e3b7431a7611bc563f356385dd8927855e6090008685f1549a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:62ba53e306331c1b20cad27ec31cf59687218f4bd5908ed7e9034559ded04b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7664e74786778a96606757f1de215a4a9702d0c9f7cecba7bf8028884a7609ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7a967f88faccfc101b9388f8434d406acdfc85d7d682f9ec742d59eb31074fc6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0e05cd1eaa2b9c558d22892495f090b6b51a316dc56d85ae825b6fc44611b6db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:445fdec85c2510c8a45b2a830ead87136bbb80bb9244987b4d6ffa5858931926_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ccae4f8f443ba6806ea33105d7dc06002d58914626cb9ae57476b29193761b53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fc0becd36b6fad4911a5b8c9a4693320918f7f7e6336c2b11a76adcb6d1eec36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:652f8fc874b95a56393f14c2b56a63faa64c04f6646c1786d07eaa272a9acb9e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:94b9c011744629b1ff6f230e25f876f218ed59d55a941377797f77cdb7c03e1d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a178a796ca9d32ac59faa5eb9a6aea30f1aec65d88f89080f57ed519a7983f05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dc8a79297c73782f5005075332bcac58b051a07d2b35626323f9b69ee5f4d64e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:03d66c724cb647d4a613bb48c9df6e9ffaabb68c8af5a4ccae45365e32456470_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4b9510fdfb45d2561927843dbd7ed869e2f67d9636e59dfd0c3ee640d9fc601c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b3570e078bed53aa3e435443bffbd12a7b259f8dee9d18c0d79b55514a547b53_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fc8e892ccbd8d3c1e737fbaf8f02b5fa6bbbe242780c9cd00fbc5e6889d7baee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:266bd8400632ac70fc6584e4bb2850ebcee7027ff7899acbeca612c6556302a4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2c8f351447fffc2133f339c6ab3a0bcd9bdfafad4a4cb5b7dd2abc32c6056a92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b8d2783a76f514f9a4e8096434ac205e1d82d09da2d67fb930a1b5e4d8089e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:74fa72db679ef47f9a3e3459a90dfaeafcb6db73dfe15b8933767e2f9d19c448_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2b5964f6cb078aba05ada42f0c8280dfa39f9f80526932cc5d41410922e4e8ae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:480b27e9866ca8dfba83e1accd427d4f6813f4fb7f612854e32bdffc10d7d5b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:91c7fa7b70f2cc82b26ac16f91ea084e15a4f5dc64f254ed878c25dd1170c0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:edc297cdb2f670aebc1d3561d801840ad029e8777ce45724066e6891aabd60fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:443e0dd81ae60896d31f07ab49611c5e0629746824df094ce28cdd3cb0ae1d58_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9b16561ca87196e3dd9330184f7abf25e97272e3c47d2e8d594e3095e74f815b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9ff62f63d487e25a750bad29314955effd17152bfc534ff698963760a2615b0a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ab506c549b676ad9d8dd179e2ba871a12f2096ca2601ea2a1f2605ccb849dc6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:08758e6b81d6679b095a8e7fa323870eab35fefc05e525c6ef810b6cc0b3c0fd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:af87d24f6540e5c98def879ec4ea8adeb5b138e41abc126b2c3030c5847fd0b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c5e9e59a08d8940e99da6bc568269eaf71ea8db62dbff86a7f6fb5dae861e323_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f5122187c85ef27f5423ada009d800afa4800e32ad1ea3299586fe64cae8e38d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3c5078d135089e1548b4dec49b7e78658279e42a72792a988447662534b6516e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:56158ce0af0c0eb9709b2d1a172201bc795ed6e5075517b6919ed1302399d6f3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6720c8097a398327f18a5c84c28f6b58aeee017199c2649649a1f159b8365838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:89295652b447f42c6a0d6e1299f63b04016f10ec8faf6372357294a14472e426_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2baa85e44cc4ac6cb825103508c5bd74e348609eaf53ed42c6d0e045dfa62772_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:61283f1fff1f8ec53563012a5b1fb5a48831f0a220d3676b512f5a60b331e849_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ba258012c0832c57b29785be805be44f0b5f8eccaf76d82d7493946806eafe5f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cf3bee6414a87e7f907d30047ded274c488239af5b1f43ed717ac2cede29df86_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:40854e0833b6cdfedcf275cf716e58f3cbc5c44be313fb83ca3e909bd80d0b08_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4d6a10dcda92c599f52977c71208222d166168b29da4eb4727c466e7eb53cdd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7be4c5ff86b0e939ee9f22156812fb98d2f96c1eb4567ca8a6a01ea3aa735dcb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:83bdc9fa5d3893a973794dd7162bf9564ecf68ce44814349a621cbc284b9e61c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:993ba8c1dd84e486fc4084a7786934c356a9b12ae86155134fd1a1dc1e5e3f2f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a64dfd96d3aacabc8f219d19e6d7eb0c1ac5b68b49eb93fcc973d76e67ef1d34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:ce306e2cdafabbaa29467e0cdbf316673d17180efb604e683a7fd1ed7181c6f9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e6748814d950e6f5e370dec9cb7d557fbb0d29ad3620b567840770be826a601e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:04d418560f90c35b42be67886632615d62dc89cd37fcccb6e247212b535fbb7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:40eaefc42c0f0b5adeb47bcd463c2e2a45e7f3af1c0fa4cb3fde9c5479660c4f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:545bc2a7b32276bec515f338aea3a2976c01cc787a559986646aa6fa26ad5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5a2653ccd5dc3f59a228ee8b936460575e1a392d12287661b1dc83a9f8210033_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:12e5e4ea4d19c4dcccb35dba161fdba8a703ba6331b11054e4664818737746a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:180e817b55ebfd081fd0305f63b3e0539fe8d13d1ceb8428ea21e213779fd056_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:92e8693b9f6955f9862c8b576f5e32bffc3bc34232511fae0cbe57d705bfc53b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e5b5d4750a3ffe24b1196255d4cfe15b21efd587a41736307ca8e4e61a4936fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2ca8a85fb07b431d97ca6a3e3c18f1cfaa20883c7076d6b5b4e6942b632f9aaa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:559af5a310f0923dcb4ef9389c51c98604cf44642a13e8ccb46225b4ca268580_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ae056c9c8e0cdc6519ac1a9542781cd54ac2ac8881f513e965b57ce7d1e5ef2b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:deb92b50d5948bae13db37a7046d9b212dbfd3ddb1063ff8a5e5467f0cab203c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0c4f3cf84115f8c9b9bed6b2dd5d52316eb3a9e670fe6b9e28c2dbc350392e87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1142ce3f8a3c1c2a1c7dba79ac2c3b276a45fc6271ad9df9e6a5d8684c36da2a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d9f2c021c17f1416e01ba31a8823b7a87724fd96d7ec99d494981842b5d452b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f3aabf75e838b4a941f64a7a322768729059346d7578ecf5fe7ce27a71876fca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6389373ccb2fbe1b6385ea21dac1c0ca918bf9d3889ad7a738de6be5d7ec4272_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6449fee9a31acc582bb85e0031312e3ff07d1f1843a1c6c410eb79cbbec1ceb4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:751f007afae9f16527e9039aa95c2ee6efd2ee20afe3c083ba7298493d2406f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:afc11a340e28d4100c31646b705e8db302f6b0a96ad3620e07391f02a70438f1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0673d2034e7e5fb412a171939379da14e9269dad7bb53e83be7ecf8233b0b5a1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:18f0345811215feda18d2b63f679ee870e76b33e9f61042d93edcf36fe97df95_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a2d247eb696c80e02bc8c1873e8ee0fb71a1e5ad6cf5cd84bdf504f4fe17cb10_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c342b14ff399c961ce05c1af127244b950b8e9d641ce8752f9d0f880ad7a672b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3d9fbc97d13987f28ca76b3e238b540492eddef0f302c2dd958c1b0d05e10941_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:47682d4e934d597aaa1e809011a69afe93936fc629ad3dd1ed76dc7b073f7ee2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4e8d3460e04e85a3e01a578d492499376787c85f2840c97821f11213862239df_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d7b99cad55a1e1d380d30d0d4a61bc5f0cbf3a87223efada3e69bd9b0741d3b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4849bfa8a48c7e7d264fc6ea9097fa9d33da25f75776619976e3204b42026cc8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d7c3f5ce57c0aa25e13ba9484facd75c5a1dc3caaf9be4d0f273243e7ace327_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:78aef6c20ab3bf78eeb8b8a857ca2a24067d45cea0a070c44d3fcedc00d4efbe_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7f33515dbca04230d98550ab638efa87389629fc7d913c8ec42e4b5bf8a772f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0251068577a1724dc777683dd189468ed77413b396614a117dac6b4320b8f01d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8812fd85c74fd67a95afe09c2ce5e7d592eec1e25fdc6fa331a8bd41bdde0cc6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:89e0a7e0fe060abb45a6f8e6ed1906053c09f95c252ca7813175903db61fbc99_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c3674a8f28935f3140fad744b5a178a8346a9a7f79f6c281561d2877b38c4ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:13bc0d4f7d4508fafca5a3bc61b6449a056e277da131e753c06cbc1bb7781b27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:993a2a0b3f84e071560f6fc1a3ac243fa745ae9a7ab15febbe1385437dbd3ad8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:80fc518199cd3a1ad421b142661f0a85679b12b69d0afe580fe60eb6a13ddad4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f069665c66c19d9775b70a31aa7a1069bc653691f6abf106a88b2ceb8c0e1ec6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:13ef0c0585b01c56b865e029d029a553b458fd2d3d0204eb6dfba1bcaa11ac3c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:599d33b55e88212202b15f4344f7a18dee4f4504b3739d6ec99414d05bcde2b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a751f1f0540505bea087d3ea9e6ba798e89d5deb772cf8e401caeb3816a563_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4c26bc366b267d444f448a4d7bd5a0d26f84bea653c14b261a829669d888cf88_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8b67087a584a2d952a6e80572686412cc8ea01f03ec8d70b56cb8a24a0c5a3c0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ac1123e890f0aee159c9105e26e1f1ed3ba5eb3ea66b422b281c3e9465401c5c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0dac7821ce2a3a5a180f53f381d9e61484cd8c5efab3c9a7dcc70b5783421b64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6b30b39205367ec985c4a9d948e71d378b9483689c3ea179cd0f2476b9bfaa1c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:de903677bccf645889ff7968ebbc052b14273329c0765f7faa53b0ca815d6899_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f8392be7a6f5223930d53ed6d127faf727489b8f5ebbbda6b6b437c529e3c812_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:02ac68c83db9dc50cf6280a418eed9261dd2182bbf51d16fd143519e49960b17_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3746261c5d4744b13d4704c822fd62ce1f486010176fdb3bf95512c72eece73f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:85e34da00bd6d290c04d8eac32f39db59b5f50fceee9b248b2cbe27bcf0e7e5a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c343b119edf863e179df865ccde0b665b87087d78b20919aa5726d8fd240b344_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2026fc52aab5a6d7766511080699112f32ae4576108ff95b0eefc5d807a14f25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:21b5298172f4de1e0074c4abf5e4abf27e8adc02bbf7ee49bd3388f7127d4901_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:42f8af9bf66ea72846b7f7e57652725c31b01fc4a8d39ff7e7882075438c521f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9c5711087546b1ba7cefab267b8aa30b54ecde5926f009518cf0db974ff84c3d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:373c4b7507a978e3dd62e9ea629d1e397b1f1db682e11ada1bfe5a0b45afc782_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3be306649df2fa3cc9f30e60ed5d947fb0678b0231b617eafd3b1593d10feec5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5b01a896101a5189740f84cb1a83edefdb0dc00288dde725ddd0e95480f8e1c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:961dd87e559779e6338a4d3d35c96c0ce6ff7cb9634ce32d4bf848032f4a2fb7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8799db20cca7be653bae6b8ac5adc1d628094eababe740beb5dbc27e05346872_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a36c2b308515a293cbcf265af68ecebf498739e74ef11016d5c0edd3cf47c4e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b86631d6601578548af20a28d132a0503fe118f53d7596a5632ed24ec5a9931f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e867bd8b76b5bc1438a7be88a30fa7707edbb1909920a1d4d1d0da0ddbebdb40_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:313074950c6dec37d29a9722b58ddc951aaf67c27b47568039f29f02f2523128_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:43618db20e6f592602096897bc89eaf3c58490a362e91e3299e20bb2a02827d9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:705f4db2e969d23205de87db1bd7dc8eb1ade64a76940fad950fd1a214dde6e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d2d5ee5893ae16784051d9526c1feeee3c641fc3e6f337ba807744551c00ffa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6ae5cfd48e788096162bc4517f0466bf526f16c84bb61072886a64842856c5b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8004e7284c63cc32a05f6de732791416d57d62db041ede2829d4797139094292_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8137c3932f344ce587769bff04355ad405b6ff27009bf23a221ba52f3da56e1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ef15235cf21f0fbfea74089f75471b483a98c920b65676bb6199c155fb61e929_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:149cca2af3f89c7d1e105de81bbd098c66be5687f18a584b644f21d0be20f414_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:33fc93d5cd30760383da666e8effb6ed32f4c8f2668da36677e98c1801ef4f5c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f9c1ee7f72c926c45cd76c12046b867d9efd7c3c381f34afeeb9b6e97751175b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fcfbae71f81307789bec93987c4523700c191a66663ce53e4009c5e0a8627826_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:04fe8c19bee4b629ee7f18a13dc0b7f49d6a4b6e19d204de90b6b2240b0f875e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5c9662139f98817aafe153a43f700399781d079390d5ad23d3b70fd6ac5d370f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d1147830f896fd229aadd2b766fbb4c8102b35a8edd4d8bbeef4928d89cdbbfa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:dfd0cdc29bca0a2239ef203fe7b58efd97ed4e72daed6609e22b20babda395fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5a9889308bcd1c3981072c83d44206d0c3feff059e0a2029d49adcb974674c95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7a715c7e2a8f54ccee42abf122b0028ed19705f401248d8c38f785d960f1b116_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a67de487534d03cdfc180af9d235edb21c5cb71e1224bb5041fcf2b9a428732f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:b3780d23a2c384ecef73c806cb20d7f97bcd11c12b6392c781c0deb7ceb55df8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:48b5d06ac4b35c2a7bca3ba2abc39e3af1eaf4ecb19c720d9b6e46b066318414_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a6d7d7df9078e9d1cb0f12f9ceac12c96bf2cea03a9085b23c3e4af6a456b51d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b757d11e5dc51a5822d9e30e97ac142cf004fffce87ba2e58b8d62926127664a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e61ed19beaf8352dcfd4b9478335a364263cb9839f27140a634a217d87d331e5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93baf08acbc6875eb2b665a9ef3601ca34b76767cd70a172dac7237f21b6958c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a5f2c2debb51b8aa926ede417cf9fa0e4ebaac4f5bf9e770db55a25902a4a3b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:dc97d5c1aa80515080b2b4d16fb08ee4733a9347eebc8427f10b7e70582464ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cc1559af0d7be472ae46be4552fb41e81ad804d73d1444b92cae4485118c6773_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cfd5513afd8b2b5e22d5e384a7f769f9c04709d853feb2f91ef667d804cf9a7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:febf2fb95748ed0c440e6acb72c40d609ae7587b2665cfd7145c878a2a0b5783_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1728f980f3ebba7e48bc0e8cad114db1e0c06f692638764e30ab990f45c637af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:41508513986b369c2f89c64af84b3980b16bd2432130fb122d8c1346f0602894_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:650f08f62aeea4bc954e69ed88a9f2f14d3c8f733c155d113c0c58b7154fec4b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:016fc7e804acce7a8b8df0a02bec320c32f9ce6224ae67598a63992219a77516_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:081f9cfabc57aaf4d19df8b496613d8aff54ceb265634c904ec7765c810b4553_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6da3ef092cde7fbaeee01c5d6bb0ca5d52af3ed8de458ecd3001bb96262c1ab4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:035d07364444ea963d64515420fa4005adf82c44b575555a074149f67db50567_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4e09fb0bd709d53a0abc6326905cc43ee36e6e4ec5e20108efd1ffe585b1f2de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:53a5f81aefcdd57ba33c57c02941803a072ef3f1b8467baa3c53c7e073a9ea96_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:cb3d2ccb57987217c75079a9c10f230f6a7de9ba3b0fbd87d8d3d5c71f8c94b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3472a8147e06452751999ae2d041063907f275ecf429dcdcfdce88c8a19a17da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:61155741778188324e0616274f067ec36723d0fb81d84e9715f72ffecfbc92ca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:adfe8cb84a5f0a241fe69ec532b7092a10cc274cc3aac2b86f33ac8e725ab2d8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e704c70226ec4986c16166ba1ca54b908d1b6d9ddd47640bd5ab6d292f977508_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1d63a1d7ba183c49c69a6ffe5a4584de5282029b0b2c2f3484b4f4431e2ce954_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:441db8762a583090cf4325377b0ee75838452a601732bccf4dbc57f26f6a1a90_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c5c52612378ce1f2577314e5723642237c9a361506c448ca80d2a0b56666a1f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3b9843a117d6a6ae28222951e1a556d3888ceab2ff75a082a06343c8030a5ed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:236fa2dfd935db687e786cf827d88210c2f586d2d1a93e610861995908bf2587_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:647704923828c83c6ed3810e3c4d7456fcbe378516dabfac30f203a3bd3634b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7638d755fde7fe6d3c004a6f0f7c761a9fdb75a3541f19a792c3cf8e8bf473d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d2eaa5b8ad9464732265b84128b5280d725feabb2d4b4cef0178a317add66c39_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b659f5c6da6f73bcf8b2850f0172358816bd68fca721b65a9a70569a94bc90d7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cc867d49602a6ada5de7a783136b6463c4d9adee9877ae1966c016a08ee8e87a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:6fa614240bbc1932f65f8cc9215d2baccc05dd1cd5586fd308c44d8a94447a45_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e85e957fc16a36b5964613a99fec1e7299db9bc63edd86ef965d879a081b64bc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:14b02010250fe10ca57b2dfe1046641aeac31f92e5691c067b3990383967f0a6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b6b13d29b1cb9c9bcf97f2daa289669bbd9ea501430e51652bca3d50f787f23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a8ab293c4f3c6bc251bc91466b7586e5499b6e198cff46e50f6a65d97df60f7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c5d781c35cda14ab70d4a5bde3bf72df0a3956f5cb159645e5337095bb71c5ca_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fadba956181755cedd19d3d5b5ee3da0222daa1dc609b629c900a0052a4cbd8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:2719589f19df23634ec3f6b578f3fd2e827440675b72a69b89c9d78b1310f98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e1fe563643282c027ea829274a1945458cdc5d079bf2a2b7b0a9982a5cc3720e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:28d64f60c216f77e3e006012a403671463b9dd90095e19ff2dd027def6abb511_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6d681aac67e08e2ecca32415dddeb47df6191a99f7a8d7bc3bf1697c6a26c1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0d31a90914ea716508caf180e30fb682cdd8066da7a0a31752be9d86ec9c777c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3ef5a3798abfd3d9ec1b6ebabf3ceb32fa4057072b2670793ca119f556c0897f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e2c62e4b87e0536d15ed8b4f2905930a750f770d5c6d0168de6291d92c51f9a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ef5f4d7e3c872acbc4ee48bc91b5835dfef66a698287a95836344c1587ccca69_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f5f049eb01192eaca548f3585845ed6a530934d2eaeb422fc78b657cabb1f57_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:740b0d9392c76e433ebb7762e57f156a0e2ea1db37ddaed2c5b8044ca092a357_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:da9ebcef147e8d9e84848454fe2b8e259bb549bf0de88ee960fb48f6c8051060_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e8f942ece24d15ce0c4a31f731f2060b6e3874a2f486b2dd255c773fb1a55f46_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1b4fa4d6ee3081f39e54b4f910100d210da682dbb0f308f08107ac44e7338d3b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:571a51e1eca0f31f273be8cff7ff115bdf192e14f5d510705ab7ed423fd5d9e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6dc96b2e8156e7e42f758cc28302a2e94e8b3888970d03a780b1732375e728fe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b91654b9aaa85e13d262d21b949b1a96b386f202524c2e8d52ecb66c279eca8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a677804e422590551f82a17e61f64bc03d5a8a42a695e7ae8d9de5dc086924d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:fb7f225a9221506e6295f7efdcf44adc33e5b971c470b5835b0ca3c42ee1942c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:107c9dcda9632516721c41af941362ccc316d25661bfb13a7c4dcfc2ea4e1c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e75d33740c576321707835258793fe2fd257682099348a2a067806e764e1560d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3ed82adddc3da003bdb272e2a5df0317abe41512179cba925f65fb5d8f7c2eb3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c16e4af4e9a79ac2f1fa632b20e98befa9aa2953ef241af186edd226e39150e3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7b6c16881c71569dbada90e320379c2159ead0b0ed2fa2113e065b361bdf2413_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9533dc6817f01e377ea2ff7e3aa4447d20ab5d016d9145b97e0cb9e758c9a8ff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1285e63d6cefc0454a400b20a6e404537a8d57e5fb9b5d7ff1a75b61555622fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2ea17afe64ff273c9208892a59773c1dca248367c849e805dc78cda228aba29f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5f33ae81c766b0b7d9c8411dc4f6a0adf760221ed0493a99f1bea5dddb5de41b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9de0bd8cb41c5324718c8d8f275c612c0bfd13b322225455a1142dc76bff0a01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:2fee175122b1e3f74cd8976af1515c869d096da0bc4f5e9024b31a64cf88896a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9ca16ca048f3de4a5d9e6b6a38b55bf0b4a994bf7f7ccbda8c50c02bfd59c871_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c42a4deb157c31f6fb871bceb8c4401f44ffb490404591ae36110511f933f72e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f6d5c31b12c8a1a1e8316f258ccd254bf6bb8e49ae8a175eefcdf0bfc5c6047c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:204e84b23aa1edaf66f10a49432115ecb4c3e8fa34472a909e1c9a7a0c3f3947_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:37f226136e439a1b37fab44e06ff30eb22b1ba8f12eca9e85f59936c3d58acd1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3e385fec20235fd68320dd564c68770d91c5c08a864e3de41f3800937d730334_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:878a0a7473a69442dffd7c19132d74b29ecf765e3499d29f8da7b1de2ff6f439_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2b51546e56d1893aaa1b68c4e6ebb5479614d0402e840c8c850702ffb198036b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3aac893d87e5c39ae1672eb5ad48a0b9d02b49888fab57f8662e6dbb3897b660_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c5bddc80f0ba0e391b336de8ead2442d0dff227fdb8aef1874bc3db3101f7048_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:dca0c7b1c7ec76232b3d5ddd15c8716e04a8384f0a816217dec544d667ad2e69_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2551dc2ab6fddb6edfefc185f7b6d73ea366ddaae4e2f79d554f0afb79aa54bf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3cc6eb31325b1f9c9a2163c570ae1c3d4da7e7dcb0d761a0fa775b66fda9dcf5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:569965f29f668f02a342c0c7b4804bdc92354610e9368ba42a3ea5cc3172f532_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c4b2b0855c4ba25e150de01e54f0a84bb4c6c220b348945742bc0c18cc6d7dbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:01b6587f8b9ee398d34ed3330bf0bdbf2dd01c2fe475ed4d44c547401d1dbd5a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0fb7ce17c762a70aa16ca9f7f35e41d85997bb2bb22b81986321d29634ce9b3e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:60c4fd0dcbc1ed92bee7dedce7879893a23c9e4a6181e5e6d6a8f04880f377eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8925d5826cca515b7f7c05558406b3688a14963ddefa80f5b44500fe12dfb1dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:3d914112ad75b59b03d5653cea40a25d92af415ef52dd10aa7394465e6bab92b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:f8d52c53ca49b3f9847d2e568779801321307e329f802aa9456cd0dab7625232_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d29e5c26f37fc8212f2ff15cdac470982494be155f85e3c310b0c958b943f7f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:fc7a6712a6fe86a47b5a745e06a0c6d164779eb198f284fd0996847b025e53c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:32bf2e7aad1dd9ff5100500c294e343af0dae3d392eed27a1c0305198734261f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:54b4afd46c87b2cc839aa7d8b8ae232aaffe0f39846a6edf9d0d3228adbd7a29_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba41cc4ad0ea8dc731838e00dae166209a3e06d104e5cf11491639f82290eca6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a9395f57a9adc721c6e43e578957e21c8b9f18defbecdf91dc49d11044aeeeef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ba077da5ec7f147b51f0ee4432082aed3b7a3a541729913bc2ed821688723e99_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb48a38cb5d06b67ecfb4777c44d44f3e32a996397450e30f40e7ec3e340a56a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:deb40607f193ff4e36c684ce74167e67a7e96187f1a44a1f0f20f36572005843_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7dc856fddd561c1d29112b0b8d4dc39dc7503974a9ff563612e6998bdba4b71e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a3e01913986169c592bb770fc49e3875d46031b5788f983ddcd52938f9ef7a49_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c3481c6f76c644c017392c092dcbbb25a288acd14a9f01e20afd0d2d35e16d32_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cc440be9f6b3c5e22186b6d53a428a8220201ddaa79be39e19cc31a8fbd7b221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:12d7ec468f9634a53d053f3af7957c5162d92595fc3385b26b08acb22b7935c1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:49f08b645fc28af342483d9efaf2f607c9c2a6b491b477cdcf2985c44aa3e894_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d32cde1eedbd0c110bc10836025cee78421ec16d2924d30f5e6265591a9ec716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:df885dc6da20faf1903dbdac693889d9882722e8b67bebe35f624c11e4616262_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:16c8b8c6aee6f6a06367ca5bfe2be8fb85a05c3f18a819683f49d1a8c73941ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:376659c608333e76b0b48fcdc69ff17643284fd22fdef6c6998f07be54c1cf91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7359a62beac2d501d629e6768f1767861fdedc0d05f53a4424a2abdb3dbb6a8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c71d05c245bf1a4955f46c785d7264985e1f904de2a19972f7ce6209a3be0e4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:06ab376096238d4e04c9ab713d83d3cab5db769b5af1fd1c57ef2ceceec6ef61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2c80889bfaff670acbf859db3624951cda96d4ee8cb1560806ca4215e8c6c04b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:627c6b73224c3e37181a19cb598ef9a425cddc1d17d97b6c23388ec1345f6a88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d5d338daef4ae436780be192907d28a26785021d97865d8a95db9065734061f0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8e59a286a05743844dd1333770197161698788e0db4faf8e00cac6b2fb9a638e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9029d8ef1e4455dbc1910078afea1141f92a5c4d2c298ce1d9e4319209b55246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:da4ff38c7a1fd5adddbc0b0d3defbbd580197680b22648e2ab803c90c4a8c9f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f6c44d76a715e0ca38fa5e2becad93a2bf3a41fd8f181846e7aba81b0c579691_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:167937ed04f625a9cd2d0b8ed6048a5cb7b6d435bc2d41775d7db4dcdb5fae95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:176feea3131aada18df5da44af30a127f4dff392ce8ef57f7e0844969ec95923_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:17afd4ebbc2a5233681d4cc1774fcd70dc932bc10006235b11de8dcce826c2ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d3a98e507691edec50373d79ce9df48a71cb6a19a75c9276d0c5905d4f204b39_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1b6c3977b4835b0cd5399523dd437c230b992b77a0e7352b095d008be96fcdab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:54d79643f3a191710d1362d665b5c838130f3e51aecf1e27a2cdf66e98a3cb8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b8692d27a4799d20ce1a8374ba99f55732bb7db56cdf8f5b038424a086db614_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d196f02212da5e80ac5a73931316d38e9def9aeecdadeaf07aec685e661f9f98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:11c2a1966b0632e85caebc4555e3e2f726277175b27a63a5e854557499e0c28e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7e649963b5c1e2a7e8813569368eaf0ded5e544799d561622d469b03b9d93937_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a23fa7969c6a881648ba03ed1a13692c5db21b79f0608d841291ea9118548ed7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:af57ee131bc09ce55ecb3ae13ed7dc3ce9607a7438f0ac5a6e64bbfa000546db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:3a7644c1ac089cabd142fc1743b47302eae8528b13d1b038298f2f57cf746326_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4b5ee426703ecb55bf537731c39c69ab7f86316544cfc472ee77fbef7e5680a8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4cb60d36cc3b34b4b1496b74b9b2e68ff152a71d7f957b356311ea811bf05573_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f3f64bd2f70faa654f7134d803efdc032df63fd4ef07c97abd38fc41e625b48d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1b75d96a4cdcc3a37848c5edfe598cb1d99bb3b0707db5e3f62478320eb90f9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:876fd001172d5151ef99c02826f834ee4db4623b00699a8fb30d6a456a7a8687_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ba8fddfcfe0004287ce58db40c1092f2090b3bbb0810c277066aa2d97799f8b9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:bd9982e951fdc7259571b6d5983ea2cc44402cbea411ae9a6b135692bf5939b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a7a8d4d8adfd98d3a6e3d37644b33966f2c34ff1e553fbb5140ab9a15563e821_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b26a5a47cde227edb5e7f6e51247a6cd91e13484f6b5f7dc19b62f83b7478361_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ccdd76d6734e3a3cfaa1e432c1508c097478e842fd436672e57ef2563d817e4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:fee8f3b24b431ac2a5d4fa3d96c90c5e1aa68c08ee8ae9963fee457c98795197_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0e559f5e780f3849e73d7246176059360631d8c4a7db1700f6ba1b6a9e6ae089_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1a376560672f81b7596417591491e71d065e90672ff6ef5d37ed0785e9baab16_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:350a0360dfdc31eccadb0e8b9397d5a3436bb509999034b60e611428eb006cc4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f8b68ae48350a5aa9bdf47a36efbf661190d497ab5a139027a2bf4579d21e095_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5fbe979b3d448e36fac9615ccd96f8583b0d587d46f6b1b3749e85938cb2e510_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8d45dfe709ac701d6eb800b081947d39a855f65c756f31ae47b75be9fec0c260_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ea4fa6caaa81f207f2372c6179c3698e225658387549ba567c232170cacf8570_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8fb972b411085b4551e10adbd419e3cb89754ee5300222cc4fce27cc349513f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:066d438bdfa1626aaa7a0ee5d2e3222724f2f0cf5bc9a189b67fd5358a0a48c0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:747c142608d6f43952d315d7858f57edbd2d9de2d255938dde311ea580a329af_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b2ee2d0e9906ef1581677bd239073c09f93e5b720501e9001926dfe7db34839e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:bf0b42c5e7e51129966a4744bb253b7c336bb88b1f1a562e481f7eeff5428136_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:3e9309d53caaafc9b145f6b7fbbb8879c9f018ef226afe101f6dc7ab02b67856_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:3a558e248efdf5d3111b7d61e8bd471682e7038bd34c4490f8ba69b91b44f36d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1b0981e2ee13869663087d6504e0c0af6f2c56d2ebf81d72b4b7c751bbf6e500_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8073e0be1f7f7523880b30946f1b6868274c070acb97d9da2f5c486db99ea18d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8980be22bddace1adb383fc356975fbf0af9ac8a20bdc95b3303a80fbe296f3d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f4293de50825a003a825306a45612531dafce45b72a91cf4dd455d596a0c60ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5bc26795163f03947b3f42a5c8cc52b7fd6eb713a0fa5a1558bfe834c21edc0c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:7f29c85842a34554f06db311ef67ec08d1d947d32b4363d1153d92c8d13c3214_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:92857eb171128909119700c431920f543cbfc89cd06aa98db816a2fcaab321da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e931e3fe478f8f905855b4516e1ed9b33a161536c447025cd14dd68778c40fa0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:338034a3ce7dff3efafd00fa35b858c23c2ab284f743df414c6cdae455f8801a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f12584b95171f442bb3661c908ee43de70d0400c6273eb4e93325a5f3f167b54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f37f6568957ab825b08c2ce8fc6b32ad18f5b7bee50b24b1804e70cdb144e5f4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f949249e3847338ce4ae9b94b0d191edd3f316d471f0a9047f97e41e41b7554c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:407286c96b6e9d0ee4e8abec2b06a5dad70fc69820a00deae47cbf3fcdc65a40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:52294a05713b24485ce6d7d1b867081da2f01dc008b9cd052bf8c4c37839f581_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6693dff44dcfb7e6fe67f5373bb73d84cf401d20640c959375f20a24d31aa697_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f65918214ce906cb5af9a59ece43a36870989c579ac1660a2a58f9536a79d9f9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2ec7076ed08f4ce7a61f95083155b5315acb6004ea4245c70be2763eb0ce9f4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5a539e39b3aaf61d63f391b6960cdc5746cbb4b0fc07b85a98969f5c9cbcca4e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:93505b057575ff9292e2e96903238708b940a23953a79cf8742c880f1fbc743a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:be43f0ee18b6d56d81a09871c4a30dc2245ba60cf17ff0f1aad10e117f40aac8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3923e99d803b6dd5bfd2fc957101bef6dd86ba8f6de9e59a849e4c7a02d57e0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8253bfec4409c9a02be72d7e8d87fe5f4f81c1bc58a294f02dd570debc4f1128_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:851fd20edf32778383c81e3c5b935ec5607a05f8fc569f64e31875b8bbe81d6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d06d41126ced4841fae74d0437b18e9f1699d285158fb8725a8768a6e9065b79_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4375e44dccb08eb4ecf461f4e8e7e97d617ab5b1c968beb481d5795e6bbf0229_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:75140fa657674afc46d698aea19115a9f60c7765ffff6a0c4ae5ac166c725597_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c1a31ef64ecdd90020d72f323a242b551a6a4a85a4dae309e19f5d8f12d77b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c3b1ed110f6b17263484b7fde65642eb349162b206c0b9a2f463bf5eb13273c3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1369aaf62d9d273eef766c42f7015d56152f6b8effc50dc06d75b1bab38a20a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:47402101d62f418c0f6b8e3c6e2367a8c84f5151a0204f326bf1fdbe983c603d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b519e10d4cb8fd9ad126a36fb864d2f29f7df218ffa1b3b5f222e0befafbe360_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d70f848ab6450690b8329ae367ff2e5a3a5b295c073028dff7cf810104c5be5f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8f8c882873232fd9a00adc69e199f1b4acacffcdbc282280ebb61dfb1e61b875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9fe79073bdf1745b388fe52bee661394f96ba5c0af585ed8ab4a61724e324777_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b2b91287350dfb474763ca5d332c4765af0c1ff2d7be722e23ea93970add2687_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:bb5f4abfd26a9446eb2f4cb1355bda840ed1006a6233373434378abaf0e617b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:07ff9687205eee39d9ca211c0bb0c6b1618848e9e74bfbbe793aca67de73fa88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0ba94d11051416a116cdf516dab74d530a584fe7c4bb1e8d3deb3bde2214e459_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0fe87955631062bc7ce78891b9eb056f899308f8cb8101b3a44f889c1f0c0654_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:786de5dd308c9fa6643aabecea0bc666a9ede6fd2a5ce1cb0d511eac2a19596a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:719989a197c3bb8b8af09e95af49125cd28014fa74c7969f3f3b939223a6743b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:743119e024a9aacd8bd4bf45ab9c14e684ddbe2307d8f965e972ace243f128b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:76c523fa10e222690941abc8c5564efee1ec4d309a7d023480b6000a545d655d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a13cc82f7b2053435d5268416686ae2ba89e37b6561e49c7ac395cf3359ca2b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:98aa0e651302bb73569a0578e6c11a1691eafb5b0aa28dadd714a7b44b498f8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:9fdce4b5198ae740daa858432221625391f7283bad587e1ebc1220e7b0b4fa28_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b072bc3bdd61164b8076f2799e705ed8e34281b2cdf24d9cf08deb8e697de2a3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:fef5253a6623c30368e9e7e271501adcd9432b96473cf8278a7b81140d287de0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4eecd436b35c9b25eca6975ca9e938c2256fcfeead67e1ff4159d7e36122122c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7e11ca9795aea60b3f0853ffef0fdbf922f4863edd96c50fa85110f36bccced2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c95f8bcd0835611bb90983e96e3b780ccb65bd2bdc7f7554432ea971eac8095b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e497c1834c97590a0c388b58dc823cdff79ab6befd5f2a9bf494b3acc3181eb6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3a7af87b46058334b97531a4b1b5cd5be47e2ade8d74497429529bf0a489b275_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:97313aa4f1c1c9aa51c77a153d0f0eb35cab9711b7f1465b82a636ea44e849ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:ba0927ffd76ad6689b808e734038678c91854ca3d0630613094824549f8a150d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cd8feb684b9c70a4ffd7077e19812273f333174a70f7c2b63d57d140d8002382_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0c8bfd6ea4d0729e0ffffac9811b5db2ecf5c40e68ef048ab104f161d2689b74_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4dc7e3242cdcd1d3c1ea5930da7d4e027383149373cb6af0551ed2572eaea0b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b78827903e5c338d67a4ea2ba10ee67e16482ff00968ba99c27af2b6d50ce202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c9315d23ab26f6f40e05a5fb1f9f2dbce075244a035b1f16003d1108a7ba36d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:270b5e756fca54f2dc05f04b6f7b43f7f188153811decbc0b49eb215b11c2372_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5331e8ebfc48f4d2322226b8986dd178f133a52edcfc0a192e89f1785c8d568f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6cfd8c3da57c17ae1c430f2881c66eb0b1c456bbce4a9ada2491b2c873dba985_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa346af0288b5886b5f095d1fa0ceb7715d4333db919ff9d61078f369642cc29_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3403720059bdecff83f784e2fde54d2bebe09223ac6cf99ce2b4c840b9cd4a98_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3f8cb2cffaf6320f14ae09f7e44c965681b395370a156253790764ec9d2a2aca_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a02dde1d0b4f4fbbc4e6f0afd24da1595672f3f290345a4f6e98e11d89854a17_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c4e8ac4fea3c281effed3996a378c2e952a3d3704e47863b2ae6b266d2280920_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:46a0b302273acaf2582d377271b910d9d31ff98744cd8f290583a7bd5579761e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:af0442c88d2b9b93a187010065424798d89aad1d695ba438c815d04d7fcbef04_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:bc7b78f67fa189ba63da9891a1b05694d676a3ed2fa318336fa0850d63815250_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ffe4e64ee1b721aeefd8f1ceee11d225dd69319385e3e70f0bb52f4f40660a45_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:29d5a91b39dc6e72677bdfab50f56860c53e67dab139b464dd571fef9780dc6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5e6d4e29635ea0b075e402931daf8c384d07ec8660223babfd0df9d572ea6912_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:82555977089a1586dc24154b46be6499607a9d15110e5b48d9a549ee73f3843c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f32c4a07d2b7a14c39db1e5e5752960e46bcda700b292336480c95f359adf0d7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:86b3e656caf1c93ba2bbea00514a17b9d06cb7a6fd5c6746d80ce35f45aa5907_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ba5c8896242125c24e3a7e5698770293a601e9e7f8508465d7b45920cc9ce240_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7de62e540922f1de5f492527d07a8e8f4265d24b577cf2f93415209ccad63912_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bd71e582ef755da7bfeede697b5c2ab29ab9fcea6bfeb14cc8ca168fce5c7bd1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a1e6a736546b54bb2797d85d51b8f2b213fe2f6be6b26bad5b549df9dabf2d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:efc7fb9608c2be8c3c65aff302f923241bf8d008bc71c2fbba0d82ffad2b4f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:aa63c460867d565b44b2a8e919ba9a0e7fd6717f71588cc5a7e2ad268fe13181_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fe1f1b5d6da2e5ac66c689da49a4c76916533f30ab456c9961a225a5e26cb6ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:36fdb2cdf796941fc6638036b3a31048ba0209174c7a62424fb410ae14b1f81c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:65a0b94e9f663f3d73a9696a622ad46c73a5fc793f9dc46ee07fee8ba3bbb443_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8afe2a0c6b1b200201f21b148caaa682bce77cb3b1027f61d4c873e5babb1b30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9f7c3543e4b1a095399d1219c50f1f5081440ae1605154324d57ba9201aa4fe9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2c0897a842cd7b16b64888568ca65c2a6e473c24b2ba9bc5067d6f1f237885d6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:432c94d7d5d46ad66348775fa0e1a6c2c142469e8a770db5528a1aa25664c389_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c86c7188163be31c7ab04017bc46ae88707437f804ddf2b5bd5a73ae34f64312_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3f836bb9effeca4dd6a230a4241282d33ed454ebabd84829c41e58db5f24f47_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4632ef8ca0af5a8115f3d9490c2ad9e2e44361f4d0671fa8a3a1006254b173ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a7d2d10f5326e2d71551289740eba86d6dd2f12526dc684b1494bdd4228fd8e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ba876751849dd525a26e70996e7e02092c473bdf386ec4663a54ecf61c4f0d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e842cdc56ee7728aa71a7f95eda9777ba229aaf959594e73d998fbb30b7f76b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:90331abb869c0c04ca7bb59681cbd957ff54eb0e0265e16368f9fd6ab6937acc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a02580814c02bec4c1c9b79c4b5a48a5a59caafa60a573f9f99a4a1ca07c6f71_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c197de59c38c060dc8aa099a027922853e4b9dc7e5589ac55c8841dbd44b1367_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ec7a4bcebcc80cbda32227224f64e67cdbc98d3fab95466b55c89755421ea4d2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:223df196f0cc747e52ffae9f3dd03fab2da3c72d5e3b189e3035d4264a08c6c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:29f3154c0b972730ae9a54bc496bcdf62e9ed348b73d98ca958a265717ccc2a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5e12029e90adf045a4377f4be2be75c879e57aca7aceffa2aef08aa262ae0f42_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e150a242bffd4437f92000417cad89969fd547b5da514f8586802b99a668bab2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:17752e2fbddeff8e6f43bd354d91f248b4e69d88e80b29b75508fb03b82d92bc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b1703420b5a67a12f055518b6a23c1d8259dc8a064a1447196f642dd23363806_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b93a134a81af485a0f07dcd6a71c816ed517178826539d0f53b6c45dce87096d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d266a3bfe528e76a8c6ef1700a2016080d084cf6fad2e70efe5ba52ff0dbbc51_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:8c90e9864b3ff53d398f2451254dd3707868b36c6032d8d139cc3ef2cbd9084e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ae6ebf086515376ed35bb432a7f567f7bbb44b8d1b86773fd86daa387c5fb933_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0a0cbb021e13ce9d693eacc4982ece2e8ba4697f5d5571b8d0671d71824fd07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5271f6452a89fe7907b16f486439f54f0dbcc3d075a70ef446ee4cc62211b1b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0abb949ce9461e5718c1988f57791c7537eb1b3d2184f4b4268fe087e39726d1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1267ac849f67c33155b54409011cd3f0eaa27d5f211703875cfd383d1170ef9e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5082f39df1f143f23f0e587dec5cdb3e3b033ab446a57e7e808c88e6211a1a67_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8fa27bdf891edfb80585e470f09c9d6fa369aa727a3698b936b4818a4b46448f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:017bed02593deb2e9cdfe0f268916e5d1c8cb7a4f1362c6eb3c94050896d7276_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:027baac40981f53c9ec53f5a4241a657929d6289e42a0e5deef617c182b7580e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4bd5b70373a257b1fce20135ff4a4b3e6962eee541c67a0e29ba9a2523d4d4a2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c0b3ed1332b228290882bbff6a1ad6866f5ab2a4586b261949832cdc3bee5797_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:047c270f56b685d5a4e67afe43d2f1ff47829a259be6ff93bfec4864233d4497_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:50a6482667d53de3d7aa2bff6df05ca21e4e9773996afa8b8038721e231deaae_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:653dbef43ed7f531ebf64c9314756be42738f1635a64097c53210ed0b6b0de88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c4d2741561038e0080204335efc6eee5b6ffd8878553b240dd433fea701e6bab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:3de609d984e39497dfe119bb8e0ac2d6d823dd894a5c866e5ec87de5b5711e60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e3a8b252aadb5b32f42009803b56dbeae49a3ddbe9d00aa27569af4747fa403_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ccf49e256cd9c3bb428badab464a17aee485ee1516896f1ade10da11085e843c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e77ce95a84b01b09c5d1e6dbdea8970543aa3a60f9292300beb078d1288bb801_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2ab5fcf7003f4ba3de7656a284b11d6ee05bb02cd0f3532671a8c368f7b15178_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:44241e57d9067223cdd1585db9d699db113931b7a273d207516f60c498570677_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6aaa55450d567e2fa992650c456cdaf5529c5d96fc9984f7e1a4aa9ed6294bf3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f2fa21e8a0e88b25e9037a9c2db4b157ca6fef8b765b36da7dda71bf5a4c4478_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:10bfb59c904103177754f0336f7b7bab676d240480a8213ec42a778bca3f277e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7aa4fdd78ceafdc887a91224614657e86c1e12b72fde68dea4ee5c6e9b610cb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:e4a365a0516b0c8ef2d1259ec4bdb7f76aa9dc0d3c3cfd5d5b3d34341d349772_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:a06af7a856d5f2416777c1bb1d271c189576e273450b25c6dc5937cd16b8bf8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:28b8390dae142ea16bb05f6bd95f19b6ab38dd67c341168337ca07fe4f45fe87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:be6a9bcb97824c91f393af5aac5a146d819ed9893f5a074e146afe18f3a50dc9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e6392d583f97f0932dc01be55534fbb6dd3014f84b745e8bf7583b96ad7a7761_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f30d93c0f244f5ba21807dca912d18d4facf47ceaf43da7efa41b14ee816b71b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0848bdb082bc8dae6bdaa956d2ae36fdeaaac89024822f4bcdffb51da1165fed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9f9603a2dd344770da433fe8dd50a104d69e80ad463f9cba71b3aabefc4fee61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ab417553778971822422c6eef94aeb437209fcf88e78188b701d4b2243ac5be7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b9bb7615df3eadf64501f35dcefa829934f330892801cbb86e9f70f5dde236ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6bb4c6c64852f2b7ee590a0a60db256d8dd549a4b141fe71d311bf30d0ed88ae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:837cd26d96a814814145cd0aa0cca672769283c499eec36c457ae432b99a7466_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:956ad866d891e1340f630b9cad6ec73d1fc60d4061d4c63946ed714900388a3b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:9c91591eddbc058f05d052e3178102b28ebd25c2c9cb796fffd5047f5d413d12_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: golang.org/x/crypto/ssh: Denial of Service via crafted AES-GCM packet decoder inputs"
},
{
"cve": "CVE-2026-48801",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-07-14T21:02:55.149976+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:0c95fbbcfd5c54e6b2934a8efb4f8523d1536ec1deef78249f4daebaa9d327d6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1b84b2a1cecab16e75947d29572008547922714207272a5dad8169d1ca5beab5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:466597e63e82ac365414c803f5ecb8f06a72374885eedc5daf9532aad16ac148_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:de9cac5c7ebcf3d43cad87758dd2eb0f4d6480f59bfb4112c224a4497aad9ba7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4ae516b98be8fbdb9b783345fe680c1d6ef57b5dc06b2ec3bbd20bfdb7c9b2c4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8f242ba3e0b9c57ecbd85f0d4c1bd67306357c92b53968a42419736c3dbe04d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b717614ee549be99c17ceef3d755c66abc983e821e04808df347962858e0da81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bd0f90ccaaaa74683b9bb17db0651dfbdfdf8f49adf0ecbaf8e83756d270b590_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:040115466e4f525e9f2386d6f8838c51f8e1638eb06cd64f071d4ae027a8fb9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:1a677b9d28655390d007acaa656997b12a32e9093c1c228778ef96cc6f4ca875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:39c68aae39089d044ce992b949d4e9961105711501daf3d4f0ba7e9981920729_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e814640d65f77818c180a706940337f8ddec8ebe4cf22c51a58a8b69e0f4099_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2831d7dc9f3cad92219addd21b93959900ee2f71e2d988fffe913a6f88dc7e1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:50f602354dcb223759d781cb057b4081a424d6a509178b10674358cc8dba41e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6925001d8a798896438ef1388f54bc29825c37d41f2f09a59e3f8bf60b2ec6af_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e01a83cb76fca294a011e022ed86f1da8cde36928096422a440bce8e42fbc8b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:757ad9e0c37b861340a7b2269b068d5b0c6355322eb5f5898a856fd9c4495b16_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7f68ff8059ae68d15041b8f38ad5ee5278289e1370d276cf7e78fc7e9fc3bb10_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:816787cc8c95a4a2df1416f09af6228559333e1bb1421ede0c9e2093444260e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f9bb9a184319c9fef278d3c6705f56cfc592c844f5c458bd20bcdc07c4230982_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:198f39ed50bbd835f4789057f9d7fd8de0962f1641a7f453dd90d68b5b2a4e7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:633ce875ee7bb08d9bf00cf79738e3e63cd6bf4de2d40fa6860142a301c0968c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e169d65b86f23d6424af5e7cf9e1d0ced58382128092821676196c0a05f91da6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ec2586358c34d0130b00a3714b50c8b7bc33ce915aef6aa79eb214d38202f37e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:13e81e4c25d8c789ca15eb4e84f3fc531a50b4dc0d95fa3573e002e3b54cad61_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:17637f8455e0e17bb3dca34545a26e881cff3e1444af45b9f45c3e282a252bb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d2dde1514fcf3308d1469a0af6727835121c4d6a1a1775a675a7ffabba8e3bed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d6376055835ac40728181d6f354398a0e60ca131d2fd8f41471ed87e974ea4cb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6f86d997faaf61c874def5a78cded319a188c1babbc4dfefb91a29f7e0d7f0fb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:73bceed99ad1b0bc99e66ab8361037e4046c5212645490161572fe6f34de98b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:babd6b0e928bb674289f34787d3aa536bdc4c24a877a5ac9311f21f0cc9e6224_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d00a12f6c4e75a2c93bdd135eeb742f42868b0186d9d03f318c885407a17e439_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:0932891a63e5ec5a076c7848d5746e29d972f3a96058914bee8fffa4921fed38_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:472e977d39473b92992f53c0225de477318b31be8656c37bc35193789ab7a456_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:71021ecd15d688aefa6db79f817c11a751b51f6ea9f2e48781bdc49c6de98088_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:9563eb7617a4d3a9c22fefaf03a4ede698fea2621a68ad231cd9e65930043a56_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:1fbf3bf4990353e799dc271bb4a0c58b385feb2ee60207636a3f76544b4f5ae4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:7815e9dc63477803e7e8bb8a01ea83043b5503ba529f64db3c76ad1c4cf2f0b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ab22d93f277f9bb65fcb5fd9c448b72f82384b9be43b8ab525d2836832044eb2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dee02e09373732db94bc442ddcb2eb4d13095a04e35c674387d3df8ba23d67d5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1a046b24339587101462756592c87ae4a8f699fc2977a703e6d031e2022a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1db6c409fede3e9ec09788fdf286fdb0634de6b6e727ec010332f7cf2e462_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:bd6be5cf4063439e92a1264ce3af0ea6528b9c27dd4b26f043a80aa8616575fc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c955c4b9dce1b25c73453079a21d84c5a2e5d0b53cf6e351f9b1855f08db3fb9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:221943f7b65573c2942d88354261f93a01950be1d1a86fa853544cc4c283c027_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2488ca8b2a8f658f3deaf9a70b12f7aca159490b5e0861d746ca8ee5d2010041_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a3435c546844b61f456789fd315495d6bcdc2560756e9fdfc4b896cdf70d75c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:be2e4dd58b8ed72278bb2c014317e69185e2b19dce37beea7fec3798abcb35f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4da2632fea643a834aac3fd63bc51fc6b0d768b869ac450e6779c9f36429a9fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:56ab8a9553f0c0202a47d858e234f2672098514dd647502405cac1f28d14196a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:abe530f4e865add435da2afd379a3a11a4d75c257c2468a09bc78f10256e0be9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:fe1397131aa0d447366fd627b12582ed647551ad3af13375f8c281ab73745f0a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0857a5a2cfb5c277bc2d2545fb19693f23285ccf6b75144da8fcd7225e1df1c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:43b36fb1f7ad271530f5ee9040cac4651a684e0e08de2ed90a2939b736b565ed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:7f86439496ba6573ee1d61b5f4d414dfbbf65a95526cdff54e45229f01785517_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8094138e4ed2267cc278a83a1586922c957142c9e5fcaec62db531c83b79566d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:309b1dd27ce0c7dc332c7141e576642db4aee6076ce50ccc2930e824f02ead2f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:35322e4580b0fec862223f76e0bd3c95ad0af31f3d4cdfd6423d3ec47d6e25c8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:699bc772c8a648f8be7d6a5c32d786d8f6484e584d918d68ef8a32cb1499663f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:779afd8e0fa21d022d7e75e7ba8da00cc7604db1adfbbea879bfb1d0f8c9c831_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:49e98d0193f7d7b4347043f0655d350a7a0c0d8c8b850d95abb57acd13dd8ac8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63e308cebeea85127f584610f59cdc9b228f01b9acb227f2f6eba7fcdc29b1fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:71f9b47dbd3985738259a6bc9a5bbdb240fd21284a194b47bb78538f8e870cac_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:9181583c88b3be23253c76e277f140c0a1532c1bff7d62cd0da1e14beba1aab4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:0f96581804dbadea29d9ef9a2a952753f5fdf295670ea0297622214e2a9b7d0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ae4714025025642ff5d9e250a4715b01d933487fa8bf4eaf82629ebd6d4c8702_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:cdb096f05b664fb542bb6eac3cce52c53da2e4bb636189bb53f737d3075615da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eb9908581f71dbe01d8553e494ef022417196408e9fdbd32f08fe1f5b9c9572c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:08725f7a384b4e72a173141cb35fb67293385ed72d973fc4d497f3c0f0dc626b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a322e3fc620e914088fb5669f1459a47140abdf027bd011d6ff4e5b3e6b909b9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b950e80fe164f86ddf624c80210308a634929ab8eb493496ef86bff1c5248fce_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bfc663a0ca81dedf849e89b91feb3fe0af97932fe8a8fc711d7ab85b6cbdcc84_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:13257447171d38e6e99c66faa476de6ff6ab934c285a0d1bf71fe94dbe583462_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:23fa493f397748092cd71c41b9d83d19fad6a5433b692bc644e30af790cf60da_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:28b1c9ee4102140998781ebef22f269316d8c2be2254c10b4d7151dffb0d37be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:be2175c2c6c9d882e44cf10aa85f1219573952473e893f67cc7085bf0a324407_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:61417bc1ddac0bc97c786b5807c2fa33eebc75f7cb186aaf9eef2151dbaf75a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:73956194247e000432a8c5f7b78255062c5ca967745ba2d97e680a06f698f518_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fbfa9ada74c4875985fc4bb8366d21eb5275a52953d44bc6bc740d48edeab5b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a545c9c2fbb36296286f684e02f9a5bc337b3c3fb9c83c608c988c88455f9bf4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:34a8a8a4a62b36b5e0eb061db3d56905c8dddfeb2e7a7135642f947ce6bd01ad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:41c2ea14036c2f8639cf0dd634e327841954eff4529743fcd10e8475546165d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a884f443877c7a3c0b32dc60a79e1bcbe89036549da7a8aa4608ee2ac6460765_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b28e8574a1d3b374ac4a61ea4f3c16eb70d9ba7385bf830c8698f4490f8fd3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:8e245c278c66405066cb31e9d48e97ad9cdb826511bdb1104807d26f896043a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:380e3045135a40d202f330002512a5c499d8d2079cc38e5c0bbd5a2312820dd3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5d06442daad2c126259fa5d594b53329e386f560b77a475ccb0cc37148644a5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5dc0ca56deaa237fb0bcddac8481b45d3ac81609b36c3b7bbb6cff8456899208_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:aa669084fb336f5d89d86cb58aca73b88d6bc4b6505eac2020664e0b6abfff6c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8cb392862e1835b610757e822332074ac459c593e9bd60fb6b6f6d0aebe577fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:987afa1aa902bb85d7c2d96f1637bcd19bf21eb832444c98d30171bbeb746751_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ad2f0cda09211f3e0aff615306168baf808e6fefbf1f039c3ae1a1fa7050a61e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:bcac50d10432ecdb8bfe2b465ba75889248ee8595f23c5243d023ac2a336f3b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3cf2d6f464e6a2fe5b4a8cf66690b3237aefef0c825a687a548f81336507cfb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9bd17213796576ce4d315986dc0b271011c37cd6e9ed75edff5ba80c3302fc26_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3205092b914bc1fe858b2ede7642227e04f35d06daec4848fdbbc0406fab4a03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a20ecaad93b15b869fb321c7503adcddfe1f0f5eb3f0f6427bd363234010853c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:57259db0550547f85684c19078b9af82b6318dca0c00ef8da27de8c8dc90e305_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:a95676fb6c1cc1b20cbb758a7c9fd34e82b3e114b81b5c17f47ef303feca3d51_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:49026487ee6722c3d438c05c1c181a36d14eca2f0d8debee48e4a02db0486145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ee65002c4934842ad86197a89e838997bb87a93ddc9de3423eb2af282a565c41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1bb56a1a194ba6f64edcdeae267fecec590c14c85431ba62ee8c6b5744da3a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bf72f3bbed57cebe1deb7690cd7fcb6d371e526630cb386d13180726736219c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:81afdbb2d9fe212af38a11b4d00ac952a306e13f91b23b2a081c0393173c5e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bf8d63c933996abf39eab9406b3061bee014d766a58f4e27a56413652d319a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:4a5021268b1ab163318270fc9ef07afa8a29f288c95ea69700c4bf46f88e85cd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ea443d9738e4428b6912b47f9c1d8d05b75cf8b137f0f9a76f852418b33b989e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:00148cec706fce87b240d38dcc91434f3c167052d5860d42ca9057e24c3f35eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:7996dc231961eb51daaceda9598b04e4bbe7d0e4019dccf5adec8a14d6f7e1a2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5c70298b919a36de41bf25d870bfa3da4013d36c6179db3eb6dd2e67dd20bff1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:a64777ab69af6f2b6cf4b78e5a00148e98353748946991c0a6da7eba76b442dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d4b6a07334845b2938c6d09556cea5e0477d13d4be6247bc9e3fede2e46aa3ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d5e665b41152b8363b4b15973a7b86365bb2c047366aa69bef7e1c499cf4fd3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:1a29c30f85b9bc858f0c70ca5ed79934494d92849f23baa6c7f26f67ea49c57e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:70f95a8b240afc604ee9af621fc3b63adaf80f593f3131e7ed51077ed2c77a1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4d217b45b97c9e01ba3d54d03270be07e9659b0d4313fc85999aa49fca560108_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:634f48a37ef03dee1cc0c0626c32aaebb8f9975b4640ac540f02910bdb3b165d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:00f06d1c70494444172d5630c33e1c93c333a880520bad3a810f96dc69cced15_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:01ac79392fa7a265608b75458534bafb6e5d350f2e8536bb9de48566c685841e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:12047af5271e61b4032c04c98df9ad54363d6beb13b36f49085307705677e345_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:37e5fa3bfc88e99fc78f2ced6cb4a99f5099942e40158dfa6940784c3d2ef95c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:54d10266c83c4d5fe91b013dac51538493ae4a4322c925e561c45316c73b1e2d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f799d506fc4087aac0eb4b2c2d6c8e511b598c6b3cdb1ba5ee470b787759fd8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:061d1b86afedd409ad4947a8ae59064f0fa92360cc82f640cf124776753ea3bc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9c7fef9c0e22e1721125d5b1312e509fada544e1d3d956338c3638aecea53dad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d3d951b736b910437255f3455b76357bfe0111c257f5a2d8dfe0f9abacf30fe0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f7feb8627754651663208ebb363a3e42e1767e16a65914148ce0507a77bfe795_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:23b0327190559517a3526d2500534542e9a397210cc6f663ac2b313aee902e92_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2911daa552328c8b01b19f91ad43ac54da18d343834c48ef35f12adff8077785_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:43960246dc7eb7bcef847c0d706bc6b0f0a407053a2cca7dfe27fce23c6d2af4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d05434d4552d2ffdd45d2fd44b1b2e2e8976a15f0f4ae59ce7dea73ca97dbcf8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1f7e808f97ad41f4c301736bdf2e06da73f2d0e3ef4ca838f0afd65273db7c8a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5553003527f078011d0c440f86c1480ff4e62b318e98ca2a4af97b42e5e186d5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:582a4e6fadda74e5c6c49b605b7967e9d6f25c84ab3de162c30931b1dcaee31b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6d54aaf9249113e5be1b6a87bf439ae778918533077a41ee9442396cda4d2642_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0b4378067622a7584c3be2e5e5d8748a564ae7672cc882bec0c1d6f4f4c28686_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2ba6c6b021db9b58614b1ceb9b736978b0e3396b04dda4518406b041448dd5cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7f7e406ef7b654a66bbcbbfa5326ceb1ddca4a0236cb60761a0ea48b919e8571_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fc403f7babe4eb16c770c80def94f34696b3a8ac55360b17c88edb11b9ae5a8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:473d595a495e4656de14b1b22456ef1ce2218fe39d02bf738990c0be4cdf5440_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6b3fc95809e8ab1be94de33cb375207b4302f93dbfd51f2a67228025c1e304fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7d0a9db460cb1d4c918f87a02979048f170f5e692e83cd517bb9b3271aa06dd2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7f1e2dcfd02a6a5fc56c6665979a8981f11144a5bcc6419feae3964b190583c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:775213a7b6d92d23694dbd1538727c84ad58c6b8a8b46587ff7bdeb7312acc05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a649eef7fa6148524b1f3aaf18ed6543f65ef91ad21358cb0af865401061622d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c593dda5f85469eb4ded8cb6c4738069d48a144823a070b83b58ba7772ba0e90_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ffdcf3c2b138b62cfc84d9916799812ad73fcba9c3416d7442f3686417c85932_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2e1e514d9f3cdf5f04ca924fa98d036988ab47259be5df67497931321634f730_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:32e93e986bbf92dd3a3e09f9c76bed29334b5cf794e18b843f81522ccf43697b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7bfa1c21aeb7971fa978d49455f4b5dcccd4ccc3de147ef47c32e9b74bcaf2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:dbb5abf21bed592282f09e30ba1387b084eb028bd931df5609c07fb8c09a0d75_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0606de7cca514d2b4ad9593d7f37950512741cd8f1597b1f83951aa7c8839268_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:116474d2dd37c159032b15ff856dffecad2ef0ab76298bc43f840bd0245ec78b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2e887b0da3269f28933bc5af839ea2df95b7aeca3993cb31b0a1c92e7043cce4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6029166a01da021523fc720ad70fc59f449684e577f9f5a36e0e759a39d0a28e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:849b8be9f7fc785a70451c1c0704501e2b449650acd23d450d145da1a760c166_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9c5d6a2d314e840600ca6bd1354c7dc6040fbdc216166418485d6edfedb27ce0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ba10e440e514662920d68ac025d5f3841786a393703fc2dc0ee21ff1d2490015_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bac1799b133fd829b35ac619a25a272301816494e83be5a251f78a50e7fb2f88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0469874ac135c41bb590ddbac02428775083221257b6904fa376335610c4acb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5823c8fa1f1409d6863dacda718e35b7afd2915befa21343dfcc68b6fef7a9ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b38d3723f2547dc5676460e3738420e243c6fdf7be77e54d18657efb9668c438_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e5a5e4c1a01ff3f5d694ca26dd248533fd463c85374c25ce1a9f4b7a60deafc1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:19f94467c811e10882e30eeef39b1266b83ee417974aaf62f75738d51811cbc4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:47487ff8d0cd813ab3354061caf319dec553b1cba9d5c1045de710b8a6d0c51d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b3a0104cb85f1a6965eee44fef58983637839a1f97ddccd737704ab41cda3a25_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e8c72b610288bdc44492ea0a5c2fd66cfb1673fc06f6bc66831fa84c96f86543_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1a9333d29d3561fe95488f3d80136d6b24b4a2e04472d37d34737fd1032a8856_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:705d146d458883660aa0b673a651d05d1d1ad73bafad91e84755118b82092ae7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b9265d767c8a6786f12dd4788377f1a316864863a32de4a4ec07ffc8b874aa00_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e3a7bfabcb96924059fb7906be97a0ebb1df35c6cad39a7968a6461df0cecb31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5c015e1a10e5f14e82e30ba41b1ae6a82cf5cb0bc631f5137d7637c44a3f5b8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:623bc4c74b05b46babba7da628809bac05b48d8c4055648e88f0db57c1bb0e07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9502a32446a8828e8a1887edcf49034e874ea0e32ab5fdb738ab89e77cb5a472_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ec7b6b83c8e934b66505e8051e183fbaac54e78abae5ae99077d4e5e163b4529_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1f15641123321a662f676a46a24f6c8066bba6e3730a3c0d0eca3ff8e548de23_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:85070876ada5cb86e8c585f3ac3114d548b189074723a13ec5d6fc6be25c9964_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a34e14a715bad1d324f9211d95c56ed387ae51b24b21ccf931c12f3f7b3dcbaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e12ce561e4cad13a5d08e8164060bb74a309f66047279a26dd727d34ed3dc16a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:67789c239f82fe3649ab8c0e13f920a788a3612d15a78fe5986a852bb2d11a0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:80d704ed310acc3015748815351da4b54fef2d8b74d7d4b03aabcf9fd7e60b38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bfbcd3f502bf336124261fbe51f19e7a4cb9e9132e07da62354699b30cf6ed24_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c1e371a0057014662b91736570bf25fb1211ead7402154a1149dfee9e55b994e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:175fd0386d9a4e064fa760f23ecfb45ac6ae3500e5a50acac0660d06e5b7ecb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3e9811dcf3c528ae6f5ff86659dee1a590c2b53f7af1a03204d06fc3dc628fcd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:68af6c6e7f51523ac223f4e25955cf3777f4ae5b601dcca7c6ec7e2dc0de0782_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:8f1b3ddbde3e33dbe01816bce0cce7d7bd196cc04affbe606fecfbd8ad7b8b17_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49699de68bf38c34edb696ebe4f9dc608756382a977f497f6713dbc7b6e1209e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49c32ab1927e0969508b906c14aafcbc64e6eff7680b9a10812eca4f17787921_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:86135a8f7d4aed36e7b2a571b431b29eeaac2bda02762eafda3e22a62a7a2d6d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f2dac4ffbee9d028b26e683b63a9f033ef8609907f6c498d42c447a306e75328_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2884bba195d4d635378b0d15efa54991a23f51bcf4efb1095b478f5cd9c34f46_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:d84853556ede64db5615eb4d826879c744f7ccbd92c51ecf392a686af854ec11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e05dd48fc4c26b5dd822ee58a2af27bccfd0ed28cc959a6fc05073cec6f7c9b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e202635a4a52be92b47960bd8ced28634111416b220cca5fa7f86373ecd1210a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ae36d953c8c7f73dd78d620f94a0335ff5fb84b16ce9d2dbadbdf3dc5d66f6d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:308c924c44c35b39c66b429a15a0343a47f7dfad62dceb76ea7acfc85e6bd973_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e132f6b0a6b4e2dc63561c1ebaa0bd9fc669a835b0c22b0d56599e3da870231_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5216d36dc483b1368a03e00dd9dadc7c75de2bc36ed98cd7ea2b089cbe23965e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4bc11f6ad7c3e9c99e708f7ef5a01b4faedc8eb5d2de5b0cbed502395958555f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4c04a50ca49fdc521da592b9c326e233763918fbfd6bc97e001e0e680ce24cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8ba4aabc0e1e36c3ffe66b55c67ab8c305f64aa6011f80060c5d95ce91180c5f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d259704d34b605abd3568bd4c988bf9e831d80554ec2d7a57e7c39a70daf0140_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:14c55985b9277766e54156139f0949d1e3e5f756ade34512a3d5ea3dfed2c544_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3231ec9c296798f11aec6a285b0a8f7c5cf220534d0525afa59c17ab2464abb0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d8767e4d0b2c8222748319f05483bcefe50388abc182a01f3ca9dae3c80dce44_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ebed5c3d8e112fc5086208b4b4c0aba054a0058f3fd08b71b129dc124fa00f99_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:26dccabde8cc0d1ad45160677fe240b3fc098acae82f6d095fad08b78330453b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a168025d531f20656997ae845a4930919d6805b7f9374c40f7835a93aaa46b27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e696a8bc54ef8a13800b2168a395d2cbb08678403beee2dc52c56d04cb235759_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ebc22890c7759ec9992b64dcb0e388881caeeae333a9a84a50dfeffe27e38b49_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:09319f1dcbe090d9677a43249810dfe5b3eb165aa3f8b473417e0913649b1556_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:46a37e99da18852f5512235589ee86dde0db6c09d76a49275a8004422b9ec303_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:535d1b713587008fe67eec103cceb54471f5263516f5420589cffe1dea02be93_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bc614ab102efc7dfaa47fef84c4783da26548491e4c43257bb606a06e8d155f0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:08cac9e30829765f182624de9e45e59b40884b8c39cde60528dd27afa57afe72_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:13724dc9eb7247844e450b59b8cf3af5e5f486e9558942836ab60f74b9943291_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3e1a80763f76f622b5ffcdb35bf2dc20ce1e9c06c4f5f6bf0ae06b04134733b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d077c79741fd0c481fa6e1aa2c479b8c5b380b1d1f163259777c8c50be257709_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5e82ef0b9ab6d4e3b7431a7611bc563f356385dd8927855e6090008685f1549a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:62ba53e306331c1b20cad27ec31cf59687218f4bd5908ed7e9034559ded04b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7664e74786778a96606757f1de215a4a9702d0c9f7cecba7bf8028884a7609ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7a967f88faccfc101b9388f8434d406acdfc85d7d682f9ec742d59eb31074fc6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0e05cd1eaa2b9c558d22892495f090b6b51a316dc56d85ae825b6fc44611b6db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:445fdec85c2510c8a45b2a830ead87136bbb80bb9244987b4d6ffa5858931926_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ccae4f8f443ba6806ea33105d7dc06002d58914626cb9ae57476b29193761b53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fc0becd36b6fad4911a5b8c9a4693320918f7f7e6336c2b11a76adcb6d1eec36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:652f8fc874b95a56393f14c2b56a63faa64c04f6646c1786d07eaa272a9acb9e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:94b9c011744629b1ff6f230e25f876f218ed59d55a941377797f77cdb7c03e1d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a178a796ca9d32ac59faa5eb9a6aea30f1aec65d88f89080f57ed519a7983f05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dc8a79297c73782f5005075332bcac58b051a07d2b35626323f9b69ee5f4d64e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:03d66c724cb647d4a613bb48c9df6e9ffaabb68c8af5a4ccae45365e32456470_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4b9510fdfb45d2561927843dbd7ed869e2f67d9636e59dfd0c3ee640d9fc601c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b3570e078bed53aa3e435443bffbd12a7b259f8dee9d18c0d79b55514a547b53_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fc8e892ccbd8d3c1e737fbaf8f02b5fa6bbbe242780c9cd00fbc5e6889d7baee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:266bd8400632ac70fc6584e4bb2850ebcee7027ff7899acbeca612c6556302a4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2c8f351447fffc2133f339c6ab3a0bcd9bdfafad4a4cb5b7dd2abc32c6056a92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b8d2783a76f514f9a4e8096434ac205e1d82d09da2d67fb930a1b5e4d8089e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:74fa72db679ef47f9a3e3459a90dfaeafcb6db73dfe15b8933767e2f9d19c448_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2b5964f6cb078aba05ada42f0c8280dfa39f9f80526932cc5d41410922e4e8ae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:480b27e9866ca8dfba83e1accd427d4f6813f4fb7f612854e32bdffc10d7d5b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:91c7fa7b70f2cc82b26ac16f91ea084e15a4f5dc64f254ed878c25dd1170c0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:edc297cdb2f670aebc1d3561d801840ad029e8777ce45724066e6891aabd60fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:443e0dd81ae60896d31f07ab49611c5e0629746824df094ce28cdd3cb0ae1d58_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9b16561ca87196e3dd9330184f7abf25e97272e3c47d2e8d594e3095e74f815b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9ff62f63d487e25a750bad29314955effd17152bfc534ff698963760a2615b0a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ab506c549b676ad9d8dd179e2ba871a12f2096ca2601ea2a1f2605ccb849dc6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:08758e6b81d6679b095a8e7fa323870eab35fefc05e525c6ef810b6cc0b3c0fd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:af87d24f6540e5c98def879ec4ea8adeb5b138e41abc126b2c3030c5847fd0b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c5e9e59a08d8940e99da6bc568269eaf71ea8db62dbff86a7f6fb5dae861e323_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f5122187c85ef27f5423ada009d800afa4800e32ad1ea3299586fe64cae8e38d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3c5078d135089e1548b4dec49b7e78658279e42a72792a988447662534b6516e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:56158ce0af0c0eb9709b2d1a172201bc795ed6e5075517b6919ed1302399d6f3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6720c8097a398327f18a5c84c28f6b58aeee017199c2649649a1f159b8365838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:89295652b447f42c6a0d6e1299f63b04016f10ec8faf6372357294a14472e426_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2baa85e44cc4ac6cb825103508c5bd74e348609eaf53ed42c6d0e045dfa62772_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:61283f1fff1f8ec53563012a5b1fb5a48831f0a220d3676b512f5a60b331e849_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ba258012c0832c57b29785be805be44f0b5f8eccaf76d82d7493946806eafe5f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cf3bee6414a87e7f907d30047ded274c488239af5b1f43ed717ac2cede29df86_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:40854e0833b6cdfedcf275cf716e58f3cbc5c44be313fb83ca3e909bd80d0b08_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4d6a10dcda92c599f52977c71208222d166168b29da4eb4727c466e7eb53cdd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7be4c5ff86b0e939ee9f22156812fb98d2f96c1eb4567ca8a6a01ea3aa735dcb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:83bdc9fa5d3893a973794dd7162bf9564ecf68ce44814349a621cbc284b9e61c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:993ba8c1dd84e486fc4084a7786934c356a9b12ae86155134fd1a1dc1e5e3f2f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a64dfd96d3aacabc8f219d19e6d7eb0c1ac5b68b49eb93fcc973d76e67ef1d34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:ce306e2cdafabbaa29467e0cdbf316673d17180efb604e683a7fd1ed7181c6f9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e6748814d950e6f5e370dec9cb7d557fbb0d29ad3620b567840770be826a601e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:04d418560f90c35b42be67886632615d62dc89cd37fcccb6e247212b535fbb7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:40eaefc42c0f0b5adeb47bcd463c2e2a45e7f3af1c0fa4cb3fde9c5479660c4f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:545bc2a7b32276bec515f338aea3a2976c01cc787a559986646aa6fa26ad5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5a2653ccd5dc3f59a228ee8b936460575e1a392d12287661b1dc83a9f8210033_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:12e5e4ea4d19c4dcccb35dba161fdba8a703ba6331b11054e4664818737746a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:180e817b55ebfd081fd0305f63b3e0539fe8d13d1ceb8428ea21e213779fd056_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:92e8693b9f6955f9862c8b576f5e32bffc3bc34232511fae0cbe57d705bfc53b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e5b5d4750a3ffe24b1196255d4cfe15b21efd587a41736307ca8e4e61a4936fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2ca8a85fb07b431d97ca6a3e3c18f1cfaa20883c7076d6b5b4e6942b632f9aaa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:559af5a310f0923dcb4ef9389c51c98604cf44642a13e8ccb46225b4ca268580_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ae056c9c8e0cdc6519ac1a9542781cd54ac2ac8881f513e965b57ce7d1e5ef2b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:deb92b50d5948bae13db37a7046d9b212dbfd3ddb1063ff8a5e5467f0cab203c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0c4f3cf84115f8c9b9bed6b2dd5d52316eb3a9e670fe6b9e28c2dbc350392e87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1142ce3f8a3c1c2a1c7dba79ac2c3b276a45fc6271ad9df9e6a5d8684c36da2a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d9f2c021c17f1416e01ba31a8823b7a87724fd96d7ec99d494981842b5d452b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f3aabf75e838b4a941f64a7a322768729059346d7578ecf5fe7ce27a71876fca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6389373ccb2fbe1b6385ea21dac1c0ca918bf9d3889ad7a738de6be5d7ec4272_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6449fee9a31acc582bb85e0031312e3ff07d1f1843a1c6c410eb79cbbec1ceb4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:751f007afae9f16527e9039aa95c2ee6efd2ee20afe3c083ba7298493d2406f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:afc11a340e28d4100c31646b705e8db302f6b0a96ad3620e07391f02a70438f1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0673d2034e7e5fb412a171939379da14e9269dad7bb53e83be7ecf8233b0b5a1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:18f0345811215feda18d2b63f679ee870e76b33e9f61042d93edcf36fe97df95_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a2d247eb696c80e02bc8c1873e8ee0fb71a1e5ad6cf5cd84bdf504f4fe17cb10_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c342b14ff399c961ce05c1af127244b950b8e9d641ce8752f9d0f880ad7a672b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4849bfa8a48c7e7d264fc6ea9097fa9d33da25f75776619976e3204b42026cc8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d7c3f5ce57c0aa25e13ba9484facd75c5a1dc3caaf9be4d0f273243e7ace327_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:78aef6c20ab3bf78eeb8b8a857ca2a24067d45cea0a070c44d3fcedc00d4efbe_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7f33515dbca04230d98550ab638efa87389629fc7d913c8ec42e4b5bf8a772f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0251068577a1724dc777683dd189468ed77413b396614a117dac6b4320b8f01d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8812fd85c74fd67a95afe09c2ce5e7d592eec1e25fdc6fa331a8bd41bdde0cc6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:89e0a7e0fe060abb45a6f8e6ed1906053c09f95c252ca7813175903db61fbc99_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c3674a8f28935f3140fad744b5a178a8346a9a7f79f6c281561d2877b38c4ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:13bc0d4f7d4508fafca5a3bc61b6449a056e277da131e753c06cbc1bb7781b27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:993a2a0b3f84e071560f6fc1a3ac243fa745ae9a7ab15febbe1385437dbd3ad8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:80fc518199cd3a1ad421b142661f0a85679b12b69d0afe580fe60eb6a13ddad4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f069665c66c19d9775b70a31aa7a1069bc653691f6abf106a88b2ceb8c0e1ec6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:13ef0c0585b01c56b865e029d029a553b458fd2d3d0204eb6dfba1bcaa11ac3c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:599d33b55e88212202b15f4344f7a18dee4f4504b3739d6ec99414d05bcde2b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a751f1f0540505bea087d3ea9e6ba798e89d5deb772cf8e401caeb3816a563_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4c26bc366b267d444f448a4d7bd5a0d26f84bea653c14b261a829669d888cf88_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8b67087a584a2d952a6e80572686412cc8ea01f03ec8d70b56cb8a24a0c5a3c0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ac1123e890f0aee159c9105e26e1f1ed3ba5eb3ea66b422b281c3e9465401c5c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0dac7821ce2a3a5a180f53f381d9e61484cd8c5efab3c9a7dcc70b5783421b64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6b30b39205367ec985c4a9d948e71d378b9483689c3ea179cd0f2476b9bfaa1c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:de903677bccf645889ff7968ebbc052b14273329c0765f7faa53b0ca815d6899_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f8392be7a6f5223930d53ed6d127faf727489b8f5ebbbda6b6b437c529e3c812_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:02ac68c83db9dc50cf6280a418eed9261dd2182bbf51d16fd143519e49960b17_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3746261c5d4744b13d4704c822fd62ce1f486010176fdb3bf95512c72eece73f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:85e34da00bd6d290c04d8eac32f39db59b5f50fceee9b248b2cbe27bcf0e7e5a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c343b119edf863e179df865ccde0b665b87087d78b20919aa5726d8fd240b344_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2026fc52aab5a6d7766511080699112f32ae4576108ff95b0eefc5d807a14f25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:21b5298172f4de1e0074c4abf5e4abf27e8adc02bbf7ee49bd3388f7127d4901_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:42f8af9bf66ea72846b7f7e57652725c31b01fc4a8d39ff7e7882075438c521f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9c5711087546b1ba7cefab267b8aa30b54ecde5926f009518cf0db974ff84c3d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:373c4b7507a978e3dd62e9ea629d1e397b1f1db682e11ada1bfe5a0b45afc782_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3be306649df2fa3cc9f30e60ed5d947fb0678b0231b617eafd3b1593d10feec5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5b01a896101a5189740f84cb1a83edefdb0dc00288dde725ddd0e95480f8e1c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:961dd87e559779e6338a4d3d35c96c0ce6ff7cb9634ce32d4bf848032f4a2fb7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8799db20cca7be653bae6b8ac5adc1d628094eababe740beb5dbc27e05346872_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a36c2b308515a293cbcf265af68ecebf498739e74ef11016d5c0edd3cf47c4e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b86631d6601578548af20a28d132a0503fe118f53d7596a5632ed24ec5a9931f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e867bd8b76b5bc1438a7be88a30fa7707edbb1909920a1d4d1d0da0ddbebdb40_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:313074950c6dec37d29a9722b58ddc951aaf67c27b47568039f29f02f2523128_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:43618db20e6f592602096897bc89eaf3c58490a362e91e3299e20bb2a02827d9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:705f4db2e969d23205de87db1bd7dc8eb1ade64a76940fad950fd1a214dde6e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d2d5ee5893ae16784051d9526c1feeee3c641fc3e6f337ba807744551c00ffa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6ae5cfd48e788096162bc4517f0466bf526f16c84bb61072886a64842856c5b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8004e7284c63cc32a05f6de732791416d57d62db041ede2829d4797139094292_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8137c3932f344ce587769bff04355ad405b6ff27009bf23a221ba52f3da56e1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ef15235cf21f0fbfea74089f75471b483a98c920b65676bb6199c155fb61e929_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:149cca2af3f89c7d1e105de81bbd098c66be5687f18a584b644f21d0be20f414_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:33fc93d5cd30760383da666e8effb6ed32f4c8f2668da36677e98c1801ef4f5c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f9c1ee7f72c926c45cd76c12046b867d9efd7c3c381f34afeeb9b6e97751175b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fcfbae71f81307789bec93987c4523700c191a66663ce53e4009c5e0a8627826_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:04fe8c19bee4b629ee7f18a13dc0b7f49d6a4b6e19d204de90b6b2240b0f875e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5c9662139f98817aafe153a43f700399781d079390d5ad23d3b70fd6ac5d370f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d1147830f896fd229aadd2b766fbb4c8102b35a8edd4d8bbeef4928d89cdbbfa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:dfd0cdc29bca0a2239ef203fe7b58efd97ed4e72daed6609e22b20babda395fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5a9889308bcd1c3981072c83d44206d0c3feff059e0a2029d49adcb974674c95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7a715c7e2a8f54ccee42abf122b0028ed19705f401248d8c38f785d960f1b116_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a67de487534d03cdfc180af9d235edb21c5cb71e1224bb5041fcf2b9a428732f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:b3780d23a2c384ecef73c806cb20d7f97bcd11c12b6392c781c0deb7ceb55df8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:48b5d06ac4b35c2a7bca3ba2abc39e3af1eaf4ecb19c720d9b6e46b066318414_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a6d7d7df9078e9d1cb0f12f9ceac12c96bf2cea03a9085b23c3e4af6a456b51d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b757d11e5dc51a5822d9e30e97ac142cf004fffce87ba2e58b8d62926127664a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e61ed19beaf8352dcfd4b9478335a364263cb9839f27140a634a217d87d331e5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93baf08acbc6875eb2b665a9ef3601ca34b76767cd70a172dac7237f21b6958c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a5f2c2debb51b8aa926ede417cf9fa0e4ebaac4f5bf9e770db55a25902a4a3b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:dc97d5c1aa80515080b2b4d16fb08ee4733a9347eebc8427f10b7e70582464ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cc1559af0d7be472ae46be4552fb41e81ad804d73d1444b92cae4485118c6773_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cfd5513afd8b2b5e22d5e384a7f769f9c04709d853feb2f91ef667d804cf9a7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:febf2fb95748ed0c440e6acb72c40d609ae7587b2665cfd7145c878a2a0b5783_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1728f980f3ebba7e48bc0e8cad114db1e0c06f692638764e30ab990f45c637af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:41508513986b369c2f89c64af84b3980b16bd2432130fb122d8c1346f0602894_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:650f08f62aeea4bc954e69ed88a9f2f14d3c8f733c155d113c0c58b7154fec4b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:016fc7e804acce7a8b8df0a02bec320c32f9ce6224ae67598a63992219a77516_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:081f9cfabc57aaf4d19df8b496613d8aff54ceb265634c904ec7765c810b4553_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6da3ef092cde7fbaeee01c5d6bb0ca5d52af3ed8de458ecd3001bb96262c1ab4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:035d07364444ea963d64515420fa4005adf82c44b575555a074149f67db50567_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4e09fb0bd709d53a0abc6326905cc43ee36e6e4ec5e20108efd1ffe585b1f2de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:53a5f81aefcdd57ba33c57c02941803a072ef3f1b8467baa3c53c7e073a9ea96_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:cb3d2ccb57987217c75079a9c10f230f6a7de9ba3b0fbd87d8d3d5c71f8c94b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3472a8147e06452751999ae2d041063907f275ecf429dcdcfdce88c8a19a17da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:61155741778188324e0616274f067ec36723d0fb81d84e9715f72ffecfbc92ca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:adfe8cb84a5f0a241fe69ec532b7092a10cc274cc3aac2b86f33ac8e725ab2d8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e704c70226ec4986c16166ba1ca54b908d1b6d9ddd47640bd5ab6d292f977508_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1d63a1d7ba183c49c69a6ffe5a4584de5282029b0b2c2f3484b4f4431e2ce954_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:441db8762a583090cf4325377b0ee75838452a601732bccf4dbc57f26f6a1a90_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c5c52612378ce1f2577314e5723642237c9a361506c448ca80d2a0b56666a1f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3b9843a117d6a6ae28222951e1a556d3888ceab2ff75a082a06343c8030a5ed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:236fa2dfd935db687e786cf827d88210c2f586d2d1a93e610861995908bf2587_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:647704923828c83c6ed3810e3c4d7456fcbe378516dabfac30f203a3bd3634b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7638d755fde7fe6d3c004a6f0f7c761a9fdb75a3541f19a792c3cf8e8bf473d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d2eaa5b8ad9464732265b84128b5280d725feabb2d4b4cef0178a317add66c39_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b659f5c6da6f73bcf8b2850f0172358816bd68fca721b65a9a70569a94bc90d7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cc867d49602a6ada5de7a783136b6463c4d9adee9877ae1966c016a08ee8e87a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:6fa614240bbc1932f65f8cc9215d2baccc05dd1cd5586fd308c44d8a94447a45_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e85e957fc16a36b5964613a99fec1e7299db9bc63edd86ef965d879a081b64bc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:14b02010250fe10ca57b2dfe1046641aeac31f92e5691c067b3990383967f0a6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b6b13d29b1cb9c9bcf97f2daa289669bbd9ea501430e51652bca3d50f787f23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a8ab293c4f3c6bc251bc91466b7586e5499b6e198cff46e50f6a65d97df60f7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c5d781c35cda14ab70d4a5bde3bf72df0a3956f5cb159645e5337095bb71c5ca_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fadba956181755cedd19d3d5b5ee3da0222daa1dc609b629c900a0052a4cbd8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:2719589f19df23634ec3f6b578f3fd2e827440675b72a69b89c9d78b1310f98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e1fe563643282c027ea829274a1945458cdc5d079bf2a2b7b0a9982a5cc3720e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:28d64f60c216f77e3e006012a403671463b9dd90095e19ff2dd027def6abb511_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6d681aac67e08e2ecca32415dddeb47df6191a99f7a8d7bc3bf1697c6a26c1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0d31a90914ea716508caf180e30fb682cdd8066da7a0a31752be9d86ec9c777c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3ef5a3798abfd3d9ec1b6ebabf3ceb32fa4057072b2670793ca119f556c0897f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e2c62e4b87e0536d15ed8b4f2905930a750f770d5c6d0168de6291d92c51f9a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ef5f4d7e3c872acbc4ee48bc91b5835dfef66a698287a95836344c1587ccca69_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f5f049eb01192eaca548f3585845ed6a530934d2eaeb422fc78b657cabb1f57_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:740b0d9392c76e433ebb7762e57f156a0e2ea1db37ddaed2c5b8044ca092a357_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:da9ebcef147e8d9e84848454fe2b8e259bb549bf0de88ee960fb48f6c8051060_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e8f942ece24d15ce0c4a31f731f2060b6e3874a2f486b2dd255c773fb1a55f46_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1b4fa4d6ee3081f39e54b4f910100d210da682dbb0f308f08107ac44e7338d3b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:571a51e1eca0f31f273be8cff7ff115bdf192e14f5d510705ab7ed423fd5d9e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6dc96b2e8156e7e42f758cc28302a2e94e8b3888970d03a780b1732375e728fe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b91654b9aaa85e13d262d21b949b1a96b386f202524c2e8d52ecb66c279eca8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a677804e422590551f82a17e61f64bc03d5a8a42a695e7ae8d9de5dc086924d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:fb7f225a9221506e6295f7efdcf44adc33e5b971c470b5835b0ca3c42ee1942c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:107c9dcda9632516721c41af941362ccc316d25661bfb13a7c4dcfc2ea4e1c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e75d33740c576321707835258793fe2fd257682099348a2a067806e764e1560d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3ed82adddc3da003bdb272e2a5df0317abe41512179cba925f65fb5d8f7c2eb3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c16e4af4e9a79ac2f1fa632b20e98befa9aa2953ef241af186edd226e39150e3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7b6c16881c71569dbada90e320379c2159ead0b0ed2fa2113e065b361bdf2413_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9533dc6817f01e377ea2ff7e3aa4447d20ab5d016d9145b97e0cb9e758c9a8ff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1285e63d6cefc0454a400b20a6e404537a8d57e5fb9b5d7ff1a75b61555622fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2ea17afe64ff273c9208892a59773c1dca248367c849e805dc78cda228aba29f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5f33ae81c766b0b7d9c8411dc4f6a0adf760221ed0493a99f1bea5dddb5de41b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9de0bd8cb41c5324718c8d8f275c612c0bfd13b322225455a1142dc76bff0a01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:2fee175122b1e3f74cd8976af1515c869d096da0bc4f5e9024b31a64cf88896a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9ca16ca048f3de4a5d9e6b6a38b55bf0b4a994bf7f7ccbda8c50c02bfd59c871_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c42a4deb157c31f6fb871bceb8c4401f44ffb490404591ae36110511f933f72e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f6d5c31b12c8a1a1e8316f258ccd254bf6bb8e49ae8a175eefcdf0bfc5c6047c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:204e84b23aa1edaf66f10a49432115ecb4c3e8fa34472a909e1c9a7a0c3f3947_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:37f226136e439a1b37fab44e06ff30eb22b1ba8f12eca9e85f59936c3d58acd1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3e385fec20235fd68320dd564c68770d91c5c08a864e3de41f3800937d730334_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:878a0a7473a69442dffd7c19132d74b29ecf765e3499d29f8da7b1de2ff6f439_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2b51546e56d1893aaa1b68c4e6ebb5479614d0402e840c8c850702ffb198036b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3aac893d87e5c39ae1672eb5ad48a0b9d02b49888fab57f8662e6dbb3897b660_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c5bddc80f0ba0e391b336de8ead2442d0dff227fdb8aef1874bc3db3101f7048_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:dca0c7b1c7ec76232b3d5ddd15c8716e04a8384f0a816217dec544d667ad2e69_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2551dc2ab6fddb6edfefc185f7b6d73ea366ddaae4e2f79d554f0afb79aa54bf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3cc6eb31325b1f9c9a2163c570ae1c3d4da7e7dcb0d761a0fa775b66fda9dcf5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:569965f29f668f02a342c0c7b4804bdc92354610e9368ba42a3ea5cc3172f532_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c4b2b0855c4ba25e150de01e54f0a84bb4c6c220b348945742bc0c18cc6d7dbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:01b6587f8b9ee398d34ed3330bf0bdbf2dd01c2fe475ed4d44c547401d1dbd5a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0fb7ce17c762a70aa16ca9f7f35e41d85997bb2bb22b81986321d29634ce9b3e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:60c4fd0dcbc1ed92bee7dedce7879893a23c9e4a6181e5e6d6a8f04880f377eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8925d5826cca515b7f7c05558406b3688a14963ddefa80f5b44500fe12dfb1dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:3d914112ad75b59b03d5653cea40a25d92af415ef52dd10aa7394465e6bab92b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:f8d52c53ca49b3f9847d2e568779801321307e329f802aa9456cd0dab7625232_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d29e5c26f37fc8212f2ff15cdac470982494be155f85e3c310b0c958b943f7f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:fc7a6712a6fe86a47b5a745e06a0c6d164779eb198f284fd0996847b025e53c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:32bf2e7aad1dd9ff5100500c294e343af0dae3d392eed27a1c0305198734261f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:54b4afd46c87b2cc839aa7d8b8ae232aaffe0f39846a6edf9d0d3228adbd7a29_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba41cc4ad0ea8dc731838e00dae166209a3e06d104e5cf11491639f82290eca6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a9395f57a9adc721c6e43e578957e21c8b9f18defbecdf91dc49d11044aeeeef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ba077da5ec7f147b51f0ee4432082aed3b7a3a541729913bc2ed821688723e99_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb48a38cb5d06b67ecfb4777c44d44f3e32a996397450e30f40e7ec3e340a56a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:deb40607f193ff4e36c684ce74167e67a7e96187f1a44a1f0f20f36572005843_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7dc856fddd561c1d29112b0b8d4dc39dc7503974a9ff563612e6998bdba4b71e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a3e01913986169c592bb770fc49e3875d46031b5788f983ddcd52938f9ef7a49_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c3481c6f76c644c017392c092dcbbb25a288acd14a9f01e20afd0d2d35e16d32_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cc440be9f6b3c5e22186b6d53a428a8220201ddaa79be39e19cc31a8fbd7b221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:12d7ec468f9634a53d053f3af7957c5162d92595fc3385b26b08acb22b7935c1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:49f08b645fc28af342483d9efaf2f607c9c2a6b491b477cdcf2985c44aa3e894_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d32cde1eedbd0c110bc10836025cee78421ec16d2924d30f5e6265591a9ec716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:df885dc6da20faf1903dbdac693889d9882722e8b67bebe35f624c11e4616262_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:16c8b8c6aee6f6a06367ca5bfe2be8fb85a05c3f18a819683f49d1a8c73941ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:376659c608333e76b0b48fcdc69ff17643284fd22fdef6c6998f07be54c1cf91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7359a62beac2d501d629e6768f1767861fdedc0d05f53a4424a2abdb3dbb6a8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c71d05c245bf1a4955f46c785d7264985e1f904de2a19972f7ce6209a3be0e4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8e59a286a05743844dd1333770197161698788e0db4faf8e00cac6b2fb9a638e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9029d8ef1e4455dbc1910078afea1141f92a5c4d2c298ce1d9e4319209b55246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:da4ff38c7a1fd5adddbc0b0d3defbbd580197680b22648e2ab803c90c4a8c9f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f6c44d76a715e0ca38fa5e2becad93a2bf3a41fd8f181846e7aba81b0c579691_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:167937ed04f625a9cd2d0b8ed6048a5cb7b6d435bc2d41775d7db4dcdb5fae95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:176feea3131aada18df5da44af30a127f4dff392ce8ef57f7e0844969ec95923_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:17afd4ebbc2a5233681d4cc1774fcd70dc932bc10006235b11de8dcce826c2ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d3a98e507691edec50373d79ce9df48a71cb6a19a75c9276d0c5905d4f204b39_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1b6c3977b4835b0cd5399523dd437c230b992b77a0e7352b095d008be96fcdab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:54d79643f3a191710d1362d665b5c838130f3e51aecf1e27a2cdf66e98a3cb8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b8692d27a4799d20ce1a8374ba99f55732bb7db56cdf8f5b038424a086db614_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d196f02212da5e80ac5a73931316d38e9def9aeecdadeaf07aec685e661f9f98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:11c2a1966b0632e85caebc4555e3e2f726277175b27a63a5e854557499e0c28e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7e649963b5c1e2a7e8813569368eaf0ded5e544799d561622d469b03b9d93937_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a23fa7969c6a881648ba03ed1a13692c5db21b79f0608d841291ea9118548ed7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:af57ee131bc09ce55ecb3ae13ed7dc3ce9607a7438f0ac5a6e64bbfa000546db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:3a7644c1ac089cabd142fc1743b47302eae8528b13d1b038298f2f57cf746326_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4b5ee426703ecb55bf537731c39c69ab7f86316544cfc472ee77fbef7e5680a8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4cb60d36cc3b34b4b1496b74b9b2e68ff152a71d7f957b356311ea811bf05573_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f3f64bd2f70faa654f7134d803efdc032df63fd4ef07c97abd38fc41e625b48d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1b75d96a4cdcc3a37848c5edfe598cb1d99bb3b0707db5e3f62478320eb90f9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:876fd001172d5151ef99c02826f834ee4db4623b00699a8fb30d6a456a7a8687_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ba8fddfcfe0004287ce58db40c1092f2090b3bbb0810c277066aa2d97799f8b9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:bd9982e951fdc7259571b6d5983ea2cc44402cbea411ae9a6b135692bf5939b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a7a8d4d8adfd98d3a6e3d37644b33966f2c34ff1e553fbb5140ab9a15563e821_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b26a5a47cde227edb5e7f6e51247a6cd91e13484f6b5f7dc19b62f83b7478361_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ccdd76d6734e3a3cfaa1e432c1508c097478e842fd436672e57ef2563d817e4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:fee8f3b24b431ac2a5d4fa3d96c90c5e1aa68c08ee8ae9963fee457c98795197_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0e559f5e780f3849e73d7246176059360631d8c4a7db1700f6ba1b6a9e6ae089_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1a376560672f81b7596417591491e71d065e90672ff6ef5d37ed0785e9baab16_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:350a0360dfdc31eccadb0e8b9397d5a3436bb509999034b60e611428eb006cc4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f8b68ae48350a5aa9bdf47a36efbf661190d497ab5a139027a2bf4579d21e095_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5fbe979b3d448e36fac9615ccd96f8583b0d587d46f6b1b3749e85938cb2e510_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8d45dfe709ac701d6eb800b081947d39a855f65c756f31ae47b75be9fec0c260_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ea4fa6caaa81f207f2372c6179c3698e225658387549ba567c232170cacf8570_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8fb972b411085b4551e10adbd419e3cb89754ee5300222cc4fce27cc349513f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:066d438bdfa1626aaa7a0ee5d2e3222724f2f0cf5bc9a189b67fd5358a0a48c0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:747c142608d6f43952d315d7858f57edbd2d9de2d255938dde311ea580a329af_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b2ee2d0e9906ef1581677bd239073c09f93e5b720501e9001926dfe7db34839e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:bf0b42c5e7e51129966a4744bb253b7c336bb88b1f1a562e481f7eeff5428136_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:3e9309d53caaafc9b145f6b7fbbb8879c9f018ef226afe101f6dc7ab02b67856_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:3a558e248efdf5d3111b7d61e8bd471682e7038bd34c4490f8ba69b91b44f36d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1b0981e2ee13869663087d6504e0c0af6f2c56d2ebf81d72b4b7c751bbf6e500_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8073e0be1f7f7523880b30946f1b6868274c070acb97d9da2f5c486db99ea18d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8980be22bddace1adb383fc356975fbf0af9ac8a20bdc95b3303a80fbe296f3d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f4293de50825a003a825306a45612531dafce45b72a91cf4dd455d596a0c60ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5bc26795163f03947b3f42a5c8cc52b7fd6eb713a0fa5a1558bfe834c21edc0c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:7f29c85842a34554f06db311ef67ec08d1d947d32b4363d1153d92c8d13c3214_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:92857eb171128909119700c431920f543cbfc89cd06aa98db816a2fcaab321da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e931e3fe478f8f905855b4516e1ed9b33a161536c447025cd14dd68778c40fa0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:338034a3ce7dff3efafd00fa35b858c23c2ab284f743df414c6cdae455f8801a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f12584b95171f442bb3661c908ee43de70d0400c6273eb4e93325a5f3f167b54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f37f6568957ab825b08c2ce8fc6b32ad18f5b7bee50b24b1804e70cdb144e5f4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f949249e3847338ce4ae9b94b0d191edd3f316d471f0a9047f97e41e41b7554c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:407286c96b6e9d0ee4e8abec2b06a5dad70fc69820a00deae47cbf3fcdc65a40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:52294a05713b24485ce6d7d1b867081da2f01dc008b9cd052bf8c4c37839f581_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6693dff44dcfb7e6fe67f5373bb73d84cf401d20640c959375f20a24d31aa697_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f65918214ce906cb5af9a59ece43a36870989c579ac1660a2a58f9536a79d9f9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2ec7076ed08f4ce7a61f95083155b5315acb6004ea4245c70be2763eb0ce9f4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5a539e39b3aaf61d63f391b6960cdc5746cbb4b0fc07b85a98969f5c9cbcca4e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:93505b057575ff9292e2e96903238708b940a23953a79cf8742c880f1fbc743a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:be43f0ee18b6d56d81a09871c4a30dc2245ba60cf17ff0f1aad10e117f40aac8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3923e99d803b6dd5bfd2fc957101bef6dd86ba8f6de9e59a849e4c7a02d57e0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8253bfec4409c9a02be72d7e8d87fe5f4f81c1bc58a294f02dd570debc4f1128_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:851fd20edf32778383c81e3c5b935ec5607a05f8fc569f64e31875b8bbe81d6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d06d41126ced4841fae74d0437b18e9f1699d285158fb8725a8768a6e9065b79_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4375e44dccb08eb4ecf461f4e8e7e97d617ab5b1c968beb481d5795e6bbf0229_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:75140fa657674afc46d698aea19115a9f60c7765ffff6a0c4ae5ac166c725597_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c1a31ef64ecdd90020d72f323a242b551a6a4a85a4dae309e19f5d8f12d77b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c3b1ed110f6b17263484b7fde65642eb349162b206c0b9a2f463bf5eb13273c3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1369aaf62d9d273eef766c42f7015d56152f6b8effc50dc06d75b1bab38a20a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:47402101d62f418c0f6b8e3c6e2367a8c84f5151a0204f326bf1fdbe983c603d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b519e10d4cb8fd9ad126a36fb864d2f29f7df218ffa1b3b5f222e0befafbe360_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d70f848ab6450690b8329ae367ff2e5a3a5b295c073028dff7cf810104c5be5f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8f8c882873232fd9a00adc69e199f1b4acacffcdbc282280ebb61dfb1e61b875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9fe79073bdf1745b388fe52bee661394f96ba5c0af585ed8ab4a61724e324777_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b2b91287350dfb474763ca5d332c4765af0c1ff2d7be722e23ea93970add2687_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:bb5f4abfd26a9446eb2f4cb1355bda840ed1006a6233373434378abaf0e617b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:07ff9687205eee39d9ca211c0bb0c6b1618848e9e74bfbbe793aca67de73fa88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0ba94d11051416a116cdf516dab74d530a584fe7c4bb1e8d3deb3bde2214e459_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0fe87955631062bc7ce78891b9eb056f899308f8cb8101b3a44f889c1f0c0654_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:786de5dd308c9fa6643aabecea0bc666a9ede6fd2a5ce1cb0d511eac2a19596a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:719989a197c3bb8b8af09e95af49125cd28014fa74c7969f3f3b939223a6743b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:743119e024a9aacd8bd4bf45ab9c14e684ddbe2307d8f965e972ace243f128b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:76c523fa10e222690941abc8c5564efee1ec4d309a7d023480b6000a545d655d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a13cc82f7b2053435d5268416686ae2ba89e37b6561e49c7ac395cf3359ca2b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:98aa0e651302bb73569a0578e6c11a1691eafb5b0aa28dadd714a7b44b498f8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:9fdce4b5198ae740daa858432221625391f7283bad587e1ebc1220e7b0b4fa28_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b072bc3bdd61164b8076f2799e705ed8e34281b2cdf24d9cf08deb8e697de2a3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:fef5253a6623c30368e9e7e271501adcd9432b96473cf8278a7b81140d287de0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4eecd436b35c9b25eca6975ca9e938c2256fcfeead67e1ff4159d7e36122122c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7e11ca9795aea60b3f0853ffef0fdbf922f4863edd96c50fa85110f36bccced2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c95f8bcd0835611bb90983e96e3b780ccb65bd2bdc7f7554432ea971eac8095b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e497c1834c97590a0c388b58dc823cdff79ab6befd5f2a9bf494b3acc3181eb6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3a7af87b46058334b97531a4b1b5cd5be47e2ade8d74497429529bf0a489b275_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:97313aa4f1c1c9aa51c77a153d0f0eb35cab9711b7f1465b82a636ea44e849ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:ba0927ffd76ad6689b808e734038678c91854ca3d0630613094824549f8a150d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cd8feb684b9c70a4ffd7077e19812273f333174a70f7c2b63d57d140d8002382_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0c8bfd6ea4d0729e0ffffac9811b5db2ecf5c40e68ef048ab104f161d2689b74_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4dc7e3242cdcd1d3c1ea5930da7d4e027383149373cb6af0551ed2572eaea0b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b78827903e5c338d67a4ea2ba10ee67e16482ff00968ba99c27af2b6d50ce202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c9315d23ab26f6f40e05a5fb1f9f2dbce075244a035b1f16003d1108a7ba36d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:270b5e756fca54f2dc05f04b6f7b43f7f188153811decbc0b49eb215b11c2372_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5331e8ebfc48f4d2322226b8986dd178f133a52edcfc0a192e89f1785c8d568f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6cfd8c3da57c17ae1c430f2881c66eb0b1c456bbce4a9ada2491b2c873dba985_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa346af0288b5886b5f095d1fa0ceb7715d4333db919ff9d61078f369642cc29_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3403720059bdecff83f784e2fde54d2bebe09223ac6cf99ce2b4c840b9cd4a98_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3f8cb2cffaf6320f14ae09f7e44c965681b395370a156253790764ec9d2a2aca_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a02dde1d0b4f4fbbc4e6f0afd24da1595672f3f290345a4f6e98e11d89854a17_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c4e8ac4fea3c281effed3996a378c2e952a3d3704e47863b2ae6b266d2280920_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:46a0b302273acaf2582d377271b910d9d31ff98744cd8f290583a7bd5579761e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:af0442c88d2b9b93a187010065424798d89aad1d695ba438c815d04d7fcbef04_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:bc7b78f67fa189ba63da9891a1b05694d676a3ed2fa318336fa0850d63815250_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ffe4e64ee1b721aeefd8f1ceee11d225dd69319385e3e70f0bb52f4f40660a45_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:29d5a91b39dc6e72677bdfab50f56860c53e67dab139b464dd571fef9780dc6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5e6d4e29635ea0b075e402931daf8c384d07ec8660223babfd0df9d572ea6912_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:82555977089a1586dc24154b46be6499607a9d15110e5b48d9a549ee73f3843c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f32c4a07d2b7a14c39db1e5e5752960e46bcda700b292336480c95f359adf0d7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:86b3e656caf1c93ba2bbea00514a17b9d06cb7a6fd5c6746d80ce35f45aa5907_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ba5c8896242125c24e3a7e5698770293a601e9e7f8508465d7b45920cc9ce240_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7de62e540922f1de5f492527d07a8e8f4265d24b577cf2f93415209ccad63912_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bd71e582ef755da7bfeede697b5c2ab29ab9fcea6bfeb14cc8ca168fce5c7bd1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a1e6a736546b54bb2797d85d51b8f2b213fe2f6be6b26bad5b549df9dabf2d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:efc7fb9608c2be8c3c65aff302f923241bf8d008bc71c2fbba0d82ffad2b4f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:aa63c460867d565b44b2a8e919ba9a0e7fd6717f71588cc5a7e2ad268fe13181_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fe1f1b5d6da2e5ac66c689da49a4c76916533f30ab456c9961a225a5e26cb6ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:36fdb2cdf796941fc6638036b3a31048ba0209174c7a62424fb410ae14b1f81c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:65a0b94e9f663f3d73a9696a622ad46c73a5fc793f9dc46ee07fee8ba3bbb443_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8afe2a0c6b1b200201f21b148caaa682bce77cb3b1027f61d4c873e5babb1b30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9f7c3543e4b1a095399d1219c50f1f5081440ae1605154324d57ba9201aa4fe9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2c0897a842cd7b16b64888568ca65c2a6e473c24b2ba9bc5067d6f1f237885d6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:432c94d7d5d46ad66348775fa0e1a6c2c142469e8a770db5528a1aa25664c389_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c86c7188163be31c7ab04017bc46ae88707437f804ddf2b5bd5a73ae34f64312_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3f836bb9effeca4dd6a230a4241282d33ed454ebabd84829c41e58db5f24f47_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4632ef8ca0af5a8115f3d9490c2ad9e2e44361f4d0671fa8a3a1006254b173ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a7d2d10f5326e2d71551289740eba86d6dd2f12526dc684b1494bdd4228fd8e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ba876751849dd525a26e70996e7e02092c473bdf386ec4663a54ecf61c4f0d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e842cdc56ee7728aa71a7f95eda9777ba229aaf959594e73d998fbb30b7f76b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:90331abb869c0c04ca7bb59681cbd957ff54eb0e0265e16368f9fd6ab6937acc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a02580814c02bec4c1c9b79c4b5a48a5a59caafa60a573f9f99a4a1ca07c6f71_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c197de59c38c060dc8aa099a027922853e4b9dc7e5589ac55c8841dbd44b1367_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ec7a4bcebcc80cbda32227224f64e67cdbc98d3fab95466b55c89755421ea4d2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:223df196f0cc747e52ffae9f3dd03fab2da3c72d5e3b189e3035d4264a08c6c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:29f3154c0b972730ae9a54bc496bcdf62e9ed348b73d98ca958a265717ccc2a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5e12029e90adf045a4377f4be2be75c879e57aca7aceffa2aef08aa262ae0f42_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e150a242bffd4437f92000417cad89969fd547b5da514f8586802b99a668bab2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:17752e2fbddeff8e6f43bd354d91f248b4e69d88e80b29b75508fb03b82d92bc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b1703420b5a67a12f055518b6a23c1d8259dc8a064a1447196f642dd23363806_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b93a134a81af485a0f07dcd6a71c816ed517178826539d0f53b6c45dce87096d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d266a3bfe528e76a8c6ef1700a2016080d084cf6fad2e70efe5ba52ff0dbbc51_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:8c90e9864b3ff53d398f2451254dd3707868b36c6032d8d139cc3ef2cbd9084e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ae6ebf086515376ed35bb432a7f567f7bbb44b8d1b86773fd86daa387c5fb933_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0a0cbb021e13ce9d693eacc4982ece2e8ba4697f5d5571b8d0671d71824fd07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5271f6452a89fe7907b16f486439f54f0dbcc3d075a70ef446ee4cc62211b1b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0abb949ce9461e5718c1988f57791c7537eb1b3d2184f4b4268fe087e39726d1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1267ac849f67c33155b54409011cd3f0eaa27d5f211703875cfd383d1170ef9e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5082f39df1f143f23f0e587dec5cdb3e3b033ab446a57e7e808c88e6211a1a67_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8fa27bdf891edfb80585e470f09c9d6fa369aa727a3698b936b4818a4b46448f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:017bed02593deb2e9cdfe0f268916e5d1c8cb7a4f1362c6eb3c94050896d7276_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:027baac40981f53c9ec53f5a4241a657929d6289e42a0e5deef617c182b7580e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4bd5b70373a257b1fce20135ff4a4b3e6962eee541c67a0e29ba9a2523d4d4a2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c0b3ed1332b228290882bbff6a1ad6866f5ab2a4586b261949832cdc3bee5797_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:047c270f56b685d5a4e67afe43d2f1ff47829a259be6ff93bfec4864233d4497_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:50a6482667d53de3d7aa2bff6df05ca21e4e9773996afa8b8038721e231deaae_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:653dbef43ed7f531ebf64c9314756be42738f1635a64097c53210ed0b6b0de88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c4d2741561038e0080204335efc6eee5b6ffd8878553b240dd433fea701e6bab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:3de609d984e39497dfe119bb8e0ac2d6d823dd894a5c866e5ec87de5b5711e60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e3a8b252aadb5b32f42009803b56dbeae49a3ddbe9d00aa27569af4747fa403_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ccf49e256cd9c3bb428badab464a17aee485ee1516896f1ade10da11085e843c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e77ce95a84b01b09c5d1e6dbdea8970543aa3a60f9292300beb078d1288bb801_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2ab5fcf7003f4ba3de7656a284b11d6ee05bb02cd0f3532671a8c368f7b15178_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:44241e57d9067223cdd1585db9d699db113931b7a273d207516f60c498570677_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6aaa55450d567e2fa992650c456cdaf5529c5d96fc9984f7e1a4aa9ed6294bf3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f2fa21e8a0e88b25e9037a9c2db4b157ca6fef8b765b36da7dda71bf5a4c4478_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:10bfb59c904103177754f0336f7b7bab676d240480a8213ec42a778bca3f277e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7aa4fdd78ceafdc887a91224614657e86c1e12b72fde68dea4ee5c6e9b610cb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:e4a365a0516b0c8ef2d1259ec4bdb7f76aa9dc0d3c3cfd5d5b3d34341d349772_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:a06af7a856d5f2416777c1bb1d271c189576e273450b25c6dc5937cd16b8bf8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:28b8390dae142ea16bb05f6bd95f19b6ab38dd67c341168337ca07fe4f45fe87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:be6a9bcb97824c91f393af5aac5a146d819ed9893f5a074e146afe18f3a50dc9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e6392d583f97f0932dc01be55534fbb6dd3014f84b745e8bf7583b96ad7a7761_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f30d93c0f244f5ba21807dca912d18d4facf47ceaf43da7efa41b14ee816b71b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0848bdb082bc8dae6bdaa956d2ae36fdeaaac89024822f4bcdffb51da1165fed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9f9603a2dd344770da433fe8dd50a104d69e80ad463f9cba71b3aabefc4fee61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ab417553778971822422c6eef94aeb437209fcf88e78188b701d4b2243ac5be7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b9bb7615df3eadf64501f35dcefa829934f330892801cbb86e9f70f5dde236ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6bb4c6c64852f2b7ee590a0a60db256d8dd549a4b141fe71d311bf30d0ed88ae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:837cd26d96a814814145cd0aa0cca672769283c499eec36c457ae432b99a7466_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:956ad866d891e1340f630b9cad6ec73d1fc60d4061d4c63946ed714900388a3b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:9c91591eddbc058f05d052e3178102b28ebd25c2c9cb796fffd5047f5d413d12_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500656"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in linkify-it, a library for recognizing links with full Unicode support. The LinkifyIt.prototype.match function, the package\u0027s primary public API, has an algorithmic complexity of O(N\u00b2) for inputs containing many fuzzy links or emails. This can be exploited by a remote attacker sending a specially crafted request body, leading to a worker-process denial of service (DoS) due to excessive CPU usage when synchronously rendering untrusted Markdown with linkify enabled.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "linkify-it: linkify-it: Denial of Service via algorithmic complexity vulnerability",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Moderate impact flaw in linkify-it, a link recognition library, can lead to a denial of service in Red Hat products. The vulnerability arises from an O(N\u00b2) algorithmic complexity when processing untrusted Markdown with numerous fuzzy links or emails, potentially causing excessive CPU consumption and worker-process unavailability. This risk is present in services that synchronously render untrusted Markdown with the linkify feature enabled.",
"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-console-rhel9@sha256:3d9fbc97d13987f28ca76b3e238b540492eddef0f302c2dd958c1b0d05e10941_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:47682d4e934d597aaa1e809011a69afe93936fc629ad3dd1ed76dc7b073f7ee2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4e8d3460e04e85a3e01a578d492499376787c85f2840c97821f11213862239df_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d7b99cad55a1e1d380d30d0d4a61bc5f0cbf3a87223efada3e69bd9b0741d3b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:06ab376096238d4e04c9ab713d83d3cab5db769b5af1fd1c57ef2ceceec6ef61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2c80889bfaff670acbf859db3624951cda96d4ee8cb1560806ca4215e8c6c04b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:627c6b73224c3e37181a19cb598ef9a425cddc1d17d97b6c23388ec1345f6a88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d5d338daef4ae436780be192907d28a26785021d97865d8a95db9065734061f0_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:0c95fbbcfd5c54e6b2934a8efb4f8523d1536ec1deef78249f4daebaa9d327d6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1b84b2a1cecab16e75947d29572008547922714207272a5dad8169d1ca5beab5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:466597e63e82ac365414c803f5ecb8f06a72374885eedc5daf9532aad16ac148_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:de9cac5c7ebcf3d43cad87758dd2eb0f4d6480f59bfb4112c224a4497aad9ba7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4ae516b98be8fbdb9b783345fe680c1d6ef57b5dc06b2ec3bbd20bfdb7c9b2c4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8f242ba3e0b9c57ecbd85f0d4c1bd67306357c92b53968a42419736c3dbe04d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b717614ee549be99c17ceef3d755c66abc983e821e04808df347962858e0da81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bd0f90ccaaaa74683b9bb17db0651dfbdfdf8f49adf0ecbaf8e83756d270b590_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:040115466e4f525e9f2386d6f8838c51f8e1638eb06cd64f071d4ae027a8fb9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:1a677b9d28655390d007acaa656997b12a32e9093c1c228778ef96cc6f4ca875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:39c68aae39089d044ce992b949d4e9961105711501daf3d4f0ba7e9981920729_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e814640d65f77818c180a706940337f8ddec8ebe4cf22c51a58a8b69e0f4099_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2831d7dc9f3cad92219addd21b93959900ee2f71e2d988fffe913a6f88dc7e1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:50f602354dcb223759d781cb057b4081a424d6a509178b10674358cc8dba41e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6925001d8a798896438ef1388f54bc29825c37d41f2f09a59e3f8bf60b2ec6af_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e01a83cb76fca294a011e022ed86f1da8cde36928096422a440bce8e42fbc8b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:757ad9e0c37b861340a7b2269b068d5b0c6355322eb5f5898a856fd9c4495b16_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7f68ff8059ae68d15041b8f38ad5ee5278289e1370d276cf7e78fc7e9fc3bb10_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:816787cc8c95a4a2df1416f09af6228559333e1bb1421ede0c9e2093444260e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f9bb9a184319c9fef278d3c6705f56cfc592c844f5c458bd20bcdc07c4230982_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:198f39ed50bbd835f4789057f9d7fd8de0962f1641a7f453dd90d68b5b2a4e7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:633ce875ee7bb08d9bf00cf79738e3e63cd6bf4de2d40fa6860142a301c0968c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e169d65b86f23d6424af5e7cf9e1d0ced58382128092821676196c0a05f91da6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ec2586358c34d0130b00a3714b50c8b7bc33ce915aef6aa79eb214d38202f37e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:13e81e4c25d8c789ca15eb4e84f3fc531a50b4dc0d95fa3573e002e3b54cad61_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:17637f8455e0e17bb3dca34545a26e881cff3e1444af45b9f45c3e282a252bb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d2dde1514fcf3308d1469a0af6727835121c4d6a1a1775a675a7ffabba8e3bed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d6376055835ac40728181d6f354398a0e60ca131d2fd8f41471ed87e974ea4cb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6f86d997faaf61c874def5a78cded319a188c1babbc4dfefb91a29f7e0d7f0fb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:73bceed99ad1b0bc99e66ab8361037e4046c5212645490161572fe6f34de98b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:babd6b0e928bb674289f34787d3aa536bdc4c24a877a5ac9311f21f0cc9e6224_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d00a12f6c4e75a2c93bdd135eeb742f42868b0186d9d03f318c885407a17e439_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:0932891a63e5ec5a076c7848d5746e29d972f3a96058914bee8fffa4921fed38_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:472e977d39473b92992f53c0225de477318b31be8656c37bc35193789ab7a456_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:71021ecd15d688aefa6db79f817c11a751b51f6ea9f2e48781bdc49c6de98088_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:9563eb7617a4d3a9c22fefaf03a4ede698fea2621a68ad231cd9e65930043a56_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:1fbf3bf4990353e799dc271bb4a0c58b385feb2ee60207636a3f76544b4f5ae4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:7815e9dc63477803e7e8bb8a01ea83043b5503ba529f64db3c76ad1c4cf2f0b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ab22d93f277f9bb65fcb5fd9c448b72f82384b9be43b8ab525d2836832044eb2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dee02e09373732db94bc442ddcb2eb4d13095a04e35c674387d3df8ba23d67d5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1a046b24339587101462756592c87ae4a8f699fc2977a703e6d031e2022a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1db6c409fede3e9ec09788fdf286fdb0634de6b6e727ec010332f7cf2e462_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:bd6be5cf4063439e92a1264ce3af0ea6528b9c27dd4b26f043a80aa8616575fc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c955c4b9dce1b25c73453079a21d84c5a2e5d0b53cf6e351f9b1855f08db3fb9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:221943f7b65573c2942d88354261f93a01950be1d1a86fa853544cc4c283c027_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2488ca8b2a8f658f3deaf9a70b12f7aca159490b5e0861d746ca8ee5d2010041_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a3435c546844b61f456789fd315495d6bcdc2560756e9fdfc4b896cdf70d75c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:be2e4dd58b8ed72278bb2c014317e69185e2b19dce37beea7fec3798abcb35f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4da2632fea643a834aac3fd63bc51fc6b0d768b869ac450e6779c9f36429a9fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:56ab8a9553f0c0202a47d858e234f2672098514dd647502405cac1f28d14196a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:abe530f4e865add435da2afd379a3a11a4d75c257c2468a09bc78f10256e0be9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:fe1397131aa0d447366fd627b12582ed647551ad3af13375f8c281ab73745f0a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0857a5a2cfb5c277bc2d2545fb19693f23285ccf6b75144da8fcd7225e1df1c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:43b36fb1f7ad271530f5ee9040cac4651a684e0e08de2ed90a2939b736b565ed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:7f86439496ba6573ee1d61b5f4d414dfbbf65a95526cdff54e45229f01785517_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8094138e4ed2267cc278a83a1586922c957142c9e5fcaec62db531c83b79566d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:309b1dd27ce0c7dc332c7141e576642db4aee6076ce50ccc2930e824f02ead2f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:35322e4580b0fec862223f76e0bd3c95ad0af31f3d4cdfd6423d3ec47d6e25c8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:699bc772c8a648f8be7d6a5c32d786d8f6484e584d918d68ef8a32cb1499663f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:779afd8e0fa21d022d7e75e7ba8da00cc7604db1adfbbea879bfb1d0f8c9c831_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:49e98d0193f7d7b4347043f0655d350a7a0c0d8c8b850d95abb57acd13dd8ac8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63e308cebeea85127f584610f59cdc9b228f01b9acb227f2f6eba7fcdc29b1fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:71f9b47dbd3985738259a6bc9a5bbdb240fd21284a194b47bb78538f8e870cac_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:9181583c88b3be23253c76e277f140c0a1532c1bff7d62cd0da1e14beba1aab4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:0f96581804dbadea29d9ef9a2a952753f5fdf295670ea0297622214e2a9b7d0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ae4714025025642ff5d9e250a4715b01d933487fa8bf4eaf82629ebd6d4c8702_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:cdb096f05b664fb542bb6eac3cce52c53da2e4bb636189bb53f737d3075615da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eb9908581f71dbe01d8553e494ef022417196408e9fdbd32f08fe1f5b9c9572c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:08725f7a384b4e72a173141cb35fb67293385ed72d973fc4d497f3c0f0dc626b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a322e3fc620e914088fb5669f1459a47140abdf027bd011d6ff4e5b3e6b909b9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b950e80fe164f86ddf624c80210308a634929ab8eb493496ef86bff1c5248fce_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bfc663a0ca81dedf849e89b91feb3fe0af97932fe8a8fc711d7ab85b6cbdcc84_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:13257447171d38e6e99c66faa476de6ff6ab934c285a0d1bf71fe94dbe583462_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:23fa493f397748092cd71c41b9d83d19fad6a5433b692bc644e30af790cf60da_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:28b1c9ee4102140998781ebef22f269316d8c2be2254c10b4d7151dffb0d37be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:be2175c2c6c9d882e44cf10aa85f1219573952473e893f67cc7085bf0a324407_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:61417bc1ddac0bc97c786b5807c2fa33eebc75f7cb186aaf9eef2151dbaf75a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:73956194247e000432a8c5f7b78255062c5ca967745ba2d97e680a06f698f518_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fbfa9ada74c4875985fc4bb8366d21eb5275a52953d44bc6bc740d48edeab5b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a545c9c2fbb36296286f684e02f9a5bc337b3c3fb9c83c608c988c88455f9bf4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:34a8a8a4a62b36b5e0eb061db3d56905c8dddfeb2e7a7135642f947ce6bd01ad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:41c2ea14036c2f8639cf0dd634e327841954eff4529743fcd10e8475546165d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a884f443877c7a3c0b32dc60a79e1bcbe89036549da7a8aa4608ee2ac6460765_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b28e8574a1d3b374ac4a61ea4f3c16eb70d9ba7385bf830c8698f4490f8fd3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:8e245c278c66405066cb31e9d48e97ad9cdb826511bdb1104807d26f896043a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:380e3045135a40d202f330002512a5c499d8d2079cc38e5c0bbd5a2312820dd3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5d06442daad2c126259fa5d594b53329e386f560b77a475ccb0cc37148644a5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5dc0ca56deaa237fb0bcddac8481b45d3ac81609b36c3b7bbb6cff8456899208_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:aa669084fb336f5d89d86cb58aca73b88d6bc4b6505eac2020664e0b6abfff6c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8cb392862e1835b610757e822332074ac459c593e9bd60fb6b6f6d0aebe577fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:987afa1aa902bb85d7c2d96f1637bcd19bf21eb832444c98d30171bbeb746751_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ad2f0cda09211f3e0aff615306168baf808e6fefbf1f039c3ae1a1fa7050a61e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:bcac50d10432ecdb8bfe2b465ba75889248ee8595f23c5243d023ac2a336f3b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3cf2d6f464e6a2fe5b4a8cf66690b3237aefef0c825a687a548f81336507cfb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9bd17213796576ce4d315986dc0b271011c37cd6e9ed75edff5ba80c3302fc26_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3205092b914bc1fe858b2ede7642227e04f35d06daec4848fdbbc0406fab4a03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a20ecaad93b15b869fb321c7503adcddfe1f0f5eb3f0f6427bd363234010853c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:57259db0550547f85684c19078b9af82b6318dca0c00ef8da27de8c8dc90e305_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:a95676fb6c1cc1b20cbb758a7c9fd34e82b3e114b81b5c17f47ef303feca3d51_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:49026487ee6722c3d438c05c1c181a36d14eca2f0d8debee48e4a02db0486145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ee65002c4934842ad86197a89e838997bb87a93ddc9de3423eb2af282a565c41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1bb56a1a194ba6f64edcdeae267fecec590c14c85431ba62ee8c6b5744da3a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bf72f3bbed57cebe1deb7690cd7fcb6d371e526630cb386d13180726736219c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:81afdbb2d9fe212af38a11b4d00ac952a306e13f91b23b2a081c0393173c5e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bf8d63c933996abf39eab9406b3061bee014d766a58f4e27a56413652d319a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:4a5021268b1ab163318270fc9ef07afa8a29f288c95ea69700c4bf46f88e85cd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ea443d9738e4428b6912b47f9c1d8d05b75cf8b137f0f9a76f852418b33b989e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:00148cec706fce87b240d38dcc91434f3c167052d5860d42ca9057e24c3f35eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:7996dc231961eb51daaceda9598b04e4bbe7d0e4019dccf5adec8a14d6f7e1a2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5c70298b919a36de41bf25d870bfa3da4013d36c6179db3eb6dd2e67dd20bff1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:a64777ab69af6f2b6cf4b78e5a00148e98353748946991c0a6da7eba76b442dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d4b6a07334845b2938c6d09556cea5e0477d13d4be6247bc9e3fede2e46aa3ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d5e665b41152b8363b4b15973a7b86365bb2c047366aa69bef7e1c499cf4fd3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:1a29c30f85b9bc858f0c70ca5ed79934494d92849f23baa6c7f26f67ea49c57e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:70f95a8b240afc604ee9af621fc3b63adaf80f593f3131e7ed51077ed2c77a1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4d217b45b97c9e01ba3d54d03270be07e9659b0d4313fc85999aa49fca560108_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:634f48a37ef03dee1cc0c0626c32aaebb8f9975b4640ac540f02910bdb3b165d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:00f06d1c70494444172d5630c33e1c93c333a880520bad3a810f96dc69cced15_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:01ac79392fa7a265608b75458534bafb6e5d350f2e8536bb9de48566c685841e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:12047af5271e61b4032c04c98df9ad54363d6beb13b36f49085307705677e345_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:37e5fa3bfc88e99fc78f2ced6cb4a99f5099942e40158dfa6940784c3d2ef95c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:54d10266c83c4d5fe91b013dac51538493ae4a4322c925e561c45316c73b1e2d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f799d506fc4087aac0eb4b2c2d6c8e511b598c6b3cdb1ba5ee470b787759fd8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:061d1b86afedd409ad4947a8ae59064f0fa92360cc82f640cf124776753ea3bc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9c7fef9c0e22e1721125d5b1312e509fada544e1d3d956338c3638aecea53dad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d3d951b736b910437255f3455b76357bfe0111c257f5a2d8dfe0f9abacf30fe0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f7feb8627754651663208ebb363a3e42e1767e16a65914148ce0507a77bfe795_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:23b0327190559517a3526d2500534542e9a397210cc6f663ac2b313aee902e92_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2911daa552328c8b01b19f91ad43ac54da18d343834c48ef35f12adff8077785_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:43960246dc7eb7bcef847c0d706bc6b0f0a407053a2cca7dfe27fce23c6d2af4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d05434d4552d2ffdd45d2fd44b1b2e2e8976a15f0f4ae59ce7dea73ca97dbcf8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1f7e808f97ad41f4c301736bdf2e06da73f2d0e3ef4ca838f0afd65273db7c8a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5553003527f078011d0c440f86c1480ff4e62b318e98ca2a4af97b42e5e186d5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:582a4e6fadda74e5c6c49b605b7967e9d6f25c84ab3de162c30931b1dcaee31b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6d54aaf9249113e5be1b6a87bf439ae778918533077a41ee9442396cda4d2642_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0b4378067622a7584c3be2e5e5d8748a564ae7672cc882bec0c1d6f4f4c28686_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2ba6c6b021db9b58614b1ceb9b736978b0e3396b04dda4518406b041448dd5cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7f7e406ef7b654a66bbcbbfa5326ceb1ddca4a0236cb60761a0ea48b919e8571_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fc403f7babe4eb16c770c80def94f34696b3a8ac55360b17c88edb11b9ae5a8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:473d595a495e4656de14b1b22456ef1ce2218fe39d02bf738990c0be4cdf5440_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6b3fc95809e8ab1be94de33cb375207b4302f93dbfd51f2a67228025c1e304fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7d0a9db460cb1d4c918f87a02979048f170f5e692e83cd517bb9b3271aa06dd2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7f1e2dcfd02a6a5fc56c6665979a8981f11144a5bcc6419feae3964b190583c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:775213a7b6d92d23694dbd1538727c84ad58c6b8a8b46587ff7bdeb7312acc05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a649eef7fa6148524b1f3aaf18ed6543f65ef91ad21358cb0af865401061622d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c593dda5f85469eb4ded8cb6c4738069d48a144823a070b83b58ba7772ba0e90_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ffdcf3c2b138b62cfc84d9916799812ad73fcba9c3416d7442f3686417c85932_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2e1e514d9f3cdf5f04ca924fa98d036988ab47259be5df67497931321634f730_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:32e93e986bbf92dd3a3e09f9c76bed29334b5cf794e18b843f81522ccf43697b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7bfa1c21aeb7971fa978d49455f4b5dcccd4ccc3de147ef47c32e9b74bcaf2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:dbb5abf21bed592282f09e30ba1387b084eb028bd931df5609c07fb8c09a0d75_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0606de7cca514d2b4ad9593d7f37950512741cd8f1597b1f83951aa7c8839268_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:116474d2dd37c159032b15ff856dffecad2ef0ab76298bc43f840bd0245ec78b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2e887b0da3269f28933bc5af839ea2df95b7aeca3993cb31b0a1c92e7043cce4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6029166a01da021523fc720ad70fc59f449684e577f9f5a36e0e759a39d0a28e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:849b8be9f7fc785a70451c1c0704501e2b449650acd23d450d145da1a760c166_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9c5d6a2d314e840600ca6bd1354c7dc6040fbdc216166418485d6edfedb27ce0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ba10e440e514662920d68ac025d5f3841786a393703fc2dc0ee21ff1d2490015_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bac1799b133fd829b35ac619a25a272301816494e83be5a251f78a50e7fb2f88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0469874ac135c41bb590ddbac02428775083221257b6904fa376335610c4acb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5823c8fa1f1409d6863dacda718e35b7afd2915befa21343dfcc68b6fef7a9ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b38d3723f2547dc5676460e3738420e243c6fdf7be77e54d18657efb9668c438_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e5a5e4c1a01ff3f5d694ca26dd248533fd463c85374c25ce1a9f4b7a60deafc1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:19f94467c811e10882e30eeef39b1266b83ee417974aaf62f75738d51811cbc4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:47487ff8d0cd813ab3354061caf319dec553b1cba9d5c1045de710b8a6d0c51d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b3a0104cb85f1a6965eee44fef58983637839a1f97ddccd737704ab41cda3a25_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e8c72b610288bdc44492ea0a5c2fd66cfb1673fc06f6bc66831fa84c96f86543_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1a9333d29d3561fe95488f3d80136d6b24b4a2e04472d37d34737fd1032a8856_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:705d146d458883660aa0b673a651d05d1d1ad73bafad91e84755118b82092ae7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b9265d767c8a6786f12dd4788377f1a316864863a32de4a4ec07ffc8b874aa00_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e3a7bfabcb96924059fb7906be97a0ebb1df35c6cad39a7968a6461df0cecb31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5c015e1a10e5f14e82e30ba41b1ae6a82cf5cb0bc631f5137d7637c44a3f5b8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:623bc4c74b05b46babba7da628809bac05b48d8c4055648e88f0db57c1bb0e07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9502a32446a8828e8a1887edcf49034e874ea0e32ab5fdb738ab89e77cb5a472_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ec7b6b83c8e934b66505e8051e183fbaac54e78abae5ae99077d4e5e163b4529_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1f15641123321a662f676a46a24f6c8066bba6e3730a3c0d0eca3ff8e548de23_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:85070876ada5cb86e8c585f3ac3114d548b189074723a13ec5d6fc6be25c9964_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a34e14a715bad1d324f9211d95c56ed387ae51b24b21ccf931c12f3f7b3dcbaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e12ce561e4cad13a5d08e8164060bb74a309f66047279a26dd727d34ed3dc16a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:67789c239f82fe3649ab8c0e13f920a788a3612d15a78fe5986a852bb2d11a0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:80d704ed310acc3015748815351da4b54fef2d8b74d7d4b03aabcf9fd7e60b38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bfbcd3f502bf336124261fbe51f19e7a4cb9e9132e07da62354699b30cf6ed24_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c1e371a0057014662b91736570bf25fb1211ead7402154a1149dfee9e55b994e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:175fd0386d9a4e064fa760f23ecfb45ac6ae3500e5a50acac0660d06e5b7ecb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3e9811dcf3c528ae6f5ff86659dee1a590c2b53f7af1a03204d06fc3dc628fcd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:68af6c6e7f51523ac223f4e25955cf3777f4ae5b601dcca7c6ec7e2dc0de0782_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:8f1b3ddbde3e33dbe01816bce0cce7d7bd196cc04affbe606fecfbd8ad7b8b17_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49699de68bf38c34edb696ebe4f9dc608756382a977f497f6713dbc7b6e1209e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49c32ab1927e0969508b906c14aafcbc64e6eff7680b9a10812eca4f17787921_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:86135a8f7d4aed36e7b2a571b431b29eeaac2bda02762eafda3e22a62a7a2d6d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f2dac4ffbee9d028b26e683b63a9f033ef8609907f6c498d42c447a306e75328_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2884bba195d4d635378b0d15efa54991a23f51bcf4efb1095b478f5cd9c34f46_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:d84853556ede64db5615eb4d826879c744f7ccbd92c51ecf392a686af854ec11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e05dd48fc4c26b5dd822ee58a2af27bccfd0ed28cc959a6fc05073cec6f7c9b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e202635a4a52be92b47960bd8ced28634111416b220cca5fa7f86373ecd1210a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ae36d953c8c7f73dd78d620f94a0335ff5fb84b16ce9d2dbadbdf3dc5d66f6d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:308c924c44c35b39c66b429a15a0343a47f7dfad62dceb76ea7acfc85e6bd973_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e132f6b0a6b4e2dc63561c1ebaa0bd9fc669a835b0c22b0d56599e3da870231_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5216d36dc483b1368a03e00dd9dadc7c75de2bc36ed98cd7ea2b089cbe23965e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4bc11f6ad7c3e9c99e708f7ef5a01b4faedc8eb5d2de5b0cbed502395958555f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4c04a50ca49fdc521da592b9c326e233763918fbfd6bc97e001e0e680ce24cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8ba4aabc0e1e36c3ffe66b55c67ab8c305f64aa6011f80060c5d95ce91180c5f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d259704d34b605abd3568bd4c988bf9e831d80554ec2d7a57e7c39a70daf0140_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:14c55985b9277766e54156139f0949d1e3e5f756ade34512a3d5ea3dfed2c544_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3231ec9c296798f11aec6a285b0a8f7c5cf220534d0525afa59c17ab2464abb0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d8767e4d0b2c8222748319f05483bcefe50388abc182a01f3ca9dae3c80dce44_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ebed5c3d8e112fc5086208b4b4c0aba054a0058f3fd08b71b129dc124fa00f99_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:26dccabde8cc0d1ad45160677fe240b3fc098acae82f6d095fad08b78330453b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a168025d531f20656997ae845a4930919d6805b7f9374c40f7835a93aaa46b27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e696a8bc54ef8a13800b2168a395d2cbb08678403beee2dc52c56d04cb235759_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ebc22890c7759ec9992b64dcb0e388881caeeae333a9a84a50dfeffe27e38b49_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:09319f1dcbe090d9677a43249810dfe5b3eb165aa3f8b473417e0913649b1556_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:46a37e99da18852f5512235589ee86dde0db6c09d76a49275a8004422b9ec303_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:535d1b713587008fe67eec103cceb54471f5263516f5420589cffe1dea02be93_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bc614ab102efc7dfaa47fef84c4783da26548491e4c43257bb606a06e8d155f0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:08cac9e30829765f182624de9e45e59b40884b8c39cde60528dd27afa57afe72_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:13724dc9eb7247844e450b59b8cf3af5e5f486e9558942836ab60f74b9943291_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3e1a80763f76f622b5ffcdb35bf2dc20ce1e9c06c4f5f6bf0ae06b04134733b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d077c79741fd0c481fa6e1aa2c479b8c5b380b1d1f163259777c8c50be257709_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5e82ef0b9ab6d4e3b7431a7611bc563f356385dd8927855e6090008685f1549a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:62ba53e306331c1b20cad27ec31cf59687218f4bd5908ed7e9034559ded04b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7664e74786778a96606757f1de215a4a9702d0c9f7cecba7bf8028884a7609ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7a967f88faccfc101b9388f8434d406acdfc85d7d682f9ec742d59eb31074fc6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0e05cd1eaa2b9c558d22892495f090b6b51a316dc56d85ae825b6fc44611b6db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:445fdec85c2510c8a45b2a830ead87136bbb80bb9244987b4d6ffa5858931926_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ccae4f8f443ba6806ea33105d7dc06002d58914626cb9ae57476b29193761b53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fc0becd36b6fad4911a5b8c9a4693320918f7f7e6336c2b11a76adcb6d1eec36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:652f8fc874b95a56393f14c2b56a63faa64c04f6646c1786d07eaa272a9acb9e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:94b9c011744629b1ff6f230e25f876f218ed59d55a941377797f77cdb7c03e1d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a178a796ca9d32ac59faa5eb9a6aea30f1aec65d88f89080f57ed519a7983f05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dc8a79297c73782f5005075332bcac58b051a07d2b35626323f9b69ee5f4d64e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:03d66c724cb647d4a613bb48c9df6e9ffaabb68c8af5a4ccae45365e32456470_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4b9510fdfb45d2561927843dbd7ed869e2f67d9636e59dfd0c3ee640d9fc601c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b3570e078bed53aa3e435443bffbd12a7b259f8dee9d18c0d79b55514a547b53_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fc8e892ccbd8d3c1e737fbaf8f02b5fa6bbbe242780c9cd00fbc5e6889d7baee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:266bd8400632ac70fc6584e4bb2850ebcee7027ff7899acbeca612c6556302a4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2c8f351447fffc2133f339c6ab3a0bcd9bdfafad4a4cb5b7dd2abc32c6056a92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b8d2783a76f514f9a4e8096434ac205e1d82d09da2d67fb930a1b5e4d8089e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:74fa72db679ef47f9a3e3459a90dfaeafcb6db73dfe15b8933767e2f9d19c448_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2b5964f6cb078aba05ada42f0c8280dfa39f9f80526932cc5d41410922e4e8ae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:480b27e9866ca8dfba83e1accd427d4f6813f4fb7f612854e32bdffc10d7d5b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:91c7fa7b70f2cc82b26ac16f91ea084e15a4f5dc64f254ed878c25dd1170c0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:edc297cdb2f670aebc1d3561d801840ad029e8777ce45724066e6891aabd60fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:443e0dd81ae60896d31f07ab49611c5e0629746824df094ce28cdd3cb0ae1d58_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9b16561ca87196e3dd9330184f7abf25e97272e3c47d2e8d594e3095e74f815b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9ff62f63d487e25a750bad29314955effd17152bfc534ff698963760a2615b0a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ab506c549b676ad9d8dd179e2ba871a12f2096ca2601ea2a1f2605ccb849dc6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:08758e6b81d6679b095a8e7fa323870eab35fefc05e525c6ef810b6cc0b3c0fd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:af87d24f6540e5c98def879ec4ea8adeb5b138e41abc126b2c3030c5847fd0b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c5e9e59a08d8940e99da6bc568269eaf71ea8db62dbff86a7f6fb5dae861e323_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f5122187c85ef27f5423ada009d800afa4800e32ad1ea3299586fe64cae8e38d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3c5078d135089e1548b4dec49b7e78658279e42a72792a988447662534b6516e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:56158ce0af0c0eb9709b2d1a172201bc795ed6e5075517b6919ed1302399d6f3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6720c8097a398327f18a5c84c28f6b58aeee017199c2649649a1f159b8365838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:89295652b447f42c6a0d6e1299f63b04016f10ec8faf6372357294a14472e426_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2baa85e44cc4ac6cb825103508c5bd74e348609eaf53ed42c6d0e045dfa62772_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:61283f1fff1f8ec53563012a5b1fb5a48831f0a220d3676b512f5a60b331e849_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ba258012c0832c57b29785be805be44f0b5f8eccaf76d82d7493946806eafe5f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cf3bee6414a87e7f907d30047ded274c488239af5b1f43ed717ac2cede29df86_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:40854e0833b6cdfedcf275cf716e58f3cbc5c44be313fb83ca3e909bd80d0b08_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4d6a10dcda92c599f52977c71208222d166168b29da4eb4727c466e7eb53cdd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7be4c5ff86b0e939ee9f22156812fb98d2f96c1eb4567ca8a6a01ea3aa735dcb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:83bdc9fa5d3893a973794dd7162bf9564ecf68ce44814349a621cbc284b9e61c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:993ba8c1dd84e486fc4084a7786934c356a9b12ae86155134fd1a1dc1e5e3f2f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a64dfd96d3aacabc8f219d19e6d7eb0c1ac5b68b49eb93fcc973d76e67ef1d34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:ce306e2cdafabbaa29467e0cdbf316673d17180efb604e683a7fd1ed7181c6f9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e6748814d950e6f5e370dec9cb7d557fbb0d29ad3620b567840770be826a601e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:04d418560f90c35b42be67886632615d62dc89cd37fcccb6e247212b535fbb7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:40eaefc42c0f0b5adeb47bcd463c2e2a45e7f3af1c0fa4cb3fde9c5479660c4f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:545bc2a7b32276bec515f338aea3a2976c01cc787a559986646aa6fa26ad5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5a2653ccd5dc3f59a228ee8b936460575e1a392d12287661b1dc83a9f8210033_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:12e5e4ea4d19c4dcccb35dba161fdba8a703ba6331b11054e4664818737746a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:180e817b55ebfd081fd0305f63b3e0539fe8d13d1ceb8428ea21e213779fd056_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:92e8693b9f6955f9862c8b576f5e32bffc3bc34232511fae0cbe57d705bfc53b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e5b5d4750a3ffe24b1196255d4cfe15b21efd587a41736307ca8e4e61a4936fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2ca8a85fb07b431d97ca6a3e3c18f1cfaa20883c7076d6b5b4e6942b632f9aaa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:559af5a310f0923dcb4ef9389c51c98604cf44642a13e8ccb46225b4ca268580_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ae056c9c8e0cdc6519ac1a9542781cd54ac2ac8881f513e965b57ce7d1e5ef2b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:deb92b50d5948bae13db37a7046d9b212dbfd3ddb1063ff8a5e5467f0cab203c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0c4f3cf84115f8c9b9bed6b2dd5d52316eb3a9e670fe6b9e28c2dbc350392e87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1142ce3f8a3c1c2a1c7dba79ac2c3b276a45fc6271ad9df9e6a5d8684c36da2a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d9f2c021c17f1416e01ba31a8823b7a87724fd96d7ec99d494981842b5d452b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f3aabf75e838b4a941f64a7a322768729059346d7578ecf5fe7ce27a71876fca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6389373ccb2fbe1b6385ea21dac1c0ca918bf9d3889ad7a738de6be5d7ec4272_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6449fee9a31acc582bb85e0031312e3ff07d1f1843a1c6c410eb79cbbec1ceb4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:751f007afae9f16527e9039aa95c2ee6efd2ee20afe3c083ba7298493d2406f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:afc11a340e28d4100c31646b705e8db302f6b0a96ad3620e07391f02a70438f1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0673d2034e7e5fb412a171939379da14e9269dad7bb53e83be7ecf8233b0b5a1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:18f0345811215feda18d2b63f679ee870e76b33e9f61042d93edcf36fe97df95_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a2d247eb696c80e02bc8c1873e8ee0fb71a1e5ad6cf5cd84bdf504f4fe17cb10_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c342b14ff399c961ce05c1af127244b950b8e9d641ce8752f9d0f880ad7a672b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4849bfa8a48c7e7d264fc6ea9097fa9d33da25f75776619976e3204b42026cc8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d7c3f5ce57c0aa25e13ba9484facd75c5a1dc3caaf9be4d0f273243e7ace327_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:78aef6c20ab3bf78eeb8b8a857ca2a24067d45cea0a070c44d3fcedc00d4efbe_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7f33515dbca04230d98550ab638efa87389629fc7d913c8ec42e4b5bf8a772f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0251068577a1724dc777683dd189468ed77413b396614a117dac6b4320b8f01d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8812fd85c74fd67a95afe09c2ce5e7d592eec1e25fdc6fa331a8bd41bdde0cc6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:89e0a7e0fe060abb45a6f8e6ed1906053c09f95c252ca7813175903db61fbc99_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c3674a8f28935f3140fad744b5a178a8346a9a7f79f6c281561d2877b38c4ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:13bc0d4f7d4508fafca5a3bc61b6449a056e277da131e753c06cbc1bb7781b27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:993a2a0b3f84e071560f6fc1a3ac243fa745ae9a7ab15febbe1385437dbd3ad8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:80fc518199cd3a1ad421b142661f0a85679b12b69d0afe580fe60eb6a13ddad4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f069665c66c19d9775b70a31aa7a1069bc653691f6abf106a88b2ceb8c0e1ec6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:13ef0c0585b01c56b865e029d029a553b458fd2d3d0204eb6dfba1bcaa11ac3c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:599d33b55e88212202b15f4344f7a18dee4f4504b3739d6ec99414d05bcde2b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a751f1f0540505bea087d3ea9e6ba798e89d5deb772cf8e401caeb3816a563_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4c26bc366b267d444f448a4d7bd5a0d26f84bea653c14b261a829669d888cf88_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8b67087a584a2d952a6e80572686412cc8ea01f03ec8d70b56cb8a24a0c5a3c0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ac1123e890f0aee159c9105e26e1f1ed3ba5eb3ea66b422b281c3e9465401c5c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0dac7821ce2a3a5a180f53f381d9e61484cd8c5efab3c9a7dcc70b5783421b64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6b30b39205367ec985c4a9d948e71d378b9483689c3ea179cd0f2476b9bfaa1c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:de903677bccf645889ff7968ebbc052b14273329c0765f7faa53b0ca815d6899_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f8392be7a6f5223930d53ed6d127faf727489b8f5ebbbda6b6b437c529e3c812_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:02ac68c83db9dc50cf6280a418eed9261dd2182bbf51d16fd143519e49960b17_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3746261c5d4744b13d4704c822fd62ce1f486010176fdb3bf95512c72eece73f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:85e34da00bd6d290c04d8eac32f39db59b5f50fceee9b248b2cbe27bcf0e7e5a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c343b119edf863e179df865ccde0b665b87087d78b20919aa5726d8fd240b344_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2026fc52aab5a6d7766511080699112f32ae4576108ff95b0eefc5d807a14f25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:21b5298172f4de1e0074c4abf5e4abf27e8adc02bbf7ee49bd3388f7127d4901_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:42f8af9bf66ea72846b7f7e57652725c31b01fc4a8d39ff7e7882075438c521f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9c5711087546b1ba7cefab267b8aa30b54ecde5926f009518cf0db974ff84c3d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:373c4b7507a978e3dd62e9ea629d1e397b1f1db682e11ada1bfe5a0b45afc782_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3be306649df2fa3cc9f30e60ed5d947fb0678b0231b617eafd3b1593d10feec5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5b01a896101a5189740f84cb1a83edefdb0dc00288dde725ddd0e95480f8e1c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:961dd87e559779e6338a4d3d35c96c0ce6ff7cb9634ce32d4bf848032f4a2fb7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8799db20cca7be653bae6b8ac5adc1d628094eababe740beb5dbc27e05346872_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a36c2b308515a293cbcf265af68ecebf498739e74ef11016d5c0edd3cf47c4e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b86631d6601578548af20a28d132a0503fe118f53d7596a5632ed24ec5a9931f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e867bd8b76b5bc1438a7be88a30fa7707edbb1909920a1d4d1d0da0ddbebdb40_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:313074950c6dec37d29a9722b58ddc951aaf67c27b47568039f29f02f2523128_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:43618db20e6f592602096897bc89eaf3c58490a362e91e3299e20bb2a02827d9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:705f4db2e969d23205de87db1bd7dc8eb1ade64a76940fad950fd1a214dde6e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d2d5ee5893ae16784051d9526c1feeee3c641fc3e6f337ba807744551c00ffa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6ae5cfd48e788096162bc4517f0466bf526f16c84bb61072886a64842856c5b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8004e7284c63cc32a05f6de732791416d57d62db041ede2829d4797139094292_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8137c3932f344ce587769bff04355ad405b6ff27009bf23a221ba52f3da56e1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ef15235cf21f0fbfea74089f75471b483a98c920b65676bb6199c155fb61e929_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:149cca2af3f89c7d1e105de81bbd098c66be5687f18a584b644f21d0be20f414_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:33fc93d5cd30760383da666e8effb6ed32f4c8f2668da36677e98c1801ef4f5c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f9c1ee7f72c926c45cd76c12046b867d9efd7c3c381f34afeeb9b6e97751175b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fcfbae71f81307789bec93987c4523700c191a66663ce53e4009c5e0a8627826_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:04fe8c19bee4b629ee7f18a13dc0b7f49d6a4b6e19d204de90b6b2240b0f875e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5c9662139f98817aafe153a43f700399781d079390d5ad23d3b70fd6ac5d370f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d1147830f896fd229aadd2b766fbb4c8102b35a8edd4d8bbeef4928d89cdbbfa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:dfd0cdc29bca0a2239ef203fe7b58efd97ed4e72daed6609e22b20babda395fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5a9889308bcd1c3981072c83d44206d0c3feff059e0a2029d49adcb974674c95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7a715c7e2a8f54ccee42abf122b0028ed19705f401248d8c38f785d960f1b116_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a67de487534d03cdfc180af9d235edb21c5cb71e1224bb5041fcf2b9a428732f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:b3780d23a2c384ecef73c806cb20d7f97bcd11c12b6392c781c0deb7ceb55df8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:48b5d06ac4b35c2a7bca3ba2abc39e3af1eaf4ecb19c720d9b6e46b066318414_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a6d7d7df9078e9d1cb0f12f9ceac12c96bf2cea03a9085b23c3e4af6a456b51d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b757d11e5dc51a5822d9e30e97ac142cf004fffce87ba2e58b8d62926127664a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e61ed19beaf8352dcfd4b9478335a364263cb9839f27140a634a217d87d331e5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93baf08acbc6875eb2b665a9ef3601ca34b76767cd70a172dac7237f21b6958c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a5f2c2debb51b8aa926ede417cf9fa0e4ebaac4f5bf9e770db55a25902a4a3b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:dc97d5c1aa80515080b2b4d16fb08ee4733a9347eebc8427f10b7e70582464ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cc1559af0d7be472ae46be4552fb41e81ad804d73d1444b92cae4485118c6773_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cfd5513afd8b2b5e22d5e384a7f769f9c04709d853feb2f91ef667d804cf9a7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:febf2fb95748ed0c440e6acb72c40d609ae7587b2665cfd7145c878a2a0b5783_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1728f980f3ebba7e48bc0e8cad114db1e0c06f692638764e30ab990f45c637af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:41508513986b369c2f89c64af84b3980b16bd2432130fb122d8c1346f0602894_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:650f08f62aeea4bc954e69ed88a9f2f14d3c8f733c155d113c0c58b7154fec4b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:016fc7e804acce7a8b8df0a02bec320c32f9ce6224ae67598a63992219a77516_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:081f9cfabc57aaf4d19df8b496613d8aff54ceb265634c904ec7765c810b4553_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6da3ef092cde7fbaeee01c5d6bb0ca5d52af3ed8de458ecd3001bb96262c1ab4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:035d07364444ea963d64515420fa4005adf82c44b575555a074149f67db50567_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4e09fb0bd709d53a0abc6326905cc43ee36e6e4ec5e20108efd1ffe585b1f2de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:53a5f81aefcdd57ba33c57c02941803a072ef3f1b8467baa3c53c7e073a9ea96_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:cb3d2ccb57987217c75079a9c10f230f6a7de9ba3b0fbd87d8d3d5c71f8c94b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3472a8147e06452751999ae2d041063907f275ecf429dcdcfdce88c8a19a17da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:61155741778188324e0616274f067ec36723d0fb81d84e9715f72ffecfbc92ca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:adfe8cb84a5f0a241fe69ec532b7092a10cc274cc3aac2b86f33ac8e725ab2d8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e704c70226ec4986c16166ba1ca54b908d1b6d9ddd47640bd5ab6d292f977508_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1d63a1d7ba183c49c69a6ffe5a4584de5282029b0b2c2f3484b4f4431e2ce954_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:441db8762a583090cf4325377b0ee75838452a601732bccf4dbc57f26f6a1a90_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c5c52612378ce1f2577314e5723642237c9a361506c448ca80d2a0b56666a1f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3b9843a117d6a6ae28222951e1a556d3888ceab2ff75a082a06343c8030a5ed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:236fa2dfd935db687e786cf827d88210c2f586d2d1a93e610861995908bf2587_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:647704923828c83c6ed3810e3c4d7456fcbe378516dabfac30f203a3bd3634b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7638d755fde7fe6d3c004a6f0f7c761a9fdb75a3541f19a792c3cf8e8bf473d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d2eaa5b8ad9464732265b84128b5280d725feabb2d4b4cef0178a317add66c39_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b659f5c6da6f73bcf8b2850f0172358816bd68fca721b65a9a70569a94bc90d7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cc867d49602a6ada5de7a783136b6463c4d9adee9877ae1966c016a08ee8e87a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:6fa614240bbc1932f65f8cc9215d2baccc05dd1cd5586fd308c44d8a94447a45_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e85e957fc16a36b5964613a99fec1e7299db9bc63edd86ef965d879a081b64bc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:14b02010250fe10ca57b2dfe1046641aeac31f92e5691c067b3990383967f0a6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b6b13d29b1cb9c9bcf97f2daa289669bbd9ea501430e51652bca3d50f787f23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a8ab293c4f3c6bc251bc91466b7586e5499b6e198cff46e50f6a65d97df60f7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c5d781c35cda14ab70d4a5bde3bf72df0a3956f5cb159645e5337095bb71c5ca_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fadba956181755cedd19d3d5b5ee3da0222daa1dc609b629c900a0052a4cbd8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:2719589f19df23634ec3f6b578f3fd2e827440675b72a69b89c9d78b1310f98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e1fe563643282c027ea829274a1945458cdc5d079bf2a2b7b0a9982a5cc3720e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:28d64f60c216f77e3e006012a403671463b9dd90095e19ff2dd027def6abb511_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6d681aac67e08e2ecca32415dddeb47df6191a99f7a8d7bc3bf1697c6a26c1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0d31a90914ea716508caf180e30fb682cdd8066da7a0a31752be9d86ec9c777c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3ef5a3798abfd3d9ec1b6ebabf3ceb32fa4057072b2670793ca119f556c0897f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e2c62e4b87e0536d15ed8b4f2905930a750f770d5c6d0168de6291d92c51f9a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ef5f4d7e3c872acbc4ee48bc91b5835dfef66a698287a95836344c1587ccca69_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f5f049eb01192eaca548f3585845ed6a530934d2eaeb422fc78b657cabb1f57_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:740b0d9392c76e433ebb7762e57f156a0e2ea1db37ddaed2c5b8044ca092a357_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:da9ebcef147e8d9e84848454fe2b8e259bb549bf0de88ee960fb48f6c8051060_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e8f942ece24d15ce0c4a31f731f2060b6e3874a2f486b2dd255c773fb1a55f46_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1b4fa4d6ee3081f39e54b4f910100d210da682dbb0f308f08107ac44e7338d3b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:571a51e1eca0f31f273be8cff7ff115bdf192e14f5d510705ab7ed423fd5d9e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6dc96b2e8156e7e42f758cc28302a2e94e8b3888970d03a780b1732375e728fe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b91654b9aaa85e13d262d21b949b1a96b386f202524c2e8d52ecb66c279eca8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a677804e422590551f82a17e61f64bc03d5a8a42a695e7ae8d9de5dc086924d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:fb7f225a9221506e6295f7efdcf44adc33e5b971c470b5835b0ca3c42ee1942c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:107c9dcda9632516721c41af941362ccc316d25661bfb13a7c4dcfc2ea4e1c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e75d33740c576321707835258793fe2fd257682099348a2a067806e764e1560d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3ed82adddc3da003bdb272e2a5df0317abe41512179cba925f65fb5d8f7c2eb3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c16e4af4e9a79ac2f1fa632b20e98befa9aa2953ef241af186edd226e39150e3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7b6c16881c71569dbada90e320379c2159ead0b0ed2fa2113e065b361bdf2413_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9533dc6817f01e377ea2ff7e3aa4447d20ab5d016d9145b97e0cb9e758c9a8ff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1285e63d6cefc0454a400b20a6e404537a8d57e5fb9b5d7ff1a75b61555622fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2ea17afe64ff273c9208892a59773c1dca248367c849e805dc78cda228aba29f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5f33ae81c766b0b7d9c8411dc4f6a0adf760221ed0493a99f1bea5dddb5de41b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9de0bd8cb41c5324718c8d8f275c612c0bfd13b322225455a1142dc76bff0a01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:2fee175122b1e3f74cd8976af1515c869d096da0bc4f5e9024b31a64cf88896a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9ca16ca048f3de4a5d9e6b6a38b55bf0b4a994bf7f7ccbda8c50c02bfd59c871_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c42a4deb157c31f6fb871bceb8c4401f44ffb490404591ae36110511f933f72e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f6d5c31b12c8a1a1e8316f258ccd254bf6bb8e49ae8a175eefcdf0bfc5c6047c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:204e84b23aa1edaf66f10a49432115ecb4c3e8fa34472a909e1c9a7a0c3f3947_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:37f226136e439a1b37fab44e06ff30eb22b1ba8f12eca9e85f59936c3d58acd1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3e385fec20235fd68320dd564c68770d91c5c08a864e3de41f3800937d730334_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:878a0a7473a69442dffd7c19132d74b29ecf765e3499d29f8da7b1de2ff6f439_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2b51546e56d1893aaa1b68c4e6ebb5479614d0402e840c8c850702ffb198036b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3aac893d87e5c39ae1672eb5ad48a0b9d02b49888fab57f8662e6dbb3897b660_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c5bddc80f0ba0e391b336de8ead2442d0dff227fdb8aef1874bc3db3101f7048_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:dca0c7b1c7ec76232b3d5ddd15c8716e04a8384f0a816217dec544d667ad2e69_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2551dc2ab6fddb6edfefc185f7b6d73ea366ddaae4e2f79d554f0afb79aa54bf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3cc6eb31325b1f9c9a2163c570ae1c3d4da7e7dcb0d761a0fa775b66fda9dcf5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:569965f29f668f02a342c0c7b4804bdc92354610e9368ba42a3ea5cc3172f532_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c4b2b0855c4ba25e150de01e54f0a84bb4c6c220b348945742bc0c18cc6d7dbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:01b6587f8b9ee398d34ed3330bf0bdbf2dd01c2fe475ed4d44c547401d1dbd5a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0fb7ce17c762a70aa16ca9f7f35e41d85997bb2bb22b81986321d29634ce9b3e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:60c4fd0dcbc1ed92bee7dedce7879893a23c9e4a6181e5e6d6a8f04880f377eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8925d5826cca515b7f7c05558406b3688a14963ddefa80f5b44500fe12dfb1dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:3d914112ad75b59b03d5653cea40a25d92af415ef52dd10aa7394465e6bab92b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:f8d52c53ca49b3f9847d2e568779801321307e329f802aa9456cd0dab7625232_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d29e5c26f37fc8212f2ff15cdac470982494be155f85e3c310b0c958b943f7f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:fc7a6712a6fe86a47b5a745e06a0c6d164779eb198f284fd0996847b025e53c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:32bf2e7aad1dd9ff5100500c294e343af0dae3d392eed27a1c0305198734261f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:54b4afd46c87b2cc839aa7d8b8ae232aaffe0f39846a6edf9d0d3228adbd7a29_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba41cc4ad0ea8dc731838e00dae166209a3e06d104e5cf11491639f82290eca6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a9395f57a9adc721c6e43e578957e21c8b9f18defbecdf91dc49d11044aeeeef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ba077da5ec7f147b51f0ee4432082aed3b7a3a541729913bc2ed821688723e99_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb48a38cb5d06b67ecfb4777c44d44f3e32a996397450e30f40e7ec3e340a56a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:deb40607f193ff4e36c684ce74167e67a7e96187f1a44a1f0f20f36572005843_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7dc856fddd561c1d29112b0b8d4dc39dc7503974a9ff563612e6998bdba4b71e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a3e01913986169c592bb770fc49e3875d46031b5788f983ddcd52938f9ef7a49_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c3481c6f76c644c017392c092dcbbb25a288acd14a9f01e20afd0d2d35e16d32_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cc440be9f6b3c5e22186b6d53a428a8220201ddaa79be39e19cc31a8fbd7b221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:12d7ec468f9634a53d053f3af7957c5162d92595fc3385b26b08acb22b7935c1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:49f08b645fc28af342483d9efaf2f607c9c2a6b491b477cdcf2985c44aa3e894_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d32cde1eedbd0c110bc10836025cee78421ec16d2924d30f5e6265591a9ec716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:df885dc6da20faf1903dbdac693889d9882722e8b67bebe35f624c11e4616262_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:16c8b8c6aee6f6a06367ca5bfe2be8fb85a05c3f18a819683f49d1a8c73941ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:376659c608333e76b0b48fcdc69ff17643284fd22fdef6c6998f07be54c1cf91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7359a62beac2d501d629e6768f1767861fdedc0d05f53a4424a2abdb3dbb6a8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c71d05c245bf1a4955f46c785d7264985e1f904de2a19972f7ce6209a3be0e4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8e59a286a05743844dd1333770197161698788e0db4faf8e00cac6b2fb9a638e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9029d8ef1e4455dbc1910078afea1141f92a5c4d2c298ce1d9e4319209b55246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:da4ff38c7a1fd5adddbc0b0d3defbbd580197680b22648e2ab803c90c4a8c9f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f6c44d76a715e0ca38fa5e2becad93a2bf3a41fd8f181846e7aba81b0c579691_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:167937ed04f625a9cd2d0b8ed6048a5cb7b6d435bc2d41775d7db4dcdb5fae95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:176feea3131aada18df5da44af30a127f4dff392ce8ef57f7e0844969ec95923_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:17afd4ebbc2a5233681d4cc1774fcd70dc932bc10006235b11de8dcce826c2ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d3a98e507691edec50373d79ce9df48a71cb6a19a75c9276d0c5905d4f204b39_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1b6c3977b4835b0cd5399523dd437c230b992b77a0e7352b095d008be96fcdab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:54d79643f3a191710d1362d665b5c838130f3e51aecf1e27a2cdf66e98a3cb8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b8692d27a4799d20ce1a8374ba99f55732bb7db56cdf8f5b038424a086db614_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d196f02212da5e80ac5a73931316d38e9def9aeecdadeaf07aec685e661f9f98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:11c2a1966b0632e85caebc4555e3e2f726277175b27a63a5e854557499e0c28e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7e649963b5c1e2a7e8813569368eaf0ded5e544799d561622d469b03b9d93937_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a23fa7969c6a881648ba03ed1a13692c5db21b79f0608d841291ea9118548ed7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:af57ee131bc09ce55ecb3ae13ed7dc3ce9607a7438f0ac5a6e64bbfa000546db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:3a7644c1ac089cabd142fc1743b47302eae8528b13d1b038298f2f57cf746326_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4b5ee426703ecb55bf537731c39c69ab7f86316544cfc472ee77fbef7e5680a8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4cb60d36cc3b34b4b1496b74b9b2e68ff152a71d7f957b356311ea811bf05573_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f3f64bd2f70faa654f7134d803efdc032df63fd4ef07c97abd38fc41e625b48d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1b75d96a4cdcc3a37848c5edfe598cb1d99bb3b0707db5e3f62478320eb90f9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:876fd001172d5151ef99c02826f834ee4db4623b00699a8fb30d6a456a7a8687_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ba8fddfcfe0004287ce58db40c1092f2090b3bbb0810c277066aa2d97799f8b9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:bd9982e951fdc7259571b6d5983ea2cc44402cbea411ae9a6b135692bf5939b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a7a8d4d8adfd98d3a6e3d37644b33966f2c34ff1e553fbb5140ab9a15563e821_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b26a5a47cde227edb5e7f6e51247a6cd91e13484f6b5f7dc19b62f83b7478361_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ccdd76d6734e3a3cfaa1e432c1508c097478e842fd436672e57ef2563d817e4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:fee8f3b24b431ac2a5d4fa3d96c90c5e1aa68c08ee8ae9963fee457c98795197_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0e559f5e780f3849e73d7246176059360631d8c4a7db1700f6ba1b6a9e6ae089_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1a376560672f81b7596417591491e71d065e90672ff6ef5d37ed0785e9baab16_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:350a0360dfdc31eccadb0e8b9397d5a3436bb509999034b60e611428eb006cc4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f8b68ae48350a5aa9bdf47a36efbf661190d497ab5a139027a2bf4579d21e095_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5fbe979b3d448e36fac9615ccd96f8583b0d587d46f6b1b3749e85938cb2e510_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8d45dfe709ac701d6eb800b081947d39a855f65c756f31ae47b75be9fec0c260_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ea4fa6caaa81f207f2372c6179c3698e225658387549ba567c232170cacf8570_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8fb972b411085b4551e10adbd419e3cb89754ee5300222cc4fce27cc349513f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:066d438bdfa1626aaa7a0ee5d2e3222724f2f0cf5bc9a189b67fd5358a0a48c0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:747c142608d6f43952d315d7858f57edbd2d9de2d255938dde311ea580a329af_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b2ee2d0e9906ef1581677bd239073c09f93e5b720501e9001926dfe7db34839e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:bf0b42c5e7e51129966a4744bb253b7c336bb88b1f1a562e481f7eeff5428136_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:3e9309d53caaafc9b145f6b7fbbb8879c9f018ef226afe101f6dc7ab02b67856_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:3a558e248efdf5d3111b7d61e8bd471682e7038bd34c4490f8ba69b91b44f36d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1b0981e2ee13869663087d6504e0c0af6f2c56d2ebf81d72b4b7c751bbf6e500_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8073e0be1f7f7523880b30946f1b6868274c070acb97d9da2f5c486db99ea18d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8980be22bddace1adb383fc356975fbf0af9ac8a20bdc95b3303a80fbe296f3d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f4293de50825a003a825306a45612531dafce45b72a91cf4dd455d596a0c60ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5bc26795163f03947b3f42a5c8cc52b7fd6eb713a0fa5a1558bfe834c21edc0c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:7f29c85842a34554f06db311ef67ec08d1d947d32b4363d1153d92c8d13c3214_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:92857eb171128909119700c431920f543cbfc89cd06aa98db816a2fcaab321da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e931e3fe478f8f905855b4516e1ed9b33a161536c447025cd14dd68778c40fa0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:338034a3ce7dff3efafd00fa35b858c23c2ab284f743df414c6cdae455f8801a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f12584b95171f442bb3661c908ee43de70d0400c6273eb4e93325a5f3f167b54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f37f6568957ab825b08c2ce8fc6b32ad18f5b7bee50b24b1804e70cdb144e5f4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f949249e3847338ce4ae9b94b0d191edd3f316d471f0a9047f97e41e41b7554c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:407286c96b6e9d0ee4e8abec2b06a5dad70fc69820a00deae47cbf3fcdc65a40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:52294a05713b24485ce6d7d1b867081da2f01dc008b9cd052bf8c4c37839f581_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6693dff44dcfb7e6fe67f5373bb73d84cf401d20640c959375f20a24d31aa697_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f65918214ce906cb5af9a59ece43a36870989c579ac1660a2a58f9536a79d9f9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2ec7076ed08f4ce7a61f95083155b5315acb6004ea4245c70be2763eb0ce9f4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5a539e39b3aaf61d63f391b6960cdc5746cbb4b0fc07b85a98969f5c9cbcca4e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:93505b057575ff9292e2e96903238708b940a23953a79cf8742c880f1fbc743a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:be43f0ee18b6d56d81a09871c4a30dc2245ba60cf17ff0f1aad10e117f40aac8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3923e99d803b6dd5bfd2fc957101bef6dd86ba8f6de9e59a849e4c7a02d57e0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8253bfec4409c9a02be72d7e8d87fe5f4f81c1bc58a294f02dd570debc4f1128_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:851fd20edf32778383c81e3c5b935ec5607a05f8fc569f64e31875b8bbe81d6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d06d41126ced4841fae74d0437b18e9f1699d285158fb8725a8768a6e9065b79_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4375e44dccb08eb4ecf461f4e8e7e97d617ab5b1c968beb481d5795e6bbf0229_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:75140fa657674afc46d698aea19115a9f60c7765ffff6a0c4ae5ac166c725597_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c1a31ef64ecdd90020d72f323a242b551a6a4a85a4dae309e19f5d8f12d77b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c3b1ed110f6b17263484b7fde65642eb349162b206c0b9a2f463bf5eb13273c3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1369aaf62d9d273eef766c42f7015d56152f6b8effc50dc06d75b1bab38a20a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:47402101d62f418c0f6b8e3c6e2367a8c84f5151a0204f326bf1fdbe983c603d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b519e10d4cb8fd9ad126a36fb864d2f29f7df218ffa1b3b5f222e0befafbe360_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d70f848ab6450690b8329ae367ff2e5a3a5b295c073028dff7cf810104c5be5f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8f8c882873232fd9a00adc69e199f1b4acacffcdbc282280ebb61dfb1e61b875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9fe79073bdf1745b388fe52bee661394f96ba5c0af585ed8ab4a61724e324777_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b2b91287350dfb474763ca5d332c4765af0c1ff2d7be722e23ea93970add2687_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:bb5f4abfd26a9446eb2f4cb1355bda840ed1006a6233373434378abaf0e617b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:07ff9687205eee39d9ca211c0bb0c6b1618848e9e74bfbbe793aca67de73fa88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0ba94d11051416a116cdf516dab74d530a584fe7c4bb1e8d3deb3bde2214e459_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0fe87955631062bc7ce78891b9eb056f899308f8cb8101b3a44f889c1f0c0654_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:786de5dd308c9fa6643aabecea0bc666a9ede6fd2a5ce1cb0d511eac2a19596a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:719989a197c3bb8b8af09e95af49125cd28014fa74c7969f3f3b939223a6743b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:743119e024a9aacd8bd4bf45ab9c14e684ddbe2307d8f965e972ace243f128b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:76c523fa10e222690941abc8c5564efee1ec4d309a7d023480b6000a545d655d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a13cc82f7b2053435d5268416686ae2ba89e37b6561e49c7ac395cf3359ca2b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:98aa0e651302bb73569a0578e6c11a1691eafb5b0aa28dadd714a7b44b498f8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:9fdce4b5198ae740daa858432221625391f7283bad587e1ebc1220e7b0b4fa28_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b072bc3bdd61164b8076f2799e705ed8e34281b2cdf24d9cf08deb8e697de2a3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:fef5253a6623c30368e9e7e271501adcd9432b96473cf8278a7b81140d287de0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4eecd436b35c9b25eca6975ca9e938c2256fcfeead67e1ff4159d7e36122122c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7e11ca9795aea60b3f0853ffef0fdbf922f4863edd96c50fa85110f36bccced2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c95f8bcd0835611bb90983e96e3b780ccb65bd2bdc7f7554432ea971eac8095b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e497c1834c97590a0c388b58dc823cdff79ab6befd5f2a9bf494b3acc3181eb6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3a7af87b46058334b97531a4b1b5cd5be47e2ade8d74497429529bf0a489b275_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:97313aa4f1c1c9aa51c77a153d0f0eb35cab9711b7f1465b82a636ea44e849ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:ba0927ffd76ad6689b808e734038678c91854ca3d0630613094824549f8a150d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cd8feb684b9c70a4ffd7077e19812273f333174a70f7c2b63d57d140d8002382_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0c8bfd6ea4d0729e0ffffac9811b5db2ecf5c40e68ef048ab104f161d2689b74_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4dc7e3242cdcd1d3c1ea5930da7d4e027383149373cb6af0551ed2572eaea0b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b78827903e5c338d67a4ea2ba10ee67e16482ff00968ba99c27af2b6d50ce202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c9315d23ab26f6f40e05a5fb1f9f2dbce075244a035b1f16003d1108a7ba36d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:270b5e756fca54f2dc05f04b6f7b43f7f188153811decbc0b49eb215b11c2372_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5331e8ebfc48f4d2322226b8986dd178f133a52edcfc0a192e89f1785c8d568f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6cfd8c3da57c17ae1c430f2881c66eb0b1c456bbce4a9ada2491b2c873dba985_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa346af0288b5886b5f095d1fa0ceb7715d4333db919ff9d61078f369642cc29_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3403720059bdecff83f784e2fde54d2bebe09223ac6cf99ce2b4c840b9cd4a98_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3f8cb2cffaf6320f14ae09f7e44c965681b395370a156253790764ec9d2a2aca_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a02dde1d0b4f4fbbc4e6f0afd24da1595672f3f290345a4f6e98e11d89854a17_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c4e8ac4fea3c281effed3996a378c2e952a3d3704e47863b2ae6b266d2280920_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:46a0b302273acaf2582d377271b910d9d31ff98744cd8f290583a7bd5579761e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:af0442c88d2b9b93a187010065424798d89aad1d695ba438c815d04d7fcbef04_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:bc7b78f67fa189ba63da9891a1b05694d676a3ed2fa318336fa0850d63815250_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ffe4e64ee1b721aeefd8f1ceee11d225dd69319385e3e70f0bb52f4f40660a45_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:29d5a91b39dc6e72677bdfab50f56860c53e67dab139b464dd571fef9780dc6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5e6d4e29635ea0b075e402931daf8c384d07ec8660223babfd0df9d572ea6912_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:82555977089a1586dc24154b46be6499607a9d15110e5b48d9a549ee73f3843c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f32c4a07d2b7a14c39db1e5e5752960e46bcda700b292336480c95f359adf0d7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:86b3e656caf1c93ba2bbea00514a17b9d06cb7a6fd5c6746d80ce35f45aa5907_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ba5c8896242125c24e3a7e5698770293a601e9e7f8508465d7b45920cc9ce240_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7de62e540922f1de5f492527d07a8e8f4265d24b577cf2f93415209ccad63912_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bd71e582ef755da7bfeede697b5c2ab29ab9fcea6bfeb14cc8ca168fce5c7bd1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a1e6a736546b54bb2797d85d51b8f2b213fe2f6be6b26bad5b549df9dabf2d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:efc7fb9608c2be8c3c65aff302f923241bf8d008bc71c2fbba0d82ffad2b4f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:aa63c460867d565b44b2a8e919ba9a0e7fd6717f71588cc5a7e2ad268fe13181_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fe1f1b5d6da2e5ac66c689da49a4c76916533f30ab456c9961a225a5e26cb6ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:36fdb2cdf796941fc6638036b3a31048ba0209174c7a62424fb410ae14b1f81c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:65a0b94e9f663f3d73a9696a622ad46c73a5fc793f9dc46ee07fee8ba3bbb443_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8afe2a0c6b1b200201f21b148caaa682bce77cb3b1027f61d4c873e5babb1b30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9f7c3543e4b1a095399d1219c50f1f5081440ae1605154324d57ba9201aa4fe9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2c0897a842cd7b16b64888568ca65c2a6e473c24b2ba9bc5067d6f1f237885d6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:432c94d7d5d46ad66348775fa0e1a6c2c142469e8a770db5528a1aa25664c389_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c86c7188163be31c7ab04017bc46ae88707437f804ddf2b5bd5a73ae34f64312_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3f836bb9effeca4dd6a230a4241282d33ed454ebabd84829c41e58db5f24f47_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4632ef8ca0af5a8115f3d9490c2ad9e2e44361f4d0671fa8a3a1006254b173ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a7d2d10f5326e2d71551289740eba86d6dd2f12526dc684b1494bdd4228fd8e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ba876751849dd525a26e70996e7e02092c473bdf386ec4663a54ecf61c4f0d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e842cdc56ee7728aa71a7f95eda9777ba229aaf959594e73d998fbb30b7f76b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:90331abb869c0c04ca7bb59681cbd957ff54eb0e0265e16368f9fd6ab6937acc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a02580814c02bec4c1c9b79c4b5a48a5a59caafa60a573f9f99a4a1ca07c6f71_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c197de59c38c060dc8aa099a027922853e4b9dc7e5589ac55c8841dbd44b1367_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ec7a4bcebcc80cbda32227224f64e67cdbc98d3fab95466b55c89755421ea4d2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:223df196f0cc747e52ffae9f3dd03fab2da3c72d5e3b189e3035d4264a08c6c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:29f3154c0b972730ae9a54bc496bcdf62e9ed348b73d98ca958a265717ccc2a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5e12029e90adf045a4377f4be2be75c879e57aca7aceffa2aef08aa262ae0f42_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e150a242bffd4437f92000417cad89969fd547b5da514f8586802b99a668bab2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:17752e2fbddeff8e6f43bd354d91f248b4e69d88e80b29b75508fb03b82d92bc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b1703420b5a67a12f055518b6a23c1d8259dc8a064a1447196f642dd23363806_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b93a134a81af485a0f07dcd6a71c816ed517178826539d0f53b6c45dce87096d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d266a3bfe528e76a8c6ef1700a2016080d084cf6fad2e70efe5ba52ff0dbbc51_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:8c90e9864b3ff53d398f2451254dd3707868b36c6032d8d139cc3ef2cbd9084e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ae6ebf086515376ed35bb432a7f567f7bbb44b8d1b86773fd86daa387c5fb933_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0a0cbb021e13ce9d693eacc4982ece2e8ba4697f5d5571b8d0671d71824fd07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5271f6452a89fe7907b16f486439f54f0dbcc3d075a70ef446ee4cc62211b1b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0abb949ce9461e5718c1988f57791c7537eb1b3d2184f4b4268fe087e39726d1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1267ac849f67c33155b54409011cd3f0eaa27d5f211703875cfd383d1170ef9e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5082f39df1f143f23f0e587dec5cdb3e3b033ab446a57e7e808c88e6211a1a67_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8fa27bdf891edfb80585e470f09c9d6fa369aa727a3698b936b4818a4b46448f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:017bed02593deb2e9cdfe0f268916e5d1c8cb7a4f1362c6eb3c94050896d7276_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:027baac40981f53c9ec53f5a4241a657929d6289e42a0e5deef617c182b7580e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4bd5b70373a257b1fce20135ff4a4b3e6962eee541c67a0e29ba9a2523d4d4a2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c0b3ed1332b228290882bbff6a1ad6866f5ab2a4586b261949832cdc3bee5797_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:047c270f56b685d5a4e67afe43d2f1ff47829a259be6ff93bfec4864233d4497_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:50a6482667d53de3d7aa2bff6df05ca21e4e9773996afa8b8038721e231deaae_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:653dbef43ed7f531ebf64c9314756be42738f1635a64097c53210ed0b6b0de88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c4d2741561038e0080204335efc6eee5b6ffd8878553b240dd433fea701e6bab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:3de609d984e39497dfe119bb8e0ac2d6d823dd894a5c866e5ec87de5b5711e60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e3a8b252aadb5b32f42009803b56dbeae49a3ddbe9d00aa27569af4747fa403_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ccf49e256cd9c3bb428badab464a17aee485ee1516896f1ade10da11085e843c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e77ce95a84b01b09c5d1e6dbdea8970543aa3a60f9292300beb078d1288bb801_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2ab5fcf7003f4ba3de7656a284b11d6ee05bb02cd0f3532671a8c368f7b15178_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:44241e57d9067223cdd1585db9d699db113931b7a273d207516f60c498570677_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6aaa55450d567e2fa992650c456cdaf5529c5d96fc9984f7e1a4aa9ed6294bf3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f2fa21e8a0e88b25e9037a9c2db4b157ca6fef8b765b36da7dda71bf5a4c4478_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:10bfb59c904103177754f0336f7b7bab676d240480a8213ec42a778bca3f277e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7aa4fdd78ceafdc887a91224614657e86c1e12b72fde68dea4ee5c6e9b610cb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:e4a365a0516b0c8ef2d1259ec4bdb7f76aa9dc0d3c3cfd5d5b3d34341d349772_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:a06af7a856d5f2416777c1bb1d271c189576e273450b25c6dc5937cd16b8bf8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:28b8390dae142ea16bb05f6bd95f19b6ab38dd67c341168337ca07fe4f45fe87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:be6a9bcb97824c91f393af5aac5a146d819ed9893f5a074e146afe18f3a50dc9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e6392d583f97f0932dc01be55534fbb6dd3014f84b745e8bf7583b96ad7a7761_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f30d93c0f244f5ba21807dca912d18d4facf47ceaf43da7efa41b14ee816b71b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0848bdb082bc8dae6bdaa956d2ae36fdeaaac89024822f4bcdffb51da1165fed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9f9603a2dd344770da433fe8dd50a104d69e80ad463f9cba71b3aabefc4fee61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ab417553778971822422c6eef94aeb437209fcf88e78188b701d4b2243ac5be7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b9bb7615df3eadf64501f35dcefa829934f330892801cbb86e9f70f5dde236ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6bb4c6c64852f2b7ee590a0a60db256d8dd549a4b141fe71d311bf30d0ed88ae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:837cd26d96a814814145cd0aa0cca672769283c499eec36c457ae432b99a7466_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:956ad866d891e1340f630b9cad6ec73d1fc60d4061d4c63946ed714900388a3b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:9c91591eddbc058f05d052e3178102b28ebd25c2c9cb796fffd5047f5d413d12_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-48801"
},
{
"category": "external",
"summary": "RHBZ#2500656",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500656"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-48801",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-48801"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-48801",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-48801"
},
{
"category": "external",
"summary": "https://github.com/markdown-it/linkify-it/commit/6be6d15e0641bf1daeaa977d500cabc743166159",
"url": "https://github.com/markdown-it/linkify-it/commit/6be6d15e0641bf1daeaa977d500cabc743166159"
},
{
"category": "external",
"summary": "https://github.com/markdown-it/linkify-it/security/advisories/GHSA-22p9-wv53-3rq4",
"url": "https://github.com/markdown-it/linkify-it/security/advisories/GHSA-22p9-wv53-3rq4"
}
],
"release_date": "2026-07-14T20:03:56.430000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T13:37:21+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:8fcb7da94ab599d7aa92adfcffdcda19cef1f3c2903bc9d38006b7522847c458\n\n (For s390x architecture)\n The image digest is sha256:7d2df00be06a79cd70639c116c4998f8540b3e379cef1e2cf0f3ddff5188c00c\n\n (For ppc64le architecture)\n The image digest is sha256:e41c3fa52e30b8c9d0c3a5ea531f082c08c7f8832123b76d597b198726a0f6f1\n\n (For aarch64 architecture)\n The image digest is sha256:2d6b342b1c77355a7c02d990ebf3e28d31aebe9c78a4bccd8ea07fbebc5a0c49\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-console-rhel9@sha256:3d9fbc97d13987f28ca76b3e238b540492eddef0f302c2dd958c1b0d05e10941_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:47682d4e934d597aaa1e809011a69afe93936fc629ad3dd1ed76dc7b073f7ee2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4e8d3460e04e85a3e01a578d492499376787c85f2840c97821f11213862239df_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d7b99cad55a1e1d380d30d0d4a61bc5f0cbf3a87223efada3e69bd9b0741d3b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:06ab376096238d4e04c9ab713d83d3cab5db769b5af1fd1c57ef2ceceec6ef61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2c80889bfaff670acbf859db3624951cda96d4ee8cb1560806ca4215e8c6c04b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:627c6b73224c3e37181a19cb598ef9a425cddc1d17d97b6c23388ec1345f6a88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d5d338daef4ae436780be192907d28a26785021d97865d8a95db9065734061f0_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:60446"
}
],
"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:0c95fbbcfd5c54e6b2934a8efb4f8523d1536ec1deef78249f4daebaa9d327d6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1b84b2a1cecab16e75947d29572008547922714207272a5dad8169d1ca5beab5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:466597e63e82ac365414c803f5ecb8f06a72374885eedc5daf9532aad16ac148_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:de9cac5c7ebcf3d43cad87758dd2eb0f4d6480f59bfb4112c224a4497aad9ba7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4ae516b98be8fbdb9b783345fe680c1d6ef57b5dc06b2ec3bbd20bfdb7c9b2c4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8f242ba3e0b9c57ecbd85f0d4c1bd67306357c92b53968a42419736c3dbe04d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b717614ee549be99c17ceef3d755c66abc983e821e04808df347962858e0da81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bd0f90ccaaaa74683b9bb17db0651dfbdfdf8f49adf0ecbaf8e83756d270b590_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:040115466e4f525e9f2386d6f8838c51f8e1638eb06cd64f071d4ae027a8fb9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:1a677b9d28655390d007acaa656997b12a32e9093c1c228778ef96cc6f4ca875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:39c68aae39089d044ce992b949d4e9961105711501daf3d4f0ba7e9981920729_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e814640d65f77818c180a706940337f8ddec8ebe4cf22c51a58a8b69e0f4099_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2831d7dc9f3cad92219addd21b93959900ee2f71e2d988fffe913a6f88dc7e1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:50f602354dcb223759d781cb057b4081a424d6a509178b10674358cc8dba41e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6925001d8a798896438ef1388f54bc29825c37d41f2f09a59e3f8bf60b2ec6af_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e01a83cb76fca294a011e022ed86f1da8cde36928096422a440bce8e42fbc8b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:757ad9e0c37b861340a7b2269b068d5b0c6355322eb5f5898a856fd9c4495b16_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7f68ff8059ae68d15041b8f38ad5ee5278289e1370d276cf7e78fc7e9fc3bb10_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:816787cc8c95a4a2df1416f09af6228559333e1bb1421ede0c9e2093444260e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f9bb9a184319c9fef278d3c6705f56cfc592c844f5c458bd20bcdc07c4230982_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:198f39ed50bbd835f4789057f9d7fd8de0962f1641a7f453dd90d68b5b2a4e7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:633ce875ee7bb08d9bf00cf79738e3e63cd6bf4de2d40fa6860142a301c0968c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e169d65b86f23d6424af5e7cf9e1d0ced58382128092821676196c0a05f91da6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ec2586358c34d0130b00a3714b50c8b7bc33ce915aef6aa79eb214d38202f37e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:13e81e4c25d8c789ca15eb4e84f3fc531a50b4dc0d95fa3573e002e3b54cad61_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:17637f8455e0e17bb3dca34545a26e881cff3e1444af45b9f45c3e282a252bb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d2dde1514fcf3308d1469a0af6727835121c4d6a1a1775a675a7ffabba8e3bed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d6376055835ac40728181d6f354398a0e60ca131d2fd8f41471ed87e974ea4cb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6f86d997faaf61c874def5a78cded319a188c1babbc4dfefb91a29f7e0d7f0fb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:73bceed99ad1b0bc99e66ab8361037e4046c5212645490161572fe6f34de98b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:babd6b0e928bb674289f34787d3aa536bdc4c24a877a5ac9311f21f0cc9e6224_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d00a12f6c4e75a2c93bdd135eeb742f42868b0186d9d03f318c885407a17e439_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:0932891a63e5ec5a076c7848d5746e29d972f3a96058914bee8fffa4921fed38_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:472e977d39473b92992f53c0225de477318b31be8656c37bc35193789ab7a456_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:71021ecd15d688aefa6db79f817c11a751b51f6ea9f2e48781bdc49c6de98088_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:9563eb7617a4d3a9c22fefaf03a4ede698fea2621a68ad231cd9e65930043a56_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:1fbf3bf4990353e799dc271bb4a0c58b385feb2ee60207636a3f76544b4f5ae4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:7815e9dc63477803e7e8bb8a01ea83043b5503ba529f64db3c76ad1c4cf2f0b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ab22d93f277f9bb65fcb5fd9c448b72f82384b9be43b8ab525d2836832044eb2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dee02e09373732db94bc442ddcb2eb4d13095a04e35c674387d3df8ba23d67d5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1a046b24339587101462756592c87ae4a8f699fc2977a703e6d031e2022a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1db6c409fede3e9ec09788fdf286fdb0634de6b6e727ec010332f7cf2e462_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:bd6be5cf4063439e92a1264ce3af0ea6528b9c27dd4b26f043a80aa8616575fc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c955c4b9dce1b25c73453079a21d84c5a2e5d0b53cf6e351f9b1855f08db3fb9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:221943f7b65573c2942d88354261f93a01950be1d1a86fa853544cc4c283c027_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2488ca8b2a8f658f3deaf9a70b12f7aca159490b5e0861d746ca8ee5d2010041_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a3435c546844b61f456789fd315495d6bcdc2560756e9fdfc4b896cdf70d75c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:be2e4dd58b8ed72278bb2c014317e69185e2b19dce37beea7fec3798abcb35f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4da2632fea643a834aac3fd63bc51fc6b0d768b869ac450e6779c9f36429a9fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:56ab8a9553f0c0202a47d858e234f2672098514dd647502405cac1f28d14196a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:abe530f4e865add435da2afd379a3a11a4d75c257c2468a09bc78f10256e0be9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:fe1397131aa0d447366fd627b12582ed647551ad3af13375f8c281ab73745f0a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0857a5a2cfb5c277bc2d2545fb19693f23285ccf6b75144da8fcd7225e1df1c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:43b36fb1f7ad271530f5ee9040cac4651a684e0e08de2ed90a2939b736b565ed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:7f86439496ba6573ee1d61b5f4d414dfbbf65a95526cdff54e45229f01785517_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8094138e4ed2267cc278a83a1586922c957142c9e5fcaec62db531c83b79566d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:309b1dd27ce0c7dc332c7141e576642db4aee6076ce50ccc2930e824f02ead2f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:35322e4580b0fec862223f76e0bd3c95ad0af31f3d4cdfd6423d3ec47d6e25c8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:699bc772c8a648f8be7d6a5c32d786d8f6484e584d918d68ef8a32cb1499663f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:779afd8e0fa21d022d7e75e7ba8da00cc7604db1adfbbea879bfb1d0f8c9c831_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:49e98d0193f7d7b4347043f0655d350a7a0c0d8c8b850d95abb57acd13dd8ac8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63e308cebeea85127f584610f59cdc9b228f01b9acb227f2f6eba7fcdc29b1fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:71f9b47dbd3985738259a6bc9a5bbdb240fd21284a194b47bb78538f8e870cac_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:9181583c88b3be23253c76e277f140c0a1532c1bff7d62cd0da1e14beba1aab4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:0f96581804dbadea29d9ef9a2a952753f5fdf295670ea0297622214e2a9b7d0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ae4714025025642ff5d9e250a4715b01d933487fa8bf4eaf82629ebd6d4c8702_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:cdb096f05b664fb542bb6eac3cce52c53da2e4bb636189bb53f737d3075615da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eb9908581f71dbe01d8553e494ef022417196408e9fdbd32f08fe1f5b9c9572c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:08725f7a384b4e72a173141cb35fb67293385ed72d973fc4d497f3c0f0dc626b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a322e3fc620e914088fb5669f1459a47140abdf027bd011d6ff4e5b3e6b909b9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b950e80fe164f86ddf624c80210308a634929ab8eb493496ef86bff1c5248fce_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bfc663a0ca81dedf849e89b91feb3fe0af97932fe8a8fc711d7ab85b6cbdcc84_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:13257447171d38e6e99c66faa476de6ff6ab934c285a0d1bf71fe94dbe583462_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:23fa493f397748092cd71c41b9d83d19fad6a5433b692bc644e30af790cf60da_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:28b1c9ee4102140998781ebef22f269316d8c2be2254c10b4d7151dffb0d37be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:be2175c2c6c9d882e44cf10aa85f1219573952473e893f67cc7085bf0a324407_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:61417bc1ddac0bc97c786b5807c2fa33eebc75f7cb186aaf9eef2151dbaf75a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:73956194247e000432a8c5f7b78255062c5ca967745ba2d97e680a06f698f518_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fbfa9ada74c4875985fc4bb8366d21eb5275a52953d44bc6bc740d48edeab5b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a545c9c2fbb36296286f684e02f9a5bc337b3c3fb9c83c608c988c88455f9bf4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:34a8a8a4a62b36b5e0eb061db3d56905c8dddfeb2e7a7135642f947ce6bd01ad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:41c2ea14036c2f8639cf0dd634e327841954eff4529743fcd10e8475546165d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a884f443877c7a3c0b32dc60a79e1bcbe89036549da7a8aa4608ee2ac6460765_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b28e8574a1d3b374ac4a61ea4f3c16eb70d9ba7385bf830c8698f4490f8fd3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:8e245c278c66405066cb31e9d48e97ad9cdb826511bdb1104807d26f896043a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:380e3045135a40d202f330002512a5c499d8d2079cc38e5c0bbd5a2312820dd3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5d06442daad2c126259fa5d594b53329e386f560b77a475ccb0cc37148644a5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5dc0ca56deaa237fb0bcddac8481b45d3ac81609b36c3b7bbb6cff8456899208_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:aa669084fb336f5d89d86cb58aca73b88d6bc4b6505eac2020664e0b6abfff6c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8cb392862e1835b610757e822332074ac459c593e9bd60fb6b6f6d0aebe577fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:987afa1aa902bb85d7c2d96f1637bcd19bf21eb832444c98d30171bbeb746751_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ad2f0cda09211f3e0aff615306168baf808e6fefbf1f039c3ae1a1fa7050a61e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:bcac50d10432ecdb8bfe2b465ba75889248ee8595f23c5243d023ac2a336f3b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3cf2d6f464e6a2fe5b4a8cf66690b3237aefef0c825a687a548f81336507cfb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9bd17213796576ce4d315986dc0b271011c37cd6e9ed75edff5ba80c3302fc26_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3205092b914bc1fe858b2ede7642227e04f35d06daec4848fdbbc0406fab4a03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a20ecaad93b15b869fb321c7503adcddfe1f0f5eb3f0f6427bd363234010853c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:57259db0550547f85684c19078b9af82b6318dca0c00ef8da27de8c8dc90e305_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:a95676fb6c1cc1b20cbb758a7c9fd34e82b3e114b81b5c17f47ef303feca3d51_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:49026487ee6722c3d438c05c1c181a36d14eca2f0d8debee48e4a02db0486145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ee65002c4934842ad86197a89e838997bb87a93ddc9de3423eb2af282a565c41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1bb56a1a194ba6f64edcdeae267fecec590c14c85431ba62ee8c6b5744da3a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bf72f3bbed57cebe1deb7690cd7fcb6d371e526630cb386d13180726736219c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:81afdbb2d9fe212af38a11b4d00ac952a306e13f91b23b2a081c0393173c5e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bf8d63c933996abf39eab9406b3061bee014d766a58f4e27a56413652d319a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:4a5021268b1ab163318270fc9ef07afa8a29f288c95ea69700c4bf46f88e85cd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ea443d9738e4428b6912b47f9c1d8d05b75cf8b137f0f9a76f852418b33b989e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:00148cec706fce87b240d38dcc91434f3c167052d5860d42ca9057e24c3f35eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:7996dc231961eb51daaceda9598b04e4bbe7d0e4019dccf5adec8a14d6f7e1a2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5c70298b919a36de41bf25d870bfa3da4013d36c6179db3eb6dd2e67dd20bff1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:a64777ab69af6f2b6cf4b78e5a00148e98353748946991c0a6da7eba76b442dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d4b6a07334845b2938c6d09556cea5e0477d13d4be6247bc9e3fede2e46aa3ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d5e665b41152b8363b4b15973a7b86365bb2c047366aa69bef7e1c499cf4fd3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:1a29c30f85b9bc858f0c70ca5ed79934494d92849f23baa6c7f26f67ea49c57e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:70f95a8b240afc604ee9af621fc3b63adaf80f593f3131e7ed51077ed2c77a1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4d217b45b97c9e01ba3d54d03270be07e9659b0d4313fc85999aa49fca560108_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:634f48a37ef03dee1cc0c0626c32aaebb8f9975b4640ac540f02910bdb3b165d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:00f06d1c70494444172d5630c33e1c93c333a880520bad3a810f96dc69cced15_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:01ac79392fa7a265608b75458534bafb6e5d350f2e8536bb9de48566c685841e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:12047af5271e61b4032c04c98df9ad54363d6beb13b36f49085307705677e345_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:37e5fa3bfc88e99fc78f2ced6cb4a99f5099942e40158dfa6940784c3d2ef95c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:54d10266c83c4d5fe91b013dac51538493ae4a4322c925e561c45316c73b1e2d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f799d506fc4087aac0eb4b2c2d6c8e511b598c6b3cdb1ba5ee470b787759fd8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:061d1b86afedd409ad4947a8ae59064f0fa92360cc82f640cf124776753ea3bc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9c7fef9c0e22e1721125d5b1312e509fada544e1d3d956338c3638aecea53dad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d3d951b736b910437255f3455b76357bfe0111c257f5a2d8dfe0f9abacf30fe0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f7feb8627754651663208ebb363a3e42e1767e16a65914148ce0507a77bfe795_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:23b0327190559517a3526d2500534542e9a397210cc6f663ac2b313aee902e92_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2911daa552328c8b01b19f91ad43ac54da18d343834c48ef35f12adff8077785_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:43960246dc7eb7bcef847c0d706bc6b0f0a407053a2cca7dfe27fce23c6d2af4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d05434d4552d2ffdd45d2fd44b1b2e2e8976a15f0f4ae59ce7dea73ca97dbcf8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1f7e808f97ad41f4c301736bdf2e06da73f2d0e3ef4ca838f0afd65273db7c8a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5553003527f078011d0c440f86c1480ff4e62b318e98ca2a4af97b42e5e186d5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:582a4e6fadda74e5c6c49b605b7967e9d6f25c84ab3de162c30931b1dcaee31b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6d54aaf9249113e5be1b6a87bf439ae778918533077a41ee9442396cda4d2642_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0b4378067622a7584c3be2e5e5d8748a564ae7672cc882bec0c1d6f4f4c28686_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2ba6c6b021db9b58614b1ceb9b736978b0e3396b04dda4518406b041448dd5cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7f7e406ef7b654a66bbcbbfa5326ceb1ddca4a0236cb60761a0ea48b919e8571_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fc403f7babe4eb16c770c80def94f34696b3a8ac55360b17c88edb11b9ae5a8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:473d595a495e4656de14b1b22456ef1ce2218fe39d02bf738990c0be4cdf5440_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6b3fc95809e8ab1be94de33cb375207b4302f93dbfd51f2a67228025c1e304fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7d0a9db460cb1d4c918f87a02979048f170f5e692e83cd517bb9b3271aa06dd2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7f1e2dcfd02a6a5fc56c6665979a8981f11144a5bcc6419feae3964b190583c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:775213a7b6d92d23694dbd1538727c84ad58c6b8a8b46587ff7bdeb7312acc05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a649eef7fa6148524b1f3aaf18ed6543f65ef91ad21358cb0af865401061622d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c593dda5f85469eb4ded8cb6c4738069d48a144823a070b83b58ba7772ba0e90_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ffdcf3c2b138b62cfc84d9916799812ad73fcba9c3416d7442f3686417c85932_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2e1e514d9f3cdf5f04ca924fa98d036988ab47259be5df67497931321634f730_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:32e93e986bbf92dd3a3e09f9c76bed29334b5cf794e18b843f81522ccf43697b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7bfa1c21aeb7971fa978d49455f4b5dcccd4ccc3de147ef47c32e9b74bcaf2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:dbb5abf21bed592282f09e30ba1387b084eb028bd931df5609c07fb8c09a0d75_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0606de7cca514d2b4ad9593d7f37950512741cd8f1597b1f83951aa7c8839268_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:116474d2dd37c159032b15ff856dffecad2ef0ab76298bc43f840bd0245ec78b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2e887b0da3269f28933bc5af839ea2df95b7aeca3993cb31b0a1c92e7043cce4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6029166a01da021523fc720ad70fc59f449684e577f9f5a36e0e759a39d0a28e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:849b8be9f7fc785a70451c1c0704501e2b449650acd23d450d145da1a760c166_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9c5d6a2d314e840600ca6bd1354c7dc6040fbdc216166418485d6edfedb27ce0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ba10e440e514662920d68ac025d5f3841786a393703fc2dc0ee21ff1d2490015_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bac1799b133fd829b35ac619a25a272301816494e83be5a251f78a50e7fb2f88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0469874ac135c41bb590ddbac02428775083221257b6904fa376335610c4acb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5823c8fa1f1409d6863dacda718e35b7afd2915befa21343dfcc68b6fef7a9ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b38d3723f2547dc5676460e3738420e243c6fdf7be77e54d18657efb9668c438_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e5a5e4c1a01ff3f5d694ca26dd248533fd463c85374c25ce1a9f4b7a60deafc1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:19f94467c811e10882e30eeef39b1266b83ee417974aaf62f75738d51811cbc4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:47487ff8d0cd813ab3354061caf319dec553b1cba9d5c1045de710b8a6d0c51d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b3a0104cb85f1a6965eee44fef58983637839a1f97ddccd737704ab41cda3a25_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e8c72b610288bdc44492ea0a5c2fd66cfb1673fc06f6bc66831fa84c96f86543_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1a9333d29d3561fe95488f3d80136d6b24b4a2e04472d37d34737fd1032a8856_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:705d146d458883660aa0b673a651d05d1d1ad73bafad91e84755118b82092ae7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b9265d767c8a6786f12dd4788377f1a316864863a32de4a4ec07ffc8b874aa00_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e3a7bfabcb96924059fb7906be97a0ebb1df35c6cad39a7968a6461df0cecb31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5c015e1a10e5f14e82e30ba41b1ae6a82cf5cb0bc631f5137d7637c44a3f5b8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:623bc4c74b05b46babba7da628809bac05b48d8c4055648e88f0db57c1bb0e07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9502a32446a8828e8a1887edcf49034e874ea0e32ab5fdb738ab89e77cb5a472_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ec7b6b83c8e934b66505e8051e183fbaac54e78abae5ae99077d4e5e163b4529_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1f15641123321a662f676a46a24f6c8066bba6e3730a3c0d0eca3ff8e548de23_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:85070876ada5cb86e8c585f3ac3114d548b189074723a13ec5d6fc6be25c9964_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a34e14a715bad1d324f9211d95c56ed387ae51b24b21ccf931c12f3f7b3dcbaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e12ce561e4cad13a5d08e8164060bb74a309f66047279a26dd727d34ed3dc16a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:67789c239f82fe3649ab8c0e13f920a788a3612d15a78fe5986a852bb2d11a0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:80d704ed310acc3015748815351da4b54fef2d8b74d7d4b03aabcf9fd7e60b38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bfbcd3f502bf336124261fbe51f19e7a4cb9e9132e07da62354699b30cf6ed24_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c1e371a0057014662b91736570bf25fb1211ead7402154a1149dfee9e55b994e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:175fd0386d9a4e064fa760f23ecfb45ac6ae3500e5a50acac0660d06e5b7ecb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3e9811dcf3c528ae6f5ff86659dee1a590c2b53f7af1a03204d06fc3dc628fcd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:68af6c6e7f51523ac223f4e25955cf3777f4ae5b601dcca7c6ec7e2dc0de0782_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:8f1b3ddbde3e33dbe01816bce0cce7d7bd196cc04affbe606fecfbd8ad7b8b17_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49699de68bf38c34edb696ebe4f9dc608756382a977f497f6713dbc7b6e1209e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49c32ab1927e0969508b906c14aafcbc64e6eff7680b9a10812eca4f17787921_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:86135a8f7d4aed36e7b2a571b431b29eeaac2bda02762eafda3e22a62a7a2d6d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f2dac4ffbee9d028b26e683b63a9f033ef8609907f6c498d42c447a306e75328_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2884bba195d4d635378b0d15efa54991a23f51bcf4efb1095b478f5cd9c34f46_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:d84853556ede64db5615eb4d826879c744f7ccbd92c51ecf392a686af854ec11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e05dd48fc4c26b5dd822ee58a2af27bccfd0ed28cc959a6fc05073cec6f7c9b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e202635a4a52be92b47960bd8ced28634111416b220cca5fa7f86373ecd1210a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ae36d953c8c7f73dd78d620f94a0335ff5fb84b16ce9d2dbadbdf3dc5d66f6d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:308c924c44c35b39c66b429a15a0343a47f7dfad62dceb76ea7acfc85e6bd973_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e132f6b0a6b4e2dc63561c1ebaa0bd9fc669a835b0c22b0d56599e3da870231_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5216d36dc483b1368a03e00dd9dadc7c75de2bc36ed98cd7ea2b089cbe23965e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4bc11f6ad7c3e9c99e708f7ef5a01b4faedc8eb5d2de5b0cbed502395958555f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4c04a50ca49fdc521da592b9c326e233763918fbfd6bc97e001e0e680ce24cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8ba4aabc0e1e36c3ffe66b55c67ab8c305f64aa6011f80060c5d95ce91180c5f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d259704d34b605abd3568bd4c988bf9e831d80554ec2d7a57e7c39a70daf0140_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:14c55985b9277766e54156139f0949d1e3e5f756ade34512a3d5ea3dfed2c544_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3231ec9c296798f11aec6a285b0a8f7c5cf220534d0525afa59c17ab2464abb0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d8767e4d0b2c8222748319f05483bcefe50388abc182a01f3ca9dae3c80dce44_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ebed5c3d8e112fc5086208b4b4c0aba054a0058f3fd08b71b129dc124fa00f99_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:26dccabde8cc0d1ad45160677fe240b3fc098acae82f6d095fad08b78330453b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a168025d531f20656997ae845a4930919d6805b7f9374c40f7835a93aaa46b27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e696a8bc54ef8a13800b2168a395d2cbb08678403beee2dc52c56d04cb235759_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ebc22890c7759ec9992b64dcb0e388881caeeae333a9a84a50dfeffe27e38b49_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:09319f1dcbe090d9677a43249810dfe5b3eb165aa3f8b473417e0913649b1556_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:46a37e99da18852f5512235589ee86dde0db6c09d76a49275a8004422b9ec303_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:535d1b713587008fe67eec103cceb54471f5263516f5420589cffe1dea02be93_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bc614ab102efc7dfaa47fef84c4783da26548491e4c43257bb606a06e8d155f0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:08cac9e30829765f182624de9e45e59b40884b8c39cde60528dd27afa57afe72_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:13724dc9eb7247844e450b59b8cf3af5e5f486e9558942836ab60f74b9943291_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3e1a80763f76f622b5ffcdb35bf2dc20ce1e9c06c4f5f6bf0ae06b04134733b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d077c79741fd0c481fa6e1aa2c479b8c5b380b1d1f163259777c8c50be257709_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5e82ef0b9ab6d4e3b7431a7611bc563f356385dd8927855e6090008685f1549a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:62ba53e306331c1b20cad27ec31cf59687218f4bd5908ed7e9034559ded04b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7664e74786778a96606757f1de215a4a9702d0c9f7cecba7bf8028884a7609ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7a967f88faccfc101b9388f8434d406acdfc85d7d682f9ec742d59eb31074fc6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0e05cd1eaa2b9c558d22892495f090b6b51a316dc56d85ae825b6fc44611b6db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:445fdec85c2510c8a45b2a830ead87136bbb80bb9244987b4d6ffa5858931926_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ccae4f8f443ba6806ea33105d7dc06002d58914626cb9ae57476b29193761b53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fc0becd36b6fad4911a5b8c9a4693320918f7f7e6336c2b11a76adcb6d1eec36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:652f8fc874b95a56393f14c2b56a63faa64c04f6646c1786d07eaa272a9acb9e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:94b9c011744629b1ff6f230e25f876f218ed59d55a941377797f77cdb7c03e1d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a178a796ca9d32ac59faa5eb9a6aea30f1aec65d88f89080f57ed519a7983f05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dc8a79297c73782f5005075332bcac58b051a07d2b35626323f9b69ee5f4d64e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:03d66c724cb647d4a613bb48c9df6e9ffaabb68c8af5a4ccae45365e32456470_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4b9510fdfb45d2561927843dbd7ed869e2f67d9636e59dfd0c3ee640d9fc601c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b3570e078bed53aa3e435443bffbd12a7b259f8dee9d18c0d79b55514a547b53_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fc8e892ccbd8d3c1e737fbaf8f02b5fa6bbbe242780c9cd00fbc5e6889d7baee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:266bd8400632ac70fc6584e4bb2850ebcee7027ff7899acbeca612c6556302a4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2c8f351447fffc2133f339c6ab3a0bcd9bdfafad4a4cb5b7dd2abc32c6056a92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b8d2783a76f514f9a4e8096434ac205e1d82d09da2d67fb930a1b5e4d8089e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:74fa72db679ef47f9a3e3459a90dfaeafcb6db73dfe15b8933767e2f9d19c448_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2b5964f6cb078aba05ada42f0c8280dfa39f9f80526932cc5d41410922e4e8ae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:480b27e9866ca8dfba83e1accd427d4f6813f4fb7f612854e32bdffc10d7d5b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:91c7fa7b70f2cc82b26ac16f91ea084e15a4f5dc64f254ed878c25dd1170c0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:edc297cdb2f670aebc1d3561d801840ad029e8777ce45724066e6891aabd60fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:443e0dd81ae60896d31f07ab49611c5e0629746824df094ce28cdd3cb0ae1d58_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9b16561ca87196e3dd9330184f7abf25e97272e3c47d2e8d594e3095e74f815b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9ff62f63d487e25a750bad29314955effd17152bfc534ff698963760a2615b0a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ab506c549b676ad9d8dd179e2ba871a12f2096ca2601ea2a1f2605ccb849dc6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:08758e6b81d6679b095a8e7fa323870eab35fefc05e525c6ef810b6cc0b3c0fd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:af87d24f6540e5c98def879ec4ea8adeb5b138e41abc126b2c3030c5847fd0b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c5e9e59a08d8940e99da6bc568269eaf71ea8db62dbff86a7f6fb5dae861e323_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f5122187c85ef27f5423ada009d800afa4800e32ad1ea3299586fe64cae8e38d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3c5078d135089e1548b4dec49b7e78658279e42a72792a988447662534b6516e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:56158ce0af0c0eb9709b2d1a172201bc795ed6e5075517b6919ed1302399d6f3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6720c8097a398327f18a5c84c28f6b58aeee017199c2649649a1f159b8365838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:89295652b447f42c6a0d6e1299f63b04016f10ec8faf6372357294a14472e426_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2baa85e44cc4ac6cb825103508c5bd74e348609eaf53ed42c6d0e045dfa62772_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:61283f1fff1f8ec53563012a5b1fb5a48831f0a220d3676b512f5a60b331e849_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ba258012c0832c57b29785be805be44f0b5f8eccaf76d82d7493946806eafe5f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cf3bee6414a87e7f907d30047ded274c488239af5b1f43ed717ac2cede29df86_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:40854e0833b6cdfedcf275cf716e58f3cbc5c44be313fb83ca3e909bd80d0b08_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4d6a10dcda92c599f52977c71208222d166168b29da4eb4727c466e7eb53cdd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7be4c5ff86b0e939ee9f22156812fb98d2f96c1eb4567ca8a6a01ea3aa735dcb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:83bdc9fa5d3893a973794dd7162bf9564ecf68ce44814349a621cbc284b9e61c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:993ba8c1dd84e486fc4084a7786934c356a9b12ae86155134fd1a1dc1e5e3f2f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a64dfd96d3aacabc8f219d19e6d7eb0c1ac5b68b49eb93fcc973d76e67ef1d34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:ce306e2cdafabbaa29467e0cdbf316673d17180efb604e683a7fd1ed7181c6f9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e6748814d950e6f5e370dec9cb7d557fbb0d29ad3620b567840770be826a601e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:04d418560f90c35b42be67886632615d62dc89cd37fcccb6e247212b535fbb7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:40eaefc42c0f0b5adeb47bcd463c2e2a45e7f3af1c0fa4cb3fde9c5479660c4f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:545bc2a7b32276bec515f338aea3a2976c01cc787a559986646aa6fa26ad5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5a2653ccd5dc3f59a228ee8b936460575e1a392d12287661b1dc83a9f8210033_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:12e5e4ea4d19c4dcccb35dba161fdba8a703ba6331b11054e4664818737746a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:180e817b55ebfd081fd0305f63b3e0539fe8d13d1ceb8428ea21e213779fd056_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:92e8693b9f6955f9862c8b576f5e32bffc3bc34232511fae0cbe57d705bfc53b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e5b5d4750a3ffe24b1196255d4cfe15b21efd587a41736307ca8e4e61a4936fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2ca8a85fb07b431d97ca6a3e3c18f1cfaa20883c7076d6b5b4e6942b632f9aaa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:559af5a310f0923dcb4ef9389c51c98604cf44642a13e8ccb46225b4ca268580_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ae056c9c8e0cdc6519ac1a9542781cd54ac2ac8881f513e965b57ce7d1e5ef2b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:deb92b50d5948bae13db37a7046d9b212dbfd3ddb1063ff8a5e5467f0cab203c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0c4f3cf84115f8c9b9bed6b2dd5d52316eb3a9e670fe6b9e28c2dbc350392e87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1142ce3f8a3c1c2a1c7dba79ac2c3b276a45fc6271ad9df9e6a5d8684c36da2a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d9f2c021c17f1416e01ba31a8823b7a87724fd96d7ec99d494981842b5d452b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f3aabf75e838b4a941f64a7a322768729059346d7578ecf5fe7ce27a71876fca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6389373ccb2fbe1b6385ea21dac1c0ca918bf9d3889ad7a738de6be5d7ec4272_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6449fee9a31acc582bb85e0031312e3ff07d1f1843a1c6c410eb79cbbec1ceb4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:751f007afae9f16527e9039aa95c2ee6efd2ee20afe3c083ba7298493d2406f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:afc11a340e28d4100c31646b705e8db302f6b0a96ad3620e07391f02a70438f1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0673d2034e7e5fb412a171939379da14e9269dad7bb53e83be7ecf8233b0b5a1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:18f0345811215feda18d2b63f679ee870e76b33e9f61042d93edcf36fe97df95_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a2d247eb696c80e02bc8c1873e8ee0fb71a1e5ad6cf5cd84bdf504f4fe17cb10_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c342b14ff399c961ce05c1af127244b950b8e9d641ce8752f9d0f880ad7a672b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3d9fbc97d13987f28ca76b3e238b540492eddef0f302c2dd958c1b0d05e10941_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:47682d4e934d597aaa1e809011a69afe93936fc629ad3dd1ed76dc7b073f7ee2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4e8d3460e04e85a3e01a578d492499376787c85f2840c97821f11213862239df_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d7b99cad55a1e1d380d30d0d4a61bc5f0cbf3a87223efada3e69bd9b0741d3b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4849bfa8a48c7e7d264fc6ea9097fa9d33da25f75776619976e3204b42026cc8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d7c3f5ce57c0aa25e13ba9484facd75c5a1dc3caaf9be4d0f273243e7ace327_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:78aef6c20ab3bf78eeb8b8a857ca2a24067d45cea0a070c44d3fcedc00d4efbe_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7f33515dbca04230d98550ab638efa87389629fc7d913c8ec42e4b5bf8a772f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0251068577a1724dc777683dd189468ed77413b396614a117dac6b4320b8f01d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8812fd85c74fd67a95afe09c2ce5e7d592eec1e25fdc6fa331a8bd41bdde0cc6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:89e0a7e0fe060abb45a6f8e6ed1906053c09f95c252ca7813175903db61fbc99_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c3674a8f28935f3140fad744b5a178a8346a9a7f79f6c281561d2877b38c4ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:13bc0d4f7d4508fafca5a3bc61b6449a056e277da131e753c06cbc1bb7781b27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:993a2a0b3f84e071560f6fc1a3ac243fa745ae9a7ab15febbe1385437dbd3ad8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:80fc518199cd3a1ad421b142661f0a85679b12b69d0afe580fe60eb6a13ddad4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f069665c66c19d9775b70a31aa7a1069bc653691f6abf106a88b2ceb8c0e1ec6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:13ef0c0585b01c56b865e029d029a553b458fd2d3d0204eb6dfba1bcaa11ac3c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:599d33b55e88212202b15f4344f7a18dee4f4504b3739d6ec99414d05bcde2b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a751f1f0540505bea087d3ea9e6ba798e89d5deb772cf8e401caeb3816a563_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4c26bc366b267d444f448a4d7bd5a0d26f84bea653c14b261a829669d888cf88_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8b67087a584a2d952a6e80572686412cc8ea01f03ec8d70b56cb8a24a0c5a3c0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ac1123e890f0aee159c9105e26e1f1ed3ba5eb3ea66b422b281c3e9465401c5c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0dac7821ce2a3a5a180f53f381d9e61484cd8c5efab3c9a7dcc70b5783421b64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6b30b39205367ec985c4a9d948e71d378b9483689c3ea179cd0f2476b9bfaa1c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:de903677bccf645889ff7968ebbc052b14273329c0765f7faa53b0ca815d6899_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f8392be7a6f5223930d53ed6d127faf727489b8f5ebbbda6b6b437c529e3c812_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:02ac68c83db9dc50cf6280a418eed9261dd2182bbf51d16fd143519e49960b17_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3746261c5d4744b13d4704c822fd62ce1f486010176fdb3bf95512c72eece73f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:85e34da00bd6d290c04d8eac32f39db59b5f50fceee9b248b2cbe27bcf0e7e5a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c343b119edf863e179df865ccde0b665b87087d78b20919aa5726d8fd240b344_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2026fc52aab5a6d7766511080699112f32ae4576108ff95b0eefc5d807a14f25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:21b5298172f4de1e0074c4abf5e4abf27e8adc02bbf7ee49bd3388f7127d4901_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:42f8af9bf66ea72846b7f7e57652725c31b01fc4a8d39ff7e7882075438c521f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9c5711087546b1ba7cefab267b8aa30b54ecde5926f009518cf0db974ff84c3d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:373c4b7507a978e3dd62e9ea629d1e397b1f1db682e11ada1bfe5a0b45afc782_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3be306649df2fa3cc9f30e60ed5d947fb0678b0231b617eafd3b1593d10feec5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5b01a896101a5189740f84cb1a83edefdb0dc00288dde725ddd0e95480f8e1c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:961dd87e559779e6338a4d3d35c96c0ce6ff7cb9634ce32d4bf848032f4a2fb7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8799db20cca7be653bae6b8ac5adc1d628094eababe740beb5dbc27e05346872_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a36c2b308515a293cbcf265af68ecebf498739e74ef11016d5c0edd3cf47c4e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b86631d6601578548af20a28d132a0503fe118f53d7596a5632ed24ec5a9931f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e867bd8b76b5bc1438a7be88a30fa7707edbb1909920a1d4d1d0da0ddbebdb40_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:313074950c6dec37d29a9722b58ddc951aaf67c27b47568039f29f02f2523128_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:43618db20e6f592602096897bc89eaf3c58490a362e91e3299e20bb2a02827d9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:705f4db2e969d23205de87db1bd7dc8eb1ade64a76940fad950fd1a214dde6e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d2d5ee5893ae16784051d9526c1feeee3c641fc3e6f337ba807744551c00ffa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6ae5cfd48e788096162bc4517f0466bf526f16c84bb61072886a64842856c5b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8004e7284c63cc32a05f6de732791416d57d62db041ede2829d4797139094292_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8137c3932f344ce587769bff04355ad405b6ff27009bf23a221ba52f3da56e1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ef15235cf21f0fbfea74089f75471b483a98c920b65676bb6199c155fb61e929_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:149cca2af3f89c7d1e105de81bbd098c66be5687f18a584b644f21d0be20f414_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:33fc93d5cd30760383da666e8effb6ed32f4c8f2668da36677e98c1801ef4f5c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f9c1ee7f72c926c45cd76c12046b867d9efd7c3c381f34afeeb9b6e97751175b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fcfbae71f81307789bec93987c4523700c191a66663ce53e4009c5e0a8627826_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:04fe8c19bee4b629ee7f18a13dc0b7f49d6a4b6e19d204de90b6b2240b0f875e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5c9662139f98817aafe153a43f700399781d079390d5ad23d3b70fd6ac5d370f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d1147830f896fd229aadd2b766fbb4c8102b35a8edd4d8bbeef4928d89cdbbfa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:dfd0cdc29bca0a2239ef203fe7b58efd97ed4e72daed6609e22b20babda395fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5a9889308bcd1c3981072c83d44206d0c3feff059e0a2029d49adcb974674c95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7a715c7e2a8f54ccee42abf122b0028ed19705f401248d8c38f785d960f1b116_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a67de487534d03cdfc180af9d235edb21c5cb71e1224bb5041fcf2b9a428732f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:b3780d23a2c384ecef73c806cb20d7f97bcd11c12b6392c781c0deb7ceb55df8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:48b5d06ac4b35c2a7bca3ba2abc39e3af1eaf4ecb19c720d9b6e46b066318414_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a6d7d7df9078e9d1cb0f12f9ceac12c96bf2cea03a9085b23c3e4af6a456b51d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b757d11e5dc51a5822d9e30e97ac142cf004fffce87ba2e58b8d62926127664a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e61ed19beaf8352dcfd4b9478335a364263cb9839f27140a634a217d87d331e5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93baf08acbc6875eb2b665a9ef3601ca34b76767cd70a172dac7237f21b6958c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a5f2c2debb51b8aa926ede417cf9fa0e4ebaac4f5bf9e770db55a25902a4a3b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:dc97d5c1aa80515080b2b4d16fb08ee4733a9347eebc8427f10b7e70582464ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cc1559af0d7be472ae46be4552fb41e81ad804d73d1444b92cae4485118c6773_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cfd5513afd8b2b5e22d5e384a7f769f9c04709d853feb2f91ef667d804cf9a7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:febf2fb95748ed0c440e6acb72c40d609ae7587b2665cfd7145c878a2a0b5783_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1728f980f3ebba7e48bc0e8cad114db1e0c06f692638764e30ab990f45c637af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:41508513986b369c2f89c64af84b3980b16bd2432130fb122d8c1346f0602894_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:650f08f62aeea4bc954e69ed88a9f2f14d3c8f733c155d113c0c58b7154fec4b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:016fc7e804acce7a8b8df0a02bec320c32f9ce6224ae67598a63992219a77516_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:081f9cfabc57aaf4d19df8b496613d8aff54ceb265634c904ec7765c810b4553_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6da3ef092cde7fbaeee01c5d6bb0ca5d52af3ed8de458ecd3001bb96262c1ab4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:035d07364444ea963d64515420fa4005adf82c44b575555a074149f67db50567_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4e09fb0bd709d53a0abc6326905cc43ee36e6e4ec5e20108efd1ffe585b1f2de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:53a5f81aefcdd57ba33c57c02941803a072ef3f1b8467baa3c53c7e073a9ea96_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:cb3d2ccb57987217c75079a9c10f230f6a7de9ba3b0fbd87d8d3d5c71f8c94b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3472a8147e06452751999ae2d041063907f275ecf429dcdcfdce88c8a19a17da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:61155741778188324e0616274f067ec36723d0fb81d84e9715f72ffecfbc92ca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:adfe8cb84a5f0a241fe69ec532b7092a10cc274cc3aac2b86f33ac8e725ab2d8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e704c70226ec4986c16166ba1ca54b908d1b6d9ddd47640bd5ab6d292f977508_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1d63a1d7ba183c49c69a6ffe5a4584de5282029b0b2c2f3484b4f4431e2ce954_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:441db8762a583090cf4325377b0ee75838452a601732bccf4dbc57f26f6a1a90_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c5c52612378ce1f2577314e5723642237c9a361506c448ca80d2a0b56666a1f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3b9843a117d6a6ae28222951e1a556d3888ceab2ff75a082a06343c8030a5ed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:236fa2dfd935db687e786cf827d88210c2f586d2d1a93e610861995908bf2587_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:647704923828c83c6ed3810e3c4d7456fcbe378516dabfac30f203a3bd3634b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7638d755fde7fe6d3c004a6f0f7c761a9fdb75a3541f19a792c3cf8e8bf473d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d2eaa5b8ad9464732265b84128b5280d725feabb2d4b4cef0178a317add66c39_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b659f5c6da6f73bcf8b2850f0172358816bd68fca721b65a9a70569a94bc90d7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cc867d49602a6ada5de7a783136b6463c4d9adee9877ae1966c016a08ee8e87a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:6fa614240bbc1932f65f8cc9215d2baccc05dd1cd5586fd308c44d8a94447a45_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e85e957fc16a36b5964613a99fec1e7299db9bc63edd86ef965d879a081b64bc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:14b02010250fe10ca57b2dfe1046641aeac31f92e5691c067b3990383967f0a6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b6b13d29b1cb9c9bcf97f2daa289669bbd9ea501430e51652bca3d50f787f23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a8ab293c4f3c6bc251bc91466b7586e5499b6e198cff46e50f6a65d97df60f7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c5d781c35cda14ab70d4a5bde3bf72df0a3956f5cb159645e5337095bb71c5ca_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fadba956181755cedd19d3d5b5ee3da0222daa1dc609b629c900a0052a4cbd8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:2719589f19df23634ec3f6b578f3fd2e827440675b72a69b89c9d78b1310f98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e1fe563643282c027ea829274a1945458cdc5d079bf2a2b7b0a9982a5cc3720e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:28d64f60c216f77e3e006012a403671463b9dd90095e19ff2dd027def6abb511_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6d681aac67e08e2ecca32415dddeb47df6191a99f7a8d7bc3bf1697c6a26c1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0d31a90914ea716508caf180e30fb682cdd8066da7a0a31752be9d86ec9c777c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3ef5a3798abfd3d9ec1b6ebabf3ceb32fa4057072b2670793ca119f556c0897f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e2c62e4b87e0536d15ed8b4f2905930a750f770d5c6d0168de6291d92c51f9a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ef5f4d7e3c872acbc4ee48bc91b5835dfef66a698287a95836344c1587ccca69_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f5f049eb01192eaca548f3585845ed6a530934d2eaeb422fc78b657cabb1f57_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:740b0d9392c76e433ebb7762e57f156a0e2ea1db37ddaed2c5b8044ca092a357_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:da9ebcef147e8d9e84848454fe2b8e259bb549bf0de88ee960fb48f6c8051060_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e8f942ece24d15ce0c4a31f731f2060b6e3874a2f486b2dd255c773fb1a55f46_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1b4fa4d6ee3081f39e54b4f910100d210da682dbb0f308f08107ac44e7338d3b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:571a51e1eca0f31f273be8cff7ff115bdf192e14f5d510705ab7ed423fd5d9e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6dc96b2e8156e7e42f758cc28302a2e94e8b3888970d03a780b1732375e728fe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b91654b9aaa85e13d262d21b949b1a96b386f202524c2e8d52ecb66c279eca8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a677804e422590551f82a17e61f64bc03d5a8a42a695e7ae8d9de5dc086924d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:fb7f225a9221506e6295f7efdcf44adc33e5b971c470b5835b0ca3c42ee1942c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:107c9dcda9632516721c41af941362ccc316d25661bfb13a7c4dcfc2ea4e1c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e75d33740c576321707835258793fe2fd257682099348a2a067806e764e1560d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3ed82adddc3da003bdb272e2a5df0317abe41512179cba925f65fb5d8f7c2eb3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c16e4af4e9a79ac2f1fa632b20e98befa9aa2953ef241af186edd226e39150e3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7b6c16881c71569dbada90e320379c2159ead0b0ed2fa2113e065b361bdf2413_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9533dc6817f01e377ea2ff7e3aa4447d20ab5d016d9145b97e0cb9e758c9a8ff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1285e63d6cefc0454a400b20a6e404537a8d57e5fb9b5d7ff1a75b61555622fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2ea17afe64ff273c9208892a59773c1dca248367c849e805dc78cda228aba29f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5f33ae81c766b0b7d9c8411dc4f6a0adf760221ed0493a99f1bea5dddb5de41b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9de0bd8cb41c5324718c8d8f275c612c0bfd13b322225455a1142dc76bff0a01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:2fee175122b1e3f74cd8976af1515c869d096da0bc4f5e9024b31a64cf88896a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9ca16ca048f3de4a5d9e6b6a38b55bf0b4a994bf7f7ccbda8c50c02bfd59c871_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c42a4deb157c31f6fb871bceb8c4401f44ffb490404591ae36110511f933f72e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f6d5c31b12c8a1a1e8316f258ccd254bf6bb8e49ae8a175eefcdf0bfc5c6047c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:204e84b23aa1edaf66f10a49432115ecb4c3e8fa34472a909e1c9a7a0c3f3947_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:37f226136e439a1b37fab44e06ff30eb22b1ba8f12eca9e85f59936c3d58acd1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3e385fec20235fd68320dd564c68770d91c5c08a864e3de41f3800937d730334_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:878a0a7473a69442dffd7c19132d74b29ecf765e3499d29f8da7b1de2ff6f439_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2b51546e56d1893aaa1b68c4e6ebb5479614d0402e840c8c850702ffb198036b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3aac893d87e5c39ae1672eb5ad48a0b9d02b49888fab57f8662e6dbb3897b660_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c5bddc80f0ba0e391b336de8ead2442d0dff227fdb8aef1874bc3db3101f7048_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:dca0c7b1c7ec76232b3d5ddd15c8716e04a8384f0a816217dec544d667ad2e69_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2551dc2ab6fddb6edfefc185f7b6d73ea366ddaae4e2f79d554f0afb79aa54bf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3cc6eb31325b1f9c9a2163c570ae1c3d4da7e7dcb0d761a0fa775b66fda9dcf5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:569965f29f668f02a342c0c7b4804bdc92354610e9368ba42a3ea5cc3172f532_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c4b2b0855c4ba25e150de01e54f0a84bb4c6c220b348945742bc0c18cc6d7dbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:01b6587f8b9ee398d34ed3330bf0bdbf2dd01c2fe475ed4d44c547401d1dbd5a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0fb7ce17c762a70aa16ca9f7f35e41d85997bb2bb22b81986321d29634ce9b3e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:60c4fd0dcbc1ed92bee7dedce7879893a23c9e4a6181e5e6d6a8f04880f377eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8925d5826cca515b7f7c05558406b3688a14963ddefa80f5b44500fe12dfb1dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:3d914112ad75b59b03d5653cea40a25d92af415ef52dd10aa7394465e6bab92b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:f8d52c53ca49b3f9847d2e568779801321307e329f802aa9456cd0dab7625232_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d29e5c26f37fc8212f2ff15cdac470982494be155f85e3c310b0c958b943f7f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:fc7a6712a6fe86a47b5a745e06a0c6d164779eb198f284fd0996847b025e53c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:32bf2e7aad1dd9ff5100500c294e343af0dae3d392eed27a1c0305198734261f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:54b4afd46c87b2cc839aa7d8b8ae232aaffe0f39846a6edf9d0d3228adbd7a29_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba41cc4ad0ea8dc731838e00dae166209a3e06d104e5cf11491639f82290eca6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a9395f57a9adc721c6e43e578957e21c8b9f18defbecdf91dc49d11044aeeeef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ba077da5ec7f147b51f0ee4432082aed3b7a3a541729913bc2ed821688723e99_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb48a38cb5d06b67ecfb4777c44d44f3e32a996397450e30f40e7ec3e340a56a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:deb40607f193ff4e36c684ce74167e67a7e96187f1a44a1f0f20f36572005843_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7dc856fddd561c1d29112b0b8d4dc39dc7503974a9ff563612e6998bdba4b71e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a3e01913986169c592bb770fc49e3875d46031b5788f983ddcd52938f9ef7a49_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c3481c6f76c644c017392c092dcbbb25a288acd14a9f01e20afd0d2d35e16d32_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cc440be9f6b3c5e22186b6d53a428a8220201ddaa79be39e19cc31a8fbd7b221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:12d7ec468f9634a53d053f3af7957c5162d92595fc3385b26b08acb22b7935c1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:49f08b645fc28af342483d9efaf2f607c9c2a6b491b477cdcf2985c44aa3e894_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d32cde1eedbd0c110bc10836025cee78421ec16d2924d30f5e6265591a9ec716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:df885dc6da20faf1903dbdac693889d9882722e8b67bebe35f624c11e4616262_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:16c8b8c6aee6f6a06367ca5bfe2be8fb85a05c3f18a819683f49d1a8c73941ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:376659c608333e76b0b48fcdc69ff17643284fd22fdef6c6998f07be54c1cf91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7359a62beac2d501d629e6768f1767861fdedc0d05f53a4424a2abdb3dbb6a8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c71d05c245bf1a4955f46c785d7264985e1f904de2a19972f7ce6209a3be0e4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:06ab376096238d4e04c9ab713d83d3cab5db769b5af1fd1c57ef2ceceec6ef61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2c80889bfaff670acbf859db3624951cda96d4ee8cb1560806ca4215e8c6c04b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:627c6b73224c3e37181a19cb598ef9a425cddc1d17d97b6c23388ec1345f6a88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d5d338daef4ae436780be192907d28a26785021d97865d8a95db9065734061f0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8e59a286a05743844dd1333770197161698788e0db4faf8e00cac6b2fb9a638e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9029d8ef1e4455dbc1910078afea1141f92a5c4d2c298ce1d9e4319209b55246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:da4ff38c7a1fd5adddbc0b0d3defbbd580197680b22648e2ab803c90c4a8c9f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f6c44d76a715e0ca38fa5e2becad93a2bf3a41fd8f181846e7aba81b0c579691_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:167937ed04f625a9cd2d0b8ed6048a5cb7b6d435bc2d41775d7db4dcdb5fae95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:176feea3131aada18df5da44af30a127f4dff392ce8ef57f7e0844969ec95923_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:17afd4ebbc2a5233681d4cc1774fcd70dc932bc10006235b11de8dcce826c2ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d3a98e507691edec50373d79ce9df48a71cb6a19a75c9276d0c5905d4f204b39_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1b6c3977b4835b0cd5399523dd437c230b992b77a0e7352b095d008be96fcdab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:54d79643f3a191710d1362d665b5c838130f3e51aecf1e27a2cdf66e98a3cb8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b8692d27a4799d20ce1a8374ba99f55732bb7db56cdf8f5b038424a086db614_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d196f02212da5e80ac5a73931316d38e9def9aeecdadeaf07aec685e661f9f98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:11c2a1966b0632e85caebc4555e3e2f726277175b27a63a5e854557499e0c28e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7e649963b5c1e2a7e8813569368eaf0ded5e544799d561622d469b03b9d93937_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a23fa7969c6a881648ba03ed1a13692c5db21b79f0608d841291ea9118548ed7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:af57ee131bc09ce55ecb3ae13ed7dc3ce9607a7438f0ac5a6e64bbfa000546db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:3a7644c1ac089cabd142fc1743b47302eae8528b13d1b038298f2f57cf746326_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4b5ee426703ecb55bf537731c39c69ab7f86316544cfc472ee77fbef7e5680a8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4cb60d36cc3b34b4b1496b74b9b2e68ff152a71d7f957b356311ea811bf05573_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f3f64bd2f70faa654f7134d803efdc032df63fd4ef07c97abd38fc41e625b48d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1b75d96a4cdcc3a37848c5edfe598cb1d99bb3b0707db5e3f62478320eb90f9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:876fd001172d5151ef99c02826f834ee4db4623b00699a8fb30d6a456a7a8687_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ba8fddfcfe0004287ce58db40c1092f2090b3bbb0810c277066aa2d97799f8b9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:bd9982e951fdc7259571b6d5983ea2cc44402cbea411ae9a6b135692bf5939b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a7a8d4d8adfd98d3a6e3d37644b33966f2c34ff1e553fbb5140ab9a15563e821_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b26a5a47cde227edb5e7f6e51247a6cd91e13484f6b5f7dc19b62f83b7478361_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ccdd76d6734e3a3cfaa1e432c1508c097478e842fd436672e57ef2563d817e4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:fee8f3b24b431ac2a5d4fa3d96c90c5e1aa68c08ee8ae9963fee457c98795197_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0e559f5e780f3849e73d7246176059360631d8c4a7db1700f6ba1b6a9e6ae089_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1a376560672f81b7596417591491e71d065e90672ff6ef5d37ed0785e9baab16_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:350a0360dfdc31eccadb0e8b9397d5a3436bb509999034b60e611428eb006cc4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f8b68ae48350a5aa9bdf47a36efbf661190d497ab5a139027a2bf4579d21e095_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5fbe979b3d448e36fac9615ccd96f8583b0d587d46f6b1b3749e85938cb2e510_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8d45dfe709ac701d6eb800b081947d39a855f65c756f31ae47b75be9fec0c260_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ea4fa6caaa81f207f2372c6179c3698e225658387549ba567c232170cacf8570_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8fb972b411085b4551e10adbd419e3cb89754ee5300222cc4fce27cc349513f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:066d438bdfa1626aaa7a0ee5d2e3222724f2f0cf5bc9a189b67fd5358a0a48c0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:747c142608d6f43952d315d7858f57edbd2d9de2d255938dde311ea580a329af_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b2ee2d0e9906ef1581677bd239073c09f93e5b720501e9001926dfe7db34839e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:bf0b42c5e7e51129966a4744bb253b7c336bb88b1f1a562e481f7eeff5428136_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:3e9309d53caaafc9b145f6b7fbbb8879c9f018ef226afe101f6dc7ab02b67856_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:3a558e248efdf5d3111b7d61e8bd471682e7038bd34c4490f8ba69b91b44f36d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1b0981e2ee13869663087d6504e0c0af6f2c56d2ebf81d72b4b7c751bbf6e500_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8073e0be1f7f7523880b30946f1b6868274c070acb97d9da2f5c486db99ea18d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8980be22bddace1adb383fc356975fbf0af9ac8a20bdc95b3303a80fbe296f3d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f4293de50825a003a825306a45612531dafce45b72a91cf4dd455d596a0c60ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5bc26795163f03947b3f42a5c8cc52b7fd6eb713a0fa5a1558bfe834c21edc0c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:7f29c85842a34554f06db311ef67ec08d1d947d32b4363d1153d92c8d13c3214_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:92857eb171128909119700c431920f543cbfc89cd06aa98db816a2fcaab321da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e931e3fe478f8f905855b4516e1ed9b33a161536c447025cd14dd68778c40fa0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:338034a3ce7dff3efafd00fa35b858c23c2ab284f743df414c6cdae455f8801a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f12584b95171f442bb3661c908ee43de70d0400c6273eb4e93325a5f3f167b54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f37f6568957ab825b08c2ce8fc6b32ad18f5b7bee50b24b1804e70cdb144e5f4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f949249e3847338ce4ae9b94b0d191edd3f316d471f0a9047f97e41e41b7554c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:407286c96b6e9d0ee4e8abec2b06a5dad70fc69820a00deae47cbf3fcdc65a40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:52294a05713b24485ce6d7d1b867081da2f01dc008b9cd052bf8c4c37839f581_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6693dff44dcfb7e6fe67f5373bb73d84cf401d20640c959375f20a24d31aa697_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f65918214ce906cb5af9a59ece43a36870989c579ac1660a2a58f9536a79d9f9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2ec7076ed08f4ce7a61f95083155b5315acb6004ea4245c70be2763eb0ce9f4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5a539e39b3aaf61d63f391b6960cdc5746cbb4b0fc07b85a98969f5c9cbcca4e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:93505b057575ff9292e2e96903238708b940a23953a79cf8742c880f1fbc743a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:be43f0ee18b6d56d81a09871c4a30dc2245ba60cf17ff0f1aad10e117f40aac8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3923e99d803b6dd5bfd2fc957101bef6dd86ba8f6de9e59a849e4c7a02d57e0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8253bfec4409c9a02be72d7e8d87fe5f4f81c1bc58a294f02dd570debc4f1128_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:851fd20edf32778383c81e3c5b935ec5607a05f8fc569f64e31875b8bbe81d6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d06d41126ced4841fae74d0437b18e9f1699d285158fb8725a8768a6e9065b79_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4375e44dccb08eb4ecf461f4e8e7e97d617ab5b1c968beb481d5795e6bbf0229_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:75140fa657674afc46d698aea19115a9f60c7765ffff6a0c4ae5ac166c725597_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c1a31ef64ecdd90020d72f323a242b551a6a4a85a4dae309e19f5d8f12d77b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c3b1ed110f6b17263484b7fde65642eb349162b206c0b9a2f463bf5eb13273c3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1369aaf62d9d273eef766c42f7015d56152f6b8effc50dc06d75b1bab38a20a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:47402101d62f418c0f6b8e3c6e2367a8c84f5151a0204f326bf1fdbe983c603d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b519e10d4cb8fd9ad126a36fb864d2f29f7df218ffa1b3b5f222e0befafbe360_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d70f848ab6450690b8329ae367ff2e5a3a5b295c073028dff7cf810104c5be5f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8f8c882873232fd9a00adc69e199f1b4acacffcdbc282280ebb61dfb1e61b875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9fe79073bdf1745b388fe52bee661394f96ba5c0af585ed8ab4a61724e324777_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b2b91287350dfb474763ca5d332c4765af0c1ff2d7be722e23ea93970add2687_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:bb5f4abfd26a9446eb2f4cb1355bda840ed1006a6233373434378abaf0e617b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:07ff9687205eee39d9ca211c0bb0c6b1618848e9e74bfbbe793aca67de73fa88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0ba94d11051416a116cdf516dab74d530a584fe7c4bb1e8d3deb3bde2214e459_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0fe87955631062bc7ce78891b9eb056f899308f8cb8101b3a44f889c1f0c0654_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:786de5dd308c9fa6643aabecea0bc666a9ede6fd2a5ce1cb0d511eac2a19596a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:719989a197c3bb8b8af09e95af49125cd28014fa74c7969f3f3b939223a6743b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:743119e024a9aacd8bd4bf45ab9c14e684ddbe2307d8f965e972ace243f128b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:76c523fa10e222690941abc8c5564efee1ec4d309a7d023480b6000a545d655d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a13cc82f7b2053435d5268416686ae2ba89e37b6561e49c7ac395cf3359ca2b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:98aa0e651302bb73569a0578e6c11a1691eafb5b0aa28dadd714a7b44b498f8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:9fdce4b5198ae740daa858432221625391f7283bad587e1ebc1220e7b0b4fa28_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b072bc3bdd61164b8076f2799e705ed8e34281b2cdf24d9cf08deb8e697de2a3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:fef5253a6623c30368e9e7e271501adcd9432b96473cf8278a7b81140d287de0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4eecd436b35c9b25eca6975ca9e938c2256fcfeead67e1ff4159d7e36122122c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7e11ca9795aea60b3f0853ffef0fdbf922f4863edd96c50fa85110f36bccced2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c95f8bcd0835611bb90983e96e3b780ccb65bd2bdc7f7554432ea971eac8095b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e497c1834c97590a0c388b58dc823cdff79ab6befd5f2a9bf494b3acc3181eb6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3a7af87b46058334b97531a4b1b5cd5be47e2ade8d74497429529bf0a489b275_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:97313aa4f1c1c9aa51c77a153d0f0eb35cab9711b7f1465b82a636ea44e849ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:ba0927ffd76ad6689b808e734038678c91854ca3d0630613094824549f8a150d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cd8feb684b9c70a4ffd7077e19812273f333174a70f7c2b63d57d140d8002382_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0c8bfd6ea4d0729e0ffffac9811b5db2ecf5c40e68ef048ab104f161d2689b74_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4dc7e3242cdcd1d3c1ea5930da7d4e027383149373cb6af0551ed2572eaea0b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b78827903e5c338d67a4ea2ba10ee67e16482ff00968ba99c27af2b6d50ce202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c9315d23ab26f6f40e05a5fb1f9f2dbce075244a035b1f16003d1108a7ba36d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:270b5e756fca54f2dc05f04b6f7b43f7f188153811decbc0b49eb215b11c2372_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5331e8ebfc48f4d2322226b8986dd178f133a52edcfc0a192e89f1785c8d568f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6cfd8c3da57c17ae1c430f2881c66eb0b1c456bbce4a9ada2491b2c873dba985_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa346af0288b5886b5f095d1fa0ceb7715d4333db919ff9d61078f369642cc29_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3403720059bdecff83f784e2fde54d2bebe09223ac6cf99ce2b4c840b9cd4a98_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3f8cb2cffaf6320f14ae09f7e44c965681b395370a156253790764ec9d2a2aca_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a02dde1d0b4f4fbbc4e6f0afd24da1595672f3f290345a4f6e98e11d89854a17_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c4e8ac4fea3c281effed3996a378c2e952a3d3704e47863b2ae6b266d2280920_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:46a0b302273acaf2582d377271b910d9d31ff98744cd8f290583a7bd5579761e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:af0442c88d2b9b93a187010065424798d89aad1d695ba438c815d04d7fcbef04_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:bc7b78f67fa189ba63da9891a1b05694d676a3ed2fa318336fa0850d63815250_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ffe4e64ee1b721aeefd8f1ceee11d225dd69319385e3e70f0bb52f4f40660a45_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:29d5a91b39dc6e72677bdfab50f56860c53e67dab139b464dd571fef9780dc6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5e6d4e29635ea0b075e402931daf8c384d07ec8660223babfd0df9d572ea6912_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:82555977089a1586dc24154b46be6499607a9d15110e5b48d9a549ee73f3843c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f32c4a07d2b7a14c39db1e5e5752960e46bcda700b292336480c95f359adf0d7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:86b3e656caf1c93ba2bbea00514a17b9d06cb7a6fd5c6746d80ce35f45aa5907_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ba5c8896242125c24e3a7e5698770293a601e9e7f8508465d7b45920cc9ce240_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7de62e540922f1de5f492527d07a8e8f4265d24b577cf2f93415209ccad63912_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bd71e582ef755da7bfeede697b5c2ab29ab9fcea6bfeb14cc8ca168fce5c7bd1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a1e6a736546b54bb2797d85d51b8f2b213fe2f6be6b26bad5b549df9dabf2d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:efc7fb9608c2be8c3c65aff302f923241bf8d008bc71c2fbba0d82ffad2b4f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:aa63c460867d565b44b2a8e919ba9a0e7fd6717f71588cc5a7e2ad268fe13181_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fe1f1b5d6da2e5ac66c689da49a4c76916533f30ab456c9961a225a5e26cb6ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:36fdb2cdf796941fc6638036b3a31048ba0209174c7a62424fb410ae14b1f81c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:65a0b94e9f663f3d73a9696a622ad46c73a5fc793f9dc46ee07fee8ba3bbb443_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8afe2a0c6b1b200201f21b148caaa682bce77cb3b1027f61d4c873e5babb1b30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9f7c3543e4b1a095399d1219c50f1f5081440ae1605154324d57ba9201aa4fe9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2c0897a842cd7b16b64888568ca65c2a6e473c24b2ba9bc5067d6f1f237885d6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:432c94d7d5d46ad66348775fa0e1a6c2c142469e8a770db5528a1aa25664c389_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c86c7188163be31c7ab04017bc46ae88707437f804ddf2b5bd5a73ae34f64312_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3f836bb9effeca4dd6a230a4241282d33ed454ebabd84829c41e58db5f24f47_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4632ef8ca0af5a8115f3d9490c2ad9e2e44361f4d0671fa8a3a1006254b173ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a7d2d10f5326e2d71551289740eba86d6dd2f12526dc684b1494bdd4228fd8e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ba876751849dd525a26e70996e7e02092c473bdf386ec4663a54ecf61c4f0d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e842cdc56ee7728aa71a7f95eda9777ba229aaf959594e73d998fbb30b7f76b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:90331abb869c0c04ca7bb59681cbd957ff54eb0e0265e16368f9fd6ab6937acc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a02580814c02bec4c1c9b79c4b5a48a5a59caafa60a573f9f99a4a1ca07c6f71_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c197de59c38c060dc8aa099a027922853e4b9dc7e5589ac55c8841dbd44b1367_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ec7a4bcebcc80cbda32227224f64e67cdbc98d3fab95466b55c89755421ea4d2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:223df196f0cc747e52ffae9f3dd03fab2da3c72d5e3b189e3035d4264a08c6c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:29f3154c0b972730ae9a54bc496bcdf62e9ed348b73d98ca958a265717ccc2a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5e12029e90adf045a4377f4be2be75c879e57aca7aceffa2aef08aa262ae0f42_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e150a242bffd4437f92000417cad89969fd547b5da514f8586802b99a668bab2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:17752e2fbddeff8e6f43bd354d91f248b4e69d88e80b29b75508fb03b82d92bc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b1703420b5a67a12f055518b6a23c1d8259dc8a064a1447196f642dd23363806_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b93a134a81af485a0f07dcd6a71c816ed517178826539d0f53b6c45dce87096d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d266a3bfe528e76a8c6ef1700a2016080d084cf6fad2e70efe5ba52ff0dbbc51_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:8c90e9864b3ff53d398f2451254dd3707868b36c6032d8d139cc3ef2cbd9084e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ae6ebf086515376ed35bb432a7f567f7bbb44b8d1b86773fd86daa387c5fb933_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0a0cbb021e13ce9d693eacc4982ece2e8ba4697f5d5571b8d0671d71824fd07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5271f6452a89fe7907b16f486439f54f0dbcc3d075a70ef446ee4cc62211b1b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0abb949ce9461e5718c1988f57791c7537eb1b3d2184f4b4268fe087e39726d1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1267ac849f67c33155b54409011cd3f0eaa27d5f211703875cfd383d1170ef9e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5082f39df1f143f23f0e587dec5cdb3e3b033ab446a57e7e808c88e6211a1a67_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8fa27bdf891edfb80585e470f09c9d6fa369aa727a3698b936b4818a4b46448f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:017bed02593deb2e9cdfe0f268916e5d1c8cb7a4f1362c6eb3c94050896d7276_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:027baac40981f53c9ec53f5a4241a657929d6289e42a0e5deef617c182b7580e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4bd5b70373a257b1fce20135ff4a4b3e6962eee541c67a0e29ba9a2523d4d4a2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c0b3ed1332b228290882bbff6a1ad6866f5ab2a4586b261949832cdc3bee5797_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:047c270f56b685d5a4e67afe43d2f1ff47829a259be6ff93bfec4864233d4497_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:50a6482667d53de3d7aa2bff6df05ca21e4e9773996afa8b8038721e231deaae_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:653dbef43ed7f531ebf64c9314756be42738f1635a64097c53210ed0b6b0de88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c4d2741561038e0080204335efc6eee5b6ffd8878553b240dd433fea701e6bab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:3de609d984e39497dfe119bb8e0ac2d6d823dd894a5c866e5ec87de5b5711e60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e3a8b252aadb5b32f42009803b56dbeae49a3ddbe9d00aa27569af4747fa403_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ccf49e256cd9c3bb428badab464a17aee485ee1516896f1ade10da11085e843c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e77ce95a84b01b09c5d1e6dbdea8970543aa3a60f9292300beb078d1288bb801_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2ab5fcf7003f4ba3de7656a284b11d6ee05bb02cd0f3532671a8c368f7b15178_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:44241e57d9067223cdd1585db9d699db113931b7a273d207516f60c498570677_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6aaa55450d567e2fa992650c456cdaf5529c5d96fc9984f7e1a4aa9ed6294bf3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f2fa21e8a0e88b25e9037a9c2db4b157ca6fef8b765b36da7dda71bf5a4c4478_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:10bfb59c904103177754f0336f7b7bab676d240480a8213ec42a778bca3f277e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7aa4fdd78ceafdc887a91224614657e86c1e12b72fde68dea4ee5c6e9b610cb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:e4a365a0516b0c8ef2d1259ec4bdb7f76aa9dc0d3c3cfd5d5b3d34341d349772_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:a06af7a856d5f2416777c1bb1d271c189576e273450b25c6dc5937cd16b8bf8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:28b8390dae142ea16bb05f6bd95f19b6ab38dd67c341168337ca07fe4f45fe87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:be6a9bcb97824c91f393af5aac5a146d819ed9893f5a074e146afe18f3a50dc9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e6392d583f97f0932dc01be55534fbb6dd3014f84b745e8bf7583b96ad7a7761_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f30d93c0f244f5ba21807dca912d18d4facf47ceaf43da7efa41b14ee816b71b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0848bdb082bc8dae6bdaa956d2ae36fdeaaac89024822f4bcdffb51da1165fed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9f9603a2dd344770da433fe8dd50a104d69e80ad463f9cba71b3aabefc4fee61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ab417553778971822422c6eef94aeb437209fcf88e78188b701d4b2243ac5be7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b9bb7615df3eadf64501f35dcefa829934f330892801cbb86e9f70f5dde236ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6bb4c6c64852f2b7ee590a0a60db256d8dd549a4b141fe71d311bf30d0ed88ae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:837cd26d96a814814145cd0aa0cca672769283c499eec36c457ae432b99a7466_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:956ad866d891e1340f630b9cad6ec73d1fc60d4061d4c63946ed714900388a3b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:9c91591eddbc058f05d052e3178102b28ebd25c2c9cb796fffd5047f5d413d12_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "linkify-it: linkify-it: Denial of Service via algorithmic complexity vulnerability"
},
{
"cve": "CVE-2026-54423",
"cwe": {
"id": "CWE-862",
"name": "Missing Authorization"
},
"discovery_date": "2026-06-25T19:55:12+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:0c95fbbcfd5c54e6b2934a8efb4f8523d1536ec1deef78249f4daebaa9d327d6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1b84b2a1cecab16e75947d29572008547922714207272a5dad8169d1ca5beab5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:466597e63e82ac365414c803f5ecb8f06a72374885eedc5daf9532aad16ac148_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:de9cac5c7ebcf3d43cad87758dd2eb0f4d6480f59bfb4112c224a4497aad9ba7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4ae516b98be8fbdb9b783345fe680c1d6ef57b5dc06b2ec3bbd20bfdb7c9b2c4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8f242ba3e0b9c57ecbd85f0d4c1bd67306357c92b53968a42419736c3dbe04d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b717614ee549be99c17ceef3d755c66abc983e821e04808df347962858e0da81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bd0f90ccaaaa74683b9bb17db0651dfbdfdf8f49adf0ecbaf8e83756d270b590_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:040115466e4f525e9f2386d6f8838c51f8e1638eb06cd64f071d4ae027a8fb9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:1a677b9d28655390d007acaa656997b12a32e9093c1c228778ef96cc6f4ca875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:39c68aae39089d044ce992b949d4e9961105711501daf3d4f0ba7e9981920729_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e814640d65f77818c180a706940337f8ddec8ebe4cf22c51a58a8b69e0f4099_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2831d7dc9f3cad92219addd21b93959900ee2f71e2d988fffe913a6f88dc7e1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:50f602354dcb223759d781cb057b4081a424d6a509178b10674358cc8dba41e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6925001d8a798896438ef1388f54bc29825c37d41f2f09a59e3f8bf60b2ec6af_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e01a83cb76fca294a011e022ed86f1da8cde36928096422a440bce8e42fbc8b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:757ad9e0c37b861340a7b2269b068d5b0c6355322eb5f5898a856fd9c4495b16_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7f68ff8059ae68d15041b8f38ad5ee5278289e1370d276cf7e78fc7e9fc3bb10_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:816787cc8c95a4a2df1416f09af6228559333e1bb1421ede0c9e2093444260e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f9bb9a184319c9fef278d3c6705f56cfc592c844f5c458bd20bcdc07c4230982_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:198f39ed50bbd835f4789057f9d7fd8de0962f1641a7f453dd90d68b5b2a4e7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:633ce875ee7bb08d9bf00cf79738e3e63cd6bf4de2d40fa6860142a301c0968c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e169d65b86f23d6424af5e7cf9e1d0ced58382128092821676196c0a05f91da6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ec2586358c34d0130b00a3714b50c8b7bc33ce915aef6aa79eb214d38202f37e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:13e81e4c25d8c789ca15eb4e84f3fc531a50b4dc0d95fa3573e002e3b54cad61_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:17637f8455e0e17bb3dca34545a26e881cff3e1444af45b9f45c3e282a252bb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d2dde1514fcf3308d1469a0af6727835121c4d6a1a1775a675a7ffabba8e3bed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d6376055835ac40728181d6f354398a0e60ca131d2fd8f41471ed87e974ea4cb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6f86d997faaf61c874def5a78cded319a188c1babbc4dfefb91a29f7e0d7f0fb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:73bceed99ad1b0bc99e66ab8361037e4046c5212645490161572fe6f34de98b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:babd6b0e928bb674289f34787d3aa536bdc4c24a877a5ac9311f21f0cc9e6224_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d00a12f6c4e75a2c93bdd135eeb742f42868b0186d9d03f318c885407a17e439_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:0932891a63e5ec5a076c7848d5746e29d972f3a96058914bee8fffa4921fed38_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:472e977d39473b92992f53c0225de477318b31be8656c37bc35193789ab7a456_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:71021ecd15d688aefa6db79f817c11a751b51f6ea9f2e48781bdc49c6de98088_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:9563eb7617a4d3a9c22fefaf03a4ede698fea2621a68ad231cd9e65930043a56_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:1fbf3bf4990353e799dc271bb4a0c58b385feb2ee60207636a3f76544b4f5ae4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:7815e9dc63477803e7e8bb8a01ea83043b5503ba529f64db3c76ad1c4cf2f0b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ab22d93f277f9bb65fcb5fd9c448b72f82384b9be43b8ab525d2836832044eb2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dee02e09373732db94bc442ddcb2eb4d13095a04e35c674387d3df8ba23d67d5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1a046b24339587101462756592c87ae4a8f699fc2977a703e6d031e2022a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1db6c409fede3e9ec09788fdf286fdb0634de6b6e727ec010332f7cf2e462_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:bd6be5cf4063439e92a1264ce3af0ea6528b9c27dd4b26f043a80aa8616575fc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c955c4b9dce1b25c73453079a21d84c5a2e5d0b53cf6e351f9b1855f08db3fb9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:221943f7b65573c2942d88354261f93a01950be1d1a86fa853544cc4c283c027_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2488ca8b2a8f658f3deaf9a70b12f7aca159490b5e0861d746ca8ee5d2010041_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a3435c546844b61f456789fd315495d6bcdc2560756e9fdfc4b896cdf70d75c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:be2e4dd58b8ed72278bb2c014317e69185e2b19dce37beea7fec3798abcb35f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4da2632fea643a834aac3fd63bc51fc6b0d768b869ac450e6779c9f36429a9fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:56ab8a9553f0c0202a47d858e234f2672098514dd647502405cac1f28d14196a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:abe530f4e865add435da2afd379a3a11a4d75c257c2468a09bc78f10256e0be9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:fe1397131aa0d447366fd627b12582ed647551ad3af13375f8c281ab73745f0a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0857a5a2cfb5c277bc2d2545fb19693f23285ccf6b75144da8fcd7225e1df1c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:43b36fb1f7ad271530f5ee9040cac4651a684e0e08de2ed90a2939b736b565ed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:7f86439496ba6573ee1d61b5f4d414dfbbf65a95526cdff54e45229f01785517_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8094138e4ed2267cc278a83a1586922c957142c9e5fcaec62db531c83b79566d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:309b1dd27ce0c7dc332c7141e576642db4aee6076ce50ccc2930e824f02ead2f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:35322e4580b0fec862223f76e0bd3c95ad0af31f3d4cdfd6423d3ec47d6e25c8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:699bc772c8a648f8be7d6a5c32d786d8f6484e584d918d68ef8a32cb1499663f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:779afd8e0fa21d022d7e75e7ba8da00cc7604db1adfbbea879bfb1d0f8c9c831_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:49e98d0193f7d7b4347043f0655d350a7a0c0d8c8b850d95abb57acd13dd8ac8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63e308cebeea85127f584610f59cdc9b228f01b9acb227f2f6eba7fcdc29b1fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:71f9b47dbd3985738259a6bc9a5bbdb240fd21284a194b47bb78538f8e870cac_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:9181583c88b3be23253c76e277f140c0a1532c1bff7d62cd0da1e14beba1aab4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:0f96581804dbadea29d9ef9a2a952753f5fdf295670ea0297622214e2a9b7d0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ae4714025025642ff5d9e250a4715b01d933487fa8bf4eaf82629ebd6d4c8702_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:cdb096f05b664fb542bb6eac3cce52c53da2e4bb636189bb53f737d3075615da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eb9908581f71dbe01d8553e494ef022417196408e9fdbd32f08fe1f5b9c9572c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:08725f7a384b4e72a173141cb35fb67293385ed72d973fc4d497f3c0f0dc626b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a322e3fc620e914088fb5669f1459a47140abdf027bd011d6ff4e5b3e6b909b9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b950e80fe164f86ddf624c80210308a634929ab8eb493496ef86bff1c5248fce_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bfc663a0ca81dedf849e89b91feb3fe0af97932fe8a8fc711d7ab85b6cbdcc84_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:13257447171d38e6e99c66faa476de6ff6ab934c285a0d1bf71fe94dbe583462_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:23fa493f397748092cd71c41b9d83d19fad6a5433b692bc644e30af790cf60da_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:28b1c9ee4102140998781ebef22f269316d8c2be2254c10b4d7151dffb0d37be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:be2175c2c6c9d882e44cf10aa85f1219573952473e893f67cc7085bf0a324407_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:61417bc1ddac0bc97c786b5807c2fa33eebc75f7cb186aaf9eef2151dbaf75a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:73956194247e000432a8c5f7b78255062c5ca967745ba2d97e680a06f698f518_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fbfa9ada74c4875985fc4bb8366d21eb5275a52953d44bc6bc740d48edeab5b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a545c9c2fbb36296286f684e02f9a5bc337b3c3fb9c83c608c988c88455f9bf4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:34a8a8a4a62b36b5e0eb061db3d56905c8dddfeb2e7a7135642f947ce6bd01ad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:41c2ea14036c2f8639cf0dd634e327841954eff4529743fcd10e8475546165d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a884f443877c7a3c0b32dc60a79e1bcbe89036549da7a8aa4608ee2ac6460765_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b28e8574a1d3b374ac4a61ea4f3c16eb70d9ba7385bf830c8698f4490f8fd3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:8e245c278c66405066cb31e9d48e97ad9cdb826511bdb1104807d26f896043a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:380e3045135a40d202f330002512a5c499d8d2079cc38e5c0bbd5a2312820dd3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5d06442daad2c126259fa5d594b53329e386f560b77a475ccb0cc37148644a5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5dc0ca56deaa237fb0bcddac8481b45d3ac81609b36c3b7bbb6cff8456899208_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:aa669084fb336f5d89d86cb58aca73b88d6bc4b6505eac2020664e0b6abfff6c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8cb392862e1835b610757e822332074ac459c593e9bd60fb6b6f6d0aebe577fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:987afa1aa902bb85d7c2d96f1637bcd19bf21eb832444c98d30171bbeb746751_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ad2f0cda09211f3e0aff615306168baf808e6fefbf1f039c3ae1a1fa7050a61e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:bcac50d10432ecdb8bfe2b465ba75889248ee8595f23c5243d023ac2a336f3b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3cf2d6f464e6a2fe5b4a8cf66690b3237aefef0c825a687a548f81336507cfb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9bd17213796576ce4d315986dc0b271011c37cd6e9ed75edff5ba80c3302fc26_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3205092b914bc1fe858b2ede7642227e04f35d06daec4848fdbbc0406fab4a03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a20ecaad93b15b869fb321c7503adcddfe1f0f5eb3f0f6427bd363234010853c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:57259db0550547f85684c19078b9af82b6318dca0c00ef8da27de8c8dc90e305_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:a95676fb6c1cc1b20cbb758a7c9fd34e82b3e114b81b5c17f47ef303feca3d51_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:49026487ee6722c3d438c05c1c181a36d14eca2f0d8debee48e4a02db0486145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ee65002c4934842ad86197a89e838997bb87a93ddc9de3423eb2af282a565c41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1bb56a1a194ba6f64edcdeae267fecec590c14c85431ba62ee8c6b5744da3a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bf72f3bbed57cebe1deb7690cd7fcb6d371e526630cb386d13180726736219c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:81afdbb2d9fe212af38a11b4d00ac952a306e13f91b23b2a081c0393173c5e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bf8d63c933996abf39eab9406b3061bee014d766a58f4e27a56413652d319a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:4a5021268b1ab163318270fc9ef07afa8a29f288c95ea69700c4bf46f88e85cd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ea443d9738e4428b6912b47f9c1d8d05b75cf8b137f0f9a76f852418b33b989e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:00148cec706fce87b240d38dcc91434f3c167052d5860d42ca9057e24c3f35eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:7996dc231961eb51daaceda9598b04e4bbe7d0e4019dccf5adec8a14d6f7e1a2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5c70298b919a36de41bf25d870bfa3da4013d36c6179db3eb6dd2e67dd20bff1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:a64777ab69af6f2b6cf4b78e5a00148e98353748946991c0a6da7eba76b442dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d4b6a07334845b2938c6d09556cea5e0477d13d4be6247bc9e3fede2e46aa3ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d5e665b41152b8363b4b15973a7b86365bb2c047366aa69bef7e1c499cf4fd3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:1a29c30f85b9bc858f0c70ca5ed79934494d92849f23baa6c7f26f67ea49c57e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:70f95a8b240afc604ee9af621fc3b63adaf80f593f3131e7ed51077ed2c77a1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4d217b45b97c9e01ba3d54d03270be07e9659b0d4313fc85999aa49fca560108_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:634f48a37ef03dee1cc0c0626c32aaebb8f9975b4640ac540f02910bdb3b165d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:00f06d1c70494444172d5630c33e1c93c333a880520bad3a810f96dc69cced15_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:01ac79392fa7a265608b75458534bafb6e5d350f2e8536bb9de48566c685841e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:12047af5271e61b4032c04c98df9ad54363d6beb13b36f49085307705677e345_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:37e5fa3bfc88e99fc78f2ced6cb4a99f5099942e40158dfa6940784c3d2ef95c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:54d10266c83c4d5fe91b013dac51538493ae4a4322c925e561c45316c73b1e2d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f799d506fc4087aac0eb4b2c2d6c8e511b598c6b3cdb1ba5ee470b787759fd8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:061d1b86afedd409ad4947a8ae59064f0fa92360cc82f640cf124776753ea3bc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9c7fef9c0e22e1721125d5b1312e509fada544e1d3d956338c3638aecea53dad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d3d951b736b910437255f3455b76357bfe0111c257f5a2d8dfe0f9abacf30fe0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f7feb8627754651663208ebb363a3e42e1767e16a65914148ce0507a77bfe795_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:23b0327190559517a3526d2500534542e9a397210cc6f663ac2b313aee902e92_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2911daa552328c8b01b19f91ad43ac54da18d343834c48ef35f12adff8077785_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:43960246dc7eb7bcef847c0d706bc6b0f0a407053a2cca7dfe27fce23c6d2af4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d05434d4552d2ffdd45d2fd44b1b2e2e8976a15f0f4ae59ce7dea73ca97dbcf8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1f7e808f97ad41f4c301736bdf2e06da73f2d0e3ef4ca838f0afd65273db7c8a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5553003527f078011d0c440f86c1480ff4e62b318e98ca2a4af97b42e5e186d5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:582a4e6fadda74e5c6c49b605b7967e9d6f25c84ab3de162c30931b1dcaee31b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6d54aaf9249113e5be1b6a87bf439ae778918533077a41ee9442396cda4d2642_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0b4378067622a7584c3be2e5e5d8748a564ae7672cc882bec0c1d6f4f4c28686_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2ba6c6b021db9b58614b1ceb9b736978b0e3396b04dda4518406b041448dd5cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7f7e406ef7b654a66bbcbbfa5326ceb1ddca4a0236cb60761a0ea48b919e8571_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fc403f7babe4eb16c770c80def94f34696b3a8ac55360b17c88edb11b9ae5a8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:473d595a495e4656de14b1b22456ef1ce2218fe39d02bf738990c0be4cdf5440_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6b3fc95809e8ab1be94de33cb375207b4302f93dbfd51f2a67228025c1e304fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7d0a9db460cb1d4c918f87a02979048f170f5e692e83cd517bb9b3271aa06dd2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7f1e2dcfd02a6a5fc56c6665979a8981f11144a5bcc6419feae3964b190583c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:775213a7b6d92d23694dbd1538727c84ad58c6b8a8b46587ff7bdeb7312acc05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a649eef7fa6148524b1f3aaf18ed6543f65ef91ad21358cb0af865401061622d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c593dda5f85469eb4ded8cb6c4738069d48a144823a070b83b58ba7772ba0e90_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ffdcf3c2b138b62cfc84d9916799812ad73fcba9c3416d7442f3686417c85932_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2e1e514d9f3cdf5f04ca924fa98d036988ab47259be5df67497931321634f730_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:32e93e986bbf92dd3a3e09f9c76bed29334b5cf794e18b843f81522ccf43697b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7bfa1c21aeb7971fa978d49455f4b5dcccd4ccc3de147ef47c32e9b74bcaf2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:dbb5abf21bed592282f09e30ba1387b084eb028bd931df5609c07fb8c09a0d75_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0606de7cca514d2b4ad9593d7f37950512741cd8f1597b1f83951aa7c8839268_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:116474d2dd37c159032b15ff856dffecad2ef0ab76298bc43f840bd0245ec78b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2e887b0da3269f28933bc5af839ea2df95b7aeca3993cb31b0a1c92e7043cce4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6029166a01da021523fc720ad70fc59f449684e577f9f5a36e0e759a39d0a28e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:849b8be9f7fc785a70451c1c0704501e2b449650acd23d450d145da1a760c166_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9c5d6a2d314e840600ca6bd1354c7dc6040fbdc216166418485d6edfedb27ce0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ba10e440e514662920d68ac025d5f3841786a393703fc2dc0ee21ff1d2490015_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bac1799b133fd829b35ac619a25a272301816494e83be5a251f78a50e7fb2f88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0469874ac135c41bb590ddbac02428775083221257b6904fa376335610c4acb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5823c8fa1f1409d6863dacda718e35b7afd2915befa21343dfcc68b6fef7a9ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b38d3723f2547dc5676460e3738420e243c6fdf7be77e54d18657efb9668c438_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e5a5e4c1a01ff3f5d694ca26dd248533fd463c85374c25ce1a9f4b7a60deafc1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:19f94467c811e10882e30eeef39b1266b83ee417974aaf62f75738d51811cbc4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:47487ff8d0cd813ab3354061caf319dec553b1cba9d5c1045de710b8a6d0c51d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b3a0104cb85f1a6965eee44fef58983637839a1f97ddccd737704ab41cda3a25_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e8c72b610288bdc44492ea0a5c2fd66cfb1673fc06f6bc66831fa84c96f86543_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1a9333d29d3561fe95488f3d80136d6b24b4a2e04472d37d34737fd1032a8856_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:705d146d458883660aa0b673a651d05d1d1ad73bafad91e84755118b82092ae7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b9265d767c8a6786f12dd4788377f1a316864863a32de4a4ec07ffc8b874aa00_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e3a7bfabcb96924059fb7906be97a0ebb1df35c6cad39a7968a6461df0cecb31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5c015e1a10e5f14e82e30ba41b1ae6a82cf5cb0bc631f5137d7637c44a3f5b8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:623bc4c74b05b46babba7da628809bac05b48d8c4055648e88f0db57c1bb0e07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9502a32446a8828e8a1887edcf49034e874ea0e32ab5fdb738ab89e77cb5a472_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ec7b6b83c8e934b66505e8051e183fbaac54e78abae5ae99077d4e5e163b4529_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1f15641123321a662f676a46a24f6c8066bba6e3730a3c0d0eca3ff8e548de23_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:85070876ada5cb86e8c585f3ac3114d548b189074723a13ec5d6fc6be25c9964_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a34e14a715bad1d324f9211d95c56ed387ae51b24b21ccf931c12f3f7b3dcbaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e12ce561e4cad13a5d08e8164060bb74a309f66047279a26dd727d34ed3dc16a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:67789c239f82fe3649ab8c0e13f920a788a3612d15a78fe5986a852bb2d11a0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:80d704ed310acc3015748815351da4b54fef2d8b74d7d4b03aabcf9fd7e60b38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bfbcd3f502bf336124261fbe51f19e7a4cb9e9132e07da62354699b30cf6ed24_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c1e371a0057014662b91736570bf25fb1211ead7402154a1149dfee9e55b994e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:175fd0386d9a4e064fa760f23ecfb45ac6ae3500e5a50acac0660d06e5b7ecb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3e9811dcf3c528ae6f5ff86659dee1a590c2b53f7af1a03204d06fc3dc628fcd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:68af6c6e7f51523ac223f4e25955cf3777f4ae5b601dcca7c6ec7e2dc0de0782_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:8f1b3ddbde3e33dbe01816bce0cce7d7bd196cc04affbe606fecfbd8ad7b8b17_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49699de68bf38c34edb696ebe4f9dc608756382a977f497f6713dbc7b6e1209e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49c32ab1927e0969508b906c14aafcbc64e6eff7680b9a10812eca4f17787921_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:86135a8f7d4aed36e7b2a571b431b29eeaac2bda02762eafda3e22a62a7a2d6d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f2dac4ffbee9d028b26e683b63a9f033ef8609907f6c498d42c447a306e75328_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2884bba195d4d635378b0d15efa54991a23f51bcf4efb1095b478f5cd9c34f46_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:d84853556ede64db5615eb4d826879c744f7ccbd92c51ecf392a686af854ec11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e05dd48fc4c26b5dd822ee58a2af27bccfd0ed28cc959a6fc05073cec6f7c9b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e202635a4a52be92b47960bd8ced28634111416b220cca5fa7f86373ecd1210a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ae36d953c8c7f73dd78d620f94a0335ff5fb84b16ce9d2dbadbdf3dc5d66f6d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:308c924c44c35b39c66b429a15a0343a47f7dfad62dceb76ea7acfc85e6bd973_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e132f6b0a6b4e2dc63561c1ebaa0bd9fc669a835b0c22b0d56599e3da870231_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5216d36dc483b1368a03e00dd9dadc7c75de2bc36ed98cd7ea2b089cbe23965e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4bc11f6ad7c3e9c99e708f7ef5a01b4faedc8eb5d2de5b0cbed502395958555f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4c04a50ca49fdc521da592b9c326e233763918fbfd6bc97e001e0e680ce24cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8ba4aabc0e1e36c3ffe66b55c67ab8c305f64aa6011f80060c5d95ce91180c5f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d259704d34b605abd3568bd4c988bf9e831d80554ec2d7a57e7c39a70daf0140_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:14c55985b9277766e54156139f0949d1e3e5f756ade34512a3d5ea3dfed2c544_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3231ec9c296798f11aec6a285b0a8f7c5cf220534d0525afa59c17ab2464abb0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d8767e4d0b2c8222748319f05483bcefe50388abc182a01f3ca9dae3c80dce44_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ebed5c3d8e112fc5086208b4b4c0aba054a0058f3fd08b71b129dc124fa00f99_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:26dccabde8cc0d1ad45160677fe240b3fc098acae82f6d095fad08b78330453b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a168025d531f20656997ae845a4930919d6805b7f9374c40f7835a93aaa46b27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e696a8bc54ef8a13800b2168a395d2cbb08678403beee2dc52c56d04cb235759_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ebc22890c7759ec9992b64dcb0e388881caeeae333a9a84a50dfeffe27e38b49_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:09319f1dcbe090d9677a43249810dfe5b3eb165aa3f8b473417e0913649b1556_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:46a37e99da18852f5512235589ee86dde0db6c09d76a49275a8004422b9ec303_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:535d1b713587008fe67eec103cceb54471f5263516f5420589cffe1dea02be93_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bc614ab102efc7dfaa47fef84c4783da26548491e4c43257bb606a06e8d155f0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:08cac9e30829765f182624de9e45e59b40884b8c39cde60528dd27afa57afe72_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:13724dc9eb7247844e450b59b8cf3af5e5f486e9558942836ab60f74b9943291_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3e1a80763f76f622b5ffcdb35bf2dc20ce1e9c06c4f5f6bf0ae06b04134733b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d077c79741fd0c481fa6e1aa2c479b8c5b380b1d1f163259777c8c50be257709_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5e82ef0b9ab6d4e3b7431a7611bc563f356385dd8927855e6090008685f1549a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:62ba53e306331c1b20cad27ec31cf59687218f4bd5908ed7e9034559ded04b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7664e74786778a96606757f1de215a4a9702d0c9f7cecba7bf8028884a7609ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7a967f88faccfc101b9388f8434d406acdfc85d7d682f9ec742d59eb31074fc6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0e05cd1eaa2b9c558d22892495f090b6b51a316dc56d85ae825b6fc44611b6db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:445fdec85c2510c8a45b2a830ead87136bbb80bb9244987b4d6ffa5858931926_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ccae4f8f443ba6806ea33105d7dc06002d58914626cb9ae57476b29193761b53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fc0becd36b6fad4911a5b8c9a4693320918f7f7e6336c2b11a76adcb6d1eec36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:652f8fc874b95a56393f14c2b56a63faa64c04f6646c1786d07eaa272a9acb9e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:94b9c011744629b1ff6f230e25f876f218ed59d55a941377797f77cdb7c03e1d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a178a796ca9d32ac59faa5eb9a6aea30f1aec65d88f89080f57ed519a7983f05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dc8a79297c73782f5005075332bcac58b051a07d2b35626323f9b69ee5f4d64e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:03d66c724cb647d4a613bb48c9df6e9ffaabb68c8af5a4ccae45365e32456470_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4b9510fdfb45d2561927843dbd7ed869e2f67d9636e59dfd0c3ee640d9fc601c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b3570e078bed53aa3e435443bffbd12a7b259f8dee9d18c0d79b55514a547b53_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fc8e892ccbd8d3c1e737fbaf8f02b5fa6bbbe242780c9cd00fbc5e6889d7baee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:266bd8400632ac70fc6584e4bb2850ebcee7027ff7899acbeca612c6556302a4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2c8f351447fffc2133f339c6ab3a0bcd9bdfafad4a4cb5b7dd2abc32c6056a92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b8d2783a76f514f9a4e8096434ac205e1d82d09da2d67fb930a1b5e4d8089e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:74fa72db679ef47f9a3e3459a90dfaeafcb6db73dfe15b8933767e2f9d19c448_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2b5964f6cb078aba05ada42f0c8280dfa39f9f80526932cc5d41410922e4e8ae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:480b27e9866ca8dfba83e1accd427d4f6813f4fb7f612854e32bdffc10d7d5b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:91c7fa7b70f2cc82b26ac16f91ea084e15a4f5dc64f254ed878c25dd1170c0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:edc297cdb2f670aebc1d3561d801840ad029e8777ce45724066e6891aabd60fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:443e0dd81ae60896d31f07ab49611c5e0629746824df094ce28cdd3cb0ae1d58_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9b16561ca87196e3dd9330184f7abf25e97272e3c47d2e8d594e3095e74f815b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9ff62f63d487e25a750bad29314955effd17152bfc534ff698963760a2615b0a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ab506c549b676ad9d8dd179e2ba871a12f2096ca2601ea2a1f2605ccb849dc6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:08758e6b81d6679b095a8e7fa323870eab35fefc05e525c6ef810b6cc0b3c0fd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:af87d24f6540e5c98def879ec4ea8adeb5b138e41abc126b2c3030c5847fd0b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c5e9e59a08d8940e99da6bc568269eaf71ea8db62dbff86a7f6fb5dae861e323_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f5122187c85ef27f5423ada009d800afa4800e32ad1ea3299586fe64cae8e38d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3c5078d135089e1548b4dec49b7e78658279e42a72792a988447662534b6516e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:56158ce0af0c0eb9709b2d1a172201bc795ed6e5075517b6919ed1302399d6f3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6720c8097a398327f18a5c84c28f6b58aeee017199c2649649a1f159b8365838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:89295652b447f42c6a0d6e1299f63b04016f10ec8faf6372357294a14472e426_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2baa85e44cc4ac6cb825103508c5bd74e348609eaf53ed42c6d0e045dfa62772_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:61283f1fff1f8ec53563012a5b1fb5a48831f0a220d3676b512f5a60b331e849_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ba258012c0832c57b29785be805be44f0b5f8eccaf76d82d7493946806eafe5f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cf3bee6414a87e7f907d30047ded274c488239af5b1f43ed717ac2cede29df86_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:40854e0833b6cdfedcf275cf716e58f3cbc5c44be313fb83ca3e909bd80d0b08_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4d6a10dcda92c599f52977c71208222d166168b29da4eb4727c466e7eb53cdd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7be4c5ff86b0e939ee9f22156812fb98d2f96c1eb4567ca8a6a01ea3aa735dcb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:83bdc9fa5d3893a973794dd7162bf9564ecf68ce44814349a621cbc284b9e61c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:993ba8c1dd84e486fc4084a7786934c356a9b12ae86155134fd1a1dc1e5e3f2f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a64dfd96d3aacabc8f219d19e6d7eb0c1ac5b68b49eb93fcc973d76e67ef1d34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:ce306e2cdafabbaa29467e0cdbf316673d17180efb604e683a7fd1ed7181c6f9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e6748814d950e6f5e370dec9cb7d557fbb0d29ad3620b567840770be826a601e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:04d418560f90c35b42be67886632615d62dc89cd37fcccb6e247212b535fbb7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:40eaefc42c0f0b5adeb47bcd463c2e2a45e7f3af1c0fa4cb3fde9c5479660c4f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:545bc2a7b32276bec515f338aea3a2976c01cc787a559986646aa6fa26ad5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5a2653ccd5dc3f59a228ee8b936460575e1a392d12287661b1dc83a9f8210033_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:12e5e4ea4d19c4dcccb35dba161fdba8a703ba6331b11054e4664818737746a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:180e817b55ebfd081fd0305f63b3e0539fe8d13d1ceb8428ea21e213779fd056_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:92e8693b9f6955f9862c8b576f5e32bffc3bc34232511fae0cbe57d705bfc53b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e5b5d4750a3ffe24b1196255d4cfe15b21efd587a41736307ca8e4e61a4936fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2ca8a85fb07b431d97ca6a3e3c18f1cfaa20883c7076d6b5b4e6942b632f9aaa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:559af5a310f0923dcb4ef9389c51c98604cf44642a13e8ccb46225b4ca268580_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ae056c9c8e0cdc6519ac1a9542781cd54ac2ac8881f513e965b57ce7d1e5ef2b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:deb92b50d5948bae13db37a7046d9b212dbfd3ddb1063ff8a5e5467f0cab203c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0c4f3cf84115f8c9b9bed6b2dd5d52316eb3a9e670fe6b9e28c2dbc350392e87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1142ce3f8a3c1c2a1c7dba79ac2c3b276a45fc6271ad9df9e6a5d8684c36da2a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d9f2c021c17f1416e01ba31a8823b7a87724fd96d7ec99d494981842b5d452b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f3aabf75e838b4a941f64a7a322768729059346d7578ecf5fe7ce27a71876fca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6389373ccb2fbe1b6385ea21dac1c0ca918bf9d3889ad7a738de6be5d7ec4272_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6449fee9a31acc582bb85e0031312e3ff07d1f1843a1c6c410eb79cbbec1ceb4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:751f007afae9f16527e9039aa95c2ee6efd2ee20afe3c083ba7298493d2406f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:afc11a340e28d4100c31646b705e8db302f6b0a96ad3620e07391f02a70438f1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0673d2034e7e5fb412a171939379da14e9269dad7bb53e83be7ecf8233b0b5a1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:18f0345811215feda18d2b63f679ee870e76b33e9f61042d93edcf36fe97df95_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a2d247eb696c80e02bc8c1873e8ee0fb71a1e5ad6cf5cd84bdf504f4fe17cb10_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c342b14ff399c961ce05c1af127244b950b8e9d641ce8752f9d0f880ad7a672b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3d9fbc97d13987f28ca76b3e238b540492eddef0f302c2dd958c1b0d05e10941_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:47682d4e934d597aaa1e809011a69afe93936fc629ad3dd1ed76dc7b073f7ee2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4e8d3460e04e85a3e01a578d492499376787c85f2840c97821f11213862239df_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d7b99cad55a1e1d380d30d0d4a61bc5f0cbf3a87223efada3e69bd9b0741d3b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4849bfa8a48c7e7d264fc6ea9097fa9d33da25f75776619976e3204b42026cc8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d7c3f5ce57c0aa25e13ba9484facd75c5a1dc3caaf9be4d0f273243e7ace327_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:78aef6c20ab3bf78eeb8b8a857ca2a24067d45cea0a070c44d3fcedc00d4efbe_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7f33515dbca04230d98550ab638efa87389629fc7d913c8ec42e4b5bf8a772f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0251068577a1724dc777683dd189468ed77413b396614a117dac6b4320b8f01d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8812fd85c74fd67a95afe09c2ce5e7d592eec1e25fdc6fa331a8bd41bdde0cc6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:89e0a7e0fe060abb45a6f8e6ed1906053c09f95c252ca7813175903db61fbc99_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c3674a8f28935f3140fad744b5a178a8346a9a7f79f6c281561d2877b38c4ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:13bc0d4f7d4508fafca5a3bc61b6449a056e277da131e753c06cbc1bb7781b27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:993a2a0b3f84e071560f6fc1a3ac243fa745ae9a7ab15febbe1385437dbd3ad8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:80fc518199cd3a1ad421b142661f0a85679b12b69d0afe580fe60eb6a13ddad4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f069665c66c19d9775b70a31aa7a1069bc653691f6abf106a88b2ceb8c0e1ec6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:13ef0c0585b01c56b865e029d029a553b458fd2d3d0204eb6dfba1bcaa11ac3c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:599d33b55e88212202b15f4344f7a18dee4f4504b3739d6ec99414d05bcde2b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a751f1f0540505bea087d3ea9e6ba798e89d5deb772cf8e401caeb3816a563_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4c26bc366b267d444f448a4d7bd5a0d26f84bea653c14b261a829669d888cf88_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8b67087a584a2d952a6e80572686412cc8ea01f03ec8d70b56cb8a24a0c5a3c0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ac1123e890f0aee159c9105e26e1f1ed3ba5eb3ea66b422b281c3e9465401c5c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0dac7821ce2a3a5a180f53f381d9e61484cd8c5efab3c9a7dcc70b5783421b64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6b30b39205367ec985c4a9d948e71d378b9483689c3ea179cd0f2476b9bfaa1c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:de903677bccf645889ff7968ebbc052b14273329c0765f7faa53b0ca815d6899_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f8392be7a6f5223930d53ed6d127faf727489b8f5ebbbda6b6b437c529e3c812_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:02ac68c83db9dc50cf6280a418eed9261dd2182bbf51d16fd143519e49960b17_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3746261c5d4744b13d4704c822fd62ce1f486010176fdb3bf95512c72eece73f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:85e34da00bd6d290c04d8eac32f39db59b5f50fceee9b248b2cbe27bcf0e7e5a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c343b119edf863e179df865ccde0b665b87087d78b20919aa5726d8fd240b344_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2026fc52aab5a6d7766511080699112f32ae4576108ff95b0eefc5d807a14f25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:21b5298172f4de1e0074c4abf5e4abf27e8adc02bbf7ee49bd3388f7127d4901_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:42f8af9bf66ea72846b7f7e57652725c31b01fc4a8d39ff7e7882075438c521f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9c5711087546b1ba7cefab267b8aa30b54ecde5926f009518cf0db974ff84c3d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:373c4b7507a978e3dd62e9ea629d1e397b1f1db682e11ada1bfe5a0b45afc782_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3be306649df2fa3cc9f30e60ed5d947fb0678b0231b617eafd3b1593d10feec5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5b01a896101a5189740f84cb1a83edefdb0dc00288dde725ddd0e95480f8e1c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:961dd87e559779e6338a4d3d35c96c0ce6ff7cb9634ce32d4bf848032f4a2fb7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8799db20cca7be653bae6b8ac5adc1d628094eababe740beb5dbc27e05346872_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a36c2b308515a293cbcf265af68ecebf498739e74ef11016d5c0edd3cf47c4e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b86631d6601578548af20a28d132a0503fe118f53d7596a5632ed24ec5a9931f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e867bd8b76b5bc1438a7be88a30fa7707edbb1909920a1d4d1d0da0ddbebdb40_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:313074950c6dec37d29a9722b58ddc951aaf67c27b47568039f29f02f2523128_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:43618db20e6f592602096897bc89eaf3c58490a362e91e3299e20bb2a02827d9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:705f4db2e969d23205de87db1bd7dc8eb1ade64a76940fad950fd1a214dde6e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d2d5ee5893ae16784051d9526c1feeee3c641fc3e6f337ba807744551c00ffa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6ae5cfd48e788096162bc4517f0466bf526f16c84bb61072886a64842856c5b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8004e7284c63cc32a05f6de732791416d57d62db041ede2829d4797139094292_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8137c3932f344ce587769bff04355ad405b6ff27009bf23a221ba52f3da56e1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ef15235cf21f0fbfea74089f75471b483a98c920b65676bb6199c155fb61e929_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:149cca2af3f89c7d1e105de81bbd098c66be5687f18a584b644f21d0be20f414_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:33fc93d5cd30760383da666e8effb6ed32f4c8f2668da36677e98c1801ef4f5c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f9c1ee7f72c926c45cd76c12046b867d9efd7c3c381f34afeeb9b6e97751175b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fcfbae71f81307789bec93987c4523700c191a66663ce53e4009c5e0a8627826_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:04fe8c19bee4b629ee7f18a13dc0b7f49d6a4b6e19d204de90b6b2240b0f875e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5c9662139f98817aafe153a43f700399781d079390d5ad23d3b70fd6ac5d370f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d1147830f896fd229aadd2b766fbb4c8102b35a8edd4d8bbeef4928d89cdbbfa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:dfd0cdc29bca0a2239ef203fe7b58efd97ed4e72daed6609e22b20babda395fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5a9889308bcd1c3981072c83d44206d0c3feff059e0a2029d49adcb974674c95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7a715c7e2a8f54ccee42abf122b0028ed19705f401248d8c38f785d960f1b116_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a67de487534d03cdfc180af9d235edb21c5cb71e1224bb5041fcf2b9a428732f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:b3780d23a2c384ecef73c806cb20d7f97bcd11c12b6392c781c0deb7ceb55df8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:48b5d06ac4b35c2a7bca3ba2abc39e3af1eaf4ecb19c720d9b6e46b066318414_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a6d7d7df9078e9d1cb0f12f9ceac12c96bf2cea03a9085b23c3e4af6a456b51d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b757d11e5dc51a5822d9e30e97ac142cf004fffce87ba2e58b8d62926127664a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e61ed19beaf8352dcfd4b9478335a364263cb9839f27140a634a217d87d331e5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93baf08acbc6875eb2b665a9ef3601ca34b76767cd70a172dac7237f21b6958c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a5f2c2debb51b8aa926ede417cf9fa0e4ebaac4f5bf9e770db55a25902a4a3b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:dc97d5c1aa80515080b2b4d16fb08ee4733a9347eebc8427f10b7e70582464ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cc1559af0d7be472ae46be4552fb41e81ad804d73d1444b92cae4485118c6773_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cfd5513afd8b2b5e22d5e384a7f769f9c04709d853feb2f91ef667d804cf9a7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:febf2fb95748ed0c440e6acb72c40d609ae7587b2665cfd7145c878a2a0b5783_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1728f980f3ebba7e48bc0e8cad114db1e0c06f692638764e30ab990f45c637af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:41508513986b369c2f89c64af84b3980b16bd2432130fb122d8c1346f0602894_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:650f08f62aeea4bc954e69ed88a9f2f14d3c8f733c155d113c0c58b7154fec4b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:016fc7e804acce7a8b8df0a02bec320c32f9ce6224ae67598a63992219a77516_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:081f9cfabc57aaf4d19df8b496613d8aff54ceb265634c904ec7765c810b4553_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6da3ef092cde7fbaeee01c5d6bb0ca5d52af3ed8de458ecd3001bb96262c1ab4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:035d07364444ea963d64515420fa4005adf82c44b575555a074149f67db50567_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4e09fb0bd709d53a0abc6326905cc43ee36e6e4ec5e20108efd1ffe585b1f2de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:53a5f81aefcdd57ba33c57c02941803a072ef3f1b8467baa3c53c7e073a9ea96_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:cb3d2ccb57987217c75079a9c10f230f6a7de9ba3b0fbd87d8d3d5c71f8c94b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3472a8147e06452751999ae2d041063907f275ecf429dcdcfdce88c8a19a17da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:61155741778188324e0616274f067ec36723d0fb81d84e9715f72ffecfbc92ca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:adfe8cb84a5f0a241fe69ec532b7092a10cc274cc3aac2b86f33ac8e725ab2d8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e704c70226ec4986c16166ba1ca54b908d1b6d9ddd47640bd5ab6d292f977508_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1d63a1d7ba183c49c69a6ffe5a4584de5282029b0b2c2f3484b4f4431e2ce954_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:441db8762a583090cf4325377b0ee75838452a601732bccf4dbc57f26f6a1a90_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c5c52612378ce1f2577314e5723642237c9a361506c448ca80d2a0b56666a1f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3b9843a117d6a6ae28222951e1a556d3888ceab2ff75a082a06343c8030a5ed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:236fa2dfd935db687e786cf827d88210c2f586d2d1a93e610861995908bf2587_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:647704923828c83c6ed3810e3c4d7456fcbe378516dabfac30f203a3bd3634b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7638d755fde7fe6d3c004a6f0f7c761a9fdb75a3541f19a792c3cf8e8bf473d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d2eaa5b8ad9464732265b84128b5280d725feabb2d4b4cef0178a317add66c39_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b659f5c6da6f73bcf8b2850f0172358816bd68fca721b65a9a70569a94bc90d7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cc867d49602a6ada5de7a783136b6463c4d9adee9877ae1966c016a08ee8e87a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:6fa614240bbc1932f65f8cc9215d2baccc05dd1cd5586fd308c44d8a94447a45_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e85e957fc16a36b5964613a99fec1e7299db9bc63edd86ef965d879a081b64bc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:14b02010250fe10ca57b2dfe1046641aeac31f92e5691c067b3990383967f0a6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b6b13d29b1cb9c9bcf97f2daa289669bbd9ea501430e51652bca3d50f787f23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a8ab293c4f3c6bc251bc91466b7586e5499b6e198cff46e50f6a65d97df60f7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c5d781c35cda14ab70d4a5bde3bf72df0a3956f5cb159645e5337095bb71c5ca_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fadba956181755cedd19d3d5b5ee3da0222daa1dc609b629c900a0052a4cbd8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:2719589f19df23634ec3f6b578f3fd2e827440675b72a69b89c9d78b1310f98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e1fe563643282c027ea829274a1945458cdc5d079bf2a2b7b0a9982a5cc3720e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:28d64f60c216f77e3e006012a403671463b9dd90095e19ff2dd027def6abb511_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6d681aac67e08e2ecca32415dddeb47df6191a99f7a8d7bc3bf1697c6a26c1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0d31a90914ea716508caf180e30fb682cdd8066da7a0a31752be9d86ec9c777c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3ef5a3798abfd3d9ec1b6ebabf3ceb32fa4057072b2670793ca119f556c0897f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e2c62e4b87e0536d15ed8b4f2905930a750f770d5c6d0168de6291d92c51f9a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ef5f4d7e3c872acbc4ee48bc91b5835dfef66a698287a95836344c1587ccca69_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f5f049eb01192eaca548f3585845ed6a530934d2eaeb422fc78b657cabb1f57_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:740b0d9392c76e433ebb7762e57f156a0e2ea1db37ddaed2c5b8044ca092a357_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:da9ebcef147e8d9e84848454fe2b8e259bb549bf0de88ee960fb48f6c8051060_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e8f942ece24d15ce0c4a31f731f2060b6e3874a2f486b2dd255c773fb1a55f46_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1b4fa4d6ee3081f39e54b4f910100d210da682dbb0f308f08107ac44e7338d3b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:571a51e1eca0f31f273be8cff7ff115bdf192e14f5d510705ab7ed423fd5d9e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6dc96b2e8156e7e42f758cc28302a2e94e8b3888970d03a780b1732375e728fe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b91654b9aaa85e13d262d21b949b1a96b386f202524c2e8d52ecb66c279eca8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a677804e422590551f82a17e61f64bc03d5a8a42a695e7ae8d9de5dc086924d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:fb7f225a9221506e6295f7efdcf44adc33e5b971c470b5835b0ca3c42ee1942c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:107c9dcda9632516721c41af941362ccc316d25661bfb13a7c4dcfc2ea4e1c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e75d33740c576321707835258793fe2fd257682099348a2a067806e764e1560d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7b6c16881c71569dbada90e320379c2159ead0b0ed2fa2113e065b361bdf2413_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9533dc6817f01e377ea2ff7e3aa4447d20ab5d016d9145b97e0cb9e758c9a8ff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1285e63d6cefc0454a400b20a6e404537a8d57e5fb9b5d7ff1a75b61555622fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2ea17afe64ff273c9208892a59773c1dca248367c849e805dc78cda228aba29f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5f33ae81c766b0b7d9c8411dc4f6a0adf760221ed0493a99f1bea5dddb5de41b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9de0bd8cb41c5324718c8d8f275c612c0bfd13b322225455a1142dc76bff0a01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:2fee175122b1e3f74cd8976af1515c869d096da0bc4f5e9024b31a64cf88896a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9ca16ca048f3de4a5d9e6b6a38b55bf0b4a994bf7f7ccbda8c50c02bfd59c871_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c42a4deb157c31f6fb871bceb8c4401f44ffb490404591ae36110511f933f72e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f6d5c31b12c8a1a1e8316f258ccd254bf6bb8e49ae8a175eefcdf0bfc5c6047c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:204e84b23aa1edaf66f10a49432115ecb4c3e8fa34472a909e1c9a7a0c3f3947_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:37f226136e439a1b37fab44e06ff30eb22b1ba8f12eca9e85f59936c3d58acd1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3e385fec20235fd68320dd564c68770d91c5c08a864e3de41f3800937d730334_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:878a0a7473a69442dffd7c19132d74b29ecf765e3499d29f8da7b1de2ff6f439_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2b51546e56d1893aaa1b68c4e6ebb5479614d0402e840c8c850702ffb198036b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3aac893d87e5c39ae1672eb5ad48a0b9d02b49888fab57f8662e6dbb3897b660_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c5bddc80f0ba0e391b336de8ead2442d0dff227fdb8aef1874bc3db3101f7048_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:dca0c7b1c7ec76232b3d5ddd15c8716e04a8384f0a816217dec544d667ad2e69_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2551dc2ab6fddb6edfefc185f7b6d73ea366ddaae4e2f79d554f0afb79aa54bf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3cc6eb31325b1f9c9a2163c570ae1c3d4da7e7dcb0d761a0fa775b66fda9dcf5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:569965f29f668f02a342c0c7b4804bdc92354610e9368ba42a3ea5cc3172f532_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c4b2b0855c4ba25e150de01e54f0a84bb4c6c220b348945742bc0c18cc6d7dbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:01b6587f8b9ee398d34ed3330bf0bdbf2dd01c2fe475ed4d44c547401d1dbd5a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0fb7ce17c762a70aa16ca9f7f35e41d85997bb2bb22b81986321d29634ce9b3e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:60c4fd0dcbc1ed92bee7dedce7879893a23c9e4a6181e5e6d6a8f04880f377eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8925d5826cca515b7f7c05558406b3688a14963ddefa80f5b44500fe12dfb1dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:3d914112ad75b59b03d5653cea40a25d92af415ef52dd10aa7394465e6bab92b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:f8d52c53ca49b3f9847d2e568779801321307e329f802aa9456cd0dab7625232_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d29e5c26f37fc8212f2ff15cdac470982494be155f85e3c310b0c958b943f7f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:fc7a6712a6fe86a47b5a745e06a0c6d164779eb198f284fd0996847b025e53c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:32bf2e7aad1dd9ff5100500c294e343af0dae3d392eed27a1c0305198734261f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:54b4afd46c87b2cc839aa7d8b8ae232aaffe0f39846a6edf9d0d3228adbd7a29_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba41cc4ad0ea8dc731838e00dae166209a3e06d104e5cf11491639f82290eca6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a9395f57a9adc721c6e43e578957e21c8b9f18defbecdf91dc49d11044aeeeef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ba077da5ec7f147b51f0ee4432082aed3b7a3a541729913bc2ed821688723e99_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb48a38cb5d06b67ecfb4777c44d44f3e32a996397450e30f40e7ec3e340a56a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:deb40607f193ff4e36c684ce74167e67a7e96187f1a44a1f0f20f36572005843_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7dc856fddd561c1d29112b0b8d4dc39dc7503974a9ff563612e6998bdba4b71e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a3e01913986169c592bb770fc49e3875d46031b5788f983ddcd52938f9ef7a49_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c3481c6f76c644c017392c092dcbbb25a288acd14a9f01e20afd0d2d35e16d32_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cc440be9f6b3c5e22186b6d53a428a8220201ddaa79be39e19cc31a8fbd7b221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:12d7ec468f9634a53d053f3af7957c5162d92595fc3385b26b08acb22b7935c1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:49f08b645fc28af342483d9efaf2f607c9c2a6b491b477cdcf2985c44aa3e894_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d32cde1eedbd0c110bc10836025cee78421ec16d2924d30f5e6265591a9ec716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:df885dc6da20faf1903dbdac693889d9882722e8b67bebe35f624c11e4616262_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:16c8b8c6aee6f6a06367ca5bfe2be8fb85a05c3f18a819683f49d1a8c73941ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:376659c608333e76b0b48fcdc69ff17643284fd22fdef6c6998f07be54c1cf91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7359a62beac2d501d629e6768f1767861fdedc0d05f53a4424a2abdb3dbb6a8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c71d05c245bf1a4955f46c785d7264985e1f904de2a19972f7ce6209a3be0e4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:06ab376096238d4e04c9ab713d83d3cab5db769b5af1fd1c57ef2ceceec6ef61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2c80889bfaff670acbf859db3624951cda96d4ee8cb1560806ca4215e8c6c04b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:627c6b73224c3e37181a19cb598ef9a425cddc1d17d97b6c23388ec1345f6a88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d5d338daef4ae436780be192907d28a26785021d97865d8a95db9065734061f0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8e59a286a05743844dd1333770197161698788e0db4faf8e00cac6b2fb9a638e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9029d8ef1e4455dbc1910078afea1141f92a5c4d2c298ce1d9e4319209b55246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:da4ff38c7a1fd5adddbc0b0d3defbbd580197680b22648e2ab803c90c4a8c9f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f6c44d76a715e0ca38fa5e2becad93a2bf3a41fd8f181846e7aba81b0c579691_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:167937ed04f625a9cd2d0b8ed6048a5cb7b6d435bc2d41775d7db4dcdb5fae95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:176feea3131aada18df5da44af30a127f4dff392ce8ef57f7e0844969ec95923_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:17afd4ebbc2a5233681d4cc1774fcd70dc932bc10006235b11de8dcce826c2ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d3a98e507691edec50373d79ce9df48a71cb6a19a75c9276d0c5905d4f204b39_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1b6c3977b4835b0cd5399523dd437c230b992b77a0e7352b095d008be96fcdab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:54d79643f3a191710d1362d665b5c838130f3e51aecf1e27a2cdf66e98a3cb8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b8692d27a4799d20ce1a8374ba99f55732bb7db56cdf8f5b038424a086db614_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d196f02212da5e80ac5a73931316d38e9def9aeecdadeaf07aec685e661f9f98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:11c2a1966b0632e85caebc4555e3e2f726277175b27a63a5e854557499e0c28e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7e649963b5c1e2a7e8813569368eaf0ded5e544799d561622d469b03b9d93937_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a23fa7969c6a881648ba03ed1a13692c5db21b79f0608d841291ea9118548ed7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:af57ee131bc09ce55ecb3ae13ed7dc3ce9607a7438f0ac5a6e64bbfa000546db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:3a7644c1ac089cabd142fc1743b47302eae8528b13d1b038298f2f57cf746326_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4b5ee426703ecb55bf537731c39c69ab7f86316544cfc472ee77fbef7e5680a8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4cb60d36cc3b34b4b1496b74b9b2e68ff152a71d7f957b356311ea811bf05573_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f3f64bd2f70faa654f7134d803efdc032df63fd4ef07c97abd38fc41e625b48d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1b75d96a4cdcc3a37848c5edfe598cb1d99bb3b0707db5e3f62478320eb90f9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:876fd001172d5151ef99c02826f834ee4db4623b00699a8fb30d6a456a7a8687_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ba8fddfcfe0004287ce58db40c1092f2090b3bbb0810c277066aa2d97799f8b9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:bd9982e951fdc7259571b6d5983ea2cc44402cbea411ae9a6b135692bf5939b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a7a8d4d8adfd98d3a6e3d37644b33966f2c34ff1e553fbb5140ab9a15563e821_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b26a5a47cde227edb5e7f6e51247a6cd91e13484f6b5f7dc19b62f83b7478361_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ccdd76d6734e3a3cfaa1e432c1508c097478e842fd436672e57ef2563d817e4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:fee8f3b24b431ac2a5d4fa3d96c90c5e1aa68c08ee8ae9963fee457c98795197_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0e559f5e780f3849e73d7246176059360631d8c4a7db1700f6ba1b6a9e6ae089_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1a376560672f81b7596417591491e71d065e90672ff6ef5d37ed0785e9baab16_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:350a0360dfdc31eccadb0e8b9397d5a3436bb509999034b60e611428eb006cc4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f8b68ae48350a5aa9bdf47a36efbf661190d497ab5a139027a2bf4579d21e095_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5fbe979b3d448e36fac9615ccd96f8583b0d587d46f6b1b3749e85938cb2e510_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8d45dfe709ac701d6eb800b081947d39a855f65c756f31ae47b75be9fec0c260_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ea4fa6caaa81f207f2372c6179c3698e225658387549ba567c232170cacf8570_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8fb972b411085b4551e10adbd419e3cb89754ee5300222cc4fce27cc349513f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:066d438bdfa1626aaa7a0ee5d2e3222724f2f0cf5bc9a189b67fd5358a0a48c0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:747c142608d6f43952d315d7858f57edbd2d9de2d255938dde311ea580a329af_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b2ee2d0e9906ef1581677bd239073c09f93e5b720501e9001926dfe7db34839e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:bf0b42c5e7e51129966a4744bb253b7c336bb88b1f1a562e481f7eeff5428136_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:3e9309d53caaafc9b145f6b7fbbb8879c9f018ef226afe101f6dc7ab02b67856_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:3a558e248efdf5d3111b7d61e8bd471682e7038bd34c4490f8ba69b91b44f36d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1b0981e2ee13869663087d6504e0c0af6f2c56d2ebf81d72b4b7c751bbf6e500_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8073e0be1f7f7523880b30946f1b6868274c070acb97d9da2f5c486db99ea18d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8980be22bddace1adb383fc356975fbf0af9ac8a20bdc95b3303a80fbe296f3d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f4293de50825a003a825306a45612531dafce45b72a91cf4dd455d596a0c60ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5bc26795163f03947b3f42a5c8cc52b7fd6eb713a0fa5a1558bfe834c21edc0c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:7f29c85842a34554f06db311ef67ec08d1d947d32b4363d1153d92c8d13c3214_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:92857eb171128909119700c431920f543cbfc89cd06aa98db816a2fcaab321da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e931e3fe478f8f905855b4516e1ed9b33a161536c447025cd14dd68778c40fa0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:338034a3ce7dff3efafd00fa35b858c23c2ab284f743df414c6cdae455f8801a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f12584b95171f442bb3661c908ee43de70d0400c6273eb4e93325a5f3f167b54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f37f6568957ab825b08c2ce8fc6b32ad18f5b7bee50b24b1804e70cdb144e5f4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f949249e3847338ce4ae9b94b0d191edd3f316d471f0a9047f97e41e41b7554c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:407286c96b6e9d0ee4e8abec2b06a5dad70fc69820a00deae47cbf3fcdc65a40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:52294a05713b24485ce6d7d1b867081da2f01dc008b9cd052bf8c4c37839f581_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6693dff44dcfb7e6fe67f5373bb73d84cf401d20640c959375f20a24d31aa697_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f65918214ce906cb5af9a59ece43a36870989c579ac1660a2a58f9536a79d9f9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2ec7076ed08f4ce7a61f95083155b5315acb6004ea4245c70be2763eb0ce9f4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5a539e39b3aaf61d63f391b6960cdc5746cbb4b0fc07b85a98969f5c9cbcca4e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:93505b057575ff9292e2e96903238708b940a23953a79cf8742c880f1fbc743a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:be43f0ee18b6d56d81a09871c4a30dc2245ba60cf17ff0f1aad10e117f40aac8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3923e99d803b6dd5bfd2fc957101bef6dd86ba8f6de9e59a849e4c7a02d57e0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8253bfec4409c9a02be72d7e8d87fe5f4f81c1bc58a294f02dd570debc4f1128_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:851fd20edf32778383c81e3c5b935ec5607a05f8fc569f64e31875b8bbe81d6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d06d41126ced4841fae74d0437b18e9f1699d285158fb8725a8768a6e9065b79_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4375e44dccb08eb4ecf461f4e8e7e97d617ab5b1c968beb481d5795e6bbf0229_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:75140fa657674afc46d698aea19115a9f60c7765ffff6a0c4ae5ac166c725597_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c1a31ef64ecdd90020d72f323a242b551a6a4a85a4dae309e19f5d8f12d77b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c3b1ed110f6b17263484b7fde65642eb349162b206c0b9a2f463bf5eb13273c3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1369aaf62d9d273eef766c42f7015d56152f6b8effc50dc06d75b1bab38a20a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:47402101d62f418c0f6b8e3c6e2367a8c84f5151a0204f326bf1fdbe983c603d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b519e10d4cb8fd9ad126a36fb864d2f29f7df218ffa1b3b5f222e0befafbe360_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d70f848ab6450690b8329ae367ff2e5a3a5b295c073028dff7cf810104c5be5f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8f8c882873232fd9a00adc69e199f1b4acacffcdbc282280ebb61dfb1e61b875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9fe79073bdf1745b388fe52bee661394f96ba5c0af585ed8ab4a61724e324777_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b2b91287350dfb474763ca5d332c4765af0c1ff2d7be722e23ea93970add2687_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:bb5f4abfd26a9446eb2f4cb1355bda840ed1006a6233373434378abaf0e617b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:07ff9687205eee39d9ca211c0bb0c6b1618848e9e74bfbbe793aca67de73fa88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0ba94d11051416a116cdf516dab74d530a584fe7c4bb1e8d3deb3bde2214e459_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0fe87955631062bc7ce78891b9eb056f899308f8cb8101b3a44f889c1f0c0654_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:786de5dd308c9fa6643aabecea0bc666a9ede6fd2a5ce1cb0d511eac2a19596a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:719989a197c3bb8b8af09e95af49125cd28014fa74c7969f3f3b939223a6743b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:743119e024a9aacd8bd4bf45ab9c14e684ddbe2307d8f965e972ace243f128b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:76c523fa10e222690941abc8c5564efee1ec4d309a7d023480b6000a545d655d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a13cc82f7b2053435d5268416686ae2ba89e37b6561e49c7ac395cf3359ca2b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:98aa0e651302bb73569a0578e6c11a1691eafb5b0aa28dadd714a7b44b498f8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:9fdce4b5198ae740daa858432221625391f7283bad587e1ebc1220e7b0b4fa28_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b072bc3bdd61164b8076f2799e705ed8e34281b2cdf24d9cf08deb8e697de2a3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:fef5253a6623c30368e9e7e271501adcd9432b96473cf8278a7b81140d287de0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4eecd436b35c9b25eca6975ca9e938c2256fcfeead67e1ff4159d7e36122122c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7e11ca9795aea60b3f0853ffef0fdbf922f4863edd96c50fa85110f36bccced2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c95f8bcd0835611bb90983e96e3b780ccb65bd2bdc7f7554432ea971eac8095b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e497c1834c97590a0c388b58dc823cdff79ab6befd5f2a9bf494b3acc3181eb6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3a7af87b46058334b97531a4b1b5cd5be47e2ade8d74497429529bf0a489b275_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:97313aa4f1c1c9aa51c77a153d0f0eb35cab9711b7f1465b82a636ea44e849ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:ba0927ffd76ad6689b808e734038678c91854ca3d0630613094824549f8a150d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cd8feb684b9c70a4ffd7077e19812273f333174a70f7c2b63d57d140d8002382_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0c8bfd6ea4d0729e0ffffac9811b5db2ecf5c40e68ef048ab104f161d2689b74_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4dc7e3242cdcd1d3c1ea5930da7d4e027383149373cb6af0551ed2572eaea0b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b78827903e5c338d67a4ea2ba10ee67e16482ff00968ba99c27af2b6d50ce202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c9315d23ab26f6f40e05a5fb1f9f2dbce075244a035b1f16003d1108a7ba36d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:270b5e756fca54f2dc05f04b6f7b43f7f188153811decbc0b49eb215b11c2372_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5331e8ebfc48f4d2322226b8986dd178f133a52edcfc0a192e89f1785c8d568f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6cfd8c3da57c17ae1c430f2881c66eb0b1c456bbce4a9ada2491b2c873dba985_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa346af0288b5886b5f095d1fa0ceb7715d4333db919ff9d61078f369642cc29_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3403720059bdecff83f784e2fde54d2bebe09223ac6cf99ce2b4c840b9cd4a98_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3f8cb2cffaf6320f14ae09f7e44c965681b395370a156253790764ec9d2a2aca_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a02dde1d0b4f4fbbc4e6f0afd24da1595672f3f290345a4f6e98e11d89854a17_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c4e8ac4fea3c281effed3996a378c2e952a3d3704e47863b2ae6b266d2280920_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:46a0b302273acaf2582d377271b910d9d31ff98744cd8f290583a7bd5579761e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:af0442c88d2b9b93a187010065424798d89aad1d695ba438c815d04d7fcbef04_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:bc7b78f67fa189ba63da9891a1b05694d676a3ed2fa318336fa0850d63815250_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ffe4e64ee1b721aeefd8f1ceee11d225dd69319385e3e70f0bb52f4f40660a45_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:29d5a91b39dc6e72677bdfab50f56860c53e67dab139b464dd571fef9780dc6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5e6d4e29635ea0b075e402931daf8c384d07ec8660223babfd0df9d572ea6912_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:82555977089a1586dc24154b46be6499607a9d15110e5b48d9a549ee73f3843c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f32c4a07d2b7a14c39db1e5e5752960e46bcda700b292336480c95f359adf0d7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:86b3e656caf1c93ba2bbea00514a17b9d06cb7a6fd5c6746d80ce35f45aa5907_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ba5c8896242125c24e3a7e5698770293a601e9e7f8508465d7b45920cc9ce240_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7de62e540922f1de5f492527d07a8e8f4265d24b577cf2f93415209ccad63912_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bd71e582ef755da7bfeede697b5c2ab29ab9fcea6bfeb14cc8ca168fce5c7bd1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a1e6a736546b54bb2797d85d51b8f2b213fe2f6be6b26bad5b549df9dabf2d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:efc7fb9608c2be8c3c65aff302f923241bf8d008bc71c2fbba0d82ffad2b4f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:aa63c460867d565b44b2a8e919ba9a0e7fd6717f71588cc5a7e2ad268fe13181_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fe1f1b5d6da2e5ac66c689da49a4c76916533f30ab456c9961a225a5e26cb6ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:36fdb2cdf796941fc6638036b3a31048ba0209174c7a62424fb410ae14b1f81c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:65a0b94e9f663f3d73a9696a622ad46c73a5fc793f9dc46ee07fee8ba3bbb443_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8afe2a0c6b1b200201f21b148caaa682bce77cb3b1027f61d4c873e5babb1b30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9f7c3543e4b1a095399d1219c50f1f5081440ae1605154324d57ba9201aa4fe9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2c0897a842cd7b16b64888568ca65c2a6e473c24b2ba9bc5067d6f1f237885d6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:432c94d7d5d46ad66348775fa0e1a6c2c142469e8a770db5528a1aa25664c389_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c86c7188163be31c7ab04017bc46ae88707437f804ddf2b5bd5a73ae34f64312_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3f836bb9effeca4dd6a230a4241282d33ed454ebabd84829c41e58db5f24f47_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4632ef8ca0af5a8115f3d9490c2ad9e2e44361f4d0671fa8a3a1006254b173ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a7d2d10f5326e2d71551289740eba86d6dd2f12526dc684b1494bdd4228fd8e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ba876751849dd525a26e70996e7e02092c473bdf386ec4663a54ecf61c4f0d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e842cdc56ee7728aa71a7f95eda9777ba229aaf959594e73d998fbb30b7f76b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:90331abb869c0c04ca7bb59681cbd957ff54eb0e0265e16368f9fd6ab6937acc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a02580814c02bec4c1c9b79c4b5a48a5a59caafa60a573f9f99a4a1ca07c6f71_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c197de59c38c060dc8aa099a027922853e4b9dc7e5589ac55c8841dbd44b1367_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ec7a4bcebcc80cbda32227224f64e67cdbc98d3fab95466b55c89755421ea4d2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:223df196f0cc747e52ffae9f3dd03fab2da3c72d5e3b189e3035d4264a08c6c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:29f3154c0b972730ae9a54bc496bcdf62e9ed348b73d98ca958a265717ccc2a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5e12029e90adf045a4377f4be2be75c879e57aca7aceffa2aef08aa262ae0f42_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e150a242bffd4437f92000417cad89969fd547b5da514f8586802b99a668bab2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:17752e2fbddeff8e6f43bd354d91f248b4e69d88e80b29b75508fb03b82d92bc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b1703420b5a67a12f055518b6a23c1d8259dc8a064a1447196f642dd23363806_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b93a134a81af485a0f07dcd6a71c816ed517178826539d0f53b6c45dce87096d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d266a3bfe528e76a8c6ef1700a2016080d084cf6fad2e70efe5ba52ff0dbbc51_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:8c90e9864b3ff53d398f2451254dd3707868b36c6032d8d139cc3ef2cbd9084e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ae6ebf086515376ed35bb432a7f567f7bbb44b8d1b86773fd86daa387c5fb933_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0a0cbb021e13ce9d693eacc4982ece2e8ba4697f5d5571b8d0671d71824fd07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5271f6452a89fe7907b16f486439f54f0dbcc3d075a70ef446ee4cc62211b1b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0abb949ce9461e5718c1988f57791c7537eb1b3d2184f4b4268fe087e39726d1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1267ac849f67c33155b54409011cd3f0eaa27d5f211703875cfd383d1170ef9e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5082f39df1f143f23f0e587dec5cdb3e3b033ab446a57e7e808c88e6211a1a67_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8fa27bdf891edfb80585e470f09c9d6fa369aa727a3698b936b4818a4b46448f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:017bed02593deb2e9cdfe0f268916e5d1c8cb7a4f1362c6eb3c94050896d7276_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:027baac40981f53c9ec53f5a4241a657929d6289e42a0e5deef617c182b7580e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4bd5b70373a257b1fce20135ff4a4b3e6962eee541c67a0e29ba9a2523d4d4a2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c0b3ed1332b228290882bbff6a1ad6866f5ab2a4586b261949832cdc3bee5797_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:047c270f56b685d5a4e67afe43d2f1ff47829a259be6ff93bfec4864233d4497_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:50a6482667d53de3d7aa2bff6df05ca21e4e9773996afa8b8038721e231deaae_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:653dbef43ed7f531ebf64c9314756be42738f1635a64097c53210ed0b6b0de88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c4d2741561038e0080204335efc6eee5b6ffd8878553b240dd433fea701e6bab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:3de609d984e39497dfe119bb8e0ac2d6d823dd894a5c866e5ec87de5b5711e60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e3a8b252aadb5b32f42009803b56dbeae49a3ddbe9d00aa27569af4747fa403_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ccf49e256cd9c3bb428badab464a17aee485ee1516896f1ade10da11085e843c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e77ce95a84b01b09c5d1e6dbdea8970543aa3a60f9292300beb078d1288bb801_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2ab5fcf7003f4ba3de7656a284b11d6ee05bb02cd0f3532671a8c368f7b15178_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:44241e57d9067223cdd1585db9d699db113931b7a273d207516f60c498570677_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6aaa55450d567e2fa992650c456cdaf5529c5d96fc9984f7e1a4aa9ed6294bf3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f2fa21e8a0e88b25e9037a9c2db4b157ca6fef8b765b36da7dda71bf5a4c4478_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:10bfb59c904103177754f0336f7b7bab676d240480a8213ec42a778bca3f277e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7aa4fdd78ceafdc887a91224614657e86c1e12b72fde68dea4ee5c6e9b610cb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:e4a365a0516b0c8ef2d1259ec4bdb7f76aa9dc0d3c3cfd5d5b3d34341d349772_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:a06af7a856d5f2416777c1bb1d271c189576e273450b25c6dc5937cd16b8bf8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:28b8390dae142ea16bb05f6bd95f19b6ab38dd67c341168337ca07fe4f45fe87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:be6a9bcb97824c91f393af5aac5a146d819ed9893f5a074e146afe18f3a50dc9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e6392d583f97f0932dc01be55534fbb6dd3014f84b745e8bf7583b96ad7a7761_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f30d93c0f244f5ba21807dca912d18d4facf47ceaf43da7efa41b14ee816b71b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0848bdb082bc8dae6bdaa956d2ae36fdeaaac89024822f4bcdffb51da1165fed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9f9603a2dd344770da433fe8dd50a104d69e80ad463f9cba71b3aabefc4fee61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ab417553778971822422c6eef94aeb437209fcf88e78188b701d4b2243ac5be7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b9bb7615df3eadf64501f35dcefa829934f330892801cbb86e9f70f5dde236ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6bb4c6c64852f2b7ee590a0a60db256d8dd549a4b141fe71d311bf30d0ed88ae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:837cd26d96a814814145cd0aa0cca672769283c499eec36c457ae432b99a7466_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:956ad866d891e1340f630b9cad6ec73d1fc60d4061d4c63946ed714900388a3b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:9c91591eddbc058f05d052e3178102b28ebd25c2c9cb796fffd5047f5d413d12_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2493392"
}
],
"notes": [
{
"category": "description",
"text": "A malicious user with access to deploy a node directly via Ironic can specify the IPMI send_raw deployment step with a malicious payload and send commands to that nodes\u0027 BMC. IPMI send_raw capability is exposed multiple ways, including via VendorPassthru interfaces (restricted to system admin) and other step based flows such as cleaning or servicing. This also means any malicious user with the ability to initiate manual cleaning and servicing flows with arbitrary steps can also execute this vulnerability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openstack-ironic: openstack-ironic: Arbitrary IPMI command execution via send_raw deployment step",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The Red Hat Product Security team has assessed the severity of this vulnerability as Moderate. While the IPMI send_raw functionality lacks a blocklist in certain step-based provisioning methods, exploitation requires privileges that are not available in default configurations. The SYSTEM_OR_OWNER_MEMBER_AND_LESSEE_ADMIN policy requires explicit administrator delegation of owner or lessee capabilities, and the automatic_lessee feature defaults to false and did not function correctly in shipped versions. This capability was introduced in upstream Ironic 22.1.0, which has not been shipped in any version of Red Hat OpenStack Platform or Red Hat OpenStack Services on OpenShift. In environments where exploitation is theoretically possible, an attacker could send arbitrary IPMI commands leading to unauthorized hardware control or system outage, but raw command access does not permit reading data returned by the BMC.",
"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-ironic-rhel9@sha256:3ed82adddc3da003bdb272e2a5df0317abe41512179cba925f65fb5d8f7c2eb3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c16e4af4e9a79ac2f1fa632b20e98befa9aa2953ef241af186edd226e39150e3_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:0c95fbbcfd5c54e6b2934a8efb4f8523d1536ec1deef78249f4daebaa9d327d6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1b84b2a1cecab16e75947d29572008547922714207272a5dad8169d1ca5beab5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:466597e63e82ac365414c803f5ecb8f06a72374885eedc5daf9532aad16ac148_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:de9cac5c7ebcf3d43cad87758dd2eb0f4d6480f59bfb4112c224a4497aad9ba7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4ae516b98be8fbdb9b783345fe680c1d6ef57b5dc06b2ec3bbd20bfdb7c9b2c4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8f242ba3e0b9c57ecbd85f0d4c1bd67306357c92b53968a42419736c3dbe04d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b717614ee549be99c17ceef3d755c66abc983e821e04808df347962858e0da81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bd0f90ccaaaa74683b9bb17db0651dfbdfdf8f49adf0ecbaf8e83756d270b590_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:040115466e4f525e9f2386d6f8838c51f8e1638eb06cd64f071d4ae027a8fb9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:1a677b9d28655390d007acaa656997b12a32e9093c1c228778ef96cc6f4ca875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:39c68aae39089d044ce992b949d4e9961105711501daf3d4f0ba7e9981920729_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e814640d65f77818c180a706940337f8ddec8ebe4cf22c51a58a8b69e0f4099_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2831d7dc9f3cad92219addd21b93959900ee2f71e2d988fffe913a6f88dc7e1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:50f602354dcb223759d781cb057b4081a424d6a509178b10674358cc8dba41e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6925001d8a798896438ef1388f54bc29825c37d41f2f09a59e3f8bf60b2ec6af_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e01a83cb76fca294a011e022ed86f1da8cde36928096422a440bce8e42fbc8b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:757ad9e0c37b861340a7b2269b068d5b0c6355322eb5f5898a856fd9c4495b16_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7f68ff8059ae68d15041b8f38ad5ee5278289e1370d276cf7e78fc7e9fc3bb10_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:816787cc8c95a4a2df1416f09af6228559333e1bb1421ede0c9e2093444260e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f9bb9a184319c9fef278d3c6705f56cfc592c844f5c458bd20bcdc07c4230982_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:198f39ed50bbd835f4789057f9d7fd8de0962f1641a7f453dd90d68b5b2a4e7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:633ce875ee7bb08d9bf00cf79738e3e63cd6bf4de2d40fa6860142a301c0968c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e169d65b86f23d6424af5e7cf9e1d0ced58382128092821676196c0a05f91da6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ec2586358c34d0130b00a3714b50c8b7bc33ce915aef6aa79eb214d38202f37e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:13e81e4c25d8c789ca15eb4e84f3fc531a50b4dc0d95fa3573e002e3b54cad61_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:17637f8455e0e17bb3dca34545a26e881cff3e1444af45b9f45c3e282a252bb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d2dde1514fcf3308d1469a0af6727835121c4d6a1a1775a675a7ffabba8e3bed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d6376055835ac40728181d6f354398a0e60ca131d2fd8f41471ed87e974ea4cb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6f86d997faaf61c874def5a78cded319a188c1babbc4dfefb91a29f7e0d7f0fb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:73bceed99ad1b0bc99e66ab8361037e4046c5212645490161572fe6f34de98b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:babd6b0e928bb674289f34787d3aa536bdc4c24a877a5ac9311f21f0cc9e6224_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d00a12f6c4e75a2c93bdd135eeb742f42868b0186d9d03f318c885407a17e439_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:0932891a63e5ec5a076c7848d5746e29d972f3a96058914bee8fffa4921fed38_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:472e977d39473b92992f53c0225de477318b31be8656c37bc35193789ab7a456_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:71021ecd15d688aefa6db79f817c11a751b51f6ea9f2e48781bdc49c6de98088_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:9563eb7617a4d3a9c22fefaf03a4ede698fea2621a68ad231cd9e65930043a56_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:1fbf3bf4990353e799dc271bb4a0c58b385feb2ee60207636a3f76544b4f5ae4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:7815e9dc63477803e7e8bb8a01ea83043b5503ba529f64db3c76ad1c4cf2f0b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ab22d93f277f9bb65fcb5fd9c448b72f82384b9be43b8ab525d2836832044eb2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dee02e09373732db94bc442ddcb2eb4d13095a04e35c674387d3df8ba23d67d5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1a046b24339587101462756592c87ae4a8f699fc2977a703e6d031e2022a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1db6c409fede3e9ec09788fdf286fdb0634de6b6e727ec010332f7cf2e462_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:bd6be5cf4063439e92a1264ce3af0ea6528b9c27dd4b26f043a80aa8616575fc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c955c4b9dce1b25c73453079a21d84c5a2e5d0b53cf6e351f9b1855f08db3fb9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:221943f7b65573c2942d88354261f93a01950be1d1a86fa853544cc4c283c027_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2488ca8b2a8f658f3deaf9a70b12f7aca159490b5e0861d746ca8ee5d2010041_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a3435c546844b61f456789fd315495d6bcdc2560756e9fdfc4b896cdf70d75c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:be2e4dd58b8ed72278bb2c014317e69185e2b19dce37beea7fec3798abcb35f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4da2632fea643a834aac3fd63bc51fc6b0d768b869ac450e6779c9f36429a9fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:56ab8a9553f0c0202a47d858e234f2672098514dd647502405cac1f28d14196a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:abe530f4e865add435da2afd379a3a11a4d75c257c2468a09bc78f10256e0be9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:fe1397131aa0d447366fd627b12582ed647551ad3af13375f8c281ab73745f0a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0857a5a2cfb5c277bc2d2545fb19693f23285ccf6b75144da8fcd7225e1df1c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:43b36fb1f7ad271530f5ee9040cac4651a684e0e08de2ed90a2939b736b565ed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:7f86439496ba6573ee1d61b5f4d414dfbbf65a95526cdff54e45229f01785517_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8094138e4ed2267cc278a83a1586922c957142c9e5fcaec62db531c83b79566d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:309b1dd27ce0c7dc332c7141e576642db4aee6076ce50ccc2930e824f02ead2f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:35322e4580b0fec862223f76e0bd3c95ad0af31f3d4cdfd6423d3ec47d6e25c8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:699bc772c8a648f8be7d6a5c32d786d8f6484e584d918d68ef8a32cb1499663f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:779afd8e0fa21d022d7e75e7ba8da00cc7604db1adfbbea879bfb1d0f8c9c831_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:49e98d0193f7d7b4347043f0655d350a7a0c0d8c8b850d95abb57acd13dd8ac8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63e308cebeea85127f584610f59cdc9b228f01b9acb227f2f6eba7fcdc29b1fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:71f9b47dbd3985738259a6bc9a5bbdb240fd21284a194b47bb78538f8e870cac_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:9181583c88b3be23253c76e277f140c0a1532c1bff7d62cd0da1e14beba1aab4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:0f96581804dbadea29d9ef9a2a952753f5fdf295670ea0297622214e2a9b7d0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ae4714025025642ff5d9e250a4715b01d933487fa8bf4eaf82629ebd6d4c8702_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:cdb096f05b664fb542bb6eac3cce52c53da2e4bb636189bb53f737d3075615da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eb9908581f71dbe01d8553e494ef022417196408e9fdbd32f08fe1f5b9c9572c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:08725f7a384b4e72a173141cb35fb67293385ed72d973fc4d497f3c0f0dc626b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a322e3fc620e914088fb5669f1459a47140abdf027bd011d6ff4e5b3e6b909b9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b950e80fe164f86ddf624c80210308a634929ab8eb493496ef86bff1c5248fce_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bfc663a0ca81dedf849e89b91feb3fe0af97932fe8a8fc711d7ab85b6cbdcc84_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:13257447171d38e6e99c66faa476de6ff6ab934c285a0d1bf71fe94dbe583462_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:23fa493f397748092cd71c41b9d83d19fad6a5433b692bc644e30af790cf60da_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:28b1c9ee4102140998781ebef22f269316d8c2be2254c10b4d7151dffb0d37be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:be2175c2c6c9d882e44cf10aa85f1219573952473e893f67cc7085bf0a324407_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:61417bc1ddac0bc97c786b5807c2fa33eebc75f7cb186aaf9eef2151dbaf75a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:73956194247e000432a8c5f7b78255062c5ca967745ba2d97e680a06f698f518_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fbfa9ada74c4875985fc4bb8366d21eb5275a52953d44bc6bc740d48edeab5b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a545c9c2fbb36296286f684e02f9a5bc337b3c3fb9c83c608c988c88455f9bf4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:34a8a8a4a62b36b5e0eb061db3d56905c8dddfeb2e7a7135642f947ce6bd01ad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:41c2ea14036c2f8639cf0dd634e327841954eff4529743fcd10e8475546165d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a884f443877c7a3c0b32dc60a79e1bcbe89036549da7a8aa4608ee2ac6460765_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b28e8574a1d3b374ac4a61ea4f3c16eb70d9ba7385bf830c8698f4490f8fd3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:8e245c278c66405066cb31e9d48e97ad9cdb826511bdb1104807d26f896043a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:380e3045135a40d202f330002512a5c499d8d2079cc38e5c0bbd5a2312820dd3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5d06442daad2c126259fa5d594b53329e386f560b77a475ccb0cc37148644a5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5dc0ca56deaa237fb0bcddac8481b45d3ac81609b36c3b7bbb6cff8456899208_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:aa669084fb336f5d89d86cb58aca73b88d6bc4b6505eac2020664e0b6abfff6c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8cb392862e1835b610757e822332074ac459c593e9bd60fb6b6f6d0aebe577fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:987afa1aa902bb85d7c2d96f1637bcd19bf21eb832444c98d30171bbeb746751_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ad2f0cda09211f3e0aff615306168baf808e6fefbf1f039c3ae1a1fa7050a61e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:bcac50d10432ecdb8bfe2b465ba75889248ee8595f23c5243d023ac2a336f3b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3cf2d6f464e6a2fe5b4a8cf66690b3237aefef0c825a687a548f81336507cfb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9bd17213796576ce4d315986dc0b271011c37cd6e9ed75edff5ba80c3302fc26_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3205092b914bc1fe858b2ede7642227e04f35d06daec4848fdbbc0406fab4a03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a20ecaad93b15b869fb321c7503adcddfe1f0f5eb3f0f6427bd363234010853c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:57259db0550547f85684c19078b9af82b6318dca0c00ef8da27de8c8dc90e305_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:a95676fb6c1cc1b20cbb758a7c9fd34e82b3e114b81b5c17f47ef303feca3d51_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:49026487ee6722c3d438c05c1c181a36d14eca2f0d8debee48e4a02db0486145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ee65002c4934842ad86197a89e838997bb87a93ddc9de3423eb2af282a565c41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1bb56a1a194ba6f64edcdeae267fecec590c14c85431ba62ee8c6b5744da3a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bf72f3bbed57cebe1deb7690cd7fcb6d371e526630cb386d13180726736219c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:81afdbb2d9fe212af38a11b4d00ac952a306e13f91b23b2a081c0393173c5e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bf8d63c933996abf39eab9406b3061bee014d766a58f4e27a56413652d319a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:4a5021268b1ab163318270fc9ef07afa8a29f288c95ea69700c4bf46f88e85cd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ea443d9738e4428b6912b47f9c1d8d05b75cf8b137f0f9a76f852418b33b989e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:00148cec706fce87b240d38dcc91434f3c167052d5860d42ca9057e24c3f35eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:7996dc231961eb51daaceda9598b04e4bbe7d0e4019dccf5adec8a14d6f7e1a2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5c70298b919a36de41bf25d870bfa3da4013d36c6179db3eb6dd2e67dd20bff1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:a64777ab69af6f2b6cf4b78e5a00148e98353748946991c0a6da7eba76b442dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d4b6a07334845b2938c6d09556cea5e0477d13d4be6247bc9e3fede2e46aa3ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d5e665b41152b8363b4b15973a7b86365bb2c047366aa69bef7e1c499cf4fd3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:1a29c30f85b9bc858f0c70ca5ed79934494d92849f23baa6c7f26f67ea49c57e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:70f95a8b240afc604ee9af621fc3b63adaf80f593f3131e7ed51077ed2c77a1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4d217b45b97c9e01ba3d54d03270be07e9659b0d4313fc85999aa49fca560108_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:634f48a37ef03dee1cc0c0626c32aaebb8f9975b4640ac540f02910bdb3b165d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:00f06d1c70494444172d5630c33e1c93c333a880520bad3a810f96dc69cced15_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:01ac79392fa7a265608b75458534bafb6e5d350f2e8536bb9de48566c685841e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:12047af5271e61b4032c04c98df9ad54363d6beb13b36f49085307705677e345_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:37e5fa3bfc88e99fc78f2ced6cb4a99f5099942e40158dfa6940784c3d2ef95c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:54d10266c83c4d5fe91b013dac51538493ae4a4322c925e561c45316c73b1e2d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f799d506fc4087aac0eb4b2c2d6c8e511b598c6b3cdb1ba5ee470b787759fd8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:061d1b86afedd409ad4947a8ae59064f0fa92360cc82f640cf124776753ea3bc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9c7fef9c0e22e1721125d5b1312e509fada544e1d3d956338c3638aecea53dad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d3d951b736b910437255f3455b76357bfe0111c257f5a2d8dfe0f9abacf30fe0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f7feb8627754651663208ebb363a3e42e1767e16a65914148ce0507a77bfe795_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:23b0327190559517a3526d2500534542e9a397210cc6f663ac2b313aee902e92_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2911daa552328c8b01b19f91ad43ac54da18d343834c48ef35f12adff8077785_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:43960246dc7eb7bcef847c0d706bc6b0f0a407053a2cca7dfe27fce23c6d2af4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d05434d4552d2ffdd45d2fd44b1b2e2e8976a15f0f4ae59ce7dea73ca97dbcf8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1f7e808f97ad41f4c301736bdf2e06da73f2d0e3ef4ca838f0afd65273db7c8a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5553003527f078011d0c440f86c1480ff4e62b318e98ca2a4af97b42e5e186d5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:582a4e6fadda74e5c6c49b605b7967e9d6f25c84ab3de162c30931b1dcaee31b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6d54aaf9249113e5be1b6a87bf439ae778918533077a41ee9442396cda4d2642_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0b4378067622a7584c3be2e5e5d8748a564ae7672cc882bec0c1d6f4f4c28686_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2ba6c6b021db9b58614b1ceb9b736978b0e3396b04dda4518406b041448dd5cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7f7e406ef7b654a66bbcbbfa5326ceb1ddca4a0236cb60761a0ea48b919e8571_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fc403f7babe4eb16c770c80def94f34696b3a8ac55360b17c88edb11b9ae5a8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:473d595a495e4656de14b1b22456ef1ce2218fe39d02bf738990c0be4cdf5440_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6b3fc95809e8ab1be94de33cb375207b4302f93dbfd51f2a67228025c1e304fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7d0a9db460cb1d4c918f87a02979048f170f5e692e83cd517bb9b3271aa06dd2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7f1e2dcfd02a6a5fc56c6665979a8981f11144a5bcc6419feae3964b190583c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:775213a7b6d92d23694dbd1538727c84ad58c6b8a8b46587ff7bdeb7312acc05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a649eef7fa6148524b1f3aaf18ed6543f65ef91ad21358cb0af865401061622d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c593dda5f85469eb4ded8cb6c4738069d48a144823a070b83b58ba7772ba0e90_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ffdcf3c2b138b62cfc84d9916799812ad73fcba9c3416d7442f3686417c85932_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2e1e514d9f3cdf5f04ca924fa98d036988ab47259be5df67497931321634f730_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:32e93e986bbf92dd3a3e09f9c76bed29334b5cf794e18b843f81522ccf43697b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7bfa1c21aeb7971fa978d49455f4b5dcccd4ccc3de147ef47c32e9b74bcaf2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:dbb5abf21bed592282f09e30ba1387b084eb028bd931df5609c07fb8c09a0d75_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0606de7cca514d2b4ad9593d7f37950512741cd8f1597b1f83951aa7c8839268_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:116474d2dd37c159032b15ff856dffecad2ef0ab76298bc43f840bd0245ec78b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2e887b0da3269f28933bc5af839ea2df95b7aeca3993cb31b0a1c92e7043cce4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6029166a01da021523fc720ad70fc59f449684e577f9f5a36e0e759a39d0a28e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:849b8be9f7fc785a70451c1c0704501e2b449650acd23d450d145da1a760c166_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9c5d6a2d314e840600ca6bd1354c7dc6040fbdc216166418485d6edfedb27ce0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ba10e440e514662920d68ac025d5f3841786a393703fc2dc0ee21ff1d2490015_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bac1799b133fd829b35ac619a25a272301816494e83be5a251f78a50e7fb2f88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0469874ac135c41bb590ddbac02428775083221257b6904fa376335610c4acb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5823c8fa1f1409d6863dacda718e35b7afd2915befa21343dfcc68b6fef7a9ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b38d3723f2547dc5676460e3738420e243c6fdf7be77e54d18657efb9668c438_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e5a5e4c1a01ff3f5d694ca26dd248533fd463c85374c25ce1a9f4b7a60deafc1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:19f94467c811e10882e30eeef39b1266b83ee417974aaf62f75738d51811cbc4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:47487ff8d0cd813ab3354061caf319dec553b1cba9d5c1045de710b8a6d0c51d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b3a0104cb85f1a6965eee44fef58983637839a1f97ddccd737704ab41cda3a25_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e8c72b610288bdc44492ea0a5c2fd66cfb1673fc06f6bc66831fa84c96f86543_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1a9333d29d3561fe95488f3d80136d6b24b4a2e04472d37d34737fd1032a8856_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:705d146d458883660aa0b673a651d05d1d1ad73bafad91e84755118b82092ae7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b9265d767c8a6786f12dd4788377f1a316864863a32de4a4ec07ffc8b874aa00_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e3a7bfabcb96924059fb7906be97a0ebb1df35c6cad39a7968a6461df0cecb31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5c015e1a10e5f14e82e30ba41b1ae6a82cf5cb0bc631f5137d7637c44a3f5b8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:623bc4c74b05b46babba7da628809bac05b48d8c4055648e88f0db57c1bb0e07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9502a32446a8828e8a1887edcf49034e874ea0e32ab5fdb738ab89e77cb5a472_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ec7b6b83c8e934b66505e8051e183fbaac54e78abae5ae99077d4e5e163b4529_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1f15641123321a662f676a46a24f6c8066bba6e3730a3c0d0eca3ff8e548de23_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:85070876ada5cb86e8c585f3ac3114d548b189074723a13ec5d6fc6be25c9964_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a34e14a715bad1d324f9211d95c56ed387ae51b24b21ccf931c12f3f7b3dcbaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e12ce561e4cad13a5d08e8164060bb74a309f66047279a26dd727d34ed3dc16a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:67789c239f82fe3649ab8c0e13f920a788a3612d15a78fe5986a852bb2d11a0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:80d704ed310acc3015748815351da4b54fef2d8b74d7d4b03aabcf9fd7e60b38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bfbcd3f502bf336124261fbe51f19e7a4cb9e9132e07da62354699b30cf6ed24_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c1e371a0057014662b91736570bf25fb1211ead7402154a1149dfee9e55b994e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:175fd0386d9a4e064fa760f23ecfb45ac6ae3500e5a50acac0660d06e5b7ecb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3e9811dcf3c528ae6f5ff86659dee1a590c2b53f7af1a03204d06fc3dc628fcd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:68af6c6e7f51523ac223f4e25955cf3777f4ae5b601dcca7c6ec7e2dc0de0782_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:8f1b3ddbde3e33dbe01816bce0cce7d7bd196cc04affbe606fecfbd8ad7b8b17_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49699de68bf38c34edb696ebe4f9dc608756382a977f497f6713dbc7b6e1209e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49c32ab1927e0969508b906c14aafcbc64e6eff7680b9a10812eca4f17787921_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:86135a8f7d4aed36e7b2a571b431b29eeaac2bda02762eafda3e22a62a7a2d6d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f2dac4ffbee9d028b26e683b63a9f033ef8609907f6c498d42c447a306e75328_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2884bba195d4d635378b0d15efa54991a23f51bcf4efb1095b478f5cd9c34f46_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:d84853556ede64db5615eb4d826879c744f7ccbd92c51ecf392a686af854ec11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e05dd48fc4c26b5dd822ee58a2af27bccfd0ed28cc959a6fc05073cec6f7c9b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e202635a4a52be92b47960bd8ced28634111416b220cca5fa7f86373ecd1210a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ae36d953c8c7f73dd78d620f94a0335ff5fb84b16ce9d2dbadbdf3dc5d66f6d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:308c924c44c35b39c66b429a15a0343a47f7dfad62dceb76ea7acfc85e6bd973_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e132f6b0a6b4e2dc63561c1ebaa0bd9fc669a835b0c22b0d56599e3da870231_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5216d36dc483b1368a03e00dd9dadc7c75de2bc36ed98cd7ea2b089cbe23965e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4bc11f6ad7c3e9c99e708f7ef5a01b4faedc8eb5d2de5b0cbed502395958555f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4c04a50ca49fdc521da592b9c326e233763918fbfd6bc97e001e0e680ce24cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8ba4aabc0e1e36c3ffe66b55c67ab8c305f64aa6011f80060c5d95ce91180c5f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d259704d34b605abd3568bd4c988bf9e831d80554ec2d7a57e7c39a70daf0140_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:14c55985b9277766e54156139f0949d1e3e5f756ade34512a3d5ea3dfed2c544_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3231ec9c296798f11aec6a285b0a8f7c5cf220534d0525afa59c17ab2464abb0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d8767e4d0b2c8222748319f05483bcefe50388abc182a01f3ca9dae3c80dce44_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ebed5c3d8e112fc5086208b4b4c0aba054a0058f3fd08b71b129dc124fa00f99_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:26dccabde8cc0d1ad45160677fe240b3fc098acae82f6d095fad08b78330453b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a168025d531f20656997ae845a4930919d6805b7f9374c40f7835a93aaa46b27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e696a8bc54ef8a13800b2168a395d2cbb08678403beee2dc52c56d04cb235759_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ebc22890c7759ec9992b64dcb0e388881caeeae333a9a84a50dfeffe27e38b49_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:09319f1dcbe090d9677a43249810dfe5b3eb165aa3f8b473417e0913649b1556_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:46a37e99da18852f5512235589ee86dde0db6c09d76a49275a8004422b9ec303_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:535d1b713587008fe67eec103cceb54471f5263516f5420589cffe1dea02be93_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bc614ab102efc7dfaa47fef84c4783da26548491e4c43257bb606a06e8d155f0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:08cac9e30829765f182624de9e45e59b40884b8c39cde60528dd27afa57afe72_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:13724dc9eb7247844e450b59b8cf3af5e5f486e9558942836ab60f74b9943291_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3e1a80763f76f622b5ffcdb35bf2dc20ce1e9c06c4f5f6bf0ae06b04134733b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d077c79741fd0c481fa6e1aa2c479b8c5b380b1d1f163259777c8c50be257709_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5e82ef0b9ab6d4e3b7431a7611bc563f356385dd8927855e6090008685f1549a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:62ba53e306331c1b20cad27ec31cf59687218f4bd5908ed7e9034559ded04b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7664e74786778a96606757f1de215a4a9702d0c9f7cecba7bf8028884a7609ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7a967f88faccfc101b9388f8434d406acdfc85d7d682f9ec742d59eb31074fc6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0e05cd1eaa2b9c558d22892495f090b6b51a316dc56d85ae825b6fc44611b6db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:445fdec85c2510c8a45b2a830ead87136bbb80bb9244987b4d6ffa5858931926_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ccae4f8f443ba6806ea33105d7dc06002d58914626cb9ae57476b29193761b53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fc0becd36b6fad4911a5b8c9a4693320918f7f7e6336c2b11a76adcb6d1eec36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:652f8fc874b95a56393f14c2b56a63faa64c04f6646c1786d07eaa272a9acb9e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:94b9c011744629b1ff6f230e25f876f218ed59d55a941377797f77cdb7c03e1d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a178a796ca9d32ac59faa5eb9a6aea30f1aec65d88f89080f57ed519a7983f05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dc8a79297c73782f5005075332bcac58b051a07d2b35626323f9b69ee5f4d64e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:03d66c724cb647d4a613bb48c9df6e9ffaabb68c8af5a4ccae45365e32456470_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4b9510fdfb45d2561927843dbd7ed869e2f67d9636e59dfd0c3ee640d9fc601c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b3570e078bed53aa3e435443bffbd12a7b259f8dee9d18c0d79b55514a547b53_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fc8e892ccbd8d3c1e737fbaf8f02b5fa6bbbe242780c9cd00fbc5e6889d7baee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:266bd8400632ac70fc6584e4bb2850ebcee7027ff7899acbeca612c6556302a4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2c8f351447fffc2133f339c6ab3a0bcd9bdfafad4a4cb5b7dd2abc32c6056a92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b8d2783a76f514f9a4e8096434ac205e1d82d09da2d67fb930a1b5e4d8089e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:74fa72db679ef47f9a3e3459a90dfaeafcb6db73dfe15b8933767e2f9d19c448_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2b5964f6cb078aba05ada42f0c8280dfa39f9f80526932cc5d41410922e4e8ae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:480b27e9866ca8dfba83e1accd427d4f6813f4fb7f612854e32bdffc10d7d5b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:91c7fa7b70f2cc82b26ac16f91ea084e15a4f5dc64f254ed878c25dd1170c0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:edc297cdb2f670aebc1d3561d801840ad029e8777ce45724066e6891aabd60fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:443e0dd81ae60896d31f07ab49611c5e0629746824df094ce28cdd3cb0ae1d58_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9b16561ca87196e3dd9330184f7abf25e97272e3c47d2e8d594e3095e74f815b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9ff62f63d487e25a750bad29314955effd17152bfc534ff698963760a2615b0a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ab506c549b676ad9d8dd179e2ba871a12f2096ca2601ea2a1f2605ccb849dc6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:08758e6b81d6679b095a8e7fa323870eab35fefc05e525c6ef810b6cc0b3c0fd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:af87d24f6540e5c98def879ec4ea8adeb5b138e41abc126b2c3030c5847fd0b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c5e9e59a08d8940e99da6bc568269eaf71ea8db62dbff86a7f6fb5dae861e323_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f5122187c85ef27f5423ada009d800afa4800e32ad1ea3299586fe64cae8e38d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3c5078d135089e1548b4dec49b7e78658279e42a72792a988447662534b6516e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:56158ce0af0c0eb9709b2d1a172201bc795ed6e5075517b6919ed1302399d6f3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6720c8097a398327f18a5c84c28f6b58aeee017199c2649649a1f159b8365838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:89295652b447f42c6a0d6e1299f63b04016f10ec8faf6372357294a14472e426_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2baa85e44cc4ac6cb825103508c5bd74e348609eaf53ed42c6d0e045dfa62772_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:61283f1fff1f8ec53563012a5b1fb5a48831f0a220d3676b512f5a60b331e849_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ba258012c0832c57b29785be805be44f0b5f8eccaf76d82d7493946806eafe5f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cf3bee6414a87e7f907d30047ded274c488239af5b1f43ed717ac2cede29df86_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:40854e0833b6cdfedcf275cf716e58f3cbc5c44be313fb83ca3e909bd80d0b08_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4d6a10dcda92c599f52977c71208222d166168b29da4eb4727c466e7eb53cdd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7be4c5ff86b0e939ee9f22156812fb98d2f96c1eb4567ca8a6a01ea3aa735dcb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:83bdc9fa5d3893a973794dd7162bf9564ecf68ce44814349a621cbc284b9e61c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:993ba8c1dd84e486fc4084a7786934c356a9b12ae86155134fd1a1dc1e5e3f2f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a64dfd96d3aacabc8f219d19e6d7eb0c1ac5b68b49eb93fcc973d76e67ef1d34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:ce306e2cdafabbaa29467e0cdbf316673d17180efb604e683a7fd1ed7181c6f9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e6748814d950e6f5e370dec9cb7d557fbb0d29ad3620b567840770be826a601e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:04d418560f90c35b42be67886632615d62dc89cd37fcccb6e247212b535fbb7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:40eaefc42c0f0b5adeb47bcd463c2e2a45e7f3af1c0fa4cb3fde9c5479660c4f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:545bc2a7b32276bec515f338aea3a2976c01cc787a559986646aa6fa26ad5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5a2653ccd5dc3f59a228ee8b936460575e1a392d12287661b1dc83a9f8210033_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:12e5e4ea4d19c4dcccb35dba161fdba8a703ba6331b11054e4664818737746a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:180e817b55ebfd081fd0305f63b3e0539fe8d13d1ceb8428ea21e213779fd056_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:92e8693b9f6955f9862c8b576f5e32bffc3bc34232511fae0cbe57d705bfc53b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e5b5d4750a3ffe24b1196255d4cfe15b21efd587a41736307ca8e4e61a4936fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2ca8a85fb07b431d97ca6a3e3c18f1cfaa20883c7076d6b5b4e6942b632f9aaa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:559af5a310f0923dcb4ef9389c51c98604cf44642a13e8ccb46225b4ca268580_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ae056c9c8e0cdc6519ac1a9542781cd54ac2ac8881f513e965b57ce7d1e5ef2b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:deb92b50d5948bae13db37a7046d9b212dbfd3ddb1063ff8a5e5467f0cab203c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0c4f3cf84115f8c9b9bed6b2dd5d52316eb3a9e670fe6b9e28c2dbc350392e87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1142ce3f8a3c1c2a1c7dba79ac2c3b276a45fc6271ad9df9e6a5d8684c36da2a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d9f2c021c17f1416e01ba31a8823b7a87724fd96d7ec99d494981842b5d452b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f3aabf75e838b4a941f64a7a322768729059346d7578ecf5fe7ce27a71876fca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6389373ccb2fbe1b6385ea21dac1c0ca918bf9d3889ad7a738de6be5d7ec4272_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6449fee9a31acc582bb85e0031312e3ff07d1f1843a1c6c410eb79cbbec1ceb4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:751f007afae9f16527e9039aa95c2ee6efd2ee20afe3c083ba7298493d2406f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:afc11a340e28d4100c31646b705e8db302f6b0a96ad3620e07391f02a70438f1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0673d2034e7e5fb412a171939379da14e9269dad7bb53e83be7ecf8233b0b5a1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:18f0345811215feda18d2b63f679ee870e76b33e9f61042d93edcf36fe97df95_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a2d247eb696c80e02bc8c1873e8ee0fb71a1e5ad6cf5cd84bdf504f4fe17cb10_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c342b14ff399c961ce05c1af127244b950b8e9d641ce8752f9d0f880ad7a672b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3d9fbc97d13987f28ca76b3e238b540492eddef0f302c2dd958c1b0d05e10941_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:47682d4e934d597aaa1e809011a69afe93936fc629ad3dd1ed76dc7b073f7ee2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4e8d3460e04e85a3e01a578d492499376787c85f2840c97821f11213862239df_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d7b99cad55a1e1d380d30d0d4a61bc5f0cbf3a87223efada3e69bd9b0741d3b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4849bfa8a48c7e7d264fc6ea9097fa9d33da25f75776619976e3204b42026cc8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d7c3f5ce57c0aa25e13ba9484facd75c5a1dc3caaf9be4d0f273243e7ace327_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:78aef6c20ab3bf78eeb8b8a857ca2a24067d45cea0a070c44d3fcedc00d4efbe_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7f33515dbca04230d98550ab638efa87389629fc7d913c8ec42e4b5bf8a772f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0251068577a1724dc777683dd189468ed77413b396614a117dac6b4320b8f01d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8812fd85c74fd67a95afe09c2ce5e7d592eec1e25fdc6fa331a8bd41bdde0cc6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:89e0a7e0fe060abb45a6f8e6ed1906053c09f95c252ca7813175903db61fbc99_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c3674a8f28935f3140fad744b5a178a8346a9a7f79f6c281561d2877b38c4ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:13bc0d4f7d4508fafca5a3bc61b6449a056e277da131e753c06cbc1bb7781b27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:993a2a0b3f84e071560f6fc1a3ac243fa745ae9a7ab15febbe1385437dbd3ad8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:80fc518199cd3a1ad421b142661f0a85679b12b69d0afe580fe60eb6a13ddad4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f069665c66c19d9775b70a31aa7a1069bc653691f6abf106a88b2ceb8c0e1ec6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:13ef0c0585b01c56b865e029d029a553b458fd2d3d0204eb6dfba1bcaa11ac3c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:599d33b55e88212202b15f4344f7a18dee4f4504b3739d6ec99414d05bcde2b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a751f1f0540505bea087d3ea9e6ba798e89d5deb772cf8e401caeb3816a563_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4c26bc366b267d444f448a4d7bd5a0d26f84bea653c14b261a829669d888cf88_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8b67087a584a2d952a6e80572686412cc8ea01f03ec8d70b56cb8a24a0c5a3c0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ac1123e890f0aee159c9105e26e1f1ed3ba5eb3ea66b422b281c3e9465401c5c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0dac7821ce2a3a5a180f53f381d9e61484cd8c5efab3c9a7dcc70b5783421b64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6b30b39205367ec985c4a9d948e71d378b9483689c3ea179cd0f2476b9bfaa1c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:de903677bccf645889ff7968ebbc052b14273329c0765f7faa53b0ca815d6899_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f8392be7a6f5223930d53ed6d127faf727489b8f5ebbbda6b6b437c529e3c812_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:02ac68c83db9dc50cf6280a418eed9261dd2182bbf51d16fd143519e49960b17_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3746261c5d4744b13d4704c822fd62ce1f486010176fdb3bf95512c72eece73f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:85e34da00bd6d290c04d8eac32f39db59b5f50fceee9b248b2cbe27bcf0e7e5a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c343b119edf863e179df865ccde0b665b87087d78b20919aa5726d8fd240b344_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2026fc52aab5a6d7766511080699112f32ae4576108ff95b0eefc5d807a14f25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:21b5298172f4de1e0074c4abf5e4abf27e8adc02bbf7ee49bd3388f7127d4901_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:42f8af9bf66ea72846b7f7e57652725c31b01fc4a8d39ff7e7882075438c521f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9c5711087546b1ba7cefab267b8aa30b54ecde5926f009518cf0db974ff84c3d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:373c4b7507a978e3dd62e9ea629d1e397b1f1db682e11ada1bfe5a0b45afc782_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3be306649df2fa3cc9f30e60ed5d947fb0678b0231b617eafd3b1593d10feec5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5b01a896101a5189740f84cb1a83edefdb0dc00288dde725ddd0e95480f8e1c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:961dd87e559779e6338a4d3d35c96c0ce6ff7cb9634ce32d4bf848032f4a2fb7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8799db20cca7be653bae6b8ac5adc1d628094eababe740beb5dbc27e05346872_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a36c2b308515a293cbcf265af68ecebf498739e74ef11016d5c0edd3cf47c4e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b86631d6601578548af20a28d132a0503fe118f53d7596a5632ed24ec5a9931f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e867bd8b76b5bc1438a7be88a30fa7707edbb1909920a1d4d1d0da0ddbebdb40_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:313074950c6dec37d29a9722b58ddc951aaf67c27b47568039f29f02f2523128_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:43618db20e6f592602096897bc89eaf3c58490a362e91e3299e20bb2a02827d9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:705f4db2e969d23205de87db1bd7dc8eb1ade64a76940fad950fd1a214dde6e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d2d5ee5893ae16784051d9526c1feeee3c641fc3e6f337ba807744551c00ffa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6ae5cfd48e788096162bc4517f0466bf526f16c84bb61072886a64842856c5b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8004e7284c63cc32a05f6de732791416d57d62db041ede2829d4797139094292_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8137c3932f344ce587769bff04355ad405b6ff27009bf23a221ba52f3da56e1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ef15235cf21f0fbfea74089f75471b483a98c920b65676bb6199c155fb61e929_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:149cca2af3f89c7d1e105de81bbd098c66be5687f18a584b644f21d0be20f414_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:33fc93d5cd30760383da666e8effb6ed32f4c8f2668da36677e98c1801ef4f5c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f9c1ee7f72c926c45cd76c12046b867d9efd7c3c381f34afeeb9b6e97751175b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fcfbae71f81307789bec93987c4523700c191a66663ce53e4009c5e0a8627826_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:04fe8c19bee4b629ee7f18a13dc0b7f49d6a4b6e19d204de90b6b2240b0f875e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5c9662139f98817aafe153a43f700399781d079390d5ad23d3b70fd6ac5d370f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d1147830f896fd229aadd2b766fbb4c8102b35a8edd4d8bbeef4928d89cdbbfa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:dfd0cdc29bca0a2239ef203fe7b58efd97ed4e72daed6609e22b20babda395fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5a9889308bcd1c3981072c83d44206d0c3feff059e0a2029d49adcb974674c95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7a715c7e2a8f54ccee42abf122b0028ed19705f401248d8c38f785d960f1b116_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a67de487534d03cdfc180af9d235edb21c5cb71e1224bb5041fcf2b9a428732f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:b3780d23a2c384ecef73c806cb20d7f97bcd11c12b6392c781c0deb7ceb55df8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:48b5d06ac4b35c2a7bca3ba2abc39e3af1eaf4ecb19c720d9b6e46b066318414_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a6d7d7df9078e9d1cb0f12f9ceac12c96bf2cea03a9085b23c3e4af6a456b51d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b757d11e5dc51a5822d9e30e97ac142cf004fffce87ba2e58b8d62926127664a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e61ed19beaf8352dcfd4b9478335a364263cb9839f27140a634a217d87d331e5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93baf08acbc6875eb2b665a9ef3601ca34b76767cd70a172dac7237f21b6958c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a5f2c2debb51b8aa926ede417cf9fa0e4ebaac4f5bf9e770db55a25902a4a3b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:dc97d5c1aa80515080b2b4d16fb08ee4733a9347eebc8427f10b7e70582464ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cc1559af0d7be472ae46be4552fb41e81ad804d73d1444b92cae4485118c6773_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cfd5513afd8b2b5e22d5e384a7f769f9c04709d853feb2f91ef667d804cf9a7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:febf2fb95748ed0c440e6acb72c40d609ae7587b2665cfd7145c878a2a0b5783_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1728f980f3ebba7e48bc0e8cad114db1e0c06f692638764e30ab990f45c637af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:41508513986b369c2f89c64af84b3980b16bd2432130fb122d8c1346f0602894_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:650f08f62aeea4bc954e69ed88a9f2f14d3c8f733c155d113c0c58b7154fec4b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:016fc7e804acce7a8b8df0a02bec320c32f9ce6224ae67598a63992219a77516_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:081f9cfabc57aaf4d19df8b496613d8aff54ceb265634c904ec7765c810b4553_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6da3ef092cde7fbaeee01c5d6bb0ca5d52af3ed8de458ecd3001bb96262c1ab4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:035d07364444ea963d64515420fa4005adf82c44b575555a074149f67db50567_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4e09fb0bd709d53a0abc6326905cc43ee36e6e4ec5e20108efd1ffe585b1f2de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:53a5f81aefcdd57ba33c57c02941803a072ef3f1b8467baa3c53c7e073a9ea96_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:cb3d2ccb57987217c75079a9c10f230f6a7de9ba3b0fbd87d8d3d5c71f8c94b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3472a8147e06452751999ae2d041063907f275ecf429dcdcfdce88c8a19a17da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:61155741778188324e0616274f067ec36723d0fb81d84e9715f72ffecfbc92ca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:adfe8cb84a5f0a241fe69ec532b7092a10cc274cc3aac2b86f33ac8e725ab2d8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e704c70226ec4986c16166ba1ca54b908d1b6d9ddd47640bd5ab6d292f977508_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1d63a1d7ba183c49c69a6ffe5a4584de5282029b0b2c2f3484b4f4431e2ce954_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:441db8762a583090cf4325377b0ee75838452a601732bccf4dbc57f26f6a1a90_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c5c52612378ce1f2577314e5723642237c9a361506c448ca80d2a0b56666a1f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3b9843a117d6a6ae28222951e1a556d3888ceab2ff75a082a06343c8030a5ed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:236fa2dfd935db687e786cf827d88210c2f586d2d1a93e610861995908bf2587_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:647704923828c83c6ed3810e3c4d7456fcbe378516dabfac30f203a3bd3634b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7638d755fde7fe6d3c004a6f0f7c761a9fdb75a3541f19a792c3cf8e8bf473d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d2eaa5b8ad9464732265b84128b5280d725feabb2d4b4cef0178a317add66c39_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b659f5c6da6f73bcf8b2850f0172358816bd68fca721b65a9a70569a94bc90d7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cc867d49602a6ada5de7a783136b6463c4d9adee9877ae1966c016a08ee8e87a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:6fa614240bbc1932f65f8cc9215d2baccc05dd1cd5586fd308c44d8a94447a45_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e85e957fc16a36b5964613a99fec1e7299db9bc63edd86ef965d879a081b64bc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:14b02010250fe10ca57b2dfe1046641aeac31f92e5691c067b3990383967f0a6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b6b13d29b1cb9c9bcf97f2daa289669bbd9ea501430e51652bca3d50f787f23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a8ab293c4f3c6bc251bc91466b7586e5499b6e198cff46e50f6a65d97df60f7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c5d781c35cda14ab70d4a5bde3bf72df0a3956f5cb159645e5337095bb71c5ca_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fadba956181755cedd19d3d5b5ee3da0222daa1dc609b629c900a0052a4cbd8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:2719589f19df23634ec3f6b578f3fd2e827440675b72a69b89c9d78b1310f98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e1fe563643282c027ea829274a1945458cdc5d079bf2a2b7b0a9982a5cc3720e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:28d64f60c216f77e3e006012a403671463b9dd90095e19ff2dd027def6abb511_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6d681aac67e08e2ecca32415dddeb47df6191a99f7a8d7bc3bf1697c6a26c1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0d31a90914ea716508caf180e30fb682cdd8066da7a0a31752be9d86ec9c777c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3ef5a3798abfd3d9ec1b6ebabf3ceb32fa4057072b2670793ca119f556c0897f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e2c62e4b87e0536d15ed8b4f2905930a750f770d5c6d0168de6291d92c51f9a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ef5f4d7e3c872acbc4ee48bc91b5835dfef66a698287a95836344c1587ccca69_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f5f049eb01192eaca548f3585845ed6a530934d2eaeb422fc78b657cabb1f57_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:740b0d9392c76e433ebb7762e57f156a0e2ea1db37ddaed2c5b8044ca092a357_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:da9ebcef147e8d9e84848454fe2b8e259bb549bf0de88ee960fb48f6c8051060_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e8f942ece24d15ce0c4a31f731f2060b6e3874a2f486b2dd255c773fb1a55f46_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1b4fa4d6ee3081f39e54b4f910100d210da682dbb0f308f08107ac44e7338d3b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:571a51e1eca0f31f273be8cff7ff115bdf192e14f5d510705ab7ed423fd5d9e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6dc96b2e8156e7e42f758cc28302a2e94e8b3888970d03a780b1732375e728fe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b91654b9aaa85e13d262d21b949b1a96b386f202524c2e8d52ecb66c279eca8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a677804e422590551f82a17e61f64bc03d5a8a42a695e7ae8d9de5dc086924d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:fb7f225a9221506e6295f7efdcf44adc33e5b971c470b5835b0ca3c42ee1942c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:107c9dcda9632516721c41af941362ccc316d25661bfb13a7c4dcfc2ea4e1c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e75d33740c576321707835258793fe2fd257682099348a2a067806e764e1560d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7b6c16881c71569dbada90e320379c2159ead0b0ed2fa2113e065b361bdf2413_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9533dc6817f01e377ea2ff7e3aa4447d20ab5d016d9145b97e0cb9e758c9a8ff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1285e63d6cefc0454a400b20a6e404537a8d57e5fb9b5d7ff1a75b61555622fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2ea17afe64ff273c9208892a59773c1dca248367c849e805dc78cda228aba29f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5f33ae81c766b0b7d9c8411dc4f6a0adf760221ed0493a99f1bea5dddb5de41b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9de0bd8cb41c5324718c8d8f275c612c0bfd13b322225455a1142dc76bff0a01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:2fee175122b1e3f74cd8976af1515c869d096da0bc4f5e9024b31a64cf88896a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9ca16ca048f3de4a5d9e6b6a38b55bf0b4a994bf7f7ccbda8c50c02bfd59c871_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c42a4deb157c31f6fb871bceb8c4401f44ffb490404591ae36110511f933f72e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f6d5c31b12c8a1a1e8316f258ccd254bf6bb8e49ae8a175eefcdf0bfc5c6047c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:204e84b23aa1edaf66f10a49432115ecb4c3e8fa34472a909e1c9a7a0c3f3947_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:37f226136e439a1b37fab44e06ff30eb22b1ba8f12eca9e85f59936c3d58acd1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3e385fec20235fd68320dd564c68770d91c5c08a864e3de41f3800937d730334_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:878a0a7473a69442dffd7c19132d74b29ecf765e3499d29f8da7b1de2ff6f439_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2b51546e56d1893aaa1b68c4e6ebb5479614d0402e840c8c850702ffb198036b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3aac893d87e5c39ae1672eb5ad48a0b9d02b49888fab57f8662e6dbb3897b660_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c5bddc80f0ba0e391b336de8ead2442d0dff227fdb8aef1874bc3db3101f7048_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:dca0c7b1c7ec76232b3d5ddd15c8716e04a8384f0a816217dec544d667ad2e69_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2551dc2ab6fddb6edfefc185f7b6d73ea366ddaae4e2f79d554f0afb79aa54bf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3cc6eb31325b1f9c9a2163c570ae1c3d4da7e7dcb0d761a0fa775b66fda9dcf5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:569965f29f668f02a342c0c7b4804bdc92354610e9368ba42a3ea5cc3172f532_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c4b2b0855c4ba25e150de01e54f0a84bb4c6c220b348945742bc0c18cc6d7dbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:01b6587f8b9ee398d34ed3330bf0bdbf2dd01c2fe475ed4d44c547401d1dbd5a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0fb7ce17c762a70aa16ca9f7f35e41d85997bb2bb22b81986321d29634ce9b3e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:60c4fd0dcbc1ed92bee7dedce7879893a23c9e4a6181e5e6d6a8f04880f377eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8925d5826cca515b7f7c05558406b3688a14963ddefa80f5b44500fe12dfb1dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:3d914112ad75b59b03d5653cea40a25d92af415ef52dd10aa7394465e6bab92b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:f8d52c53ca49b3f9847d2e568779801321307e329f802aa9456cd0dab7625232_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d29e5c26f37fc8212f2ff15cdac470982494be155f85e3c310b0c958b943f7f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:fc7a6712a6fe86a47b5a745e06a0c6d164779eb198f284fd0996847b025e53c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:32bf2e7aad1dd9ff5100500c294e343af0dae3d392eed27a1c0305198734261f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:54b4afd46c87b2cc839aa7d8b8ae232aaffe0f39846a6edf9d0d3228adbd7a29_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba41cc4ad0ea8dc731838e00dae166209a3e06d104e5cf11491639f82290eca6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a9395f57a9adc721c6e43e578957e21c8b9f18defbecdf91dc49d11044aeeeef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ba077da5ec7f147b51f0ee4432082aed3b7a3a541729913bc2ed821688723e99_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb48a38cb5d06b67ecfb4777c44d44f3e32a996397450e30f40e7ec3e340a56a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:deb40607f193ff4e36c684ce74167e67a7e96187f1a44a1f0f20f36572005843_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7dc856fddd561c1d29112b0b8d4dc39dc7503974a9ff563612e6998bdba4b71e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a3e01913986169c592bb770fc49e3875d46031b5788f983ddcd52938f9ef7a49_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c3481c6f76c644c017392c092dcbbb25a288acd14a9f01e20afd0d2d35e16d32_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cc440be9f6b3c5e22186b6d53a428a8220201ddaa79be39e19cc31a8fbd7b221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:12d7ec468f9634a53d053f3af7957c5162d92595fc3385b26b08acb22b7935c1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:49f08b645fc28af342483d9efaf2f607c9c2a6b491b477cdcf2985c44aa3e894_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d32cde1eedbd0c110bc10836025cee78421ec16d2924d30f5e6265591a9ec716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:df885dc6da20faf1903dbdac693889d9882722e8b67bebe35f624c11e4616262_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:16c8b8c6aee6f6a06367ca5bfe2be8fb85a05c3f18a819683f49d1a8c73941ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:376659c608333e76b0b48fcdc69ff17643284fd22fdef6c6998f07be54c1cf91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7359a62beac2d501d629e6768f1767861fdedc0d05f53a4424a2abdb3dbb6a8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c71d05c245bf1a4955f46c785d7264985e1f904de2a19972f7ce6209a3be0e4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:06ab376096238d4e04c9ab713d83d3cab5db769b5af1fd1c57ef2ceceec6ef61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2c80889bfaff670acbf859db3624951cda96d4ee8cb1560806ca4215e8c6c04b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:627c6b73224c3e37181a19cb598ef9a425cddc1d17d97b6c23388ec1345f6a88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d5d338daef4ae436780be192907d28a26785021d97865d8a95db9065734061f0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8e59a286a05743844dd1333770197161698788e0db4faf8e00cac6b2fb9a638e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9029d8ef1e4455dbc1910078afea1141f92a5c4d2c298ce1d9e4319209b55246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:da4ff38c7a1fd5adddbc0b0d3defbbd580197680b22648e2ab803c90c4a8c9f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f6c44d76a715e0ca38fa5e2becad93a2bf3a41fd8f181846e7aba81b0c579691_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:167937ed04f625a9cd2d0b8ed6048a5cb7b6d435bc2d41775d7db4dcdb5fae95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:176feea3131aada18df5da44af30a127f4dff392ce8ef57f7e0844969ec95923_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:17afd4ebbc2a5233681d4cc1774fcd70dc932bc10006235b11de8dcce826c2ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d3a98e507691edec50373d79ce9df48a71cb6a19a75c9276d0c5905d4f204b39_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1b6c3977b4835b0cd5399523dd437c230b992b77a0e7352b095d008be96fcdab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:54d79643f3a191710d1362d665b5c838130f3e51aecf1e27a2cdf66e98a3cb8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b8692d27a4799d20ce1a8374ba99f55732bb7db56cdf8f5b038424a086db614_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d196f02212da5e80ac5a73931316d38e9def9aeecdadeaf07aec685e661f9f98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:11c2a1966b0632e85caebc4555e3e2f726277175b27a63a5e854557499e0c28e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7e649963b5c1e2a7e8813569368eaf0ded5e544799d561622d469b03b9d93937_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a23fa7969c6a881648ba03ed1a13692c5db21b79f0608d841291ea9118548ed7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:af57ee131bc09ce55ecb3ae13ed7dc3ce9607a7438f0ac5a6e64bbfa000546db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:3a7644c1ac089cabd142fc1743b47302eae8528b13d1b038298f2f57cf746326_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4b5ee426703ecb55bf537731c39c69ab7f86316544cfc472ee77fbef7e5680a8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4cb60d36cc3b34b4b1496b74b9b2e68ff152a71d7f957b356311ea811bf05573_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f3f64bd2f70faa654f7134d803efdc032df63fd4ef07c97abd38fc41e625b48d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1b75d96a4cdcc3a37848c5edfe598cb1d99bb3b0707db5e3f62478320eb90f9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:876fd001172d5151ef99c02826f834ee4db4623b00699a8fb30d6a456a7a8687_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ba8fddfcfe0004287ce58db40c1092f2090b3bbb0810c277066aa2d97799f8b9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:bd9982e951fdc7259571b6d5983ea2cc44402cbea411ae9a6b135692bf5939b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a7a8d4d8adfd98d3a6e3d37644b33966f2c34ff1e553fbb5140ab9a15563e821_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b26a5a47cde227edb5e7f6e51247a6cd91e13484f6b5f7dc19b62f83b7478361_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ccdd76d6734e3a3cfaa1e432c1508c097478e842fd436672e57ef2563d817e4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:fee8f3b24b431ac2a5d4fa3d96c90c5e1aa68c08ee8ae9963fee457c98795197_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0e559f5e780f3849e73d7246176059360631d8c4a7db1700f6ba1b6a9e6ae089_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1a376560672f81b7596417591491e71d065e90672ff6ef5d37ed0785e9baab16_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:350a0360dfdc31eccadb0e8b9397d5a3436bb509999034b60e611428eb006cc4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f8b68ae48350a5aa9bdf47a36efbf661190d497ab5a139027a2bf4579d21e095_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5fbe979b3d448e36fac9615ccd96f8583b0d587d46f6b1b3749e85938cb2e510_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8d45dfe709ac701d6eb800b081947d39a855f65c756f31ae47b75be9fec0c260_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ea4fa6caaa81f207f2372c6179c3698e225658387549ba567c232170cacf8570_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8fb972b411085b4551e10adbd419e3cb89754ee5300222cc4fce27cc349513f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:066d438bdfa1626aaa7a0ee5d2e3222724f2f0cf5bc9a189b67fd5358a0a48c0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:747c142608d6f43952d315d7858f57edbd2d9de2d255938dde311ea580a329af_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b2ee2d0e9906ef1581677bd239073c09f93e5b720501e9001926dfe7db34839e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:bf0b42c5e7e51129966a4744bb253b7c336bb88b1f1a562e481f7eeff5428136_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:3e9309d53caaafc9b145f6b7fbbb8879c9f018ef226afe101f6dc7ab02b67856_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:3a558e248efdf5d3111b7d61e8bd471682e7038bd34c4490f8ba69b91b44f36d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1b0981e2ee13869663087d6504e0c0af6f2c56d2ebf81d72b4b7c751bbf6e500_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8073e0be1f7f7523880b30946f1b6868274c070acb97d9da2f5c486db99ea18d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8980be22bddace1adb383fc356975fbf0af9ac8a20bdc95b3303a80fbe296f3d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f4293de50825a003a825306a45612531dafce45b72a91cf4dd455d596a0c60ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5bc26795163f03947b3f42a5c8cc52b7fd6eb713a0fa5a1558bfe834c21edc0c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:7f29c85842a34554f06db311ef67ec08d1d947d32b4363d1153d92c8d13c3214_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:92857eb171128909119700c431920f543cbfc89cd06aa98db816a2fcaab321da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e931e3fe478f8f905855b4516e1ed9b33a161536c447025cd14dd68778c40fa0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:338034a3ce7dff3efafd00fa35b858c23c2ab284f743df414c6cdae455f8801a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f12584b95171f442bb3661c908ee43de70d0400c6273eb4e93325a5f3f167b54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f37f6568957ab825b08c2ce8fc6b32ad18f5b7bee50b24b1804e70cdb144e5f4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f949249e3847338ce4ae9b94b0d191edd3f316d471f0a9047f97e41e41b7554c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:407286c96b6e9d0ee4e8abec2b06a5dad70fc69820a00deae47cbf3fcdc65a40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:52294a05713b24485ce6d7d1b867081da2f01dc008b9cd052bf8c4c37839f581_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6693dff44dcfb7e6fe67f5373bb73d84cf401d20640c959375f20a24d31aa697_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f65918214ce906cb5af9a59ece43a36870989c579ac1660a2a58f9536a79d9f9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2ec7076ed08f4ce7a61f95083155b5315acb6004ea4245c70be2763eb0ce9f4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5a539e39b3aaf61d63f391b6960cdc5746cbb4b0fc07b85a98969f5c9cbcca4e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:93505b057575ff9292e2e96903238708b940a23953a79cf8742c880f1fbc743a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:be43f0ee18b6d56d81a09871c4a30dc2245ba60cf17ff0f1aad10e117f40aac8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3923e99d803b6dd5bfd2fc957101bef6dd86ba8f6de9e59a849e4c7a02d57e0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8253bfec4409c9a02be72d7e8d87fe5f4f81c1bc58a294f02dd570debc4f1128_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:851fd20edf32778383c81e3c5b935ec5607a05f8fc569f64e31875b8bbe81d6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d06d41126ced4841fae74d0437b18e9f1699d285158fb8725a8768a6e9065b79_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4375e44dccb08eb4ecf461f4e8e7e97d617ab5b1c968beb481d5795e6bbf0229_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:75140fa657674afc46d698aea19115a9f60c7765ffff6a0c4ae5ac166c725597_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c1a31ef64ecdd90020d72f323a242b551a6a4a85a4dae309e19f5d8f12d77b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c3b1ed110f6b17263484b7fde65642eb349162b206c0b9a2f463bf5eb13273c3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1369aaf62d9d273eef766c42f7015d56152f6b8effc50dc06d75b1bab38a20a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:47402101d62f418c0f6b8e3c6e2367a8c84f5151a0204f326bf1fdbe983c603d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b519e10d4cb8fd9ad126a36fb864d2f29f7df218ffa1b3b5f222e0befafbe360_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d70f848ab6450690b8329ae367ff2e5a3a5b295c073028dff7cf810104c5be5f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8f8c882873232fd9a00adc69e199f1b4acacffcdbc282280ebb61dfb1e61b875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9fe79073bdf1745b388fe52bee661394f96ba5c0af585ed8ab4a61724e324777_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b2b91287350dfb474763ca5d332c4765af0c1ff2d7be722e23ea93970add2687_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:bb5f4abfd26a9446eb2f4cb1355bda840ed1006a6233373434378abaf0e617b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:07ff9687205eee39d9ca211c0bb0c6b1618848e9e74bfbbe793aca67de73fa88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0ba94d11051416a116cdf516dab74d530a584fe7c4bb1e8d3deb3bde2214e459_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0fe87955631062bc7ce78891b9eb056f899308f8cb8101b3a44f889c1f0c0654_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:786de5dd308c9fa6643aabecea0bc666a9ede6fd2a5ce1cb0d511eac2a19596a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:719989a197c3bb8b8af09e95af49125cd28014fa74c7969f3f3b939223a6743b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:743119e024a9aacd8bd4bf45ab9c14e684ddbe2307d8f965e972ace243f128b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:76c523fa10e222690941abc8c5564efee1ec4d309a7d023480b6000a545d655d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a13cc82f7b2053435d5268416686ae2ba89e37b6561e49c7ac395cf3359ca2b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:98aa0e651302bb73569a0578e6c11a1691eafb5b0aa28dadd714a7b44b498f8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:9fdce4b5198ae740daa858432221625391f7283bad587e1ebc1220e7b0b4fa28_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b072bc3bdd61164b8076f2799e705ed8e34281b2cdf24d9cf08deb8e697de2a3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:fef5253a6623c30368e9e7e271501adcd9432b96473cf8278a7b81140d287de0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4eecd436b35c9b25eca6975ca9e938c2256fcfeead67e1ff4159d7e36122122c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7e11ca9795aea60b3f0853ffef0fdbf922f4863edd96c50fa85110f36bccced2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c95f8bcd0835611bb90983e96e3b780ccb65bd2bdc7f7554432ea971eac8095b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e497c1834c97590a0c388b58dc823cdff79ab6befd5f2a9bf494b3acc3181eb6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3a7af87b46058334b97531a4b1b5cd5be47e2ade8d74497429529bf0a489b275_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:97313aa4f1c1c9aa51c77a153d0f0eb35cab9711b7f1465b82a636ea44e849ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:ba0927ffd76ad6689b808e734038678c91854ca3d0630613094824549f8a150d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cd8feb684b9c70a4ffd7077e19812273f333174a70f7c2b63d57d140d8002382_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0c8bfd6ea4d0729e0ffffac9811b5db2ecf5c40e68ef048ab104f161d2689b74_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4dc7e3242cdcd1d3c1ea5930da7d4e027383149373cb6af0551ed2572eaea0b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b78827903e5c338d67a4ea2ba10ee67e16482ff00968ba99c27af2b6d50ce202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c9315d23ab26f6f40e05a5fb1f9f2dbce075244a035b1f16003d1108a7ba36d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:270b5e756fca54f2dc05f04b6f7b43f7f188153811decbc0b49eb215b11c2372_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5331e8ebfc48f4d2322226b8986dd178f133a52edcfc0a192e89f1785c8d568f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6cfd8c3da57c17ae1c430f2881c66eb0b1c456bbce4a9ada2491b2c873dba985_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa346af0288b5886b5f095d1fa0ceb7715d4333db919ff9d61078f369642cc29_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3403720059bdecff83f784e2fde54d2bebe09223ac6cf99ce2b4c840b9cd4a98_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3f8cb2cffaf6320f14ae09f7e44c965681b395370a156253790764ec9d2a2aca_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a02dde1d0b4f4fbbc4e6f0afd24da1595672f3f290345a4f6e98e11d89854a17_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c4e8ac4fea3c281effed3996a378c2e952a3d3704e47863b2ae6b266d2280920_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:46a0b302273acaf2582d377271b910d9d31ff98744cd8f290583a7bd5579761e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:af0442c88d2b9b93a187010065424798d89aad1d695ba438c815d04d7fcbef04_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:bc7b78f67fa189ba63da9891a1b05694d676a3ed2fa318336fa0850d63815250_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ffe4e64ee1b721aeefd8f1ceee11d225dd69319385e3e70f0bb52f4f40660a45_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:29d5a91b39dc6e72677bdfab50f56860c53e67dab139b464dd571fef9780dc6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5e6d4e29635ea0b075e402931daf8c384d07ec8660223babfd0df9d572ea6912_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:82555977089a1586dc24154b46be6499607a9d15110e5b48d9a549ee73f3843c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f32c4a07d2b7a14c39db1e5e5752960e46bcda700b292336480c95f359adf0d7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:86b3e656caf1c93ba2bbea00514a17b9d06cb7a6fd5c6746d80ce35f45aa5907_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ba5c8896242125c24e3a7e5698770293a601e9e7f8508465d7b45920cc9ce240_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7de62e540922f1de5f492527d07a8e8f4265d24b577cf2f93415209ccad63912_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bd71e582ef755da7bfeede697b5c2ab29ab9fcea6bfeb14cc8ca168fce5c7bd1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a1e6a736546b54bb2797d85d51b8f2b213fe2f6be6b26bad5b549df9dabf2d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:efc7fb9608c2be8c3c65aff302f923241bf8d008bc71c2fbba0d82ffad2b4f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:aa63c460867d565b44b2a8e919ba9a0e7fd6717f71588cc5a7e2ad268fe13181_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fe1f1b5d6da2e5ac66c689da49a4c76916533f30ab456c9961a225a5e26cb6ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:36fdb2cdf796941fc6638036b3a31048ba0209174c7a62424fb410ae14b1f81c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:65a0b94e9f663f3d73a9696a622ad46c73a5fc793f9dc46ee07fee8ba3bbb443_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8afe2a0c6b1b200201f21b148caaa682bce77cb3b1027f61d4c873e5babb1b30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9f7c3543e4b1a095399d1219c50f1f5081440ae1605154324d57ba9201aa4fe9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2c0897a842cd7b16b64888568ca65c2a6e473c24b2ba9bc5067d6f1f237885d6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:432c94d7d5d46ad66348775fa0e1a6c2c142469e8a770db5528a1aa25664c389_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c86c7188163be31c7ab04017bc46ae88707437f804ddf2b5bd5a73ae34f64312_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3f836bb9effeca4dd6a230a4241282d33ed454ebabd84829c41e58db5f24f47_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4632ef8ca0af5a8115f3d9490c2ad9e2e44361f4d0671fa8a3a1006254b173ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a7d2d10f5326e2d71551289740eba86d6dd2f12526dc684b1494bdd4228fd8e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ba876751849dd525a26e70996e7e02092c473bdf386ec4663a54ecf61c4f0d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e842cdc56ee7728aa71a7f95eda9777ba229aaf959594e73d998fbb30b7f76b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:90331abb869c0c04ca7bb59681cbd957ff54eb0e0265e16368f9fd6ab6937acc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a02580814c02bec4c1c9b79c4b5a48a5a59caafa60a573f9f99a4a1ca07c6f71_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c197de59c38c060dc8aa099a027922853e4b9dc7e5589ac55c8841dbd44b1367_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ec7a4bcebcc80cbda32227224f64e67cdbc98d3fab95466b55c89755421ea4d2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:223df196f0cc747e52ffae9f3dd03fab2da3c72d5e3b189e3035d4264a08c6c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:29f3154c0b972730ae9a54bc496bcdf62e9ed348b73d98ca958a265717ccc2a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5e12029e90adf045a4377f4be2be75c879e57aca7aceffa2aef08aa262ae0f42_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e150a242bffd4437f92000417cad89969fd547b5da514f8586802b99a668bab2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:17752e2fbddeff8e6f43bd354d91f248b4e69d88e80b29b75508fb03b82d92bc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b1703420b5a67a12f055518b6a23c1d8259dc8a064a1447196f642dd23363806_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b93a134a81af485a0f07dcd6a71c816ed517178826539d0f53b6c45dce87096d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d266a3bfe528e76a8c6ef1700a2016080d084cf6fad2e70efe5ba52ff0dbbc51_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:8c90e9864b3ff53d398f2451254dd3707868b36c6032d8d139cc3ef2cbd9084e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ae6ebf086515376ed35bb432a7f567f7bbb44b8d1b86773fd86daa387c5fb933_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0a0cbb021e13ce9d693eacc4982ece2e8ba4697f5d5571b8d0671d71824fd07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5271f6452a89fe7907b16f486439f54f0dbcc3d075a70ef446ee4cc62211b1b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0abb949ce9461e5718c1988f57791c7537eb1b3d2184f4b4268fe087e39726d1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1267ac849f67c33155b54409011cd3f0eaa27d5f211703875cfd383d1170ef9e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5082f39df1f143f23f0e587dec5cdb3e3b033ab446a57e7e808c88e6211a1a67_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8fa27bdf891edfb80585e470f09c9d6fa369aa727a3698b936b4818a4b46448f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:017bed02593deb2e9cdfe0f268916e5d1c8cb7a4f1362c6eb3c94050896d7276_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:027baac40981f53c9ec53f5a4241a657929d6289e42a0e5deef617c182b7580e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4bd5b70373a257b1fce20135ff4a4b3e6962eee541c67a0e29ba9a2523d4d4a2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c0b3ed1332b228290882bbff6a1ad6866f5ab2a4586b261949832cdc3bee5797_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:047c270f56b685d5a4e67afe43d2f1ff47829a259be6ff93bfec4864233d4497_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:50a6482667d53de3d7aa2bff6df05ca21e4e9773996afa8b8038721e231deaae_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:653dbef43ed7f531ebf64c9314756be42738f1635a64097c53210ed0b6b0de88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c4d2741561038e0080204335efc6eee5b6ffd8878553b240dd433fea701e6bab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:3de609d984e39497dfe119bb8e0ac2d6d823dd894a5c866e5ec87de5b5711e60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e3a8b252aadb5b32f42009803b56dbeae49a3ddbe9d00aa27569af4747fa403_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ccf49e256cd9c3bb428badab464a17aee485ee1516896f1ade10da11085e843c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e77ce95a84b01b09c5d1e6dbdea8970543aa3a60f9292300beb078d1288bb801_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2ab5fcf7003f4ba3de7656a284b11d6ee05bb02cd0f3532671a8c368f7b15178_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:44241e57d9067223cdd1585db9d699db113931b7a273d207516f60c498570677_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6aaa55450d567e2fa992650c456cdaf5529c5d96fc9984f7e1a4aa9ed6294bf3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f2fa21e8a0e88b25e9037a9c2db4b157ca6fef8b765b36da7dda71bf5a4c4478_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:10bfb59c904103177754f0336f7b7bab676d240480a8213ec42a778bca3f277e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7aa4fdd78ceafdc887a91224614657e86c1e12b72fde68dea4ee5c6e9b610cb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:e4a365a0516b0c8ef2d1259ec4bdb7f76aa9dc0d3c3cfd5d5b3d34341d349772_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:a06af7a856d5f2416777c1bb1d271c189576e273450b25c6dc5937cd16b8bf8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:28b8390dae142ea16bb05f6bd95f19b6ab38dd67c341168337ca07fe4f45fe87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:be6a9bcb97824c91f393af5aac5a146d819ed9893f5a074e146afe18f3a50dc9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e6392d583f97f0932dc01be55534fbb6dd3014f84b745e8bf7583b96ad7a7761_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f30d93c0f244f5ba21807dca912d18d4facf47ceaf43da7efa41b14ee816b71b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0848bdb082bc8dae6bdaa956d2ae36fdeaaac89024822f4bcdffb51da1165fed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9f9603a2dd344770da433fe8dd50a104d69e80ad463f9cba71b3aabefc4fee61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ab417553778971822422c6eef94aeb437209fcf88e78188b701d4b2243ac5be7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b9bb7615df3eadf64501f35dcefa829934f330892801cbb86e9f70f5dde236ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6bb4c6c64852f2b7ee590a0a60db256d8dd549a4b141fe71d311bf30d0ed88ae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:837cd26d96a814814145cd0aa0cca672769283c499eec36c457ae432b99a7466_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:956ad866d891e1340f630b9cad6ec73d1fc60d4061d4c63946ed714900388a3b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:9c91591eddbc058f05d052e3178102b28ebd25c2c9cb796fffd5047f5d413d12_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-54423"
},
{
"category": "external",
"summary": "RHBZ#2493392",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2493392"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-54423",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54423"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-54423",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-54423"
},
{
"category": "external",
"summary": "https://launchpad.net/bugs/2150458",
"url": "https://launchpad.net/bugs/2150458"
}
],
"release_date": "2026-07-08T15:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T13:37:21+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:8fcb7da94ab599d7aa92adfcffdcda19cef1f3c2903bc9d38006b7522847c458\n\n (For s390x architecture)\n The image digest is sha256:7d2df00be06a79cd70639c116c4998f8540b3e379cef1e2cf0f3ddff5188c00c\n\n (For ppc64le architecture)\n The image digest is sha256:e41c3fa52e30b8c9d0c3a5ea531f082c08c7f8832123b76d597b198726a0f6f1\n\n (For aarch64 architecture)\n The image digest is sha256:2d6b342b1c77355a7c02d990ebf3e28d31aebe9c78a4bccd8ea07fbebc5a0c49\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-ironic-rhel9@sha256:3ed82adddc3da003bdb272e2a5df0317abe41512179cba925f65fb5d8f7c2eb3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c16e4af4e9a79ac2f1fa632b20e98befa9aa2953ef241af186edd226e39150e3_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:60446"
},
{
"category": "workaround",
"details": "Operators can apply the upstream-provided patches which add a blocklist forbidding use of the IPMI send_raw functionality in cleaning and servicing provisioning methods. In environments where the default access model is used (lessee capability not enabled), this vulnerability is not exploitable by non-admin users. Operators who have explicitly delegated lessee or owner capabilities to project-level roles can revoke those delegations to prevent exploitation.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:0c95fbbcfd5c54e6b2934a8efb4f8523d1536ec1deef78249f4daebaa9d327d6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1b84b2a1cecab16e75947d29572008547922714207272a5dad8169d1ca5beab5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:466597e63e82ac365414c803f5ecb8f06a72374885eedc5daf9532aad16ac148_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:de9cac5c7ebcf3d43cad87758dd2eb0f4d6480f59bfb4112c224a4497aad9ba7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4ae516b98be8fbdb9b783345fe680c1d6ef57b5dc06b2ec3bbd20bfdb7c9b2c4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8f242ba3e0b9c57ecbd85f0d4c1bd67306357c92b53968a42419736c3dbe04d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b717614ee549be99c17ceef3d755c66abc983e821e04808df347962858e0da81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bd0f90ccaaaa74683b9bb17db0651dfbdfdf8f49adf0ecbaf8e83756d270b590_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:040115466e4f525e9f2386d6f8838c51f8e1638eb06cd64f071d4ae027a8fb9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:1a677b9d28655390d007acaa656997b12a32e9093c1c228778ef96cc6f4ca875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:39c68aae39089d044ce992b949d4e9961105711501daf3d4f0ba7e9981920729_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e814640d65f77818c180a706940337f8ddec8ebe4cf22c51a58a8b69e0f4099_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2831d7dc9f3cad92219addd21b93959900ee2f71e2d988fffe913a6f88dc7e1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:50f602354dcb223759d781cb057b4081a424d6a509178b10674358cc8dba41e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6925001d8a798896438ef1388f54bc29825c37d41f2f09a59e3f8bf60b2ec6af_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e01a83cb76fca294a011e022ed86f1da8cde36928096422a440bce8e42fbc8b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:757ad9e0c37b861340a7b2269b068d5b0c6355322eb5f5898a856fd9c4495b16_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7f68ff8059ae68d15041b8f38ad5ee5278289e1370d276cf7e78fc7e9fc3bb10_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:816787cc8c95a4a2df1416f09af6228559333e1bb1421ede0c9e2093444260e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f9bb9a184319c9fef278d3c6705f56cfc592c844f5c458bd20bcdc07c4230982_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:198f39ed50bbd835f4789057f9d7fd8de0962f1641a7f453dd90d68b5b2a4e7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:633ce875ee7bb08d9bf00cf79738e3e63cd6bf4de2d40fa6860142a301c0968c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e169d65b86f23d6424af5e7cf9e1d0ced58382128092821676196c0a05f91da6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ec2586358c34d0130b00a3714b50c8b7bc33ce915aef6aa79eb214d38202f37e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:13e81e4c25d8c789ca15eb4e84f3fc531a50b4dc0d95fa3573e002e3b54cad61_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:17637f8455e0e17bb3dca34545a26e881cff3e1444af45b9f45c3e282a252bb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d2dde1514fcf3308d1469a0af6727835121c4d6a1a1775a675a7ffabba8e3bed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d6376055835ac40728181d6f354398a0e60ca131d2fd8f41471ed87e974ea4cb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6f86d997faaf61c874def5a78cded319a188c1babbc4dfefb91a29f7e0d7f0fb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:73bceed99ad1b0bc99e66ab8361037e4046c5212645490161572fe6f34de98b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:babd6b0e928bb674289f34787d3aa536bdc4c24a877a5ac9311f21f0cc9e6224_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d00a12f6c4e75a2c93bdd135eeb742f42868b0186d9d03f318c885407a17e439_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:0932891a63e5ec5a076c7848d5746e29d972f3a96058914bee8fffa4921fed38_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:472e977d39473b92992f53c0225de477318b31be8656c37bc35193789ab7a456_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:71021ecd15d688aefa6db79f817c11a751b51f6ea9f2e48781bdc49c6de98088_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:9563eb7617a4d3a9c22fefaf03a4ede698fea2621a68ad231cd9e65930043a56_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:1fbf3bf4990353e799dc271bb4a0c58b385feb2ee60207636a3f76544b4f5ae4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:7815e9dc63477803e7e8bb8a01ea83043b5503ba529f64db3c76ad1c4cf2f0b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ab22d93f277f9bb65fcb5fd9c448b72f82384b9be43b8ab525d2836832044eb2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dee02e09373732db94bc442ddcb2eb4d13095a04e35c674387d3df8ba23d67d5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1a046b24339587101462756592c87ae4a8f699fc2977a703e6d031e2022a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1db6c409fede3e9ec09788fdf286fdb0634de6b6e727ec010332f7cf2e462_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:bd6be5cf4063439e92a1264ce3af0ea6528b9c27dd4b26f043a80aa8616575fc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c955c4b9dce1b25c73453079a21d84c5a2e5d0b53cf6e351f9b1855f08db3fb9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:221943f7b65573c2942d88354261f93a01950be1d1a86fa853544cc4c283c027_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2488ca8b2a8f658f3deaf9a70b12f7aca159490b5e0861d746ca8ee5d2010041_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a3435c546844b61f456789fd315495d6bcdc2560756e9fdfc4b896cdf70d75c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:be2e4dd58b8ed72278bb2c014317e69185e2b19dce37beea7fec3798abcb35f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4da2632fea643a834aac3fd63bc51fc6b0d768b869ac450e6779c9f36429a9fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:56ab8a9553f0c0202a47d858e234f2672098514dd647502405cac1f28d14196a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:abe530f4e865add435da2afd379a3a11a4d75c257c2468a09bc78f10256e0be9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:fe1397131aa0d447366fd627b12582ed647551ad3af13375f8c281ab73745f0a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0857a5a2cfb5c277bc2d2545fb19693f23285ccf6b75144da8fcd7225e1df1c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:43b36fb1f7ad271530f5ee9040cac4651a684e0e08de2ed90a2939b736b565ed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:7f86439496ba6573ee1d61b5f4d414dfbbf65a95526cdff54e45229f01785517_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8094138e4ed2267cc278a83a1586922c957142c9e5fcaec62db531c83b79566d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:309b1dd27ce0c7dc332c7141e576642db4aee6076ce50ccc2930e824f02ead2f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:35322e4580b0fec862223f76e0bd3c95ad0af31f3d4cdfd6423d3ec47d6e25c8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:699bc772c8a648f8be7d6a5c32d786d8f6484e584d918d68ef8a32cb1499663f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:779afd8e0fa21d022d7e75e7ba8da00cc7604db1adfbbea879bfb1d0f8c9c831_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:49e98d0193f7d7b4347043f0655d350a7a0c0d8c8b850d95abb57acd13dd8ac8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63e308cebeea85127f584610f59cdc9b228f01b9acb227f2f6eba7fcdc29b1fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:71f9b47dbd3985738259a6bc9a5bbdb240fd21284a194b47bb78538f8e870cac_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:9181583c88b3be23253c76e277f140c0a1532c1bff7d62cd0da1e14beba1aab4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:0f96581804dbadea29d9ef9a2a952753f5fdf295670ea0297622214e2a9b7d0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ae4714025025642ff5d9e250a4715b01d933487fa8bf4eaf82629ebd6d4c8702_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:cdb096f05b664fb542bb6eac3cce52c53da2e4bb636189bb53f737d3075615da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eb9908581f71dbe01d8553e494ef022417196408e9fdbd32f08fe1f5b9c9572c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:08725f7a384b4e72a173141cb35fb67293385ed72d973fc4d497f3c0f0dc626b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a322e3fc620e914088fb5669f1459a47140abdf027bd011d6ff4e5b3e6b909b9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b950e80fe164f86ddf624c80210308a634929ab8eb493496ef86bff1c5248fce_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bfc663a0ca81dedf849e89b91feb3fe0af97932fe8a8fc711d7ab85b6cbdcc84_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:13257447171d38e6e99c66faa476de6ff6ab934c285a0d1bf71fe94dbe583462_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:23fa493f397748092cd71c41b9d83d19fad6a5433b692bc644e30af790cf60da_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:28b1c9ee4102140998781ebef22f269316d8c2be2254c10b4d7151dffb0d37be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:be2175c2c6c9d882e44cf10aa85f1219573952473e893f67cc7085bf0a324407_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:61417bc1ddac0bc97c786b5807c2fa33eebc75f7cb186aaf9eef2151dbaf75a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:73956194247e000432a8c5f7b78255062c5ca967745ba2d97e680a06f698f518_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fbfa9ada74c4875985fc4bb8366d21eb5275a52953d44bc6bc740d48edeab5b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a545c9c2fbb36296286f684e02f9a5bc337b3c3fb9c83c608c988c88455f9bf4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:34a8a8a4a62b36b5e0eb061db3d56905c8dddfeb2e7a7135642f947ce6bd01ad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:41c2ea14036c2f8639cf0dd634e327841954eff4529743fcd10e8475546165d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a884f443877c7a3c0b32dc60a79e1bcbe89036549da7a8aa4608ee2ac6460765_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b28e8574a1d3b374ac4a61ea4f3c16eb70d9ba7385bf830c8698f4490f8fd3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:8e245c278c66405066cb31e9d48e97ad9cdb826511bdb1104807d26f896043a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:380e3045135a40d202f330002512a5c499d8d2079cc38e5c0bbd5a2312820dd3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5d06442daad2c126259fa5d594b53329e386f560b77a475ccb0cc37148644a5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5dc0ca56deaa237fb0bcddac8481b45d3ac81609b36c3b7bbb6cff8456899208_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:aa669084fb336f5d89d86cb58aca73b88d6bc4b6505eac2020664e0b6abfff6c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8cb392862e1835b610757e822332074ac459c593e9bd60fb6b6f6d0aebe577fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:987afa1aa902bb85d7c2d96f1637bcd19bf21eb832444c98d30171bbeb746751_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ad2f0cda09211f3e0aff615306168baf808e6fefbf1f039c3ae1a1fa7050a61e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:bcac50d10432ecdb8bfe2b465ba75889248ee8595f23c5243d023ac2a336f3b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3cf2d6f464e6a2fe5b4a8cf66690b3237aefef0c825a687a548f81336507cfb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9bd17213796576ce4d315986dc0b271011c37cd6e9ed75edff5ba80c3302fc26_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3205092b914bc1fe858b2ede7642227e04f35d06daec4848fdbbc0406fab4a03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a20ecaad93b15b869fb321c7503adcddfe1f0f5eb3f0f6427bd363234010853c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:57259db0550547f85684c19078b9af82b6318dca0c00ef8da27de8c8dc90e305_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:a95676fb6c1cc1b20cbb758a7c9fd34e82b3e114b81b5c17f47ef303feca3d51_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:49026487ee6722c3d438c05c1c181a36d14eca2f0d8debee48e4a02db0486145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ee65002c4934842ad86197a89e838997bb87a93ddc9de3423eb2af282a565c41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1bb56a1a194ba6f64edcdeae267fecec590c14c85431ba62ee8c6b5744da3a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bf72f3bbed57cebe1deb7690cd7fcb6d371e526630cb386d13180726736219c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:81afdbb2d9fe212af38a11b4d00ac952a306e13f91b23b2a081c0393173c5e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bf8d63c933996abf39eab9406b3061bee014d766a58f4e27a56413652d319a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:4a5021268b1ab163318270fc9ef07afa8a29f288c95ea69700c4bf46f88e85cd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ea443d9738e4428b6912b47f9c1d8d05b75cf8b137f0f9a76f852418b33b989e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:00148cec706fce87b240d38dcc91434f3c167052d5860d42ca9057e24c3f35eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:7996dc231961eb51daaceda9598b04e4bbe7d0e4019dccf5adec8a14d6f7e1a2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5c70298b919a36de41bf25d870bfa3da4013d36c6179db3eb6dd2e67dd20bff1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:a64777ab69af6f2b6cf4b78e5a00148e98353748946991c0a6da7eba76b442dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d4b6a07334845b2938c6d09556cea5e0477d13d4be6247bc9e3fede2e46aa3ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d5e665b41152b8363b4b15973a7b86365bb2c047366aa69bef7e1c499cf4fd3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:1a29c30f85b9bc858f0c70ca5ed79934494d92849f23baa6c7f26f67ea49c57e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:70f95a8b240afc604ee9af621fc3b63adaf80f593f3131e7ed51077ed2c77a1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4d217b45b97c9e01ba3d54d03270be07e9659b0d4313fc85999aa49fca560108_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:634f48a37ef03dee1cc0c0626c32aaebb8f9975b4640ac540f02910bdb3b165d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:00f06d1c70494444172d5630c33e1c93c333a880520bad3a810f96dc69cced15_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:01ac79392fa7a265608b75458534bafb6e5d350f2e8536bb9de48566c685841e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:12047af5271e61b4032c04c98df9ad54363d6beb13b36f49085307705677e345_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:37e5fa3bfc88e99fc78f2ced6cb4a99f5099942e40158dfa6940784c3d2ef95c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:54d10266c83c4d5fe91b013dac51538493ae4a4322c925e561c45316c73b1e2d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f799d506fc4087aac0eb4b2c2d6c8e511b598c6b3cdb1ba5ee470b787759fd8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:061d1b86afedd409ad4947a8ae59064f0fa92360cc82f640cf124776753ea3bc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9c7fef9c0e22e1721125d5b1312e509fada544e1d3d956338c3638aecea53dad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d3d951b736b910437255f3455b76357bfe0111c257f5a2d8dfe0f9abacf30fe0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f7feb8627754651663208ebb363a3e42e1767e16a65914148ce0507a77bfe795_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:23b0327190559517a3526d2500534542e9a397210cc6f663ac2b313aee902e92_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2911daa552328c8b01b19f91ad43ac54da18d343834c48ef35f12adff8077785_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:43960246dc7eb7bcef847c0d706bc6b0f0a407053a2cca7dfe27fce23c6d2af4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d05434d4552d2ffdd45d2fd44b1b2e2e8976a15f0f4ae59ce7dea73ca97dbcf8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1f7e808f97ad41f4c301736bdf2e06da73f2d0e3ef4ca838f0afd65273db7c8a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5553003527f078011d0c440f86c1480ff4e62b318e98ca2a4af97b42e5e186d5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:582a4e6fadda74e5c6c49b605b7967e9d6f25c84ab3de162c30931b1dcaee31b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6d54aaf9249113e5be1b6a87bf439ae778918533077a41ee9442396cda4d2642_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0b4378067622a7584c3be2e5e5d8748a564ae7672cc882bec0c1d6f4f4c28686_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2ba6c6b021db9b58614b1ceb9b736978b0e3396b04dda4518406b041448dd5cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7f7e406ef7b654a66bbcbbfa5326ceb1ddca4a0236cb60761a0ea48b919e8571_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fc403f7babe4eb16c770c80def94f34696b3a8ac55360b17c88edb11b9ae5a8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:473d595a495e4656de14b1b22456ef1ce2218fe39d02bf738990c0be4cdf5440_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6b3fc95809e8ab1be94de33cb375207b4302f93dbfd51f2a67228025c1e304fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7d0a9db460cb1d4c918f87a02979048f170f5e692e83cd517bb9b3271aa06dd2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7f1e2dcfd02a6a5fc56c6665979a8981f11144a5bcc6419feae3964b190583c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:775213a7b6d92d23694dbd1538727c84ad58c6b8a8b46587ff7bdeb7312acc05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a649eef7fa6148524b1f3aaf18ed6543f65ef91ad21358cb0af865401061622d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c593dda5f85469eb4ded8cb6c4738069d48a144823a070b83b58ba7772ba0e90_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ffdcf3c2b138b62cfc84d9916799812ad73fcba9c3416d7442f3686417c85932_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2e1e514d9f3cdf5f04ca924fa98d036988ab47259be5df67497931321634f730_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:32e93e986bbf92dd3a3e09f9c76bed29334b5cf794e18b843f81522ccf43697b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7bfa1c21aeb7971fa978d49455f4b5dcccd4ccc3de147ef47c32e9b74bcaf2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:dbb5abf21bed592282f09e30ba1387b084eb028bd931df5609c07fb8c09a0d75_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0606de7cca514d2b4ad9593d7f37950512741cd8f1597b1f83951aa7c8839268_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:116474d2dd37c159032b15ff856dffecad2ef0ab76298bc43f840bd0245ec78b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2e887b0da3269f28933bc5af839ea2df95b7aeca3993cb31b0a1c92e7043cce4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6029166a01da021523fc720ad70fc59f449684e577f9f5a36e0e759a39d0a28e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:849b8be9f7fc785a70451c1c0704501e2b449650acd23d450d145da1a760c166_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9c5d6a2d314e840600ca6bd1354c7dc6040fbdc216166418485d6edfedb27ce0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ba10e440e514662920d68ac025d5f3841786a393703fc2dc0ee21ff1d2490015_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bac1799b133fd829b35ac619a25a272301816494e83be5a251f78a50e7fb2f88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0469874ac135c41bb590ddbac02428775083221257b6904fa376335610c4acb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5823c8fa1f1409d6863dacda718e35b7afd2915befa21343dfcc68b6fef7a9ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b38d3723f2547dc5676460e3738420e243c6fdf7be77e54d18657efb9668c438_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e5a5e4c1a01ff3f5d694ca26dd248533fd463c85374c25ce1a9f4b7a60deafc1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:19f94467c811e10882e30eeef39b1266b83ee417974aaf62f75738d51811cbc4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:47487ff8d0cd813ab3354061caf319dec553b1cba9d5c1045de710b8a6d0c51d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b3a0104cb85f1a6965eee44fef58983637839a1f97ddccd737704ab41cda3a25_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e8c72b610288bdc44492ea0a5c2fd66cfb1673fc06f6bc66831fa84c96f86543_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1a9333d29d3561fe95488f3d80136d6b24b4a2e04472d37d34737fd1032a8856_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:705d146d458883660aa0b673a651d05d1d1ad73bafad91e84755118b82092ae7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b9265d767c8a6786f12dd4788377f1a316864863a32de4a4ec07ffc8b874aa00_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e3a7bfabcb96924059fb7906be97a0ebb1df35c6cad39a7968a6461df0cecb31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5c015e1a10e5f14e82e30ba41b1ae6a82cf5cb0bc631f5137d7637c44a3f5b8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:623bc4c74b05b46babba7da628809bac05b48d8c4055648e88f0db57c1bb0e07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9502a32446a8828e8a1887edcf49034e874ea0e32ab5fdb738ab89e77cb5a472_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ec7b6b83c8e934b66505e8051e183fbaac54e78abae5ae99077d4e5e163b4529_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1f15641123321a662f676a46a24f6c8066bba6e3730a3c0d0eca3ff8e548de23_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:85070876ada5cb86e8c585f3ac3114d548b189074723a13ec5d6fc6be25c9964_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a34e14a715bad1d324f9211d95c56ed387ae51b24b21ccf931c12f3f7b3dcbaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e12ce561e4cad13a5d08e8164060bb74a309f66047279a26dd727d34ed3dc16a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:67789c239f82fe3649ab8c0e13f920a788a3612d15a78fe5986a852bb2d11a0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:80d704ed310acc3015748815351da4b54fef2d8b74d7d4b03aabcf9fd7e60b38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bfbcd3f502bf336124261fbe51f19e7a4cb9e9132e07da62354699b30cf6ed24_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c1e371a0057014662b91736570bf25fb1211ead7402154a1149dfee9e55b994e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:175fd0386d9a4e064fa760f23ecfb45ac6ae3500e5a50acac0660d06e5b7ecb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3e9811dcf3c528ae6f5ff86659dee1a590c2b53f7af1a03204d06fc3dc628fcd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:68af6c6e7f51523ac223f4e25955cf3777f4ae5b601dcca7c6ec7e2dc0de0782_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:8f1b3ddbde3e33dbe01816bce0cce7d7bd196cc04affbe606fecfbd8ad7b8b17_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49699de68bf38c34edb696ebe4f9dc608756382a977f497f6713dbc7b6e1209e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49c32ab1927e0969508b906c14aafcbc64e6eff7680b9a10812eca4f17787921_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:86135a8f7d4aed36e7b2a571b431b29eeaac2bda02762eafda3e22a62a7a2d6d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f2dac4ffbee9d028b26e683b63a9f033ef8609907f6c498d42c447a306e75328_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2884bba195d4d635378b0d15efa54991a23f51bcf4efb1095b478f5cd9c34f46_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:d84853556ede64db5615eb4d826879c744f7ccbd92c51ecf392a686af854ec11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e05dd48fc4c26b5dd822ee58a2af27bccfd0ed28cc959a6fc05073cec6f7c9b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e202635a4a52be92b47960bd8ced28634111416b220cca5fa7f86373ecd1210a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ae36d953c8c7f73dd78d620f94a0335ff5fb84b16ce9d2dbadbdf3dc5d66f6d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:308c924c44c35b39c66b429a15a0343a47f7dfad62dceb76ea7acfc85e6bd973_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e132f6b0a6b4e2dc63561c1ebaa0bd9fc669a835b0c22b0d56599e3da870231_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5216d36dc483b1368a03e00dd9dadc7c75de2bc36ed98cd7ea2b089cbe23965e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4bc11f6ad7c3e9c99e708f7ef5a01b4faedc8eb5d2de5b0cbed502395958555f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4c04a50ca49fdc521da592b9c326e233763918fbfd6bc97e001e0e680ce24cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8ba4aabc0e1e36c3ffe66b55c67ab8c305f64aa6011f80060c5d95ce91180c5f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d259704d34b605abd3568bd4c988bf9e831d80554ec2d7a57e7c39a70daf0140_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:14c55985b9277766e54156139f0949d1e3e5f756ade34512a3d5ea3dfed2c544_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3231ec9c296798f11aec6a285b0a8f7c5cf220534d0525afa59c17ab2464abb0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d8767e4d0b2c8222748319f05483bcefe50388abc182a01f3ca9dae3c80dce44_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ebed5c3d8e112fc5086208b4b4c0aba054a0058f3fd08b71b129dc124fa00f99_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:26dccabde8cc0d1ad45160677fe240b3fc098acae82f6d095fad08b78330453b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a168025d531f20656997ae845a4930919d6805b7f9374c40f7835a93aaa46b27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e696a8bc54ef8a13800b2168a395d2cbb08678403beee2dc52c56d04cb235759_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ebc22890c7759ec9992b64dcb0e388881caeeae333a9a84a50dfeffe27e38b49_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:09319f1dcbe090d9677a43249810dfe5b3eb165aa3f8b473417e0913649b1556_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:46a37e99da18852f5512235589ee86dde0db6c09d76a49275a8004422b9ec303_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:535d1b713587008fe67eec103cceb54471f5263516f5420589cffe1dea02be93_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bc614ab102efc7dfaa47fef84c4783da26548491e4c43257bb606a06e8d155f0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:08cac9e30829765f182624de9e45e59b40884b8c39cde60528dd27afa57afe72_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:13724dc9eb7247844e450b59b8cf3af5e5f486e9558942836ab60f74b9943291_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3e1a80763f76f622b5ffcdb35bf2dc20ce1e9c06c4f5f6bf0ae06b04134733b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d077c79741fd0c481fa6e1aa2c479b8c5b380b1d1f163259777c8c50be257709_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5e82ef0b9ab6d4e3b7431a7611bc563f356385dd8927855e6090008685f1549a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:62ba53e306331c1b20cad27ec31cf59687218f4bd5908ed7e9034559ded04b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7664e74786778a96606757f1de215a4a9702d0c9f7cecba7bf8028884a7609ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7a967f88faccfc101b9388f8434d406acdfc85d7d682f9ec742d59eb31074fc6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0e05cd1eaa2b9c558d22892495f090b6b51a316dc56d85ae825b6fc44611b6db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:445fdec85c2510c8a45b2a830ead87136bbb80bb9244987b4d6ffa5858931926_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ccae4f8f443ba6806ea33105d7dc06002d58914626cb9ae57476b29193761b53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fc0becd36b6fad4911a5b8c9a4693320918f7f7e6336c2b11a76adcb6d1eec36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:652f8fc874b95a56393f14c2b56a63faa64c04f6646c1786d07eaa272a9acb9e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:94b9c011744629b1ff6f230e25f876f218ed59d55a941377797f77cdb7c03e1d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a178a796ca9d32ac59faa5eb9a6aea30f1aec65d88f89080f57ed519a7983f05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dc8a79297c73782f5005075332bcac58b051a07d2b35626323f9b69ee5f4d64e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:03d66c724cb647d4a613bb48c9df6e9ffaabb68c8af5a4ccae45365e32456470_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4b9510fdfb45d2561927843dbd7ed869e2f67d9636e59dfd0c3ee640d9fc601c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b3570e078bed53aa3e435443bffbd12a7b259f8dee9d18c0d79b55514a547b53_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fc8e892ccbd8d3c1e737fbaf8f02b5fa6bbbe242780c9cd00fbc5e6889d7baee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:266bd8400632ac70fc6584e4bb2850ebcee7027ff7899acbeca612c6556302a4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2c8f351447fffc2133f339c6ab3a0bcd9bdfafad4a4cb5b7dd2abc32c6056a92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b8d2783a76f514f9a4e8096434ac205e1d82d09da2d67fb930a1b5e4d8089e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:74fa72db679ef47f9a3e3459a90dfaeafcb6db73dfe15b8933767e2f9d19c448_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2b5964f6cb078aba05ada42f0c8280dfa39f9f80526932cc5d41410922e4e8ae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:480b27e9866ca8dfba83e1accd427d4f6813f4fb7f612854e32bdffc10d7d5b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:91c7fa7b70f2cc82b26ac16f91ea084e15a4f5dc64f254ed878c25dd1170c0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:edc297cdb2f670aebc1d3561d801840ad029e8777ce45724066e6891aabd60fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:443e0dd81ae60896d31f07ab49611c5e0629746824df094ce28cdd3cb0ae1d58_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9b16561ca87196e3dd9330184f7abf25e97272e3c47d2e8d594e3095e74f815b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9ff62f63d487e25a750bad29314955effd17152bfc534ff698963760a2615b0a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ab506c549b676ad9d8dd179e2ba871a12f2096ca2601ea2a1f2605ccb849dc6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:08758e6b81d6679b095a8e7fa323870eab35fefc05e525c6ef810b6cc0b3c0fd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:af87d24f6540e5c98def879ec4ea8adeb5b138e41abc126b2c3030c5847fd0b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c5e9e59a08d8940e99da6bc568269eaf71ea8db62dbff86a7f6fb5dae861e323_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f5122187c85ef27f5423ada009d800afa4800e32ad1ea3299586fe64cae8e38d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3c5078d135089e1548b4dec49b7e78658279e42a72792a988447662534b6516e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:56158ce0af0c0eb9709b2d1a172201bc795ed6e5075517b6919ed1302399d6f3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6720c8097a398327f18a5c84c28f6b58aeee017199c2649649a1f159b8365838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:89295652b447f42c6a0d6e1299f63b04016f10ec8faf6372357294a14472e426_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2baa85e44cc4ac6cb825103508c5bd74e348609eaf53ed42c6d0e045dfa62772_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:61283f1fff1f8ec53563012a5b1fb5a48831f0a220d3676b512f5a60b331e849_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ba258012c0832c57b29785be805be44f0b5f8eccaf76d82d7493946806eafe5f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cf3bee6414a87e7f907d30047ded274c488239af5b1f43ed717ac2cede29df86_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:40854e0833b6cdfedcf275cf716e58f3cbc5c44be313fb83ca3e909bd80d0b08_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4d6a10dcda92c599f52977c71208222d166168b29da4eb4727c466e7eb53cdd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7be4c5ff86b0e939ee9f22156812fb98d2f96c1eb4567ca8a6a01ea3aa735dcb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:83bdc9fa5d3893a973794dd7162bf9564ecf68ce44814349a621cbc284b9e61c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:993ba8c1dd84e486fc4084a7786934c356a9b12ae86155134fd1a1dc1e5e3f2f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a64dfd96d3aacabc8f219d19e6d7eb0c1ac5b68b49eb93fcc973d76e67ef1d34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:ce306e2cdafabbaa29467e0cdbf316673d17180efb604e683a7fd1ed7181c6f9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e6748814d950e6f5e370dec9cb7d557fbb0d29ad3620b567840770be826a601e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:04d418560f90c35b42be67886632615d62dc89cd37fcccb6e247212b535fbb7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:40eaefc42c0f0b5adeb47bcd463c2e2a45e7f3af1c0fa4cb3fde9c5479660c4f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:545bc2a7b32276bec515f338aea3a2976c01cc787a559986646aa6fa26ad5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5a2653ccd5dc3f59a228ee8b936460575e1a392d12287661b1dc83a9f8210033_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:12e5e4ea4d19c4dcccb35dba161fdba8a703ba6331b11054e4664818737746a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:180e817b55ebfd081fd0305f63b3e0539fe8d13d1ceb8428ea21e213779fd056_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:92e8693b9f6955f9862c8b576f5e32bffc3bc34232511fae0cbe57d705bfc53b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e5b5d4750a3ffe24b1196255d4cfe15b21efd587a41736307ca8e4e61a4936fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2ca8a85fb07b431d97ca6a3e3c18f1cfaa20883c7076d6b5b4e6942b632f9aaa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:559af5a310f0923dcb4ef9389c51c98604cf44642a13e8ccb46225b4ca268580_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ae056c9c8e0cdc6519ac1a9542781cd54ac2ac8881f513e965b57ce7d1e5ef2b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:deb92b50d5948bae13db37a7046d9b212dbfd3ddb1063ff8a5e5467f0cab203c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0c4f3cf84115f8c9b9bed6b2dd5d52316eb3a9e670fe6b9e28c2dbc350392e87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1142ce3f8a3c1c2a1c7dba79ac2c3b276a45fc6271ad9df9e6a5d8684c36da2a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d9f2c021c17f1416e01ba31a8823b7a87724fd96d7ec99d494981842b5d452b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f3aabf75e838b4a941f64a7a322768729059346d7578ecf5fe7ce27a71876fca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6389373ccb2fbe1b6385ea21dac1c0ca918bf9d3889ad7a738de6be5d7ec4272_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6449fee9a31acc582bb85e0031312e3ff07d1f1843a1c6c410eb79cbbec1ceb4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:751f007afae9f16527e9039aa95c2ee6efd2ee20afe3c083ba7298493d2406f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:afc11a340e28d4100c31646b705e8db302f6b0a96ad3620e07391f02a70438f1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0673d2034e7e5fb412a171939379da14e9269dad7bb53e83be7ecf8233b0b5a1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:18f0345811215feda18d2b63f679ee870e76b33e9f61042d93edcf36fe97df95_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a2d247eb696c80e02bc8c1873e8ee0fb71a1e5ad6cf5cd84bdf504f4fe17cb10_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c342b14ff399c961ce05c1af127244b950b8e9d641ce8752f9d0f880ad7a672b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3d9fbc97d13987f28ca76b3e238b540492eddef0f302c2dd958c1b0d05e10941_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:47682d4e934d597aaa1e809011a69afe93936fc629ad3dd1ed76dc7b073f7ee2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4e8d3460e04e85a3e01a578d492499376787c85f2840c97821f11213862239df_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d7b99cad55a1e1d380d30d0d4a61bc5f0cbf3a87223efada3e69bd9b0741d3b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4849bfa8a48c7e7d264fc6ea9097fa9d33da25f75776619976e3204b42026cc8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d7c3f5ce57c0aa25e13ba9484facd75c5a1dc3caaf9be4d0f273243e7ace327_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:78aef6c20ab3bf78eeb8b8a857ca2a24067d45cea0a070c44d3fcedc00d4efbe_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7f33515dbca04230d98550ab638efa87389629fc7d913c8ec42e4b5bf8a772f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0251068577a1724dc777683dd189468ed77413b396614a117dac6b4320b8f01d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8812fd85c74fd67a95afe09c2ce5e7d592eec1e25fdc6fa331a8bd41bdde0cc6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:89e0a7e0fe060abb45a6f8e6ed1906053c09f95c252ca7813175903db61fbc99_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c3674a8f28935f3140fad744b5a178a8346a9a7f79f6c281561d2877b38c4ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:13bc0d4f7d4508fafca5a3bc61b6449a056e277da131e753c06cbc1bb7781b27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:993a2a0b3f84e071560f6fc1a3ac243fa745ae9a7ab15febbe1385437dbd3ad8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:80fc518199cd3a1ad421b142661f0a85679b12b69d0afe580fe60eb6a13ddad4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f069665c66c19d9775b70a31aa7a1069bc653691f6abf106a88b2ceb8c0e1ec6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:13ef0c0585b01c56b865e029d029a553b458fd2d3d0204eb6dfba1bcaa11ac3c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:599d33b55e88212202b15f4344f7a18dee4f4504b3739d6ec99414d05bcde2b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a751f1f0540505bea087d3ea9e6ba798e89d5deb772cf8e401caeb3816a563_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4c26bc366b267d444f448a4d7bd5a0d26f84bea653c14b261a829669d888cf88_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8b67087a584a2d952a6e80572686412cc8ea01f03ec8d70b56cb8a24a0c5a3c0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ac1123e890f0aee159c9105e26e1f1ed3ba5eb3ea66b422b281c3e9465401c5c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0dac7821ce2a3a5a180f53f381d9e61484cd8c5efab3c9a7dcc70b5783421b64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6b30b39205367ec985c4a9d948e71d378b9483689c3ea179cd0f2476b9bfaa1c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:de903677bccf645889ff7968ebbc052b14273329c0765f7faa53b0ca815d6899_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f8392be7a6f5223930d53ed6d127faf727489b8f5ebbbda6b6b437c529e3c812_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:02ac68c83db9dc50cf6280a418eed9261dd2182bbf51d16fd143519e49960b17_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3746261c5d4744b13d4704c822fd62ce1f486010176fdb3bf95512c72eece73f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:85e34da00bd6d290c04d8eac32f39db59b5f50fceee9b248b2cbe27bcf0e7e5a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c343b119edf863e179df865ccde0b665b87087d78b20919aa5726d8fd240b344_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2026fc52aab5a6d7766511080699112f32ae4576108ff95b0eefc5d807a14f25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:21b5298172f4de1e0074c4abf5e4abf27e8adc02bbf7ee49bd3388f7127d4901_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:42f8af9bf66ea72846b7f7e57652725c31b01fc4a8d39ff7e7882075438c521f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9c5711087546b1ba7cefab267b8aa30b54ecde5926f009518cf0db974ff84c3d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:373c4b7507a978e3dd62e9ea629d1e397b1f1db682e11ada1bfe5a0b45afc782_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3be306649df2fa3cc9f30e60ed5d947fb0678b0231b617eafd3b1593d10feec5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5b01a896101a5189740f84cb1a83edefdb0dc00288dde725ddd0e95480f8e1c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:961dd87e559779e6338a4d3d35c96c0ce6ff7cb9634ce32d4bf848032f4a2fb7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8799db20cca7be653bae6b8ac5adc1d628094eababe740beb5dbc27e05346872_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a36c2b308515a293cbcf265af68ecebf498739e74ef11016d5c0edd3cf47c4e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b86631d6601578548af20a28d132a0503fe118f53d7596a5632ed24ec5a9931f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e867bd8b76b5bc1438a7be88a30fa7707edbb1909920a1d4d1d0da0ddbebdb40_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:313074950c6dec37d29a9722b58ddc951aaf67c27b47568039f29f02f2523128_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:43618db20e6f592602096897bc89eaf3c58490a362e91e3299e20bb2a02827d9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:705f4db2e969d23205de87db1bd7dc8eb1ade64a76940fad950fd1a214dde6e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d2d5ee5893ae16784051d9526c1feeee3c641fc3e6f337ba807744551c00ffa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6ae5cfd48e788096162bc4517f0466bf526f16c84bb61072886a64842856c5b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8004e7284c63cc32a05f6de732791416d57d62db041ede2829d4797139094292_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8137c3932f344ce587769bff04355ad405b6ff27009bf23a221ba52f3da56e1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ef15235cf21f0fbfea74089f75471b483a98c920b65676bb6199c155fb61e929_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:149cca2af3f89c7d1e105de81bbd098c66be5687f18a584b644f21d0be20f414_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:33fc93d5cd30760383da666e8effb6ed32f4c8f2668da36677e98c1801ef4f5c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f9c1ee7f72c926c45cd76c12046b867d9efd7c3c381f34afeeb9b6e97751175b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fcfbae71f81307789bec93987c4523700c191a66663ce53e4009c5e0a8627826_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:04fe8c19bee4b629ee7f18a13dc0b7f49d6a4b6e19d204de90b6b2240b0f875e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5c9662139f98817aafe153a43f700399781d079390d5ad23d3b70fd6ac5d370f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d1147830f896fd229aadd2b766fbb4c8102b35a8edd4d8bbeef4928d89cdbbfa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:dfd0cdc29bca0a2239ef203fe7b58efd97ed4e72daed6609e22b20babda395fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5a9889308bcd1c3981072c83d44206d0c3feff059e0a2029d49adcb974674c95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7a715c7e2a8f54ccee42abf122b0028ed19705f401248d8c38f785d960f1b116_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a67de487534d03cdfc180af9d235edb21c5cb71e1224bb5041fcf2b9a428732f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:b3780d23a2c384ecef73c806cb20d7f97bcd11c12b6392c781c0deb7ceb55df8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:48b5d06ac4b35c2a7bca3ba2abc39e3af1eaf4ecb19c720d9b6e46b066318414_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a6d7d7df9078e9d1cb0f12f9ceac12c96bf2cea03a9085b23c3e4af6a456b51d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b757d11e5dc51a5822d9e30e97ac142cf004fffce87ba2e58b8d62926127664a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e61ed19beaf8352dcfd4b9478335a364263cb9839f27140a634a217d87d331e5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93baf08acbc6875eb2b665a9ef3601ca34b76767cd70a172dac7237f21b6958c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a5f2c2debb51b8aa926ede417cf9fa0e4ebaac4f5bf9e770db55a25902a4a3b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:dc97d5c1aa80515080b2b4d16fb08ee4733a9347eebc8427f10b7e70582464ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cc1559af0d7be472ae46be4552fb41e81ad804d73d1444b92cae4485118c6773_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cfd5513afd8b2b5e22d5e384a7f769f9c04709d853feb2f91ef667d804cf9a7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:febf2fb95748ed0c440e6acb72c40d609ae7587b2665cfd7145c878a2a0b5783_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1728f980f3ebba7e48bc0e8cad114db1e0c06f692638764e30ab990f45c637af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:41508513986b369c2f89c64af84b3980b16bd2432130fb122d8c1346f0602894_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:650f08f62aeea4bc954e69ed88a9f2f14d3c8f733c155d113c0c58b7154fec4b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:016fc7e804acce7a8b8df0a02bec320c32f9ce6224ae67598a63992219a77516_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:081f9cfabc57aaf4d19df8b496613d8aff54ceb265634c904ec7765c810b4553_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6da3ef092cde7fbaeee01c5d6bb0ca5d52af3ed8de458ecd3001bb96262c1ab4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:035d07364444ea963d64515420fa4005adf82c44b575555a074149f67db50567_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4e09fb0bd709d53a0abc6326905cc43ee36e6e4ec5e20108efd1ffe585b1f2de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:53a5f81aefcdd57ba33c57c02941803a072ef3f1b8467baa3c53c7e073a9ea96_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:cb3d2ccb57987217c75079a9c10f230f6a7de9ba3b0fbd87d8d3d5c71f8c94b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3472a8147e06452751999ae2d041063907f275ecf429dcdcfdce88c8a19a17da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:61155741778188324e0616274f067ec36723d0fb81d84e9715f72ffecfbc92ca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:adfe8cb84a5f0a241fe69ec532b7092a10cc274cc3aac2b86f33ac8e725ab2d8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e704c70226ec4986c16166ba1ca54b908d1b6d9ddd47640bd5ab6d292f977508_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1d63a1d7ba183c49c69a6ffe5a4584de5282029b0b2c2f3484b4f4431e2ce954_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:441db8762a583090cf4325377b0ee75838452a601732bccf4dbc57f26f6a1a90_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c5c52612378ce1f2577314e5723642237c9a361506c448ca80d2a0b56666a1f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3b9843a117d6a6ae28222951e1a556d3888ceab2ff75a082a06343c8030a5ed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:236fa2dfd935db687e786cf827d88210c2f586d2d1a93e610861995908bf2587_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:647704923828c83c6ed3810e3c4d7456fcbe378516dabfac30f203a3bd3634b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7638d755fde7fe6d3c004a6f0f7c761a9fdb75a3541f19a792c3cf8e8bf473d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d2eaa5b8ad9464732265b84128b5280d725feabb2d4b4cef0178a317add66c39_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b659f5c6da6f73bcf8b2850f0172358816bd68fca721b65a9a70569a94bc90d7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cc867d49602a6ada5de7a783136b6463c4d9adee9877ae1966c016a08ee8e87a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:6fa614240bbc1932f65f8cc9215d2baccc05dd1cd5586fd308c44d8a94447a45_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e85e957fc16a36b5964613a99fec1e7299db9bc63edd86ef965d879a081b64bc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:14b02010250fe10ca57b2dfe1046641aeac31f92e5691c067b3990383967f0a6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b6b13d29b1cb9c9bcf97f2daa289669bbd9ea501430e51652bca3d50f787f23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a8ab293c4f3c6bc251bc91466b7586e5499b6e198cff46e50f6a65d97df60f7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c5d781c35cda14ab70d4a5bde3bf72df0a3956f5cb159645e5337095bb71c5ca_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fadba956181755cedd19d3d5b5ee3da0222daa1dc609b629c900a0052a4cbd8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:2719589f19df23634ec3f6b578f3fd2e827440675b72a69b89c9d78b1310f98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e1fe563643282c027ea829274a1945458cdc5d079bf2a2b7b0a9982a5cc3720e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:28d64f60c216f77e3e006012a403671463b9dd90095e19ff2dd027def6abb511_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6d681aac67e08e2ecca32415dddeb47df6191a99f7a8d7bc3bf1697c6a26c1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0d31a90914ea716508caf180e30fb682cdd8066da7a0a31752be9d86ec9c777c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3ef5a3798abfd3d9ec1b6ebabf3ceb32fa4057072b2670793ca119f556c0897f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e2c62e4b87e0536d15ed8b4f2905930a750f770d5c6d0168de6291d92c51f9a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ef5f4d7e3c872acbc4ee48bc91b5835dfef66a698287a95836344c1587ccca69_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f5f049eb01192eaca548f3585845ed6a530934d2eaeb422fc78b657cabb1f57_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:740b0d9392c76e433ebb7762e57f156a0e2ea1db37ddaed2c5b8044ca092a357_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:da9ebcef147e8d9e84848454fe2b8e259bb549bf0de88ee960fb48f6c8051060_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e8f942ece24d15ce0c4a31f731f2060b6e3874a2f486b2dd255c773fb1a55f46_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1b4fa4d6ee3081f39e54b4f910100d210da682dbb0f308f08107ac44e7338d3b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:571a51e1eca0f31f273be8cff7ff115bdf192e14f5d510705ab7ed423fd5d9e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6dc96b2e8156e7e42f758cc28302a2e94e8b3888970d03a780b1732375e728fe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b91654b9aaa85e13d262d21b949b1a96b386f202524c2e8d52ecb66c279eca8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a677804e422590551f82a17e61f64bc03d5a8a42a695e7ae8d9de5dc086924d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:fb7f225a9221506e6295f7efdcf44adc33e5b971c470b5835b0ca3c42ee1942c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:107c9dcda9632516721c41af941362ccc316d25661bfb13a7c4dcfc2ea4e1c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e75d33740c576321707835258793fe2fd257682099348a2a067806e764e1560d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3ed82adddc3da003bdb272e2a5df0317abe41512179cba925f65fb5d8f7c2eb3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c16e4af4e9a79ac2f1fa632b20e98befa9aa2953ef241af186edd226e39150e3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7b6c16881c71569dbada90e320379c2159ead0b0ed2fa2113e065b361bdf2413_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9533dc6817f01e377ea2ff7e3aa4447d20ab5d016d9145b97e0cb9e758c9a8ff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1285e63d6cefc0454a400b20a6e404537a8d57e5fb9b5d7ff1a75b61555622fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2ea17afe64ff273c9208892a59773c1dca248367c849e805dc78cda228aba29f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5f33ae81c766b0b7d9c8411dc4f6a0adf760221ed0493a99f1bea5dddb5de41b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9de0bd8cb41c5324718c8d8f275c612c0bfd13b322225455a1142dc76bff0a01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:2fee175122b1e3f74cd8976af1515c869d096da0bc4f5e9024b31a64cf88896a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9ca16ca048f3de4a5d9e6b6a38b55bf0b4a994bf7f7ccbda8c50c02bfd59c871_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c42a4deb157c31f6fb871bceb8c4401f44ffb490404591ae36110511f933f72e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f6d5c31b12c8a1a1e8316f258ccd254bf6bb8e49ae8a175eefcdf0bfc5c6047c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:204e84b23aa1edaf66f10a49432115ecb4c3e8fa34472a909e1c9a7a0c3f3947_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:37f226136e439a1b37fab44e06ff30eb22b1ba8f12eca9e85f59936c3d58acd1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3e385fec20235fd68320dd564c68770d91c5c08a864e3de41f3800937d730334_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:878a0a7473a69442dffd7c19132d74b29ecf765e3499d29f8da7b1de2ff6f439_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2b51546e56d1893aaa1b68c4e6ebb5479614d0402e840c8c850702ffb198036b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3aac893d87e5c39ae1672eb5ad48a0b9d02b49888fab57f8662e6dbb3897b660_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c5bddc80f0ba0e391b336de8ead2442d0dff227fdb8aef1874bc3db3101f7048_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:dca0c7b1c7ec76232b3d5ddd15c8716e04a8384f0a816217dec544d667ad2e69_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2551dc2ab6fddb6edfefc185f7b6d73ea366ddaae4e2f79d554f0afb79aa54bf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3cc6eb31325b1f9c9a2163c570ae1c3d4da7e7dcb0d761a0fa775b66fda9dcf5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:569965f29f668f02a342c0c7b4804bdc92354610e9368ba42a3ea5cc3172f532_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c4b2b0855c4ba25e150de01e54f0a84bb4c6c220b348945742bc0c18cc6d7dbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:01b6587f8b9ee398d34ed3330bf0bdbf2dd01c2fe475ed4d44c547401d1dbd5a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0fb7ce17c762a70aa16ca9f7f35e41d85997bb2bb22b81986321d29634ce9b3e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:60c4fd0dcbc1ed92bee7dedce7879893a23c9e4a6181e5e6d6a8f04880f377eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8925d5826cca515b7f7c05558406b3688a14963ddefa80f5b44500fe12dfb1dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:3d914112ad75b59b03d5653cea40a25d92af415ef52dd10aa7394465e6bab92b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:f8d52c53ca49b3f9847d2e568779801321307e329f802aa9456cd0dab7625232_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d29e5c26f37fc8212f2ff15cdac470982494be155f85e3c310b0c958b943f7f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:fc7a6712a6fe86a47b5a745e06a0c6d164779eb198f284fd0996847b025e53c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:32bf2e7aad1dd9ff5100500c294e343af0dae3d392eed27a1c0305198734261f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:54b4afd46c87b2cc839aa7d8b8ae232aaffe0f39846a6edf9d0d3228adbd7a29_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba41cc4ad0ea8dc731838e00dae166209a3e06d104e5cf11491639f82290eca6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a9395f57a9adc721c6e43e578957e21c8b9f18defbecdf91dc49d11044aeeeef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ba077da5ec7f147b51f0ee4432082aed3b7a3a541729913bc2ed821688723e99_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb48a38cb5d06b67ecfb4777c44d44f3e32a996397450e30f40e7ec3e340a56a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:deb40607f193ff4e36c684ce74167e67a7e96187f1a44a1f0f20f36572005843_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7dc856fddd561c1d29112b0b8d4dc39dc7503974a9ff563612e6998bdba4b71e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a3e01913986169c592bb770fc49e3875d46031b5788f983ddcd52938f9ef7a49_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c3481c6f76c644c017392c092dcbbb25a288acd14a9f01e20afd0d2d35e16d32_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cc440be9f6b3c5e22186b6d53a428a8220201ddaa79be39e19cc31a8fbd7b221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:12d7ec468f9634a53d053f3af7957c5162d92595fc3385b26b08acb22b7935c1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:49f08b645fc28af342483d9efaf2f607c9c2a6b491b477cdcf2985c44aa3e894_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d32cde1eedbd0c110bc10836025cee78421ec16d2924d30f5e6265591a9ec716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:df885dc6da20faf1903dbdac693889d9882722e8b67bebe35f624c11e4616262_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:16c8b8c6aee6f6a06367ca5bfe2be8fb85a05c3f18a819683f49d1a8c73941ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:376659c608333e76b0b48fcdc69ff17643284fd22fdef6c6998f07be54c1cf91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7359a62beac2d501d629e6768f1767861fdedc0d05f53a4424a2abdb3dbb6a8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c71d05c245bf1a4955f46c785d7264985e1f904de2a19972f7ce6209a3be0e4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:06ab376096238d4e04c9ab713d83d3cab5db769b5af1fd1c57ef2ceceec6ef61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2c80889bfaff670acbf859db3624951cda96d4ee8cb1560806ca4215e8c6c04b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:627c6b73224c3e37181a19cb598ef9a425cddc1d17d97b6c23388ec1345f6a88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d5d338daef4ae436780be192907d28a26785021d97865d8a95db9065734061f0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8e59a286a05743844dd1333770197161698788e0db4faf8e00cac6b2fb9a638e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9029d8ef1e4455dbc1910078afea1141f92a5c4d2c298ce1d9e4319209b55246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:da4ff38c7a1fd5adddbc0b0d3defbbd580197680b22648e2ab803c90c4a8c9f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f6c44d76a715e0ca38fa5e2becad93a2bf3a41fd8f181846e7aba81b0c579691_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:167937ed04f625a9cd2d0b8ed6048a5cb7b6d435bc2d41775d7db4dcdb5fae95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:176feea3131aada18df5da44af30a127f4dff392ce8ef57f7e0844969ec95923_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:17afd4ebbc2a5233681d4cc1774fcd70dc932bc10006235b11de8dcce826c2ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d3a98e507691edec50373d79ce9df48a71cb6a19a75c9276d0c5905d4f204b39_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1b6c3977b4835b0cd5399523dd437c230b992b77a0e7352b095d008be96fcdab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:54d79643f3a191710d1362d665b5c838130f3e51aecf1e27a2cdf66e98a3cb8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b8692d27a4799d20ce1a8374ba99f55732bb7db56cdf8f5b038424a086db614_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d196f02212da5e80ac5a73931316d38e9def9aeecdadeaf07aec685e661f9f98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:11c2a1966b0632e85caebc4555e3e2f726277175b27a63a5e854557499e0c28e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7e649963b5c1e2a7e8813569368eaf0ded5e544799d561622d469b03b9d93937_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a23fa7969c6a881648ba03ed1a13692c5db21b79f0608d841291ea9118548ed7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:af57ee131bc09ce55ecb3ae13ed7dc3ce9607a7438f0ac5a6e64bbfa000546db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:3a7644c1ac089cabd142fc1743b47302eae8528b13d1b038298f2f57cf746326_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4b5ee426703ecb55bf537731c39c69ab7f86316544cfc472ee77fbef7e5680a8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4cb60d36cc3b34b4b1496b74b9b2e68ff152a71d7f957b356311ea811bf05573_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f3f64bd2f70faa654f7134d803efdc032df63fd4ef07c97abd38fc41e625b48d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1b75d96a4cdcc3a37848c5edfe598cb1d99bb3b0707db5e3f62478320eb90f9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:876fd001172d5151ef99c02826f834ee4db4623b00699a8fb30d6a456a7a8687_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ba8fddfcfe0004287ce58db40c1092f2090b3bbb0810c277066aa2d97799f8b9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:bd9982e951fdc7259571b6d5983ea2cc44402cbea411ae9a6b135692bf5939b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a7a8d4d8adfd98d3a6e3d37644b33966f2c34ff1e553fbb5140ab9a15563e821_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b26a5a47cde227edb5e7f6e51247a6cd91e13484f6b5f7dc19b62f83b7478361_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ccdd76d6734e3a3cfaa1e432c1508c097478e842fd436672e57ef2563d817e4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:fee8f3b24b431ac2a5d4fa3d96c90c5e1aa68c08ee8ae9963fee457c98795197_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0e559f5e780f3849e73d7246176059360631d8c4a7db1700f6ba1b6a9e6ae089_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1a376560672f81b7596417591491e71d065e90672ff6ef5d37ed0785e9baab16_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:350a0360dfdc31eccadb0e8b9397d5a3436bb509999034b60e611428eb006cc4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f8b68ae48350a5aa9bdf47a36efbf661190d497ab5a139027a2bf4579d21e095_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5fbe979b3d448e36fac9615ccd96f8583b0d587d46f6b1b3749e85938cb2e510_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8d45dfe709ac701d6eb800b081947d39a855f65c756f31ae47b75be9fec0c260_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ea4fa6caaa81f207f2372c6179c3698e225658387549ba567c232170cacf8570_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8fb972b411085b4551e10adbd419e3cb89754ee5300222cc4fce27cc349513f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:066d438bdfa1626aaa7a0ee5d2e3222724f2f0cf5bc9a189b67fd5358a0a48c0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:747c142608d6f43952d315d7858f57edbd2d9de2d255938dde311ea580a329af_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b2ee2d0e9906ef1581677bd239073c09f93e5b720501e9001926dfe7db34839e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:bf0b42c5e7e51129966a4744bb253b7c336bb88b1f1a562e481f7eeff5428136_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:3e9309d53caaafc9b145f6b7fbbb8879c9f018ef226afe101f6dc7ab02b67856_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:3a558e248efdf5d3111b7d61e8bd471682e7038bd34c4490f8ba69b91b44f36d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1b0981e2ee13869663087d6504e0c0af6f2c56d2ebf81d72b4b7c751bbf6e500_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8073e0be1f7f7523880b30946f1b6868274c070acb97d9da2f5c486db99ea18d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8980be22bddace1adb383fc356975fbf0af9ac8a20bdc95b3303a80fbe296f3d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f4293de50825a003a825306a45612531dafce45b72a91cf4dd455d596a0c60ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5bc26795163f03947b3f42a5c8cc52b7fd6eb713a0fa5a1558bfe834c21edc0c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:7f29c85842a34554f06db311ef67ec08d1d947d32b4363d1153d92c8d13c3214_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:92857eb171128909119700c431920f543cbfc89cd06aa98db816a2fcaab321da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e931e3fe478f8f905855b4516e1ed9b33a161536c447025cd14dd68778c40fa0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:338034a3ce7dff3efafd00fa35b858c23c2ab284f743df414c6cdae455f8801a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f12584b95171f442bb3661c908ee43de70d0400c6273eb4e93325a5f3f167b54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f37f6568957ab825b08c2ce8fc6b32ad18f5b7bee50b24b1804e70cdb144e5f4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f949249e3847338ce4ae9b94b0d191edd3f316d471f0a9047f97e41e41b7554c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:407286c96b6e9d0ee4e8abec2b06a5dad70fc69820a00deae47cbf3fcdc65a40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:52294a05713b24485ce6d7d1b867081da2f01dc008b9cd052bf8c4c37839f581_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6693dff44dcfb7e6fe67f5373bb73d84cf401d20640c959375f20a24d31aa697_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f65918214ce906cb5af9a59ece43a36870989c579ac1660a2a58f9536a79d9f9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2ec7076ed08f4ce7a61f95083155b5315acb6004ea4245c70be2763eb0ce9f4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5a539e39b3aaf61d63f391b6960cdc5746cbb4b0fc07b85a98969f5c9cbcca4e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:93505b057575ff9292e2e96903238708b940a23953a79cf8742c880f1fbc743a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:be43f0ee18b6d56d81a09871c4a30dc2245ba60cf17ff0f1aad10e117f40aac8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3923e99d803b6dd5bfd2fc957101bef6dd86ba8f6de9e59a849e4c7a02d57e0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8253bfec4409c9a02be72d7e8d87fe5f4f81c1bc58a294f02dd570debc4f1128_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:851fd20edf32778383c81e3c5b935ec5607a05f8fc569f64e31875b8bbe81d6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d06d41126ced4841fae74d0437b18e9f1699d285158fb8725a8768a6e9065b79_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4375e44dccb08eb4ecf461f4e8e7e97d617ab5b1c968beb481d5795e6bbf0229_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:75140fa657674afc46d698aea19115a9f60c7765ffff6a0c4ae5ac166c725597_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c1a31ef64ecdd90020d72f323a242b551a6a4a85a4dae309e19f5d8f12d77b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c3b1ed110f6b17263484b7fde65642eb349162b206c0b9a2f463bf5eb13273c3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1369aaf62d9d273eef766c42f7015d56152f6b8effc50dc06d75b1bab38a20a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:47402101d62f418c0f6b8e3c6e2367a8c84f5151a0204f326bf1fdbe983c603d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b519e10d4cb8fd9ad126a36fb864d2f29f7df218ffa1b3b5f222e0befafbe360_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d70f848ab6450690b8329ae367ff2e5a3a5b295c073028dff7cf810104c5be5f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8f8c882873232fd9a00adc69e199f1b4acacffcdbc282280ebb61dfb1e61b875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9fe79073bdf1745b388fe52bee661394f96ba5c0af585ed8ab4a61724e324777_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b2b91287350dfb474763ca5d332c4765af0c1ff2d7be722e23ea93970add2687_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:bb5f4abfd26a9446eb2f4cb1355bda840ed1006a6233373434378abaf0e617b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:07ff9687205eee39d9ca211c0bb0c6b1618848e9e74bfbbe793aca67de73fa88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0ba94d11051416a116cdf516dab74d530a584fe7c4bb1e8d3deb3bde2214e459_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0fe87955631062bc7ce78891b9eb056f899308f8cb8101b3a44f889c1f0c0654_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:786de5dd308c9fa6643aabecea0bc666a9ede6fd2a5ce1cb0d511eac2a19596a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:719989a197c3bb8b8af09e95af49125cd28014fa74c7969f3f3b939223a6743b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:743119e024a9aacd8bd4bf45ab9c14e684ddbe2307d8f965e972ace243f128b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:76c523fa10e222690941abc8c5564efee1ec4d309a7d023480b6000a545d655d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a13cc82f7b2053435d5268416686ae2ba89e37b6561e49c7ac395cf3359ca2b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:98aa0e651302bb73569a0578e6c11a1691eafb5b0aa28dadd714a7b44b498f8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:9fdce4b5198ae740daa858432221625391f7283bad587e1ebc1220e7b0b4fa28_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b072bc3bdd61164b8076f2799e705ed8e34281b2cdf24d9cf08deb8e697de2a3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:fef5253a6623c30368e9e7e271501adcd9432b96473cf8278a7b81140d287de0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4eecd436b35c9b25eca6975ca9e938c2256fcfeead67e1ff4159d7e36122122c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7e11ca9795aea60b3f0853ffef0fdbf922f4863edd96c50fa85110f36bccced2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c95f8bcd0835611bb90983e96e3b780ccb65bd2bdc7f7554432ea971eac8095b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e497c1834c97590a0c388b58dc823cdff79ab6befd5f2a9bf494b3acc3181eb6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3a7af87b46058334b97531a4b1b5cd5be47e2ade8d74497429529bf0a489b275_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:97313aa4f1c1c9aa51c77a153d0f0eb35cab9711b7f1465b82a636ea44e849ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:ba0927ffd76ad6689b808e734038678c91854ca3d0630613094824549f8a150d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cd8feb684b9c70a4ffd7077e19812273f333174a70f7c2b63d57d140d8002382_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0c8bfd6ea4d0729e0ffffac9811b5db2ecf5c40e68ef048ab104f161d2689b74_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4dc7e3242cdcd1d3c1ea5930da7d4e027383149373cb6af0551ed2572eaea0b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b78827903e5c338d67a4ea2ba10ee67e16482ff00968ba99c27af2b6d50ce202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c9315d23ab26f6f40e05a5fb1f9f2dbce075244a035b1f16003d1108a7ba36d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:270b5e756fca54f2dc05f04b6f7b43f7f188153811decbc0b49eb215b11c2372_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5331e8ebfc48f4d2322226b8986dd178f133a52edcfc0a192e89f1785c8d568f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6cfd8c3da57c17ae1c430f2881c66eb0b1c456bbce4a9ada2491b2c873dba985_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa346af0288b5886b5f095d1fa0ceb7715d4333db919ff9d61078f369642cc29_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3403720059bdecff83f784e2fde54d2bebe09223ac6cf99ce2b4c840b9cd4a98_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3f8cb2cffaf6320f14ae09f7e44c965681b395370a156253790764ec9d2a2aca_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a02dde1d0b4f4fbbc4e6f0afd24da1595672f3f290345a4f6e98e11d89854a17_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c4e8ac4fea3c281effed3996a378c2e952a3d3704e47863b2ae6b266d2280920_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:46a0b302273acaf2582d377271b910d9d31ff98744cd8f290583a7bd5579761e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:af0442c88d2b9b93a187010065424798d89aad1d695ba438c815d04d7fcbef04_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:bc7b78f67fa189ba63da9891a1b05694d676a3ed2fa318336fa0850d63815250_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ffe4e64ee1b721aeefd8f1ceee11d225dd69319385e3e70f0bb52f4f40660a45_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:29d5a91b39dc6e72677bdfab50f56860c53e67dab139b464dd571fef9780dc6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5e6d4e29635ea0b075e402931daf8c384d07ec8660223babfd0df9d572ea6912_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:82555977089a1586dc24154b46be6499607a9d15110e5b48d9a549ee73f3843c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f32c4a07d2b7a14c39db1e5e5752960e46bcda700b292336480c95f359adf0d7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:86b3e656caf1c93ba2bbea00514a17b9d06cb7a6fd5c6746d80ce35f45aa5907_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ba5c8896242125c24e3a7e5698770293a601e9e7f8508465d7b45920cc9ce240_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7de62e540922f1de5f492527d07a8e8f4265d24b577cf2f93415209ccad63912_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bd71e582ef755da7bfeede697b5c2ab29ab9fcea6bfeb14cc8ca168fce5c7bd1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a1e6a736546b54bb2797d85d51b8f2b213fe2f6be6b26bad5b549df9dabf2d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:efc7fb9608c2be8c3c65aff302f923241bf8d008bc71c2fbba0d82ffad2b4f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:aa63c460867d565b44b2a8e919ba9a0e7fd6717f71588cc5a7e2ad268fe13181_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fe1f1b5d6da2e5ac66c689da49a4c76916533f30ab456c9961a225a5e26cb6ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:36fdb2cdf796941fc6638036b3a31048ba0209174c7a62424fb410ae14b1f81c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:65a0b94e9f663f3d73a9696a622ad46c73a5fc793f9dc46ee07fee8ba3bbb443_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8afe2a0c6b1b200201f21b148caaa682bce77cb3b1027f61d4c873e5babb1b30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9f7c3543e4b1a095399d1219c50f1f5081440ae1605154324d57ba9201aa4fe9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2c0897a842cd7b16b64888568ca65c2a6e473c24b2ba9bc5067d6f1f237885d6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:432c94d7d5d46ad66348775fa0e1a6c2c142469e8a770db5528a1aa25664c389_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c86c7188163be31c7ab04017bc46ae88707437f804ddf2b5bd5a73ae34f64312_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3f836bb9effeca4dd6a230a4241282d33ed454ebabd84829c41e58db5f24f47_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4632ef8ca0af5a8115f3d9490c2ad9e2e44361f4d0671fa8a3a1006254b173ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a7d2d10f5326e2d71551289740eba86d6dd2f12526dc684b1494bdd4228fd8e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ba876751849dd525a26e70996e7e02092c473bdf386ec4663a54ecf61c4f0d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e842cdc56ee7728aa71a7f95eda9777ba229aaf959594e73d998fbb30b7f76b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:90331abb869c0c04ca7bb59681cbd957ff54eb0e0265e16368f9fd6ab6937acc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a02580814c02bec4c1c9b79c4b5a48a5a59caafa60a573f9f99a4a1ca07c6f71_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c197de59c38c060dc8aa099a027922853e4b9dc7e5589ac55c8841dbd44b1367_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ec7a4bcebcc80cbda32227224f64e67cdbc98d3fab95466b55c89755421ea4d2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:223df196f0cc747e52ffae9f3dd03fab2da3c72d5e3b189e3035d4264a08c6c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:29f3154c0b972730ae9a54bc496bcdf62e9ed348b73d98ca958a265717ccc2a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5e12029e90adf045a4377f4be2be75c879e57aca7aceffa2aef08aa262ae0f42_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e150a242bffd4437f92000417cad89969fd547b5da514f8586802b99a668bab2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:17752e2fbddeff8e6f43bd354d91f248b4e69d88e80b29b75508fb03b82d92bc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b1703420b5a67a12f055518b6a23c1d8259dc8a064a1447196f642dd23363806_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b93a134a81af485a0f07dcd6a71c816ed517178826539d0f53b6c45dce87096d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d266a3bfe528e76a8c6ef1700a2016080d084cf6fad2e70efe5ba52ff0dbbc51_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:8c90e9864b3ff53d398f2451254dd3707868b36c6032d8d139cc3ef2cbd9084e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ae6ebf086515376ed35bb432a7f567f7bbb44b8d1b86773fd86daa387c5fb933_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0a0cbb021e13ce9d693eacc4982ece2e8ba4697f5d5571b8d0671d71824fd07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5271f6452a89fe7907b16f486439f54f0dbcc3d075a70ef446ee4cc62211b1b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0abb949ce9461e5718c1988f57791c7537eb1b3d2184f4b4268fe087e39726d1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1267ac849f67c33155b54409011cd3f0eaa27d5f211703875cfd383d1170ef9e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5082f39df1f143f23f0e587dec5cdb3e3b033ab446a57e7e808c88e6211a1a67_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8fa27bdf891edfb80585e470f09c9d6fa369aa727a3698b936b4818a4b46448f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:017bed02593deb2e9cdfe0f268916e5d1c8cb7a4f1362c6eb3c94050896d7276_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:027baac40981f53c9ec53f5a4241a657929d6289e42a0e5deef617c182b7580e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4bd5b70373a257b1fce20135ff4a4b3e6962eee541c67a0e29ba9a2523d4d4a2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c0b3ed1332b228290882bbff6a1ad6866f5ab2a4586b261949832cdc3bee5797_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:047c270f56b685d5a4e67afe43d2f1ff47829a259be6ff93bfec4864233d4497_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:50a6482667d53de3d7aa2bff6df05ca21e4e9773996afa8b8038721e231deaae_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:653dbef43ed7f531ebf64c9314756be42738f1635a64097c53210ed0b6b0de88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c4d2741561038e0080204335efc6eee5b6ffd8878553b240dd433fea701e6bab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:3de609d984e39497dfe119bb8e0ac2d6d823dd894a5c866e5ec87de5b5711e60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e3a8b252aadb5b32f42009803b56dbeae49a3ddbe9d00aa27569af4747fa403_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ccf49e256cd9c3bb428badab464a17aee485ee1516896f1ade10da11085e843c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e77ce95a84b01b09c5d1e6dbdea8970543aa3a60f9292300beb078d1288bb801_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2ab5fcf7003f4ba3de7656a284b11d6ee05bb02cd0f3532671a8c368f7b15178_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:44241e57d9067223cdd1585db9d699db113931b7a273d207516f60c498570677_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6aaa55450d567e2fa992650c456cdaf5529c5d96fc9984f7e1a4aa9ed6294bf3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f2fa21e8a0e88b25e9037a9c2db4b157ca6fef8b765b36da7dda71bf5a4c4478_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:10bfb59c904103177754f0336f7b7bab676d240480a8213ec42a778bca3f277e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7aa4fdd78ceafdc887a91224614657e86c1e12b72fde68dea4ee5c6e9b610cb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:e4a365a0516b0c8ef2d1259ec4bdb7f76aa9dc0d3c3cfd5d5b3d34341d349772_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:a06af7a856d5f2416777c1bb1d271c189576e273450b25c6dc5937cd16b8bf8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:28b8390dae142ea16bb05f6bd95f19b6ab38dd67c341168337ca07fe4f45fe87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:be6a9bcb97824c91f393af5aac5a146d819ed9893f5a074e146afe18f3a50dc9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e6392d583f97f0932dc01be55534fbb6dd3014f84b745e8bf7583b96ad7a7761_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f30d93c0f244f5ba21807dca912d18d4facf47ceaf43da7efa41b14ee816b71b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0848bdb082bc8dae6bdaa956d2ae36fdeaaac89024822f4bcdffb51da1165fed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9f9603a2dd344770da433fe8dd50a104d69e80ad463f9cba71b3aabefc4fee61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ab417553778971822422c6eef94aeb437209fcf88e78188b701d4b2243ac5be7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b9bb7615df3eadf64501f35dcefa829934f330892801cbb86e9f70f5dde236ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6bb4c6c64852f2b7ee590a0a60db256d8dd549a4b141fe71d311bf30d0ed88ae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:837cd26d96a814814145cd0aa0cca672769283c499eec36c457ae432b99a7466_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:956ad866d891e1340f630b9cad6ec73d1fc60d4061d4c63946ed714900388a3b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:9c91591eddbc058f05d052e3178102b28ebd25c2c9cb796fffd5047f5d413d12_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/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:0c95fbbcfd5c54e6b2934a8efb4f8523d1536ec1deef78249f4daebaa9d327d6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1b84b2a1cecab16e75947d29572008547922714207272a5dad8169d1ca5beab5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:466597e63e82ac365414c803f5ecb8f06a72374885eedc5daf9532aad16ac148_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:de9cac5c7ebcf3d43cad87758dd2eb0f4d6480f59bfb4112c224a4497aad9ba7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4ae516b98be8fbdb9b783345fe680c1d6ef57b5dc06b2ec3bbd20bfdb7c9b2c4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8f242ba3e0b9c57ecbd85f0d4c1bd67306357c92b53968a42419736c3dbe04d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b717614ee549be99c17ceef3d755c66abc983e821e04808df347962858e0da81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bd0f90ccaaaa74683b9bb17db0651dfbdfdf8f49adf0ecbaf8e83756d270b590_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:040115466e4f525e9f2386d6f8838c51f8e1638eb06cd64f071d4ae027a8fb9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:1a677b9d28655390d007acaa656997b12a32e9093c1c228778ef96cc6f4ca875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:39c68aae39089d044ce992b949d4e9961105711501daf3d4f0ba7e9981920729_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e814640d65f77818c180a706940337f8ddec8ebe4cf22c51a58a8b69e0f4099_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2831d7dc9f3cad92219addd21b93959900ee2f71e2d988fffe913a6f88dc7e1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:50f602354dcb223759d781cb057b4081a424d6a509178b10674358cc8dba41e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6925001d8a798896438ef1388f54bc29825c37d41f2f09a59e3f8bf60b2ec6af_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e01a83cb76fca294a011e022ed86f1da8cde36928096422a440bce8e42fbc8b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:757ad9e0c37b861340a7b2269b068d5b0c6355322eb5f5898a856fd9c4495b16_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7f68ff8059ae68d15041b8f38ad5ee5278289e1370d276cf7e78fc7e9fc3bb10_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:816787cc8c95a4a2df1416f09af6228559333e1bb1421ede0c9e2093444260e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f9bb9a184319c9fef278d3c6705f56cfc592c844f5c458bd20bcdc07c4230982_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:198f39ed50bbd835f4789057f9d7fd8de0962f1641a7f453dd90d68b5b2a4e7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:633ce875ee7bb08d9bf00cf79738e3e63cd6bf4de2d40fa6860142a301c0968c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e169d65b86f23d6424af5e7cf9e1d0ced58382128092821676196c0a05f91da6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ec2586358c34d0130b00a3714b50c8b7bc33ce915aef6aa79eb214d38202f37e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:13e81e4c25d8c789ca15eb4e84f3fc531a50b4dc0d95fa3573e002e3b54cad61_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:17637f8455e0e17bb3dca34545a26e881cff3e1444af45b9f45c3e282a252bb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d2dde1514fcf3308d1469a0af6727835121c4d6a1a1775a675a7ffabba8e3bed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d6376055835ac40728181d6f354398a0e60ca131d2fd8f41471ed87e974ea4cb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6f86d997faaf61c874def5a78cded319a188c1babbc4dfefb91a29f7e0d7f0fb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:73bceed99ad1b0bc99e66ab8361037e4046c5212645490161572fe6f34de98b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:babd6b0e928bb674289f34787d3aa536bdc4c24a877a5ac9311f21f0cc9e6224_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d00a12f6c4e75a2c93bdd135eeb742f42868b0186d9d03f318c885407a17e439_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:0932891a63e5ec5a076c7848d5746e29d972f3a96058914bee8fffa4921fed38_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:472e977d39473b92992f53c0225de477318b31be8656c37bc35193789ab7a456_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:71021ecd15d688aefa6db79f817c11a751b51f6ea9f2e48781bdc49c6de98088_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:9563eb7617a4d3a9c22fefaf03a4ede698fea2621a68ad231cd9e65930043a56_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:1fbf3bf4990353e799dc271bb4a0c58b385feb2ee60207636a3f76544b4f5ae4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:7815e9dc63477803e7e8bb8a01ea83043b5503ba529f64db3c76ad1c4cf2f0b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ab22d93f277f9bb65fcb5fd9c448b72f82384b9be43b8ab525d2836832044eb2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dee02e09373732db94bc442ddcb2eb4d13095a04e35c674387d3df8ba23d67d5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1a046b24339587101462756592c87ae4a8f699fc2977a703e6d031e2022a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1db6c409fede3e9ec09788fdf286fdb0634de6b6e727ec010332f7cf2e462_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:bd6be5cf4063439e92a1264ce3af0ea6528b9c27dd4b26f043a80aa8616575fc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c955c4b9dce1b25c73453079a21d84c5a2e5d0b53cf6e351f9b1855f08db3fb9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:221943f7b65573c2942d88354261f93a01950be1d1a86fa853544cc4c283c027_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2488ca8b2a8f658f3deaf9a70b12f7aca159490b5e0861d746ca8ee5d2010041_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a3435c546844b61f456789fd315495d6bcdc2560756e9fdfc4b896cdf70d75c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:be2e4dd58b8ed72278bb2c014317e69185e2b19dce37beea7fec3798abcb35f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4da2632fea643a834aac3fd63bc51fc6b0d768b869ac450e6779c9f36429a9fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:56ab8a9553f0c0202a47d858e234f2672098514dd647502405cac1f28d14196a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:abe530f4e865add435da2afd379a3a11a4d75c257c2468a09bc78f10256e0be9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:fe1397131aa0d447366fd627b12582ed647551ad3af13375f8c281ab73745f0a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0857a5a2cfb5c277bc2d2545fb19693f23285ccf6b75144da8fcd7225e1df1c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:43b36fb1f7ad271530f5ee9040cac4651a684e0e08de2ed90a2939b736b565ed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:7f86439496ba6573ee1d61b5f4d414dfbbf65a95526cdff54e45229f01785517_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8094138e4ed2267cc278a83a1586922c957142c9e5fcaec62db531c83b79566d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:309b1dd27ce0c7dc332c7141e576642db4aee6076ce50ccc2930e824f02ead2f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:35322e4580b0fec862223f76e0bd3c95ad0af31f3d4cdfd6423d3ec47d6e25c8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:699bc772c8a648f8be7d6a5c32d786d8f6484e584d918d68ef8a32cb1499663f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:779afd8e0fa21d022d7e75e7ba8da00cc7604db1adfbbea879bfb1d0f8c9c831_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:49e98d0193f7d7b4347043f0655d350a7a0c0d8c8b850d95abb57acd13dd8ac8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63e308cebeea85127f584610f59cdc9b228f01b9acb227f2f6eba7fcdc29b1fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:71f9b47dbd3985738259a6bc9a5bbdb240fd21284a194b47bb78538f8e870cac_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:9181583c88b3be23253c76e277f140c0a1532c1bff7d62cd0da1e14beba1aab4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:0f96581804dbadea29d9ef9a2a952753f5fdf295670ea0297622214e2a9b7d0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ae4714025025642ff5d9e250a4715b01d933487fa8bf4eaf82629ebd6d4c8702_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:cdb096f05b664fb542bb6eac3cce52c53da2e4bb636189bb53f737d3075615da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eb9908581f71dbe01d8553e494ef022417196408e9fdbd32f08fe1f5b9c9572c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:08725f7a384b4e72a173141cb35fb67293385ed72d973fc4d497f3c0f0dc626b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a322e3fc620e914088fb5669f1459a47140abdf027bd011d6ff4e5b3e6b909b9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b950e80fe164f86ddf624c80210308a634929ab8eb493496ef86bff1c5248fce_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bfc663a0ca81dedf849e89b91feb3fe0af97932fe8a8fc711d7ab85b6cbdcc84_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:13257447171d38e6e99c66faa476de6ff6ab934c285a0d1bf71fe94dbe583462_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:23fa493f397748092cd71c41b9d83d19fad6a5433b692bc644e30af790cf60da_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:28b1c9ee4102140998781ebef22f269316d8c2be2254c10b4d7151dffb0d37be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:be2175c2c6c9d882e44cf10aa85f1219573952473e893f67cc7085bf0a324407_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:61417bc1ddac0bc97c786b5807c2fa33eebc75f7cb186aaf9eef2151dbaf75a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:73956194247e000432a8c5f7b78255062c5ca967745ba2d97e680a06f698f518_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fbfa9ada74c4875985fc4bb8366d21eb5275a52953d44bc6bc740d48edeab5b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a545c9c2fbb36296286f684e02f9a5bc337b3c3fb9c83c608c988c88455f9bf4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:34a8a8a4a62b36b5e0eb061db3d56905c8dddfeb2e7a7135642f947ce6bd01ad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:41c2ea14036c2f8639cf0dd634e327841954eff4529743fcd10e8475546165d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a884f443877c7a3c0b32dc60a79e1bcbe89036549da7a8aa4608ee2ac6460765_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b28e8574a1d3b374ac4a61ea4f3c16eb70d9ba7385bf830c8698f4490f8fd3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:8e245c278c66405066cb31e9d48e97ad9cdb826511bdb1104807d26f896043a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:380e3045135a40d202f330002512a5c499d8d2079cc38e5c0bbd5a2312820dd3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5d06442daad2c126259fa5d594b53329e386f560b77a475ccb0cc37148644a5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5dc0ca56deaa237fb0bcddac8481b45d3ac81609b36c3b7bbb6cff8456899208_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:aa669084fb336f5d89d86cb58aca73b88d6bc4b6505eac2020664e0b6abfff6c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8cb392862e1835b610757e822332074ac459c593e9bd60fb6b6f6d0aebe577fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:987afa1aa902bb85d7c2d96f1637bcd19bf21eb832444c98d30171bbeb746751_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ad2f0cda09211f3e0aff615306168baf808e6fefbf1f039c3ae1a1fa7050a61e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:bcac50d10432ecdb8bfe2b465ba75889248ee8595f23c5243d023ac2a336f3b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3cf2d6f464e6a2fe5b4a8cf66690b3237aefef0c825a687a548f81336507cfb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9bd17213796576ce4d315986dc0b271011c37cd6e9ed75edff5ba80c3302fc26_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3205092b914bc1fe858b2ede7642227e04f35d06daec4848fdbbc0406fab4a03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a20ecaad93b15b869fb321c7503adcddfe1f0f5eb3f0f6427bd363234010853c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:57259db0550547f85684c19078b9af82b6318dca0c00ef8da27de8c8dc90e305_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:a95676fb6c1cc1b20cbb758a7c9fd34e82b3e114b81b5c17f47ef303feca3d51_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:49026487ee6722c3d438c05c1c181a36d14eca2f0d8debee48e4a02db0486145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ee65002c4934842ad86197a89e838997bb87a93ddc9de3423eb2af282a565c41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1bb56a1a194ba6f64edcdeae267fecec590c14c85431ba62ee8c6b5744da3a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bf72f3bbed57cebe1deb7690cd7fcb6d371e526630cb386d13180726736219c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:81afdbb2d9fe212af38a11b4d00ac952a306e13f91b23b2a081c0393173c5e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bf8d63c933996abf39eab9406b3061bee014d766a58f4e27a56413652d319a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:4a5021268b1ab163318270fc9ef07afa8a29f288c95ea69700c4bf46f88e85cd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ea443d9738e4428b6912b47f9c1d8d05b75cf8b137f0f9a76f852418b33b989e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:00148cec706fce87b240d38dcc91434f3c167052d5860d42ca9057e24c3f35eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:7996dc231961eb51daaceda9598b04e4bbe7d0e4019dccf5adec8a14d6f7e1a2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5c70298b919a36de41bf25d870bfa3da4013d36c6179db3eb6dd2e67dd20bff1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:a64777ab69af6f2b6cf4b78e5a00148e98353748946991c0a6da7eba76b442dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d4b6a07334845b2938c6d09556cea5e0477d13d4be6247bc9e3fede2e46aa3ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d5e665b41152b8363b4b15973a7b86365bb2c047366aa69bef7e1c499cf4fd3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:1a29c30f85b9bc858f0c70ca5ed79934494d92849f23baa6c7f26f67ea49c57e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:70f95a8b240afc604ee9af621fc3b63adaf80f593f3131e7ed51077ed2c77a1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4d217b45b97c9e01ba3d54d03270be07e9659b0d4313fc85999aa49fca560108_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:634f48a37ef03dee1cc0c0626c32aaebb8f9975b4640ac540f02910bdb3b165d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:00f06d1c70494444172d5630c33e1c93c333a880520bad3a810f96dc69cced15_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:01ac79392fa7a265608b75458534bafb6e5d350f2e8536bb9de48566c685841e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:12047af5271e61b4032c04c98df9ad54363d6beb13b36f49085307705677e345_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:37e5fa3bfc88e99fc78f2ced6cb4a99f5099942e40158dfa6940784c3d2ef95c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:54d10266c83c4d5fe91b013dac51538493ae4a4322c925e561c45316c73b1e2d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f799d506fc4087aac0eb4b2c2d6c8e511b598c6b3cdb1ba5ee470b787759fd8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:061d1b86afedd409ad4947a8ae59064f0fa92360cc82f640cf124776753ea3bc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9c7fef9c0e22e1721125d5b1312e509fada544e1d3d956338c3638aecea53dad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d3d951b736b910437255f3455b76357bfe0111c257f5a2d8dfe0f9abacf30fe0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f7feb8627754651663208ebb363a3e42e1767e16a65914148ce0507a77bfe795_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:23b0327190559517a3526d2500534542e9a397210cc6f663ac2b313aee902e92_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2911daa552328c8b01b19f91ad43ac54da18d343834c48ef35f12adff8077785_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:43960246dc7eb7bcef847c0d706bc6b0f0a407053a2cca7dfe27fce23c6d2af4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d05434d4552d2ffdd45d2fd44b1b2e2e8976a15f0f4ae59ce7dea73ca97dbcf8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1f7e808f97ad41f4c301736bdf2e06da73f2d0e3ef4ca838f0afd65273db7c8a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5553003527f078011d0c440f86c1480ff4e62b318e98ca2a4af97b42e5e186d5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:582a4e6fadda74e5c6c49b605b7967e9d6f25c84ab3de162c30931b1dcaee31b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6d54aaf9249113e5be1b6a87bf439ae778918533077a41ee9442396cda4d2642_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0b4378067622a7584c3be2e5e5d8748a564ae7672cc882bec0c1d6f4f4c28686_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2ba6c6b021db9b58614b1ceb9b736978b0e3396b04dda4518406b041448dd5cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7f7e406ef7b654a66bbcbbfa5326ceb1ddca4a0236cb60761a0ea48b919e8571_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fc403f7babe4eb16c770c80def94f34696b3a8ac55360b17c88edb11b9ae5a8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:473d595a495e4656de14b1b22456ef1ce2218fe39d02bf738990c0be4cdf5440_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6b3fc95809e8ab1be94de33cb375207b4302f93dbfd51f2a67228025c1e304fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7d0a9db460cb1d4c918f87a02979048f170f5e692e83cd517bb9b3271aa06dd2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7f1e2dcfd02a6a5fc56c6665979a8981f11144a5bcc6419feae3964b190583c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:775213a7b6d92d23694dbd1538727c84ad58c6b8a8b46587ff7bdeb7312acc05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a649eef7fa6148524b1f3aaf18ed6543f65ef91ad21358cb0af865401061622d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c593dda5f85469eb4ded8cb6c4738069d48a144823a070b83b58ba7772ba0e90_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ffdcf3c2b138b62cfc84d9916799812ad73fcba9c3416d7442f3686417c85932_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2e1e514d9f3cdf5f04ca924fa98d036988ab47259be5df67497931321634f730_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:32e93e986bbf92dd3a3e09f9c76bed29334b5cf794e18b843f81522ccf43697b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7bfa1c21aeb7971fa978d49455f4b5dcccd4ccc3de147ef47c32e9b74bcaf2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:dbb5abf21bed592282f09e30ba1387b084eb028bd931df5609c07fb8c09a0d75_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0606de7cca514d2b4ad9593d7f37950512741cd8f1597b1f83951aa7c8839268_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:116474d2dd37c159032b15ff856dffecad2ef0ab76298bc43f840bd0245ec78b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2e887b0da3269f28933bc5af839ea2df95b7aeca3993cb31b0a1c92e7043cce4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6029166a01da021523fc720ad70fc59f449684e577f9f5a36e0e759a39d0a28e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:849b8be9f7fc785a70451c1c0704501e2b449650acd23d450d145da1a760c166_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9c5d6a2d314e840600ca6bd1354c7dc6040fbdc216166418485d6edfedb27ce0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ba10e440e514662920d68ac025d5f3841786a393703fc2dc0ee21ff1d2490015_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bac1799b133fd829b35ac619a25a272301816494e83be5a251f78a50e7fb2f88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0469874ac135c41bb590ddbac02428775083221257b6904fa376335610c4acb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5823c8fa1f1409d6863dacda718e35b7afd2915befa21343dfcc68b6fef7a9ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b38d3723f2547dc5676460e3738420e243c6fdf7be77e54d18657efb9668c438_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e5a5e4c1a01ff3f5d694ca26dd248533fd463c85374c25ce1a9f4b7a60deafc1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:19f94467c811e10882e30eeef39b1266b83ee417974aaf62f75738d51811cbc4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:47487ff8d0cd813ab3354061caf319dec553b1cba9d5c1045de710b8a6d0c51d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b3a0104cb85f1a6965eee44fef58983637839a1f97ddccd737704ab41cda3a25_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e8c72b610288bdc44492ea0a5c2fd66cfb1673fc06f6bc66831fa84c96f86543_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1a9333d29d3561fe95488f3d80136d6b24b4a2e04472d37d34737fd1032a8856_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:705d146d458883660aa0b673a651d05d1d1ad73bafad91e84755118b82092ae7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b9265d767c8a6786f12dd4788377f1a316864863a32de4a4ec07ffc8b874aa00_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e3a7bfabcb96924059fb7906be97a0ebb1df35c6cad39a7968a6461df0cecb31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5c015e1a10e5f14e82e30ba41b1ae6a82cf5cb0bc631f5137d7637c44a3f5b8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:623bc4c74b05b46babba7da628809bac05b48d8c4055648e88f0db57c1bb0e07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9502a32446a8828e8a1887edcf49034e874ea0e32ab5fdb738ab89e77cb5a472_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ec7b6b83c8e934b66505e8051e183fbaac54e78abae5ae99077d4e5e163b4529_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1f15641123321a662f676a46a24f6c8066bba6e3730a3c0d0eca3ff8e548de23_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:85070876ada5cb86e8c585f3ac3114d548b189074723a13ec5d6fc6be25c9964_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a34e14a715bad1d324f9211d95c56ed387ae51b24b21ccf931c12f3f7b3dcbaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e12ce561e4cad13a5d08e8164060bb74a309f66047279a26dd727d34ed3dc16a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:67789c239f82fe3649ab8c0e13f920a788a3612d15a78fe5986a852bb2d11a0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:80d704ed310acc3015748815351da4b54fef2d8b74d7d4b03aabcf9fd7e60b38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bfbcd3f502bf336124261fbe51f19e7a4cb9e9132e07da62354699b30cf6ed24_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c1e371a0057014662b91736570bf25fb1211ead7402154a1149dfee9e55b994e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:175fd0386d9a4e064fa760f23ecfb45ac6ae3500e5a50acac0660d06e5b7ecb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3e9811dcf3c528ae6f5ff86659dee1a590c2b53f7af1a03204d06fc3dc628fcd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:68af6c6e7f51523ac223f4e25955cf3777f4ae5b601dcca7c6ec7e2dc0de0782_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:8f1b3ddbde3e33dbe01816bce0cce7d7bd196cc04affbe606fecfbd8ad7b8b17_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49699de68bf38c34edb696ebe4f9dc608756382a977f497f6713dbc7b6e1209e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49c32ab1927e0969508b906c14aafcbc64e6eff7680b9a10812eca4f17787921_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:86135a8f7d4aed36e7b2a571b431b29eeaac2bda02762eafda3e22a62a7a2d6d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f2dac4ffbee9d028b26e683b63a9f033ef8609907f6c498d42c447a306e75328_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2884bba195d4d635378b0d15efa54991a23f51bcf4efb1095b478f5cd9c34f46_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:d84853556ede64db5615eb4d826879c744f7ccbd92c51ecf392a686af854ec11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e05dd48fc4c26b5dd822ee58a2af27bccfd0ed28cc959a6fc05073cec6f7c9b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e202635a4a52be92b47960bd8ced28634111416b220cca5fa7f86373ecd1210a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ae36d953c8c7f73dd78d620f94a0335ff5fb84b16ce9d2dbadbdf3dc5d66f6d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:308c924c44c35b39c66b429a15a0343a47f7dfad62dceb76ea7acfc85e6bd973_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e132f6b0a6b4e2dc63561c1ebaa0bd9fc669a835b0c22b0d56599e3da870231_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5216d36dc483b1368a03e00dd9dadc7c75de2bc36ed98cd7ea2b089cbe23965e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4bc11f6ad7c3e9c99e708f7ef5a01b4faedc8eb5d2de5b0cbed502395958555f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4c04a50ca49fdc521da592b9c326e233763918fbfd6bc97e001e0e680ce24cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8ba4aabc0e1e36c3ffe66b55c67ab8c305f64aa6011f80060c5d95ce91180c5f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d259704d34b605abd3568bd4c988bf9e831d80554ec2d7a57e7c39a70daf0140_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:14c55985b9277766e54156139f0949d1e3e5f756ade34512a3d5ea3dfed2c544_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3231ec9c296798f11aec6a285b0a8f7c5cf220534d0525afa59c17ab2464abb0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d8767e4d0b2c8222748319f05483bcefe50388abc182a01f3ca9dae3c80dce44_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ebed5c3d8e112fc5086208b4b4c0aba054a0058f3fd08b71b129dc124fa00f99_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:26dccabde8cc0d1ad45160677fe240b3fc098acae82f6d095fad08b78330453b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a168025d531f20656997ae845a4930919d6805b7f9374c40f7835a93aaa46b27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e696a8bc54ef8a13800b2168a395d2cbb08678403beee2dc52c56d04cb235759_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ebc22890c7759ec9992b64dcb0e388881caeeae333a9a84a50dfeffe27e38b49_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:09319f1dcbe090d9677a43249810dfe5b3eb165aa3f8b473417e0913649b1556_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:46a37e99da18852f5512235589ee86dde0db6c09d76a49275a8004422b9ec303_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:535d1b713587008fe67eec103cceb54471f5263516f5420589cffe1dea02be93_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bc614ab102efc7dfaa47fef84c4783da26548491e4c43257bb606a06e8d155f0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:08cac9e30829765f182624de9e45e59b40884b8c39cde60528dd27afa57afe72_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:13724dc9eb7247844e450b59b8cf3af5e5f486e9558942836ab60f74b9943291_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3e1a80763f76f622b5ffcdb35bf2dc20ce1e9c06c4f5f6bf0ae06b04134733b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d077c79741fd0c481fa6e1aa2c479b8c5b380b1d1f163259777c8c50be257709_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5e82ef0b9ab6d4e3b7431a7611bc563f356385dd8927855e6090008685f1549a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:62ba53e306331c1b20cad27ec31cf59687218f4bd5908ed7e9034559ded04b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7664e74786778a96606757f1de215a4a9702d0c9f7cecba7bf8028884a7609ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7a967f88faccfc101b9388f8434d406acdfc85d7d682f9ec742d59eb31074fc6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0e05cd1eaa2b9c558d22892495f090b6b51a316dc56d85ae825b6fc44611b6db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:445fdec85c2510c8a45b2a830ead87136bbb80bb9244987b4d6ffa5858931926_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ccae4f8f443ba6806ea33105d7dc06002d58914626cb9ae57476b29193761b53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fc0becd36b6fad4911a5b8c9a4693320918f7f7e6336c2b11a76adcb6d1eec36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:652f8fc874b95a56393f14c2b56a63faa64c04f6646c1786d07eaa272a9acb9e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:94b9c011744629b1ff6f230e25f876f218ed59d55a941377797f77cdb7c03e1d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a178a796ca9d32ac59faa5eb9a6aea30f1aec65d88f89080f57ed519a7983f05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dc8a79297c73782f5005075332bcac58b051a07d2b35626323f9b69ee5f4d64e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:03d66c724cb647d4a613bb48c9df6e9ffaabb68c8af5a4ccae45365e32456470_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4b9510fdfb45d2561927843dbd7ed869e2f67d9636e59dfd0c3ee640d9fc601c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b3570e078bed53aa3e435443bffbd12a7b259f8dee9d18c0d79b55514a547b53_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fc8e892ccbd8d3c1e737fbaf8f02b5fa6bbbe242780c9cd00fbc5e6889d7baee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:266bd8400632ac70fc6584e4bb2850ebcee7027ff7899acbeca612c6556302a4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2c8f351447fffc2133f339c6ab3a0bcd9bdfafad4a4cb5b7dd2abc32c6056a92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b8d2783a76f514f9a4e8096434ac205e1d82d09da2d67fb930a1b5e4d8089e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:74fa72db679ef47f9a3e3459a90dfaeafcb6db73dfe15b8933767e2f9d19c448_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2b5964f6cb078aba05ada42f0c8280dfa39f9f80526932cc5d41410922e4e8ae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:480b27e9866ca8dfba83e1accd427d4f6813f4fb7f612854e32bdffc10d7d5b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:91c7fa7b70f2cc82b26ac16f91ea084e15a4f5dc64f254ed878c25dd1170c0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:edc297cdb2f670aebc1d3561d801840ad029e8777ce45724066e6891aabd60fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:443e0dd81ae60896d31f07ab49611c5e0629746824df094ce28cdd3cb0ae1d58_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9b16561ca87196e3dd9330184f7abf25e97272e3c47d2e8d594e3095e74f815b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9ff62f63d487e25a750bad29314955effd17152bfc534ff698963760a2615b0a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ab506c549b676ad9d8dd179e2ba871a12f2096ca2601ea2a1f2605ccb849dc6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:08758e6b81d6679b095a8e7fa323870eab35fefc05e525c6ef810b6cc0b3c0fd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:af87d24f6540e5c98def879ec4ea8adeb5b138e41abc126b2c3030c5847fd0b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c5e9e59a08d8940e99da6bc568269eaf71ea8db62dbff86a7f6fb5dae861e323_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f5122187c85ef27f5423ada009d800afa4800e32ad1ea3299586fe64cae8e38d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3c5078d135089e1548b4dec49b7e78658279e42a72792a988447662534b6516e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:56158ce0af0c0eb9709b2d1a172201bc795ed6e5075517b6919ed1302399d6f3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6720c8097a398327f18a5c84c28f6b58aeee017199c2649649a1f159b8365838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:89295652b447f42c6a0d6e1299f63b04016f10ec8faf6372357294a14472e426_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2baa85e44cc4ac6cb825103508c5bd74e348609eaf53ed42c6d0e045dfa62772_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:61283f1fff1f8ec53563012a5b1fb5a48831f0a220d3676b512f5a60b331e849_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ba258012c0832c57b29785be805be44f0b5f8eccaf76d82d7493946806eafe5f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cf3bee6414a87e7f907d30047ded274c488239af5b1f43ed717ac2cede29df86_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:40854e0833b6cdfedcf275cf716e58f3cbc5c44be313fb83ca3e909bd80d0b08_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4d6a10dcda92c599f52977c71208222d166168b29da4eb4727c466e7eb53cdd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7be4c5ff86b0e939ee9f22156812fb98d2f96c1eb4567ca8a6a01ea3aa735dcb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:83bdc9fa5d3893a973794dd7162bf9564ecf68ce44814349a621cbc284b9e61c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:993ba8c1dd84e486fc4084a7786934c356a9b12ae86155134fd1a1dc1e5e3f2f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a64dfd96d3aacabc8f219d19e6d7eb0c1ac5b68b49eb93fcc973d76e67ef1d34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:ce306e2cdafabbaa29467e0cdbf316673d17180efb604e683a7fd1ed7181c6f9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e6748814d950e6f5e370dec9cb7d557fbb0d29ad3620b567840770be826a601e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:04d418560f90c35b42be67886632615d62dc89cd37fcccb6e247212b535fbb7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:40eaefc42c0f0b5adeb47bcd463c2e2a45e7f3af1c0fa4cb3fde9c5479660c4f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:545bc2a7b32276bec515f338aea3a2976c01cc787a559986646aa6fa26ad5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5a2653ccd5dc3f59a228ee8b936460575e1a392d12287661b1dc83a9f8210033_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:12e5e4ea4d19c4dcccb35dba161fdba8a703ba6331b11054e4664818737746a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:180e817b55ebfd081fd0305f63b3e0539fe8d13d1ceb8428ea21e213779fd056_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:92e8693b9f6955f9862c8b576f5e32bffc3bc34232511fae0cbe57d705bfc53b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e5b5d4750a3ffe24b1196255d4cfe15b21efd587a41736307ca8e4e61a4936fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2ca8a85fb07b431d97ca6a3e3c18f1cfaa20883c7076d6b5b4e6942b632f9aaa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:559af5a310f0923dcb4ef9389c51c98604cf44642a13e8ccb46225b4ca268580_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ae056c9c8e0cdc6519ac1a9542781cd54ac2ac8881f513e965b57ce7d1e5ef2b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:deb92b50d5948bae13db37a7046d9b212dbfd3ddb1063ff8a5e5467f0cab203c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0c4f3cf84115f8c9b9bed6b2dd5d52316eb3a9e670fe6b9e28c2dbc350392e87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1142ce3f8a3c1c2a1c7dba79ac2c3b276a45fc6271ad9df9e6a5d8684c36da2a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d9f2c021c17f1416e01ba31a8823b7a87724fd96d7ec99d494981842b5d452b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f3aabf75e838b4a941f64a7a322768729059346d7578ecf5fe7ce27a71876fca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6389373ccb2fbe1b6385ea21dac1c0ca918bf9d3889ad7a738de6be5d7ec4272_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6449fee9a31acc582bb85e0031312e3ff07d1f1843a1c6c410eb79cbbec1ceb4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:751f007afae9f16527e9039aa95c2ee6efd2ee20afe3c083ba7298493d2406f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:afc11a340e28d4100c31646b705e8db302f6b0a96ad3620e07391f02a70438f1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0673d2034e7e5fb412a171939379da14e9269dad7bb53e83be7ecf8233b0b5a1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:18f0345811215feda18d2b63f679ee870e76b33e9f61042d93edcf36fe97df95_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a2d247eb696c80e02bc8c1873e8ee0fb71a1e5ad6cf5cd84bdf504f4fe17cb10_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c342b14ff399c961ce05c1af127244b950b8e9d641ce8752f9d0f880ad7a672b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3d9fbc97d13987f28ca76b3e238b540492eddef0f302c2dd958c1b0d05e10941_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:47682d4e934d597aaa1e809011a69afe93936fc629ad3dd1ed76dc7b073f7ee2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4e8d3460e04e85a3e01a578d492499376787c85f2840c97821f11213862239df_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d7b99cad55a1e1d380d30d0d4a61bc5f0cbf3a87223efada3e69bd9b0741d3b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4849bfa8a48c7e7d264fc6ea9097fa9d33da25f75776619976e3204b42026cc8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d7c3f5ce57c0aa25e13ba9484facd75c5a1dc3caaf9be4d0f273243e7ace327_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:78aef6c20ab3bf78eeb8b8a857ca2a24067d45cea0a070c44d3fcedc00d4efbe_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7f33515dbca04230d98550ab638efa87389629fc7d913c8ec42e4b5bf8a772f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0251068577a1724dc777683dd189468ed77413b396614a117dac6b4320b8f01d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8812fd85c74fd67a95afe09c2ce5e7d592eec1e25fdc6fa331a8bd41bdde0cc6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:89e0a7e0fe060abb45a6f8e6ed1906053c09f95c252ca7813175903db61fbc99_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c3674a8f28935f3140fad744b5a178a8346a9a7f79f6c281561d2877b38c4ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:13bc0d4f7d4508fafca5a3bc61b6449a056e277da131e753c06cbc1bb7781b27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:993a2a0b3f84e071560f6fc1a3ac243fa745ae9a7ab15febbe1385437dbd3ad8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:80fc518199cd3a1ad421b142661f0a85679b12b69d0afe580fe60eb6a13ddad4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f069665c66c19d9775b70a31aa7a1069bc653691f6abf106a88b2ceb8c0e1ec6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:13ef0c0585b01c56b865e029d029a553b458fd2d3d0204eb6dfba1bcaa11ac3c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:599d33b55e88212202b15f4344f7a18dee4f4504b3739d6ec99414d05bcde2b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a751f1f0540505bea087d3ea9e6ba798e89d5deb772cf8e401caeb3816a563_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4c26bc366b267d444f448a4d7bd5a0d26f84bea653c14b261a829669d888cf88_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8b67087a584a2d952a6e80572686412cc8ea01f03ec8d70b56cb8a24a0c5a3c0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ac1123e890f0aee159c9105e26e1f1ed3ba5eb3ea66b422b281c3e9465401c5c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0dac7821ce2a3a5a180f53f381d9e61484cd8c5efab3c9a7dcc70b5783421b64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6b30b39205367ec985c4a9d948e71d378b9483689c3ea179cd0f2476b9bfaa1c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:de903677bccf645889ff7968ebbc052b14273329c0765f7faa53b0ca815d6899_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f8392be7a6f5223930d53ed6d127faf727489b8f5ebbbda6b6b437c529e3c812_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:02ac68c83db9dc50cf6280a418eed9261dd2182bbf51d16fd143519e49960b17_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3746261c5d4744b13d4704c822fd62ce1f486010176fdb3bf95512c72eece73f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:85e34da00bd6d290c04d8eac32f39db59b5f50fceee9b248b2cbe27bcf0e7e5a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c343b119edf863e179df865ccde0b665b87087d78b20919aa5726d8fd240b344_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2026fc52aab5a6d7766511080699112f32ae4576108ff95b0eefc5d807a14f25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:21b5298172f4de1e0074c4abf5e4abf27e8adc02bbf7ee49bd3388f7127d4901_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:42f8af9bf66ea72846b7f7e57652725c31b01fc4a8d39ff7e7882075438c521f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9c5711087546b1ba7cefab267b8aa30b54ecde5926f009518cf0db974ff84c3d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:373c4b7507a978e3dd62e9ea629d1e397b1f1db682e11ada1bfe5a0b45afc782_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3be306649df2fa3cc9f30e60ed5d947fb0678b0231b617eafd3b1593d10feec5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5b01a896101a5189740f84cb1a83edefdb0dc00288dde725ddd0e95480f8e1c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:961dd87e559779e6338a4d3d35c96c0ce6ff7cb9634ce32d4bf848032f4a2fb7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8799db20cca7be653bae6b8ac5adc1d628094eababe740beb5dbc27e05346872_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a36c2b308515a293cbcf265af68ecebf498739e74ef11016d5c0edd3cf47c4e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b86631d6601578548af20a28d132a0503fe118f53d7596a5632ed24ec5a9931f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e867bd8b76b5bc1438a7be88a30fa7707edbb1909920a1d4d1d0da0ddbebdb40_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:313074950c6dec37d29a9722b58ddc951aaf67c27b47568039f29f02f2523128_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:43618db20e6f592602096897bc89eaf3c58490a362e91e3299e20bb2a02827d9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:705f4db2e969d23205de87db1bd7dc8eb1ade64a76940fad950fd1a214dde6e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d2d5ee5893ae16784051d9526c1feeee3c641fc3e6f337ba807744551c00ffa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6ae5cfd48e788096162bc4517f0466bf526f16c84bb61072886a64842856c5b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8004e7284c63cc32a05f6de732791416d57d62db041ede2829d4797139094292_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8137c3932f344ce587769bff04355ad405b6ff27009bf23a221ba52f3da56e1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ef15235cf21f0fbfea74089f75471b483a98c920b65676bb6199c155fb61e929_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:149cca2af3f89c7d1e105de81bbd098c66be5687f18a584b644f21d0be20f414_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:33fc93d5cd30760383da666e8effb6ed32f4c8f2668da36677e98c1801ef4f5c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f9c1ee7f72c926c45cd76c12046b867d9efd7c3c381f34afeeb9b6e97751175b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fcfbae71f81307789bec93987c4523700c191a66663ce53e4009c5e0a8627826_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:04fe8c19bee4b629ee7f18a13dc0b7f49d6a4b6e19d204de90b6b2240b0f875e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5c9662139f98817aafe153a43f700399781d079390d5ad23d3b70fd6ac5d370f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d1147830f896fd229aadd2b766fbb4c8102b35a8edd4d8bbeef4928d89cdbbfa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:dfd0cdc29bca0a2239ef203fe7b58efd97ed4e72daed6609e22b20babda395fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5a9889308bcd1c3981072c83d44206d0c3feff059e0a2029d49adcb974674c95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7a715c7e2a8f54ccee42abf122b0028ed19705f401248d8c38f785d960f1b116_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a67de487534d03cdfc180af9d235edb21c5cb71e1224bb5041fcf2b9a428732f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:b3780d23a2c384ecef73c806cb20d7f97bcd11c12b6392c781c0deb7ceb55df8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:48b5d06ac4b35c2a7bca3ba2abc39e3af1eaf4ecb19c720d9b6e46b066318414_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a6d7d7df9078e9d1cb0f12f9ceac12c96bf2cea03a9085b23c3e4af6a456b51d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b757d11e5dc51a5822d9e30e97ac142cf004fffce87ba2e58b8d62926127664a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e61ed19beaf8352dcfd4b9478335a364263cb9839f27140a634a217d87d331e5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93baf08acbc6875eb2b665a9ef3601ca34b76767cd70a172dac7237f21b6958c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a5f2c2debb51b8aa926ede417cf9fa0e4ebaac4f5bf9e770db55a25902a4a3b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:dc97d5c1aa80515080b2b4d16fb08ee4733a9347eebc8427f10b7e70582464ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cc1559af0d7be472ae46be4552fb41e81ad804d73d1444b92cae4485118c6773_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cfd5513afd8b2b5e22d5e384a7f769f9c04709d853feb2f91ef667d804cf9a7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:febf2fb95748ed0c440e6acb72c40d609ae7587b2665cfd7145c878a2a0b5783_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1728f980f3ebba7e48bc0e8cad114db1e0c06f692638764e30ab990f45c637af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:41508513986b369c2f89c64af84b3980b16bd2432130fb122d8c1346f0602894_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:650f08f62aeea4bc954e69ed88a9f2f14d3c8f733c155d113c0c58b7154fec4b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:016fc7e804acce7a8b8df0a02bec320c32f9ce6224ae67598a63992219a77516_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:081f9cfabc57aaf4d19df8b496613d8aff54ceb265634c904ec7765c810b4553_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6da3ef092cde7fbaeee01c5d6bb0ca5d52af3ed8de458ecd3001bb96262c1ab4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:035d07364444ea963d64515420fa4005adf82c44b575555a074149f67db50567_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4e09fb0bd709d53a0abc6326905cc43ee36e6e4ec5e20108efd1ffe585b1f2de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:53a5f81aefcdd57ba33c57c02941803a072ef3f1b8467baa3c53c7e073a9ea96_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:cb3d2ccb57987217c75079a9c10f230f6a7de9ba3b0fbd87d8d3d5c71f8c94b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3472a8147e06452751999ae2d041063907f275ecf429dcdcfdce88c8a19a17da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:61155741778188324e0616274f067ec36723d0fb81d84e9715f72ffecfbc92ca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:adfe8cb84a5f0a241fe69ec532b7092a10cc274cc3aac2b86f33ac8e725ab2d8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e704c70226ec4986c16166ba1ca54b908d1b6d9ddd47640bd5ab6d292f977508_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1d63a1d7ba183c49c69a6ffe5a4584de5282029b0b2c2f3484b4f4431e2ce954_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:441db8762a583090cf4325377b0ee75838452a601732bccf4dbc57f26f6a1a90_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c5c52612378ce1f2577314e5723642237c9a361506c448ca80d2a0b56666a1f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3b9843a117d6a6ae28222951e1a556d3888ceab2ff75a082a06343c8030a5ed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:236fa2dfd935db687e786cf827d88210c2f586d2d1a93e610861995908bf2587_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:647704923828c83c6ed3810e3c4d7456fcbe378516dabfac30f203a3bd3634b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7638d755fde7fe6d3c004a6f0f7c761a9fdb75a3541f19a792c3cf8e8bf473d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d2eaa5b8ad9464732265b84128b5280d725feabb2d4b4cef0178a317add66c39_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b659f5c6da6f73bcf8b2850f0172358816bd68fca721b65a9a70569a94bc90d7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cc867d49602a6ada5de7a783136b6463c4d9adee9877ae1966c016a08ee8e87a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:6fa614240bbc1932f65f8cc9215d2baccc05dd1cd5586fd308c44d8a94447a45_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e85e957fc16a36b5964613a99fec1e7299db9bc63edd86ef965d879a081b64bc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:14b02010250fe10ca57b2dfe1046641aeac31f92e5691c067b3990383967f0a6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b6b13d29b1cb9c9bcf97f2daa289669bbd9ea501430e51652bca3d50f787f23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a8ab293c4f3c6bc251bc91466b7586e5499b6e198cff46e50f6a65d97df60f7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c5d781c35cda14ab70d4a5bde3bf72df0a3956f5cb159645e5337095bb71c5ca_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fadba956181755cedd19d3d5b5ee3da0222daa1dc609b629c900a0052a4cbd8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:2719589f19df23634ec3f6b578f3fd2e827440675b72a69b89c9d78b1310f98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e1fe563643282c027ea829274a1945458cdc5d079bf2a2b7b0a9982a5cc3720e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:28d64f60c216f77e3e006012a403671463b9dd90095e19ff2dd027def6abb511_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6d681aac67e08e2ecca32415dddeb47df6191a99f7a8d7bc3bf1697c6a26c1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0d31a90914ea716508caf180e30fb682cdd8066da7a0a31752be9d86ec9c777c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3ef5a3798abfd3d9ec1b6ebabf3ceb32fa4057072b2670793ca119f556c0897f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e2c62e4b87e0536d15ed8b4f2905930a750f770d5c6d0168de6291d92c51f9a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ef5f4d7e3c872acbc4ee48bc91b5835dfef66a698287a95836344c1587ccca69_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f5f049eb01192eaca548f3585845ed6a530934d2eaeb422fc78b657cabb1f57_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:740b0d9392c76e433ebb7762e57f156a0e2ea1db37ddaed2c5b8044ca092a357_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:da9ebcef147e8d9e84848454fe2b8e259bb549bf0de88ee960fb48f6c8051060_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e8f942ece24d15ce0c4a31f731f2060b6e3874a2f486b2dd255c773fb1a55f46_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1b4fa4d6ee3081f39e54b4f910100d210da682dbb0f308f08107ac44e7338d3b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:571a51e1eca0f31f273be8cff7ff115bdf192e14f5d510705ab7ed423fd5d9e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6dc96b2e8156e7e42f758cc28302a2e94e8b3888970d03a780b1732375e728fe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b91654b9aaa85e13d262d21b949b1a96b386f202524c2e8d52ecb66c279eca8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a677804e422590551f82a17e61f64bc03d5a8a42a695e7ae8d9de5dc086924d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:fb7f225a9221506e6295f7efdcf44adc33e5b971c470b5835b0ca3c42ee1942c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:107c9dcda9632516721c41af941362ccc316d25661bfb13a7c4dcfc2ea4e1c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e75d33740c576321707835258793fe2fd257682099348a2a067806e764e1560d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3ed82adddc3da003bdb272e2a5df0317abe41512179cba925f65fb5d8f7c2eb3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c16e4af4e9a79ac2f1fa632b20e98befa9aa2953ef241af186edd226e39150e3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7b6c16881c71569dbada90e320379c2159ead0b0ed2fa2113e065b361bdf2413_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9533dc6817f01e377ea2ff7e3aa4447d20ab5d016d9145b97e0cb9e758c9a8ff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1285e63d6cefc0454a400b20a6e404537a8d57e5fb9b5d7ff1a75b61555622fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2ea17afe64ff273c9208892a59773c1dca248367c849e805dc78cda228aba29f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5f33ae81c766b0b7d9c8411dc4f6a0adf760221ed0493a99f1bea5dddb5de41b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9de0bd8cb41c5324718c8d8f275c612c0bfd13b322225455a1142dc76bff0a01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:2fee175122b1e3f74cd8976af1515c869d096da0bc4f5e9024b31a64cf88896a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9ca16ca048f3de4a5d9e6b6a38b55bf0b4a994bf7f7ccbda8c50c02bfd59c871_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c42a4deb157c31f6fb871bceb8c4401f44ffb490404591ae36110511f933f72e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f6d5c31b12c8a1a1e8316f258ccd254bf6bb8e49ae8a175eefcdf0bfc5c6047c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:204e84b23aa1edaf66f10a49432115ecb4c3e8fa34472a909e1c9a7a0c3f3947_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:37f226136e439a1b37fab44e06ff30eb22b1ba8f12eca9e85f59936c3d58acd1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3e385fec20235fd68320dd564c68770d91c5c08a864e3de41f3800937d730334_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:878a0a7473a69442dffd7c19132d74b29ecf765e3499d29f8da7b1de2ff6f439_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2b51546e56d1893aaa1b68c4e6ebb5479614d0402e840c8c850702ffb198036b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3aac893d87e5c39ae1672eb5ad48a0b9d02b49888fab57f8662e6dbb3897b660_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c5bddc80f0ba0e391b336de8ead2442d0dff227fdb8aef1874bc3db3101f7048_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:dca0c7b1c7ec76232b3d5ddd15c8716e04a8384f0a816217dec544d667ad2e69_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2551dc2ab6fddb6edfefc185f7b6d73ea366ddaae4e2f79d554f0afb79aa54bf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3cc6eb31325b1f9c9a2163c570ae1c3d4da7e7dcb0d761a0fa775b66fda9dcf5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:569965f29f668f02a342c0c7b4804bdc92354610e9368ba42a3ea5cc3172f532_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c4b2b0855c4ba25e150de01e54f0a84bb4c6c220b348945742bc0c18cc6d7dbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:01b6587f8b9ee398d34ed3330bf0bdbf2dd01c2fe475ed4d44c547401d1dbd5a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0fb7ce17c762a70aa16ca9f7f35e41d85997bb2bb22b81986321d29634ce9b3e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:60c4fd0dcbc1ed92bee7dedce7879893a23c9e4a6181e5e6d6a8f04880f377eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8925d5826cca515b7f7c05558406b3688a14963ddefa80f5b44500fe12dfb1dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:3d914112ad75b59b03d5653cea40a25d92af415ef52dd10aa7394465e6bab92b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:f8d52c53ca49b3f9847d2e568779801321307e329f802aa9456cd0dab7625232_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d29e5c26f37fc8212f2ff15cdac470982494be155f85e3c310b0c958b943f7f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:fc7a6712a6fe86a47b5a745e06a0c6d164779eb198f284fd0996847b025e53c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:32bf2e7aad1dd9ff5100500c294e343af0dae3d392eed27a1c0305198734261f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:54b4afd46c87b2cc839aa7d8b8ae232aaffe0f39846a6edf9d0d3228adbd7a29_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba41cc4ad0ea8dc731838e00dae166209a3e06d104e5cf11491639f82290eca6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a9395f57a9adc721c6e43e578957e21c8b9f18defbecdf91dc49d11044aeeeef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ba077da5ec7f147b51f0ee4432082aed3b7a3a541729913bc2ed821688723e99_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb48a38cb5d06b67ecfb4777c44d44f3e32a996397450e30f40e7ec3e340a56a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:deb40607f193ff4e36c684ce74167e67a7e96187f1a44a1f0f20f36572005843_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7dc856fddd561c1d29112b0b8d4dc39dc7503974a9ff563612e6998bdba4b71e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a3e01913986169c592bb770fc49e3875d46031b5788f983ddcd52938f9ef7a49_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c3481c6f76c644c017392c092dcbbb25a288acd14a9f01e20afd0d2d35e16d32_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cc440be9f6b3c5e22186b6d53a428a8220201ddaa79be39e19cc31a8fbd7b221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:12d7ec468f9634a53d053f3af7957c5162d92595fc3385b26b08acb22b7935c1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:49f08b645fc28af342483d9efaf2f607c9c2a6b491b477cdcf2985c44aa3e894_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d32cde1eedbd0c110bc10836025cee78421ec16d2924d30f5e6265591a9ec716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:df885dc6da20faf1903dbdac693889d9882722e8b67bebe35f624c11e4616262_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:16c8b8c6aee6f6a06367ca5bfe2be8fb85a05c3f18a819683f49d1a8c73941ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:376659c608333e76b0b48fcdc69ff17643284fd22fdef6c6998f07be54c1cf91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7359a62beac2d501d629e6768f1767861fdedc0d05f53a4424a2abdb3dbb6a8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c71d05c245bf1a4955f46c785d7264985e1f904de2a19972f7ce6209a3be0e4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:06ab376096238d4e04c9ab713d83d3cab5db769b5af1fd1c57ef2ceceec6ef61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2c80889bfaff670acbf859db3624951cda96d4ee8cb1560806ca4215e8c6c04b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:627c6b73224c3e37181a19cb598ef9a425cddc1d17d97b6c23388ec1345f6a88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d5d338daef4ae436780be192907d28a26785021d97865d8a95db9065734061f0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8e59a286a05743844dd1333770197161698788e0db4faf8e00cac6b2fb9a638e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9029d8ef1e4455dbc1910078afea1141f92a5c4d2c298ce1d9e4319209b55246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:da4ff38c7a1fd5adddbc0b0d3defbbd580197680b22648e2ab803c90c4a8c9f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f6c44d76a715e0ca38fa5e2becad93a2bf3a41fd8f181846e7aba81b0c579691_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:167937ed04f625a9cd2d0b8ed6048a5cb7b6d435bc2d41775d7db4dcdb5fae95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:176feea3131aada18df5da44af30a127f4dff392ce8ef57f7e0844969ec95923_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:17afd4ebbc2a5233681d4cc1774fcd70dc932bc10006235b11de8dcce826c2ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d3a98e507691edec50373d79ce9df48a71cb6a19a75c9276d0c5905d4f204b39_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1b6c3977b4835b0cd5399523dd437c230b992b77a0e7352b095d008be96fcdab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:54d79643f3a191710d1362d665b5c838130f3e51aecf1e27a2cdf66e98a3cb8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b8692d27a4799d20ce1a8374ba99f55732bb7db56cdf8f5b038424a086db614_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d196f02212da5e80ac5a73931316d38e9def9aeecdadeaf07aec685e661f9f98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:11c2a1966b0632e85caebc4555e3e2f726277175b27a63a5e854557499e0c28e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7e649963b5c1e2a7e8813569368eaf0ded5e544799d561622d469b03b9d93937_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a23fa7969c6a881648ba03ed1a13692c5db21b79f0608d841291ea9118548ed7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:af57ee131bc09ce55ecb3ae13ed7dc3ce9607a7438f0ac5a6e64bbfa000546db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:3a7644c1ac089cabd142fc1743b47302eae8528b13d1b038298f2f57cf746326_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4b5ee426703ecb55bf537731c39c69ab7f86316544cfc472ee77fbef7e5680a8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4cb60d36cc3b34b4b1496b74b9b2e68ff152a71d7f957b356311ea811bf05573_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f3f64bd2f70faa654f7134d803efdc032df63fd4ef07c97abd38fc41e625b48d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1b75d96a4cdcc3a37848c5edfe598cb1d99bb3b0707db5e3f62478320eb90f9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:876fd001172d5151ef99c02826f834ee4db4623b00699a8fb30d6a456a7a8687_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ba8fddfcfe0004287ce58db40c1092f2090b3bbb0810c277066aa2d97799f8b9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:bd9982e951fdc7259571b6d5983ea2cc44402cbea411ae9a6b135692bf5939b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a7a8d4d8adfd98d3a6e3d37644b33966f2c34ff1e553fbb5140ab9a15563e821_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b26a5a47cde227edb5e7f6e51247a6cd91e13484f6b5f7dc19b62f83b7478361_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ccdd76d6734e3a3cfaa1e432c1508c097478e842fd436672e57ef2563d817e4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:fee8f3b24b431ac2a5d4fa3d96c90c5e1aa68c08ee8ae9963fee457c98795197_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0e559f5e780f3849e73d7246176059360631d8c4a7db1700f6ba1b6a9e6ae089_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1a376560672f81b7596417591491e71d065e90672ff6ef5d37ed0785e9baab16_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:350a0360dfdc31eccadb0e8b9397d5a3436bb509999034b60e611428eb006cc4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f8b68ae48350a5aa9bdf47a36efbf661190d497ab5a139027a2bf4579d21e095_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5fbe979b3d448e36fac9615ccd96f8583b0d587d46f6b1b3749e85938cb2e510_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8d45dfe709ac701d6eb800b081947d39a855f65c756f31ae47b75be9fec0c260_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ea4fa6caaa81f207f2372c6179c3698e225658387549ba567c232170cacf8570_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8fb972b411085b4551e10adbd419e3cb89754ee5300222cc4fce27cc349513f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:066d438bdfa1626aaa7a0ee5d2e3222724f2f0cf5bc9a189b67fd5358a0a48c0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:747c142608d6f43952d315d7858f57edbd2d9de2d255938dde311ea580a329af_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b2ee2d0e9906ef1581677bd239073c09f93e5b720501e9001926dfe7db34839e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:bf0b42c5e7e51129966a4744bb253b7c336bb88b1f1a562e481f7eeff5428136_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:3e9309d53caaafc9b145f6b7fbbb8879c9f018ef226afe101f6dc7ab02b67856_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:3a558e248efdf5d3111b7d61e8bd471682e7038bd34c4490f8ba69b91b44f36d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1b0981e2ee13869663087d6504e0c0af6f2c56d2ebf81d72b4b7c751bbf6e500_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8073e0be1f7f7523880b30946f1b6868274c070acb97d9da2f5c486db99ea18d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8980be22bddace1adb383fc356975fbf0af9ac8a20bdc95b3303a80fbe296f3d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f4293de50825a003a825306a45612531dafce45b72a91cf4dd455d596a0c60ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5bc26795163f03947b3f42a5c8cc52b7fd6eb713a0fa5a1558bfe834c21edc0c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:7f29c85842a34554f06db311ef67ec08d1d947d32b4363d1153d92c8d13c3214_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:92857eb171128909119700c431920f543cbfc89cd06aa98db816a2fcaab321da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e931e3fe478f8f905855b4516e1ed9b33a161536c447025cd14dd68778c40fa0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:338034a3ce7dff3efafd00fa35b858c23c2ab284f743df414c6cdae455f8801a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f12584b95171f442bb3661c908ee43de70d0400c6273eb4e93325a5f3f167b54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f37f6568957ab825b08c2ce8fc6b32ad18f5b7bee50b24b1804e70cdb144e5f4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f949249e3847338ce4ae9b94b0d191edd3f316d471f0a9047f97e41e41b7554c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:407286c96b6e9d0ee4e8abec2b06a5dad70fc69820a00deae47cbf3fcdc65a40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:52294a05713b24485ce6d7d1b867081da2f01dc008b9cd052bf8c4c37839f581_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6693dff44dcfb7e6fe67f5373bb73d84cf401d20640c959375f20a24d31aa697_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f65918214ce906cb5af9a59ece43a36870989c579ac1660a2a58f9536a79d9f9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2ec7076ed08f4ce7a61f95083155b5315acb6004ea4245c70be2763eb0ce9f4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5a539e39b3aaf61d63f391b6960cdc5746cbb4b0fc07b85a98969f5c9cbcca4e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:93505b057575ff9292e2e96903238708b940a23953a79cf8742c880f1fbc743a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:be43f0ee18b6d56d81a09871c4a30dc2245ba60cf17ff0f1aad10e117f40aac8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3923e99d803b6dd5bfd2fc957101bef6dd86ba8f6de9e59a849e4c7a02d57e0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8253bfec4409c9a02be72d7e8d87fe5f4f81c1bc58a294f02dd570debc4f1128_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:851fd20edf32778383c81e3c5b935ec5607a05f8fc569f64e31875b8bbe81d6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d06d41126ced4841fae74d0437b18e9f1699d285158fb8725a8768a6e9065b79_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4375e44dccb08eb4ecf461f4e8e7e97d617ab5b1c968beb481d5795e6bbf0229_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:75140fa657674afc46d698aea19115a9f60c7765ffff6a0c4ae5ac166c725597_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c1a31ef64ecdd90020d72f323a242b551a6a4a85a4dae309e19f5d8f12d77b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c3b1ed110f6b17263484b7fde65642eb349162b206c0b9a2f463bf5eb13273c3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1369aaf62d9d273eef766c42f7015d56152f6b8effc50dc06d75b1bab38a20a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:47402101d62f418c0f6b8e3c6e2367a8c84f5151a0204f326bf1fdbe983c603d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b519e10d4cb8fd9ad126a36fb864d2f29f7df218ffa1b3b5f222e0befafbe360_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d70f848ab6450690b8329ae367ff2e5a3a5b295c073028dff7cf810104c5be5f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8f8c882873232fd9a00adc69e199f1b4acacffcdbc282280ebb61dfb1e61b875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9fe79073bdf1745b388fe52bee661394f96ba5c0af585ed8ab4a61724e324777_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b2b91287350dfb474763ca5d332c4765af0c1ff2d7be722e23ea93970add2687_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:bb5f4abfd26a9446eb2f4cb1355bda840ed1006a6233373434378abaf0e617b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:07ff9687205eee39d9ca211c0bb0c6b1618848e9e74bfbbe793aca67de73fa88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0ba94d11051416a116cdf516dab74d530a584fe7c4bb1e8d3deb3bde2214e459_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0fe87955631062bc7ce78891b9eb056f899308f8cb8101b3a44f889c1f0c0654_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:786de5dd308c9fa6643aabecea0bc666a9ede6fd2a5ce1cb0d511eac2a19596a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:719989a197c3bb8b8af09e95af49125cd28014fa74c7969f3f3b939223a6743b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:743119e024a9aacd8bd4bf45ab9c14e684ddbe2307d8f965e972ace243f128b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:76c523fa10e222690941abc8c5564efee1ec4d309a7d023480b6000a545d655d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a13cc82f7b2053435d5268416686ae2ba89e37b6561e49c7ac395cf3359ca2b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:98aa0e651302bb73569a0578e6c11a1691eafb5b0aa28dadd714a7b44b498f8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:9fdce4b5198ae740daa858432221625391f7283bad587e1ebc1220e7b0b4fa28_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b072bc3bdd61164b8076f2799e705ed8e34281b2cdf24d9cf08deb8e697de2a3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:fef5253a6623c30368e9e7e271501adcd9432b96473cf8278a7b81140d287de0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4eecd436b35c9b25eca6975ca9e938c2256fcfeead67e1ff4159d7e36122122c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7e11ca9795aea60b3f0853ffef0fdbf922f4863edd96c50fa85110f36bccced2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c95f8bcd0835611bb90983e96e3b780ccb65bd2bdc7f7554432ea971eac8095b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e497c1834c97590a0c388b58dc823cdff79ab6befd5f2a9bf494b3acc3181eb6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3a7af87b46058334b97531a4b1b5cd5be47e2ade8d74497429529bf0a489b275_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:97313aa4f1c1c9aa51c77a153d0f0eb35cab9711b7f1465b82a636ea44e849ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:ba0927ffd76ad6689b808e734038678c91854ca3d0630613094824549f8a150d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cd8feb684b9c70a4ffd7077e19812273f333174a70f7c2b63d57d140d8002382_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0c8bfd6ea4d0729e0ffffac9811b5db2ecf5c40e68ef048ab104f161d2689b74_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4dc7e3242cdcd1d3c1ea5930da7d4e027383149373cb6af0551ed2572eaea0b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b78827903e5c338d67a4ea2ba10ee67e16482ff00968ba99c27af2b6d50ce202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c9315d23ab26f6f40e05a5fb1f9f2dbce075244a035b1f16003d1108a7ba36d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:270b5e756fca54f2dc05f04b6f7b43f7f188153811decbc0b49eb215b11c2372_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5331e8ebfc48f4d2322226b8986dd178f133a52edcfc0a192e89f1785c8d568f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6cfd8c3da57c17ae1c430f2881c66eb0b1c456bbce4a9ada2491b2c873dba985_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa346af0288b5886b5f095d1fa0ceb7715d4333db919ff9d61078f369642cc29_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3403720059bdecff83f784e2fde54d2bebe09223ac6cf99ce2b4c840b9cd4a98_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3f8cb2cffaf6320f14ae09f7e44c965681b395370a156253790764ec9d2a2aca_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a02dde1d0b4f4fbbc4e6f0afd24da1595672f3f290345a4f6e98e11d89854a17_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c4e8ac4fea3c281effed3996a378c2e952a3d3704e47863b2ae6b266d2280920_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:46a0b302273acaf2582d377271b910d9d31ff98744cd8f290583a7bd5579761e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:af0442c88d2b9b93a187010065424798d89aad1d695ba438c815d04d7fcbef04_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:bc7b78f67fa189ba63da9891a1b05694d676a3ed2fa318336fa0850d63815250_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ffe4e64ee1b721aeefd8f1ceee11d225dd69319385e3e70f0bb52f4f40660a45_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:29d5a91b39dc6e72677bdfab50f56860c53e67dab139b464dd571fef9780dc6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5e6d4e29635ea0b075e402931daf8c384d07ec8660223babfd0df9d572ea6912_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:82555977089a1586dc24154b46be6499607a9d15110e5b48d9a549ee73f3843c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f32c4a07d2b7a14c39db1e5e5752960e46bcda700b292336480c95f359adf0d7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:86b3e656caf1c93ba2bbea00514a17b9d06cb7a6fd5c6746d80ce35f45aa5907_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ba5c8896242125c24e3a7e5698770293a601e9e7f8508465d7b45920cc9ce240_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7de62e540922f1de5f492527d07a8e8f4265d24b577cf2f93415209ccad63912_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bd71e582ef755da7bfeede697b5c2ab29ab9fcea6bfeb14cc8ca168fce5c7bd1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a1e6a736546b54bb2797d85d51b8f2b213fe2f6be6b26bad5b549df9dabf2d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:efc7fb9608c2be8c3c65aff302f923241bf8d008bc71c2fbba0d82ffad2b4f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:aa63c460867d565b44b2a8e919ba9a0e7fd6717f71588cc5a7e2ad268fe13181_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fe1f1b5d6da2e5ac66c689da49a4c76916533f30ab456c9961a225a5e26cb6ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:36fdb2cdf796941fc6638036b3a31048ba0209174c7a62424fb410ae14b1f81c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:65a0b94e9f663f3d73a9696a622ad46c73a5fc793f9dc46ee07fee8ba3bbb443_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8afe2a0c6b1b200201f21b148caaa682bce77cb3b1027f61d4c873e5babb1b30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9f7c3543e4b1a095399d1219c50f1f5081440ae1605154324d57ba9201aa4fe9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2c0897a842cd7b16b64888568ca65c2a6e473c24b2ba9bc5067d6f1f237885d6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:432c94d7d5d46ad66348775fa0e1a6c2c142469e8a770db5528a1aa25664c389_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c86c7188163be31c7ab04017bc46ae88707437f804ddf2b5bd5a73ae34f64312_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3f836bb9effeca4dd6a230a4241282d33ed454ebabd84829c41e58db5f24f47_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4632ef8ca0af5a8115f3d9490c2ad9e2e44361f4d0671fa8a3a1006254b173ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a7d2d10f5326e2d71551289740eba86d6dd2f12526dc684b1494bdd4228fd8e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ba876751849dd525a26e70996e7e02092c473bdf386ec4663a54ecf61c4f0d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e842cdc56ee7728aa71a7f95eda9777ba229aaf959594e73d998fbb30b7f76b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:90331abb869c0c04ca7bb59681cbd957ff54eb0e0265e16368f9fd6ab6937acc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a02580814c02bec4c1c9b79c4b5a48a5a59caafa60a573f9f99a4a1ca07c6f71_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c197de59c38c060dc8aa099a027922853e4b9dc7e5589ac55c8841dbd44b1367_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ec7a4bcebcc80cbda32227224f64e67cdbc98d3fab95466b55c89755421ea4d2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:223df196f0cc747e52ffae9f3dd03fab2da3c72d5e3b189e3035d4264a08c6c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:29f3154c0b972730ae9a54bc496bcdf62e9ed348b73d98ca958a265717ccc2a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5e12029e90adf045a4377f4be2be75c879e57aca7aceffa2aef08aa262ae0f42_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e150a242bffd4437f92000417cad89969fd547b5da514f8586802b99a668bab2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:17752e2fbddeff8e6f43bd354d91f248b4e69d88e80b29b75508fb03b82d92bc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b1703420b5a67a12f055518b6a23c1d8259dc8a064a1447196f642dd23363806_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b93a134a81af485a0f07dcd6a71c816ed517178826539d0f53b6c45dce87096d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d266a3bfe528e76a8c6ef1700a2016080d084cf6fad2e70efe5ba52ff0dbbc51_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:8c90e9864b3ff53d398f2451254dd3707868b36c6032d8d139cc3ef2cbd9084e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ae6ebf086515376ed35bb432a7f567f7bbb44b8d1b86773fd86daa387c5fb933_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0a0cbb021e13ce9d693eacc4982ece2e8ba4697f5d5571b8d0671d71824fd07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5271f6452a89fe7907b16f486439f54f0dbcc3d075a70ef446ee4cc62211b1b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0abb949ce9461e5718c1988f57791c7537eb1b3d2184f4b4268fe087e39726d1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1267ac849f67c33155b54409011cd3f0eaa27d5f211703875cfd383d1170ef9e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5082f39df1f143f23f0e587dec5cdb3e3b033ab446a57e7e808c88e6211a1a67_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8fa27bdf891edfb80585e470f09c9d6fa369aa727a3698b936b4818a4b46448f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:017bed02593deb2e9cdfe0f268916e5d1c8cb7a4f1362c6eb3c94050896d7276_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:027baac40981f53c9ec53f5a4241a657929d6289e42a0e5deef617c182b7580e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4bd5b70373a257b1fce20135ff4a4b3e6962eee541c67a0e29ba9a2523d4d4a2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c0b3ed1332b228290882bbff6a1ad6866f5ab2a4586b261949832cdc3bee5797_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:047c270f56b685d5a4e67afe43d2f1ff47829a259be6ff93bfec4864233d4497_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:50a6482667d53de3d7aa2bff6df05ca21e4e9773996afa8b8038721e231deaae_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:653dbef43ed7f531ebf64c9314756be42738f1635a64097c53210ed0b6b0de88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c4d2741561038e0080204335efc6eee5b6ffd8878553b240dd433fea701e6bab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:3de609d984e39497dfe119bb8e0ac2d6d823dd894a5c866e5ec87de5b5711e60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e3a8b252aadb5b32f42009803b56dbeae49a3ddbe9d00aa27569af4747fa403_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ccf49e256cd9c3bb428badab464a17aee485ee1516896f1ade10da11085e843c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e77ce95a84b01b09c5d1e6dbdea8970543aa3a60f9292300beb078d1288bb801_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2ab5fcf7003f4ba3de7656a284b11d6ee05bb02cd0f3532671a8c368f7b15178_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:44241e57d9067223cdd1585db9d699db113931b7a273d207516f60c498570677_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6aaa55450d567e2fa992650c456cdaf5529c5d96fc9984f7e1a4aa9ed6294bf3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f2fa21e8a0e88b25e9037a9c2db4b157ca6fef8b765b36da7dda71bf5a4c4478_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:10bfb59c904103177754f0336f7b7bab676d240480a8213ec42a778bca3f277e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7aa4fdd78ceafdc887a91224614657e86c1e12b72fde68dea4ee5c6e9b610cb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:e4a365a0516b0c8ef2d1259ec4bdb7f76aa9dc0d3c3cfd5d5b3d34341d349772_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:a06af7a856d5f2416777c1bb1d271c189576e273450b25c6dc5937cd16b8bf8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:28b8390dae142ea16bb05f6bd95f19b6ab38dd67c341168337ca07fe4f45fe87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:be6a9bcb97824c91f393af5aac5a146d819ed9893f5a074e146afe18f3a50dc9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e6392d583f97f0932dc01be55534fbb6dd3014f84b745e8bf7583b96ad7a7761_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f30d93c0f244f5ba21807dca912d18d4facf47ceaf43da7efa41b14ee816b71b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0848bdb082bc8dae6bdaa956d2ae36fdeaaac89024822f4bcdffb51da1165fed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9f9603a2dd344770da433fe8dd50a104d69e80ad463f9cba71b3aabefc4fee61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ab417553778971822422c6eef94aeb437209fcf88e78188b701d4b2243ac5be7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b9bb7615df3eadf64501f35dcefa829934f330892801cbb86e9f70f5dde236ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6bb4c6c64852f2b7ee590a0a60db256d8dd549a4b141fe71d311bf30d0ed88ae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:837cd26d96a814814145cd0aa0cca672769283c499eec36c457ae432b99a7466_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:956ad866d891e1340f630b9cad6ec73d1fc60d4061d4c63946ed714900388a3b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:9c91591eddbc058f05d052e3178102b28ebd25c2c9cb796fffd5047f5d413d12_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "openstack-ironic: openstack-ironic: Arbitrary IPMI command execution via send_raw deployment step"
},
{
"cve": "CVE-2026-59869",
"cwe": {
"id": "CWE-606",
"name": "Unchecked Input for Loop Condition"
},
"discovery_date": "2026-07-08T16:01:38.408322+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:0c95fbbcfd5c54e6b2934a8efb4f8523d1536ec1deef78249f4daebaa9d327d6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1b84b2a1cecab16e75947d29572008547922714207272a5dad8169d1ca5beab5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:466597e63e82ac365414c803f5ecb8f06a72374885eedc5daf9532aad16ac148_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:de9cac5c7ebcf3d43cad87758dd2eb0f4d6480f59bfb4112c224a4497aad9ba7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4ae516b98be8fbdb9b783345fe680c1d6ef57b5dc06b2ec3bbd20bfdb7c9b2c4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8f242ba3e0b9c57ecbd85f0d4c1bd67306357c92b53968a42419736c3dbe04d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b717614ee549be99c17ceef3d755c66abc983e821e04808df347962858e0da81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bd0f90ccaaaa74683b9bb17db0651dfbdfdf8f49adf0ecbaf8e83756d270b590_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:040115466e4f525e9f2386d6f8838c51f8e1638eb06cd64f071d4ae027a8fb9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:1a677b9d28655390d007acaa656997b12a32e9093c1c228778ef96cc6f4ca875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:39c68aae39089d044ce992b949d4e9961105711501daf3d4f0ba7e9981920729_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e814640d65f77818c180a706940337f8ddec8ebe4cf22c51a58a8b69e0f4099_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2831d7dc9f3cad92219addd21b93959900ee2f71e2d988fffe913a6f88dc7e1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:50f602354dcb223759d781cb057b4081a424d6a509178b10674358cc8dba41e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6925001d8a798896438ef1388f54bc29825c37d41f2f09a59e3f8bf60b2ec6af_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e01a83cb76fca294a011e022ed86f1da8cde36928096422a440bce8e42fbc8b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:757ad9e0c37b861340a7b2269b068d5b0c6355322eb5f5898a856fd9c4495b16_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7f68ff8059ae68d15041b8f38ad5ee5278289e1370d276cf7e78fc7e9fc3bb10_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:816787cc8c95a4a2df1416f09af6228559333e1bb1421ede0c9e2093444260e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f9bb9a184319c9fef278d3c6705f56cfc592c844f5c458bd20bcdc07c4230982_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:198f39ed50bbd835f4789057f9d7fd8de0962f1641a7f453dd90d68b5b2a4e7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:633ce875ee7bb08d9bf00cf79738e3e63cd6bf4de2d40fa6860142a301c0968c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e169d65b86f23d6424af5e7cf9e1d0ced58382128092821676196c0a05f91da6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ec2586358c34d0130b00a3714b50c8b7bc33ce915aef6aa79eb214d38202f37e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:13e81e4c25d8c789ca15eb4e84f3fc531a50b4dc0d95fa3573e002e3b54cad61_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:17637f8455e0e17bb3dca34545a26e881cff3e1444af45b9f45c3e282a252bb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d2dde1514fcf3308d1469a0af6727835121c4d6a1a1775a675a7ffabba8e3bed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d6376055835ac40728181d6f354398a0e60ca131d2fd8f41471ed87e974ea4cb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6f86d997faaf61c874def5a78cded319a188c1babbc4dfefb91a29f7e0d7f0fb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:73bceed99ad1b0bc99e66ab8361037e4046c5212645490161572fe6f34de98b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:babd6b0e928bb674289f34787d3aa536bdc4c24a877a5ac9311f21f0cc9e6224_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d00a12f6c4e75a2c93bdd135eeb742f42868b0186d9d03f318c885407a17e439_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:0932891a63e5ec5a076c7848d5746e29d972f3a96058914bee8fffa4921fed38_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:472e977d39473b92992f53c0225de477318b31be8656c37bc35193789ab7a456_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:71021ecd15d688aefa6db79f817c11a751b51f6ea9f2e48781bdc49c6de98088_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:9563eb7617a4d3a9c22fefaf03a4ede698fea2621a68ad231cd9e65930043a56_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:1fbf3bf4990353e799dc271bb4a0c58b385feb2ee60207636a3f76544b4f5ae4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:7815e9dc63477803e7e8bb8a01ea83043b5503ba529f64db3c76ad1c4cf2f0b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ab22d93f277f9bb65fcb5fd9c448b72f82384b9be43b8ab525d2836832044eb2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dee02e09373732db94bc442ddcb2eb4d13095a04e35c674387d3df8ba23d67d5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1a046b24339587101462756592c87ae4a8f699fc2977a703e6d031e2022a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1db6c409fede3e9ec09788fdf286fdb0634de6b6e727ec010332f7cf2e462_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:bd6be5cf4063439e92a1264ce3af0ea6528b9c27dd4b26f043a80aa8616575fc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c955c4b9dce1b25c73453079a21d84c5a2e5d0b53cf6e351f9b1855f08db3fb9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:221943f7b65573c2942d88354261f93a01950be1d1a86fa853544cc4c283c027_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2488ca8b2a8f658f3deaf9a70b12f7aca159490b5e0861d746ca8ee5d2010041_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a3435c546844b61f456789fd315495d6bcdc2560756e9fdfc4b896cdf70d75c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:be2e4dd58b8ed72278bb2c014317e69185e2b19dce37beea7fec3798abcb35f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4da2632fea643a834aac3fd63bc51fc6b0d768b869ac450e6779c9f36429a9fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:56ab8a9553f0c0202a47d858e234f2672098514dd647502405cac1f28d14196a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:abe530f4e865add435da2afd379a3a11a4d75c257c2468a09bc78f10256e0be9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:fe1397131aa0d447366fd627b12582ed647551ad3af13375f8c281ab73745f0a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0857a5a2cfb5c277bc2d2545fb19693f23285ccf6b75144da8fcd7225e1df1c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:43b36fb1f7ad271530f5ee9040cac4651a684e0e08de2ed90a2939b736b565ed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:7f86439496ba6573ee1d61b5f4d414dfbbf65a95526cdff54e45229f01785517_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8094138e4ed2267cc278a83a1586922c957142c9e5fcaec62db531c83b79566d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:309b1dd27ce0c7dc332c7141e576642db4aee6076ce50ccc2930e824f02ead2f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:35322e4580b0fec862223f76e0bd3c95ad0af31f3d4cdfd6423d3ec47d6e25c8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:699bc772c8a648f8be7d6a5c32d786d8f6484e584d918d68ef8a32cb1499663f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:779afd8e0fa21d022d7e75e7ba8da00cc7604db1adfbbea879bfb1d0f8c9c831_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:49e98d0193f7d7b4347043f0655d350a7a0c0d8c8b850d95abb57acd13dd8ac8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63e308cebeea85127f584610f59cdc9b228f01b9acb227f2f6eba7fcdc29b1fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:71f9b47dbd3985738259a6bc9a5bbdb240fd21284a194b47bb78538f8e870cac_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:9181583c88b3be23253c76e277f140c0a1532c1bff7d62cd0da1e14beba1aab4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:0f96581804dbadea29d9ef9a2a952753f5fdf295670ea0297622214e2a9b7d0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ae4714025025642ff5d9e250a4715b01d933487fa8bf4eaf82629ebd6d4c8702_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:cdb096f05b664fb542bb6eac3cce52c53da2e4bb636189bb53f737d3075615da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eb9908581f71dbe01d8553e494ef022417196408e9fdbd32f08fe1f5b9c9572c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:08725f7a384b4e72a173141cb35fb67293385ed72d973fc4d497f3c0f0dc626b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a322e3fc620e914088fb5669f1459a47140abdf027bd011d6ff4e5b3e6b909b9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b950e80fe164f86ddf624c80210308a634929ab8eb493496ef86bff1c5248fce_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bfc663a0ca81dedf849e89b91feb3fe0af97932fe8a8fc711d7ab85b6cbdcc84_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:13257447171d38e6e99c66faa476de6ff6ab934c285a0d1bf71fe94dbe583462_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:23fa493f397748092cd71c41b9d83d19fad6a5433b692bc644e30af790cf60da_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:28b1c9ee4102140998781ebef22f269316d8c2be2254c10b4d7151dffb0d37be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:be2175c2c6c9d882e44cf10aa85f1219573952473e893f67cc7085bf0a324407_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:61417bc1ddac0bc97c786b5807c2fa33eebc75f7cb186aaf9eef2151dbaf75a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:73956194247e000432a8c5f7b78255062c5ca967745ba2d97e680a06f698f518_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fbfa9ada74c4875985fc4bb8366d21eb5275a52953d44bc6bc740d48edeab5b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a545c9c2fbb36296286f684e02f9a5bc337b3c3fb9c83c608c988c88455f9bf4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:34a8a8a4a62b36b5e0eb061db3d56905c8dddfeb2e7a7135642f947ce6bd01ad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:41c2ea14036c2f8639cf0dd634e327841954eff4529743fcd10e8475546165d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a884f443877c7a3c0b32dc60a79e1bcbe89036549da7a8aa4608ee2ac6460765_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b28e8574a1d3b374ac4a61ea4f3c16eb70d9ba7385bf830c8698f4490f8fd3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:8e245c278c66405066cb31e9d48e97ad9cdb826511bdb1104807d26f896043a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:380e3045135a40d202f330002512a5c499d8d2079cc38e5c0bbd5a2312820dd3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5d06442daad2c126259fa5d594b53329e386f560b77a475ccb0cc37148644a5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5dc0ca56deaa237fb0bcddac8481b45d3ac81609b36c3b7bbb6cff8456899208_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:aa669084fb336f5d89d86cb58aca73b88d6bc4b6505eac2020664e0b6abfff6c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8cb392862e1835b610757e822332074ac459c593e9bd60fb6b6f6d0aebe577fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:987afa1aa902bb85d7c2d96f1637bcd19bf21eb832444c98d30171bbeb746751_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ad2f0cda09211f3e0aff615306168baf808e6fefbf1f039c3ae1a1fa7050a61e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:bcac50d10432ecdb8bfe2b465ba75889248ee8595f23c5243d023ac2a336f3b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3cf2d6f464e6a2fe5b4a8cf66690b3237aefef0c825a687a548f81336507cfb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9bd17213796576ce4d315986dc0b271011c37cd6e9ed75edff5ba80c3302fc26_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3205092b914bc1fe858b2ede7642227e04f35d06daec4848fdbbc0406fab4a03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a20ecaad93b15b869fb321c7503adcddfe1f0f5eb3f0f6427bd363234010853c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:57259db0550547f85684c19078b9af82b6318dca0c00ef8da27de8c8dc90e305_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:a95676fb6c1cc1b20cbb758a7c9fd34e82b3e114b81b5c17f47ef303feca3d51_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:49026487ee6722c3d438c05c1c181a36d14eca2f0d8debee48e4a02db0486145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ee65002c4934842ad86197a89e838997bb87a93ddc9de3423eb2af282a565c41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1bb56a1a194ba6f64edcdeae267fecec590c14c85431ba62ee8c6b5744da3a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bf72f3bbed57cebe1deb7690cd7fcb6d371e526630cb386d13180726736219c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:81afdbb2d9fe212af38a11b4d00ac952a306e13f91b23b2a081c0393173c5e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bf8d63c933996abf39eab9406b3061bee014d766a58f4e27a56413652d319a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:4a5021268b1ab163318270fc9ef07afa8a29f288c95ea69700c4bf46f88e85cd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ea443d9738e4428b6912b47f9c1d8d05b75cf8b137f0f9a76f852418b33b989e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:00148cec706fce87b240d38dcc91434f3c167052d5860d42ca9057e24c3f35eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:7996dc231961eb51daaceda9598b04e4bbe7d0e4019dccf5adec8a14d6f7e1a2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5c70298b919a36de41bf25d870bfa3da4013d36c6179db3eb6dd2e67dd20bff1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:a64777ab69af6f2b6cf4b78e5a00148e98353748946991c0a6da7eba76b442dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d4b6a07334845b2938c6d09556cea5e0477d13d4be6247bc9e3fede2e46aa3ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d5e665b41152b8363b4b15973a7b86365bb2c047366aa69bef7e1c499cf4fd3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:1a29c30f85b9bc858f0c70ca5ed79934494d92849f23baa6c7f26f67ea49c57e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:70f95a8b240afc604ee9af621fc3b63adaf80f593f3131e7ed51077ed2c77a1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4d217b45b97c9e01ba3d54d03270be07e9659b0d4313fc85999aa49fca560108_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:634f48a37ef03dee1cc0c0626c32aaebb8f9975b4640ac540f02910bdb3b165d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:00f06d1c70494444172d5630c33e1c93c333a880520bad3a810f96dc69cced15_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:01ac79392fa7a265608b75458534bafb6e5d350f2e8536bb9de48566c685841e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:12047af5271e61b4032c04c98df9ad54363d6beb13b36f49085307705677e345_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:37e5fa3bfc88e99fc78f2ced6cb4a99f5099942e40158dfa6940784c3d2ef95c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:54d10266c83c4d5fe91b013dac51538493ae4a4322c925e561c45316c73b1e2d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f799d506fc4087aac0eb4b2c2d6c8e511b598c6b3cdb1ba5ee470b787759fd8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:061d1b86afedd409ad4947a8ae59064f0fa92360cc82f640cf124776753ea3bc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9c7fef9c0e22e1721125d5b1312e509fada544e1d3d956338c3638aecea53dad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d3d951b736b910437255f3455b76357bfe0111c257f5a2d8dfe0f9abacf30fe0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f7feb8627754651663208ebb363a3e42e1767e16a65914148ce0507a77bfe795_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:23b0327190559517a3526d2500534542e9a397210cc6f663ac2b313aee902e92_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2911daa552328c8b01b19f91ad43ac54da18d343834c48ef35f12adff8077785_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:43960246dc7eb7bcef847c0d706bc6b0f0a407053a2cca7dfe27fce23c6d2af4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d05434d4552d2ffdd45d2fd44b1b2e2e8976a15f0f4ae59ce7dea73ca97dbcf8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1f7e808f97ad41f4c301736bdf2e06da73f2d0e3ef4ca838f0afd65273db7c8a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5553003527f078011d0c440f86c1480ff4e62b318e98ca2a4af97b42e5e186d5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:582a4e6fadda74e5c6c49b605b7967e9d6f25c84ab3de162c30931b1dcaee31b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6d54aaf9249113e5be1b6a87bf439ae778918533077a41ee9442396cda4d2642_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0b4378067622a7584c3be2e5e5d8748a564ae7672cc882bec0c1d6f4f4c28686_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2ba6c6b021db9b58614b1ceb9b736978b0e3396b04dda4518406b041448dd5cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7f7e406ef7b654a66bbcbbfa5326ceb1ddca4a0236cb60761a0ea48b919e8571_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fc403f7babe4eb16c770c80def94f34696b3a8ac55360b17c88edb11b9ae5a8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:473d595a495e4656de14b1b22456ef1ce2218fe39d02bf738990c0be4cdf5440_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6b3fc95809e8ab1be94de33cb375207b4302f93dbfd51f2a67228025c1e304fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7d0a9db460cb1d4c918f87a02979048f170f5e692e83cd517bb9b3271aa06dd2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7f1e2dcfd02a6a5fc56c6665979a8981f11144a5bcc6419feae3964b190583c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:775213a7b6d92d23694dbd1538727c84ad58c6b8a8b46587ff7bdeb7312acc05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a649eef7fa6148524b1f3aaf18ed6543f65ef91ad21358cb0af865401061622d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c593dda5f85469eb4ded8cb6c4738069d48a144823a070b83b58ba7772ba0e90_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ffdcf3c2b138b62cfc84d9916799812ad73fcba9c3416d7442f3686417c85932_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2e1e514d9f3cdf5f04ca924fa98d036988ab47259be5df67497931321634f730_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:32e93e986bbf92dd3a3e09f9c76bed29334b5cf794e18b843f81522ccf43697b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7bfa1c21aeb7971fa978d49455f4b5dcccd4ccc3de147ef47c32e9b74bcaf2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:dbb5abf21bed592282f09e30ba1387b084eb028bd931df5609c07fb8c09a0d75_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0606de7cca514d2b4ad9593d7f37950512741cd8f1597b1f83951aa7c8839268_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:116474d2dd37c159032b15ff856dffecad2ef0ab76298bc43f840bd0245ec78b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2e887b0da3269f28933bc5af839ea2df95b7aeca3993cb31b0a1c92e7043cce4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6029166a01da021523fc720ad70fc59f449684e577f9f5a36e0e759a39d0a28e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:849b8be9f7fc785a70451c1c0704501e2b449650acd23d450d145da1a760c166_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9c5d6a2d314e840600ca6bd1354c7dc6040fbdc216166418485d6edfedb27ce0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ba10e440e514662920d68ac025d5f3841786a393703fc2dc0ee21ff1d2490015_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bac1799b133fd829b35ac619a25a272301816494e83be5a251f78a50e7fb2f88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0469874ac135c41bb590ddbac02428775083221257b6904fa376335610c4acb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5823c8fa1f1409d6863dacda718e35b7afd2915befa21343dfcc68b6fef7a9ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b38d3723f2547dc5676460e3738420e243c6fdf7be77e54d18657efb9668c438_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e5a5e4c1a01ff3f5d694ca26dd248533fd463c85374c25ce1a9f4b7a60deafc1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:19f94467c811e10882e30eeef39b1266b83ee417974aaf62f75738d51811cbc4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:47487ff8d0cd813ab3354061caf319dec553b1cba9d5c1045de710b8a6d0c51d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b3a0104cb85f1a6965eee44fef58983637839a1f97ddccd737704ab41cda3a25_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e8c72b610288bdc44492ea0a5c2fd66cfb1673fc06f6bc66831fa84c96f86543_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1a9333d29d3561fe95488f3d80136d6b24b4a2e04472d37d34737fd1032a8856_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:705d146d458883660aa0b673a651d05d1d1ad73bafad91e84755118b82092ae7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b9265d767c8a6786f12dd4788377f1a316864863a32de4a4ec07ffc8b874aa00_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e3a7bfabcb96924059fb7906be97a0ebb1df35c6cad39a7968a6461df0cecb31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5c015e1a10e5f14e82e30ba41b1ae6a82cf5cb0bc631f5137d7637c44a3f5b8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:623bc4c74b05b46babba7da628809bac05b48d8c4055648e88f0db57c1bb0e07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9502a32446a8828e8a1887edcf49034e874ea0e32ab5fdb738ab89e77cb5a472_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ec7b6b83c8e934b66505e8051e183fbaac54e78abae5ae99077d4e5e163b4529_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1f15641123321a662f676a46a24f6c8066bba6e3730a3c0d0eca3ff8e548de23_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:85070876ada5cb86e8c585f3ac3114d548b189074723a13ec5d6fc6be25c9964_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a34e14a715bad1d324f9211d95c56ed387ae51b24b21ccf931c12f3f7b3dcbaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e12ce561e4cad13a5d08e8164060bb74a309f66047279a26dd727d34ed3dc16a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:67789c239f82fe3649ab8c0e13f920a788a3612d15a78fe5986a852bb2d11a0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:80d704ed310acc3015748815351da4b54fef2d8b74d7d4b03aabcf9fd7e60b38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bfbcd3f502bf336124261fbe51f19e7a4cb9e9132e07da62354699b30cf6ed24_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c1e371a0057014662b91736570bf25fb1211ead7402154a1149dfee9e55b994e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:175fd0386d9a4e064fa760f23ecfb45ac6ae3500e5a50acac0660d06e5b7ecb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3e9811dcf3c528ae6f5ff86659dee1a590c2b53f7af1a03204d06fc3dc628fcd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:68af6c6e7f51523ac223f4e25955cf3777f4ae5b601dcca7c6ec7e2dc0de0782_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:8f1b3ddbde3e33dbe01816bce0cce7d7bd196cc04affbe606fecfbd8ad7b8b17_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49699de68bf38c34edb696ebe4f9dc608756382a977f497f6713dbc7b6e1209e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49c32ab1927e0969508b906c14aafcbc64e6eff7680b9a10812eca4f17787921_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:86135a8f7d4aed36e7b2a571b431b29eeaac2bda02762eafda3e22a62a7a2d6d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f2dac4ffbee9d028b26e683b63a9f033ef8609907f6c498d42c447a306e75328_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2884bba195d4d635378b0d15efa54991a23f51bcf4efb1095b478f5cd9c34f46_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:d84853556ede64db5615eb4d826879c744f7ccbd92c51ecf392a686af854ec11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e05dd48fc4c26b5dd822ee58a2af27bccfd0ed28cc959a6fc05073cec6f7c9b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e202635a4a52be92b47960bd8ced28634111416b220cca5fa7f86373ecd1210a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ae36d953c8c7f73dd78d620f94a0335ff5fb84b16ce9d2dbadbdf3dc5d66f6d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:308c924c44c35b39c66b429a15a0343a47f7dfad62dceb76ea7acfc85e6bd973_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e132f6b0a6b4e2dc63561c1ebaa0bd9fc669a835b0c22b0d56599e3da870231_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5216d36dc483b1368a03e00dd9dadc7c75de2bc36ed98cd7ea2b089cbe23965e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4bc11f6ad7c3e9c99e708f7ef5a01b4faedc8eb5d2de5b0cbed502395958555f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4c04a50ca49fdc521da592b9c326e233763918fbfd6bc97e001e0e680ce24cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8ba4aabc0e1e36c3ffe66b55c67ab8c305f64aa6011f80060c5d95ce91180c5f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d259704d34b605abd3568bd4c988bf9e831d80554ec2d7a57e7c39a70daf0140_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:14c55985b9277766e54156139f0949d1e3e5f756ade34512a3d5ea3dfed2c544_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3231ec9c296798f11aec6a285b0a8f7c5cf220534d0525afa59c17ab2464abb0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d8767e4d0b2c8222748319f05483bcefe50388abc182a01f3ca9dae3c80dce44_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ebed5c3d8e112fc5086208b4b4c0aba054a0058f3fd08b71b129dc124fa00f99_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:26dccabde8cc0d1ad45160677fe240b3fc098acae82f6d095fad08b78330453b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a168025d531f20656997ae845a4930919d6805b7f9374c40f7835a93aaa46b27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e696a8bc54ef8a13800b2168a395d2cbb08678403beee2dc52c56d04cb235759_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ebc22890c7759ec9992b64dcb0e388881caeeae333a9a84a50dfeffe27e38b49_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:09319f1dcbe090d9677a43249810dfe5b3eb165aa3f8b473417e0913649b1556_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:46a37e99da18852f5512235589ee86dde0db6c09d76a49275a8004422b9ec303_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:535d1b713587008fe67eec103cceb54471f5263516f5420589cffe1dea02be93_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bc614ab102efc7dfaa47fef84c4783da26548491e4c43257bb606a06e8d155f0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:08cac9e30829765f182624de9e45e59b40884b8c39cde60528dd27afa57afe72_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:13724dc9eb7247844e450b59b8cf3af5e5f486e9558942836ab60f74b9943291_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3e1a80763f76f622b5ffcdb35bf2dc20ce1e9c06c4f5f6bf0ae06b04134733b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d077c79741fd0c481fa6e1aa2c479b8c5b380b1d1f163259777c8c50be257709_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5e82ef0b9ab6d4e3b7431a7611bc563f356385dd8927855e6090008685f1549a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:62ba53e306331c1b20cad27ec31cf59687218f4bd5908ed7e9034559ded04b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7664e74786778a96606757f1de215a4a9702d0c9f7cecba7bf8028884a7609ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7a967f88faccfc101b9388f8434d406acdfc85d7d682f9ec742d59eb31074fc6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0e05cd1eaa2b9c558d22892495f090b6b51a316dc56d85ae825b6fc44611b6db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:445fdec85c2510c8a45b2a830ead87136bbb80bb9244987b4d6ffa5858931926_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ccae4f8f443ba6806ea33105d7dc06002d58914626cb9ae57476b29193761b53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fc0becd36b6fad4911a5b8c9a4693320918f7f7e6336c2b11a76adcb6d1eec36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:652f8fc874b95a56393f14c2b56a63faa64c04f6646c1786d07eaa272a9acb9e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:94b9c011744629b1ff6f230e25f876f218ed59d55a941377797f77cdb7c03e1d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a178a796ca9d32ac59faa5eb9a6aea30f1aec65d88f89080f57ed519a7983f05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dc8a79297c73782f5005075332bcac58b051a07d2b35626323f9b69ee5f4d64e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:03d66c724cb647d4a613bb48c9df6e9ffaabb68c8af5a4ccae45365e32456470_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4b9510fdfb45d2561927843dbd7ed869e2f67d9636e59dfd0c3ee640d9fc601c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b3570e078bed53aa3e435443bffbd12a7b259f8dee9d18c0d79b55514a547b53_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fc8e892ccbd8d3c1e737fbaf8f02b5fa6bbbe242780c9cd00fbc5e6889d7baee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:266bd8400632ac70fc6584e4bb2850ebcee7027ff7899acbeca612c6556302a4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2c8f351447fffc2133f339c6ab3a0bcd9bdfafad4a4cb5b7dd2abc32c6056a92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b8d2783a76f514f9a4e8096434ac205e1d82d09da2d67fb930a1b5e4d8089e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:74fa72db679ef47f9a3e3459a90dfaeafcb6db73dfe15b8933767e2f9d19c448_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2b5964f6cb078aba05ada42f0c8280dfa39f9f80526932cc5d41410922e4e8ae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:480b27e9866ca8dfba83e1accd427d4f6813f4fb7f612854e32bdffc10d7d5b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:91c7fa7b70f2cc82b26ac16f91ea084e15a4f5dc64f254ed878c25dd1170c0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:edc297cdb2f670aebc1d3561d801840ad029e8777ce45724066e6891aabd60fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:443e0dd81ae60896d31f07ab49611c5e0629746824df094ce28cdd3cb0ae1d58_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9b16561ca87196e3dd9330184f7abf25e97272e3c47d2e8d594e3095e74f815b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9ff62f63d487e25a750bad29314955effd17152bfc534ff698963760a2615b0a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ab506c549b676ad9d8dd179e2ba871a12f2096ca2601ea2a1f2605ccb849dc6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:08758e6b81d6679b095a8e7fa323870eab35fefc05e525c6ef810b6cc0b3c0fd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:af87d24f6540e5c98def879ec4ea8adeb5b138e41abc126b2c3030c5847fd0b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c5e9e59a08d8940e99da6bc568269eaf71ea8db62dbff86a7f6fb5dae861e323_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f5122187c85ef27f5423ada009d800afa4800e32ad1ea3299586fe64cae8e38d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3c5078d135089e1548b4dec49b7e78658279e42a72792a988447662534b6516e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:56158ce0af0c0eb9709b2d1a172201bc795ed6e5075517b6919ed1302399d6f3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6720c8097a398327f18a5c84c28f6b58aeee017199c2649649a1f159b8365838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:89295652b447f42c6a0d6e1299f63b04016f10ec8faf6372357294a14472e426_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2baa85e44cc4ac6cb825103508c5bd74e348609eaf53ed42c6d0e045dfa62772_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:61283f1fff1f8ec53563012a5b1fb5a48831f0a220d3676b512f5a60b331e849_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ba258012c0832c57b29785be805be44f0b5f8eccaf76d82d7493946806eafe5f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cf3bee6414a87e7f907d30047ded274c488239af5b1f43ed717ac2cede29df86_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:40854e0833b6cdfedcf275cf716e58f3cbc5c44be313fb83ca3e909bd80d0b08_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4d6a10dcda92c599f52977c71208222d166168b29da4eb4727c466e7eb53cdd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7be4c5ff86b0e939ee9f22156812fb98d2f96c1eb4567ca8a6a01ea3aa735dcb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:83bdc9fa5d3893a973794dd7162bf9564ecf68ce44814349a621cbc284b9e61c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:993ba8c1dd84e486fc4084a7786934c356a9b12ae86155134fd1a1dc1e5e3f2f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a64dfd96d3aacabc8f219d19e6d7eb0c1ac5b68b49eb93fcc973d76e67ef1d34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:ce306e2cdafabbaa29467e0cdbf316673d17180efb604e683a7fd1ed7181c6f9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e6748814d950e6f5e370dec9cb7d557fbb0d29ad3620b567840770be826a601e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:04d418560f90c35b42be67886632615d62dc89cd37fcccb6e247212b535fbb7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:40eaefc42c0f0b5adeb47bcd463c2e2a45e7f3af1c0fa4cb3fde9c5479660c4f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:545bc2a7b32276bec515f338aea3a2976c01cc787a559986646aa6fa26ad5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5a2653ccd5dc3f59a228ee8b936460575e1a392d12287661b1dc83a9f8210033_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:12e5e4ea4d19c4dcccb35dba161fdba8a703ba6331b11054e4664818737746a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:180e817b55ebfd081fd0305f63b3e0539fe8d13d1ceb8428ea21e213779fd056_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:92e8693b9f6955f9862c8b576f5e32bffc3bc34232511fae0cbe57d705bfc53b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e5b5d4750a3ffe24b1196255d4cfe15b21efd587a41736307ca8e4e61a4936fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2ca8a85fb07b431d97ca6a3e3c18f1cfaa20883c7076d6b5b4e6942b632f9aaa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:559af5a310f0923dcb4ef9389c51c98604cf44642a13e8ccb46225b4ca268580_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ae056c9c8e0cdc6519ac1a9542781cd54ac2ac8881f513e965b57ce7d1e5ef2b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:deb92b50d5948bae13db37a7046d9b212dbfd3ddb1063ff8a5e5467f0cab203c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0c4f3cf84115f8c9b9bed6b2dd5d52316eb3a9e670fe6b9e28c2dbc350392e87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1142ce3f8a3c1c2a1c7dba79ac2c3b276a45fc6271ad9df9e6a5d8684c36da2a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d9f2c021c17f1416e01ba31a8823b7a87724fd96d7ec99d494981842b5d452b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f3aabf75e838b4a941f64a7a322768729059346d7578ecf5fe7ce27a71876fca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6389373ccb2fbe1b6385ea21dac1c0ca918bf9d3889ad7a738de6be5d7ec4272_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6449fee9a31acc582bb85e0031312e3ff07d1f1843a1c6c410eb79cbbec1ceb4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:751f007afae9f16527e9039aa95c2ee6efd2ee20afe3c083ba7298493d2406f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:afc11a340e28d4100c31646b705e8db302f6b0a96ad3620e07391f02a70438f1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0673d2034e7e5fb412a171939379da14e9269dad7bb53e83be7ecf8233b0b5a1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:18f0345811215feda18d2b63f679ee870e76b33e9f61042d93edcf36fe97df95_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a2d247eb696c80e02bc8c1873e8ee0fb71a1e5ad6cf5cd84bdf504f4fe17cb10_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c342b14ff399c961ce05c1af127244b950b8e9d641ce8752f9d0f880ad7a672b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3d9fbc97d13987f28ca76b3e238b540492eddef0f302c2dd958c1b0d05e10941_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:47682d4e934d597aaa1e809011a69afe93936fc629ad3dd1ed76dc7b073f7ee2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4e8d3460e04e85a3e01a578d492499376787c85f2840c97821f11213862239df_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d7b99cad55a1e1d380d30d0d4a61bc5f0cbf3a87223efada3e69bd9b0741d3b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4849bfa8a48c7e7d264fc6ea9097fa9d33da25f75776619976e3204b42026cc8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d7c3f5ce57c0aa25e13ba9484facd75c5a1dc3caaf9be4d0f273243e7ace327_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:78aef6c20ab3bf78eeb8b8a857ca2a24067d45cea0a070c44d3fcedc00d4efbe_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7f33515dbca04230d98550ab638efa87389629fc7d913c8ec42e4b5bf8a772f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0251068577a1724dc777683dd189468ed77413b396614a117dac6b4320b8f01d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8812fd85c74fd67a95afe09c2ce5e7d592eec1e25fdc6fa331a8bd41bdde0cc6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:89e0a7e0fe060abb45a6f8e6ed1906053c09f95c252ca7813175903db61fbc99_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c3674a8f28935f3140fad744b5a178a8346a9a7f79f6c281561d2877b38c4ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:13bc0d4f7d4508fafca5a3bc61b6449a056e277da131e753c06cbc1bb7781b27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:993a2a0b3f84e071560f6fc1a3ac243fa745ae9a7ab15febbe1385437dbd3ad8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:80fc518199cd3a1ad421b142661f0a85679b12b69d0afe580fe60eb6a13ddad4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f069665c66c19d9775b70a31aa7a1069bc653691f6abf106a88b2ceb8c0e1ec6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:13ef0c0585b01c56b865e029d029a553b458fd2d3d0204eb6dfba1bcaa11ac3c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:599d33b55e88212202b15f4344f7a18dee4f4504b3739d6ec99414d05bcde2b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a751f1f0540505bea087d3ea9e6ba798e89d5deb772cf8e401caeb3816a563_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4c26bc366b267d444f448a4d7bd5a0d26f84bea653c14b261a829669d888cf88_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8b67087a584a2d952a6e80572686412cc8ea01f03ec8d70b56cb8a24a0c5a3c0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ac1123e890f0aee159c9105e26e1f1ed3ba5eb3ea66b422b281c3e9465401c5c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0dac7821ce2a3a5a180f53f381d9e61484cd8c5efab3c9a7dcc70b5783421b64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6b30b39205367ec985c4a9d948e71d378b9483689c3ea179cd0f2476b9bfaa1c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:de903677bccf645889ff7968ebbc052b14273329c0765f7faa53b0ca815d6899_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f8392be7a6f5223930d53ed6d127faf727489b8f5ebbbda6b6b437c529e3c812_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:02ac68c83db9dc50cf6280a418eed9261dd2182bbf51d16fd143519e49960b17_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3746261c5d4744b13d4704c822fd62ce1f486010176fdb3bf95512c72eece73f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:85e34da00bd6d290c04d8eac32f39db59b5f50fceee9b248b2cbe27bcf0e7e5a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c343b119edf863e179df865ccde0b665b87087d78b20919aa5726d8fd240b344_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2026fc52aab5a6d7766511080699112f32ae4576108ff95b0eefc5d807a14f25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:21b5298172f4de1e0074c4abf5e4abf27e8adc02bbf7ee49bd3388f7127d4901_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:42f8af9bf66ea72846b7f7e57652725c31b01fc4a8d39ff7e7882075438c521f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9c5711087546b1ba7cefab267b8aa30b54ecde5926f009518cf0db974ff84c3d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:373c4b7507a978e3dd62e9ea629d1e397b1f1db682e11ada1bfe5a0b45afc782_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3be306649df2fa3cc9f30e60ed5d947fb0678b0231b617eafd3b1593d10feec5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5b01a896101a5189740f84cb1a83edefdb0dc00288dde725ddd0e95480f8e1c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:961dd87e559779e6338a4d3d35c96c0ce6ff7cb9634ce32d4bf848032f4a2fb7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8799db20cca7be653bae6b8ac5adc1d628094eababe740beb5dbc27e05346872_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a36c2b308515a293cbcf265af68ecebf498739e74ef11016d5c0edd3cf47c4e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b86631d6601578548af20a28d132a0503fe118f53d7596a5632ed24ec5a9931f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e867bd8b76b5bc1438a7be88a30fa7707edbb1909920a1d4d1d0da0ddbebdb40_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:313074950c6dec37d29a9722b58ddc951aaf67c27b47568039f29f02f2523128_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:43618db20e6f592602096897bc89eaf3c58490a362e91e3299e20bb2a02827d9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:705f4db2e969d23205de87db1bd7dc8eb1ade64a76940fad950fd1a214dde6e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d2d5ee5893ae16784051d9526c1feeee3c641fc3e6f337ba807744551c00ffa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6ae5cfd48e788096162bc4517f0466bf526f16c84bb61072886a64842856c5b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8004e7284c63cc32a05f6de732791416d57d62db041ede2829d4797139094292_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8137c3932f344ce587769bff04355ad405b6ff27009bf23a221ba52f3da56e1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ef15235cf21f0fbfea74089f75471b483a98c920b65676bb6199c155fb61e929_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:149cca2af3f89c7d1e105de81bbd098c66be5687f18a584b644f21d0be20f414_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:33fc93d5cd30760383da666e8effb6ed32f4c8f2668da36677e98c1801ef4f5c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f9c1ee7f72c926c45cd76c12046b867d9efd7c3c381f34afeeb9b6e97751175b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fcfbae71f81307789bec93987c4523700c191a66663ce53e4009c5e0a8627826_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:04fe8c19bee4b629ee7f18a13dc0b7f49d6a4b6e19d204de90b6b2240b0f875e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5c9662139f98817aafe153a43f700399781d079390d5ad23d3b70fd6ac5d370f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d1147830f896fd229aadd2b766fbb4c8102b35a8edd4d8bbeef4928d89cdbbfa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:dfd0cdc29bca0a2239ef203fe7b58efd97ed4e72daed6609e22b20babda395fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5a9889308bcd1c3981072c83d44206d0c3feff059e0a2029d49adcb974674c95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7a715c7e2a8f54ccee42abf122b0028ed19705f401248d8c38f785d960f1b116_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a67de487534d03cdfc180af9d235edb21c5cb71e1224bb5041fcf2b9a428732f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:b3780d23a2c384ecef73c806cb20d7f97bcd11c12b6392c781c0deb7ceb55df8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:48b5d06ac4b35c2a7bca3ba2abc39e3af1eaf4ecb19c720d9b6e46b066318414_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a6d7d7df9078e9d1cb0f12f9ceac12c96bf2cea03a9085b23c3e4af6a456b51d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b757d11e5dc51a5822d9e30e97ac142cf004fffce87ba2e58b8d62926127664a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e61ed19beaf8352dcfd4b9478335a364263cb9839f27140a634a217d87d331e5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93baf08acbc6875eb2b665a9ef3601ca34b76767cd70a172dac7237f21b6958c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a5f2c2debb51b8aa926ede417cf9fa0e4ebaac4f5bf9e770db55a25902a4a3b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:dc97d5c1aa80515080b2b4d16fb08ee4733a9347eebc8427f10b7e70582464ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cc1559af0d7be472ae46be4552fb41e81ad804d73d1444b92cae4485118c6773_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cfd5513afd8b2b5e22d5e384a7f769f9c04709d853feb2f91ef667d804cf9a7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:febf2fb95748ed0c440e6acb72c40d609ae7587b2665cfd7145c878a2a0b5783_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1728f980f3ebba7e48bc0e8cad114db1e0c06f692638764e30ab990f45c637af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:41508513986b369c2f89c64af84b3980b16bd2432130fb122d8c1346f0602894_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:650f08f62aeea4bc954e69ed88a9f2f14d3c8f733c155d113c0c58b7154fec4b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:016fc7e804acce7a8b8df0a02bec320c32f9ce6224ae67598a63992219a77516_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:081f9cfabc57aaf4d19df8b496613d8aff54ceb265634c904ec7765c810b4553_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6da3ef092cde7fbaeee01c5d6bb0ca5d52af3ed8de458ecd3001bb96262c1ab4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:035d07364444ea963d64515420fa4005adf82c44b575555a074149f67db50567_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4e09fb0bd709d53a0abc6326905cc43ee36e6e4ec5e20108efd1ffe585b1f2de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:53a5f81aefcdd57ba33c57c02941803a072ef3f1b8467baa3c53c7e073a9ea96_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:cb3d2ccb57987217c75079a9c10f230f6a7de9ba3b0fbd87d8d3d5c71f8c94b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3472a8147e06452751999ae2d041063907f275ecf429dcdcfdce88c8a19a17da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:61155741778188324e0616274f067ec36723d0fb81d84e9715f72ffecfbc92ca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:adfe8cb84a5f0a241fe69ec532b7092a10cc274cc3aac2b86f33ac8e725ab2d8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e704c70226ec4986c16166ba1ca54b908d1b6d9ddd47640bd5ab6d292f977508_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1d63a1d7ba183c49c69a6ffe5a4584de5282029b0b2c2f3484b4f4431e2ce954_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:441db8762a583090cf4325377b0ee75838452a601732bccf4dbc57f26f6a1a90_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c5c52612378ce1f2577314e5723642237c9a361506c448ca80d2a0b56666a1f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3b9843a117d6a6ae28222951e1a556d3888ceab2ff75a082a06343c8030a5ed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:236fa2dfd935db687e786cf827d88210c2f586d2d1a93e610861995908bf2587_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:647704923828c83c6ed3810e3c4d7456fcbe378516dabfac30f203a3bd3634b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7638d755fde7fe6d3c004a6f0f7c761a9fdb75a3541f19a792c3cf8e8bf473d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d2eaa5b8ad9464732265b84128b5280d725feabb2d4b4cef0178a317add66c39_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b659f5c6da6f73bcf8b2850f0172358816bd68fca721b65a9a70569a94bc90d7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cc867d49602a6ada5de7a783136b6463c4d9adee9877ae1966c016a08ee8e87a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:6fa614240bbc1932f65f8cc9215d2baccc05dd1cd5586fd308c44d8a94447a45_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e85e957fc16a36b5964613a99fec1e7299db9bc63edd86ef965d879a081b64bc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:14b02010250fe10ca57b2dfe1046641aeac31f92e5691c067b3990383967f0a6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b6b13d29b1cb9c9bcf97f2daa289669bbd9ea501430e51652bca3d50f787f23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a8ab293c4f3c6bc251bc91466b7586e5499b6e198cff46e50f6a65d97df60f7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c5d781c35cda14ab70d4a5bde3bf72df0a3956f5cb159645e5337095bb71c5ca_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fadba956181755cedd19d3d5b5ee3da0222daa1dc609b629c900a0052a4cbd8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:2719589f19df23634ec3f6b578f3fd2e827440675b72a69b89c9d78b1310f98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e1fe563643282c027ea829274a1945458cdc5d079bf2a2b7b0a9982a5cc3720e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:28d64f60c216f77e3e006012a403671463b9dd90095e19ff2dd027def6abb511_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6d681aac67e08e2ecca32415dddeb47df6191a99f7a8d7bc3bf1697c6a26c1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0d31a90914ea716508caf180e30fb682cdd8066da7a0a31752be9d86ec9c777c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3ef5a3798abfd3d9ec1b6ebabf3ceb32fa4057072b2670793ca119f556c0897f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e2c62e4b87e0536d15ed8b4f2905930a750f770d5c6d0168de6291d92c51f9a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ef5f4d7e3c872acbc4ee48bc91b5835dfef66a698287a95836344c1587ccca69_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f5f049eb01192eaca548f3585845ed6a530934d2eaeb422fc78b657cabb1f57_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:740b0d9392c76e433ebb7762e57f156a0e2ea1db37ddaed2c5b8044ca092a357_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:da9ebcef147e8d9e84848454fe2b8e259bb549bf0de88ee960fb48f6c8051060_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e8f942ece24d15ce0c4a31f731f2060b6e3874a2f486b2dd255c773fb1a55f46_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1b4fa4d6ee3081f39e54b4f910100d210da682dbb0f308f08107ac44e7338d3b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:571a51e1eca0f31f273be8cff7ff115bdf192e14f5d510705ab7ed423fd5d9e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6dc96b2e8156e7e42f758cc28302a2e94e8b3888970d03a780b1732375e728fe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b91654b9aaa85e13d262d21b949b1a96b386f202524c2e8d52ecb66c279eca8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a677804e422590551f82a17e61f64bc03d5a8a42a695e7ae8d9de5dc086924d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:fb7f225a9221506e6295f7efdcf44adc33e5b971c470b5835b0ca3c42ee1942c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:107c9dcda9632516721c41af941362ccc316d25661bfb13a7c4dcfc2ea4e1c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e75d33740c576321707835258793fe2fd257682099348a2a067806e764e1560d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3ed82adddc3da003bdb272e2a5df0317abe41512179cba925f65fb5d8f7c2eb3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c16e4af4e9a79ac2f1fa632b20e98befa9aa2953ef241af186edd226e39150e3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7b6c16881c71569dbada90e320379c2159ead0b0ed2fa2113e065b361bdf2413_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9533dc6817f01e377ea2ff7e3aa4447d20ab5d016d9145b97e0cb9e758c9a8ff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1285e63d6cefc0454a400b20a6e404537a8d57e5fb9b5d7ff1a75b61555622fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2ea17afe64ff273c9208892a59773c1dca248367c849e805dc78cda228aba29f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5f33ae81c766b0b7d9c8411dc4f6a0adf760221ed0493a99f1bea5dddb5de41b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9de0bd8cb41c5324718c8d8f275c612c0bfd13b322225455a1142dc76bff0a01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:2fee175122b1e3f74cd8976af1515c869d096da0bc4f5e9024b31a64cf88896a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9ca16ca048f3de4a5d9e6b6a38b55bf0b4a994bf7f7ccbda8c50c02bfd59c871_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c42a4deb157c31f6fb871bceb8c4401f44ffb490404591ae36110511f933f72e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f6d5c31b12c8a1a1e8316f258ccd254bf6bb8e49ae8a175eefcdf0bfc5c6047c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:204e84b23aa1edaf66f10a49432115ecb4c3e8fa34472a909e1c9a7a0c3f3947_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:37f226136e439a1b37fab44e06ff30eb22b1ba8f12eca9e85f59936c3d58acd1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3e385fec20235fd68320dd564c68770d91c5c08a864e3de41f3800937d730334_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:878a0a7473a69442dffd7c19132d74b29ecf765e3499d29f8da7b1de2ff6f439_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2b51546e56d1893aaa1b68c4e6ebb5479614d0402e840c8c850702ffb198036b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3aac893d87e5c39ae1672eb5ad48a0b9d02b49888fab57f8662e6dbb3897b660_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c5bddc80f0ba0e391b336de8ead2442d0dff227fdb8aef1874bc3db3101f7048_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:dca0c7b1c7ec76232b3d5ddd15c8716e04a8384f0a816217dec544d667ad2e69_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2551dc2ab6fddb6edfefc185f7b6d73ea366ddaae4e2f79d554f0afb79aa54bf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3cc6eb31325b1f9c9a2163c570ae1c3d4da7e7dcb0d761a0fa775b66fda9dcf5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:569965f29f668f02a342c0c7b4804bdc92354610e9368ba42a3ea5cc3172f532_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c4b2b0855c4ba25e150de01e54f0a84bb4c6c220b348945742bc0c18cc6d7dbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:01b6587f8b9ee398d34ed3330bf0bdbf2dd01c2fe475ed4d44c547401d1dbd5a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0fb7ce17c762a70aa16ca9f7f35e41d85997bb2bb22b81986321d29634ce9b3e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:60c4fd0dcbc1ed92bee7dedce7879893a23c9e4a6181e5e6d6a8f04880f377eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8925d5826cca515b7f7c05558406b3688a14963ddefa80f5b44500fe12dfb1dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:3d914112ad75b59b03d5653cea40a25d92af415ef52dd10aa7394465e6bab92b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:f8d52c53ca49b3f9847d2e568779801321307e329f802aa9456cd0dab7625232_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d29e5c26f37fc8212f2ff15cdac470982494be155f85e3c310b0c958b943f7f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:fc7a6712a6fe86a47b5a745e06a0c6d164779eb198f284fd0996847b025e53c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:32bf2e7aad1dd9ff5100500c294e343af0dae3d392eed27a1c0305198734261f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:54b4afd46c87b2cc839aa7d8b8ae232aaffe0f39846a6edf9d0d3228adbd7a29_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba41cc4ad0ea8dc731838e00dae166209a3e06d104e5cf11491639f82290eca6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a9395f57a9adc721c6e43e578957e21c8b9f18defbecdf91dc49d11044aeeeef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ba077da5ec7f147b51f0ee4432082aed3b7a3a541729913bc2ed821688723e99_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb48a38cb5d06b67ecfb4777c44d44f3e32a996397450e30f40e7ec3e340a56a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:deb40607f193ff4e36c684ce74167e67a7e96187f1a44a1f0f20f36572005843_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7dc856fddd561c1d29112b0b8d4dc39dc7503974a9ff563612e6998bdba4b71e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a3e01913986169c592bb770fc49e3875d46031b5788f983ddcd52938f9ef7a49_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c3481c6f76c644c017392c092dcbbb25a288acd14a9f01e20afd0d2d35e16d32_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cc440be9f6b3c5e22186b6d53a428a8220201ddaa79be39e19cc31a8fbd7b221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:12d7ec468f9634a53d053f3af7957c5162d92595fc3385b26b08acb22b7935c1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:49f08b645fc28af342483d9efaf2f607c9c2a6b491b477cdcf2985c44aa3e894_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d32cde1eedbd0c110bc10836025cee78421ec16d2924d30f5e6265591a9ec716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:df885dc6da20faf1903dbdac693889d9882722e8b67bebe35f624c11e4616262_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:16c8b8c6aee6f6a06367ca5bfe2be8fb85a05c3f18a819683f49d1a8c73941ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:376659c608333e76b0b48fcdc69ff17643284fd22fdef6c6998f07be54c1cf91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7359a62beac2d501d629e6768f1767861fdedc0d05f53a4424a2abdb3dbb6a8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c71d05c245bf1a4955f46c785d7264985e1f904de2a19972f7ce6209a3be0e4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8e59a286a05743844dd1333770197161698788e0db4faf8e00cac6b2fb9a638e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9029d8ef1e4455dbc1910078afea1141f92a5c4d2c298ce1d9e4319209b55246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:da4ff38c7a1fd5adddbc0b0d3defbbd580197680b22648e2ab803c90c4a8c9f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f6c44d76a715e0ca38fa5e2becad93a2bf3a41fd8f181846e7aba81b0c579691_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:167937ed04f625a9cd2d0b8ed6048a5cb7b6d435bc2d41775d7db4dcdb5fae95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:176feea3131aada18df5da44af30a127f4dff392ce8ef57f7e0844969ec95923_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:17afd4ebbc2a5233681d4cc1774fcd70dc932bc10006235b11de8dcce826c2ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d3a98e507691edec50373d79ce9df48a71cb6a19a75c9276d0c5905d4f204b39_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1b6c3977b4835b0cd5399523dd437c230b992b77a0e7352b095d008be96fcdab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:54d79643f3a191710d1362d665b5c838130f3e51aecf1e27a2cdf66e98a3cb8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b8692d27a4799d20ce1a8374ba99f55732bb7db56cdf8f5b038424a086db614_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d196f02212da5e80ac5a73931316d38e9def9aeecdadeaf07aec685e661f9f98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:11c2a1966b0632e85caebc4555e3e2f726277175b27a63a5e854557499e0c28e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7e649963b5c1e2a7e8813569368eaf0ded5e544799d561622d469b03b9d93937_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a23fa7969c6a881648ba03ed1a13692c5db21b79f0608d841291ea9118548ed7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:af57ee131bc09ce55ecb3ae13ed7dc3ce9607a7438f0ac5a6e64bbfa000546db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:3a7644c1ac089cabd142fc1743b47302eae8528b13d1b038298f2f57cf746326_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4b5ee426703ecb55bf537731c39c69ab7f86316544cfc472ee77fbef7e5680a8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4cb60d36cc3b34b4b1496b74b9b2e68ff152a71d7f957b356311ea811bf05573_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f3f64bd2f70faa654f7134d803efdc032df63fd4ef07c97abd38fc41e625b48d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1b75d96a4cdcc3a37848c5edfe598cb1d99bb3b0707db5e3f62478320eb90f9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:876fd001172d5151ef99c02826f834ee4db4623b00699a8fb30d6a456a7a8687_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ba8fddfcfe0004287ce58db40c1092f2090b3bbb0810c277066aa2d97799f8b9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:bd9982e951fdc7259571b6d5983ea2cc44402cbea411ae9a6b135692bf5939b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a7a8d4d8adfd98d3a6e3d37644b33966f2c34ff1e553fbb5140ab9a15563e821_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b26a5a47cde227edb5e7f6e51247a6cd91e13484f6b5f7dc19b62f83b7478361_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ccdd76d6734e3a3cfaa1e432c1508c097478e842fd436672e57ef2563d817e4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:fee8f3b24b431ac2a5d4fa3d96c90c5e1aa68c08ee8ae9963fee457c98795197_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0e559f5e780f3849e73d7246176059360631d8c4a7db1700f6ba1b6a9e6ae089_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1a376560672f81b7596417591491e71d065e90672ff6ef5d37ed0785e9baab16_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:350a0360dfdc31eccadb0e8b9397d5a3436bb509999034b60e611428eb006cc4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f8b68ae48350a5aa9bdf47a36efbf661190d497ab5a139027a2bf4579d21e095_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5fbe979b3d448e36fac9615ccd96f8583b0d587d46f6b1b3749e85938cb2e510_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8d45dfe709ac701d6eb800b081947d39a855f65c756f31ae47b75be9fec0c260_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ea4fa6caaa81f207f2372c6179c3698e225658387549ba567c232170cacf8570_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8fb972b411085b4551e10adbd419e3cb89754ee5300222cc4fce27cc349513f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:066d438bdfa1626aaa7a0ee5d2e3222724f2f0cf5bc9a189b67fd5358a0a48c0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:747c142608d6f43952d315d7858f57edbd2d9de2d255938dde311ea580a329af_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b2ee2d0e9906ef1581677bd239073c09f93e5b720501e9001926dfe7db34839e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:bf0b42c5e7e51129966a4744bb253b7c336bb88b1f1a562e481f7eeff5428136_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:3e9309d53caaafc9b145f6b7fbbb8879c9f018ef226afe101f6dc7ab02b67856_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:3a558e248efdf5d3111b7d61e8bd471682e7038bd34c4490f8ba69b91b44f36d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1b0981e2ee13869663087d6504e0c0af6f2c56d2ebf81d72b4b7c751bbf6e500_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8073e0be1f7f7523880b30946f1b6868274c070acb97d9da2f5c486db99ea18d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8980be22bddace1adb383fc356975fbf0af9ac8a20bdc95b3303a80fbe296f3d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f4293de50825a003a825306a45612531dafce45b72a91cf4dd455d596a0c60ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5bc26795163f03947b3f42a5c8cc52b7fd6eb713a0fa5a1558bfe834c21edc0c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:7f29c85842a34554f06db311ef67ec08d1d947d32b4363d1153d92c8d13c3214_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:92857eb171128909119700c431920f543cbfc89cd06aa98db816a2fcaab321da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e931e3fe478f8f905855b4516e1ed9b33a161536c447025cd14dd68778c40fa0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:338034a3ce7dff3efafd00fa35b858c23c2ab284f743df414c6cdae455f8801a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f12584b95171f442bb3661c908ee43de70d0400c6273eb4e93325a5f3f167b54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f37f6568957ab825b08c2ce8fc6b32ad18f5b7bee50b24b1804e70cdb144e5f4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f949249e3847338ce4ae9b94b0d191edd3f316d471f0a9047f97e41e41b7554c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:407286c96b6e9d0ee4e8abec2b06a5dad70fc69820a00deae47cbf3fcdc65a40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:52294a05713b24485ce6d7d1b867081da2f01dc008b9cd052bf8c4c37839f581_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6693dff44dcfb7e6fe67f5373bb73d84cf401d20640c959375f20a24d31aa697_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f65918214ce906cb5af9a59ece43a36870989c579ac1660a2a58f9536a79d9f9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2ec7076ed08f4ce7a61f95083155b5315acb6004ea4245c70be2763eb0ce9f4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5a539e39b3aaf61d63f391b6960cdc5746cbb4b0fc07b85a98969f5c9cbcca4e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:93505b057575ff9292e2e96903238708b940a23953a79cf8742c880f1fbc743a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:be43f0ee18b6d56d81a09871c4a30dc2245ba60cf17ff0f1aad10e117f40aac8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3923e99d803b6dd5bfd2fc957101bef6dd86ba8f6de9e59a849e4c7a02d57e0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8253bfec4409c9a02be72d7e8d87fe5f4f81c1bc58a294f02dd570debc4f1128_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:851fd20edf32778383c81e3c5b935ec5607a05f8fc569f64e31875b8bbe81d6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d06d41126ced4841fae74d0437b18e9f1699d285158fb8725a8768a6e9065b79_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4375e44dccb08eb4ecf461f4e8e7e97d617ab5b1c968beb481d5795e6bbf0229_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:75140fa657674afc46d698aea19115a9f60c7765ffff6a0c4ae5ac166c725597_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c1a31ef64ecdd90020d72f323a242b551a6a4a85a4dae309e19f5d8f12d77b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c3b1ed110f6b17263484b7fde65642eb349162b206c0b9a2f463bf5eb13273c3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1369aaf62d9d273eef766c42f7015d56152f6b8effc50dc06d75b1bab38a20a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:47402101d62f418c0f6b8e3c6e2367a8c84f5151a0204f326bf1fdbe983c603d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b519e10d4cb8fd9ad126a36fb864d2f29f7df218ffa1b3b5f222e0befafbe360_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d70f848ab6450690b8329ae367ff2e5a3a5b295c073028dff7cf810104c5be5f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8f8c882873232fd9a00adc69e199f1b4acacffcdbc282280ebb61dfb1e61b875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9fe79073bdf1745b388fe52bee661394f96ba5c0af585ed8ab4a61724e324777_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b2b91287350dfb474763ca5d332c4765af0c1ff2d7be722e23ea93970add2687_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:bb5f4abfd26a9446eb2f4cb1355bda840ed1006a6233373434378abaf0e617b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:07ff9687205eee39d9ca211c0bb0c6b1618848e9e74bfbbe793aca67de73fa88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0ba94d11051416a116cdf516dab74d530a584fe7c4bb1e8d3deb3bde2214e459_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0fe87955631062bc7ce78891b9eb056f899308f8cb8101b3a44f889c1f0c0654_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:786de5dd308c9fa6643aabecea0bc666a9ede6fd2a5ce1cb0d511eac2a19596a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:719989a197c3bb8b8af09e95af49125cd28014fa74c7969f3f3b939223a6743b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:743119e024a9aacd8bd4bf45ab9c14e684ddbe2307d8f965e972ace243f128b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:76c523fa10e222690941abc8c5564efee1ec4d309a7d023480b6000a545d655d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a13cc82f7b2053435d5268416686ae2ba89e37b6561e49c7ac395cf3359ca2b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:98aa0e651302bb73569a0578e6c11a1691eafb5b0aa28dadd714a7b44b498f8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:9fdce4b5198ae740daa858432221625391f7283bad587e1ebc1220e7b0b4fa28_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b072bc3bdd61164b8076f2799e705ed8e34281b2cdf24d9cf08deb8e697de2a3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:fef5253a6623c30368e9e7e271501adcd9432b96473cf8278a7b81140d287de0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4eecd436b35c9b25eca6975ca9e938c2256fcfeead67e1ff4159d7e36122122c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7e11ca9795aea60b3f0853ffef0fdbf922f4863edd96c50fa85110f36bccced2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c95f8bcd0835611bb90983e96e3b780ccb65bd2bdc7f7554432ea971eac8095b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e497c1834c97590a0c388b58dc823cdff79ab6befd5f2a9bf494b3acc3181eb6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3a7af87b46058334b97531a4b1b5cd5be47e2ade8d74497429529bf0a489b275_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:97313aa4f1c1c9aa51c77a153d0f0eb35cab9711b7f1465b82a636ea44e849ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:ba0927ffd76ad6689b808e734038678c91854ca3d0630613094824549f8a150d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cd8feb684b9c70a4ffd7077e19812273f333174a70f7c2b63d57d140d8002382_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0c8bfd6ea4d0729e0ffffac9811b5db2ecf5c40e68ef048ab104f161d2689b74_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4dc7e3242cdcd1d3c1ea5930da7d4e027383149373cb6af0551ed2572eaea0b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b78827903e5c338d67a4ea2ba10ee67e16482ff00968ba99c27af2b6d50ce202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c9315d23ab26f6f40e05a5fb1f9f2dbce075244a035b1f16003d1108a7ba36d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:270b5e756fca54f2dc05f04b6f7b43f7f188153811decbc0b49eb215b11c2372_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5331e8ebfc48f4d2322226b8986dd178f133a52edcfc0a192e89f1785c8d568f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6cfd8c3da57c17ae1c430f2881c66eb0b1c456bbce4a9ada2491b2c873dba985_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa346af0288b5886b5f095d1fa0ceb7715d4333db919ff9d61078f369642cc29_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3403720059bdecff83f784e2fde54d2bebe09223ac6cf99ce2b4c840b9cd4a98_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3f8cb2cffaf6320f14ae09f7e44c965681b395370a156253790764ec9d2a2aca_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a02dde1d0b4f4fbbc4e6f0afd24da1595672f3f290345a4f6e98e11d89854a17_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c4e8ac4fea3c281effed3996a378c2e952a3d3704e47863b2ae6b266d2280920_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:46a0b302273acaf2582d377271b910d9d31ff98744cd8f290583a7bd5579761e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:af0442c88d2b9b93a187010065424798d89aad1d695ba438c815d04d7fcbef04_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:bc7b78f67fa189ba63da9891a1b05694d676a3ed2fa318336fa0850d63815250_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ffe4e64ee1b721aeefd8f1ceee11d225dd69319385e3e70f0bb52f4f40660a45_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:29d5a91b39dc6e72677bdfab50f56860c53e67dab139b464dd571fef9780dc6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5e6d4e29635ea0b075e402931daf8c384d07ec8660223babfd0df9d572ea6912_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:82555977089a1586dc24154b46be6499607a9d15110e5b48d9a549ee73f3843c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f32c4a07d2b7a14c39db1e5e5752960e46bcda700b292336480c95f359adf0d7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:86b3e656caf1c93ba2bbea00514a17b9d06cb7a6fd5c6746d80ce35f45aa5907_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ba5c8896242125c24e3a7e5698770293a601e9e7f8508465d7b45920cc9ce240_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7de62e540922f1de5f492527d07a8e8f4265d24b577cf2f93415209ccad63912_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bd71e582ef755da7bfeede697b5c2ab29ab9fcea6bfeb14cc8ca168fce5c7bd1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a1e6a736546b54bb2797d85d51b8f2b213fe2f6be6b26bad5b549df9dabf2d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:efc7fb9608c2be8c3c65aff302f923241bf8d008bc71c2fbba0d82ffad2b4f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:aa63c460867d565b44b2a8e919ba9a0e7fd6717f71588cc5a7e2ad268fe13181_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fe1f1b5d6da2e5ac66c689da49a4c76916533f30ab456c9961a225a5e26cb6ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:36fdb2cdf796941fc6638036b3a31048ba0209174c7a62424fb410ae14b1f81c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:65a0b94e9f663f3d73a9696a622ad46c73a5fc793f9dc46ee07fee8ba3bbb443_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8afe2a0c6b1b200201f21b148caaa682bce77cb3b1027f61d4c873e5babb1b30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9f7c3543e4b1a095399d1219c50f1f5081440ae1605154324d57ba9201aa4fe9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2c0897a842cd7b16b64888568ca65c2a6e473c24b2ba9bc5067d6f1f237885d6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:432c94d7d5d46ad66348775fa0e1a6c2c142469e8a770db5528a1aa25664c389_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c86c7188163be31c7ab04017bc46ae88707437f804ddf2b5bd5a73ae34f64312_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3f836bb9effeca4dd6a230a4241282d33ed454ebabd84829c41e58db5f24f47_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4632ef8ca0af5a8115f3d9490c2ad9e2e44361f4d0671fa8a3a1006254b173ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a7d2d10f5326e2d71551289740eba86d6dd2f12526dc684b1494bdd4228fd8e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ba876751849dd525a26e70996e7e02092c473bdf386ec4663a54ecf61c4f0d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e842cdc56ee7728aa71a7f95eda9777ba229aaf959594e73d998fbb30b7f76b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:90331abb869c0c04ca7bb59681cbd957ff54eb0e0265e16368f9fd6ab6937acc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a02580814c02bec4c1c9b79c4b5a48a5a59caafa60a573f9f99a4a1ca07c6f71_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c197de59c38c060dc8aa099a027922853e4b9dc7e5589ac55c8841dbd44b1367_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ec7a4bcebcc80cbda32227224f64e67cdbc98d3fab95466b55c89755421ea4d2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:223df196f0cc747e52ffae9f3dd03fab2da3c72d5e3b189e3035d4264a08c6c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:29f3154c0b972730ae9a54bc496bcdf62e9ed348b73d98ca958a265717ccc2a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5e12029e90adf045a4377f4be2be75c879e57aca7aceffa2aef08aa262ae0f42_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e150a242bffd4437f92000417cad89969fd547b5da514f8586802b99a668bab2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:17752e2fbddeff8e6f43bd354d91f248b4e69d88e80b29b75508fb03b82d92bc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b1703420b5a67a12f055518b6a23c1d8259dc8a064a1447196f642dd23363806_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b93a134a81af485a0f07dcd6a71c816ed517178826539d0f53b6c45dce87096d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d266a3bfe528e76a8c6ef1700a2016080d084cf6fad2e70efe5ba52ff0dbbc51_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:8c90e9864b3ff53d398f2451254dd3707868b36c6032d8d139cc3ef2cbd9084e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ae6ebf086515376ed35bb432a7f567f7bbb44b8d1b86773fd86daa387c5fb933_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0a0cbb021e13ce9d693eacc4982ece2e8ba4697f5d5571b8d0671d71824fd07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5271f6452a89fe7907b16f486439f54f0dbcc3d075a70ef446ee4cc62211b1b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0abb949ce9461e5718c1988f57791c7537eb1b3d2184f4b4268fe087e39726d1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1267ac849f67c33155b54409011cd3f0eaa27d5f211703875cfd383d1170ef9e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5082f39df1f143f23f0e587dec5cdb3e3b033ab446a57e7e808c88e6211a1a67_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8fa27bdf891edfb80585e470f09c9d6fa369aa727a3698b936b4818a4b46448f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:017bed02593deb2e9cdfe0f268916e5d1c8cb7a4f1362c6eb3c94050896d7276_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:027baac40981f53c9ec53f5a4241a657929d6289e42a0e5deef617c182b7580e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4bd5b70373a257b1fce20135ff4a4b3e6962eee541c67a0e29ba9a2523d4d4a2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c0b3ed1332b228290882bbff6a1ad6866f5ab2a4586b261949832cdc3bee5797_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:047c270f56b685d5a4e67afe43d2f1ff47829a259be6ff93bfec4864233d4497_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:50a6482667d53de3d7aa2bff6df05ca21e4e9773996afa8b8038721e231deaae_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:653dbef43ed7f531ebf64c9314756be42738f1635a64097c53210ed0b6b0de88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c4d2741561038e0080204335efc6eee5b6ffd8878553b240dd433fea701e6bab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:3de609d984e39497dfe119bb8e0ac2d6d823dd894a5c866e5ec87de5b5711e60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e3a8b252aadb5b32f42009803b56dbeae49a3ddbe9d00aa27569af4747fa403_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ccf49e256cd9c3bb428badab464a17aee485ee1516896f1ade10da11085e843c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e77ce95a84b01b09c5d1e6dbdea8970543aa3a60f9292300beb078d1288bb801_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2ab5fcf7003f4ba3de7656a284b11d6ee05bb02cd0f3532671a8c368f7b15178_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:44241e57d9067223cdd1585db9d699db113931b7a273d207516f60c498570677_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6aaa55450d567e2fa992650c456cdaf5529c5d96fc9984f7e1a4aa9ed6294bf3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f2fa21e8a0e88b25e9037a9c2db4b157ca6fef8b765b36da7dda71bf5a4c4478_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:10bfb59c904103177754f0336f7b7bab676d240480a8213ec42a778bca3f277e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7aa4fdd78ceafdc887a91224614657e86c1e12b72fde68dea4ee5c6e9b610cb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:e4a365a0516b0c8ef2d1259ec4bdb7f76aa9dc0d3c3cfd5d5b3d34341d349772_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:a06af7a856d5f2416777c1bb1d271c189576e273450b25c6dc5937cd16b8bf8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:28b8390dae142ea16bb05f6bd95f19b6ab38dd67c341168337ca07fe4f45fe87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:be6a9bcb97824c91f393af5aac5a146d819ed9893f5a074e146afe18f3a50dc9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e6392d583f97f0932dc01be55534fbb6dd3014f84b745e8bf7583b96ad7a7761_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f30d93c0f244f5ba21807dca912d18d4facf47ceaf43da7efa41b14ee816b71b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0848bdb082bc8dae6bdaa956d2ae36fdeaaac89024822f4bcdffb51da1165fed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9f9603a2dd344770da433fe8dd50a104d69e80ad463f9cba71b3aabefc4fee61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ab417553778971822422c6eef94aeb437209fcf88e78188b701d4b2243ac5be7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b9bb7615df3eadf64501f35dcefa829934f330892801cbb86e9f70f5dde236ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6bb4c6c64852f2b7ee590a0a60db256d8dd549a4b141fe71d311bf30d0ed88ae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:837cd26d96a814814145cd0aa0cca672769283c499eec36c457ae432b99a7466_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:956ad866d891e1340f630b9cad6ec73d1fc60d4061d4c63946ed714900388a3b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:9c91591eddbc058f05d052e3178102b28ebd25c2c9cb796fffd5047f5d413d12_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2498122"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in js-yaml, a JavaScript YAML parser and dumper. A remote attacker could exploit this vulnerability by providing a specially crafted YAML document containing a chain of mappings with merge keys. This could cause the parser to consume excessive CPU resources, leading to a Denial of Service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "js-yaml: js-yaml: Denial of Service via crafted YAML documents",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as Important. Red Hat products utilizing `js-yaml` to process untrusted YAML input are susceptible to a denial of service, as a remote attacker can provide a crafted document that consumes excessive CPU resources. This is considered Important due to the potential for service disruption without requiring authentication or complex attack vectors.",
"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-monitoring-plugin-rhel9@sha256:06ab376096238d4e04c9ab713d83d3cab5db769b5af1fd1c57ef2ceceec6ef61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2c80889bfaff670acbf859db3624951cda96d4ee8cb1560806ca4215e8c6c04b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:627c6b73224c3e37181a19cb598ef9a425cddc1d17d97b6c23388ec1345f6a88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d5d338daef4ae436780be192907d28a26785021d97865d8a95db9065734061f0_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:0c95fbbcfd5c54e6b2934a8efb4f8523d1536ec1deef78249f4daebaa9d327d6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1b84b2a1cecab16e75947d29572008547922714207272a5dad8169d1ca5beab5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:466597e63e82ac365414c803f5ecb8f06a72374885eedc5daf9532aad16ac148_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:de9cac5c7ebcf3d43cad87758dd2eb0f4d6480f59bfb4112c224a4497aad9ba7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4ae516b98be8fbdb9b783345fe680c1d6ef57b5dc06b2ec3bbd20bfdb7c9b2c4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8f242ba3e0b9c57ecbd85f0d4c1bd67306357c92b53968a42419736c3dbe04d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b717614ee549be99c17ceef3d755c66abc983e821e04808df347962858e0da81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bd0f90ccaaaa74683b9bb17db0651dfbdfdf8f49adf0ecbaf8e83756d270b590_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:040115466e4f525e9f2386d6f8838c51f8e1638eb06cd64f071d4ae027a8fb9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:1a677b9d28655390d007acaa656997b12a32e9093c1c228778ef96cc6f4ca875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:39c68aae39089d044ce992b949d4e9961105711501daf3d4f0ba7e9981920729_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e814640d65f77818c180a706940337f8ddec8ebe4cf22c51a58a8b69e0f4099_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2831d7dc9f3cad92219addd21b93959900ee2f71e2d988fffe913a6f88dc7e1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:50f602354dcb223759d781cb057b4081a424d6a509178b10674358cc8dba41e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6925001d8a798896438ef1388f54bc29825c37d41f2f09a59e3f8bf60b2ec6af_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e01a83cb76fca294a011e022ed86f1da8cde36928096422a440bce8e42fbc8b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:757ad9e0c37b861340a7b2269b068d5b0c6355322eb5f5898a856fd9c4495b16_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7f68ff8059ae68d15041b8f38ad5ee5278289e1370d276cf7e78fc7e9fc3bb10_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:816787cc8c95a4a2df1416f09af6228559333e1bb1421ede0c9e2093444260e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f9bb9a184319c9fef278d3c6705f56cfc592c844f5c458bd20bcdc07c4230982_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:198f39ed50bbd835f4789057f9d7fd8de0962f1641a7f453dd90d68b5b2a4e7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:633ce875ee7bb08d9bf00cf79738e3e63cd6bf4de2d40fa6860142a301c0968c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e169d65b86f23d6424af5e7cf9e1d0ced58382128092821676196c0a05f91da6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ec2586358c34d0130b00a3714b50c8b7bc33ce915aef6aa79eb214d38202f37e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:13e81e4c25d8c789ca15eb4e84f3fc531a50b4dc0d95fa3573e002e3b54cad61_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:17637f8455e0e17bb3dca34545a26e881cff3e1444af45b9f45c3e282a252bb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d2dde1514fcf3308d1469a0af6727835121c4d6a1a1775a675a7ffabba8e3bed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d6376055835ac40728181d6f354398a0e60ca131d2fd8f41471ed87e974ea4cb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6f86d997faaf61c874def5a78cded319a188c1babbc4dfefb91a29f7e0d7f0fb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:73bceed99ad1b0bc99e66ab8361037e4046c5212645490161572fe6f34de98b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:babd6b0e928bb674289f34787d3aa536bdc4c24a877a5ac9311f21f0cc9e6224_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d00a12f6c4e75a2c93bdd135eeb742f42868b0186d9d03f318c885407a17e439_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:0932891a63e5ec5a076c7848d5746e29d972f3a96058914bee8fffa4921fed38_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:472e977d39473b92992f53c0225de477318b31be8656c37bc35193789ab7a456_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:71021ecd15d688aefa6db79f817c11a751b51f6ea9f2e48781bdc49c6de98088_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:9563eb7617a4d3a9c22fefaf03a4ede698fea2621a68ad231cd9e65930043a56_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:1fbf3bf4990353e799dc271bb4a0c58b385feb2ee60207636a3f76544b4f5ae4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:7815e9dc63477803e7e8bb8a01ea83043b5503ba529f64db3c76ad1c4cf2f0b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ab22d93f277f9bb65fcb5fd9c448b72f82384b9be43b8ab525d2836832044eb2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dee02e09373732db94bc442ddcb2eb4d13095a04e35c674387d3df8ba23d67d5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1a046b24339587101462756592c87ae4a8f699fc2977a703e6d031e2022a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1db6c409fede3e9ec09788fdf286fdb0634de6b6e727ec010332f7cf2e462_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:bd6be5cf4063439e92a1264ce3af0ea6528b9c27dd4b26f043a80aa8616575fc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c955c4b9dce1b25c73453079a21d84c5a2e5d0b53cf6e351f9b1855f08db3fb9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:221943f7b65573c2942d88354261f93a01950be1d1a86fa853544cc4c283c027_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2488ca8b2a8f658f3deaf9a70b12f7aca159490b5e0861d746ca8ee5d2010041_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a3435c546844b61f456789fd315495d6bcdc2560756e9fdfc4b896cdf70d75c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:be2e4dd58b8ed72278bb2c014317e69185e2b19dce37beea7fec3798abcb35f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4da2632fea643a834aac3fd63bc51fc6b0d768b869ac450e6779c9f36429a9fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:56ab8a9553f0c0202a47d858e234f2672098514dd647502405cac1f28d14196a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:abe530f4e865add435da2afd379a3a11a4d75c257c2468a09bc78f10256e0be9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:fe1397131aa0d447366fd627b12582ed647551ad3af13375f8c281ab73745f0a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0857a5a2cfb5c277bc2d2545fb19693f23285ccf6b75144da8fcd7225e1df1c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:43b36fb1f7ad271530f5ee9040cac4651a684e0e08de2ed90a2939b736b565ed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:7f86439496ba6573ee1d61b5f4d414dfbbf65a95526cdff54e45229f01785517_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8094138e4ed2267cc278a83a1586922c957142c9e5fcaec62db531c83b79566d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:309b1dd27ce0c7dc332c7141e576642db4aee6076ce50ccc2930e824f02ead2f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:35322e4580b0fec862223f76e0bd3c95ad0af31f3d4cdfd6423d3ec47d6e25c8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:699bc772c8a648f8be7d6a5c32d786d8f6484e584d918d68ef8a32cb1499663f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:779afd8e0fa21d022d7e75e7ba8da00cc7604db1adfbbea879bfb1d0f8c9c831_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:49e98d0193f7d7b4347043f0655d350a7a0c0d8c8b850d95abb57acd13dd8ac8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63e308cebeea85127f584610f59cdc9b228f01b9acb227f2f6eba7fcdc29b1fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:71f9b47dbd3985738259a6bc9a5bbdb240fd21284a194b47bb78538f8e870cac_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:9181583c88b3be23253c76e277f140c0a1532c1bff7d62cd0da1e14beba1aab4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:0f96581804dbadea29d9ef9a2a952753f5fdf295670ea0297622214e2a9b7d0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ae4714025025642ff5d9e250a4715b01d933487fa8bf4eaf82629ebd6d4c8702_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:cdb096f05b664fb542bb6eac3cce52c53da2e4bb636189bb53f737d3075615da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eb9908581f71dbe01d8553e494ef022417196408e9fdbd32f08fe1f5b9c9572c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:08725f7a384b4e72a173141cb35fb67293385ed72d973fc4d497f3c0f0dc626b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a322e3fc620e914088fb5669f1459a47140abdf027bd011d6ff4e5b3e6b909b9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b950e80fe164f86ddf624c80210308a634929ab8eb493496ef86bff1c5248fce_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bfc663a0ca81dedf849e89b91feb3fe0af97932fe8a8fc711d7ab85b6cbdcc84_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:13257447171d38e6e99c66faa476de6ff6ab934c285a0d1bf71fe94dbe583462_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:23fa493f397748092cd71c41b9d83d19fad6a5433b692bc644e30af790cf60da_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:28b1c9ee4102140998781ebef22f269316d8c2be2254c10b4d7151dffb0d37be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:be2175c2c6c9d882e44cf10aa85f1219573952473e893f67cc7085bf0a324407_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:61417bc1ddac0bc97c786b5807c2fa33eebc75f7cb186aaf9eef2151dbaf75a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:73956194247e000432a8c5f7b78255062c5ca967745ba2d97e680a06f698f518_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fbfa9ada74c4875985fc4bb8366d21eb5275a52953d44bc6bc740d48edeab5b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a545c9c2fbb36296286f684e02f9a5bc337b3c3fb9c83c608c988c88455f9bf4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:34a8a8a4a62b36b5e0eb061db3d56905c8dddfeb2e7a7135642f947ce6bd01ad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:41c2ea14036c2f8639cf0dd634e327841954eff4529743fcd10e8475546165d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a884f443877c7a3c0b32dc60a79e1bcbe89036549da7a8aa4608ee2ac6460765_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b28e8574a1d3b374ac4a61ea4f3c16eb70d9ba7385bf830c8698f4490f8fd3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:8e245c278c66405066cb31e9d48e97ad9cdb826511bdb1104807d26f896043a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:380e3045135a40d202f330002512a5c499d8d2079cc38e5c0bbd5a2312820dd3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5d06442daad2c126259fa5d594b53329e386f560b77a475ccb0cc37148644a5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5dc0ca56deaa237fb0bcddac8481b45d3ac81609b36c3b7bbb6cff8456899208_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:aa669084fb336f5d89d86cb58aca73b88d6bc4b6505eac2020664e0b6abfff6c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8cb392862e1835b610757e822332074ac459c593e9bd60fb6b6f6d0aebe577fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:987afa1aa902bb85d7c2d96f1637bcd19bf21eb832444c98d30171bbeb746751_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ad2f0cda09211f3e0aff615306168baf808e6fefbf1f039c3ae1a1fa7050a61e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:bcac50d10432ecdb8bfe2b465ba75889248ee8595f23c5243d023ac2a336f3b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3cf2d6f464e6a2fe5b4a8cf66690b3237aefef0c825a687a548f81336507cfb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9bd17213796576ce4d315986dc0b271011c37cd6e9ed75edff5ba80c3302fc26_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3205092b914bc1fe858b2ede7642227e04f35d06daec4848fdbbc0406fab4a03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a20ecaad93b15b869fb321c7503adcddfe1f0f5eb3f0f6427bd363234010853c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:57259db0550547f85684c19078b9af82b6318dca0c00ef8da27de8c8dc90e305_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:a95676fb6c1cc1b20cbb758a7c9fd34e82b3e114b81b5c17f47ef303feca3d51_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:49026487ee6722c3d438c05c1c181a36d14eca2f0d8debee48e4a02db0486145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ee65002c4934842ad86197a89e838997bb87a93ddc9de3423eb2af282a565c41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1bb56a1a194ba6f64edcdeae267fecec590c14c85431ba62ee8c6b5744da3a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bf72f3bbed57cebe1deb7690cd7fcb6d371e526630cb386d13180726736219c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:81afdbb2d9fe212af38a11b4d00ac952a306e13f91b23b2a081c0393173c5e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bf8d63c933996abf39eab9406b3061bee014d766a58f4e27a56413652d319a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:4a5021268b1ab163318270fc9ef07afa8a29f288c95ea69700c4bf46f88e85cd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ea443d9738e4428b6912b47f9c1d8d05b75cf8b137f0f9a76f852418b33b989e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:00148cec706fce87b240d38dcc91434f3c167052d5860d42ca9057e24c3f35eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:7996dc231961eb51daaceda9598b04e4bbe7d0e4019dccf5adec8a14d6f7e1a2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5c70298b919a36de41bf25d870bfa3da4013d36c6179db3eb6dd2e67dd20bff1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:a64777ab69af6f2b6cf4b78e5a00148e98353748946991c0a6da7eba76b442dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d4b6a07334845b2938c6d09556cea5e0477d13d4be6247bc9e3fede2e46aa3ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d5e665b41152b8363b4b15973a7b86365bb2c047366aa69bef7e1c499cf4fd3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:1a29c30f85b9bc858f0c70ca5ed79934494d92849f23baa6c7f26f67ea49c57e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:70f95a8b240afc604ee9af621fc3b63adaf80f593f3131e7ed51077ed2c77a1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4d217b45b97c9e01ba3d54d03270be07e9659b0d4313fc85999aa49fca560108_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:634f48a37ef03dee1cc0c0626c32aaebb8f9975b4640ac540f02910bdb3b165d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:00f06d1c70494444172d5630c33e1c93c333a880520bad3a810f96dc69cced15_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:01ac79392fa7a265608b75458534bafb6e5d350f2e8536bb9de48566c685841e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:12047af5271e61b4032c04c98df9ad54363d6beb13b36f49085307705677e345_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:37e5fa3bfc88e99fc78f2ced6cb4a99f5099942e40158dfa6940784c3d2ef95c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:54d10266c83c4d5fe91b013dac51538493ae4a4322c925e561c45316c73b1e2d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f799d506fc4087aac0eb4b2c2d6c8e511b598c6b3cdb1ba5ee470b787759fd8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:061d1b86afedd409ad4947a8ae59064f0fa92360cc82f640cf124776753ea3bc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9c7fef9c0e22e1721125d5b1312e509fada544e1d3d956338c3638aecea53dad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d3d951b736b910437255f3455b76357bfe0111c257f5a2d8dfe0f9abacf30fe0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f7feb8627754651663208ebb363a3e42e1767e16a65914148ce0507a77bfe795_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:23b0327190559517a3526d2500534542e9a397210cc6f663ac2b313aee902e92_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2911daa552328c8b01b19f91ad43ac54da18d343834c48ef35f12adff8077785_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:43960246dc7eb7bcef847c0d706bc6b0f0a407053a2cca7dfe27fce23c6d2af4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d05434d4552d2ffdd45d2fd44b1b2e2e8976a15f0f4ae59ce7dea73ca97dbcf8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1f7e808f97ad41f4c301736bdf2e06da73f2d0e3ef4ca838f0afd65273db7c8a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5553003527f078011d0c440f86c1480ff4e62b318e98ca2a4af97b42e5e186d5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:582a4e6fadda74e5c6c49b605b7967e9d6f25c84ab3de162c30931b1dcaee31b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6d54aaf9249113e5be1b6a87bf439ae778918533077a41ee9442396cda4d2642_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0b4378067622a7584c3be2e5e5d8748a564ae7672cc882bec0c1d6f4f4c28686_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2ba6c6b021db9b58614b1ceb9b736978b0e3396b04dda4518406b041448dd5cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7f7e406ef7b654a66bbcbbfa5326ceb1ddca4a0236cb60761a0ea48b919e8571_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fc403f7babe4eb16c770c80def94f34696b3a8ac55360b17c88edb11b9ae5a8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:473d595a495e4656de14b1b22456ef1ce2218fe39d02bf738990c0be4cdf5440_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6b3fc95809e8ab1be94de33cb375207b4302f93dbfd51f2a67228025c1e304fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7d0a9db460cb1d4c918f87a02979048f170f5e692e83cd517bb9b3271aa06dd2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7f1e2dcfd02a6a5fc56c6665979a8981f11144a5bcc6419feae3964b190583c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:775213a7b6d92d23694dbd1538727c84ad58c6b8a8b46587ff7bdeb7312acc05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a649eef7fa6148524b1f3aaf18ed6543f65ef91ad21358cb0af865401061622d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c593dda5f85469eb4ded8cb6c4738069d48a144823a070b83b58ba7772ba0e90_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ffdcf3c2b138b62cfc84d9916799812ad73fcba9c3416d7442f3686417c85932_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2e1e514d9f3cdf5f04ca924fa98d036988ab47259be5df67497931321634f730_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:32e93e986bbf92dd3a3e09f9c76bed29334b5cf794e18b843f81522ccf43697b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7bfa1c21aeb7971fa978d49455f4b5dcccd4ccc3de147ef47c32e9b74bcaf2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:dbb5abf21bed592282f09e30ba1387b084eb028bd931df5609c07fb8c09a0d75_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0606de7cca514d2b4ad9593d7f37950512741cd8f1597b1f83951aa7c8839268_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:116474d2dd37c159032b15ff856dffecad2ef0ab76298bc43f840bd0245ec78b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2e887b0da3269f28933bc5af839ea2df95b7aeca3993cb31b0a1c92e7043cce4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6029166a01da021523fc720ad70fc59f449684e577f9f5a36e0e759a39d0a28e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:849b8be9f7fc785a70451c1c0704501e2b449650acd23d450d145da1a760c166_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9c5d6a2d314e840600ca6bd1354c7dc6040fbdc216166418485d6edfedb27ce0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ba10e440e514662920d68ac025d5f3841786a393703fc2dc0ee21ff1d2490015_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bac1799b133fd829b35ac619a25a272301816494e83be5a251f78a50e7fb2f88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0469874ac135c41bb590ddbac02428775083221257b6904fa376335610c4acb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5823c8fa1f1409d6863dacda718e35b7afd2915befa21343dfcc68b6fef7a9ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b38d3723f2547dc5676460e3738420e243c6fdf7be77e54d18657efb9668c438_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e5a5e4c1a01ff3f5d694ca26dd248533fd463c85374c25ce1a9f4b7a60deafc1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:19f94467c811e10882e30eeef39b1266b83ee417974aaf62f75738d51811cbc4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:47487ff8d0cd813ab3354061caf319dec553b1cba9d5c1045de710b8a6d0c51d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b3a0104cb85f1a6965eee44fef58983637839a1f97ddccd737704ab41cda3a25_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e8c72b610288bdc44492ea0a5c2fd66cfb1673fc06f6bc66831fa84c96f86543_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1a9333d29d3561fe95488f3d80136d6b24b4a2e04472d37d34737fd1032a8856_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:705d146d458883660aa0b673a651d05d1d1ad73bafad91e84755118b82092ae7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b9265d767c8a6786f12dd4788377f1a316864863a32de4a4ec07ffc8b874aa00_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e3a7bfabcb96924059fb7906be97a0ebb1df35c6cad39a7968a6461df0cecb31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5c015e1a10e5f14e82e30ba41b1ae6a82cf5cb0bc631f5137d7637c44a3f5b8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:623bc4c74b05b46babba7da628809bac05b48d8c4055648e88f0db57c1bb0e07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9502a32446a8828e8a1887edcf49034e874ea0e32ab5fdb738ab89e77cb5a472_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ec7b6b83c8e934b66505e8051e183fbaac54e78abae5ae99077d4e5e163b4529_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1f15641123321a662f676a46a24f6c8066bba6e3730a3c0d0eca3ff8e548de23_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:85070876ada5cb86e8c585f3ac3114d548b189074723a13ec5d6fc6be25c9964_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a34e14a715bad1d324f9211d95c56ed387ae51b24b21ccf931c12f3f7b3dcbaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e12ce561e4cad13a5d08e8164060bb74a309f66047279a26dd727d34ed3dc16a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:67789c239f82fe3649ab8c0e13f920a788a3612d15a78fe5986a852bb2d11a0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:80d704ed310acc3015748815351da4b54fef2d8b74d7d4b03aabcf9fd7e60b38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bfbcd3f502bf336124261fbe51f19e7a4cb9e9132e07da62354699b30cf6ed24_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c1e371a0057014662b91736570bf25fb1211ead7402154a1149dfee9e55b994e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:175fd0386d9a4e064fa760f23ecfb45ac6ae3500e5a50acac0660d06e5b7ecb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3e9811dcf3c528ae6f5ff86659dee1a590c2b53f7af1a03204d06fc3dc628fcd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:68af6c6e7f51523ac223f4e25955cf3777f4ae5b601dcca7c6ec7e2dc0de0782_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:8f1b3ddbde3e33dbe01816bce0cce7d7bd196cc04affbe606fecfbd8ad7b8b17_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49699de68bf38c34edb696ebe4f9dc608756382a977f497f6713dbc7b6e1209e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49c32ab1927e0969508b906c14aafcbc64e6eff7680b9a10812eca4f17787921_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:86135a8f7d4aed36e7b2a571b431b29eeaac2bda02762eafda3e22a62a7a2d6d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f2dac4ffbee9d028b26e683b63a9f033ef8609907f6c498d42c447a306e75328_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2884bba195d4d635378b0d15efa54991a23f51bcf4efb1095b478f5cd9c34f46_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:d84853556ede64db5615eb4d826879c744f7ccbd92c51ecf392a686af854ec11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e05dd48fc4c26b5dd822ee58a2af27bccfd0ed28cc959a6fc05073cec6f7c9b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e202635a4a52be92b47960bd8ced28634111416b220cca5fa7f86373ecd1210a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ae36d953c8c7f73dd78d620f94a0335ff5fb84b16ce9d2dbadbdf3dc5d66f6d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:308c924c44c35b39c66b429a15a0343a47f7dfad62dceb76ea7acfc85e6bd973_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e132f6b0a6b4e2dc63561c1ebaa0bd9fc669a835b0c22b0d56599e3da870231_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5216d36dc483b1368a03e00dd9dadc7c75de2bc36ed98cd7ea2b089cbe23965e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4bc11f6ad7c3e9c99e708f7ef5a01b4faedc8eb5d2de5b0cbed502395958555f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4c04a50ca49fdc521da592b9c326e233763918fbfd6bc97e001e0e680ce24cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8ba4aabc0e1e36c3ffe66b55c67ab8c305f64aa6011f80060c5d95ce91180c5f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d259704d34b605abd3568bd4c988bf9e831d80554ec2d7a57e7c39a70daf0140_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:14c55985b9277766e54156139f0949d1e3e5f756ade34512a3d5ea3dfed2c544_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3231ec9c296798f11aec6a285b0a8f7c5cf220534d0525afa59c17ab2464abb0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d8767e4d0b2c8222748319f05483bcefe50388abc182a01f3ca9dae3c80dce44_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ebed5c3d8e112fc5086208b4b4c0aba054a0058f3fd08b71b129dc124fa00f99_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:26dccabde8cc0d1ad45160677fe240b3fc098acae82f6d095fad08b78330453b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a168025d531f20656997ae845a4930919d6805b7f9374c40f7835a93aaa46b27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e696a8bc54ef8a13800b2168a395d2cbb08678403beee2dc52c56d04cb235759_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ebc22890c7759ec9992b64dcb0e388881caeeae333a9a84a50dfeffe27e38b49_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:09319f1dcbe090d9677a43249810dfe5b3eb165aa3f8b473417e0913649b1556_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:46a37e99da18852f5512235589ee86dde0db6c09d76a49275a8004422b9ec303_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:535d1b713587008fe67eec103cceb54471f5263516f5420589cffe1dea02be93_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bc614ab102efc7dfaa47fef84c4783da26548491e4c43257bb606a06e8d155f0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:08cac9e30829765f182624de9e45e59b40884b8c39cde60528dd27afa57afe72_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:13724dc9eb7247844e450b59b8cf3af5e5f486e9558942836ab60f74b9943291_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3e1a80763f76f622b5ffcdb35bf2dc20ce1e9c06c4f5f6bf0ae06b04134733b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d077c79741fd0c481fa6e1aa2c479b8c5b380b1d1f163259777c8c50be257709_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5e82ef0b9ab6d4e3b7431a7611bc563f356385dd8927855e6090008685f1549a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:62ba53e306331c1b20cad27ec31cf59687218f4bd5908ed7e9034559ded04b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7664e74786778a96606757f1de215a4a9702d0c9f7cecba7bf8028884a7609ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7a967f88faccfc101b9388f8434d406acdfc85d7d682f9ec742d59eb31074fc6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0e05cd1eaa2b9c558d22892495f090b6b51a316dc56d85ae825b6fc44611b6db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:445fdec85c2510c8a45b2a830ead87136bbb80bb9244987b4d6ffa5858931926_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ccae4f8f443ba6806ea33105d7dc06002d58914626cb9ae57476b29193761b53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fc0becd36b6fad4911a5b8c9a4693320918f7f7e6336c2b11a76adcb6d1eec36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:652f8fc874b95a56393f14c2b56a63faa64c04f6646c1786d07eaa272a9acb9e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:94b9c011744629b1ff6f230e25f876f218ed59d55a941377797f77cdb7c03e1d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a178a796ca9d32ac59faa5eb9a6aea30f1aec65d88f89080f57ed519a7983f05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dc8a79297c73782f5005075332bcac58b051a07d2b35626323f9b69ee5f4d64e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:03d66c724cb647d4a613bb48c9df6e9ffaabb68c8af5a4ccae45365e32456470_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4b9510fdfb45d2561927843dbd7ed869e2f67d9636e59dfd0c3ee640d9fc601c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b3570e078bed53aa3e435443bffbd12a7b259f8dee9d18c0d79b55514a547b53_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fc8e892ccbd8d3c1e737fbaf8f02b5fa6bbbe242780c9cd00fbc5e6889d7baee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:266bd8400632ac70fc6584e4bb2850ebcee7027ff7899acbeca612c6556302a4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2c8f351447fffc2133f339c6ab3a0bcd9bdfafad4a4cb5b7dd2abc32c6056a92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b8d2783a76f514f9a4e8096434ac205e1d82d09da2d67fb930a1b5e4d8089e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:74fa72db679ef47f9a3e3459a90dfaeafcb6db73dfe15b8933767e2f9d19c448_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2b5964f6cb078aba05ada42f0c8280dfa39f9f80526932cc5d41410922e4e8ae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:480b27e9866ca8dfba83e1accd427d4f6813f4fb7f612854e32bdffc10d7d5b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:91c7fa7b70f2cc82b26ac16f91ea084e15a4f5dc64f254ed878c25dd1170c0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:edc297cdb2f670aebc1d3561d801840ad029e8777ce45724066e6891aabd60fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:443e0dd81ae60896d31f07ab49611c5e0629746824df094ce28cdd3cb0ae1d58_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9b16561ca87196e3dd9330184f7abf25e97272e3c47d2e8d594e3095e74f815b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9ff62f63d487e25a750bad29314955effd17152bfc534ff698963760a2615b0a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ab506c549b676ad9d8dd179e2ba871a12f2096ca2601ea2a1f2605ccb849dc6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:08758e6b81d6679b095a8e7fa323870eab35fefc05e525c6ef810b6cc0b3c0fd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:af87d24f6540e5c98def879ec4ea8adeb5b138e41abc126b2c3030c5847fd0b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c5e9e59a08d8940e99da6bc568269eaf71ea8db62dbff86a7f6fb5dae861e323_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f5122187c85ef27f5423ada009d800afa4800e32ad1ea3299586fe64cae8e38d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3c5078d135089e1548b4dec49b7e78658279e42a72792a988447662534b6516e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:56158ce0af0c0eb9709b2d1a172201bc795ed6e5075517b6919ed1302399d6f3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6720c8097a398327f18a5c84c28f6b58aeee017199c2649649a1f159b8365838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:89295652b447f42c6a0d6e1299f63b04016f10ec8faf6372357294a14472e426_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2baa85e44cc4ac6cb825103508c5bd74e348609eaf53ed42c6d0e045dfa62772_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:61283f1fff1f8ec53563012a5b1fb5a48831f0a220d3676b512f5a60b331e849_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ba258012c0832c57b29785be805be44f0b5f8eccaf76d82d7493946806eafe5f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cf3bee6414a87e7f907d30047ded274c488239af5b1f43ed717ac2cede29df86_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:40854e0833b6cdfedcf275cf716e58f3cbc5c44be313fb83ca3e909bd80d0b08_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4d6a10dcda92c599f52977c71208222d166168b29da4eb4727c466e7eb53cdd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7be4c5ff86b0e939ee9f22156812fb98d2f96c1eb4567ca8a6a01ea3aa735dcb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:83bdc9fa5d3893a973794dd7162bf9564ecf68ce44814349a621cbc284b9e61c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:993ba8c1dd84e486fc4084a7786934c356a9b12ae86155134fd1a1dc1e5e3f2f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a64dfd96d3aacabc8f219d19e6d7eb0c1ac5b68b49eb93fcc973d76e67ef1d34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:ce306e2cdafabbaa29467e0cdbf316673d17180efb604e683a7fd1ed7181c6f9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e6748814d950e6f5e370dec9cb7d557fbb0d29ad3620b567840770be826a601e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:04d418560f90c35b42be67886632615d62dc89cd37fcccb6e247212b535fbb7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:40eaefc42c0f0b5adeb47bcd463c2e2a45e7f3af1c0fa4cb3fde9c5479660c4f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:545bc2a7b32276bec515f338aea3a2976c01cc787a559986646aa6fa26ad5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5a2653ccd5dc3f59a228ee8b936460575e1a392d12287661b1dc83a9f8210033_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:12e5e4ea4d19c4dcccb35dba161fdba8a703ba6331b11054e4664818737746a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:180e817b55ebfd081fd0305f63b3e0539fe8d13d1ceb8428ea21e213779fd056_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:92e8693b9f6955f9862c8b576f5e32bffc3bc34232511fae0cbe57d705bfc53b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e5b5d4750a3ffe24b1196255d4cfe15b21efd587a41736307ca8e4e61a4936fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2ca8a85fb07b431d97ca6a3e3c18f1cfaa20883c7076d6b5b4e6942b632f9aaa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:559af5a310f0923dcb4ef9389c51c98604cf44642a13e8ccb46225b4ca268580_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ae056c9c8e0cdc6519ac1a9542781cd54ac2ac8881f513e965b57ce7d1e5ef2b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:deb92b50d5948bae13db37a7046d9b212dbfd3ddb1063ff8a5e5467f0cab203c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0c4f3cf84115f8c9b9bed6b2dd5d52316eb3a9e670fe6b9e28c2dbc350392e87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1142ce3f8a3c1c2a1c7dba79ac2c3b276a45fc6271ad9df9e6a5d8684c36da2a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d9f2c021c17f1416e01ba31a8823b7a87724fd96d7ec99d494981842b5d452b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f3aabf75e838b4a941f64a7a322768729059346d7578ecf5fe7ce27a71876fca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6389373ccb2fbe1b6385ea21dac1c0ca918bf9d3889ad7a738de6be5d7ec4272_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6449fee9a31acc582bb85e0031312e3ff07d1f1843a1c6c410eb79cbbec1ceb4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:751f007afae9f16527e9039aa95c2ee6efd2ee20afe3c083ba7298493d2406f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:afc11a340e28d4100c31646b705e8db302f6b0a96ad3620e07391f02a70438f1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0673d2034e7e5fb412a171939379da14e9269dad7bb53e83be7ecf8233b0b5a1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:18f0345811215feda18d2b63f679ee870e76b33e9f61042d93edcf36fe97df95_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a2d247eb696c80e02bc8c1873e8ee0fb71a1e5ad6cf5cd84bdf504f4fe17cb10_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c342b14ff399c961ce05c1af127244b950b8e9d641ce8752f9d0f880ad7a672b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3d9fbc97d13987f28ca76b3e238b540492eddef0f302c2dd958c1b0d05e10941_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:47682d4e934d597aaa1e809011a69afe93936fc629ad3dd1ed76dc7b073f7ee2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4e8d3460e04e85a3e01a578d492499376787c85f2840c97821f11213862239df_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d7b99cad55a1e1d380d30d0d4a61bc5f0cbf3a87223efada3e69bd9b0741d3b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4849bfa8a48c7e7d264fc6ea9097fa9d33da25f75776619976e3204b42026cc8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d7c3f5ce57c0aa25e13ba9484facd75c5a1dc3caaf9be4d0f273243e7ace327_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:78aef6c20ab3bf78eeb8b8a857ca2a24067d45cea0a070c44d3fcedc00d4efbe_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7f33515dbca04230d98550ab638efa87389629fc7d913c8ec42e4b5bf8a772f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0251068577a1724dc777683dd189468ed77413b396614a117dac6b4320b8f01d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8812fd85c74fd67a95afe09c2ce5e7d592eec1e25fdc6fa331a8bd41bdde0cc6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:89e0a7e0fe060abb45a6f8e6ed1906053c09f95c252ca7813175903db61fbc99_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c3674a8f28935f3140fad744b5a178a8346a9a7f79f6c281561d2877b38c4ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:13bc0d4f7d4508fafca5a3bc61b6449a056e277da131e753c06cbc1bb7781b27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:993a2a0b3f84e071560f6fc1a3ac243fa745ae9a7ab15febbe1385437dbd3ad8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:80fc518199cd3a1ad421b142661f0a85679b12b69d0afe580fe60eb6a13ddad4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f069665c66c19d9775b70a31aa7a1069bc653691f6abf106a88b2ceb8c0e1ec6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:13ef0c0585b01c56b865e029d029a553b458fd2d3d0204eb6dfba1bcaa11ac3c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:599d33b55e88212202b15f4344f7a18dee4f4504b3739d6ec99414d05bcde2b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a751f1f0540505bea087d3ea9e6ba798e89d5deb772cf8e401caeb3816a563_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4c26bc366b267d444f448a4d7bd5a0d26f84bea653c14b261a829669d888cf88_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8b67087a584a2d952a6e80572686412cc8ea01f03ec8d70b56cb8a24a0c5a3c0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ac1123e890f0aee159c9105e26e1f1ed3ba5eb3ea66b422b281c3e9465401c5c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0dac7821ce2a3a5a180f53f381d9e61484cd8c5efab3c9a7dcc70b5783421b64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6b30b39205367ec985c4a9d948e71d378b9483689c3ea179cd0f2476b9bfaa1c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:de903677bccf645889ff7968ebbc052b14273329c0765f7faa53b0ca815d6899_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f8392be7a6f5223930d53ed6d127faf727489b8f5ebbbda6b6b437c529e3c812_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:02ac68c83db9dc50cf6280a418eed9261dd2182bbf51d16fd143519e49960b17_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3746261c5d4744b13d4704c822fd62ce1f486010176fdb3bf95512c72eece73f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:85e34da00bd6d290c04d8eac32f39db59b5f50fceee9b248b2cbe27bcf0e7e5a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c343b119edf863e179df865ccde0b665b87087d78b20919aa5726d8fd240b344_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2026fc52aab5a6d7766511080699112f32ae4576108ff95b0eefc5d807a14f25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:21b5298172f4de1e0074c4abf5e4abf27e8adc02bbf7ee49bd3388f7127d4901_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:42f8af9bf66ea72846b7f7e57652725c31b01fc4a8d39ff7e7882075438c521f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9c5711087546b1ba7cefab267b8aa30b54ecde5926f009518cf0db974ff84c3d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:373c4b7507a978e3dd62e9ea629d1e397b1f1db682e11ada1bfe5a0b45afc782_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3be306649df2fa3cc9f30e60ed5d947fb0678b0231b617eafd3b1593d10feec5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5b01a896101a5189740f84cb1a83edefdb0dc00288dde725ddd0e95480f8e1c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:961dd87e559779e6338a4d3d35c96c0ce6ff7cb9634ce32d4bf848032f4a2fb7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8799db20cca7be653bae6b8ac5adc1d628094eababe740beb5dbc27e05346872_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a36c2b308515a293cbcf265af68ecebf498739e74ef11016d5c0edd3cf47c4e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b86631d6601578548af20a28d132a0503fe118f53d7596a5632ed24ec5a9931f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e867bd8b76b5bc1438a7be88a30fa7707edbb1909920a1d4d1d0da0ddbebdb40_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:313074950c6dec37d29a9722b58ddc951aaf67c27b47568039f29f02f2523128_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:43618db20e6f592602096897bc89eaf3c58490a362e91e3299e20bb2a02827d9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:705f4db2e969d23205de87db1bd7dc8eb1ade64a76940fad950fd1a214dde6e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d2d5ee5893ae16784051d9526c1feeee3c641fc3e6f337ba807744551c00ffa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6ae5cfd48e788096162bc4517f0466bf526f16c84bb61072886a64842856c5b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8004e7284c63cc32a05f6de732791416d57d62db041ede2829d4797139094292_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8137c3932f344ce587769bff04355ad405b6ff27009bf23a221ba52f3da56e1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ef15235cf21f0fbfea74089f75471b483a98c920b65676bb6199c155fb61e929_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:149cca2af3f89c7d1e105de81bbd098c66be5687f18a584b644f21d0be20f414_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:33fc93d5cd30760383da666e8effb6ed32f4c8f2668da36677e98c1801ef4f5c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f9c1ee7f72c926c45cd76c12046b867d9efd7c3c381f34afeeb9b6e97751175b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fcfbae71f81307789bec93987c4523700c191a66663ce53e4009c5e0a8627826_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:04fe8c19bee4b629ee7f18a13dc0b7f49d6a4b6e19d204de90b6b2240b0f875e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5c9662139f98817aafe153a43f700399781d079390d5ad23d3b70fd6ac5d370f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d1147830f896fd229aadd2b766fbb4c8102b35a8edd4d8bbeef4928d89cdbbfa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:dfd0cdc29bca0a2239ef203fe7b58efd97ed4e72daed6609e22b20babda395fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5a9889308bcd1c3981072c83d44206d0c3feff059e0a2029d49adcb974674c95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7a715c7e2a8f54ccee42abf122b0028ed19705f401248d8c38f785d960f1b116_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a67de487534d03cdfc180af9d235edb21c5cb71e1224bb5041fcf2b9a428732f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:b3780d23a2c384ecef73c806cb20d7f97bcd11c12b6392c781c0deb7ceb55df8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:48b5d06ac4b35c2a7bca3ba2abc39e3af1eaf4ecb19c720d9b6e46b066318414_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a6d7d7df9078e9d1cb0f12f9ceac12c96bf2cea03a9085b23c3e4af6a456b51d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b757d11e5dc51a5822d9e30e97ac142cf004fffce87ba2e58b8d62926127664a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e61ed19beaf8352dcfd4b9478335a364263cb9839f27140a634a217d87d331e5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93baf08acbc6875eb2b665a9ef3601ca34b76767cd70a172dac7237f21b6958c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a5f2c2debb51b8aa926ede417cf9fa0e4ebaac4f5bf9e770db55a25902a4a3b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:dc97d5c1aa80515080b2b4d16fb08ee4733a9347eebc8427f10b7e70582464ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cc1559af0d7be472ae46be4552fb41e81ad804d73d1444b92cae4485118c6773_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cfd5513afd8b2b5e22d5e384a7f769f9c04709d853feb2f91ef667d804cf9a7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:febf2fb95748ed0c440e6acb72c40d609ae7587b2665cfd7145c878a2a0b5783_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1728f980f3ebba7e48bc0e8cad114db1e0c06f692638764e30ab990f45c637af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:41508513986b369c2f89c64af84b3980b16bd2432130fb122d8c1346f0602894_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:650f08f62aeea4bc954e69ed88a9f2f14d3c8f733c155d113c0c58b7154fec4b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:016fc7e804acce7a8b8df0a02bec320c32f9ce6224ae67598a63992219a77516_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:081f9cfabc57aaf4d19df8b496613d8aff54ceb265634c904ec7765c810b4553_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6da3ef092cde7fbaeee01c5d6bb0ca5d52af3ed8de458ecd3001bb96262c1ab4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:035d07364444ea963d64515420fa4005adf82c44b575555a074149f67db50567_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4e09fb0bd709d53a0abc6326905cc43ee36e6e4ec5e20108efd1ffe585b1f2de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:53a5f81aefcdd57ba33c57c02941803a072ef3f1b8467baa3c53c7e073a9ea96_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:cb3d2ccb57987217c75079a9c10f230f6a7de9ba3b0fbd87d8d3d5c71f8c94b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3472a8147e06452751999ae2d041063907f275ecf429dcdcfdce88c8a19a17da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:61155741778188324e0616274f067ec36723d0fb81d84e9715f72ffecfbc92ca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:adfe8cb84a5f0a241fe69ec532b7092a10cc274cc3aac2b86f33ac8e725ab2d8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e704c70226ec4986c16166ba1ca54b908d1b6d9ddd47640bd5ab6d292f977508_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1d63a1d7ba183c49c69a6ffe5a4584de5282029b0b2c2f3484b4f4431e2ce954_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:441db8762a583090cf4325377b0ee75838452a601732bccf4dbc57f26f6a1a90_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c5c52612378ce1f2577314e5723642237c9a361506c448ca80d2a0b56666a1f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3b9843a117d6a6ae28222951e1a556d3888ceab2ff75a082a06343c8030a5ed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:236fa2dfd935db687e786cf827d88210c2f586d2d1a93e610861995908bf2587_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:647704923828c83c6ed3810e3c4d7456fcbe378516dabfac30f203a3bd3634b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7638d755fde7fe6d3c004a6f0f7c761a9fdb75a3541f19a792c3cf8e8bf473d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d2eaa5b8ad9464732265b84128b5280d725feabb2d4b4cef0178a317add66c39_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b659f5c6da6f73bcf8b2850f0172358816bd68fca721b65a9a70569a94bc90d7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cc867d49602a6ada5de7a783136b6463c4d9adee9877ae1966c016a08ee8e87a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:6fa614240bbc1932f65f8cc9215d2baccc05dd1cd5586fd308c44d8a94447a45_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e85e957fc16a36b5964613a99fec1e7299db9bc63edd86ef965d879a081b64bc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:14b02010250fe10ca57b2dfe1046641aeac31f92e5691c067b3990383967f0a6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b6b13d29b1cb9c9bcf97f2daa289669bbd9ea501430e51652bca3d50f787f23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a8ab293c4f3c6bc251bc91466b7586e5499b6e198cff46e50f6a65d97df60f7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c5d781c35cda14ab70d4a5bde3bf72df0a3956f5cb159645e5337095bb71c5ca_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fadba956181755cedd19d3d5b5ee3da0222daa1dc609b629c900a0052a4cbd8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:2719589f19df23634ec3f6b578f3fd2e827440675b72a69b89c9d78b1310f98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e1fe563643282c027ea829274a1945458cdc5d079bf2a2b7b0a9982a5cc3720e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:28d64f60c216f77e3e006012a403671463b9dd90095e19ff2dd027def6abb511_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6d681aac67e08e2ecca32415dddeb47df6191a99f7a8d7bc3bf1697c6a26c1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0d31a90914ea716508caf180e30fb682cdd8066da7a0a31752be9d86ec9c777c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3ef5a3798abfd3d9ec1b6ebabf3ceb32fa4057072b2670793ca119f556c0897f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e2c62e4b87e0536d15ed8b4f2905930a750f770d5c6d0168de6291d92c51f9a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ef5f4d7e3c872acbc4ee48bc91b5835dfef66a698287a95836344c1587ccca69_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f5f049eb01192eaca548f3585845ed6a530934d2eaeb422fc78b657cabb1f57_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:740b0d9392c76e433ebb7762e57f156a0e2ea1db37ddaed2c5b8044ca092a357_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:da9ebcef147e8d9e84848454fe2b8e259bb549bf0de88ee960fb48f6c8051060_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e8f942ece24d15ce0c4a31f731f2060b6e3874a2f486b2dd255c773fb1a55f46_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1b4fa4d6ee3081f39e54b4f910100d210da682dbb0f308f08107ac44e7338d3b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:571a51e1eca0f31f273be8cff7ff115bdf192e14f5d510705ab7ed423fd5d9e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6dc96b2e8156e7e42f758cc28302a2e94e8b3888970d03a780b1732375e728fe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b91654b9aaa85e13d262d21b949b1a96b386f202524c2e8d52ecb66c279eca8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a677804e422590551f82a17e61f64bc03d5a8a42a695e7ae8d9de5dc086924d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:fb7f225a9221506e6295f7efdcf44adc33e5b971c470b5835b0ca3c42ee1942c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:107c9dcda9632516721c41af941362ccc316d25661bfb13a7c4dcfc2ea4e1c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e75d33740c576321707835258793fe2fd257682099348a2a067806e764e1560d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3ed82adddc3da003bdb272e2a5df0317abe41512179cba925f65fb5d8f7c2eb3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c16e4af4e9a79ac2f1fa632b20e98befa9aa2953ef241af186edd226e39150e3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7b6c16881c71569dbada90e320379c2159ead0b0ed2fa2113e065b361bdf2413_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9533dc6817f01e377ea2ff7e3aa4447d20ab5d016d9145b97e0cb9e758c9a8ff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1285e63d6cefc0454a400b20a6e404537a8d57e5fb9b5d7ff1a75b61555622fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2ea17afe64ff273c9208892a59773c1dca248367c849e805dc78cda228aba29f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5f33ae81c766b0b7d9c8411dc4f6a0adf760221ed0493a99f1bea5dddb5de41b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9de0bd8cb41c5324718c8d8f275c612c0bfd13b322225455a1142dc76bff0a01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:2fee175122b1e3f74cd8976af1515c869d096da0bc4f5e9024b31a64cf88896a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9ca16ca048f3de4a5d9e6b6a38b55bf0b4a994bf7f7ccbda8c50c02bfd59c871_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c42a4deb157c31f6fb871bceb8c4401f44ffb490404591ae36110511f933f72e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f6d5c31b12c8a1a1e8316f258ccd254bf6bb8e49ae8a175eefcdf0bfc5c6047c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:204e84b23aa1edaf66f10a49432115ecb4c3e8fa34472a909e1c9a7a0c3f3947_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:37f226136e439a1b37fab44e06ff30eb22b1ba8f12eca9e85f59936c3d58acd1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3e385fec20235fd68320dd564c68770d91c5c08a864e3de41f3800937d730334_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:878a0a7473a69442dffd7c19132d74b29ecf765e3499d29f8da7b1de2ff6f439_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2b51546e56d1893aaa1b68c4e6ebb5479614d0402e840c8c850702ffb198036b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3aac893d87e5c39ae1672eb5ad48a0b9d02b49888fab57f8662e6dbb3897b660_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c5bddc80f0ba0e391b336de8ead2442d0dff227fdb8aef1874bc3db3101f7048_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:dca0c7b1c7ec76232b3d5ddd15c8716e04a8384f0a816217dec544d667ad2e69_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2551dc2ab6fddb6edfefc185f7b6d73ea366ddaae4e2f79d554f0afb79aa54bf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3cc6eb31325b1f9c9a2163c570ae1c3d4da7e7dcb0d761a0fa775b66fda9dcf5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:569965f29f668f02a342c0c7b4804bdc92354610e9368ba42a3ea5cc3172f532_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c4b2b0855c4ba25e150de01e54f0a84bb4c6c220b348945742bc0c18cc6d7dbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:01b6587f8b9ee398d34ed3330bf0bdbf2dd01c2fe475ed4d44c547401d1dbd5a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0fb7ce17c762a70aa16ca9f7f35e41d85997bb2bb22b81986321d29634ce9b3e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:60c4fd0dcbc1ed92bee7dedce7879893a23c9e4a6181e5e6d6a8f04880f377eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8925d5826cca515b7f7c05558406b3688a14963ddefa80f5b44500fe12dfb1dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:3d914112ad75b59b03d5653cea40a25d92af415ef52dd10aa7394465e6bab92b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:f8d52c53ca49b3f9847d2e568779801321307e329f802aa9456cd0dab7625232_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d29e5c26f37fc8212f2ff15cdac470982494be155f85e3c310b0c958b943f7f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:fc7a6712a6fe86a47b5a745e06a0c6d164779eb198f284fd0996847b025e53c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:32bf2e7aad1dd9ff5100500c294e343af0dae3d392eed27a1c0305198734261f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:54b4afd46c87b2cc839aa7d8b8ae232aaffe0f39846a6edf9d0d3228adbd7a29_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba41cc4ad0ea8dc731838e00dae166209a3e06d104e5cf11491639f82290eca6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a9395f57a9adc721c6e43e578957e21c8b9f18defbecdf91dc49d11044aeeeef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ba077da5ec7f147b51f0ee4432082aed3b7a3a541729913bc2ed821688723e99_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb48a38cb5d06b67ecfb4777c44d44f3e32a996397450e30f40e7ec3e340a56a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:deb40607f193ff4e36c684ce74167e67a7e96187f1a44a1f0f20f36572005843_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7dc856fddd561c1d29112b0b8d4dc39dc7503974a9ff563612e6998bdba4b71e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a3e01913986169c592bb770fc49e3875d46031b5788f983ddcd52938f9ef7a49_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c3481c6f76c644c017392c092dcbbb25a288acd14a9f01e20afd0d2d35e16d32_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cc440be9f6b3c5e22186b6d53a428a8220201ddaa79be39e19cc31a8fbd7b221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:12d7ec468f9634a53d053f3af7957c5162d92595fc3385b26b08acb22b7935c1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:49f08b645fc28af342483d9efaf2f607c9c2a6b491b477cdcf2985c44aa3e894_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d32cde1eedbd0c110bc10836025cee78421ec16d2924d30f5e6265591a9ec716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:df885dc6da20faf1903dbdac693889d9882722e8b67bebe35f624c11e4616262_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:16c8b8c6aee6f6a06367ca5bfe2be8fb85a05c3f18a819683f49d1a8c73941ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:376659c608333e76b0b48fcdc69ff17643284fd22fdef6c6998f07be54c1cf91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7359a62beac2d501d629e6768f1767861fdedc0d05f53a4424a2abdb3dbb6a8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c71d05c245bf1a4955f46c785d7264985e1f904de2a19972f7ce6209a3be0e4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8e59a286a05743844dd1333770197161698788e0db4faf8e00cac6b2fb9a638e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9029d8ef1e4455dbc1910078afea1141f92a5c4d2c298ce1d9e4319209b55246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:da4ff38c7a1fd5adddbc0b0d3defbbd580197680b22648e2ab803c90c4a8c9f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f6c44d76a715e0ca38fa5e2becad93a2bf3a41fd8f181846e7aba81b0c579691_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:167937ed04f625a9cd2d0b8ed6048a5cb7b6d435bc2d41775d7db4dcdb5fae95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:176feea3131aada18df5da44af30a127f4dff392ce8ef57f7e0844969ec95923_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:17afd4ebbc2a5233681d4cc1774fcd70dc932bc10006235b11de8dcce826c2ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d3a98e507691edec50373d79ce9df48a71cb6a19a75c9276d0c5905d4f204b39_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1b6c3977b4835b0cd5399523dd437c230b992b77a0e7352b095d008be96fcdab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:54d79643f3a191710d1362d665b5c838130f3e51aecf1e27a2cdf66e98a3cb8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b8692d27a4799d20ce1a8374ba99f55732bb7db56cdf8f5b038424a086db614_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d196f02212da5e80ac5a73931316d38e9def9aeecdadeaf07aec685e661f9f98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:11c2a1966b0632e85caebc4555e3e2f726277175b27a63a5e854557499e0c28e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7e649963b5c1e2a7e8813569368eaf0ded5e544799d561622d469b03b9d93937_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a23fa7969c6a881648ba03ed1a13692c5db21b79f0608d841291ea9118548ed7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:af57ee131bc09ce55ecb3ae13ed7dc3ce9607a7438f0ac5a6e64bbfa000546db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:3a7644c1ac089cabd142fc1743b47302eae8528b13d1b038298f2f57cf746326_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4b5ee426703ecb55bf537731c39c69ab7f86316544cfc472ee77fbef7e5680a8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4cb60d36cc3b34b4b1496b74b9b2e68ff152a71d7f957b356311ea811bf05573_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f3f64bd2f70faa654f7134d803efdc032df63fd4ef07c97abd38fc41e625b48d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1b75d96a4cdcc3a37848c5edfe598cb1d99bb3b0707db5e3f62478320eb90f9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:876fd001172d5151ef99c02826f834ee4db4623b00699a8fb30d6a456a7a8687_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ba8fddfcfe0004287ce58db40c1092f2090b3bbb0810c277066aa2d97799f8b9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:bd9982e951fdc7259571b6d5983ea2cc44402cbea411ae9a6b135692bf5939b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a7a8d4d8adfd98d3a6e3d37644b33966f2c34ff1e553fbb5140ab9a15563e821_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b26a5a47cde227edb5e7f6e51247a6cd91e13484f6b5f7dc19b62f83b7478361_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ccdd76d6734e3a3cfaa1e432c1508c097478e842fd436672e57ef2563d817e4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:fee8f3b24b431ac2a5d4fa3d96c90c5e1aa68c08ee8ae9963fee457c98795197_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0e559f5e780f3849e73d7246176059360631d8c4a7db1700f6ba1b6a9e6ae089_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1a376560672f81b7596417591491e71d065e90672ff6ef5d37ed0785e9baab16_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:350a0360dfdc31eccadb0e8b9397d5a3436bb509999034b60e611428eb006cc4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f8b68ae48350a5aa9bdf47a36efbf661190d497ab5a139027a2bf4579d21e095_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5fbe979b3d448e36fac9615ccd96f8583b0d587d46f6b1b3749e85938cb2e510_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8d45dfe709ac701d6eb800b081947d39a855f65c756f31ae47b75be9fec0c260_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ea4fa6caaa81f207f2372c6179c3698e225658387549ba567c232170cacf8570_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8fb972b411085b4551e10adbd419e3cb89754ee5300222cc4fce27cc349513f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:066d438bdfa1626aaa7a0ee5d2e3222724f2f0cf5bc9a189b67fd5358a0a48c0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:747c142608d6f43952d315d7858f57edbd2d9de2d255938dde311ea580a329af_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b2ee2d0e9906ef1581677bd239073c09f93e5b720501e9001926dfe7db34839e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:bf0b42c5e7e51129966a4744bb253b7c336bb88b1f1a562e481f7eeff5428136_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:3e9309d53caaafc9b145f6b7fbbb8879c9f018ef226afe101f6dc7ab02b67856_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:3a558e248efdf5d3111b7d61e8bd471682e7038bd34c4490f8ba69b91b44f36d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1b0981e2ee13869663087d6504e0c0af6f2c56d2ebf81d72b4b7c751bbf6e500_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8073e0be1f7f7523880b30946f1b6868274c070acb97d9da2f5c486db99ea18d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8980be22bddace1adb383fc356975fbf0af9ac8a20bdc95b3303a80fbe296f3d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f4293de50825a003a825306a45612531dafce45b72a91cf4dd455d596a0c60ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5bc26795163f03947b3f42a5c8cc52b7fd6eb713a0fa5a1558bfe834c21edc0c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:7f29c85842a34554f06db311ef67ec08d1d947d32b4363d1153d92c8d13c3214_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:92857eb171128909119700c431920f543cbfc89cd06aa98db816a2fcaab321da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e931e3fe478f8f905855b4516e1ed9b33a161536c447025cd14dd68778c40fa0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:338034a3ce7dff3efafd00fa35b858c23c2ab284f743df414c6cdae455f8801a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f12584b95171f442bb3661c908ee43de70d0400c6273eb4e93325a5f3f167b54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f37f6568957ab825b08c2ce8fc6b32ad18f5b7bee50b24b1804e70cdb144e5f4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f949249e3847338ce4ae9b94b0d191edd3f316d471f0a9047f97e41e41b7554c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:407286c96b6e9d0ee4e8abec2b06a5dad70fc69820a00deae47cbf3fcdc65a40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:52294a05713b24485ce6d7d1b867081da2f01dc008b9cd052bf8c4c37839f581_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6693dff44dcfb7e6fe67f5373bb73d84cf401d20640c959375f20a24d31aa697_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f65918214ce906cb5af9a59ece43a36870989c579ac1660a2a58f9536a79d9f9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2ec7076ed08f4ce7a61f95083155b5315acb6004ea4245c70be2763eb0ce9f4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5a539e39b3aaf61d63f391b6960cdc5746cbb4b0fc07b85a98969f5c9cbcca4e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:93505b057575ff9292e2e96903238708b940a23953a79cf8742c880f1fbc743a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:be43f0ee18b6d56d81a09871c4a30dc2245ba60cf17ff0f1aad10e117f40aac8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3923e99d803b6dd5bfd2fc957101bef6dd86ba8f6de9e59a849e4c7a02d57e0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8253bfec4409c9a02be72d7e8d87fe5f4f81c1bc58a294f02dd570debc4f1128_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:851fd20edf32778383c81e3c5b935ec5607a05f8fc569f64e31875b8bbe81d6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d06d41126ced4841fae74d0437b18e9f1699d285158fb8725a8768a6e9065b79_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4375e44dccb08eb4ecf461f4e8e7e97d617ab5b1c968beb481d5795e6bbf0229_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:75140fa657674afc46d698aea19115a9f60c7765ffff6a0c4ae5ac166c725597_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c1a31ef64ecdd90020d72f323a242b551a6a4a85a4dae309e19f5d8f12d77b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c3b1ed110f6b17263484b7fde65642eb349162b206c0b9a2f463bf5eb13273c3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1369aaf62d9d273eef766c42f7015d56152f6b8effc50dc06d75b1bab38a20a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:47402101d62f418c0f6b8e3c6e2367a8c84f5151a0204f326bf1fdbe983c603d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b519e10d4cb8fd9ad126a36fb864d2f29f7df218ffa1b3b5f222e0befafbe360_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d70f848ab6450690b8329ae367ff2e5a3a5b295c073028dff7cf810104c5be5f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8f8c882873232fd9a00adc69e199f1b4acacffcdbc282280ebb61dfb1e61b875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9fe79073bdf1745b388fe52bee661394f96ba5c0af585ed8ab4a61724e324777_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b2b91287350dfb474763ca5d332c4765af0c1ff2d7be722e23ea93970add2687_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:bb5f4abfd26a9446eb2f4cb1355bda840ed1006a6233373434378abaf0e617b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:07ff9687205eee39d9ca211c0bb0c6b1618848e9e74bfbbe793aca67de73fa88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0ba94d11051416a116cdf516dab74d530a584fe7c4bb1e8d3deb3bde2214e459_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0fe87955631062bc7ce78891b9eb056f899308f8cb8101b3a44f889c1f0c0654_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:786de5dd308c9fa6643aabecea0bc666a9ede6fd2a5ce1cb0d511eac2a19596a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:719989a197c3bb8b8af09e95af49125cd28014fa74c7969f3f3b939223a6743b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:743119e024a9aacd8bd4bf45ab9c14e684ddbe2307d8f965e972ace243f128b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:76c523fa10e222690941abc8c5564efee1ec4d309a7d023480b6000a545d655d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a13cc82f7b2053435d5268416686ae2ba89e37b6561e49c7ac395cf3359ca2b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:98aa0e651302bb73569a0578e6c11a1691eafb5b0aa28dadd714a7b44b498f8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:9fdce4b5198ae740daa858432221625391f7283bad587e1ebc1220e7b0b4fa28_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b072bc3bdd61164b8076f2799e705ed8e34281b2cdf24d9cf08deb8e697de2a3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:fef5253a6623c30368e9e7e271501adcd9432b96473cf8278a7b81140d287de0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4eecd436b35c9b25eca6975ca9e938c2256fcfeead67e1ff4159d7e36122122c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7e11ca9795aea60b3f0853ffef0fdbf922f4863edd96c50fa85110f36bccced2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c95f8bcd0835611bb90983e96e3b780ccb65bd2bdc7f7554432ea971eac8095b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e497c1834c97590a0c388b58dc823cdff79ab6befd5f2a9bf494b3acc3181eb6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3a7af87b46058334b97531a4b1b5cd5be47e2ade8d74497429529bf0a489b275_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:97313aa4f1c1c9aa51c77a153d0f0eb35cab9711b7f1465b82a636ea44e849ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:ba0927ffd76ad6689b808e734038678c91854ca3d0630613094824549f8a150d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cd8feb684b9c70a4ffd7077e19812273f333174a70f7c2b63d57d140d8002382_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0c8bfd6ea4d0729e0ffffac9811b5db2ecf5c40e68ef048ab104f161d2689b74_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4dc7e3242cdcd1d3c1ea5930da7d4e027383149373cb6af0551ed2572eaea0b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b78827903e5c338d67a4ea2ba10ee67e16482ff00968ba99c27af2b6d50ce202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c9315d23ab26f6f40e05a5fb1f9f2dbce075244a035b1f16003d1108a7ba36d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:270b5e756fca54f2dc05f04b6f7b43f7f188153811decbc0b49eb215b11c2372_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5331e8ebfc48f4d2322226b8986dd178f133a52edcfc0a192e89f1785c8d568f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6cfd8c3da57c17ae1c430f2881c66eb0b1c456bbce4a9ada2491b2c873dba985_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa346af0288b5886b5f095d1fa0ceb7715d4333db919ff9d61078f369642cc29_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3403720059bdecff83f784e2fde54d2bebe09223ac6cf99ce2b4c840b9cd4a98_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3f8cb2cffaf6320f14ae09f7e44c965681b395370a156253790764ec9d2a2aca_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a02dde1d0b4f4fbbc4e6f0afd24da1595672f3f290345a4f6e98e11d89854a17_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c4e8ac4fea3c281effed3996a378c2e952a3d3704e47863b2ae6b266d2280920_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:46a0b302273acaf2582d377271b910d9d31ff98744cd8f290583a7bd5579761e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:af0442c88d2b9b93a187010065424798d89aad1d695ba438c815d04d7fcbef04_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:bc7b78f67fa189ba63da9891a1b05694d676a3ed2fa318336fa0850d63815250_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ffe4e64ee1b721aeefd8f1ceee11d225dd69319385e3e70f0bb52f4f40660a45_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:29d5a91b39dc6e72677bdfab50f56860c53e67dab139b464dd571fef9780dc6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5e6d4e29635ea0b075e402931daf8c384d07ec8660223babfd0df9d572ea6912_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:82555977089a1586dc24154b46be6499607a9d15110e5b48d9a549ee73f3843c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f32c4a07d2b7a14c39db1e5e5752960e46bcda700b292336480c95f359adf0d7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:86b3e656caf1c93ba2bbea00514a17b9d06cb7a6fd5c6746d80ce35f45aa5907_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ba5c8896242125c24e3a7e5698770293a601e9e7f8508465d7b45920cc9ce240_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7de62e540922f1de5f492527d07a8e8f4265d24b577cf2f93415209ccad63912_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bd71e582ef755da7bfeede697b5c2ab29ab9fcea6bfeb14cc8ca168fce5c7bd1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a1e6a736546b54bb2797d85d51b8f2b213fe2f6be6b26bad5b549df9dabf2d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:efc7fb9608c2be8c3c65aff302f923241bf8d008bc71c2fbba0d82ffad2b4f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:aa63c460867d565b44b2a8e919ba9a0e7fd6717f71588cc5a7e2ad268fe13181_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fe1f1b5d6da2e5ac66c689da49a4c76916533f30ab456c9961a225a5e26cb6ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:36fdb2cdf796941fc6638036b3a31048ba0209174c7a62424fb410ae14b1f81c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:65a0b94e9f663f3d73a9696a622ad46c73a5fc793f9dc46ee07fee8ba3bbb443_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8afe2a0c6b1b200201f21b148caaa682bce77cb3b1027f61d4c873e5babb1b30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9f7c3543e4b1a095399d1219c50f1f5081440ae1605154324d57ba9201aa4fe9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2c0897a842cd7b16b64888568ca65c2a6e473c24b2ba9bc5067d6f1f237885d6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:432c94d7d5d46ad66348775fa0e1a6c2c142469e8a770db5528a1aa25664c389_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c86c7188163be31c7ab04017bc46ae88707437f804ddf2b5bd5a73ae34f64312_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3f836bb9effeca4dd6a230a4241282d33ed454ebabd84829c41e58db5f24f47_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4632ef8ca0af5a8115f3d9490c2ad9e2e44361f4d0671fa8a3a1006254b173ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a7d2d10f5326e2d71551289740eba86d6dd2f12526dc684b1494bdd4228fd8e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ba876751849dd525a26e70996e7e02092c473bdf386ec4663a54ecf61c4f0d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e842cdc56ee7728aa71a7f95eda9777ba229aaf959594e73d998fbb30b7f76b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:90331abb869c0c04ca7bb59681cbd957ff54eb0e0265e16368f9fd6ab6937acc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a02580814c02bec4c1c9b79c4b5a48a5a59caafa60a573f9f99a4a1ca07c6f71_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c197de59c38c060dc8aa099a027922853e4b9dc7e5589ac55c8841dbd44b1367_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ec7a4bcebcc80cbda32227224f64e67cdbc98d3fab95466b55c89755421ea4d2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:223df196f0cc747e52ffae9f3dd03fab2da3c72d5e3b189e3035d4264a08c6c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:29f3154c0b972730ae9a54bc496bcdf62e9ed348b73d98ca958a265717ccc2a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5e12029e90adf045a4377f4be2be75c879e57aca7aceffa2aef08aa262ae0f42_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e150a242bffd4437f92000417cad89969fd547b5da514f8586802b99a668bab2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:17752e2fbddeff8e6f43bd354d91f248b4e69d88e80b29b75508fb03b82d92bc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b1703420b5a67a12f055518b6a23c1d8259dc8a064a1447196f642dd23363806_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b93a134a81af485a0f07dcd6a71c816ed517178826539d0f53b6c45dce87096d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d266a3bfe528e76a8c6ef1700a2016080d084cf6fad2e70efe5ba52ff0dbbc51_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:8c90e9864b3ff53d398f2451254dd3707868b36c6032d8d139cc3ef2cbd9084e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ae6ebf086515376ed35bb432a7f567f7bbb44b8d1b86773fd86daa387c5fb933_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0a0cbb021e13ce9d693eacc4982ece2e8ba4697f5d5571b8d0671d71824fd07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5271f6452a89fe7907b16f486439f54f0dbcc3d075a70ef446ee4cc62211b1b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0abb949ce9461e5718c1988f57791c7537eb1b3d2184f4b4268fe087e39726d1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1267ac849f67c33155b54409011cd3f0eaa27d5f211703875cfd383d1170ef9e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5082f39df1f143f23f0e587dec5cdb3e3b033ab446a57e7e808c88e6211a1a67_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8fa27bdf891edfb80585e470f09c9d6fa369aa727a3698b936b4818a4b46448f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:017bed02593deb2e9cdfe0f268916e5d1c8cb7a4f1362c6eb3c94050896d7276_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:027baac40981f53c9ec53f5a4241a657929d6289e42a0e5deef617c182b7580e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4bd5b70373a257b1fce20135ff4a4b3e6962eee541c67a0e29ba9a2523d4d4a2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c0b3ed1332b228290882bbff6a1ad6866f5ab2a4586b261949832cdc3bee5797_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:047c270f56b685d5a4e67afe43d2f1ff47829a259be6ff93bfec4864233d4497_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:50a6482667d53de3d7aa2bff6df05ca21e4e9773996afa8b8038721e231deaae_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:653dbef43ed7f531ebf64c9314756be42738f1635a64097c53210ed0b6b0de88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c4d2741561038e0080204335efc6eee5b6ffd8878553b240dd433fea701e6bab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:3de609d984e39497dfe119bb8e0ac2d6d823dd894a5c866e5ec87de5b5711e60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e3a8b252aadb5b32f42009803b56dbeae49a3ddbe9d00aa27569af4747fa403_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ccf49e256cd9c3bb428badab464a17aee485ee1516896f1ade10da11085e843c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e77ce95a84b01b09c5d1e6dbdea8970543aa3a60f9292300beb078d1288bb801_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2ab5fcf7003f4ba3de7656a284b11d6ee05bb02cd0f3532671a8c368f7b15178_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:44241e57d9067223cdd1585db9d699db113931b7a273d207516f60c498570677_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6aaa55450d567e2fa992650c456cdaf5529c5d96fc9984f7e1a4aa9ed6294bf3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f2fa21e8a0e88b25e9037a9c2db4b157ca6fef8b765b36da7dda71bf5a4c4478_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:10bfb59c904103177754f0336f7b7bab676d240480a8213ec42a778bca3f277e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7aa4fdd78ceafdc887a91224614657e86c1e12b72fde68dea4ee5c6e9b610cb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:e4a365a0516b0c8ef2d1259ec4bdb7f76aa9dc0d3c3cfd5d5b3d34341d349772_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:a06af7a856d5f2416777c1bb1d271c189576e273450b25c6dc5937cd16b8bf8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:28b8390dae142ea16bb05f6bd95f19b6ab38dd67c341168337ca07fe4f45fe87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:be6a9bcb97824c91f393af5aac5a146d819ed9893f5a074e146afe18f3a50dc9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e6392d583f97f0932dc01be55534fbb6dd3014f84b745e8bf7583b96ad7a7761_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f30d93c0f244f5ba21807dca912d18d4facf47ceaf43da7efa41b14ee816b71b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0848bdb082bc8dae6bdaa956d2ae36fdeaaac89024822f4bcdffb51da1165fed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9f9603a2dd344770da433fe8dd50a104d69e80ad463f9cba71b3aabefc4fee61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ab417553778971822422c6eef94aeb437209fcf88e78188b701d4b2243ac5be7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b9bb7615df3eadf64501f35dcefa829934f330892801cbb86e9f70f5dde236ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6bb4c6c64852f2b7ee590a0a60db256d8dd549a4b141fe71d311bf30d0ed88ae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:837cd26d96a814814145cd0aa0cca672769283c499eec36c457ae432b99a7466_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:956ad866d891e1340f630b9cad6ec73d1fc60d4061d4c63946ed714900388a3b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:9c91591eddbc058f05d052e3178102b28ebd25c2c9cb796fffd5047f5d413d12_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-59869"
},
{
"category": "external",
"summary": "RHBZ#2498122",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2498122"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-59869",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-59869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-59869"
},
{
"category": "external",
"summary": "https://github.com/nodeca/js-yaml/commit/24f13e79ee1343a7e30bd6f6c9d9cdbf0ac9b2b7",
"url": "https://github.com/nodeca/js-yaml/commit/24f13e79ee1343a7e30bd6f6c9d9cdbf0ac9b2b7"
},
{
"category": "external",
"summary": "https://github.com/nodeca/js-yaml/commit/59423c6f8cdc78742ac00e25a4dd39ef16b702e4",
"url": "https://github.com/nodeca/js-yaml/commit/59423c6f8cdc78742ac00e25a4dd39ef16b702e4"
},
{
"category": "external",
"summary": "https://github.com/nodeca/js-yaml/releases/tag/3.15.0",
"url": "https://github.com/nodeca/js-yaml/releases/tag/3.15.0"
},
{
"category": "external",
"summary": "https://github.com/nodeca/js-yaml/releases/tag/4.3.0",
"url": "https://github.com/nodeca/js-yaml/releases/tag/4.3.0"
},
{
"category": "external",
"summary": "https://github.com/nodeca/js-yaml/security/advisories/GHSA-52cp-r559-cp3m",
"url": "https://github.com/nodeca/js-yaml/security/advisories/GHSA-52cp-r559-cp3m"
}
],
"release_date": "2026-07-08T15:15:54.675000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T13:37:21+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:8fcb7da94ab599d7aa92adfcffdcda19cef1f3c2903bc9d38006b7522847c458\n\n (For s390x architecture)\n The image digest is sha256:7d2df00be06a79cd70639c116c4998f8540b3e379cef1e2cf0f3ddff5188c00c\n\n (For ppc64le architecture)\n The image digest is sha256:e41c3fa52e30b8c9d0c3a5ea531f082c08c7f8832123b76d597b198726a0f6f1\n\n (For aarch64 architecture)\n The image digest is sha256:2d6b342b1c77355a7c02d990ebf3e28d31aebe9c78a4bccd8ea07fbebc5a0c49\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-monitoring-plugin-rhel9@sha256:06ab376096238d4e04c9ab713d83d3cab5db769b5af1fd1c57ef2ceceec6ef61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2c80889bfaff670acbf859db3624951cda96d4ee8cb1560806ca4215e8c6c04b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:627c6b73224c3e37181a19cb598ef9a425cddc1d17d97b6c23388ec1345f6a88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d5d338daef4ae436780be192907d28a26785021d97865d8a95db9065734061f0_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:60446"
},
{
"category": "workaround",
"details": "To reduce exposure, restrict the processing of untrusted YAML documents by applications that rely on `js-yaml`. Implement robust input validation and sanitization for all YAML data originating from external or untrusted sources. Consider limiting network access to services that parse YAML content to trusted networks or clients through appropriate firewall configurations.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:0c95fbbcfd5c54e6b2934a8efb4f8523d1536ec1deef78249f4daebaa9d327d6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1b84b2a1cecab16e75947d29572008547922714207272a5dad8169d1ca5beab5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:466597e63e82ac365414c803f5ecb8f06a72374885eedc5daf9532aad16ac148_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:de9cac5c7ebcf3d43cad87758dd2eb0f4d6480f59bfb4112c224a4497aad9ba7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4ae516b98be8fbdb9b783345fe680c1d6ef57b5dc06b2ec3bbd20bfdb7c9b2c4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8f242ba3e0b9c57ecbd85f0d4c1bd67306357c92b53968a42419736c3dbe04d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b717614ee549be99c17ceef3d755c66abc983e821e04808df347962858e0da81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bd0f90ccaaaa74683b9bb17db0651dfbdfdf8f49adf0ecbaf8e83756d270b590_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:040115466e4f525e9f2386d6f8838c51f8e1638eb06cd64f071d4ae027a8fb9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:1a677b9d28655390d007acaa656997b12a32e9093c1c228778ef96cc6f4ca875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:39c68aae39089d044ce992b949d4e9961105711501daf3d4f0ba7e9981920729_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e814640d65f77818c180a706940337f8ddec8ebe4cf22c51a58a8b69e0f4099_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2831d7dc9f3cad92219addd21b93959900ee2f71e2d988fffe913a6f88dc7e1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:50f602354dcb223759d781cb057b4081a424d6a509178b10674358cc8dba41e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6925001d8a798896438ef1388f54bc29825c37d41f2f09a59e3f8bf60b2ec6af_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e01a83cb76fca294a011e022ed86f1da8cde36928096422a440bce8e42fbc8b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:757ad9e0c37b861340a7b2269b068d5b0c6355322eb5f5898a856fd9c4495b16_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7f68ff8059ae68d15041b8f38ad5ee5278289e1370d276cf7e78fc7e9fc3bb10_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:816787cc8c95a4a2df1416f09af6228559333e1bb1421ede0c9e2093444260e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f9bb9a184319c9fef278d3c6705f56cfc592c844f5c458bd20bcdc07c4230982_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:198f39ed50bbd835f4789057f9d7fd8de0962f1641a7f453dd90d68b5b2a4e7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:633ce875ee7bb08d9bf00cf79738e3e63cd6bf4de2d40fa6860142a301c0968c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e169d65b86f23d6424af5e7cf9e1d0ced58382128092821676196c0a05f91da6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ec2586358c34d0130b00a3714b50c8b7bc33ce915aef6aa79eb214d38202f37e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:13e81e4c25d8c789ca15eb4e84f3fc531a50b4dc0d95fa3573e002e3b54cad61_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:17637f8455e0e17bb3dca34545a26e881cff3e1444af45b9f45c3e282a252bb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d2dde1514fcf3308d1469a0af6727835121c4d6a1a1775a675a7ffabba8e3bed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d6376055835ac40728181d6f354398a0e60ca131d2fd8f41471ed87e974ea4cb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6f86d997faaf61c874def5a78cded319a188c1babbc4dfefb91a29f7e0d7f0fb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:73bceed99ad1b0bc99e66ab8361037e4046c5212645490161572fe6f34de98b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:babd6b0e928bb674289f34787d3aa536bdc4c24a877a5ac9311f21f0cc9e6224_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d00a12f6c4e75a2c93bdd135eeb742f42868b0186d9d03f318c885407a17e439_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:0932891a63e5ec5a076c7848d5746e29d972f3a96058914bee8fffa4921fed38_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:472e977d39473b92992f53c0225de477318b31be8656c37bc35193789ab7a456_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:71021ecd15d688aefa6db79f817c11a751b51f6ea9f2e48781bdc49c6de98088_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:9563eb7617a4d3a9c22fefaf03a4ede698fea2621a68ad231cd9e65930043a56_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:1fbf3bf4990353e799dc271bb4a0c58b385feb2ee60207636a3f76544b4f5ae4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:7815e9dc63477803e7e8bb8a01ea83043b5503ba529f64db3c76ad1c4cf2f0b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ab22d93f277f9bb65fcb5fd9c448b72f82384b9be43b8ab525d2836832044eb2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dee02e09373732db94bc442ddcb2eb4d13095a04e35c674387d3df8ba23d67d5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1a046b24339587101462756592c87ae4a8f699fc2977a703e6d031e2022a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1db6c409fede3e9ec09788fdf286fdb0634de6b6e727ec010332f7cf2e462_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:bd6be5cf4063439e92a1264ce3af0ea6528b9c27dd4b26f043a80aa8616575fc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c955c4b9dce1b25c73453079a21d84c5a2e5d0b53cf6e351f9b1855f08db3fb9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:221943f7b65573c2942d88354261f93a01950be1d1a86fa853544cc4c283c027_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2488ca8b2a8f658f3deaf9a70b12f7aca159490b5e0861d746ca8ee5d2010041_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a3435c546844b61f456789fd315495d6bcdc2560756e9fdfc4b896cdf70d75c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:be2e4dd58b8ed72278bb2c014317e69185e2b19dce37beea7fec3798abcb35f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4da2632fea643a834aac3fd63bc51fc6b0d768b869ac450e6779c9f36429a9fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:56ab8a9553f0c0202a47d858e234f2672098514dd647502405cac1f28d14196a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:abe530f4e865add435da2afd379a3a11a4d75c257c2468a09bc78f10256e0be9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:fe1397131aa0d447366fd627b12582ed647551ad3af13375f8c281ab73745f0a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0857a5a2cfb5c277bc2d2545fb19693f23285ccf6b75144da8fcd7225e1df1c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:43b36fb1f7ad271530f5ee9040cac4651a684e0e08de2ed90a2939b736b565ed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:7f86439496ba6573ee1d61b5f4d414dfbbf65a95526cdff54e45229f01785517_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8094138e4ed2267cc278a83a1586922c957142c9e5fcaec62db531c83b79566d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:309b1dd27ce0c7dc332c7141e576642db4aee6076ce50ccc2930e824f02ead2f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:35322e4580b0fec862223f76e0bd3c95ad0af31f3d4cdfd6423d3ec47d6e25c8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:699bc772c8a648f8be7d6a5c32d786d8f6484e584d918d68ef8a32cb1499663f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:779afd8e0fa21d022d7e75e7ba8da00cc7604db1adfbbea879bfb1d0f8c9c831_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:49e98d0193f7d7b4347043f0655d350a7a0c0d8c8b850d95abb57acd13dd8ac8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63e308cebeea85127f584610f59cdc9b228f01b9acb227f2f6eba7fcdc29b1fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:71f9b47dbd3985738259a6bc9a5bbdb240fd21284a194b47bb78538f8e870cac_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:9181583c88b3be23253c76e277f140c0a1532c1bff7d62cd0da1e14beba1aab4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:0f96581804dbadea29d9ef9a2a952753f5fdf295670ea0297622214e2a9b7d0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ae4714025025642ff5d9e250a4715b01d933487fa8bf4eaf82629ebd6d4c8702_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:cdb096f05b664fb542bb6eac3cce52c53da2e4bb636189bb53f737d3075615da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eb9908581f71dbe01d8553e494ef022417196408e9fdbd32f08fe1f5b9c9572c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:08725f7a384b4e72a173141cb35fb67293385ed72d973fc4d497f3c0f0dc626b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a322e3fc620e914088fb5669f1459a47140abdf027bd011d6ff4e5b3e6b909b9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b950e80fe164f86ddf624c80210308a634929ab8eb493496ef86bff1c5248fce_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bfc663a0ca81dedf849e89b91feb3fe0af97932fe8a8fc711d7ab85b6cbdcc84_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:13257447171d38e6e99c66faa476de6ff6ab934c285a0d1bf71fe94dbe583462_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:23fa493f397748092cd71c41b9d83d19fad6a5433b692bc644e30af790cf60da_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:28b1c9ee4102140998781ebef22f269316d8c2be2254c10b4d7151dffb0d37be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:be2175c2c6c9d882e44cf10aa85f1219573952473e893f67cc7085bf0a324407_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:61417bc1ddac0bc97c786b5807c2fa33eebc75f7cb186aaf9eef2151dbaf75a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:73956194247e000432a8c5f7b78255062c5ca967745ba2d97e680a06f698f518_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fbfa9ada74c4875985fc4bb8366d21eb5275a52953d44bc6bc740d48edeab5b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a545c9c2fbb36296286f684e02f9a5bc337b3c3fb9c83c608c988c88455f9bf4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:34a8a8a4a62b36b5e0eb061db3d56905c8dddfeb2e7a7135642f947ce6bd01ad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:41c2ea14036c2f8639cf0dd634e327841954eff4529743fcd10e8475546165d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a884f443877c7a3c0b32dc60a79e1bcbe89036549da7a8aa4608ee2ac6460765_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b28e8574a1d3b374ac4a61ea4f3c16eb70d9ba7385bf830c8698f4490f8fd3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:8e245c278c66405066cb31e9d48e97ad9cdb826511bdb1104807d26f896043a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:380e3045135a40d202f330002512a5c499d8d2079cc38e5c0bbd5a2312820dd3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5d06442daad2c126259fa5d594b53329e386f560b77a475ccb0cc37148644a5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5dc0ca56deaa237fb0bcddac8481b45d3ac81609b36c3b7bbb6cff8456899208_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:aa669084fb336f5d89d86cb58aca73b88d6bc4b6505eac2020664e0b6abfff6c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8cb392862e1835b610757e822332074ac459c593e9bd60fb6b6f6d0aebe577fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:987afa1aa902bb85d7c2d96f1637bcd19bf21eb832444c98d30171bbeb746751_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ad2f0cda09211f3e0aff615306168baf808e6fefbf1f039c3ae1a1fa7050a61e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:bcac50d10432ecdb8bfe2b465ba75889248ee8595f23c5243d023ac2a336f3b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3cf2d6f464e6a2fe5b4a8cf66690b3237aefef0c825a687a548f81336507cfb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9bd17213796576ce4d315986dc0b271011c37cd6e9ed75edff5ba80c3302fc26_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3205092b914bc1fe858b2ede7642227e04f35d06daec4848fdbbc0406fab4a03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a20ecaad93b15b869fb321c7503adcddfe1f0f5eb3f0f6427bd363234010853c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:57259db0550547f85684c19078b9af82b6318dca0c00ef8da27de8c8dc90e305_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:a95676fb6c1cc1b20cbb758a7c9fd34e82b3e114b81b5c17f47ef303feca3d51_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:49026487ee6722c3d438c05c1c181a36d14eca2f0d8debee48e4a02db0486145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ee65002c4934842ad86197a89e838997bb87a93ddc9de3423eb2af282a565c41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1bb56a1a194ba6f64edcdeae267fecec590c14c85431ba62ee8c6b5744da3a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bf72f3bbed57cebe1deb7690cd7fcb6d371e526630cb386d13180726736219c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:81afdbb2d9fe212af38a11b4d00ac952a306e13f91b23b2a081c0393173c5e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bf8d63c933996abf39eab9406b3061bee014d766a58f4e27a56413652d319a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:4a5021268b1ab163318270fc9ef07afa8a29f288c95ea69700c4bf46f88e85cd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ea443d9738e4428b6912b47f9c1d8d05b75cf8b137f0f9a76f852418b33b989e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:00148cec706fce87b240d38dcc91434f3c167052d5860d42ca9057e24c3f35eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:7996dc231961eb51daaceda9598b04e4bbe7d0e4019dccf5adec8a14d6f7e1a2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5c70298b919a36de41bf25d870bfa3da4013d36c6179db3eb6dd2e67dd20bff1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:a64777ab69af6f2b6cf4b78e5a00148e98353748946991c0a6da7eba76b442dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d4b6a07334845b2938c6d09556cea5e0477d13d4be6247bc9e3fede2e46aa3ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d5e665b41152b8363b4b15973a7b86365bb2c047366aa69bef7e1c499cf4fd3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:1a29c30f85b9bc858f0c70ca5ed79934494d92849f23baa6c7f26f67ea49c57e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:70f95a8b240afc604ee9af621fc3b63adaf80f593f3131e7ed51077ed2c77a1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4d217b45b97c9e01ba3d54d03270be07e9659b0d4313fc85999aa49fca560108_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:634f48a37ef03dee1cc0c0626c32aaebb8f9975b4640ac540f02910bdb3b165d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:00f06d1c70494444172d5630c33e1c93c333a880520bad3a810f96dc69cced15_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:01ac79392fa7a265608b75458534bafb6e5d350f2e8536bb9de48566c685841e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:12047af5271e61b4032c04c98df9ad54363d6beb13b36f49085307705677e345_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:37e5fa3bfc88e99fc78f2ced6cb4a99f5099942e40158dfa6940784c3d2ef95c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:54d10266c83c4d5fe91b013dac51538493ae4a4322c925e561c45316c73b1e2d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f799d506fc4087aac0eb4b2c2d6c8e511b598c6b3cdb1ba5ee470b787759fd8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:061d1b86afedd409ad4947a8ae59064f0fa92360cc82f640cf124776753ea3bc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9c7fef9c0e22e1721125d5b1312e509fada544e1d3d956338c3638aecea53dad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d3d951b736b910437255f3455b76357bfe0111c257f5a2d8dfe0f9abacf30fe0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f7feb8627754651663208ebb363a3e42e1767e16a65914148ce0507a77bfe795_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:23b0327190559517a3526d2500534542e9a397210cc6f663ac2b313aee902e92_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2911daa552328c8b01b19f91ad43ac54da18d343834c48ef35f12adff8077785_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:43960246dc7eb7bcef847c0d706bc6b0f0a407053a2cca7dfe27fce23c6d2af4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d05434d4552d2ffdd45d2fd44b1b2e2e8976a15f0f4ae59ce7dea73ca97dbcf8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1f7e808f97ad41f4c301736bdf2e06da73f2d0e3ef4ca838f0afd65273db7c8a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5553003527f078011d0c440f86c1480ff4e62b318e98ca2a4af97b42e5e186d5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:582a4e6fadda74e5c6c49b605b7967e9d6f25c84ab3de162c30931b1dcaee31b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6d54aaf9249113e5be1b6a87bf439ae778918533077a41ee9442396cda4d2642_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0b4378067622a7584c3be2e5e5d8748a564ae7672cc882bec0c1d6f4f4c28686_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2ba6c6b021db9b58614b1ceb9b736978b0e3396b04dda4518406b041448dd5cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7f7e406ef7b654a66bbcbbfa5326ceb1ddca4a0236cb60761a0ea48b919e8571_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fc403f7babe4eb16c770c80def94f34696b3a8ac55360b17c88edb11b9ae5a8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:473d595a495e4656de14b1b22456ef1ce2218fe39d02bf738990c0be4cdf5440_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6b3fc95809e8ab1be94de33cb375207b4302f93dbfd51f2a67228025c1e304fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7d0a9db460cb1d4c918f87a02979048f170f5e692e83cd517bb9b3271aa06dd2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7f1e2dcfd02a6a5fc56c6665979a8981f11144a5bcc6419feae3964b190583c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:775213a7b6d92d23694dbd1538727c84ad58c6b8a8b46587ff7bdeb7312acc05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a649eef7fa6148524b1f3aaf18ed6543f65ef91ad21358cb0af865401061622d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c593dda5f85469eb4ded8cb6c4738069d48a144823a070b83b58ba7772ba0e90_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ffdcf3c2b138b62cfc84d9916799812ad73fcba9c3416d7442f3686417c85932_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2e1e514d9f3cdf5f04ca924fa98d036988ab47259be5df67497931321634f730_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:32e93e986bbf92dd3a3e09f9c76bed29334b5cf794e18b843f81522ccf43697b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7bfa1c21aeb7971fa978d49455f4b5dcccd4ccc3de147ef47c32e9b74bcaf2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:dbb5abf21bed592282f09e30ba1387b084eb028bd931df5609c07fb8c09a0d75_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0606de7cca514d2b4ad9593d7f37950512741cd8f1597b1f83951aa7c8839268_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:116474d2dd37c159032b15ff856dffecad2ef0ab76298bc43f840bd0245ec78b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2e887b0da3269f28933bc5af839ea2df95b7aeca3993cb31b0a1c92e7043cce4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6029166a01da021523fc720ad70fc59f449684e577f9f5a36e0e759a39d0a28e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:849b8be9f7fc785a70451c1c0704501e2b449650acd23d450d145da1a760c166_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9c5d6a2d314e840600ca6bd1354c7dc6040fbdc216166418485d6edfedb27ce0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ba10e440e514662920d68ac025d5f3841786a393703fc2dc0ee21ff1d2490015_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bac1799b133fd829b35ac619a25a272301816494e83be5a251f78a50e7fb2f88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0469874ac135c41bb590ddbac02428775083221257b6904fa376335610c4acb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5823c8fa1f1409d6863dacda718e35b7afd2915befa21343dfcc68b6fef7a9ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b38d3723f2547dc5676460e3738420e243c6fdf7be77e54d18657efb9668c438_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e5a5e4c1a01ff3f5d694ca26dd248533fd463c85374c25ce1a9f4b7a60deafc1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:19f94467c811e10882e30eeef39b1266b83ee417974aaf62f75738d51811cbc4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:47487ff8d0cd813ab3354061caf319dec553b1cba9d5c1045de710b8a6d0c51d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b3a0104cb85f1a6965eee44fef58983637839a1f97ddccd737704ab41cda3a25_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e8c72b610288bdc44492ea0a5c2fd66cfb1673fc06f6bc66831fa84c96f86543_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1a9333d29d3561fe95488f3d80136d6b24b4a2e04472d37d34737fd1032a8856_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:705d146d458883660aa0b673a651d05d1d1ad73bafad91e84755118b82092ae7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b9265d767c8a6786f12dd4788377f1a316864863a32de4a4ec07ffc8b874aa00_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e3a7bfabcb96924059fb7906be97a0ebb1df35c6cad39a7968a6461df0cecb31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5c015e1a10e5f14e82e30ba41b1ae6a82cf5cb0bc631f5137d7637c44a3f5b8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:623bc4c74b05b46babba7da628809bac05b48d8c4055648e88f0db57c1bb0e07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9502a32446a8828e8a1887edcf49034e874ea0e32ab5fdb738ab89e77cb5a472_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ec7b6b83c8e934b66505e8051e183fbaac54e78abae5ae99077d4e5e163b4529_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1f15641123321a662f676a46a24f6c8066bba6e3730a3c0d0eca3ff8e548de23_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:85070876ada5cb86e8c585f3ac3114d548b189074723a13ec5d6fc6be25c9964_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a34e14a715bad1d324f9211d95c56ed387ae51b24b21ccf931c12f3f7b3dcbaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e12ce561e4cad13a5d08e8164060bb74a309f66047279a26dd727d34ed3dc16a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:67789c239f82fe3649ab8c0e13f920a788a3612d15a78fe5986a852bb2d11a0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:80d704ed310acc3015748815351da4b54fef2d8b74d7d4b03aabcf9fd7e60b38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bfbcd3f502bf336124261fbe51f19e7a4cb9e9132e07da62354699b30cf6ed24_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c1e371a0057014662b91736570bf25fb1211ead7402154a1149dfee9e55b994e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:175fd0386d9a4e064fa760f23ecfb45ac6ae3500e5a50acac0660d06e5b7ecb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3e9811dcf3c528ae6f5ff86659dee1a590c2b53f7af1a03204d06fc3dc628fcd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:68af6c6e7f51523ac223f4e25955cf3777f4ae5b601dcca7c6ec7e2dc0de0782_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:8f1b3ddbde3e33dbe01816bce0cce7d7bd196cc04affbe606fecfbd8ad7b8b17_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49699de68bf38c34edb696ebe4f9dc608756382a977f497f6713dbc7b6e1209e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49c32ab1927e0969508b906c14aafcbc64e6eff7680b9a10812eca4f17787921_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:86135a8f7d4aed36e7b2a571b431b29eeaac2bda02762eafda3e22a62a7a2d6d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f2dac4ffbee9d028b26e683b63a9f033ef8609907f6c498d42c447a306e75328_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2884bba195d4d635378b0d15efa54991a23f51bcf4efb1095b478f5cd9c34f46_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:d84853556ede64db5615eb4d826879c744f7ccbd92c51ecf392a686af854ec11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e05dd48fc4c26b5dd822ee58a2af27bccfd0ed28cc959a6fc05073cec6f7c9b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e202635a4a52be92b47960bd8ced28634111416b220cca5fa7f86373ecd1210a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ae36d953c8c7f73dd78d620f94a0335ff5fb84b16ce9d2dbadbdf3dc5d66f6d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:308c924c44c35b39c66b429a15a0343a47f7dfad62dceb76ea7acfc85e6bd973_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e132f6b0a6b4e2dc63561c1ebaa0bd9fc669a835b0c22b0d56599e3da870231_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5216d36dc483b1368a03e00dd9dadc7c75de2bc36ed98cd7ea2b089cbe23965e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4bc11f6ad7c3e9c99e708f7ef5a01b4faedc8eb5d2de5b0cbed502395958555f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4c04a50ca49fdc521da592b9c326e233763918fbfd6bc97e001e0e680ce24cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8ba4aabc0e1e36c3ffe66b55c67ab8c305f64aa6011f80060c5d95ce91180c5f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d259704d34b605abd3568bd4c988bf9e831d80554ec2d7a57e7c39a70daf0140_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:14c55985b9277766e54156139f0949d1e3e5f756ade34512a3d5ea3dfed2c544_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3231ec9c296798f11aec6a285b0a8f7c5cf220534d0525afa59c17ab2464abb0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d8767e4d0b2c8222748319f05483bcefe50388abc182a01f3ca9dae3c80dce44_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ebed5c3d8e112fc5086208b4b4c0aba054a0058f3fd08b71b129dc124fa00f99_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:26dccabde8cc0d1ad45160677fe240b3fc098acae82f6d095fad08b78330453b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a168025d531f20656997ae845a4930919d6805b7f9374c40f7835a93aaa46b27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e696a8bc54ef8a13800b2168a395d2cbb08678403beee2dc52c56d04cb235759_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ebc22890c7759ec9992b64dcb0e388881caeeae333a9a84a50dfeffe27e38b49_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:09319f1dcbe090d9677a43249810dfe5b3eb165aa3f8b473417e0913649b1556_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:46a37e99da18852f5512235589ee86dde0db6c09d76a49275a8004422b9ec303_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:535d1b713587008fe67eec103cceb54471f5263516f5420589cffe1dea02be93_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bc614ab102efc7dfaa47fef84c4783da26548491e4c43257bb606a06e8d155f0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:08cac9e30829765f182624de9e45e59b40884b8c39cde60528dd27afa57afe72_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:13724dc9eb7247844e450b59b8cf3af5e5f486e9558942836ab60f74b9943291_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3e1a80763f76f622b5ffcdb35bf2dc20ce1e9c06c4f5f6bf0ae06b04134733b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d077c79741fd0c481fa6e1aa2c479b8c5b380b1d1f163259777c8c50be257709_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5e82ef0b9ab6d4e3b7431a7611bc563f356385dd8927855e6090008685f1549a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:62ba53e306331c1b20cad27ec31cf59687218f4bd5908ed7e9034559ded04b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7664e74786778a96606757f1de215a4a9702d0c9f7cecba7bf8028884a7609ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7a967f88faccfc101b9388f8434d406acdfc85d7d682f9ec742d59eb31074fc6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0e05cd1eaa2b9c558d22892495f090b6b51a316dc56d85ae825b6fc44611b6db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:445fdec85c2510c8a45b2a830ead87136bbb80bb9244987b4d6ffa5858931926_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ccae4f8f443ba6806ea33105d7dc06002d58914626cb9ae57476b29193761b53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fc0becd36b6fad4911a5b8c9a4693320918f7f7e6336c2b11a76adcb6d1eec36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:652f8fc874b95a56393f14c2b56a63faa64c04f6646c1786d07eaa272a9acb9e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:94b9c011744629b1ff6f230e25f876f218ed59d55a941377797f77cdb7c03e1d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a178a796ca9d32ac59faa5eb9a6aea30f1aec65d88f89080f57ed519a7983f05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dc8a79297c73782f5005075332bcac58b051a07d2b35626323f9b69ee5f4d64e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:03d66c724cb647d4a613bb48c9df6e9ffaabb68c8af5a4ccae45365e32456470_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4b9510fdfb45d2561927843dbd7ed869e2f67d9636e59dfd0c3ee640d9fc601c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b3570e078bed53aa3e435443bffbd12a7b259f8dee9d18c0d79b55514a547b53_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fc8e892ccbd8d3c1e737fbaf8f02b5fa6bbbe242780c9cd00fbc5e6889d7baee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:266bd8400632ac70fc6584e4bb2850ebcee7027ff7899acbeca612c6556302a4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2c8f351447fffc2133f339c6ab3a0bcd9bdfafad4a4cb5b7dd2abc32c6056a92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b8d2783a76f514f9a4e8096434ac205e1d82d09da2d67fb930a1b5e4d8089e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:74fa72db679ef47f9a3e3459a90dfaeafcb6db73dfe15b8933767e2f9d19c448_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2b5964f6cb078aba05ada42f0c8280dfa39f9f80526932cc5d41410922e4e8ae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:480b27e9866ca8dfba83e1accd427d4f6813f4fb7f612854e32bdffc10d7d5b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:91c7fa7b70f2cc82b26ac16f91ea084e15a4f5dc64f254ed878c25dd1170c0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:edc297cdb2f670aebc1d3561d801840ad029e8777ce45724066e6891aabd60fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:443e0dd81ae60896d31f07ab49611c5e0629746824df094ce28cdd3cb0ae1d58_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9b16561ca87196e3dd9330184f7abf25e97272e3c47d2e8d594e3095e74f815b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9ff62f63d487e25a750bad29314955effd17152bfc534ff698963760a2615b0a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ab506c549b676ad9d8dd179e2ba871a12f2096ca2601ea2a1f2605ccb849dc6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:08758e6b81d6679b095a8e7fa323870eab35fefc05e525c6ef810b6cc0b3c0fd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:af87d24f6540e5c98def879ec4ea8adeb5b138e41abc126b2c3030c5847fd0b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c5e9e59a08d8940e99da6bc568269eaf71ea8db62dbff86a7f6fb5dae861e323_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f5122187c85ef27f5423ada009d800afa4800e32ad1ea3299586fe64cae8e38d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3c5078d135089e1548b4dec49b7e78658279e42a72792a988447662534b6516e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:56158ce0af0c0eb9709b2d1a172201bc795ed6e5075517b6919ed1302399d6f3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6720c8097a398327f18a5c84c28f6b58aeee017199c2649649a1f159b8365838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:89295652b447f42c6a0d6e1299f63b04016f10ec8faf6372357294a14472e426_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2baa85e44cc4ac6cb825103508c5bd74e348609eaf53ed42c6d0e045dfa62772_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:61283f1fff1f8ec53563012a5b1fb5a48831f0a220d3676b512f5a60b331e849_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ba258012c0832c57b29785be805be44f0b5f8eccaf76d82d7493946806eafe5f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cf3bee6414a87e7f907d30047ded274c488239af5b1f43ed717ac2cede29df86_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:40854e0833b6cdfedcf275cf716e58f3cbc5c44be313fb83ca3e909bd80d0b08_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4d6a10dcda92c599f52977c71208222d166168b29da4eb4727c466e7eb53cdd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7be4c5ff86b0e939ee9f22156812fb98d2f96c1eb4567ca8a6a01ea3aa735dcb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:83bdc9fa5d3893a973794dd7162bf9564ecf68ce44814349a621cbc284b9e61c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:993ba8c1dd84e486fc4084a7786934c356a9b12ae86155134fd1a1dc1e5e3f2f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a64dfd96d3aacabc8f219d19e6d7eb0c1ac5b68b49eb93fcc973d76e67ef1d34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:ce306e2cdafabbaa29467e0cdbf316673d17180efb604e683a7fd1ed7181c6f9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e6748814d950e6f5e370dec9cb7d557fbb0d29ad3620b567840770be826a601e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:04d418560f90c35b42be67886632615d62dc89cd37fcccb6e247212b535fbb7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:40eaefc42c0f0b5adeb47bcd463c2e2a45e7f3af1c0fa4cb3fde9c5479660c4f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:545bc2a7b32276bec515f338aea3a2976c01cc787a559986646aa6fa26ad5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5a2653ccd5dc3f59a228ee8b936460575e1a392d12287661b1dc83a9f8210033_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:12e5e4ea4d19c4dcccb35dba161fdba8a703ba6331b11054e4664818737746a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:180e817b55ebfd081fd0305f63b3e0539fe8d13d1ceb8428ea21e213779fd056_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:92e8693b9f6955f9862c8b576f5e32bffc3bc34232511fae0cbe57d705bfc53b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e5b5d4750a3ffe24b1196255d4cfe15b21efd587a41736307ca8e4e61a4936fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2ca8a85fb07b431d97ca6a3e3c18f1cfaa20883c7076d6b5b4e6942b632f9aaa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:559af5a310f0923dcb4ef9389c51c98604cf44642a13e8ccb46225b4ca268580_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ae056c9c8e0cdc6519ac1a9542781cd54ac2ac8881f513e965b57ce7d1e5ef2b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:deb92b50d5948bae13db37a7046d9b212dbfd3ddb1063ff8a5e5467f0cab203c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0c4f3cf84115f8c9b9bed6b2dd5d52316eb3a9e670fe6b9e28c2dbc350392e87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1142ce3f8a3c1c2a1c7dba79ac2c3b276a45fc6271ad9df9e6a5d8684c36da2a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d9f2c021c17f1416e01ba31a8823b7a87724fd96d7ec99d494981842b5d452b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f3aabf75e838b4a941f64a7a322768729059346d7578ecf5fe7ce27a71876fca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6389373ccb2fbe1b6385ea21dac1c0ca918bf9d3889ad7a738de6be5d7ec4272_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6449fee9a31acc582bb85e0031312e3ff07d1f1843a1c6c410eb79cbbec1ceb4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:751f007afae9f16527e9039aa95c2ee6efd2ee20afe3c083ba7298493d2406f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:afc11a340e28d4100c31646b705e8db302f6b0a96ad3620e07391f02a70438f1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0673d2034e7e5fb412a171939379da14e9269dad7bb53e83be7ecf8233b0b5a1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:18f0345811215feda18d2b63f679ee870e76b33e9f61042d93edcf36fe97df95_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a2d247eb696c80e02bc8c1873e8ee0fb71a1e5ad6cf5cd84bdf504f4fe17cb10_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c342b14ff399c961ce05c1af127244b950b8e9d641ce8752f9d0f880ad7a672b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3d9fbc97d13987f28ca76b3e238b540492eddef0f302c2dd958c1b0d05e10941_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:47682d4e934d597aaa1e809011a69afe93936fc629ad3dd1ed76dc7b073f7ee2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4e8d3460e04e85a3e01a578d492499376787c85f2840c97821f11213862239df_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d7b99cad55a1e1d380d30d0d4a61bc5f0cbf3a87223efada3e69bd9b0741d3b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4849bfa8a48c7e7d264fc6ea9097fa9d33da25f75776619976e3204b42026cc8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d7c3f5ce57c0aa25e13ba9484facd75c5a1dc3caaf9be4d0f273243e7ace327_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:78aef6c20ab3bf78eeb8b8a857ca2a24067d45cea0a070c44d3fcedc00d4efbe_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7f33515dbca04230d98550ab638efa87389629fc7d913c8ec42e4b5bf8a772f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0251068577a1724dc777683dd189468ed77413b396614a117dac6b4320b8f01d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8812fd85c74fd67a95afe09c2ce5e7d592eec1e25fdc6fa331a8bd41bdde0cc6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:89e0a7e0fe060abb45a6f8e6ed1906053c09f95c252ca7813175903db61fbc99_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c3674a8f28935f3140fad744b5a178a8346a9a7f79f6c281561d2877b38c4ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:13bc0d4f7d4508fafca5a3bc61b6449a056e277da131e753c06cbc1bb7781b27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:993a2a0b3f84e071560f6fc1a3ac243fa745ae9a7ab15febbe1385437dbd3ad8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:80fc518199cd3a1ad421b142661f0a85679b12b69d0afe580fe60eb6a13ddad4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f069665c66c19d9775b70a31aa7a1069bc653691f6abf106a88b2ceb8c0e1ec6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:13ef0c0585b01c56b865e029d029a553b458fd2d3d0204eb6dfba1bcaa11ac3c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:599d33b55e88212202b15f4344f7a18dee4f4504b3739d6ec99414d05bcde2b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a751f1f0540505bea087d3ea9e6ba798e89d5deb772cf8e401caeb3816a563_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4c26bc366b267d444f448a4d7bd5a0d26f84bea653c14b261a829669d888cf88_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8b67087a584a2d952a6e80572686412cc8ea01f03ec8d70b56cb8a24a0c5a3c0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ac1123e890f0aee159c9105e26e1f1ed3ba5eb3ea66b422b281c3e9465401c5c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0dac7821ce2a3a5a180f53f381d9e61484cd8c5efab3c9a7dcc70b5783421b64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6b30b39205367ec985c4a9d948e71d378b9483689c3ea179cd0f2476b9bfaa1c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:de903677bccf645889ff7968ebbc052b14273329c0765f7faa53b0ca815d6899_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f8392be7a6f5223930d53ed6d127faf727489b8f5ebbbda6b6b437c529e3c812_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:02ac68c83db9dc50cf6280a418eed9261dd2182bbf51d16fd143519e49960b17_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3746261c5d4744b13d4704c822fd62ce1f486010176fdb3bf95512c72eece73f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:85e34da00bd6d290c04d8eac32f39db59b5f50fceee9b248b2cbe27bcf0e7e5a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c343b119edf863e179df865ccde0b665b87087d78b20919aa5726d8fd240b344_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2026fc52aab5a6d7766511080699112f32ae4576108ff95b0eefc5d807a14f25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:21b5298172f4de1e0074c4abf5e4abf27e8adc02bbf7ee49bd3388f7127d4901_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:42f8af9bf66ea72846b7f7e57652725c31b01fc4a8d39ff7e7882075438c521f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9c5711087546b1ba7cefab267b8aa30b54ecde5926f009518cf0db974ff84c3d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:373c4b7507a978e3dd62e9ea629d1e397b1f1db682e11ada1bfe5a0b45afc782_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3be306649df2fa3cc9f30e60ed5d947fb0678b0231b617eafd3b1593d10feec5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5b01a896101a5189740f84cb1a83edefdb0dc00288dde725ddd0e95480f8e1c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:961dd87e559779e6338a4d3d35c96c0ce6ff7cb9634ce32d4bf848032f4a2fb7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8799db20cca7be653bae6b8ac5adc1d628094eababe740beb5dbc27e05346872_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a36c2b308515a293cbcf265af68ecebf498739e74ef11016d5c0edd3cf47c4e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b86631d6601578548af20a28d132a0503fe118f53d7596a5632ed24ec5a9931f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e867bd8b76b5bc1438a7be88a30fa7707edbb1909920a1d4d1d0da0ddbebdb40_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:313074950c6dec37d29a9722b58ddc951aaf67c27b47568039f29f02f2523128_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:43618db20e6f592602096897bc89eaf3c58490a362e91e3299e20bb2a02827d9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:705f4db2e969d23205de87db1bd7dc8eb1ade64a76940fad950fd1a214dde6e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d2d5ee5893ae16784051d9526c1feeee3c641fc3e6f337ba807744551c00ffa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6ae5cfd48e788096162bc4517f0466bf526f16c84bb61072886a64842856c5b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8004e7284c63cc32a05f6de732791416d57d62db041ede2829d4797139094292_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8137c3932f344ce587769bff04355ad405b6ff27009bf23a221ba52f3da56e1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ef15235cf21f0fbfea74089f75471b483a98c920b65676bb6199c155fb61e929_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:149cca2af3f89c7d1e105de81bbd098c66be5687f18a584b644f21d0be20f414_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:33fc93d5cd30760383da666e8effb6ed32f4c8f2668da36677e98c1801ef4f5c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f9c1ee7f72c926c45cd76c12046b867d9efd7c3c381f34afeeb9b6e97751175b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fcfbae71f81307789bec93987c4523700c191a66663ce53e4009c5e0a8627826_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:04fe8c19bee4b629ee7f18a13dc0b7f49d6a4b6e19d204de90b6b2240b0f875e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5c9662139f98817aafe153a43f700399781d079390d5ad23d3b70fd6ac5d370f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d1147830f896fd229aadd2b766fbb4c8102b35a8edd4d8bbeef4928d89cdbbfa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:dfd0cdc29bca0a2239ef203fe7b58efd97ed4e72daed6609e22b20babda395fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5a9889308bcd1c3981072c83d44206d0c3feff059e0a2029d49adcb974674c95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7a715c7e2a8f54ccee42abf122b0028ed19705f401248d8c38f785d960f1b116_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a67de487534d03cdfc180af9d235edb21c5cb71e1224bb5041fcf2b9a428732f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:b3780d23a2c384ecef73c806cb20d7f97bcd11c12b6392c781c0deb7ceb55df8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:48b5d06ac4b35c2a7bca3ba2abc39e3af1eaf4ecb19c720d9b6e46b066318414_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a6d7d7df9078e9d1cb0f12f9ceac12c96bf2cea03a9085b23c3e4af6a456b51d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b757d11e5dc51a5822d9e30e97ac142cf004fffce87ba2e58b8d62926127664a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e61ed19beaf8352dcfd4b9478335a364263cb9839f27140a634a217d87d331e5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93baf08acbc6875eb2b665a9ef3601ca34b76767cd70a172dac7237f21b6958c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a5f2c2debb51b8aa926ede417cf9fa0e4ebaac4f5bf9e770db55a25902a4a3b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:dc97d5c1aa80515080b2b4d16fb08ee4733a9347eebc8427f10b7e70582464ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cc1559af0d7be472ae46be4552fb41e81ad804d73d1444b92cae4485118c6773_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cfd5513afd8b2b5e22d5e384a7f769f9c04709d853feb2f91ef667d804cf9a7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:febf2fb95748ed0c440e6acb72c40d609ae7587b2665cfd7145c878a2a0b5783_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1728f980f3ebba7e48bc0e8cad114db1e0c06f692638764e30ab990f45c637af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:41508513986b369c2f89c64af84b3980b16bd2432130fb122d8c1346f0602894_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:650f08f62aeea4bc954e69ed88a9f2f14d3c8f733c155d113c0c58b7154fec4b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:016fc7e804acce7a8b8df0a02bec320c32f9ce6224ae67598a63992219a77516_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:081f9cfabc57aaf4d19df8b496613d8aff54ceb265634c904ec7765c810b4553_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6da3ef092cde7fbaeee01c5d6bb0ca5d52af3ed8de458ecd3001bb96262c1ab4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:035d07364444ea963d64515420fa4005adf82c44b575555a074149f67db50567_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4e09fb0bd709d53a0abc6326905cc43ee36e6e4ec5e20108efd1ffe585b1f2de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:53a5f81aefcdd57ba33c57c02941803a072ef3f1b8467baa3c53c7e073a9ea96_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:cb3d2ccb57987217c75079a9c10f230f6a7de9ba3b0fbd87d8d3d5c71f8c94b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3472a8147e06452751999ae2d041063907f275ecf429dcdcfdce88c8a19a17da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:61155741778188324e0616274f067ec36723d0fb81d84e9715f72ffecfbc92ca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:adfe8cb84a5f0a241fe69ec532b7092a10cc274cc3aac2b86f33ac8e725ab2d8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e704c70226ec4986c16166ba1ca54b908d1b6d9ddd47640bd5ab6d292f977508_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1d63a1d7ba183c49c69a6ffe5a4584de5282029b0b2c2f3484b4f4431e2ce954_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:441db8762a583090cf4325377b0ee75838452a601732bccf4dbc57f26f6a1a90_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c5c52612378ce1f2577314e5723642237c9a361506c448ca80d2a0b56666a1f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3b9843a117d6a6ae28222951e1a556d3888ceab2ff75a082a06343c8030a5ed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:236fa2dfd935db687e786cf827d88210c2f586d2d1a93e610861995908bf2587_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:647704923828c83c6ed3810e3c4d7456fcbe378516dabfac30f203a3bd3634b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7638d755fde7fe6d3c004a6f0f7c761a9fdb75a3541f19a792c3cf8e8bf473d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d2eaa5b8ad9464732265b84128b5280d725feabb2d4b4cef0178a317add66c39_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b659f5c6da6f73bcf8b2850f0172358816bd68fca721b65a9a70569a94bc90d7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cc867d49602a6ada5de7a783136b6463c4d9adee9877ae1966c016a08ee8e87a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:6fa614240bbc1932f65f8cc9215d2baccc05dd1cd5586fd308c44d8a94447a45_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e85e957fc16a36b5964613a99fec1e7299db9bc63edd86ef965d879a081b64bc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:14b02010250fe10ca57b2dfe1046641aeac31f92e5691c067b3990383967f0a6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b6b13d29b1cb9c9bcf97f2daa289669bbd9ea501430e51652bca3d50f787f23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a8ab293c4f3c6bc251bc91466b7586e5499b6e198cff46e50f6a65d97df60f7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c5d781c35cda14ab70d4a5bde3bf72df0a3956f5cb159645e5337095bb71c5ca_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fadba956181755cedd19d3d5b5ee3da0222daa1dc609b629c900a0052a4cbd8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:2719589f19df23634ec3f6b578f3fd2e827440675b72a69b89c9d78b1310f98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e1fe563643282c027ea829274a1945458cdc5d079bf2a2b7b0a9982a5cc3720e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:28d64f60c216f77e3e006012a403671463b9dd90095e19ff2dd027def6abb511_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6d681aac67e08e2ecca32415dddeb47df6191a99f7a8d7bc3bf1697c6a26c1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0d31a90914ea716508caf180e30fb682cdd8066da7a0a31752be9d86ec9c777c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3ef5a3798abfd3d9ec1b6ebabf3ceb32fa4057072b2670793ca119f556c0897f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e2c62e4b87e0536d15ed8b4f2905930a750f770d5c6d0168de6291d92c51f9a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ef5f4d7e3c872acbc4ee48bc91b5835dfef66a698287a95836344c1587ccca69_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f5f049eb01192eaca548f3585845ed6a530934d2eaeb422fc78b657cabb1f57_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:740b0d9392c76e433ebb7762e57f156a0e2ea1db37ddaed2c5b8044ca092a357_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:da9ebcef147e8d9e84848454fe2b8e259bb549bf0de88ee960fb48f6c8051060_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e8f942ece24d15ce0c4a31f731f2060b6e3874a2f486b2dd255c773fb1a55f46_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1b4fa4d6ee3081f39e54b4f910100d210da682dbb0f308f08107ac44e7338d3b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:571a51e1eca0f31f273be8cff7ff115bdf192e14f5d510705ab7ed423fd5d9e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6dc96b2e8156e7e42f758cc28302a2e94e8b3888970d03a780b1732375e728fe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b91654b9aaa85e13d262d21b949b1a96b386f202524c2e8d52ecb66c279eca8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a677804e422590551f82a17e61f64bc03d5a8a42a695e7ae8d9de5dc086924d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:fb7f225a9221506e6295f7efdcf44adc33e5b971c470b5835b0ca3c42ee1942c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:107c9dcda9632516721c41af941362ccc316d25661bfb13a7c4dcfc2ea4e1c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e75d33740c576321707835258793fe2fd257682099348a2a067806e764e1560d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3ed82adddc3da003bdb272e2a5df0317abe41512179cba925f65fb5d8f7c2eb3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c16e4af4e9a79ac2f1fa632b20e98befa9aa2953ef241af186edd226e39150e3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7b6c16881c71569dbada90e320379c2159ead0b0ed2fa2113e065b361bdf2413_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9533dc6817f01e377ea2ff7e3aa4447d20ab5d016d9145b97e0cb9e758c9a8ff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1285e63d6cefc0454a400b20a6e404537a8d57e5fb9b5d7ff1a75b61555622fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2ea17afe64ff273c9208892a59773c1dca248367c849e805dc78cda228aba29f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5f33ae81c766b0b7d9c8411dc4f6a0adf760221ed0493a99f1bea5dddb5de41b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9de0bd8cb41c5324718c8d8f275c612c0bfd13b322225455a1142dc76bff0a01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:2fee175122b1e3f74cd8976af1515c869d096da0bc4f5e9024b31a64cf88896a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9ca16ca048f3de4a5d9e6b6a38b55bf0b4a994bf7f7ccbda8c50c02bfd59c871_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c42a4deb157c31f6fb871bceb8c4401f44ffb490404591ae36110511f933f72e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f6d5c31b12c8a1a1e8316f258ccd254bf6bb8e49ae8a175eefcdf0bfc5c6047c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:204e84b23aa1edaf66f10a49432115ecb4c3e8fa34472a909e1c9a7a0c3f3947_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:37f226136e439a1b37fab44e06ff30eb22b1ba8f12eca9e85f59936c3d58acd1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3e385fec20235fd68320dd564c68770d91c5c08a864e3de41f3800937d730334_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:878a0a7473a69442dffd7c19132d74b29ecf765e3499d29f8da7b1de2ff6f439_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2b51546e56d1893aaa1b68c4e6ebb5479614d0402e840c8c850702ffb198036b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3aac893d87e5c39ae1672eb5ad48a0b9d02b49888fab57f8662e6dbb3897b660_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c5bddc80f0ba0e391b336de8ead2442d0dff227fdb8aef1874bc3db3101f7048_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:dca0c7b1c7ec76232b3d5ddd15c8716e04a8384f0a816217dec544d667ad2e69_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2551dc2ab6fddb6edfefc185f7b6d73ea366ddaae4e2f79d554f0afb79aa54bf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3cc6eb31325b1f9c9a2163c570ae1c3d4da7e7dcb0d761a0fa775b66fda9dcf5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:569965f29f668f02a342c0c7b4804bdc92354610e9368ba42a3ea5cc3172f532_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c4b2b0855c4ba25e150de01e54f0a84bb4c6c220b348945742bc0c18cc6d7dbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:01b6587f8b9ee398d34ed3330bf0bdbf2dd01c2fe475ed4d44c547401d1dbd5a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0fb7ce17c762a70aa16ca9f7f35e41d85997bb2bb22b81986321d29634ce9b3e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:60c4fd0dcbc1ed92bee7dedce7879893a23c9e4a6181e5e6d6a8f04880f377eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8925d5826cca515b7f7c05558406b3688a14963ddefa80f5b44500fe12dfb1dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:3d914112ad75b59b03d5653cea40a25d92af415ef52dd10aa7394465e6bab92b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:f8d52c53ca49b3f9847d2e568779801321307e329f802aa9456cd0dab7625232_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d29e5c26f37fc8212f2ff15cdac470982494be155f85e3c310b0c958b943f7f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:fc7a6712a6fe86a47b5a745e06a0c6d164779eb198f284fd0996847b025e53c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:32bf2e7aad1dd9ff5100500c294e343af0dae3d392eed27a1c0305198734261f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:54b4afd46c87b2cc839aa7d8b8ae232aaffe0f39846a6edf9d0d3228adbd7a29_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba41cc4ad0ea8dc731838e00dae166209a3e06d104e5cf11491639f82290eca6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a9395f57a9adc721c6e43e578957e21c8b9f18defbecdf91dc49d11044aeeeef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ba077da5ec7f147b51f0ee4432082aed3b7a3a541729913bc2ed821688723e99_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb48a38cb5d06b67ecfb4777c44d44f3e32a996397450e30f40e7ec3e340a56a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:deb40607f193ff4e36c684ce74167e67a7e96187f1a44a1f0f20f36572005843_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7dc856fddd561c1d29112b0b8d4dc39dc7503974a9ff563612e6998bdba4b71e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a3e01913986169c592bb770fc49e3875d46031b5788f983ddcd52938f9ef7a49_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c3481c6f76c644c017392c092dcbbb25a288acd14a9f01e20afd0d2d35e16d32_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cc440be9f6b3c5e22186b6d53a428a8220201ddaa79be39e19cc31a8fbd7b221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:12d7ec468f9634a53d053f3af7957c5162d92595fc3385b26b08acb22b7935c1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:49f08b645fc28af342483d9efaf2f607c9c2a6b491b477cdcf2985c44aa3e894_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d32cde1eedbd0c110bc10836025cee78421ec16d2924d30f5e6265591a9ec716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:df885dc6da20faf1903dbdac693889d9882722e8b67bebe35f624c11e4616262_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:16c8b8c6aee6f6a06367ca5bfe2be8fb85a05c3f18a819683f49d1a8c73941ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:376659c608333e76b0b48fcdc69ff17643284fd22fdef6c6998f07be54c1cf91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7359a62beac2d501d629e6768f1767861fdedc0d05f53a4424a2abdb3dbb6a8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c71d05c245bf1a4955f46c785d7264985e1f904de2a19972f7ce6209a3be0e4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:06ab376096238d4e04c9ab713d83d3cab5db769b5af1fd1c57ef2ceceec6ef61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2c80889bfaff670acbf859db3624951cda96d4ee8cb1560806ca4215e8c6c04b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:627c6b73224c3e37181a19cb598ef9a425cddc1d17d97b6c23388ec1345f6a88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d5d338daef4ae436780be192907d28a26785021d97865d8a95db9065734061f0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8e59a286a05743844dd1333770197161698788e0db4faf8e00cac6b2fb9a638e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9029d8ef1e4455dbc1910078afea1141f92a5c4d2c298ce1d9e4319209b55246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:da4ff38c7a1fd5adddbc0b0d3defbbd580197680b22648e2ab803c90c4a8c9f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f6c44d76a715e0ca38fa5e2becad93a2bf3a41fd8f181846e7aba81b0c579691_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:167937ed04f625a9cd2d0b8ed6048a5cb7b6d435bc2d41775d7db4dcdb5fae95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:176feea3131aada18df5da44af30a127f4dff392ce8ef57f7e0844969ec95923_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:17afd4ebbc2a5233681d4cc1774fcd70dc932bc10006235b11de8dcce826c2ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d3a98e507691edec50373d79ce9df48a71cb6a19a75c9276d0c5905d4f204b39_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1b6c3977b4835b0cd5399523dd437c230b992b77a0e7352b095d008be96fcdab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:54d79643f3a191710d1362d665b5c838130f3e51aecf1e27a2cdf66e98a3cb8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b8692d27a4799d20ce1a8374ba99f55732bb7db56cdf8f5b038424a086db614_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d196f02212da5e80ac5a73931316d38e9def9aeecdadeaf07aec685e661f9f98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:11c2a1966b0632e85caebc4555e3e2f726277175b27a63a5e854557499e0c28e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7e649963b5c1e2a7e8813569368eaf0ded5e544799d561622d469b03b9d93937_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a23fa7969c6a881648ba03ed1a13692c5db21b79f0608d841291ea9118548ed7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:af57ee131bc09ce55ecb3ae13ed7dc3ce9607a7438f0ac5a6e64bbfa000546db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:3a7644c1ac089cabd142fc1743b47302eae8528b13d1b038298f2f57cf746326_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4b5ee426703ecb55bf537731c39c69ab7f86316544cfc472ee77fbef7e5680a8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4cb60d36cc3b34b4b1496b74b9b2e68ff152a71d7f957b356311ea811bf05573_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f3f64bd2f70faa654f7134d803efdc032df63fd4ef07c97abd38fc41e625b48d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1b75d96a4cdcc3a37848c5edfe598cb1d99bb3b0707db5e3f62478320eb90f9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:876fd001172d5151ef99c02826f834ee4db4623b00699a8fb30d6a456a7a8687_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ba8fddfcfe0004287ce58db40c1092f2090b3bbb0810c277066aa2d97799f8b9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:bd9982e951fdc7259571b6d5983ea2cc44402cbea411ae9a6b135692bf5939b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a7a8d4d8adfd98d3a6e3d37644b33966f2c34ff1e553fbb5140ab9a15563e821_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b26a5a47cde227edb5e7f6e51247a6cd91e13484f6b5f7dc19b62f83b7478361_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ccdd76d6734e3a3cfaa1e432c1508c097478e842fd436672e57ef2563d817e4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:fee8f3b24b431ac2a5d4fa3d96c90c5e1aa68c08ee8ae9963fee457c98795197_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0e559f5e780f3849e73d7246176059360631d8c4a7db1700f6ba1b6a9e6ae089_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1a376560672f81b7596417591491e71d065e90672ff6ef5d37ed0785e9baab16_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:350a0360dfdc31eccadb0e8b9397d5a3436bb509999034b60e611428eb006cc4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f8b68ae48350a5aa9bdf47a36efbf661190d497ab5a139027a2bf4579d21e095_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5fbe979b3d448e36fac9615ccd96f8583b0d587d46f6b1b3749e85938cb2e510_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8d45dfe709ac701d6eb800b081947d39a855f65c756f31ae47b75be9fec0c260_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ea4fa6caaa81f207f2372c6179c3698e225658387549ba567c232170cacf8570_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8fb972b411085b4551e10adbd419e3cb89754ee5300222cc4fce27cc349513f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:066d438bdfa1626aaa7a0ee5d2e3222724f2f0cf5bc9a189b67fd5358a0a48c0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:747c142608d6f43952d315d7858f57edbd2d9de2d255938dde311ea580a329af_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b2ee2d0e9906ef1581677bd239073c09f93e5b720501e9001926dfe7db34839e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:bf0b42c5e7e51129966a4744bb253b7c336bb88b1f1a562e481f7eeff5428136_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:3e9309d53caaafc9b145f6b7fbbb8879c9f018ef226afe101f6dc7ab02b67856_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:3a558e248efdf5d3111b7d61e8bd471682e7038bd34c4490f8ba69b91b44f36d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1b0981e2ee13869663087d6504e0c0af6f2c56d2ebf81d72b4b7c751bbf6e500_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8073e0be1f7f7523880b30946f1b6868274c070acb97d9da2f5c486db99ea18d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8980be22bddace1adb383fc356975fbf0af9ac8a20bdc95b3303a80fbe296f3d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f4293de50825a003a825306a45612531dafce45b72a91cf4dd455d596a0c60ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5bc26795163f03947b3f42a5c8cc52b7fd6eb713a0fa5a1558bfe834c21edc0c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:7f29c85842a34554f06db311ef67ec08d1d947d32b4363d1153d92c8d13c3214_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:92857eb171128909119700c431920f543cbfc89cd06aa98db816a2fcaab321da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e931e3fe478f8f905855b4516e1ed9b33a161536c447025cd14dd68778c40fa0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:338034a3ce7dff3efafd00fa35b858c23c2ab284f743df414c6cdae455f8801a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f12584b95171f442bb3661c908ee43de70d0400c6273eb4e93325a5f3f167b54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f37f6568957ab825b08c2ce8fc6b32ad18f5b7bee50b24b1804e70cdb144e5f4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f949249e3847338ce4ae9b94b0d191edd3f316d471f0a9047f97e41e41b7554c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:407286c96b6e9d0ee4e8abec2b06a5dad70fc69820a00deae47cbf3fcdc65a40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:52294a05713b24485ce6d7d1b867081da2f01dc008b9cd052bf8c4c37839f581_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6693dff44dcfb7e6fe67f5373bb73d84cf401d20640c959375f20a24d31aa697_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f65918214ce906cb5af9a59ece43a36870989c579ac1660a2a58f9536a79d9f9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2ec7076ed08f4ce7a61f95083155b5315acb6004ea4245c70be2763eb0ce9f4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5a539e39b3aaf61d63f391b6960cdc5746cbb4b0fc07b85a98969f5c9cbcca4e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:93505b057575ff9292e2e96903238708b940a23953a79cf8742c880f1fbc743a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:be43f0ee18b6d56d81a09871c4a30dc2245ba60cf17ff0f1aad10e117f40aac8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3923e99d803b6dd5bfd2fc957101bef6dd86ba8f6de9e59a849e4c7a02d57e0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8253bfec4409c9a02be72d7e8d87fe5f4f81c1bc58a294f02dd570debc4f1128_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:851fd20edf32778383c81e3c5b935ec5607a05f8fc569f64e31875b8bbe81d6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d06d41126ced4841fae74d0437b18e9f1699d285158fb8725a8768a6e9065b79_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4375e44dccb08eb4ecf461f4e8e7e97d617ab5b1c968beb481d5795e6bbf0229_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:75140fa657674afc46d698aea19115a9f60c7765ffff6a0c4ae5ac166c725597_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c1a31ef64ecdd90020d72f323a242b551a6a4a85a4dae309e19f5d8f12d77b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c3b1ed110f6b17263484b7fde65642eb349162b206c0b9a2f463bf5eb13273c3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1369aaf62d9d273eef766c42f7015d56152f6b8effc50dc06d75b1bab38a20a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:47402101d62f418c0f6b8e3c6e2367a8c84f5151a0204f326bf1fdbe983c603d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b519e10d4cb8fd9ad126a36fb864d2f29f7df218ffa1b3b5f222e0befafbe360_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d70f848ab6450690b8329ae367ff2e5a3a5b295c073028dff7cf810104c5be5f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8f8c882873232fd9a00adc69e199f1b4acacffcdbc282280ebb61dfb1e61b875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9fe79073bdf1745b388fe52bee661394f96ba5c0af585ed8ab4a61724e324777_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b2b91287350dfb474763ca5d332c4765af0c1ff2d7be722e23ea93970add2687_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:bb5f4abfd26a9446eb2f4cb1355bda840ed1006a6233373434378abaf0e617b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:07ff9687205eee39d9ca211c0bb0c6b1618848e9e74bfbbe793aca67de73fa88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0ba94d11051416a116cdf516dab74d530a584fe7c4bb1e8d3deb3bde2214e459_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0fe87955631062bc7ce78891b9eb056f899308f8cb8101b3a44f889c1f0c0654_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:786de5dd308c9fa6643aabecea0bc666a9ede6fd2a5ce1cb0d511eac2a19596a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:719989a197c3bb8b8af09e95af49125cd28014fa74c7969f3f3b939223a6743b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:743119e024a9aacd8bd4bf45ab9c14e684ddbe2307d8f965e972ace243f128b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:76c523fa10e222690941abc8c5564efee1ec4d309a7d023480b6000a545d655d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a13cc82f7b2053435d5268416686ae2ba89e37b6561e49c7ac395cf3359ca2b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:98aa0e651302bb73569a0578e6c11a1691eafb5b0aa28dadd714a7b44b498f8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:9fdce4b5198ae740daa858432221625391f7283bad587e1ebc1220e7b0b4fa28_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b072bc3bdd61164b8076f2799e705ed8e34281b2cdf24d9cf08deb8e697de2a3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:fef5253a6623c30368e9e7e271501adcd9432b96473cf8278a7b81140d287de0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4eecd436b35c9b25eca6975ca9e938c2256fcfeead67e1ff4159d7e36122122c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7e11ca9795aea60b3f0853ffef0fdbf922f4863edd96c50fa85110f36bccced2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c95f8bcd0835611bb90983e96e3b780ccb65bd2bdc7f7554432ea971eac8095b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e497c1834c97590a0c388b58dc823cdff79ab6befd5f2a9bf494b3acc3181eb6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3a7af87b46058334b97531a4b1b5cd5be47e2ade8d74497429529bf0a489b275_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:97313aa4f1c1c9aa51c77a153d0f0eb35cab9711b7f1465b82a636ea44e849ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:ba0927ffd76ad6689b808e734038678c91854ca3d0630613094824549f8a150d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cd8feb684b9c70a4ffd7077e19812273f333174a70f7c2b63d57d140d8002382_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0c8bfd6ea4d0729e0ffffac9811b5db2ecf5c40e68ef048ab104f161d2689b74_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4dc7e3242cdcd1d3c1ea5930da7d4e027383149373cb6af0551ed2572eaea0b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b78827903e5c338d67a4ea2ba10ee67e16482ff00968ba99c27af2b6d50ce202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c9315d23ab26f6f40e05a5fb1f9f2dbce075244a035b1f16003d1108a7ba36d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:270b5e756fca54f2dc05f04b6f7b43f7f188153811decbc0b49eb215b11c2372_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5331e8ebfc48f4d2322226b8986dd178f133a52edcfc0a192e89f1785c8d568f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6cfd8c3da57c17ae1c430f2881c66eb0b1c456bbce4a9ada2491b2c873dba985_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa346af0288b5886b5f095d1fa0ceb7715d4333db919ff9d61078f369642cc29_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3403720059bdecff83f784e2fde54d2bebe09223ac6cf99ce2b4c840b9cd4a98_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3f8cb2cffaf6320f14ae09f7e44c965681b395370a156253790764ec9d2a2aca_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a02dde1d0b4f4fbbc4e6f0afd24da1595672f3f290345a4f6e98e11d89854a17_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c4e8ac4fea3c281effed3996a378c2e952a3d3704e47863b2ae6b266d2280920_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:46a0b302273acaf2582d377271b910d9d31ff98744cd8f290583a7bd5579761e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:af0442c88d2b9b93a187010065424798d89aad1d695ba438c815d04d7fcbef04_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:bc7b78f67fa189ba63da9891a1b05694d676a3ed2fa318336fa0850d63815250_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ffe4e64ee1b721aeefd8f1ceee11d225dd69319385e3e70f0bb52f4f40660a45_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:29d5a91b39dc6e72677bdfab50f56860c53e67dab139b464dd571fef9780dc6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5e6d4e29635ea0b075e402931daf8c384d07ec8660223babfd0df9d572ea6912_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:82555977089a1586dc24154b46be6499607a9d15110e5b48d9a549ee73f3843c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f32c4a07d2b7a14c39db1e5e5752960e46bcda700b292336480c95f359adf0d7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:86b3e656caf1c93ba2bbea00514a17b9d06cb7a6fd5c6746d80ce35f45aa5907_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ba5c8896242125c24e3a7e5698770293a601e9e7f8508465d7b45920cc9ce240_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7de62e540922f1de5f492527d07a8e8f4265d24b577cf2f93415209ccad63912_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bd71e582ef755da7bfeede697b5c2ab29ab9fcea6bfeb14cc8ca168fce5c7bd1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a1e6a736546b54bb2797d85d51b8f2b213fe2f6be6b26bad5b549df9dabf2d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:efc7fb9608c2be8c3c65aff302f923241bf8d008bc71c2fbba0d82ffad2b4f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:aa63c460867d565b44b2a8e919ba9a0e7fd6717f71588cc5a7e2ad268fe13181_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fe1f1b5d6da2e5ac66c689da49a4c76916533f30ab456c9961a225a5e26cb6ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:36fdb2cdf796941fc6638036b3a31048ba0209174c7a62424fb410ae14b1f81c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:65a0b94e9f663f3d73a9696a622ad46c73a5fc793f9dc46ee07fee8ba3bbb443_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8afe2a0c6b1b200201f21b148caaa682bce77cb3b1027f61d4c873e5babb1b30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9f7c3543e4b1a095399d1219c50f1f5081440ae1605154324d57ba9201aa4fe9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2c0897a842cd7b16b64888568ca65c2a6e473c24b2ba9bc5067d6f1f237885d6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:432c94d7d5d46ad66348775fa0e1a6c2c142469e8a770db5528a1aa25664c389_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c86c7188163be31c7ab04017bc46ae88707437f804ddf2b5bd5a73ae34f64312_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3f836bb9effeca4dd6a230a4241282d33ed454ebabd84829c41e58db5f24f47_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4632ef8ca0af5a8115f3d9490c2ad9e2e44361f4d0671fa8a3a1006254b173ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a7d2d10f5326e2d71551289740eba86d6dd2f12526dc684b1494bdd4228fd8e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ba876751849dd525a26e70996e7e02092c473bdf386ec4663a54ecf61c4f0d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e842cdc56ee7728aa71a7f95eda9777ba229aaf959594e73d998fbb30b7f76b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:90331abb869c0c04ca7bb59681cbd957ff54eb0e0265e16368f9fd6ab6937acc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a02580814c02bec4c1c9b79c4b5a48a5a59caafa60a573f9f99a4a1ca07c6f71_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c197de59c38c060dc8aa099a027922853e4b9dc7e5589ac55c8841dbd44b1367_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ec7a4bcebcc80cbda32227224f64e67cdbc98d3fab95466b55c89755421ea4d2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:223df196f0cc747e52ffae9f3dd03fab2da3c72d5e3b189e3035d4264a08c6c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:29f3154c0b972730ae9a54bc496bcdf62e9ed348b73d98ca958a265717ccc2a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5e12029e90adf045a4377f4be2be75c879e57aca7aceffa2aef08aa262ae0f42_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e150a242bffd4437f92000417cad89969fd547b5da514f8586802b99a668bab2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:17752e2fbddeff8e6f43bd354d91f248b4e69d88e80b29b75508fb03b82d92bc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b1703420b5a67a12f055518b6a23c1d8259dc8a064a1447196f642dd23363806_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b93a134a81af485a0f07dcd6a71c816ed517178826539d0f53b6c45dce87096d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d266a3bfe528e76a8c6ef1700a2016080d084cf6fad2e70efe5ba52ff0dbbc51_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:8c90e9864b3ff53d398f2451254dd3707868b36c6032d8d139cc3ef2cbd9084e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ae6ebf086515376ed35bb432a7f567f7bbb44b8d1b86773fd86daa387c5fb933_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0a0cbb021e13ce9d693eacc4982ece2e8ba4697f5d5571b8d0671d71824fd07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5271f6452a89fe7907b16f486439f54f0dbcc3d075a70ef446ee4cc62211b1b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0abb949ce9461e5718c1988f57791c7537eb1b3d2184f4b4268fe087e39726d1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1267ac849f67c33155b54409011cd3f0eaa27d5f211703875cfd383d1170ef9e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5082f39df1f143f23f0e587dec5cdb3e3b033ab446a57e7e808c88e6211a1a67_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8fa27bdf891edfb80585e470f09c9d6fa369aa727a3698b936b4818a4b46448f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:017bed02593deb2e9cdfe0f268916e5d1c8cb7a4f1362c6eb3c94050896d7276_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:027baac40981f53c9ec53f5a4241a657929d6289e42a0e5deef617c182b7580e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4bd5b70373a257b1fce20135ff4a4b3e6962eee541c67a0e29ba9a2523d4d4a2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c0b3ed1332b228290882bbff6a1ad6866f5ab2a4586b261949832cdc3bee5797_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:047c270f56b685d5a4e67afe43d2f1ff47829a259be6ff93bfec4864233d4497_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:50a6482667d53de3d7aa2bff6df05ca21e4e9773996afa8b8038721e231deaae_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:653dbef43ed7f531ebf64c9314756be42738f1635a64097c53210ed0b6b0de88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c4d2741561038e0080204335efc6eee5b6ffd8878553b240dd433fea701e6bab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:3de609d984e39497dfe119bb8e0ac2d6d823dd894a5c866e5ec87de5b5711e60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e3a8b252aadb5b32f42009803b56dbeae49a3ddbe9d00aa27569af4747fa403_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ccf49e256cd9c3bb428badab464a17aee485ee1516896f1ade10da11085e843c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e77ce95a84b01b09c5d1e6dbdea8970543aa3a60f9292300beb078d1288bb801_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2ab5fcf7003f4ba3de7656a284b11d6ee05bb02cd0f3532671a8c368f7b15178_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:44241e57d9067223cdd1585db9d699db113931b7a273d207516f60c498570677_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6aaa55450d567e2fa992650c456cdaf5529c5d96fc9984f7e1a4aa9ed6294bf3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f2fa21e8a0e88b25e9037a9c2db4b157ca6fef8b765b36da7dda71bf5a4c4478_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:10bfb59c904103177754f0336f7b7bab676d240480a8213ec42a778bca3f277e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7aa4fdd78ceafdc887a91224614657e86c1e12b72fde68dea4ee5c6e9b610cb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:e4a365a0516b0c8ef2d1259ec4bdb7f76aa9dc0d3c3cfd5d5b3d34341d349772_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:a06af7a856d5f2416777c1bb1d271c189576e273450b25c6dc5937cd16b8bf8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:28b8390dae142ea16bb05f6bd95f19b6ab38dd67c341168337ca07fe4f45fe87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:be6a9bcb97824c91f393af5aac5a146d819ed9893f5a074e146afe18f3a50dc9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e6392d583f97f0932dc01be55534fbb6dd3014f84b745e8bf7583b96ad7a7761_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f30d93c0f244f5ba21807dca912d18d4facf47ceaf43da7efa41b14ee816b71b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0848bdb082bc8dae6bdaa956d2ae36fdeaaac89024822f4bcdffb51da1165fed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9f9603a2dd344770da433fe8dd50a104d69e80ad463f9cba71b3aabefc4fee61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ab417553778971822422c6eef94aeb437209fcf88e78188b701d4b2243ac5be7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b9bb7615df3eadf64501f35dcefa829934f330892801cbb86e9f70f5dde236ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6bb4c6c64852f2b7ee590a0a60db256d8dd549a4b141fe71d311bf30d0ed88ae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:837cd26d96a814814145cd0aa0cca672769283c499eec36c457ae432b99a7466_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:956ad866d891e1340f630b9cad6ec73d1fc60d4061d4c63946ed714900388a3b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:9c91591eddbc058f05d052e3178102b28ebd25c2c9cb796fffd5047f5d413d12_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:0c95fbbcfd5c54e6b2934a8efb4f8523d1536ec1deef78249f4daebaa9d327d6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1b84b2a1cecab16e75947d29572008547922714207272a5dad8169d1ca5beab5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:466597e63e82ac365414c803f5ecb8f06a72374885eedc5daf9532aad16ac148_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:de9cac5c7ebcf3d43cad87758dd2eb0f4d6480f59bfb4112c224a4497aad9ba7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4ae516b98be8fbdb9b783345fe680c1d6ef57b5dc06b2ec3bbd20bfdb7c9b2c4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8f242ba3e0b9c57ecbd85f0d4c1bd67306357c92b53968a42419736c3dbe04d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b717614ee549be99c17ceef3d755c66abc983e821e04808df347962858e0da81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bd0f90ccaaaa74683b9bb17db0651dfbdfdf8f49adf0ecbaf8e83756d270b590_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:040115466e4f525e9f2386d6f8838c51f8e1638eb06cd64f071d4ae027a8fb9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:1a677b9d28655390d007acaa656997b12a32e9093c1c228778ef96cc6f4ca875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:39c68aae39089d044ce992b949d4e9961105711501daf3d4f0ba7e9981920729_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e814640d65f77818c180a706940337f8ddec8ebe4cf22c51a58a8b69e0f4099_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2831d7dc9f3cad92219addd21b93959900ee2f71e2d988fffe913a6f88dc7e1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:50f602354dcb223759d781cb057b4081a424d6a509178b10674358cc8dba41e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6925001d8a798896438ef1388f54bc29825c37d41f2f09a59e3f8bf60b2ec6af_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e01a83cb76fca294a011e022ed86f1da8cde36928096422a440bce8e42fbc8b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:757ad9e0c37b861340a7b2269b068d5b0c6355322eb5f5898a856fd9c4495b16_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7f68ff8059ae68d15041b8f38ad5ee5278289e1370d276cf7e78fc7e9fc3bb10_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:816787cc8c95a4a2df1416f09af6228559333e1bb1421ede0c9e2093444260e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f9bb9a184319c9fef278d3c6705f56cfc592c844f5c458bd20bcdc07c4230982_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:198f39ed50bbd835f4789057f9d7fd8de0962f1641a7f453dd90d68b5b2a4e7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:633ce875ee7bb08d9bf00cf79738e3e63cd6bf4de2d40fa6860142a301c0968c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e169d65b86f23d6424af5e7cf9e1d0ced58382128092821676196c0a05f91da6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ec2586358c34d0130b00a3714b50c8b7bc33ce915aef6aa79eb214d38202f37e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:13e81e4c25d8c789ca15eb4e84f3fc531a50b4dc0d95fa3573e002e3b54cad61_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:17637f8455e0e17bb3dca34545a26e881cff3e1444af45b9f45c3e282a252bb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d2dde1514fcf3308d1469a0af6727835121c4d6a1a1775a675a7ffabba8e3bed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d6376055835ac40728181d6f354398a0e60ca131d2fd8f41471ed87e974ea4cb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6f86d997faaf61c874def5a78cded319a188c1babbc4dfefb91a29f7e0d7f0fb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:73bceed99ad1b0bc99e66ab8361037e4046c5212645490161572fe6f34de98b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:babd6b0e928bb674289f34787d3aa536bdc4c24a877a5ac9311f21f0cc9e6224_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d00a12f6c4e75a2c93bdd135eeb742f42868b0186d9d03f318c885407a17e439_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:0932891a63e5ec5a076c7848d5746e29d972f3a96058914bee8fffa4921fed38_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:472e977d39473b92992f53c0225de477318b31be8656c37bc35193789ab7a456_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:71021ecd15d688aefa6db79f817c11a751b51f6ea9f2e48781bdc49c6de98088_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:9563eb7617a4d3a9c22fefaf03a4ede698fea2621a68ad231cd9e65930043a56_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:1fbf3bf4990353e799dc271bb4a0c58b385feb2ee60207636a3f76544b4f5ae4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:7815e9dc63477803e7e8bb8a01ea83043b5503ba529f64db3c76ad1c4cf2f0b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ab22d93f277f9bb65fcb5fd9c448b72f82384b9be43b8ab525d2836832044eb2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dee02e09373732db94bc442ddcb2eb4d13095a04e35c674387d3df8ba23d67d5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1a046b24339587101462756592c87ae4a8f699fc2977a703e6d031e2022a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1db6c409fede3e9ec09788fdf286fdb0634de6b6e727ec010332f7cf2e462_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:bd6be5cf4063439e92a1264ce3af0ea6528b9c27dd4b26f043a80aa8616575fc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c955c4b9dce1b25c73453079a21d84c5a2e5d0b53cf6e351f9b1855f08db3fb9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:221943f7b65573c2942d88354261f93a01950be1d1a86fa853544cc4c283c027_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2488ca8b2a8f658f3deaf9a70b12f7aca159490b5e0861d746ca8ee5d2010041_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a3435c546844b61f456789fd315495d6bcdc2560756e9fdfc4b896cdf70d75c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:be2e4dd58b8ed72278bb2c014317e69185e2b19dce37beea7fec3798abcb35f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4da2632fea643a834aac3fd63bc51fc6b0d768b869ac450e6779c9f36429a9fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:56ab8a9553f0c0202a47d858e234f2672098514dd647502405cac1f28d14196a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:abe530f4e865add435da2afd379a3a11a4d75c257c2468a09bc78f10256e0be9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:fe1397131aa0d447366fd627b12582ed647551ad3af13375f8c281ab73745f0a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0857a5a2cfb5c277bc2d2545fb19693f23285ccf6b75144da8fcd7225e1df1c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:43b36fb1f7ad271530f5ee9040cac4651a684e0e08de2ed90a2939b736b565ed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:7f86439496ba6573ee1d61b5f4d414dfbbf65a95526cdff54e45229f01785517_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8094138e4ed2267cc278a83a1586922c957142c9e5fcaec62db531c83b79566d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:309b1dd27ce0c7dc332c7141e576642db4aee6076ce50ccc2930e824f02ead2f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:35322e4580b0fec862223f76e0bd3c95ad0af31f3d4cdfd6423d3ec47d6e25c8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:699bc772c8a648f8be7d6a5c32d786d8f6484e584d918d68ef8a32cb1499663f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:779afd8e0fa21d022d7e75e7ba8da00cc7604db1adfbbea879bfb1d0f8c9c831_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:49e98d0193f7d7b4347043f0655d350a7a0c0d8c8b850d95abb57acd13dd8ac8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63e308cebeea85127f584610f59cdc9b228f01b9acb227f2f6eba7fcdc29b1fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:71f9b47dbd3985738259a6bc9a5bbdb240fd21284a194b47bb78538f8e870cac_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:9181583c88b3be23253c76e277f140c0a1532c1bff7d62cd0da1e14beba1aab4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:0f96581804dbadea29d9ef9a2a952753f5fdf295670ea0297622214e2a9b7d0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ae4714025025642ff5d9e250a4715b01d933487fa8bf4eaf82629ebd6d4c8702_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:cdb096f05b664fb542bb6eac3cce52c53da2e4bb636189bb53f737d3075615da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eb9908581f71dbe01d8553e494ef022417196408e9fdbd32f08fe1f5b9c9572c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:08725f7a384b4e72a173141cb35fb67293385ed72d973fc4d497f3c0f0dc626b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a322e3fc620e914088fb5669f1459a47140abdf027bd011d6ff4e5b3e6b909b9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b950e80fe164f86ddf624c80210308a634929ab8eb493496ef86bff1c5248fce_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bfc663a0ca81dedf849e89b91feb3fe0af97932fe8a8fc711d7ab85b6cbdcc84_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:13257447171d38e6e99c66faa476de6ff6ab934c285a0d1bf71fe94dbe583462_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:23fa493f397748092cd71c41b9d83d19fad6a5433b692bc644e30af790cf60da_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:28b1c9ee4102140998781ebef22f269316d8c2be2254c10b4d7151dffb0d37be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:be2175c2c6c9d882e44cf10aa85f1219573952473e893f67cc7085bf0a324407_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:61417bc1ddac0bc97c786b5807c2fa33eebc75f7cb186aaf9eef2151dbaf75a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:73956194247e000432a8c5f7b78255062c5ca967745ba2d97e680a06f698f518_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fbfa9ada74c4875985fc4bb8366d21eb5275a52953d44bc6bc740d48edeab5b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a545c9c2fbb36296286f684e02f9a5bc337b3c3fb9c83c608c988c88455f9bf4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:34a8a8a4a62b36b5e0eb061db3d56905c8dddfeb2e7a7135642f947ce6bd01ad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:41c2ea14036c2f8639cf0dd634e327841954eff4529743fcd10e8475546165d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a884f443877c7a3c0b32dc60a79e1bcbe89036549da7a8aa4608ee2ac6460765_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b28e8574a1d3b374ac4a61ea4f3c16eb70d9ba7385bf830c8698f4490f8fd3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:8e245c278c66405066cb31e9d48e97ad9cdb826511bdb1104807d26f896043a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:380e3045135a40d202f330002512a5c499d8d2079cc38e5c0bbd5a2312820dd3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5d06442daad2c126259fa5d594b53329e386f560b77a475ccb0cc37148644a5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5dc0ca56deaa237fb0bcddac8481b45d3ac81609b36c3b7bbb6cff8456899208_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:aa669084fb336f5d89d86cb58aca73b88d6bc4b6505eac2020664e0b6abfff6c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8cb392862e1835b610757e822332074ac459c593e9bd60fb6b6f6d0aebe577fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:987afa1aa902bb85d7c2d96f1637bcd19bf21eb832444c98d30171bbeb746751_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ad2f0cda09211f3e0aff615306168baf808e6fefbf1f039c3ae1a1fa7050a61e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:bcac50d10432ecdb8bfe2b465ba75889248ee8595f23c5243d023ac2a336f3b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3cf2d6f464e6a2fe5b4a8cf66690b3237aefef0c825a687a548f81336507cfb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9bd17213796576ce4d315986dc0b271011c37cd6e9ed75edff5ba80c3302fc26_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3205092b914bc1fe858b2ede7642227e04f35d06daec4848fdbbc0406fab4a03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a20ecaad93b15b869fb321c7503adcddfe1f0f5eb3f0f6427bd363234010853c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:57259db0550547f85684c19078b9af82b6318dca0c00ef8da27de8c8dc90e305_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:a95676fb6c1cc1b20cbb758a7c9fd34e82b3e114b81b5c17f47ef303feca3d51_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:49026487ee6722c3d438c05c1c181a36d14eca2f0d8debee48e4a02db0486145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ee65002c4934842ad86197a89e838997bb87a93ddc9de3423eb2af282a565c41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1bb56a1a194ba6f64edcdeae267fecec590c14c85431ba62ee8c6b5744da3a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bf72f3bbed57cebe1deb7690cd7fcb6d371e526630cb386d13180726736219c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:81afdbb2d9fe212af38a11b4d00ac952a306e13f91b23b2a081c0393173c5e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bf8d63c933996abf39eab9406b3061bee014d766a58f4e27a56413652d319a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:4a5021268b1ab163318270fc9ef07afa8a29f288c95ea69700c4bf46f88e85cd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ea443d9738e4428b6912b47f9c1d8d05b75cf8b137f0f9a76f852418b33b989e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:00148cec706fce87b240d38dcc91434f3c167052d5860d42ca9057e24c3f35eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:7996dc231961eb51daaceda9598b04e4bbe7d0e4019dccf5adec8a14d6f7e1a2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5c70298b919a36de41bf25d870bfa3da4013d36c6179db3eb6dd2e67dd20bff1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:a64777ab69af6f2b6cf4b78e5a00148e98353748946991c0a6da7eba76b442dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d4b6a07334845b2938c6d09556cea5e0477d13d4be6247bc9e3fede2e46aa3ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d5e665b41152b8363b4b15973a7b86365bb2c047366aa69bef7e1c499cf4fd3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:1a29c30f85b9bc858f0c70ca5ed79934494d92849f23baa6c7f26f67ea49c57e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:70f95a8b240afc604ee9af621fc3b63adaf80f593f3131e7ed51077ed2c77a1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4d217b45b97c9e01ba3d54d03270be07e9659b0d4313fc85999aa49fca560108_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:634f48a37ef03dee1cc0c0626c32aaebb8f9975b4640ac540f02910bdb3b165d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:00f06d1c70494444172d5630c33e1c93c333a880520bad3a810f96dc69cced15_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:01ac79392fa7a265608b75458534bafb6e5d350f2e8536bb9de48566c685841e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:12047af5271e61b4032c04c98df9ad54363d6beb13b36f49085307705677e345_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:37e5fa3bfc88e99fc78f2ced6cb4a99f5099942e40158dfa6940784c3d2ef95c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:54d10266c83c4d5fe91b013dac51538493ae4a4322c925e561c45316c73b1e2d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f799d506fc4087aac0eb4b2c2d6c8e511b598c6b3cdb1ba5ee470b787759fd8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:061d1b86afedd409ad4947a8ae59064f0fa92360cc82f640cf124776753ea3bc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9c7fef9c0e22e1721125d5b1312e509fada544e1d3d956338c3638aecea53dad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d3d951b736b910437255f3455b76357bfe0111c257f5a2d8dfe0f9abacf30fe0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f7feb8627754651663208ebb363a3e42e1767e16a65914148ce0507a77bfe795_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:23b0327190559517a3526d2500534542e9a397210cc6f663ac2b313aee902e92_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2911daa552328c8b01b19f91ad43ac54da18d343834c48ef35f12adff8077785_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:43960246dc7eb7bcef847c0d706bc6b0f0a407053a2cca7dfe27fce23c6d2af4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d05434d4552d2ffdd45d2fd44b1b2e2e8976a15f0f4ae59ce7dea73ca97dbcf8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1f7e808f97ad41f4c301736bdf2e06da73f2d0e3ef4ca838f0afd65273db7c8a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5553003527f078011d0c440f86c1480ff4e62b318e98ca2a4af97b42e5e186d5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:582a4e6fadda74e5c6c49b605b7967e9d6f25c84ab3de162c30931b1dcaee31b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6d54aaf9249113e5be1b6a87bf439ae778918533077a41ee9442396cda4d2642_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0b4378067622a7584c3be2e5e5d8748a564ae7672cc882bec0c1d6f4f4c28686_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2ba6c6b021db9b58614b1ceb9b736978b0e3396b04dda4518406b041448dd5cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7f7e406ef7b654a66bbcbbfa5326ceb1ddca4a0236cb60761a0ea48b919e8571_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fc403f7babe4eb16c770c80def94f34696b3a8ac55360b17c88edb11b9ae5a8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:473d595a495e4656de14b1b22456ef1ce2218fe39d02bf738990c0be4cdf5440_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6b3fc95809e8ab1be94de33cb375207b4302f93dbfd51f2a67228025c1e304fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7d0a9db460cb1d4c918f87a02979048f170f5e692e83cd517bb9b3271aa06dd2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7f1e2dcfd02a6a5fc56c6665979a8981f11144a5bcc6419feae3964b190583c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:775213a7b6d92d23694dbd1538727c84ad58c6b8a8b46587ff7bdeb7312acc05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a649eef7fa6148524b1f3aaf18ed6543f65ef91ad21358cb0af865401061622d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c593dda5f85469eb4ded8cb6c4738069d48a144823a070b83b58ba7772ba0e90_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ffdcf3c2b138b62cfc84d9916799812ad73fcba9c3416d7442f3686417c85932_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2e1e514d9f3cdf5f04ca924fa98d036988ab47259be5df67497931321634f730_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:32e93e986bbf92dd3a3e09f9c76bed29334b5cf794e18b843f81522ccf43697b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7bfa1c21aeb7971fa978d49455f4b5dcccd4ccc3de147ef47c32e9b74bcaf2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:dbb5abf21bed592282f09e30ba1387b084eb028bd931df5609c07fb8c09a0d75_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0606de7cca514d2b4ad9593d7f37950512741cd8f1597b1f83951aa7c8839268_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:116474d2dd37c159032b15ff856dffecad2ef0ab76298bc43f840bd0245ec78b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2e887b0da3269f28933bc5af839ea2df95b7aeca3993cb31b0a1c92e7043cce4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6029166a01da021523fc720ad70fc59f449684e577f9f5a36e0e759a39d0a28e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:849b8be9f7fc785a70451c1c0704501e2b449650acd23d450d145da1a760c166_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9c5d6a2d314e840600ca6bd1354c7dc6040fbdc216166418485d6edfedb27ce0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ba10e440e514662920d68ac025d5f3841786a393703fc2dc0ee21ff1d2490015_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bac1799b133fd829b35ac619a25a272301816494e83be5a251f78a50e7fb2f88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0469874ac135c41bb590ddbac02428775083221257b6904fa376335610c4acb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5823c8fa1f1409d6863dacda718e35b7afd2915befa21343dfcc68b6fef7a9ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b38d3723f2547dc5676460e3738420e243c6fdf7be77e54d18657efb9668c438_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e5a5e4c1a01ff3f5d694ca26dd248533fd463c85374c25ce1a9f4b7a60deafc1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:19f94467c811e10882e30eeef39b1266b83ee417974aaf62f75738d51811cbc4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:47487ff8d0cd813ab3354061caf319dec553b1cba9d5c1045de710b8a6d0c51d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b3a0104cb85f1a6965eee44fef58983637839a1f97ddccd737704ab41cda3a25_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e8c72b610288bdc44492ea0a5c2fd66cfb1673fc06f6bc66831fa84c96f86543_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1a9333d29d3561fe95488f3d80136d6b24b4a2e04472d37d34737fd1032a8856_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:705d146d458883660aa0b673a651d05d1d1ad73bafad91e84755118b82092ae7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b9265d767c8a6786f12dd4788377f1a316864863a32de4a4ec07ffc8b874aa00_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e3a7bfabcb96924059fb7906be97a0ebb1df35c6cad39a7968a6461df0cecb31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5c015e1a10e5f14e82e30ba41b1ae6a82cf5cb0bc631f5137d7637c44a3f5b8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:623bc4c74b05b46babba7da628809bac05b48d8c4055648e88f0db57c1bb0e07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9502a32446a8828e8a1887edcf49034e874ea0e32ab5fdb738ab89e77cb5a472_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ec7b6b83c8e934b66505e8051e183fbaac54e78abae5ae99077d4e5e163b4529_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1f15641123321a662f676a46a24f6c8066bba6e3730a3c0d0eca3ff8e548de23_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:85070876ada5cb86e8c585f3ac3114d548b189074723a13ec5d6fc6be25c9964_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a34e14a715bad1d324f9211d95c56ed387ae51b24b21ccf931c12f3f7b3dcbaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e12ce561e4cad13a5d08e8164060bb74a309f66047279a26dd727d34ed3dc16a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:67789c239f82fe3649ab8c0e13f920a788a3612d15a78fe5986a852bb2d11a0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:80d704ed310acc3015748815351da4b54fef2d8b74d7d4b03aabcf9fd7e60b38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bfbcd3f502bf336124261fbe51f19e7a4cb9e9132e07da62354699b30cf6ed24_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c1e371a0057014662b91736570bf25fb1211ead7402154a1149dfee9e55b994e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:175fd0386d9a4e064fa760f23ecfb45ac6ae3500e5a50acac0660d06e5b7ecb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3e9811dcf3c528ae6f5ff86659dee1a590c2b53f7af1a03204d06fc3dc628fcd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:68af6c6e7f51523ac223f4e25955cf3777f4ae5b601dcca7c6ec7e2dc0de0782_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:8f1b3ddbde3e33dbe01816bce0cce7d7bd196cc04affbe606fecfbd8ad7b8b17_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49699de68bf38c34edb696ebe4f9dc608756382a977f497f6713dbc7b6e1209e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49c32ab1927e0969508b906c14aafcbc64e6eff7680b9a10812eca4f17787921_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:86135a8f7d4aed36e7b2a571b431b29eeaac2bda02762eafda3e22a62a7a2d6d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f2dac4ffbee9d028b26e683b63a9f033ef8609907f6c498d42c447a306e75328_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2884bba195d4d635378b0d15efa54991a23f51bcf4efb1095b478f5cd9c34f46_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:d84853556ede64db5615eb4d826879c744f7ccbd92c51ecf392a686af854ec11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e05dd48fc4c26b5dd822ee58a2af27bccfd0ed28cc959a6fc05073cec6f7c9b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e202635a4a52be92b47960bd8ced28634111416b220cca5fa7f86373ecd1210a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ae36d953c8c7f73dd78d620f94a0335ff5fb84b16ce9d2dbadbdf3dc5d66f6d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:308c924c44c35b39c66b429a15a0343a47f7dfad62dceb76ea7acfc85e6bd973_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e132f6b0a6b4e2dc63561c1ebaa0bd9fc669a835b0c22b0d56599e3da870231_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5216d36dc483b1368a03e00dd9dadc7c75de2bc36ed98cd7ea2b089cbe23965e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4bc11f6ad7c3e9c99e708f7ef5a01b4faedc8eb5d2de5b0cbed502395958555f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4c04a50ca49fdc521da592b9c326e233763918fbfd6bc97e001e0e680ce24cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8ba4aabc0e1e36c3ffe66b55c67ab8c305f64aa6011f80060c5d95ce91180c5f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d259704d34b605abd3568bd4c988bf9e831d80554ec2d7a57e7c39a70daf0140_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:14c55985b9277766e54156139f0949d1e3e5f756ade34512a3d5ea3dfed2c544_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3231ec9c296798f11aec6a285b0a8f7c5cf220534d0525afa59c17ab2464abb0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d8767e4d0b2c8222748319f05483bcefe50388abc182a01f3ca9dae3c80dce44_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ebed5c3d8e112fc5086208b4b4c0aba054a0058f3fd08b71b129dc124fa00f99_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:26dccabde8cc0d1ad45160677fe240b3fc098acae82f6d095fad08b78330453b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a168025d531f20656997ae845a4930919d6805b7f9374c40f7835a93aaa46b27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e696a8bc54ef8a13800b2168a395d2cbb08678403beee2dc52c56d04cb235759_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ebc22890c7759ec9992b64dcb0e388881caeeae333a9a84a50dfeffe27e38b49_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:09319f1dcbe090d9677a43249810dfe5b3eb165aa3f8b473417e0913649b1556_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:46a37e99da18852f5512235589ee86dde0db6c09d76a49275a8004422b9ec303_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:535d1b713587008fe67eec103cceb54471f5263516f5420589cffe1dea02be93_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bc614ab102efc7dfaa47fef84c4783da26548491e4c43257bb606a06e8d155f0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:08cac9e30829765f182624de9e45e59b40884b8c39cde60528dd27afa57afe72_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:13724dc9eb7247844e450b59b8cf3af5e5f486e9558942836ab60f74b9943291_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3e1a80763f76f622b5ffcdb35bf2dc20ce1e9c06c4f5f6bf0ae06b04134733b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d077c79741fd0c481fa6e1aa2c479b8c5b380b1d1f163259777c8c50be257709_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5e82ef0b9ab6d4e3b7431a7611bc563f356385dd8927855e6090008685f1549a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:62ba53e306331c1b20cad27ec31cf59687218f4bd5908ed7e9034559ded04b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7664e74786778a96606757f1de215a4a9702d0c9f7cecba7bf8028884a7609ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7a967f88faccfc101b9388f8434d406acdfc85d7d682f9ec742d59eb31074fc6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0e05cd1eaa2b9c558d22892495f090b6b51a316dc56d85ae825b6fc44611b6db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:445fdec85c2510c8a45b2a830ead87136bbb80bb9244987b4d6ffa5858931926_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ccae4f8f443ba6806ea33105d7dc06002d58914626cb9ae57476b29193761b53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fc0becd36b6fad4911a5b8c9a4693320918f7f7e6336c2b11a76adcb6d1eec36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:652f8fc874b95a56393f14c2b56a63faa64c04f6646c1786d07eaa272a9acb9e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:94b9c011744629b1ff6f230e25f876f218ed59d55a941377797f77cdb7c03e1d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a178a796ca9d32ac59faa5eb9a6aea30f1aec65d88f89080f57ed519a7983f05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dc8a79297c73782f5005075332bcac58b051a07d2b35626323f9b69ee5f4d64e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:03d66c724cb647d4a613bb48c9df6e9ffaabb68c8af5a4ccae45365e32456470_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4b9510fdfb45d2561927843dbd7ed869e2f67d9636e59dfd0c3ee640d9fc601c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b3570e078bed53aa3e435443bffbd12a7b259f8dee9d18c0d79b55514a547b53_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fc8e892ccbd8d3c1e737fbaf8f02b5fa6bbbe242780c9cd00fbc5e6889d7baee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:266bd8400632ac70fc6584e4bb2850ebcee7027ff7899acbeca612c6556302a4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2c8f351447fffc2133f339c6ab3a0bcd9bdfafad4a4cb5b7dd2abc32c6056a92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b8d2783a76f514f9a4e8096434ac205e1d82d09da2d67fb930a1b5e4d8089e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:74fa72db679ef47f9a3e3459a90dfaeafcb6db73dfe15b8933767e2f9d19c448_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2b5964f6cb078aba05ada42f0c8280dfa39f9f80526932cc5d41410922e4e8ae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:480b27e9866ca8dfba83e1accd427d4f6813f4fb7f612854e32bdffc10d7d5b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:91c7fa7b70f2cc82b26ac16f91ea084e15a4f5dc64f254ed878c25dd1170c0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:edc297cdb2f670aebc1d3561d801840ad029e8777ce45724066e6891aabd60fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:443e0dd81ae60896d31f07ab49611c5e0629746824df094ce28cdd3cb0ae1d58_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9b16561ca87196e3dd9330184f7abf25e97272e3c47d2e8d594e3095e74f815b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9ff62f63d487e25a750bad29314955effd17152bfc534ff698963760a2615b0a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ab506c549b676ad9d8dd179e2ba871a12f2096ca2601ea2a1f2605ccb849dc6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:08758e6b81d6679b095a8e7fa323870eab35fefc05e525c6ef810b6cc0b3c0fd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:af87d24f6540e5c98def879ec4ea8adeb5b138e41abc126b2c3030c5847fd0b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c5e9e59a08d8940e99da6bc568269eaf71ea8db62dbff86a7f6fb5dae861e323_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f5122187c85ef27f5423ada009d800afa4800e32ad1ea3299586fe64cae8e38d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3c5078d135089e1548b4dec49b7e78658279e42a72792a988447662534b6516e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:56158ce0af0c0eb9709b2d1a172201bc795ed6e5075517b6919ed1302399d6f3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6720c8097a398327f18a5c84c28f6b58aeee017199c2649649a1f159b8365838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:89295652b447f42c6a0d6e1299f63b04016f10ec8faf6372357294a14472e426_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2baa85e44cc4ac6cb825103508c5bd74e348609eaf53ed42c6d0e045dfa62772_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:61283f1fff1f8ec53563012a5b1fb5a48831f0a220d3676b512f5a60b331e849_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ba258012c0832c57b29785be805be44f0b5f8eccaf76d82d7493946806eafe5f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cf3bee6414a87e7f907d30047ded274c488239af5b1f43ed717ac2cede29df86_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:40854e0833b6cdfedcf275cf716e58f3cbc5c44be313fb83ca3e909bd80d0b08_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4d6a10dcda92c599f52977c71208222d166168b29da4eb4727c466e7eb53cdd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7be4c5ff86b0e939ee9f22156812fb98d2f96c1eb4567ca8a6a01ea3aa735dcb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:83bdc9fa5d3893a973794dd7162bf9564ecf68ce44814349a621cbc284b9e61c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:993ba8c1dd84e486fc4084a7786934c356a9b12ae86155134fd1a1dc1e5e3f2f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a64dfd96d3aacabc8f219d19e6d7eb0c1ac5b68b49eb93fcc973d76e67ef1d34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:ce306e2cdafabbaa29467e0cdbf316673d17180efb604e683a7fd1ed7181c6f9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e6748814d950e6f5e370dec9cb7d557fbb0d29ad3620b567840770be826a601e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:04d418560f90c35b42be67886632615d62dc89cd37fcccb6e247212b535fbb7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:40eaefc42c0f0b5adeb47bcd463c2e2a45e7f3af1c0fa4cb3fde9c5479660c4f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:545bc2a7b32276bec515f338aea3a2976c01cc787a559986646aa6fa26ad5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5a2653ccd5dc3f59a228ee8b936460575e1a392d12287661b1dc83a9f8210033_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:12e5e4ea4d19c4dcccb35dba161fdba8a703ba6331b11054e4664818737746a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:180e817b55ebfd081fd0305f63b3e0539fe8d13d1ceb8428ea21e213779fd056_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:92e8693b9f6955f9862c8b576f5e32bffc3bc34232511fae0cbe57d705bfc53b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e5b5d4750a3ffe24b1196255d4cfe15b21efd587a41736307ca8e4e61a4936fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2ca8a85fb07b431d97ca6a3e3c18f1cfaa20883c7076d6b5b4e6942b632f9aaa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:559af5a310f0923dcb4ef9389c51c98604cf44642a13e8ccb46225b4ca268580_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ae056c9c8e0cdc6519ac1a9542781cd54ac2ac8881f513e965b57ce7d1e5ef2b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:deb92b50d5948bae13db37a7046d9b212dbfd3ddb1063ff8a5e5467f0cab203c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0c4f3cf84115f8c9b9bed6b2dd5d52316eb3a9e670fe6b9e28c2dbc350392e87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1142ce3f8a3c1c2a1c7dba79ac2c3b276a45fc6271ad9df9e6a5d8684c36da2a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d9f2c021c17f1416e01ba31a8823b7a87724fd96d7ec99d494981842b5d452b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f3aabf75e838b4a941f64a7a322768729059346d7578ecf5fe7ce27a71876fca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6389373ccb2fbe1b6385ea21dac1c0ca918bf9d3889ad7a738de6be5d7ec4272_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6449fee9a31acc582bb85e0031312e3ff07d1f1843a1c6c410eb79cbbec1ceb4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:751f007afae9f16527e9039aa95c2ee6efd2ee20afe3c083ba7298493d2406f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:afc11a340e28d4100c31646b705e8db302f6b0a96ad3620e07391f02a70438f1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0673d2034e7e5fb412a171939379da14e9269dad7bb53e83be7ecf8233b0b5a1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:18f0345811215feda18d2b63f679ee870e76b33e9f61042d93edcf36fe97df95_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a2d247eb696c80e02bc8c1873e8ee0fb71a1e5ad6cf5cd84bdf504f4fe17cb10_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c342b14ff399c961ce05c1af127244b950b8e9d641ce8752f9d0f880ad7a672b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3d9fbc97d13987f28ca76b3e238b540492eddef0f302c2dd958c1b0d05e10941_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:47682d4e934d597aaa1e809011a69afe93936fc629ad3dd1ed76dc7b073f7ee2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4e8d3460e04e85a3e01a578d492499376787c85f2840c97821f11213862239df_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d7b99cad55a1e1d380d30d0d4a61bc5f0cbf3a87223efada3e69bd9b0741d3b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4849bfa8a48c7e7d264fc6ea9097fa9d33da25f75776619976e3204b42026cc8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d7c3f5ce57c0aa25e13ba9484facd75c5a1dc3caaf9be4d0f273243e7ace327_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:78aef6c20ab3bf78eeb8b8a857ca2a24067d45cea0a070c44d3fcedc00d4efbe_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7f33515dbca04230d98550ab638efa87389629fc7d913c8ec42e4b5bf8a772f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0251068577a1724dc777683dd189468ed77413b396614a117dac6b4320b8f01d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8812fd85c74fd67a95afe09c2ce5e7d592eec1e25fdc6fa331a8bd41bdde0cc6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:89e0a7e0fe060abb45a6f8e6ed1906053c09f95c252ca7813175903db61fbc99_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c3674a8f28935f3140fad744b5a178a8346a9a7f79f6c281561d2877b38c4ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:13bc0d4f7d4508fafca5a3bc61b6449a056e277da131e753c06cbc1bb7781b27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:993a2a0b3f84e071560f6fc1a3ac243fa745ae9a7ab15febbe1385437dbd3ad8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:80fc518199cd3a1ad421b142661f0a85679b12b69d0afe580fe60eb6a13ddad4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f069665c66c19d9775b70a31aa7a1069bc653691f6abf106a88b2ceb8c0e1ec6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:13ef0c0585b01c56b865e029d029a553b458fd2d3d0204eb6dfba1bcaa11ac3c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:599d33b55e88212202b15f4344f7a18dee4f4504b3739d6ec99414d05bcde2b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a751f1f0540505bea087d3ea9e6ba798e89d5deb772cf8e401caeb3816a563_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4c26bc366b267d444f448a4d7bd5a0d26f84bea653c14b261a829669d888cf88_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8b67087a584a2d952a6e80572686412cc8ea01f03ec8d70b56cb8a24a0c5a3c0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ac1123e890f0aee159c9105e26e1f1ed3ba5eb3ea66b422b281c3e9465401c5c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0dac7821ce2a3a5a180f53f381d9e61484cd8c5efab3c9a7dcc70b5783421b64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6b30b39205367ec985c4a9d948e71d378b9483689c3ea179cd0f2476b9bfaa1c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:de903677bccf645889ff7968ebbc052b14273329c0765f7faa53b0ca815d6899_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f8392be7a6f5223930d53ed6d127faf727489b8f5ebbbda6b6b437c529e3c812_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:02ac68c83db9dc50cf6280a418eed9261dd2182bbf51d16fd143519e49960b17_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3746261c5d4744b13d4704c822fd62ce1f486010176fdb3bf95512c72eece73f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:85e34da00bd6d290c04d8eac32f39db59b5f50fceee9b248b2cbe27bcf0e7e5a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c343b119edf863e179df865ccde0b665b87087d78b20919aa5726d8fd240b344_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2026fc52aab5a6d7766511080699112f32ae4576108ff95b0eefc5d807a14f25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:21b5298172f4de1e0074c4abf5e4abf27e8adc02bbf7ee49bd3388f7127d4901_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:42f8af9bf66ea72846b7f7e57652725c31b01fc4a8d39ff7e7882075438c521f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9c5711087546b1ba7cefab267b8aa30b54ecde5926f009518cf0db974ff84c3d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:373c4b7507a978e3dd62e9ea629d1e397b1f1db682e11ada1bfe5a0b45afc782_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3be306649df2fa3cc9f30e60ed5d947fb0678b0231b617eafd3b1593d10feec5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5b01a896101a5189740f84cb1a83edefdb0dc00288dde725ddd0e95480f8e1c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:961dd87e559779e6338a4d3d35c96c0ce6ff7cb9634ce32d4bf848032f4a2fb7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8799db20cca7be653bae6b8ac5adc1d628094eababe740beb5dbc27e05346872_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a36c2b308515a293cbcf265af68ecebf498739e74ef11016d5c0edd3cf47c4e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b86631d6601578548af20a28d132a0503fe118f53d7596a5632ed24ec5a9931f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e867bd8b76b5bc1438a7be88a30fa7707edbb1909920a1d4d1d0da0ddbebdb40_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:313074950c6dec37d29a9722b58ddc951aaf67c27b47568039f29f02f2523128_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:43618db20e6f592602096897bc89eaf3c58490a362e91e3299e20bb2a02827d9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:705f4db2e969d23205de87db1bd7dc8eb1ade64a76940fad950fd1a214dde6e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d2d5ee5893ae16784051d9526c1feeee3c641fc3e6f337ba807744551c00ffa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6ae5cfd48e788096162bc4517f0466bf526f16c84bb61072886a64842856c5b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8004e7284c63cc32a05f6de732791416d57d62db041ede2829d4797139094292_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8137c3932f344ce587769bff04355ad405b6ff27009bf23a221ba52f3da56e1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ef15235cf21f0fbfea74089f75471b483a98c920b65676bb6199c155fb61e929_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:149cca2af3f89c7d1e105de81bbd098c66be5687f18a584b644f21d0be20f414_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:33fc93d5cd30760383da666e8effb6ed32f4c8f2668da36677e98c1801ef4f5c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f9c1ee7f72c926c45cd76c12046b867d9efd7c3c381f34afeeb9b6e97751175b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fcfbae71f81307789bec93987c4523700c191a66663ce53e4009c5e0a8627826_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:04fe8c19bee4b629ee7f18a13dc0b7f49d6a4b6e19d204de90b6b2240b0f875e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5c9662139f98817aafe153a43f700399781d079390d5ad23d3b70fd6ac5d370f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d1147830f896fd229aadd2b766fbb4c8102b35a8edd4d8bbeef4928d89cdbbfa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:dfd0cdc29bca0a2239ef203fe7b58efd97ed4e72daed6609e22b20babda395fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5a9889308bcd1c3981072c83d44206d0c3feff059e0a2029d49adcb974674c95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7a715c7e2a8f54ccee42abf122b0028ed19705f401248d8c38f785d960f1b116_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a67de487534d03cdfc180af9d235edb21c5cb71e1224bb5041fcf2b9a428732f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:b3780d23a2c384ecef73c806cb20d7f97bcd11c12b6392c781c0deb7ceb55df8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:48b5d06ac4b35c2a7bca3ba2abc39e3af1eaf4ecb19c720d9b6e46b066318414_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a6d7d7df9078e9d1cb0f12f9ceac12c96bf2cea03a9085b23c3e4af6a456b51d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b757d11e5dc51a5822d9e30e97ac142cf004fffce87ba2e58b8d62926127664a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e61ed19beaf8352dcfd4b9478335a364263cb9839f27140a634a217d87d331e5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93baf08acbc6875eb2b665a9ef3601ca34b76767cd70a172dac7237f21b6958c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a5f2c2debb51b8aa926ede417cf9fa0e4ebaac4f5bf9e770db55a25902a4a3b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:dc97d5c1aa80515080b2b4d16fb08ee4733a9347eebc8427f10b7e70582464ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cc1559af0d7be472ae46be4552fb41e81ad804d73d1444b92cae4485118c6773_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cfd5513afd8b2b5e22d5e384a7f769f9c04709d853feb2f91ef667d804cf9a7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:febf2fb95748ed0c440e6acb72c40d609ae7587b2665cfd7145c878a2a0b5783_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1728f980f3ebba7e48bc0e8cad114db1e0c06f692638764e30ab990f45c637af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:41508513986b369c2f89c64af84b3980b16bd2432130fb122d8c1346f0602894_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:650f08f62aeea4bc954e69ed88a9f2f14d3c8f733c155d113c0c58b7154fec4b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:016fc7e804acce7a8b8df0a02bec320c32f9ce6224ae67598a63992219a77516_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:081f9cfabc57aaf4d19df8b496613d8aff54ceb265634c904ec7765c810b4553_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6da3ef092cde7fbaeee01c5d6bb0ca5d52af3ed8de458ecd3001bb96262c1ab4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:035d07364444ea963d64515420fa4005adf82c44b575555a074149f67db50567_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4e09fb0bd709d53a0abc6326905cc43ee36e6e4ec5e20108efd1ffe585b1f2de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:53a5f81aefcdd57ba33c57c02941803a072ef3f1b8467baa3c53c7e073a9ea96_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:cb3d2ccb57987217c75079a9c10f230f6a7de9ba3b0fbd87d8d3d5c71f8c94b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3472a8147e06452751999ae2d041063907f275ecf429dcdcfdce88c8a19a17da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:61155741778188324e0616274f067ec36723d0fb81d84e9715f72ffecfbc92ca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:adfe8cb84a5f0a241fe69ec532b7092a10cc274cc3aac2b86f33ac8e725ab2d8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e704c70226ec4986c16166ba1ca54b908d1b6d9ddd47640bd5ab6d292f977508_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1d63a1d7ba183c49c69a6ffe5a4584de5282029b0b2c2f3484b4f4431e2ce954_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:441db8762a583090cf4325377b0ee75838452a601732bccf4dbc57f26f6a1a90_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c5c52612378ce1f2577314e5723642237c9a361506c448ca80d2a0b56666a1f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3b9843a117d6a6ae28222951e1a556d3888ceab2ff75a082a06343c8030a5ed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:236fa2dfd935db687e786cf827d88210c2f586d2d1a93e610861995908bf2587_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:647704923828c83c6ed3810e3c4d7456fcbe378516dabfac30f203a3bd3634b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7638d755fde7fe6d3c004a6f0f7c761a9fdb75a3541f19a792c3cf8e8bf473d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d2eaa5b8ad9464732265b84128b5280d725feabb2d4b4cef0178a317add66c39_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b659f5c6da6f73bcf8b2850f0172358816bd68fca721b65a9a70569a94bc90d7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cc867d49602a6ada5de7a783136b6463c4d9adee9877ae1966c016a08ee8e87a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:6fa614240bbc1932f65f8cc9215d2baccc05dd1cd5586fd308c44d8a94447a45_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e85e957fc16a36b5964613a99fec1e7299db9bc63edd86ef965d879a081b64bc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:14b02010250fe10ca57b2dfe1046641aeac31f92e5691c067b3990383967f0a6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b6b13d29b1cb9c9bcf97f2daa289669bbd9ea501430e51652bca3d50f787f23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a8ab293c4f3c6bc251bc91466b7586e5499b6e198cff46e50f6a65d97df60f7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c5d781c35cda14ab70d4a5bde3bf72df0a3956f5cb159645e5337095bb71c5ca_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fadba956181755cedd19d3d5b5ee3da0222daa1dc609b629c900a0052a4cbd8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:2719589f19df23634ec3f6b578f3fd2e827440675b72a69b89c9d78b1310f98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e1fe563643282c027ea829274a1945458cdc5d079bf2a2b7b0a9982a5cc3720e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:28d64f60c216f77e3e006012a403671463b9dd90095e19ff2dd027def6abb511_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6d681aac67e08e2ecca32415dddeb47df6191a99f7a8d7bc3bf1697c6a26c1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0d31a90914ea716508caf180e30fb682cdd8066da7a0a31752be9d86ec9c777c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3ef5a3798abfd3d9ec1b6ebabf3ceb32fa4057072b2670793ca119f556c0897f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e2c62e4b87e0536d15ed8b4f2905930a750f770d5c6d0168de6291d92c51f9a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ef5f4d7e3c872acbc4ee48bc91b5835dfef66a698287a95836344c1587ccca69_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f5f049eb01192eaca548f3585845ed6a530934d2eaeb422fc78b657cabb1f57_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:740b0d9392c76e433ebb7762e57f156a0e2ea1db37ddaed2c5b8044ca092a357_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:da9ebcef147e8d9e84848454fe2b8e259bb549bf0de88ee960fb48f6c8051060_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e8f942ece24d15ce0c4a31f731f2060b6e3874a2f486b2dd255c773fb1a55f46_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1b4fa4d6ee3081f39e54b4f910100d210da682dbb0f308f08107ac44e7338d3b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:571a51e1eca0f31f273be8cff7ff115bdf192e14f5d510705ab7ed423fd5d9e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6dc96b2e8156e7e42f758cc28302a2e94e8b3888970d03a780b1732375e728fe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b91654b9aaa85e13d262d21b949b1a96b386f202524c2e8d52ecb66c279eca8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a677804e422590551f82a17e61f64bc03d5a8a42a695e7ae8d9de5dc086924d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:fb7f225a9221506e6295f7efdcf44adc33e5b971c470b5835b0ca3c42ee1942c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:107c9dcda9632516721c41af941362ccc316d25661bfb13a7c4dcfc2ea4e1c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e75d33740c576321707835258793fe2fd257682099348a2a067806e764e1560d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3ed82adddc3da003bdb272e2a5df0317abe41512179cba925f65fb5d8f7c2eb3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c16e4af4e9a79ac2f1fa632b20e98befa9aa2953ef241af186edd226e39150e3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7b6c16881c71569dbada90e320379c2159ead0b0ed2fa2113e065b361bdf2413_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9533dc6817f01e377ea2ff7e3aa4447d20ab5d016d9145b97e0cb9e758c9a8ff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1285e63d6cefc0454a400b20a6e404537a8d57e5fb9b5d7ff1a75b61555622fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2ea17afe64ff273c9208892a59773c1dca248367c849e805dc78cda228aba29f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5f33ae81c766b0b7d9c8411dc4f6a0adf760221ed0493a99f1bea5dddb5de41b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9de0bd8cb41c5324718c8d8f275c612c0bfd13b322225455a1142dc76bff0a01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:2fee175122b1e3f74cd8976af1515c869d096da0bc4f5e9024b31a64cf88896a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9ca16ca048f3de4a5d9e6b6a38b55bf0b4a994bf7f7ccbda8c50c02bfd59c871_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c42a4deb157c31f6fb871bceb8c4401f44ffb490404591ae36110511f933f72e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f6d5c31b12c8a1a1e8316f258ccd254bf6bb8e49ae8a175eefcdf0bfc5c6047c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:204e84b23aa1edaf66f10a49432115ecb4c3e8fa34472a909e1c9a7a0c3f3947_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:37f226136e439a1b37fab44e06ff30eb22b1ba8f12eca9e85f59936c3d58acd1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3e385fec20235fd68320dd564c68770d91c5c08a864e3de41f3800937d730334_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:878a0a7473a69442dffd7c19132d74b29ecf765e3499d29f8da7b1de2ff6f439_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2b51546e56d1893aaa1b68c4e6ebb5479614d0402e840c8c850702ffb198036b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3aac893d87e5c39ae1672eb5ad48a0b9d02b49888fab57f8662e6dbb3897b660_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c5bddc80f0ba0e391b336de8ead2442d0dff227fdb8aef1874bc3db3101f7048_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:dca0c7b1c7ec76232b3d5ddd15c8716e04a8384f0a816217dec544d667ad2e69_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2551dc2ab6fddb6edfefc185f7b6d73ea366ddaae4e2f79d554f0afb79aa54bf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3cc6eb31325b1f9c9a2163c570ae1c3d4da7e7dcb0d761a0fa775b66fda9dcf5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:569965f29f668f02a342c0c7b4804bdc92354610e9368ba42a3ea5cc3172f532_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c4b2b0855c4ba25e150de01e54f0a84bb4c6c220b348945742bc0c18cc6d7dbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:01b6587f8b9ee398d34ed3330bf0bdbf2dd01c2fe475ed4d44c547401d1dbd5a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0fb7ce17c762a70aa16ca9f7f35e41d85997bb2bb22b81986321d29634ce9b3e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:60c4fd0dcbc1ed92bee7dedce7879893a23c9e4a6181e5e6d6a8f04880f377eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8925d5826cca515b7f7c05558406b3688a14963ddefa80f5b44500fe12dfb1dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:3d914112ad75b59b03d5653cea40a25d92af415ef52dd10aa7394465e6bab92b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:f8d52c53ca49b3f9847d2e568779801321307e329f802aa9456cd0dab7625232_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d29e5c26f37fc8212f2ff15cdac470982494be155f85e3c310b0c958b943f7f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:fc7a6712a6fe86a47b5a745e06a0c6d164779eb198f284fd0996847b025e53c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:32bf2e7aad1dd9ff5100500c294e343af0dae3d392eed27a1c0305198734261f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:54b4afd46c87b2cc839aa7d8b8ae232aaffe0f39846a6edf9d0d3228adbd7a29_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba41cc4ad0ea8dc731838e00dae166209a3e06d104e5cf11491639f82290eca6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a9395f57a9adc721c6e43e578957e21c8b9f18defbecdf91dc49d11044aeeeef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ba077da5ec7f147b51f0ee4432082aed3b7a3a541729913bc2ed821688723e99_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb48a38cb5d06b67ecfb4777c44d44f3e32a996397450e30f40e7ec3e340a56a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:deb40607f193ff4e36c684ce74167e67a7e96187f1a44a1f0f20f36572005843_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7dc856fddd561c1d29112b0b8d4dc39dc7503974a9ff563612e6998bdba4b71e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a3e01913986169c592bb770fc49e3875d46031b5788f983ddcd52938f9ef7a49_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c3481c6f76c644c017392c092dcbbb25a288acd14a9f01e20afd0d2d35e16d32_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cc440be9f6b3c5e22186b6d53a428a8220201ddaa79be39e19cc31a8fbd7b221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:12d7ec468f9634a53d053f3af7957c5162d92595fc3385b26b08acb22b7935c1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:49f08b645fc28af342483d9efaf2f607c9c2a6b491b477cdcf2985c44aa3e894_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d32cde1eedbd0c110bc10836025cee78421ec16d2924d30f5e6265591a9ec716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:df885dc6da20faf1903dbdac693889d9882722e8b67bebe35f624c11e4616262_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:16c8b8c6aee6f6a06367ca5bfe2be8fb85a05c3f18a819683f49d1a8c73941ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:376659c608333e76b0b48fcdc69ff17643284fd22fdef6c6998f07be54c1cf91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7359a62beac2d501d629e6768f1767861fdedc0d05f53a4424a2abdb3dbb6a8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c71d05c245bf1a4955f46c785d7264985e1f904de2a19972f7ce6209a3be0e4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:06ab376096238d4e04c9ab713d83d3cab5db769b5af1fd1c57ef2ceceec6ef61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2c80889bfaff670acbf859db3624951cda96d4ee8cb1560806ca4215e8c6c04b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:627c6b73224c3e37181a19cb598ef9a425cddc1d17d97b6c23388ec1345f6a88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d5d338daef4ae436780be192907d28a26785021d97865d8a95db9065734061f0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8e59a286a05743844dd1333770197161698788e0db4faf8e00cac6b2fb9a638e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9029d8ef1e4455dbc1910078afea1141f92a5c4d2c298ce1d9e4319209b55246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:da4ff38c7a1fd5adddbc0b0d3defbbd580197680b22648e2ab803c90c4a8c9f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f6c44d76a715e0ca38fa5e2becad93a2bf3a41fd8f181846e7aba81b0c579691_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:167937ed04f625a9cd2d0b8ed6048a5cb7b6d435bc2d41775d7db4dcdb5fae95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:176feea3131aada18df5da44af30a127f4dff392ce8ef57f7e0844969ec95923_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:17afd4ebbc2a5233681d4cc1774fcd70dc932bc10006235b11de8dcce826c2ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d3a98e507691edec50373d79ce9df48a71cb6a19a75c9276d0c5905d4f204b39_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1b6c3977b4835b0cd5399523dd437c230b992b77a0e7352b095d008be96fcdab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:54d79643f3a191710d1362d665b5c838130f3e51aecf1e27a2cdf66e98a3cb8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b8692d27a4799d20ce1a8374ba99f55732bb7db56cdf8f5b038424a086db614_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d196f02212da5e80ac5a73931316d38e9def9aeecdadeaf07aec685e661f9f98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:11c2a1966b0632e85caebc4555e3e2f726277175b27a63a5e854557499e0c28e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7e649963b5c1e2a7e8813569368eaf0ded5e544799d561622d469b03b9d93937_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a23fa7969c6a881648ba03ed1a13692c5db21b79f0608d841291ea9118548ed7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:af57ee131bc09ce55ecb3ae13ed7dc3ce9607a7438f0ac5a6e64bbfa000546db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:3a7644c1ac089cabd142fc1743b47302eae8528b13d1b038298f2f57cf746326_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4b5ee426703ecb55bf537731c39c69ab7f86316544cfc472ee77fbef7e5680a8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4cb60d36cc3b34b4b1496b74b9b2e68ff152a71d7f957b356311ea811bf05573_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f3f64bd2f70faa654f7134d803efdc032df63fd4ef07c97abd38fc41e625b48d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1b75d96a4cdcc3a37848c5edfe598cb1d99bb3b0707db5e3f62478320eb90f9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:876fd001172d5151ef99c02826f834ee4db4623b00699a8fb30d6a456a7a8687_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ba8fddfcfe0004287ce58db40c1092f2090b3bbb0810c277066aa2d97799f8b9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:bd9982e951fdc7259571b6d5983ea2cc44402cbea411ae9a6b135692bf5939b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a7a8d4d8adfd98d3a6e3d37644b33966f2c34ff1e553fbb5140ab9a15563e821_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b26a5a47cde227edb5e7f6e51247a6cd91e13484f6b5f7dc19b62f83b7478361_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ccdd76d6734e3a3cfaa1e432c1508c097478e842fd436672e57ef2563d817e4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:fee8f3b24b431ac2a5d4fa3d96c90c5e1aa68c08ee8ae9963fee457c98795197_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0e559f5e780f3849e73d7246176059360631d8c4a7db1700f6ba1b6a9e6ae089_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1a376560672f81b7596417591491e71d065e90672ff6ef5d37ed0785e9baab16_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:350a0360dfdc31eccadb0e8b9397d5a3436bb509999034b60e611428eb006cc4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f8b68ae48350a5aa9bdf47a36efbf661190d497ab5a139027a2bf4579d21e095_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5fbe979b3d448e36fac9615ccd96f8583b0d587d46f6b1b3749e85938cb2e510_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8d45dfe709ac701d6eb800b081947d39a855f65c756f31ae47b75be9fec0c260_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ea4fa6caaa81f207f2372c6179c3698e225658387549ba567c232170cacf8570_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8fb972b411085b4551e10adbd419e3cb89754ee5300222cc4fce27cc349513f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:066d438bdfa1626aaa7a0ee5d2e3222724f2f0cf5bc9a189b67fd5358a0a48c0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:747c142608d6f43952d315d7858f57edbd2d9de2d255938dde311ea580a329af_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b2ee2d0e9906ef1581677bd239073c09f93e5b720501e9001926dfe7db34839e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:bf0b42c5e7e51129966a4744bb253b7c336bb88b1f1a562e481f7eeff5428136_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:3e9309d53caaafc9b145f6b7fbbb8879c9f018ef226afe101f6dc7ab02b67856_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:3a558e248efdf5d3111b7d61e8bd471682e7038bd34c4490f8ba69b91b44f36d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1b0981e2ee13869663087d6504e0c0af6f2c56d2ebf81d72b4b7c751bbf6e500_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8073e0be1f7f7523880b30946f1b6868274c070acb97d9da2f5c486db99ea18d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8980be22bddace1adb383fc356975fbf0af9ac8a20bdc95b3303a80fbe296f3d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f4293de50825a003a825306a45612531dafce45b72a91cf4dd455d596a0c60ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5bc26795163f03947b3f42a5c8cc52b7fd6eb713a0fa5a1558bfe834c21edc0c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:7f29c85842a34554f06db311ef67ec08d1d947d32b4363d1153d92c8d13c3214_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:92857eb171128909119700c431920f543cbfc89cd06aa98db816a2fcaab321da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e931e3fe478f8f905855b4516e1ed9b33a161536c447025cd14dd68778c40fa0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:338034a3ce7dff3efafd00fa35b858c23c2ab284f743df414c6cdae455f8801a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f12584b95171f442bb3661c908ee43de70d0400c6273eb4e93325a5f3f167b54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f37f6568957ab825b08c2ce8fc6b32ad18f5b7bee50b24b1804e70cdb144e5f4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f949249e3847338ce4ae9b94b0d191edd3f316d471f0a9047f97e41e41b7554c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:407286c96b6e9d0ee4e8abec2b06a5dad70fc69820a00deae47cbf3fcdc65a40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:52294a05713b24485ce6d7d1b867081da2f01dc008b9cd052bf8c4c37839f581_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6693dff44dcfb7e6fe67f5373bb73d84cf401d20640c959375f20a24d31aa697_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f65918214ce906cb5af9a59ece43a36870989c579ac1660a2a58f9536a79d9f9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2ec7076ed08f4ce7a61f95083155b5315acb6004ea4245c70be2763eb0ce9f4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5a539e39b3aaf61d63f391b6960cdc5746cbb4b0fc07b85a98969f5c9cbcca4e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:93505b057575ff9292e2e96903238708b940a23953a79cf8742c880f1fbc743a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:be43f0ee18b6d56d81a09871c4a30dc2245ba60cf17ff0f1aad10e117f40aac8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3923e99d803b6dd5bfd2fc957101bef6dd86ba8f6de9e59a849e4c7a02d57e0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8253bfec4409c9a02be72d7e8d87fe5f4f81c1bc58a294f02dd570debc4f1128_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:851fd20edf32778383c81e3c5b935ec5607a05f8fc569f64e31875b8bbe81d6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d06d41126ced4841fae74d0437b18e9f1699d285158fb8725a8768a6e9065b79_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4375e44dccb08eb4ecf461f4e8e7e97d617ab5b1c968beb481d5795e6bbf0229_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:75140fa657674afc46d698aea19115a9f60c7765ffff6a0c4ae5ac166c725597_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c1a31ef64ecdd90020d72f323a242b551a6a4a85a4dae309e19f5d8f12d77b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c3b1ed110f6b17263484b7fde65642eb349162b206c0b9a2f463bf5eb13273c3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1369aaf62d9d273eef766c42f7015d56152f6b8effc50dc06d75b1bab38a20a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:47402101d62f418c0f6b8e3c6e2367a8c84f5151a0204f326bf1fdbe983c603d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b519e10d4cb8fd9ad126a36fb864d2f29f7df218ffa1b3b5f222e0befafbe360_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d70f848ab6450690b8329ae367ff2e5a3a5b295c073028dff7cf810104c5be5f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8f8c882873232fd9a00adc69e199f1b4acacffcdbc282280ebb61dfb1e61b875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9fe79073bdf1745b388fe52bee661394f96ba5c0af585ed8ab4a61724e324777_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b2b91287350dfb474763ca5d332c4765af0c1ff2d7be722e23ea93970add2687_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:bb5f4abfd26a9446eb2f4cb1355bda840ed1006a6233373434378abaf0e617b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:07ff9687205eee39d9ca211c0bb0c6b1618848e9e74bfbbe793aca67de73fa88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0ba94d11051416a116cdf516dab74d530a584fe7c4bb1e8d3deb3bde2214e459_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0fe87955631062bc7ce78891b9eb056f899308f8cb8101b3a44f889c1f0c0654_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:786de5dd308c9fa6643aabecea0bc666a9ede6fd2a5ce1cb0d511eac2a19596a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:719989a197c3bb8b8af09e95af49125cd28014fa74c7969f3f3b939223a6743b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:743119e024a9aacd8bd4bf45ab9c14e684ddbe2307d8f965e972ace243f128b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:76c523fa10e222690941abc8c5564efee1ec4d309a7d023480b6000a545d655d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a13cc82f7b2053435d5268416686ae2ba89e37b6561e49c7ac395cf3359ca2b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:98aa0e651302bb73569a0578e6c11a1691eafb5b0aa28dadd714a7b44b498f8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:9fdce4b5198ae740daa858432221625391f7283bad587e1ebc1220e7b0b4fa28_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b072bc3bdd61164b8076f2799e705ed8e34281b2cdf24d9cf08deb8e697de2a3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:fef5253a6623c30368e9e7e271501adcd9432b96473cf8278a7b81140d287de0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4eecd436b35c9b25eca6975ca9e938c2256fcfeead67e1ff4159d7e36122122c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7e11ca9795aea60b3f0853ffef0fdbf922f4863edd96c50fa85110f36bccced2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c95f8bcd0835611bb90983e96e3b780ccb65bd2bdc7f7554432ea971eac8095b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e497c1834c97590a0c388b58dc823cdff79ab6befd5f2a9bf494b3acc3181eb6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3a7af87b46058334b97531a4b1b5cd5be47e2ade8d74497429529bf0a489b275_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:97313aa4f1c1c9aa51c77a153d0f0eb35cab9711b7f1465b82a636ea44e849ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:ba0927ffd76ad6689b808e734038678c91854ca3d0630613094824549f8a150d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cd8feb684b9c70a4ffd7077e19812273f333174a70f7c2b63d57d140d8002382_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0c8bfd6ea4d0729e0ffffac9811b5db2ecf5c40e68ef048ab104f161d2689b74_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4dc7e3242cdcd1d3c1ea5930da7d4e027383149373cb6af0551ed2572eaea0b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b78827903e5c338d67a4ea2ba10ee67e16482ff00968ba99c27af2b6d50ce202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c9315d23ab26f6f40e05a5fb1f9f2dbce075244a035b1f16003d1108a7ba36d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:270b5e756fca54f2dc05f04b6f7b43f7f188153811decbc0b49eb215b11c2372_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5331e8ebfc48f4d2322226b8986dd178f133a52edcfc0a192e89f1785c8d568f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6cfd8c3da57c17ae1c430f2881c66eb0b1c456bbce4a9ada2491b2c873dba985_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa346af0288b5886b5f095d1fa0ceb7715d4333db919ff9d61078f369642cc29_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3403720059bdecff83f784e2fde54d2bebe09223ac6cf99ce2b4c840b9cd4a98_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3f8cb2cffaf6320f14ae09f7e44c965681b395370a156253790764ec9d2a2aca_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a02dde1d0b4f4fbbc4e6f0afd24da1595672f3f290345a4f6e98e11d89854a17_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c4e8ac4fea3c281effed3996a378c2e952a3d3704e47863b2ae6b266d2280920_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:46a0b302273acaf2582d377271b910d9d31ff98744cd8f290583a7bd5579761e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:af0442c88d2b9b93a187010065424798d89aad1d695ba438c815d04d7fcbef04_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:bc7b78f67fa189ba63da9891a1b05694d676a3ed2fa318336fa0850d63815250_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ffe4e64ee1b721aeefd8f1ceee11d225dd69319385e3e70f0bb52f4f40660a45_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:29d5a91b39dc6e72677bdfab50f56860c53e67dab139b464dd571fef9780dc6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5e6d4e29635ea0b075e402931daf8c384d07ec8660223babfd0df9d572ea6912_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:82555977089a1586dc24154b46be6499607a9d15110e5b48d9a549ee73f3843c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f32c4a07d2b7a14c39db1e5e5752960e46bcda700b292336480c95f359adf0d7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:86b3e656caf1c93ba2bbea00514a17b9d06cb7a6fd5c6746d80ce35f45aa5907_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ba5c8896242125c24e3a7e5698770293a601e9e7f8508465d7b45920cc9ce240_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7de62e540922f1de5f492527d07a8e8f4265d24b577cf2f93415209ccad63912_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bd71e582ef755da7bfeede697b5c2ab29ab9fcea6bfeb14cc8ca168fce5c7bd1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a1e6a736546b54bb2797d85d51b8f2b213fe2f6be6b26bad5b549df9dabf2d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:efc7fb9608c2be8c3c65aff302f923241bf8d008bc71c2fbba0d82ffad2b4f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:aa63c460867d565b44b2a8e919ba9a0e7fd6717f71588cc5a7e2ad268fe13181_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fe1f1b5d6da2e5ac66c689da49a4c76916533f30ab456c9961a225a5e26cb6ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:36fdb2cdf796941fc6638036b3a31048ba0209174c7a62424fb410ae14b1f81c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:65a0b94e9f663f3d73a9696a622ad46c73a5fc793f9dc46ee07fee8ba3bbb443_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8afe2a0c6b1b200201f21b148caaa682bce77cb3b1027f61d4c873e5babb1b30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9f7c3543e4b1a095399d1219c50f1f5081440ae1605154324d57ba9201aa4fe9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2c0897a842cd7b16b64888568ca65c2a6e473c24b2ba9bc5067d6f1f237885d6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:432c94d7d5d46ad66348775fa0e1a6c2c142469e8a770db5528a1aa25664c389_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c86c7188163be31c7ab04017bc46ae88707437f804ddf2b5bd5a73ae34f64312_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3f836bb9effeca4dd6a230a4241282d33ed454ebabd84829c41e58db5f24f47_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4632ef8ca0af5a8115f3d9490c2ad9e2e44361f4d0671fa8a3a1006254b173ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a7d2d10f5326e2d71551289740eba86d6dd2f12526dc684b1494bdd4228fd8e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ba876751849dd525a26e70996e7e02092c473bdf386ec4663a54ecf61c4f0d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e842cdc56ee7728aa71a7f95eda9777ba229aaf959594e73d998fbb30b7f76b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:90331abb869c0c04ca7bb59681cbd957ff54eb0e0265e16368f9fd6ab6937acc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a02580814c02bec4c1c9b79c4b5a48a5a59caafa60a573f9f99a4a1ca07c6f71_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c197de59c38c060dc8aa099a027922853e4b9dc7e5589ac55c8841dbd44b1367_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ec7a4bcebcc80cbda32227224f64e67cdbc98d3fab95466b55c89755421ea4d2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:223df196f0cc747e52ffae9f3dd03fab2da3c72d5e3b189e3035d4264a08c6c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:29f3154c0b972730ae9a54bc496bcdf62e9ed348b73d98ca958a265717ccc2a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5e12029e90adf045a4377f4be2be75c879e57aca7aceffa2aef08aa262ae0f42_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e150a242bffd4437f92000417cad89969fd547b5da514f8586802b99a668bab2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:17752e2fbddeff8e6f43bd354d91f248b4e69d88e80b29b75508fb03b82d92bc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b1703420b5a67a12f055518b6a23c1d8259dc8a064a1447196f642dd23363806_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b93a134a81af485a0f07dcd6a71c816ed517178826539d0f53b6c45dce87096d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d266a3bfe528e76a8c6ef1700a2016080d084cf6fad2e70efe5ba52ff0dbbc51_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:8c90e9864b3ff53d398f2451254dd3707868b36c6032d8d139cc3ef2cbd9084e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ae6ebf086515376ed35bb432a7f567f7bbb44b8d1b86773fd86daa387c5fb933_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0a0cbb021e13ce9d693eacc4982ece2e8ba4697f5d5571b8d0671d71824fd07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5271f6452a89fe7907b16f486439f54f0dbcc3d075a70ef446ee4cc62211b1b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0abb949ce9461e5718c1988f57791c7537eb1b3d2184f4b4268fe087e39726d1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1267ac849f67c33155b54409011cd3f0eaa27d5f211703875cfd383d1170ef9e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5082f39df1f143f23f0e587dec5cdb3e3b033ab446a57e7e808c88e6211a1a67_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8fa27bdf891edfb80585e470f09c9d6fa369aa727a3698b936b4818a4b46448f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:017bed02593deb2e9cdfe0f268916e5d1c8cb7a4f1362c6eb3c94050896d7276_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:027baac40981f53c9ec53f5a4241a657929d6289e42a0e5deef617c182b7580e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4bd5b70373a257b1fce20135ff4a4b3e6962eee541c67a0e29ba9a2523d4d4a2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c0b3ed1332b228290882bbff6a1ad6866f5ab2a4586b261949832cdc3bee5797_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:047c270f56b685d5a4e67afe43d2f1ff47829a259be6ff93bfec4864233d4497_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:50a6482667d53de3d7aa2bff6df05ca21e4e9773996afa8b8038721e231deaae_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:653dbef43ed7f531ebf64c9314756be42738f1635a64097c53210ed0b6b0de88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c4d2741561038e0080204335efc6eee5b6ffd8878553b240dd433fea701e6bab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:3de609d984e39497dfe119bb8e0ac2d6d823dd894a5c866e5ec87de5b5711e60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e3a8b252aadb5b32f42009803b56dbeae49a3ddbe9d00aa27569af4747fa403_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ccf49e256cd9c3bb428badab464a17aee485ee1516896f1ade10da11085e843c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e77ce95a84b01b09c5d1e6dbdea8970543aa3a60f9292300beb078d1288bb801_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2ab5fcf7003f4ba3de7656a284b11d6ee05bb02cd0f3532671a8c368f7b15178_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:44241e57d9067223cdd1585db9d699db113931b7a273d207516f60c498570677_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6aaa55450d567e2fa992650c456cdaf5529c5d96fc9984f7e1a4aa9ed6294bf3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f2fa21e8a0e88b25e9037a9c2db4b157ca6fef8b765b36da7dda71bf5a4c4478_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:10bfb59c904103177754f0336f7b7bab676d240480a8213ec42a778bca3f277e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7aa4fdd78ceafdc887a91224614657e86c1e12b72fde68dea4ee5c6e9b610cb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:e4a365a0516b0c8ef2d1259ec4bdb7f76aa9dc0d3c3cfd5d5b3d34341d349772_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:a06af7a856d5f2416777c1bb1d271c189576e273450b25c6dc5937cd16b8bf8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:28b8390dae142ea16bb05f6bd95f19b6ab38dd67c341168337ca07fe4f45fe87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:be6a9bcb97824c91f393af5aac5a146d819ed9893f5a074e146afe18f3a50dc9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e6392d583f97f0932dc01be55534fbb6dd3014f84b745e8bf7583b96ad7a7761_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f30d93c0f244f5ba21807dca912d18d4facf47ceaf43da7efa41b14ee816b71b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0848bdb082bc8dae6bdaa956d2ae36fdeaaac89024822f4bcdffb51da1165fed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9f9603a2dd344770da433fe8dd50a104d69e80ad463f9cba71b3aabefc4fee61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ab417553778971822422c6eef94aeb437209fcf88e78188b701d4b2243ac5be7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b9bb7615df3eadf64501f35dcefa829934f330892801cbb86e9f70f5dde236ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6bb4c6c64852f2b7ee590a0a60db256d8dd549a4b141fe71d311bf30d0ed88ae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:837cd26d96a814814145cd0aa0cca672769283c499eec36c457ae432b99a7466_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:956ad866d891e1340f630b9cad6ec73d1fc60d4061d4c63946ed714900388a3b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:9c91591eddbc058f05d052e3178102b28ebd25c2c9cb796fffd5047f5d413d12_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "js-yaml: js-yaml: Denial of Service via crafted YAML documents"
},
{
"acknowledgments": [
{
"names": [
"Dmitry Tantsur"
],
"organization": "Red Hat (Metal3.io Security Team)",
"summary": "This issue was discovered by Red Hat."
},
{
"names": [
"Tuomo Tanskanen"
],
"organization": "Ericsson Software Technology (Metal3.io Security Team)"
},
{
"names": [
"Dmitry Tantsur"
],
"organization": "Red Hat",
"summary": "Acknowledged by upstream."
},
{
"names": [
"Tuomo Tanskanen"
],
"organization": "Ericsson Software Technology",
"summary": "Acknowledged by upstream."
}
],
"cve": "CVE-2026-66138",
"cwe": {
"id": "CWE-78",
"name": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)"
},
"discovery_date": "2026-07-24T05:08:55.027936+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:0c95fbbcfd5c54e6b2934a8efb4f8523d1536ec1deef78249f4daebaa9d327d6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1b84b2a1cecab16e75947d29572008547922714207272a5dad8169d1ca5beab5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:466597e63e82ac365414c803f5ecb8f06a72374885eedc5daf9532aad16ac148_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:de9cac5c7ebcf3d43cad87758dd2eb0f4d6480f59bfb4112c224a4497aad9ba7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4ae516b98be8fbdb9b783345fe680c1d6ef57b5dc06b2ec3bbd20bfdb7c9b2c4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8f242ba3e0b9c57ecbd85f0d4c1bd67306357c92b53968a42419736c3dbe04d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b717614ee549be99c17ceef3d755c66abc983e821e04808df347962858e0da81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bd0f90ccaaaa74683b9bb17db0651dfbdfdf8f49adf0ecbaf8e83756d270b590_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:040115466e4f525e9f2386d6f8838c51f8e1638eb06cd64f071d4ae027a8fb9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:1a677b9d28655390d007acaa656997b12a32e9093c1c228778ef96cc6f4ca875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:39c68aae39089d044ce992b949d4e9961105711501daf3d4f0ba7e9981920729_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e814640d65f77818c180a706940337f8ddec8ebe4cf22c51a58a8b69e0f4099_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2831d7dc9f3cad92219addd21b93959900ee2f71e2d988fffe913a6f88dc7e1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:50f602354dcb223759d781cb057b4081a424d6a509178b10674358cc8dba41e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6925001d8a798896438ef1388f54bc29825c37d41f2f09a59e3f8bf60b2ec6af_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e01a83cb76fca294a011e022ed86f1da8cde36928096422a440bce8e42fbc8b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:757ad9e0c37b861340a7b2269b068d5b0c6355322eb5f5898a856fd9c4495b16_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7f68ff8059ae68d15041b8f38ad5ee5278289e1370d276cf7e78fc7e9fc3bb10_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:816787cc8c95a4a2df1416f09af6228559333e1bb1421ede0c9e2093444260e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f9bb9a184319c9fef278d3c6705f56cfc592c844f5c458bd20bcdc07c4230982_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:198f39ed50bbd835f4789057f9d7fd8de0962f1641a7f453dd90d68b5b2a4e7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:633ce875ee7bb08d9bf00cf79738e3e63cd6bf4de2d40fa6860142a301c0968c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e169d65b86f23d6424af5e7cf9e1d0ced58382128092821676196c0a05f91da6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ec2586358c34d0130b00a3714b50c8b7bc33ce915aef6aa79eb214d38202f37e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:13e81e4c25d8c789ca15eb4e84f3fc531a50b4dc0d95fa3573e002e3b54cad61_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:17637f8455e0e17bb3dca34545a26e881cff3e1444af45b9f45c3e282a252bb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d2dde1514fcf3308d1469a0af6727835121c4d6a1a1775a675a7ffabba8e3bed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d6376055835ac40728181d6f354398a0e60ca131d2fd8f41471ed87e974ea4cb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6f86d997faaf61c874def5a78cded319a188c1babbc4dfefb91a29f7e0d7f0fb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:73bceed99ad1b0bc99e66ab8361037e4046c5212645490161572fe6f34de98b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:babd6b0e928bb674289f34787d3aa536bdc4c24a877a5ac9311f21f0cc9e6224_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d00a12f6c4e75a2c93bdd135eeb742f42868b0186d9d03f318c885407a17e439_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:0932891a63e5ec5a076c7848d5746e29d972f3a96058914bee8fffa4921fed38_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:472e977d39473b92992f53c0225de477318b31be8656c37bc35193789ab7a456_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:71021ecd15d688aefa6db79f817c11a751b51f6ea9f2e48781bdc49c6de98088_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:9563eb7617a4d3a9c22fefaf03a4ede698fea2621a68ad231cd9e65930043a56_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:1fbf3bf4990353e799dc271bb4a0c58b385feb2ee60207636a3f76544b4f5ae4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:7815e9dc63477803e7e8bb8a01ea83043b5503ba529f64db3c76ad1c4cf2f0b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ab22d93f277f9bb65fcb5fd9c448b72f82384b9be43b8ab525d2836832044eb2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dee02e09373732db94bc442ddcb2eb4d13095a04e35c674387d3df8ba23d67d5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1a046b24339587101462756592c87ae4a8f699fc2977a703e6d031e2022a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1db6c409fede3e9ec09788fdf286fdb0634de6b6e727ec010332f7cf2e462_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:bd6be5cf4063439e92a1264ce3af0ea6528b9c27dd4b26f043a80aa8616575fc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c955c4b9dce1b25c73453079a21d84c5a2e5d0b53cf6e351f9b1855f08db3fb9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:221943f7b65573c2942d88354261f93a01950be1d1a86fa853544cc4c283c027_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2488ca8b2a8f658f3deaf9a70b12f7aca159490b5e0861d746ca8ee5d2010041_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a3435c546844b61f456789fd315495d6bcdc2560756e9fdfc4b896cdf70d75c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:be2e4dd58b8ed72278bb2c014317e69185e2b19dce37beea7fec3798abcb35f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4da2632fea643a834aac3fd63bc51fc6b0d768b869ac450e6779c9f36429a9fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:56ab8a9553f0c0202a47d858e234f2672098514dd647502405cac1f28d14196a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:abe530f4e865add435da2afd379a3a11a4d75c257c2468a09bc78f10256e0be9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:fe1397131aa0d447366fd627b12582ed647551ad3af13375f8c281ab73745f0a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0857a5a2cfb5c277bc2d2545fb19693f23285ccf6b75144da8fcd7225e1df1c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:43b36fb1f7ad271530f5ee9040cac4651a684e0e08de2ed90a2939b736b565ed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:7f86439496ba6573ee1d61b5f4d414dfbbf65a95526cdff54e45229f01785517_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8094138e4ed2267cc278a83a1586922c957142c9e5fcaec62db531c83b79566d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:309b1dd27ce0c7dc332c7141e576642db4aee6076ce50ccc2930e824f02ead2f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:35322e4580b0fec862223f76e0bd3c95ad0af31f3d4cdfd6423d3ec47d6e25c8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:699bc772c8a648f8be7d6a5c32d786d8f6484e584d918d68ef8a32cb1499663f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:779afd8e0fa21d022d7e75e7ba8da00cc7604db1adfbbea879bfb1d0f8c9c831_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:49e98d0193f7d7b4347043f0655d350a7a0c0d8c8b850d95abb57acd13dd8ac8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63e308cebeea85127f584610f59cdc9b228f01b9acb227f2f6eba7fcdc29b1fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:71f9b47dbd3985738259a6bc9a5bbdb240fd21284a194b47bb78538f8e870cac_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:9181583c88b3be23253c76e277f140c0a1532c1bff7d62cd0da1e14beba1aab4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:0f96581804dbadea29d9ef9a2a952753f5fdf295670ea0297622214e2a9b7d0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ae4714025025642ff5d9e250a4715b01d933487fa8bf4eaf82629ebd6d4c8702_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:cdb096f05b664fb542bb6eac3cce52c53da2e4bb636189bb53f737d3075615da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eb9908581f71dbe01d8553e494ef022417196408e9fdbd32f08fe1f5b9c9572c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:08725f7a384b4e72a173141cb35fb67293385ed72d973fc4d497f3c0f0dc626b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a322e3fc620e914088fb5669f1459a47140abdf027bd011d6ff4e5b3e6b909b9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b950e80fe164f86ddf624c80210308a634929ab8eb493496ef86bff1c5248fce_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bfc663a0ca81dedf849e89b91feb3fe0af97932fe8a8fc711d7ab85b6cbdcc84_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:13257447171d38e6e99c66faa476de6ff6ab934c285a0d1bf71fe94dbe583462_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:23fa493f397748092cd71c41b9d83d19fad6a5433b692bc644e30af790cf60da_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:28b1c9ee4102140998781ebef22f269316d8c2be2254c10b4d7151dffb0d37be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:be2175c2c6c9d882e44cf10aa85f1219573952473e893f67cc7085bf0a324407_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:61417bc1ddac0bc97c786b5807c2fa33eebc75f7cb186aaf9eef2151dbaf75a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:73956194247e000432a8c5f7b78255062c5ca967745ba2d97e680a06f698f518_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fbfa9ada74c4875985fc4bb8366d21eb5275a52953d44bc6bc740d48edeab5b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a545c9c2fbb36296286f684e02f9a5bc337b3c3fb9c83c608c988c88455f9bf4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:34a8a8a4a62b36b5e0eb061db3d56905c8dddfeb2e7a7135642f947ce6bd01ad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:41c2ea14036c2f8639cf0dd634e327841954eff4529743fcd10e8475546165d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a884f443877c7a3c0b32dc60a79e1bcbe89036549da7a8aa4608ee2ac6460765_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b28e8574a1d3b374ac4a61ea4f3c16eb70d9ba7385bf830c8698f4490f8fd3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:8e245c278c66405066cb31e9d48e97ad9cdb826511bdb1104807d26f896043a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:380e3045135a40d202f330002512a5c499d8d2079cc38e5c0bbd5a2312820dd3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5d06442daad2c126259fa5d594b53329e386f560b77a475ccb0cc37148644a5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5dc0ca56deaa237fb0bcddac8481b45d3ac81609b36c3b7bbb6cff8456899208_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:aa669084fb336f5d89d86cb58aca73b88d6bc4b6505eac2020664e0b6abfff6c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8cb392862e1835b610757e822332074ac459c593e9bd60fb6b6f6d0aebe577fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:987afa1aa902bb85d7c2d96f1637bcd19bf21eb832444c98d30171bbeb746751_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ad2f0cda09211f3e0aff615306168baf808e6fefbf1f039c3ae1a1fa7050a61e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:bcac50d10432ecdb8bfe2b465ba75889248ee8595f23c5243d023ac2a336f3b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3cf2d6f464e6a2fe5b4a8cf66690b3237aefef0c825a687a548f81336507cfb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9bd17213796576ce4d315986dc0b271011c37cd6e9ed75edff5ba80c3302fc26_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3205092b914bc1fe858b2ede7642227e04f35d06daec4848fdbbc0406fab4a03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a20ecaad93b15b869fb321c7503adcddfe1f0f5eb3f0f6427bd363234010853c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:57259db0550547f85684c19078b9af82b6318dca0c00ef8da27de8c8dc90e305_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:a95676fb6c1cc1b20cbb758a7c9fd34e82b3e114b81b5c17f47ef303feca3d51_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:49026487ee6722c3d438c05c1c181a36d14eca2f0d8debee48e4a02db0486145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ee65002c4934842ad86197a89e838997bb87a93ddc9de3423eb2af282a565c41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1bb56a1a194ba6f64edcdeae267fecec590c14c85431ba62ee8c6b5744da3a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bf72f3bbed57cebe1deb7690cd7fcb6d371e526630cb386d13180726736219c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:81afdbb2d9fe212af38a11b4d00ac952a306e13f91b23b2a081c0393173c5e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bf8d63c933996abf39eab9406b3061bee014d766a58f4e27a56413652d319a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:4a5021268b1ab163318270fc9ef07afa8a29f288c95ea69700c4bf46f88e85cd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ea443d9738e4428b6912b47f9c1d8d05b75cf8b137f0f9a76f852418b33b989e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:00148cec706fce87b240d38dcc91434f3c167052d5860d42ca9057e24c3f35eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:7996dc231961eb51daaceda9598b04e4bbe7d0e4019dccf5adec8a14d6f7e1a2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5c70298b919a36de41bf25d870bfa3da4013d36c6179db3eb6dd2e67dd20bff1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:a64777ab69af6f2b6cf4b78e5a00148e98353748946991c0a6da7eba76b442dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d4b6a07334845b2938c6d09556cea5e0477d13d4be6247bc9e3fede2e46aa3ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d5e665b41152b8363b4b15973a7b86365bb2c047366aa69bef7e1c499cf4fd3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:1a29c30f85b9bc858f0c70ca5ed79934494d92849f23baa6c7f26f67ea49c57e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:70f95a8b240afc604ee9af621fc3b63adaf80f593f3131e7ed51077ed2c77a1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4d217b45b97c9e01ba3d54d03270be07e9659b0d4313fc85999aa49fca560108_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:634f48a37ef03dee1cc0c0626c32aaebb8f9975b4640ac540f02910bdb3b165d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:00f06d1c70494444172d5630c33e1c93c333a880520bad3a810f96dc69cced15_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:01ac79392fa7a265608b75458534bafb6e5d350f2e8536bb9de48566c685841e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:12047af5271e61b4032c04c98df9ad54363d6beb13b36f49085307705677e345_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:37e5fa3bfc88e99fc78f2ced6cb4a99f5099942e40158dfa6940784c3d2ef95c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:54d10266c83c4d5fe91b013dac51538493ae4a4322c925e561c45316c73b1e2d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f799d506fc4087aac0eb4b2c2d6c8e511b598c6b3cdb1ba5ee470b787759fd8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:061d1b86afedd409ad4947a8ae59064f0fa92360cc82f640cf124776753ea3bc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9c7fef9c0e22e1721125d5b1312e509fada544e1d3d956338c3638aecea53dad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d3d951b736b910437255f3455b76357bfe0111c257f5a2d8dfe0f9abacf30fe0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f7feb8627754651663208ebb363a3e42e1767e16a65914148ce0507a77bfe795_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:23b0327190559517a3526d2500534542e9a397210cc6f663ac2b313aee902e92_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2911daa552328c8b01b19f91ad43ac54da18d343834c48ef35f12adff8077785_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:43960246dc7eb7bcef847c0d706bc6b0f0a407053a2cca7dfe27fce23c6d2af4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d05434d4552d2ffdd45d2fd44b1b2e2e8976a15f0f4ae59ce7dea73ca97dbcf8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1f7e808f97ad41f4c301736bdf2e06da73f2d0e3ef4ca838f0afd65273db7c8a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5553003527f078011d0c440f86c1480ff4e62b318e98ca2a4af97b42e5e186d5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:582a4e6fadda74e5c6c49b605b7967e9d6f25c84ab3de162c30931b1dcaee31b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6d54aaf9249113e5be1b6a87bf439ae778918533077a41ee9442396cda4d2642_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0b4378067622a7584c3be2e5e5d8748a564ae7672cc882bec0c1d6f4f4c28686_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2ba6c6b021db9b58614b1ceb9b736978b0e3396b04dda4518406b041448dd5cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7f7e406ef7b654a66bbcbbfa5326ceb1ddca4a0236cb60761a0ea48b919e8571_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fc403f7babe4eb16c770c80def94f34696b3a8ac55360b17c88edb11b9ae5a8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:473d595a495e4656de14b1b22456ef1ce2218fe39d02bf738990c0be4cdf5440_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6b3fc95809e8ab1be94de33cb375207b4302f93dbfd51f2a67228025c1e304fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7d0a9db460cb1d4c918f87a02979048f170f5e692e83cd517bb9b3271aa06dd2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7f1e2dcfd02a6a5fc56c6665979a8981f11144a5bcc6419feae3964b190583c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:775213a7b6d92d23694dbd1538727c84ad58c6b8a8b46587ff7bdeb7312acc05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a649eef7fa6148524b1f3aaf18ed6543f65ef91ad21358cb0af865401061622d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c593dda5f85469eb4ded8cb6c4738069d48a144823a070b83b58ba7772ba0e90_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ffdcf3c2b138b62cfc84d9916799812ad73fcba9c3416d7442f3686417c85932_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2e1e514d9f3cdf5f04ca924fa98d036988ab47259be5df67497931321634f730_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:32e93e986bbf92dd3a3e09f9c76bed29334b5cf794e18b843f81522ccf43697b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7bfa1c21aeb7971fa978d49455f4b5dcccd4ccc3de147ef47c32e9b74bcaf2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:dbb5abf21bed592282f09e30ba1387b084eb028bd931df5609c07fb8c09a0d75_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0606de7cca514d2b4ad9593d7f37950512741cd8f1597b1f83951aa7c8839268_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:116474d2dd37c159032b15ff856dffecad2ef0ab76298bc43f840bd0245ec78b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2e887b0da3269f28933bc5af839ea2df95b7aeca3993cb31b0a1c92e7043cce4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6029166a01da021523fc720ad70fc59f449684e577f9f5a36e0e759a39d0a28e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:849b8be9f7fc785a70451c1c0704501e2b449650acd23d450d145da1a760c166_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9c5d6a2d314e840600ca6bd1354c7dc6040fbdc216166418485d6edfedb27ce0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ba10e440e514662920d68ac025d5f3841786a393703fc2dc0ee21ff1d2490015_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bac1799b133fd829b35ac619a25a272301816494e83be5a251f78a50e7fb2f88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0469874ac135c41bb590ddbac02428775083221257b6904fa376335610c4acb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5823c8fa1f1409d6863dacda718e35b7afd2915befa21343dfcc68b6fef7a9ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b38d3723f2547dc5676460e3738420e243c6fdf7be77e54d18657efb9668c438_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e5a5e4c1a01ff3f5d694ca26dd248533fd463c85374c25ce1a9f4b7a60deafc1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:19f94467c811e10882e30eeef39b1266b83ee417974aaf62f75738d51811cbc4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:47487ff8d0cd813ab3354061caf319dec553b1cba9d5c1045de710b8a6d0c51d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b3a0104cb85f1a6965eee44fef58983637839a1f97ddccd737704ab41cda3a25_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e8c72b610288bdc44492ea0a5c2fd66cfb1673fc06f6bc66831fa84c96f86543_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1a9333d29d3561fe95488f3d80136d6b24b4a2e04472d37d34737fd1032a8856_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:705d146d458883660aa0b673a651d05d1d1ad73bafad91e84755118b82092ae7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b9265d767c8a6786f12dd4788377f1a316864863a32de4a4ec07ffc8b874aa00_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e3a7bfabcb96924059fb7906be97a0ebb1df35c6cad39a7968a6461df0cecb31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5c015e1a10e5f14e82e30ba41b1ae6a82cf5cb0bc631f5137d7637c44a3f5b8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:623bc4c74b05b46babba7da628809bac05b48d8c4055648e88f0db57c1bb0e07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9502a32446a8828e8a1887edcf49034e874ea0e32ab5fdb738ab89e77cb5a472_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ec7b6b83c8e934b66505e8051e183fbaac54e78abae5ae99077d4e5e163b4529_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1f15641123321a662f676a46a24f6c8066bba6e3730a3c0d0eca3ff8e548de23_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:85070876ada5cb86e8c585f3ac3114d548b189074723a13ec5d6fc6be25c9964_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a34e14a715bad1d324f9211d95c56ed387ae51b24b21ccf931c12f3f7b3dcbaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e12ce561e4cad13a5d08e8164060bb74a309f66047279a26dd727d34ed3dc16a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:67789c239f82fe3649ab8c0e13f920a788a3612d15a78fe5986a852bb2d11a0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:80d704ed310acc3015748815351da4b54fef2d8b74d7d4b03aabcf9fd7e60b38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bfbcd3f502bf336124261fbe51f19e7a4cb9e9132e07da62354699b30cf6ed24_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c1e371a0057014662b91736570bf25fb1211ead7402154a1149dfee9e55b994e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:175fd0386d9a4e064fa760f23ecfb45ac6ae3500e5a50acac0660d06e5b7ecb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3e9811dcf3c528ae6f5ff86659dee1a590c2b53f7af1a03204d06fc3dc628fcd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:68af6c6e7f51523ac223f4e25955cf3777f4ae5b601dcca7c6ec7e2dc0de0782_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:8f1b3ddbde3e33dbe01816bce0cce7d7bd196cc04affbe606fecfbd8ad7b8b17_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49699de68bf38c34edb696ebe4f9dc608756382a977f497f6713dbc7b6e1209e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49c32ab1927e0969508b906c14aafcbc64e6eff7680b9a10812eca4f17787921_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:86135a8f7d4aed36e7b2a571b431b29eeaac2bda02762eafda3e22a62a7a2d6d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f2dac4ffbee9d028b26e683b63a9f033ef8609907f6c498d42c447a306e75328_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2884bba195d4d635378b0d15efa54991a23f51bcf4efb1095b478f5cd9c34f46_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:d84853556ede64db5615eb4d826879c744f7ccbd92c51ecf392a686af854ec11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e05dd48fc4c26b5dd822ee58a2af27bccfd0ed28cc959a6fc05073cec6f7c9b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e202635a4a52be92b47960bd8ced28634111416b220cca5fa7f86373ecd1210a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ae36d953c8c7f73dd78d620f94a0335ff5fb84b16ce9d2dbadbdf3dc5d66f6d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:308c924c44c35b39c66b429a15a0343a47f7dfad62dceb76ea7acfc85e6bd973_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e132f6b0a6b4e2dc63561c1ebaa0bd9fc669a835b0c22b0d56599e3da870231_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5216d36dc483b1368a03e00dd9dadc7c75de2bc36ed98cd7ea2b089cbe23965e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4bc11f6ad7c3e9c99e708f7ef5a01b4faedc8eb5d2de5b0cbed502395958555f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4c04a50ca49fdc521da592b9c326e233763918fbfd6bc97e001e0e680ce24cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8ba4aabc0e1e36c3ffe66b55c67ab8c305f64aa6011f80060c5d95ce91180c5f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d259704d34b605abd3568bd4c988bf9e831d80554ec2d7a57e7c39a70daf0140_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:14c55985b9277766e54156139f0949d1e3e5f756ade34512a3d5ea3dfed2c544_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3231ec9c296798f11aec6a285b0a8f7c5cf220534d0525afa59c17ab2464abb0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d8767e4d0b2c8222748319f05483bcefe50388abc182a01f3ca9dae3c80dce44_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ebed5c3d8e112fc5086208b4b4c0aba054a0058f3fd08b71b129dc124fa00f99_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:26dccabde8cc0d1ad45160677fe240b3fc098acae82f6d095fad08b78330453b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a168025d531f20656997ae845a4930919d6805b7f9374c40f7835a93aaa46b27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e696a8bc54ef8a13800b2168a395d2cbb08678403beee2dc52c56d04cb235759_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ebc22890c7759ec9992b64dcb0e388881caeeae333a9a84a50dfeffe27e38b49_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:09319f1dcbe090d9677a43249810dfe5b3eb165aa3f8b473417e0913649b1556_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:46a37e99da18852f5512235589ee86dde0db6c09d76a49275a8004422b9ec303_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:535d1b713587008fe67eec103cceb54471f5263516f5420589cffe1dea02be93_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bc614ab102efc7dfaa47fef84c4783da26548491e4c43257bb606a06e8d155f0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:08cac9e30829765f182624de9e45e59b40884b8c39cde60528dd27afa57afe72_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:13724dc9eb7247844e450b59b8cf3af5e5f486e9558942836ab60f74b9943291_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3e1a80763f76f622b5ffcdb35bf2dc20ce1e9c06c4f5f6bf0ae06b04134733b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d077c79741fd0c481fa6e1aa2c479b8c5b380b1d1f163259777c8c50be257709_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5e82ef0b9ab6d4e3b7431a7611bc563f356385dd8927855e6090008685f1549a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:62ba53e306331c1b20cad27ec31cf59687218f4bd5908ed7e9034559ded04b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7664e74786778a96606757f1de215a4a9702d0c9f7cecba7bf8028884a7609ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7a967f88faccfc101b9388f8434d406acdfc85d7d682f9ec742d59eb31074fc6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0e05cd1eaa2b9c558d22892495f090b6b51a316dc56d85ae825b6fc44611b6db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:445fdec85c2510c8a45b2a830ead87136bbb80bb9244987b4d6ffa5858931926_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ccae4f8f443ba6806ea33105d7dc06002d58914626cb9ae57476b29193761b53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fc0becd36b6fad4911a5b8c9a4693320918f7f7e6336c2b11a76adcb6d1eec36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:652f8fc874b95a56393f14c2b56a63faa64c04f6646c1786d07eaa272a9acb9e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:94b9c011744629b1ff6f230e25f876f218ed59d55a941377797f77cdb7c03e1d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a178a796ca9d32ac59faa5eb9a6aea30f1aec65d88f89080f57ed519a7983f05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dc8a79297c73782f5005075332bcac58b051a07d2b35626323f9b69ee5f4d64e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:03d66c724cb647d4a613bb48c9df6e9ffaabb68c8af5a4ccae45365e32456470_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4b9510fdfb45d2561927843dbd7ed869e2f67d9636e59dfd0c3ee640d9fc601c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b3570e078bed53aa3e435443bffbd12a7b259f8dee9d18c0d79b55514a547b53_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fc8e892ccbd8d3c1e737fbaf8f02b5fa6bbbe242780c9cd00fbc5e6889d7baee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:266bd8400632ac70fc6584e4bb2850ebcee7027ff7899acbeca612c6556302a4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2c8f351447fffc2133f339c6ab3a0bcd9bdfafad4a4cb5b7dd2abc32c6056a92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b8d2783a76f514f9a4e8096434ac205e1d82d09da2d67fb930a1b5e4d8089e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:74fa72db679ef47f9a3e3459a90dfaeafcb6db73dfe15b8933767e2f9d19c448_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2b5964f6cb078aba05ada42f0c8280dfa39f9f80526932cc5d41410922e4e8ae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:480b27e9866ca8dfba83e1accd427d4f6813f4fb7f612854e32bdffc10d7d5b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:91c7fa7b70f2cc82b26ac16f91ea084e15a4f5dc64f254ed878c25dd1170c0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:edc297cdb2f670aebc1d3561d801840ad029e8777ce45724066e6891aabd60fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:443e0dd81ae60896d31f07ab49611c5e0629746824df094ce28cdd3cb0ae1d58_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9b16561ca87196e3dd9330184f7abf25e97272e3c47d2e8d594e3095e74f815b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9ff62f63d487e25a750bad29314955effd17152bfc534ff698963760a2615b0a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ab506c549b676ad9d8dd179e2ba871a12f2096ca2601ea2a1f2605ccb849dc6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:08758e6b81d6679b095a8e7fa323870eab35fefc05e525c6ef810b6cc0b3c0fd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:af87d24f6540e5c98def879ec4ea8adeb5b138e41abc126b2c3030c5847fd0b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c5e9e59a08d8940e99da6bc568269eaf71ea8db62dbff86a7f6fb5dae861e323_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f5122187c85ef27f5423ada009d800afa4800e32ad1ea3299586fe64cae8e38d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3c5078d135089e1548b4dec49b7e78658279e42a72792a988447662534b6516e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:56158ce0af0c0eb9709b2d1a172201bc795ed6e5075517b6919ed1302399d6f3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6720c8097a398327f18a5c84c28f6b58aeee017199c2649649a1f159b8365838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:89295652b447f42c6a0d6e1299f63b04016f10ec8faf6372357294a14472e426_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2baa85e44cc4ac6cb825103508c5bd74e348609eaf53ed42c6d0e045dfa62772_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:61283f1fff1f8ec53563012a5b1fb5a48831f0a220d3676b512f5a60b331e849_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ba258012c0832c57b29785be805be44f0b5f8eccaf76d82d7493946806eafe5f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cf3bee6414a87e7f907d30047ded274c488239af5b1f43ed717ac2cede29df86_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:40854e0833b6cdfedcf275cf716e58f3cbc5c44be313fb83ca3e909bd80d0b08_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4d6a10dcda92c599f52977c71208222d166168b29da4eb4727c466e7eb53cdd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7be4c5ff86b0e939ee9f22156812fb98d2f96c1eb4567ca8a6a01ea3aa735dcb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:83bdc9fa5d3893a973794dd7162bf9564ecf68ce44814349a621cbc284b9e61c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:993ba8c1dd84e486fc4084a7786934c356a9b12ae86155134fd1a1dc1e5e3f2f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a64dfd96d3aacabc8f219d19e6d7eb0c1ac5b68b49eb93fcc973d76e67ef1d34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:ce306e2cdafabbaa29467e0cdbf316673d17180efb604e683a7fd1ed7181c6f9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e6748814d950e6f5e370dec9cb7d557fbb0d29ad3620b567840770be826a601e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:04d418560f90c35b42be67886632615d62dc89cd37fcccb6e247212b535fbb7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:40eaefc42c0f0b5adeb47bcd463c2e2a45e7f3af1c0fa4cb3fde9c5479660c4f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:545bc2a7b32276bec515f338aea3a2976c01cc787a559986646aa6fa26ad5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5a2653ccd5dc3f59a228ee8b936460575e1a392d12287661b1dc83a9f8210033_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:12e5e4ea4d19c4dcccb35dba161fdba8a703ba6331b11054e4664818737746a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:180e817b55ebfd081fd0305f63b3e0539fe8d13d1ceb8428ea21e213779fd056_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:92e8693b9f6955f9862c8b576f5e32bffc3bc34232511fae0cbe57d705bfc53b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e5b5d4750a3ffe24b1196255d4cfe15b21efd587a41736307ca8e4e61a4936fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2ca8a85fb07b431d97ca6a3e3c18f1cfaa20883c7076d6b5b4e6942b632f9aaa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:559af5a310f0923dcb4ef9389c51c98604cf44642a13e8ccb46225b4ca268580_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ae056c9c8e0cdc6519ac1a9542781cd54ac2ac8881f513e965b57ce7d1e5ef2b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:deb92b50d5948bae13db37a7046d9b212dbfd3ddb1063ff8a5e5467f0cab203c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0c4f3cf84115f8c9b9bed6b2dd5d52316eb3a9e670fe6b9e28c2dbc350392e87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1142ce3f8a3c1c2a1c7dba79ac2c3b276a45fc6271ad9df9e6a5d8684c36da2a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d9f2c021c17f1416e01ba31a8823b7a87724fd96d7ec99d494981842b5d452b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f3aabf75e838b4a941f64a7a322768729059346d7578ecf5fe7ce27a71876fca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6389373ccb2fbe1b6385ea21dac1c0ca918bf9d3889ad7a738de6be5d7ec4272_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6449fee9a31acc582bb85e0031312e3ff07d1f1843a1c6c410eb79cbbec1ceb4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:751f007afae9f16527e9039aa95c2ee6efd2ee20afe3c083ba7298493d2406f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:afc11a340e28d4100c31646b705e8db302f6b0a96ad3620e07391f02a70438f1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0673d2034e7e5fb412a171939379da14e9269dad7bb53e83be7ecf8233b0b5a1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:18f0345811215feda18d2b63f679ee870e76b33e9f61042d93edcf36fe97df95_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a2d247eb696c80e02bc8c1873e8ee0fb71a1e5ad6cf5cd84bdf504f4fe17cb10_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c342b14ff399c961ce05c1af127244b950b8e9d641ce8752f9d0f880ad7a672b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3d9fbc97d13987f28ca76b3e238b540492eddef0f302c2dd958c1b0d05e10941_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:47682d4e934d597aaa1e809011a69afe93936fc629ad3dd1ed76dc7b073f7ee2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4e8d3460e04e85a3e01a578d492499376787c85f2840c97821f11213862239df_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d7b99cad55a1e1d380d30d0d4a61bc5f0cbf3a87223efada3e69bd9b0741d3b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4849bfa8a48c7e7d264fc6ea9097fa9d33da25f75776619976e3204b42026cc8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d7c3f5ce57c0aa25e13ba9484facd75c5a1dc3caaf9be4d0f273243e7ace327_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:78aef6c20ab3bf78eeb8b8a857ca2a24067d45cea0a070c44d3fcedc00d4efbe_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7f33515dbca04230d98550ab638efa87389629fc7d913c8ec42e4b5bf8a772f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0251068577a1724dc777683dd189468ed77413b396614a117dac6b4320b8f01d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8812fd85c74fd67a95afe09c2ce5e7d592eec1e25fdc6fa331a8bd41bdde0cc6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:89e0a7e0fe060abb45a6f8e6ed1906053c09f95c252ca7813175903db61fbc99_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c3674a8f28935f3140fad744b5a178a8346a9a7f79f6c281561d2877b38c4ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:13bc0d4f7d4508fafca5a3bc61b6449a056e277da131e753c06cbc1bb7781b27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:993a2a0b3f84e071560f6fc1a3ac243fa745ae9a7ab15febbe1385437dbd3ad8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:80fc518199cd3a1ad421b142661f0a85679b12b69d0afe580fe60eb6a13ddad4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f069665c66c19d9775b70a31aa7a1069bc653691f6abf106a88b2ceb8c0e1ec6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:13ef0c0585b01c56b865e029d029a553b458fd2d3d0204eb6dfba1bcaa11ac3c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:599d33b55e88212202b15f4344f7a18dee4f4504b3739d6ec99414d05bcde2b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a751f1f0540505bea087d3ea9e6ba798e89d5deb772cf8e401caeb3816a563_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4c26bc366b267d444f448a4d7bd5a0d26f84bea653c14b261a829669d888cf88_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8b67087a584a2d952a6e80572686412cc8ea01f03ec8d70b56cb8a24a0c5a3c0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ac1123e890f0aee159c9105e26e1f1ed3ba5eb3ea66b422b281c3e9465401c5c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0dac7821ce2a3a5a180f53f381d9e61484cd8c5efab3c9a7dcc70b5783421b64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6b30b39205367ec985c4a9d948e71d378b9483689c3ea179cd0f2476b9bfaa1c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:de903677bccf645889ff7968ebbc052b14273329c0765f7faa53b0ca815d6899_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f8392be7a6f5223930d53ed6d127faf727489b8f5ebbbda6b6b437c529e3c812_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:02ac68c83db9dc50cf6280a418eed9261dd2182bbf51d16fd143519e49960b17_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3746261c5d4744b13d4704c822fd62ce1f486010176fdb3bf95512c72eece73f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:85e34da00bd6d290c04d8eac32f39db59b5f50fceee9b248b2cbe27bcf0e7e5a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c343b119edf863e179df865ccde0b665b87087d78b20919aa5726d8fd240b344_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2026fc52aab5a6d7766511080699112f32ae4576108ff95b0eefc5d807a14f25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:21b5298172f4de1e0074c4abf5e4abf27e8adc02bbf7ee49bd3388f7127d4901_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:42f8af9bf66ea72846b7f7e57652725c31b01fc4a8d39ff7e7882075438c521f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9c5711087546b1ba7cefab267b8aa30b54ecde5926f009518cf0db974ff84c3d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:373c4b7507a978e3dd62e9ea629d1e397b1f1db682e11ada1bfe5a0b45afc782_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3be306649df2fa3cc9f30e60ed5d947fb0678b0231b617eafd3b1593d10feec5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5b01a896101a5189740f84cb1a83edefdb0dc00288dde725ddd0e95480f8e1c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:961dd87e559779e6338a4d3d35c96c0ce6ff7cb9634ce32d4bf848032f4a2fb7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8799db20cca7be653bae6b8ac5adc1d628094eababe740beb5dbc27e05346872_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a36c2b308515a293cbcf265af68ecebf498739e74ef11016d5c0edd3cf47c4e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b86631d6601578548af20a28d132a0503fe118f53d7596a5632ed24ec5a9931f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e867bd8b76b5bc1438a7be88a30fa7707edbb1909920a1d4d1d0da0ddbebdb40_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:313074950c6dec37d29a9722b58ddc951aaf67c27b47568039f29f02f2523128_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:43618db20e6f592602096897bc89eaf3c58490a362e91e3299e20bb2a02827d9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:705f4db2e969d23205de87db1bd7dc8eb1ade64a76940fad950fd1a214dde6e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d2d5ee5893ae16784051d9526c1feeee3c641fc3e6f337ba807744551c00ffa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6ae5cfd48e788096162bc4517f0466bf526f16c84bb61072886a64842856c5b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8004e7284c63cc32a05f6de732791416d57d62db041ede2829d4797139094292_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8137c3932f344ce587769bff04355ad405b6ff27009bf23a221ba52f3da56e1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ef15235cf21f0fbfea74089f75471b483a98c920b65676bb6199c155fb61e929_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:149cca2af3f89c7d1e105de81bbd098c66be5687f18a584b644f21d0be20f414_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:33fc93d5cd30760383da666e8effb6ed32f4c8f2668da36677e98c1801ef4f5c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f9c1ee7f72c926c45cd76c12046b867d9efd7c3c381f34afeeb9b6e97751175b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fcfbae71f81307789bec93987c4523700c191a66663ce53e4009c5e0a8627826_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:04fe8c19bee4b629ee7f18a13dc0b7f49d6a4b6e19d204de90b6b2240b0f875e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5c9662139f98817aafe153a43f700399781d079390d5ad23d3b70fd6ac5d370f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d1147830f896fd229aadd2b766fbb4c8102b35a8edd4d8bbeef4928d89cdbbfa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:dfd0cdc29bca0a2239ef203fe7b58efd97ed4e72daed6609e22b20babda395fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5a9889308bcd1c3981072c83d44206d0c3feff059e0a2029d49adcb974674c95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7a715c7e2a8f54ccee42abf122b0028ed19705f401248d8c38f785d960f1b116_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a67de487534d03cdfc180af9d235edb21c5cb71e1224bb5041fcf2b9a428732f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:b3780d23a2c384ecef73c806cb20d7f97bcd11c12b6392c781c0deb7ceb55df8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:48b5d06ac4b35c2a7bca3ba2abc39e3af1eaf4ecb19c720d9b6e46b066318414_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a6d7d7df9078e9d1cb0f12f9ceac12c96bf2cea03a9085b23c3e4af6a456b51d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b757d11e5dc51a5822d9e30e97ac142cf004fffce87ba2e58b8d62926127664a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e61ed19beaf8352dcfd4b9478335a364263cb9839f27140a634a217d87d331e5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93baf08acbc6875eb2b665a9ef3601ca34b76767cd70a172dac7237f21b6958c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a5f2c2debb51b8aa926ede417cf9fa0e4ebaac4f5bf9e770db55a25902a4a3b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:dc97d5c1aa80515080b2b4d16fb08ee4733a9347eebc8427f10b7e70582464ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cc1559af0d7be472ae46be4552fb41e81ad804d73d1444b92cae4485118c6773_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cfd5513afd8b2b5e22d5e384a7f769f9c04709d853feb2f91ef667d804cf9a7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:febf2fb95748ed0c440e6acb72c40d609ae7587b2665cfd7145c878a2a0b5783_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1728f980f3ebba7e48bc0e8cad114db1e0c06f692638764e30ab990f45c637af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:41508513986b369c2f89c64af84b3980b16bd2432130fb122d8c1346f0602894_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:650f08f62aeea4bc954e69ed88a9f2f14d3c8f733c155d113c0c58b7154fec4b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:016fc7e804acce7a8b8df0a02bec320c32f9ce6224ae67598a63992219a77516_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:081f9cfabc57aaf4d19df8b496613d8aff54ceb265634c904ec7765c810b4553_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6da3ef092cde7fbaeee01c5d6bb0ca5d52af3ed8de458ecd3001bb96262c1ab4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:035d07364444ea963d64515420fa4005adf82c44b575555a074149f67db50567_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4e09fb0bd709d53a0abc6326905cc43ee36e6e4ec5e20108efd1ffe585b1f2de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:53a5f81aefcdd57ba33c57c02941803a072ef3f1b8467baa3c53c7e073a9ea96_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:cb3d2ccb57987217c75079a9c10f230f6a7de9ba3b0fbd87d8d3d5c71f8c94b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3472a8147e06452751999ae2d041063907f275ecf429dcdcfdce88c8a19a17da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:61155741778188324e0616274f067ec36723d0fb81d84e9715f72ffecfbc92ca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:adfe8cb84a5f0a241fe69ec532b7092a10cc274cc3aac2b86f33ac8e725ab2d8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e704c70226ec4986c16166ba1ca54b908d1b6d9ddd47640bd5ab6d292f977508_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1d63a1d7ba183c49c69a6ffe5a4584de5282029b0b2c2f3484b4f4431e2ce954_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:441db8762a583090cf4325377b0ee75838452a601732bccf4dbc57f26f6a1a90_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c5c52612378ce1f2577314e5723642237c9a361506c448ca80d2a0b56666a1f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3b9843a117d6a6ae28222951e1a556d3888ceab2ff75a082a06343c8030a5ed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:236fa2dfd935db687e786cf827d88210c2f586d2d1a93e610861995908bf2587_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:647704923828c83c6ed3810e3c4d7456fcbe378516dabfac30f203a3bd3634b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7638d755fde7fe6d3c004a6f0f7c761a9fdb75a3541f19a792c3cf8e8bf473d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d2eaa5b8ad9464732265b84128b5280d725feabb2d4b4cef0178a317add66c39_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b659f5c6da6f73bcf8b2850f0172358816bd68fca721b65a9a70569a94bc90d7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cc867d49602a6ada5de7a783136b6463c4d9adee9877ae1966c016a08ee8e87a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:6fa614240bbc1932f65f8cc9215d2baccc05dd1cd5586fd308c44d8a94447a45_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e85e957fc16a36b5964613a99fec1e7299db9bc63edd86ef965d879a081b64bc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:14b02010250fe10ca57b2dfe1046641aeac31f92e5691c067b3990383967f0a6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b6b13d29b1cb9c9bcf97f2daa289669bbd9ea501430e51652bca3d50f787f23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a8ab293c4f3c6bc251bc91466b7586e5499b6e198cff46e50f6a65d97df60f7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c5d781c35cda14ab70d4a5bde3bf72df0a3956f5cb159645e5337095bb71c5ca_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fadba956181755cedd19d3d5b5ee3da0222daa1dc609b629c900a0052a4cbd8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:2719589f19df23634ec3f6b578f3fd2e827440675b72a69b89c9d78b1310f98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e1fe563643282c027ea829274a1945458cdc5d079bf2a2b7b0a9982a5cc3720e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:28d64f60c216f77e3e006012a403671463b9dd90095e19ff2dd027def6abb511_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6d681aac67e08e2ecca32415dddeb47df6191a99f7a8d7bc3bf1697c6a26c1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0d31a90914ea716508caf180e30fb682cdd8066da7a0a31752be9d86ec9c777c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3ef5a3798abfd3d9ec1b6ebabf3ceb32fa4057072b2670793ca119f556c0897f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e2c62e4b87e0536d15ed8b4f2905930a750f770d5c6d0168de6291d92c51f9a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ef5f4d7e3c872acbc4ee48bc91b5835dfef66a698287a95836344c1587ccca69_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f5f049eb01192eaca548f3585845ed6a530934d2eaeb422fc78b657cabb1f57_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:740b0d9392c76e433ebb7762e57f156a0e2ea1db37ddaed2c5b8044ca092a357_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:da9ebcef147e8d9e84848454fe2b8e259bb549bf0de88ee960fb48f6c8051060_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e8f942ece24d15ce0c4a31f731f2060b6e3874a2f486b2dd255c773fb1a55f46_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1b4fa4d6ee3081f39e54b4f910100d210da682dbb0f308f08107ac44e7338d3b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:571a51e1eca0f31f273be8cff7ff115bdf192e14f5d510705ab7ed423fd5d9e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6dc96b2e8156e7e42f758cc28302a2e94e8b3888970d03a780b1732375e728fe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b91654b9aaa85e13d262d21b949b1a96b386f202524c2e8d52ecb66c279eca8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:107c9dcda9632516721c41af941362ccc316d25661bfb13a7c4dcfc2ea4e1c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e75d33740c576321707835258793fe2fd257682099348a2a067806e764e1560d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3ed82adddc3da003bdb272e2a5df0317abe41512179cba925f65fb5d8f7c2eb3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c16e4af4e9a79ac2f1fa632b20e98befa9aa2953ef241af186edd226e39150e3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7b6c16881c71569dbada90e320379c2159ead0b0ed2fa2113e065b361bdf2413_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9533dc6817f01e377ea2ff7e3aa4447d20ab5d016d9145b97e0cb9e758c9a8ff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1285e63d6cefc0454a400b20a6e404537a8d57e5fb9b5d7ff1a75b61555622fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2ea17afe64ff273c9208892a59773c1dca248367c849e805dc78cda228aba29f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5f33ae81c766b0b7d9c8411dc4f6a0adf760221ed0493a99f1bea5dddb5de41b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9de0bd8cb41c5324718c8d8f275c612c0bfd13b322225455a1142dc76bff0a01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:2fee175122b1e3f74cd8976af1515c869d096da0bc4f5e9024b31a64cf88896a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9ca16ca048f3de4a5d9e6b6a38b55bf0b4a994bf7f7ccbda8c50c02bfd59c871_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c42a4deb157c31f6fb871bceb8c4401f44ffb490404591ae36110511f933f72e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f6d5c31b12c8a1a1e8316f258ccd254bf6bb8e49ae8a175eefcdf0bfc5c6047c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:204e84b23aa1edaf66f10a49432115ecb4c3e8fa34472a909e1c9a7a0c3f3947_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:37f226136e439a1b37fab44e06ff30eb22b1ba8f12eca9e85f59936c3d58acd1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3e385fec20235fd68320dd564c68770d91c5c08a864e3de41f3800937d730334_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:878a0a7473a69442dffd7c19132d74b29ecf765e3499d29f8da7b1de2ff6f439_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2b51546e56d1893aaa1b68c4e6ebb5479614d0402e840c8c850702ffb198036b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3aac893d87e5c39ae1672eb5ad48a0b9d02b49888fab57f8662e6dbb3897b660_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c5bddc80f0ba0e391b336de8ead2442d0dff227fdb8aef1874bc3db3101f7048_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:dca0c7b1c7ec76232b3d5ddd15c8716e04a8384f0a816217dec544d667ad2e69_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2551dc2ab6fddb6edfefc185f7b6d73ea366ddaae4e2f79d554f0afb79aa54bf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3cc6eb31325b1f9c9a2163c570ae1c3d4da7e7dcb0d761a0fa775b66fda9dcf5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:569965f29f668f02a342c0c7b4804bdc92354610e9368ba42a3ea5cc3172f532_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c4b2b0855c4ba25e150de01e54f0a84bb4c6c220b348945742bc0c18cc6d7dbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:01b6587f8b9ee398d34ed3330bf0bdbf2dd01c2fe475ed4d44c547401d1dbd5a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0fb7ce17c762a70aa16ca9f7f35e41d85997bb2bb22b81986321d29634ce9b3e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:60c4fd0dcbc1ed92bee7dedce7879893a23c9e4a6181e5e6d6a8f04880f377eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8925d5826cca515b7f7c05558406b3688a14963ddefa80f5b44500fe12dfb1dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:3d914112ad75b59b03d5653cea40a25d92af415ef52dd10aa7394465e6bab92b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:f8d52c53ca49b3f9847d2e568779801321307e329f802aa9456cd0dab7625232_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d29e5c26f37fc8212f2ff15cdac470982494be155f85e3c310b0c958b943f7f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:fc7a6712a6fe86a47b5a745e06a0c6d164779eb198f284fd0996847b025e53c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:32bf2e7aad1dd9ff5100500c294e343af0dae3d392eed27a1c0305198734261f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:54b4afd46c87b2cc839aa7d8b8ae232aaffe0f39846a6edf9d0d3228adbd7a29_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba41cc4ad0ea8dc731838e00dae166209a3e06d104e5cf11491639f82290eca6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a9395f57a9adc721c6e43e578957e21c8b9f18defbecdf91dc49d11044aeeeef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ba077da5ec7f147b51f0ee4432082aed3b7a3a541729913bc2ed821688723e99_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb48a38cb5d06b67ecfb4777c44d44f3e32a996397450e30f40e7ec3e340a56a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:deb40607f193ff4e36c684ce74167e67a7e96187f1a44a1f0f20f36572005843_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7dc856fddd561c1d29112b0b8d4dc39dc7503974a9ff563612e6998bdba4b71e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a3e01913986169c592bb770fc49e3875d46031b5788f983ddcd52938f9ef7a49_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c3481c6f76c644c017392c092dcbbb25a288acd14a9f01e20afd0d2d35e16d32_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cc440be9f6b3c5e22186b6d53a428a8220201ddaa79be39e19cc31a8fbd7b221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:12d7ec468f9634a53d053f3af7957c5162d92595fc3385b26b08acb22b7935c1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:49f08b645fc28af342483d9efaf2f607c9c2a6b491b477cdcf2985c44aa3e894_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d32cde1eedbd0c110bc10836025cee78421ec16d2924d30f5e6265591a9ec716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:df885dc6da20faf1903dbdac693889d9882722e8b67bebe35f624c11e4616262_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:16c8b8c6aee6f6a06367ca5bfe2be8fb85a05c3f18a819683f49d1a8c73941ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:376659c608333e76b0b48fcdc69ff17643284fd22fdef6c6998f07be54c1cf91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7359a62beac2d501d629e6768f1767861fdedc0d05f53a4424a2abdb3dbb6a8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c71d05c245bf1a4955f46c785d7264985e1f904de2a19972f7ce6209a3be0e4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:06ab376096238d4e04c9ab713d83d3cab5db769b5af1fd1c57ef2ceceec6ef61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2c80889bfaff670acbf859db3624951cda96d4ee8cb1560806ca4215e8c6c04b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:627c6b73224c3e37181a19cb598ef9a425cddc1d17d97b6c23388ec1345f6a88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d5d338daef4ae436780be192907d28a26785021d97865d8a95db9065734061f0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8e59a286a05743844dd1333770197161698788e0db4faf8e00cac6b2fb9a638e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9029d8ef1e4455dbc1910078afea1141f92a5c4d2c298ce1d9e4319209b55246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:da4ff38c7a1fd5adddbc0b0d3defbbd580197680b22648e2ab803c90c4a8c9f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f6c44d76a715e0ca38fa5e2becad93a2bf3a41fd8f181846e7aba81b0c579691_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:167937ed04f625a9cd2d0b8ed6048a5cb7b6d435bc2d41775d7db4dcdb5fae95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:176feea3131aada18df5da44af30a127f4dff392ce8ef57f7e0844969ec95923_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:17afd4ebbc2a5233681d4cc1774fcd70dc932bc10006235b11de8dcce826c2ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d3a98e507691edec50373d79ce9df48a71cb6a19a75c9276d0c5905d4f204b39_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1b6c3977b4835b0cd5399523dd437c230b992b77a0e7352b095d008be96fcdab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:54d79643f3a191710d1362d665b5c838130f3e51aecf1e27a2cdf66e98a3cb8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b8692d27a4799d20ce1a8374ba99f55732bb7db56cdf8f5b038424a086db614_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d196f02212da5e80ac5a73931316d38e9def9aeecdadeaf07aec685e661f9f98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:11c2a1966b0632e85caebc4555e3e2f726277175b27a63a5e854557499e0c28e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7e649963b5c1e2a7e8813569368eaf0ded5e544799d561622d469b03b9d93937_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a23fa7969c6a881648ba03ed1a13692c5db21b79f0608d841291ea9118548ed7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:af57ee131bc09ce55ecb3ae13ed7dc3ce9607a7438f0ac5a6e64bbfa000546db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:3a7644c1ac089cabd142fc1743b47302eae8528b13d1b038298f2f57cf746326_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4b5ee426703ecb55bf537731c39c69ab7f86316544cfc472ee77fbef7e5680a8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4cb60d36cc3b34b4b1496b74b9b2e68ff152a71d7f957b356311ea811bf05573_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f3f64bd2f70faa654f7134d803efdc032df63fd4ef07c97abd38fc41e625b48d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1b75d96a4cdcc3a37848c5edfe598cb1d99bb3b0707db5e3f62478320eb90f9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:876fd001172d5151ef99c02826f834ee4db4623b00699a8fb30d6a456a7a8687_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ba8fddfcfe0004287ce58db40c1092f2090b3bbb0810c277066aa2d97799f8b9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:bd9982e951fdc7259571b6d5983ea2cc44402cbea411ae9a6b135692bf5939b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a7a8d4d8adfd98d3a6e3d37644b33966f2c34ff1e553fbb5140ab9a15563e821_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b26a5a47cde227edb5e7f6e51247a6cd91e13484f6b5f7dc19b62f83b7478361_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ccdd76d6734e3a3cfaa1e432c1508c097478e842fd436672e57ef2563d817e4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:fee8f3b24b431ac2a5d4fa3d96c90c5e1aa68c08ee8ae9963fee457c98795197_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0e559f5e780f3849e73d7246176059360631d8c4a7db1700f6ba1b6a9e6ae089_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1a376560672f81b7596417591491e71d065e90672ff6ef5d37ed0785e9baab16_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:350a0360dfdc31eccadb0e8b9397d5a3436bb509999034b60e611428eb006cc4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f8b68ae48350a5aa9bdf47a36efbf661190d497ab5a139027a2bf4579d21e095_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5fbe979b3d448e36fac9615ccd96f8583b0d587d46f6b1b3749e85938cb2e510_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8d45dfe709ac701d6eb800b081947d39a855f65c756f31ae47b75be9fec0c260_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ea4fa6caaa81f207f2372c6179c3698e225658387549ba567c232170cacf8570_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8fb972b411085b4551e10adbd419e3cb89754ee5300222cc4fce27cc349513f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:066d438bdfa1626aaa7a0ee5d2e3222724f2f0cf5bc9a189b67fd5358a0a48c0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:747c142608d6f43952d315d7858f57edbd2d9de2d255938dde311ea580a329af_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b2ee2d0e9906ef1581677bd239073c09f93e5b720501e9001926dfe7db34839e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:bf0b42c5e7e51129966a4744bb253b7c336bb88b1f1a562e481f7eeff5428136_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:3e9309d53caaafc9b145f6b7fbbb8879c9f018ef226afe101f6dc7ab02b67856_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:3a558e248efdf5d3111b7d61e8bd471682e7038bd34c4490f8ba69b91b44f36d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1b0981e2ee13869663087d6504e0c0af6f2c56d2ebf81d72b4b7c751bbf6e500_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8073e0be1f7f7523880b30946f1b6868274c070acb97d9da2f5c486db99ea18d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8980be22bddace1adb383fc356975fbf0af9ac8a20bdc95b3303a80fbe296f3d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f4293de50825a003a825306a45612531dafce45b72a91cf4dd455d596a0c60ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5bc26795163f03947b3f42a5c8cc52b7fd6eb713a0fa5a1558bfe834c21edc0c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:7f29c85842a34554f06db311ef67ec08d1d947d32b4363d1153d92c8d13c3214_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:92857eb171128909119700c431920f543cbfc89cd06aa98db816a2fcaab321da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e931e3fe478f8f905855b4516e1ed9b33a161536c447025cd14dd68778c40fa0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:338034a3ce7dff3efafd00fa35b858c23c2ab284f743df414c6cdae455f8801a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f12584b95171f442bb3661c908ee43de70d0400c6273eb4e93325a5f3f167b54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f37f6568957ab825b08c2ce8fc6b32ad18f5b7bee50b24b1804e70cdb144e5f4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f949249e3847338ce4ae9b94b0d191edd3f316d471f0a9047f97e41e41b7554c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:407286c96b6e9d0ee4e8abec2b06a5dad70fc69820a00deae47cbf3fcdc65a40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:52294a05713b24485ce6d7d1b867081da2f01dc008b9cd052bf8c4c37839f581_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6693dff44dcfb7e6fe67f5373bb73d84cf401d20640c959375f20a24d31aa697_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f65918214ce906cb5af9a59ece43a36870989c579ac1660a2a58f9536a79d9f9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2ec7076ed08f4ce7a61f95083155b5315acb6004ea4245c70be2763eb0ce9f4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5a539e39b3aaf61d63f391b6960cdc5746cbb4b0fc07b85a98969f5c9cbcca4e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:93505b057575ff9292e2e96903238708b940a23953a79cf8742c880f1fbc743a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:be43f0ee18b6d56d81a09871c4a30dc2245ba60cf17ff0f1aad10e117f40aac8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3923e99d803b6dd5bfd2fc957101bef6dd86ba8f6de9e59a849e4c7a02d57e0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8253bfec4409c9a02be72d7e8d87fe5f4f81c1bc58a294f02dd570debc4f1128_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:851fd20edf32778383c81e3c5b935ec5607a05f8fc569f64e31875b8bbe81d6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d06d41126ced4841fae74d0437b18e9f1699d285158fb8725a8768a6e9065b79_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4375e44dccb08eb4ecf461f4e8e7e97d617ab5b1c968beb481d5795e6bbf0229_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:75140fa657674afc46d698aea19115a9f60c7765ffff6a0c4ae5ac166c725597_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c1a31ef64ecdd90020d72f323a242b551a6a4a85a4dae309e19f5d8f12d77b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c3b1ed110f6b17263484b7fde65642eb349162b206c0b9a2f463bf5eb13273c3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1369aaf62d9d273eef766c42f7015d56152f6b8effc50dc06d75b1bab38a20a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:47402101d62f418c0f6b8e3c6e2367a8c84f5151a0204f326bf1fdbe983c603d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b519e10d4cb8fd9ad126a36fb864d2f29f7df218ffa1b3b5f222e0befafbe360_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d70f848ab6450690b8329ae367ff2e5a3a5b295c073028dff7cf810104c5be5f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8f8c882873232fd9a00adc69e199f1b4acacffcdbc282280ebb61dfb1e61b875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9fe79073bdf1745b388fe52bee661394f96ba5c0af585ed8ab4a61724e324777_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b2b91287350dfb474763ca5d332c4765af0c1ff2d7be722e23ea93970add2687_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:bb5f4abfd26a9446eb2f4cb1355bda840ed1006a6233373434378abaf0e617b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:07ff9687205eee39d9ca211c0bb0c6b1618848e9e74bfbbe793aca67de73fa88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0ba94d11051416a116cdf516dab74d530a584fe7c4bb1e8d3deb3bde2214e459_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0fe87955631062bc7ce78891b9eb056f899308f8cb8101b3a44f889c1f0c0654_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:786de5dd308c9fa6643aabecea0bc666a9ede6fd2a5ce1cb0d511eac2a19596a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:719989a197c3bb8b8af09e95af49125cd28014fa74c7969f3f3b939223a6743b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:743119e024a9aacd8bd4bf45ab9c14e684ddbe2307d8f965e972ace243f128b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:76c523fa10e222690941abc8c5564efee1ec4d309a7d023480b6000a545d655d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a13cc82f7b2053435d5268416686ae2ba89e37b6561e49c7ac395cf3359ca2b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:98aa0e651302bb73569a0578e6c11a1691eafb5b0aa28dadd714a7b44b498f8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:9fdce4b5198ae740daa858432221625391f7283bad587e1ebc1220e7b0b4fa28_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b072bc3bdd61164b8076f2799e705ed8e34281b2cdf24d9cf08deb8e697de2a3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:fef5253a6623c30368e9e7e271501adcd9432b96473cf8278a7b81140d287de0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4eecd436b35c9b25eca6975ca9e938c2256fcfeead67e1ff4159d7e36122122c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7e11ca9795aea60b3f0853ffef0fdbf922f4863edd96c50fa85110f36bccced2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c95f8bcd0835611bb90983e96e3b780ccb65bd2bdc7f7554432ea971eac8095b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e497c1834c97590a0c388b58dc823cdff79ab6befd5f2a9bf494b3acc3181eb6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3a7af87b46058334b97531a4b1b5cd5be47e2ade8d74497429529bf0a489b275_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:97313aa4f1c1c9aa51c77a153d0f0eb35cab9711b7f1465b82a636ea44e849ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:ba0927ffd76ad6689b808e734038678c91854ca3d0630613094824549f8a150d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cd8feb684b9c70a4ffd7077e19812273f333174a70f7c2b63d57d140d8002382_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0c8bfd6ea4d0729e0ffffac9811b5db2ecf5c40e68ef048ab104f161d2689b74_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4dc7e3242cdcd1d3c1ea5930da7d4e027383149373cb6af0551ed2572eaea0b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b78827903e5c338d67a4ea2ba10ee67e16482ff00968ba99c27af2b6d50ce202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c9315d23ab26f6f40e05a5fb1f9f2dbce075244a035b1f16003d1108a7ba36d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:270b5e756fca54f2dc05f04b6f7b43f7f188153811decbc0b49eb215b11c2372_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5331e8ebfc48f4d2322226b8986dd178f133a52edcfc0a192e89f1785c8d568f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6cfd8c3da57c17ae1c430f2881c66eb0b1c456bbce4a9ada2491b2c873dba985_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa346af0288b5886b5f095d1fa0ceb7715d4333db919ff9d61078f369642cc29_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3403720059bdecff83f784e2fde54d2bebe09223ac6cf99ce2b4c840b9cd4a98_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3f8cb2cffaf6320f14ae09f7e44c965681b395370a156253790764ec9d2a2aca_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a02dde1d0b4f4fbbc4e6f0afd24da1595672f3f290345a4f6e98e11d89854a17_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c4e8ac4fea3c281effed3996a378c2e952a3d3704e47863b2ae6b266d2280920_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:46a0b302273acaf2582d377271b910d9d31ff98744cd8f290583a7bd5579761e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:af0442c88d2b9b93a187010065424798d89aad1d695ba438c815d04d7fcbef04_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:bc7b78f67fa189ba63da9891a1b05694d676a3ed2fa318336fa0850d63815250_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ffe4e64ee1b721aeefd8f1ceee11d225dd69319385e3e70f0bb52f4f40660a45_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:29d5a91b39dc6e72677bdfab50f56860c53e67dab139b464dd571fef9780dc6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5e6d4e29635ea0b075e402931daf8c384d07ec8660223babfd0df9d572ea6912_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:82555977089a1586dc24154b46be6499607a9d15110e5b48d9a549ee73f3843c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f32c4a07d2b7a14c39db1e5e5752960e46bcda700b292336480c95f359adf0d7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:86b3e656caf1c93ba2bbea00514a17b9d06cb7a6fd5c6746d80ce35f45aa5907_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ba5c8896242125c24e3a7e5698770293a601e9e7f8508465d7b45920cc9ce240_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7de62e540922f1de5f492527d07a8e8f4265d24b577cf2f93415209ccad63912_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bd71e582ef755da7bfeede697b5c2ab29ab9fcea6bfeb14cc8ca168fce5c7bd1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a1e6a736546b54bb2797d85d51b8f2b213fe2f6be6b26bad5b549df9dabf2d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:efc7fb9608c2be8c3c65aff302f923241bf8d008bc71c2fbba0d82ffad2b4f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:aa63c460867d565b44b2a8e919ba9a0e7fd6717f71588cc5a7e2ad268fe13181_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fe1f1b5d6da2e5ac66c689da49a4c76916533f30ab456c9961a225a5e26cb6ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:36fdb2cdf796941fc6638036b3a31048ba0209174c7a62424fb410ae14b1f81c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:65a0b94e9f663f3d73a9696a622ad46c73a5fc793f9dc46ee07fee8ba3bbb443_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8afe2a0c6b1b200201f21b148caaa682bce77cb3b1027f61d4c873e5babb1b30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9f7c3543e4b1a095399d1219c50f1f5081440ae1605154324d57ba9201aa4fe9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2c0897a842cd7b16b64888568ca65c2a6e473c24b2ba9bc5067d6f1f237885d6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:432c94d7d5d46ad66348775fa0e1a6c2c142469e8a770db5528a1aa25664c389_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c86c7188163be31c7ab04017bc46ae88707437f804ddf2b5bd5a73ae34f64312_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3f836bb9effeca4dd6a230a4241282d33ed454ebabd84829c41e58db5f24f47_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4632ef8ca0af5a8115f3d9490c2ad9e2e44361f4d0671fa8a3a1006254b173ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a7d2d10f5326e2d71551289740eba86d6dd2f12526dc684b1494bdd4228fd8e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ba876751849dd525a26e70996e7e02092c473bdf386ec4663a54ecf61c4f0d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e842cdc56ee7728aa71a7f95eda9777ba229aaf959594e73d998fbb30b7f76b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:90331abb869c0c04ca7bb59681cbd957ff54eb0e0265e16368f9fd6ab6937acc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a02580814c02bec4c1c9b79c4b5a48a5a59caafa60a573f9f99a4a1ca07c6f71_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c197de59c38c060dc8aa099a027922853e4b9dc7e5589ac55c8841dbd44b1367_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ec7a4bcebcc80cbda32227224f64e67cdbc98d3fab95466b55c89755421ea4d2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:223df196f0cc747e52ffae9f3dd03fab2da3c72d5e3b189e3035d4264a08c6c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:29f3154c0b972730ae9a54bc496bcdf62e9ed348b73d98ca958a265717ccc2a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5e12029e90adf045a4377f4be2be75c879e57aca7aceffa2aef08aa262ae0f42_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e150a242bffd4437f92000417cad89969fd547b5da514f8586802b99a668bab2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:17752e2fbddeff8e6f43bd354d91f248b4e69d88e80b29b75508fb03b82d92bc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b1703420b5a67a12f055518b6a23c1d8259dc8a064a1447196f642dd23363806_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b93a134a81af485a0f07dcd6a71c816ed517178826539d0f53b6c45dce87096d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d266a3bfe528e76a8c6ef1700a2016080d084cf6fad2e70efe5ba52ff0dbbc51_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:8c90e9864b3ff53d398f2451254dd3707868b36c6032d8d139cc3ef2cbd9084e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ae6ebf086515376ed35bb432a7f567f7bbb44b8d1b86773fd86daa387c5fb933_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0a0cbb021e13ce9d693eacc4982ece2e8ba4697f5d5571b8d0671d71824fd07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5271f6452a89fe7907b16f486439f54f0dbcc3d075a70ef446ee4cc62211b1b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0abb949ce9461e5718c1988f57791c7537eb1b3d2184f4b4268fe087e39726d1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1267ac849f67c33155b54409011cd3f0eaa27d5f211703875cfd383d1170ef9e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5082f39df1f143f23f0e587dec5cdb3e3b033ab446a57e7e808c88e6211a1a67_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8fa27bdf891edfb80585e470f09c9d6fa369aa727a3698b936b4818a4b46448f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:017bed02593deb2e9cdfe0f268916e5d1c8cb7a4f1362c6eb3c94050896d7276_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:027baac40981f53c9ec53f5a4241a657929d6289e42a0e5deef617c182b7580e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4bd5b70373a257b1fce20135ff4a4b3e6962eee541c67a0e29ba9a2523d4d4a2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c0b3ed1332b228290882bbff6a1ad6866f5ab2a4586b261949832cdc3bee5797_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:047c270f56b685d5a4e67afe43d2f1ff47829a259be6ff93bfec4864233d4497_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:50a6482667d53de3d7aa2bff6df05ca21e4e9773996afa8b8038721e231deaae_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:653dbef43ed7f531ebf64c9314756be42738f1635a64097c53210ed0b6b0de88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c4d2741561038e0080204335efc6eee5b6ffd8878553b240dd433fea701e6bab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:3de609d984e39497dfe119bb8e0ac2d6d823dd894a5c866e5ec87de5b5711e60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e3a8b252aadb5b32f42009803b56dbeae49a3ddbe9d00aa27569af4747fa403_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ccf49e256cd9c3bb428badab464a17aee485ee1516896f1ade10da11085e843c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e77ce95a84b01b09c5d1e6dbdea8970543aa3a60f9292300beb078d1288bb801_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2ab5fcf7003f4ba3de7656a284b11d6ee05bb02cd0f3532671a8c368f7b15178_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:44241e57d9067223cdd1585db9d699db113931b7a273d207516f60c498570677_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6aaa55450d567e2fa992650c456cdaf5529c5d96fc9984f7e1a4aa9ed6294bf3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f2fa21e8a0e88b25e9037a9c2db4b157ca6fef8b765b36da7dda71bf5a4c4478_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:10bfb59c904103177754f0336f7b7bab676d240480a8213ec42a778bca3f277e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7aa4fdd78ceafdc887a91224614657e86c1e12b72fde68dea4ee5c6e9b610cb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:e4a365a0516b0c8ef2d1259ec4bdb7f76aa9dc0d3c3cfd5d5b3d34341d349772_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:a06af7a856d5f2416777c1bb1d271c189576e273450b25c6dc5937cd16b8bf8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:28b8390dae142ea16bb05f6bd95f19b6ab38dd67c341168337ca07fe4f45fe87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:be6a9bcb97824c91f393af5aac5a146d819ed9893f5a074e146afe18f3a50dc9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e6392d583f97f0932dc01be55534fbb6dd3014f84b745e8bf7583b96ad7a7761_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f30d93c0f244f5ba21807dca912d18d4facf47ceaf43da7efa41b14ee816b71b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0848bdb082bc8dae6bdaa956d2ae36fdeaaac89024822f4bcdffb51da1165fed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9f9603a2dd344770da433fe8dd50a104d69e80ad463f9cba71b3aabefc4fee61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ab417553778971822422c6eef94aeb437209fcf88e78188b701d4b2243ac5be7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b9bb7615df3eadf64501f35dcefa829934f330892801cbb86e9f70f5dde236ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6bb4c6c64852f2b7ee590a0a60db256d8dd549a4b141fe71d311bf30d0ed88ae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:837cd26d96a814814145cd0aa0cca672769283c499eec36c457ae432b99a7466_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:956ad866d891e1340f630b9cad6ec73d1fc60d4061d4c63946ed714900388a3b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:9c91591eddbc058f05d052e3178102b28ebd25c2c9cb796fffd5047f5d413d12_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2506676"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in Ironic-Python-Agent\u0027s (IPA) time syncing code. The value of the ntp_server configuration option is inserted into a shell command without sanitization. This command is run as root very early in the IPA startup flow, allowing an attacker to run arbitrary commands as root. This value can be set in three ways; directly in an operator-created ramdisk, set via kernel command line using Ironic, or passing the parameters via mDNS responder for mDNS enabled installation. For the most common, and highest security risk case, this means a Manager role associated with the project set as node.owner may be able to trigger this vulnerability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ironic-python-agent: OpenStack Ironic Python Agent: Arbitrary code execution via malicious configuration",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat OpenStack Platform ships ironic-python-agent as part of bare metal provisioning. Deployments using chrony for time synchronization in the IPA ramdisk are affected by this vulnerability. The impact is limited to the bare metal node running the IPA ramdisk; there is no known method for leveraging ramdisk shell access to compromise the Ironic control plane service.\n\nIn RHOSP 18.0 (Ironic 21.0+), a user with the project-scoped Manager role and node ownership can set kernel command line parameters that include a malicious ipa-ntp-server value. The Manager role is a delegated, limited-scope role introduced in Ironic 21.0.0; a manager-scoped user cannot change base service configuration or templates, cannot access nodes in other projects, and cannot pivot the attack beyond their isolated project scope.\n\nIn RHOSP 17.1 (Ironic \u003c21.0), the Manager role does not exist. Exploitation requires either a user with the admin role, or manually starting the agent outside of Ironic\u0027s context to trigger the mDNS configuration loading path, which is not a default deployment configuration.\n\nThe mDNS attack vector is related to legacy Kubernetes Native Infrastructure efforts and is not in a standard deployment path.",
"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-ironic-agent-rhel9@sha256:a677804e422590551f82a17e61f64bc03d5a8a42a695e7ae8d9de5dc086924d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:fb7f225a9221506e6295f7efdcf44adc33e5b971c470b5835b0ca3c42ee1942c_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:0c95fbbcfd5c54e6b2934a8efb4f8523d1536ec1deef78249f4daebaa9d327d6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1b84b2a1cecab16e75947d29572008547922714207272a5dad8169d1ca5beab5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:466597e63e82ac365414c803f5ecb8f06a72374885eedc5daf9532aad16ac148_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:de9cac5c7ebcf3d43cad87758dd2eb0f4d6480f59bfb4112c224a4497aad9ba7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4ae516b98be8fbdb9b783345fe680c1d6ef57b5dc06b2ec3bbd20bfdb7c9b2c4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8f242ba3e0b9c57ecbd85f0d4c1bd67306357c92b53968a42419736c3dbe04d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b717614ee549be99c17ceef3d755c66abc983e821e04808df347962858e0da81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bd0f90ccaaaa74683b9bb17db0651dfbdfdf8f49adf0ecbaf8e83756d270b590_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:040115466e4f525e9f2386d6f8838c51f8e1638eb06cd64f071d4ae027a8fb9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:1a677b9d28655390d007acaa656997b12a32e9093c1c228778ef96cc6f4ca875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:39c68aae39089d044ce992b949d4e9961105711501daf3d4f0ba7e9981920729_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e814640d65f77818c180a706940337f8ddec8ebe4cf22c51a58a8b69e0f4099_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2831d7dc9f3cad92219addd21b93959900ee2f71e2d988fffe913a6f88dc7e1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:50f602354dcb223759d781cb057b4081a424d6a509178b10674358cc8dba41e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6925001d8a798896438ef1388f54bc29825c37d41f2f09a59e3f8bf60b2ec6af_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e01a83cb76fca294a011e022ed86f1da8cde36928096422a440bce8e42fbc8b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:757ad9e0c37b861340a7b2269b068d5b0c6355322eb5f5898a856fd9c4495b16_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7f68ff8059ae68d15041b8f38ad5ee5278289e1370d276cf7e78fc7e9fc3bb10_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:816787cc8c95a4a2df1416f09af6228559333e1bb1421ede0c9e2093444260e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f9bb9a184319c9fef278d3c6705f56cfc592c844f5c458bd20bcdc07c4230982_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:198f39ed50bbd835f4789057f9d7fd8de0962f1641a7f453dd90d68b5b2a4e7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:633ce875ee7bb08d9bf00cf79738e3e63cd6bf4de2d40fa6860142a301c0968c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e169d65b86f23d6424af5e7cf9e1d0ced58382128092821676196c0a05f91da6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ec2586358c34d0130b00a3714b50c8b7bc33ce915aef6aa79eb214d38202f37e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:13e81e4c25d8c789ca15eb4e84f3fc531a50b4dc0d95fa3573e002e3b54cad61_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:17637f8455e0e17bb3dca34545a26e881cff3e1444af45b9f45c3e282a252bb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d2dde1514fcf3308d1469a0af6727835121c4d6a1a1775a675a7ffabba8e3bed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d6376055835ac40728181d6f354398a0e60ca131d2fd8f41471ed87e974ea4cb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6f86d997faaf61c874def5a78cded319a188c1babbc4dfefb91a29f7e0d7f0fb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:73bceed99ad1b0bc99e66ab8361037e4046c5212645490161572fe6f34de98b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:babd6b0e928bb674289f34787d3aa536bdc4c24a877a5ac9311f21f0cc9e6224_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d00a12f6c4e75a2c93bdd135eeb742f42868b0186d9d03f318c885407a17e439_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:0932891a63e5ec5a076c7848d5746e29d972f3a96058914bee8fffa4921fed38_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:472e977d39473b92992f53c0225de477318b31be8656c37bc35193789ab7a456_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:71021ecd15d688aefa6db79f817c11a751b51f6ea9f2e48781bdc49c6de98088_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:9563eb7617a4d3a9c22fefaf03a4ede698fea2621a68ad231cd9e65930043a56_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:1fbf3bf4990353e799dc271bb4a0c58b385feb2ee60207636a3f76544b4f5ae4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:7815e9dc63477803e7e8bb8a01ea83043b5503ba529f64db3c76ad1c4cf2f0b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ab22d93f277f9bb65fcb5fd9c448b72f82384b9be43b8ab525d2836832044eb2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dee02e09373732db94bc442ddcb2eb4d13095a04e35c674387d3df8ba23d67d5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1a046b24339587101462756592c87ae4a8f699fc2977a703e6d031e2022a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1db6c409fede3e9ec09788fdf286fdb0634de6b6e727ec010332f7cf2e462_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:bd6be5cf4063439e92a1264ce3af0ea6528b9c27dd4b26f043a80aa8616575fc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c955c4b9dce1b25c73453079a21d84c5a2e5d0b53cf6e351f9b1855f08db3fb9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:221943f7b65573c2942d88354261f93a01950be1d1a86fa853544cc4c283c027_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2488ca8b2a8f658f3deaf9a70b12f7aca159490b5e0861d746ca8ee5d2010041_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a3435c546844b61f456789fd315495d6bcdc2560756e9fdfc4b896cdf70d75c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:be2e4dd58b8ed72278bb2c014317e69185e2b19dce37beea7fec3798abcb35f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4da2632fea643a834aac3fd63bc51fc6b0d768b869ac450e6779c9f36429a9fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:56ab8a9553f0c0202a47d858e234f2672098514dd647502405cac1f28d14196a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:abe530f4e865add435da2afd379a3a11a4d75c257c2468a09bc78f10256e0be9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:fe1397131aa0d447366fd627b12582ed647551ad3af13375f8c281ab73745f0a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0857a5a2cfb5c277bc2d2545fb19693f23285ccf6b75144da8fcd7225e1df1c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:43b36fb1f7ad271530f5ee9040cac4651a684e0e08de2ed90a2939b736b565ed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:7f86439496ba6573ee1d61b5f4d414dfbbf65a95526cdff54e45229f01785517_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8094138e4ed2267cc278a83a1586922c957142c9e5fcaec62db531c83b79566d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:309b1dd27ce0c7dc332c7141e576642db4aee6076ce50ccc2930e824f02ead2f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:35322e4580b0fec862223f76e0bd3c95ad0af31f3d4cdfd6423d3ec47d6e25c8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:699bc772c8a648f8be7d6a5c32d786d8f6484e584d918d68ef8a32cb1499663f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:779afd8e0fa21d022d7e75e7ba8da00cc7604db1adfbbea879bfb1d0f8c9c831_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:49e98d0193f7d7b4347043f0655d350a7a0c0d8c8b850d95abb57acd13dd8ac8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63e308cebeea85127f584610f59cdc9b228f01b9acb227f2f6eba7fcdc29b1fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:71f9b47dbd3985738259a6bc9a5bbdb240fd21284a194b47bb78538f8e870cac_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:9181583c88b3be23253c76e277f140c0a1532c1bff7d62cd0da1e14beba1aab4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:0f96581804dbadea29d9ef9a2a952753f5fdf295670ea0297622214e2a9b7d0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ae4714025025642ff5d9e250a4715b01d933487fa8bf4eaf82629ebd6d4c8702_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:cdb096f05b664fb542bb6eac3cce52c53da2e4bb636189bb53f737d3075615da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eb9908581f71dbe01d8553e494ef022417196408e9fdbd32f08fe1f5b9c9572c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:08725f7a384b4e72a173141cb35fb67293385ed72d973fc4d497f3c0f0dc626b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a322e3fc620e914088fb5669f1459a47140abdf027bd011d6ff4e5b3e6b909b9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b950e80fe164f86ddf624c80210308a634929ab8eb493496ef86bff1c5248fce_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bfc663a0ca81dedf849e89b91feb3fe0af97932fe8a8fc711d7ab85b6cbdcc84_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:13257447171d38e6e99c66faa476de6ff6ab934c285a0d1bf71fe94dbe583462_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:23fa493f397748092cd71c41b9d83d19fad6a5433b692bc644e30af790cf60da_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:28b1c9ee4102140998781ebef22f269316d8c2be2254c10b4d7151dffb0d37be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:be2175c2c6c9d882e44cf10aa85f1219573952473e893f67cc7085bf0a324407_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:61417bc1ddac0bc97c786b5807c2fa33eebc75f7cb186aaf9eef2151dbaf75a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:73956194247e000432a8c5f7b78255062c5ca967745ba2d97e680a06f698f518_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fbfa9ada74c4875985fc4bb8366d21eb5275a52953d44bc6bc740d48edeab5b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a545c9c2fbb36296286f684e02f9a5bc337b3c3fb9c83c608c988c88455f9bf4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:34a8a8a4a62b36b5e0eb061db3d56905c8dddfeb2e7a7135642f947ce6bd01ad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:41c2ea14036c2f8639cf0dd634e327841954eff4529743fcd10e8475546165d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a884f443877c7a3c0b32dc60a79e1bcbe89036549da7a8aa4608ee2ac6460765_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b28e8574a1d3b374ac4a61ea4f3c16eb70d9ba7385bf830c8698f4490f8fd3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:8e245c278c66405066cb31e9d48e97ad9cdb826511bdb1104807d26f896043a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:380e3045135a40d202f330002512a5c499d8d2079cc38e5c0bbd5a2312820dd3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5d06442daad2c126259fa5d594b53329e386f560b77a475ccb0cc37148644a5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5dc0ca56deaa237fb0bcddac8481b45d3ac81609b36c3b7bbb6cff8456899208_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:aa669084fb336f5d89d86cb58aca73b88d6bc4b6505eac2020664e0b6abfff6c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8cb392862e1835b610757e822332074ac459c593e9bd60fb6b6f6d0aebe577fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:987afa1aa902bb85d7c2d96f1637bcd19bf21eb832444c98d30171bbeb746751_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ad2f0cda09211f3e0aff615306168baf808e6fefbf1f039c3ae1a1fa7050a61e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:bcac50d10432ecdb8bfe2b465ba75889248ee8595f23c5243d023ac2a336f3b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3cf2d6f464e6a2fe5b4a8cf66690b3237aefef0c825a687a548f81336507cfb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9bd17213796576ce4d315986dc0b271011c37cd6e9ed75edff5ba80c3302fc26_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3205092b914bc1fe858b2ede7642227e04f35d06daec4848fdbbc0406fab4a03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a20ecaad93b15b869fb321c7503adcddfe1f0f5eb3f0f6427bd363234010853c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:57259db0550547f85684c19078b9af82b6318dca0c00ef8da27de8c8dc90e305_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:a95676fb6c1cc1b20cbb758a7c9fd34e82b3e114b81b5c17f47ef303feca3d51_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:49026487ee6722c3d438c05c1c181a36d14eca2f0d8debee48e4a02db0486145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ee65002c4934842ad86197a89e838997bb87a93ddc9de3423eb2af282a565c41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1bb56a1a194ba6f64edcdeae267fecec590c14c85431ba62ee8c6b5744da3a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bf72f3bbed57cebe1deb7690cd7fcb6d371e526630cb386d13180726736219c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:81afdbb2d9fe212af38a11b4d00ac952a306e13f91b23b2a081c0393173c5e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bf8d63c933996abf39eab9406b3061bee014d766a58f4e27a56413652d319a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:4a5021268b1ab163318270fc9ef07afa8a29f288c95ea69700c4bf46f88e85cd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ea443d9738e4428b6912b47f9c1d8d05b75cf8b137f0f9a76f852418b33b989e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:00148cec706fce87b240d38dcc91434f3c167052d5860d42ca9057e24c3f35eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:7996dc231961eb51daaceda9598b04e4bbe7d0e4019dccf5adec8a14d6f7e1a2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5c70298b919a36de41bf25d870bfa3da4013d36c6179db3eb6dd2e67dd20bff1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:a64777ab69af6f2b6cf4b78e5a00148e98353748946991c0a6da7eba76b442dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d4b6a07334845b2938c6d09556cea5e0477d13d4be6247bc9e3fede2e46aa3ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d5e665b41152b8363b4b15973a7b86365bb2c047366aa69bef7e1c499cf4fd3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:1a29c30f85b9bc858f0c70ca5ed79934494d92849f23baa6c7f26f67ea49c57e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:70f95a8b240afc604ee9af621fc3b63adaf80f593f3131e7ed51077ed2c77a1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4d217b45b97c9e01ba3d54d03270be07e9659b0d4313fc85999aa49fca560108_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:634f48a37ef03dee1cc0c0626c32aaebb8f9975b4640ac540f02910bdb3b165d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:00f06d1c70494444172d5630c33e1c93c333a880520bad3a810f96dc69cced15_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:01ac79392fa7a265608b75458534bafb6e5d350f2e8536bb9de48566c685841e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:12047af5271e61b4032c04c98df9ad54363d6beb13b36f49085307705677e345_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:37e5fa3bfc88e99fc78f2ced6cb4a99f5099942e40158dfa6940784c3d2ef95c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:54d10266c83c4d5fe91b013dac51538493ae4a4322c925e561c45316c73b1e2d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f799d506fc4087aac0eb4b2c2d6c8e511b598c6b3cdb1ba5ee470b787759fd8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:061d1b86afedd409ad4947a8ae59064f0fa92360cc82f640cf124776753ea3bc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9c7fef9c0e22e1721125d5b1312e509fada544e1d3d956338c3638aecea53dad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d3d951b736b910437255f3455b76357bfe0111c257f5a2d8dfe0f9abacf30fe0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f7feb8627754651663208ebb363a3e42e1767e16a65914148ce0507a77bfe795_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:23b0327190559517a3526d2500534542e9a397210cc6f663ac2b313aee902e92_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2911daa552328c8b01b19f91ad43ac54da18d343834c48ef35f12adff8077785_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:43960246dc7eb7bcef847c0d706bc6b0f0a407053a2cca7dfe27fce23c6d2af4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d05434d4552d2ffdd45d2fd44b1b2e2e8976a15f0f4ae59ce7dea73ca97dbcf8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1f7e808f97ad41f4c301736bdf2e06da73f2d0e3ef4ca838f0afd65273db7c8a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5553003527f078011d0c440f86c1480ff4e62b318e98ca2a4af97b42e5e186d5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:582a4e6fadda74e5c6c49b605b7967e9d6f25c84ab3de162c30931b1dcaee31b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6d54aaf9249113e5be1b6a87bf439ae778918533077a41ee9442396cda4d2642_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0b4378067622a7584c3be2e5e5d8748a564ae7672cc882bec0c1d6f4f4c28686_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2ba6c6b021db9b58614b1ceb9b736978b0e3396b04dda4518406b041448dd5cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7f7e406ef7b654a66bbcbbfa5326ceb1ddca4a0236cb60761a0ea48b919e8571_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fc403f7babe4eb16c770c80def94f34696b3a8ac55360b17c88edb11b9ae5a8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:473d595a495e4656de14b1b22456ef1ce2218fe39d02bf738990c0be4cdf5440_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6b3fc95809e8ab1be94de33cb375207b4302f93dbfd51f2a67228025c1e304fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7d0a9db460cb1d4c918f87a02979048f170f5e692e83cd517bb9b3271aa06dd2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7f1e2dcfd02a6a5fc56c6665979a8981f11144a5bcc6419feae3964b190583c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:775213a7b6d92d23694dbd1538727c84ad58c6b8a8b46587ff7bdeb7312acc05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a649eef7fa6148524b1f3aaf18ed6543f65ef91ad21358cb0af865401061622d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c593dda5f85469eb4ded8cb6c4738069d48a144823a070b83b58ba7772ba0e90_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ffdcf3c2b138b62cfc84d9916799812ad73fcba9c3416d7442f3686417c85932_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2e1e514d9f3cdf5f04ca924fa98d036988ab47259be5df67497931321634f730_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:32e93e986bbf92dd3a3e09f9c76bed29334b5cf794e18b843f81522ccf43697b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7bfa1c21aeb7971fa978d49455f4b5dcccd4ccc3de147ef47c32e9b74bcaf2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:dbb5abf21bed592282f09e30ba1387b084eb028bd931df5609c07fb8c09a0d75_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0606de7cca514d2b4ad9593d7f37950512741cd8f1597b1f83951aa7c8839268_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:116474d2dd37c159032b15ff856dffecad2ef0ab76298bc43f840bd0245ec78b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2e887b0da3269f28933bc5af839ea2df95b7aeca3993cb31b0a1c92e7043cce4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6029166a01da021523fc720ad70fc59f449684e577f9f5a36e0e759a39d0a28e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:849b8be9f7fc785a70451c1c0704501e2b449650acd23d450d145da1a760c166_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9c5d6a2d314e840600ca6bd1354c7dc6040fbdc216166418485d6edfedb27ce0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ba10e440e514662920d68ac025d5f3841786a393703fc2dc0ee21ff1d2490015_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bac1799b133fd829b35ac619a25a272301816494e83be5a251f78a50e7fb2f88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0469874ac135c41bb590ddbac02428775083221257b6904fa376335610c4acb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5823c8fa1f1409d6863dacda718e35b7afd2915befa21343dfcc68b6fef7a9ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b38d3723f2547dc5676460e3738420e243c6fdf7be77e54d18657efb9668c438_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e5a5e4c1a01ff3f5d694ca26dd248533fd463c85374c25ce1a9f4b7a60deafc1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:19f94467c811e10882e30eeef39b1266b83ee417974aaf62f75738d51811cbc4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:47487ff8d0cd813ab3354061caf319dec553b1cba9d5c1045de710b8a6d0c51d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b3a0104cb85f1a6965eee44fef58983637839a1f97ddccd737704ab41cda3a25_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e8c72b610288bdc44492ea0a5c2fd66cfb1673fc06f6bc66831fa84c96f86543_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1a9333d29d3561fe95488f3d80136d6b24b4a2e04472d37d34737fd1032a8856_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:705d146d458883660aa0b673a651d05d1d1ad73bafad91e84755118b82092ae7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b9265d767c8a6786f12dd4788377f1a316864863a32de4a4ec07ffc8b874aa00_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e3a7bfabcb96924059fb7906be97a0ebb1df35c6cad39a7968a6461df0cecb31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5c015e1a10e5f14e82e30ba41b1ae6a82cf5cb0bc631f5137d7637c44a3f5b8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:623bc4c74b05b46babba7da628809bac05b48d8c4055648e88f0db57c1bb0e07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9502a32446a8828e8a1887edcf49034e874ea0e32ab5fdb738ab89e77cb5a472_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ec7b6b83c8e934b66505e8051e183fbaac54e78abae5ae99077d4e5e163b4529_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1f15641123321a662f676a46a24f6c8066bba6e3730a3c0d0eca3ff8e548de23_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:85070876ada5cb86e8c585f3ac3114d548b189074723a13ec5d6fc6be25c9964_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a34e14a715bad1d324f9211d95c56ed387ae51b24b21ccf931c12f3f7b3dcbaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e12ce561e4cad13a5d08e8164060bb74a309f66047279a26dd727d34ed3dc16a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:67789c239f82fe3649ab8c0e13f920a788a3612d15a78fe5986a852bb2d11a0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:80d704ed310acc3015748815351da4b54fef2d8b74d7d4b03aabcf9fd7e60b38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bfbcd3f502bf336124261fbe51f19e7a4cb9e9132e07da62354699b30cf6ed24_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c1e371a0057014662b91736570bf25fb1211ead7402154a1149dfee9e55b994e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:175fd0386d9a4e064fa760f23ecfb45ac6ae3500e5a50acac0660d06e5b7ecb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3e9811dcf3c528ae6f5ff86659dee1a590c2b53f7af1a03204d06fc3dc628fcd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:68af6c6e7f51523ac223f4e25955cf3777f4ae5b601dcca7c6ec7e2dc0de0782_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:8f1b3ddbde3e33dbe01816bce0cce7d7bd196cc04affbe606fecfbd8ad7b8b17_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49699de68bf38c34edb696ebe4f9dc608756382a977f497f6713dbc7b6e1209e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49c32ab1927e0969508b906c14aafcbc64e6eff7680b9a10812eca4f17787921_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:86135a8f7d4aed36e7b2a571b431b29eeaac2bda02762eafda3e22a62a7a2d6d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f2dac4ffbee9d028b26e683b63a9f033ef8609907f6c498d42c447a306e75328_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2884bba195d4d635378b0d15efa54991a23f51bcf4efb1095b478f5cd9c34f46_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:d84853556ede64db5615eb4d826879c744f7ccbd92c51ecf392a686af854ec11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e05dd48fc4c26b5dd822ee58a2af27bccfd0ed28cc959a6fc05073cec6f7c9b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e202635a4a52be92b47960bd8ced28634111416b220cca5fa7f86373ecd1210a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ae36d953c8c7f73dd78d620f94a0335ff5fb84b16ce9d2dbadbdf3dc5d66f6d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:308c924c44c35b39c66b429a15a0343a47f7dfad62dceb76ea7acfc85e6bd973_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e132f6b0a6b4e2dc63561c1ebaa0bd9fc669a835b0c22b0d56599e3da870231_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5216d36dc483b1368a03e00dd9dadc7c75de2bc36ed98cd7ea2b089cbe23965e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4bc11f6ad7c3e9c99e708f7ef5a01b4faedc8eb5d2de5b0cbed502395958555f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4c04a50ca49fdc521da592b9c326e233763918fbfd6bc97e001e0e680ce24cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8ba4aabc0e1e36c3ffe66b55c67ab8c305f64aa6011f80060c5d95ce91180c5f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d259704d34b605abd3568bd4c988bf9e831d80554ec2d7a57e7c39a70daf0140_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:14c55985b9277766e54156139f0949d1e3e5f756ade34512a3d5ea3dfed2c544_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3231ec9c296798f11aec6a285b0a8f7c5cf220534d0525afa59c17ab2464abb0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d8767e4d0b2c8222748319f05483bcefe50388abc182a01f3ca9dae3c80dce44_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ebed5c3d8e112fc5086208b4b4c0aba054a0058f3fd08b71b129dc124fa00f99_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:26dccabde8cc0d1ad45160677fe240b3fc098acae82f6d095fad08b78330453b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a168025d531f20656997ae845a4930919d6805b7f9374c40f7835a93aaa46b27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e696a8bc54ef8a13800b2168a395d2cbb08678403beee2dc52c56d04cb235759_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ebc22890c7759ec9992b64dcb0e388881caeeae333a9a84a50dfeffe27e38b49_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:09319f1dcbe090d9677a43249810dfe5b3eb165aa3f8b473417e0913649b1556_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:46a37e99da18852f5512235589ee86dde0db6c09d76a49275a8004422b9ec303_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:535d1b713587008fe67eec103cceb54471f5263516f5420589cffe1dea02be93_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bc614ab102efc7dfaa47fef84c4783da26548491e4c43257bb606a06e8d155f0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:08cac9e30829765f182624de9e45e59b40884b8c39cde60528dd27afa57afe72_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:13724dc9eb7247844e450b59b8cf3af5e5f486e9558942836ab60f74b9943291_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3e1a80763f76f622b5ffcdb35bf2dc20ce1e9c06c4f5f6bf0ae06b04134733b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d077c79741fd0c481fa6e1aa2c479b8c5b380b1d1f163259777c8c50be257709_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5e82ef0b9ab6d4e3b7431a7611bc563f356385dd8927855e6090008685f1549a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:62ba53e306331c1b20cad27ec31cf59687218f4bd5908ed7e9034559ded04b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7664e74786778a96606757f1de215a4a9702d0c9f7cecba7bf8028884a7609ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7a967f88faccfc101b9388f8434d406acdfc85d7d682f9ec742d59eb31074fc6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0e05cd1eaa2b9c558d22892495f090b6b51a316dc56d85ae825b6fc44611b6db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:445fdec85c2510c8a45b2a830ead87136bbb80bb9244987b4d6ffa5858931926_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ccae4f8f443ba6806ea33105d7dc06002d58914626cb9ae57476b29193761b53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fc0becd36b6fad4911a5b8c9a4693320918f7f7e6336c2b11a76adcb6d1eec36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:652f8fc874b95a56393f14c2b56a63faa64c04f6646c1786d07eaa272a9acb9e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:94b9c011744629b1ff6f230e25f876f218ed59d55a941377797f77cdb7c03e1d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a178a796ca9d32ac59faa5eb9a6aea30f1aec65d88f89080f57ed519a7983f05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dc8a79297c73782f5005075332bcac58b051a07d2b35626323f9b69ee5f4d64e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:03d66c724cb647d4a613bb48c9df6e9ffaabb68c8af5a4ccae45365e32456470_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4b9510fdfb45d2561927843dbd7ed869e2f67d9636e59dfd0c3ee640d9fc601c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b3570e078bed53aa3e435443bffbd12a7b259f8dee9d18c0d79b55514a547b53_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fc8e892ccbd8d3c1e737fbaf8f02b5fa6bbbe242780c9cd00fbc5e6889d7baee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:266bd8400632ac70fc6584e4bb2850ebcee7027ff7899acbeca612c6556302a4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2c8f351447fffc2133f339c6ab3a0bcd9bdfafad4a4cb5b7dd2abc32c6056a92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b8d2783a76f514f9a4e8096434ac205e1d82d09da2d67fb930a1b5e4d8089e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:74fa72db679ef47f9a3e3459a90dfaeafcb6db73dfe15b8933767e2f9d19c448_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2b5964f6cb078aba05ada42f0c8280dfa39f9f80526932cc5d41410922e4e8ae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:480b27e9866ca8dfba83e1accd427d4f6813f4fb7f612854e32bdffc10d7d5b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:91c7fa7b70f2cc82b26ac16f91ea084e15a4f5dc64f254ed878c25dd1170c0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:edc297cdb2f670aebc1d3561d801840ad029e8777ce45724066e6891aabd60fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:443e0dd81ae60896d31f07ab49611c5e0629746824df094ce28cdd3cb0ae1d58_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9b16561ca87196e3dd9330184f7abf25e97272e3c47d2e8d594e3095e74f815b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9ff62f63d487e25a750bad29314955effd17152bfc534ff698963760a2615b0a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ab506c549b676ad9d8dd179e2ba871a12f2096ca2601ea2a1f2605ccb849dc6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:08758e6b81d6679b095a8e7fa323870eab35fefc05e525c6ef810b6cc0b3c0fd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:af87d24f6540e5c98def879ec4ea8adeb5b138e41abc126b2c3030c5847fd0b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c5e9e59a08d8940e99da6bc568269eaf71ea8db62dbff86a7f6fb5dae861e323_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f5122187c85ef27f5423ada009d800afa4800e32ad1ea3299586fe64cae8e38d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3c5078d135089e1548b4dec49b7e78658279e42a72792a988447662534b6516e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:56158ce0af0c0eb9709b2d1a172201bc795ed6e5075517b6919ed1302399d6f3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6720c8097a398327f18a5c84c28f6b58aeee017199c2649649a1f159b8365838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:89295652b447f42c6a0d6e1299f63b04016f10ec8faf6372357294a14472e426_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2baa85e44cc4ac6cb825103508c5bd74e348609eaf53ed42c6d0e045dfa62772_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:61283f1fff1f8ec53563012a5b1fb5a48831f0a220d3676b512f5a60b331e849_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ba258012c0832c57b29785be805be44f0b5f8eccaf76d82d7493946806eafe5f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cf3bee6414a87e7f907d30047ded274c488239af5b1f43ed717ac2cede29df86_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:40854e0833b6cdfedcf275cf716e58f3cbc5c44be313fb83ca3e909bd80d0b08_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4d6a10dcda92c599f52977c71208222d166168b29da4eb4727c466e7eb53cdd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7be4c5ff86b0e939ee9f22156812fb98d2f96c1eb4567ca8a6a01ea3aa735dcb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:83bdc9fa5d3893a973794dd7162bf9564ecf68ce44814349a621cbc284b9e61c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:993ba8c1dd84e486fc4084a7786934c356a9b12ae86155134fd1a1dc1e5e3f2f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a64dfd96d3aacabc8f219d19e6d7eb0c1ac5b68b49eb93fcc973d76e67ef1d34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:ce306e2cdafabbaa29467e0cdbf316673d17180efb604e683a7fd1ed7181c6f9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e6748814d950e6f5e370dec9cb7d557fbb0d29ad3620b567840770be826a601e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:04d418560f90c35b42be67886632615d62dc89cd37fcccb6e247212b535fbb7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:40eaefc42c0f0b5adeb47bcd463c2e2a45e7f3af1c0fa4cb3fde9c5479660c4f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:545bc2a7b32276bec515f338aea3a2976c01cc787a559986646aa6fa26ad5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5a2653ccd5dc3f59a228ee8b936460575e1a392d12287661b1dc83a9f8210033_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:12e5e4ea4d19c4dcccb35dba161fdba8a703ba6331b11054e4664818737746a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:180e817b55ebfd081fd0305f63b3e0539fe8d13d1ceb8428ea21e213779fd056_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:92e8693b9f6955f9862c8b576f5e32bffc3bc34232511fae0cbe57d705bfc53b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e5b5d4750a3ffe24b1196255d4cfe15b21efd587a41736307ca8e4e61a4936fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2ca8a85fb07b431d97ca6a3e3c18f1cfaa20883c7076d6b5b4e6942b632f9aaa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:559af5a310f0923dcb4ef9389c51c98604cf44642a13e8ccb46225b4ca268580_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ae056c9c8e0cdc6519ac1a9542781cd54ac2ac8881f513e965b57ce7d1e5ef2b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:deb92b50d5948bae13db37a7046d9b212dbfd3ddb1063ff8a5e5467f0cab203c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0c4f3cf84115f8c9b9bed6b2dd5d52316eb3a9e670fe6b9e28c2dbc350392e87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1142ce3f8a3c1c2a1c7dba79ac2c3b276a45fc6271ad9df9e6a5d8684c36da2a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d9f2c021c17f1416e01ba31a8823b7a87724fd96d7ec99d494981842b5d452b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f3aabf75e838b4a941f64a7a322768729059346d7578ecf5fe7ce27a71876fca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6389373ccb2fbe1b6385ea21dac1c0ca918bf9d3889ad7a738de6be5d7ec4272_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6449fee9a31acc582bb85e0031312e3ff07d1f1843a1c6c410eb79cbbec1ceb4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:751f007afae9f16527e9039aa95c2ee6efd2ee20afe3c083ba7298493d2406f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:afc11a340e28d4100c31646b705e8db302f6b0a96ad3620e07391f02a70438f1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0673d2034e7e5fb412a171939379da14e9269dad7bb53e83be7ecf8233b0b5a1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:18f0345811215feda18d2b63f679ee870e76b33e9f61042d93edcf36fe97df95_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a2d247eb696c80e02bc8c1873e8ee0fb71a1e5ad6cf5cd84bdf504f4fe17cb10_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c342b14ff399c961ce05c1af127244b950b8e9d641ce8752f9d0f880ad7a672b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3d9fbc97d13987f28ca76b3e238b540492eddef0f302c2dd958c1b0d05e10941_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:47682d4e934d597aaa1e809011a69afe93936fc629ad3dd1ed76dc7b073f7ee2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4e8d3460e04e85a3e01a578d492499376787c85f2840c97821f11213862239df_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d7b99cad55a1e1d380d30d0d4a61bc5f0cbf3a87223efada3e69bd9b0741d3b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4849bfa8a48c7e7d264fc6ea9097fa9d33da25f75776619976e3204b42026cc8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d7c3f5ce57c0aa25e13ba9484facd75c5a1dc3caaf9be4d0f273243e7ace327_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:78aef6c20ab3bf78eeb8b8a857ca2a24067d45cea0a070c44d3fcedc00d4efbe_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7f33515dbca04230d98550ab638efa87389629fc7d913c8ec42e4b5bf8a772f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0251068577a1724dc777683dd189468ed77413b396614a117dac6b4320b8f01d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8812fd85c74fd67a95afe09c2ce5e7d592eec1e25fdc6fa331a8bd41bdde0cc6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:89e0a7e0fe060abb45a6f8e6ed1906053c09f95c252ca7813175903db61fbc99_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c3674a8f28935f3140fad744b5a178a8346a9a7f79f6c281561d2877b38c4ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:13bc0d4f7d4508fafca5a3bc61b6449a056e277da131e753c06cbc1bb7781b27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:993a2a0b3f84e071560f6fc1a3ac243fa745ae9a7ab15febbe1385437dbd3ad8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:80fc518199cd3a1ad421b142661f0a85679b12b69d0afe580fe60eb6a13ddad4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f069665c66c19d9775b70a31aa7a1069bc653691f6abf106a88b2ceb8c0e1ec6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:13ef0c0585b01c56b865e029d029a553b458fd2d3d0204eb6dfba1bcaa11ac3c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:599d33b55e88212202b15f4344f7a18dee4f4504b3739d6ec99414d05bcde2b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a751f1f0540505bea087d3ea9e6ba798e89d5deb772cf8e401caeb3816a563_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4c26bc366b267d444f448a4d7bd5a0d26f84bea653c14b261a829669d888cf88_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8b67087a584a2d952a6e80572686412cc8ea01f03ec8d70b56cb8a24a0c5a3c0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ac1123e890f0aee159c9105e26e1f1ed3ba5eb3ea66b422b281c3e9465401c5c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0dac7821ce2a3a5a180f53f381d9e61484cd8c5efab3c9a7dcc70b5783421b64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6b30b39205367ec985c4a9d948e71d378b9483689c3ea179cd0f2476b9bfaa1c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:de903677bccf645889ff7968ebbc052b14273329c0765f7faa53b0ca815d6899_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f8392be7a6f5223930d53ed6d127faf727489b8f5ebbbda6b6b437c529e3c812_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:02ac68c83db9dc50cf6280a418eed9261dd2182bbf51d16fd143519e49960b17_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3746261c5d4744b13d4704c822fd62ce1f486010176fdb3bf95512c72eece73f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:85e34da00bd6d290c04d8eac32f39db59b5f50fceee9b248b2cbe27bcf0e7e5a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c343b119edf863e179df865ccde0b665b87087d78b20919aa5726d8fd240b344_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2026fc52aab5a6d7766511080699112f32ae4576108ff95b0eefc5d807a14f25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:21b5298172f4de1e0074c4abf5e4abf27e8adc02bbf7ee49bd3388f7127d4901_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:42f8af9bf66ea72846b7f7e57652725c31b01fc4a8d39ff7e7882075438c521f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9c5711087546b1ba7cefab267b8aa30b54ecde5926f009518cf0db974ff84c3d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:373c4b7507a978e3dd62e9ea629d1e397b1f1db682e11ada1bfe5a0b45afc782_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3be306649df2fa3cc9f30e60ed5d947fb0678b0231b617eafd3b1593d10feec5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5b01a896101a5189740f84cb1a83edefdb0dc00288dde725ddd0e95480f8e1c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:961dd87e559779e6338a4d3d35c96c0ce6ff7cb9634ce32d4bf848032f4a2fb7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8799db20cca7be653bae6b8ac5adc1d628094eababe740beb5dbc27e05346872_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a36c2b308515a293cbcf265af68ecebf498739e74ef11016d5c0edd3cf47c4e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b86631d6601578548af20a28d132a0503fe118f53d7596a5632ed24ec5a9931f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e867bd8b76b5bc1438a7be88a30fa7707edbb1909920a1d4d1d0da0ddbebdb40_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:313074950c6dec37d29a9722b58ddc951aaf67c27b47568039f29f02f2523128_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:43618db20e6f592602096897bc89eaf3c58490a362e91e3299e20bb2a02827d9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:705f4db2e969d23205de87db1bd7dc8eb1ade64a76940fad950fd1a214dde6e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d2d5ee5893ae16784051d9526c1feeee3c641fc3e6f337ba807744551c00ffa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6ae5cfd48e788096162bc4517f0466bf526f16c84bb61072886a64842856c5b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8004e7284c63cc32a05f6de732791416d57d62db041ede2829d4797139094292_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8137c3932f344ce587769bff04355ad405b6ff27009bf23a221ba52f3da56e1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ef15235cf21f0fbfea74089f75471b483a98c920b65676bb6199c155fb61e929_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:149cca2af3f89c7d1e105de81bbd098c66be5687f18a584b644f21d0be20f414_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:33fc93d5cd30760383da666e8effb6ed32f4c8f2668da36677e98c1801ef4f5c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f9c1ee7f72c926c45cd76c12046b867d9efd7c3c381f34afeeb9b6e97751175b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fcfbae71f81307789bec93987c4523700c191a66663ce53e4009c5e0a8627826_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:04fe8c19bee4b629ee7f18a13dc0b7f49d6a4b6e19d204de90b6b2240b0f875e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5c9662139f98817aafe153a43f700399781d079390d5ad23d3b70fd6ac5d370f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d1147830f896fd229aadd2b766fbb4c8102b35a8edd4d8bbeef4928d89cdbbfa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:dfd0cdc29bca0a2239ef203fe7b58efd97ed4e72daed6609e22b20babda395fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5a9889308bcd1c3981072c83d44206d0c3feff059e0a2029d49adcb974674c95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7a715c7e2a8f54ccee42abf122b0028ed19705f401248d8c38f785d960f1b116_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a67de487534d03cdfc180af9d235edb21c5cb71e1224bb5041fcf2b9a428732f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:b3780d23a2c384ecef73c806cb20d7f97bcd11c12b6392c781c0deb7ceb55df8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:48b5d06ac4b35c2a7bca3ba2abc39e3af1eaf4ecb19c720d9b6e46b066318414_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a6d7d7df9078e9d1cb0f12f9ceac12c96bf2cea03a9085b23c3e4af6a456b51d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b757d11e5dc51a5822d9e30e97ac142cf004fffce87ba2e58b8d62926127664a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e61ed19beaf8352dcfd4b9478335a364263cb9839f27140a634a217d87d331e5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93baf08acbc6875eb2b665a9ef3601ca34b76767cd70a172dac7237f21b6958c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a5f2c2debb51b8aa926ede417cf9fa0e4ebaac4f5bf9e770db55a25902a4a3b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:dc97d5c1aa80515080b2b4d16fb08ee4733a9347eebc8427f10b7e70582464ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cc1559af0d7be472ae46be4552fb41e81ad804d73d1444b92cae4485118c6773_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cfd5513afd8b2b5e22d5e384a7f769f9c04709d853feb2f91ef667d804cf9a7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:febf2fb95748ed0c440e6acb72c40d609ae7587b2665cfd7145c878a2a0b5783_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1728f980f3ebba7e48bc0e8cad114db1e0c06f692638764e30ab990f45c637af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:41508513986b369c2f89c64af84b3980b16bd2432130fb122d8c1346f0602894_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:650f08f62aeea4bc954e69ed88a9f2f14d3c8f733c155d113c0c58b7154fec4b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:016fc7e804acce7a8b8df0a02bec320c32f9ce6224ae67598a63992219a77516_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:081f9cfabc57aaf4d19df8b496613d8aff54ceb265634c904ec7765c810b4553_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6da3ef092cde7fbaeee01c5d6bb0ca5d52af3ed8de458ecd3001bb96262c1ab4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:035d07364444ea963d64515420fa4005adf82c44b575555a074149f67db50567_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4e09fb0bd709d53a0abc6326905cc43ee36e6e4ec5e20108efd1ffe585b1f2de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:53a5f81aefcdd57ba33c57c02941803a072ef3f1b8467baa3c53c7e073a9ea96_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:cb3d2ccb57987217c75079a9c10f230f6a7de9ba3b0fbd87d8d3d5c71f8c94b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3472a8147e06452751999ae2d041063907f275ecf429dcdcfdce88c8a19a17da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:61155741778188324e0616274f067ec36723d0fb81d84e9715f72ffecfbc92ca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:adfe8cb84a5f0a241fe69ec532b7092a10cc274cc3aac2b86f33ac8e725ab2d8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e704c70226ec4986c16166ba1ca54b908d1b6d9ddd47640bd5ab6d292f977508_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1d63a1d7ba183c49c69a6ffe5a4584de5282029b0b2c2f3484b4f4431e2ce954_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:441db8762a583090cf4325377b0ee75838452a601732bccf4dbc57f26f6a1a90_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c5c52612378ce1f2577314e5723642237c9a361506c448ca80d2a0b56666a1f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3b9843a117d6a6ae28222951e1a556d3888ceab2ff75a082a06343c8030a5ed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:236fa2dfd935db687e786cf827d88210c2f586d2d1a93e610861995908bf2587_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:647704923828c83c6ed3810e3c4d7456fcbe378516dabfac30f203a3bd3634b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7638d755fde7fe6d3c004a6f0f7c761a9fdb75a3541f19a792c3cf8e8bf473d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d2eaa5b8ad9464732265b84128b5280d725feabb2d4b4cef0178a317add66c39_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b659f5c6da6f73bcf8b2850f0172358816bd68fca721b65a9a70569a94bc90d7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cc867d49602a6ada5de7a783136b6463c4d9adee9877ae1966c016a08ee8e87a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:6fa614240bbc1932f65f8cc9215d2baccc05dd1cd5586fd308c44d8a94447a45_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e85e957fc16a36b5964613a99fec1e7299db9bc63edd86ef965d879a081b64bc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:14b02010250fe10ca57b2dfe1046641aeac31f92e5691c067b3990383967f0a6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b6b13d29b1cb9c9bcf97f2daa289669bbd9ea501430e51652bca3d50f787f23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a8ab293c4f3c6bc251bc91466b7586e5499b6e198cff46e50f6a65d97df60f7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c5d781c35cda14ab70d4a5bde3bf72df0a3956f5cb159645e5337095bb71c5ca_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fadba956181755cedd19d3d5b5ee3da0222daa1dc609b629c900a0052a4cbd8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:2719589f19df23634ec3f6b578f3fd2e827440675b72a69b89c9d78b1310f98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e1fe563643282c027ea829274a1945458cdc5d079bf2a2b7b0a9982a5cc3720e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:28d64f60c216f77e3e006012a403671463b9dd90095e19ff2dd027def6abb511_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6d681aac67e08e2ecca32415dddeb47df6191a99f7a8d7bc3bf1697c6a26c1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0d31a90914ea716508caf180e30fb682cdd8066da7a0a31752be9d86ec9c777c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3ef5a3798abfd3d9ec1b6ebabf3ceb32fa4057072b2670793ca119f556c0897f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e2c62e4b87e0536d15ed8b4f2905930a750f770d5c6d0168de6291d92c51f9a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ef5f4d7e3c872acbc4ee48bc91b5835dfef66a698287a95836344c1587ccca69_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f5f049eb01192eaca548f3585845ed6a530934d2eaeb422fc78b657cabb1f57_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:740b0d9392c76e433ebb7762e57f156a0e2ea1db37ddaed2c5b8044ca092a357_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:da9ebcef147e8d9e84848454fe2b8e259bb549bf0de88ee960fb48f6c8051060_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e8f942ece24d15ce0c4a31f731f2060b6e3874a2f486b2dd255c773fb1a55f46_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1b4fa4d6ee3081f39e54b4f910100d210da682dbb0f308f08107ac44e7338d3b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:571a51e1eca0f31f273be8cff7ff115bdf192e14f5d510705ab7ed423fd5d9e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6dc96b2e8156e7e42f758cc28302a2e94e8b3888970d03a780b1732375e728fe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b91654b9aaa85e13d262d21b949b1a96b386f202524c2e8d52ecb66c279eca8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:107c9dcda9632516721c41af941362ccc316d25661bfb13a7c4dcfc2ea4e1c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e75d33740c576321707835258793fe2fd257682099348a2a067806e764e1560d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3ed82adddc3da003bdb272e2a5df0317abe41512179cba925f65fb5d8f7c2eb3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c16e4af4e9a79ac2f1fa632b20e98befa9aa2953ef241af186edd226e39150e3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7b6c16881c71569dbada90e320379c2159ead0b0ed2fa2113e065b361bdf2413_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9533dc6817f01e377ea2ff7e3aa4447d20ab5d016d9145b97e0cb9e758c9a8ff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1285e63d6cefc0454a400b20a6e404537a8d57e5fb9b5d7ff1a75b61555622fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2ea17afe64ff273c9208892a59773c1dca248367c849e805dc78cda228aba29f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5f33ae81c766b0b7d9c8411dc4f6a0adf760221ed0493a99f1bea5dddb5de41b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9de0bd8cb41c5324718c8d8f275c612c0bfd13b322225455a1142dc76bff0a01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:2fee175122b1e3f74cd8976af1515c869d096da0bc4f5e9024b31a64cf88896a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9ca16ca048f3de4a5d9e6b6a38b55bf0b4a994bf7f7ccbda8c50c02bfd59c871_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c42a4deb157c31f6fb871bceb8c4401f44ffb490404591ae36110511f933f72e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f6d5c31b12c8a1a1e8316f258ccd254bf6bb8e49ae8a175eefcdf0bfc5c6047c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:204e84b23aa1edaf66f10a49432115ecb4c3e8fa34472a909e1c9a7a0c3f3947_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:37f226136e439a1b37fab44e06ff30eb22b1ba8f12eca9e85f59936c3d58acd1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3e385fec20235fd68320dd564c68770d91c5c08a864e3de41f3800937d730334_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:878a0a7473a69442dffd7c19132d74b29ecf765e3499d29f8da7b1de2ff6f439_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2b51546e56d1893aaa1b68c4e6ebb5479614d0402e840c8c850702ffb198036b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3aac893d87e5c39ae1672eb5ad48a0b9d02b49888fab57f8662e6dbb3897b660_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c5bddc80f0ba0e391b336de8ead2442d0dff227fdb8aef1874bc3db3101f7048_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:dca0c7b1c7ec76232b3d5ddd15c8716e04a8384f0a816217dec544d667ad2e69_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2551dc2ab6fddb6edfefc185f7b6d73ea366ddaae4e2f79d554f0afb79aa54bf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3cc6eb31325b1f9c9a2163c570ae1c3d4da7e7dcb0d761a0fa775b66fda9dcf5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:569965f29f668f02a342c0c7b4804bdc92354610e9368ba42a3ea5cc3172f532_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c4b2b0855c4ba25e150de01e54f0a84bb4c6c220b348945742bc0c18cc6d7dbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:01b6587f8b9ee398d34ed3330bf0bdbf2dd01c2fe475ed4d44c547401d1dbd5a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0fb7ce17c762a70aa16ca9f7f35e41d85997bb2bb22b81986321d29634ce9b3e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:60c4fd0dcbc1ed92bee7dedce7879893a23c9e4a6181e5e6d6a8f04880f377eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8925d5826cca515b7f7c05558406b3688a14963ddefa80f5b44500fe12dfb1dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:3d914112ad75b59b03d5653cea40a25d92af415ef52dd10aa7394465e6bab92b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:f8d52c53ca49b3f9847d2e568779801321307e329f802aa9456cd0dab7625232_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d29e5c26f37fc8212f2ff15cdac470982494be155f85e3c310b0c958b943f7f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:fc7a6712a6fe86a47b5a745e06a0c6d164779eb198f284fd0996847b025e53c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:32bf2e7aad1dd9ff5100500c294e343af0dae3d392eed27a1c0305198734261f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:54b4afd46c87b2cc839aa7d8b8ae232aaffe0f39846a6edf9d0d3228adbd7a29_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba41cc4ad0ea8dc731838e00dae166209a3e06d104e5cf11491639f82290eca6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a9395f57a9adc721c6e43e578957e21c8b9f18defbecdf91dc49d11044aeeeef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ba077da5ec7f147b51f0ee4432082aed3b7a3a541729913bc2ed821688723e99_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb48a38cb5d06b67ecfb4777c44d44f3e32a996397450e30f40e7ec3e340a56a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:deb40607f193ff4e36c684ce74167e67a7e96187f1a44a1f0f20f36572005843_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7dc856fddd561c1d29112b0b8d4dc39dc7503974a9ff563612e6998bdba4b71e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a3e01913986169c592bb770fc49e3875d46031b5788f983ddcd52938f9ef7a49_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c3481c6f76c644c017392c092dcbbb25a288acd14a9f01e20afd0d2d35e16d32_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cc440be9f6b3c5e22186b6d53a428a8220201ddaa79be39e19cc31a8fbd7b221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:12d7ec468f9634a53d053f3af7957c5162d92595fc3385b26b08acb22b7935c1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:49f08b645fc28af342483d9efaf2f607c9c2a6b491b477cdcf2985c44aa3e894_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d32cde1eedbd0c110bc10836025cee78421ec16d2924d30f5e6265591a9ec716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:df885dc6da20faf1903dbdac693889d9882722e8b67bebe35f624c11e4616262_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:16c8b8c6aee6f6a06367ca5bfe2be8fb85a05c3f18a819683f49d1a8c73941ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:376659c608333e76b0b48fcdc69ff17643284fd22fdef6c6998f07be54c1cf91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7359a62beac2d501d629e6768f1767861fdedc0d05f53a4424a2abdb3dbb6a8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c71d05c245bf1a4955f46c785d7264985e1f904de2a19972f7ce6209a3be0e4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:06ab376096238d4e04c9ab713d83d3cab5db769b5af1fd1c57ef2ceceec6ef61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2c80889bfaff670acbf859db3624951cda96d4ee8cb1560806ca4215e8c6c04b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:627c6b73224c3e37181a19cb598ef9a425cddc1d17d97b6c23388ec1345f6a88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d5d338daef4ae436780be192907d28a26785021d97865d8a95db9065734061f0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8e59a286a05743844dd1333770197161698788e0db4faf8e00cac6b2fb9a638e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9029d8ef1e4455dbc1910078afea1141f92a5c4d2c298ce1d9e4319209b55246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:da4ff38c7a1fd5adddbc0b0d3defbbd580197680b22648e2ab803c90c4a8c9f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f6c44d76a715e0ca38fa5e2becad93a2bf3a41fd8f181846e7aba81b0c579691_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:167937ed04f625a9cd2d0b8ed6048a5cb7b6d435bc2d41775d7db4dcdb5fae95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:176feea3131aada18df5da44af30a127f4dff392ce8ef57f7e0844969ec95923_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:17afd4ebbc2a5233681d4cc1774fcd70dc932bc10006235b11de8dcce826c2ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d3a98e507691edec50373d79ce9df48a71cb6a19a75c9276d0c5905d4f204b39_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1b6c3977b4835b0cd5399523dd437c230b992b77a0e7352b095d008be96fcdab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:54d79643f3a191710d1362d665b5c838130f3e51aecf1e27a2cdf66e98a3cb8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b8692d27a4799d20ce1a8374ba99f55732bb7db56cdf8f5b038424a086db614_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d196f02212da5e80ac5a73931316d38e9def9aeecdadeaf07aec685e661f9f98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:11c2a1966b0632e85caebc4555e3e2f726277175b27a63a5e854557499e0c28e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7e649963b5c1e2a7e8813569368eaf0ded5e544799d561622d469b03b9d93937_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a23fa7969c6a881648ba03ed1a13692c5db21b79f0608d841291ea9118548ed7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:af57ee131bc09ce55ecb3ae13ed7dc3ce9607a7438f0ac5a6e64bbfa000546db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:3a7644c1ac089cabd142fc1743b47302eae8528b13d1b038298f2f57cf746326_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4b5ee426703ecb55bf537731c39c69ab7f86316544cfc472ee77fbef7e5680a8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4cb60d36cc3b34b4b1496b74b9b2e68ff152a71d7f957b356311ea811bf05573_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f3f64bd2f70faa654f7134d803efdc032df63fd4ef07c97abd38fc41e625b48d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1b75d96a4cdcc3a37848c5edfe598cb1d99bb3b0707db5e3f62478320eb90f9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:876fd001172d5151ef99c02826f834ee4db4623b00699a8fb30d6a456a7a8687_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ba8fddfcfe0004287ce58db40c1092f2090b3bbb0810c277066aa2d97799f8b9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:bd9982e951fdc7259571b6d5983ea2cc44402cbea411ae9a6b135692bf5939b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a7a8d4d8adfd98d3a6e3d37644b33966f2c34ff1e553fbb5140ab9a15563e821_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b26a5a47cde227edb5e7f6e51247a6cd91e13484f6b5f7dc19b62f83b7478361_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ccdd76d6734e3a3cfaa1e432c1508c097478e842fd436672e57ef2563d817e4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:fee8f3b24b431ac2a5d4fa3d96c90c5e1aa68c08ee8ae9963fee457c98795197_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0e559f5e780f3849e73d7246176059360631d8c4a7db1700f6ba1b6a9e6ae089_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1a376560672f81b7596417591491e71d065e90672ff6ef5d37ed0785e9baab16_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:350a0360dfdc31eccadb0e8b9397d5a3436bb509999034b60e611428eb006cc4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f8b68ae48350a5aa9bdf47a36efbf661190d497ab5a139027a2bf4579d21e095_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5fbe979b3d448e36fac9615ccd96f8583b0d587d46f6b1b3749e85938cb2e510_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8d45dfe709ac701d6eb800b081947d39a855f65c756f31ae47b75be9fec0c260_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ea4fa6caaa81f207f2372c6179c3698e225658387549ba567c232170cacf8570_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8fb972b411085b4551e10adbd419e3cb89754ee5300222cc4fce27cc349513f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:066d438bdfa1626aaa7a0ee5d2e3222724f2f0cf5bc9a189b67fd5358a0a48c0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:747c142608d6f43952d315d7858f57edbd2d9de2d255938dde311ea580a329af_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b2ee2d0e9906ef1581677bd239073c09f93e5b720501e9001926dfe7db34839e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:bf0b42c5e7e51129966a4744bb253b7c336bb88b1f1a562e481f7eeff5428136_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:3e9309d53caaafc9b145f6b7fbbb8879c9f018ef226afe101f6dc7ab02b67856_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:3a558e248efdf5d3111b7d61e8bd471682e7038bd34c4490f8ba69b91b44f36d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1b0981e2ee13869663087d6504e0c0af6f2c56d2ebf81d72b4b7c751bbf6e500_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8073e0be1f7f7523880b30946f1b6868274c070acb97d9da2f5c486db99ea18d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8980be22bddace1adb383fc356975fbf0af9ac8a20bdc95b3303a80fbe296f3d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f4293de50825a003a825306a45612531dafce45b72a91cf4dd455d596a0c60ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5bc26795163f03947b3f42a5c8cc52b7fd6eb713a0fa5a1558bfe834c21edc0c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:7f29c85842a34554f06db311ef67ec08d1d947d32b4363d1153d92c8d13c3214_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:92857eb171128909119700c431920f543cbfc89cd06aa98db816a2fcaab321da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e931e3fe478f8f905855b4516e1ed9b33a161536c447025cd14dd68778c40fa0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:338034a3ce7dff3efafd00fa35b858c23c2ab284f743df414c6cdae455f8801a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f12584b95171f442bb3661c908ee43de70d0400c6273eb4e93325a5f3f167b54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f37f6568957ab825b08c2ce8fc6b32ad18f5b7bee50b24b1804e70cdb144e5f4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f949249e3847338ce4ae9b94b0d191edd3f316d471f0a9047f97e41e41b7554c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:407286c96b6e9d0ee4e8abec2b06a5dad70fc69820a00deae47cbf3fcdc65a40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:52294a05713b24485ce6d7d1b867081da2f01dc008b9cd052bf8c4c37839f581_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6693dff44dcfb7e6fe67f5373bb73d84cf401d20640c959375f20a24d31aa697_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f65918214ce906cb5af9a59ece43a36870989c579ac1660a2a58f9536a79d9f9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2ec7076ed08f4ce7a61f95083155b5315acb6004ea4245c70be2763eb0ce9f4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5a539e39b3aaf61d63f391b6960cdc5746cbb4b0fc07b85a98969f5c9cbcca4e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:93505b057575ff9292e2e96903238708b940a23953a79cf8742c880f1fbc743a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:be43f0ee18b6d56d81a09871c4a30dc2245ba60cf17ff0f1aad10e117f40aac8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3923e99d803b6dd5bfd2fc957101bef6dd86ba8f6de9e59a849e4c7a02d57e0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8253bfec4409c9a02be72d7e8d87fe5f4f81c1bc58a294f02dd570debc4f1128_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:851fd20edf32778383c81e3c5b935ec5607a05f8fc569f64e31875b8bbe81d6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d06d41126ced4841fae74d0437b18e9f1699d285158fb8725a8768a6e9065b79_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4375e44dccb08eb4ecf461f4e8e7e97d617ab5b1c968beb481d5795e6bbf0229_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:75140fa657674afc46d698aea19115a9f60c7765ffff6a0c4ae5ac166c725597_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c1a31ef64ecdd90020d72f323a242b551a6a4a85a4dae309e19f5d8f12d77b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c3b1ed110f6b17263484b7fde65642eb349162b206c0b9a2f463bf5eb13273c3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1369aaf62d9d273eef766c42f7015d56152f6b8effc50dc06d75b1bab38a20a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:47402101d62f418c0f6b8e3c6e2367a8c84f5151a0204f326bf1fdbe983c603d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b519e10d4cb8fd9ad126a36fb864d2f29f7df218ffa1b3b5f222e0befafbe360_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d70f848ab6450690b8329ae367ff2e5a3a5b295c073028dff7cf810104c5be5f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8f8c882873232fd9a00adc69e199f1b4acacffcdbc282280ebb61dfb1e61b875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9fe79073bdf1745b388fe52bee661394f96ba5c0af585ed8ab4a61724e324777_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b2b91287350dfb474763ca5d332c4765af0c1ff2d7be722e23ea93970add2687_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:bb5f4abfd26a9446eb2f4cb1355bda840ed1006a6233373434378abaf0e617b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:07ff9687205eee39d9ca211c0bb0c6b1618848e9e74bfbbe793aca67de73fa88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0ba94d11051416a116cdf516dab74d530a584fe7c4bb1e8d3deb3bde2214e459_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0fe87955631062bc7ce78891b9eb056f899308f8cb8101b3a44f889c1f0c0654_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:786de5dd308c9fa6643aabecea0bc666a9ede6fd2a5ce1cb0d511eac2a19596a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:719989a197c3bb8b8af09e95af49125cd28014fa74c7969f3f3b939223a6743b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:743119e024a9aacd8bd4bf45ab9c14e684ddbe2307d8f965e972ace243f128b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:76c523fa10e222690941abc8c5564efee1ec4d309a7d023480b6000a545d655d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a13cc82f7b2053435d5268416686ae2ba89e37b6561e49c7ac395cf3359ca2b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:98aa0e651302bb73569a0578e6c11a1691eafb5b0aa28dadd714a7b44b498f8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:9fdce4b5198ae740daa858432221625391f7283bad587e1ebc1220e7b0b4fa28_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b072bc3bdd61164b8076f2799e705ed8e34281b2cdf24d9cf08deb8e697de2a3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:fef5253a6623c30368e9e7e271501adcd9432b96473cf8278a7b81140d287de0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4eecd436b35c9b25eca6975ca9e938c2256fcfeead67e1ff4159d7e36122122c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7e11ca9795aea60b3f0853ffef0fdbf922f4863edd96c50fa85110f36bccced2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c95f8bcd0835611bb90983e96e3b780ccb65bd2bdc7f7554432ea971eac8095b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e497c1834c97590a0c388b58dc823cdff79ab6befd5f2a9bf494b3acc3181eb6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3a7af87b46058334b97531a4b1b5cd5be47e2ade8d74497429529bf0a489b275_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:97313aa4f1c1c9aa51c77a153d0f0eb35cab9711b7f1465b82a636ea44e849ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:ba0927ffd76ad6689b808e734038678c91854ca3d0630613094824549f8a150d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cd8feb684b9c70a4ffd7077e19812273f333174a70f7c2b63d57d140d8002382_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0c8bfd6ea4d0729e0ffffac9811b5db2ecf5c40e68ef048ab104f161d2689b74_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4dc7e3242cdcd1d3c1ea5930da7d4e027383149373cb6af0551ed2572eaea0b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b78827903e5c338d67a4ea2ba10ee67e16482ff00968ba99c27af2b6d50ce202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c9315d23ab26f6f40e05a5fb1f9f2dbce075244a035b1f16003d1108a7ba36d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:270b5e756fca54f2dc05f04b6f7b43f7f188153811decbc0b49eb215b11c2372_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5331e8ebfc48f4d2322226b8986dd178f133a52edcfc0a192e89f1785c8d568f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6cfd8c3da57c17ae1c430f2881c66eb0b1c456bbce4a9ada2491b2c873dba985_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa346af0288b5886b5f095d1fa0ceb7715d4333db919ff9d61078f369642cc29_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3403720059bdecff83f784e2fde54d2bebe09223ac6cf99ce2b4c840b9cd4a98_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3f8cb2cffaf6320f14ae09f7e44c965681b395370a156253790764ec9d2a2aca_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a02dde1d0b4f4fbbc4e6f0afd24da1595672f3f290345a4f6e98e11d89854a17_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c4e8ac4fea3c281effed3996a378c2e952a3d3704e47863b2ae6b266d2280920_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:46a0b302273acaf2582d377271b910d9d31ff98744cd8f290583a7bd5579761e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:af0442c88d2b9b93a187010065424798d89aad1d695ba438c815d04d7fcbef04_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:bc7b78f67fa189ba63da9891a1b05694d676a3ed2fa318336fa0850d63815250_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ffe4e64ee1b721aeefd8f1ceee11d225dd69319385e3e70f0bb52f4f40660a45_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:29d5a91b39dc6e72677bdfab50f56860c53e67dab139b464dd571fef9780dc6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5e6d4e29635ea0b075e402931daf8c384d07ec8660223babfd0df9d572ea6912_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:82555977089a1586dc24154b46be6499607a9d15110e5b48d9a549ee73f3843c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f32c4a07d2b7a14c39db1e5e5752960e46bcda700b292336480c95f359adf0d7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:86b3e656caf1c93ba2bbea00514a17b9d06cb7a6fd5c6746d80ce35f45aa5907_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ba5c8896242125c24e3a7e5698770293a601e9e7f8508465d7b45920cc9ce240_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7de62e540922f1de5f492527d07a8e8f4265d24b577cf2f93415209ccad63912_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bd71e582ef755da7bfeede697b5c2ab29ab9fcea6bfeb14cc8ca168fce5c7bd1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a1e6a736546b54bb2797d85d51b8f2b213fe2f6be6b26bad5b549df9dabf2d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:efc7fb9608c2be8c3c65aff302f923241bf8d008bc71c2fbba0d82ffad2b4f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:aa63c460867d565b44b2a8e919ba9a0e7fd6717f71588cc5a7e2ad268fe13181_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fe1f1b5d6da2e5ac66c689da49a4c76916533f30ab456c9961a225a5e26cb6ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:36fdb2cdf796941fc6638036b3a31048ba0209174c7a62424fb410ae14b1f81c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:65a0b94e9f663f3d73a9696a622ad46c73a5fc793f9dc46ee07fee8ba3bbb443_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8afe2a0c6b1b200201f21b148caaa682bce77cb3b1027f61d4c873e5babb1b30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9f7c3543e4b1a095399d1219c50f1f5081440ae1605154324d57ba9201aa4fe9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2c0897a842cd7b16b64888568ca65c2a6e473c24b2ba9bc5067d6f1f237885d6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:432c94d7d5d46ad66348775fa0e1a6c2c142469e8a770db5528a1aa25664c389_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c86c7188163be31c7ab04017bc46ae88707437f804ddf2b5bd5a73ae34f64312_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3f836bb9effeca4dd6a230a4241282d33ed454ebabd84829c41e58db5f24f47_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4632ef8ca0af5a8115f3d9490c2ad9e2e44361f4d0671fa8a3a1006254b173ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a7d2d10f5326e2d71551289740eba86d6dd2f12526dc684b1494bdd4228fd8e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ba876751849dd525a26e70996e7e02092c473bdf386ec4663a54ecf61c4f0d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e842cdc56ee7728aa71a7f95eda9777ba229aaf959594e73d998fbb30b7f76b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:90331abb869c0c04ca7bb59681cbd957ff54eb0e0265e16368f9fd6ab6937acc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a02580814c02bec4c1c9b79c4b5a48a5a59caafa60a573f9f99a4a1ca07c6f71_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c197de59c38c060dc8aa099a027922853e4b9dc7e5589ac55c8841dbd44b1367_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ec7a4bcebcc80cbda32227224f64e67cdbc98d3fab95466b55c89755421ea4d2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:223df196f0cc747e52ffae9f3dd03fab2da3c72d5e3b189e3035d4264a08c6c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:29f3154c0b972730ae9a54bc496bcdf62e9ed348b73d98ca958a265717ccc2a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5e12029e90adf045a4377f4be2be75c879e57aca7aceffa2aef08aa262ae0f42_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e150a242bffd4437f92000417cad89969fd547b5da514f8586802b99a668bab2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:17752e2fbddeff8e6f43bd354d91f248b4e69d88e80b29b75508fb03b82d92bc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b1703420b5a67a12f055518b6a23c1d8259dc8a064a1447196f642dd23363806_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b93a134a81af485a0f07dcd6a71c816ed517178826539d0f53b6c45dce87096d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d266a3bfe528e76a8c6ef1700a2016080d084cf6fad2e70efe5ba52ff0dbbc51_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:8c90e9864b3ff53d398f2451254dd3707868b36c6032d8d139cc3ef2cbd9084e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ae6ebf086515376ed35bb432a7f567f7bbb44b8d1b86773fd86daa387c5fb933_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0a0cbb021e13ce9d693eacc4982ece2e8ba4697f5d5571b8d0671d71824fd07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5271f6452a89fe7907b16f486439f54f0dbcc3d075a70ef446ee4cc62211b1b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0abb949ce9461e5718c1988f57791c7537eb1b3d2184f4b4268fe087e39726d1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1267ac849f67c33155b54409011cd3f0eaa27d5f211703875cfd383d1170ef9e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5082f39df1f143f23f0e587dec5cdb3e3b033ab446a57e7e808c88e6211a1a67_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8fa27bdf891edfb80585e470f09c9d6fa369aa727a3698b936b4818a4b46448f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:017bed02593deb2e9cdfe0f268916e5d1c8cb7a4f1362c6eb3c94050896d7276_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:027baac40981f53c9ec53f5a4241a657929d6289e42a0e5deef617c182b7580e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4bd5b70373a257b1fce20135ff4a4b3e6962eee541c67a0e29ba9a2523d4d4a2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c0b3ed1332b228290882bbff6a1ad6866f5ab2a4586b261949832cdc3bee5797_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:047c270f56b685d5a4e67afe43d2f1ff47829a259be6ff93bfec4864233d4497_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:50a6482667d53de3d7aa2bff6df05ca21e4e9773996afa8b8038721e231deaae_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:653dbef43ed7f531ebf64c9314756be42738f1635a64097c53210ed0b6b0de88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c4d2741561038e0080204335efc6eee5b6ffd8878553b240dd433fea701e6bab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:3de609d984e39497dfe119bb8e0ac2d6d823dd894a5c866e5ec87de5b5711e60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e3a8b252aadb5b32f42009803b56dbeae49a3ddbe9d00aa27569af4747fa403_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ccf49e256cd9c3bb428badab464a17aee485ee1516896f1ade10da11085e843c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e77ce95a84b01b09c5d1e6dbdea8970543aa3a60f9292300beb078d1288bb801_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2ab5fcf7003f4ba3de7656a284b11d6ee05bb02cd0f3532671a8c368f7b15178_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:44241e57d9067223cdd1585db9d699db113931b7a273d207516f60c498570677_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6aaa55450d567e2fa992650c456cdaf5529c5d96fc9984f7e1a4aa9ed6294bf3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f2fa21e8a0e88b25e9037a9c2db4b157ca6fef8b765b36da7dda71bf5a4c4478_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:10bfb59c904103177754f0336f7b7bab676d240480a8213ec42a778bca3f277e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7aa4fdd78ceafdc887a91224614657e86c1e12b72fde68dea4ee5c6e9b610cb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:e4a365a0516b0c8ef2d1259ec4bdb7f76aa9dc0d3c3cfd5d5b3d34341d349772_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:a06af7a856d5f2416777c1bb1d271c189576e273450b25c6dc5937cd16b8bf8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:28b8390dae142ea16bb05f6bd95f19b6ab38dd67c341168337ca07fe4f45fe87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:be6a9bcb97824c91f393af5aac5a146d819ed9893f5a074e146afe18f3a50dc9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e6392d583f97f0932dc01be55534fbb6dd3014f84b745e8bf7583b96ad7a7761_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f30d93c0f244f5ba21807dca912d18d4facf47ceaf43da7efa41b14ee816b71b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0848bdb082bc8dae6bdaa956d2ae36fdeaaac89024822f4bcdffb51da1165fed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9f9603a2dd344770da433fe8dd50a104d69e80ad463f9cba71b3aabefc4fee61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ab417553778971822422c6eef94aeb437209fcf88e78188b701d4b2243ac5be7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b9bb7615df3eadf64501f35dcefa829934f330892801cbb86e9f70f5dde236ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6bb4c6c64852f2b7ee590a0a60db256d8dd549a4b141fe71d311bf30d0ed88ae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:837cd26d96a814814145cd0aa0cca672769283c499eec36c457ae432b99a7466_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:956ad866d891e1340f630b9cad6ec73d1fc60d4061d4c63946ed714900388a3b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:9c91591eddbc058f05d052e3178102b28ebd25c2c9cb796fffd5047f5d413d12_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-66138"
},
{
"category": "external",
"summary": "RHBZ#2506676",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2506676"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-66138",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-66138"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-66138",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-66138"
},
{
"category": "external",
"summary": "https://bugs.launchpad.net/ironic-python-agent/+bug/2160050",
"url": "https://bugs.launchpad.net/ironic-python-agent/+bug/2160050"
},
{
"category": "external",
"summary": "https://launchpad.net/bugs/2160050",
"url": "https://launchpad.net/bugs/2160050"
},
{
"category": "external",
"summary": "https://opendev.org/openstack/ossa/commit/b6468150ceb59957bfe541d431e90b9651abed51",
"url": "https://opendev.org/openstack/ossa/commit/b6468150ceb59957bfe541d431e90b9651abed51"
},
{
"category": "external",
"summary": "https://review.opendev.org/c/openstack/ironic-python-agent/+/998486",
"url": "https://review.opendev.org/c/openstack/ironic-python-agent/+/998486"
},
{
"category": "external",
"summary": "https://security.openstack.org/ossa/OSSA-2026-027.html",
"url": "https://security.openstack.org/ossa/OSSA-2026-027.html"
}
],
"release_date": "2026-07-24T03:53:12.142000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T13:37:21+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:8fcb7da94ab599d7aa92adfcffdcda19cef1f3c2903bc9d38006b7522847c458\n\n (For s390x architecture)\n The image digest is sha256:7d2df00be06a79cd70639c116c4998f8540b3e379cef1e2cf0f3ddff5188c00c\n\n (For ppc64le architecture)\n The image digest is sha256:e41c3fa52e30b8c9d0c3a5ea531f082c08c7f8832123b76d597b198726a0f6f1\n\n (For aarch64 architecture)\n The image digest is sha256:2d6b342b1c77355a7c02d990ebf3e28d31aebe9c78a4bccd8ea07fbebc5a0c49\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-ironic-agent-rhel9@sha256:a677804e422590551f82a17e61f64bc03d5a8a42a695e7ae8d9de5dc086924d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:fb7f225a9221506e6295f7efdcf44adc33e5b971c470b5835b0ca3c42ee1942c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:60446"
},
{
"category": "workaround",
"details": "Remove the chronyd binary from the Ironic Python Agent (IPA) ramdisk image. The vulnerable code path is only reached when chronyd is detected as available. Without chronyd, IPA will either use ntpdate for time synchronization (which is not affected by this vulnerability, as it passes the NTP server address as a separate process argument without shell interpolation) or skip time synchronization entirely if neither tool is available. Additionally, restrict and segment the provisioning network to prevent rogue mDNS responders, and review OpenStack RBAC policies to limit which users can modify kernel_append_params on bare metal nodes.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:0c95fbbcfd5c54e6b2934a8efb4f8523d1536ec1deef78249f4daebaa9d327d6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1b84b2a1cecab16e75947d29572008547922714207272a5dad8169d1ca5beab5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:466597e63e82ac365414c803f5ecb8f06a72374885eedc5daf9532aad16ac148_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:de9cac5c7ebcf3d43cad87758dd2eb0f4d6480f59bfb4112c224a4497aad9ba7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4ae516b98be8fbdb9b783345fe680c1d6ef57b5dc06b2ec3bbd20bfdb7c9b2c4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8f242ba3e0b9c57ecbd85f0d4c1bd67306357c92b53968a42419736c3dbe04d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b717614ee549be99c17ceef3d755c66abc983e821e04808df347962858e0da81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bd0f90ccaaaa74683b9bb17db0651dfbdfdf8f49adf0ecbaf8e83756d270b590_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:040115466e4f525e9f2386d6f8838c51f8e1638eb06cd64f071d4ae027a8fb9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:1a677b9d28655390d007acaa656997b12a32e9093c1c228778ef96cc6f4ca875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:39c68aae39089d044ce992b949d4e9961105711501daf3d4f0ba7e9981920729_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e814640d65f77818c180a706940337f8ddec8ebe4cf22c51a58a8b69e0f4099_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2831d7dc9f3cad92219addd21b93959900ee2f71e2d988fffe913a6f88dc7e1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:50f602354dcb223759d781cb057b4081a424d6a509178b10674358cc8dba41e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6925001d8a798896438ef1388f54bc29825c37d41f2f09a59e3f8bf60b2ec6af_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e01a83cb76fca294a011e022ed86f1da8cde36928096422a440bce8e42fbc8b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:757ad9e0c37b861340a7b2269b068d5b0c6355322eb5f5898a856fd9c4495b16_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7f68ff8059ae68d15041b8f38ad5ee5278289e1370d276cf7e78fc7e9fc3bb10_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:816787cc8c95a4a2df1416f09af6228559333e1bb1421ede0c9e2093444260e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f9bb9a184319c9fef278d3c6705f56cfc592c844f5c458bd20bcdc07c4230982_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:198f39ed50bbd835f4789057f9d7fd8de0962f1641a7f453dd90d68b5b2a4e7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:633ce875ee7bb08d9bf00cf79738e3e63cd6bf4de2d40fa6860142a301c0968c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e169d65b86f23d6424af5e7cf9e1d0ced58382128092821676196c0a05f91da6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ec2586358c34d0130b00a3714b50c8b7bc33ce915aef6aa79eb214d38202f37e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:13e81e4c25d8c789ca15eb4e84f3fc531a50b4dc0d95fa3573e002e3b54cad61_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:17637f8455e0e17bb3dca34545a26e881cff3e1444af45b9f45c3e282a252bb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d2dde1514fcf3308d1469a0af6727835121c4d6a1a1775a675a7ffabba8e3bed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d6376055835ac40728181d6f354398a0e60ca131d2fd8f41471ed87e974ea4cb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6f86d997faaf61c874def5a78cded319a188c1babbc4dfefb91a29f7e0d7f0fb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:73bceed99ad1b0bc99e66ab8361037e4046c5212645490161572fe6f34de98b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:babd6b0e928bb674289f34787d3aa536bdc4c24a877a5ac9311f21f0cc9e6224_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d00a12f6c4e75a2c93bdd135eeb742f42868b0186d9d03f318c885407a17e439_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:0932891a63e5ec5a076c7848d5746e29d972f3a96058914bee8fffa4921fed38_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:472e977d39473b92992f53c0225de477318b31be8656c37bc35193789ab7a456_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:71021ecd15d688aefa6db79f817c11a751b51f6ea9f2e48781bdc49c6de98088_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:9563eb7617a4d3a9c22fefaf03a4ede698fea2621a68ad231cd9e65930043a56_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:1fbf3bf4990353e799dc271bb4a0c58b385feb2ee60207636a3f76544b4f5ae4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:7815e9dc63477803e7e8bb8a01ea83043b5503ba529f64db3c76ad1c4cf2f0b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ab22d93f277f9bb65fcb5fd9c448b72f82384b9be43b8ab525d2836832044eb2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dee02e09373732db94bc442ddcb2eb4d13095a04e35c674387d3df8ba23d67d5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1a046b24339587101462756592c87ae4a8f699fc2977a703e6d031e2022a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1db6c409fede3e9ec09788fdf286fdb0634de6b6e727ec010332f7cf2e462_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:bd6be5cf4063439e92a1264ce3af0ea6528b9c27dd4b26f043a80aa8616575fc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c955c4b9dce1b25c73453079a21d84c5a2e5d0b53cf6e351f9b1855f08db3fb9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:221943f7b65573c2942d88354261f93a01950be1d1a86fa853544cc4c283c027_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2488ca8b2a8f658f3deaf9a70b12f7aca159490b5e0861d746ca8ee5d2010041_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a3435c546844b61f456789fd315495d6bcdc2560756e9fdfc4b896cdf70d75c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:be2e4dd58b8ed72278bb2c014317e69185e2b19dce37beea7fec3798abcb35f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4da2632fea643a834aac3fd63bc51fc6b0d768b869ac450e6779c9f36429a9fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:56ab8a9553f0c0202a47d858e234f2672098514dd647502405cac1f28d14196a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:abe530f4e865add435da2afd379a3a11a4d75c257c2468a09bc78f10256e0be9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:fe1397131aa0d447366fd627b12582ed647551ad3af13375f8c281ab73745f0a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0857a5a2cfb5c277bc2d2545fb19693f23285ccf6b75144da8fcd7225e1df1c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:43b36fb1f7ad271530f5ee9040cac4651a684e0e08de2ed90a2939b736b565ed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:7f86439496ba6573ee1d61b5f4d414dfbbf65a95526cdff54e45229f01785517_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8094138e4ed2267cc278a83a1586922c957142c9e5fcaec62db531c83b79566d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:309b1dd27ce0c7dc332c7141e576642db4aee6076ce50ccc2930e824f02ead2f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:35322e4580b0fec862223f76e0bd3c95ad0af31f3d4cdfd6423d3ec47d6e25c8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:699bc772c8a648f8be7d6a5c32d786d8f6484e584d918d68ef8a32cb1499663f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:779afd8e0fa21d022d7e75e7ba8da00cc7604db1adfbbea879bfb1d0f8c9c831_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:49e98d0193f7d7b4347043f0655d350a7a0c0d8c8b850d95abb57acd13dd8ac8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63e308cebeea85127f584610f59cdc9b228f01b9acb227f2f6eba7fcdc29b1fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:71f9b47dbd3985738259a6bc9a5bbdb240fd21284a194b47bb78538f8e870cac_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:9181583c88b3be23253c76e277f140c0a1532c1bff7d62cd0da1e14beba1aab4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:0f96581804dbadea29d9ef9a2a952753f5fdf295670ea0297622214e2a9b7d0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ae4714025025642ff5d9e250a4715b01d933487fa8bf4eaf82629ebd6d4c8702_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:cdb096f05b664fb542bb6eac3cce52c53da2e4bb636189bb53f737d3075615da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eb9908581f71dbe01d8553e494ef022417196408e9fdbd32f08fe1f5b9c9572c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:08725f7a384b4e72a173141cb35fb67293385ed72d973fc4d497f3c0f0dc626b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a322e3fc620e914088fb5669f1459a47140abdf027bd011d6ff4e5b3e6b909b9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b950e80fe164f86ddf624c80210308a634929ab8eb493496ef86bff1c5248fce_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bfc663a0ca81dedf849e89b91feb3fe0af97932fe8a8fc711d7ab85b6cbdcc84_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:13257447171d38e6e99c66faa476de6ff6ab934c285a0d1bf71fe94dbe583462_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:23fa493f397748092cd71c41b9d83d19fad6a5433b692bc644e30af790cf60da_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:28b1c9ee4102140998781ebef22f269316d8c2be2254c10b4d7151dffb0d37be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:be2175c2c6c9d882e44cf10aa85f1219573952473e893f67cc7085bf0a324407_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:61417bc1ddac0bc97c786b5807c2fa33eebc75f7cb186aaf9eef2151dbaf75a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:73956194247e000432a8c5f7b78255062c5ca967745ba2d97e680a06f698f518_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fbfa9ada74c4875985fc4bb8366d21eb5275a52953d44bc6bc740d48edeab5b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a545c9c2fbb36296286f684e02f9a5bc337b3c3fb9c83c608c988c88455f9bf4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:34a8a8a4a62b36b5e0eb061db3d56905c8dddfeb2e7a7135642f947ce6bd01ad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:41c2ea14036c2f8639cf0dd634e327841954eff4529743fcd10e8475546165d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a884f443877c7a3c0b32dc60a79e1bcbe89036549da7a8aa4608ee2ac6460765_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b28e8574a1d3b374ac4a61ea4f3c16eb70d9ba7385bf830c8698f4490f8fd3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:8e245c278c66405066cb31e9d48e97ad9cdb826511bdb1104807d26f896043a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:380e3045135a40d202f330002512a5c499d8d2079cc38e5c0bbd5a2312820dd3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5d06442daad2c126259fa5d594b53329e386f560b77a475ccb0cc37148644a5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5dc0ca56deaa237fb0bcddac8481b45d3ac81609b36c3b7bbb6cff8456899208_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:aa669084fb336f5d89d86cb58aca73b88d6bc4b6505eac2020664e0b6abfff6c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8cb392862e1835b610757e822332074ac459c593e9bd60fb6b6f6d0aebe577fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:987afa1aa902bb85d7c2d96f1637bcd19bf21eb832444c98d30171bbeb746751_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ad2f0cda09211f3e0aff615306168baf808e6fefbf1f039c3ae1a1fa7050a61e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:bcac50d10432ecdb8bfe2b465ba75889248ee8595f23c5243d023ac2a336f3b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3cf2d6f464e6a2fe5b4a8cf66690b3237aefef0c825a687a548f81336507cfb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9bd17213796576ce4d315986dc0b271011c37cd6e9ed75edff5ba80c3302fc26_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3205092b914bc1fe858b2ede7642227e04f35d06daec4848fdbbc0406fab4a03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a20ecaad93b15b869fb321c7503adcddfe1f0f5eb3f0f6427bd363234010853c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:57259db0550547f85684c19078b9af82b6318dca0c00ef8da27de8c8dc90e305_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:a95676fb6c1cc1b20cbb758a7c9fd34e82b3e114b81b5c17f47ef303feca3d51_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:49026487ee6722c3d438c05c1c181a36d14eca2f0d8debee48e4a02db0486145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ee65002c4934842ad86197a89e838997bb87a93ddc9de3423eb2af282a565c41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1bb56a1a194ba6f64edcdeae267fecec590c14c85431ba62ee8c6b5744da3a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bf72f3bbed57cebe1deb7690cd7fcb6d371e526630cb386d13180726736219c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:81afdbb2d9fe212af38a11b4d00ac952a306e13f91b23b2a081c0393173c5e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bf8d63c933996abf39eab9406b3061bee014d766a58f4e27a56413652d319a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:4a5021268b1ab163318270fc9ef07afa8a29f288c95ea69700c4bf46f88e85cd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ea443d9738e4428b6912b47f9c1d8d05b75cf8b137f0f9a76f852418b33b989e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:00148cec706fce87b240d38dcc91434f3c167052d5860d42ca9057e24c3f35eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:7996dc231961eb51daaceda9598b04e4bbe7d0e4019dccf5adec8a14d6f7e1a2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5c70298b919a36de41bf25d870bfa3da4013d36c6179db3eb6dd2e67dd20bff1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:a64777ab69af6f2b6cf4b78e5a00148e98353748946991c0a6da7eba76b442dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d4b6a07334845b2938c6d09556cea5e0477d13d4be6247bc9e3fede2e46aa3ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d5e665b41152b8363b4b15973a7b86365bb2c047366aa69bef7e1c499cf4fd3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:1a29c30f85b9bc858f0c70ca5ed79934494d92849f23baa6c7f26f67ea49c57e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:70f95a8b240afc604ee9af621fc3b63adaf80f593f3131e7ed51077ed2c77a1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4d217b45b97c9e01ba3d54d03270be07e9659b0d4313fc85999aa49fca560108_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:634f48a37ef03dee1cc0c0626c32aaebb8f9975b4640ac540f02910bdb3b165d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:00f06d1c70494444172d5630c33e1c93c333a880520bad3a810f96dc69cced15_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:01ac79392fa7a265608b75458534bafb6e5d350f2e8536bb9de48566c685841e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:12047af5271e61b4032c04c98df9ad54363d6beb13b36f49085307705677e345_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:37e5fa3bfc88e99fc78f2ced6cb4a99f5099942e40158dfa6940784c3d2ef95c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:54d10266c83c4d5fe91b013dac51538493ae4a4322c925e561c45316c73b1e2d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f799d506fc4087aac0eb4b2c2d6c8e511b598c6b3cdb1ba5ee470b787759fd8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:061d1b86afedd409ad4947a8ae59064f0fa92360cc82f640cf124776753ea3bc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9c7fef9c0e22e1721125d5b1312e509fada544e1d3d956338c3638aecea53dad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d3d951b736b910437255f3455b76357bfe0111c257f5a2d8dfe0f9abacf30fe0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f7feb8627754651663208ebb363a3e42e1767e16a65914148ce0507a77bfe795_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:23b0327190559517a3526d2500534542e9a397210cc6f663ac2b313aee902e92_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2911daa552328c8b01b19f91ad43ac54da18d343834c48ef35f12adff8077785_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:43960246dc7eb7bcef847c0d706bc6b0f0a407053a2cca7dfe27fce23c6d2af4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d05434d4552d2ffdd45d2fd44b1b2e2e8976a15f0f4ae59ce7dea73ca97dbcf8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1f7e808f97ad41f4c301736bdf2e06da73f2d0e3ef4ca838f0afd65273db7c8a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5553003527f078011d0c440f86c1480ff4e62b318e98ca2a4af97b42e5e186d5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:582a4e6fadda74e5c6c49b605b7967e9d6f25c84ab3de162c30931b1dcaee31b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6d54aaf9249113e5be1b6a87bf439ae778918533077a41ee9442396cda4d2642_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0b4378067622a7584c3be2e5e5d8748a564ae7672cc882bec0c1d6f4f4c28686_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2ba6c6b021db9b58614b1ceb9b736978b0e3396b04dda4518406b041448dd5cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7f7e406ef7b654a66bbcbbfa5326ceb1ddca4a0236cb60761a0ea48b919e8571_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fc403f7babe4eb16c770c80def94f34696b3a8ac55360b17c88edb11b9ae5a8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:473d595a495e4656de14b1b22456ef1ce2218fe39d02bf738990c0be4cdf5440_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6b3fc95809e8ab1be94de33cb375207b4302f93dbfd51f2a67228025c1e304fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7d0a9db460cb1d4c918f87a02979048f170f5e692e83cd517bb9b3271aa06dd2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7f1e2dcfd02a6a5fc56c6665979a8981f11144a5bcc6419feae3964b190583c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:775213a7b6d92d23694dbd1538727c84ad58c6b8a8b46587ff7bdeb7312acc05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a649eef7fa6148524b1f3aaf18ed6543f65ef91ad21358cb0af865401061622d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c593dda5f85469eb4ded8cb6c4738069d48a144823a070b83b58ba7772ba0e90_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ffdcf3c2b138b62cfc84d9916799812ad73fcba9c3416d7442f3686417c85932_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2e1e514d9f3cdf5f04ca924fa98d036988ab47259be5df67497931321634f730_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:32e93e986bbf92dd3a3e09f9c76bed29334b5cf794e18b843f81522ccf43697b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7bfa1c21aeb7971fa978d49455f4b5dcccd4ccc3de147ef47c32e9b74bcaf2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:dbb5abf21bed592282f09e30ba1387b084eb028bd931df5609c07fb8c09a0d75_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0606de7cca514d2b4ad9593d7f37950512741cd8f1597b1f83951aa7c8839268_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:116474d2dd37c159032b15ff856dffecad2ef0ab76298bc43f840bd0245ec78b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2e887b0da3269f28933bc5af839ea2df95b7aeca3993cb31b0a1c92e7043cce4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6029166a01da021523fc720ad70fc59f449684e577f9f5a36e0e759a39d0a28e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:849b8be9f7fc785a70451c1c0704501e2b449650acd23d450d145da1a760c166_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9c5d6a2d314e840600ca6bd1354c7dc6040fbdc216166418485d6edfedb27ce0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ba10e440e514662920d68ac025d5f3841786a393703fc2dc0ee21ff1d2490015_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bac1799b133fd829b35ac619a25a272301816494e83be5a251f78a50e7fb2f88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0469874ac135c41bb590ddbac02428775083221257b6904fa376335610c4acb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5823c8fa1f1409d6863dacda718e35b7afd2915befa21343dfcc68b6fef7a9ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b38d3723f2547dc5676460e3738420e243c6fdf7be77e54d18657efb9668c438_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e5a5e4c1a01ff3f5d694ca26dd248533fd463c85374c25ce1a9f4b7a60deafc1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:19f94467c811e10882e30eeef39b1266b83ee417974aaf62f75738d51811cbc4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:47487ff8d0cd813ab3354061caf319dec553b1cba9d5c1045de710b8a6d0c51d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b3a0104cb85f1a6965eee44fef58983637839a1f97ddccd737704ab41cda3a25_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e8c72b610288bdc44492ea0a5c2fd66cfb1673fc06f6bc66831fa84c96f86543_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1a9333d29d3561fe95488f3d80136d6b24b4a2e04472d37d34737fd1032a8856_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:705d146d458883660aa0b673a651d05d1d1ad73bafad91e84755118b82092ae7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b9265d767c8a6786f12dd4788377f1a316864863a32de4a4ec07ffc8b874aa00_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e3a7bfabcb96924059fb7906be97a0ebb1df35c6cad39a7968a6461df0cecb31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5c015e1a10e5f14e82e30ba41b1ae6a82cf5cb0bc631f5137d7637c44a3f5b8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:623bc4c74b05b46babba7da628809bac05b48d8c4055648e88f0db57c1bb0e07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9502a32446a8828e8a1887edcf49034e874ea0e32ab5fdb738ab89e77cb5a472_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ec7b6b83c8e934b66505e8051e183fbaac54e78abae5ae99077d4e5e163b4529_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1f15641123321a662f676a46a24f6c8066bba6e3730a3c0d0eca3ff8e548de23_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:85070876ada5cb86e8c585f3ac3114d548b189074723a13ec5d6fc6be25c9964_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a34e14a715bad1d324f9211d95c56ed387ae51b24b21ccf931c12f3f7b3dcbaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e12ce561e4cad13a5d08e8164060bb74a309f66047279a26dd727d34ed3dc16a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:67789c239f82fe3649ab8c0e13f920a788a3612d15a78fe5986a852bb2d11a0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:80d704ed310acc3015748815351da4b54fef2d8b74d7d4b03aabcf9fd7e60b38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bfbcd3f502bf336124261fbe51f19e7a4cb9e9132e07da62354699b30cf6ed24_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c1e371a0057014662b91736570bf25fb1211ead7402154a1149dfee9e55b994e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:175fd0386d9a4e064fa760f23ecfb45ac6ae3500e5a50acac0660d06e5b7ecb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3e9811dcf3c528ae6f5ff86659dee1a590c2b53f7af1a03204d06fc3dc628fcd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:68af6c6e7f51523ac223f4e25955cf3777f4ae5b601dcca7c6ec7e2dc0de0782_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:8f1b3ddbde3e33dbe01816bce0cce7d7bd196cc04affbe606fecfbd8ad7b8b17_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49699de68bf38c34edb696ebe4f9dc608756382a977f497f6713dbc7b6e1209e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49c32ab1927e0969508b906c14aafcbc64e6eff7680b9a10812eca4f17787921_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:86135a8f7d4aed36e7b2a571b431b29eeaac2bda02762eafda3e22a62a7a2d6d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f2dac4ffbee9d028b26e683b63a9f033ef8609907f6c498d42c447a306e75328_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2884bba195d4d635378b0d15efa54991a23f51bcf4efb1095b478f5cd9c34f46_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:d84853556ede64db5615eb4d826879c744f7ccbd92c51ecf392a686af854ec11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e05dd48fc4c26b5dd822ee58a2af27bccfd0ed28cc959a6fc05073cec6f7c9b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e202635a4a52be92b47960bd8ced28634111416b220cca5fa7f86373ecd1210a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ae36d953c8c7f73dd78d620f94a0335ff5fb84b16ce9d2dbadbdf3dc5d66f6d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:308c924c44c35b39c66b429a15a0343a47f7dfad62dceb76ea7acfc85e6bd973_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e132f6b0a6b4e2dc63561c1ebaa0bd9fc669a835b0c22b0d56599e3da870231_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5216d36dc483b1368a03e00dd9dadc7c75de2bc36ed98cd7ea2b089cbe23965e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4bc11f6ad7c3e9c99e708f7ef5a01b4faedc8eb5d2de5b0cbed502395958555f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4c04a50ca49fdc521da592b9c326e233763918fbfd6bc97e001e0e680ce24cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8ba4aabc0e1e36c3ffe66b55c67ab8c305f64aa6011f80060c5d95ce91180c5f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d259704d34b605abd3568bd4c988bf9e831d80554ec2d7a57e7c39a70daf0140_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:14c55985b9277766e54156139f0949d1e3e5f756ade34512a3d5ea3dfed2c544_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3231ec9c296798f11aec6a285b0a8f7c5cf220534d0525afa59c17ab2464abb0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d8767e4d0b2c8222748319f05483bcefe50388abc182a01f3ca9dae3c80dce44_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ebed5c3d8e112fc5086208b4b4c0aba054a0058f3fd08b71b129dc124fa00f99_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:26dccabde8cc0d1ad45160677fe240b3fc098acae82f6d095fad08b78330453b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a168025d531f20656997ae845a4930919d6805b7f9374c40f7835a93aaa46b27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e696a8bc54ef8a13800b2168a395d2cbb08678403beee2dc52c56d04cb235759_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ebc22890c7759ec9992b64dcb0e388881caeeae333a9a84a50dfeffe27e38b49_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:09319f1dcbe090d9677a43249810dfe5b3eb165aa3f8b473417e0913649b1556_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:46a37e99da18852f5512235589ee86dde0db6c09d76a49275a8004422b9ec303_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:535d1b713587008fe67eec103cceb54471f5263516f5420589cffe1dea02be93_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bc614ab102efc7dfaa47fef84c4783da26548491e4c43257bb606a06e8d155f0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:08cac9e30829765f182624de9e45e59b40884b8c39cde60528dd27afa57afe72_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:13724dc9eb7247844e450b59b8cf3af5e5f486e9558942836ab60f74b9943291_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3e1a80763f76f622b5ffcdb35bf2dc20ce1e9c06c4f5f6bf0ae06b04134733b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d077c79741fd0c481fa6e1aa2c479b8c5b380b1d1f163259777c8c50be257709_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5e82ef0b9ab6d4e3b7431a7611bc563f356385dd8927855e6090008685f1549a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:62ba53e306331c1b20cad27ec31cf59687218f4bd5908ed7e9034559ded04b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7664e74786778a96606757f1de215a4a9702d0c9f7cecba7bf8028884a7609ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7a967f88faccfc101b9388f8434d406acdfc85d7d682f9ec742d59eb31074fc6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0e05cd1eaa2b9c558d22892495f090b6b51a316dc56d85ae825b6fc44611b6db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:445fdec85c2510c8a45b2a830ead87136bbb80bb9244987b4d6ffa5858931926_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ccae4f8f443ba6806ea33105d7dc06002d58914626cb9ae57476b29193761b53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fc0becd36b6fad4911a5b8c9a4693320918f7f7e6336c2b11a76adcb6d1eec36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:652f8fc874b95a56393f14c2b56a63faa64c04f6646c1786d07eaa272a9acb9e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:94b9c011744629b1ff6f230e25f876f218ed59d55a941377797f77cdb7c03e1d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a178a796ca9d32ac59faa5eb9a6aea30f1aec65d88f89080f57ed519a7983f05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dc8a79297c73782f5005075332bcac58b051a07d2b35626323f9b69ee5f4d64e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:03d66c724cb647d4a613bb48c9df6e9ffaabb68c8af5a4ccae45365e32456470_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4b9510fdfb45d2561927843dbd7ed869e2f67d9636e59dfd0c3ee640d9fc601c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b3570e078bed53aa3e435443bffbd12a7b259f8dee9d18c0d79b55514a547b53_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fc8e892ccbd8d3c1e737fbaf8f02b5fa6bbbe242780c9cd00fbc5e6889d7baee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:266bd8400632ac70fc6584e4bb2850ebcee7027ff7899acbeca612c6556302a4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2c8f351447fffc2133f339c6ab3a0bcd9bdfafad4a4cb5b7dd2abc32c6056a92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b8d2783a76f514f9a4e8096434ac205e1d82d09da2d67fb930a1b5e4d8089e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:74fa72db679ef47f9a3e3459a90dfaeafcb6db73dfe15b8933767e2f9d19c448_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2b5964f6cb078aba05ada42f0c8280dfa39f9f80526932cc5d41410922e4e8ae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:480b27e9866ca8dfba83e1accd427d4f6813f4fb7f612854e32bdffc10d7d5b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:91c7fa7b70f2cc82b26ac16f91ea084e15a4f5dc64f254ed878c25dd1170c0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:edc297cdb2f670aebc1d3561d801840ad029e8777ce45724066e6891aabd60fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:443e0dd81ae60896d31f07ab49611c5e0629746824df094ce28cdd3cb0ae1d58_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9b16561ca87196e3dd9330184f7abf25e97272e3c47d2e8d594e3095e74f815b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9ff62f63d487e25a750bad29314955effd17152bfc534ff698963760a2615b0a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ab506c549b676ad9d8dd179e2ba871a12f2096ca2601ea2a1f2605ccb849dc6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:08758e6b81d6679b095a8e7fa323870eab35fefc05e525c6ef810b6cc0b3c0fd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:af87d24f6540e5c98def879ec4ea8adeb5b138e41abc126b2c3030c5847fd0b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c5e9e59a08d8940e99da6bc568269eaf71ea8db62dbff86a7f6fb5dae861e323_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f5122187c85ef27f5423ada009d800afa4800e32ad1ea3299586fe64cae8e38d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3c5078d135089e1548b4dec49b7e78658279e42a72792a988447662534b6516e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:56158ce0af0c0eb9709b2d1a172201bc795ed6e5075517b6919ed1302399d6f3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6720c8097a398327f18a5c84c28f6b58aeee017199c2649649a1f159b8365838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:89295652b447f42c6a0d6e1299f63b04016f10ec8faf6372357294a14472e426_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2baa85e44cc4ac6cb825103508c5bd74e348609eaf53ed42c6d0e045dfa62772_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:61283f1fff1f8ec53563012a5b1fb5a48831f0a220d3676b512f5a60b331e849_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ba258012c0832c57b29785be805be44f0b5f8eccaf76d82d7493946806eafe5f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cf3bee6414a87e7f907d30047ded274c488239af5b1f43ed717ac2cede29df86_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:40854e0833b6cdfedcf275cf716e58f3cbc5c44be313fb83ca3e909bd80d0b08_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4d6a10dcda92c599f52977c71208222d166168b29da4eb4727c466e7eb53cdd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7be4c5ff86b0e939ee9f22156812fb98d2f96c1eb4567ca8a6a01ea3aa735dcb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:83bdc9fa5d3893a973794dd7162bf9564ecf68ce44814349a621cbc284b9e61c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:993ba8c1dd84e486fc4084a7786934c356a9b12ae86155134fd1a1dc1e5e3f2f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a64dfd96d3aacabc8f219d19e6d7eb0c1ac5b68b49eb93fcc973d76e67ef1d34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:ce306e2cdafabbaa29467e0cdbf316673d17180efb604e683a7fd1ed7181c6f9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e6748814d950e6f5e370dec9cb7d557fbb0d29ad3620b567840770be826a601e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:04d418560f90c35b42be67886632615d62dc89cd37fcccb6e247212b535fbb7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:40eaefc42c0f0b5adeb47bcd463c2e2a45e7f3af1c0fa4cb3fde9c5479660c4f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:545bc2a7b32276bec515f338aea3a2976c01cc787a559986646aa6fa26ad5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5a2653ccd5dc3f59a228ee8b936460575e1a392d12287661b1dc83a9f8210033_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:12e5e4ea4d19c4dcccb35dba161fdba8a703ba6331b11054e4664818737746a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:180e817b55ebfd081fd0305f63b3e0539fe8d13d1ceb8428ea21e213779fd056_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:92e8693b9f6955f9862c8b576f5e32bffc3bc34232511fae0cbe57d705bfc53b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e5b5d4750a3ffe24b1196255d4cfe15b21efd587a41736307ca8e4e61a4936fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2ca8a85fb07b431d97ca6a3e3c18f1cfaa20883c7076d6b5b4e6942b632f9aaa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:559af5a310f0923dcb4ef9389c51c98604cf44642a13e8ccb46225b4ca268580_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ae056c9c8e0cdc6519ac1a9542781cd54ac2ac8881f513e965b57ce7d1e5ef2b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:deb92b50d5948bae13db37a7046d9b212dbfd3ddb1063ff8a5e5467f0cab203c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0c4f3cf84115f8c9b9bed6b2dd5d52316eb3a9e670fe6b9e28c2dbc350392e87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1142ce3f8a3c1c2a1c7dba79ac2c3b276a45fc6271ad9df9e6a5d8684c36da2a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d9f2c021c17f1416e01ba31a8823b7a87724fd96d7ec99d494981842b5d452b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f3aabf75e838b4a941f64a7a322768729059346d7578ecf5fe7ce27a71876fca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6389373ccb2fbe1b6385ea21dac1c0ca918bf9d3889ad7a738de6be5d7ec4272_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6449fee9a31acc582bb85e0031312e3ff07d1f1843a1c6c410eb79cbbec1ceb4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:751f007afae9f16527e9039aa95c2ee6efd2ee20afe3c083ba7298493d2406f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:afc11a340e28d4100c31646b705e8db302f6b0a96ad3620e07391f02a70438f1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0673d2034e7e5fb412a171939379da14e9269dad7bb53e83be7ecf8233b0b5a1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:18f0345811215feda18d2b63f679ee870e76b33e9f61042d93edcf36fe97df95_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a2d247eb696c80e02bc8c1873e8ee0fb71a1e5ad6cf5cd84bdf504f4fe17cb10_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c342b14ff399c961ce05c1af127244b950b8e9d641ce8752f9d0f880ad7a672b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3d9fbc97d13987f28ca76b3e238b540492eddef0f302c2dd958c1b0d05e10941_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:47682d4e934d597aaa1e809011a69afe93936fc629ad3dd1ed76dc7b073f7ee2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4e8d3460e04e85a3e01a578d492499376787c85f2840c97821f11213862239df_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d7b99cad55a1e1d380d30d0d4a61bc5f0cbf3a87223efada3e69bd9b0741d3b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4849bfa8a48c7e7d264fc6ea9097fa9d33da25f75776619976e3204b42026cc8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d7c3f5ce57c0aa25e13ba9484facd75c5a1dc3caaf9be4d0f273243e7ace327_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:78aef6c20ab3bf78eeb8b8a857ca2a24067d45cea0a070c44d3fcedc00d4efbe_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7f33515dbca04230d98550ab638efa87389629fc7d913c8ec42e4b5bf8a772f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0251068577a1724dc777683dd189468ed77413b396614a117dac6b4320b8f01d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8812fd85c74fd67a95afe09c2ce5e7d592eec1e25fdc6fa331a8bd41bdde0cc6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:89e0a7e0fe060abb45a6f8e6ed1906053c09f95c252ca7813175903db61fbc99_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c3674a8f28935f3140fad744b5a178a8346a9a7f79f6c281561d2877b38c4ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:13bc0d4f7d4508fafca5a3bc61b6449a056e277da131e753c06cbc1bb7781b27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:993a2a0b3f84e071560f6fc1a3ac243fa745ae9a7ab15febbe1385437dbd3ad8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:80fc518199cd3a1ad421b142661f0a85679b12b69d0afe580fe60eb6a13ddad4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f069665c66c19d9775b70a31aa7a1069bc653691f6abf106a88b2ceb8c0e1ec6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:13ef0c0585b01c56b865e029d029a553b458fd2d3d0204eb6dfba1bcaa11ac3c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:599d33b55e88212202b15f4344f7a18dee4f4504b3739d6ec99414d05bcde2b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a751f1f0540505bea087d3ea9e6ba798e89d5deb772cf8e401caeb3816a563_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4c26bc366b267d444f448a4d7bd5a0d26f84bea653c14b261a829669d888cf88_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8b67087a584a2d952a6e80572686412cc8ea01f03ec8d70b56cb8a24a0c5a3c0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ac1123e890f0aee159c9105e26e1f1ed3ba5eb3ea66b422b281c3e9465401c5c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0dac7821ce2a3a5a180f53f381d9e61484cd8c5efab3c9a7dcc70b5783421b64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6b30b39205367ec985c4a9d948e71d378b9483689c3ea179cd0f2476b9bfaa1c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:de903677bccf645889ff7968ebbc052b14273329c0765f7faa53b0ca815d6899_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f8392be7a6f5223930d53ed6d127faf727489b8f5ebbbda6b6b437c529e3c812_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:02ac68c83db9dc50cf6280a418eed9261dd2182bbf51d16fd143519e49960b17_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3746261c5d4744b13d4704c822fd62ce1f486010176fdb3bf95512c72eece73f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:85e34da00bd6d290c04d8eac32f39db59b5f50fceee9b248b2cbe27bcf0e7e5a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c343b119edf863e179df865ccde0b665b87087d78b20919aa5726d8fd240b344_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2026fc52aab5a6d7766511080699112f32ae4576108ff95b0eefc5d807a14f25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:21b5298172f4de1e0074c4abf5e4abf27e8adc02bbf7ee49bd3388f7127d4901_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:42f8af9bf66ea72846b7f7e57652725c31b01fc4a8d39ff7e7882075438c521f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9c5711087546b1ba7cefab267b8aa30b54ecde5926f009518cf0db974ff84c3d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:373c4b7507a978e3dd62e9ea629d1e397b1f1db682e11ada1bfe5a0b45afc782_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3be306649df2fa3cc9f30e60ed5d947fb0678b0231b617eafd3b1593d10feec5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5b01a896101a5189740f84cb1a83edefdb0dc00288dde725ddd0e95480f8e1c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:961dd87e559779e6338a4d3d35c96c0ce6ff7cb9634ce32d4bf848032f4a2fb7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8799db20cca7be653bae6b8ac5adc1d628094eababe740beb5dbc27e05346872_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a36c2b308515a293cbcf265af68ecebf498739e74ef11016d5c0edd3cf47c4e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b86631d6601578548af20a28d132a0503fe118f53d7596a5632ed24ec5a9931f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e867bd8b76b5bc1438a7be88a30fa7707edbb1909920a1d4d1d0da0ddbebdb40_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:313074950c6dec37d29a9722b58ddc951aaf67c27b47568039f29f02f2523128_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:43618db20e6f592602096897bc89eaf3c58490a362e91e3299e20bb2a02827d9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:705f4db2e969d23205de87db1bd7dc8eb1ade64a76940fad950fd1a214dde6e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d2d5ee5893ae16784051d9526c1feeee3c641fc3e6f337ba807744551c00ffa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6ae5cfd48e788096162bc4517f0466bf526f16c84bb61072886a64842856c5b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8004e7284c63cc32a05f6de732791416d57d62db041ede2829d4797139094292_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8137c3932f344ce587769bff04355ad405b6ff27009bf23a221ba52f3da56e1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ef15235cf21f0fbfea74089f75471b483a98c920b65676bb6199c155fb61e929_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:149cca2af3f89c7d1e105de81bbd098c66be5687f18a584b644f21d0be20f414_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:33fc93d5cd30760383da666e8effb6ed32f4c8f2668da36677e98c1801ef4f5c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f9c1ee7f72c926c45cd76c12046b867d9efd7c3c381f34afeeb9b6e97751175b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fcfbae71f81307789bec93987c4523700c191a66663ce53e4009c5e0a8627826_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:04fe8c19bee4b629ee7f18a13dc0b7f49d6a4b6e19d204de90b6b2240b0f875e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5c9662139f98817aafe153a43f700399781d079390d5ad23d3b70fd6ac5d370f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d1147830f896fd229aadd2b766fbb4c8102b35a8edd4d8bbeef4928d89cdbbfa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:dfd0cdc29bca0a2239ef203fe7b58efd97ed4e72daed6609e22b20babda395fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5a9889308bcd1c3981072c83d44206d0c3feff059e0a2029d49adcb974674c95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7a715c7e2a8f54ccee42abf122b0028ed19705f401248d8c38f785d960f1b116_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a67de487534d03cdfc180af9d235edb21c5cb71e1224bb5041fcf2b9a428732f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:b3780d23a2c384ecef73c806cb20d7f97bcd11c12b6392c781c0deb7ceb55df8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:48b5d06ac4b35c2a7bca3ba2abc39e3af1eaf4ecb19c720d9b6e46b066318414_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a6d7d7df9078e9d1cb0f12f9ceac12c96bf2cea03a9085b23c3e4af6a456b51d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b757d11e5dc51a5822d9e30e97ac142cf004fffce87ba2e58b8d62926127664a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e61ed19beaf8352dcfd4b9478335a364263cb9839f27140a634a217d87d331e5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93baf08acbc6875eb2b665a9ef3601ca34b76767cd70a172dac7237f21b6958c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a5f2c2debb51b8aa926ede417cf9fa0e4ebaac4f5bf9e770db55a25902a4a3b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:dc97d5c1aa80515080b2b4d16fb08ee4733a9347eebc8427f10b7e70582464ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cc1559af0d7be472ae46be4552fb41e81ad804d73d1444b92cae4485118c6773_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cfd5513afd8b2b5e22d5e384a7f769f9c04709d853feb2f91ef667d804cf9a7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:febf2fb95748ed0c440e6acb72c40d609ae7587b2665cfd7145c878a2a0b5783_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1728f980f3ebba7e48bc0e8cad114db1e0c06f692638764e30ab990f45c637af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:41508513986b369c2f89c64af84b3980b16bd2432130fb122d8c1346f0602894_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:650f08f62aeea4bc954e69ed88a9f2f14d3c8f733c155d113c0c58b7154fec4b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:016fc7e804acce7a8b8df0a02bec320c32f9ce6224ae67598a63992219a77516_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:081f9cfabc57aaf4d19df8b496613d8aff54ceb265634c904ec7765c810b4553_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6da3ef092cde7fbaeee01c5d6bb0ca5d52af3ed8de458ecd3001bb96262c1ab4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:035d07364444ea963d64515420fa4005adf82c44b575555a074149f67db50567_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4e09fb0bd709d53a0abc6326905cc43ee36e6e4ec5e20108efd1ffe585b1f2de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:53a5f81aefcdd57ba33c57c02941803a072ef3f1b8467baa3c53c7e073a9ea96_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:cb3d2ccb57987217c75079a9c10f230f6a7de9ba3b0fbd87d8d3d5c71f8c94b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3472a8147e06452751999ae2d041063907f275ecf429dcdcfdce88c8a19a17da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:61155741778188324e0616274f067ec36723d0fb81d84e9715f72ffecfbc92ca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:adfe8cb84a5f0a241fe69ec532b7092a10cc274cc3aac2b86f33ac8e725ab2d8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e704c70226ec4986c16166ba1ca54b908d1b6d9ddd47640bd5ab6d292f977508_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1d63a1d7ba183c49c69a6ffe5a4584de5282029b0b2c2f3484b4f4431e2ce954_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:441db8762a583090cf4325377b0ee75838452a601732bccf4dbc57f26f6a1a90_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c5c52612378ce1f2577314e5723642237c9a361506c448ca80d2a0b56666a1f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3b9843a117d6a6ae28222951e1a556d3888ceab2ff75a082a06343c8030a5ed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:236fa2dfd935db687e786cf827d88210c2f586d2d1a93e610861995908bf2587_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:647704923828c83c6ed3810e3c4d7456fcbe378516dabfac30f203a3bd3634b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7638d755fde7fe6d3c004a6f0f7c761a9fdb75a3541f19a792c3cf8e8bf473d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d2eaa5b8ad9464732265b84128b5280d725feabb2d4b4cef0178a317add66c39_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b659f5c6da6f73bcf8b2850f0172358816bd68fca721b65a9a70569a94bc90d7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cc867d49602a6ada5de7a783136b6463c4d9adee9877ae1966c016a08ee8e87a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:6fa614240bbc1932f65f8cc9215d2baccc05dd1cd5586fd308c44d8a94447a45_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e85e957fc16a36b5964613a99fec1e7299db9bc63edd86ef965d879a081b64bc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:14b02010250fe10ca57b2dfe1046641aeac31f92e5691c067b3990383967f0a6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b6b13d29b1cb9c9bcf97f2daa289669bbd9ea501430e51652bca3d50f787f23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a8ab293c4f3c6bc251bc91466b7586e5499b6e198cff46e50f6a65d97df60f7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c5d781c35cda14ab70d4a5bde3bf72df0a3956f5cb159645e5337095bb71c5ca_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fadba956181755cedd19d3d5b5ee3da0222daa1dc609b629c900a0052a4cbd8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:2719589f19df23634ec3f6b578f3fd2e827440675b72a69b89c9d78b1310f98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e1fe563643282c027ea829274a1945458cdc5d079bf2a2b7b0a9982a5cc3720e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:28d64f60c216f77e3e006012a403671463b9dd90095e19ff2dd027def6abb511_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6d681aac67e08e2ecca32415dddeb47df6191a99f7a8d7bc3bf1697c6a26c1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0d31a90914ea716508caf180e30fb682cdd8066da7a0a31752be9d86ec9c777c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3ef5a3798abfd3d9ec1b6ebabf3ceb32fa4057072b2670793ca119f556c0897f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e2c62e4b87e0536d15ed8b4f2905930a750f770d5c6d0168de6291d92c51f9a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ef5f4d7e3c872acbc4ee48bc91b5835dfef66a698287a95836344c1587ccca69_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f5f049eb01192eaca548f3585845ed6a530934d2eaeb422fc78b657cabb1f57_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:740b0d9392c76e433ebb7762e57f156a0e2ea1db37ddaed2c5b8044ca092a357_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:da9ebcef147e8d9e84848454fe2b8e259bb549bf0de88ee960fb48f6c8051060_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e8f942ece24d15ce0c4a31f731f2060b6e3874a2f486b2dd255c773fb1a55f46_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1b4fa4d6ee3081f39e54b4f910100d210da682dbb0f308f08107ac44e7338d3b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:571a51e1eca0f31f273be8cff7ff115bdf192e14f5d510705ab7ed423fd5d9e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6dc96b2e8156e7e42f758cc28302a2e94e8b3888970d03a780b1732375e728fe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b91654b9aaa85e13d262d21b949b1a96b386f202524c2e8d52ecb66c279eca8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a677804e422590551f82a17e61f64bc03d5a8a42a695e7ae8d9de5dc086924d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:fb7f225a9221506e6295f7efdcf44adc33e5b971c470b5835b0ca3c42ee1942c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:107c9dcda9632516721c41af941362ccc316d25661bfb13a7c4dcfc2ea4e1c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e75d33740c576321707835258793fe2fd257682099348a2a067806e764e1560d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3ed82adddc3da003bdb272e2a5df0317abe41512179cba925f65fb5d8f7c2eb3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c16e4af4e9a79ac2f1fa632b20e98befa9aa2953ef241af186edd226e39150e3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7b6c16881c71569dbada90e320379c2159ead0b0ed2fa2113e065b361bdf2413_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9533dc6817f01e377ea2ff7e3aa4447d20ab5d016d9145b97e0cb9e758c9a8ff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1285e63d6cefc0454a400b20a6e404537a8d57e5fb9b5d7ff1a75b61555622fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2ea17afe64ff273c9208892a59773c1dca248367c849e805dc78cda228aba29f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5f33ae81c766b0b7d9c8411dc4f6a0adf760221ed0493a99f1bea5dddb5de41b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9de0bd8cb41c5324718c8d8f275c612c0bfd13b322225455a1142dc76bff0a01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:2fee175122b1e3f74cd8976af1515c869d096da0bc4f5e9024b31a64cf88896a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9ca16ca048f3de4a5d9e6b6a38b55bf0b4a994bf7f7ccbda8c50c02bfd59c871_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c42a4deb157c31f6fb871bceb8c4401f44ffb490404591ae36110511f933f72e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f6d5c31b12c8a1a1e8316f258ccd254bf6bb8e49ae8a175eefcdf0bfc5c6047c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:204e84b23aa1edaf66f10a49432115ecb4c3e8fa34472a909e1c9a7a0c3f3947_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:37f226136e439a1b37fab44e06ff30eb22b1ba8f12eca9e85f59936c3d58acd1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3e385fec20235fd68320dd564c68770d91c5c08a864e3de41f3800937d730334_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:878a0a7473a69442dffd7c19132d74b29ecf765e3499d29f8da7b1de2ff6f439_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2b51546e56d1893aaa1b68c4e6ebb5479614d0402e840c8c850702ffb198036b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3aac893d87e5c39ae1672eb5ad48a0b9d02b49888fab57f8662e6dbb3897b660_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c5bddc80f0ba0e391b336de8ead2442d0dff227fdb8aef1874bc3db3101f7048_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:dca0c7b1c7ec76232b3d5ddd15c8716e04a8384f0a816217dec544d667ad2e69_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2551dc2ab6fddb6edfefc185f7b6d73ea366ddaae4e2f79d554f0afb79aa54bf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3cc6eb31325b1f9c9a2163c570ae1c3d4da7e7dcb0d761a0fa775b66fda9dcf5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:569965f29f668f02a342c0c7b4804bdc92354610e9368ba42a3ea5cc3172f532_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c4b2b0855c4ba25e150de01e54f0a84bb4c6c220b348945742bc0c18cc6d7dbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:01b6587f8b9ee398d34ed3330bf0bdbf2dd01c2fe475ed4d44c547401d1dbd5a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0fb7ce17c762a70aa16ca9f7f35e41d85997bb2bb22b81986321d29634ce9b3e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:60c4fd0dcbc1ed92bee7dedce7879893a23c9e4a6181e5e6d6a8f04880f377eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8925d5826cca515b7f7c05558406b3688a14963ddefa80f5b44500fe12dfb1dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:3d914112ad75b59b03d5653cea40a25d92af415ef52dd10aa7394465e6bab92b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:f8d52c53ca49b3f9847d2e568779801321307e329f802aa9456cd0dab7625232_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d29e5c26f37fc8212f2ff15cdac470982494be155f85e3c310b0c958b943f7f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:fc7a6712a6fe86a47b5a745e06a0c6d164779eb198f284fd0996847b025e53c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:32bf2e7aad1dd9ff5100500c294e343af0dae3d392eed27a1c0305198734261f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:54b4afd46c87b2cc839aa7d8b8ae232aaffe0f39846a6edf9d0d3228adbd7a29_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba41cc4ad0ea8dc731838e00dae166209a3e06d104e5cf11491639f82290eca6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a9395f57a9adc721c6e43e578957e21c8b9f18defbecdf91dc49d11044aeeeef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ba077da5ec7f147b51f0ee4432082aed3b7a3a541729913bc2ed821688723e99_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb48a38cb5d06b67ecfb4777c44d44f3e32a996397450e30f40e7ec3e340a56a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:deb40607f193ff4e36c684ce74167e67a7e96187f1a44a1f0f20f36572005843_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7dc856fddd561c1d29112b0b8d4dc39dc7503974a9ff563612e6998bdba4b71e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a3e01913986169c592bb770fc49e3875d46031b5788f983ddcd52938f9ef7a49_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c3481c6f76c644c017392c092dcbbb25a288acd14a9f01e20afd0d2d35e16d32_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cc440be9f6b3c5e22186b6d53a428a8220201ddaa79be39e19cc31a8fbd7b221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:12d7ec468f9634a53d053f3af7957c5162d92595fc3385b26b08acb22b7935c1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:49f08b645fc28af342483d9efaf2f607c9c2a6b491b477cdcf2985c44aa3e894_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d32cde1eedbd0c110bc10836025cee78421ec16d2924d30f5e6265591a9ec716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:df885dc6da20faf1903dbdac693889d9882722e8b67bebe35f624c11e4616262_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:16c8b8c6aee6f6a06367ca5bfe2be8fb85a05c3f18a819683f49d1a8c73941ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:376659c608333e76b0b48fcdc69ff17643284fd22fdef6c6998f07be54c1cf91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7359a62beac2d501d629e6768f1767861fdedc0d05f53a4424a2abdb3dbb6a8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c71d05c245bf1a4955f46c785d7264985e1f904de2a19972f7ce6209a3be0e4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:06ab376096238d4e04c9ab713d83d3cab5db769b5af1fd1c57ef2ceceec6ef61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2c80889bfaff670acbf859db3624951cda96d4ee8cb1560806ca4215e8c6c04b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:627c6b73224c3e37181a19cb598ef9a425cddc1d17d97b6c23388ec1345f6a88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d5d338daef4ae436780be192907d28a26785021d97865d8a95db9065734061f0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8e59a286a05743844dd1333770197161698788e0db4faf8e00cac6b2fb9a638e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9029d8ef1e4455dbc1910078afea1141f92a5c4d2c298ce1d9e4319209b55246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:da4ff38c7a1fd5adddbc0b0d3defbbd580197680b22648e2ab803c90c4a8c9f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f6c44d76a715e0ca38fa5e2becad93a2bf3a41fd8f181846e7aba81b0c579691_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:167937ed04f625a9cd2d0b8ed6048a5cb7b6d435bc2d41775d7db4dcdb5fae95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:176feea3131aada18df5da44af30a127f4dff392ce8ef57f7e0844969ec95923_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:17afd4ebbc2a5233681d4cc1774fcd70dc932bc10006235b11de8dcce826c2ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d3a98e507691edec50373d79ce9df48a71cb6a19a75c9276d0c5905d4f204b39_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1b6c3977b4835b0cd5399523dd437c230b992b77a0e7352b095d008be96fcdab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:54d79643f3a191710d1362d665b5c838130f3e51aecf1e27a2cdf66e98a3cb8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b8692d27a4799d20ce1a8374ba99f55732bb7db56cdf8f5b038424a086db614_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d196f02212da5e80ac5a73931316d38e9def9aeecdadeaf07aec685e661f9f98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:11c2a1966b0632e85caebc4555e3e2f726277175b27a63a5e854557499e0c28e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7e649963b5c1e2a7e8813569368eaf0ded5e544799d561622d469b03b9d93937_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a23fa7969c6a881648ba03ed1a13692c5db21b79f0608d841291ea9118548ed7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:af57ee131bc09ce55ecb3ae13ed7dc3ce9607a7438f0ac5a6e64bbfa000546db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:3a7644c1ac089cabd142fc1743b47302eae8528b13d1b038298f2f57cf746326_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4b5ee426703ecb55bf537731c39c69ab7f86316544cfc472ee77fbef7e5680a8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4cb60d36cc3b34b4b1496b74b9b2e68ff152a71d7f957b356311ea811bf05573_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f3f64bd2f70faa654f7134d803efdc032df63fd4ef07c97abd38fc41e625b48d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1b75d96a4cdcc3a37848c5edfe598cb1d99bb3b0707db5e3f62478320eb90f9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:876fd001172d5151ef99c02826f834ee4db4623b00699a8fb30d6a456a7a8687_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ba8fddfcfe0004287ce58db40c1092f2090b3bbb0810c277066aa2d97799f8b9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:bd9982e951fdc7259571b6d5983ea2cc44402cbea411ae9a6b135692bf5939b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a7a8d4d8adfd98d3a6e3d37644b33966f2c34ff1e553fbb5140ab9a15563e821_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b26a5a47cde227edb5e7f6e51247a6cd91e13484f6b5f7dc19b62f83b7478361_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ccdd76d6734e3a3cfaa1e432c1508c097478e842fd436672e57ef2563d817e4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:fee8f3b24b431ac2a5d4fa3d96c90c5e1aa68c08ee8ae9963fee457c98795197_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0e559f5e780f3849e73d7246176059360631d8c4a7db1700f6ba1b6a9e6ae089_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1a376560672f81b7596417591491e71d065e90672ff6ef5d37ed0785e9baab16_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:350a0360dfdc31eccadb0e8b9397d5a3436bb509999034b60e611428eb006cc4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f8b68ae48350a5aa9bdf47a36efbf661190d497ab5a139027a2bf4579d21e095_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5fbe979b3d448e36fac9615ccd96f8583b0d587d46f6b1b3749e85938cb2e510_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8d45dfe709ac701d6eb800b081947d39a855f65c756f31ae47b75be9fec0c260_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ea4fa6caaa81f207f2372c6179c3698e225658387549ba567c232170cacf8570_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8fb972b411085b4551e10adbd419e3cb89754ee5300222cc4fce27cc349513f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:066d438bdfa1626aaa7a0ee5d2e3222724f2f0cf5bc9a189b67fd5358a0a48c0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:747c142608d6f43952d315d7858f57edbd2d9de2d255938dde311ea580a329af_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b2ee2d0e9906ef1581677bd239073c09f93e5b720501e9001926dfe7db34839e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:bf0b42c5e7e51129966a4744bb253b7c336bb88b1f1a562e481f7eeff5428136_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:3e9309d53caaafc9b145f6b7fbbb8879c9f018ef226afe101f6dc7ab02b67856_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:3a558e248efdf5d3111b7d61e8bd471682e7038bd34c4490f8ba69b91b44f36d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1b0981e2ee13869663087d6504e0c0af6f2c56d2ebf81d72b4b7c751bbf6e500_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8073e0be1f7f7523880b30946f1b6868274c070acb97d9da2f5c486db99ea18d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8980be22bddace1adb383fc356975fbf0af9ac8a20bdc95b3303a80fbe296f3d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f4293de50825a003a825306a45612531dafce45b72a91cf4dd455d596a0c60ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5bc26795163f03947b3f42a5c8cc52b7fd6eb713a0fa5a1558bfe834c21edc0c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:7f29c85842a34554f06db311ef67ec08d1d947d32b4363d1153d92c8d13c3214_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:92857eb171128909119700c431920f543cbfc89cd06aa98db816a2fcaab321da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e931e3fe478f8f905855b4516e1ed9b33a161536c447025cd14dd68778c40fa0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:338034a3ce7dff3efafd00fa35b858c23c2ab284f743df414c6cdae455f8801a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f12584b95171f442bb3661c908ee43de70d0400c6273eb4e93325a5f3f167b54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f37f6568957ab825b08c2ce8fc6b32ad18f5b7bee50b24b1804e70cdb144e5f4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f949249e3847338ce4ae9b94b0d191edd3f316d471f0a9047f97e41e41b7554c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:407286c96b6e9d0ee4e8abec2b06a5dad70fc69820a00deae47cbf3fcdc65a40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:52294a05713b24485ce6d7d1b867081da2f01dc008b9cd052bf8c4c37839f581_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6693dff44dcfb7e6fe67f5373bb73d84cf401d20640c959375f20a24d31aa697_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f65918214ce906cb5af9a59ece43a36870989c579ac1660a2a58f9536a79d9f9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2ec7076ed08f4ce7a61f95083155b5315acb6004ea4245c70be2763eb0ce9f4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5a539e39b3aaf61d63f391b6960cdc5746cbb4b0fc07b85a98969f5c9cbcca4e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:93505b057575ff9292e2e96903238708b940a23953a79cf8742c880f1fbc743a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:be43f0ee18b6d56d81a09871c4a30dc2245ba60cf17ff0f1aad10e117f40aac8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3923e99d803b6dd5bfd2fc957101bef6dd86ba8f6de9e59a849e4c7a02d57e0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8253bfec4409c9a02be72d7e8d87fe5f4f81c1bc58a294f02dd570debc4f1128_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:851fd20edf32778383c81e3c5b935ec5607a05f8fc569f64e31875b8bbe81d6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d06d41126ced4841fae74d0437b18e9f1699d285158fb8725a8768a6e9065b79_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4375e44dccb08eb4ecf461f4e8e7e97d617ab5b1c968beb481d5795e6bbf0229_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:75140fa657674afc46d698aea19115a9f60c7765ffff6a0c4ae5ac166c725597_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c1a31ef64ecdd90020d72f323a242b551a6a4a85a4dae309e19f5d8f12d77b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c3b1ed110f6b17263484b7fde65642eb349162b206c0b9a2f463bf5eb13273c3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1369aaf62d9d273eef766c42f7015d56152f6b8effc50dc06d75b1bab38a20a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:47402101d62f418c0f6b8e3c6e2367a8c84f5151a0204f326bf1fdbe983c603d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b519e10d4cb8fd9ad126a36fb864d2f29f7df218ffa1b3b5f222e0befafbe360_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d70f848ab6450690b8329ae367ff2e5a3a5b295c073028dff7cf810104c5be5f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8f8c882873232fd9a00adc69e199f1b4acacffcdbc282280ebb61dfb1e61b875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9fe79073bdf1745b388fe52bee661394f96ba5c0af585ed8ab4a61724e324777_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b2b91287350dfb474763ca5d332c4765af0c1ff2d7be722e23ea93970add2687_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:bb5f4abfd26a9446eb2f4cb1355bda840ed1006a6233373434378abaf0e617b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:07ff9687205eee39d9ca211c0bb0c6b1618848e9e74bfbbe793aca67de73fa88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0ba94d11051416a116cdf516dab74d530a584fe7c4bb1e8d3deb3bde2214e459_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0fe87955631062bc7ce78891b9eb056f899308f8cb8101b3a44f889c1f0c0654_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:786de5dd308c9fa6643aabecea0bc666a9ede6fd2a5ce1cb0d511eac2a19596a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:719989a197c3bb8b8af09e95af49125cd28014fa74c7969f3f3b939223a6743b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:743119e024a9aacd8bd4bf45ab9c14e684ddbe2307d8f965e972ace243f128b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:76c523fa10e222690941abc8c5564efee1ec4d309a7d023480b6000a545d655d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a13cc82f7b2053435d5268416686ae2ba89e37b6561e49c7ac395cf3359ca2b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:98aa0e651302bb73569a0578e6c11a1691eafb5b0aa28dadd714a7b44b498f8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:9fdce4b5198ae740daa858432221625391f7283bad587e1ebc1220e7b0b4fa28_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b072bc3bdd61164b8076f2799e705ed8e34281b2cdf24d9cf08deb8e697de2a3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:fef5253a6623c30368e9e7e271501adcd9432b96473cf8278a7b81140d287de0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4eecd436b35c9b25eca6975ca9e938c2256fcfeead67e1ff4159d7e36122122c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7e11ca9795aea60b3f0853ffef0fdbf922f4863edd96c50fa85110f36bccced2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c95f8bcd0835611bb90983e96e3b780ccb65bd2bdc7f7554432ea971eac8095b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e497c1834c97590a0c388b58dc823cdff79ab6befd5f2a9bf494b3acc3181eb6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3a7af87b46058334b97531a4b1b5cd5be47e2ade8d74497429529bf0a489b275_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:97313aa4f1c1c9aa51c77a153d0f0eb35cab9711b7f1465b82a636ea44e849ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:ba0927ffd76ad6689b808e734038678c91854ca3d0630613094824549f8a150d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cd8feb684b9c70a4ffd7077e19812273f333174a70f7c2b63d57d140d8002382_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0c8bfd6ea4d0729e0ffffac9811b5db2ecf5c40e68ef048ab104f161d2689b74_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4dc7e3242cdcd1d3c1ea5930da7d4e027383149373cb6af0551ed2572eaea0b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b78827903e5c338d67a4ea2ba10ee67e16482ff00968ba99c27af2b6d50ce202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c9315d23ab26f6f40e05a5fb1f9f2dbce075244a035b1f16003d1108a7ba36d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:270b5e756fca54f2dc05f04b6f7b43f7f188153811decbc0b49eb215b11c2372_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5331e8ebfc48f4d2322226b8986dd178f133a52edcfc0a192e89f1785c8d568f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6cfd8c3da57c17ae1c430f2881c66eb0b1c456bbce4a9ada2491b2c873dba985_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa346af0288b5886b5f095d1fa0ceb7715d4333db919ff9d61078f369642cc29_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3403720059bdecff83f784e2fde54d2bebe09223ac6cf99ce2b4c840b9cd4a98_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3f8cb2cffaf6320f14ae09f7e44c965681b395370a156253790764ec9d2a2aca_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a02dde1d0b4f4fbbc4e6f0afd24da1595672f3f290345a4f6e98e11d89854a17_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c4e8ac4fea3c281effed3996a378c2e952a3d3704e47863b2ae6b266d2280920_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:46a0b302273acaf2582d377271b910d9d31ff98744cd8f290583a7bd5579761e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:af0442c88d2b9b93a187010065424798d89aad1d695ba438c815d04d7fcbef04_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:bc7b78f67fa189ba63da9891a1b05694d676a3ed2fa318336fa0850d63815250_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ffe4e64ee1b721aeefd8f1ceee11d225dd69319385e3e70f0bb52f4f40660a45_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:29d5a91b39dc6e72677bdfab50f56860c53e67dab139b464dd571fef9780dc6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5e6d4e29635ea0b075e402931daf8c384d07ec8660223babfd0df9d572ea6912_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:82555977089a1586dc24154b46be6499607a9d15110e5b48d9a549ee73f3843c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f32c4a07d2b7a14c39db1e5e5752960e46bcda700b292336480c95f359adf0d7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:86b3e656caf1c93ba2bbea00514a17b9d06cb7a6fd5c6746d80ce35f45aa5907_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ba5c8896242125c24e3a7e5698770293a601e9e7f8508465d7b45920cc9ce240_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7de62e540922f1de5f492527d07a8e8f4265d24b577cf2f93415209ccad63912_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bd71e582ef755da7bfeede697b5c2ab29ab9fcea6bfeb14cc8ca168fce5c7bd1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a1e6a736546b54bb2797d85d51b8f2b213fe2f6be6b26bad5b549df9dabf2d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:efc7fb9608c2be8c3c65aff302f923241bf8d008bc71c2fbba0d82ffad2b4f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:aa63c460867d565b44b2a8e919ba9a0e7fd6717f71588cc5a7e2ad268fe13181_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fe1f1b5d6da2e5ac66c689da49a4c76916533f30ab456c9961a225a5e26cb6ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:36fdb2cdf796941fc6638036b3a31048ba0209174c7a62424fb410ae14b1f81c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:65a0b94e9f663f3d73a9696a622ad46c73a5fc793f9dc46ee07fee8ba3bbb443_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8afe2a0c6b1b200201f21b148caaa682bce77cb3b1027f61d4c873e5babb1b30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9f7c3543e4b1a095399d1219c50f1f5081440ae1605154324d57ba9201aa4fe9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2c0897a842cd7b16b64888568ca65c2a6e473c24b2ba9bc5067d6f1f237885d6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:432c94d7d5d46ad66348775fa0e1a6c2c142469e8a770db5528a1aa25664c389_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c86c7188163be31c7ab04017bc46ae88707437f804ddf2b5bd5a73ae34f64312_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3f836bb9effeca4dd6a230a4241282d33ed454ebabd84829c41e58db5f24f47_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4632ef8ca0af5a8115f3d9490c2ad9e2e44361f4d0671fa8a3a1006254b173ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a7d2d10f5326e2d71551289740eba86d6dd2f12526dc684b1494bdd4228fd8e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ba876751849dd525a26e70996e7e02092c473bdf386ec4663a54ecf61c4f0d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e842cdc56ee7728aa71a7f95eda9777ba229aaf959594e73d998fbb30b7f76b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:90331abb869c0c04ca7bb59681cbd957ff54eb0e0265e16368f9fd6ab6937acc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a02580814c02bec4c1c9b79c4b5a48a5a59caafa60a573f9f99a4a1ca07c6f71_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c197de59c38c060dc8aa099a027922853e4b9dc7e5589ac55c8841dbd44b1367_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ec7a4bcebcc80cbda32227224f64e67cdbc98d3fab95466b55c89755421ea4d2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:223df196f0cc747e52ffae9f3dd03fab2da3c72d5e3b189e3035d4264a08c6c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:29f3154c0b972730ae9a54bc496bcdf62e9ed348b73d98ca958a265717ccc2a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5e12029e90adf045a4377f4be2be75c879e57aca7aceffa2aef08aa262ae0f42_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e150a242bffd4437f92000417cad89969fd547b5da514f8586802b99a668bab2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:17752e2fbddeff8e6f43bd354d91f248b4e69d88e80b29b75508fb03b82d92bc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b1703420b5a67a12f055518b6a23c1d8259dc8a064a1447196f642dd23363806_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b93a134a81af485a0f07dcd6a71c816ed517178826539d0f53b6c45dce87096d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d266a3bfe528e76a8c6ef1700a2016080d084cf6fad2e70efe5ba52ff0dbbc51_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:8c90e9864b3ff53d398f2451254dd3707868b36c6032d8d139cc3ef2cbd9084e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ae6ebf086515376ed35bb432a7f567f7bbb44b8d1b86773fd86daa387c5fb933_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0a0cbb021e13ce9d693eacc4982ece2e8ba4697f5d5571b8d0671d71824fd07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5271f6452a89fe7907b16f486439f54f0dbcc3d075a70ef446ee4cc62211b1b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0abb949ce9461e5718c1988f57791c7537eb1b3d2184f4b4268fe087e39726d1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1267ac849f67c33155b54409011cd3f0eaa27d5f211703875cfd383d1170ef9e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5082f39df1f143f23f0e587dec5cdb3e3b033ab446a57e7e808c88e6211a1a67_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8fa27bdf891edfb80585e470f09c9d6fa369aa727a3698b936b4818a4b46448f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:017bed02593deb2e9cdfe0f268916e5d1c8cb7a4f1362c6eb3c94050896d7276_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:027baac40981f53c9ec53f5a4241a657929d6289e42a0e5deef617c182b7580e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4bd5b70373a257b1fce20135ff4a4b3e6962eee541c67a0e29ba9a2523d4d4a2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c0b3ed1332b228290882bbff6a1ad6866f5ab2a4586b261949832cdc3bee5797_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:047c270f56b685d5a4e67afe43d2f1ff47829a259be6ff93bfec4864233d4497_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:50a6482667d53de3d7aa2bff6df05ca21e4e9773996afa8b8038721e231deaae_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:653dbef43ed7f531ebf64c9314756be42738f1635a64097c53210ed0b6b0de88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c4d2741561038e0080204335efc6eee5b6ffd8878553b240dd433fea701e6bab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:3de609d984e39497dfe119bb8e0ac2d6d823dd894a5c866e5ec87de5b5711e60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e3a8b252aadb5b32f42009803b56dbeae49a3ddbe9d00aa27569af4747fa403_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ccf49e256cd9c3bb428badab464a17aee485ee1516896f1ade10da11085e843c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e77ce95a84b01b09c5d1e6dbdea8970543aa3a60f9292300beb078d1288bb801_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2ab5fcf7003f4ba3de7656a284b11d6ee05bb02cd0f3532671a8c368f7b15178_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:44241e57d9067223cdd1585db9d699db113931b7a273d207516f60c498570677_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6aaa55450d567e2fa992650c456cdaf5529c5d96fc9984f7e1a4aa9ed6294bf3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f2fa21e8a0e88b25e9037a9c2db4b157ca6fef8b765b36da7dda71bf5a4c4478_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:10bfb59c904103177754f0336f7b7bab676d240480a8213ec42a778bca3f277e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7aa4fdd78ceafdc887a91224614657e86c1e12b72fde68dea4ee5c6e9b610cb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:e4a365a0516b0c8ef2d1259ec4bdb7f76aa9dc0d3c3cfd5d5b3d34341d349772_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:a06af7a856d5f2416777c1bb1d271c189576e273450b25c6dc5937cd16b8bf8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:28b8390dae142ea16bb05f6bd95f19b6ab38dd67c341168337ca07fe4f45fe87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:be6a9bcb97824c91f393af5aac5a146d819ed9893f5a074e146afe18f3a50dc9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e6392d583f97f0932dc01be55534fbb6dd3014f84b745e8bf7583b96ad7a7761_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f30d93c0f244f5ba21807dca912d18d4facf47ceaf43da7efa41b14ee816b71b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0848bdb082bc8dae6bdaa956d2ae36fdeaaac89024822f4bcdffb51da1165fed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9f9603a2dd344770da433fe8dd50a104d69e80ad463f9cba71b3aabefc4fee61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ab417553778971822422c6eef94aeb437209fcf88e78188b701d4b2243ac5be7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b9bb7615df3eadf64501f35dcefa829934f330892801cbb86e9f70f5dde236ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6bb4c6c64852f2b7ee590a0a60db256d8dd549a4b141fe71d311bf30d0ed88ae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:837cd26d96a814814145cd0aa0cca672769283c499eec36c457ae432b99a7466_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:956ad866d891e1340f630b9cad6ec73d1fc60d4061d4c63946ed714900388a3b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:9c91591eddbc058f05d052e3178102b28ebd25c2c9cb796fffd5047f5d413d12_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 OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:0c95fbbcfd5c54e6b2934a8efb4f8523d1536ec1deef78249f4daebaa9d327d6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1b84b2a1cecab16e75947d29572008547922714207272a5dad8169d1ca5beab5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:466597e63e82ac365414c803f5ecb8f06a72374885eedc5daf9532aad16ac148_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:de9cac5c7ebcf3d43cad87758dd2eb0f4d6480f59bfb4112c224a4497aad9ba7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4ae516b98be8fbdb9b783345fe680c1d6ef57b5dc06b2ec3bbd20bfdb7c9b2c4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8f242ba3e0b9c57ecbd85f0d4c1bd67306357c92b53968a42419736c3dbe04d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b717614ee549be99c17ceef3d755c66abc983e821e04808df347962858e0da81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bd0f90ccaaaa74683b9bb17db0651dfbdfdf8f49adf0ecbaf8e83756d270b590_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:040115466e4f525e9f2386d6f8838c51f8e1638eb06cd64f071d4ae027a8fb9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:1a677b9d28655390d007acaa656997b12a32e9093c1c228778ef96cc6f4ca875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:39c68aae39089d044ce992b949d4e9961105711501daf3d4f0ba7e9981920729_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e814640d65f77818c180a706940337f8ddec8ebe4cf22c51a58a8b69e0f4099_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2831d7dc9f3cad92219addd21b93959900ee2f71e2d988fffe913a6f88dc7e1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:50f602354dcb223759d781cb057b4081a424d6a509178b10674358cc8dba41e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6925001d8a798896438ef1388f54bc29825c37d41f2f09a59e3f8bf60b2ec6af_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e01a83cb76fca294a011e022ed86f1da8cde36928096422a440bce8e42fbc8b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:757ad9e0c37b861340a7b2269b068d5b0c6355322eb5f5898a856fd9c4495b16_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7f68ff8059ae68d15041b8f38ad5ee5278289e1370d276cf7e78fc7e9fc3bb10_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:816787cc8c95a4a2df1416f09af6228559333e1bb1421ede0c9e2093444260e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f9bb9a184319c9fef278d3c6705f56cfc592c844f5c458bd20bcdc07c4230982_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:198f39ed50bbd835f4789057f9d7fd8de0962f1641a7f453dd90d68b5b2a4e7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:633ce875ee7bb08d9bf00cf79738e3e63cd6bf4de2d40fa6860142a301c0968c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e169d65b86f23d6424af5e7cf9e1d0ced58382128092821676196c0a05f91da6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ec2586358c34d0130b00a3714b50c8b7bc33ce915aef6aa79eb214d38202f37e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:13e81e4c25d8c789ca15eb4e84f3fc531a50b4dc0d95fa3573e002e3b54cad61_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:17637f8455e0e17bb3dca34545a26e881cff3e1444af45b9f45c3e282a252bb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d2dde1514fcf3308d1469a0af6727835121c4d6a1a1775a675a7ffabba8e3bed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d6376055835ac40728181d6f354398a0e60ca131d2fd8f41471ed87e974ea4cb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6f86d997faaf61c874def5a78cded319a188c1babbc4dfefb91a29f7e0d7f0fb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:73bceed99ad1b0bc99e66ab8361037e4046c5212645490161572fe6f34de98b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:babd6b0e928bb674289f34787d3aa536bdc4c24a877a5ac9311f21f0cc9e6224_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d00a12f6c4e75a2c93bdd135eeb742f42868b0186d9d03f318c885407a17e439_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:0932891a63e5ec5a076c7848d5746e29d972f3a96058914bee8fffa4921fed38_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:472e977d39473b92992f53c0225de477318b31be8656c37bc35193789ab7a456_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:71021ecd15d688aefa6db79f817c11a751b51f6ea9f2e48781bdc49c6de98088_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:9563eb7617a4d3a9c22fefaf03a4ede698fea2621a68ad231cd9e65930043a56_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:1fbf3bf4990353e799dc271bb4a0c58b385feb2ee60207636a3f76544b4f5ae4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:7815e9dc63477803e7e8bb8a01ea83043b5503ba529f64db3c76ad1c4cf2f0b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ab22d93f277f9bb65fcb5fd9c448b72f82384b9be43b8ab525d2836832044eb2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dee02e09373732db94bc442ddcb2eb4d13095a04e35c674387d3df8ba23d67d5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1a046b24339587101462756592c87ae4a8f699fc2977a703e6d031e2022a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1db6c409fede3e9ec09788fdf286fdb0634de6b6e727ec010332f7cf2e462_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:bd6be5cf4063439e92a1264ce3af0ea6528b9c27dd4b26f043a80aa8616575fc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c955c4b9dce1b25c73453079a21d84c5a2e5d0b53cf6e351f9b1855f08db3fb9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:221943f7b65573c2942d88354261f93a01950be1d1a86fa853544cc4c283c027_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2488ca8b2a8f658f3deaf9a70b12f7aca159490b5e0861d746ca8ee5d2010041_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a3435c546844b61f456789fd315495d6bcdc2560756e9fdfc4b896cdf70d75c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:be2e4dd58b8ed72278bb2c014317e69185e2b19dce37beea7fec3798abcb35f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4da2632fea643a834aac3fd63bc51fc6b0d768b869ac450e6779c9f36429a9fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:56ab8a9553f0c0202a47d858e234f2672098514dd647502405cac1f28d14196a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:abe530f4e865add435da2afd379a3a11a4d75c257c2468a09bc78f10256e0be9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:fe1397131aa0d447366fd627b12582ed647551ad3af13375f8c281ab73745f0a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0857a5a2cfb5c277bc2d2545fb19693f23285ccf6b75144da8fcd7225e1df1c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:43b36fb1f7ad271530f5ee9040cac4651a684e0e08de2ed90a2939b736b565ed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:7f86439496ba6573ee1d61b5f4d414dfbbf65a95526cdff54e45229f01785517_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8094138e4ed2267cc278a83a1586922c957142c9e5fcaec62db531c83b79566d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:309b1dd27ce0c7dc332c7141e576642db4aee6076ce50ccc2930e824f02ead2f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:35322e4580b0fec862223f76e0bd3c95ad0af31f3d4cdfd6423d3ec47d6e25c8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:699bc772c8a648f8be7d6a5c32d786d8f6484e584d918d68ef8a32cb1499663f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:779afd8e0fa21d022d7e75e7ba8da00cc7604db1adfbbea879bfb1d0f8c9c831_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:49e98d0193f7d7b4347043f0655d350a7a0c0d8c8b850d95abb57acd13dd8ac8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63e308cebeea85127f584610f59cdc9b228f01b9acb227f2f6eba7fcdc29b1fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:71f9b47dbd3985738259a6bc9a5bbdb240fd21284a194b47bb78538f8e870cac_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:9181583c88b3be23253c76e277f140c0a1532c1bff7d62cd0da1e14beba1aab4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:0f96581804dbadea29d9ef9a2a952753f5fdf295670ea0297622214e2a9b7d0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ae4714025025642ff5d9e250a4715b01d933487fa8bf4eaf82629ebd6d4c8702_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:cdb096f05b664fb542bb6eac3cce52c53da2e4bb636189bb53f737d3075615da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eb9908581f71dbe01d8553e494ef022417196408e9fdbd32f08fe1f5b9c9572c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:08725f7a384b4e72a173141cb35fb67293385ed72d973fc4d497f3c0f0dc626b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a322e3fc620e914088fb5669f1459a47140abdf027bd011d6ff4e5b3e6b909b9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b950e80fe164f86ddf624c80210308a634929ab8eb493496ef86bff1c5248fce_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bfc663a0ca81dedf849e89b91feb3fe0af97932fe8a8fc711d7ab85b6cbdcc84_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:13257447171d38e6e99c66faa476de6ff6ab934c285a0d1bf71fe94dbe583462_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:23fa493f397748092cd71c41b9d83d19fad6a5433b692bc644e30af790cf60da_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:28b1c9ee4102140998781ebef22f269316d8c2be2254c10b4d7151dffb0d37be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:be2175c2c6c9d882e44cf10aa85f1219573952473e893f67cc7085bf0a324407_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:61417bc1ddac0bc97c786b5807c2fa33eebc75f7cb186aaf9eef2151dbaf75a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:73956194247e000432a8c5f7b78255062c5ca967745ba2d97e680a06f698f518_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fbfa9ada74c4875985fc4bb8366d21eb5275a52953d44bc6bc740d48edeab5b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a545c9c2fbb36296286f684e02f9a5bc337b3c3fb9c83c608c988c88455f9bf4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:34a8a8a4a62b36b5e0eb061db3d56905c8dddfeb2e7a7135642f947ce6bd01ad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:41c2ea14036c2f8639cf0dd634e327841954eff4529743fcd10e8475546165d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a884f443877c7a3c0b32dc60a79e1bcbe89036549da7a8aa4608ee2ac6460765_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b28e8574a1d3b374ac4a61ea4f3c16eb70d9ba7385bf830c8698f4490f8fd3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:8e245c278c66405066cb31e9d48e97ad9cdb826511bdb1104807d26f896043a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:380e3045135a40d202f330002512a5c499d8d2079cc38e5c0bbd5a2312820dd3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5d06442daad2c126259fa5d594b53329e386f560b77a475ccb0cc37148644a5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5dc0ca56deaa237fb0bcddac8481b45d3ac81609b36c3b7bbb6cff8456899208_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:aa669084fb336f5d89d86cb58aca73b88d6bc4b6505eac2020664e0b6abfff6c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8cb392862e1835b610757e822332074ac459c593e9bd60fb6b6f6d0aebe577fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:987afa1aa902bb85d7c2d96f1637bcd19bf21eb832444c98d30171bbeb746751_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ad2f0cda09211f3e0aff615306168baf808e6fefbf1f039c3ae1a1fa7050a61e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:bcac50d10432ecdb8bfe2b465ba75889248ee8595f23c5243d023ac2a336f3b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3cf2d6f464e6a2fe5b4a8cf66690b3237aefef0c825a687a548f81336507cfb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9bd17213796576ce4d315986dc0b271011c37cd6e9ed75edff5ba80c3302fc26_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3205092b914bc1fe858b2ede7642227e04f35d06daec4848fdbbc0406fab4a03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a20ecaad93b15b869fb321c7503adcddfe1f0f5eb3f0f6427bd363234010853c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:57259db0550547f85684c19078b9af82b6318dca0c00ef8da27de8c8dc90e305_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:a95676fb6c1cc1b20cbb758a7c9fd34e82b3e114b81b5c17f47ef303feca3d51_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:49026487ee6722c3d438c05c1c181a36d14eca2f0d8debee48e4a02db0486145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ee65002c4934842ad86197a89e838997bb87a93ddc9de3423eb2af282a565c41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1bb56a1a194ba6f64edcdeae267fecec590c14c85431ba62ee8c6b5744da3a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bf72f3bbed57cebe1deb7690cd7fcb6d371e526630cb386d13180726736219c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:81afdbb2d9fe212af38a11b4d00ac952a306e13f91b23b2a081c0393173c5e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bf8d63c933996abf39eab9406b3061bee014d766a58f4e27a56413652d319a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:4a5021268b1ab163318270fc9ef07afa8a29f288c95ea69700c4bf46f88e85cd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ea443d9738e4428b6912b47f9c1d8d05b75cf8b137f0f9a76f852418b33b989e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:00148cec706fce87b240d38dcc91434f3c167052d5860d42ca9057e24c3f35eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:7996dc231961eb51daaceda9598b04e4bbe7d0e4019dccf5adec8a14d6f7e1a2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5c70298b919a36de41bf25d870bfa3da4013d36c6179db3eb6dd2e67dd20bff1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:a64777ab69af6f2b6cf4b78e5a00148e98353748946991c0a6da7eba76b442dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d4b6a07334845b2938c6d09556cea5e0477d13d4be6247bc9e3fede2e46aa3ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d5e665b41152b8363b4b15973a7b86365bb2c047366aa69bef7e1c499cf4fd3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:1a29c30f85b9bc858f0c70ca5ed79934494d92849f23baa6c7f26f67ea49c57e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:70f95a8b240afc604ee9af621fc3b63adaf80f593f3131e7ed51077ed2c77a1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4d217b45b97c9e01ba3d54d03270be07e9659b0d4313fc85999aa49fca560108_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:634f48a37ef03dee1cc0c0626c32aaebb8f9975b4640ac540f02910bdb3b165d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:00f06d1c70494444172d5630c33e1c93c333a880520bad3a810f96dc69cced15_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:01ac79392fa7a265608b75458534bafb6e5d350f2e8536bb9de48566c685841e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:12047af5271e61b4032c04c98df9ad54363d6beb13b36f49085307705677e345_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:37e5fa3bfc88e99fc78f2ced6cb4a99f5099942e40158dfa6940784c3d2ef95c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:54d10266c83c4d5fe91b013dac51538493ae4a4322c925e561c45316c73b1e2d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f799d506fc4087aac0eb4b2c2d6c8e511b598c6b3cdb1ba5ee470b787759fd8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:061d1b86afedd409ad4947a8ae59064f0fa92360cc82f640cf124776753ea3bc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9c7fef9c0e22e1721125d5b1312e509fada544e1d3d956338c3638aecea53dad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d3d951b736b910437255f3455b76357bfe0111c257f5a2d8dfe0f9abacf30fe0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f7feb8627754651663208ebb363a3e42e1767e16a65914148ce0507a77bfe795_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:23b0327190559517a3526d2500534542e9a397210cc6f663ac2b313aee902e92_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2911daa552328c8b01b19f91ad43ac54da18d343834c48ef35f12adff8077785_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:43960246dc7eb7bcef847c0d706bc6b0f0a407053a2cca7dfe27fce23c6d2af4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d05434d4552d2ffdd45d2fd44b1b2e2e8976a15f0f4ae59ce7dea73ca97dbcf8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1f7e808f97ad41f4c301736bdf2e06da73f2d0e3ef4ca838f0afd65273db7c8a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5553003527f078011d0c440f86c1480ff4e62b318e98ca2a4af97b42e5e186d5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:582a4e6fadda74e5c6c49b605b7967e9d6f25c84ab3de162c30931b1dcaee31b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6d54aaf9249113e5be1b6a87bf439ae778918533077a41ee9442396cda4d2642_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0b4378067622a7584c3be2e5e5d8748a564ae7672cc882bec0c1d6f4f4c28686_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2ba6c6b021db9b58614b1ceb9b736978b0e3396b04dda4518406b041448dd5cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7f7e406ef7b654a66bbcbbfa5326ceb1ddca4a0236cb60761a0ea48b919e8571_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fc403f7babe4eb16c770c80def94f34696b3a8ac55360b17c88edb11b9ae5a8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:473d595a495e4656de14b1b22456ef1ce2218fe39d02bf738990c0be4cdf5440_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6b3fc95809e8ab1be94de33cb375207b4302f93dbfd51f2a67228025c1e304fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7d0a9db460cb1d4c918f87a02979048f170f5e692e83cd517bb9b3271aa06dd2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7f1e2dcfd02a6a5fc56c6665979a8981f11144a5bcc6419feae3964b190583c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:775213a7b6d92d23694dbd1538727c84ad58c6b8a8b46587ff7bdeb7312acc05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a649eef7fa6148524b1f3aaf18ed6543f65ef91ad21358cb0af865401061622d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c593dda5f85469eb4ded8cb6c4738069d48a144823a070b83b58ba7772ba0e90_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ffdcf3c2b138b62cfc84d9916799812ad73fcba9c3416d7442f3686417c85932_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2e1e514d9f3cdf5f04ca924fa98d036988ab47259be5df67497931321634f730_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:32e93e986bbf92dd3a3e09f9c76bed29334b5cf794e18b843f81522ccf43697b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7bfa1c21aeb7971fa978d49455f4b5dcccd4ccc3de147ef47c32e9b74bcaf2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:dbb5abf21bed592282f09e30ba1387b084eb028bd931df5609c07fb8c09a0d75_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0606de7cca514d2b4ad9593d7f37950512741cd8f1597b1f83951aa7c8839268_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:116474d2dd37c159032b15ff856dffecad2ef0ab76298bc43f840bd0245ec78b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2e887b0da3269f28933bc5af839ea2df95b7aeca3993cb31b0a1c92e7043cce4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6029166a01da021523fc720ad70fc59f449684e577f9f5a36e0e759a39d0a28e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:849b8be9f7fc785a70451c1c0704501e2b449650acd23d450d145da1a760c166_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9c5d6a2d314e840600ca6bd1354c7dc6040fbdc216166418485d6edfedb27ce0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ba10e440e514662920d68ac025d5f3841786a393703fc2dc0ee21ff1d2490015_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bac1799b133fd829b35ac619a25a272301816494e83be5a251f78a50e7fb2f88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0469874ac135c41bb590ddbac02428775083221257b6904fa376335610c4acb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5823c8fa1f1409d6863dacda718e35b7afd2915befa21343dfcc68b6fef7a9ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b38d3723f2547dc5676460e3738420e243c6fdf7be77e54d18657efb9668c438_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e5a5e4c1a01ff3f5d694ca26dd248533fd463c85374c25ce1a9f4b7a60deafc1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:19f94467c811e10882e30eeef39b1266b83ee417974aaf62f75738d51811cbc4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:47487ff8d0cd813ab3354061caf319dec553b1cba9d5c1045de710b8a6d0c51d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b3a0104cb85f1a6965eee44fef58983637839a1f97ddccd737704ab41cda3a25_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e8c72b610288bdc44492ea0a5c2fd66cfb1673fc06f6bc66831fa84c96f86543_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1a9333d29d3561fe95488f3d80136d6b24b4a2e04472d37d34737fd1032a8856_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:705d146d458883660aa0b673a651d05d1d1ad73bafad91e84755118b82092ae7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b9265d767c8a6786f12dd4788377f1a316864863a32de4a4ec07ffc8b874aa00_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e3a7bfabcb96924059fb7906be97a0ebb1df35c6cad39a7968a6461df0cecb31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5c015e1a10e5f14e82e30ba41b1ae6a82cf5cb0bc631f5137d7637c44a3f5b8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:623bc4c74b05b46babba7da628809bac05b48d8c4055648e88f0db57c1bb0e07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9502a32446a8828e8a1887edcf49034e874ea0e32ab5fdb738ab89e77cb5a472_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ec7b6b83c8e934b66505e8051e183fbaac54e78abae5ae99077d4e5e163b4529_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1f15641123321a662f676a46a24f6c8066bba6e3730a3c0d0eca3ff8e548de23_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:85070876ada5cb86e8c585f3ac3114d548b189074723a13ec5d6fc6be25c9964_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a34e14a715bad1d324f9211d95c56ed387ae51b24b21ccf931c12f3f7b3dcbaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e12ce561e4cad13a5d08e8164060bb74a309f66047279a26dd727d34ed3dc16a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:67789c239f82fe3649ab8c0e13f920a788a3612d15a78fe5986a852bb2d11a0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:80d704ed310acc3015748815351da4b54fef2d8b74d7d4b03aabcf9fd7e60b38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bfbcd3f502bf336124261fbe51f19e7a4cb9e9132e07da62354699b30cf6ed24_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c1e371a0057014662b91736570bf25fb1211ead7402154a1149dfee9e55b994e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:175fd0386d9a4e064fa760f23ecfb45ac6ae3500e5a50acac0660d06e5b7ecb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3e9811dcf3c528ae6f5ff86659dee1a590c2b53f7af1a03204d06fc3dc628fcd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:68af6c6e7f51523ac223f4e25955cf3777f4ae5b601dcca7c6ec7e2dc0de0782_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:8f1b3ddbde3e33dbe01816bce0cce7d7bd196cc04affbe606fecfbd8ad7b8b17_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49699de68bf38c34edb696ebe4f9dc608756382a977f497f6713dbc7b6e1209e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49c32ab1927e0969508b906c14aafcbc64e6eff7680b9a10812eca4f17787921_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:86135a8f7d4aed36e7b2a571b431b29eeaac2bda02762eafda3e22a62a7a2d6d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f2dac4ffbee9d028b26e683b63a9f033ef8609907f6c498d42c447a306e75328_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2884bba195d4d635378b0d15efa54991a23f51bcf4efb1095b478f5cd9c34f46_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:d84853556ede64db5615eb4d826879c744f7ccbd92c51ecf392a686af854ec11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e05dd48fc4c26b5dd822ee58a2af27bccfd0ed28cc959a6fc05073cec6f7c9b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e202635a4a52be92b47960bd8ced28634111416b220cca5fa7f86373ecd1210a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ae36d953c8c7f73dd78d620f94a0335ff5fb84b16ce9d2dbadbdf3dc5d66f6d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:308c924c44c35b39c66b429a15a0343a47f7dfad62dceb76ea7acfc85e6bd973_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e132f6b0a6b4e2dc63561c1ebaa0bd9fc669a835b0c22b0d56599e3da870231_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5216d36dc483b1368a03e00dd9dadc7c75de2bc36ed98cd7ea2b089cbe23965e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4bc11f6ad7c3e9c99e708f7ef5a01b4faedc8eb5d2de5b0cbed502395958555f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4c04a50ca49fdc521da592b9c326e233763918fbfd6bc97e001e0e680ce24cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8ba4aabc0e1e36c3ffe66b55c67ab8c305f64aa6011f80060c5d95ce91180c5f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d259704d34b605abd3568bd4c988bf9e831d80554ec2d7a57e7c39a70daf0140_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:14c55985b9277766e54156139f0949d1e3e5f756ade34512a3d5ea3dfed2c544_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3231ec9c296798f11aec6a285b0a8f7c5cf220534d0525afa59c17ab2464abb0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d8767e4d0b2c8222748319f05483bcefe50388abc182a01f3ca9dae3c80dce44_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ebed5c3d8e112fc5086208b4b4c0aba054a0058f3fd08b71b129dc124fa00f99_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:26dccabde8cc0d1ad45160677fe240b3fc098acae82f6d095fad08b78330453b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a168025d531f20656997ae845a4930919d6805b7f9374c40f7835a93aaa46b27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e696a8bc54ef8a13800b2168a395d2cbb08678403beee2dc52c56d04cb235759_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ebc22890c7759ec9992b64dcb0e388881caeeae333a9a84a50dfeffe27e38b49_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:09319f1dcbe090d9677a43249810dfe5b3eb165aa3f8b473417e0913649b1556_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:46a37e99da18852f5512235589ee86dde0db6c09d76a49275a8004422b9ec303_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:535d1b713587008fe67eec103cceb54471f5263516f5420589cffe1dea02be93_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bc614ab102efc7dfaa47fef84c4783da26548491e4c43257bb606a06e8d155f0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:08cac9e30829765f182624de9e45e59b40884b8c39cde60528dd27afa57afe72_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:13724dc9eb7247844e450b59b8cf3af5e5f486e9558942836ab60f74b9943291_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3e1a80763f76f622b5ffcdb35bf2dc20ce1e9c06c4f5f6bf0ae06b04134733b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d077c79741fd0c481fa6e1aa2c479b8c5b380b1d1f163259777c8c50be257709_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5e82ef0b9ab6d4e3b7431a7611bc563f356385dd8927855e6090008685f1549a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:62ba53e306331c1b20cad27ec31cf59687218f4bd5908ed7e9034559ded04b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7664e74786778a96606757f1de215a4a9702d0c9f7cecba7bf8028884a7609ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7a967f88faccfc101b9388f8434d406acdfc85d7d682f9ec742d59eb31074fc6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0e05cd1eaa2b9c558d22892495f090b6b51a316dc56d85ae825b6fc44611b6db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:445fdec85c2510c8a45b2a830ead87136bbb80bb9244987b4d6ffa5858931926_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ccae4f8f443ba6806ea33105d7dc06002d58914626cb9ae57476b29193761b53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fc0becd36b6fad4911a5b8c9a4693320918f7f7e6336c2b11a76adcb6d1eec36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:652f8fc874b95a56393f14c2b56a63faa64c04f6646c1786d07eaa272a9acb9e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:94b9c011744629b1ff6f230e25f876f218ed59d55a941377797f77cdb7c03e1d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a178a796ca9d32ac59faa5eb9a6aea30f1aec65d88f89080f57ed519a7983f05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dc8a79297c73782f5005075332bcac58b051a07d2b35626323f9b69ee5f4d64e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:03d66c724cb647d4a613bb48c9df6e9ffaabb68c8af5a4ccae45365e32456470_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4b9510fdfb45d2561927843dbd7ed869e2f67d9636e59dfd0c3ee640d9fc601c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b3570e078bed53aa3e435443bffbd12a7b259f8dee9d18c0d79b55514a547b53_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fc8e892ccbd8d3c1e737fbaf8f02b5fa6bbbe242780c9cd00fbc5e6889d7baee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:266bd8400632ac70fc6584e4bb2850ebcee7027ff7899acbeca612c6556302a4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2c8f351447fffc2133f339c6ab3a0bcd9bdfafad4a4cb5b7dd2abc32c6056a92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b8d2783a76f514f9a4e8096434ac205e1d82d09da2d67fb930a1b5e4d8089e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:74fa72db679ef47f9a3e3459a90dfaeafcb6db73dfe15b8933767e2f9d19c448_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2b5964f6cb078aba05ada42f0c8280dfa39f9f80526932cc5d41410922e4e8ae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:480b27e9866ca8dfba83e1accd427d4f6813f4fb7f612854e32bdffc10d7d5b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:91c7fa7b70f2cc82b26ac16f91ea084e15a4f5dc64f254ed878c25dd1170c0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:edc297cdb2f670aebc1d3561d801840ad029e8777ce45724066e6891aabd60fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:443e0dd81ae60896d31f07ab49611c5e0629746824df094ce28cdd3cb0ae1d58_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9b16561ca87196e3dd9330184f7abf25e97272e3c47d2e8d594e3095e74f815b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9ff62f63d487e25a750bad29314955effd17152bfc534ff698963760a2615b0a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ab506c549b676ad9d8dd179e2ba871a12f2096ca2601ea2a1f2605ccb849dc6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:08758e6b81d6679b095a8e7fa323870eab35fefc05e525c6ef810b6cc0b3c0fd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:af87d24f6540e5c98def879ec4ea8adeb5b138e41abc126b2c3030c5847fd0b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c5e9e59a08d8940e99da6bc568269eaf71ea8db62dbff86a7f6fb5dae861e323_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f5122187c85ef27f5423ada009d800afa4800e32ad1ea3299586fe64cae8e38d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3c5078d135089e1548b4dec49b7e78658279e42a72792a988447662534b6516e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:56158ce0af0c0eb9709b2d1a172201bc795ed6e5075517b6919ed1302399d6f3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6720c8097a398327f18a5c84c28f6b58aeee017199c2649649a1f159b8365838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:89295652b447f42c6a0d6e1299f63b04016f10ec8faf6372357294a14472e426_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2baa85e44cc4ac6cb825103508c5bd74e348609eaf53ed42c6d0e045dfa62772_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:61283f1fff1f8ec53563012a5b1fb5a48831f0a220d3676b512f5a60b331e849_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ba258012c0832c57b29785be805be44f0b5f8eccaf76d82d7493946806eafe5f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cf3bee6414a87e7f907d30047ded274c488239af5b1f43ed717ac2cede29df86_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:40854e0833b6cdfedcf275cf716e58f3cbc5c44be313fb83ca3e909bd80d0b08_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4d6a10dcda92c599f52977c71208222d166168b29da4eb4727c466e7eb53cdd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7be4c5ff86b0e939ee9f22156812fb98d2f96c1eb4567ca8a6a01ea3aa735dcb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:83bdc9fa5d3893a973794dd7162bf9564ecf68ce44814349a621cbc284b9e61c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:993ba8c1dd84e486fc4084a7786934c356a9b12ae86155134fd1a1dc1e5e3f2f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a64dfd96d3aacabc8f219d19e6d7eb0c1ac5b68b49eb93fcc973d76e67ef1d34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:ce306e2cdafabbaa29467e0cdbf316673d17180efb604e683a7fd1ed7181c6f9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e6748814d950e6f5e370dec9cb7d557fbb0d29ad3620b567840770be826a601e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:04d418560f90c35b42be67886632615d62dc89cd37fcccb6e247212b535fbb7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:40eaefc42c0f0b5adeb47bcd463c2e2a45e7f3af1c0fa4cb3fde9c5479660c4f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:545bc2a7b32276bec515f338aea3a2976c01cc787a559986646aa6fa26ad5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5a2653ccd5dc3f59a228ee8b936460575e1a392d12287661b1dc83a9f8210033_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:12e5e4ea4d19c4dcccb35dba161fdba8a703ba6331b11054e4664818737746a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:180e817b55ebfd081fd0305f63b3e0539fe8d13d1ceb8428ea21e213779fd056_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:92e8693b9f6955f9862c8b576f5e32bffc3bc34232511fae0cbe57d705bfc53b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e5b5d4750a3ffe24b1196255d4cfe15b21efd587a41736307ca8e4e61a4936fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2ca8a85fb07b431d97ca6a3e3c18f1cfaa20883c7076d6b5b4e6942b632f9aaa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:559af5a310f0923dcb4ef9389c51c98604cf44642a13e8ccb46225b4ca268580_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ae056c9c8e0cdc6519ac1a9542781cd54ac2ac8881f513e965b57ce7d1e5ef2b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:deb92b50d5948bae13db37a7046d9b212dbfd3ddb1063ff8a5e5467f0cab203c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0c4f3cf84115f8c9b9bed6b2dd5d52316eb3a9e670fe6b9e28c2dbc350392e87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1142ce3f8a3c1c2a1c7dba79ac2c3b276a45fc6271ad9df9e6a5d8684c36da2a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d9f2c021c17f1416e01ba31a8823b7a87724fd96d7ec99d494981842b5d452b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f3aabf75e838b4a941f64a7a322768729059346d7578ecf5fe7ce27a71876fca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6389373ccb2fbe1b6385ea21dac1c0ca918bf9d3889ad7a738de6be5d7ec4272_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6449fee9a31acc582bb85e0031312e3ff07d1f1843a1c6c410eb79cbbec1ceb4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:751f007afae9f16527e9039aa95c2ee6efd2ee20afe3c083ba7298493d2406f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:afc11a340e28d4100c31646b705e8db302f6b0a96ad3620e07391f02a70438f1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0673d2034e7e5fb412a171939379da14e9269dad7bb53e83be7ecf8233b0b5a1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:18f0345811215feda18d2b63f679ee870e76b33e9f61042d93edcf36fe97df95_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a2d247eb696c80e02bc8c1873e8ee0fb71a1e5ad6cf5cd84bdf504f4fe17cb10_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c342b14ff399c961ce05c1af127244b950b8e9d641ce8752f9d0f880ad7a672b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3d9fbc97d13987f28ca76b3e238b540492eddef0f302c2dd958c1b0d05e10941_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:47682d4e934d597aaa1e809011a69afe93936fc629ad3dd1ed76dc7b073f7ee2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4e8d3460e04e85a3e01a578d492499376787c85f2840c97821f11213862239df_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d7b99cad55a1e1d380d30d0d4a61bc5f0cbf3a87223efada3e69bd9b0741d3b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4849bfa8a48c7e7d264fc6ea9097fa9d33da25f75776619976e3204b42026cc8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d7c3f5ce57c0aa25e13ba9484facd75c5a1dc3caaf9be4d0f273243e7ace327_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:78aef6c20ab3bf78eeb8b8a857ca2a24067d45cea0a070c44d3fcedc00d4efbe_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7f33515dbca04230d98550ab638efa87389629fc7d913c8ec42e4b5bf8a772f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0251068577a1724dc777683dd189468ed77413b396614a117dac6b4320b8f01d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8812fd85c74fd67a95afe09c2ce5e7d592eec1e25fdc6fa331a8bd41bdde0cc6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:89e0a7e0fe060abb45a6f8e6ed1906053c09f95c252ca7813175903db61fbc99_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c3674a8f28935f3140fad744b5a178a8346a9a7f79f6c281561d2877b38c4ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:13bc0d4f7d4508fafca5a3bc61b6449a056e277da131e753c06cbc1bb7781b27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:993a2a0b3f84e071560f6fc1a3ac243fa745ae9a7ab15febbe1385437dbd3ad8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:80fc518199cd3a1ad421b142661f0a85679b12b69d0afe580fe60eb6a13ddad4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f069665c66c19d9775b70a31aa7a1069bc653691f6abf106a88b2ceb8c0e1ec6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:13ef0c0585b01c56b865e029d029a553b458fd2d3d0204eb6dfba1bcaa11ac3c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:599d33b55e88212202b15f4344f7a18dee4f4504b3739d6ec99414d05bcde2b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a751f1f0540505bea087d3ea9e6ba798e89d5deb772cf8e401caeb3816a563_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4c26bc366b267d444f448a4d7bd5a0d26f84bea653c14b261a829669d888cf88_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8b67087a584a2d952a6e80572686412cc8ea01f03ec8d70b56cb8a24a0c5a3c0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ac1123e890f0aee159c9105e26e1f1ed3ba5eb3ea66b422b281c3e9465401c5c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0dac7821ce2a3a5a180f53f381d9e61484cd8c5efab3c9a7dcc70b5783421b64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6b30b39205367ec985c4a9d948e71d378b9483689c3ea179cd0f2476b9bfaa1c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:de903677bccf645889ff7968ebbc052b14273329c0765f7faa53b0ca815d6899_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f8392be7a6f5223930d53ed6d127faf727489b8f5ebbbda6b6b437c529e3c812_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:02ac68c83db9dc50cf6280a418eed9261dd2182bbf51d16fd143519e49960b17_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3746261c5d4744b13d4704c822fd62ce1f486010176fdb3bf95512c72eece73f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:85e34da00bd6d290c04d8eac32f39db59b5f50fceee9b248b2cbe27bcf0e7e5a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c343b119edf863e179df865ccde0b665b87087d78b20919aa5726d8fd240b344_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2026fc52aab5a6d7766511080699112f32ae4576108ff95b0eefc5d807a14f25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:21b5298172f4de1e0074c4abf5e4abf27e8adc02bbf7ee49bd3388f7127d4901_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:42f8af9bf66ea72846b7f7e57652725c31b01fc4a8d39ff7e7882075438c521f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9c5711087546b1ba7cefab267b8aa30b54ecde5926f009518cf0db974ff84c3d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:373c4b7507a978e3dd62e9ea629d1e397b1f1db682e11ada1bfe5a0b45afc782_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3be306649df2fa3cc9f30e60ed5d947fb0678b0231b617eafd3b1593d10feec5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5b01a896101a5189740f84cb1a83edefdb0dc00288dde725ddd0e95480f8e1c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:961dd87e559779e6338a4d3d35c96c0ce6ff7cb9634ce32d4bf848032f4a2fb7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8799db20cca7be653bae6b8ac5adc1d628094eababe740beb5dbc27e05346872_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a36c2b308515a293cbcf265af68ecebf498739e74ef11016d5c0edd3cf47c4e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b86631d6601578548af20a28d132a0503fe118f53d7596a5632ed24ec5a9931f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e867bd8b76b5bc1438a7be88a30fa7707edbb1909920a1d4d1d0da0ddbebdb40_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:313074950c6dec37d29a9722b58ddc951aaf67c27b47568039f29f02f2523128_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:43618db20e6f592602096897bc89eaf3c58490a362e91e3299e20bb2a02827d9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:705f4db2e969d23205de87db1bd7dc8eb1ade64a76940fad950fd1a214dde6e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d2d5ee5893ae16784051d9526c1feeee3c641fc3e6f337ba807744551c00ffa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6ae5cfd48e788096162bc4517f0466bf526f16c84bb61072886a64842856c5b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8004e7284c63cc32a05f6de732791416d57d62db041ede2829d4797139094292_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8137c3932f344ce587769bff04355ad405b6ff27009bf23a221ba52f3da56e1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ef15235cf21f0fbfea74089f75471b483a98c920b65676bb6199c155fb61e929_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:149cca2af3f89c7d1e105de81bbd098c66be5687f18a584b644f21d0be20f414_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:33fc93d5cd30760383da666e8effb6ed32f4c8f2668da36677e98c1801ef4f5c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f9c1ee7f72c926c45cd76c12046b867d9efd7c3c381f34afeeb9b6e97751175b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fcfbae71f81307789bec93987c4523700c191a66663ce53e4009c5e0a8627826_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:04fe8c19bee4b629ee7f18a13dc0b7f49d6a4b6e19d204de90b6b2240b0f875e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5c9662139f98817aafe153a43f700399781d079390d5ad23d3b70fd6ac5d370f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d1147830f896fd229aadd2b766fbb4c8102b35a8edd4d8bbeef4928d89cdbbfa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:dfd0cdc29bca0a2239ef203fe7b58efd97ed4e72daed6609e22b20babda395fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5a9889308bcd1c3981072c83d44206d0c3feff059e0a2029d49adcb974674c95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7a715c7e2a8f54ccee42abf122b0028ed19705f401248d8c38f785d960f1b116_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a67de487534d03cdfc180af9d235edb21c5cb71e1224bb5041fcf2b9a428732f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:b3780d23a2c384ecef73c806cb20d7f97bcd11c12b6392c781c0deb7ceb55df8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:48b5d06ac4b35c2a7bca3ba2abc39e3af1eaf4ecb19c720d9b6e46b066318414_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a6d7d7df9078e9d1cb0f12f9ceac12c96bf2cea03a9085b23c3e4af6a456b51d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b757d11e5dc51a5822d9e30e97ac142cf004fffce87ba2e58b8d62926127664a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e61ed19beaf8352dcfd4b9478335a364263cb9839f27140a634a217d87d331e5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93baf08acbc6875eb2b665a9ef3601ca34b76767cd70a172dac7237f21b6958c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a5f2c2debb51b8aa926ede417cf9fa0e4ebaac4f5bf9e770db55a25902a4a3b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:dc97d5c1aa80515080b2b4d16fb08ee4733a9347eebc8427f10b7e70582464ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cc1559af0d7be472ae46be4552fb41e81ad804d73d1444b92cae4485118c6773_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cfd5513afd8b2b5e22d5e384a7f769f9c04709d853feb2f91ef667d804cf9a7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:febf2fb95748ed0c440e6acb72c40d609ae7587b2665cfd7145c878a2a0b5783_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1728f980f3ebba7e48bc0e8cad114db1e0c06f692638764e30ab990f45c637af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:41508513986b369c2f89c64af84b3980b16bd2432130fb122d8c1346f0602894_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:650f08f62aeea4bc954e69ed88a9f2f14d3c8f733c155d113c0c58b7154fec4b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:016fc7e804acce7a8b8df0a02bec320c32f9ce6224ae67598a63992219a77516_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:081f9cfabc57aaf4d19df8b496613d8aff54ceb265634c904ec7765c810b4553_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6da3ef092cde7fbaeee01c5d6bb0ca5d52af3ed8de458ecd3001bb96262c1ab4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:035d07364444ea963d64515420fa4005adf82c44b575555a074149f67db50567_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4e09fb0bd709d53a0abc6326905cc43ee36e6e4ec5e20108efd1ffe585b1f2de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:53a5f81aefcdd57ba33c57c02941803a072ef3f1b8467baa3c53c7e073a9ea96_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:cb3d2ccb57987217c75079a9c10f230f6a7de9ba3b0fbd87d8d3d5c71f8c94b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3472a8147e06452751999ae2d041063907f275ecf429dcdcfdce88c8a19a17da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:61155741778188324e0616274f067ec36723d0fb81d84e9715f72ffecfbc92ca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:adfe8cb84a5f0a241fe69ec532b7092a10cc274cc3aac2b86f33ac8e725ab2d8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e704c70226ec4986c16166ba1ca54b908d1b6d9ddd47640bd5ab6d292f977508_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1d63a1d7ba183c49c69a6ffe5a4584de5282029b0b2c2f3484b4f4431e2ce954_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:441db8762a583090cf4325377b0ee75838452a601732bccf4dbc57f26f6a1a90_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c5c52612378ce1f2577314e5723642237c9a361506c448ca80d2a0b56666a1f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3b9843a117d6a6ae28222951e1a556d3888ceab2ff75a082a06343c8030a5ed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:236fa2dfd935db687e786cf827d88210c2f586d2d1a93e610861995908bf2587_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:647704923828c83c6ed3810e3c4d7456fcbe378516dabfac30f203a3bd3634b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7638d755fde7fe6d3c004a6f0f7c761a9fdb75a3541f19a792c3cf8e8bf473d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d2eaa5b8ad9464732265b84128b5280d725feabb2d4b4cef0178a317add66c39_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b659f5c6da6f73bcf8b2850f0172358816bd68fca721b65a9a70569a94bc90d7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cc867d49602a6ada5de7a783136b6463c4d9adee9877ae1966c016a08ee8e87a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:6fa614240bbc1932f65f8cc9215d2baccc05dd1cd5586fd308c44d8a94447a45_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e85e957fc16a36b5964613a99fec1e7299db9bc63edd86ef965d879a081b64bc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:14b02010250fe10ca57b2dfe1046641aeac31f92e5691c067b3990383967f0a6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b6b13d29b1cb9c9bcf97f2daa289669bbd9ea501430e51652bca3d50f787f23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a8ab293c4f3c6bc251bc91466b7586e5499b6e198cff46e50f6a65d97df60f7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c5d781c35cda14ab70d4a5bde3bf72df0a3956f5cb159645e5337095bb71c5ca_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fadba956181755cedd19d3d5b5ee3da0222daa1dc609b629c900a0052a4cbd8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:2719589f19df23634ec3f6b578f3fd2e827440675b72a69b89c9d78b1310f98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e1fe563643282c027ea829274a1945458cdc5d079bf2a2b7b0a9982a5cc3720e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:28d64f60c216f77e3e006012a403671463b9dd90095e19ff2dd027def6abb511_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6d681aac67e08e2ecca32415dddeb47df6191a99f7a8d7bc3bf1697c6a26c1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0d31a90914ea716508caf180e30fb682cdd8066da7a0a31752be9d86ec9c777c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3ef5a3798abfd3d9ec1b6ebabf3ceb32fa4057072b2670793ca119f556c0897f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e2c62e4b87e0536d15ed8b4f2905930a750f770d5c6d0168de6291d92c51f9a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ef5f4d7e3c872acbc4ee48bc91b5835dfef66a698287a95836344c1587ccca69_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f5f049eb01192eaca548f3585845ed6a530934d2eaeb422fc78b657cabb1f57_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:740b0d9392c76e433ebb7762e57f156a0e2ea1db37ddaed2c5b8044ca092a357_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:da9ebcef147e8d9e84848454fe2b8e259bb549bf0de88ee960fb48f6c8051060_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e8f942ece24d15ce0c4a31f731f2060b6e3874a2f486b2dd255c773fb1a55f46_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1b4fa4d6ee3081f39e54b4f910100d210da682dbb0f308f08107ac44e7338d3b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:571a51e1eca0f31f273be8cff7ff115bdf192e14f5d510705ab7ed423fd5d9e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6dc96b2e8156e7e42f758cc28302a2e94e8b3888970d03a780b1732375e728fe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b91654b9aaa85e13d262d21b949b1a96b386f202524c2e8d52ecb66c279eca8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a677804e422590551f82a17e61f64bc03d5a8a42a695e7ae8d9de5dc086924d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:fb7f225a9221506e6295f7efdcf44adc33e5b971c470b5835b0ca3c42ee1942c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:107c9dcda9632516721c41af941362ccc316d25661bfb13a7c4dcfc2ea4e1c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e75d33740c576321707835258793fe2fd257682099348a2a067806e764e1560d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3ed82adddc3da003bdb272e2a5df0317abe41512179cba925f65fb5d8f7c2eb3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c16e4af4e9a79ac2f1fa632b20e98befa9aa2953ef241af186edd226e39150e3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7b6c16881c71569dbada90e320379c2159ead0b0ed2fa2113e065b361bdf2413_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9533dc6817f01e377ea2ff7e3aa4447d20ab5d016d9145b97e0cb9e758c9a8ff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1285e63d6cefc0454a400b20a6e404537a8d57e5fb9b5d7ff1a75b61555622fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2ea17afe64ff273c9208892a59773c1dca248367c849e805dc78cda228aba29f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5f33ae81c766b0b7d9c8411dc4f6a0adf760221ed0493a99f1bea5dddb5de41b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9de0bd8cb41c5324718c8d8f275c612c0bfd13b322225455a1142dc76bff0a01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:2fee175122b1e3f74cd8976af1515c869d096da0bc4f5e9024b31a64cf88896a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9ca16ca048f3de4a5d9e6b6a38b55bf0b4a994bf7f7ccbda8c50c02bfd59c871_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c42a4deb157c31f6fb871bceb8c4401f44ffb490404591ae36110511f933f72e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f6d5c31b12c8a1a1e8316f258ccd254bf6bb8e49ae8a175eefcdf0bfc5c6047c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:204e84b23aa1edaf66f10a49432115ecb4c3e8fa34472a909e1c9a7a0c3f3947_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:37f226136e439a1b37fab44e06ff30eb22b1ba8f12eca9e85f59936c3d58acd1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3e385fec20235fd68320dd564c68770d91c5c08a864e3de41f3800937d730334_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:878a0a7473a69442dffd7c19132d74b29ecf765e3499d29f8da7b1de2ff6f439_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2b51546e56d1893aaa1b68c4e6ebb5479614d0402e840c8c850702ffb198036b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3aac893d87e5c39ae1672eb5ad48a0b9d02b49888fab57f8662e6dbb3897b660_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c5bddc80f0ba0e391b336de8ead2442d0dff227fdb8aef1874bc3db3101f7048_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:dca0c7b1c7ec76232b3d5ddd15c8716e04a8384f0a816217dec544d667ad2e69_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2551dc2ab6fddb6edfefc185f7b6d73ea366ddaae4e2f79d554f0afb79aa54bf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3cc6eb31325b1f9c9a2163c570ae1c3d4da7e7dcb0d761a0fa775b66fda9dcf5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:569965f29f668f02a342c0c7b4804bdc92354610e9368ba42a3ea5cc3172f532_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c4b2b0855c4ba25e150de01e54f0a84bb4c6c220b348945742bc0c18cc6d7dbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:01b6587f8b9ee398d34ed3330bf0bdbf2dd01c2fe475ed4d44c547401d1dbd5a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0fb7ce17c762a70aa16ca9f7f35e41d85997bb2bb22b81986321d29634ce9b3e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:60c4fd0dcbc1ed92bee7dedce7879893a23c9e4a6181e5e6d6a8f04880f377eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8925d5826cca515b7f7c05558406b3688a14963ddefa80f5b44500fe12dfb1dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:3d914112ad75b59b03d5653cea40a25d92af415ef52dd10aa7394465e6bab92b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:f8d52c53ca49b3f9847d2e568779801321307e329f802aa9456cd0dab7625232_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d29e5c26f37fc8212f2ff15cdac470982494be155f85e3c310b0c958b943f7f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:fc7a6712a6fe86a47b5a745e06a0c6d164779eb198f284fd0996847b025e53c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:32bf2e7aad1dd9ff5100500c294e343af0dae3d392eed27a1c0305198734261f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:54b4afd46c87b2cc839aa7d8b8ae232aaffe0f39846a6edf9d0d3228adbd7a29_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba41cc4ad0ea8dc731838e00dae166209a3e06d104e5cf11491639f82290eca6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a9395f57a9adc721c6e43e578957e21c8b9f18defbecdf91dc49d11044aeeeef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ba077da5ec7f147b51f0ee4432082aed3b7a3a541729913bc2ed821688723e99_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb48a38cb5d06b67ecfb4777c44d44f3e32a996397450e30f40e7ec3e340a56a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:deb40607f193ff4e36c684ce74167e67a7e96187f1a44a1f0f20f36572005843_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7dc856fddd561c1d29112b0b8d4dc39dc7503974a9ff563612e6998bdba4b71e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a3e01913986169c592bb770fc49e3875d46031b5788f983ddcd52938f9ef7a49_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c3481c6f76c644c017392c092dcbbb25a288acd14a9f01e20afd0d2d35e16d32_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cc440be9f6b3c5e22186b6d53a428a8220201ddaa79be39e19cc31a8fbd7b221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:12d7ec468f9634a53d053f3af7957c5162d92595fc3385b26b08acb22b7935c1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:49f08b645fc28af342483d9efaf2f607c9c2a6b491b477cdcf2985c44aa3e894_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d32cde1eedbd0c110bc10836025cee78421ec16d2924d30f5e6265591a9ec716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:df885dc6da20faf1903dbdac693889d9882722e8b67bebe35f624c11e4616262_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:16c8b8c6aee6f6a06367ca5bfe2be8fb85a05c3f18a819683f49d1a8c73941ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:376659c608333e76b0b48fcdc69ff17643284fd22fdef6c6998f07be54c1cf91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7359a62beac2d501d629e6768f1767861fdedc0d05f53a4424a2abdb3dbb6a8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c71d05c245bf1a4955f46c785d7264985e1f904de2a19972f7ce6209a3be0e4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:06ab376096238d4e04c9ab713d83d3cab5db769b5af1fd1c57ef2ceceec6ef61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2c80889bfaff670acbf859db3624951cda96d4ee8cb1560806ca4215e8c6c04b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:627c6b73224c3e37181a19cb598ef9a425cddc1d17d97b6c23388ec1345f6a88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d5d338daef4ae436780be192907d28a26785021d97865d8a95db9065734061f0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8e59a286a05743844dd1333770197161698788e0db4faf8e00cac6b2fb9a638e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9029d8ef1e4455dbc1910078afea1141f92a5c4d2c298ce1d9e4319209b55246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:da4ff38c7a1fd5adddbc0b0d3defbbd580197680b22648e2ab803c90c4a8c9f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f6c44d76a715e0ca38fa5e2becad93a2bf3a41fd8f181846e7aba81b0c579691_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:167937ed04f625a9cd2d0b8ed6048a5cb7b6d435bc2d41775d7db4dcdb5fae95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:176feea3131aada18df5da44af30a127f4dff392ce8ef57f7e0844969ec95923_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:17afd4ebbc2a5233681d4cc1774fcd70dc932bc10006235b11de8dcce826c2ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d3a98e507691edec50373d79ce9df48a71cb6a19a75c9276d0c5905d4f204b39_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1b6c3977b4835b0cd5399523dd437c230b992b77a0e7352b095d008be96fcdab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:54d79643f3a191710d1362d665b5c838130f3e51aecf1e27a2cdf66e98a3cb8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b8692d27a4799d20ce1a8374ba99f55732bb7db56cdf8f5b038424a086db614_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d196f02212da5e80ac5a73931316d38e9def9aeecdadeaf07aec685e661f9f98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:11c2a1966b0632e85caebc4555e3e2f726277175b27a63a5e854557499e0c28e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7e649963b5c1e2a7e8813569368eaf0ded5e544799d561622d469b03b9d93937_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a23fa7969c6a881648ba03ed1a13692c5db21b79f0608d841291ea9118548ed7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:af57ee131bc09ce55ecb3ae13ed7dc3ce9607a7438f0ac5a6e64bbfa000546db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:3a7644c1ac089cabd142fc1743b47302eae8528b13d1b038298f2f57cf746326_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4b5ee426703ecb55bf537731c39c69ab7f86316544cfc472ee77fbef7e5680a8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4cb60d36cc3b34b4b1496b74b9b2e68ff152a71d7f957b356311ea811bf05573_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f3f64bd2f70faa654f7134d803efdc032df63fd4ef07c97abd38fc41e625b48d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1b75d96a4cdcc3a37848c5edfe598cb1d99bb3b0707db5e3f62478320eb90f9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:876fd001172d5151ef99c02826f834ee4db4623b00699a8fb30d6a456a7a8687_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ba8fddfcfe0004287ce58db40c1092f2090b3bbb0810c277066aa2d97799f8b9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:bd9982e951fdc7259571b6d5983ea2cc44402cbea411ae9a6b135692bf5939b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a7a8d4d8adfd98d3a6e3d37644b33966f2c34ff1e553fbb5140ab9a15563e821_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b26a5a47cde227edb5e7f6e51247a6cd91e13484f6b5f7dc19b62f83b7478361_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ccdd76d6734e3a3cfaa1e432c1508c097478e842fd436672e57ef2563d817e4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:fee8f3b24b431ac2a5d4fa3d96c90c5e1aa68c08ee8ae9963fee457c98795197_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0e559f5e780f3849e73d7246176059360631d8c4a7db1700f6ba1b6a9e6ae089_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1a376560672f81b7596417591491e71d065e90672ff6ef5d37ed0785e9baab16_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:350a0360dfdc31eccadb0e8b9397d5a3436bb509999034b60e611428eb006cc4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f8b68ae48350a5aa9bdf47a36efbf661190d497ab5a139027a2bf4579d21e095_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5fbe979b3d448e36fac9615ccd96f8583b0d587d46f6b1b3749e85938cb2e510_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8d45dfe709ac701d6eb800b081947d39a855f65c756f31ae47b75be9fec0c260_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ea4fa6caaa81f207f2372c6179c3698e225658387549ba567c232170cacf8570_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8fb972b411085b4551e10adbd419e3cb89754ee5300222cc4fce27cc349513f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:066d438bdfa1626aaa7a0ee5d2e3222724f2f0cf5bc9a189b67fd5358a0a48c0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:747c142608d6f43952d315d7858f57edbd2d9de2d255938dde311ea580a329af_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b2ee2d0e9906ef1581677bd239073c09f93e5b720501e9001926dfe7db34839e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:bf0b42c5e7e51129966a4744bb253b7c336bb88b1f1a562e481f7eeff5428136_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:3e9309d53caaafc9b145f6b7fbbb8879c9f018ef226afe101f6dc7ab02b67856_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:3a558e248efdf5d3111b7d61e8bd471682e7038bd34c4490f8ba69b91b44f36d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1b0981e2ee13869663087d6504e0c0af6f2c56d2ebf81d72b4b7c751bbf6e500_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8073e0be1f7f7523880b30946f1b6868274c070acb97d9da2f5c486db99ea18d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8980be22bddace1adb383fc356975fbf0af9ac8a20bdc95b3303a80fbe296f3d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f4293de50825a003a825306a45612531dafce45b72a91cf4dd455d596a0c60ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5bc26795163f03947b3f42a5c8cc52b7fd6eb713a0fa5a1558bfe834c21edc0c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:7f29c85842a34554f06db311ef67ec08d1d947d32b4363d1153d92c8d13c3214_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:92857eb171128909119700c431920f543cbfc89cd06aa98db816a2fcaab321da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e931e3fe478f8f905855b4516e1ed9b33a161536c447025cd14dd68778c40fa0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:338034a3ce7dff3efafd00fa35b858c23c2ab284f743df414c6cdae455f8801a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f12584b95171f442bb3661c908ee43de70d0400c6273eb4e93325a5f3f167b54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f37f6568957ab825b08c2ce8fc6b32ad18f5b7bee50b24b1804e70cdb144e5f4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f949249e3847338ce4ae9b94b0d191edd3f316d471f0a9047f97e41e41b7554c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:407286c96b6e9d0ee4e8abec2b06a5dad70fc69820a00deae47cbf3fcdc65a40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:52294a05713b24485ce6d7d1b867081da2f01dc008b9cd052bf8c4c37839f581_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6693dff44dcfb7e6fe67f5373bb73d84cf401d20640c959375f20a24d31aa697_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f65918214ce906cb5af9a59ece43a36870989c579ac1660a2a58f9536a79d9f9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2ec7076ed08f4ce7a61f95083155b5315acb6004ea4245c70be2763eb0ce9f4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5a539e39b3aaf61d63f391b6960cdc5746cbb4b0fc07b85a98969f5c9cbcca4e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:93505b057575ff9292e2e96903238708b940a23953a79cf8742c880f1fbc743a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:be43f0ee18b6d56d81a09871c4a30dc2245ba60cf17ff0f1aad10e117f40aac8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3923e99d803b6dd5bfd2fc957101bef6dd86ba8f6de9e59a849e4c7a02d57e0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8253bfec4409c9a02be72d7e8d87fe5f4f81c1bc58a294f02dd570debc4f1128_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:851fd20edf32778383c81e3c5b935ec5607a05f8fc569f64e31875b8bbe81d6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d06d41126ced4841fae74d0437b18e9f1699d285158fb8725a8768a6e9065b79_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4375e44dccb08eb4ecf461f4e8e7e97d617ab5b1c968beb481d5795e6bbf0229_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:75140fa657674afc46d698aea19115a9f60c7765ffff6a0c4ae5ac166c725597_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c1a31ef64ecdd90020d72f323a242b551a6a4a85a4dae309e19f5d8f12d77b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c3b1ed110f6b17263484b7fde65642eb349162b206c0b9a2f463bf5eb13273c3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1369aaf62d9d273eef766c42f7015d56152f6b8effc50dc06d75b1bab38a20a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:47402101d62f418c0f6b8e3c6e2367a8c84f5151a0204f326bf1fdbe983c603d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b519e10d4cb8fd9ad126a36fb864d2f29f7df218ffa1b3b5f222e0befafbe360_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d70f848ab6450690b8329ae367ff2e5a3a5b295c073028dff7cf810104c5be5f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8f8c882873232fd9a00adc69e199f1b4acacffcdbc282280ebb61dfb1e61b875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9fe79073bdf1745b388fe52bee661394f96ba5c0af585ed8ab4a61724e324777_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b2b91287350dfb474763ca5d332c4765af0c1ff2d7be722e23ea93970add2687_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:bb5f4abfd26a9446eb2f4cb1355bda840ed1006a6233373434378abaf0e617b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:07ff9687205eee39d9ca211c0bb0c6b1618848e9e74bfbbe793aca67de73fa88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0ba94d11051416a116cdf516dab74d530a584fe7c4bb1e8d3deb3bde2214e459_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0fe87955631062bc7ce78891b9eb056f899308f8cb8101b3a44f889c1f0c0654_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:786de5dd308c9fa6643aabecea0bc666a9ede6fd2a5ce1cb0d511eac2a19596a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:719989a197c3bb8b8af09e95af49125cd28014fa74c7969f3f3b939223a6743b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:743119e024a9aacd8bd4bf45ab9c14e684ddbe2307d8f965e972ace243f128b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:76c523fa10e222690941abc8c5564efee1ec4d309a7d023480b6000a545d655d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a13cc82f7b2053435d5268416686ae2ba89e37b6561e49c7ac395cf3359ca2b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:98aa0e651302bb73569a0578e6c11a1691eafb5b0aa28dadd714a7b44b498f8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:9fdce4b5198ae740daa858432221625391f7283bad587e1ebc1220e7b0b4fa28_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b072bc3bdd61164b8076f2799e705ed8e34281b2cdf24d9cf08deb8e697de2a3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:fef5253a6623c30368e9e7e271501adcd9432b96473cf8278a7b81140d287de0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4eecd436b35c9b25eca6975ca9e938c2256fcfeead67e1ff4159d7e36122122c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7e11ca9795aea60b3f0853ffef0fdbf922f4863edd96c50fa85110f36bccced2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c95f8bcd0835611bb90983e96e3b780ccb65bd2bdc7f7554432ea971eac8095b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e497c1834c97590a0c388b58dc823cdff79ab6befd5f2a9bf494b3acc3181eb6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3a7af87b46058334b97531a4b1b5cd5be47e2ade8d74497429529bf0a489b275_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:97313aa4f1c1c9aa51c77a153d0f0eb35cab9711b7f1465b82a636ea44e849ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:ba0927ffd76ad6689b808e734038678c91854ca3d0630613094824549f8a150d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cd8feb684b9c70a4ffd7077e19812273f333174a70f7c2b63d57d140d8002382_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0c8bfd6ea4d0729e0ffffac9811b5db2ecf5c40e68ef048ab104f161d2689b74_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4dc7e3242cdcd1d3c1ea5930da7d4e027383149373cb6af0551ed2572eaea0b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b78827903e5c338d67a4ea2ba10ee67e16482ff00968ba99c27af2b6d50ce202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c9315d23ab26f6f40e05a5fb1f9f2dbce075244a035b1f16003d1108a7ba36d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:270b5e756fca54f2dc05f04b6f7b43f7f188153811decbc0b49eb215b11c2372_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5331e8ebfc48f4d2322226b8986dd178f133a52edcfc0a192e89f1785c8d568f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6cfd8c3da57c17ae1c430f2881c66eb0b1c456bbce4a9ada2491b2c873dba985_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa346af0288b5886b5f095d1fa0ceb7715d4333db919ff9d61078f369642cc29_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3403720059bdecff83f784e2fde54d2bebe09223ac6cf99ce2b4c840b9cd4a98_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3f8cb2cffaf6320f14ae09f7e44c965681b395370a156253790764ec9d2a2aca_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a02dde1d0b4f4fbbc4e6f0afd24da1595672f3f290345a4f6e98e11d89854a17_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c4e8ac4fea3c281effed3996a378c2e952a3d3704e47863b2ae6b266d2280920_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:46a0b302273acaf2582d377271b910d9d31ff98744cd8f290583a7bd5579761e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:af0442c88d2b9b93a187010065424798d89aad1d695ba438c815d04d7fcbef04_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:bc7b78f67fa189ba63da9891a1b05694d676a3ed2fa318336fa0850d63815250_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ffe4e64ee1b721aeefd8f1ceee11d225dd69319385e3e70f0bb52f4f40660a45_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:29d5a91b39dc6e72677bdfab50f56860c53e67dab139b464dd571fef9780dc6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5e6d4e29635ea0b075e402931daf8c384d07ec8660223babfd0df9d572ea6912_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:82555977089a1586dc24154b46be6499607a9d15110e5b48d9a549ee73f3843c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f32c4a07d2b7a14c39db1e5e5752960e46bcda700b292336480c95f359adf0d7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:86b3e656caf1c93ba2bbea00514a17b9d06cb7a6fd5c6746d80ce35f45aa5907_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ba5c8896242125c24e3a7e5698770293a601e9e7f8508465d7b45920cc9ce240_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7de62e540922f1de5f492527d07a8e8f4265d24b577cf2f93415209ccad63912_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bd71e582ef755da7bfeede697b5c2ab29ab9fcea6bfeb14cc8ca168fce5c7bd1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a1e6a736546b54bb2797d85d51b8f2b213fe2f6be6b26bad5b549df9dabf2d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:efc7fb9608c2be8c3c65aff302f923241bf8d008bc71c2fbba0d82ffad2b4f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:aa63c460867d565b44b2a8e919ba9a0e7fd6717f71588cc5a7e2ad268fe13181_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fe1f1b5d6da2e5ac66c689da49a4c76916533f30ab456c9961a225a5e26cb6ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:36fdb2cdf796941fc6638036b3a31048ba0209174c7a62424fb410ae14b1f81c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:65a0b94e9f663f3d73a9696a622ad46c73a5fc793f9dc46ee07fee8ba3bbb443_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8afe2a0c6b1b200201f21b148caaa682bce77cb3b1027f61d4c873e5babb1b30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9f7c3543e4b1a095399d1219c50f1f5081440ae1605154324d57ba9201aa4fe9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2c0897a842cd7b16b64888568ca65c2a6e473c24b2ba9bc5067d6f1f237885d6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:432c94d7d5d46ad66348775fa0e1a6c2c142469e8a770db5528a1aa25664c389_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c86c7188163be31c7ab04017bc46ae88707437f804ddf2b5bd5a73ae34f64312_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3f836bb9effeca4dd6a230a4241282d33ed454ebabd84829c41e58db5f24f47_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4632ef8ca0af5a8115f3d9490c2ad9e2e44361f4d0671fa8a3a1006254b173ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a7d2d10f5326e2d71551289740eba86d6dd2f12526dc684b1494bdd4228fd8e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ba876751849dd525a26e70996e7e02092c473bdf386ec4663a54ecf61c4f0d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e842cdc56ee7728aa71a7f95eda9777ba229aaf959594e73d998fbb30b7f76b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:90331abb869c0c04ca7bb59681cbd957ff54eb0e0265e16368f9fd6ab6937acc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a02580814c02bec4c1c9b79c4b5a48a5a59caafa60a573f9f99a4a1ca07c6f71_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c197de59c38c060dc8aa099a027922853e4b9dc7e5589ac55c8841dbd44b1367_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ec7a4bcebcc80cbda32227224f64e67cdbc98d3fab95466b55c89755421ea4d2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:223df196f0cc747e52ffae9f3dd03fab2da3c72d5e3b189e3035d4264a08c6c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:29f3154c0b972730ae9a54bc496bcdf62e9ed348b73d98ca958a265717ccc2a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5e12029e90adf045a4377f4be2be75c879e57aca7aceffa2aef08aa262ae0f42_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e150a242bffd4437f92000417cad89969fd547b5da514f8586802b99a668bab2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:17752e2fbddeff8e6f43bd354d91f248b4e69d88e80b29b75508fb03b82d92bc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b1703420b5a67a12f055518b6a23c1d8259dc8a064a1447196f642dd23363806_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b93a134a81af485a0f07dcd6a71c816ed517178826539d0f53b6c45dce87096d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d266a3bfe528e76a8c6ef1700a2016080d084cf6fad2e70efe5ba52ff0dbbc51_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:8c90e9864b3ff53d398f2451254dd3707868b36c6032d8d139cc3ef2cbd9084e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ae6ebf086515376ed35bb432a7f567f7bbb44b8d1b86773fd86daa387c5fb933_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0a0cbb021e13ce9d693eacc4982ece2e8ba4697f5d5571b8d0671d71824fd07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5271f6452a89fe7907b16f486439f54f0dbcc3d075a70ef446ee4cc62211b1b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0abb949ce9461e5718c1988f57791c7537eb1b3d2184f4b4268fe087e39726d1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1267ac849f67c33155b54409011cd3f0eaa27d5f211703875cfd383d1170ef9e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5082f39df1f143f23f0e587dec5cdb3e3b033ab446a57e7e808c88e6211a1a67_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8fa27bdf891edfb80585e470f09c9d6fa369aa727a3698b936b4818a4b46448f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:017bed02593deb2e9cdfe0f268916e5d1c8cb7a4f1362c6eb3c94050896d7276_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:027baac40981f53c9ec53f5a4241a657929d6289e42a0e5deef617c182b7580e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4bd5b70373a257b1fce20135ff4a4b3e6962eee541c67a0e29ba9a2523d4d4a2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c0b3ed1332b228290882bbff6a1ad6866f5ab2a4586b261949832cdc3bee5797_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:047c270f56b685d5a4e67afe43d2f1ff47829a259be6ff93bfec4864233d4497_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:50a6482667d53de3d7aa2bff6df05ca21e4e9773996afa8b8038721e231deaae_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:653dbef43ed7f531ebf64c9314756be42738f1635a64097c53210ed0b6b0de88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c4d2741561038e0080204335efc6eee5b6ffd8878553b240dd433fea701e6bab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:3de609d984e39497dfe119bb8e0ac2d6d823dd894a5c866e5ec87de5b5711e60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e3a8b252aadb5b32f42009803b56dbeae49a3ddbe9d00aa27569af4747fa403_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ccf49e256cd9c3bb428badab464a17aee485ee1516896f1ade10da11085e843c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e77ce95a84b01b09c5d1e6dbdea8970543aa3a60f9292300beb078d1288bb801_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2ab5fcf7003f4ba3de7656a284b11d6ee05bb02cd0f3532671a8c368f7b15178_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:44241e57d9067223cdd1585db9d699db113931b7a273d207516f60c498570677_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6aaa55450d567e2fa992650c456cdaf5529c5d96fc9984f7e1a4aa9ed6294bf3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f2fa21e8a0e88b25e9037a9c2db4b157ca6fef8b765b36da7dda71bf5a4c4478_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:10bfb59c904103177754f0336f7b7bab676d240480a8213ec42a778bca3f277e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7aa4fdd78ceafdc887a91224614657e86c1e12b72fde68dea4ee5c6e9b610cb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:e4a365a0516b0c8ef2d1259ec4bdb7f76aa9dc0d3c3cfd5d5b3d34341d349772_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:a06af7a856d5f2416777c1bb1d271c189576e273450b25c6dc5937cd16b8bf8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:28b8390dae142ea16bb05f6bd95f19b6ab38dd67c341168337ca07fe4f45fe87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:be6a9bcb97824c91f393af5aac5a146d819ed9893f5a074e146afe18f3a50dc9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e6392d583f97f0932dc01be55534fbb6dd3014f84b745e8bf7583b96ad7a7761_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f30d93c0f244f5ba21807dca912d18d4facf47ceaf43da7efa41b14ee816b71b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0848bdb082bc8dae6bdaa956d2ae36fdeaaac89024822f4bcdffb51da1165fed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9f9603a2dd344770da433fe8dd50a104d69e80ad463f9cba71b3aabefc4fee61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ab417553778971822422c6eef94aeb437209fcf88e78188b701d4b2243ac5be7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b9bb7615df3eadf64501f35dcefa829934f330892801cbb86e9f70f5dde236ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6bb4c6c64852f2b7ee590a0a60db256d8dd549a4b141fe71d311bf30d0ed88ae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:837cd26d96a814814145cd0aa0cca672769283c499eec36c457ae432b99a7466_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:956ad866d891e1340f630b9cad6ec73d1fc60d4061d4c63946ed714900388a3b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:9c91591eddbc058f05d052e3178102b28ebd25c2c9cb796fffd5047f5d413d12_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "ironic-python-agent: OpenStack Ironic Python Agent: Arbitrary code execution via malicious configuration"
},
{
"cve": "CVE-2026-73086",
"cwe": {
"id": "CWE-1241",
"name": "Use of Predictable Algorithm in Random Number Generator"
},
"discovery_date": "2026-08-11T17:11:45.607696+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:0c95fbbcfd5c54e6b2934a8efb4f8523d1536ec1deef78249f4daebaa9d327d6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1b84b2a1cecab16e75947d29572008547922714207272a5dad8169d1ca5beab5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:466597e63e82ac365414c803f5ecb8f06a72374885eedc5daf9532aad16ac148_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:de9cac5c7ebcf3d43cad87758dd2eb0f4d6480f59bfb4112c224a4497aad9ba7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4ae516b98be8fbdb9b783345fe680c1d6ef57b5dc06b2ec3bbd20bfdb7c9b2c4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8f242ba3e0b9c57ecbd85f0d4c1bd67306357c92b53968a42419736c3dbe04d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b717614ee549be99c17ceef3d755c66abc983e821e04808df347962858e0da81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bd0f90ccaaaa74683b9bb17db0651dfbdfdf8f49adf0ecbaf8e83756d270b590_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:040115466e4f525e9f2386d6f8838c51f8e1638eb06cd64f071d4ae027a8fb9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:1a677b9d28655390d007acaa656997b12a32e9093c1c228778ef96cc6f4ca875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:39c68aae39089d044ce992b949d4e9961105711501daf3d4f0ba7e9981920729_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e814640d65f77818c180a706940337f8ddec8ebe4cf22c51a58a8b69e0f4099_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2831d7dc9f3cad92219addd21b93959900ee2f71e2d988fffe913a6f88dc7e1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:50f602354dcb223759d781cb057b4081a424d6a509178b10674358cc8dba41e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6925001d8a798896438ef1388f54bc29825c37d41f2f09a59e3f8bf60b2ec6af_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e01a83cb76fca294a011e022ed86f1da8cde36928096422a440bce8e42fbc8b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:757ad9e0c37b861340a7b2269b068d5b0c6355322eb5f5898a856fd9c4495b16_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7f68ff8059ae68d15041b8f38ad5ee5278289e1370d276cf7e78fc7e9fc3bb10_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:816787cc8c95a4a2df1416f09af6228559333e1bb1421ede0c9e2093444260e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f9bb9a184319c9fef278d3c6705f56cfc592c844f5c458bd20bcdc07c4230982_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:198f39ed50bbd835f4789057f9d7fd8de0962f1641a7f453dd90d68b5b2a4e7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:633ce875ee7bb08d9bf00cf79738e3e63cd6bf4de2d40fa6860142a301c0968c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e169d65b86f23d6424af5e7cf9e1d0ced58382128092821676196c0a05f91da6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ec2586358c34d0130b00a3714b50c8b7bc33ce915aef6aa79eb214d38202f37e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:13e81e4c25d8c789ca15eb4e84f3fc531a50b4dc0d95fa3573e002e3b54cad61_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:17637f8455e0e17bb3dca34545a26e881cff3e1444af45b9f45c3e282a252bb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d2dde1514fcf3308d1469a0af6727835121c4d6a1a1775a675a7ffabba8e3bed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d6376055835ac40728181d6f354398a0e60ca131d2fd8f41471ed87e974ea4cb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6f86d997faaf61c874def5a78cded319a188c1babbc4dfefb91a29f7e0d7f0fb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:73bceed99ad1b0bc99e66ab8361037e4046c5212645490161572fe6f34de98b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:babd6b0e928bb674289f34787d3aa536bdc4c24a877a5ac9311f21f0cc9e6224_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d00a12f6c4e75a2c93bdd135eeb742f42868b0186d9d03f318c885407a17e439_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:0932891a63e5ec5a076c7848d5746e29d972f3a96058914bee8fffa4921fed38_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:472e977d39473b92992f53c0225de477318b31be8656c37bc35193789ab7a456_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:71021ecd15d688aefa6db79f817c11a751b51f6ea9f2e48781bdc49c6de98088_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:9563eb7617a4d3a9c22fefaf03a4ede698fea2621a68ad231cd9e65930043a56_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:1fbf3bf4990353e799dc271bb4a0c58b385feb2ee60207636a3f76544b4f5ae4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:7815e9dc63477803e7e8bb8a01ea83043b5503ba529f64db3c76ad1c4cf2f0b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ab22d93f277f9bb65fcb5fd9c448b72f82384b9be43b8ab525d2836832044eb2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dee02e09373732db94bc442ddcb2eb4d13095a04e35c674387d3df8ba23d67d5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1a046b24339587101462756592c87ae4a8f699fc2977a703e6d031e2022a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1db6c409fede3e9ec09788fdf286fdb0634de6b6e727ec010332f7cf2e462_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:bd6be5cf4063439e92a1264ce3af0ea6528b9c27dd4b26f043a80aa8616575fc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c955c4b9dce1b25c73453079a21d84c5a2e5d0b53cf6e351f9b1855f08db3fb9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:221943f7b65573c2942d88354261f93a01950be1d1a86fa853544cc4c283c027_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2488ca8b2a8f658f3deaf9a70b12f7aca159490b5e0861d746ca8ee5d2010041_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a3435c546844b61f456789fd315495d6bcdc2560756e9fdfc4b896cdf70d75c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:be2e4dd58b8ed72278bb2c014317e69185e2b19dce37beea7fec3798abcb35f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4da2632fea643a834aac3fd63bc51fc6b0d768b869ac450e6779c9f36429a9fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:56ab8a9553f0c0202a47d858e234f2672098514dd647502405cac1f28d14196a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:abe530f4e865add435da2afd379a3a11a4d75c257c2468a09bc78f10256e0be9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:fe1397131aa0d447366fd627b12582ed647551ad3af13375f8c281ab73745f0a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0857a5a2cfb5c277bc2d2545fb19693f23285ccf6b75144da8fcd7225e1df1c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:43b36fb1f7ad271530f5ee9040cac4651a684e0e08de2ed90a2939b736b565ed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:7f86439496ba6573ee1d61b5f4d414dfbbf65a95526cdff54e45229f01785517_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8094138e4ed2267cc278a83a1586922c957142c9e5fcaec62db531c83b79566d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:309b1dd27ce0c7dc332c7141e576642db4aee6076ce50ccc2930e824f02ead2f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:35322e4580b0fec862223f76e0bd3c95ad0af31f3d4cdfd6423d3ec47d6e25c8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:699bc772c8a648f8be7d6a5c32d786d8f6484e584d918d68ef8a32cb1499663f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:779afd8e0fa21d022d7e75e7ba8da00cc7604db1adfbbea879bfb1d0f8c9c831_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:49e98d0193f7d7b4347043f0655d350a7a0c0d8c8b850d95abb57acd13dd8ac8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63e308cebeea85127f584610f59cdc9b228f01b9acb227f2f6eba7fcdc29b1fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:71f9b47dbd3985738259a6bc9a5bbdb240fd21284a194b47bb78538f8e870cac_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:9181583c88b3be23253c76e277f140c0a1532c1bff7d62cd0da1e14beba1aab4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:0f96581804dbadea29d9ef9a2a952753f5fdf295670ea0297622214e2a9b7d0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ae4714025025642ff5d9e250a4715b01d933487fa8bf4eaf82629ebd6d4c8702_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:cdb096f05b664fb542bb6eac3cce52c53da2e4bb636189bb53f737d3075615da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eb9908581f71dbe01d8553e494ef022417196408e9fdbd32f08fe1f5b9c9572c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:08725f7a384b4e72a173141cb35fb67293385ed72d973fc4d497f3c0f0dc626b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a322e3fc620e914088fb5669f1459a47140abdf027bd011d6ff4e5b3e6b909b9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b950e80fe164f86ddf624c80210308a634929ab8eb493496ef86bff1c5248fce_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bfc663a0ca81dedf849e89b91feb3fe0af97932fe8a8fc711d7ab85b6cbdcc84_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:13257447171d38e6e99c66faa476de6ff6ab934c285a0d1bf71fe94dbe583462_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:23fa493f397748092cd71c41b9d83d19fad6a5433b692bc644e30af790cf60da_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:28b1c9ee4102140998781ebef22f269316d8c2be2254c10b4d7151dffb0d37be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:be2175c2c6c9d882e44cf10aa85f1219573952473e893f67cc7085bf0a324407_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:61417bc1ddac0bc97c786b5807c2fa33eebc75f7cb186aaf9eef2151dbaf75a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:73956194247e000432a8c5f7b78255062c5ca967745ba2d97e680a06f698f518_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fbfa9ada74c4875985fc4bb8366d21eb5275a52953d44bc6bc740d48edeab5b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a545c9c2fbb36296286f684e02f9a5bc337b3c3fb9c83c608c988c88455f9bf4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:34a8a8a4a62b36b5e0eb061db3d56905c8dddfeb2e7a7135642f947ce6bd01ad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:41c2ea14036c2f8639cf0dd634e327841954eff4529743fcd10e8475546165d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a884f443877c7a3c0b32dc60a79e1bcbe89036549da7a8aa4608ee2ac6460765_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b28e8574a1d3b374ac4a61ea4f3c16eb70d9ba7385bf830c8698f4490f8fd3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:8e245c278c66405066cb31e9d48e97ad9cdb826511bdb1104807d26f896043a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:380e3045135a40d202f330002512a5c499d8d2079cc38e5c0bbd5a2312820dd3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5d06442daad2c126259fa5d594b53329e386f560b77a475ccb0cc37148644a5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5dc0ca56deaa237fb0bcddac8481b45d3ac81609b36c3b7bbb6cff8456899208_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:aa669084fb336f5d89d86cb58aca73b88d6bc4b6505eac2020664e0b6abfff6c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8cb392862e1835b610757e822332074ac459c593e9bd60fb6b6f6d0aebe577fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:987afa1aa902bb85d7c2d96f1637bcd19bf21eb832444c98d30171bbeb746751_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ad2f0cda09211f3e0aff615306168baf808e6fefbf1f039c3ae1a1fa7050a61e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:bcac50d10432ecdb8bfe2b465ba75889248ee8595f23c5243d023ac2a336f3b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3cf2d6f464e6a2fe5b4a8cf66690b3237aefef0c825a687a548f81336507cfb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9bd17213796576ce4d315986dc0b271011c37cd6e9ed75edff5ba80c3302fc26_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3205092b914bc1fe858b2ede7642227e04f35d06daec4848fdbbc0406fab4a03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a20ecaad93b15b869fb321c7503adcddfe1f0f5eb3f0f6427bd363234010853c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:57259db0550547f85684c19078b9af82b6318dca0c00ef8da27de8c8dc90e305_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:a95676fb6c1cc1b20cbb758a7c9fd34e82b3e114b81b5c17f47ef303feca3d51_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:49026487ee6722c3d438c05c1c181a36d14eca2f0d8debee48e4a02db0486145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ee65002c4934842ad86197a89e838997bb87a93ddc9de3423eb2af282a565c41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1bb56a1a194ba6f64edcdeae267fecec590c14c85431ba62ee8c6b5744da3a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bf72f3bbed57cebe1deb7690cd7fcb6d371e526630cb386d13180726736219c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:81afdbb2d9fe212af38a11b4d00ac952a306e13f91b23b2a081c0393173c5e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bf8d63c933996abf39eab9406b3061bee014d766a58f4e27a56413652d319a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:4a5021268b1ab163318270fc9ef07afa8a29f288c95ea69700c4bf46f88e85cd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ea443d9738e4428b6912b47f9c1d8d05b75cf8b137f0f9a76f852418b33b989e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:00148cec706fce87b240d38dcc91434f3c167052d5860d42ca9057e24c3f35eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:7996dc231961eb51daaceda9598b04e4bbe7d0e4019dccf5adec8a14d6f7e1a2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5c70298b919a36de41bf25d870bfa3da4013d36c6179db3eb6dd2e67dd20bff1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:a64777ab69af6f2b6cf4b78e5a00148e98353748946991c0a6da7eba76b442dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d4b6a07334845b2938c6d09556cea5e0477d13d4be6247bc9e3fede2e46aa3ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d5e665b41152b8363b4b15973a7b86365bb2c047366aa69bef7e1c499cf4fd3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:1a29c30f85b9bc858f0c70ca5ed79934494d92849f23baa6c7f26f67ea49c57e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:70f95a8b240afc604ee9af621fc3b63adaf80f593f3131e7ed51077ed2c77a1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4d217b45b97c9e01ba3d54d03270be07e9659b0d4313fc85999aa49fca560108_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:634f48a37ef03dee1cc0c0626c32aaebb8f9975b4640ac540f02910bdb3b165d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:00f06d1c70494444172d5630c33e1c93c333a880520bad3a810f96dc69cced15_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:01ac79392fa7a265608b75458534bafb6e5d350f2e8536bb9de48566c685841e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:12047af5271e61b4032c04c98df9ad54363d6beb13b36f49085307705677e345_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:37e5fa3bfc88e99fc78f2ced6cb4a99f5099942e40158dfa6940784c3d2ef95c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:54d10266c83c4d5fe91b013dac51538493ae4a4322c925e561c45316c73b1e2d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f799d506fc4087aac0eb4b2c2d6c8e511b598c6b3cdb1ba5ee470b787759fd8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:061d1b86afedd409ad4947a8ae59064f0fa92360cc82f640cf124776753ea3bc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9c7fef9c0e22e1721125d5b1312e509fada544e1d3d956338c3638aecea53dad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d3d951b736b910437255f3455b76357bfe0111c257f5a2d8dfe0f9abacf30fe0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f7feb8627754651663208ebb363a3e42e1767e16a65914148ce0507a77bfe795_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:23b0327190559517a3526d2500534542e9a397210cc6f663ac2b313aee902e92_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2911daa552328c8b01b19f91ad43ac54da18d343834c48ef35f12adff8077785_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:43960246dc7eb7bcef847c0d706bc6b0f0a407053a2cca7dfe27fce23c6d2af4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d05434d4552d2ffdd45d2fd44b1b2e2e8976a15f0f4ae59ce7dea73ca97dbcf8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1f7e808f97ad41f4c301736bdf2e06da73f2d0e3ef4ca838f0afd65273db7c8a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5553003527f078011d0c440f86c1480ff4e62b318e98ca2a4af97b42e5e186d5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:582a4e6fadda74e5c6c49b605b7967e9d6f25c84ab3de162c30931b1dcaee31b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6d54aaf9249113e5be1b6a87bf439ae778918533077a41ee9442396cda4d2642_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0b4378067622a7584c3be2e5e5d8748a564ae7672cc882bec0c1d6f4f4c28686_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2ba6c6b021db9b58614b1ceb9b736978b0e3396b04dda4518406b041448dd5cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7f7e406ef7b654a66bbcbbfa5326ceb1ddca4a0236cb60761a0ea48b919e8571_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fc403f7babe4eb16c770c80def94f34696b3a8ac55360b17c88edb11b9ae5a8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:473d595a495e4656de14b1b22456ef1ce2218fe39d02bf738990c0be4cdf5440_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6b3fc95809e8ab1be94de33cb375207b4302f93dbfd51f2a67228025c1e304fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7d0a9db460cb1d4c918f87a02979048f170f5e692e83cd517bb9b3271aa06dd2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7f1e2dcfd02a6a5fc56c6665979a8981f11144a5bcc6419feae3964b190583c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:775213a7b6d92d23694dbd1538727c84ad58c6b8a8b46587ff7bdeb7312acc05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a649eef7fa6148524b1f3aaf18ed6543f65ef91ad21358cb0af865401061622d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c593dda5f85469eb4ded8cb6c4738069d48a144823a070b83b58ba7772ba0e90_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ffdcf3c2b138b62cfc84d9916799812ad73fcba9c3416d7442f3686417c85932_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2e1e514d9f3cdf5f04ca924fa98d036988ab47259be5df67497931321634f730_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:32e93e986bbf92dd3a3e09f9c76bed29334b5cf794e18b843f81522ccf43697b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7bfa1c21aeb7971fa978d49455f4b5dcccd4ccc3de147ef47c32e9b74bcaf2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:dbb5abf21bed592282f09e30ba1387b084eb028bd931df5609c07fb8c09a0d75_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0606de7cca514d2b4ad9593d7f37950512741cd8f1597b1f83951aa7c8839268_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:116474d2dd37c159032b15ff856dffecad2ef0ab76298bc43f840bd0245ec78b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2e887b0da3269f28933bc5af839ea2df95b7aeca3993cb31b0a1c92e7043cce4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6029166a01da021523fc720ad70fc59f449684e577f9f5a36e0e759a39d0a28e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:849b8be9f7fc785a70451c1c0704501e2b449650acd23d450d145da1a760c166_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9c5d6a2d314e840600ca6bd1354c7dc6040fbdc216166418485d6edfedb27ce0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ba10e440e514662920d68ac025d5f3841786a393703fc2dc0ee21ff1d2490015_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bac1799b133fd829b35ac619a25a272301816494e83be5a251f78a50e7fb2f88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0469874ac135c41bb590ddbac02428775083221257b6904fa376335610c4acb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5823c8fa1f1409d6863dacda718e35b7afd2915befa21343dfcc68b6fef7a9ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b38d3723f2547dc5676460e3738420e243c6fdf7be77e54d18657efb9668c438_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e5a5e4c1a01ff3f5d694ca26dd248533fd463c85374c25ce1a9f4b7a60deafc1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:19f94467c811e10882e30eeef39b1266b83ee417974aaf62f75738d51811cbc4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:47487ff8d0cd813ab3354061caf319dec553b1cba9d5c1045de710b8a6d0c51d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b3a0104cb85f1a6965eee44fef58983637839a1f97ddccd737704ab41cda3a25_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e8c72b610288bdc44492ea0a5c2fd66cfb1673fc06f6bc66831fa84c96f86543_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1a9333d29d3561fe95488f3d80136d6b24b4a2e04472d37d34737fd1032a8856_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:705d146d458883660aa0b673a651d05d1d1ad73bafad91e84755118b82092ae7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b9265d767c8a6786f12dd4788377f1a316864863a32de4a4ec07ffc8b874aa00_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e3a7bfabcb96924059fb7906be97a0ebb1df35c6cad39a7968a6461df0cecb31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5c015e1a10e5f14e82e30ba41b1ae6a82cf5cb0bc631f5137d7637c44a3f5b8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:623bc4c74b05b46babba7da628809bac05b48d8c4055648e88f0db57c1bb0e07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9502a32446a8828e8a1887edcf49034e874ea0e32ab5fdb738ab89e77cb5a472_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ec7b6b83c8e934b66505e8051e183fbaac54e78abae5ae99077d4e5e163b4529_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1f15641123321a662f676a46a24f6c8066bba6e3730a3c0d0eca3ff8e548de23_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:85070876ada5cb86e8c585f3ac3114d548b189074723a13ec5d6fc6be25c9964_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a34e14a715bad1d324f9211d95c56ed387ae51b24b21ccf931c12f3f7b3dcbaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e12ce561e4cad13a5d08e8164060bb74a309f66047279a26dd727d34ed3dc16a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:67789c239f82fe3649ab8c0e13f920a788a3612d15a78fe5986a852bb2d11a0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:80d704ed310acc3015748815351da4b54fef2d8b74d7d4b03aabcf9fd7e60b38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bfbcd3f502bf336124261fbe51f19e7a4cb9e9132e07da62354699b30cf6ed24_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c1e371a0057014662b91736570bf25fb1211ead7402154a1149dfee9e55b994e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:175fd0386d9a4e064fa760f23ecfb45ac6ae3500e5a50acac0660d06e5b7ecb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3e9811dcf3c528ae6f5ff86659dee1a590c2b53f7af1a03204d06fc3dc628fcd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:68af6c6e7f51523ac223f4e25955cf3777f4ae5b601dcca7c6ec7e2dc0de0782_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:8f1b3ddbde3e33dbe01816bce0cce7d7bd196cc04affbe606fecfbd8ad7b8b17_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49699de68bf38c34edb696ebe4f9dc608756382a977f497f6713dbc7b6e1209e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49c32ab1927e0969508b906c14aafcbc64e6eff7680b9a10812eca4f17787921_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:86135a8f7d4aed36e7b2a571b431b29eeaac2bda02762eafda3e22a62a7a2d6d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f2dac4ffbee9d028b26e683b63a9f033ef8609907f6c498d42c447a306e75328_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2884bba195d4d635378b0d15efa54991a23f51bcf4efb1095b478f5cd9c34f46_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:d84853556ede64db5615eb4d826879c744f7ccbd92c51ecf392a686af854ec11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e05dd48fc4c26b5dd822ee58a2af27bccfd0ed28cc959a6fc05073cec6f7c9b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e202635a4a52be92b47960bd8ced28634111416b220cca5fa7f86373ecd1210a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ae36d953c8c7f73dd78d620f94a0335ff5fb84b16ce9d2dbadbdf3dc5d66f6d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:308c924c44c35b39c66b429a15a0343a47f7dfad62dceb76ea7acfc85e6bd973_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e132f6b0a6b4e2dc63561c1ebaa0bd9fc669a835b0c22b0d56599e3da870231_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5216d36dc483b1368a03e00dd9dadc7c75de2bc36ed98cd7ea2b089cbe23965e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4bc11f6ad7c3e9c99e708f7ef5a01b4faedc8eb5d2de5b0cbed502395958555f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4c04a50ca49fdc521da592b9c326e233763918fbfd6bc97e001e0e680ce24cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8ba4aabc0e1e36c3ffe66b55c67ab8c305f64aa6011f80060c5d95ce91180c5f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d259704d34b605abd3568bd4c988bf9e831d80554ec2d7a57e7c39a70daf0140_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:14c55985b9277766e54156139f0949d1e3e5f756ade34512a3d5ea3dfed2c544_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3231ec9c296798f11aec6a285b0a8f7c5cf220534d0525afa59c17ab2464abb0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d8767e4d0b2c8222748319f05483bcefe50388abc182a01f3ca9dae3c80dce44_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ebed5c3d8e112fc5086208b4b4c0aba054a0058f3fd08b71b129dc124fa00f99_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:26dccabde8cc0d1ad45160677fe240b3fc098acae82f6d095fad08b78330453b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a168025d531f20656997ae845a4930919d6805b7f9374c40f7835a93aaa46b27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e696a8bc54ef8a13800b2168a395d2cbb08678403beee2dc52c56d04cb235759_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ebc22890c7759ec9992b64dcb0e388881caeeae333a9a84a50dfeffe27e38b49_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:09319f1dcbe090d9677a43249810dfe5b3eb165aa3f8b473417e0913649b1556_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:46a37e99da18852f5512235589ee86dde0db6c09d76a49275a8004422b9ec303_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:535d1b713587008fe67eec103cceb54471f5263516f5420589cffe1dea02be93_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bc614ab102efc7dfaa47fef84c4783da26548491e4c43257bb606a06e8d155f0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:08cac9e30829765f182624de9e45e59b40884b8c39cde60528dd27afa57afe72_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:13724dc9eb7247844e450b59b8cf3af5e5f486e9558942836ab60f74b9943291_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3e1a80763f76f622b5ffcdb35bf2dc20ce1e9c06c4f5f6bf0ae06b04134733b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d077c79741fd0c481fa6e1aa2c479b8c5b380b1d1f163259777c8c50be257709_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5e82ef0b9ab6d4e3b7431a7611bc563f356385dd8927855e6090008685f1549a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:62ba53e306331c1b20cad27ec31cf59687218f4bd5908ed7e9034559ded04b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7664e74786778a96606757f1de215a4a9702d0c9f7cecba7bf8028884a7609ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7a967f88faccfc101b9388f8434d406acdfc85d7d682f9ec742d59eb31074fc6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0e05cd1eaa2b9c558d22892495f090b6b51a316dc56d85ae825b6fc44611b6db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:445fdec85c2510c8a45b2a830ead87136bbb80bb9244987b4d6ffa5858931926_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ccae4f8f443ba6806ea33105d7dc06002d58914626cb9ae57476b29193761b53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fc0becd36b6fad4911a5b8c9a4693320918f7f7e6336c2b11a76adcb6d1eec36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:652f8fc874b95a56393f14c2b56a63faa64c04f6646c1786d07eaa272a9acb9e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:94b9c011744629b1ff6f230e25f876f218ed59d55a941377797f77cdb7c03e1d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a178a796ca9d32ac59faa5eb9a6aea30f1aec65d88f89080f57ed519a7983f05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dc8a79297c73782f5005075332bcac58b051a07d2b35626323f9b69ee5f4d64e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:03d66c724cb647d4a613bb48c9df6e9ffaabb68c8af5a4ccae45365e32456470_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4b9510fdfb45d2561927843dbd7ed869e2f67d9636e59dfd0c3ee640d9fc601c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b3570e078bed53aa3e435443bffbd12a7b259f8dee9d18c0d79b55514a547b53_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fc8e892ccbd8d3c1e737fbaf8f02b5fa6bbbe242780c9cd00fbc5e6889d7baee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:266bd8400632ac70fc6584e4bb2850ebcee7027ff7899acbeca612c6556302a4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2c8f351447fffc2133f339c6ab3a0bcd9bdfafad4a4cb5b7dd2abc32c6056a92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b8d2783a76f514f9a4e8096434ac205e1d82d09da2d67fb930a1b5e4d8089e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:74fa72db679ef47f9a3e3459a90dfaeafcb6db73dfe15b8933767e2f9d19c448_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2b5964f6cb078aba05ada42f0c8280dfa39f9f80526932cc5d41410922e4e8ae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:480b27e9866ca8dfba83e1accd427d4f6813f4fb7f612854e32bdffc10d7d5b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:91c7fa7b70f2cc82b26ac16f91ea084e15a4f5dc64f254ed878c25dd1170c0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:edc297cdb2f670aebc1d3561d801840ad029e8777ce45724066e6891aabd60fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:443e0dd81ae60896d31f07ab49611c5e0629746824df094ce28cdd3cb0ae1d58_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9b16561ca87196e3dd9330184f7abf25e97272e3c47d2e8d594e3095e74f815b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9ff62f63d487e25a750bad29314955effd17152bfc534ff698963760a2615b0a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ab506c549b676ad9d8dd179e2ba871a12f2096ca2601ea2a1f2605ccb849dc6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:08758e6b81d6679b095a8e7fa323870eab35fefc05e525c6ef810b6cc0b3c0fd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:af87d24f6540e5c98def879ec4ea8adeb5b138e41abc126b2c3030c5847fd0b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c5e9e59a08d8940e99da6bc568269eaf71ea8db62dbff86a7f6fb5dae861e323_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f5122187c85ef27f5423ada009d800afa4800e32ad1ea3299586fe64cae8e38d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3c5078d135089e1548b4dec49b7e78658279e42a72792a988447662534b6516e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:56158ce0af0c0eb9709b2d1a172201bc795ed6e5075517b6919ed1302399d6f3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6720c8097a398327f18a5c84c28f6b58aeee017199c2649649a1f159b8365838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:89295652b447f42c6a0d6e1299f63b04016f10ec8faf6372357294a14472e426_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2baa85e44cc4ac6cb825103508c5bd74e348609eaf53ed42c6d0e045dfa62772_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:61283f1fff1f8ec53563012a5b1fb5a48831f0a220d3676b512f5a60b331e849_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ba258012c0832c57b29785be805be44f0b5f8eccaf76d82d7493946806eafe5f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cf3bee6414a87e7f907d30047ded274c488239af5b1f43ed717ac2cede29df86_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:40854e0833b6cdfedcf275cf716e58f3cbc5c44be313fb83ca3e909bd80d0b08_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4d6a10dcda92c599f52977c71208222d166168b29da4eb4727c466e7eb53cdd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7be4c5ff86b0e939ee9f22156812fb98d2f96c1eb4567ca8a6a01ea3aa735dcb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:83bdc9fa5d3893a973794dd7162bf9564ecf68ce44814349a621cbc284b9e61c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:993ba8c1dd84e486fc4084a7786934c356a9b12ae86155134fd1a1dc1e5e3f2f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a64dfd96d3aacabc8f219d19e6d7eb0c1ac5b68b49eb93fcc973d76e67ef1d34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:ce306e2cdafabbaa29467e0cdbf316673d17180efb604e683a7fd1ed7181c6f9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e6748814d950e6f5e370dec9cb7d557fbb0d29ad3620b567840770be826a601e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:04d418560f90c35b42be67886632615d62dc89cd37fcccb6e247212b535fbb7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:40eaefc42c0f0b5adeb47bcd463c2e2a45e7f3af1c0fa4cb3fde9c5479660c4f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:545bc2a7b32276bec515f338aea3a2976c01cc787a559986646aa6fa26ad5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5a2653ccd5dc3f59a228ee8b936460575e1a392d12287661b1dc83a9f8210033_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:12e5e4ea4d19c4dcccb35dba161fdba8a703ba6331b11054e4664818737746a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:180e817b55ebfd081fd0305f63b3e0539fe8d13d1ceb8428ea21e213779fd056_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:92e8693b9f6955f9862c8b576f5e32bffc3bc34232511fae0cbe57d705bfc53b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e5b5d4750a3ffe24b1196255d4cfe15b21efd587a41736307ca8e4e61a4936fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2ca8a85fb07b431d97ca6a3e3c18f1cfaa20883c7076d6b5b4e6942b632f9aaa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:559af5a310f0923dcb4ef9389c51c98604cf44642a13e8ccb46225b4ca268580_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ae056c9c8e0cdc6519ac1a9542781cd54ac2ac8881f513e965b57ce7d1e5ef2b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:deb92b50d5948bae13db37a7046d9b212dbfd3ddb1063ff8a5e5467f0cab203c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0c4f3cf84115f8c9b9bed6b2dd5d52316eb3a9e670fe6b9e28c2dbc350392e87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1142ce3f8a3c1c2a1c7dba79ac2c3b276a45fc6271ad9df9e6a5d8684c36da2a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d9f2c021c17f1416e01ba31a8823b7a87724fd96d7ec99d494981842b5d452b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f3aabf75e838b4a941f64a7a322768729059346d7578ecf5fe7ce27a71876fca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6389373ccb2fbe1b6385ea21dac1c0ca918bf9d3889ad7a738de6be5d7ec4272_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6449fee9a31acc582bb85e0031312e3ff07d1f1843a1c6c410eb79cbbec1ceb4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:751f007afae9f16527e9039aa95c2ee6efd2ee20afe3c083ba7298493d2406f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:afc11a340e28d4100c31646b705e8db302f6b0a96ad3620e07391f02a70438f1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0673d2034e7e5fb412a171939379da14e9269dad7bb53e83be7ecf8233b0b5a1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:18f0345811215feda18d2b63f679ee870e76b33e9f61042d93edcf36fe97df95_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a2d247eb696c80e02bc8c1873e8ee0fb71a1e5ad6cf5cd84bdf504f4fe17cb10_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c342b14ff399c961ce05c1af127244b950b8e9d641ce8752f9d0f880ad7a672b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4849bfa8a48c7e7d264fc6ea9097fa9d33da25f75776619976e3204b42026cc8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d7c3f5ce57c0aa25e13ba9484facd75c5a1dc3caaf9be4d0f273243e7ace327_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:78aef6c20ab3bf78eeb8b8a857ca2a24067d45cea0a070c44d3fcedc00d4efbe_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7f33515dbca04230d98550ab638efa87389629fc7d913c8ec42e4b5bf8a772f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0251068577a1724dc777683dd189468ed77413b396614a117dac6b4320b8f01d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8812fd85c74fd67a95afe09c2ce5e7d592eec1e25fdc6fa331a8bd41bdde0cc6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:89e0a7e0fe060abb45a6f8e6ed1906053c09f95c252ca7813175903db61fbc99_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c3674a8f28935f3140fad744b5a178a8346a9a7f79f6c281561d2877b38c4ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:13bc0d4f7d4508fafca5a3bc61b6449a056e277da131e753c06cbc1bb7781b27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:993a2a0b3f84e071560f6fc1a3ac243fa745ae9a7ab15febbe1385437dbd3ad8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:80fc518199cd3a1ad421b142661f0a85679b12b69d0afe580fe60eb6a13ddad4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f069665c66c19d9775b70a31aa7a1069bc653691f6abf106a88b2ceb8c0e1ec6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:13ef0c0585b01c56b865e029d029a553b458fd2d3d0204eb6dfba1bcaa11ac3c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:599d33b55e88212202b15f4344f7a18dee4f4504b3739d6ec99414d05bcde2b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a751f1f0540505bea087d3ea9e6ba798e89d5deb772cf8e401caeb3816a563_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4c26bc366b267d444f448a4d7bd5a0d26f84bea653c14b261a829669d888cf88_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8b67087a584a2d952a6e80572686412cc8ea01f03ec8d70b56cb8a24a0c5a3c0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ac1123e890f0aee159c9105e26e1f1ed3ba5eb3ea66b422b281c3e9465401c5c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0dac7821ce2a3a5a180f53f381d9e61484cd8c5efab3c9a7dcc70b5783421b64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6b30b39205367ec985c4a9d948e71d378b9483689c3ea179cd0f2476b9bfaa1c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:de903677bccf645889ff7968ebbc052b14273329c0765f7faa53b0ca815d6899_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f8392be7a6f5223930d53ed6d127faf727489b8f5ebbbda6b6b437c529e3c812_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:02ac68c83db9dc50cf6280a418eed9261dd2182bbf51d16fd143519e49960b17_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3746261c5d4744b13d4704c822fd62ce1f486010176fdb3bf95512c72eece73f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:85e34da00bd6d290c04d8eac32f39db59b5f50fceee9b248b2cbe27bcf0e7e5a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c343b119edf863e179df865ccde0b665b87087d78b20919aa5726d8fd240b344_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2026fc52aab5a6d7766511080699112f32ae4576108ff95b0eefc5d807a14f25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:21b5298172f4de1e0074c4abf5e4abf27e8adc02bbf7ee49bd3388f7127d4901_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:42f8af9bf66ea72846b7f7e57652725c31b01fc4a8d39ff7e7882075438c521f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9c5711087546b1ba7cefab267b8aa30b54ecde5926f009518cf0db974ff84c3d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:373c4b7507a978e3dd62e9ea629d1e397b1f1db682e11ada1bfe5a0b45afc782_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3be306649df2fa3cc9f30e60ed5d947fb0678b0231b617eafd3b1593d10feec5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5b01a896101a5189740f84cb1a83edefdb0dc00288dde725ddd0e95480f8e1c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:961dd87e559779e6338a4d3d35c96c0ce6ff7cb9634ce32d4bf848032f4a2fb7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8799db20cca7be653bae6b8ac5adc1d628094eababe740beb5dbc27e05346872_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a36c2b308515a293cbcf265af68ecebf498739e74ef11016d5c0edd3cf47c4e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b86631d6601578548af20a28d132a0503fe118f53d7596a5632ed24ec5a9931f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e867bd8b76b5bc1438a7be88a30fa7707edbb1909920a1d4d1d0da0ddbebdb40_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:313074950c6dec37d29a9722b58ddc951aaf67c27b47568039f29f02f2523128_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:43618db20e6f592602096897bc89eaf3c58490a362e91e3299e20bb2a02827d9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:705f4db2e969d23205de87db1bd7dc8eb1ade64a76940fad950fd1a214dde6e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d2d5ee5893ae16784051d9526c1feeee3c641fc3e6f337ba807744551c00ffa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6ae5cfd48e788096162bc4517f0466bf526f16c84bb61072886a64842856c5b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8004e7284c63cc32a05f6de732791416d57d62db041ede2829d4797139094292_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8137c3932f344ce587769bff04355ad405b6ff27009bf23a221ba52f3da56e1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ef15235cf21f0fbfea74089f75471b483a98c920b65676bb6199c155fb61e929_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:149cca2af3f89c7d1e105de81bbd098c66be5687f18a584b644f21d0be20f414_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:33fc93d5cd30760383da666e8effb6ed32f4c8f2668da36677e98c1801ef4f5c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f9c1ee7f72c926c45cd76c12046b867d9efd7c3c381f34afeeb9b6e97751175b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fcfbae71f81307789bec93987c4523700c191a66663ce53e4009c5e0a8627826_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:04fe8c19bee4b629ee7f18a13dc0b7f49d6a4b6e19d204de90b6b2240b0f875e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5c9662139f98817aafe153a43f700399781d079390d5ad23d3b70fd6ac5d370f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d1147830f896fd229aadd2b766fbb4c8102b35a8edd4d8bbeef4928d89cdbbfa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:dfd0cdc29bca0a2239ef203fe7b58efd97ed4e72daed6609e22b20babda395fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5a9889308bcd1c3981072c83d44206d0c3feff059e0a2029d49adcb974674c95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7a715c7e2a8f54ccee42abf122b0028ed19705f401248d8c38f785d960f1b116_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a67de487534d03cdfc180af9d235edb21c5cb71e1224bb5041fcf2b9a428732f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:b3780d23a2c384ecef73c806cb20d7f97bcd11c12b6392c781c0deb7ceb55df8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:48b5d06ac4b35c2a7bca3ba2abc39e3af1eaf4ecb19c720d9b6e46b066318414_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a6d7d7df9078e9d1cb0f12f9ceac12c96bf2cea03a9085b23c3e4af6a456b51d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b757d11e5dc51a5822d9e30e97ac142cf004fffce87ba2e58b8d62926127664a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e61ed19beaf8352dcfd4b9478335a364263cb9839f27140a634a217d87d331e5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93baf08acbc6875eb2b665a9ef3601ca34b76767cd70a172dac7237f21b6958c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a5f2c2debb51b8aa926ede417cf9fa0e4ebaac4f5bf9e770db55a25902a4a3b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:dc97d5c1aa80515080b2b4d16fb08ee4733a9347eebc8427f10b7e70582464ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cc1559af0d7be472ae46be4552fb41e81ad804d73d1444b92cae4485118c6773_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cfd5513afd8b2b5e22d5e384a7f769f9c04709d853feb2f91ef667d804cf9a7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:febf2fb95748ed0c440e6acb72c40d609ae7587b2665cfd7145c878a2a0b5783_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1728f980f3ebba7e48bc0e8cad114db1e0c06f692638764e30ab990f45c637af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:41508513986b369c2f89c64af84b3980b16bd2432130fb122d8c1346f0602894_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:650f08f62aeea4bc954e69ed88a9f2f14d3c8f733c155d113c0c58b7154fec4b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:016fc7e804acce7a8b8df0a02bec320c32f9ce6224ae67598a63992219a77516_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:081f9cfabc57aaf4d19df8b496613d8aff54ceb265634c904ec7765c810b4553_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6da3ef092cde7fbaeee01c5d6bb0ca5d52af3ed8de458ecd3001bb96262c1ab4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:035d07364444ea963d64515420fa4005adf82c44b575555a074149f67db50567_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4e09fb0bd709d53a0abc6326905cc43ee36e6e4ec5e20108efd1ffe585b1f2de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:53a5f81aefcdd57ba33c57c02941803a072ef3f1b8467baa3c53c7e073a9ea96_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:cb3d2ccb57987217c75079a9c10f230f6a7de9ba3b0fbd87d8d3d5c71f8c94b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3472a8147e06452751999ae2d041063907f275ecf429dcdcfdce88c8a19a17da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:61155741778188324e0616274f067ec36723d0fb81d84e9715f72ffecfbc92ca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:adfe8cb84a5f0a241fe69ec532b7092a10cc274cc3aac2b86f33ac8e725ab2d8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e704c70226ec4986c16166ba1ca54b908d1b6d9ddd47640bd5ab6d292f977508_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1d63a1d7ba183c49c69a6ffe5a4584de5282029b0b2c2f3484b4f4431e2ce954_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:441db8762a583090cf4325377b0ee75838452a601732bccf4dbc57f26f6a1a90_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c5c52612378ce1f2577314e5723642237c9a361506c448ca80d2a0b56666a1f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3b9843a117d6a6ae28222951e1a556d3888ceab2ff75a082a06343c8030a5ed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:236fa2dfd935db687e786cf827d88210c2f586d2d1a93e610861995908bf2587_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:647704923828c83c6ed3810e3c4d7456fcbe378516dabfac30f203a3bd3634b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7638d755fde7fe6d3c004a6f0f7c761a9fdb75a3541f19a792c3cf8e8bf473d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d2eaa5b8ad9464732265b84128b5280d725feabb2d4b4cef0178a317add66c39_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b659f5c6da6f73bcf8b2850f0172358816bd68fca721b65a9a70569a94bc90d7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cc867d49602a6ada5de7a783136b6463c4d9adee9877ae1966c016a08ee8e87a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:6fa614240bbc1932f65f8cc9215d2baccc05dd1cd5586fd308c44d8a94447a45_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e85e957fc16a36b5964613a99fec1e7299db9bc63edd86ef965d879a081b64bc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:14b02010250fe10ca57b2dfe1046641aeac31f92e5691c067b3990383967f0a6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b6b13d29b1cb9c9bcf97f2daa289669bbd9ea501430e51652bca3d50f787f23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a8ab293c4f3c6bc251bc91466b7586e5499b6e198cff46e50f6a65d97df60f7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c5d781c35cda14ab70d4a5bde3bf72df0a3956f5cb159645e5337095bb71c5ca_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fadba956181755cedd19d3d5b5ee3da0222daa1dc609b629c900a0052a4cbd8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:2719589f19df23634ec3f6b578f3fd2e827440675b72a69b89c9d78b1310f98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e1fe563643282c027ea829274a1945458cdc5d079bf2a2b7b0a9982a5cc3720e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:28d64f60c216f77e3e006012a403671463b9dd90095e19ff2dd027def6abb511_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6d681aac67e08e2ecca32415dddeb47df6191a99f7a8d7bc3bf1697c6a26c1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0d31a90914ea716508caf180e30fb682cdd8066da7a0a31752be9d86ec9c777c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3ef5a3798abfd3d9ec1b6ebabf3ceb32fa4057072b2670793ca119f556c0897f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e2c62e4b87e0536d15ed8b4f2905930a750f770d5c6d0168de6291d92c51f9a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ef5f4d7e3c872acbc4ee48bc91b5835dfef66a698287a95836344c1587ccca69_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f5f049eb01192eaca548f3585845ed6a530934d2eaeb422fc78b657cabb1f57_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:740b0d9392c76e433ebb7762e57f156a0e2ea1db37ddaed2c5b8044ca092a357_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:da9ebcef147e8d9e84848454fe2b8e259bb549bf0de88ee960fb48f6c8051060_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e8f942ece24d15ce0c4a31f731f2060b6e3874a2f486b2dd255c773fb1a55f46_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1b4fa4d6ee3081f39e54b4f910100d210da682dbb0f308f08107ac44e7338d3b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:571a51e1eca0f31f273be8cff7ff115bdf192e14f5d510705ab7ed423fd5d9e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6dc96b2e8156e7e42f758cc28302a2e94e8b3888970d03a780b1732375e728fe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b91654b9aaa85e13d262d21b949b1a96b386f202524c2e8d52ecb66c279eca8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a677804e422590551f82a17e61f64bc03d5a8a42a695e7ae8d9de5dc086924d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:fb7f225a9221506e6295f7efdcf44adc33e5b971c470b5835b0ca3c42ee1942c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:107c9dcda9632516721c41af941362ccc316d25661bfb13a7c4dcfc2ea4e1c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e75d33740c576321707835258793fe2fd257682099348a2a067806e764e1560d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3ed82adddc3da003bdb272e2a5df0317abe41512179cba925f65fb5d8f7c2eb3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c16e4af4e9a79ac2f1fa632b20e98befa9aa2953ef241af186edd226e39150e3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7b6c16881c71569dbada90e320379c2159ead0b0ed2fa2113e065b361bdf2413_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9533dc6817f01e377ea2ff7e3aa4447d20ab5d016d9145b97e0cb9e758c9a8ff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1285e63d6cefc0454a400b20a6e404537a8d57e5fb9b5d7ff1a75b61555622fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2ea17afe64ff273c9208892a59773c1dca248367c849e805dc78cda228aba29f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5f33ae81c766b0b7d9c8411dc4f6a0adf760221ed0493a99f1bea5dddb5de41b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9de0bd8cb41c5324718c8d8f275c612c0bfd13b322225455a1142dc76bff0a01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:2fee175122b1e3f74cd8976af1515c869d096da0bc4f5e9024b31a64cf88896a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9ca16ca048f3de4a5d9e6b6a38b55bf0b4a994bf7f7ccbda8c50c02bfd59c871_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c42a4deb157c31f6fb871bceb8c4401f44ffb490404591ae36110511f933f72e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f6d5c31b12c8a1a1e8316f258ccd254bf6bb8e49ae8a175eefcdf0bfc5c6047c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:204e84b23aa1edaf66f10a49432115ecb4c3e8fa34472a909e1c9a7a0c3f3947_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:37f226136e439a1b37fab44e06ff30eb22b1ba8f12eca9e85f59936c3d58acd1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3e385fec20235fd68320dd564c68770d91c5c08a864e3de41f3800937d730334_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:878a0a7473a69442dffd7c19132d74b29ecf765e3499d29f8da7b1de2ff6f439_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2b51546e56d1893aaa1b68c4e6ebb5479614d0402e840c8c850702ffb198036b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3aac893d87e5c39ae1672eb5ad48a0b9d02b49888fab57f8662e6dbb3897b660_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c5bddc80f0ba0e391b336de8ead2442d0dff227fdb8aef1874bc3db3101f7048_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:dca0c7b1c7ec76232b3d5ddd15c8716e04a8384f0a816217dec544d667ad2e69_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2551dc2ab6fddb6edfefc185f7b6d73ea366ddaae4e2f79d554f0afb79aa54bf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3cc6eb31325b1f9c9a2163c570ae1c3d4da7e7dcb0d761a0fa775b66fda9dcf5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:569965f29f668f02a342c0c7b4804bdc92354610e9368ba42a3ea5cc3172f532_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c4b2b0855c4ba25e150de01e54f0a84bb4c6c220b348945742bc0c18cc6d7dbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:01b6587f8b9ee398d34ed3330bf0bdbf2dd01c2fe475ed4d44c547401d1dbd5a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0fb7ce17c762a70aa16ca9f7f35e41d85997bb2bb22b81986321d29634ce9b3e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:60c4fd0dcbc1ed92bee7dedce7879893a23c9e4a6181e5e6d6a8f04880f377eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8925d5826cca515b7f7c05558406b3688a14963ddefa80f5b44500fe12dfb1dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:3d914112ad75b59b03d5653cea40a25d92af415ef52dd10aa7394465e6bab92b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:f8d52c53ca49b3f9847d2e568779801321307e329f802aa9456cd0dab7625232_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d29e5c26f37fc8212f2ff15cdac470982494be155f85e3c310b0c958b943f7f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:fc7a6712a6fe86a47b5a745e06a0c6d164779eb198f284fd0996847b025e53c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:32bf2e7aad1dd9ff5100500c294e343af0dae3d392eed27a1c0305198734261f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:54b4afd46c87b2cc839aa7d8b8ae232aaffe0f39846a6edf9d0d3228adbd7a29_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba41cc4ad0ea8dc731838e00dae166209a3e06d104e5cf11491639f82290eca6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a9395f57a9adc721c6e43e578957e21c8b9f18defbecdf91dc49d11044aeeeef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ba077da5ec7f147b51f0ee4432082aed3b7a3a541729913bc2ed821688723e99_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb48a38cb5d06b67ecfb4777c44d44f3e32a996397450e30f40e7ec3e340a56a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:deb40607f193ff4e36c684ce74167e67a7e96187f1a44a1f0f20f36572005843_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7dc856fddd561c1d29112b0b8d4dc39dc7503974a9ff563612e6998bdba4b71e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a3e01913986169c592bb770fc49e3875d46031b5788f983ddcd52938f9ef7a49_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c3481c6f76c644c017392c092dcbbb25a288acd14a9f01e20afd0d2d35e16d32_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cc440be9f6b3c5e22186b6d53a428a8220201ddaa79be39e19cc31a8fbd7b221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:12d7ec468f9634a53d053f3af7957c5162d92595fc3385b26b08acb22b7935c1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:49f08b645fc28af342483d9efaf2f607c9c2a6b491b477cdcf2985c44aa3e894_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d32cde1eedbd0c110bc10836025cee78421ec16d2924d30f5e6265591a9ec716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:df885dc6da20faf1903dbdac693889d9882722e8b67bebe35f624c11e4616262_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:16c8b8c6aee6f6a06367ca5bfe2be8fb85a05c3f18a819683f49d1a8c73941ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:376659c608333e76b0b48fcdc69ff17643284fd22fdef6c6998f07be54c1cf91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7359a62beac2d501d629e6768f1767861fdedc0d05f53a4424a2abdb3dbb6a8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c71d05c245bf1a4955f46c785d7264985e1f904de2a19972f7ce6209a3be0e4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:06ab376096238d4e04c9ab713d83d3cab5db769b5af1fd1c57ef2ceceec6ef61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2c80889bfaff670acbf859db3624951cda96d4ee8cb1560806ca4215e8c6c04b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:627c6b73224c3e37181a19cb598ef9a425cddc1d17d97b6c23388ec1345f6a88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d5d338daef4ae436780be192907d28a26785021d97865d8a95db9065734061f0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8e59a286a05743844dd1333770197161698788e0db4faf8e00cac6b2fb9a638e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9029d8ef1e4455dbc1910078afea1141f92a5c4d2c298ce1d9e4319209b55246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:da4ff38c7a1fd5adddbc0b0d3defbbd580197680b22648e2ab803c90c4a8c9f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f6c44d76a715e0ca38fa5e2becad93a2bf3a41fd8f181846e7aba81b0c579691_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:167937ed04f625a9cd2d0b8ed6048a5cb7b6d435bc2d41775d7db4dcdb5fae95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:176feea3131aada18df5da44af30a127f4dff392ce8ef57f7e0844969ec95923_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:17afd4ebbc2a5233681d4cc1774fcd70dc932bc10006235b11de8dcce826c2ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d3a98e507691edec50373d79ce9df48a71cb6a19a75c9276d0c5905d4f204b39_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1b6c3977b4835b0cd5399523dd437c230b992b77a0e7352b095d008be96fcdab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:54d79643f3a191710d1362d665b5c838130f3e51aecf1e27a2cdf66e98a3cb8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b8692d27a4799d20ce1a8374ba99f55732bb7db56cdf8f5b038424a086db614_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d196f02212da5e80ac5a73931316d38e9def9aeecdadeaf07aec685e661f9f98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:11c2a1966b0632e85caebc4555e3e2f726277175b27a63a5e854557499e0c28e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7e649963b5c1e2a7e8813569368eaf0ded5e544799d561622d469b03b9d93937_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a23fa7969c6a881648ba03ed1a13692c5db21b79f0608d841291ea9118548ed7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:af57ee131bc09ce55ecb3ae13ed7dc3ce9607a7438f0ac5a6e64bbfa000546db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:3a7644c1ac089cabd142fc1743b47302eae8528b13d1b038298f2f57cf746326_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4b5ee426703ecb55bf537731c39c69ab7f86316544cfc472ee77fbef7e5680a8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4cb60d36cc3b34b4b1496b74b9b2e68ff152a71d7f957b356311ea811bf05573_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f3f64bd2f70faa654f7134d803efdc032df63fd4ef07c97abd38fc41e625b48d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1b75d96a4cdcc3a37848c5edfe598cb1d99bb3b0707db5e3f62478320eb90f9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:876fd001172d5151ef99c02826f834ee4db4623b00699a8fb30d6a456a7a8687_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ba8fddfcfe0004287ce58db40c1092f2090b3bbb0810c277066aa2d97799f8b9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:bd9982e951fdc7259571b6d5983ea2cc44402cbea411ae9a6b135692bf5939b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a7a8d4d8adfd98d3a6e3d37644b33966f2c34ff1e553fbb5140ab9a15563e821_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b26a5a47cde227edb5e7f6e51247a6cd91e13484f6b5f7dc19b62f83b7478361_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ccdd76d6734e3a3cfaa1e432c1508c097478e842fd436672e57ef2563d817e4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:fee8f3b24b431ac2a5d4fa3d96c90c5e1aa68c08ee8ae9963fee457c98795197_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0e559f5e780f3849e73d7246176059360631d8c4a7db1700f6ba1b6a9e6ae089_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1a376560672f81b7596417591491e71d065e90672ff6ef5d37ed0785e9baab16_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:350a0360dfdc31eccadb0e8b9397d5a3436bb509999034b60e611428eb006cc4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f8b68ae48350a5aa9bdf47a36efbf661190d497ab5a139027a2bf4579d21e095_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5fbe979b3d448e36fac9615ccd96f8583b0d587d46f6b1b3749e85938cb2e510_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8d45dfe709ac701d6eb800b081947d39a855f65c756f31ae47b75be9fec0c260_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ea4fa6caaa81f207f2372c6179c3698e225658387549ba567c232170cacf8570_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8fb972b411085b4551e10adbd419e3cb89754ee5300222cc4fce27cc349513f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:066d438bdfa1626aaa7a0ee5d2e3222724f2f0cf5bc9a189b67fd5358a0a48c0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:747c142608d6f43952d315d7858f57edbd2d9de2d255938dde311ea580a329af_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b2ee2d0e9906ef1581677bd239073c09f93e5b720501e9001926dfe7db34839e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:bf0b42c5e7e51129966a4744bb253b7c336bb88b1f1a562e481f7eeff5428136_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:3e9309d53caaafc9b145f6b7fbbb8879c9f018ef226afe101f6dc7ab02b67856_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:3a558e248efdf5d3111b7d61e8bd471682e7038bd34c4490f8ba69b91b44f36d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1b0981e2ee13869663087d6504e0c0af6f2c56d2ebf81d72b4b7c751bbf6e500_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8073e0be1f7f7523880b30946f1b6868274c070acb97d9da2f5c486db99ea18d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8980be22bddace1adb383fc356975fbf0af9ac8a20bdc95b3303a80fbe296f3d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f4293de50825a003a825306a45612531dafce45b72a91cf4dd455d596a0c60ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5bc26795163f03947b3f42a5c8cc52b7fd6eb713a0fa5a1558bfe834c21edc0c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:7f29c85842a34554f06db311ef67ec08d1d947d32b4363d1153d92c8d13c3214_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:92857eb171128909119700c431920f543cbfc89cd06aa98db816a2fcaab321da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e931e3fe478f8f905855b4516e1ed9b33a161536c447025cd14dd68778c40fa0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:338034a3ce7dff3efafd00fa35b858c23c2ab284f743df414c6cdae455f8801a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f12584b95171f442bb3661c908ee43de70d0400c6273eb4e93325a5f3f167b54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f37f6568957ab825b08c2ce8fc6b32ad18f5b7bee50b24b1804e70cdb144e5f4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f949249e3847338ce4ae9b94b0d191edd3f316d471f0a9047f97e41e41b7554c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:407286c96b6e9d0ee4e8abec2b06a5dad70fc69820a00deae47cbf3fcdc65a40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:52294a05713b24485ce6d7d1b867081da2f01dc008b9cd052bf8c4c37839f581_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6693dff44dcfb7e6fe67f5373bb73d84cf401d20640c959375f20a24d31aa697_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f65918214ce906cb5af9a59ece43a36870989c579ac1660a2a58f9536a79d9f9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2ec7076ed08f4ce7a61f95083155b5315acb6004ea4245c70be2763eb0ce9f4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5a539e39b3aaf61d63f391b6960cdc5746cbb4b0fc07b85a98969f5c9cbcca4e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:93505b057575ff9292e2e96903238708b940a23953a79cf8742c880f1fbc743a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:be43f0ee18b6d56d81a09871c4a30dc2245ba60cf17ff0f1aad10e117f40aac8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3923e99d803b6dd5bfd2fc957101bef6dd86ba8f6de9e59a849e4c7a02d57e0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8253bfec4409c9a02be72d7e8d87fe5f4f81c1bc58a294f02dd570debc4f1128_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:851fd20edf32778383c81e3c5b935ec5607a05f8fc569f64e31875b8bbe81d6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d06d41126ced4841fae74d0437b18e9f1699d285158fb8725a8768a6e9065b79_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4375e44dccb08eb4ecf461f4e8e7e97d617ab5b1c968beb481d5795e6bbf0229_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:75140fa657674afc46d698aea19115a9f60c7765ffff6a0c4ae5ac166c725597_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c1a31ef64ecdd90020d72f323a242b551a6a4a85a4dae309e19f5d8f12d77b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c3b1ed110f6b17263484b7fde65642eb349162b206c0b9a2f463bf5eb13273c3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1369aaf62d9d273eef766c42f7015d56152f6b8effc50dc06d75b1bab38a20a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:47402101d62f418c0f6b8e3c6e2367a8c84f5151a0204f326bf1fdbe983c603d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b519e10d4cb8fd9ad126a36fb864d2f29f7df218ffa1b3b5f222e0befafbe360_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d70f848ab6450690b8329ae367ff2e5a3a5b295c073028dff7cf810104c5be5f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8f8c882873232fd9a00adc69e199f1b4acacffcdbc282280ebb61dfb1e61b875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9fe79073bdf1745b388fe52bee661394f96ba5c0af585ed8ab4a61724e324777_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b2b91287350dfb474763ca5d332c4765af0c1ff2d7be722e23ea93970add2687_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:bb5f4abfd26a9446eb2f4cb1355bda840ed1006a6233373434378abaf0e617b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:07ff9687205eee39d9ca211c0bb0c6b1618848e9e74bfbbe793aca67de73fa88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0ba94d11051416a116cdf516dab74d530a584fe7c4bb1e8d3deb3bde2214e459_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0fe87955631062bc7ce78891b9eb056f899308f8cb8101b3a44f889c1f0c0654_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:786de5dd308c9fa6643aabecea0bc666a9ede6fd2a5ce1cb0d511eac2a19596a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:719989a197c3bb8b8af09e95af49125cd28014fa74c7969f3f3b939223a6743b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:743119e024a9aacd8bd4bf45ab9c14e684ddbe2307d8f965e972ace243f128b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:76c523fa10e222690941abc8c5564efee1ec4d309a7d023480b6000a545d655d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a13cc82f7b2053435d5268416686ae2ba89e37b6561e49c7ac395cf3359ca2b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:98aa0e651302bb73569a0578e6c11a1691eafb5b0aa28dadd714a7b44b498f8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:9fdce4b5198ae740daa858432221625391f7283bad587e1ebc1220e7b0b4fa28_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b072bc3bdd61164b8076f2799e705ed8e34281b2cdf24d9cf08deb8e697de2a3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:fef5253a6623c30368e9e7e271501adcd9432b96473cf8278a7b81140d287de0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4eecd436b35c9b25eca6975ca9e938c2256fcfeead67e1ff4159d7e36122122c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7e11ca9795aea60b3f0853ffef0fdbf922f4863edd96c50fa85110f36bccced2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c95f8bcd0835611bb90983e96e3b780ccb65bd2bdc7f7554432ea971eac8095b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e497c1834c97590a0c388b58dc823cdff79ab6befd5f2a9bf494b3acc3181eb6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3a7af87b46058334b97531a4b1b5cd5be47e2ade8d74497429529bf0a489b275_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:97313aa4f1c1c9aa51c77a153d0f0eb35cab9711b7f1465b82a636ea44e849ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:ba0927ffd76ad6689b808e734038678c91854ca3d0630613094824549f8a150d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cd8feb684b9c70a4ffd7077e19812273f333174a70f7c2b63d57d140d8002382_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0c8bfd6ea4d0729e0ffffac9811b5db2ecf5c40e68ef048ab104f161d2689b74_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4dc7e3242cdcd1d3c1ea5930da7d4e027383149373cb6af0551ed2572eaea0b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b78827903e5c338d67a4ea2ba10ee67e16482ff00968ba99c27af2b6d50ce202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c9315d23ab26f6f40e05a5fb1f9f2dbce075244a035b1f16003d1108a7ba36d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:270b5e756fca54f2dc05f04b6f7b43f7f188153811decbc0b49eb215b11c2372_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5331e8ebfc48f4d2322226b8986dd178f133a52edcfc0a192e89f1785c8d568f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6cfd8c3da57c17ae1c430f2881c66eb0b1c456bbce4a9ada2491b2c873dba985_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa346af0288b5886b5f095d1fa0ceb7715d4333db919ff9d61078f369642cc29_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3403720059bdecff83f784e2fde54d2bebe09223ac6cf99ce2b4c840b9cd4a98_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3f8cb2cffaf6320f14ae09f7e44c965681b395370a156253790764ec9d2a2aca_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a02dde1d0b4f4fbbc4e6f0afd24da1595672f3f290345a4f6e98e11d89854a17_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c4e8ac4fea3c281effed3996a378c2e952a3d3704e47863b2ae6b266d2280920_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:46a0b302273acaf2582d377271b910d9d31ff98744cd8f290583a7bd5579761e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:af0442c88d2b9b93a187010065424798d89aad1d695ba438c815d04d7fcbef04_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:bc7b78f67fa189ba63da9891a1b05694d676a3ed2fa318336fa0850d63815250_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ffe4e64ee1b721aeefd8f1ceee11d225dd69319385e3e70f0bb52f4f40660a45_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:29d5a91b39dc6e72677bdfab50f56860c53e67dab139b464dd571fef9780dc6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5e6d4e29635ea0b075e402931daf8c384d07ec8660223babfd0df9d572ea6912_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:82555977089a1586dc24154b46be6499607a9d15110e5b48d9a549ee73f3843c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f32c4a07d2b7a14c39db1e5e5752960e46bcda700b292336480c95f359adf0d7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:86b3e656caf1c93ba2bbea00514a17b9d06cb7a6fd5c6746d80ce35f45aa5907_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ba5c8896242125c24e3a7e5698770293a601e9e7f8508465d7b45920cc9ce240_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7de62e540922f1de5f492527d07a8e8f4265d24b577cf2f93415209ccad63912_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bd71e582ef755da7bfeede697b5c2ab29ab9fcea6bfeb14cc8ca168fce5c7bd1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a1e6a736546b54bb2797d85d51b8f2b213fe2f6be6b26bad5b549df9dabf2d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:efc7fb9608c2be8c3c65aff302f923241bf8d008bc71c2fbba0d82ffad2b4f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:aa63c460867d565b44b2a8e919ba9a0e7fd6717f71588cc5a7e2ad268fe13181_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fe1f1b5d6da2e5ac66c689da49a4c76916533f30ab456c9961a225a5e26cb6ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:36fdb2cdf796941fc6638036b3a31048ba0209174c7a62424fb410ae14b1f81c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:65a0b94e9f663f3d73a9696a622ad46c73a5fc793f9dc46ee07fee8ba3bbb443_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8afe2a0c6b1b200201f21b148caaa682bce77cb3b1027f61d4c873e5babb1b30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9f7c3543e4b1a095399d1219c50f1f5081440ae1605154324d57ba9201aa4fe9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2c0897a842cd7b16b64888568ca65c2a6e473c24b2ba9bc5067d6f1f237885d6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:432c94d7d5d46ad66348775fa0e1a6c2c142469e8a770db5528a1aa25664c389_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c86c7188163be31c7ab04017bc46ae88707437f804ddf2b5bd5a73ae34f64312_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3f836bb9effeca4dd6a230a4241282d33ed454ebabd84829c41e58db5f24f47_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4632ef8ca0af5a8115f3d9490c2ad9e2e44361f4d0671fa8a3a1006254b173ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a7d2d10f5326e2d71551289740eba86d6dd2f12526dc684b1494bdd4228fd8e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ba876751849dd525a26e70996e7e02092c473bdf386ec4663a54ecf61c4f0d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e842cdc56ee7728aa71a7f95eda9777ba229aaf959594e73d998fbb30b7f76b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:90331abb869c0c04ca7bb59681cbd957ff54eb0e0265e16368f9fd6ab6937acc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a02580814c02bec4c1c9b79c4b5a48a5a59caafa60a573f9f99a4a1ca07c6f71_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c197de59c38c060dc8aa099a027922853e4b9dc7e5589ac55c8841dbd44b1367_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ec7a4bcebcc80cbda32227224f64e67cdbc98d3fab95466b55c89755421ea4d2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:223df196f0cc747e52ffae9f3dd03fab2da3c72d5e3b189e3035d4264a08c6c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:29f3154c0b972730ae9a54bc496bcdf62e9ed348b73d98ca958a265717ccc2a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5e12029e90adf045a4377f4be2be75c879e57aca7aceffa2aef08aa262ae0f42_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e150a242bffd4437f92000417cad89969fd547b5da514f8586802b99a668bab2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:17752e2fbddeff8e6f43bd354d91f248b4e69d88e80b29b75508fb03b82d92bc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b1703420b5a67a12f055518b6a23c1d8259dc8a064a1447196f642dd23363806_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b93a134a81af485a0f07dcd6a71c816ed517178826539d0f53b6c45dce87096d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d266a3bfe528e76a8c6ef1700a2016080d084cf6fad2e70efe5ba52ff0dbbc51_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:8c90e9864b3ff53d398f2451254dd3707868b36c6032d8d139cc3ef2cbd9084e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ae6ebf086515376ed35bb432a7f567f7bbb44b8d1b86773fd86daa387c5fb933_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0a0cbb021e13ce9d693eacc4982ece2e8ba4697f5d5571b8d0671d71824fd07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5271f6452a89fe7907b16f486439f54f0dbcc3d075a70ef446ee4cc62211b1b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0abb949ce9461e5718c1988f57791c7537eb1b3d2184f4b4268fe087e39726d1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1267ac849f67c33155b54409011cd3f0eaa27d5f211703875cfd383d1170ef9e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5082f39df1f143f23f0e587dec5cdb3e3b033ab446a57e7e808c88e6211a1a67_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8fa27bdf891edfb80585e470f09c9d6fa369aa727a3698b936b4818a4b46448f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:017bed02593deb2e9cdfe0f268916e5d1c8cb7a4f1362c6eb3c94050896d7276_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:027baac40981f53c9ec53f5a4241a657929d6289e42a0e5deef617c182b7580e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4bd5b70373a257b1fce20135ff4a4b3e6962eee541c67a0e29ba9a2523d4d4a2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c0b3ed1332b228290882bbff6a1ad6866f5ab2a4586b261949832cdc3bee5797_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:047c270f56b685d5a4e67afe43d2f1ff47829a259be6ff93bfec4864233d4497_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:50a6482667d53de3d7aa2bff6df05ca21e4e9773996afa8b8038721e231deaae_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:653dbef43ed7f531ebf64c9314756be42738f1635a64097c53210ed0b6b0de88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c4d2741561038e0080204335efc6eee5b6ffd8878553b240dd433fea701e6bab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:3de609d984e39497dfe119bb8e0ac2d6d823dd894a5c866e5ec87de5b5711e60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e3a8b252aadb5b32f42009803b56dbeae49a3ddbe9d00aa27569af4747fa403_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ccf49e256cd9c3bb428badab464a17aee485ee1516896f1ade10da11085e843c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e77ce95a84b01b09c5d1e6dbdea8970543aa3a60f9292300beb078d1288bb801_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2ab5fcf7003f4ba3de7656a284b11d6ee05bb02cd0f3532671a8c368f7b15178_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:44241e57d9067223cdd1585db9d699db113931b7a273d207516f60c498570677_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6aaa55450d567e2fa992650c456cdaf5529c5d96fc9984f7e1a4aa9ed6294bf3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f2fa21e8a0e88b25e9037a9c2db4b157ca6fef8b765b36da7dda71bf5a4c4478_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:10bfb59c904103177754f0336f7b7bab676d240480a8213ec42a778bca3f277e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7aa4fdd78ceafdc887a91224614657e86c1e12b72fde68dea4ee5c6e9b610cb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:e4a365a0516b0c8ef2d1259ec4bdb7f76aa9dc0d3c3cfd5d5b3d34341d349772_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:a06af7a856d5f2416777c1bb1d271c189576e273450b25c6dc5937cd16b8bf8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:28b8390dae142ea16bb05f6bd95f19b6ab38dd67c341168337ca07fe4f45fe87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:be6a9bcb97824c91f393af5aac5a146d819ed9893f5a074e146afe18f3a50dc9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e6392d583f97f0932dc01be55534fbb6dd3014f84b745e8bf7583b96ad7a7761_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f30d93c0f244f5ba21807dca912d18d4facf47ceaf43da7efa41b14ee816b71b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0848bdb082bc8dae6bdaa956d2ae36fdeaaac89024822f4bcdffb51da1165fed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9f9603a2dd344770da433fe8dd50a104d69e80ad463f9cba71b3aabefc4fee61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ab417553778971822422c6eef94aeb437209fcf88e78188b701d4b2243ac5be7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b9bb7615df3eadf64501f35dcefa829934f330892801cbb86e9f70f5dde236ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6bb4c6c64852f2b7ee590a0a60db256d8dd549a4b141fe71d311bf30d0ed88ae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:837cd26d96a814814145cd0aa0cca672769283c499eec36c457ae432b99a7466_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:956ad866d891e1340f630b9cad6ec73d1fc60d4061d4c63946ed714900388a3b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:9c91591eddbc058f05d052e3178102b28ebd25c2c9cb796fffd5047f5d413d12_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2514175"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in nanoid, a JavaScript library for generating unique string IDs. A remote attacker could exploit an integer overflow vulnerability by providing a specific input to the `nanoid(size)` function. This issue causes the internal random number generator to become predictable, leading to the generation of identical identifiers for session tokens, security tokens (Cross-Site Request Forgery (CSRF) tokens), and API keys. Such predictability could allow an attacker to bypass security measures that rely on unique and random identifiers.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nanoid: nanoid: Predictable ID generation due to integer overflow",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Important: This flaw in the nanoid JavaScript library allows a remote attacker to cause predictable ID generation by exploiting an integer overflow in the `nanoid(size)` function. This can lead to the compromise of session tokens, CSRF tokens, and API keys, bypassing security mechanisms. The attack requires specific conditions, contributing to its Important severity rather than Critical.",
"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-console-rhel9@sha256:3d9fbc97d13987f28ca76b3e238b540492eddef0f302c2dd958c1b0d05e10941_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:47682d4e934d597aaa1e809011a69afe93936fc629ad3dd1ed76dc7b073f7ee2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4e8d3460e04e85a3e01a578d492499376787c85f2840c97821f11213862239df_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d7b99cad55a1e1d380d30d0d4a61bc5f0cbf3a87223efada3e69bd9b0741d3b5_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:0c95fbbcfd5c54e6b2934a8efb4f8523d1536ec1deef78249f4daebaa9d327d6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1b84b2a1cecab16e75947d29572008547922714207272a5dad8169d1ca5beab5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:466597e63e82ac365414c803f5ecb8f06a72374885eedc5daf9532aad16ac148_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:de9cac5c7ebcf3d43cad87758dd2eb0f4d6480f59bfb4112c224a4497aad9ba7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4ae516b98be8fbdb9b783345fe680c1d6ef57b5dc06b2ec3bbd20bfdb7c9b2c4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8f242ba3e0b9c57ecbd85f0d4c1bd67306357c92b53968a42419736c3dbe04d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b717614ee549be99c17ceef3d755c66abc983e821e04808df347962858e0da81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bd0f90ccaaaa74683b9bb17db0651dfbdfdf8f49adf0ecbaf8e83756d270b590_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:040115466e4f525e9f2386d6f8838c51f8e1638eb06cd64f071d4ae027a8fb9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:1a677b9d28655390d007acaa656997b12a32e9093c1c228778ef96cc6f4ca875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:39c68aae39089d044ce992b949d4e9961105711501daf3d4f0ba7e9981920729_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e814640d65f77818c180a706940337f8ddec8ebe4cf22c51a58a8b69e0f4099_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2831d7dc9f3cad92219addd21b93959900ee2f71e2d988fffe913a6f88dc7e1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:50f602354dcb223759d781cb057b4081a424d6a509178b10674358cc8dba41e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6925001d8a798896438ef1388f54bc29825c37d41f2f09a59e3f8bf60b2ec6af_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e01a83cb76fca294a011e022ed86f1da8cde36928096422a440bce8e42fbc8b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:757ad9e0c37b861340a7b2269b068d5b0c6355322eb5f5898a856fd9c4495b16_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7f68ff8059ae68d15041b8f38ad5ee5278289e1370d276cf7e78fc7e9fc3bb10_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:816787cc8c95a4a2df1416f09af6228559333e1bb1421ede0c9e2093444260e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f9bb9a184319c9fef278d3c6705f56cfc592c844f5c458bd20bcdc07c4230982_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:198f39ed50bbd835f4789057f9d7fd8de0962f1641a7f453dd90d68b5b2a4e7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:633ce875ee7bb08d9bf00cf79738e3e63cd6bf4de2d40fa6860142a301c0968c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e169d65b86f23d6424af5e7cf9e1d0ced58382128092821676196c0a05f91da6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ec2586358c34d0130b00a3714b50c8b7bc33ce915aef6aa79eb214d38202f37e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:13e81e4c25d8c789ca15eb4e84f3fc531a50b4dc0d95fa3573e002e3b54cad61_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:17637f8455e0e17bb3dca34545a26e881cff3e1444af45b9f45c3e282a252bb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d2dde1514fcf3308d1469a0af6727835121c4d6a1a1775a675a7ffabba8e3bed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d6376055835ac40728181d6f354398a0e60ca131d2fd8f41471ed87e974ea4cb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6f86d997faaf61c874def5a78cded319a188c1babbc4dfefb91a29f7e0d7f0fb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:73bceed99ad1b0bc99e66ab8361037e4046c5212645490161572fe6f34de98b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:babd6b0e928bb674289f34787d3aa536bdc4c24a877a5ac9311f21f0cc9e6224_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d00a12f6c4e75a2c93bdd135eeb742f42868b0186d9d03f318c885407a17e439_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:0932891a63e5ec5a076c7848d5746e29d972f3a96058914bee8fffa4921fed38_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:472e977d39473b92992f53c0225de477318b31be8656c37bc35193789ab7a456_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:71021ecd15d688aefa6db79f817c11a751b51f6ea9f2e48781bdc49c6de98088_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:9563eb7617a4d3a9c22fefaf03a4ede698fea2621a68ad231cd9e65930043a56_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:1fbf3bf4990353e799dc271bb4a0c58b385feb2ee60207636a3f76544b4f5ae4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:7815e9dc63477803e7e8bb8a01ea83043b5503ba529f64db3c76ad1c4cf2f0b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ab22d93f277f9bb65fcb5fd9c448b72f82384b9be43b8ab525d2836832044eb2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dee02e09373732db94bc442ddcb2eb4d13095a04e35c674387d3df8ba23d67d5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1a046b24339587101462756592c87ae4a8f699fc2977a703e6d031e2022a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1db6c409fede3e9ec09788fdf286fdb0634de6b6e727ec010332f7cf2e462_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:bd6be5cf4063439e92a1264ce3af0ea6528b9c27dd4b26f043a80aa8616575fc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c955c4b9dce1b25c73453079a21d84c5a2e5d0b53cf6e351f9b1855f08db3fb9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:221943f7b65573c2942d88354261f93a01950be1d1a86fa853544cc4c283c027_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2488ca8b2a8f658f3deaf9a70b12f7aca159490b5e0861d746ca8ee5d2010041_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a3435c546844b61f456789fd315495d6bcdc2560756e9fdfc4b896cdf70d75c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:be2e4dd58b8ed72278bb2c014317e69185e2b19dce37beea7fec3798abcb35f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4da2632fea643a834aac3fd63bc51fc6b0d768b869ac450e6779c9f36429a9fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:56ab8a9553f0c0202a47d858e234f2672098514dd647502405cac1f28d14196a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:abe530f4e865add435da2afd379a3a11a4d75c257c2468a09bc78f10256e0be9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:fe1397131aa0d447366fd627b12582ed647551ad3af13375f8c281ab73745f0a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0857a5a2cfb5c277bc2d2545fb19693f23285ccf6b75144da8fcd7225e1df1c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:43b36fb1f7ad271530f5ee9040cac4651a684e0e08de2ed90a2939b736b565ed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:7f86439496ba6573ee1d61b5f4d414dfbbf65a95526cdff54e45229f01785517_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8094138e4ed2267cc278a83a1586922c957142c9e5fcaec62db531c83b79566d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:309b1dd27ce0c7dc332c7141e576642db4aee6076ce50ccc2930e824f02ead2f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:35322e4580b0fec862223f76e0bd3c95ad0af31f3d4cdfd6423d3ec47d6e25c8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:699bc772c8a648f8be7d6a5c32d786d8f6484e584d918d68ef8a32cb1499663f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:779afd8e0fa21d022d7e75e7ba8da00cc7604db1adfbbea879bfb1d0f8c9c831_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:49e98d0193f7d7b4347043f0655d350a7a0c0d8c8b850d95abb57acd13dd8ac8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63e308cebeea85127f584610f59cdc9b228f01b9acb227f2f6eba7fcdc29b1fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:71f9b47dbd3985738259a6bc9a5bbdb240fd21284a194b47bb78538f8e870cac_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:9181583c88b3be23253c76e277f140c0a1532c1bff7d62cd0da1e14beba1aab4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:0f96581804dbadea29d9ef9a2a952753f5fdf295670ea0297622214e2a9b7d0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ae4714025025642ff5d9e250a4715b01d933487fa8bf4eaf82629ebd6d4c8702_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:cdb096f05b664fb542bb6eac3cce52c53da2e4bb636189bb53f737d3075615da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eb9908581f71dbe01d8553e494ef022417196408e9fdbd32f08fe1f5b9c9572c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:08725f7a384b4e72a173141cb35fb67293385ed72d973fc4d497f3c0f0dc626b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a322e3fc620e914088fb5669f1459a47140abdf027bd011d6ff4e5b3e6b909b9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b950e80fe164f86ddf624c80210308a634929ab8eb493496ef86bff1c5248fce_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bfc663a0ca81dedf849e89b91feb3fe0af97932fe8a8fc711d7ab85b6cbdcc84_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:13257447171d38e6e99c66faa476de6ff6ab934c285a0d1bf71fe94dbe583462_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:23fa493f397748092cd71c41b9d83d19fad6a5433b692bc644e30af790cf60da_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:28b1c9ee4102140998781ebef22f269316d8c2be2254c10b4d7151dffb0d37be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:be2175c2c6c9d882e44cf10aa85f1219573952473e893f67cc7085bf0a324407_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:61417bc1ddac0bc97c786b5807c2fa33eebc75f7cb186aaf9eef2151dbaf75a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:73956194247e000432a8c5f7b78255062c5ca967745ba2d97e680a06f698f518_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fbfa9ada74c4875985fc4bb8366d21eb5275a52953d44bc6bc740d48edeab5b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a545c9c2fbb36296286f684e02f9a5bc337b3c3fb9c83c608c988c88455f9bf4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:34a8a8a4a62b36b5e0eb061db3d56905c8dddfeb2e7a7135642f947ce6bd01ad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:41c2ea14036c2f8639cf0dd634e327841954eff4529743fcd10e8475546165d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a884f443877c7a3c0b32dc60a79e1bcbe89036549da7a8aa4608ee2ac6460765_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b28e8574a1d3b374ac4a61ea4f3c16eb70d9ba7385bf830c8698f4490f8fd3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:8e245c278c66405066cb31e9d48e97ad9cdb826511bdb1104807d26f896043a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:380e3045135a40d202f330002512a5c499d8d2079cc38e5c0bbd5a2312820dd3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5d06442daad2c126259fa5d594b53329e386f560b77a475ccb0cc37148644a5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5dc0ca56deaa237fb0bcddac8481b45d3ac81609b36c3b7bbb6cff8456899208_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:aa669084fb336f5d89d86cb58aca73b88d6bc4b6505eac2020664e0b6abfff6c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8cb392862e1835b610757e822332074ac459c593e9bd60fb6b6f6d0aebe577fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:987afa1aa902bb85d7c2d96f1637bcd19bf21eb832444c98d30171bbeb746751_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ad2f0cda09211f3e0aff615306168baf808e6fefbf1f039c3ae1a1fa7050a61e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:bcac50d10432ecdb8bfe2b465ba75889248ee8595f23c5243d023ac2a336f3b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3cf2d6f464e6a2fe5b4a8cf66690b3237aefef0c825a687a548f81336507cfb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9bd17213796576ce4d315986dc0b271011c37cd6e9ed75edff5ba80c3302fc26_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3205092b914bc1fe858b2ede7642227e04f35d06daec4848fdbbc0406fab4a03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a20ecaad93b15b869fb321c7503adcddfe1f0f5eb3f0f6427bd363234010853c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:57259db0550547f85684c19078b9af82b6318dca0c00ef8da27de8c8dc90e305_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:a95676fb6c1cc1b20cbb758a7c9fd34e82b3e114b81b5c17f47ef303feca3d51_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:49026487ee6722c3d438c05c1c181a36d14eca2f0d8debee48e4a02db0486145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ee65002c4934842ad86197a89e838997bb87a93ddc9de3423eb2af282a565c41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1bb56a1a194ba6f64edcdeae267fecec590c14c85431ba62ee8c6b5744da3a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bf72f3bbed57cebe1deb7690cd7fcb6d371e526630cb386d13180726736219c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:81afdbb2d9fe212af38a11b4d00ac952a306e13f91b23b2a081c0393173c5e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bf8d63c933996abf39eab9406b3061bee014d766a58f4e27a56413652d319a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:4a5021268b1ab163318270fc9ef07afa8a29f288c95ea69700c4bf46f88e85cd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ea443d9738e4428b6912b47f9c1d8d05b75cf8b137f0f9a76f852418b33b989e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:00148cec706fce87b240d38dcc91434f3c167052d5860d42ca9057e24c3f35eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:7996dc231961eb51daaceda9598b04e4bbe7d0e4019dccf5adec8a14d6f7e1a2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5c70298b919a36de41bf25d870bfa3da4013d36c6179db3eb6dd2e67dd20bff1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:a64777ab69af6f2b6cf4b78e5a00148e98353748946991c0a6da7eba76b442dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d4b6a07334845b2938c6d09556cea5e0477d13d4be6247bc9e3fede2e46aa3ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d5e665b41152b8363b4b15973a7b86365bb2c047366aa69bef7e1c499cf4fd3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:1a29c30f85b9bc858f0c70ca5ed79934494d92849f23baa6c7f26f67ea49c57e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:70f95a8b240afc604ee9af621fc3b63adaf80f593f3131e7ed51077ed2c77a1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4d217b45b97c9e01ba3d54d03270be07e9659b0d4313fc85999aa49fca560108_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:634f48a37ef03dee1cc0c0626c32aaebb8f9975b4640ac540f02910bdb3b165d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:00f06d1c70494444172d5630c33e1c93c333a880520bad3a810f96dc69cced15_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:01ac79392fa7a265608b75458534bafb6e5d350f2e8536bb9de48566c685841e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:12047af5271e61b4032c04c98df9ad54363d6beb13b36f49085307705677e345_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:37e5fa3bfc88e99fc78f2ced6cb4a99f5099942e40158dfa6940784c3d2ef95c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:54d10266c83c4d5fe91b013dac51538493ae4a4322c925e561c45316c73b1e2d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f799d506fc4087aac0eb4b2c2d6c8e511b598c6b3cdb1ba5ee470b787759fd8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:061d1b86afedd409ad4947a8ae59064f0fa92360cc82f640cf124776753ea3bc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9c7fef9c0e22e1721125d5b1312e509fada544e1d3d956338c3638aecea53dad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d3d951b736b910437255f3455b76357bfe0111c257f5a2d8dfe0f9abacf30fe0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f7feb8627754651663208ebb363a3e42e1767e16a65914148ce0507a77bfe795_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:23b0327190559517a3526d2500534542e9a397210cc6f663ac2b313aee902e92_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2911daa552328c8b01b19f91ad43ac54da18d343834c48ef35f12adff8077785_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:43960246dc7eb7bcef847c0d706bc6b0f0a407053a2cca7dfe27fce23c6d2af4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d05434d4552d2ffdd45d2fd44b1b2e2e8976a15f0f4ae59ce7dea73ca97dbcf8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1f7e808f97ad41f4c301736bdf2e06da73f2d0e3ef4ca838f0afd65273db7c8a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5553003527f078011d0c440f86c1480ff4e62b318e98ca2a4af97b42e5e186d5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:582a4e6fadda74e5c6c49b605b7967e9d6f25c84ab3de162c30931b1dcaee31b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6d54aaf9249113e5be1b6a87bf439ae778918533077a41ee9442396cda4d2642_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0b4378067622a7584c3be2e5e5d8748a564ae7672cc882bec0c1d6f4f4c28686_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2ba6c6b021db9b58614b1ceb9b736978b0e3396b04dda4518406b041448dd5cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7f7e406ef7b654a66bbcbbfa5326ceb1ddca4a0236cb60761a0ea48b919e8571_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fc403f7babe4eb16c770c80def94f34696b3a8ac55360b17c88edb11b9ae5a8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:473d595a495e4656de14b1b22456ef1ce2218fe39d02bf738990c0be4cdf5440_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6b3fc95809e8ab1be94de33cb375207b4302f93dbfd51f2a67228025c1e304fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7d0a9db460cb1d4c918f87a02979048f170f5e692e83cd517bb9b3271aa06dd2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7f1e2dcfd02a6a5fc56c6665979a8981f11144a5bcc6419feae3964b190583c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:775213a7b6d92d23694dbd1538727c84ad58c6b8a8b46587ff7bdeb7312acc05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a649eef7fa6148524b1f3aaf18ed6543f65ef91ad21358cb0af865401061622d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c593dda5f85469eb4ded8cb6c4738069d48a144823a070b83b58ba7772ba0e90_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ffdcf3c2b138b62cfc84d9916799812ad73fcba9c3416d7442f3686417c85932_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2e1e514d9f3cdf5f04ca924fa98d036988ab47259be5df67497931321634f730_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:32e93e986bbf92dd3a3e09f9c76bed29334b5cf794e18b843f81522ccf43697b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7bfa1c21aeb7971fa978d49455f4b5dcccd4ccc3de147ef47c32e9b74bcaf2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:dbb5abf21bed592282f09e30ba1387b084eb028bd931df5609c07fb8c09a0d75_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0606de7cca514d2b4ad9593d7f37950512741cd8f1597b1f83951aa7c8839268_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:116474d2dd37c159032b15ff856dffecad2ef0ab76298bc43f840bd0245ec78b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2e887b0da3269f28933bc5af839ea2df95b7aeca3993cb31b0a1c92e7043cce4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6029166a01da021523fc720ad70fc59f449684e577f9f5a36e0e759a39d0a28e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:849b8be9f7fc785a70451c1c0704501e2b449650acd23d450d145da1a760c166_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9c5d6a2d314e840600ca6bd1354c7dc6040fbdc216166418485d6edfedb27ce0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ba10e440e514662920d68ac025d5f3841786a393703fc2dc0ee21ff1d2490015_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bac1799b133fd829b35ac619a25a272301816494e83be5a251f78a50e7fb2f88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0469874ac135c41bb590ddbac02428775083221257b6904fa376335610c4acb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5823c8fa1f1409d6863dacda718e35b7afd2915befa21343dfcc68b6fef7a9ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b38d3723f2547dc5676460e3738420e243c6fdf7be77e54d18657efb9668c438_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e5a5e4c1a01ff3f5d694ca26dd248533fd463c85374c25ce1a9f4b7a60deafc1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:19f94467c811e10882e30eeef39b1266b83ee417974aaf62f75738d51811cbc4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:47487ff8d0cd813ab3354061caf319dec553b1cba9d5c1045de710b8a6d0c51d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b3a0104cb85f1a6965eee44fef58983637839a1f97ddccd737704ab41cda3a25_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e8c72b610288bdc44492ea0a5c2fd66cfb1673fc06f6bc66831fa84c96f86543_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1a9333d29d3561fe95488f3d80136d6b24b4a2e04472d37d34737fd1032a8856_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:705d146d458883660aa0b673a651d05d1d1ad73bafad91e84755118b82092ae7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b9265d767c8a6786f12dd4788377f1a316864863a32de4a4ec07ffc8b874aa00_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e3a7bfabcb96924059fb7906be97a0ebb1df35c6cad39a7968a6461df0cecb31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5c015e1a10e5f14e82e30ba41b1ae6a82cf5cb0bc631f5137d7637c44a3f5b8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:623bc4c74b05b46babba7da628809bac05b48d8c4055648e88f0db57c1bb0e07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9502a32446a8828e8a1887edcf49034e874ea0e32ab5fdb738ab89e77cb5a472_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ec7b6b83c8e934b66505e8051e183fbaac54e78abae5ae99077d4e5e163b4529_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1f15641123321a662f676a46a24f6c8066bba6e3730a3c0d0eca3ff8e548de23_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:85070876ada5cb86e8c585f3ac3114d548b189074723a13ec5d6fc6be25c9964_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a34e14a715bad1d324f9211d95c56ed387ae51b24b21ccf931c12f3f7b3dcbaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e12ce561e4cad13a5d08e8164060bb74a309f66047279a26dd727d34ed3dc16a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:67789c239f82fe3649ab8c0e13f920a788a3612d15a78fe5986a852bb2d11a0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:80d704ed310acc3015748815351da4b54fef2d8b74d7d4b03aabcf9fd7e60b38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bfbcd3f502bf336124261fbe51f19e7a4cb9e9132e07da62354699b30cf6ed24_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c1e371a0057014662b91736570bf25fb1211ead7402154a1149dfee9e55b994e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:175fd0386d9a4e064fa760f23ecfb45ac6ae3500e5a50acac0660d06e5b7ecb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3e9811dcf3c528ae6f5ff86659dee1a590c2b53f7af1a03204d06fc3dc628fcd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:68af6c6e7f51523ac223f4e25955cf3777f4ae5b601dcca7c6ec7e2dc0de0782_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:8f1b3ddbde3e33dbe01816bce0cce7d7bd196cc04affbe606fecfbd8ad7b8b17_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49699de68bf38c34edb696ebe4f9dc608756382a977f497f6713dbc7b6e1209e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49c32ab1927e0969508b906c14aafcbc64e6eff7680b9a10812eca4f17787921_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:86135a8f7d4aed36e7b2a571b431b29eeaac2bda02762eafda3e22a62a7a2d6d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f2dac4ffbee9d028b26e683b63a9f033ef8609907f6c498d42c447a306e75328_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2884bba195d4d635378b0d15efa54991a23f51bcf4efb1095b478f5cd9c34f46_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:d84853556ede64db5615eb4d826879c744f7ccbd92c51ecf392a686af854ec11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e05dd48fc4c26b5dd822ee58a2af27bccfd0ed28cc959a6fc05073cec6f7c9b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e202635a4a52be92b47960bd8ced28634111416b220cca5fa7f86373ecd1210a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ae36d953c8c7f73dd78d620f94a0335ff5fb84b16ce9d2dbadbdf3dc5d66f6d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:308c924c44c35b39c66b429a15a0343a47f7dfad62dceb76ea7acfc85e6bd973_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e132f6b0a6b4e2dc63561c1ebaa0bd9fc669a835b0c22b0d56599e3da870231_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5216d36dc483b1368a03e00dd9dadc7c75de2bc36ed98cd7ea2b089cbe23965e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4bc11f6ad7c3e9c99e708f7ef5a01b4faedc8eb5d2de5b0cbed502395958555f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4c04a50ca49fdc521da592b9c326e233763918fbfd6bc97e001e0e680ce24cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8ba4aabc0e1e36c3ffe66b55c67ab8c305f64aa6011f80060c5d95ce91180c5f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d259704d34b605abd3568bd4c988bf9e831d80554ec2d7a57e7c39a70daf0140_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:14c55985b9277766e54156139f0949d1e3e5f756ade34512a3d5ea3dfed2c544_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3231ec9c296798f11aec6a285b0a8f7c5cf220534d0525afa59c17ab2464abb0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d8767e4d0b2c8222748319f05483bcefe50388abc182a01f3ca9dae3c80dce44_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ebed5c3d8e112fc5086208b4b4c0aba054a0058f3fd08b71b129dc124fa00f99_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:26dccabde8cc0d1ad45160677fe240b3fc098acae82f6d095fad08b78330453b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a168025d531f20656997ae845a4930919d6805b7f9374c40f7835a93aaa46b27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e696a8bc54ef8a13800b2168a395d2cbb08678403beee2dc52c56d04cb235759_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ebc22890c7759ec9992b64dcb0e388881caeeae333a9a84a50dfeffe27e38b49_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:09319f1dcbe090d9677a43249810dfe5b3eb165aa3f8b473417e0913649b1556_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:46a37e99da18852f5512235589ee86dde0db6c09d76a49275a8004422b9ec303_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:535d1b713587008fe67eec103cceb54471f5263516f5420589cffe1dea02be93_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bc614ab102efc7dfaa47fef84c4783da26548491e4c43257bb606a06e8d155f0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:08cac9e30829765f182624de9e45e59b40884b8c39cde60528dd27afa57afe72_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:13724dc9eb7247844e450b59b8cf3af5e5f486e9558942836ab60f74b9943291_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3e1a80763f76f622b5ffcdb35bf2dc20ce1e9c06c4f5f6bf0ae06b04134733b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d077c79741fd0c481fa6e1aa2c479b8c5b380b1d1f163259777c8c50be257709_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5e82ef0b9ab6d4e3b7431a7611bc563f356385dd8927855e6090008685f1549a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:62ba53e306331c1b20cad27ec31cf59687218f4bd5908ed7e9034559ded04b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7664e74786778a96606757f1de215a4a9702d0c9f7cecba7bf8028884a7609ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7a967f88faccfc101b9388f8434d406acdfc85d7d682f9ec742d59eb31074fc6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0e05cd1eaa2b9c558d22892495f090b6b51a316dc56d85ae825b6fc44611b6db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:445fdec85c2510c8a45b2a830ead87136bbb80bb9244987b4d6ffa5858931926_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ccae4f8f443ba6806ea33105d7dc06002d58914626cb9ae57476b29193761b53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fc0becd36b6fad4911a5b8c9a4693320918f7f7e6336c2b11a76adcb6d1eec36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:652f8fc874b95a56393f14c2b56a63faa64c04f6646c1786d07eaa272a9acb9e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:94b9c011744629b1ff6f230e25f876f218ed59d55a941377797f77cdb7c03e1d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a178a796ca9d32ac59faa5eb9a6aea30f1aec65d88f89080f57ed519a7983f05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dc8a79297c73782f5005075332bcac58b051a07d2b35626323f9b69ee5f4d64e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:03d66c724cb647d4a613bb48c9df6e9ffaabb68c8af5a4ccae45365e32456470_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4b9510fdfb45d2561927843dbd7ed869e2f67d9636e59dfd0c3ee640d9fc601c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b3570e078bed53aa3e435443bffbd12a7b259f8dee9d18c0d79b55514a547b53_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fc8e892ccbd8d3c1e737fbaf8f02b5fa6bbbe242780c9cd00fbc5e6889d7baee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:266bd8400632ac70fc6584e4bb2850ebcee7027ff7899acbeca612c6556302a4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2c8f351447fffc2133f339c6ab3a0bcd9bdfafad4a4cb5b7dd2abc32c6056a92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b8d2783a76f514f9a4e8096434ac205e1d82d09da2d67fb930a1b5e4d8089e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:74fa72db679ef47f9a3e3459a90dfaeafcb6db73dfe15b8933767e2f9d19c448_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2b5964f6cb078aba05ada42f0c8280dfa39f9f80526932cc5d41410922e4e8ae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:480b27e9866ca8dfba83e1accd427d4f6813f4fb7f612854e32bdffc10d7d5b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:91c7fa7b70f2cc82b26ac16f91ea084e15a4f5dc64f254ed878c25dd1170c0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:edc297cdb2f670aebc1d3561d801840ad029e8777ce45724066e6891aabd60fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:443e0dd81ae60896d31f07ab49611c5e0629746824df094ce28cdd3cb0ae1d58_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9b16561ca87196e3dd9330184f7abf25e97272e3c47d2e8d594e3095e74f815b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9ff62f63d487e25a750bad29314955effd17152bfc534ff698963760a2615b0a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ab506c549b676ad9d8dd179e2ba871a12f2096ca2601ea2a1f2605ccb849dc6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:08758e6b81d6679b095a8e7fa323870eab35fefc05e525c6ef810b6cc0b3c0fd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:af87d24f6540e5c98def879ec4ea8adeb5b138e41abc126b2c3030c5847fd0b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c5e9e59a08d8940e99da6bc568269eaf71ea8db62dbff86a7f6fb5dae861e323_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f5122187c85ef27f5423ada009d800afa4800e32ad1ea3299586fe64cae8e38d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3c5078d135089e1548b4dec49b7e78658279e42a72792a988447662534b6516e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:56158ce0af0c0eb9709b2d1a172201bc795ed6e5075517b6919ed1302399d6f3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6720c8097a398327f18a5c84c28f6b58aeee017199c2649649a1f159b8365838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:89295652b447f42c6a0d6e1299f63b04016f10ec8faf6372357294a14472e426_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2baa85e44cc4ac6cb825103508c5bd74e348609eaf53ed42c6d0e045dfa62772_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:61283f1fff1f8ec53563012a5b1fb5a48831f0a220d3676b512f5a60b331e849_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ba258012c0832c57b29785be805be44f0b5f8eccaf76d82d7493946806eafe5f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cf3bee6414a87e7f907d30047ded274c488239af5b1f43ed717ac2cede29df86_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:40854e0833b6cdfedcf275cf716e58f3cbc5c44be313fb83ca3e909bd80d0b08_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4d6a10dcda92c599f52977c71208222d166168b29da4eb4727c466e7eb53cdd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7be4c5ff86b0e939ee9f22156812fb98d2f96c1eb4567ca8a6a01ea3aa735dcb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:83bdc9fa5d3893a973794dd7162bf9564ecf68ce44814349a621cbc284b9e61c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:993ba8c1dd84e486fc4084a7786934c356a9b12ae86155134fd1a1dc1e5e3f2f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a64dfd96d3aacabc8f219d19e6d7eb0c1ac5b68b49eb93fcc973d76e67ef1d34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:ce306e2cdafabbaa29467e0cdbf316673d17180efb604e683a7fd1ed7181c6f9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e6748814d950e6f5e370dec9cb7d557fbb0d29ad3620b567840770be826a601e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:04d418560f90c35b42be67886632615d62dc89cd37fcccb6e247212b535fbb7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:40eaefc42c0f0b5adeb47bcd463c2e2a45e7f3af1c0fa4cb3fde9c5479660c4f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:545bc2a7b32276bec515f338aea3a2976c01cc787a559986646aa6fa26ad5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5a2653ccd5dc3f59a228ee8b936460575e1a392d12287661b1dc83a9f8210033_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:12e5e4ea4d19c4dcccb35dba161fdba8a703ba6331b11054e4664818737746a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:180e817b55ebfd081fd0305f63b3e0539fe8d13d1ceb8428ea21e213779fd056_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:92e8693b9f6955f9862c8b576f5e32bffc3bc34232511fae0cbe57d705bfc53b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e5b5d4750a3ffe24b1196255d4cfe15b21efd587a41736307ca8e4e61a4936fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2ca8a85fb07b431d97ca6a3e3c18f1cfaa20883c7076d6b5b4e6942b632f9aaa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:559af5a310f0923dcb4ef9389c51c98604cf44642a13e8ccb46225b4ca268580_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ae056c9c8e0cdc6519ac1a9542781cd54ac2ac8881f513e965b57ce7d1e5ef2b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:deb92b50d5948bae13db37a7046d9b212dbfd3ddb1063ff8a5e5467f0cab203c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0c4f3cf84115f8c9b9bed6b2dd5d52316eb3a9e670fe6b9e28c2dbc350392e87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1142ce3f8a3c1c2a1c7dba79ac2c3b276a45fc6271ad9df9e6a5d8684c36da2a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d9f2c021c17f1416e01ba31a8823b7a87724fd96d7ec99d494981842b5d452b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f3aabf75e838b4a941f64a7a322768729059346d7578ecf5fe7ce27a71876fca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6389373ccb2fbe1b6385ea21dac1c0ca918bf9d3889ad7a738de6be5d7ec4272_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6449fee9a31acc582bb85e0031312e3ff07d1f1843a1c6c410eb79cbbec1ceb4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:751f007afae9f16527e9039aa95c2ee6efd2ee20afe3c083ba7298493d2406f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:afc11a340e28d4100c31646b705e8db302f6b0a96ad3620e07391f02a70438f1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0673d2034e7e5fb412a171939379da14e9269dad7bb53e83be7ecf8233b0b5a1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:18f0345811215feda18d2b63f679ee870e76b33e9f61042d93edcf36fe97df95_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a2d247eb696c80e02bc8c1873e8ee0fb71a1e5ad6cf5cd84bdf504f4fe17cb10_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c342b14ff399c961ce05c1af127244b950b8e9d641ce8752f9d0f880ad7a672b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4849bfa8a48c7e7d264fc6ea9097fa9d33da25f75776619976e3204b42026cc8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d7c3f5ce57c0aa25e13ba9484facd75c5a1dc3caaf9be4d0f273243e7ace327_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:78aef6c20ab3bf78eeb8b8a857ca2a24067d45cea0a070c44d3fcedc00d4efbe_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7f33515dbca04230d98550ab638efa87389629fc7d913c8ec42e4b5bf8a772f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0251068577a1724dc777683dd189468ed77413b396614a117dac6b4320b8f01d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8812fd85c74fd67a95afe09c2ce5e7d592eec1e25fdc6fa331a8bd41bdde0cc6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:89e0a7e0fe060abb45a6f8e6ed1906053c09f95c252ca7813175903db61fbc99_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c3674a8f28935f3140fad744b5a178a8346a9a7f79f6c281561d2877b38c4ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:13bc0d4f7d4508fafca5a3bc61b6449a056e277da131e753c06cbc1bb7781b27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:993a2a0b3f84e071560f6fc1a3ac243fa745ae9a7ab15febbe1385437dbd3ad8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:80fc518199cd3a1ad421b142661f0a85679b12b69d0afe580fe60eb6a13ddad4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f069665c66c19d9775b70a31aa7a1069bc653691f6abf106a88b2ceb8c0e1ec6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:13ef0c0585b01c56b865e029d029a553b458fd2d3d0204eb6dfba1bcaa11ac3c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:599d33b55e88212202b15f4344f7a18dee4f4504b3739d6ec99414d05bcde2b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a751f1f0540505bea087d3ea9e6ba798e89d5deb772cf8e401caeb3816a563_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4c26bc366b267d444f448a4d7bd5a0d26f84bea653c14b261a829669d888cf88_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8b67087a584a2d952a6e80572686412cc8ea01f03ec8d70b56cb8a24a0c5a3c0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ac1123e890f0aee159c9105e26e1f1ed3ba5eb3ea66b422b281c3e9465401c5c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0dac7821ce2a3a5a180f53f381d9e61484cd8c5efab3c9a7dcc70b5783421b64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6b30b39205367ec985c4a9d948e71d378b9483689c3ea179cd0f2476b9bfaa1c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:de903677bccf645889ff7968ebbc052b14273329c0765f7faa53b0ca815d6899_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f8392be7a6f5223930d53ed6d127faf727489b8f5ebbbda6b6b437c529e3c812_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:02ac68c83db9dc50cf6280a418eed9261dd2182bbf51d16fd143519e49960b17_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3746261c5d4744b13d4704c822fd62ce1f486010176fdb3bf95512c72eece73f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:85e34da00bd6d290c04d8eac32f39db59b5f50fceee9b248b2cbe27bcf0e7e5a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c343b119edf863e179df865ccde0b665b87087d78b20919aa5726d8fd240b344_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2026fc52aab5a6d7766511080699112f32ae4576108ff95b0eefc5d807a14f25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:21b5298172f4de1e0074c4abf5e4abf27e8adc02bbf7ee49bd3388f7127d4901_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:42f8af9bf66ea72846b7f7e57652725c31b01fc4a8d39ff7e7882075438c521f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9c5711087546b1ba7cefab267b8aa30b54ecde5926f009518cf0db974ff84c3d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:373c4b7507a978e3dd62e9ea629d1e397b1f1db682e11ada1bfe5a0b45afc782_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3be306649df2fa3cc9f30e60ed5d947fb0678b0231b617eafd3b1593d10feec5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5b01a896101a5189740f84cb1a83edefdb0dc00288dde725ddd0e95480f8e1c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:961dd87e559779e6338a4d3d35c96c0ce6ff7cb9634ce32d4bf848032f4a2fb7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8799db20cca7be653bae6b8ac5adc1d628094eababe740beb5dbc27e05346872_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a36c2b308515a293cbcf265af68ecebf498739e74ef11016d5c0edd3cf47c4e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b86631d6601578548af20a28d132a0503fe118f53d7596a5632ed24ec5a9931f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e867bd8b76b5bc1438a7be88a30fa7707edbb1909920a1d4d1d0da0ddbebdb40_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:313074950c6dec37d29a9722b58ddc951aaf67c27b47568039f29f02f2523128_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:43618db20e6f592602096897bc89eaf3c58490a362e91e3299e20bb2a02827d9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:705f4db2e969d23205de87db1bd7dc8eb1ade64a76940fad950fd1a214dde6e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d2d5ee5893ae16784051d9526c1feeee3c641fc3e6f337ba807744551c00ffa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6ae5cfd48e788096162bc4517f0466bf526f16c84bb61072886a64842856c5b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8004e7284c63cc32a05f6de732791416d57d62db041ede2829d4797139094292_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8137c3932f344ce587769bff04355ad405b6ff27009bf23a221ba52f3da56e1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ef15235cf21f0fbfea74089f75471b483a98c920b65676bb6199c155fb61e929_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:149cca2af3f89c7d1e105de81bbd098c66be5687f18a584b644f21d0be20f414_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:33fc93d5cd30760383da666e8effb6ed32f4c8f2668da36677e98c1801ef4f5c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f9c1ee7f72c926c45cd76c12046b867d9efd7c3c381f34afeeb9b6e97751175b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fcfbae71f81307789bec93987c4523700c191a66663ce53e4009c5e0a8627826_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:04fe8c19bee4b629ee7f18a13dc0b7f49d6a4b6e19d204de90b6b2240b0f875e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5c9662139f98817aafe153a43f700399781d079390d5ad23d3b70fd6ac5d370f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d1147830f896fd229aadd2b766fbb4c8102b35a8edd4d8bbeef4928d89cdbbfa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:dfd0cdc29bca0a2239ef203fe7b58efd97ed4e72daed6609e22b20babda395fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5a9889308bcd1c3981072c83d44206d0c3feff059e0a2029d49adcb974674c95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7a715c7e2a8f54ccee42abf122b0028ed19705f401248d8c38f785d960f1b116_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a67de487534d03cdfc180af9d235edb21c5cb71e1224bb5041fcf2b9a428732f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:b3780d23a2c384ecef73c806cb20d7f97bcd11c12b6392c781c0deb7ceb55df8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:48b5d06ac4b35c2a7bca3ba2abc39e3af1eaf4ecb19c720d9b6e46b066318414_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a6d7d7df9078e9d1cb0f12f9ceac12c96bf2cea03a9085b23c3e4af6a456b51d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b757d11e5dc51a5822d9e30e97ac142cf004fffce87ba2e58b8d62926127664a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e61ed19beaf8352dcfd4b9478335a364263cb9839f27140a634a217d87d331e5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93baf08acbc6875eb2b665a9ef3601ca34b76767cd70a172dac7237f21b6958c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a5f2c2debb51b8aa926ede417cf9fa0e4ebaac4f5bf9e770db55a25902a4a3b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:dc97d5c1aa80515080b2b4d16fb08ee4733a9347eebc8427f10b7e70582464ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cc1559af0d7be472ae46be4552fb41e81ad804d73d1444b92cae4485118c6773_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cfd5513afd8b2b5e22d5e384a7f769f9c04709d853feb2f91ef667d804cf9a7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:febf2fb95748ed0c440e6acb72c40d609ae7587b2665cfd7145c878a2a0b5783_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1728f980f3ebba7e48bc0e8cad114db1e0c06f692638764e30ab990f45c637af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:41508513986b369c2f89c64af84b3980b16bd2432130fb122d8c1346f0602894_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:650f08f62aeea4bc954e69ed88a9f2f14d3c8f733c155d113c0c58b7154fec4b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:016fc7e804acce7a8b8df0a02bec320c32f9ce6224ae67598a63992219a77516_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:081f9cfabc57aaf4d19df8b496613d8aff54ceb265634c904ec7765c810b4553_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6da3ef092cde7fbaeee01c5d6bb0ca5d52af3ed8de458ecd3001bb96262c1ab4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:035d07364444ea963d64515420fa4005adf82c44b575555a074149f67db50567_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4e09fb0bd709d53a0abc6326905cc43ee36e6e4ec5e20108efd1ffe585b1f2de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:53a5f81aefcdd57ba33c57c02941803a072ef3f1b8467baa3c53c7e073a9ea96_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:cb3d2ccb57987217c75079a9c10f230f6a7de9ba3b0fbd87d8d3d5c71f8c94b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3472a8147e06452751999ae2d041063907f275ecf429dcdcfdce88c8a19a17da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:61155741778188324e0616274f067ec36723d0fb81d84e9715f72ffecfbc92ca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:adfe8cb84a5f0a241fe69ec532b7092a10cc274cc3aac2b86f33ac8e725ab2d8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e704c70226ec4986c16166ba1ca54b908d1b6d9ddd47640bd5ab6d292f977508_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1d63a1d7ba183c49c69a6ffe5a4584de5282029b0b2c2f3484b4f4431e2ce954_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:441db8762a583090cf4325377b0ee75838452a601732bccf4dbc57f26f6a1a90_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c5c52612378ce1f2577314e5723642237c9a361506c448ca80d2a0b56666a1f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3b9843a117d6a6ae28222951e1a556d3888ceab2ff75a082a06343c8030a5ed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:236fa2dfd935db687e786cf827d88210c2f586d2d1a93e610861995908bf2587_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:647704923828c83c6ed3810e3c4d7456fcbe378516dabfac30f203a3bd3634b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7638d755fde7fe6d3c004a6f0f7c761a9fdb75a3541f19a792c3cf8e8bf473d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d2eaa5b8ad9464732265b84128b5280d725feabb2d4b4cef0178a317add66c39_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b659f5c6da6f73bcf8b2850f0172358816bd68fca721b65a9a70569a94bc90d7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cc867d49602a6ada5de7a783136b6463c4d9adee9877ae1966c016a08ee8e87a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:6fa614240bbc1932f65f8cc9215d2baccc05dd1cd5586fd308c44d8a94447a45_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e85e957fc16a36b5964613a99fec1e7299db9bc63edd86ef965d879a081b64bc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:14b02010250fe10ca57b2dfe1046641aeac31f92e5691c067b3990383967f0a6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b6b13d29b1cb9c9bcf97f2daa289669bbd9ea501430e51652bca3d50f787f23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a8ab293c4f3c6bc251bc91466b7586e5499b6e198cff46e50f6a65d97df60f7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c5d781c35cda14ab70d4a5bde3bf72df0a3956f5cb159645e5337095bb71c5ca_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fadba956181755cedd19d3d5b5ee3da0222daa1dc609b629c900a0052a4cbd8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:2719589f19df23634ec3f6b578f3fd2e827440675b72a69b89c9d78b1310f98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e1fe563643282c027ea829274a1945458cdc5d079bf2a2b7b0a9982a5cc3720e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:28d64f60c216f77e3e006012a403671463b9dd90095e19ff2dd027def6abb511_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6d681aac67e08e2ecca32415dddeb47df6191a99f7a8d7bc3bf1697c6a26c1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0d31a90914ea716508caf180e30fb682cdd8066da7a0a31752be9d86ec9c777c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3ef5a3798abfd3d9ec1b6ebabf3ceb32fa4057072b2670793ca119f556c0897f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e2c62e4b87e0536d15ed8b4f2905930a750f770d5c6d0168de6291d92c51f9a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ef5f4d7e3c872acbc4ee48bc91b5835dfef66a698287a95836344c1587ccca69_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f5f049eb01192eaca548f3585845ed6a530934d2eaeb422fc78b657cabb1f57_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:740b0d9392c76e433ebb7762e57f156a0e2ea1db37ddaed2c5b8044ca092a357_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:da9ebcef147e8d9e84848454fe2b8e259bb549bf0de88ee960fb48f6c8051060_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e8f942ece24d15ce0c4a31f731f2060b6e3874a2f486b2dd255c773fb1a55f46_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1b4fa4d6ee3081f39e54b4f910100d210da682dbb0f308f08107ac44e7338d3b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:571a51e1eca0f31f273be8cff7ff115bdf192e14f5d510705ab7ed423fd5d9e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6dc96b2e8156e7e42f758cc28302a2e94e8b3888970d03a780b1732375e728fe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b91654b9aaa85e13d262d21b949b1a96b386f202524c2e8d52ecb66c279eca8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a677804e422590551f82a17e61f64bc03d5a8a42a695e7ae8d9de5dc086924d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:fb7f225a9221506e6295f7efdcf44adc33e5b971c470b5835b0ca3c42ee1942c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:107c9dcda9632516721c41af941362ccc316d25661bfb13a7c4dcfc2ea4e1c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e75d33740c576321707835258793fe2fd257682099348a2a067806e764e1560d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3ed82adddc3da003bdb272e2a5df0317abe41512179cba925f65fb5d8f7c2eb3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c16e4af4e9a79ac2f1fa632b20e98befa9aa2953ef241af186edd226e39150e3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7b6c16881c71569dbada90e320379c2159ead0b0ed2fa2113e065b361bdf2413_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9533dc6817f01e377ea2ff7e3aa4447d20ab5d016d9145b97e0cb9e758c9a8ff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1285e63d6cefc0454a400b20a6e404537a8d57e5fb9b5d7ff1a75b61555622fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2ea17afe64ff273c9208892a59773c1dca248367c849e805dc78cda228aba29f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5f33ae81c766b0b7d9c8411dc4f6a0adf760221ed0493a99f1bea5dddb5de41b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9de0bd8cb41c5324718c8d8f275c612c0bfd13b322225455a1142dc76bff0a01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:2fee175122b1e3f74cd8976af1515c869d096da0bc4f5e9024b31a64cf88896a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9ca16ca048f3de4a5d9e6b6a38b55bf0b4a994bf7f7ccbda8c50c02bfd59c871_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c42a4deb157c31f6fb871bceb8c4401f44ffb490404591ae36110511f933f72e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f6d5c31b12c8a1a1e8316f258ccd254bf6bb8e49ae8a175eefcdf0bfc5c6047c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:204e84b23aa1edaf66f10a49432115ecb4c3e8fa34472a909e1c9a7a0c3f3947_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:37f226136e439a1b37fab44e06ff30eb22b1ba8f12eca9e85f59936c3d58acd1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3e385fec20235fd68320dd564c68770d91c5c08a864e3de41f3800937d730334_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:878a0a7473a69442dffd7c19132d74b29ecf765e3499d29f8da7b1de2ff6f439_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2b51546e56d1893aaa1b68c4e6ebb5479614d0402e840c8c850702ffb198036b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3aac893d87e5c39ae1672eb5ad48a0b9d02b49888fab57f8662e6dbb3897b660_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c5bddc80f0ba0e391b336de8ead2442d0dff227fdb8aef1874bc3db3101f7048_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:dca0c7b1c7ec76232b3d5ddd15c8716e04a8384f0a816217dec544d667ad2e69_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2551dc2ab6fddb6edfefc185f7b6d73ea366ddaae4e2f79d554f0afb79aa54bf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3cc6eb31325b1f9c9a2163c570ae1c3d4da7e7dcb0d761a0fa775b66fda9dcf5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:569965f29f668f02a342c0c7b4804bdc92354610e9368ba42a3ea5cc3172f532_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c4b2b0855c4ba25e150de01e54f0a84bb4c6c220b348945742bc0c18cc6d7dbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:01b6587f8b9ee398d34ed3330bf0bdbf2dd01c2fe475ed4d44c547401d1dbd5a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0fb7ce17c762a70aa16ca9f7f35e41d85997bb2bb22b81986321d29634ce9b3e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:60c4fd0dcbc1ed92bee7dedce7879893a23c9e4a6181e5e6d6a8f04880f377eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8925d5826cca515b7f7c05558406b3688a14963ddefa80f5b44500fe12dfb1dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:3d914112ad75b59b03d5653cea40a25d92af415ef52dd10aa7394465e6bab92b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:f8d52c53ca49b3f9847d2e568779801321307e329f802aa9456cd0dab7625232_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d29e5c26f37fc8212f2ff15cdac470982494be155f85e3c310b0c958b943f7f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:fc7a6712a6fe86a47b5a745e06a0c6d164779eb198f284fd0996847b025e53c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:32bf2e7aad1dd9ff5100500c294e343af0dae3d392eed27a1c0305198734261f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:54b4afd46c87b2cc839aa7d8b8ae232aaffe0f39846a6edf9d0d3228adbd7a29_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba41cc4ad0ea8dc731838e00dae166209a3e06d104e5cf11491639f82290eca6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a9395f57a9adc721c6e43e578957e21c8b9f18defbecdf91dc49d11044aeeeef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ba077da5ec7f147b51f0ee4432082aed3b7a3a541729913bc2ed821688723e99_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb48a38cb5d06b67ecfb4777c44d44f3e32a996397450e30f40e7ec3e340a56a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:deb40607f193ff4e36c684ce74167e67a7e96187f1a44a1f0f20f36572005843_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7dc856fddd561c1d29112b0b8d4dc39dc7503974a9ff563612e6998bdba4b71e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a3e01913986169c592bb770fc49e3875d46031b5788f983ddcd52938f9ef7a49_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c3481c6f76c644c017392c092dcbbb25a288acd14a9f01e20afd0d2d35e16d32_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cc440be9f6b3c5e22186b6d53a428a8220201ddaa79be39e19cc31a8fbd7b221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:12d7ec468f9634a53d053f3af7957c5162d92595fc3385b26b08acb22b7935c1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:49f08b645fc28af342483d9efaf2f607c9c2a6b491b477cdcf2985c44aa3e894_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d32cde1eedbd0c110bc10836025cee78421ec16d2924d30f5e6265591a9ec716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:df885dc6da20faf1903dbdac693889d9882722e8b67bebe35f624c11e4616262_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:16c8b8c6aee6f6a06367ca5bfe2be8fb85a05c3f18a819683f49d1a8c73941ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:376659c608333e76b0b48fcdc69ff17643284fd22fdef6c6998f07be54c1cf91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7359a62beac2d501d629e6768f1767861fdedc0d05f53a4424a2abdb3dbb6a8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c71d05c245bf1a4955f46c785d7264985e1f904de2a19972f7ce6209a3be0e4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:06ab376096238d4e04c9ab713d83d3cab5db769b5af1fd1c57ef2ceceec6ef61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2c80889bfaff670acbf859db3624951cda96d4ee8cb1560806ca4215e8c6c04b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:627c6b73224c3e37181a19cb598ef9a425cddc1d17d97b6c23388ec1345f6a88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d5d338daef4ae436780be192907d28a26785021d97865d8a95db9065734061f0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8e59a286a05743844dd1333770197161698788e0db4faf8e00cac6b2fb9a638e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9029d8ef1e4455dbc1910078afea1141f92a5c4d2c298ce1d9e4319209b55246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:da4ff38c7a1fd5adddbc0b0d3defbbd580197680b22648e2ab803c90c4a8c9f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f6c44d76a715e0ca38fa5e2becad93a2bf3a41fd8f181846e7aba81b0c579691_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:167937ed04f625a9cd2d0b8ed6048a5cb7b6d435bc2d41775d7db4dcdb5fae95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:176feea3131aada18df5da44af30a127f4dff392ce8ef57f7e0844969ec95923_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:17afd4ebbc2a5233681d4cc1774fcd70dc932bc10006235b11de8dcce826c2ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d3a98e507691edec50373d79ce9df48a71cb6a19a75c9276d0c5905d4f204b39_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1b6c3977b4835b0cd5399523dd437c230b992b77a0e7352b095d008be96fcdab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:54d79643f3a191710d1362d665b5c838130f3e51aecf1e27a2cdf66e98a3cb8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b8692d27a4799d20ce1a8374ba99f55732bb7db56cdf8f5b038424a086db614_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d196f02212da5e80ac5a73931316d38e9def9aeecdadeaf07aec685e661f9f98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:11c2a1966b0632e85caebc4555e3e2f726277175b27a63a5e854557499e0c28e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7e649963b5c1e2a7e8813569368eaf0ded5e544799d561622d469b03b9d93937_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a23fa7969c6a881648ba03ed1a13692c5db21b79f0608d841291ea9118548ed7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:af57ee131bc09ce55ecb3ae13ed7dc3ce9607a7438f0ac5a6e64bbfa000546db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:3a7644c1ac089cabd142fc1743b47302eae8528b13d1b038298f2f57cf746326_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4b5ee426703ecb55bf537731c39c69ab7f86316544cfc472ee77fbef7e5680a8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4cb60d36cc3b34b4b1496b74b9b2e68ff152a71d7f957b356311ea811bf05573_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f3f64bd2f70faa654f7134d803efdc032df63fd4ef07c97abd38fc41e625b48d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1b75d96a4cdcc3a37848c5edfe598cb1d99bb3b0707db5e3f62478320eb90f9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:876fd001172d5151ef99c02826f834ee4db4623b00699a8fb30d6a456a7a8687_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ba8fddfcfe0004287ce58db40c1092f2090b3bbb0810c277066aa2d97799f8b9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:bd9982e951fdc7259571b6d5983ea2cc44402cbea411ae9a6b135692bf5939b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a7a8d4d8adfd98d3a6e3d37644b33966f2c34ff1e553fbb5140ab9a15563e821_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b26a5a47cde227edb5e7f6e51247a6cd91e13484f6b5f7dc19b62f83b7478361_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ccdd76d6734e3a3cfaa1e432c1508c097478e842fd436672e57ef2563d817e4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:fee8f3b24b431ac2a5d4fa3d96c90c5e1aa68c08ee8ae9963fee457c98795197_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0e559f5e780f3849e73d7246176059360631d8c4a7db1700f6ba1b6a9e6ae089_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1a376560672f81b7596417591491e71d065e90672ff6ef5d37ed0785e9baab16_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:350a0360dfdc31eccadb0e8b9397d5a3436bb509999034b60e611428eb006cc4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f8b68ae48350a5aa9bdf47a36efbf661190d497ab5a139027a2bf4579d21e095_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5fbe979b3d448e36fac9615ccd96f8583b0d587d46f6b1b3749e85938cb2e510_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8d45dfe709ac701d6eb800b081947d39a855f65c756f31ae47b75be9fec0c260_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ea4fa6caaa81f207f2372c6179c3698e225658387549ba567c232170cacf8570_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8fb972b411085b4551e10adbd419e3cb89754ee5300222cc4fce27cc349513f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:066d438bdfa1626aaa7a0ee5d2e3222724f2f0cf5bc9a189b67fd5358a0a48c0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:747c142608d6f43952d315d7858f57edbd2d9de2d255938dde311ea580a329af_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b2ee2d0e9906ef1581677bd239073c09f93e5b720501e9001926dfe7db34839e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:bf0b42c5e7e51129966a4744bb253b7c336bb88b1f1a562e481f7eeff5428136_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:3e9309d53caaafc9b145f6b7fbbb8879c9f018ef226afe101f6dc7ab02b67856_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:3a558e248efdf5d3111b7d61e8bd471682e7038bd34c4490f8ba69b91b44f36d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1b0981e2ee13869663087d6504e0c0af6f2c56d2ebf81d72b4b7c751bbf6e500_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8073e0be1f7f7523880b30946f1b6868274c070acb97d9da2f5c486db99ea18d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8980be22bddace1adb383fc356975fbf0af9ac8a20bdc95b3303a80fbe296f3d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f4293de50825a003a825306a45612531dafce45b72a91cf4dd455d596a0c60ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5bc26795163f03947b3f42a5c8cc52b7fd6eb713a0fa5a1558bfe834c21edc0c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:7f29c85842a34554f06db311ef67ec08d1d947d32b4363d1153d92c8d13c3214_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:92857eb171128909119700c431920f543cbfc89cd06aa98db816a2fcaab321da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e931e3fe478f8f905855b4516e1ed9b33a161536c447025cd14dd68778c40fa0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:338034a3ce7dff3efafd00fa35b858c23c2ab284f743df414c6cdae455f8801a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f12584b95171f442bb3661c908ee43de70d0400c6273eb4e93325a5f3f167b54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f37f6568957ab825b08c2ce8fc6b32ad18f5b7bee50b24b1804e70cdb144e5f4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f949249e3847338ce4ae9b94b0d191edd3f316d471f0a9047f97e41e41b7554c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:407286c96b6e9d0ee4e8abec2b06a5dad70fc69820a00deae47cbf3fcdc65a40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:52294a05713b24485ce6d7d1b867081da2f01dc008b9cd052bf8c4c37839f581_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6693dff44dcfb7e6fe67f5373bb73d84cf401d20640c959375f20a24d31aa697_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f65918214ce906cb5af9a59ece43a36870989c579ac1660a2a58f9536a79d9f9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2ec7076ed08f4ce7a61f95083155b5315acb6004ea4245c70be2763eb0ce9f4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5a539e39b3aaf61d63f391b6960cdc5746cbb4b0fc07b85a98969f5c9cbcca4e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:93505b057575ff9292e2e96903238708b940a23953a79cf8742c880f1fbc743a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:be43f0ee18b6d56d81a09871c4a30dc2245ba60cf17ff0f1aad10e117f40aac8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3923e99d803b6dd5bfd2fc957101bef6dd86ba8f6de9e59a849e4c7a02d57e0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8253bfec4409c9a02be72d7e8d87fe5f4f81c1bc58a294f02dd570debc4f1128_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:851fd20edf32778383c81e3c5b935ec5607a05f8fc569f64e31875b8bbe81d6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d06d41126ced4841fae74d0437b18e9f1699d285158fb8725a8768a6e9065b79_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4375e44dccb08eb4ecf461f4e8e7e97d617ab5b1c968beb481d5795e6bbf0229_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:75140fa657674afc46d698aea19115a9f60c7765ffff6a0c4ae5ac166c725597_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c1a31ef64ecdd90020d72f323a242b551a6a4a85a4dae309e19f5d8f12d77b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c3b1ed110f6b17263484b7fde65642eb349162b206c0b9a2f463bf5eb13273c3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1369aaf62d9d273eef766c42f7015d56152f6b8effc50dc06d75b1bab38a20a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:47402101d62f418c0f6b8e3c6e2367a8c84f5151a0204f326bf1fdbe983c603d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b519e10d4cb8fd9ad126a36fb864d2f29f7df218ffa1b3b5f222e0befafbe360_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d70f848ab6450690b8329ae367ff2e5a3a5b295c073028dff7cf810104c5be5f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8f8c882873232fd9a00adc69e199f1b4acacffcdbc282280ebb61dfb1e61b875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9fe79073bdf1745b388fe52bee661394f96ba5c0af585ed8ab4a61724e324777_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b2b91287350dfb474763ca5d332c4765af0c1ff2d7be722e23ea93970add2687_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:bb5f4abfd26a9446eb2f4cb1355bda840ed1006a6233373434378abaf0e617b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:07ff9687205eee39d9ca211c0bb0c6b1618848e9e74bfbbe793aca67de73fa88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0ba94d11051416a116cdf516dab74d530a584fe7c4bb1e8d3deb3bde2214e459_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0fe87955631062bc7ce78891b9eb056f899308f8cb8101b3a44f889c1f0c0654_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:786de5dd308c9fa6643aabecea0bc666a9ede6fd2a5ce1cb0d511eac2a19596a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:719989a197c3bb8b8af09e95af49125cd28014fa74c7969f3f3b939223a6743b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:743119e024a9aacd8bd4bf45ab9c14e684ddbe2307d8f965e972ace243f128b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:76c523fa10e222690941abc8c5564efee1ec4d309a7d023480b6000a545d655d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a13cc82f7b2053435d5268416686ae2ba89e37b6561e49c7ac395cf3359ca2b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:98aa0e651302bb73569a0578e6c11a1691eafb5b0aa28dadd714a7b44b498f8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:9fdce4b5198ae740daa858432221625391f7283bad587e1ebc1220e7b0b4fa28_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b072bc3bdd61164b8076f2799e705ed8e34281b2cdf24d9cf08deb8e697de2a3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:fef5253a6623c30368e9e7e271501adcd9432b96473cf8278a7b81140d287de0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4eecd436b35c9b25eca6975ca9e938c2256fcfeead67e1ff4159d7e36122122c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7e11ca9795aea60b3f0853ffef0fdbf922f4863edd96c50fa85110f36bccced2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c95f8bcd0835611bb90983e96e3b780ccb65bd2bdc7f7554432ea971eac8095b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e497c1834c97590a0c388b58dc823cdff79ab6befd5f2a9bf494b3acc3181eb6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3a7af87b46058334b97531a4b1b5cd5be47e2ade8d74497429529bf0a489b275_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:97313aa4f1c1c9aa51c77a153d0f0eb35cab9711b7f1465b82a636ea44e849ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:ba0927ffd76ad6689b808e734038678c91854ca3d0630613094824549f8a150d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cd8feb684b9c70a4ffd7077e19812273f333174a70f7c2b63d57d140d8002382_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0c8bfd6ea4d0729e0ffffac9811b5db2ecf5c40e68ef048ab104f161d2689b74_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4dc7e3242cdcd1d3c1ea5930da7d4e027383149373cb6af0551ed2572eaea0b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b78827903e5c338d67a4ea2ba10ee67e16482ff00968ba99c27af2b6d50ce202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c9315d23ab26f6f40e05a5fb1f9f2dbce075244a035b1f16003d1108a7ba36d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:270b5e756fca54f2dc05f04b6f7b43f7f188153811decbc0b49eb215b11c2372_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5331e8ebfc48f4d2322226b8986dd178f133a52edcfc0a192e89f1785c8d568f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6cfd8c3da57c17ae1c430f2881c66eb0b1c456bbce4a9ada2491b2c873dba985_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa346af0288b5886b5f095d1fa0ceb7715d4333db919ff9d61078f369642cc29_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3403720059bdecff83f784e2fde54d2bebe09223ac6cf99ce2b4c840b9cd4a98_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3f8cb2cffaf6320f14ae09f7e44c965681b395370a156253790764ec9d2a2aca_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a02dde1d0b4f4fbbc4e6f0afd24da1595672f3f290345a4f6e98e11d89854a17_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c4e8ac4fea3c281effed3996a378c2e952a3d3704e47863b2ae6b266d2280920_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:46a0b302273acaf2582d377271b910d9d31ff98744cd8f290583a7bd5579761e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:af0442c88d2b9b93a187010065424798d89aad1d695ba438c815d04d7fcbef04_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:bc7b78f67fa189ba63da9891a1b05694d676a3ed2fa318336fa0850d63815250_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ffe4e64ee1b721aeefd8f1ceee11d225dd69319385e3e70f0bb52f4f40660a45_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:29d5a91b39dc6e72677bdfab50f56860c53e67dab139b464dd571fef9780dc6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5e6d4e29635ea0b075e402931daf8c384d07ec8660223babfd0df9d572ea6912_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:82555977089a1586dc24154b46be6499607a9d15110e5b48d9a549ee73f3843c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f32c4a07d2b7a14c39db1e5e5752960e46bcda700b292336480c95f359adf0d7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:86b3e656caf1c93ba2bbea00514a17b9d06cb7a6fd5c6746d80ce35f45aa5907_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ba5c8896242125c24e3a7e5698770293a601e9e7f8508465d7b45920cc9ce240_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7de62e540922f1de5f492527d07a8e8f4265d24b577cf2f93415209ccad63912_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bd71e582ef755da7bfeede697b5c2ab29ab9fcea6bfeb14cc8ca168fce5c7bd1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a1e6a736546b54bb2797d85d51b8f2b213fe2f6be6b26bad5b549df9dabf2d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:efc7fb9608c2be8c3c65aff302f923241bf8d008bc71c2fbba0d82ffad2b4f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:aa63c460867d565b44b2a8e919ba9a0e7fd6717f71588cc5a7e2ad268fe13181_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fe1f1b5d6da2e5ac66c689da49a4c76916533f30ab456c9961a225a5e26cb6ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:36fdb2cdf796941fc6638036b3a31048ba0209174c7a62424fb410ae14b1f81c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:65a0b94e9f663f3d73a9696a622ad46c73a5fc793f9dc46ee07fee8ba3bbb443_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8afe2a0c6b1b200201f21b148caaa682bce77cb3b1027f61d4c873e5babb1b30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9f7c3543e4b1a095399d1219c50f1f5081440ae1605154324d57ba9201aa4fe9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2c0897a842cd7b16b64888568ca65c2a6e473c24b2ba9bc5067d6f1f237885d6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:432c94d7d5d46ad66348775fa0e1a6c2c142469e8a770db5528a1aa25664c389_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c86c7188163be31c7ab04017bc46ae88707437f804ddf2b5bd5a73ae34f64312_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3f836bb9effeca4dd6a230a4241282d33ed454ebabd84829c41e58db5f24f47_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4632ef8ca0af5a8115f3d9490c2ad9e2e44361f4d0671fa8a3a1006254b173ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a7d2d10f5326e2d71551289740eba86d6dd2f12526dc684b1494bdd4228fd8e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ba876751849dd525a26e70996e7e02092c473bdf386ec4663a54ecf61c4f0d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e842cdc56ee7728aa71a7f95eda9777ba229aaf959594e73d998fbb30b7f76b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:90331abb869c0c04ca7bb59681cbd957ff54eb0e0265e16368f9fd6ab6937acc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a02580814c02bec4c1c9b79c4b5a48a5a59caafa60a573f9f99a4a1ca07c6f71_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c197de59c38c060dc8aa099a027922853e4b9dc7e5589ac55c8841dbd44b1367_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ec7a4bcebcc80cbda32227224f64e67cdbc98d3fab95466b55c89755421ea4d2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:223df196f0cc747e52ffae9f3dd03fab2da3c72d5e3b189e3035d4264a08c6c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:29f3154c0b972730ae9a54bc496bcdf62e9ed348b73d98ca958a265717ccc2a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5e12029e90adf045a4377f4be2be75c879e57aca7aceffa2aef08aa262ae0f42_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e150a242bffd4437f92000417cad89969fd547b5da514f8586802b99a668bab2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:17752e2fbddeff8e6f43bd354d91f248b4e69d88e80b29b75508fb03b82d92bc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b1703420b5a67a12f055518b6a23c1d8259dc8a064a1447196f642dd23363806_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b93a134a81af485a0f07dcd6a71c816ed517178826539d0f53b6c45dce87096d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d266a3bfe528e76a8c6ef1700a2016080d084cf6fad2e70efe5ba52ff0dbbc51_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:8c90e9864b3ff53d398f2451254dd3707868b36c6032d8d139cc3ef2cbd9084e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ae6ebf086515376ed35bb432a7f567f7bbb44b8d1b86773fd86daa387c5fb933_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0a0cbb021e13ce9d693eacc4982ece2e8ba4697f5d5571b8d0671d71824fd07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5271f6452a89fe7907b16f486439f54f0dbcc3d075a70ef446ee4cc62211b1b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0abb949ce9461e5718c1988f57791c7537eb1b3d2184f4b4268fe087e39726d1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1267ac849f67c33155b54409011cd3f0eaa27d5f211703875cfd383d1170ef9e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5082f39df1f143f23f0e587dec5cdb3e3b033ab446a57e7e808c88e6211a1a67_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8fa27bdf891edfb80585e470f09c9d6fa369aa727a3698b936b4818a4b46448f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:017bed02593deb2e9cdfe0f268916e5d1c8cb7a4f1362c6eb3c94050896d7276_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:027baac40981f53c9ec53f5a4241a657929d6289e42a0e5deef617c182b7580e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4bd5b70373a257b1fce20135ff4a4b3e6962eee541c67a0e29ba9a2523d4d4a2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c0b3ed1332b228290882bbff6a1ad6866f5ab2a4586b261949832cdc3bee5797_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:047c270f56b685d5a4e67afe43d2f1ff47829a259be6ff93bfec4864233d4497_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:50a6482667d53de3d7aa2bff6df05ca21e4e9773996afa8b8038721e231deaae_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:653dbef43ed7f531ebf64c9314756be42738f1635a64097c53210ed0b6b0de88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c4d2741561038e0080204335efc6eee5b6ffd8878553b240dd433fea701e6bab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:3de609d984e39497dfe119bb8e0ac2d6d823dd894a5c866e5ec87de5b5711e60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e3a8b252aadb5b32f42009803b56dbeae49a3ddbe9d00aa27569af4747fa403_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ccf49e256cd9c3bb428badab464a17aee485ee1516896f1ade10da11085e843c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e77ce95a84b01b09c5d1e6dbdea8970543aa3a60f9292300beb078d1288bb801_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2ab5fcf7003f4ba3de7656a284b11d6ee05bb02cd0f3532671a8c368f7b15178_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:44241e57d9067223cdd1585db9d699db113931b7a273d207516f60c498570677_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6aaa55450d567e2fa992650c456cdaf5529c5d96fc9984f7e1a4aa9ed6294bf3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f2fa21e8a0e88b25e9037a9c2db4b157ca6fef8b765b36da7dda71bf5a4c4478_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:10bfb59c904103177754f0336f7b7bab676d240480a8213ec42a778bca3f277e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7aa4fdd78ceafdc887a91224614657e86c1e12b72fde68dea4ee5c6e9b610cb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:e4a365a0516b0c8ef2d1259ec4bdb7f76aa9dc0d3c3cfd5d5b3d34341d349772_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:a06af7a856d5f2416777c1bb1d271c189576e273450b25c6dc5937cd16b8bf8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:28b8390dae142ea16bb05f6bd95f19b6ab38dd67c341168337ca07fe4f45fe87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:be6a9bcb97824c91f393af5aac5a146d819ed9893f5a074e146afe18f3a50dc9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e6392d583f97f0932dc01be55534fbb6dd3014f84b745e8bf7583b96ad7a7761_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f30d93c0f244f5ba21807dca912d18d4facf47ceaf43da7efa41b14ee816b71b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0848bdb082bc8dae6bdaa956d2ae36fdeaaac89024822f4bcdffb51da1165fed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9f9603a2dd344770da433fe8dd50a104d69e80ad463f9cba71b3aabefc4fee61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ab417553778971822422c6eef94aeb437209fcf88e78188b701d4b2243ac5be7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b9bb7615df3eadf64501f35dcefa829934f330892801cbb86e9f70f5dde236ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6bb4c6c64852f2b7ee590a0a60db256d8dd549a4b141fe71d311bf30d0ed88ae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:837cd26d96a814814145cd0aa0cca672769283c499eec36c457ae432b99a7466_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:956ad866d891e1340f630b9cad6ec73d1fc60d4061d4c63946ed714900388a3b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:9c91591eddbc058f05d052e3178102b28ebd25c2c9cb796fffd5047f5d413d12_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-73086"
},
{
"category": "external",
"summary": "RHBZ#2514175",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2514175"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-73086",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-73086"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-73086",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-73086"
},
{
"category": "external",
"summary": "https://github.com/ai/nanoid/commit/7087969281cab8ba8ae3babf1894e819068b3bb4",
"url": "https://github.com/ai/nanoid/commit/7087969281cab8ba8ae3babf1894e819068b3bb4"
},
{
"category": "external",
"summary": "https://github.com/ai/nanoid/commit/821dfed7b5db7f88e92f56c60eef32c8135077c3",
"url": "https://github.com/ai/nanoid/commit/821dfed7b5db7f88e92f56c60eef32c8135077c3"
},
{
"category": "external",
"summary": "https://github.com/ai/nanoid/commit/b0036ed60dc9facd7f1191a50dfb3076500202ac",
"url": "https://github.com/ai/nanoid/commit/b0036ed60dc9facd7f1191a50dfb3076500202ac"
},
{
"category": "external",
"summary": "https://github.com/ai/nanoid/releases/tag/3.3.12",
"url": "https://github.com/ai/nanoid/releases/tag/3.3.12"
},
{
"category": "external",
"summary": "https://github.com/ai/nanoid/releases/tag/5.1.11",
"url": "https://github.com/ai/nanoid/releases/tag/5.1.11"
},
{
"category": "external",
"summary": "https://github.com/ai/nanoid/security/advisories/GHSA-xwg4-73v4-xw9w",
"url": "https://github.com/ai/nanoid/security/advisories/GHSA-xwg4-73v4-xw9w"
}
],
"release_date": "2026-08-11T16:46:23.024000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T13:37:21+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:8fcb7da94ab599d7aa92adfcffdcda19cef1f3c2903bc9d38006b7522847c458\n\n (For s390x architecture)\n The image digest is sha256:7d2df00be06a79cd70639c116c4998f8540b3e379cef1e2cf0f3ddff5188c00c\n\n (For ppc64le architecture)\n The image digest is sha256:e41c3fa52e30b8c9d0c3a5ea531f082c08c7f8832123b76d597b198726a0f6f1\n\n (For aarch64 architecture)\n The image digest is sha256:2d6b342b1c77355a7c02d990ebf3e28d31aebe9c78a4bccd8ea07fbebc5a0c49\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-console-rhel9@sha256:3d9fbc97d13987f28ca76b3e238b540492eddef0f302c2dd958c1b0d05e10941_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:47682d4e934d597aaa1e809011a69afe93936fc629ad3dd1ed76dc7b073f7ee2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4e8d3460e04e85a3e01a578d492499376787c85f2840c97821f11213862239df_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d7b99cad55a1e1d380d30d0d4a61bc5f0cbf3a87223efada3e69bd9b0741d3b5_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:60446"
},
{
"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:0c95fbbcfd5c54e6b2934a8efb4f8523d1536ec1deef78249f4daebaa9d327d6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1b84b2a1cecab16e75947d29572008547922714207272a5dad8169d1ca5beab5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:466597e63e82ac365414c803f5ecb8f06a72374885eedc5daf9532aad16ac148_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:de9cac5c7ebcf3d43cad87758dd2eb0f4d6480f59bfb4112c224a4497aad9ba7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4ae516b98be8fbdb9b783345fe680c1d6ef57b5dc06b2ec3bbd20bfdb7c9b2c4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8f242ba3e0b9c57ecbd85f0d4c1bd67306357c92b53968a42419736c3dbe04d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b717614ee549be99c17ceef3d755c66abc983e821e04808df347962858e0da81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bd0f90ccaaaa74683b9bb17db0651dfbdfdf8f49adf0ecbaf8e83756d270b590_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:040115466e4f525e9f2386d6f8838c51f8e1638eb06cd64f071d4ae027a8fb9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:1a677b9d28655390d007acaa656997b12a32e9093c1c228778ef96cc6f4ca875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:39c68aae39089d044ce992b949d4e9961105711501daf3d4f0ba7e9981920729_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e814640d65f77818c180a706940337f8ddec8ebe4cf22c51a58a8b69e0f4099_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2831d7dc9f3cad92219addd21b93959900ee2f71e2d988fffe913a6f88dc7e1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:50f602354dcb223759d781cb057b4081a424d6a509178b10674358cc8dba41e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6925001d8a798896438ef1388f54bc29825c37d41f2f09a59e3f8bf60b2ec6af_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e01a83cb76fca294a011e022ed86f1da8cde36928096422a440bce8e42fbc8b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:757ad9e0c37b861340a7b2269b068d5b0c6355322eb5f5898a856fd9c4495b16_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7f68ff8059ae68d15041b8f38ad5ee5278289e1370d276cf7e78fc7e9fc3bb10_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:816787cc8c95a4a2df1416f09af6228559333e1bb1421ede0c9e2093444260e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f9bb9a184319c9fef278d3c6705f56cfc592c844f5c458bd20bcdc07c4230982_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:198f39ed50bbd835f4789057f9d7fd8de0962f1641a7f453dd90d68b5b2a4e7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:633ce875ee7bb08d9bf00cf79738e3e63cd6bf4de2d40fa6860142a301c0968c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e169d65b86f23d6424af5e7cf9e1d0ced58382128092821676196c0a05f91da6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ec2586358c34d0130b00a3714b50c8b7bc33ce915aef6aa79eb214d38202f37e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:13e81e4c25d8c789ca15eb4e84f3fc531a50b4dc0d95fa3573e002e3b54cad61_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:17637f8455e0e17bb3dca34545a26e881cff3e1444af45b9f45c3e282a252bb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d2dde1514fcf3308d1469a0af6727835121c4d6a1a1775a675a7ffabba8e3bed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d6376055835ac40728181d6f354398a0e60ca131d2fd8f41471ed87e974ea4cb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6f86d997faaf61c874def5a78cded319a188c1babbc4dfefb91a29f7e0d7f0fb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:73bceed99ad1b0bc99e66ab8361037e4046c5212645490161572fe6f34de98b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:babd6b0e928bb674289f34787d3aa536bdc4c24a877a5ac9311f21f0cc9e6224_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d00a12f6c4e75a2c93bdd135eeb742f42868b0186d9d03f318c885407a17e439_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:0932891a63e5ec5a076c7848d5746e29d972f3a96058914bee8fffa4921fed38_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:472e977d39473b92992f53c0225de477318b31be8656c37bc35193789ab7a456_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:71021ecd15d688aefa6db79f817c11a751b51f6ea9f2e48781bdc49c6de98088_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:9563eb7617a4d3a9c22fefaf03a4ede698fea2621a68ad231cd9e65930043a56_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:1fbf3bf4990353e799dc271bb4a0c58b385feb2ee60207636a3f76544b4f5ae4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:7815e9dc63477803e7e8bb8a01ea83043b5503ba529f64db3c76ad1c4cf2f0b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ab22d93f277f9bb65fcb5fd9c448b72f82384b9be43b8ab525d2836832044eb2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dee02e09373732db94bc442ddcb2eb4d13095a04e35c674387d3df8ba23d67d5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1a046b24339587101462756592c87ae4a8f699fc2977a703e6d031e2022a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1db6c409fede3e9ec09788fdf286fdb0634de6b6e727ec010332f7cf2e462_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:bd6be5cf4063439e92a1264ce3af0ea6528b9c27dd4b26f043a80aa8616575fc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c955c4b9dce1b25c73453079a21d84c5a2e5d0b53cf6e351f9b1855f08db3fb9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:221943f7b65573c2942d88354261f93a01950be1d1a86fa853544cc4c283c027_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2488ca8b2a8f658f3deaf9a70b12f7aca159490b5e0861d746ca8ee5d2010041_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a3435c546844b61f456789fd315495d6bcdc2560756e9fdfc4b896cdf70d75c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:be2e4dd58b8ed72278bb2c014317e69185e2b19dce37beea7fec3798abcb35f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4da2632fea643a834aac3fd63bc51fc6b0d768b869ac450e6779c9f36429a9fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:56ab8a9553f0c0202a47d858e234f2672098514dd647502405cac1f28d14196a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:abe530f4e865add435da2afd379a3a11a4d75c257c2468a09bc78f10256e0be9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:fe1397131aa0d447366fd627b12582ed647551ad3af13375f8c281ab73745f0a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0857a5a2cfb5c277bc2d2545fb19693f23285ccf6b75144da8fcd7225e1df1c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:43b36fb1f7ad271530f5ee9040cac4651a684e0e08de2ed90a2939b736b565ed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:7f86439496ba6573ee1d61b5f4d414dfbbf65a95526cdff54e45229f01785517_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8094138e4ed2267cc278a83a1586922c957142c9e5fcaec62db531c83b79566d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:309b1dd27ce0c7dc332c7141e576642db4aee6076ce50ccc2930e824f02ead2f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:35322e4580b0fec862223f76e0bd3c95ad0af31f3d4cdfd6423d3ec47d6e25c8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:699bc772c8a648f8be7d6a5c32d786d8f6484e584d918d68ef8a32cb1499663f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:779afd8e0fa21d022d7e75e7ba8da00cc7604db1adfbbea879bfb1d0f8c9c831_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:49e98d0193f7d7b4347043f0655d350a7a0c0d8c8b850d95abb57acd13dd8ac8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63e308cebeea85127f584610f59cdc9b228f01b9acb227f2f6eba7fcdc29b1fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:71f9b47dbd3985738259a6bc9a5bbdb240fd21284a194b47bb78538f8e870cac_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:9181583c88b3be23253c76e277f140c0a1532c1bff7d62cd0da1e14beba1aab4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:0f96581804dbadea29d9ef9a2a952753f5fdf295670ea0297622214e2a9b7d0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ae4714025025642ff5d9e250a4715b01d933487fa8bf4eaf82629ebd6d4c8702_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:cdb096f05b664fb542bb6eac3cce52c53da2e4bb636189bb53f737d3075615da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eb9908581f71dbe01d8553e494ef022417196408e9fdbd32f08fe1f5b9c9572c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:08725f7a384b4e72a173141cb35fb67293385ed72d973fc4d497f3c0f0dc626b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a322e3fc620e914088fb5669f1459a47140abdf027bd011d6ff4e5b3e6b909b9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b950e80fe164f86ddf624c80210308a634929ab8eb493496ef86bff1c5248fce_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bfc663a0ca81dedf849e89b91feb3fe0af97932fe8a8fc711d7ab85b6cbdcc84_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:13257447171d38e6e99c66faa476de6ff6ab934c285a0d1bf71fe94dbe583462_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:23fa493f397748092cd71c41b9d83d19fad6a5433b692bc644e30af790cf60da_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:28b1c9ee4102140998781ebef22f269316d8c2be2254c10b4d7151dffb0d37be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:be2175c2c6c9d882e44cf10aa85f1219573952473e893f67cc7085bf0a324407_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:61417bc1ddac0bc97c786b5807c2fa33eebc75f7cb186aaf9eef2151dbaf75a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:73956194247e000432a8c5f7b78255062c5ca967745ba2d97e680a06f698f518_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fbfa9ada74c4875985fc4bb8366d21eb5275a52953d44bc6bc740d48edeab5b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a545c9c2fbb36296286f684e02f9a5bc337b3c3fb9c83c608c988c88455f9bf4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:34a8a8a4a62b36b5e0eb061db3d56905c8dddfeb2e7a7135642f947ce6bd01ad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:41c2ea14036c2f8639cf0dd634e327841954eff4529743fcd10e8475546165d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a884f443877c7a3c0b32dc60a79e1bcbe89036549da7a8aa4608ee2ac6460765_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b28e8574a1d3b374ac4a61ea4f3c16eb70d9ba7385bf830c8698f4490f8fd3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:8e245c278c66405066cb31e9d48e97ad9cdb826511bdb1104807d26f896043a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:380e3045135a40d202f330002512a5c499d8d2079cc38e5c0bbd5a2312820dd3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5d06442daad2c126259fa5d594b53329e386f560b77a475ccb0cc37148644a5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5dc0ca56deaa237fb0bcddac8481b45d3ac81609b36c3b7bbb6cff8456899208_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:aa669084fb336f5d89d86cb58aca73b88d6bc4b6505eac2020664e0b6abfff6c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8cb392862e1835b610757e822332074ac459c593e9bd60fb6b6f6d0aebe577fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:987afa1aa902bb85d7c2d96f1637bcd19bf21eb832444c98d30171bbeb746751_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ad2f0cda09211f3e0aff615306168baf808e6fefbf1f039c3ae1a1fa7050a61e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:bcac50d10432ecdb8bfe2b465ba75889248ee8595f23c5243d023ac2a336f3b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3cf2d6f464e6a2fe5b4a8cf66690b3237aefef0c825a687a548f81336507cfb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9bd17213796576ce4d315986dc0b271011c37cd6e9ed75edff5ba80c3302fc26_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3205092b914bc1fe858b2ede7642227e04f35d06daec4848fdbbc0406fab4a03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a20ecaad93b15b869fb321c7503adcddfe1f0f5eb3f0f6427bd363234010853c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:57259db0550547f85684c19078b9af82b6318dca0c00ef8da27de8c8dc90e305_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:a95676fb6c1cc1b20cbb758a7c9fd34e82b3e114b81b5c17f47ef303feca3d51_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:49026487ee6722c3d438c05c1c181a36d14eca2f0d8debee48e4a02db0486145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ee65002c4934842ad86197a89e838997bb87a93ddc9de3423eb2af282a565c41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1bb56a1a194ba6f64edcdeae267fecec590c14c85431ba62ee8c6b5744da3a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bf72f3bbed57cebe1deb7690cd7fcb6d371e526630cb386d13180726736219c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:81afdbb2d9fe212af38a11b4d00ac952a306e13f91b23b2a081c0393173c5e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bf8d63c933996abf39eab9406b3061bee014d766a58f4e27a56413652d319a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:4a5021268b1ab163318270fc9ef07afa8a29f288c95ea69700c4bf46f88e85cd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ea443d9738e4428b6912b47f9c1d8d05b75cf8b137f0f9a76f852418b33b989e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:00148cec706fce87b240d38dcc91434f3c167052d5860d42ca9057e24c3f35eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:7996dc231961eb51daaceda9598b04e4bbe7d0e4019dccf5adec8a14d6f7e1a2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5c70298b919a36de41bf25d870bfa3da4013d36c6179db3eb6dd2e67dd20bff1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:a64777ab69af6f2b6cf4b78e5a00148e98353748946991c0a6da7eba76b442dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d4b6a07334845b2938c6d09556cea5e0477d13d4be6247bc9e3fede2e46aa3ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d5e665b41152b8363b4b15973a7b86365bb2c047366aa69bef7e1c499cf4fd3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:1a29c30f85b9bc858f0c70ca5ed79934494d92849f23baa6c7f26f67ea49c57e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:70f95a8b240afc604ee9af621fc3b63adaf80f593f3131e7ed51077ed2c77a1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4d217b45b97c9e01ba3d54d03270be07e9659b0d4313fc85999aa49fca560108_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:634f48a37ef03dee1cc0c0626c32aaebb8f9975b4640ac540f02910bdb3b165d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:00f06d1c70494444172d5630c33e1c93c333a880520bad3a810f96dc69cced15_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:01ac79392fa7a265608b75458534bafb6e5d350f2e8536bb9de48566c685841e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:12047af5271e61b4032c04c98df9ad54363d6beb13b36f49085307705677e345_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:37e5fa3bfc88e99fc78f2ced6cb4a99f5099942e40158dfa6940784c3d2ef95c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:54d10266c83c4d5fe91b013dac51538493ae4a4322c925e561c45316c73b1e2d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f799d506fc4087aac0eb4b2c2d6c8e511b598c6b3cdb1ba5ee470b787759fd8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:061d1b86afedd409ad4947a8ae59064f0fa92360cc82f640cf124776753ea3bc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9c7fef9c0e22e1721125d5b1312e509fada544e1d3d956338c3638aecea53dad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d3d951b736b910437255f3455b76357bfe0111c257f5a2d8dfe0f9abacf30fe0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f7feb8627754651663208ebb363a3e42e1767e16a65914148ce0507a77bfe795_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:23b0327190559517a3526d2500534542e9a397210cc6f663ac2b313aee902e92_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2911daa552328c8b01b19f91ad43ac54da18d343834c48ef35f12adff8077785_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:43960246dc7eb7bcef847c0d706bc6b0f0a407053a2cca7dfe27fce23c6d2af4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d05434d4552d2ffdd45d2fd44b1b2e2e8976a15f0f4ae59ce7dea73ca97dbcf8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1f7e808f97ad41f4c301736bdf2e06da73f2d0e3ef4ca838f0afd65273db7c8a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5553003527f078011d0c440f86c1480ff4e62b318e98ca2a4af97b42e5e186d5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:582a4e6fadda74e5c6c49b605b7967e9d6f25c84ab3de162c30931b1dcaee31b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6d54aaf9249113e5be1b6a87bf439ae778918533077a41ee9442396cda4d2642_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0b4378067622a7584c3be2e5e5d8748a564ae7672cc882bec0c1d6f4f4c28686_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2ba6c6b021db9b58614b1ceb9b736978b0e3396b04dda4518406b041448dd5cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7f7e406ef7b654a66bbcbbfa5326ceb1ddca4a0236cb60761a0ea48b919e8571_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fc403f7babe4eb16c770c80def94f34696b3a8ac55360b17c88edb11b9ae5a8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:473d595a495e4656de14b1b22456ef1ce2218fe39d02bf738990c0be4cdf5440_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6b3fc95809e8ab1be94de33cb375207b4302f93dbfd51f2a67228025c1e304fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7d0a9db460cb1d4c918f87a02979048f170f5e692e83cd517bb9b3271aa06dd2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7f1e2dcfd02a6a5fc56c6665979a8981f11144a5bcc6419feae3964b190583c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:775213a7b6d92d23694dbd1538727c84ad58c6b8a8b46587ff7bdeb7312acc05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a649eef7fa6148524b1f3aaf18ed6543f65ef91ad21358cb0af865401061622d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c593dda5f85469eb4ded8cb6c4738069d48a144823a070b83b58ba7772ba0e90_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ffdcf3c2b138b62cfc84d9916799812ad73fcba9c3416d7442f3686417c85932_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2e1e514d9f3cdf5f04ca924fa98d036988ab47259be5df67497931321634f730_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:32e93e986bbf92dd3a3e09f9c76bed29334b5cf794e18b843f81522ccf43697b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7bfa1c21aeb7971fa978d49455f4b5dcccd4ccc3de147ef47c32e9b74bcaf2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:dbb5abf21bed592282f09e30ba1387b084eb028bd931df5609c07fb8c09a0d75_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0606de7cca514d2b4ad9593d7f37950512741cd8f1597b1f83951aa7c8839268_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:116474d2dd37c159032b15ff856dffecad2ef0ab76298bc43f840bd0245ec78b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2e887b0da3269f28933bc5af839ea2df95b7aeca3993cb31b0a1c92e7043cce4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6029166a01da021523fc720ad70fc59f449684e577f9f5a36e0e759a39d0a28e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:849b8be9f7fc785a70451c1c0704501e2b449650acd23d450d145da1a760c166_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9c5d6a2d314e840600ca6bd1354c7dc6040fbdc216166418485d6edfedb27ce0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ba10e440e514662920d68ac025d5f3841786a393703fc2dc0ee21ff1d2490015_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bac1799b133fd829b35ac619a25a272301816494e83be5a251f78a50e7fb2f88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0469874ac135c41bb590ddbac02428775083221257b6904fa376335610c4acb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5823c8fa1f1409d6863dacda718e35b7afd2915befa21343dfcc68b6fef7a9ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b38d3723f2547dc5676460e3738420e243c6fdf7be77e54d18657efb9668c438_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e5a5e4c1a01ff3f5d694ca26dd248533fd463c85374c25ce1a9f4b7a60deafc1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:19f94467c811e10882e30eeef39b1266b83ee417974aaf62f75738d51811cbc4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:47487ff8d0cd813ab3354061caf319dec553b1cba9d5c1045de710b8a6d0c51d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b3a0104cb85f1a6965eee44fef58983637839a1f97ddccd737704ab41cda3a25_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e8c72b610288bdc44492ea0a5c2fd66cfb1673fc06f6bc66831fa84c96f86543_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1a9333d29d3561fe95488f3d80136d6b24b4a2e04472d37d34737fd1032a8856_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:705d146d458883660aa0b673a651d05d1d1ad73bafad91e84755118b82092ae7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b9265d767c8a6786f12dd4788377f1a316864863a32de4a4ec07ffc8b874aa00_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e3a7bfabcb96924059fb7906be97a0ebb1df35c6cad39a7968a6461df0cecb31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5c015e1a10e5f14e82e30ba41b1ae6a82cf5cb0bc631f5137d7637c44a3f5b8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:623bc4c74b05b46babba7da628809bac05b48d8c4055648e88f0db57c1bb0e07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9502a32446a8828e8a1887edcf49034e874ea0e32ab5fdb738ab89e77cb5a472_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ec7b6b83c8e934b66505e8051e183fbaac54e78abae5ae99077d4e5e163b4529_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1f15641123321a662f676a46a24f6c8066bba6e3730a3c0d0eca3ff8e548de23_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:85070876ada5cb86e8c585f3ac3114d548b189074723a13ec5d6fc6be25c9964_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a34e14a715bad1d324f9211d95c56ed387ae51b24b21ccf931c12f3f7b3dcbaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e12ce561e4cad13a5d08e8164060bb74a309f66047279a26dd727d34ed3dc16a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:67789c239f82fe3649ab8c0e13f920a788a3612d15a78fe5986a852bb2d11a0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:80d704ed310acc3015748815351da4b54fef2d8b74d7d4b03aabcf9fd7e60b38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bfbcd3f502bf336124261fbe51f19e7a4cb9e9132e07da62354699b30cf6ed24_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c1e371a0057014662b91736570bf25fb1211ead7402154a1149dfee9e55b994e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:175fd0386d9a4e064fa760f23ecfb45ac6ae3500e5a50acac0660d06e5b7ecb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3e9811dcf3c528ae6f5ff86659dee1a590c2b53f7af1a03204d06fc3dc628fcd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:68af6c6e7f51523ac223f4e25955cf3777f4ae5b601dcca7c6ec7e2dc0de0782_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:8f1b3ddbde3e33dbe01816bce0cce7d7bd196cc04affbe606fecfbd8ad7b8b17_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49699de68bf38c34edb696ebe4f9dc608756382a977f497f6713dbc7b6e1209e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49c32ab1927e0969508b906c14aafcbc64e6eff7680b9a10812eca4f17787921_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:86135a8f7d4aed36e7b2a571b431b29eeaac2bda02762eafda3e22a62a7a2d6d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f2dac4ffbee9d028b26e683b63a9f033ef8609907f6c498d42c447a306e75328_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2884bba195d4d635378b0d15efa54991a23f51bcf4efb1095b478f5cd9c34f46_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:d84853556ede64db5615eb4d826879c744f7ccbd92c51ecf392a686af854ec11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e05dd48fc4c26b5dd822ee58a2af27bccfd0ed28cc959a6fc05073cec6f7c9b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e202635a4a52be92b47960bd8ced28634111416b220cca5fa7f86373ecd1210a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ae36d953c8c7f73dd78d620f94a0335ff5fb84b16ce9d2dbadbdf3dc5d66f6d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:308c924c44c35b39c66b429a15a0343a47f7dfad62dceb76ea7acfc85e6bd973_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e132f6b0a6b4e2dc63561c1ebaa0bd9fc669a835b0c22b0d56599e3da870231_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5216d36dc483b1368a03e00dd9dadc7c75de2bc36ed98cd7ea2b089cbe23965e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4bc11f6ad7c3e9c99e708f7ef5a01b4faedc8eb5d2de5b0cbed502395958555f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4c04a50ca49fdc521da592b9c326e233763918fbfd6bc97e001e0e680ce24cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8ba4aabc0e1e36c3ffe66b55c67ab8c305f64aa6011f80060c5d95ce91180c5f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d259704d34b605abd3568bd4c988bf9e831d80554ec2d7a57e7c39a70daf0140_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:14c55985b9277766e54156139f0949d1e3e5f756ade34512a3d5ea3dfed2c544_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3231ec9c296798f11aec6a285b0a8f7c5cf220534d0525afa59c17ab2464abb0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d8767e4d0b2c8222748319f05483bcefe50388abc182a01f3ca9dae3c80dce44_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ebed5c3d8e112fc5086208b4b4c0aba054a0058f3fd08b71b129dc124fa00f99_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:26dccabde8cc0d1ad45160677fe240b3fc098acae82f6d095fad08b78330453b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a168025d531f20656997ae845a4930919d6805b7f9374c40f7835a93aaa46b27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e696a8bc54ef8a13800b2168a395d2cbb08678403beee2dc52c56d04cb235759_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ebc22890c7759ec9992b64dcb0e388881caeeae333a9a84a50dfeffe27e38b49_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:09319f1dcbe090d9677a43249810dfe5b3eb165aa3f8b473417e0913649b1556_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:46a37e99da18852f5512235589ee86dde0db6c09d76a49275a8004422b9ec303_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:535d1b713587008fe67eec103cceb54471f5263516f5420589cffe1dea02be93_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bc614ab102efc7dfaa47fef84c4783da26548491e4c43257bb606a06e8d155f0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:08cac9e30829765f182624de9e45e59b40884b8c39cde60528dd27afa57afe72_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:13724dc9eb7247844e450b59b8cf3af5e5f486e9558942836ab60f74b9943291_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3e1a80763f76f622b5ffcdb35bf2dc20ce1e9c06c4f5f6bf0ae06b04134733b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d077c79741fd0c481fa6e1aa2c479b8c5b380b1d1f163259777c8c50be257709_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5e82ef0b9ab6d4e3b7431a7611bc563f356385dd8927855e6090008685f1549a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:62ba53e306331c1b20cad27ec31cf59687218f4bd5908ed7e9034559ded04b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7664e74786778a96606757f1de215a4a9702d0c9f7cecba7bf8028884a7609ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7a967f88faccfc101b9388f8434d406acdfc85d7d682f9ec742d59eb31074fc6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0e05cd1eaa2b9c558d22892495f090b6b51a316dc56d85ae825b6fc44611b6db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:445fdec85c2510c8a45b2a830ead87136bbb80bb9244987b4d6ffa5858931926_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ccae4f8f443ba6806ea33105d7dc06002d58914626cb9ae57476b29193761b53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fc0becd36b6fad4911a5b8c9a4693320918f7f7e6336c2b11a76adcb6d1eec36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:652f8fc874b95a56393f14c2b56a63faa64c04f6646c1786d07eaa272a9acb9e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:94b9c011744629b1ff6f230e25f876f218ed59d55a941377797f77cdb7c03e1d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a178a796ca9d32ac59faa5eb9a6aea30f1aec65d88f89080f57ed519a7983f05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dc8a79297c73782f5005075332bcac58b051a07d2b35626323f9b69ee5f4d64e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:03d66c724cb647d4a613bb48c9df6e9ffaabb68c8af5a4ccae45365e32456470_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4b9510fdfb45d2561927843dbd7ed869e2f67d9636e59dfd0c3ee640d9fc601c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b3570e078bed53aa3e435443bffbd12a7b259f8dee9d18c0d79b55514a547b53_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fc8e892ccbd8d3c1e737fbaf8f02b5fa6bbbe242780c9cd00fbc5e6889d7baee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:266bd8400632ac70fc6584e4bb2850ebcee7027ff7899acbeca612c6556302a4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2c8f351447fffc2133f339c6ab3a0bcd9bdfafad4a4cb5b7dd2abc32c6056a92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b8d2783a76f514f9a4e8096434ac205e1d82d09da2d67fb930a1b5e4d8089e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:74fa72db679ef47f9a3e3459a90dfaeafcb6db73dfe15b8933767e2f9d19c448_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2b5964f6cb078aba05ada42f0c8280dfa39f9f80526932cc5d41410922e4e8ae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:480b27e9866ca8dfba83e1accd427d4f6813f4fb7f612854e32bdffc10d7d5b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:91c7fa7b70f2cc82b26ac16f91ea084e15a4f5dc64f254ed878c25dd1170c0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:edc297cdb2f670aebc1d3561d801840ad029e8777ce45724066e6891aabd60fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:443e0dd81ae60896d31f07ab49611c5e0629746824df094ce28cdd3cb0ae1d58_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9b16561ca87196e3dd9330184f7abf25e97272e3c47d2e8d594e3095e74f815b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9ff62f63d487e25a750bad29314955effd17152bfc534ff698963760a2615b0a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ab506c549b676ad9d8dd179e2ba871a12f2096ca2601ea2a1f2605ccb849dc6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:08758e6b81d6679b095a8e7fa323870eab35fefc05e525c6ef810b6cc0b3c0fd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:af87d24f6540e5c98def879ec4ea8adeb5b138e41abc126b2c3030c5847fd0b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c5e9e59a08d8940e99da6bc568269eaf71ea8db62dbff86a7f6fb5dae861e323_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f5122187c85ef27f5423ada009d800afa4800e32ad1ea3299586fe64cae8e38d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3c5078d135089e1548b4dec49b7e78658279e42a72792a988447662534b6516e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:56158ce0af0c0eb9709b2d1a172201bc795ed6e5075517b6919ed1302399d6f3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6720c8097a398327f18a5c84c28f6b58aeee017199c2649649a1f159b8365838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:89295652b447f42c6a0d6e1299f63b04016f10ec8faf6372357294a14472e426_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2baa85e44cc4ac6cb825103508c5bd74e348609eaf53ed42c6d0e045dfa62772_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:61283f1fff1f8ec53563012a5b1fb5a48831f0a220d3676b512f5a60b331e849_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ba258012c0832c57b29785be805be44f0b5f8eccaf76d82d7493946806eafe5f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cf3bee6414a87e7f907d30047ded274c488239af5b1f43ed717ac2cede29df86_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:40854e0833b6cdfedcf275cf716e58f3cbc5c44be313fb83ca3e909bd80d0b08_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4d6a10dcda92c599f52977c71208222d166168b29da4eb4727c466e7eb53cdd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7be4c5ff86b0e939ee9f22156812fb98d2f96c1eb4567ca8a6a01ea3aa735dcb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:83bdc9fa5d3893a973794dd7162bf9564ecf68ce44814349a621cbc284b9e61c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:993ba8c1dd84e486fc4084a7786934c356a9b12ae86155134fd1a1dc1e5e3f2f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a64dfd96d3aacabc8f219d19e6d7eb0c1ac5b68b49eb93fcc973d76e67ef1d34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:ce306e2cdafabbaa29467e0cdbf316673d17180efb604e683a7fd1ed7181c6f9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e6748814d950e6f5e370dec9cb7d557fbb0d29ad3620b567840770be826a601e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:04d418560f90c35b42be67886632615d62dc89cd37fcccb6e247212b535fbb7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:40eaefc42c0f0b5adeb47bcd463c2e2a45e7f3af1c0fa4cb3fde9c5479660c4f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:545bc2a7b32276bec515f338aea3a2976c01cc787a559986646aa6fa26ad5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5a2653ccd5dc3f59a228ee8b936460575e1a392d12287661b1dc83a9f8210033_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:12e5e4ea4d19c4dcccb35dba161fdba8a703ba6331b11054e4664818737746a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:180e817b55ebfd081fd0305f63b3e0539fe8d13d1ceb8428ea21e213779fd056_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:92e8693b9f6955f9862c8b576f5e32bffc3bc34232511fae0cbe57d705bfc53b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e5b5d4750a3ffe24b1196255d4cfe15b21efd587a41736307ca8e4e61a4936fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2ca8a85fb07b431d97ca6a3e3c18f1cfaa20883c7076d6b5b4e6942b632f9aaa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:559af5a310f0923dcb4ef9389c51c98604cf44642a13e8ccb46225b4ca268580_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ae056c9c8e0cdc6519ac1a9542781cd54ac2ac8881f513e965b57ce7d1e5ef2b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:deb92b50d5948bae13db37a7046d9b212dbfd3ddb1063ff8a5e5467f0cab203c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0c4f3cf84115f8c9b9bed6b2dd5d52316eb3a9e670fe6b9e28c2dbc350392e87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1142ce3f8a3c1c2a1c7dba79ac2c3b276a45fc6271ad9df9e6a5d8684c36da2a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d9f2c021c17f1416e01ba31a8823b7a87724fd96d7ec99d494981842b5d452b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f3aabf75e838b4a941f64a7a322768729059346d7578ecf5fe7ce27a71876fca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6389373ccb2fbe1b6385ea21dac1c0ca918bf9d3889ad7a738de6be5d7ec4272_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6449fee9a31acc582bb85e0031312e3ff07d1f1843a1c6c410eb79cbbec1ceb4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:751f007afae9f16527e9039aa95c2ee6efd2ee20afe3c083ba7298493d2406f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:afc11a340e28d4100c31646b705e8db302f6b0a96ad3620e07391f02a70438f1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0673d2034e7e5fb412a171939379da14e9269dad7bb53e83be7ecf8233b0b5a1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:18f0345811215feda18d2b63f679ee870e76b33e9f61042d93edcf36fe97df95_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a2d247eb696c80e02bc8c1873e8ee0fb71a1e5ad6cf5cd84bdf504f4fe17cb10_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c342b14ff399c961ce05c1af127244b950b8e9d641ce8752f9d0f880ad7a672b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3d9fbc97d13987f28ca76b3e238b540492eddef0f302c2dd958c1b0d05e10941_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:47682d4e934d597aaa1e809011a69afe93936fc629ad3dd1ed76dc7b073f7ee2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4e8d3460e04e85a3e01a578d492499376787c85f2840c97821f11213862239df_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d7b99cad55a1e1d380d30d0d4a61bc5f0cbf3a87223efada3e69bd9b0741d3b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4849bfa8a48c7e7d264fc6ea9097fa9d33da25f75776619976e3204b42026cc8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d7c3f5ce57c0aa25e13ba9484facd75c5a1dc3caaf9be4d0f273243e7ace327_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:78aef6c20ab3bf78eeb8b8a857ca2a24067d45cea0a070c44d3fcedc00d4efbe_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7f33515dbca04230d98550ab638efa87389629fc7d913c8ec42e4b5bf8a772f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0251068577a1724dc777683dd189468ed77413b396614a117dac6b4320b8f01d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8812fd85c74fd67a95afe09c2ce5e7d592eec1e25fdc6fa331a8bd41bdde0cc6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:89e0a7e0fe060abb45a6f8e6ed1906053c09f95c252ca7813175903db61fbc99_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c3674a8f28935f3140fad744b5a178a8346a9a7f79f6c281561d2877b38c4ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:13bc0d4f7d4508fafca5a3bc61b6449a056e277da131e753c06cbc1bb7781b27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:993a2a0b3f84e071560f6fc1a3ac243fa745ae9a7ab15febbe1385437dbd3ad8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:80fc518199cd3a1ad421b142661f0a85679b12b69d0afe580fe60eb6a13ddad4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f069665c66c19d9775b70a31aa7a1069bc653691f6abf106a88b2ceb8c0e1ec6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:13ef0c0585b01c56b865e029d029a553b458fd2d3d0204eb6dfba1bcaa11ac3c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:599d33b55e88212202b15f4344f7a18dee4f4504b3739d6ec99414d05bcde2b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a751f1f0540505bea087d3ea9e6ba798e89d5deb772cf8e401caeb3816a563_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4c26bc366b267d444f448a4d7bd5a0d26f84bea653c14b261a829669d888cf88_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8b67087a584a2d952a6e80572686412cc8ea01f03ec8d70b56cb8a24a0c5a3c0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ac1123e890f0aee159c9105e26e1f1ed3ba5eb3ea66b422b281c3e9465401c5c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0dac7821ce2a3a5a180f53f381d9e61484cd8c5efab3c9a7dcc70b5783421b64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6b30b39205367ec985c4a9d948e71d378b9483689c3ea179cd0f2476b9bfaa1c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:de903677bccf645889ff7968ebbc052b14273329c0765f7faa53b0ca815d6899_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f8392be7a6f5223930d53ed6d127faf727489b8f5ebbbda6b6b437c529e3c812_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:02ac68c83db9dc50cf6280a418eed9261dd2182bbf51d16fd143519e49960b17_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3746261c5d4744b13d4704c822fd62ce1f486010176fdb3bf95512c72eece73f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:85e34da00bd6d290c04d8eac32f39db59b5f50fceee9b248b2cbe27bcf0e7e5a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c343b119edf863e179df865ccde0b665b87087d78b20919aa5726d8fd240b344_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2026fc52aab5a6d7766511080699112f32ae4576108ff95b0eefc5d807a14f25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:21b5298172f4de1e0074c4abf5e4abf27e8adc02bbf7ee49bd3388f7127d4901_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:42f8af9bf66ea72846b7f7e57652725c31b01fc4a8d39ff7e7882075438c521f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9c5711087546b1ba7cefab267b8aa30b54ecde5926f009518cf0db974ff84c3d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:373c4b7507a978e3dd62e9ea629d1e397b1f1db682e11ada1bfe5a0b45afc782_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3be306649df2fa3cc9f30e60ed5d947fb0678b0231b617eafd3b1593d10feec5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5b01a896101a5189740f84cb1a83edefdb0dc00288dde725ddd0e95480f8e1c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:961dd87e559779e6338a4d3d35c96c0ce6ff7cb9634ce32d4bf848032f4a2fb7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8799db20cca7be653bae6b8ac5adc1d628094eababe740beb5dbc27e05346872_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a36c2b308515a293cbcf265af68ecebf498739e74ef11016d5c0edd3cf47c4e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b86631d6601578548af20a28d132a0503fe118f53d7596a5632ed24ec5a9931f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e867bd8b76b5bc1438a7be88a30fa7707edbb1909920a1d4d1d0da0ddbebdb40_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:313074950c6dec37d29a9722b58ddc951aaf67c27b47568039f29f02f2523128_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:43618db20e6f592602096897bc89eaf3c58490a362e91e3299e20bb2a02827d9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:705f4db2e969d23205de87db1bd7dc8eb1ade64a76940fad950fd1a214dde6e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d2d5ee5893ae16784051d9526c1feeee3c641fc3e6f337ba807744551c00ffa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6ae5cfd48e788096162bc4517f0466bf526f16c84bb61072886a64842856c5b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8004e7284c63cc32a05f6de732791416d57d62db041ede2829d4797139094292_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8137c3932f344ce587769bff04355ad405b6ff27009bf23a221ba52f3da56e1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ef15235cf21f0fbfea74089f75471b483a98c920b65676bb6199c155fb61e929_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:149cca2af3f89c7d1e105de81bbd098c66be5687f18a584b644f21d0be20f414_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:33fc93d5cd30760383da666e8effb6ed32f4c8f2668da36677e98c1801ef4f5c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f9c1ee7f72c926c45cd76c12046b867d9efd7c3c381f34afeeb9b6e97751175b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fcfbae71f81307789bec93987c4523700c191a66663ce53e4009c5e0a8627826_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:04fe8c19bee4b629ee7f18a13dc0b7f49d6a4b6e19d204de90b6b2240b0f875e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5c9662139f98817aafe153a43f700399781d079390d5ad23d3b70fd6ac5d370f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d1147830f896fd229aadd2b766fbb4c8102b35a8edd4d8bbeef4928d89cdbbfa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:dfd0cdc29bca0a2239ef203fe7b58efd97ed4e72daed6609e22b20babda395fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5a9889308bcd1c3981072c83d44206d0c3feff059e0a2029d49adcb974674c95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7a715c7e2a8f54ccee42abf122b0028ed19705f401248d8c38f785d960f1b116_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a67de487534d03cdfc180af9d235edb21c5cb71e1224bb5041fcf2b9a428732f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:b3780d23a2c384ecef73c806cb20d7f97bcd11c12b6392c781c0deb7ceb55df8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:48b5d06ac4b35c2a7bca3ba2abc39e3af1eaf4ecb19c720d9b6e46b066318414_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a6d7d7df9078e9d1cb0f12f9ceac12c96bf2cea03a9085b23c3e4af6a456b51d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b757d11e5dc51a5822d9e30e97ac142cf004fffce87ba2e58b8d62926127664a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e61ed19beaf8352dcfd4b9478335a364263cb9839f27140a634a217d87d331e5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93baf08acbc6875eb2b665a9ef3601ca34b76767cd70a172dac7237f21b6958c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a5f2c2debb51b8aa926ede417cf9fa0e4ebaac4f5bf9e770db55a25902a4a3b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:dc97d5c1aa80515080b2b4d16fb08ee4733a9347eebc8427f10b7e70582464ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cc1559af0d7be472ae46be4552fb41e81ad804d73d1444b92cae4485118c6773_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cfd5513afd8b2b5e22d5e384a7f769f9c04709d853feb2f91ef667d804cf9a7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:febf2fb95748ed0c440e6acb72c40d609ae7587b2665cfd7145c878a2a0b5783_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1728f980f3ebba7e48bc0e8cad114db1e0c06f692638764e30ab990f45c637af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:41508513986b369c2f89c64af84b3980b16bd2432130fb122d8c1346f0602894_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:650f08f62aeea4bc954e69ed88a9f2f14d3c8f733c155d113c0c58b7154fec4b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:016fc7e804acce7a8b8df0a02bec320c32f9ce6224ae67598a63992219a77516_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:081f9cfabc57aaf4d19df8b496613d8aff54ceb265634c904ec7765c810b4553_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6da3ef092cde7fbaeee01c5d6bb0ca5d52af3ed8de458ecd3001bb96262c1ab4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:035d07364444ea963d64515420fa4005adf82c44b575555a074149f67db50567_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4e09fb0bd709d53a0abc6326905cc43ee36e6e4ec5e20108efd1ffe585b1f2de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:53a5f81aefcdd57ba33c57c02941803a072ef3f1b8467baa3c53c7e073a9ea96_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:cb3d2ccb57987217c75079a9c10f230f6a7de9ba3b0fbd87d8d3d5c71f8c94b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3472a8147e06452751999ae2d041063907f275ecf429dcdcfdce88c8a19a17da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:61155741778188324e0616274f067ec36723d0fb81d84e9715f72ffecfbc92ca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:adfe8cb84a5f0a241fe69ec532b7092a10cc274cc3aac2b86f33ac8e725ab2d8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e704c70226ec4986c16166ba1ca54b908d1b6d9ddd47640bd5ab6d292f977508_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1d63a1d7ba183c49c69a6ffe5a4584de5282029b0b2c2f3484b4f4431e2ce954_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:441db8762a583090cf4325377b0ee75838452a601732bccf4dbc57f26f6a1a90_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c5c52612378ce1f2577314e5723642237c9a361506c448ca80d2a0b56666a1f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3b9843a117d6a6ae28222951e1a556d3888ceab2ff75a082a06343c8030a5ed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:236fa2dfd935db687e786cf827d88210c2f586d2d1a93e610861995908bf2587_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:647704923828c83c6ed3810e3c4d7456fcbe378516dabfac30f203a3bd3634b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7638d755fde7fe6d3c004a6f0f7c761a9fdb75a3541f19a792c3cf8e8bf473d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d2eaa5b8ad9464732265b84128b5280d725feabb2d4b4cef0178a317add66c39_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b659f5c6da6f73bcf8b2850f0172358816bd68fca721b65a9a70569a94bc90d7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cc867d49602a6ada5de7a783136b6463c4d9adee9877ae1966c016a08ee8e87a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:6fa614240bbc1932f65f8cc9215d2baccc05dd1cd5586fd308c44d8a94447a45_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e85e957fc16a36b5964613a99fec1e7299db9bc63edd86ef965d879a081b64bc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:14b02010250fe10ca57b2dfe1046641aeac31f92e5691c067b3990383967f0a6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b6b13d29b1cb9c9bcf97f2daa289669bbd9ea501430e51652bca3d50f787f23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a8ab293c4f3c6bc251bc91466b7586e5499b6e198cff46e50f6a65d97df60f7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c5d781c35cda14ab70d4a5bde3bf72df0a3956f5cb159645e5337095bb71c5ca_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fadba956181755cedd19d3d5b5ee3da0222daa1dc609b629c900a0052a4cbd8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:2719589f19df23634ec3f6b578f3fd2e827440675b72a69b89c9d78b1310f98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e1fe563643282c027ea829274a1945458cdc5d079bf2a2b7b0a9982a5cc3720e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:28d64f60c216f77e3e006012a403671463b9dd90095e19ff2dd027def6abb511_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6d681aac67e08e2ecca32415dddeb47df6191a99f7a8d7bc3bf1697c6a26c1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0d31a90914ea716508caf180e30fb682cdd8066da7a0a31752be9d86ec9c777c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3ef5a3798abfd3d9ec1b6ebabf3ceb32fa4057072b2670793ca119f556c0897f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e2c62e4b87e0536d15ed8b4f2905930a750f770d5c6d0168de6291d92c51f9a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ef5f4d7e3c872acbc4ee48bc91b5835dfef66a698287a95836344c1587ccca69_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f5f049eb01192eaca548f3585845ed6a530934d2eaeb422fc78b657cabb1f57_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:740b0d9392c76e433ebb7762e57f156a0e2ea1db37ddaed2c5b8044ca092a357_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:da9ebcef147e8d9e84848454fe2b8e259bb549bf0de88ee960fb48f6c8051060_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e8f942ece24d15ce0c4a31f731f2060b6e3874a2f486b2dd255c773fb1a55f46_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1b4fa4d6ee3081f39e54b4f910100d210da682dbb0f308f08107ac44e7338d3b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:571a51e1eca0f31f273be8cff7ff115bdf192e14f5d510705ab7ed423fd5d9e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6dc96b2e8156e7e42f758cc28302a2e94e8b3888970d03a780b1732375e728fe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b91654b9aaa85e13d262d21b949b1a96b386f202524c2e8d52ecb66c279eca8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a677804e422590551f82a17e61f64bc03d5a8a42a695e7ae8d9de5dc086924d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:fb7f225a9221506e6295f7efdcf44adc33e5b971c470b5835b0ca3c42ee1942c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:107c9dcda9632516721c41af941362ccc316d25661bfb13a7c4dcfc2ea4e1c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e75d33740c576321707835258793fe2fd257682099348a2a067806e764e1560d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3ed82adddc3da003bdb272e2a5df0317abe41512179cba925f65fb5d8f7c2eb3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c16e4af4e9a79ac2f1fa632b20e98befa9aa2953ef241af186edd226e39150e3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7b6c16881c71569dbada90e320379c2159ead0b0ed2fa2113e065b361bdf2413_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9533dc6817f01e377ea2ff7e3aa4447d20ab5d016d9145b97e0cb9e758c9a8ff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1285e63d6cefc0454a400b20a6e404537a8d57e5fb9b5d7ff1a75b61555622fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2ea17afe64ff273c9208892a59773c1dca248367c849e805dc78cda228aba29f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5f33ae81c766b0b7d9c8411dc4f6a0adf760221ed0493a99f1bea5dddb5de41b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9de0bd8cb41c5324718c8d8f275c612c0bfd13b322225455a1142dc76bff0a01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:2fee175122b1e3f74cd8976af1515c869d096da0bc4f5e9024b31a64cf88896a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9ca16ca048f3de4a5d9e6b6a38b55bf0b4a994bf7f7ccbda8c50c02bfd59c871_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c42a4deb157c31f6fb871bceb8c4401f44ffb490404591ae36110511f933f72e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f6d5c31b12c8a1a1e8316f258ccd254bf6bb8e49ae8a175eefcdf0bfc5c6047c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:204e84b23aa1edaf66f10a49432115ecb4c3e8fa34472a909e1c9a7a0c3f3947_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:37f226136e439a1b37fab44e06ff30eb22b1ba8f12eca9e85f59936c3d58acd1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3e385fec20235fd68320dd564c68770d91c5c08a864e3de41f3800937d730334_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:878a0a7473a69442dffd7c19132d74b29ecf765e3499d29f8da7b1de2ff6f439_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2b51546e56d1893aaa1b68c4e6ebb5479614d0402e840c8c850702ffb198036b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3aac893d87e5c39ae1672eb5ad48a0b9d02b49888fab57f8662e6dbb3897b660_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c5bddc80f0ba0e391b336de8ead2442d0dff227fdb8aef1874bc3db3101f7048_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:dca0c7b1c7ec76232b3d5ddd15c8716e04a8384f0a816217dec544d667ad2e69_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2551dc2ab6fddb6edfefc185f7b6d73ea366ddaae4e2f79d554f0afb79aa54bf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3cc6eb31325b1f9c9a2163c570ae1c3d4da7e7dcb0d761a0fa775b66fda9dcf5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:569965f29f668f02a342c0c7b4804bdc92354610e9368ba42a3ea5cc3172f532_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c4b2b0855c4ba25e150de01e54f0a84bb4c6c220b348945742bc0c18cc6d7dbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:01b6587f8b9ee398d34ed3330bf0bdbf2dd01c2fe475ed4d44c547401d1dbd5a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0fb7ce17c762a70aa16ca9f7f35e41d85997bb2bb22b81986321d29634ce9b3e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:60c4fd0dcbc1ed92bee7dedce7879893a23c9e4a6181e5e6d6a8f04880f377eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8925d5826cca515b7f7c05558406b3688a14963ddefa80f5b44500fe12dfb1dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:3d914112ad75b59b03d5653cea40a25d92af415ef52dd10aa7394465e6bab92b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:f8d52c53ca49b3f9847d2e568779801321307e329f802aa9456cd0dab7625232_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d29e5c26f37fc8212f2ff15cdac470982494be155f85e3c310b0c958b943f7f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:fc7a6712a6fe86a47b5a745e06a0c6d164779eb198f284fd0996847b025e53c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:32bf2e7aad1dd9ff5100500c294e343af0dae3d392eed27a1c0305198734261f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:54b4afd46c87b2cc839aa7d8b8ae232aaffe0f39846a6edf9d0d3228adbd7a29_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba41cc4ad0ea8dc731838e00dae166209a3e06d104e5cf11491639f82290eca6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a9395f57a9adc721c6e43e578957e21c8b9f18defbecdf91dc49d11044aeeeef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ba077da5ec7f147b51f0ee4432082aed3b7a3a541729913bc2ed821688723e99_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb48a38cb5d06b67ecfb4777c44d44f3e32a996397450e30f40e7ec3e340a56a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:deb40607f193ff4e36c684ce74167e67a7e96187f1a44a1f0f20f36572005843_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7dc856fddd561c1d29112b0b8d4dc39dc7503974a9ff563612e6998bdba4b71e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a3e01913986169c592bb770fc49e3875d46031b5788f983ddcd52938f9ef7a49_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c3481c6f76c644c017392c092dcbbb25a288acd14a9f01e20afd0d2d35e16d32_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cc440be9f6b3c5e22186b6d53a428a8220201ddaa79be39e19cc31a8fbd7b221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:12d7ec468f9634a53d053f3af7957c5162d92595fc3385b26b08acb22b7935c1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:49f08b645fc28af342483d9efaf2f607c9c2a6b491b477cdcf2985c44aa3e894_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d32cde1eedbd0c110bc10836025cee78421ec16d2924d30f5e6265591a9ec716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:df885dc6da20faf1903dbdac693889d9882722e8b67bebe35f624c11e4616262_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:16c8b8c6aee6f6a06367ca5bfe2be8fb85a05c3f18a819683f49d1a8c73941ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:376659c608333e76b0b48fcdc69ff17643284fd22fdef6c6998f07be54c1cf91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7359a62beac2d501d629e6768f1767861fdedc0d05f53a4424a2abdb3dbb6a8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c71d05c245bf1a4955f46c785d7264985e1f904de2a19972f7ce6209a3be0e4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:06ab376096238d4e04c9ab713d83d3cab5db769b5af1fd1c57ef2ceceec6ef61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2c80889bfaff670acbf859db3624951cda96d4ee8cb1560806ca4215e8c6c04b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:627c6b73224c3e37181a19cb598ef9a425cddc1d17d97b6c23388ec1345f6a88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d5d338daef4ae436780be192907d28a26785021d97865d8a95db9065734061f0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8e59a286a05743844dd1333770197161698788e0db4faf8e00cac6b2fb9a638e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9029d8ef1e4455dbc1910078afea1141f92a5c4d2c298ce1d9e4319209b55246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:da4ff38c7a1fd5adddbc0b0d3defbbd580197680b22648e2ab803c90c4a8c9f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f6c44d76a715e0ca38fa5e2becad93a2bf3a41fd8f181846e7aba81b0c579691_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:167937ed04f625a9cd2d0b8ed6048a5cb7b6d435bc2d41775d7db4dcdb5fae95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:176feea3131aada18df5da44af30a127f4dff392ce8ef57f7e0844969ec95923_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:17afd4ebbc2a5233681d4cc1774fcd70dc932bc10006235b11de8dcce826c2ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d3a98e507691edec50373d79ce9df48a71cb6a19a75c9276d0c5905d4f204b39_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1b6c3977b4835b0cd5399523dd437c230b992b77a0e7352b095d008be96fcdab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:54d79643f3a191710d1362d665b5c838130f3e51aecf1e27a2cdf66e98a3cb8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b8692d27a4799d20ce1a8374ba99f55732bb7db56cdf8f5b038424a086db614_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d196f02212da5e80ac5a73931316d38e9def9aeecdadeaf07aec685e661f9f98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:11c2a1966b0632e85caebc4555e3e2f726277175b27a63a5e854557499e0c28e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7e649963b5c1e2a7e8813569368eaf0ded5e544799d561622d469b03b9d93937_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a23fa7969c6a881648ba03ed1a13692c5db21b79f0608d841291ea9118548ed7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:af57ee131bc09ce55ecb3ae13ed7dc3ce9607a7438f0ac5a6e64bbfa000546db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:3a7644c1ac089cabd142fc1743b47302eae8528b13d1b038298f2f57cf746326_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4b5ee426703ecb55bf537731c39c69ab7f86316544cfc472ee77fbef7e5680a8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4cb60d36cc3b34b4b1496b74b9b2e68ff152a71d7f957b356311ea811bf05573_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f3f64bd2f70faa654f7134d803efdc032df63fd4ef07c97abd38fc41e625b48d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1b75d96a4cdcc3a37848c5edfe598cb1d99bb3b0707db5e3f62478320eb90f9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:876fd001172d5151ef99c02826f834ee4db4623b00699a8fb30d6a456a7a8687_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ba8fddfcfe0004287ce58db40c1092f2090b3bbb0810c277066aa2d97799f8b9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:bd9982e951fdc7259571b6d5983ea2cc44402cbea411ae9a6b135692bf5939b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a7a8d4d8adfd98d3a6e3d37644b33966f2c34ff1e553fbb5140ab9a15563e821_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b26a5a47cde227edb5e7f6e51247a6cd91e13484f6b5f7dc19b62f83b7478361_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ccdd76d6734e3a3cfaa1e432c1508c097478e842fd436672e57ef2563d817e4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:fee8f3b24b431ac2a5d4fa3d96c90c5e1aa68c08ee8ae9963fee457c98795197_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0e559f5e780f3849e73d7246176059360631d8c4a7db1700f6ba1b6a9e6ae089_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1a376560672f81b7596417591491e71d065e90672ff6ef5d37ed0785e9baab16_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:350a0360dfdc31eccadb0e8b9397d5a3436bb509999034b60e611428eb006cc4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f8b68ae48350a5aa9bdf47a36efbf661190d497ab5a139027a2bf4579d21e095_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5fbe979b3d448e36fac9615ccd96f8583b0d587d46f6b1b3749e85938cb2e510_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8d45dfe709ac701d6eb800b081947d39a855f65c756f31ae47b75be9fec0c260_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ea4fa6caaa81f207f2372c6179c3698e225658387549ba567c232170cacf8570_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8fb972b411085b4551e10adbd419e3cb89754ee5300222cc4fce27cc349513f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:066d438bdfa1626aaa7a0ee5d2e3222724f2f0cf5bc9a189b67fd5358a0a48c0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:747c142608d6f43952d315d7858f57edbd2d9de2d255938dde311ea580a329af_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b2ee2d0e9906ef1581677bd239073c09f93e5b720501e9001926dfe7db34839e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:bf0b42c5e7e51129966a4744bb253b7c336bb88b1f1a562e481f7eeff5428136_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:3e9309d53caaafc9b145f6b7fbbb8879c9f018ef226afe101f6dc7ab02b67856_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:3a558e248efdf5d3111b7d61e8bd471682e7038bd34c4490f8ba69b91b44f36d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1b0981e2ee13869663087d6504e0c0af6f2c56d2ebf81d72b4b7c751bbf6e500_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8073e0be1f7f7523880b30946f1b6868274c070acb97d9da2f5c486db99ea18d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8980be22bddace1adb383fc356975fbf0af9ac8a20bdc95b3303a80fbe296f3d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f4293de50825a003a825306a45612531dafce45b72a91cf4dd455d596a0c60ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5bc26795163f03947b3f42a5c8cc52b7fd6eb713a0fa5a1558bfe834c21edc0c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:7f29c85842a34554f06db311ef67ec08d1d947d32b4363d1153d92c8d13c3214_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:92857eb171128909119700c431920f543cbfc89cd06aa98db816a2fcaab321da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e931e3fe478f8f905855b4516e1ed9b33a161536c447025cd14dd68778c40fa0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:338034a3ce7dff3efafd00fa35b858c23c2ab284f743df414c6cdae455f8801a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f12584b95171f442bb3661c908ee43de70d0400c6273eb4e93325a5f3f167b54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f37f6568957ab825b08c2ce8fc6b32ad18f5b7bee50b24b1804e70cdb144e5f4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f949249e3847338ce4ae9b94b0d191edd3f316d471f0a9047f97e41e41b7554c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:407286c96b6e9d0ee4e8abec2b06a5dad70fc69820a00deae47cbf3fcdc65a40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:52294a05713b24485ce6d7d1b867081da2f01dc008b9cd052bf8c4c37839f581_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6693dff44dcfb7e6fe67f5373bb73d84cf401d20640c959375f20a24d31aa697_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f65918214ce906cb5af9a59ece43a36870989c579ac1660a2a58f9536a79d9f9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2ec7076ed08f4ce7a61f95083155b5315acb6004ea4245c70be2763eb0ce9f4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5a539e39b3aaf61d63f391b6960cdc5746cbb4b0fc07b85a98969f5c9cbcca4e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:93505b057575ff9292e2e96903238708b940a23953a79cf8742c880f1fbc743a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:be43f0ee18b6d56d81a09871c4a30dc2245ba60cf17ff0f1aad10e117f40aac8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3923e99d803b6dd5bfd2fc957101bef6dd86ba8f6de9e59a849e4c7a02d57e0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8253bfec4409c9a02be72d7e8d87fe5f4f81c1bc58a294f02dd570debc4f1128_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:851fd20edf32778383c81e3c5b935ec5607a05f8fc569f64e31875b8bbe81d6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d06d41126ced4841fae74d0437b18e9f1699d285158fb8725a8768a6e9065b79_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4375e44dccb08eb4ecf461f4e8e7e97d617ab5b1c968beb481d5795e6bbf0229_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:75140fa657674afc46d698aea19115a9f60c7765ffff6a0c4ae5ac166c725597_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c1a31ef64ecdd90020d72f323a242b551a6a4a85a4dae309e19f5d8f12d77b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c3b1ed110f6b17263484b7fde65642eb349162b206c0b9a2f463bf5eb13273c3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1369aaf62d9d273eef766c42f7015d56152f6b8effc50dc06d75b1bab38a20a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:47402101d62f418c0f6b8e3c6e2367a8c84f5151a0204f326bf1fdbe983c603d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b519e10d4cb8fd9ad126a36fb864d2f29f7df218ffa1b3b5f222e0befafbe360_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d70f848ab6450690b8329ae367ff2e5a3a5b295c073028dff7cf810104c5be5f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8f8c882873232fd9a00adc69e199f1b4acacffcdbc282280ebb61dfb1e61b875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9fe79073bdf1745b388fe52bee661394f96ba5c0af585ed8ab4a61724e324777_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b2b91287350dfb474763ca5d332c4765af0c1ff2d7be722e23ea93970add2687_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:bb5f4abfd26a9446eb2f4cb1355bda840ed1006a6233373434378abaf0e617b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:07ff9687205eee39d9ca211c0bb0c6b1618848e9e74bfbbe793aca67de73fa88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0ba94d11051416a116cdf516dab74d530a584fe7c4bb1e8d3deb3bde2214e459_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0fe87955631062bc7ce78891b9eb056f899308f8cb8101b3a44f889c1f0c0654_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:786de5dd308c9fa6643aabecea0bc666a9ede6fd2a5ce1cb0d511eac2a19596a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:719989a197c3bb8b8af09e95af49125cd28014fa74c7969f3f3b939223a6743b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:743119e024a9aacd8bd4bf45ab9c14e684ddbe2307d8f965e972ace243f128b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:76c523fa10e222690941abc8c5564efee1ec4d309a7d023480b6000a545d655d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a13cc82f7b2053435d5268416686ae2ba89e37b6561e49c7ac395cf3359ca2b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:98aa0e651302bb73569a0578e6c11a1691eafb5b0aa28dadd714a7b44b498f8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:9fdce4b5198ae740daa858432221625391f7283bad587e1ebc1220e7b0b4fa28_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b072bc3bdd61164b8076f2799e705ed8e34281b2cdf24d9cf08deb8e697de2a3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:fef5253a6623c30368e9e7e271501adcd9432b96473cf8278a7b81140d287de0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4eecd436b35c9b25eca6975ca9e938c2256fcfeead67e1ff4159d7e36122122c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7e11ca9795aea60b3f0853ffef0fdbf922f4863edd96c50fa85110f36bccced2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c95f8bcd0835611bb90983e96e3b780ccb65bd2bdc7f7554432ea971eac8095b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e497c1834c97590a0c388b58dc823cdff79ab6befd5f2a9bf494b3acc3181eb6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3a7af87b46058334b97531a4b1b5cd5be47e2ade8d74497429529bf0a489b275_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:97313aa4f1c1c9aa51c77a153d0f0eb35cab9711b7f1465b82a636ea44e849ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:ba0927ffd76ad6689b808e734038678c91854ca3d0630613094824549f8a150d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cd8feb684b9c70a4ffd7077e19812273f333174a70f7c2b63d57d140d8002382_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0c8bfd6ea4d0729e0ffffac9811b5db2ecf5c40e68ef048ab104f161d2689b74_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4dc7e3242cdcd1d3c1ea5930da7d4e027383149373cb6af0551ed2572eaea0b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b78827903e5c338d67a4ea2ba10ee67e16482ff00968ba99c27af2b6d50ce202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c9315d23ab26f6f40e05a5fb1f9f2dbce075244a035b1f16003d1108a7ba36d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:270b5e756fca54f2dc05f04b6f7b43f7f188153811decbc0b49eb215b11c2372_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5331e8ebfc48f4d2322226b8986dd178f133a52edcfc0a192e89f1785c8d568f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6cfd8c3da57c17ae1c430f2881c66eb0b1c456bbce4a9ada2491b2c873dba985_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa346af0288b5886b5f095d1fa0ceb7715d4333db919ff9d61078f369642cc29_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3403720059bdecff83f784e2fde54d2bebe09223ac6cf99ce2b4c840b9cd4a98_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3f8cb2cffaf6320f14ae09f7e44c965681b395370a156253790764ec9d2a2aca_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a02dde1d0b4f4fbbc4e6f0afd24da1595672f3f290345a4f6e98e11d89854a17_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c4e8ac4fea3c281effed3996a378c2e952a3d3704e47863b2ae6b266d2280920_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:46a0b302273acaf2582d377271b910d9d31ff98744cd8f290583a7bd5579761e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:af0442c88d2b9b93a187010065424798d89aad1d695ba438c815d04d7fcbef04_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:bc7b78f67fa189ba63da9891a1b05694d676a3ed2fa318336fa0850d63815250_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ffe4e64ee1b721aeefd8f1ceee11d225dd69319385e3e70f0bb52f4f40660a45_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:29d5a91b39dc6e72677bdfab50f56860c53e67dab139b464dd571fef9780dc6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5e6d4e29635ea0b075e402931daf8c384d07ec8660223babfd0df9d572ea6912_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:82555977089a1586dc24154b46be6499607a9d15110e5b48d9a549ee73f3843c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f32c4a07d2b7a14c39db1e5e5752960e46bcda700b292336480c95f359adf0d7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:86b3e656caf1c93ba2bbea00514a17b9d06cb7a6fd5c6746d80ce35f45aa5907_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ba5c8896242125c24e3a7e5698770293a601e9e7f8508465d7b45920cc9ce240_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7de62e540922f1de5f492527d07a8e8f4265d24b577cf2f93415209ccad63912_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bd71e582ef755da7bfeede697b5c2ab29ab9fcea6bfeb14cc8ca168fce5c7bd1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a1e6a736546b54bb2797d85d51b8f2b213fe2f6be6b26bad5b549df9dabf2d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:efc7fb9608c2be8c3c65aff302f923241bf8d008bc71c2fbba0d82ffad2b4f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:aa63c460867d565b44b2a8e919ba9a0e7fd6717f71588cc5a7e2ad268fe13181_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fe1f1b5d6da2e5ac66c689da49a4c76916533f30ab456c9961a225a5e26cb6ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:36fdb2cdf796941fc6638036b3a31048ba0209174c7a62424fb410ae14b1f81c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:65a0b94e9f663f3d73a9696a622ad46c73a5fc793f9dc46ee07fee8ba3bbb443_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8afe2a0c6b1b200201f21b148caaa682bce77cb3b1027f61d4c873e5babb1b30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9f7c3543e4b1a095399d1219c50f1f5081440ae1605154324d57ba9201aa4fe9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2c0897a842cd7b16b64888568ca65c2a6e473c24b2ba9bc5067d6f1f237885d6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:432c94d7d5d46ad66348775fa0e1a6c2c142469e8a770db5528a1aa25664c389_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c86c7188163be31c7ab04017bc46ae88707437f804ddf2b5bd5a73ae34f64312_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3f836bb9effeca4dd6a230a4241282d33ed454ebabd84829c41e58db5f24f47_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4632ef8ca0af5a8115f3d9490c2ad9e2e44361f4d0671fa8a3a1006254b173ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a7d2d10f5326e2d71551289740eba86d6dd2f12526dc684b1494bdd4228fd8e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ba876751849dd525a26e70996e7e02092c473bdf386ec4663a54ecf61c4f0d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e842cdc56ee7728aa71a7f95eda9777ba229aaf959594e73d998fbb30b7f76b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:90331abb869c0c04ca7bb59681cbd957ff54eb0e0265e16368f9fd6ab6937acc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a02580814c02bec4c1c9b79c4b5a48a5a59caafa60a573f9f99a4a1ca07c6f71_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c197de59c38c060dc8aa099a027922853e4b9dc7e5589ac55c8841dbd44b1367_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ec7a4bcebcc80cbda32227224f64e67cdbc98d3fab95466b55c89755421ea4d2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:223df196f0cc747e52ffae9f3dd03fab2da3c72d5e3b189e3035d4264a08c6c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:29f3154c0b972730ae9a54bc496bcdf62e9ed348b73d98ca958a265717ccc2a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5e12029e90adf045a4377f4be2be75c879e57aca7aceffa2aef08aa262ae0f42_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e150a242bffd4437f92000417cad89969fd547b5da514f8586802b99a668bab2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:17752e2fbddeff8e6f43bd354d91f248b4e69d88e80b29b75508fb03b82d92bc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b1703420b5a67a12f055518b6a23c1d8259dc8a064a1447196f642dd23363806_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b93a134a81af485a0f07dcd6a71c816ed517178826539d0f53b6c45dce87096d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d266a3bfe528e76a8c6ef1700a2016080d084cf6fad2e70efe5ba52ff0dbbc51_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:8c90e9864b3ff53d398f2451254dd3707868b36c6032d8d139cc3ef2cbd9084e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ae6ebf086515376ed35bb432a7f567f7bbb44b8d1b86773fd86daa387c5fb933_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0a0cbb021e13ce9d693eacc4982ece2e8ba4697f5d5571b8d0671d71824fd07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5271f6452a89fe7907b16f486439f54f0dbcc3d075a70ef446ee4cc62211b1b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0abb949ce9461e5718c1988f57791c7537eb1b3d2184f4b4268fe087e39726d1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1267ac849f67c33155b54409011cd3f0eaa27d5f211703875cfd383d1170ef9e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5082f39df1f143f23f0e587dec5cdb3e3b033ab446a57e7e808c88e6211a1a67_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8fa27bdf891edfb80585e470f09c9d6fa369aa727a3698b936b4818a4b46448f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:017bed02593deb2e9cdfe0f268916e5d1c8cb7a4f1362c6eb3c94050896d7276_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:027baac40981f53c9ec53f5a4241a657929d6289e42a0e5deef617c182b7580e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4bd5b70373a257b1fce20135ff4a4b3e6962eee541c67a0e29ba9a2523d4d4a2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c0b3ed1332b228290882bbff6a1ad6866f5ab2a4586b261949832cdc3bee5797_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:047c270f56b685d5a4e67afe43d2f1ff47829a259be6ff93bfec4864233d4497_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:50a6482667d53de3d7aa2bff6df05ca21e4e9773996afa8b8038721e231deaae_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:653dbef43ed7f531ebf64c9314756be42738f1635a64097c53210ed0b6b0de88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c4d2741561038e0080204335efc6eee5b6ffd8878553b240dd433fea701e6bab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:3de609d984e39497dfe119bb8e0ac2d6d823dd894a5c866e5ec87de5b5711e60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e3a8b252aadb5b32f42009803b56dbeae49a3ddbe9d00aa27569af4747fa403_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ccf49e256cd9c3bb428badab464a17aee485ee1516896f1ade10da11085e843c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e77ce95a84b01b09c5d1e6dbdea8970543aa3a60f9292300beb078d1288bb801_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2ab5fcf7003f4ba3de7656a284b11d6ee05bb02cd0f3532671a8c368f7b15178_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:44241e57d9067223cdd1585db9d699db113931b7a273d207516f60c498570677_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6aaa55450d567e2fa992650c456cdaf5529c5d96fc9984f7e1a4aa9ed6294bf3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f2fa21e8a0e88b25e9037a9c2db4b157ca6fef8b765b36da7dda71bf5a4c4478_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:10bfb59c904103177754f0336f7b7bab676d240480a8213ec42a778bca3f277e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7aa4fdd78ceafdc887a91224614657e86c1e12b72fde68dea4ee5c6e9b610cb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:e4a365a0516b0c8ef2d1259ec4bdb7f76aa9dc0d3c3cfd5d5b3d34341d349772_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:a06af7a856d5f2416777c1bb1d271c189576e273450b25c6dc5937cd16b8bf8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:28b8390dae142ea16bb05f6bd95f19b6ab38dd67c341168337ca07fe4f45fe87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:be6a9bcb97824c91f393af5aac5a146d819ed9893f5a074e146afe18f3a50dc9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e6392d583f97f0932dc01be55534fbb6dd3014f84b745e8bf7583b96ad7a7761_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f30d93c0f244f5ba21807dca912d18d4facf47ceaf43da7efa41b14ee816b71b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0848bdb082bc8dae6bdaa956d2ae36fdeaaac89024822f4bcdffb51da1165fed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9f9603a2dd344770da433fe8dd50a104d69e80ad463f9cba71b3aabefc4fee61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ab417553778971822422c6eef94aeb437209fcf88e78188b701d4b2243ac5be7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b9bb7615df3eadf64501f35dcefa829934f330892801cbb86e9f70f5dde236ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6bb4c6c64852f2b7ee590a0a60db256d8dd549a4b141fe71d311bf30d0ed88ae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:837cd26d96a814814145cd0aa0cca672769283c499eec36c457ae432b99a7466_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:956ad866d891e1340f630b9cad6ec73d1fc60d4061d4c63946ed714900388a3b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:9c91591eddbc058f05d052e3178102b28ebd25c2c9cb796fffd5047f5d413d12_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:0c95fbbcfd5c54e6b2934a8efb4f8523d1536ec1deef78249f4daebaa9d327d6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1b84b2a1cecab16e75947d29572008547922714207272a5dad8169d1ca5beab5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:466597e63e82ac365414c803f5ecb8f06a72374885eedc5daf9532aad16ac148_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:de9cac5c7ebcf3d43cad87758dd2eb0f4d6480f59bfb4112c224a4497aad9ba7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4ae516b98be8fbdb9b783345fe680c1d6ef57b5dc06b2ec3bbd20bfdb7c9b2c4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8f242ba3e0b9c57ecbd85f0d4c1bd67306357c92b53968a42419736c3dbe04d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b717614ee549be99c17ceef3d755c66abc983e821e04808df347962858e0da81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bd0f90ccaaaa74683b9bb17db0651dfbdfdf8f49adf0ecbaf8e83756d270b590_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:040115466e4f525e9f2386d6f8838c51f8e1638eb06cd64f071d4ae027a8fb9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:1a677b9d28655390d007acaa656997b12a32e9093c1c228778ef96cc6f4ca875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:39c68aae39089d044ce992b949d4e9961105711501daf3d4f0ba7e9981920729_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e814640d65f77818c180a706940337f8ddec8ebe4cf22c51a58a8b69e0f4099_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2831d7dc9f3cad92219addd21b93959900ee2f71e2d988fffe913a6f88dc7e1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:50f602354dcb223759d781cb057b4081a424d6a509178b10674358cc8dba41e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6925001d8a798896438ef1388f54bc29825c37d41f2f09a59e3f8bf60b2ec6af_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e01a83cb76fca294a011e022ed86f1da8cde36928096422a440bce8e42fbc8b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:757ad9e0c37b861340a7b2269b068d5b0c6355322eb5f5898a856fd9c4495b16_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7f68ff8059ae68d15041b8f38ad5ee5278289e1370d276cf7e78fc7e9fc3bb10_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:816787cc8c95a4a2df1416f09af6228559333e1bb1421ede0c9e2093444260e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f9bb9a184319c9fef278d3c6705f56cfc592c844f5c458bd20bcdc07c4230982_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:198f39ed50bbd835f4789057f9d7fd8de0962f1641a7f453dd90d68b5b2a4e7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:633ce875ee7bb08d9bf00cf79738e3e63cd6bf4de2d40fa6860142a301c0968c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e169d65b86f23d6424af5e7cf9e1d0ced58382128092821676196c0a05f91da6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ec2586358c34d0130b00a3714b50c8b7bc33ce915aef6aa79eb214d38202f37e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:13e81e4c25d8c789ca15eb4e84f3fc531a50b4dc0d95fa3573e002e3b54cad61_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:17637f8455e0e17bb3dca34545a26e881cff3e1444af45b9f45c3e282a252bb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d2dde1514fcf3308d1469a0af6727835121c4d6a1a1775a675a7ffabba8e3bed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d6376055835ac40728181d6f354398a0e60ca131d2fd8f41471ed87e974ea4cb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6f86d997faaf61c874def5a78cded319a188c1babbc4dfefb91a29f7e0d7f0fb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:73bceed99ad1b0bc99e66ab8361037e4046c5212645490161572fe6f34de98b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:babd6b0e928bb674289f34787d3aa536bdc4c24a877a5ac9311f21f0cc9e6224_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d00a12f6c4e75a2c93bdd135eeb742f42868b0186d9d03f318c885407a17e439_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:0932891a63e5ec5a076c7848d5746e29d972f3a96058914bee8fffa4921fed38_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:472e977d39473b92992f53c0225de477318b31be8656c37bc35193789ab7a456_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:71021ecd15d688aefa6db79f817c11a751b51f6ea9f2e48781bdc49c6de98088_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:9563eb7617a4d3a9c22fefaf03a4ede698fea2621a68ad231cd9e65930043a56_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:1fbf3bf4990353e799dc271bb4a0c58b385feb2ee60207636a3f76544b4f5ae4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:7815e9dc63477803e7e8bb8a01ea83043b5503ba529f64db3c76ad1c4cf2f0b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ab22d93f277f9bb65fcb5fd9c448b72f82384b9be43b8ab525d2836832044eb2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dee02e09373732db94bc442ddcb2eb4d13095a04e35c674387d3df8ba23d67d5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1a046b24339587101462756592c87ae4a8f699fc2977a703e6d031e2022a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1db6c409fede3e9ec09788fdf286fdb0634de6b6e727ec010332f7cf2e462_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:bd6be5cf4063439e92a1264ce3af0ea6528b9c27dd4b26f043a80aa8616575fc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c955c4b9dce1b25c73453079a21d84c5a2e5d0b53cf6e351f9b1855f08db3fb9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:221943f7b65573c2942d88354261f93a01950be1d1a86fa853544cc4c283c027_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2488ca8b2a8f658f3deaf9a70b12f7aca159490b5e0861d746ca8ee5d2010041_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a3435c546844b61f456789fd315495d6bcdc2560756e9fdfc4b896cdf70d75c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:be2e4dd58b8ed72278bb2c014317e69185e2b19dce37beea7fec3798abcb35f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4da2632fea643a834aac3fd63bc51fc6b0d768b869ac450e6779c9f36429a9fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:56ab8a9553f0c0202a47d858e234f2672098514dd647502405cac1f28d14196a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:abe530f4e865add435da2afd379a3a11a4d75c257c2468a09bc78f10256e0be9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:fe1397131aa0d447366fd627b12582ed647551ad3af13375f8c281ab73745f0a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0857a5a2cfb5c277bc2d2545fb19693f23285ccf6b75144da8fcd7225e1df1c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:43b36fb1f7ad271530f5ee9040cac4651a684e0e08de2ed90a2939b736b565ed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:7f86439496ba6573ee1d61b5f4d414dfbbf65a95526cdff54e45229f01785517_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8094138e4ed2267cc278a83a1586922c957142c9e5fcaec62db531c83b79566d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:309b1dd27ce0c7dc332c7141e576642db4aee6076ce50ccc2930e824f02ead2f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:35322e4580b0fec862223f76e0bd3c95ad0af31f3d4cdfd6423d3ec47d6e25c8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:699bc772c8a648f8be7d6a5c32d786d8f6484e584d918d68ef8a32cb1499663f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:779afd8e0fa21d022d7e75e7ba8da00cc7604db1adfbbea879bfb1d0f8c9c831_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:49e98d0193f7d7b4347043f0655d350a7a0c0d8c8b850d95abb57acd13dd8ac8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63e308cebeea85127f584610f59cdc9b228f01b9acb227f2f6eba7fcdc29b1fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:71f9b47dbd3985738259a6bc9a5bbdb240fd21284a194b47bb78538f8e870cac_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:9181583c88b3be23253c76e277f140c0a1532c1bff7d62cd0da1e14beba1aab4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:0f96581804dbadea29d9ef9a2a952753f5fdf295670ea0297622214e2a9b7d0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ae4714025025642ff5d9e250a4715b01d933487fa8bf4eaf82629ebd6d4c8702_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:cdb096f05b664fb542bb6eac3cce52c53da2e4bb636189bb53f737d3075615da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eb9908581f71dbe01d8553e494ef022417196408e9fdbd32f08fe1f5b9c9572c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:08725f7a384b4e72a173141cb35fb67293385ed72d973fc4d497f3c0f0dc626b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a322e3fc620e914088fb5669f1459a47140abdf027bd011d6ff4e5b3e6b909b9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b950e80fe164f86ddf624c80210308a634929ab8eb493496ef86bff1c5248fce_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bfc663a0ca81dedf849e89b91feb3fe0af97932fe8a8fc711d7ab85b6cbdcc84_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:13257447171d38e6e99c66faa476de6ff6ab934c285a0d1bf71fe94dbe583462_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:23fa493f397748092cd71c41b9d83d19fad6a5433b692bc644e30af790cf60da_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:28b1c9ee4102140998781ebef22f269316d8c2be2254c10b4d7151dffb0d37be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:be2175c2c6c9d882e44cf10aa85f1219573952473e893f67cc7085bf0a324407_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:61417bc1ddac0bc97c786b5807c2fa33eebc75f7cb186aaf9eef2151dbaf75a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:73956194247e000432a8c5f7b78255062c5ca967745ba2d97e680a06f698f518_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fbfa9ada74c4875985fc4bb8366d21eb5275a52953d44bc6bc740d48edeab5b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a545c9c2fbb36296286f684e02f9a5bc337b3c3fb9c83c608c988c88455f9bf4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:34a8a8a4a62b36b5e0eb061db3d56905c8dddfeb2e7a7135642f947ce6bd01ad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:41c2ea14036c2f8639cf0dd634e327841954eff4529743fcd10e8475546165d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a884f443877c7a3c0b32dc60a79e1bcbe89036549da7a8aa4608ee2ac6460765_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b28e8574a1d3b374ac4a61ea4f3c16eb70d9ba7385bf830c8698f4490f8fd3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:8e245c278c66405066cb31e9d48e97ad9cdb826511bdb1104807d26f896043a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:380e3045135a40d202f330002512a5c499d8d2079cc38e5c0bbd5a2312820dd3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5d06442daad2c126259fa5d594b53329e386f560b77a475ccb0cc37148644a5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5dc0ca56deaa237fb0bcddac8481b45d3ac81609b36c3b7bbb6cff8456899208_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:aa669084fb336f5d89d86cb58aca73b88d6bc4b6505eac2020664e0b6abfff6c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8cb392862e1835b610757e822332074ac459c593e9bd60fb6b6f6d0aebe577fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:987afa1aa902bb85d7c2d96f1637bcd19bf21eb832444c98d30171bbeb746751_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ad2f0cda09211f3e0aff615306168baf808e6fefbf1f039c3ae1a1fa7050a61e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:bcac50d10432ecdb8bfe2b465ba75889248ee8595f23c5243d023ac2a336f3b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3cf2d6f464e6a2fe5b4a8cf66690b3237aefef0c825a687a548f81336507cfb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9bd17213796576ce4d315986dc0b271011c37cd6e9ed75edff5ba80c3302fc26_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3205092b914bc1fe858b2ede7642227e04f35d06daec4848fdbbc0406fab4a03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a20ecaad93b15b869fb321c7503adcddfe1f0f5eb3f0f6427bd363234010853c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:57259db0550547f85684c19078b9af82b6318dca0c00ef8da27de8c8dc90e305_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:a95676fb6c1cc1b20cbb758a7c9fd34e82b3e114b81b5c17f47ef303feca3d51_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:49026487ee6722c3d438c05c1c181a36d14eca2f0d8debee48e4a02db0486145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ee65002c4934842ad86197a89e838997bb87a93ddc9de3423eb2af282a565c41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1bb56a1a194ba6f64edcdeae267fecec590c14c85431ba62ee8c6b5744da3a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bf72f3bbed57cebe1deb7690cd7fcb6d371e526630cb386d13180726736219c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:81afdbb2d9fe212af38a11b4d00ac952a306e13f91b23b2a081c0393173c5e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bf8d63c933996abf39eab9406b3061bee014d766a58f4e27a56413652d319a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:4a5021268b1ab163318270fc9ef07afa8a29f288c95ea69700c4bf46f88e85cd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ea443d9738e4428b6912b47f9c1d8d05b75cf8b137f0f9a76f852418b33b989e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:00148cec706fce87b240d38dcc91434f3c167052d5860d42ca9057e24c3f35eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:7996dc231961eb51daaceda9598b04e4bbe7d0e4019dccf5adec8a14d6f7e1a2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5c70298b919a36de41bf25d870bfa3da4013d36c6179db3eb6dd2e67dd20bff1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:a64777ab69af6f2b6cf4b78e5a00148e98353748946991c0a6da7eba76b442dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d4b6a07334845b2938c6d09556cea5e0477d13d4be6247bc9e3fede2e46aa3ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d5e665b41152b8363b4b15973a7b86365bb2c047366aa69bef7e1c499cf4fd3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:1a29c30f85b9bc858f0c70ca5ed79934494d92849f23baa6c7f26f67ea49c57e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:70f95a8b240afc604ee9af621fc3b63adaf80f593f3131e7ed51077ed2c77a1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4d217b45b97c9e01ba3d54d03270be07e9659b0d4313fc85999aa49fca560108_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:634f48a37ef03dee1cc0c0626c32aaebb8f9975b4640ac540f02910bdb3b165d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:00f06d1c70494444172d5630c33e1c93c333a880520bad3a810f96dc69cced15_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:01ac79392fa7a265608b75458534bafb6e5d350f2e8536bb9de48566c685841e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:12047af5271e61b4032c04c98df9ad54363d6beb13b36f49085307705677e345_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:37e5fa3bfc88e99fc78f2ced6cb4a99f5099942e40158dfa6940784c3d2ef95c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:54d10266c83c4d5fe91b013dac51538493ae4a4322c925e561c45316c73b1e2d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f799d506fc4087aac0eb4b2c2d6c8e511b598c6b3cdb1ba5ee470b787759fd8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:061d1b86afedd409ad4947a8ae59064f0fa92360cc82f640cf124776753ea3bc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9c7fef9c0e22e1721125d5b1312e509fada544e1d3d956338c3638aecea53dad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d3d951b736b910437255f3455b76357bfe0111c257f5a2d8dfe0f9abacf30fe0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f7feb8627754651663208ebb363a3e42e1767e16a65914148ce0507a77bfe795_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:23b0327190559517a3526d2500534542e9a397210cc6f663ac2b313aee902e92_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2911daa552328c8b01b19f91ad43ac54da18d343834c48ef35f12adff8077785_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:43960246dc7eb7bcef847c0d706bc6b0f0a407053a2cca7dfe27fce23c6d2af4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d05434d4552d2ffdd45d2fd44b1b2e2e8976a15f0f4ae59ce7dea73ca97dbcf8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1f7e808f97ad41f4c301736bdf2e06da73f2d0e3ef4ca838f0afd65273db7c8a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5553003527f078011d0c440f86c1480ff4e62b318e98ca2a4af97b42e5e186d5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:582a4e6fadda74e5c6c49b605b7967e9d6f25c84ab3de162c30931b1dcaee31b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6d54aaf9249113e5be1b6a87bf439ae778918533077a41ee9442396cda4d2642_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0b4378067622a7584c3be2e5e5d8748a564ae7672cc882bec0c1d6f4f4c28686_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2ba6c6b021db9b58614b1ceb9b736978b0e3396b04dda4518406b041448dd5cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7f7e406ef7b654a66bbcbbfa5326ceb1ddca4a0236cb60761a0ea48b919e8571_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fc403f7babe4eb16c770c80def94f34696b3a8ac55360b17c88edb11b9ae5a8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:473d595a495e4656de14b1b22456ef1ce2218fe39d02bf738990c0be4cdf5440_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6b3fc95809e8ab1be94de33cb375207b4302f93dbfd51f2a67228025c1e304fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7d0a9db460cb1d4c918f87a02979048f170f5e692e83cd517bb9b3271aa06dd2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7f1e2dcfd02a6a5fc56c6665979a8981f11144a5bcc6419feae3964b190583c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:775213a7b6d92d23694dbd1538727c84ad58c6b8a8b46587ff7bdeb7312acc05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a649eef7fa6148524b1f3aaf18ed6543f65ef91ad21358cb0af865401061622d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c593dda5f85469eb4ded8cb6c4738069d48a144823a070b83b58ba7772ba0e90_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ffdcf3c2b138b62cfc84d9916799812ad73fcba9c3416d7442f3686417c85932_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2e1e514d9f3cdf5f04ca924fa98d036988ab47259be5df67497931321634f730_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:32e93e986bbf92dd3a3e09f9c76bed29334b5cf794e18b843f81522ccf43697b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7bfa1c21aeb7971fa978d49455f4b5dcccd4ccc3de147ef47c32e9b74bcaf2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:dbb5abf21bed592282f09e30ba1387b084eb028bd931df5609c07fb8c09a0d75_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0606de7cca514d2b4ad9593d7f37950512741cd8f1597b1f83951aa7c8839268_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:116474d2dd37c159032b15ff856dffecad2ef0ab76298bc43f840bd0245ec78b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2e887b0da3269f28933bc5af839ea2df95b7aeca3993cb31b0a1c92e7043cce4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6029166a01da021523fc720ad70fc59f449684e577f9f5a36e0e759a39d0a28e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:849b8be9f7fc785a70451c1c0704501e2b449650acd23d450d145da1a760c166_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9c5d6a2d314e840600ca6bd1354c7dc6040fbdc216166418485d6edfedb27ce0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ba10e440e514662920d68ac025d5f3841786a393703fc2dc0ee21ff1d2490015_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bac1799b133fd829b35ac619a25a272301816494e83be5a251f78a50e7fb2f88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0469874ac135c41bb590ddbac02428775083221257b6904fa376335610c4acb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5823c8fa1f1409d6863dacda718e35b7afd2915befa21343dfcc68b6fef7a9ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b38d3723f2547dc5676460e3738420e243c6fdf7be77e54d18657efb9668c438_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e5a5e4c1a01ff3f5d694ca26dd248533fd463c85374c25ce1a9f4b7a60deafc1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:19f94467c811e10882e30eeef39b1266b83ee417974aaf62f75738d51811cbc4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:47487ff8d0cd813ab3354061caf319dec553b1cba9d5c1045de710b8a6d0c51d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b3a0104cb85f1a6965eee44fef58983637839a1f97ddccd737704ab41cda3a25_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e8c72b610288bdc44492ea0a5c2fd66cfb1673fc06f6bc66831fa84c96f86543_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1a9333d29d3561fe95488f3d80136d6b24b4a2e04472d37d34737fd1032a8856_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:705d146d458883660aa0b673a651d05d1d1ad73bafad91e84755118b82092ae7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b9265d767c8a6786f12dd4788377f1a316864863a32de4a4ec07ffc8b874aa00_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e3a7bfabcb96924059fb7906be97a0ebb1df35c6cad39a7968a6461df0cecb31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5c015e1a10e5f14e82e30ba41b1ae6a82cf5cb0bc631f5137d7637c44a3f5b8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:623bc4c74b05b46babba7da628809bac05b48d8c4055648e88f0db57c1bb0e07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9502a32446a8828e8a1887edcf49034e874ea0e32ab5fdb738ab89e77cb5a472_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ec7b6b83c8e934b66505e8051e183fbaac54e78abae5ae99077d4e5e163b4529_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1f15641123321a662f676a46a24f6c8066bba6e3730a3c0d0eca3ff8e548de23_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:85070876ada5cb86e8c585f3ac3114d548b189074723a13ec5d6fc6be25c9964_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a34e14a715bad1d324f9211d95c56ed387ae51b24b21ccf931c12f3f7b3dcbaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e12ce561e4cad13a5d08e8164060bb74a309f66047279a26dd727d34ed3dc16a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:67789c239f82fe3649ab8c0e13f920a788a3612d15a78fe5986a852bb2d11a0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:80d704ed310acc3015748815351da4b54fef2d8b74d7d4b03aabcf9fd7e60b38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bfbcd3f502bf336124261fbe51f19e7a4cb9e9132e07da62354699b30cf6ed24_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c1e371a0057014662b91736570bf25fb1211ead7402154a1149dfee9e55b994e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:175fd0386d9a4e064fa760f23ecfb45ac6ae3500e5a50acac0660d06e5b7ecb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3e9811dcf3c528ae6f5ff86659dee1a590c2b53f7af1a03204d06fc3dc628fcd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:68af6c6e7f51523ac223f4e25955cf3777f4ae5b601dcca7c6ec7e2dc0de0782_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:8f1b3ddbde3e33dbe01816bce0cce7d7bd196cc04affbe606fecfbd8ad7b8b17_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49699de68bf38c34edb696ebe4f9dc608756382a977f497f6713dbc7b6e1209e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49c32ab1927e0969508b906c14aafcbc64e6eff7680b9a10812eca4f17787921_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:86135a8f7d4aed36e7b2a571b431b29eeaac2bda02762eafda3e22a62a7a2d6d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f2dac4ffbee9d028b26e683b63a9f033ef8609907f6c498d42c447a306e75328_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2884bba195d4d635378b0d15efa54991a23f51bcf4efb1095b478f5cd9c34f46_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:d84853556ede64db5615eb4d826879c744f7ccbd92c51ecf392a686af854ec11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e05dd48fc4c26b5dd822ee58a2af27bccfd0ed28cc959a6fc05073cec6f7c9b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e202635a4a52be92b47960bd8ced28634111416b220cca5fa7f86373ecd1210a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ae36d953c8c7f73dd78d620f94a0335ff5fb84b16ce9d2dbadbdf3dc5d66f6d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:308c924c44c35b39c66b429a15a0343a47f7dfad62dceb76ea7acfc85e6bd973_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e132f6b0a6b4e2dc63561c1ebaa0bd9fc669a835b0c22b0d56599e3da870231_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5216d36dc483b1368a03e00dd9dadc7c75de2bc36ed98cd7ea2b089cbe23965e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4bc11f6ad7c3e9c99e708f7ef5a01b4faedc8eb5d2de5b0cbed502395958555f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4c04a50ca49fdc521da592b9c326e233763918fbfd6bc97e001e0e680ce24cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8ba4aabc0e1e36c3ffe66b55c67ab8c305f64aa6011f80060c5d95ce91180c5f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d259704d34b605abd3568bd4c988bf9e831d80554ec2d7a57e7c39a70daf0140_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:14c55985b9277766e54156139f0949d1e3e5f756ade34512a3d5ea3dfed2c544_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3231ec9c296798f11aec6a285b0a8f7c5cf220534d0525afa59c17ab2464abb0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d8767e4d0b2c8222748319f05483bcefe50388abc182a01f3ca9dae3c80dce44_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ebed5c3d8e112fc5086208b4b4c0aba054a0058f3fd08b71b129dc124fa00f99_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:26dccabde8cc0d1ad45160677fe240b3fc098acae82f6d095fad08b78330453b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a168025d531f20656997ae845a4930919d6805b7f9374c40f7835a93aaa46b27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e696a8bc54ef8a13800b2168a395d2cbb08678403beee2dc52c56d04cb235759_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ebc22890c7759ec9992b64dcb0e388881caeeae333a9a84a50dfeffe27e38b49_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:09319f1dcbe090d9677a43249810dfe5b3eb165aa3f8b473417e0913649b1556_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:46a37e99da18852f5512235589ee86dde0db6c09d76a49275a8004422b9ec303_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:535d1b713587008fe67eec103cceb54471f5263516f5420589cffe1dea02be93_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bc614ab102efc7dfaa47fef84c4783da26548491e4c43257bb606a06e8d155f0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:08cac9e30829765f182624de9e45e59b40884b8c39cde60528dd27afa57afe72_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:13724dc9eb7247844e450b59b8cf3af5e5f486e9558942836ab60f74b9943291_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3e1a80763f76f622b5ffcdb35bf2dc20ce1e9c06c4f5f6bf0ae06b04134733b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d077c79741fd0c481fa6e1aa2c479b8c5b380b1d1f163259777c8c50be257709_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5e82ef0b9ab6d4e3b7431a7611bc563f356385dd8927855e6090008685f1549a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:62ba53e306331c1b20cad27ec31cf59687218f4bd5908ed7e9034559ded04b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7664e74786778a96606757f1de215a4a9702d0c9f7cecba7bf8028884a7609ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7a967f88faccfc101b9388f8434d406acdfc85d7d682f9ec742d59eb31074fc6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0e05cd1eaa2b9c558d22892495f090b6b51a316dc56d85ae825b6fc44611b6db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:445fdec85c2510c8a45b2a830ead87136bbb80bb9244987b4d6ffa5858931926_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ccae4f8f443ba6806ea33105d7dc06002d58914626cb9ae57476b29193761b53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fc0becd36b6fad4911a5b8c9a4693320918f7f7e6336c2b11a76adcb6d1eec36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:652f8fc874b95a56393f14c2b56a63faa64c04f6646c1786d07eaa272a9acb9e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:94b9c011744629b1ff6f230e25f876f218ed59d55a941377797f77cdb7c03e1d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a178a796ca9d32ac59faa5eb9a6aea30f1aec65d88f89080f57ed519a7983f05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dc8a79297c73782f5005075332bcac58b051a07d2b35626323f9b69ee5f4d64e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:03d66c724cb647d4a613bb48c9df6e9ffaabb68c8af5a4ccae45365e32456470_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4b9510fdfb45d2561927843dbd7ed869e2f67d9636e59dfd0c3ee640d9fc601c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b3570e078bed53aa3e435443bffbd12a7b259f8dee9d18c0d79b55514a547b53_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fc8e892ccbd8d3c1e737fbaf8f02b5fa6bbbe242780c9cd00fbc5e6889d7baee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:266bd8400632ac70fc6584e4bb2850ebcee7027ff7899acbeca612c6556302a4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2c8f351447fffc2133f339c6ab3a0bcd9bdfafad4a4cb5b7dd2abc32c6056a92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b8d2783a76f514f9a4e8096434ac205e1d82d09da2d67fb930a1b5e4d8089e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:74fa72db679ef47f9a3e3459a90dfaeafcb6db73dfe15b8933767e2f9d19c448_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2b5964f6cb078aba05ada42f0c8280dfa39f9f80526932cc5d41410922e4e8ae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:480b27e9866ca8dfba83e1accd427d4f6813f4fb7f612854e32bdffc10d7d5b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:91c7fa7b70f2cc82b26ac16f91ea084e15a4f5dc64f254ed878c25dd1170c0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:edc297cdb2f670aebc1d3561d801840ad029e8777ce45724066e6891aabd60fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:443e0dd81ae60896d31f07ab49611c5e0629746824df094ce28cdd3cb0ae1d58_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9b16561ca87196e3dd9330184f7abf25e97272e3c47d2e8d594e3095e74f815b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9ff62f63d487e25a750bad29314955effd17152bfc534ff698963760a2615b0a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ab506c549b676ad9d8dd179e2ba871a12f2096ca2601ea2a1f2605ccb849dc6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:08758e6b81d6679b095a8e7fa323870eab35fefc05e525c6ef810b6cc0b3c0fd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:af87d24f6540e5c98def879ec4ea8adeb5b138e41abc126b2c3030c5847fd0b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c5e9e59a08d8940e99da6bc568269eaf71ea8db62dbff86a7f6fb5dae861e323_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f5122187c85ef27f5423ada009d800afa4800e32ad1ea3299586fe64cae8e38d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3c5078d135089e1548b4dec49b7e78658279e42a72792a988447662534b6516e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:56158ce0af0c0eb9709b2d1a172201bc795ed6e5075517b6919ed1302399d6f3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6720c8097a398327f18a5c84c28f6b58aeee017199c2649649a1f159b8365838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:89295652b447f42c6a0d6e1299f63b04016f10ec8faf6372357294a14472e426_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2baa85e44cc4ac6cb825103508c5bd74e348609eaf53ed42c6d0e045dfa62772_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:61283f1fff1f8ec53563012a5b1fb5a48831f0a220d3676b512f5a60b331e849_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ba258012c0832c57b29785be805be44f0b5f8eccaf76d82d7493946806eafe5f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cf3bee6414a87e7f907d30047ded274c488239af5b1f43ed717ac2cede29df86_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:40854e0833b6cdfedcf275cf716e58f3cbc5c44be313fb83ca3e909bd80d0b08_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4d6a10dcda92c599f52977c71208222d166168b29da4eb4727c466e7eb53cdd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7be4c5ff86b0e939ee9f22156812fb98d2f96c1eb4567ca8a6a01ea3aa735dcb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:83bdc9fa5d3893a973794dd7162bf9564ecf68ce44814349a621cbc284b9e61c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:993ba8c1dd84e486fc4084a7786934c356a9b12ae86155134fd1a1dc1e5e3f2f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a64dfd96d3aacabc8f219d19e6d7eb0c1ac5b68b49eb93fcc973d76e67ef1d34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:ce306e2cdafabbaa29467e0cdbf316673d17180efb604e683a7fd1ed7181c6f9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e6748814d950e6f5e370dec9cb7d557fbb0d29ad3620b567840770be826a601e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:04d418560f90c35b42be67886632615d62dc89cd37fcccb6e247212b535fbb7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:40eaefc42c0f0b5adeb47bcd463c2e2a45e7f3af1c0fa4cb3fde9c5479660c4f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:545bc2a7b32276bec515f338aea3a2976c01cc787a559986646aa6fa26ad5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5a2653ccd5dc3f59a228ee8b936460575e1a392d12287661b1dc83a9f8210033_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:12e5e4ea4d19c4dcccb35dba161fdba8a703ba6331b11054e4664818737746a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:180e817b55ebfd081fd0305f63b3e0539fe8d13d1ceb8428ea21e213779fd056_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:92e8693b9f6955f9862c8b576f5e32bffc3bc34232511fae0cbe57d705bfc53b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e5b5d4750a3ffe24b1196255d4cfe15b21efd587a41736307ca8e4e61a4936fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2ca8a85fb07b431d97ca6a3e3c18f1cfaa20883c7076d6b5b4e6942b632f9aaa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:559af5a310f0923dcb4ef9389c51c98604cf44642a13e8ccb46225b4ca268580_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ae056c9c8e0cdc6519ac1a9542781cd54ac2ac8881f513e965b57ce7d1e5ef2b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:deb92b50d5948bae13db37a7046d9b212dbfd3ddb1063ff8a5e5467f0cab203c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0c4f3cf84115f8c9b9bed6b2dd5d52316eb3a9e670fe6b9e28c2dbc350392e87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1142ce3f8a3c1c2a1c7dba79ac2c3b276a45fc6271ad9df9e6a5d8684c36da2a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d9f2c021c17f1416e01ba31a8823b7a87724fd96d7ec99d494981842b5d452b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f3aabf75e838b4a941f64a7a322768729059346d7578ecf5fe7ce27a71876fca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6389373ccb2fbe1b6385ea21dac1c0ca918bf9d3889ad7a738de6be5d7ec4272_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6449fee9a31acc582bb85e0031312e3ff07d1f1843a1c6c410eb79cbbec1ceb4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:751f007afae9f16527e9039aa95c2ee6efd2ee20afe3c083ba7298493d2406f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:afc11a340e28d4100c31646b705e8db302f6b0a96ad3620e07391f02a70438f1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0673d2034e7e5fb412a171939379da14e9269dad7bb53e83be7ecf8233b0b5a1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:18f0345811215feda18d2b63f679ee870e76b33e9f61042d93edcf36fe97df95_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a2d247eb696c80e02bc8c1873e8ee0fb71a1e5ad6cf5cd84bdf504f4fe17cb10_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c342b14ff399c961ce05c1af127244b950b8e9d641ce8752f9d0f880ad7a672b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3d9fbc97d13987f28ca76b3e238b540492eddef0f302c2dd958c1b0d05e10941_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:47682d4e934d597aaa1e809011a69afe93936fc629ad3dd1ed76dc7b073f7ee2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4e8d3460e04e85a3e01a578d492499376787c85f2840c97821f11213862239df_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d7b99cad55a1e1d380d30d0d4a61bc5f0cbf3a87223efada3e69bd9b0741d3b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4849bfa8a48c7e7d264fc6ea9097fa9d33da25f75776619976e3204b42026cc8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d7c3f5ce57c0aa25e13ba9484facd75c5a1dc3caaf9be4d0f273243e7ace327_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:78aef6c20ab3bf78eeb8b8a857ca2a24067d45cea0a070c44d3fcedc00d4efbe_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7f33515dbca04230d98550ab638efa87389629fc7d913c8ec42e4b5bf8a772f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0251068577a1724dc777683dd189468ed77413b396614a117dac6b4320b8f01d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8812fd85c74fd67a95afe09c2ce5e7d592eec1e25fdc6fa331a8bd41bdde0cc6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:89e0a7e0fe060abb45a6f8e6ed1906053c09f95c252ca7813175903db61fbc99_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c3674a8f28935f3140fad744b5a178a8346a9a7f79f6c281561d2877b38c4ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:13bc0d4f7d4508fafca5a3bc61b6449a056e277da131e753c06cbc1bb7781b27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:993a2a0b3f84e071560f6fc1a3ac243fa745ae9a7ab15febbe1385437dbd3ad8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:80fc518199cd3a1ad421b142661f0a85679b12b69d0afe580fe60eb6a13ddad4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f069665c66c19d9775b70a31aa7a1069bc653691f6abf106a88b2ceb8c0e1ec6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:13ef0c0585b01c56b865e029d029a553b458fd2d3d0204eb6dfba1bcaa11ac3c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:599d33b55e88212202b15f4344f7a18dee4f4504b3739d6ec99414d05bcde2b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a751f1f0540505bea087d3ea9e6ba798e89d5deb772cf8e401caeb3816a563_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4c26bc366b267d444f448a4d7bd5a0d26f84bea653c14b261a829669d888cf88_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8b67087a584a2d952a6e80572686412cc8ea01f03ec8d70b56cb8a24a0c5a3c0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ac1123e890f0aee159c9105e26e1f1ed3ba5eb3ea66b422b281c3e9465401c5c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0dac7821ce2a3a5a180f53f381d9e61484cd8c5efab3c9a7dcc70b5783421b64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6b30b39205367ec985c4a9d948e71d378b9483689c3ea179cd0f2476b9bfaa1c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:de903677bccf645889ff7968ebbc052b14273329c0765f7faa53b0ca815d6899_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f8392be7a6f5223930d53ed6d127faf727489b8f5ebbbda6b6b437c529e3c812_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:02ac68c83db9dc50cf6280a418eed9261dd2182bbf51d16fd143519e49960b17_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3746261c5d4744b13d4704c822fd62ce1f486010176fdb3bf95512c72eece73f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:85e34da00bd6d290c04d8eac32f39db59b5f50fceee9b248b2cbe27bcf0e7e5a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c343b119edf863e179df865ccde0b665b87087d78b20919aa5726d8fd240b344_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2026fc52aab5a6d7766511080699112f32ae4576108ff95b0eefc5d807a14f25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:21b5298172f4de1e0074c4abf5e4abf27e8adc02bbf7ee49bd3388f7127d4901_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:42f8af9bf66ea72846b7f7e57652725c31b01fc4a8d39ff7e7882075438c521f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9c5711087546b1ba7cefab267b8aa30b54ecde5926f009518cf0db974ff84c3d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:373c4b7507a978e3dd62e9ea629d1e397b1f1db682e11ada1bfe5a0b45afc782_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3be306649df2fa3cc9f30e60ed5d947fb0678b0231b617eafd3b1593d10feec5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5b01a896101a5189740f84cb1a83edefdb0dc00288dde725ddd0e95480f8e1c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:961dd87e559779e6338a4d3d35c96c0ce6ff7cb9634ce32d4bf848032f4a2fb7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8799db20cca7be653bae6b8ac5adc1d628094eababe740beb5dbc27e05346872_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a36c2b308515a293cbcf265af68ecebf498739e74ef11016d5c0edd3cf47c4e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b86631d6601578548af20a28d132a0503fe118f53d7596a5632ed24ec5a9931f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e867bd8b76b5bc1438a7be88a30fa7707edbb1909920a1d4d1d0da0ddbebdb40_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:313074950c6dec37d29a9722b58ddc951aaf67c27b47568039f29f02f2523128_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:43618db20e6f592602096897bc89eaf3c58490a362e91e3299e20bb2a02827d9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:705f4db2e969d23205de87db1bd7dc8eb1ade64a76940fad950fd1a214dde6e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d2d5ee5893ae16784051d9526c1feeee3c641fc3e6f337ba807744551c00ffa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6ae5cfd48e788096162bc4517f0466bf526f16c84bb61072886a64842856c5b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8004e7284c63cc32a05f6de732791416d57d62db041ede2829d4797139094292_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8137c3932f344ce587769bff04355ad405b6ff27009bf23a221ba52f3da56e1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ef15235cf21f0fbfea74089f75471b483a98c920b65676bb6199c155fb61e929_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:149cca2af3f89c7d1e105de81bbd098c66be5687f18a584b644f21d0be20f414_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:33fc93d5cd30760383da666e8effb6ed32f4c8f2668da36677e98c1801ef4f5c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f9c1ee7f72c926c45cd76c12046b867d9efd7c3c381f34afeeb9b6e97751175b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fcfbae71f81307789bec93987c4523700c191a66663ce53e4009c5e0a8627826_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:04fe8c19bee4b629ee7f18a13dc0b7f49d6a4b6e19d204de90b6b2240b0f875e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5c9662139f98817aafe153a43f700399781d079390d5ad23d3b70fd6ac5d370f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d1147830f896fd229aadd2b766fbb4c8102b35a8edd4d8bbeef4928d89cdbbfa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:dfd0cdc29bca0a2239ef203fe7b58efd97ed4e72daed6609e22b20babda395fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5a9889308bcd1c3981072c83d44206d0c3feff059e0a2029d49adcb974674c95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7a715c7e2a8f54ccee42abf122b0028ed19705f401248d8c38f785d960f1b116_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a67de487534d03cdfc180af9d235edb21c5cb71e1224bb5041fcf2b9a428732f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:b3780d23a2c384ecef73c806cb20d7f97bcd11c12b6392c781c0deb7ceb55df8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:48b5d06ac4b35c2a7bca3ba2abc39e3af1eaf4ecb19c720d9b6e46b066318414_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a6d7d7df9078e9d1cb0f12f9ceac12c96bf2cea03a9085b23c3e4af6a456b51d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b757d11e5dc51a5822d9e30e97ac142cf004fffce87ba2e58b8d62926127664a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e61ed19beaf8352dcfd4b9478335a364263cb9839f27140a634a217d87d331e5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93baf08acbc6875eb2b665a9ef3601ca34b76767cd70a172dac7237f21b6958c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a5f2c2debb51b8aa926ede417cf9fa0e4ebaac4f5bf9e770db55a25902a4a3b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:dc97d5c1aa80515080b2b4d16fb08ee4733a9347eebc8427f10b7e70582464ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cc1559af0d7be472ae46be4552fb41e81ad804d73d1444b92cae4485118c6773_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cfd5513afd8b2b5e22d5e384a7f769f9c04709d853feb2f91ef667d804cf9a7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:febf2fb95748ed0c440e6acb72c40d609ae7587b2665cfd7145c878a2a0b5783_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1728f980f3ebba7e48bc0e8cad114db1e0c06f692638764e30ab990f45c637af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:41508513986b369c2f89c64af84b3980b16bd2432130fb122d8c1346f0602894_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:650f08f62aeea4bc954e69ed88a9f2f14d3c8f733c155d113c0c58b7154fec4b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:016fc7e804acce7a8b8df0a02bec320c32f9ce6224ae67598a63992219a77516_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:081f9cfabc57aaf4d19df8b496613d8aff54ceb265634c904ec7765c810b4553_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6da3ef092cde7fbaeee01c5d6bb0ca5d52af3ed8de458ecd3001bb96262c1ab4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:035d07364444ea963d64515420fa4005adf82c44b575555a074149f67db50567_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4e09fb0bd709d53a0abc6326905cc43ee36e6e4ec5e20108efd1ffe585b1f2de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:53a5f81aefcdd57ba33c57c02941803a072ef3f1b8467baa3c53c7e073a9ea96_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:cb3d2ccb57987217c75079a9c10f230f6a7de9ba3b0fbd87d8d3d5c71f8c94b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3472a8147e06452751999ae2d041063907f275ecf429dcdcfdce88c8a19a17da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:61155741778188324e0616274f067ec36723d0fb81d84e9715f72ffecfbc92ca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:adfe8cb84a5f0a241fe69ec532b7092a10cc274cc3aac2b86f33ac8e725ab2d8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e704c70226ec4986c16166ba1ca54b908d1b6d9ddd47640bd5ab6d292f977508_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1d63a1d7ba183c49c69a6ffe5a4584de5282029b0b2c2f3484b4f4431e2ce954_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:441db8762a583090cf4325377b0ee75838452a601732bccf4dbc57f26f6a1a90_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c5c52612378ce1f2577314e5723642237c9a361506c448ca80d2a0b56666a1f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3b9843a117d6a6ae28222951e1a556d3888ceab2ff75a082a06343c8030a5ed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:236fa2dfd935db687e786cf827d88210c2f586d2d1a93e610861995908bf2587_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:647704923828c83c6ed3810e3c4d7456fcbe378516dabfac30f203a3bd3634b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7638d755fde7fe6d3c004a6f0f7c761a9fdb75a3541f19a792c3cf8e8bf473d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d2eaa5b8ad9464732265b84128b5280d725feabb2d4b4cef0178a317add66c39_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b659f5c6da6f73bcf8b2850f0172358816bd68fca721b65a9a70569a94bc90d7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cc867d49602a6ada5de7a783136b6463c4d9adee9877ae1966c016a08ee8e87a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:6fa614240bbc1932f65f8cc9215d2baccc05dd1cd5586fd308c44d8a94447a45_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e85e957fc16a36b5964613a99fec1e7299db9bc63edd86ef965d879a081b64bc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:14b02010250fe10ca57b2dfe1046641aeac31f92e5691c067b3990383967f0a6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b6b13d29b1cb9c9bcf97f2daa289669bbd9ea501430e51652bca3d50f787f23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a8ab293c4f3c6bc251bc91466b7586e5499b6e198cff46e50f6a65d97df60f7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c5d781c35cda14ab70d4a5bde3bf72df0a3956f5cb159645e5337095bb71c5ca_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fadba956181755cedd19d3d5b5ee3da0222daa1dc609b629c900a0052a4cbd8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:2719589f19df23634ec3f6b578f3fd2e827440675b72a69b89c9d78b1310f98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e1fe563643282c027ea829274a1945458cdc5d079bf2a2b7b0a9982a5cc3720e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:28d64f60c216f77e3e006012a403671463b9dd90095e19ff2dd027def6abb511_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6d681aac67e08e2ecca32415dddeb47df6191a99f7a8d7bc3bf1697c6a26c1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0d31a90914ea716508caf180e30fb682cdd8066da7a0a31752be9d86ec9c777c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3ef5a3798abfd3d9ec1b6ebabf3ceb32fa4057072b2670793ca119f556c0897f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e2c62e4b87e0536d15ed8b4f2905930a750f770d5c6d0168de6291d92c51f9a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ef5f4d7e3c872acbc4ee48bc91b5835dfef66a698287a95836344c1587ccca69_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f5f049eb01192eaca548f3585845ed6a530934d2eaeb422fc78b657cabb1f57_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:740b0d9392c76e433ebb7762e57f156a0e2ea1db37ddaed2c5b8044ca092a357_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:da9ebcef147e8d9e84848454fe2b8e259bb549bf0de88ee960fb48f6c8051060_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e8f942ece24d15ce0c4a31f731f2060b6e3874a2f486b2dd255c773fb1a55f46_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1b4fa4d6ee3081f39e54b4f910100d210da682dbb0f308f08107ac44e7338d3b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:571a51e1eca0f31f273be8cff7ff115bdf192e14f5d510705ab7ed423fd5d9e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6dc96b2e8156e7e42f758cc28302a2e94e8b3888970d03a780b1732375e728fe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b91654b9aaa85e13d262d21b949b1a96b386f202524c2e8d52ecb66c279eca8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a677804e422590551f82a17e61f64bc03d5a8a42a695e7ae8d9de5dc086924d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:fb7f225a9221506e6295f7efdcf44adc33e5b971c470b5835b0ca3c42ee1942c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:107c9dcda9632516721c41af941362ccc316d25661bfb13a7c4dcfc2ea4e1c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e75d33740c576321707835258793fe2fd257682099348a2a067806e764e1560d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3ed82adddc3da003bdb272e2a5df0317abe41512179cba925f65fb5d8f7c2eb3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c16e4af4e9a79ac2f1fa632b20e98befa9aa2953ef241af186edd226e39150e3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7b6c16881c71569dbada90e320379c2159ead0b0ed2fa2113e065b361bdf2413_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9533dc6817f01e377ea2ff7e3aa4447d20ab5d016d9145b97e0cb9e758c9a8ff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1285e63d6cefc0454a400b20a6e404537a8d57e5fb9b5d7ff1a75b61555622fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2ea17afe64ff273c9208892a59773c1dca248367c849e805dc78cda228aba29f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5f33ae81c766b0b7d9c8411dc4f6a0adf760221ed0493a99f1bea5dddb5de41b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9de0bd8cb41c5324718c8d8f275c612c0bfd13b322225455a1142dc76bff0a01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:2fee175122b1e3f74cd8976af1515c869d096da0bc4f5e9024b31a64cf88896a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9ca16ca048f3de4a5d9e6b6a38b55bf0b4a994bf7f7ccbda8c50c02bfd59c871_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c42a4deb157c31f6fb871bceb8c4401f44ffb490404591ae36110511f933f72e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f6d5c31b12c8a1a1e8316f258ccd254bf6bb8e49ae8a175eefcdf0bfc5c6047c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:204e84b23aa1edaf66f10a49432115ecb4c3e8fa34472a909e1c9a7a0c3f3947_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:37f226136e439a1b37fab44e06ff30eb22b1ba8f12eca9e85f59936c3d58acd1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3e385fec20235fd68320dd564c68770d91c5c08a864e3de41f3800937d730334_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:878a0a7473a69442dffd7c19132d74b29ecf765e3499d29f8da7b1de2ff6f439_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2b51546e56d1893aaa1b68c4e6ebb5479614d0402e840c8c850702ffb198036b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3aac893d87e5c39ae1672eb5ad48a0b9d02b49888fab57f8662e6dbb3897b660_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c5bddc80f0ba0e391b336de8ead2442d0dff227fdb8aef1874bc3db3101f7048_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:dca0c7b1c7ec76232b3d5ddd15c8716e04a8384f0a816217dec544d667ad2e69_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2551dc2ab6fddb6edfefc185f7b6d73ea366ddaae4e2f79d554f0afb79aa54bf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3cc6eb31325b1f9c9a2163c570ae1c3d4da7e7dcb0d761a0fa775b66fda9dcf5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:569965f29f668f02a342c0c7b4804bdc92354610e9368ba42a3ea5cc3172f532_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c4b2b0855c4ba25e150de01e54f0a84bb4c6c220b348945742bc0c18cc6d7dbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:01b6587f8b9ee398d34ed3330bf0bdbf2dd01c2fe475ed4d44c547401d1dbd5a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0fb7ce17c762a70aa16ca9f7f35e41d85997bb2bb22b81986321d29634ce9b3e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:60c4fd0dcbc1ed92bee7dedce7879893a23c9e4a6181e5e6d6a8f04880f377eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8925d5826cca515b7f7c05558406b3688a14963ddefa80f5b44500fe12dfb1dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:3d914112ad75b59b03d5653cea40a25d92af415ef52dd10aa7394465e6bab92b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:f8d52c53ca49b3f9847d2e568779801321307e329f802aa9456cd0dab7625232_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d29e5c26f37fc8212f2ff15cdac470982494be155f85e3c310b0c958b943f7f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:fc7a6712a6fe86a47b5a745e06a0c6d164779eb198f284fd0996847b025e53c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:32bf2e7aad1dd9ff5100500c294e343af0dae3d392eed27a1c0305198734261f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:54b4afd46c87b2cc839aa7d8b8ae232aaffe0f39846a6edf9d0d3228adbd7a29_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba41cc4ad0ea8dc731838e00dae166209a3e06d104e5cf11491639f82290eca6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a9395f57a9adc721c6e43e578957e21c8b9f18defbecdf91dc49d11044aeeeef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ba077da5ec7f147b51f0ee4432082aed3b7a3a541729913bc2ed821688723e99_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb48a38cb5d06b67ecfb4777c44d44f3e32a996397450e30f40e7ec3e340a56a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:deb40607f193ff4e36c684ce74167e67a7e96187f1a44a1f0f20f36572005843_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7dc856fddd561c1d29112b0b8d4dc39dc7503974a9ff563612e6998bdba4b71e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a3e01913986169c592bb770fc49e3875d46031b5788f983ddcd52938f9ef7a49_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c3481c6f76c644c017392c092dcbbb25a288acd14a9f01e20afd0d2d35e16d32_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cc440be9f6b3c5e22186b6d53a428a8220201ddaa79be39e19cc31a8fbd7b221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:12d7ec468f9634a53d053f3af7957c5162d92595fc3385b26b08acb22b7935c1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:49f08b645fc28af342483d9efaf2f607c9c2a6b491b477cdcf2985c44aa3e894_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d32cde1eedbd0c110bc10836025cee78421ec16d2924d30f5e6265591a9ec716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:df885dc6da20faf1903dbdac693889d9882722e8b67bebe35f624c11e4616262_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:16c8b8c6aee6f6a06367ca5bfe2be8fb85a05c3f18a819683f49d1a8c73941ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:376659c608333e76b0b48fcdc69ff17643284fd22fdef6c6998f07be54c1cf91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7359a62beac2d501d629e6768f1767861fdedc0d05f53a4424a2abdb3dbb6a8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c71d05c245bf1a4955f46c785d7264985e1f904de2a19972f7ce6209a3be0e4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:06ab376096238d4e04c9ab713d83d3cab5db769b5af1fd1c57ef2ceceec6ef61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2c80889bfaff670acbf859db3624951cda96d4ee8cb1560806ca4215e8c6c04b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:627c6b73224c3e37181a19cb598ef9a425cddc1d17d97b6c23388ec1345f6a88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d5d338daef4ae436780be192907d28a26785021d97865d8a95db9065734061f0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8e59a286a05743844dd1333770197161698788e0db4faf8e00cac6b2fb9a638e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9029d8ef1e4455dbc1910078afea1141f92a5c4d2c298ce1d9e4319209b55246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:da4ff38c7a1fd5adddbc0b0d3defbbd580197680b22648e2ab803c90c4a8c9f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f6c44d76a715e0ca38fa5e2becad93a2bf3a41fd8f181846e7aba81b0c579691_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:167937ed04f625a9cd2d0b8ed6048a5cb7b6d435bc2d41775d7db4dcdb5fae95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:176feea3131aada18df5da44af30a127f4dff392ce8ef57f7e0844969ec95923_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:17afd4ebbc2a5233681d4cc1774fcd70dc932bc10006235b11de8dcce826c2ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d3a98e507691edec50373d79ce9df48a71cb6a19a75c9276d0c5905d4f204b39_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1b6c3977b4835b0cd5399523dd437c230b992b77a0e7352b095d008be96fcdab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:54d79643f3a191710d1362d665b5c838130f3e51aecf1e27a2cdf66e98a3cb8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b8692d27a4799d20ce1a8374ba99f55732bb7db56cdf8f5b038424a086db614_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d196f02212da5e80ac5a73931316d38e9def9aeecdadeaf07aec685e661f9f98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:11c2a1966b0632e85caebc4555e3e2f726277175b27a63a5e854557499e0c28e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7e649963b5c1e2a7e8813569368eaf0ded5e544799d561622d469b03b9d93937_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a23fa7969c6a881648ba03ed1a13692c5db21b79f0608d841291ea9118548ed7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:af57ee131bc09ce55ecb3ae13ed7dc3ce9607a7438f0ac5a6e64bbfa000546db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:3a7644c1ac089cabd142fc1743b47302eae8528b13d1b038298f2f57cf746326_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4b5ee426703ecb55bf537731c39c69ab7f86316544cfc472ee77fbef7e5680a8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4cb60d36cc3b34b4b1496b74b9b2e68ff152a71d7f957b356311ea811bf05573_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f3f64bd2f70faa654f7134d803efdc032df63fd4ef07c97abd38fc41e625b48d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1b75d96a4cdcc3a37848c5edfe598cb1d99bb3b0707db5e3f62478320eb90f9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:876fd001172d5151ef99c02826f834ee4db4623b00699a8fb30d6a456a7a8687_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ba8fddfcfe0004287ce58db40c1092f2090b3bbb0810c277066aa2d97799f8b9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:bd9982e951fdc7259571b6d5983ea2cc44402cbea411ae9a6b135692bf5939b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a7a8d4d8adfd98d3a6e3d37644b33966f2c34ff1e553fbb5140ab9a15563e821_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b26a5a47cde227edb5e7f6e51247a6cd91e13484f6b5f7dc19b62f83b7478361_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ccdd76d6734e3a3cfaa1e432c1508c097478e842fd436672e57ef2563d817e4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:fee8f3b24b431ac2a5d4fa3d96c90c5e1aa68c08ee8ae9963fee457c98795197_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0e559f5e780f3849e73d7246176059360631d8c4a7db1700f6ba1b6a9e6ae089_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1a376560672f81b7596417591491e71d065e90672ff6ef5d37ed0785e9baab16_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:350a0360dfdc31eccadb0e8b9397d5a3436bb509999034b60e611428eb006cc4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f8b68ae48350a5aa9bdf47a36efbf661190d497ab5a139027a2bf4579d21e095_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5fbe979b3d448e36fac9615ccd96f8583b0d587d46f6b1b3749e85938cb2e510_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8d45dfe709ac701d6eb800b081947d39a855f65c756f31ae47b75be9fec0c260_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ea4fa6caaa81f207f2372c6179c3698e225658387549ba567c232170cacf8570_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8fb972b411085b4551e10adbd419e3cb89754ee5300222cc4fce27cc349513f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:066d438bdfa1626aaa7a0ee5d2e3222724f2f0cf5bc9a189b67fd5358a0a48c0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:747c142608d6f43952d315d7858f57edbd2d9de2d255938dde311ea580a329af_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b2ee2d0e9906ef1581677bd239073c09f93e5b720501e9001926dfe7db34839e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:bf0b42c5e7e51129966a4744bb253b7c336bb88b1f1a562e481f7eeff5428136_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:3e9309d53caaafc9b145f6b7fbbb8879c9f018ef226afe101f6dc7ab02b67856_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:3a558e248efdf5d3111b7d61e8bd471682e7038bd34c4490f8ba69b91b44f36d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1b0981e2ee13869663087d6504e0c0af6f2c56d2ebf81d72b4b7c751bbf6e500_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8073e0be1f7f7523880b30946f1b6868274c070acb97d9da2f5c486db99ea18d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8980be22bddace1adb383fc356975fbf0af9ac8a20bdc95b3303a80fbe296f3d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f4293de50825a003a825306a45612531dafce45b72a91cf4dd455d596a0c60ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5bc26795163f03947b3f42a5c8cc52b7fd6eb713a0fa5a1558bfe834c21edc0c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:7f29c85842a34554f06db311ef67ec08d1d947d32b4363d1153d92c8d13c3214_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:92857eb171128909119700c431920f543cbfc89cd06aa98db816a2fcaab321da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e931e3fe478f8f905855b4516e1ed9b33a161536c447025cd14dd68778c40fa0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:338034a3ce7dff3efafd00fa35b858c23c2ab284f743df414c6cdae455f8801a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f12584b95171f442bb3661c908ee43de70d0400c6273eb4e93325a5f3f167b54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f37f6568957ab825b08c2ce8fc6b32ad18f5b7bee50b24b1804e70cdb144e5f4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f949249e3847338ce4ae9b94b0d191edd3f316d471f0a9047f97e41e41b7554c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:407286c96b6e9d0ee4e8abec2b06a5dad70fc69820a00deae47cbf3fcdc65a40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:52294a05713b24485ce6d7d1b867081da2f01dc008b9cd052bf8c4c37839f581_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6693dff44dcfb7e6fe67f5373bb73d84cf401d20640c959375f20a24d31aa697_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f65918214ce906cb5af9a59ece43a36870989c579ac1660a2a58f9536a79d9f9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2ec7076ed08f4ce7a61f95083155b5315acb6004ea4245c70be2763eb0ce9f4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5a539e39b3aaf61d63f391b6960cdc5746cbb4b0fc07b85a98969f5c9cbcca4e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:93505b057575ff9292e2e96903238708b940a23953a79cf8742c880f1fbc743a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:be43f0ee18b6d56d81a09871c4a30dc2245ba60cf17ff0f1aad10e117f40aac8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3923e99d803b6dd5bfd2fc957101bef6dd86ba8f6de9e59a849e4c7a02d57e0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8253bfec4409c9a02be72d7e8d87fe5f4f81c1bc58a294f02dd570debc4f1128_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:851fd20edf32778383c81e3c5b935ec5607a05f8fc569f64e31875b8bbe81d6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d06d41126ced4841fae74d0437b18e9f1699d285158fb8725a8768a6e9065b79_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4375e44dccb08eb4ecf461f4e8e7e97d617ab5b1c968beb481d5795e6bbf0229_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:75140fa657674afc46d698aea19115a9f60c7765ffff6a0c4ae5ac166c725597_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c1a31ef64ecdd90020d72f323a242b551a6a4a85a4dae309e19f5d8f12d77b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c3b1ed110f6b17263484b7fde65642eb349162b206c0b9a2f463bf5eb13273c3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1369aaf62d9d273eef766c42f7015d56152f6b8effc50dc06d75b1bab38a20a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:47402101d62f418c0f6b8e3c6e2367a8c84f5151a0204f326bf1fdbe983c603d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b519e10d4cb8fd9ad126a36fb864d2f29f7df218ffa1b3b5f222e0befafbe360_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d70f848ab6450690b8329ae367ff2e5a3a5b295c073028dff7cf810104c5be5f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8f8c882873232fd9a00adc69e199f1b4acacffcdbc282280ebb61dfb1e61b875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9fe79073bdf1745b388fe52bee661394f96ba5c0af585ed8ab4a61724e324777_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b2b91287350dfb474763ca5d332c4765af0c1ff2d7be722e23ea93970add2687_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:bb5f4abfd26a9446eb2f4cb1355bda840ed1006a6233373434378abaf0e617b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:07ff9687205eee39d9ca211c0bb0c6b1618848e9e74bfbbe793aca67de73fa88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0ba94d11051416a116cdf516dab74d530a584fe7c4bb1e8d3deb3bde2214e459_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0fe87955631062bc7ce78891b9eb056f899308f8cb8101b3a44f889c1f0c0654_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:786de5dd308c9fa6643aabecea0bc666a9ede6fd2a5ce1cb0d511eac2a19596a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:719989a197c3bb8b8af09e95af49125cd28014fa74c7969f3f3b939223a6743b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:743119e024a9aacd8bd4bf45ab9c14e684ddbe2307d8f965e972ace243f128b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:76c523fa10e222690941abc8c5564efee1ec4d309a7d023480b6000a545d655d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a13cc82f7b2053435d5268416686ae2ba89e37b6561e49c7ac395cf3359ca2b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:98aa0e651302bb73569a0578e6c11a1691eafb5b0aa28dadd714a7b44b498f8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:9fdce4b5198ae740daa858432221625391f7283bad587e1ebc1220e7b0b4fa28_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b072bc3bdd61164b8076f2799e705ed8e34281b2cdf24d9cf08deb8e697de2a3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:fef5253a6623c30368e9e7e271501adcd9432b96473cf8278a7b81140d287de0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4eecd436b35c9b25eca6975ca9e938c2256fcfeead67e1ff4159d7e36122122c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7e11ca9795aea60b3f0853ffef0fdbf922f4863edd96c50fa85110f36bccced2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c95f8bcd0835611bb90983e96e3b780ccb65bd2bdc7f7554432ea971eac8095b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e497c1834c97590a0c388b58dc823cdff79ab6befd5f2a9bf494b3acc3181eb6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3a7af87b46058334b97531a4b1b5cd5be47e2ade8d74497429529bf0a489b275_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:97313aa4f1c1c9aa51c77a153d0f0eb35cab9711b7f1465b82a636ea44e849ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:ba0927ffd76ad6689b808e734038678c91854ca3d0630613094824549f8a150d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cd8feb684b9c70a4ffd7077e19812273f333174a70f7c2b63d57d140d8002382_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0c8bfd6ea4d0729e0ffffac9811b5db2ecf5c40e68ef048ab104f161d2689b74_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4dc7e3242cdcd1d3c1ea5930da7d4e027383149373cb6af0551ed2572eaea0b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b78827903e5c338d67a4ea2ba10ee67e16482ff00968ba99c27af2b6d50ce202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c9315d23ab26f6f40e05a5fb1f9f2dbce075244a035b1f16003d1108a7ba36d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:270b5e756fca54f2dc05f04b6f7b43f7f188153811decbc0b49eb215b11c2372_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5331e8ebfc48f4d2322226b8986dd178f133a52edcfc0a192e89f1785c8d568f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6cfd8c3da57c17ae1c430f2881c66eb0b1c456bbce4a9ada2491b2c873dba985_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa346af0288b5886b5f095d1fa0ceb7715d4333db919ff9d61078f369642cc29_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3403720059bdecff83f784e2fde54d2bebe09223ac6cf99ce2b4c840b9cd4a98_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3f8cb2cffaf6320f14ae09f7e44c965681b395370a156253790764ec9d2a2aca_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a02dde1d0b4f4fbbc4e6f0afd24da1595672f3f290345a4f6e98e11d89854a17_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c4e8ac4fea3c281effed3996a378c2e952a3d3704e47863b2ae6b266d2280920_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:46a0b302273acaf2582d377271b910d9d31ff98744cd8f290583a7bd5579761e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:af0442c88d2b9b93a187010065424798d89aad1d695ba438c815d04d7fcbef04_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:bc7b78f67fa189ba63da9891a1b05694d676a3ed2fa318336fa0850d63815250_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ffe4e64ee1b721aeefd8f1ceee11d225dd69319385e3e70f0bb52f4f40660a45_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:29d5a91b39dc6e72677bdfab50f56860c53e67dab139b464dd571fef9780dc6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5e6d4e29635ea0b075e402931daf8c384d07ec8660223babfd0df9d572ea6912_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:82555977089a1586dc24154b46be6499607a9d15110e5b48d9a549ee73f3843c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f32c4a07d2b7a14c39db1e5e5752960e46bcda700b292336480c95f359adf0d7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:86b3e656caf1c93ba2bbea00514a17b9d06cb7a6fd5c6746d80ce35f45aa5907_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ba5c8896242125c24e3a7e5698770293a601e9e7f8508465d7b45920cc9ce240_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7de62e540922f1de5f492527d07a8e8f4265d24b577cf2f93415209ccad63912_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bd71e582ef755da7bfeede697b5c2ab29ab9fcea6bfeb14cc8ca168fce5c7bd1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a1e6a736546b54bb2797d85d51b8f2b213fe2f6be6b26bad5b549df9dabf2d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:efc7fb9608c2be8c3c65aff302f923241bf8d008bc71c2fbba0d82ffad2b4f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:aa63c460867d565b44b2a8e919ba9a0e7fd6717f71588cc5a7e2ad268fe13181_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fe1f1b5d6da2e5ac66c689da49a4c76916533f30ab456c9961a225a5e26cb6ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:36fdb2cdf796941fc6638036b3a31048ba0209174c7a62424fb410ae14b1f81c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:65a0b94e9f663f3d73a9696a622ad46c73a5fc793f9dc46ee07fee8ba3bbb443_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8afe2a0c6b1b200201f21b148caaa682bce77cb3b1027f61d4c873e5babb1b30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9f7c3543e4b1a095399d1219c50f1f5081440ae1605154324d57ba9201aa4fe9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2c0897a842cd7b16b64888568ca65c2a6e473c24b2ba9bc5067d6f1f237885d6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:432c94d7d5d46ad66348775fa0e1a6c2c142469e8a770db5528a1aa25664c389_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c86c7188163be31c7ab04017bc46ae88707437f804ddf2b5bd5a73ae34f64312_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3f836bb9effeca4dd6a230a4241282d33ed454ebabd84829c41e58db5f24f47_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4632ef8ca0af5a8115f3d9490c2ad9e2e44361f4d0671fa8a3a1006254b173ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a7d2d10f5326e2d71551289740eba86d6dd2f12526dc684b1494bdd4228fd8e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ba876751849dd525a26e70996e7e02092c473bdf386ec4663a54ecf61c4f0d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e842cdc56ee7728aa71a7f95eda9777ba229aaf959594e73d998fbb30b7f76b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:90331abb869c0c04ca7bb59681cbd957ff54eb0e0265e16368f9fd6ab6937acc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a02580814c02bec4c1c9b79c4b5a48a5a59caafa60a573f9f99a4a1ca07c6f71_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c197de59c38c060dc8aa099a027922853e4b9dc7e5589ac55c8841dbd44b1367_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ec7a4bcebcc80cbda32227224f64e67cdbc98d3fab95466b55c89755421ea4d2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:223df196f0cc747e52ffae9f3dd03fab2da3c72d5e3b189e3035d4264a08c6c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:29f3154c0b972730ae9a54bc496bcdf62e9ed348b73d98ca958a265717ccc2a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5e12029e90adf045a4377f4be2be75c879e57aca7aceffa2aef08aa262ae0f42_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e150a242bffd4437f92000417cad89969fd547b5da514f8586802b99a668bab2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:17752e2fbddeff8e6f43bd354d91f248b4e69d88e80b29b75508fb03b82d92bc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b1703420b5a67a12f055518b6a23c1d8259dc8a064a1447196f642dd23363806_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b93a134a81af485a0f07dcd6a71c816ed517178826539d0f53b6c45dce87096d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d266a3bfe528e76a8c6ef1700a2016080d084cf6fad2e70efe5ba52ff0dbbc51_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:8c90e9864b3ff53d398f2451254dd3707868b36c6032d8d139cc3ef2cbd9084e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ae6ebf086515376ed35bb432a7f567f7bbb44b8d1b86773fd86daa387c5fb933_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0a0cbb021e13ce9d693eacc4982ece2e8ba4697f5d5571b8d0671d71824fd07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5271f6452a89fe7907b16f486439f54f0dbcc3d075a70ef446ee4cc62211b1b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0abb949ce9461e5718c1988f57791c7537eb1b3d2184f4b4268fe087e39726d1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1267ac849f67c33155b54409011cd3f0eaa27d5f211703875cfd383d1170ef9e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5082f39df1f143f23f0e587dec5cdb3e3b033ab446a57e7e808c88e6211a1a67_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8fa27bdf891edfb80585e470f09c9d6fa369aa727a3698b936b4818a4b46448f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:017bed02593deb2e9cdfe0f268916e5d1c8cb7a4f1362c6eb3c94050896d7276_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:027baac40981f53c9ec53f5a4241a657929d6289e42a0e5deef617c182b7580e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4bd5b70373a257b1fce20135ff4a4b3e6962eee541c67a0e29ba9a2523d4d4a2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c0b3ed1332b228290882bbff6a1ad6866f5ab2a4586b261949832cdc3bee5797_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:047c270f56b685d5a4e67afe43d2f1ff47829a259be6ff93bfec4864233d4497_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:50a6482667d53de3d7aa2bff6df05ca21e4e9773996afa8b8038721e231deaae_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:653dbef43ed7f531ebf64c9314756be42738f1635a64097c53210ed0b6b0de88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c4d2741561038e0080204335efc6eee5b6ffd8878553b240dd433fea701e6bab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:3de609d984e39497dfe119bb8e0ac2d6d823dd894a5c866e5ec87de5b5711e60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e3a8b252aadb5b32f42009803b56dbeae49a3ddbe9d00aa27569af4747fa403_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ccf49e256cd9c3bb428badab464a17aee485ee1516896f1ade10da11085e843c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e77ce95a84b01b09c5d1e6dbdea8970543aa3a60f9292300beb078d1288bb801_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2ab5fcf7003f4ba3de7656a284b11d6ee05bb02cd0f3532671a8c368f7b15178_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:44241e57d9067223cdd1585db9d699db113931b7a273d207516f60c498570677_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6aaa55450d567e2fa992650c456cdaf5529c5d96fc9984f7e1a4aa9ed6294bf3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f2fa21e8a0e88b25e9037a9c2db4b157ca6fef8b765b36da7dda71bf5a4c4478_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:10bfb59c904103177754f0336f7b7bab676d240480a8213ec42a778bca3f277e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7aa4fdd78ceafdc887a91224614657e86c1e12b72fde68dea4ee5c6e9b610cb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:e4a365a0516b0c8ef2d1259ec4bdb7f76aa9dc0d3c3cfd5d5b3d34341d349772_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:a06af7a856d5f2416777c1bb1d271c189576e273450b25c6dc5937cd16b8bf8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:28b8390dae142ea16bb05f6bd95f19b6ab38dd67c341168337ca07fe4f45fe87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:be6a9bcb97824c91f393af5aac5a146d819ed9893f5a074e146afe18f3a50dc9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e6392d583f97f0932dc01be55534fbb6dd3014f84b745e8bf7583b96ad7a7761_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f30d93c0f244f5ba21807dca912d18d4facf47ceaf43da7efa41b14ee816b71b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0848bdb082bc8dae6bdaa956d2ae36fdeaaac89024822f4bcdffb51da1165fed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9f9603a2dd344770da433fe8dd50a104d69e80ad463f9cba71b3aabefc4fee61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ab417553778971822422c6eef94aeb437209fcf88e78188b701d4b2243ac5be7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b9bb7615df3eadf64501f35dcefa829934f330892801cbb86e9f70f5dde236ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6bb4c6c64852f2b7ee590a0a60db256d8dd549a4b141fe71d311bf30d0ed88ae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:837cd26d96a814814145cd0aa0cca672769283c499eec36c457ae432b99a7466_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:956ad866d891e1340f630b9cad6ec73d1fc60d4061d4c63946ed714900388a3b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:9c91591eddbc058f05d052e3178102b28ebd25c2c9cb796fffd5047f5d413d12_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "nanoid: nanoid: Predictable ID generation due to integer overflow"
},
{
"cve": "CVE-2026-73566",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-08-13T17:51:27.686658+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:0c95fbbcfd5c54e6b2934a8efb4f8523d1536ec1deef78249f4daebaa9d327d6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1b84b2a1cecab16e75947d29572008547922714207272a5dad8169d1ca5beab5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:466597e63e82ac365414c803f5ecb8f06a72374885eedc5daf9532aad16ac148_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:de9cac5c7ebcf3d43cad87758dd2eb0f4d6480f59bfb4112c224a4497aad9ba7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4ae516b98be8fbdb9b783345fe680c1d6ef57b5dc06b2ec3bbd20bfdb7c9b2c4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8f242ba3e0b9c57ecbd85f0d4c1bd67306357c92b53968a42419736c3dbe04d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b717614ee549be99c17ceef3d755c66abc983e821e04808df347962858e0da81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bd0f90ccaaaa74683b9bb17db0651dfbdfdf8f49adf0ecbaf8e83756d270b590_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:040115466e4f525e9f2386d6f8838c51f8e1638eb06cd64f071d4ae027a8fb9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:1a677b9d28655390d007acaa656997b12a32e9093c1c228778ef96cc6f4ca875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:39c68aae39089d044ce992b949d4e9961105711501daf3d4f0ba7e9981920729_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e814640d65f77818c180a706940337f8ddec8ebe4cf22c51a58a8b69e0f4099_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2831d7dc9f3cad92219addd21b93959900ee2f71e2d988fffe913a6f88dc7e1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:50f602354dcb223759d781cb057b4081a424d6a509178b10674358cc8dba41e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6925001d8a798896438ef1388f54bc29825c37d41f2f09a59e3f8bf60b2ec6af_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e01a83cb76fca294a011e022ed86f1da8cde36928096422a440bce8e42fbc8b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:757ad9e0c37b861340a7b2269b068d5b0c6355322eb5f5898a856fd9c4495b16_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7f68ff8059ae68d15041b8f38ad5ee5278289e1370d276cf7e78fc7e9fc3bb10_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:816787cc8c95a4a2df1416f09af6228559333e1bb1421ede0c9e2093444260e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f9bb9a184319c9fef278d3c6705f56cfc592c844f5c458bd20bcdc07c4230982_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:198f39ed50bbd835f4789057f9d7fd8de0962f1641a7f453dd90d68b5b2a4e7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:633ce875ee7bb08d9bf00cf79738e3e63cd6bf4de2d40fa6860142a301c0968c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e169d65b86f23d6424af5e7cf9e1d0ced58382128092821676196c0a05f91da6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ec2586358c34d0130b00a3714b50c8b7bc33ce915aef6aa79eb214d38202f37e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:13e81e4c25d8c789ca15eb4e84f3fc531a50b4dc0d95fa3573e002e3b54cad61_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:17637f8455e0e17bb3dca34545a26e881cff3e1444af45b9f45c3e282a252bb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d2dde1514fcf3308d1469a0af6727835121c4d6a1a1775a675a7ffabba8e3bed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d6376055835ac40728181d6f354398a0e60ca131d2fd8f41471ed87e974ea4cb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6f86d997faaf61c874def5a78cded319a188c1babbc4dfefb91a29f7e0d7f0fb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:73bceed99ad1b0bc99e66ab8361037e4046c5212645490161572fe6f34de98b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:babd6b0e928bb674289f34787d3aa536bdc4c24a877a5ac9311f21f0cc9e6224_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d00a12f6c4e75a2c93bdd135eeb742f42868b0186d9d03f318c885407a17e439_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:0932891a63e5ec5a076c7848d5746e29d972f3a96058914bee8fffa4921fed38_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:472e977d39473b92992f53c0225de477318b31be8656c37bc35193789ab7a456_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:71021ecd15d688aefa6db79f817c11a751b51f6ea9f2e48781bdc49c6de98088_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:9563eb7617a4d3a9c22fefaf03a4ede698fea2621a68ad231cd9e65930043a56_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:1fbf3bf4990353e799dc271bb4a0c58b385feb2ee60207636a3f76544b4f5ae4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:7815e9dc63477803e7e8bb8a01ea83043b5503ba529f64db3c76ad1c4cf2f0b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ab22d93f277f9bb65fcb5fd9c448b72f82384b9be43b8ab525d2836832044eb2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dee02e09373732db94bc442ddcb2eb4d13095a04e35c674387d3df8ba23d67d5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1a046b24339587101462756592c87ae4a8f699fc2977a703e6d031e2022a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1db6c409fede3e9ec09788fdf286fdb0634de6b6e727ec010332f7cf2e462_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:bd6be5cf4063439e92a1264ce3af0ea6528b9c27dd4b26f043a80aa8616575fc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c955c4b9dce1b25c73453079a21d84c5a2e5d0b53cf6e351f9b1855f08db3fb9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:221943f7b65573c2942d88354261f93a01950be1d1a86fa853544cc4c283c027_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2488ca8b2a8f658f3deaf9a70b12f7aca159490b5e0861d746ca8ee5d2010041_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a3435c546844b61f456789fd315495d6bcdc2560756e9fdfc4b896cdf70d75c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:be2e4dd58b8ed72278bb2c014317e69185e2b19dce37beea7fec3798abcb35f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4da2632fea643a834aac3fd63bc51fc6b0d768b869ac450e6779c9f36429a9fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:56ab8a9553f0c0202a47d858e234f2672098514dd647502405cac1f28d14196a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:abe530f4e865add435da2afd379a3a11a4d75c257c2468a09bc78f10256e0be9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:fe1397131aa0d447366fd627b12582ed647551ad3af13375f8c281ab73745f0a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0857a5a2cfb5c277bc2d2545fb19693f23285ccf6b75144da8fcd7225e1df1c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:43b36fb1f7ad271530f5ee9040cac4651a684e0e08de2ed90a2939b736b565ed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:7f86439496ba6573ee1d61b5f4d414dfbbf65a95526cdff54e45229f01785517_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8094138e4ed2267cc278a83a1586922c957142c9e5fcaec62db531c83b79566d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:309b1dd27ce0c7dc332c7141e576642db4aee6076ce50ccc2930e824f02ead2f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:35322e4580b0fec862223f76e0bd3c95ad0af31f3d4cdfd6423d3ec47d6e25c8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:699bc772c8a648f8be7d6a5c32d786d8f6484e584d918d68ef8a32cb1499663f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:779afd8e0fa21d022d7e75e7ba8da00cc7604db1adfbbea879bfb1d0f8c9c831_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:49e98d0193f7d7b4347043f0655d350a7a0c0d8c8b850d95abb57acd13dd8ac8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63e308cebeea85127f584610f59cdc9b228f01b9acb227f2f6eba7fcdc29b1fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:71f9b47dbd3985738259a6bc9a5bbdb240fd21284a194b47bb78538f8e870cac_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:9181583c88b3be23253c76e277f140c0a1532c1bff7d62cd0da1e14beba1aab4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:0f96581804dbadea29d9ef9a2a952753f5fdf295670ea0297622214e2a9b7d0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ae4714025025642ff5d9e250a4715b01d933487fa8bf4eaf82629ebd6d4c8702_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:cdb096f05b664fb542bb6eac3cce52c53da2e4bb636189bb53f737d3075615da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eb9908581f71dbe01d8553e494ef022417196408e9fdbd32f08fe1f5b9c9572c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:08725f7a384b4e72a173141cb35fb67293385ed72d973fc4d497f3c0f0dc626b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a322e3fc620e914088fb5669f1459a47140abdf027bd011d6ff4e5b3e6b909b9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b950e80fe164f86ddf624c80210308a634929ab8eb493496ef86bff1c5248fce_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bfc663a0ca81dedf849e89b91feb3fe0af97932fe8a8fc711d7ab85b6cbdcc84_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:13257447171d38e6e99c66faa476de6ff6ab934c285a0d1bf71fe94dbe583462_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:23fa493f397748092cd71c41b9d83d19fad6a5433b692bc644e30af790cf60da_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:28b1c9ee4102140998781ebef22f269316d8c2be2254c10b4d7151dffb0d37be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:be2175c2c6c9d882e44cf10aa85f1219573952473e893f67cc7085bf0a324407_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:61417bc1ddac0bc97c786b5807c2fa33eebc75f7cb186aaf9eef2151dbaf75a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:73956194247e000432a8c5f7b78255062c5ca967745ba2d97e680a06f698f518_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fbfa9ada74c4875985fc4bb8366d21eb5275a52953d44bc6bc740d48edeab5b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a545c9c2fbb36296286f684e02f9a5bc337b3c3fb9c83c608c988c88455f9bf4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:34a8a8a4a62b36b5e0eb061db3d56905c8dddfeb2e7a7135642f947ce6bd01ad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:41c2ea14036c2f8639cf0dd634e327841954eff4529743fcd10e8475546165d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a884f443877c7a3c0b32dc60a79e1bcbe89036549da7a8aa4608ee2ac6460765_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b28e8574a1d3b374ac4a61ea4f3c16eb70d9ba7385bf830c8698f4490f8fd3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:380e3045135a40d202f330002512a5c499d8d2079cc38e5c0bbd5a2312820dd3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5d06442daad2c126259fa5d594b53329e386f560b77a475ccb0cc37148644a5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5dc0ca56deaa237fb0bcddac8481b45d3ac81609b36c3b7bbb6cff8456899208_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:aa669084fb336f5d89d86cb58aca73b88d6bc4b6505eac2020664e0b6abfff6c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8cb392862e1835b610757e822332074ac459c593e9bd60fb6b6f6d0aebe577fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:987afa1aa902bb85d7c2d96f1637bcd19bf21eb832444c98d30171bbeb746751_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ad2f0cda09211f3e0aff615306168baf808e6fefbf1f039c3ae1a1fa7050a61e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:bcac50d10432ecdb8bfe2b465ba75889248ee8595f23c5243d023ac2a336f3b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3cf2d6f464e6a2fe5b4a8cf66690b3237aefef0c825a687a548f81336507cfb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9bd17213796576ce4d315986dc0b271011c37cd6e9ed75edff5ba80c3302fc26_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3205092b914bc1fe858b2ede7642227e04f35d06daec4848fdbbc0406fab4a03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a20ecaad93b15b869fb321c7503adcddfe1f0f5eb3f0f6427bd363234010853c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:57259db0550547f85684c19078b9af82b6318dca0c00ef8da27de8c8dc90e305_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:a95676fb6c1cc1b20cbb758a7c9fd34e82b3e114b81b5c17f47ef303feca3d51_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:49026487ee6722c3d438c05c1c181a36d14eca2f0d8debee48e4a02db0486145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ee65002c4934842ad86197a89e838997bb87a93ddc9de3423eb2af282a565c41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1bb56a1a194ba6f64edcdeae267fecec590c14c85431ba62ee8c6b5744da3a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bf72f3bbed57cebe1deb7690cd7fcb6d371e526630cb386d13180726736219c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:81afdbb2d9fe212af38a11b4d00ac952a306e13f91b23b2a081c0393173c5e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bf8d63c933996abf39eab9406b3061bee014d766a58f4e27a56413652d319a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:4a5021268b1ab163318270fc9ef07afa8a29f288c95ea69700c4bf46f88e85cd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ea443d9738e4428b6912b47f9c1d8d05b75cf8b137f0f9a76f852418b33b989e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:00148cec706fce87b240d38dcc91434f3c167052d5860d42ca9057e24c3f35eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:7996dc231961eb51daaceda9598b04e4bbe7d0e4019dccf5adec8a14d6f7e1a2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5c70298b919a36de41bf25d870bfa3da4013d36c6179db3eb6dd2e67dd20bff1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:a64777ab69af6f2b6cf4b78e5a00148e98353748946991c0a6da7eba76b442dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d4b6a07334845b2938c6d09556cea5e0477d13d4be6247bc9e3fede2e46aa3ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d5e665b41152b8363b4b15973a7b86365bb2c047366aa69bef7e1c499cf4fd3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:1a29c30f85b9bc858f0c70ca5ed79934494d92849f23baa6c7f26f67ea49c57e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:70f95a8b240afc604ee9af621fc3b63adaf80f593f3131e7ed51077ed2c77a1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4d217b45b97c9e01ba3d54d03270be07e9659b0d4313fc85999aa49fca560108_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:634f48a37ef03dee1cc0c0626c32aaebb8f9975b4640ac540f02910bdb3b165d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:00f06d1c70494444172d5630c33e1c93c333a880520bad3a810f96dc69cced15_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:01ac79392fa7a265608b75458534bafb6e5d350f2e8536bb9de48566c685841e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:12047af5271e61b4032c04c98df9ad54363d6beb13b36f49085307705677e345_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:37e5fa3bfc88e99fc78f2ced6cb4a99f5099942e40158dfa6940784c3d2ef95c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:54d10266c83c4d5fe91b013dac51538493ae4a4322c925e561c45316c73b1e2d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f799d506fc4087aac0eb4b2c2d6c8e511b598c6b3cdb1ba5ee470b787759fd8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:061d1b86afedd409ad4947a8ae59064f0fa92360cc82f640cf124776753ea3bc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9c7fef9c0e22e1721125d5b1312e509fada544e1d3d956338c3638aecea53dad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d3d951b736b910437255f3455b76357bfe0111c257f5a2d8dfe0f9abacf30fe0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f7feb8627754651663208ebb363a3e42e1767e16a65914148ce0507a77bfe795_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:23b0327190559517a3526d2500534542e9a397210cc6f663ac2b313aee902e92_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2911daa552328c8b01b19f91ad43ac54da18d343834c48ef35f12adff8077785_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:43960246dc7eb7bcef847c0d706bc6b0f0a407053a2cca7dfe27fce23c6d2af4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d05434d4552d2ffdd45d2fd44b1b2e2e8976a15f0f4ae59ce7dea73ca97dbcf8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1f7e808f97ad41f4c301736bdf2e06da73f2d0e3ef4ca838f0afd65273db7c8a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5553003527f078011d0c440f86c1480ff4e62b318e98ca2a4af97b42e5e186d5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:582a4e6fadda74e5c6c49b605b7967e9d6f25c84ab3de162c30931b1dcaee31b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6d54aaf9249113e5be1b6a87bf439ae778918533077a41ee9442396cda4d2642_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0b4378067622a7584c3be2e5e5d8748a564ae7672cc882bec0c1d6f4f4c28686_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2ba6c6b021db9b58614b1ceb9b736978b0e3396b04dda4518406b041448dd5cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7f7e406ef7b654a66bbcbbfa5326ceb1ddca4a0236cb60761a0ea48b919e8571_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fc403f7babe4eb16c770c80def94f34696b3a8ac55360b17c88edb11b9ae5a8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:473d595a495e4656de14b1b22456ef1ce2218fe39d02bf738990c0be4cdf5440_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6b3fc95809e8ab1be94de33cb375207b4302f93dbfd51f2a67228025c1e304fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7d0a9db460cb1d4c918f87a02979048f170f5e692e83cd517bb9b3271aa06dd2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7f1e2dcfd02a6a5fc56c6665979a8981f11144a5bcc6419feae3964b190583c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:775213a7b6d92d23694dbd1538727c84ad58c6b8a8b46587ff7bdeb7312acc05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a649eef7fa6148524b1f3aaf18ed6543f65ef91ad21358cb0af865401061622d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c593dda5f85469eb4ded8cb6c4738069d48a144823a070b83b58ba7772ba0e90_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ffdcf3c2b138b62cfc84d9916799812ad73fcba9c3416d7442f3686417c85932_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2e1e514d9f3cdf5f04ca924fa98d036988ab47259be5df67497931321634f730_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:32e93e986bbf92dd3a3e09f9c76bed29334b5cf794e18b843f81522ccf43697b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7bfa1c21aeb7971fa978d49455f4b5dcccd4ccc3de147ef47c32e9b74bcaf2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:dbb5abf21bed592282f09e30ba1387b084eb028bd931df5609c07fb8c09a0d75_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0606de7cca514d2b4ad9593d7f37950512741cd8f1597b1f83951aa7c8839268_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:116474d2dd37c159032b15ff856dffecad2ef0ab76298bc43f840bd0245ec78b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2e887b0da3269f28933bc5af839ea2df95b7aeca3993cb31b0a1c92e7043cce4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6029166a01da021523fc720ad70fc59f449684e577f9f5a36e0e759a39d0a28e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:849b8be9f7fc785a70451c1c0704501e2b449650acd23d450d145da1a760c166_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9c5d6a2d314e840600ca6bd1354c7dc6040fbdc216166418485d6edfedb27ce0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ba10e440e514662920d68ac025d5f3841786a393703fc2dc0ee21ff1d2490015_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bac1799b133fd829b35ac619a25a272301816494e83be5a251f78a50e7fb2f88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0469874ac135c41bb590ddbac02428775083221257b6904fa376335610c4acb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5823c8fa1f1409d6863dacda718e35b7afd2915befa21343dfcc68b6fef7a9ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b38d3723f2547dc5676460e3738420e243c6fdf7be77e54d18657efb9668c438_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e5a5e4c1a01ff3f5d694ca26dd248533fd463c85374c25ce1a9f4b7a60deafc1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:19f94467c811e10882e30eeef39b1266b83ee417974aaf62f75738d51811cbc4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:47487ff8d0cd813ab3354061caf319dec553b1cba9d5c1045de710b8a6d0c51d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b3a0104cb85f1a6965eee44fef58983637839a1f97ddccd737704ab41cda3a25_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e8c72b610288bdc44492ea0a5c2fd66cfb1673fc06f6bc66831fa84c96f86543_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1a9333d29d3561fe95488f3d80136d6b24b4a2e04472d37d34737fd1032a8856_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:705d146d458883660aa0b673a651d05d1d1ad73bafad91e84755118b82092ae7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b9265d767c8a6786f12dd4788377f1a316864863a32de4a4ec07ffc8b874aa00_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e3a7bfabcb96924059fb7906be97a0ebb1df35c6cad39a7968a6461df0cecb31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5c015e1a10e5f14e82e30ba41b1ae6a82cf5cb0bc631f5137d7637c44a3f5b8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:623bc4c74b05b46babba7da628809bac05b48d8c4055648e88f0db57c1bb0e07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9502a32446a8828e8a1887edcf49034e874ea0e32ab5fdb738ab89e77cb5a472_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ec7b6b83c8e934b66505e8051e183fbaac54e78abae5ae99077d4e5e163b4529_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1f15641123321a662f676a46a24f6c8066bba6e3730a3c0d0eca3ff8e548de23_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:85070876ada5cb86e8c585f3ac3114d548b189074723a13ec5d6fc6be25c9964_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a34e14a715bad1d324f9211d95c56ed387ae51b24b21ccf931c12f3f7b3dcbaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e12ce561e4cad13a5d08e8164060bb74a309f66047279a26dd727d34ed3dc16a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:67789c239f82fe3649ab8c0e13f920a788a3612d15a78fe5986a852bb2d11a0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:80d704ed310acc3015748815351da4b54fef2d8b74d7d4b03aabcf9fd7e60b38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bfbcd3f502bf336124261fbe51f19e7a4cb9e9132e07da62354699b30cf6ed24_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c1e371a0057014662b91736570bf25fb1211ead7402154a1149dfee9e55b994e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:175fd0386d9a4e064fa760f23ecfb45ac6ae3500e5a50acac0660d06e5b7ecb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3e9811dcf3c528ae6f5ff86659dee1a590c2b53f7af1a03204d06fc3dc628fcd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:68af6c6e7f51523ac223f4e25955cf3777f4ae5b601dcca7c6ec7e2dc0de0782_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:8f1b3ddbde3e33dbe01816bce0cce7d7bd196cc04affbe606fecfbd8ad7b8b17_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49699de68bf38c34edb696ebe4f9dc608756382a977f497f6713dbc7b6e1209e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49c32ab1927e0969508b906c14aafcbc64e6eff7680b9a10812eca4f17787921_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:86135a8f7d4aed36e7b2a571b431b29eeaac2bda02762eafda3e22a62a7a2d6d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f2dac4ffbee9d028b26e683b63a9f033ef8609907f6c498d42c447a306e75328_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2884bba195d4d635378b0d15efa54991a23f51bcf4efb1095b478f5cd9c34f46_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:d84853556ede64db5615eb4d826879c744f7ccbd92c51ecf392a686af854ec11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e05dd48fc4c26b5dd822ee58a2af27bccfd0ed28cc959a6fc05073cec6f7c9b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e202635a4a52be92b47960bd8ced28634111416b220cca5fa7f86373ecd1210a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ae36d953c8c7f73dd78d620f94a0335ff5fb84b16ce9d2dbadbdf3dc5d66f6d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:308c924c44c35b39c66b429a15a0343a47f7dfad62dceb76ea7acfc85e6bd973_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e132f6b0a6b4e2dc63561c1ebaa0bd9fc669a835b0c22b0d56599e3da870231_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5216d36dc483b1368a03e00dd9dadc7c75de2bc36ed98cd7ea2b089cbe23965e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4bc11f6ad7c3e9c99e708f7ef5a01b4faedc8eb5d2de5b0cbed502395958555f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4c04a50ca49fdc521da592b9c326e233763918fbfd6bc97e001e0e680ce24cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8ba4aabc0e1e36c3ffe66b55c67ab8c305f64aa6011f80060c5d95ce91180c5f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d259704d34b605abd3568bd4c988bf9e831d80554ec2d7a57e7c39a70daf0140_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:14c55985b9277766e54156139f0949d1e3e5f756ade34512a3d5ea3dfed2c544_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3231ec9c296798f11aec6a285b0a8f7c5cf220534d0525afa59c17ab2464abb0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d8767e4d0b2c8222748319f05483bcefe50388abc182a01f3ca9dae3c80dce44_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ebed5c3d8e112fc5086208b4b4c0aba054a0058f3fd08b71b129dc124fa00f99_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:26dccabde8cc0d1ad45160677fe240b3fc098acae82f6d095fad08b78330453b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a168025d531f20656997ae845a4930919d6805b7f9374c40f7835a93aaa46b27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e696a8bc54ef8a13800b2168a395d2cbb08678403beee2dc52c56d04cb235759_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ebc22890c7759ec9992b64dcb0e388881caeeae333a9a84a50dfeffe27e38b49_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:09319f1dcbe090d9677a43249810dfe5b3eb165aa3f8b473417e0913649b1556_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:46a37e99da18852f5512235589ee86dde0db6c09d76a49275a8004422b9ec303_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:535d1b713587008fe67eec103cceb54471f5263516f5420589cffe1dea02be93_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bc614ab102efc7dfaa47fef84c4783da26548491e4c43257bb606a06e8d155f0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:08cac9e30829765f182624de9e45e59b40884b8c39cde60528dd27afa57afe72_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:13724dc9eb7247844e450b59b8cf3af5e5f486e9558942836ab60f74b9943291_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3e1a80763f76f622b5ffcdb35bf2dc20ce1e9c06c4f5f6bf0ae06b04134733b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d077c79741fd0c481fa6e1aa2c479b8c5b380b1d1f163259777c8c50be257709_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5e82ef0b9ab6d4e3b7431a7611bc563f356385dd8927855e6090008685f1549a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:62ba53e306331c1b20cad27ec31cf59687218f4bd5908ed7e9034559ded04b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7664e74786778a96606757f1de215a4a9702d0c9f7cecba7bf8028884a7609ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7a967f88faccfc101b9388f8434d406acdfc85d7d682f9ec742d59eb31074fc6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0e05cd1eaa2b9c558d22892495f090b6b51a316dc56d85ae825b6fc44611b6db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:445fdec85c2510c8a45b2a830ead87136bbb80bb9244987b4d6ffa5858931926_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ccae4f8f443ba6806ea33105d7dc06002d58914626cb9ae57476b29193761b53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fc0becd36b6fad4911a5b8c9a4693320918f7f7e6336c2b11a76adcb6d1eec36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:652f8fc874b95a56393f14c2b56a63faa64c04f6646c1786d07eaa272a9acb9e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:94b9c011744629b1ff6f230e25f876f218ed59d55a941377797f77cdb7c03e1d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a178a796ca9d32ac59faa5eb9a6aea30f1aec65d88f89080f57ed519a7983f05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dc8a79297c73782f5005075332bcac58b051a07d2b35626323f9b69ee5f4d64e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:03d66c724cb647d4a613bb48c9df6e9ffaabb68c8af5a4ccae45365e32456470_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4b9510fdfb45d2561927843dbd7ed869e2f67d9636e59dfd0c3ee640d9fc601c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b3570e078bed53aa3e435443bffbd12a7b259f8dee9d18c0d79b55514a547b53_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fc8e892ccbd8d3c1e737fbaf8f02b5fa6bbbe242780c9cd00fbc5e6889d7baee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:266bd8400632ac70fc6584e4bb2850ebcee7027ff7899acbeca612c6556302a4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2c8f351447fffc2133f339c6ab3a0bcd9bdfafad4a4cb5b7dd2abc32c6056a92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b8d2783a76f514f9a4e8096434ac205e1d82d09da2d67fb930a1b5e4d8089e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:74fa72db679ef47f9a3e3459a90dfaeafcb6db73dfe15b8933767e2f9d19c448_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2b5964f6cb078aba05ada42f0c8280dfa39f9f80526932cc5d41410922e4e8ae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:480b27e9866ca8dfba83e1accd427d4f6813f4fb7f612854e32bdffc10d7d5b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:91c7fa7b70f2cc82b26ac16f91ea084e15a4f5dc64f254ed878c25dd1170c0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:edc297cdb2f670aebc1d3561d801840ad029e8777ce45724066e6891aabd60fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:443e0dd81ae60896d31f07ab49611c5e0629746824df094ce28cdd3cb0ae1d58_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9b16561ca87196e3dd9330184f7abf25e97272e3c47d2e8d594e3095e74f815b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9ff62f63d487e25a750bad29314955effd17152bfc534ff698963760a2615b0a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ab506c549b676ad9d8dd179e2ba871a12f2096ca2601ea2a1f2605ccb849dc6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:08758e6b81d6679b095a8e7fa323870eab35fefc05e525c6ef810b6cc0b3c0fd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:af87d24f6540e5c98def879ec4ea8adeb5b138e41abc126b2c3030c5847fd0b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c5e9e59a08d8940e99da6bc568269eaf71ea8db62dbff86a7f6fb5dae861e323_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f5122187c85ef27f5423ada009d800afa4800e32ad1ea3299586fe64cae8e38d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3c5078d135089e1548b4dec49b7e78658279e42a72792a988447662534b6516e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:56158ce0af0c0eb9709b2d1a172201bc795ed6e5075517b6919ed1302399d6f3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6720c8097a398327f18a5c84c28f6b58aeee017199c2649649a1f159b8365838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:89295652b447f42c6a0d6e1299f63b04016f10ec8faf6372357294a14472e426_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2baa85e44cc4ac6cb825103508c5bd74e348609eaf53ed42c6d0e045dfa62772_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:61283f1fff1f8ec53563012a5b1fb5a48831f0a220d3676b512f5a60b331e849_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ba258012c0832c57b29785be805be44f0b5f8eccaf76d82d7493946806eafe5f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cf3bee6414a87e7f907d30047ded274c488239af5b1f43ed717ac2cede29df86_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:40854e0833b6cdfedcf275cf716e58f3cbc5c44be313fb83ca3e909bd80d0b08_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4d6a10dcda92c599f52977c71208222d166168b29da4eb4727c466e7eb53cdd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7be4c5ff86b0e939ee9f22156812fb98d2f96c1eb4567ca8a6a01ea3aa735dcb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:83bdc9fa5d3893a973794dd7162bf9564ecf68ce44814349a621cbc284b9e61c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:993ba8c1dd84e486fc4084a7786934c356a9b12ae86155134fd1a1dc1e5e3f2f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a64dfd96d3aacabc8f219d19e6d7eb0c1ac5b68b49eb93fcc973d76e67ef1d34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:ce306e2cdafabbaa29467e0cdbf316673d17180efb604e683a7fd1ed7181c6f9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e6748814d950e6f5e370dec9cb7d557fbb0d29ad3620b567840770be826a601e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:04d418560f90c35b42be67886632615d62dc89cd37fcccb6e247212b535fbb7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:40eaefc42c0f0b5adeb47bcd463c2e2a45e7f3af1c0fa4cb3fde9c5479660c4f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:545bc2a7b32276bec515f338aea3a2976c01cc787a559986646aa6fa26ad5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5a2653ccd5dc3f59a228ee8b936460575e1a392d12287661b1dc83a9f8210033_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:12e5e4ea4d19c4dcccb35dba161fdba8a703ba6331b11054e4664818737746a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:180e817b55ebfd081fd0305f63b3e0539fe8d13d1ceb8428ea21e213779fd056_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:92e8693b9f6955f9862c8b576f5e32bffc3bc34232511fae0cbe57d705bfc53b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e5b5d4750a3ffe24b1196255d4cfe15b21efd587a41736307ca8e4e61a4936fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2ca8a85fb07b431d97ca6a3e3c18f1cfaa20883c7076d6b5b4e6942b632f9aaa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:559af5a310f0923dcb4ef9389c51c98604cf44642a13e8ccb46225b4ca268580_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ae056c9c8e0cdc6519ac1a9542781cd54ac2ac8881f513e965b57ce7d1e5ef2b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:deb92b50d5948bae13db37a7046d9b212dbfd3ddb1063ff8a5e5467f0cab203c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0c4f3cf84115f8c9b9bed6b2dd5d52316eb3a9e670fe6b9e28c2dbc350392e87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1142ce3f8a3c1c2a1c7dba79ac2c3b276a45fc6271ad9df9e6a5d8684c36da2a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d9f2c021c17f1416e01ba31a8823b7a87724fd96d7ec99d494981842b5d452b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f3aabf75e838b4a941f64a7a322768729059346d7578ecf5fe7ce27a71876fca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6389373ccb2fbe1b6385ea21dac1c0ca918bf9d3889ad7a738de6be5d7ec4272_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6449fee9a31acc582bb85e0031312e3ff07d1f1843a1c6c410eb79cbbec1ceb4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:751f007afae9f16527e9039aa95c2ee6efd2ee20afe3c083ba7298493d2406f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:afc11a340e28d4100c31646b705e8db302f6b0a96ad3620e07391f02a70438f1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0673d2034e7e5fb412a171939379da14e9269dad7bb53e83be7ecf8233b0b5a1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:18f0345811215feda18d2b63f679ee870e76b33e9f61042d93edcf36fe97df95_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a2d247eb696c80e02bc8c1873e8ee0fb71a1e5ad6cf5cd84bdf504f4fe17cb10_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c342b14ff399c961ce05c1af127244b950b8e9d641ce8752f9d0f880ad7a672b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3d9fbc97d13987f28ca76b3e238b540492eddef0f302c2dd958c1b0d05e10941_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:47682d4e934d597aaa1e809011a69afe93936fc629ad3dd1ed76dc7b073f7ee2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4e8d3460e04e85a3e01a578d492499376787c85f2840c97821f11213862239df_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d7b99cad55a1e1d380d30d0d4a61bc5f0cbf3a87223efada3e69bd9b0741d3b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4849bfa8a48c7e7d264fc6ea9097fa9d33da25f75776619976e3204b42026cc8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d7c3f5ce57c0aa25e13ba9484facd75c5a1dc3caaf9be4d0f273243e7ace327_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:78aef6c20ab3bf78eeb8b8a857ca2a24067d45cea0a070c44d3fcedc00d4efbe_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7f33515dbca04230d98550ab638efa87389629fc7d913c8ec42e4b5bf8a772f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0251068577a1724dc777683dd189468ed77413b396614a117dac6b4320b8f01d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8812fd85c74fd67a95afe09c2ce5e7d592eec1e25fdc6fa331a8bd41bdde0cc6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:89e0a7e0fe060abb45a6f8e6ed1906053c09f95c252ca7813175903db61fbc99_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c3674a8f28935f3140fad744b5a178a8346a9a7f79f6c281561d2877b38c4ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:13bc0d4f7d4508fafca5a3bc61b6449a056e277da131e753c06cbc1bb7781b27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:993a2a0b3f84e071560f6fc1a3ac243fa745ae9a7ab15febbe1385437dbd3ad8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:80fc518199cd3a1ad421b142661f0a85679b12b69d0afe580fe60eb6a13ddad4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f069665c66c19d9775b70a31aa7a1069bc653691f6abf106a88b2ceb8c0e1ec6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:13ef0c0585b01c56b865e029d029a553b458fd2d3d0204eb6dfba1bcaa11ac3c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:599d33b55e88212202b15f4344f7a18dee4f4504b3739d6ec99414d05bcde2b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a751f1f0540505bea087d3ea9e6ba798e89d5deb772cf8e401caeb3816a563_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4c26bc366b267d444f448a4d7bd5a0d26f84bea653c14b261a829669d888cf88_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8b67087a584a2d952a6e80572686412cc8ea01f03ec8d70b56cb8a24a0c5a3c0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ac1123e890f0aee159c9105e26e1f1ed3ba5eb3ea66b422b281c3e9465401c5c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0dac7821ce2a3a5a180f53f381d9e61484cd8c5efab3c9a7dcc70b5783421b64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6b30b39205367ec985c4a9d948e71d378b9483689c3ea179cd0f2476b9bfaa1c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:de903677bccf645889ff7968ebbc052b14273329c0765f7faa53b0ca815d6899_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f8392be7a6f5223930d53ed6d127faf727489b8f5ebbbda6b6b437c529e3c812_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:02ac68c83db9dc50cf6280a418eed9261dd2182bbf51d16fd143519e49960b17_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3746261c5d4744b13d4704c822fd62ce1f486010176fdb3bf95512c72eece73f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:85e34da00bd6d290c04d8eac32f39db59b5f50fceee9b248b2cbe27bcf0e7e5a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c343b119edf863e179df865ccde0b665b87087d78b20919aa5726d8fd240b344_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2026fc52aab5a6d7766511080699112f32ae4576108ff95b0eefc5d807a14f25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:21b5298172f4de1e0074c4abf5e4abf27e8adc02bbf7ee49bd3388f7127d4901_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:42f8af9bf66ea72846b7f7e57652725c31b01fc4a8d39ff7e7882075438c521f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9c5711087546b1ba7cefab267b8aa30b54ecde5926f009518cf0db974ff84c3d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:373c4b7507a978e3dd62e9ea629d1e397b1f1db682e11ada1bfe5a0b45afc782_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3be306649df2fa3cc9f30e60ed5d947fb0678b0231b617eafd3b1593d10feec5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5b01a896101a5189740f84cb1a83edefdb0dc00288dde725ddd0e95480f8e1c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:961dd87e559779e6338a4d3d35c96c0ce6ff7cb9634ce32d4bf848032f4a2fb7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8799db20cca7be653bae6b8ac5adc1d628094eababe740beb5dbc27e05346872_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a36c2b308515a293cbcf265af68ecebf498739e74ef11016d5c0edd3cf47c4e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b86631d6601578548af20a28d132a0503fe118f53d7596a5632ed24ec5a9931f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e867bd8b76b5bc1438a7be88a30fa7707edbb1909920a1d4d1d0da0ddbebdb40_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:313074950c6dec37d29a9722b58ddc951aaf67c27b47568039f29f02f2523128_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:43618db20e6f592602096897bc89eaf3c58490a362e91e3299e20bb2a02827d9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:705f4db2e969d23205de87db1bd7dc8eb1ade64a76940fad950fd1a214dde6e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d2d5ee5893ae16784051d9526c1feeee3c641fc3e6f337ba807744551c00ffa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6ae5cfd48e788096162bc4517f0466bf526f16c84bb61072886a64842856c5b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8004e7284c63cc32a05f6de732791416d57d62db041ede2829d4797139094292_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8137c3932f344ce587769bff04355ad405b6ff27009bf23a221ba52f3da56e1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ef15235cf21f0fbfea74089f75471b483a98c920b65676bb6199c155fb61e929_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:149cca2af3f89c7d1e105de81bbd098c66be5687f18a584b644f21d0be20f414_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:33fc93d5cd30760383da666e8effb6ed32f4c8f2668da36677e98c1801ef4f5c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f9c1ee7f72c926c45cd76c12046b867d9efd7c3c381f34afeeb9b6e97751175b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fcfbae71f81307789bec93987c4523700c191a66663ce53e4009c5e0a8627826_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:04fe8c19bee4b629ee7f18a13dc0b7f49d6a4b6e19d204de90b6b2240b0f875e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5c9662139f98817aafe153a43f700399781d079390d5ad23d3b70fd6ac5d370f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d1147830f896fd229aadd2b766fbb4c8102b35a8edd4d8bbeef4928d89cdbbfa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:dfd0cdc29bca0a2239ef203fe7b58efd97ed4e72daed6609e22b20babda395fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5a9889308bcd1c3981072c83d44206d0c3feff059e0a2029d49adcb974674c95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7a715c7e2a8f54ccee42abf122b0028ed19705f401248d8c38f785d960f1b116_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a67de487534d03cdfc180af9d235edb21c5cb71e1224bb5041fcf2b9a428732f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:b3780d23a2c384ecef73c806cb20d7f97bcd11c12b6392c781c0deb7ceb55df8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:48b5d06ac4b35c2a7bca3ba2abc39e3af1eaf4ecb19c720d9b6e46b066318414_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a6d7d7df9078e9d1cb0f12f9ceac12c96bf2cea03a9085b23c3e4af6a456b51d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b757d11e5dc51a5822d9e30e97ac142cf004fffce87ba2e58b8d62926127664a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e61ed19beaf8352dcfd4b9478335a364263cb9839f27140a634a217d87d331e5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93baf08acbc6875eb2b665a9ef3601ca34b76767cd70a172dac7237f21b6958c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a5f2c2debb51b8aa926ede417cf9fa0e4ebaac4f5bf9e770db55a25902a4a3b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:dc97d5c1aa80515080b2b4d16fb08ee4733a9347eebc8427f10b7e70582464ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cc1559af0d7be472ae46be4552fb41e81ad804d73d1444b92cae4485118c6773_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cfd5513afd8b2b5e22d5e384a7f769f9c04709d853feb2f91ef667d804cf9a7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:febf2fb95748ed0c440e6acb72c40d609ae7587b2665cfd7145c878a2a0b5783_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1728f980f3ebba7e48bc0e8cad114db1e0c06f692638764e30ab990f45c637af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:41508513986b369c2f89c64af84b3980b16bd2432130fb122d8c1346f0602894_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:650f08f62aeea4bc954e69ed88a9f2f14d3c8f733c155d113c0c58b7154fec4b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:016fc7e804acce7a8b8df0a02bec320c32f9ce6224ae67598a63992219a77516_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:081f9cfabc57aaf4d19df8b496613d8aff54ceb265634c904ec7765c810b4553_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6da3ef092cde7fbaeee01c5d6bb0ca5d52af3ed8de458ecd3001bb96262c1ab4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:035d07364444ea963d64515420fa4005adf82c44b575555a074149f67db50567_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4e09fb0bd709d53a0abc6326905cc43ee36e6e4ec5e20108efd1ffe585b1f2de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:53a5f81aefcdd57ba33c57c02941803a072ef3f1b8467baa3c53c7e073a9ea96_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:cb3d2ccb57987217c75079a9c10f230f6a7de9ba3b0fbd87d8d3d5c71f8c94b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3472a8147e06452751999ae2d041063907f275ecf429dcdcfdce88c8a19a17da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:61155741778188324e0616274f067ec36723d0fb81d84e9715f72ffecfbc92ca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:adfe8cb84a5f0a241fe69ec532b7092a10cc274cc3aac2b86f33ac8e725ab2d8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e704c70226ec4986c16166ba1ca54b908d1b6d9ddd47640bd5ab6d292f977508_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1d63a1d7ba183c49c69a6ffe5a4584de5282029b0b2c2f3484b4f4431e2ce954_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:441db8762a583090cf4325377b0ee75838452a601732bccf4dbc57f26f6a1a90_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c5c52612378ce1f2577314e5723642237c9a361506c448ca80d2a0b56666a1f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3b9843a117d6a6ae28222951e1a556d3888ceab2ff75a082a06343c8030a5ed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:236fa2dfd935db687e786cf827d88210c2f586d2d1a93e610861995908bf2587_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:647704923828c83c6ed3810e3c4d7456fcbe378516dabfac30f203a3bd3634b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7638d755fde7fe6d3c004a6f0f7c761a9fdb75a3541f19a792c3cf8e8bf473d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d2eaa5b8ad9464732265b84128b5280d725feabb2d4b4cef0178a317add66c39_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b659f5c6da6f73bcf8b2850f0172358816bd68fca721b65a9a70569a94bc90d7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cc867d49602a6ada5de7a783136b6463c4d9adee9877ae1966c016a08ee8e87a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:6fa614240bbc1932f65f8cc9215d2baccc05dd1cd5586fd308c44d8a94447a45_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e85e957fc16a36b5964613a99fec1e7299db9bc63edd86ef965d879a081b64bc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:14b02010250fe10ca57b2dfe1046641aeac31f92e5691c067b3990383967f0a6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b6b13d29b1cb9c9bcf97f2daa289669bbd9ea501430e51652bca3d50f787f23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a8ab293c4f3c6bc251bc91466b7586e5499b6e198cff46e50f6a65d97df60f7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c5d781c35cda14ab70d4a5bde3bf72df0a3956f5cb159645e5337095bb71c5ca_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fadba956181755cedd19d3d5b5ee3da0222daa1dc609b629c900a0052a4cbd8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:2719589f19df23634ec3f6b578f3fd2e827440675b72a69b89c9d78b1310f98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e1fe563643282c027ea829274a1945458cdc5d079bf2a2b7b0a9982a5cc3720e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:28d64f60c216f77e3e006012a403671463b9dd90095e19ff2dd027def6abb511_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6d681aac67e08e2ecca32415dddeb47df6191a99f7a8d7bc3bf1697c6a26c1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0d31a90914ea716508caf180e30fb682cdd8066da7a0a31752be9d86ec9c777c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3ef5a3798abfd3d9ec1b6ebabf3ceb32fa4057072b2670793ca119f556c0897f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e2c62e4b87e0536d15ed8b4f2905930a750f770d5c6d0168de6291d92c51f9a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ef5f4d7e3c872acbc4ee48bc91b5835dfef66a698287a95836344c1587ccca69_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f5f049eb01192eaca548f3585845ed6a530934d2eaeb422fc78b657cabb1f57_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:740b0d9392c76e433ebb7762e57f156a0e2ea1db37ddaed2c5b8044ca092a357_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:da9ebcef147e8d9e84848454fe2b8e259bb549bf0de88ee960fb48f6c8051060_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e8f942ece24d15ce0c4a31f731f2060b6e3874a2f486b2dd255c773fb1a55f46_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1b4fa4d6ee3081f39e54b4f910100d210da682dbb0f308f08107ac44e7338d3b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:571a51e1eca0f31f273be8cff7ff115bdf192e14f5d510705ab7ed423fd5d9e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6dc96b2e8156e7e42f758cc28302a2e94e8b3888970d03a780b1732375e728fe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b91654b9aaa85e13d262d21b949b1a96b386f202524c2e8d52ecb66c279eca8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a677804e422590551f82a17e61f64bc03d5a8a42a695e7ae8d9de5dc086924d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:fb7f225a9221506e6295f7efdcf44adc33e5b971c470b5835b0ca3c42ee1942c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:107c9dcda9632516721c41af941362ccc316d25661bfb13a7c4dcfc2ea4e1c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e75d33740c576321707835258793fe2fd257682099348a2a067806e764e1560d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3ed82adddc3da003bdb272e2a5df0317abe41512179cba925f65fb5d8f7c2eb3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c16e4af4e9a79ac2f1fa632b20e98befa9aa2953ef241af186edd226e39150e3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7b6c16881c71569dbada90e320379c2159ead0b0ed2fa2113e065b361bdf2413_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9533dc6817f01e377ea2ff7e3aa4447d20ab5d016d9145b97e0cb9e758c9a8ff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1285e63d6cefc0454a400b20a6e404537a8d57e5fb9b5d7ff1a75b61555622fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2ea17afe64ff273c9208892a59773c1dca248367c849e805dc78cda228aba29f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5f33ae81c766b0b7d9c8411dc4f6a0adf760221ed0493a99f1bea5dddb5de41b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9de0bd8cb41c5324718c8d8f275c612c0bfd13b322225455a1142dc76bff0a01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:2fee175122b1e3f74cd8976af1515c869d096da0bc4f5e9024b31a64cf88896a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9ca16ca048f3de4a5d9e6b6a38b55bf0b4a994bf7f7ccbda8c50c02bfd59c871_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c42a4deb157c31f6fb871bceb8c4401f44ffb490404591ae36110511f933f72e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f6d5c31b12c8a1a1e8316f258ccd254bf6bb8e49ae8a175eefcdf0bfc5c6047c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:204e84b23aa1edaf66f10a49432115ecb4c3e8fa34472a909e1c9a7a0c3f3947_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:37f226136e439a1b37fab44e06ff30eb22b1ba8f12eca9e85f59936c3d58acd1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3e385fec20235fd68320dd564c68770d91c5c08a864e3de41f3800937d730334_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:878a0a7473a69442dffd7c19132d74b29ecf765e3499d29f8da7b1de2ff6f439_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2b51546e56d1893aaa1b68c4e6ebb5479614d0402e840c8c850702ffb198036b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3aac893d87e5c39ae1672eb5ad48a0b9d02b49888fab57f8662e6dbb3897b660_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c5bddc80f0ba0e391b336de8ead2442d0dff227fdb8aef1874bc3db3101f7048_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:dca0c7b1c7ec76232b3d5ddd15c8716e04a8384f0a816217dec544d667ad2e69_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2551dc2ab6fddb6edfefc185f7b6d73ea366ddaae4e2f79d554f0afb79aa54bf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3cc6eb31325b1f9c9a2163c570ae1c3d4da7e7dcb0d761a0fa775b66fda9dcf5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:569965f29f668f02a342c0c7b4804bdc92354610e9368ba42a3ea5cc3172f532_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c4b2b0855c4ba25e150de01e54f0a84bb4c6c220b348945742bc0c18cc6d7dbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:01b6587f8b9ee398d34ed3330bf0bdbf2dd01c2fe475ed4d44c547401d1dbd5a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0fb7ce17c762a70aa16ca9f7f35e41d85997bb2bb22b81986321d29634ce9b3e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:60c4fd0dcbc1ed92bee7dedce7879893a23c9e4a6181e5e6d6a8f04880f377eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8925d5826cca515b7f7c05558406b3688a14963ddefa80f5b44500fe12dfb1dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:3d914112ad75b59b03d5653cea40a25d92af415ef52dd10aa7394465e6bab92b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:f8d52c53ca49b3f9847d2e568779801321307e329f802aa9456cd0dab7625232_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d29e5c26f37fc8212f2ff15cdac470982494be155f85e3c310b0c958b943f7f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:fc7a6712a6fe86a47b5a745e06a0c6d164779eb198f284fd0996847b025e53c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:32bf2e7aad1dd9ff5100500c294e343af0dae3d392eed27a1c0305198734261f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:54b4afd46c87b2cc839aa7d8b8ae232aaffe0f39846a6edf9d0d3228adbd7a29_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba41cc4ad0ea8dc731838e00dae166209a3e06d104e5cf11491639f82290eca6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a9395f57a9adc721c6e43e578957e21c8b9f18defbecdf91dc49d11044aeeeef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ba077da5ec7f147b51f0ee4432082aed3b7a3a541729913bc2ed821688723e99_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb48a38cb5d06b67ecfb4777c44d44f3e32a996397450e30f40e7ec3e340a56a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:deb40607f193ff4e36c684ce74167e67a7e96187f1a44a1f0f20f36572005843_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7dc856fddd561c1d29112b0b8d4dc39dc7503974a9ff563612e6998bdba4b71e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a3e01913986169c592bb770fc49e3875d46031b5788f983ddcd52938f9ef7a49_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c3481c6f76c644c017392c092dcbbb25a288acd14a9f01e20afd0d2d35e16d32_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cc440be9f6b3c5e22186b6d53a428a8220201ddaa79be39e19cc31a8fbd7b221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:12d7ec468f9634a53d053f3af7957c5162d92595fc3385b26b08acb22b7935c1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:49f08b645fc28af342483d9efaf2f607c9c2a6b491b477cdcf2985c44aa3e894_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d32cde1eedbd0c110bc10836025cee78421ec16d2924d30f5e6265591a9ec716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:df885dc6da20faf1903dbdac693889d9882722e8b67bebe35f624c11e4616262_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:16c8b8c6aee6f6a06367ca5bfe2be8fb85a05c3f18a819683f49d1a8c73941ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:376659c608333e76b0b48fcdc69ff17643284fd22fdef6c6998f07be54c1cf91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7359a62beac2d501d629e6768f1767861fdedc0d05f53a4424a2abdb3dbb6a8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c71d05c245bf1a4955f46c785d7264985e1f904de2a19972f7ce6209a3be0e4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:06ab376096238d4e04c9ab713d83d3cab5db769b5af1fd1c57ef2ceceec6ef61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2c80889bfaff670acbf859db3624951cda96d4ee8cb1560806ca4215e8c6c04b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:627c6b73224c3e37181a19cb598ef9a425cddc1d17d97b6c23388ec1345f6a88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d5d338daef4ae436780be192907d28a26785021d97865d8a95db9065734061f0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8e59a286a05743844dd1333770197161698788e0db4faf8e00cac6b2fb9a638e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9029d8ef1e4455dbc1910078afea1141f92a5c4d2c298ce1d9e4319209b55246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:da4ff38c7a1fd5adddbc0b0d3defbbd580197680b22648e2ab803c90c4a8c9f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f6c44d76a715e0ca38fa5e2becad93a2bf3a41fd8f181846e7aba81b0c579691_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:167937ed04f625a9cd2d0b8ed6048a5cb7b6d435bc2d41775d7db4dcdb5fae95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:176feea3131aada18df5da44af30a127f4dff392ce8ef57f7e0844969ec95923_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:17afd4ebbc2a5233681d4cc1774fcd70dc932bc10006235b11de8dcce826c2ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d3a98e507691edec50373d79ce9df48a71cb6a19a75c9276d0c5905d4f204b39_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1b6c3977b4835b0cd5399523dd437c230b992b77a0e7352b095d008be96fcdab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:54d79643f3a191710d1362d665b5c838130f3e51aecf1e27a2cdf66e98a3cb8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b8692d27a4799d20ce1a8374ba99f55732bb7db56cdf8f5b038424a086db614_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d196f02212da5e80ac5a73931316d38e9def9aeecdadeaf07aec685e661f9f98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:11c2a1966b0632e85caebc4555e3e2f726277175b27a63a5e854557499e0c28e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7e649963b5c1e2a7e8813569368eaf0ded5e544799d561622d469b03b9d93937_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a23fa7969c6a881648ba03ed1a13692c5db21b79f0608d841291ea9118548ed7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:af57ee131bc09ce55ecb3ae13ed7dc3ce9607a7438f0ac5a6e64bbfa000546db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:3a7644c1ac089cabd142fc1743b47302eae8528b13d1b038298f2f57cf746326_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4b5ee426703ecb55bf537731c39c69ab7f86316544cfc472ee77fbef7e5680a8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4cb60d36cc3b34b4b1496b74b9b2e68ff152a71d7f957b356311ea811bf05573_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f3f64bd2f70faa654f7134d803efdc032df63fd4ef07c97abd38fc41e625b48d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1b75d96a4cdcc3a37848c5edfe598cb1d99bb3b0707db5e3f62478320eb90f9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:876fd001172d5151ef99c02826f834ee4db4623b00699a8fb30d6a456a7a8687_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ba8fddfcfe0004287ce58db40c1092f2090b3bbb0810c277066aa2d97799f8b9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:bd9982e951fdc7259571b6d5983ea2cc44402cbea411ae9a6b135692bf5939b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a7a8d4d8adfd98d3a6e3d37644b33966f2c34ff1e553fbb5140ab9a15563e821_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b26a5a47cde227edb5e7f6e51247a6cd91e13484f6b5f7dc19b62f83b7478361_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ccdd76d6734e3a3cfaa1e432c1508c097478e842fd436672e57ef2563d817e4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:fee8f3b24b431ac2a5d4fa3d96c90c5e1aa68c08ee8ae9963fee457c98795197_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0e559f5e780f3849e73d7246176059360631d8c4a7db1700f6ba1b6a9e6ae089_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1a376560672f81b7596417591491e71d065e90672ff6ef5d37ed0785e9baab16_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:350a0360dfdc31eccadb0e8b9397d5a3436bb509999034b60e611428eb006cc4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f8b68ae48350a5aa9bdf47a36efbf661190d497ab5a139027a2bf4579d21e095_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5fbe979b3d448e36fac9615ccd96f8583b0d587d46f6b1b3749e85938cb2e510_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8d45dfe709ac701d6eb800b081947d39a855f65c756f31ae47b75be9fec0c260_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ea4fa6caaa81f207f2372c6179c3698e225658387549ba567c232170cacf8570_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8fb972b411085b4551e10adbd419e3cb89754ee5300222cc4fce27cc349513f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:066d438bdfa1626aaa7a0ee5d2e3222724f2f0cf5bc9a189b67fd5358a0a48c0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:747c142608d6f43952d315d7858f57edbd2d9de2d255938dde311ea580a329af_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b2ee2d0e9906ef1581677bd239073c09f93e5b720501e9001926dfe7db34839e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:bf0b42c5e7e51129966a4744bb253b7c336bb88b1f1a562e481f7eeff5428136_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:3e9309d53caaafc9b145f6b7fbbb8879c9f018ef226afe101f6dc7ab02b67856_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:3a558e248efdf5d3111b7d61e8bd471682e7038bd34c4490f8ba69b91b44f36d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1b0981e2ee13869663087d6504e0c0af6f2c56d2ebf81d72b4b7c751bbf6e500_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8073e0be1f7f7523880b30946f1b6868274c070acb97d9da2f5c486db99ea18d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8980be22bddace1adb383fc356975fbf0af9ac8a20bdc95b3303a80fbe296f3d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f4293de50825a003a825306a45612531dafce45b72a91cf4dd455d596a0c60ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5bc26795163f03947b3f42a5c8cc52b7fd6eb713a0fa5a1558bfe834c21edc0c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:7f29c85842a34554f06db311ef67ec08d1d947d32b4363d1153d92c8d13c3214_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:92857eb171128909119700c431920f543cbfc89cd06aa98db816a2fcaab321da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e931e3fe478f8f905855b4516e1ed9b33a161536c447025cd14dd68778c40fa0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:338034a3ce7dff3efafd00fa35b858c23c2ab284f743df414c6cdae455f8801a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f12584b95171f442bb3661c908ee43de70d0400c6273eb4e93325a5f3f167b54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f37f6568957ab825b08c2ce8fc6b32ad18f5b7bee50b24b1804e70cdb144e5f4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f949249e3847338ce4ae9b94b0d191edd3f316d471f0a9047f97e41e41b7554c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:407286c96b6e9d0ee4e8abec2b06a5dad70fc69820a00deae47cbf3fcdc65a40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:52294a05713b24485ce6d7d1b867081da2f01dc008b9cd052bf8c4c37839f581_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6693dff44dcfb7e6fe67f5373bb73d84cf401d20640c959375f20a24d31aa697_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f65918214ce906cb5af9a59ece43a36870989c579ac1660a2a58f9536a79d9f9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2ec7076ed08f4ce7a61f95083155b5315acb6004ea4245c70be2763eb0ce9f4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5a539e39b3aaf61d63f391b6960cdc5746cbb4b0fc07b85a98969f5c9cbcca4e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:93505b057575ff9292e2e96903238708b940a23953a79cf8742c880f1fbc743a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:be43f0ee18b6d56d81a09871c4a30dc2245ba60cf17ff0f1aad10e117f40aac8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3923e99d803b6dd5bfd2fc957101bef6dd86ba8f6de9e59a849e4c7a02d57e0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8253bfec4409c9a02be72d7e8d87fe5f4f81c1bc58a294f02dd570debc4f1128_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:851fd20edf32778383c81e3c5b935ec5607a05f8fc569f64e31875b8bbe81d6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d06d41126ced4841fae74d0437b18e9f1699d285158fb8725a8768a6e9065b79_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4375e44dccb08eb4ecf461f4e8e7e97d617ab5b1c968beb481d5795e6bbf0229_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:75140fa657674afc46d698aea19115a9f60c7765ffff6a0c4ae5ac166c725597_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c1a31ef64ecdd90020d72f323a242b551a6a4a85a4dae309e19f5d8f12d77b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c3b1ed110f6b17263484b7fde65642eb349162b206c0b9a2f463bf5eb13273c3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1369aaf62d9d273eef766c42f7015d56152f6b8effc50dc06d75b1bab38a20a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:47402101d62f418c0f6b8e3c6e2367a8c84f5151a0204f326bf1fdbe983c603d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b519e10d4cb8fd9ad126a36fb864d2f29f7df218ffa1b3b5f222e0befafbe360_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d70f848ab6450690b8329ae367ff2e5a3a5b295c073028dff7cf810104c5be5f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8f8c882873232fd9a00adc69e199f1b4acacffcdbc282280ebb61dfb1e61b875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9fe79073bdf1745b388fe52bee661394f96ba5c0af585ed8ab4a61724e324777_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b2b91287350dfb474763ca5d332c4765af0c1ff2d7be722e23ea93970add2687_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:bb5f4abfd26a9446eb2f4cb1355bda840ed1006a6233373434378abaf0e617b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:07ff9687205eee39d9ca211c0bb0c6b1618848e9e74bfbbe793aca67de73fa88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0ba94d11051416a116cdf516dab74d530a584fe7c4bb1e8d3deb3bde2214e459_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0fe87955631062bc7ce78891b9eb056f899308f8cb8101b3a44f889c1f0c0654_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:786de5dd308c9fa6643aabecea0bc666a9ede6fd2a5ce1cb0d511eac2a19596a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:719989a197c3bb8b8af09e95af49125cd28014fa74c7969f3f3b939223a6743b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:743119e024a9aacd8bd4bf45ab9c14e684ddbe2307d8f965e972ace243f128b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:76c523fa10e222690941abc8c5564efee1ec4d309a7d023480b6000a545d655d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a13cc82f7b2053435d5268416686ae2ba89e37b6561e49c7ac395cf3359ca2b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:98aa0e651302bb73569a0578e6c11a1691eafb5b0aa28dadd714a7b44b498f8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:9fdce4b5198ae740daa858432221625391f7283bad587e1ebc1220e7b0b4fa28_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b072bc3bdd61164b8076f2799e705ed8e34281b2cdf24d9cf08deb8e697de2a3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:fef5253a6623c30368e9e7e271501adcd9432b96473cf8278a7b81140d287de0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4eecd436b35c9b25eca6975ca9e938c2256fcfeead67e1ff4159d7e36122122c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7e11ca9795aea60b3f0853ffef0fdbf922f4863edd96c50fa85110f36bccced2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c95f8bcd0835611bb90983e96e3b780ccb65bd2bdc7f7554432ea971eac8095b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e497c1834c97590a0c388b58dc823cdff79ab6befd5f2a9bf494b3acc3181eb6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3a7af87b46058334b97531a4b1b5cd5be47e2ade8d74497429529bf0a489b275_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:97313aa4f1c1c9aa51c77a153d0f0eb35cab9711b7f1465b82a636ea44e849ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:ba0927ffd76ad6689b808e734038678c91854ca3d0630613094824549f8a150d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cd8feb684b9c70a4ffd7077e19812273f333174a70f7c2b63d57d140d8002382_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0c8bfd6ea4d0729e0ffffac9811b5db2ecf5c40e68ef048ab104f161d2689b74_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4dc7e3242cdcd1d3c1ea5930da7d4e027383149373cb6af0551ed2572eaea0b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b78827903e5c338d67a4ea2ba10ee67e16482ff00968ba99c27af2b6d50ce202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c9315d23ab26f6f40e05a5fb1f9f2dbce075244a035b1f16003d1108a7ba36d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:270b5e756fca54f2dc05f04b6f7b43f7f188153811decbc0b49eb215b11c2372_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5331e8ebfc48f4d2322226b8986dd178f133a52edcfc0a192e89f1785c8d568f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6cfd8c3da57c17ae1c430f2881c66eb0b1c456bbce4a9ada2491b2c873dba985_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa346af0288b5886b5f095d1fa0ceb7715d4333db919ff9d61078f369642cc29_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3403720059bdecff83f784e2fde54d2bebe09223ac6cf99ce2b4c840b9cd4a98_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3f8cb2cffaf6320f14ae09f7e44c965681b395370a156253790764ec9d2a2aca_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a02dde1d0b4f4fbbc4e6f0afd24da1595672f3f290345a4f6e98e11d89854a17_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c4e8ac4fea3c281effed3996a378c2e952a3d3704e47863b2ae6b266d2280920_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:46a0b302273acaf2582d377271b910d9d31ff98744cd8f290583a7bd5579761e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:af0442c88d2b9b93a187010065424798d89aad1d695ba438c815d04d7fcbef04_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:bc7b78f67fa189ba63da9891a1b05694d676a3ed2fa318336fa0850d63815250_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ffe4e64ee1b721aeefd8f1ceee11d225dd69319385e3e70f0bb52f4f40660a45_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:29d5a91b39dc6e72677bdfab50f56860c53e67dab139b464dd571fef9780dc6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5e6d4e29635ea0b075e402931daf8c384d07ec8660223babfd0df9d572ea6912_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:82555977089a1586dc24154b46be6499607a9d15110e5b48d9a549ee73f3843c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f32c4a07d2b7a14c39db1e5e5752960e46bcda700b292336480c95f359adf0d7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:86b3e656caf1c93ba2bbea00514a17b9d06cb7a6fd5c6746d80ce35f45aa5907_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ba5c8896242125c24e3a7e5698770293a601e9e7f8508465d7b45920cc9ce240_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7de62e540922f1de5f492527d07a8e8f4265d24b577cf2f93415209ccad63912_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bd71e582ef755da7bfeede697b5c2ab29ab9fcea6bfeb14cc8ca168fce5c7bd1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a1e6a736546b54bb2797d85d51b8f2b213fe2f6be6b26bad5b549df9dabf2d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:efc7fb9608c2be8c3c65aff302f923241bf8d008bc71c2fbba0d82ffad2b4f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:aa63c460867d565b44b2a8e919ba9a0e7fd6717f71588cc5a7e2ad268fe13181_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fe1f1b5d6da2e5ac66c689da49a4c76916533f30ab456c9961a225a5e26cb6ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:36fdb2cdf796941fc6638036b3a31048ba0209174c7a62424fb410ae14b1f81c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:65a0b94e9f663f3d73a9696a622ad46c73a5fc793f9dc46ee07fee8ba3bbb443_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8afe2a0c6b1b200201f21b148caaa682bce77cb3b1027f61d4c873e5babb1b30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9f7c3543e4b1a095399d1219c50f1f5081440ae1605154324d57ba9201aa4fe9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2c0897a842cd7b16b64888568ca65c2a6e473c24b2ba9bc5067d6f1f237885d6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:432c94d7d5d46ad66348775fa0e1a6c2c142469e8a770db5528a1aa25664c389_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c86c7188163be31c7ab04017bc46ae88707437f804ddf2b5bd5a73ae34f64312_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3f836bb9effeca4dd6a230a4241282d33ed454ebabd84829c41e58db5f24f47_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4632ef8ca0af5a8115f3d9490c2ad9e2e44361f4d0671fa8a3a1006254b173ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a7d2d10f5326e2d71551289740eba86d6dd2f12526dc684b1494bdd4228fd8e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ba876751849dd525a26e70996e7e02092c473bdf386ec4663a54ecf61c4f0d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e842cdc56ee7728aa71a7f95eda9777ba229aaf959594e73d998fbb30b7f76b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:90331abb869c0c04ca7bb59681cbd957ff54eb0e0265e16368f9fd6ab6937acc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a02580814c02bec4c1c9b79c4b5a48a5a59caafa60a573f9f99a4a1ca07c6f71_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c197de59c38c060dc8aa099a027922853e4b9dc7e5589ac55c8841dbd44b1367_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ec7a4bcebcc80cbda32227224f64e67cdbc98d3fab95466b55c89755421ea4d2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:223df196f0cc747e52ffae9f3dd03fab2da3c72d5e3b189e3035d4264a08c6c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:29f3154c0b972730ae9a54bc496bcdf62e9ed348b73d98ca958a265717ccc2a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5e12029e90adf045a4377f4be2be75c879e57aca7aceffa2aef08aa262ae0f42_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e150a242bffd4437f92000417cad89969fd547b5da514f8586802b99a668bab2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:17752e2fbddeff8e6f43bd354d91f248b4e69d88e80b29b75508fb03b82d92bc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b1703420b5a67a12f055518b6a23c1d8259dc8a064a1447196f642dd23363806_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b93a134a81af485a0f07dcd6a71c816ed517178826539d0f53b6c45dce87096d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d266a3bfe528e76a8c6ef1700a2016080d084cf6fad2e70efe5ba52ff0dbbc51_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:8c90e9864b3ff53d398f2451254dd3707868b36c6032d8d139cc3ef2cbd9084e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ae6ebf086515376ed35bb432a7f567f7bbb44b8d1b86773fd86daa387c5fb933_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0a0cbb021e13ce9d693eacc4982ece2e8ba4697f5d5571b8d0671d71824fd07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5271f6452a89fe7907b16f486439f54f0dbcc3d075a70ef446ee4cc62211b1b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0abb949ce9461e5718c1988f57791c7537eb1b3d2184f4b4268fe087e39726d1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1267ac849f67c33155b54409011cd3f0eaa27d5f211703875cfd383d1170ef9e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5082f39df1f143f23f0e587dec5cdb3e3b033ab446a57e7e808c88e6211a1a67_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8fa27bdf891edfb80585e470f09c9d6fa369aa727a3698b936b4818a4b46448f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:017bed02593deb2e9cdfe0f268916e5d1c8cb7a4f1362c6eb3c94050896d7276_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:027baac40981f53c9ec53f5a4241a657929d6289e42a0e5deef617c182b7580e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4bd5b70373a257b1fce20135ff4a4b3e6962eee541c67a0e29ba9a2523d4d4a2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c0b3ed1332b228290882bbff6a1ad6866f5ab2a4586b261949832cdc3bee5797_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:047c270f56b685d5a4e67afe43d2f1ff47829a259be6ff93bfec4864233d4497_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:50a6482667d53de3d7aa2bff6df05ca21e4e9773996afa8b8038721e231deaae_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:653dbef43ed7f531ebf64c9314756be42738f1635a64097c53210ed0b6b0de88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c4d2741561038e0080204335efc6eee5b6ffd8878553b240dd433fea701e6bab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:3de609d984e39497dfe119bb8e0ac2d6d823dd894a5c866e5ec87de5b5711e60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e3a8b252aadb5b32f42009803b56dbeae49a3ddbe9d00aa27569af4747fa403_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ccf49e256cd9c3bb428badab464a17aee485ee1516896f1ade10da11085e843c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e77ce95a84b01b09c5d1e6dbdea8970543aa3a60f9292300beb078d1288bb801_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2ab5fcf7003f4ba3de7656a284b11d6ee05bb02cd0f3532671a8c368f7b15178_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:44241e57d9067223cdd1585db9d699db113931b7a273d207516f60c498570677_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6aaa55450d567e2fa992650c456cdaf5529c5d96fc9984f7e1a4aa9ed6294bf3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f2fa21e8a0e88b25e9037a9c2db4b157ca6fef8b765b36da7dda71bf5a4c4478_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:10bfb59c904103177754f0336f7b7bab676d240480a8213ec42a778bca3f277e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7aa4fdd78ceafdc887a91224614657e86c1e12b72fde68dea4ee5c6e9b610cb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:e4a365a0516b0c8ef2d1259ec4bdb7f76aa9dc0d3c3cfd5d5b3d34341d349772_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:a06af7a856d5f2416777c1bb1d271c189576e273450b25c6dc5937cd16b8bf8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:28b8390dae142ea16bb05f6bd95f19b6ab38dd67c341168337ca07fe4f45fe87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:be6a9bcb97824c91f393af5aac5a146d819ed9893f5a074e146afe18f3a50dc9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e6392d583f97f0932dc01be55534fbb6dd3014f84b745e8bf7583b96ad7a7761_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f30d93c0f244f5ba21807dca912d18d4facf47ceaf43da7efa41b14ee816b71b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0848bdb082bc8dae6bdaa956d2ae36fdeaaac89024822f4bcdffb51da1165fed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9f9603a2dd344770da433fe8dd50a104d69e80ad463f9cba71b3aabefc4fee61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ab417553778971822422c6eef94aeb437209fcf88e78188b701d4b2243ac5be7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b9bb7615df3eadf64501f35dcefa829934f330892801cbb86e9f70f5dde236ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6bb4c6c64852f2b7ee590a0a60db256d8dd549a4b141fe71d311bf30d0ed88ae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:837cd26d96a814814145cd0aa0cca672769283c499eec36c457ae432b99a7466_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:956ad866d891e1340f630b9cad6ec73d1fc60d4061d4c63946ed714900388a3b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:9c91591eddbc058f05d052e3178102b28ebd25c2c9cb796fffd5047f5d413d12_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2515509"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in node-tar, a tar archive manipulation library for Node.js. A remote attacker could provide a specially crafted tar archive with a long-path header. When processing this archive with a non-empty member-selection list, an uncontrolled recursion in the `filesFilter` function can lead to a stack overflow. This issue results in a denial of service (DoS) by terminating Node.js applications that consume these archives.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "tar: node-tar: Denial of Service via crafted long-path tar archive",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Important: A denial of service vulnerability exists in the `node-tar` library, affecting Node.js applications that process untrusted tar archives with member selection. A remote attacker could exploit this by providing a specially crafted archive containing excessively long paths, leading to an uncatchable stack overflow and termination of the consuming Node.js application. This is considered Important due to the potential for service disruption in applications handling untrusted archive content.",
"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:8e245c278c66405066cb31e9d48e97ad9cdb826511bdb1104807d26f896043a2_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:0c95fbbcfd5c54e6b2934a8efb4f8523d1536ec1deef78249f4daebaa9d327d6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1b84b2a1cecab16e75947d29572008547922714207272a5dad8169d1ca5beab5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:466597e63e82ac365414c803f5ecb8f06a72374885eedc5daf9532aad16ac148_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:de9cac5c7ebcf3d43cad87758dd2eb0f4d6480f59bfb4112c224a4497aad9ba7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4ae516b98be8fbdb9b783345fe680c1d6ef57b5dc06b2ec3bbd20bfdb7c9b2c4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8f242ba3e0b9c57ecbd85f0d4c1bd67306357c92b53968a42419736c3dbe04d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b717614ee549be99c17ceef3d755c66abc983e821e04808df347962858e0da81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bd0f90ccaaaa74683b9bb17db0651dfbdfdf8f49adf0ecbaf8e83756d270b590_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:040115466e4f525e9f2386d6f8838c51f8e1638eb06cd64f071d4ae027a8fb9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:1a677b9d28655390d007acaa656997b12a32e9093c1c228778ef96cc6f4ca875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:39c68aae39089d044ce992b949d4e9961105711501daf3d4f0ba7e9981920729_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e814640d65f77818c180a706940337f8ddec8ebe4cf22c51a58a8b69e0f4099_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2831d7dc9f3cad92219addd21b93959900ee2f71e2d988fffe913a6f88dc7e1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:50f602354dcb223759d781cb057b4081a424d6a509178b10674358cc8dba41e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6925001d8a798896438ef1388f54bc29825c37d41f2f09a59e3f8bf60b2ec6af_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e01a83cb76fca294a011e022ed86f1da8cde36928096422a440bce8e42fbc8b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:757ad9e0c37b861340a7b2269b068d5b0c6355322eb5f5898a856fd9c4495b16_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7f68ff8059ae68d15041b8f38ad5ee5278289e1370d276cf7e78fc7e9fc3bb10_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:816787cc8c95a4a2df1416f09af6228559333e1bb1421ede0c9e2093444260e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f9bb9a184319c9fef278d3c6705f56cfc592c844f5c458bd20bcdc07c4230982_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:198f39ed50bbd835f4789057f9d7fd8de0962f1641a7f453dd90d68b5b2a4e7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:633ce875ee7bb08d9bf00cf79738e3e63cd6bf4de2d40fa6860142a301c0968c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e169d65b86f23d6424af5e7cf9e1d0ced58382128092821676196c0a05f91da6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ec2586358c34d0130b00a3714b50c8b7bc33ce915aef6aa79eb214d38202f37e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:13e81e4c25d8c789ca15eb4e84f3fc531a50b4dc0d95fa3573e002e3b54cad61_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:17637f8455e0e17bb3dca34545a26e881cff3e1444af45b9f45c3e282a252bb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d2dde1514fcf3308d1469a0af6727835121c4d6a1a1775a675a7ffabba8e3bed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d6376055835ac40728181d6f354398a0e60ca131d2fd8f41471ed87e974ea4cb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6f86d997faaf61c874def5a78cded319a188c1babbc4dfefb91a29f7e0d7f0fb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:73bceed99ad1b0bc99e66ab8361037e4046c5212645490161572fe6f34de98b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:babd6b0e928bb674289f34787d3aa536bdc4c24a877a5ac9311f21f0cc9e6224_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d00a12f6c4e75a2c93bdd135eeb742f42868b0186d9d03f318c885407a17e439_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:0932891a63e5ec5a076c7848d5746e29d972f3a96058914bee8fffa4921fed38_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:472e977d39473b92992f53c0225de477318b31be8656c37bc35193789ab7a456_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:71021ecd15d688aefa6db79f817c11a751b51f6ea9f2e48781bdc49c6de98088_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:9563eb7617a4d3a9c22fefaf03a4ede698fea2621a68ad231cd9e65930043a56_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:1fbf3bf4990353e799dc271bb4a0c58b385feb2ee60207636a3f76544b4f5ae4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:7815e9dc63477803e7e8bb8a01ea83043b5503ba529f64db3c76ad1c4cf2f0b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ab22d93f277f9bb65fcb5fd9c448b72f82384b9be43b8ab525d2836832044eb2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dee02e09373732db94bc442ddcb2eb4d13095a04e35c674387d3df8ba23d67d5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1a046b24339587101462756592c87ae4a8f699fc2977a703e6d031e2022a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1db6c409fede3e9ec09788fdf286fdb0634de6b6e727ec010332f7cf2e462_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:bd6be5cf4063439e92a1264ce3af0ea6528b9c27dd4b26f043a80aa8616575fc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c955c4b9dce1b25c73453079a21d84c5a2e5d0b53cf6e351f9b1855f08db3fb9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:221943f7b65573c2942d88354261f93a01950be1d1a86fa853544cc4c283c027_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2488ca8b2a8f658f3deaf9a70b12f7aca159490b5e0861d746ca8ee5d2010041_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a3435c546844b61f456789fd315495d6bcdc2560756e9fdfc4b896cdf70d75c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:be2e4dd58b8ed72278bb2c014317e69185e2b19dce37beea7fec3798abcb35f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4da2632fea643a834aac3fd63bc51fc6b0d768b869ac450e6779c9f36429a9fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:56ab8a9553f0c0202a47d858e234f2672098514dd647502405cac1f28d14196a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:abe530f4e865add435da2afd379a3a11a4d75c257c2468a09bc78f10256e0be9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:fe1397131aa0d447366fd627b12582ed647551ad3af13375f8c281ab73745f0a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0857a5a2cfb5c277bc2d2545fb19693f23285ccf6b75144da8fcd7225e1df1c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:43b36fb1f7ad271530f5ee9040cac4651a684e0e08de2ed90a2939b736b565ed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:7f86439496ba6573ee1d61b5f4d414dfbbf65a95526cdff54e45229f01785517_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8094138e4ed2267cc278a83a1586922c957142c9e5fcaec62db531c83b79566d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:309b1dd27ce0c7dc332c7141e576642db4aee6076ce50ccc2930e824f02ead2f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:35322e4580b0fec862223f76e0bd3c95ad0af31f3d4cdfd6423d3ec47d6e25c8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:699bc772c8a648f8be7d6a5c32d786d8f6484e584d918d68ef8a32cb1499663f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:779afd8e0fa21d022d7e75e7ba8da00cc7604db1adfbbea879bfb1d0f8c9c831_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:49e98d0193f7d7b4347043f0655d350a7a0c0d8c8b850d95abb57acd13dd8ac8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63e308cebeea85127f584610f59cdc9b228f01b9acb227f2f6eba7fcdc29b1fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:71f9b47dbd3985738259a6bc9a5bbdb240fd21284a194b47bb78538f8e870cac_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:9181583c88b3be23253c76e277f140c0a1532c1bff7d62cd0da1e14beba1aab4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:0f96581804dbadea29d9ef9a2a952753f5fdf295670ea0297622214e2a9b7d0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ae4714025025642ff5d9e250a4715b01d933487fa8bf4eaf82629ebd6d4c8702_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:cdb096f05b664fb542bb6eac3cce52c53da2e4bb636189bb53f737d3075615da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eb9908581f71dbe01d8553e494ef022417196408e9fdbd32f08fe1f5b9c9572c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:08725f7a384b4e72a173141cb35fb67293385ed72d973fc4d497f3c0f0dc626b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a322e3fc620e914088fb5669f1459a47140abdf027bd011d6ff4e5b3e6b909b9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b950e80fe164f86ddf624c80210308a634929ab8eb493496ef86bff1c5248fce_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bfc663a0ca81dedf849e89b91feb3fe0af97932fe8a8fc711d7ab85b6cbdcc84_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:13257447171d38e6e99c66faa476de6ff6ab934c285a0d1bf71fe94dbe583462_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:23fa493f397748092cd71c41b9d83d19fad6a5433b692bc644e30af790cf60da_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:28b1c9ee4102140998781ebef22f269316d8c2be2254c10b4d7151dffb0d37be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:be2175c2c6c9d882e44cf10aa85f1219573952473e893f67cc7085bf0a324407_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:61417bc1ddac0bc97c786b5807c2fa33eebc75f7cb186aaf9eef2151dbaf75a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:73956194247e000432a8c5f7b78255062c5ca967745ba2d97e680a06f698f518_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fbfa9ada74c4875985fc4bb8366d21eb5275a52953d44bc6bc740d48edeab5b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a545c9c2fbb36296286f684e02f9a5bc337b3c3fb9c83c608c988c88455f9bf4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:34a8a8a4a62b36b5e0eb061db3d56905c8dddfeb2e7a7135642f947ce6bd01ad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:41c2ea14036c2f8639cf0dd634e327841954eff4529743fcd10e8475546165d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a884f443877c7a3c0b32dc60a79e1bcbe89036549da7a8aa4608ee2ac6460765_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b28e8574a1d3b374ac4a61ea4f3c16eb70d9ba7385bf830c8698f4490f8fd3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:380e3045135a40d202f330002512a5c499d8d2079cc38e5c0bbd5a2312820dd3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5d06442daad2c126259fa5d594b53329e386f560b77a475ccb0cc37148644a5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5dc0ca56deaa237fb0bcddac8481b45d3ac81609b36c3b7bbb6cff8456899208_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:aa669084fb336f5d89d86cb58aca73b88d6bc4b6505eac2020664e0b6abfff6c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8cb392862e1835b610757e822332074ac459c593e9bd60fb6b6f6d0aebe577fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:987afa1aa902bb85d7c2d96f1637bcd19bf21eb832444c98d30171bbeb746751_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ad2f0cda09211f3e0aff615306168baf808e6fefbf1f039c3ae1a1fa7050a61e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:bcac50d10432ecdb8bfe2b465ba75889248ee8595f23c5243d023ac2a336f3b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3cf2d6f464e6a2fe5b4a8cf66690b3237aefef0c825a687a548f81336507cfb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9bd17213796576ce4d315986dc0b271011c37cd6e9ed75edff5ba80c3302fc26_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3205092b914bc1fe858b2ede7642227e04f35d06daec4848fdbbc0406fab4a03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a20ecaad93b15b869fb321c7503adcddfe1f0f5eb3f0f6427bd363234010853c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:57259db0550547f85684c19078b9af82b6318dca0c00ef8da27de8c8dc90e305_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:a95676fb6c1cc1b20cbb758a7c9fd34e82b3e114b81b5c17f47ef303feca3d51_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:49026487ee6722c3d438c05c1c181a36d14eca2f0d8debee48e4a02db0486145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ee65002c4934842ad86197a89e838997bb87a93ddc9de3423eb2af282a565c41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1bb56a1a194ba6f64edcdeae267fecec590c14c85431ba62ee8c6b5744da3a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bf72f3bbed57cebe1deb7690cd7fcb6d371e526630cb386d13180726736219c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:81afdbb2d9fe212af38a11b4d00ac952a306e13f91b23b2a081c0393173c5e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bf8d63c933996abf39eab9406b3061bee014d766a58f4e27a56413652d319a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:4a5021268b1ab163318270fc9ef07afa8a29f288c95ea69700c4bf46f88e85cd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ea443d9738e4428b6912b47f9c1d8d05b75cf8b137f0f9a76f852418b33b989e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:00148cec706fce87b240d38dcc91434f3c167052d5860d42ca9057e24c3f35eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:7996dc231961eb51daaceda9598b04e4bbe7d0e4019dccf5adec8a14d6f7e1a2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5c70298b919a36de41bf25d870bfa3da4013d36c6179db3eb6dd2e67dd20bff1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:a64777ab69af6f2b6cf4b78e5a00148e98353748946991c0a6da7eba76b442dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d4b6a07334845b2938c6d09556cea5e0477d13d4be6247bc9e3fede2e46aa3ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d5e665b41152b8363b4b15973a7b86365bb2c047366aa69bef7e1c499cf4fd3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:1a29c30f85b9bc858f0c70ca5ed79934494d92849f23baa6c7f26f67ea49c57e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:70f95a8b240afc604ee9af621fc3b63adaf80f593f3131e7ed51077ed2c77a1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4d217b45b97c9e01ba3d54d03270be07e9659b0d4313fc85999aa49fca560108_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:634f48a37ef03dee1cc0c0626c32aaebb8f9975b4640ac540f02910bdb3b165d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:00f06d1c70494444172d5630c33e1c93c333a880520bad3a810f96dc69cced15_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:01ac79392fa7a265608b75458534bafb6e5d350f2e8536bb9de48566c685841e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:12047af5271e61b4032c04c98df9ad54363d6beb13b36f49085307705677e345_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:37e5fa3bfc88e99fc78f2ced6cb4a99f5099942e40158dfa6940784c3d2ef95c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:54d10266c83c4d5fe91b013dac51538493ae4a4322c925e561c45316c73b1e2d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f799d506fc4087aac0eb4b2c2d6c8e511b598c6b3cdb1ba5ee470b787759fd8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:061d1b86afedd409ad4947a8ae59064f0fa92360cc82f640cf124776753ea3bc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9c7fef9c0e22e1721125d5b1312e509fada544e1d3d956338c3638aecea53dad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d3d951b736b910437255f3455b76357bfe0111c257f5a2d8dfe0f9abacf30fe0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f7feb8627754651663208ebb363a3e42e1767e16a65914148ce0507a77bfe795_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:23b0327190559517a3526d2500534542e9a397210cc6f663ac2b313aee902e92_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2911daa552328c8b01b19f91ad43ac54da18d343834c48ef35f12adff8077785_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:43960246dc7eb7bcef847c0d706bc6b0f0a407053a2cca7dfe27fce23c6d2af4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d05434d4552d2ffdd45d2fd44b1b2e2e8976a15f0f4ae59ce7dea73ca97dbcf8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1f7e808f97ad41f4c301736bdf2e06da73f2d0e3ef4ca838f0afd65273db7c8a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5553003527f078011d0c440f86c1480ff4e62b318e98ca2a4af97b42e5e186d5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:582a4e6fadda74e5c6c49b605b7967e9d6f25c84ab3de162c30931b1dcaee31b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6d54aaf9249113e5be1b6a87bf439ae778918533077a41ee9442396cda4d2642_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0b4378067622a7584c3be2e5e5d8748a564ae7672cc882bec0c1d6f4f4c28686_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2ba6c6b021db9b58614b1ceb9b736978b0e3396b04dda4518406b041448dd5cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7f7e406ef7b654a66bbcbbfa5326ceb1ddca4a0236cb60761a0ea48b919e8571_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fc403f7babe4eb16c770c80def94f34696b3a8ac55360b17c88edb11b9ae5a8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:473d595a495e4656de14b1b22456ef1ce2218fe39d02bf738990c0be4cdf5440_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6b3fc95809e8ab1be94de33cb375207b4302f93dbfd51f2a67228025c1e304fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7d0a9db460cb1d4c918f87a02979048f170f5e692e83cd517bb9b3271aa06dd2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7f1e2dcfd02a6a5fc56c6665979a8981f11144a5bcc6419feae3964b190583c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:775213a7b6d92d23694dbd1538727c84ad58c6b8a8b46587ff7bdeb7312acc05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a649eef7fa6148524b1f3aaf18ed6543f65ef91ad21358cb0af865401061622d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c593dda5f85469eb4ded8cb6c4738069d48a144823a070b83b58ba7772ba0e90_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ffdcf3c2b138b62cfc84d9916799812ad73fcba9c3416d7442f3686417c85932_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2e1e514d9f3cdf5f04ca924fa98d036988ab47259be5df67497931321634f730_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:32e93e986bbf92dd3a3e09f9c76bed29334b5cf794e18b843f81522ccf43697b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7bfa1c21aeb7971fa978d49455f4b5dcccd4ccc3de147ef47c32e9b74bcaf2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:dbb5abf21bed592282f09e30ba1387b084eb028bd931df5609c07fb8c09a0d75_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0606de7cca514d2b4ad9593d7f37950512741cd8f1597b1f83951aa7c8839268_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:116474d2dd37c159032b15ff856dffecad2ef0ab76298bc43f840bd0245ec78b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2e887b0da3269f28933bc5af839ea2df95b7aeca3993cb31b0a1c92e7043cce4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6029166a01da021523fc720ad70fc59f449684e577f9f5a36e0e759a39d0a28e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:849b8be9f7fc785a70451c1c0704501e2b449650acd23d450d145da1a760c166_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9c5d6a2d314e840600ca6bd1354c7dc6040fbdc216166418485d6edfedb27ce0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ba10e440e514662920d68ac025d5f3841786a393703fc2dc0ee21ff1d2490015_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bac1799b133fd829b35ac619a25a272301816494e83be5a251f78a50e7fb2f88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0469874ac135c41bb590ddbac02428775083221257b6904fa376335610c4acb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5823c8fa1f1409d6863dacda718e35b7afd2915befa21343dfcc68b6fef7a9ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b38d3723f2547dc5676460e3738420e243c6fdf7be77e54d18657efb9668c438_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e5a5e4c1a01ff3f5d694ca26dd248533fd463c85374c25ce1a9f4b7a60deafc1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:19f94467c811e10882e30eeef39b1266b83ee417974aaf62f75738d51811cbc4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:47487ff8d0cd813ab3354061caf319dec553b1cba9d5c1045de710b8a6d0c51d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b3a0104cb85f1a6965eee44fef58983637839a1f97ddccd737704ab41cda3a25_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e8c72b610288bdc44492ea0a5c2fd66cfb1673fc06f6bc66831fa84c96f86543_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1a9333d29d3561fe95488f3d80136d6b24b4a2e04472d37d34737fd1032a8856_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:705d146d458883660aa0b673a651d05d1d1ad73bafad91e84755118b82092ae7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b9265d767c8a6786f12dd4788377f1a316864863a32de4a4ec07ffc8b874aa00_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e3a7bfabcb96924059fb7906be97a0ebb1df35c6cad39a7968a6461df0cecb31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5c015e1a10e5f14e82e30ba41b1ae6a82cf5cb0bc631f5137d7637c44a3f5b8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:623bc4c74b05b46babba7da628809bac05b48d8c4055648e88f0db57c1bb0e07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9502a32446a8828e8a1887edcf49034e874ea0e32ab5fdb738ab89e77cb5a472_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ec7b6b83c8e934b66505e8051e183fbaac54e78abae5ae99077d4e5e163b4529_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1f15641123321a662f676a46a24f6c8066bba6e3730a3c0d0eca3ff8e548de23_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:85070876ada5cb86e8c585f3ac3114d548b189074723a13ec5d6fc6be25c9964_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a34e14a715bad1d324f9211d95c56ed387ae51b24b21ccf931c12f3f7b3dcbaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e12ce561e4cad13a5d08e8164060bb74a309f66047279a26dd727d34ed3dc16a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:67789c239f82fe3649ab8c0e13f920a788a3612d15a78fe5986a852bb2d11a0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:80d704ed310acc3015748815351da4b54fef2d8b74d7d4b03aabcf9fd7e60b38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bfbcd3f502bf336124261fbe51f19e7a4cb9e9132e07da62354699b30cf6ed24_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c1e371a0057014662b91736570bf25fb1211ead7402154a1149dfee9e55b994e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:175fd0386d9a4e064fa760f23ecfb45ac6ae3500e5a50acac0660d06e5b7ecb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3e9811dcf3c528ae6f5ff86659dee1a590c2b53f7af1a03204d06fc3dc628fcd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:68af6c6e7f51523ac223f4e25955cf3777f4ae5b601dcca7c6ec7e2dc0de0782_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:8f1b3ddbde3e33dbe01816bce0cce7d7bd196cc04affbe606fecfbd8ad7b8b17_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49699de68bf38c34edb696ebe4f9dc608756382a977f497f6713dbc7b6e1209e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49c32ab1927e0969508b906c14aafcbc64e6eff7680b9a10812eca4f17787921_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:86135a8f7d4aed36e7b2a571b431b29eeaac2bda02762eafda3e22a62a7a2d6d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f2dac4ffbee9d028b26e683b63a9f033ef8609907f6c498d42c447a306e75328_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2884bba195d4d635378b0d15efa54991a23f51bcf4efb1095b478f5cd9c34f46_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:d84853556ede64db5615eb4d826879c744f7ccbd92c51ecf392a686af854ec11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e05dd48fc4c26b5dd822ee58a2af27bccfd0ed28cc959a6fc05073cec6f7c9b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e202635a4a52be92b47960bd8ced28634111416b220cca5fa7f86373ecd1210a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ae36d953c8c7f73dd78d620f94a0335ff5fb84b16ce9d2dbadbdf3dc5d66f6d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:308c924c44c35b39c66b429a15a0343a47f7dfad62dceb76ea7acfc85e6bd973_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e132f6b0a6b4e2dc63561c1ebaa0bd9fc669a835b0c22b0d56599e3da870231_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5216d36dc483b1368a03e00dd9dadc7c75de2bc36ed98cd7ea2b089cbe23965e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4bc11f6ad7c3e9c99e708f7ef5a01b4faedc8eb5d2de5b0cbed502395958555f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4c04a50ca49fdc521da592b9c326e233763918fbfd6bc97e001e0e680ce24cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8ba4aabc0e1e36c3ffe66b55c67ab8c305f64aa6011f80060c5d95ce91180c5f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d259704d34b605abd3568bd4c988bf9e831d80554ec2d7a57e7c39a70daf0140_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:14c55985b9277766e54156139f0949d1e3e5f756ade34512a3d5ea3dfed2c544_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3231ec9c296798f11aec6a285b0a8f7c5cf220534d0525afa59c17ab2464abb0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d8767e4d0b2c8222748319f05483bcefe50388abc182a01f3ca9dae3c80dce44_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ebed5c3d8e112fc5086208b4b4c0aba054a0058f3fd08b71b129dc124fa00f99_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:26dccabde8cc0d1ad45160677fe240b3fc098acae82f6d095fad08b78330453b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a168025d531f20656997ae845a4930919d6805b7f9374c40f7835a93aaa46b27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e696a8bc54ef8a13800b2168a395d2cbb08678403beee2dc52c56d04cb235759_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ebc22890c7759ec9992b64dcb0e388881caeeae333a9a84a50dfeffe27e38b49_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:09319f1dcbe090d9677a43249810dfe5b3eb165aa3f8b473417e0913649b1556_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:46a37e99da18852f5512235589ee86dde0db6c09d76a49275a8004422b9ec303_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:535d1b713587008fe67eec103cceb54471f5263516f5420589cffe1dea02be93_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bc614ab102efc7dfaa47fef84c4783da26548491e4c43257bb606a06e8d155f0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:08cac9e30829765f182624de9e45e59b40884b8c39cde60528dd27afa57afe72_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:13724dc9eb7247844e450b59b8cf3af5e5f486e9558942836ab60f74b9943291_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3e1a80763f76f622b5ffcdb35bf2dc20ce1e9c06c4f5f6bf0ae06b04134733b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d077c79741fd0c481fa6e1aa2c479b8c5b380b1d1f163259777c8c50be257709_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5e82ef0b9ab6d4e3b7431a7611bc563f356385dd8927855e6090008685f1549a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:62ba53e306331c1b20cad27ec31cf59687218f4bd5908ed7e9034559ded04b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7664e74786778a96606757f1de215a4a9702d0c9f7cecba7bf8028884a7609ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7a967f88faccfc101b9388f8434d406acdfc85d7d682f9ec742d59eb31074fc6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0e05cd1eaa2b9c558d22892495f090b6b51a316dc56d85ae825b6fc44611b6db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:445fdec85c2510c8a45b2a830ead87136bbb80bb9244987b4d6ffa5858931926_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ccae4f8f443ba6806ea33105d7dc06002d58914626cb9ae57476b29193761b53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fc0becd36b6fad4911a5b8c9a4693320918f7f7e6336c2b11a76adcb6d1eec36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:652f8fc874b95a56393f14c2b56a63faa64c04f6646c1786d07eaa272a9acb9e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:94b9c011744629b1ff6f230e25f876f218ed59d55a941377797f77cdb7c03e1d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a178a796ca9d32ac59faa5eb9a6aea30f1aec65d88f89080f57ed519a7983f05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dc8a79297c73782f5005075332bcac58b051a07d2b35626323f9b69ee5f4d64e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:03d66c724cb647d4a613bb48c9df6e9ffaabb68c8af5a4ccae45365e32456470_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4b9510fdfb45d2561927843dbd7ed869e2f67d9636e59dfd0c3ee640d9fc601c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b3570e078bed53aa3e435443bffbd12a7b259f8dee9d18c0d79b55514a547b53_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fc8e892ccbd8d3c1e737fbaf8f02b5fa6bbbe242780c9cd00fbc5e6889d7baee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:266bd8400632ac70fc6584e4bb2850ebcee7027ff7899acbeca612c6556302a4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2c8f351447fffc2133f339c6ab3a0bcd9bdfafad4a4cb5b7dd2abc32c6056a92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b8d2783a76f514f9a4e8096434ac205e1d82d09da2d67fb930a1b5e4d8089e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:74fa72db679ef47f9a3e3459a90dfaeafcb6db73dfe15b8933767e2f9d19c448_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2b5964f6cb078aba05ada42f0c8280dfa39f9f80526932cc5d41410922e4e8ae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:480b27e9866ca8dfba83e1accd427d4f6813f4fb7f612854e32bdffc10d7d5b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:91c7fa7b70f2cc82b26ac16f91ea084e15a4f5dc64f254ed878c25dd1170c0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:edc297cdb2f670aebc1d3561d801840ad029e8777ce45724066e6891aabd60fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:443e0dd81ae60896d31f07ab49611c5e0629746824df094ce28cdd3cb0ae1d58_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9b16561ca87196e3dd9330184f7abf25e97272e3c47d2e8d594e3095e74f815b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9ff62f63d487e25a750bad29314955effd17152bfc534ff698963760a2615b0a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ab506c549b676ad9d8dd179e2ba871a12f2096ca2601ea2a1f2605ccb849dc6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:08758e6b81d6679b095a8e7fa323870eab35fefc05e525c6ef810b6cc0b3c0fd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:af87d24f6540e5c98def879ec4ea8adeb5b138e41abc126b2c3030c5847fd0b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c5e9e59a08d8940e99da6bc568269eaf71ea8db62dbff86a7f6fb5dae861e323_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f5122187c85ef27f5423ada009d800afa4800e32ad1ea3299586fe64cae8e38d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3c5078d135089e1548b4dec49b7e78658279e42a72792a988447662534b6516e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:56158ce0af0c0eb9709b2d1a172201bc795ed6e5075517b6919ed1302399d6f3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6720c8097a398327f18a5c84c28f6b58aeee017199c2649649a1f159b8365838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:89295652b447f42c6a0d6e1299f63b04016f10ec8faf6372357294a14472e426_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2baa85e44cc4ac6cb825103508c5bd74e348609eaf53ed42c6d0e045dfa62772_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:61283f1fff1f8ec53563012a5b1fb5a48831f0a220d3676b512f5a60b331e849_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ba258012c0832c57b29785be805be44f0b5f8eccaf76d82d7493946806eafe5f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cf3bee6414a87e7f907d30047ded274c488239af5b1f43ed717ac2cede29df86_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:40854e0833b6cdfedcf275cf716e58f3cbc5c44be313fb83ca3e909bd80d0b08_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4d6a10dcda92c599f52977c71208222d166168b29da4eb4727c466e7eb53cdd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7be4c5ff86b0e939ee9f22156812fb98d2f96c1eb4567ca8a6a01ea3aa735dcb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:83bdc9fa5d3893a973794dd7162bf9564ecf68ce44814349a621cbc284b9e61c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:993ba8c1dd84e486fc4084a7786934c356a9b12ae86155134fd1a1dc1e5e3f2f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a64dfd96d3aacabc8f219d19e6d7eb0c1ac5b68b49eb93fcc973d76e67ef1d34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:ce306e2cdafabbaa29467e0cdbf316673d17180efb604e683a7fd1ed7181c6f9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e6748814d950e6f5e370dec9cb7d557fbb0d29ad3620b567840770be826a601e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:04d418560f90c35b42be67886632615d62dc89cd37fcccb6e247212b535fbb7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:40eaefc42c0f0b5adeb47bcd463c2e2a45e7f3af1c0fa4cb3fde9c5479660c4f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:545bc2a7b32276bec515f338aea3a2976c01cc787a559986646aa6fa26ad5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5a2653ccd5dc3f59a228ee8b936460575e1a392d12287661b1dc83a9f8210033_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:12e5e4ea4d19c4dcccb35dba161fdba8a703ba6331b11054e4664818737746a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:180e817b55ebfd081fd0305f63b3e0539fe8d13d1ceb8428ea21e213779fd056_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:92e8693b9f6955f9862c8b576f5e32bffc3bc34232511fae0cbe57d705bfc53b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e5b5d4750a3ffe24b1196255d4cfe15b21efd587a41736307ca8e4e61a4936fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2ca8a85fb07b431d97ca6a3e3c18f1cfaa20883c7076d6b5b4e6942b632f9aaa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:559af5a310f0923dcb4ef9389c51c98604cf44642a13e8ccb46225b4ca268580_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ae056c9c8e0cdc6519ac1a9542781cd54ac2ac8881f513e965b57ce7d1e5ef2b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:deb92b50d5948bae13db37a7046d9b212dbfd3ddb1063ff8a5e5467f0cab203c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0c4f3cf84115f8c9b9bed6b2dd5d52316eb3a9e670fe6b9e28c2dbc350392e87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1142ce3f8a3c1c2a1c7dba79ac2c3b276a45fc6271ad9df9e6a5d8684c36da2a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d9f2c021c17f1416e01ba31a8823b7a87724fd96d7ec99d494981842b5d452b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f3aabf75e838b4a941f64a7a322768729059346d7578ecf5fe7ce27a71876fca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6389373ccb2fbe1b6385ea21dac1c0ca918bf9d3889ad7a738de6be5d7ec4272_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6449fee9a31acc582bb85e0031312e3ff07d1f1843a1c6c410eb79cbbec1ceb4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:751f007afae9f16527e9039aa95c2ee6efd2ee20afe3c083ba7298493d2406f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:afc11a340e28d4100c31646b705e8db302f6b0a96ad3620e07391f02a70438f1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0673d2034e7e5fb412a171939379da14e9269dad7bb53e83be7ecf8233b0b5a1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:18f0345811215feda18d2b63f679ee870e76b33e9f61042d93edcf36fe97df95_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a2d247eb696c80e02bc8c1873e8ee0fb71a1e5ad6cf5cd84bdf504f4fe17cb10_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c342b14ff399c961ce05c1af127244b950b8e9d641ce8752f9d0f880ad7a672b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3d9fbc97d13987f28ca76b3e238b540492eddef0f302c2dd958c1b0d05e10941_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:47682d4e934d597aaa1e809011a69afe93936fc629ad3dd1ed76dc7b073f7ee2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4e8d3460e04e85a3e01a578d492499376787c85f2840c97821f11213862239df_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d7b99cad55a1e1d380d30d0d4a61bc5f0cbf3a87223efada3e69bd9b0741d3b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4849bfa8a48c7e7d264fc6ea9097fa9d33da25f75776619976e3204b42026cc8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d7c3f5ce57c0aa25e13ba9484facd75c5a1dc3caaf9be4d0f273243e7ace327_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:78aef6c20ab3bf78eeb8b8a857ca2a24067d45cea0a070c44d3fcedc00d4efbe_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7f33515dbca04230d98550ab638efa87389629fc7d913c8ec42e4b5bf8a772f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0251068577a1724dc777683dd189468ed77413b396614a117dac6b4320b8f01d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8812fd85c74fd67a95afe09c2ce5e7d592eec1e25fdc6fa331a8bd41bdde0cc6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:89e0a7e0fe060abb45a6f8e6ed1906053c09f95c252ca7813175903db61fbc99_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c3674a8f28935f3140fad744b5a178a8346a9a7f79f6c281561d2877b38c4ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:13bc0d4f7d4508fafca5a3bc61b6449a056e277da131e753c06cbc1bb7781b27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:993a2a0b3f84e071560f6fc1a3ac243fa745ae9a7ab15febbe1385437dbd3ad8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:80fc518199cd3a1ad421b142661f0a85679b12b69d0afe580fe60eb6a13ddad4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f069665c66c19d9775b70a31aa7a1069bc653691f6abf106a88b2ceb8c0e1ec6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:13ef0c0585b01c56b865e029d029a553b458fd2d3d0204eb6dfba1bcaa11ac3c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:599d33b55e88212202b15f4344f7a18dee4f4504b3739d6ec99414d05bcde2b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a751f1f0540505bea087d3ea9e6ba798e89d5deb772cf8e401caeb3816a563_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4c26bc366b267d444f448a4d7bd5a0d26f84bea653c14b261a829669d888cf88_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8b67087a584a2d952a6e80572686412cc8ea01f03ec8d70b56cb8a24a0c5a3c0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ac1123e890f0aee159c9105e26e1f1ed3ba5eb3ea66b422b281c3e9465401c5c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0dac7821ce2a3a5a180f53f381d9e61484cd8c5efab3c9a7dcc70b5783421b64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6b30b39205367ec985c4a9d948e71d378b9483689c3ea179cd0f2476b9bfaa1c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:de903677bccf645889ff7968ebbc052b14273329c0765f7faa53b0ca815d6899_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f8392be7a6f5223930d53ed6d127faf727489b8f5ebbbda6b6b437c529e3c812_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:02ac68c83db9dc50cf6280a418eed9261dd2182bbf51d16fd143519e49960b17_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3746261c5d4744b13d4704c822fd62ce1f486010176fdb3bf95512c72eece73f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:85e34da00bd6d290c04d8eac32f39db59b5f50fceee9b248b2cbe27bcf0e7e5a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c343b119edf863e179df865ccde0b665b87087d78b20919aa5726d8fd240b344_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2026fc52aab5a6d7766511080699112f32ae4576108ff95b0eefc5d807a14f25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:21b5298172f4de1e0074c4abf5e4abf27e8adc02bbf7ee49bd3388f7127d4901_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:42f8af9bf66ea72846b7f7e57652725c31b01fc4a8d39ff7e7882075438c521f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9c5711087546b1ba7cefab267b8aa30b54ecde5926f009518cf0db974ff84c3d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:373c4b7507a978e3dd62e9ea629d1e397b1f1db682e11ada1bfe5a0b45afc782_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3be306649df2fa3cc9f30e60ed5d947fb0678b0231b617eafd3b1593d10feec5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5b01a896101a5189740f84cb1a83edefdb0dc00288dde725ddd0e95480f8e1c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:961dd87e559779e6338a4d3d35c96c0ce6ff7cb9634ce32d4bf848032f4a2fb7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8799db20cca7be653bae6b8ac5adc1d628094eababe740beb5dbc27e05346872_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a36c2b308515a293cbcf265af68ecebf498739e74ef11016d5c0edd3cf47c4e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b86631d6601578548af20a28d132a0503fe118f53d7596a5632ed24ec5a9931f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e867bd8b76b5bc1438a7be88a30fa7707edbb1909920a1d4d1d0da0ddbebdb40_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:313074950c6dec37d29a9722b58ddc951aaf67c27b47568039f29f02f2523128_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:43618db20e6f592602096897bc89eaf3c58490a362e91e3299e20bb2a02827d9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:705f4db2e969d23205de87db1bd7dc8eb1ade64a76940fad950fd1a214dde6e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d2d5ee5893ae16784051d9526c1feeee3c641fc3e6f337ba807744551c00ffa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6ae5cfd48e788096162bc4517f0466bf526f16c84bb61072886a64842856c5b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8004e7284c63cc32a05f6de732791416d57d62db041ede2829d4797139094292_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8137c3932f344ce587769bff04355ad405b6ff27009bf23a221ba52f3da56e1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ef15235cf21f0fbfea74089f75471b483a98c920b65676bb6199c155fb61e929_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:149cca2af3f89c7d1e105de81bbd098c66be5687f18a584b644f21d0be20f414_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:33fc93d5cd30760383da666e8effb6ed32f4c8f2668da36677e98c1801ef4f5c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f9c1ee7f72c926c45cd76c12046b867d9efd7c3c381f34afeeb9b6e97751175b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fcfbae71f81307789bec93987c4523700c191a66663ce53e4009c5e0a8627826_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:04fe8c19bee4b629ee7f18a13dc0b7f49d6a4b6e19d204de90b6b2240b0f875e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5c9662139f98817aafe153a43f700399781d079390d5ad23d3b70fd6ac5d370f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d1147830f896fd229aadd2b766fbb4c8102b35a8edd4d8bbeef4928d89cdbbfa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:dfd0cdc29bca0a2239ef203fe7b58efd97ed4e72daed6609e22b20babda395fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5a9889308bcd1c3981072c83d44206d0c3feff059e0a2029d49adcb974674c95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7a715c7e2a8f54ccee42abf122b0028ed19705f401248d8c38f785d960f1b116_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a67de487534d03cdfc180af9d235edb21c5cb71e1224bb5041fcf2b9a428732f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:b3780d23a2c384ecef73c806cb20d7f97bcd11c12b6392c781c0deb7ceb55df8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:48b5d06ac4b35c2a7bca3ba2abc39e3af1eaf4ecb19c720d9b6e46b066318414_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a6d7d7df9078e9d1cb0f12f9ceac12c96bf2cea03a9085b23c3e4af6a456b51d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b757d11e5dc51a5822d9e30e97ac142cf004fffce87ba2e58b8d62926127664a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e61ed19beaf8352dcfd4b9478335a364263cb9839f27140a634a217d87d331e5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93baf08acbc6875eb2b665a9ef3601ca34b76767cd70a172dac7237f21b6958c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a5f2c2debb51b8aa926ede417cf9fa0e4ebaac4f5bf9e770db55a25902a4a3b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:dc97d5c1aa80515080b2b4d16fb08ee4733a9347eebc8427f10b7e70582464ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cc1559af0d7be472ae46be4552fb41e81ad804d73d1444b92cae4485118c6773_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cfd5513afd8b2b5e22d5e384a7f769f9c04709d853feb2f91ef667d804cf9a7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:febf2fb95748ed0c440e6acb72c40d609ae7587b2665cfd7145c878a2a0b5783_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1728f980f3ebba7e48bc0e8cad114db1e0c06f692638764e30ab990f45c637af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:41508513986b369c2f89c64af84b3980b16bd2432130fb122d8c1346f0602894_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:650f08f62aeea4bc954e69ed88a9f2f14d3c8f733c155d113c0c58b7154fec4b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:016fc7e804acce7a8b8df0a02bec320c32f9ce6224ae67598a63992219a77516_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:081f9cfabc57aaf4d19df8b496613d8aff54ceb265634c904ec7765c810b4553_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6da3ef092cde7fbaeee01c5d6bb0ca5d52af3ed8de458ecd3001bb96262c1ab4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:035d07364444ea963d64515420fa4005adf82c44b575555a074149f67db50567_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4e09fb0bd709d53a0abc6326905cc43ee36e6e4ec5e20108efd1ffe585b1f2de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:53a5f81aefcdd57ba33c57c02941803a072ef3f1b8467baa3c53c7e073a9ea96_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:cb3d2ccb57987217c75079a9c10f230f6a7de9ba3b0fbd87d8d3d5c71f8c94b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3472a8147e06452751999ae2d041063907f275ecf429dcdcfdce88c8a19a17da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:61155741778188324e0616274f067ec36723d0fb81d84e9715f72ffecfbc92ca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:adfe8cb84a5f0a241fe69ec532b7092a10cc274cc3aac2b86f33ac8e725ab2d8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e704c70226ec4986c16166ba1ca54b908d1b6d9ddd47640bd5ab6d292f977508_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1d63a1d7ba183c49c69a6ffe5a4584de5282029b0b2c2f3484b4f4431e2ce954_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:441db8762a583090cf4325377b0ee75838452a601732bccf4dbc57f26f6a1a90_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c5c52612378ce1f2577314e5723642237c9a361506c448ca80d2a0b56666a1f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3b9843a117d6a6ae28222951e1a556d3888ceab2ff75a082a06343c8030a5ed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:236fa2dfd935db687e786cf827d88210c2f586d2d1a93e610861995908bf2587_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:647704923828c83c6ed3810e3c4d7456fcbe378516dabfac30f203a3bd3634b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7638d755fde7fe6d3c004a6f0f7c761a9fdb75a3541f19a792c3cf8e8bf473d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d2eaa5b8ad9464732265b84128b5280d725feabb2d4b4cef0178a317add66c39_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b659f5c6da6f73bcf8b2850f0172358816bd68fca721b65a9a70569a94bc90d7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cc867d49602a6ada5de7a783136b6463c4d9adee9877ae1966c016a08ee8e87a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:6fa614240bbc1932f65f8cc9215d2baccc05dd1cd5586fd308c44d8a94447a45_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e85e957fc16a36b5964613a99fec1e7299db9bc63edd86ef965d879a081b64bc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:14b02010250fe10ca57b2dfe1046641aeac31f92e5691c067b3990383967f0a6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b6b13d29b1cb9c9bcf97f2daa289669bbd9ea501430e51652bca3d50f787f23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a8ab293c4f3c6bc251bc91466b7586e5499b6e198cff46e50f6a65d97df60f7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c5d781c35cda14ab70d4a5bde3bf72df0a3956f5cb159645e5337095bb71c5ca_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fadba956181755cedd19d3d5b5ee3da0222daa1dc609b629c900a0052a4cbd8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:2719589f19df23634ec3f6b578f3fd2e827440675b72a69b89c9d78b1310f98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e1fe563643282c027ea829274a1945458cdc5d079bf2a2b7b0a9982a5cc3720e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:28d64f60c216f77e3e006012a403671463b9dd90095e19ff2dd027def6abb511_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6d681aac67e08e2ecca32415dddeb47df6191a99f7a8d7bc3bf1697c6a26c1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0d31a90914ea716508caf180e30fb682cdd8066da7a0a31752be9d86ec9c777c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3ef5a3798abfd3d9ec1b6ebabf3ceb32fa4057072b2670793ca119f556c0897f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e2c62e4b87e0536d15ed8b4f2905930a750f770d5c6d0168de6291d92c51f9a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ef5f4d7e3c872acbc4ee48bc91b5835dfef66a698287a95836344c1587ccca69_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f5f049eb01192eaca548f3585845ed6a530934d2eaeb422fc78b657cabb1f57_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:740b0d9392c76e433ebb7762e57f156a0e2ea1db37ddaed2c5b8044ca092a357_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:da9ebcef147e8d9e84848454fe2b8e259bb549bf0de88ee960fb48f6c8051060_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e8f942ece24d15ce0c4a31f731f2060b6e3874a2f486b2dd255c773fb1a55f46_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1b4fa4d6ee3081f39e54b4f910100d210da682dbb0f308f08107ac44e7338d3b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:571a51e1eca0f31f273be8cff7ff115bdf192e14f5d510705ab7ed423fd5d9e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6dc96b2e8156e7e42f758cc28302a2e94e8b3888970d03a780b1732375e728fe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b91654b9aaa85e13d262d21b949b1a96b386f202524c2e8d52ecb66c279eca8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a677804e422590551f82a17e61f64bc03d5a8a42a695e7ae8d9de5dc086924d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:fb7f225a9221506e6295f7efdcf44adc33e5b971c470b5835b0ca3c42ee1942c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:107c9dcda9632516721c41af941362ccc316d25661bfb13a7c4dcfc2ea4e1c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e75d33740c576321707835258793fe2fd257682099348a2a067806e764e1560d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3ed82adddc3da003bdb272e2a5df0317abe41512179cba925f65fb5d8f7c2eb3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c16e4af4e9a79ac2f1fa632b20e98befa9aa2953ef241af186edd226e39150e3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7b6c16881c71569dbada90e320379c2159ead0b0ed2fa2113e065b361bdf2413_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9533dc6817f01e377ea2ff7e3aa4447d20ab5d016d9145b97e0cb9e758c9a8ff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1285e63d6cefc0454a400b20a6e404537a8d57e5fb9b5d7ff1a75b61555622fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2ea17afe64ff273c9208892a59773c1dca248367c849e805dc78cda228aba29f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5f33ae81c766b0b7d9c8411dc4f6a0adf760221ed0493a99f1bea5dddb5de41b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9de0bd8cb41c5324718c8d8f275c612c0bfd13b322225455a1142dc76bff0a01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:2fee175122b1e3f74cd8976af1515c869d096da0bc4f5e9024b31a64cf88896a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9ca16ca048f3de4a5d9e6b6a38b55bf0b4a994bf7f7ccbda8c50c02bfd59c871_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c42a4deb157c31f6fb871bceb8c4401f44ffb490404591ae36110511f933f72e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f6d5c31b12c8a1a1e8316f258ccd254bf6bb8e49ae8a175eefcdf0bfc5c6047c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:204e84b23aa1edaf66f10a49432115ecb4c3e8fa34472a909e1c9a7a0c3f3947_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:37f226136e439a1b37fab44e06ff30eb22b1ba8f12eca9e85f59936c3d58acd1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3e385fec20235fd68320dd564c68770d91c5c08a864e3de41f3800937d730334_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:878a0a7473a69442dffd7c19132d74b29ecf765e3499d29f8da7b1de2ff6f439_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2b51546e56d1893aaa1b68c4e6ebb5479614d0402e840c8c850702ffb198036b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3aac893d87e5c39ae1672eb5ad48a0b9d02b49888fab57f8662e6dbb3897b660_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c5bddc80f0ba0e391b336de8ead2442d0dff227fdb8aef1874bc3db3101f7048_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:dca0c7b1c7ec76232b3d5ddd15c8716e04a8384f0a816217dec544d667ad2e69_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2551dc2ab6fddb6edfefc185f7b6d73ea366ddaae4e2f79d554f0afb79aa54bf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3cc6eb31325b1f9c9a2163c570ae1c3d4da7e7dcb0d761a0fa775b66fda9dcf5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:569965f29f668f02a342c0c7b4804bdc92354610e9368ba42a3ea5cc3172f532_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c4b2b0855c4ba25e150de01e54f0a84bb4c6c220b348945742bc0c18cc6d7dbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:01b6587f8b9ee398d34ed3330bf0bdbf2dd01c2fe475ed4d44c547401d1dbd5a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0fb7ce17c762a70aa16ca9f7f35e41d85997bb2bb22b81986321d29634ce9b3e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:60c4fd0dcbc1ed92bee7dedce7879893a23c9e4a6181e5e6d6a8f04880f377eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8925d5826cca515b7f7c05558406b3688a14963ddefa80f5b44500fe12dfb1dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:3d914112ad75b59b03d5653cea40a25d92af415ef52dd10aa7394465e6bab92b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:f8d52c53ca49b3f9847d2e568779801321307e329f802aa9456cd0dab7625232_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d29e5c26f37fc8212f2ff15cdac470982494be155f85e3c310b0c958b943f7f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:fc7a6712a6fe86a47b5a745e06a0c6d164779eb198f284fd0996847b025e53c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:32bf2e7aad1dd9ff5100500c294e343af0dae3d392eed27a1c0305198734261f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:54b4afd46c87b2cc839aa7d8b8ae232aaffe0f39846a6edf9d0d3228adbd7a29_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba41cc4ad0ea8dc731838e00dae166209a3e06d104e5cf11491639f82290eca6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a9395f57a9adc721c6e43e578957e21c8b9f18defbecdf91dc49d11044aeeeef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ba077da5ec7f147b51f0ee4432082aed3b7a3a541729913bc2ed821688723e99_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb48a38cb5d06b67ecfb4777c44d44f3e32a996397450e30f40e7ec3e340a56a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:deb40607f193ff4e36c684ce74167e67a7e96187f1a44a1f0f20f36572005843_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7dc856fddd561c1d29112b0b8d4dc39dc7503974a9ff563612e6998bdba4b71e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a3e01913986169c592bb770fc49e3875d46031b5788f983ddcd52938f9ef7a49_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c3481c6f76c644c017392c092dcbbb25a288acd14a9f01e20afd0d2d35e16d32_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cc440be9f6b3c5e22186b6d53a428a8220201ddaa79be39e19cc31a8fbd7b221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:12d7ec468f9634a53d053f3af7957c5162d92595fc3385b26b08acb22b7935c1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:49f08b645fc28af342483d9efaf2f607c9c2a6b491b477cdcf2985c44aa3e894_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d32cde1eedbd0c110bc10836025cee78421ec16d2924d30f5e6265591a9ec716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:df885dc6da20faf1903dbdac693889d9882722e8b67bebe35f624c11e4616262_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:16c8b8c6aee6f6a06367ca5bfe2be8fb85a05c3f18a819683f49d1a8c73941ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:376659c608333e76b0b48fcdc69ff17643284fd22fdef6c6998f07be54c1cf91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7359a62beac2d501d629e6768f1767861fdedc0d05f53a4424a2abdb3dbb6a8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c71d05c245bf1a4955f46c785d7264985e1f904de2a19972f7ce6209a3be0e4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:06ab376096238d4e04c9ab713d83d3cab5db769b5af1fd1c57ef2ceceec6ef61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2c80889bfaff670acbf859db3624951cda96d4ee8cb1560806ca4215e8c6c04b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:627c6b73224c3e37181a19cb598ef9a425cddc1d17d97b6c23388ec1345f6a88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d5d338daef4ae436780be192907d28a26785021d97865d8a95db9065734061f0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8e59a286a05743844dd1333770197161698788e0db4faf8e00cac6b2fb9a638e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9029d8ef1e4455dbc1910078afea1141f92a5c4d2c298ce1d9e4319209b55246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:da4ff38c7a1fd5adddbc0b0d3defbbd580197680b22648e2ab803c90c4a8c9f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f6c44d76a715e0ca38fa5e2becad93a2bf3a41fd8f181846e7aba81b0c579691_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:167937ed04f625a9cd2d0b8ed6048a5cb7b6d435bc2d41775d7db4dcdb5fae95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:176feea3131aada18df5da44af30a127f4dff392ce8ef57f7e0844969ec95923_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:17afd4ebbc2a5233681d4cc1774fcd70dc932bc10006235b11de8dcce826c2ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d3a98e507691edec50373d79ce9df48a71cb6a19a75c9276d0c5905d4f204b39_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1b6c3977b4835b0cd5399523dd437c230b992b77a0e7352b095d008be96fcdab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:54d79643f3a191710d1362d665b5c838130f3e51aecf1e27a2cdf66e98a3cb8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b8692d27a4799d20ce1a8374ba99f55732bb7db56cdf8f5b038424a086db614_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d196f02212da5e80ac5a73931316d38e9def9aeecdadeaf07aec685e661f9f98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:11c2a1966b0632e85caebc4555e3e2f726277175b27a63a5e854557499e0c28e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7e649963b5c1e2a7e8813569368eaf0ded5e544799d561622d469b03b9d93937_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a23fa7969c6a881648ba03ed1a13692c5db21b79f0608d841291ea9118548ed7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:af57ee131bc09ce55ecb3ae13ed7dc3ce9607a7438f0ac5a6e64bbfa000546db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:3a7644c1ac089cabd142fc1743b47302eae8528b13d1b038298f2f57cf746326_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4b5ee426703ecb55bf537731c39c69ab7f86316544cfc472ee77fbef7e5680a8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4cb60d36cc3b34b4b1496b74b9b2e68ff152a71d7f957b356311ea811bf05573_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f3f64bd2f70faa654f7134d803efdc032df63fd4ef07c97abd38fc41e625b48d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1b75d96a4cdcc3a37848c5edfe598cb1d99bb3b0707db5e3f62478320eb90f9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:876fd001172d5151ef99c02826f834ee4db4623b00699a8fb30d6a456a7a8687_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ba8fddfcfe0004287ce58db40c1092f2090b3bbb0810c277066aa2d97799f8b9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:bd9982e951fdc7259571b6d5983ea2cc44402cbea411ae9a6b135692bf5939b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a7a8d4d8adfd98d3a6e3d37644b33966f2c34ff1e553fbb5140ab9a15563e821_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b26a5a47cde227edb5e7f6e51247a6cd91e13484f6b5f7dc19b62f83b7478361_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ccdd76d6734e3a3cfaa1e432c1508c097478e842fd436672e57ef2563d817e4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:fee8f3b24b431ac2a5d4fa3d96c90c5e1aa68c08ee8ae9963fee457c98795197_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0e559f5e780f3849e73d7246176059360631d8c4a7db1700f6ba1b6a9e6ae089_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1a376560672f81b7596417591491e71d065e90672ff6ef5d37ed0785e9baab16_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:350a0360dfdc31eccadb0e8b9397d5a3436bb509999034b60e611428eb006cc4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f8b68ae48350a5aa9bdf47a36efbf661190d497ab5a139027a2bf4579d21e095_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5fbe979b3d448e36fac9615ccd96f8583b0d587d46f6b1b3749e85938cb2e510_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8d45dfe709ac701d6eb800b081947d39a855f65c756f31ae47b75be9fec0c260_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ea4fa6caaa81f207f2372c6179c3698e225658387549ba567c232170cacf8570_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8fb972b411085b4551e10adbd419e3cb89754ee5300222cc4fce27cc349513f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:066d438bdfa1626aaa7a0ee5d2e3222724f2f0cf5bc9a189b67fd5358a0a48c0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:747c142608d6f43952d315d7858f57edbd2d9de2d255938dde311ea580a329af_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b2ee2d0e9906ef1581677bd239073c09f93e5b720501e9001926dfe7db34839e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:bf0b42c5e7e51129966a4744bb253b7c336bb88b1f1a562e481f7eeff5428136_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:3e9309d53caaafc9b145f6b7fbbb8879c9f018ef226afe101f6dc7ab02b67856_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:3a558e248efdf5d3111b7d61e8bd471682e7038bd34c4490f8ba69b91b44f36d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1b0981e2ee13869663087d6504e0c0af6f2c56d2ebf81d72b4b7c751bbf6e500_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8073e0be1f7f7523880b30946f1b6868274c070acb97d9da2f5c486db99ea18d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8980be22bddace1adb383fc356975fbf0af9ac8a20bdc95b3303a80fbe296f3d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f4293de50825a003a825306a45612531dafce45b72a91cf4dd455d596a0c60ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5bc26795163f03947b3f42a5c8cc52b7fd6eb713a0fa5a1558bfe834c21edc0c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:7f29c85842a34554f06db311ef67ec08d1d947d32b4363d1153d92c8d13c3214_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:92857eb171128909119700c431920f543cbfc89cd06aa98db816a2fcaab321da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e931e3fe478f8f905855b4516e1ed9b33a161536c447025cd14dd68778c40fa0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:338034a3ce7dff3efafd00fa35b858c23c2ab284f743df414c6cdae455f8801a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f12584b95171f442bb3661c908ee43de70d0400c6273eb4e93325a5f3f167b54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f37f6568957ab825b08c2ce8fc6b32ad18f5b7bee50b24b1804e70cdb144e5f4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f949249e3847338ce4ae9b94b0d191edd3f316d471f0a9047f97e41e41b7554c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:407286c96b6e9d0ee4e8abec2b06a5dad70fc69820a00deae47cbf3fcdc65a40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:52294a05713b24485ce6d7d1b867081da2f01dc008b9cd052bf8c4c37839f581_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6693dff44dcfb7e6fe67f5373bb73d84cf401d20640c959375f20a24d31aa697_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f65918214ce906cb5af9a59ece43a36870989c579ac1660a2a58f9536a79d9f9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2ec7076ed08f4ce7a61f95083155b5315acb6004ea4245c70be2763eb0ce9f4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5a539e39b3aaf61d63f391b6960cdc5746cbb4b0fc07b85a98969f5c9cbcca4e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:93505b057575ff9292e2e96903238708b940a23953a79cf8742c880f1fbc743a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:be43f0ee18b6d56d81a09871c4a30dc2245ba60cf17ff0f1aad10e117f40aac8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3923e99d803b6dd5bfd2fc957101bef6dd86ba8f6de9e59a849e4c7a02d57e0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8253bfec4409c9a02be72d7e8d87fe5f4f81c1bc58a294f02dd570debc4f1128_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:851fd20edf32778383c81e3c5b935ec5607a05f8fc569f64e31875b8bbe81d6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d06d41126ced4841fae74d0437b18e9f1699d285158fb8725a8768a6e9065b79_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4375e44dccb08eb4ecf461f4e8e7e97d617ab5b1c968beb481d5795e6bbf0229_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:75140fa657674afc46d698aea19115a9f60c7765ffff6a0c4ae5ac166c725597_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c1a31ef64ecdd90020d72f323a242b551a6a4a85a4dae309e19f5d8f12d77b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c3b1ed110f6b17263484b7fde65642eb349162b206c0b9a2f463bf5eb13273c3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1369aaf62d9d273eef766c42f7015d56152f6b8effc50dc06d75b1bab38a20a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:47402101d62f418c0f6b8e3c6e2367a8c84f5151a0204f326bf1fdbe983c603d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b519e10d4cb8fd9ad126a36fb864d2f29f7df218ffa1b3b5f222e0befafbe360_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d70f848ab6450690b8329ae367ff2e5a3a5b295c073028dff7cf810104c5be5f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8f8c882873232fd9a00adc69e199f1b4acacffcdbc282280ebb61dfb1e61b875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9fe79073bdf1745b388fe52bee661394f96ba5c0af585ed8ab4a61724e324777_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b2b91287350dfb474763ca5d332c4765af0c1ff2d7be722e23ea93970add2687_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:bb5f4abfd26a9446eb2f4cb1355bda840ed1006a6233373434378abaf0e617b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:07ff9687205eee39d9ca211c0bb0c6b1618848e9e74bfbbe793aca67de73fa88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0ba94d11051416a116cdf516dab74d530a584fe7c4bb1e8d3deb3bde2214e459_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0fe87955631062bc7ce78891b9eb056f899308f8cb8101b3a44f889c1f0c0654_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:786de5dd308c9fa6643aabecea0bc666a9ede6fd2a5ce1cb0d511eac2a19596a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:719989a197c3bb8b8af09e95af49125cd28014fa74c7969f3f3b939223a6743b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:743119e024a9aacd8bd4bf45ab9c14e684ddbe2307d8f965e972ace243f128b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:76c523fa10e222690941abc8c5564efee1ec4d309a7d023480b6000a545d655d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a13cc82f7b2053435d5268416686ae2ba89e37b6561e49c7ac395cf3359ca2b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:98aa0e651302bb73569a0578e6c11a1691eafb5b0aa28dadd714a7b44b498f8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:9fdce4b5198ae740daa858432221625391f7283bad587e1ebc1220e7b0b4fa28_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b072bc3bdd61164b8076f2799e705ed8e34281b2cdf24d9cf08deb8e697de2a3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:fef5253a6623c30368e9e7e271501adcd9432b96473cf8278a7b81140d287de0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4eecd436b35c9b25eca6975ca9e938c2256fcfeead67e1ff4159d7e36122122c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7e11ca9795aea60b3f0853ffef0fdbf922f4863edd96c50fa85110f36bccced2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c95f8bcd0835611bb90983e96e3b780ccb65bd2bdc7f7554432ea971eac8095b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e497c1834c97590a0c388b58dc823cdff79ab6befd5f2a9bf494b3acc3181eb6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3a7af87b46058334b97531a4b1b5cd5be47e2ade8d74497429529bf0a489b275_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:97313aa4f1c1c9aa51c77a153d0f0eb35cab9711b7f1465b82a636ea44e849ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:ba0927ffd76ad6689b808e734038678c91854ca3d0630613094824549f8a150d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cd8feb684b9c70a4ffd7077e19812273f333174a70f7c2b63d57d140d8002382_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0c8bfd6ea4d0729e0ffffac9811b5db2ecf5c40e68ef048ab104f161d2689b74_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4dc7e3242cdcd1d3c1ea5930da7d4e027383149373cb6af0551ed2572eaea0b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b78827903e5c338d67a4ea2ba10ee67e16482ff00968ba99c27af2b6d50ce202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c9315d23ab26f6f40e05a5fb1f9f2dbce075244a035b1f16003d1108a7ba36d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:270b5e756fca54f2dc05f04b6f7b43f7f188153811decbc0b49eb215b11c2372_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5331e8ebfc48f4d2322226b8986dd178f133a52edcfc0a192e89f1785c8d568f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6cfd8c3da57c17ae1c430f2881c66eb0b1c456bbce4a9ada2491b2c873dba985_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa346af0288b5886b5f095d1fa0ceb7715d4333db919ff9d61078f369642cc29_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3403720059bdecff83f784e2fde54d2bebe09223ac6cf99ce2b4c840b9cd4a98_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3f8cb2cffaf6320f14ae09f7e44c965681b395370a156253790764ec9d2a2aca_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a02dde1d0b4f4fbbc4e6f0afd24da1595672f3f290345a4f6e98e11d89854a17_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c4e8ac4fea3c281effed3996a378c2e952a3d3704e47863b2ae6b266d2280920_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:46a0b302273acaf2582d377271b910d9d31ff98744cd8f290583a7bd5579761e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:af0442c88d2b9b93a187010065424798d89aad1d695ba438c815d04d7fcbef04_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:bc7b78f67fa189ba63da9891a1b05694d676a3ed2fa318336fa0850d63815250_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ffe4e64ee1b721aeefd8f1ceee11d225dd69319385e3e70f0bb52f4f40660a45_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:29d5a91b39dc6e72677bdfab50f56860c53e67dab139b464dd571fef9780dc6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5e6d4e29635ea0b075e402931daf8c384d07ec8660223babfd0df9d572ea6912_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:82555977089a1586dc24154b46be6499607a9d15110e5b48d9a549ee73f3843c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f32c4a07d2b7a14c39db1e5e5752960e46bcda700b292336480c95f359adf0d7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:86b3e656caf1c93ba2bbea00514a17b9d06cb7a6fd5c6746d80ce35f45aa5907_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ba5c8896242125c24e3a7e5698770293a601e9e7f8508465d7b45920cc9ce240_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7de62e540922f1de5f492527d07a8e8f4265d24b577cf2f93415209ccad63912_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bd71e582ef755da7bfeede697b5c2ab29ab9fcea6bfeb14cc8ca168fce5c7bd1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a1e6a736546b54bb2797d85d51b8f2b213fe2f6be6b26bad5b549df9dabf2d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:efc7fb9608c2be8c3c65aff302f923241bf8d008bc71c2fbba0d82ffad2b4f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:aa63c460867d565b44b2a8e919ba9a0e7fd6717f71588cc5a7e2ad268fe13181_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fe1f1b5d6da2e5ac66c689da49a4c76916533f30ab456c9961a225a5e26cb6ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:36fdb2cdf796941fc6638036b3a31048ba0209174c7a62424fb410ae14b1f81c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:65a0b94e9f663f3d73a9696a622ad46c73a5fc793f9dc46ee07fee8ba3bbb443_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8afe2a0c6b1b200201f21b148caaa682bce77cb3b1027f61d4c873e5babb1b30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9f7c3543e4b1a095399d1219c50f1f5081440ae1605154324d57ba9201aa4fe9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2c0897a842cd7b16b64888568ca65c2a6e473c24b2ba9bc5067d6f1f237885d6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:432c94d7d5d46ad66348775fa0e1a6c2c142469e8a770db5528a1aa25664c389_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c86c7188163be31c7ab04017bc46ae88707437f804ddf2b5bd5a73ae34f64312_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3f836bb9effeca4dd6a230a4241282d33ed454ebabd84829c41e58db5f24f47_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4632ef8ca0af5a8115f3d9490c2ad9e2e44361f4d0671fa8a3a1006254b173ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a7d2d10f5326e2d71551289740eba86d6dd2f12526dc684b1494bdd4228fd8e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ba876751849dd525a26e70996e7e02092c473bdf386ec4663a54ecf61c4f0d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e842cdc56ee7728aa71a7f95eda9777ba229aaf959594e73d998fbb30b7f76b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:90331abb869c0c04ca7bb59681cbd957ff54eb0e0265e16368f9fd6ab6937acc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a02580814c02bec4c1c9b79c4b5a48a5a59caafa60a573f9f99a4a1ca07c6f71_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c197de59c38c060dc8aa099a027922853e4b9dc7e5589ac55c8841dbd44b1367_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ec7a4bcebcc80cbda32227224f64e67cdbc98d3fab95466b55c89755421ea4d2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:223df196f0cc747e52ffae9f3dd03fab2da3c72d5e3b189e3035d4264a08c6c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:29f3154c0b972730ae9a54bc496bcdf62e9ed348b73d98ca958a265717ccc2a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5e12029e90adf045a4377f4be2be75c879e57aca7aceffa2aef08aa262ae0f42_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e150a242bffd4437f92000417cad89969fd547b5da514f8586802b99a668bab2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:17752e2fbddeff8e6f43bd354d91f248b4e69d88e80b29b75508fb03b82d92bc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b1703420b5a67a12f055518b6a23c1d8259dc8a064a1447196f642dd23363806_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b93a134a81af485a0f07dcd6a71c816ed517178826539d0f53b6c45dce87096d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d266a3bfe528e76a8c6ef1700a2016080d084cf6fad2e70efe5ba52ff0dbbc51_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:8c90e9864b3ff53d398f2451254dd3707868b36c6032d8d139cc3ef2cbd9084e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ae6ebf086515376ed35bb432a7f567f7bbb44b8d1b86773fd86daa387c5fb933_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0a0cbb021e13ce9d693eacc4982ece2e8ba4697f5d5571b8d0671d71824fd07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5271f6452a89fe7907b16f486439f54f0dbcc3d075a70ef446ee4cc62211b1b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0abb949ce9461e5718c1988f57791c7537eb1b3d2184f4b4268fe087e39726d1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1267ac849f67c33155b54409011cd3f0eaa27d5f211703875cfd383d1170ef9e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5082f39df1f143f23f0e587dec5cdb3e3b033ab446a57e7e808c88e6211a1a67_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8fa27bdf891edfb80585e470f09c9d6fa369aa727a3698b936b4818a4b46448f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:017bed02593deb2e9cdfe0f268916e5d1c8cb7a4f1362c6eb3c94050896d7276_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:027baac40981f53c9ec53f5a4241a657929d6289e42a0e5deef617c182b7580e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4bd5b70373a257b1fce20135ff4a4b3e6962eee541c67a0e29ba9a2523d4d4a2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c0b3ed1332b228290882bbff6a1ad6866f5ab2a4586b261949832cdc3bee5797_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:047c270f56b685d5a4e67afe43d2f1ff47829a259be6ff93bfec4864233d4497_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:50a6482667d53de3d7aa2bff6df05ca21e4e9773996afa8b8038721e231deaae_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:653dbef43ed7f531ebf64c9314756be42738f1635a64097c53210ed0b6b0de88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c4d2741561038e0080204335efc6eee5b6ffd8878553b240dd433fea701e6bab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:3de609d984e39497dfe119bb8e0ac2d6d823dd894a5c866e5ec87de5b5711e60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e3a8b252aadb5b32f42009803b56dbeae49a3ddbe9d00aa27569af4747fa403_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ccf49e256cd9c3bb428badab464a17aee485ee1516896f1ade10da11085e843c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e77ce95a84b01b09c5d1e6dbdea8970543aa3a60f9292300beb078d1288bb801_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2ab5fcf7003f4ba3de7656a284b11d6ee05bb02cd0f3532671a8c368f7b15178_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:44241e57d9067223cdd1585db9d699db113931b7a273d207516f60c498570677_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6aaa55450d567e2fa992650c456cdaf5529c5d96fc9984f7e1a4aa9ed6294bf3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f2fa21e8a0e88b25e9037a9c2db4b157ca6fef8b765b36da7dda71bf5a4c4478_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:10bfb59c904103177754f0336f7b7bab676d240480a8213ec42a778bca3f277e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7aa4fdd78ceafdc887a91224614657e86c1e12b72fde68dea4ee5c6e9b610cb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:e4a365a0516b0c8ef2d1259ec4bdb7f76aa9dc0d3c3cfd5d5b3d34341d349772_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:a06af7a856d5f2416777c1bb1d271c189576e273450b25c6dc5937cd16b8bf8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:28b8390dae142ea16bb05f6bd95f19b6ab38dd67c341168337ca07fe4f45fe87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:be6a9bcb97824c91f393af5aac5a146d819ed9893f5a074e146afe18f3a50dc9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e6392d583f97f0932dc01be55534fbb6dd3014f84b745e8bf7583b96ad7a7761_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f30d93c0f244f5ba21807dca912d18d4facf47ceaf43da7efa41b14ee816b71b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0848bdb082bc8dae6bdaa956d2ae36fdeaaac89024822f4bcdffb51da1165fed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9f9603a2dd344770da433fe8dd50a104d69e80ad463f9cba71b3aabefc4fee61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ab417553778971822422c6eef94aeb437209fcf88e78188b701d4b2243ac5be7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b9bb7615df3eadf64501f35dcefa829934f330892801cbb86e9f70f5dde236ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6bb4c6c64852f2b7ee590a0a60db256d8dd549a4b141fe71d311bf30d0ed88ae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:837cd26d96a814814145cd0aa0cca672769283c499eec36c457ae432b99a7466_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:956ad866d891e1340f630b9cad6ec73d1fc60d4061d4c63946ed714900388a3b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:9c91591eddbc058f05d052e3178102b28ebd25c2c9cb796fffd5047f5d413d12_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-73566"
},
{
"category": "external",
"summary": "RHBZ#2515509",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2515509"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-73566",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-73566"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-73566",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-73566"
},
{
"category": "external",
"summary": "https://github.com/isaacs/node-tar/commit/631ae59121bf8fc8a22bbae35f074cb9b789cd4a",
"url": "https://github.com/isaacs/node-tar/commit/631ae59121bf8fc8a22bbae35f074cb9b789cd4a"
},
{
"category": "external",
"summary": "https://github.com/isaacs/node-tar/security/advisories/GHSA-r292-9mhp-454m",
"url": "https://github.com/isaacs/node-tar/security/advisories/GHSA-r292-9mhp-454m"
}
],
"release_date": "2026-08-13T17:39:05.796000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T13:37:21+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:8fcb7da94ab599d7aa92adfcffdcda19cef1f3c2903bc9d38006b7522847c458\n\n (For s390x architecture)\n The image digest is sha256:7d2df00be06a79cd70639c116c4998f8540b3e379cef1e2cf0f3ddff5188c00c\n\n (For ppc64le architecture)\n The image digest is sha256:e41c3fa52e30b8c9d0c3a5ea531f082c08c7f8832123b76d597b198726a0f6f1\n\n (For aarch64 architecture)\n The image digest is sha256:2d6b342b1c77355a7c02d990ebf3e28d31aebe9c78a4bccd8ea07fbebc5a0c49\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:8e245c278c66405066cb31e9d48e97ad9cdb826511bdb1104807d26f896043a2_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:60446"
}
],
"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:0c95fbbcfd5c54e6b2934a8efb4f8523d1536ec1deef78249f4daebaa9d327d6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:1b84b2a1cecab16e75947d29572008547922714207272a5dad8169d1ca5beab5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:466597e63e82ac365414c803f5ecb8f06a72374885eedc5daf9532aad16ac148_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:de9cac5c7ebcf3d43cad87758dd2eb0f4d6480f59bfb4112c224a4497aad9ba7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4ae516b98be8fbdb9b783345fe680c1d6ef57b5dc06b2ec3bbd20bfdb7c9b2c4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:8f242ba3e0b9c57ecbd85f0d4c1bd67306357c92b53968a42419736c3dbe04d8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b717614ee549be99c17ceef3d755c66abc983e821e04808df347962858e0da81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bd0f90ccaaaa74683b9bb17db0651dfbdfdf8f49adf0ecbaf8e83756d270b590_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:040115466e4f525e9f2386d6f8838c51f8e1638eb06cd64f071d4ae027a8fb9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:1a677b9d28655390d007acaa656997b12a32e9093c1c228778ef96cc6f4ca875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:39c68aae39089d044ce992b949d4e9961105711501daf3d4f0ba7e9981920729_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4e814640d65f77818c180a706940337f8ddec8ebe4cf22c51a58a8b69e0f4099_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2831d7dc9f3cad92219addd21b93959900ee2f71e2d988fffe913a6f88dc7e1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:50f602354dcb223759d781cb057b4081a424d6a509178b10674358cc8dba41e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6925001d8a798896438ef1388f54bc29825c37d41f2f09a59e3f8bf60b2ec6af_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e01a83cb76fca294a011e022ed86f1da8cde36928096422a440bce8e42fbc8b6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:757ad9e0c37b861340a7b2269b068d5b0c6355322eb5f5898a856fd9c4495b16_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7f68ff8059ae68d15041b8f38ad5ee5278289e1370d276cf7e78fc7e9fc3bb10_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:816787cc8c95a4a2df1416f09af6228559333e1bb1421ede0c9e2093444260e8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:f9bb9a184319c9fef278d3c6705f56cfc592c844f5c458bd20bcdc07c4230982_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:198f39ed50bbd835f4789057f9d7fd8de0962f1641a7f453dd90d68b5b2a4e7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:633ce875ee7bb08d9bf00cf79738e3e63cd6bf4de2d40fa6860142a301c0968c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e169d65b86f23d6424af5e7cf9e1d0ced58382128092821676196c0a05f91da6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ec2586358c34d0130b00a3714b50c8b7bc33ce915aef6aa79eb214d38202f37e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:13e81e4c25d8c789ca15eb4e84f3fc531a50b4dc0d95fa3573e002e3b54cad61_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:17637f8455e0e17bb3dca34545a26e881cff3e1444af45b9f45c3e282a252bb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d2dde1514fcf3308d1469a0af6727835121c4d6a1a1775a675a7ffabba8e3bed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d6376055835ac40728181d6f354398a0e60ca131d2fd8f41471ed87e974ea4cb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6f86d997faaf61c874def5a78cded319a188c1babbc4dfefb91a29f7e0d7f0fb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:73bceed99ad1b0bc99e66ab8361037e4046c5212645490161572fe6f34de98b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:babd6b0e928bb674289f34787d3aa536bdc4c24a877a5ac9311f21f0cc9e6224_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:d00a12f6c4e75a2c93bdd135eeb742f42868b0186d9d03f318c885407a17e439_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:0932891a63e5ec5a076c7848d5746e29d972f3a96058914bee8fffa4921fed38_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:472e977d39473b92992f53c0225de477318b31be8656c37bc35193789ab7a456_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:71021ecd15d688aefa6db79f817c11a751b51f6ea9f2e48781bdc49c6de98088_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:9563eb7617a4d3a9c22fefaf03a4ede698fea2621a68ad231cd9e65930043a56_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:1fbf3bf4990353e799dc271bb4a0c58b385feb2ee60207636a3f76544b4f5ae4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:7815e9dc63477803e7e8bb8a01ea83043b5503ba529f64db3c76ad1c4cf2f0b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:ab22d93f277f9bb65fcb5fd9c448b72f82384b9be43b8ab525d2836832044eb2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dee02e09373732db94bc442ddcb2eb4d13095a04e35c674387d3df8ba23d67d5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1a046b24339587101462756592c87ae4a8f699fc2977a703e6d031e2022a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:95c1db6c409fede3e9ec09788fdf286fdb0634de6b6e727ec010332f7cf2e462_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:bd6be5cf4063439e92a1264ce3af0ea6528b9c27dd4b26f043a80aa8616575fc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c955c4b9dce1b25c73453079a21d84c5a2e5d0b53cf6e351f9b1855f08db3fb9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:221943f7b65573c2942d88354261f93a01950be1d1a86fa853544cc4c283c027_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2488ca8b2a8f658f3deaf9a70b12f7aca159490b5e0861d746ca8ee5d2010041_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a3435c546844b61f456789fd315495d6bcdc2560756e9fdfc4b896cdf70d75c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:be2e4dd58b8ed72278bb2c014317e69185e2b19dce37beea7fec3798abcb35f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4da2632fea643a834aac3fd63bc51fc6b0d768b869ac450e6779c9f36429a9fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:56ab8a9553f0c0202a47d858e234f2672098514dd647502405cac1f28d14196a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:abe530f4e865add435da2afd379a3a11a4d75c257c2468a09bc78f10256e0be9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:fe1397131aa0d447366fd627b12582ed647551ad3af13375f8c281ab73745f0a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0857a5a2cfb5c277bc2d2545fb19693f23285ccf6b75144da8fcd7225e1df1c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:43b36fb1f7ad271530f5ee9040cac4651a684e0e08de2ed90a2939b736b565ed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:7f86439496ba6573ee1d61b5f4d414dfbbf65a95526cdff54e45229f01785517_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8094138e4ed2267cc278a83a1586922c957142c9e5fcaec62db531c83b79566d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:309b1dd27ce0c7dc332c7141e576642db4aee6076ce50ccc2930e824f02ead2f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:35322e4580b0fec862223f76e0bd3c95ad0af31f3d4cdfd6423d3ec47d6e25c8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:699bc772c8a648f8be7d6a5c32d786d8f6484e584d918d68ef8a32cb1499663f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:779afd8e0fa21d022d7e75e7ba8da00cc7604db1adfbbea879bfb1d0f8c9c831_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:49e98d0193f7d7b4347043f0655d350a7a0c0d8c8b850d95abb57acd13dd8ac8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:63e308cebeea85127f584610f59cdc9b228f01b9acb227f2f6eba7fcdc29b1fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:71f9b47dbd3985738259a6bc9a5bbdb240fd21284a194b47bb78538f8e870cac_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:9181583c88b3be23253c76e277f140c0a1532c1bff7d62cd0da1e14beba1aab4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:0f96581804dbadea29d9ef9a2a952753f5fdf295670ea0297622214e2a9b7d0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ae4714025025642ff5d9e250a4715b01d933487fa8bf4eaf82629ebd6d4c8702_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:cdb096f05b664fb542bb6eac3cce52c53da2e4bb636189bb53f737d3075615da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:eb9908581f71dbe01d8553e494ef022417196408e9fdbd32f08fe1f5b9c9572c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:08725f7a384b4e72a173141cb35fb67293385ed72d973fc4d497f3c0f0dc626b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a322e3fc620e914088fb5669f1459a47140abdf027bd011d6ff4e5b3e6b909b9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b950e80fe164f86ddf624c80210308a634929ab8eb493496ef86bff1c5248fce_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bfc663a0ca81dedf849e89b91feb3fe0af97932fe8a8fc711d7ab85b6cbdcc84_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:13257447171d38e6e99c66faa476de6ff6ab934c285a0d1bf71fe94dbe583462_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:23fa493f397748092cd71c41b9d83d19fad6a5433b692bc644e30af790cf60da_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:28b1c9ee4102140998781ebef22f269316d8c2be2254c10b4d7151dffb0d37be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:be2175c2c6c9d882e44cf10aa85f1219573952473e893f67cc7085bf0a324407_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:61417bc1ddac0bc97c786b5807c2fa33eebc75f7cb186aaf9eef2151dbaf75a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:73956194247e000432a8c5f7b78255062c5ca967745ba2d97e680a06f698f518_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fbfa9ada74c4875985fc4bb8366d21eb5275a52953d44bc6bc740d48edeab5b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a545c9c2fbb36296286f684e02f9a5bc337b3c3fb9c83c608c988c88455f9bf4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:34a8a8a4a62b36b5e0eb061db3d56905c8dddfeb2e7a7135642f947ce6bd01ad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:41c2ea14036c2f8639cf0dd634e327841954eff4529743fcd10e8475546165d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a884f443877c7a3c0b32dc60a79e1bcbe89036549da7a8aa4608ee2ac6460765_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f6b28e8574a1d3b374ac4a61ea4f3c16eb70d9ba7385bf830c8698f4490f8fd3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:8e245c278c66405066cb31e9d48e97ad9cdb826511bdb1104807d26f896043a2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:380e3045135a40d202f330002512a5c499d8d2079cc38e5c0bbd5a2312820dd3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5d06442daad2c126259fa5d594b53329e386f560b77a475ccb0cc37148644a5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5dc0ca56deaa237fb0bcddac8481b45d3ac81609b36c3b7bbb6cff8456899208_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:aa669084fb336f5d89d86cb58aca73b88d6bc4b6505eac2020664e0b6abfff6c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:8cb392862e1835b610757e822332074ac459c593e9bd60fb6b6f6d0aebe577fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:987afa1aa902bb85d7c2d96f1637bcd19bf21eb832444c98d30171bbeb746751_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ad2f0cda09211f3e0aff615306168baf808e6fefbf1f039c3ae1a1fa7050a61e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:bcac50d10432ecdb8bfe2b465ba75889248ee8595f23c5243d023ac2a336f3b9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3cf2d6f464e6a2fe5b4a8cf66690b3237aefef0c825a687a548f81336507cfb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:9bd17213796576ce4d315986dc0b271011c37cd6e9ed75edff5ba80c3302fc26_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3205092b914bc1fe858b2ede7642227e04f35d06daec4848fdbbc0406fab4a03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:a20ecaad93b15b869fb321c7503adcddfe1f0f5eb3f0f6427bd363234010853c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:57259db0550547f85684c19078b9af82b6318dca0c00ef8da27de8c8dc90e305_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:a95676fb6c1cc1b20cbb758a7c9fd34e82b3e114b81b5c17f47ef303feca3d51_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:49026487ee6722c3d438c05c1c181a36d14eca2f0d8debee48e4a02db0486145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ee65002c4934842ad86197a89e838997bb87a93ddc9de3423eb2af282a565c41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1bb56a1a194ba6f64edcdeae267fecec590c14c85431ba62ee8c6b5744da3a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:bf72f3bbed57cebe1deb7690cd7fcb6d371e526630cb386d13180726736219c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:81afdbb2d9fe212af38a11b4d00ac952a306e13f91b23b2a081c0393173c5e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:bf8d63c933996abf39eab9406b3061bee014d766a58f4e27a56413652d319a47_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:4a5021268b1ab163318270fc9ef07afa8a29f288c95ea69700c4bf46f88e85cd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:ea443d9738e4428b6912b47f9c1d8d05b75cf8b137f0f9a76f852418b33b989e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:00148cec706fce87b240d38dcc91434f3c167052d5860d42ca9057e24c3f35eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:7996dc231961eb51daaceda9598b04e4bbe7d0e4019dccf5adec8a14d6f7e1a2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5c70298b919a36de41bf25d870bfa3da4013d36c6179db3eb6dd2e67dd20bff1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:a64777ab69af6f2b6cf4b78e5a00148e98353748946991c0a6da7eba76b442dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d4b6a07334845b2938c6d09556cea5e0477d13d4be6247bc9e3fede2e46aa3ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d5e665b41152b8363b4b15973a7b86365bb2c047366aa69bef7e1c499cf4fd3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:1a29c30f85b9bc858f0c70ca5ed79934494d92849f23baa6c7f26f67ea49c57e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:70f95a8b240afc604ee9af621fc3b63adaf80f593f3131e7ed51077ed2c77a1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4d217b45b97c9e01ba3d54d03270be07e9659b0d4313fc85999aa49fca560108_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:634f48a37ef03dee1cc0c0626c32aaebb8f9975b4640ac540f02910bdb3b165d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:00f06d1c70494444172d5630c33e1c93c333a880520bad3a810f96dc69cced15_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:01ac79392fa7a265608b75458534bafb6e5d350f2e8536bb9de48566c685841e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:12047af5271e61b4032c04c98df9ad54363d6beb13b36f49085307705677e345_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:37e5fa3bfc88e99fc78f2ced6cb4a99f5099942e40158dfa6940784c3d2ef95c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:54d10266c83c4d5fe91b013dac51538493ae4a4322c925e561c45316c73b1e2d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f799d506fc4087aac0eb4b2c2d6c8e511b598c6b3cdb1ba5ee470b787759fd8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:061d1b86afedd409ad4947a8ae59064f0fa92360cc82f640cf124776753ea3bc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9c7fef9c0e22e1721125d5b1312e509fada544e1d3d956338c3638aecea53dad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d3d951b736b910437255f3455b76357bfe0111c257f5a2d8dfe0f9abacf30fe0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f7feb8627754651663208ebb363a3e42e1767e16a65914148ce0507a77bfe795_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:23b0327190559517a3526d2500534542e9a397210cc6f663ac2b313aee902e92_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2911daa552328c8b01b19f91ad43ac54da18d343834c48ef35f12adff8077785_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:43960246dc7eb7bcef847c0d706bc6b0f0a407053a2cca7dfe27fce23c6d2af4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d05434d4552d2ffdd45d2fd44b1b2e2e8976a15f0f4ae59ce7dea73ca97dbcf8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1f7e808f97ad41f4c301736bdf2e06da73f2d0e3ef4ca838f0afd65273db7c8a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:5553003527f078011d0c440f86c1480ff4e62b318e98ca2a4af97b42e5e186d5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:582a4e6fadda74e5c6c49b605b7967e9d6f25c84ab3de162c30931b1dcaee31b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6d54aaf9249113e5be1b6a87bf439ae778918533077a41ee9442396cda4d2642_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0b4378067622a7584c3be2e5e5d8748a564ae7672cc882bec0c1d6f4f4c28686_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:2ba6c6b021db9b58614b1ceb9b736978b0e3396b04dda4518406b041448dd5cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:7f7e406ef7b654a66bbcbbfa5326ceb1ddca4a0236cb60761a0ea48b919e8571_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fc403f7babe4eb16c770c80def94f34696b3a8ac55360b17c88edb11b9ae5a8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:473d595a495e4656de14b1b22456ef1ce2218fe39d02bf738990c0be4cdf5440_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6b3fc95809e8ab1be94de33cb375207b4302f93dbfd51f2a67228025c1e304fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7d0a9db460cb1d4c918f87a02979048f170f5e692e83cd517bb9b3271aa06dd2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7f1e2dcfd02a6a5fc56c6665979a8981f11144a5bcc6419feae3964b190583c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:775213a7b6d92d23694dbd1538727c84ad58c6b8a8b46587ff7bdeb7312acc05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a649eef7fa6148524b1f3aaf18ed6543f65ef91ad21358cb0af865401061622d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:c593dda5f85469eb4ded8cb6c4738069d48a144823a070b83b58ba7772ba0e90_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ffdcf3c2b138b62cfc84d9916799812ad73fcba9c3416d7442f3686417c85932_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2e1e514d9f3cdf5f04ca924fa98d036988ab47259be5df67497931321634f730_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:32e93e986bbf92dd3a3e09f9c76bed29334b5cf794e18b843f81522ccf43697b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7bfa1c21aeb7971fa978d49455f4b5dcccd4ccc3de147ef47c32e9b74bcaf2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:dbb5abf21bed592282f09e30ba1387b084eb028bd931df5609c07fb8c09a0d75_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0606de7cca514d2b4ad9593d7f37950512741cd8f1597b1f83951aa7c8839268_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:116474d2dd37c159032b15ff856dffecad2ef0ab76298bc43f840bd0245ec78b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2e887b0da3269f28933bc5af839ea2df95b7aeca3993cb31b0a1c92e7043cce4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6029166a01da021523fc720ad70fc59f449684e577f9f5a36e0e759a39d0a28e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:849b8be9f7fc785a70451c1c0704501e2b449650acd23d450d145da1a760c166_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:9c5d6a2d314e840600ca6bd1354c7dc6040fbdc216166418485d6edfedb27ce0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ba10e440e514662920d68ac025d5f3841786a393703fc2dc0ee21ff1d2490015_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bac1799b133fd829b35ac619a25a272301816494e83be5a251f78a50e7fb2f88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0469874ac135c41bb590ddbac02428775083221257b6904fa376335610c4acb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5823c8fa1f1409d6863dacda718e35b7afd2915befa21343dfcc68b6fef7a9ce_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b38d3723f2547dc5676460e3738420e243c6fdf7be77e54d18657efb9668c438_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e5a5e4c1a01ff3f5d694ca26dd248533fd463c85374c25ce1a9f4b7a60deafc1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:19f94467c811e10882e30eeef39b1266b83ee417974aaf62f75738d51811cbc4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:47487ff8d0cd813ab3354061caf319dec553b1cba9d5c1045de710b8a6d0c51d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b3a0104cb85f1a6965eee44fef58983637839a1f97ddccd737704ab41cda3a25_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e8c72b610288bdc44492ea0a5c2fd66cfb1673fc06f6bc66831fa84c96f86543_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1a9333d29d3561fe95488f3d80136d6b24b4a2e04472d37d34737fd1032a8856_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:705d146d458883660aa0b673a651d05d1d1ad73bafad91e84755118b82092ae7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:b9265d767c8a6786f12dd4788377f1a316864863a32de4a4ec07ffc8b874aa00_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:e3a7bfabcb96924059fb7906be97a0ebb1df35c6cad39a7968a6461df0cecb31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5c015e1a10e5f14e82e30ba41b1ae6a82cf5cb0bc631f5137d7637c44a3f5b8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:623bc4c74b05b46babba7da628809bac05b48d8c4055648e88f0db57c1bb0e07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9502a32446a8828e8a1887edcf49034e874ea0e32ab5fdb738ab89e77cb5a472_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ec7b6b83c8e934b66505e8051e183fbaac54e78abae5ae99077d4e5e163b4529_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1f15641123321a662f676a46a24f6c8066bba6e3730a3c0d0eca3ff8e548de23_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:85070876ada5cb86e8c585f3ac3114d548b189074723a13ec5d6fc6be25c9964_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a34e14a715bad1d324f9211d95c56ed387ae51b24b21ccf931c12f3f7b3dcbaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e12ce561e4cad13a5d08e8164060bb74a309f66047279a26dd727d34ed3dc16a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:67789c239f82fe3649ab8c0e13f920a788a3612d15a78fe5986a852bb2d11a0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:80d704ed310acc3015748815351da4b54fef2d8b74d7d4b03aabcf9fd7e60b38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:bfbcd3f502bf336124261fbe51f19e7a4cb9e9132e07da62354699b30cf6ed24_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c1e371a0057014662b91736570bf25fb1211ead7402154a1149dfee9e55b994e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:175fd0386d9a4e064fa760f23ecfb45ac6ae3500e5a50acac0660d06e5b7ecb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3e9811dcf3c528ae6f5ff86659dee1a590c2b53f7af1a03204d06fc3dc628fcd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:68af6c6e7f51523ac223f4e25955cf3777f4ae5b601dcca7c6ec7e2dc0de0782_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:8f1b3ddbde3e33dbe01816bce0cce7d7bd196cc04affbe606fecfbd8ad7b8b17_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49699de68bf38c34edb696ebe4f9dc608756382a977f497f6713dbc7b6e1209e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:49c32ab1927e0969508b906c14aafcbc64e6eff7680b9a10812eca4f17787921_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:86135a8f7d4aed36e7b2a571b431b29eeaac2bda02762eafda3e22a62a7a2d6d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f2dac4ffbee9d028b26e683b63a9f033ef8609907f6c498d42c447a306e75328_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2884bba195d4d635378b0d15efa54991a23f51bcf4efb1095b478f5cd9c34f46_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:d84853556ede64db5615eb4d826879c744f7ccbd92c51ecf392a686af854ec11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e05dd48fc4c26b5dd822ee58a2af27bccfd0ed28cc959a6fc05073cec6f7c9b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e202635a4a52be92b47960bd8ced28634111416b220cca5fa7f86373ecd1210a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ae36d953c8c7f73dd78d620f94a0335ff5fb84b16ce9d2dbadbdf3dc5d66f6d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:308c924c44c35b39c66b429a15a0343a47f7dfad62dceb76ea7acfc85e6bd973_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e132f6b0a6b4e2dc63561c1ebaa0bd9fc669a835b0c22b0d56599e3da870231_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5216d36dc483b1368a03e00dd9dadc7c75de2bc36ed98cd7ea2b089cbe23965e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4bc11f6ad7c3e9c99e708f7ef5a01b4faedc8eb5d2de5b0cbed502395958555f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:4c04a50ca49fdc521da592b9c326e233763918fbfd6bc97e001e0e680ce24cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8ba4aabc0e1e36c3ffe66b55c67ab8c305f64aa6011f80060c5d95ce91180c5f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d259704d34b605abd3568bd4c988bf9e831d80554ec2d7a57e7c39a70daf0140_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:14c55985b9277766e54156139f0949d1e3e5f756ade34512a3d5ea3dfed2c544_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3231ec9c296798f11aec6a285b0a8f7c5cf220534d0525afa59c17ab2464abb0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d8767e4d0b2c8222748319f05483bcefe50388abc182a01f3ca9dae3c80dce44_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ebed5c3d8e112fc5086208b4b4c0aba054a0058f3fd08b71b129dc124fa00f99_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:26dccabde8cc0d1ad45160677fe240b3fc098acae82f6d095fad08b78330453b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:a168025d531f20656997ae845a4930919d6805b7f9374c40f7835a93aaa46b27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e696a8bc54ef8a13800b2168a395d2cbb08678403beee2dc52c56d04cb235759_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ebc22890c7759ec9992b64dcb0e388881caeeae333a9a84a50dfeffe27e38b49_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:09319f1dcbe090d9677a43249810dfe5b3eb165aa3f8b473417e0913649b1556_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:46a37e99da18852f5512235589ee86dde0db6c09d76a49275a8004422b9ec303_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:535d1b713587008fe67eec103cceb54471f5263516f5420589cffe1dea02be93_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bc614ab102efc7dfaa47fef84c4783da26548491e4c43257bb606a06e8d155f0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:08cac9e30829765f182624de9e45e59b40884b8c39cde60528dd27afa57afe72_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:13724dc9eb7247844e450b59b8cf3af5e5f486e9558942836ab60f74b9943291_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3e1a80763f76f622b5ffcdb35bf2dc20ce1e9c06c4f5f6bf0ae06b04134733b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d077c79741fd0c481fa6e1aa2c479b8c5b380b1d1f163259777c8c50be257709_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:5e82ef0b9ab6d4e3b7431a7611bc563f356385dd8927855e6090008685f1549a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:62ba53e306331c1b20cad27ec31cf59687218f4bd5908ed7e9034559ded04b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7664e74786778a96606757f1de215a4a9702d0c9f7cecba7bf8028884a7609ee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7a967f88faccfc101b9388f8434d406acdfc85d7d682f9ec742d59eb31074fc6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0e05cd1eaa2b9c558d22892495f090b6b51a316dc56d85ae825b6fc44611b6db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:445fdec85c2510c8a45b2a830ead87136bbb80bb9244987b4d6ffa5858931926_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ccae4f8f443ba6806ea33105d7dc06002d58914626cb9ae57476b29193761b53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fc0becd36b6fad4911a5b8c9a4693320918f7f7e6336c2b11a76adcb6d1eec36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:652f8fc874b95a56393f14c2b56a63faa64c04f6646c1786d07eaa272a9acb9e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:94b9c011744629b1ff6f230e25f876f218ed59d55a941377797f77cdb7c03e1d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a178a796ca9d32ac59faa5eb9a6aea30f1aec65d88f89080f57ed519a7983f05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dc8a79297c73782f5005075332bcac58b051a07d2b35626323f9b69ee5f4d64e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:03d66c724cb647d4a613bb48c9df6e9ffaabb68c8af5a4ccae45365e32456470_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4b9510fdfb45d2561927843dbd7ed869e2f67d9636e59dfd0c3ee640d9fc601c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b3570e078bed53aa3e435443bffbd12a7b259f8dee9d18c0d79b55514a547b53_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:fc8e892ccbd8d3c1e737fbaf8f02b5fa6bbbe242780c9cd00fbc5e6889d7baee_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:266bd8400632ac70fc6584e4bb2850ebcee7027ff7899acbeca612c6556302a4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2c8f351447fffc2133f339c6ab3a0bcd9bdfafad4a4cb5b7dd2abc32c6056a92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6b8d2783a76f514f9a4e8096434ac205e1d82d09da2d67fb930a1b5e4d8089e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:74fa72db679ef47f9a3e3459a90dfaeafcb6db73dfe15b8933767e2f9d19c448_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:2b5964f6cb078aba05ada42f0c8280dfa39f9f80526932cc5d41410922e4e8ae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:480b27e9866ca8dfba83e1accd427d4f6813f4fb7f612854e32bdffc10d7d5b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:91c7fa7b70f2cc82b26ac16f91ea084e15a4f5dc64f254ed878c25dd1170c0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:edc297cdb2f670aebc1d3561d801840ad029e8777ce45724066e6891aabd60fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:443e0dd81ae60896d31f07ab49611c5e0629746824df094ce28cdd3cb0ae1d58_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9b16561ca87196e3dd9330184f7abf25e97272e3c47d2e8d594e3095e74f815b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9ff62f63d487e25a750bad29314955effd17152bfc534ff698963760a2615b0a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ab506c549b676ad9d8dd179e2ba871a12f2096ca2601ea2a1f2605ccb849dc6c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:08758e6b81d6679b095a8e7fa323870eab35fefc05e525c6ef810b6cc0b3c0fd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:af87d24f6540e5c98def879ec4ea8adeb5b138e41abc126b2c3030c5847fd0b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c5e9e59a08d8940e99da6bc568269eaf71ea8db62dbff86a7f6fb5dae861e323_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f5122187c85ef27f5423ada009d800afa4800e32ad1ea3299586fe64cae8e38d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3c5078d135089e1548b4dec49b7e78658279e42a72792a988447662534b6516e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:56158ce0af0c0eb9709b2d1a172201bc795ed6e5075517b6919ed1302399d6f3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:6720c8097a398327f18a5c84c28f6b58aeee017199c2649649a1f159b8365838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:89295652b447f42c6a0d6e1299f63b04016f10ec8faf6372357294a14472e426_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2baa85e44cc4ac6cb825103508c5bd74e348609eaf53ed42c6d0e045dfa62772_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:61283f1fff1f8ec53563012a5b1fb5a48831f0a220d3676b512f5a60b331e849_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ba258012c0832c57b29785be805be44f0b5f8eccaf76d82d7493946806eafe5f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cf3bee6414a87e7f907d30047ded274c488239af5b1f43ed717ac2cede29df86_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:40854e0833b6cdfedcf275cf716e58f3cbc5c44be313fb83ca3e909bd80d0b08_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4d6a10dcda92c599f52977c71208222d166168b29da4eb4727c466e7eb53cdd1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:7be4c5ff86b0e939ee9f22156812fb98d2f96c1eb4567ca8a6a01ea3aa735dcb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:83bdc9fa5d3893a973794dd7162bf9564ecf68ce44814349a621cbc284b9e61c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:993ba8c1dd84e486fc4084a7786934c356a9b12ae86155134fd1a1dc1e5e3f2f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a64dfd96d3aacabc8f219d19e6d7eb0c1ac5b68b49eb93fcc973d76e67ef1d34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:ce306e2cdafabbaa29467e0cdbf316673d17180efb604e683a7fd1ed7181c6f9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:e6748814d950e6f5e370dec9cb7d557fbb0d29ad3620b567840770be826a601e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:04d418560f90c35b42be67886632615d62dc89cd37fcccb6e247212b535fbb7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:40eaefc42c0f0b5adeb47bcd463c2e2a45e7f3af1c0fa4cb3fde9c5479660c4f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:545bc2a7b32276bec515f338aea3a2976c01cc787a559986646aa6fa26ad5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5a2653ccd5dc3f59a228ee8b936460575e1a392d12287661b1dc83a9f8210033_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:12e5e4ea4d19c4dcccb35dba161fdba8a703ba6331b11054e4664818737746a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:180e817b55ebfd081fd0305f63b3e0539fe8d13d1ceb8428ea21e213779fd056_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:92e8693b9f6955f9862c8b576f5e32bffc3bc34232511fae0cbe57d705bfc53b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e5b5d4750a3ffe24b1196255d4cfe15b21efd587a41736307ca8e4e61a4936fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2ca8a85fb07b431d97ca6a3e3c18f1cfaa20883c7076d6b5b4e6942b632f9aaa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:559af5a310f0923dcb4ef9389c51c98604cf44642a13e8ccb46225b4ca268580_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ae056c9c8e0cdc6519ac1a9542781cd54ac2ac8881f513e965b57ce7d1e5ef2b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:deb92b50d5948bae13db37a7046d9b212dbfd3ddb1063ff8a5e5467f0cab203c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0c4f3cf84115f8c9b9bed6b2dd5d52316eb3a9e670fe6b9e28c2dbc350392e87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1142ce3f8a3c1c2a1c7dba79ac2c3b276a45fc6271ad9df9e6a5d8684c36da2a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d9f2c021c17f1416e01ba31a8823b7a87724fd96d7ec99d494981842b5d452b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f3aabf75e838b4a941f64a7a322768729059346d7578ecf5fe7ce27a71876fca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6389373ccb2fbe1b6385ea21dac1c0ca918bf9d3889ad7a738de6be5d7ec4272_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6449fee9a31acc582bb85e0031312e3ff07d1f1843a1c6c410eb79cbbec1ceb4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:751f007afae9f16527e9039aa95c2ee6efd2ee20afe3c083ba7298493d2406f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:afc11a340e28d4100c31646b705e8db302f6b0a96ad3620e07391f02a70438f1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0673d2034e7e5fb412a171939379da14e9269dad7bb53e83be7ecf8233b0b5a1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:18f0345811215feda18d2b63f679ee870e76b33e9f61042d93edcf36fe97df95_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a2d247eb696c80e02bc8c1873e8ee0fb71a1e5ad6cf5cd84bdf504f4fe17cb10_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c342b14ff399c961ce05c1af127244b950b8e9d641ce8752f9d0f880ad7a672b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3d9fbc97d13987f28ca76b3e238b540492eddef0f302c2dd958c1b0d05e10941_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:47682d4e934d597aaa1e809011a69afe93936fc629ad3dd1ed76dc7b073f7ee2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4e8d3460e04e85a3e01a578d492499376787c85f2840c97821f11213862239df_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d7b99cad55a1e1d380d30d0d4a61bc5f0cbf3a87223efada3e69bd9b0741d3b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4849bfa8a48c7e7d264fc6ea9097fa9d33da25f75776619976e3204b42026cc8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4d7c3f5ce57c0aa25e13ba9484facd75c5a1dc3caaf9be4d0f273243e7ace327_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:78aef6c20ab3bf78eeb8b8a857ca2a24067d45cea0a070c44d3fcedc00d4efbe_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7f33515dbca04230d98550ab638efa87389629fc7d913c8ec42e4b5bf8a772f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0251068577a1724dc777683dd189468ed77413b396614a117dac6b4320b8f01d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8812fd85c74fd67a95afe09c2ce5e7d592eec1e25fdc6fa331a8bd41bdde0cc6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:89e0a7e0fe060abb45a6f8e6ed1906053c09f95c252ca7813175903db61fbc99_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c3674a8f28935f3140fad744b5a178a8346a9a7f79f6c281561d2877b38c4ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:13bc0d4f7d4508fafca5a3bc61b6449a056e277da131e753c06cbc1bb7781b27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:993a2a0b3f84e071560f6fc1a3ac243fa745ae9a7ab15febbe1385437dbd3ad8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:80fc518199cd3a1ad421b142661f0a85679b12b69d0afe580fe60eb6a13ddad4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f069665c66c19d9775b70a31aa7a1069bc653691f6abf106a88b2ceb8c0e1ec6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:13ef0c0585b01c56b865e029d029a553b458fd2d3d0204eb6dfba1bcaa11ac3c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:599d33b55e88212202b15f4344f7a18dee4f4504b3739d6ec99414d05bcde2b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a751f1f0540505bea087d3ea9e6ba798e89d5deb772cf8e401caeb3816a563_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4c26bc366b267d444f448a4d7bd5a0d26f84bea653c14b261a829669d888cf88_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8b67087a584a2d952a6e80572686412cc8ea01f03ec8d70b56cb8a24a0c5a3c0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ac1123e890f0aee159c9105e26e1f1ed3ba5eb3ea66b422b281c3e9465401c5c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0dac7821ce2a3a5a180f53f381d9e61484cd8c5efab3c9a7dcc70b5783421b64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6b30b39205367ec985c4a9d948e71d378b9483689c3ea179cd0f2476b9bfaa1c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:de903677bccf645889ff7968ebbc052b14273329c0765f7faa53b0ca815d6899_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f8392be7a6f5223930d53ed6d127faf727489b8f5ebbbda6b6b437c529e3c812_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:02ac68c83db9dc50cf6280a418eed9261dd2182bbf51d16fd143519e49960b17_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3746261c5d4744b13d4704c822fd62ce1f486010176fdb3bf95512c72eece73f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:85e34da00bd6d290c04d8eac32f39db59b5f50fceee9b248b2cbe27bcf0e7e5a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:c343b119edf863e179df865ccde0b665b87087d78b20919aa5726d8fd240b344_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:2026fc52aab5a6d7766511080699112f32ae4576108ff95b0eefc5d807a14f25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:21b5298172f4de1e0074c4abf5e4abf27e8adc02bbf7ee49bd3388f7127d4901_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:42f8af9bf66ea72846b7f7e57652725c31b01fc4a8d39ff7e7882075438c521f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:9c5711087546b1ba7cefab267b8aa30b54ecde5926f009518cf0db974ff84c3d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:373c4b7507a978e3dd62e9ea629d1e397b1f1db682e11ada1bfe5a0b45afc782_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3be306649df2fa3cc9f30e60ed5d947fb0678b0231b617eafd3b1593d10feec5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5b01a896101a5189740f84cb1a83edefdb0dc00288dde725ddd0e95480f8e1c1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:961dd87e559779e6338a4d3d35c96c0ce6ff7cb9634ce32d4bf848032f4a2fb7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8799db20cca7be653bae6b8ac5adc1d628094eababe740beb5dbc27e05346872_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a36c2b308515a293cbcf265af68ecebf498739e74ef11016d5c0edd3cf47c4e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b86631d6601578548af20a28d132a0503fe118f53d7596a5632ed24ec5a9931f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e867bd8b76b5bc1438a7be88a30fa7707edbb1909920a1d4d1d0da0ddbebdb40_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:313074950c6dec37d29a9722b58ddc951aaf67c27b47568039f29f02f2523128_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:43618db20e6f592602096897bc89eaf3c58490a362e91e3299e20bb2a02827d9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:705f4db2e969d23205de87db1bd7dc8eb1ade64a76940fad950fd1a214dde6e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d2d5ee5893ae16784051d9526c1feeee3c641fc3e6f337ba807744551c00ffa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6ae5cfd48e788096162bc4517f0466bf526f16c84bb61072886a64842856c5b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8004e7284c63cc32a05f6de732791416d57d62db041ede2829d4797139094292_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8137c3932f344ce587769bff04355ad405b6ff27009bf23a221ba52f3da56e1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ef15235cf21f0fbfea74089f75471b483a98c920b65676bb6199c155fb61e929_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:149cca2af3f89c7d1e105de81bbd098c66be5687f18a584b644f21d0be20f414_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:33fc93d5cd30760383da666e8effb6ed32f4c8f2668da36677e98c1801ef4f5c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f9c1ee7f72c926c45cd76c12046b867d9efd7c3c381f34afeeb9b6e97751175b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fcfbae71f81307789bec93987c4523700c191a66663ce53e4009c5e0a8627826_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:04fe8c19bee4b629ee7f18a13dc0b7f49d6a4b6e19d204de90b6b2240b0f875e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5c9662139f98817aafe153a43f700399781d079390d5ad23d3b70fd6ac5d370f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:d1147830f896fd229aadd2b766fbb4c8102b35a8edd4d8bbeef4928d89cdbbfa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:dfd0cdc29bca0a2239ef203fe7b58efd97ed4e72daed6609e22b20babda395fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5a9889308bcd1c3981072c83d44206d0c3feff059e0a2029d49adcb974674c95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7a715c7e2a8f54ccee42abf122b0028ed19705f401248d8c38f785d960f1b116_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a67de487534d03cdfc180af9d235edb21c5cb71e1224bb5041fcf2b9a428732f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:b3780d23a2c384ecef73c806cb20d7f97bcd11c12b6392c781c0deb7ceb55df8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:48b5d06ac4b35c2a7bca3ba2abc39e3af1eaf4ecb19c720d9b6e46b066318414_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a6d7d7df9078e9d1cb0f12f9ceac12c96bf2cea03a9085b23c3e4af6a456b51d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b757d11e5dc51a5822d9e30e97ac142cf004fffce87ba2e58b8d62926127664a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e61ed19beaf8352dcfd4b9478335a364263cb9839f27140a634a217d87d331e5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93baf08acbc6875eb2b665a9ef3601ca34b76767cd70a172dac7237f21b6958c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:a5f2c2debb51b8aa926ede417cf9fa0e4ebaac4f5bf9e770db55a25902a4a3b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:dc97d5c1aa80515080b2b4d16fb08ee4733a9347eebc8427f10b7e70582464ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cc1559af0d7be472ae46be4552fb41e81ad804d73d1444b92cae4485118c6773_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cfd5513afd8b2b5e22d5e384a7f769f9c04709d853feb2f91ef667d804cf9a7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:febf2fb95748ed0c440e6acb72c40d609ae7587b2665cfd7145c878a2a0b5783_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1728f980f3ebba7e48bc0e8cad114db1e0c06f692638764e30ab990f45c637af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:41508513986b369c2f89c64af84b3980b16bd2432130fb122d8c1346f0602894_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:650f08f62aeea4bc954e69ed88a9f2f14d3c8f733c155d113c0c58b7154fec4b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:016fc7e804acce7a8b8df0a02bec320c32f9ce6224ae67598a63992219a77516_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:081f9cfabc57aaf4d19df8b496613d8aff54ceb265634c904ec7765c810b4553_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6da3ef092cde7fbaeee01c5d6bb0ca5d52af3ed8de458ecd3001bb96262c1ab4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:035d07364444ea963d64515420fa4005adf82c44b575555a074149f67db50567_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4e09fb0bd709d53a0abc6326905cc43ee36e6e4ec5e20108efd1ffe585b1f2de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:53a5f81aefcdd57ba33c57c02941803a072ef3f1b8467baa3c53c7e073a9ea96_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:cb3d2ccb57987217c75079a9c10f230f6a7de9ba3b0fbd87d8d3d5c71f8c94b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:3472a8147e06452751999ae2d041063907f275ecf429dcdcfdce88c8a19a17da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:61155741778188324e0616274f067ec36723d0fb81d84e9715f72ffecfbc92ca_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:adfe8cb84a5f0a241fe69ec532b7092a10cc274cc3aac2b86f33ac8e725ab2d8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e704c70226ec4986c16166ba1ca54b908d1b6d9ddd47640bd5ab6d292f977508_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1d63a1d7ba183c49c69a6ffe5a4584de5282029b0b2c2f3484b4f4431e2ce954_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:441db8762a583090cf4325377b0ee75838452a601732bccf4dbc57f26f6a1a90_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c5c52612378ce1f2577314e5723642237c9a361506c448ca80d2a0b56666a1f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3b9843a117d6a6ae28222951e1a556d3888ceab2ff75a082a06343c8030a5ed_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:236fa2dfd935db687e786cf827d88210c2f586d2d1a93e610861995908bf2587_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:647704923828c83c6ed3810e3c4d7456fcbe378516dabfac30f203a3bd3634b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7638d755fde7fe6d3c004a6f0f7c761a9fdb75a3541f19a792c3cf8e8bf473d3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d2eaa5b8ad9464732265b84128b5280d725feabb2d4b4cef0178a317add66c39_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b659f5c6da6f73bcf8b2850f0172358816bd68fca721b65a9a70569a94bc90d7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:cc867d49602a6ada5de7a783136b6463c4d9adee9877ae1966c016a08ee8e87a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:6fa614240bbc1932f65f8cc9215d2baccc05dd1cd5586fd308c44d8a94447a45_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e85e957fc16a36b5964613a99fec1e7299db9bc63edd86ef965d879a081b64bc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:14b02010250fe10ca57b2dfe1046641aeac31f92e5691c067b3990383967f0a6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b6b13d29b1cb9c9bcf97f2daa289669bbd9ea501430e51652bca3d50f787f23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:a8ab293c4f3c6bc251bc91466b7586e5499b6e198cff46e50f6a65d97df60f7b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c5d781c35cda14ab70d4a5bde3bf72df0a3956f5cb159645e5337095bb71c5ca_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fadba956181755cedd19d3d5b5ee3da0222daa1dc609b629c900a0052a4cbd8b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:2719589f19df23634ec3f6b578f3fd2e827440675b72a69b89c9d78b1310f98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e1fe563643282c027ea829274a1945458cdc5d079bf2a2b7b0a9982a5cc3720e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:28d64f60c216f77e3e006012a403671463b9dd90095e19ff2dd027def6abb511_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6d681aac67e08e2ecca32415dddeb47df6191a99f7a8d7bc3bf1697c6a26c1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0d31a90914ea716508caf180e30fb682cdd8066da7a0a31752be9d86ec9c777c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3ef5a3798abfd3d9ec1b6ebabf3ceb32fa4057072b2670793ca119f556c0897f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:e2c62e4b87e0536d15ed8b4f2905930a750f770d5c6d0168de6291d92c51f9a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ef5f4d7e3c872acbc4ee48bc91b5835dfef66a698287a95836344c1587ccca69_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4f5f049eb01192eaca548f3585845ed6a530934d2eaeb422fc78b657cabb1f57_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:740b0d9392c76e433ebb7762e57f156a0e2ea1db37ddaed2c5b8044ca092a357_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:da9ebcef147e8d9e84848454fe2b8e259bb549bf0de88ee960fb48f6c8051060_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e8f942ece24d15ce0c4a31f731f2060b6e3874a2f486b2dd255c773fb1a55f46_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1b4fa4d6ee3081f39e54b4f910100d210da682dbb0f308f08107ac44e7338d3b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:571a51e1eca0f31f273be8cff7ff115bdf192e14f5d510705ab7ed423fd5d9e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:6dc96b2e8156e7e42f758cc28302a2e94e8b3888970d03a780b1732375e728fe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b91654b9aaa85e13d262d21b949b1a96b386f202524c2e8d52ecb66c279eca8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a677804e422590551f82a17e61f64bc03d5a8a42a695e7ae8d9de5dc086924d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:fb7f225a9221506e6295f7efdcf44adc33e5b971c470b5835b0ca3c42ee1942c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:107c9dcda9632516721c41af941362ccc316d25661bfb13a7c4dcfc2ea4e1c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e75d33740c576321707835258793fe2fd257682099348a2a067806e764e1560d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3ed82adddc3da003bdb272e2a5df0317abe41512179cba925f65fb5d8f7c2eb3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c16e4af4e9a79ac2f1fa632b20e98befa9aa2953ef241af186edd226e39150e3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:7b6c16881c71569dbada90e320379c2159ead0b0ed2fa2113e065b361bdf2413_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:9533dc6817f01e377ea2ff7e3aa4447d20ab5d016d9145b97e0cb9e758c9a8ff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1285e63d6cefc0454a400b20a6e404537a8d57e5fb9b5d7ff1a75b61555622fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2ea17afe64ff273c9208892a59773c1dca248367c849e805dc78cda228aba29f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5f33ae81c766b0b7d9c8411dc4f6a0adf760221ed0493a99f1bea5dddb5de41b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9de0bd8cb41c5324718c8d8f275c612c0bfd13b322225455a1142dc76bff0a01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:2fee175122b1e3f74cd8976af1515c869d096da0bc4f5e9024b31a64cf88896a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9ca16ca048f3de4a5d9e6b6a38b55bf0b4a994bf7f7ccbda8c50c02bfd59c871_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c42a4deb157c31f6fb871bceb8c4401f44ffb490404591ae36110511f933f72e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f6d5c31b12c8a1a1e8316f258ccd254bf6bb8e49ae8a175eefcdf0bfc5c6047c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:204e84b23aa1edaf66f10a49432115ecb4c3e8fa34472a909e1c9a7a0c3f3947_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:37f226136e439a1b37fab44e06ff30eb22b1ba8f12eca9e85f59936c3d58acd1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3e385fec20235fd68320dd564c68770d91c5c08a864e3de41f3800937d730334_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:878a0a7473a69442dffd7c19132d74b29ecf765e3499d29f8da7b1de2ff6f439_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2b51546e56d1893aaa1b68c4e6ebb5479614d0402e840c8c850702ffb198036b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3aac893d87e5c39ae1672eb5ad48a0b9d02b49888fab57f8662e6dbb3897b660_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c5bddc80f0ba0e391b336de8ead2442d0dff227fdb8aef1874bc3db3101f7048_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:dca0c7b1c7ec76232b3d5ddd15c8716e04a8384f0a816217dec544d667ad2e69_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:2551dc2ab6fddb6edfefc185f7b6d73ea366ddaae4e2f79d554f0afb79aa54bf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3cc6eb31325b1f9c9a2163c570ae1c3d4da7e7dcb0d761a0fa775b66fda9dcf5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:569965f29f668f02a342c0c7b4804bdc92354610e9368ba42a3ea5cc3172f532_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c4b2b0855c4ba25e150de01e54f0a84bb4c6c220b348945742bc0c18cc6d7dbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:01b6587f8b9ee398d34ed3330bf0bdbf2dd01c2fe475ed4d44c547401d1dbd5a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0fb7ce17c762a70aa16ca9f7f35e41d85997bb2bb22b81986321d29634ce9b3e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:60c4fd0dcbc1ed92bee7dedce7879893a23c9e4a6181e5e6d6a8f04880f377eb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8925d5826cca515b7f7c05558406b3688a14963ddefa80f5b44500fe12dfb1dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:3d914112ad75b59b03d5653cea40a25d92af415ef52dd10aa7394465e6bab92b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:f8d52c53ca49b3f9847d2e568779801321307e329f802aa9456cd0dab7625232_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d29e5c26f37fc8212f2ff15cdac470982494be155f85e3c310b0c958b943f7f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:fc7a6712a6fe86a47b5a745e06a0c6d164779eb198f284fd0996847b025e53c2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:32bf2e7aad1dd9ff5100500c294e343af0dae3d392eed27a1c0305198734261f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:54b4afd46c87b2cc839aa7d8b8ae232aaffe0f39846a6edf9d0d3228adbd7a29_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ba41cc4ad0ea8dc731838e00dae166209a3e06d104e5cf11491639f82290eca6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a9395f57a9adc721c6e43e578957e21c8b9f18defbecdf91dc49d11044aeeeef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ba077da5ec7f147b51f0ee4432082aed3b7a3a541729913bc2ed821688723e99_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb48a38cb5d06b67ecfb4777c44d44f3e32a996397450e30f40e7ec3e340a56a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:deb40607f193ff4e36c684ce74167e67a7e96187f1a44a1f0f20f36572005843_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7dc856fddd561c1d29112b0b8d4dc39dc7503974a9ff563612e6998bdba4b71e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a3e01913986169c592bb770fc49e3875d46031b5788f983ddcd52938f9ef7a49_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c3481c6f76c644c017392c092dcbbb25a288acd14a9f01e20afd0d2d35e16d32_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cc440be9f6b3c5e22186b6d53a428a8220201ddaa79be39e19cc31a8fbd7b221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:12d7ec468f9634a53d053f3af7957c5162d92595fc3385b26b08acb22b7935c1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:49f08b645fc28af342483d9efaf2f607c9c2a6b491b477cdcf2985c44aa3e894_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d32cde1eedbd0c110bc10836025cee78421ec16d2924d30f5e6265591a9ec716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:df885dc6da20faf1903dbdac693889d9882722e8b67bebe35f624c11e4616262_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:16c8b8c6aee6f6a06367ca5bfe2be8fb85a05c3f18a819683f49d1a8c73941ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:376659c608333e76b0b48fcdc69ff17643284fd22fdef6c6998f07be54c1cf91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7359a62beac2d501d629e6768f1767861fdedc0d05f53a4424a2abdb3dbb6a8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c71d05c245bf1a4955f46c785d7264985e1f904de2a19972f7ce6209a3be0e4a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:06ab376096238d4e04c9ab713d83d3cab5db769b5af1fd1c57ef2ceceec6ef61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2c80889bfaff670acbf859db3624951cda96d4ee8cb1560806ca4215e8c6c04b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:627c6b73224c3e37181a19cb598ef9a425cddc1d17d97b6c23388ec1345f6a88_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d5d338daef4ae436780be192907d28a26785021d97865d8a95db9065734061f0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8e59a286a05743844dd1333770197161698788e0db4faf8e00cac6b2fb9a638e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9029d8ef1e4455dbc1910078afea1141f92a5c4d2c298ce1d9e4319209b55246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:da4ff38c7a1fd5adddbc0b0d3defbbd580197680b22648e2ab803c90c4a8c9f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f6c44d76a715e0ca38fa5e2becad93a2bf3a41fd8f181846e7aba81b0c579691_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:167937ed04f625a9cd2d0b8ed6048a5cb7b6d435bc2d41775d7db4dcdb5fae95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:176feea3131aada18df5da44af30a127f4dff392ce8ef57f7e0844969ec95923_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:17afd4ebbc2a5233681d4cc1774fcd70dc932bc10006235b11de8dcce826c2ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d3a98e507691edec50373d79ce9df48a71cb6a19a75c9276d0c5905d4f204b39_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:1b6c3977b4835b0cd5399523dd437c230b992b77a0e7352b095d008be96fcdab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:54d79643f3a191710d1362d665b5c838130f3e51aecf1e27a2cdf66e98a3cb8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9b8692d27a4799d20ce1a8374ba99f55732bb7db56cdf8f5b038424a086db614_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d196f02212da5e80ac5a73931316d38e9def9aeecdadeaf07aec685e661f9f98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:11c2a1966b0632e85caebc4555e3e2f726277175b27a63a5e854557499e0c28e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7e649963b5c1e2a7e8813569368eaf0ded5e544799d561622d469b03b9d93937_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a23fa7969c6a881648ba03ed1a13692c5db21b79f0608d841291ea9118548ed7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:af57ee131bc09ce55ecb3ae13ed7dc3ce9607a7438f0ac5a6e64bbfa000546db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:3a7644c1ac089cabd142fc1743b47302eae8528b13d1b038298f2f57cf746326_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4b5ee426703ecb55bf537731c39c69ab7f86316544cfc472ee77fbef7e5680a8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4cb60d36cc3b34b4b1496b74b9b2e68ff152a71d7f957b356311ea811bf05573_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f3f64bd2f70faa654f7134d803efdc032df63fd4ef07c97abd38fc41e625b48d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1b75d96a4cdcc3a37848c5edfe598cb1d99bb3b0707db5e3f62478320eb90f9c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:876fd001172d5151ef99c02826f834ee4db4623b00699a8fb30d6a456a7a8687_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:ba8fddfcfe0004287ce58db40c1092f2090b3bbb0810c277066aa2d97799f8b9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:bd9982e951fdc7259571b6d5983ea2cc44402cbea411ae9a6b135692bf5939b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:a7a8d4d8adfd98d3a6e3d37644b33966f2c34ff1e553fbb5140ab9a15563e821_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b26a5a47cde227edb5e7f6e51247a6cd91e13484f6b5f7dc19b62f83b7478361_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:ccdd76d6734e3a3cfaa1e432c1508c097478e842fd436672e57ef2563d817e4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:fee8f3b24b431ac2a5d4fa3d96c90c5e1aa68c08ee8ae9963fee457c98795197_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0e559f5e780f3849e73d7246176059360631d8c4a7db1700f6ba1b6a9e6ae089_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:1a376560672f81b7596417591491e71d065e90672ff6ef5d37ed0785e9baab16_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:350a0360dfdc31eccadb0e8b9397d5a3436bb509999034b60e611428eb006cc4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f8b68ae48350a5aa9bdf47a36efbf661190d497ab5a139027a2bf4579d21e095_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:5fbe979b3d448e36fac9615ccd96f8583b0d587d46f6b1b3749e85938cb2e510_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8d45dfe709ac701d6eb800b081947d39a855f65c756f31ae47b75be9fec0c260_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ea4fa6caaa81f207f2372c6179c3698e225658387549ba567c232170cacf8570_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f8fb972b411085b4551e10adbd419e3cb89754ee5300222cc4fce27cc349513f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:066d438bdfa1626aaa7a0ee5d2e3222724f2f0cf5bc9a189b67fd5358a0a48c0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:747c142608d6f43952d315d7858f57edbd2d9de2d255938dde311ea580a329af_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b2ee2d0e9906ef1581677bd239073c09f93e5b720501e9001926dfe7db34839e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:bf0b42c5e7e51129966a4744bb253b7c336bb88b1f1a562e481f7eeff5428136_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:3e9309d53caaafc9b145f6b7fbbb8879c9f018ef226afe101f6dc7ab02b67856_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:3a558e248efdf5d3111b7d61e8bd471682e7038bd34c4490f8ba69b91b44f36d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1b0981e2ee13869663087d6504e0c0af6f2c56d2ebf81d72b4b7c751bbf6e500_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8073e0be1f7f7523880b30946f1b6868274c070acb97d9da2f5c486db99ea18d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8980be22bddace1adb383fc356975fbf0af9ac8a20bdc95b3303a80fbe296f3d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:f4293de50825a003a825306a45612531dafce45b72a91cf4dd455d596a0c60ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5bc26795163f03947b3f42a5c8cc52b7fd6eb713a0fa5a1558bfe834c21edc0c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:7f29c85842a34554f06db311ef67ec08d1d947d32b4363d1153d92c8d13c3214_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:92857eb171128909119700c431920f543cbfc89cd06aa98db816a2fcaab321da_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e931e3fe478f8f905855b4516e1ed9b33a161536c447025cd14dd68778c40fa0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:338034a3ce7dff3efafd00fa35b858c23c2ab284f743df414c6cdae455f8801a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f12584b95171f442bb3661c908ee43de70d0400c6273eb4e93325a5f3f167b54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f37f6568957ab825b08c2ce8fc6b32ad18f5b7bee50b24b1804e70cdb144e5f4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f949249e3847338ce4ae9b94b0d191edd3f316d471f0a9047f97e41e41b7554c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:407286c96b6e9d0ee4e8abec2b06a5dad70fc69820a00deae47cbf3fcdc65a40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:52294a05713b24485ce6d7d1b867081da2f01dc008b9cd052bf8c4c37839f581_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6693dff44dcfb7e6fe67f5373bb73d84cf401d20640c959375f20a24d31aa697_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f65918214ce906cb5af9a59ece43a36870989c579ac1660a2a58f9536a79d9f9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:2ec7076ed08f4ce7a61f95083155b5315acb6004ea4245c70be2763eb0ce9f4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5a539e39b3aaf61d63f391b6960cdc5746cbb4b0fc07b85a98969f5c9cbcca4e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:93505b057575ff9292e2e96903238708b940a23953a79cf8742c880f1fbc743a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:be43f0ee18b6d56d81a09871c4a30dc2245ba60cf17ff0f1aad10e117f40aac8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:3923e99d803b6dd5bfd2fc957101bef6dd86ba8f6de9e59a849e4c7a02d57e0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8253bfec4409c9a02be72d7e8d87fe5f4f81c1bc58a294f02dd570debc4f1128_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:851fd20edf32778383c81e3c5b935ec5607a05f8fc569f64e31875b8bbe81d6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d06d41126ced4841fae74d0437b18e9f1699d285158fb8725a8768a6e9065b79_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:4375e44dccb08eb4ecf461f4e8e7e97d617ab5b1c968beb481d5795e6bbf0229_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:75140fa657674afc46d698aea19115a9f60c7765ffff6a0c4ae5ac166c725597_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c1a31ef64ecdd90020d72f323a242b551a6a4a85a4dae309e19f5d8f12d77b54_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c3b1ed110f6b17263484b7fde65642eb349162b206c0b9a2f463bf5eb13273c3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1369aaf62d9d273eef766c42f7015d56152f6b8effc50dc06d75b1bab38a20a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:47402101d62f418c0f6b8e3c6e2367a8c84f5151a0204f326bf1fdbe983c603d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b519e10d4cb8fd9ad126a36fb864d2f29f7df218ffa1b3b5f222e0befafbe360_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d70f848ab6450690b8329ae367ff2e5a3a5b295c073028dff7cf810104c5be5f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8f8c882873232fd9a00adc69e199f1b4acacffcdbc282280ebb61dfb1e61b875_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9fe79073bdf1745b388fe52bee661394f96ba5c0af585ed8ab4a61724e324777_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:b2b91287350dfb474763ca5d332c4765af0c1ff2d7be722e23ea93970add2687_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:bb5f4abfd26a9446eb2f4cb1355bda840ed1006a6233373434378abaf0e617b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:07ff9687205eee39d9ca211c0bb0c6b1618848e9e74bfbbe793aca67de73fa88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0ba94d11051416a116cdf516dab74d530a584fe7c4bb1e8d3deb3bde2214e459_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0fe87955631062bc7ce78891b9eb056f899308f8cb8101b3a44f889c1f0c0654_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:786de5dd308c9fa6643aabecea0bc666a9ede6fd2a5ce1cb0d511eac2a19596a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:719989a197c3bb8b8af09e95af49125cd28014fa74c7969f3f3b939223a6743b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:743119e024a9aacd8bd4bf45ab9c14e684ddbe2307d8f965e972ace243f128b1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:76c523fa10e222690941abc8c5564efee1ec4d309a7d023480b6000a545d655d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a13cc82f7b2053435d5268416686ae2ba89e37b6561e49c7ac395cf3359ca2b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:98aa0e651302bb73569a0578e6c11a1691eafb5b0aa28dadd714a7b44b498f8f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:9fdce4b5198ae740daa858432221625391f7283bad587e1ebc1220e7b0b4fa28_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b072bc3bdd61164b8076f2799e705ed8e34281b2cdf24d9cf08deb8e697de2a3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:fef5253a6623c30368e9e7e271501adcd9432b96473cf8278a7b81140d287de0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4eecd436b35c9b25eca6975ca9e938c2256fcfeead67e1ff4159d7e36122122c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:7e11ca9795aea60b3f0853ffef0fdbf922f4863edd96c50fa85110f36bccced2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:c95f8bcd0835611bb90983e96e3b780ccb65bd2bdc7f7554432ea971eac8095b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e497c1834c97590a0c388b58dc823cdff79ab6befd5f2a9bf494b3acc3181eb6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3a7af87b46058334b97531a4b1b5cd5be47e2ade8d74497429529bf0a489b275_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:97313aa4f1c1c9aa51c77a153d0f0eb35cab9711b7f1465b82a636ea44e849ef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:ba0927ffd76ad6689b808e734038678c91854ca3d0630613094824549f8a150d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:cd8feb684b9c70a4ffd7077e19812273f333174a70f7c2b63d57d140d8002382_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:0c8bfd6ea4d0729e0ffffac9811b5db2ecf5c40e68ef048ab104f161d2689b74_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:4dc7e3242cdcd1d3c1ea5930da7d4e027383149373cb6af0551ed2572eaea0b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:b78827903e5c338d67a4ea2ba10ee67e16482ff00968ba99c27af2b6d50ce202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c9315d23ab26f6f40e05a5fb1f9f2dbce075244a035b1f16003d1108a7ba36d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:270b5e756fca54f2dc05f04b6f7b43f7f188153811decbc0b49eb215b11c2372_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5331e8ebfc48f4d2322226b8986dd178f133a52edcfc0a192e89f1785c8d568f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6cfd8c3da57c17ae1c430f2881c66eb0b1c456bbce4a9ada2491b2c873dba985_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:fa346af0288b5886b5f095d1fa0ceb7715d4333db919ff9d61078f369642cc29_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3403720059bdecff83f784e2fde54d2bebe09223ac6cf99ce2b4c840b9cd4a98_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3f8cb2cffaf6320f14ae09f7e44c965681b395370a156253790764ec9d2a2aca_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a02dde1d0b4f4fbbc4e6f0afd24da1595672f3f290345a4f6e98e11d89854a17_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c4e8ac4fea3c281effed3996a378c2e952a3d3704e47863b2ae6b266d2280920_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:46a0b302273acaf2582d377271b910d9d31ff98744cd8f290583a7bd5579761e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:af0442c88d2b9b93a187010065424798d89aad1d695ba438c815d04d7fcbef04_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:bc7b78f67fa189ba63da9891a1b05694d676a3ed2fa318336fa0850d63815250_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ffe4e64ee1b721aeefd8f1ceee11d225dd69319385e3e70f0bb52f4f40660a45_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:29d5a91b39dc6e72677bdfab50f56860c53e67dab139b464dd571fef9780dc6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5e6d4e29635ea0b075e402931daf8c384d07ec8660223babfd0df9d572ea6912_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:82555977089a1586dc24154b46be6499607a9d15110e5b48d9a549ee73f3843c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f32c4a07d2b7a14c39db1e5e5752960e46bcda700b292336480c95f359adf0d7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:86b3e656caf1c93ba2bbea00514a17b9d06cb7a6fd5c6746d80ce35f45aa5907_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ba5c8896242125c24e3a7e5698770293a601e9e7f8508465d7b45920cc9ce240_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:7de62e540922f1de5f492527d07a8e8f4265d24b577cf2f93415209ccad63912_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:bd71e582ef755da7bfeede697b5c2ab29ab9fcea6bfeb14cc8ca168fce5c7bd1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a1e6a736546b54bb2797d85d51b8f2b213fe2f6be6b26bad5b549df9dabf2d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:efc7fb9608c2be8c3c65aff302f923241bf8d008bc71c2fbba0d82ffad2b4f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:aa63c460867d565b44b2a8e919ba9a0e7fd6717f71588cc5a7e2ad268fe13181_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fe1f1b5d6da2e5ac66c689da49a4c76916533f30ab456c9961a225a5e26cb6ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:36fdb2cdf796941fc6638036b3a31048ba0209174c7a62424fb410ae14b1f81c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:65a0b94e9f663f3d73a9696a622ad46c73a5fc793f9dc46ee07fee8ba3bbb443_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8afe2a0c6b1b200201f21b148caaa682bce77cb3b1027f61d4c873e5babb1b30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9f7c3543e4b1a095399d1219c50f1f5081440ae1605154324d57ba9201aa4fe9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2c0897a842cd7b16b64888568ca65c2a6e473c24b2ba9bc5067d6f1f237885d6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:432c94d7d5d46ad66348775fa0e1a6c2c142469e8a770db5528a1aa25664c389_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c86c7188163be31c7ab04017bc46ae88707437f804ddf2b5bd5a73ae34f64312_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3f836bb9effeca4dd6a230a4241282d33ed454ebabd84829c41e58db5f24f47_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4632ef8ca0af5a8115f3d9490c2ad9e2e44361f4d0671fa8a3a1006254b173ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a7d2d10f5326e2d71551289740eba86d6dd2f12526dc684b1494bdd4228fd8e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ba876751849dd525a26e70996e7e02092c473bdf386ec4663a54ecf61c4f0d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e842cdc56ee7728aa71a7f95eda9777ba229aaf959594e73d998fbb30b7f76b1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:90331abb869c0c04ca7bb59681cbd957ff54eb0e0265e16368f9fd6ab6937acc_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a02580814c02bec4c1c9b79c4b5a48a5a59caafa60a573f9f99a4a1ca07c6f71_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c197de59c38c060dc8aa099a027922853e4b9dc7e5589ac55c8841dbd44b1367_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ec7a4bcebcc80cbda32227224f64e67cdbc98d3fab95466b55c89755421ea4d2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:223df196f0cc747e52ffae9f3dd03fab2da3c72d5e3b189e3035d4264a08c6c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:29f3154c0b972730ae9a54bc496bcdf62e9ed348b73d98ca958a265717ccc2a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5e12029e90adf045a4377f4be2be75c879e57aca7aceffa2aef08aa262ae0f42_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:e150a242bffd4437f92000417cad89969fd547b5da514f8586802b99a668bab2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:17752e2fbddeff8e6f43bd354d91f248b4e69d88e80b29b75508fb03b82d92bc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b1703420b5a67a12f055518b6a23c1d8259dc8a064a1447196f642dd23363806_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:b93a134a81af485a0f07dcd6a71c816ed517178826539d0f53b6c45dce87096d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d266a3bfe528e76a8c6ef1700a2016080d084cf6fad2e70efe5ba52ff0dbbc51_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:8c90e9864b3ff53d398f2451254dd3707868b36c6032d8d139cc3ef2cbd9084e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ae6ebf086515376ed35bb432a7f567f7bbb44b8d1b86773fd86daa387c5fb933_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b0a0cbb021e13ce9d693eacc4982ece2e8ba4697f5d5571b8d0671d71824fd07_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c5271f6452a89fe7907b16f486439f54f0dbcc3d075a70ef446ee4cc62211b1b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0abb949ce9461e5718c1988f57791c7537eb1b3d2184f4b4268fe087e39726d1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1267ac849f67c33155b54409011cd3f0eaa27d5f211703875cfd383d1170ef9e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:5082f39df1f143f23f0e587dec5cdb3e3b033ab446a57e7e808c88e6211a1a67_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8fa27bdf891edfb80585e470f09c9d6fa369aa727a3698b936b4818a4b46448f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:017bed02593deb2e9cdfe0f268916e5d1c8cb7a4f1362c6eb3c94050896d7276_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:027baac40981f53c9ec53f5a4241a657929d6289e42a0e5deef617c182b7580e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4bd5b70373a257b1fce20135ff4a4b3e6962eee541c67a0e29ba9a2523d4d4a2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c0b3ed1332b228290882bbff6a1ad6866f5ab2a4586b261949832cdc3bee5797_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:047c270f56b685d5a4e67afe43d2f1ff47829a259be6ff93bfec4864233d4497_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:50a6482667d53de3d7aa2bff6df05ca21e4e9773996afa8b8038721e231deaae_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:653dbef43ed7f531ebf64c9314756be42738f1635a64097c53210ed0b6b0de88_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c4d2741561038e0080204335efc6eee5b6ffd8878553b240dd433fea701e6bab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:3de609d984e39497dfe119bb8e0ac2d6d823dd894a5c866e5ec87de5b5711e60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e3a8b252aadb5b32f42009803b56dbeae49a3ddbe9d00aa27569af4747fa403_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ccf49e256cd9c3bb428badab464a17aee485ee1516896f1ade10da11085e843c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e77ce95a84b01b09c5d1e6dbdea8970543aa3a60f9292300beb078d1288bb801_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2ab5fcf7003f4ba3de7656a284b11d6ee05bb02cd0f3532671a8c368f7b15178_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:44241e57d9067223cdd1585db9d699db113931b7a273d207516f60c498570677_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:6aaa55450d567e2fa992650c456cdaf5529c5d96fc9984f7e1a4aa9ed6294bf3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f2fa21e8a0e88b25e9037a9c2db4b157ca6fef8b765b36da7dda71bf5a4c4478_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:10bfb59c904103177754f0336f7b7bab676d240480a8213ec42a778bca3f277e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7aa4fdd78ceafdc887a91224614657e86c1e12b72fde68dea4ee5c6e9b610cb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6de16ce9b7977e097e140df97966cc284e26b05a164dc6e8dc9946aaaf60bfb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d365380672353833e891cf06f16d5654ab3753957d5574668e053e023787b49e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:e4a365a0516b0c8ef2d1259ec4bdb7f76aa9dc0d3c3cfd5d5b3d34341d349772_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:a06af7a856d5f2416777c1bb1d271c189576e273450b25c6dc5937cd16b8bf8a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:28b8390dae142ea16bb05f6bd95f19b6ab38dd67c341168337ca07fe4f45fe87_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:be6a9bcb97824c91f393af5aac5a146d819ed9893f5a074e146afe18f3a50dc9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e6392d583f97f0932dc01be55534fbb6dd3014f84b745e8bf7583b96ad7a7761_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f30d93c0f244f5ba21807dca912d18d4facf47ceaf43da7efa41b14ee816b71b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0848bdb082bc8dae6bdaa956d2ae36fdeaaac89024822f4bcdffb51da1165fed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9f9603a2dd344770da433fe8dd50a104d69e80ad463f9cba71b3aabefc4fee61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ab417553778971822422c6eef94aeb437209fcf88e78188b701d4b2243ac5be7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b9bb7615df3eadf64501f35dcefa829934f330892801cbb86e9f70f5dde236ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6bb4c6c64852f2b7ee590a0a60db256d8dd549a4b141fe71d311bf30d0ed88ae_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:837cd26d96a814814145cd0aa0cca672769283c499eec36c457ae432b99a7466_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:956ad866d891e1340f630b9cad6ec73d1fc60d4061d4c63946ed714900388a3b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:9c91591eddbc058f05d052e3178102b28ebd25c2c9cb796fffd5047f5d413d12_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "tar: node-tar: Denial of Service via crafted long-path tar archive"
}
]
}
RHSA-2026:62260
Vulnerability from csaf_redhat - Published: 2026-09-01 18:22 - Updated: 2026-09-06 22:09A flaw was found in Netty where malformed client requests can trigger server-side stream resets without triggering abuse counters. This issue, referred to as the "MadeYouReset" attack, allows malicious clients to induce excessive server workload by repeatedly causing server-side stream aborts. While not a protocol bug, this highlights a common implementation weakness that can be exploited to cause a denial of service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in curl. When a new data transfer attempts to upgrade its connection using STARTTLS, it may incorrectly reuse an existing live connection. This reuse can occur even if the Transport Layer Security (TLS) configuration of the new transfer does not match the existing connection, potentially leading to an insecure connection being established.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in the shell-quote component. The quote() function did not properly validate object-token inputs, allowing line terminators to pass unescaped into the output. A remote attacker could exploit this vulnerability by providing specially crafted input, which a POSIX shell would interpret as a command separator. This could lead to command injection, enabling the attacker to execute arbitrary code on the system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
A flaw was found in curl. When a libcurl-based application uses SCP:// or SFTP:// for transfers and employs the CURLOPT_SSH_KEYFUNCTION callback, it may silently accept an untrusted server. This occurs if the server's host key type differs from the one stored in the known_hosts file. The callback mechanism fails to enforce the host key restriction, enabling a connection to an untrusted server and risking a man-in-the-middle attack.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in Eclipse Parsson. The JSON parser did not enforce a default maximum on the number of characters consumed while processing a single JSON document. A remote attacker could exploit this by providing a very large, specially crafted JSON document. This could force applications to consume excessive CPU and memory, leading to a denial of service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
A flaw was found in Eclipse Jetty, a widely used web server and servlet container. This vulnerability affects its HTTP Digest authentication mechanism, which is used to verify user identities. The issue arises because Jetty's hash computation for passwords does not correctly handle certain characters, leading to a weakness in how passwords are processed. A remote attacker could exploit this by crafting a specific password that generates the same internal hash as a legitimate user's password, thereby bypassing authentication and gaining unauthorized access to the victim's account.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in Eclipse Jetty. This vulnerability allows a remote attacker to cause the server to retain HTTP/1.1 request trailers from a prior connection. Consequently, subsequent requests made over the same connection may unintentionally disclose information by reporting the previously retained trailers, or a combination of previous and current request trailers.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in form-data, a library for creating readable multipart/form-data streams. A remote attacker can exploit this vulnerability by injecting carriage return (CR), line feed (LF), or double-quote (") characters into the `field` argument of `FormData#append` or the `filename` option. This allows the attacker to inject additional headers or smuggle entire additional multipart parts into requests, potentially enabling them to add or override form fields and compromise data integrity.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in undici. A malicious WebSocket server can exploit this by streaming numerous small or empty continuation frames. This can bypass per-frame and cumulative-size validation, leading to unbounded memory growth in the client process. The primary consequence is memory exhaustion, resulting in a denial of service (DoS) for affected applications using the undici WebSocket client or WebSocketStream API.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in brace-expansion. An attacker can exploit a vulnerability in the `expand()` function by providing a specially crafted string. This string, containing consecutive non-expanding brace groups, can trigger exponential-time complexity, leading to significant CPU consumption and event-loop blocking. This can result in a Denial of Service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in Eclipse Vert.x. The `DefaultRedirectHandler` in `vertx-core` improperly handles HTTP 30x redirects by propagating all request headers, including sensitive authentication and session credentials, to cross-origin redirect destinations. An attacker can exploit this by redirecting a Vert.x HttpClient request to a malicious host. This allows the attacker to capture sensitive information such as bearer tokens, basic authentication credentials, session cookies, and API keys, leading to unauthorized access or further attacks.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in Eclipse Vert.x Web Client. The WebClientSession component does not properly validate the Domain attribute of a Set-Cookie response header against the originating server's domain. This vulnerability allows a remote attacker to inject a cookie scoped to an arbitrary third-party domain. When the victim application subsequently sends a request to the targeted domain, the injected cookie is presented, potentially leading to information disclosure and unauthorized access to sensitive data through the attacker's account on that service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in golang.org/x/net/html. When arbitrary HTML is parsed and then rendered, it can result in an unexpected HTML tree. This allows an attacker to bypass HTML sanitization mechanisms, leading to Cross-Site Scripting (XSS) attacks in applications. Such attacks can result in information disclosure or arbitrary code execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_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 Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
A flaw was found in the `net/mail` package of the Go programming language. An attacker could provide specially crafted inputs to the `ParseAddress`, `ParseAddressList`, or `ParseDate` functions. This could lead to excessive consumption of CPU and memory resources, resulting in a Denial of Service (DoS) for applications processing these inputs.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in golang.org/x/crypto/ssh. The Verify() method, responsible for FIDO/U2F security key types, did not properly check for user presence. This allowed signatures to be accepted without requiring a physical touch on the hardware security key. As a result, an attacker could potentially use a hardware security key in an unattended manner, bypassing a critical security control designed to ensure user intent.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
A flaw was found in golang.org/x/crypto/ssh. SSH servers configured to use CertChecker as a public key callback, without explicitly setting IsUserAuthority or IsHostAuthority, are vulnerable. A remote attacker can exploit this by presenting a specially crafted certificate, causing the server to panic and resulting in a Denial of Service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in quic-go, an implementation of the QUIC protocol in Go. A remote attacker can exploit this by sending specially crafted HTTP/3 trailer fields. This can cause the system to allocate excessive memory, leading to a denial-of-service (DoS) condition where the affected server or client may crash or run out of resources.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in Micrometer. A remote attacker can provide specially crafted gRPC (gRPC Remote Procedure Call) requests, which may lead to a denial-of-service (DoS) condition. This vulnerability allows an attacker to disrupt the availability of the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in Micrometer. A remote attacker can provide specially crafted HTTP requests, which may lead to a denial-of-service (DoS) condition. This vulnerability allows an attacker to disrupt the availability of the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
A flaw was found in protobufjs, a JavaScript (JS) library used for compiling protobuf definitions. A remote attacker with low privileges can exploit this vulnerability by injecting arbitrary code into the "type" fields of protobuf definitions. This malicious code will then execute during the object decoding process, leading to arbitrary code execution and potentially full system compromise.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in Spring Data Commons. A remote attacker can exploit this vulnerability by providing specially crafted property path strings to the MappingContext property path resolution. This can lead to resource exhaustion, resulting in a denial of service (DoS) for affected applications.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in Spring Data Commons. An attacker can exploit this vulnerability by sending repeated requests with specially crafted strings, which are then permanently retained in the internal property-lookup cache. This can lead to heap exhaustion, resulting in a Denial of Service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in Axios, a widely used HTTP client. This vulnerability, known as prototype pollution, allows an attacker to inject malicious properties into core JavaScript objects. When another component in the same application environment is compromised and pollutes the system's object prototype, Axios can unknowingly use these manipulated values in its outbound network requests. This could lead to the disclosure of sensitive information or the alteration of network communications, compromising data confidentiality and integrity.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in the `net/mail` package within the Go standard library. A remote attacker could provide specially crafted, pathological email addresses. When these malformed email addresses are parsed by the `consumePhrase` function, it can lead to excessive resource consumption due to quadratic string concatenation, resulting in a Denial of Service (DoS) condition.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in tmp, a temporary file and directory creator for Node.js. This path traversal vulnerability allows an attacker to escape the intended temporary directory. By providing specially crafted input to the prefix, postfix or dir options, an attacker can create files outside the designated temporary directory. This could lead to unauthorized file creation at attacker-controlled locations with the privileges of the running process.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in the brace-expansion library. This vulnerability allows an attacker to cause a Denial of Service (DoS) by providing a large numeric range for expansion. The library allocates excessive memory to generate all intermediate elements before applying the maximum limit, leading to high memory consumption and potential application crashes. This can impact the availability of systems using the library.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in Netty, a network application framework. A remote attacker can exploit this vulnerability by sending a crafted TLS (Transport Layer Security) ClientHello message. This can lead to an eager allocation of a large memory buffer, causing a Denial of Service (DoS) due to excessive memory consumption. The issue occurs in the `SslClientHelloHandler.decode()` method when processing the TLS handshake length.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in PostCSS, a tool that processes CSS files. An attacker who provides specially crafted CSS input containing a malicious source map comment can cause the system to read arbitrary files from the local filesystem. This can lead to the disclosure of sensitive information, specifically the first few bytes of file content. Additionally, this vulnerability may be exploited to cause a Denial of Service (DoS) by targeting large files, making the system unavailable.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
A flaw was found in Netty's DnsResolveContext. This vulnerability allows a remote attacker to achieve information disclosure or data manipulation by crafting malicious DNS responses. The flaw occurs because the DnsResolveContext fails to validate the origin (bailiwick) of CNAME records in DNS responses, which could enable an attacker to redirect network traffic or intercept sensitive data from affected applications.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in golang.org/x/crypto/ssh. A remote attacker could send specially crafted inputs to the AES-GCM packet decoder. This could lead to an incorrectly placed cast from bytes to an integer, causing a server-side panic and resulting in a Denial of Service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in the `@nevware21/ts-utils` library. This vulnerability allows a remote attacker to manipulate the fundamental properties of objects within an application. By exploiting this, an attacker could potentially execute unauthorized code, leading to a complete compromise of the application.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in Netty's `DnsResolveContext`. An attacker controlling an authoritative name server for a subdomain can exploit this vulnerability by providing crafted NS records that are insufficiently validated. This allows the attacker to poison the DNS cache for parent domains, bypassing standard bailiwick rules. Consequently, future DNS resolutions for the affected parent domain will use the poisoned cache, potentially redirecting users to malicious servers and leading to information disclosure or integrity compromise.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in Traefik, an HTTP reverse proxy and load balancer. This vulnerability exists in the StripPrefix middleware, allowing an unauthenticated attacker to bypass route-level authentication and authorization. By crafting a request path containing '..' or its percent-encoded form, an attacker can access protected backend paths, such as administrative or internal configuration endpoints, without proper authentication. This could lead to unauthorized information disclosure or modification of sensitive settings.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in @grpc/grpc-js, a pure JavaScript gRPC client and server library. An invalid incoming HTTP/2 stream initiation can cause a server process to crash. This vulnerability affects all servers created using @grpc/grpc-js, and no workaround is available. An unauthenticated remote attacker can exploit this to cause a denial of service by sending a malformed HTTP/2 stream to a gRPC server.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in Traefik, an HTTP reverse proxy and load balancer. This vulnerability allows an unauthenticated client to bypass mutual Transport Layer Security (TLS) enforcement, a security measure that verifies both client and server identities. The bypass occurs due to an issue in Traefik's domain-fronting protection (SNICheck), which incorrectly processes TLS options for HTTP Host headers. As a result, an attacker can gain unauthorized access to protected backend services without presenting a required client certificate.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in DOMPurify, a tool designed to sanitize HTML, MathML, and SVG to prevent cross-site scripting (XSS) attacks. When performing in-place sanitization, DOMPurify could fail to properly process content within shadow DOM elements attached to a `<template>.content`. This oversight allows an attacker to embed malicious code, such as JavaScript, which could then execute when the sanitized template is used by an application, potentially leading to unauthorized actions or information disclosure.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
A flaw was found in Netty, a network application framework. This vulnerability allows a remote attacker to bypass hostname verification due to improper handling of user-supplied trust managers. When a client is configured with a plain X.509 Trust Manager (X509TrustManager), it fails to perform necessary hostname checks, enabling an attacker to impersonate a legitimate server. This could lead to sensitive information disclosure or man-in-the-middle attacks.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in jackson-databind, a general-purpose data-binding library for Jackson Data Processor. A remote attacker can exploit this vulnerability by sending deeply nested JSON (JavaScript Object Notation) data to a service that reads and processes it. This can lead to a Denial of Service (DoS) by consuming significant system resources, making the service unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in containerd, an open-source container runtime. The Container Runtime Interface (CRI) plugin, which manages container operations, fails to validate labels propagated from an image configuration to a container. This oversight could enable an attacker to execute arbitrary commands on the host system through a plugin that processes these unvalidated labels. The primary impact is host-root command execution, allowing unauthorized control over the underlying system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in containerd, an open-source container runtime. The Container Runtime Interface (CRI) implementation, which allows Kubernetes to interact with container runtimes, improperly trusts Container Device Interface (CDI) annotations found within untrusted checkpoint image metadata during container restoration. This vulnerability enables a user with permissions to create pods to bypass standard Kubernetes resource allocation and device plugin enforcement. Consequently, an attacker can inject arbitrary CDI edits, such as device nodes and host mounts, into the restored container, potentially leading to unauthorized resource access or privilege escalation.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
A flaw was found in Traefik, an HTTP reverse proxy and load balancer. This critical vulnerability in Traefik's HTTP/3 (QUIC) TLS configuration selection allows unauthenticated clients to bypass router-specific mutual Transport Layer Security (mTLS) enforcement. When HTTP/3 is enabled and a router uses wildcard host rules or case-insensitive hostname matching with client certificate authentication, an attacker can complete the QUIC handshake without presenting a certificate. This bypass grants unauthorized access to a backend that should be protected by mTLS.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in Apache HttpComponents Core. This uncontrolled resource consumption vulnerability in the HTTP/1.1 message parser allows a remote attacker to cause a denial of service through memory exhaustion. This can be triggered by sending messages with an excessive number of headers or excessive header length.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in Apache HttpComponents Core. This vulnerability, located in the HTTP/2 HPACK decoder, allows a remote attacker to cause a denial of service. By sending oversized compressed header blocks, an attacker can exhaust memory resources before the system's configured header list size limit is applied. This can lead to the affected system becoming unresponsive.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in jackson-databind. This vulnerability allows a remote attacker to bypass the PolymorphicTypeValidator (PTV) when polymorphic typing is enabled and a type identifier contains generic parameters. By crafting a malicious type ID, an attacker can place a denied class as a generic type parameter of an allowed container. This leads to the loading and instantiation of arbitrary classes, potentially resulting in arbitrary code execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in jackson-databind, a library used for processing data. This vulnerability allows an attacker to bypass security controls designed to validate data types. By sending specially crafted input, an attacker can force the system to process untrusted data, which may lead to the execution of malicious code. This could result in a complete compromise of the affected system, impacting its confidentiality, integrity, and availability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in Traefik, an HTTP reverse proxy and load balancer. The BasicAuth, DigestAuth, and ForwardAuth middlewares in Traefik do not correctly treat underscore-variant header names. This allows a remote attacker to inject a specially crafted header that bypasses Traefik's security mechanisms. As a result, the attacker can spoof identity or authorization context to the backend, potentially gaining unauthorized access to protected resources.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
A flaw was found in Netty, a network application framework. A remote attacker, by sending a specially crafted SPDY/3.1 SETTINGS frame, could cause the SPDY SETTINGS decoder to create a large number of map entries. This excessive processing and memory allocation can lead to a denial of service (DoS) due to heap growth and increased CPU usage.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in Netty, a network application framework. A remote attacker could exploit a vulnerability in the SPDY header decoding process. By sending a specially crafted, small compressed header block, the attacker can cause it to expand significantly during decompression, leading to excessive CPU usage and memory allocation. This can result in a denial of service (DoS) due to resource exhaustion.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in Netty. A remote attacker can exploit a vulnerability in the `SpdyHttpDecoder` handler of Netty's SPDY-to-HTTP codec. When processing a client-initiated `SYN_STREAM` frame, the decoder fails to release allocated memory if the stream is reset or content limits are exceeded. This oversight leads to native memory exhaustion, which can result in a Denial of Service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
A flaw was found in Netty, a network application framework. A remote attacker can bypass security controls in the `CorsHandler` component by sending a specially crafted request with a null origin header. This bypasses the intended access restrictions, allowing unauthorized requests to reach the backend application. This could lead to a compromise of data integrity by allowing unauthorized actions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in Netty, a network application framework. A remote, unauthenticated attacker can exploit this vulnerability by sending specially crafted HTTP/2 DATA frames to applications that use Netty and have HTTP/2 content decompression enabled. This can lead to memory exhaustion, causing the application to crash and resulting in a Denial of Service (DoS). The issue occurs because the framework fails to release retained memory buffers when processing DATA frames for a stream whose decompressor has already been closed.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in Micrometer's StatsD and Logging meter registries. This vulnerability allows a remote attacker to inject line terminators into metric data, such as names or tag values, due to insufficient sanitization of untrusted input. Exploitation can lead to the spoofing of arbitrary metrics, including critical system or business metrics, and the injection of false log entries, potentially impacting monitoring and auditing systems.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
A flaw was found in js-yaml, a JavaScript YAML parser and dumper. A remote attacker could exploit this vulnerability by providing a specially crafted YAML document containing a chain of mappings with merge keys. This could cause the parser to consume excessive CPU resources, leading to a Denial of Service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in node-tar, a tar archive manipulation library for Node.js. This vulnerability allows a remote attacker to craft a small gzip bomb, which, when processed, can lead to the exhaustion of disk space and CPU resources. This occurs because node-tar does not enforce strict limits on the total decompressed data, the number of entries, or the decompression ratio during extraction and parsing. The primary impact is a Denial of Service (DoS), making the affected system or application unavailable.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in node-tar, a tar archive manipulation library for Node.js. A remote attacker could exploit this vulnerability by providing a specially crafted tar archive with a negative entry size in its header. This malformed header causes the archive scanner to enter an infinite loop, repeatedly parsing the same header and preventing further processing. This can lead to a denial of service (DoS) condition, making the affected system or application unresponsive.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in protobufjs, a JavaScript (JS) library for compiling protobuf definitions. A remote attacker could exploit this vulnerability by providing a specially crafted .proto schema. This schema, designed to prematurely end an option declaration, can cause the library's parsing functions to loop indefinitely. This leads to a Denial of Service (DoS), making the affected system unresponsive.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in jackson-databind. When Java Records use a PropertyNamingStrategy, an attacker can bypass the @JsonIgnore annotation during deserialization. This allows a renamed JSON key to be assigned to a Record constructor parameter, even if it was intended to be ignored. Consequently, an untrusted client could set internal or privileged components from external input, potentially leading to unauthorized modification or disclosure of sensitive data.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
A flaw was found in the Netty netty-codec-http component. A remote attacker can send HTTP requests containing highly compressed data. The HTTP decoder in netty-codec-http fails to properly limit the decompression of this content, causing the system to consume excessive memory. This can lead to memory exhaustion and a denial of service (DoS), making the service unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in Traefik. An unauthenticated remote attacker can bypass authentication due to a path traversal vulnerability in the ReplacePathRegex middleware. When this middleware is misconfigured, it forwards un-normalized paths, allowing a backend to resolve them to protected routes and grant unauthorized access. This bypass enables access to sensitive administrative interfaces.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
A flaw was found in Traefik, a cloud-native edge router. A low-privileged user in a Kubernetes environment could exploit a namespace confusion vulnerability within the Kubernetes Gateway API provider. This flaw allows an attacker to bypass security controls by incorrectly binding a Traefik Middleware from a different namespace, potentially leading to the injection of trusted identity headers into network requests. This could result in unauthorized access or privilege escalation within the Kubernetes cluster.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
A flaw was found in nanoid (Nano ID), a small, secure, and URL-friendly unique string ID generator. An attacker could exploit this vulnerability by providing a zero-size input to the customAlphabet or customRandom functions. This would cause an infinite loop, leading to a denial of service (DoS) condition by hanging the application's calling thread.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in nanoid (Nano ID), a JavaScript library used for generating unique identifiers. This vulnerability allows an attacker to cause a Denial of Service (DoS) by providing a negative size input to the customAlphabet or nanoid functions within the library's non-secure module. When a negative size is provided, these functions enter an infinite loop, causing the application to hang indefinitely and disrupting service availability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in jackson-core. A remote attacker can exploit an incomplete fix in the non-blocking JSON parser by streaming specially crafted JSON data in small chunks. This bypasses the intended number length constraint, causing the parser to accumulate excessive memory per connection. This uncontrolled memory growth can lead to a denial of service (DoS) by exhausting the Java Virtual Machine (JVM) heap.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
A flaw was found in the brace-expansion library. The `expand()` function does not apply `maxLength` when constructing comma-alternative intermediate arrays or padded sequences, allowing attacker-controlled input to exhaust memory or block the event loop, resulting in a denial of service. This issue is due to an incomplete mitigation of CVE-2026-14257.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in PostCSS. A remote attacker can exploit this vulnerability by providing a specially crafted sourceMappingURL when a specific configuration (the 'from' parameter) is not set. This can cause the application to read and expose unintended source-map files, potentially revealing sensitive information about the application's source code.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in nanoid, a JavaScript library for generating unique string IDs. A remote attacker could exploit an integer overflow vulnerability by providing a specific input to the `nanoid(size)` function. This issue causes the internal random number generator to become predictable, leading to the generation of identical identifiers for session tokens, security tokens (Cross-Site Request Forgery (CSRF) tokens), and API keys. Such predictability could allow an attacker to bypass security measures that rely on unique and random identifiers.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
Workaround
|
A flaw was found in node-tar, a tar archive manipulation library for Node.js. A remote attacker could provide a specially crafted tar archive with a long-path header. When processing this archive with a non-empty member-selection list, an uncontrolled recursion in the `filesFilter` function can lead to a stack overflow. This issue results in a denial of service (DoS) by terminating Node.js applications that consume these archives.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
A flaw was found in PostCSS. An attacker can exploit a path traversal vulnerability by providing specially crafted `sourceMappingURL` values in untrusted CSS files. This allows the attacker to disclose sensitive `sourcesContent` from arbitrary `.map` files accessible on the system, leading to information disclosure.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 | — |
A flaw was found in DOMPurify. This cross-site scripting vulnerability occurs during IN_PLACE sanitization, where element-removal hooks fail to neutralize detached subtrees. A remote attacker can exploit this by supplying specially crafted HTML with event handlers. This allows the execution of malicious scripts even after the HTML appears to be sanitized, leading to potential information disclosure or unauthorized actions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_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 Dev Spaces 3.30.0 has been released.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Dev Spaces provides a cloud developer workspace server and a browser-based IDE built for teams and organizations. Dev Spaces runs in OpenShift and is well-suited for container-based development. \nThe 3.30 release is based on Eclipse Che 7.121 and uses the DevWorkspace engine to provide support for workspaces based on devfile v2.1 and v2.2. \nUsers still using the v1 standard should migrate as soon as possible. \nhttps://devfile.io/docs/2.2.0/migrating-to-devfile-v2 \nDev Spaces supports OpenShift EUS releases v4.16 and higher. Users are expected to update to supported OpenShift releases in order to continue to get Dev Spaces updates. \nhttps://access.redhat.com/support/policy/updates/openshift#crw",
"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:62260",
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_openshift_dev_spaces/3.30/html/administration_guide/installing-devspaces",
"url": "https://access.redhat.com/documentation/en-us/red_hat_openshift_dev_spaces/3.30/html/administration_guide/installing-devspaces"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-55163",
"url": "https://access.redhat.com/security/cve/CVE-2025-55163"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-10050",
"url": "https://access.redhat.com/security/cve/CVE-2026-10050"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-10051",
"url": "https://access.redhat.com/security/cve/CVE-2026-10051"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-12143",
"url": "https://access.redhat.com/security/cve/CVE-2026-12143"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-12151",
"url": "https://access.redhat.com/security/cve/CVE-2026-12151"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-13149",
"url": "https://access.redhat.com/security/cve/CVE-2026-13149"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-15075",
"url": "https://access.redhat.com/security/cve/CVE-2026-15075"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-15076",
"url": "https://access.redhat.com/security/cve/CVE-2026-15076"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27136",
"url": "https://access.redhat.com/security/cve/CVE-2026-27136"
},
{
"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-39820",
"url": "https://access.redhat.com/security/cve/CVE-2026-39820"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-39831",
"url": "https://access.redhat.com/security/cve/CVE-2026-39831"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-39835",
"url": "https://access.redhat.com/security/cve/CVE-2026-39835"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-40898",
"url": "https://access.redhat.com/security/cve/CVE-2026-40898"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-40983",
"url": "https://access.redhat.com/security/cve/CVE-2026-40983"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-40984",
"url": "https://access.redhat.com/security/cve/CVE-2026-40984"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-41242",
"url": "https://access.redhat.com/security/cve/CVE-2026-41242"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-41695",
"url": "https://access.redhat.com/security/cve/CVE-2026-41695"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-41716",
"url": "https://access.redhat.com/security/cve/CVE-2026-41716"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-42264",
"url": "https://access.redhat.com/security/cve/CVE-2026-42264"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-42499",
"url": "https://access.redhat.com/security/cve/CVE-2026-42499"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-44705",
"url": "https://access.redhat.com/security/cve/CVE-2026-44705"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-45149",
"url": "https://access.redhat.com/security/cve/CVE-2026-45149"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-45416",
"url": "https://access.redhat.com/security/cve/CVE-2026-45416"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-45623",
"url": "https://access.redhat.com/security/cve/CVE-2026-45623"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-45674",
"url": "https://access.redhat.com/security/cve/CVE-2026-45674"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-46597",
"url": "https://access.redhat.com/security/cve/CVE-2026-46597"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-46681",
"url": "https://access.redhat.com/security/cve/CVE-2026-46681"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-47691",
"url": "https://access.redhat.com/security/cve/CVE-2026-47691"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-48020",
"url": "https://access.redhat.com/security/cve/CVE-2026-48020"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-48068",
"url": "https://access.redhat.com/security/cve/CVE-2026-48068"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-48491",
"url": "https://access.redhat.com/security/cve/CVE-2026-48491"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-49978",
"url": "https://access.redhat.com/security/cve/CVE-2026-49978"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-50010",
"url": "https://access.redhat.com/security/cve/CVE-2026-50010"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-50193",
"url": "https://access.redhat.com/security/cve/CVE-2026-50193"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-53488",
"url": "https://access.redhat.com/security/cve/CVE-2026-53488"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-53492",
"url": "https://access.redhat.com/security/cve/CVE-2026-53492"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-53622",
"url": "https://access.redhat.com/security/cve/CVE-2026-53622"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-54399",
"url": "https://access.redhat.com/security/cve/CVE-2026-54399"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-54428",
"url": "https://access.redhat.com/security/cve/CVE-2026-54428"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-54512",
"url": "https://access.redhat.com/security/cve/CVE-2026-54512"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-54513",
"url": "https://access.redhat.com/security/cve/CVE-2026-54513"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-54763",
"url": "https://access.redhat.com/security/cve/CVE-2026-54763"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-55831",
"url": "https://access.redhat.com/security/cve/CVE-2026-55831"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-55833",
"url": "https://access.redhat.com/security/cve/CVE-2026-55833"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-56745",
"url": "https://access.redhat.com/security/cve/CVE-2026-56745"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-56746",
"url": "https://access.redhat.com/security/cve/CVE-2026-56746"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-56819",
"url": "https://access.redhat.com/security/cve/CVE-2026-56819"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-59296",
"url": "https://access.redhat.com/security/cve/CVE-2026-59296"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-59869",
"url": "https://access.redhat.com/security/cve/CVE-2026-59869"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-59873",
"url": "https://access.redhat.com/security/cve/CVE-2026-59873"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-59874",
"url": "https://access.redhat.com/security/cve/CVE-2026-59874"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-59877",
"url": "https://access.redhat.com/security/cve/CVE-2026-59877"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-59888",
"url": "https://access.redhat.com/security/cve/CVE-2026-59888"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-59899",
"url": "https://access.redhat.com/security/cve/CVE-2026-59899"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-65600",
"url": "https://access.redhat.com/security/cve/CVE-2026-65600"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-65601",
"url": "https://access.redhat.com/security/cve/CVE-2026-65601"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-67213",
"url": "https://access.redhat.com/security/cve/CVE-2026-67213"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-67214",
"url": "https://access.redhat.com/security/cve/CVE-2026-67214"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-68494",
"url": "https://access.redhat.com/security/cve/CVE-2026-68494"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-69152",
"url": "https://access.redhat.com/security/cve/CVE-2026-69152"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-69153",
"url": "https://access.redhat.com/security/cve/CVE-2026-69153"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-73086",
"url": "https://access.redhat.com/security/cve/CVE-2026-73086"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-73566",
"url": "https://access.redhat.com/security/cve/CVE-2026-73566"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-73646",
"url": "https://access.redhat.com/security/cve/CVE-2026-73646"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-75838",
"url": "https://access.redhat.com/security/cve/CVE-2026-75838"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-8286",
"url": "https://access.redhat.com/security/cve/CVE-2026-8286"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-9277",
"url": "https://access.redhat.com/security/cve/CVE-2026-9277"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-9547",
"url": "https://access.redhat.com/security/cve/CVE-2026-9547"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-9563",
"url": "https://access.redhat.com/security/cve/CVE-2026-9563"
},
{
"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_62260.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenShift Dev Spaces 3.30.0 Release.",
"tracking": {
"current_release_date": "2026-09-06T22:09:04+00:00",
"generator": {
"date": "2026-09-06T22:09:04+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"id": "RHSA-2026:62260",
"initial_release_date": "2026-09-01T18:22:22+00:00",
"revision_history": [
{
"date": "2026-09-01T18:22:22+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-09-04T00:36:24+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-09-06T22:09:04+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Dev Spaces 3.30",
"product": {
"name": "Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_devspaces:3.30::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Dev Spaces"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"product": {
"name": "registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"product_id": "registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/code-rhel9@sha256%3A8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/code-rhel9\u0026tag=1787762793"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"product": {
"name": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"product_id": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/code-sshd-rhel9@sha256%3A803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/code-sshd-rhel9\u0026tag=1787762385"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"product": {
"name": "registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"product_id": "registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/configbump-rhel9@sha256%3A14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/configbump-rhel9\u0026tag=1787756267"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"product": {
"name": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"product_id": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/dashboard-rhel9@sha256%3A08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/dashboard-rhel9\u0026tag=1787760821"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"product": {
"name": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"product_id": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/imagepuller-rhel9@sha256%3A7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/imagepuller-rhel9\u0026tag=1787686214"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"product": {
"name": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"product_id": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/jetbrains-ide-rhel9@sha256%3A188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/jetbrains-ide-rhel9\u0026tag=1787761748"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"product": {
"name": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"product_id": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-redirector-rhel9@sha256%3Af7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/multicluster-redirector-rhel9\u0026tag=1787764643"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"product": {
"name": "registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"product_id": "registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oauth2-proxy-rhel9@sha256%3A98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/oauth2-proxy-rhel9\u0026tag=1787756367"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"product": {
"name": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"product_id": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openvsx-rhel9@sha256%3A560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/openvsx-rhel9\u0026tag=1787759145"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"product": {
"name": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"product_id": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/devspaces-rhel9-operator@sha256%3A562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/devspaces-rhel9-operator\u0026tag=1787756322"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"product": {
"name": "registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"product_id": "registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/devspaces-operator-bundle@sha256%3A3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/devspaces-operator-bundle\u0026tag=1787781541"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"product": {
"name": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"product_id": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pluginregistry-rhel9@sha256%3A121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/pluginregistry-rhel9\u0026tag=1787759723"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"product": {
"name": "registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"product_id": "registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/server-rhel9@sha256%3A908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/server-rhel9\u0026tag=1787757597"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"product": {
"name": "registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"product_id": "registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"product_identification_helper": {
"purl": "pkg:oci/traefik-rhel9@sha256%3A38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/traefik-rhel9\u0026tag=1787756799"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64",
"product": {
"name": "registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64",
"product_id": "registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64",
"product_identification_helper": {
"purl": "pkg:oci/udi-rhel9@sha256%3Aee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/udi-rhel9\u0026tag=1787764814"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"product": {
"name": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"product_id": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"product_identification_helper": {
"purl": "pkg:oci/udi-base-rhel10@sha256%3A4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/udi-base-rhel10\u0026tag=1787761537"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"product": {
"name": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"product_id": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"product_identification_helper": {
"purl": "pkg:oci/udi-base-rhel9@sha256%3A1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/udi-base-rhel9\u0026tag=1787761882"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"product": {
"name": "registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"product_id": "registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"product_identification_helper": {
"purl": "pkg:oci/code-rhel9@sha256%3A5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/code-rhel9\u0026tag=1787762793"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"product": {
"name": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"product_id": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/code-sshd-rhel9@sha256%3Aaf4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/code-sshd-rhel9\u0026tag=1787762385"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"product": {
"name": "registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"product_id": "registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/configbump-rhel9@sha256%3Ab2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/configbump-rhel9\u0026tag=1787756267"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"product": {
"name": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"product_id": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/dashboard-rhel9@sha256%3A6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/dashboard-rhel9\u0026tag=1787760821"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"product": {
"name": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"product_id": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/imagepuller-rhel9@sha256%3A130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/imagepuller-rhel9\u0026tag=1787686214"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"product": {
"name": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"product_id": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/jetbrains-ide-rhel9@sha256%3A36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/jetbrains-ide-rhel9\u0026tag=1787761748"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"product": {
"name": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"product_id": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-redirector-rhel9@sha256%3A99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/multicluster-redirector-rhel9\u0026tag=1787764643"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"product": {
"name": "registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"product_id": "registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oauth2-proxy-rhel9@sha256%3Aaf08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/oauth2-proxy-rhel9\u0026tag=1787756367"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"product": {
"name": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"product_id": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openvsx-rhel9@sha256%3Aa4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/openvsx-rhel9\u0026tag=1787759145"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"product": {
"name": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"product_id": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"product_identification_helper": {
"purl": "pkg:oci/devspaces-rhel9-operator@sha256%3Ad98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/devspaces-rhel9-operator\u0026tag=1787756322"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"product": {
"name": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"product_id": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pluginregistry-rhel9@sha256%3A7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/pluginregistry-rhel9\u0026tag=1787759723"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"product": {
"name": "registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"product_id": "registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"product_identification_helper": {
"purl": "pkg:oci/server-rhel9@sha256%3A29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/server-rhel9\u0026tag=1787757597"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"product": {
"name": "registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"product_id": "registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"product_identification_helper": {
"purl": "pkg:oci/traefik-rhel9@sha256%3Ab338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/traefik-rhel9\u0026tag=1787756799"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"product": {
"name": "registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"product_id": "registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"product_identification_helper": {
"purl": "pkg:oci/udi-rhel9@sha256%3Abde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/udi-rhel9\u0026tag=1787764814"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"product": {
"name": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"product_id": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"product_identification_helper": {
"purl": "pkg:oci/udi-base-rhel10@sha256%3Ab0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/udi-base-rhel10\u0026tag=1787761537"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"product": {
"name": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"product_id": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/udi-base-rhel9@sha256%3A6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/udi-base-rhel9\u0026tag=1787761882"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"product": {
"name": "registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"product_id": "registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/code-rhel9@sha256%3A37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/code-rhel9\u0026tag=1787762793"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"product": {
"name": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"product_id": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/code-sshd-rhel9@sha256%3A5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/code-sshd-rhel9\u0026tag=1787762385"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"product": {
"name": "registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"product_id": "registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/configbump-rhel9@sha256%3A0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/configbump-rhel9\u0026tag=1787756267"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"product": {
"name": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"product_id": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/dashboard-rhel9@sha256%3A467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/dashboard-rhel9\u0026tag=1787760821"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"product": {
"name": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"product_id": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/imagepuller-rhel9@sha256%3Ac722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/imagepuller-rhel9\u0026tag=1787686214"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"product": {
"name": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"product_id": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/jetbrains-ide-rhel9@sha256%3A8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/jetbrains-ide-rhel9\u0026tag=1787761748"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"product": {
"name": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"product_id": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-redirector-rhel9@sha256%3A10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/multicluster-redirector-rhel9\u0026tag=1787764643"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"product": {
"name": "registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"product_id": "registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oauth2-proxy-rhel9@sha256%3A122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/oauth2-proxy-rhel9\u0026tag=1787756367"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"product": {
"name": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"product_id": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openvsx-rhel9@sha256%3A61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/openvsx-rhel9\u0026tag=1787759145"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"product": {
"name": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"product_id": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/devspaces-rhel9-operator@sha256%3Acd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/devspaces-rhel9-operator\u0026tag=1787756322"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"product": {
"name": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"product_id": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pluginregistry-rhel9@sha256%3Af74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/pluginregistry-rhel9\u0026tag=1787759723"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"product": {
"name": "registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"product_id": "registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/server-rhel9@sha256%3A4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/server-rhel9\u0026tag=1787757597"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"product": {
"name": "registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"product_id": "registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/traefik-rhel9@sha256%3A8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/traefik-rhel9\u0026tag=1787756799"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"product": {
"name": "registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"product_id": "registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/udi-rhel9@sha256%3A3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/udi-rhel9\u0026tag=1787764814"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"product": {
"name": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"product_id": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/udi-base-rhel10@sha256%3A4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/udi-base-rhel10\u0026tag=1787761537"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"product": {
"name": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"product_id": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/udi-base-rhel9@sha256%3Aeaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/udi-base-rhel9\u0026tag=1787761882"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"product": {
"name": "registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"product_id": "registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/code-rhel9@sha256%3Ae576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a?arch=arm64\u0026repository_url=registry.redhat.io/devspaces/code-rhel9\u0026tag=1787762793"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"product": {
"name": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"product_id": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/code-sshd-rhel9@sha256%3Abce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f?arch=arm64\u0026repository_url=registry.redhat.io/devspaces/code-sshd-rhel9\u0026tag=1787762385"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"product": {
"name": "registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"product_id": "registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/configbump-rhel9@sha256%3Ab3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb?arch=arm64\u0026repository_url=registry.redhat.io/devspaces/configbump-rhel9\u0026tag=1787756267"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"product": {
"name": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"product_id": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"product_identification_helper": {
"purl": "pkg:oci/dashboard-rhel9@sha256%3Aca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39?arch=arm64\u0026repository_url=registry.redhat.io/devspaces/dashboard-rhel9\u0026tag=1787760821"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"product": {
"name": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"product_id": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"product_identification_helper": {
"purl": "pkg:oci/imagepuller-rhel9@sha256%3A5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55?arch=arm64\u0026repository_url=registry.redhat.io/devspaces/imagepuller-rhel9\u0026tag=1787686214"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"product": {
"name": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"product_id": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/jetbrains-ide-rhel9@sha256%3A9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b?arch=arm64\u0026repository_url=registry.redhat.io/devspaces/jetbrains-ide-rhel9\u0026tag=1787761748"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"product": {
"name": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"product_id": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-redirector-rhel9@sha256%3Af69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08?arch=arm64\u0026repository_url=registry.redhat.io/devspaces/multicluster-redirector-rhel9\u0026tag=1787764643"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"product": {
"name": "registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"product_id": "registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oauth2-proxy-rhel9@sha256%3A8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7?arch=arm64\u0026repository_url=registry.redhat.io/devspaces/oauth2-proxy-rhel9\u0026tag=1787756367"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"product": {
"name": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"product_id": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openvsx-rhel9@sha256%3Ab73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113?arch=arm64\u0026repository_url=registry.redhat.io/devspaces/openvsx-rhel9\u0026tag=1787759145"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"product": {
"name": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"product_id": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/devspaces-rhel9-operator@sha256%3A5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b?arch=arm64\u0026repository_url=registry.redhat.io/devspaces/devspaces-rhel9-operator\u0026tag=1787756322"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"product": {
"name": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"product_id": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pluginregistry-rhel9@sha256%3A9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac?arch=arm64\u0026repository_url=registry.redhat.io/devspaces/pluginregistry-rhel9\u0026tag=1787759723"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"product": {
"name": "registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"product_id": "registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"product_identification_helper": {
"purl": "pkg:oci/server-rhel9@sha256%3A1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467?arch=arm64\u0026repository_url=registry.redhat.io/devspaces/server-rhel9\u0026tag=1787757597"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"product": {
"name": "registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"product_id": "registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/traefik-rhel9@sha256%3Aba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6?arch=arm64\u0026repository_url=registry.redhat.io/devspaces/traefik-rhel9\u0026tag=1787756799"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"product": {
"name": "registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"product_id": "registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/udi-rhel9@sha256%3A2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2?arch=arm64\u0026repository_url=registry.redhat.io/devspaces/udi-rhel9\u0026tag=1787764814"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"product": {
"name": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"product_id": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"product_identification_helper": {
"purl": "pkg:oci/udi-base-rhel10@sha256%3A1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75?arch=arm64\u0026repository_url=registry.redhat.io/devspaces/udi-base-rhel10\u0026tag=1787761537"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"product": {
"name": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"product_id": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/udi-base-rhel9@sha256%3A67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c?arch=arm64\u0026repository_url=registry.redhat.io/devspaces/udi-base-rhel9\u0026tag=1787761882"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le"
},
"product_reference": "registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x"
},
"product_reference": "registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64 as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64"
},
"product_reference": "registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64 as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64"
},
"product_reference": "registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le"
},
"product_reference": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64 as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64"
},
"product_reference": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x"
},
"product_reference": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64 as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64"
},
"product_reference": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le"
},
"product_reference": "registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64 as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64"
},
"product_reference": "registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x"
},
"product_reference": "registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64 as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64"
},
"product_reference": "registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64 as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64"
},
"product_reference": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le"
},
"product_reference": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x"
},
"product_reference": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64 as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64"
},
"product_reference": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64 as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64"
},
"product_reference": "registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64 as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64"
},
"product_reference": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64 as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64"
},
"product_reference": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le"
},
"product_reference": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x"
},
"product_reference": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x"
},
"product_reference": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64 as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64"
},
"product_reference": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64 as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64"
},
"product_reference": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le"
},
"product_reference": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64 as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64"
},
"product_reference": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x"
},
"product_reference": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le"
},
"product_reference": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64 as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64"
},
"product_reference": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le"
},
"product_reference": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x"
},
"product_reference": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64 as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64"
},
"product_reference": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64 as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64"
},
"product_reference": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le"
},
"product_reference": "registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64 as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64"
},
"product_reference": "registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64 as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64"
},
"product_reference": "registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x"
},
"product_reference": "registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64 as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64"
},
"product_reference": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le"
},
"product_reference": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x"
},
"product_reference": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64 as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64"
},
"product_reference": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64 as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64"
},
"product_reference": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x"
},
"product_reference": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64 as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64"
},
"product_reference": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
},
"product_reference": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64 as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64"
},
"product_reference": "registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x"
},
"product_reference": "registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le"
},
"product_reference": "registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64 as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64"
},
"product_reference": "registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64 as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64"
},
"product_reference": "registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le"
},
"product_reference": "registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x"
},
"product_reference": "registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64 as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64"
},
"product_reference": "registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64 as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64"
},
"product_reference": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64 as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64"
},
"product_reference": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le"
},
"product_reference": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x"
},
"product_reference": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64 as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64"
},
"product_reference": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64 as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64"
},
"product_reference": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x"
},
"product_reference": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le"
},
"product_reference": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64 as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64"
},
"product_reference": "registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le"
},
"product_reference": "registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x"
},
"product_reference": "registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64 as a component of Red Hat OpenShift Dev Spaces 3.30",
"product_id": "Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
},
"product_reference": "registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.30"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-55163",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-08-13T15:01:55.372237+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2388252"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Netty where malformed client requests can trigger server-side stream resets without triggering abuse counters. This issue, referred to as the \"MadeYouReset\" attack, allows malicious clients to induce excessive server workload by repeatedly causing server-side stream aborts. While not a protocol bug, this highlights a common implementation weakness that can be exploited to cause a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "netty: netty-codec-http2: Netty MadeYouReset HTTP/2 DDoS Vulnerability",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated with an Important severity. It is simple to exploit because it does not require authentication and could result in a denial of service (DoS). While some DoS flaws are classified as Moderate, \u201cMadeYouReset\u201d is Important because of the limited barriers (no specialized tooling or advanced scripting) to exploitation, which directly impacts service availability. The vulnerability arises from an implementation weakness in HTTP/2 stream reset handling \u2014 malformed client requests can trigger server-side resets without incrementing abuse counters, allowing an attacker to bypass built-in request throttling and overhead limits. Since these resets consume CPU and memory resources and can be generated at scale over a single TCP/TLS connection, a remote attacker could exhaust server capacity quickly, impacting all legitimate clients.",
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-55163"
},
{
"category": "external",
"summary": "RHBZ#2388252",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2388252"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-55163",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55163"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-55163",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-55163"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/security/advisories/GHSA-prj3-ccx8-p6x4",
"url": "https://github.com/netty/netty/security/advisories/GHSA-prj3-ccx8-p6x4"
},
{
"category": "external",
"summary": "https://kb.cert.org/vuls/id/767506",
"url": "https://kb.cert.org/vuls/id/767506"
}
],
"release_date": "2025-08-13T14:17:36.111000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+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://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"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 OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "netty: netty-codec-http2: Netty MadeYouReset HTTP/2 DDoS Vulnerability"
},
{
"cve": "CVE-2026-8286",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2026-07-03T07:01:27.043110+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2496763"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in curl. When a new data transfer attempts to upgrade its connection using STARTTLS, it may incorrectly reuse an existing live connection. This reuse can occur even if the Transport Layer Security (TLS) configuration of the new transfer does not match the existing connection, potentially leading to an insecure connection being established.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "curl: curl: Insecure connection establishment due to TLS configuration mismatch",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important flaw as `curl` may establish an insecure connection when attempting to upgrade a transfer with STARTTLS, potentially reusing an existing connection with mismatched TLS configurations. This could lead to unexpected data exposure or compromise, particularly in environments where `curl` is used for sensitive data transfers and relies on STARTTLS for security.",
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-8286"
},
{
"category": "external",
"summary": "RHBZ#2496763",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2496763"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-8286",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-8286"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-8286",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-8286"
},
{
"category": "external",
"summary": "https://curl.se/docs/CVE-2026-8286.html",
"url": "https://curl.se/docs/CVE-2026-8286.html"
},
{
"category": "external",
"summary": "https://curl.se/docs/CVE-2026-8286.json",
"url": "https://curl.se/docs/CVE-2026-8286.json"
},
{
"category": "external",
"summary": "https://hackerone.com/reports/3718195",
"url": "https://hackerone.com/reports/3718195"
}
],
"release_date": "2026-07-03T06:14:17.541000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+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://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "curl: curl: Insecure connection establishment due to TLS configuration mismatch"
},
{
"cve": "CVE-2026-9277",
"cwe": {
"id": "CWE-78",
"name": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)"
},
"discovery_date": "2026-05-22T14:01:14.427751+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2480741"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the shell-quote component. The quote() function did not properly validate object-token inputs, allowing line terminators to pass unescaped into the output. A remote attacker could exploit this vulnerability by providing specially crafted input, which a POSIX shell would interpret as a command separator. This could lead to command injection, enabling the attacker to execute arbitrary code on the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "shell-quote: shell-quote: Arbitrary code execution via command injection due to unescaped line terminators",
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-9277"
},
{
"category": "external",
"summary": "RHBZ#2480741",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2480741"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-9277",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-9277"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-9277",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-9277"
},
{
"category": "external",
"summary": "https://github.com/ljharb/shell-quote",
"url": "https://github.com/ljharb/shell-quote"
},
{
"category": "external",
"summary": "https://github.com/ljharb/shell-quote/commit/1518179",
"url": "https://github.com/ljharb/shell-quote/commit/1518179"
},
{
"category": "external",
"summary": "https://github.com/ljharb/shell-quote/security/advisories/GHSA-w7jw-789q-3m8p",
"url": "https://github.com/ljharb/shell-quote/security/advisories/GHSA-w7jw-789q-3m8p"
},
{
"category": "external",
"summary": "https://www.npmjs.com/package/shell-quote",
"url": "https://www.npmjs.com/package/shell-quote"
}
],
"release_date": "2026-05-22T13:22:38.873000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+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://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
}
],
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "shell-quote: shell-quote: Arbitrary code execution via command injection due to unescaped line terminators"
},
{
"cve": "CVE-2026-9547",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2026-07-03T07:01:12.182841+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2496758"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in curl. When a libcurl-based application uses SCP:// or SFTP:// for transfers and employs the CURLOPT_SSH_KEYFUNCTION callback, it may silently accept an untrusted server. This occurs if the server\u0027s host key type differs from the one stored in the known_hosts file. The callback mechanism fails to enforce the host key restriction, enabling a connection to an untrusted server and risking a man-in-the-middle attack.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "curl: curl: Man-in-the-middle attack via SSH host key bypass",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important flaw where libcurl-based applications performing SCP or SFTP transfers with the CURLOPT_SSH_KEYFUNCTION callback may silently accept an untrusted server. This occurs when a server presents a host key type that differs from the one recorded in the known_hosts file, bypassing a critical host key verification and enabling potential man-in-the-middle attacks. The vulnerability requires specific application callback usage, not a general curl client default.",
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-9547"
},
{
"category": "external",
"summary": "RHBZ#2496758",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2496758"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-9547",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-9547"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-9547",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-9547"
},
{
"category": "external",
"summary": "https://curl.se/docs/CVE-2026-9547.html",
"url": "https://curl.se/docs/CVE-2026-9547.html"
},
{
"category": "external",
"summary": "https://curl.se/docs/CVE-2026-9547.json",
"url": "https://curl.se/docs/CVE-2026-9547.json"
},
{
"category": "external",
"summary": "https://hackerone.com/reports/3751712",
"url": "https://hackerone.com/reports/3751712"
}
],
"release_date": "2026-07-03T06:18:44.499000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+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://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "curl: curl: Man-in-the-middle attack via SSH host key bypass"
},
{
"cve": "CVE-2026-9563",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-07-02T09:01:05.254548+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2496411"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Eclipse Parsson. The JSON parser did not enforce a default maximum on the number of characters consumed while processing a single JSON document. A remote attacker could exploit this by providing a very large, specially crafted JSON document. This could force applications to consume excessive CPU and memory, leading to a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "org.eclipse.parsson/parsson: Eclipse Parsson: Denial of Service via uncontrolled resource consumption in JSON parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial of service vulnerability in Eclipse Parsson, a JSON processing library. Applications within Red Hat products that parse untrusted or attacker-controlled JSON documents are susceptible to excessive CPU and memory consumption. This can lead to resource exhaustion and service unavailability due to the parser not enforcing limits on the size or complexity of JSON 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 OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-9563"
},
{
"category": "external",
"summary": "RHBZ#2496411",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2496411"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-9563",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-9563"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-9563",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-9563"
},
{
"category": "external",
"summary": "https://github.com/eclipse-ee4j/parsson/commit/134e8d101aa74c8b9302d0cb62f6ccb4912a9d0c",
"url": "https://github.com/eclipse-ee4j/parsson/commit/134e8d101aa74c8b9302d0cb62f6ccb4912a9d0c"
},
{
"category": "external",
"summary": "https://github.com/eclipse-ee4j/parsson/pull/169",
"url": "https://github.com/eclipse-ee4j/parsson/pull/169"
},
{
"category": "external",
"summary": "https://github.com/eclipse-ee4j/parsson/tree/1.1.8",
"url": "https://github.com/eclipse-ee4j/parsson/tree/1.1.8"
},
{
"category": "external",
"summary": "https://gitlab.eclipse.org/security/vulnerability-reports/-/work_items/444",
"url": "https://gitlab.eclipse.org/security/vulnerability-reports/-/work_items/444"
},
{
"category": "external",
"summary": "https://repo.maven.apache.org/maven2/org/eclipse/parsson/parsson/1.1.8/",
"url": "https://repo.maven.apache.org/maven2/org/eclipse/parsson/parsson/1.1.8/"
}
],
"release_date": "2026-07-02T07:33:25.218000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+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://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
}
],
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "org.eclipse.parsson/parsson: Eclipse Parsson: Denial of Service via uncontrolled resource consumption in JSON parsing"
},
{
"cve": "CVE-2026-10050",
"cwe": {
"id": "CWE-303",
"name": "Incorrect Implementation of Authentication Algorithm"
},
"discovery_date": "2026-07-16T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2510732"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Eclipse Jetty, a widely used web server and servlet container. This vulnerability affects its HTTP Digest authentication mechanism, which is used to verify user identities. The issue arises because Jetty\u0027s hash computation for passwords does not correctly handle certain characters, leading to a weakness in how passwords are processed. A remote attacker could exploit this by crafting a specific password that generates the same internal hash as a legitimate user\u0027s password, thereby bypassing authentication and gaining unauthorized access to the victim\u0027s account.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jetty-security: Eclipse Jetty: Authentication bypass via Digest authentication encoding collision",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Important: This flaw allows an authentication bypass in Eclipse Jetty\u0027s HTTP Digest authentication. An attacker who knows a victim\u0027s username can craft a collision password if the original password contains non-Latin-1 characters, leading to unauthorized access in affected Red Hat products that utilize this authentication method.",
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-10050"
},
{
"category": "external",
"summary": "RHBZ#2510732",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2510732"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-10050",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-10050"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-10050",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-10050"
}
],
"release_date": "2026-07-16T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+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://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, ensure that all user passwords configured for HTTP Digest authentication in affected Eclipse Jetty deployments exclusively use characters within the Latin-1 character set. This prevents the character encoding collision that leads to authentication bypass.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jetty-security: Eclipse Jetty: Authentication bypass via Digest authentication encoding collision"
},
{
"cve": "CVE-2026-10051",
"cwe": {
"id": "CWE-201",
"name": "Insertion of Sensitive Information Into Sent Data"
},
"discovery_date": "2026-07-14T10:01:09.470495+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2499928"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Eclipse Jetty. This vulnerability allows a remote attacker to cause the server to retain HTTP/1.1 request trailers from a prior connection. Consequently, subsequent requests made over the same connection may unintentionally disclose information by reporting the previously retained trailers, or a combination of previous and current request trailers.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jetty: Eclipse Jetty: Information disclosure due to retained HTTP/1.1 trailers across connections",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Moderate: This information disclosure flaw in Eclipse Jetty allows HTTP/1.1 trailers from a previous request to be retained and subsequently exposed to other requests sharing the same connection. This could lead to unintended disclosure of sensitive information in Red Hat products utilizing Jetty, such as Red Hat AMQ and Enterprise Application Platform, particularly when connection reuse is active and trailers contain confidential data. The confidentiality impact is considered 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 Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-10051"
},
{
"category": "external",
"summary": "RHBZ#2499928",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2499928"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-10051",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-10051"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-10051",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-10051"
},
{
"category": "external",
"summary": "https://gitlab.eclipse.org/security/cve-assignment/-/work_items/119",
"url": "https://gitlab.eclipse.org/security/cve-assignment/-/work_items/119"
}
],
"release_date": "2026-07-14T08:44:38.233000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+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://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"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:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jetty: Eclipse Jetty: Information disclosure due to retained HTTP/1.1 trailers across connections"
},
{
"cve": "CVE-2026-12143",
"cwe": {
"id": "CWE-93",
"name": "Improper Neutralization of CRLF Sequences (\u0027CRLF Injection\u0027)"
},
"discovery_date": "2026-06-12T19:00:57.360953+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2488480"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in form-data, a library for creating readable multipart/form-data streams. A remote attacker can exploit this vulnerability by injecting carriage return (CR), line feed (LF), or double-quote (\") characters into the `field` argument of `FormData#append` or the `filename` option. This allows the attacker to inject additional headers or smuggle entire additional multipart parts into requests, potentially enabling them to add or override form fields and compromise data integrity.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "form-data: form-data: Form field override via CRLF injection",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important impact flaw in the form-data library: a remote attacker can inject arbitrary headers or additional multipart parts via CRLF injection in field names or filenames, potentially overriding sensitive form fields and affecting data integrity.\n\nFor RHOAI and RHEL AI, severity is Moderate because affected versions appear only as a transitive npm dependency in RHOAI (dashboard, mod-arch plugins, MLflow UI) and RHEL AI 3.4 bootc images, and those products use fixed field names for uploads rather than passing untrusted user input as multipart field names or filenames. The documented exploit path is therefore not reachable in default deployments. Practical impact is limited to non-default or custom integrations that forward multipart requests using attacker-controlled field names.",
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-12143"
},
{
"category": "external",
"summary": "RHBZ#2488480",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2488480"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-12143",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-12143"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-12143",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-12143"
},
{
"category": "external",
"summary": "https://cwe.mitre.org/data/definitions/93.html",
"url": "https://cwe.mitre.org/data/definitions/93.html"
},
{
"category": "external",
"summary": "https://github.com/form-data/form-data/commit/64190db548c0179e37206858e39f27cf513e9435",
"url": "https://github.com/form-data/form-data/commit/64190db548c0179e37206858e39f27cf513e9435"
},
{
"category": "external",
"summary": "https://github.com/form-data/form-data/commit/be3f3cf553978bac15a5182f1f3c3d2d38ccf229",
"url": "https://github.com/form-data/form-data/commit/be3f3cf553978bac15a5182f1f3c3d2d38ccf229"
},
{
"category": "external",
"summary": "https://github.com/form-data/form-data/commit/c7133499c2ee1b80c678e411244f4442bf902045",
"url": "https://github.com/form-data/form-data/commit/c7133499c2ee1b80c678e411244f4442bf902045"
},
{
"category": "external",
"summary": "https://github.com/form-data/form-data/security/advisories/GHSA-hmw2-7cc7-3qxx",
"url": "https://github.com/form-data/form-data/security/advisories/GHSA-hmw2-7cc7-3qxx"
},
{
"category": "external",
"summary": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#multipart-form-data",
"url": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#multipart-form-data"
},
{
"category": "external",
"summary": "https://www.npmjs.com/package/form-data",
"url": "https://www.npmjs.com/package/form-data"
}
],
"release_date": "2026-06-12T18:01:30.362000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+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://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"category": "workaround",
"details": "Applications using the `form-data` library should implement strict input validation and sanitization for all field names and filenames derived from untrusted sources. This prevents the injection of control characters (CR, LF, \") that could lead to header injection or form field overrides. Deployments that exclusively use fixed or trusted field names are not impacted.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_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 OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "form-data: form-data: Form field override via CRLF injection"
},
{
"cve": "CVE-2026-12151",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-06-17T17:01:45.297604+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2489980"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in undici. A malicious WebSocket server can exploit this by streaming numerous small or empty continuation frames. This can bypass per-frame and cumulative-size validation, leading to unbounded memory growth in the client process. The primary consequence is memory exhaustion, resulting in a denial of service (DoS) for affected applications using the undici WebSocket client or WebSocketStream API.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "undici: undici: Denial of Service due to unbounded memory growth via WebSocket frames",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Important denial of service flaw in the `undici` WebSocket client allows a remote attacker to cause unbounded memory growth. By sending numerous small or empty WebSocket frames, an unauthenticated attacker can exhaust system memory, leading to a denial of service in Red Hat products that use the affected client.",
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-12151"
},
{
"category": "external",
"summary": "RHBZ#2489980",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2489980"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-12151",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-12151"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-12151",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-12151"
},
{
"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-vxpw-j846-p89q",
"url": "https://github.com/nodejs/undici/security/advisories/GHSA-vxpw-j846-p89q"
}
],
"release_date": "2026-06-17T16:05:38.785000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+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://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "undici: undici: Denial of Service due to unbounded memory growth via WebSocket frames"
},
{
"cve": "CVE-2026-13149",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-06-30T10:00:59.843854+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2494813"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in brace-expansion. An attacker can exploit a vulnerability in the `expand()` function by providing a specially crafted string. This string, containing consecutive non-expanding brace groups, can trigger exponential-time complexity, leading to significant CPU consumption and event-loop blocking. This can result in a Denial of Service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "brace-expansion: Brace-expansion: Denial of Service due to exponential-time complexity",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A flaw was found in brace-expansion, a widely-used npm package for expanding brace sequences. The expand() function exhibits exponential-time complexity when processing consecutive non-expanding brace groups. An attacker who can supply crafted input to expand(), directly or transitively via minimatch or glob, can cause significant CPU consumption and event-loop blocking, resulting in denial of service. The max option does not mitigate this issue, as it bounds the output size rather than the recursion work.",
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-13149"
},
{
"category": "external",
"summary": "RHBZ#2494813",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2494813"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-13149",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-13149"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-13149",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-13149"
},
{
"category": "external",
"summary": "https://github.com/juliangruber/brace-expansion/commit/c7e33ec13ac1a684c116720843ce24e208611754",
"url": "https://github.com/juliangruber/brace-expansion/commit/c7e33ec13ac1a684c116720843ce24e208611754"
},
{
"category": "external",
"summary": "https://www.npmjs.com/package/brace-expansion",
"url": "https://www.npmjs.com/package/brace-expansion"
}
],
"release_date": "2026-06-30T08:30:34.502000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+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://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"category": "workaround",
"details": "There is no practical mitigation for this vulnerability. The brace-expansion package is typically a transitive dependency pulled in via minimatch and glob, making it difficult to isolate. Users should upgrade to a fixed version of brace-expansion when one becomes available.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "brace-expansion: Brace-expansion: Denial of Service due to exponential-time complexity"
},
{
"cve": "CVE-2026-15075",
"cwe": {
"id": "CWE-346",
"name": "Origin Validation Error"
},
"discovery_date": "2026-07-14T09:01:12.413297+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2499919"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Eclipse Vert.x. The `DefaultRedirectHandler` in `vertx-core` improperly handles HTTP 30x redirects by propagating all request headers, including sensitive authentication and session credentials, to cross-origin redirect destinations. An attacker can exploit this by redirecting a Vert.x HttpClient request to a malicious host. This allows the attacker to capture sensitive information such as bearer tokens, basic authentication credentials, session cookies, and API keys, leading to unauthorized access or further attacks.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vertx-core: Eclipse Vert.x: Information disclosure via improper handling of HTTP 30x redirects",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important information disclosure flaw in Eclipse Vert.x\u0027s `DefaultRedirectHandler` that affects Red Hat products utilizing `vertx-core` for HTTP client operations. The vulnerability allows sensitive request headers, such as authentication tokens and session cookies, to be forwarded to arbitrary external domains during HTTP 30x redirects. This could enable an attacker to capture credentials if they can induce a Vert.x HttpClient to redirect to a malicious server, potentially leading to unauthorized access.",
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-15075"
},
{
"category": "external",
"summary": "RHBZ#2499919",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2499919"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-15075",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-15075"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-15075",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-15075"
},
{
"category": "external",
"summary": "https://gitlab.eclipse.org/security/cve-assignment/-/work_items/161",
"url": "https://gitlab.eclipse.org/security/cve-assignment/-/work_items/161"
}
],
"release_date": "2026-07-14T08:15:53.650000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+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://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"category": "workaround",
"details": "To mitigate this issue, configure applications utilizing Vert.x HttpClient to strictly validate and restrict the URLs to which HTTP requests can be redirected. Implement allowlists for trusted domains and ensure that any user-supplied or external URLs processed by Vert.x HttpClient are thoroughly sanitized and validated to prevent redirection to attacker-controlled destinations. This may involve updating application-specific configurations or implementing custom URL validation logic. A service restart or reload may be required for changes to take effect.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"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 OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "vertx-core: Eclipse Vert.x: Information disclosure via improper handling of HTTP 30x redirects"
},
{
"cve": "CVE-2026-15076",
"cwe": {
"id": "CWE-346",
"name": "Origin Validation Error"
},
"discovery_date": "2026-07-14T09:00:58.070373+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2499914"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Eclipse Vert.x Web Client. The WebClientSession component does not properly validate the Domain attribute of a Set-Cookie response header against the originating server\u0027s domain. This vulnerability allows a remote attacker to inject a cookie scoped to an arbitrary third-party domain. When the victim application subsequently sends a request to the targeted domain, the injected cookie is presented, potentially leading to information disclosure and unauthorized access to sensitive data through the attacker\u0027s account on that service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "io.vertx/vertx-web: Eclipse Vert.x Web Client: Information disclosure via improper cookie domain validation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important information disclosure flaw in Eclipse Vert.x Web Client\u0027s `WebClientSession` component. The vulnerability arises from insufficient validation of the `Domain` attribute in `Set-Cookie` response headers, allowing a remote attacker to inject cookies scoped to arbitrary third-party domains. This could lead to sensitive data exposure and unauthorized access if a victim application subsequently sends requests to the targeted domain, presenting the attacker-controlled cookie. The impact is significant as it bypasses expected cross-domain security boundaries.",
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-15076"
},
{
"category": "external",
"summary": "RHBZ#2499914",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2499914"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-15076",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-15076"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-15076",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-15076"
},
{
"category": "external",
"summary": "https://gitlab.eclipse.org/security/cve-assignment/-/work_items/162",
"url": "https://gitlab.eclipse.org/security/cve-assignment/-/work_items/162"
}
],
"release_date": "2026-07-14T08:09:12.951000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+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://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"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 OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "io.vertx/vertx-web: Eclipse Vert.x Web Client: Information disclosure via improper cookie domain validation"
},
{
"cve": "CVE-2026-27136",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2026-05-22T16:00:56.609820+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2480757"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang.org/x/net/html. When arbitrary HTML is parsed and then rendered, it can result in an unexpected HTML tree. This allows an attacker to bypass HTML sanitization mechanisms, leading to Cross-Site Scripting (XSS) attacks in applications. Such attacks can result in information disclosure or arbitrary code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/net/html: golang: golang.org/x/net/html: Cross-Site Scripting via HTML parsing bypass",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability in `golang.org/x/net/html` is rated as Important. It allows for Cross-Site Scripting (XSS) attacks by enabling an attacker to bypass HTML sanitization mechanisms when arbitrary HTML is parsed and rendered. This can lead to information disclosure or arbitrary code execution in affected applications. Exploitation typically requires user interaction, where a user processes specially crafted malicious HTML content.",
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27136"
},
{
"category": "external",
"summary": "RHBZ#2480757",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2480757"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27136",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27136"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27136",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27136"
},
{
"category": "external",
"summary": "https://go.dev/cl/781685",
"url": "https://go.dev/cl/781685"
},
{
"category": "external",
"summary": "https://go.dev/issue/79575",
"url": "https://go.dev/issue/79575"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/iI-mYSI0lu8",
"url": "https://groups.google.com/g/golang-announce/c/iI-mYSI0lu8"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-5030",
"url": "https://pkg.go.dev/vuln/GO-2026-5030"
}
],
"release_date": "2026-05-22T15:01:22.111000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+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://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/net/html: golang: golang.org/x/net/html: Cross-Site Scripting via HTML parsing bypass"
},
{
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le"
]
}
],
"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": "other",
"text": "This Important impact denial of service vulnerability in the Go JOSE library can be triggered by a crafted JSON Web Encryption (JWE) object specifying a key wrapping algorithm with an empty encrypted_key field, causing a panic and application crash. Applications that parse and decrypt JWE objects from untrusted sources 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 OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le"
]
},
"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-09-01T18:22:22+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://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_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-39820",
"cwe": {
"id": "CWE-606",
"name": "Unchecked Input for Loop Condition"
},
"discovery_date": "2026-05-07T20:01:27.800929+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2467820"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `net/mail` package of the Go programming language. An attacker could provide specially crafted inputs to the `ParseAddress`, `ParseAddressList`, or `ParseDate` functions. This could lead to excessive consumption of CPU and memory resources, resulting in a Denial of Service (DoS) for applications processing these inputs.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/mail: golang: Go net/mail: Denial of Service via crafted email inputs",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial of service vulnerability in the Go `net/mail` package. Applications processing untrusted email inputs via `ParseAddress`, `ParseAddressList`, or `ParseDate` functions are susceptible to excessive resource consumption, which can lead to service unavailability.",
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-39820"
},
{
"category": "external",
"summary": "RHBZ#2467820",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2467820"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-39820",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-39820"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-39820",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-39820"
},
{
"category": "external",
"summary": "https://go.dev/cl/759940",
"url": "https://go.dev/cl/759940"
},
{
"category": "external",
"summary": "https://go.dev/issue/78566",
"url": "https://go.dev/issue/78566"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/qcCIEXso47M",
"url": "https://groups.google.com/g/golang-announce/c/qcCIEXso47M"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4986",
"url": "https://pkg.go.dev/vuln/GO-2026-4986"
}
],
"release_date": "2026-05-07T19:41:19.854000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+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://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "net/mail: golang: Go net/mail: Denial of Service via crafted email inputs"
},
{
"cve": "CVE-2026-39831",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2026-05-22T04:01:12.861178+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2480675"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang.org/x/crypto/ssh. The Verify() method, responsible for FIDO/U2F security key types, did not properly check for user presence. This allowed signatures to be accepted without requiring a physical touch on the hardware security key. As a result, an attacker could potentially use a hardware security key in an unattended manner, bypassing a critical security control designed to ensure user intent.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: golang.org/x/crypto/ssh: Security key bypass due to missing user presence check",
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-39831"
},
{
"category": "external",
"summary": "RHBZ#2480675",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2480675"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-39831",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-39831"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-39831",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-39831"
},
{
"category": "external",
"summary": "https://go.dev/cl/781662",
"url": "https://go.dev/cl/781662"
},
{
"category": "external",
"summary": "https://go.dev/issue/79566",
"url": "https://go.dev/issue/79566"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/a082jnz-LvI",
"url": "https://groups.google.com/g/golang-announce/c/a082jnz-LvI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-5019",
"url": "https://pkg.go.dev/vuln/GO-2026-5019"
}
],
"release_date": "2026-05-22T02:31:27.436000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+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://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.1,
"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:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: golang.org/x/crypto/ssh: Security key bypass due to missing user presence check"
},
{
"cve": "CVE-2026-39835",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2026-05-22T04:01:27.279943+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2480680"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang.org/x/crypto/ssh. SSH servers configured to use CertChecker as a public key callback, without explicitly setting IsUserAuthority or IsHostAuthority, are vulnerable. A remote attacker can exploit this by presenting a specially crafted certificate, causing the server to panic and resulting in a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: golang: golang.org/x/crypto/ssh: Denial of Service via crafted SSH certificate",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial of service flaw in `golang.org/x/crypto/ssh` affecting SSH servers that utilize `CertChecker` as a public key callback without explicitly configuring `IsUserAuthority` or `IsHostAuthority`. A remote, unauthenticated attacker can trigger a server panic by presenting a specially crafted certificate, leading to service disruption. Exploitation requires a specific, non-default configuration of the `CertChecker`.",
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-39835"
},
{
"category": "external",
"summary": "RHBZ#2480680",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2480680"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-39835",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-39835"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-39835",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-39835"
},
{
"category": "external",
"summary": "https://go.dev/cl/781660",
"url": "https://go.dev/cl/781660"
},
{
"category": "external",
"summary": "https://go.dev/issue/79563",
"url": "https://go.dev/issue/79563"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/a082jnz-LvI",
"url": "https://groups.google.com/g/golang-announce/c/a082jnz-LvI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-5015",
"url": "https://pkg.go.dev/vuln/GO-2026-5015"
}
],
"release_date": "2026-05-22T02:31:26.982000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+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://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: golang: golang.org/x/crypto/ssh: Denial of Service via crafted SSH certificate"
},
{
"cve": "CVE-2026-40898",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-06-04T19:00:56.584166+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2484875"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in quic-go, an implementation of the QUIC protocol in Go. A remote attacker can exploit this by sending specially crafted HTTP/3 trailer fields. This can cause the system to allocate excessive memory, leading to a denial-of-service (DoS) condition where the affected server or client may crash or run out of resources.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/quic-go/quic-go: quic-go: Denial of Service via excessive memory allocation in HTTP/3 trailers",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial-of-service flaw in `quic-go` that allows a remote attacker to exhaust system memory by sending specially crafted HTTP/3 trailer fields. This can lead to crashes or resource unavailability in affected Red Hat products utilizing `quic-go` for HTTP/3 communication, impacting both client and server implementations.",
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-40898"
},
{
"category": "external",
"summary": "RHBZ#2484875",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2484875"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-40898",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40898"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-40898",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-40898"
},
{
"category": "external",
"summary": "https://github.com/quic-go/quic-go/releases/tag/v0.59.1",
"url": "https://github.com/quic-go/quic-go/releases/tag/v0.59.1"
},
{
"category": "external",
"summary": "https://github.com/quic-go/quic-go/security/advisories/GHSA-vvgj-x9jq-8cj9",
"url": "https://github.com/quic-go/quic-go/security/advisories/GHSA-vvgj-x9jq-8cj9"
}
],
"release_date": "2026-06-04T17:43:36.803000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+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://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/quic-go/quic-go: quic-go: Denial of Service via excessive memory allocation in HTTP/3 trailers"
},
{
"cve": "CVE-2026-40983",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-06-09T05:00:52.290020+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2486697"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Micrometer. A remote attacker can provide specially crafted gRPC (gRPC Remote Procedure Call) requests, which may lead to a denial-of-service (DoS) condition. This vulnerability allows an attacker to disrupt the availability of the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "micrometer: micrometer-core: Micrometer: Denial of Service via specially crafted gRPC requests",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial-of-service vulnerability in Micrometer, as a remote unauthenticated attacker can disrupt the availability of affected systems by sending specially crafted gRPC requests. The broad accessibility of gRPC endpoints in typical deployments contributes to the elevated risk, allowing for significant service interruption.",
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-40983"
},
{
"category": "external",
"summary": "RHBZ#2486697",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2486697"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-40983",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40983"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-40983",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-40983"
},
{
"category": "external",
"summary": "https://spring.io/security/cve-2026-40983",
"url": "https://spring.io/security/cve-2026-40983"
}
],
"release_date": "2026-06-09T03:46:54.131000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+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://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"category": "workaround",
"details": "To mitigate this issue, restrict network access to services exposing Micrometer\u0027s gRPC endpoints to trusted clients only. Implement firewall rules to limit inbound connections to the specific ports used by gRPC. If gRPC functionality is not essential for the deployment, consider disabling it entirely to eliminate the attack vector. Any changes to network configurations or service settings may require a service restart to take effect, potentially impacting availability during the transition.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "micrometer: micrometer-core: Micrometer: Denial of Service via specially crafted gRPC requests"
},
{
"cve": "CVE-2026-40984",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-06-09T05:01:51.700197+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2486716"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Micrometer. A remote attacker can provide specially crafted HTTP requests, which may lead to a denial-of-service (DoS) condition. This vulnerability allows an attacker to disrupt the availability of the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "micrometer-core: micrometer-jetty11: micrometer-jetty12: Micrometer: Denial of Service via specially crafted HTTP requests",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial-of-service vulnerability in Micrometer, a component present in several Red Hat products. A remote, unauthenticated attacker can exploit this flaw by sending specially crafted HTTP requests, leading to resource exhaustion and disrupting the availability of affected services. Exploitation of this flaw requires one or more HTTP server instrumentation(s), from one of the vulnerable components, to be configured to record metrics.",
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-40984"
},
{
"category": "external",
"summary": "RHBZ#2486716",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2486716"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-40984",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40984"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-40984",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-40984"
},
{
"category": "external",
"summary": "https://spring.io/security/cve-2026-40984",
"url": "https://spring.io/security/cve-2026-40984"
}
],
"release_date": "2026-06-09T03:47:46.447000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+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://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
}
],
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "micrometer-core: micrometer-jetty11: micrometer-jetty12: Micrometer: Denial of Service via specially crafted HTTP requests"
},
{
"cve": "CVE-2026-41242",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2026-04-18T17:00:50.677423+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2459442"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in protobufjs, a JavaScript (JS) library used for compiling protobuf definitions. A remote attacker with low privileges can exploit this vulnerability by injecting arbitrary code into the \"type\" fields of protobuf definitions. This malicious code will then execute during the object decoding process, leading to arbitrary code execution and potentially full system compromise.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "protobufjs: protobufjs: Arbitrary code execution via injected protobuf definition type fields",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Important impact remote code execution vulnerability in protobufjs allows attackers to inject arbitrary code into the \u0027type\u0027 fields of protobuf definitions, which executes during object decoding. Red Hat products that process untrusted protobuf definitions using the affected library versions are at risk. Red Hat has assessed this at IMPORTANT (not Critical) as exploitation requires low privileges.",
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-41242"
},
{
"category": "external",
"summary": "RHBZ#2459442",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2459442"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-41242",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41242"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-41242",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-41242"
},
{
"category": "external",
"summary": "https://github.com/protobufjs/protobuf.js/commit/535df444ac060243722ac5d672db205e5c531d75",
"url": "https://github.com/protobufjs/protobuf.js/commit/535df444ac060243722ac5d672db205e5c531d75"
},
{
"category": "external",
"summary": "https://github.com/protobufjs/protobuf.js/commit/ff7b2afef8754837cc6dc64c864cd111ab477956",
"url": "https://github.com/protobufjs/protobuf.js/commit/ff7b2afef8754837cc6dc64c864cd111ab477956"
},
{
"category": "external",
"summary": "https://github.com/protobufjs/protobuf.js/releases/tag/protobufjs-v7.5.5",
"url": "https://github.com/protobufjs/protobuf.js/releases/tag/protobufjs-v7.5.5"
},
{
"category": "external",
"summary": "https://github.com/protobufjs/protobuf.js/releases/tag/protobufjs-v8.0.1",
"url": "https://github.com/protobufjs/protobuf.js/releases/tag/protobufjs-v8.0.1"
},
{
"category": "external",
"summary": "https://github.com/protobufjs/protobuf.js/security/advisories/GHSA-xq3m-2v4x-88gg",
"url": "https://github.com/protobufjs/protobuf.js/security/advisories/GHSA-xq3m-2v4x-88gg"
}
],
"release_date": "2026-04-18T16:18:10.652000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+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://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_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 OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "protobufjs: protobufjs: Arbitrary code execution via injected protobuf definition type fields"
},
{
"cve": "CVE-2026-41695",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-06-10T00:01:53.243981+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2487386"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Spring Data Commons. A remote attacker can exploit this vulnerability by providing specially crafted property path strings to the MappingContext property path resolution. This can lead to resource exhaustion, resulting in a denial of service (DoS) for affected applications.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Spring Data Commons: Spring Data Commons: Denial of Service via crafted property path strings",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A flaw was found in Spring Data Commons. Crafted property path strings can trigger excessive processing, leading to denial of service. Red Hat products that bundle spring-data-commons and expose Spring Data query resolution to untrusted input are affected. In Red Hat Dev Spaces, the vulnerable code path is reachable only through admin-authenticated endpoints, limiting practical exploitability.",
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-41695"
},
{
"category": "external",
"summary": "RHBZ#2487386",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2487386"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-41695",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41695"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-41695",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-41695"
},
{
"category": "external",
"summary": "https://spring.io/security/cve-2026-41695",
"url": "https://spring.io/security/cve-2026-41695"
}
],
"release_date": "2026-06-09T23:47:33.927000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+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://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Spring Data Commons: Spring Data Commons: Denial of Service via crafted property path strings"
},
{
"cve": "CVE-2026-41716",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-06-10T00:02:15.987955+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2487394"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Spring Data Commons. An attacker can exploit this vulnerability by sending repeated requests with specially crafted strings, which are then permanently retained in the internal property-lookup cache. This can lead to heap exhaustion, resulting in a Denial of Service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Spring Data Commons: Spring Data Commons: Denial of Service due to cache exhaustion via attacker-supplied strings",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A flaw was found in Spring Data Commons. The TypeDiscoverer cache can be exhausted by sending many unique invalid property names, leading to denial of service through excessive memory consumption. Red Hat products that bundle spring-data-commons and expose Spring Data query resolution to untrusted input are affected. In Red Hat Dev Spaces, the vulnerable code path is reachable only through admin-authenticated endpoints, limiting practical exploitability.",
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-41716"
},
{
"category": "external",
"summary": "RHBZ#2487394",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2487394"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-41716",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41716"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-41716",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-41716"
},
{
"category": "external",
"summary": "https://spring.io/security/cve-2026-41716",
"url": "https://spring.io/security/cve-2026-41716"
}
],
"release_date": "2026-06-09T23:48:20.282000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+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://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Spring Data Commons: Spring Data Commons: Denial of Service due to cache exhaustion via attacker-supplied strings"
},
{
"cve": "CVE-2026-42264",
"cwe": {
"id": "CWE-915",
"name": "Improperly Controlled Modification of Dynamically-Determined Object Attributes"
},
"discovery_date": "2026-05-08T04:02:21.039378+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2467927"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Axios, a widely used HTTP client. This vulnerability, known as prototype pollution, allows an attacker to inject malicious properties into core JavaScript objects. When another component in the same application environment is compromised and pollutes the system\u0027s object prototype, Axios can unknowingly use these manipulated values in its outbound network requests. This could lead to the disclosure of sensitive information or the alteration of network communications, compromising data confidentiality and integrity.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios: Prototype pollution allows information disclosure and request manipulation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Important prototype pollution flaw in Axios could result in information disclosure and network request manipulation. The vulnerability occurs when a co-located dependency in the application environment successfully pollutes the JavaScript `Object.prototype`. Under these conditions, Axios may unknowingly incorporate the manipulated properties into its outbound HTTP requests, potentially compromising data confidentiality and integrity. Exploitation is contingent on a prior successful prototype pollution attack from another component.",
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42264"
},
{
"category": "external",
"summary": "RHBZ#2467927",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2467927"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42264",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42264"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42264",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42264"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/47915144662f2733e6c051bdcb895a8c8f0586aa",
"url": "https://github.com/axios/axios/commit/47915144662f2733e6c051bdcb895a8c8f0586aa"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/pull/10779",
"url": "https://github.com/axios/axios/pull/10779"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.15.2",
"url": "https://github.com/axios/axios/releases/tag/v1.15.2"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-q8qp-cvcw-x6jj",
"url": "https://github.com/axios/axios/security/advisories/GHSA-q8qp-cvcw-x6jj"
}
],
"release_date": "2026-05-08T03:20:24.248000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+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://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios: Prototype pollution allows information disclosure and request manipulation"
},
{
"cve": "CVE-2026-42499",
"cwe": {
"id": "CWE-1046",
"name": "Creation of Immutable Text Using String Concatenation"
},
"discovery_date": "2026-05-07T20:00:51.685602+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2467809"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `net/mail` package within the Go standard library. A remote attacker could provide specially crafted, pathological email addresses. When these malformed email addresses are parsed by the `consumePhrase` function, it can lead to excessive resource consumption due to quadratic string concatenation, resulting in a Denial of Service (DoS) condition.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/mail: golang: net/mail: Denial of Service via pathological email address parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial of service vulnerability in the `net/mail` package of the Go standard library. A remote attacker can exploit this flaw by sending specially crafted email addresses, leading to excessive resource consumption and a denial of service in Go applications that parse email addresses using the affected library.",
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42499"
},
{
"category": "external",
"summary": "RHBZ#2467809",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2467809"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42499",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42499"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42499",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42499"
},
{
"category": "external",
"summary": "https://go.dev/cl/771520",
"url": "https://go.dev/cl/771520"
},
{
"category": "external",
"summary": "https://go.dev/issue/78987",
"url": "https://go.dev/issue/78987"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/qcCIEXso47M",
"url": "https://groups.google.com/g/golang-announce/c/qcCIEXso47M"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4977",
"url": "https://pkg.go.dev/vuln/GO-2026-4977"
}
],
"release_date": "2026-05-07T19:41:18.615000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+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://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "net/mail: golang: net/mail: Denial of Service via pathological email address parsing"
},
{
"cve": "CVE-2026-44705",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-06-11T17:01:27.295887+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2487946"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in tmp, a temporary file and directory creator for Node.js. This path traversal vulnerability allows an attacker to escape the intended temporary directory. By providing specially crafted input to the prefix, postfix or dir options, an attacker can create files outside the designated temporary directory. This could lead to unauthorized file creation at attacker-controlled locations with the privileges of the running process.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "tmp: path Traversal via unsanitized prefix/postfix enables directory escape",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Applications that pass user-controlled data to the file or directory creation functions without input sanitization are vulnerable to this issue. This flaw allows files to be created in arbitrary locations with the privileges of the running process. 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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-44705"
},
{
"category": "external",
"summary": "RHBZ#2487946",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2487946"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-44705",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44705"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-44705",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-44705"
},
{
"category": "external",
"summary": "https://github.com/raszi/node-tmp/security/advisories/GHSA-ph9p-34f9-6g65",
"url": "https://github.com/raszi/node-tmp/security/advisories/GHSA-ph9p-34f9-6g65"
}
],
"release_date": "2026-06-11T15:42:46.565000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+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://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, validate and sanitize any user-controlled data before it is passed to the prefix, postfix or dir options of the file or directory creation functions, specifically rejecting or stripping input containing path traversal sequences.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 8.2,
"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:L",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "tmp: path Traversal via unsanitized prefix/postfix enables directory escape"
},
{
"cve": "CVE-2026-45149",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-05-29T21:02:00.092772+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2483481"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the brace-expansion library. This vulnerability allows an attacker to cause a Denial of Service (DoS) by providing a large numeric range for expansion. The library allocates excessive memory to generate all intermediate elements before applying the maximum limit, leading to high memory consumption and potential application crashes. This can impact the availability of systems using the library.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "brace-expansion: brace-expansion: Denial of Service due to excessive memory allocation when expanding large numeric ranges",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat products ship brace-expansion versions 1.x and 2.x, which are not affected by this vulnerability. The flaw exists only in versions 5.0.0 through 5.0.5.",
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-45149"
},
{
"category": "external",
"summary": "RHBZ#2483481",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2483481"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-45149",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45149"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-45149",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-45149"
},
{
"category": "external",
"summary": "https://github.com/juliangruber/brace-expansion/security/advisories/GHSA-jxxr-4gwj-5jf2",
"url": "https://github.com/juliangruber/brace-expansion/security/advisories/GHSA-jxxr-4gwj-5jf2"
}
],
"release_date": "2026-05-29T19:55:07.337000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+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://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "brace-expansion: brace-expansion: Denial of Service due to excessive memory allocation when expanding large numeric ranges"
},
{
"cve": "CVE-2026-45416",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-06-12T15:01:45.671884+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2488391"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Netty, a network application framework. A remote attacker can exploit this vulnerability by sending a crafted TLS (Transport Layer Security) ClientHello message. This can lead to an eager allocation of a large memory buffer, causing a Denial of Service (DoS) due to excessive memory consumption. The issue occurs in the `SslClientHelloHandler.decode()` method when processing the TLS handshake length.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "netty-handler: Netty: Denial of Service due to eager buffer allocation in TLS handshake",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability in Netty is rated as Important. It allows a remote attacker to trigger a denial of service by sending a specially crafted TLS ClientHello message. The flaw arises from an eager, unbounded memory allocation during the TLS handshake, particularly when default configurations disable the maximum client hello length guard, leading to excessive resource consumption in affected Red Hat products utilizing Netty.",
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-45416"
},
{
"category": "external",
"summary": "RHBZ#2488391",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2488391"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-45416",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45416"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-45416",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-45416"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/releases/tag/netty-4.1.135.Final",
"url": "https://github.com/netty/netty/releases/tag/netty-4.1.135.Final"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/releases/tag/netty-4.2.15.Final",
"url": "https://github.com/netty/netty/releases/tag/netty-4.2.15.Final"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/security/advisories/GHSA-x4gw-5cx5-pgmh",
"url": "https://github.com/netty/netty/security/advisories/GHSA-x4gw-5cx5-pgmh"
}
],
"release_date": "2026-06-12T14:10:05.585000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+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://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"category": "workaround",
"details": "To mitigate this issue, configure applications utilizing Netty\u0027s `SslClientHelloHandler` to specify a non-zero value for the `maxClientHelloLength` parameter. This will enable the internal length validation, preventing the eager allocation of large memory buffers when processing crafted TLS ClientHello messages. Refer to your specific application\u0027s documentation for details on configuring Netty\u0027s TLS handler. A restart of the affected application or service is required for the configuration changes to take effect.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "netty-handler: Netty: Denial of Service due to eager buffer allocation in TLS handshake"
},
{
"cve": "CVE-2026-45623",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-07-27T18:01:09.671498+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2507595"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in PostCSS, a tool that processes CSS files. An attacker who provides specially crafted CSS input containing a malicious source map comment can cause the system to read arbitrary files from the local filesystem. This can lead to the disclosure of sensitive information, specifically the first few bytes of file content. Additionally, this vulnerability may be exploited to cause a Denial of Service (DoS) by targeting large files, making the system unavailable.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "postcss: PostCSS: Information disclosure and denial of service via crafted CSS input",
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-45623"
},
{
"category": "external",
"summary": "RHBZ#2507595",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2507595"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-45623",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45623"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-45623",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-45623"
},
{
"category": "external",
"summary": "https://github.com/postcss/postcss/security/advisories/GHSA-6g55-p6wh-862q",
"url": "https://github.com/postcss/postcss/security/advisories/GHSA-6g55-p6wh-862q"
}
],
"release_date": "2026-07-27T17:23:13.326000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+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://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
}
],
"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 OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "postcss: PostCSS: Information disclosure and denial of service via crafted CSS input"
},
{
"cve": "CVE-2026-45674",
"cwe": {
"id": "CWE-346",
"name": "Origin Validation Error"
},
"discovery_date": "2026-06-12T15:02:15.565158+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2488400"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Netty\u0027s DnsResolveContext. This vulnerability allows a remote attacker to achieve information disclosure or data manipulation by crafting malicious DNS responses. The flaw occurs because the DnsResolveContext fails to validate the origin (bailiwick) of CNAME records in DNS responses, which could enable an attacker to redirect network traffic or intercept sensitive data from affected applications.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "netty-resolver-dns: Netty: Information disclosure and data manipulation due to improper CNAME record validation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Important severity flaw in Netty\u0027s DnsResolveContext allows a remote attacker to achieve information disclosure or data manipulation. By crafting malicious DNS responses, an attacker could redirect network traffic or intercept sensitive data, impacting applications utilizing Netty for DNS resolution in Red Hat products.",
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-45674"
},
{
"category": "external",
"summary": "RHBZ#2488400",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2488400"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-45674",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45674"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-45674",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-45674"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/releases/tag/netty-4.1.135.Final",
"url": "https://github.com/netty/netty/releases/tag/netty-4.1.135.Final"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/releases/tag/netty-4.2.15.Final",
"url": "https://github.com/netty/netty/releases/tag/netty-4.2.15.Final"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/security/advisories/GHSA-676x-f7gg-47vc",
"url": "https://github.com/netty/netty/security/advisories/GHSA-676x-f7gg-47vc"
}
],
"release_date": "2026-06-12T14:17:50.203000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+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://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "netty-resolver-dns: Netty: Information disclosure and data manipulation due to improper CNAME record validation"
},
{
"cve": "CVE-2026-46597",
"cwe": {
"id": "CWE-681",
"name": "Incorrect Conversion between Numeric Types"
},
"discovery_date": "2026-05-22T04:01:21.721980+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2480678"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang.org/x/crypto/ssh. A remote attacker could send specially crafted inputs to the AES-GCM packet decoder. This could lead to an incorrectly placed cast from bytes to an integer, causing a server-side panic and resulting in a Denial of Service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: golang.org/x/crypto/ssh: Denial of Service via crafted AES-GCM packet decoder inputs",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Important denial of service flaw in `golang.org/x/crypto/ssh` allows a remote attacker to trigger a server-side panic by sending specially crafted inputs to the AES-GCM packet decoder. This vulnerability could lead to service unavailability in Red Hat products that incorporate and expose SSH services built with the affected `golang.org/x/crypto/ssh` component.",
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-46597"
},
{
"category": "external",
"summary": "RHBZ#2480678",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2480678"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-46597",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46597"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-46597",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-46597"
},
{
"category": "external",
"summary": "https://go.dev/cl/781620",
"url": "https://go.dev/cl/781620"
},
{
"category": "external",
"summary": "https://go.dev/issue/79561",
"url": "https://go.dev/issue/79561"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/a082jnz-LvI",
"url": "https://groups.google.com/g/golang-announce/c/a082jnz-LvI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-5013",
"url": "https://pkg.go.dev/vuln/GO-2026-5013"
}
],
"release_date": "2026-05-22T02:31:26.754000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+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://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: golang.org/x/crypto/ssh: Denial of Service via crafted AES-GCM packet decoder inputs"
},
{
"cve": "CVE-2026-46681",
"cwe": {
"id": "CWE-915",
"name": "Improperly Controlled Modification of Dynamically-Determined Object Attributes"
},
"discovery_date": "2026-07-21T15:01:12.368235+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2503661"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `@nevware21/ts-utils` library. This vulnerability allows a remote attacker to manipulate the fundamental properties of objects within an application. By exploiting this, an attacker could potentially execute unauthorized code, leading to a complete compromise of the application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "@nevware21/ts-utils: @nevware21/ts-utils: Arbitrary Code Execution via Prototype Pollution",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as Important. The `@nevware21/ts-utils` library is susceptible to prototype pollution when processing untrusted input, allowing an attacker to modify the prototype chain of objects. This could lead to arbitrary code execution within applications utilizing the affected library, impacting data integrity and potentially 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 OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-46681"
},
{
"category": "external",
"summary": "RHBZ#2503661",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2503661"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-46681",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46681"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-46681",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-46681"
},
{
"category": "external",
"summary": "https://github.com/nevware21/ts-utils/commit/5e887f4e2fbee7160c8f501634c45e6a229e83bb",
"url": "https://github.com/nevware21/ts-utils/commit/5e887f4e2fbee7160c8f501634c45e6a229e83bb"
},
{
"category": "external",
"summary": "https://github.com/nevware21/ts-utils/security/advisories/GHSA-x7j8-49r8-mr43",
"url": "https://github.com/nevware21/ts-utils/security/advisories/GHSA-x7j8-49r8-mr43"
}
],
"release_date": "2026-07-21T14:02:03.732000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+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://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_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 OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "@nevware21/ts-utils: @nevware21/ts-utils: Arbitrary Code Execution via Prototype Pollution"
},
{
"cve": "CVE-2026-47691",
"cwe": {
"id": "CWE-346",
"name": "Origin Validation Error"
},
"discovery_date": "2026-06-12T16:02:45.855856+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2488439"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Netty\u0027s `DnsResolveContext`. An attacker controlling an authoritative name server for a subdomain can exploit this vulnerability by providing crafted NS records that are insufficiently validated. This allows the attacker to poison the DNS cache for parent domains, bypassing standard bailiwick rules. Consequently, future DNS resolutions for the affected parent domain will use the poisoned cache, potentially redirecting users to malicious servers and leading to information disclosure or integrity compromise.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "io.netty/netty-resolver-dns: Netty has Insufficient Bailiwick Validation for NS Records",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Important flaw in Netty\u0027s DNS resolution component, `netty-resolver-dns`, allows for DNS cache poisoning. An attacker with control over an authoritative name server for a subdomain could exploit this vulnerability to inject malicious DNS records into the cache of parent domains. This could lead to redirection of network traffic, impacting the integrity and availability of services relying on DNS resolution within affected Red Hat products.",
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-47691"
},
{
"category": "external",
"summary": "RHBZ#2488439",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2488439"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-47691",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47691"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-47691",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-47691"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/releases/tag/netty-4.1.135.Final",
"url": "https://github.com/netty/netty/releases/tag/netty-4.1.135.Final"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/releases/tag/netty-4.2.15.Final",
"url": "https://github.com/netty/netty/releases/tag/netty-4.2.15.Final"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/security/advisories/GHSA-5pvg-856g-cp85",
"url": "https://github.com/netty/netty/security/advisories/GHSA-5pvg-856g-cp85"
}
],
"release_date": "2026-06-12T14:33:16.595000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+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://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "io.netty/netty-resolver-dns: Netty has Insufficient Bailiwick Validation for NS Records"
},
{
"cve": "CVE-2026-48020",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-06-23T20:00:57.714939+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2491915"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Traefik, an HTTP reverse proxy and load balancer. This vulnerability exists in the StripPrefix middleware, allowing an unauthenticated attacker to bypass route-level authentication and authorization. By crafting a request path containing \u0027..\u0027 or its percent-encoded form, an attacker can access protected backend paths, such as administrative or internal configuration endpoints, without proper authentication. This could lead to unauthorized information disclosure or modification of sensitive settings.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/traefik/traefik: Traefik: Authentication bypass in StripPrefix middleware allows unauthorized access to protected paths",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important authentication bypass flaw in Traefik\u0027s StripPrefix middleware, affecting Red Hat OpenShift Dev Spaces. An unauthenticated remote attacker can exploit this by crafting a specific request path, gaining access to protected backend resources like administrative or internal configuration endpoints. This could lead to unauthorized information disclosure or modification of sensitive settings.",
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-48020"
},
{
"category": "external",
"summary": "RHBZ#2491915",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2491915"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-48020",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-48020"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-48020",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-48020"
},
{
"category": "external",
"summary": "https://github.com/traefik/traefik/releases/tag/v2.11.48",
"url": "https://github.com/traefik/traefik/releases/tag/v2.11.48"
},
{
"category": "external",
"summary": "https://github.com/traefik/traefik/releases/tag/v3.6.19",
"url": "https://github.com/traefik/traefik/releases/tag/v3.6.19"
},
{
"category": "external",
"summary": "https://github.com/traefik/traefik/releases/tag/v3.7.3",
"url": "https://github.com/traefik/traefik/releases/tag/v3.7.3"
},
{
"category": "external",
"summary": "https://github.com/traefik/traefik/security/advisories/GHSA-xf64-8mw2-4gr2",
"url": "https://github.com/traefik/traefik/security/advisories/GHSA-xf64-8mw2-4gr2"
}
],
"release_date": "2026-06-23T19:10:31.557000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+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://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/traefik/traefik: Traefik: Authentication bypass in StripPrefix middleware allows unauthorized access to protected paths"
},
{
"cve": "CVE-2026-48068",
"cwe": {
"id": "CWE-248",
"name": "Uncaught Exception"
},
"discovery_date": "2026-06-11T13:27:54+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2499682"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in @grpc/grpc-js, a pure JavaScript gRPC client and server library. An invalid incoming HTTP/2 stream initiation can cause a server process to crash. This vulnerability affects all servers created using @grpc/grpc-js, and no workaround is available. An unauthenticated remote attacker can exploit this to cause a denial of service by sending a malformed HTTP/2 stream to a gRPC server.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "grpc-js: @grpc/grpc-js: Server crash via malformed HTTP/2 stream initiation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A flaw was found in @grpc/grpc-js. An invalid incoming HTTP/2 stream initiation can cause a server process to crash. This affects all servers created using @grpc/grpc-js. There is no workaround.",
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-48068"
},
{
"category": "external",
"summary": "RHBZ#2499682",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2499682"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-48068",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-48068"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-48068",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-48068"
},
{
"category": "external",
"summary": "https://github.com/grpc/grpc-node/security/advisories/GHSA-5375-pq7m-f5r2",
"url": "https://github.com/grpc/grpc-node/security/advisories/GHSA-5375-pq7m-f5r2"
}
],
"release_date": "2026-06-11T13:27:54+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+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://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"category": "workaround",
"details": "Upgrade to @grpc/grpc-js 1.9.16, 1.10.12, 1.11.4, 1.12.7, 1.13.5, or 1.14.4. There is no workaround for this vulnerability.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "grpc-js: @grpc/grpc-js: Server crash via malformed HTTP/2 stream initiation"
},
{
"cve": "CVE-2026-48491",
"cwe": {
"id": "CWE-807",
"name": "Reliance on Untrusted Inputs in a Security Decision"
},
"discovery_date": "2026-06-23T20:01:26.461503+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2491923"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Traefik, an HTTP reverse proxy and load balancer. This vulnerability allows an unauthenticated client to bypass mutual Transport Layer Security (TLS) enforcement, a security measure that verifies both client and server identities. The bypass occurs due to an issue in Traefik\u0027s domain-fronting protection (SNICheck), which incorrectly processes TLS options for HTTP Host headers. As a result, an attacker can gain unauthorized access to protected backend services without presenting a required client certificate.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Traefik: Traefik: Unauthorized access due to mutual TLS bypass",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important flaw in Traefik that allows an unauthenticated client to bypass mutual TLS authentication. The vulnerability arises from an issue in Traefik\u0027s domain-fronting protection when specific wildcard host rules with strict TLS options are used alongside permissive SNI configurations on the same entrypoint. This bypass enables unauthorized access to protected backend services, undermining critical access controls.",
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-48491"
},
{
"category": "external",
"summary": "RHBZ#2491923",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2491923"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-48491",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-48491"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-48491",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-48491"
},
{
"category": "external",
"summary": "https://github.com/traefik/traefik/releases/tag/v3.7.3",
"url": "https://github.com/traefik/traefik/releases/tag/v3.7.3"
},
{
"category": "external",
"summary": "https://github.com/traefik/traefik/security/advisories/GHSA-5r4w-85f3-pw66",
"url": "https://github.com/traefik/traefik/security/advisories/GHSA-5r4w-85f3-pw66"
}
],
"release_date": "2026-06-23T19:12:10.819000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+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://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"category": "workaround",
"details": "To mitigate this issue, avoid configuring Traefik with wildcard host rules (e.g., Host(*.example.com)) alongside strict TLS options such as RequireAndVerifyClientCert on entrypoints that also serve permissive SNI configurations. Alternatively, restrict network access to Traefik\u0027s entrypoints to trusted networks only, thereby limiting potential exposure.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Traefik: Traefik: Unauthorized access due to mutual TLS bypass"
},
{
"cve": "CVE-2026-49978",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2026-07-14T21:05:26.253019+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500695"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in DOMPurify, a tool designed to sanitize HTML, MathML, and SVG to prevent cross-site scripting (XSS) attacks. When performing in-place sanitization, DOMPurify could fail to properly process content within shadow DOM elements attached to a `\u003ctemplate\u003e.content`. This oversight allows an attacker to embed malicious code, such as JavaScript, which could then execute when the sanitized template is used by an application, potentially leading to unauthorized actions or information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dompurify: DOMPurify: Cross-site scripting vulnerability allows code execution",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability in DOMPurify is rated as Important as it allows for cross-site scripting (XSS) attacks. When DOMPurify performs in-place sanitization, it may fail to properly process shadow DOM content within `\u003ctemplate\u003e.content`, enabling an attacker to embed and execute malicious JavaScript. This could lead to unauthorized actions or information disclosure in Red Hat products that utilize DOMPurify for sanitizing untrusted HTML, MathML, or SVG.",
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-49978"
},
{
"category": "external",
"summary": "RHBZ#2500695",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500695"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-49978",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-49978"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-49978",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-49978"
},
{
"category": "external",
"summary": "https://github.com/cure53/DOMPurify/commit/ca30f070c360df162a3e3848e80e6fd3c9e74bff",
"url": "https://github.com/cure53/DOMPurify/commit/ca30f070c360df162a3e3848e80e6fd3c9e74bff"
},
{
"category": "external",
"summary": "https://github.com/cure53/DOMPurify/releases/tag/3.4.7",
"url": "https://github.com/cure53/DOMPurify/releases/tag/3.4.7"
},
{
"category": "external",
"summary": "https://github.com/cure53/DOMPurify/security/advisories/GHSA-rp9w-3fw7-7cwq",
"url": "https://github.com/cure53/DOMPurify/security/advisories/GHSA-rp9w-3fw7-7cwq"
}
],
"release_date": "2026-07-14T20:02:46.263000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+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://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dompurify: DOMPurify: Cross-site scripting vulnerability allows code execution"
},
{
"cve": "CVE-2026-50010",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2026-06-12T16:02:13.735675+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2488429"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Netty, a network application framework. This vulnerability allows a remote attacker to bypass hostname verification due to improper handling of user-supplied trust managers. When a client is configured with a plain X.509 Trust Manager (X509TrustManager), it fails to perform necessary hostname checks, enabling an attacker to impersonate a legitimate server. This could lead to sensitive information disclosure or man-in-the-middle attacks.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "netty-handler: Netty: Improper trust manager handling leads to hostname verification bypass",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important flaw in Netty that affects Red Hat products utilizing the `netty-handler` component, including various Red Hat AMQ, Enterprise Application Platform, and OpenShift offerings. The vulnerability arises when a Netty client is configured with a plain X.509 Trust Manager, leading to a bypass of hostname verification. This oversight allows a remote attacker to perform man-in-the-middle attacks by impersonating a legitimate server, potentially compromising sensitive data.",
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50010"
},
{
"category": "external",
"summary": "RHBZ#2488429",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2488429"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50010",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50010"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50010",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50010"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/releases/tag/netty-4.1.135.Final",
"url": "https://github.com/netty/netty/releases/tag/netty-4.1.135.Final"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/releases/tag/netty-4.2.15.Final",
"url": "https://github.com/netty/netty/releases/tag/netty-4.2.15.Final"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/security/advisories/GHSA-c653-97m9-rcg9",
"url": "https://github.com/netty/netty/security/advisories/GHSA-c653-97m9-rcg9"
}
],
"release_date": "2026-06-12T14:50:43.151000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+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://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"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 OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "netty-handler: Netty: Improper trust manager handling leads to hostname verification bypass"
},
{
"cve": "CVE-2026-50193",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2026-06-23T22:01:01.154533+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2491999"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in jackson-databind, a general-purpose data-binding library for Jackson Data Processor. A remote attacker can exploit this vulnerability by sending deeply nested JSON (JavaScript Object Notation) data to a service that reads and processes it. This can lead to a Denial of Service (DoS) by consuming significant system resources, making the service unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jackson-databind: Jackson-databind: Denial of Service via deeply nested JSON processing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial-of-service flaw in jackson-databind, affecting services that process deeply nested JSON data. Exploitation occurs when a service reads JSON as `JsonNode` and subsequently writes it back using `JsonNode.toString()`, leading to excessive resource consumption and potential service unavailability.",
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50193"
},
{
"category": "external",
"summary": "RHBZ#2491999",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2491999"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50193",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50193"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50193",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50193"
},
{
"category": "external",
"summary": "https://github.com/FasterXML/jackson-databind/commit/a1fa4ae4ecf5cee16da465985f135f3e81816f8c",
"url": "https://github.com/FasterXML/jackson-databind/commit/a1fa4ae4ecf5cee16da465985f135f3e81816f8c"
},
{
"category": "external",
"summary": "https://github.com/FasterXML/jackson-databind/issues/3447",
"url": "https://github.com/FasterXML/jackson-databind/issues/3447"
},
{
"category": "external",
"summary": "https://github.com/FasterXML/jackson-databind/security/advisories/GHSA-3wrr-7qpf-2prh",
"url": "https://github.com/FasterXML/jackson-databind/security/advisories/GHSA-3wrr-7qpf-2prh"
}
],
"release_date": "2026-06-23T21:00:20.444000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+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://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jackson-databind: Jackson-databind: Denial of Service via deeply nested JSON processing"
},
{
"cve": "CVE-2026-53488",
"cwe": {
"id": "CWE-78",
"name": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)"
},
"discovery_date": "2026-07-01T02:01:09.589815+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2495815"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in containerd, an open-source container runtime. The Container Runtime Interface (CRI) plugin, which manages container operations, fails to validate labels propagated from an image configuration to a container. This oversight could enable an attacker to execute arbitrary commands on the host system through a plugin that processes these unvalidated labels. The primary impact is host-root command execution, allowing unauthorized control over the underlying system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/containerd/containerd: containerd: Host-root command execution via unvalidated image config labels in CRI plugin",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A flaw was found in containerd where the CRI plugin propagates labels from an image configuration (LABEL instruction in a Dockerfile) to a container without validation. This may result in executing an arbitrary command on the host via a plugin that consumes container labels for operations, such as the restart-monitor binary:// logger. An attacker who can cause a crafted container image to be pulled and run can achieve host-level code execution.",
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-53488"
},
{
"category": "external",
"summary": "RHBZ#2495815",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2495815"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-53488",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53488"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-53488",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-53488"
},
{
"category": "external",
"summary": "https://github.com/containerd/containerd/security/advisories/GHSA-xhf5-7wjv-pqxp",
"url": "https://github.com/containerd/containerd/security/advisories/GHSA-xhf5-7wjv-pqxp"
}
],
"release_date": "2026-07-01T00:11:20.610000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+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://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"category": "workaround",
"details": "Restrict container image pulls to trusted registries using admission policies or image signature verification. Where containerd is used as the container runtime, disable or restrict the binary:// logger URI scheme in the containerd configuration to prevent the label-to-logger attack path.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/containerd/containerd: containerd: Host-root command execution via unvalidated image config labels in CRI plugin"
},
{
"cve": "CVE-2026-53492",
"cwe": {
"id": "CWE-807",
"name": "Reliance on Untrusted Inputs in a Security Decision"
},
"discovery_date": "2026-07-01T19:01:34.238078+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2496130"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in containerd, an open-source container runtime. The Container Runtime Interface (CRI) implementation, which allows Kubernetes to interact with container runtimes, improperly trusts Container Device Interface (CDI) annotations found within untrusted checkpoint image metadata during container restoration. This vulnerability enables a user with permissions to create pods to bypass standard Kubernetes resource allocation and device plugin enforcement. Consequently, an attacker can inject arbitrary CDI edits, such as device nodes and host mounts, into the restored container, potentially leading to unauthorized resource access or privilege escalation.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/containerd/containerd: containerd: Security bypass via Container Device Interface (CDI) annotation smuggling during checkpoint restoration.",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw is rated as Important. In Red Hat OpenShift Container Platform, a user with pod creation permissions could bypass standard Kubernetes resource allocation and device plugin enforcement. This is due to containerd\u0027s Container Runtime Interface (CRI) improperly trusting Container Device Interface (CDI) annotations during container restoration. Exploitation requires CDI to be enabled on the node and a matching host CDI specification for the requested device.",
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-53492"
},
{
"category": "external",
"summary": "RHBZ#2496130",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2496130"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-53492",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53492"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-53492",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-53492"
},
{
"category": "external",
"summary": "https://github.com/containerd/containerd/security/advisories/GHSA-33vj-92qq-66hc",
"url": "https://github.com/containerd/containerd/security/advisories/GHSA-33vj-92qq-66hc"
}
],
"release_date": "2026-07-01T17:59:12.552000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+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://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/containerd/containerd: containerd: Security bypass via Container Device Interface (CDI) annotation smuggling during checkpoint restoration."
},
{
"cve": "CVE-2026-53622",
"cwe": {
"id": "CWE-289",
"name": "Authentication Bypass by Alternate Name"
},
"discovery_date": "2026-06-23T20:01:29.612273+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2491924"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Traefik, an HTTP reverse proxy and load balancer. This critical vulnerability in Traefik\u0027s HTTP/3 (QUIC) TLS configuration selection allows unauthenticated clients to bypass router-specific mutual Transport Layer Security (mTLS) enforcement. When HTTP/3 is enabled and a router uses wildcard host rules or case-insensitive hostname matching with client certificate authentication, an attacker can complete the QUIC handshake without presenting a certificate. This bypass grants unauthorized access to a backend that should be protected by mTLS.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/traefik/traefik: Traefik: mTLS enforcement bypass due to HTTP/3 TLS configuration flaw",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Important flaw in Traefik, as shipped in Red Hat OpenShift Dev Spaces, allows unauthenticated clients to bypass mutual TLS (mTLS) enforcement when HTTP/3 (QUIC) is enabled. An attacker can gain unauthorized access to mTLS-protected backends if the Traefik router uses wildcard host rules or case-insensitive hostname matching, circumventing expected client certificate 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 OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-53622"
},
{
"category": "external",
"summary": "RHBZ#2491924",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2491924"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-53622",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53622"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-53622",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-53622"
},
{
"category": "external",
"summary": "https://github.com/traefik/traefik/releases/tag/v3.7.3",
"url": "https://github.com/traefik/traefik/releases/tag/v3.7.3"
},
{
"category": "external",
"summary": "https://github.com/traefik/traefik/security/advisories/GHSA-9cr8-q42q-g8m7",
"url": "https://github.com/traefik/traefik/security/advisories/GHSA-9cr8-q42q-g8m7"
}
],
"release_date": "2026-06-23T19:13:28.844000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+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://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"category": "workaround",
"details": "To mitigate this issue, disable HTTP/3 (QUIC) on Traefik entrypoints. This prevents the TLS configuration selection flaw that leads to mTLS bypass. Consult Traefik documentation for specific configuration steps to disable HTTP/3. Restarting the Traefik service will be required for the changes to take effect.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/traefik/traefik: Traefik: mTLS enforcement bypass due to HTTP/3 TLS configuration flaw"
},
{
"cve": "CVE-2026-54399",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-07-01T18:02:08.214968+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2496101"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Apache HttpComponents Core. This uncontrolled resource consumption vulnerability in the HTTP/1.1 message parser allows a remote attacker to cause a denial of service through memory exhaustion. This can be triggered by sending messages with an excessive number of headers or excessive header length.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "org.apache.httpcomponents.core5/httpcore5: Apache HttpComponents Core: Denial of Service via excessive HTTP headers",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Important: This flaw in Apache HttpComponents Core allows a remote attacker to cause a denial of service by sending HTTP/1.1 messages with an excessive number or length of headers. This can lead to memory exhaustion in applications using the affected HTTP/1.1 message parser, impacting service 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 OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-54399"
},
{
"category": "external",
"summary": "RHBZ#2496101",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2496101"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-54399",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54399"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-54399",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-54399"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2026/07/01/4",
"url": "http://www.openwall.com/lists/oss-security/2026/07/01/4"
},
{
"category": "external",
"summary": "https://lists.apache.org/thread/zmxh1pl2zohov5ntdh4lt85gfrlchgpy",
"url": "https://lists.apache.org/thread/zmxh1pl2zohov5ntdh4lt85gfrlchgpy"
}
],
"release_date": "2026-07-01T17:02:21.778000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+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://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"category": "workaround",
"details": "To mitigate this issue, configure an upstream proxy or web application firewall (WAF) to enforce limits on the number and length of HTTP headers. This prevents malformed requests from reaching and exhausting the vulnerable Apache HttpComponents Core component. Consult your proxy or WAF documentation for specific configuration. A service restart may be required for changes to take effect.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "org.apache.httpcomponents.core5/httpcore5: Apache HttpComponents Core: Denial of Service via excessive HTTP headers"
},
{
"cve": "CVE-2026-54428",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-07-01T18:02:25.195687+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2496106"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Apache HttpComponents Core. This vulnerability, located in the HTTP/2 HPACK decoder, allows a remote attacker to cause a denial of service. By sending oversized compressed header blocks, an attacker can exhaust memory resources before the system\u0027s configured header list size limit is applied. This can lead to the affected system becoming unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "org.apache.httpcomponents.core5/httpcore5-h2: Apache HttpComponents Core: Denial of Service via oversized HTTP/2 HPACK header blocks",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial of service vulnerability in Apache HttpComponents Core. The HTTP/2 HPACK decoder is susceptible to memory exhaustion when processing oversized compressed header blocks from a remote attacker. This occurs before the system\u0027s configured header list size limits are applied, potentially rendering affected Red Hat products unresponsive.",
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-54428"
},
{
"category": "external",
"summary": "RHBZ#2496106",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2496106"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-54428",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54428"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-54428",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-54428"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2026/07/01/3",
"url": "http://www.openwall.com/lists/oss-security/2026/07/01/3"
},
{
"category": "external",
"summary": "https://lists.apache.org/thread/5zjp8vczvxq19pw2rvhs21q446bhl0sd",
"url": "https://lists.apache.org/thread/5zjp8vczvxq19pw2rvhs21q446bhl0sd"
}
],
"release_date": "2026-07-01T17:03:53.938000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+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://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "org.apache.httpcomponents.core5/httpcore5-h2: Apache HttpComponents Core: Denial of Service via oversized HTTP/2 HPACK header blocks"
},
{
"cve": "CVE-2026-54512",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"discovery_date": "2026-06-23T22:01:49.821346+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2492015"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in jackson-databind. This vulnerability allows a remote attacker to bypass the PolymorphicTypeValidator (PTV) when polymorphic typing is enabled and a type identifier contains generic parameters. By crafting a malicious type ID, an attacker can place a denied class as a generic type parameter of an allowed container. This leads to the loading and instantiation of arbitrary classes, potentially resulting in arbitrary code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jackson-databind: jackson-databind: Arbitrary code execution via PolymorphicTypeValidator bypass",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability in `jackson-databind` is rated as Important. While it describes a potential bypass of the PolymorphicTypeValidator leading to arbitrary code execution, exploitation requires an attacker to already possess administrative privileges, specifically the `manage-realm` role. This flaw does not enable privilege escalation, as it does not grant additional capabilities beyond those inherently available to an existing administrator.",
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-54512"
},
{
"category": "external",
"summary": "RHBZ#2492015",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2492015"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-54512",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54512"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-54512",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-54512"
},
{
"category": "external",
"summary": "https://github.com/FasterXML/jackson-databind/commit/434d6c511de7fdd9872f29157aafb6162d12d8d5",
"url": "https://github.com/FasterXML/jackson-databind/commit/434d6c511de7fdd9872f29157aafb6162d12d8d5"
},
{
"category": "external",
"summary": "https://github.com/FasterXML/jackson-databind/issues/5988",
"url": "https://github.com/FasterXML/jackson-databind/issues/5988"
},
{
"category": "external",
"summary": "https://github.com/FasterXML/jackson-databind/security/advisories/GHSA-j3rv-43j4-c7qm",
"url": "https://github.com/FasterXML/jackson-databind/security/advisories/GHSA-j3rv-43j4-c7qm"
}
],
"release_date": "2026-06-23T20:56:36.646000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+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://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jackson-databind: jackson-databind: Arbitrary code execution via PolymorphicTypeValidator bypass"
},
{
"cve": "CVE-2026-54513",
"cwe": {
"id": "CWE-184",
"name": "Incomplete List of Disallowed Inputs"
},
"discovery_date": "2026-06-23T22:01:34.437620+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2492010"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in jackson-databind, a library used for processing data. This vulnerability allows an attacker to bypass security controls designed to validate data types. By sending specially crafted input, an attacker can force the system to process untrusted data, which may lead to the execution of malicious code. This could result in a complete compromise of the affected system, impacting its confidentiality, integrity, and availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jackson-databind: Jackson-databind: Security bypass allows arbitrary code execution",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Important flaw in `jackson-databind` allows for a security bypass, enabling arbitrary code execution. The vulnerability arises from insufficient validation of array component types by `BasicPolymorphicTypeValidator`, which permits deserialization of unallowlisted types when processing untrusted input. This bypass of type validation can lead to a complete system compromise, affecting confidentiality, integrity, and availability in Red Hat products utilizing `jackson-databind` for data processing.",
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-54513"
},
{
"category": "external",
"summary": "RHBZ#2492010",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2492010"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-54513",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54513"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-54513",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-54513"
},
{
"category": "external",
"summary": "https://github.com/FasterXML/jackson-databind/commit/01d1692c8d0ed03e51a0e3c4f8a9e6908e4931e5",
"url": "https://github.com/FasterXML/jackson-databind/commit/01d1692c8d0ed03e51a0e3c4f8a9e6908e4931e5"
},
{
"category": "external",
"summary": "https://github.com/FasterXML/jackson-databind/commit/24529da29fdf46ff94ca38de9ebf31cd188f5e8e",
"url": "https://github.com/FasterXML/jackson-databind/commit/24529da29fdf46ff94ca38de9ebf31cd188f5e8e"
},
{
"category": "external",
"summary": "https://github.com/FasterXML/jackson-databind/issues/5981",
"url": "https://github.com/FasterXML/jackson-databind/issues/5981"
},
{
"category": "external",
"summary": "https://github.com/FasterXML/jackson-databind/issues/5983",
"url": "https://github.com/FasterXML/jackson-databind/issues/5983"
},
{
"category": "external",
"summary": "https://github.com/FasterXML/jackson-databind/pull/5984",
"url": "https://github.com/FasterXML/jackson-databind/pull/5984"
},
{
"category": "external",
"summary": "https://github.com/FasterXML/jackson-databind/security/advisories/GHSA-rmj7-2vxq-3g9f",
"url": "https://github.com/FasterXML/jackson-databind/security/advisories/GHSA-rmj7-2vxq-3g9f"
}
],
"release_date": "2026-06-23T20:53:52.543000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+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://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"category": "workaround",
"details": "Upgrade to version 2.18.8, 2.21.4, or 3.1.4 or later to address this vulnerability. If upgrading is not immediately possible, remove BasicPolymorphicTypeValidator.Builder.allowIfSubTypeIsArray() from the application\u2019s ObjectMapper configuration to eliminate the affected deserialization path. Rebuild and restart the application to apply the configuration change.\n\nAs an additional mitigation, disable polymorphic deserialization of untrusted data where possible by avoiding or removing default typing features such as activateDefaultTyping() or enableDefaultTyping(). When polymorphic deserialization is required, restrict allowed subtypes using a strict whitelist of trusted application packages and avoid broad or permissive type validation rules.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jackson-databind: Jackson-databind: Security bypass allows arbitrary code execution"
},
{
"cve": "CVE-2026-54763",
"cwe": {
"id": "CWE-178",
"name": "Improper Handling of Case Sensitivity"
},
"discovery_date": "2026-07-06T22:02:30.381066+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2497551"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Traefik, an HTTP reverse proxy and load balancer. The BasicAuth, DigestAuth, and ForwardAuth middlewares in Traefik do not correctly treat underscore-variant header names. This allows a remote attacker to inject a specially crafted header that bypasses Traefik\u0027s security mechanisms. As a result, the attacker can spoof identity or authorization context to the backend, potentially gaining unauthorized access to protected resources.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "traefik: Traefik: Identity spoofing via improper header handling in authentication middlewares",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Important: This flaw in Traefik\u0027s authentication middlewares allows a remote attacker to bypass security mechanisms by injecting specially crafted underscore-variant headers. This can lead to identity spoofing or unauthorized access to backend services, as Traefik fails to properly strip these headers before forwarding them. The vulnerability is significant because many backend systems normalize these header forms, making exploitation feasible in typical deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-54763"
},
{
"category": "external",
"summary": "RHBZ#2497551",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2497551"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-54763",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54763"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-54763",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-54763"
},
{
"category": "external",
"summary": "https://github.com/traefik/traefik/commit/108a5264473a2cbc8f12d6d691a3c6553cdf2c1b",
"url": "https://github.com/traefik/traefik/commit/108a5264473a2cbc8f12d6d691a3c6553cdf2c1b"
},
{
"category": "external",
"summary": "https://github.com/traefik/traefik/pull/13262",
"url": "https://github.com/traefik/traefik/pull/13262"
},
{
"category": "external",
"summary": "https://github.com/traefik/traefik/security/advisories/GHSA-x677-9fxg-v5c5",
"url": "https://github.com/traefik/traefik/security/advisories/GHSA-x677-9fxg-v5c5"
}
],
"release_date": "2026-07-06T20:33:36.059000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+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://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 10.0,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "traefik: Traefik: Identity spoofing via improper header handling in authentication middlewares"
},
{
"cve": "CVE-2026-55831",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-07-21T00:02:57.305291+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2503103"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Netty, a network application framework. A remote attacker, by sending a specially crafted SPDY/3.1 SETTINGS frame, could cause the SPDY SETTINGS decoder to create a large number of map entries. This excessive processing and memory allocation can lead to a denial of service (DoS) due to heap growth and increased CPU usage.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "io.netty/netty-codec-http: Netty: Denial of Service via SPDY SETTINGS frame processing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial of service flaw in Netty\u0027s SPDY SETTINGS decoder, allowing a remote unauthenticated attacker to exhaust system resources. By sending a specially crafted SPDY/3.1 SETTINGS frame, an attacker can cause excessive memory allocation and CPU usage, leading to a denial of service. This vulnerability has a low attack complexity and requires no user interaction or privileges.",
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-55831"
},
{
"category": "external",
"summary": "RHBZ#2503103",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2503103"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-55831",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-55831"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-55831",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-55831"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/commit/5b68c61f37aa4a3045cba624cbea239655c9003b",
"url": "https://github.com/netty/netty/commit/5b68c61f37aa4a3045cba624cbea239655c9003b"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/commit/bb2ff68a1fb71cb4b0eb9a9e17b66c52aff680c6",
"url": "https://github.com/netty/netty/commit/bb2ff68a1fb71cb4b0eb9a9e17b66c52aff680c6"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/releases/tag/netty-4.1.136.Final",
"url": "https://github.com/netty/netty/releases/tag/netty-4.1.136.Final"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/releases/tag/netty-4.2.16.Final",
"url": "https://github.com/netty/netty/releases/tag/netty-4.2.16.Final"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/security/advisories/GHSA-6jqx-86gh-f27w",
"url": "https://github.com/netty/netty/security/advisories/GHSA-6jqx-86gh-f27w"
}
],
"release_date": "2026-07-20T23:00:31.859000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+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://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "io.netty/netty-codec-http: Netty: Denial of Service via SPDY SETTINGS frame processing"
},
{
"cve": "CVE-2026-55833",
"cwe": {
"id": "CWE-409",
"name": "Improper Handling of Highly Compressed Data (Data Amplification)"
},
"discovery_date": "2026-07-21T00:01:25.203265+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2503101"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Netty, a network application framework. A remote attacker could exploit a vulnerability in the SPDY header decoding process. By sending a specially crafted, small compressed header block, the attacker can cause it to expand significantly during decompression, leading to excessive CPU usage and memory allocation. This can result in a denial of service (DoS) due to resource exhaustion.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "netty: io.netty/netty-codec-http: Netty: Denial of Service via SPDY header decompression amplification",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial of service vulnerability in Netty\u0027s SPDY header decoding. A remote, unauthenticated attacker can send a small, compressed SPDY header block that, during decompression, expands significantly beyond configured limits. This leads to excessive CPU and memory consumption, potentially causing resource exhaustion and service unavailability in affected Red Hat products that utilize Netty with SPDY.",
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-55833"
},
{
"category": "external",
"summary": "RHBZ#2503101",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2503101"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-55833",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-55833"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-55833",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-55833"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/commit/5b68c61f37aa4a3045cba624cbea239655c9003b",
"url": "https://github.com/netty/netty/commit/5b68c61f37aa4a3045cba624cbea239655c9003b"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/commit/bb2ff68a1fb71cb4b0eb9a9e17b66c52aff680c6",
"url": "https://github.com/netty/netty/commit/bb2ff68a1fb71cb4b0eb9a9e17b66c52aff680c6"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/releases/tag/netty-4.1.136.Final",
"url": "https://github.com/netty/netty/releases/tag/netty-4.1.136.Final"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/releases/tag/netty-4.2.16.Final",
"url": "https://github.com/netty/netty/releases/tag/netty-4.2.16.Final"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/security/advisories/GHSA-mvh2-crg5-v77c",
"url": "https://github.com/netty/netty/security/advisories/GHSA-mvh2-crg5-v77c"
}
],
"release_date": "2026-07-20T23:18:07.893000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+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://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "netty: io.netty/netty-codec-http: Netty: Denial of Service via SPDY header decompression amplification"
},
{
"cve": "CVE-2026-56745",
"cwe": {
"id": "CWE-772",
"name": "Missing Release of Resource after Effective Lifetime"
},
"discovery_date": "2026-07-21T22:52:47.296001+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2505911"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Netty. A remote attacker can exploit a vulnerability in the `SpdyHttpDecoder` handler of Netty\u0027s SPDY-to-HTTP codec. When processing a client-initiated `SYN_STREAM` frame, the decoder fails to release allocated memory if the stream is reset or content limits are exceeded. This oversight leads to native memory exhaustion, which can result in a Denial of Service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "netty: io.netty/netty-codec-http: Netty: Denial of Service via memory exhaustion in SPDY-to-HTTP codec",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial of service vulnerability in Netty\u0027s SPDY-to-HTTP codec, affecting Red Hat products that utilize vulnerable versions of Netty. A remote, unauthenticated attacker can exploit a memory leak in the `SpdyHttpDecoder` by sending specially crafted `SYN_STREAM` frames, leading to native memory exhaustion and a denial of service for the affected system.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-56745"
},
{
"category": "external",
"summary": "RHBZ#2505911",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2505911"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-56745",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-56745"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-56745",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-56745"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/commit/5b68c61f37aa4a3045cba624cbea239655c9003b",
"url": "https://github.com/netty/netty/commit/5b68c61f37aa4a3045cba624cbea239655c9003b"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/commit/bb2ff68a1fb71cb4b0eb9a9e17b66c52aff680c6",
"url": "https://github.com/netty/netty/commit/bb2ff68a1fb71cb4b0eb9a9e17b66c52aff680c6"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/releases/tag/netty-4.1.136.Final",
"url": "https://github.com/netty/netty/releases/tag/netty-4.1.136.Final"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/releases/tag/netty-4.2.16.Final",
"url": "https://github.com/netty/netty/releases/tag/netty-4.2.16.Final"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/security/advisories/GHSA-jppx-w49h-x2qq",
"url": "https://github.com/netty/netty/security/advisories/GHSA-jppx-w49h-x2qq"
}
],
"release_date": "2026-07-21T21:31:25.307000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+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://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
}
],
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "netty: io.netty/netty-codec-http: Netty: Denial of Service via memory exhaustion in SPDY-to-HTTP codec"
},
{
"cve": "CVE-2026-56746",
"cwe": {
"id": "CWE-807",
"name": "Reliance on Untrusted Inputs in a Security Decision"
},
"discovery_date": "2026-07-21T22:30:30.983812+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2505422"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Netty, a network application framework. A remote attacker can bypass security controls in the `CorsHandler` component by sending a specially crafted request with a null origin header. This bypasses the intended access restrictions, allowing unauthorized requests to reach the backend application. This could lead to a compromise of data integrity by allowing unauthorized actions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "io.netty/netty-codec-http: Netty: Security control bypass allows unauthorized requests via null origin header",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat ships Netty\u0027s netty-codec-http component in multiple products. The CorsHandler shortCircuit() feature, when enabled, is intended to reject unauthorized cross-origin requests before they reach the application. Due to a logical operator error in origin validation, requests with a null Origin header bypass this protection entirely. Upgrade to Netty 4.1.136.Final or 4.2.16.Final to resolve this issue.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-56746"
},
{
"category": "external",
"summary": "RHBZ#2505422",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2505422"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-56746",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-56746"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-56746",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-56746"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/releases/tag/netty-4.1.136.Final",
"url": "https://github.com/netty/netty/releases/tag/netty-4.1.136.Final"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/releases/tag/netty-4.2.16.Final",
"url": "https://github.com/netty/netty/releases/tag/netty-4.2.16.Final"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/security/advisories/GHSA-6cqp-g7gg-8hr5",
"url": "https://github.com/netty/netty/security/advisories/GHSA-6cqp-g7gg-8hr5"
}
],
"release_date": "2026-07-21T21:36:18.627000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+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://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"category": "workaround",
"details": "If CORS short-circuit functionality is not required, disable the shortCircuit() configuration in the CorsHandler. Alternatively, implement application-level origin validation to reject requests with null Origin headers. A web application firewall (WAF) can also be configured to block requests with null or missing Origin headers.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_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 OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "io.netty/netty-codec-http: Netty: Security control bypass allows unauthorized requests via null origin header"
},
{
"cve": "CVE-2026-56819",
"cwe": {
"id": "CWE-911",
"name": "Improper Update of Reference Count"
},
"discovery_date": "2026-07-21T23:03:36.448652+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2505980"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Netty, a network application framework. A remote, unauthenticated attacker can exploit this vulnerability by sending specially crafted HTTP/2 DATA frames to applications that use Netty and have HTTP/2 content decompression enabled. This can lead to memory exhaustion, causing the application to crash and resulting in a Denial of Service (DoS). The issue occurs because the framework fails to release retained memory buffers when processing DATA frames for a stream whose decompressor has already been closed.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "io.netty/netty-codec-http2: Netty: Denial of Service via HTTP/2 DATA frame memory leak",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important vulnerability in Netty\u0027s HTTP/2 codec, which could lead to a denial of service. Red Hat products utilizing netty-codec-http2 with HTTP/2 content decompression enabled are susceptible to memory exhaustion when processing specially crafted HTTP/2 DATA frames. This allows a remote attacker to leak memory buffers, eventually exhausting available memory and impacting 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 OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-56819"
},
{
"category": "external",
"summary": "RHBZ#2505980",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2505980"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-56819",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-56819"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-56819",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-56819"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/commit/5b68c61f37aa4a3045cba624cbea239655c9003bhttps://github.com/netty/netty/releases/tag/netty-4.2.16.Final",
"url": "https://github.com/netty/netty/commit/5b68c61f37aa4a3045cba624cbea239655c9003bhttps://github.com/netty/netty/releases/tag/netty-4.2.16.Final"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/commit/bb2ff68a1fb71cb4b0eb9a9e17b66c52aff680c6",
"url": "https://github.com/netty/netty/commit/bb2ff68a1fb71cb4b0eb9a9e17b66c52aff680c6"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/releases/tag/netty-4.1.136.Final",
"url": "https://github.com/netty/netty/releases/tag/netty-4.1.136.Final"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/releases/tag/netty-4.2.16.Final",
"url": "https://github.com/netty/netty/releases/tag/netty-4.2.16.Final"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/security/advisories/GHSA-93wv-jw9v-4972",
"url": "https://github.com/netty/netty/security/advisories/GHSA-93wv-jw9v-4972"
}
],
"release_date": "2026-07-21T22:11:17.470000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+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://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "io.netty/netty-codec-http2: Netty: Denial of Service via HTTP/2 DATA frame memory leak"
},
{
"cve": "CVE-2026-59296",
"cwe": {
"id": "CWE-93",
"name": "Improper Neutralization of CRLF Sequences (\u0027CRLF Injection\u0027)"
},
"discovery_date": "2026-08-21T10:50:55.231408+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2520949"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Micrometer\u0027s StatsD and Logging meter registries. This vulnerability allows a remote attacker to inject line terminators into metric data, such as names or tag values, due to insufficient sanitization of untrusted input. Exploitation can lead to the spoofing of arbitrary metrics, including critical system or business metrics, and the injection of false log entries, potentially impacting monitoring and auditing systems.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "io.micrometer/micrometer-registry-statsd: io.micrometer/micrometer-core: Micrometer: Line-protocol and log injection via unsanitized input allows metric and log spoofing",
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-59296"
},
{
"category": "external",
"summary": "RHBZ#2520949",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2520949"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-59296",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59296"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-59296",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-59296"
},
{
"category": "external",
"summary": "https://spring.io/security/cve-2026-59296",
"url": "https://spring.io/security/cve-2026-59296"
}
],
"release_date": "2026-08-21T10:47:25.384000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+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://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "io.micrometer/micrometer-registry-statsd: io.micrometer/micrometer-core: Micrometer: Line-protocol and log injection via unsanitized input allows metric and log spoofing"
},
{
"cve": "CVE-2026-59869",
"cwe": {
"id": "CWE-606",
"name": "Unchecked Input for Loop Condition"
},
"discovery_date": "2026-07-08T16:01:38.408322+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2498122"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in js-yaml, a JavaScript YAML parser and dumper. A remote attacker could exploit this vulnerability by providing a specially crafted YAML document containing a chain of mappings with merge keys. This could cause the parser to consume excessive CPU resources, leading to a Denial of Service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "js-yaml: js-yaml: Denial of Service via crafted YAML documents",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as Important. Red Hat products utilizing `js-yaml` to process untrusted YAML input are susceptible to a denial of service, as a remote attacker can provide a crafted document that consumes excessive CPU resources. This is considered Important due to the potential for service disruption without requiring authentication or complex attack vectors.",
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-59869"
},
{
"category": "external",
"summary": "RHBZ#2498122",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2498122"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-59869",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-59869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-59869"
},
{
"category": "external",
"summary": "https://github.com/nodeca/js-yaml/commit/24f13e79ee1343a7e30bd6f6c9d9cdbf0ac9b2b7",
"url": "https://github.com/nodeca/js-yaml/commit/24f13e79ee1343a7e30bd6f6c9d9cdbf0ac9b2b7"
},
{
"category": "external",
"summary": "https://github.com/nodeca/js-yaml/commit/59423c6f8cdc78742ac00e25a4dd39ef16b702e4",
"url": "https://github.com/nodeca/js-yaml/commit/59423c6f8cdc78742ac00e25a4dd39ef16b702e4"
},
{
"category": "external",
"summary": "https://github.com/nodeca/js-yaml/releases/tag/3.15.0",
"url": "https://github.com/nodeca/js-yaml/releases/tag/3.15.0"
},
{
"category": "external",
"summary": "https://github.com/nodeca/js-yaml/releases/tag/4.3.0",
"url": "https://github.com/nodeca/js-yaml/releases/tag/4.3.0"
},
{
"category": "external",
"summary": "https://github.com/nodeca/js-yaml/security/advisories/GHSA-52cp-r559-cp3m",
"url": "https://github.com/nodeca/js-yaml/security/advisories/GHSA-52cp-r559-cp3m"
}
],
"release_date": "2026-07-08T15:15:54.675000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+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://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"category": "workaround",
"details": "To reduce exposure, restrict the processing of untrusted YAML documents by applications that rely on `js-yaml`. Implement robust input validation and sanitization for all YAML data originating from external or untrusted sources. Consider limiting network access to services that parse YAML content to trusted networks or clients through appropriate firewall configurations.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "js-yaml: js-yaml: Denial of Service via crafted YAML documents"
},
{
"cve": "CVE-2026-59873",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-07-08T16:01:31.576716+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2498120"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in node-tar, a tar archive manipulation library for Node.js. This vulnerability allows a remote attacker to craft a small gzip bomb, which, when processed, can lead to the exhaustion of disk space and CPU resources. This occurs because node-tar does not enforce strict limits on the total decompressed data, the number of entries, or the decompression ratio during extraction and parsing. The primary impact is a Denial of Service (DoS), making the affected system or application unavailable.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "tar: node-tar: Denial of Service via crafted gzip bomb",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability in node-tar is rated as Important. A remote attacker can exploit the lack of strict limits on decompressed data and entry counts within the library\u0027s archive processing to craft a gzip bomb. This can lead to a denial of service by exhausting system resources such as disk space and CPU, making the affected system or application unavailable without requiring 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 OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-59873"
},
{
"category": "external",
"summary": "RHBZ#2498120",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2498120"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-59873",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59873"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-59873",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-59873"
},
{
"category": "external",
"summary": "https://github.com/isaacs/node-tar/commit/2812e9338665659b183aa7226518c307044957d3",
"url": "https://github.com/isaacs/node-tar/commit/2812e9338665659b183aa7226518c307044957d3"
},
{
"category": "external",
"summary": "https://github.com/isaacs/node-tar/releases/tag/v7.5.19",
"url": "https://github.com/isaacs/node-tar/releases/tag/v7.5.19"
},
{
"category": "external",
"summary": "https://github.com/isaacs/node-tar/security/advisories/GHSA-23hp-3jrh-7fpw",
"url": "https://github.com/isaacs/node-tar/security/advisories/GHSA-23hp-3jrh-7fpw"
}
],
"release_date": "2026-07-08T15:22:40.077000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+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://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "tar: node-tar: Denial of Service via crafted gzip bomb"
},
{
"cve": "CVE-2026-59874",
"cwe": {
"id": "CWE-606",
"name": "Unchecked Input for Loop Condition"
},
"discovery_date": "2026-07-08T16:01:09.952291+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2498116"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in node-tar, a tar archive manipulation library for Node.js. A remote attacker could exploit this vulnerability by providing a specially crafted tar archive with a negative entry size in its header. This malformed header causes the archive scanner to enter an infinite loop, repeatedly parsing the same header and preventing further processing. This can lead to a denial of service (DoS) condition, making the affected system or application unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "tar: Node-tar: Denial of Service via malformed tar archive header",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Important denial of service flaw in node-tar affects Red Hat products that process untrusted tar archives. A remote attacker can provide a specially crafted archive with a malformed header, leading to an infinite loop during parsing and causing the application to become unresponsive. This can impact the availability of services relying on node-tar for archive manipulation.",
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-59874"
},
{
"category": "external",
"summary": "RHBZ#2498116",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2498116"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-59874",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59874"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-59874",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-59874"
},
{
"category": "external",
"summary": "https://github.com/isaacs/node-tar/commit/9e78bf058b2c22dd4d52e00d8922d5c06fc2f7b5",
"url": "https://github.com/isaacs/node-tar/commit/9e78bf058b2c22dd4d52e00d8922d5c06fc2f7b5"
},
{
"category": "external",
"summary": "https://github.com/isaacs/node-tar/releases/tag/v7.5.18",
"url": "https://github.com/isaacs/node-tar/releases/tag/v7.5.18"
},
{
"category": "external",
"summary": "https://github.com/isaacs/node-tar/security/advisories/GHSA-8x88-c5mf-7j5w",
"url": "https://github.com/isaacs/node-tar/security/advisories/GHSA-8x88-c5mf-7j5w"
}
],
"release_date": "2026-07-08T15:23:47.527000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+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://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "tar: Node-tar: Denial of Service via malformed tar archive header"
},
{
"cve": "CVE-2026-59877",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2026-07-08T16:01:54.459482+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2498127"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in protobufjs, a JavaScript (JS) library for compiling protobuf definitions. A remote attacker could exploit this vulnerability by providing a specially crafted .proto schema. This schema, designed to prematurely end an option declaration, can cause the library\u0027s parsing functions to loop indefinitely. This leads to a Denial of Service (DoS), making the affected system unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "protobufjs: protobufjs: Denial of Service via crafted .proto schema",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The `protobufjs` library, used in Red Hat products, is susceptible to a Denial of Service when processing a specially crafted `.proto` schema. A remote attacker can exploit this by providing a malformed schema, causing an infinite loop during parsing and leading to service unavailability. This is considered Important due to the potential for significant disruption to services that handle external protobuf definitions.",
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-59877"
},
{
"category": "external",
"summary": "RHBZ#2498127",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2498127"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-59877",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59877"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-59877",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-59877"
},
{
"category": "external",
"summary": "https://github.com/protobufjs/protobuf.js/commit/10fba6d54815ceecca8a06b9a6db490c8f5d2217",
"url": "https://github.com/protobufjs/protobuf.js/commit/10fba6d54815ceecca8a06b9a6db490c8f5d2217"
},
{
"category": "external",
"summary": "https://github.com/protobufjs/protobuf.js/commit/fa5c73add738ceb471e74da8cc2f3727c3d0a69f",
"url": "https://github.com/protobufjs/protobuf.js/commit/fa5c73add738ceb471e74da8cc2f3727c3d0a69f"
},
{
"category": "external",
"summary": "https://github.com/protobufjs/protobuf.js/pull/2352",
"url": "https://github.com/protobufjs/protobuf.js/pull/2352"
},
{
"category": "external",
"summary": "https://github.com/protobufjs/protobuf.js/releases/tag/protobufjs-v7.6.5",
"url": "https://github.com/protobufjs/protobuf.js/releases/tag/protobufjs-v7.6.5"
},
{
"category": "external",
"summary": "https://github.com/protobufjs/protobuf.js/releases/tag/protobufjs-v8.6.6",
"url": "https://github.com/protobufjs/protobuf.js/releases/tag/protobufjs-v8.6.6"
},
{
"category": "external",
"summary": "https://github.com/protobufjs/protobuf.js/security/advisories/GHSA-j3f2-48v5-ccww",
"url": "https://github.com/protobufjs/protobuf.js/security/advisories/GHSA-j3f2-48v5-ccww"
}
],
"release_date": "2026-07-08T15:28:07.696000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+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://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"category": "workaround",
"details": "Applications that only encode or decode protobuf messages using trusted schemas are not directly affected. Until patched protobufjs packages (7.6.5 / 8.6.6) are available, do not parse .proto schema text from untrusted sources via parse, Root.load, or Root.loadSync. Where untrusted schema input cannot be avoided, isolate .proto parsing in a dedicated worker thread or subprocess and enforce an explicit timeout so a non-returning parse cannot block the main event loop. Optional process-manager controls (for example systemd restart-on-failure, or CPU/cgroup limits) may reduce host-level impact or aid recovery for supervised services, but they do not fix the parser bug and are not a substitute for input isolation or applying the update.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "protobufjs: protobufjs: Denial of Service via crafted .proto schema"
},
{
"cve": "CVE-2026-59888",
"cwe": {
"id": "CWE-915",
"name": "Improperly Controlled Modification of Dynamically-Determined Object Attributes"
},
"discovery_date": "2026-07-14T18:02:08.404867+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500096"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in jackson-databind. When Java Records use a PropertyNamingStrategy, an attacker can bypass the @JsonIgnore annotation during deserialization. This allows a renamed JSON key to be assigned to a Record constructor parameter, even if it was intended to be ignored. Consequently, an untrusted client could set internal or privileged components from external input, potentially leading to unauthorized modification or disclosure of sensitive data.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "com.fasterxml.jackson.core/jackson-databind: tools.jackson.core/jackson-databind: jackson-databind: @JsonIgnore bypass in Java Records",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Moderate impact. This flaw in jackson-databind allows an attacker to bypass the @JsonIgnore annotation when deserializing Java Records that utilize a PropertyNamingStrategy. An untrusted client could exploit this to assign values to internal or privileged Record constructor parameters, potentially leading to unauthorized data modification or disclosure. Red Hat products using affected versions of jackson-databind for deserialization of external input into Java Records with PropertyNamingStrategy are susceptible.",
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-59888"
},
{
"category": "external",
"summary": "RHBZ#2500096",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500096"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-59888",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59888"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-59888",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-59888"
},
{
"category": "external",
"summary": "https://github.com/FasterXML/jackson-databind/commit/baa2cdf5ca2b2717fbb88d91955d69d8651df3e4",
"url": "https://github.com/FasterXML/jackson-databind/commit/baa2cdf5ca2b2717fbb88d91955d69d8651df3e4"
},
{
"category": "external",
"summary": "https://github.com/FasterXML/jackson-databind/commit/c7c678360624da5bc7eed2152789fa522880db9d",
"url": "https://github.com/FasterXML/jackson-databind/commit/c7c678360624da5bc7eed2152789fa522880db9d"
},
{
"category": "external",
"summary": "https://github.com/FasterXML/jackson-databind/pull/5974",
"url": "https://github.com/FasterXML/jackson-databind/pull/5974"
},
{
"category": "external",
"summary": "https://github.com/FasterXML/jackson-databind/security/advisories/GHSA-3pjw-73gf-8qr5",
"url": "https://github.com/FasterXML/jackson-databind/security/advisories/GHSA-3pjw-73gf-8qr5"
}
],
"release_date": "2026-07-14T16:44:20.091000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+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://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "com.fasterxml.jackson.core/jackson-databind: tools.jackson.core/jackson-databind: jackson-databind: @JsonIgnore bypass in Java Records"
},
{
"cve": "CVE-2026-59899",
"cwe": {
"id": "CWE-409",
"name": "Improper Handling of Highly Compressed Data (Data Amplification)"
},
"discovery_date": "2026-07-09T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2507482"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Netty netty-codec-http component. A remote attacker can send HTTP requests containing highly compressed data. The HTTP decoder in netty-codec-http fails to properly limit the decompression of this content, causing the system to consume excessive memory. This can lead to memory exhaustion and a denial of service (DoS), making the service unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "io.netty/netty-codec-http: Netty: Memory exhaustion in netty-codec-http (decompression bomb)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important vulnerability in Netty\u0027s HTTP decoder, which could lead to a denial of service. Red Hat products utilizing `netty-codec-http` are susceptible to memory exhaustion when processing specially crafted, highly compressed HTTP payloads. This allows a remote attacker to trigger excessive memory allocation, impacting 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 OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-59899"
},
{
"category": "external",
"summary": "RHBZ#2507482",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2507482"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-59899",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-59899"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-59899",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-59899"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/security/advisories/GHSA-q4f6-jm68-57ww",
"url": "https://github.com/netty/netty/security/advisories/GHSA-q4f6-jm68-57ww"
},
{
"category": "external",
"summary": "https://netty.io/news/2026/07/09/4-1-136-Final.html",
"url": "https://netty.io/news/2026/07/09/4-1-136-Final.html"
}
],
"release_date": "2026-07-09T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+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://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "io.netty/netty-codec-http: Netty: Memory exhaustion in netty-codec-http (decompression bomb)"
},
{
"cve": "CVE-2026-65600",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-07-22T12:01:35.041960+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2506097"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Traefik. An unauthenticated remote attacker can bypass authentication due to a path traversal vulnerability in the ReplacePathRegex middleware. When this middleware is misconfigured, it forwards un-normalized paths, allowing a backend to resolve them to protected routes and grant unauthorized access. This bypass enables access to sensitive administrative interfaces.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "traefik: Traefik: Authentication bypass via path traversal in ReplacePathRegex middleware",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Critical flaw in Traefik\u0027s `ReplacePathRegex` middleware allows an unauthenticated remote attacker to bypass authentication. When the middleware is configured with a regex that captures user-controlled path segments without a mandatory path separator, it can forward un-normalized paths. This enables access to protected backend routes, including sensitive administrative interfaces, by resolving paths like `/../admin` after normalization. \n\nThe impact to OpenShift Dev Spaces is rated as low, because the affected `ReplacePathRegex` middleware is not configured in the shipped Traefik gateway.",
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-65600"
},
{
"category": "external",
"summary": "RHBZ#2506097",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2506097"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-65600",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-65600"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-65600",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-65600"
},
{
"category": "external",
"summary": "https://github.com/traefik/traefik/pull/13466",
"url": "https://github.com/traefik/traefik/pull/13466"
},
{
"category": "external",
"summary": "https://github.com/traefik/traefik/security/advisories/GHSA-cxjq-mrr5-89rv",
"url": "https://github.com/traefik/traefik/security/advisories/GHSA-cxjq-mrr5-89rv"
},
{
"category": "external",
"summary": "https://www.vulncheck.com/advisories/traefik-before-authentication-bypass-via-replacepathregex",
"url": "https://www.vulncheck.com/advisories/traefik-before-authentication-bypass-via-replacepathregex"
}
],
"release_date": "2026-07-22T11:21:46.783000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+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://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 10.0,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "traefik: Traefik: Authentication bypass via path traversal in ReplacePathRegex middleware"
},
{
"cve": "CVE-2026-65601",
"cwe": {
"id": "CWE-348",
"name": "Use of Less Trusted Source"
},
"discovery_date": "2026-07-22T12:01:59.281071+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2506094"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Traefik, a cloud-native edge router. A low-privileged user in a Kubernetes environment could exploit a namespace confusion vulnerability within the Kubernetes Gateway API provider. This flaw allows an attacker to bypass security controls by incorrectly binding a Traefik Middleware from a different namespace, potentially leading to the injection of trusted identity headers into network requests. This could result in unauthorized access or privilege escalation within the Kubernetes cluster.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/traefik/traefik/v3: traefik: Traefik: Privilege Escalation via Kubernetes Gateway API Namespace Confusion",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important flaw in Traefik\u0027s Kubernetes Gateway API provider, affecting Red Hat OpenShift Dev Spaces. A low-privileged user in a Kubernetes environment can exploit a namespace confusion vulnerability to bypass security controls. This allows for the incorrect binding of a Traefik Middleware from a different namespace, potentially leading to the injection of trusted identity headers and subsequent privilege escalation within the cluster.",
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-65601"
},
{
"category": "external",
"summary": "RHBZ#2506094",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2506094"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-65601",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-65601"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-65601",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-65601"
},
{
"category": "external",
"summary": "https://github.com/traefik/traefik/commit/26c96a3935cafb473f4a5bae1886560d9aa4e4f0",
"url": "https://github.com/traefik/traefik/commit/26c96a3935cafb473f4a5bae1886560d9aa4e4f0"
},
{
"category": "external",
"summary": "https://github.com/traefik/traefik/security/advisories/GHSA-qq9q-x9w4-chhj",
"url": "https://github.com/traefik/traefik/security/advisories/GHSA-qq9q-x9w4-chhj"
},
{
"category": "external",
"summary": "https://www.vulncheck.com/advisories/traefik-before-namespace-confusion-via-httproute-extensionref",
"url": "https://www.vulncheck.com/advisories/traefik-before-namespace-confusion-via-httproute-extensionref"
}
],
"release_date": "2026-07-22T11:21:47.468000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+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://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.6,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/traefik/traefik/v3: traefik: Traefik: Privilege Escalation via Kubernetes Gateway API Namespace Confusion"
},
{
"cve": "CVE-2026-67213",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2026-07-29T14:01:09.009518+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2508406"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in nanoid (Nano ID), a small, secure, and URL-friendly unique string ID generator. An attacker could exploit this vulnerability by providing a zero-size input to the customAlphabet or customRandom functions. This would cause an infinite loop, leading to a denial of service (DoS) condition by hanging the application\u0027s calling thread.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nanoid: nanoid: Denial of Service via infinite loop in random ID generation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "An algorithmic denial of service flaw was found in the `nanoid` library. When calling `customAlphabet` or `customRandom` with a `size` parameter of `0`, the internal generation loop fails to meet its termination condition. In Node.js or browser execution contexts, an attacker who supplies an unvalidated, zero-value size parameter to these functions causes the thread to enter an infinite loop, driving CPU utilization to 100% and completely blocking event loop execution for that thread.",
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-67213"
},
{
"category": "external",
"summary": "RHBZ#2508406",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2508406"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-67213",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-67213"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-67213",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-67213"
},
{
"category": "external",
"summary": "https://github.com/ai/nanoid/commit/cb3626d0f3342fdf179cd425fd9c4fbb92c7d0e7",
"url": "https://github.com/ai/nanoid/commit/cb3626d0f3342fdf179cd425fd9c4fbb92c7d0e7"
},
{
"category": "external",
"summary": "https://github.com/ai/nanoid/releases/tag/5.1.6",
"url": "https://github.com/ai/nanoid/releases/tag/5.1.6"
},
{
"category": "external",
"summary": "https://www.vulncheck.com/advisories/nanoid-before-infinite-loop-via-zero-size-in-customalphabet-and-customrandom",
"url": "https://www.vulncheck.com/advisories/nanoid-before-infinite-loop-via-zero-size-in-customalphabet-and-customrandom"
}
],
"release_date": "2026-07-29T13:32:01.534000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+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://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"category": "workaround",
"details": "To mitigate this issue, ensure application code validates the size parameter passed to customAlphabet or customRandom, rejecting or sanitizing zero-value inputs before passing them to nanoid.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "nanoid: nanoid: Denial of Service via infinite loop in random ID generation"
},
{
"cve": "CVE-2026-67214",
"cwe": {
"id": "CWE-839",
"name": "Numeric Range Comparison Without Minimum Check"
},
"discovery_date": "2026-07-29T14:01:28.637584+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2508411"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in nanoid (Nano ID), a JavaScript library used for generating unique identifiers. This vulnerability allows an attacker to cause a Denial of Service (DoS) by providing a negative size input to the customAlphabet or nanoid functions within the library\u0027s non-secure module. When a negative size is provided, these functions enter an infinite loop, causing the application to hang indefinitely and disrupting service availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nanoid: nanoid: Denial of Service via negative size input in non-secure module functions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "An input validation flaw in Nano ID\u0027s non-secure module (`nanoid/non-secure`) causes an infinite loop in the `customAlphabet` and `nanoid` functions when processed with a negative size parameter. Because the decrementing loop counter never meets its termination condition, an unauthenticated attacker who passes an unvalidated negative integer value can block the NodeJS event loop, resulting in a thread hang and complete Denial of Service (DoS) for the host application.",
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-67214"
},
{
"category": "external",
"summary": "RHBZ#2508411",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2508411"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-67214",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-67214"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-67214",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-67214"
},
{
"category": "external",
"summary": "https://github.com/ai/nanoid/commit/6ccc67bbaba71d3d77a21d9b636f4171a268ce49",
"url": "https://github.com/ai/nanoid/commit/6ccc67bbaba71d3d77a21d9b636f4171a268ce49"
},
{
"category": "external",
"summary": "https://github.com/ai/nanoid/releases/tag/5.1.16",
"url": "https://github.com/ai/nanoid/releases/tag/5.1.16"
},
{
"category": "external",
"summary": "https://www.vulncheck.com/advisories/nanoid-before-infinite-loop-via-negative-size-in-non-secure-module",
"url": "https://www.vulncheck.com/advisories/nanoid-before-infinite-loop-via-negative-size-in-non-secure-module"
}
],
"release_date": "2026-07-29T13:32:02.265000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+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://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"category": "workaround",
"details": "Sanitize all user-supplied integer inputs before passing them to `nanoid` or `customAlphabet` functions in the `nanoid/non-secure` module, ensuring the size parameter is strictly a non-negative integer.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "nanoid: nanoid: Denial of Service via negative size input in non-secure module functions"
},
{
"cve": "CVE-2026-68494",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-08-04T15:01:53.631865+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2511026"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in jackson-core. A remote attacker can exploit an incomplete fix in the non-blocking JSON parser by streaming specially crafted JSON data in small chunks. This bypasses the intended number length constraint, causing the parser to accumulate excessive memory per connection. This uncontrolled memory growth can lead to a denial of service (DoS) by exhausting the Java Virtual Machine (JVM) heap.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "com.fasterxml.jackson.core/jackson-core: tools.jackson.core/jackson-core: jackson-core: Denial of Service via incomplete fix in async JSON parser",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial of service vulnerability in `jackson-core`\u0027s asynchronous JSON parser. A remote, unauthenticated attacker can exploit an incomplete fix to bypass number length constraints, leading to unbounded memory accumulation and potential JVM heap exhaustion in reactive frameworks processing chunked JSON 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 OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-68494"
},
{
"category": "external",
"summary": "RHBZ#2511026",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2511026"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-68494",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-68494"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-68494",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-68494"
},
{
"category": "external",
"summary": "https://github.com/FasterXML/jackson-core/commit/050b429804dce2a7e08f0be1b0b4c3d040fdb9cd",
"url": "https://github.com/FasterXML/jackson-core/commit/050b429804dce2a7e08f0be1b0b4c3d040fdb9cd"
},
{
"category": "external",
"summary": "https://github.com/FasterXML/jackson-core/commit/4cdd529749da396cc7edf6d4a2aad41d47902641",
"url": "https://github.com/FasterXML/jackson-core/commit/4cdd529749da396cc7edf6d4a2aad41d47902641"
},
{
"category": "external",
"summary": "https://github.com/FasterXML/jackson-core/commit/c5941e5aae7fd5aeac55d66933cfb82b9aabeef8",
"url": "https://github.com/FasterXML/jackson-core/commit/c5941e5aae7fd5aeac55d66933cfb82b9aabeef8"
},
{
"category": "external",
"summary": "https://github.com/FasterXML/jackson-core/pull/1611",
"url": "https://github.com/FasterXML/jackson-core/pull/1611"
},
{
"category": "external",
"summary": "https://github.com/FasterXML/jackson-core/security/advisories/GHSA-r7wm-3cxj-wff9",
"url": "https://github.com/FasterXML/jackson-core/security/advisories/GHSA-r7wm-3cxj-wff9"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-72hv-8253-57qq",
"url": "https://github.com/advisories/GHSA-72hv-8253-57qq"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-18401",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-18401"
}
],
"release_date": "2026-08-04T14:39:14.471000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+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://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
}
],
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "com.fasterxml.jackson.core/jackson-core: tools.jackson.core/jackson-core: jackson-core: Denial of Service via incomplete fix in async JSON parser"
},
{
"cve": "CVE-2026-69152",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-08-03T18:01:13.566423+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2510722"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the brace-expansion library. The `expand()` function does not apply `maxLength` when constructing comma-alternative intermediate arrays or padded sequences, allowing attacker-controlled input to exhaust memory or block the event loop, resulting in a denial of service. This issue is due to an incomplete mitigation of CVE-2026-14257.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "brace-expansion: DoS via unbounded intermediate arrays, bypassing the CVE-2026-14257 mitigation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Any applications that pass user-controlled input to the `expand()` function are vulnerable to this issue. This flaw can result in an excessive consumption of memory that eventually terminates the process or blocks the event loop, both causing a denial of service. As this vulnerability allows a remote attacker to cause a denial of service, it 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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-69152"
},
{
"category": "external",
"summary": "RHBZ#2510722",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2510722"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-69152",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-69152"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-69152",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-69152"
},
{
"category": "external",
"summary": "https://github.com/juliangruber/brace-expansion/commit/139d015104e71433ad52a41d19467c48ecbb2c7d",
"url": "https://github.com/juliangruber/brace-expansion/commit/139d015104e71433ad52a41d19467c48ecbb2c7d"
},
{
"category": "external",
"summary": "https://github.com/juliangruber/brace-expansion/commit/1e30c930238d7162802d88a94189182def178dac",
"url": "https://github.com/juliangruber/brace-expansion/commit/1e30c930238d7162802d88a94189182def178dac"
},
{
"category": "external",
"summary": "https://github.com/juliangruber/brace-expansion/commit/688a99eeaab02627c2b89ba8ba4821fecfa659cf",
"url": "https://github.com/juliangruber/brace-expansion/commit/688a99eeaab02627c2b89ba8ba4821fecfa659cf"
},
{
"category": "external",
"summary": "https://github.com/juliangruber/brace-expansion/commit/cb4b9e47cc2ec777c14b2b4492fb431a56f6a031",
"url": "https://github.com/juliangruber/brace-expansion/commit/cb4b9e47cc2ec777c14b2b4492fb431a56f6a031"
},
{
"category": "external",
"summary": "https://github.com/juliangruber/brace-expansion/security/advisories/GHSA-rgw5-rvv9-x895",
"url": "https://github.com/juliangruber/brace-expansion/security/advisories/GHSA-rgw5-rvv9-x895"
}
],
"release_date": "2026-08-03T16:33:36.324000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+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://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, do not pass untrusted input to the expand() function.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "brace-expansion: DoS via unbounded intermediate arrays, bypassing the CVE-2026-14257 mitigation"
},
{
"cve": "CVE-2026-69153",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-08-03T18:01:01.506065+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2510719"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in PostCSS. A remote attacker can exploit this vulnerability by providing a specially crafted sourceMappingURL when a specific configuration (the \u0027from\u0027 parameter) is not set. This can cause the application to read and expose unintended source-map files, potentially revealing sensitive information about the application\u0027s source code.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "postcss: PostCSS: Information disclosure via crafted sourceMappingURL",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat rates this flaw as Moderate because the information disclosed is limited to files with a .map extension. Source map files may contain source code paths and content, but the attacker cannot read arbitrary files on the system. Exploitation requires the application to process attacker-controlled CSS through PostCSS on the server side.",
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-69153"
},
{
"category": "external",
"summary": "RHBZ#2510719",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2510719"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-69153",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-69153"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-69153",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-69153"
},
{
"category": "external",
"summary": "https://github.com/postcss/postcss/commit/7beca139e70f9075c6b19700fcb00dd8033e5da8",
"url": "https://github.com/postcss/postcss/commit/7beca139e70f9075c6b19700fcb00dd8033e5da8"
},
{
"category": "external",
"summary": "https://github.com/postcss/postcss/releases/tag/8.5.19",
"url": "https://github.com/postcss/postcss/releases/tag/8.5.19"
},
{
"category": "external",
"summary": "https://github.com/postcss/postcss/security/advisories/GHSA-fxqj-rqcc-2cmp",
"url": "https://github.com/postcss/postcss/security/advisories/GHSA-fxqj-rqcc-2cmp"
}
],
"release_date": "2026-08-03T16:56:25.733000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+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://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"category": "workaround",
"details": "Pass map: false when invoking PostCSS to disable source map auto-loading. This prevents the path traversal from being triggered, though it removes source map support entirely.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"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 OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "postcss: PostCSS: Information disclosure via crafted sourceMappingURL"
},
{
"cve": "CVE-2026-73086",
"cwe": {
"id": "CWE-1241",
"name": "Use of Predictable Algorithm in Random Number Generator"
},
"discovery_date": "2026-08-11T17:11:45.607696+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2514175"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in nanoid, a JavaScript library for generating unique string IDs. A remote attacker could exploit an integer overflow vulnerability by providing a specific input to the `nanoid(size)` function. This issue causes the internal random number generator to become predictable, leading to the generation of identical identifiers for session tokens, security tokens (Cross-Site Request Forgery (CSRF) tokens), and API keys. Such predictability could allow an attacker to bypass security measures that rely on unique and random identifiers.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nanoid: nanoid: Predictable ID generation due to integer overflow",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Important: This flaw in the nanoid JavaScript library allows a remote attacker to cause predictable ID generation by exploiting an integer overflow in the `nanoid(size)` function. This can lead to the compromise of session tokens, CSRF tokens, and API keys, bypassing security mechanisms. The attack requires specific conditions, contributing to its Important severity rather than Critical.",
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-73086"
},
{
"category": "external",
"summary": "RHBZ#2514175",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2514175"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-73086",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-73086"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-73086",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-73086"
},
{
"category": "external",
"summary": "https://github.com/ai/nanoid/commit/7087969281cab8ba8ae3babf1894e819068b3bb4",
"url": "https://github.com/ai/nanoid/commit/7087969281cab8ba8ae3babf1894e819068b3bb4"
},
{
"category": "external",
"summary": "https://github.com/ai/nanoid/commit/821dfed7b5db7f88e92f56c60eef32c8135077c3",
"url": "https://github.com/ai/nanoid/commit/821dfed7b5db7f88e92f56c60eef32c8135077c3"
},
{
"category": "external",
"summary": "https://github.com/ai/nanoid/commit/b0036ed60dc9facd7f1191a50dfb3076500202ac",
"url": "https://github.com/ai/nanoid/commit/b0036ed60dc9facd7f1191a50dfb3076500202ac"
},
{
"category": "external",
"summary": "https://github.com/ai/nanoid/releases/tag/3.3.12",
"url": "https://github.com/ai/nanoid/releases/tag/3.3.12"
},
{
"category": "external",
"summary": "https://github.com/ai/nanoid/releases/tag/5.1.11",
"url": "https://github.com/ai/nanoid/releases/tag/5.1.11"
},
{
"category": "external",
"summary": "https://github.com/ai/nanoid/security/advisories/GHSA-xwg4-73v4-xw9w",
"url": "https://github.com/ai/nanoid/security/advisories/GHSA-xwg4-73v4-xw9w"
}
],
"release_date": "2026-08-11T16:46:23.024000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+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://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
},
{
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "nanoid: nanoid: Predictable ID generation due to integer overflow"
},
{
"cve": "CVE-2026-73566",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-08-13T17:51:27.686658+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2515509"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in node-tar, a tar archive manipulation library for Node.js. A remote attacker could provide a specially crafted tar archive with a long-path header. When processing this archive with a non-empty member-selection list, an uncontrolled recursion in the `filesFilter` function can lead to a stack overflow. This issue results in a denial of service (DoS) by terminating Node.js applications that consume these archives.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "tar: node-tar: Denial of Service via crafted long-path tar archive",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Important: A denial of service vulnerability exists in the `node-tar` library, affecting Node.js applications that process untrusted tar archives with member selection. A remote attacker could exploit this by providing a specially crafted archive containing excessively long paths, leading to an uncatchable stack overflow and termination of the consuming Node.js application. This is considered Important due to the potential for service disruption in applications handling untrusted archive content.",
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-73566"
},
{
"category": "external",
"summary": "RHBZ#2515509",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2515509"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-73566",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-73566"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-73566",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-73566"
},
{
"category": "external",
"summary": "https://github.com/isaacs/node-tar/commit/631ae59121bf8fc8a22bbae35f074cb9b789cd4a",
"url": "https://github.com/isaacs/node-tar/commit/631ae59121bf8fc8a22bbae35f074cb9b789cd4a"
},
{
"category": "external",
"summary": "https://github.com/isaacs/node-tar/security/advisories/GHSA-r292-9mhp-454m",
"url": "https://github.com/isaacs/node-tar/security/advisories/GHSA-r292-9mhp-454m"
}
],
"release_date": "2026-08-13T17:39:05.796000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+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://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
}
],
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "tar: node-tar: Denial of Service via crafted long-path tar archive"
},
{
"cve": "CVE-2026-73646",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-08-17T15:41:38.584036+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2517456"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in PostCSS. An attacker can exploit a path traversal vulnerability by providing specially crafted `sourceMappingURL` values in untrusted CSS files. This allows the attacker to disclose sensitive `sourcesContent` from arbitrary `.map` files accessible on the system, leading to information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "postcss: PostCSS: Information disclosure via path traversal in source map auto-loading",
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-73646"
},
{
"category": "external",
"summary": "RHBZ#2517456",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2517456"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-73646",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-73646"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-73646",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-73646"
},
{
"category": "external",
"summary": "https://github.com/postcss/postcss/commit/95663d3eb7ba26f4854dd19d3b4f4425760cf56c",
"url": "https://github.com/postcss/postcss/commit/95663d3eb7ba26f4854dd19d3b4f4425760cf56c"
},
{
"category": "external",
"summary": "https://github.com/postcss/postcss/releases/tag/8.5.18",
"url": "https://github.com/postcss/postcss/releases/tag/8.5.18"
},
{
"category": "external",
"summary": "https://github.com/postcss/postcss/security/advisories/GHSA-r28c-9q8g-f849",
"url": "https://github.com/postcss/postcss/security/advisories/GHSA-r28c-9q8g-f849"
}
],
"release_date": "2026-08-17T15:35:13.518000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+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://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
}
],
"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 OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "postcss: PostCSS: Information disclosure via path traversal in source map auto-loading"
},
{
"cve": "CVE-2026-75838",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2026-08-18T11:32:11.523560+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2517772"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in DOMPurify. This cross-site scripting vulnerability occurs during IN_PLACE sanitization, where element-removal hooks fail to neutralize detached subtrees. A remote attacker can exploit this by supplying specially crafted HTML with event handlers. This allows the execution of malicious scripts even after the HTML appears to be sanitized, leading to potential information disclosure or unauthorized actions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dompurify: DOMPurify: Cross-Site Scripting via IN_PLACE sanitization",
"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 Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-75838"
},
{
"category": "external",
"summary": "RHBZ#2517772",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2517772"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-75838",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-75838"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-75838",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-75838"
},
{
"category": "external",
"summary": "https://github.com/cure53/DOMPurify/security/advisories/GHSA-55q2-fjhq-7xh7",
"url": "https://github.com/cure53/DOMPurify/security/advisories/GHSA-55q2-fjhq-7xh7"
},
{
"category": "external",
"summary": "https://www.vulncheck.com/advisories/dompurify-before-cross-site-scripting-via-in-place-hook",
"url": "https://www.vulncheck.com/advisories/dompurify-before-cross-site-scripting-via-in-place-hook"
}
],
"release_date": "2026-08-18T11:19:47.885000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-01T18:22:22+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://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62260"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:37194dd2cd72d6cdb57ca93fd1cfe6e4aa70ec826a3e86032cde0d0738262bd2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:5fcb1e5c626c5d3aa85e0ec98062a44803d2815871236a3b7541b95078997c78_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:8f84e4d5f4cf71219fbed65092645ded0df00369b42b5487ddef7d0c6cac331b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-rhel9@sha256:e576efc0fbec5378a870880a7bce40327a86203f2ff426fb62d8c767f125761a_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:5093c89215a4dd74643a2911ce3e3f9e351fda5adf71ee897b7b702840025d47_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:803f8b179959a2b20c71876814b09bae7e5ee15cc2dc0a7e7e1fded75a52fc8c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:af4e4fde13a96dd7fd6126bc67927e1873f12fc3263f749527603e60e75e8f5e_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:bce9235e326ab64aabbe7080ca74cbd24d6f9090819d82d9f2f7abb814e3b26f_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:0a1d01a849daf85556bea32c69dde2621021d28ed33c6f1268375345df1c9409_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:14a9baa0a9f39517264880f36689046f91f4ddadd383de1a28a56468de08c7bd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b2cd6a2da440d20b39571dbee7bd31c49ad7a7411530735c8896ac38e30ce4b3_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/configbump-rhel9@sha256:b3bba37ab9e9d214ff805510072ea56ea9a2e0bc07c42244bc330dd595befedb_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:08bb9bfbb83303d07932903db066c32bfdd3f2acbffd99b40de60e61ab05175b_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:467c2c6858ff7ea5a2c6dca1bb95638c9bc4f99ebcda932bb3bfc65f82f82155_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:6ec7b2a574f90ee5629cae48ce32544fb429aadbbee22eb88992932e7e80a28a_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ca56033e3eec4a8fc2432418141f5c76a4c7c52391d14ff023c67f5c315cae39_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:3f4b18a7d40ff1b17e6610ab2e6a79b77e3e9f9026b2d1a77f2892ae3ec7c4a0_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:562e100628a6d9b06f519e8d2a555bdaa43b79e7f30870dc94da9c87dac3fcb6_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5b96816dc89ecd3b6db02011805a3ed9069f5db86b4158eac8b2f931f0e9532b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:cd0d86c44dc30c77d2876540a75249fbcb0cb1b3ecf4d14394f6eebe2061f9a6_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:d98a5605205445fe1fd9a8f439b09918eb187eef468a0546a911c5ee1d00f851_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:130cf3c00d9042bdc07da56eee755b2682a13f77b9bd445ca9369e7aee9f02cf_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:5f5b25b4cbfa35f731247c948d83f31b100fa99c0126a964fbd46bab9c204b55_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:7f0a8c6cdbc3031e5e0193819310640f115a658ff4883914b1876c9a21dc010a_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c722c2cdf62c8dc9953dde8a5cb283c3afece2e7925b4213c6cb6afa76004f29_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:188e877e1d78b19fa479d4b2815fc0d48fb8a048274d7f3aa37f5bf7e16523dd_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:36779d828279ae8078a29ce39ed42d8311fe40fb13347533e2d0652a23a2324f_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:8e216bcc9a9f70469bbd1b91e94d30e74d6fb8cc650bf2ca562a0aa6e82591f7_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:9889305d3ba264f5e015a58e355840b90807995d2e1fb672e64c42fd4d4f070b_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:10bcd975f5d03858c30d65f8969391b72a05ff69cdf881de3c27a89272bb39e8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:99392ab8ee91b46131519490ea92adef817140751f84c5ef421a59369deb04da_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f69a7c87ff903073da4602b2daa377d714117960aacd7e5912b94ae752dfec08_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:f7587af345f0bf512627705f8543b8533b0d92fd5e845fc3c6c84094c277cc1e_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:122bbd2d696d9ac1a98a6d587c4ebb503ae13eac888bd63c48695aeef5a3ec93_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:8e7d83f45214e9841238d396ecf3e89ce4b43910f951136bf9e792b224ab09e7_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:98164a2ff734c7d74b8bf9d55db9aafc2e1922baf8e4146efed21642e022a513_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/oauth2-proxy-rhel9@sha256:af08600dbbfde6a494e4a54ddfaae4f067778412b8bbaa0e0d6ff22018121438_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:560dd6062c5240e73ec60ecc13d402009b01e81ed452b6314c3817a2d116d575_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:61a523a9663ff94b984f06fb72a570a18faf326b5efe6ef7d3ba55f96d4e422f_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:a4f8b673fd049befb193ee8f93ac8167b784cfe35b5de3584b19a95c726d9cff_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b73b5fef7a238e3a16a0b724a8022588a4f69195743bf489f2bb01e4d3a59113_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:121aee11bc25d5e983808691d3b82905048b5a67ffb01f61c86815867e4e8d08_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:7ba97ebd86b3442cd95ffa2605b7890e2f85731ae84ee696d18bae0633439afe_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:9eccdaac68f3ce6a42a435ceb511483d0f233fb21b3dee8343b8d70cbd67f2ac_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:f74ce43b7d8ade25e5b0f78a41f87db5c6005a85f48cde956b9a87a5892c3a87_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:1ad319aa2d1f00c745609246ea315955298a7028afe3fc5502a68c2d1b5c8467_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:29840664ab5a92cebe5aef4ca45e14c558fe92b832a9d2b8ddec426eaed93144_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:4e76c5cb1ed229c3c1d51beedad3e7970a29c55d32cfc0500153fded3dc8a1c9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/server-rhel9@sha256:908382349b4ba81195c2fdc9e650d304cd868ff94d809414d7e44947f2725e0c_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:38a0acf8e97a7d0c6a4c8d6815321e35df6ad35736a7338267ce9b5adb118662_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:8b8f3387a3764beb3d8ad6a027b05f42619ccf33165e733e8dc7b3f135895dc5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:b338c1060dd859a8747e0812e176ab266d338aea799becd41e48afc50061fb82_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/traefik-rhel9@sha256:ba0aebd6b6b6ceb676b6990d5bd9f3b7efe40cedd9407149da92c55435ef7db6_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:1e1215926b9d71cc0131148ad92f4ea8ea8b1e2ba72d6f73396601fceac5ee75_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4cd3b940aa076240f9c7e1fffd05c6bd739a76f31f94d2e4e80ce109fec27206_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:4fb0b9f0ab3c37feeace62a178b6abd0e25797cb9ea326c4e1c079ad7791c7a2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b0b215ef0b00aff4be01e9c7718f92ef0c249782e37ad5fde717d9b76e112a92_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:1a1dc37c6638cf1bbbcdef28032f1e5e847d99566a8b76338376245798fdcf92_amd64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:67a090d14c2859d30419de71d46f85b71d8bfb8ea0f831f103be9a236af1153c_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6a14d27e13cfc97103437c822cb7becf22d9a6c2fcb94729c977d6d5ffecaa0d_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-base-rhel9@sha256:eaab16b83d494e162ab01c2476c548907eababda4b20317666f41119467c6890_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:2ee7edad219c94eb91465132570a8180b038c0e1e94e4c20f15ac20388d443a2_arm64",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:3e9d56b1c640ac770ef67309529a662c36a24858b4c0d74273e72c6398181cf4_ppc64le",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:bde7602ad25518d0344589c2efe1ff51af32e3070292751cb4a3e1de9788d291_s390x",
"Red Hat OpenShift Dev Spaces 3.30:registry.redhat.io/devspaces/udi-rhel9@sha256:ee6cce6ce7461624def1638ac43fbf4cf81a9fc2f88a0729fca1399d19e78820_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dompurify: DOMPurify: Cross-Site Scripting via IN_PLACE sanitization"
}
]
}
ubuntu-cve-2026-73566
Vulnerability from osv_ubuntu
node-tar is a tar archive manipulation library for Node.js. Prior to 7.5.21, node-tar's filesFilter in src/list.ts uses the recursive mapHas helper to walk an archive entry path upward with path.dirname() and no segment cap when tar.t(...) or tar.x(...) receives a non-empty member-selection list. A crafted GNU L or PAX x long-path header with thousands of slash-separated segments reaches this.filter(entry.path, entry) in Parser[CONSUMEHEADER] in src/parse.ts before Unpack[CHECKPATH] applies maxDepth, causing an uncatchable RangeError stack overflow that terminates asynchronous and streaming Node.js consumers. This issue is fixed in version 7.5.21.
{
"affected": [
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "node-tar",
"binary_version": "0.1.18-1ubuntu0.1~esm1"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:14.04:LTS",
"name": "node-tar",
"purl": "pkg:deb/ubuntu/node-tar@0.1.18-1ubuntu0.1~esm1?arch=source\u0026distro=esm-infra-legacy/trusty"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"0.1.18-1",
"0.1.18-1ubuntu0.1~esm1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "node-tar",
"binary_version": "1.0.3-2ubuntu0.1~esm1"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:16.04:LTS",
"name": "node-tar",
"purl": "pkg:deb/ubuntu/node-tar@1.0.3-2ubuntu0.1~esm1?arch=source\u0026distro=esm-apps/xenial"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.0.3-2",
"1.0.3-2ubuntu0.1~esm1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "node-tar",
"binary_version": "2.2.1-1"
}
]
},
"package": {
"ecosystem": "Ubuntu:18.04:LTS",
"name": "node-tar",
"purl": "pkg:deb/ubuntu/node-tar@2.2.1-1?arch=source\u0026distro=bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"2.2.1-1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "node-tar",
"binary_version": "4.4.10+ds1-2ubuntu1+esm1"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:20.04:LTS",
"name": "node-tar",
"purl": "pkg:deb/ubuntu/node-tar@4.4.10+ds1-2ubuntu1+esm1?arch=source\u0026distro=esm-apps/focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"4.4.10+ds1-2",
"4.4.10+ds1-2ubuntu1",
"4.4.10+ds1-2ubuntu1+esm1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "node-tar",
"binary_version": "6.1.11+ds1+~cs6.0.6-1"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "node-tar",
"purl": "pkg:deb/ubuntu/node-tar@6.1.11+ds1+~cs6.0.6-1?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.1.7+~cs11.3.10-1",
"6.1.11+~cs11.3.10-1",
"6.1.11+ds1+~cs6.0.6-1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "node-tar",
"binary_version": "6.1.13+~cs7.0.5-3"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "node-tar",
"purl": "pkg:deb/ubuntu/node-tar@6.1.13+~cs7.0.5-3?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.1.13+~cs7.0.5-1",
"6.1.13+~cs7.0.5-3"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "node-tar",
"binary_version": "6.2.1+ds1+~cs6.1.13-10"
}
]
},
"package": {
"ecosystem": "Ubuntu:26.04:LTS",
"name": "node-tar",
"purl": "pkg:deb/ubuntu/node-tar@6.2.1+ds1+~cs6.1.13-10?arch=source\u0026distro=resolute"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"6.2.1+~cs7.0.8-1",
"6.2.1+ds1+~cs6.1.13-6",
"6.2.1+ds1+~cs6.1.13-7",
"6.2.1+ds1+~cs6.1.13-10"
]
}
],
"aliases": [],
"details": "node-tar is a tar archive manipulation library for Node.js. Prior to 7.5.21, node-tar\u0027s filesFilter in src/list.ts uses the recursive mapHas helper to walk an archive entry path upward with path.dirname() and no segment cap when tar.t(...) or tar.x(...) receives a non-empty member-selection list. A crafted GNU L or PAX x long-path header with thousands of slash-separated segments reaches this.filter(entry.path, entry) in Parser[CONSUMEHEADER] in src/parse.ts before Unpack[CHECKPATH] applies maxDepth, causing an uncatchable RangeError stack overflow that terminates asynchronous and streaming Node.js consumers. This issue is fixed in version 7.5.21.",
"id": "UBUNTU-CVE-2026-73566",
"modified": "2026-08-19T11:11:14Z",
"published": "2026-08-13T18:18:00Z",
"references": [
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2026-73566"
},
{
"type": "REPORT",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-73566"
},
{
"type": "REPORT",
"url": "https://github.com/isaacs/node-tar/security/advisories/GHSA-r292-9mhp-454m"
}
],
"related": [],
"schema_version": "1.7.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"type": "CVSS_V3"
},
{
"score": "medium",
"type": "Ubuntu"
}
],
"upstream": [
"CVE-2026-73566"
]
}
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.
The approach is described in our paper Mapping CVEs to MITRE ATT&CK Techniques: A Curated Gold-Set Classifier and the Limits of LLM-Assisted Label Expansion.